body {
  margin: 0;
  padding: 0 1em
}

@media (min-width: 768px) {
  body {
    padding: 0 2em
  }
}

.layout-content {
  clear: both;
  margin: 0 auto;
  max-width: 1800px
}

@media (min-width: 1024px) {
  .layout-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.layout-content .layout-content-content {
  margin-top: 2em;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2
}

.overlay-background {
  background-color: rgba(30, 53, 100, 0.7);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  will-change: opacity;
  z-index: 2000
}

@media (min-width: 1024px) {
  .overlay-background {
    display: none !important
  }
}

@media (min-width: 992px) {
  .contact-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.contact-content .contact-content-container {
  padding: 0 0 1em 0;
  position: relative
}

@media (min-width: 768px) {
  .contact-content .contact-content-container {
    padding: 0.25em 1em 1.5em 5em
  }
}

@media (min-width: 768px) {
  .contact-content .contact-content-container.contact-phone-container,
  .contact-content .contact-content-container.contact-fax-container {
    padding: 1.25em 0 1.5em 4em
  }
}

.contact-content .contact-content-container.contact-fax-container {
  padding-bottom: 0
}

.contact-content .contact-phone-fax {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 2em;
  padding: 2em;
  width: 100%
}

@media (min-width: 992px) {
  .contact-content .contact-phone-fax {
    margin-right: 2em;
    min-width: 40%;
    width: auto
  }
}

.contact-content h3 {
  display: inline-block;
  margin: 0
}

.contact-content h3 .sub-sub-heading-value {
  display: block;
  font-size: 20px;
  font-weight: 400;
  padding: 0.5em 0 0 0
}

@media (min-width: 768px) {
  .contact-content h3 .sub-sub-heading-value {
    display: inline-block;
    padding: 0 0 0 0.5em
  }
}

.contact-content .contact-icon {
  display: inline-block;
  left: 0;
  margin-bottom: 1em;
  margin-right: 2em;
  top: 0;
  width: 1.5em
}

.contact-content .contact-icon.contact-icon-phone {
  height: 3em;
  margin-left: 0.25em;
  width: 1.5em
}

.contact-content .contact-icon.contact-icon-fax {
  height: 2em;
  top: 1.125em;
  width: 2em
}

.contact-content .contact-icon.contact-icon-lg {
  height: 4em;
  width: 4em
}

.contact-content .contact-icon.contact-icon-email {
  background-color: #1d6f85;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.2em .75em .75em .75em
}

.contact-content .contact-icon.contact-icon-email svg * {
  fill: #fff
}

@media (min-width: 768px) {
  .contact-content .contact-icon {
    position: absolute
  }
}

.contact-content .section {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  -webkit-box-flex: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 0
}

@media (min-width: 992px) {
  .contact-content .section {
    margin-top: 2em
  }
}

.contact-content .section .heading,
.contact-content .section .mobile-menu h2,
.mobile-menu .contact-content .section h2 {
  margin-top: 0
}

.header-block {
  overflow: hidden
}

@media (min-width: 992px) {
  .header-block {
    height: 0;
    padding: 40% 2em 0 2em;
    position: relative
  }
}

@media (min-width: 1024px) {
  .header-block {
    height: 0;
    padding: 33.333333333% 2em 0 2em;
    position: relative
  }
}

@media (min-width: 992px) {
  .header-block:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 40%;
    z-index: 6
  }
}

@media (min-width: 992px) {
  .header-block:after {
    border-bottom: 38.5vw solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 40%;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 6
  }
}

@media (min-width: 1200px) {
  .header-block:after {
    border-bottom: 33vw solid transparent
  }
}

.header-block .contextual {
  height: 100%;
  top: 0
}

.header-block .header-block-text {
  background-color: #1d6f85
}

@media (min-width: 992px) {
  .header-block .header-block-text {
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    left: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
  }
}

.header-block .header-block-text .header-block-text-wrapper {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0
}

.header-block .header-block-text .header-block-text-wrapper .header-block-text-inner {
  padding: 1em;
  pointer-events: all
}

@media (min-width: 768px) {
  .header-block .header-block-text .header-block-text-wrapper .header-block-text-inner {
    padding: 2em
  }
}

@media (min-width: 992px) {
  .header-block .header-block-text .header-block-text-wrapper .header-block-text-inner {
    padding: 1.5em 0 1em 2em;
    width: 40%
  }
}

.header-block .header-block-text .header-block-text-wrapper .header-block-text-inner p:first-of-type {
  margin-bottom: 1em
}

.header-block .header-block-text .header-block-text-wrapper .header-block-text-inner p:last-of-type {
  margin-bottom: 0
}

@media (min-width: 992px) {
  .header-block .header-block-text .heading,
  .header-block .header-block-text .mobile-menu h2,
  .mobile-menu .header-block .header-block-text h2 {
    width: 120%
  }
}

@media (min-width: 992px) {
  .header-block .header-block-text .sub-heading {
    width: 110%
  }
}

.header-block .header-block-text .heading,
.header-block .header-block-text .mobile-menu h2,
.mobile-menu .header-block .header-block-text h2,
.header-block .header-block-text .sub-heading,
.header-block .header-block-text .sub-sub-heading,
.header-block .header-block-text ul,
.header-block .header-block-text ol,
.header-block .header-block-text p,
.header-block .header-block-text a {
  color: #fff
}

.header-block .header-block-text .heading,
.header-block .header-block-text .mobile-menu h2,
.mobile-menu .header-block .header-block-text h2,
.header-block .header-block-text .sub-heading {
  margin-top: 0
}

.header-block .header-block-text p {
  font-size: 20px;
  letter-spacing: 0.025em;
  line-height: 1.25em
}

@media (max-width: 767px) {
  .header-block .header-block-text p {
    font-size: 16px
  }
}

.header-block .header-block-text p .header-link-with-arrow,
.header-block .header-block-text p .interactive-maps .interactive-maps-wrapper .links-wrapper a,
.interactive-maps .interactive-maps-wrapper .links-wrapper .header-block .header-block-text p a,
.header-block .header-block-text p .link-with-arrow {
  line-height: 1.25em
}

@media (min-width: 992px) {
  .header-block.slideshow {
    padding: 33% 2em 0 2em
  }
}

.header-block.slideshow .header-block-text .header-block-text-wrapper {
  padding: 0
}

@media (min-width: 992px) {
  .header-block.slideshow .header-block-text .header-block-text-wrapper .header-block-text-inner {
    padding: 2em 1em 1em 3em;
    width: 40%
  }
}

@media (min-width: 1800px) {
  .header-block.slideshow .header-block-text .header-block-text-wrapper .header-block-text-inner {
    padding: 3em 0 1em 2em;
    width: 45%
  }
}

@media (min-width: 1875px) {
  .header-block.slideshow .header-block-text .header-block-text-wrapper .header-block-text-inner {
    padding: 3em 0 1em 0
  }
}

.header-block.slideshow .header-block-text .header-block-text-wrapper .header-block-text-inner .heading,
.header-block.slideshow .header-block-text .header-block-text-wrapper .header-block-text-inner .mobile-menu h2,
.mobile-menu .header-block.slideshow .header-block-text .header-block-text-wrapper .header-block-text-inner h2 {
  width: 100%
}

.header-block.slideshow .header-block-text .header-block-text-wrapper .header-block-text-inner .sub-heading {
  width: 100%
}

.header-block img {
  height: auto;
  margin-bottom: -0.5em;
  width: 100%
}

@media (min-width: 992px) {
  .header-block img {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 3
  }
}

.header-block.page-header-block {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 -1em
}

@media (min-width: 768px) {
  .header-block.page-header-block {
    margin: 0 -2em
  }
}

@media (min-width: 992px) {
  .header-block.page-header-block {
    padding: 33.333333333% 2em 0 2em
  }
}

@media (min-width: 1800px) {
  .header-block.page-header-block {
    margin: 0 auto
  }
}

.header-block.page-header-block.full-width-header-block {
  margin: 0 -1em
}

@media (min-width: 768px) {
  .header-block.page-header-block.full-width-header-block {
    margin: 0 -2em
  }
}

@media (min-width: 1800px) {
  .header-block.page-header-block.full-width-header-block .header-block-text .header-block-text-wrapper .header-block-text-inner {
    padding: 3em 0 1em 0em;
    width: 45%
  }
  .header-block.page-header-block.full-width-header-block .header-block-text .header-block-text-wrapper .header-block-text-inner .heading,
  .header-block.page-header-block.full-width-header-block .header-block-text .header-block-text-wrapper .header-block-text-inner .mobile-menu h2,
  .mobile-menu .header-block.page-header-block.full-width-header-block .header-block-text .header-block-text-wrapper .header-block-text-inner h2 {
    font-size: 2em;
    line-height: 1.2em
  }
  .header-block.page-header-block.full-width-header-block .header-block-text .header-block-text-wrapper .header-block-text-inner .sub-sub-heading {
    font-size: 1.5em;
    line-height: 1.2em
  }
  .header-block.page-header-block.full-width-header-block .header-block-text .header-block-text-wrapper .header-block-text-inner p {
    font-size: 1.25em
  }
}

.header-block.page-header-block a:hover,
.header-block.page-header-block a:focus {
  color: #1d6f85
}

@media (min-width: 992px) {
  .header-block.page-header-block:before {
    background-color: #5abc89
  }
}

@media (min-width: 992px) {
  .header-block.page-header-block:after {
    border-left: 16vw solid #5abc89
  }
}

@media (min-width: 1200px) {
  .header-block.page-header-block:after {
    border-left: 13.5vw solid #5abc89
  }
}

.header-block.page-header-block .header-block-text {
  background-color: #5abc89
}

@media (min-width: 992px) {
  .header-block.page-header-block .header-block-text {
    background-color: transparent
  }
}

.header-block.page-header-block .header-block-text .header-link-with-arrow,
.header-block.page-header-block .header-block-text .interactive-maps .interactive-maps-wrapper .links-wrapper a,
.interactive-maps .interactive-maps-wrapper .links-wrapper .header-block.page-header-block .header-block-text a,
.header-block.page-header-block .header-block-text .link-with-arrow {
  color: #fff
}

.header-block.page-header-block .header-block-text .header-link-with-arrow:before,
.header-block.page-header-block .header-block-text .interactive-maps .interactive-maps-wrapper .links-wrapper a:before,
.interactive-maps .interactive-maps-wrapper .links-wrapper .header-block.page-header-block .header-block-text a:before,
.header-block.page-header-block .header-block-text .header-link-with-arrow:after,
.header-block.page-header-block .header-block-text .interactive-maps .interactive-maps-wrapper .links-wrapper a:after,
.interactive-maps .interactive-maps-wrapper .links-wrapper .header-block.page-header-block .header-block-text a:after,
.header-block.page-header-block .header-block-text .link-with-arrow:before,
.header-block.page-header-block .header-block-text .link-with-arrow:after {
  background-image: url("../images/icons/page-header-link-with-arrow.svg")
}

.header-block.page-header-block .header-block-text .header-link-with-arrow:hover,
.header-block.page-header-block .header-block-text .interactive-maps .interactive-maps-wrapper .links-wrapper a:hover,
.interactive-maps .interactive-maps-wrapper .links-wrapper .header-block.page-header-block .header-block-text a:hover,
.header-block.page-header-block .header-block-text .header-link-with-arrow:focus,
.header-block.page-header-block .header-block-text .interactive-maps .interactive-maps-wrapper .links-wrapper a:focus,
.interactive-maps .interactive-maps-wrapper .links-wrapper .header-block.page-header-block .header-block-text a:focus,
.header-block.page-header-block .header-block-text .link-with-arrow:hover,
.header-block.page-header-block .header-block-text .link-with-arrow:focus {
  color: #1d6f85
}

.header-block.page-header-block .header-block-text .header-link-with-arrow:hover .link-arrow *,
.header-block.page-header-block .header-block-text .interactive-maps .interactive-maps-wrapper .links-wrapper a:hover .link-arrow *,
.interactive-maps .interactive-maps-wrapper .links-wrapper .header-block.page-header-block .header-block-text a:hover .link-arrow *,
.header-block.page-header-block .header-block-text .header-link-with-arrow:focus .link-arrow *,
.header-block.page-header-block .header-block-text .interactive-maps .interactive-maps-wrapper .links-wrapper a:focus .link-arrow *,
.interactive-maps .interactive-maps-wrapper .links-wrapper .header-block.page-header-block .header-block-text a:focus .link-arrow *,
.header-block.page-header-block .header-block-text .link-with-arrow:hover .link-arrow *,
.header-block.page-header-block .header-block-text .link-with-arrow:focus .link-arrow * {
  fill: #1d6f85
}

.header-block.content-header-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 2em
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .header-block.content-header-block {
    padding: 40% 2em 0 2em
  }
}

.header-block.content-header-block a:hover,
.header-block.content-header-block a:focus {
  color: #5abc89
}

@media (min-width: 992px) {
  .header-block.content-header-block:before {
    background-color: #1d6f85
  }
}

@media (min-width: 992px) {
  .header-block.content-header-block:after {
    border-left: 16vw solid #1d6f85
  }
}

@media (min-width: 1200px) {
  .header-block.content-header-block:after {
    border-left: 13.5vw solid #1d6f85
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .header-block.content-header-block .header-block-text .heading,
  .header-block.content-header-block .header-block-text .mobile-menu h2,
  .mobile-menu .header-block.content-header-block .header-block-text h2 {
    font-size: 24px
  }
  .header-block.content-header-block .header-block-text p {
    font-size: 16px
  }
}

.header-block.content-header-block .header-block-text .header-link-with-arrow,
.header-block.content-header-block .header-block-text .interactive-maps .interactive-maps-wrapper .links-wrapper a,
.interactive-maps .interactive-maps-wrapper .links-wrapper .header-block.content-header-block .header-block-text a {
  color: #fff
}

.header-block.content-header-block .header-block-text .header-link-with-arrow:before,
.header-block.content-header-block .header-block-text .interactive-maps .interactive-maps-wrapper .links-wrapper a:before,
.interactive-maps .interactive-maps-wrapper .links-wrapper .header-block.content-header-block .header-block-text a:before,
.header-block.content-header-block .header-block-text .header-link-with-arrow:after,
.header-block.content-header-block .header-block-text .interactive-maps .interactive-maps-wrapper .links-wrapper a:after,
.interactive-maps .interactive-maps-wrapper .links-wrapper .header-block.content-header-block .header-block-text a:after {
  background-image: url("../images/icons/header-arrow-link-with-arrow.svg")
}

.header-block.content-header-block .header-block-text .header-link-with-arrow:hover,
.header-block.content-header-block .header-block-text .interactive-maps .interactive-maps-wrapper .links-wrapper a:hover,
.interactive-maps .interactive-maps-wrapper .links-wrapper .header-block.content-header-block .header-block-text a:hover,
.header-block.content-header-block .header-block-text .header-link-with-arrow:focus,
.header-block.content-header-block .header-block-text .interactive-maps .interactive-maps-wrapper .links-wrapper a:focus,
.interactive-maps .interactive-maps-wrapper .links-wrapper .header-block.content-header-block .header-block-text a:focus {
  color: #5abc89
}

.header-block.content-header-block .header-block-text .header-link-with-arrow:hover .link-arrow *,
.header-block.content-header-block .header-block-text .interactive-maps .interactive-maps-wrapper .links-wrapper a:hover .link-arrow *,
.interactive-maps .interactive-maps-wrapper .links-wrapper .header-block.content-header-block .header-block-text a:hover .link-arrow *,
.header-block.content-header-block .header-block-text .header-link-with-arrow:focus .link-arrow *,
.header-block.content-header-block .header-block-text .interactive-maps .interactive-maps-wrapper .links-wrapper a:focus .link-arrow *,
.interactive-maps .interactive-maps-wrapper .links-wrapper .header-block.content-header-block .header-block-text a:focus .link-arrow * {
  fill: #5abc89
}

@media (max-width: 991px) {
  .header-block.contact-header-block {
    position: relative;
    top: 0
  }
}

@media (max-width: 991px) {
  .header-block.contact-header-block .header-block-text {
    position: relative;
    top: 0
  }
}

@media (min-width: 1800px) {
  .header-block.contact-header-block .header-block-text .header-block-text-wrapper .header-block-text-inner .heading,
  .header-block.contact-header-block .header-block-text .header-block-text-wrapper .header-block-text-inner .mobile-menu h2,
  .mobile-menu .header-block.contact-header-block .header-block-text .header-block-text-wrapper .header-block-text-inner h2 {
    font-size: 2em;
    line-height: 1.2em
  }
  .header-block.contact-header-block .header-block-text .header-block-text-wrapper .header-block-text-inner .sub-sub-heading {
    font-size: 1.25em;
    line-height: 1.2em
  }
  .header-block.contact-header-block .header-block-text .header-block-text-wrapper .header-block-text-inner p {
    font-size: 1.125em
  }
}

@media (min-width: 1024px) {
  .header-block.beside-secondary-sidebar {
    padding-top: 50%
  }
  .header-block.beside-secondary-sidebar:before {
    width: 50%
  }
  .header-block.beside-secondary-sidebar:after {
    left: 50%
  }
  .header-block.beside-secondary-sidebar .header-block-text .header-block-text-wrapper .header-block-text-inner {
    width: 50%
  }
}

@media (min-width: 1200px) {
  .header-block.beside-secondary-sidebar {
    padding-top: 40%
  }
  .header-block.beside-secondary-sidebar:before {
    width: 40%
  }
  .header-block.beside-secondary-sidebar:after {
    left: 40%
  }
  .header-block.beside-secondary-sidebar .header-block-text .header-block-text-wrapper .header-block-text-inner {
    width: 40%
  }
}

@media (min-width: 1400px) {
  .header-block.beside-secondary-sidebar {
    padding-top: 33.333333333%
  }
}

.image-grid header {
  min-width: 100%
}

.image-grid .rows-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.image-grid .views-row img {
  height: auto;
  margin-right: 2em;
  max-width: 150px
}

.main-content-wrapper {
  padding-bottom: 3em
}

@media (min-width: 992px) {
  .main-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media (min-width: 992px) {
  .main-content-wrapper .content {
    padding-right: 1em
  }
}

.main-content {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  -ms-flex-negative: 1;
  flex-shrink: 1
}

.main-content .rows-wrapper {
  margin: -0.5em -1em;
}

@media (min-width: 768px) {
  .main-content .rows-wrapper {
    margin: -0.75em -1em;
    /* added oct 25 2019 */
    flex-basis: 80%;
  }
}

.main-content .rows-wrapper .views-row {
  margin: 0;
  padding: 0.5em 1em
}

@media (min-width: 768px) {
  .main-content .rows-wrapper .views-row {
    padding: 0.75em 1em
  }
}

.main-content .rows-wrapper .views-row .heading a,
.main-content .rows-wrapper .views-row .mobile-menu h2 a,
.mobile-menu .main-content .rows-wrapper .views-row h2 a {
  color: #1d6f85;
  text-decoration: none
}

.main-content p {
  line-height: 1.4em;
  max-width: 60em
}

@media (max-width: 991px) {
  .main-content p {
    font-size: 16px
  }
}

.main-content p:last-of-type {
  margin-bottom: 0
}

.main-content p:first-of-type {
  margin-bottom: 1em
}

.main-content figcaption,
.main-content figure {
  margin: 0;
  max-width: 60em
}

.main-content ul,
.main-content ol {
  max-width: 58em;
  padding-left: 1em
}

.main-content ul li,
.main-content ol li {
  padding-bottom: 0.25em
}

@media (max-width: 991px) {
  .main-content ul li,
  .main-content ol li {
    font-size: 16px
  }
}

blockquote {
  background-color: #f5f5f5;
  border-left: 0.5em solid #5abc89;
  color: #8e9192;
  margin: 2em 0;
  padding: 1em
}

.article-share {
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif
}

img.align-left {
  padding-right: 1em
}

img.align-right {
  padding-left: 1em
}

.content p,
.content .sub-heading-header,
.content .sub-sub-heading,
.content .heading,
.content .mobile-menu h2,
.mobile-menu .content h2,
.content .sub-heading {
  max-width: 60em
}

.anchor {
  outline: none;
  padding-top: 2em
}

article {
  margin-bottom: 2em
}

article .sub-heading-header {
  margin-top: 0
}

.report-entry .content-image img {
  max-width: 10em
}

.url-links {
  padding-top: 1em
}

.url-links a {
  margin-right: 1.5em;
  padding-right: 1.125em;
  position: relative;
  border-bottom: 2px solid transparent;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase
}

.url-links a:hover:before,
.url-links a:focus:before {
  opacity: 0
}

.url-links a:hover:after,
.url-links a:focus:after {
  opacity: 1
}

.url-links a:before,
.url-links a:after {
  background-image: url("../images/icons/arrow-link-with-arrow.svg");
  background-repeat: no-repeat;
  background-size: 1em 2em;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1.4em;
  width: 1em;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 240ms ease-in-out 12ms;
  transition: opacity 240ms ease-in-out 12ms
}

.url-links a:before {
  background-position: right 0.3em
}

.url-links a:after {
  background-position: right -0.9em;
  opacity: 0
}

.full-width-entry .image-container {
  max-width: 35em
}

.full-width-entry .image-container img {
  max-width: 100%
}

@media (max-width: 767px) {
  .full-width-entry img.align-right {
    width: 50%
  }
}

.related-posts-teaser-grid {
  margin-top: 3em
}

.related-posts-teaser-grid .rows-wrapper {
  margin: 0 -1em
}

@media (min-width: 1200px) {
  .related-posts-teaser-grid .rows-wrapper {
    -webkit-column-count: 2;
    column-count: 2
  }
}

.related-posts-teaser-grid .rows-wrapper .views-row {
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column
}

.image-grid .funders-wrapper .views-row img {
  max-height: 70px;
  max-width: 100%;
  width: auto
}

.publication-type div,
.heading-link div {
  display: inline-block
}

.content .sub-heading {
  margin-top: 0
}

.page-header {
  margin: 1em auto;
  max-width: 1800px
}

.page-header #block-gsi-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.page-header .logo,
.page-header .parent-org-logo {
  display: inline-block
}

.page-header .logo>svg,
.page-header .logo>img,
.page-header .parent-org-logo>svg,
.page-header .parent-org-logo>img {
  height: 2em;
  width: auto
}

@media (min-width: 450px) {
  .page-header .logo>svg,
  .page-header .logo>img,
  .page-header .parent-org-logo>svg,
  .page-header .parent-org-logo>img {
    height: 2.5em
  }
}

@media (min-width: 768px) {
  .page-header .logo>svg,
  .page-header .logo>img,
  .page-header .parent-org-logo>svg,
  .page-header .parent-org-logo>img {
    height: 3em
  }
}

@media (min-width: 1400px) {
  .page-header .logo>svg,
  .page-header .logo>img,
  .page-header .parent-org-logo>svg,
  .page-header .parent-org-logo>img {
    height: 3.5em
  }
}

@media (min-width: 575px) {
  .page-header .parent-org-logo {
    display: inline-block;
    margin-top: 0
  }
}

.page-header .parent-org-logo svg {
  float: right
}

.page-footer {
  background-color: #1d6f85;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  clear: both;
  color: #fff;
  margin: 2em -1em 0;
  padding: 1em
}

@media (min-width: 768px) {
  .page-footer {
    margin: 2em -2em 0;
    padding: 2em
  }
}

.page-footer .page-footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1800px;
  text-align: center
}

@media (min-width: 1024px) {
  .page-footer .page-footer-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left
  }
}

.page-footer .page-footer-inner ul {
  list-style-type: none;
  padding-left: 0
}

@media (min-width: 1024px) {
  .page-footer .page-footer-inner ul {
    margin: 0;
    padding-left: 1em;
    padding-right: 1em
  }
}

.page-footer .page-footer-inner ul li {
  display: inline-block;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  padding: 0 0.5em
}

@media (min-width: 1024px) {
  .page-footer .page-footer-inner ul li {
    font-size: 13.12px
  }
}

@media (min-width: 1400px) {
  .page-footer .page-footer-inner ul li {
    font-size: 16px
  }
}

.page-footer .page-footer-inner ul li a {
  border-bottom: 2px solid transparent;
  color: #fff;
  text-decoration: none
}

.page-footer .page-footer-inner ul li a:hover,
.page-footer .page-footer-inner ul li a:focus {
  border-bottom: 2px solid #fff
}

@media (max-width: 1024px -1) {
  .page-footer .page-footer-inner .twitter-link {
    margin-top: 1em
  }
}

@media (min-width: 1024px) {
  .page-footer .page-footer-inner .twitter-link .iconic-social-twitter {
    width: 1.5em
  }
}

@media (min-width: 1200px) {
  .page-footer .page-footer-inner .twitter-link .iconic-social-twitter {
    width: 2em
  }
}

.page-footer .logo-social-contact {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (min-width: 1024px) {
  .page-footer .logo-social-contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

@media (min-width: 1024px) {
  .page-footer .logo-social-contact .logo,
  .page-footer .logo-social-contact .twitter-link,
  .page-footer .logo-social-contact #block-gsi-footer {
    display: inline-block
  }
}

.page-footer .copyright-parent-logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (min-width: 1024px) {
  .page-footer .copyright-parent-logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.page-footer .copyright-parent-logo .copyright {
  font-size: 16px
}

@media (max-width: 1024px -1) {
  .page-footer .copyright-parent-logo .copyright {
    margin-bottom: 1em
  }
}

@media (min-width: 1024px) {
  .page-footer .copyright-parent-logo .copyright {
    display: inline-block;
    font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
    font-size: 13.12px;
    margin-right: 2em
  }
}

@media (min-width: 1400px) {
  .page-footer .copyright-parent-logo .copyright {
    font-size: 16px
  }
}

.page-footer .logo,
.page-footer .parent-org-logo {
  display: block;
  margin: 1em auto
}

@media (min-width: 1024px) {
  .page-footer .logo,
  .page-footer .parent-org-logo {
    display: inline-block;
    margin: 0
  }
}

.page-footer .logo>svg,
.page-footer .logo>img,
.page-footer .parent-org-logo>svg,
.page-footer .parent-org-logo>img {
  height: 2em;
  width: auto
}

@media (min-width: 1200px) {
  .page-footer .logo>svg,
  .page-footer .logo>img,
  .page-footer .parent-org-logo>svg,
  .page-footer .parent-org-logo>img {
    height: 3em
  }
}

@media (min-width: 1400px) {
  .page-footer .logo>svg,
  .page-footer .logo>img,
  .page-footer .parent-org-logo>svg,
  .page-footer .parent-org-logo>img {
    height: 3.5em
  }
}

.page-footer .logo>svg *,
.page-footer .parent-org-logo>svg * {
  fill: #fff
}

@media (min-width: 1024px) {
  .page-footer .logo {
    padding-right: 2em
  }
}

.page-footer .iconic * {
  fill: #fff
}

.preview-grid {
  margin-top: 2em
}

.preview-grid .rows-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.5em -1em
}

@media (min-width: 768px) {
  .preview-grid .rows-wrapper {
    margin: -0.75em -1em
  }
}

.preview-grid .rows-wrapper .views-row {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0;
  padding: 0.5em 1em
}

@media (min-width: 768px) {
  .preview-grid .rows-wrapper .views-row {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-width: calc(50% - 2em);
    padding: 0.75em 1em
  }
}

.preview-grid-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  padding: 50% 2em 0 2em;
  position: relative;
  width: 100%
}

.preview-grid-item:before {
  background-color: rgba(29, 111, 133, 0.8);
  color: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 560ms ease-in-out 12ms;
  transition: width 560ms ease-in-out 12ms;
  width: 60%;
  z-index: 6
}

@media (min-width: 768px) {
  .preview-grid-item:before {
    width: 30%
  }
}

.preview-grid-item:after {
  border-bottom: 75vw solid transparent;
  border-left: 30.5vw solid rgba(29, 111, 133, 0.8);
  content: "";
  display: block;
  height: 0;
  left: 60%;
  position: absolute;
  top: 0;
  -webkit-transition: border-left 560ms ease-in-out 12ms, left 560ms ease-in-out 12ms;
  transition: border-left 560ms ease-in-out 12ms, left 560ms ease-in-out 12ms;
  width: 0;
  z-index: 6
}

@media (min-width: 768px) {
  .preview-grid-item:after {
    border-bottom: 33vw solid transparent;
    border-left: 13.5vw solid rgba(29, 111, 133, 0.8);
    left: 30%
  }
}

.preview-grid-item:hover:before,
.preview-grid-item:focus:before {
  width: 100%
}

.preview-grid-item:hover:after,
.preview-grid-item:focus:after {
  border-left: 0 solid rgba(29, 111, 133, 0.8);
  left: 100%
}

.preview-grid-item .taxonomy-title {
  color: #fff;
  left: 1em;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 1em;
  width: 70%;
  z-index: 9
}

@media (min-width: 768px) {
  .preview-grid-item .taxonomy-title {
    left: 4%;
    top: 9%;
    width: 50%
  }
}

@media (min-width: 1200px) {
  .preview-grid-item .taxonomy-title {
    font-size: 25px
  }
}

@media (min-width: 1400px) {
  .preview-grid-item .taxonomy-title {
    left: 8%;
    top: 14%
  }
}

.preview-grid-item .taxonomy-title .sub-heading-header {
  color: #fff;
  font-size: 1em
}

@media (min-width: 768px) {
  .preview-grid-item .taxonomy-title .sub-heading-header {
    font-size: 0.8em
  }
}

@media (min-width: 768px) {
  .preview-grid-item .taxonomy-title .sub-heading-header {
    font-size: 1em
  }
}

.preview-grid-item .preview-grid-read-more {
  color: #fff;
  display: block;
  line-height: 1em;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-size: .625em;
  font-weight: bold;
  padding-top: 0.5em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 560ms ease-in-out 12ms;
  transition: color 560ms ease-in-out 12ms
}

.preview-grid-item .preview-grid-read-more:hover,
.preview-grid-item .preview-grid-read-more:focus {
  color: #5abc89
}

.preview-grid-item .preview-grid-read-more:hover .link-arrow path,
.preview-grid-item .preview-grid-read-more:focus .link-arrow path {
  fill: #5abc89
}

.preview-grid-item .preview-grid-read-more .link-arrow path {
  -webkit-transition: fill 560ms ease-in-out 12ms;
  transition: fill 560ms ease-in-out 12ms
}

.preview-grid-item img {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3
}

.article-img {
  padding-bottom: 0.5em
}

.teaser-circle-grid .rows-wrapper .views-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  margin-top: 2em;
  width: 100%
}

@media (min-width: 450px) and (max-width: 767px) {
  .teaser-circle-grid .rows-wrapper .views-row {
    width: 50%
  }
  .teaser-circle-grid .rows-wrapper .views-row:nth-of-type(2n+1) {
    clear: both
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .teaser-circle-grid .rows-wrapper .views-row {
    width: 33.333333333%
  }
  .teaser-circle-grid .rows-wrapper .views-row:nth-of-type(3n+1) {
    clear: both
  }
}

@media (min-width: 992px) {
  .teaser-circle-grid .rows-wrapper .views-row {
    width: 25%
  }
  .teaser-circle-grid .rows-wrapper .views-row:nth-of-type(4n+1) {
    clear: both
  }
}

.teaser-circle-grid .rows-wrapper .views-row .circle-grid-item {
  margin: 0 auto;
  max-width: 300px
}

.teaser-circle-grid .rows-wrapper .views-row .circle-grid-item .circle-image {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative
}

.teaser-circle-grid .rows-wrapper .views-row .circle-grid-item .circle-grid-read-more {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  padding: 1em;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 240ms ease-in-out 12ms;
  transition: opacity 240ms ease-in-out 12ms;
  width: 100%
}

@media (min-width: 768px) {
  .teaser-circle-grid .rows-wrapper .views-row .circle-grid-item .circle-grid-read-more {
    font-size: 20px
  }
}

@media (min-width: 1024px) {
  .teaser-circle-grid .rows-wrapper .views-row .circle-grid-item .circle-grid-read-more {
    font-size: 15px
  }
}

.teaser-circle-grid .rows-wrapper .views-row .circle-grid-item .circle-grid-read-more .link-arrow {
  display: inline-block;
  margin-left: 0.5em;
  top: -0.03em
}

.teaser-circle-grid .rows-wrapper .views-row .circle-teaser {
  background-color: transparent;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  max-width: 15em
}

.teaser-circle-grid .rows-wrapper .views-row .circle-teaser:hover .circle-image,
.teaser-circle-grid .rows-wrapper .views-row .circle-teaser:focus .circle-image {
  background-color: #5abc89
}

.teaser-circle-grid .rows-wrapper .views-row .circle-teaser:hover .circle-image img,
.teaser-circle-grid .rows-wrapper .views-row .circle-teaser:focus .circle-image img {
  opacity: 0.2
}

.teaser-circle-grid .rows-wrapper .views-row .circle-teaser:hover .circle-grid-read-more,
.teaser-circle-grid .rows-wrapper .views-row .circle-teaser:focus .circle-grid-read-more {
  opacity: 1
}

.teaser-circle-grid .rows-wrapper .views-row .circle-teaser:hover .circle-grid-read-more svg *,
.teaser-circle-grid .rows-wrapper .views-row .circle-teaser:focus .circle-grid-read-more svg * {
  fill: #fff
}

.teaser-circle-grid .rows-wrapper .views-row .circle-teaser:hover .title-heading,
.teaser-circle-grid .rows-wrapper .views-row .circle-teaser:hover .sub-title,
.teaser-circle-grid .rows-wrapper .views-row .circle-teaser:focus .title-heading,
.teaser-circle-grid .rows-wrapper .views-row .circle-teaser:focus .sub-title {
  color: #5abc89
}

.teaser-circle-grid .rows-wrapper .views-row .circle-teaser .circle-image {
  background-color: transparent;
  border-radius: 50%;
  font-size: 0
}

.teaser-circle-grid .rows-wrapper .views-row .circle-teaser .circle-image img {
  border-radius: 50%;
  height: auto;
  max-width: 100%;
  -webkit-transition: opacity 240ms ease-in-out 12ms;
  transition: opacity 240ms ease-in-out 12ms
}

.teaser-circle-grid .rows-wrapper .views-row .title-heading {
  margin-bottom: 0
}

.teaser-circle-grid .rows-wrapper .views-row .sub-title {
  margin-top: 0
}

.teaser-circle-grid .rows-wrapper .views-row .title-heading,
.teaser-circle-grid .rows-wrapper .views-row .sub-title {
  -webkit-transition: color 240ms ease-in-out 12ms;
  transition: color 240ms ease-in-out 12ms
}

.teaser-circle-grid .rows-wrapper.monochromatic-circle .circle-teaser {
  background-color: rgba(0, 0, 0, 0.8)
}

.teaser-grid .rows-wrapper {
  margin: 0 -1em
}

@media (min-width: 1200px) {
  .teaser-grid .rows-wrapper {
    -webkit-column-count: 2;
    column-count: 2
  }
}

.teaser-grid-collaborations .rows-wrapper {
  margin: 0 -1em
}

@media (min-width: 1200px) {
  .teaser-grid-collaborations .rows-wrapper {
    -webkit-column-count: 3;
    column-count: 3
  }
}

.teaser-grid-collaborations .rows-wrapper .views-row {
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column
}

.right-sidebar {
  -ms-flex-preferred-size: 40em;
  flex-basis: 40em;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0
}

@media (min-width: 992px) {
  .right-sidebar {
    margin: 0 0 0 2em
  }
}

.main-content .search-results-list-wrapper {
  list-style-type: none;
  padding-left: 0
}

@media (min-width: 1200px) {
  .views-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.views-content-wrapper .rows-wrapper {
  margin-bottom: 4em
}

.views-sidebar {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 2;
  flex-shrink: 2
}

@media (min-width: 1200px) {
  .views-sidebar {
    margin-left: 2em;
    min-width: 360px
  }
}

.article-top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 60em;
  position: relative
}

.article-top .article-info {
  max-width: 60em
}

.article-share.article-share-bottom {
  font-size: 16px;
  margin-top: 3em
}

.article-share.article-share-bottom a {
  color: #5abc89;
  padding: 0 1em 0 2em;
  position: relative
}

@media (max-width: 767px) {
  .article-share.article-share-bottom a {
    display: block;
    padding: 0.5em 1em 0.5em 2em
  }
}

.article-share.article-share-bottom a svg {
  height: 1em;
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 1em
}

@media (min-width: 768px) {
  .article-share.article-share-bottom a svg {
    top: 0
  }
}

.article-share.article-share-top {
  font-size: 15px;
  margin-bottom: 1.5em;
  position: relative
}

@media (max-width: 991px) {
  .article-share.article-share-top {
    padding-top: 1em
  }
}

.article-share.article-share-top .article-title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding-right: 0.5em;
  padding-top: 0.125em;
  position: relative
}

@media (min-width: 1200px) {
  .article-share.article-share-top .article-title {
    padding-right: 7em;
    width: 11em
  }
}

.article-share.article-share-top .article-share-icons {
  display: inline-block
}

@media (min-width: 1200px) {
  .article-share.article-share-top .article-share-icons {
    position: absolute;
    right: 0;
    top: 0
  }
}

.article-share.article-share-top .article-share-icons .share-twitter svg {
  width: 1.4em
}

.article-share.article-share-top .article-share-icons svg {
  height: 1.25em;
  width: 1.25em
}

.article-share .share-facebook:hover {
  color: #3b5998
}

.article-share .share-facebook:hover svg * {
  fill: #3b5998
}

.article-share .share-twitter:hover {
  color: #1da1f2
}

.article-share .share-twitter:hover svg * {
  fill: #1da1f2
}

.article-share .share-linkedin:hover {
  color: #0077b5
}

.article-share .share-linkedin:hover svg * {
  fill: #0077b5
}

.article-share .share-email svg {
  width: 1.5em
}

.article-share .share-email:hover {
  color: #1d6f85
}

.article-share .share-email:hover svg * {
  fill: #1d6f85
}

@media (min-width: 1200px) {
  .two-third-width-entry .article-top {
    padding-right: 0
  }
}

@media (min-width: 1400px) {
  .two-third-width-entry .article-top {
    padding-right: 12em
  }
}

.two-third-width-entry .article-share.article-share-top {
  width: 12em
}

@media (min-width: 1400px) {
  .two-third-width-entry .article-share.article-share-top {
    position: absolute;
    right: 0;
    top: 0
  }
}

@media (min-width: 992px) {
  .two-third-width-entry .article-share.article-share-bottom a {
    display: block
  }
}

@media (min-width: 1200px) {
  .two-third-width-entry .article-share.article-share-bottom a {
    display: inline-block
  }
}

@media (min-width: 992px) {
  .full-width-entry .article-top {
    padding-right: 12em
  }
}

.full-width-entry .article-share.article-share-top {
  width: 12em
}

@media (min-width: 992px) {
  .full-width-entry .article-share.article-share-top {
    position: absolute;
    right: 0;
    top: 0
  }
}

.full-width-entry .article-share .article-share-icons {
  display: inline-block
}

@media (min-width: 992px) {
  .full-width-entry .article-share .article-share-icons {
    position: absolute;
    right: 0;
    top: 0
  }
}

@media (min-width: 1200px) {
  .one-third-width-entry .article-top {
    padding-right: 0;
    max-width: 50em
  }
}

@media (min-width: 1400px) {
  .one-third-width-entry .article-top {
    padding-right: 0
  }
}

.one-third-width-entry .article-share.article-share-top {
  width: 12em
}

@media (min-width: 1400px) {
  .one-third-width-entry .article-share.article-share-top {
    position: relative
  }
}

@media (min-width: 1200px) {
  .share-title-two-third-width .article-top {
    padding-right: 0;
    margin-right: 2em;
    max-width: initial
  }
}

@media (min-width: 1400px) {
  .share-title-two-third-width .article-top {
    padding-right: 0
  }
}

@media (min-width: 1800px) {
  .share-title-two-third-width .article-top {
    max-width: 60em;
    padding-right: 0
  }
}

.share-title-two-third-width .article-share.article-share-top {
  margin-bottom: 1.5em;
  width: 12em
}

@media (min-width: 1200px) {
  .share-title-two-third-width .article-share.article-share-top {
    position: absolute;
    right: 360px;
    top: 0
  }
}

@media (min-width: 1800px) {
  .share-title-two-third-width .article-share.article-share-top {
    right: 2em
  }
}

#block-blognewslettersignup a {
  text-decoration: none
}

.twitter-follow-button {
  display: block;
  margin: 2em 0
}

.past-newsletters {
  display: inline-block
}

.past-newsletters a {
  color: #5abc89;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  font-weight: 700
}

.past-newsletters a:hover,
.past-newsletters a:focus {
  color: #1d6f85
}

.past-newsletters:hover svg *,
.past-newsletters:focus svg * {
  fill: #1d6f85
}

.rss-wrapper {
  position: relative
}

.rss-wrapper:hover .rss-svg *,
.rss-wrapper:focus .rss-svg * {
  fill: #5abc89
}

.rss-wrapper:hover a,
.rss-wrapper:focus a {
  color: #5abc89
}

.rss-wrapper a {
  color: #1d6f85;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  position: absolute;
  bottom: 0.75em
}

.rss-wrapper a:hover,
.rss-wrapper a:focus {
  color: #5abc89
}

.filter-form form {
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 1em 0;
  padding: 1em
}

.filter-form form .form-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
  margin-bottom: 0
}

@media (min-width: 768px) {
  .filter-form form .form-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    width: 50%
  }
}

@media (min-width: 1400px) {
  .filter-form form .form-item {
    width: 25%
  }
}

.filter-form .rows-wrapper {
  margin: 0 -1em
}

.filter-form .views-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 0.5em;
  width: 100%
}

.filter-form .form-select {
  color: #1d6f85
}

.filter-form select {
  background-color: #fff;
  background-position: 95% -2em;
  padding: 0.5em 2.75em 0.5em 1em
}

@media (min-width: 992px) {
  .filter-form select {
    background-position: 90% -2em
  }
}

.filter-form select:hover,
.filter-form select:focus {
  background-position: 95% 0.6em
}

@media (min-width: 992px) {
  .filter-form select:hover,
  .filter-form select:focus {
    background-position: 90% 0.6em
  }
}

.filter-form.media-filter-form .views-row {
  width: 100%
}

.filter-form .form-wrapper {
  text-align: center
}

.filter-form .form-wrapper .form-submit {
  font-size: 16.0px;
  padding: 0.5em;
  margin: 1em;
  width: 25%
}

@media (min-width: 768px) {
  .filter-form.resources-filter-form .form-item {
    width: 25%
  }
  .filter-form.resources-filter-form .form-item label {
    font-size: 15.84px
  }
}

@media (min-width: 992px) {
  .filter-form.resources-filter-form .form-item {
    width: 50%
  }
  .filter-form.resources-filter-form .form-item label {
    font-size: 18px
  }
}

@media (min-width: 1200px) {
  .filter-form.resources-filter-form .form-item {
    width: 25%
  }
  .filter-form.resources-filter-form .form-item label {
    font-size: 15.84px
  }
}

@media (min-width: 1400px) {
  .filter-form.resources-filter-form .form-item label {
    font-size: 18px
  }
}

@media (min-width: 768px) {
  .filter-form.blog-filter-form .form-item {
    width: 50%
  }
}

@media (min-width: 992px) {
  .filter-form.blog-filter-form .form-item {
    width: 33.3333%
  }
}

@media (min-width: 1400px) {
  .filter-form.blog-filter-form .form-item {
    width: 20%
  }
}

@media (min-width: 992px) {
  .filter-form.projects-filter-form select {
    background-position: 95% -2em
  }
}

@media (min-width: 992px) {
  .filter-form.projects-filter-form select:hover,
  .filter-form.projects-filter-form select:focus {
    background-position: 95% 0.6em
  }
}

@media (min-width: 450px) {
  .filter-form.projects-filter-form .form-item {
    display: inline-block;
    float: left;
    width: 50%
  }
}

.filter-form.projects-filter-form .article-share.article-share-top .article-share-icons {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0
}

.filter-form.projects-filter-form .article-share.article-share-top .article-title {
  float: right;
  padding-right: 7em;
  width: 11em
}

select::-ms-expand {
  display: none
}

@media screen and (min-width: 0\0) {
  select {
    background: none\9;
    padding: 5px\9
  }
}

@media (max-width: 1024px -1) {
  .search-block-form {
    margin-right: 2em
  }
}

.search-block-form form:hover input.form-search,
.search-block-form form:focus input.form-search {
  border: 2px solid #5abc89
}

.search-block-form form:hover .button.search-button svg *,
.search-block-form form:focus .button.search-button svg * {
  fill: #5abc89
}

.search-block-form form .form-item {
  margin-bottom: 0
}

.search-block-form form input.form-search {
  background-color: #1d6f85;
  background-position: 95% 0.25em;
  background-repeat: no-repeat;
  background-size: 1.25em 1.25em;
  border: 2px solid #fff;
  color: #fff;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  outline: none;
  padding: 0.25em 3.25em 0.25em 1.25em;
  -webkit-transition: border 240ms ease-in-out 12ms;
  transition: border 240ms ease-in-out 12ms;
  max-width: 100%
}

@media (min-width: 575px) {
  .search-block-form form input.form-search {
    background-position: 95% 0.35em;
    background-size: 1.5em 1.5em;
    padding: 0.5em 3.25em 0.5em 1.25em
  }
}

@media (min-width: 1024px) {
  .search-block-form form input.form-search {
    padding: 0.5em 2em 0.5em 0.75em;
    width: 7em
  }
}

@media (min-width: 1200px) {
  .search-block-form form input.form-search {
    width: 10em
  }
}

@media (min-width: 1400px) {
  .search-block-form form input.form-search {
    border: 2px solid #fff;
    padding: 0.75em 3.25em 0.75em 1.25em
  }
}

@media (min-width: 1600px) {
  .search-block-form form input.form-search {
    width: 20em
  }
}

.search-block-form form input.form-search::-webkit-input-placeholder {
  color: #b5c3c7
}

.search-block-form form input.form-search:-ms-input-placeholder {
  color: #b5c3c7
}

.search-block-form form input.form-search::placeholder {
  color: #b5c3c7
}

.search-block {
  position: relative
}

.button.search-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  right: 0.5em;
  top: 0.55em
}

@media (min-width: 575px) {
  .button.search-button {
    top: 0.75em
  }
}

@media (min-width: 1400px) {
  .button.search-button {
    right: 1em;
    top: 1em
  }
}

.button.search-button .search-icon-svg {
  height: 2em;
  width: 2em
}

.button.search-button .search-icon-svg * {
  fill: #fff;
  -webkit-transition: fill 240ms ease-in-out 12ms;
  transition: fill 240ms ease-in-out 12ms
}

.search-help-link {
  color: #5abc89
}

.form-item input:-webkit-autofill,
.form-item input:-webkit-autofill:hover,
.form-item input:-webkit-autofill:focus input:-webkit-autofill,
.form-item textarea:-webkit-autofill,
.form-item textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
.form-item select:-webkit-autofill,
.form-item select:-webkit-autofill:hover,
.form-item select:-webkit-autofill:focus {
  border: 1px solid #5abc89;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #5abc89 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s
}

#block-gsi-local-tasks {
  max-width: 1800px;
  margin: 0 auto
}

#block-gsi-local-tasks .page-tabs {
  background-color: #5abc89;
  margin: 1em 0;
  padding: 1em
}

#block-gsi-local-tasks .page-tabs a {
  color: #fff;
  border-bottom: 2px solid transparent;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: border-bottom-color 240ms ease-in-out 12ms, color 240ms ease-in-out 12ms;
  transition: border-bottom-color 240ms ease-in-out 12ms, color 240ms ease-in-out 12ms;
  margin: 0 0.5em
}

#block-gsi-local-tasks .page-tabs a:hover,
#block-gsi-local-tasks .page-tabs a:focus {
  border-bottom-color: #fff
}

#block-gsi-local-tasks .page-tabs a:active,
#block-gsi-local-tasks .page-tabs a.is-active {
  color: #1d6f85;
  border-bottom-color: #1d6f85
}

.breadcrumb p {
  margin-top: -0.25em
}

.breadcrumb .link-with-arrow {
  padding-left: 1.125em
}

.breadcrumb .link-with-arrow:before,
.breadcrumb .link-with-arrow:after {
  background-image: url("../images/icons/arrow-link-with-arrow.svg");
  left: -0.25em;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.breadcrumb .link-with-arrow:before {
  background-position: left 0.1em
}

@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb .link-with-arrow:before {
    background-position: left 0.3em
  }
}

.breadcrumb .link-with-arrow:after {
  background-position: left -1.05em;
  opacity: 0
}

@media (min-width: 768px) and (max-width: 991px) {
  .breadcrumb .link-with-arrow:after {
    background-position: left -0.9em
  }
}

.js .mobile-menu-button {
  margin-left: 1em;
  position: absolute;
  right: 1em;
  top: 1.25em
}

@media (min-width: 768px) {
  .js .mobile-menu-button {
    right: 2em;
    top: 1.5em
  }
}

@media (min-width: 1024px) {
  .js .mobile-menu-button {
    display: none
  }
}

.js .mobile-menu-button:hover .bar,
.js .mobile-menu-button:focus .bar,
.js .mobile-menu-button.is-active .bar {
  background-color: #5abc89
}

.js .mobile-menu-button .bar {
  background-color: #fff;
  display: block;
  height: 3px;
  margin-bottom: 8px;
  -webkit-transition: background-color 240ms ease-in-out 12ms;
  transition: background-color 240ms ease-in-out 12ms;
  width: 32px
}

.js .mobile-menu-button .bar.bar-3 {
  margin-bottom: 0
}

.mobile-menu {
  background: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  overflow-y: scroll;
  padding: 1em 2em 4em 1em;
  position: fixed;
  right: -320px;
  top: 0;
  -webkit-transition: right 240ms ease-in-out 12ms;
  transition: right 240ms ease-in-out 12ms;
  width: 320px;
  will-change: right;
  z-index: 3000
}

.mobile-menu.is-visible {
  right: 0
}

@media (min-width: 1024px) {
  .mobile-menu.is-visible {
    right: -320px
  }
}

.mobile-menu .nav-header {
  padding-right: 4em
}

.mobile-menu .nav-header .logo svg {
  height: 2em;
  width: 10em
}

.mobile-menu .close-mobile-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 1em;
  position: absolute;
  right: 2em;
  top: 1em
}

.mobile-menu .close-mobile-menu svg {
  height: 1.5em;
  width: 1.5em
}

.mobile-menu .close-mobile-menu svg * {
  stroke: #ced0d0
}

.mobile-menu .close-mobile-menu:hover svg *,
.mobile-menu .close-mobile-menu:focus svg * {
  stroke: #5abc89
}

.mobile-menu h2 {
  padding-left: 2em
}

.mobile-menu ul {
  list-style-type: none;
  padding-left: 2.5em
}

.mobile-menu ul li {
  border-bottom: 1px solid #8e9192;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 0.75em 0.75em 0.75em 0;
  text-transform: uppercase
}

.mobile-menu ul li:first-child {
  border-top: 3px solid #5abc89
}

.mobile-menu ul li:last-child {
  border-bottom: none
}

.mobile-menu ul li a {
  text-decoration: none;
  -webkit-transition: none;
  transition: none
}

.mobile-menu ul li a:hover,
.mobile-menu ul li a:active {
  color: #1d6f85
}

.no-js .mobile-menu {
  height: auto;
  margin: 0 auto;
  position: relative;
  left: 0
}

@media (min-width: 1024px) {
  .no-js .mobile-menu {
    display: none
  }
}

.no-js .mobile-menu .close-mobile-menu {
  display: none
}

.main-content .pager {
  margin: 2em 0;
  text-align: center
}

.main-content .pager ul {
  list-style-type: none;
  display: inline-block;
  margin: 0 auto;
  padding-left: 0
}

.main-content .pager ul li {
  display: inline-block;
  margin-bottom: 1.25em
}

.main-content .pager ul li.is-active a {
  background-color: #5abc89
}

.main-content .pager ul li a {
  background-color: #1d6f85;
  color: #fff;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-size: 17px;
  padding: 0.5em 0.75em;
  text-decoration: none;
  -webkit-transition: background-color 240ms ease-in-out 12ms;
  transition: background-color 240ms ease-in-out 12ms
}

.main-content .pager ul li a:hover,
.main-content .pager ul li a:focus {
  background-color: #5abc89
}

.primary-menu {
  background-color: #1d6f85;
  margin: 0 -1em;
  padding: 1em;
  position: relative
}

@media (min-width: 768px) {
  .primary-menu {
    margin: 0 -2em;
    padding: 1em 2em
  }
}

.primary-menu .primary-menu-inner {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 1800px
}

.primary-menu .main-menu {
  display: none
}

@media (min-width: 1024px) {
  .primary-menu .main-menu {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.primary-menu .main-menu .main-menu-wrapper {
  list-style: none;
  margin: 0 -0.5em;
  padding: 0;
  height: 100%;
  padding: 0;
  margin: 0 -0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (min-width: 1024px) {
  .primary-menu .main-menu .main-menu-wrapper {
    margin: 0 -0.6em
  }
}

@media (min-width: 1200px) {
  .primary-menu .main-menu .main-menu-wrapper {
    margin: 0 -0.75em
  }
}

@media (min-width: 1400px) {
  .primary-menu .main-menu .main-menu-wrapper {
    margin: 0 -1em
  }
}

.primary-menu .main-menu .main-menu-wrapper li {
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-size: 19px;
  padding: 0 0.5em
}

@media (min-width: 1024px) {
  .primary-menu .main-menu .main-menu-wrapper li {
    display: inline-block;
    font-size: 16.15px;
    padding: 0 0.6em
  }
}

@media (min-width: 1200px) {
  .primary-menu .main-menu .main-menu-wrapper li {
    padding: 0 0.75em
  }
}

@media (min-width: 1400px) {
  .primary-menu .main-menu .main-menu-wrapper li {
    font-size: 19px;
    padding: 0 1em
  }
}

.primary-menu .main-menu .main-menu-wrapper li a {
  border-bottom: 2px solid transparent;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: border-bottom 240ms ease-in-out 12ms, color 240ms ease-in-out 12ms;
  transition: border-bottom 240ms ease-in-out 12ms, color 240ms ease-in-out 12ms
}

.primary-menu .main-menu .main-menu-wrapper li a:hover,
.primary-menu .main-menu .main-menu-wrapper li a:focus {
  border-bottom-color: #fff
}

.primary-menu .main-menu .main-menu-wrapper li a:active,
.primary-menu .main-menu .main-menu-wrapper li a.is-active {
  border-bottom-color: #5abc89;
  color: #5abc89
}

.primary-menu .search-twitter-wrapper {
  margin-right: 3em
}

@media (min-width: 1024px) {
  .primary-menu .search-twitter-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0
  }
}

.primary-menu .iconic * {
  fill: #fff
}

.primary-menu .twitter-link {
  display: none;
  margin-left: 1em
}

@media (min-width: 1024px) {
  .primary-menu .twitter-link {
    display: inline-block
  }
  .primary-menu .twitter-link svg {
    width: 1.5em
  }
}

.js .no-js-footer-menu {
  display: none
}

@media (min-width: 1024px) {
  .no-js .no-js-footer-menu {
    display: none
  }
}

.secondary-menu {
  display: none
}

@media (min-width: 1024px) {
  .secondary-menu {
    display: block;
    margin: 2em 2em 0 0;
    min-width: 10em
  }
}

.secondary-menu-inner {
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif
}

.secondary-menu-inner .heading,
.secondary-menu-inner .mobile-menu h2,
.mobile-menu .secondary-menu-inner h2 {
  color: #8e9192;
  font-size: 15.0px;
  font-weight: 400;
  margin-top: 0
}

.secondary-menu-inner .heading.is-active,
.secondary-menu-inner .mobile-menu h2.is-active,
.mobile-menu .secondary-menu-inner h2.is-active {
  color: #5abc89;
  font-weight: 700
}

.secondary-menu-inner ul {
  list-style-type: none;
  padding-left: 0
}

.secondary-menu-inner ul.secondary-ul-menu {
  margin-top: 0
}

.secondary-menu-inner ul.secondary-ul-menu li {
  font-size: 15.0px
}

.secondary-menu-inner ul li {
  font-size: 13.5px;
  padding-bottom: 1em
}

.secondary-menu-inner ul li a {
  color: #8e9192;
  text-decoration: none
}

.secondary-menu-inner ul li a:hover,
.secondary-menu-inner ul li a:active,
.secondary-menu-inner ul li a.is-active {
  color: #5abc89
}

.secondary-menu-inner ul li a.is-active {
  font-weight: 700
}

.secondary-menu-inner .views-container {
  margin-bottom: 0
}

.card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1em auto 0 auto;
  max-width: 1800px
}

@media (min-width: 768px) {
  .card-wrapper {
    margin: 2em auto 0 auto
  }
}

@media (min-width: 992px) {
  .card-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.card {
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
  padding: 1em;
  position: relative
}

@media (min-width: 768px) {
  .card {
    margin-bottom: 2em;
    padding: 2em
  }
}

.card p:last-child {
  margin-bottom: 0
}

.card ul {
  margin-bottom: 0
}

.card #mc_embed_signup form .clear input {
  background-image: url("../images/icons/arrow-link-with-arrow.svg")
}

.card #mc_embed_signup form .clear input:hover,
.card #mc_embed_signup form .clear input:focus {
  color: #1d6f85
}

.card.image-card:before {
  background-color: rgba(30, 53, 100, 1);
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.card.image-card .heading,
.card.image-card .mobile-menu h2,
.mobile-menu .card.image-card h2,
.card.image-card h2,
.card.image-card p,
.card.image-card a {
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 2
}

.card.image-card h2.heading,
.card.image-card .mobile-menu h2,
.mobile-menu .card.image-card h2 {
  text-transform: uppercase
}

.card.image-card .heading.text-uppercase,
.card.image-card .mobile-menu h2.text-uppercase,
.mobile-menu .card.image-card h2.text-uppercase {
  line-height: inherit
}

.card .views-field-body {
  margin-bottom: 1em
}

.card.blue-card,
.card.image-card {
  background-color: #1d6f85;
  color: #fff
}

.card.blue-card #mc_embed_signup form .mc-field-group,
.card.blue-card #mc_embed_signup form .clear input,
.card.blue-card #mc_embed_signup form label,
.card.blue-card .heading,
.card.blue-card .mobile-menu h2,
.mobile-menu .card.blue-card h2,
.card.blue-card h2,
.card.blue-card p,
.card.blue-card a,
.card.image-card #mc_embed_signup form .mc-field-group,
.card.image-card #mc_embed_signup form .clear input,
.card.image-card #mc_embed_signup form label,
.card.image-card .heading,
.card.image-card .mobile-menu h2,
.mobile-menu .card.image-card h2,
.card.image-card h2,
.card.image-card p,
.card.image-card a {
  color: #fff;
  text-decoration: none
}

.card.blue-card #mc_embed_signup form .clear input,
.card.image-card #mc_embed_signup form .clear input {
  background-image: url("../images/icons/header-arrow-link-with-arrow.svg")
}

.card.blue-card #mc_embed_signup form .clear input:hover,
.card.blue-card #mc_embed_signup form .clear input:focus,
.card.image-card #mc_embed_signup form .clear input:hover,
.card.image-card #mc_embed_signup form .clear input:focus {
  color: #5abc89
}

.card.blue-card a svg *,
.card.image-card a svg * {
  fill: #fff
}

.card.blue-card a:hover,
.card.blue-card a:focus,
.card.image-card a:hover,
.card.image-card a:focus {
  color: #5abc89
}

.card.blue-card a:hover svg *,
.card.blue-card a:focus svg *,
.card.image-card a:hover svg *,
.card.image-card a:focus svg * {
  fill: #5abc89
}

.card .article-img {
  padding: 1em 0
}

.card img {
  max-width: 100%
}

.card .heading,
.card .mobile-menu h2,
.mobile-menu .card h2,
.card h2 {
  color: #1d6f85;
  margin-top: 0
}

.card-one-third {
  position: relative
}

@media (min-width: 992px) {
  .card-one-third {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-bottom: 0;
    max-width: 40%
  }
}

@media (min-width: 992px) {
  .card-one-third.card-one-third-second {
    margin-top: 2em
  }
}

.two-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (min-width: 992px) {
  .two-card-wrapper {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    margin-right: 2em
  }
}

@media (min-width: 992px) {
  .two-card-wrapper .card-one-third {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
  }
}

@media (min-width: 992px) {
  .card-wrapper .card-one-third>div>.contextual-region,
  .card-wrapper .card-one-third .card.image-card {
    height: 100%;
    position: absolute;
    width: 100%
  }
}

.two-card-wrapper {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2
}

.card-newsletter {
  -webkit-box-flex: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
  -ms-flex-negative: 1;
  flex-shrink: 1
}

.card-cta {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 5;
  flex-shrink: 5
}

.project-card-wrapper {
  height: 100%;
  margin-top: 2em;
  min-width: 15em;
  padding: 2em 2.5em
}

@media (min-width: 992px) {
  .project-card-wrapper {
    margin-top: 0
  }
}

.project-card-wrapper .card-section {
  margin-bottom: 1em
}

.project-card-wrapper .card-section:last-of-type {
  margin-bottom: 0
}

.project-card-wrapper .project-timeline time {
  color: #231f20;
  display: inline-block;
  margin: 0
}

.project-card-wrapper .sub-sub-heading {
  margin: 0 0 0.5em 0
}

label {
  color: #1d6f85;
  display: block;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  padding-bottom: 0.5em;
  display: block;
  font-size: 18px
}

.form-item {
  margin-bottom: 1em
}

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  background: transparent;
  border-radius: 0;
  border: 1px solid #8e9192;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16.0px;
  outline: none;
  padding: 1em;
  -webkit-transition: border 240ms ease-in-out 12ms;
  transition: border 240ms ease-in-out 12ms;
  width: 100%
}

input.button,
select.button {
  border: 1px solid #5abc89;
  color: #5abc89;
  cursor: pointer;
  font-size: 20px;
  text-transform: uppercase;
  -webkit-transition: background-color 240ms ease-in-out 12ms, color 240ms ease-in-out 12ms;
  transition: background-color 240ms ease-in-out 12ms, color 240ms ease-in-out 12ms
}

input:hover,
input:focus,
select:hover,
select:focus {
  border-color: #5abc89
}

input:hover.button,
input:focus.button,
select:hover.button,
select:focus.button {
  background-color: #5abc89;
  color: #fff
}

select {
  background-image: url("../images/icons/arrow-link-down.svg");
  background-position: 90% -1.5em;
  background-repeat: no-repeat;
  background-size: 1em 4em;
  content: "";
  cursor: pointer;
  display: inline-block;
  padding: 1em 2.75em 1em 1em;
  right: 0
}

select:hover,
select:focus {
  background-position: 90% 1.1em
}

.description {
  color: #8e9192;
  font-size: 13.86px;
  padding: 0.25em 0
}

.search-page-form .search-help-link {
  border-bottom: 2px solid transparent;
  color: #5abc89;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 1.5em;
  padding-right: 1.125em;
  position: relative
}

.search-page-form .search-help-link:hover,
.search-page-form .search-help-link:focus {
  color: #1d6f85
}

.search-page-form .search-help-link:hover:before,
.search-page-form .search-help-link:focus:before {
  opacity: 0
}

.search-page-form .search-help-link:hover:after,
.search-page-form .search-help-link:focus:after {
  opacity: 1
}

.search-page-form .search-help-link:before,
.search-page-form .search-help-link:after {
  background-image: url("../images/icons/arrow-link-with-arrow.svg");
  background-repeat: no-repeat;
  background-size: 1em 2em;
  content: "";
  display: inline-block;
  height: 1.4em;
  width: 1em;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 240ms ease-in-out 12ms;
  transition: opacity 240ms ease-in-out 12ms
}

.search-page-form .search-help-link:before {
  background-position: right 0.3em
}

.search-page-form .search-help-link:after {
  background-position: right -0.9em;
  opacity: 0
}

.search-page-form .search-advanced {
  color: #1d6f85;
  cursor: pointer;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-size: 17px;
  font-weight: bold;
  margin-top: 1em
}

.search-page-form .search-advanced summary {
  margin-bottom: 1em;
  outline: none
}

.search-page-form .search-advanced legend {
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase
}

svg,
svg * {
  -webkit-transition: fill 240ms ease-in-out 12ms;
  transition: fill 240ms ease-in-out 12ms
}

.article-share a {
  padding: 0 0.5em;
  text-decoration: none;
  -webkit-transition: color 240ms ease-in-out 12ms;
  transition: color 240ms ease-in-out 12ms
}

.article-share a svg * {
  fill: #231f20;
  -webkit-transition: fill 240ms ease-in-out 12ms;
  transition: fill 240ms ease-in-out 12ms
}

.article-share a:hover svg *,
.article-share a:focus svg * {
  fill: #5abc89
}

.twitter-link:hover svg *,
.twitter-link:focus svg * {
  fill: #1da1f2
}

.rss-wrapper svg {
  height: 2em;
  margin-right: 1em;
  width: 2em
}

.rss-wrapper svg * {
  fill: #1d6f85
}

.link-arrow {
  height: 0.8em;
  width: 0.5em
}

.link-arrow-green-svg {
  fill: #5abc89
}

.link-arrow-white-svg {
  fill: #fff
}

#StatPlanet {
  margin-top: 1em;
  max-width: 60em;
  width: 100%
}

.interactive-maps .interactive-maps-wrapper {
  margin: 1em -1em
}

.interactive-maps .interactive-maps-wrapper .heading,
.interactive-maps .interactive-maps-wrapper .mobile-menu h2,
.mobile-menu .interactive-maps .interactive-maps-wrapper h2 {
  margin-bottom: 0
}

.interactive-maps .interactive-maps-wrapper .links-wrapper {
  clear: left;
  padding-top: 0.5em
}

.interactive-maps .interactive-maps-wrapper .links-wrapper:first-of-type {
  padding-top: 0
}

.interactive-maps .interactive-maps-wrapper .links-wrapper h3 {
  color: #5abc89;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0.25em 0
}

.interactive-maps .interactive-maps-wrapper .links-wrapper .views-row {
  padding: 0.25em 0
}

@media (min-width: 768px) {
  .interactive-maps .interactive-maps-wrapper .links-wrapper .views-row {
    width: 50%;
    float: left
  }
}

.interactive-maps .interactive-maps-wrapper .header-block.content-header-block {
  margin-bottom: 0
}

@media (min-width: 992px) {
  .interactive-maps .interactive-maps-wrapper .header-block.content-header-block {
    padding: 40% 2em 0 2em
  }
}

@media (min-width: 1200px) {
  .interactive-maps .interactive-maps-wrapper .header-block.content-header-block {
    padding: 33.3333333% 2em 0 2em
  }
}

@media (min-width: 992px) {
  .interactive-maps .interactive-maps-wrapper .header-block.content-header-block:before {
    width: 60%
  }
}

@media (min-width: 1200px) {
  .interactive-maps .interactive-maps-wrapper .header-block.content-header-block:before {
    width: 40%
  }
}

@media (min-width: 992px) {
  .interactive-maps .interactive-maps-wrapper .header-block.content-header-block:after {
    left: 60%
  }
}

@media (min-width: 1200px) {
  .interactive-maps .interactive-maps-wrapper .header-block.content-header-block:after {
    left: 40%
  }
}

@media (min-width: 992px) {
  .interactive-maps .interactive-maps-wrapper .header-block .header-block-text .header-block-text-wrapper .header-block-text-inner {
    width: 60%
  }
}

@media (min-width: 1200px) {
  .interactive-maps .interactive-maps-wrapper .header-block .header-block-text .header-block-text-wrapper .header-block-text-inner {
    width: 40%
  }
}

.interactive-data-entry {
  max-width: 60em
}

#mc_embed_signup {
  margin-top: 1.5em
}

#mc_embed_signup form .mc-field-group {
  color: #1d6f85;
  padding-bottom: 0.75em
}

#mc_embed_signup form .mc-field-group:hover label,
#mc_embed_signup form .mc-field-group:focus label {
  color: #5abc89
}

#mc_embed_signup form .mc-field-group:hover input,
#mc_embed_signup form .mc-field-group:focus input {
  border: 1px solid #5abc89
}

#mc_embed_signup form .mc-field-group label {
  display: block;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 0.5em;
  -webkit-transition: color 240ms ease-in-out 12ms;
  transition: color 240ms ease-in-out 12ms
}

#mc_embed_signup form .mc-field-group input {
  background-color: #fff;
  border: 1px solid #8e9192;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  outline: none;
  padding: 0.5em;
  -webkit-transition: border 240ms ease-in-out 12ms;
  transition: border 240ms ease-in-out 12ms;
  width: 100%
}

#mc_embed_signup form .mc-field-group:last-of-type {
  margin-bottom: 1em
}

#mc_embed_signup form .clear {
  display: block;
  float: left;
  margin-right: 1em
}

#mc_embed_signup form .clear input {
  background-color: transparent;
  background-position: right 0.2em;
  background-repeat: no-repeat;
  background-size: 1em 2em;
  border-style: none;
  color: #5abc89;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0 1em 0 0;
  outline: none;
  overflow: hidden
}

#mc_embed_signup form .clear input:hover,
#mc_embed_signup form .clear input:focus {
  background-position: right -0.975em;
  color: #5abc89
}

.geolocation-formatter-map-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.map {
  height: 400px;
  position: relative;
  width: 100%
}

@media (min-width: 992px) {
  .map {
    bottom: auto;
    height: 100%;
    left: 0;
    margin-left: 40%;
    position: absolute;
    top: 0;
    width: 60%
  }
}

@media (min-width: 992px) {
  .header-block .map img {
    position: static
  }
}

.geolocation-common-map-container {
  height: 200px !important
}

@media (min-width: 450px) {
  .geolocation-common-map-container {
    height: 300px !important
  }
}

@media (min-width: 1200px) {
  .geolocation-common-map-container {
    height: 400px !important
  }
}

.map-with-text-right-wrapper {
  margin-top: 2em
}

.map-with-text-right-wrapper img {
  position: static
}

@media (min-width: 1200px) {
  .map-with-text-right-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 400px
  }
}

@media (min-width: 1200px) {
  .map-with-text-right-wrapper .map-with-text-right {
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    min-width: 52%
  }
}

.map-with-text-right-wrapper .map-with-text-right-text {
  background-color: #5abc89;
  color: #fff;
  padding: 1em
}

@media (min-width: 768px) {
  .map-with-text-right-wrapper .map-with-text-right-text {
    padding: 2em
  }
}

@media (min-width: 1200px) {
  .map-with-text-right-wrapper .map-with-text-right-text {
    -ms-flex-negative: 2;
    flex-shrink: 2;
    max-width: 25em
  }
}

.map-with-text-right-wrapper .map-with-text-right-text .sub-heading {
  color: #fff;
  margin: 0 0 0.5em 0
}

.map-with-text-right-wrapper .map-with-text-right-text a {
  color: #fff
}

.map-with-text-right-wrapper .map-with-text-right-text a:hover,
.map-with-text-right-wrapper .map-with-text-right-text a:focus {
  color: #1d6f85
}

.map-with-text-right-wrapper .map-with-text-right-text p:first-of-type {
  margin: 0
}

.map-with-text-right-wrapper .map-with-text-right-text .link-with-arrow:before,
.map-with-text-right-wrapper .map-with-text-right-text .link-with-arrow:after {
  background-image: url("../images/icons/page-header-link-with-arrow.svg")
}

.location-title {
  margin: 0.25em 0 0.25em 0
}

.location-content {
  margin-bottom: 0.25em
}

.gm-style-iw,
.gm-style-iw>div,
.gm-style-iw>div>div {
  overflow: visible !important
}

.map-location-wrapper {
  padding-bottom: 50%;
  position: relative;
  height: 100%;
  margin-top: 1.5em
}

.map-location-wrapper .map-location-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0
}

.no-js .where-we-work-map-wrapper.map-with-text-right-wrapper {
  display: none
}

.event-entry .map-location-wrapper {
  padding-bottom: 0;
  position: relative;
  height: 400px;
  margin-top: 1.5em;
  max-width: 60em;
  width: 100%
}

.geolocation h2.location-title,
.geolocation .link-with-arrow {
  display: none
}

.gm-style-iw h2.location-title,
.gm-style-iw .link-with-arrow {
  display: block
}

.gm-style-iw h2.location-title {
  font-size: 16px;
  color: #1d6f85
}

.gm-style-iw .link-with-arrow {
  font-size: 12px
}

.gm-style-iw .link-with-arrow:before {
  background-position: right 0.2em;
  height: 1em
}

.gm-style-iw .link-with-arrow:after {
  background-position: right -1em;
  height: 1em
}

.page-tabs {
  list-style: none;
  margin: 0;
  padding: 1em 1em 1em 0
}

.page-tabs li {
  display: inline-block
}

.slideshow {
  position: relative
}

@media (min-width: 1800px) {
  .slideshow .heading,
  .slideshow .mobile-menu h2,
  .mobile-menu .slideshow h2 {
    font-size: 2em;
    line-height: 1.2em
  }
}

.slideshow .slideshow-item {
  display: none
}

@media (max-width: 991px) {
  .slideshow .slideshow-item {
    position: absolute
  }
}

.slideshow .slideshow-item.slideshow-item-visible {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

@media (max-width: 991px) {
  .slideshow .slideshow-item.slideshow-item-visible {
    position: static
  }
}

.slideshow .slideshow-navigation {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  height: 4em;
  margin-top: -1.25em;
  outline: none;
  padding: 0.5em;
  position: absolute;
  top: 50%;
  -webkit-transition: background-color 240ms ease-in-out 12ms;
  transition: background-color 240ms ease-in-out 12ms;
  z-index: 10;
  width: 4em
}

.slideshow .slideshow-navigation:hover,
.slideshow .slideshow-navigation:focus {
  background-color: rgba(255, 255, 255, 0.3)
}

.slideshow .slideshow-navigation:hover svg *,
.slideshow .slideshow-navigation:focus svg * {
  fill: #1d6f85
}

.slideshow .slideshow-navigation.slideshow-navigation-previous {
  left: 0.5em;
  top: 45%
}

@media (max-width: 991px) {
  .slideshow .slideshow-navigation.slideshow-navigation-previous {
    left: 2em;
    top: 40%
  }
}

.slideshow .slideshow-navigation.slideshow-navigation-previous .link-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.slideshow .slideshow-navigation.slideshow-navigation-next {
  right: 0.5em;
  top: 45%
}

@media (max-width: 991px) {
  .slideshow .slideshow-navigation.slideshow-navigation-next {
    right: 2em;
    top: 40%
  }
}

.slideshow .slideshow-navigation .link-arrow {
  height: 2.75em;
  width: 1.5em
}

@media (max-width: 991px) {
  .slideshow.header-block.page-header-block {
    padding: 1em 1em 0 1em
  }
}

@media (min-width: 1800px) {
  .slideshow.header-block.page-header-block {
    margin: 0 -2em
  }
}

.highlighted {
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em
}

.highlighted .sub-heading-header {
  margin-top: 0
}

.highlighted p:last-of-type {
  margin-bottom: 0
}

.system-message {
  border-style: solid;
  border-width: 1px 1px 1px 8px;
  margin: 2em 0 0 0;
  padding: 1em
}

.system-message.system-message-status {
  background-color: #f3faef;
  border-color: #c9e1bd;
  color: #325e1c
}

.system-message.system-message-error {
  background-color: #fcf4f2;
  border-color: #f9c9bf;
  color: #a51b00
}

.system-message.system-message-warning {
  background-color: #fdf8ed;
  border-color: #f4daa6;
  color: #734c00
}

table.tablesaw {
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif
}

table.tablesaw thead {
  border-bottom: 3px solid #5abc89
}

table.tablesaw tr {
  border-bottom: 1px solid #5abc89
}

table.tablesaw tr a {
  text-decoration: none
}

table.tablesaw tr:last-of-type {
  border-bottom: 1px solid #ced0d0
}

.video-embed-field-responsive-video {
  margin-bottom: 1em;
  margin-top: 1em;
  max-width: 60em
}

.responsive-video-embed {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}

.responsive-video-embed:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 56.25%;
  display: block;
  content: ""
}

.responsive-video-embed iframe {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.pull-right {
  float: right;
  text-align: right
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.space-above {
  padding-top: 2em
}

article img {
  height: auto;
  max-width: 100%
}

body {
  color: #231f20;
  font-family: "adobe-garamond-pro", "Garamond", serif;
  font-size: 20px;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none
}

@media (max-width: 767px) {
  body {
    font-size: 16px
  }
}

ul,
ol {
  color: #231f20
}

.by-line,
time {
  color: #8e9192;
  display: block;
  font-size: 15px;
  margin: -1em 0 1em
}

.text-uppercase {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

.text-center {
  text-align: center
}

a {
  color: #5abc89;
  -webkit-transition: border-bottom 240ms ease-in-out 12ms, color 240ms ease-in-out 12ms;
  transition: border-bottom 240ms ease-in-out 12ms, color 240ms ease-in-out 12ms
}

a:hover,
a:focus {
  color: #1d6f85
}

a.heading-link {
  text-decoration: none
}

a.heading-link .heading,
a.heading-link .mobile-menu h2,
.mobile-menu a.heading-link h2 {
  margin: 0
}

a.links-link {
  line-height: 1.5em;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-size: 17px;
  font-weight: bold
}

.publication-type {
  color: #5abc89
}

.read-more,
.circle-grid-read-more,
.header-link-with-arrow,
.interactive-maps .interactive-maps-wrapper .links-wrapper a,
.link-with-arrow {
  border-bottom: 2px solid transparent;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase
}

.read-more,
.link-with-arrow {
  color: #5abc89
}

.read-more:hover,
.read-more:focus,
.link-with-arrow:hover,
.link-with-arrow:focus {
  color: #1d6f85
}

.read-more:hover .link-arrow *,
.read-more:focus .link-arrow *,
.link-with-arrow:hover .link-arrow *,
.link-with-arrow:focus .link-arrow * {
  fill: #1d6f85
}

.link-with-arrow,
.header-link-with-arrow,
.interactive-maps .interactive-maps-wrapper .links-wrapper a {
  margin-right: 1.5em;
  padding-right: 1.125em;
  position: relative
}

.link-with-arrow:hover:before,
.link-with-arrow:focus:before,
.header-link-with-arrow:hover:before,
.interactive-maps .interactive-maps-wrapper .links-wrapper a:hover:before,
.header-link-with-arrow:focus:before,
.interactive-maps .interactive-maps-wrapper .links-wrapper a:focus:before {
  opacity: 0
}

.link-with-arrow:hover:after,
.link-with-arrow:focus:after,
.header-link-with-arrow:hover:after,
.interactive-maps .interactive-maps-wrapper .links-wrapper a:hover:after,
.header-link-with-arrow:focus:after,
.interactive-maps .interactive-maps-wrapper .links-wrapper a:focus:after {
  opacity: 1
}

.link-with-arrow:before,
.link-with-arrow:after,
.header-link-with-arrow:before,
.interactive-maps .interactive-maps-wrapper .links-wrapper a:before,
.header-link-with-arrow:after,
.interactive-maps .interactive-maps-wrapper .links-wrapper a:after {
  background-repeat: no-repeat;
  background-size: 1em 2em;
  content: "";
  display: inline-block;
  height: 1.25em;
  width: 1em;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 240ms ease-in-out 12ms;
  transition: opacity 240ms ease-in-out 12ms
}

@media (max-width: 767px) {
  .link-with-arrow:before,
  .link-with-arrow:after,
  .header-link-with-arrow:before,
  .interactive-maps .interactive-maps-wrapper .links-wrapper a:before,
  .header-link-with-arrow:after,
  .interactive-maps .interactive-maps-wrapper .links-wrapper a:after {
    height: 1.1em
  }
}

.link-with-arrow:before,
.header-link-with-arrow:before,
.interactive-maps .interactive-maps-wrapper .links-wrapper a:before {
  background-position: right 0.3em
}

@media (max-width: 767px) {
  .link-with-arrow:before,
  .header-link-with-arrow:before,
  .interactive-maps .interactive-maps-wrapper .links-wrapper a:before {
    background-position: right 0.2em
  }
}

.link-with-arrow:after,
.header-link-with-arrow:after,
.interactive-maps .interactive-maps-wrapper .links-wrapper a:after {
  background-position: right -0.9em;
  opacity: 0
}

@media (max-width: 767px) {
  .link-with-arrow:after,
  .header-link-with-arrow:after,
  .interactive-maps .interactive-maps-wrapper .links-wrapper a:after {
    background-position: right -1em
  }
}

.link-with-arrow:before,
.link-with-arrow:after {
  background-image: url("../images/icons/arrow-link-with-arrow.svg")
}

.header-link-with-arrow:before,
.interactive-maps .interactive-maps-wrapper .links-wrapper a:before,
.header-link-with-arrow:after,
.interactive-maps .interactive-maps-wrapper .links-wrapper a:after {
  background-image: url("../images/icons/header-arrow-link-with-arrow.svg")
}

.header-link-with-arrow:after,
.interactive-maps .interactive-maps-wrapper .links-wrapper a:after {
  opacity: 0
}

a .link-arrow {
  left: 0.0875em;
  position: relative;
  top: 0.0875em
}

span.link-with-arrow a {
  text-decoration: none
}

.heading,
.mobile-menu h2,
.heading-uppercase,
.sub-heading,
.sub-heading-header,
.sub-sub-heading,
.title-heading {
  color: #1d6f85;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1em
}

.heading a,
.mobile-menu h2 a,
.heading-uppercase a,
.sub-heading a,
.sub-heading-header a,
.sub-sub-heading a,
.title-heading a {
  color: #1d6f85;
  text-decoration: none
}

.heading,
.mobile-menu h2 {
  margin-top: 0
}

.heading-uppercase {
  text-transform: uppercase
}

.sub-title {
  color: #1d6f85;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-size: 16px
}

header .heading,
header .mobile-menu h2,
.mobile-menu header h2 {
  text-transform: uppercase;
  line-height: 1em
}

h2 {
  color: #1d6f85;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase
}

.heading,
.mobile-menu h2,
.sub-heading {
  font-size: 30px
}

@media (max-width: 767px) {
  .heading,
  .mobile-menu h2,
  .sub-heading {
    font-size: 22.0px
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .heading,
  .mobile-menu h2,
  .sub-heading {
    font-size: 29.0px
  }
}

.heading,
.mobile-menu h2,
.sub-heading,
.sub-heading-header,
.sub-sub-heading,
.title-heading {
  text-transform: initial
}

.heading.text-uppercase,
.mobile-menu h2.text-uppercase,
.sub-heading.text-uppercase,
.sub-heading-header.text-uppercase,
.sub-sub-heading.text-uppercase,
.title-heading.text-uppercase {
  text-transform: uppercase
}

.sub-heading-header {
  font-size: 25.0px
}

@media (max-width: 767px) {
  .sub-heading-header {
    font-size: 20.0px
  }
}

.sub-sub-heading {
  font-size: 25.0px
}

@media (max-width: 767px) {
  .sub-sub-heading {
    font-size: 20.0px
  }
}

.title-heading {
  font-size: 16px
}

h2.sub-title~p.sub-title {
  margin-top: -0.5em
}

.page-header-block-text .heading,
.page-header-block-text .mobile-menu h2,
.mobile-menu .page-header-block-text h2 {
  color: #fff;
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-size: 30px;
  font-weight: 700
}

.page-header-block-text p {
  font-family: "proxima-nova", "Helvetica", "Arial", sans-serif;
  font-size: 25.0px
}

/*# sourceMappingURL=styles.css.map */
.my-custom-style { color: #000; }

.text-container {
    padding: 20px 150px;
}

.text-container p {
    font-family: "adobe-garamond-pro","Garamond",serif;
}

.img-middle {
    padding: 30px 0;
}

sup.citation {
    font-size: .7em;
}

.impact-rows {
    padding-bottom: 20px;
}

.impact-title {
    padding-bottom: 10px;
}

.box-description {
    padding-right: 50px; 
    letter-spacing: .045em; 
    line-height: 1.1em; 
    font-size: .525em;
    font-weight: normal; 
    text-transform: none;
}

.impact-list {
    padding: 10px 0 0 2em;
}