@charset "UTF-8";
.black-background {
  background-color: #000; }

.black-color {
  color: #000; }

.black-shadow {
  box-shadow: inset 0 123px 190px -30px #000; }

.white-background {
  background-color: #fff; }

.white-color {
  color: #fff; }

.white-shadow {
  box-shadow: inset 0 123px 190px -30px #fff; }

.blue-background {
  background-color: #001391; }

.blue-color {
  color: #001391; }

.blue-shadow {
  box-shadow: inset 0 123px 190px -30px #001391; }

.red-background {
  background-color: #FB471F; }

.red-color {
  color: #FB471F; }

.red-shadow {
  box-shadow: inset 0 123px 190px -30px #FB471F; }

.pad-lg-top {
  padding-top: 60px; }
  @media screen and (max-width: 767px) {
    .pad-lg-top {
      padding-top: 25px; } }

.pad-lg-btm {
  padding-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .pad-lg-btm {
      padding-bottom: 25px; } }

.pad-lg-side {
  padding: 0 60px; }
  @media screen and (max-width: 767px) {
    .pad-lg-side {
      padding: 0 25px; } }

.pad-lg {
  padding: 60px; }
  @media screen and (max-width: 767px) {
    .pad-lg {
      padding: 25px; } }

.pad-med-top {
  padding-top: 40px; }

.pad-med-btm {
  padding-bottom: 40px; }

.pad-med-side {
  padding: 0 40px; }

.pad-med {
  padding: 40px; }

.pad-sm-top {
  padding-top: 25px; }

.pad-sm-btm {
  padding-bottom: 25px; }

.pad-sm-side {
  padding: 0 25px; }

.pad-sm {
  padding: 25px; }

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #001391;
  --secondary: #FB471F;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: elido, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: elido, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #001391;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #000945;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #001391 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #000c5e !important; }

.bg-secondary {
  background-color: #FB471F !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #e32d04 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #001391 !important; }

.border-secondary {
  border-color: #FB471F !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

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

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

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

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

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

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

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

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

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

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

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

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #001391 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #000c5e !important; }

.text-secondary {
  color: #FB471F !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #e32d04 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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; }

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    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: "←"; }

/* Dots */
.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;
    height: 12px;
    width: 12px;
    margin-right: 10px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      display: block;
      height: 10px;
      width: 10px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      background: transparent;
      color: transparent;
      cursor: pointer;
      content: ""; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background-color: #D0D4E3;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        opacity: 1; }
    .slick-dots li.slick-active button:before {
      background-color: #001391; }

.slider--publications .slick-dots {
  text-align: left;
  bottom: 30px; }
.slider--publications .slick-dots li button:before {
  background-color: transparent;
  content: ''; }

.slider--feedback .slick-dots {
  text-align: center;
  bottom: 30px;
  left: 0; }
.slider--feedback .slick-dots li button:before {
  background-color: transparent;
  content: ''; }
.slider--feedback .slick-dots button {
  background-color: white; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 90vw; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
html {
  font-size: 16px;
  font-family: elido, sans-serif, sans-serif; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

.base-theme-padding {
  padding: 100px 0; }

.hide-div {
  display: none; }

@media screen and (min-width: 600px) {
  .mobile-only {
    display: none !important; } }
@media screen and (max-width: 599px) {
  .hide-on-mobile {
    display: none !important; } }
.twitter-tweet {
  margin: 30px 0 !important; }

.iframe-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  margin: 30px 0;
  overflow: hidden; }
  .iframe-video iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.header__first {
  padding: 34px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .header__first > div {
    flex-basis: calc(100% / 3);
    flex-grow: 0;
    display: flex;
    justify-content: center; }
    .header__first > div:first-of-type {
      justify-content: flex-start; }
      .header__first > div:first-of-type p {
        font-size: 14px;
        /* 14px */
        font-size: 0.875rem;
        /* 14px */
        line-height: 1.2142857143;
        /* 17px */
        letter-spacing: 0.2px;
        max-width: 153px;
        font-weight: 600; }
      @media screen and (min-width: 800px) {
        .header__first > div:first-of-type p {
          font-size: 15px;
          /* 15px */
          font-size: 0.9375rem;
          /* 15px */
          max-width: 190px; } }
    .header__first > div:last-of-type {
      justify-content: flex-end; }
.header .mobile-menu-wrapper {
  width: 100%; }
.header nav {
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18); }
  @media screen and (min-width: 769px) {
    .header nav {
      display: flex;
      justify-content: center; } }
  .header nav ul {
    padding: 20px 50px;
    list-style: none;
    margin: 0; }
    .header nav ul li {
      display: inline-block;
      list-style: none; }
      .header nav ul li a {
        font-size: 14px;
        letter-spacing: 0.6px;
        line-height: 17px;
        text-align: center;
        color: #000;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0 10px; }
      .header nav ul li.current_page_item a, .header nav ul li.current-menu-item a {
        color: #0047C7; }
.header .social-links a {
  display: inline-block;
  margin-left: 20px; }
  .header .social-links a img {
    height: 19px; }

@media screen and (min-width: 1081px) {
  .header nav p,
  .mobile-menu-button-wrapper {
    display: none; }

  .header nav ul {
    text-align: center; } }
@media screen and (max-width: 1080px) {
  .mobile-menu-is-active {
    overflow-y: hidden; }

  .mobile-menu-button-wrapper {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 10; }

  .header nav {
    display: block;
    visibility: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100vw;
    width: 100vw;
    background-color: #001391;
    padding: 85px 45px 45px 45px;
    overflow-y: auto;
    -webkit-transition: all 0.45s ease-in;
    -moz-transition: all 0.45s ease-in;
    -ms-transition: all 0.45s ease-in;
    -o-transition: all 0.45s ease-in;
    transition: all 0.45s ease-in;
    -ms-transform: translateX(0);
    /* IE 9 */
    -webkit-transform: translateX(0);
    /* Safari */
    transform: translateX(0);
    /* Safari */
    opacity: 0;
    z-index: 9; }
    .header nav::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: url("../img/textures/pattern-white.svg");
      background-position: top left;
      background-size: 70%;
      z-index: -1;
      opacity: 0.1; }
    .header nav::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background-image: url("../img/logo/corner-shape-logo.svg");
      background-repeat: no-repeat;
      background-position: top right;
      z-index: -1; }
    .header nav.is-active {
      -ms-transform: translateX(100%);
      /* IE 9 */
      -webkit-transform: translateX(100%);
      /* Safari */
      transform: translateX(100%);
      /* Safari */
      visibility: visible;
      opacity: 1; }
    .header nav .mobile-menu-wrapper {
      display: block;
      width: 100%;
      position: relative; }
    .header nav ul {
      position: relative;
      margin-bottom: 30px;
      z-index: 9;
      padding: 0; }
    .header nav .nav-button {
      margin-left: 0; }
    .header nav ul li {
      display: block;
      padding: 0; }
      .header nav ul li a {
        display: block;
        font-size: 26px;
        /* 26px */
        font-size: 1.625rem;
        /* 26px */
        letter-spacing: 0.37px;
        text-align: left;
        color: white;
        padding: 17px 0;
        margin: 0; }
      .header nav ul li a:hover, .header nav ul li a:focus {
        color: rgba(255, 255, 255, 0.6); }
      .header nav ul li.current_page_item a, .header nav ul li.current-menu-item a {
        color: #6EADF3; }
    .header nav p {
      font-size: 16px;
      /* 16px */
      font-size: 1rem;
      /* 16px */
      line-height: 1.3125;
      /* 21px */
      letter-spacing: 0.27px;
      color: #6EADF3;
      margin-bottom: 0; }

  .header__first {
    flex-wrap: wrap; }
    .header__first > div {
      flex-basis: 100%; }
    .header__first > div:first-of-type {
      order: 2;
      text-align: center;
      margin-top: 25px; }
      .header__first > div:first-of-type p {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0; }
    .header__first > div:nth-child(2) {
      order: 1; }
    .header__first > div:last-of-type {
      order: 3; }
      .header__first > div:last-of-type .social-links {
        text-align: center;
        width: 100%;
        margin-top: 30px; }
        .header__first > div:last-of-type .social-links a {
          margin-left: 10px;
          margin-right: 10px; } }
@media screen and (max-width: 450px) {
  .mobile-menu-button-wrapper {
    left: 0; }

  .header nav {
    padding: 115px 20px 45px 20px; }
    .header nav::after {
      background-size: 270px; }
    .header nav ul li a {
      font-size: 24px;
      /* 24px */
      font-size: 1.5rem;
      /* 24px */
      padding: 15px 0 16px 0; } }
@media screen and (max-width: 320px) {
  .header nav::after {
    background-size: 220px; } }
@media screen and (max-width: 500px) and (min-height: 667px) {
  .header nav {
    padding-top: 95px; } }
@media screen and (max-width: 500px) and (max-height: 667px) {
  .header nav {
    padding-top: 95px; }

  .mobile-menu-wrapper {
    height: 100%;
    overflow-y: scroll; }

  .mobile-menu-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background-image: linear-gradient(180deg, rgba(0, 19, 145, 0) 0%, #001391 64%);
    z-index: 9; }

  .header nav p {
    margin-bottom: 80px; } }
.single-brexit-interview .nav-button, .post-type-archive-brexit-interview .nav-button {
  display: none; }
.single-brexit-interview header, .post-type-archive-brexit-interview header {
  background: #001391; }
  .single-brexit-interview header nav ul li a, .single-brexit-interview header a, .single-brexit-interview header p, .post-type-archive-brexit-interview header nav ul li a, .post-type-archive-brexit-interview header a, .post-type-archive-brexit-interview header p {
    color: #fff; }
  .single-brexit-interview header nav, .post-type-archive-brexit-interview header nav {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
.single-brexit-interview .top-nav__logo, .post-type-archive-brexit-interview .top-nav__logo {
  max-height: 76px; }
  .single-brexit-interview .top-nav__logo:before, .post-type-archive-brexit-interview .top-nav__logo:before {
    content: url("https://ukandeu.ac.uk/wp-content/themes/ukice-new/assets/img/logo/logo-white.svg"); }
  .single-brexit-interview .top-nav__logo img, .post-type-archive-brexit-interview .top-nav__logo img {
    display: none; }
.single-brexit-interview .hamburger-inner, .single-brexit-interview .hamburger-inner::before, .single-brexit-interview .hamburger-inner::after, .single-brexit-interview .hamburger-inner:hover, .single-brexit-interview .hamburger-inner:hover::before, .single-brexit-interview .hamburger-inner:hover::after, .post-type-archive-brexit-interview .hamburger-inner, .post-type-archive-brexit-interview .hamburger-inner::before, .post-type-archive-brexit-interview .hamburger-inner::after, .post-type-archive-brexit-interview .hamburger-inner:hover, .post-type-archive-brexit-interview .hamburger-inner:hover::before, .post-type-archive-brexit-interview .hamburger-inner:hover::after {
  background: #fff; }
.single-brexit-interview .header nav ul li.current_page_item a, .single-brexit-interview .header nav ul li.current-menu-item a, .post-type-archive-brexit-interview .header nav ul li.current_page_item a, .post-type-archive-brexit-interview .header nav ul li.current-menu-item a {
  color: #FB471F; }

.nav-button {
  float: left;
  height: 100%;
  background: #FB471F;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.6px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  padding: 20px 24px;
  transition: 0.5s;
  display: flex;
  align-items: center; }
  .nav-button:hover {
    background-color: #E03F1C;
    color: #fff; }
  .nav-button--mob {
    display: none; }
  @media (max-width: 1080px) {
    .nav-button {
      display: none; }
      .nav-button--mob {
        display: inline-block;
        float: none;
        z-index: 5;
        height: auto;
        margin-bottom: 20px;
        background-color: #FB471F;
        color: #fff;
        padding: 15px 15px;
        font-size: 18px;
        margin-top: 20px;
        display: inline-block; } }
  @media (max-width: 1025px) and (min-width: 1023px) {
    .nav-button--mob {
      position: absolute;
      right: 0px;
      bottom: 41px; } }

.information-banner.information-banner--footer {
  margin: 20px 0 0 0; }

.footer {
  background-color: #001391;
  padding: 50px 60px; }
  .footer .title, .footer h1, .footer h2, .footer h3, .footer h4, .footer a, .footer p, .footer small {
    color: #fff; }
  .footer__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; }
    .footer__grid div:nth-of-type(1) {
      grid-column: 1 / span 1; }
    .footer__grid div:nth-of-type(2) {
      grid-column: 2 / span 1; }
    .footer__grid div:nth-of-type(3) {
      grid-column: 3 / span 1; }
    .footer__grid div:nth-of-type(4) {
      grid-column: 4 / span 1;
      text-align: right; }
  .footer__bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 21px;
    border-top: 1px solid #fff;
    margin-top: 90px; }
    .footer__bottom div:last-of-type {
      text-align: right; }
  .footer ul {
    list-style: none;
    padding-left: 0; }
    .footer ul li {
      list-style: none;
      margin-bottom: 7px; }
      .footer ul li a {
        font-size: 15px;
        letter-spacing: 0.07px;
        line-height: 26px;
        text-transform: uppercase;
        font-weight: bold;
        transition: all .4s ease-in-out; }
    .footer ul:hover a, .footer ul:active a, .footer ul:focus a {
      opacity: 0.7; }
      .footer ul:hover a:hover, .footer ul:hover a:active, .footer ul:hover a:focus, .footer ul:active a:hover, .footer ul:active a:active, .footer ul:active a:focus, .footer ul:focus a:hover, .footer ul:focus a:active, .footer ul:focus a:focus {
        opacity: 1; }
  .footer p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 9px; }
  .footer .title, .footer h1, .footer h2, .footer h3, .footer h4 {
    margin-bottom: 25px; }
  .footer .social-links {
    margin-top: 30px; }
    .footer .social-links a {
      display: inline-block;
      padding: 5px 10px; }
      .footer .social-links a:first-child {
        padding-left: 0; }
      .footer .social-links a:last-child {
        padding-right: 0; }
    .footer .social-links img {
      height: 20px; }
  @media screen and (min-width: 600px) and (max-width: 991px) {
    .footer__grid div:nth-of-type(1) {
      grid-column: 1 / span 4;
      text-align: center;
      margin-bottom: 40px; }
    .footer__grid div:nth-of-type(2) {
      grid-column: 1 / span 2;
      text-align: center; }
    .footer__grid div:nth-of-type(3) {
      grid-column: 3 / span 2;
      text-align: center; }
    .footer__grid div:nth-of-type(4) {
      grid-column: 1 / span 4;
      text-align: center;
      margin-top: 20px; } }
  @media screen and (max-width: 599px) {
    .footer__grid > div {
      grid-column: 1 / span 4 !important;
      text-align: center !important; }
    .footer__grid div:nth-of-type(1) {
      margin-bottom: 40px; }
    .footer__grid div:nth-of-type(2) {
      margin-bottom: 25px; }
    .footer__grid div:nth-of-type(3) {
      margin-bottom: 30px; }
    .footer__grid div:nth-of-type(4) {
      position: relative;
      padding: 30px 0; }
      .footer__grid div:nth-of-type(4)::before, .footer__grid div:nth-of-type(4)::after {
        content: '';
        position: absolute;
        left: -60px;
        right: -60px;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.2); }
      .footer__grid div:nth-of-type(4)::before {
        top: 0; }
      .footer__grid div:nth-of-type(4)::after {
        bottom: 0; }
    .footer .footer__bottom {
      display: block;
      text-align: center;
      border-top: 0;
      padding-top: 0;
      margin-top: 30px; }
    .footer .footer__bottom div:last-of-type {
      text-align: center; } }
  .footer form input[type="text"],
  .footer form input[type="email"] {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05px;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    padding: 14px 15px !important;
    margin-bottom: 14px; }
    .footer form input[type="text"]:focus,
    .footer form input[type="email"]:focus {
      border-color: white; }
    .footer form input[type="text"]::placeholder,
    .footer form input[type="email"]::placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .footer form input[type="text"]:-ms-input-placeholder,
    .footer form input[type="email"]:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.5); }
    .footer form input[type="text"]::-webkit-input-placeholder,
    .footer form input[type="email"]::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.5); }
  .footer form input[type="email"] {
    padding-right: 100px; }
  .footer form input[type="submit"] {
    float: right;
    margin-top: -42px;
    background: transparent;
    padding: 0;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05px;
    color: #6EADF3; }
    .footer form input[type="submit"]:hover, .footer form input[type="submit"]:focus {
      background: transparent;
      color: white; }
  .footer form:not(.searchandfilter) input[type=submit] {
    padding: 0 !important; }

.footer__grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
  .footer__grid #mc_embed_signup div.mce_inline_error {
    font-size: 0.5625rem !important;
    margin: 0 !important;
    margin-bottom: 3px !important;
    padding: 0 !important; }
  .footer__grid div:nth-of-type(4) {
    text-align: left; }
  .footer__grid div:nth-of-type(5) {
    grid-column: 5 / span 1;
    text-align: right; }
    .footer__grid div:nth-of-type(5) img {
      max-width: 87%; }
  @media screen and (max-width: 1150px) {
    .footer__grid div:nth-of-type(4) {
      grid-column: 4 / span 2; }
    .footer__grid div:nth-of-type(5) {
      grid-column: 1 / span 5;
      text-align: center; }
      .footer__grid div:nth-of-type(5) img {
        max-width: 100%; } }
  @media screen and (max-width: 991px) {
    .footer__grid {
      grid-template-columns: 1fr 1fr 1fr 1fr; }
      .footer__grid div:nth-of-type(4) {
        grid-column: 1 / span 2; }
      .footer__grid div:nth-of-type(5) {
        grid-column: 3 / span 2;
        text-align: right; }
        .footer__grid div:nth-of-type(5) img {
          margin-top: 60px;
          max-width: 87%; }
      .footer__grid .mc-field-group {
        margin-bottom: 0; }
      .footer__grid #mce-responses {
        margin-bottom: 0; } }
  @media screen and (max-width: 600px) {
    .footer__grid div:nth-of-type(4)::before {
      display: none; }
    .footer__grid div:nth-of-type(5) {
      position: relative; }
      .footer__grid div:nth-of-type(5) img {
        margin: 30px 0;
        max-width: 100%; }
    .footer__grid div:nth-of-type(5)::after {
      content: '';
      position: absolute;
      left: -60px;
      right: -60px;
      bottom: 0;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.2); } }

.title, h1, h2, h3, h4 {
  font-weight: bold;
  font-size: 36px;
  /* 36px */
  font-size: 2.25rem;
  /* 36px */
  color: #000;
  line-height: 1.3; }
  .title--sm, h4 {
    font-size: 20px;
    /* 20px */
    font-size: 1.25rem;
    /* 20px */
    line-height: 1.15;
    /* 23px */
    letter-spacing: 0.09px; }
  .title--md, h3, .index-loop .post-template--simple .title--sm, .index-loop .post-template--simple h4, .archive-grid > .column:nth-of-type(4) > .column__feed > .column:first-of-type .column__feed .post-template--background-teaser .title, .archive-grid > .column:nth-of-type(4) > .column__feed > .column:first-of-type .column__feed .post-template--background-teaser h1, .archive-grid > .column:nth-of-type(4) > .column__feed > .column:first-of-type .column__feed .post-template--background-teaser h2, .archive-grid > .column:nth-of-type(4) > .column__feed > .column:first-of-type .column__feed .post-template--background-teaser h3, .archive-grid > .column:nth-of-type(4) > .column__feed > .column:first-of-type .column__feed .post-template--background-teaser h4, .tax-theme .post-template .title, .tax-theme .post-template h1, .tax-theme .post-template h2, .tax-theme .post-template h3, .tax-theme .post-template h4 {
    font-size: 28px;
    /* 28px */
    font-size: 1.75rem;
    /* 28px */
    line-height: 1.1785714286;
    /* 33px */
    letter-spacing: 0.13px; }
  .title--banner, h1 {
    font-size: 45px;
    /* 45px */
    font-size: 2.8125rem;
    /* 45px */
    line-height: 1.0666666667;
    /* 48px */ }
  .title--md--lg, .grid--4 .post-template--large .title--lg {
    font-size: 38px;
    /* 38px */
    font-size: 2.375rem;
    /* 38px */
    line-height: 1.1052631579;
    /* 42px */
    letter-spacing: 0.17px; }
  .title--lg {
    font-size: 42px;
    /* 42px */
    font-size: 2.625rem;
    /* 42px */
    line-height: 1.1666666667;
    /* 49px */
    letter-spacing: 0.19px; }
  .title--xl {
    font-size: 64px;
    /* 64px */
    font-size: 4rem;
    /* 64px */
    line-height: 1.109375;
    /* 71px */
    letter-spacing: 0.19px; }

@media screen and (min-width: 1370px) {
  .container-fluid {
    padding: 0 120px; } }

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1370px;
    width: 100%; } }
#content-wrap {
  position: relative;
  overflow-y: visible; }
  @media screen and (max-width: 991px) {
    #content-wrap {
      overflow-x: hidden; } }

article {
  padding: 50px 60px; }

@media screen and (max-width: 644px) {
  article {
    padding: 50px 35px 0 35px; }

  .home article {
    padding-top: 20px; } }
.intro {
  font-size: 1.375rem;
  line-height: 1.3636363636;
  font-weight: 600; }

p, li, ol, ul, table {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-family: elido, sans-serif, serif;
  font-weight: 500;
  color: #000; }

p {
  margin-bottom: 20px; }

a:hover {
  text-decoration: none; }

.wrap-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 2; }

ul.gallery {
  width: 100%;
  padding: 0; }
  ul.gallery li {
    display: inline-block;
    width: 50%;
    margin: 0;
    padding-bottom: 20px; }
    ul.gallery li:nth-child(2n - 1) {
      padding-right: 15px; }
    ul.gallery li:nth-child(2n) {
      padding-left: 15px; }
    @media (max-width: 575.98px) {
      ul.gallery li {
        width: 100%; } }
    ul.gallery li:before {
      content: none; }
    ul.gallery li div.gallery__image {
      width: 100%;
      min-height: 250px;
      max-height: 250px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      margin: 0; }
    ul.gallery li p {
      display: none;
      margin: 0; }

.post-category {
  font-size: 11px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: #FB471F; }
  @media (max-width: 575px) {
    .post-category {
      font-size: 17px;
      line-height: 27.5px;
      letter-spacing: 0.08px;
      font-weight: bold;
      margin-bottom: 10px; } }

::-moz-selection {
  background: #001391;
  color: white;
  padding: 10px; }

::selection {
  background: #001391;
  color: white;
  padding: 10px; }

.alignleft {
  float: left;
  margin-right: 30px; }

.alignright {
  float: right;
  margin-left: 30px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.sf-field-taxonomy-theme label, .post-type-filter {
  position: relative;
  width: 250px;
  margin: auto; }
  .sf-field-taxonomy-theme label select, .post-type-filter select {
    width: 100%;
    background-color: #fff;
    -webkit-appearance: none; }
  .sf-field-taxonomy-theme label:before, .post-type-filter:before {
    content: "";
    position: absolute;
    top: 13px;
    right: 20px;
    border: solid #001391;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg); }

.soundcloud-block p, .soundcloud-block iframe {
  height: 100%; }

.avatar-img {
  position: relative;
  width: 100%;
  padding-bottom: 100%; }
  .avatar-img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover; }

.theme-dropdown .category-dropdown {
  width: 100%;
  background-color: #001391;
  color: white;
  border: 1px solid white;
  padding: 10px 20px; }
  .theme-dropdown .category-dropdown:focus {
    outline: none; }

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

.search-result {
  padding-bottom: 40px;
  padding-top: 0; }

.post-template--simple h3 a {
  color: black; }
  .post-template--simple h3 a:hover {
    color: #001391; }

.comments {
  margin-top: 60px; }

.float-quote {
  position: relative;
  font-size: 28px;
  /* 28px */
  font-size: 1.75rem;
  /* 28px */
  line-height: 1.2142857143;
  /* 34px */
  letter-spacing: 0.13px;
  font-weight: 700;
  margin-top: 40px;
  padding-top: 25px;
  margin-bottom: 35px; }
  .float-quote::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    height: 4px;
    background-color: #001391; }

@media screen and (min-width: 992px) {
  .single-post .float-quote,
  .single-long-read .float-quote,
  .single-explainers .float-quote,
  .single-research-papers .float-quote,
  .single-partner-reports .float-quote,
  .single-grant .float-quote,
  .single-brexit-policy-panel .float-quote {
    float: left;
    margin-left: calc( (-100vw + 120px) * 0.25 );
    width: calc( (100vw - 120px) * 0.5 );
    padding-right: 30px;
    margin-top: 20px; } }
.interview-speaker p {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.12px;
  line-height: 42px;
  margin-bottom: 13px; }
  @media (max-width: 600px) {
    .interview-speaker p {
      font-size: 18px;
      line-height: 22px; } }
.interview-speaker + p {
  margin-bottom: 28px; }

.pullout {
  position: relative;
  max-width: 640px;
  float: left;
  margin-left: -25%;
  margin-right: 40px;
  margin-top: 52px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.13px;
  line-height: 34px;
  padding-top: 24px;
  padding-bottom: 20px; }
  .pullout p {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.13px;
    line-height: 34px; }
  .pullout:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 231px;
    background-color: #001391; }
  @media (max-width: 991px) {
    .pullout {
      margin-left: 0;
      max-width: 450px;
      float: none; } }

.interview-content {
  margin: 0px -60px 60px; }

.post-type-archive-brexit-interview .index-loop--reports .post-template--report .post-template__image {
  width: 95px;
  height: 127px;
  float: right;
  padding-bottom: 0;
  grid-column: 5 / span 1; }
.post-type-archive-brexit-interview .index-loop--reports .post-template--report .title, .post-type-archive-brexit-interview .index-loop--reports .post-template--report h1, .post-type-archive-brexit-interview .index-loop--reports .post-template--report h2, .post-type-archive-brexit-interview .index-loop--reports .post-template--report h3, .post-type-archive-brexit-interview .index-loop--reports .post-template--report h4 {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.1px;
  line-height: 27px; }
.post-type-archive-brexit-interview .index-loop--reports .post-template--report > div:last-of-type {
  grid-column: 1 / span 4; }
@media screen and (max-width: 600px) {
  .post-type-archive-brexit-interview .index-loop--reports .post-template--simple, .post-type-archive-brexit-interview .index-loop--reports .post-template--simple:not(:first-of-type) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    border-bottom: 1px solid #a9a9a9;
    margin-bottom: 20px; }
    .post-type-archive-brexit-interview .index-loop--reports .post-template--simple .post-template__image, .post-type-archive-brexit-interview .index-loop--reports .post-template--simple:not(:first-of-type) .post-template__image {
      grid-column: 5 / span 2; }
  .post-type-archive-brexit-interview .hide-mob {
    display: none; }
  .post-type-archive-brexit-interview .hide-desk {
    display: block; }
  .post-type-archive-brexit-interview .content .title--lg {
    font-size: 35px;
    line-height: 38px; } }
.post-type-archive-brexit-interview .content .container {
  margin: 0 -15px;
  width: calc(100% + 30px); }
.post-type-archive-brexit-interview .title--lg {
  text-transform: uppercase; }
.post-type-archive-brexit-interview .content .title--lg {
  max-width: 400px; }
.post-type-archive-brexit-interview .banner--interview {
  border-bottom: 2px solid #FB471F; }
@media screen and (max-width: 1025px) {
  .post-type-archive-brexit-interview .quote-slider__inner {
    padding: 30px; } }
@media screen and (max-width: 644px) {
  .post-type-archive-brexit-interview .quote-slider {
    margin-top: 0px;
    overflow: hidden; }
    .post-type-archive-brexit-interview .quote-slider__inner {
      width: 100%;
      padding: 60px 30px 30px;
      margin-top: 0px; }
      .post-type-archive-brexit-interview .quote-slider__inner:before {
        top: 20px;
        left: 30px; }
      .post-type-archive-brexit-interview .quote-slider__inner blockquote {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.12px;
        line-height: 23px;
        width: calc(100% - 90px); }
      .post-type-archive-brexit-interview .quote-slider__inner cite {
        font-size: 15px;
        font-weight: bold; }
      .post-type-archive-brexit-interview .quote-slider__inner img {
        max-width: 80px;
        height: auto; }
      .post-type-archive-brexit-interview .quote-slider__inner .js-quote-img-slider {
        left: unset;
        right: 20px;
        top: 20px;
        width: 80px; } }
.post-type-archive-brexit-interview .post-template--report .post-template__image {
  box-shadow: none; }
@media (max-width: 768px) {
  .post-type-archive-brexit-interview .content .title--lg {
    max-width: 100%; } }

@media (max-width: 600px) {
  .single-brexit-interview {
    position: absolute;
    height: 0; } }
@media screen and (max-width: 644px) {
  .single-brexit-interview article {
    padding: 50px 60px; }
  .single-brexit-interview .banner {
    margin-bottom: 35px;
    padding: 30px 20px; } }

mark {
  padding: 0;
  background-color: transparent; }

mark.current {
  background: #001391;
  color: #fff; }

@media (min-width: 769px) {
  .post-type-archive-podcast article {
    padding: 0px 60px 60px; } }
.post-type-archive-podcast .banner {
  margin-top: 0; }
@media (min-width: 769px) {
  .post-type-archive-podcast .index-loop {
    grid-template-columns: 1fr 1fr 1fr; } }
@media (min-width: 1081px) {
  .post-type-archive-podcast .post-type-filter {
    display: none; } }
@media (max-width: 1081px) {
  .post-type-archive-podcast .post-type-filter {
    margin-top: 30px;
    display: block; } }

@media (min-width: 769px) {
  .archive article, .blog article {
    padding: 0px 60px 60px; } }
.archive .banner, .blog .banner {
  margin-top: 0; }
@media (min-width: 1081px) {
  .archive .post-type-filter, .blog .post-type-filter {
    display: none; }
  .archive .sf-field-taxonomy-theme, .blog .sf-field-taxonomy-theme {
    opacity: 0;
    visibility: hidden;
    max-height: 0px; }
  .archive .searchandfilter:not(#search-filter-form-28561), .blog .searchandfilter:not(#search-filter-form-28561) {
    opacity: 0;
    visibility: hidden;
    max-height: 0px; } }
@media (max-width: 1081px) {
  .archive .post-type-filter, .blog .post-type-filter {
    margin-top: 30px;
    display: block; }
  .archive .searchandfilter, .blog .searchandfilter {
    opacity: 1;
    visibility: visible;
    max-height: 100px; } }

.cat-menu {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .cat-menu a {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.17px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 10px;
    color: #000; }
    .cat-menu a.active {
      color: #007bff; }
  @media (min-width: 1081px) {
    .cat-menu {
      display: flex; } }
  @media (max-width: 1081px) {
    .cat-menu {
      display: none; } }

.podcast-subscribe p {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 4px; }
.podcast-subscribe__buttons {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; }
  @media (max-width: 769px) {
    .podcast-subscribe__buttons {
      justify-content: center; } }
  @media (max-width: 400px) {
    .podcast-subscribe__buttons {
      flex-wrap: wrap; }
      .podcast-subscribe__buttons > a {
        width: 50%;
        margin: 0;
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px; } }
.podcast-subscribe__button {
  display: flex;
  margin: 0 17.5px;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .podcast-subscribe__button .subscribe-link {
    margin-top: 12px;
    display: inline-block;
    background: #fff;
    padding: 5px 11px;
    color: #0047C7;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center; }
  .podcast-subscribe__button img {
    max-height: 30px; }
  .podcast-subscribe__button:first-of-type {
    margin-left: 0; }
@media (max-width: 769px) {
  .podcast-subscribe {
    margin-top: 30px;
    text-align: center; }
    .podcast-subscribe p {
      margin-bottom: 15px; } }

.simple-cat-menu {
  margin-top: 50px; }
  .simple-cat-menu .title, .simple-cat-menu h1, .simple-cat-menu h2, .simple-cat-menu h3, .simple-cat-menu h4 {
    text-transform: uppercase;
    color: #001391;
    margin-bottom: 50px; }
  .simple-cat-menu__grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17.5px; }
    .simple-cat-menu__grid > div {
      padding: 0 17.5px;
      display: block;
      width: calc(100% / 4); }
      .simple-cat-menu__grid > div a {
        display: block;
        padding: 15px 0 50px;
        border-top: 2px solid #000; }
        .simple-cat-menu__grid > div a > div {
          display: flex;
          justify-content: space-between; }
          .simple-cat-menu__grid > div a > div svg {
            max-height: 23px; }
        .simple-cat-menu__grid > div a:hover .theme-title {
          color: #001391; }
      .simple-cat-menu__grid > div small {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 23px; }
      .simple-cat-menu__grid > div .theme-title {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0.08px;
        line-height: 22px;
        color: #000;
        text-transform: uppercase; }
      @media (max-width: 800px) {
        .simple-cat-menu__grid > div {
          width: calc(100% / 3); } }
      @media (max-width: 700px) {
        .simple-cat-menu__grid > div {
          width: calc(100% / 2); } }
      @media (max-width: 500px) {
        .simple-cat-menu__grid > div {
          width: calc(100% / 1); } }

.podcast-share {
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #efefef;
  padding-top: 15px;
  margin-top: 25px; }
  .podcast-share p {
    color: #001391;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 13px;
    text-transform: uppercase;
    margin: 0; }
  .podcast-share a {
    display: inline-block;
    margin-left: 7px; }
  @media (max-width: 767.98px) {
    .podcast-share {
      flex-direction: column;
      text-align: center; }
      .podcast-share a {
        margin-top: 10px;
        margin-right: 7px; } }

.button {
  padding: 15px 25px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  margin-right: 20px;
  background-color: #001391;
  border-radius: 0px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 15px;
  /* 15px */
  font-size: 0.9375rem;
  /* 15px */
  line-height: 1.2;
  /* 18px */
  letter-spacing: 0.21px;
  cursor: pointer;
  position: relative;
  transition: all .4s ease-in-out;
  -webkit-transition: 0.2s all ease-in;
  -moz-transition: 0.2s all ease-in;
  -ms-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in; }
  @media screen and (min-width: 992px) and (max-width: 1075px) {
    .button {
      font-size: 14px;
      /* 14px */
      font-size: 0.875rem;
      /* 14px */ } }
  .button:hover, .button:active, .button:focus {
    background-color: #1e47c7;
    color: #fff; }
  .button--full-width {
    display: block;
    text-align: center;
    margin-right: 0; }
  .button--shadow {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-align: center; }
    .button--shadow:hover, .button--shadow:active, .button--shadow:focus {
      background-color: white;
      color: black; }
    .button--shadow--blue {
      border: 2px solid #001391;
      color: #001391; }
      .button--shadow--blue:hover, .button--shadow--blue:active, .button--shadow--blue:focus {
        background-color: #001391;
        color: #fff; }
  .button--is-active {
    pointer-events: none;
    color: white; }
  .button--white {
    background: #fff;
    color: #000; }
  .button--download {
    padding-right: 36px !important; }
    .button--download:before {
      content: url(../img/icons/pdf-icon.svg);
      position: absolute;
      top: 15px;
      right: 15px; }
    .button--download:hover {
      color: white; }
  .button:hover, .button:focus {
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    .button.sm-full-width {
      display: block;
      text-align: center;
      margin-right: 0; } }

.button--small {
  font-size: 12px;
  /* 12px */
  font-size: 0.75rem;
  /* 12px */
  line-height: 1;
  /* 12px */
  padding: 8px 10px; }

.toggle-button-cover {
  display: flex;
  align-items: stretch;
  position: absolute;
  right: 0;
  top: 20px; }
  .toggle-button-cover span {
    font-size: 14px;
    /* 14px */
    font-size: 0.875rem;
    /* 14px */
    line-height: 1.2142857143;
    /* 17px */
    letter-spacing: 0.2px;
    font-weight: bold;
    color: #000; }
    .toggle-button-cover span.active {
      color: #0047C7; }
  @media (max-width: 767px) {
    .toggle-button-cover {
      position: static;
      margin: 30px 0 60px; } }

.button-cover {
  display: inline-block;
  margin: 0 10px; }

.button-cover:before {
  counter-increment: button-counter;
  content: counter(button-counter);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 12px;
  line-height: 1;
  padding: 5px; }

.knobs, .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.button-toggle {
  position: relative;
  top: 50%;
  width: 74px;
  height: 36px;
  margin: -20px auto 0 auto;
  overflow: hidden; }

.button-toggle.r, .button-toggle.r .layer {
  border-radius: 100px; }

.button-toggle.b2 {
  border-radius: 2px; }

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3; }

.knobs {
  z-index: 2; }

.layer {
  width: 100%;
  background-color: #fff;
  transition: 0.3s ease all;
  z-index: 1;
  border: 1px solid #D0D4E3; }

/* Button 1 */
#button-1 .knobs:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 4px;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: #0047C7;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all; }

#button-1 .checkbox:checked + .knobs:before {
  content: '';
  left: 40px;
  background-color: #0047C7; }

#button-1 .checkbox:checked ~ .layer {
  background-color: #fff; }

#button-1 .knobs, #button-1 .knobs:before, #button-1 .layer {
  transition: 0.3s ease all; }

.hamburger {
  padding: 16px 14px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  border-radius: none !important;
  background: none !important; }
  .hamburger:hover {
    background: none !important; }
  .hamburger:focus, .hamburger:active {
    outline: none !important;
    box-shadow: none !important; }

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

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

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 36px;
  height: 2px;
  border-radius: 1px;
  background-color: #001391;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

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

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

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

.hamburger-inner:hover,
.hamburger-inner:hover::before,
.hamburger-inner:hover::after {
  background-color: #001391; }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: white; }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    background-color: white; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: white; }

img.alignleft {
  float: left;
  margin-right: 30px; }

img.alignright {
  float: right;
  margin-left: 30px; }

img.logo-divider {
  max-width: 90%; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignnone {
  width: auto !important;
  max-width: 100%;
  height: auto; }

p.wp-caption-text {
  font-size: 14px;
  /* 14px */
  font-size: 0.875rem;
  /* 14px */ }

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

.img-background--cover {
  background-size: cover;
  background-repeat: no-repeat; }
.img-background--contain {
  background-size: contain;
  background-repeat: no-repeat; }

div.object-fit {
  position: relative;
  width: 100%;
  padding-bottom: 63%; }
  div.object-fit > img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover; }
  div.object-fit--square {
    height: 0;
    padding-bottom: 100%; }
  div.object-fit--cover {
    background-size: cover !important;
    background-position: center center !important; }
    div.object-fit--cover img {
      object-fit: cover; }
  div.object-fit--contain {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
    div.object-fit--contain img {
      object-fit: contain; }
  div.object-fit.not-compatible img {
    opacity: 0; }
  div.object-fit.not-compatible.news-teaser__image {
    background-size: cover;
    background-position: center center; }

.banner {
  margin: -50px -60px 60px;
  position: relative;
  overflow: hidden; }
  .banner__grid {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .banner__grid__content {
      padding: 60px;
      background-color: #0047C7;
      display: flex;
      align-items: center; }
      .banner__grid__content .title, .banner__grid__content h1, .banner__grid__content h2, .banner__grid__content h3, .banner__grid__content h4, .banner__grid__content .post-category {
        color: #fff;
        max-width: 469px; }
      .banner__grid__content .post-category {
        text-transform: uppercase; }
    .banner__grid__image .object-fit {
      position: relative;
      padding-bottom: 61.25%; }
    .banner__grid__image:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: url("/wp-content/themes/ukice-new/assets/img/textures/pattern-white.svg");
      background-size: 58%;
      opacity: 0.05;
      pointer-events: none; }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .banner__grid .banner__grid__image .object-fit {
        height: 100%;
        padding-bottom: 0; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .banner__grid .banner__grid__content {
        padding: 45px; }
        .banner__grid .banner__grid__content h1 {
          font-size: 40px;
          /* 40px */
          font-size: 2.5rem;
          /* 40px */ } }
    @media screen and (max-width: 767px) {
      .banner__grid {
        display: block; }
        .banner__grid .banner__grid__image {
          width: 100%;
          order: 1; }
          .banner__grid .banner__grid__image .object-fit {
            padding-bottom: 48%; }
        .banner__grid .banner__grid__content {
          padding: 30px 60px;
          min-height: 180px;
          order: 2; }
          .banner__grid .banner__grid__content h1 {
            font-size: 38px;
            /* 38px */
            font-size: 2.375rem;
            /* 38px */
            max-width: 100%; } }
  .banner--archive {
    padding: 30px 60px 15px 60px;
    text-align: center;
    background-color: #001391; }
    .banner--archive .title, .banner--archive h1, .banner--archive h2, .banner--archive h3, .banner--archive h4, .banner--archive p {
      color: #fff; }
    .banner--archive .title, .banner--archive h1, .banner--archive h2, .banner--archive h3, .banner--archive h4 {
      text-transform: uppercase;
      margin-bottom: 19px; }
    .banner--archive .banner__content {
      position: relative;
      z-index: 1; }
    .banner--archive ul {
      padding-left: 0; }
    .banner--archive label {
      position: relative;
      width: 250px;
      margin: auto; }
    .banner--archive .sf-field-search label {
      width: 100%;
      max-width: 305px; }
    .banner--archive .sf-field-search label:before {
      content: "";
      position: absolute;
      top: 10px;
      right: 14px;
      content: url(../img/icons/search-orange.svg); }
    .banner--archive select, .banner--archive input[type="text"] {
      min-width: 170px;
      width: 100%;
      padding: 12px 20px;
      border: 0;
      border-radius: 0;
      font-size: 14px;
      font-size: 14px;
      /* 14px */
      font-size: 0.875rem;
      /* 14px */
      line-height: 1.2142857143;
      /* 17px */
      letter-spacing: 0.2px;
      font-weight: bold;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .banner--archive select, .banner--archive input[type="text"] {
          font-size: 16px;
          /* 16px */
          font-size: 1rem;
          /* 16px */ } }
    .banner--archive:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: url("/wp-content/themes/ukice-new/assets/img/textures/pattern-white.svg");
      background-size: 100%;
      opacity: 0.1; }
    .banner--archive svg {
      width: 32px;
      margin-bottom: 19px; }
    .banner--archive--podcast {
      padding-top: 60px;
      padding-bottom: 60px;
      background-color: #0048c7; }
      .banner--archive--podcast:before {
        background-image: url("/wp-content/themes/ukice-new/assets/img/podcasts/Background.svg");
        opacity: 1; }
        @media (max-width: 769px) {
          .banner--archive--podcast:before {
            opacity: 0; } }
      .banner--archive--podcast .banner__content__cols {
        max-width: 971px;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
        border-bottom: 0.5px solid white; }
        .banner--archive--podcast .banner__content__cols h1 {
          border-left: 0.5px solid white;
          padding-left: 20px; }
        .banner--archive--podcast .banner__content__cols svg {
          width: 178px;
          height: 56px; }
        @media (max-width: 700px) {
          .banner--archive--podcast .banner__content__cols {
            flex-direction: column; }
            .banner--archive--podcast .banner__content__cols h1 {
              padding: 0;
              border: 0; } }
      .banner--archive--podcast .banner__content__cols--70 {
        max-width: 971px;
        margin: auto;
        text-align: left; }
        @media (min-width: 769px) {
          .banner--archive--podcast .banner__content__cols--70 {
            display: flex; } }
        .banner--archive--podcast .banner__content__cols--70 > p {
          font-size: 17px;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 23px;
          margin-right: 53px;
          margin-bottom: 0; }
          @media (max-width: 769px) {
            .banner--archive--podcast .banner__content__cols--70 > p {
              text-align: center;
              margin: 0; } }
  .banner__inner {
    position: relative;
    width: 75%;
    max-width: 850px;
    background-color: #001391;
    padding: 66px 113px;
    color: #fff; }
    .banner__inner .title, .banner__inner h1, .banner__inner h2, .banner__inner h3, .banner__inner h4, .banner__inner p {
      color: #fff; }
    .banner__inner .title, .banner__inner h1, .banner__inner h2, .banner__inner h3, .banner__inner h4 {
      text-transform: uppercase;
      margin-bottom: 28px; }
    .banner__inner .button {
      background-color: #FB471F;
      padding: 37px 107px 37px 94px;
      position: absolute;
      left: calc(100% - 70px);
      white-space: nowrap;
      bottom: -50px;
      margin: 0; }
  .banner--tax {
    background-color: #0047C7; }
  .banner--event-series {
    padding: 70px 60px 70px 60px;
    text-align: center;
    background-color: #001391; }
    .banner--event-series .banner__grid--event {
      display: grid;
      grid-template-columns: repeat(12, 1fr); }
    .banner--event-series .banner__content {
      grid-column: 2 / span 10; }
      @media screen and (max-width: 767px) {
        .banner--event-series .banner__content {
          grid-column: 1 / span 12; } }
    .banner--event-series h1, .banner--event-series p {
      color: white; }
    .banner--event-series p {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.4166666667;
      font-weight: 600;
      max-width: 660px;
      margin: auto; }
    .banner--event-series p.date {
      font-size: 1.3rem;
      margin-top: 20px; }
    .banner--event-series .post-category {
      font-size: 13px;
      font-size: 0.8125rem;
      color: white;
      margin-bottom: 10px; }
  .banner--about {
    padding: 50px 60px;
    background-color: #000;
    background-image: url("/wp-content/themes/ukice-new/assets/img/textures/about-box-bg-final.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .banner--about .intro {
      font-size: 20px;
      letter-spacing: 0;
      line-height: 27px; }
    .banner--about .button:before {
      content: "";
      position: absolute;
      top: 36px;
      right: 84px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 5px;
      transform: rotate(45deg); }
    @media screen and (max-width: 991px) {
      .banner--about {
        position: relative;
        background-image: none;
        background-color: #001391; }
        .banner--about::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-image: url("../img/textures/pattern-white.svg");
          opacity: 0.1; }
        .banner--about .banner__inner {
          width: 100%;
          margin-left: 0;
          padding: 0;
          background-color: transparent; }
        .banner--about .scroll-to {
          display: none; } }
  .banner--interview {
    background-color: #001391;
    color: #fff;
    padding: 71px 0;
    margin-bottom: 65px; }
    .banner--interview .title, .banner--interview h1, .banner--interview h2, .banner--interview h3, .banner--interview h4, .banner--interview p, .banner--interview li {
      color: #fff; }
    .banner--interview p.date {
      color: #FB471F;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0.06px;
      line-height: 22px;
      margin-bottom: 10px; }
    .banner--interview .biography {
      margin: 20px 0 40px; }
      .banner--interview .biography p, .banner--interview .biography li {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 26px; }
      .banner--interview .biography ul, .banner--interview .biography li {
        list-style: none;
        padding-left: 0;
        margin-left: 0; }
      .banner--interview .biography li {
        padding-bottom: 10px;
        position: relative; }
        .banner--interview .biography li:before {
          content: "";
          position: absolute;
          top: 11px;
          left: -21px;
          background-color: #6EADF3;
          height: 6px;
          width: 6px;
          border-radius: 50%; }
    .banner--interview .report-teaser {
      max-width: 650px;
      margin: 0; }
      .banner--interview .report-teaser a.button--download {
        background: #FB471F;
        padding: 15px 20px;
        padding-right: 47px !important; }
        .banner--interview .report-teaser a.button--download:before {
          right: 19px; }
    .banner--interview p {
      margin-top: 15px; }
    @media screen and (max-width: 1160px) and (min-width: 768px) {
      .banner--interview .report-teaser img {
        display: block !important; } }
    @media screen and (max-width: 1160px) and (min-width: 768px) {
      .banner--interview .report-teaser {
        text-align: left; } }
    @media (max-width: 600px) {
      .banner--interview {
        padding: 30px 40px; } }
  .banner--page {
    background-image: url("../img/textures/research-box-bg.svg");
    background-position: top left; }
    .banner--page .banner__inner {
      margin-left: 33.3333%;
      max-width: 1025px;
      width: 66.6666%; }
    .banner--page .button {
      right: calc(100% - 70px);
      left: auto; }
    @media screen and (max-width: 991px) {
      .banner--page {
        position: relative;
        background-image: none;
        background-color: #001391; }
        .banner--page::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-image: url("../img/textures/pattern-white.svg");
          opacity: 0.1; }
        .banner--page .banner__inner {
          width: 100%;
          margin-left: 0;
          padding: 0;
          background-color: transparent; }
        .banner--page .scroll-to {
          display: none; } }
  .banner--simple {
    background-image: url("../img/textures/grey-shape-banner.svg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain; }
    .banner--simple .banner__inner {
      width: 100%;
      max-width: 920px;
      margin: 0 auto;
      text-align: center;
      background-color: white; }
      .banner--simple .banner__inner .title, .banner--simple .banner__inner h1, .banner--simple .banner__inner h2, .banner--simple .banner__inner h3, .banner--simple .banner__inner h4, .banner--simple .banner__inner h1, .banner--simple .banner__inner h2, .banner--simple .banner__inner h3, .banner--simple .banner__inner h4, .banner--simple .banner__inner p {
        color: black; }

.page-template-tpl-past-events article,
.page-template-tpl-post-formats article {
  padding-top: 0; }
.page-template-tpl-past-events .banner--archive,
.page-template-tpl-post-formats .banner--archive {
  margin-top: 0; }
@media screen and (min-width: 1081px) {
  .page-template-tpl-past-events .post-type-filter,
  .page-template-tpl-post-formats .post-type-filter {
    display: none; } }

.post-type-archive-explainers .banner--archive,
.single-explainers .banner__grid__content {
  background-color: #0047C7; }

.post-type-archive-long-read .banner--archive,
.single-long-read .banner__grid__content {
  background-color: #FB471F; }

.single-post .banner__grid__content,
.single-event .banner__grid__content,
.single-brexit-policy-panel .banner__grid__content,
.single-brexit-research .banner__grid__content {
  background-color: #001391; }

.banner-sub-nav {
  margin: -60px -60px 60px;
  background-color: #6EADF3; }
  .banner-sub-nav ul {
    display: block;
    list-style: none;
    text-align: center;
    padding: 12px 0; }
    .banner-sub-nav ul li {
      display: inline-block;
      margin: 0;
      padding: 0; }
      .banner-sub-nav ul li a {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1;
        letter-spacing: 0.2px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 700;
        color: white;
        padding: 12px;
        opacity: 0.5; }
      .banner-sub-nav ul li.active a, .banner-sub-nav ul li:hover a {
        opacity: 1; }

.archive.post-type-archive-working-paper .banner--archive p {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto; }

.information-banner {
  background-color: #135DC7;
  padding: 16px 60px 15px 60px;
  margin: -60px -60px 80px;
  text-align: center; }
  .information-banner .inner-grid__content {
    grid-column: 1 / span 12 !important; }
  .information-banner p, .information-banner a {
    color: white !important; }
  .information-banner p {
    margin-bottom: 0; }
  .information-banner a {
    transition: color 0.3s ease; }
  .information-banner a:hover {
    color: rgba(255, 255, 255, 0.7) !important; }

@media screen and (max-width: 991px) {
  .information-banner {
    text-align: center; } }
@media screen and (max-width: 767px) {
  .information-banner .inner-grid {
    display: grid;
    margin-top: 0; } }
@media screen and (max-width: 644px) {
  .information-banner {
    padding: 16px 35px 15px 35px;
    margin: -60px -45px 80px; } }
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* opacity: 0.5; */
  display: block;
  z-index: 99999999999999;
  display: none; }
  .modal-overlay--notice .modal-item {
    max-width: 700px;
    min-height: auto; }
  .modal-overlay--notice a {
    color: #FB471F; }

.modal-item {
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1100px;
  width: 100%;
  height: 66vh;
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .modal-item img {
    margin-bottom: 25px; }
  .modal-item p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 29px; }
  .modal-item > div:first-of-type {
    height: 66vh;
    padding: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column; }
  .modal-item__inner {
    height: 100%;
    overflow-y: auto;
    padding-right: 10px; }
    .modal-item__inner::-webkit-scrollbar {
      width: 6px; }
    .modal-item__inner::-webkit-scrollbar-track {
      -webkit-border-radius: 0;
      border-radius: 0;
      background-color: #f0f0f0; }
    .modal-item__inner::-webkit-scrollbar-thumb {
      -webkit-border-radius: 0;
      border-radius: 0;
      background-color: #001391; }
  .modal-item .title, .modal-item h1, .modal-item h2, .modal-item h3, .modal-item h4 {
    margin-bottom: 4px; }
  .modal-item .blue-color {
    font-size: 16px; }
  .modal-item__categories {
    font-size: 14px;
    font-weight: bold; }
    .modal-item__categories div {
      padding-bottom: 5px; }
    .modal-item__categories span {
      letter-spacing: 1px;
      font-size: 1rem; }
  .modal-item__close, .modal-item .mfp-close {
    cursor: pointer;
    position: absolute;
    right: 0px !important;
    top: -40px !important;
    width: 32px;
    height: 32px;
    opacity: 1;
    z-index: 999; }
    .modal-item__close:hover, .modal-item .mfp-close:hover {
      opacity: 0.5; }
    .modal-item__close:before, .modal-item__close:after, .modal-item .mfp-close:before, .modal-item .mfp-close:after {
      position: absolute;
      left: 15px;
      content: ' ';
      height: 33px;
      width: 2px;
      background-color: #fff; }
    .modal-item__close:before, .modal-item .mfp-close:before {
      transform: rotate(45deg); }
    .modal-item__close:after, .modal-item .mfp-close:after {
      transform: rotate(-45deg); }
  .modal-item__content {
    padding-right: 35px;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .modal-item__content::-webkit-scrollbar {
      width: 10px; }
    .modal-item__content::-webkit-scrollbar-track {
      background: #e8e8e8;
      border-radius: 5px; }
    .modal-item__content::-webkit-scrollbar-thumb {
      background: #dc3545;
      border-radius: 5px;
      opacity: 0.5; }
    .modal-item__content::-webkit-scrollbar-thumb:hover {
      opacity: 1; }
  @media (max-width: 768px) {
    .modal-item {
      width: 89%; } }
  .modal-item::-webkit-scrollbar {
    width: 10px; }
  .modal-item::-webkit-scrollbar-track {
    background: #fff; }
  .modal-item::-webkit-scrollbar-thumb {
    background: #FB471F;
    border-radius: 5px; }
  .modal-item::-webkit-scrollbar-thumb:hover {
    background: #FB471F; }

.modal-anchor {
  cursor: pointer; }

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1); }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.8); }

.mobile-title {
  display: none; }

.modal-item:not(.notice-banner-modal) {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 767px) {
    .modal-item:not(.notice-banner-modal) {
      display: block;
      overflow-y: scroll; }
      .modal-item:not(.notice-banner-modal) > div:first-of-type {
        height: auto;
        padding: 30px; } }
  .modal-item:not(.notice-banner-modal) .modal-item__img {
    position: relative;
    width: 100%;
    padding-bottom: 63%; }
    .modal-item:not(.notice-banner-modal) .modal-item__img img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      max-width: 100%;
      object-fit: cover; }
    .modal-item:not(.notice-banner-modal) .modal-item__img:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: url("/wp-content/themes/ukice-new/assets/img/textures/popup-overlay-1.svg");
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 1; }
    .modal-item:not(.notice-banner-modal) .modal-item__img--no-img:before {
      background-image: url("/wp-content/themes/ukice-new/assets/img/textures/popup-overlay-2.svg"); }
  @media (max-width: 768px) {
    .modal-item:not(.notice-banner-modal) .col-md-5 {
      flex: 100%;
      max-width: 100%;
      margin-left: 0; } }

.notice-banner-modal {
  overflow: scroll;
  max-height: 90vh; }

.nav-tab-title {
  display: block;
  font-size: 12px;
  /* 12px */
  font-size: 0.75rem;
  /* 12px */
  line-height: 1;
  /* 12px */
  margin-bottom: 5px; }

.nav-tabs {
  padding-left: 0; }
  .nav-tabs li {
    display: inline-block;
    width: 35px;
    margin: 0 4px; }
  .nav-tabs img {
    max-width: 100%; }
  .nav-tabs .inactive img {
    opacity: 0.5; }

/*
	FORM
*/
form:not(.searchandfilter) {
  font-family: elido, sans-serif, sans-serif;
  font-size: 18px;
  /* 18px */
  font-size: 1.125rem;
  /* 18px */
  line-height: 1;
  /* 18px */
  color: black; }
  form:not(.searchandfilter) .indicates-required {
    font-size: 14px;
    /* 14px */
    font-size: 0.875rem;
    /* 14px */
    font-style: italic;
    margin-bottom: 20px; }
  form:not(.searchandfilter) label {
    font-size: 14px;
    /* 14px */
    font-size: 0.875rem;
    /* 14px */
    line-height: 1.2142857143;
    /* 17px */
    letter-spacing: 0.2px;
    font-weight: bold;
    text-transform: uppercase; }
  form:not(.searchandfilter) input {
    width: 100% !important;
    border: 1px solid black;
    border-radius: 0;
    padding: 10px 15px !important;
    margin-bottom: 24px; }
    form:not(.searchandfilter) input:focus {
      outline: none;
      border-color: #001391; }
  form:not(.searchandfilter) input[type=submit] {
    border: none;
    width: auto !important;
    padding: 15px 25px !important;
    margin-bottom: 0; }
  form:not(.searchandfilter) select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    color: black;
    font-size: 0.875rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none;
    padding: 10px 0;
    border-bottom: solid 1px #919295;
    padding-right: 0;
    border-radius: 0;
    max-width: 100%; }
    form:not(.searchandfilter) select:focus {
      outline: none; }

.gform_wrapper ul li.gfield {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important; }
.gform_wrapper label {
  display: block;
  font-size: 14px !important;
  margin-bottom: 0; }
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 100%; }
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  width: auto !important; }

#mc_embed_signup input.mce_inline_error {
  margin-bottom: 6px !important;
  border-color: #FB471F !important; }

#mc_embed_signup div.mce_inline_error {
  background-color: transparent !important;
  color: #FB471F !important;
  padding: 5px 0 !important; }

#mc_embed_signup ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px; }
  #mc_embed_signup ul li {
    display: block;
    clear: both; }
    #mc_embed_signup ul li::before {
      display: none; }
  #mc_embed_signup ul li label {
    float: left;
    margin-top: -2px; }
#mc_embed_signup input[type="checkbox"] {
  float: left;
  margin-right: 10px;
  width: auto !important; }
#mc_embed_signup .clear {
  clear: both; }
#mc_embed_signup .mce-error-response,
#mc_embed_signup .mce-success-response {
  font-family: elido, sans-serif, sans-serif;
  font-size: 18px;
  /* 18px */
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.2777777778;
  /* 23px */
  font-weight: 500;
  margin-bottom: 20px; }
#mc_embed_signup .mce-error-response {
  color: #FB471F !important; }
#mc_embed_signup .mce-success-response {
  color: #001391 !important;
  font-weight: 700 !important; }

.newsletter-popup {
  width: 90vw;
  max-width: 550px;
  background-color: white;
  padding: 50px;
  margin: 0 auto; }

.slider-posts .slick-dots {
  text-align: left; }

.js-slider-explainers .slick-dots {
  bottom: 0;
  text-align: right; }

.quote-slider__inner {
  padding: 100px 80px 80px;
  background-color: #001391;
  color: #fff;
  width: calc(100% - 114px);
  float: right;
  margin-top: 50px;
  position: relative; }
  .quote-slider__inner blockquote {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.12px;
    line-height: 34px; }
  .quote-slider__inner cite {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    font-style: normal; }
  .quote-slider__inner:before {
    content: url(../img/icons/quotes-white.svg);
    position: absolute;
    top: 60px;
    left: 80px; }
.quote-slider img {
  max-width: 140px;
  height: auto;
  border: 1px solid #D0D4E3;
  box-shadow: 5px 6px 11px 0 rgba(0, 0, 0, 0.1); }
.quote-slider .js-quote-img-slider {
  position: absolute;
  left: -114px;
  top: -50px;
  max-width: 140px; }
.quote-slider .slick-slide, .quote-slider div {
  height: 100%; }
.quote-slider .slick-dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  width: 100%; }
.quote-slider .slick-dots li button:before {
  background: #fff; }
.quote-slider .slick-dots li.slick-active button:before {
  border: 1px solid #fff;
  background: transparent; }

.teasers {
  margin: 86px 0 31px; }
  .teasers__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 78px; }
    .teasers__grid .post-template--simple + .post-template--simple:not(.post-template--report) {
      margin-top: 0; }
  .teasers--reports .teasers__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
    .teasers--reports .teasers__grid > div:not(:last-of-type):before {
      content: "";
      position: absolute;
      right: -37px;
      top: 0;
      bottom: 0;
      width: 1px;
      background-color: rgba(0, 0, 0, 0.2); }
  .teasers--multimedia {
    position: relative;
    background-color: #0047C7;
    padding: 85px 200px 100px;
    margin-bottom: -50px;
    margin-left: -60px;
    margin-right: -60px; }
    .teasers--multimedia .title, .teasers--multimedia h1, .teasers--multimedia h2, .teasers--multimedia h3, .teasers--multimedia h4, .teasers--multimedia .post-category, .teasers--multimedia p {
      color: #fff; }
    .teasers--multimedia .teasers__header {
      border-top: 0;
      text-align: center;
      display: block; }
      .teasers--multimedia .teasers__header .title, .teasers--multimedia .teasers__header h1, .teasers--multimedia .teasers__header h2, .teasers--multimedia .teasers__header h3, .teasers--multimedia .teasers__header h4 {
        text-align: center; }
    .teasers--multimedia .teasers__grid {
      max-width: 850px;
      margin: auto; }
    .teasers--multimedia .post-category {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      line-height: 11px; }
    .teasers--multimedia .post-template {
      padding-top: 15px;
      border-top: 1px solid #000; }
      .teasers--multimedia .post-template p {
        font-size: 16px; }
    .teasers--multimedia::before, .teasers--multimedia::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      background-image: url("../img/textures/audio-video-teaser-shapes.svg");
      background-size: 100%;
      background-repeat: no-repeat; }
      @media screen and (max-width: 599px) {
        .teasers--multimedia::before, .teasers--multimedia::after {
          display: none; } }
    .teasers--multimedia::before {
      top: 0;
      height: 160px; }
      @media screen and (min-width: 1950px) {
        .teasers--multimedia::before {
          height: auto;
          bottom: 0; } }
      @media screen and (max-width: 1199px) {
        .teasers--multimedia::before {
          height: 125px; } }
      @media screen and (max-width: 991px) {
        .teasers--multimedia::before {
          height: 95px; } }
      @media screen and (max-width: 767px) {
        .teasers--multimedia::before {
          height: 85px; } }
      @media screen and (max-width: 644px) {
        .teasers--multimedia::before {
          height: 80px; } }
    .teasers--multimedia::after {
      bottom: 70px;
      height: 185px;
      background-position: bottom; }
      @media screen and (min-width: 1950px) {
        .teasers--multimedia::after {
          display: none; } }
      @media screen and (min-width: 1750px) {
        .teasers--multimedia::after {
          height: 290px; } }
      @media screen and (min-width: 1450px) {
        .teasers--multimedia::after {
          height: 225px; } }
      @media screen and (max-width: 1199px) {
        .teasers--multimedia::after {
          height: 152px; } }
      @media screen and (max-width: 991px) {
        .teasers--multimedia::after {
          height: 119px; } }
      @media screen and (max-width: 767px) {
        .teasers--multimedia::after {
          height: 96px; } }
      @media screen and (max-width: 644px) {
        .teasers--multimedia::after {
          height: 88px; } }
    .teasers--multimedia .button-wrapper {
      text-align: center;
      margin-top: 30px; }
  @media screen and (min-width: 645px) and (max-width: 991px) {
    .teasers .teasers__grid {
      column-gap: 40px; } }
  @media screen and (max-width: 644px) {
    .teasers .teasers__grid {
      display: block; }
      .teasers .teasers__grid .post-template--simple:not(.post-template--report) {
        margin-bottom: 20px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
        .teasers .teasers__grid .post-template--simple:not(.post-template--report):last-child {
          border-bottom: none; }
        .teasers .teasers__grid .post-template--simple:not(.post-template--report) .title--sm, .teasers .teasers__grid .post-template--simple:not(.post-template--report) h4 {
          font-size: 17px;
          /* 17px */
          font-size: 1.0625rem;
          /* 17px */
          margin-top: 0; }
        .teasers .teasers__grid .post-template--simple:not(.post-template--report) .post-category {
          line-height: 1;
          margin-bottom: 10px; }
        .teasers .teasers__grid .post-template--simple:not(.post-template--report) p:last-of-type {
          display: none; }
        .teasers .teasers__grid .post-template--simple:not(.post-template--report) .post-template__image {
          display: inline-block;
          float: left;
          width: 130px;
          height: 85px;
          padding-bottom: 0;
          margin-right: 20px; }
        .teasers .teasers__grid .post-template--simple:not(.post-template--report) > div:last-of-type {
          display: inline-block;
          width: calc( 100% - 152px ); }
        .teasers .teasers__grid .post-template--simple:not(.post-template--report) p:first-of-type {
          margin: 11px 0; }
        .teasers .teasers__grid .post-template--simple:not(.post-template--report) .theme {
          display: block; } }

.report-teaser {
  margin-top: 81px;
  margin-bottom: 70px;
  position: relative;
  background-color: #D0D4E3;
  padding: 45px; }
  .report-teaser:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../img/textures/pattern-grey.svg");
    background-size: cover;
    background-repeat: no-repeat; }
  .report-teaser img {
    position: absolute;
    max-width: 140px;
    height: auto;
    right: 45px;
    top: -22%;
    border: 1px solid #D0D4E3;
    box-shadow: 5px 6px 11px 0 rgba(0, 0, 0, 0.1); }
  .report-teaser .button {
    margin: 0; }

@media screen and (min-width: 768px) and (max-width: 1160px) {
  .report-teaser {
    text-align: center;
    padding: 45px 35px; }
    .report-teaser img {
      display: none; } }
@media screen and (max-width: 599px) {
  .report-teaser {
    text-align: center;
    padding: 45px 25px; }
    .report-teaser img {
      display: none; } }
.teasers--theme {
  margin: 105px -60px -50px;
  display: grid;
  grid-template-columns: repeat(12, 1fr); }
  .teasers--theme > div:first-of-type {
    grid-column: 1 / span 5; }
  .teasers--theme > div:last-of-type {
    grid-column: 6 / span 7;
    background-color: lightgrey; }
  @media screen and (max-width: 1199px) {
    .teasers--theme > div:first-of-type {
      grid-column: 1 / span 12; }
    .teasers--theme .teasers__menu__grid {
      grid-template-columns: 1fr 1fr 1fr 1fr; }
    .teasers--theme > div:last-of-type {
      display: none; } }
  @media screen and (min-width: 910px) and (max-width: 1024px) {
    .teasers--theme .teasers__menu .theme {
      padding: 20px 30px; } }
  @media screen and (max-width: 909px) {
    .teasers--theme .teasers__menu__grid {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 599px) {
    .teasers--theme .teasers__menu .title--lg {
      font-size: 26px;
      /* 26px */
      font-size: 1.625rem;
      /* 26px */
      margin-bottom: 35px; }
    .teasers--theme .theme-dropdown .category-dropdown {
      background-color: #135dc7; } }
.teasers__menu {
  padding: 55px 60px;
  background-color: #0047C7; }
  .teasers__menu .title--lg {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 70px; }
  .teasers__menu .theme {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    padding: 30px 40px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center; }
    .teasers__menu .theme img {
      display: block;
      margin: auto;
      margin-bottom: 12px; }
    .teasers__menu .theme .theme-title {
      margin-top: 12px;
      max-width: 133px;
      color: white;
      font-size: 16px;
      letter-spacing: 0.07px;
      line-height: 20.9px;
      text-align: center;
      text-transform: uppercase;
      font-weight: bold; }
    .teasers__menu .theme.active-theme, .teasers__menu .theme:hover {
      cursor: pointer;
      opacity: 0.6;
      transition: 0.6s; }
  .teasers__menu__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px; }
.teasers__image {
  position: relative; }
  .teasers__image__slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: none; }
    .teasers__image__slide.active-slide {
      display: block; }

@media screen and (min-width: 1600px) {
  .single-research-papers .teasers--reports .teasers__grid, .single-partner-reports .teasers--reports .teasers__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
@media screen and (max-width: 1599px) {
  .single-research-papers .teasers--reports .post-template:last-of-type, .single-partner-reports .teasers--reports .post-template:last-of-type {
    display: none; }
  .single-research-papers .teasers--reports .post-template:nth-of-type(4)::before, .single-partner-reports .teasers--reports .post-template:nth-of-type(4)::before {
    display: none; } }
@media screen and (max-width: 991px) {
  .teasers--reports .teasers__grid {
    grid-template-columns: 1fr 1fr; }
  .teasers--reports .post-template {
    padding: 0 40px;
    margin-bottom: 40px; }
    .teasers--reports .post-template:nth-of-type(2)::before {
      display: none; } }
@media screen and (max-width: 900px) {
  .teasers--multimedia {
    padding: 60px 110px 70px; }
    .teasers--multimedia .teasers__grid {
      column-gap: 25px; } }
@media screen and (max-width: 767px) {
  .teasers--reports .post-template {
    padding: 0 10px; } }
@media screen and (max-width: 644px) {
  .teasers--multimedia .post-template {
    padding-bottom: 25px; }
    .teasers--multimedia .post-template:first-child {
      border-top: none; }

  .teasers .teasers__header {
    position: relative;
    padding-bottom: 20px; }
    .teasers .teasers__header::before {
      content: '';
      position: absolute;
      top: -20px;
      left: -50px;
      right: -50px;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.2); } }
.nav-links, .page-numbers {
  margin: 30px 0 100px;
  display: flex;
  justify-content: center;
  font-weight: bold; }
  .nav-links a, .nav-links span, .page-numbers a, .page-numbers span {
    width: 24px !important;
    height: 24px;
    color: black;
    padding: 3px;
    margin: 0 12px;
    line-height: 17px;
    position: relative; }
    .nav-links a:before, .nav-links span:before, .page-numbers a:before, .page-numbers span:before {
      display: none; }
    .nav-links a.current, .nav-links span.current, .page-numbers a.current, .page-numbers span.current {
      color: white;
      background-color: #001391; }
  .nav-links li, .page-numbers li {
    padding-left: 0 !important;
    text-align: center; }
    .nav-links li:before, .page-numbers li:before {
      display: none;
      padding-left: 0px; }
  .nav-links .next.page-numbers svg, .page-numbers .next.page-numbers svg {
    margin-top: 2px; }
  .nav-links .prev.page-numbers svg, .page-numbers .prev.page-numbers svg {
    margin-top: 2px;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari */
    transform: rotate(180deg);
    /* Safari */ }

.page-numbers {
  list-style: none;
  margin-left: 25px; }

.pagination h2 {
  display: none; }

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(19, 66, 145, 0.9);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*
  // Close search icon
  .js-close-search {
    position: absolute;
    top: 70px;
    right: 10px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    &::before, &::after {
      content: '';
      position: absolute;
      top: 30px;
      left: 15px;
      width: 36px;
      height: 2px;
      background-color: white;
      @include transform(rotate(45deg));
    }
    &::after {
      @include transform(rotate(-45deg));
    }
  }
  */ }
  .search-overlay.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .search-overlay .js-close-search {
    font-family: elido, sans-serif, sans-serif;
    font-size: 14px;
    /* 14px */
    font-size: 0.875rem;
    /* 14px */
    line-height: 1.2142857143;
    /* 17px */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color: white;
    padding-bottom: 10px;
    cursor: pointer; }
  .search-overlay__inner {
    position: absolute;
    top: 50%;
    left: 30px;
    right: 30px;
    max-width: 650px;
    margin: 0 auto;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Safari */
    transform: translateY(-50%);
    /* Safari */ }
  .search-overlay form label {
    display: block; }
  .search-overlay form .screen-reader-text {
    display: none; }
  .search-overlay form input[type="search"] {
    font-family: elido, sans-serif, sans-serif;
    font-size: 26px;
    /* 26px */
    font-size: 1.625rem;
    /* 26px */
    line-height: 1;
    /* 26px */
    font-weight: 600;
    border: none;
    border-bottom: 1px solid white;
    background-color: transparent;
    color: white;
    padding: 5px 50px 5px 0 !important;
    margin-bottom: 0; }
    .search-overlay form input[type="search"]::placeholder {
      color: white; }
  .search-overlay form input[type="submit"] {
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    top: 0;
    right: 0;
    text-indent: -9999999px;
    background-color: transparent;
    background-image: url("../img/icons/search--white.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer; }

.js-open-search {
  display: block;
  position: absolute;
  padding: 20px;
  cursor: pointer; }

@media screen and (min-width: 1200px) {
  .js-open-search {
    top: 144px;
    right: 40px; } }
@media screen and (min-width: 1138px) and (max-width: 1199px) {
  .js-open-search {
    top: 144px;
    right: 10px; } }
@media screen and (min-width: 800px) and (max-width: 1137px) {
  .js-open-search {
    top: 154px;
    right: 10px; } }
@media screen and (min-width: 768px) and (max-width: 799px) {
  .js-open-search {
    top: 167px;
    right: 10px; } }
@media screen and (max-width: 1080px) {
  .js-open-search {
    top: 34px;
    right: 40px; } }
@media screen and (max-width: 450px) {
  .js-open-search {
    right: 10px; } }
.search-results .index-loop .post-template--simple .post-category {
  display: block;
  margin-top: 25px; }
.search-results .index-loop .post-template--simple .title--sm, .search-results .index-loop .post-template--simple h4 {
  margin-top: 5px; }

.search-transcript {
  height: 60px;
  width: 100%;
  background: #0047C7;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 30px;
  z-index: 9999999;
  display: flex;
  justify-content: flex-end; }
  .search-transcript input[type="search"] {
    background: transparent;
    border: 0;
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    text-align: right;
    transition: 0.4s ease-out;
    padding-right: 0px !important; }
    .search-transcript input[type="search"]::placeholder {
      color: #fff; }
    .search-transcript input[type="search"]::-webkit-autofill {
      color: #fff;
      font-family: elido, sans-serif, sans-serif;
      background: transparent; }
  .search-transcript input:-webkit-autofill,
  .search-transcript input:-webkit-autofill:hover,
  .search-transcript input:-webkit-autofill:focus {
    color: #fff;
    font-family: elido, sans-serif, sans-serif;
    background: transparent !important;
    -webkit-box-shadow: 0 0 0 30px #0047C7 inset !important;
    -webkit-text-fill-color: #fff; }
  .search-transcript form:not(.searchandfilter) input[type=submit] {
    background: transparent;
    padding: 0px !important;
    color: transparent;
    height: 100%; }
  .search-transcript form {
    display: flex; }
  .search-transcript button {
    -webkit-appearance: none;
    background: transparent;
    color: #fff;
    border: 0; }
    .search-transcript button:focus {
      outline: 0; }
  .search-transcript .next, .search-transcript .prev {
    position: relative;
    padding: 0 8px; }
    .search-transcript .next button, .search-transcript .prev button {
      color: transparent; }
    .search-transcript .next:before, .search-transcript .prev:before {
      content: "";
      position: absolute;
      border: solid #fff;
      opacity: 1;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 4px;
      transform: rotate(45deg);
      left: 13px;
      top: 4px;
      z-index: -1; }
  .search-transcript .prev:before {
    transform: rotate(-135deg);
    transform-origin: bottom;
    left: 22px;
    top: 1px; }
  .search-transcript .search-button {
    position: relative;
    width: 45px;
    height: 33px; }
    .search-transcript .search-button:before {
      content: url(../img/icons/search--white.svg);
      position: absolute;
      top: 10px;
      left: 6px;
      z-index: -1; }
  .search-transcript .result-counter {
    margin-right: 6px; }
  .search-transcript .search-controls {
    display: flex;
    color: #fff;
    opacity: 0;
    max-width: 0px;
    overflow: hidden;
    align-items: center;
    padding-left: 10px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    text-align: right;
    transition: 0.8s;
    justify-content: flex-start; }
    .search-transcript .search-controls button {
      cursor: pointer; }
    .search-transcript .search-controls > button {
      border-right: 1px solid #fff;
      font-size: 13px;
      color: #fff;
      font-weight: bold;
      height: 100%;
      padding-right: 16px;
      margin-right: 16px; }
  .search-transcript .current-search-title {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    text-align: right;
    color: #fff;
    position: absolute;
    right: 5px; }
  .search-transcript .search-container {
    position: relative; }
  .search-transcript.searched input[type="search"] {
    transform: translateY(5px); }
  .search-transcript.searched .search-controls {
    opacity: 1;
    max-width: 500px; }
  @media (max-width: 767px) {
    .search-transcript {
      justify-content: space-between;
      padding: 10px 14px; }
      .search-transcript input[type="search"] {
        text-align: left;
        width: 100%;
        width: 140px !important; }
      .search-transcript .current-search-title {
        left: 15px;
        right: auto; }
      .search-transcript .result-counter {
        display: none; }
      .search-transcript .search-controls {
        padding-left: 0; }
        .search-transcript .search-controls > button {
          margin-right: 10px;
          display: none; }
        .search-transcript .search-controls button {
          height: 100%;
          border: 1px solid #fff; }
      .search-transcript .prev, .search-transcript .next {
        height: 100%; }
        .search-transcript .prev:before, .search-transcript .next:before {
          top: 12px;
          left: calc(50% + 1px);
          transform: translate(-50%) rotate(45deg); }
      .search-transcript .prev:before {
        left: calc(54% + 1px);
        top: 9px;
        transform: translate(-50%) rotate(-135deg); } }

@media (min-width: 600px) {
  .grid {
    display: grid;
    margin: -33.5px;
    grid-template-columns: repeat(14, 1fr); } }
.grid--1 > div:first-of-type {
  grid-column: 1 / span 8;
  border-right: 1px solid rgba(0, 0, 0, 0.2); }
  .grid--1 > div:first-of-type .post-template__image:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: linear-gradient(131.34deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    transform: scaleY(-1); }
  .grid--1 > div:first-of-type .post-template__image p {
    position: absolute;
    bottom: 25px;
    left: 30px;
    color: white;
    z-index: 1;
    margin: 0; }
.grid--1 > div:nth-of-type(2) {
  grid-column: 9 / span 3; }
.grid--1 > div:last-of-type {
  grid-column: 12 / span 3; }
.grid--1 > div .column__feed--highlights .post-template {
  transition: all .4s ease-in-out; }
.grid--1 > div .column__feed--highlights:hover .post-template, .grid--1 > div .column__feed--highlights:active .post-template, .grid--1 > div .column__feed--highlights:focus .post-template {
  opacity: 0.7; }
  .grid--1 > div .column__feed--highlights:hover .post-template:hover, .grid--1 > div .column__feed--highlights:hover .post-template:active, .grid--1 > div .column__feed--highlights:hover .post-template:focus, .grid--1 > div .column__feed--highlights:active .post-template:hover, .grid--1 > div .column__feed--highlights:active .post-template:active, .grid--1 > div .column__feed--highlights:active .post-template:focus, .grid--1 > div .column__feed--highlights:focus .post-template:hover, .grid--1 > div .column__feed--highlights:focus .post-template:active, .grid--1 > div .column__feed--highlights:focus .post-template:focus {
    opacity: 1; }
.grid--1 .hide-overlay .post-template__image:before {
  display: none; }
@media screen and (max-width: 1280px) {
  .grid--1 .post-template__copy--cols {
    flex-wrap: wrap; }
  .grid--1 .post-template__copy--cols > div:last-of-type {
    max-width: 100%;
    margin-top: 0; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .grid--1 > div:first-of-type {
    grid-column: 1 / span 6; }
  .grid--1 > div:nth-of-type(2) {
    grid-column: 7 / span 4; }
  .grid--1 > div:last-of-type {
    grid-column: 11 / span 4; } }
@media screen and (max-width: 991px) {
  .grid--1 > div:first-of-type {
    grid-column: 1 / span 14;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .grid--1 > div:nth-of-type(2) {
    grid-column: 1 / span 7; }
  .grid--1 > div:last-of-type {
    grid-column: 8 / span 7; } }
@media screen and (max-width: 599px) {
  .grid--1 .column--text-reader .column__feed {
    position: relative;
    margin-left: 0; }
    .grid--1 .column--text-reader .column__feed::before, .grid--1 .column--text-reader .column__feed::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: 300px;
      background-color: #001391; }
    .grid--1 .column--text-reader .column__feed::before {
      left: -299px; }
    .grid--1 .column--text-reader .column__feed::after {
      right: -299px; }
  .grid--1 .post-template--large .post-template__image p {
    bottom: 15px !important;
    left: 20px !important; }
  .grid--1 .post-template--large .post-template__copy {
    margin-top: 20px; }
  .grid--1 .post-template--large .post-category {
    margin-bottom: 5px; }
  .grid--1 .post-template--large .button {
    margin-bottom: 30px; }
  .grid--1 .post-template--simple {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 20px; }
    .grid--1 .post-template--simple:last-child {
      border-bottom: none; }
    .grid--1 .post-template--simple .title--sm, .grid--1 .post-template--simple h4 {
      font-size: 17px;
      /* 17px */
      font-size: 1.0625rem;
      /* 17px */ }
    .grid--1 .post-template--simple .post-category {
      line-height: 1;
      margin-bottom: 7px; }
  .grid--1 .post-template--simple .post-template__image {
    display: inline-block;
    float: left;
    width: 130px;
    height: 85px;
    padding-bottom: 0;
    margin-right: 20px; }
  .grid--1 .post-template--simple > div:last-of-type {
    display: inline-block;
    width: calc( 100% - 152px ); }
  .grid--1 .post-template--simple p:last-of-type {
    display: none; } }
@media (min-width: 600px) {
  .grid--1.grid--brexit {
    grid-template-columns: repeat(14, 1fr); } }
@media (max-width: 1000px) {
  .grid--1.grid--brexit {
    display: block; } }
.grid--1.grid--brexit .grid-left .grid-left-top {
  display: flex; }
  @media (max-width: 1270px) {
    .grid--1.grid--brexit .grid-left .grid-left-top {
      flex-direction: column; } }
  .grid--1.grid--brexit .grid-left .grid-left-top .column__masthead {
    padding-right: 15px;
    grid-column: 1 / span 9;
    width: 100%;
    margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .grid--1.grid--brexit .grid-left .grid-left-top .column__masthead {
        padding-right: 0; } }
  .grid--1.grid--brexit .grid-left .grid-left-top > .column__feed {
    grid-column: 10 / span 3;
    padding-left: 0;
    padding-right: 15px;
    flex-direction: column; }
    .grid--1.grid--brexit .grid-left .grid-left-top > .column__feed > div:first-of-type {
      border-bottom: 1px solid #D8D8D8;
      padding-bottom: 15px;
      margin-bottom: 25px; }
      @media screen and (max-width: 599px) {
        .grid--1.grid--brexit .grid-left .grid-left-top > .column__feed > div:first-of-type {
          margin-bottom: 0px; }
          .grid--1.grid--brexit .grid-left .grid-left-top > .column__feed > div:first-of-type p {
            display: block !important; } }
    .grid--1.grid--brexit .grid-left .grid-left-top > .column__feed .title--sm, .grid--1.grid--brexit .grid-left .grid-left-top > .column__feed h4 {
      font-size: 1.25rem !important;
      line-height: 1.15 !important; }
    .grid--1.grid--brexit .grid-left .grid-left-top > .column__feed .post-template__image {
      padding-bottom: 51%;
      background: #001491; }
      .grid--1.grid--brexit .grid-left .grid-left-top > .column__feed .post-template__image:before {
        display: none; }
      .grid--1.grid--brexit .grid-left .grid-left-top > .column__feed .post-template__image img {
        object-fit: contain; }
      @media screen and (max-width: 599px) {
        .grid--1.grid--brexit .grid-left .grid-left-top > .column__feed .post-template__image {
          padding-bottom: 28%; } }
    @media (max-width: 1270px) {
      .grid--1.grid--brexit .grid-left .grid-left-top > .column__feed {
        flex-direction: row;
        padding-left: 30px;
        margin: 15px -7.5px; }
        .grid--1.grid--brexit .grid-left .grid-left-top > .column__feed > div {
          padding: 0 7.5px; }
          .grid--1.grid--brexit .grid-left .grid-left-top > .column__feed > div:first-of-type {
            border-bottom: 0px; } }
    @media screen and (max-width: 599px) {
      .grid--1.grid--brexit .grid-left .grid-left-top > .column__feed {
        flex-direction: column;
        padding-left: 0; }
        .grid--1.grid--brexit .grid-left .grid-left-top > .column__feed .post-template--simple .post-template:last-of-type {
          display: block !important; } }
.grid--1.grid--brexit .grid-left > .column {
  padding: 30px 0;
  margin: 0 30px;
  border-top: 1px solid #D8D8D8; }
  .grid--1.grid--brexit .grid-left > .column .column__feed {
    margin: 0 -13.75px; }
    .grid--1.grid--brexit .grid-left > .column .column__feed > div {
      margin: 0 13.75px; }
    @media screen and (max-width: 599px) {
      .grid--1.grid--brexit .grid-left > .column .column__feed {
        flex-direction: column;
        margin: 0; }
        .grid--1.grid--brexit .grid-left > .column .column__feed > div {
          padding-top: 15px;
          margin: 0; } }
  @media screen and (max-width: 599px) {
    .grid--1.grid--brexit .grid-left > .column {
      padding: 0;
      margin: 0; } }
.grid--1.grid--brexit > div:first-of-type {
  grid-column: 1 / span 11;
  border-right: 0; }
  .grid--1.grid--brexit > div:first-of-type .column__feed {
    display: flex; }
    .grid--1.grid--brexit > div:first-of-type .column__feed > div {
      flex-basis: auto;
      flex-grow: 0;
      flex: 1 1 0px;
      margin-top: 0 !important; }
  .grid--1.grid--brexit > div:first-of-type .post-template__image:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    transform: scaleX(-1);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 8.62%, rgba(0, 0, 0, 0.05) 16.56%, rgba(0, 0, 0, 0.12) 23.93%, rgba(0, 0, 0, 0.2) 30.85%, rgba(0, 0, 0, 0.29) 37.42%, rgba(0, 0, 0, 0.39) 43.77%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.61) 56.23%, rgba(0, 0, 0, 0.71) 62.58%, rgba(0, 0, 0, 0.8) 69.15%, rgba(0, 0, 0, 0.88) 76.07%, rgba(0, 0, 0, 0.95) 83.44%, rgba(0, 0, 0, 0.98) 91.38%, #000000 100%); }
  @media (max-width: 1270px) {
    .grid--1.grid--brexit > div:first-of-type {
      grid-column: 1 / span 10; } }
.grid--1.grid--brexit > div:last-of-type {
  grid-column: 12 / span 3; }
  @media (max-width: 1270px) {
    .grid--1.grid--brexit > div:last-of-type {
      grid-column: 11 / span 4; } }
.grid--2 {
  margin-top: 60px;
  margin-bottom: 85px;
  margin-left: -60px;
  margin-right: -60px;
  grid-template-columns: repeat(12, 1fr); }
  .grid--2 > div:first-of-type {
    grid-column: 1 / span 6; }
  .grid--2 > div:last-of-type {
    grid-column: 7 / span 6; }
  @media screen and (min-width: 600px) and (max-width: 991px) {
    .grid--2 > div:first-of-type {
      grid-column: 1 / span 12; }
    .grid--2 > div:last-of-type {
      grid-column: 1 / span 12; } }
  @media screen and (max-width: 599px) {
    .grid--2 {
      margin-top: -30px;
      margin-bottom: 35px; }
      .grid--2 .newsletter-teaser .image-wrapper {
        display: none; } }
.grid--3 {
  grid-template-columns: repeat(12, 1fr); }
  .grid--3 > div:first-of-type {
    grid-column: 1 / span 4; }
    .grid--3 > div:first-of-type .slider-posts .post-category {
      position: absolute;
      top: 25px;
      left: 30px;
      color: #fff;
      z-index: 2; }
    .grid--3 > div:first-of-type .slider-posts p {
      font-size: 16px;
      letter-spacing: 0;
      line-height: 18px;
      color: #000;
      margin-top: 13px; }
    .grid--3 > div:first-of-type .slider-posts .post-template__image:before {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.5;
      background: linear-gradient(138.85deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
    .grid--3 > div:first-of-type .slider-posts .slick-dots {
      position: relative;
      bottom: auto; }
  .grid--3 > div:nth-of-type(2) {
    grid-column: 5 / span 4; }
  .grid--3 > div:last-of-type {
    grid-column: 9 / span 4; }
  .grid--3 > div:first-of-type, .grid--3 > div:nth-of-type(2) {
    position: relative; }
    .grid--3 > div:first-of-type .column__feed, .grid--3 > div:first-of-type .slider-posts, .grid--3 > div:nth-of-type(2) .column__feed, .grid--3 > div:nth-of-type(2) .slider-posts {
      position: relative; }
      .grid--3 > div:first-of-type .column__feed:before, .grid--3 > div:first-of-type .slider-posts:before, .grid--3 > div:nth-of-type(2) .column__feed:before, .grid--3 > div:nth-of-type(2) .slider-posts:before {
        content: "";
        position: absolute;
        right: -30px;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 600px) and (max-width: 991px) {
    .grid--3 > div:first-of-type {
      grid-column: 1 / span 6; }
    .grid--3 > div:nth-of-type(2) {
      grid-column: 7 / span 6; }
    .grid--3 > div:last-of-type {
      grid-column: 1 / span 12; } }
  @media screen and (max-width: 599px) {
    .grid--3 > div:first-of-type .slider-posts:before, .grid--3 > div:nth-of-type(2) .column__feed:before {
      display: none; }
    .grid--3 .slick-dots {
      margin-top: 20px; } }
  .grid--3 * {
    min-height: 0;
    min-width: 0; }
.grid--4 {
  grid-template-columns: repeat(12, 1fr); }
  .grid--4 > div:first-of-type {
    grid-column: 1 / span 4; }
  .grid--4 > div:last-of-type {
    grid-column: 5 / span 9; }
  .grid--4 .post-template--large .post-template__copy {
    margin-top: 27px; }
  .grid--4 .post-template--large .post-category {
    display: none; }
  @media screen and (min-width: 992px) and (max-width: 1250px) {
    .grid--4 > div:first-of-type {
      grid-column: 1 / span 6; }
    .grid--4 > div:last-of-type {
      grid-column: 7 / span 6; } }
  @media screen and (min-width: 600px) and (max-width: 991px) {
    .grid--4 > div:first-of-type, .grid--4 > div:last-of-type {
      grid-column: 1 / span 12; }
    .grid--4 .hide-on-mobile {
      display: none !important; }
    .grid--4 .mobile-only {
      display: block !important; } }
  @media screen and (max-width: 599px) {
    .grid--4 .column__header .title, .grid--4 .teasers__header .title, .grid--4 .column__header h1, .grid--4 .teasers__header h1, .grid--4 .column__header h2, .grid--4 .teasers__header h2, .grid--4 .column__header h3, .grid--4 .teasers__header h3, .grid--4 .column__header h4, .grid--4 .teasers__header h4 {
      margin-bottom: 20px; }
    .grid--4 .category-menu {
      position: relative;
      margin-top: -30px;
      padding: 30px 2px; }
      .grid--4 .category-menu::before, .grid--4 .category-menu::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 150px;
        background-color: #001391; }
      .grid--4 .category-menu::before {
        left: -149px; }
      .grid--4 .category-menu::after {
        right: -149px; } }
.grid--5 > div:first-of-type {
  grid-column: 1 / span 14;
  margin: 0 -30px;
  padding: 0;
  width: calc(100% + 60px); }
@media screen and (min-width: 600px) and (max-width: 991px) {
  .grid--5 .title--xl {
    font-size: 44px;
    /* 44px */
    font-size: 2.75rem;
    /* 44px */ }
  .grid--5 .post-template--photo-teaser .post-template__copy {
    bottom: 35px; } }
.grid--6 {
  display: block; }
  .grid--6 .column__feed {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 78px; }
    .grid--6 .column__feed > div:before {
      content: "";
      position: absolute;
      right: -39px;
      top: 0;
      bottom: 0;
      width: 1px;
      background-color: rgba(0, 0, 0, 0.2); }
    .grid--6 .column__feed > div:last-of-type:before {
      display: none; }
    .grid--6 .column__feed div:nth-of-type(1) {
      grid-column: 1 / span 1; }
    .grid--6 .column__feed div:nth-of-type(2) {
      grid-column: 2 / span 1; }
    .grid--6 .column__feed div:nth-of-type(3) {
      grid-column: 3 / span 1; }
    .grid--6 .column__feed div:nth-of-type(4) {
      grid-column: 4 / span 1; }
    .grid--6 .column__feed div:nth-of-type(5) {
      grid-column: 5 / span 1; }
    .grid--6 .column__feed .post-template--report {
      transition: all .4s ease-in-out; }
      .grid--6 .column__feed .post-template--report:hover, .grid--6 .column__feed .post-template--report:active, .grid--6 .column__feed .post-template--report:focus {
        transform: translateY(-10px); }
    @media screen and (min-width: 992px) and (max-width: 1100px) {
      .grid--6 .column__feed {
        column-gap: 52px; }
        .grid--6 .column__feed > div:before {
          right: -26px; } }
    @media all and (-ms-high-contrast: none) {
      .grid--6 .column__feed .post-template {
        margin: 0 38px;
        padding: 0 38px; } }
  @media screen and (max-width: 767px) {
    .grid--6 .column__feed {
      display: flex;
      width: calc( 100% + 60px);
      height: 100%;
      overflow-x: auto;
      column-gap: 0; }
      .grid--6 .column__feed > div {
        margin-right: 20px; }
      .grid--6 .column__feed::-webkit-scrollbar {
        height: 5px; }
      .grid--6 .column__feed::-webkit-scrollbar-track {
        background: #f1f1f1; }
      .grid--6 .column__feed::-webkit-scrollbar-thumb {
        background: #001391; }
      .grid--6 .column__feed .post-template {
        height: 100%;
        min-width: 250px; }
        .grid--6 .column__feed .post-template:last-of-type {
          margin-right: 40px; }
        .grid--6 .column__feed .post-template:before {
          display: none; } }

.post-template {
  position: relative; }
  .post-template .object-fit {
    width: 100%; }
  .post-template__image {
    background-color: lightgrey; }
  .post-template--report .post-template__image {
    box-shadow: 5px 6px 11px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 134%;
    background: lightgrey; }
  .post-template--report + .post-template__report {
    margin-right: 30px; }
  .post-template--photo-teaser {
    width: 100%;
    margin: 35.5px 0;
    position: relative; }
    .post-template--photo-teaser .post-template__copy {
      position: absolute;
      bottom: 50px;
      left: 60px;
      right: 60px;
      z-index: 999; }
      .post-template--photo-teaser .post-template__copy .title, .post-template--photo-teaser .post-template__copy h1, .post-template--photo-teaser .post-template__copy h2, .post-template--photo-teaser .post-template__copy h3, .post-template--photo-teaser .post-template__copy h4 {
        max-width: 900px; }
      .post-template--photo-teaser .post-template__copy .title, .post-template--photo-teaser .post-template__copy h1, .post-template--photo-teaser .post-template__copy h2, .post-template--photo-teaser .post-template__copy h3, .post-template--photo-teaser .post-template__copy h4, .post-template--photo-teaser .post-template__copy .post-category, .post-template--photo-teaser .post-template__copy p {
        color: #fff; }
      .post-template--photo-teaser .post-template__copy a {
        color: white; }
    .post-template--photo-teaser .post-template__image {
      padding-bottom: 52%; }
      .post-template--photo-teaser .post-template__image:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 73%;
        z-index: 99;
        opacity: 0.8;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
  .post-template--large .post-template__copy {
    margin-top: 50px; }
    .post-template--large .post-template__copy p {
      max-width: 700px; }
  .post-template--large .title, .post-template--large h1, .post-template--large h2, .post-template--large h3, .post-template--large h4 {
    margin-right: 40px;
    min-width: 416px;
    margin-bottom: 16px; }
    @media (max-width: 1100px) {
      .post-template--large .title, .post-template--large h1, .post-template--large h2, .post-template--large h3, .post-template--large h4 {
        min-width: unset; } }
  .post-template--large .post-category {
    font-size: 13px;
    margin: 0 0 12px; }
  .post-template--large p.primary-color {
    color: #001391; }
  .post-template--simple .title, .post-template--simple h1, .post-template--simple h2, .post-template--simple h3, .post-template--simple h4 {
    transition: all .4s ease-in-out; }
  .post-template--simple:hover .title, .post-template--simple:hover h1, .post-template--simple:hover h2, .post-template--simple:hover h3, .post-template--simple:hover h4, .post-template--simple:active .title, .post-template--simple:active h1, .post-template--simple:active h2, .post-template--simple:active h3, .post-template--simple:active h4, .post-template--simple:focus .title, .post-template--simple:focus h1, .post-template--simple:focus h2, .post-template--simple:focus h3, .post-template--simple:focus h4 {
    color: #0047C7; }
  .post-template--simple .post-template__image {
    margin-bottom: 15px; }
  .post-template--simple .post-category {
    margin: 0 0 2px; }
  .post-template--simple p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
    color: #000;
    margin-bottom: 5px; }
  .post-template--simple p.excerpt {
    font-size: 18px; }
  .post-template--simple + .post-template--simple:not(.post-template--report) {
    margin-top: 30px; }
  .post-template--simple .theme {
    display: inline-block;
    margin-right: 25px;
    margin-top: 25px;
    font-size: 12.8px;
    letter-spacing: 0.06px;
    line-height: 16.72px;
    text-transform: uppercase;
    font-weight: 700; }
    .post-template--simple .theme svg {
      height: 21px;
      margin-right: 5px; }
    .post-template--simple .theme.term-relationship-with-the-eu svg {
      width: 32px; }
  .post-template--multimedia .post-category {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    color: #fff;
    z-index: 1; }
    @media (max-width: 575px) {
      .post-template--multimedia .post-category {
        left: 10px;
        bottom: 5px; }
        .post-template--multimedia .post-category span:first-of-type {
          display: none; } }
  .post-template--multimedia .title, .post-template--multimedia h1, .post-template--multimedia h2, .post-template--multimedia h3, .post-template--multimedia h4 {
    font-size: 23px !important;
    line-height: 27px !important; }
  .post-template--multimedia .post-template__image:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 8.62%, rgba(0, 0, 0, 0.05) 16.56%, rgba(0, 0, 0, 0.12) 23.93%, rgba(0, 0, 0, 0.2) 30.85%, rgba(0, 0, 0, 0.29) 37.42%, rgba(0, 0, 0, 0.39) 43.77%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.61) 56.23%, rgba(0, 0, 0, 0.71) 62.58%, rgba(0, 0, 0, 0.8) 69.15%, rgba(0, 0, 0, 0.88) 76.07%, rgba(0, 0, 0, 0.95) 83.44%, rgba(0, 0, 0, 0.98) 91.38%, #000000 100%); }
  .post-template--multimedia p:first-of-type {
    color: #000;
    font-size: 16px; }
  .post-template--simple-excerpt .post-template__image {
    margin-bottom: 15px; }
  .post-template--simple-excerpt .post-category {
    margin: 0px 0 2px; }
  .post-template--background-teaser {
    padding: 30px 30px 40px 30px;
    background-color: #D0D4E3; }
    .post-template--background-teaser .title, .post-template--background-teaser h1, .post-template--background-teaser h2, .post-template--background-teaser h3, .post-template--background-teaser h4, .post-template--background-teaser a, .post-template--background-teaser p, .post-template--background-teaser .post-category {
      color: #000; }
    .post-template--background-teaser a {
      font-weight: bold; }
    .post-template--background-teaser p {
      font-size: 16px;
      letter-spacing: 0;
      line-height: 23px; }
    .post-template--background-teaser--post {
      background-color: #0047C7; }
      .post-template--background-teaser--post .title, .post-template--background-teaser--post h1, .post-template--background-teaser--post h2, .post-template--background-teaser--post h3, .post-template--background-teaser--post h4, .post-template--background-teaser--post a, .post-template--background-teaser--post p, .post-template--background-teaser--post .post-category {
        color: #fff; }
    .post-template--background-teaser + .post-template--background-teaser {
      margin-top: 35px; }
  .post-template--background-teaser .post-category, .post-template--academic-teaser .post-category {
    margin-bottom: 15px; }
  .post-template--academic-teaser {
    background-color: #0047C7;
    color: #fff;
    padding: 30px 30px 40px 30px; }
    .post-template--academic-teaser .post-category, .post-template--academic-teaser .title, .post-template--academic-teaser h1, .post-template--academic-teaser h2, .post-template--academic-teaser h3, .post-template--academic-teaser h4, .post-template--academic-teaser a, .post-template--academic-teaser p {
      color: #fff; }
    .post-template--academic-teaser .post-category {
      font-size: 15px;
      /* 15px */
      font-size: 0.9375rem;
      /* 15px */ }
    .post-template--academic-teaser a {
      font-weight: bold; }
    .post-template--academic-teaser .post-template__round_img {
      float: right;
      width: 73px;
      height: 73px;
      border-radius: 50%;
      border: 2px solid #fff;
      background-size: cover;
      background-repeat: no-repeat; }
    .post-template--academic-teaser + .post-template--academic-teaser {
      margin-top: 35px;
      background-color: #D0D4E3; }
      .post-template--academic-teaser + .post-template--academic-teaser .post-category, .post-template--academic-teaser + .post-template--academic-teaser .title, .post-template--academic-teaser + .post-template--academic-teaser h1, .post-template--academic-teaser + .post-template--academic-teaser h2, .post-template--academic-teaser + .post-template--academic-teaser h3, .post-template--academic-teaser + .post-template--academic-teaser h4, .post-template--academic-teaser + .post-template--academic-teaser a, .post-template--academic-teaser + .post-template--academic-teaser p {
        color: #000; }
    @media screen and (max-width: 599px) {
      .post-template--academic-teaser {
        position: relative;
        padding: 30px 0 40px 0; }
        .post-template--academic-teaser::before, .post-template--academic-teaser::after {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          width: 150px;
          background-color: #0047C7; }
        .post-template--academic-teaser::before {
          left: -149px; }
        .post-template--academic-teaser::after {
          right: -149px; }
        .post-template--academic-teaser + .post-template--academic-teaser {
          margin-top: 0; }
          .post-template--academic-teaser + .post-template--academic-teaser::before, .post-template--academic-teaser + .post-template--academic-teaser::after {
            background-color: #D0D4E3; } }
  .post-template--text-only .title, .post-template--text-only h1, .post-template--text-only h2, .post-template--text-only h3, .post-template--text-only h4 {
    margin-bottom: 0;
    transition: all .4s ease-in-out; }
  .post-template--text-only + .post-template--text-only {
    margin-top: 30px; }
  .post-template--text-only:hover .title, .post-template--text-only:hover h1, .post-template--text-only:hover h2, .post-template--text-only:hover h3, .post-template--text-only:hover h4, .post-template--text-only:active .title, .post-template--text-only:active h1, .post-template--text-only:active h2, .post-template--text-only:active h3, .post-template--text-only:active h4, .post-template--text-only:focus .title, .post-template--text-only:focus h1, .post-template--text-only:focus h2, .post-template--text-only:focus h3, .post-template--text-only:focus h4 {
    color: #0047C7; }
  .post-template__copy--cols {
    display: flex; }
    .post-template__copy--cols > div:last-of-type {
      margin-top: 35px;
      max-width: 289px; }

.category-menu {
  background-color: #001391;
  padding: 30px 40px; }
  .category-menu div {
    margin-bottom: 30px; }
  .category-menu a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
    transition: all .4s ease-in-out; }
    .category-menu a:hover, .category-menu a:active, .category-menu a:focus {
      transform: translateX(15px); }
  .category-menu span {
    display: inline-block;
    max-width: 70%;
    vertical-align: middle; }
  .category-menu .title, .category-menu h1, .category-menu h2, .category-menu h3, .category-menu h4, .category-menu p {
    color: #fff; }
  .category-menu img {
    margin-right: 27px; }
  .category-menu svg path, .category-menu svg polygon, .category-menu svg circle {
    fill: #fff; }

.grid .column {
  padding: 0 30px;
  margin: 30px 0; }
  .grid .column--text-reader .column__feed {
    margin-left: -30px;
    padding: 30px;
    background-color: #001391; }
    .grid .column--text-reader .column__feed .title, .grid .column--text-reader .column__feed h1, .grid .column--text-reader .column__feed h2, .grid .column--text-reader .column__feed h3, .grid .column--text-reader .column__feed h4, .grid .column--text-reader .column__feed p, .grid .column--text-reader .column__feed .post-category {
      color: #fff; }

.column__header, .teasers__header {
  border-top: 2px solid #000;
  display: flex;
  justify-content: space-between;
  padding: 17px 0 25px; }
  @media screen and (max-width: 599px) {
    .column__header, .teasers__header {
      border-top: none; } }
  .column__header .title, .teasers__header .title, .column__header h1, .teasers__header h1, .column__header h2, .teasers__header h2, .column__header h3, .teasers__header h3, .column__header h4, .teasers__header h4 {
    text-transform: uppercase; }
  .column__header a, .teasers__header a {
    font-weight: 500; }

.newsletter-teaser {
  background-color: #0047C7;
  display: flex;
  padding: 40px 40px 40px 60px;
  position: relative;
  overflow: hidden; }
  .newsletter-teaser p, .newsletter-teaser .title, .newsletter-teaser h1, .newsletter-teaser h2, .newsletter-teaser h3, .newsletter-teaser h4 {
    color: #fff; }
  .newsletter-teaser img {
    max-width: 185px; }
  .newsletter-teaser .button {
    margin-bottom: 0; }
  .newsletter-teaser .image-wrapper {
    margin-left: 40px;
    margin-bottom: -87px; }
  .newsletter-teaser p.intro {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px; }
  .newsletter-teaser .title, .newsletter-teaser h1, .newsletter-teaser h2, .newsletter-teaser h3, .newsletter-teaser h4 {
    font-size: 24px;
    text-transform: uppercase; }
  .newsletter-teaser p {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 19px; }

.soundcloud-teaser {
  background-color: #FB471F;
  padding: 40px 40px 40px 60px; }
  .soundcloud-teaser p, .soundcloud-teaser .title, .soundcloud-teaser h1, .soundcloud-teaser h2, .soundcloud-teaser h3, .soundcloud-teaser h4 {
    color: #fff; }
  .soundcloud-teaser p.intro {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px; }
  .soundcloud-teaser .title, .soundcloud-teaser h1, .soundcloud-teaser h2, .soundcloud-teaser h3, .soundcloud-teaser h4 {
    font-size: 24px;
    text-transform: uppercase; }
  .soundcloud-teaser img {
    width: 100%; }
  .soundcloud-teaser .soundcloud-embed {
    background-color: #F2F2F2;
    padding: 20px; }

.inner-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr); }
  .inner-grid > div:first-of-type {
    grid-column: 1 / span 2; }
  .inner-grid > div:nth-of-type(2) {
    grid-column: 4 / span 6; }
    .inner-grid > div:nth-of-type(2) .title, .inner-grid > div:nth-of-type(2) h1, .inner-grid > div:nth-of-type(2) h2, .inner-grid > div:nth-of-type(2) h3, .inner-grid > div:nth-of-type(2) h4 {
      margin-bottom: 25px; }
  .inner-grid > div:last-of-type {
    grid-column: 11 / span 2; }
    .inner-grid > div:last-of-type > div {
      position: sticky;
      top: 30px; }
  .inner-grid--fact > div:first-of-type {
    grid-column: 1 / span 1; }
    .inner-grid--fact > div:first-of-type p {
      color: #001391;
      line-height: 21px; }
  .inner-grid--fact > div:nth-of-type(2) {
    grid-column: 3 / span 4; }
  .inner-grid--fact > div:last-of-type {
    grid-column: 8 / span 4; }
  .inner-grid--archive-intro {
    margin-top: -20px; }
    .inner-grid--archive-intro .inner-grid__content {
      grid-column: 3 / span 8; }
      @media screen and (max-width: 991px) {
        .inner-grid--archive-intro .inner-grid__content {
          grid-column: 2 / span 10; } }
      @media screen and (max-width: 767px) {
        .inner-grid--archive-intro .inner-grid__content {
          grid-column: 1 / span 12; } }
  .inner-grid__sticky-teasers > div > .title, .inner-grid__sticky-teasers > div > h1, .inner-grid__sticky-teasers > div > h2, .inner-grid__sticky-teasers > div > h3, .inner-grid__sticky-teasers > div > h4 {
    max-width: 160px;
    margin-bottom: 25px; }
  .inner-grid__meta p, .inner-grid__meta a {
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 20px; }
  .inner-grid__meta .post-category {
    color: #000; }
  .inner-grid__meta .share-links a {
    display: inline-block;
    margin-right: 15px; }
  .inner-grid__meta .authors {
    margin-bottom: 20px; }
    .inner-grid__meta .authors a {
      margin-bottom: 0; }
  @media (max-width: 575px) {
    .inner-grid__meta p, .inner-grid__meta a {
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 25px; }
    .inner-grid__meta .share-links {
      margin-top: 15px; }
      .inner-grid__meta .share-links a {
        margin-right: 25px; }
        .inner-grid__meta .share-links a img {
          height: 23px; } }
  .inner-grid__content {
    /*
    a[href$=".pdf"]:not(.button):not(.permalink) {
    position: relative;
    padding-left: 30px;
    color: #0047C7;
    display: block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
    &:after {
    content: url(../img/social/link-share.svg);
    position: absolute;
    left: 0;
    top: 4px;
  }
  &:before {
  left: 30px!important;
}
}
*/ }
    .inner-grid__content p:first-of-type img {
      display: none; }
    .inner-grid__content img {
      width: 100%;
      height: auto; }
    .inner-grid__content a:not(.button) {
      color: #0047C7;
      font-weight: bold; }
    .inner-grid__content ul li {
      padding-bottom: 20px; }
    .inner-grid__content ul {
      list-style: none;
      /* Remove default bullets */ }
    .inner-grid__content ul li::before {
      content: "\2022";
      /* Add content: \2022 is the CSS Code/unicode for a bullet */
      color: #192A9C;
      /* Change the color */
      font-weight: bold;
      /* If you want it to be bold */
      display: inline-block;
      /* Needed to add space between the bullet and the text */
      width: 1em;
      /* Also needed for space (tweak if needed) */
      margin-left: -1em;
      /* Also needed for space (tweak if needed) */ }
    .inner-grid__content h2 + p, .inner-grid__content h3 + p {
      margin-top: 25px; }
    .inner-grid__content h2 {
      font-size: 26px;
      font-weight: bold;
      letter-spacing: 0.12px;
      line-height: 42px; }
  @media screen and (max-width: 767px) {
    .inner-grid {
      display: block;
      margin-top: -30px; }
      .inner-grid .inner-grid__sticky-teasers {
        display: none; }
      .inner-grid .inner-grid__meta {
        padding-bottom: 10px;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); } }

.single-multimedia .inner-grid .button--shadow {
  border: 1px solid #001391;
  padding: 8px 16px;
  font-size: 13px;
  margin-right: 0; }

.index-loop {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 36px; }
  .index-loop--explainers {
    grid-template-columns: 1fr 1fr; }
  .index-loop .post-template--simple {
    margin-top: 0 !important;
    margin-bottom: 50px; }
    .index-loop .post-template--simple p {
      font-size: 16px; }
      .index-loop .post-template--simple p:first-of-type {
        margin: 20px 0; }
    .index-loop .post-template--simple .title--sm, .index-loop .post-template--simple h4 {
      margin-top: 25px; }
    .index-loop .post-template--simple .post-category {
      display: none; }
  .index-loop .post-template--report .title, .index-loop .post-template--report h1, .index-loop .post-template--report h2, .index-loop .post-template--report h3, .index-loop .post-template--report h4 {
    margin-top: 10px; }
  .index-loop .post-template--report p {
    color: #000; }
  .index-loop .post-template--multimedia .post-category {
    display: block; }
  .index-loop .post-template--multimedia p:first-of-type {
    color: #000;
    font-size: 16px;
    margin-top: 10px; }
  .index-loop .post-template--background-teaser + .post-template--background-teaser {
    margin-top: 0px; }
  .index-loop .post-template--background-teaser {
    margin-bottom: 36px; }
    .index-loop .post-template--background-teaser .post-category {
      display: none; }
  .index-loop--reports {
    grid-template-columns: 1fr 1fr;
    column-gap: 66px; }
    .index-loop--reports .post-template--simple {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
      .index-loop--reports .post-template--simple:nth-of-type(odd):before {
        content: "";
        position: absolute;
        right: -33px;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.2); }
      .index-loop--reports .post-template--simple .post-template__image {
        grid-column: 4 / span 2;
        order: 2;
        padding-left: 20px;
        max-height: 310px; }
      .index-loop--reports .post-template--simple div:last-of-type {
        grid-column: 1 / span 3;
        margin-right: 30px; }
  @media screen and (max-width: 991px) {
    .index-loop {
      grid-template-columns: 1fr 1fr; }
      .index-loop--reports {
        grid-template-columns: 1fr; }
      .index-loop--reports .post-template--simple:nth-of-type(odd):before {
        display: none; } }
  @media screen and (max-width: 600px) {
    .index-loop {
      grid-template-columns: 1fr; }
      .index-loop .post-template--simple {
        margin-bottom: 30px;
        padding-bottom: 24px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
        .index-loop .post-template--simple:last-child {
          border-bottom: none; }
      .index-loop .post-template--simple:not(:first-of-type) .title--sm, .index-loop .post-template--simple:not(:first-of-type) h4 {
        font-size: 17px;
        /* 17px */
        font-size: 1.0625rem;
        /* 17px */
        margin-top: 0; }
      .index-loop .post-template--simple:not(:first-of-type) .post-template__image {
        display: inline-block;
        float: left;
        width: 130px;
        height: 85px;
        padding-bottom: 0;
        margin-right: 20px; }
      .index-loop .post-template--simple:not(:first-of-type) > div:last-of-type {
        display: inline-block;
        width: calc( 100% - 152px ); }
      .index-loop .post-template--simple:not(:first-of-type) p:first-of-type {
        margin: 11px 0; }
      .index-loop--reports .post-template--simple, .index-loop--reports .post-template--simple:not(:first-of-type) {
        display: block; }
        .index-loop--reports .post-template--simple .post-template__image, .index-loop--reports .post-template--simple:not(:first-of-type) .post-template__image {
          display: block;
          width: 100%;
          height: auto;
          padding-bottom: 134%; }
        .index-loop--reports .post-template--simple > div:last-of-type, .index-loop--reports .post-template--simple:not(:first-of-type) > div:last-of-type {
          display: block;
          width: 100%;
          margin-right: 0; }
        .index-loop--reports .post-template--simple .title--sm, .index-loop--reports .post-template--simple h4, .index-loop--reports .post-template--simple:not(:first-of-type) .title--sm, .index-loop--reports .post-template--simple:not(:first-of-type) h4 {
          font-size: 17px;
          /* 17px */
          font-size: 1.0625rem;
          /* 17px */
          margin-top: 0; } }

.archive-grid > .column .column__header, .archive-grid > .column .teasers__header {
  margin-top: 80px; }
.archive-grid > .column .column__feed {
  display: grid;
  grid-column-gap: 36px; }
.archive-grid > .column:first-of-type > .column__header, .archive-grid > .column:first-of-type > .teasers__header {
  margin-top: 0;
  border-top: 0; }
.archive-grid > .column:first-of-type > .column__feed {
  grid-template-columns: 1fr 1fr 1fr; }
  .archive-grid > .column:first-of-type > .column__feed > div:not(:last-of-type) {
    position: relative; }
    .archive-grid > .column:first-of-type > .column__feed > div:not(:last-of-type):before {
      content: "";
      position: absolute;
      right: -18px;
      top: 30px;
      bottom: 0;
      width: 1px;
      background-color: rgba(0, 0, 0, 0.2); }
.archive-grid > .column:nth-of-type(2) .column__feed {
  grid-template-columns: 1fr 1fr; }
  .archive-grid > .column:nth-of-type(2) .column__feed .post-template--large .post-template__copy {
    margin-top: 20px; }
.archive-grid > .column:nth-of-type(3) > .column__feed {
  grid-template-columns: 1fr 1fr 1fr; }
  .archive-grid > .column:nth-of-type(3) > .column__feed > div:not(:last-of-type) {
    position: relative; }
    .archive-grid > .column:nth-of-type(3) > .column__feed > div:not(:last-of-type):before {
      content: "";
      position: absolute;
      right: -18px;
      top: 30px;
      bottom: 0;
      width: 1px;
      background-color: rgba(0, 0, 0, 0.2); }
.archive-grid > .column:nth-of-type(4) > .column__feed {
  grid-template-columns: 1fr 1fr; }
  .archive-grid > .column:nth-of-type(4) > .column__feed > .column:first-of-type .column__header, .archive-grid > .column:nth-of-type(4) > .column__feed > .column:first-of-type .teasers__header {
    margin-top: 80px; }
  .archive-grid > .column:nth-of-type(4) > .column__feed > .column:first-of-type .column__feed {
    display: block; }
    .archive-grid > .column:nth-of-type(4) > .column__feed > .column:first-of-type .column__feed .post-template--background-teaser {
      background: transparent;
      padding: 0;
      margin-bottom: 40px;
      padding-bottom: 40px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      .archive-grid > .column:nth-of-type(4) > .column__feed > .column:first-of-type .column__feed .post-template--background-teaser .title, .archive-grid > .column:nth-of-type(4) > .column__feed > .column:first-of-type .column__feed .post-template--background-teaser h1, .archive-grid > .column:nth-of-type(4) > .column__feed > .column:first-of-type .column__feed .post-template--background-teaser h2, .archive-grid > .column:nth-of-type(4) > .column__feed > .column:first-of-type .column__feed .post-template--background-teaser h3, .archive-grid > .column:nth-of-type(4) > .column__feed > .column:first-of-type .column__feed .post-template--background-teaser h4 {
        color: #001391;
        margin-bottom: 17px; }
      .archive-grid > .column:nth-of-type(4) > .column__feed > .column:first-of-type .column__feed .post-template--background-teaser a {
        text-transform: uppercase;
        transition: all .4s ease-in-out; }
      .archive-grid > .column:nth-of-type(4) > .column__feed > .column:first-of-type .column__feed .post-template--background-teaser .post-category {
        display: none; }
      .archive-grid > .column:nth-of-type(4) > .column__feed > .column:first-of-type .column__feed .post-template--background-teaser:hover a, .archive-grid > .column:nth-of-type(4) > .column__feed > .column:first-of-type .column__feed .post-template--background-teaser:active a, .archive-grid > .column:nth-of-type(4) > .column__feed > .column:first-of-type .column__feed .post-template--background-teaser:focus a {
        color: #0047C7; }
      .archive-grid > .column:nth-of-type(4) > .column__feed > .column:first-of-type .column__feed .post-template--background-teaser:last-child {
        border-bottom-color: transparent; }
  .archive-grid > .column:nth-of-type(4) > .column__feed > .column:last-of-type .column__feed {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .archive-grid > .column:nth-of-type(4) > .column__feed > .column:last-of-type .column__feed .post-template:first-of-type:before {
      content: "";
      position: absolute;
      right: -18px;
      top: 0;
      bottom: 0;
      width: 1px;
      background-color: rgba(0, 0, 0, 0.2); }
.archive-grid > .column:nth-of-type(5) > .column__feed {
  grid-template-columns: 1fr 1fr 1fr; }
  .archive-grid > .column:nth-of-type(5) > .column__feed > div:not(:last-of-type) {
    position: relative; }
    .archive-grid > .column:nth-of-type(5) > .column__feed > div:not(:last-of-type):before {
      content: "";
      position: absolute;
      right: -18px;
      top: 30px;
      bottom: 0;
      width: 1px;
      background-color: rgba(0, 0, 0, 0.2); }
.archive-grid .post-template--simple {
  margin-top: 0 !important; }
@media screen and (min-width: 600px) and (max-width: 991px) {
  .archive-grid > .column:nth-of-type(3) > .column__feed {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
    .archive-grid > .column:nth-of-type(3) > .column__feed > div:first-of-type {
      grid-column: 1 / span 2;
      margin-bottom: 30px; }
    .archive-grid > .column:nth-of-type(3) > .column__feed > div:nth-of-type(2) {
      grid-column: 3 / span 2;
      margin-bottom: 30px; }
      .archive-grid > .column:nth-of-type(3) > .column__feed > div:nth-of-type(2)::before {
        display: none; }
    .archive-grid > .column:nth-of-type(3) > .column__feed > div:last-of-type {
      height: 240px;
      grid-column: 1 / span 4; } }
@media screen and (max-width: 767px) {
  .archive-grid > .column:first-of-type > .column__feed, .archive-grid > .column:nth-of-type(5) > .column__feed {
    display: block; }
    .archive-grid > .column:first-of-type > .column__feed > div:not(:last-of-type):before, .archive-grid > .column:nth-of-type(5) > .column__feed > div:not(:last-of-type):before {
      display: none; }
    .archive-grid > .column:first-of-type > .column__feed > div:not(:last-of-type), .archive-grid > .column:nth-of-type(5) > .column__feed > div:not(:last-of-type) {
      margin-bottom: 30px;
      padding-bottom: 24px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .archive-grid > .column:first-of-type > .column__feed .post-template--simple .post-category, .archive-grid > .column:nth-of-type(5) > .column__feed .post-template--simple .post-category {
      line-height: 1;
      margin-bottom: 7px; }
    .archive-grid > .column:first-of-type > .column__feed > div:not(:first-of-type) .title--sm, .archive-grid > .column:first-of-type > .column__feed > div:not(:first-of-type) h4, .archive-grid > .column:nth-of-type(5) > .column__feed > div:not(:first-of-type) .title--sm, .archive-grid > .column:nth-of-type(5) > .column__feed > div:not(:first-of-type) h4 {
      font-size: 17px;
      /* 17px */
      font-size: 1.0625rem;
      /* 17px */ }
    .archive-grid > .column:first-of-type > .column__feed > div:not(:first-of-type) .post-template__image, .archive-grid > .column:nth-of-type(5) > .column__feed > div:not(:first-of-type) .post-template__image {
      display: inline-block;
      float: left;
      width: 130px;
      height: 85px;
      padding-bottom: 0;
      margin-right: 20px; }
    .archive-grid > .column:first-of-type > .column__feed > div:not(:first-of-type) > div:last-of-type, .archive-grid > .column:nth-of-type(5) > .column__feed > div:not(:first-of-type) > div:last-of-type {
      display: inline-block;
      width: calc( 100% - 152px ); }
    .archive-grid > .column:first-of-type > .column__feed > div:not(:first-of-type) p:last-of-type, .archive-grid > .column:nth-of-type(5) > .column__feed > div:not(:first-of-type) p:last-of-type {
      display: none; }
  .archive-grid > .column:nth-of-type(2) > .column__feed .title--xl {
    font-size: 22px;
    /* 22px */
    font-size: 1.375rem;
    /* 22px */ }
  .archive-grid > .column:nth-of-type(4) > .column__feed {
    display: block; }
    .archive-grid > .column:nth-of-type(4) > .column__feed .title--sm, .archive-grid > .column:nth-of-type(4) > .column__feed h4 {
      font-size: 22px;
      /* 22px */
      font-size: 1.375rem;
      /* 22px */ } }
@media screen and (max-width: 599px) {
  .archive-grid > .column:nth-of-type(2) .column__feed {
    display: block; }
    .archive-grid > .column:nth-of-type(2) .column__feed .post-template {
      margin-bottom: 30px; }
  .archive-grid > .column:nth-of-type(3) > .column__feed {
    display: block; }
    .archive-grid > .column:nth-of-type(3) > .column__feed > div:first-of-type, .archive-grid > .column:nth-of-type(3) > .column__feed > div:nth-of-type(2) {
      margin-bottom: 30px; }
      .archive-grid > .column:nth-of-type(3) > .column__feed > div:first-of-type::before, .archive-grid > .column:nth-of-type(3) > .column__feed > div:nth-of-type(2)::before {
        display: none; } }
@media screen and (max-width: 499px) {
  .archive-grid > .column:nth-of-type(4) > .column__feed > .column:last-of-type .column__feed {
    display: block; }
    .archive-grid > .column:nth-of-type(4) > .column__feed > .column:last-of-type .column__feed .post-template {
      margin-bottom: 30px; }
      .archive-grid > .column:nth-of-type(4) > .column__feed > .column:last-of-type .column__feed .post-template h3 {
        font-size: 22px;
        /* 22px */
        font-size: 1.375rem;
        /* 22px */ }
    .archive-grid > .column:nth-of-type(4) > .column__feed > .column:last-of-type .column__feed .post-template:first-of-type:before {
      display: none; } }

.index-loop.index-loop--interviews {
  grid-template-columns: repeat(5, minmax(0, 1fr)); }
  @media screen and (max-width: 991px) {
    .index-loop.index-loop--interviews {
      grid-template-columns: repeat(4, minmax(0, 1fr)); } }
  @media screen and (max-width: 767px) {
    .index-loop.index-loop--interviews {
      grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  @media screen and (max-width: 500px) {
    .index-loop.index-loop--interviews {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media screen and (min-width: 1400px) {
    .index-loop.index-loop--interviews {
      grid-template-columns: repeat(5, minmax(0, 1fr)); } }
  .index-loop.index-loop--interviews div.object-fit {
    padding-bottom: 125%; }
  .index-loop.index-loop--interviews .post-template {
    margin-bottom: 40px; }
    .index-loop.index-loop--interviews .post-template .title--sm, .index-loop.index-loop--interviews .post-template h4 {
      font-size: 1.4375rem;
      line-height: 1;
      letter-spacing: 0.24px;
      text-align: center;
      margin-top: 5px; }
    .index-loop.index-loop--interviews .post-template p {
      text-align: center;
      margin-bottom: 0 !important;
      margin-top: 12px !important; }
    .index-loop.index-loop--interviews .post-template__image {
      margin-bottom: 15px; }
    .index-loop.index-loop--interviews .post-template:hover .title--sm, .index-loop.index-loop--interviews .post-template:hover h4 {
      color: #FB471F; }

.tax-theme .post-template .theme {
  display: none; }
.tax-theme .post-category {
  display: none; }
.tax-theme .post-template--simple .title, .tax-theme .post-template--simple h1, .tax-theme .post-template--simple h2, .tax-theme .post-template--simple h3, .tax-theme .post-template--simple h4 {
  margin-bottom: 22px; }
.tax-theme .excerpt p {
  font-size: 18px;
  line-height: 24px; }

.grid-about {
  padding: 0 113px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 78px;
  /* IE */
  /* ---- */ }
  .grid-about div:nth-of-type(1) {
    grid-column: 1 / span 1; }
  .grid-about div:nth-of-type(2) {
    grid-column: 2 / span 1; }
  @media all and (-ms-high-contrast: none) {
    .grid-about div:nth-of-type(1) {
      padding-right: 39px; }
    .grid-about div:nth-of-type(2) {
      padding-left: 39px; } }
  .grid-about div:first-of-type p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 27px;
    font-weight: bold; }
  .grid-about div:last-of-type p {
    margin-bottom: 45px; }
  .grid-about .title, .grid-about h1, .grid-about h2, .grid-about h3, .grid-about h4 {
    color: #001391;
    border-top: 2px solid black;
    padding-top: 15px; }
    .grid-about .title + .title, .grid-about h1 + .title, .grid-about h2 + .title, .grid-about h3 + .title, .grid-about h4 + .title, .grid-about .title + h1, .grid-about h1 + h1, .grid-about h2 + h1, .grid-about h3 + h1, .grid-about h4 + h1, .grid-about .title + h2, .grid-about h1 + h2, .grid-about h2 + h2, .grid-about h3 + h2, .grid-about h4 + h2, .grid-about .title + h3, .grid-about h1 + h3, .grid-about h2 + h3, .grid-about h3 + h3, .grid-about h4 + h3, .grid-about .title + h4, .grid-about h1 + h4, .grid-about h2 + h4, .grid-about h3 + h4, .grid-about h4 + h4 {
      margin-top: 45px; }
  .grid-about .report-teaser {
    padding: 30px; }
    .grid-about .report-teaser img {
      max-width: 100px;
      right: 15px;
      top: -15%; }
    .grid-about .report-teaser .button {
      padding: 14px 19px; }
  @media (max-width: 991px) {
    .grid-about {
      padding: 0 30px; } }
  @media (max-width: 769px) {
    .grid-about {
      padding: 0;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr 1fr; }
      .grid-about div:nth-of-type(1) {
        grid-column: auto; }
      .grid-about div:nth-of-type(2) {
        grid-column: auto; } }

.twitter-feed {
  position: relative;
  overflow: hidden;
  margin: 65px -60px;
  background-color: #001391;
  padding: 35px 60px; }
  .twitter-feed p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: bold; }
  .twitter-feed p {
    color: #fff;
    margin-bottom: 0; }
    .twitter-feed p.tweet {
      font-size: 23px;
      letter-spacing: 0.1px;
      line-height: 33px;
      font-weight: bold;
      margin-bottom: 15px; }
  .twitter-feed a {
    color: #6EADF3; }
  .twitter-feed .tweet-meta a {
    position: relative;
    color: white;
    padding-right: 5px;
    margin-right: 16px; }
    .twitter-feed .tweet-meta a::after {
      content: '';
      position: absolute;
      top: -3px;
      right: -8px;
      width: 1px;
      height: 25px;
      background-color: rgba(255, 255, 255, 0.5); }
    .twitter-feed .tweet-meta a:hover {
      color: #6EADF3; }
  .twitter-feed svg path {
    fill: #6EADF3; }
  .twitter-feed svg {
    margin-right: 10px; }
  .twitter-feed > div {
    width: 72.5%; }
  .twitter-feed:before {
    content: url("../img/textures/3-rectangle-shape.svg");
    position: absolute;
    top: 0;
    right: 0; }
  @media (max-width: 767px) {
    .twitter-feed > div {
      width: 100%; }
    .twitter-feed::before {
      display: none; } }

.statements .title, .statements h1, .statements h2, .statements h3, .statements h4 {
  font-size: 24px; }

.page-teaser {
  background-color: #0047C7;
  position: relative;
  margin: 65px -60px -50px;
  overflow: hidden;
  padding: 35px 60px; }
  .page-teaser > div {
    width: 60%; }
    @media (max-width: 575px) {
      .page-teaser > div {
        width: 100%; } }
  .page-teaser h3 {
    color: #fff;
    margin-bottom: 10px; }
  .page-teaser p {
    color: #fff; }
    .page-teaser p:last-of-type {
      font-weight: bold; }
  @media (min-width: 575px) {
    .page-teaser:before {
      content: url("../img/textures/corner-shapes-darker.svg");
      position: absolute;
      top: auto;
      right: 0;
      bottom: -6px; } }

.single-explainers .inner-grid__content p:first-child img {
  display: none; }

.single-long-read .inner-grid__meta {
  grid-column: 1 / span 3 !important; }
  .single-long-read .inner-grid__meta .button {
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1;
    padding: 13px 17px;
    padding-right: 36px !important; }
    .single-long-read .inner-grid__meta .button::before {
      top: 50%;
      transform: translateY(-50%); }

.staff-list h2 {
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #001391; }
.staff-list__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  column-gap: 20px; }
  @media (max-width: 789px) {
    .staff-list__wrapper {
      display: block; } }
.staff-list__photo-grid {
  grid-column: 1/ span 9;
  display: grid;
  column-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  /* IE */
  /* -- */ }
  .staff-list__photo-grid > div:nth-of-type(1) {
    grid-column: 1 / span 3;
    grid-row: 1 / span 1; }
  .staff-list__photo-grid > div:nth-of-type(2) {
    grid-column: 4 / span 3;
    grid-row: 1 / span 1; }
  .staff-list__photo-grid > div:nth-of-type(3) {
    grid-column: 7 / span 3;
    grid-row: 1 / span 1; }
  .staff-list__photo-grid > div:nth-of-type(4) {
    grid-column: 1 / span 3;
    grid-row: 2 / span 1; }
  .staff-list__photo-grid > div:nth-of-type(5) {
    grid-column: 4 / span 3;
    grid-row: 2 / span 1; }
  .staff-list__photo-grid > div:nth-of-type(6) {
    grid-column: 7 / span 3;
    grid-row: 2 / span 1; }
  .staff-list__photo-grid > div:nth-of-type(7) {
    grid-column: 1 / span 3;
    grid-row: 3 / span 1; }
  .staff-list__photo-grid > div:nth-of-type(8) {
    grid-column: 4 / span 3;
    grid-row: 3 / span 1; }
  .staff-list__photo-grid > div:nth-of-type(9) {
    grid-column: 7 / span 3;
    grid-row: 3 / span 1; }
  .staff-list__photo-grid > div:nth-of-type(10) {
    grid-column: 1 / span 3;
    grid-row: 4 / span 1; }
  .staff-list__photo-grid > div:nth-of-type(11) {
    grid-column: 4 / span 3;
    grid-row: 4 / span 1; }
  .staff-list__photo-grid > div:nth-of-type(12) {
    grid-column: 7 / span 3;
    grid-row: 4 / span 1; }
  .staff-list__photo-grid > div:nth-of-type(13) {
    grid-column: 1 / span 3;
    grid-row: 5 / span 1; }
  .staff-list__photo-grid > div:nth-of-type(14) {
    grid-column: 4 / span 3;
    grid-row: 5 / span 1; }
  .staff-list__photo-grid > div:nth-of-type(15) {
    grid-column: 7 / span 3;
    grid-row: 5 / span 1; }
  .staff-list__photo-grid > div:nth-of-type(16) {
    grid-column: 1 / span 3;
    grid-row: 6 / span 1; }
  .staff-list__photo-grid > div:nth-of-type(17) {
    grid-column: 4 / span 3;
    grid-row: 6 / span 1; }
  .staff-list__photo-grid > div:nth-of-type(18) {
    grid-column: 7 / span 3;
    grid-row: 6 / span 1; }
  .staff-list__photo-grid > div:nth-of-type(19) {
    grid-column: 1 / span 3;
    grid-row: 7 / span 1; }
  .staff-list__photo-grid > div:nth-of-type(20) {
    grid-column: 4 / span 3;
    grid-row: 7 / span 1; }
  .staff-list__photo-grid > div:nth-of-type(21) {
    grid-column: 7 / span 3;
    grid-row: 7 / span 1; }
  @media all and (-ms-high-contrast: none) {
    .staff-list__photo-grid > div:nth-of-type(1) {
      padding-right: 20px; }
    .staff-list__photo-grid > div:nth-of-type(2) {
      padding-right: 20px;
      padding-left: 20px; }
    .staff-list__photo-grid > div:nth-of-type(3) {
      padding-left: 20px; }
    .staff-list__photo-grid > div:nth-of-type(4) {
      padding-right: 20px; }
    .staff-list__photo-grid > div:nth-of-type(5) {
      padding-right: 20px;
      padding-left: 20px; }
    .staff-list__photo-grid > div:nth-of-type(6) {
      padding-left: 20px; }
    .staff-list__photo-grid > div:nth-of-type(7) {
      padding-right: 20px; }
    .staff-list__photo-grid > div:nth-of-type(8) {
      padding-right: 20px;
      padding-left: 20px; }
    .staff-list__photo-grid > div:nth-of-type(9) {
      padding-left: 20px; }
    .staff-list__photo-grid > div:nth-of-type(10) {
      padding-right: 20px; }
    .staff-list__photo-grid > div:nth-of-type(11) {
      padding-right: 20px;
      padding-left: 20px; }
    .staff-list__photo-grid > div:nth-of-type(12) {
      padding-left: 20px; }
    .staff-list__photo-grid > div:nth-of-type(13) {
      padding-right: 20px; }
    .staff-list__photo-grid > div:nth-of-type(14) {
      padding-right: 20px;
      padding-left: 20px; }
    .staff-list__photo-grid > div:nth-of-type(15) {
      padding-left: 20px; }
    .staff-list__photo-grid > div:nth-of-type(16) {
      padding-right: 20px; }
    .staff-list__photo-grid > div:nth-of-type(17) {
      padding-right: 20px;
      padding-left: 20px; }
    .staff-list__photo-grid > div:nth-of-type(18) {
      padding-left: 20px; }
    .staff-list__photo-grid > div:nth-of-type(19) {
      padding-right: 20px; }
    .staff-list__photo-grid > div:nth-of-type(20) {
      padding-right: 20px;
      padding-left: 20px; }
    .staff-list__photo-grid > div:nth-of-type(21) {
      padding-left: 20px; } }
  .staff-list__photo-grid > div {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px; }
    .staff-list__photo-grid > div p, .staff-list__photo-grid > div a {
      font-size: 16px;
      letter-spacing: 0;
      line-height: 18px;
      color: #001391;
      font-weight: 500; }
    .staff-list__photo-grid > div p {
      color: #0047C7; }
    .staff-list__photo-grid > div .title, .staff-list__photo-grid > div h1, .staff-list__photo-grid > div h2, .staff-list__photo-grid > div h3, .staff-list__photo-grid > div h4 {
      margin-bottom: 15px; }
    .staff-list__photo-grid > div .avatar-img {
      margin-bottom: 20px; }
    .staff-list__photo-grid > div:not(:nth-of-type(3n+3)):before {
      content: "";
      position: absolute;
      right: -20px;
      top: 0;
      bottom: 0;
      width: 1px;
      background-color: rgba(0, 0, 0, 0.2); }
  @media (max-width: 1299px) {
    .staff-list__photo-grid {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
      .staff-list__photo-grid > div:nth-of-type(1) {
        grid-column: 1 / span 3;
        grid-row: 1 / span 1; }
      .staff-list__photo-grid > div:nth-of-type(2) {
        grid-column: 4 / span 3;
        grid-row: 1 / span 1; }
      .staff-list__photo-grid > div:nth-of-type(3) {
        grid-column: 1 / span 3;
        grid-row: 2 / span 1; }
      .staff-list__photo-grid > div:nth-of-type(4) {
        grid-column: 4 / span 3;
        grid-row: 2 / span 1; }
      .staff-list__photo-grid > div:nth-of-type(5) {
        grid-column: 1 / span 3;
        grid-row: 3 / span 1; }
      .staff-list__photo-grid > div:nth-of-type(6) {
        grid-column: 4 / span 3;
        grid-row: 3 / span 1; }
      .staff-list__photo-grid > div:nth-of-type(7) {
        grid-column: 1 / span 3;
        grid-row: 4 / span 1; }
      .staff-list__photo-grid > div:nth-of-type(8) {
        grid-column: 4 / span 3;
        grid-row: 4 / span 1; }
      .staff-list__photo-grid > div:nth-of-type(9) {
        grid-column: 1 / span 3;
        grid-row: 5 / span 1; }
      .staff-list__photo-grid > div:nth-of-type(10) {
        grid-column: 4 / span 3;
        grid-row: 5 / span 1; }
      .staff-list__photo-grid > div:nth-of-type(11) {
        grid-column: 1 / span 3;
        grid-row: 6 / span 1; }
      .staff-list__photo-grid > div:nth-of-type(12) {
        grid-column: 4 / span 3;
        grid-row: 6 / span 1; }
      .staff-list__photo-grid > div:nth-of-type(13) {
        grid-column: 1 / span 3;
        grid-row: 7 / span 1; }
      .staff-list__photo-grid > div:nth-of-type(14) {
        grid-column: 4 / span 3;
        grid-row: 7 / span 1; }
      .staff-list__photo-grid > div:nth-of-type(15) {
        grid-column: 1 / span 3;
        grid-row: 8 / span 1; }
      .staff-list__photo-grid > div:nth-of-type(16) {
        grid-column: 4 / span 3;
        grid-row: 8 / span 1; }
      .staff-list__photo-grid > div:nth-of-type(17) {
        grid-column: 1 / span 3;
        grid-row: 9 / span 1; }
      .staff-list__photo-grid > div:nth-of-type(18) {
        grid-column: 4 / span 3;
        grid-row: 9 / span 1; }
      .staff-list__photo-grid > div:nth-of-type(19) {
        grid-column: 1 / span 3;
        grid-row: 10 / span 1; }
      .staff-list__photo-grid > div:nth-of-type(20) {
        grid-column: 4 / span 3;
        grid-row: 10 / span 1; }
      .staff-list__photo-grid > div:nth-of-type(21) {
        grid-column: 1 / span 3;
        grid-row: 11 / span 1; } }
  @media (max-width: 991px) {
    .staff-list__photo-grid > div:not(:nth-of-type(3n+3)):before {
      display: none; } }
  @media (max-width: 767px) {
    .staff-list__photo-grid {
      grid-column: 1/ span 12; } }
  @media (max-width: 575px) {
    .staff-list__photo-grid > div:nth-of-type(1) {
      grid-column: 1 / span 6;
      grid-row: auto / span 1; }
    .staff-list__photo-grid > div:nth-of-type(2) {
      grid-column: 1 / span 6;
      grid-row: auto / span 1; }
    .staff-list__photo-grid > div:nth-of-type(3) {
      grid-column: 1 / span 6;
      grid-row: auto / span 1; }
    .staff-list__photo-grid > div:nth-of-type(4) {
      grid-column: 1 / span 6;
      grid-row: auto / span 1; }
    .staff-list__photo-grid > div:nth-of-type(5) {
      grid-column: 1 / span 6;
      grid-row: auto / span 1; }
    .staff-list__photo-grid > div:nth-of-type(6) {
      grid-column: 1 / span 6;
      grid-row: auto / span 1; }
    .staff-list__photo-grid > div:nth-of-type(7) {
      grid-column: 1 / span 6;
      grid-row: auto / span 1; }
    .staff-list__photo-grid > div:nth-of-type(8) {
      grid-column: 1 / span 6;
      grid-row: auto / span 1; }
    .staff-list__photo-grid > div:nth-of-type(9) {
      grid-column: 1 / span 6;
      grid-row: auto / span 1; }
    .staff-list__photo-grid > div:nth-of-type(10) {
      grid-column: 1 / span 6;
      grid-row: auto / span 1; }
    .staff-list__photo-grid > div:nth-of-type(11) {
      grid-column: 1 / span 6;
      grid-row: auto / span 1; }
    .staff-list__photo-grid > div:nth-of-type(12) {
      grid-column: 1 / span 6;
      grid-row: auto / span 1; }
    .staff-list__photo-grid > div:nth-of-type(13) {
      grid-column: 1 / span 6;
      grid-row: auto / span 1; }
    .staff-list__photo-grid > div:nth-of-type(14) {
      grid-column: 1 / span 6;
      grid-row: auto / span 1; }
    .staff-list__photo-grid > div:nth-of-type(15) {
      grid-column: 1 / span 6;
      grid-row: auto / span 1; }
    .staff-list__photo-grid > div:nth-of-type(16) {
      grid-column: 1 / span 6;
      grid-row: auto / span 1; }
    .staff-list__photo-grid > div:nth-of-type(17) {
      grid-column: 1 / span 6;
      grid-row: auto / span 1; }
    .staff-list__photo-grid > div:nth-of-type(18) {
      grid-column: 1 / span 6;
      grid-row: auto / span 1; }
    .staff-list__photo-grid > div:nth-of-type(19) {
      grid-column: 1 / span 6;
      grid-row: auto / span 1; }
    .staff-list__photo-grid > div:nth-of-type(20) {
      grid-column: 1 / span 6;
      grid-row: auto / span 1; }
    .staff-list__photo-grid > div:nth-of-type(21) {
      grid-column: 1 / span 6;
      grid-row: auto / span 1; } }
.staff-list__key-contacts {
  position: relative;
  background-color: #D0D4E3;
  grid-column: 10 / span 3;
  padding: 60px 40px;
  /* IE */
  /* -- */ }
  .staff-list__key-contacts > div {
    position: relative;
    margin-bottom: 15px; }
    .staff-list__key-contacts > div:before {
      position: absolute;
      content: "";
      height: 18px;
      width: 18px;
      background-image: url(../img/icons/mail.svg);
      background-size: contain;
      background-repeat: no-repeat;
      top: 4px;
      right: 0;
      pointer-events: none; }
    .staff-list__key-contacts > div a {
      display: inline-block;
      padding-right: 20px; }
  .staff-list__key-contacts p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
    color: #0047C7; }
  .staff-list__key-contacts > .title--sm, .staff-list__key-contacts > h4 {
    margin-bottom: 35px; }
  .staff-list__key-contacts:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/wp-content/themes/ukice-new/assets/img/textures/pattern-white.svg");
    opacity: 0.1;
    background-size: cover;
    background-repeat: no-repeat; }
  @media all and (-ms-high-contrast: none) {
    .staff-list__key-contacts {
      margin-left: 20px; } }
  @media (max-width: 1199px) {
    .staff-list__key-contacts {
      padding: 40px 25px; } }
  @media (max-width: 991px) {
    .staff-list__key-contacts {
      grid-column: 10 / span 7; } }
  @media (max-width: 767px) {
    .staff-list__key-contacts {
      grid-column: 1 / span 12; } }

.staff-list-fellows {
  position: relative;
  margin-top: 115px; }
  .staff-list-fellows h2 {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #001391; }
  @media (max-width: 991px) {
    .staff-list-fellows h2 {
      text-align: left; } }
  .staff-list-fellows__grid > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 40px;
    /* IE */ }
    .staff-list-fellows__grid > div > div {
      border-top: 2px solid #000;
      padding-top: 15px;
      margin-bottom: 45px; }
      .staff-list-fellows__grid > div > div a {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 26px;
        font-weight: 600;
        text-transform: uppercase; }
    @media all and (-ms-high-contrast: none) {
      .staff-list-fellows__grid > div > div:nth-of-type(1) {
        grid-column: 1 / span 1;
        grid-row: 1 / span 1; }
      .staff-list-fellows__grid > div > div:nth-of-type(2) {
        grid-column: 2 / span 1;
        grid-row: 1 / span 1; }
      .staff-list-fellows__grid > div > div:nth-of-type(3) {
        grid-column: 3 / span 1;
        grid-row: 1 / span 1; }
      .staff-list-fellows__grid > div > div:nth-of-type(4) {
        grid-column: 4 / span 1;
        grid-row: 1 / span 1; }
      .staff-list-fellows__grid > div > div:nth-of-type(5) {
        grid-column: 1 / span 1;
        grid-row: 2 / span 1; }
      .staff-list-fellows__grid > div > div:nth-of-type(6) {
        grid-column: 2 / span 1;
        grid-row: 2 / span 1; }
      .staff-list-fellows__grid > div > div:nth-of-type(7) {
        grid-column: 3 / span 1;
        grid-row: 2 / span 1; }
      .staff-list-fellows__grid > div > div:nth-of-type(8) {
        grid-column: 4 / span 1;
        grid-row: 2 / span 1; }
      .staff-list-fellows__grid > div > div:nth-of-type(9) {
        grid-column: 1 / span 1;
        grid-row: 3 / span 1; }
      .staff-list-fellows__grid > div > div:nth-of-type(10) {
        grid-column: 2 / span 1;
        grid-row: 3 / span 1; }
      .staff-list-fellows__grid > div > div:nth-of-type(11) {
        grid-column: 3 / span 1;
        grid-row: 3 / span 1; }
      .staff-list-fellows__grid > div > div:nth-of-type(12) {
        grid-column: 4 / span 1;
        grid-row: 3 / span 1; } }
    @media (max-width: 991px) {
      .staff-list-fellows__grid > div {
        grid-template-columns: 1fr 1fr 1fr; } }
    @media (max-width: 575px) {
      .staff-list-fellows__grid > div {
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 380px) {
      .staff-list-fellows__grid > div {
        grid-template-columns: 1fr; } }

@media screen and (max-width: 1199px) {
  .archive-grid .post-template--large .title, .archive-grid .post-template--large h1, .archive-grid .post-template--large h2, .archive-grid .post-template--large h3, .archive-grid .post-template--large h4, .archive-grid .post-template--large h1, .archive-grid .post-template--large h2, .archive-grid .post-template--large h3, .archive-grid .post-template--large h4 {
    min-width: auto; } }
@media screen and (max-width: 599px) {
  .grid .column {
    padding: 0; }

  .post-template--large .title, .post-template--large h1, .post-template--large h2, .post-template--large h3, .post-template--large h4, .post-template--large h1, .post-template--large h2, .post-template--large h3, .post-template--large h4 {
    min-width: auto; }

  .grid--5 > div:first-of-type {
    margin: 0;
    width: auto; }
    .grid--5 > div:first-of-type .column__header, .grid--5 > div:first-of-type .teasers__header {
      position: relative;
      padding-bottom: 0; }
      .grid--5 > div:first-of-type .column__header::before, .grid--5 > div:first-of-type .teasers__header::before {
        content: '';
        position: absolute;
        top: -10px;
        left: -50px;
        right: -50px;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.2); }

  .post-template--photo-teaser {
    margin-top: 15px; }
    .post-template--photo-teaser .post-template__image {
      margin-bottom: 15px; }
    .post-template--photo-teaser .post-template__copy {
      position: static; }
    .post-template--photo-teaser .post-category {
      display: none; }
    .post-template--photo-teaser .title, .post-template--photo-teaser h1, .post-template--photo-teaser h2, .post-template--photo-teaser h3, .post-template--photo-teaser h4 {
      font-size: 38px;
      /* 38px */
      font-size: 2.375rem;
      /* 38px */
      color: black !important; }
    .post-template--photo-teaser p {
      color: #001391 !important; }
    .post-template--photo-teaser .button--shadow {
      background-color: #001391;
      border: none; } }
@media screen and (max-width: 991px) {
  .page-template-default .inner-grid > div:nth-of-type(2) {
    grid-column: 2 / span 10; } }
@media screen and (min-width: 1400px) {
  .index-loop {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
    .index-loop--explainers, .index-loop--reports {
      grid-template-columns: 1fr 1fr 1fr; }

  .index-loop--reports .post-template--simple::before {
    content: "";
    position: absolute;
    right: -33px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.2); }
  .index-loop--reports .post-template--simple:nth-child(3)::before, .index-loop--reports .post-template--simple:nth-child(6)::before, .index-loop--reports .post-template--simple:nth-child(9)::before, .index-loop--reports .post-template--simple:nth-child(12)::before {
    display: none; }

  .archive-grid > .column:nth-of-type(2) .column__feed {
    grid-template-columns: 1fr 1fr 1fr; }
    .archive-grid > .column:nth-of-type(2) .column__feed .post-template--large .title, .archive-grid > .column:nth-of-type(2) .column__feed .post-template--large h1, .archive-grid > .column:nth-of-type(2) .column__feed .post-template--large h2, .archive-grid > .column:nth-of-type(2) .column__feed .post-template--large h3, .archive-grid > .column:nth-of-type(2) .column__feed .post-template--large h4, .archive-grid > .column:nth-of-type(2) .column__feed .post-template--large h3 {
      min-width: auto; }

  .archive-grid > .column:nth-of-type(4) > .column__feed > .column:last-of-type .column__feed {
    grid-template-columns: 1fr 1fr 1fr; }
    .archive-grid > .column:nth-of-type(4) > .column__feed > .column:last-of-type .column__feed .post-template:nth-child(2)::before {
      content: "";
      position: absolute;
      right: -18px;
      top: 0;
      bottom: 0;
      width: 1px;
      background-color: rgba(0, 0, 0, 0.2); } }
@media screen and (max-width: 1599px) {
  .archive-grid > .column:nth-of-type(2) .column__feed .post-template--large:last-of-type {
    display: none; }

  .archive-grid > .column:nth-of-type(4) > .column__feed > .column:last-of-type .column__feed .post-template:last-of-type {
    display: none; } }
@media screen and (min-width: 1700px) {
  .grid--1,
  .grid--3,
  .grid--4,
  .grid--6,
  .footer__grid,
  .footer__bottom {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto; }

  .footer__grid,
  .footer__bottom {
    padding-left: 30px;
    padding-right: 30px; } }
.hide-mob {
  display: none; }

.hide-desk {
  display: block; }

@media (max-width: 600px) {
  .hide-mob {
    display: none; }

  .hide-desk {
    display: block; } }
.post-type-archive-explainers .banner--archive {
  background: #001391; }
  @media (max-width: 1081px) {
    .post-type-archive-explainers .banner--archive {
      padding-bottom: 50px; } }

.post-template--video .post-template__image {
  margin-bottom: 0;
  padding-bottom: 55%; }
  .post-template--video .post-template__image > div {
    z-index: 1;
    position: absolute;
    bottom: 31px;
    left: 42px;
    display: flex; }
    .post-template--video .post-template__image > div .title, .post-template--video .post-template__image > div h1, .post-template--video .post-template__image > div h2, .post-template--video .post-template__image > div h3, .post-template--video .post-template__image > div h4 {
      color: #fff;
      font-size: 36px !important;
      font-weight: bold;
      letter-spacing: 0.16px;
      line-height: 39px !important; }
    .post-template--video .post-template__image > div svg {
      height: 65px;
      width: 65px;
      margin-right: 20px; }
      .post-template--video .post-template__image > div svg circle {
        fill: #6EADF3; }
    @media screen and (max-width: 599px) {
      .post-template--video .post-template__image > div {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        left: 20px;
        right: 20px; }
        .post-template--video .post-template__image > div .title, .post-template--video .post-template__image > div h1, .post-template--video .post-template__image > div h2, .post-template--video .post-template__image > div h3, .post-template--video .post-template__image > div h4 {
          margin-top: 15px;
          font-size: 25px !important;
          font-weight: bold;
          letter-spacing: 0.8px;
          line-height: 29px !important; } }
  @media screen and (max-width: 599px) {
    .post-template--video .post-template__image {
      width: 100% !important;
      height: 100%;
      min-height: 256px; } }

.stat-block {
  position: relative;
  width: 100%;
  background-color: #001391;
  color: white;
  padding: 20px 40px;
  margin: 40px 0; }
  .stat-block::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../img/textures/pattern-white.svg");
    background-repeat: repeat;
    background-size: 60%;
    opacity: 0.1; }
  .stat-block__number {
    display: inline-block;
    width: 175px;
    font-size: 74px;
    /* 74px */
    font-size: 4.625rem;
    /* 74px */
    font-weight: 700;
    font-variant-numeric: lining-nums;
    letter-spacing: 0.34px;
    line-height: 1;
    color: white;
    margin-right: 20px;
    vertical-align: top; }
  .stat-block__text {
    display: inline-block;
    width: calc( 100% - 175px - 25px ); }
    .stat-block__text p {
      font-size: 16px;
      /* 16px */
      font-size: 1rem;
      /* 16px */
      line-height: 1.625;
      /* 26px */
      color: white;
      margin-bottom: 10px; }
    .stat-block__text .source {
      display: block;
      font-size: 12px;
      /* 12px */
      font-size: 0.75rem;
      /* 12px */
      line-height: 1;
      /* 12px */
      color: white; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .stat-block__number {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
  .stat-block__text {
    display: block;
    width: 100%; }
    .stat-block__text p, .stat-block__text span {
      text-align: center; } }
@media screen and (max-width: 570px) {
  .stat-block__number {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
  .stat-block__text {
    display: block;
    width: 100%; }
    .stat-block__text p, .stat-block__text span {
      text-align: center; } }
.notification-bar--red {
  position: relative;
  width: 100%;
  background-color: #FB471F;
  padding: 11px 50px;
  text-align: center;
  transition: all 0.2s ease-in-out; }
  .notification-bar--red p {
    display: inline-block;
    font-family: elido, sans-serif, sans-serif;
    font-size: 16px;
    /* 16px */
    font-size: 1rem;
    /* 16px */
    line-height: 1.375;
    /* 22px */
    font-weight: 700;
    letter-spacing: 0.07px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin-bottom: 0; }
  .notification-bar--red .button {
    color: #FB471F;
    margin: 0;
    margin-left: 30px; }
    .notification-bar--red .button:hover, .notification-bar--red .button:active, .notification-bar--red .button:focus {
      background-color: rgba(255, 255, 255, 0.8);
      color: #FB471F;
      outline: none; }
  .notification-bar--red .notification-bar__close {
    position: absolute;
    top: 10px;
    right: 50px;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    .notification-bar--red .notification-bar__close::before, .notification-bar--red .notification-bar__close::after {
      content: '';
      position: absolute;
      top: 12px;
      right: 4px;
      width: 21px;
      height: 2px;
      background-color: white;
      transform: rotate(45deg);
      transition: all 0.3s ease-in-out; }
    .notification-bar--red .notification-bar__close::after {
      transform: rotate(-45deg); }
    .notification-bar--red .notification-bar__close:hover::before, .notification-bar--red .notification-bar__close:hover::after {
      opacity: 0.8; }

@media screen and (max-width: 1199px) {
  .notification-bar--red .notification-bar__close {
    right: 23px; } }
@media screen and (max-width: 900px) {
  .notification-bar--red p {
    display: block;
    margin-bottom: 7px; }
  .notification-bar--red .button {
    margin-left: 0; } }
.cookies-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 30px;
  background: #001391;
  color: white;
  z-index: 99999999; }
  .cookies-bar p, .cookies-bar a:not(.button) {
    font-size: 16px;
    /* 16px */
    font-size: 1rem;
    /* 16px */
    line-height: 1.25;
    /* 20px */
    color: white; }
  .cookies-bar p {
    margin-bottom: 0; }
  .cookies-bar a:not(.button):hover,
  .cookies-bar a:not(.button):focus {
    opacity: 0.8; }
  .cookies-bar .notification__content {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .cookies-bar .notification__content .notification__text {
      max-width: 75%; }
  .cookies-bar .buttons {
    text-align: center; }
    .cookies-bar .buttons .button {
      margin: 0;
      margin-bottom: 10px; }
    .cookies-bar .buttons .settings-link {
      display: block;
      text-align: center;
      font-size: 14px;
      /* 14px */
      font-size: 0.875rem;
      /* 14px */
      line-height: 1.2857142857;
      /* 18px */
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.3px;
      color: white; }

@media screen and (min-width: 1700px) {
  .cookies-bar {
    padding: 14px 90px; }
    .cookies-bar .buttons .settings-link {
      display: inline-block;
      margin-left: 15px; } }
@media screen and (min-width: 1300px) {
  .cookies-bar {
    padding: 14px 60px; } }
@media screen and (max-width: 860px) {
  .cookies-bar .notification__content .notification__text {
    max-width: 68%; } }
@media screen and (max-width: 670px) {
  .cookies-bar .notification__content {
    display: block; }
    .cookies-bar .notification__content .notification__text {
      width: 100%;
      max-width: 100%; }

  .cookies-bar .buttons .settings-link {
    margin-left: 12px; }
  .cookies-bar .buttons .button {
    font-size: 13px;
    /* 13px */
    font-size: 0.8125rem;
    /* 13px */
    padding: 10px 16px; } }
.switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px; }
  .switch input {
    display: none; }
  .switch .mr-4 {
    margin-bottom: 19px; }

.slider {
  background-color: #E0E0E0;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s; }
  .slider::before {
    background-color: white;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px; }

input:checked + .slider {
  background-color: #001391; }

input:checked + .slider::before {
  transform: translateX(26px); }

.slider.round {
  border-radius: 34px; }

.slider.round::before {
  border-radius: 50%; }

.newsletter-signup-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  width: 90vw;
  max-width: 650px;
  height: 85vh;
  max-height: 615px;
  margin: auto;
  background-color: white;
  padding: 50px 40px 50px 50px;
  transform: translateY(-50%);
  z-index: 12; }
  .newsletter-signup-popup .modal-item__close {
    top: -50px !important;
    right: -3px !important; }
  .newsletter-signup-popup .modal-item__close:before,
  .newsletter-signup-popup .modal-item__close:after {
    width: 3px; }
  .newsletter-signup-popup__inner {
    height: 100%;
    overflow-y: auto;
    padding-right: 10px; }
    .newsletter-signup-popup__inner::-webkit-scrollbar {
      width: 6px; }
    .newsletter-signup-popup__inner::-webkit-scrollbar-track {
      -webkit-border-radius: 0;
      border-radius: 0;
      background-color: #f0f0f0; }
    .newsletter-signup-popup__inner::-webkit-scrollbar-thumb {
      -webkit-border-radius: 0;
      border-radius: 0;
      background-color: #001391; }
  .newsletter-signup-popup h3.title, .newsletter-signup-popup h3 {
    font-size: 32px;
    /* 32px */
    font-size: 2rem;
    /* 32px */ }
  .newsletter-signup-popup #mc_embed_signup .left-half, .newsletter-signup-popup #mc_embed_signup .right-half {
    display: inline-block;
    width: calc(50% - 30px);
    margin: 0;
    padding: 0;
    float: left; }
    .newsletter-signup-popup #mc_embed_signup .left-half input, .newsletter-signup-popup #mc_embed_signup .right-half input {
      padding: 8px 10px !important;
      margin-bottom: 18px; }
  .newsletter-signup-popup #mc_embed_signup .left-half {
    margin-right: 30px; }
  .newsletter-signup-popup #mc_embed_signup li input {
    margin-bottom: 18px; }
  .newsletter-signup-popup #mc_embed_signup div.mce_inline_error {
    font-size: 12px;
    /* 12px */
    font-size: 0.75rem;
    /* 12px */
    line-height: 1;
    /* 12px */
    margin: 0 !important;
    padding: 0 !important; }
  .newsletter-signup-popup .mobile-newsletter {
    display: none; }

.newsletter-signup-popup__background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 8; }

@media screen and (max-width: 550px) {
  .newsletter-signup-popup {
    height: auto;
    text-align: center;
    padding: 40px 20px 40px 30px; }
    .newsletter-signup-popup #mc_embed_signup {
      display: none; }
    .newsletter-signup-popup .mobile-newsletter {
      display: block; } }
.newsletter-signup-teaser {
  position: relative;
  width: 100%; }
  .newsletter-signup-teaser .inner {
    position: relative;
    z-index: 2; }
  .newsletter-signup-teaser .title, .newsletter-signup-teaser h1, .newsletter-signup-teaser h2, .newsletter-signup-teaser h3, .newsletter-signup-teaser h4, .newsletter-signup-teaser p {
    color: white; }
  .newsletter-signup-teaser .title, .newsletter-signup-teaser h1, .newsletter-signup-teaser h2, .newsletter-signup-teaser h3, .newsletter-signup-teaser h4 {
    font-size: 1.875rem;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .newsletter-signup-teaser .intro {
    margin-top: 0; }
  .newsletter-signup-teaser .disclaimer {
    font-size: 0.8125rem; }
    .newsletter-signup-teaser .disclaimer a {
      font-weight: 400; }
  .newsletter-signup-teaser--small {
    padding: 40px;
    text-align: center;
    background-color: #001391; }
    .newsletter-signup-teaser--small::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: url("../img/textures/pattern-white.svg");
      background-size: 90%;
      background-repeat: repeat;
      opacity: 0.05;
      z-index: 1; }
    .newsletter-signup-teaser--small .title, .newsletter-signup-teaser--small h1, .newsletter-signup-teaser--small h2, .newsletter-signup-teaser--small h3, .newsletter-signup-teaser--small h4, .newsletter-signup-teaser--small p {
      max-width: 470px;
      margin: 0 auto; }
  .newsletter-signup-teaser--large {
    position: relative;
    margin-top: 65px; }
    .newsletter-signup-teaser--large::before, .newsletter-signup-teaser--large::after {
      content: '';
      position: absolute;
      top: 0;
      left: -70px;
      right: -70px;
      bottom: 0; }
    .newsletter-signup-teaser--large::before {
      background-color: #001391;
      z-index: 1; }
    .newsletter-signup-teaser--large::after {
      background-image: url("../img/textures/pattern-white.svg");
      background-size: 90%;
      background-repeat: repeat;
      opacity: 0.05;
      z-index: 2; }
    .newsletter-signup-teaser--large .newsletter-grid {
      display: grid;
      grid-template-columns: repeat(12, 1fr); }
      .newsletter-signup-teaser--large .newsletter-grid__content {
        grid-column: 4 / span 6; }
    .newsletter-signup-teaser--large .inner {
      position: relative;
      padding: 60px 0 65px 0;
      z-index: 3;
      overflow: auto; }
      .newsletter-signup-teaser--large .inner .left {
        float: left;
        width: calc( 100% - 195px );
        padding-right: 40px; }
      .newsletter-signup-teaser--large .inner .right {
        float: left;
        width: 195px; }
        .newsletter-signup-teaser--large .inner .right img {
          max-width: 100%;
          height: auto; }

@media screen and (max-width: 1199px) {
  .newsletter-grid__content {
    grid-column: 3 / span 8; } }
@media screen and (max-width: 991px) {
  .newsletter-grid__content {
    grid-column: 2 / span 10; } }
@media screen and (max-width: 767px) {
  .newsletter-grid__content {
    grid-column: 1 / span 12; } }
@media screen and (max-width: 575px) {
  .newsletter-signup-teaser--large .inner .right {
    display: none; }
  .newsletter-signup-teaser--large .inner .left {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: center; } }
.acordian__item {
  margin: 0;
  margin-bottom: 1px; }
  .acordian__item.open .acordian__title__arrow:before {
    -ms-transform: rotate(0);
    /* IE 9 */
    -webkit-transform: rotate(0);
    /* Safari */
    transform: rotate(0);
    /* Safari */ }
  .acordian__item.open .acordian__download {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.2s linear 0.4s;
    -moz-transition: opacity 0.2s linear 0.4s;
    -ms-transition: opacity 0.2s linear 0.4s;
    -o-transition: opacity 0.2s linear 0.4s;
    transition: opacity 0.2s linear 0.4s; }
.acordian__download {
  font-size: 1.0625rem;
  line-height: 1.7647058824;
  position: absolute;
  right: 50px;
  top: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .acordian__download svg {
    height: 15px;
    margin-right: 5px;
    vertical-align: -2px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
.acordian__title {
  font-size: 0.875rem;
  line-height: 3;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #EFEFEF;
  padding-left: 25px; }
  .acordian__title__arrow {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 15px;
    top: 0;
    width: 40px;
    height: 40px;
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -webkit-transform: rotate(-90deg);
    /* Safari */
    transform: rotate(-90deg);
    /* Safari */ }
    .acordian__title__arrow:after, .acordian__title__arrow:before {
      -ms-transform-origin: center;
      -webkit-transform-origin: center;
      transform-origin: center;
      position: absolute;
      content: '';
      width: 3px;
      height: 20px;
      background-color: #FB471F;
      right: 18px;
      top: 7px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .acordian__title__arrow:before {
      -ms-transform: rotate(-90deg);
      /* IE 9 */
      -webkit-transform: rotate(-90deg);
      /* Safari */
      transform: rotate(-90deg);
      /* Safari */ }
.acordian__content {
  display: none;
  margin: 15px 0 30px; }

.accordion {
  margin-bottom: 50px; }
  .accordion__title {
    padding-right: 17px;
    transition: 0.5s;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.18px;
    line-height: 42px;
    display: inline-block; }
    @media (max-width: 600px) {
      .accordion__title {
        font-size: 25px;
        line-height: 27px; } }
  .accordion .read-duration {
    color: #001391;
    font-weight: 600;
    padding-right: 50px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px; }
    @media (max-width: 600px) {
      .accordion .read-duration {
        display: block;
        width: 100%; } }
  .accordion__item {
    transition: 0.5s; }
    .accordion__item.open-parent .accordion__title {
      color: #001391; }
    .accordion__item__biography .title, .accordion__item__biography h1, .accordion__item__biography h2, .accordion__item__biography h3, .accordion__item__biography h4 {
      font-size: 21px; }
  .accordion__trigger {
    position: relative;
    padding: 27px 0px 17px;
    cursor: pointer;
    border-bottom: 1px solid #000; }
  .accordion__content--wrapper {
    display: none; }
  .accordion__trigger-icon {
    position: absolute;
    top: 32px;
    right: 0px;
    width: 24px;
    height: 24px; }
  .accordion__plus {
    position: absolute;
    top: 17px;
    right: 0;
    width: 24px;
    height: 24px;
    /* Vertical line */
    /* horizontal line */ }
    .accordion__plus:before, .accordion__plus:after {
      content: "";
      position: absolute;
      background-color: #001391;
      transition: transform 0.3s ease-in-out; }
    .accordion__plus:before {
      top: 0;
      left: 10px;
      width: 4px;
      height: 100%; }
    .accordion__plus:after {
      top: 10px;
      left: 0;
      width: 100%;
      height: 4px;
      transform-origin: center; }
  .accordion .open .accordion__trigger-icon svg {
    transform: rotate(180deg); }
  .accordion .open .accordion__plus:before {
    transform: rotate(-90deg); }
  .accordion .image-biography {
    width: 30px;
    height: 30px;
    vertical-align: unset;
    display: inline-block;
    background: grey;
    border-radius: 50%;
    margin-bottom: -8px;
    margin-right: 6px;
    background-size: cover;
    background-position: center; }
  .accordion__content {
    padding-top: 30px; }
    .accordion__content h2, .accordion__content h3 {
      color: #001391;
      font-size: 22px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 24px; }
    .accordion__content * + h2, .accordion__content * + h3, .accordion__content * + h4 {
      margin-top: 30px; }
    .accordion__content .image-biography {
      width: 200px;
      height: 230px;
      border-radius: 0;
      float: right;
      margin: 0 0px 10px 30px; }

.inner-grid--event-series {
  column-gap: 40px;
  margin-bottom: 60px; }
  .inner-grid--event-series > div:nth-child(1) {
    grid-column: 2 / span 4; }
  .inner-grid--event-series > div:nth-child(2) {
    grid-column: 6 / span 6; }
  @media screen and (max-width: 930px) {
    .inner-grid--event-series > div:nth-child(1), .inner-grid--event-series > div:nth-child(2) {
      grid-column: 1 / span 12; } }
.inner-grid--half-width {
  column-gap: 15px;
  margin-bottom: 60px; }
  .inner-grid--half-width > div:nth-child(1) {
    grid-column: 1 / span 6; }
  .inner-grid--half-width > div:nth-child(2) {
    grid-column: 7 / span 6;
    overflow: hidden; }
  @media screen and (max-width: 930px) {
    .inner-grid--half-width > div:nth-child(1), .inner-grid--half-width > div:nth-child(2) {
      grid-column: 1 / span 12; } }
.inner-grid--main-content {
  margin-bottom: 60px; }
  .inner-grid--main-content > div:nth-child(1) {
    grid-column: 3 / span 8; }
  @media screen and (max-width: 930px) {
    .inner-grid--main-content > div:nth-child(1) {
      grid-column: 1 / span 12; } }

.single-event .teasers__grid {
  column-gap: 36px; }
.single-event .teasers__title {
  text-align: center; }
  .single-event .teasers__title .title--lg {
    font-size: 40px;
    font-size: 2.5rem;
    color: #001391;
    text-transform: uppercase;
    margin-bottom: 30px; }
.single-event .series-navigation {
  margin: 50px -60px -50px -60px;
  background-color: #D0D4E3;
  padding: 50px 60px; }
  .single-event .series-navigation .title--lg {
    font-size: 40px;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center; }
  .single-event .series-navigation .series-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 40px; }
    .single-event .series-navigation .series-grid > div:nth-child(1) {
      grid-column: 2 / span 5; }
    .single-event .series-navigation .series-grid > div:nth-child(2) {
      grid-column: 7 / span 5; }
    @media screen and (max-width: 1250px) {
      .single-event .series-navigation .series-grid > div:nth-child(1) {
        grid-column: 1 / span 6; }
      .single-event .series-navigation .series-grid > div:nth-child(2) {
        grid-column: 7 / span 6; } }
    @media screen and (max-width: 1024px) {
      .single-event .series-navigation .series-grid > div:nth-child(1), .single-event .series-navigation .series-grid > div:nth-child(2) {
        grid-column: 1 / span 12; } }
  .single-event .series-navigation .event-navigation {
    position: relative;
    width: 100%;
    height: 195px;
    padding: 50px 30% 45px 40px;
    background-position: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.3s ease; }
    .single-event .series-navigation .event-navigation--light {
      background-color: #0047C7;
      background-image: url("../img/textures/corner-shapes-darker.svg"); }
      .single-event .series-navigation .event-navigation--light:hover {
        background-color: #001391; }
      @media screen and (max-width: 1024px) {
        .single-event .series-navigation .event-navigation--light {
          margin-bottom: 30px; } }
    .single-event .series-navigation .event-navigation--dark {
      background-color: #001391;
      background-image: url("../img/textures/3-rectangle-shape.svg"); }
      .single-event .series-navigation .event-navigation--dark:hover {
        background-color: #0047C7; }
    .single-event .series-navigation .event-navigation__content {
      position: absolute;
      bottom: 50px;
      right: 30%;
      left: 40px; }
    .single-event .series-navigation .event-navigation .title, .single-event .series-navigation .event-navigation h1, .single-event .series-navigation .event-navigation h2, .single-event .series-navigation .event-navigation h3, .single-event .series-navigation .event-navigation h4 {
      display: block;
      color: white;
      margin-bottom: 13px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      line-height: 33px;
      max-height: 66px; }
    .single-event .series-navigation .event-navigation .date {
      display: block;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.1;
      color: white;
      margin-bottom: 0; }

.event-child {
  position: relative;
  background-color: #0047C7;
  color: #fff;
  padding: 45px 40px;
  margin-bottom: 30px;
  transition: 0.3s; }
  .event-child .title, .event-child h1, .event-child h2, .event-child h3, .event-child h4, .event-child a {
    color: #fff; }
  .event-child .date {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px; }
  .event-child:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 30%;
    background-image: url(../img/textures/corner-shapes-darker.svg);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat; }
  .event-child:hover {
    opacity: 0.8; }

.child-event-grid .title--lg {
  margin-bottom: 45px; }

.col-md-6:nth-child(2n+2) .event-child {
  background-color: #001391; }
  .col-md-6:nth-child(2n+2) .event-child:before {
    background-image: url(../img/textures/3-rectangle-shape.svg); }
.col-md-6:nth-child(3n+3) .event-child {
  background-color: #FB471F; }
  .col-md-6:nth-child(3n+3) .event-child:before {
    background-image: url(../img/textures/rectangle-shape-no-orange.svg); }
.col-md-6:nth-child(4n+4) .event-child {
  background-color: #6EADF3; }

.page-template-tpl-events-new .banner--archive {
  padding: 60px 60px 55px 60px; }
  @media screen and (min-width: 992px) {
    .page-template-tpl-events-new .banner--archive .title--lg {
      font-size: 3rem; } }

.post-template--event .image-tag {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05px;
  color: white;
  background-color: #001391;
  padding: 11px 24px; }
.post-template--event .watch-event {
  position: relative;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #FB471F;
  padding-left: 35px;
  margin-top: 30px; }
  .post-template--event .watch-event::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    width: 26px;
    height: 26px;
    background-image: url("../img/icons/icon-play-circle.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }

.single-event .column__header, .single-event .teasers__header {
  margin-top: 60px; }
.single-event .speaker-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 27px;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) and (max-width: 1160px) {
    .single-event .speaker-grid {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 570px) {
    .single-event .speaker-grid {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 360px) {
    .single-event .speaker-grid {
      grid-template-columns: 1fr; } }
  .single-event .speaker-grid > div {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #001391; }
  .single-event .speaker-grid .image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 125%;
    margin-bottom: 15px;
    background-size: cover !important;
    background-position: center center !important; }
    .single-event .speaker-grid .image-wrapper img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      max-width: 100%;
      object-fit: cover; }
  .single-event .speaker-grid .title--sm, .single-event .speaker-grid h4 {
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 700;
    color: #001391;
    margin-bottom: 6px !important; }
  .single-event .speaker-grid p {
    margin-top: 0; }

.box {
  width: 100%;
  padding: 50px 60px;
  margin: 35px 0; }
  .box--blue {
    background-color: #001391; }
  .box--red {
    background-color: #FB471F; }
  .box h2, .box .gform_title {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.11px;
    color: white;
    margin-bottom: 10px !important; }
  .box p, .box .gform_description {
    display: block;
    font-size: 1rem;
    color: white;
    margin-bottom: 25px; }
  .box .gform_wrapper .gform_required_legend {
    display: none !important; }
  .box .gform_wrapper label {
    display: none !important; }
  .box .gform_wrapper input:not([type="submit"]), .box .gform_wrapper select {
    border: 1px solid white;
    color: white;
    background: transparent;
    padding: 13px 20px !important; }
    .box .gform_wrapper input:not([type="submit"])::placeholder, .box .gform_wrapper select::placeholder {
      color: white; }
  .box .gform_wrapper select {
    text-transform: none;
    letter-spacing: 0; }
  .box .gform_wrapper option {
    color: black; }
  .box .gform_wrapper input[type="submit"] {
    background-color: white;
    color: #001391; }
  .box .gform_wrapper img.gform_ajax_spinner {
    display: none !important; }
  .box .gform_wrapper .ginput_container_consent label,
  .box .gform_wrapper .ginput_container_checkbox label {
    display: inline-block !important;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.3;
    color: white;
    text-transform: none;
    letter-spacing: 0.05px;
    vertical-align: top !important;
    max-width: calc( 100% - 32px ); }
  .box .gform_wrapper .ginput_container_consent input,
  .box .gform_wrapper .ginput_container_checkbox input {
    display: inline-block !important;
    width: auto !important;
    margin-right: 5px; }
  .box .gform_wrapper .ginput_container_consent input + label,
  .box .gform_wrapper .ginput_container_checkbox input + label {
    max-width: calc( 100% - 32px ); }
  .box .gform_wrapper .ginput_container_checkbox {
    margin-top: -18px; }
  .box .gform_confirmation_message_3 {
    color: white !important;
    font-size: 1.1875rem !important; }

.discover-more {
  font-size: 15px;
  /* 15px */
  font-size: 0.9375rem;
  /* 15px */
  line-height: 1.2;
  /* 18px */
  text-transform: uppercase;
  letter-spacing: 0.21px;
  font-weight: bold;
  transition: color 0.3s ease; }

a.external {
  position: relative;
  font-size: 20px;
  /* 20px */
  font-size: 1.25rem;
  /* 20px */
  line-height: 1.3;
  /* 26px */
  font-weight: bold;
  padding-left: 28px;
  transition: color 0.3s ease; }
  a.external::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 17px;
    height: 17px;
    background-image: url("../img/icons/icon-external-link.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

.grid-1-col {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 30px; }

.grid-2-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px; }

.research-teaser {
  width: 100%;
  height: calc( 100% - 40px );
  background-color: #0047C7;
  background-image: url("../img/textures/block-1-shapes.svg");
  background-repeat: no-repeat;
  background-position: 101% 100%;
  color: white;
  padding: 40px;
  padding-right: 170px;
  margin-bottom: 40px; }
  .research-teaser--dark {
    background-color: #001391;
    background-image: url("../img/textures/block-2-shapes.svg");
    background-size: contain; }
  .research-teaser--red {
    position: relative;
    background-color: #FB471F;
    background-image: url("../img/textures/block-4-shape-right.svg");
    padding-right: 40px; }
    .research-teaser--red::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      max-width: 200px;
      background-image: url("../img/textures/block-4-shape-left.svg");
      background-position: top left;
      background-repeat: no-repeat;
      background-size: 80%;
      z-index: 1; }
    .research-teaser--red h2, .research-teaser--red p {
      position: relative;
      max-width: 665px;
      margin-left: auto;
      margin-right: auto;
      z-index: 2; }
    .research-teaser--red p {
      margin-bottom: 32px; }
  .research-teaser--large {
    padding: 60px 300px 60px 110px;
    background-image: url("../img/textures/block-3-shapes.svg"); }
    .research-teaser--large p {
      margin-bottom: 35px; }
  .research-teaser h2 {
    color: white; }
  .research-teaser p {
    color: white;
    margin-bottom: 42px; }
  .research-teaser .discover-more {
    color: white; }
    .research-teaser .discover-more:hover {
      color: rgba(255, 255, 255, 0.7); }
  .research-teaser a.external {
    display: block;
    color: white;
    margin-bottom: 12px; }
    .research-teaser a.external::before {
      background-image: url("../img/icons/icon-external-link--white.svg"); }
    .research-teaser a.external:hover {
      color: rgba(255, 255, 255, 0.7); }

@media screen and (max-width: 1200px) {
  .research-teaser {
    padding-right: 140px; }
    .research-teaser--large {
      padding: 60px 220px 60px 80px; }
    .research-teaser--red {
      padding-right: 40px; } }
@media screen and (max-width: 1120px) {
  .research-teaser {
    padding-right: 110px; }
    .research-teaser--large {
      padding: 60px 220px 60px 80px; } }
@media screen and (max-width: 1055px) {
  .grid-2-col {
    grid-template-columns: 1fr; }

  .research-teaser {
    padding-right: 110px; }
    .research-teaser--large {
      padding: 50px 170px 50px 40px; }
    .research-teaser--red {
      padding-right: 40px; } }
@media screen and (max-width: 767px) {
  .research-teaser {
    padding-right: 110px; }
    .research-teaser--large {
      padding: 50px 40px 50px 40px;
      background-image: none; }
    .research-teaser--red {
      padding-right: 40px; } }
@media screen and (max-width: 550px) {
  .research-teaser {
    background-image: none !important;
    padding-right: 40px; } }
.off-screen {
  opacity: 1; }
  .off-screen.off-screen--from-left, .off-screen.off-screen--from-right, .off-screen.off-screen--fade {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }

.off-screen--fade-up {
  -ms-transform: translateY(0);
  /* IE 9 */
  -webkit-transform: translateY(0);
  /* Safari */
  transform: translateY(0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .off-screen--fade-up.off-screen--hide {
    -ms-transform: translateY(30px);
    /* IE 9 */
    -webkit-transform: translateY(30px);
    /* Safari */
    transform: translateY(30px);
    /* Safari */
    opacity: 0; }

.off-screen--from-left {
  -ms-transform: translateX(0);
  /* IE 9 */
  -webkit-transform: translateX(0);
  /* Safari */
  transform: translateX(0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .off-screen--from-left.off-screen--hide {
    -ms-transform: translateX(70px);
    /* IE 9 */
    -webkit-transform: translateX(70px);
    /* Safari */
    transform: translateX(70px);
    /* Safari */
    opacity: 0; }

.off-screen--hide.off-screen--from-left {
  -ms-transform: translateX(-150px);
  /* IE 9 */
  -webkit-transform: translateX(-150px);
  /* Safari */
  transform: translateX(-150px);
  /* Safari */
  opacity: 0; }
.off-screen--hide.off-screen--from-right {
  -ms-transform: translateX(150px);
  /* IE 9 */
  -webkit-transform: translateX(150px);
  /* Safari */
  transform: translateX(150px);
  /* Safari */
  opacity: 0; }
.off-screen--hide.off-screen--from-bottom {
  -ms-transform: translateY(150px);
  /* IE 9 */
  -webkit-transform: translateY(150px);
  /* Safari */
  transform: translateY(150px);
  /* Safari */
  opacity: 0; }
.off-screen--hide.off-screen--fade {
  opacity: 0; }

.off-screen--alternate > div > div {
  -ms-transform: translate(0, 0);
  /* IE 9 */
  -webkit-transform: translate(0, 0);
  /* Safari */
  transform: translate(0, 0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
.off-screen--alternate > div.off-screen--hide:nth-child(even) div:nth-child(1) {
  -ms-transform: translateX(150px);
  /* IE 9 */
  -webkit-transform: translateX(150px);
  /* Safari */
  transform: translateX(150px);
  /* Safari */
  opacity: 0; }
.off-screen--alternate > div.off-screen--hide:nth-child(even) div:nth-child(2) {
  -ms-transform: translateX(-150px);
  /* IE 9 */
  -webkit-transform: translateX(-150px);
  /* Safari */
  transform: translateX(-150px);
  /* Safari */
  opacity: 0; }
.off-screen--alternate > div.off-screen--hide:nth-child(odd) div:nth-child(1) {
  -ms-transform: translateX(-150px);
  /* IE 9 */
  -webkit-transform: translateX(-150px);
  /* Safari */
  transform: translateX(-150px);
  /* Safari */
  opacity: 0; }
.off-screen--alternate > div.off-screen--hide:nth-child(odd) div:nth-child(2) {
  -ms-transform: translateX(150px);
  /* IE 9 */
  -webkit-transform: translateX(150px);
  /* Safari */
  transform: translateX(150px);
  /* Safari */
  opacity: 0; }

.off-screen--sequential > * {
  -ms-transform: translateY(0);
  /* IE 9 */
  -webkit-transform: translateY(0);
  /* Safari */
  transform: translateY(0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
.off-screen--sequential.off-screen--hide > * {
  -ms-transform: translateY(30px);
  /* IE 9 */
  -webkit-transform: translateY(30px);
  /* Safari */
  transform: translateY(30px);
  /* Safari */
  opacity: 0; }

.off-screen--sequential > *:nth-child(1) {
  transition-delay: 0s; }

.off-screen--sequential > *:nth-child(2) {
  transition-delay: 0.2s; }

.off-screen--sequential > *:nth-child(3) {
  transition-delay: 0.4s; }

.off-screen--sequential > *:nth-child(4) {
  transition-delay: 0.6s; }

.off-screen--sequential > *:nth-child(5) {
  transition-delay: 0.8s; }

.off-screen--sequential > *:nth-child(6) {
  transition-delay: 1s; }

.off-screen--sequential > *:nth-child(7) {
  transition-delay: 1.2s; }

.off-screen--sequential > *:nth-child(8) {
  transition-delay: 1.4s; }

.off-screen--sequential > *:nth-child(9) {
  transition-delay: 1.6s; }

.off-screen--sequential > *:nth-child(10) {
  transition-delay: 1.8s; }

.off-screen--sequential > *:nth-child(11) {
  transition-delay: 2s; }

.off-screen--sequential > *:nth-child(12) {
  transition-delay: 2.2s; }

.off-screen--sequential > *:nth-child(13) {
  transition-delay: 2.4s; }

.off-screen--sequential > *:nth-child(14) {
  transition-delay: 2.6s; }

.off-screen--sequential > *:nth-child(15) {
  transition-delay: 2.8s; }

/*# sourceMappingURL=screen.css.map */
