<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.word-break {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.icomoon {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  box-sizing: border-box;
}
*,
*:after,
*:before {
  box-sizing: inherit;
}
.icomoon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
/**
* 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.
* "!important" is used to prevent unintentional overrides.
*/
.element-invisible {
  font-size: 0;
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.show-mobile {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .show-mobile {
    display: none;
  }
}
.show-desktop {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .show-desktop {
    display: none;
  }
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #00222b;
  font: normal 16px/26px 'Source Sans Pro', sans-serif;
}
@media only screen and (max-width: 1023px) {
  body.open-menu {
    position: fixed;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
body.cke_editable {
  padding: 20px;
}
body.cke_editable p {
  margin: 0 0 20px;
}
body.cke_editable p.callout {
  background: #cdd8e0;
  padding: 16px 22px;
}
body.cke_editable .lead,
body.cke_editable .lede {
  font: 400 21px/28px 'Source Sans Pro', sans-serif;
  color: #889095;
}
body.cke_editable hr {
  margin: 36px 0;
  border: none;
  border-top: 1px solid #cdd8e0;
}
body.cke_editable figure {
  margin: 50px 0;
}
body.cke_editable figure figcaption {
  margin: 12px 0 0;
  color: #889095;
  font: 13px/18px 'Source Sans Pro', sans-serif;
  border-bottom: 1px solid #cdd8e0;
}
body.cke_editable figure figcaption p {
  margin: 0 0 12px;
}
@media only screen and (min-width: 750px) {
  body.cke_editable figure.ho-media-image.left {
    float: left;
    margin: 0 30px 70px 0;
  }
  body.cke_editable figure.ho-media-image.right {
    float: right;
    margin: 0 0 70px 30px;
  }
  body.cke_editable figure.ho-media-image.center {
    margin-left: auto;
    margin-right: auto;
  }
  body.cke_editable figure.ho-media-image.teaser {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  body.cke_editable figure.ho-media-image.teaser {
    width: 35.8974359%;
  }
}
body.cke_editable figure img {
  width: 100%;
  height: auto;
  display: block;
}
body.cke_editable blockquote {
  margin: 70px 0;
  padding: 42px 20px;
  border-top: 1px solid #cdd8e0;
  border-bottom: 1px solid #cdd8e0;
  font: 400 21px/31px 'Source Sans Pro', sans-serif;
  font: 300 28px/36px 'Source Sans Pro', sans-serif;
  color: #0085a8;
}
@media only screen and (min-width: 1024px) {
  body.cke_editable blockquote {
    padding: 42px 100px;
  }
}
body.cke_editable blockquote p {
  margin: 0 0 20px;
}
body.cke_editable blockquote p:first-child {
  margin: 0;
}
body.cke_editable ol {
  list-style-type: none;
  counter-reset: olcounter;
  margin: 42px 0 42px 6px;
}
body.cke_editable ol li {
  counter-increment: olcounter;
  position: relative;
  padding: 0 0 0 58px;
  margin: 0 0 30px;
  line-height: 30px;
  font-weight: 700;
}
body.cke_editable ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(olcounter);
  width: 30px;
  height: 30px;
  background: #00485b;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  color: #fff;
  font: 700 18px/30px 'Source Sans Pro', sans-serif;
  text-align: center;
}
body.cke_editable ol li ol {
  margin: 20px 0 20px 6px;
}
body.cke_editable ol li ol li {
  padding: 0 0 0 24px;
  margin: 0 0 10px;
}
body.cke_editable ol li ol li:before {
  top: 10px;
  content: '';
  width: 10px;
  height: 10px;
  background: #0085a8;
}
body.cke_editable ul {
  margin: 0 0 32px 16px;
  list-style: none;
}
body.cke_editable ul li {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 22px;
}
body.cke_editable ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  background: #0085a8;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
blockquote,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}
.heading--1,
h1 {
  font: 400 50px/56px 'Source Sans Pro', sans-serif;
}
@media only screen and (min-width: 1024px) {
  .heading--1,
  h1 {
    line-height: 66px;
  }
}
.heading--2,
h2 {
  font: 400 37px/1em 'Source Sans Pro', sans-serif;
}
.heading--3,
h3 {
  font: 400 28px/1em 'Source Sans Pro', sans-serif;
}
.heading--4,
h4 {
  font: 400 24px/28px 'Source Sans Pro', sans-serif;
}
p.callout {
  background: #cdd8e0;
  padding: 16px 22px;
}
a {
  text-decoration: none;
  color: #0085a8;
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  -o-transition: color 250ms;
  -ms-transition: color 250ms;
  transition: color 250ms;
}
a:hover {
  color: #00222b;
}
a.more {
  font: 700 14px/18px 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
}
ul.pager,
.node.full .content ul.pager {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 750px) {
  ul.pager,
  .node.full .content ul.pager {
    padding: 0 3px;
  }
}
ul.pager li,
.node.full .content ul.pager li {
  margin: 0;
  padding: 0;
  display: block;
}
ul.pager li:before,
.node.full .content ul.pager li:before {
  display: none;
}
ul.pager li a,
.node.full .content ul.pager li a {
  display: block;
  margin: 6px 0 0;
  height: 75px;
  padding: 25px 20px;
  background: #cdd8e0;
  color: #00222b;
  text-align: center;
  font: 700 14px/25px 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -ms-transition: all 250ms;
  transition: all 250ms;
}
ul.pager li a:hover,
.node.full .content ul.pager li a:hover {
  color: #fff;
  background: #0085a8;
}
.nodes.loading ul.pager li a {
  content: '';
  cursor: wait;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=(50));
  opacity: 0.5;
  pointer-events: none;
  background: #cdd8e0;
  color: #00222b;
}
.nodes.loading ul.pager li a:hover {
  background: #cdd8e0 !important;
  color: #00222b !important;
}
.nodes.loading ul.pager li a:before {
  font-family: 'icomoon';
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 25px;
  font-size: 20px;
  display: block;
  content: "\e90b";
  animation: anim-rotate 2s infinite linear;
}
#site-header {
  background: #003f4f;
  position: relative;
}
#site-header a {
  color: #fff;
}
#site-header .inner {
  position: relative;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1220px;
}
#site-header .site-name {
  padding: 24px 0 26px;
  height: 100px;
}
@media only screen and (min-width: 750px) {
  #site-header .site-name {
    padding: 40px 0;
  }
}
#site-header .site-name a .icon {
  font-size: 20px;
  line-height: 20px;
  display: block;
}
@media only screen and (min-width: 750px) {
  #site-header .site-name a .icon {
    display: inline-block;
    margin: 0 10px 0 0 !important;
  }
}
#site-header .site-name a .icon.icon-humanitarian {
  color: #cdd8e0;
  margin: 0 0 10px;
}
#site-header #burger {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 100px;
  z-index: 5;
}
#site-header #burger span {
  display: block;
  background: #fff;
  height: 3px;
  width: 25px;
  position: absolute;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -ms-transition: all 250ms;
  transition: all 250ms;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
}
#site-header #burger span.top {
  top: 43px;
  left: 20px;
}
#site-header #burger span.middle {
  right: 20px;
  top: 51px;
}
#site-header #burger span.bottom {
  right: 20px;
  bottom: 38px;
}
body.open-menu #site-header #burger span.top {
  width: 31px;
  -webkit-transform: translateX(-3px) translateY(8px) rotate(45deg);
  -moz-transform: translateX(-3px) translateY(8px) rotate(45deg);
  -ms-transform: translateX(-3px) translateY(8px) rotate(45deg);
  -o-transform: translateX(-3px) translateY(8px) rotate(45deg);
  transform: translateX(-3px) translateY(8px) rotate(45deg);
}
body.open-menu #site-header #burger span.bottom {
  width: 31px;
  -webkit-transform: translateX(3px) translateY(-8px) rotate(-45deg);
  -moz-transform: translateX(3px) translateY(-8px) rotate(-45deg);
  -ms-transform: translateX(3px) translateY(-8px) rotate(-45deg);
  -o-transform: translateX(3px) translateY(-8px) rotate(-45deg);
  transform: translateX(3px) translateY(-8px) rotate(-45deg);
}
body.open-menu #site-header #burger span.middle {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  #site-header #burger {
    display: none;
  }
}
#site-header #menu {
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  #site-header #menu {
    border-top: 5px solid #fff;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=(0));
    opacity: 0;
    -webkit-transition: visibility 0 250ms, opacity 250ms;
    -moz-transition: visibility 0 250ms, opacity 250ms;
    -o-transition: visibility 0 250ms, opacity 250ms;
    -ms-transition: visibility 0 250ms, opacity 250ms;
    transition: visibility 0 250ms, opacity 250ms;
    visibility: hidden;
  }
  #site-header #menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #003f4f;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=(90));
    opacity: 0.9;
  }
  body.open-menu #site-header #menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=(100));
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    -ms-transition: opacity 250ms;
    transition: opacity 250ms;
  }
}
#site-header #menu #main-menu {
  position: relative;
  padding: 36px 20px;
}
#site-header #menu #main-menu a:hover {
  color: #76e3ff;
}
#site-header #menu #main-menu #search-block-form ::-webkit-input-placeholder {
  color: #a3b0b5;
}
#site-header #menu #main-menu #search-block-form :-moz-placeholder {
  color: #a3b0b5;
}
#site-header #menu #main-menu #search-block-form ::-moz-placeholder {
  color: #a3b0b5;
}
#site-header #menu #main-menu #search-block-form .form-item {
  position: absolute;
  left: 52px;
  right: 20px;
  margin: 0;
  display: none;
}
@media only screen and (min-width: 1024px) {
  #site-header #menu #main-menu #search-block-form .form-item {
    left: 0;
    right: 32px;
    background: #003f4f;
  }
}
#site-header #menu #main-menu #search-block-form .form-item .close {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #site-header #menu #main-menu #search-block-form .form-item .close {
    display: block;
    position: absolute;
    top: 7px;
    color: #fff;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background: #889095;
    left: -30px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    font-size: 10px;
  }
  #site-header #menu #main-menu #search-block-form .form-item .close span {
    font-size: 10px;
    line-height: 18px;
  }
}
#site-header #menu #main-menu #search-block-form.active .form-item {
  display: block;
}
#site-header #menu #main-menu #search-block-form input.form-text {
  border: none;
  background: none;
  color: #fff;
  font-size: 14px;
  height: 32px;
  outline: none;
  border-bottom: 1px solid #00222b;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
}
#site-header #menu #main-menu #search-block-form button {
  outline: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  -o-transition: color 250ms;
  -ms-transition: color 250ms;
  transition: color 250ms;
  vertical-align: bottom;
  width: 32px;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  #site-header #menu #main-menu #search-block-form button {
    text-align: center;
  }
}
#site-header #menu #main-menu #search-block-form button span {
  line-height: 32px;
  display: inline-block;
  vertical-align: bottom;
}
#site-header #menu #main-menu #search-block-form button:hover {
  color: #0085a8;
}
#site-header #menu #main-menu .item-list ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#site-header #menu #main-menu .item-list ul.menu li {
  margin: 0 0 20px;
  padding: 0;
}
#site-header #menu #main-menu .item-list ul.menu li a {
  display: block;
  font: 400 18px/24px 'Source Sans Pro', sans-serif;
}
#site-header #menu #main-menu ul.social {
  list-style: none;
}
#site-header #menu #main-menu ul.social li {
  display: inline-block;
  margin: 0 24px 0 0;
  font-size: 18px;
}
#site-header #menu #main-menu ul.social li a {
  display: block;
}
@media only screen and (min-width: 1024px) {
  #site-header #menu #main-menu {
    padding: 0;
  }
  #site-header #menu #main-menu .item-list ul.menu {
    position: absolute;
    right: 23.72881356%;
    bottom: 32px;
  }
  #site-header #menu #main-menu .item-list ul.menu li {
    margin: 0 0 0 60px;
    padding: 0;
    vertical-align: bottom;
    display: inline-block;
    height: 32px;
  }
  #site-header #menu #main-menu .item-list ul.menu li a {
    display: block;
    vertical-align: bottom;
    line-height: 16px;
    padding: 8px 0;
  }
  #site-header #menu #main-menu ul.social {
    position: absolute;
    right: 0;
    bottom: 40px;
  }
  #site-header #menu #main-menu ul.social li {
    vertical-align: bottom;
    font-size: 16px;
    margin: 0 0 0 30px;
  }
  #site-header #menu #main-menu ul.social li a {
    vertical-align: bottom;
    line-height: 16px;
  }
}
#user-login,
#user-pass,
body.status-403-forbidden #block-system-main,
body.status-404-not-found #block-system-main {
  padding: 42px 20px;
  position: relative;
  margin: 0 auto;
  max-width: 1220px;
}
.node.full {
  padding: 42px 20px;
  position: relative;
  margin: 0 auto;
  max-width: 820px;
}
@media only screen and (min-width: 1024px) {
  .node.full {
    padding: 120px 20px;
  }
}
.node.full h1,
.node.full h2,
.node.full h3,
.node.full h4,
.node.full h5,
.node.full h6,
.node.full p {
  margin: 0 0 20px;
}
.node.full.subnav h1 {
  margin: 0 0 6px;
}
.node.full.subnav nav ul.subnav {
  margin: 0 0 42px;
  padding: 0;
  list-style: none;
}
.node.full.subnav nav ul.subnav li {
  display: inline-block;
  padding: 0 0 0 13px;
  margin: 0 0 0 12px;
  position: relative;
  font: 700 14px/18px 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
}
.node.full.subnav nav ul.subnav li a {
  display: block;
}
.node.full.subnav nav ul.subnav li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  height: 12px;
  border-left: 1px solid #889095;
}
.node.full.subnav nav ul.subnav li.first {
  margin: 0;
  padding: 0;
}
.node.full.subnav nav ul.subnav li.first:before {
  display: none;
}
.node.full .content .lead,
.node.full .content .lede {
  font: 400 21px/28px 'Source Sans Pro', sans-serif;
  color: #889095;
}
.node.full .content hr {
  margin: 36px 0;
  border: none;
  border-top: 1px solid #cdd8e0;
}
.node.full .content figure {
  margin: 50px 0;
}
.node.full .content figure figcaption {
  margin: 12px 0 0;
  color: #889095;
  font: 13px/18px 'Source Sans Pro', sans-serif;
  border-bottom: 1px solid #cdd8e0;
}
.node.full .content figure figcaption p {
  margin: 0 0 12px;
}
@media only screen and (min-width: 750px) {
  .node.full .content figure.ho-media-image.left {
    float: left;
    margin: 0 30px 70px 0;
  }
  .node.full .content figure.ho-media-image.right {
    float: right;
    margin: 0 0 70px 30px;
  }
  .node.full .content figure.ho-media-image.center {
    margin-left: auto;
    margin-right: auto;
  }
  .node.full .content figure.ho-media-image.teaser {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .node.full .content figure.ho-media-image.teaser {
    width: 35.8974359%;
  }
}
.node.full .content figure img {
  width: 100%;
  height: auto;
  display: block;
}
.node.full .content blockquote {
  margin: 70px 0;
  padding: 42px 20px;
  border-top: 1px solid #cdd8e0;
  border-bottom: 1px solid #cdd8e0;
  font: 400 21px/31px 'Source Sans Pro', sans-serif;
  font: 300 28px/36px 'Source Sans Pro', sans-serif;
  color: #0085a8;
}
@media only screen and (min-width: 1024px) {
  .node.full .content blockquote {
    padding: 42px 100px;
  }
}
.node.full .content blockquote p {
  margin: 20px 0 0;
}
.node.full .content blockquote p:first-child {
  margin: 0;
}
.node.full .content ol {
  list-style-type: none;
  counter-reset: olcounter;
  margin: 42px 0 42px 6px;
}
.node.full .content ol li {
  counter-increment: olcounter;
  position: relative;
  padding: 0 0 0 58px;
  margin: 0 0 30px;
  line-height: 30px;
  font-weight: 700;
}
.node.full .content ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(olcounter);
  width: 30px;
  height: 30px;
  background: #00485b;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  color: #fff;
  font: 700 18px/30px 'Source Sans Pro', sans-serif;
  text-align: center;
}
.node.full .content ol li ol {
  margin: 20px 0 20px 6px;
}
.node.full .content ol li ol li {
  padding: 0 0 0 24px;
  margin: 0 0 10px;
}
.node.full .content ol li ol li:before {
  top: 10px;
  content: '';
  width: 10px;
  height: 10px;
  background: #0085a8;
}
.node.full .content ul {
  margin: 0 0 32px 16px;
  list-style: none;
}
.node.full .content ul li {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 22px;
}
.node.full .content ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  background: #0085a8;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.node.full.node-project-landing {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 0 100px;
}
.node.full.node-project-landing header {
  display: block;
  background: #00485b no-repeat 50% 50%;
}
.node.full.node-project-landing header.has-background {
  position: relative;
  background-size: cover;
}
.node.full.node-project-landing header.has-background:before {
  content: '';
  background: #00485b;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=(80));
  opacity: 0.8;
}
.node.full.node-project-landing header h1 {
  padding: 67px 20px;
  margin: 0 auto;
  max-width: 1220px;
  color: #fff;
  position: relative;
}
.node.full.node-project-landing .field-name-field-recent-projects {
  padding: 30px 20px;
  background: #0085a8;
}
.node.full.node-project-landing .field-name-field-recent-projects .bar {
  display: none;
}
.node.full.node-project-landing .field-name-field-recent-projects h2.field-label {
  font: 400 37px/42px 'Source Sans Pro', sans-serif;
  color: #fff;
  margin: 0 0 30px;
}
.node.full.node-project-landing .field-name-field-recent-projects &gt; .field-items &gt; .field-item {
  margin: 0 0 20px;
}
.node.full.node-project-landing .field-name-field-recent-projects &gt; .field-items &gt; .field-item .node {
  background: #f2f2f2;
}
@media only screen and (min-width: 750px) {
  .node.full.node-project-landing .field-name-field-recent-projects {
    padding: 72px 0 0;
    margin: 0 0 84px;
    position: relative;
  }
  .node.full.node-project-landing .field-name-field-recent-projects .bar {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 108px;
    background: #fff;
  }
  .node.full.node-project-landing .field-name-field-recent-projects h2.field-label {
    padding: 0 20px;
    margin: 0 auto 30px;
    max-width: 1220px;
  }
  .node.full.node-project-landing .field-name-field-recent-projects &gt; .field-items {
    position: relative;
    padding: 0 10px;
    margin: 0 auto;
    max-width: 1220px;
  }
  .node.full.node-project-landing .field-name-field-recent-projects &gt; .field-items &gt; .field-item {
    width: 33.33333333%;
    float: left;
    padding: 0 10px;
    margin: 20px 0 0;
  }
}
.node.full.node-project-landing #past-projects {
  padding: 48px 20px 0;
  margin: 0 auto;
  max-width: 1220px;
}
.node.full.node-project-landing #past-projects &gt; h2 {
  font: 400 37px/42px 'Source Sans Pro', sans-serif;
  margin: 0 0 30px;
}
@media only screen and (min-width: 750px) {
  .node.full.node-project-landing #past-projects .header {
    float: left;
    width: 33.89830508%;
    padding-right: 20px;
  }
}
.node.full.node-project-landing #past-projects .field-name-field-past-projects &gt; .field-items &gt; .field-item {
  margin: 0 0 40px;
}
@media only screen and (min-width: 750px) {
  .node.full.node-project-landing #past-projects .field-name-field-past-projects {
    margin-left: 33.89830508%;
  }
}
.node.full.node-project-landing #past-projects nav {
  margin: 0 0 50px;
}
.node.full.node-project-landing #past-projects nav ul.past-projects {
  margin: 0;
  padding: 0;
}
.node.full.node-project-landing #past-projects nav ul.past-projects li {
  margin: 0 0 20px;
  padding: 0;
}
.node.full.node-project-landing #past-projects nav ul.past-projects li a {
  font: 700 14px/18px 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  color: #0085a8;
}
.node.full.node-project-landing #past-projects nav ul.past-projects li a:hover {
  color: #00222b;
}
.node.full.node-project-landing #past-projects nav ul.past-projects li:before {
  display: none;
}
.node.node-homepage {
  padding: 0 0 100px;
  max-width: none;
  margin: 0;
}
.node.node-homepage #publications {
  overflow: hidden;
}
.node.node-homepage #publications a.more {
  display: block;
  line-height: 25px;
  margin: 6px 0 0;
  height: 75px;
  padding: 25px 20px;
  background: #cdd8e0;
  color: #00222b;
  text-align: center;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -ms-transition: all 250ms;
  transition: all 250ms;
}
.node.node-homepage #publications a.more:hover {
  color: #fff;
  background: #0085a8;
}
.node.node-homepage #publications .field-name-field-publications {
  margin: 0 -3px;
}
.node.node-homepage #publications .field-name-field-publications .node.node-publication.teaser {
  margin: 6px 0 0;
}
@media only screen and (min-width: 750px) {
  .node.node-homepage #publications .field-name-field-publications .node.node-publication.teaser {
    width: 50%;
  }
  .node.node-homepage #publications .field-name-field-publications .node.node-publication.teaser .content {
    padding-top: 65.27777778%;
  }
}
@media only screen and (min-width: 1024px) {
  .node.node-homepage #publications .field-name-field-publications .node.node-publication.teaser {
    width: 25%;
  }
  .node.node-homepage #publications .field-name-field-publications .node.node-publication.teaser .content {
    padding-top: 150%;
  }
}
@media only screen and (min-width: 1280px) {
  .node.node-homepage #publications .field-name-field-publications .node.node-publication.teaser {
    width: 21.875%;
  }
  .node.node-homepage #publications .field-name-field-publications .node.node-publication.teaser .content {
    padding-top: 106.53357532%;
  }
}
@media only screen and (min-width: 750px) {
  .node.node-homepage #publications .field-name-field-publications .node.node-publication.featured {
    width: 100%;
    float: none;
  }
  .node.node-homepage #publications .field-name-field-publications .node.node-publication.featured .content {
    padding-top: 60%;
  }
}
@media only screen and (min-width: 1024px) {
  .node.node-homepage #publications .field-name-field-publications .node.node-publication.featured .content {
    padding-top: 40%;
  }
  .node.node-homepage #publications .field-name-field-publications .node.node-publication.featured .content a.card,
  .node.node-homepage #publications .field-name-field-publications .node.node-publication.featured .content span.card {
    padding: 58px 116px;
  }
  .node.node-homepage #publications .field-name-field-publications .node.node-publication.featured .content .meta,
  .node.node-homepage #publications .field-name-field-publications .node.node-publication.featured .content .summary {
    left: 116px;
    right: 116px;
  }
}
@media only screen and (min-width: 1280px) {
  .node.node-homepage #publications .field-name-field-publications .node.node-publication.featured {
    width: 56.25%;
    float: left;
  }
  .node.node-homepage #publications .field-name-field-publications .node.node-publication.featured .content {
    padding-top: 82.66666667%;
  }
}
.node.node-homepage #mission {
  background: #fafafb url("../img/mission-bg.jpg") no-repeat 50% bottom;
  background-size: 100%;
  padding: 40px 20px 56.25%;
}
.node.node-homepage #mission .field-name-field-mission {
  color: #00485b;
  font: 300 32px/38px 'Source Sans Pro', sans-serif;
  padding: 0 0 32px;
  margin: 0 0 18px;
  border-bottom: 1px solid #cdd8e0;
}
.node.node-homepage #mission .field-name-field-link {
  font: 700 14px/18px 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .node.node-homepage #mission {
    padding: 100px 0 44%;
  }
  .node.node-homepage #mission .inner {
    max-width: 1020px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
  }
  .node.node-homepage #mission .inner .field-name-field-mission {
    padding: 0 40px 0 0;
    margin: 0 240px 0 0;
    border: none;
    border-right: 1px solid #cdd8e0;
    font: 300 44px/52px 'Source Sans Pro', sans-serif;
  }
  .node.node-homepage #mission .inner .field-name-field-link {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 200px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.node.node-homepage #projects {
  color: #fff;
  background: #00485b url("../img/projects-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 40px 20px;
}
.node.node-homepage #projects a {
  color: #76e3ff;
}
.node.node-homepage #projects a:hover {
  color: #cdd8e0;
}
.node.node-homepage #projects .field-name-field-projects-link {
  font: 700 14px/18px 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
}
.node.node-homepage #projects .field-name-field-recent-projects ul.projects {
  margin: 0;
  padding: 0;
  list-style: none;
}
.node.node-homepage #projects .field-name-field-recent-projects ul.projects li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.node.node-homepage #projects .node {
  margin: 40px 0 0;
}
.node.node-homepage #projects .node a.card,
.node.node-homepage #projects .node span.card {
  padding: 0;
  background: none;
}
.node.node-homepage #projects .node a.card h3,
.node.node-homepage #projects .node span.card h3 {
  padding: 8px 0 0;
  color: #76e3ff;
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  -o-transition: color 250ms;
  -ms-transition: color 250ms;
  transition: color 250ms;
}
.node.node-homepage #projects .node a.card h3:after,
.node.node-homepage #projects .node span.card h3:after {
  border-top: 2px solid #fff;
}
.node.node-homepage #projects .node a.card .field-name-body,
.node.node-homepage #projects .node span.card .field-name-body {
  display: none;
}
.node.node-homepage #projects .node a.card:hover h3,
.node.node-homepage #projects .node span.card:hover h3 {
  color: #cdd8e0;
}
@media only screen and (min-width: 750px) {
  .node.node-homepage #projects {
    padding: 40px 0;
  }
  .node.node-homepage #projects header {
    padding: 0 20px;
  }
  .node.node-homepage #projects .node a.card h3,
  .node.node-homepage #projects .node span.card h3 {
    padding: 10px 0 4px;
  }
  .node.node-homepage #projects .node a.card .field-name-body,
  .node.node-homepage #projects .node span.card .field-name-body {
    display: block;
    color: #fff;
  }
  .node.node-homepage #projects .field-name-field-recent-projects ul.projects &gt; li {
    float: left;
    width: 50%;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .node.node-homepage #projects {
    padding: 100px 0;
  }
  .node.node-homepage #projects .inner {
    max-width: 1220px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .node.node-homepage #projects .inner header {
    padding: 0;
    float: left;
    width: 23.72881356%;
  }
  .node.node-homepage #projects .inner header h2 {
    font: 400 50px/66px 'Source Sans Pro', sans-serif;
    margin: 0 0 8px;
  }
  .node.node-homepage #projects .inner header .field-name-field-projects-link {
    max-width: 140px;
  }
  .node.node-homepage #projects .inner .field-name-field-recent-projects {
    float: right;
    width: 76.27118644%;
    padding: 0 0 0 20px;
  }
  .node.node-homepage #projects .inner .field-name-field-recent-projects .node {
    margin: 12px 0 40px;
  }
  .node.node-homepage #projects .inner .field-name-field-recent-projects ul.projects &gt; li.first {
    padding: 0 50px 0 0;
  }
  .node.node-homepage #projects .inner .field-name-field-recent-projects ul.projects &gt; li.last {
    padding: 0 0 0 50px;
  }
}
.node.node-homepage #events {
  padding: 40px 20px 0;
  background: #0085a8;
  color: #fff;
  position: relative;
}
.node.node-homepage #events .bar {
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
}
.node.node-homepage #events .arrows {
  margin: 0 0 24px;
}
.node.node-homepage #events .arrows button {
  cursor: pointer;
  outline: none;
  text-align: center;
  display: inline-block;
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  background: none;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  margin: 0 20px 0 0;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -ms-transition: all 250ms;
  transition: all 250ms;
}
.node.node-homepage #events .arrows button:hover {
  color: #00222b;
}
.node.node-homepage #events .arrows button.slick-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=(30));
  opacity: 0.3;
}
@media only screen and (min-width: 750px) {
  .node.node-homepage #events {
    padding: 40px 0 0;
  }
  .node.node-homepage #events header {
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 20px;
  }
  .node.node-homepage #events header h2 {
    display: inline-block;
    vertical-align: middle;
    font: 400 50px/66px 'Source Sans Pro', sans-serif;
    margin: 0 48px 0 0;
  }
  .node.node-homepage #events header .arrows {
    vertical-align: middle;
    display: inline-block;
    margin: 0;
  }
  .node.node-homepage #events .events {
    margin: 40px auto 0;
    max-width: 1220px;
    padding: 0 10px;
  }
}
.node.node-event {
  position: relative;
}
.node.node-event h1 {
  font: 400 37px/44px 'Source Sans Pro', sans-serif;
}
@media only screen and (min-width: 750px) {
  .node.node-event h1 {
    font: 400 50px/66px 'Source Sans Pro', sans-serif;
  }
}
.node.node-event .meta {
  font: 400 14px/26px 'Source Sans Pro', sans-serif;
  color: #889095;
}
.node.node-event .meta .field {
  display: inline-block;
  margin-left: 12px;
}
.node.node-event .meta .field .field-items {
  display: inline-block;
}
.node.node-event .meta .field:before {
  display: inline-block;
  content: '\2022';
  margin-right: 12px;
}
.node.node-event .meta .field:first-child {
  margin-left: 0;
  padding-left: 0;
}
.node.node-event .meta .field:first-child:before {
  display: none;
}
.node.node-event .meta .field.field-name-field-time {
  font-style: italic;
}
.node.node-event .field-name-field-date {
  top: 42px;
  left: 26px;
  position: absolute;
  width: 60px;
  text-align: right;
  font: 400 18px/26px 'Source Sans Pro', sans-serif;
  color: #00222b;
  text-transform: uppercase;
}
.node.node-event .field-name-field-date .field-item {
  position: relative;
  padding-bottom: 12px;
}
.node.node-event .field-name-field-date .field-item span {
  font: 400 60px/44px 'Source Sans Pro', sans-serif;
  color: #00485b;
  display: block;
}
.node.node-event .field-name-field-date .field-item:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36px;
  border-bottom: 2px solid #00485b;
}
.node.node-event.teaser a.card,
.node.node-event.teaser span.card {
  display: block;
  position: relative;
  padding: 40px 20px 24px 112px;
  background: #f2f2f2;
  color: #00222b;
  -webkit-transition: background 250ms;
  -moz-transition: background 250ms;
  -o-transition: background 250ms;
  -ms-transition: background 250ms;
  transition: background 250ms;
}
.node.node-event.teaser a.card h3,
.node.node-event.teaser span.card h3 {
  color: #0085a8;
  font: 400 21px/28px 'Source Sans Pro', sans-serif;
  margin: 0 0 8px;
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  -o-transition: color 250ms;
  -ms-transition: color 250ms;
  transition: color 250ms;
}
.node.node-event.teaser a.card:hover {
  background: #e3eff8;
}
.node.node-event.teaser a.card:hover h3 {
  color: #00222b;
}
@media only screen and (min-width: 750px) {
  .node.node-event.teaser {
    padding: 0 10px;
  }
}
.node.node-event.full {
  padding-left: 112px;
}
@media only screen and (min-width: 1024px) {
  .node.node-event.full .field-name-field-date {
    top: 120px;
  }
}
.node.node-project.past-project &gt; h3 {
  margin: 0 0 32px;
}
.node.node-project.teaser a.card,
.node.node-project.teaser span.card {
  background: #f2f2f2;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 40px;
  -webkit-transition: background 250ms;
  -moz-transition: background 250ms;
  -o-transition: background 250ms;
  -ms-transition: background 250ms;
  transition: background 250ms;
}
.node.node-project.teaser a.card .field-item,
.node.node-project.teaser span.card .field-item {
  margin: 0;
  background: none;
}
.node.node-project.teaser a.card h3,
.node.node-project.teaser span.card h3 {
  font: 400 24px/30px 'Source Sans Pro', sans-serif;
  padding: 18px 0;
  position: relative;
  color: #0085a8;
  margin: 0;
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  -o-transition: color 250ms;
  -ms-transition: color 250ms;
  transition: color 250ms;
}
.node.node-project.teaser a.card h3:after,
.node.node-project.teaser span.card h3:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  border-top: 2px solid #0085a8;
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  -o-transition: color 250ms;
  -ms-transition: color 250ms;
  transition: color 250ms;
}
.node.node-project.teaser a.card .field-name-body,
.node.node-project.teaser span.card .field-name-body {
  color: #00222b;
}
.node.node-project.teaser a.card .field-name-body p,
.node.node-project.teaser span.card .field-name-body p {
  margin: 20px 0 0;
}
.node.node-project.teaser a.card .field-name-body p:first-child,
.node.node-project.teaser span.card .field-name-body p:first-child {
  margin: 0;
}
.node.node-project.teaser a.card:hover {
  background: #e3eff8;
}
.node.node-project.teaser a.card:hover h3 {
  color: #00222b;
}
.node.node-project.teaser a.card:hover h3:after {
  border-top: 2px solid #00222b;
}
.node.node-project.full {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.node.node-project.full .project__header,
.node.node-project.full &gt; .content {
  margin: 0 auto;
  max-width: 820px;
  padding: 0 20px;
}
.node.node-project.full .field-name-field-image {
  margin: 0 0 12px;
}
.node.node-project.full .field-name-field-image img {
  display: block;
  width: 100%;
  height: auto;
}
.node.node-project.full .field-name-field-background-image img {
  display: block;
  width: 100%;
  height: auto;
}
body.page-projects-gdho .node.node-project.full .project__header,
body.page-projects-gdho .node.node-project.full &gt; .content {
  max-width: 1220px;
}
body.page-projects-gdho .node.node-project.full .field-name-field-image {
  max-width: 640px;
}
@media only screen and (min-width: 1024px) {
  body.page-projects-gdho .node.node-project.full .project__header {
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
  }
  body.page-projects-gdho .node.node-project.full .field-name-field-image {
    margin: 0 60px 0 0;
    padding: 0 60px 0 0;
    border-right: 1px solid #cdd8e0;
  }
  body.page-projects-gdho .node.node-project.full .subnav {
    margin: 0;
    display: flex;
  }
  body.page-projects-gdho .node.node-project.full .subnav li {
    max-width: 164px;
    margin: 0 0 0 60px;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
  }
  body.page-projects-gdho .node.node-project.full .subnav li:before {
    display: none;
  }
  body.page-projects-gdho .node.node-project.full &gt; .content {
    column-count: 2;
    column-gap: 40px;
  }
}
.node.node-team-landing.full .field-name-body {
  margin: 0 0 28px;
}
.node.node-team-landing.full .field-name-field-associates {
  border-top: 1px solid #cdd8e0;
  padding: 60px 0 0;
}
.node.node-team-landing.full .field h2.field-label {
  margin: 0 0 40px;
  font: 400 37px/1em 'Source Sans Pro', sans-serif;
}
.node.node-person.teaser {
  margin: 0 0 60px;
}
.node.node-person.teaser .field-name-field-image {
  max-width: 130px;
  margin: 0 0 12px;
}
@media only screen and (min-width: 750px) {
  .node.node-person.teaser .field-name-field-image {
    float: left;
    margin: 6px 0 0;
  }
}
.node.node-person.teaser .field-name-field-image img {
  display: block;
  width: 100%;
  height: auto;
}
.node.node-person.teaser .content h3,
.node.node-person.teaser .content p {
  margin: 0 0 12px;
}
.node.node-person.teaser .content h3 {
  font: 400 24px/28px 'Source Sans Pro', sans-serif;
}
@media only screen and (min-width: 750px) {
  .node.node-person.teaser .content {
    margin-left: 172px;
  }
}
.node.node-person.teaser .field-name-body {
  margin: 0;
}
.node.node-person.full {
  max-width: 1220px;
}
.node.node-person.full .top {
  margin: 0 0 64px;
  border-bottom: 1px solid #cdd8e0;
}
.node.node-person.full .top header h1 {
  margin: 0;
}
.node.node-person.full .top header .field-name-field-email {
  margin: 0 0 20px;
}
.node.node-person.full .top header ul.social {
  list-style: none;
  margin: 0 0 20px;
}
.node.node-person.full .top header ul.social li {
  display: inline-block;
  margin: 0 24px 0 0;
  font-size: 18px;
  vertical-align: bottom;
}
.node.node-person.full .top header ul.social li a {
  display: block;
}
.node.node-person.full .top header .content {
  margin: 20px 0 60px;
}
@media only screen and (min-width: 1024px) {
  .node.node-person.full .top header {
    float: right;
    width: 75.42372881%;
    padding-left: 66px;
  }
  .node.node-person.full .top header .field-name-field-email {
    float: left;
    margin: 0 0 30px;
  }
  .node.node-person.full .top header ul.social {
    float: right;
    margin: 0 0 30px;
  }
  .node.node-person.full .top header ul.social li {
    margin: 0 0 0 24px;
  }
  .node.node-person.full .top header .content {
    clear: both;
  }
}
.node.node-person.full .top .headshot {
  max-width: 290px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 1024px) {
  .node.node-person.full .top .headshot {
    width: 24.57627119%;
    margin: 16px 0 60px;
    float: left;
  }
}
.node.node-person.full .top .headshot .field-name-field-image {
  margin: 0 0 12px;
}
.node.node-person.full .top .headshot .field-name-field-image img {
  display: block;
  width: 100%;
  height: auto;
}
.node.node-person.full .top .headshot .field-name-field-cv .field-item a {
  display: block;
  text-align: center;
  background: #cdd8e0;
  text-transform: uppercase;
  font: 700 14px/44px 'Source Sans Pro', sans-serif;
  color: #00222b;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -ms-transition: all 250ms;
  transition: all 250ms;
}
.node.node-person.full .top .headshot .field-name-field-cv .field-item a:hover {
  color: #fff;
  background: #0085a8;
}
.node.node-person.full .field-name-field-media h2.field-label {
  font: 400 28px/1em 'Source Sans Pro', sans-serif;
  margin: 0 0 40px;
}
.node.node-person.full .field-name-field-media .field-item .field-collection-item-field-media {
  margin: 36px 0 0;
  padding: 36px 0 0;
  border-top: 1px solid #cdd8e0;
}
.node.node-person.full .field-name-field-media .field-item .field-collection-item-field-media .field-name-field-link {
  margin: 0 0 16px;
}
.node.node-person.full .field-name-field-media .field-item .field-collection-item-field-media .field-name-field-link a {
  font: 400 24px/28px 'Source Sans Pro', sans-serif;
}
.node.node-person.full .field-name-field-media .field-item .field-collection-item-field-media .field-name-field-link a:after {
  font-family: 'icomoon';
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  display: inline-block;
  font-size: 16px;
  margin-left: 12px;
  vertical-align: middle;
}
.node.node-person.full .field-name-field-media .field-item:first-child .field-collection-item-field-media {
  margin: 0;
  padding: 0;
  border-top: none;
}
.node.node-publication-landing.full {
  max-width: 1220px;
  padding: 36px 0 100px;
}
.node.node-publication-landing.full h1 {
  margin: 0 20px 20px;
}
.node.node-publication-landing.full .no-results {
  margin: 0 20px;
}
@media only screen and (min-width: 750px) {
  .node.node-publication-landing.full {
    padding: 64px 20px 160px;
  }
  .node.node-publication-landing.full h1 {
    margin: 0 0 24px;
  }
  .node.node-publication-landing.full .no-results {
    margin: 0;
  }
  .node.node-publication-landing.full &gt; .content {
    margin: 0 -3px;
  }
}
.node.node-publication.teaser {
  margin: 0 0 6px;
}
.node.node-publication.teaser .content {
  display: block;
  padding-top: 65.27777778%;
  position: relative;
}
.node.node-publication.teaser .content a.card,
.node.node-publication.teaser .content span.card {
  padding: 32px 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #27a7b5 no-repeat 50% 50%;
  color: #fff;
  -webkit-transition: background 250ms;
  -moz-transition: background 250ms;
  -o-transition: background 250ms;
  -ms-transition: background 250ms;
  transition: background 250ms;
}
.node.node-publication.teaser .content a.card.color-1,
.node.node-publication.teaser .content span.card.color-1 {
  background: #3b717f;
}
.node.node-publication.teaser .content a.card.color-1:hover,
.node.node-publication.teaser .content span.card.color-1:hover {
  background: #2f5a65;
}
.node.node-publication.teaser .content a.card.color-2,
.node.node-publication.teaser .content span.card.color-2 {
  background: #27a7b5;
}
.node.node-publication.teaser .content a.card.color-2:hover,
.node.node-publication.teaser .content span.card.color-2:hover {
  background: #1e828d;
}
.node.node-publication.teaser .content a.card.color-3,
.node.node-publication.teaser .content span.card.color-3 {
  background: #3b8097;
}
.node.node-publication.teaser .content a.card.color-3:hover,
.node.node-publication.teaser .content span.card.color-3:hover {
  background: #2e6577;
}
.node.node-publication.teaser .content a.card.color-4,
.node.node-publication.teaser .content span.card.color-4 {
  background: #425e6f;
}
.node.node-publication.teaser .content a.card.color-4:hover,
.node.node-publication.teaser .content span.card.color-4:hover {
  background: #304450;
}
.node.node-publication.teaser .content a.card.has-background,
.node.node-publication.teaser .content span.card.has-background {
  background-size: cover;
}
.node.node-publication.teaser .content a.card.has-background:before,
.node.node-publication.teaser .content span.card.has-background:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #271f1a;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=(50));
  opacity: 0.5;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -ms-transition: all 250ms;
  transition: all 250ms;
}
.node.node-publication.teaser .content a.card.has-background:hover:before,
.node.node-publication.teaser .content span.card.has-background:hover:before {
  background: #003f4f;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=(80));
  opacity: 0.8;
}
.node.node-publication.teaser .content a.card:hover .meta,
.node.node-publication.teaser .content span.card:hover .meta,
.node.node-publication.teaser .content a.card:hover header,
.node.node-publication.teaser .content span.card:hover header {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
}
.node.node-publication.teaser .content a.card:hover .summary,
.node.node-publication.teaser .content span.card:hover .summary {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
}
.node.node-publication.teaser .content header {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
  -webkit-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  transition: opacity 250ms;
}
.node.node-publication.teaser .content .field-name-field-date {
  font: 13px/18px 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.node.node-publication.teaser .content h2 {
  font: 400 21px/28px 'Source Sans Pro', sans-serif;
}
.node.node-publication.teaser .content .meta {
  position: absolute;
  bottom: 32px;
  left: 20px;
  right: 20px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
  -webkit-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  transition: opacity 250ms;
}
.node.node-publication.teaser .content .meta .field {
  font: 400 14px/18px 'Source Sans Pro', sans-serif;
  display: inline-block;
  margin-left: 12px;
}
.node.node-publication.teaser .content .meta .field:before {
  display: inline-block;
  content: '\2022';
  margin-right: 14px;
}
.node.node-publication.teaser .content .meta .field .field-items {
  display: inline-block;
}
.node.node-publication.teaser .content .meta .field:first-child {
  margin-left: 0;
  padding-left: 0;
}
.node.node-publication.teaser .content .meta .field:first-child:before {
  display: none;
}
.node.node-publication.teaser .content .meta .field.field-name-field-project {
  font-weight: 700;
}
.node.node-publication.teaser .content .summary {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  font: 400 18px/26px 'Source Sans Pro', sans-serif;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  -webkit-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  transition: opacity 250ms;
}
.node.node-publication.teaser .content .summary .more {
  color: #76e3ff;
  font: 700 14px/18px 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 750px) {
  .node.node-publication.teaser {
    width: 33.33333333%;
    float: left;
    padding: 0 3px;
  }
  .node.node-publication.teaser .content {
    padding-top: 124.82758621%;
  }
  .node.node-publication.teaser .content .card {
    padding: 32px 28px 20px;
  }
  .node.node-publication.teaser .content .meta {
    bottom: 20px;
    left: 28px;
    right: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .node.node-publication.teaser {
    width: 25%;
  }
}
.node.node-publication.featured .content {
  padding-top: 82.77777778%;
}
.node.node-publication.featured .content h2 {
  font-weight: 300;
}
@media only screen and (min-width: 750px) {
  .node.node-publication.featured {
    width: 66.66666667%;
  }
  .node.node-publication.featured .content {
    padding-top: 124.40273038%;
  }
  .node.node-publication.featured .content h2 {
    font: 300 37px/44px 'Source Sans Pro', sans-serif;
  }
  .node.node-publication.featured .content a.card,
  .node.node-publication.featured .content span.card {
    padding: 58px;
  }
  .node.node-publication.featured .content .summary {
    left: 58px;
    right: 58px;
  }
  .node.node-publication.featured .content .meta {
    bottom: 58px;
    left: 58px;
    right: 58px;
  }
}
@media only screen and (min-width: 1024px) {
  .node.node-publication.featured {
    width: 75%;
  }
  .node.node-publication.featured .content {
    padding-top: 82.67270668%;
    padding-top: 82.65306122%;
  }
  .node.node-publication.featured .content h2 {
    font: 300 50px/56px 'Source Sans Pro', sans-serif;
  }
}
.node.node-publication.full {
  max-width: 1220px;
}
.node.node-publication.full .top {
  margin: 0 0 42px;
  border-bottom: 1px solid #cdd8e0;
}
.node.node-publication.full .top header h1 {
  margin: 0;
}
.node.node-publication.full .top header .meta {
  margin: 0 0 20px;
}
@media only screen and (min-width: 1024px) {
  .node.node-publication.full .top header .meta {
    float: left;
  }
}
.node.node-publication.full .top header .meta .field {
  color: #889095;
}
@media only screen and (min-width: 750px) {
  .node.node-publication.full .top header .meta .field {
    display: inline-block;
  }
  .node.node-publication.full .top header .meta .field.authors {
    padding: 0 21px 0 0;
    margin: 0 16px 0 0;
    position: relative;
  }
  .node.node-publication.full .top header .meta .field.authors:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    height: 14px;
    border-left: 1px solid #889095;
  }
}
.node.node-publication.full .top header ul.social {
  list-style: none;
  margin: 0 0 20px;
}
.node.node-publication.full .top header ul.social li {
  display: inline-block;
  margin: 0 24px 0 0;
  font-size: 18px;
  vertical-align: bottom;
}
.node.node-publication.full .top header ul.social li a {
  display: block;
}
.node.node-publication.full .top header .content {
  margin: 20px 0 60px;
}
@media only screen and (min-width: 1024px) {
  .node.node-publication.full .top header {
    float: right;
    width: 75.42372881%;
    padding-left: 66px;
  }
  .node.node-publication.full .top header ul.social {
    float: right;
    margin: 0 0 30px;
  }
  .node.node-publication.full .top header ul.social li {
    margin: 0 0 0 24px;
  }
  .node.node-publication.full .top header .content {
    clear: both;
  }
}
.node.node-publication.full .top .thumbnail {
  max-width: 290px;
  margin: 0 0 30px;
}
@media only screen and (min-width: 1024px) {
  .node.node-publication.full .top .thumbnail {
    width: 24.57627119%;
    margin: 8px 0 60px;
    float: left;
  }
}
.node.node-publication.full .top .thumbnail .field-name-field-image {
  margin: 0 0 12px;
}
.node.node-publication.full .top .thumbnail .field-name-field-image img {
  display: block;
  width: 100%;
  height: auto;
}
.node.node-publication.full .top .thumbnail .field-name-field-download .field-item a {
  display: block;
  text-align: center;
  background: #cdd8e0;
  text-transform: uppercase;
  font: 700 14px/44px 'Source Sans Pro', sans-serif;
  color: #00222b;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -ms-transition: all 250ms;
  transition: all 250ms;
}
.node.node-publication.full .top .thumbnail .field-name-field-download .field-item a:hover {
  color: #fff;
  background: #0085a8;
}
.node.node-publication.full .related-publications {
  margin: 60px -20px 58px;
}
.node.node-publication.full .related-publications h2.section-title {
  font: 400 28px/1em 'Source Sans Pro', sans-serif;
  padding: 0 20px;
}
@media only screen and (min-width: 750px) {
  .node.node-publication.full .related-publications {
    margin: 60px -3px 58px;
  }
  .node.node-publication.full .related-publications h2.section-title {
    padding: 0 3px;
  }
}
@media only screen and (min-width: 1024px) {
  .node.node-publication.full .related-publications {
    margin: 60px -3px 40px;
  }
}
.node.node-publication.full .suggested-citation {
  padding: 0 0 22px;
  margin: 0 0 42px;
  border-bottom: 1px solid #cdd8e0;
}
.node.node-publication.full .suggested-citation h2.section-title {
  font: 400 28px/1em 'Source Sans Pro', sans-serif;
  vertical-align: middle;
}
.node.node-publication.full .suggested-citation h2.section-title:after {
  content: '';
  width: 20px;
  height: 3px;
  margin-left: 20px;
  background: #0085a8;
  display: inline-block;
  vertical-align: middle;
}
.node.node-publication.full .suggested-citation .field {
  margin: 0 0 20px;
}
.node.node-publication.full .suggested-citation h3.field-label {
  margin: 0;
  font: 700 16px/26px 'Source Sans Pro', sans-serif;
}
#footer {
  padding: 0 20px;
  max-width: 1220px;
  margin: 0 auto;
}
#footer .footer-inner {
  border-top: 5px solid #cdd8e0;
  padding: 40px 0;
}
@media only screen and (min-width: 1024px) {
  #footer .footer-inner .footer-info {
    float: left;
    width: 50%;
    padding-right: 10px;
  }
}
#footer .footer-inner .site-name {
  margin: 0 0 32px;
}
#footer .footer-inner .site-name a {
  display: block;
}
#footer .footer-inner .site-name a .icon {
  display: block;
  font-size: 19px;
  margin: 0 0 10px;
  color: #0085a8;
}
#footer .footer-inner .site-name a .icon.icon-humanitarian {
  color: #cdd8e0;
}
@media only screen and (min-width: 375px) {
  #footer .footer-inner .site-name a .icon {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
#footer .footer-inner ul#footer-address {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}
#footer .footer-inner ul#footer-address li {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 750px) {
  #footer .footer-inner ul#footer-address li {
    display: inline-block;
    padding: 0 0 0 13px;
    margin: 0 0 0 12px;
    position: relative;
  }
  #footer .footer-inner ul#footer-address li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    height: 12px;
    border-left: 1px solid #889095;
  }
  #footer .footer-inner ul#footer-address li.first,
  #footer .footer-inner ul#footer-address li.last {
    margin: 0;
    padding: 0;
  }
  #footer .footer-inner ul#footer-address li.first:before,
  #footer .footer-inner ul#footer-address li.last:before {
    display: none;
  }
  #footer .footer-inner ul#footer-address li.last {
    display: block;
  }
}
#footer .footer-inner .footer-nav ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footer-inner .footer-nav ul.menu li {
  margin: 0 0 16px;
  padding: 0;
}
#footer .footer-inner .footer-nav ul.menu li a {
  display: block;
  font-weight: bold;
}
@media only screen and (min-width: 750px) {
  #footer .footer-inner .footer-nav ul.menu {
    float: left;
  }
  #footer .footer-inner .footer-nav ul.menu li {
    margin: 0 32px 0 0;
    display: inline-block;
  }
}
#footer .footer-inner .footer-nav ul.social {
  list-style: none;
  margin: 0 0 32px;
}
#footer .footer-inner .footer-nav ul.social li {
  display: inline-block;
  margin: 0 24px 0 0;
  font-size: 18px;
}
#footer .footer-inner .footer-nav ul.social li a {
  display: block;
}
@media only screen and (min-width: 750px) {
  #footer .footer-inner .footer-nav ul.social {
    float: right;
  }
  #footer .footer-inner .footer-nav ul.social li {
    margin: 0 0 0 24px;
  }
}
#footer .footer-inner .footer-nav p {
  clear: both;
  margin: 0 0 20px;
}
@media only screen and (min-width: 1024px) {
  #footer .footer-inner .footer-nav {
    width: 50%;
    float: right;
    padding-left: 10px;
  }
}
#ho-publications-filter-form {
  margin: 0 20px 40px;
  position: relative;
}
@media only screen and (min-width: 750px) {
  #ho-publications-filter-form {
    margin: 0 0 40px;
  }
}
#ho-publications-filter-form .form-item {
  height: 44px;
  margin: 0 0 6px;
}
#ho-publications-filter-form header h2 {
  text-transform: uppercase;
  font: 700 14px/44px 'Source Sans Pro', sans-serif;
  text-align: center;
  background: #f2f2f2;
  cursor: pointer;
  margin: 0 0 6px;
}
#ho-publications-filter-form header a.clear {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #ho-publications-filter-form header h2 {
    display: inline-block;
    text-align: left;
    text-transform: none;
    background: none;
    margin: 0 12px 12px 0;
    padding: 0 3px;
    font: 400 21px/28px 'Source Sans Pro', sans-serif;
    color: #889095;
  }
  #ho-publications-filter-form header a.clear {
    font-size: 14px;
    display: inline-block;
  }
  #ho-publications-filter-form .form-item {
    float: left;
    width: 20%;
    padding: 0 3px;
  }
  #ho-publications-filter-form .form-item.form-item-keyword {
    width: 23.60876897%;
    position: absolute;
    top: -68px;
    right: 0;
    margin: 0;
  }
}
html.js #ho-publications-filter-form select {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
}
#ho-publications-filter-form .form-type-textfield {
  position: relative;
}
#ho-publications-filter-form .form-type-textfield ::-webkit-input-placeholder {
  color: #889095;
}
#ho-publications-filter-form .form-type-textfield :-moz-placeholder {
  color: #889095;
}
#ho-publications-filter-form .form-type-textfield ::-moz-placeholder {
  color: #889095;
}
#ho-publications-filter-form .form-type-textfield:after {
  font-family: 'icomoon';
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-size: 12px;
  position: absolute;
  right: 4px;
  bottom: 8px;
  height: 12px;
  line-height: 12px;
  display: block;
  color: #094e61;
}
#ho-publications-filter-form .form-type-textfield input.form-text {
  width: 100%;
  height: 44px;
  border: none;
  border-bottom: 1px solid #889095;
  padding: 21px 16px 8px 0;
  font: 400 14px 'Source Sans Pro', sans-serif;
}
div.selector {
  height: 44px;
  font: 400 14px/44px 'Source Sans Pro', sans-serif;
  background: #f2f2f2;
  padding: 0;
  position: relative;
  cursor: pointer;
  width: 100% !important;
}
div.selector select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
}
div.selector span {
  display: block;
  padding: 0 40px 0 16px;
  height: 44px;
  font: 400 14px/44px 'Source Sans Pro', sans-serif;
  background: none;
  position: relative;
  width: 100% !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
  -webkit-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  transition: opacity 250ms;
}
div.selector:before {
  position: absolute;
  font-family: 'icomoon';
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 16px;
  content: "\e90a";
  display: inline-block;
  line-height: 44px;
}
div.selector.disabled {
  cursor: wait;
}
div.selector.disabled span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=(50));
  opacity: 0.5;
}
div.selector.disabled select {
  display: none;
}
div.selector.disabled:before {
  content: "\e90b";
  animation: anim-rotate 2s infinite linear;
}
@keyframes anim-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gdho-wrapper {
  margin: 0 20px;
  padding: 30px 0 100px;
  overflow: scroll;
}
.gdho-wrapper .sticky-header {
  z-index: 99;
}
.gdho-wrapper th {
  padding: 6px 10px 0;
  font-size: 12px;
  vertical-align: top;
  line-height: 14px;
  margin: 0;
  border-bottom: 2px solid #f2f2f2;
}
.gdho-wrapper th.active img {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 4px;
}
.gdho-wrapper th a {
  display: block;
}
.gdho-wrapper tbody tr {
  border: none;
  padding: none;
  background: none;
}
.gdho-wrapper tbody tr.even {
  background: #f2f2f2;
}
.gdho-wrapper td {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  vertical-align: top;
  white-space: nowrap;
  background: none;
}
.gdho-wrapper td.countries span {
  display: block;
}
html.js .gdho-wrapper td.countries {
  position: relative;
  padding-left: 20px;
}
html.js .gdho-wrapper td.countries a {
  cursor: pointer;
  position: absolute;
  top: 3px;
  left: 3px;
}
html.js .gdho-wrapper td.countries span {
  display: none;
}
html.js .gdho-wrapper td.countries span:first-child {
  display: block;
}
html.js .gdho-wrapper td.countries.expanded span {
  display: block;
}
.core-wrapper td {
  white-space: normal;
}
.core-wrapper p {
  margin: 0 0 12px;
}
ul#core-filters {
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}
ul#core-filters li {
  display: inline-block;
  padding: 0 0 0 13px;
  margin: 0 0 0 12px;
  position: relative;
  font: 400 14px/18px 'Source Sans Pro', sans-serif;
}
ul#core-filters li a {
  display: block;
  color: #0085a8;
}
ul#core-filters li a:hover {
  color: #00222b;
}
ul#core-filters li.first {
  margin: 0;
  padding: 0;
}
ul#gdho-subnav {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
ul#gdho-subnav li {
  display: inline-block;
  padding: 0 0 0 13px;
  margin: 0 0 0 12px;
  position: relative;
  font: 700 14px/18px 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
}
ul#gdho-subnav li a {
  display: block;
  color: #0085a8;
}
ul#gdho-subnav li a:hover {
  color: #00222b;
}
ul#gdho-subnav li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  height: 12px;
  border-left: 1px solid #889095;
}
ul#gdho-subnav li.first {
  margin: 0;
  padding: 0;
}
ul#gdho-subnav li.first:before {
  display: none;
}
#gdho-search-form {
  max-width: 1220px;
  padding: 36px 20px 100px;
  margin: 0 auto;
}
#gdho-search-form h1 {
  margin: 0 0 6px;
}
#gdho-search-form h1 img {
  width: 100%;
  max-width: 740px;
  height: auto;
  display: block;
}
#gdho-search-form .form__inner {
  padding: 75px 0 0;
  position: relative;
}
#gdho-search-form .form-submit-wrapper--all {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 750px) {
  #gdho-search-form {
    padding: 64px 20px 160px;
  }
  #gdho-search-form .no-results {
    margin: 0;
  }
  #gdho-search-form &gt; .content {
    margin: 0 -3px;
  }
}
#gdho-search-form .header {
  position: relative;
  margin: 24px 0 0;
  padding: 12px 0 0;
}
#gdho-search-form .header:before {
  position: absolute;
  top: 0;
  left: 3px;
  right: 3px;
  content: '';
  border-top: 1px solid #889095;
}
#gdho-search-form .header h2 {
  padding: 0;
  font: 400 21px/28px 'Source Sans Pro', sans-serif;
  color: #889095;
}
@media only screen and (min-width: 1024px) {
  #gdho-search-form .header h2 {
    padding: 0 3px;
  }
}
#gdho-search-form .header .form-item {
  height: 44px;
  margin: 0 0 6px;
}
@media only screen and (min-width: 1024px) {
  #gdho-search-form .header .form-item {
    float: left;
    width: 25%;
    padding: 0 3px;
  }
  #gdho-search-form .header .form-item.form-item-keyword {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  #gdho-search-form .header {
    margin: 24px -3px 0;
  }
}
#gdho-search-form .content .form-type-checkboxes {
  margin: 0 0 6px;
  padding: 0 16px 10px;
  border: 1px solid #f2f2f2;
  height: 200px;
  overflow: scroll;
}
#gdho-search-form .content .form-type-checkboxes &gt; label {
  text-transform: uppercase;
  font: 700 14px/44px 'Source Sans Pro', sans-serif;
}
#gdho-search-form .content .form-type-checkboxes .form-type-checkbox {
  margin: 0 0 6px;
  position: relative;
}
#gdho-search-form .content .form-type-checkboxes .form-type-checkbox input.form-checkbox {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#gdho-search-form .content .form-type-checkboxes .form-type-checkbox label {
  padding: 0 0 0 18px;
  display: block;
  font: 400 14px/20px 'Source Sans Pro', sans-serif;
}
@media only screen and (min-width: 1024px) {
  #gdho-search-form .content {
    margin: 0 -3px;
    /*
      .form-submit-wrapper {
        float: left;
        width: 50%;
        padding: 0 3px;
        margin: 24px 0 0;

        .input-submit {
          margin: 0;
        }
      }
      */
  }
  #gdho-search-form .content .form-type-checkboxes-wrapper {
    float: left;
    width: 25%;
    padding: 0 3px;
  }
  #gdho-search-form .content .form-type-checkboxes {
    height: 400px;
  }
}
html.js #gdho-search-form select {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
}
#gdho-search-form input.form-submit {
  cursor: pointer;
  display: block;
  margin: 6px 0;
  height: 44px;
  height: 75px;
  padding: 0 20px;
  border: none;
  width: 100%;
  background: #cdd8e0;
  color: #00222b;
  text-align: center;
  font: 700 14px/44px 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -ms-transition: all 250ms;
  transition: all 250ms;
}
#gdho-search-form input.form-submit:hover {
  color: #fff;
  background: #0085a8;
}
#gdho-search-form .form-type-textfield {
  position: relative;
}
#gdho-search-form .form-type-textfield ::-webkit-input-placeholder {
  color: #889095;
}
#gdho-search-form .form-type-textfield :-moz-placeholder {
  color: #889095;
}
#gdho-search-form .form-type-textfield ::-moz-placeholder {
  color: #889095;
}
#gdho-search-form .form-type-textfield:after {
  font-family: 'icomoon';
  /* Better Font Rendering =========== */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-size: 12px;
  position: absolute;
  right: 4px;
  bottom: 8px;
  height: 12px;
  line-height: 12px;
  display: block;
  color: #094e61;
}
#gdho-search-form .form-type-textfield input.form-text {
  width: 100%;
  height: 44px;
  border: none;
  border-bottom: 1px solid #f2f2f2;
  padding: 21px 16px 8px 0;
  font: 400 14px 'Source Sans Pro', sans-serif;
}
.node-score.teaser a.card,
.node-score.teaser span.card {
  background: #f2f2f2 50% 50%;
  display: block;
  position: relative;
  padding: 40px;
  -webkit-transition: background 250ms;
  -moz-transition: background 250ms;
  -o-transition: background 250ms;
  -ms-transition: background 250ms;
  transition: background 250ms;
}
.node-score.teaser a.card h3,
.node-score.teaser span.card h3 {
  font: 400 24px/30px 'Source Sans Pro', sans-serif;
  padding: 18px 0;
  position: relative;
  color: #0085a8;
  margin: 0;
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  -o-transition: color 250ms;
  -ms-transition: color 250ms;
  transition: color 250ms;
}
.node-score.teaser a.card h3:after,
.node-score.teaser span.card h3:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  border-top: 2px solid #0085a8;
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  -o-transition: color 250ms;
  -ms-transition: color 250ms;
  transition: color 250ms;
}
.node-score.teaser a.card .field-name-body,
.node-score.teaser span.card .field-name-body {
  color: #00222b;
  position: relative;
}
.node-score.teaser a.card .field-name-body p,
.node-score.teaser span.card .field-name-body p {
  margin: 20px 0 0;
}
.node-score.teaser a.card .field-name-body p:first-child,
.node-score.teaser span.card .field-name-body p:first-child {
  margin: 0;
}
.node-score.teaser a.card.has-background,
.node-score.teaser span.card.has-background {
  background: 50% 50%;
  background-size: cover;
}
.node-score.teaser a.card.has-background:before,
.node-score.teaser span.card.has-background:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #271f1a;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=(70));
  opacity: 0.7;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -ms-transition: all 250ms;
  transition: all 250ms;
}
.node-score.teaser a.card.has-background h3,
.node-score.teaser span.card.has-background h3 {
  color: #fff;
}
.node-score.teaser a.card.has-background h3:after,
.node-score.teaser span.card.has-background h3:after {
  border-top: 2px solid #e03128;
}
.node-score.teaser a.card.has-background .field-name-body,
.node-score.teaser span.card.has-background .field-name-body {
  margin: 20px 0 40px;
  color: #f2f2f2;
}
.node-score.teaser a.card {
  cursor: pointer;
}
.node-score.teaser a.card:hover {
  background: #e3eff8;
}
.node-score.teaser a.card:hover h3 {
  color: #00222b;
}
.node-score.teaser a.card:hover h3:after {
  border-top: 2px solid #00222b;
}
.node-score.teaser a.card.has-background {
  background: 50% 50%;
  background-size: cover;
}
.node-score.teaser a.card.has-background:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #271f1a;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=(70));
  opacity: 0.7;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -ms-transition: all 250ms;
  transition: all 250ms;
}
.node-score.teaser a.card.has-background h3 {
  color: #fff;
}
.node-score.teaser a.card.has-background h3:after {
  border-top: 2px solid #e03128;
}
.node-score.teaser a.card.has-background .field-name-body {
  margin: 0;
  color: #f2f2f2;
}
.node-score.teaser a.card.has-background:hover:before {
  background: #003f4f;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=(80));
  opacity: 0.8;
}
.node-score.full {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 0 100px;
}
.node-score.full .node-score__header {
  display: block;
  background: #00485b no-repeat 50% bottom;
  padding: 20px 20px 68px;
}
.node-score.full .node-score__header.has-background {
  position: relative;
  background-size: cover;
}
.node-score.full .node-score__header.has-background:before {
  content: '';
  background: #00485b;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=(80));
  opacity: 0.8;
}
.node-score.full .node-score__header__inner {
  padding: 40px 0;
  margin: 0 auto;
  max-width: 820px;
  position: relative;
  text-align: center;
  font: 400 24px/28px 'Source Sans Pro', sans-serif;
  color: #fff;
}
.node-score.full .node-score__header__kicker {
  font: 700 14px/18px 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.node-score.full .node-score__header__title {
  font: 400 54px/1em Unna, Georgia, serif;
  margin: 0 0 12px;
  color: #fff;
}
.node-score.full .node-score__header__title span {
  display: inline-block;
  padding: 0 0 12px;
  border-bottom: 2px solid #e03128;
}
.node-score.full .node-score__header__logo {
  position: relative;
  display: block;
  max-width: 248px;
  margin: 0 auto;
}
.node-score.full .node-score__header__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.node-score.full .node-score__content {
  padding: 42px 20px;
  position: relative;
  margin: 0 auto;
  max-width: 820px;
}
.node-score.full .node-score__content .field-name-field-publication-download {
  margin: 0 0 42px;
}
.node-score.full .node-score__content .field-name-field-publication-download .field-item {
  text-align: center;
  color: #fff;
  font: 400 28px/47px Unna, Georgia, serif;
}
.node-score.full .node-score__content .field-name-field-publication-download .field-item .placeholder {
  padding: 16px;
  background: #e03128;
  border-radius: 4px;
  opacity: 0.75;
}
.node-score.full .node-score__content .field-name-field-publication-download .field-item a {
  color: #fff;
  display: block;
  padding: 16px;
  background: #e03128;
  border-radius: 4px;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.node-score.full .node-score__content .field-name-field-publication-download .field-item a:hover {
  opacity: 0.75;
}
.node-score.full .node-score__content .field-name-field-download {
  margin: 20px 0 42px;
}
.node-score.full .node-score__content .field-name-field-download .field-item a {
  display: block;
  text-align: center;
  color: #fff;
  font: 400 28px/47px Unna, Georgia, serif;
  padding: 16px;
  background: #e03128;
  border-radius: 4px;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.node-score.full .node-score__content .field-name-field-download .field-item a:hover {
  opacity: 0.75;
}
.node-core.teaser a.card,
.node-core.teaser span.card {
  background: #f2f2f2 50% 50%;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 40px;
  -webkit-transition: background 250ms;
  -moz-transition: background 250ms;
  -o-transition: background 250ms;
  -ms-transition: background 250ms;
  transition: background 250ms;
}
.node-core.teaser a.card h3,
.node-core.teaser span.card h3 {
  font: 400 24px/30px 'Source Sans Pro', sans-serif;
  padding: 18px 0;
  position: relative;
  color: #0085a8;
  margin: 0;
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  -o-transition: color 250ms;
  -ms-transition: color 250ms;
  transition: color 250ms;
}
.node-core.teaser a.card h3:after,
.node-core.teaser span.card h3:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  border-top: 2px solid #0085a8;
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  -o-transition: color 250ms;
  -ms-transition: color 250ms;
  transition: color 250ms;
}
.node-core.teaser a.card .field-name-body,
.node-core.teaser span.card .field-name-body {
  color: #00222b;
  position: relative;
}
.node-core.teaser a.card .field-name-body p,
.node-core.teaser span.card .field-name-body p {
  margin: 20px 0 0;
}
.node-core.teaser a.card .field-name-body p:first-child,
.node-core.teaser span.card .field-name-body p:first-child {
  margin: 0;
}
.node-core.teaser a.card:hover,
.node-core.teaser span.card:hover {
  background: #e3eff8;
}
.node-core.teaser a.card:hover h3,
.node-core.teaser span.card:hover h3 {
  color: #00222b;
}
.node-core.teaser a.card:hover h3:after,
.node-core.teaser span.card:hover h3:after {
  border-top: 2px solid #00222b;
}
.node-core.teaser a.card.has-background,
.node-core.teaser span.card.has-background {
  background: 50% 50%;
  background-size: cover;
}
.node-core.teaser a.card.has-background:before,
.node-core.teaser span.card.has-background:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #271f1a;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=(70));
  opacity: 0.7;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -ms-transition: all 250ms;
  transition: all 250ms;
}
.node-core.teaser a.card.has-background h3,
.node-core.teaser span.card.has-background h3 {
  color: #fff;
}
.node-core.teaser a.card.has-background h3:after,
.node-core.teaser span.card.has-background h3:after {
  border-top: 2px solid #e03128;
}
.node-core.teaser a.card.has-background .field-name-body,
.node-core.teaser span.card.has-background .field-name-body {
  margin: 20px 0 40px;
  color: #f2f2f2;
}
.node-core.teaser a.card.has-background:hover:before,
.node-core.teaser span.card.has-background:hover:before {
  background: #003f4f;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=(80));
  opacity: 0.8;
}
.node-core.full {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 0 100px;
  /*
    .node-core__header__logo {
      position: relative;
      display: block;
      max-width: 248px;
      margin: 0 auto;
      @media @desktop {
        margin: 0;
      }

      img {
        width: 100%;
        height: auto;
        display: block;
      }
    }
    */
}
.node-core.full .node-core__header {
  display: block;
  margin: 0 0 40px;
}
.node-core.full .node-core__header__background {
  padding: 72% 0 0;
  background: url("../img/core-header-mobile.png") no-repeat 50% 50%;
  background-size: cover;
}
@media only screen and (min-width: 750px) {
  .node-core.full .node-core__header__background {
    padding: 24.375% 0 0;
    background: url("../img/core-header.png") no-repeat 50% 50%;
    background-size: cover;
  }
}
.node-core.full .node-core__header__inner {
  position: relative;
  text-align: center;
  color: #fff;
  background: #00485b;
  padding: 40px 20px;
}
.node-core.full .node-core__header__kicker {
  font: 700 14px/18px 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.node-core.full .node-core__header__title {
  margin: 0 auto;
  max-width: 820px;
  font: 400 28px/40px Unna, Georgia, serif;
}
.node-core.full .field-name-field-download .field-item {
  margin: 0 0 20px;
}
.node-core.full .field-name-field-download .field-item a {
  display: block;
  text-align: center;
  color: #fff;
  font: 400 28px/47px Unna, Georgia, serif;
  padding: 16px;
  background: #e03128;
  border-radius: 4px;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.node-core.full .field-name-field-download .field-item a:hover {
  opacity: 0.75;
}
.node-core.full .field-name-field-related .field-item {
  margin: 0 0 20px;
}
.node-core.full .field-name-field-related .field-item a {
  display: block;
  text-align: center;
  color: #fff;
  font: 400 28px/47px Unna, Georgia, serif;
  padding: 16px;
  background: #00485b;
  border-radius: 4px;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.node-core.full .field-name-field-related .field-item a:hover {
  opacity: 0.75;
}
@media only screen and (min-width: 1024px) {
  .node-core.full .field-name-field-related {
    margin: 0 -10px;
  }
  .node-core.full .field-name-field-related .field-items {
    display: flex;
    flex-wrap: wrap;
  }
  .node-core.full .field-name-field-related .field-items .field-item {
    flex: 0 0 50%;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .node-core.full .node-core__content {
    position: relative;
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 20px;
  }
}
.node-core.full .node-core__content .node-core__body {
  font: 400 18px/32px 'Source Sans Pro', sans-serif;
  padding: 0 20px 42px;
  margin: 0 auto;
  max-width: 820px;
}
@media only screen and (min-width: 1024px) {
  .node-core.full .node-core__content .node-core__body {
    margin: 0 0 42px;
    padding: 0 120px 0 0;
    float: left;
    width: 66.66666667%;
  }
}
.node-core.full a.dashboard-button {
  display: block;
  text-align: center;
  color: #fff;
  background: url("../img/background-800.gif") no-repeat 50% 50%;
  margin: 0 0 20px;
  font: 400 28px/47px Unna, Georgia, serif;
  padding: 16px;
  background-size: 1300px;
  border-radius: 4px;
}
.node-core.full a.dashboard-button:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 0 0;
  width: 28px;
  height: 47px;
  background: url("../img/pin-white.svg") no-repeat 50% 50%;
  background-size: 100%;
}
.node-core.full .field-name-field-score {
  margin: 0 0 42px;
  padding: 30px 20px;
  background: #0085a8;
}
@media only screen and (min-width: 1024px) {
  .node-core.full .field-name-field-score {
    background: none;
    padding: 0;
    float: right;
    width: 33.33333333%;
  }
}
.node-core.full .field-name-field-score .bar {
  display: none;
}
.node-core.full .field-name-field-score h2.field-label {
  font: 400 32px/36px 'Source Sans Pro', sans-serif;
  color: #fff;
  margin: 0 0 24px;
}
.node-core.full .field-name-field-score &gt; .field-items &gt; .field-item {
  margin: 0 0 20px;
}
.node-core.full .field-name-field-score &gt; .field-items &gt; .field-item .node-project {
  background: #f2f2f2;
}
@media only screen and (min-width: 750px) {
  .node-core.full .field-name-field-score {
    padding: 48px 0 0;
    margin: 0 0 42px;
    position: relative;
  }
  .node-core.full .field-name-field-score .bar {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 108px;
    background: #fff;
  }
  .node-core.full .field-name-field-score h2.field-label {
    padding: 0 20px;
    margin: 0 auto 24px;
    max-width: 1220px;
  }
  .node-core.full .field-name-field-score &gt; .field-items {
    position: relative;
    padding: 0 10px;
    margin: 0 auto;
    max-width: 1220px;
  }
  .node-core.full .field-name-field-score &gt; .field-items &gt; .field-item {
    width: 33.33333333%;
    float: left;
    padding: 0 10px;
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .node-core.full .field-name-field-score {
    padding: 0;
    margin: 0;
  }
  .node-core.full .field-name-field-score .bar {
    display: none;
  }
  .node-core.full .field-name-field-score h2.field-label {
    padding: 0;
    color: #00485b;
  }
  .node-core.full .field-name-field-score &gt; .field-items {
    padding: 0;
    margin: 0;
    max-width: 1220px;
  }
  .node-core.full .field-name-field-score &gt; .field-items &gt; .field-item {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0 0 40px;
  }
}
.node-core.full .field-name-field-description .field-label {
  padding: 67px 20px;
  text-align: center;
  background: url("../img/background-800.gif") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  font: 400 54px/1em Unna, Georgia, serif;
}
.node-core.full .field-name-field-description &gt; .field-items {
  padding: 42px 20px;
  position: relative;
  margin: 0 auto;
  max-width: 820px;
}
.node-core.full .field-name-field-description h3 {
  margin: 40px 0;
}
.node-core.full .field-name-field-description h3:first-child {
  margin-top: 0;
}
.node-core.full .field-name-field-description h4 {
  margin: 40px 0 4px;
}
.node-core.full .field-name-field-description h4:first-child {
  margin-top: 0;
}
.node-save.teaser a.card,
.node-save.teaser span.card {
  background: #f2f2f2 50% 50%;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 40px;
  -webkit-transition: background 250ms;
  -moz-transition: background 250ms;
  -o-transition: background 250ms;
  -ms-transition: background 250ms;
  transition: background 250ms;
}
.node-save.teaser a.card h3,
.node-save.teaser span.card h3 {
  font: 400 24px/30px 'Source Sans Pro', sans-serif;
  padding: 18px 0;
  position: relative;
  color: #0085a8;
  margin: 0;
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  -o-transition: color 250ms;
  -ms-transition: color 250ms;
  transition: color 250ms;
}
.node-save.teaser a.card h3:after,
.node-save.teaser span.card h3:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  border-top: 2px solid #0085a8;
  -webkit-transition: color 250ms;
  -moz-transition: color 250ms;
  -o-transition: color 250ms;
  -ms-transition: color 250ms;
  transition: color 250ms;
}
.node-save.teaser a.card .field-name-body,
.node-save.teaser span.card .field-name-body {
  color: #00222b;
  position: relative;
}
.node-save.teaser a.card .field-name-body p,
.node-save.teaser span.card .field-name-body p {
  margin: 20px 0 0;
}
.node-save.teaser a.card .field-name-body p:first-child,
.node-save.teaser span.card .field-name-body p:first-child {
  margin: 0;
}
.node-save.teaser a.card:hover,
.node-save.teaser span.card:hover {
  background: #e3eff8;
}
.node-save.teaser a.card:hover h3,
.node-save.teaser span.card:hover h3 {
  color: #00222b;
}
.node-save.teaser a.card:hover h3:after,
.node-save.teaser span.card:hover h3:after {
  border-top: 2px solid #00222b;
}
.node-save.teaser a.card.has-background,
.node-save.teaser span.card.has-background {
  background: 50% 50%;
  background-size: cover;
}
.node-save.teaser a.card.has-background:before,
.node-save.teaser span.card.has-background:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #271f1a;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=(70));
  opacity: 0.7;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  -ms-transition: all 250ms;
  transition: all 250ms;
}
.node-save.teaser a.card.has-background h3,
.node-save.teaser span.card.has-background h3 {
  color: #fff;
}
.node-save.teaser a.card.has-background h3:after,
.node-save.teaser span.card.has-background h3:after {
  border-top: 2px solid #e03128;
}
.node-save.teaser a.card.has-background .field-name-body,
.node-save.teaser span.card.has-background .field-name-body {
  margin: 20px 0 40px;
  color: #f2f2f2;
}
.node-save.teaser a.card.has-background:hover:before,
.node-save.teaser span.card.has-background:hover:before {
  background: #003f4f;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=(80));
  opacity: 0.8;
}
.node-save.full {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 0 100px;
}
.node-save.full .node-save__header {
  display: block;
  background: #00485b no-repeat 50% 50%;
  padding: 20px 20px 68px;
}
.node-save.full .node-save__header.has-background {
  position: relative;
  background-size: cover;
}
.node-save.full .node-save__header.has-background:before {
  content: '';
  background: #00485b;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=(80));
  opacity: 0.8;
}
.node-save.full .node-save__header__inner {
  padding: 67px 20px;
  margin: 0 auto;
  max-width: 1220px;
  color: #fff;
  position: relative;
  text-align: center;
  font: 400 24px/28px 'Source Sans Pro', sans-serif;
}
.node-save.full .node-save__header__title {
  font: 400 54px/1em Unna, Georgia, serif;
  margin: 0 0 12px;
}
.node-save.full .node-save__header__title span {
  display: inline-block;
  padding: 0 0 12px;
  border-bottom: 2px solid #e03128;
}
.node-save.full .node-save__header__logo {
  position: relative;
  display: block;
}
.node-save.full .node-save__header__logo img {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .node-save.full .node-save__header__logo img {
    margin: 0;
  }
}
.node-save.full .node-save__content {
  padding: 42px 20px;
  position: relative;
  margin: 0 auto;
  max-width: 820px;
}
.node-save.full .node-save__button,
.node-save.full a.save-button {
  display: block;
  text-align: center;
  color: #fff;
  background: url("../img/background-800.gif") no-repeat 50% 50%;
  margin: 0 0 20px;
  font: 400 28px/47px Unna, Georgia, serif;
  padding: 16px;
  background-size: 1300px;
  border-radius: 4px;
}
.node-save.full .node-save__button img,
.node-save.full a.save-button img {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 0 0;
}
.node-save.full a.save-button:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 0 0;
  width: 28px;
  height: 47px;
  background: url("../img/pin-white.svg") no-repeat 50% 50%;
  background-size: 100%;
}
.node-save.full .field-name-field-description .field-label {
  padding: 67px 20px;
  text-align: center;
  background: url("../img/background-800.gif") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  font: 400 54px/1em Unna, Georgia, serif;
}
.node-save.full .field-name-field-description &gt; .field-items {
  padding: 42px 20px;
  position: relative;
  margin: 0 auto;
  max-width: 820px;
}
.node-save.full .field-name-field-description h3 {
  margin: 40px 0;
}
.node-save.full .field-name-field-description h3:first-child {
  margin-top: 0;
}
.node-save.full .field-name-field-description h4 {
  margin: 40px 0 4px;
}
.node-save.full .field-name-field-description h4:first-child {
  margin-top: 0;
}
.node-save-landing.full .node-save__header {
  background-position: center bottom;
}
.node-save-landing.full .node-save__header__inner {
  max-width: 820px;
}
@media only screen and (min-width: 1024px) {
  .node-save-landing.full .node-save__header__inner {
    padding: 90px 20px;
  }
}
.node-save-landing.full .field-name-field-research-areas {
  padding: 30px 20px;
  background: #0085a8;
}
.node-save-landing.full .field-name-field-research-areas .bar {
  display: none;
}
.node-save-landing.full .field-name-field-research-areas h2.field-label {
  font: 400 37px/42px 'Source Sans Pro', sans-serif;
  color: #fff;
  margin: 0 0 30px;
}
.node-save-landing.full .field-name-field-research-areas &gt; .field-items &gt; .field-item {
  margin: 0 0 20px;
}
.node-save-landing.full .field-name-field-research-areas &gt; .field-items &gt; .field-item .node-project {
  background: #f2f2f2;
}
@media only screen and (min-width: 750px) {
  .node-save-landing.full .field-name-field-research-areas {
    padding: 72px 0 0;
    margin: 0 0 42px;
    position: relative;
  }
  .node-save-landing.full .field-name-field-research-areas .bar {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 108px;
    background: #fff;
  }
  .node-save-landing.full .field-name-field-research-areas h2.field-label {
    padding: 0 20px;
    margin: 0 auto 30px;
    max-width: 1220px;
  }
  .node-save-landing.full .field-name-field-research-areas &gt; .field-items {
    position: relative;
    padding: 0 10px;
    margin: 0 auto;
    max-width: 1220px;
  }
  .node-save-landing.full .field-name-field-research-areas &gt; .field-items &gt; .field-item {
    width: 33.33333333%;
    float: left;
    padding: 0 10px;
    margin: 20px 0 0;
  }
}
.item-list .core-dashboard__locations {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.item-list .core-dashboard__locations li {
  display: inline-block;
  padding: 0 0 0 13px;
  margin: 0 0 0 12px;
  position: relative;
  font: 700 14px/18px 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
}
.item-list .core-dashboard__locations li a {
  display: block;
  color: #0085a8;
}
.item-list .core-dashboard__locations li a:hover {
  color: #00222b;
}
.item-list .core-dashboard__locations li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  height: 12px;
  border-left: 1px solid #889095;
}
.item-list .core-dashboard__locations li.first {
  margin: 0;
  padding: 0;
}
.item-list .core-dashboard__locations li.first:before {
  display: none;
}
.ho-core-dashboard {
  max-width: 1200px;
  padding: 0 20px;
  margin: 60px auto;
}
@media only screen and (min-width: 1024px) {
  .ho-core-dashboard {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .core-dashboard__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
  }
}
.core-dashboard__item {
  margin: 0 0 60px;
}
@media only screen and (min-width: 1024px) {
  .core-dashboard__item {
    flex: 0 0 50%;
    padding: 0 30px;
    margin: 0 0 60px;
  }
}
.core-dashboard__label {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin: 4px 0 0;
}
.core-dashboard__heading {
  text-align: center;
  margin: 0 0 24px;
  font: 400 28px/1em 'Source Sans Pro', sans-serif;
}
.core-dashboard__container {
  position: relative;
  width: 100%;
}
.ho-hhri-two-column {
  display: flex;
  flex-wrap: wrap;
}
.ho-hhri-column {
  flex: 50%;
  padding: 10px;
}
.ho-hhri-button {
  color: #fff;
  cursor: pointer;
  outline: none;
  text-align: center;
  width: 215px;
  height: 50px;
  border: 2px solid #fff;
  background: #0085a8;
  font-size: 20px;
  border-radius: 5%;
  display: block;
}
.ho-hhri-button:hover {
  background-color: #0085a8;
}
.ho-hhri-a {
  color: #fff;
}
.ho-hhri-iframe {
  width: 95%;
  height: 200px;
  border: none;
}
.ho-hhri-card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ho-hhri-card {
  flex-basis: calc(50% - 20px);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #76e3ff;
}
.ho-hhri-card:hover {
  background-color: #0085a8;
}
.ho-hhri-card a {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  padding: 20px;
}
.ho-hhri-card img {
  width: 60%;
  height: 50%;
  object-fit: cover;
}
.ho-hhri-card h3 {
  margin-top: 20px;
  font-size: 25px;
}
.ho-hhri-banner {
  position: relative;
  width: 100%;
  height: 15%;
  /* 15% of the viewport height */
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  background-color: #76e3ff;
}
.ho-hhri-project-name {
  z-index: 2;
  padding-bottom: 20px;
}
.ho-hhri-card-stats {
  color: white;
  background-color: #0085a8;
  width: 300px;
  height: 200px;
  border-radius: 10px;
}
.ho-hhri-card-book {
  width: 300px;
  height: 250px;
  border-color: black;
  background-color: gray;
}
.ho-hhri-card-hp {
  position: absolute;
  top: 85%;
  /* This will put the top edge of the card at the middle of the banner */
  transform: translateY(-15%);
  /* This will shift the card up by half its height, making it centered */
  z-index: 3;
}
.banner .ho-hhri-card-hp img,
.ho-hhri-card-hp img {
  width: 100px;
  /* adjust as needed */
  height: 100px;
  /* adjust as needed */
  object-fit: cover;
}
.ho-hhri-grid-hp {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}
.ho-hhri-left-column {
  width: calc(50% - 20px);
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.ho-hhri-right-column {
  width: calc(50% - 20px);
  flex-wrap: wrap;
  justify-content: space-between;
}
.ho-hhri-card-hp h3,
.ho-hhri-card-hp ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.projects_archive {
  background: #f2f2f2;
  padding: 20px;
  text-align: center;
  margin: 0 auto -30px !important;
  max-width: 1180px;
}
.projects_archive h2 {
  margin: 10px auto 5px auto!important;
}
@media (max-width: 1199px) {
  .projects_archive {
    margin: 0 20px -30px !important;
  }
}
@media (max-width: 749px) {
  .projects_archive {
    margin: 0 auto !important;
  }
}
@media only screen and (min-width: 750px) {
  .node.full.node-project-landing .field-name-field-recent-projects {
    margin: 0 0 20px;
  }
}
</pre></body></html>