/*
Theme Name: NESP Resilient Landscapes Hub
Theme URI: https://nesplandscapes.edu.au
Description: A custom theme for NESP Resilient Landscapes Hub.
Version: 1.0
Author: Pixelplay
Author URI: https://www.pixelplay.co.nz
*/
/* --------------------------------------------------------------
***** IMPORTANT: Do not edit the styles directly in style.css
***** Make style changes via the scss files in the css folders. 
-------------------------------------------------------------- */
/* Colours
-------------------------------------------------------------- */
.primary-color-bg {
  background: #00A685;
  color: #fff; }

.grey-bg {
  background: #666666;
  color: #fff; }

.light-grey-bg {
  background-color: #f2f2f2; }

/* Fonts
-------------------------------------------------------------- */
/* Layout
-------------------------------------------------------------- */
/* Breakpoints
-------------------------------------------------------------- */
/* --------------------------------------------------------------
Base
-------------------------------------------------------------- */
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  height: 100%;
  width: 100%; }

body {
  width: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1E2123;
  background: #fff;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Stop body scrolling when mobile menu is open */ }
  body.no-scroll {
    overflow: hidden;
    height: 100%;
    position: fixed;
    width: 100%; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

:focus:not(.focus-visible) {
  outline: none; }

h1, .h1, h2, h3, h4 {
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #1E2123;
  margin: 0;
  padding: 0; }

h1 {
  color: #fff; }

h1,
.home section h2,
section#stay-informed h2 {
  font-size: 4rem;
  margin: 0 0 4.4rem;
  position: relative; }
  @media screen and (max-width: 576px) {
    h1,
    .home section h2,
    section#stay-informed h2 {
      font-size: 3rem; } }

.home section h2,
section#stay-informed h2 {
  color: #1E2123; }

.primary-color-bg h1,
.home section.primary-color-bg h2 {
  color: #fff; }

h1::after,
.home section h2::after,
section#stay-informed h2::after {
  content: "";
  display: block;
  position: relative;
  width: 75px;
  height: 3px;
  margin: 0;
  background: #00A685;
  bottom: -18px; }

.primary-color-bg h1::after,
.home section.primary-color-bg h2::after {
  background: #80d2c2; }

h2,
.h2 {
  font-size: 3rem;
  margin: 3rem 0 2rem; }
  @media screen and (max-width: 576px) {
    h2,
    .h2 {
      font-size: 2.4rem; } }

h3,
.h3 {
  font-size: 2.2rem;
  margin: 3rem 0 1rem; }
  @media screen and (max-width: 576px) {
    h3,
    .h3 {
      font-size: 1.8rem; } }

h4,
.h4 {
  font-size: 1.8rem;
  margin: 3rem 0 1rem; }
  @media screen and (max-width: 576px) {
    h4,
    .h4 {
      font-size: 1.6rem; } }

p {
  margin: 0 0 2rem; }

figure {
  margin: 1rem 0 2rem; }

a {
  color: #00A685;
  text-decoration: none; }

.nerp-content a {
  color: #f06522; }

.nesp-content a {
  color: #a03123; }

.track-content a {
  color: #0066b3; }

a:hover {
  text-decoration: underline; }

img {
  vertical-align: middle; }

hr {
  clear: both;
  border: none;
  height: 1px;
  color: #f2f2f2;
  background-color: #f2f2f2;
  margin: 3rem 0; }

table {
  width: 100%;
  margin: 1rem 0 2rem; }

table, th, td {
  border-collapse: collapse; }

table td, table th {
  text-align: left;
  vertical-align: top; }

strong {
  font-weight: 600; }

.small {
  font-size: 1.2rem; }

.large {
  font-size: 1.8rem; }

.left {
  float: left; }

.right {
  float: right; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-uppercase {
  text-transform: uppercase; }
  .text-uppercase h1 {
    text-transform: none; }

.hidden {
  display: none !important; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
blockquote {
  padding: 20px 25px;
  margin: 30px 0;
  font-size: 14px;
  border-left: 5px solid #00A685;
  background: #eee; }

blockquote em {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 5px; }

/* --------- Effects --------- */
.fade-up {
  visibility: hidden; }

span.hover-effect {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  /* Chrome fix */
  margin: 0 auto;
  background: #000; }

span.hover-effect img {
  overflow: hidden;
  position: relative;
  display: block;
  height: auto;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 500ms cubic-bezier(0, 0.275, 0.125, 1);
  -o-transition: all 500ms cubic-bezier(0, 0.275, 0.125, 1);
  transition: all 500ms cubic-bezier(0, 0.275, 0.125, 1); }

a:hover span.hover-effect img,
a:focus span.hover-effect img {
  opacity: .8;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }

/* --------- Buttons --------- */
.btn,
a.btn {
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 1.8rem 4.9rem 1.8rem 3rem;
  margin: 0.5rem 0 0 0;
  border-radius: 4px;
  background: #00A685;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  position: relative; }

.btn:after,
a.btn:after {
  content: none; }

.btn:before,
a.btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  background: url(images/icon-arrow-white.svg) no-repeat;
  background-size: contain;
  top: 24px;
  right: 25px;
  transition: all 0.2s ease-out; }

.btn:hover,
a.btn:hover,
.btn.focus-visible,
a.btn.focus-visible {
  color: #fff;
  background: #009977;
  text-decoration: none; }
  .btn:hover:before,
  a.btn:hover:before,
  .btn.focus-visible:before,
  a.btn.focus-visible:before {
    right: 20px; }

.btn-back,
a.btn-back {
  padding: 1.3rem 3rem 1.3rem 4rem; }

.btn-back:before,
a.btn-back:before {
  top: 16px;
  left: 22px;
  transform: rotate(180deg); }

.btn-back:hover:before,
a.btn-back:hover:before,
.btn-back.focus-visible:before,
a.btn-back.focus-visible:before {
  left: 17px; }

.btn-no-arrow,
a.btn-no-arrow {
  padding: 1.3rem 3rem; }

.btn-no-arrow:before,
a.btn-no-arrow:before {
  content: none; }

.btn-small,
a.btn-small {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0.5rem 0.8rem; }

.btn-large,
a.btn-large {
  font-size: 2.2rem;
  padding: 1.6rem 2.5rem; }

.btn-white,
a.btn-white {
  color: #fff;
  border: 2px solid #fff; }

.btn-white:hover,
a.btn-white:hover,
.btn-white.focus-visible,
a.btn-white.focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #fff; }

/* Responsive Images
-------------------------------------------------------------- */
img[class*="align"],
img[class*="wp-image-"] {
  height: auto; }

img.size-full, main img, section img, .sidebar img, footer img {
  max-width: 100%;
  width: auto;
  height: auto; }

/* Responsive Table
-------------------------------------------------------------- */
@media screen and (max-width: 576px) {
  table.responsive-table {
    border-collapse: collapse;
    width: 100% !important; }

  table.responsive-table tbody td {
    padding: 10px 0;
    vertical-align: top;
    display: block;
    width: 100% !important; } }
/* WordPress Core
-------------------------------------------------------------- */
.wp-block-image {
  margin: 0; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  margin: 1rem 0 2rem;
  padding: 0 0 0.1rem 0;
  max-width: 100%; }

.wp-caption-text {
  font-weight: 400;
  margin: 1rem 0; }

.wp-caption.alignnone {
  display: inline-block;
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

@media screen and (max-width: 576px) {
  .aligncenter,
  div.aligncenter,
  .alignright,
  .alignleft,
  a img.alignright,
  a img.alignnone,
  a img.alignleft,
  a img.aligncenter {
    float: none;
    display: block;
    text-align: center;
    margin: 5px auto 20px auto; } }
/* --------- Desktop/Mobile Only --------- */
.desktop-only {
  display: block; }

.mobile-only {
  display: none; }

@media screen and (max-width: 992px) {
  .desktop-only {
    display: none; }

  .mobile-only {
    display: block; } }
/* --------- Fixes --------- */
/* Screen readers only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.clear-floats {
  clear: both; }

.clearfix:after,
header:after,
main:after,
section:after,
.wrapper:after {
  content: "";
  display: table;
  clear: both; }

p:empty {
  display: none; }

/* Header
-------------------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 27px;
  background: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-in-out;
  z-index: 9999; }
  @media screen and (max-width: 992px) {
    header {
      position: relative; } }

@media screen and (min-width: 992px) {
  body.admin-bar header {
    top: 32px; }

  body.scrolled header:not(.is-active-mobile),
  body.scrolled.admin-bar header:not(.is-active-mobile) {
    transform: translateY(-100%); }

  body.scroll-up header:not(.is-active-mobile),
  body.scrolled.scroll-up header:not(.is-active-mobile) {
    transform: translateY(0); }

  body.page-template-template-projects-map header,
  body.page-template-template-projects-map-biogeographic header,
  body.postid-12219 header {
    position: absolute;
    top: 0;
    left: 0; } }
.header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.skip-links {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2000; }

.skip-links a {
  display: inline-block;
  position: absolute;
  color: #fff;
  background: #00A685;
  padding: 5px 10px;
  margin-right: 10px;
  top: -10000px; }

.skip-links a:hover {
  color: #fff; }

.skip-links a:focus,
.skip-links a:active {
  top: 0; }

#logo {
  width: 262px; }
  #logo a {
    display: block; }
  #logo img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto; }

@media screen and (max-width: 992px) {
  #logo {
    width: 200px;
    margin-bottom: 20px; } }
.menu-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between; }

.top-menu-container {
  display: flex;
  flex-direction: row;
  gap: 4rem;
  align-items: center;
  margin-top: 7px; }
  @media screen and (max-width: 992px) {
    .top-menu-container {
      flex-direction: column;
      margin-top: 0; } }

button#staff-login {
  color: #00A685;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0;
  border: none;
  background: none; }
  button#staff-login i {
    margin-right: 7px; }
  button#staff-login:hover {
    text-decoration: underline; }
  @media screen and (max-width: 992px) {
    button#staff-login {
      display: none; } }

.staff-logged-in {
  text-align: right;
  line-height: 1.3; }
  @media screen and (max-width: 992px) {
    .staff-logged-in {
      display: none; } }

/* --------- Search --------- */
.search-box {
  width: 290px;
  height: 45px;
  position: relative; }
  @media screen and (max-width: 992px) {
    .search-box {
      width: 100%; } }

.search-box .search-label {
  position: absolute;
  left: 0;
  color: #b2b0af;
  font-size: 1.4rem;
  padding-top: 13px;
  padding-left: 15px; }

.search-box input[type=search] {
  display: inline-block;
  float: left;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 45px;
  font-size: 1.4rem;
  font-weight: 400;
  background: transparent;
  border: 1px solid #ddd;
  border-right: none;
  margin: 0;
  padding: 10px 55px 10px 15px;
  -moz-appearance: none;
  -webkit-appearance: none; }

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

.search-box input[type=search]:focus,
.search-box input[type=search].focus-visible {
  border: 1px solid #b2b0af;
  border-right: none;
  background: #fff;
  transition: all 0.2s ease-out;
  outline: none; }

.search-box input[type=search]:valid {
  background: #fff; }

.search-box button {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  height: 45px;
  width: 45px;
  color: #1E2123;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  background: #f2f2f2; }

.search-result {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f0f0f0; }

/* Nav
-------------------------------------------------------------- */
.nav ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  column-gap: 4rem; }
  .nav ul li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0; }
    .nav ul li a {
      display: block;
      padding: 0 0 0.9rem;
      color: #1E2123;
      font-size: 1.8rem;
      font-weight: 600;
      line-height: 1;
      text-decoration: none; }
      .nav ul li a:hover {
        color: #1E2123;
        text-decoration: none; }
      .nav ul li a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 2px;
        opacity: 0;
        margin: auto;
        background-color: #00A685;
        transition: all .2s ease-in-out; }
    .nav ul li:hover a::after, .nav ul li.current-menu-item a::after {
      opacity: 1; }
    .nav ul li span,
    .nav ul li button {
      display: none; }

/* --------- Dropdown Menu --------- */
.nav ul.sub-menu {
  flex-direction: column;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  z-index: 1000; }
  .nav ul.sub-menu li {
    display: block;
    float: none;
    position: relative; }
    .nav ul.sub-menu li a {
      width: 220px;
      color: #1E2123;
      font-size: 1.5rem;
      padding: 1.5rem 1.5rem;
      font-weight: normal;
      text-decoration: none;
      background: #eee;
      position: relative; }
      .nav ul.sub-menu li a:hover {
        color: #fff;
        text-decoration: none;
        background: #00A685; }
      .nav ul.sub-menu li a::after {
        display: none; }

.nav ul li:hover > .sub-menu,
.nav ul li:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1; }

/* Second-level submenu */
.nav .sub-menu .sub-menu {
  visibility: hidden;
  top: 0;
  left: 100%; }

/* --------- Mobile Nav --------- */
#mobile-menu-btn {
  display: none; }

@media (max-width: 992px) {
  #mobile-menu-btn {
    display: block;
    width: 30px;
    background: transparent;
    z-index: 1001;
    transition: all 0.5s ease-in-out; }

  .nav {
    display: none;
    position: fixed;
    overflow-y: auto;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 150px 3rem;
    background: rgba(0, 166, 133, 0.95); }
    .nav ul {
      display: block;
      list-style: none;
      margin: 0;
      padding: 0;
      position: static; }
      .nav ul li {
        position: relative;
        width: 100%;
        text-align: center; }
        .nav ul li a {
          display: inline-block;
          color: #fff;
          padding: 1.5rem 0;
          font-size: 1.8rem;
          line-height: 1;
          font-weight: 700;
          text-decoration: none; }
          .nav ul li a:hover {
            color: #fff;
            text-decoration: none; }
          .nav ul li a::after {
            display: none; }
          .nav ul li a + .sub-menu, .nav ul li a.hover + .sub-menu,
          .nav ul li a .sub-menu:hover {
            display: none; }
        .nav ul li button {
          position: absolute;
          z-index: 1;
          right: 0;
          top: 0;
          width: 25px;
          height: 25px;
          padding: 0;
          display: block;
          text-align: center;
          cursor: pointer;
          background: url(images/plus-icon.png) no-repeat center center; }
          .nav ul li button.active {
            background: url(images/minus-icon.png) no-repeat center center; }

  /* Submenu */
  .nav ul li .sub-menu {
    display: none;
    visibility: visible;
    opacity: 1;
    position: relative; }
    .nav ul li .sub-menu ul {
      margin-left: 0; }
    .nav ul li .sub-menu li {
      /* Second-level submenu */ }
      .nav ul li .sub-menu li a {
        width: auto;
        color: #fff;
        font-size: 1.5rem;
        padding-left: 1.5rem;
        background: none; }
        .nav ul li .sub-menu li a:hover {
          color: #fff; }
      .nav ul li .sub-menu li .sub-menu {
        left: 0; }
        .nav ul li .sub-menu li .sub-menu li a {
          color: #fff; }
          .nav ul li .sub-menu li .sub-menu li a:hover {
            color: #fff; }

  .hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: visible; }

  .hamburger-box {
    width: 30px;
    height: 22px;
    display: inline-block;
    position: relative; }

  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; }

  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #00A685;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }

  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }

  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }

  .hamburger-inner::before {
    top: -9px; }

  .hamburger-inner::after {
    bottom: -9px; }

  .hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  .hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

  .hamburger-label {
    display: none;
    position: relative;
    top: -9px;
    font-size: 1.2rem; } }
/* --------------------------------------------------------------
Layout
-------------------------------------------------------------- */
.container {
  width: 100%;
  max-width: calc(1140px + (3rem * 2));
  margin-right: auto;
  margin-left: auto;
  padding-left: 3rem;
  padding-right: 3rem; }

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.home section,
section#stay-informed {
  width: 100%;
  padding: 90px 0;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 992px) {
    .home section,
    section#stay-informed {
      padding: 45px 0; } }

.home section.section-padding-small {
  padding-bottom: 45px 0; }
  @media screen and (max-width: 992px) {
    .home section.section-padding-small {
      padding-bottom: 22.5px 0; } }

.home section.section-padding-none {
  padding-bottom: 0; }
  @media screen and (max-width: 992px) {
    .home section.section-padding-none {
      padding-bottom: 0; } }

/* Sliders
-------------------------------------------------------------- */
.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

.bx-wrapper {
  background: transparent; }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 100%; }

/* PAGER */
.bx-pager-item:first-of-type:last-of-type {
  display: none;
  /* Hide pager if just one slide */ }

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  bottom: -20px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666666;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  outline: 0; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #00A685; }

.bx-wrapper .bx-pager.bx-default-pager a:after {
  content: none; }

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  position: absolute;
  height: 45px;
  width: 45px;
  margin-top: -23px;
  top: 50%;
  text-indent: -9000px;
  overflow: hidden;
  z-index: 9999;
  background: #00A685 url(images/icon-down-arrow-white.svg) no-repeat center;
  background-size: 46%;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s; }

#videos .bx-wrapper .bx-prev,
#videos .bx-wrapper .bx-next {
  margin-top: 0;
  top: 100px; }

#people-of-the-hub .bx-wrapper .bx-prev,
#people-of-the-hub .bx-wrapper .bx-next {
  margin-top: -78px; }

.bx-wrapper .bx-prev {
  left: -75px;
  transform: rotate(90deg); }

.bx-wrapper .bx-next {
  right: -75px;
  transform: rotate(-90deg); }

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
  background-color: #009977; }

@media screen and (max-width: 1280px) {
  .bx-wrapper .bx-prev {
    left: 0; }

  .bx-wrapper .bx-next {
    right: 0; } }
@media screen and (max-width: 576px) {
  #videos .bx-wrapper .bx-prev,
  #videos .bx-wrapper .bx-next {
    top: 80px; } }
.bx-wrapper .bx-controls-direction a.disabled,
.bx-wrapper .bx-controls-direction a.disabled:hover {
  display: none; }

.slider {
  width: 100%;
  height: auto;
  position: relative; }

.project-content .slider {
  margin-top: 30px; }

a.slide {
  display: block;
  position: relative; }

a.slide .item-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  background: #000; }

a.slide-view-all .item-wrapper {
  background: #000; }

a.slide img {
  display: block;
  opacity: 1;
  transform: scale(1);
  transition: all .2s ease-out; }

@media screen and (min-width: 576px) {
  a.slide:hover img {
    opacity: 0.8;
    transform: scale(1.05); } }
/* Flex
-------------------------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-stretch {
  align-items: stretch; }

/* Home Page
-------------------------------------------------------------- */
.home .banner {
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-size: cover;
  background-position: top center;
  visibility: hidden; }
  .home .banner .container {
    display: flex;
    align-items: center;
    height: 100%; }
    @media screen and (min-width: 992px) {
      .home .banner .container {
        padding-top: 150px; } }
  .home .banner h1 {
    color: #fff;
    font-size: 5rem;
    position: relative;
    padding-top: 0.62em;
    margin: 0 0 0.98em;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); }
    .home .banner h1:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 65px;
      height: 4px;
      background: #00A685; }
    .home .banner h1:after {
      content: none; }
  .home .banner .btn {
    margin: 0; }

body.admin-bar.home .banner {
  height: calc(100vh - 32px);
  height: calc(100svh - 32px); }
  @media screen and (max-width: 992px) {
    body.admin-bar.home .banner {
      height: calc(100vh - 190px);
      height: calc(100svh - 190px); } }

@media screen and (max-width: 576px) {
  .home .banner h1 {
    font-size: 3rem; } }
button.scroll-down {
  position: absolute;
  bottom: 23px;
  left: 50%;
  background: url(images/icon-down-arrow-white.svg) no-repeat center;
  background-size: 40px;
  text-indent: -9000px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  padding: 0;
  margin: 0 0 0 -20px;
  border: 0;
  z-index: 3;
  transition: all 0.2s ease-in-out; }
  button.scroll-down:hover {
    opacity: 0.75; }

/* Intro */
#intro {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 600; }
  #intro p:last-of-type {
    margin-bottom: 0; }
  @media screen and (max-width: 992px) {
    #intro {
      font-size: 1.8rem; } }

/* Latest News */
.latest-news-container {
  margin-bottom: 5px; }

.latest-news-item a {
  display: block;
  position: relative;
  margin: 15px 0; }

.news-caption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  text-align: left;
  padding: 16px 20px 16px 50px;
  background-color: rgba(0, 166, 133, 0.85);
  background-image: url(images/icon-newspaper.svg);
  background-size: 20px;
  background-position: 20px 20px;
  background-repeat: no-repeat;
  transition: all 0.05s ease-in-out; }
  .news-caption.icon-rhl-enews {
    background-image: url(images/icon-newsletter.svg); }
  .news-caption.videos {
    background-image: url(images/icon-play-video.svg); }
  .news-caption h3 {
    color: #fff;
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 0;
    padding: 0; }

a:hover .news-caption {
  background-color: #00a685; }

.latest-news-item-1 .news-caption {
  padding: 25px 30px 25px 66px;
  background-size: 24px;
  background-position: 30px 30px; }
  .latest-news-item-1 .news-caption h3 {
    font-size: 2rem; }

@media screen and (min-width: 1200px) {
  .latest-news-item-2 span.hover-effect {
    max-height: 219px; }

  .latest-news-item-3 span.hover-effect {
    max-height: 220px; } }
.view-more {
  text-align: right;
  align-self: flex-end;
  margin-bottom: 21px; }
  .view-more p {
    margin: 0;
    padding: 0; }

a.view-more-btn {
  position: relative;
  color: #00A685;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 21px;
  transition: all 0.2s ease-out;
  position: relative; }

.primary-color-bg a.view-more-btn {
  color: #fff; }

a.view-more-btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  background: url(images/icon-arrow.svg) no-repeat;
  background-size: contain;
  top: 6px;
  right: 2px;
  transition: all 0.2s ease-out; }

.primary-color-bg a.view-more-btn:before {
  top: 5px;
  background: url(images/icon-arrow-white.svg) no-repeat; }

a.view-more-btn:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: auto;
  background: #00A685;
  opacity: 0;
  transition: width 0.4s ease-out, opacity 0.3s ease-out; }

.primary-color-bg a.view-more-btn:after {
  background: #fff; }

a.view-more-btn:hover:after {
  width: 100%;
  opacity: 1; }

a.view-more-btn:hover,
a.view-more-btn.focus-visible {
  text-decoration: none; }
  a.view-more-btn:hover:before,
  a.view-more-btn.focus-visible:before {
    right: -3px; }

/* Latest Research Articles */
.articles {
  margin: 15px 0; }
  .articles a.article {
    display: block;
    color: #fff;
    padding: 21px 15px 23px;
    text-decoration: none;
    border-bottom: 1px solid #009977; }
    .articles a.article:hover {
      text-decoration: none;
      background: #009977; }
  .articles .article:last-child {
    border-bottom: none; }
  .articles p.date {
    color: #80d2c2;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0 0 5px; }
  .articles p.title {
    font-size: 1.5rem;
    font-weight: 600;
    padding-left: 25px;
    background-image: url(images/icon-external-link.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 0 4px;
    margin: 0; }

/* Videos */
.video-slider {
  margin: 15px 0 20px; }
  .video-slider a {
    text-decoration: none; }
  .video-slider p.date {
    color: #666666;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 10px 0 5px; }
  .video-slider p.title {
    color: #00A685;
    font-size: 1.5rem;
    font-weight: 600;
    padding-left: 22px;
    background-image: url(images/icon-play.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 0 4px;
    margin: 0 0 30px; }
  .video-slider a:hover p.title {
    color: #009977; }

.video-spacer {
  position: absolute;
  z-index: -1; }

/* People of the Hub */
#people-of-the-hub .people-back div {
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 15px;
  color: #fff;
  background: #00A685;
  transition: all 0.2s ease-out;
  min-height: 110px; }

#people-of-the-hub .people-back a {
  min-width: 262px;
  text-decoration: none; }

#people-of-the-hub .people-back a:hover div {
  background: #009977; }

#people-of-the-hub .hub-title {
  font-size: 0.75em;
  text-transform: uppercase; }

#people-of-the-hub.affiliation {
  font-size: 0.75em;
  opacity: 0.6; }

#people-of-the-hub .bx-wrapper {
  padding: 15px 0 20px; }

#people-of-the-hub .bx-wrapper .bx-pager {
  bottom: -37px; }

@media screen and (max-width: 576px) {
  #people-of-the-hub .bx-wrapper .bx-pager {
    bottom: -27px; } }
.people-spacer {
  position: absolute;
  z-index: -1; }

/* Stay Informed */
h3.subscribe-title {
  color: #1E2123;
  font-size: 2.4rem;
  font-weight: 600;
  padding-left: 36px;
  margin: 40px 0 0;
  background: url(images/icon-subscribe.svg) no-repeat 0 0;
  background-size: 24px; }

body #stay-informed .gform_wrapper {
  margin: 10px 0 0; }

@media screen and (max-width: 992px) {
  body #stay-informed .gform_wrapper {
    margin: 10px 0 30px; } }
#stay-informed .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#stay-informed .gform_wrapper textarea {
  padding: 10px !important;
  font-size: 1.5rem;
  border: 1px solid #fff; }

#stay-informed .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
#stay-informed .gform_wrapper textarea:focus {
  border: 1px solid #00A685; }

body #gform_wrapper_2 ul li.gfield {
  width: 50%;
  float: left;
  clear: none; }

@media screen and (max-width: 992px) {
  body #gform_wrapper_2 ul li.gfield {
    width: 100%; } }
body #gform_wrapper_2 ul li#field_2_3 {
  width: 100%;
  float: left;
  clear: none; }

@media screen and (max-width: 576px) {
  .twitter-widget {
    display: none; } }
/* Section Pages
-------------------------------------------------------------- */
.project-content,
.container-page {
  padding-bottom: 80px; }

@media screen and (max-width: 1200px) {
  .project-content,
  .container-page {
    padding-top: 20px;
    padding-bottom: 40px; } }
.project-body {
  margin: 30px 0 0; }

.project-body p + p {
  margin-top: 15px; }

.project-menu {
  text-align: center;
  margin-top: 30px; }

.project-logos {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 30px 0; }

/* Project Map */
.project-nav-container-map .project-map-toggle-btns {
  transform: none; }
.project-nav-container-map .p.completed {
  margin: 6px 0 0; }

.map-container {
  position: relative; }

@media screen and (min-width: 992px) {
  .map-container--sticky {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #fff; }
    .map-container--sticky::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -25px;
      width: 100%;
      height: 25px;
      background: linear-gradient(to bottom, #fff 10%, transparent 100%); } }

.map-filter {
  margin: 2rem 0 1rem; }
  @media screen and (min-width: 992px) {
    .map-filter {
      position: absolute;
      top: 3rem;
      right: 3rem;
      width: 24rem;
      margin: 2rem;
      padding: 2rem;
      background: rgba(255, 255, 255, 0.8);
      border: 1px solid #fff;
      border-radius: 4px;
      z-index: 500; } }
  @media screen and (max-width: 992px) {
    .map-filter .search-filter-input-group {
      flex-direction: row;
      flex-wrap: wrap;
      column-gap: 2rem; } }
  @media screen and (max-width: 576px) {
    .map-filter .search-filter-input-group {
      flex-direction: column; } }
  .map-filter .search-filter-input-group .search-filter-input-radio {
    width: fit-content;
    padding: 0.4rem 0; }
  .map-filter .search-filter-label {
    font-size: 1.5rem;
    font-weight: 700; }
  .map-filter .search-filter-input-radio__label {
    font-size: 1.5rem; }

#map-projects p.completed {
  margin-bottom: 1rem; }

#map {
  width: 100%;
  height: 520px;
  margin: 0 0 2rem;
  padding: 0;
  border-top: 2rem solid #fff; }
  @media screen and (max-width: 992px) {
    #map {
      height: 400px; } }
  @media screen and (max-width: 576px) {
    #map {
      height: 400px; } }
  #map .leaflet-popup-content {
    font-size: 1.3rem; }

.map-tooltip {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border: none;
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 4px; }

.projects-map-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem; }
  @media screen and (max-width: 992px) {
    .projects-map-container {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 768px) {
    .projects-map-container {
      grid-template-columns: 1fr; } }
  .projects-map-container .project-button {
    display: flex;
    flex-direction: row; }
  .projects-map-container a.project-button__link {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 1rem 3.5rem 1rem 1rem;
    border: 1px solid #b2b0af;
    border-radius: 4px;
    background: #fff;
    position: relative; }
    .projects-map-container a.project-button__link.has-map {
      border-radius: 4px 0 0 4px;
      border-right: none; }
    .projects-map-container a.project-button__link:hover {
      text-decoration: none;
      border-color: #00A685;
      background: #f2faf9; }
    .projects-map-container a.project-button__link.completed::after {
      content: '';
      position: absolute;
      display: block;
      top: 10px;
      right: 10px;
      width: 18px;
      height: 18px;
      background: url(images/icon-completed.svg) no-repeat;
      background-size: cover; }
    .projects-map-container a.project-button__link h2 {
      margin: 0;
      font-size: 1.5rem; }
      .projects-map-container a.project-button__link h2 span {
        color: #1E2123;
        font-weight: 400; }
  .projects-map-container button.project-button__map {
    width: 38px;
    height: 100%;
    color: #00A685;
    background: #fff url(images/icon-map.svg) no-repeat;
    background-size: 16px;
    background-position: center;
    padding: 0;
    margin: 0;
    border: 1px solid #b2b0af;
    border-right: none; }
    .projects-map-container button.project-button__map:hover {
      border-color: #00A685;
      background-color: #f2faf9; }
    .projects-map-container button.project-button__map.active {
      border-color: #00A685;
      background-color: #00A685;
      background-image: url(images/icon-map-white.svg); }
  .projects-map-container button.last {
    border: 1px solid #b2b0af;
    border-radius: 0 4px 4px 0; }
    .projects-map-container button.last:hover {
      border-color: #00A685;
      background-color: #f2faf9; }
  .projects-map-container a.project-button__source {
    width: 38px;
    height: 100%;
    color: #00A685;
    background: #fff url(images/icon-info.svg) no-repeat;
    background-size: 16px;
    background-position: center;
    padding: 0;
    margin: 0;
    border: 1px solid #b2b0af;
    border-right: none; }
    .projects-map-container a.project-button__source:hover {
      border-color: #00A685;
      background-color: #f2faf9; }
  .projects-map-container a.last {
    border: 1px solid #b2b0af;
    border-radius: 0 4px 4px 0; }
    .projects-map-container a.last:hover {
      border-color: #00A685;
      background-color: #f2faf9; }

/* CSE Map */
.map-container-cse .projects-map-container {
  grid-template-columns: repeat(2, 1fr); }
  @media screen and (max-width: 768px) {
    .map-container-cse .projects-map-container {
      grid-template-columns: 1fr; } }

.cse-map .cse-map__tooltip {
  font-size: 13px; }
.cse-map .custom-svg-marker svg path {
  transition: fill 0.2s ease; }
.cse-map .custom-svg-marker:hover svg path {
  fill: #00896b;
  stroke: #096e61; }
.cse-map .leaflet-popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.3rem;
  gap: 0.1rem; }
  .cse-map .leaflet-popup-content .cse-map__img {
    height: 6rem;
    margin-bottom: 0.5rem; }
    .cse-map .leaflet-popup-content .cse-map__img img {
      height: 100%; }
  .cse-map .leaflet-popup-content .cse-map__title {
    font-weight: 700; }
  .cse-map .leaflet-popup-content .cse-map__author {
    font-weight: 400; }
  .cse-map .leaflet-popup-content a.btn {
    color: #fff;
    padding: 0.5rem 1.5rem;
    font-weight: 500;
    text-transform: none; }
    .cse-map .leaflet-popup-content a.btn::before {
      content: none; }

.map-buttons-key {
  display: flex;
  gap: 2rem;
  margin: 3rem 0 4rem;
  font-size: 1.4rem; }
  .map-buttons-key div {
    display: flex;
    align-items: center;
    gap: 0.8rem; }
  .map-buttons-key img {
    width: 1.6rem; }

.cse-map__sources-grid {
  display: grid;
  margin-top: 1.5rem; }
  .cse-map__sources-grid div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    font-size: 1.4rem;
    padding: 1rem; }
    .cse-map__sources-grid div:nth-child(odd) {
      background: #f2f2f2; }
    .cse-map__sources-grid div a.btn {
      font-size: 1.3rem;
      color: #1E2123;
      padding: 0.25rem 0.75rem;
      margin: 0;
      border: 1px solid #b2b0af;
      background: #fff;
      text-transform: none; }
      .cse-map__sources-grid div a.btn:hover {
        border-color: #00A685;
        background: #f2faf9; }
      .cse-map__sources-grid div a.btn::before {
        content: none; }

.map-caption {
  font-size: 1.4rem;
  margin: 0 0 3rem; }
  .map-caption svg {
    transform: translateY(6px); }

.project-cse .additional-content {
  width: 800px; }

/* Search */
.search-container .tab-panel .tab-panel-inner {
  opacity: 1;
  transition: opacity 0.2s ease; }
.search-container .tab-panel.is-waiting .tab-panel-inner {
  opacity: 0; }
.search-container p.completed {
  margin-bottom: 1.5rem; }
.search-container .search-filter-input-text__clear-button,
.search-container .search-filter-component-combobox__clear-button {
  display: none; }

/* Section Headings */
.section-title {
  background: linear-gradient(90deg, rgba(2, 0, 36, 0.2) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.2) 100%), #00A685;
  padding: 215px 0 44px; }
  @media screen and (max-width: 992px) {
    .section-title {
      padding: 65px 0 44px; } }
  @media screen and (max-width: 576px) {
    .section-title {
      padding: 40px 0 20px; } }

.section-title.nesp-bg {
  background: linear-gradient(90deg, rgba(2, 0, 36, 0.2) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.2) 100%), #a03123; }

.section-title.nerp-bg {
  background: linear-gradient(90deg, rgba(2, 0, 36, 0.2) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.2) 100%), #f06522; }

.section-title.track-bg {
  background: linear-gradient(90deg, rgba(2, 0, 36, 0.2) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.2) 100%), #0066b3; }

.section-title h1:after {
  background: #80d2c2; }

.section-title.nesp-bg h1:after,
.nesp .section-title h1:after {
  background: rgba(255, 255, 255, 0.3); }

.section-title.nerp-bg h1:after,
.nerp .section-title h1:after {
  background: rgba(255, 255, 255, 0.3); }

.section-title.track-bg h1:after,
.track .section-title h1:after {
  background: rgba(255, 255, 255, 0.3); }

.banner-image {
  width: 100%;
  height: calc(33vh + 150px);
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center calc(50% + 75px);
  background-size: cover;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: -150px; }
  @media screen and (max-width: 992px) {
    .banner-image {
      height: 25vh;
      min-height: 200px;
      margin-bottom: 0;
      background-position: center; } }

#video-banner {
  width: 100%;
  height: calc(33vh + 150px);
  min-height: 500px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: -150px; }
  @media screen and (max-width: 992px) {
    #video-banner {
      height: 25vh;
      min-height: 200px;
      margin-bottom: 0; } }

#video-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, calc(-50% + 75px));
  transition: 1s opacity; }
  @media screen and (max-width: 992px) {
    #video-banner video {
      transform: translateX(-50%) translateY(-50%); } }

a.btn-goback {
  float: right;
  font-size: 1.5rem;
  font-weight: 400;
  background: transparent;
  border: 1px solid #1E2123;
  color: #1E2123;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0px; }
  a.btn-goback:before {
    content: none; }

@media screen and (max-width: 992px) {
  a.btn-goback {
    display: none; } }
a.btn-goback:hover, a.btn-goback:focus {
  background: #1E2123;
  color: #fff; }

/* Nav Pills */
.tabs-menu {
  margin: 0 0 4rem; }

.nav-pills {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px; }

.nav-pills > li {
  position: relative;
  display: inline-block;
  margin: 0; }

.nav-pills > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 4px; }

.project-menu .nav-pills li a {
  color: #999999;
  font-weight: 600;
  font-size: 0.9em;
  padding: 10px 10px; }

.nav-pills li.active a,
.nav-pills li a:hover,
.nav-pills li a:active,
.nav-pills li a:focus {
  color: white;
  background: #00a685; }

.nerp-content .nav-pills li.active a,
.nerp-content .nav-pills li a:hover,
.nerp-content .nav-pills li a:active,
.nerp-content .nav-pills li a:focus {
  color: white;
  background: #f06522; }

.nesp-content .nav-pills li.active a,
.nesp-content .nav-pills li a:hover,
.nesp-content .nav-pills li a:active,
.nesp-content .nav-pills li a:focus {
  color: white;
  background: #a03123; }

.track-content .nav-pills li a {
  font-size: 0.9em;
  padding: 10px 10px; }

.track-content .nav-pills li.active a,
.track-content .nav-pills li a:hover,
.track-content .nav-pills li a:active,
.track-content .nav-pills li a:focus {
  color: white;
  background: #0066b3; }

/* Topics */
.featured-topics,
.topics-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 1.5rem; }
  @media screen and (max-width: 992px) {
    .featured-topics,
    .topics-list {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 576px) {
    .featured-topics,
    .topics-list {
      grid-template-columns: 1fr; } }
  .featured-topics a.topic,
  .topics-list a.topic {
    display: block;
    text-decoration: none; }
  .featured-topics .topic__caption,
  .topics-list .topic__caption {
    height: 70px;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    padding: 15px;
    background: #00A685;
    display: flex;
    justify-content: center;
    align-items: center; }

ul.topics-list {
  padding: 0; }

ul.topics-list li {
  list-style-type: none;
  margin: 0 0 15px; }

ul.topics-list li .projects-back {
  background: transparent;
  padding: 0;
  margin: 0; }

ul.topics-list li .projects-back div {
  height: 70px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 15px;
  background: #00A685;
  display: flex;
  justify-content: center;
  align-items: center; }

ul.topics-list li a {
  text-decoration: none; }

ul.topics-list li a:hover, ul.topics-list li a:visited {
  text-decoration: none; }

#whoisinvolved ul.people-list li, .page-template-template-people ul.people-list li.role-project-leader {
  display: list-item; }

/* Tabs */
.tab-btns {
  display: block;
  margin: 30px 0; }

.tab-btns ul li {
  float: left; }

.tab-btns button {
  float: left;
  color: #00A685;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 0 5px 5px 0;
  background: #fff;
  border-radius: 4px;
  text-decoration: none; }

.nesp-content .tab-btns button {
  color: #a03123; }

.nerp-content .tab-btns button {
  color: #f06522; }

.track-content .tab-btns button {
  color: #0066b3; }

.tab-btns button:hover,
.tab-btns button:focus,
.tab-btns button[aria-selected="true"] {
  color: #fff;
  background: #00A685; }

.nesp-content .tab-btns button:hover,
.nesp-content .tab-btns button:focus,
.nesp-content .tab-btns button[aria-selected="true"] {
  background: #a03123; }

.nerp-content .tab-btns button:hover,
.nerp-content .tab-btns button:focus,
.nerp-content .tab-btns button[aria-selected="true"] {
  background: #f06522; }

.track-content .tab-btns button:hover,
.track-content .tab-btns button:focus,
.track-content .tab-btns button[aria-selected="true"] {
  background: #0066b3; }

.tab-content {
  clear: both; }

/* Accordions */
.accordion {
  margin: 10px 0 30px;
  padding: 0;
  clear: both; }

.accordion .accordion-content-container {
  margin: 0 0 10px;
  padding: 0 15px;
  border: 1px solid #f2f2f2; }

.accordion h2 {
  font-size: 1.8rem;
  margin: 0;
  padding: 0 30px 0 0;
  border: none; }

.accordion h2 button {
  width: 100%;
  color: #00A685;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  padding: 10px 0;
  background: #fff;
  position: relative; }

.nesp-content .accordion h2 button {
  color: #a03123; }

.nerp-content .accordion h2 button {
  color: #f06522; }

.track-content .accordion h2 button {
  color: #0066b3; }

.accordion h2 button:hover,
.accordion h2 button.focus-visible {
  text-decoration: underline; }

.accordion h2 button .accordion-icon {
  position: absolute;
  top: 10px;
  right: -30px; }

.accordion h2 button .accordion-icon:after {
  font-family: "Font Awesome 5 Free";
  color: #00A685;
  font-size: 1.6rem;
  font-weight: 900;
  content: "\f0fe";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

.nesp-content .accordion h2 button .accordion-icon:after {
  color: #a03123; }

.nerp-content .accordion h2 button .accordion-icon:after {
  color: #f06522; }

.track-content .accordion h2 button .accordion-icon:after {
  color: #0066b3; }

.accordion h2 button.active .accordion-icon:after {
  font-size: 1.6rem;
  content: "\f146"; }

.accordion-content {
  display: none;
  box-sizing: content-box; }

/* Resources */
.resource {
  margin-bottom: 30px; }

.resource:nth-child(2n+1) {
  clear: left; }

.filter-active .resource {
  min-height: 180px; }

.filter-active .resource:nth-child(2n+1) {
  clear: none; }

a.resource-link {
  /* border: 1px solid #eee; */ }

a.resource-link:hover,
a.resource-link:focus {
  color: #00A685;
  background: #eee;
  text-decoration: none; }

.nesp-content a.resource-link:hover,
.nesp-content a.resource-link:focus {
  color: #a03123; }

.nerp-content a.resource-link:hover,
.nerp-content a.resource-link:focus {
  color: #f06522; }

.track-content a.resource-link:hover,
.track-content a.resource-link:focus {
  color: #0066b3; }

.resource-thumbnail {
  width: 110px;
  padding: 10px 0 10px 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.resource-video {
  display: flex;
  align-items: flex-start; }

.resource-video .resource-thumbnail {
  width: 210px; }

.research-body .resource-video .resource-thumbnail,
.single-cdu-programs .resource-video .resource-thumbnail {
  width: 110px; }

.resource-thumbnail img {
  max-width: 100px;
  height: auto;
  border: 1px solid #eee; }

.resource-video .resource-thumbnail img {
  max-width: 200px; }

.research-body .resource-video .resource-thumbnail img,
.single-cdu-programs .resource-video .resource-thumbnail img {
  max-width: 100px; }

@media (max-width: 500px) {
  .resource-video .resource-thumbnail {
    width: 110px; }

  .resource-video .resource-thumbnail img {
    max-width: 100px; } }
.resource-content {
  padding: 10px 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }

.resource-title {
  font-size: 16px;
  font-weight: 500; }

.resource-date {
  font-size: 13px;
  color: #666666;
  margin: 3px 0; }

.resource-cite {
  font-size: 13px;
  color: #999999;
  /* Fix long url issue */
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.pager li {
  margin: 0 3px 6px; }

a.video-btn,
a.download-btn {
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  background: #00A685;
  margin-top: 10px;
  padding: 6px 12px;
  border-radius: 4px; }

a.video-btn:before,
a.download-btn:before {
  content: none; }

a.video-btn:hover,
a.video-btn:focus,
a.download-btn:hover,
a.download-btn:focus {
  color: #fff;
  background: #009977; }

.nesp-content a.video-btn {
  /* NESP */
  background: #8e2d23; }

.nerp-content a.video-btn {
  /* NERP */
  background: #f06522; }

.track-content a.video-btn {
  /* TRaCK */
  background: #0066b3; }

a.video-btn i.fa {
  color: #fff;
  font-size: 13px;
  margin: 0 5px 0 0; }

.video-description {
  display: none;
  margin-top: 10px; }

.video-description a {
  /* Fix long url issue */
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

button.video-description-btn,
button.video-description-btn:active {
  color: #00A685;
  font-size: 13px;
  font-weight: 400;
  background: #fff;
  border: 0;
  border-radius: 3px;
  padding: 0;
  margin: 3px 0;
  text-decoration: none; }

.nesp-content button.video-description-btn,
.nesp-content button.video-description-btn:active {
  /* NERP */
  color: #a03123; }

.nerp-content button.video-description-btn,
.nerp-content button.video-description-btn:active {
  /* NERP */
  color: #f06522; }

.track-content button.video-description-btn,
.track-content button.video-description-btn:active {
  /* TRaCK */
  color: #0066b3; }

button.video-description-btn:hover,
button.video-description-btn:focus {
  background: #fff;
  text-decoration: underline;
  outline: none; }

button.video-description-btn i.fa {
  color: #00A685;
  font-size: 14px;
  margin: 0 5px 0 0; }

.nesp-content .video-description-btn i.fa {
  /* NERP */
  color: #a03123; }

.nerp-content .video-description-btn i.fa {
  /* NERP */
  color: #f06522; }

.track-content .video-description-btn i.fa {
  /* TRaCK */
  color: #0066b3; }

.fancybox-container {
  z-index: 9999999 !important; }

/* News */
.news-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 3rem; }
  @media screen and (max-width: 992px) {
    .news-container {
      grid-template-columns: 1fr; } }
  .news-container .news-item-block a {
    margin: 0; }

.project-related-news,
.story-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 30px; }

.project-related-news a h3,
.story-item a h3 {
  color: #00A685;
  font-size: 20px;
  margin-top: 5px;
  padding-top: 0;
  margin-bottom: 5px; }

.nesp-content .project-related-news a h3,
.nesp-content .story-item a h3 {
  color: #a03123; }

.nerp-content .project-related-news a h3,
.nerp-content .story-item a h3 {
  color: #f06522; }

.track-content .project-related-news a h3,
.track-content .story-item a h3 {
  color: #0066b3; }

.news-item-block a {
  display: block;
  position: relative;
  margin: 15px 0;
  min-height: 150px; }

.news-item-block span.date {
  font-size: 1.2rem;
  opacity: 0.85;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  padding: 2px 6px;
  color: #1E2123;
  border-radius: 4px;
  z-index: 2; }

.news-item-block .news-caption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  text-align: left;
  padding: 16px 20px 16px 50px;
  background-color: rgba(0, 166, 133, 0.85);
  background-image: url(images/icon-newspaper.svg);
  background-size: 20px;
  background-position: 20px 20px;
  background-repeat: no-repeat;
  transition: all 0.05s ease-in-out;
  min-height: 70px; }
  .news-item-block .news-caption.icon-rhl-enews {
    background-image: url(images/icon-newsletter.svg); }
  .news-item-block .news-caption.videos {
    background-image: url(images/icon-play-video.svg); }
  .news-item-block .news-caption h2 {
    color: #fff;
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 0;
    padding: 0; }

.news-item-block a:hover .news-caption {
  background-color: #00a685; }

.nesp .news-item-block .news-caption,
.nesp-content .news-item-block .news-caption {
  background-color: rgba(160, 49, 35, 0.85); }

.nesp .news-item-block a:hover .news-caption,
.nesp-content .news-item-block a:hover .news-caption {
  background-color: #a03123; }

.nerp .news-item-block .news-caption,
.nerp-content .news-item-block .news-caption {
  background-color: rgba(240, 101, 34, 0.85); }

.nerp .news-item-block a:hover .news-caption,
.nerp-content .news-item-block a:hover .news-caption {
  background-color: #f06522; }

.track .news-item-block .news-caption,
.track-content .news-item-block .news-caption {
  background-color: rgba(0, 102, 179, 0.85); }

.track .news-item-block a:hover .news-caption,
.track-content .news-item-block a:hover .news-caption {
  background-color: #0066b3; }

/* People */
.people,
#who-is-involved-news,
#who-is-involved-tab {
  min-height: 500px; }
  .people ul.people-list,
  #who-is-involved-news ul.people-list,
  #who-is-involved-tab ul.people-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem; }
    @media screen and (max-width: 992px) {
      .people ul.people-list,
      #who-is-involved-news ul.people-list,
      #who-is-involved-tab ul.people-list {
        grid-template-columns: 1fr; } }
    .people ul.people-list > li,
    #who-is-involved-news ul.people-list > li,
    #who-is-involved-tab ul.people-list > li {
      margin: 0;
      padding: 0; }

#who-is-involved-news,
#who-is-involved-tab {
  min-height: 0; }
  #who-is-involved-news ul.people-list,
  #who-is-involved-tab ul.people-list {
    grid-template-columns: 1fr;
    gap: 3rem; }
    @media screen and (max-width: 992px) {
      #who-is-involved-news ul.people-list,
      #who-is-involved-tab ul.people-list {
        grid-template-columns: 1fr; } }
    #who-is-involved-news ul.people-list > li,
    #who-is-involved-tab ul.people-list > li {
      margin: 0;
      padding: 0; }

.people-profile {
  display: flex;
  flex-direction: row;
  background: #f2f2f2;
  height: 100%; }
  @media screen and (max-width: 768px) {
    .people-profile {
      flex-direction: column;
      max-width: 400px; } }
  .people-profile .image {
    flex-grow: 0;
    flex-shrink: 0;
    width: 277px;
    min-height: 277px;
    height: 100%;
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 1200px) {
      .people-profile .image {
        width: 220px;
        min-height: 220px; } }
    @media screen and (max-width: 768px) {
      .people-profile .image {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1; } }
  .people-profile .content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 25px 25px; }
    @media screen and (max-width: 768px) {
      .people-profile .content {
        padding: 15px 20px 20px; } }
    .people-profile .content .details {
      margin: 14px 0 10px; }
      .people-profile .content .details h3 {
        font-size: 1.8rem;
        margin: 0 0 4px; }
        @media screen and (max-width: 768px) {
          .people-profile .content .details h3 {
            font-size: 1.6rem; } }
      .people-profile .content .details p {
        margin: 0 0 4px;
        font-size: 1.5rem;
        line-height: 1.3; }
        @media screen and (max-width: 768px) {
          .people-profile .content .details p {
            font-size: 1.5rem; } }
        .people-profile .content .details p a {
          word-break: break-all; }
    .people-profile .content .links {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 1.5rem; }
      .people-profile .content .links a.btn-small {
        font-size: 1.6rem;
        padding: 0.5rem 3.8rem 0.6rem 1.8rem; }
        .people-profile .content .links a.btn-small::before {
          display: none; }
        .people-profile .content .links a.btn-small::after {
          content: "";
          display: block;
          position: absolute;
          top: 11px;
          right: 16px;
          width: 12px;
          height: 12px;
          background: url(images/icon-external-link-white.svg) no-repeat;
          background-size: 12px; }
        .people-profile .content .links a.btn-small:hover::after {
          right: 16px; }
      .people-profile .content .links ul.social {
        list-style: none;
        margin: 14px 0 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.7rem; }
        .people-profile .content .links ul.social li {
          display: inline-block;
          width: 30px;
          height: 30px;
          margin: 0;
          padding: 0; }
          .people-profile .content .links ul.social li a {
            display: block;
            width: 30px;
            height: 30px;
            background-color: #8F8F8F;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 16px;
            transition: all 0.1s ease-out; }
            .people-profile .content .links ul.social li a:hover {
              background-color: #00A685; }
            .people-profile .content .links ul.social li a.google-scholar {
              background-image: url(images/icon-google-scholar-white.svg);
              background-size: 15px; }
            .people-profile .content .links ul.social li a.rg {
              background-image: url(images/icon-rg-white.svg);
              background-size: 16px; }
            .people-profile .content .links ul.social li a.id {
              background-image: url(images/icon-id-white.svg);
              background-size: 15px; }
            .people-profile .content .links ul.social li a.facebook {
              background-image: url(images/icon-facebook-white.svg);
              background-size: 9px; }
            .people-profile .content .links ul.social li a.twitter {
              background-image: url(images/icon-x-twitter-white.svg);
              background-size: 18px; }
            .people-profile .content .links ul.social li a.linkedin {
              background-image: url(images/icon-linkedin-white.svg);
              background-size: 17px; }

/* People Filter */
.people-filter ul {
  margin: 0 0 40px; }

.page-id-8990 .people ul.people-list > li {
  display: none; }

.page-id-8990 .people ul.people-list > li.filter-leadership-team {
  display: grid; }

.custom-filter ul {
  margin: 0 0 40px;
  padding: 0;
  list-style: none; }
  .custom-filter ul li {
    display: inline-block;
    margin: 0 30px 10px 0;
    padding: 0 0 0 26px;
    position: relative; }
    .custom-filter ul li button,
    .custom-filter ul li label {
      color: #1E2123;
      font-weight: 400;
      text-decoration: none;
      background: none;
      padding: 0; }
      .custom-filter ul li button:hover,
      .custom-filter ul li label:hover {
        color: #00A685;
        cursor: pointer; }
      .custom-filter ul li button::before,
      .custom-filter ul li label::before {
        content: "";
        display: block;
        position: absolute;
        top: 5px;
        left: 0;
        width: 14px;
        height: 14px;
        border: 1px solid #00A685;
        background: #fff; }
    .custom-filter ul li.active button::before, .custom-filter ul li.sf-option-active label::before {
      background: #00A685; }

#role-intro {
  margin-bottom: 30px; }

#role-intro p:not(.filter-leadership-team) {
  display: none; }

span.hover-effect {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  /* Chrome fix */
  margin: 0 auto;
  background: #000; }

span.hover-effect img {
  overflow: hidden;
  position: relative;
  display: block;
  height: auto;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 500ms cubic-bezier(0, 0.275, 0.125, 1);
  -o-transition: all 500ms cubic-bezier(0, 0.275, 0.125, 1);
  transition: all 500ms cubic-bezier(0, 0.275, 0.125, 1); }

a:hover span.hover-effect img,
a:focus span.hover-effect img {
  opacity: .8;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05); }

ul.people-list li a:hover, ul.people-list li a:visted {
  text-decoration: none; }

.hub-title {
  font-size: 0.75em;
  text-transform: uppercase; }

.affiliation {
  font-size: 0.75em;
  opacity: 0.6; }

.single-people_cpt .btn-goback {
  position: relative;
  bottom: 10px; }

@media (max-width: 480px) {
  .single-people_cpt .alignright {
    float: none;
    display: block;
    margin: 5px auto 20px; } }
/* Projects */
p.completed {
  position: relative;
  padding-left: 26px;
  margin: 10px 0 0; }
  @media screen and (max-width: 768px) {
    p.completed {
      padding-left: 24px; } }
  p.completed::before {
    content: '';
    position: absolute;
    display: block;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(images/icon-completed.svg) no-repeat;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      p.completed::before {
        width: 17px;
        height: 17px; } }

#projects {
  margin-top: 1.5rem; }

.project-nav-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 1rem; }
  @media screen and (max-width: 768px) {
    .project-nav-container {
      flex-direction: column; } }

@media screen and (max-width: 768px) {
  .project-layout-toggle-btns-container {
    order: -1;
    margin-bottom: 1rem; } }

.project-layout-toggle-btns a {
  display: inline-block;
  font-size: 1.5rem;
  color: #00A685;
  text-decoration: none;
  padding: 0.5rem 2rem 0.5rem 4rem;
  border: 1px solid #00A685;
  background-color: #fff;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    .project-layout-toggle-btns a {
      font-size: 1.4rem;
      padding: 0.5rem 1rem 0.5rem 2rem; } }
  .project-layout-toggle-btns a:hover, .project-layout-toggle-btns a:focus {
    background-color: #f2faf9; }
  .project-layout-toggle-btns a.active {
    color: #fff;
    background-color: #00A685;
    pointer-events: none; }
.project-layout-toggle-btns a.project-view {
  padding-left: 4rem;
  background-image: url(images/icon-grid.svg);
  background-size: 12px;
  background-position: 20px 11px; }
  @media screen and (max-width: 768px) {
    .project-layout-toggle-btns a.project-view {
      background-position: 10px 10px;
      padding: 0.5rem 1rem 0.5rem 3rem; } }
  .project-layout-toggle-btns a.project-view.active {
    background-image: url(images/icon-grid-white.svg); }
.project-layout-toggle-btns a.map-view {
  padding-left: 4.5rem;
  background-image: url(images/icon-map.svg);
  background-size: 17px;
  background-position: 20px 9px; }
  @media screen and (max-width: 768px) {
    .project-layout-toggle-btns a.map-view {
      background-position: 10px 8px;
      padding: 0.5rem 1rem 0.5rem 3.5rem; } }
  .project-layout-toggle-btns a.map-view.active {
    background-image: url(images/icon-map-white.svg); }

.project-map-toggle-btns a {
  display: inline-block;
  font-size: 1.5rem;
  color: #00A685;
  text-decoration: none;
  padding: 0.5rem 2rem;
  border: 1px solid #00A685;
  background-color: #fff;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    .project-map-toggle-btns a {
      font-size: 1.4rem;
      padding: 0.5rem 1rem; } }
  .project-map-toggle-btns a:hover, .project-map-toggle-btns a:focus {
    background-color: #f2faf9; }
  .project-map-toggle-btns a.active {
    color: #fff;
    background-color: #00A685;
    pointer-events: none; }

.projects-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 3rem; }
  @media screen and (max-width: 992px) {
    .projects-container {
      grid-template-columns: 1fr; } }

a.tile {
  display: block;
  color: #1E2123;
  text-decoration: none;
  background: #f2f2f2 url(images/icon-arrow.svg) no-repeat;
  background-size: 8px;
  background-position: calc(100% - 20px) calc(100% - 20px);
  transition: all 0.1s ease-out; }
  a.tile .image-wrapper {
    background-color: #000; }
  a.tile .content {
    padding: 25px 25px 15px 25px; }
    @media screen and (max-width: 768px) {
      a.tile .content {
        padding: 25px 25px 30px 25px; } }
    a.tile .content h2,
    a.tile .content h3 {
      color: #00A685;
      font-size: 2.4rem;
      font-weight: 400;
      margin: 0 0 10px; }
      @media screen and (max-width: 992px) {
        a.tile .content h2,
        a.tile .content h3 {
          font-size: 2rem; } }
  a.tile:hover {
    background-color: #ededed;
    background-position: calc(100% - 17px) calc(100% - 20px); }
    a.tile:hover .image {
      transform: scale(1.05);
      opacity: 0.8; }

a.image-tile {
  height: 215px;
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 576px) {
    a.image-tile {
      height: auto;
      flex-direction: column; } }
  a.image-tile .image-wrapper {
    width: 50%;
    height: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 576px) {
      a.image-tile .image-wrapper {
        width: 100%;
        max-height: 300px; } }
    a.image-tile .image-wrapper .image {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1);
      position: relative; }
    a.image-tile .image-wrapper .image-credit {
      bottom: 17px;
      right: 20px; }
  a.image-tile .content {
    width: 50%;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 576px) {
      a.image-tile .content {
        width: 100%; } }

a.project-tile {
  position: relative; }
  @media screen and (min-width: 768px) {
    a.project-tile {
      height: 100%; } }
  a.project-tile.completed::after {
    content: '';
    position: absolute;
    display: block;
    top: 15px;
    right: 15px;
    width: 24px;
    height: 24px;
    background: url(images/icon-completed.svg) no-repeat;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      a.project-tile.completed::after {
        width: 17px;
        height: 17px; } }
  a.project-tile .content {
    display: block;
    padding-bottom: 38px; }
    @media screen and (max-width: 768px) {
      a.project-tile .content {
        padding-right: 40px; } }
    a.project-tile .content h2,
    a.project-tile .content h3 {
      display: inline-block;
      font-size: 1.6rem;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      margin: 0 0 4px; }
    a.project-tile .content p {
      margin: 0; }

a.project-tile.nesp {
  background-image: url(images/icon-arrow-nesp.svg); }
  a.project-tile.nesp h2, a.project-tile.nesp h3 {
    color: #a03123; }
  a.project-tile.nesp.completed::after {
    background: url(images/icon-completed-nesp.svg) no-repeat; }

a.project-tile.nerp {
  background-image: url(images/icon-arrow-nerp.svg); }
  a.project-tile.nerp h2, a.project-tile.nerp h3 {
    color: #f06522; }
  a.project-tile.nerp.completed::after {
    background: url(images/icon-completed-nerp.svg) no-repeat; }

a.project-tile.track {
  background-image: url(images/icon-arrow-track.svg); }
  a.project-tile.track h2, a.project-tile.track h3 {
    color: #0066b3; }
  a.project-tile.track.completed::after {
    background: url(images/icon-completed-track.svg) no-repeat; }

/* Search Filter */
.btn-show-hide-filter {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  @media screen and (max-width: 768px) {
    .btn-show-hide-filter {
      justify-content: flex-start; } }
  .btn-show-hide-filter button {
    color: #00A685;
    font-size: 1.5rem;
    background: #fff;
    padding: 0.5rem 4.3rem 0.5rem 2rem;
    border: 1px solid #00A685;
    transition: all 0.2s ease-out;
    position: relative; }
    .btn-show-hide-filter button:hover {
      background: #f2faf9; }
    .btn-show-hide-filter button::after {
      content: '';
      display: block;
      position: absolute;
      width: 13px;
      height: 13px;
      top: 8px;
      right: 20px;
      background: url(images/icon-filter-btn-arrow.svg) no-repeat;
      background-position: center;
      transition: all 0.2s ease-out; }
    .btn-show-hide-filter button.active::after {
      transform: rotate(-180deg); }

.category-btns {
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 1200px) {
    .category-btns {
      margin-bottom: 1rem; } }
  @media screen and (max-width: 992px) {
    .category-btns {
      flex-direction: column; } }
  .category-btns .search-filter-field__input {
    width: auto;
    margin-right: 5px; }
  .category-btns .search-filter-input-button {
    font-size: 1.5rem;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 10px 15px;
    border: none !important;
    outline: none !important; }
    .category-btns .search-filter-input-button:hover {
      color: #fff !important;
      background: #00A685 !important; }
  .category-btns .tabs-menu {
    margin: 0; }

.search-filter {
  background: #f2f2f2;
  padding: 3rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin: 1rem 0 2rem; }
  .search-filter .search-filter-label {
    font-size: 1.5rem;
    font-weight: 700; }
  .search-filter .search-filter-component-combobox-base__listbox-list li {
    font-size: 1.5rem; }
  .search-filter .search-filter-component-combobox-base__listbox-option--active {
    background: #00A685 !important;
    color: #fff; }
  .search-filter .search-filter-component-combobox-base__listbox-option {
    background: #fff; }
  .search-filter .search-filter-component-combobox-base__listbox-option:hover {
    background: #e5f6f3; }
  @media screen and (max-width: 992px) {
    .search-filter {
      grid-template-columns: 1fr; } }

#project-publications .search-filter {
  background: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr; }

.search-filter__search {
  font-weight: 400; }

.search-filter__reset-btn {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end; }
  .search-filter__reset-btn .search-filter-input-button {
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    display: inline-block;
    padding: 1rem 2rem;
    margin: 0;
    border: none;
    outline: none !important;
    border-radius: 4px;
    background: #00A685;
    text-decoration: none;
    transition: all 0.2s ease-out;
    position: relative; }
    .search-filter__reset-btn .search-filter-input-button:hover, .search-filter__reset-btn .search-filter-input-button:active, .search-filter__reset-btn .search-filter-input-button:focus, .search-filter__reset-btn .search-filter-input-button:focus-visible {
      color: #fff !important;
      background: #009977 !important;
      text-decoration: none; }

.search-filter-field--control-type-load_more {
  align-items: center !important;
  margin-top: 3rem; }
  .search-filter-field--control-type-load_more button {
    color: #fff;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    padding: 1rem 2rem;
    margin: 0;
    border: none;
    outline: none !important;
    border-radius: 4px;
    background: #00A685;
    text-decoration: none;
    transition: all 0.2s ease-out;
    position: relative; }
    .search-filter-field--control-type-load_more button:hover, .search-filter-field--control-type-load_more button:active, .search-filter-field--control-type-load_more button:focus, .search-filter-field--control-type-load_more button:focus-visible {
      color: #fff !important;
      background: #009977 !important;
      text-decoration: none; }
  .search-filter-field--control-type-load_more .search-filter-icon {
    margin-right: 5px; }

/* Past Reseach */
.past-research-ctas {
  margin: 40px 0 0; }
  .past-research-ctas a {
    display: block;
    margin: 10px 0; }

.projects-bg {
  display: block;
  overflow: hidden;
  position: relative;
  background: #000; }

.projects-bg img {
  display: block;
  max-width: 100%; }

.projects-bg a {
  color: white;
  display: inline-block; }

.projects-bg .nesp, .projects-bg .nesprlh, .projects-bg .nesp-rlh, .projects-bg .nerp, .projects-bg .track {
  position: absolute;
  top: 0%;
  color: white;
  margin: 0;
  text-align: center;
  padding: 15px 25px;
  z-index: 2; }

.projects-bg .nesp span, .projects-bg .nesprlh span, .projects-bg .nesp-rlh span, .projects-bg .nerp span, .projects-bg .track span {
  font-size: 20px;
  font-weight: 600;
  font-family: "open sans"; }

.projects-bg .nesp {
  background: #a03123; }

.projects-bg .nesprlh,
.projects-bg .nesp-rlh {
  background: #00A685; }

.projects-bg .nerp {
  background: #f06522; }

.projects-bg .track {
  background: #0066b3; }

.project-status {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-style: italic;
  text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.8);
  font-size: 1.2em;
  z-index: 2; }

/* Publications */
#publications {
  margin-top: 1.5rem; }

.tab-btns #publications {
  margin-top: 0; }

.page-template-template-publications .publications-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 1.5rem; }
  @media screen and (max-width: 992px) {
    .page-template-template-publications .publications-container {
      grid-template-columns: 1fr; } }

.publications-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin: 15px 0; }
  .publications-container p.filter-results {
    margin: 20px 0 10px; }
  .publications-container a.publication {
    display: block;
    color: #1E2123;
    line-height: 1.4;
    padding: 30px;
    margin: 0;
    text-decoration: none;
    transition: all 0.1s ease-out;
    background: #f2faf9; }
    .publications-container a.publication:hover {
      text-decoration: none;
      background: #d9f2ed; }
    .publications-container a.publication p.title {
      text-decoration: underline; }
    .publications-container a.publication:hover p.title {
      text-decoration: none; }
  .publications-container p.type {
    color: #00A685;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 2px; }
  .publications-container .wrapper {
    padding-left: 34px;
    background-image: url(images/icon-file.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 0 6px;
    min-height: 36px; }
    .publications-container .wrapper p.title {
      font-size: 1.7rem;
      font-weight: 700;
      margin: 0 0 2px; }
    .publications-container .wrapper p.credit {
      font-size: 1.5rem;
      font-weight: 300;
      margin: 0; }
  .publications-container .tools .wrapper {
    background-image: url(images/icon-research-products-and-tools.svg); }
  .publications-container .journal-articles .wrapper {
    background-image: url(images/icon-scientific-papers.svg); }
  .publications-container .reports .wrapper {
    background-image: url(images/icon-reports.svg); }
  .publications-container .info-sheets .wrapper {
    background-image: url(images/icon-info-sheets.svg); }

.wp-pagenavi {
  margin-top: 3rem; }

/* Resources / Publications OLD */
.page-template-template-resources-page .container-page .navbar-nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none; }

.page-template-template-resources-page .container-page .navbar-nav > li {
  float: left; }

.page-template-template-resources-page .container-page .navbar-nav > li > a {
  display: block;
  padding: 10px 15px;
  margin: 0 3px 5px 0;
  text-decoration: none; }

.page-template-template-resources-page .container-page .navbar-nav li.active a,
.page-template-template-resources-page .container-page .navbar-nav li a:hover,
.page-template-template-resources-page .container-page .navbar-nav li a:active,
.page-template-template-resources-page .container-page .navbar-nav li a:focus {
  border-radius: 4px;
  color: #fff;
  background: #00A685; }

/* Graphics Library */
.graphics-library-search-filter {
  grid-template-columns: repeat(2, 1fr); }
  @media screen and (max-width: 768px) {
    .graphics-library-search-filter {
      grid-template-columns: 1fr; } }

.graphics-library-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem; }
  @media screen and (max-width: 1200px) {
    .graphics-library-container {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 992px) {
    .graphics-library-container {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 768px) {
    .graphics-library-container {
      grid-template-columns: 1fr; } }

.graphics .sig_thumb {
  min-height: 530px;
  height: auto !important;
  height: 530px; }

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px; }

.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto; }

.thumbnail .caption {
  padding: 9px; }

/* Search Filter OLD Delete? */
form.searchandfilter {
  background: #eee;
  padding: 15px;
  margin-bottom: 30px; }

.searchandfilter ul:after {
  content: "";
  display: table;
  clear: both; }

.page-template-template-staff .graphics-library-filter {
  margin-top: 30px; }

.project-body .searchandfilter ul,
.graphics-library-filter .searchandfilter ul,
#search-body .searchandfilter ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#search-body .searchandfilter ul {
  display: flex; }

.project-body .searchandfilter ul li,
.graphics-library-filter .searchandfilter ul li,
#search-body .searchandfilter ul li {
  float: left;
  width: 33.3%;
  margin: 0 0 10px;
  padding: 0 15px 0 0; }

.project-body #search-filter-form-5438 ul li {
  /* Resources page filter */
  width: 25%; }

.project-body #search-filter-form-5814 ul li {
  /* Resources - Project page filter */
  width: 100%; }

#search-body .searchandfilter ul li.sf-field-search {
  width: 100%; }

@media (max-width: 1000px) {
  .project-body .searchandfilter ul li,
  .graphics-library-filter .searchandfilter ul li,
  .project-body #search-filter-form-5438 ul li {
    width: 100%; } }
.project-body .searchandfilter ul li.sf-field-taxonomy-cdu-publications-type {
  display: none; }

.project-body #search-filter-form-5438 ul li.sf-field-taxonomy-cdu-publications-type,
.project-body #search-filter-form-5811 ul li.sf-field-taxonomy-cdu-publications-type,
.project-body #search-filter-form-9003 ul li.sf-field-taxonomy-cdu-publications-type,
.project-body #search-filter-form-5812 ul li.sf-field-taxonomy-cdu-publications-type,
.project-body #search-filter-form-5813 ul li.sf-field-taxonomy-cdu-publications-type,
.project-body #search-filter-form-5814 ul li.sf-field-taxonomy-cdu-publications-type {
  /* Resources - Project page */
  display: block; }

.project-body .searchandfilter ul li.sf-field-submit,
.project-body .searchandfilter ul li.sf-field-search,
#search-body .searchandfilter ul li.sf-field-submit,
#search-body .searchandfilter ul li.sf-field-search {
  padding: 0; }

.project-body .searchandfilter ul li ul.sf_date_field li,
.project-body #search-filter-form-5438 ul li ul.sf_date_field li {
  width: 50%;
  padding: 0 7px 0 0; }

.project-body .searchandfilter ul li ul.sf_date_field li:last-child,
.project-body #search-filter-form-5438 ul li ul.sf_date_field li:last-child {
  padding: 0 0 0 8px; }

.project-body .searchandfilter ul li::before,
.graphics-library-filter .searchandfilter ul li::before,
#search-body .searchandfilter ul li::before {
  content: none; }

.project-body .searchandfilter label,
.graphics-library-filter .searchandfilter label,
#search-body .searchandfilter label {
  display: block; }

.project-body .searchandfilter label,
.graphics-library-filter .searchandfilter label,
.project-body .searchandfilter span.sf-date-prefix,
#search-body .searchandfilter label {
  width: 100%;
  font-weight: 700; }

.project-body .searchandfilter input[type="text"],
.project-body .searchandfilter select,
.graphics-library-filter .searchandfilter select,
#search-body .searchandfilter input[type="text"],
#search-body .searchandfilter select {
  width: 100%;
  font-size: 1.3rem;
  margin: 5px 0 0;
  padding: 5px 10px;
  border: 2px solid #ddd;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff; }

.project-body .searchandfilter select,
.graphics-library-filter .searchandfilter select,
#search-body .searchandfilter select {
  padding: 5px 25px 5px 10px;
  /* SVG background image */
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='555'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) 14px;
  background-repeat: no-repeat;
  background-color: #fff; }

.project-body .searchandfilter input[type="submit"],
#search-body .searchandfilter input[type="submit"] {
  width: 100%;
  margin: 1rem 0 0; }

.project-body .searchandfilter ul li label span.screen-reader-text,
.graphics-library-filter .searchandfilter ul li label span.screen-reader-text,
#search-body .searchandfilter ul li label span.screen-reader-text {
  clip: auto;
  clip-path: none;
  width: auto;
  height: auto;
  overflow: auto;
  position: static !important; }

.project-body .searchandfilter ul li.sf-field-post_date label {
  margin-top: 0; }

.project-body .searchandfilter ul li.sf-field-post_date label span.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute !important; }

.project-body .searchandfilter li.sf-field-reset,
.project-body #search-filter-form-5438 ul li.sf-field-reset,
#search-body .searchandfilter li.sf-field-reset {
  float: right;
  width: auto;
  margin-top: 15px;
  padding-left: 1.8rem;
  background: url(images/undo-alt-solid-rlh.svg);
  background-size: 1.3rem;
  background-repeat: no-repeat;
  background-position: 0 0.5rem; }

.nesp-content .project-body .searchandfilter li.sf-field-reset {
  /* NESP 2 */
  background: url(images/undo-alt-solid.svg);
  background-size: 1.3rem;
  background-repeat: no-repeat;
  background-position: 0 0.5rem; }

.nerp-content .project-body .searchandfilter li.sf-field-reset {
  /* NERP */
  background: url(images/undo-alt-solid-nerp.svg);
  background-size: 1.3rem;
  background-repeat: no-repeat;
  background-position: 0 0.5rem; }

.track-content .project-body .searchandfilter li.sf-field-reset {
  /* TRaCK */
  background: url(images/undo-alt-solid-track.svg);
  background-size: 1.3rem;
  background-repeat: no-repeat;
  background-position: 0 0.5rem; }

.project-body .searchandfilter ul li.sf-field-reset input.search-filter-reset,
#search-body .searchandfilter ul li.sf-field-reset input.search-filter-reset {
  width: auto;
  color: #00A685;
  font-weight: normal;
  padding: 0 !important;
  margin: 0;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  text-decoration: none;
  text-transform: none; }

.nesp-content .project-body .searchandfilter ul li.sf-field-reset input.search-filter-reset {
  /* NESP 2 */
  color: #a03123; }

.nerp-content .project-body .searchandfilter ul li.sf-field-reset input.search-filter-reset {
  /* NERP */
  color: #f06522; }

.track-content .project-body .searchandfilter ul li.sf-field-reset input.search-filter-reset {
  /* TRaCK */
  color: #0066b3; }

.project-body .searchandfilter ul li.sf-field-reset input.search-filter-reset:hover,
#search-body .searchandfilter ul li.sf-field-reset input.search-filter-reset:hover {
  text-decoration: underline; }

.project-body .searchandfilter ul li.sf-field-submit,
.project-body #search-filter-form-5438 ul li.sf-field-submit {
  float: right;
  width: auto;
  margin: 5px 0 0; }

#search-body .searchandfilter ul li.sf-field-submit {
  float: right;
  width: auto;
  margin: 25px 0 0 10px; }

.project-body .searchandfilter ul li.sf-field-submit input[type="submit"],
#search-body .searchandfilter ul li.sf-field-submit input[type="submit"] {
  color: #fff;
  background: #00A685;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding: 10px 25px !important;
  margin: 0;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  text-transform: none;
  transition: background 0.2s ease-out;
  cursor: pointer;
  -webkit-appearance: none; }

.nesp-content .project-body .searchandfilter ul li.sf-field-submit input[type="submit"] {
  /* NESP 2 */
  background: #a03123; }

.nerp-content .project-body .searchandfilter ul li.sf-field-submit input[type="submit"] {
  /* NERP */
  background: #f06522; }

.track-content .project-body .searchandfilter ul li.sf-field-submit input[type="submit"] {
  /* TRaCK */
  background: #0066b3; }

#search-body .searchandfilter ul li.sf-field-submit input[type="submit"] {
  padding: 7px 25px !important; }

.project-body .searchandfilter ul li.sf-field-submit input[type="submit"]:hover,
#search-body .searchandfilter ul li.sf-field-submit input[type="submit"]:hover {
  background: #00A685; }

.nesp-content .project-body .searchandfilter ul li.sf-field-submit input[type="submit"]:hover {
  /* NESP 2 */
  background: #a03123; }

.nerp-content .project-body .searchandfilter ul li.sf-field-submit input[type="submit"]:hover {
  /* NERP */
  background: #f06522; }

.track-content .project-body .searchandfilter ul li.sf-field-submit input[type="submit"]:hover {
  /* TRaCK */
  background: #0066b3; }

.project-body .searchandfilter li.sf-field-reset input.search-filter-reset:disabled,
.project-body .searchandfilter ul li.sf-field-submit input[type="submit"]:disabled,
#search-body .searchandfilter li.sf-field-reset input.search-filter-reset:disabled,
#search-body .searchandfilter ul li.sf-field-submit input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: default; }

/* Calendar */
body .ll-skin-melon .ui-widget {
  background: #00A685; }

body.page-template-template-nesp-rlh .ll-skin-melon .ui-widget {
  background: #a03123; }

body .ll-skin-melon .ui-datepicker .ui-datepicker-title {
  color: #fff; }

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-title select {
  color: #333; }

body .ll-skin-melon .ui-datepicker th {
  color: #fff;
  border-color: #00A685; }

body.page-template-template-nesp-rlh .ll-skin-melon .ui-datepicker th {
  border-color: #a03123; }

body .ll-skin-melon .ui-datepicker td {
  background: #fff; }

body .ll-skin-melon .ui-state-disabled .ui-state-default {
  color: #999; }

body .ll-skin-melon td .ui-state-default {
  color: #00A685; }

body.page-template-template-nesp-rlh .ll-skin-melon td .ui-state-default {
  color: #00A685; }

body .ll-skin-melon td .ui-state-hover {
  background: #eee; }

body .ll-skin-melon td .ui-state-active {
  background: #00A685;
  color: #fff; }

body.page-template-template-nesp-rlh .ll-skin-melon td .ui-state-active {
  background: #00A685; }

/* Breadcrumbs */
.breadcrumbs {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  color: #1E2123;
  padding: 25px 0 30px; }
  .breadcrumbs ol {
    margin: 0;
    padding: 0;
    list-style: none; }
    .breadcrumbs ol li {
      display: inline-block;
      margin: 0 0.75em;
      padding: 0; }
      .breadcrumbs ol li:first-child {
        margin-left: 0; }
  .breadcrumbs a {
    border: none;
    color: #00A685; }

@media screen and (max-width: 1200px) {
  .breadcrumbs {
    margin: 0; } }
.nesp .breadcrumbs a {
  color: #a03123; }

.nerp .breadcrumbs a {
  color: #f06522; }

.track .breadcrumbs a {
  color: #0066b3; }

/* --------- Pagination --------- */
.page-pagination {
  clear: both;
  margin: 30px 0 0; }

#body .wp-pagenavi li {
  display: inline; }

#body .wp-pagenavi a {
  display: inline-block;
  padding: 10px;
  margin: 0 0.5rem 0.5rem 0;
  border: 1px solid #ddd;
  color: #00A685; }

#body .nesp .wp-pagenavi a,
#body .nesp-content .wp-pagenavi a {
  color: #a03123; }

#body .nerp .wp-pagenavi a,
#body .nerp-content .wp-pagenavi a {
  color: #f06522; }

#body .track .wp-pagenavi a,
#body .track-content .wp-pagenavi a {
  color: #0066b3; }

#body .wp-pagenavi a:hover,
#body .wp-pagenavi a:focus {
  background: #eee;
  border: 1px solid #ddd;
  color: #00A685; }

#body .nesp .wp-pagenavi a:hover,
#body .nesp .wp-pagenavi a:focus,
#body .nesp-content .wp-pagenavi a:hover,
#body .nesp-content .wp-pagenavi a:focus {
  color: #a03123; }

#body .nerp .wp-pagenavi a:hover,
#body .nerp .wp-pagenavi a:focus,
#body .nerp-content .wp-pagenavi a:hover,
#body .nerp-content .wp-pagenavi a:focus {
  color: #f06522; }

#body .track .wp-pagenavi a:hover,
#body .track .wp-pagenavi a:focus,
#body .track-content .wp-pagenavi a:hover,
#body .track-content .wp-pagenavi a:focus {
  color: #0066b3; }

#body .wp-pagenavi span {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0; }

#body .wp-pagenavi span.current,
#body .wp-pagenavi a.current {
  padding: 10px;
  margin: 0 0.5rem 0.5rem 0;
  background: #eee;
  border: 1px solid #ddd; }

#body .wp-pagenavi span.pages {
  padding: 10px 10px 0 0;
  margin: 0 5px 0 0; }

#body .wp-pagenavi span.extend {
  margin: 0 0.5rem 0.5rem 0; }

/* Contact */
.page-id-25 .project-logos img {
  margin-right: 20px; }

/* Staff Secure Area */
.menu-staff-container {
  margin: 50px 0 25px; }

.menu-staff-container .nav-pills > li > a {
  background: #978e8d;
  color: #fff;
  font-size: 1.4rem; }

.menu-staff-container .nav-pills > li.current_page_item > a {
  background: #514341; }

.menu-staff-container .nav > li > a:hover {
  background: #b4968d;
  color: #fff; }

.profile-button a.btn {
  color: #fff;
  font-weight: 400;
  font-size: 1.4rem;
  padding: 10px 15px;
  margin: 10px 0;
  text-transform: none;
  border-radius: 4px; }
  .profile-button a.btn:before {
    content: none; }

#rcp_profile_editor_form legend {
  display: block;
  width: 100%;
  padding: 0;
  margin: 20px 0;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }
#rcp_profile_editor_form .form-group {
  margin-bottom: 15px; }
#rcp_profile_editor_form label {
  display: block;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }
#rcp_profile_editor_form .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
#rcp_profile_editor_form input[type=email],
#rcp_profile_editor_form input[type=password],
#rcp_profile_editor_form input[type=text] {
  padding: 4px 8px;
  margin: 0; }
#rcp_profile_editor_form input[type="submit"] {
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
  padding: 10px 15px;
  background: #00A685;
  border-radius: 4px;
  text-transform: none;
  font-weight: 400; }

.page-template-template-staff .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse; }
.page-template-template-staff .table > caption + thead > tr:first-child > td,
.page-template-template-staff .table > caption + thead > tr:first-child > th,
.page-template-template-staff .table > colgroup + thead > tr:first-child > td,
.page-template-template-staff .table > colgroup + thead > tr:first-child > th,
.page-template-template-staff .table > thead:first-child > tr:first-child > td,
.page-template-template-staff .table > thead:first-child > tr:first-child > th {
  border-top: 0; }
.page-template-template-staff .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }
.page-template-template-staff .table > tbody > tr > td,
.page-template-template-staff .table > tbody > tr > th,
.page-template-template-staff .table > tfoot > tr > td,
.page-template-template-staff .table > tfoot > tr > th,
.page-template-template-staff .table > thead > tr > td,
.page-template-template-staff .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }
.page-template-template-staff th {
  text-align: left; }
.page-template-template-staff td, .page-template-template-staff th {
  padding: 0; }
.page-template-template-staff .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }
.page-template-template-staff table tr td img {
  height: 30px; }

/* Staff Login Pop-up
-------------------------------------------------------------- */
#cdu_login_form {
  display: none; }

.pop-up-full-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  overflow-x: hidden;
  z-index: 9999999999 !important; }

.pop-up-full-screen .center-container {
  max-height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.pop-up-container {
  max-width: 450px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 30px 30px 45px; }

.pop-up-full-screen button.close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -15px;
  right: -15px;
  padding: 0;
  background: #00A685 url(images/close-icon-white.svg) no-repeat center center;
  background-size: 20px;
  border: none;
  border-radius: 50%;
  opacity: 1;
  z-index: 1;
  cursor: pointer;
  transform: all 0.3s ease-out; }

.pop-up-full-screen button.close:hover {
  background-color: #009977; }

.pop-up-full-screen h2 {
  margin-bottom: 15px; }

#cdu_login_form p {
  margin: 0; }
#cdu_login_form label {
  width: 90px;
  display: inline-block; }
#cdu_login_form .login-remember label {
  width: auto;
  margin-bottom: 15px; }
#cdu_login_form input[type="text"],
#cdu_login_form input[type="password"] {
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  padding: 10px !important;
  margin: 0 0 10px;
  border: 1px solid #ccc;
  width: 215px; }
#cdu_login_form input[type="submit"] {
  border-radius: 4px; }

/* Search
-------------------------------------------------------------- */
#search-nav {
  float: none; }

#search-nav > li {
  float: none;
  display: inline-block; }

#search-nav > li > a {
  display: block;
  padding: 10px 15px;
  text-decoration: none; }

/* Sidebar
-------------------------------------------------------------- */
@media screen and (max-width: 992px) {
  .project-content .sidebar {
    margin-top: 3rem; } }
.project-content .sidebar h3 {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #00A685;
  background: #f2f2f2; }

.nesp-content .sidebar h3 {
  color: #a03123; }

.nerp-content .sidebar h3 {
  color: #f06522; }

.track-content .sidebar h3 {
  color: #0066b3; }

.project-content .sidebar h3 span {
  background: #fff;
  padding-right: 16px; }

/* Forms
-------------------------------------------------------------- */
button, input {
  overflow: visible; }

button {
  color: #fff;
  font-size: 1.5rem;
  border: none;
  background: #00A685;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-appearance: none; }

input[type="submit"],
input[type="button"] {
  width: auto !important;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
  text-align: center;
  display: inline-block;
  padding: 1.8rem 4.9rem 1.8rem 3rem;
  margin: 0.5rem 0 0 0;
  border: none;
  background: #00A685 url(images/icon-arrow-white.svg) no-repeat 102px 24px;
  background-size: 11px 11px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  cursor: pointer;
  -webkit-appearance: none; }

input[type="submit"]:hover,
input[type="button"]:hover {
  color: #fff;
  background: #009977 url(images/icon-arrow-white.svg) no-repeat 107px 24px;
  background-size: 11px 11px;
  text-decoration: none; }

.grey-bg input[type="submit"],
.grey-bg input[type="button"] {
  color: #fff;
  border: 2px solid #fff; }

.grey-bg input[type="submit"]:hover,
.grey-bg input[type="submit"]:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  border: 2px solid #fff; }

/* Gravity Forms */
body .gform_wrapper {
  margin: 40px 0 0; }

body .gform_wrapper .validation_message {
  color: #00A685; }

body .gform_confirmation_wrapper {
  background: #f2f2f2;
  padding: 50px; }

body #stay-informed #gform_confirmation_wrapper_4 {
  background: #fff;
  padding: 50px;
  margin-top: 20px; }

body .gform_wrapper ul li.gfield {
  margin-top: 15px !important; }

.gform_wrapper label.gfield_label {
  margin: 10px 0 0; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea {
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  padding: 10px !important;
  border: 1px solid #ccc;
  transition: all 0.2s ease-out; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.gform_wrapper textarea:focus {
  outline: none;
  border: 1px solid #00A685; }

body .gform_wrapper .gform_footer {
  padding: 20px 0 20px 0;
  margin: 0; }

input.gform_button,
input.gform_next_button {
  color: #fff;
  background: #00A685;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding: 10px 25px !important;
  margin: 0.5rem 0 0 0 !important;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s ease-out;
  cursor: pointer;
  -webkit-appearance: none; }

input.gform_button:hover, input.gform_button:focus,
input.gform_next_button:hover, input.gform_next_button:focus {
  background: #009977; }

body .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input,
body .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
body .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 2px; }

body .gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
body .gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 1px 0 0; }

/* Gravity Forms Login / User Registration */
#gform_wrapper_0,
#gform_wrapper_3 {
  max-width: 550px; }

#gform_wrapper_0 input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  width: 100%; }

#gform_wrapper_0 input#choice_3_1,
#gform_wrapper_3 input#choice_3_9_1 {
  margin: 0 4px 0 0; }

#gform_wrapper_3 li#field_3_9 label.gfield_label {
  display: none; }

#gform_wrapper_3 .gfield_html p {
  border: 1px solid #ddd;
  padding: 10px 15px;
  background: #eee; }

#gform_wrapper_3 input.gform_previous_button {
  display: none; }

#gform_wrapper_3 .gform_page_footer {
  border: none; }

.gfur-activate .nav-bg .navbar-nav li.menu-item-home a {
  background: transparent !important;
  color: #fff; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.row-margin-large {
  margin-right: -30px;
  margin-left: -30px; }
  .row-margin-large .col, .row-margin-large .col-1, .row-margin-large .col-10, .row-margin-large .col-11, .row-margin-large .col-12, .row-margin-large .col-2, .row-margin-large .col-3, .row-margin-large .col-4, .row-margin-large .col-5, .row-margin-large .col-6, .row-margin-large .col-7, .row-margin-large .col-8, .row-margin-large .col-9, .row-margin-large .col-auto, .row-margin-large .col-lg, .row-margin-large .col-lg-1, .row-margin-large .col-lg-10, .row-margin-large .col-lg-11, .row-margin-large .col-lg-12, .row-margin-large .col-lg-2, .row-margin-large .col-lg-3, .row-margin-large .col-lg-4, .row-margin-large .col-lg-5, .row-margin-large .col-lg-6, .row-margin-large .col-lg-7, .row-margin-large .col-lg-8, .row-margin-large .col-lg-9, .row-margin-large .col-lg-auto, .row-margin-large .col-md, .row-margin-large .col-md-1, .row-margin-large .col-md-10, .row-margin-large .col-md-11, .row-margin-large .col-md-12, .row-margin-large .col-md-2, .row-margin-large .col-md-3, .row-margin-large .col-md-4, .row-margin-large .col-md-5, .row-margin-large .col-md-6, .row-margin-large .col-md-7, .row-margin-large .col-md-8, .row-margin-large .col-md-9, .row-margin-large .col-md-auto, .row-margin-large .col-sm, .row-margin-large .col-sm-1, .row-margin-large .col-sm-10, .row-margin-large .col-sm-11, .row-margin-large .col-sm-12, .row-margin-large .col-sm-2, .row-margin-large .col-sm-3, .row-margin-large .col-sm-4, .row-margin-large .col-sm-5, .row-margin-large .col-sm-6, .row-margin-large .col-sm-7, .row-margin-large .col-sm-8, .row-margin-large .col-sm-9, .row-margin-large .col-sm-auto, .row-margin-large .col-xl, .row-margin-large .col-xl-1, .row-margin-large .col-xl-10, .row-margin-large .col-xl-11, .row-margin-large .col-xl-12, .row-margin-large .col-xl-2, .row-margin-large .col-xl-3, .row-margin-large .col-xl-4, .row-margin-large .col-xl-5, .row-margin-large .col-xl-6, .row-margin-large .col-xl-7, .row-margin-large .col-xl-8, .row-margin-large .col-xl-9, .row-margin-large .col-xl-auto {
    padding-right: 30px;
    padding-left: 30px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
/* Blocks
-------------------------------------------------------------- */
/* Footer
-------------------------------------------------------------- */
footer {
  color: #fff;
  padding: 50px 0 0;
  background: #00A685;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1200px) {
    footer {
      padding: 40px 0 0; } }
  @media screen and (max-width: 576px) {
    footer {
      padding: 40px 0; } }

footer p {
  margin: 1rem 0;
  font-size: 1.3rem; }

footer a {
  color: #fff;
  text-decoration: none; }

footer a:hover {
  color: #fff;
  text-decoration: underline; }

.footer-logo {
  max-width: 262px;
  margin-bottom: 15px; }

.social-icons {
  text-align: right; }
  @media screen and (max-width: 992px) {
    .social-icons {
      text-align: left;
      margin-top: 20px; } }
  .social-icons a {
    margin-left: 10px;
    display: inline-block; }
    @media screen and (max-width: 992px) {
      .social-icons a a {
        margin-left: 0;
        margin-right: 10px; } }
    .social-icons a:hover {
      opacity: 0.8; }
    .social-icons a img {
      display: block;
      width: 30px;
      height: 30px; }

@media screen and (max-width: 992px) {
  .footer-tagline p {
    margin-top: 20px; } }
.copyright {
  text-align: center;
  padding: 1.5rem 0;
  margin-top: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25); }

a.back-to-top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.5) url(images/icon-down-arrow-white.svg) no-repeat center center;
  height: 45px;
  width: 45px;
  z-index: 9999;
  text-indent: -9000px;
  transform: rotate(180deg);
  background-size: 46%; }
  a.back-to-top:hover {
    background-color: rgba(0, 0, 0, 0.75); }

/* Existing styles from previous theme
-------------------------------------------------------------- */
/* Filter
******************************************/
ul#filter {
  list-style: none;
  margin-left: 0;
  width: 100%;
  margin: 0 0 30px;
  padding: 0; }

ul#filter li {
  display: inline-block; }

ul#filter li a {
  display: block;
  color: #00A685;
  padding: 10px 15px;
  margin: 0 3px 5px 3px; }

ul#filter li.current a, ul#filter a:hover, ul#filter a:focus {
  color: #fff;
  line-height: 20px;
  background: #00A685;
  border-radius: 4px;
  text-decoration: none; }

ul#topics-filter {
  list-style: none; }

ul#topics-filter li {
  margin-bottom: 30px; }

ul#topics-filter a {
  display: block;
  width: 100%; }

ul#topics-filter a:hover {
  text-decoration: none; }

ul#topics-filter
ul#topics-filter .topics-background {
  position: relative;
  display: block; }

ul#topics-filter .topics-background img {
  display: block;
  max-width: 100%; }

ul#topics-filter .topics-background div {
  display: block;
  position: absolute;
  /*height: 70px;*/
  height: 80px;
  width: 100%;
  padding: 15px; }

ul#topics-filter .topics-background div span {
  color: white;
  font-size: 14px; }

ul#topics-filter .nesp .topics-background div {
  background: #a03123; }

ul#topics-filter .nesp-rlh .topics-background div {
  background: #00a685; }

ul#topics-filter .nerp .topics-background div {
  background: #f06522; }

ul#topics-filter .track .topics-background div {
  background: #0066b3; }

/* Project Legends
******************************************/
#status-legend {
  line-height: 25px;
  text-align: center;
  margin: 0 0 20px; }

.single-people_cpt #status-legend {
  text-align: left;
  margin: 20px 0; }

#status-legend span {
  display: inline-block;
  margin: 0 10px; }

.single-people_cpt #status-legend span {
  margin: 0 20px 0 0; }

#status-legend span img {
  margin: 0 7px 0 0;
  position: relative;
  top: -1px; }

#project-legend {
  text-align: center;
  margin: 0 0 3rem; }

.single-people_cpt #project-legend {
  text-align: left; }

#project-legend span {
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none; }

#project-legend span.legend-nesp {
  background: #a03123; }

#project-legend a span.legend-nesp:hover {
  background: #8e2d23; }

#project-legend span.legend-nesp-rlh {
  background: #00a685; }

#project-legend a span.legend-nesp-rlh:hover {
  background: #009577; }

#project-legend span.legend-nerp {
  background: #f06522; }

#project-legend a span.legend-nerp:hover {
  background: #d65c2a; }

#project-legend span.legend-track {
  background: #0066b3; }

#project-legend a span.legend-track:hover {
  background: #0d5d9e; }

/* Project List
******************************************/
ul.projects-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap; }

ul.projects-list li {
  list-style-type: none;
  margin: 0; }

.project-body ul.projects-list li:nth-child(2n+1) {
  clear: left; }

ul.projects-list li.nesp .projects-back, ul.projects-list li.nesprlh .projects-back, ul.projects-list li.nesp-rlh .projects-back, ul.projects-list li.nerp .projects-back, ul.projects-list li.track .projects-back,
.projects-slider li.track .projects-back {
  background: transparent;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative; }

ul.projects-list li .projects-back div.project-title,
.projects-slider .projects-back div.project-title {
  padding: 15px 15px 45px 15px;
  color: white;
  margin-bottom: 30px;
  min-height: 175px;
  /* change this if you want the heights to equal */ }

ul.projects-list li a,
.projects-slider a {
  display: block;
  text-decoration: none;
  position: relative; }

ul.projects-list li.nesp a:hover, ul.projects-list li.nesp-rlh a:hover, ul.projects-list li.nerp a:hover, ul.projects-list li.track a:hover, ul.projects-list li.nesp a:visited, ul.projects-list li.nesp-rlh a:visited, ul.projects-list li.nerp a:visited, ul.projects-list li.track a:visited,
.projects-slider a:hover, .projects-slider a:visited {
  text-decoration: none; }

ul.projects-list li.nesp .projects-back div.project-title, .nesp-content ul.projects-list li .projects-back div.project-title {
  background: #a03123; }

ul.projects-list li.nesprlh .projects-back div.project-title, .nesprlh-content ul.projects-list li .projects-back div.project-title,
ul.projects-list li.nesp-rlh .projects-back div.project-title, .nesp-rlh-content ul.projects-list li .projects-back div.project-title,
.projects-slider .projects-back div.project-title {
  background: #00a685; }

ul.projects-list li.nerp .projects-back div.project-title, .nerp-content ul.projects-list li .projects-back div.project-title {
  background: #f06522; }

ul.projects-list li.track .projects-back div.project-title, .track-content ul.projects-list li .projects-back div.project-title {
  background: #0066b3; }

ul.projects-list li .projects-back div.project-keywords,
.projects-slider .projects-back div.project-keywords {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 12px;
  opacity: 0.6;
  margin-right: 90px;
  width: calc(100% - 30px); }

ul.projects-list li .projects-back div.region-map,
.projects-slider .projects-back div.region-map {
  position: absolute;
  right: 15px;
  bottom: 15px;
  text-align: right; }

ul.projects-list li .projects-back div.region-map img,
.projects-slider .projects-back div.region-map img {
  height: 65px; }

ul.projects-list li .projects-back div.status-icon,
.projects-slider .projects-back div.status-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2; }

/* =Projects
******************************************/
.project-menu ul {
  display: inline-block; }

.page-template-template-resources-page .container-page #navbar,
#search-nav {
  padding: 0;
  margin-bottom: 20px; }

.page-template-template-resources-page .container-page .navbar-nav > li > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  margin: 0 3px 5px 0; }

.page-template-template-resources-page .container-page .navbar-nav li.active a,
.page-template-template-resources-page .container-page .navbar-nav li a:hover,
.page-template-template-resources-page .container-page .navbar-nav li a:active,
.page-template-template-resources-page .container-page .navbar-nav li a:focus,
#search-nav li.active a,
#search-nav li a:hover,
#search-nav li a:active,
#search-nav li a:focus {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /* future proofing */
  -khtml-border-radius: 4px;
  /* for old Konqueror browsers */ }

.page-template-template-resources-page .container-page .navbar-nav li.active a,
.page-template-template-resources-page .container-page .navbar-nav li a:hover,
.page-template-template-resources-page .container-page .navbar-nav li a:active,
.page-template-template-resources-page .container-page .navbar-nav li a:focus,
#search-nav li.active a,
#search-nav li a:hover,
#search-nav li a:active,
#search-nav li a:focus {
  color: white;
  background: #00a685; }

.project-body .panel-default {
  border-radius: 0px; }

.project-body .panel-body {
  /* padding-top: 0; */ }

.project-body .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
  padding-top: 0; }

.project-body .panel-teaser.panel-body {
  padding-top: 5px; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

.show {
  display: block !important; }

.project-body .panel-heading {
  background: white;
  padding: 0; }

.project-body .panel-heading h4 a {
  display: block;
  padding: 15px 15px 15px;
  color: #a03123;
  font-weight: 600;
  font-size: 14px; }

.nerp-content .panel-heading h4 a {
  display: block;
  padding: 15px 15px 15px;
  color: #f06522;
  font-weight: 600;
  font-size: 14px; }

.nesp-content .panel-heading h4 a {
  display: block;
  padding: 15px 15px 15px;
  color: #a03123;
  font-weight: 600;
  font-size: 14px; }

.nesp-rlh-content .panel-heading h4 a {
  display: block;
  padding: 15px 15px 15px;
  color: #00a685;
  font-weight: 600;
  font-size: 14px; }

.track-content .panel-heading h4 a {
  display: block;
  padding: 15px 15px 15px;
  color: #0066b3;
  font-weight: 600;
  font-size: 14px; }

.project-body i.fa {
  color: #e5e5e5;
  font-size: 20px;
  margin-top: -3px; }

.related-projects ul {
  list-style-type: none;
  padding: 0; }

.related-projects ul li + li {
  padding-top: 15px; }

.related-projects ul li a h4 {
  color: #1E2123;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  padding: 0;
  line-height: 1.4; }
  @media screen and (max-width: 992px) {
    .related-projects ul li a h4 {
      margin: 1rem 0 2rem; } }

.vertical-align {
  display: flex;
  align-items: center; }

/* =Achievements
******************************************/
ul.achievements-list {
  padding: 0;
  transition: all 0.5s ease;
  display: flex;
  flex-wrap: wrap; }

ul.achievements-list li {
  list-style-type: none;
  margin: 0;
  margin-bottom: 15px;
  display: list-item;
  max-width: 600px; }

ul.achievements-list li .achievement-back,
.impact-stories-slider .achievement-back {
  padding: 0;
  margin: 0; }

ul.achievements-list li a,
.impact-stories-slider a {
  text-decoration: none; }

ul.achievements-list li .achievement-back .achievements-title,
.impact-stories-slider .achievement-back .achievements-title {
  font-size: 14px;
  padding: 15px;
  color: white;
  margin-bottom: 15px;
  background: #a03123;
  min-height: 185px; }

.nesp-rlh-content ul.achievements-list li .achievement-back .achievements-title,
.impact-stories-slider .achievement-back .achievements-title {
  background: #00A685; }

@media (max-width: 1200px) {
  ul.achievements-list li .achievement-back .achievements-title,
  .impact-stories-slider .achievement-back .achievements-title {
    min-height: 165px; } }
ul.achievements-list li .achievement-back .achievements-title h2,
.impact-stories-slider .achievement-back .achievements-title h2 {
  font-size: 14px;
  color: white;
  margin-top: 0; }

ul.achievements-list li .achievement-back .achievements-title p.intro-text,
.impact-stories-slider .achievement-back .achievements-title p.intro-text {
  color: white;
  font-size: 12px;
  opacity: 0.6; }

span.play-video-icon {
  display: block;
  position: absolute;
  width: 88px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -44px;
  background: url(images/icon-play-video.svg) no-repeat;
  background-size: 88px 100px;
  opacity: 0.75;
  z-index: 2; }

.page-template-template-achievements .container-page,
.single-achievement .container-page {
  margin-top: 60px;
  margin-bottom: 60px; }

.single-achievement .wp-caption {
  background: #3c3c3b;
  border: none;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 0;
  text-align: center; }

.single-achievement .wp-caption.alignnone {
  margin: 20px 0; }

.single-achievement .wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.single-achievement .wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.single-achievement .wp-caption img {
  max-width: 100%; }

.single-achievement .wp-caption p.wp-caption-text {
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  padding: 10px; }

/* =Topics News
******************************************/
.news {
  margin-bottom: 30px; }

.news:nth-child(2n+1) {
  clear: left; }

a.news-link {
  /* border: 1px solid #eee; */ }

a.news-link:hover,
a.news-link:focus {
  background: #eee;
  text-decoration: none; }

.news-thumbnail {
  width: 110px;
  padding: 10px 0 10px 10px; }

.news-thumbnail img {
  max-width: 100px;
  height: auto;
  border: 1px solid #eee; }

.news-content {
  padding: 10px 15px; }

.news-date {
  font-size: 13px;
  color: #999999;
  margin: 3px 0; }

.news-content h2 {
  font-size: 16px;
  margin: 0;
  padding: 0; }

.news-content p {
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #666666; }

/* =Slider
******************************************/
.thumbnail {
  position: relative; }

.thumbnail span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2rem 0 0 -2rem; }

.graphics .sig_thumb {
  min-height: 530px;
  height: auto !important;
  height: 530px; }

#carousel.flexslider ul li {
  margin-right: 1px; }

#carousel.flexslider ul li:hover, #carousel.flexslider ul li img:hover {
  cursor: pointer; }

#carousel {
  display: none; }

.custom-navigation .flex-prev {
  position: absolute;
  z-index: 9999999;
  left: 0;
  width: 20px;
  height: 75px;
  background: #999999;
  text-align: center; }

.custom-navigation i.fa {
  position: relative;
  top: -4px; }

.slider-image-wrapper .slider-caption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
  color: #FFFFFF !important;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear; }

.slider-image-wrapper:hover .slider-caption {
  visibility: visible;
  opacity: 1; }

/* =Responsive video
******************************************/
.responsive-video {
  position: relative;
  padding-bottom: 52.2%;
  padding-top: 60px;
  overflow: hidden; }

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* =WordPress Core
-------------------------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* =Vimeo Gallery styles
**********************************/
.gallery-image {
  cursor: pointer; }

.gallery-image.playing {
  position: relative; }

.gallery-image.playing:after {
  top: 0;
  left: 0;
  right: 0;
  content: "  ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  background: rgba(255, 255, 255, 0.5); }

/* staff image uploader
*********************************************/
#image-upload-heading {
  background-color: transparent; }

#image-upload-heading a:hover {
  color: #514341; }

form#mc-embedded-subscribe-form h2 {
  font-size: 20px !important;
  color: #000 !important; }

.front-four h2.widgettitle {
  font-size: 18px !important; }

.profile-button {
  margin-bottom: 30px; }

.btn-brown {
  background-color: #978e8d;
  border-color: #978e8d;
  color: #fff; }

.btn-brown:active,
.btn-brown:focus,
.btn-brown:hover {
  background-color: #b4968d;
  border-color: #b4968d;
  color: #fff; }
