@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap");
@font-face {
  font-family: 'Vesterbro Bold';
  src: url("../fonts/Vesterbro-Bold.ttf");
  src: url("../fonts/Vesterbro-Bold.eot"), url("../fonts/Vesterbro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Vesterbro-Bold.woff2") format("woff2"), url("../fonts/Vesterbro-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.background-black {
  background-color: #000; }

.color-black {
  color: #000; }

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

.color-white {
  color: #fff; }

.background-primary {
  background-color: #223C59; }

.color-primary {
  color: #223C59; }

.background-secondary {
  background-color: #A0D1CA; }

.color-secondary {
  color: #A0D1CA; }

.background-grey {
  background-color: #DDE6DF; }

.color-grey {
  color: #DDE6DF; }

.background-lgrey {
  background-color: #EFF3F0; }

.color-lgrey {
  color: #EFF3F0; }

body {
  -webkit-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  transition: background-color 1s ease; }

.body-secondary {
  background-color: #A0D1CA; }

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

.body-primary {
  background-color: #223C59; }

.body-grey {
  background-color: #DDE6DF; }

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 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: #223C59;
  --secondary: #A0D1CA;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1087px;
  --breakpoint-xl: 1400px;
  --font-family-sans-serif: "Nunito Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

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

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

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

h1, h2, #wpmem_login legend, #wpmem_reg legend, 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;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

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; }

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: #223C59;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0d1722;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

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; }

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; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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"] {
  -webkit-box-sizing: border-box;
  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-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, #wpmem_login legend, #wpmem_reg legend, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

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

h2, #wpmem_login legend, #wpmem_reg legend, .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"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.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: 1087px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1400px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 1087px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2, article > .wp-block-columns, article > #wpmem_login, article > h5.has-background, article > .wp-video, article > .wpmem_msg, article > #wpmem_reg, article > #wpmem_msg, article > .post-password-form, article > .gform_wrapper, article > p, article > iframe, article > blockquote, article > h2, #wpmem_login article > legend, #wpmem_reg article > legend, article > h3, article > h4, article > ul, article > ol, article .accordion, article .wp-block-image, article > table, article > figure, article .columns, article .q-and-a, article .wp-block-file, article .wp-block-gallery, article .wp-block-group, article > .instagram-feed, .page-id-8400 .child-pages-strip {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1087px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1400px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.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: #223C59 !important; }

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #7ec0b7 !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: #223C59 !important; }

.border-secondary {
  border-color: #A0D1CA !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-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important; }

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

.rounded-pill {
  border-radius: 50rem !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1087px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1400px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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.85714%; }

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1087px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1400px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    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: 1087px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

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

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

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

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

.shadow-none {
  -webkit-box-shadow: none !important;
  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; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.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-n1 {
  margin: -0.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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: 1087px) {
  .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-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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: 1400px) {
  .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-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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 !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  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: 1087px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .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-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

.text-primary {
  color: #223C59 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0d1722 !important; }

.text-secondary {
  color: #A0D1CA !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #6cb8ad !important; }

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !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; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  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;
      color: transparent;
      cursor: pointer; }
      .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: transparent;
        border: solid 2px #223C59;
        content: '';
        border-radius: 50%;
        width: 10px;
        height: 10px;
        opacity: 1; }
    .slick-dots li.slick-active button:before {
      background-color: #223C59; }

.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: 99999999999999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999999999;
  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;
  -webkit-box-sizing: border-box;
  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;
  -ms-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;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  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%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  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;
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  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;
    -webkit-box-sizing: border-box;
    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);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*
	We now manage margins and paddings using the BS utilities. Add more as necessary here: 
*/
.m-15 {
  margin: 15px !important; }

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

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

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

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

.m-30 {
  margin: 30px !important; }

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

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

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

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

.m-40 {
  margin: 40px !important; }

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

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

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

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

.m-50 {
  margin: 50px !important; }

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

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

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

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

.p-15 {
  padding: 15px !important; }

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

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

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

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

.p-30 {
  padding: 30px !important; }

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

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

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

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

.p-40 {
  padding: 40px !important; }

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

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

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

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

.p-50 {
  padding: 50px !important; }

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

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

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

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

@media (min-width: 576px) {
  .m-sm-15 {
    margin: 15px !important; }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 15px !important; }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 15px !important; }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 15px !important; }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 15px !important; }
  .m-sm-30 {
    margin: 30px !important; }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 30px !important; }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 30px !important; }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 30px !important; }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 30px !important; }
  .m-sm-40 {
    margin: 40px !important; }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 40px !important; }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 40px !important; }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 40px !important; }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 40px !important; }
  .m-sm-50 {
    margin: 50px !important; }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 50px !important; }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 50px !important; }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 50px !important; }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 50px !important; }
  .p-sm-15 {
    padding: 15px !important; }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 15px !important; }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 15px !important; }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 15px !important; }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 15px !important; }
  .p-sm-30 {
    padding: 30px !important; }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 30px !important; }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 30px !important; }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 30px !important; }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 30px !important; }
  .p-sm-40 {
    padding: 40px !important; }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 40px !important; }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 40px !important; }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 40px !important; }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 40px !important; }
  .p-sm-50 {
    padding: 50px !important; }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 50px !important; }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 50px !important; }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 50px !important; }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 50px !important; } }

@media (min-width: 768px) {
  .m-md-15 {
    margin: 15px !important; }
  .mt-md-15,
  .my-md-15 {
    margin-top: 15px !important; }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 15px !important; }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15px !important; }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 15px !important; }
  .m-md-30 {
    margin: 30px !important; }
  .mt-md-30,
  .my-md-30 {
    margin-top: 30px !important; }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 30px !important; }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 30px !important; }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 30px !important; }
  .m-md-40 {
    margin: 40px !important; }
  .mt-md-40,
  .my-md-40 {
    margin-top: 40px !important; }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 40px !important; }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 40px !important; }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 40px !important; }
  .m-md-50 {
    margin: 50px !important; }
  .mt-md-50,
  .my-md-50 {
    margin-top: 50px !important; }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 50px !important; }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 50px !important; }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 50px !important; }
  .p-md-15 {
    padding: 15px !important; }
  .pt-md-15,
  .py-md-15 {
    padding-top: 15px !important; }
  .pr-md-15,
  .px-md-15 {
    padding-right: 15px !important; }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15px !important; }
  .pl-md-15,
  .px-md-15 {
    padding-left: 15px !important; }
  .p-md-30 {
    padding: 30px !important; }
  .pt-md-30,
  .py-md-30 {
    padding-top: 30px !important; }
  .pr-md-30,
  .px-md-30 {
    padding-right: 30px !important; }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 30px !important; }
  .pl-md-30,
  .px-md-30 {
    padding-left: 30px !important; }
  .p-md-40 {
    padding: 40px !important; }
  .pt-md-40,
  .py-md-40 {
    padding-top: 40px !important; }
  .pr-md-40,
  .px-md-40 {
    padding-right: 40px !important; }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 40px !important; }
  .pl-md-40,
  .px-md-40 {
    padding-left: 40px !important; }
  .p-md-50 {
    padding: 50px !important; }
  .pt-md-50,
  .py-md-50 {
    padding-top: 50px !important; }
  .pr-md-50,
  .px-md-50 {
    padding-right: 50px !important; }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 50px !important; }
  .pl-md-50,
  .px-md-50 {
    padding-left: 50px !important; } }

@media (min-width: 1087px) {
  .m-lg-15 {
    margin: 15px !important; }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15px !important; }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15px !important; }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15px !important; }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15px !important; }
  .m-lg-30 {
    margin: 30px !important; }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 30px !important; }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 30px !important; }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 30px !important; }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 30px !important; }
  .m-lg-40 {
    margin: 40px !important; }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 40px !important; }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 40px !important; }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 40px !important; }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 40px !important; }
  .m-lg-50 {
    margin: 50px !important; }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 50px !important; }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 50px !important; }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 50px !important; }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 50px !important; }
  .p-lg-15 {
    padding: 15px !important; }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15px !important; }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15px !important; }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15px !important; }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15px !important; }
  .p-lg-30 {
    padding: 30px !important; }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 30px !important; }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 30px !important; }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 30px !important; }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 30px !important; }
  .p-lg-40 {
    padding: 40px !important; }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 40px !important; }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 40px !important; }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 40px !important; }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 40px !important; }
  .p-lg-50 {
    padding: 50px !important; }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 50px !important; }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 50px !important; }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 50px !important; }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 50px !important; } }

@media (min-width: 1400px) {
  .m-xl-15 {
    margin: 15px !important; }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 15px !important; }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 15px !important; }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 15px !important; }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 15px !important; }
  .m-xl-30 {
    margin: 30px !important; }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 30px !important; }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 30px !important; }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 30px !important; }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 30px !important; }
  .m-xl-40 {
    margin: 40px !important; }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 40px !important; }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 40px !important; }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 40px !important; }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 40px !important; }
  .m-xl-50 {
    margin: 50px !important; }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 50px !important; }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 50px !important; }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 50px !important; }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 50px !important; }
  .p-xl-15 {
    padding: 15px !important; }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 15px !important; }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 15px !important; }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 15px !important; }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 15px !important; }
  .p-xl-30 {
    padding: 30px !important; }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 30px !important; }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 30px !important; }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 30px !important; }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 30px !important; }
  .p-xl-40 {
    padding: 40px !important; }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 40px !important; }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 40px !important; }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 40px !important; }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 40px !important; }
  .p-xl-50 {
    padding: 50px !important; }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 50px !important; }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 50px !important; }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 50px !important; }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 50px !important; } }

.pad-lg-top {
  margin-top: 100px; }
  @media (max-width: 700px) {
    .pad-lg-top {
      margin-top: 30px; } }

.pad-lg-btm {
  margin-bottom: 100px; }
  @media (max-width: 700px) {
    .pad-lg-btm {
      margin-bottom: 30px; } }

.pad-med-top {
  margin-top: 50px; }

html {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.base-theme-padding {
  padding: 100px 0; }

.page-id-7842 .banner.banner--vision {
  padding: 0 !important; }
  @media (max-width: 767.98px) {
    .page-id-7842 .banner.banner--vision .container {
      padding-top: 200px; } }
  @media (max-width: 500px) {
    .page-id-7842 .banner.banner--vision .container {
      padding: 200px 25px 72px; } }
  @media (max-width: 1086.98px) {
    .page-id-7842 .banner.banner--vision #breadcrumbs {
      top: 120px; } }
  @media (max-width: 1190px) {
    .page-id-7842 .banner.banner--vision {
      width: 100vw; } }
  @media (max-width: 575.98px) {
    .page-id-7842 .banner.banner--vision {
      background-attachment: unset; } }

@media (max-width: 1086.98px) {
  .page-id-7842 .grid-block--3 .row div[class*="col"]:first-of-type > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px); } }

@media (max-width: 650px) {
  .page-id-7842 .grid-block--3 .row div[class*="col"]:first-of-type > * {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto; } }

@media (max-width: 1086.98px) {
  .page-id-7842 .grid-block--3 .row div[class*="col"]:first-of-type {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media (max-width: 650px) {
  .page-id-7842 .grid-block--3 .row div[class*="col"]:first-of-type {
    display: block; } }

@media (max-width: 1086.98px) {
  .page-id-7842 .grid-block--3 .row div[class*="col"]:last-of-type > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px); } }

@media (max-width: 650px) {
  .page-id-7842 .grid-block--3 .row div[class*="col"]:last-of-type > * {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto; } }

@media (max-width: 1086.98px) {
  .page-id-7842 .grid-block--3 .row div[class*="col"]:last-of-type {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px; } }

@media (max-width: 650px) {
  .page-id-7842 .grid-block--3 .row div[class*="col"]:last-of-type {
    display: block; } }

@media (max-width: 1086.98px) {
  .page-id-7842 .grid-block--3 .row div[class*="col"] .fade-in--1:not(.intro) {
    display: none; } }

@media (max-width: 1086.98px) {
  .page-id-7842 .grid-block--3 .row div[class*="col"] .twitter-box {
    margin: 0; } }

@media (max-width: 650px) {
  .page-id-7842 .grid-block--3 .row div[class*="col"] .twitter-box {
    max-width: none;
    margin-top: 30px; } }

@media (max-width: 1086.98px) {
  .page-id-7842 .grid-block--3 .row div[class*="col"] .fade-in--2 .teaser--community {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: none;
    margin-bottom: 20px; } }

@media (max-width: 650px) {
  .page-id-7842 .grid-block--3 .row div[class*="col"] .fade-in--2 .teaser--community {
    height: 475px; } }

@media (max-width: 450px) {
  .page-id-7842 .grid-block--3 .row div[class*="col"] .fade-in--2 .teaser--community {
    height: 340px; } }

@media (max-width: 1086.98px) {
  .page-id-7842 .grid-block--3 .row div[class*="col"] .fade-in--2 {
    display: block;
    margin-bottom: 0; } }

@media (max-width: 1086.98px) {
  .page-id-7842 .grid-block--3 .row div[class*="col"] .news-item {
    margin: 0; } }

@media (max-width: 1086.98px) {
  .page-id-7842 .grid-block--2 .row div[class*="col"] h2.title--xl, .page-id-7842 .grid-block--2 .row div[class*="col"] #wpmem_login legend.title--xl, #wpmem_login .page-id-7842 .grid-block--2 .row div[class*="col"] legend.title--xl, .page-id-7842 .grid-block--2 .row div[class*="col"] #wpmem_reg legend.title--xl, #wpmem_reg .page-id-7842 .grid-block--2 .row div[class*="col"] legend.title--xl {
    font-size: 3.75rem !important; } }

@media (max-width: 1086.98px) {
  .page-id-7842 .grid-block--2 .row div[class*="col"] .teaser--community {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: none;
    margin: 0; } }

@media (max-width: 650px) {
  .page-id-7842 .grid-block--2 .row div[class*="col"] .teaser--community {
    height: 475px;
    margin-top: 30px; } }

@media (max-width: 450px) {
  .page-id-7842 .grid-block--2 .row div[class*="col"] .teaser--community {
    height: 340px; } }

@media (max-width: 1086.98px) {
  .page-id-7842 .grid-block--2 .row div[class*="col"] .video.magnific-video .video__title {
    bottom: 20px;
    left: 20px; }
  .page-id-7842 .grid-block--2 .row div[class*="col"] .video.magnific-video .video__play-button {
    bottom: 20px;
    right: 20px; } }

@media (max-width: 650px) {
  .page-id-7842 .grid-block--2 .row div[class*="col"] .video.magnific-video {
    margin-bottom: 30px; } }

@media (max-width: 767.98px) {
  .page-id-7842 .grid-block--2 .row div[class*="col"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 650px) {
  .page-id-7842 .grid-block--2 .row div[class*="col"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%; } }

@media (max-width: 1086.98px) {
  .page-id-7842 .grid-block--2 .row:first-of-type {
    margin-bottom: 30px; } }

@media (max-width: 1086.98px) {
  .page-id-7842 .grid-block--4 .row div[class*="col"]:first-of-type {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

@media (max-width: 1086.98px) {
  .page-id-7842 .grid-block--4 .row div[class*="col"]:last-of-type {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media (max-width: 1086.98px) {
  .page-id-7842 .grid-block--4 .row div[class*="col"] .intro {
    max-width: none; } }

@media (max-width: 1086.98px) {
  .page-id-7842 .grid-block--4 .row div[class*="col"] .teaser--post {
    width: 100%;
    margin-top: 20px;
    margin-left: 0; } }

@media (max-width: 1086.98px) {
  .page-id-7842 .grid-block--4 .row div[class*="col"] .video.magnific-video .video__title {
    bottom: 20px;
    left: 20px; }
  .page-id-7842 .grid-block--4 .row div[class*="col"] .video.magnific-video .video__play-button {
    bottom: 20px;
    right: 20px; } }

@media (max-width: 650px) {
  .page-id-7842 .grid-block--4 .row div[class*="col"] .video.magnific-video {
    margin-top: 30px; }
    .page-id-7842 .grid-block--4 .row div[class*="col"] .video.magnific-video .video__title {
      right: 150px;
      font-size: 18px;
      line-height: 22px; } }

@media (max-width: 1086.98px) {
  .page-id-7842 .grid-block--4 {
    padding-top: 70px;
    padding-bottom: 70px; } }

@media (max-width: 650px) {
  .page-id-7842 .grid-block--4 {
    padding-top: 30px;
    padding-bottom: 30px; } }

@media (max-width: 1086.98px) {
  .page-id-7842 .teasers .teaser-item h3 {
    bottom: 20px;
    left: 40px; } }

@media (max-width: 1399.98px) {
  .page-id-7842 .teasers {
    padding-top: 30px; } }

.top-nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999999999;
  background-color: #fff;
  padding: 60px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1); }
  .top-nav--grey {
    background-color: #EFF3F0;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25); }
    .top-nav--grey .hamburger {
      background-color: #EFF3F0; }
  .top-nav__logo {
    width: 48px; }
    @media (max-width: 1190px) {
      .top-nav__logo {
        width: 35px;
        margin-left: -16px; } }
  @media (max-width: 1190px) {
    .top-nav {
      right: 0;
      bottom: auto;
      padding: 26px 60px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (max-width: 700px) {
    .top-nav {
      padding: 17px 30px; } }

.menu-main-container {
  padding-top: 40px; }

.nav-icon {
  width: 35px; }

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: #223C59;
  border-radius: 0px;
  content: '';
  display: block;
  height: 2px;
  margin: 5px 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.hamburger {
  position: relative;
  display: block;
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 14px;
  text-align: center;
  color: #223C59;
  cursor: pointer;
  padding: 26px;
  margin-top: -26px;
  margin-left: -26px;
  margin-right: -26px; }
  .hamburger.open .nav-icon:before {
    -webkit-transform: translateY(3px) rotate(135deg);
    -ms-transform: translateY(3px) rotate(135deg);
    transform: translateY(3px) rotate(135deg); }
    @media (max-width: 1190px) {
      .hamburger.open .nav-icon:before {
        -webkit-transform: translateY(8px) rotate(135deg);
        -ms-transform: translateY(8px) rotate(135deg);
        transform: translateY(8px) rotate(135deg); } }
  .hamburger.open .nav-icon:after {
    -webkit-transform: translateY(-11px) rotate(-135deg);
    -ms-transform: translateY(-11px) rotate(-135deg);
    transform: translateY(-11px) rotate(-135deg); }
    @media (max-width: 1190px) {
      .hamburger.open .nav-icon:after {
        -webkit-transform: translateY(-6px) rotate(-135deg);
        -ms-transform: translateY(-6px) rotate(-135deg);
        transform: translateY(-6px) rotate(-135deg); } }
  .hamburger.open .nav-icon div {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  @media (max-width: 1190px) {
    .hamburger {
      padding: 0;
      margin: 0; }
      .hamburger span {
        display: none; } }

.nav-menu {
  position: fixed;
  padding: 104px 40px 57px;
  -webkit-transform: translateX(-100%) translateX(-100px);
  -ms-transform: translateX(-100%) translateX(-100px);
  transform: translateX(-100%) translateX(-100px);
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  left: 99px;
  bottom: 0;
  background-color: #fff;
  height: 100vh;
  z-index: 999;
  font-family: "Nunito Sans", sans-serif;
  width: 321px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow-y: scroll;
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .nav-menu::-webkit-scrollbar {
    width: 6px; }
  .nav-menu::-webkit-scrollbar-track {
    background: #fff; }
  .nav-menu::-webkit-scrollbar-thumb {
    background: #A0D1CA;
    border-radius: 5px; }
  .nav-menu::-webkit-scrollbar-thumb:hover {
    background: #A0D1CA; }
  @media (max-width: 1190px) {
    .nav-menu {
      left: 0;
      padding-top: 150px; } }
  .nav-menu.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0.4, 0, 0.2, 1); }
    .nav-menu.open #menu-nested-pages > .menu-item-object-page > a, #menu-nested-pages .nav-menu.open > .menu-item-object-custom > a, .nav-menu.open .menu-bottom-menu-container a, .nav-menu.open .menu-footer-menu-container a {
      opacity: 1;
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0);
      -webkit-transition: 0.5s ease-out;
      -o-transition: 0.5s ease-out;
      transition: 0.5s ease-out; }
  .nav-menu.menu-clicked.open .menu-bottom-menu-container li > a {
    opacity: 0.5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0); }
  .nav-menu.menu-clicked.open .menu-bottom-menu-container.active > a {
    opacity: 1; }
  @media (max-width: 767px) {
    .nav-menu {
      width: 100vw;
      padding: 150px 58px; }
      .nav-menu .sub-menu-wrap ul {
        padding: 80px 58px; }
      .nav-menu .sub-menu-wrap {
        left: 0;
        width: 100vw; }
      .nav-menu .back-button {
        display: block;
        margin-top: 20px;
        opacity: 0.6; } }
  @media (max-width: 600px) {
    .nav-menu {
      padding: 150px 38px; }
      .nav-menu .sub-menu-wrap ul {
        padding: 80px 38px; } }
  .nav-menu .social-icons {
    margin-top: 15px;
    margin-right: 10px; }
    .nav-menu .social-icons img {
      width: 30px;
      height: 30px;
      margin-right: 5px; }

.back-button {
  cursor: pointer;
  display: block;
  margin-top: 30px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  color: #A0D1CA;
  padding-left: 13px;
  position: relative; }
  .back-button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    border: solid #A0D1CA;
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px; }

.nav-menu .title, .sub-menu-wrap .title {
  font-family: "Vesterbro Bold", sans-serif;
  margin-bottom: 30px; }
  @media (max-width: 600px) {
    .nav-menu .title, .sub-menu-wrap .title {
      font-size: 26px; } }

.nav-menu > div, .sub-menu-wrap > div {
  z-index: 999999;
  position: relative; }

.nav-menu ul, .sub-menu-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-menu ul > li, .sub-menu-wrap ul > li {
    padding: 0;
    text-indent: 0; }
  .nav-menu ul li, .sub-menu-wrap ul li {
    position: relative;
    margin-bottom: 12px; }
    .nav-menu ul li:before, .sub-menu-wrap ul li:before {
      display: none; }
    .nav-menu ul li a, .nav-menu ul li .title--small, .sub-menu-wrap ul li a, .sub-menu-wrap ul li .title--small {
      display: block;
      font-family: "Nunito Sans", sans-serif;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 24px;
      margin-bottom: 10px;
      color: #223C59; }
      .nav-menu ul li a.active, .nav-menu ul li a.parent-active, .nav-menu ul li .title--small.active, .nav-menu ul li .title--small.parent-active, .sub-menu-wrap ul li a.active, .sub-menu-wrap ul li a.parent-active, .sub-menu-wrap ul li .title--small.active, .sub-menu-wrap ul li .title--small.parent-active {
        opacity: 0.5; }
        .nav-menu ul li a.active a, .nav-menu ul li a.parent-active a, .nav-menu ul li .title--small.active a, .nav-menu ul li .title--small.parent-active a, .sub-menu-wrap ul li a.active a, .sub-menu-wrap ul li a.parent-active a, .sub-menu-wrap ul li .title--small.active a, .sub-menu-wrap ul li .title--small.parent-active a {
          color: #223C59;
          opacity: 0.65; }
      .nav-menu ul li a:hover, .nav-menu ul li .title--small:hover, .sub-menu-wrap ul li a:hover, .sub-menu-wrap ul li .title--small:hover {
        text-decoration: none;
        opacity: 0.5 !important;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .nav-menu ul li a:hover > .sub-menu-wrap, .nav-menu ul li .title--small:hover > .sub-menu-wrap, .sub-menu-wrap ul li a:hover > .sub-menu-wrap, .sub-menu-wrap ul li .title--small:hover > .sub-menu-wrap {
          max-height: 10000px; }
          .nav-menu ul li a:hover > .sub-menu-wrap a, .nav-menu ul li .title--small:hover > .sub-menu-wrap a, .sub-menu-wrap ul li a:hover > .sub-menu-wrap a, .sub-menu-wrap ul li .title--small:hover > .sub-menu-wrap a {
            opacity: 1;
            -webkit-transform: translate(0);
            -ms-transform: translate(0);
            transform: translate(0);
            -webkit-transition: 0.5s ease-out;
            -o-transition: 0.5s ease-out;
            transition: 0.5s ease-out; }
    @media (max-width: 600px) {
      .nav-menu ul li a, .sub-menu-wrap ul li a {
        font-size: 22px;
        margin-bottom: 20px; } }
    .nav-menu ul li.current-page-ancestor > a, .nav-menu ul li.current-menu-item .nav-menu ul li.active > a, .sub-menu-wrap ul li.current-page-ancestor > a, .sub-menu-wrap ul li.current-menu-item .nav-menu ul li.active > a, .nav-menu ul li.current-menu-item .sub-menu-wrap ul li.active > a, .sub-menu-wrap ul li.current-menu-item .sub-menu-wrap ul li.active > a {
      color: #A0D1CA; }

.sub-menu-wrap {
  z-index: 99;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  padding: 104px 40px;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%);
  width: 321px;
  height: 100%;
  -webkit-transition: 0.7s ease-out;
  -o-transition: 0.7s ease-out;
  transition: 0.7s ease-out;
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  .sub-menu-wrap::-webkit-scrollbar {
    width: 6px; }
  .sub-menu-wrap::-webkit-scrollbar-track {
    background: #fff; }
  .sub-menu-wrap::-webkit-scrollbar-thumb {
    background: #A0D1CA; }
  .sub-menu-wrap::-webkit-scrollbar-thumb:hover {
    background: #A0D1CA; }
  .sub-menu-wrap ul li.current-menu-item {
    opacity: 0.5; }
    .sub-menu-wrap ul li.current-menu-item a {
      color: #223C59;
      opacity: 0.65; }
  .sub-menu-wrap.sub-menu-slide.open-sub-menu {
    -webkit-transform: translate(100%) translateX(98px);
    -ms-transform: translate(100%) translateX(98px);
    transform: translate(100%) translateX(98px);
    -webkit-transition: 0.7s ease-out;
    -o-transition: 0.7s ease-out;
    transition: 0.7s ease-out;
    max-height: 10000px; }
  .sub-menu-wrap.sub-menu-open {
    -webkit-transform: translate(100%) translateX(98px);
    -ms-transform: translate(100%) translateX(98px);
    transform: translate(100%) translateX(98px);
    -webkit-transition: 0.7s ease-out;
    -o-transition: 0.7s ease-out;
    transition: 0.7s ease-out;
    max-height: 10000px; }
  .sub-menu-wrap.animate-items li {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out; }
  .sub-menu-wrap .title--small {
    display: none; }
    @media (max-width: 767px) {
      .sub-menu-wrap .title--small {
        display: block; } }
  @media (max-width: 1190px) {
    .sub-menu-wrap {
      z-index: 999;
      padding-top: 151px; }
      .sub-menu-wrap.sub-menu-open {
        -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
        transform: translate(0%); } }
  @media (max-width: 767px) {
    .sub-menu-wrap {
      width: 100vw; } }

#menu-footer-menu li.current-menu-item a, #menu-footer-menu .menu-item-home a {
  color: #A0D1CA; }

#menu-footer-menu a {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-transform: none; }
  @media (max-width: 600px) {
    #menu-footer-menu a {
      font-size: 15px;
      margin-bottom: 15px; } }

#menu-footer-menu li {
  margin-bottom: 2px; }

@media (max-width: 600px) {
  #menu-footer-menu {
    margin-top: 50px; } }

.nav__top-level .parent-page:after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  border: solid #A0D1CA;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px; }

.site-logo {
  position: absolute;
  top: 50px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: calc(50% + 50px);
  z-index: 9; }
  @media (max-width: 1190px) {
    .site-logo {
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      left: calc(50%);
      z-index: 9;
      width: 260px;
      top: 148px; } }
  @media (max-width: 600px) {
    .site-logo {
      width: 200px;
      top: 100px; } }

.single-post .parent-page #12, .single-news-item .parent-page #12, .post-type-archive-news-item .parent-page #12 {
  opacity: 0.5 !important; }

.parent-active {
  opacity: 0.5 !important; }

@media (max-height: 800px) {
  .nav-menu {
    padding: 135px 40px 30px; }
    .nav-menu .title {
      margin-bottom: 15px; } }

.site-footer {
  position: relative; }
  @media (min-width: 1089px) {
    .site-footer {
      margin-left: 100px; } }
  .site-footer a[href^="tel"] {
    color: #fff;
    /* Inherit text color of parent element. */ }
  .site-footer .container-fluid, .site-footer .container-sm, .site-footer .container-md, .site-footer .container-lg, .site-footer .container-xl {
    padding: 0 0; }
  .site-footer__content {
    background-color: #000;
    padding: 70px 60px;
    color: #fff; }
    .site-footer__content ul {
      padding-left: 0px !important;
      margin-top: 0;
      list-style: none;
      -webkit-column-count: 2;
      column-count: 2; }
      .site-footer__content ul li {
        list-style: none;
        padding-left: 0;
        margin-bottom: 10px;
        padding-bottom: 0;
        line-height: 20px; }
        .site-footer__content ul li:before {
          display: none; }
        .site-footer__content ul li a {
          font-weight: 600; }
    .site-footer__content .credit a {
      color: #A0D1CA; }
    @media (max-width: 767px) {
      .site-footer__content {
        padding: 50px 30px; }
        .site-footer__content .col-md-6, .site-footer__content .col-md-4 {
          margin-top: 30px; }
        .site-footer__content .social-icons {
          margin: 30px 0; }
        .site-footer__content .pad-med-top {
          margin-top: 0; }
          .site-footer__content .pad-med-top .title--sm, .site-footer__content .pad-med-top h3 {
            margin-top: 0; } }
  .site-footer__block {
    position: absolute;
    width: 20%;
    top: -70px;
    height: 100%;
    right: 0;
    z-index: 0;
    background-color: #A0D1CA; }
    .site-footer__block .credit {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transform-origin: 100%;
      -ms-transform-origin: 100%;
      transform-origin: 100%;
      position: absolute;
      bottom: 30px;
      right: 53px;
      font-size: 14px; }
  .site-footer .col-lg-11 {
    position: relative;
    z-index: 1; }
  .site-footer svg {
    width: 75px;
    height: 90px; }
  .site-footer .title {
    color: #fff;
    margin: 30px 0 20px; }
  .site-footer .final-row {
    margin-top: 85px; }
    @media (max-width: 767px) {
      .site-footer .final-row {
        margin-top: 50px; }
        .site-footer .final-row .col-md-4 {
          margin-bottom: 15px; } }
  .site-footer .col-lg-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .site-footer--simple h3.title {
    margin-top: 0px; }
  .site-footer--simple .col-md-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
  .site-footer--simple img {
    margin-bottom: 30px; }
  @media (max-width: 1087px) {
    .site-footer {
      margin-left: 0; }
      .site-footer .site-footer__block {
        display: none; } }

.social-icons img {
  margin-right: 5px; }

@media (max-width: 1025px) {
  .social-icons {
    margin: 30px 0; } }

.title {
  color: #223C59; }
  .title--xs {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.25px;
    line-height: 26px; }
  .title--sm, h3 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.25px;
    line-height: 29px; }
    @media (max-width: 700px) {
      .title--sm, h3 {
        font-size: 21px;
        line-height: 24px; } }
  .title--md, h2, #wpmem_login legend, #wpmem_reg legend {
    font-family: "Vesterbro Bold", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.25px;
    line-height: 36px; }
    @media (max-width: 700px) {
      .title--md, h2, #wpmem_login legend, #wpmem_reg legend {
        font-size: 23px;
        line-height: 28px; } }
  .title--lg {
    font-family: "Vesterbro Bold", sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 40px; }
  .title--shadow {
    font-family: "Vesterbro Bold", sans-serif;
    opacity: 0.1;
    color: #223C59;
    font-size: 160px;
    font-weight: bold;
    letter-spacing: -4.5px;
    line-height: 160px;
    text-align: right; }
    @media (max-width: 1024px) {
      .title--shadow {
        font-size: 100px;
        font-weight: bold;
        letter-spacing: -4.5px;
        line-height: 100px; } }
    @media (max-width: 600px) {
      .title--shadow {
        font-size: 70px; } }
    @media (max-width: 414px) {
      .title--shadow {
        font-size: 60px; } }
  .title--xl {
    font-family: "Vesterbro Bold", sans-serif;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 64px; }
    @media (max-width: 1190px) {
      .title--xl {
        font-size: 4.5rem;
        line-height: 76px; } }
    @media (max-width: 769px) {
      .title--xl {
        font-size: 3.5rem;
        line-height: 66px; } }
    @media (max-width: 600px) {
      .title--xl {
        font-size: 40px;
        line-height: 42px; } }
  .title--xl2, h1 {
    font-family: "Vesterbro Bold", sans-serif;
    font-size: 6rem;
    font-weight: bold;
    letter-spacing: -2.5px;
    line-height: 96px; }
    @media (max-width: 1190px) {
      .title--xl2, h1 {
        font-size: 5rem;
        line-height: 76px; } }
    @media (max-width: 700px) {
      .title--xl2, h1 {
        font-size: 42px;
        line-height: 42px; } }
  .title--sans {
    font-family: "Nunito Sans", sans-serif; }

h2, #wpmem_login legend, #wpmem_reg legend {
  font-family: "Nunito Sans", sans-serif; }

.single .banner .title--lg {
  font-size: 64px;
  line-height: 64px;
  max-width: 800px; }
  @media (max-width: 1190px) {
    .single .banner .title--lg {
      font-size: 4.5rem;
      line-height: 76px; } }
  @media (max-width: 800px) {
    .single .banner .title--lg {
      font-size: 3.5rem;
      line-height: 60px; } }
  @media (max-width: 700px) {
    .single .banner .title--lg {
      font-size: 38px;
      line-height: 46px; } }

.online-exhibition-template-default .banner .title {
  font-family: "Nunito Sans", sans-serif; }

#content-wrap {
  position: relative;
  margin-left: 100px; }
  @media (max-width: 1190px) {
    #content-wrap {
      margin-left: 0; } }

@media (max-width: 1400px) {
  .home.page-id-160 .container, .home.page-id-160 .container-sm, .home.page-id-160 .container-md, .home.page-id-160 .container-lg {
    max-width: 100%; } }

@media (max-width: 767px) {
  .container, .container-sm, .container-md {
    max-width: 100%; } }

#page-wrap {
  overflow: hidden; }

a:hover {
  text-decoration: none !important; }

p a[href^="tel"] {
  color: #223C59 !important;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
  /* Additional css `propery: value;` pairs here */ }

.footer a[href^="tel"], .page-template-tpl-contact a[href^="tel"] {
  color: #fff !important;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
  /* Additional css `propery: value;` pairs here */ }

p a:not(.button),
ul a:not(.button),
ol a:not(.button) {
  color: #A0D1CA;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear; }
  p a:not(.button):hover,
  ul a:not(.button):hover,
  ol a:not(.button):hover {
    color: #7ec0b7; }

img {
  max-width: 100%;
  height: auto; }

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; }

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #A0D1CA;
  padding: 10px; }

::selection {
  color: white;
  background: #A0D1CA;
  padding: 10px; }

.alignleft {
  float: left;
  margin-right: 30px; }

.alignright {
  float: right;
  margin-left: 30px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

p.meta {
  position: relative;
  margin-bottom: 0px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  padding-left: 27px;
  padding-top: 0px !important;
  padding-bottom: 15px; }
  p.meta:before {
    position: absolute;
    left: 0; }
  p.meta--author {
    padding-bottom: 0px; }
  p.meta--date:before {
    content: url(../img/icons/calendar_icon.svg); }
  p.meta--category:before {
    content: url(../img/icons/tag_icon.svg); }
  p.meta--author:before {
    content: url(../img/icons/author_icon.svg); }
  p.meta--author-title:before {
    content: url(../img/icons/tag_icon.svg); }
  p.meta--photographer:before {
    content: url(../img/icons/photographer_icon.svg); }

.issuuembed {
  width: 100% !important;
  min-height: 600px !important; }

.wp-block-embed {
  margin-top: 30px;
  margin-bottom: 30px; }

.home, .post-type-archive-news-item, .collections-blog {
  background-color: #EFF3F0; }
  .home .news-item__content, .post-type-archive-news-item .news-item__content, .collections-blog .news-item__content {
    background-color: #fff; }

.post-type-archive-news-item .banner, .collections-blog .banner {
  margin-bottom: 48px; }
  .post-type-archive-news-item .banner .intro, .collections-blog .banner .intro {
    position: relative;
    z-index: 9;
    max-width: 600px; }
  .post-type-archive-news-item .banner .img-animate + div.loaded, .collections-blog .banner .img-animate + div.loaded {
    -webkit-transition-delay: 0.8s !important;
    -o-transition-delay: 0.8s !important;
    transition-delay: 0.8s !important; }
  .post-type-archive-news-item .banner .img-animate .pillar, .collections-blog .banner .img-animate .pillar {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }
  @media (max-width: 768px) {
    .post-type-archive-news-item .banner .banner__block, .collections-blog .banner .banner__block {
      width: 100%;
      height: auto;
      right: auto;
      position: relative; }
      .post-type-archive-news-item .banner .banner__block .background-secondary, .collections-blog .banner .banner__block .background-secondary {
        background-color: transparent; }
      .post-type-archive-news-item .banner .banner__block .form-wrap, .collections-blog .banner .banner__block .form-wrap {
        width: 100%;
        max-width: none; }
      .post-type-archive-news-item .banner .banner__block__inner, .collections-blog .banner .banner__block__inner {
        padding: 0 30px; } }

.post-type-archive-news-item input, .collections-blog input {
  font-size: 14px !important;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: none;
  padding: 11px !important;
  font-weight: 600;
  color: black; }
  .post-type-archive-news-item input::-webkit-input-placeholder, .collections-blog input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    color: #000;
    font-weight: 600; }
  .post-type-archive-news-item input:-ms-input-placeholder, .collections-blog input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    color: #000;
    font-weight: 600; }
  .post-type-archive-news-item input::-ms-input-placeholder, .collections-blog input::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    color: #000;
    font-weight: 600; }
  .post-type-archive-news-item input::placeholder, .collections-blog input::placeholder {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    color: #000;
    font-weight: 600; }

.post-type-archive-news-item #search-filter-form-2444 ul li.sf-field-search label:before, .collections-blog #search-filter-form-2444 ul li.sf-field-search label:before {
  content: url("../img/icons/search.svg");
  position: absolute;
  top: 36%;
  right: 20px;
  border: 0px;
  display: inline-block;
  padding: 0px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0); }

.post-type-archive-news-item .news-item, .collections-blog .news-item {
  height: 100%; }
  .post-type-archive-news-item .news-item__content, .collections-blog .news-item__content {
    min-height: 265px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.post-type-archive-news-item .col-lg-5, .collections-blog .col-lg-5 {
  margin-bottom: 30px; }

.post-type-archive-news-item .banner__block, .collections-blog .banner__block {
  z-index: 5; }
  .post-type-archive-news-item .banner__block .img-animate + div, .collections-blog .banner__block .img-animate + div {
    position: relative;
    z-index: 7; }
  .post-type-archive-news-item .banner__block__inner, .collections-blog .banner__block__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -1; }
    @media (max-width: 767px) {
      .post-type-archive-news-item .banner__block__inner, .collections-blog .banner__block__inner {
        height: auto; } }
  .post-type-archive-news-item .banner__block ul, .collections-blog .banner__block ul {
    padding-left: 0; }

.post-type-archive-news-item .banner select, .post-type-archive-news-item .banner input, .collections-blog .banner select, .collections-blog .banner input {
  background-color: transparent !important;
  border-bottom: 1px solid #223C59;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: none;
  padding: 11px !important;
  font-weight: 600;
  width: 100%;
  height: auto; }

@media (max-width: 767px) {
  .post-type-archive-news-item .banner #breadcrumbs, .collections-blog .banner #breadcrumbs {
    display: none; } }

.post-type-archive-news-item .form-wrap, .collections-blog .form-wrap {
  max-width: 240px; }
  .post-type-archive-news-item .form-wrap p, .post-type-archive-news-item .form-wrap .searchandfilter h4, .collections-blog .form-wrap p, .collections-blog .form-wrap .searchandfilter h4 {
    margin: 0;
    padding-left: 11px;
    font-size: 14px; }
    @media (max-width: 787px) {
      .post-type-archive-news-item .form-wrap p, .post-type-archive-news-item .form-wrap .searchandfilter h4, .collections-blog .form-wrap p, .collections-blog .form-wrap .searchandfilter h4 {
        padding-left: 0; } }
  @media (max-width: 767px) {
    .post-type-archive-news-item .form-wrap, .collections-blog .form-wrap {
      margin-top: 20px; } }

.post-type-archive-news-item .select-wrapper, .collections-blog .select-wrapper {
  position: relative;
  width: 100%; }
  .post-type-archive-news-item .select-wrapper:before, .collections-blog .select-wrapper:before {
    content: "";
    position: absolute;
    top: 30%;
    right: 20px;
    border: solid #223C59;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

@media (max-width: 768px) and (min-width: 600px) {
  .post-type-archive-news-item .searchandfilter ul li, .collections-blog .searchandfilter ul li {
    padding: 0 !important; } }

@media (max-width: 767px) {
  .post-type-archive-news-item .col-md-10, .collections-blog .col-md-10 {
    padding: 0px 15px; } }

.collections-blog .flex-on-ipad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .collections-blog .flex-on-ipad > * {
    width: calc((100% / 3)); }
  .collections-blog .flex-on-ipad input, .collections-blog .flex-on-ipad select {
    border: 1px solid #A0D1CA; }
  .collections-blog .flex-on-ipad .select-wrapper:before {
    top: 36%; }
  .collections-blog .flex-on-ipad .select-wrapper > select {
    width: 254.98px;
    float: right; }
  .collections-blog .flex-on-ipad > #search-filter-form-2444 {
    margin-bottom: 0;
    width: calc((100% / 3) *2); }
    .collections-blog .flex-on-ipad > #search-filter-form-2444 ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .collections-blog .flex-on-ipad > #search-filter-form-2444 ul > * {
        width: 50%;
        padding-bottom: 0;
        margin-left: 20px;
        max-width: 254.98px; }
        .collections-blog .flex-on-ipad > #search-filter-form-2444 ul > * label:before {
          top: 36%; }
    .collections-blog .flex-on-ipad > #search-filter-form-2444 h4 {
      display: none; }

@media (max-width: 760px) {
  .flex-on-ipad, #search-filter-form-2444, #search-filter-form-2444 ul {
    display: block !important; }
    .flex-on-ipad > *, #search-filter-form-2444 > *, #search-filter-form-2444 ul > * {
      width: 100% !important; }
      .flex-on-ipad > * li, .flex-on-ipad > * select, #search-filter-form-2444 > * li, #search-filter-form-2444 > * select, #search-filter-form-2444 ul > * li, #search-filter-form-2444 ul > * select {
        max-width: unset !important;
        margin-left: 0 !important;
        float: none !important;
        width: 100% !important; }
      .flex-on-ipad > *.select-wrapper, #search-filter-form-2444 > *.select-wrapper, #search-filter-form-2444 ul > *.select-wrapper {
        margin-top: 10px; } }

.banner--blog-collections {
  text-align: center; }
  .banner--blog-collections .cat-links {
    display: none; }

.blog #content-wrap .banner {
  margin-bottom: 48px; }

.blog #content-wrap .teaser--post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0px;
  min-height: 328px;
  width: auto;
  height: 100%;
  padding: 50px 40px; }

.blog #content-wrap h3 {
  max-width: 240px; }

.blog #content-wrap blockquote {
  margin-left: 30px;
  margin-right: 30px; }

.blog #content-wrap .col-md-4 {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 15px; }
  .blog #content-wrap .col-md-4:first-of-type {
    padding: 30px 40px; }

.blog #content-wrap .block-filler {
  position: absolute;
  top: -300%;
  left: calc(-50% - 15px);
  /* right: -50%; */
  background-color: #EFF3F0;
  bottom: 0;
  height: 400%;
  width: 150%;
  z-index: -1; }

.blog #content-wrap #breadcrumbs .breadcrumb_last {
  color: #A0D1CA; }

.contact-banner #breadcrumbs .breadcrumb_last {
  color: #A0D1CA; }

.page-id-72, .page-id-5477, .page-id-40.parent-pageid-13 {
  background-color: #223C59;
  background-repeat: no-repeat; }
  .page-id-72 .accordion__trigger h4, .page-id-5477 .accordion__trigger h4, .page-id-40.parent-pageid-13 .accordion__trigger h4 {
    color: #A0D1CA; }
  .page-id-72 .teasers .title--xl, .page-id-5477 .teasers .title--xl, .page-id-40.parent-pageid-13 .teasers .title--xl {
    color: #A0D1CA; }
  .page-id-72 .accordion__plus:before, .page-id-72 .accordion__plus:after, .page-id-5477 .accordion__plus:before, .page-id-5477 .accordion__plus:after, .page-id-40.parent-pageid-13 .accordion__plus:before, .page-id-40.parent-pageid-13 .accordion__plus:after {
    background-color: #A0D1CA; }
  .page-id-72 article > h2, .page-id-72 #wpmem_login article > legend, #wpmem_login .page-id-72 article > legend, .page-id-72 #wpmem_reg article > legend, #wpmem_reg .page-id-72 article > legend, .page-id-72 article > h3, .page-id-72 article > h4, .page-id-72 article > p, .page-id-72 article > li, .page-id-5477 article > h2, .page-id-5477 #wpmem_login article > legend, #wpmem_login .page-id-5477 article > legend, .page-id-5477 #wpmem_reg article > legend, #wpmem_reg .page-id-5477 article > legend, .page-id-5477 article > h3, .page-id-5477 article > h4, .page-id-5477 article > p, .page-id-5477 article > li, .page-id-40.parent-pageid-13 article > h2, .page-id-40.parent-pageid-13 #wpmem_login article > legend, #wpmem_login .page-id-40.parent-pageid-13 article > legend, .page-id-40.parent-pageid-13 #wpmem_reg article > legend, #wpmem_reg .page-id-40.parent-pageid-13 article > legend, .page-id-40.parent-pageid-13 article > h3, .page-id-40.parent-pageid-13 article > h4, .page-id-40.parent-pageid-13 article > p, .page-id-40.parent-pageid-13 article > li {
    color: #fff; }

.custom-cursor {
  background-color: #a0d2ca;
  opacity: 0.25;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 999999999999;
  -webkit-transition: top 0.2s ease-in-out, left 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out, left 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, left 0.2s ease-in-out, opacity 0.2s ease-in-out;
  pointer-events: none; }

.no-touchevents .sidebar__inner:hover {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }

.touchevents .sidebar__inner {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }

.touchevents .sidebar.slide-open .sidebar__inner {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.sticky {
  position: fixed;
  top: 60px; }

.page-template-tpl-home-cirl, .page-template-tpl-home-collections {
  background-color: #fff; }
  .page-template-tpl-home-cirl .news-item__content, .page-template-tpl-home-collections .news-item__content {
    background-color: #EFF3F0 !important; }

.post-type-archive-whats-on-listing {
  font-family: 'Kiona'; }

.next-arrow, .prev-arrow {
  border: solid black;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  margin: 0 6px 1px 3px; }

.prev-arrow {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.post-type-archive-impact-story .teaser--community {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 30px; }

.notice-banner, .notice-banner-donate {
  position: fixed;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 99;
  top: 30px;
  right: 30px;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  background: white; }
  .notice-banner__close, .notice-banner-donate__close {
    display: inline-block;
    cursor: pointer;
    opacity: 1;
    z-index: 999;
    position: relative;
    height: 13px;
    width: 13px;
    margin-right: 10px;
    margin-left: 30px; }
    .notice-banner__close:hover, .notice-banner-donate__close:hover {
      opacity: 0.5; }
    .notice-banner__close:before, .notice-banner__close:after, .notice-banner-donate__close:before, .notice-banner-donate__close:after {
      position: absolute;
      left: 15px;
      content: ' ';
      height: 16px;
      width: 2px;
      background-color: #000; }
    .notice-banner__close:before, .notice-banner-donate__close:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .notice-banner__close:after, .notice-banner-donate__close:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  @media (max-width: 1089px) {
    .notice-banner, .notice-banner-donate {
      bottom: 30px;
      top: auto; } }
  @media (max-width: 800px) {
    .notice-banner, .notice-banner-donate {
      top: 90px;
      left: 10px;
      bottom: auto;
      right: auto; } }

.notice-banner-donate {
  background-color: #A0D1CA;
  bottom: 30px;
  top: auto;
  display: block !important; }

.notice-banner-modal.modal-ite, .notice-banner-modal-donate.modal-itemm {
  max-width: 800px;
  padding-top: 80px; }
  .notice-banner-modal.modal-ite h2, .notice-banner-modal.modal-ite #wpmem_login legend, #wpmem_login .notice-banner-modal.modal-ite legend, .notice-banner-modal.modal-ite #wpmem_reg legend, #wpmem_reg .notice-banner-modal.modal-ite legend, .notice-banner-modal-donate.modal-itemm h2, .notice-banner-modal-donate.modal-itemm #wpmem_login legend, #wpmem_login .notice-banner-modal-donate.modal-itemm legend, .notice-banner-modal-donate.modal-itemm #wpmem_reg legend, #wpmem_reg .notice-banner-modal-donate.modal-itemm legend {
    margin-top: 0;
    margin-bottom: 20px; }
  .notice-banner-modal.modal-ite .mfp-close, .notice-banner-modal-donate.modal-itemm .mfp-close {
    right: -25px !important;
    top: 0px !important;
    cursor: pointer;
    opacity: 1;
    z-index: 999;
    position: absolute;
    height: 15px;
    width: 15px;
    margin-right: 10px;
    margin-left: 30px; }
    .notice-banner-modal.modal-ite .mfp-close:hover, .notice-banner-modal-donate.modal-itemm .mfp-close:hover {
      opacity: 0.5; }
    .notice-banner-modal.modal-ite .mfp-close:before, .notice-banner-modal.modal-ite .mfp-close:after, .notice-banner-modal-donate.modal-itemm .mfp-close:before, .notice-banner-modal-donate.modal-itemm .mfp-close:after {
      position: absolute;
      left: 15px;
      content: ' ';
      height: 20px;
      width: 2px;
      background-color: #fff; }
    .notice-banner-modal.modal-ite .mfp-close:before, .notice-banner-modal-donate.modal-itemm .mfp-close:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .notice-banner-modal.modal-ite .mfp-close:after, .notice-banner-modal-donate.modal-itemm .mfp-close:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  @media (max-width: 700px) {
    .notice-banner-modal.modal-ite, .notice-banner-modal-donate.modal-itemm {
      height: 100%;
      overflow: visible;
      padding: 30px; }
      .notice-banner-modal.modal-ite .mfp-close, .notice-banner-modal-donate.modal-itemm .mfp-close {
        top: -35px !important;
        right: 0px !important; }
      .notice-banner-modal.modal-ite .title, .notice-banner-modal-donate.modal-itemm .title {
        font-size: 2rem; } }

@media (max-width: 991px) {
  .blog .container {
    padding: 0 30px; } }

.blog .col-lg-4 {
  margin-bottom: 30px; }

.blog .intro {
  padding: 20px 20px 20px 0; }

.post-type-archive-latest-research .latest-research {
  height: 100%; }

.post-type-archive-latest-research .col-lg-5 {
  margin-bottom: 30px; }
  .post-type-archive-latest-research .col-lg-5 > div {
    height: 100%; }

@media (max-width: 991px) {
  .post-type-archive-latest-research .banner__block {
    display: none; } }

@media (max-width: 991px) {
  .page-template-tpl-from-the-journal #content-wrap {
    margin: 60px 30px; }
  .page-template-tpl-from-the-journal .banner__block {
    display: none; }
  .page-template-tpl-from-the-journal .col-lg-5 {
    margin-top: 0px !important; } }

@media (max-width: 767px) {
  .page-template-tpl-from-the-journal #content-wrap {
    margin: 60px 0 0; } }

@media (max-width: 1190px) {
  .blog .banner-spacer .banner {
    padding-bottom: 50px; }
    .blog .banner-spacer .banner #breadcrumbs {
      top: auto; } }

.index-loop-collections .row > div {
  margin-bottom: 30px; }

.search-result a {
  color: #000 !important; }

.tag-cloud {
  margin: 30px 0; }

.post_tags {
  margin-top: 10px; }
  .post_tags a {
    background-color: #A0D1CA;
    padding: 10px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: bold; }
  .post_tags b {
    margin-bottom: 5px; }

.single .text-center .button--shadow {
  margin-right: 0; }

.cat-links a {
  padding: 6px 12px;
  background-color: #223C59;
  color: #fff;
  border-radius: 3px;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  line-height: 3; }
  .cat-links a:hover {
    background-color: #17283a; }
  @media (max-width: 700px) {
    .cat-links a {
      padding: 10px;
      display: block;
      margin-bottom: 10px;
      line-height: 1; } }

.cat-links span {
  font-weight: bold;
  margin-right: 10px; }

#site-4.search-results .banner, #site-5.search-results .banner {
  margin-top: 50px;
  margin-bottom: 0; }

@media (max-width: 600px) {
  .page-id-7817 .top-nav {
    display: none; }
  iframe {
    margin-top: 0px !important; } }

.page-id-7842 {
  background: #223C59; }
  .page-id-7842 .heading {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
    color: #fff;
    margin-bottom: 10px; }
  .page-id-7842 p, .page-id-7842 ol, .page-id-7842 li {
    color: #fff; }
  .page-id-7842 .post-meta p {
    color: #223C59; }
  .page-id-7842 .large-first-letter::first-letter {
    color: #fff; }
  .page-id-7842 .corner-category__inner {
    background-color: #A0D1CA;
    color: #223C59; }
  .page-id-7842 .teaser--community {
    height: 340px;
    width: 322px;
    padding-bottom: 0; }
  .page-id-7842 .teaser--post h3 {
    color: #fff; }
  .page-id-7842 .teasers .title--xl {
    color: #A0D1CA; }
  .page-id-7842 .grid-block .title--xl {
    color: #A0D1CA; }
    @media (min-width: 800px) {
      .page-id-7842 .grid-block .title--xl {
        font-size: 80px;
        font-weight: bold;
        letter-spacing: -2.5px;
        line-height: 85px;
        margin-top: 8px; } }
  .page-id-7842 .grid-block .video {
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    .page-id-7842 .grid-block .video:before {
      padding-top: 66%; }
    .page-id-7842 .grid-block .video svg {
      width: 100px;
      height: 100px; }
    .page-id-7842 .grid-block .video > .video__play-button {
      top: auto;
      left: auto;
      bottom: 50px;
      right: 50px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      z-index: 1; }
    .page-id-7842 .grid-block .video > .video__title {
      right: 170px; }
  @media (min-width: 600px) {
    .page-id-7842 .grid-block--2 .teaser--community {
      margin-left: 16%;
      margin-bottom: 75px; } }
  @media (min-width: 600px) {
    .page-id-7842 .grid-block--3 .fade-in--2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-bottom: 88px; }
    .page-id-7842 .grid-block--3 .twitter-box {
      margin-left: 16%;
      margin-top: 100px;
      max-width: 498px; }
    .page-id-7842 .grid-block--3 .news-item {
      margin-right: -16%; } }
  .page-id-7842 .grid-block--4 .video {
    margin-left: 0; }
  @media (min-width: 600px) {
    .page-id-7842 .grid-block--4 .teaser--post {
      width: 498px;
      margin-top: 100px;
      margin-left: 42%; }
    .page-id-7842 .grid-block--4 .col-lg-7 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .page-id-7842 .grid-block--4 .teaser--community {
      margin-top: 102px; } }

.page-id-7882 {
  background: #223C59; }
  .page-id-7882 .teasers .title--xl {
    color: #A0D1CA; }

.grid-eton-news .photo-teaser {
  background-color: #A0D1CA;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: -40px;
  width: calc(100% + 40px); }
  .grid-eton-news .photo-teaser:before {
    background-image: url(https://www.etoncollege.com/wp-content/uploads/2021/01/blue_the_today_programme_image@2x.jpg); }
  .grid-eton-news .photo-teaser .title {
    color: #223C59; }
  .grid-eton-news .photo-teaser div {
    width: 90%; }
    .grid-eton-news .photo-teaser div:last-of-type {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-top: 48px; }

.grid-eton-news .teaser-button-wrapper {
  margin-right: -40px;
  margin-left: 8%; }

.grid-eton-news .teaser-button .title {
  color: #223C59; }

@media (max-width: 1190px) {
  .page-id-9210 {
    padding-top: 99px; } }

@media (max-width: 500px) {
  .parent-pageid-8395 .banner {
    padding-top: 0; } }

@media (min-width: 575px) {
  .parent-pageid-8395 .banner__title {
    max-width: calc(100% - 300px); } }

@media (min-width: 1000px) {
  .parent-pageid-8395 .banner__title {
    max-width: calc(100% - 400px); } }

.parent-pageid-8395 #wpmem_pwdreset_form, .parent-pageid-8395 #wpmem_pwdchange_form, .parent-pageid-8395 #wpmem_msg {
  margin-top: 300px !important; }
  @media (max-width: 1190px) {
    .parent-pageid-8395 #wpmem_pwdreset_form, .parent-pageid-8395 #wpmem_pwdchange_form, .parent-pageid-8395 #wpmem_msg {
      margin-top: 0px !important; } }

.parent-pageid-8395 .banner + #wpmem_login form#wpmem_pwdreset_form,
.parent-pageid-8395 .banner + #wpmem_login form#wpmem_pwdchange_form {
  margin-top: 0 !important; }

.page-id-9210 .wpmem_msg {
  margin-top: 300px !important; }
  @media (max-width: 1190px) {
    .page-id-9210 .wpmem_msg {
      margin-top: 0px !important; } }

.page-id-9210 .main {
  padding-bottom: 50px; }

@media (max-width: 1190px) {
  .page-id-9210 .connect-logo {
    position: relative;
    top: 05px;
    right: 50px;
    text-align: right; } }
  @media (max-width: 1190px) and (max-width: 700px) {
    .page-id-9210 .connect-logo {
      text-align: left; } }

.button:not(.acf-button), .post-password-form input:not(.acf-button)[type="submit"], #wpmem_login .buttons:not(.acf-button), #wpmem_reg .buttons:not(.acf-button) {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  background-color: #A0D1CA;
  color: #223C59;
  padding: 21px 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  margin-right: 25px; }
  .button:not(.acf-button):before, .post-password-form input[type="submit"]:not(.acf-button):before, #wpmem_login .buttons:not(.acf-button):before, #wpmem_reg .buttons:not(.acf-button):before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #88bbb4;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.17, 0.67, 0, 0.99);
    transition: -webkit-transform 0.8s cubic-bezier(0.17, 0.67, 0, 0.99);
    -o-transition: transform 0.8s cubic-bezier(0.17, 0.67, 0, 0.99);
    transition: transform 0.8s cubic-bezier(0.17, 0.67, 0, 0.99);
    transition: transform 0.8s cubic-bezier(0.17, 0.67, 0, 0.99), -webkit-transform 0.8s cubic-bezier(0.17, 0.67, 0, 0.99);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: -1; }
  .button:not(.acf-button):hover, .post-password-form input:not(.acf-button):hover[type="submit"], #wpmem_login .buttons:not(.acf-button):hover, #wpmem_reg .buttons:not(.acf-button):hover {
    text-decoration: none;
    color: #223C59; }
    .button:not(.acf-button):hover:before, .post-password-form input[type="submit"]:not(.acf-button):hover:before, #wpmem_login .buttons:not(.acf-button):hover:before, #wpmem_reg .buttons:not(.acf-button):hover:before {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
  .button:not(.acf-button)--shadow, .post-password-form input:not(.acf-button)--shadow[type="submit"], #wpmem_login .buttons:not(.acf-button)--shadow, #wpmem_reg .buttons:not(.acf-button)--shadow {
    border: 2px solid #223C59;
    background-color: transparent; }
    .button:not(.acf-button)--shadow:before, .post-password-form input[type="submit"]:not(.acf-button)--shadow:before, #wpmem_login .buttons:not(.acf-button)--shadow:before, #wpmem_reg .buttons:not(.acf-button)--shadow:before {
      background-color: #223C59; }
    .button:not(.acf-button)--shadow:hover, .post-password-form input:not(.acf-button)--shadow:hover[type="submit"], #wpmem_login .buttons:not(.acf-button)--shadow:hover, #wpmem_reg .buttons:not(.acf-button)--shadow:hover {
      color: #A0D1CA; }
  @media (max-width: 430px) {
    .button:not(.acf-button), .post-password-form input:not(.acf-button)[type="submit"], #wpmem_login .buttons:not(.acf-button), #wpmem_reg .buttons:not(.acf-button) {
      margin-bottom: 15px; } }

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; }

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

.img-background--cover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

.img-background--contain {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

.object-fit--cover {
  background-size: cover;
  background-position: center center; }
  .object-fit--cover img {
    -o-object-fit: cover;
    object-fit: cover; }

.object-fit--contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }
  .object-fit--contain img {
    -o-object-fit: contain;
    object-fit: contain; }

.object-fit--circle img {
  border-radius: 50%; }

@media (max-width: 700px) {
  .wp-block-image .alignright, .wp-block-image .alignleft {
    float: none;
    text-align: center;
    width: 100%; } }

.js-image-move__inner {
  position: relative;
  height: 130% !important;
  overflow: hidden; }
  .js-image-move__inner img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.collections-img-custom {
  background-color: #8c8da1 !important; }
  .collections-img-custom img {
    -o-object-fit: contain;
    object-fit: contain; }

.banner {
  padding-top: 225px;
  margin-bottom: 89px;
  position: relative;
  background-size: cover;
  width: 100%; }
  @media (max-width: 700px) {
    .banner {
      padding-top: 162px;
      margin-bottom: 50px; } }
  .banner h1 {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .banner h1 {
        margin-bottom: 10px; } }
  .banner img,
  .banner .fadeIn,
  .banner .image-container {
    width: calc(100% + 16.66667%);
    max-width: 1068px; }
  .banner img {
    width: 104%;
    max-width: none; }
  .banner .image-container {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ced6d0;
    position: relative; }
    .banner .image-container:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 60.5916%; }
    .banner .image-container > div {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .banner .make-full-width {
    padding: 0;
    width: 100%;
    max-width: 100%; }
    .banner .make-full-width .animate-wrapper {
      position: absolute;
      bottom: 134px;
      left: 100px; }
  .banner__intro {
    max-width: 408px;
    padding: 60px 55px;
    position: absolute;
    bottom: 134px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px; }
    .banner__intro p.intro {
      margin-bottom: 0;
      font-weight: 600;
      line-height: 27px; }
      @media (max-width: 700px) {
        .banner__intro p.intro {
          font-size: 17px;
          line-height: 25px; } }
    .banner__intro p:not(.intro) {
      padding-top: 15px; }
    @media (max-width: 700px) {
      .banner__intro {
        padding: 30px 42px;
        max-width: none; } }
  .banner .img-animate + div.loaded {
    -webkit-transition-delay: 1.8s !important;
    -o-transition-delay: 1.8s !important;
    transition-delay: 1.8s !important; }
  .banner .img-animate .pillar {
    -webkit-transition-delay: 1s !important;
    -o-transition-delay: 1s !important;
    transition-delay: 1s !important; }
  .banner--home {
    margin-bottom: 0px; }
    .banner--home .image-container {
      margin-left: -65px; }
    .banner--home h1 {
      margin-bottom: -6rem;
      z-index: 3;
      position: relative; }
      .banner--home h1 span {
        display: block;
        color: #EFF3F0; }
      @media (max-width: 1190px) {
        .banner--home h1 {
          margin-bottom: -5rem; } }
      @media (max-width: 1087px) {
        .banner--home h1 {
          margin-left: 30px; } }
      @media (max-width: 700px) {
        .banner--home h1 {
          margin-bottom: -48px;
          margin-left: 12px; } }
    .banner--home .banner__intro {
      background-color: #A0D1CA;
      color: #223C59;
      max-width: 471px;
      position: relative;
      bottom: auto; }
      @media (max-width: 1087px) {
        .banner--home .banner__intro {
          max-width: none; } }
    @media (max-width: 1087px) {
      .banner--home .animate-wrapper {
        margin-left: -30px;
        margin-right: -30px; } }
    .banner--home .row {
      position: relative; }
    .banner--home .col-lg-5 {
      position: absolute;
      right: -81px;
      width: 100%; }
      @media (max-width: 1400px) {
        .banner--home .col-lg-5 {
          right: 0; } }
      @media (max-width: 1087px) {
        .banner--home .col-lg-5 {
          position: relative; } }
  .banner__block {
    width: 30%;
    height: 430px;
    position: absolute;
    top: 0;
    right: -15px;
    z-index: -1; }
  .banner .color-grey {
    color: #EFF3F0; }
  .banner--news {
    margin-bottom: 50px;
    padding-top: 0px; }
    .banner--news .title {
      margin-top: 30px; }
    .banner--news .post-meta {
      margin-top: 0px;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start; }
      .banner--news .post-meta p {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 24px;
        color: #000;
        margin-right: 20px; }
    .banner--news .banner-news-wrapper {
      max-width: 850px;
      margin-top: -116.8px;
      background-color: white;
      position: relative;
      padding-right: 70px;
      padding-top: 30px; }
    .banner--news .banner__intro {
      display: none; }
    .banner--news .image-container,
    .banner--news img,
    .banner--news .fadeIn {
      width: calc(100% + 33%);
      max-width: 1172px; }
    .banner--news .image-container {
      position: relative; }
      .banner--news .image-container:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 50.25126%; }
      .banner--news .image-container > div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .banner--news .banner-news-wrapper:before {
      position: absolute;
      left: -200px;
      top: 0;
      height: 200px;
      background: white;
      width: 200px;
      content: ""; }
    .banner--news .image-container {
      margin-left: -9%; }
      @media (max-width: 700px) {
        .banner--news .image-container {
          margin-left: -9%;
          margin-right: -9%;
          width: calc(100% + 18%) !important;
          max-width: 118% !important; }
          .banner--news .image-container img,
          .banner--news .image-container .fadeIn {
            max-width: 100% !important; }
          .banner--news .image-container:before {
            padding-top: 64.25126%; } }
    @media (max-width: 700px) {
      .banner--news .banner-news-wrapper {
        margin-top: 0 !important;
        padding-left: 0 !important; } }
    .banner--news img,
    .banner--news .image-container,
    .banner--news .fadeIn {
      width: calc(100% + 46%); }
    @media (max-width: 700px) {
      .banner--news .post-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .banner--simple {
    padding-top: 275px;
    margin-bottom: 20px; }
    .banner--simple #breadcrumbs a:before {
      background: transparent; }
    .banner--simple .breadcrumbs-mobile {
      text-align: center; }
      .banner--simple .breadcrumbs-mobile #breadcrumbs {
        text-align: center; }
        .banner--simple .breadcrumbs-mobile #breadcrumbs > span > span > a {
          padding-left: 0; }
  .banner--no-img .banner-news-wrapper {
    margin-top: 200px; }
  .banner--collections {
    margin-bottom: 190px; }
    @media (max-width: 1190px) {
      .banner--collections {
        padding-top: 275px; } }
    @media (max-width: 767px) {
      .banner--collections .banner-news-wrapper {
        margin: 0 -15px; }
      .banner--collections .slick-dotted.slick-slider {
        margin-bottom: -3px; } }
    @media (max-width: 600px) {
      .banner--collections {
        padding-top: 211px;
        margin-bottom: 30px; } }
    .banner--collections .animate-wrapper {
      position: relative;
      bottom: auto; }
    .banner--collections .banner__intro {
      margin-top: -150px;
      position: relative;
      bottom: auto;
      max-width: none;
      z-index: 6; }
      .banner--collections .banner__intro .intro {
        padding-top: 0px;
        margin-bottom: 0; }
      .banner--collections .banner__intro a {
        color: #fff; }
      .banner--collections .banner__intro p:not(.intro) {
        margin-bottom: 0;
        padding-top: 0; }
      @media (max-width: 991px) {
        .banner--collections .banner__intro {
          margin-top: 0; } }
    .banner--collections img,
    .banner--collections .fadeIn,
    .banner--collections .image-container {
      max-width: none;
      width: 100%; }
    .banner--collections img {
      width: auto;
      height: 100%;
      margin-top: 0px; }
    .banner--collections .animate-wrapper {
      overflow: visible; }
    .banner--collections .pillar {
      background-color: #223C59; }
    .banner--collections .stat-slider-wrapper {
      width: 70%;
      float: right;
      margin-top: 50px; }
      @media (max-width: 991px) {
        .banner--collections .stat-slider-wrapper {
          width: 100%;
          margin-top: 30px; } }
      .banner--collections .stat-slider-wrapper .pillar,
      .banner--collections .stat-slider-wrapper .stat-slider {
        background-color: #A0D1CA; }
      .banner--collections .stat-slider-wrapper .title {
        color: #223C59;
        font-size: 80px; }
      .banner--collections .stat-slider-wrapper p {
        color: #000; }
      .banner--collections .stat-slider-wrapper .slick-dots {
        text-align: center; }
      .banner--collections .stat-slider-wrapper .stat-slider .slick-dots li.slick-active button:before {
        background-color: #223C59; }
      .banner--collections .stat-slider-wrapper .img-animate .pillar {
        -webkit-transition-delay: 1.6s !important;
        -o-transition-delay: 1.6s !important;
        transition-delay: 1.6s !important; }
      .banner--collections .stat-slider-wrapper .img-animate + div.loaded {
        -webkit-transition-delay: 2.1s !important;
        -o-transition-delay: 2.1s !important;
        transition-delay: 2.1s !important; }
    .banner--collections .row:last-of-type {
      margin-left: 50px; }
      @media (max-width: 1109px) {
        .banner--collections .row:last-of-type {
          margin-left: -15px; } }
    .banner--collections .image-container {
      margin-top: -37px; }
      @media (max-width: 1109px) {
        .banner--collections .image-container {
          margin-top: auto; } }
    .banner--collections .slick-dots {
      position: absolute;
      right: 30px;
      text-align: right;
      bottom: 50px; }
    .banner--collections .slick-dots li button:before {
      border: 1px solid #fff;
      background: white; }
    .banner--collections .slick-dots li.slick-active button:before {
      background-color: #223C59;
      border: 1px solid #223C59; }
    .banner--collections .stat-slider .title {
      font-size: 80px;
      margin-bottom: 0; }
      @media (max-width: 1400px) {
        .banner--collections .stat-slider .title {
          font-size: 60px; } }
      @media (max-width: 700px) {
        .banner--collections .stat-slider .title {
          font-size: 60px; } }
    .banner--collections .banner__intro a {
      color: #fff;
      text-decoration: none;
      font-weight: bold; }
      @media (min-width: 700px) {
        .banner--collections .banner__intro a {
          white-space: nowrap;
          position: relative;
          display: inline-block;
          vertical-align: bottom;
          overflow: hidden;
          z-index: 1; }
          .banner--collections .banner__intro a:before, .banner--collections .banner__intro a:before {
            pointer-events: none;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
          .banner--collections .banner__intro a:before {
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            width: 100%;
            height: 100%;
            background-color: #A0D1CA;
            opacity: 0.5;
            content: '';
            -webkit-transition: -webkit-transform 0.2s;
            transition: -webkit-transform 0.2s;
            -o-transition: transform 0.2s;
            transition: transform 0.2s;
            transition: transform 0.2s, -webkit-transform 0.2s;
            -webkit-transform: translateY(95%);
            -ms-transform: translateY(95%);
            transform: translateY(95%); }
          .banner--collections .banner__intro a:hover:before, .banner--collections .banner__intro a:focus:before {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0); } }
  .banner--blog-collections {
    padding-top: 300px; }
    .banner--blog-collections .title {
      font-family: "Nunito Sans", sans-serif;
      margin-bottom: 10px; }
    .banner--blog-collections .banner__intro {
      position: relative;
      padding: 0;
      bottom: auto;
      margin: auto;
      max-width: 600px; }
      .banner--blog-collections .banner__intro p {
        padding-top: 0; }
  .banner--collections-inner {
    padding-top: 189px;
    margin-bottom: 0px; }
    @media (max-width: 991px) {
      .banner--collections-inner {
        padding-top: 275px; }
        .banner--collections-inner .banner-news-wrapper {
          padding: 0 15px; } }
    @media (max-width: 768px) {
      .banner--collections-inner {
        padding-top: 249px; }
        .banner--collections-inner .banner-news-wrapper {
          padding: 0 15px; } }
    @media (max-width: 600px) {
      .banner--collections-inner {
        padding-top: 180px;
        margin-bottom: 30px; } }
    .banner--collections-inner .banner__block {
      display: none; }
    .banner--collections-inner .title {
      font-family: "Nunito Sans", sans-serif;
      font-size: 64px;
      line-height: 70px; }
      @media (max-width: 768px) {
        .banner--collections-inner .title {
          font-size: 44px;
          line-height: 48px; } }
      @media (max-width: 600px) {
        .banner--collections-inner .title {
          font-size: 38px;
          line-height: 44px; } }
    .banner--collections-inner .banner-news-wrapper:before {
      position: absolute;
      left: -200px;
      top: 0;
      height: 200px;
      background: white;
      width: 200px;
      content: ""; }
    .banner--collections-inner .image-container {
      margin-left: -9%; }
    .banner--collections-inner img,
    .banner--collections-inner .image-container,
    .banner--collections-inner .fadeIn {
      width: calc(100% + 46%); }
    .banner--collections-inner .banner__intro {
      display: none; }
    .banner--collections-inner #breadcrumbs {
      top: 173px; }
  .banner--no-img .banner__block {
    display: block; }
  .banner--cirl {
    margin-bottom: 200px;
    padding-top: 190px; }
    .banner--cirl .image-container,
    .banner--cirl .fadeIn,
    .banner--cirl .image-container img {
      width: calc(100%); }
    @media (min-width: 1025px) {
      .banner--cirl {
        margin-bottom: 30px; }
        .banner--cirl .image-container,
        .banner--cirl .image-container img {
          width: 116%;
          max-width: none; }
        .banner--cirl .image-container,
        .banner--cirl .fadeIn,
        .banner--cirl .image-container img {
          width: calc(100% + 46%); }
        .banner--cirl .image-container {
          margin: 0 30px;
          width: calc(100% - 90px); } }
    @media (max-width: 1025px) {
      .banner--cirl {
        padding-top: 258px; }
        .banner--cirl img {
          height: 100%;
          width: auto !important; } }
    @media (max-width: 767px) {
      .banner--cirl {
        margin-top: 270px; } }
    .banner--cirl img {
      width: 104%; }
    .banner--cirl .banner__intro {
      max-width: none;
      position: relative;
      bottom: auto; }
      .banner--cirl .banner__intro p.intro {
        font-size: 17px; }
    .banner--cirl .pillar {
      background-color: #223C59; }
    @media (min-width: 1025px) {
      .banner--cirl .animate-wrapper {
        position: absolute;
        bottom: -100px !important;
        right: -50px;
        z-index: 9; } }
    .banner--cirl .banner__texture {
      height: 300px;
      width: 300px;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      bottom: -174px;
      z-index: -1;
      left: 38%; }
    .banner--cirl .banner__video {
      position: absolute;
      bottom: 40px;
      z-index: 4;
      left: 30%; }
      .banner--cirl .banner__video img {
        width: 166px;
        height: 166px; }
      .banner--cirl .banner__video p {
        color: #fff;
        font-size: 16px;
        font-weight: 600; }
      @media (max-width: 1025px) {
        .banner--cirl .banner__video {
          position: absolute;
          bottom: -250px;
          z-index: 4;
          right: 50px;
          left: auto; }
          .banner--cirl .banner__video p {
            color: #223C59; }
          .banner--cirl .banner__video #play-c {
            fill: #A0D1CA; } }
      @media (max-width: 767px) {
        .banner--cirl .banner__video {
          position: absolute;
          bottom: -200px;
          z-index: 4;
          right: 50%;
          -webkit-transform: translateX(50%);
          -ms-transform: translateX(50%);
          transform: translateX(50%);
          left: auto; } }
    @media (max-width: 600px) {
      .banner--cirl {
        padding-top: 183px; } }
  .banner .banner__shadow {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }
  .banner--archive .banner__block {
    z-index: 5; }
    .banner--archive .banner__block .img-animate + div {
      position: relative;
      z-index: 7; }
  .banner--spaced {
    padding-top: 305px;
    margin-bottom: 0; }
  .banner--eton-news .title--xl2, .banner--eton-news h1 {
    opacity: 0.1;
    color: #A0D1CA;
    font-size: 160px;
    font-weight: bold;
    letter-spacing: -4.5px;
    line-height: 160px; }
  .banner--eton-news p.introduction {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 28px;
    color: #fff;
    margin-top: -80px; }
  .banner--eton-news #breadcrumbs a {
    color: #fff;
    opacity: 0.8; }
  .banner--eton-news #breadcrumbs .breadcrumb_last {
    color: #fff; }
  .banner--eton-news .breadcrumbs-separator {
    border: solid rgba(255, 255, 255, 0.5);
    border-width: 0 1.5px 1.5px 0; }
  .banner--vision {
    padding-top: 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: fixed;
    margin-left: -15px;
    width: calc(100vw - 100px); }
    .banner--vision:before {
      content: "";
      position: absolute;
      opacity: 0.75;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(8.62%, rgba(0, 0, 0, 0.02)), color-stop(16.56%, rgba(0, 0, 0, 0.05)), color-stop(23.93%, rgba(0, 0, 0, 0.12)), color-stop(30.85%, rgba(0, 0, 0, 0.2)), color-stop(37.42%, rgba(0, 0, 0, 0.29)), color-stop(43.77%, rgba(0, 0, 0, 0.39)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(56.23%, rgba(0, 0, 0, 0.61)), color-stop(62.58%, rgba(0, 0, 0, 0.71)), color-stop(69.15%, rgba(0, 0, 0, 0.8)), color-stop(76.07%, rgba(0, 0, 0, 0.88)), color-stop(83.44%, rgba(0, 0, 0, 0.95)), color-stop(91.38%, rgba(0, 0, 0, 0.98)), to(#000000));
      background: -webkit-linear-gradient(right, 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%);
      background: -o-linear-gradient(right, 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%);
      background: linear-gradient(270deg, 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%); }
    .banner--vision .skip-links {
      margin-top: 50px; }
      .banner--vision .skip-links__link {
        padding-left: 27px;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 24px;
        text-align: center;
        color: #fff;
        margin-right: 44px;
        position: relative;
        display: inline-block; }
        .banner--vision .skip-links__link:before {
          content: "";
          position: absolute;
          top: 3px;
          left: 5px;
          border: solid #A0D1CA;
          border-width: 0 2px 2px 0;
          display: inline-block;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          z-index: 99999999;
          padding: 4px; }
    .banner--vision #breadcrumbs a {
      color: #fff;
      opacity: 0.8; }
    .banner--vision #breadcrumbs .breadcrumb_last {
      color: #fff; }
    .banner--vision .breadcrumbs-separator {
      border: solid rgba(255, 255, 255, 0.5);
      border-width: 0 1.5px 1.5px 0; }
    .banner--vision p {
      font-size: 22px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 30px;
      color: #fff; }
    .banner--vision .title {
      color: #fff; }
    .banner--vision .container {
      padding-top: 484px;
      padding-bottom: 72px; }
    @media (max-width: 800px) {
      .banner--vision {
        margin-left: -15px;
        width: calc(100vw + 30px); }
        .banner--vision:before {
          background: #000;
          width: 100%;
          height: 100%; } }
    @media (max-width: 500px) {
      .banner--vision {
        padding: 200px 25px 72px; } }
    @media (max-width: 767px) {
      .banner--vision #breadcrumbs {
        display: none; } }
  .banner--people-profile {
    padding-top: 96px; }
    .banner--people-profile .banner__block {
      left: -15px;
      right: auto;
      width: 40%; }
    .banner--people-profile h1 {
      max-width: 300px; }
    .banner--people-profile .image-container:before {
      padding-top: 100%; }
    .banner--people-profile .image-container {
      margin-left: 20px; }
    .banner--people-profile img {
      margin-top: 0; }
    .banner--people-profile .fadeIn,
    .banner--people-profile .image-container {
      width: calc(100% + 27%);
      max-width: 638px;
      margin-right: -29%; }
    .banner--people-profile .slide-up {
      margin-top: 130px; }
    .banner--people-profile .banner__intro {
      position: relative;
      max-width: 410px !important;
      bottom: auto; }

#breadcrumbs {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  position: absolute;
  font-weight: bold;
  font-size: 13px;
  color: rgba(35, 60, 89, 0.5);
  top: 50px;
  left: 70px;
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0; }
  #breadcrumbs a {
    color: rgba(35, 60, 89, 0.5); }
  #breadcrumbs .breadcrumb_last {
    color: #223C59; }
  #breadcrumbs > span > span > a {
    padding-left: 20px; }
    #breadcrumbs > span > span > a:before {
      content: "";
      width: 18px;
      height: 18px;
      position: absolute;
      top: 0;
      background-image: url(../img/icons/house.svg);
      background-repeat: no-repeat;
      -webkit-transform: rotate(-90deg) translate(-100%);
      -ms-transform: rotate(-90deg) translate(-100%);
      transform: rotate(-90deg) translate(-100%);
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      left: 1px;
      top: -14px; }

@media (max-width: 1087px) {
  .breadcrumbs-desktop {
    display: none; } }

.breadcrumbs-mobile {
  display: none; }
  @media (max-width: 1087px) {
    .breadcrumbs-mobile {
      display: block; } }
  .breadcrumbs-mobile #breadcrumbs {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 15px; }
    .breadcrumbs-mobile #breadcrumbs > span > span > a:before {
      -webkit-transform: rotate(0) translate(0);
      -ms-transform: rotate(0) translate(0);
      transform: rotate(0) translate(0);
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      left: 1px;
      top: 4px; }

.single .banner img {
  width: 100%; }

.breadcrumbs-separator {
  border: solid rgba(35, 60, 89, 0.5);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 2px;
  margin: 0 6px 1px 3px; }

html.objectfit .page .banner .image-container,
html.objectfit .single .banner .image-container,
html.objectfit .home .banner .image-container {
  background-image: none !important; }

html.no-objectfit .page .banner .image-container img,
html.no-objectfit .single .banner .image-container img,
html.no-objectfit .home .banner .image-container img {
  display: none !important; }

.c-scrolldown {
  width: 1px;
  height: 150px;
  position: absolute;
  bottom: 0px;
  /* left: 137px; */
  right: 137px;
  margin: 0 auto;
  overflow: hidden; }
  @media (max-width: 768px) {
    .c-scrolldown {
      right: 50px; } }

.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #223c59), color-stop(50%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #223c59 50%, rgba(255, 255, 255, 0) 50%);
  background: -o-linear-gradient(top, #223c59 50%, rgba(255, 255, 255, 0) 50%);
  background: linear-gradient(to bottom, #223c59 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -150px;
  background-size: 100% 200%;
  -webkit-animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite; }

@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -150px; }
  75% {
    background-position: 0 0; }
  100% {
    background-position: 0 150px; } }

@keyframes scrolldown {
  0% {
    background-position: 0 -150px; }
  75% {
    background-position: 0 0; }
  100% {
    background-position: 0 150px; } }

.banner-slider {
  margin-top: -35px; }
  .banner-slider img {
    width: 120%;
    height: auto;
    min-width: 100%; }

.connect-logo {
  position: absolute;
  top: 65px;
  right: 90px;
  z-index: 99; }
  @media (max-width: 1190px) {
    .connect-logo {
      position: absolute;
      top: 05px;
      right: 50px;
      z-index: 99; }
      .connect-logo svg {
        width: 200px; } }
  @media (max-width: 800px) {
    .connect-logo {
      position: absolute;
      top: 0px; } }
  @media (max-width: 700px) {
    .connect-logo {
      position: absolute;
      top: 74px;
      left: 17px;
      z-index: 99; }
      .connect-logo svg {
        width: 150px;
        height: 120px; } }
  @media (max-width: 500px) {
    .connect-logo {
      position: relative;
      top: 0px; } }

@media (min-width: 767px) {
  .page-id-8400 .banner {
    padding-top: 243px;
    padding-bottom: 150px; }
    .page-id-8400 .banner .slide-up {
      position: absolute;
      left: -13.66666%;
      top: 85px;
      z-index: 9; }
    .page-id-8400 .banner__title {
      max-width: 800px; }
    .page-id-8400 .banner .animate-wrapper {
      position: absolute;
      bottom: -111px !important;
      width: 688px;
      left: calc(56.6666% + 60px); }
      .page-id-8400 .banner .animate-wrapper .banner__intro {
        max-width: 100%; }
    .page-id-8400 .banner .image-container:after {
      content: "";
      position: absolute;
      top: 0;
      left: -150px;
      right: 0;
      bottom: 0;
      background: -webkit-linear-gradient(298.85deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 63%);
      background: -o-linear-gradient(298.85deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 63%);
      background: linear-gradient(151.15deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 63%); }
  .page-id-8400 .breadcrumbs-desktop > p > span > span > span .my-class, .page-id-8400 .breadcrumbs-desktop > p > span > span > span .breadcrumbs-separator {
    display: none; } }

.teaser {
  position: relative; }
  .teaser__inner {
    left: 0;
    right: 0;
    top: 0;
    display: block; }
  .teaser--community {
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 293px;
    max-height: 311px;
    overflow: hidden;
    padding-bottom: 90%; }
    .teaser--community .teaser__inner {
      height: 100%;
      background-size: cover;
      background-position: center;
      display: block;
      left: 0% !important;
      top: 0;
      z-index: 1; }
    .teaser--community .js-image-move {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .teaser--community .title {
      font-family: "Vesterbro Bold", sans-serif;
      color: #fff;
      font-size: 40px;
      margin-bottom: 7px;
      line-height: 45px; }
      @media (max-width: 769px) {
        .teaser--community .title {
          font-size: 34px;
          line-height: 39px; } }
    .teaser--community span {
      position: absolute;
      bottom: 30px;
      left: 30px;
      z-index: 5; }
      .teaser--community span small {
        color: #A0D1CA;
        font-size: 16px; }
    .teaser--community span:not(.teaser__inner) {
      right: 30px; }
    .teaser--community:after {
      z-index: 4;
      content: "";
      position: absolute;
      opacity: 0.5;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(8.62%, rgba(0, 0, 0, 0.02)), color-stop(16.56%, rgba(0, 0, 0, 0.05)), color-stop(23.93%, rgba(0, 0, 0, 0.12)), color-stop(30.85%, rgba(0, 0, 0, 0.2)), color-stop(37.42%, rgba(0, 0, 0, 0.29)), color-stop(43.77%, rgba(0, 0, 0, 0.39)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(56.23%, rgba(0, 0, 0, 0.61)), color-stop(62.58%, rgba(0, 0, 0, 0.71)), color-stop(69.15%, rgba(0, 0, 0, 0.8)), color-stop(76.07%, rgba(0, 0, 0, 0.88)), color-stop(83.44%, rgba(0, 0, 0, 0.95)), color-stop(91.38%, rgba(0, 0, 0, 0.98)), to(#000000));
      background: -webkit-linear-gradient(top, 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%);
      background: -o-linear-gradient(top, 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%);
      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%); }
    .teaser--community .category {
      z-index: 5; }
    @media (max-width: 767px) {
      .teaser--community {
        max-width: none; } }
  .teaser--post {
    border: 1px solid #A0D1CA;
    padding: 20px 40px 40px;
    width: calc(100% + 30px);
    margin-left: -30px; }
    .teaser--post h3 {
      font-size: 21px;
      line-height: 26px; }

.teaser-item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  overflow: hidden; }
  .teaser-item:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 64.25703%; }
  .teaser-item > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .teaser-item .title {
    font-family: "Nunito Sans", sans-serif;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 50px;
    z-index: 1;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out; }
    .teaser-item .title:before {
      content: "";
      position: absolute;
      left: -50px;
      top: 0;
      height: 100%;
      width: 0px;
      background-color: #A0D1CA;
      -webkit-transition: 0.5s ease-out;
      -o-transition: 0.5s ease-out;
      transition: 0.5s ease-out; }
    @media (max-width: 800px) {
      .teaser-item .title {
        bottom: 0px;
        left: 30px; } }
    @media (max-width: 700px) {
      .teaser-item .title {
        bottom: 0px;
        left: 30px; } }
  .teaser-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(8.62%, rgba(0, 0, 0, 0.02)), color-stop(16.56%, rgba(0, 0, 0, 0.05)), color-stop(23.93%, rgba(0, 0, 0, 0.12)), color-stop(30.85%, rgba(0, 0, 0, 0.2)), color-stop(37.42%, rgba(0, 0, 0, 0.29)), color-stop(43.77%, rgba(0, 0, 0, 0.39)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(56.23%, rgba(0, 0, 0, 0.61)), color-stop(62.58%, rgba(0, 0, 0, 0.71)), color-stop(69.15%, rgba(0, 0, 0, 0.8)), color-stop(76.07%, rgba(0, 0, 0, 0.88)), color-stop(83.44%, rgba(0, 0, 0, 0.95)), color-stop(91.38%, rgba(0, 0, 0, 0.98)), to(#000000));
    background: -webkit-linear-gradient(top, 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%);
    background: -o-linear-gradient(top, 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%);
    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%); }
  .teaser-item > div {
    bottom: auto;
    height: 130%;
    background-size: cover;
    background-position: center; }
  .teaser-item:hover .title {
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out; }
    .teaser-item:hover .title:before {
      width: 12px;
      -webkit-transition: 0.5s ease-out;
      -o-transition: 0.5s ease-out;
      transition: 0.5s ease-out; }
  @media (max-width: 767px) {
    .teaser-item {
      margin-bottom: 30px; } }

.news-item {
  position: relative; }
  .news-item__img {
    padding-top: 64.25703%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: grey;
    position: relative;
    overflow: hidden; }
  .news-item__content {
    padding: 50px 40px;
    background-color: #EFF3F0; }
  .news-item .title {
    margin-top: 0px;
    min-height: 87px; }
  .news-item img:not(.moving-img) {
    width: 100px;
    float: right;
    margin-right: 20px;
    margin-left: 10px; }
    @media (max-width: 414px) {
      .news-item img:not(.moving-img) {
        float: none;
        margin-left: 0;
        margin-bottom: 20px; } }
  .news-item .js-image-move {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
    .news-item .js-image-move span {
      display: block; }

.teasers {
  padding: 150px 0; }
  .teasers .title--xl {
    margin-bottom: 50px;
    font-size: 110px;
    font-weight: bold;
    letter-spacing: -2.86px;
    line-height: 90px; }
    @media (max-width: 1190px) {
      .teasers .title--xl {
        font-size: 4.5rem;
        line-height: 76px; } }
    @media (max-width: 700px) {
      .teasers .title--xl {
        font-size: 4rem;
        line-height: 66px; } }
  .teasers .col-md-6 {
    padding-left: 30px;
    padding-right: 30px; }
  .teasers--collections .title--xl {
    font-family: "Nunito Sans", sans-serif;
    font-size: 80px;
    letter-spacing: 0px; }
    @media (max-width: 991px) {
      .teasers--collections .title--xl {
        font-size: 60px; } }
    @media (max-width: 767px) {
      .teasers--collections .title--xl {
        font-size: 50px;
        margin-bottom: 20px; } }
  .teasers--collections .teaser-item {
    margin-bottom: 30px; }
    .teasers--collections .teaser-item .title {
      font-size: 24px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 28px;
      bottom: 20px;
      left: 30px;
      right: 30px; }
  .teasers .fade-in__child.fade-in--3 + .fade-in__child.fade-in--3 {
    display: none; }
  @media (max-width: 991px) {
    .teasers {
      padding-top: 100px;
      padding-bottom: 50px; }
      .teasers .news-item {
        margin-bottom: 30px; } }
  .teasers .col-md-6 {
    padding: 0 15px; }
  .teasers .news-item .title {
    height: auto; }

.blogs-reader {
  border: 1px solid #A0D1CA;
  padding: 50px;
  position: relative; }
  .blogs-reader__item {
    border-bottom: 1px solid #A0D1CA;
    padding-bottom: 28px; }
  .blogs-reader a {
    display: block; }
  .blogs-reader a:last-of-type .blogs-reader__item {
    border-bottom: 0px;
    padding-bottom: 0px; }
  @media (max-width: 700px) {
    .blogs-reader {
      padding: 30px; } }

.latest-research {
  position: relative;
  padding: 65px 50px; }
  .latest-research .title {
    margin-bottom: 15px;
    margin-top: 0; }
  .latest-research .button, .latest-research .post-password-form input[type="submit"], .post-password-form .latest-research input[type="submit"], .latest-research #wpmem_login .buttons, #wpmem_login .latest-research .buttons, .latest-research #wpmem_reg .buttons, #wpmem_reg .latest-research .buttons {
    margin-top: 62px; }
  .latest-research p {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px; }
  .latest-research li:before {
    background-color: #000;
    width: 5px;
    height: 5px; }
  .latest-research li {
    font-size: 14px;
    padding-bottom: 7px;
    list-style: none;
    padding-left: 13px; }
  @media (max-width: 767px) {
    .latest-research {
      padding: 55px 30px; } }

.content-grid {
  margin-bottom: 114px; }
  .content-grid .news-item__content {
    padding: 50px; }
    .content-grid .news-item__content .title {
      max-width: 80%; }
  .content-grid img {
    height: auto;
    margin-top: 15px;
    margin-left: -16%;
    width: 116%;
    max-width: none; }
    @media (max-width: 767px) {
      .content-grid img {
        margin-left: 0;
        width: 100%;
        margin-top: 30px; } }
  .content-grid .animate-wrapper--research {
    margin-top: 30px; }
    @media (min-width: 768px) {
      .content-grid .animate-wrapper--research {
        margin-left: -15px;
        margin-top: 114px; } }
  @media (max-width: 767px) {
    .content-grid {
      margin-bottom: 60px; } }

.page-teaser-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px;
  margin-left: 20px;
  margin-top: 50px; }
  .page-teaser-simple h2, .page-teaser-simple #wpmem_login legend, #wpmem_login .page-teaser-simple legend, .page-teaser-simple #wpmem_reg legend, #wpmem_reg .page-teaser-simple legend {
    color: #223C59;
    margin-top: 0; }
  .page-teaser-simple .button, .page-teaser-simple .post-password-form input[type="submit"], .post-password-form .page-teaser-simple input[type="submit"], .page-teaser-simple #wpmem_login .buttons, #wpmem_login .page-teaser-simple .buttons, .page-teaser-simple #wpmem_reg .buttons, #wpmem_reg .page-teaser-simple .buttons {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 0; }
  .page-teaser-simple p:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 991px) {
    .page-teaser-simple {
      margin-left: 0;
      margin-top: 20px; } }

.social-teaser {
  margin-top: 50px;
  padding: 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .social-teaser .title {
    color: #fff;
    margin-top: 0; }
  .social-teaser p {
    max-width: 600px;
    margin-bottom: 0; }
  .social-teaser .social-icons {
    margin: 0; }
    .social-teaser .social-icons img {
      margin-right: 15px; }
  @media (max-width: 768px) {
    .social-teaser {
      display: block; }
      .social-teaser .social-icons {
        margin-top: 30px;
        margin-bottom: 0; } }

.teasers-collections-blog__item {
  position: relative;
  height: 300px;
  width: 537px;
  overflow: hidden; }
  .teasers-collections-blog__item .js-image-move {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .teasers-collections-blog__item .corner-category {
    z-index: 1; }
  .teasers-collections-blog__item .corner-category__inner {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
  .teasers-collections-blog__item__inner {
    position: absolute;
    z-index: 3;
    bottom: 30px;
    left: 42px;
    right: 42px; }
    .teasers-collections-blog__item__inner .title, .teasers-collections-blog__item__inner p {
      font-family: "Nunito Sans", sans-serif;
      color: #fff; }
    .teasers-collections-blog__item__inner p {
      margin-bottom: 0; }
  .teasers-collections-blog__item .js-image-move__inner {
    width: 100%;
    display: block; }
  .teasers-collections-blog__item:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 88%;
    opacity: 0.8;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(8.62%, rgba(0, 0, 0, 0.02)), color-stop(16.56%, rgba(0, 0, 0, 0.05)), color-stop(23.93%, rgba(0, 0, 0, 0.12)), color-stop(30.85%, rgba(0, 0, 0, 0.2)), color-stop(37.42%, rgba(0, 0, 0, 0.29)), color-stop(43.77%, rgba(0, 0, 0, 0.39)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(56.23%, rgba(0, 0, 0, 0.61)), color-stop(62.58%, rgba(0, 0, 0, 0.71)), color-stop(69.15%, rgba(0, 0, 0, 0.8)), color-stop(76.07%, rgba(0, 0, 0, 0.88)), color-stop(83.44%, rgba(0, 0, 0, 0.95)), color-stop(91.38%, rgba(0, 0, 0, 0.98)), to(#000000));
    background: -webkit-linear-gradient(top, 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%);
    background: -o-linear-gradient(top, 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%);
    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: 767px) {
    .teasers-collections-blog__item {
      margin-bottom: 20px; } }
  @media (max-width: 600px) {
    .teasers-collections-blog__item {
      width: 100%; }
      .teasers-collections-blog__item .title--lg {
        font-size: 25px;
        line-height: 28px; } }

.sidebar {
  position: fixed;
  z-index: 9;
  right: 0;
  pointer-events: none;
  right: 0; }
  @media (min-width: 800px) {
    .sidebar {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media (max-width: 800px) {
    .sidebar {
      bottom: 0;
      left: 0;
      position: fixed; } }
  .sidebar__inner {
    width: 100vw;
    pointer-events: all;
    -webkit-transition: 0.6s ease-out;
    -o-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
    color: #fff;
    background-color: #223C59; }
    @media (min-width: 801px) {
      .sidebar__inner {
        -webkit-transform: translate(100%) translate(-66px);
        -ms-transform: translate(100%) translate(-66px);
        transform: translate(100%) translate(-66px);
        width: 300px;
        padding: 23px 38px 0px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (max-width: 800px) {
      .sidebar__inner {
        -webkit-transform: translateY(calc(100% - 69px));
        -ms-transform: translateY(calc(100% - 69px));
        transform: translateY(calc(100% - 69px));
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media (max-width: 800px) {
      .sidebar__inner ul {
        padding: 20px 18px !important;
        text-align: center;
        margin: 0 !important; } }
    .sidebar__inner ul li {
      padding-left: 0px !important;
      padding-left: 0px;
      line-height: 22px; }
      .sidebar__inner ul li:before {
        display: none; }
    .sidebar__inner a {
      font-weight: 600;
      color: #fff !important;
      line-height: 23px; }
    .sidebar__inner .title {
      margin-top: 0px;
      color: #fff; }
    .sidebar__inner.open-sidebar {
      -webkit-transition: 0.6s ease-out;
      -o-transition: 0.6s ease-out;
      transition: 0.6s ease-out;
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%);
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
  .sidebar__opener {
    position: relative;
    left: 0; }
    .sidebar__opener__inner {
      width: 66px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: self-start;
      -ms-flex-align: self-start;
      align-items: self-start;
      background-color: #223C59;
      padding: 30px 18px; }
      @media (max-width: 800px) {
        .sidebar__opener__inner {
          padding: 20px 18px;
          width: 100%;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .sidebar__opener__inner .title {
        padding-left: 5px;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: -0.25px;
        line-height: 32px;
        margin: 0;
        display: inline-block;
        float: right;
        padding-top: 10px;
        margin-left: -7px;
        padding-bottom: 0; }
        @media (min-width: 800px) {
          .sidebar__opener__inner .title {
            -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
            white-space: nowrap; } }
        @media (max-width: 800px) {
          .sidebar__opener__inner .title {
            margin-left: 5px;
            padding-top: 0;
            margin-top: -3px; } }
      .sidebar__opener__inner .nav-icon {
        display: inline-block;
        width: 26px;
        position: absolute;
        top: 0; }
        @media (max-width: 800px) {
          .sidebar__opener__inner .nav-icon {
            position: relative; } }
    .sidebar__opener.close-sidebar {
      -webkit-transition: 0.6s ease-out;
      -o-transition: 0.6s ease-out;
      transition: 0.6s ease-out;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%); }
  .sidebar .nav-icon:after, .sidebar .nav-icon:before, .sidebar .nav-icon div {
    background-color: #fff; }

.slick-prev:before,
.slick-next:before {
  content: '';
  display: inline-block;
  border-bottom: solid white 1px;
  border-left: solid white 1px;
  height: 12px;
  width: 12px; }

.slick-next:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.slick-prev:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.slick-dots li button {
  background-color: transparent; }
  .slick-dots li button:before {
    border: 1px solid #223C59; }

.slick-dots li.active button:before {
  background-color: #223C59; }

.background-primary .slick-dots li button {
  background-color: transparent; }
  .background-primary .slick-dots li button:before {
    border: 1px solid #A0D1CA; }

.background-primary .slick-dots li.active button:before {
  background-color: #A0D1CA; }

.stat-slider .slick-dots {
  position: absolute;
  bottom: 25px;
  left: 0; }
  .stat-slider .slick-dots li:before {
    display: none; }
  .stat-slider .slick-dots li button {
    background-color: transparent; }
    .stat-slider .slick-dots li button:before {
      border: 1px solid #A0D1CA; }
  .stat-slider .slick-dots li.slick-active button:before {
    background-color: #A0D1CA; }
  @media (max-width: 700px) {
    .stat-slider .slick-dots {
      position: relative;
      bottom: auto; } }

.gallery-slider {
  margin-bottom: 65px;
  position: relative; }
  .gallery-slider .slick-slide > div {
    width: 100%;
    padding-bottom: 55%;
    position: relative; }
  .gallery-slider .slick-slide img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
    .gallery-slider .slick-slide img.contain {
      -o-object-fit: contain;
      object-fit: contain; }
  .gallery-slider__full {
    position: relative;
    background: #000; }
    .gallery-slider__full-nav {
      position: absolute;
      bottom: 23%;
      width: 100%;
      left: 0;
      text-align: center;
      z-index: 9; }
      .gallery-slider__full-nav .pages {
        display: inline-block;
        color: white; }
      .gallery-slider__full-nav .slick-prev,
      .gallery-slider__full-nav .slick-next {
        position: relative;
        display: inline-block;
        left: auto;
        right: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
        .gallery-slider__full-nav .slick-prev:before,
        .gallery-slider__full-nav .slick-next:before {
          height: 9px;
          width: 9px; }
  .gallery-slider__thumb .slick-next,
  .gallery-slider__thumb .slick-prev {
    height: 100%;
    width: 36px;
    background-color: rgba(36, 36, 36, 0.45);
    background-color: #242424;
    z-index: 1;
    opacity: 0.65;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .gallery-slider__thumb .slick-next:hover,
    .gallery-slider__thumb .slick-prev:hover {
      opacity: 1; }
  .gallery-slider__thumb .slick-prev {
    left: 0; }
  .gallery-slider__thumb .slick-next {
    right: 0; }
  .gallery-slider__thumb .slick-slide {
    cursor: pointer; }
    .gallery-slider__thumb .slick-slide > div:before {
      position: absolute;
      content: '';
      height: 100%;
      width: 100%;
      background: white;
      opacity: 0.6;
      z-index: 1;
      -webkit-transition: opacity 0.2s linear;
      -o-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear; }
    .gallery-slider__thumb .slick-slide:hover > div:before {
      opacity: 0.3; }
    .gallery-slider__thumb .slick-slide.slick-current > div:before {
      opacity: 0; }

.reports-slider {
  position: relative;
  margin: 50px -15px; }
  .reports-slider .slick-slide {
    margin: 0 10px; }
    .reports-slider .slick-slide > div {
      height: 100%; }
    @media (max-width: 600px) {
      .reports-slider .slick-slide {
        margin: 0 30px; } }
  .reports-slider .slick-custom-prev, .reports-slider .slick-custom-next {
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    cursor: pointer; }
  .reports-slider .latest-research {
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .reports-slider .latest-research > div {
      max-width: 100%; }
  .reports-slider .slick-custom-prev {
    left: 70px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }
    @media (max-width: 600px) {
      .reports-slider .slick-custom-prev {
        left: -10px; } }
  .reports-slider .slick-custom-next {
    right: 70px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 600px) {
      .reports-slider .slick-custom-next {
        right: -10px; } }
  .reports-slider .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .reports-slider .slick-slide {
    height: inherit !important; }

.slide-prev, .slide-next {
  border: solid #223C59;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  cursor: pointer; }

.slide-prev {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.slide-controls-container {
  position: absolute;
  bottom: 50px;
  right: 166px; }
  @media (max-width: 767px) {
    .slide-controls-container {
      bottom: 50px;
      right: 20px; } }

.full-height-slider {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: -15px;
  width: calc(100% + 30px); }
  .full-height-slider .slide {
    opacity: 0.3;
    margin: 0 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .full-height-slider .slide__content {
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 790px) {
        .full-height-slider .slide__content {
          max-width: 80vw; } }
    .full-height-slider .slide .title {
      margin-top: 20px;
      margin-bottom: 10px;
      font-size: 32px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 34px; }
      @media (max-width: 700px) {
        .full-height-slider .slide .title {
          font-size: 25px;
          line-height: 29px; } }
    .full-height-slider .slide .slide__image {
      position: relative; }
      .full-height-slider .slide .slide__image img {
        height: 660px;
        width: auto; }
        @media (max-width: 1110px) {
          .full-height-slider .slide .slide__image img {
            height: 560px; } }
        @media (max-width: 850px) {
          .full-height-slider .slide .slide__image img {
            height: 490px; } }
        @media (max-width: 790px) {
          .full-height-slider .slide .slide__image img {
            height: 450px; } }
        @media (max-width: 700px) {
          .full-height-slider .slide .slide__image img {
            height: 400px;
            max-width: 80vw;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover; } }
      .full-height-slider .slide .slide__image:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 20px;
        bottom: 0;
        background: -webkit-linear-gradient(61.49deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(61.49deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(28.51deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
      .full-height-slider .slide .slide__image:hover .button, .full-height-slider .slide .slide__image:hover .post-password-form input[type="submit"], .post-password-form .full-height-slider .slide .slide__image:hover input[type="submit"], .full-height-slider .slide .slide__image:hover #wpmem_login .buttons, #wpmem_login .full-height-slider .slide .slide__image:hover .buttons, .full-height-slider .slide .slide__image:hover #wpmem_reg .buttons, #wpmem_reg .full-height-slider .slide .slide__image:hover .buttons {
        color: #223C59; }
        .full-height-slider .slide .slide__image:hover .button:before, .full-height-slider .slide .slide__image:hover .post-password-form input[type="submit"]:before, .post-password-form .full-height-slider .slide .slide__image:hover input[type="submit"]:before, .full-height-slider .slide .slide__image:hover #wpmem_login .buttons:before, #wpmem_login .full-height-slider .slide .slide__image:hover .buttons:before, .full-height-slider .slide .slide__image:hover #wpmem_reg .buttons:before, #wpmem_reg .full-height-slider .slide .slide__image:hover .buttons:before {
          -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
          transform: translateY(0%); }
    .full-height-slider .slide p {
      font-size: 20px;
      letter-spacing: 0;
      line-height: 24px;
      margin-bottom: 10px;
      color: #223C59; }
      @media (max-width: 700px) {
        .full-height-slider .slide p {
          font-size: 16px;
          line-height: 20px; } }
    .full-height-slider .slide .button, .full-height-slider .slide .post-password-form input[type="submit"], .post-password-form .full-height-slider .slide input[type="submit"], .full-height-slider .slide #wpmem_login .buttons, #wpmem_login .full-height-slider .slide .buttons, .full-height-slider .slide #wpmem_reg .buttons, #wpmem_reg .full-height-slider .slide .buttons {
      position: absolute;
      left: 30px;
      bottom: 30px;
      padding: 7px 20px;
      background: transparent;
      color: #A0D1CA;
      border: 1px solid #A0D1CA;
      margin: 0;
      z-index: 2; }
      .full-height-slider .slide .button:hover, .full-height-slider .slide .post-password-form input:hover[type="submit"], .post-password-form .full-height-slider .slide input:hover[type="submit"], .full-height-slider .slide #wpmem_login .buttons:hover, #wpmem_login .full-height-slider .slide .buttons:hover, .full-height-slider .slide #wpmem_reg .buttons:hover, #wpmem_reg .full-height-slider .slide .buttons:hover {
        color: #223C59; }
  .full-height-slider .slick-active .slide {
    opacity: 1;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .full-height-slider .slick-active .slide__content {
      opacity: 1;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .full-height-slider .slick-prev, .full-height-slider .slick-next {
    width: 64px;
    height: 64px;
    z-index: 99;
    top: calc(50% - 64px); }
    .full-height-slider .slick-prev:before, .full-height-slider .slick-next:before {
      opacity: 1;
      border: 0;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      content: "";
      background: url("../img/icons/Right arrow.svg");
      background-size: contain;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 64px;
      height: 64px; }
    .full-height-slider .slick-prev:hover:before, .full-height-slider .slick-next:hover:before {
      opacity: 0.75; }
  .full-height-slider .slick-next {
    right: 66px; }
  .full-height-slider .slick-prev {
    left: 66px; }
    .full-height-slider .slick-prev:before {
      background: url("../img/icons/Left arrow.svg");
      background-size: contain; }
  @media (max-width: 850px) {
    .full-height-slider .slick-prev, .full-height-slider .slick-next {
      width: 34px;
      height: 34px;
      top: calc(50% - 84px); }
      .full-height-slider .slick-prev:before, .full-height-slider .slick-next:before {
        width: 34px;
        height: 34px; }
    .full-height-slider .slick-next {
      right: 36px; }
    .full-height-slider .slick-prev {
      left: 36px; } }
  @media (max-width: 850px) {
    .full-height-slider {
      margin-top: 50px;
      margin-bottom: 50px; } }

.modal-item--exhibitions {
  padding: 50px 30px 50px 50px;
  max-width: 95vw !important; }
  .modal-item--exhibitions .title {
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 20px !important; }
  .modal-item--exhibitions .modal-item__close:before, .modal-item--exhibitions .modal-item__close:after, .modal-item--exhibitions .mfp-close:before, .modal-item--exhibitions .mfp-close:after {
    height: 23px !important;
    width: 2px !important; }
  .modal-item--exhibitions .mfp-close {
    right: 10px !important;
    top: 15px !important; }
  @media (min-width: 767px) {
    .modal-item--exhibitions .col-md-6:first-of-type {
      padding-right: 30px; }
    .modal-item--exhibitions .col-md-6:last-of-type {
      padding-left: 30px; } }
  @media (max-width: 767px) {
    .modal-item--exhibitions .col-md-6:first-of-type {
      padding-bottom: 20px; } }
  .modal-item--exhibitions .intro p {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    color: #223C59; }
    @media (max-width: 767px) {
      .modal-item--exhibitions .intro p {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 22px; } }
  .modal-item--exhibitions .modal-item__content-scoller {
    max-height: 560px;
    overflow-y: auto;
    padding-right: 20px;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .modal-item--exhibitions .modal-item__content-scoller::-webkit-scrollbar {
      width: 5px; }
    .modal-item--exhibitions .modal-item__content-scoller::-webkit-scrollbar-track {
      background: #e8e8e8;
      border-radius: 5px; }
    .modal-item--exhibitions .modal-item__content-scoller::-webkit-scrollbar-thumb {
      background: #223C59;
      border-radius: 5px;
      opacity: 0.5; }
    .modal-item--exhibitions .modal-item__content-scoller::-webkit-scrollbar-thumb:hover {
      opacity: 1; }
  .modal-item--exhibitions .modal-item__image {
    position: relative;
    margin: 0; }
    .modal-item--exhibitions .modal-item__image img {
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      max-height: 560px;
      margin: 0; }
    .modal-item--exhibitions .modal-item__image svg {
      cursor: pointer;
      width: 26px;
      height: 26px; }
      .modal-item--exhibitions .modal-item__image svg circle {
        fill: #223C59; }
    .modal-item--exhibitions .modal-item__image .hotspot {
      margin-left: -11px;
      margin-top: -26px; }
      .modal-item--exhibitions .modal-item__image .hotspot__content {
        display: none;
        position: absolute;
        -webkit-filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.15));
        filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.15));
        background: white;
        top: calc(-100% - 45px);
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 267px;
        padding: 15px 20px;
        color: #1C1D1C; }
        .modal-item--exhibitions .modal-item__image .hotspot__content:before {
          content: "";
          width: 0;
          height: 0;
          border-top: 20px solid #fff;
          border-left: 20px solid transparent;
          border-right: 20px solid transparent;
          position: absolute;
          position: absolute;
          bottom: -14px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
        .modal-item--exhibitions .modal-item__image .hotspot__content:after {
          content: url("../img/icons/Info.svg");
          position: absolute;
          top: 0;
          right: 0; }
        .modal-item--exhibitions .modal-item__image .hotspot__content p {
          color: #1C1D1C;
          font-size: 14px;
          letter-spacing: 0;
          line-height: 20px;
          margin: 0; }
  @media (max-width: 1025px) {
    .modal-item--exhibitions {
      overflow: hidden !important;
      max-height: 90vh; }
      .modal-item--exhibitions .modal-item__content-scoller {
        max-height: 350px; } }

.search-result {
  margin: 40px 0; }
  .search-result a {
    color: #A0D1CA; }
  .search-result .image-contain {
    width: 120px;
    height: 120px;
    float: left;
    margin-right: 30px;
    background-size: cover;
    background-position: center; }

.search-type {
  text-transform: uppercase; }

form.search:before {
  display: none; }

form.search input {
  width: 100%;
  border: 0px;
  padding: 15px 18px 15px 50px;
  color: black;
  font-size: 12px;
  letter-spacing: 0.23px; }
  form.search input::-webkit-input-placeholder {
    color: black;
    font-size: 12px;
    letter-spacing: 0.23px; }
  form.search input:-ms-input-placeholder {
    color: black;
    font-size: 12px;
    letter-spacing: 0.23px; }
  form.search input::-ms-input-placeholder {
    color: black;
    font-size: 12px;
    letter-spacing: 0.23px; }
  form.search input::placeholder {
    color: black;
    font-size: 12px;
    letter-spacing: 0.23px; }
  form.search input:focus {
    outline: 0; }

form.search div {
  display: inline;
  position: relative; }
  form.search div:before {
    content: url(../img/icons/search.svg);
    position: absolute;
    top: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px; }

form.search input[type="submit"] {
  opacity: 0;
  width: 44px;
  height: 57px;
  padding: 0;
  position: absolute;
  left: 0; }

.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: #A0D1CA; }

.modal-item {
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1100px;
  width: 100%;
  padding: 50px 35px;
  /* 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 .title {
    margin-bottom: 4px; }
  .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: 40px;
    top: 40px;
    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: 4px;
      background-color: #A0D1CA; }
    .modal-item__close:before, .modal-item .mfp-close:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .modal-item__close:after, .modal-item .mfp-close:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      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--governors, .modal-item--houses {
    max-width: 714px;
    padding: 30px;
    min-height: auto; }
    .modal-item--governors .container-fluid, .modal-item--governors .container-sm, .modal-item--governors .container-md, .modal-item--governors .container-lg, .modal-item--governors .container-xl, .modal-item--houses .container-fluid, .modal-item--houses .container-sm, .modal-item--houses .container-md, .modal-item--houses .container-lg, .modal-item--houses .container-xl {
      padding: 0; }
    .modal-item--governors .image-container, .modal-item--houses .image-container {
      width: 100%;
      position: relative; }
      .modal-item--governors .image-container:before, .modal-item--houses .image-container:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 123.52941%; }
      .modal-item--governors .image-container > div, .modal-item--houses .image-container > div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .modal-item--governors .title, .modal-item--houses .title {
      padding-bottom: 5px;
      text-transform: none; }
    .modal-item--governors .modal__inner__content .category, .modal-item--houses .modal__inner__content .category {
      padding-bottom: 5px;
      color: #007bff; }
      .modal-item--governors .modal__inner__content .category.cat-first, .modal-item--houses .modal__inner__content .category.cat-first {
        color: #dc3545;
        padding-bottom: 15px;
        padding-top: 8px; }
  .modal-item--houses {
    max-width: 814px; }
    .modal-item--houses .image-container:before {
      padding-top: 76%; }
    .modal-item--houses .title {
      padding-bottom: 25px; }
  .modal-item--admissions .modal-item__close {
    padding: 0; }
    .modal-item--admissions .modal-item__close:active {
      top: 40px; }
  .modal-item--admissions .modal-item__content .button.js-close-admissions-popup, .modal-item--admissions .modal-item__content .post-password-form input.js-close-admissions-popup[type="submit"], .post-password-form .modal-item--admissions .modal-item__content input.js-close-admissions-popup[type="submit"], .modal-item--admissions .modal-item__content #wpmem_login .js-close-admissions-popup.buttons, #wpmem_login .modal-item--admissions .modal-item__content .js-close-admissions-popup.buttons, .modal-item--admissions .modal-item__content #wpmem_reg .js-close-admissions-popup.buttons, #wpmem_reg .modal-item--admissions .modal-item__content .js-close-admissions-popup.buttons {
    margin-left: 20px; }
  .modal-item::-webkit-scrollbar {
    width: 10px; }
  .modal-item::-webkit-scrollbar-track {
    background: #fff; }
  .modal-item::-webkit-scrollbar-thumb {
    background: #A0D1CA;
    border-radius: 5px; }
  .modal-item::-webkit-scrollbar-thumb:hover {
    background: #A0D1CA; }

.mfp-close {
  right: 20px !important;
  top: 20px !important; }

.modal-anchor {
  cursor: pointer; }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  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;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.mobile-title {
  display: none; }

@media (max-width: 1025px) {
  .modal-item:not(.notice-banner-modal) {
    width: 89%;
    min-height: 400px;
    height: calc(100vh - 50px);
    overflow: scroll;
    padding: 25px 10px; }
    .modal-item:not(.notice-banner-modal)__content {
      margin-right: 0;
      padding-right: 0; }
      .modal-item:not(.notice-banner-modal)__content .intro {
        font-size: 1.1875rem;
        line-height: 1; }
    .modal-item:not(.notice-banner-modal) .mobile-title {
      margin-top: 40px;
      display: block; }
    .modal-item:not(.notice-banner-modal) .desktop-title {
      display: none; }
    .modal-item:not(.notice-banner-modal) .pullout {
      width: 100%;
      margin-left: 0;
      margin-top: 0;
      margin-bottom: 30px;
      text-align: left; }
    .modal-item:not(.notice-banner-modal)__close {
      right: 10px;
      top: 10px; } }

@media (max-width: 768px) {
  .modal-item:not(.notice-banner-modal) .col-md-5 {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin-left: 0; } }

.notice-banner-modal {
  overflow: scroll;
  max-height: 90vh; }
  @media (max-width: 768px) {
    .notice-banner-modal {
      max-height: 80vh;
      margin-top: 30px; } }

.nav-links, .page-numbers {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: right; }

.pagination h2, .pagination #wpmem_login legend, #wpmem_login .pagination legend, .pagination #wpmem_reg legend, #wpmem_reg .pagination legend {
  display: none; }

.post-pagination {
  margin-bottom: 80px; }
  @media (max-width: 600px) {
    .post-pagination .col-4 {
      padding-left: 0px;
      padding-right: 0px; } }

.accordion {
  padding-top: 20px;
  text-align: left; }
  .accordion__item {
    clear: both; }
  .accordion__trigger {
    padding-bottom: 20px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    overflow: hidden; }
    .accordion__trigger h4 {
      position: relative;
      margin: 0;
      padding: 0;
      font-size: 20px; }
      .accordion__trigger h4:before {
        content: "";
        position: absolute;
        width: 100vw;
        left: calc(100% + 20px);
        top: 13px;
        height: 1px;
        background-color: #A0D1CA; }
    .accordion__trigger:before {
      position: absolute;
      top: 0;
      right: 0;
      width: 30px;
      height: 26px;
      background-color: #fff;
      content: "";
      z-index: 1; }
    @media all and (-ms-high-contrast: none) {
      .accordion__trigger:before {
        content: none; } }
  .accordion__content {
    display: none; }
    @media (min-width: 700px) {
      .accordion__content {
        padding: 20px 0px; } }
    .accordion__content img {
      margin-bottom: 30px; }
  .accordion__plus {
    display: inline-block;
    float: right;
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 2;
    /* Vertical line */
    /* horizontal line */ }
    .accordion__plus.active:before {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .accordion__plus.active:after {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
    .accordion__plus:before, .accordion__plus:after {
      content: "";
      position: absolute;
      background-color: #223C59;
      -webkit-transition: -webkit-transform 0.25s ease-out;
      transition: -webkit-transform 0.25s ease-out;
      -o-transition: transform 0.25s ease-out;
      transition: transform 0.25s ease-out;
      transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; }
    .accordion__plus:before {
      top: 0;
      left: 50%;
      width: 2px;
      height: 100%; }
    .accordion__plus:after {
      top: 9px;
      left: 1px;
      width: 100%;
      height: 2px;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center; }

.page-id-72 .accordion__trigger:before {
  background-color: #223C59; }

.page-id-72 .accordion p, .page-id-72 .accordion a, .page-id-72 .accordion li {
  color: #fff !important; }

/*
	FORM
*/
input.full-width {
  width: 100%;
  margin-bottom: 15px; }

input, textarea, select {
  border-radius: 0px; }

input {
  border: none;
  padding: 20px 25px;
  color: white;
  font-size: 1.125rem !important; }
  input:focus {
    outline: none; }
  input::-webkit-input-placeholder {
    color: white; }
  input:-moz-placeholder {
    /* Firefox 18- */
    color: white; }
  input::-moz-placeholder {
    /* Firefox 19+ */
    color: white; }
  input:-ms-input-placeholder {
    color: white; }

.post-password-form input[type="submit"] {
  font-size: 0.875rem !important;
  font-weight: 500;
  padding: 18px !important;
  vertical-align: top;
  text-transform: uppercase;
  border: 0px;
  margin: 0; }

.post-password-form input {
  border: 1px solid grey;
  padding: 12px !important;
  color: black;
  font-size: 1.125rem !important; }
  .post-password-form input:focus {
    outline: none; }
  .post-password-form input::-webkit-input-placeholder {
    color: white; }
  .post-password-form input:-moz-placeholder {
    /* Firefox 18- */
    color: white; }
  .post-password-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: white; }
  .post-password-form input:-ms-input-placeholder {
    color: white; }

select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: black;
  font-size: 0.875rem;
  letter-spacing: 1px;
  border: none;
  padding: 10px 0;
  border-bottom: solid 1px #919295;
  background-color: #fff;
  padding-right: 0;
  border-radius: 0;
  max-width: 100%;
  height: 53px; }
  select:focus {
    outline: none; }

select::-ms-expand {
  display: none; }

.searchandfilter input[type="checkbox"],
.searchandfilter input[type="radio"] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 18px;
  height: 18px;
  top: 8px;
  left: 0;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer; }
  .searchandfilter input[type="checkbox"] + label,
  .searchandfilter input[type="radio"] + label {
    cursor: pointer; }
  .searchandfilter input[type="checkbox"]:checked + li:before,
  .searchandfilter input[type="radio"]:checked + li:before {
    opacity: 1;
    top: 3px; }

.gform_wrapper li.gfield {
  padding: 0;
  margin-top: 35px !important; }
  .gform_wrapper li.gfield:before {
    display: none !important; }
  .gform_wrapper li.gfield input, .gform_wrapper li.gfield textarea, .gform_wrapper li.gfield select {
    border: 1px solid #C5C5C5;
    padding: 12px !important;
    color: black;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; }
  .gform_wrapper li.gfield .gfield_label {
    color: #223C59 !important;
    font-size: 16px !important; }
  .gform_wrapper li.gfield .gfield_required {
    color: #223C59 !important; }

.gform_wrapper .post-password-form input.gform_button[type="submit"], .post-password-form .gform_wrapper input.gform_button[type="submit"], .gform_wrapper .gform_button.button, .gform_wrapper #wpmem_login .gform_button.buttons, #wpmem_login .gform_wrapper .gform_button.buttons, .gform_wrapper #wpmem_reg .gform_button.buttons, #wpmem_reg .gform_wrapper .gform_button.buttons, .gform_wrapper .post-password-form input[type="submit"], .post-password-form .gform_wrapper input[type="submit"], .gform_wrapper .gform_button.button, .gform_wrapper .button, .gform_wrapper #wpmem_login .buttons, #wpmem_login .gform_wrapper .buttons, .gform_wrapper #wpmem_reg .buttons, #wpmem_reg .gform_wrapper .buttons {
  font-weight: bold !important; }

.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio,
.gform_wrapper .ginput_container_consent {
  padding-top: 18px !important; }
  .gform_wrapper .gfield_checkbox li,
  .gform_wrapper .gfield_radio li,
  .gform_wrapper .ginput_container_consent li {
    position: relative !important;
    padding-left: 40px !important;
    line-height: 1.5 !important; }
  .gform_wrapper .gfield_checkbox label,
  .gform_wrapper .gfield_radio label,
  .gform_wrapper .ginput_container_consent label {
    margin-left: 32px !important;
    vertical-align: top !important; }
    .gform_wrapper .gfield_checkbox label:after,
    .gform_wrapper .gfield_radio label:after,
    .gform_wrapper .ginput_container_consent label:after {
      content: "";
      background: #fff;
      width: 23px;
      height: 23px;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      border: 1px solid #CCCCCC;
      border-radius: 0px;
      z-index: 0; }
    .gform_wrapper .gfield_checkbox label:before,
    .gform_wrapper .gfield_radio label:before,
    .gform_wrapper .ginput_container_consent label:before {
      content: "";
      display: block;
      position: absolute;
      width: 6px;
      height: 15px;
      border: solid #848484;
      border-width: 0 3px 3px 0;
      left: 9px;
      top: 4px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      opacity: 0;
      z-index: 1;
      -webkit-transition: all 100ms;
      -o-transition: all 100ms;
      transition: all 100ms; }
  .gform_wrapper .gfield_checkbox input[type="checkbox"],
  .gform_wrapper .gfield_checkbox input[type="radio"],
  .gform_wrapper .gfield_radio input[type="checkbox"],
  .gform_wrapper .gfield_radio input[type="radio"],
  .gform_wrapper .ginput_container_consent input[type="checkbox"],
  .gform_wrapper .ginput_container_consent input[type="radio"] {
    opacity: 0;
    outline: none;
    z-index: 100;
    width: 23px;
    height: 23px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer; }
    .gform_wrapper .gfield_checkbox input[type="checkbox"] + label,
    .gform_wrapper .gfield_checkbox input[type="radio"] + label,
    .gform_wrapper .gfield_radio input[type="checkbox"] + label,
    .gform_wrapper .gfield_radio input[type="radio"] + label,
    .gform_wrapper .ginput_container_consent input[type="checkbox"] + label,
    .gform_wrapper .ginput_container_consent input[type="radio"] + label {
      cursor: pointer; }
    .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before,
    .gform_wrapper .gfield_checkbox input[type="radio"]:checked + label:before,
    .gform_wrapper .gfield_radio input[type="checkbox"]:checked + label:before,
    .gform_wrapper .gfield_radio input[type="radio"]:checked + label:before,
    .gform_wrapper .ginput_container_consent input[type="checkbox"]:checked + label:before,
    .gform_wrapper .ginput_container_consent input[type="radio"]:checked + label:before {
      opacity: 1;
      top: 3px; }

.gform_wrapper input:focus, .gform_wrapper select:focus {
  border: 2px solid #a0d2ca; }

.gform_wrapper .ginput_container_consent {
  position: relative !important;
  padding-left: 3px !important;
  line-height: 1.5 !important;
  padding-top: 0px !important;
  margin-top: 0 !important; }

.gform_wrapper ul.gfield_radio li input + input {
  margin-left: 0px !important; }

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper #wpmem_login legend.gsection_title, #wpmem_login .gform_wrapper legend.gsection_title, .gform_wrapper #wpmem_reg legend.gsection_title, #wpmem_reg .gform_wrapper legend.gsection_title, .gform_wrapper h3.gform_title {
  font-weight: normal !important;
  font-size: 1.7em !important;
  padding: 50px 0 20px !important;
  line-height: 2.7; }

.gform_wrapper .ginput_container_select, .gform_wrapper .name_prefix_select, .gform_wrapper .address_country {
  position: relative; }
  .gform_wrapper .ginput_container_select select, .gform_wrapper .name_prefix_select select, .gform_wrapper .address_country select {
    width: 100% !important;
    background-color: #fff; }
  .gform_wrapper .ginput_container_select:before, .gform_wrapper .name_prefix_select:before, .gform_wrapper .address_country:before {
    content: "";
    position: absolute;
    top: 30%;
    right: 20px;
    border: solid #223C59;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.gform_wrapper .name_prefix_select:before {
  top: 58px;
  right: 34px; }

.gform_wrapper .address_country:before {
  top: 58px;
  right: 34px; }

.select-filter {
  width: 40%;
  position: relative;
  display: inline-block; }
  .select-filter select {
    width: 100% !important;
    padding: 10px 20px; }
  .select-filter:before {
    content: "";
    position: absolute;
    top: 30%;
    right: 20px;
    border: solid #223C59;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  @media (max-width: 600px) {
    .select-filter {
      width: 100%; } }

.percentbar_blue {
  background-color: #223C59 !important; }

.gf_progressbar_percentage {
  text-shadow: none !important;
  background: #223C59 !important; }

.gf_progressbar {
  padding: 6px !important; }

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 1px 0 3px 1px !important;
  letter-spacing: unset !important; }

@media (max-width: 450px) {
  .page-template-tpl-admissions-process .banner {
    height: 100%; }
    .page-template-tpl-admissions-process .banner .banner__inner {
      position: relative;
      z-index: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      top: auto;
      z-index: 1;
      padding: 150px 0 50px; }
    .page-template-tpl-admissions-process .banner .image-wrap {
      position: absolute; } }

@media (max-width: 390px) {
  .banner--full.banner--page {
    height: 100%; }
    .banner--full.banner--page .banner__inner {
      position: relative;
      z-index: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      top: auto;
      z-index: 1;
      padding: 150px 0 50px; }
    .banner--full.banner--page .image-wrap {
      position: absolute; }
    .banner--full.banner--page .anchor {
      display: none; } }

.form--admissions {
  margin-top: 125px; }
  .form--admissions .form__fields {
    margin-bottom: 125px; }
    .form--admissions .form__fields p {
      font-size: 2.25rem !important;
      color: #FFF;
      opacity: 0.5;
      margin-bottom: 20px; }
      @media (max-width: 575px) {
        .form--admissions .form__fields p {
          font-size: 1.5625rem; } }
    @media (min-width: 575px) {
      .form--admissions .form__fields .form__field-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (max-width: 575px) {
      .form--admissions .form__fields .form__field-group:first-of-type .custom-select:first-of-type {
        margin-bottom: 20px; } }
    .form--admissions .form__fields .form__field-group:first-of-type {
      margin-bottom: 20px; }
      @media (min-width: 575px) {
        .form--admissions .form__fields .form__field-group:first-of-type .custom-select:first-of-type {
          margin-right: 10px; }
        .form--admissions .form__fields .form__field-group:first-of-type .custom-select:last-of-type {
          margin-left: 10px; } }
    .form--admissions .form__fields .form__field-group:last-of-type {
      display: none; }
    .form--admissions .form__fields .form__field-group .custom-select {
      position: relative;
      width: auto;
      min-width: 200px;
      height: auto;
      font-size: 2.25rem !important;
      text-transform: none;
      color: #FFF;
      background-color: transparent;
      padding: 10px 15px;
      padding-bottom: 15px;
      border: 1px solid #FFF;
      cursor: pointer; }
      @media (max-width: 575px) {
        .form--admissions .form__fields .form__field-group .custom-select {
          font-size: 1.5625rem; } }
      .form--admissions .form__fields .form__field-group .custom-select.open ul {
        opacity: 1;
        pointer-events: auto; }
      .form--admissions .form__fields .form__field-group .custom-select__current {
        font-size: 2.25rem !important;
        color: #FFF;
        pointer-events: none; }
        @media (max-width: 575px) {
          .form--admissions .form__fields .form__field-group .custom-select__current {
            font-size: 1.5625rem; } }
      .form--admissions .form__fields .form__field-group .custom-select ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        top: 100%;
        left: -1px;
        width: calc(100% + 2px);
        max-height: 40vh;
        background-color: #FFF;
        padding: 15px 25px;
        -webkit-transition: opacity 0.1s ease-in-out;
        -o-transition: opacity 0.1s ease-in-out;
        transition: opacity 0.1s ease-in-out;
        opacity: 0;
        overflow: scroll;
        pointer-events: none;
        z-index: 1; }
        .form--admissions .form__fields .form__field-group .custom-select ul > li {
          padding: 0;
          text-indent: 0; }
        .form--admissions .form__fields .form__field-group .custom-select ul li {
          font-size: 18px;
          line-height: 1.5;
          color: #919191;
          -webkit-transition: color 0.2s ease-in-out;
          -o-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out;
          cursor: pointer; }
          .form--admissions .form__fields .form__field-group .custom-select ul li:hover {
            color: #223C59; }
          .form--admissions .form__fields .form__field-group .custom-select ul li.active {
            color: #223C59; }
      @media (min-width: 450px) {
        .form--admissions .form__fields .form__field-group .custom-select[data-name="type"] {
          min-width: 420px; } }
    .form--admissions .form__fields .form__sentence {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 2.25rem !important;
      color: #FFF; }
      .form--admissions .form__fields .form__sentence:first-of-type {
        margin-bottom: 20px; }
  @media (max-width: 768px) {
    .form--admissions {
      margin-top: 50px; }
      .form--admissions .form__fields {
        margin-bottom: 50px; } }
  .form--admissions .form__submit .button.button--submit, .form--admissions .form__submit .post-password-form input.button--submit[type="submit"], .post-password-form .form--admissions .form__submit input.button--submit[type="submit"], .form--admissions .form__submit #wpmem_login .button--submit.buttons, #wpmem_login .form--admissions .form__submit .button--submit.buttons, .form--admissions .form__submit #wpmem_reg .button--submit.buttons, #wpmem_reg .form--admissions .form__submit .button--submit.buttons {
    color: #FFF;
    background-color: transparent;
    border: 2px solid #FFF;
    margin: 0; }
    .form--admissions .form__submit .button.button--submit:hover, .form--admissions .form__submit .post-password-form input.button--submit:hover[type="submit"], .post-password-form .form--admissions .form__submit input.button--submit:hover[type="submit"], .form--admissions .form__submit #wpmem_login .button--submit.buttons:hover, #wpmem_login .form--admissions .form__submit .button--submit.buttons:hover, .form--admissions .form__submit #wpmem_reg .button--submit.buttons:hover, #wpmem_reg .form--admissions .form__submit .button--submit.buttons:hover {
      background-color: #FFF;
      color: #223C59; }
      .form--admissions .form__submit .button.button--submit:hover svg g, .form--admissions .form__submit .post-password-form input.button--submit:hover[type="submit"] svg g, .post-password-form .form--admissions .form__submit input.button--submit:hover[type="submit"] svg g, .form--admissions .form__submit #wpmem_login .button--submit.buttons:hover svg g, #wpmem_login .form--admissions .form__submit .button--submit.buttons:hover svg g, .form--admissions .form__submit #wpmem_reg .button--submit.buttons:hover svg g, #wpmem_reg .form--admissions .form__submit .button--submit.buttons:hover svg g {
        stroke: #223C59; }
    .form--admissions .form__submit .button.button--submit.anchor:before, .form--admissions .form__submit .post-password-form input.button--submit.anchor[type="submit"]:before, .post-password-form .form--admissions .form__submit input.button--submit.anchor[type="submit"]:before, .form--admissions .form__submit #wpmem_login .button--submit.anchor.buttons:before, #wpmem_login .form--admissions .form__submit .button--submit.anchor.buttons:before, .form--admissions .form__submit #wpmem_reg .button--submit.anchor.buttons:before, #wpmem_reg .form--admissions .form__submit .button--submit.anchor.buttons:before {
      content: ''; }
    .form--admissions .form__submit .button.button--submit.anchor svg, .form--admissions .form__submit .post-password-form input.button--submit.anchor[type="submit"] svg, .post-password-form .form--admissions .form__submit input.button--submit.anchor[type="submit"] svg, .form--admissions .form__submit #wpmem_login .button--submit.anchor.buttons svg, #wpmem_login .form--admissions .form__submit .button--submit.anchor.buttons svg, .form--admissions .form__submit #wpmem_reg .button--submit.anchor.buttons svg, #wpmem_reg .form--admissions .form__submit .button--submit.anchor.buttons svg {
      margin-left: 10px; }
      .form--admissions .form__submit .button.button--submit.anchor svg g, .form--admissions .form__submit .post-password-form input.button--submit.anchor[type="submit"] svg g, .post-password-form .form--admissions .form__submit input.button--submit.anchor[type="submit"] svg g, .form--admissions .form__submit #wpmem_login .button--submit.anchor.buttons svg g, #wpmem_login .form--admissions .form__submit .button--submit.anchor.buttons svg g, .form--admissions .form__submit #wpmem_reg .button--submit.anchor.buttons svg g, #wpmem_reg .form--admissions .form__submit .button--submit.anchor.buttons svg g {
        -webkit-transition: stroke 0.2s ease-in-out;
        -o-transition: stroke 0.2s ease-in-out;
        transition: stroke 0.2s ease-in-out; }

.oundle-main .gform_wrapper li.gfield input:focus, .oundle-main .gform_wrapper li.gfield textarea:focus, .oundle-main .gform_wrapper li.gfield select:focus {
  border: 1px solid #dc3545;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }

.oundle-main .gform_wrapper li.gfield .gfield_label, .oundle-main .gform_wrapper li.gfield .gfield_required {
  color: #dc3545 !important; }

.oundle-main .gform_wrapper .name_prefix_select:before {
  top: 50px;
  right: 34px; }
  @media (max-width: 643px) {
    .oundle-main .gform_wrapper .name_prefix_select:before {
      top: 40px;
      right: 20px; } }

.gform_wrapper .field_description_below .gfield_consent_description, .gform_wrapper .gfield_consent_description {
  border: 0px !important; }

.ginput_container_date {
  margin-top: 4px !important; }

.events-filters {
  cursor: pointer; }

.sf-field-taxonomy-publication-type {
  width: 300px;
  margin: auto;
  position: relative;
  display: inline-block; }
  .sf-field-taxonomy-publication-type ul {
    padding-left: 0px !important; }
  .sf-field-taxonomy-publication-type select {
    width: 100% !important;
    border: 1px solid #C5C5C5;
    padding: 12px 20px !important;
    color: #223C59;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    padding: 20px;
    background-color: transparent;
    font-weight: bold; }
  .sf-field-taxonomy-publication-type:before {
    content: "";
    position: absolute;
    top: 37%;
    right: 20px;
    border: solid #970830;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1; }
  .sf-field-taxonomy-publication-type label {
    width: 100%; }

@media (max-width: 600px) {
  .select-wrapper {
    width: 100%; } }

.select-contain ul {
  padding-left: 0px !important; }

.sf_date_field {
  padding-left: 0px; }

#search-filter-form-3964 ul, #search-filter-form-2444 ul {
  padding-left: 0px; }
  #search-filter-form-3964 ul label, #search-filter-form-2444 ul label {
    position: relative;
    width: 100%; }
    #search-filter-form-3964 ul label:before, #search-filter-form-2444 ul label:before {
      content: "";
      position: absolute;
      top: 30%;
      right: 20px;
      border: solid #223C59;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 4px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

li.gfield {
  padding-left: 0 !important; }

input[type="submit"] {
  font-size: 14px !important;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px; }

label[for="opt_in_news"] {
  display: block !important;
  margin-bottom: -22px;
  margin-left: 25px; }

.parent-pageid-8395 .banner, .page-id-8395 .banner {
  margin-bottom: 26px; }

#wpmem_login fieldset > div.button_div > .buttons, #wpmem_reg fieldset > div.button_div > .buttons {
  margin-right: 0; }

#wpmem_msg .button, #wpmem_msg .post-password-form input[type="submit"], .post-password-form #wpmem_msg input[type="submit"], #wpmem_msg #wpmem_login .buttons, #wpmem_login #wpmem_msg .buttons, #wpmem_msg #wpmem_reg .buttons, #wpmem_reg #wpmem_msg .buttons {
  margin-right: 0; }

.wpmem_msg .button, .wpmem_msg .post-password-form input[type="submit"], .post-password-form .wpmem_msg input[type="submit"], .wpmem_msg #wpmem_login .buttons, #wpmem_login .wpmem_msg .buttons, .wpmem_msg #wpmem_reg .buttons, #wpmem_reg .wpmem_msg .buttons {
  margin-right: 0px !important; }

/*
	NOTIFICATIONS
*/
.notification.cookies-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #223C59;
  padding: 14px 50px;
  color: white; }
  .notification.cookies-bar .notification__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .notification.cookies-bar .notification__content .notification__text {
      max-width: 75%;
      margin-right: 40px; }
      .notification.cookies-bar .notification__content .notification__text p {
        font-size: 15px;
        letter-spacing: 0;
        line-height: 18px;
        text-align: center;
        margin-bottom: 0; }
    .notification.cookies-bar .notification__content a {
      color: #A0D1CA; }
      .notification.cookies-bar .notification__content a:not(.button):hover, .notification.cookies-bar .notification__content a:not(.button):focus {
        text-decoration: underline; }
    .notification.cookies-bar .notification__content .button--shadow {
      padding: 9px 13px;
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 20px;
      border-color: #fff;
      color: #fff; }
    .notification.cookies-bar .notification__content .buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 991px) {
    .notification.cookies-bar .buttons {
      display: block;
      margin-top: 30px; }
      .notification.cookies-bar .buttons .button, .notification.cookies-bar .buttons .post-password-form input[type="submit"], .post-password-form .notification.cookies-bar .buttons input[type="submit"], .notification.cookies-bar .buttons #wpmem_login .buttons, #wpmem_login .notification.cookies-bar .buttons .buttons, .notification.cookies-bar .buttons #wpmem_reg .buttons, #wpmem_reg .notification.cookies-bar .buttons .buttons {
        margin-bottom: 15px; } }
  @media (max-width: 575px) {
    .notification.cookies-bar {
      padding: 30px 30px 5px; }
      .notification.cookies-bar .notification__content {
        display: block; }
        .notification.cookies-bar .notification__content .notification__text {
          margin-right: 0px;
          max-width: 100%; }
      .notification.cookies-bar .buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .notification.cookies-bar .buttons .button, .notification.cookies-bar .buttons .post-password-form input[type="submit"], .post-password-form .notification.cookies-bar .buttons input[type="submit"], .notification.cookies-bar .buttons #wpmem_login .buttons, #wpmem_login .notification.cookies-bar .buttons .buttons, .notification.cookies-bar .buttons #wpmem_reg .buttons, #wpmem_reg .notification.cookies-bar .buttons .buttons {
          margin-left: 0 !important;
          margin-right: 0px; } }

.switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px; }

.switch input {
  display: none; }

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  width: 26px; }

input:checked + .slider {
  background-color: #66bb6a; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

article > .wp-block-columns, article > #wpmem_login, article > h5.has-background, article > .wp-video, article > .wpmem_msg, article > #wpmem_reg, article > #wpmem_msg, article > .post-password-form, article > .gform_wrapper, article > p, article > iframe, article > blockquote, article > h2, #wpmem_login article > legend, #wpmem_reg article > legend, article > h3, article > h4, article > ul, article > ol, article .accordion, article .wp-block-image, article > table, article > figure, article .columns, article .q-and-a, article .wp-block-file, article .wp-block-gallery, article .wp-block-group, article > .instagram-feed {
  margin-right: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  max-width: 791px; }
  @media (max-width: 1000px) {
    article > .wp-block-columns, article > #wpmem_login, article > h5.has-background, article > .wp-video, article > .wpmem_msg, article > #wpmem_reg, article > #wpmem_msg, article > .post-password-form, article > .gform_wrapper, article > p, article > iframe, article > blockquote, article > h2, #wpmem_login article > legend, #wpmem_reg article > legend, article > h3, article > h4, article > ul, article > ol, article .accordion, article .wp-block-image, article > table, article > figure, article .columns, article .q-and-a, article .wp-block-file, article .wp-block-gallery, article .wp-block-group, article > .instagram-feed {
      margin-left: 8%;
      margin-right: 8%; } }
  @media (max-width: 768px) {
    article > .wp-block-columns, article > #wpmem_login, article > h5.has-background, article > .wp-video, article > .wpmem_msg, article > #wpmem_reg, article > #wpmem_msg, article > .post-password-form, article > .gform_wrapper, article > p, article > iframe, article > blockquote, article > h2, #wpmem_login article > legend, #wpmem_reg article > legend, article > h3, article > h4, article > ul, article > ol, article .accordion, article .wp-block-image, article > table, article > figure, article .columns, article .q-and-a, article .wp-block-file, article .wp-block-gallery, article .wp-block-group, article > .instagram-feed {
      margin-left: 15px;
      margin-right: 15px; } }
  @media (max-width: 767px) {
    article > .wp-block-columns, article > #wpmem_login, article > h5.has-background, article > .wp-video, article > .wpmem_msg, article > #wpmem_reg, article > #wpmem_msg, article > .post-password-form, article > .gform_wrapper, article > p, article > iframe, article > blockquote, article > h2, #wpmem_login article > legend, #wpmem_reg article > legend, article > h3, article > h4, article > ul, article > ol, article .accordion, article .wp-block-image, article > table, article > figure, article .columns, article .q-and-a, article .wp-block-file, article .wp-block-gallery, article .wp-block-group, article > .instagram-feed {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 1480px) {
    article > .wp-block-columns, article > #wpmem_login, article > h5.has-background, article > .wp-video, article > .wpmem_msg, article > #wpmem_reg, article > #wpmem_msg, article > .post-password-form, article > .gform_wrapper, article > p, article > iframe, article > blockquote, article > h2, #wpmem_login article > legend, #wpmem_reg article > legend, article > h3, article > h4, article > ul, article > ol, article .accordion, article .wp-block-image, article > table, article > figure, article .columns, article .q-and-a, article .wp-block-file, article .wp-block-gallery, article .wp-block-group, article > .instagram-feed {
      max-width: 1000px; } }

article > a.button, .gform_wrapper article > a.gform_button.button, .gform_wrapper article > a.button, #wpmem_login article > a.buttons, #wpmem_reg article > a.buttons {
  margin-top: 20px; }

article ol {
  padding-left: 33px; }

article > #wpmem_msg {
  max-width: 591px; }

article > .instagram-feed > a {
  margin-bottom: 10px; }

#wpmem_login .buttons, #wpmem_reg .buttons {
  margin-right: 0; }

#wpmem_login legend, #wpmem_reg legend {
  margin-bottom: 40px; }

#wpmem_login .req, #wpmem_reg .req {
  color: #A0D1CA !important; }

#wpmem_msg, .wpmem_msg {
  margin-top: 50px; }

.page-id-8400 .child-pages-strip {
  margin-right: auto; }
  @media (max-width: 1000px) {
    .page-id-8400 .child-pages-strip {
      margin-left: 8%;
      margin-right: 8%; } }
  @media (max-width: 768px) {
    .page-id-8400 .child-pages-strip {
      margin-left: 15px;
      margin-right: 15px; } }
  @media (max-width: 767px) {
    .page-id-8400 .child-pages-strip {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 1480px) {
    .page-id-8400 .child-pages-strip {
      max-width: 1000px; } }
  .page-id-8400 .child-pages-strip__item {
    margin: 0px 0px 60px; }

.post-password-form {
  margin-bottom: 100px;
  padding-left: 10px; }

.wp-block-group .wp-block-group {
  padding-left: 0; }

.text-with-featured-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  max-width: 791px;
  margin: auto; }
  .text-with-featured-content .text-wrapper {
    width: calc(100% - 33.333%);
    display: inline-block; }
  .text-with-featured-content .featured_content {
    width: 36.333%;
    float: right;
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 30px;
    margin-right: -18%; }
    .text-with-featured-content .featured_content--left {
      margin-right: 0 !important;
      margin-left: -16% !important;
      float: left !important;
      padding-right: 30px;
      padding-left: 0px; }
      .text-with-featured-content .featured_content--left .photo-teaser-wrapper {
        width: 100%; }
    .text-with-featured-content .featured_content--pullout {
      margin-right: -28%;
      margin-bottom: 28px;
      width: 396px; }
    .text-with-featured-content .featured_content--collections {
      width: 59%;
      float: right;
      display: inline-block;
      padding-left: 30px;
      margin-bottom: 30px;
      margin-right: -18%; }
      .text-with-featured-content .featured_content--collections .pillar {
        background-color: #A0D1CA; }
      .text-with-featured-content .featured_content--collections .photo-teaser-wrapper {
        margin-left: 0;
        margin-top: 0; }
      .text-with-featured-content .featured_content--collections .photo-teaser {
        padding: 30px 40px; }
        .text-with-featured-content .featured_content--collections .photo-teaser .title {
          color: #223C59; }
        .text-with-featured-content .featured_content--collections .photo-teaser p {
          color: #000; }
    @media (max-width: 767px) {
      .text-with-featured-content .featured_content {
        float: none !important;
        width: 100%;
        padding-left: 0;
        margin-right: 0; } }

.single-news-item article > p, .single-news-item article ul:not(.blocks-gallery-grid):not(.slick-dots), .single-news-item article > blockquote, .single-news-item article > h2, .single-news-item #wpmem_login article > legend, #wpmem_login .single-news-item article > legend, .single-news-item #wpmem_reg article > legend, #wpmem_reg .single-news-item article > legend, .single-news-item article > h3, .single-news-item article > h4, .single-news-item article > ul, .single-news-item article .accordion, .single-news-item article .wp-block-image, .single-news-item article > table, .single-news-item article > figure, .single-news-item article .columns, .single-news-item article .text-with-featured-content, .single-news-item article .wp-block-gallery, .single-news-item article .wp-block-group, .single-news-item article .wp-block-file, .article-collections > p, .article-collections ul:not(.blocks-gallery-grid):not(.slick-dots), .article-collections > blockquote, .article-collections > h2, #wpmem_login .article-collections > legend, #wpmem_reg .article-collections > legend, .article-collections > h3, .article-collections > h4, .article-collections > ul, .article-collections .accordion, .article-collections .wp-block-image, .article-collections > table, .article-collections > figure, .article-collections .columns, .article-collections .text-with-featured-content, .article-collections .wp-block-gallery, .article-collections .wp-block-group, .article-collections .wp-block-file {
  margin-left: auto;
  padding-left: 30px; }
  @media (max-width: 1400px) {
    .single-news-item article > p, .single-news-item article ul:not(.blocks-gallery-grid):not(.slick-dots), .single-news-item article > blockquote, .single-news-item article > h2, .single-news-item #wpmem_login article > legend, #wpmem_login .single-news-item article > legend, .single-news-item #wpmem_reg article > legend, #wpmem_reg .single-news-item article > legend, .single-news-item article > h3, .single-news-item article > h4, .single-news-item article > ul, .single-news-item article .accordion, .single-news-item article .wp-block-image, .single-news-item article > table, .single-news-item article > figure, .single-news-item article .columns, .single-news-item article .text-with-featured-content, .single-news-item article .wp-block-gallery, .single-news-item article .wp-block-group, .single-news-item article .wp-block-file, .article-collections > p, .article-collections ul:not(.blocks-gallery-grid):not(.slick-dots), .article-collections > blockquote, .article-collections > h2, #wpmem_login .article-collections > legend, #wpmem_reg .article-collections > legend, .article-collections > h3, .article-collections > h4, .article-collections > ul, .article-collections .accordion, .article-collections .wp-block-image, .article-collections > table, .article-collections > figure, .article-collections .columns, .article-collections .text-with-featured-content, .article-collections .wp-block-gallery, .article-collections .wp-block-group, .article-collections .wp-block-file {
      padding-left: 15px; } }
  @media (max-width: 1089px) {
    .single-news-item article > p, .single-news-item article ul:not(.blocks-gallery-grid):not(.slick-dots), .single-news-item article > blockquote, .single-news-item article > h2, .single-news-item #wpmem_login article > legend, #wpmem_login .single-news-item article > legend, .single-news-item #wpmem_reg article > legend, #wpmem_reg .single-news-item article > legend, .single-news-item article > h3, .single-news-item article > h4, .single-news-item article > ul, .single-news-item article .accordion, .single-news-item article .wp-block-image, .single-news-item article > table, .single-news-item article > figure, .single-news-item article .columns, .single-news-item article .text-with-featured-content, .single-news-item article .wp-block-gallery, .single-news-item article .wp-block-group, .single-news-item article .wp-block-file, .article-collections > p, .article-collections ul:not(.blocks-gallery-grid):not(.slick-dots), .article-collections > blockquote, .article-collections > h2, #wpmem_login .article-collections > legend, #wpmem_reg .article-collections > legend, .article-collections > h3, .article-collections > h4, .article-collections > ul, .article-collections .accordion, .article-collections .wp-block-image, .article-collections > table, .article-collections > figure, .article-collections .columns, .article-collections .text-with-featured-content, .article-collections .wp-block-gallery, .article-collections .wp-block-group, .article-collections .wp-block-file {
      padding-left: 15px;
      max-width: 720px; } }
  @media (max-width: 991px) {
    .single-news-item article > p, .single-news-item article ul:not(.blocks-gallery-grid):not(.slick-dots), .single-news-item article > blockquote, .single-news-item article > h2, .single-news-item #wpmem_login article > legend, #wpmem_login .single-news-item article > legend, .single-news-item #wpmem_reg article > legend, #wpmem_reg .single-news-item article > legend, .single-news-item article > h3, .single-news-item article > h4, .single-news-item article > ul, .single-news-item article .accordion, .single-news-item article .wp-block-image, .single-news-item article > table, .single-news-item article > figure, .single-news-item article .columns, .single-news-item article .text-with-featured-content, .single-news-item article .wp-block-gallery, .single-news-item article .wp-block-group, .single-news-item article .wp-block-file, .article-collections > p, .article-collections ul:not(.blocks-gallery-grid):not(.slick-dots), .article-collections > blockquote, .article-collections > h2, #wpmem_login .article-collections > legend, #wpmem_reg .article-collections > legend, .article-collections > h3, .article-collections > h4, .article-collections > ul, .article-collections .accordion, .article-collections .wp-block-image, .article-collections > table, .article-collections > figure, .article-collections .columns, .article-collections .text-with-featured-content, .article-collections .wp-block-gallery, .article-collections .wp-block-group, .article-collections .wp-block-file {
      padding-left: 30px; } }
  @media (max-width: 767px) {
    .single-news-item article > p, .single-news-item article ul:not(.blocks-gallery-grid):not(.slick-dots), .single-news-item article > blockquote, .single-news-item article > h2, .single-news-item #wpmem_login article > legend, #wpmem_login .single-news-item article > legend, .single-news-item #wpmem_reg article > legend, #wpmem_reg .single-news-item article > legend, .single-news-item article > h3, .single-news-item article > h4, .single-news-item article > ul, .single-news-item article .accordion, .single-news-item article .wp-block-image, .single-news-item article > table, .single-news-item article > figure, .single-news-item article .columns, .single-news-item article .text-with-featured-content, .single-news-item article .wp-block-gallery, .single-news-item article .wp-block-group, .single-news-item article .wp-block-file, .article-collections > p, .article-collections ul:not(.blocks-gallery-grid):not(.slick-dots), .article-collections > blockquote, .article-collections > h2, #wpmem_login .article-collections > legend, #wpmem_reg .article-collections > legend, .article-collections > h3, .article-collections > h4, .article-collections > ul, .article-collections .accordion, .article-collections .wp-block-image, .article-collections > table, .article-collections > figure, .article-collections .columns, .article-collections .text-with-featured-content, .article-collections .wp-block-gallery, .article-collections .wp-block-group, .article-collections .wp-block-file {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1480px) {
    .single-news-item article > p, .single-news-item article ul:not(.blocks-gallery-grid):not(.slick-dots), .single-news-item article > blockquote, .single-news-item article > h2, .single-news-item #wpmem_login article > legend, #wpmem_login .single-news-item article > legend, .single-news-item #wpmem_reg article > legend, #wpmem_reg .single-news-item article > legend, .single-news-item article > h3, .single-news-item article > h4, .single-news-item article > ul, .single-news-item article .accordion, .single-news-item article .wp-block-image, .single-news-item article > table, .single-news-item article > figure, .single-news-item article .columns, .single-news-item article .text-with-featured-content, .single-news-item article .wp-block-gallery, .single-news-item article .wp-block-group, .single-news-item article .wp-block-file, .article-collections > p, .article-collections ul:not(.blocks-gallery-grid):not(.slick-dots), .article-collections > blockquote, .article-collections > h2, #wpmem_login .article-collections > legend, #wpmem_reg .article-collections > legend, .article-collections > h3, .article-collections > h4, .article-collections > ul, .article-collections .accordion, .article-collections .wp-block-image, .article-collections > table, .article-collections > figure, .article-collections .columns, .article-collections .text-with-featured-content, .article-collections .wp-block-gallery, .article-collections .wp-block-group, .article-collections .wp-block-file {
      max-width: 791px; } }

.single-news-item article .news-grid-collections, .article-collections .news-grid-collections {
  margin: 100px 0; }

.single-news-item article .image-with-statistic .pillar, .article-collections .image-with-statistic .pillar {
  background-color: #A0D1CA; }

.single-news-item article .image-with-statistic .title, .article-collections .image-with-statistic .title {
  color: #223C59; }

.single-news-item article .image-with-statistic p, .article-collections .image-with-statistic p {
  color: black; }

.single-news-item article .image-with-statistic .background-primary, .article-collections .image-with-statistic .background-primary {
  background: #A0D1CA; }

.wp-block-gallery {
  margin: 30px 0; }
  .wp-block-gallery ul {
    padding: 0; }
    .wp-block-gallery ul figcaption {
      z-index: 1; }

.page:not(.home) article a:not([class]), .page:not(.home) article a.email-link, .page:not(.home) .wp-block-file__button, .single article a:not([class]), .single article a.email-link, .single .wp-block-file__button, .page-template-tpl-home-collections article a:not([class]), .page-template-tpl-home-collections article a.email-link, .page-template-tpl-home-collections .wp-block-file__button {
  color: #223C59;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0; }
  @media (min-width: 700px) {
    .page:not(.home) article a:not([class]), .page:not(.home) article a.email-link, .page:not(.home) .wp-block-file__button, .single article a:not([class]), .single article a.email-link, .single .wp-block-file__button, .page-template-tpl-home-collections article a:not([class]), .page-template-tpl-home-collections article a.email-link, .page-template-tpl-home-collections .wp-block-file__button {
      white-space: nowrap;
      position: relative;
      display: inline-block;
      vertical-align: bottom;
      overflow: hidden;
      z-index: 1; }
      .page:not(.home) article a:not([class]):before, .page:not(.home) article a:not([class]):before, .page:not(.home) article a.email-link:before, .page:not(.home) article a.email-link:before, .page:not(.home) .wp-block-file__button:before, .page:not(.home) .wp-block-file__button:before, .single article a:not([class]):before, .single article a:not([class]):before, .single article a.email-link:before, .single article a.email-link:before, .single .wp-block-file__button:before, .single .wp-block-file__button:before, .page-template-tpl-home-collections article a:not([class]):before, .page-template-tpl-home-collections article a:not([class]):before, .page-template-tpl-home-collections article a.email-link:before, .page-template-tpl-home-collections article a.email-link:before, .page-template-tpl-home-collections .wp-block-file__button:before, .page-template-tpl-home-collections .wp-block-file__button:before {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
      .page:not(.home) article a:not([class]):before, .page:not(.home) article a.email-link:before, .page:not(.home) .wp-block-file__button:before, .single article a:not([class]):before, .single article a.email-link:before, .single .wp-block-file__button:before, .page-template-tpl-home-collections article a:not([class]):before, .page-template-tpl-home-collections article a.email-link:before, .page-template-tpl-home-collections .wp-block-file__button:before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background-color: #A0D1CA;
        opacity: 0.5;
        content: '';
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        -o-transition: transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
        -webkit-transform: translateY(95%);
        -ms-transform: translateY(95%);
        transform: translateY(95%); }
      .page:not(.home) article a:not([class]):hover:before, .page:not(.home) article a:not([class]):focus:before, .page:not(.home) article a.email-link:hover:before, .page:not(.home) article a.email-link:focus:before, .page:not(.home) .wp-block-file__button:hover:before, .page:not(.home) .wp-block-file__button:focus:before, .single article a:not([class]):hover:before, .single article a:not([class]):focus:before, .single article a.email-link:hover:before, .single article a.email-link:focus:before, .single .wp-block-file__button:hover:before, .single .wp-block-file__button:focus:before, .page-template-tpl-home-collections article a:not([class]):hover:before, .page-template-tpl-home-collections article a:not([class]):focus:before, .page-template-tpl-home-collections article a.email-link:hover:before, .page-template-tpl-home-collections article a.email-link:focus:before, .page-template-tpl-home-collections .wp-block-file__button:hover:before, .page-template-tpl-home-collections .wp-block-file__button:focus:before {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }

.page:not(.home) a[href$=".pdf"]:not(.button):not(.permalink), .page:not(.home) .wp-block-file__button, .single a[href$=".pdf"]:not(.button):not(.permalink), .single .wp-block-file__button, .page-template-tpl-home-collections a[href$=".pdf"]:not(.button):not(.permalink), .page-template-tpl-home-collections .wp-block-file__button {
  position: relative;
  padding: 0 0 0 30px;
  color: #223C59;
  background: transparent;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5; }
  .page:not(.home) a[href$=".pdf"]:not(.button):not(.permalink):after, .page:not(.home) .wp-block-file__button:after, .single a[href$=".pdf"]:not(.button):not(.permalink):after, .single .wp-block-file__button:after, .page-template-tpl-home-collections a[href$=".pdf"]:not(.button):not(.permalink):after, .page-template-tpl-home-collections .wp-block-file__button:after {
    content: url(../img/icons/download-icon-green.svg);
    position: absolute;
    left: 0;
    top: 4px; }
  .page:not(.home) a[href$=".pdf"]:not(.button):not(.permalink):before, .page:not(.home) .wp-block-file__button:before, .single a[href$=".pdf"]:not(.button):not(.permalink):before, .single .wp-block-file__button:before, .page-template-tpl-home-collections a[href$=".pdf"]:not(.button):not(.permalink):before, .page-template-tpl-home-collections .wp-block-file__button:before {
    left: 30px !important; }

.wp-block-table table {
  margin: 30px 0; }
  .wp-block-table table td {
    padding: 10px; }
  .wp-block-table table tbody tr:nth-of-type(odd) td {
    background-color: #FAFAFA;
    border-right: 1px solid #D9D9D9; }
  .wp-block-table table tbody tr:nth-of-type(even) td {
    background-color: #fff;
    border-right: 1px solid #D9D9D9; }
  .wp-block-table table tr:first-of-type td {
    background-color: #223C59 !important;
    color: #fff; }

.wp-block-image {
  margin-top: 50px;
  margin-bottom: 50px; }

p, ul, ol {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px; }
  @media (max-width: 700px) {
    p, ul, ol {
      font-size: 15px;
      line-height: 25px; } }

.large-first-letter::first-letter {
  color: #223C59;
  font-size: 27px;
  font-weight: bold;
  display: block;
  /* font-size: 4.5em; */
  float: left;
  /* margin-top: .15em; */
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 17px;
  margin-right: 8px;
  font-size: 64px; }
  @media (max-width: 700px) {
    .large-first-letter::first-letter {
      margin-top: 12px;
      margin-right: 8px;
      font-size: 48px; } }

.intro {
  font-size: 19px;
  line-height: 32px;
  font-weight: 600; }
  @media (max-width: 700px) {
    .intro {
      font-size: 17px;
      line-height: 27px; } }

blockquote {
  padding-left: 45px !important;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  border-left: 18px solid #A0D1CA;
  color: #223C59;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (max-width: 600px) {
    blockquote {
      padding-left: 25px !important; } }
  blockquote p {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 28px; }
    @media (max-width: 600px) {
      blockquote p {
        font-size: 16px;
        line-height: 23px; } }
  blockquote cite, blockquote .wp-block-gallery ul figcaption, .wp-block-gallery ul blockquote figcaption {
    max-width: 544px;
    font-size: 14px;
    font-weight: 600;
    font-style: normal !important;
    letter-spacing: 0;
    line-height: 14px; }
  blockquote:before {
    content: url(../img/icons/quote_mark.svg);
    position: absolute;
    top: 0;
    left: -42px; }
  @media (max-width: 380px) {
    blockquote {
      margin-left: 20px; } }

#page-wrap blockquote {
  padding-left: 45px !important;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  border-left: 0px solid #A0D1CA;
  color: #223C59;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (max-width: 600px) {
    #page-wrap blockquote {
      padding-left: 25px !important; } }
  #page-wrap blockquote p {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 28px; }
    @media (max-width: 600px) {
      #page-wrap blockquote p {
        font-size: 16px;
        line-height: 23px; } }
  #page-wrap blockquote cite, #page-wrap blockquote .wp-block-gallery ul figcaption, .wp-block-gallery ul #page-wrap blockquote figcaption {
    max-width: 544px;
    font-size: 14px;
    font-weight: 600;
    font-style: normal !important;
    letter-spacing: 0;
    line-height: 14px; }
  #page-wrap blockquote p, #page-wrap blockquote cite, #page-wrap blockquote .wp-block-gallery ul figcaption, .wp-block-gallery ul #page-wrap blockquote figcaption {
    opacity: 0; }
  #page-wrap blockquote:before {
    opacity: 0;
    content: url(../img/icons/quote_mark.svg);
    position: absolute;
    top: 0;
    left: -42px; }
  #page-wrap blockquote.blockquote-loaded {
    border-left: 18px solid #A0D1CA;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    #page-wrap blockquote.blockquote-loaded:before {
      opacity: 1;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    #page-wrap blockquote.blockquote-loaded p, #page-wrap blockquote.blockquote-loaded cite, #page-wrap blockquote.blockquote-loaded .wp-block-gallery ul figcaption, .wp-block-gallery ul #page-wrap blockquote.blockquote-loaded figcaption {
      opacity: 1;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      -webkit-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s; }

article ul:not(.blocks-gallery-grid):not(.slick-dots) {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0px; }
  article ul:not(.blocks-gallery-grid):not(.slick-dots) li:not(.blocks-gallery-item) {
    padding-bottom: 10px;
    list-style: none;
    padding-left: 27px;
    position: relative; }
    article ul:not(.blocks-gallery-grid):not(.slick-dots) li:not(.blocks-gallery-item):before {
      content: '';
      position: absolute;
      left: 0px;
      top: 10px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: #A0D1CA; }

ol {
  margin: 20px 0;
  padding-left: 18px; }
  ol li {
    padding-bottom: 10px;
    position: relative; }

.blocks-gallery-grid {
  padding: 50px 15px; }

article h2, article #wpmem_login legend, #wpmem_login article legend, article #wpmem_reg legend, #wpmem_reg article legend, article h3, article h4 {
  color: #223C59;
  margin-top: 30px;
  margin-bottom: 20px; }

article p + h2, article #wpmem_login p + legend, #wpmem_login article p + legend, article #wpmem_reg p + legend, #wpmem_reg article p + legend, article p + h3 {
  margin-bottom: 12px; }

article strong {
  font-weight: 700 !important; }

.cover-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  letter-spacing: 0;
  line-height: 24px;
  color: #223C59;
  font-size: 14px;
  font-weight: 600; }
  .post-meta p {
    margin-bottom: 0; }

.corner-category {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 14px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0; }
  .corner-category__inner {
    color: #A0D1CA;
    background-color: #223C59;
    padding: 11px 20px;
    -webkit-transform: rotateZ(90deg) translate(100%);
    -ms-transform: rotate(90deg) translate(100%);
    transform: rotateZ(90deg) translate(100%);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: top right; }

.news-item .meta {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 14px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #223C59;
  background-color: #A0D1CA;
  padding: 11px 20px;
  padding-left: 33px; }
  .news-item .meta:after {
    content: url(../img/icons/author-blue.svg);
    position: absolute;
    left: 10px;
    top: 11px; }
  .news-item .meta--photographer:after {
    content: url(../img/icons/photographer_icon_blue.svg);
    left: 9px;
    top: 8px; }

.video {
  margin: 50px auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83%;
  flex: 0 0 83%;
  max-width: 83%;
  display: block;
  background-size: cover;
  background-position: center;
  position: relative; }
  .video:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%; }
  .video > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .video:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(8.62%, rgba(0, 0, 0, 0.02)), color-stop(16.56%, rgba(0, 0, 0, 0.05)), color-stop(23.93%, rgba(0, 0, 0, 0.12)), color-stop(30.85%, rgba(0, 0, 0, 0.2)), color-stop(37.42%, rgba(0, 0, 0, 0.29)), color-stop(43.77%, rgba(0, 0, 0, 0.39)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(56.23%, rgba(0, 0, 0, 0.61)), color-stop(62.58%, rgba(0, 0, 0, 0.71)), color-stop(69.15%, rgba(0, 0, 0, 0.8)), color-stop(76.07%, rgba(0, 0, 0, 0.88)), color-stop(83.44%, rgba(0, 0, 0, 0.95)), color-stop(91.38%, rgba(0, 0, 0, 0.98)), to(#000000));
    background: -webkit-linear-gradient(top, 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%);
    background: -o-linear-gradient(top, 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%);
    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%); }
  .video > .video__play-button {
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1; }
  .video > .video__title {
    position: absolute;
    bottom: 50px;
    left: 50px;
    top: auto;
    right: auto;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    z-index: 1; }
  .video:hover #play-a {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 15.5s;
    animation-duration: 15.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.image-with-statistic {
  display: block;
  clear: both;
  position: relative;
  margin-bottom: 100px;
  margin-top: 80px;
  margin-left: -15px;
  margin-right: 8%; }
  .image-with-statistic .image-wrapper {
    position: relative; }
    .image-with-statistic .image-wrapper:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 48.63813%; }
    .image-with-statistic .image-wrapper > div {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .image-with-statistic__image {
    height: 120%;
    margin-top: -10%;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat; }
  .image-with-statistic .animate-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83%;
    flex: 0 0 83%;
    max-width: 90%;
    position: relative; }
  .image-with-statistic__stat {
    display: inline-block;
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: 2;
    padding: 50px 30px;
    width: 498px; }
    .image-with-statistic__stat .title--lg {
      font-family: "Nunito Sans", sans-serif;
      letter-spacing: -1.15px;
      text-align: center;
      color: #A0D1CA;
      font-size: 80px;
      line-height: 90px;
      font-weight: 700; }
    .image-with-statistic__stat .title--md, .image-with-statistic__stat h2, .image-with-statistic__stat #wpmem_login legend, #wpmem_login .image-with-statistic__stat legend, .image-with-statistic__stat #wpmem_reg legend, #wpmem_reg .image-with-statistic__stat legend {
      text-align: center;
      color: #A0D1CA;
      margin-bottom: 20px; }
    .image-with-statistic__stat > div:last-of-type {
      position: relative;
      z-index: 2; }
    .image-with-statistic__stat p {
      font-size: 20px;
      letter-spacing: 0;
      line-height: 24px;
      text-align: center;
      color: #fff;
      max-width: 320px;
      margin: auto; }
    @media (max-width: 767px) {
      .image-with-statistic__stat {
        bottom: auto;
        position: relative;
        width: 100%; } }
  @media (max-width: 767px) {
    .image-with-statistic {
      margin-left: 0;
      margin-right: 0; }
      .image-with-statistic .animate-wrapper {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }

.stat-slider-wrapper {
  position: relative; }

.stat-slider {
  background-color: #223C59;
  z-index: 2;
  padding: 67px;
  margin-bottom: 0px !important; }
  .stat-slider .title {
    font-family: "Nunito Sans", sans-serif;
    font-size: 90px;
    letter-spacing: -1.15px;
    line-height: 96px;
    text-align: center;
    color: #A0D1CA;
    margin-bottom: 10px;
    font-weight: 700; }
    @media (max-width: 1190px) {
      .stat-slider .title {
        font-size: 90px; } }
    @media (max-width: 700px) {
      .stat-slider .title {
        font-size: 70px;
        line-height: 70px; } }
  .stat-slider p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    color: #fff;
    max-width: 320px;
    margin: auto; }
    @media (max-width: 700px) {
      .stat-slider p {
        font-size: 18px;
        line-height: 21px; } }
  @media (max-width: 768px) {
    .stat-slider {
      padding: 35px 30px; } }

.home .grid-block p > a, .home .grid-block .intro > a {
  color: #223C59;
  border-bottom: 1px solid #223C59;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .home .grid-block p > a:hover, .home .grid-block .intro > a:hover {
    color: #223C59;
    border-bottom: 1px solid #A0D1CA;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

@media (min-width: 1025px) {
  .home .grid-block--2 .animate-wrapper--research {
    max-width: 400px; } }

@media (min-width: 1025px) {
  .home .grid-block--2 .teaser--community {
    margin-top: 60px; } }

.home .grid-block--2 .intro .button, .home .grid-block--2 .intro .post-password-form input[type="submit"], .post-password-form .home .grid-block--2 .intro input[type="submit"], .home .grid-block--2 .intro #wpmem_login .buttons, #wpmem_login .home .grid-block--2 .intro .buttons, .home .grid-block--2 .intro #wpmem_reg .buttons, #wpmem_reg .home .grid-block--2 .intro .buttons {
  display: none; }

@media (max-width: 1000px) and (min-width: 767px) {
  .home .grid-block--2 > .container > .row:not(.neg-marg-top) > div {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-left: 0; }
  .home .grid-block--2 .neg-marg-top .col-md-3 {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; } }

.grid-block--1 .stat-slider {
  width: 100%; }

.grid-block--1 .off-screen--fade-up {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s; }

.grid-block--1 .stat-slider-wrapper {
  position: relative; }
  @media (min-width: 1025px) {
    .grid-block--1 .stat-slider-wrapper {
      margin-top: -100px; } }
  @media (max-width: 767px) {
    .grid-block--1 .stat-slider-wrapper {
      margin-top: 0px; } }

.grid-block--1 .teaser--community {
  height: 100%;
  display: block;
  height: 100%;
  margin-top: 30px; }
  .grid-block--1 .teaser--community .js-image-move {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  @media (max-width: 1087px) {
    .grid-block--1 .teaser--community {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .grid-block--1 .teaser--community {
      margin-bottom: 30px; } }

.grid-block--1 .blogs-reader {
  margin-top: 89px; }
  @media (max-width: 1087px) {
    .grid-block--1 .blogs-reader {
      margin-top: 30px; } }

@media (max-width: 1087px) {
  .grid-block--1 {
    margin-top: 30px; } }

@media (max-width: 600px) {
  .grid-block--1 {
    margin-top: 0px; }
    .grid-block--1 .stat-slider-wrapper {
      margin: 0 -30px;
      width: calc(100% + 60px); } }

.grid-block--2 {
  margin-top: 140px; }
  .grid-block--2 .title--xl2, .grid-block--2 h1 {
    margin-bottom: 40px; }
    @media (max-width: 1087px) {
      .grid-block--2 .title--xl2, .grid-block--2 h1 {
        margin-bottom: 20px; } }
  .grid-block--2 .off-screen--fade-up--1 {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .grid-block--2 .off-screen--fade-up--2 {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  .grid-block--2 .button, .grid-block--2 .post-password-form input[type="submit"], .post-password-form .grid-block--2 input[type="submit"], .grid-block--2 #wpmem_login .buttons, #wpmem_login .grid-block--2 .buttons, .grid-block--2 #wpmem_reg .buttons, #wpmem_reg .grid-block--2 .buttons {
    margin-top: 30px; }
  @media (max-width: 1087px) {
    .grid-block--2 {
      margin-top: 50px; }
      .grid-block--2 .animate-wrapper {
        margin-top: 30px; } }

.grid-block--3 {
  margin-top: 130px; }
  @media (max-width: 1087px) {
    .grid-block--3 {
      margin-top: 30px; } }
  @media (max-width: 1000px) and (min-width: 767px) {
    .grid-block--3 > .container > .row > div {
      width: 100%;
      max-width: 100%;
      -webkit-box-flex: 100%;
      -ms-flex: 100%;
      flex: 100%;
      margin-left: 0; }
    .grid-block--3 .photo-teaser-wrapper {
      margin: 30px 0; }
    .grid-block--3 .col-md-6 {
      padding-left: 15px;
      padding-right: 15px; }
    .grid-block--3 .col-md-5 {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .grid-block--3 .fade-in--2 {
      width: calc(50% - 15px); }
      .grid-block--3 .fade-in--2 .image-teaser:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 95.85542%; }
    .grid-block--3 .fade-in--4 {
      width: calc(50% - 15px); }
      .grid-block--3 .fade-in--4 .instagram-feed {
        margin: auto; } }

.grid-block--4 {
  margin: 0 -15px;
  padding: 140px 15px; }
  .grid-block--4 .intro {
    max-width: 446px; }
  .grid-block--4 img {
    max-width: none;
    margin-left: -16%;
    width: calc(100% + 16%); }
  .grid-block--4 .animate-wrapper--research {
    margin-top: 12px;
    margin-left: 16%; }
  .grid-block--4 .stat-slider-wrapper {
    margin-top: 86px;
    margin-left: calc(-16% - 13px);
    max-width: 498px; }

.grid-block .neg-marg-top {
  margin-top: 20px; }
  @media (max-width: 768px) {
    .grid-block .neg-marg-top {
      margin-top: 30px; } }

.page-id-14 .grid-block--3 {
  padding: 120px 15px;
  margin-left: -15px;
  margin-right: -15px; }
  .page-id-14 .grid-block--3 .title--xl {
    color: #A0D1CA; }
  .page-id-14 .grid-block--3 p {
    color: #fff; }
  .page-id-14 .grid-block--3 .large-first-letter::first-letter {
    color: #fff; }
  .page-id-14 .grid-block--3 .pillar {
    background-color: #A0D1CA !important; }
  .page-id-14 .grid-block--3 .corner-category__inner {
    background-color: #A0D1CA;
    color: #223C59; }
  .page-id-14 .grid-block--3 .stat-slider {
    background-color: #A0D1CA; }
    .page-id-14 .grid-block--3 .stat-slider .title {
      color: #223C59; }
    .page-id-14 .grid-block--3 .stat-slider p {
      color: black; }
  .page-id-14 .grid-block--3 .slick-dots li button {
    background-color: transparent; }
    .page-id-14 .grid-block--3 .slick-dots li button:before {
      border: 1px solid #223C59; }
  .page-id-14 .grid-block--3 .slick-dots li.active button:before {
    background-color: #223C59; }
  .page-id-14 .grid-block--3 .teaser--post {
    margin-top: 70px;
    margin-left: 0px;
    width: 100%; }
    @media (min-width: 1100px) {
      .page-id-14 .grid-block--3 .teaser--post {
        width: calc(100% + 17% + 37px);
        margin-right: -37px;
        float: right;
        right: -17%; } }
    .page-id-14 .grid-block--3 .teaser--post .title--sm, .page-id-14 .grid-block--3 .teaser--post h3 {
      color: #A0D1CA; }
  .page-id-14 .grid-block--3 .teaser--community {
    margin-top: 100px;
    padding-bottom: 70%; }
    .page-id-14 .grid-block--3 .teaser--community .pillar {
      background-color: #A0D1CA; }
  .page-id-14 .grid-block--3 .stat-slider-wrapper {
    margin-top: 17px; }
    .page-id-14 .grid-block--3 .stat-slider-wrapper .pillar {
      background-color: #A0D1CA; }
  .page-id-14 .grid-block--3 .slick-dots li button {
    background-color: transparent; }
    .page-id-14 .grid-block--3 .slick-dots li button:before {
      border: 1px solid #A0D1CA; }
  .page-id-14 .grid-block--3 .slick-dots li.active button:before {
    background-color: #A0D1CA; }
  @media (max-width: 991px) and (min-width: 767px) {
    .page-id-14 .grid-block--3 .fade-in--2, .page-id-14 .grid-block--3 .stat-slider-wrapper {
      max-width: 50%;
      display: inline-block;
      height: 100%;
      margin-top: 0; }
      .page-id-14 .grid-block--3 .fade-in--2 .slick-track, .page-id-14 .grid-block--3 .fade-in--2 .slick-slide, .page-id-14 .grid-block--3 .fade-in--2 .slick-list, .page-id-14 .grid-block--3 .fade-in--2 .slick-slider, .page-id-14 .grid-block--3 .stat-slider-wrapper .slick-track, .page-id-14 .grid-block--3 .stat-slider-wrapper .slick-slide, .page-id-14 .grid-block--3 .stat-slider-wrapper .slick-list, .page-id-14 .grid-block--3 .stat-slider-wrapper .slick-slider {
        height: 100%; }
      .page-id-14 .grid-block--3 .fade-in--2 .teaser--community, .page-id-14 .grid-block--3 .stat-slider-wrapper .teaser--community {
        max-height: none;
        height: 100%;
        margin-top: 30px; }
      .page-id-14 .grid-block--3 .fade-in--2 .slick-slide, .page-id-14 .grid-block--3 .stat-slider-wrapper .slick-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  @media (max-width: 767px) {
    .page-id-14 .grid-block--3 .stat-slider-wrapper {
      margin-top: 30px; } }

@media (max-width: 991px) and (min-width: 767px) {
  .page-id-14 .grid-block--2 .stat-slider-wrapper {
    margin-left: 0;
    width: 100%;
    display: inline-block;
    height: 100%;
    margin-top: 60px; }
    .page-id-14 .grid-block--2 .stat-slider-wrapper .slick-track, .page-id-14 .grid-block--2 .stat-slider-wrapper .slick-slide, .page-id-14 .grid-block--2 .stat-slider-wrapper .slick-list, .page-id-14 .grid-block--2 .stat-slider-wrapper .slick-slider {
      height: 100%; }
  .page-id-14 .grid-block--2 .teaser--community {
    max-height: none;
    height: 100%;
    margin-top: 30px; }
  .page-id-14 .grid-block--2 .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media (max-width: 767px) {
  .page-id-14 .grid-block--2 .stat-slider-wrapper {
    margin-top: 30px;
    margin-left: 0 !important; } }

.page-id-14 section {
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }
  .page-id-14 section.fade-in-section {
    opacity: 1;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .page-id-14 section:nth-of-type(2) .teaser--community {
    margin-top: 15px; }
    @media (max-width: 991px) {
      .page-id-14 section:nth-of-type(2) .teaser--community {
        margin-top: 30px; } }
  .page-id-14 section:nth-of-type(2) .stat-slider-wrapper {
    margin-left: -14px; }

@media (max-width: 991px) {
  .page-id-14 .grid-block--4 .animate-wrapper--research {
    margin-top: 30px;
    margin-left: 0%; }
  .page-id-14 .grid-block--4 img {
    max-width: none;
    margin-left: -0%;
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .page-id-14 .grid-block--4 .col-lg-5 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .page-id-14 .grid-block--4 .stat-slider-wrapper {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px; } }

.author-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px; }
  .author-card__image img {
    width: 48px;
    height: 48px;
    border-radius: 50%; }
  .author-card__content {
    width: calc(100% - 55px);
    margin-left: 10px; }
    .author-card__content p {
      font-size: 14px;
      letter-spacing: 0;
      line-height: 17px;
      margin: 0; }

.teaser-button-wrapper {
  margin-top: 72px; }
  @media (max-width: 1087px) {
    .teaser-button-wrapper {
      margin-top: 30px; } }

.teaser-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  z-index: 1;
  position: relative; }
  .teaser-button .title {
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    color: #A0D1CA;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.25px;
    line-height: 26px; }
  .teaser-button .button, .teaser-button .post-password-form input[type="submit"], .post-password-form .teaser-button input[type="submit"], .teaser-button #wpmem_login .buttons, #wpmem_login .teaser-button .buttons, .teaser-button #wpmem_reg .buttons, #wpmem_reg .teaser-button .buttons {
    margin-right: 0; }
  @media (max-width: 900px) and (min-width: 767px) {
    .teaser-button {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .teaser-button .button, .teaser-button .post-password-form input[type="submit"], .post-password-form .teaser-button input[type="submit"], .teaser-button #wpmem_login .buttons, #wpmem_login .teaser-button .buttons, .teaser-button #wpmem_reg .buttons, #wpmem_reg .teaser-button .buttons {
        margin-top: 20px; } }

.instagram-feed {
  text-align: right;
  margin-top: 106px; }
  .instagram-feed video {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .instagram-feed > a {
    display: inline-block;
    z-index: 1;
    position: relative;
    width: calc(50% - 10px);
    margin-right: 10px; }
    .instagram-feed > a:hover p {
      opacity: 1;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .instagram-feed > a:hover .shadow {
      opacity: 0.5;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .instagram-feed > a div {
      position: relative;
      padding-bottom: 100%;
      background-size: cover;
      background-position: center;
      white-space: normal; }
      .instagram-feed > a div:before {
        content: url(../img/social/insta_menu_icon.svg);
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 2; }
      .instagram-feed > a div p {
        position: absolute;
        color: #fff;
        bottom: 20px;
        left: 30px;
        right: 30px;
        opacity: 0;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        padding-right: 20px;
        font-size: 1rem;
        text-align: left;
        line-height: 1.2;
        z-index: 3; }
  .instagram-feed .error-message {
    text-align: left;
    /* margin-bottom: 200px; */
    padding: 20px;
    background: #d7d7d7; }
    .instagram-feed .error-message a {
      display: inline;
      color: #223C59; }
  .instagram-feed .shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 3; }
  @media (max-width: 768px) {
    .instagram-feed {
      margin-bottom: 30px; } }

.video-teaser {
  margin: auto;
  text-align: center; }
  .video-teaser p {
    color: #223C59;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center; }
  .video-teaser video {
    width: calc(100% + 1px); }

.photo-teaser-wrapper {
  margin-left: -12%;
  margin-top: 70px;
  width: 147%; }
  @media (max-width: 1068px) {
    .photo-teaser-wrapper {
      margin-left: 0;
      width: auto; } }

.photo-teaser {
  width: 100%;
  position: relative;
  padding: 55px 50px;
  background-color: #223C59;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .photo-teaser div {
    position: relative;
    z-index: 1;
    width: 50%; }
    .photo-teaser div:last-of-type {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media (max-width: 767px) {
        .photo-teaser div:last-of-type {
          display: block;
          margin-top: 20px; } }
    @media (max-width: 767px) {
      .photo-teaser div {
        width: 100%; } }
  @media (max-width: 767px) {
    .photo-teaser {
      display: block;
      padding: 30px; } }
  .photo-teaser .title {
    color: #A0D1CA;
    margin-top: 0;
    margin-bottom: 10px;
    max-width: 221px; }
  .photo-teaser p {
    color: #fff;
    max-width: 266px; }
  .photo-teaser .intro {
    margin-top: 64px;
    max-width: 194px;
    line-height: 28px;
    margin-bottom: 0; }
  .photo-teaser:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/wp-content/uploads/2020/04/college_collection@2x.png");
    background-position: center;
    background-size: cover; }
  .photo-teaser--resources:before {
    background-image: url("/wp-content/uploads/sites/5/2020/06/digital_resources@2x.png"); }
  .photo-teaser--catalogue:before {
    background-image: url("/wp-content/uploads/sites/5/2020/06/catalogue_image@2x.png"); }
  .photo-teaser--resources div, .photo-teaser--catalogue div {
    width: 100%; }
    .photo-teaser--resources div:last-of-type, .photo-teaser--catalogue div:last-of-type {
      display: block; }
    .photo-teaser--resources div .title, .photo-teaser--resources div p, .photo-teaser--catalogue div .title, .photo-teaser--catalogue div p {
      max-width: 400px; }

.pull-out {
  padding: 42px 55px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  color: #223C59; }

.references {
  width: 80%;
  margin-left: 10%;
  margin-top: 60px;
  padding: 62px 100px;
  background-color: #EFF3F0; }
  .references .title {
    font-family: "Nunito Sans", sans-serif;
    margin-top: 0px; }
  @media (max-width: 787px) {
    .references {
      padding: 30px;
      width: 100%;
      margin-left: 0; } }

.contact-banner {
  position: relative;
  margin: 0 -15px;
  background-image: url("/wp-content/uploads/2020/05/contact-Banner_v2@2x.png");
  background-position: top;
  background-size: 100% auto;
  padding-top: 145px;
  padding-bottom: 260px;
  background-repeat: no-repeat; }
  .contact-banner a[href^="tel"] {
    color: #fff;
    /* Inherit text color of parent element. */ }
  .contact-banner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 60, 89, 0)), color-stop(8.62%, rgba(34, 60, 89, 0.02)), color-stop(16.56%, rgba(34, 60, 89, 0.05)), color-stop(23.93%, rgba(34, 60, 89, 0.12)), color-stop(30.85%, rgba(34, 60, 89, 0.2)), color-stop(37.42%, rgba(34, 60, 89, 0.29)), color-stop(43.77%, rgba(34, 60, 89, 0.39)), color-stop(50%, rgba(34, 60, 89, 0.5)), color-stop(56.23%, rgba(34, 60, 89, 0.61)), color-stop(62.58%, rgba(34, 60, 89, 0.71)), color-stop(69.15%, rgba(34, 60, 89, 0.8)), color-stop(76.07%, rgba(34, 60, 89, 0.88)), color-stop(83.44%, rgba(34, 60, 89, 0.95)), color-stop(91.38%, rgba(34, 60, 89, 0.98)), to(#223C59));
    background: -webkit-linear-gradient(top, rgba(34, 60, 89, 0) 0%, rgba(34, 60, 89, 0.02) 8.62%, rgba(34, 60, 89, 0.05) 16.56%, rgba(34, 60, 89, 0.12) 23.93%, rgba(34, 60, 89, 0.2) 30.85%, rgba(34, 60, 89, 0.29) 37.42%, rgba(34, 60, 89, 0.39) 43.77%, rgba(34, 60, 89, 0.5) 50%, rgba(34, 60, 89, 0.61) 56.23%, rgba(34, 60, 89, 0.71) 62.58%, rgba(34, 60, 89, 0.8) 69.15%, rgba(34, 60, 89, 0.88) 76.07%, rgba(34, 60, 89, 0.95) 83.44%, rgba(34, 60, 89, 0.98) 91.38%, #223C59 100%);
    background: -o-linear-gradient(top, rgba(34, 60, 89, 0) 0%, rgba(34, 60, 89, 0.02) 8.62%, rgba(34, 60, 89, 0.05) 16.56%, rgba(34, 60, 89, 0.12) 23.93%, rgba(34, 60, 89, 0.2) 30.85%, rgba(34, 60, 89, 0.29) 37.42%, rgba(34, 60, 89, 0.39) 43.77%, rgba(34, 60, 89, 0.5) 50%, rgba(34, 60, 89, 0.61) 56.23%, rgba(34, 60, 89, 0.71) 62.58%, rgba(34, 60, 89, 0.8) 69.15%, rgba(34, 60, 89, 0.88) 76.07%, rgba(34, 60, 89, 0.95) 83.44%, rgba(34, 60, 89, 0.98) 91.38%, #223C59 100%);
    background: linear-gradient(180deg, rgba(34, 60, 89, 0) 0%, rgba(34, 60, 89, 0.02) 8.62%, rgba(34, 60, 89, 0.05) 16.56%, rgba(34, 60, 89, 0.12) 23.93%, rgba(34, 60, 89, 0.2) 30.85%, rgba(34, 60, 89, 0.29) 37.42%, rgba(34, 60, 89, 0.39) 43.77%, rgba(34, 60, 89, 0.5) 50%, rgba(34, 60, 89, 0.61) 56.23%, rgba(34, 60, 89, 0.71) 62.58%, rgba(34, 60, 89, 0.8) 69.15%, rgba(34, 60, 89, 0.88) 76.07%, rgba(34, 60, 89, 0.95) 83.44%, rgba(34, 60, 89, 0.98) 91.38%, #223C59 100%); }
  .contact-banner .title {
    color: #A0D1CA; }
    .contact-banner .title--lg {
      margin-bottom: 60px;
      font-size: 48px;
      line-height: 54px; }
      @media (max-width: 700px) {
        .contact-banner .title--lg {
          font-size: 34px;
          line-height: 38px; } }
  .contact-banner h3 {
    font-family: "Nunito Sans", sans-serif;
    margin-top: 0px; }
  .contact-banner hr {
    border-top: 1px solid #A0D1CA; }
  .contact-banner p {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 29px;
    color: #fff;
    margin-bottom: 37px; }
  .contact-banner #breadcrumbs a {
    color: #fff; }
    .contact-banner #breadcrumbs a:before {
      background: transparent; }
  .contact-banner .breadcrumbs-separator {
    border: solid rgba(255, 255, 255, 0.5);
    border-width: 0 1.5px 1.5px 0; }
  @media (max-width: 1024px) {
    .contact-banner #breadcrumbs {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      position: relative;
      margin-bottom: 0;
      top: auto;
      left: 15px; } }
  .contact-banner .c-scrolldown {
    height: none;
    width: none;
    bottom: 100px;
    right: auto;
    left: 62px; }
    .contact-banner .c-scrolldown .c-line {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(top, #fff 50%, rgba(255, 255, 255, 0) 50%);
      background: -o-linear-gradient(top, #fff 50%, rgba(255, 255, 255, 0) 50%);
      background: linear-gradient(to bottom, #fff 50%, rgba(255, 255, 255, 0) 50%);
      background-position: 0 -150px;
      background-size: 100% 200%;
      height: 150px;
      margin: 0 0px 0 8px;
      width: 1px; }
    @media (max-width: 1100px) {
      .contact-banner .c-scrolldown {
        /* display: none; */
        position: absolute;
        right: 50px;
        bottom: 369px;
        left: auto; } }
    @media (max-width: 800px) {
      .contact-banner .c-scrolldown {
        display: none; } }
  .contact-banner small {
    color: #A0D1CA;
    font-weight: 600;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
  @media (max-width: 768px) {
    .contact-banner {
      padding-bottom: 30px; }
      .contact-banner:after {
        display: none; } }

.page-id-40 .contact-banner {
  background-image: url("/wp-content/uploads/sites/5/2020/08/contact-details-bg-edit-collections.jpg"); }

.contacts-list p, .contacts-list a {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 10px; }

.contacts-list a {
  color: #fff !important; }
  .contacts-list a:before {
    opacity: 1; }

.contacts-list h4 {
  margin-top: 0; }

.contacts-list__item {
  margin-bottom: 26px; }

@media (max-width: 768px) {
  .contacts-list {
    margin-top: 30px; } }

.aims-ethos--banner {
  height: 100vh;
  position: relative;
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 1024px) {
    .aims-ethos--banner {
      height: auto; } }
  @media (max-width: 1025px) {
    .aims-ethos--banner #breadcrumbs {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      position: relative;
      font-weight: bold;
      font-size: 13px;
      color: rgba(35, 60, 89, 0.5);
      top: 0;
      left: 0; } }
  .aims-ethos--banner .container {
    padding: 133px 0; }
    @media (min-width: 1025px) {
      .aims-ethos--banner .container {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100vh; } }
    @media (max-width: 1024px) {
      .aims-ethos--banner .container {
        position: relative;
        padding-top: 200px;
        height: auto; } }
    @media (max-width: 767px) {
      .aims-ethos--banner .container {
        padding: 133px 20px; } }
    .aims-ethos--banner .container ul {
      margin-right: 60px; }
      @media (max-width: 991px) {
        .aims-ethos--banner .container ul {
          margin-bottom: 0 !important; } }
      @media (max-width: 700px) {
        .aims-ethos--banner .container ul {
          margin-right: 0px; } }
  .aims-ethos--banner li, .aims-ethos--banner p {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px; }
  .aims-ethos--banner li:before {
    left: 0px;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 0 !important;
    background-color: white !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .aims-ethos--banner li {
    margin-bottom: 15px; }
  .aims-ethos--banner .title--lg {
    margin-bottom: 23px;
    margin-top: 115px; }
    @media (max-width: 1025px) {
      .aims-ethos--banner .title--lg {
        margin-top: 71px; } }
    @media (max-width: 767px) {
      .aims-ethos--banner .title--lg {
        margin-top: -25px; } }
  .aims-ethos--banner .title--shadow {
    top: 0;
    position: absolute;
    right: 0; }
    @media (max-width: 767px) {
      .aims-ethos--banner .title--shadow {
        position: relative; } }
  .aims-ethos--banner a.button, .aims-ethos--banner #wpmem_login a.buttons, #wpmem_login .aims-ethos--banner a.buttons, .aims-ethos--banner #wpmem_reg a.buttons, #wpmem_reg .aims-ethos--banner a.buttons {
    padding-right: 40px; }
    .aims-ethos--banner a.button:after, .aims-ethos--banner #wpmem_login a.buttons:after, #wpmem_login .aims-ethos--banner a.buttons:after, .aims-ethos--banner #wpmem_reg a.buttons:after, #wpmem_reg .aims-ethos--banner a.buttons:after {
      content: "";
      position: absolute;
      top: 27px;
      right: 25px;
      border: solid #223C59;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 3px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .aims-ethos--banner a.button:hover:after, .aims-ethos--banner #wpmem_login a.buttons:hover:after, #wpmem_login .aims-ethos--banner a.buttons:hover:after, .aims-ethos--banner #wpmem_reg a.buttons:hover:after, #wpmem_reg .aims-ethos--banner a.buttons:hover:after {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      border: solid #A0D1CA;
      border-width: 0 2px 2px 0; }

.aims-ethos--6 {
  margin: 89px 0;
  position: relative; }
  .aims-ethos--6 .title--shadow {
    margin-left: 16%;
    white-space: nowrap; }
  .aims-ethos--6 img {
    position: absolute;
    top: 120px;
    left: -15px;
    max-width: 460px;
    height: auto;
    z-index: 1;
    width: 150%;
    margin-left: calc(-50% - 22px); }
    @media (max-width: 1025px) {
      .aims-ethos--6 img {
        top: 75px; } }
    @media (max-width: 767px) {
      .aims-ethos--6 img {
        position: relative;
        top: auto;
        left: auto;
        margin-left: 0;
        width: 100%; } }
  .aims-ethos--6 .title--shadow {
    text-align: left;
    margin-bottom: 89px;
    position: absolute;
    left: 0;
    top: 0; }
    @media (max-width: 767px) {
      .aims-ethos--6 .title--shadow {
        position: relative;
        margin-bottom: 0; } }
    @media (max-width: 414px) {
      .aims-ethos--6 .title--shadow {
        margin-left: -20%; } }
  .aims-ethos--6 .col-md-8 {
    margin-top: 249px; }
    @media (max-width: 1025px) {
      .aims-ethos--6 .col-md-8 {
        margin-top: 150px; } }
    @media (max-width: 767px) {
      .aims-ethos--6 .col-md-8 {
        margin-top: 30px; } }

.aims-ethos--1 {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  height: 100vh; }
  .aims-ethos--1 .breadcrumbs-mob {
    display: none; }
  .aims-ethos--1 .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    padding: 200px 0; }
    @media (max-width: 768px) {
      .aims-ethos--1 .container {
        height: auto; } }
  .aims-ethos--1 .title {
    font-size: 48px;
    line-height: 54px; }
    @media (max-width: 1025px) {
      .aims-ethos--1 .title {
        font-size: 38px;
        line-height: 40px; } }
    @media (max-width: 767px) {
      .aims-ethos--1 .title {
        font-size: 25px;
        line-height: 28px;
        margin: 30px; } }
  .aims-ethos--1 .breadcrumbs-separator {
    border: solid rgba(35, 60, 89, 0.5);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 2px;
    margin: 0 6px 1px 3px; }
  .aims-ethos--1 .text-mobile {
    display: none; }
  @media (max-width: 1090px) {
    .aims-ethos--1 .breadcrumbs-desk {
      display: none; }
    .aims-ethos--1 .breadcrumbs-mob {
      display: block; }
    .aims-ethos--1 .text-desktop {
      display: none; }
    .aims-ethos--1 .text-mobile {
      display: block; } }
  @media (max-width: 1090px) {
    .aims-ethos--1 #breadcrumbs {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      position: relative;
      font-weight: bold;
      font-size: 13px;
      color: rgba(35, 60, 89, 0.5);
      top: 0;
      left: 0; } }
  @media (max-width: 767px) {
    .aims-ethos--1 #breadcrumbs {
      left: 30px; } }

@media (max-width: 991px) {
  .page-id-14 .grid-block--2 .col-lg-5:first-of-type {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

@media (max-width: 991px) {
  .page-id-14 .grid-block--3 .teaser--post {
    width: 100%;
    margin: 0;
    float: none;
    right: auto; }
  .page-id-14 .grid-block--3 .teaser--community {
    margin-top: 30px; } }

.blog-slider p.intro {
  max-width: 484px;
  margin: 20px 0 50px; }
  @media (max-width: 767px) {
    .blog-slider p.intro {
      max-width: 70%; } }

.blog-slider h2, .blog-slider #wpmem_login legend, #wpmem_login .blog-slider legend, .blog-slider #wpmem_reg legend, #wpmem_reg .blog-slider legend {
  font-family: "Nunito Sans", sans-serif; }

.blog-slider__slides {
  width: calc(114%); }
  .blog-slider__slides .slick-list {
    padding: 0 16% 0 0; }
  .blog-slider__slides .teaser--post {
    padding-top: 40px;
    margin-left: 0;
    width: 100%;
    margin-right: 10px; }
  .blog-slider__slides .slick-slide {
    margin-right: 10px; }

.news-and-event {
  margin: 117px 0;
  position: relative; }
  .news-and-event .photo-teaser {
    margin-top: 70px;
    display: block;
    margin-bottom: 30px; }
    .news-and-event .photo-teaser > div {
      width: 100%; }
  .news-and-event .news-item__content {
    margin-left: -15px;
    padding: 50px; }
    .news-and-event .news-item__content .title {
      margin-bottom: 40px; }
  .news-and-event__texture {
    height: 300px;
    width: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0; }
  @media (max-width: 767px) {
    .news-and-event {
      margin: 60px 0; } }

.footer-banner {
  background-color: #A0D1CA;
  padding: 40px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-banner .title {
    margin: 0;
    font-family: "Nunito Sans", sans-serif; }
  @media (max-width: 700px) {
    .footer-banner {
      padding: 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; }
      .footer-banner .button, .footer-banner .post-password-form input[type="submit"], .post-password-form .footer-banner input[type="submit"], .footer-banner #wpmem_login .buttons, #wpmem_login .footer-banner .buttons, .footer-banner #wpmem_reg .buttons, #wpmem_reg .footer-banner .buttons {
        margin-top: 20px; } }

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .columns {
      display: block; } }
  .columns > div {
    width: calc(50% - 15px); }
    @media (max-width: 767px) {
      .columns > div {
        width: 100%; } }
  .columns__pullout {
    max-width: 321px;
    float: right;
    padding: 30px; }
    .columns__pullout h2, .columns__pullout #wpmem_login legend, #wpmem_login .columns__pullout legend, .columns__pullout #wpmem_reg legend, #wpmem_reg .columns__pullout legend, .columns__pullout h3 {
      margin-top: 0; }
    .columns__pullout .button, .columns__pullout .post-password-form input[type="submit"], .post-password-form .columns__pullout input[type="submit"], .columns__pullout #wpmem_login .buttons, #wpmem_login .columns__pullout .buttons, .columns__pullout #wpmem_reg .buttons, #wpmem_reg .columns__pullout .buttons {
      width: 100%;
      text-align: center; }

.child-pages-strip {
  margin: 0 15px; }
  @media (min-width: 800px) {
    .child-pages-strip:not(.child-pages-strip--background) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: -60px;
      margin-right: -60px;
      margin-left: 8.33333%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
      max-width: 83.33333%; } }
  @media (min-width: 768px) {
    .child-pages-strip:not(.child-pages-strip--background) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .child-pages-strip__item {
    background-color: #A0D1CA;
    margin: 0px 30px 60px;
    padding: 50px 60px; }
    .child-pages-strip__item .title {
      margin-top: 0px; }
    .child-pages-strip__item .button, .child-pages-strip__item .post-password-form input[type="submit"], .post-password-form .child-pages-strip__item input[type="submit"], .child-pages-strip__item #wpmem_login .buttons, #wpmem_login .child-pages-strip__item .buttons, .child-pages-strip__item #wpmem_reg .buttons, #wpmem_reg .child-pages-strip__item .buttons {
      margin-top: 10px;
      padding: 15px 55px; }
    @media (max-width: 800px) {
      .child-pages-strip__item {
        margin: 0;
        padding: 30px; } }
  @media (min-width: 1025px) {
    .child-pages-strip > div {
      width: 65%; } }
  @media (max-width: 1025px) {
    .child-pages-strip > div {
      width: calc(50% - 15px); } }
  @media (max-width: 991px) {
    .child-pages-strip > div > div {
      margin-bottom: 30px; } }
  .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item {
    background-color: #223C59; }
    .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item .title {
      color: #A0D1CA; }
    .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item p {
      color: #fff; }
    .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item .button, .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item .post-password-form input[type="submit"], .post-password-form .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item input[type="submit"], .gform_wrapper .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item .button, .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item #wpmem_login .buttons, #wpmem_login .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item .buttons, .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item #wpmem_reg .buttons, #wpmem_reg .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item .buttons {
      background-color: #A0D1CA;
      color: #223C59;
      border: 0px; }
      .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item .button:before, .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item .post-password-form input[type="submit"]:before, .post-password-form .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item input[type="submit"]:before, .gform_wrapper .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item .button:before, .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item #wpmem_login .buttons:before, #wpmem_login .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item .buttons:before, .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item #wpmem_reg .buttons:before, #wpmem_reg .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item .buttons:before {
        content: '';
        background-color: #88bbb4; }
      .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item .button:hover, .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item .post-password-form input:hover[type="submit"], .post-password-form .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item input:hover[type="submit"], .gform_wrapper .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item .button:hover, .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item #wpmem_login .buttons:hover, #wpmem_login .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item .buttons:hover, .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item #wpmem_reg .buttons:hover, #wpmem_reg .child-pages-strip > div:nth-of-type(odd) > div:first-of-type .child-pages-strip__item .buttons:hover {
        color: #223C59; }
  @media (min-width: 1025px) {
    .child-pages-strip > div:nth-of-type(even) {
      width: 35%; } }
  @media (min-width: 991px) {
    .child-pages-strip > div:nth-of-type(even) {
      width: calc(50% - 15px); } }
  .child-pages-strip > div:nth-of-type(even) .child-pages-strip__item {
    padding: 40px 45px; }
  .child-pages-strip > div:nth-of-type(even) > div:last-of-type .child-pages-strip__item {
    background-color: #223C59; }
    .child-pages-strip > div:nth-of-type(even) > div:last-of-type .child-pages-strip__item .title {
      color: #A0D1CA; }
    .child-pages-strip > div:nth-of-type(even) > div:last-of-type .child-pages-strip__item p {
      color: #fff; }
    .child-pages-strip > div:nth-of-type(even) > div:last-of-type .child-pages-strip__item .button, .child-pages-strip > div:nth-of-type(even) > div:last-of-type .child-pages-strip__item .post-password-form input[type="submit"], .post-password-form .child-pages-strip > div:nth-of-type(even) > div:last-of-type .child-pages-strip__item input[type="submit"], .gform_wrapper .child-pages-strip > div:nth-of-type(even) > div:last-of-type .child-pages-strip__item .button, .child-pages-strip > div:nth-of-type(even) > div:last-of-type .child-pages-strip__item #wpmem_login .buttons, #wpmem_login .child-pages-strip > div:nth-of-type(even) > div:last-of-type .child-pages-strip__item .buttons, .child-pages-strip > div:nth-of-type(even) > div:last-of-type .child-pages-strip__item #wpmem_reg .buttons, #wpmem_reg .child-pages-strip > div:nth-of-type(even) > div:last-of-type .child-pages-strip__item .buttons {
      background-color: #A0D1CA;
      color: #223C59;
      border: 0px; }
  .child-pages-strip--background {
    margin-left: 0 !important;
    margin-bottom: 100px; }
    .child-pages-strip--background .container-fluid, .child-pages-strip--background .container-sm, .child-pages-strip--background .container-md, .child-pages-strip--background .container-lg, .child-pages-strip--background .container-xl {
      width: 100%; }
      @media (min-width: 991px) {
        .child-pages-strip--background .container-fluid, .child-pages-strip--background .container-sm, .child-pages-strip--background .container-md, .child-pages-strip--background .container-lg, .child-pages-strip--background .container-xl {
          padding-top: 150px;
          width: calc(100% - 124px) !important;
          margin: 0 64px !important; } }
    .child-pages-strip--background .teaser {
      max-width: 100%;
      padding-bottom: 62%;
      max-height: unset;
      margin-bottom: 30px; }
      .child-pages-strip--background .teaser .title {
        font-family: "Nunito Sans", sans-serif; }
      .child-pages-strip--background .teaser__video {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 4; }
        .child-pages-strip--background .teaser__video video {
          position: absolute;
          left: 0;
          top: 0;
          min-width: 100%;
          min-height: 100%; }
    @media (min-width: 991px) {
      .child-pages-strip--background .col-lg-6:not(:nth-of-type(2)) {
        margin-top: -150px; } }
    @media (min-width: 1480px) {
      .child-pages-strip--background {
        width: 100% !important;
        max-width: 100% !important; } }

.image-teaser {
  position: relative;
  background-size: cover;
  background-position: center;
  padding-bottom: 100.85542%;
  overflow: hidden;
  max-height: 400px; }
  .image-teaser:after {
    z-index: 3;
    content: "";
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(8.62%, rgba(0, 0, 0, 0.02)), color-stop(16.56%, rgba(0, 0, 0, 0.05)), color-stop(23.93%, rgba(0, 0, 0, 0.12)), color-stop(30.85%, rgba(0, 0, 0, 0.2)), color-stop(37.42%, rgba(0, 0, 0, 0.29)), color-stop(43.77%, rgba(0, 0, 0, 0.39)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(56.23%, rgba(0, 0, 0, 0.61)), color-stop(62.58%, rgba(0, 0, 0, 0.71)), color-stop(69.15%, rgba(0, 0, 0, 0.8)), color-stop(76.07%, rgba(0, 0, 0, 0.88)), color-stop(83.44%, rgba(0, 0, 0, 0.95)), color-stop(91.38%, rgba(0, 0, 0, 0.98)), to(#000000));
    background: -webkit-linear-gradient(top, 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%);
    background: -o-linear-gradient(top, 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%);
    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%); }
  .image-teaser .js-image-move {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .image-teaser .photo-teaser__inner {
    position: absolute;
    bottom: 50px;
    left: 50px;
    top: auto;
    right: 50px;
    z-index: 5; }
    .image-teaser .photo-teaser__inner .title {
      font-family: "Vesterbro Bold", sans-serif;
      color: #fff;
      font-size: 64px;
      line-height: 54px; }
      @media (max-width: 1190px) {
        .image-teaser .photo-teaser__inner .title {
          font-size: 54px;
          line-height: 59px;
          margin-bottom: 0; } }
      @media (max-width: 767px) {
        .image-teaser .photo-teaser__inner .title {
          font-size: 44px;
          line-height: 49px; } }
    .image-teaser .photo-teaser__inner p {
      font-size: 24px;
      font-weight: 600;
      letter-spacing: -0.25px;
      line-height: 28px;
      color: #A0D1CA; }
    @media (max-width: 767px) {
      .image-teaser .photo-teaser__inner {
        bottom: 30px;
        left: 30px; } }

.dual-teasers {
  margin: 112px 0; }
  .dual-teasers .photo-teaser-wrapper {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px; }
    .dual-teasers .photo-teaser-wrapper .photo-teaser, .dual-teasers .photo-teaser-wrapper .pillar {
      background-color: #A0D1CA; }
    .dual-teasers .photo-teaser-wrapper .photo-teaser .title {
      color: #223C59; }
    .dual-teasers .photo-teaser-wrapper .photo-teaser p {
      color: #223C59; }
  @media (max-width: 700px) {
    .dual-teasers {
      margin: 60px 0; }
      .dual-teasers .photo-teaser-wrapper {
        margin-bottom: 30px; } }
  .dual-teasers .photo-teaser {
    background-size: cover;
    background-repeat: no-repeat; }
  .dual-teasers .photo-teaser:before {
    display: none; }

.image-with-pullout {
  margin: 121px 0;
  position: relative; }
  .image-with-pullout .align-center {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .image-with-pullout__content {
    padding: 42px 54px;
    position: relative; }
    .image-with-pullout__content .title, .image-with-pullout__content h2, .image-with-pullout__content #wpmem_login legend, #wpmem_login .image-with-pullout__content legend, .image-with-pullout__content #wpmem_reg legend, #wpmem_reg .image-with-pullout__content legend, .image-with-pullout__content h3 {
      color: #fff !important; }
  .image-with-pullout--left .title, .image-with-pullout--left h2, .image-with-pullout--left #wpmem_login legend, #wpmem_login .image-with-pullout--left legend, .image-with-pullout--left #wpmem_reg legend, #wpmem_reg .image-with-pullout--left legend, .image-with-pullout--left h3 {
    color: #223C59 !important;
    font-family: "Nunito Sans", sans-serif; }
  .image-with-pullout__image {
    padding-bottom: 70%;
    overflow: hidden;
    position: relative;
    margin-right: -15px; }
    .image-with-pullout__image .js-image-move {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  @media (max-width: 991px) {
    .image-with-pullout .align-center {
      position: relative;
      top: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .image-with-pullout .img-animate {
      height: auto;
      left: 0;
      margin-left: 0; } }

.two-news-items {
  margin: 112px 0; }
  .two-news-items .title--lg {
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 30px; }
  .two-news-items .col-md-10 .row:last-of-type .col-md-6:last-of-type {
    margin-top: -100px; }
    @media (max-width: 767px) {
      .two-news-items .col-md-10 .row:last-of-type .col-md-6:last-of-type {
        margin-top: 30px; } }
  @media (max-width: 767px) {
    .two-news-items {
      margin: 60px 0; } }

.news-grid-collections .title {
  font-family: "Nunito Sans", sans-serif;
  max-width: 400px; }

.news-grid-collections .fade-in--3:nth-of-type(2) {
  display: none; }

.twitter-box {
  padding: 30px 50px;
  margin-top: 30px; }
  .twitter-box .twitter-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .twitter-box .twitter-meta small {
      font-weight: 700; }
  .twitter-box__scroll {
    height: 425px;
    overflow-y: scroll;
    padding-right: 20px;
    margin-top: 20px;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .twitter-box__scroll::-webkit-scrollbar {
      width: 7px; }
    .twitter-box__scroll::-webkit-scrollbar-track {
      background: white;
      border-radius: 0px; }
    .twitter-box__scroll::-webkit-scrollbar-thumb {
      background: #E0E2E0;
      border-radius: 0px; }
    .twitter-box__scroll::-webkit-scrollbar-thumb:hover {
      background: #E0E2E0; }
    .twitter-box__scroll p {
      color: #000;
      padding-bottom: 25px;
      border-bottom: 1px solid darkgrey;
      margin-bottom: 30px; }
    .twitter-box__scroll img {
      margin-bottom: 20px; }

.journal-entries {
  margin-bottom: 100px; }
  .journal-entries .news-item {
    margin-bottom: 30px; }

.q-and-a__item {
  padding-left: 45px !important;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  border-left: 18px solid #A0D1CA;
  color: #223C59; }
  .q-and-a__item .title {
    font-family: "Vesterbro Bold", sans-serif; }
  .q-and-a__item p {
    color: #000; }

.leadership-grid {
  margin: 100px 0; }
  .leadership-grid .title--lg {
    font-family: "Nunito Sans", sans-serif; }
  .leadership-grid .title--small {
    font-size: 24px;
    line-height: 28px;
    margin-right: 30px; }
  .leadership-grid .teaser--community {
    display: block;
    position: relative;
    max-width: none;
    max-height: none;
    margin-bottom: 30px; }
  .leadership-grid small {
    font-size: 18px; }
  .leadership-grid .col-md-6:first-of-type .teaser--community .title {
    font-size: 32px;
    line-height: 34px;
    margin-right: 30px; }
  .leadership-grid .col-md-6:first-of-type .teaser--community small {
    font-size: 20px; }
  @media (min-width: 900px) {
    .leadership-grid .col-md-6:not(:first-of-type) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      margin-left: 16.66667%; }
    .leadership-grid .col-md-6:not(:first-of-type):nth-of-type(even) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      margin-left: 0;
      margin-top: -6%; }
    .leadership-grid .col-md-6:nth-of-type(2) {
      margin-top: 9% !important;
      margin-bottom: 0; } }

.page-id-4394 .leadership-grid, .online-exhibition-template-default .leadership-grid {
  margin: 50px 0 0; }
  @media (min-width: 900px) {
    .page-id-4394 .leadership-grid, .online-exhibition-template-default .leadership-grid {
      margin: 100px 12%; } }
  @media (min-width: 900px) {
    .page-id-4394 .leadership-grid .col-md-6, .online-exhibition-template-default .leadership-grid .col-md-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }
    .page-id-4394 .leadership-grid .col-md-6:not(:first-of-type), .online-exhibition-template-default .leadership-grid .col-md-6:not(:first-of-type) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }
    .page-id-4394 .leadership-grid .col-md-6:not(:first-of-type):nth-of-type(even), .online-exhibition-template-default .leadership-grid .col-md-6:not(:first-of-type):nth-of-type(even) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
      margin-top: -6%; }
    .page-id-4394 .leadership-grid .col-md-6:nth-of-type(2), .online-exhibition-template-default .leadership-grid .col-md-6:nth-of-type(2) {
      margin-top: 9% !important;
      margin-bottom: 0; } }

.author-image {
  max-width: 394px;
  max-height: 394px;
  padding-bottom: 99%;
  background-size: cover; }

.pullout {
  background: #223C59;
  color: #fff;
  padding: 40px;
  margin-top: -50px;
  margin-left: 19%;
  width: 90%; }

.publication-teaser {
  margin-top: 66px;
  padding: 45px; }
  .publication-teaser__image {
    margin: 20px auto 20px;
    max-width: 181px;
    border: 1px solid #E3E3E3;
    -webkit-box-shadow: 10px 10px 0px 0px #eff3f0;
    box-shadow: 10px 10px 0px 0px #eff3f0; }
  .publication-teaser .title {
    font-family: "Nunito Sans", sans-serif; }
  .publication-teaser .button, .publication-teaser .post-password-form input[type="submit"], .post-password-form .publication-teaser input[type="submit"], .publication-teaser #wpmem_login .buttons, #wpmem_login .publication-teaser .buttons, .publication-teaser #wpmem_reg .buttons, #wpmem_reg .publication-teaser .buttons {
    background: #223C59;
    color: #A0D1CA; }

#page-wrap .wp-block-column blockquote {
  margin-top: 0;
  margin-bottom: 0; }

.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-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -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 {
    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.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }

.off-screen--sequential.off-screen--hide > * {
  opacity: 0; }

.off-screen--list li {
  -ms-transform: translateY(0);
  /* IE 9 */
  -webkit-transform: translateY(0);
  /* Safari */
  transform: translateY(0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }

.off-screen--list.off-screen--hide li {
  opacity: 0; }

.off-screen--sequential > *:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.off-screen--list li:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.off-screen--sequential > *:nth-child(2) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.off-screen--list li:nth-child(2) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.off-screen--sequential > *:nth-child(3) {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s; }

.off-screen--list li:nth-child(3) {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s; }

.off-screen--sequential > *:nth-child(4) {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s; }

.off-screen--list li:nth-child(4) {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s; }

.off-screen--sequential > *:nth-child(5) {
  -webkit-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s; }

.off-screen--list li:nth-child(5) {
  -webkit-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s; }

.off-screen--sequential > *:nth-child(6) {
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s; }

.off-screen--list li:nth-child(6) {
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s; }

.off-screen--sequential > *:nth-child(7) {
  -webkit-transition-delay: 3.6s;
  -o-transition-delay: 3.6s;
  transition-delay: 3.6s; }

.off-screen--list li:nth-child(7) {
  -webkit-transition-delay: 3.6s;
  -o-transition-delay: 3.6s;
  transition-delay: 3.6s; }

.off-screen--sequential > *:nth-child(8) {
  -webkit-transition-delay: 4.2s;
  -o-transition-delay: 4.2s;
  transition-delay: 4.2s; }

.off-screen--list li:nth-child(8) {
  -webkit-transition-delay: 4.2s;
  -o-transition-delay: 4.2s;
  transition-delay: 4.2s; }

.off-screen--sequential > *:nth-child(9) {
  -webkit-transition-delay: 4.8s;
  -o-transition-delay: 4.8s;
  transition-delay: 4.8s; }

.off-screen--list li:nth-child(9) {
  -webkit-transition-delay: 4.8s;
  -o-transition-delay: 4.8s;
  transition-delay: 4.8s; }

.off-screen--sequential > *:nth-child(10) {
  -webkit-transition-delay: 5.4s;
  -o-transition-delay: 5.4s;
  transition-delay: 5.4s; }

.off-screen--list li:nth-child(10) {
  -webkit-transition-delay: 5.4s;
  -o-transition-delay: 5.4s;
  transition-delay: 5.4s; }

.off-screen--sequential > *:nth-child(11) {
  -webkit-transition-delay: 6s;
  -o-transition-delay: 6s;
  transition-delay: 6s; }

.off-screen--list li:nth-child(11) {
  -webkit-transition-delay: 6s;
  -o-transition-delay: 6s;
  transition-delay: 6s; }

.off-screen--sequential > *:nth-child(12) {
  -webkit-transition-delay: 6.6s;
  -o-transition-delay: 6.6s;
  transition-delay: 6.6s; }

.off-screen--list li:nth-child(12) {
  -webkit-transition-delay: 6.6s;
  -o-transition-delay: 6.6s;
  transition-delay: 6.6s; }

.off-screen--sequential > *:nth-child(13) {
  -webkit-transition-delay: 7.2s;
  -o-transition-delay: 7.2s;
  transition-delay: 7.2s; }

.off-screen--list li:nth-child(13) {
  -webkit-transition-delay: 7.2s;
  -o-transition-delay: 7.2s;
  transition-delay: 7.2s; }

.off-screen--sequential > *:nth-child(14) {
  -webkit-transition-delay: 7.8s;
  -o-transition-delay: 7.8s;
  transition-delay: 7.8s; }

.off-screen--list li:nth-child(14) {
  -webkit-transition-delay: 7.8s;
  -o-transition-delay: 7.8s;
  transition-delay: 7.8s; }

.off-screen--sequential > *:nth-child(15) {
  -webkit-transition-delay: 8.4s;
  -o-transition-delay: 8.4s;
  transition-delay: 8.4s; }

.off-screen--list li:nth-child(15) {
  -webkit-transition-delay: 8.4s;
  -o-transition-delay: 8.4s;
  transition-delay: 8.4s; }

.img-animate {
  overflow: hidden;
  position: absolute;
  top: -1%;
  left: 0;
  width: 100%;
  height: 102%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .img-animate--block-filler {
    overflow: visible;
    z-index: -1;
    height: 400%;
    top: -300%; }
  .img-animate .pillar {
    width: 100%; }
    .img-animate .pillar:first-of-type {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .img-animate .pillar--block-filler {
      top: 0;
      position: absolute;
      z-index: 999999;
      height: 100%;
      left: calc(-50% - 15px);
      width: 150%; }
  .img-animate--full.animate-active {
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%);
    -webkit-transition: 0.8s ease-in;
    -o-transition: 0.8s ease-in;
    transition: 0.8s ease-in; }
  .img-animate--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .img-animate--horizontal .pillar {
      -webkit-transform: translate(-101%);
      -ms-transform: translate(-101%);
      transform: translate(-101%);
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-height: 100%; }
    .img-animate--horizontal.animate-active .pillar:first-of-type {
      -webkit-transform: translate(0%);
      -ms-transform: translate(0%);
      transform: translate(0%);
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s; }
  .img-animate--vertical .pillar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-height: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .img-animate--vertical.animate-active .pillar {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; }

.img-animate + div {
  opacity: 0;
  z-index: 2; }
  .img-animate + div.loaded {
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s; }

.animate-wrapper {
  position: relative;
  overflow: hidden; }

.slide-up > div {
  overflow-y: hidden; }
  .slide-up > div > span {
    display: block;
    -webkit-transform: translateY(182%);
    -ms-transform: translateY(182%);
    transform: translateY(182%);
    -webkit-transition: 0.7s cubic-bezier(0.485, 0.135, 0, 0.995);
    -o-transition: 0.7s cubic-bezier(0.485, 0.135, 0, 0.995);
    transition: 0.7s cubic-bezier(0.485, 0.135, 0, 0.995); }
  .slide-up > div:last-of-type span {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .slide-up > div:first-of-type span {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }

.slide-up--loaded div span {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.7s cubic-bezier(0.485, 0.135, 0, 0.995);
  -o-transition: 0.7s cubic-bezier(0.485, 0.135, 0, 0.995);
  transition: 0.7s cubic-bezier(0.485, 0.135, 0, 0.995); }

.slide-up--loaded div:last-of-type span {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.slide-up--loaded.button-container div span {
  -webkit-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out; }

.slide-up--up div span {
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: 0.7s cubic-bezier(0.485, 0.135, 0, 0.995);
  -o-transition: 0.7s cubic-bezier(0.485, 0.135, 0, 0.995);
  transition: 0.7s cubic-bezier(0.485, 0.135, 0, 0.995); }

.page:not(.home) .banner .animate-wrapper, .single .banner .animate-wrapper {
  position: absolute;
  bottom: 134px; }
  .page:not(.home) .banner .animate-wrapper .banner__intro, .single .banner .animate-wrapper .banner__intro {
    position: relative;
    bottom: auto; }
  .page:not(.home) .banner .animate-wrapper .pillar, .single .banner .animate-wrapper .pillar {
    background-color: #223C59; }
  @media (max-width: 1025px) {
    .page:not(.home) .banner .animate-wrapper, .single .banner .animate-wrapper {
      left: -10px; } }
  @media (max-width: 767px) {
    .page:not(.home) .banner .animate-wrapper, .single .banner .animate-wrapper {
      margin-left: -30px;
      margin-right: -30px;
      position: relative;
      bottom: auto; } }

.fade-in__child {
  -webkit-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  opacity: 1; }

.fade-in--active .fade-in__child {
  opacity: 0; }

.fade-in--2 {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s; }

.fade-in--3 {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.fade-in--4 {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s; }

.fade-in--5 {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s; }

[image-background-scroll] {
  background-position: 0 0;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out; }

.news-item .js-image-move, .teaser-item .js-image-move, .teaser--community .js-image-move, .image-teaser .js-image-move {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.news-item:hover .js-image-move, .teaser-item:hover .js-image-move, .teaser--community:hover .js-image-move, .image-teaser:hover .js-image-move {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.block--gallery .gallery__item.object-fit img {
  width: 100%;
  height: 20vw;
  min-height: 240px; }

.block--gallery--slider .gallery__item.object-fit img {
  height: 30vw;
  max-height: 500px; }

@media (max-width: 767px) {
  .block--text-image__content__image {
    min-height: 250px; } }

.acf-block-panel .acf-block-fields {
  margin: 0px !important; }

/*# sourceMappingURL=screen.css.map */