@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600");
.mobile-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
[hidden],
template {
  display: none;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) 50% no-repeat;
}
@font-face {
  font-family: slick;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"),
    url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal;
}
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  background: transparent;
  color: transparent;
  outline: none;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li,
.slick-dots li button {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.sidebar-layout:after,
main.main:after {
  content: "";
  display: table;
  clear: both;
}
body {
  font-family: sans-serif;
}
* {
  box-sizing: border-box;
}
body {
  font-family: Fira Sans, sans-serif;
  background: #ededed;
  margin: 0;
  padding: 0;
  color: #444;
  line-height: 1.35;
}
a {
  color: #000;
  transition: color 0.3s;
  text-decoration: none;
}
main.main {
  background: #fff;
  box-shadow: 0 10px 80px rgba(0, 0, 0, 0.1);
  display: block;
  padding-bottom: 50px;
}
.container {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .container {
    max-width: 1530px;
    padding-left: 140px;
    position: relative;
  }
}
button,
input,
textarea {
  font-family: Fira Sans, sans-serif;
}
.sub-navigation + .sidebar-layout .content {
  margin-top: 0;
}
.normal-layout {
  padding-top: 20px;
}
@media print, screen and (min-width: 40em) {
  .normal-layout {
    padding-top: 50px;
  }
}
@media screen and (max-width: 39.9375em) {
  .normal-layout .container {
    padding: 0 15px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .normal-layout .container {
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 64em) {
  .normal-layout .container {
    padding-right: 20px;
  }
}
.sidebar-layout {
  max-width: 1530px;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .sidebar-layout .container {
    padding-top: 50px;
  }
}
.home-page .sidebar-layout .container {
  padding-top: 36px;
}
@media print, screen and (min-width: 64em) {
  .sidebar-layout {
    margin-right: 20px;
  }
}
.sidebar-layout .sidebar {
  width: 100%;
  padding: 0 15px;
  margin-top: 50px;
}
@media print, screen and (min-width: 64em) {
  .sidebar-layout .sidebar {
    width: 25%;
    float: right;
    padding: 0;
  }
}
.home-page .sidebar-layout .sidebar {
  margin-top: 25px;
}
.sidebar-layout .content {
  background: #fff;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .sidebar-layout .content {
    width: 75%;
    padding-right: 2%;
    float: left;
    margin-top: -1px;
  }
}
@media screen and (max-width: 39.9375em) {
  .sidebar-layout .content .container {
    padding: 0 15px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sidebar-layout .content .container {
    padding: 0 15px;
  }
}
h2 {
  font-size: 20px;
  padding: 20px 0 15px;
  margin: 0 0 10px;
  font-weight: 500;
}
@media print, screen and (min-width: 64em) {
  h2:first-child {
    padding-top: 0;
  }
}
.header {
  padding: 10px 0 12px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 64em) {
  .header {
    padding: 40px 0 30px;
  }
}
.header .logo {
  margin-left: 12px;
  width: 60%;
  max-width: 290px;
  display: block;
}
@media print, screen and (min-width: 64em) {
  .header .logo {
    margin-left: -76px;
  }
}
.header .logo img {
  max-width: 100%;
}
.header h1 {
  display: none;
}
.header .container {
  padding-left: 0;
}
@media print, screen and (min-width: 64em) {
  .header .container {
    padding-left: 140px;
  }
}
.input-wrapper {
  position: relative;
}
.form-row {
  padding-top: 15px;
}
button {
  border-radius: 2px;
  border: 1px solid #ccc;
  background: linear-gradient(0deg, #e3e3e3, #fff 40%);
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s, box-shadow 0.3s;
}
button:hover {
  color: #0c3e94;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
button.clear-icon {
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  height: 100%;
  width: 30px;
  padding: 0;
  margin: 0;
  top: 0;
}
button:hover .sprite {
  stroke: #0c3e94;
}
button .-search {
  height: 16px;
  width: 16px;
  stroke: #aeb3c3;
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
input {
  border: 1px solid #ccc;
  line-height: 1.5;
  padding: 4px 30px 4px 10px;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  font-size: 16px;
  background: #f9f9f9;
  color: #666;
  transition: color 0.3s, background 0.3s;
}
input:focus {
  color: #000;
  background: #fff;
}
.nav ul,
.sub-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav li,
.sub-navigation li {
  display: inline-block;
}
.nav a,
.sub-navigation a {
  text-decoration: none;
  color: #444;
  margin: 22px 30px;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: transparent;
  position: relative;
  text-transform: uppercase;
}
.nav a:after,
.sub-navigation a:after {
  content: attr(data-name);
  position: absolute;
  top: 0;
  color: #444;
  left: 0;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  transition: color 0.3s;
}
.nav a:hover:after,
.sub-navigation a:hover:after {
  color: #cb9419;
}
.nav a.active,
.sub-navigation a.active {
  font-weight: 500;
}
.nav {
  background: #fff;
  margin-left: -30px;
  border-bottom: 1px solid #dadce4;
  display: none;
}
@media print, screen and (min-width: 64em) {
  .nav {
    display: block;
  }
}
.nav a.active {
  position: relative;
}
.nav a.active:before {
  position: absolute;
  bottom: -22px;
  content: "";
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: transparent transparent #2b4c84;
}
.sub-navigation {
  background: #2b4c84;
  margin-top: -1px;
  margin-left: -12px;
  display: none;
}
@media print, screen and (min-width: 64em) {
  .sub-navigation {
    display: block;
  }
}
.sub-navigation a {
  margin: 18px 12px;
  font-weight: 300;
  font-size: 14px;
}
.sub-navigation a:after {
  color: #fff;
}
.sub-navigation a:before {
  border-color: hsla(0, 0%, 100%, 0);
  transition: border-color 0.3s;
  content: "";
}
.sub-navigation a:hover:after {
  color: #eec976;
}
.sub-navigation a.active {
  font-weight: 400;
  position: relative;
}
.sub-navigation a.active:before {
  position: absolute;
  bottom: -18px;
  left: 50%;
  top: auto;
  transform: translate(-50%);
  width: 0;
  content: "";
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: transparent transparent #fff;
}
.sidebar {
  padding: 25px 0;
  max-width: 480px;
  margin: 0 auto;
}
.sidebar.index-sidebar {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .sidebar.index-sidebar {
    display: block;
  }
}
.sidebar.sticky {
  position: static;
}
@media print, screen and (min-width: 64em) {
  .sidebar.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
  }
}
.sidebar.sticky .sticky:after,
.sidebar.sticky .sticky:before {
  content: "";
  display: table;
}
.sidebar input {
  max-width: 100%;
}
.sidebar input + input {
  margin-top: 7px;
}
.sidebar-elem + .sidebar-elem {
  margin-top: 20px;
}
.sidebar-elem {
  padding: 25px 35px;
  background: #ededed;
  border-bottom: 3px solid #d4d4d4;
  position: relative;
}
.sidebar-elem ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-elem ul li {
  border-bottom: 1px solid #bfbfbf;
}
.sidebar-elem ul li + li {
  margin-top: 5px;
}
.sidebar-elem ul a {
  display: block;
  padding: 5px;
}
.sidebar-elem a {
  color: #0c3e94;
}
.sidebar-elem a:hover {
  color: #000;
}
.sidebar-elem.logo-wrapper {
  background: transparent;
  border-color: transparent;
  text-align: center;
}
.sidebar-elem.logo-wrapper a {
  vertical-align: middle;
}
.sidebar-elem.logo-wrapper a + a {
  padding-left: 30px;
}
.sidebar-elem:before {
  content: "";
  display: block;
  height: 200px;
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, hsla(0, 0%, 100%, 0.7), hsla(0, 0%, 100%, 0) 50%);
  display: none;
}
.sidebar-elem.highlighted {
  background: #eec976;
  border-color: #e8b749;
  transition: transform 0.15s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.sidebar-elem.highlighted:before {
  display: none;
}
.sidebar-elem.highlighted:hover {
  background: #ecc468;
  border-color: #e7b23b;
  transform: scale(1.03);
}
.sidebar-elem .in5 {
  color: #fff;
  font-size: 33px;
  font-style: italic;
  line-height: 1.2;
  display: block;
  margin: -20px;
  padding: 28px 20px;
}
.sidebar-elem .in5:hover {
  color: #fff;
}
.sidebar-elem .in5 .slim {
  font-weight: 300;
}
.sidebar-elem .in5 .bold {
  font-weight: 600;
}
.sidebar-elem .in5 .align-right {
  text-align: right;
  padding-right: 20px;
}
.sidebar-elem-title {
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 15px;
}
.sidebar-elem-body,
.sidebar-elem-title {
  position: relative;
  z-index: 1;
}
.team {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
}
.team-wrapper {
  overflow: hidden;
  width: 100%;
}
.team-member {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .team-member {
    width: 50%;
  }
}
@media print, screen and (min-width: 64em) {
  .team-member {
    width: 33.3%;
  }
}
.team-member-body {
  padding: 20px;
  padding: 20px 0;
  margin: 15px;
  border-bottom: 3px solid #e6e6e6;
}
.team-member-image {
  margin-bottom: 15px;
}
.team-member-image img {
  display: block;
  max-width: 100%;
}
.team-member-name {
  font-weight: 500;
  margin-bottom: 10px;
}
.team-member-text {
  font-size: 16px;
}
.index-element {
  padding: 25px 0;
  display: block;
}
@media print, screen and (min-width: 64em) {
  .index-element {
    display: none;
  }
}
.index-element-title {
  font-size: 18px;
  font-weight: 500;
  padding: 0 0 10px;
  position: relative;
  z-index: 1;
}
.index-element-body {
  border-bottom: 3px solid #d4d4d4;
  position: relative;
  padding-bottom: 10px;
}
.index-element-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.index-element-body ul li {
  border-bottom: 1px solid #bfbfbf;
}
.index-element-body ul li + li {
  margin-top: 5px;
}
.index-element-body ul li:last-child {
  border: none;
}
.index-element-body ul a {
  display: block;
  padding: 5px 15px;
}
.burger-menu {
  position: absolute;
  line-height: 0;
  right: 25px;
  top: 35px;
  display: block;
}
@media print, screen and (min-width: 64em) {
  .burger-menu {
    display: none;
  }
}
.burger-menu svg {
  fill: #444;
  height: 30px;
  width: 30px;
}
.burger-menu .-close {
  display: none;
}
.burger-menu .-burger,
.open .-close {
  display: block;
}
.open .-burger {
  display: none;
}
.mobile-navigation {
  background: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  z-index: 4;
  display: none;
}
@media print, screen and (min-width: 64em) {
  .mobile-navigation {
    display: none !important;
  }
}
.mobile-navigation .container {
  padding: 15px;
  margin: 0;
}
.mobile-navigation .container > ul {
  display: block;
}
.mobile-navigation .container .site-links {
  padding: 6px 0;
}
.mobile-navigation .container .site-links li {
  border: none;
}
.mobile-navigation .container .site-links li a {
  text-transform: none;
}
.mobile-navigation ul {
  display: none;
}
.mobile-navigation ul li {
  overflow: hidden;
}
.mobile-navigation ul li a {
  padding: 5px 0;
  color: #444;
  display: block;
  font-size: 16px;
  white-space: nowrap;
}
.mobile-navigation ul li span {
  margin-left: 1.19048%;
  margin-right: 1.19048%;
  display: block;
}
.mobile-navigation ul ul {
  background: #2b4c84;
  float: left;
  width: 100%;
  padding: 2px 0;
  margin: 10px 0;
}
.mobile-navigation ul ul li:last-child a {
  border-bottom: none;
}
.mobile-navigation ul ul a {
  padding: 6px 15px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  color: #444;
  font-size: 15px;
  text-transform: uppercase;
  padding-left: 25px;
  white-space: normal;
  font-weight: 300;
  color: #fff;
}
.mobile-navigation .container > ul > li > a {
  padding: 2px 15px;
  position: relative;
  float: left;
  width: 70%;
  height: 32px;
  line-height: 29px;
  box-sizing: border-box;
  text-transform: uppercase;
}
.mobile-navigation .more {
  width: 30%;
  float: right;
  text-align: right;
  padding: 5px 15px;
  box-sizing: border-box;
  height: 32px;
}
.mobile-navigation .more:after {
  content: "";
  display: inline-block;
  height: 18px;
  width: 10px;
  line-height: 0;
  overflow: hidden;
  margin-right: 10px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.016 23.993'%3E%3Cpath fill='%23444' d='M13.73 11.237L1.72.294a1.012 1.012 0 0 0-1.42 0 1 1 0 0 0 0 1.42L11.578 12 .3 22.28a1 1 0 0 0 0 1.42 1.012 1.012 0 0 0 1.427 0L13.73 12.757a.993.993 0 0 0 .285-.757.99.99 0 0 0-.286-.763z'/%3E%3C/svg%3E")
    100% no-repeat;
  background-size: contain;
  transition: transform 0.3s;
}
.mobile-navigation .container > ul > li {
  margin: 0 -15px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.mobile-navigation .container > ul > li.open > .more:after {
  transform: rotate(90deg);
}
.sprite {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  transition: fill 0.3s, stroke 0.3s, opacity 0.3s;
  position: relative;
}
.sprite svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.footer {
  padding: 35px 0;
  font-size: 13px;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (min-width: 51.875em) {
  .footer {
    text-align: left;
  }
}
@media screen and (max-width: 39.9375em) {
  .footer .container {
    padding: 0 15px;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .footer .container {
    padding: 0 15px;
  }
}
.footer .copyright {
  color: #666;
  margin-top: 15px;
  display: block;
}
@media screen and (min-width: 51.875em) {
  .footer .copyright {
    margin-top: 0;
    padding-left: 40px;
  }
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  vertical-align: baseline;
  margin-left: -10px;
}
.footer li,
.footer ul {
  display: inline-block;
}
.footer li a {
  font-size: 13px;
  text-transform: uppercase;
  padding: 4px 10px;
}
.footer li a:hover {
  color: #0c3e94;
}
.footer li a.active {
  font-weight: 500;
}
.template-switcher {
  position: fixed;
  left: 0;
  z-index: 6;
  background: rgba(0, 0, 0, 0.99);
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  transform: translate(-88%, -50%);
  transition: transform 0.3s, box-shadow 0.3s;
  top: 50%;
}
.template-switcher.open {
  box-shadow: 3px 3px 10px #000;
  transform: translateY(-50%);
}
.template-switcher.open .toggle:after {
  transform: translateY(-50%) rotate(180deg);
}
.template-switcher-inner {
  padding: 10px 0;
  position: relative;
  padding-right: 12%;
  box-sizing: border-box;
}
.template-switcher ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.template-switcher .title {
  font-weight: 600;
  color: #fff;
  padding: 7px 25px;
}
.template-switcher a:not(.close) {
  color: #fff;
  font-weight: 300;
  display: block;
  padding: 5px 35px 5px 25px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  position: relative;
  transition: border-color 0.3s;
  left: 0;
}
.template-switcher a:not(.close).active {
  color: #eec976;
}
.template-switcher a:not(.close):hover {
  border-color: hsla(0, 0%, 100%, 0.3);
}
.template-switcher .toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 12%;
  box-sizing: border-box;
  border-left: 1px solid #444;
  cursor: pointer;
}
.template-switcher .toggle:hover:after {
  opacity: 1;
}
.template-switcher .toggle:after {
  content: "";
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg height='48' viewBox='0 0 48 48' width='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M17.17 32.92l9.17-9.17-9.17-9.17L20 11.75l12 12-12 12z'/%3E%3Cpath d='M0-.25h48v48H0z' fill='none'/%3E%3C/svg%3E")
    50% no-repeat;
  background-size: contain;
  display: block;
  height: 24px;
  width: 24px;
  top: 50%;
  position: absolute;
  right: -2px;
  transform: translateY(-50%);
  opacity: 0.3;
  transition: opacity 0.3s, transform 0.3s;
}
.mobile-meta-navigation {
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .mobile-meta-navigation {
    display: none;
  }
}
.mobile-meta-navigation .lang {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  width: 100%;
  margin: 10px 0 0;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: baseline;
}
.mobile-meta-navigation .lang li {
  vertical-align: baseline;
  display: inline-block;
  padding: 0;
}
.mobile-meta-navigation .lang li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  padding: 7px 10px 0;
}
.mobile-meta-navigation .lang li a:hover {
  color: #0c3e94;
}
.mobile-meta-navigation .lang li a.active {
  font-weight: 500;
}
.mobile-meta-navigation .meta-search {
  display: inline-block;
  padding: 0 15px;
  vertical-align: middle;
  margin-top: 15px;
}
.mobile-meta-navigation .meta-search input {
  width: 150px;
  transition: width 0.2s;
  font-size: 16px;
}
.mobile-meta-navigation .meta-search input:focus {
  width: 250px;
}
.home-link {
  margin-top: 15px;
  padding: 0 15px;
}
.meta-navigation {
  position: absolute;
  top: 28px;
  right: 0;
  display: none;
}
@media print, screen and (min-width: 64em) {
  .meta-navigation {
    display: block;
    right: 20px;
  }
}
.meta-navigation .lang {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.meta-navigation li {
  display: inline-block;
}
.meta-navigation li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  padding: 4px 10px;
}
.meta-navigation li a:hover {
  color: #0c3e94;
}
.meta-navigation li a.active {
  font-weight: 500;
}
.meta-navigation .meta-search {
  display: inline-block;
  padding-left: 40px;
  vertical-align: middle;
}
.meta-navigation .meta-search input {
  width: 150px;
  transition: width 0.2s;
  font-size: 16px;
}
.meta-navigation .meta-search input:focus {
  width: 250px;
}
.home-link {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
.home-link .sprite {
  display: block;
  height: 19px;
  width: 19px;
  fill: #aeb3c3;
}
.home-link:hover .sprite {
  fill: #0c3e94;
}
.schwerpunkte-wrapper {
  width: 100%;
  overflow: hidden;
}
.schwerpunkte {
  margin-top: 20px;
}
@media print, screen and (min-width: 40em) {
  .schwerpunkte {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
  }
}
.schwerpunkt {
  width: 100%;
  padding: 10px 0;
}
@media print, screen and (min-width: 40em) {
  .schwerpunkt {
    width: 50%;
    float: left;
    padding: 15px;
  }
}
@media print, screen and (min-width: 64em) {
  .schwerpunkt {
    width: 33%;
  }
}
.schwerpunkt-body {
  position: relative;
  overflow: hidden;
  display: block;
  transition: transform 0.3s, box-shadow 0.3s;
}
.schwerpunkt-body:hover {
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  transform: scale(1.02);
}
.schwerpunkt-body:hover .schwerpunkt-title {
  background: rgba(32, 67, 128, 0.9);
  box-shadow: 0 5px 1px 0px #204380;
}
.schwerpunkt-title {
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 3;
  bottom: 0;
  color: #fff;
  padding: 1px;
  font-size: 20px;
  background: rgba(32, 67, 128, 0.4);
  box-shadow: 0 70px 100px 100px rgba(32, 67, 128, 0.5);
  transition: all 0.3s, box-shadow 0.3s;
}
.schwerpunkt img {
  max-width: 100%;
  display: block;
}
.slider {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.slider:hover .next,
.slider:hover .prev {
  opacity: 0.5;
}
.slider .next,
.slider .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.3s, all 0.3s, transform 0.2s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 3px;
}
.slider .next:hover,
.slider .prev:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.6);
}
.slider .next .sprite,
.slider .prev .sprite {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
  width: 30px;
  fill: #000;
}
.slider .next {
  right: 30px;
}
.slider .next svg {
  transform: rotate(-90deg);
}
.slider .prev {
  left: 30px;
}
.slider .prev svg {
  transform: rotate(90deg);
}
.slider .slides > .slide {
  display: none;
}
.slider .slides > .slide:first-child,
.slider img {
  display: block;
}
.slider img {
  width: 100%;
}
.slider .caption {
  background: rgba(44, 70, 116, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
  bottom: 0;
  display: block;
}
@media print, screen and (min-width: 40em) {
  .slider .caption {
    overflow: hidden;
    text-align: center;
    transition: box-shadow 0.3s;
    box-shadow: 0 60px 100px 100px #2c4674;
  }
}
.slider .caption a {
  color: #fff;
}
.slider .caption:hover .caption-go .-arrow {
  opacity: 1;
}
.slider .caption-body {
  padding: 10px;
  font-size: 18px;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .slider .caption-body {
    font-size: 28px;
    font-weight: 500;
    font-style: italic;
    padding: 20px 16px;
    display: inline-block;
    vertical-align: middle;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
}
.slick-slide:focus {
  outline: none;
}
.publication-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px -15px 0;
  padding: 0 15px 15px 0;
  border-radius: 3px;
}
.publication-box .grid-alignment {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .publication-box .grid-alignment {
    width: 50%;
  }
}
.publication-box .publication-preview {
  border: 1px solid #ddd;
  padding: 25px;
  border-radius: 3px;
  overflow: hidden;
  font-size: 15px;
  margin: 15px 0 0 15px;
  background: #fff;
  transition: box-shadow 0.3s, transform 0.1s;
}
.publication-box .publication-preview:hover {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  transform: scale(1.025);
}
.publication-box .publication-list {
  width: 100%;
  font-size: 15px;
  margin: 15px 0 0 15px;
  background: #fff;
}
.publication-box .publication-list .publication-author,
.publication-box .publication-list .publication-title {
  margin: 0 !important;
}
.publication-box .publication-list-load-more.hidden .publication-list-item,
.publication-box .publication-list-load-more.hidden .publication-list-show-less-text,
.publication-box .publication-list-load-more:not(.hidden) .publication-list-load-more-text {
  display: none;
}
.publication-box .publication-list-load-more-text,
.publication-box .publication-list-load-more .publication-list-show-less-text {
  cursor: pointer;
  margin-top: 15px;
  color: #0c3e94;
}
.publication-box .publication-list-load-more-text:hover,
.publication-box .publication-list-load-more .publication-list-show-less-text:hover {
  color: #000;
}
.publication-box .publication-list-item {
  padding: 15px;
  border: 1px solid #ddd;
  overflow: hidden;
  transition: box-shadow 0.3s, transform 0.1s;
}
.publication-box .publication-list-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.publication-box .publication-list-item:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.publication-box .publication-list-item:nth-child(2n) {
  background-color: #f6f8fd;
}
.publication-box .publication-list-item:nth-child(odd) {
  background-color: #fff;
}
.publication-box .publication-list-item:hover {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  transform: scale(1.025);
  z-index: 7;
}
.publication-box .publication-list-item:not(:first-child) {
  margin-top: -1px;
}
.publication-box .publication-body {
  margin-left: 125px;
}
.publication-box .publication-thumb {
  float: left;
}
.publication-box .publication-thumb img {
  border: 1px solid #aeb3c3;
  display: block;
  transition: border 0.3s;
}
.publication-box .publication-thumb a:hover img {
  border-color: #000;
}
.publication-box .publication-title {
  margin: 15px 0 5px;
}
.publication-box .publication-title a {
  font-weight: 500;
  font-size: 16px;
  color: #0c3e94;
}
.publication-box .publication-title a:hover {
  color: #000;
}
.publication-box .publication-author {
  margin-bottom: 5px;
}
.publication-box-more {
  text-align: center;
  font-size: 15px;
  margin-top: 0;
  padding-top: 15px;
}
.publication-box-more a {
  color: #0c3e94;
}
.publication-box-more a:hover {
  color: #000;
}
