a {
  color: #147470; }

.section-header {
  color: #DBA13D; }

.row {
  width: 1024px; }

.container {
  margin: 0 auto 0 auto; }

.grid2columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 650px) {
    .grid2columns {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .grid2columns__column {
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    margin: 1em 15px; }

.sidebar {
  display: none;
  width: 215px;
  -webkit-flex: 1 1 215px;
      -ms-flex: 1 1 215px;
          flex: 1 1 215px;
  margin: 0 15px 0 0; }
  @media (min-width: 1044px) {
    .sidebar {
      display: block; } }

.content {
  -webkit-flex: 1 1 795px;
      -ms-flex: 1 1 795px;
          flex: 1 1 795px;
  padding: .75em 1.25em;
  max-width: 795px; }

.main {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.content__wrapper {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }

.banner__projects {
  background-color: #ffffff;
  padding: 1em; }
  @media (min-width: 1044px) {
    .banner__projects {
      padding: 1em 0; } }
  .banner__projects h2 {
    margin-top: 0; }

.banner__partners {
  padding: 1em; }
  @media (min-width: 1044px) {
    .banner__partners {
      padding: 1em 0 3em 0; } }
  .banner__partners h2 {
    margin-top: 0; }

.banner__buttons {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0 4rem 0; }

.banner__news {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 675px) {
    .banner__news {
      max-width: 675px; } }
  @media (min-width: 1044px) {
    .banner__news {
      max-width: 1024px; } }

.navbar {
  display: block;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  height: 60px; }
  .navbar__wrapper {
    background-color: transparent;
    position: relative; }
    .navbar__wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .navbar li {
    list-style: none;
    float: left;
    margin: 0; }
    .navbar li.active a, .navbar li.current a {
      border-bottom: 4px solid #80aca4; }
    .navbar li a {
      color: #147470;
      font-weight: 700;
      text-decoration: none;
      padding: 18px 15px;
      display: block;
      border-bottom: 4px solid transparent; }
    .navbar li:hover > .lvl-1 {
      display: block; }
    .navbar li:hover a {
      border-bottom: 4px solid #8FB6AF; }
    .navbar li.active:hover a {
      border-bottom: 4px solid #80aca4; }
  .navbar ul {
    margin: 0;
    padding: 0; }
    .navbar ul:after {
      display: table;
      content: "";
      clear: both; }
  .navbar:after {
    display: table;
    content: "";
    clear: both; }
  .navbar__megamenu {
    background-color: #8FB6AF;
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
    width: 100%;
    z-index: 100; }
    .active .navbar__megamenu {
      background-color: #80aca4; }
    .navbar__megamenu ul {
      -webkit-flex: 0 1 33%;
          -ms-flex: 0 1 33%;
              flex: 0 1 33%;
      padding: 0; }
      .navbar__megamenu ul li {
        float: none; }
        .navbar__megamenu ul li a {
          padding: 5px 0;
          color: #fff; }
          .navbar__megamenu ul li a:hover {
            color: #e6e6e6; }
    .navbar__megamenu-listitem {
      list-style: none;
      padding: .8056em 0; }
      .navbar__megamenu-listitem.active a {
        color: #0D453C; }
    .navbar__megamenu-link {
      color: #ffffff;
      font-weight: 700;
      font-size: .8333em;
      text-decoration: none; }
      .navbar__megamenu-link:hover {
        color: #0D453C; }
    .navbar__megamenu--flex {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: 1024px;
      margin-left: auto;
      margin-right: auto;
      padding: 30px 15px; }

.sidebar__menu {
  width: calc(176px + 1.5em); }

.sidebar__menu-list {
  margin: 3.6em 0;
  padding: 0 0 0 1.5em; }
  .sidebar__menu-list li {
    list-style: none;
    margin: 0 0 0.8333em 0; }
    .sidebar__menu-list li.active a {
      font-style: italic;
      color: #DBA13D; }
  .sidebar__menu-list a {
    text-decoration: none;
    font-weight: 700;
    font-size: 0.8333em; }
    .sidebar__menu-list a:hover {
      color: #DBA13D; }

ol.breadcrumb {
  padding: 0;
  margin: 0 0 1.6667em 0; }
  ol.breadcrumb li {
    float: left;
    list-style: none;
    font-size: 0.8333em;
    color: #147470;
    padding: 0 .25em; }
    ol.breadcrumb li:first-child {
      padding: 0 .25em 0 0; }
    ol.breadcrumb li.current {
      font-style: italic;
      font-weight: 400; }
    ol.breadcrumb li a {
      color: #147470;
      font-weight: 400; }
    ol.breadcrumb li.active {
      font-style: oblique; }
  ol.breadcrumb:after {
    display: table;
    content: "";
    clear: both; }

.slicknav_menu, nav.slick {
  display: none; }

@media screen and (max-width: 1044px) {
  .js #menu, button.navbar-toggle, .navbar-default, .navbar {
    display: none; }
  .js .slicknav_menu, .slicknav_menu {
    display: block; } }

.slicknav_menu {
  background: #fff;
  font-family: "Open sans", Helvetica, Verdana, sans-serif; }

.slicknav_btn {
  background-color: #626D77; }

.slicknav_menu .slicknav_menutxt {
  text-shadow: none; }

.slicknav_nav {
  font-size: 1.2em; }
  .slicknav_nav a {
    color: #147470;
    font-weight: 700; }
    .slicknav_nav a:hover {
      color: #147470; }

.slicknav_nav .slicknav_row {
  position: relative; }

.slicknav_nav .slicknav_arrow {
  font-size: 2em;
  position: absolute;
  right: 20px;
  width: 30px;
  text-align: center;
  top: -50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  height: 15px;
  display: block; }

.slicknav_nav .slicknav_row {
  height: 35px; }

.slicknav_nav .slicknav_row:hover {
  border-radius: 0px;
  background: #8FB6AF;
  color: #ffffff; }

.slicknav_open .slicknav_item {
  background: #8FB6AF; }

.slicknav_nav .slicknav_item a {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #147470; }

.slicknav_nav ul.lvl-1 li {
  margin: .5em 0; }

.slicknav_nav ul.lvl-1 li a {
  font-weight: 400; }

figcaption {
  background-color: #ffffff;
  padding: .5em 1em; }

.frame-type-image img,
.frame-type-textpic img,
figure img {
  width: 100%;
  height: auto;
  vertical-align: middle; }

figure {
  display: table;
  margin: 0; }

.ce-gallery figcaption {
  display: block; }

.frame-space-before-extra-small {
  margin-top: 1.5rem; }

.frame-space-after-extra-small {
  margin-bottom: 1.5rem; }

.frame-space-before-small {
  margin-top: 2.5rem; }

.frame-space-after-small {
  margin-bottom: 2.5rem; }

.frame-space-before-medium {
  margin-top: 4.5rem; }

.frame-space-after-medium {
  margin-bottom: 4.5rem; }

.frame-space-before-large {
  margin-top: 6.5rem; }

.frame-space-after-large {
  margin-bottom: 6.5rem; }

.frame-space-before-extra-large {
  margin-top: 9rem; }

.frame-space-after-extra-large {
  margin-bottom: 9rem; }

.page-header {
  background-color: #CDE7DF; }
  .page-header__top {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px; }
    @media (min-width: 650px) {
      .page-header__top {
        height: 200px; } }
  .page-header__content {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 650px) {
      .page-header__content {
        padding: 0 15px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        top: 50%;
        position: relative; } }
    @media (min-width: 1044px) {
      .page-header__content {
        max-width: 1024px;
        padding: 0; } }
  .page-header:after {
    display: table;
    content: "";
    clear: both; }

.quicklinks {
  position: relative;
  padding: .5em 0 0 0; }
  .quicklinks__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    position: relative; }
  @media (min-width: 650px) {
    .quicklinks {
      position: absolute;
      margin: 0;
      top: .25em;
      right: .25rem;
      padding: 0; }
      .quicklinks__wrapper--main .quicklinks {
        right: inherit; } }
    @media (min-width: 650px) and (min-width: 1044px) {
      .quicklinks__wrapper--main .quicklinks {
        right: 130px; } }
  .quicklinks ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (min-width: 650px) {
      .quicklinks ul {
        display: block; } }
    .quicklinks ul li {
      -webkit-flex: 1 1 50%;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      width: 50%; }
      @media (min-width: 650px) {
        .quicklinks ul li {
          width: auto; } }
  .quicklinks__item {
    list-style: none;
    float: left; }
    @media (min-width: 650px) {
      .quicklinks__item {
        padding-left: 1em; } }
  .quicklinks__link {
    font-size: .75rem;
    display: block;
    text-align: center;
    padding: .35em 0;
    background-color: transparent;
    color: #000; }
    @media (min-width: 650px) {
      .quicklinks__link {
        font-size: .875rem; } }
    @media (min-width: 650px) {
      .quicklinks__link {
        text-align: left;
        padding: 0;
        background-color: transparent;
        color: inherit;
        text-decoration: underline; } }

.logo {
  height: 70px;
  background-size: 70px 70px;
  margin-right: 13px;
  position: relative;
  background-image: url(/build/assets/logo.svg);
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 650px) {
    .logo {
      width: 70px;
      height: 70px;
      background-size: 70px 70px;
      margin-right: 27px; } }
  .logo__linktoroot {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    transition: all .5s ease-in-out;
    z-index: 10; }
  .logo__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 1em; }
    @media (min-width: 650px) {
      .logo__wrapper {
        padding: 0; } }
  .logo__col1 {
    -webkit-flex: 1 1 150px;
        -ms-flex: 1 1 150px;
            flex: 1 1 150px; }
    @media (min-width: 650px) {
      .logo__col1 {
        -webkit-flex: 0 0 100px;
            -ms-flex: 0 0 100px;
                flex: 0 0 100px; } }
  .logo__col2 {
    -webkit-flex: 1 1 80%;
        -ms-flex: 1 1 80%;
            flex: 1 1 80%; }
    @media (min-width: 650px) {
      .logo__col2 {
        -webkit-flex: 1 1 887px;
            -ms-flex: 1 1 887px;
                flex: 1 1 887px; } }
  .logo__labels {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    position: relative; }
  .logo__label0 {
    font-weight: 700;
    font-size: 1em;
    color: #DBA13D; }
    @media (min-width: 650px) {
      .logo__label0 {
        font-size: 1.667em; } }
  .logo__label1 {
    font-weight: 700;
    font-size: 1em;
    color: #DBA13D;
    line-height: 1em; }
    @media (min-width: 650px) {
      .logo__label1 {
        font-size: 1.667em; } }
    .logo__label1--subsite {
      font-weight: 400;
      text-transform: capitalize; }
  .logo__label2 {
    font-size: 1em;
    color: #147470; }
    @media (min-width: 650px) {
      .logo__label2 {
        font-size: 1.5em; } }

.search {
  float: right; }
  @media (min-width: 1044px) {
    .search {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      float: none; } }
  .search .small-btn {
    background-color: #fff;
    color: #147470;
    font-weight: 700;
    border: 0;
    font-size: 1rem;
    padding: .5rem .5rem;
    font-family: "Open sans", Helvetica, Verdana, sans-serif;
    width: auto;
    display: inline-block;
    text-decoration: none; }
    .search .small-btn:hover {
      color: #0d4946; }
    .search .small-btn span {
      display: none; }
      @media (min-width: 1044px) {
        .search .small-btn span {
          display: inline-block; } }
  .search__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    z-index: 99; }

p.manchet {
  color: #DBA13D;
  font-weight: bold; }

.searchbar-banner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px; }
  .searchbar-banner__columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 1044px) {
      .searchbar-banner__columns {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        height: 290px; } }
    .searchbar-banner__columns > div {
      margin: 1rem; }
      @media (min-width: 1044px) {
        .searchbar-banner__columns > div {
          margin: 0; } }
    .searchbar-banner__columns > div:first-child {
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      @media (min-width: 1044px) {
        .searchbar-banner__columns > div:first-child {
          -webkit-flex: 0 0 543px;
              -ms-flex: 0 0 543px;
                  flex: 0 0 543px;
          margin-right: 80px;
          -webkit-order: 0;
              -ms-flex-order: 0;
                  order: 0; } }
  @media (min-width: 1044px) {
    .searchbar-banner form {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      top: 50%;
      position: relative; }
    .searchbar-banner__text {
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      top: 50%;
      position: relative; } }
  .searchbar-banner h2 {
    color: #147470;
    margin: 0;
    font-weight: bold; }
  .searchbar-banner li {
    margin: .5em 0; }

.searchbar__fieldswrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .content .searchbar__fieldswrapper {
    margin: 1em 0; }

.searchbar__text {
  border: 0;
  border-radius: 0;
  background: #A8C5BF;
  color: #ffffff;
  padding: 1em;
  font-family: "Open sans", Helvetica, Verdana, sans-serif; }
  @media (min-width: 1044px) {
    .searchbar__text {
      font-size: 1.333em;
      height: 89px; } }
  .searchbar__text:focus {
    background: #A8C5BF;
    color: #ffffff; }
  .searchbar__text::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.75); }
  .searchbar__text:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.75); }
  .searchbar__text::placeholder {
    color: rgba(255, 255, 255, 0.75); }

.searchbar__submit {
  -webkit-flex-basis: 155px;
      -ms-flex-preferred-size: 155px;
          flex-basis: 155px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Open sans", Helvetica, Verdana, sans-serif;
  font-weight: 700;
  background-color: #147470;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none; }
  @media (min-width: 1044px) {
    .searchbar__submit {
      font-size: 1.333em; } }
  .searchbar__submit:focus {
    background-color: #147470; }

.searchbar__close {
  -webkit-flex-basis: 50px;
      -ms-flex-preferred-size: 50px;
          flex-basis: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1rem; }
  .searchbar__close a {
    color: #ffffff; }

.tx-indexedsearch-info-sword {
  display: none; }

footer {
  border-top: 10px solid #8FB6AF;
  background-color: #0D453C;
  min-height: 278px;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  footer p {
    margin: .25em 0; }
  footer a {
    color: #fff;
    text-decoration: none; }

.footer__columns {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em; }
  @media (min-width: 800px) {
    .footer__columns {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.footer__column {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 1em 0; }
  @media (min-width: 800px) {
    .footer__column {
      margin: 0; } }
  .footer__column ul {
    padding: 0;
    margin: 0; }
  .footer__column li {
    list-style: none;
    padding: .75em 0;
    position: relative; }

.footer__link {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.275em; }

.footer-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  font-size: 32px; }

.footer-link__icon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }
  .footer-link__icon svg {
    width: 1em;
    height: 1em; }

.footer-link__text {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  padding: 0 0 0 1em; }
  @media (min-width: 500px) {
    .footer-link__text {
      font-size: 1.5rem; } }

.footer-link__link {
  color: #fff;
  text-decoration: none;
  font-weight: bold; }

.topElement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #005091;
  position: relative;
  margin: 1.7222rem 0; }
  @media (min-width: 1044px) {
    .topElement {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .topElement__col1 {
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 346px; }
  .topElement__col2 {
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    background-color: #ffffff;
    height: auto;
    padding: 3rem 0; }
    @media (min-width: 1044px) {
      .topElement__col2 {
        height: 346px; } }
  .topElement__header {
    font-size: 1.222em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 2.7778rem 1.7222rem 2.7778rem; }
  .topElement__bodytext {
    font-size: 1.333em;
    padding: 0 2.7778rem; }
    .topElement__bodytext p {
      padding: 0;
      margin: 0; }
  .topElement__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    transition: all .5s ease-in-out;
    z-index: 10; }

.otherElements {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
  overflow-x: scroll; }
  .otherElements::-webkit-scrollbar {
    display: none; }
  @media (min-width: 1044px) {
    .otherElements {
      overflow-x: auto; } }
  .otherElements .otherElement {
    padding: .25em .25em 1.25em .25em;
    background-color: #005091;
    position: relative;
    margin: 0 10px;
    -webkit-flex: 0 0 85vw;
        -ms-flex: 0 0 85vw;
            flex: 0 0 85vw; }
    @media (min-width: 500px) {
      .otherElements .otherElement {
        -webkit-flex: 1 1 85vw;
            -ms-flex: 1 1 85vw;
                flex: 1 1 85vw; } }
    .otherElements .otherElement:hover {
      background-color: #626D77; }
      .otherElements .otherElement:hover .otherElement__header {
        color: #626D77; }
    .otherElements .otherElement__content {
      background-color: #ffffff;
      padding: .75em .75em .25em .75em;
      height: 100%; }
    .otherElements .otherElement__image {
      text-align: center; }
    .otherElements .otherElement__header {
      font-weight: 700;
      color: #005091; }
      .otherElements .otherElement__header:after {
        content: ">";
        padding-left: .25em; }
  .otherElements__more-link {
    margin: 2.6rem auto 1.3889rem auto;
    text-align: center;
    display: block; }

.partners {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px;
  overflow-x: scroll; }
  .partners::-webkit-scrollbar {
    display: none; }
  @media (min-width: 1044px) {
    .partners {
      overflow-x: auto; } }

.partner {
  position: relative;
  background-color: #ffffff;
  margin: 0 15px;
  padding: 1em;
  -webkit-flex: 0 0 80vw;
      -ms-flex: 0 0 80vw;
          flex: 0 0 80vw; }
  @media (min-width: 500px) {
    .partner {
      -webkit-flex: 1 1 320px;
          -ms-flex: 1 1 320px;
              flex: 1 1 320px; } }
  .partner__header {
    color: #353A3D; }
  .partner__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    transition: all .5s ease-in-out;
    z-index: 10; }
  .partner__image {
    height: 52px;
    width: auto;
    background-repeat: no-repeat;
    padding: .5em 0; }
    .partner__image img {
      position: absolute;
      right: 15px;
      bottom: 15px; }

.icon-link {
  font-size: 1.111em;
  font-weight: 700;
  text-decoration: none;
  color: #147470; }
  .icon-link:hover {
    color: #0d4946; }

/*SVG ICON SYSTEM*/
.icon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.icon svg, .icon img {
  height: 1em;
  width: 1em;
  fill: currentColor; }

.icon.baseline svg, .icon img {
  top: .125em;
  position: relative; }

.buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1em 0; }
  @media (min-width: 1044px) {
    .buttons {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 3.333em 0 2.667em 0; } }

.button__container {
  -webkit-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  text-align: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  margin: 1em 0; }
  @media (min-width: 1044px) {
    .button__container {
      margin: 0; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border-radius: 4px;
  padding: .75em 4rem;
  font-size: 1.333em;
  text-decoration: none;
  background: #B78022; }
  @media (min-width: 1044px) {
    .button {
      padding: 1.125em 4rem; } }
  .button:hover {
    background-color: #DBA13D; }
  .button.secondary {
    background: #DBA13D; }
    .button.secondary:hover {
      background: #B78022; }
  .button.login {
    padding: .75em 2rem;
    background: #147470; }
    @media (min-width: 1044px) {
      .button.login {
        padding: .75em 4rem; } }

.content a.button {
  color: #ffffff;
  font-weight: normal; }

.article {
  margin-bottom: 2rem; }
  .article .frame {
    margin: 3rem 0; }

.news-list-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.news-list-tags {
  background-color: #eff8f5;
  padding: 1em;
  margin: 1.5em 0; }
  .news-list-tags h2 {
    margin: 0;
    color: #147470; }

.tag {
  color: #DBA13D; }
  .tag:after {
    content: ", "; }
  .tag:last-child:after {
    content: ""; }

.card {
  background-color: #eff8f5;
  position: relative;
  height: 100%;
  transition: .5s all;
  overflow: hidden; }
  .card img {
    transition: .5s all; }
  .card--article {
    -webkit-flex: 0 1 321px;
        -ms-flex: 0 1 321px;
            flex: 0 1 321px;
    margin: .75em 15px;
    height: auto; }
  .card--linkbox {
    border-bottom: 8px solid #767676; }
    .card--linkbox:hover {
      background-color: #ffffff; }
  .card__header {
    padding: 1.125rem 1.125rem .25rem 1.125rem;
    color: #147470;
    margin: 0;
    font-size: 1.375rem;
    font-weight: bold; }
    .card__header--tags {
      padding: .25rem 1.125rem .25rem 1.125rem; }
    .card__header--linkbox {
      color: #000;
      font-style: normal;
      font-size: 1.1875rem;
      padding-bottom: 0; }
  .card__subheader {
    padding: 0 1.125rem;
    margin: 0 0 1.125rem 0;
    font-size: 1rem;
    font-weight: 400; }
  .card__tags {
    padding: 0 1.125rem;
    margin: 1em 0 0 0; }
  .card__teaser-text {
    padding: 0 1em 2em 1em;
    color: #656565;
    line-height: 26px; }
    .card__teaser-text--linkbox {
      padding: 0 1em 1em 1em; }
    .card__teaser-text p {
      margin: 0; }
  .card__image {
    width: 100%;
    height: auto; }
  .card__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    transition: all .5s ease-in-out;
    z-index: 10; }

.news-img-wrap {
  overflow: hidden; }

.card:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1); }

.card.card--linkbox:hover .card__teaser-text {
  color: inherit; }

.card:hover .card__header--linkbox {
  color: #000; }

.news__more-link {
  margin: 2.6rem auto 3.5rem auto;
  text-align: center;
  display: block; }

a.news__back-link.news__back-link {
  margin: 2.6rem auto 1.3889rem auto;
  text-align: left;
  display: block;
  color: #147470;
  font-size: 1.111em; }

a.news__back-link svg {
  margin-right: .25em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.frame-type-textmedia .ce-gallery figure {
  display: block; }

.frame-type-textmedia .ce-gallery .ce-column,
.frame-type-textmedia .ce-gallery .ce-inner,
.frame-type-textmedia .ce-gallery .ce-outer {
  float: none; }

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  max-width: 100%; }

.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.content .shariff {
  clear: both; }
  .content .shariff ul {
    padding: 1em 0 0 0; }
  .content .shariff a {
    border-radius: 50px; }

@media only screen and (min-width: 640px) {
  .content .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li {
    min-width: 110px;
    max-width: 110px; } }

@media only screen and (min-width: 600px) {
  .content .shariff .twitter .fa-twitter {
    font-size: 19px; } }

.shariff .orientation-horizontal li .share_text {
  display: inline; }

.content .ce-uploads img {
  position: relative;
  top: 5px; }

.content .ce-uploads a {
  font-weight: 400; }

.map-categories {
  margin: 1em 0 2em 0; }

.content a.btn-map-cat {
  padding: 0 1em 0 0;
  display: inline-block;
  font-weight: 400; }

.content a.btn-map-selected {
  font-weight: 700;
  text-decoration: none; }

.fixed-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px; }

.fixed_content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  @media (min-width: 650px) {
    .fixed_content {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (min-width: 1044px) {
    .fixed_content {
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .fixed_content--banner {
    background-color: #E4EEEC;
    padding: 4rem 0; }
  .fixed_content__label {
    text-align: center;
    font-weight: bold;
    margin-top: 17px;
    color: #147470;
    height: 2em; }
  .fixed_content__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    transition: all .5s ease-in-out;
    z-index: 10; }
    @media (min-width: 1044px) {
      .fixed_content__link:hover + svg {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
        left: 0; } }
  .fixed_content__item {
    position: relative;
    margin: 2em 0 0 0;
    max-width: 144px; }
    @media (min-width: 1044px) {
      .fixed_content__item {
        max-width: 100%; } }
    .fixed_content__item svg {
      transition: .3s all;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      position: relative;
      left: 50%; }
      @media (min-width: 650px) {
        .fixed_content__item svg {
          width: 75%; } }
      @media (min-width: 1044px) {
        .fixed_content__item svg {
          width: 100%; } }

.cta {
  background: #5CA3A0;
  padding: 1em;
  color: #fff;
  width: 100%;
  position: relative;
  min-height: 196px; }
  @media (min-width: 1044px) {
    .cta {
      width: 590px; } }
  .cta p {
    max-width: 260px;
    font-size: 1.3889em;
    margin: 0 0 1em 0; }
  .cta svg {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: .5s all;
    width: 84px;
    height: 100px; }
    @media (min-width: 500px) {
      .cta svg {
        width: auto;
        height: auto;
        right: -15px;
        bottom: -15px; } }
  .cta:hover svg {
    right: 0;
    bottom: 0; }

.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 1em; }
  @media (min-width: 1044px) {
    .columns {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 1044px) {
    .column {
      -webkit-align-items: unset;
          -ms-flex-align: unset;
              align-items: unset; } }
  .column > div {
    margin: 1em 0; }
    @media (min-width: 1044px) {
      .column > div {
        margin: 0; } }

.f3-widget-paginator {
  display: inline-block;
  border-radius: 4px;
  margin: 20px 0px;
  padding-left: 0px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.f3-widget-paginator > li {
  display: inline; }

.f3-widget-paginator > li > a,
.f3-widget-paginator > li.current {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  text-decoration: none;
  border: 1px solid #DDD;
  background-color: #FFF;
  color: #353A3D; }

.f3-widget-paginator > li.current,
.f3-widget-paginator > li > a:hover,
.f3-widget-paginator > li > a:focus {
  text-decoration: none;
  background-color: #ffffff; }

.f3-widget-paginator > li:first-child > a,
.f3-widget-paginator > li.current:first-child {
  margin-left: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.f3-widget-paginator > li:last-child > a,
.f3-widget-paginator > li.current:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.f3-widget-paginator > li.current {
  font-weight: 700; }

@media print {
  .video-embed,
  .navbar__wrapper,
  #footer,
  .logo__col1,
  .shariff {
    display: none; }
  .logo__label1 {
    font-size: 1em; }
  .logo__label2 {
    font-size: 1.25em; } }

.form-group {
  margin: 1.25em 0 0 0; }

.control-label {
  display: inline-block;
  margin-bottom: .5rem; }

input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: .5rem .75rem;
  font-family: "Open sans", Helvetica, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

input:focus,
textarea:focus,
select:focus {
  background-color: #fff;
  border-color: #daa03d;
  outline: 0; }

.actions button {
  font-family: "Open sans", Helvetica, Verdana, sans-serif;
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border-radius: 4px;
  padding: 0.75em 2rem;
  margin: 1rem 0;
  font-size: 0.9375rem;
  font-weight: 400;
  text-decoration: none;
  background-color: #ffffff; }

textarea {
  height: 200px; }

input[type="checkbox"] {
  display: inline-block;
  width: auto; }

input[type="submit"] {
  width: inherit; }

fieldset {
  border: none;
  margin: 1rem 0;
  padding: 0; }
  fieldset div {
    margin: 1rem 0; }

legend {
  display: none; }

.kesearch_pagebrowser ul {
  display: inline-block;
  border-radius: 4px;
  margin: 20px 0px;
  padding-left: 0px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.kesearch_pagebrowser > ul > li {
  display: inline; }

.kesearch_pagebrowser > ul > li > a,
.kesearch_pagebrowser > ul > li.current {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  text-decoration: none;
  border: 1px solid #DDD;
  background-color: #FFF;
  color: #353A3D; }

.kesearch_pagebrowser {
  margin: 1em 0 0 0; }

.kesearchbox > input {
  width: 100%;
  border: 0;
  background-color: #eee;
  padding: .5em; }

.resetbutt, .teaser_icon {
  display: none; }

.submitbutt input {
  margin: 0 0 1em 0;
  padding: 5px 15px;
  width: auto; }

.result-list-item {
  margin: 1em 0; }

fieldset.kesearch_searchbox {
  border: none;
  padding: 0; }

.cc-window {
  font-family: 'Montserrat', sans-serif !important; }

.dp--cookie-check label {
  font-size: small; }

.cc-window.cc-floating {
  max-width: 26em; }

* {
  box-sizing: border-box; }

body {
  background-color: #fff;
  margin: 0;
  font-family: "Open sans", Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-size: 18px;
  -webkit-text-size-adjust: none; }

p {
  margin: .5em 0; }

h1 {
  font-size: 1.3333em;
  margin: 0 0 0 0;
  color: #147470; }
  h1:only-child {
    margin: 0 0 1em 0; }

h2 {
  font-size: 1.3333em;
  font-weight: 400;
  color: #DBA13D; }
  .content header h1 + h2 {
    margin: 0 0 1.25em 0; }
  .content header h2 {
    margin: 1.25em 0 .5em 0; }
  .content header h2 + p {
    margin: 0 0 1.25em 0; }

h3 {
  font-weight: normal;
  font-size: 1.25em;
  color: #147470; }
  .content header h3 {
    margin: 1.25em 0 .5em 0; }
  .content header h3 + p {
    margin: 0 0 1.25em 0; }

.button {
  /* Rectangle */
  color: #ffffff;
  background: #B78022;
  border-radius: 8px; }

.content {
  color: #353A3D; }
  .content a {
    color: #147470;
    font-weight: 700;
    font-size: 1em; }

.responsive-img {
  width: 100%;
  height: auto; }
