/*
Theme Name: IEP 2014
Theme URI: http://hatsumatsu.de
Description: 
Author: HATSUMATSU, Martin Wecke
Version: 0.1
Tags:
*/
/*
   This stylesheet was written in and compiled with LESS
   See http://lesscss.org for further reference
*/
.shell {
  position: relative;
  width: 96%;
  max-width: 64em;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  zoom: 1;
}
.shell:before,
.shell:after {
  content: " ";
  display: table;
}
.shell:after {
  clear: both;
}
.one-quarter {
  float: left;
  clear: none !important;
  width: 24.2%;
  margin: 0 0.5% 0.5% 0;
  padding: 0;
}
@media only screen and ( max-width: 48em ) {
  .one-quarter {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
.two-quarter,
.post-subpage,
.has-half > .post,
.post-reports {
  float: left;
  clear: none !important;
  width: 49.6%;
  margin: 0 0.4% 0.8% 0;
  padding: 0;
}
@media only screen and ( max-width: 48em ) {
  .two-quarter,
  .post-subpage,
  .has-half > .post,
  .post-reports {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
.three-quarter {
  float: left;
  clear: none !important;
  width: 74.2%;
  margin: 0 0.4% 0.4% 0;
  padding: 0;
}
@media only screen and ( max-width: 48em ) {
  .three-quarter {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
.four-quarter {
  margin: 0 0 0.4% 0;
}
.dont-collapse::before,
.dont-collapse::after {
  content: '\00a0';
  /* No-break space character */
  display: block;
  overflow: hidden;
  height: 0;
}
.caps {
  font-size: 0.8333em;
  font-weight: 600;
  line-height: 1.7400696em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  -moz-font-feature-settings: 'liga', 'dlig', 'kern';
       font-feature-settings: 'liga', 'dlig', 'kern';
}
.meta {
  font-size: 0.8333em;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #788492;
  -moz-font-feature-settings: 'liga', 'dlig', 'kern';
       font-feature-settings: 'liga', 'dlig', 'kern';
}
.bigger {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.45;
}
.smaller {
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1.45;
  color: #788492;
}
.card,
.main-content,
.images,
.files,
.posts > .description,
.post > a,
.post > .post-inner,
.message {
  padding: 1.45em 5.075em;
  background: #fff;
}
.card-tighter,
.two-quarter > .post > a,
.two-quarter > .post > .post-inner,
.home .post-publications > a {
  padding: 1.0875em;
  background: #fff;
}
@media only screen and ( max-width: 48em ) {
  .card,
  .main-content,
  .images,
  .files,
  .posts > .description,
  .post > a,
  .post > .post-inner,
  .message {
    padding: 1.45em 1.45em;
  }
}
.card-hover {
  position: relative;
}
.card-hover::before {
  content: ' ';
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  display: block;
  width: 0;
  background: #2f79c3;
  transition: all 125ms ease;
}
.card-hover:hover::before,
.card-hover:active::before,
.card-hover:focus::before {
  width: 4px;
}
@media only screen and ( max-width: 48em ) {
  .card-hover:hover::before,
  .card-hover:active::before,
  .card-hover:focus::before {
    width: 0;
  }
}
.has-thumbnail {
  padding-left: 7.6125em;
}
.menu-shadow {
  box-shadow: 0px 4px 4px -1px rgba(0, 0, 0, 0.5);
}
.transition {
  transition: all 250ms ease;
}
.transition-slower {
  transition: all 500ms ease;
}
.transition-quicker {
  transition: all 125ms ease;
}
.hidden-but-read {
  position: absolute;
  left: -9999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.hidden-but-read-NOT {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  overflow: initial;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
html {
  font-size: 112.5%;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: 'liga', 'dlig', 'kern', 'onum';
       font-feature-settings: 'liga', 'dlig', 'kern', 'onum';
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  background: #edeef0;
}
html,
body {
  min-height: 100%;
}
body {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #222222;
  overflow-x: hidden;
}
body.admin-bar {
  margin-top: 0.1px;
}
@media only screen and ( max-width: 68em ) {
  html {
    font-size: 0.875em;
  }
}
@media only screen and ( max-width: 48em ) {
  html {
    margin: 4em 0 0 0;
    font-size: 0.9375em;
  }
}
title {
  width: 48em;
  font-family: 'only screen and ( max-width: 48em )';
}
a {
  color: #2f79c3;
  text-decoration: none;
}
a:visited {
  color: #5092d5;
}
a:hover,
a:focus,
a:active {
  color: #255f9a;
  outline: none;
}
::-moz-selection {
  background: #cbdff3;
}
::selection {
  background: #cbdff3;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 1em 0;
  line-height: 1;
}
h2 {
  position: relative;
  left: -2px;
  float: left;
  max-width: 75%;
  margin: -2.75em 20% 0 -1.015em;
  padding: 0.25em 1.015em 1.16em;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.25em;
  color: #2f79c3;
  background: #fff;
}
h2.standalone {
  margin-top: 0;
  margin-bottom: 0.5em;
  margin-left: 2.03em;
  padding: 0;
  background: none;
}
.page--empty h2 {
  margin-top: 0;
  margin-bottom: 0.25em;
  padding-bottom: 0;
  background: none;
}
@media only screen and ( max-width: 68em ) {
  h2 {
    max-width: 85%;
  }
}
@media only screen and ( max-width: 48em ) {
  h2 {
    left: 0;
    margin-left: -0.725em;
    margin-right: 10%;
    padding-left: 0.725em;
    padding-right: 0.725em;
    font-size: 2em;
  }
}
@media only screen and ( max-width: 36em ) {
  h2 {
    width: auto !important;
    max-width: 100%;
    margin-right: 5%;
  }
}
h3,
.h3,
h4 {
  margin: 0 0 1em 0;
  font-size: 1.45em;
  font-weight: 400;
  line-height: 1.25em;
  color: #3c3c3c;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
h3 a,
.h3 a,
h4 a {
  color: #484848;
}
h3 a:hover,
.h3 a:hover,
h4 a:hover,
h3 a:active,
.h3 a:active,
h4 a:active,
h3 a:focus,
.h3 a:focus,
h4 a:focus {
  color: #2f79c3;
}
h3 a:visited,
.h3 a:visited,
h4 a:visited {
  color: #555555;
}
@media only screen and ( max-width: 48em ) {
  h3,
  .h3,
  h4 {
    font-size: 1.3em;
  }
}
h4 {
  max-width: 48em;
  margin: 0 0 1.7400696em 0;
  font-size: 0.8333em;
  font-weight: 600;
  line-height: 1.7400696em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  -moz-font-feature-settings: 'liga', 'dlig', 'kern';
       font-feature-settings: 'liga', 'dlig', 'kern';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.main-content h4 {
  margin: 0 0 1em 0;
  font-size: 1.45em;
  font-weight: 400;
  line-height: 1.25em;
  color: #3c3c3c;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  letter-spacing: inherit;
  color: #788492;
}
.main-content h4 a {
  color: #484848;
}
.main-content h4 a:hover,
.main-content h4 a:active,
.main-content h4 a:focus {
  color: #2f79c3;
}
.main-content h4 a:visited {
  color: #555555;
}
.main-content h3 + h4 {
  margin-top: -1em;
}
.section-heading {
  position: relative;
  top: 1px;
  float: left;
  max-width: 60%;
  margin: -4.3em 0 0 -3.0451218em;
  padding: 1em 3.0451218em 0.533em;
  line-height: 1.066em;
  color: #2f79c3;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-heading + * {
  clear: both;
}
.posts > .section-heading {
  margin-top: -2.6em;
  margin-left: 3.0451218em;
}
.section-heading > a {
  display: inline-block;
  padding: 0 2.175em 0 0;
  color: #2f79c3;
  background: url(img/icon-menu-blue.svg );
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.section-heading > a:hover,
.section-heading > a:active,
.section-heading > a:focus {
  color: inherit;
}
.section-heading > a:visited {
  color: inherit;
}
.no-svg .section-heading > a {
  background-image: url(img/icon-menu-blue.png );
}
.posts-forum .section-heading {
  color: #FF9E07;
}
.posts-forum .section-heading > a {
  color: #FF9E07;
  background-image: url(img/icon-menu-accent.svg );
}
.no-svg .posts-forum .section-heading > a {
  background-image: url(img/icon-menu-accent.png );
}
@media only screen and ( max-width: 48em ) {
  .section-heading {
    margin-left: -1.7400696em;
    padding-left: 1.7400696em;
    padding-right: 1.7400696em;
  }
  .posts > .section-heading,
  .subpages > .section-heading {
    margin-left: 0;
  }
}
strong {
  font-weight: 600;
}
.head {
  position: relative;
  padding: 0.1px 0 0;
  background: #0057ad url(img/head-bg-tall.jpg ) right top no-repeat;
  box-shadow: 0 -0.25em 0.25em rgba(0, 0, 0, 0.1) inset;
}
.head > .shell {
  min-height: 9.875em;
}
@media only screen and ( max-width: 48em ) {
  .head {
    z-index: 1000;
  }
  .head > .shell {
    min-height: 6.5em;
  }
}
h1 {
  position: relative;
  left: 0.5em;
  display: block;
  width: 15em;
  height: 3.33333333em;
  margin: 2.5em auto 0;
  padding: 0;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
}
h1 a {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(img/logo-white.svg ) center center no-repeat;
  background-size: 100% auto;
}
.home h1 {
  margin-top: 2.5em;
}
.no-svg h1 a {
  background-image: url(img/logo-white.png );
}
@media only screen and ( max-width: 48em ) {
  h1 {
    width: 18em;
    height: 4em;
  }
}
@media only screen and ( max-width: 36em ) {
  h1 {
    width: 15em;
    height: 3.33333333em;
  }
  h1 a {
    height: 0;
    padding: 20% 0 0 0;
  }
}
.head_primary-container [href="#content"] {
  position: absolute;
  left: -9999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.hm-responsive-navigation {
  display: none;
}
.head_primary {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 0 -0.2em 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  text-align: center;
  background-color: #edeef0;
  box-shadow: 0 -0.15em 0.15em rgba(0, 0, 0, 0.1);
}
.head_primary > * {
  font-size: 1rem;
}
.head_primary.sticky {
  width: 96%;
  max-width: 64rem;
  box-shadow: none;
}
.head_primary.sticky::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 4px;
  margin: 0 0 -4px 0;
  background-color: rgba(237, 238, 240, 0.5);
}
.admin-bar .head_primary.sticky {
  margin-top: 32px;
}
.head_primary > li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.head_primary > li > a {
  display: block;
  padding: 1em 0.8em 1em 0.8em;
  font-size: 0.8333em;
  font-weight: 600;
  line-height: 1.7400696em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  -moz-font-feature-settings: 'liga', 'dlig', 'kern';
       font-feature-settings: 'liga', 'dlig', 'kern';
  line-height: 1em;
  color: #576573;
  white-space: nowrap;
}
.head_primary > li > a:hover,
.head_primary > li > a:active,
.head_primary > li > a:focus,
.head_primary > li:hover > a {
  color: #edeef0;
  background-color: #576573;
}
.head_primary > li.current-menu-item > a::after,
.head_primary > li.current-menu-parent > a::after,
.head_primary > li.current-page-ancestor > a::after,
.post-type-archive-blog .head_primary > li.blog > a::after,
.single-blog .head_primary > li.blog > a::after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 13;
  display: block;
  width: 100%;
  height: 4px;
  margin: 0 0 -4px 0;
  background-color: #576573;
}
.sticky {
  position: fixed;
  left: 0;
  top: 0;
  bottom: auto;
  z-index: 105;
  margin: 0 auto;
}
.head_primary ul {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
  display: none;
  width: 18em;
  margin: 2.44em 0 0 0;
  padding: 0.5em 0;
  color: #edeef0;
  list-style-type: none;
  background-color: #576573;
  opacity: 0;
  box-shadow: 0px 4px 4px -1px rgba(0, 0, 0, 0.5);
}
.head_primary .right ul {
  left: auto;
  right: 0;
}
.head_primary li:hover ul {
  display: block;
  opacity: 1;
}
.head_primary ul > li {
  margin: 0;
  padding: 0;
}
.head_primary ul > li a {
  display: block;
  padding: 0.5em 2em 0.5em 0.66664em;
  line-height: 1.25em;
  text-align: left;
  color: #edeef0;
}
.head_primary ul > li a:hover,
.head_primary ul > li a:active,
.head_primary ul > li a:focus,
.head_primary ul > li.current-menu-item a {
  background-color: #6f7d8c;
}
.head_primary .search > a {
  width: 1em;
  text-indent: -9999em;
  white-space: nowrap;
  background-image: url(img/icon-search-grey.svg );
  background-position: center center;
  background-repeat: no-repeat;
}
.head_primary .search > a:hover,
.head_primary .search > a:active,
.head_primary .search > a:focus,
.head_primary .search:hover > a,
.head_primary .search.current-menu-item > a {
  background-color: #576573;
  background-image: url(img/icon-search-white.svg );
}
.no-svg .head_primary .search > a {
  background-image: url(img/icon-search-grey.png );
}
.no-svg .head_primary .search > a:hover,
.no-svg .head_primary .search > a:active,
.no-svg .head_primary .search > a:focus,
.no-svg .head_primary .search:hover > a,
.no-svg .head_primary .search.current-menu-item > a {
  background-image: url(img/icon-search-white.png );
}
.head_primary .search_form {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 101;
  display: none;
  width: 20em;
  margin: 2.44em 0 0 0;
  padding: 0.5em 2em 0.5em 0.5em;
  background-color: #576573;
}
.head_primary li:hover .search_form,
.head_primary li.current-menu-item .search_form {
  display: block;
}
.head_primary .search_form span {
  display: none;
}
.head_primary .search_form input {
  line-height: 1.25em;
  letter-spacing: 0.2px;
  color: #edeef0;
  border: none;
}
.head_primary .search_form input[type="text"] {
  width: 100%;
  margin: 0 -0.5em;
  padding: 0.5em 2em 0.5em 0.5em;
  background-color: #7b8b9b;
}
.head_primary .search_form input[type="text"]:focus {
  outline: none;
  box-shadow: none;
}
.head_primary .search_form input[type="text"]::-moz-selection {
  color: #edeef0;
  background-color: #6d7e90;
}
.head_primary .search_form input[type="text"]::selection {
  color: #edeef0;
  background-color: #6d7e90;
}
.head_primary .search_form input[type="text"]::-moz-placeholder {
  color: #edeef0;
  color: rgba(255, 255, 255, 0.5);
}
.head_primary .search_form input[type="text"]:-ms-input-placeholder {
  color: #edeef0;
  color: rgba(255, 255, 255, 0.5);
}
.head_primary .search_form input[type="text"]::placeholder {
  color: #edeef0;
  color: rgba(255, 255, 255, 0.5);
}
.head_primary .search_form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 2.2em;
  margin: 0.5em 0 0 0;
  padding: 0.5em 0;
  text-indent: -9999em;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-image: url(img/icon-arrow-right-white.svg );
  background-position: center center;
  background-repeat: no-repeat;
}
.no-svg .head_primary .search_form input[type="submit"] {
  background-image: url(img/icon-arrow-right-white.png );
}
.head_primary .share > a {
  width: 1em;
  text-indent: -9999em;
  white-space: nowrap;
  background-image: url(img/icon-share-grey.svg );
  background-position: center center;
  background-repeat: no-repeat;
}
.head_primary .share > a:hover,
.head_primary .share > a:active,
.head_primary .share > a:focus,
.head_primary .share:hover > a,
.head_primary .share.current-menu-item > a {
  background-color: #576573;
  background-image: url(img/icon-share-white.svg );
  background-position: center center;
  background-repeat: no-repeat;
}
.no-svg .head_primary .share > a {
  background-image: url(img/icon-share-grey.png );
}
.no-svg .head_primary .share > a:hover,
.no-svg .head_primary .share > a:active,
.no-svg .head_primary .share > a:focus,
.no-svg .head_primary .share:hover > a,
.no-svg .head_primary .share.current-menu-item > a {
  background-image: url(img/icon-share-white.png );
}
.head_primary .share > ul {
  left: auto;
  right: 0;
}
.head_primary .language > a {
  width: 1em;
  text-indent: -9999em;
  white-space: nowrap;
  background-image: url(img/icon-flag-grey.svg );
  background-position: center center;
  background-repeat: no-repeat;
}
.head_primary .language > a:hover,
.head_primary .language > a:active,
.head_primary .language > a:focus,
.head_primary .language:hover > a,
.head_primary .language.current-menu-item > a {
  background-color: #576573;
  background-image: url(img/icon-flag-white.svg );
  background-position: center center;
  background-repeat: no-repeat;
}
.no-svg .head_primary .language > a {
  background-image: url(img/icon-flag-grey.png );
}
.no-svg .head_primary .language > a:hover,
.no-svg .head_primary .language > a:active,
.no-svg .head_primary .language > a:focus,
.no-svg .head_primary .language:hover > a,
.no-svg .head_primary .language.current-menu-item > a {
  background-image: url(img/icon-flag-white.png );
}
.head_primary .language ul {
  width: 400%;
}
@media only screen and ( max-width: 68em ) {
  .head_primary > li > a {
    letter-spacing: 1px;
  }
  .head_primary .search > a,
  .head_primary .language > a,
  .head_primary .share > a {
    background-size: 40% 40%;
  }
}
@media only screen and ( max-width: 48em ) {
  .head_primary {
    position: fixed;
    left: -100%;
    right: 100%;
    top: 0;
    bottom: 0;
    z-index: 11;
    display: block;
    margin-top: -0.5em;
    padding-left: 4em;
    font-size: 1em;
    color: #fff;
    background-color: #576573;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 250ms ease;
  }
  .head_primary::after {
    content: ' ';
    position: fixed;
    left: -100%;
    right: 100%;
    bottom: 0;
    z-index: 999;
    display: block;
    height: 4em;
    margin: 0 4em 0 0;
    background: linear-gradient(to top, #576573, rgba(87, 101, 115, 0));
    pointer-events: none;
  }
  .head_primary li {
    display: block;
    margin: 0.5em 0;
  }
  .head_primary li a {
    padding: 1.5em;
    font-size: 1em;
    color: #fff;
    text-align: left;
  }
  .head_primary li a:hover,
  .head_primary li a:active,
  .head_primary li a:focus,
  .head_primary li.current-menu-item a,
  .head_primary li.current-menu-parent a,
  .head_primary li:hover a {
    color: #fff;
    background-color: #6d7e90;
  }
  .head_primary li a:hover::after,
  .head_primary li a:active::after,
  .head_primary li a:focus::after,
  .head_primary li.current-menu-item a::after,
  .head_primary li.current-menu-parent a::after,
  .head_primary li:hover a::after {
    display: none;
  }
  .head_primary ul {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
    opacity: 1;
    box-shadow: none;
  }
  .head_primary ul > li a {
    padding: 1em 1.5em 1em 3em;
    font-size: 1em;
    color: #fff;
    white-space: normal;
  }
  .head_primary ul > li a:hover,
  .head_primary ul > li a:active,
  .head_primary ul > li a:focus,
  .head_primary ul > li.current-menu-item a {
    background-color: #7b8b9b;
  }
  .head_primary .search {
    margin-bottom: 4em;
  }
  .head_primary .search > a {
    display: none;
  }
  .head_primary .search_form {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: auto;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
  }
  .head_primary .search_form {
    padding: 0 1.5em;
  }
  .head_primary .search_form input {
    margin: 0;
  }
  .head_primary .search_form input[type="text"] {
    padding: 1em 0;
    font-size: 0.8333em;
    font-weight: 600;
    line-height: 1.7400696em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    -moz-font-feature-settings: 'liga', 'dlig', 'kern';
         font-feature-settings: 'liga', 'dlig', 'kern';
    font-size: 1em;
    line-height: 1em;
    color: #fff;
    letter-spacing: 0;
    border-bottom: 1px solid #fff;
    background: none;
  }
  .head_primary .search_form input[type="text"]::-moz-placeholder {
    color: transparent;
  }
  .head_primary .search_form input[type="text"]:-ms-input-placeholder {
    color: transparent;
  }
  .head_primary .search_form input[type="text"]::placeholder {
    color: transparent;
  }
  .head_primary .search_form input[type="submit"] {
    width: 2em;
    margin: 0 1em 0 0;
    padding: 1em 0;
    font-size: 1em;
    line-height: 1em;
    border-left: none;
    background-color: transparent;
    background-image: url(img/icon-search-white.svg );
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: 100%;
    overflow: hidden;
  }
  .no-svg .head_primary .search_form input[type="submit"] {
    background-image: url(img/icon-search-white.svg );
  }
  .head_primary .share {
    display: none;
  }
  .head_primary .language {
    margin-bottom: 4em;
  }
  .head_primary .language > a {
    display: none;
    width: auto;
    text-indent: 0;
    background-image: none !important;
  }
  .head_primary .language ul {
    width: auto;
  }
  .head_primary .language ul li > a {
    padding-left: 1.5em;
    font-size: 0.8333em;
    font-weight: 600;
    line-height: 1.7400696em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    -moz-font-feature-settings: 'liga', 'dlig', 'kern';
         font-feature-settings: 'liga', 'dlig', 'kern';
    font-size: 1em;
    line-height: 1em;
    letter-spacing: 0.2px;
  }
  input.hm-responsive-navigation:checked ~ .head_primary {
    left: -4em;
    right: 4em;
  }
  input.hm-responsive-navigation:checked ~ .head_primary::after {
    left: 0;
    right: 0;
  }
  .hm-responsive-navigation {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    height: 4em;
    width: 4em;
    margin: 0;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: all 250ms ease;
  }
  .hm-responsive-navigation:checked,
  .hm-responsive-navigation:checked ~ .hm-responsive-navigation {
    left: 100%;
    margin-left: -4em;
  }
  input.hm-responsive-navigation {
    z-index: 15;
    opacity: 0;
  }
  label.hm-responsive-navigation {
    z-index: 13;
    width: 100%;
    height: 1em;
    padding: 1.5em 0;
    text-indent: 4em;
    text-align: left;
    font-size: 0.8333em;
    font-weight: 600;
    line-height: 1.7400696em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    -moz-font-feature-settings: 'liga', 'dlig', 'kern';
         font-feature-settings: 'liga', 'dlig', 'kern';
    font-size: 1em;
    line-height: 1em;
    color: #fff;
    background-color: #576573;
  }
  label.hm-responsive-navigation::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '\2261';
    display: block;
    width: 2em;
    height: 2em;
    margin: 0;
    padding: 0;
    font-size: 2em;
    font-weight: normal;
    line-height: 2em;
    text-align: center;
    background-image: url(img/icon-menu-white.svg );
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  input.hm-responsive-navigation ~ label::before {
    content: '\2261';
    background-image: url(img/icon-menu-white.svg );
  }
  input.hm-responsive-navigation:checked ~ label::before {
    content: '\2715';
    background-image: url(img/icon-close-white.svg );
  }
  .no-svg label.hm-responsive-navigation::before {
    background-image: url(img/icon-menu-white.png );
  }
  .no-svg input.hm-responsive-navigation ~ label::before {
    background-image: url(img/icon-menu-white.png );
  }
  .no-svg input.hm-responsive-navigation:checked ~ label::before {
    background-image: url(img/icon-close-white.png );
  }
  input.hm-responsive-navigation ~ label::after {
    content: ' ';
    position: fixed;
    right: 0;
    top: 4em;
    bottom: 0;
    display: block;
    width: 4em;
    margin: 0 -4em 0 0;
    background-color: #fff;
    opacity: 0;
    transition: all 250ms ease;
  }
  input.hm-responsive-navigation:checked ~ label::after {
    width: 4em;
    margin-right: 0;
    opacity: 0.5;
  }
}
.social_links-container {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  margin: 1rem 2%;
}
.social_links-container > a {
  position: absolute;
  left: -9999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#menu-social-links {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
#menu-social-links > * {
  font-size: 1rem;
}
#menu-social-links > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 0.3rem;
}
#menu-social-links > li > a {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 300%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#menu-social-links > li > a:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
#menu-social-links > li.facebook > a {
  background-image: url('img/icon--circle-facebook--32--color.svg');
}
#menu-social-links > li.twitter > a {
  background-image: url('img/icon--circle-twitter--32--color.svg');
}
#menu-social-links > li.linkedin > a {
  background-image: url('img/icon--circle-linkedin--32--color.svg');
}
#menu-social-links > li.instagram > a {
  background-image: url('img/icon--circle-instagram--32--color.svg');
}
#menu-social-links > li.xing > a {
  background-image: url('img/icon--circle-xing--32--color.svg');
}
#menu-social-links > li.youtube > a {
  background-image: url('img/icon--circle-youtube--32--color.svg');
}
@media only screen and ( max-width: 48em ) {
  .social_links-container {
    position: relative;
    margin: 0 auto 0;
    padding: 0 0 2rem;
  }
  .home .social_links-container {
    margin-top: -1rem;
  }
  #menu-social-links {
    text-align: center;
  }
  #menu-social-links > li {
    margin: 0 0.25rem;
  }
  #menu-social-links > li > a {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.newsletter-button {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  display: none;
  width: 5.5rem;
  height: 5.5rem;
  margin: -3rem 3rem 0 0;
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
}
.home .newsletter-button {
  display: block;
}
.newsletter-button-image {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and ( max-width: 48em ) {
  .newsletter-button {
    top: 0;
    width: 5rem;
    height: 5rem;
    margin: 1rem 1rem 0 0;
  }
}
@media screen and (max-width: 500px) {
  .newsletter-button {
    top: auto;
    bottom: 0;
    margin: 1rem;
  }
}
.nav-page {
  margin: -1.45em 0 0 5.075em;
  padding: 0 0 0.3625em 0;
  zoom: 1;
}
.nav-page:before,
.nav-page:after {
  content: " ";
  display: table;
}
.nav-page:after {
  clear: both;
}
.nav-page ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nav-page ul > li {
  margin: 0.3625em 0;
  padding: 0;
}
.nav-page ul > li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.8125em;
  color: #7d8a98;
}
.nav-page ul > li a:hover,
.nav-page ul > li a:active,
.nav-page ul > li a:focus {
  color: #2f79c3;
}
.nav-page ul > li a::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1em;
  height: 1em;
  margin: 0.225em 0 0 0;
  background: url(img/icon-menu-grey.svg ) center center no-repeat;
}
.nav-page ul > li a:hover::before,
.nav-page ul > li a:active::before,
.nav-page ul > li a:focus::before {
  background-image: url(img/icon-menu-blue.svg );
}
.no-svg .nav-page ul > li a::before {
  background-image: url(img/icon-menu-grey.png );
}
.no-svg .nav-page ul > li a:hover::before,
.no-svg .nav-page ul > li a:active::before,
.no-svg .nav-page ul > li a:focus::before {
  background-image: url(img/icon-menu-blue.png );
}
@media only screen and ( max-width: 48em ) {
  .nav-page {
    margin: 0 0 0 1.45em;
    padding-bottom: 1%;
  }
}
.teaser {
  margin: 1.5em auto 5em;
  position: absolute;
  left: -9999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.home .teaser {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  overflow: initial;
}
.teaser > p {
  margin: 0 0 1em 0;
  font-size: 1.45em;
  font-weight: 400;
  line-height: 1.25em;
  color: #3c3c3c;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2em;
  -moz-osx-font-smoothing: auto;
  letter-spacing: 1.2px;
  max-width: 58%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 0.5em #1b4671;
}
.teaser > p a {
  color: #484848;
}
.teaser > p a:hover,
.teaser > p a:active,
.teaser > p a:focus {
  color: #2f79c3;
}
.teaser > p a:visited {
  color: #555555;
}
.teaser em {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85em;
}
.teaser a {
  display: inline-block;
  margin: 1em 0 0 0.4em;
  padding: 0.4em 1.5em;
  font-size: 0.69441667em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff !important;
  vertical-align: bottom;
  border: 2px solid #fff;
}
.teaser a:hover,
.teaser a:active,
.teaser a:focus {
  color: #2f79c3 !important;
  background: #fff;
  text-shadow: none;
}
.teaser a:visited {
  color: #fff;
}
@media only screen and ( max-width: 48em ) {
  .teaser {
    margin-bottom: 2.9em !important;
  }
  .teaser > p {
    max-width: 88%;
  }
}
.content {
  margin-top: 2.9em;
}
.has-section-heading {
  margin-top: 2.1025em;
}
section + .has-section-heading {
  margin-top: 3.5525em;
}
@media only screen and ( max-width: 48em ) {
  .content {
    margin-top: 2%;
  }
  .two-quarter + .has-section-heading.two-quarter {
    margin-top: 3.5525em;
  }
}
.has-half {
  margin-right: -0.4%;
  zoom: 1;
}
.has-half:before,
.has-half:after {
  content: " ";
  display: table;
}
.has-half:after {
  clear: both;
}
.content > section {
  margin-bottom: 1.45em;
}
p {
  margin: 0 0 1.45em 0;
}
.main-content p {
  text-align: justify;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.main-content p:first-of-type {
  clear: left;
}
hr {
  margin: 2.9em 2.5375em;
  border: 0;
  border-top: 1px solid #788492;
}
@media only screen and ( max-width: 48em ) {
  .main-content p {
    text-align: left;
  }
}
img {
  display: block;
}
figure img {
  width: 100%;
  height: auto;
}
.alignleft,
.alignright {
  clear: both;
  max-width: 20.3em !important;
  height: auto;
  margin-top: 0.3625em;
  margin-bottom: 1.45em;
}
.ratio-portrait {
  max-width: 14.5em !important;
}
.alignleft {
  float: left;
  margin-right: 1.45em;
  margin-left: -2.5375em;
}
.alignright {
  float: right;
  margin-right: -2.5375em;
  margin-left: 1.45em;
}
.aligncenter {
  float: none;
  margin: 0 auto;
  margin-top: 0.145em;
  margin-bottom: 1.45em;
}
.wp-caption.alignright {
  padding-left: 0.725em;
  border-left: 1px solid #788492;
}
.wp-caption.alignleft {
  padding-right: 0.725em;
  border-right: 1px solid #788492;
}
.wp-caption-text {
  min-height: 5.8em;
  margin: 0.725em 0 0 0;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1.45;
  color: #788492;
}
.alignleft .wp-caption-text {
  text-align: right;
}
@media only screen and ( max-width: 48em ) {
  figure {
    width: auto !important;
  }
  figure img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .alignleft,
  .alignright,
  .aligncenter,
  .wp-caption.alignleft,
  .wp-caption.alignright,
  .wp-caption.aligncenter {
    float: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border-left: 0;
    border-right: 0;
  }
  .wp-caption-text {
    font-size: 0.85em;
    line-height: 1.45;
    text-align: center !important;
  }
}
@media only screen and ( max-width: 36em ) {
  figure {
    float: none;
    max-width: 100%;
  }
  .alignleft,
  .alignright,
  .aligncenter {
    max-width: 100%;
  }
}
.main-content ul {
  margin: 0 0 1.45em 2.5375em;
  padding: 0;
  list-style-type: none;
}
.main-content ul > li {
  position: relative;
  margin: 0 0 0.3625em 0;
  padding: 0;
}
.main-content ul > li::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1em;
  height: 1.45em;
  margin: 0 0 0 -1.8125em;
  background: url(img/icon-arrow-right.svg ) left center no-repeat;
}
.no-svg|.main-content ul > li::before {
  background-image: url(img/icon-arrow-right.png );
}
.main-content {
  margin-top: 3.9875em;
  padding-top: 2.9em;
  padding-bottom: 1.45em;
  zoom: 1;
}
.main-content:before,
.main-content:after {
  content: " ";
  display: table;
}
.main-content:after {
  clear: both;
}
.page--empty .main-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}
.main-content > h2 + * {
  clear: both;
}
@media only screen and ( max-width: 48em ) {
  .main-content {
    margin-top: 2.61em;
  }
}
.metalist {
  clear: both;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.8333em;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #788492;
  -moz-font-feature-settings: 'liga', 'dlig', 'kern';
       font-feature-settings: 'liga', 'dlig', 'kern';
}
.metalist > li {
  display: inline-block;
  margin: 0 2em 0 0;
  white-space: nowrap;
}
.metalist > li::before {
  display: none !important;
}
.metalist .more {
  position: relative;
  float: left;
  padding-right: 1.5em;
}
.metalist .more::after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0;
  background: no-repeat center center;
  background-image: url(img/icon-arrow-right.svg );
  background-size: auto 100%;
}
.metalist .terms {
  white-space: normal;
}
.metalist .terms > span {
  display: inline-block;
  max-width: 24em;
  margin-right: 0.725em;
  margin-bottom: 0.3625em;
  padding: 0.145em 0.29em 0.145em 0.435em;
  font-size: 0.9em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid currentColor;
}
.no-svg .metalist .more::after {
  background-image: url(img/icon-arrow-right.png );
}
@media only screen and ( max-width: 48em ) {
  .metalist > li {
    max-width: 100%;
  }
  .metalist .terms > span {
    max-width: 100%;
  }
}
.nav-archive {
  margin: 0 0 1.2% 0;
  list-style-type: none;
}
.has-section-heading + .aside .nav-archive:first-child {
  margin-top: 0em;
}
.nav-archive ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nav-archive ul > li > a,
.nav-archive h4 {
  position: relative;
  display: block;
  padding: 1em 2.175em;
  font-size: 0.8333em;
  font-weight: 600;
  line-height: 1.1em;
  color: #788492;
  background-color: #fff;
}
.nav-archive ul > li > a:hover,
.nav-archive h4:hover,
.nav-archive ul > li > a:active,
.nav-archive h4:active,
.nav-archive ul > li > a:focus,
.nav-archive h4:focus {
  color: #fff;
  background-color: #949ea9;
}
.nav-archive ul > li.current > a {
  color: #fff;
  background-color: #788492;
}
.nav-archive h4 {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0.8em;
  color: #2f79c3;
}
.nav-archive h4:hover,
.nav-archive h4:active,
.nav-archive h4:focus {
  color: #2f79c3;
  background-color: #fff;
}
.nav-archive ul ul {
  display: none;
}
.nav-archive ul li.current > ul {
  display: block;
}
.nav-archive ul ul a {
  padding-left: 4.35em;
}
.nav-archive > .years a {
  padding-left: 4.35em;
}
.nav-archive ul ul > li.current > a {
  background-color: #788492;
}
.nav-archive ul ul ul a {
  padding-left: 6.525em;
}
.nav-archive .years > li > a {
  background-image: url(img/icon-clock-grey.svg );
  background-position: 2.175em center;
  background-repeat: no-repeat;
  background-size: auto 16px;
}
.nav-archive .years > li > a:hover,
.nav-archive .years > li > a:active,
.nav-archive .years > li > a:focus {
  background-image: url(img/icon-clock-white.svg );
}
.nav-archive ul ul .years > li > a {
  background-position: 4.35em center;
}
.nav-archive .years > li.current > a {
  background-image: url(img/icon-clock-white.svg );
}
.nav-archive .years.has-current-month > li.current-year > a {
  color: #788492;
  background-color: #fff;
  background-image: url(img/icon-clock-grey.svg );
}
.no-svg .nav-archive .years > li > a {
  background-image: url(img/icon-clock-grey.png );
}
.no-svg .nav-archive .years > li > a:hover,
.no-svg .nav-archive .years > li > a:active,
.no-svg .nav-archive .years > li > a:focus {
  background-image: url(img/icon-clock-white.png );
}
.no-svg .nav-archive .years > li.current > a {
  background-image: url(img/icon-clock-white.png );
}
.nav-archive-forum h4 {
  color: #FF9E07;
}
.nav-archive-forum h4:hover,
.nav-archive-forum h4:active,
.nav-archive-forum h4:focus {
  color: #FF9E07;
}
.nav-archive .subterms > li > a {
  background-image: url(img/icon-menu-grey.svg );
  background-position: 2.175em center;
  background-repeat: no-repeat;
}
.nav-archive .subterms > li > a:hover,
.nav-archive .subterms > li > a:active,
.nav-archive .subterms > li > a:focus {
  background-image: url(img/icon-menu-white.svg );
}
.nav-archive .subterms > li.current > a {
  background-image: url(img/icon-menu-white.svg );
}
.no-svg .nav-archive .subterms > li > a {
  background-image: url(img/icon-menu-grey.png );
}
.no-svg .nav-archive .subterms > li > a:hover,
.no-svg .nav-archive .subterms > li > a:active,
.no-svg .nav-archive .subterms > li > a:focus {
  background-image: url(img/icon-menu-white.png );
}
.no-svg .nav-archive .subterms > li.current > a {
  background-image: url(img/icon-menu-white.png );
}
@media only screen and ( max-width: 68em ) {
  .nav-archive li > a {
    background-size: auto 14px !important;
  }
}
.post-subpage {
  position: relative;
}
.post-subpage > a {
  height: 20.3em;
}
.post-subpage .wp-post-image {
  float: left;
  display: none;
  width: 5.8em;
  height: auto;
  margin-left: -6.525em;
}
.post-subpage h3 {
  position: relative;
  top: -0.2em;
}
.post-subpage a:hover h3,
.post-subpage a:focus h3 {
  color: #2f79c3;
}
.post-subpage p {
  max-height: 8.7em;
  overflow: hidden;
  color: #222222;
}
.post-subpage .metalist {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 3.48013921em 1.7400696em 6.09024361em;
}
.post-subpage a:hover .metalist,
.post-subpage a:focus .metalist {
  color: #2f79c3;
}
.post-subpage a:hover .metalist .more::after,
.post-subpage a:focus .metalist .more::after {
  background-image: url(img/icon-arrow-right-blue.svg );
}
.no-svg .subpage a:hover .metalist .more::after,
.no-svg .subpage a:focus .metalist .more::after {
  background-image: url(img/icon-arrow-right-blue.png );
}
@media only screen and ( max-width: 48em ) {
  .post-subpage > a {
    height: auto;
    padding-bottom: 4.35em;
  }
  .post-subpage p {
    height: auto;
    max-height: 100%;
    margin-bottom: 2.9em;
    overflow: visible;
  }
  .post-subpage .metalist {
    margin-left: 1.7400696em;
    margin-right: 1.7400696em;
  }
}
.imagelist {
  margin: 0 -5.02425em -0.725em -3.3495em;
  padding: 0;
  list-style-type: none;
  zoom: 1;
}
.imagelist:before,
.imagelist:after {
  content: " ";
  display: table;
}
.imagelist:after {
  clear: both;
}
.imagelist > li {
  float: left;
  margin: 0 0.725em 0.725em 0;
}
.imagelist > li a {
  position: relative;
  display: block;
  width: 8em;
  height: 8em;
  background: #2f79c3;
}
.imagelist > li a::before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
  display: block;
  width: 1em;
  height: 1em;
  margin: -0.5em 0 0 -0.5em;
  background: url(img/icon-search-white.svg ) center center no-repeat;
  opacity: 0;
  transform: scale(0);
  transition: all 250ms ease;
}
.imagelist > li a:hover::before,
.imagelist > li a:focus::before,
.imagelist > li a:active::before {
  opacity: 1;
  transform: scale(1);
}
.no-svg .imagelist > li a::before {
  background-image: url(img/icon-search-white.png );
}
.imagelist > li a img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 250ms ease;
}
.imagelist > li a:hover img,
.imagelist > li a:focus img {
  opacity: 0.5;
}
@media only screen and ( max-width: 48em ) {
  .imagelist {
    margin-left: 0;
  }
}
.files {
  padding-bottom: 0.1px;
}
.filelist {
  margin: 0;
  padding: 0;
  list-style-type: none;
  zoom: 1;
}
.filelist:before,
.filelist:after {
  content: " ";
  display: table;
}
.filelist:after {
  clear: both;
}
.filelist > li {
  position: relative;
  margin-bottom: 1.45em;
}
.filelist > li::after {
  content: ' ';
  position: absolute;
  left: -3em;
  top: 0.25em;
  display: block;
  width: 1.45em;
  height: 1.45em;
  background: no-repeat center center;
  background-image: url(img/icon-arrow-down.svg );
  background-size: auto 100%;
}
.no-svg .filelist > li::after {
  background-image: url(img/icon-arrow-down.png );
}
.filelist > li h5 {
  margin: 0 0 1em 0;
  font-size: 1.45em;
  font-weight: 400;
  line-height: 1.25em;
  color: #3c3c3c;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0.5em;
}
.filelist > li h5 a {
  color: #484848;
}
.filelist > li h5 a:hover,
.filelist > li h5 a:active,
.filelist > li h5 a:focus {
  color: #2f79c3;
}
.filelist > li h5 a:visited {
  color: #555555;
}
.filelist > li h5 > a:hover,
.filelist > li h5 > a:focus,
.filelist > li h5 > a:active {
  color: #2f79c3;
}
@media only screen and ( max-width: 48em ) {
  .filelist > li {
    margin-left: 2.9em;
  }
}
.main-content .logolist {
  clear: both;
  margin: -1.45em 0 1.45em 0;
  padding: 0;
  list-style-type: none;
  border: 0;
  text-align: center;
  zoom: 1;
}
.main-content .logolist:before,
.main-content .logolist:after {
  content: " ";
  display: table;
}
.main-content .logolist:after {
  clear: both;
}
.main-content .logolist > li {
  display: inline-block;
  width: 10.15em;
  margin: 0 1.45em 0.725em;
  padding: 0;
  border: 0;
  vertical-align: middle;
}
.main-content .logolist > li::before {
  display: none;
}
.main-content .logolist > li a {
  display: block;
}
.main-content .logolist > li a img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.pagination {
  zoom: 1;
  clear: both;
  margin-left: 5.075em;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination .page-numbers {
  display: none;
  float: left;
  height: 1em;
  padding: 1em 1em 0.95em;
  font-size: 0.8333em;
  font-weight: 600;
  line-height: 1.7400696em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  -moz-font-feature-settings: 'liga', 'dlig', 'kern';
       font-feature-settings: 'liga', 'dlig', 'kern';
  line-height: 1em;
  color: #788492;
  white-space: nowrap;
}
.pagination .current {
  display: block;
  padding-left: 3.045em;
  padding-right: 3.045em;
  background: #fff;
}
.pagination .prev,
.pagination .next,
.pagination .first,
.pagination .last {
  display: block;
  width: 1em;
  text-indent: -9999em;
  background: no-repeat center center;
}
.pagination .prev:hover,
.pagination .next:hover,
.pagination .first:hover,
.pagination .last:hover,
.pagination .prev:active,
.pagination .next:active,
.pagination .first:active,
.pagination .last:active,
.pagination .prev:focus,
.pagination .next:focus,
.pagination .first:focus,
.pagination .last:focus {
  background-color: #788492;
}
.pagination .prev {
  margin-left: -3em;
  background-image: url(img/icon-arrow-alt-left-grey.svg );
}
.pagination .prev:hover,
.pagination .prev:active,
.pagination .prev:focus {
  background-image: url(img/icon-arrow-alt-left-white.svg );
}
.pagination .next {
  background-image: url(img/icon-arrow-alt-right-grey.svg );
}
.pagination .next:hover,
.pagination .next:active,
.pagination .next:focus {
  background-image: url(img/icon-arrow-alt-right-white.svg );
}
.pagination .first {
  margin-left: -6em;
  background-image: url(img/icon-arrow-double-left-grey.svg );
}
.pagination .first:hover,
.pagination .first:active,
.pagination .first:focus {
  background-image: url(img/icon-arrow-double-left-white.svg );
}
.pagination .last {
  background-image: url(img/icon-arrow-double-right-grey.svg );
}
.pagination .last:hover,
.pagination .last:active,
.pagination .last:focus {
  background-image: url(img/icon-arrow-double-right-white.svg );
}
.no-svg .pagination .prev {
  background-image: url(img/icon-arrow-alt-left-grey.png );
}
.no-svg .pagination .prev:hover,
.no-svg .pagination .prev:active,
.no-svg .pagination .prev:focus {
  background-image: url(img/icon-arrow-alt-left-white.png );
}
.no-svg .pagination .next {
  background-image: url(img/icon-arrow-alt-right-grey.png );
}
.no-svg .pagination .next:hover,
.no-svg .pagination .next:active,
.no-svg .pagination .next:focus {
  background-image: url(img/icon-arrow-alt-right-white.png );
}
.no-svg .pagination .first {
  background-image: url(img/icon-arrow-double-left-grey.png );
}
.no-svg .pagination .first:hover,
.no-svg .pagination .first:active,
.no-svg .pagination .first:focus {
  background-image: url(img/icon-arrow-double-left-white.png );
}
.no-svg .pagination .last {
  background-image: url(img/icon-arrow-double-right-grey.png );
}
.no-svg .pagination .last:hover,
.no-svg .pagination .last:active,
.no-svg .pagination .last:focus {
  background-image: url(img/icon-arrow-double-right-white.png );
}
.posts .pagination {
  margin-top: -0.5%;
}
.has-half .pagination {
  position: relative;
  top: -0.3em;
}
@media only screen and ( max-width: 48em ) {
  .pagination {
    position: relative;
    left: 50%;
    width: 8em;
    margin-left: -4em;
  }
  .pagination .current {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .pagination .next {
    margin-right: -3em;
  }
  .pagination .last {
    margin-right: -6em;
    margin-left: 3em;
  }
}
.posts {
  clear: both;
}
.posts > .description::before {
  display: none !important;
}
.posts > .description > p:last-child {
  margin-bottom: 0;
  zoom: 1;
}
.posts > .description > p:last-child:before,
.posts > .description > p:last-child:after {
  content: " ";
  display: table;
}
.posts > .description > p:last-child:after {
  clear: both;
}
.post-divider {
  margin: 1rem 0 1rem 5.075em;
  font-size: 100%;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #7d8a98;
}
.post {
  position: relative;
  clear: both;
  margin: 0 0 0.4% 0;
}
.post::before {
  content: ' ';
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  display: block;
  width: 0;
  background: #2f79c3;
  transition: all 125ms ease;
}
.post:hover::before,
.post:active::before,
.post:focus::before {
  width: 4px;
}
.post.no-link::before {
  display: none;
}
.post > a,
.post > .post-inner {
  display: block;
}
.thumbnail {
  float: right;
  width: 6.525em;
  height: auto;
  margin: 0.3625em 0 0.3625em 1.0875em;
}
.thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.thumbnail.cover {
  height: 7.975em;
  width: 4.35em;
  margin-top: -0.725em;
  margin-right: 1.45em;
  background: none;
  perspective: 400px;
}
.thumbnail.cover::after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 1em;
  height: 100%;
  margin: 0 -1em 0 0;
  background: #edeef0;
  transform-origin: 0% 50%;
  transform: rotateY(45deg);
}
.thumbnail.cover img {
  float: right;
  width: auto;
  height: 100%;
  margin: 0;
  transform-origin: 100% 50%;
  transform: rotateY(-45deg) scaleX(1.1);
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.05);
}
.thumbnail.no-cover {
  display: none;
}
.post h3 time {
  display: block;
  color: #788492;
}
.post p {
  font-size: 0.8888em;
  color: #222222;
}
.post .thumbnail + p {
  margin-right: 7.6125em;
}
.post > a:hover h3,
.post > a:focus h3,
.post > .post-inner:hover h3,
.post > a:hover .metalist,
.post > a:focus .metalist,
.post > .post-inner:hover .metalist {
  color: #2f79c3;
}
.posts.no-link > a:hover h3,
.posts.no-link > a:focus h3 {
  margin: 0 0 1em 0;
  font-size: 1.45em;
  font-weight: 400;
  line-height: 1.25em;
  color: #3c3c3c;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.posts.no-link > a:hover h3 a,
.posts.no-link > a:focus h3 a {
  color: #484848;
}
.posts.no-link > a:hover h3 a:hover,
.posts.no-link > a:focus h3 a:hover,
.posts.no-link > a:hover h3 a:active,
.posts.no-link > a:focus h3 a:active,
.posts.no-link > a:hover h3 a:focus,
.posts.no-link > a:focus h3 a:focus {
  color: #2f79c3;
}
.posts.no-link > a:hover h3 a:visited,
.posts.no-link > a:focus h3 a:visited {
  color: #555555;
}
.posts.no-link > a:hover .metalist,
.posts.no-link > a:focus .metalist {
  font-size: 0.8333em;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #788492;
  -moz-font-feature-settings: 'liga', 'dlig', 'kern';
       font-feature-settings: 'liga', 'dlig', 'kern';
}
.posts-more-link {
  font-size: 0.8333em;
  font-weight: 600;
  line-height: 1.7400696em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  -moz-font-feature-settings: 'liga', 'dlig', 'kern';
       font-feature-settings: 'liga', 'dlig', 'kern';
  clear: both;
  display: block;
  padding: 1em 1em 0.95em;
  line-height: 1;
  color: #fff !important;
  text-align: center;
  background-color: #2f79c3;
}
.posts-more-link:hover,
.posts-more-link:focus {
  background-color: #5092d5;
}
.posts-more-link--forum {
  background: #FF9E07;
}
.posts-more-link--forum:hover,
.posts-more-link--forum:focus {
  background-color: #ec9000;
}
@media only screen and ( max-width: 48em ) {
  .post-divider {
    margin-left: 1.45em;
  }
  .post::before {
    width: 0 !important;
  }
  .post .thumbnail {
    width: 5.4375em;
  }
  .post .thumbnail + p {
    margin-right: 0;
  }
}
.two-quarter > .post {
  margin-bottom: 0.8%;
}
.two-quarter > .post > a,
.two-quarter > .post > .post-inner {
  min-height: 5.8em;
  padding-left: 6.8875em;
}
.two-quarter > .post .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 4.7125em;
  height: 4.7125em;
  margin: 1.0875em 0 0 1.0875em;
  padding: 0;
  background: #2f79c3;
}
.two-quarter > .post .thumbnail.cover {
  height: auto;
  width: 3.9875em;
  margin-top: 1.0875em;
  margin-left: 0.725em;
  background: none;
}
.two-quarter > .post .thumbnail img {
  display: block;
  float: none;
  width: 100%;
  height: 100%;
  margin: 0;
}
.two-quarter > .post .thumbnail.cover img {
  height: auto;
  max-height: 7em;
}
.two-quarter > .post h3 {
  margin-top: -0.145em;
  margin-bottom: 0.29em;
  font-size: 1.2em;
  color: #3c3c3c;
}
.two-quarter > .post h3 > a {
  color: #3c3c3c;
}
.has-half > .post {
  margin-right: 0.4%;
  margin-bottom: 0.4%;
  background: #fff;
}
.has-half > .post > div,
.has-half > .post > a {
  position: relative;
  display: block;
  padding: 1.45em 2.9em 1.45em 5.075em;
}
.has-half > .post > div::before,
.has-half > .post > a::before {
  content: ' ';
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  display: block;
  width: 0;
  background: #2f79c3;
  transition: all 125ms ease;
}
.has-half > .post > div:hover::before,
.has-half > .post > a:hover::before,
.has-half > .post > div:active::before,
.has-half > .post > a:active::before,
.has-half > .post > div:focus::before,
.has-half > .post > a:focus::before {
  width: 4px;
}
@media only screen and ( max-width: 48em ) {
  .has-half > .post > div,
  .has-half > .post > a {
    padding: 1.45em;
  }
  .has-half > .post > div::before,
  .has-half > .post > a::before {
    width: 0 !important;
  }
}
.three-quarter > .post {
  margin-bottom: 0.5%;
}
.no-posts {
  text-align: center;
}
.home .posts-post {
  width: 49.4%;
  margin-right: 1.2%;
}
.home .post-post p {
  margin-bottom: 0;
}
.home .post-post .posttime {
  display: none;
}
@media only screen and ( max-width: 48em ) {
  .home .posts-post {
    width: auto;
    margin-right: 0;
  }
}
.post-forum::before {
  background: #FF9E07;
}
.post-forum.upcoming::before {
  left: 0;
  width: 6px;
  background: #FF9E07;
}
.post-forum > a:hover h3,
.post-forum > a:focus h3,
.post-forum > a:hover .metalist,
.post-forum > a:focus .metalist {
  color: #FF9E07;
}
.post-forum h3 {
  margin-bottom: 0;
}
.post-forum.has-excerpt h3 {
  margin-bottom: 1em;
}
.two-quarter > .post-forum h3 {
  margin-bottom: 0;
}
.two-quarter > .post-forum .thumbnail {
  background: #FF9E07;
}
.home .posts-forum {
  float: right;
  width: 49.4%;
  margin-top: 2.1025em;
  margin-right: 0;
}
.home .stream ~ .posts-forum {
  margin-top: 3.5525em;
}
@media only screen and ( max-width: 48em ) {
  .home .posts-forum {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
@media only screen and ( max-width: 36em ) {
  .post-forum h3 {
    min-height: 4.35em;
  }
}
.post-publications > a {
  padding-left: 7.6125em;
}
.post-time--publications {
  display: none;
  margin: -0.4em 0 1.25em;
  font-size: 0.8333em;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #788492;
  -moz-font-feature-settings: 'liga', 'dlig', 'kern';
       font-feature-settings: 'liga', 'dlig', 'kern';
}
.term--online-papers .post-time--publications {
  display: block;
}
.post > a:hover .post-time--publications,
.post > a:focus .post-time--publications,
.post > .post-inner:hover .post-time--publications {
  color: #2f79c3;
}
.post-publications .thumbnail.cover {
  position: absolute;
  left: 0;
  top: 0;
  float: none;
  margin-top: 1.45em;
  margin-left: 1.0875em;
}
@media only screen and ( max-width: 48em ) {
  .post-time--publications {
    margin: -0.5em 0 0.9em;
  }
  .post-publications .thumbnail.cover {
    margin-left: 0;
  }
}
.home .posts-publications {
  float: left;
  width: 100%;
}
.home .post-publications > a {
  padding-left: 7.6125em;
  height: 8.7em;
  padding-bottom: 1em;
}
.home .post-publications h3 {
  height: 5.075em;
  margin-bottom: 0;
}
.home .post-publications .metalist {
  margin: 0 0 0.145em 0.1em;
}
.home .post-publications .metalist .terms > span {
  padding: 0;
  font-size: inherit;
  border: 0;
}
@media only screen and ( max-width: 48em ) {
  .home .posts-publications {
    margin-top: 2.1025em;
  }
  .home .post-publications > a {
    height: auto;
    min-height: 8.41em;
  }
  .home .post-publications h3 {
    height: auto;
  }
}
.post-team.has-thumbnail {
  padding-left: 0;
}
.post-team.has-thumbnail > a {
  zoom: 1;
}
.post-team.has-thumbnail > a:before,
.post-team.has-thumbnail > a:after {
  content: " ";
  display: table;
}
.post-team.has-thumbnail > a:after {
  clear: both;
}
.post-team.no-link > a:hover h3 {
  color: #484848;
}
.post-team p {
  max-width: 42em;
  margin-bottom: 0;
}
.post-team .position {
  margin-bottom: 1em;
}
.post-team .institution {
  margin-bottom: 1em;
  color: #788492;
}
.post-team .expertise {
  margin-bottom: 1em;
  color: #788492;
}
.post-team .mail {
  margin-bottom: 1em;
  display: block;
  padding-left: 2em;
  color: #788492;
  background: url(img/icon-mail-grey.svg ) left center no-repeat;
}
.no-svg .post-team .mail {
  background-image: url(img/icon-mail-grey.png );
}
.post-team .wp-post-image {
  height: 6.1625em;
  width: auto;
}
.post-terms > a {
  min-height: 0;
  padding-left: 5.075em;
}
.post-terms h3 {
  margin-bottom: 1em;
}
@media only screen and ( max-width: 48em ) {
  .post-terms > a {
    padding-left: 1.45em;
  }
  .post-terms h3 {
    min-height: 0;
  }
  .post-terms .metalist {
    margin-left: 0;
  }
}
.post-press.has-thumbnail {
  padding-left: 0;
}
.post-press .post-inner {
  position: relative;
  overflow: hidden;
}
.has-downloads.post-press .post-inner::after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  display: block;
  width: 10rem;
  height: 10rem;
  margin: -2rem 2rem 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-image: url(img/visual-download-blue.svg );
  opacity: 0;
}
.has-thumbnail.post-press .post-inner {
  min-height: 6.525em;
  padding-right: 9.425em !important;
}
.post-press .post-inner:hover::after {
  opacity: 0.2;
}
.post-press .post-inner > * {
  position: relative;
  z-index: 10;
}
.post-press .thumbnail {
  position: absolute;
  right: 0;
  top: 0;
  margin: 1.45em 1.45em 0 0;
}
.post-press h3 {
  margin-bottom: 0.5em;
}
.post-press .meta-list {
  clear: none;
}
.post-downloads--press {
  margin-top: 1.5em;
}
.post-download--press {
  position: relative;
  display: block;
  margin-bottom: 1em;
  padding-left: 2em;
}
.post-download--press::after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1.25em;
  height: 1.25em;
  margin: 0.05em 0 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(img/icon-arrow-down--20.svg );
}
.post-download--press:last-child {
  margin-bottom: 0;
}
.no-svg .post-download--press::after {
  background-image: url(img/icon-arrow-down--20.png );
}
.post-download-title--press {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 1em 0 0;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.25em;
}
.post-download-extension--press {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 1em 0 0;
  font-size: 0.8333em;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #788492;
  -moz-font-feature-settings: 'liga', 'dlig', 'kern';
       font-feature-settings: 'liga', 'dlig', 'kern';
}
.post-download-size--press {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 1em 0 0;
  font-size: 0.8333em;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #788492;
  -moz-font-feature-settings: 'liga', 'dlig', 'kern';
       font-feature-settings: 'liga', 'dlig', 'kern';
}
.posts-reports {
  margin-right: 0;
}
.post-reports {
  width: 49.4% !important;
  height: 13.75em;
  margin-right: 0.6% !important;
  margin-bottom: 0.6% !important;
  overflow: hidden;
}
.post-reports .post-inner {
  position: relative;
  min-height: 12.3333em;
  padding-left: 2.9em !important;
}
.post-reports .posttime {
  font-size: 0.8333em;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #788492;
  -moz-font-feature-settings: 'liga', 'dlig', 'kern';
       font-feature-settings: 'liga', 'dlig', 'kern';
}
.post-reports h3 {
  margin-top: 0.15em;
  margin-bottom: 0.4em;
}
.post-reports .postvia {
  font-size: 0.8333em;
  font-weight: 600;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #788492;
  -moz-font-feature-settings: 'liga', 'dlig', 'kern';
       font-feature-settings: 'liga', 'dlig', 'kern';
  margin-bottom: 0.4em;
}
.post-reports p {
  margin: 0;
}
@media only screen and ( max-width: 48em ) {
  .post-reports {
    float: none;
    width: auto !important;
    min-height: 0;
    height: auto;
    margin-right: 0 !important;
    margin-bottom: 0.4% !important;
  }
  .post-reports .post-inner {
    position: relative;
    min-height: 0;
    padding-left: 1.45em !important;
  }
}
.post--blog {
  min-height: 12rem;
  background-color: #fff;
}
.post--blog > a {
  padding-right: 14rem;
}
.post--blog > a::after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  display: block;
  width: 12rem;
  height: 12rem;
  background-color: #949ea9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75% auto;
  background-image: url('img/logo-white.svg');
}
.post-image--blog {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 12rem;
  height: 12rem;
  margin: -1.45em -5.075em 0 0;
  margin: 0;
}
.post-image--blog > img {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.stream {
  zoom: 1;
}
.stream:before,
.stream:after {
  content: " ";
  display: table;
}
.stream:after {
  clear: both;
}
.slider-nav {
  position: absolute;
  left: 0;
  top: 100%;
  box-sizing: border-box;
  display: table;
  width: 100%;
  height: 16px;
  line-height: 1;
}
.slider-nav-item {
  position: relative;
  display: table-cell;
  height: 16px;
}
.slider-nav-item::before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  height: 0;
  background: #e4eef9;
  transition: height 250ms ease;
  transition-property: height, background;
}
.slider-nav-item::after {
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  display: block;
  height: 0;
  background: #79acdf;
}
.slider-nav-item.current:before {
  height: 4px;
  background: #2f79c3;
}
.slider-nav-item.current::after {
  width: 100%;
  height: 4px;
  animation: progress 6s linear 1;
}
.slider-nav-item.current:hover::before {
  background: #2f79c3;
}
.slider:hover .slider-nav-item::before {
  height: 12px;
  background: #e4eef9;
}
.slider:hover .slider-nav-item::after {
  height: 0;
}
.slider:hover .slider-nav-item.current::before {
  background: #2f79c3 !important;
}
.slider:hover .slider-nav-item:hover::before {
  background: #a2c5e9;
}
.slider-pager {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  margin-top: -2.125em;
  opacity: 0;
  transition-duration: 250ms;
  trnaistion-timing-function: ease;
  transition-property: width, height, transform, opacity;
  transform: translateY(100%);
}
.touchevents .slider-pager {
  opacity: 1;
  transform: translateY(0);
}
.slider:hover .slider-pager {
  opacity: 1;
  transform: translateY(0);
}
.slider-pager-item {
  display: block;
  float: left;
  width: 2.125em;
  height: 2.125em;
  transition-duration: 250ms;
  trnaistion-timing-function: ease;
  transition-property: width, height, transform, opacity;
  background-color: #2f79c3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
.slider-pager-item:hover {
  background-color: #5092d5;
}
.slider-pager-item--prev {
  background-image: url(img/icon-arrow-alt-left-white.svg );
}
.slider-pager-item--next {
  background-image: url(img/icon-arrow-alt-right-white.svg );
}
@keyframes progress {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@media only screen and ( max-width: 68em ) {
  .slider-pager-item {
    background-size: 14px 14px;
  }
}
@media only screen and ( max-width: 48em ) {
  .slider-nav {
    z-index: 100;
    margin-top: -12px;
  }
  .slider-nav-item::before {
    height: 12px;
  }
  .slider-nav-item.current:before {
    height: 12px;
  }
  .slider-nav-item.current::after {
    height: 12px;
  }
  .slider-nav:hover .slider-nav-item::before {
    height: 12px;
  }
  .slider-pager {
    opacity: 1;
    transform: translateY(0);
  }
}
.stream-posts {
  position: relative;
  zoom: 1;
}
.stream-posts:before,
.stream-posts:after {
  content: " ";
  display: table;
}
.stream-posts:after {
  clear: both;
}
.stream-post {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  margin-bottom: 0 !important;
  padding: 0;
}
.stream-post::before {
  display: none !important;
}
.slider--initiated .stream-post {
  opacity: 0;
  transition: opacity 1000ms ease;
}
.slider--initiated .stream-post.current {
  z-index: 50;
  opacity: 1;
}
.stream-post-inner {
  padding: 1.45em 5.075em;
  background: #fff;
  min-height: 8.85em !important;
  padding-left: 2.5375em !important;
  padding-right: 2.5375em !important;
}
.stream-post .thumbnail {
  position: relative;
  z-index: 10;
  display: none;
}
.stream-post.has-no-cover .thumbnail {
  width: 7.975em !important;
  height: 7.975em !important;
}
.stream-post h3 {
  position: relative;
  z-index: 10;
  max-height: 7.25em;
  margin-bottom: 0 !important;
}
.stream-post .background-image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.stream-post .background-image::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 60%);
}
.stream-post .background-image::before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 80%);
}
.stream-post .background-image > img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0 0 0 0;
  opacity: 0.6;
}
.csstransforms .stream-post .background-image > img {
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and ( max-width: 48em ) {
  .stream {
    margin-top: 1.45em;
  }
  .stream-posts {
    float: none;
    clear: both;
    background: #fff;
  }
  .stream-posts.slider--initiated {
    padding-bottom: 12px;
  }
  .sized .stream-post {
    height: 100%;
  }
  .stream-post-inner {
    min-height: 0 !important;
  }
  .stream-post > a {
    padding-left: 1.305em !important;
    padding-right: 1.305em !important;
    background-color: transparent !important;
  }
  .stream-post.has-no-cover .thumbnail {
    width: 4.7125em !important;
    height: 4.7125em !important;
  }
  .stream-post h3 {
    max-height: 100% !important;
  }
}
.stream-posts--post {
  display: none;
  width: 49.4%;
  margin-right: 1.2%;
}
.stream-posts--post.slider--initiated {
  display: block;
}
.stream-posts--post .section-heading > a {
  background-image: url(img/icon-featured-blue.svg );
  background-position: right center;
  background-repeat: no-repeat;
}
.no-svg .stream-posts--post .section-heading > a {
  background-image: url(img/icon-featured-blue.png );
}
.stream-post--post,
.stream-post--publications,
.stream-post--forum,
.stream-post--page {
  overflow: hidden;
}
.stream-post--post h3,
.stream-post--publications h3,
.stream-post--forum h3,
.stream-post--page h3 {
  font-size: 1.45em !important;
}
@media only screen and ( max-width: 48em ) {
  .stream-posts--post {
    width: auto;
    margin-right: 0;
  }
}
.stream-posts--twitter {
  width: 49.4%;
  margin-right: 0;
}
.stream-posts--twitter .section-heading > a {
  background-image: url(img/icon-twitter-blue.svg );
  background-position: right center;
  background-repeat: no-repeat;
}
.no-svg .stream-posts--twitter .section-heading > a {
  background-image: url(img/icon-twitter-blue.png );
}
.stream-post--tweet {
  overflow: hidden;
}
.stream-post--tweet::after {
  content: ' ';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: block;
  width: 10em;
  height: 10em;
  margin: 0 1em -3em 0;
  opacity: 0.2;
  background-image: url(img/visual-twitter-blue.svg );
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}
.stream-post--tweet > a {
  position: relative;
  z-index: 10;
  padding-left: 2.5375em !important;
  padding-right: 2.5375em !important;
}
.stream-post--tweet .metalist {
  margin-top: 1em;
}
@media only screen and ( max-width: 48em ) {
  .stream-posts--twitter {
    width: auto;
    margin-right: 0;
  }
  .stream-post--tweet > a {
    padding-left: 1.305em !important;
    padding-right: 1.305em !important;
  }
  .stream-post--tweet .metalist > li {
    display: block;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
}
.widgets--home {
  clear: both;
  margin: 0 0;
  padding: 1.25rem 0;
}
.widget--home {
  position: relative;
  padding: 1.45rem 5.075rem;
  background-color: #fff;
}
.widget--home::before,
.widget--home::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  display: block;
  height: 8px;
  background-color: #2f79c3;
  background-image: repeating-linear-gradient(-45deg, #ffd086, #ffd086 20px, #FF9E07 20px, #FF9E07 40px);
}
.widget--home::before {
  top: 0;
}
.widget--home::after {
  bottom: 0;
}
.widget-title--home {
  z-index: 11;
  padding-bottom: 1rem;
  color: #222222;
}
.widget-content--home {
  position: relative;
  z-index: 10;
  padding: 3rem 0;
}
.widget--home .mc4wp-form {
  float: none;
  display: block;
  padding: 0;
}
.widget--home .mc4wp-form-fields {
  position: relative;
  float: none;
  font-size: 0;
}
.widget--home .mc4wp-form-fields > * {
  font-size: 1rem;
}
.widget--home .field-wrap {
  float: none;
  width: auto;
  margin: 0;
}
.widget--home .field-wrap.text-wrap {
  width: 100%;
}
.widget--home .field-wrap.text-wrap input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  background-color: #fff8ec;
  border: 1px solid #FF9E07;
}
.widget--home .field-wrap.submit-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}
.widget--home .field-wrap.submit-wrap input {
  box-sizing: border-box;
  width: 16rem;
  color: #222222;
  background-color: #FF9E07;
  border: 1px solid #FF9E07;
}
.widget--home .field-wrap.submit-wrap input:hover {
  background-color: #f29300;
  border-color: #f29300;
}
.widget--home .field-wrap--firstname {
  display: none;
}
.widget--home .field-wrap--lastname {
  display: none;
}
@media only screen and ( max-width: 48em ) {
  .widget--home {
    padding: 1.45em 1.45em;
  }
  .widget-content--home {
    padding: 1.5rem 0;
  }
  .widget--home .field-wrap.submit-wrap input {
    width: auto;
  }
}
.single .main-content .metalist {
  margin: 0 0 1.93333333em 0;
  padding: 0;
  border: none;
}
.single .main-content h2 + .metalist {
  margin-top: -1.93333333em;
}
.single .main-content .metalist > li {
  padding: 0;
  border: none;
}
@media only screen and ( max-width: 48em ) {
  .single-team .main-content figure {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}
.single-forum h2 {
  color: #f99800;
}
.single-forum h2 > time {
  display: block;
  color: #788492;
}
.content .search_form {
  display: block;
  margin: 0 0 1em 0;
  font-size: 1.45em;
  font-weight: 400;
  line-height: 1.25em;
  color: #3c3c3c;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 3em 0 5em;
  color: #7d8a98;
  text-align: center;
}
.content .search_form a {
  color: #484848;
}
.content .search_form a:hover,
.content .search_form a:active,
.content .search_form a:focus {
  color: #2f79c3;
}
.content .search_form a:visited {
  color: #555555;
}
.content .search_form input {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
  font-style: normal;
  line-height: 1.45;
  color: inherit;
  background: none;
  border: none;
}
.content .search_form input[type='text'] {
  width: 8em;
  margin: 0 0.25em;
  padding: 0 1.4em 0 0;
  border-bottom: 2px solid #7d8a98;
}
.content .search_form input[type='text']:focus {
  background: #bec4cb;
  box-shadow: none;
  outline: none;
}
.content .search_form input[type='text']::-moz-selection {
  color: #edeef0;
  background: #7d8a98;
}
.content .search_form input[type='text']::selection {
  color: #edeef0;
  background: #7d8a98;
}
.content .search_form input[type='text']::-moz-placeholder {
  color: transparent;
}
.content .search_form input[type='text']:-ms-input-placeholder {
  color: transparent;
}
.content .search_form input[type='text']::placeholder {
  color: transparent;
}
.content .search_form input[type='submit'] {
  position: relative;
  left: -1.8em;
  display: inline-block;
  width: 1.45em;
  height: 1.45em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999em;
  background: transparent url(img/icon-search-big-grey.svg ) center center no-repeat;
}
.no-svg .content .search_form input[type='submit'] {
  background-image: url(img/icon-search-grey.png );
}
@media only screen and ( max-width: 48em ) {
  .content .search_form span {
    display: block;
  }
  .content .search_form input[type='text'] {
    width: 60%;
    margin: 0.9em 0 0 2em;
  }
}
.social-share {
  clear: both;
  margin: 2.9em 0 1.45em;
  text-align: center;
}
.page--empty .social-share {
  display: none;
}
.social-share h4 {
  display: inline-block;
  vertical-align: top;
  height: 1em;
  margin: 0 0.5em;
  font-size: 0.8333em;
  line-height: 1.7400696em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  -moz-font-feature-settings: 'liga', 'dlig', 'kern';
       font-feature-settings: 'liga', 'dlig', 'kern';
  font-weight: 600;
  line-height: 1em;
  color: #788492;
  -moz-osx-font-smoothing: initial;
  -webkit-font-smoothing: initial;
}
.social-share-nav {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 0;
}
.social-share-list {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 0 !important;
}
.social-share-list > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5em !important;
}
.social-share-list > li::before {
  display: none !important;
}
.social-share-list > li a {
  display: block;
  height: 1em;
  font-size: 0.8333em;
  font-weight: 600;
  line-height: 1.7400696em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  -moz-font-feature-settings: 'liga', 'dlig', 'kern';
       font-feature-settings: 'liga', 'dlig', 'kern';
  line-height: 1em;
  color: #2f79c3;
}
.social-share-list > li a:hover,
.social-share-list > li a:focus {
  color: #255f9a;
}
@media only screen and ( max-width: 48em ) {
  .social-share {
    display: none;
  }
}
.ninja-forms-cont,
.mc4wp-form {
  float: left;
  width: 100%;
  padding: 2.9em 0;
}
.field-wrap,
.mc4wp-form-fields {
  float: left;
  clear: left;
  width: 100%;
  margin: 0 0 1.45em 0;
}
.nf-field-label,
.label-above .nf-field-label,
.label-left .nf-field-label,
.mc4wp-label {
  display: block !important;
  float: left;
  width: 20% !important;
  padding: 0 !important;
  text-align: left;
}
.field-wrap label {
  display: block;
  margin: 0.6em 0 0 0 !important;
  font-size: 0.8333em;
  font-weight: 600;
  line-height: 1.7400696em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  -moz-font-feature-settings: 'liga', 'dlig', 'kern';
       font-feature-settings: 'liga', 'dlig', 'kern';
  color: #576573;
  text-align: left !important;
  cursor: pointer;
}
.nf-field-element,
.mc4wp-input {
  float: left;
  width: 75% !important;
}
.text-wrap input,
.textbox-wrap input,
.textarea-wrap textarea {
  padding: 0.5em 0.5em;
  font-size: 1em;
  font-weight: 400;
  background: #f5f9fc;
  border: none;
  border-bottom: 1px solid #2f79c3;
}
.text-wrap input:hover,
.textbox-wrap input:hover,
.textarea-wrap textarea:hover,
.text-wrap input:active,
.textbox-wrap input:active,
.textarea-wrap textarea:active,
.text-wrap input:focus,
.textbox-wrap input:focus,
.textarea-wrap textarea:focus {
  box-shadow: none !important;
}
.field-wrap.ninja-forms-error input,
.field-wrap.ninja-forms-error textarea {
  background: #ffd086;
  border-bottom: 1px solid #FF9E07;
  box-shadow: none;
}
input:invalid,
textarea:invalid {
  box-shadow: none;
}
.list-checkbox-wrap ul {
  float: left;
  width: 75%;
  margin-left: 0;
}
.list-checkbox-wrap ul > li {
  display: block;
  float: none;
}
.list-checkbox-wrap ul > li::before {
  display: none;
}
.list-checkbox-wrap ul > li input {
  display: inline-block;
  margin-right: 1em;
}
.list-checkbox-wrap ul > li label {
  display: block;
  float: none;
  cursor: pointer;
}
form input[type='checkbox'] {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}
form input[type='checkbox'] + label {
  position: relative;
  padding-left: 2.5em;
}
form input[type='checkbox'] + label::before,
form input[type='checkbox'] + label::after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: -0.75em 0 0 0;
  border: 1px solid #2f79c3;
}
form input[type='checkbox'] + label::before {
  background-color: #f5f9fc;
  border: 1px solid #2f79c3;
}
form input[type='checkbox'] + label::after {
  display: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(img/icon-checkmark-blue.svg );
}
form input[type='checkbox']:checked + label::after {
  display: block;
}
.list-dropdown-wrap select,
.list-select-wrap select {
  float: left;
  width: 75%;
  padding: 0.5em 0.5em;
  font-size: 1em;
  font-weight: 400;
  background: #f5f9fc;
  border: none;
  border-bottom: 1px solid #2f79c3;
}
.field-wrap input[type='submit'],
.field-wrap input[type='button'] {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 1em;
  font-weight: 400;
  font-size: 0.8333em;
  font-weight: 600;
  line-height: 1.7400696em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  -moz-font-feature-settings: 'liga', 'dlig', 'kern';
       font-feature-settings: 'liga', 'dlig', 'kern';
  color: #fff;
  background-color: #2f79c3;
  border: none;
}
.field-wrap input[type='submit']:hover,
.field-wrap input[type='button']:hover,
.field-wrap input[type='submit']:active,
.field-wrap input[type='button']:active,
.field-wrap input[type='submit']:focus,
.field-wrap input[type='button']:focus {
  background-color: #FF9E07;
}
.hp-wrap {
  display: none;
}
.g-recaptcha {
  float: left;
  margin: 0;
}
.ninja-forms-required-items {
  display: none;
}
.ninja-forms-error-msg,
.mc4wp-alert,
.mc4wp-error {
  clear: both;
  width: 75%;
  margin: 0 0 1.45em 20%;
  padding: 0.5em 0.5em;
  background: #ffd086;
}
.ninja-forms-error-msg p:last-child,
.mc4wp-alert p:last-child,
.mc4wp-error p:last-child {
  margin: 0;
}
.ninja-forms-field-error {
  float: left;
  clear: left;
  width: 75%;
  margin: 1em 0 0 20%;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1.45;
  color: #788492;
}
@media only screen and ( max-width: 48em ) {
  .ninja-forms-cont,
  .mc4wp-form {
    float: none;
  }
  .field-wrap {
    float: none;
  }
  .nf-field-label,
  .label-above .nf-field-label,
  .label-left .nf-field-label,
  .mc4wp-label {
    float: none;
    width: 100% !important;
  }
  .field-wrap > label {
    float: none;
    width: auto;
  }
  .nf-field-element,
  .mc4wp-input {
    width: 100% !important;
  }
  .text-wrap input,
  .textarea-wrap textarea {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .list-checkbox-wrap ul {
    float: none;
    width: auto;
  }
  .list-checkbox-wrap ul > li {
    display: block;
    float: none;
  }
  .list-checkbox-wrap ul > li::before {
    display: none;
  }
  .list-dropdown-wrap select {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .field-wrap input[type='submit'],
  .field-wrap input[type='button'] {
    margin-left: 0;
  }
  .g-recaptcha {
    float: none;
    margin-left: 0;
  }
  .ninja-forms-error-msg {
    width: auto;
    margin-left: 0;
  }
  .ninja-forms-field-error {
    clear: both;
    float: none;
    width: auto;
    margin-left: 0;
  }
  .ninja-forms-error-msg,
  .mc4wp-alert,
  .mc4wp-error {
    float: none;
    width: auto;
    margin-left: 0;
  }
}
.message {
  margin: 2.9em 0;
  font-weight: bold;
  color: #fff;
  background: #788492;
}
.warning {
  margin: 2.9em 0;
  font-weight: bold;
  color: #fff;
  background: #788492;
}
.contacts {
  margin-top: 4em;
  zoom: 1;
}
.contacts:before,
.contacts:after {
  content: " ";
  display: table;
}
.contacts:after {
  clear: both;
}
h2 + .contacts {
  margin-top: 0;
}
.contact {
  position: relative;
  margin: 0 0 2em 0;
  zoom: 1;
}
.contact:before,
.contact:after {
  content: " ";
  display: table;
}
.contact:after {
  clear: both;
}
.contact.has-image {
  min-height: 8.25em;
  padding-left: 8em;
}
.contact-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 6em;
  margin: 0.375em 0 0 0;
}
.contact-image-image {
  display: block;
  width: 100%;
  height: auto;
}
.contact-position {
  margin-bottom: 0;
  color: #788492;
}
.contact-phone {
  position: relative;
  display: block;
  padding-left: 2em;
}
.contact-phone::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1em;
  height: 1em;
  margin: 0.25em 0 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(img/icon-arrow-right-blue.svg );
}
.contact-mail {
  position: relative;
  display: block;
  padding-left: 2em;
}
.contact-mail::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1em;
  height: 1em;
  margin: 0.25em 0 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(img/icon-arrow-right-blue.svg );
}
@media only screen and ( max-width: 48em ) {
  .contact.has-image {
    min-height: 0;
    padding-left: 0;
  }
  .contact-col-1 {
    clear: both;
    float: none;
    width: auto;
    margin-top: 1.3em;
  }
  .contact-col-2 {
    clear: both;
    float: none;
    width: auto;
  }
  .contact-image {
    position: relative;
    float: left;
    width: 3em !important;
    margin-right: 1em;
    margin-bottom: 1.3em;
  }
  .has-image .contact-name {
    float: left;
  }
  .has-image .contact-phone {
    padding-left: 4em;
  }
  .has-image .contact-phone::before {
    margin-left: 2em;
    background-size: 90% 90%;
  }
  .has-image .contact-mail {
    padding-left: 4em;
  }
  .has-image .contact-mail::before {
    margin-left: 2em;
    background-size: 90% 90%;
  }
  .contact-info {
    margin-top: 1.3em;
  }
  .contact-info p:last-child {
    margin-bottom: 0;
  }
}
.footer {
  clear: both;
  padding: 2.9em 0 0;
}
.posts-links {
  margin-top: -1.45em;
  margin-bottom: 4.35em;
  text-align: center;
}
.posts-links > article {
  position: relative;
  display: inline-block;
  clear: none;
  width: 33%;
  height: 0;
  margin: 0 0.15% 0.4%;
  padding: 12% 0 0 0;
  vertical-align: bottom;
  overflow: hidden;
}
.posts-links > article::before {
  left: 0;
  right: auto;
  z-index: 99;
  background: #fff url(img/icon-arrow-right-blue.svg ) center center no-repeat !important;
}
.posts-links > article:hover::before {
  width: 2em;
}
.no-svg .posts-links > article::before {
  background-image: url(img/icon-arrow-right-blue.png );
}
.posts-links > article > a {
  padding: 0;
}
.posts-links > article h3 {
  display: none;
}
.posts-links > article img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and ( max-width: 48em ) {
  .posts-links > article {
    width: 49.7%;
    padding-top: 18%;
  }
}
@media only screen and ( max-width: 36em ) {
  .posts-links > article {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0.6%;
    padding-top: 34%;
  }
}
.footer_primary-container {
  clear: both;
  margin: 4.35em 0 0;
}
.footer_primary {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.footer_primary > li {
  display: inline-block;
  margin: 0;
}
.footer_primary > li a {
  display: block;
  padding: 1em 1em;
  font-size: 0.8333em;
  font-weight: 600;
  line-height: 1.7400696em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  -moz-font-feature-settings: 'liga', 'dlig', 'kern';
       font-feature-settings: 'liga', 'dlig', 'kern';
  line-height: 1em;
  color: #7d8a98;
}
.footer_primary > li a:hover,
.footer_primary > li a:focus,
.footer_primary > li a:active {
  color: #fff;
  background: #576573;
}
.footer .widgets {
  margin: 0 2em;
  padding: 0;
  list-style-type: none;
  font-size: 0.88em;
  line-height: 1.45;
  color: #576573;
  zoom: 1;
}
.footer .widgets:before,
.footer .widgets:after {
  content: " ";
  display: table;
}
.footer .widgets:after {
  clear: both;
}
.footer .widgets > div {
  float: left;
  width: 23%;
  margin: 0 2% 0 0;
  padding: 0;
}
.footer .widgets > .address {
  padding-top: 4.35em;
  background: url(img/logo-footer.svg ) left 0.5em no-repeat;
}
.footer .widgets > .europe-for-citizens {
  width: 48%;
  padding-top: 4.35em;
  background-repeat: no-repeat;
  background-position: -0.125rem top;
  background-size: auto 3.5rem;
  background-image: url(img/logo--eacea--de.svg );
}
[lang="en-US"] .footer .widgets > .europe-for-citizens {
  background-image: url(img/logo--eacea--en.svg );
}
.no-svg .footer .widgets > .address {
  background-image: url(img/logo-footer.png );
}
.no-svg .footer .widgets > .europe-for-citizens {
  background-image: url(img/logo--eacea--de.png );
}
[lang="en-US"].no-svg .footer .widgets > .europe-for-citizens {
  background-image: url(img/logo--eacea--en.png );
}
.footer .widgets a {
  color: inherit;
}
.footer .widgets a:hover,
.footer .widgets a:active,
.footer .widgets a:focus {
  color: #576573;
}
@media only screen and ( max-width: 48em ) {
  .footer .widgets > div {
    float: none;
    width: auto !important;
    margin-right: 0;
    margin-bottom: 1.45em;
  }
  .footer .widgets > .europe-for-citizens {
    padding-top: 5.8em;
    background-size: auto 3.25rem;
  }
}
