@charset "UTF-8";
@import url("https://use.typekit.net/fiu2izz.css");
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

/* @font-face {
    font-family: 'LaGiocondaOSTT';
    src: url('../fonts/la-gioconda-os-tt.eot');
    src: url('../fonts/la-gioconda-os-tt.eot?#iefix') format('embedded-opentype'), url('../fonts/la-gioconda-os-tt.woff2') format('woff2'), url('../fonts/la-gioconda-os-tt.woff') format('woff'), url('../fonts/la-gioconda-os-tt.ttf') format('truetype'), url('../fonts/la-gioconda-os-tt.svg#youworkforthem') format('svg');
    font-weight: normal;
	font-style: normal;
	font-display: swap;
} */
@font-face {
  font-family: 'Gotham Thin';
  src: url("Gotham-Thin.eot");
  src: local("Gotham Thin"), local("Gotham-Thin"), url("../fonts/Gotham-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Thin.woff2") format("woff2"), url("../fonts/Gotham-Thin.woff") format("woff"), url("../fonts/Gotham-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Book';
  src: url("../fonts/Gotham-Book.eot");
  src: local("Gotham Book"), local("Gotham-Book"), url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Light';
  src: url("../fonts/Gotham-Light.eot");
  src: local("Gotham Light"), local("Gotham-Light"), url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Medium';
  src: url("../fonts/Gotham-Medium.eot");
  src: local("Gotham Medium"), local("Gotham-Medium"), url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

/*
$sans: "Gotham Book", sans-serif;
$serif: "Gotham Light", serif;
$serif-thin: "Gotham Thin", serif;
$serif-medium: "Gotham Medium", serif;
*/
.background-black {
  background-color: #000; }

.color-black {
  color: #000; }

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

.color-white {
  color: #fff; }

.background-primary {
  background-color: #EA1241; }

.color-primary {
  color: #EA1241; }

.background-secondary {
  background-color: #231F20; }

.color-secondary {
  color: #231F20; }

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

/*!
 * 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: #EA1241;
  --secondary: #231F20;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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, 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: #EA1241;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #a30d2d;
    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, 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, .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: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .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: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .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 {
    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: 992px) {
  .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: 1200px) {
  .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: #EA1241 !important; }

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

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

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

.border-secondary {
  border-color: #231F20 !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: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -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: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -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: 992px) {
  .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: 1200px) {
  .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: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

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

.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: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-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: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-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: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-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: #EA1241 !important; }

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: black !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 #EA1241;
        content: '';
        border-radius: 50%;
        width: 10px;
        height: 10px;
        opacity: 1; }
    .slick-dots li.slick-active button:before {
      background-color: #EA1241; }

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

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000002;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
  @media (max-width: 767px) {
    .mfp-wrap {
      overflow-y: scroll !important; } }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 50px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 767px) {
    .mfp-container {
      padding: 24px 8px; } }

.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: 1000000004; }
  @media (max-width: 767px) {
    .mfp-content {
      max-height: 95%; }
      .mfp-content .lightbox-content-inner {
        overflow-y: scroll;
        padding-top: 20px;
        padding-bottom: 60px; } }

body.home .mfp-iframe-holder .mfp-content {
  max-width: 1200px; }

/*
@media (max-width: 767px) {
	
	.mfp-content {
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    display: block;
	    z-index: 999999999999999;
	}
}
*/
.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: 1000000003; }
  .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 {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1000000005;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  opacity: 1;
  background-image: url(../img/popup-close.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto;
  width: 60px;
  height: 60px;
  font-size: 0;
  position: absolute;
  top: -70px;
  right: 0; }
  @media (min-width: 1201px) {
    button.mfp-close {
      right: 0; } }
  @media (max-width: 767px) {
    button.mfp-close {
      width: 30px;
      height: 30px;
      top: -40px;
      right: 0 !important; } }

button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1000000005;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  opacity: 1; }

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-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  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: rgba(0, 0, 0, 0); }
  .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: 1000px; }

.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: 0 0 40px;
  margin: 0 auto;
  max-height: 700px !important; }

/* The shadow behind the image */
.mfp-figure {
  position: relative;
  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: 80%; }

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

/* start state */
.my-mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.4); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

label {
  color: #191919;
  font-weight: normal; }

.hide-label {
  display: none; }

input[type="text"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="file"],
textarea,
select {
  padding: 12.75px;
  padding: 0.75rem;
  background: #fff;
  color: #495057;
  border: 1px solid #D2D2D2;
  border-radius: 0;
  line-height: normal;
  display: block;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  padding: 15px 20px 15px 20px !important; }
  input[type="text"]:focus,
  input[type="search"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="tel"]:focus,
  input[type="file"]:focus,
  textarea:focus,
  select:focus {
    border-color: #999;
    outline: none; }

.ginput_container_time input {
  min-width: 70px !important; }

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  padding-top: 6px !important; }

select {
  border-radius: 0;
  padding: 15px 30px 15px 20px !important;
  height: 50px !important;
  -webkit-appearance: none;
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  -moz-appearance: none;
  background-image: url(../img/select-green-red.svg);
  background-position: 97% center;
  background-repeat: no-repeat;
  outline: none;
  max-width: 500px !important; }

input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 1px solid #D2D2D2; }

input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #EA1241;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 1px solid #EA1241; }

input[type="file"]:hover {
  cursor: pointer; }

input[type="search"] {
  width: auto;
  display: inline-block; }

select {
  height: 46px; }

select[multiple],
select[size] {
  height: auto; }

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  display: inline-block; }

input[type="submit"] {
  border: none; }

input[type="submit"],
input[type="reset"],
input[type="button"] {
  margin: 0; }

input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.ginput_complex::after,
.clear-multi::after,
.ginput_full::after,
.gf_list_2col::after,
.gf_list_3col::after,
.gf_list_4col::after,
.gf_list_5col::after,
.gf_list_inline::after,
.gf_page_steps::after,
.ui-datepicker-header::after {
  clear: both;
  content: '';
  display: table; }

.gform_wrapper form {
  margin-top: 30px;
  margin-top: 1.76471rem;
  margin-bottom: 30px;
  margin-bottom: 1.76471rem; }

.gform_heading {
  margin-bottom: 25.5px;
  margin-bottom: 1.5rem;
  padding-bottom: 12.75px;
  padding-bottom: 0.75rem; }
  .gform_heading .gform_title {
    margin-bottom: 12.75px;
    margin-bottom: 0.75rem; }

.gform_wrapper label {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 10px;
  display: block;
  text-align: left;
  color: #1D1E2A; }

.bg-dark-grey .gform_wrapper label {
  color: white; }

.gsection {
  margin-bottom: 12.75px;
  margin-bottom: 0.75rem;
  padding-bottom: 12.75px;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #858585; }
  .gsection .gsection_title {
    margin-bottom: 12.75px;
    margin-bottom: 0.75rem; }

.gfield_required {
  color: #f00;
  padding-left: 2px; }

.ginput_complex label {
  font-weight: normal; }

.gform_fields {
  margin: 0;
  padding: 0;
  list-style: none; }

.gfield {
  margin-bottom: 20px;
  margin-bottom: 1.17647rem;
  position: relative; }

.gfield_description {
  font-size: 14px;
  font-size: 0.82353rem;
  font-style: italic; }

.validation_message {
  font-style: normal;
  margin-top: 20px;
  color: #ca3c3c; }

.gfield_checkbox,
.gfield_radio {
  list-style: none;
  margin: 0; }
  .gfield_checkbox input,
  .gfield_radio input {
    margin-right: 4px;
    margin-right: 0.23529rem; }

.gfield_radio input[type="text"] {
  width: auto;
  display: inline-block; }

.ginput_complex .ginput_left {
  width: 49%;
  float: left;
  clear: left; }

.ginput_complex .ginput_right {
  width: 49%;
  float: right;
  clear: right; }

.name_prefix {
  width: 10%;
  float: left;
  margin-right: 1%; }

.name_first {
  width: 39%;
  float: left;
  margin-right: 1%; }

.name_last {
  width: 39%;
  float: left;
  margin-right: 1%; }

.name_suffix {
  width: 9%;
  float: right; }

input.datepicker_with_icon {
  margin-right: 12.75px;
  margin-right: 0.75rem;
  display: inline-block;
  width: auto; }

.gfield_date_month,
.gfield_date_dropdown_month {
  display: inline-block;
  width: auto;
  margin-right: 1%; }

.gfield_date_day,
.gfield_date_dropdown_day {
  display: inline-block;
  width: auto;
  margin-right: 1%; }

.gfield_date_year,
.gfield_date_dropdown_year {
  display: inline-block;
  width: auto; }

.gfield_time_hour {
  float: left;
  margin-right: 1%; }
  .gfield_time_hour input {
    width: inherit;
    display: inline-block; }
  .gfield_time_hour label {
    display: block; }

.gfield_time_minute {
  width: 30%;
  float: left;
  margin-right: 1%; }

.gfield_time_ampm {
  width: 20%;
  float: left;
  margin-right: 1%; }

.gfield,
.gform_footer {
  clear: both; }

.gform_footer {
  margin: 20px 0 50px; }

.gf_left_half {
  width: 49%;
  float: left;
  clear: left; }

.gf_right_half {
  width: 49%;
  float: right;
  clear: right; }

.gf_left_third {
  clear: none;
  width: 32.5%;
  float: left;
  margin-right: 1.25%; }

.gf_middle_third {
  clear: none;
  width: 32.5%;
  float: left; }

.gf_right_third {
  clear: none;
  width: 32.5%;
  float: right; }

.gf_inline {
  width: auto;
  display: inline-block;
  margin-right: 1%;
  vertical-align: top; }

.gf_list_2col li {
  width: 50%;
  float: left; }

.gf_list_3col li {
  width: 33%;
  float: left; }

.gf_list_4col li {
  width: 25%;
  float: left; }

.gf_list_5col li {
  width: 20%;
  float: left; }

.gf_list_inline li {
  display: inline-block;
  margin-right: 1%; }

.gf_list_height_25 li {
  height: 25px; }

.gf_list_height_50 li {
  height: 50px; }

.gf_list_height_75 li {
  height: 75px; }

.gf_list_height_100 li {
  height: 100px; }

.gf_list_height_125 li {
  height: 125px; }

.gf_list_height_150 li {
  height: 150px; }

.gfield_list {
  margin: 0; }

.gfield_list > tbody > tr:nth-child(odd) > td,
.gfield_list > tbody > tr:nth-child(odd) > th {
  padding-right: 12.75px;
  padding-right: 0.75rem;
  background: none;
  line-height: normal;
  padding: 0;
  border: 0; }

.gfield_list > thead > tr > th {
  border: 0; }

.gf_scroll_text {
  padding: 12px;
  border: 1px solid #cecece;
  height: 180px;
  overflow: auto; }
  .gf_scroll_text p:last-of-type {
    margin-bottom: 0; }

.gf_hide_ampm .gfield_time_ampm {
  display: none; }

.gf_hide_charleft .charleft {
  display: none; }

.gf_page_steps {
  margin-bottom: 12.75px;
  margin-bottom: 0.75rem;
  line-height: 1; }

.gf_step {
  display: inline-block;
  opacity: .2;
  margin-right: 1%; }
  .gf_step:last-of-type {
    margin-right: 0; }

.gf_step_active {
  opacity: 1; }

.gf_step_number {
  font-weight: bold;
  font-size: 150%; }

.gfield_error {
  padding: 12.75px;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-left-color: #d9534f; }
  .gfield_error > label,
  .gfield_error .validation_message {
    color: #ca3c3c; }
  .gfield_error input,
  .gfield_error textarea,
  .gfield_error select {
    border: none;
    background: white; }
    .gfield_error input:focus,
    .gfield_error textarea:focus,
    .gfield_error select:focus {
      border-color: #a62d2d; }

.gform_validation_container {
  display: none;
  position: absolute;
  left: -9000px; }

.ui-datepicker {
  background: #fff;
  border: 1px solid #666; }

.ui-datepicker-prev {
  width: 20%;
  float: left; }

.ui-datepicker-next {
  width: 20%;
  float: right; }

.ui-datepicker-title {
  width: 60%;
  float: left; }
  .ui-datepicker-title select {
    width: auto;
    display: inline-block; }

.gform_confirmation_message, .validation_error {
  font-size: 22px; }

.gform_confirmation_message {
  border: solid 4px green;
  padding: 30px;
  margin: 20px 0; }

.gfield_description.validation_message {
  margin-top: 15px; }

.validation_error {
  margin-bottom: 30px;
  color: #d9534f; }

.gform_heading {
  margin-bottom: 0px; }

.gform_footer {
  margin-bottom: 0; }

.gfield_checkbox,
.gfield_radio {
  margin-top: 18px; }
  .gfield_checkbox > li, .gfield_radio > li {
    display: inline-block;
    margin-left: 20px; }
    .gfield_checkbox > li input, .gfield_radio > li input {
      float: left; }
    .gfield_checkbox > li label, .gfield_radio > li label {
      float: right;
      padding-left: 10px; }
    .gfield_checkbox > li:first-child, .gfield_radio > li:first-child {
      margin-left: 0 !important; }
    .gfield_checkbox > li:before, .gfield_radio > li:before {
      display: none; }

.gform_wrapper div.validation_error {
  text-align: left;
  border: none;
  padding: 0; }

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none;
  border: none; }

.gform_wrapper div.validation_error {
  font-size: 18.7px; }

.contact__form .gform_wrapper form .gform_body .gform_fields .gfield.form__input .ginput_container input,
.contact__form .gform_wrapper form .gform_body .gform_fields .gfield.form__textarea .ginput_container textarea {
  font-size: 20px; }

.contact__form .gform_wrapper form .gform_body .form__textarea .gfield_description {
  margin-bottom: 20px; }

.sidebar--menu ul, .section--nav nav ul, .where-next .teaser-img-box .inner .text-holder-wrap .text-holder .categories {
  margin: 0;
  padding: 0;
  list-style: none; }

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

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

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

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

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

.m-sm {
  margin: 15px !important; }

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

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

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

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

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

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

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

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

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

.m-lg {
  margin: 80px !important; }

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

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

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

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

.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-0 {
  padding: 0px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-lg {
  padding: 80px !important; }

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

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

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

.pl-lg,
.px-lg {
  padding-left: 80px !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-0 {
    margin: 0px !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0px !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0px !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0px !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0px !important; }
  .m-sm-sm {
    margin: 15px !important; }
  .mt-sm-sm,
  .my-sm-sm {
    margin-top: 15px !important; }
  .mr-sm-sm,
  .mx-sm-sm {
    margin-right: 15px !important; }
  .mb-sm-sm,
  .my-sm-sm {
    margin-bottom: 15px !important; }
  .ml-sm-sm,
  .mx-sm-sm {
    margin-left: 15px !important; }
  .m-sm-md {
    margin: 50px !important; }
  .mt-sm-md,
  .my-sm-md {
    margin-top: 50px !important; }
  .mr-sm-md,
  .mx-sm-md {
    margin-right: 50px !important; }
  .mb-sm-md,
  .my-sm-md {
    margin-bottom: 50px !important; }
  .ml-sm-md,
  .mx-sm-md {
    margin-left: 50px !important; }
  .m-sm-lg {
    margin: 80px !important; }
  .mt-sm-lg,
  .my-sm-lg {
    margin-top: 80px !important; }
  .mr-sm-lg,
  .mx-sm-lg {
    margin-right: 80px !important; }
  .mb-sm-lg,
  .my-sm-lg {
    margin-bottom: 80px !important; }
  .ml-sm-lg,
  .mx-sm-lg {
    margin-left: 80px !important; }
  .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-0 {
    padding: 0px !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0px !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0px !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0px !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0px !important; }
  .p-sm-sm {
    padding: 15px !important; }
  .pt-sm-sm,
  .py-sm-sm {
    padding-top: 15px !important; }
  .pr-sm-sm,
  .px-sm-sm {
    padding-right: 15px !important; }
  .pb-sm-sm,
  .py-sm-sm {
    padding-bottom: 15px !important; }
  .pl-sm-sm,
  .px-sm-sm {
    padding-left: 15px !important; }
  .p-sm-md {
    padding: 50px !important; }
  .pt-sm-md,
  .py-sm-md {
    padding-top: 50px !important; }
  .pr-sm-md,
  .px-sm-md {
    padding-right: 50px !important; }
  .pb-sm-md,
  .py-sm-md {
    padding-bottom: 50px !important; }
  .pl-sm-md,
  .px-sm-md {
    padding-left: 50px !important; }
  .p-sm-lg {
    padding: 80px !important; }
  .pt-sm-lg,
  .py-sm-lg {
    padding-top: 80px !important; }
  .pr-sm-lg,
  .px-sm-lg {
    padding-right: 80px !important; }
  .pb-sm-lg,
  .py-sm-lg {
    padding-bottom: 80px !important; }
  .pl-sm-lg,
  .px-sm-lg {
    padding-left: 80px !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-0 {
    margin: 0px !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0px !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0px !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0px !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0px !important; }
  .m-md-sm {
    margin: 15px !important; }
  .mt-md-sm,
  .my-md-sm {
    margin-top: 15px !important; }
  .mr-md-sm,
  .mx-md-sm {
    margin-right: 15px !important; }
  .mb-md-sm,
  .my-md-sm {
    margin-bottom: 15px !important; }
  .ml-md-sm,
  .mx-md-sm {
    margin-left: 15px !important; }
  .m-md-md {
    margin: 50px !important; }
  .mt-md-md,
  .my-md-md {
    margin-top: 50px !important; }
  .mr-md-md,
  .mx-md-md {
    margin-right: 50px !important; }
  .mb-md-md,
  .my-md-md {
    margin-bottom: 50px !important; }
  .ml-md-md,
  .mx-md-md {
    margin-left: 50px !important; }
  .m-md-lg {
    margin: 80px !important; }
  .mt-md-lg,
  .my-md-lg {
    margin-top: 80px !important; }
  .mr-md-lg,
  .mx-md-lg {
    margin-right: 80px !important; }
  .mb-md-lg,
  .my-md-lg {
    margin-bottom: 80px !important; }
  .ml-md-lg,
  .mx-md-lg {
    margin-left: 80px !important; }
  .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-0 {
    padding: 0px !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0px !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0px !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0px !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0px !important; }
  .p-md-sm {
    padding: 15px !important; }
  .pt-md-sm,
  .py-md-sm {
    padding-top: 15px !important; }
  .pr-md-sm,
  .px-md-sm {
    padding-right: 15px !important; }
  .pb-md-sm,
  .py-md-sm {
    padding-bottom: 15px !important; }
  .pl-md-sm,
  .px-md-sm {
    padding-left: 15px !important; }
  .p-md-md {
    padding: 50px !important; }
  .pt-md-md,
  .py-md-md {
    padding-top: 50px !important; }
  .pr-md-md,
  .px-md-md {
    padding-right: 50px !important; }
  .pb-md-md,
  .py-md-md {
    padding-bottom: 50px !important; }
  .pl-md-md,
  .px-md-md {
    padding-left: 50px !important; }
  .p-md-lg {
    padding: 80px !important; }
  .pt-md-lg,
  .py-md-lg {
    padding-top: 80px !important; }
  .pr-md-lg,
  .px-md-lg {
    padding-right: 80px !important; }
  .pb-md-lg,
  .py-md-lg {
    padding-bottom: 80px !important; }
  .pl-md-lg,
  .px-md-lg {
    padding-left: 80px !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: 992px) {
  .m-lg-0 {
    margin: 0px !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0px !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0px !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0px !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0px !important; }
  .m-lg-sm {
    margin: 15px !important; }
  .mt-lg-sm,
  .my-lg-sm {
    margin-top: 15px !important; }
  .mr-lg-sm,
  .mx-lg-sm {
    margin-right: 15px !important; }
  .mb-lg-sm,
  .my-lg-sm {
    margin-bottom: 15px !important; }
  .ml-lg-sm,
  .mx-lg-sm {
    margin-left: 15px !important; }
  .m-lg-md {
    margin: 50px !important; }
  .mt-lg-md,
  .my-lg-md {
    margin-top: 50px !important; }
  .mr-lg-md,
  .mx-lg-md {
    margin-right: 50px !important; }
  .mb-lg-md,
  .my-lg-md {
    margin-bottom: 50px !important; }
  .ml-lg-md,
  .mx-lg-md {
    margin-left: 50px !important; }
  .m-lg-lg {
    margin: 80px !important; }
  .mt-lg-lg,
  .my-lg-lg {
    margin-top: 80px !important; }
  .mr-lg-lg,
  .mx-lg-lg {
    margin-right: 80px !important; }
  .mb-lg-lg,
  .my-lg-lg {
    margin-bottom: 80px !important; }
  .ml-lg-lg,
  .mx-lg-lg {
    margin-left: 80px !important; }
  .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-0 {
    padding: 0px !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0px !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0px !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0px !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0px !important; }
  .p-lg-sm {
    padding: 15px !important; }
  .pt-lg-sm,
  .py-lg-sm {
    padding-top: 15px !important; }
  .pr-lg-sm,
  .px-lg-sm {
    padding-right: 15px !important; }
  .pb-lg-sm,
  .py-lg-sm {
    padding-bottom: 15px !important; }
  .pl-lg-sm,
  .px-lg-sm {
    padding-left: 15px !important; }
  .p-lg-md {
    padding: 50px !important; }
  .pt-lg-md,
  .py-lg-md {
    padding-top: 50px !important; }
  .pr-lg-md,
  .px-lg-md {
    padding-right: 50px !important; }
  .pb-lg-md,
  .py-lg-md {
    padding-bottom: 50px !important; }
  .pl-lg-md,
  .px-lg-md {
    padding-left: 50px !important; }
  .p-lg-lg {
    padding: 80px !important; }
  .pt-lg-lg,
  .py-lg-lg {
    padding-top: 80px !important; }
  .pr-lg-lg,
  .px-lg-lg {
    padding-right: 80px !important; }
  .pb-lg-lg,
  .py-lg-lg {
    padding-bottom: 80px !important; }
  .pl-lg-lg,
  .px-lg-lg {
    padding-left: 80px !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: 1200px) {
  .m-xl-0 {
    margin: 0px !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0px !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0px !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0px !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0px !important; }
  .m-xl-sm {
    margin: 15px !important; }
  .mt-xl-sm,
  .my-xl-sm {
    margin-top: 15px !important; }
  .mr-xl-sm,
  .mx-xl-sm {
    margin-right: 15px !important; }
  .mb-xl-sm,
  .my-xl-sm {
    margin-bottom: 15px !important; }
  .ml-xl-sm,
  .mx-xl-sm {
    margin-left: 15px !important; }
  .m-xl-md {
    margin: 50px !important; }
  .mt-xl-md,
  .my-xl-md {
    margin-top: 50px !important; }
  .mr-xl-md,
  .mx-xl-md {
    margin-right: 50px !important; }
  .mb-xl-md,
  .my-xl-md {
    margin-bottom: 50px !important; }
  .ml-xl-md,
  .mx-xl-md {
    margin-left: 50px !important; }
  .m-xl-lg {
    margin: 80px !important; }
  .mt-xl-lg,
  .my-xl-lg {
    margin-top: 80px !important; }
  .mr-xl-lg,
  .mx-xl-lg {
    margin-right: 80px !important; }
  .mb-xl-lg,
  .my-xl-lg {
    margin-bottom: 80px !important; }
  .ml-xl-lg,
  .mx-xl-lg {
    margin-left: 80px !important; }
  .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-0 {
    padding: 0px !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0px !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0px !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0px !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0px !important; }
  .p-xl-sm {
    padding: 15px !important; }
  .pt-xl-sm,
  .py-xl-sm {
    padding-top: 15px !important; }
  .pr-xl-sm,
  .px-xl-sm {
    padding-right: 15px !important; }
  .pb-xl-sm,
  .py-xl-sm {
    padding-bottom: 15px !important; }
  .pl-xl-sm,
  .px-xl-sm {
    padding-left: 15px !important; }
  .p-xl-md {
    padding: 50px !important; }
  .pt-xl-md,
  .py-xl-md {
    padding-top: 50px !important; }
  .pr-xl-md,
  .px-xl-md {
    padding-right: 50px !important; }
  .pb-xl-md,
  .py-xl-md {
    padding-bottom: 50px !important; }
  .pl-xl-md,
  .px-xl-md {
    padding-left: 50px !important; }
  .p-xl-lg {
    padding: 80px !important; }
  .pt-xl-lg,
  .py-xl-lg {
    padding-top: 80px !important; }
  .pr-xl-lg,
  .px-xl-lg {
    padding-right: 80px !important; }
  .pb-xl-lg,
  .py-xl-lg {
    padding-bottom: 80px !important; }
  .pl-xl-lg,
  .px-xl-lg {
    padding-left: 80px !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; } }

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

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

@media (max-width: 991.98px) {
  .pb-lg,
  .py-lg {
    padding-bottom: 50px !important; }
  .pt-lg,
  .py-lg {
    padding-top: 50px !important; }
  .mb-lg,
  .my-lg {
    margin-bottom: 50px !important; }
  .mt-lg,
  .my-lg {
    margin-top: 50px !important; }
  .mb-md,
  .my-md {
    margin-bottom: 30px !important; }
  .mt-md,
  .my-md {
    margin-top: 30px !important; } }

@media (max-width: 767.98px) {
  .pb-lg,
  .py-lg {
    padding-bottom: 30px !important; }
  .pt-lg,
  .py-lg {
    padding-top: 30px !important; }
  .mb-lg,
  .my-lg {
    margin-bottom: 30px !important; }
  .mt-lg,
  .my-lg {
    margin-top: 30px !important; }
  .mb-md,
  .my-md {
    margin-bottom: 20px !important; }
  .mt-md,
  .my-md {
    margin-top: 20px !important; } }

.item-anchor, .content .video-wrap:after,
.mce-content-body .video-wrap:after, .whats--on .column.instagram--column:before, .whats--on .column.twitter--column:before, .whats--on .column.twitter--column:after, .whats--on .column.events--column:before, .student--stories .story--item .img-bg, .student--stories .story--item .story--content .inner:before, .story--item--post .img-bg, .story--item--post .story--content .inner:before, .video-strip .video-item__overlay, .download--prospectus:before, .download--prospectus:after, .newsletter--teaser .teaser--image .img-bg, .newsletter-news-post .newsletter-img.fallback-msg:before, .newsletter-news-post .newsletter-img.fallback-msg:after, .newsletter-event-post .newsletter-img.fallback-msg:before, .newsletter-event-post .newsletter-img.fallback-msg:after, .where-next .teaser-img-box .inner .img-box, .where-next .teaser-img-box .inner .img-box .img, .profile .profile-img.fallback-msg:before, .profile .profile-img.fallback-msg:after, #history-overview .history--box .img-bg, #history-overview .history--box .img-bg:after, .news--teaser .teaser--img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.sidebar--menu ul, .section--nav nav ul, .where-next .teaser-img-box .inner .text-holder-wrap .text-holder .categories {
  margin: 0;
  padding: 0;
  list-style: none; }

.item-anchor, .content .video-wrap:after,
.mce-content-body .video-wrap:after, .whats--on .column.instagram--column:before, .whats--on .column.twitter--column:before, .whats--on .column.twitter--column:after, .whats--on .column.events--column:before, .student--stories .story--item .img-bg, .student--stories .story--item .story--content .inner:before, .story--item--post .img-bg, .story--item--post .story--content .inner:before, .video-strip .video-item__overlay, .download--prospectus:before, .download--prospectus:after, .newsletter--teaser .teaser--image .img-bg, .newsletter-news-post .newsletter-img.fallback-msg:before, .newsletter-news-post .newsletter-img.fallback-msg:after, .newsletter-event-post .newsletter-img.fallback-msg:before, .newsletter-event-post .newsletter-img.fallback-msg:after, .where-next .teaser-img-box .inner .img-box, .where-next .teaser-img-box .inner .img-box .img, .profile .profile-img.fallback-msg:before, .profile .profile-img.fallback-msg:after, #history-overview .history--box .img-bg, #history-overview .history--box .img-bg:after, .news--teaser .teaser--img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.navbar-default .navbar-toggle, .timeline .timeline-slider .slick-slide .timeline-slider__slide .timeline-item .timeline__dot:before, .content-arrows .arrow-left,
.content-arrows .arrow-right, .back--to--news .share-article-bottom .social-share li a * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.newsletter--teaser .teaser--image, .newsletter--teaser .teaser--image .img-bg, .newsletter-news-post .newsletter-img, .newsletter-event-post .newsletter-img, .teaser-column .custom--teaser.type-1 .teaser--inner .teaser--image .img-bg, .teaser-column .custom--teaser.type-2 .teaser--inner .teaser--image .img-bg, .where-next .teaser-img-box .inner .img-box .img, .profile .profile-img, .news-column .news--box .teaser--inner .teaser--image .img-bg, .featured--news--box .teaser--inner .teaser--image .img-bg, .event-column .event--box .teaser--inner .teaser--image .img-bg {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.navbar-default .navbar-toggle:after, .timeline .history-pages-nav ul li a {
  transition: opacity .3s ease-in;
  -moz-transition: opacity .3s ease-in;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in; }

.people--single-header .profile-img, .lightbox-content .lightbox-content-inner .head .profile-img, .content-arrows .arrow-left,
.content-arrows .arrow-right {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.overlay--container {
  position: relative;
  z-index: 0; }

.overlay--content-over {
  position: relative;
  z-index: 1; }

[class^=overlay].overlay--light {
  opacity: .5; }

[class^=overlay].overlay--lighter {
  opacity: .25; }

[class^=overlay].overlay--dark {
  opacity: .75; }

[class^=overlay].overlay--darker {
  opacity: .9; }

.overlay--full {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: .7; }

.overlay--top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  opacity: .7;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }

.overlay--bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  opacity: .7;
  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%); }

.overlay--left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 40%;
  opacity: .7;
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
  @media (max-width: 767px) {
    .overlay--left {
      right: 0; } }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-family: "Gotham Book", sans-serif; }

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

.container, .container-sm, .container-md, .container-lg, .container-xl {
  max-width: 1362px; }

main.main {
  min-height: 500px; }
  main.main .container {
    max-width: 1220px; }
    @media (max-width: 1199px) {
      main.main .container {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (max-width: 767px) {
      main.main .container {
        padding-left: 20px;
        padding-right: 20px; } }

.row {
  margin-right: -20px;
  margin-left: -20px; }
  .row [class*="col-"] {
    padding-left: 20px;
    padding-right: 20px; }

body .justify-content-center .col-md-8 {
  -ms-flex: 0 0 72%;
  -webkit-box-flex: 0;
  flex: 0 0 72%;
  max-width: 72%; }
  @media (max-width: 767px) {
    body .justify-content-center .col-md-8 {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%; } }

.top-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 55px 25px 25px 25px;
  z-index: 600;
  /* 
    ul {
        @include beauty-lists;
        li {
			display: inline-block;
            a {
                padding: 20px;
                color: #FFFFFF;
                font-size: rem(14px);
                letter-spacing: 1px;
                text-transform: uppercase;
                position: relative;
                &:after {
                    position: absolute;   
                    content: '';        
                    left: 50%;
                    width: 0;
                    height: 1px;
                    bottom: 10px;
                    background-color: $secondary;
                    @include tran-prefix(all 0.3s ease-in);
                }
                &:hover {
                    text-decoration: none;
                    &:after {
                        width: calc(100% - 40px);
                        left: 20px;  
                    }
                }
            }
            &.current_page_item {   
                a:after {
                    width: calc(100% - 40px);
                    left: 20px;
                }
            }
        }
    }
    */ }
  .top-nav .logo-wrap {
    width: 210px;
    position: absolute;
    left: 50%;
    top: 55px;
    margin-left: -105px;
    display: block; }
    @media screen and (max-height: 915px) {
      .top-nav .logo-wrap {
        top: 45px; } }
    @media (max-width: 767px) {
      .top-nav .logo-wrap {
        width: 170px;
        margin-left: -85px; } }
    .top-nav .logo-wrap img {
      width: 100%;
      height: auto; }
  .top-nav .search-wrap {
    position: absolute;
    top: 53px;
    right: 50px; }
    @media (max-width: 767px) {
      .top-nav .search-wrap {
        right: 24px; } }
    @media screen and (max-height: 915px) {
      .top-nav .search-wrap {
        top: 43px; } }

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

.navbar-collapse {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100% !important;
  display: block !important;
  font-size: 16px;
  line-height: 18px;
  z-index: 999;
  padding: 0;
  margin: 0 0 0 -390px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.20s linear;
  -o-transition: all 0.20s linear;
  transition: all 0.20s linear; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: 360px;
      margin: 0 0 0 -360px;
      font-size: 20px;
      line-height: 28px; } }
  .navbar-collapse .nav-holder {
    height: 100%;
    position: relative;
    background: #231F20;
    padding: 0 20px 0 18px; }
    @media (min-width: 768px) {
      .navbar-collapse .nav-holder {
        padding: 0 28px 0 33px; } }
    @media (max-width: 991px) {
      .navbar-collapse .nav-holder {
        padding: 0 18px 0 23px; } }
    .navbar-collapse .nav-holder .nav-social {
      bottom: 20px;
      left: 34px;
      position: absolute; }
      @media (max-width: 991px) {
        .navbar-collapse .nav-holder .nav-social {
          bottom: 10px;
          left: 24px; } }
      .navbar-collapse .nav-holder .nav-social svg {
        margin-right: 5px; }
  .navbar-collapse .nav-block {
    position: relative;
    height: 100%;
    display: table;
    width: 100%; }
    .navbar-collapse .nav-block .slide-level-2,
    .navbar-collapse .nav-block .slide-level-3 {
      background: #1F1B1C;
      width: 100%;
      width: 360px;
      position: absolute;
      top: 0;
      left: -35px;
      bottom: 0;
      z-index: -1;
      -webkit-backface-visibility: hidden;
      -webkit-transform: translateZ(0);
      -webkit-transition: all 0.35s linear;
      -o-transition: all 0.35s linear;
      transition: all 0.35s linear; }
      @media (max-width: 767px) {
        .navbar-collapse .nav-block .slide-level-2,
        .navbar-collapse .nav-block .slide-level-3 {
          width: 100%;
          left: -400px; } }
      .navbar-collapse .nav-block .slide-level-2.active,
      .navbar-collapse .nav-block .slide-level-3.active {
        left: 326px;
        width: calc(100% + 40px);
        opacity: 1; }
        @media (max-width: 767px) {
          .navbar-collapse .nav-block .slide-level-2.active,
          .navbar-collapse .nav-block .slide-level-3.active {
            z-index: 1;
            left: -20px; } }
    .navbar-collapse .nav-block .slide-level-3.active {
      left: 646px;
      opacity: 1; }

.navbar {
  border: none;
  z-index: 99;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: 0;
  position: fixed;
  padding: 0; }
  @media (max-width: 767px) {
    .navbar {
      z-index: -1; } }
  .navbar.add-active {
    width: calc(100% - 70px);
    max-width: 390px;
    z-index: 99; }
    .navbar.add-active .navbar-collapse {
      margin: 0; }
  .navbar .close-menu {
    position: relative;
    font-size: 0.9375rem;
    line-height: 0.9375rem;
    color: #EA1241 !important;
    padding: 2px 0 0 20px;
    font-family: playfair-display, serif;
    display: none;
    /*
    &:after {
      background-image: url(../img/svg/arrow_back_red.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      content: '';
      width: 12px;
      height: 16px;
      position: absolute;
      left: 0;
      top: 3px;
      display: inline-block;
    }
    
    */ }
    @media (max-width: 767px) {
      .navbar .close-menu {
        position: absolute;
        right: 20px;
        bottom: 7px;
        display: block; } }

.navbar-default .navbar-nav {
  font-family: "Gotham Medium", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 0.9375rem;
  line-height: 1;
  padding: 24px 0 0;
  padding: 142px 0 0 9px; }
  @media screen and (max-height: 915px) {
    .navbar-default .navbar-nav {
      padding: 110px 0 0 9px; } }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav {
      padding: 82px 0 0 0; } }
  @media (min-width: 576px) {
    .navbar-default .navbar-nav {
      height: auto; } }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav {
      font-size: 1.25rem;
      line-height: 1.875rem; } }
  .navbar-default .navbar-nav .main-menu-title {
    font-family: playfair-display, serif;
    color: #EA1241;
    font-size: 1.875rem;
    line-height: 2.5rem;
    letter-spacing: 0.65px; }
    @media screen and (max-height: 815px) {
      .navbar-default .navbar-nav .main-menu-title {
        font-size: 1.375rem;
        line-height: 1.875rem; } }
    @media (max-width: 767px) {
      .navbar-default .navbar-nav .main-menu-title {
        font-size: 1.375rem;
        line-height: 1.875rem; } }
  .navbar-default .navbar-nav li {
    color: #fff;
    position: relative;
    width: 100%;
    display: block;
    font-size: 0.9375rem;
    line-height: 1; }
    .navbar-default .navbar-nav li a {
      color: #fff; }
      .navbar-default .navbar-nav li a:hover {
        color: #dc3545 !important; }
    .navbar-default .navbar-nav li.current_page_item a {
      color: #dc3545; }
    .navbar-default .navbar-nav li li a {
      text-transform: none;
      letter-spacing: 0; }
  .navbar-default .navbar-nav > li {
    position: relative;
    margin: 0 0 32px;
    color: #fff; }
    @media screen and (max-height: 815px) {
      .navbar-default .navbar-nav > li {
        margin: 0 0 22px; } }
    @media (max-width: 767px) {
      .navbar-default .navbar-nav > li {
        margin: 0 0 22px; } }
    .navbar-default .navbar-nav > li > a {
      color: #fff;
      max-width: 260px;
      padding: 0 20px 0 0; }
    .navbar-default .navbar-nav > li.active a {
      color: #dc3545;
      font-weight: 400; }
      .navbar-default .navbar-nav > li.active a:hover {
        color: #dc3545; }
    .navbar-default .navbar-nav > li.open a {
      color: #fff; }
      .navbar-default .navbar-nav > li.open a:hover {
        color: #dc3545; }
    .navbar-default .navbar-nav > li.open .slide > li {
      color: #fff; }
      .navbar-default .navbar-nav > li.open .slide > li > a {
        color: #fff; }
        .navbar-default .navbar-nav > li.open .slide > li > a:hover {
          color: #dc3545; }
    .navbar-default .navbar-nav > li > a {
      padding: 0;
      color: #fff; }
      .navbar-default .navbar-nav > li > a:hover {
        color: #dc3545; }
  .navbar-default .navbar-nav .children {
    display: none !important; }
  .navbar-default .navbar-nav .slide {
    font-size: 14px;
    padding: 18px 0 0; }
    @media (min-width: 768px) {
      .navbar-default .navbar-nav .slide {
        font-size: 16px; } }
    .navbar-default .navbar-nav .slide > li {
      margin: 0 0 11px; }
      .navbar-default .navbar-nav .slide > li > a {
        padding: 0; }

.navbar-default .slide-level-2 span,
.navbar-default .slide-level-3 span {
  position: relative;
  font-family: playfair-display, serif;
  color: #EA1241;
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: 0.65px;
  margin-bottom: 14px;
  display: block; }

.navbar-default .slide-level-2 .navbar-nav,
.navbar-default .slide-level-3 .navbar-nav {
  padding: 142px 0 0 55px; }
  @media (max-width: 767px) {
    .navbar-default .slide-level-2 .navbar-nav,
    .navbar-default .slide-level-3 .navbar-nav {
      padding: 82px 0 0 20px; } }
  .navbar-default .slide-level-2 .navbar-nav ul li,
  .navbar-default .slide-level-3 .navbar-nav ul li {
    margin-bottom: 28px; }
    @media (max-width: 767px) {
      .navbar-default .slide-level-2 .navbar-nav ul li,
      .navbar-default .slide-level-3 .navbar-nav ul li {
        margin-bottom: 22px; } }

.navbar-default .navbar-toggle {
  position: absolute;
  top: -14px;
  left: 43px;
  right: auto;
  padding: 0 38px 0 0;
  width: 38px;
  height: 55px;
  text-align: center;
  border-radius: 0 10px 10px 0;
  margin: 50px 0 0 -1px;
  background: none;
  border: none;
  opacity: 1;
  z-index: 99999999;
  cursor: pointer; }
  @media screen and (max-height: 915px) {
    .navbar-default .navbar-toggle {
      top: -24px; } }
  @media (max-width: 991px) {
    .navbar-default .navbar-toggle {
      /*  
      margin: 30px 0 0 -1px;
      left: 15px;
      top: -1px;
      */ } }
  @media (max-width: 767px) {
    .navbar-default .navbar-toggle {
      left: 24px; } }
  .navbar-default .navbar-toggle:after {
    content: '';
    position: absolute;
    top: -22px;
    left: -43px;
    z-index: -1;
    width: 120px;
    height: 120px;
    background: #EA1241;
    opacity: 0; }
  @media (max-width: 1199px) {
    .navbar-default .navbar-toggle.red-style .icon-bar {
      background: #EA1241 !important; } }
  .navbar-default .navbar-toggle.red-style:after {
    opacity: 1; }
    @media (max-width: 1199px) {
      .navbar-default .navbar-toggle.red-style:after {
        opacity: 0; } }
  .navbar-default .navbar-toggle.collapsed {
    right: 49px; }
    @media (max-width: 1199px) {
      .navbar-default .navbar-toggle.collapsed {
        right: 26px; } }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
    background: none;
    outline: 0;
    cursor: pointer; }
  .navbar-default .navbar-toggle .icon-bar {
    margin: 6px auto 6px;
    width: 34px;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.20s linear;
    -o-transition: all 0.20s linear;
    transition: all 0.20s linear;
    -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.15);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block; }
    @media (max-width: 767px) {
      .navbar-default .navbar-toggle .icon-bar {
        width: 30px; } }
    .navbar-default .navbar-toggle .icon-bar:first-child {
      display: none; }
    .navbar-default .navbar-toggle .icon-bar:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin-top: -8px; }
  .navbar-default .navbar-toggle .nav-text {
    position: absolute;
    bottom: -7px;
    left: 0;
    color: #fff;
    font-size: 0.6875rem;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Gotham Medium", sans-serif;
    display: block; }
    @media (max-width: 767px) {
      .navbar-default .navbar-toggle .nav-text {
        display: none; } }
  .navbar-default .navbar-toggle.collapsed .icon-bar {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
    .navbar-default .navbar-toggle.collapsed .icon-bar:first-child {
      display: block; }
    .navbar-default .navbar-toggle.collapsed .icon-bar:nth-child(3) {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
      margin-top: 4px; }

.navbar-default .level-2-dropdown-toggle,
.navbar-default .level-3-dropdown-toggle {
  display: block;
  width: 100%; }
  .navbar-default .level-2-dropdown-toggle:after,
  .navbar-default .level-3-dropdown-toggle:after {
    /*background-image: url(../img/svg/menu_arrow.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;*/
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -7px;
    display: inline-block;
    background: #EA1241;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease; }
    @media (max-width: 767px) {
      .navbar-default .level-2-dropdown-toggle:after,
      .navbar-default .level-3-dropdown-toggle:after {
        display: none !important; } }
  .navbar-default .level-2-dropdown-toggle.active-state:after,
  .navbar-default .level-3-dropdown-toggle.active-state:after {
    width: 305px; }

nav.navbar.add-active .navbar-toggle:after {
  opacity: 0 !important; }

body.search-results .navbar-default .navbar-toggle .icon-bar,
body.page-template-tpl-news .navbar-default .navbar-toggle .icon-bar,
body.single-people .navbar-default .navbar-toggle .icon-bar,
body.single-eminent .navbar-default .navbar-toggle .icon-bar,
body.single-student-stories .navbar-default .navbar-toggle .icon-bar {
  background: #EA1241;
  -webkit-box-shadow: none;
  box-shadow: none; }

body.search-results .navbar-default .navbar-toggle.red-style .icon-bar,
body.page-template-tpl-news .navbar-default .navbar-toggle.red-style .icon-bar,
body.single-people .navbar-default .navbar-toggle.red-style .icon-bar,
body.single-eminent .navbar-default .navbar-toggle.red-style .icon-bar,
body.single-student-stories .navbar-default .navbar-toggle.red-style .icon-bar {
  background: #fff !important; }
  @media (max-width: 767px) {
    body.search-results .navbar-default .navbar-toggle.red-style .icon-bar,
    body.page-template-tpl-news .navbar-default .navbar-toggle.red-style .icon-bar,
    body.single-people .navbar-default .navbar-toggle.red-style .icon-bar,
    body.single-eminent .navbar-default .navbar-toggle.red-style .icon-bar,
    body.single-student-stories .navbar-default .navbar-toggle.red-style .icon-bar {
      background: #EA1241 !important; } }

body.search-results .navbar-default .navbar-toggle .nav-text,
body.page-template-tpl-news .navbar-default .navbar-toggle .nav-text,
body.single-people .navbar-default .navbar-toggle .nav-text,
body.single-eminent .navbar-default .navbar-toggle .nav-text,
body.single-student-stories .navbar-default .navbar-toggle .nav-text {
  color: #EA1241; }

body.search-results .navbar-default .navbar-toggle.red-style .nav-text,
body.page-template-tpl-news .navbar-default .navbar-toggle.red-style .nav-text,
body.single-people .navbar-default .navbar-toggle.red-style .nav-text,
body.single-eminent .navbar-default .navbar-toggle.red-style .nav-text,
body.single-student-stories .navbar-default .navbar-toggle.red-style .nav-text {
  color: #fff !important; }
  @media (max-width: 767px) {
    body.search-results .navbar-default .navbar-toggle.red-style .nav-text,
    body.page-template-tpl-news .navbar-default .navbar-toggle.red-style .nav-text,
    body.single-people .navbar-default .navbar-toggle.red-style .nav-text,
    body.single-eminent .navbar-default .navbar-toggle.red-style .nav-text,
    body.single-student-stories .navbar-default .navbar-toggle.red-style .nav-text {
      color: #EA1241 !important; } }

@media (min-width: 768px) {
  .main-menu-secondary {
    position: absolute;
    left: 42px;
    bottom: 40px; } }

@media (max-width: 767px) {
  .main-menu-secondary.desktop {
    display: none !important; } }

@media (max-width: 767px) {
  .main-menu-secondary.mobile {
    margin-top: 40px;
    display: block !important; } }

@media screen and (max-height: 915px) {
  .main-menu-secondary {
    bottom: 30px; } }

@media screen and (max-height: 815px) {
  .main-menu-secondary ul {
    margin-bottom: 0; } }

@media (max-width: 767px) {
  .main-menu-secondary ul {
    margin-bottom: 20px; } }

.main-menu-secondary ul li {
  max-width: 200px;
  margin-bottom: 12px; }
  @media screen and (max-height: 915px) {
    .main-menu-secondary ul li {
      margin-bottom: 6px; } }
  .main-menu-secondary ul li a {
    color: #fff;
    font-family: "Gotham Medium", sans-serif;
    text-transform: uppercase;
    font-size: 0.6875rem;
    line-height: 1rem;
    letter-spacing: 0.92px;
    margin-bottom: 10px; }
    .main-menu-secondary ul li a:hover {
      color: #EA1241; }

.main-menu-secondary img {
  margin-top: 56px; }
  @media screen and (max-height: 915px) {
    .main-menu-secondary img {
      margin-top: 0; } }
  @media screen and (max-height: 815px) {
    .main-menu-secondary img {
      display: none; } }
  @media (max-width: 767px) {
    .main-menu-secondary img {
      display: block; } }

.sidebar--menu {
  background: #EA1241;
  padding: 20px;
  margin-bottom: 25px;
  letter-spacing: 2px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .sidebar--menu {
      margin-top: 0;
      position: relative;
      z-index: 4; } }

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar--menu {
    line-height: 20px; } }
  @media (min-width: 992px) {
    .sidebar--menu {
      padding: 38px 50px 70px;
      margin: 0 0 60px;
      margin-top: -172px; } }
  @media (max-width: 1023px) {
    .sidebar--menu {
      margin-top: 70px; } }
  .sidebar--menu:after {
    background-image: url(../img/side-nav-bg.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    content: '';
    width: 400px;
    height: 100%;
    right: -1px;
    top: 0;
    bottom: -30px;
    display: block;
    position: absolute;
    z-index: -1;
    /*
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		*/ }
    @media (max-width: 767px) {
      .sidebar--menu:after {
        display: none; } }
  .sidebar--menu .h2 {
    margin-bottom: 30px;
    display: block;
    color: #fff;
    font-family: playfair-display, serif;
    font-size: 40px;
    /* 40px */
    font-size: 2.5rem;
    /* 40px */
    line-height: 1.325;
    /* 53px */
    font-weight: 600; }
    .sidebar--menu .h2 a {
      color: #fff; }
  .sidebar--menu ul li {
    list-style: none;
    text-transform: uppercase;
    font-family: "Gotham Medium", sans-serif;
    font-size: 14px;
    /* 14px */
    font-size: 0.875rem;
    /* 14px */
    line-height: 1.85714;
    /* 26px */
    font-weight: 600; }
    .sidebar--menu ul li a {
      color: #fff; }
      .sidebar--menu ul li a:after {
        content: '';
        width: 0;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -3px;
        display: inline-block;
        background: #fff;
        -webkit-transition: width 0.3s ease;
        -o-transition: width 0.3s ease;
        transition: width 0.3s ease; }
      .sidebar--menu ul li a:hover {
        color: #fff; }
        .sidebar--menu ul li a:hover:after {
          width: 100%; }
    .sidebar--menu ul li ul {
      margin: 15px 0 20px 20px;
      display: none; }
    .sidebar--menu ul li.current_page_item ul, .sidebar--menu ul li.current_page_ancestor ul {
      display: block; }
    .sidebar--menu ul li.current_page_item > a:after, .sidebar--menu ul li.current_page_ancestor > a:after {
      width: 100%; }
    .sidebar--menu ul li.page-item-66999999 a:after {
      display: none; }
    .sidebar--menu ul li.page-item-66999999 ul {
      display: none; }
  .sidebar--menu li {
    margin-bottom: 10px;
    position: relative;
    /*
		&.page_item_has_children.current_page_item > a:after,
		&.page_item_has_children.current_page_ancestor > a:after,
		&.page_item_has_children.current_page_parent>a:after {
		    content: "\e604";
		    right: -2px;
		    top: -1px;
		}
		*/ }
    @media (min-width: 992px) {
      .sidebar--menu li {
        margin-bottom: 15px; } }
    .sidebar--menu li:last-child {
      margin-bottom: 0; }
    .sidebar--menu li a {
      position: relative;
      color: #fff;
      display: inline-block;
      vertical-align: top;
      /*min-width: 40%;*/ }
  .sidebar--menu.hide-2rd-level ul li > a:after {
    display: none; }
  .sidebar--menu.hide-2rd-level ul li ul {
    display: none !important; }
  .sidebar--menu.mobile .h2 {
    position: relative;
    display: inline-block;
    padding-right: 40px;
    margin-bottom: 0; }
    .sidebar--menu.mobile .h2.opened:after {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  .sidebar--menu.mobile .menu-inner-wrap {
    margin-top: 20px; }
  .sidebar--menu ul > li {
    display: none; }
    .sidebar--menu ul > li.current_page_ancestor, .sidebar--menu ul > li.current_page_parent {
      display: block; }
      .sidebar--menu ul > li.current_page_ancestor ul, .sidebar--menu ul > li.current_page_parent ul {
        margin: 15px 0 20px 0; }
      .sidebar--menu ul > li.current_page_ancestor > a, .sidebar--menu ul > li.current_page_parent > a {
        display: none; }
      .sidebar--menu ul > li.current_page_ancestor li, .sidebar--menu ul > li.current_page_parent li {
        display: block; }
  .sidebar--menu.level-1 ul > li {
    display: block; }
  .sidebar--menu.level-1 .current_page_ancestor,
  .sidebar--menu.level-1 .current_page_parent {
    display: block; }
    .sidebar--menu.level-1 .current_page_ancestor ul,
    .sidebar--menu.level-1 .current_page_parent ul {
      margin: 15px 0 20px 0; }
    .sidebar--menu.level-1 .current_page_ancestor > a,
    .sidebar--menu.level-1 .current_page_parent > a {
      display: none; }
    .sidebar--menu.level-1 .current_page_ancestor li,
    .sidebar--menu.level-1 .current_page_parent li {
      display: block; }
  .sidebar--menu.level-2 ul > li {
    display: block; }
  .sidebar--menu.level-2 .current_page_ancestor,
  .sidebar--menu.level-2 .current_page_parent {
    display: block; }
    .sidebar--menu.level-2 .current_page_ancestor ul,
    .sidebar--menu.level-2 .current_page_parent ul {
      margin: 15px 0 20px 0; }
    .sidebar--menu.level-2 .current_page_ancestor > a,
    .sidebar--menu.level-2 .current_page_parent > a {
      display: none; }
    .sidebar--menu.level-2 .current_page_ancestor li,
    .sidebar--menu.level-2 .current_page_parent li {
      display: block; }
  .sidebar--menu.level-3 ul > li {
    display: none; }
  .sidebar--menu.level-3 .current_page_ancestor,
  .sidebar--menu.level-3 .current_page_parent {
    display: block; }
    .sidebar--menu.level-3 .current_page_ancestor ul,
    .sidebar--menu.level-3 .current_page_parent ul {
      margin: 15px 0 20px 0; }
    .sidebar--menu.level-3 .current_page_ancestor > a,
    .sidebar--menu.level-3 .current_page_parent > a {
      display: none; }
    .sidebar--menu.level-3 .current_page_ancestor li,
    .sidebar--menu.level-3 .current_page_parent li {
      display: block; }

.section--nav--pages {
  margin: 0px 0 80px 0; }
  .section--nav--pages .container {
    max-width: 1330px !important; }
  .section--nav--pages .row {
    margin-left: -15px;
    margin-right: -15px; }
    .section--nav--pages .row .column {
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 30px; }
  .section--nav--pages .h2 {
    display: block;
    color: #000;
    opacity: 0.13;
    font-family: playfair-display, serif;
    font-size: 60px;
    /* 60px */
    font-size: 3.75rem;
    /* 60px */
    line-height: 1;
    /* 60px */
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px; }
  .section--nav--pages .teaser {
    position: relative; }
    .section--nav--pages .teaser .img-wrap {
      position: relative;
      padding-bottom: 102%;
      overflow: hidden; }
      @media (max-width: 767px) {
        .section--nav--pages .teaser .img-wrap {
          padding-bottom: 90%; } }
    .section--nav--pages .teaser .title-wrap {
      position: absolute;
      bottom: 0;
      left: 0;
      background: #EA1241;
      padding: 12px 20px 10px 20px; }
      .section--nav--pages .teaser .title-wrap h3 {
        color: #fff;
        font-family: playfair-display, serif;
        font-size: 18px;
        /* 18px */
        font-size: 1.125rem;
        /* 18px */
        line-height: 1.33333;
        /* 24px */
        font-weight: 600; }

.section--nav {
  background: #EA1241;
  margin-bottom: 50px;
  letter-spacing: 2px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .section--nav {
      margin-top: 0;
      position: relative;
      z-index: 4; } }

@media (min-width: 768px) and (max-width: 991px) {
  .section--nav {
    line-height: 20px; } }
  @media (min-width: 992px) {
    .section--nav {
      padding: 0;
      margin: 0 0 80px; } }
  @media (max-width: 767px) {
    .section--nav {
      padding: 0 5px; } }
  .section--nav .column.left {
    padding: 60px 20px 60px 90px; }
    @media (max-width: 1023px) {
      .section--nav .column.left {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 767px) {
      .section--nav .column.left {
        padding: 25px 20px 30px 40px;
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%; } }
    .section--nav .column.left:before {
      background: #EA1241;
      content: '';
      width: 300px;
      height: 1000px;
      right: -90px;
      top: -200px;
      bottom: -50px;
      display: block;
      position: absolute;
      z-index: 1;
      -webkit-transform: rotate(12deg);
      -ms-transform: rotate(12deg);
      -o-transform: rotate(12deg);
      transform: rotate(12deg); }
      @media (max-width: 767px) {
        .section--nav .column.left:before {
          z-index: 0; } }
  .section--nav .column.right:after {
    background-image: url(../img/side-nav-bg.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    content: '';
    width: 800px;
    height: 1100px;
    right: -120px;
    top: -270px;
    bottom: -30px;
    display: block;
    position: absolute;
    z-index: 50;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg); }
    @media (max-width: 1023px) {
      .section--nav .column.right:after {
        display: none; } }
  @media (max-width: 1023px) {
    .section--nav .column.right {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 767px) {
    .section--nav .column.right {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%;
      display: none; } }
  .section--nav nav {
    z-index: 50;
    position: relative; }
    .section--nav nav .h2 {
      margin-bottom: 30px;
      display: block;
      color: #fff;
      font-family: playfair-display, serif;
      font-size: 40px;
      /* 40px */
      font-size: 2.5rem;
      /* 40px */
      line-height: 1.325;
      /* 53px */
      font-weight: 600; }
    .section--nav nav ul li {
      list-style: none;
      text-transform: uppercase;
      font-family: "Gotham Medium", sans-serif;
      font-size: 14px;
      /* 14px */
      font-size: 0.875rem;
      /* 14px */
      line-height: 1.85714;
      /* 26px */
      font-weight: 600; }
      @media (max-width: 767px) {
        .section--nav nav ul li {
          width: calc( 100% - 15px); } }
      .section--nav nav ul li a {
        color: #fff; }
        .section--nav nav ul li a:after {
          content: '';
          width: 0;
          height: 1px;
          position: absolute;
          left: 0;
          bottom: -3px;
          display: inline-block;
          background: #fff;
          -webkit-transition: width 0.3s ease;
          -o-transition: width 0.3s ease;
          transition: width 0.3s ease; }
        .section--nav nav ul li a:hover {
          color: #fff; }
          .section--nav nav ul li a:hover:after {
            width: 100%; }
      .section--nav nav ul li ul {
        margin: 15px 0 20px 20px;
        display: none; }
      .section--nav nav ul li.current_page_item ul, .section--nav nav ul li.current_page_ancestor ul {
        display: block; }
      .section--nav nav ul li.current_page_item > a:after, .section--nav nav ul li.current_page_ancestor > a:after {
        width: 100%; }
      .section--nav nav ul li.page-item-66999999 a:after {
        display: none; }
      .section--nav nav ul li.page-item-66999999 ul {
        display: none; }
    .section--nav nav li {
      margin-bottom: 10px;
      position: relative;
      /*
			&.page_item_has_children.current_page_item > a:after,
			&.page_item_has_children.current_page_ancestor > a:after,
			&.page_item_has_children.current_page_parent>a:after {
			    content: "\e604";
			    right: -2px;
			    top: -1px;
			}
			*/ }
      @media (min-width: 992px) {
        .section--nav nav li {
          margin-bottom: 15px; } }
      .section--nav nav li:last-child {
        margin-bottom: 0; }
      .section--nav nav li a {
        position: relative;
        color: #fff;
        display: inline-block;
        vertical-align: top;
        /*min-width: 40%;*/ }
    .section--nav nav.hide-2rd-level ul li > a:after {
      display: none; }
    .section--nav nav.hide-2rd-level ul li ul {
      display: none !important; }
    .section--nav nav.mobile .h2 {
      position: relative;
      display: inline-block;
      padding-right: 40px;
      margin-bottom: 0; }
      .section--nav nav.mobile .h2.opened:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
    .section--nav nav.mobile .menu-inner-wrap {
      margin-top: 20px; }

/*footer styles*/
#footer {
  background-color: #231F20;
  margin: 30px 0 0 0;
  padding: 30px 0;
  text-align: center;
  overflow: hidden;
  /*letter-spacing: 1.3px;*/
  font-size: 13px;
  font-family: "Gotham Book", sans-serif; }
  @media (min-width: 992px) {
    #footer {
      text-align: left; } }
  @media (min-width: 992px) {
    #footer {
      padding: 76px 0 40px; } }

.footer-aside {
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  border-bottom: 1px solid #5c595a;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .footer-aside {
      padding-bottom: 30px;
      margin-bottom: 40px; } }
  @media (min-width: 992px) {
    .footer-aside {
      padding-bottom: 40px;
      margin-bottom: 40px; } }
  .footer-aside .column {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .footer-aside .column {
        margin-bottom: 0; } }
    @media (max-width: 991px) {
      .footer-aside .column {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%; } }
  .footer-aside .h2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: -0.09px;
    margin: 0 0 20px;
    display: block;
    font-weight: 600;
    position: relative; }
    .footer-aside .h2 span {
      background: #231F20;
      position: relative;
      z-index: 50;
      padding-right: 10px; }
      @media (max-width: 991px) {
        .footer-aside .h2 span {
          padding: 0 10px; } }
    .footer-aside .h2:before {
      content: '';
      position: absolute;
      top: 13px;
      left: 0;
      width: 100%;
      height: 1px;
      background: #EA1241;
      z-index: 0; }
  .footer-aside img {
    margin-top: 10px;
    max-width: 200px; }
    @media (max-width: 1199px) {
      .footer-aside img {
        max-width: 160px; } }
    @media (max-width: 991px) {
      .footer-aside img {
        margin-bottom: 25px; } }
    .footer-aside img.second-logo {
      max-width: 100px;
      margin-top: 30px;
      margin-left: 50px; }
      @media (max-width: 1199px) {
        .footer-aside img.second-logo {
          margin-left: 30px; } }
      @media (max-width: 991px) {
        .footer-aside img.second-logo {
          margin-top: 20px; } }
  .footer-aside a {
    color: #fff; }
    .footer-aside a:hover {
      opacity: 0.7; }
  .footer-aside address {
    font-size: 0.875rem;
    line-height: 1.4375rem;
    letter-spacing: -0.22px; }
    .footer-aside address .text-wrap {
      display: block;
      margin: 0 0 10px; }

/* social-netowrks styles */
.social-networks {
  margin: 0 -5px 15px; }
  @media (min-width: 992px) {
    .social-networks {
      margin: -4px -5px 27px; } }
  @media (max-width: 1199px) {
    .social-networks {
      max-width: 140px; } }
  @media (max-width: 991px) {
    .social-networks {
      max-width: 100%;
      text-align: center; } }
  .social-networks li {
    display: inline-block;
    padding: 0 5px 5px;
    margin-right: 10px; }
    @media (min-width: 992px) {
      .social-networks li {
        padding: 0 3px 5px; } }
    @media (max-width: 991px) {
      .social-networks li {
        margin-bottom: 0; } }
    .social-networks li span.anchor-text {
      display: none !important; }
  .social-networks a {
    display: block;
    border-radius: 100%;
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -2px; }
    .social-networks a:hover {
      opacity: 0.7; }
    .social-networks a span {
      display: inline-block;
      vertical-align: top; }

/* list-logo styles */
@media (min-width: 992px) {
  .list-logo {
    padding: 4px 0 0;
    margin: 0 -12px; } }

.list-logo img {
  max-width: 80%; }
  @media (min-width: 992px) {
    .list-logo img {
      max-width: 100%; } }

.list-logo li {
  vertical-align: middle;
  margin-bottom: 5px; }
  @media (min-width: 992px) {
    .list-logo li {
      max-width: 50%; } }
  @media (min-width: 993px) {
    .list-logo li {
      max-width: 100%;
      padding: 0 12px; } }

.footer-holder {
  font-size: 0.6875rem;
  line-height: 1.1875rem;
  color: #fff; }
  .footer-holder a {
    color: #fff !important; }
    .footer-holder a:hover {
      text-decoration: none;
      opacity: 0.7; }
  .footer-holder .site-info {
    position: relative;
    padding-left: 100px;
    font-size: 0.6875rem;
    line-height: 1.1875rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600; }
    @media (min-width: 992px) {
      .footer-holder .site-info {
        float: right; } }
    @media (max-width: 991px) {
      .footer-holder .site-info {
        padding-left: 0; } }
  @media (max-width: 991px) {
    .footer-holder .column.right {
      margin-top: 10px;
      margin-bottom: 30px; } }

/* footer nav styles */
.footer-nav .active a {
  opacity: 0.7; }

.footer-nav li {
  margin-bottom: 10px;
  font-size: 0.6875rem;
  line-height: 1.1875rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px; }
  .footer-nav li a {
    color: #fff !important; }

/* footer-list styles */
.list-footer {
  letter-spacing: -4px;
  margin: 0 0 10px; }
  @media (min-width: 992px) {
    .list-footer {
      margin: 0; } }
  .list-footer li {
    margin-bottom: 5px;
    padding: 0;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 0.6875rem;
    line-height: 1.1875rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px; }
    .list-footer li:first-child:before {
      display: none; }
    .list-footer li:before {
      content: '';
      display: inline-block;
      vertical-align: top;
      height: 13px;
      width: 1px;
      background: #fff;
      margin: 3px 5px 0; }
      @media (min-width: 992px) {
        .list-footer li:before {
          margin: 3px 12px 0; } }
  .list-footer .active a {
    opacity: 0.7; }

.title {
  font-family: playfair-display, serif; }
  .title--xs {
    font-size: 16px;
    /* 16px */
    font-size: 1rem;
    /* 16px */
    line-height: 1.3125;
    /* 21px */ }
  .title--sm {
    font-size: 24px;
    /* 24px */
    font-size: 1.5rem;
    /* 24px */
    line-height: 1.33333;
    /* 32px */ }
  .title--md {
    font-size: 30px;
    /* 30px */
    font-size: 1.875rem;
    /* 30px */
    line-height: 0.93333;
    /* 28px */ }
  .title--lg {
    font-size: 42px;
    /* 42px */
    font-size: 2.625rem;
    /* 42px */
    line-height: 1.2381;
    /* 52px */ }
  .title--xl {
    font-size: 64px;
    /* 64px */
    font-size: 4rem;
    /* 64px */
    line-height: 1;
    /* 64px */ }

.text {
  font-family: "Gotham Book", sans-serif; }

.font-sans {
  font-family: "Gotham Book", sans-serif !important; }

.font-serif {
  font-family: playfair-display, serif !important; }

.section--title {
  font-family: playfair-display, serif;
  font-size: 60px;
  /* 60px */
  font-size: 3.75rem;
  /* 60px */
  line-height: 1.33333;
  /* 80px */
  font-weight: 600;
  letter-spacing: normal;
  color: #EA1241;
  display: block;
  text-align: center;
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    .section--title {
      font-size: 40px;
      /* 40px */
      font-size: 2.5rem;
      /* 40px */
      line-height: 1.25;
      /* 50px */ } }
  .section--title.extra-margin {
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .section--title.extra-margin {
        margin-bottom: 40px; } }
  .section--title.white {
    color: #fff !important; }
  .section--title.black {
    color: #231F20; }
  .section--title.text-left {
    text-align: left; }

.main-title {
  font-family: playfair-display, serif;
  font-size: 75px;
  /* 75px */
  font-size: 4.6875rem;
  /* 75px */
  line-height: 1.14667;
  /* 86px */
  font-weight: 600; }
  .main-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 19px;
    height: 50px;
    width: 1px;
    background: #EA1241;
    z-index: 0; }
    @media (max-width: 1023px) {
      .main-title:before {
        left: 24px; } }
    @media (max-width: 767px) {
      .main-title:before {
        left: 19px; } }
  .main-title.home-style:before {
    bottom: -15px;
    height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ea1241), color-stop(50%, rgba(234, 18, 65, 0)));
    background: -webkit-linear-gradient(top, #ea1241 50%, rgba(234, 18, 65, 0) 50%);
    background: -o-linear-gradient(top, #ea1241 50%, rgba(234, 18, 65, 0) 50%);
    background: linear-gradient(to bottom, #ea1241 50%, rgba(234, 18, 65, 0) 50%);
    background-position: 0 -80px;
    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; }
    @media (max-width: 1199px) {
      .main-title.home-style:before {
        display: none;
        bottom: 10px; } }
    @media (max-width: 1023px) {
      .main-title.home-style:before {
        display: none; } }

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

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

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

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-family: "Gotham Book", sans-serif; }

#content-wrap {
  position: relative;
  overflow: hidden; }

.item-anchor {
  z-index: 300;
  text-indent: -5000em; }

a.post-edit-link {
  position: fixed;
  z-index: 100;
  bottom: 0;
  background: #EA1241;
  color: white;
  padding: 10px 15px; }

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

.intro {
  font-size: 20px;
  /* 20px */
  font-size: 1.25rem;
  /* 20px */
  line-height: 1.45;
  /* 29px */
  font-weight: bold; }

b,
strong {
  font-weight: bold; }

.heateor_sss_sharing_container {
  display: none !important; }

.first-editor-content {
  padding: 59px 50px 0 0;
  min-height: 300px; }
  @media (max-width: 767px) {
    .first-editor-content {
      padding: 40px 0 20px 0; } }
  .first-editor-content.type2 {
    padding-top: 15px; }
  .first-editor-content > p:first-child {
    position: relative;
    font-size: 20px;
    /* 20px */
    font-size: 1.25rem;
    /* 20px */
    line-height: 1.45;
    /* 29px */
    font-weight: bold; }
    .first-editor-content > p:first-child::first-letter {
      position: absolute;
      top: 2px;
      left: -2px;
      font-family: playfair-display, serif;
      font-size: 3.75rem;
      line-height: 2.75rem;
      letter-spacing: -0.55px;
      font-weight: 600;
      color: #EA1241;
      margin-right: 6px;
      text-transform: uppercase;
      display: block; }
  .first-editor-content .img-featured {
    margin-bottom: 50px; }

@media (min-width: 768px) {
  .split-list {
    -webkit-column-count: 2;
    column-count: 2; } }

p,
ul,
ol,
li {
  font-size: 16px;
  /* 16px */
  font-size: 1rem;
  /* 16px */
  line-height: 1.8125;
  /* 29px */
  letter-spacing: 0;
  margin-bottom: 22px;
  font-weight: 300; }
  p a:not(.button),
  ul a:not(.button),
  ol a:not(.button),
  li a:not(.button) {
    color: #231F20;
    -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,
    li a:not(.button):hover {
      color: #080707; }

.plus-link {
  position: relative;
  padding-right: 30px;
  text-transform: uppercase;
  color: #EA1241 !important;
  font-family: "Gotham Medium", sans-serif;
  font-size: 14px;
  /* 14px */
  font-size: 0.875rem;
  /* 14px */
  line-height: 1;
  /* 14px */
  letter-spacing: 2.55px;
  font-weight: 500;
  display: inline-block; }
  .plus-link:hover {
    color: #AB1D40; }
  .plus-link::after {
    content: url("../img/plus-link.svg");
    position: absolute;
    top: 0px;
    right: 0;
    width: 22px;
    height: 22px; }

.external-link {
  position: relative;
  padding-left: 30px;
  text-transform: uppercase;
  color: #EA1241;
  font-family: "Gotham Medium", sans-serif;
  font-size: 14px;
  /* 14px */
  font-size: 0.875rem;
  /* 14px */
  line-height: 1;
  /* 14px */
  letter-spacing: 2.55px;
  font-weight: 500; }
  .external-link:hover {
    color: #AB1D40; }
  .external-link::after {
    content: url("../img/external-link.svg");
    position: absolute;
    top: 1px;
    left: 0;
    width: 22px;
    height: 22px; }

.download-link {
  position: relative;
  padding-left: 30px;
  text-transform: uppercase;
  color: #EA1241 !important;
  font-family: "Gotham Medium", sans-serif;
  font-size: 14px;
  /* 14px */
  font-size: 0.875rem;
  /* 14px */
  line-height: 1;
  /* 14px */
  letter-spacing: 2.55px;
  font-weight: 500; }
  .download-link:hover {
    color: #AB1D40; }
  .download-link::after {
    content: url("../img/download-link.svg");
    position: absolute;
    top: -6px;
    left: 0;
    width: 22px;
    height: 22px; }

iframe {
  max-width: 100%; }

.justify-content-center img.alignnone {
  max-width: 1200px !important;
  width: calc(100% + 140px);
  margin: 30px -70px 30px -70px !important; }

@media (min-width: 768px) {
  .content,
  .mce-content-body {
    padding-right: 10px; } }

.content.mr-bot,
.mce-content-body.mr-bot {
  margin-bottom: 50px; }

@media (min-width: 1201px) {
  .content .max-width-1,
  .mce-content-body .max-width-1 {
    max-width: 900px; } }

.content h2,
.mce-content-body h2 {
  font-family: playfair-display, serif;
  color: #EA1241;
  font-size: 46px;
  /* 46px */
  font-size: 2.875rem;
  /* 46px */
  line-height: 1.21739;
  /* 56px */
  font-weight: 500;
  letter-spacing: -0.87px;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .content h2,
    .mce-content-body h2 {
      font-size: 36px;
      /* 36px */
      font-size: 2.25rem;
      /* 36px */
      line-height: 1.27778;
      /* 46px */ } }

.content h3,
.mce-content-body h3 {
  font-family: playfair-display, serif;
  color: #EA1241;
  font-size: 38px;
  /* 38px */
  font-size: 2.375rem;
  /* 38px */
  line-height: 1.21053;
  /* 46px */
  font-weight: 500;
  letter-spacing: -0.87px;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .content h3,
    .mce-content-body h3 {
      font-size: 36px;
      /* 36px */
      font-size: 2.25rem;
      /* 36px */
      line-height: 1.27778;
      /* 46px */ } }

.content p a,
.mce-content-body p a {
  color: #EA1241; }
  .content p a:hover,
  .mce-content-body p a:hover {
    color: #AB1D40; }

.content .button,
.mce-content-body .button {
  color: #fff !important; }

.content iframe,
.mce-content-body iframe {
  margin: 20px 0 10px 0;
  width: 100%;
  max-width: 100%; }

.content ul,
.mce-content-body ul {
  margin: 20px 0 40px 0;
  padding: 0;
  list-style: none; }
  .content ul li,
  .mce-content-body ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px; }
    .content ul li a,
    .mce-content-body ul li a {
      color: #EA1241; }
      .content ul li a:hover,
      .mce-content-body ul li a:hover {
        color: #AB1D40; }
    .content ul li:after,
    .mce-content-body ul li:after {
      content: '';
      background-image: url(../img/list-icon.svg);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: contain;
      content: '';
      width: 12px;
      height: 12px;
      left: 7px;
      top: 6px;
      display: block;
      position: absolute; }

.content ol,
.mce-content-body ol {
  padding-left: 28px; }

@media (max-width: 767px) {
  .content ul, .content ol,
  .mce-content-body ul,
  .mce-content-body ol {
    padding-left: 20px; } }

.content .tablepress .row-hover tr.even:hover td,
.mce-content-body .tablepress .row-hover tr.even:hover td {
  background: #fbd1da !important; }

.content .tablepress .odd even,
.mce-content-body .tablepress .odd even {
  background: #fbd1da !important; }
  .content .tablepress .odd even:hover,
  .mce-content-body .tablepress .odd even:hover {
    background: #fbd1da !important; }

.content .tablepress .row-hover tr.odd:hover td,
.mce-content-body .tablepress .row-hover tr.odd:hover td {
  background: #f9f9f9 !important; }

.content .tablepress .odd td,
.mce-content-body .tablepress .odd td {
  background: #f9f9f9 !important; }
  .content .tablepress .odd td:hover,
  .mce-content-body .tablepress .odd td:hover {
    background: #f9f9f9 !important; }

.content .video-wrap,
.mce-content-body .video-wrap {
  position: relative;
  overflow: hidden;
  position: relative;
  margin: 20px 0 20px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .content .video-wrap.has-bg-video,
    .mce-content-body .video-wrap.has-bg-video {
      background: none !important; } }
  .content .video-wrap:before,
  .mce-content-body .video-wrap:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 56%; }
  .content .video-wrap:after,
  .mce-content-body .video-wrap:after {
    content: '';
    background: #000;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+44,000000+100&0+44,0.73+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0NCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNzMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    /* W3C */
    z-index: 5;
    display: block; }
  .content .video-wrap__title,
  .mce-content-body .video-wrap__title {
    font-size: 40px;
    /* 40px */
    font-size: 2.5rem;
    /* 40px */
    line-height: 1.25;
    /* 50px */
    letter-spacing: -0.87px;
    font-family: playfair-display, serif;
    font-weight: normal;
    width: calc(100% - 200px);
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    position: absolute;
    bottom: 53px;
    left: 137px;
    z-index: 100; }
    @media (max-width: 767px) {
      .content .video-wrap__title,
      .mce-content-body .video-wrap__title {
        font-size: 25px;
        /* 25px */
        font-size: 1.5625rem;
        /* 25px */
        line-height: 1.28;
        /* 32px */
        width: 100%;
        bottom: 15px;
        left: 0;
        right: 0;
        padding: 0 20px;
        text-align: center; } }
  .content .video-wrap__icon,
  .mce-content-body .video-wrap__icon {
    position: absolute;
    bottom: 56px;
    left: 38px;
    width: 78px;
    min-width: auto;
    height: auto;
    z-index: 100;
    margin: 0;
    width: 78px;
    height: 78px;
    background-image: url(../img/video_play@2x.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
    @media (max-width: 767px) {
      .content .video-wrap__icon,
      .mce-content-body .video-wrap__icon {
        left: 50%;
        bottom: 50%;
        width: 44px;
        height: 44px;
        margin-left: -22px;
        margin-bottom: -12px; } }
  .content .video-wrap video,
  .mce-content-body .video-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    margin: 0;
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    z-index: -100; }
    @media (max-width: 767px) {
      .content .video-wrap video,
      .mce-content-body .video-wrap video {
        display: none !important; } }

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

blockquote {
  position: relative;
  margin: 100px 0px 100px 35px; }
  @media (max-width: 1023px) {
    blockquote {
      margin: 60px 0 60px 35px; } }
  @media (max-width: 767px) {
    blockquote {
      margin: 60px 0 60px 35px; } }
  blockquote:after {
    content: '';
    position: absolute;
    left: -220px;
    top: -77px;
    width: 370px;
    height: 352px;
    background-image: url(../img/blockquote-star.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    display: block; }
  blockquote p {
    font-family: "Gotham Medium", sans-serif;
    font-size: 13px;
    /* 13px */
    font-size: 0.8125rem;
    /* 13px */
    line-height: 1.38462;
    /* 18px */
    letter-spacing: 1.08px;
    color: #231F20;
    text-transform: uppercase;
    margin: 0 0 30px 0; }
    blockquote p:first-child {
      font-family: playfair-display, serif;
      font-size: 30px;
      /* 30px */
      font-size: 1.875rem;
      /* 30px */
      line-height: 1.33333;
      /* 40px */
      color: #AB1D40;
      font-weight: 600;
      letter-spacing: -0.3px;
      text-transform: none; }

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

.strip--image--text {
  position: relative;
  margin: 70px 0;
  padding: 50px;
  min-height: 470px;
  overflow: hidden; }
  @media (min-width: 993px) {
    .strip--image--text {
      min-height: 560px; } }
  .strip--image--text .red-star-bg {
    background-image: url(../img/large-transparent-red-star.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    width: 5000px;
    height: 5065px;
    left: -3200px;
    top: -600px;
    display: block;
    position: absolute;
    z-index: 0;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg); }
  .strip--image--text .content--on--top {
    position: relative;
    max-width: 320px;
    padding: 80px 0 60px 0;
    display: block;
    z-index: 50; }
    .strip--image--text .content--on--top h2 {
      position: relative;
      font-family: playfair-display, serif;
      font-size: 60px;
      /* 60px */
      font-size: 3.75rem;
      /* 60px */
      line-height: 1.08333;
      /* 65px */
      letter-spacing: normal;
      color: #fff;
      margin: 0 0 30px 0;
      z-index: 50; }
      @media (max-width: 767px) {
        .strip--image--text .content--on--top h2 {
          font-size: 50px;
          /* 50px */
          font-size: 3.125rem;
          /* 50px */
          line-height: 1.2;
          /* 60px */ } }
    .strip--image--text .content--on--top p {
      position: relative;
      color: #fff;
      z-index: 50; }
    .strip--image--text .content--on--top .button {
      position: relative;
      z-index: 50; }

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

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

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

.block {
  /* ul{
        padding: 0;
        li + li{
            margin-top: 12px;
        }
        li{
			position: relative;
            list-style: none;
            padding-left: 25px;
            &:before{
                position: absolute;
                top: calc(0.3em + 4px);
                left: 0px;
                content: '';
                height: 8px;
                width: 8px;
                background: $secondary;
                border-radius: 50%;
            }
        }
	} */ }

.button {
  position: relative;
  display: inline-block;
  padding: 21px 37px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #EA1241;
  color: #fff;
  font-family: "Gotham Medium", sans-serif;
  font-weight: 600;
  border-radius: 0;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 15px;
  cursor: pointer;
  /*
    &:before,
    &:after {
        content: '';
        position: absolute;
        background-color: white;
        width: 5px;
        height: 70%;
        top: 15%;
        @include tran-prefix(all 0.4s ease-in-out);
    }
    &:before {
        left: -3px;
    }
    &:after {  
        right: -3px;
    }
    &:hover {
        &:before,
        &:after {
            height: 0;
            top: 50%;
        }
    }
    */
  -webkit-transition: 0.2s all ease-in;
  -moz-transition: 0.2s all ease-in;
  -ms-transition: 0.2s all ease-in;
  -o-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in; }
  .button:hover {
    background: #AB1D40;
    color: #fff !important; }
  .button--full-width {
    display: block;
    text-align: center;
    margin-right: 0; }
  .button--is-active {
    pointer-events: none;
    color: white; }
  .button--white {
    background: #fff !important;
    color: #EA1241; }
    .button--white:hover {
      background: #fff;
      color: #EA1241 !important; }
  .button--outline {
    border: solid 2px #EA1241;
    background: none;
    color: #EA1241; }
    .button--outline:hover {
      background: #EA1241;
      color: #fff !important; }
  .button--outline--white {
    border: solid 2px #fff;
    background: none;
    color: #fff; }
    .button--outline--white:hover {
      background: #fff;
      color: #EA1241 !important; }
  .button.landing {
    margin-right: 0;
    background: #EA1241;
    cursor: default; }
  .button:hover, .button:focus {
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    .button.sm-full-width {
      display: block;
      text-align: center;
      margin-right: 0; } }

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 {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }
  .img-background--cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center top !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%; }

.object-fit.not-compatible img {
  opacity: 0; }

.full-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }
  .full-cover--fit {
    -o-object-fit: cover;
    object-fit: cover; }
  .full-cover--fit-contain {
    -o-object-fit: contain;
    object-fit: contain; }
  .full-cover img {
    width: inherit;
    height: inherit;
    -o-object-fit: inherit;
    object-fit: inherit; }

.absolute-fill {
  position: relative; }
  .absolute-fill > * {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.bleed-right {
  width: calc(100% + 50vw  - ((1300px - 30px) / 2));
  max-width: none; }

.responsive-img {
  height: 0;
  position: relative; }
  .responsive-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.banner {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #AB1D40; }
  .banner .standard-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.44)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 100%);
    z-index: 0; }
  .banner--media {
    height: 25vw;
    min-height: 640px;
    background-position: center top !important; }
    @media (max-width: 767px) {
      .banner--media {
        min-height: 500px; } }
    .banner--media .video {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      @media (max-width: 767px) {
        .banner--media .video {
          display: none; } }
      .banner--media .video video {
        /*
				position: absolute;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				min-width: 100%;
				min-height: 100%;
				min-height: calc( 100vh - 74px ); // To be changed;
				//overflow: hidden;
				*/
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    .banner--media .column.left {
      position: absolute;
      bottom: 0;
      left: 0; }
      .banner--media .column.left.type2 {
        bottom: -36px; }
  .banner--tall-height {
    min-height: 960px; }
    @media (max-width: 767px) {
      .banner--tall-height {
        min-height: 500px; } }
  .banner--full-height {
    height: calc( 100vh - 74px);
    overflow: hidden; }
    @media (max-width: 1023px) {
      .banner--full-height {
        height: auto;
        min-height: 680px; } }
    @media (max-width: 767px) {
      .banner--full-height {
        overflow: hidden;
        height: calc( 100vh - 110px);
        height: auto;
        min-height: 500px; } }
  .banner .container-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    .banner .container-wrap .container {
      position: relative;
      display: block; }
      @media (max-width: 1199px) {
        .banner .container-wrap .container {
          padding-left: 25px;
          padding-right: 25px; } }
      @media (max-width: 767px) {
        .banner .container-wrap .container {
          padding-left: 20px;
          padding-right: 20px; } }
  .banner h1 {
    font-family: playfair-display, serif;
    font-size: 75px;
    /* 75px */
    font-size: 4.6875rem;
    /* 75px */
    line-height: 1.14667;
    /* 86px */
    font-weight: 600;
    padding-bottom: 50px; }
    @media (max-width: 767px) {
      .banner h1 {
        font-size: 50px;
        /* 50px */
        font-size: 3.125rem;
        /* 50px */
        line-height: 1.2;
        /* 60px */ } }
    @media (max-width: 575px) {
      .banner h1 {
        font-size: 40px;
        /* 40px */
        font-size: 2.5rem;
        /* 40px */
        line-height: 1.25;
        /* 50px */ } }
    .banner h1.medium {
      font-size: 60px;
      /* 60px */
      font-size: 3.75rem;
      /* 60px */
      line-height: 1.25;
      /* 75px */ }
      @media (max-width: 767px) {
        .banner h1.medium {
          font-size: 50px;
          /* 50px */
          font-size: 3.125rem;
          /* 50px */
          line-height: 1.2;
          /* 60px */ } }
      @media (max-width: 575px) {
        .banner h1.medium {
          font-size: 40px;
          /* 40px */
          font-size: 2.5rem;
          /* 40px */
          line-height: 1.25;
          /* 50px */ } }
  .banner .home-title-wrap {
    position: relative;
    display: block;
    z-index: 100;
    padding-bottom: 87px;
    max-width: 810px; }
    @media (max-width: 1023px) {
      .banner .home-title-wrap {
        padding-bottom: 38px; } }
    @media (max-width: 767px) {
      .banner .home-title-wrap h1 {
        padding-bottom: 20px; } }
    .banner .home-title-wrap span {
      display: block; }
      .banner .home-title-wrap span.first-line {
        font-size: 144px;
        /* 144px */
        font-size: 9rem;
        /* 144px */
        line-height: 1;
        /* 144px */
        font-weight: 600;
        letter-spacing: -3.13px;
        margin-bottom: 25px; }
        @media (max-width: 1199px) {
          .banner .home-title-wrap span.first-line {
            font-size: 124px;
            /* 124px */
            font-size: 7.75rem;
            /* 124px */
            line-height: 1;
            /* 124px */ } }
        @media (max-width: 767px) {
          .banner .home-title-wrap span.first-line {
            font-size: 80px;
            /* 80px */
            font-size: 5rem;
            /* 80px */
            line-height: 1;
            /* 80px */ } }
      .banner .home-title-wrap span.second-line {
        font-family: "Gotham Medium", sans-serif;
        font-size: 60px;
        /* 60px */
        font-size: 3.75rem;
        /* 60px */
        line-height: 1.16667;
        /* 70px */
        font-weight: 600;
        letter-spacing: -1.3px;
        text-transform: uppercase; }
        @media (max-width: 1199px) {
          .banner .home-title-wrap span.second-line {
            font-size: 50px;
            /* 50px */
            font-size: 3.125rem;
            /* 50px */
            line-height: 1.2;
            /* 60px */ } }
        @media (max-width: 767px) {
          .banner .home-title-wrap span.second-line {
            font-size: 36px;
            /* 36px */
            font-size: 2.25rem;
            /* 36px */
            line-height: 1.16667;
            /* 42px */ } }
    .banner .home-title-wrap .anchor-text {
      position: absolute;
      bottom: 15px;
      left: 55px;
      font-family: "Gotham Medium", sans-serif;
      color: #fff;
      font-size: 12px;
      /* 12px */
      font-size: 0.75rem;
      /* 12px */
      line-height: 2;
      /* 24px */
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        .banner .home-title-wrap .anchor-text {
          display: none; } }
  .banner.landing-style .container .column {
    max-width: 1060px;
    text-align: center;
    margin: 0 auto;
    right: 0; }
    .banner.landing-style .container .column h1.main-title {
      padding-bottom: 100px; }
      .banner.landing-style .container .column h1.main-title:before {
        left: 50%;
        height: 70px; }
  .banner.newsletter-style {
    min-height: 540px; }
    @media (max-width: 767px) {
      .banner.newsletter-style {
        min-height: 440px; } }
    .banner.newsletter-style .column.left {
      position: relative;
      left: auto;
      bottom: auto;
      text-align: center; }
      .banner.newsletter-style .column.left .main-title {
        padding-bottom: 180px;
        font-size: 64px;
        /* 64px */
        font-size: 4rem;
        /* 64px */
        line-height: 1.15625;
        /* 74px */ }
        @media (max-width: 767px) {
          .banner.newsletter-style .column.left .main-title {
            padding-bottom: 75px; } }
        @media (max-width: 767px) {
          .banner.newsletter-style .column.left .main-title {
            font-size: 50px;
            /* 50px */
            font-size: 3.125rem;
            /* 50px */
            line-height: 1.2;
            /* 60px */ } }
        @media (max-width: 575px) {
          .banner.newsletter-style .column.left .main-title {
            font-size: 40px;
            /* 40px */
            font-size: 2.5rem;
            /* 40px */
            line-height: 1.25;
            /* 50px */ } }
        .banner.newsletter-style .column.left .main-title span {
          display: block;
          font-size: 32px;
          /* 32px */
          font-size: 2rem;
          /* 32px */
          line-height: 1.1875;
          /* 38px */
          font-weight: 400;
          margin-top: 15px; }
        .banner.newsletter-style .column.left .main-title:before {
          left: 50%;
          bottom: 120px; }
          @media (max-width: 767px) {
            .banner.newsletter-style .column.left .main-title:before {
              bottom: 0; } }
  .banner .caption {
    color: #fff;
    font-family: "Gotham Medium", sans-serif;
    font-size: 14px;
    /* 14px */
    font-size: 0.875rem;
    /* 14px */
    line-height: 2.42857;
    /* 34px */
    letter-spacing: 2.55px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px; }
  @media (max-width: 767px) {
    .banner .red-box {
      display: none; } }

.red-box-container {
  display: none; }
  @media (max-width: 767px) {
    .red-box-container {
      display: block; } }

.red-box {
  background: #EA1241;
  position: absolute;
  z-index: 20;
  bottom: -45px;
  right: 0;
  width: 100%;
  max-width: 620px;
  display: block; }
  @media (max-width: 1199px) {
    .red-box {
      bottom: -40px; } }
  @media (max-width: 767px) {
    .red-box {
      position: relative;
      bottom: auto;
      margin-top: -75px;
      margin-bottom: 30px; } }
  .red-box p {
    padding: 58px 46px 68px 46px;
    margin: 0;
    color: #fff;
    font-family: "Gotham Medium", sans-serif;
    font-size: 20px;
    /* 20px */
    font-size: 1.25rem;
    /* 20px */
    line-height: 1.45;
    /* 29px */
    letter-spacing: 0; }
    @media (max-width: 1199px) {
      .red-box p {
        padding: 54px 46px 54px 46px; } }
    @media (max-width: 1023px) {
      .red-box p {
        padding: 34px 40px 34px 40px;
        font-size: 18px;
        /* 18px */
        font-size: 1.125rem;
        /* 18px */
        line-height: 1.5;
        /* 27px */ } }

@media (max-width: 767px) {
  main.main .red-box {
    display: block; } }

body.home .banner--wrap {
  overflow: hidden;
  padding-bottom: 44px; }
  @media (max-width: 767px) {
    body.home .banner--wrap {
      padding-bottom: 0; } }
  body.home .banner--wrap .banner {
    overflow: visible; }
  body.home .banner--wrap.video-present {
    overflow: visible;
    padding-bottom: 44px; }
    @media (max-width: 767px) {
      body.home .banner--wrap.video-present {
        padding-bottom: 0; } }
    body.home .banner--wrap.video-present .banner {
      overflow: visible;
      height: calc( 100vh - 110px); }
      @media (max-width: 767px) {
        body.home .banner--wrap.video-present .banner {
          min-height: 440px; } }
      body.home .banner--wrap.video-present .banner--media .video video {
        height: calc( 100vh - 74px); }
        @media (max-width: 767px) {
          body.home .banner--wrap.video-present .banner--media .video video {
            min-height: 500px; } }
      body.home .banner--wrap.video-present .banner--media.is-mobile .video video {
        height: 100%; }

body.home main {
  padding-top: 100px; }
  @media (max-width: 1199px) {
    body.home main {
      padding-top: 50px; } }

.intro--section {
  padding: 70px 0 55px 0;
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
  /*
	.intro {
		
		p {
		    @include font-size(16px, 24px);
		    letter-spacing: normal;
		    font-weight: 400;
		    margin-bottom: 22px;
		}
	}
	*/ }
  @media (max-width: 767px) {
    .intro--section {
      padding: 40px 0 15px 0; } }

.contact--strip {
  margin: 50px 0 50px 0;
  background: #AB1D40;
  padding: 70px 0 80px 0;
  color: #fff; }
  @media (max-width: 1199px) {
    .contact--strip {
      margin: 25px 0 25px 0;
      padding: 35px 0 40px 0; } }
  @media (max-width: 767px) {
    .contact--strip {
      margin: 40px 0 40px 0;
      padding: 40px 0 50px 0; } }
  @media (max-width: 1023px) {
    .contact--strip .column.left {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%; } }
  .contact--strip .column.right {
    max-width: 620px; }
    @media (max-width: 1023px) {
      .contact--strip .column.right {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%; } }
  .contact--strip h2 {
    font-family: playfair-display, serif;
    font-size: 48px;
    /* 48px */
    font-size: 3rem;
    /* 48px */
    line-height: 1.33333;
    /* 64px */
    color: #fff;
    text-align: left; }
    @media (max-width: 767px) {
      .contact--strip h2 {
        font-size: 44px;
        /* 44px */
        font-size: 2.75rem;
        /* 44px */
        line-height: 1.22727;
        /* 54px */ } }
  .contact--strip p {
    color: #fff; }
    .contact--strip p a {
      color: #fff;
      text-decoration: underline; }
      .contact--strip p a:hover {
        color: #fff; }
  .contact--strip .inner {
    max-width: 450px; }
    @media (max-width: 1023px) {
      .contact--strip .inner {
        max-width: 100%; } }
  .contact--strip .contacts {
    position: relative;
    margin-top: 20px; }
    .contact--strip .contacts .item {
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .contact--strip .contacts .item:after {
        content: '';
        position: absolute;
        left: 20px;
        bottom: 5px;
        background: #000;
        height: 1px;
        width: 80%;
        width: calc(100% - 40px); }
      .contact--strip .contacts .item span {
        display: block;
        color: #fff;
        font-size: 16px;
        /* 16px */
        font-size: 1rem;
        /* 16px */
        line-height: 1.5;
        /* 24px */
        letter-spacing: normal;
        margin-bottom: 5px; }
        .contact--strip .contacts .item span.name {
          font-weight: 600; }

.whats-on-title {
  font-family: playfair-display, serif;
  font-size: 60px;
  /* 60px */
  font-size: 3.75rem;
  /* 60px */
  line-height: 1.33333;
  /* 80px */
  font-weight: 600;
  letter-spacing: normal;
  color: #EA1241;
  display: block;
  text-align: center; }

.whats--on .section--title {
  margin-bottom: 75px; }
  @media (max-width: 1023px) {
    .whats--on .section--title {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .whats--on .section--title {
      margin-bottom: 40px; } }

.whats--on .container {
  max-width: 1264px; }

.whats--on .row-second {
  margin-top: 40px; }
  @media (max-width: 1023px) {
    .whats--on .row-second {
      margin-top: 25px; } }
  @media (max-width: 767px) {
    .whats--on .row-second {
      margin-bottom: 0; } }

.whats--on .column {
  position: relative; }
  @media (max-width: 1023px) {
    .whats--on .column {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%; } }
  .whats--on .column .slick-news-slider {
    margin-bottom: 0; }
    @media (max-width: 1023px) {
      .whats--on .column .slick-news-slider {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .whats--on .column .slick-news-slider {
        margin-bottom: 20px; } }
    .whats--on .column .slick-news-slider .slick-dots {
      right: 30px; }
      @media (max-width: 767px) {
        .whats--on .column .slick-news-slider .slick-dots {
          right: 10px;
          bottom: auto;
          top: 10px; } }
      .whats--on .column .slick-news-slider .slick-dots li {
        width: 12px;
        height: 12px; }
        .whats--on .column .slick-news-slider .slick-dots li button:before {
          width: 11px;
          height: 11px;
          border: 1px solid #fff;
          background: #fff; }
        .whats--on .column .slick-news-slider .slick-dots li.slick-active button:before {
          width: 11px;
          height: 11px;
          border: 1px solid #EA1241;
          background: #EA1241; }
  @media (max-width: 1023px) {
    .whats--on .column.instagram--column {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .whats--on .column.instagram--column {
      margin-bottom: 20px; } }
  .whats--on .column.instagram--column .inner {
    padding: 40px 37px 40px 40px; }
    @media (max-width: 767px) {
      .whats--on .column.instagram--column .inner {
        padding: 40px 20px; } }
    .whats--on .column.instagram--column .inner .insta--head {
      position: relative;
      display: block;
      clear: both;
      width: 100%;
      min-height: 80px; }
      @media (max-width: 1199px) {
        .whats--on .column.instagram--column .inner .insta--head {
          padding-top: 65px; } }
      @media (max-width: 1023px) {
        .whats--on .column.instagram--column .inner .insta--head {
          padding-top: 0; } }
      @media (max-width: 767px) {
        .whats--on .column.instagram--column .inner .insta--head {
          padding-top: 70px; } }
      .whats--on .column.instagram--column .inner .insta--head .insta--title {
        position: absolute;
        left: 0;
        top: 24px;
        padding-left: 30px;
        color: #231F20;
        font-family: "Gotham Medium", sans-serif;
        font-size: 12px;
        /* 12px */
        font-size: 0.75rem;
        /* 12px */
        line-height: 1;
        /* 12px */
        letter-spacing: 0.92px;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .whats--on .column.instagram--column .inner .insta--head .insta--title {
            top: 10px;
            left: 50%;
            margin-left: -61px; } }
        .whats--on .column.instagram--column .inner .insta--head .insta--title svg {
          position: absolute;
          top: -5px;
          left: 0; }
      .whats--on .column.instagram--column .inner .insta--head .button {
        margin: 0 0 20px 0;
        padding: 21px 30px; }
        @media (min-width: 1200px) {
          .whats--on .column.instagram--column .inner .insta--head .button {
            float: right; } }
        @media (max-width: 1023px) {
          .whats--on .column.instagram--column .inner .insta--head .button {
            float: right; } }
        @media (max-width: 767px) {
          .whats--on .column.instagram--column .inner .insta--head .button {
            float: none;
            margin: 0 auto 30px auto;
            display: block;
            width: 160px; } }
    .whats--on .column.instagram--column .inner .insta-grid {
      margin-top: 20px;
      margin-left: -5px;
      margin-right: -5px; }
      .whats--on .column.instagram--column .inner .insta-grid .insta-column {
        padding-left: 5px;
        padding-right: 5px; }
        @media (max-width: 767px) {
          .whats--on .column.instagram--column .inner .insta-grid .insta-column {
            -ms-flex: 0 0 33.33333%;
            -webkit-box-flex: 0;
            flex: 0 0 33.33333%;
            max-width: 33.33333%; } }
        .whats--on .column.instagram--column .inner .insta-grid .insta-column .insta-post-inner {
          text-align: center; }
    .whats--on .column.instagram--column .inner .insta-thumb {
      margin: 10px 0 0 0;
      width: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      padding-bottom: 100%; }
    .whats--on .column.instagram--column .inner img {
      margin: 10px 0 0 0; }
      @media (max-width: 1023px) {
        .whats--on .column.instagram--column .inner img {
          width: 100%;
          height: auto; } }
  .whats--on .column.instagram--column:before {
    content: '';
    background: #F3E9E3;
    position: absolute;
    left: 20px;
    width: calc(100% - 35px);
    z-index: -1;
    display: block; }
  .whats--on .column.twitter--column {
    overflow: hidden; }
    .whats--on .column.twitter--column .inner {
      padding: 35px 40px 30px 40px; }
      @media (max-width: 767px) {
        .whats--on .column.twitter--column .inner {
          padding: 20px 20px 30px 20px; } }
      .whats--on .column.twitter--column .inner .twitter--head {
        position: relative; }
        .whats--on .column.twitter--column .inner .twitter--head .twitter--title {
          position: relative;
          left: 0;
          top: 24px;
          padding-left: 42px;
          color: #fff;
          font-family: "Gotham Medium", sans-serif;
          font-size: 12px;
          /* 12px */
          font-size: 0.75rem;
          /* 12px */
          line-height: 1;
          /* 12px */
          letter-spacing: 0.92px;
          text-transform: uppercase; }
          .whats--on .column.twitter--column .inner .twitter--head .twitter--title svg {
            position: absolute;
            top: -5px;
            left: 0; }
      .whats--on .column.twitter--column .inner .twitter--footer {
        position: relative;
        width: calc(100% - 100px);
        margin: 20px 0 0 0;
        z-index: 200; }
        .whats--on .column.twitter--column .inner .twitter--footer .button {
          margin: 0 0 20px 0;
          padding: 21px 34px; }
          @media (max-width: 1199px) {
            .whats--on .column.twitter--column .inner .twitter--footer .button {
              padding: 18px 12px; } }
      .whats--on .column.twitter--column .inner .twitter-carousel {
        margin-top: 55px;
        margin-bottom: 50px;
        color: #fff;
        font-size: 16px;
        /* 16px */
        font-size: 1rem;
        /* 16px */
        line-height: 1.625;
        /* 26px */
        letter-spacing: normal; }
        .whats--on .column.twitter--column .inner .twitter-carousel a {
          color: #fff;
          text-decoration: underline; }
        .whats--on .column.twitter--column .inner .twitter-carousel .slick-dots {
          right: 0;
          bottom: -105px;
          z-index: 300; }
          .whats--on .column.twitter--column .inner .twitter-carousel .slick-dots li {
            width: 12px;
            height: 12px; }
            .whats--on .column.twitter--column .inner .twitter-carousel .slick-dots li button:before {
              width: 11px;
              height: 11px;
              border: 1px solid #fff;
              background: none; }
            .whats--on .column.twitter--column .inner .twitter-carousel .slick-dots li.slick-active button:before {
              width: 11px;
              height: 11px;
              border: 1px solid #fff;
              background: #fff; }
    .whats--on .column.twitter--column:before {
      content: '';
      background: #AB1D40;
      position: absolute;
      left: 20px;
      width: calc(100% - 40px);
      z-index: -1;
      display: block; }
    .whats--on .column.twitter--column:after {
      background-image: url(../img/star-half-twitter.svg);
      background-position: right top;
      background-size: cover;
      content: '';
      position: absolute;
      right: 20px;
      left: auto;
      width: 260px;
      height: 520px;
      z-index: 10;
      display: block; }
  .whats--on .column.events--column {
    overflow: hidden; }
    .whats--on .column.events--column .inner {
      padding: 15px 40px 30px 40px; }
      @media (max-width: 767px) {
        .whats--on .column.events--column .inner {
          padding: 15px 20px 30px 20px; } }
      .whats--on .column.events--column .inner .event--footer {
        position: relative;
        width: calc(100% - 100px);
        margin: 20px 0 0 0; }
        .whats--on .column.events--column .inner .event--footer .button {
          margin: 0 0 20px 0;
          padding: 21px 37px;
          min-width: 146px; }
      .whats--on .column.events--column .inner .events-carousel {
        margin-top: 0;
        margin-bottom: 0;
        color: #fff;
        font-size: 16px;
        /* 16px */
        font-size: 1rem;
        /* 16px */
        line-height: 1.625;
        /* 26px */
        letter-spacing: normal; }
        .whats--on .column.events--column .inner .events-carousel .event--post {
          position: relative;
          margin: 23px 0 30px 0;
          min-height: 162px; }
          .whats--on .column.events--column .inner .events-carousel .event--post .event--date {
            width: 146px;
            height: 160px;
            background: #EA1241;
            position: absolute;
            left: 0;
            top: 0;
            text-align: center;
            display: block;
            overflow: hidden; }
            @media (max-width: 767px) {
              .whats--on .column.events--column .inner .events-carousel .event--post .event--date {
                width: 100%;
                position: relative;
                margin-bottom: 20px; } }
            .whats--on .column.events--column .inner .events-carousel .event--post .event--date:after {
              content: '';
              background: #231F20;
              position: absolute;
              top: 1px;
              right: 1px;
              bottom: 1px;
              left: 1px;
              display: block;
              z-index: 0; }
            .whats--on .column.events--column .inner .events-carousel .event--post .event--date .event--date-day {
              position: relative;
              color: #EA1241;
              font-family: playfair-display, serif;
              font-size: 60px;
              /* 60px */
              font-size: 3.75rem;
              /* 60px */
              line-height: 1;
              /* 60px */
              letter-spacing: normal;
              text-transform: uppercase;
              display: block;
              margin: 20px 0 20px 0;
              text-align: center;
              z-index: 10; }
            .whats--on .column.events--column .inner .events-carousel .event--post .event--date .event--date-month {
              position: relative;
              text-align: center;
              color: #fff;
              font-family: "Gotham Medium", sans-serif;
              font-size: 22px;
              /* 22px */
              font-size: 1.375rem;
              /* 22px */
              line-height: 1;
              /* 22px */
              letter-spacing: 2px;
              text-transform: uppercase;
              font-weight: 600;
              z-index: 10; }
          .whats--on .column.events--column .inner .events-carousel .event--post .event--content {
            padding: 26px 0 0 181px; }
            @media (max-width: 767px) {
              .whats--on .column.events--column .inner .events-carousel .event--post .event--content {
                padding: 0; } }
            .whats--on .column.events--column .inner .events-carousel .event--post .event--content .event--category {
              color: #fff;
              font-family: "Gotham Medium", sans-serif;
              font-size: 11px;
              /* 11px */
              font-size: 0.6875rem;
              /* 11px */
              line-height: 1;
              /* 11px */
              letter-spacing: 0.92px;
              text-transform: uppercase;
              margin: 0 0 15px 0;
              display: block; }
              .whats--on .column.events--column .inner .events-carousel .event--post .event--content .event--category span {
                position: relative;
                padding-top: 2px;
                display: inline-block;
                margin: 0 5px;
                width: 14px;
                font-size: 13px;
                color: #EA1241; }
                .whats--on .column.events--column .inner .events-carousel .event--post .event--content .event--category span span {
                  position: absolute;
                  left: 0;
                  top: -7px; }
            .whats--on .column.events--column .inner .events-carousel .event--post .event--content .event--title {
              position: relative;
              color: #fff;
              font-family: "Gotham Medium", sans-serif;
              font-size: 32px;
              /* 32px */
              font-size: 2rem;
              /* 32px */
              line-height: 1.25;
              /* 40px */
              letter-spacing: -0.8px; }
        .whats--on .column.events--column .inner .events-carousel .slick-dots {
          right: 0;
          bottom: -77px; }
          .whats--on .column.events--column .inner .events-carousel .slick-dots li {
            width: 12px;
            height: 12px; }
            .whats--on .column.events--column .inner .events-carousel .slick-dots li button:before {
              width: 11px;
              height: 11px;
              border: 1px solid #fff;
              background: none; }
            .whats--on .column.events--column .inner .events-carousel .slick-dots li.slick-active button:before {
              width: 11px;
              height: 11px;
              border: 1px solid #fff;
              background: #fff; }
    .whats--on .column.events--column.events--small .inner {
      padding: 20px 40px 30px 40px; }
      .whats--on .column.events--column.events--small .inner h3 {
        color: #fff;
        font-family: "Gotham Medium", sans-serif;
        font-weight: 600;
        font-size: 30px;
        /* 30px */
        font-size: 1.875rem;
        /* 30px */
        line-height: 1.33333;
        /* 40px */
        letter-spacing: -0.8px;
        margin-top: 15px; }
      .whats--on .column.events--column.events--small .inner .events-carousel .event--post {
        min-height: 106px;
        margin: 23px 0 25px 0; }
        .whats--on .column.events--column.events--small .inner .events-carousel .event--post .event--date {
          width: 88px;
          height: 106px; }
          .whats--on .column.events--column.events--small .inner .events-carousel .event--post .event--date .event--date-day {
            font-size: 30px;
            /* 30px */
            font-size: 1.875rem;
            /* 30px */
            line-height: 1;
            /* 30px */
            margin: 20px 0 5px 0; }
          .whats--on .column.events--column.events--small .inner .events-carousel .event--post .event--date .event--date-month {
            font-size: 14px;
            /* 14px */
            font-size: 0.875rem;
            /* 14px */
            line-height: 1;
            /* 14px */ }
      .whats--on .column.events--column.events--small .inner .events-carousel .event--content {
        padding: 10px 0 0 108px; }
        .whats--on .column.events--column.events--small .inner .events-carousel .event--content .event--category {
          position: relative;
          font-size: 9px;
          /* 9px */
          font-size: 0.5625rem;
          /* 9px */
          line-height: 1;
          /* 9px */
          letter-spacing: 0.75px;
          margin-bottom: 5px;
          font-weight: 600; }
          .whats--on .column.events--column.events--small .inner .events-carousel .event--content .event--category .star {
            top: 4px;
            left: 3px; }
        .whats--on .column.events--column.events--small .inner .events-carousel .event--content .event--title {
          font-size: 15px;
          /* 15px */
          font-size: 0.9375rem;
          /* 15px */
          line-height: 1.4;
          /* 21px */
          letter-spacing: -0.37px; }
      .whats--on .column.events--column.events--small .inner .events-carousel .slick-dots {
        bottom: -84px; }
      .whats--on .column.events--column.events--small .inner .event--footer {
        margin: 25px 0 0 0; }
    .whats--on .column.events--column:before {
      content: '';
      background: #231F20;
      left: 20px;
      width: calc(100% - 40px);
      z-index: -1;
      display: block; }

.stats--section {
  padding: 50px 0 50px 0;
  text-align: center; }
  @media (max-width: 1199px) {
    .stats--section {
      padding: 25px 0 25px 0; } }
  @media (max-width: 767px) {
    .stats--section {
      padding: 0 0 40px 0; } }
  .stats--section .section--title {
    margin-bottom: 60px; }
  .stats--section .stats-item {
    margin-bottom: 50px; }
    .stats--section .stats-item .number {
      padding-top: 50px;
      font-family: "Gotham Medium", sans-serif;
      font-size: 50px;
      /* 50px */
      font-size: 3.125rem;
      /* 50px */
      line-height: 1;
      /* 50px */
      color: #EA1241;
      font-weight: 500;
      display: block;
      margin-bottom: 10px; }
      .stats--section .stats-item .number:before {
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -1px;
        top: 0;
        width: 2px;
        height: 30px;
        background: #EA1241; }
    .stats--section .stats-item p {
      font-family: "Gotham Medium", sans-serif;
      font-size: 20px;
      /* 20px */
      font-size: 1.25rem;
      /* 20px */
      line-height: 1.25;
      /* 25px */
      color: #231F20; }

.student--stories {
  background: #231F20;
  padding: 90px 0 120px 0;
  margin: 50px 0; }
  @media (max-width: 1199px) {
    .student--stories {
      margin: 25px 0 25px 0; } }
  @media (max-width: 767px) {
    .student--stories {
      padding: 50px 0 80px 0; } }
  .student--stories .section--title {
    margin-bottom: 100px; }
    @media (max-width: 1199px) {
      .student--stories .section--title {
        margin-bottom: 75px; } }
    @media (max-width: 767px) {
      .student--stories .section--title {
        margin-bottom: 35px; } }
  .student--stories .slick-slide {
    margin: 0 25px; }
  .student--stories .slick-list {
    margin: 0 -25px; }
  .student--stories .slick-track {
    padding-bottom: 20px; }
  .student--stories .slick-dots {
    bottom: -70px;
    right: -30px; }
    @media (max-width: 1199px) {
      .student--stories .slick-dots {
        right: 0; } }
    @media (max-width: 767px) {
      .student--stories .slick-dots {
        right: 0; } }
    .student--stories .slick-dots li {
      width: 12px;
      height: 12px; }
      .student--stories .slick-dots li button:before {
        width: 11px;
        height: 11px;
        border: 1px solid #fff; }
      .student--stories .slick-dots li.slick-active button:before {
        width: 11px;
        height: 11px;
        background: #fff; }
  .student--stories .story--item {
    position: relative;
    width: 100%;
    padding-bottom: 68%;
    min-height: 330px;
    margin-right: 40px; }
    .student--stories .story--item .story--content {
      position: absolute;
      text-align: left;
      right: auto;
      min-width: 420px;
      right: -20px;
      bottom: -20px;
      z-index: 90;
      margin: 0;
      padding-left: 0; }
      @media (max-width: 767px) {
        .student--stories .story--item .story--content {
          right: 0;
          min-width: 80%; } }
      .student--stories .story--item .story--content .inner {
        position: relative;
        padding: 12px 184px 17px 27px; }
        @media (max-width: 767px) {
          .student--stories .story--item .story--content .inner {
            padding: 12px 20px 17px 27px; } }
        .student--stories .story--item .story--content .inner:before {
          content: '';
          background: #EA1241;
          opacity: 0.9;
          z-index: -1; }
        .student--stories .story--item .story--content .inner .story--title {
          font-family: playfair-display, serif;
          font-size: 22px;
          /* 22px */
          font-size: 1.375rem;
          /* 22px */
          line-height: 1.36364;
          /* 30px */
          letter-spacing: 0;
          letter-spacing: normal;
          display: block;
          text-align: left;
          margin-bottom: 0;
          color: #fff; }
        .student--stories .story--item .story--content .inner .learn--more {
          font-family: "Gotham Medium", sans-serif;
          font-weight: 500;
          font-size: 14px;
          /* 14px */
          font-size: 0.875rem;
          /* 14px */
          line-height: 1.42857;
          /* 20px */
          letter-spacing: 2.55px;
          font-weight: 400;
          margin-bottom: 22px;
          color: #fff;
          text-transform: uppercase;
          position: absolute;
          top: 15px;
          right: 23px;
          padding-right: 20px; }
          @media (max-width: 767px) {
            .student--stories .story--item .story--content .inner .learn--more {
              position: relative;
              top: 0;
              right: 0; } }
          .student--stories .story--item .story--content .inner .learn--more span {
            position: relative;
            font-size: 20px; }
            .student--stories .story--item .story--content .inner .learn--more span span {
              position: absolute;
              top: -2px;
              right: -23px; }
    .student--stories .story--item .story--overlay {
      position: absolute;
      width: 100%;
      height: 50%;
      bottom: 0;
      left: 0;
      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%);
      opacity: 0.8;
      z-index: 85; }

.story--item--post {
  position: relative;
  width: 100%;
  padding-bottom: 68%;
  min-height: 330px;
  margin-right: 40px; }
  .story--item--post .story--content {
    position: absolute;
    text-align: left;
    right: auto;
    min-width: 100%;
    right: -20px;
    bottom: -20px;
    z-index: 90;
    margin: 0;
    padding-left: 0; }
    @media (max-width: 767px) {
      .story--item--post .story--content {
        right: 0;
        min-width: 80%; } }
    .story--item--post .story--content .inner {
      position: relative;
      padding: 12px 20px 17px 27px; }
      @media (max-width: 767px) {
        .story--item--post .story--content .inner {
          padding: 12px 20px 17px 27px; } }
      .story--item--post .story--content .inner:before {
        content: '';
        background: #EA1241;
        opacity: 1;
        z-index: -1; }
      .story--item--post .story--content .inner .story--title {
        font-family: playfair-display, serif;
        font-size: 22px;
        /* 22px */
        font-size: 1.375rem;
        /* 22px */
        line-height: 1.36364;
        /* 30px */
        letter-spacing: 0;
        letter-spacing: normal;
        display: block;
        text-align: left;
        margin-bottom: 0;
        color: #fff; }
      .story--item--post .story--content .inner .learn--more {
        font-family: "Gotham Medium", sans-serif;
        font-weight: 500;
        font-size: 14px;
        /* 14px */
        font-size: 0.875rem;
        /* 14px */
        line-height: 1.42857;
        /* 20px */
        letter-spacing: 2.55px;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        display: block;
        margin-top: 15px;
        padding-right: 20px; }
        @media (max-width: 767px) {
          .story--item--post .story--content .inner .learn--more {
            position: relative;
            top: 0;
            right: 0; } }
        .story--item--post .story--content .inner .learn--more span {
          position: relative;
          font-size: 20px; }
          .story--item--post .story--content .inner .learn--more span span {
            position: absolute;
            top: -2px;
            right: -23px; }
  .story--item--post .story--overlay {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    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%);
    opacity: 0.8;
    z-index: 85; }

.image--text {
  background: #fff;
  padding: 50px 0;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .image--text {
      padding: 25px 0; } }
  @media (max-width: 767px) {
    .image--text {
      padding: 25px 0; } }
  @media (max-width: 767px) {
    .image--text .section--title {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .image--text .column {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }
  @media (max-width: 767px) {
    .image--text .img-background {
      padding-bottom: 80%;
      margin-bottom: 30px;
      width: calc( 100% - 40px);
      left: 20px;
      right: 20px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
  .image--text .text--wrap {
    padding: 120px 0 100px 125px;
    max-width: 530px; }
    @media (max-width: 1199px) {
      .image--text .text--wrap {
        padding: 100px 40px 100px 50px; } }
    @media (max-width: 1023px) {
      .image--text .text--wrap {
        padding: 100px 40px 100px 50px; } }
    @media (max-width: 767px) {
      .image--text .text--wrap {
        padding: 0; } }

.block--3-col-teasers-image-text .image--text--teasers {
  background: #231F20;
  padding: 90px 0 120px 0;
  margin: 50px 0; }
  @media (max-width: 1023px) {
    .block--3-col-teasers-image-text .image--text--teasers {
      padding: 80px 0 80px 0; } }
  @media (max-width: 767px) {
    .block--3-col-teasers-image-text .image--text--teasers {
      padding: 40px 0;
      margin: 0 0 50px 0; } }
  @media (max-width: 1023px) {
    .block--3-col-teasers-image-text .image--text--teasers .row {
      margin-left: -12.5px;
      margin-right: -12.5px; } }
  @media (max-width: 767px) {
    .block--3-col-teasers-image-text .image--text--teasers .row {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 1023px) {
    .block--3-col-teasers-image-text .image--text--teasers .row .column {
      padding-left: 12.5px;
      padding-right: 12.5px; } }
  @media (max-width: 767px) {
    .block--3-col-teasers-image-text .image--text--teasers .row .column {
      padding-left: 20px;
      padding-right: 20px; } }

.block--3-col-teasers-image-text.background-light-gray .image--text--teasers {
  background: #F5F5F5; }
  .block--3-col-teasers-image-text.background-light-gray .image--text--teasers .section--title {
    color: #231F20 !important; }

.block--3-col-teasers-image-text.background-dark-red .image--text--teasers {
  background: #AB1D40; }

.image--text--teasers2 {
  background: #fff;
  padding: 0;
  margin: 50px 0; }

.lightbox-content-literature {
  background: #fff;
  width: 100%;
  max-width: 1170px;
  height: 600px;
  position: relative;
  display: block;
  margin: 40px auto; }
  @media (max-width: 767px) {
    .lightbox-content-literature {
      width: 310px;
      height: 340px;
      margin: 70px auto 10px auto; } }
  .lightbox-content-literature .lightbox-content-inner {
    padding: 50px 80px 50px 80px;
    overflow: hidden; }
    .lightbox-content-literature .lightbox-content-inner.extra-padding {
      padding: 70px 80px 60px 80px; }
      @media (max-width: 767px) {
        .lightbox-content-literature .lightbox-content-inner.extra-padding {
          padding: 30px 20px 50px 20px; } }
    @media (max-width: 767px) {
      .lightbox-content-literature .lightbox-content-inner {
        height: 330px; } }
    .lightbox-content-literature .lightbox-content-inner .column {
      position: relative; }
      .lightbox-content-literature .lightbox-content-inner .column.left {
        padding-right: 44px; }
        @media (max-width: 991px) {
          .lightbox-content-literature .lightbox-content-inner .column.left {
            padding-right: 34px; } }
        @media (max-width: 767px) {
          .lightbox-content-literature .lightbox-content-inner .column.left {
            padding-right: 20px; } }
        .lightbox-content-literature .lightbox-content-inner .column.left.with-border:after {
          content: '';
          position: absolute;
          right: 0;
          top: 0;
          width: 1px;
          height: 500px;
          background: #DCDCDC; }
      .lightbox-content-literature .lightbox-content-inner .column.right {
        padding-left: 44px;
        padding-right: 40px; }
        @media (max-width: 991px) {
          .lightbox-content-literature .lightbox-content-inner .column.right {
            padding-right: 20px; } }
        @media (max-width: 767px) {
          .lightbox-content-literature .lightbox-content-inner .column.right {
            margin-top: 40px;
            padding-left: 20px; } }
    .lightbox-content-literature .lightbox-content-inner .lightbox--teaser--image {
      min-height: 360px;
      padding-bottom: 150%; }
    .lightbox-content-literature .lightbox-content-inner .teaser--text--content {
      padding: 0 0 30px 0;
      max-width: 530px; }
      .lightbox-content-literature .lightbox-content-inner .teaser--text--content.no-top-padd {
        padding: 0 0 30px 0; }
      .lightbox-content-literature .lightbox-content-inner .teaser--text--content .head {
        padding-bottom: 15px;
        margin-bottom: 30px;
        border-bottom: solid 1px #DCDCDC; }
        .lightbox-content-literature .lightbox-content-inner .teaser--text--content .head .lightbox-title {
          font-size: 22px;
          /* 22px */
          font-size: 1.375rem;
          /* 22px */
          line-height: 1.36364;
          /* 30px */
          letter-spacing: normal;
          font-weight: 600;
          text-transform: none;
          color: #EA1241;
          display: block;
          margin-bottom: 10px; }
        .lightbox-content-literature .lightbox-content-inner .teaser--text--content .head .lightbox-subtitle {
          font-size: 15px;
          /* 15px */
          font-size: 0.9375rem;
          /* 15px */
          line-height: 1.46667;
          /* 22px */
          letter-spacing: normal;
          font-weight: 300;
          text-transform: none;
          color: #231F20;
          display: block; }
      .lightbox-content-literature .lightbox-content-inner .teaser--text--content p {
        font-size: 14px;
        /* 14px */
        font-size: 0.875rem;
        /* 14px */
        line-height: 1.57143;
        /* 22px */
        letter-spacing: normal;
        text-transform: none;
        color: #231F20;
        display: block; }
        .lightbox-content-literature .lightbox-content-inner .teaser--text--content p.intro {
          font-size: 16px;
          /* 16px */
          font-size: 1rem;
          /* 16px */
          line-height: 1.25;
          /* 20px */
          font-weight: 300; }
        @media (min-width: 993px) {
          .lightbox-content-literature .lightbox-content-inner .teaser--text--content p {
            padding-right: 30px; } }
        .lightbox-content-literature .lightbox-content-inner .teaser--text--content p a {
          color: #EA1241 !important; }
    .lightbox-content-literature .lightbox-content-inner .scroll-wrapper {
      overflow: hidden !important;
      padding: 0 !important;
      position: relative; }
      .lightbox-content-literature .lightbox-content-inner .scroll-wrapper > .scroll-content {
        border: none !important;
        -webkit-box-sizing: content-box !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none !important;
        overflow-y: scroll !important;
        padding: 0;
        position: relative !important;
        top: 0;
        width: auto !important; }
      .lightbox-content-literature .lightbox-content-inner .scroll-wrapper > .scroll-content::-webkit-scrollbar {
        height: 0;
        width: 0; }
      .lightbox-content-literature .lightbox-content-inner .scroll-wrapper .scroll-element {
        display: none;
        -webkit-box-sizing: content-box;
        box-sizing: content-box; }
      .lightbox-content-literature .lightbox-content-inner .scroll-wrapper .scroll-element div {
        -webkit-box-sizing: content-box;
        box-sizing: content-box; }
      .lightbox-content-literature .lightbox-content-inner .scroll-wrapper .scroll-element.scroll-x.scroll-scrollx_visible, .lightbox-content-literature .lightbox-content-inner .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible {
        display: block; }
      .lightbox-content-literature .lightbox-content-inner .scroll-wrapper .scroll-element .scroll-bar,
      .lightbox-content-literature .lightbox-content-inner .scroll-wrapper .scroll-element .scroll-element .scroll-arrow {
        cursor: default; }
    .lightbox-content-literature .lightbox-content-inner .scrollbar-external_wrapper {
      height: 550px;
      position: relative;
      width: auto; }
      @media (max-width: 767px) {
        .lightbox-content-literature .lightbox-content-inner .scrollbar-external_wrapper {
          height: 300px; } }
      .lightbox-content-literature .lightbox-content-inner .scrollbar-external_wrapper .scrollbar-external {
        height: 480px;
        overflow-y: scroll; }
        @media (max-width: 767px) {
          .lightbox-content-literature .lightbox-content-inner .scrollbar-external_wrapper .scrollbar-external {
            height: 300px; } }
      .lightbox-content-literature .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_x {
        border: none;
        cursor: pointer;
        display: none;
        position: absolute;
        right: -26px;
        top: 50px; }
        .lightbox-content-literature .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_x .scroll-scrollx_visible {
          display: block;
          height: 10px;
          top: 410px;
          width: 200px; }
        .lightbox-content-literature .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_x div {
          height: 100%;
          right: 0;
          top: 0;
          position: absolute;
          width: 100%; }
        .lightbox-content-literature .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_x .scroll-bar {
          background: #EA1241;
          z-index: 12;
          height: 100px; }
      .lightbox-content-literature .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_y {
        border: none;
        cursor: pointer;
        display: none;
        position: absolute;
        right: -26px;
        top: 50px; }
        .lightbox-content-literature .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_y .scroll-element_outer {
          background: #F5F5F5;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          border-radius: 15px; }
        .lightbox-content-literature .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_y.scroll-scrolly_visible {
          display: block;
          height: 90%;
          top: 0;
          width: 5px; }
        .lightbox-content-literature .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_y div {
          height: 100%;
          right: 0;
          top: 0;
          position: absolute;
          width: 100%; }
        .lightbox-content-literature .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_y .scroll-bar {
          background: #EA1241;
          z-index: 12;
          height: 220px;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          border-radius: 15px; }
          @media (max-width: 767px) {
            .lightbox-content-literature .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_y .scroll-bar {
              height: 100px; } }

.video-strip {
  margin-bottom: 110px;
  padding-top: 40px; }
  @media (max-width: 1023px) {
    .video-strip {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .video-strip {
      margin-bottom: 20px; } }
  @media (max-width: 1023px) {
    .video-strip {
      padding-top: 25px; } }
  @media (max-width: 767px) {
    .video-strip {
      padding-top: 20px; } }
  .video-strip .video-item {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    overflow: hidden; }
    .video-strip .video-item video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .video-strip .video-item__content {
      position: absolute;
      bottom: calc(50% - 90px);
      left: 40px;
      right: 40px;
      z-index: 2;
      text-align: center; }
      .video-strip .video-item__content h2 {
        font-family: playfair-display, serif;
        font-size: 60px;
        /* 60px */
        font-size: 3.75rem;
        /* 60px */
        line-height: 1.33333;
        /* 80px */
        font-weight: 600;
        letter-spacing: normal;
        color: #fff;
        display: block;
        text-align: center;
        margin-bottom: 0;
        margin-top: 23px; }
    .video-strip .video-item__play-button {
      display: block; }
    .video-strip .video-item__overlay {
      background: #000;
      opacity: 0.2;
      z-index: 1; }
    .video-strip .video-item__link {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 3; }
    .video-strip .video-item:hover .video-item__play-button {
      opacity: 1; }

@media screen and (max-width: 767px) {
  .video-strip .video-item {
    min-height: 280px; }
    .video-strip .video-item video {
      width: 110%; }
    .video-strip .video-item__content h2 {
      font-size: 30px;
      /* 30px */
      font-size: 1.875rem;
      /* 30px */
      line-height: 1.23333;
      /* 37px */
      margin-top: 15px;
      text-align: center; }
    .video-strip .video-item__play-button {
      float: none;
      width: 65px;
      height: 65px;
      background-size: 65px;
      margin: 0 auto !important; } }

@media screen and (max-width: 500px) {
  .video-strip .video-item {
    min-height: 250px; }
    .video-strip .video-item video {
      width: auto;
      height: 100%; }
    .video-strip .video-item__content {
      bottom: 20px;
      left: 20px;
      right: 20px; }
      .video-strip .video-item__content h2 {
        font-size: 25px;
        /* 25px */
        font-size: 1.5625rem;
        /* 25px */
        line-height: 1.24;
        /* 31px */ } }

.video--carousel {
  margin: 40px 0 0 0; }
  .video--carousel .column {
    margin-bottom: 40px; }
  .video--carousel .video--item {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    min-height: 330px; }
    .video--carousel .video--item .video--content {
      position: absolute;
      text-align: left;
      right: auto;
      left: 30px;
      bottom: 30px;
      z-index: 90;
      margin: 0;
      padding-left: 0; }
      @media (min-width: 577px) {
        .video--carousel .video--item .video--content {
          padding-right: 80px; } }
    .video--carousel .video--item .video--title {
      font-family: "Gotham Medium", sans-serif;
      font-size: 32px;
      /* 32px */
      font-size: 2rem;
      /* 32px */
      line-height: 1.25;
      /* 40px */
      font-weight: 600;
      letter-spacing: -0.8px;
      letter-spacing: normal;
      display: block;
      text-align: left;
      margin-bottom: 0;
      color: #fff;
      max-width: 600px; }
      @media (max-width: 767px) {
        .video--carousel .video--item .video--title {
          font-size: 26px;
          /* 26px */
          font-size: 1.625rem;
          /* 26px */
          line-height: 1.30769;
          /* 34px */
          padding-right: 10px; } }
      @media (max-width: 767px) {
        .video--carousel .video--item .video--title {
          font-size: 26px;
          /* 26px */
          font-size: 1.625rem;
          /* 26px */
          line-height: 1.30769;
          /* 34px */
          padding-right: 10px; } }
    .video--carousel .video--item .video--overlay {
      position: absolute;
      width: 100%;
      height: 50%;
      bottom: 0;
      left: 0;
      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%);
      opacity: 0.8;
      z-index: 85; }
    .video--carousel .video--item .video--category {
      font-family: "Gotham Medium", sans-serif;
      font-size: 11px;
      /* 11px */
      font-size: 0.6875rem;
      /* 11px */
      line-height: 1;
      /* 11px */
      font-weight: 600;
      letter-spacing: 0.92px;
      text-transform: uppercase;
      letter-spacing: normal;
      display: block;
      text-align: left;
      margin-bottom: 10px;
      color: #fff;
      z-index: 3; }
      .video--carousel .video--item .video--category span {
        position: relative;
        padding-top: 2px;
        display: inline-block;
        margin: 0 5px;
        width: 14px;
        font-size: 13px; }
        .video--carousel .video--item .video--category span span {
          position: absolute;
          left: 0;
          top: -7px; }
    .video--carousel .video--item .play_icon {
      position: absolute;
      bottom: 50%;
      left: 50%;
      width: 78px;
      min-width: auto;
      height: auto;
      z-index: 100;
      margin-left: -39px;
      margin-bottom: -39px;
      width: 78px;
      height: 78px;
      background-image: url(../img/video_play@2x.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
      @media (max-width: 1199px) {
        .video--carousel .video--item .play_icon {
          width: 66px;
          margin-left: -33px;
          margin-bottom: -30px; } }
      @media (max-width: 767px) {
        .video--carousel .video--item .play_icon {
          width: 66px;
          margin-left: -33px;
          margin-bottom: -30px; } }

section.video-gallery {
  background: #231F20;
  margin: 100px 0;
  padding: 70px 0 70px 0; }
  @media (max-width: 767px) {
    section.video-gallery {
      padding: 70px 0 20px 0; } }

.gallery-video-item {
  position: relative;
  height: 255px;
  width: 100%;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .gallery-video-item {
      margin-bottom: 20px; } }
  .gallery-video-item .video-item__content {
    position: absolute;
    bottom: 25px;
    left: 20px;
    right: 20px;
    z-index: 3;
    padding-left: 60px; }
    .gallery-video-item .video-item__content h3 {
      font-family: playfair-display, serif;
      font-size: 20px;
      /* 20px */
      font-size: 1.25rem;
      /* 20px */
      line-height: 1.25;
      /* 25px */
      font-weight: 500;
      color: #fff;
      letter-spacing: -0.43px; }
    .gallery-video-item .video-item__content span {
      display: block;
      font-family: "Gotham Book", sans-serif;
      font-size: 14px;
      /* 14px */
      font-size: 0.875rem;
      /* 14px */
      line-height: 1.35714;
      /* 19px */
      font-weight: 500;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: white; }
  .gallery-video-item .video-item__play-button {
    position: absolute;
    bottom: 23px;
    left: 25px;
    width: 40px;
    height: 40px;
    background-image: url(../img/video_play@2x.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .gallery-video-item .video-item__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4; }

.video-item--featured {
  padding-bottom: 60%;
  margin-bottom: 0; }
  .video-item--featured .video-item__play-button {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    background-size: 37px; }

@media screen and (min-width: 992px) and (max-width: 1385px) {
  .video-item--featured {
    height: 420px; } }

@media screen and (max-width: 991px) {
  .m-bottom-80 .col-lg-8 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .m-bottom-80 .col-lg-4 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 40px; }
    .m-bottom-80 .col-lg-4 h2, .m-bottom-80 .col-lg-4 p {
      max-width: 649px;
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }

@media screen and (max-width: 840px) {
  .video-item__play-button {
    margin-top: -70px; } }

@media screen and (max-width: 767px) {
  .video-item {
    height: 365px; }
    .video-item__play-button {
      margin-top: -50px; }
  .m-bottom-80 .col-lg-4 {
    margin-bottom: 20px; } }

@media screen and (max-width: 650px) {
  .video-item {
    height: 295px; }
  .video-item--featured .video-item__play-button {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    background-size: 30px; } }

@media screen and (max-width: 520px) {
  .video-item {
    height: 260px; } }

@media screen and (max-width: 420px) {
  .video-item__play-button {
    margin-top: -70px; } }

.our--students {
  position: relative;
  min-height: 500px;
  margin: 50px 0 80px 0;
  padding: 65px 0 0 0;
  overflow: hidden;
  /*
	button {
		@extend %transition_all;
		background: none;
	    background-color: transparent;
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    position: absolute;
	    top: auto!important;
	    bottom: -66px!important;
	    right: 0!important;
	    left: auto!important;
	    //top: 50%;
	    //margin-top: -16px;
	    background-size: contain;
	    background-position: center;
	    background: transparent;
	    background-repeat: no-repeat;
	    width: 96px;
	    height: 12px;
	    display: block;
	    text-indent: -5000em;
	    border: none;
	    
	    &:before {
		    display: none;
	    }    

		&.slick-prev {
			right: 105px!important;
			background-image: url(../img/slider-arrow-left2.svg);
			
			@include media('<tablet') {
				left: 0!important;
				right: auto!important;
			}
		}

		&.slick-next {
			//right: -20px;
			background-image: url(../img/slider-arrow-right2.svg);

			@include media('<tablet') {
				left: auto!important;
				right: 0!important;
			}
		}	    
    }	
    */ }
  @media (max-width: 1199px) {
    .our--students {
      margin: 25px 0 25px 0; } }
  @media (max-width: 992px) {
    .our--students {
      background: #231F20;
      padding: 65px 0 40px 0; } }
  @media (max-width: 767px) {
    .our--students {
      margin: 0 0 20px 0;
      padding: 40px 0 0 0; } }
  .our--students:before {
    content: '';
    background: #231F20;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: calc(100% - 30px);
    right: 0;
    top: 0;
    bottom: 0;
    display: none; }
    @media (min-width: 1025px) {
      .our--students:before {
        display: block; } }
    @media (min-width: 1201px) {
      .our--students:before {
        height: calc(100% - 70px); } }
  @media (max-width: 1199px) {
    .our--students .column {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%; } }
  .our--students .section--title {
    margin: 0; }
  .our--students .slick-quote-images .slick-list {
    overflow: visible !important; }
  @media (max-width: 1199px) {
    .our--students .slide {
      margin-right: 40px !important; } }
  .our--students .img-column {
    position: relative;
    z-index: 300; }
    @media (max-width: 1199px) {
      .our--students .img-column {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
    @media (min-width: 1200px) {
      .our--students .img-column .img-bg {
        position: absolute;
        top: 80px;
        bottom: 0;
        right: -20px;
        left: -108px;
        width: calc(100% + 124px); } }
    @media (max-width: 1199px) {
      .our--students .img-column .img-bg {
        position: absolute;
        top: 40px;
        width: 100%;
        width: calc(100% - 40px);
        padding-bottom: 60%;
        min-height: 220px;
        left: 20px; } }
    @media (max-width: 767px) {
      .our--students .img-column .img-bg {
        left: 0;
        width: calc(100% - 20px); } }
    .our--students .img-column .img-bg-rel {
      padding-bottom: 120%;
      min-height: 360px;
      opacity: 0; }
      @media (max-width: 1199px) {
        .our--students .img-column .img-bg-rel {
          padding-bottom: 60%;
          min-height: 220px; } }
    .our--students .img-column .play_icon {
      position: absolute;
      bottom: 50%;
      left: 50%;
      width: 78px;
      min-width: auto;
      height: auto;
      z-index: 100;
      margin-left: -39px;
      margin-bottom: -39px; }
  .our--students .quote-column {
    z-index: 400; }
    @media (max-width: 1199px) {
      .our--students .quote-column {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
  .our--students .text-holder .inner {
    padding: 95px 0 90px 70px;
    position: relative;
    z-index: 50; }
    .our--students .text-holder .inner.text-only {
      padding: 115px 65px 90px 0; }
    .our--students .text-holder .inner .slide {
      position: relative; }
    @media (max-width: 1199px) {
      .our--students .text-holder .inner {
        padding: 90px 125px 130px 20px; }
        .our--students .text-holder .inner .slide {
          padding-left: 3px;
          padding-right: 3px; } }
    @media (max-width: 1199px) {
      .our--students .text-holder .inner {
        padding: 80px 20px 50px 20px; } }
    @media (max-width: 767px) {
      .our--students .text-holder .inner {
        padding: 80px 0 50px 0; } }
    .our--students .text-holder .inner .caption {
      color: #EA1241;
      font-size: 0.6875rem;
      line-height: 1rem;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      font-family: "Gotham Medium", sans-serif;
      display: block;
      margin-bottom: 30px; }
    .our--students .text-holder .inner p {
      font-family: playfair-display, serif;
      color: #fff;
      font-size: 2.5rem;
      line-height: 3.125rem;
      letter-spacing: -0.87px;
      margin-right: 4px;
      max-width: 760px; }
      @media (max-width: 767px) {
        .our--students .text-holder .inner p {
          font-size: 1.625rem;
          line-height: 32px;
          letter-spacing: -0.24px; } }
    .our--students .text-holder .inner .author {
      position: relative;
      color: #fff;
      font-size: 0.8125rem;
      line-height: 1.0625rem;
      letter-spacing: 0;
      font-weight: 500;
      display: block;
      margin-top: 30px;
      padding-left: 70px; }
      .our--students .text-holder .inner .author:after {
        content: '';
        position: absolute;
        top: 8px;
        left: 0;
        height: 1px;
        width: 60px;
        background: white; }
  .our--students .text-holder .slick-dots {
    right: 0;
    bottom: -15px; }
    @media (max-width: 1200px) {
      .our--students .text-holder .slick-dots {
        bottom: -15px; } }
    @media (max-width: 1024px) {
      .our--students .text-holder .slick-dots {
        bottom: -35px; } }
    @media (max-width: 767px) {
      .our--students .text-holder .slick-dots {
        bottom: 0; } }
    .our--students .text-holder .slick-dots li {
      width: 12px;
      height: 12px; }
      .our--students .text-holder .slick-dots li button:before {
        width: 11px;
        height: 11px;
        border: 1px solid #fff;
        background: none; }
      .our--students .text-holder .slick-dots li.slick-active button:before {
        width: 11px;
        height: 11px;
        border: 1px solid #fff;
        background: #fff; }

.departmental--staff {
  margin: 80px 0 50px 0; }
  .departmental--staff .side--title {
    font-family: playfair-display, serif;
    font-size: 25px;
    /* 25px */
    font-size: 1.5625rem;
    /* 25px */
    line-height: 1.32;
    /* 33px */
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: solid 1px #DCDCDC;
    font-weight: 600; }
  .departmental--staff ul {
    margin: 0;
    padding: 0; }
    .departmental--staff ul li {
      list-style: none;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: solid 1px #DCDCDC; }
      .departmental--staff ul li h3 {
        font-size: 18px;
        /* 18px */
        font-size: 1.125rem;
        /* 18px */
        line-height: 1.61111;
        /* 29px */
        color: #231F20;
        font-family: "Gotham Medium", sans-serif;
        margin-bottom: 5px; }
      .departmental--staff ul li span {
        font-size: 14px;
        /* 14px */
        font-size: 0.875rem;
        /* 14px */
        line-height: 1;
        /* 14px */
        color: #231F20; }

.back--to--subjects {
  border-top: solid 1px #979797;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center; }
  .back--to--subjects a {
    position: relative;
    font-family: "Gotham Medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    /* 14px */
    font-size: 0.875rem;
    /* 14px */
    line-height: 2.42857;
    /* 34px */
    letter-spacing: 2.55px;
    color: #EA1241;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 30px; }
    .back--to--subjects a svg {
      position: absolute;
      top: 8px;
      left: 0;
      width: 16px;
      height: auto;
      outline: none; }

.download--prospectus {
  position: relative;
  background: #EA1241;
  margin: 50px 0;
  padding: 100px 0;
  min-height: 420px;
  text-align: center; }
  @media (max-width: 1199px) {
    .download--prospectus {
      margin: 25px 0; } }
  @media (max-width: 767px) {
    .download--prospectus {
      min-height: 300px;
      padding: 50px 0; } }
  .download--prospectus:before {
    background-image: url(../img/Download-Prosp-Left.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    content: '';
    right: auto;
    max-width: 370px;
    display: block;
    z-index: 50; }
    @media (max-width: 1439px) {
      .download--prospectus:before {
        left: -100px;
        z-index: 0; } }
    @media (max-width: 1199px) {
      .download--prospectus:before {
        left: -160px; } }
    @media (max-width: 1023px) {
      .download--prospectus:before {
        display: none; } }
  .download--prospectus:after {
    background-image: url(../img/Download-Prosp-Right.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    content: '';
    left: auto;
    max-width: 370px;
    display: block;
    z-index: 50; }
    @media (max-width: 1439px) {
      .download--prospectus:after {
        right: -100px;
        z-index: 0; } }
    @media (max-width: 1199px) {
      .download--prospectus:after {
        right: -160px; } }
    @media (max-width: 1023px) {
      .download--prospectus:after {
        display: none; } }
  .download--prospectus p {
    color: #fff;
    font-size: 16px;
    /* 16px */
    font-size: 1rem;
    /* 16px */
    line-height: 1.5;
    /* 24px */
    letter-spacing: normal;
    font-weight: 400;
    margin-bottom: 22px;
    max-width: 542px;
    margin: 0 auto; }
  .download--prospectus .button {
    margin-top: 35px;
    margin-right: 0; }

main.main-newsletter .pull-up {
  margin-top: -136px; }
  @media (max-width: 767px) {
    main.main-newsletter .pull-up {
      margin-top: 0; } }

main.main-newsletter .content-holder {
  background: #fff; }
  main.main-newsletter .content-holder .first-editor-content {
    padding: 50px 50px 20px 50px;
    min-height: 10px; }
    @media (max-width: 767px) {
      main.main-newsletter .content-holder .first-editor-content {
        padding: 50px 0 20px 0; } }
    main.main-newsletter .content-holder .first-editor-content:before {
      content: '';
      position: absolute;
      z-index: -1;
      background: #fff;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      min-height: 300px; }
    main.main-newsletter .content-holder .first-editor-content h2, main.main-newsletter .content-holder .first-editor-content h3 {
      font-size: 42px;
      /* 42px */
      font-size: 2.625rem;
      /* 42px */
      line-height: 1.33333;
      /* 56px */
      font-weight: 600; }
  main.main-newsletter .content-holder img.alignnone {
    max-width: 100% !important;
    width: 100%;
    margin: 18px 0 20px 0 !important; }

main.main-newsletter .newsletter--section {
  padding: 40px 50px 30px 50px; }
  @media (max-width: 767px) {
    main.main-newsletter .newsletter--section {
      padding: 40px 0 30px 0; } }
  main.main-newsletter .newsletter--section .main-column {
    position: relative; }
    main.main-newsletter .newsletter--section .main-column:before {
      content: '';
      background: #BFBFBF;
      height: 1px;
      width: 100%;
      width: calc(100% + 100px);
      position: absolute;
      top: -40px;
      left: -50px; }
    main.main-newsletter .newsletter--section .main-column .content h2, main.main-newsletter .newsletter--section .main-column .content h3 {
      font-size: 42px;
      /* 42px */
      font-size: 2.625rem;
      /* 42px */
      line-height: 1.33333;
      /* 56px */
      font-weight: 600; }
    main.main-newsletter .newsletter--section .main-column .content img.alignnone {
      max-width: 100% !important;
      width: 100%;
      margin: 18px 0 20px 0 !important; }
    main.main-newsletter .newsletter--section .main-column .teasers-row {
      margin-top: 40px; }
  main.main-newsletter .newsletter--section h2.latest-news {
    margin: 0 0 50px 0; }
    @media (max-width: 767px) {
      main.main-newsletter .newsletter--section h2.latest-news {
        margin-top: 6px;
        font-size: 34px !important; } }
  main.main-newsletter .newsletter--section h2.latest-events {
    padding-right: 180px; }
  main.main-newsletter .newsletter--section .button.head {
    position: absolute;
    top: -10px;
    right: 0;
    border: solid 2px #EA1241;
    background: #fff;
    color: #EA1241 !important; }
    main.main-newsletter .newsletter--section .button.head:hover {
      background: #EA1241;
      color: #fff !important; }

.slick-events-wrap {
  margin-left: -15px;
  margin-right: -15px; }
  .slick-events-wrap .slick-events .slick-slide {
    margin-left: 15px;
    margin-right: 15px; }
  .slick-events-wrap .slick-prev, .slick-events-wrap .slick-next {
    width: 32px;
    height: 112px;
    z-index: 300;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain; }
    .slick-events-wrap .slick-prev:before, .slick-events-wrap .slick-next:before {
      display: none; }
    @media (max-width: 767px) {
      .slick-events-wrap .slick-prev, .slick-events-wrap .slick-next {
        top: 110px; } }
  .slick-events-wrap .slick-prev {
    background-image: url(../img/events-prev.svg);
    left: -47px; }
    @media (max-width: 767px) {
      .slick-events-wrap .slick-prev {
        left: -5px; } }
  .slick-events-wrap .slick-next {
    background-image: url(../img/events-next.svg);
    right: -47px; }
    @media (max-width: 767px) {
      .slick-events-wrap .slick-next {
        right: -5px; } }

.newsletter--teaser {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px; }
  .newsletter--teaser .teaser--image {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
    margin-bottom: 22px; }
  .newsletter--teaser h3 {
    font-family: playfair-display, serif;
    font-size: 24px;
    /* 24px */
    font-size: 1.5rem;
    /* 24px */
    line-height: 1.33333;
    /* 32px */
    letter-spacing: normal;
    font-weight: 600;
    text-transform: none;
    font-family: playfair-display, serif;
    color: #EA1241;
    display: block;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .newsletter--teaser h3 {
        font-size: 1.625rem;
        line-height: 32px;
        letter-spacing: -0.24px; } }
  .newsletter--teaser .excerpt {
    position: relative;
    font-size: 17px;
    /* 17px */
    font-size: 1.0625rem;
    /* 17px */
    line-height: 1.64706;
    /* 28px */
    letter-spacing: normal;
    text-transform: none;
    font-family: "Gotham Book", sans-serif;
    color: #231F20;
    display: block;
    margin: 14px 0 0 0; }
    @media (max-width: 1023px) {
      .newsletter--teaser .excerpt {
        padding-left: 0; } }
  .newsletter--teaser .learn-more {
    position: relative;
    font-size: 14px;
    /* 14px */
    font-size: 0.875rem;
    /* 14px */
    line-height: 1;
    /* 14px */
    letter-spacing: 2.55px;
    font-weight: 600;
    text-transform: none;
    font-family: "Gotham Medium", sans-serif;
    color: #EA1241;
    text-transform: uppercase;
    padding-right: 24px;
    margin-top: 20px;
    display: inline-block; }
    .newsletter--teaser .learn-more .lm-plus {
      position: absolute;
      top: 0px;
      right: 0;
      width: 12px;
      height: 12px;
      /* Vertical line */
      /* horizontal line */ }
      .newsletter--teaser .learn-more .lm-plus:before, .newsletter--teaser .learn-more .lm-plus:after {
        content: "";
        position: absolute;
        background-color: #EA1241;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
      .newsletter--teaser .learn-more .lm-plus:before {
        top: 0;
        left: 5px;
        width: 2px;
        height: 100%; }
      .newsletter--teaser .learn-more .lm-plus:after {
        top: 5px;
        left: 0;
        width: 100%;
        height: 2px;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center; }
  .newsletter--teaser:hover .teaser--image.has-link .img-bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.newsletter-news-post {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px; }
  .newsletter-news-post .newsletter-img-holder {
    position: relative;
    overflow: hidden;
    background: #AB1D40;
    margin-bottom: 18px; }
    .newsletter-news-post .newsletter-img-holder .newsletter-img {
      margin-bottom: 0; }
  .newsletter-news-post .newsletter-img {
    position: relative;
    width: 100%;
    padding-bottom: 60%; }
    .newsletter-news-post .newsletter-img.no-thumb {
      background: #EA1241; }
    .newsletter-news-post .newsletter-img.fallback-msg {
      position: relative;
      background: #000; }
      .newsletter-news-post .newsletter-img.fallback-msg:before {
        content: '';
        background: #fff; }
      .newsletter-news-post .newsletter-img.fallback-msg:after {
        content: '';
        background: #000;
        left: 2px;
        top: 2px;
        right: 2px;
        bottom: 2px;
        width: calc(100% - 4px);
        height: calc(100% - 4px); }
    @media (max-width: 991px) {
      .newsletter-news-post .newsletter-img {
        padding-bottom: 70%; } }
  .newsletter-news-post .tag {
    font-size: 0.875rem;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block; }
  .newsletter-news-post .title-role {
    padding-bottom: 0;
    min-height: 90px; }
  .newsletter-news-post h3 {
    font-family: playfair-display, serif;
    font-size: 22px;
    /* 22px */
    font-size: 1.375rem;
    /* 22px */
    line-height: 1.36364;
    /* 30px */
    letter-spacing: normal;
    font-weight: 600;
    text-transform: none;
    font-family: playfair-display, serif;
    color: #EA1241;
    display: block; }
    @media (max-width: 767px) {
      .newsletter-news-post h3 {
        font-size: 1.625rem;
        line-height: 32px;
        letter-spacing: -0.24px; } }
    @media (max-width: 991px) {
      .newsletter-news-post h3.listing {
        font-size: 2.375rem;
        line-height: 44px; } }
    @media (max-width: 767px) {
      .newsletter-news-post h3.listing {
        font-size: 1.875rem;
        line-height: 36px; } }
  .newsletter-news-post .role {
    position: relative;
    font-size: 16px;
    /* 16px */
    font-size: 1rem;
    /* 16px */
    line-height: 1.625;
    /* 26px */
    letter-spacing: normal;
    text-transform: none;
    font-family: "Gotham Book", sans-serif;
    color: #231F20;
    display: block;
    margin: 14px 0 0 0; }
    @media (max-width: 1023px) {
      .newsletter-news-post .role {
        padding-left: 0; } }
  .newsletter-news-post .learn-more {
    position: relative;
    font-size: 14px;
    /* 14px */
    font-size: 0.875rem;
    /* 14px */
    line-height: 1;
    /* 14px */
    letter-spacing: 2.55px;
    font-weight: 600;
    text-transform: none;
    font-family: "Gotham Medium", sans-serif;
    color: #EA1241;
    text-transform: uppercase;
    padding-right: 24px;
    margin-top: 20px;
    display: inline-block; }
    .newsletter-news-post .learn-more .lm-plus {
      position: absolute;
      top: 0px;
      right: 0;
      width: 12px;
      height: 12px;
      /* Vertical line */
      /* horizontal line */ }
      .newsletter-news-post .learn-more .lm-plus:before, .newsletter-news-post .learn-more .lm-plus:after {
        content: "";
        position: absolute;
        background-color: #EA1241;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
      .newsletter-news-post .learn-more .lm-plus:before {
        top: 0;
        left: 5px;
        width: 2px;
        height: 100%; }
      .newsletter-news-post .learn-more .lm-plus:after {
        top: 5px;
        left: 0;
        width: 100%;
        height: 2px;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center; }
  .newsletter-news-post:hover .newsletter-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.newsletter-event-post {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .newsletter-event-post {
      margin-bottom: 0; } }
  .newsletter-event-post .newsletter-img-holder {
    position: relative;
    overflow: hidden;
    background: #AB1D40;
    margin-bottom: 18px; }
    .newsletter-event-post .newsletter-img-holder .newsletter-img {
      margin-bottom: 0; }
  .newsletter-event-post .newsletter-img {
    position: relative;
    width: 100%;
    padding-bottom: 60%; }
    .newsletter-event-post .newsletter-img.no-thumb {
      background: #EA1241; }
    .newsletter-event-post .newsletter-img.fallback-msg {
      position: relative;
      background: #000; }
      .newsletter-event-post .newsletter-img.fallback-msg:before {
        content: '';
        background: #fff; }
      .newsletter-event-post .newsletter-img.fallback-msg:after {
        content: '';
        background: #000;
        left: 2px;
        top: 2px;
        right: 2px;
        bottom: 2px;
        width: calc(100% - 4px);
        height: calc(100% - 4px); }
    @media (max-width: 991px) {
      .newsletter-event-post .newsletter-img {
        padding-bottom: 70%; } }
  .newsletter-event-post .white-box {
    padding-top: 22px;
    position: relative;
    background: #fff;
    width: calc(100% - 32px);
    margin-top: -54px; }
  .newsletter-event-post h3 {
    font-family: playfair-display, serif;
    font-size: 22px;
    /* 22px */
    font-size: 1.375rem;
    /* 22px */
    line-height: 1.36364;
    /* 30px */
    letter-spacing: normal;
    font-weight: 600;
    text-transform: none;
    font-family: playfair-display, serif;
    color: #000;
    display: block; }
    @media (max-width: 767px) {
      .newsletter-event-post h3 {
        font-size: 1.625rem;
        line-height: 32px;
        letter-spacing: -0.24px; } }
  .newsletter-event-post .event-date {
    position: relative;
    font-size: 13px;
    /* 13px */
    font-size: 0.8125rem;
    /* 13px */
    line-height: 1;
    /* 13px */
    letter-spacing: normal;
    text-transform: none;
    font-family: "Gotham Book", sans-serif;
    color: #231F20;
    display: block;
    margin-bottom: 10px; }
    @media (max-width: 1023px) {
      .newsletter-event-post .event-date {
        padding-left: 0; } }
  .newsletter-event-post .learn-more {
    position: relative;
    font-size: 12px;
    /* 12px */
    font-size: 0.75rem;
    /* 12px */
    line-height: 1;
    /* 12px */
    letter-spacing: 2.55px;
    font-weight: 600;
    text-transform: none;
    font-family: "Gotham Medium", sans-serif;
    color: #EA1241;
    text-transform: uppercase;
    padding-right: 24px;
    margin-top: 10px;
    display: inline-block; }
    .newsletter-event-post .learn-more .lm-plus {
      position: absolute;
      top: 0px;
      right: 0;
      width: 12px;
      height: 12px;
      /* Vertical line */
      /* horizontal line */ }
      .newsletter-event-post .learn-more .lm-plus:before, .newsletter-event-post .learn-more .lm-plus:after {
        content: "";
        position: absolute;
        background-color: #EA1241;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
      .newsletter-event-post .learn-more .lm-plus:before {
        top: 0;
        left: 5px;
        width: 2px;
        height: 100%; }
      .newsletter-event-post .learn-more .lm-plus:after {
        top: 5px;
        left: 0;
        width: 100%;
        height: 2px;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center; }
  .newsletter-event-post:hover .newsletter-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.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 {
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: auto; }
  .slick-dots li button {
    background-color: transparent; }
    .slick-dots li button:before {
      border: 1px solid #EA1241; }
  .slick-dots li.slick-active button:before {
    background-color: #EA1241; }

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

.teaser-column {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .teaser-column {
      margin-bottom: 20px; } }
  .teaser-column .img-bg {
    background-color: #AB1D40; }
  .teaser-column .custom--teaser {
    position: relative; }
    .teaser-column .custom--teaser.type-1 .teaser--inner {
      padding: 0 0 25px 0; }
      @media (max-width: 1199px) {
        .teaser-column .custom--teaser.type-1 .teaser--inner {
          padding: 0; } }
      .teaser-column .custom--teaser.type-1 .teaser--inner .teaser--image {
        position: relative;
        min-height: 266px;
        overflow: hidden; }
        .teaser-column .custom--teaser.type-1 .teaser--inner .teaser--image .img-bg {
          min-height: 266px; }
          .teaser-column .custom--teaser.type-1 .teaser--inner .teaser--image .img-bg.tall {
            min-height: 290px; }
      .teaser-column .custom--teaser.type-1 .teaser--inner .teaser--content {
        background: #fff;
        position: absolute;
        left: 30px;
        bottom: 0;
        right: 0; }
        .teaser-column .custom--teaser.type-1 .teaser--inner .teaser--content.push-down {
          bottom: auto;
          top: 238px; }
          @media (max-width: 1199px) {
            .teaser-column .custom--teaser.type-1 .teaser--inner .teaser--content.push-down {
              top: 0; } }
        @media (max-width: 1199px) {
          .teaser-column .custom--teaser.type-1 .teaser--inner .teaser--content {
            position: relative;
            top: 0;
            left: 0; } }
        .teaser-column .custom--teaser.type-1 .teaser--inner .teaser--content .inner {
          padding: 19px 30px 22px 30px; }
          @media (max-width: 1023px) {
            .teaser-column .custom--teaser.type-1 .teaser--inner .teaser--content .inner {
              padding: 19px 20px 22px 20px; } }
        .teaser-column .custom--teaser.type-1 .teaser--inner .teaser--content h3 {
          font-family: playfair-display, serif;
          font-size: 22px;
          /* 22px */
          font-size: 1.375rem;
          /* 22px */
          line-height: 1.36364;
          /* 30px */
          font-weight: 600;
          letter-spacing: normal;
          color: #231F20;
          display: block;
          margin-bottom: 10px; }
        .teaser-column .custom--teaser.type-1 .teaser--inner .teaser--content .excerpt {
          position: relative;
          font-size: 15px;
          /* 15px */
          font-size: 0.9375rem;
          /* 15px */
          line-height: 1.46667;
          /* 22px */
          letter-spacing: normal;
          text-transform: none;
          font-family: "Gotham Book", sans-serif;
          color: #231F20;
          display: block;
          margin: 14px 0 10px 0; }
          @media (max-width: 1023px) {
            .teaser-column .custom--teaser.type-1 .teaser--inner .teaser--content .excerpt {
              padding-left: 0; } }
        .teaser-column .custom--teaser.type-1 .teaser--inner .teaser--content .learn-more {
          position: relative;
          font-size: 14px;
          /* 14px */
          font-size: 0.875rem;
          /* 14px */
          line-height: 1;
          /* 14px */
          letter-spacing: 2.55px;
          font-weight: 600;
          text-transform: none;
          font-family: "Gotham Medium", sans-serif;
          color: #EA1241;
          text-transform: uppercase;
          padding-right: 24px;
          display: inline-block; }
          .teaser-column .custom--teaser.type-1 .teaser--inner .teaser--content .learn-more .lm-plus {
            position: absolute;
            top: 0px;
            right: 0;
            width: 12px;
            height: 12px;
            /* Vertical line */
            /* horizontal line */ }
            .teaser-column .custom--teaser.type-1 .teaser--inner .teaser--content .learn-more .lm-plus:before, .teaser-column .custom--teaser.type-1 .teaser--inner .teaser--content .learn-more .lm-plus:after {
              content: "";
              position: absolute;
              background-color: #EA1241;
              -webkit-transition: -webkit-transform 0.3s ease-in-out;
              transition: -webkit-transform 0.3s ease-in-out;
              -o-transition: transform 0.3s ease-in-out;
              transition: transform 0.3s ease-in-out;
              transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
            .teaser-column .custom--teaser.type-1 .teaser--inner .teaser--content .learn-more .lm-plus:before {
              top: 0;
              left: 5px;
              width: 2px;
              height: 100%; }
            .teaser-column .custom--teaser.type-1 .teaser--inner .teaser--content .learn-more .lm-plus:after {
              top: 5px;
              left: 0;
              width: 100%;
              height: 2px;
              -webkit-transform-origin: center;
              -ms-transform-origin: center;
              transform-origin: center; }
    .teaser-column .custom--teaser.type-2 .teaser--inner {
      padding: 0 0 25px 0; }
      @media (max-width: 1199px) {
        .teaser-column .custom--teaser.type-2 .teaser--inner {
          padding: 0; } }
      .teaser-column .custom--teaser.type-2 .teaser--inner .teaser--image {
        position: relative;
        min-height: 266px;
        overflow: hidden; }
        .teaser-column .custom--teaser.type-2 .teaser--inner .teaser--image .img-bg {
          min-height: 266px;
          padding-bottom: 140%; }
      .teaser-column .custom--teaser.type-2 .teaser--inner .teaser--content {
        background: #fff;
        position: absolute;
        left: 30px;
        bottom: 0;
        right: 0; }
        @media (max-width: 1199px) {
          .teaser-column .custom--teaser.type-2 .teaser--inner .teaser--content {
            position: relative;
            top: 0;
            left: 0; } }
        .teaser-column .custom--teaser.type-2 .teaser--inner .teaser--content .inner {
          padding: 19px 30px 22px 30px; }
        .teaser-column .custom--teaser.type-2 .teaser--inner .teaser--content h3 {
          font-family: playfair-display, serif;
          font-size: 22px;
          /* 22px */
          font-size: 1.375rem;
          /* 22px */
          line-height: 1.36364;
          /* 30px */
          font-weight: 600;
          letter-spacing: normal;
          color: #231F20;
          display: block;
          margin-bottom: 10px; }
        .teaser-column .custom--teaser.type-2 .teaser--inner .teaser--content .excerpt {
          position: relative;
          font-size: 15px;
          /* 15px */
          font-size: 0.9375rem;
          /* 15px */
          line-height: 1.46667;
          /* 22px */
          letter-spacing: normal;
          text-transform: none;
          font-family: "Gotham Book", sans-serif;
          color: #231F20;
          display: block;
          margin: 14px 0 10px 0; }
          @media (max-width: 1023px) {
            .teaser-column .custom--teaser.type-2 .teaser--inner .teaser--content .excerpt {
              padding-left: 0; } }
        .teaser-column .custom--teaser.type-2 .teaser--inner .teaser--content .learn-more {
          position: relative;
          font-size: 14px;
          /* 14px */
          font-size: 0.875rem;
          /* 14px */
          line-height: 1;
          /* 14px */
          letter-spacing: 2.55px;
          font-weight: 600;
          text-transform: none;
          font-family: "Gotham Medium", sans-serif;
          color: #EA1241;
          text-transform: uppercase;
          padding-right: 24px;
          display: inline-block; }
          .teaser-column .custom--teaser.type-2 .teaser--inner .teaser--content .learn-more .lm-plus {
            position: absolute;
            top: 0px;
            right: 0;
            width: 12px;
            height: 12px;
            /* Vertical line */
            /* horizontal line */ }
            .teaser-column .custom--teaser.type-2 .teaser--inner .teaser--content .learn-more .lm-plus:before, .teaser-column .custom--teaser.type-2 .teaser--inner .teaser--content .learn-more .lm-plus:after {
              content: "";
              position: absolute;
              background-color: #EA1241;
              -webkit-transition: -webkit-transform 0.3s ease-in-out;
              transition: -webkit-transform 0.3s ease-in-out;
              -o-transition: transform 0.3s ease-in-out;
              transition: transform 0.3s ease-in-out;
              transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
            .teaser-column .custom--teaser.type-2 .teaser--inner .teaser--content .learn-more .lm-plus:before {
              top: 0;
              left: 5px;
              width: 2px;
              height: 100%; }
            .teaser-column .custom--teaser.type-2 .teaser--inner .teaser--content .learn-more .lm-plus:after {
              top: 5px;
              left: 0;
              width: 100%;
              height: 2px;
              -webkit-transform-origin: center;
              -ms-transform-origin: center;
              transform-origin: center; }
    .teaser-column .custom--teaser:hover .teaser--image .img-bg {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }

.where-next {
  margin: 100px 0 0 0; }
  @media (max-width: 1023px) {
    .where-next {
      margin: 50px 0 0 0; } }
  @media (max-width: 767px) {
    .where-next {
      margin: 35px 0 0 0; } }
  .where-next .h2 {
    font-size: 60px;
    /* 60px */
    font-size: 3.75rem;
    /* 60px */
    line-height: 1.33333;
    /* 80px */
    font-weight: bold;
    font-family: playfair-display, serif;
    text-align: center;
    color: #EA1241;
    margin-bottom: 10px;
    display: block; }
    @media (max-width: 767px) {
      .where-next .h2 {
        font-size: 50px;
        /* 50px */
        font-size: 3.125rem;
        /* 50px */
        line-height: 1.2;
        /* 60px */
        margin-bottom: 30px; } }
    .where-next .h2.home {
      color: #000;
      letter-spacing: 0;
      text-align: center; }
      .where-next .h2.home span {
        opacity: 0.13;
        display: block; }
      .where-next .h2.home img {
        width: 100%;
        max-width: 780px;
        margin: 30px 0 5px 0; }
        @media (max-width: 1199px) {
          .where-next .h2.home img {
            max-width: 540px; } }
        @media (max-width: 767px) {
          .where-next .h2.home img {
            max-width: 300px; } }
  .where-next .row {
    margin-right: -20px;
    margin-left: -20px; }
    @media (max-width: 991px) {
      .where-next .row {
        margin-right: -12.5px;
        margin-left: -12.5px; } }
    @media (max-width: 767px) {
      .where-next .row {
        margin-right: -20px;
        margin-left: -20px; } }
    .where-next .row [class*="col-"] {
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 50px; }
      @media (max-width: 991px) {
        .where-next .row [class*="col-"] {
          padding-left: 12.5px;
          padding-right: 12.5px; } }
      @media (max-width: 767px) {
        .where-next .row [class*="col-"] {
          padding-left: 20px;
          padding-right: 20px; } }
      @media (max-width: 767px) {
        .where-next .row [class*="col-"].column {
          margin-bottom: 20px; } }
    @media (max-width: 767px) {
      .where-next .row.top-row .col-12 {
        margin-bottom: 0px; } }
  @media (max-width: 1199px) {
    .where-next .container {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (max-width: 767px) {
    .where-next .container {
      padding-left: 20px;
      padding-right: 20px; } }
  .where-next .teaser-img-box {
    width: 100%; }
    .where-next .teaser-img-box .inner {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      text-align: left;
      width: 100%;
      padding-bottom: 75%;
      overflow: visible;
      position: relative;
      min-height: 360px; }
      @media (max-width: 1199px) {
        .where-next .teaser-img-box .inner {
          min-height: 280px; } }
      @media (max-width: 767px) {
        .where-next .teaser-img-box .inner {
          min-height: 250px; } }
      .where-next .teaser-img-box .inner .img-box {
        max-width: 100%;
        overflow: hidden; }
        .where-next .teaser-img-box .inner .img-box .img {
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover;
          max-width: 100%; }
          .where-next .teaser-img-box .inner .img-box .img:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.7)));
            background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
            background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
            background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.7) 100%); }
      .where-next .teaser-img-box .inner .decor-line {
        position: static; }
        .where-next .teaser-img-box .inner .decor-line:before {
          display: none !important; }
      .where-next .teaser-img-box .inner h3 {
        color: #fff;
        font-size: 40px;
        /* 40px */
        font-size: 2.5rem;
        /* 40px */
        line-height: 1;
        /* 40px */
        font-weight: bold;
        font-family: "Gotham Medium", sans-serif;
        max-width: 450px;
        padding: 0;
        text-align: center;
        width: 100%; }
        @media (max-width: 1199px) {
          .where-next .teaser-img-box .inner h3 {
            font-size: 32px;
            /* 32px */
            font-size: 2rem;
            /* 32px */
            line-height: 1;
            /* 32px */ } }
        @media (max-width: 1023px) {
          .where-next .teaser-img-box .inner h3 {
            font-size: 24px;
            /* 24px */
            font-size: 1.5rem;
            /* 24px */
            line-height: 1;
            /* 24px */ } }
      .where-next .teaser-img-box .inner .text-holder-wrap {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%; }
        .where-next .teaser-img-box .inner .text-holder-wrap .text-holder {
          -webkit-transition: all 0.20s linear;
          -o-transition: all 0.20s linear;
          transition: all 0.20s linear;
          color: #fff;
          position: relative;
          z-index: 2;
          padding: 15px;
          -webkit-transform: translateY(46px);
          -ms-transform: translateY(46px);
          transform: translateY(46px);
          text-align: center; }
          @media (min-width: 992px) {
            .where-next .teaser-img-box .inner .text-holder-wrap .text-holder {
              padding: 15px 37px 28px; } }
          .where-next .teaser-img-box .inner .text-holder-wrap .text-holder .categories {
            text-transform: uppercase; }
            .where-next .teaser-img-box .inner .text-holder-wrap .text-holder .categories li {
              display: inline-block;
              vertical-align: top;
              font-size: 12px;
              letter-spacing: 1px;
              margin-right: 5px;
              font-weight: bold; }
              .where-next .teaser-img-box .inner .text-holder-wrap .text-holder .categories li:last-child {
                margin-right: 0; }
                .where-next .teaser-img-box .inner .text-holder-wrap .text-holder .categories li:last-child:after {
                  content: none; }
              .where-next .teaser-img-box .inner .text-holder-wrap .text-holder .categories li:after {
                content: '|';
                color: #ffc107;
                margin-left: 9px; }
      .where-next .teaser-img-box .inner .btn.btn-link {
        opacity: 0;
        color: #EA1241;
        font-family: "Gotham Medium", sans-serif;
        text-transform: uppercase;
        font-size: 0.8125rem;
        margin-top: 20px;
        display: block; }
    @media (min-width: 768px) {
      .where-next .teaser-img-box:hover .img-box .img, .where-next .teaser-img-box.hover .img-box .img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); } }
    .where-next .teaser-img-box:hover:after, .where-next .teaser-img-box.hover:after {
      width: 60% !important;
      height: 60% !important; }
    .where-next .teaser-img-box:hover .text-holder-wrap .text-holder, .where-next .teaser-img-box.hover .text-holder-wrap .text-holder {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .where-next .teaser-img-box:hover .text-holder-wrap .btn.btn-link, .where-next .teaser-img-box.hover .text-holder-wrap .btn.btn-link {
      opacity: 1; }
      .where-next .teaser-img-box:hover .text-holder-wrap .btn.btn-link:before, .where-next .teaser-img-box.hover .text-holder-wrap .btn.btn-link:before {
        width: 100%; }

.pagination {
  margin: 30px 0; }
  .pagination__pages,
  .pagination .prev,
  .pagination .next {
    font-family: "Gotham Book", sans-serif;
    font-size: 20px;
    /* 20px */
    font-size: 1.25rem;
    /* 20px */
    line-height: 1.8;
    /* 36px */
    letter-spacing: 0.25px;
    color: black; }
  .pagination .page-numbers {
    display: inline-block;
    padding: 4px 13px;
    border: 4px solid transparent;
    margin: 5px; }
    .pagination .page-numbers:hover, .pagination .page-numbers:focus, .pagination .page-numbers:active {
      border: 4px solid rgba(0, 123, 255, 0.37); }
  .pagination .page-numbers.current {
    border: 4px solid rgba(0, 123, 255, 0.37); }
  .pagination .prev,
  .pagination .next,
  .pagination .placeholder {
    padding-left: 25px;
    position: relative;
    display: inline-block;
    width: 140px;
    /* &::before{
			content: '';
			width: 20px;
			height: 12px;
			background: url( '../img/arrow-prev.svg' ) no-repeat;
			position: absolute;
			top: 16px;
			left: 0;
			transform: rotate(90deg);
		} */ }
  .pagination .next {
    padding-right: 25px;
    text-align: right;
    /* &::before{
			left: auto;
			right: 0;
			transform: rotate(-90deg);
		} */ }
  .pagination .placeholder::before {
    display: none; }

/* Site search */
.search-lightbox {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* Transitions */
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  /* Border */
  /* Close button */
  /* Search form with input and description */ }
  .search-lightbox .row {
    margin-right: -20px;
    margin-left: -20px; }
    @media (max-width: 479px) {
      .search-lightbox .row {
        margin-right: -10px;
        margin-left: -10px; } }
    .search-lightbox .row .column {
      padding-right: 20px;
      padding-left: 20px; }
      @media (max-width: 479px) {
        .search-lightbox .row .column {
          padding-right: 10px;
          padding-left: 10px; } }
  .search-lightbox:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    background: rgba(171, 29, 64, 0.975);
    z-index: 0; }
    @media (max-width: 479px) {
      .search-lightbox:before {
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px; } }
  .search-lightbox #btn-search-close {
    top: 49px;
    right: 52px;
    position: absolute;
    cursor: pointer;
    z-index: 999999;
    width: 25px;
    height: 27px; }
    @media (max-width: 479px) {
      .search-lightbox #btn-search-close {
        top: 34px;
        right: 37px; } }
    .search-lightbox #btn-search-close:after, .search-lightbox #btn-search-close:before {
      content: '';
      position: absolute;
      width: 3px;
      height: 28px;
      background: #fff; }
    .search-lightbox #btn-search-close:after {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .search-lightbox #btn-search-close:before {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      left: 12px; }
  .search-lightbox .search-inner {
    z-index: 100;
    position: relative;
    width: 100%;
    max-width: 1070px; }
    .search-lightbox .search-inner .container {
      padding-left: 45px;
      padding-right: 45px; }
      @media (max-width: 479px) {
        .search-lightbox .search-inner .container {
          padding-left: 30px;
          padding-right: 30px; } }
  .search-lightbox .h1 {
    font-family: playfair-display, serif;
    margin-top: 30px;
    color: #fff;
    font-size: rem-calc(60);
    line-height: 1; }
    @media screen and (max-height: 790px) {
      .search-lightbox .h1 {
        margin-top: 20px;
        font-size: rem-calc(48); } }
    @media (max-width: 767px) {
      .search-lightbox .h1 {
        font-size: rem-calc(42); } }
    @media (max-width: 479px) {
      .search-lightbox .h1 {
        font-size: rem-calc(28); } }
  .search-lightbox .search__form {
    margin: 100px auto 156px auto;
    max-width: 600px;
    position: relative; }
    @media screen and (max-height: 790px) {
      .search-lightbox .search__form {
        margin: 50px auto 86px auto; } }
    @media screen and (max-height: 740px) {
      .search-lightbox .search__form {
        margin: 50px auto; } }
    .search-lightbox .search__form button {
      border: none;
      outline: 0;
      background: none;
      background-image: url(../img/search-magnify-icon.svg);
      background-repeat: no-repeat;
      background-position: center right;
      background-size: contain;
      content: '';
      width: 36px;
      height: 36px;
      right: 5px;
      bottom: 33px;
      display: block;
      position: absolute;
      text-indent: -5000em; }
      @media (max-width: 768px) {
        .search-lightbox .search__form button {
          width: 36px;
          height: 36px;
          bottom: 27px; } }
      @media (max-width: 479px) {
        .search-lightbox .search__form button {
          width: 26px;
          height: 26px;
          bottom: 18px; } }
      .search-lightbox .search__form button:hover, .search-lightbox .search__form button:focus, .search-lightbox .search__form button:active {
        outline: 0;
        cursor: default; }
    .search-lightbox .search__form .search__input {
      background: none;
      display: inline-block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      color: #fff;
      font-size: 24px;
      font-weight: 500;
      line-height: 1;
      /*
			font-size: 60px;
			line-height: 1;
			font-weight: 600;
			letter-spacing: 0.4px;
			*/
      border: none;
      border-bottom: 2px solid #fff;
      outline: none;
      padding: 15px 70px 28px 12px !important;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      @media (max-width: 768px) {
        .search-lightbox .search__form .search__input {
          padding: 15px 60px 24px 12px !important;
          font-size: 21px; } }
      @media (max-width: 479px) {
        .search-lightbox .search__form .search__input {
          padding: 15px 60px 16px 2px !important;
          font-size: 18px; } }
      .search-lightbox .search__form .search__input:active, .search-lightbox .search__form .search__input:focus, .search-lightbox .search__form .search__input:hover {
        outline: none; }
      .search-lightbox .search__form .search__input::-webkit-input-placeholder {
        opacity: 0.3;
        color: #fff; }
      .search-lightbox .search__form .search__input::-moz-placeholder {
        opacity: 0.3;
        color: #fff; }
      .search-lightbox .search__form .search__input:-ms-input-placeholder {
        opacity: 0.3;
        color: #fff; }
      .search-lightbox .search__form .search__input::-webkit-search-cancel-button, .search-lightbox .search__form .search__input::-webkit-search-decoration {
        -webkit-appearance: none; }
      .search-lightbox .search__form .search__input::-ms-clear {
        display: none; }
    .search-lightbox .search__form .fake-placeholder {
      color: #fff;
      font-size: 24px;
      font-weight: 500;
      line-height: 1;
      opacity: 0.3;
      position: absolute;
      left: 13px;
      bottom: 30px;
      z-index: -1; }
      @media (max-width: 768px) {
        .search-lightbox .search__form .fake-placeholder {
          font-size: 21px;
          bottom: 30px; } }
      @media (max-width: 479px) {
        .search-lightbox .search__form .fake-placeholder {
          font-size: 18px;
          bottom: 20px;
          left: 5px; } }
  .search-lightbox .h3 {
    color: #fff;
    font-size: 1.3125rem;
    line-height: 1.9375rem;
    letter-spacing: -0.09px;
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #fff;
    display: block;
    text-align: left;
    font-weight: 600;
    position: relative; }
  @media (max-width: 1199px) {
    .search-lightbox .row {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 768px) {
    .search-lightbox .row {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 479px) {
    .search-lightbox .row {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-height: 740px) {
    .search-lightbox .row.bottom {
      display: none; } }
  @media (max-width: 767px) {
    .search-lightbox .row.bottom {
      display: none; } }
  .search-lightbox ul {
    margin: 0;
    padding: 0;
    text-align: left; }
    .search-lightbox ul li {
      list-style: none;
      color: #fff;
      margin-bottom: 10px;
      font-size: 0.6875rem;
      line-height: 1.1875rem;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px;
      margin-bottom: 18px; }
      @media screen and (max-height: 790px) {
        .search-lightbox ul li {
          font-size: rem-calc(17);
          line-height: rem-calc(19); } }
      .search-lightbox ul li a {
        color: #fff; }
        .search-lightbox ul li a:hover {
          color: #fff; }
  .search-lightbox.search--open {
    pointer-events: auto;
    opacity: 1;
    z-index: 9999999; }
  .search-lightbox::before, .search-lightbox::after {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }
  .search-lightbox::before {
    -webkit-transform: translate3d(-15px, -15px, 0);
    transform: translate3d(-15px, -15px, 0); }
  .search-lightbox::after {
    -webkit-transform: translate3d(15px, 15px, 0);
    transform: translate3d(15px, 15px, 0); }
  .search-lightbox.search--open::before, .search-lightbox.search--open::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .search-lightbox .header--search-close {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s; }
  .search-lightbox.search--open .header--search-close {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  .search-lightbox .search__form {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s; }
  .search-lightbox.search--open .search__form {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  .search-lightbox .h1 {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s; }
  .search-lightbox .row.bottom .column {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s; }
  .search-lightbox.search--open .h1 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .search-lightbox.search--open .row.bottom .column {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .search-lightbox.search--open .row.bottom .column:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .search-lightbox.search--open .row.bottom .column:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s; }

.search--listing-header {
  padding: 170px 0 80px 0; }
  @media (max-width: 767px) {
    .search--listing-header {
      padding: 120px 0 80px 0; } }
  .search--listing-header .column.left {
    padding-top: 60px; }
    @media (max-width: 1199px) {
      .search--listing-header .column.left {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 1023px) {
      .search--listing-header .column.left {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
        margin-bottom: 80px;
        padding-top: 0;
        text-align: center; } }
    @media (max-width: 767px) {
      .search--listing-header .column.left {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%; } }
  @media (max-width: 1199px) {
    .search--listing-header .column.right {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 1025px) {
    .search--listing-header .column.right {
      padding-left: 60px; } }
  @media (max-width: 1023px) {
    .search--listing-header .column.right {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (max-width: 767px) {
    .search--listing-header .column.right {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%; } }
  .search--listing-header h1 {
    font-family: playfair-display, serif;
    font-size: 65px;
    /* 65px */
    font-size: 4.0625rem;
    /* 65px */
    line-height: 1.16923;
    /* 76px */
    letter-spacing: -1.63px;
    color: #EA1241;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 1024px) {
      .search--listing-header h1 {
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .search--listing-header h1 {
        font-size: 42px;
        /* 42px */
        font-size: 2.625rem;
        /* 42px */
        line-height: 1.28571;
        /* 54px */ } }
  .search--listing-header p {
    color: #231F20;
    font-size: 20px;
    /* 20px */
    font-size: 1.25rem;
    /* 20px */
    line-height: 1.45;
    /* 29px */
    letter-spacing: normal;
    margin-bottom: 25px;
    font-family: "Gotham Medium", sans-serif; }
    @media (min-width: 1024px) {
      .search--listing-header p {
        padding-right: 30px;
        max-width: 450px; } }
    @media (max-width: 767px) {
      .search--listing-header p {
        font-size: 18px;
        /* 18px */
        font-size: 1.125rem;
        /* 18px */
        line-height: 1.5;
        /* 27px */ } }

body.search #footer {
  margin-top: 0; }

form.search-page {
  position: relative;
  max-width: 480px;
  margin: 30px auto 0; }
  form.search-page input {
    width: 100% !important;
    border: none;
    color: #231F20;
    padding: 16px 65px 16px 20px !important;
    background: #fff;
    font-size: 18px !important;
    line-height: 28px !important;
    border: solid 1px #EA1241;
    border-radius: 0;
    font-weight: 300;
    outline: 0;
    width: 100%; }
    form.search-page input:focus {
      outline: none;
      border: solid 1px #AB1D40;
      -webkit-box-shadow: none;
      box-shadow: none; }
  form.search-page:after {
    background-image: url(../img/red-search-magnify-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: '';
    width: 28px;
    height: 30px;
    right: 24px;
    top: 16px;
    display: block;
    position: absolute; }

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

.search-result h2 {
  font-family: playfair-display, serif;
  color: #EA1241;
  font-size: 38px;
  /* 38px */
  font-size: 2.375rem;
  /* 38px */
  line-height: 1.21053;
  /* 46px */
  font-weight: 500;
  letter-spacing: -0.87px;
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    .search-result h2 {
      font-size: 32px;
      /* 32px */
      font-size: 2rem;
      /* 32px */
      line-height: 1.3125;
      /* 42px */ } }

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

.listing.search {
  background: #F5F5F5;
  margin-top: 0;
  padding: 80px 0 30px 0;
  z-index: 100; }
  @media (max-width: 1199px) {
    .listing.search {
      padding: 80px 0 10px 0; } }
  @media (max-width: 1023px) {
    .listing.search {
      padding: 50px 0 10px 0; } }
  @media (max-width: 767px) {
    .listing.search .row {
      padding-left: 0;
      padding-right: 0; } }
  .listing.search article {
    margin-top: 0;
    margin-bottom: 50px;
    border-bottom: solid 1px #EA1241;
    padding: 0 0 50px 0;
    font-style: normal; }
    .listing.search article p {
      font-style: normal; }
    .listing.search article [class*="wp-image-"] {
      display: none; }

/*
	NOTIFICATIONS
*/
.notification.cookies-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 600;
  max-width: 600px;
  background: #EA1241;
  padding: 30px 50px 10px;
  color: white; }
  @media (min-width: 1201px) {
    .notification.cookies-bar {
      left: 50px; } }
  .notification.cookies-bar .notification__content {
    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; }
    .notification.cookies-bar .notification__content .notification__text {
      max-width: 75%;
      margin-right: 40px; }
      .notification.cookies-bar .notification__content .notification__text p {
        font-size: 15px;
        line-height: 20px; }
        .notification.cookies-bar .notification__content .notification__text p a {
          position: relative; }
          .notification.cookies-bar .notification__content .notification__text p a:after {
            content: '';
            background: #fff;
            height: 1px;
            width: 100%;
            position: absolute;
            bottom: -2px;
            left: 0; }
    .notification.cookies-bar .notification__content a {
      color: white; }
      .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 .buttons {
      display: block;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .notification.cookies-bar .notification__content .buttons .button {
        padding: 14px 30px;
        font-size: 11px;
        background: #AB1D40; }
        .notification.cookies-bar .notification__content .buttons .button.button-settings {
          margin-top: 10px; }
  @media (max-width: 991px) {
    .notification.cookies-bar .buttons {
      display: block;
      margin-top: 30px; }
      .notification.cookies-bar .buttons .button {
        margin-bottom: 10px; } }
  @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; }
      .notification.cookies-bar .buttons .button {
        margin-left: 0 !important;
        margin-right: 30px; } }

.notification.popup {
  position: fixed;
  z-index: 90;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #EA1241;
  padding: 50px; }
  .notification.popup .close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer; }

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

.people--strip {
  padding: 70px 0 70px 0; }
  @media (max-width: 767px) {
    .people--strip {
      padding: 40px 0 0px 0; } }
  .people--strip .column.people-column {
    margin-bottom: 60px; }

.profile {
  position: relative;
  overflow: hidden; }
  .profile .profile-img-holder {
    position: relative;
    overflow: hidden;
    background: #AB1D40;
    margin-bottom: 18px; }
    .profile .profile-img-holder .profile-img {
      margin-bottom: 0; }
  .profile .profile-img {
    position: relative;
    width: 100%;
    min-height: 190px; }
    .profile .profile-img.no-thumb {
      background: #EA1241; }
    .profile .profile-img.fallback-msg {
      position: relative;
      background: #000; }
      .profile .profile-img.fallback-msg:before {
        content: '';
        background: #fff; }
      .profile .profile-img.fallback-msg:after {
        content: '';
        background: #000;
        left: 2px;
        top: 2px;
        right: 2px;
        bottom: 2px;
        width: calc(100% - 4px);
        height: calc(100% - 4px); }
    @media (max-width: 991px) {
      .profile .profile-img {
        padding-bottom: 70%; } }
  .profile .tag {
    font-size: 0.875rem;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block; }
  .profile .title-role {
    padding-bottom: 20px;
    border-bottom: solid 1px #231F20;
    min-height: 130px; }
  .profile h3 {
    font-family: playfair-display, serif;
    font-size: 22px;
    /* 22px */
    font-size: 1.375rem;
    /* 22px */
    line-height: 1.36364;
    /* 30px */
    letter-spacing: normal;
    font-weight: 600;
    text-transform: none;
    font-family: playfair-display, serif;
    color: #231F20;
    display: block; }
    @media (max-width: 767px) {
      .profile h3 {
        font-size: 1.625rem;
        line-height: 32px;
        letter-spacing: -0.24px; } }
    @media (max-width: 991px) {
      .profile h3.listing {
        font-size: 2.375rem;
        line-height: 44px; } }
    @media (max-width: 767px) {
      .profile h3.listing {
        font-size: 1.875rem;
        line-height: 36px; } }
  .profile .role {
    position: relative;
    font-size: 15px;
    /* 15px */
    font-size: 0.9375rem;
    /* 15px */
    line-height: 1.46667;
    /* 22px */
    letter-spacing: normal;
    text-transform: none;
    font-family: "Gotham Book", sans-serif;
    color: #231F20;
    display: block;
    margin: 14px 0 0 0; }
    @media (max-width: 1023px) {
      .profile .role {
        padding-left: 0; } }
  .profile .learn-more {
    position: relative;
    font-size: 14px;
    /* 14px */
    font-size: 0.875rem;
    /* 14px */
    line-height: 1;
    /* 14px */
    letter-spacing: 2.55px;
    font-weight: 600;
    text-transform: none;
    font-family: "Gotham Medium", sans-serif;
    color: #EA1241;
    text-transform: uppercase;
    padding-right: 24px;
    margin-top: 20px;
    display: inline-block; }
    .profile .learn-more .lm-plus {
      position: absolute;
      top: 0px;
      right: 0;
      width: 12px;
      height: 12px;
      /* Vertical line */
      /* horizontal line */ }
      .profile .learn-more .lm-plus:before, .profile .learn-more .lm-plus:after {
        content: "";
        position: absolute;
        background-color: #EA1241;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
      .profile .learn-more .lm-plus:before {
        top: 0;
        left: 5px;
        width: 2px;
        height: 100%; }
      .profile .learn-more .lm-plus:after {
        top: 5px;
        left: 0;
        width: 100%;
        height: 2px;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center; }
  .profile.large .profile-img-holder {
    margin-bottom: 15px; }
  .profile.large h3 {
    max-width: 330px; }
    @media (max-width: 1023px) {
      .profile.large h3 {
        max-width: 560px; } }
  .profile:hover .profile-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .profile:hover.vacancies .profile-img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

.people--single-header {
  padding: 170px 0 20px 0;
  text-align: center; }
  @media (max-width: 767px) {
    .people--single-header {
      padding: 120px 0 20px 0; } }
  .people--single-header .profile-img {
    height: 120px;
    width: 120px;
    display: block;
    position: relative;
    margin: 30px auto; }
  .people--single-header .column.left {
    padding-top: 60px; }
    @media (max-width: 1199px) {
      .people--single-header .column.left {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 1023px) {
      .people--single-header .column.left {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
        margin-bottom: 80px;
        padding-top: 0;
        text-align: center; } }
    @media (max-width: 767px) {
      .people--single-header .column.left {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%; } }
  @media (max-width: 1199px) {
    .people--single-header .column.right {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 1025px) {
    .people--single-header .column.right {
      padding-left: 60px; } }
  @media (max-width: 1023px) {
    .people--single-header .column.right {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (max-width: 767px) {
    .people--single-header .column.right {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%; } }
  .people--single-header h1 {
    font-family: playfair-display, serif;
    font-size: 65px;
    /* 65px */
    font-size: 4.0625rem;
    /* 65px */
    line-height: 1.16923;
    /* 76px */
    letter-spacing: -1.63px;
    color: #EA1241;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 1024px) {
      .people--single-header h1 {
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .people--single-header h1 {
        font-size: 42px;
        /* 42px */
        font-size: 2.625rem;
        /* 42px */
        line-height: 1.28571;
        /* 54px */ } }
  .people--single-header.type2 h1 {
    max-width: 900px;
    margin: 0 auto 30px auto; }
  .people--single-header p {
    color: #231F20;
    font-size: 20px;
    /* 20px */
    font-size: 1.25rem;
    /* 20px */
    line-height: 1.45;
    /* 29px */
    letter-spacing: normal;
    margin-bottom: 25px;
    font-family: "Gotham Medium", sans-serif; }
    @media (max-width: 767px) {
      .people--single-header p {
        font-size: 18px;
        /* 18px */
        font-size: 1.125rem;
        /* 18px */
        line-height: 1.5;
        /* 27px */ } }

.lightbox-content {
  background: #fff;
  width: 100%;
  max-width: 1170px;
  min-height: 600px;
  position: relative;
  display: block;
  margin: 40px auto; }
  @media (max-width: 1199px) {
    .lightbox-content {
      width: calc(100% - 40px); }
      .lightbox-content.lightbox-teaser {
        height: auto; } }
  @media (max-width: 767px) {
    .lightbox-content {
      width: 310px;
      width: calc(100% - 20px);
      height: 340px;
      margin: 70px auto 10px auto; }
      .lightbox-content.lightbox-people {
        min-height: calc( 100vh - 80px); } }
  .lightbox-content .lightbox-content-inner {
    padding: 50px 80px 50px 80px;
    overflow: hidden; }
    @media (max-width: 1199px) {
      .lightbox-content .lightbox-content-inner {
        padding: 50px 40px 50px 40px; } }
    @media (max-width: 767px) {
      .lightbox-content .lightbox-content-inner {
        padding: 30px 20px 10px 20px; } }
    .lightbox-content .lightbox-content-inner.extra-padding {
      padding: 70px 80px 60px 80px; }
      @media (max-width: 1199px) {
        .lightbox-content .lightbox-content-inner.extra-padding {
          padding: 50px 40px 50px 40px; } }
      @media (max-width: 767px) {
        .lightbox-content .lightbox-content-inner.extra-padding {
          padding: 30px 20px 10px 20px; } }
    @media (max-width: 767px) {
      .lightbox-content .lightbox-content-inner {
        height: 560px;
        overflow-x: hidden; }
        .lightbox-content .lightbox-content-inner.lightbox-people {
          min-height: calc( 100vh - 80px); } }
    .lightbox-content .lightbox-content-inner .column {
      position: relative; }
      .lightbox-content .lightbox-content-inner .column.left {
        padding-right: 34px; }
        @media (max-width: 1199px) {
          .lightbox-content .lightbox-content-inner .column.left {
            padding-right: 20px; } }
        .lightbox-content .lightbox-content-inner .column.left.extra-padding {
          padding-right: 64px; }
          @media (max-width: 1199px) {
            .lightbox-content .lightbox-content-inner .column.left.extra-padding {
              padding-right: 20px; } }
        @media (max-width: 1199px) {
          .lightbox-content .lightbox-content-inner .column.left {
            padding-right: 20px; } }
        @media (max-width: 767px) {
          .lightbox-content .lightbox-content-inner .column.left {
            margin-bottom: 20px; } }
        .lightbox-content .lightbox-content-inner .column.left.with-border:after {
          content: '';
          position: absolute;
          right: 0;
          top: 0;
          width: 1px;
          height: 500px;
          background: #DCDCDC; }
      .lightbox-content .lightbox-content-inner .column.right {
        padding-left: 34px;
        padding-right: 40px; }
        .lightbox-content .lightbox-content-inner .column.right.extra-padding {
          padding-left: 64px; }
          @media (max-width: 1199px) {
            .lightbox-content .lightbox-content-inner .column.right.extra-padding {
              padding-left: 20px; } }
        @media (max-width: 991px) {
          .lightbox-content .lightbox-content-inner .column.right {
            padding-right: 20px;
            padding-right: 20px; } }
    .lightbox-content .lightbox-content-inner .head {
      position: relative;
      min-height: 144px;
      padding: 8px 0 0 150px; }
      @media (max-width: 1199px) {
        .lightbox-content .lightbox-content-inner .head {
          padding: 8px 0 0 0; } }
      .lightbox-content .lightbox-content-inner .head.no-img {
        padding: 8px 0 0 0; }
      .lightbox-content .lightbox-content-inner .head .profile-img {
        height: 120px;
        width: 120px;
        display: block;
        position: absolute;
        left: 0;
        top: 0; }
        @media (max-width: 1199px) {
          .lightbox-content .lightbox-content-inner .head .profile-img {
            position: relative;
            margin-bottom: 20px; } }
      .lightbox-content .lightbox-content-inner .head .lightbox-title {
        font-size: 20px;
        /* 20px */
        font-size: 1.25rem;
        /* 20px */
        line-height: 1.45;
        /* 29px */
        letter-spacing: normal;
        font-weight: 600;
        text-transform: none;
        color: #231F20;
        display: block; }
      .lightbox-content .lightbox-content-inner .head .role {
        font-size: 14px;
        /* 14px */
        font-size: 0.875rem;
        /* 14px */
        line-height: 1.57143;
        /* 22px */
        letter-spacing: normal;
        text-transform: none;
        color: #231F20;
        display: block;
        max-width: 340px; }
    .lightbox-content .lightbox-content-inner .content-holder .lightbox-title {
      font-size: 20px;
      /* 20px */
      font-size: 1.25rem;
      /* 20px */
      line-height: 1.45;
      /* 29px */
      letter-spacing: normal;
      font-weight: 600;
      text-transform: none;
      color: #EA1241;
      display: block; }
    .lightbox-content .lightbox-content-inner .content-holder p {
      font-size: 14px;
      /* 14px */
      font-size: 0.875rem;
      /* 14px */
      line-height: 1.57143;
      /* 22px */
      letter-spacing: normal;
      text-transform: none;
      color: #231F20;
      display: block; }
      .lightbox-content .lightbox-content-inner .content-holder p.intro {
        font-size: 18px;
        /* 18px */
        font-size: 1.125rem;
        /* 18px */
        line-height: 1.33333;
        /* 24px */
        font-weight: 300; }
      .lightbox-content .lightbox-content-inner .content-holder p a {
        color: #EA1241 !important; }
    .lightbox-content .lightbox-content-inner .contact-details {
      margin: 0 0 20px 0; }
      .lightbox-content .lightbox-content-inner .contact-details .lightbox-title {
        position: relative;
        font-size: 20px;
        /* 20px */
        font-size: 1.25rem;
        /* 20px */
        line-height: 1.45;
        /* 29px */
        letter-spacing: normal;
        font-weight: 600;
        text-transform: none;
        color: #231F20;
        display: block;
        padding-bottom: 8px;
        border-bottom: solid 1px #DCDCDC;
        margin-bottom: 10px; }
      .lightbox-content .lightbox-content-inner .contact-details .item a {
        position: relative;
        font-size: 14px;
        /* 14px */
        font-size: 0.875rem;
        /* 14px */
        line-height: 2.07143;
        /* 29px */
        letter-spacing: normal;
        text-transform: none;
        color: #EA1241;
        display: block; }
    .lightbox-content .lightbox-content-inner .publications .lightbox-title {
      position: relative;
      font-size: 20px;
      /* 20px */
      font-size: 1.25rem;
      /* 20px */
      line-height: 1.45;
      /* 29px */
      letter-spacing: normal;
      font-weight: 600;
      text-transform: none;
      color: #231F20;
      display: block;
      padding-bottom: 8px;
      border-bottom: solid 1px #DCDCDC;
      margin-bottom: 16px; }
    .lightbox-content .lightbox-content-inner .publications p {
      font-size: 14px;
      /* 14px */
      font-size: 0.875rem;
      /* 14px */
      line-height: 1.57143;
      /* 22px */
      letter-spacing: normal;
      text-transform: none;
      color: #231F20;
      font-style: italic;
      display: block;
      margin-bottom: 12px; }
    .lightbox-content .lightbox-content-inner .download-cv {
      padding-top: 28px;
      border-top: solid 1px #DCDCDC; }
    .lightbox-content .lightbox-content-inner .lightbox--teaser--image {
      min-height: 360px;
      padding-bottom: 94%; }
      @media (max-width: 767px) {
        .lightbox-content .lightbox-content-inner .lightbox--teaser--image {
          min-height: 300px; } }
      .lightbox-content .lightbox-content-inner .lightbox--teaser--image.addit-img {
        margin-top: 30px; }
    .lightbox-content .lightbox-content-inner .teaser--text--content {
      padding: 30px 0;
      max-width: 420px; }
      @media (max-width: 1199px) {
        .lightbox-content .lightbox-content-inner .teaser--text--content {
          padding: 0 0 30px 0; } }
      .lightbox-content .lightbox-content-inner .teaser--text--content.no-top-padd {
        padding: 0 0 30px 0; }
      .lightbox-content .lightbox-content-inner .teaser--text--content .lightbox-title {
        font-family: playfair-display, serif;
        font-size: 32px;
        /* 32px */
        font-size: 2rem;
        /* 32px */
        line-height: 1.40625;
        /* 45px */
        letter-spacing: -0.7px;
        font-weight: 500;
        text-transform: none;
        color: #EA1241;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .lightbox-content .lightbox-content-inner .teaser--text--content .lightbox-title {
            font-size: 22px;
            /* 22px */
            font-size: 1.375rem;
            /* 22px */
            line-height: 1.36364;
            /* 30px */ } }
      @media (max-width: 767px) {
        .lightbox-content .lightbox-content-inner .teaser--text--content p {
          font-size: 15px;
          /* 15px */
          font-size: 0.9375rem;
          /* 15px */
          line-height: 1.8;
          /* 27px */ } }
      .lightbox-content .lightbox-content-inner .teaser--text--content p a {
        color: #EA1241 !important; }
      @media (max-width: 767px) {
        .lightbox-content .lightbox-content-inner .teaser--text--content ul, .lightbox-content .lightbox-content-inner .teaser--text--content ol {
          padding-left: 20px; } }
    .lightbox-content .lightbox-content-inner .scroll-wrapper {
      overflow: hidden !important;
      padding: 0 !important;
      position: relative; }
      .lightbox-content .lightbox-content-inner .scroll-wrapper > .scroll-content {
        border: none !important;
        -webkit-box-sizing: content-box !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none !important;
        overflow-y: scroll !important;
        padding: 0;
        position: relative !important;
        top: 0;
        width: auto !important; }
        @media (max-width: 767px) {
          .lightbox-content .lightbox-content-inner .scroll-wrapper > .scroll-content {
            overflow: hidden; } }
      .lightbox-content .lightbox-content-inner .scroll-wrapper > .scroll-content::-webkit-scrollbar {
        height: 0;
        width: 0; }
      .lightbox-content .lightbox-content-inner .scroll-wrapper .scroll-element {
        display: none;
        -webkit-box-sizing: content-box;
        box-sizing: content-box; }
      .lightbox-content .lightbox-content-inner .scroll-wrapper .scroll-element div {
        -webkit-box-sizing: content-box;
        box-sizing: content-box; }
      .lightbox-content .lightbox-content-inner .scroll-wrapper .scroll-element.scroll-x.scroll-scrollx_visible, .lightbox-content .lightbox-content-inner .scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible {
        display: block; }
      .lightbox-content .lightbox-content-inner .scroll-wrapper .scroll-element .scroll-bar,
      .lightbox-content .lightbox-content-inner .scroll-wrapper .scroll-element .scroll-element .scroll-arrow {
        cursor: default; }
    .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper {
      height: 550px;
      position: relative;
      width: auto; }
      @media (max-width: 767px) {
        .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper {
          height: auto; } }
      .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper .scrollbar-external {
        height: 480px;
        overflow-y: scroll; }
        @media (max-width: 767px) {
          .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper .scrollbar-external {
            height: 510px;
            max-height: 100% !important; } }
      .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_x {
        border: none;
        cursor: pointer;
        display: none;
        position: absolute;
        right: -26px;
        top: 50px; }
        .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_x .scroll-scrollx_visible {
          display: block;
          height: 10px;
          top: 410px;
          width: 200px; }
        .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_x div {
          height: 100%;
          right: 0;
          top: 0;
          position: absolute;
          width: 100%; }
        .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_x .scroll-bar {
          background: #EA1241;
          z-index: 12;
          height: 100px; }
      .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_y {
        border: none;
        cursor: pointer;
        display: none;
        position: absolute;
        right: -26px;
        top: 50px; }
        .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_y .scroll-element_outer {
          background: #F5F5F5;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          border-radius: 15px; }
        .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_y.scroll-scrolly_visible {
          display: block;
          height: 90%;
          top: 0;
          width: 5px; }
        .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_y div {
          height: 100%;
          right: 0;
          top: 0;
          position: absolute;
          width: 100%; }
        .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_y .scroll-bar {
          background: #EA1241;
          z-index: 12;
          height: 220px;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          border-radius: 15px; }
          @media (max-width: 767px) {
            .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_y .scroll-bar {
              height: 100px; } }

section.filter {
  position: relative;
  padding: 0 0 0 0;
  background: #AB1D40;
  min-height: 110px;
  /*
	&:after {
		content: '';
		@extend %zero;
		//background: $gray;
		//opacity: 0;
		z-index: -1;
	    background-size: 200% 100%;
	    background-image: linear-gradient(to right, white 50%, $gray 50%);
	    -webkit-transition: background-position 1s;
	    -moz-transition: background-position 1s;
	    transition: background-position 1s;
	    transition-delay: 0.5s;
	}
	*/ }
  @media (max-width: 767px) {
    section.filter {
      padding: 0 0 20px 0; } }
  section.filter:not(.off-screen--hide):after {
    background-position: -100% 0; }
  @media (max-width: 767px) {
    section.filter form.searchandfilter {
      margin-bottom: 20px; } }
  section.filter form.searchandfilter ul {
    position: relative;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px; }
    section.filter form.searchandfilter ul li {
      position: relative;
      width: 100%;
      padding-right: 25px;
      padding-left: 25px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
      margin: 10px 0 30px 0; }
      @media (max-width: 767px) {
        section.filter form.searchandfilter ul li {
          -ms-flex: 0 0 100%;
          -webkit-box-flex: 0;
          flex: 0 0 100%;
          max-width: 100%;
          margin-bottom: 0; } }
      section.filter form.searchandfilter ul li label {
        width: 100%; }
      section.filter form.searchandfilter ul li input,
      section.filter form.searchandfilter ul li select,
      section.filter form.searchandfilter ul li textarea {
        background: #AB1D40;
        font-family: "Gotham Book", sans-serif;
        font-size: 18px;
        /* 18px */
        font-size: 1.125rem;
        /* 18px */
        line-height: 1.61111;
        /* 29px */
        text-transform: none;
        color: #fff;
        padding: 10px 20px 0 15px !important;
        border: none;
        border-bottom: 1px solid #fff;
        letter-spacing: normal !important;
        outline: 0;
        border-radius: 0;
        width: 100% !important;
        -webkit-appearance: none; }
        section.filter form.searchandfilter ul li input:focus,
        section.filter form.searchandfilter ul li select:focus,
        section.filter form.searchandfilter ul li textarea:focus {
          border-bottom: 1px solid #fff; }
      section.filter form.searchandfilter ul li select {
        border-radius: 0;
        height: 50px;
        -webkit-appearance: none;
        -webkit-padding-end: 20px;
        -webkit-padding-start: 2px;
        -webkit-user-select: none;
        -moz-appearance: none;
        background-image: url(../img/select-arrow-down.svg);
        background-position: 93% center;
        background-repeat: no-repeat;
        outline: none;
        text-transform: none; }
      section.filter form.searchandfilter ul li.sf-field-search input {
        border-radius: 0;
        height: 50px;
        -webkit-appearance: none;
        -webkit-padding-end: 20px;
        -webkit-padding-start: 2px;
        -webkit-user-select: none;
        -moz-appearance: none;
        background-image: url(../img/select-search.svg);
        background-position: 93% center;
        background-repeat: no-repeat;
        outline: none;
        text-transform: none; }
  @media screen and (max-width: 980px) and (min-width: 768px) {
    section.filter.people form.searchandfilter ul li {
      -ms-flex: 0 0 33.33%;
      -webkit-box-flex: 0;
      flex: 0 0 33.33%;
      max-width: 33.33%; } }
  @media (min-width: 768px) {
    section.filter.people form.searchandfilter ul li.sf-field-search {
      position: absolute;
      top: 0;
      right: 0; } }
  @media screen and (max-width: 980px) and (min-width: 768px) {
    section.filter.eminent form.searchandfilter ul li {
      -ms-flex: 0 0 33.33%;
      -webkit-box-flex: 0;
      flex: 0 0 33.33%;
      max-width: 33.33%; } }
  @media (min-width: 768px) {
    section.filter.eminent form.searchandfilter ul li.sf-field-search {
      position: absolute;
      top: 0;
      right: 0; } }
  section.filter.subjects form.searchandfilter ul li {
    position: relative; }
    section.filter.subjects form.searchandfilter ul li.sf-field-search {
      margin: 15px auto 0;
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 510px; }
      @media (max-width: 767px) {
        section.filter.subjects form.searchandfilter ul li.sf-field-search {
          max-width: 290px; } }
      section.filter.subjects form.searchandfilter ul li.sf-field-search h4 {
        display: inline-block;
        font-family: playfair-display, serif;
        font-size: 26px;
        /* 26px */
        font-size: 1.625rem;
        /* 26px */
        line-height: 1.53846;
        /* 40px */
        letter-spacing: -0.57px;
        font-weight: 500;
        text-transform: none;
        color: #fff;
        text-align: right;
        margin-right: 20px; }
      section.filter.subjects form.searchandfilter ul li.sf-field-search label {
        display: inline-block;
        max-width: 270px; }
  section.filter.events form.searchandfilter ul li {
    position: relative; }
    section.filter.events form.searchandfilter ul li.sf-field-category {
      margin: 15px auto 0;
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 568px; }
      @media (max-width: 767px) {
        section.filter.events form.searchandfilter ul li.sf-field-category {
          max-width: 290px; } }
      section.filter.events form.searchandfilter ul li.sf-field-category h4 {
        display: inline-block;
        font-family: playfair-display, serif;
        font-size: 26px;
        /* 26px */
        font-size: 1.625rem;
        /* 26px */
        line-height: 1.53846;
        /* 40px */
        letter-spacing: -0.57px;
        font-weight: 500;
        text-transform: none;
        color: #fff;
        text-align: right;
        margin-right: 20px; }
      section.filter.events form.searchandfilter ul li.sf-field-category label {
        display: inline-block;
        max-width: 270px; }
  section.filter.stories form.searchandfilter ul li {
    position: relative; }
    section.filter.stories form.searchandfilter ul li.sf-field-category {
      margin: 15px auto 0;
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 568px; }
      @media (max-width: 767px) {
        section.filter.stories form.searchandfilter ul li.sf-field-category {
          max-width: 290px; } }
      section.filter.stories form.searchandfilter ul li.sf-field-category h4 {
        display: inline-block;
        font-family: playfair-display, serif;
        font-size: 26px;
        /* 26px */
        font-size: 1.625rem;
        /* 26px */
        line-height: 1.53846;
        /* 40px */
        letter-spacing: -0.57px;
        font-weight: 500;
        text-transform: none;
        color: #fff;
        text-align: right;
        margin-right: 20px; }
      section.filter.stories form.searchandfilter ul li.sf-field-category label {
        display: inline-block;
        max-width: 270px; }

section.listing {
  padding: 80px 0 30px 0;
  position: relative;
  z-index: 100; }
  @media (max-width: 1199px) {
    section.listing {
      padding: 80px 0 10px 0; } }
  @media (max-width: 1023px) {
    section.listing {
      padding: 25px 0 10px 0; } }
  section.listing.subjects, section.listing.events, section.listing.eminent {
    background: #F5F5F5;
    margin-top: 0;
    padding: 80px 0 30px 0; }
    @media (max-width: 1199px) {
      section.listing.subjects, section.listing.events, section.listing.eminent {
        padding: 80px 0 10px 0; } }
    @media (max-width: 1023px) {
      section.listing.subjects, section.listing.events, section.listing.eminent {
        padding: 25px 0 10px 0; } }
  section.listing.stories {
    background: #F5F5F5;
    margin-top: 0;
    padding: 120px 0 30px 0; }
    @media (max-width: 1199px) {
      section.listing.stories {
        padding: 120px 0 10px 0; } }
    @media (max-width: 1023px) {
      section.listing.stories {
        padding: 35px 0 10px 0; } }
  @media (max-width: 1023px) {
    section.listing .row {
      margin-right: -12.5px;
      margin-left: -12.5px; } }
  @media (max-width: 767px) {
    section.listing .row {
      padding-left: 20px;
      padding-right: 20px; } }
  section.listing .column {
    margin-bottom: 60px; }
    @media (max-width: 1023px) {
      section.listing .column {
        margin-bottom: 50px;
        padding-left: 12.5px;
        padding-right: 12.5px; } }
    @media (max-width: 767px) {
      section.listing .column {
        padding-left: 20px;
        padding-right: 20px; } }
    section.listing .column.extra-margin {
      margin-bottom: 130px; }
      @media (max-width: 1023px) {
        section.listing .column.extra-margin {
          margin-bottom: 50px; } }
  section.listing.stories .row {
    margin-left: -30px;
    margin-right: -30px; }
    section.listing.stories .row .column {
      padding-left: 30px;
      padding-right: 30px; }
  section.listing.eminent .column {
    margin-bottom: 120px; }
    @media (max-width: 1199px) {
      section.listing.eminent .column {
        margin-bottom: 50px; } }
  @media (max-width: 1023px) {
    section.listing .col-md-3 {
      -ms-flex: 0 0 33.33333%;
      -webkit-box-flex: 0;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (max-width: 767px) {
    section.listing .col-md-3 {
      -ms-flex: 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%; } }
  section.listing .intro-text {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    /* 16px */
    font-size: 1rem;
    /* 16px */
    line-height: 1.8125;
    /* 29px */
    letter-spacing: 0;
    margin-bottom: 80px;
    font-weight: 300; }

.pagination {
  margin: 30px auto 40px auto;
  width: 100%;
  position: relative;
  text-align: center; }
  .pagination.align-left {
    text-align: left; }
  .pagination a.page-numbers,
  .pagination span.page-numbers {
    background: none;
    padding: 6px 10px 5px 10px;
    margin: 0 3px;
    display: inline-block;
    border: none !important;
    font-size: 17px;
    /* 17px */
    font-size: 1.0625rem;
    /* 17px */
    line-height: 1;
    /* 17px */
    color: #231F20;
    position: relative;
    width: auto !important;
    font-style: normal; }
    .pagination a.page-numbers.dots,
    .pagination span.page-numbers.dots {
      background: none;
      color: #231F20; }
      .pagination a.page-numbers.dots:hover,
      .pagination span.page-numbers.dots:hover {
        background: none;
        color: #EA1241; }
      .pagination a.page-numbers.dots:after,
      .pagination span.page-numbers.dots:after {
        display: none; }
    .pagination a.page-numbers.current, .pagination a.page-numbers:hover,
    .pagination span.page-numbers.current,
    .pagination span.page-numbers:hover {
      background: none;
      color: #EA1241; }
      .pagination a.page-numbers.current:after, .pagination a.page-numbers:hover:after,
      .pagination span.page-numbers.current:after,
      .pagination span.page-numbers:hover:after {
        width: 100%;
        opacity: 1;
        z-index: 9999; }
    .pagination a.page-numbers.current,
    .pagination span.page-numbers.current {
      font-weight: bold;
      color: #EA1241; }
  .pagination a.prev,
  .pagination a.next {
    font-size: 20px;
    color: #EA1241;
    font-weight: "Gotham Medium", sans-serif;
    padding-top: 8px; }
    .pagination a.prev:after,
    .pagination a.next:after {
      display: none; }

.searchandfilter input::-webkit-input-placeholder {
  color: #fff;
  text-transform: none; }

.searchandfilter input::-moz-placeholder {
  color: #fff;
  text-transform: none; }

.searchandfilter input:-moz-placeholder {
  color: #fff;
  text-transform: none; }

.searchandfilter input:-ms-input-placeholder {
  color: #fff;
  text-transform: none; }

#history-overview {
  padding: 185px 0 0 0; }
  @media (max-width: 767px) {
    #history-overview {
      padding: 130px 0 0 0; } }
  #history-overview .intro-column {
    text-align: center;
    color: #fff; }
    #history-overview .intro-column h1 {
      font-family: playfair-display, serif;
      font-size: 60px;
      /* 60px */
      font-size: 3.75rem;
      /* 60px */
      line-height: 1.16667;
      /* 70px */
      color: #fff;
      margin-bottom: 30px;
      font-weight: bold; }
    #history-overview .intro-column p {
      color: #fff;
      font-size: 17px;
      /* 17px */
      font-size: 1.0625rem;
      /* 17px */
      line-height: 1.70588;
      /* 29px */
      margin: 0 auto 34px auto;
      max-width: 625px; }
      #history-overview .intro-column p a {
        color: #fff; }
    #history-overview .intro-column .journey {
      position: relative;
      font-family: "Gotham Medium", sans-serif;
      font-size: 14px;
      /* 14px */
      font-size: 0.875rem;
      /* 14px */
      line-height: 1;
      /* 14px */
      color: #fff;
      letter-spacing: 2.55px;
      text-transform: uppercase;
      padding-right: 30px; }
      #history-overview .intro-column .journey svg {
        position: absolute;
        right: 0;
        top: 2px; }
  #history-overview .history--pages--wrap {
    position: relative;
    background: #fff;
    padding: 0 20px 70px 20px; }
    @media (max-width: 767px) {
      #history-overview .history--pages--wrap {
        padding: 0; } }
    #history-overview .history--pages--wrap:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background: #AB1D40;
      content: '';
      min-height: 400px;
      width: 100%;
      display: block; }
    #history-overview .history--pages--wrap .history--pages {
      margin-top: 100px; }
      @media (max-width: 767px) {
        #history-overview .history--pages--wrap .history--pages {
          margin-top: 50px; } }
  #history-overview .history--box {
    position: relative;
    min-height: 220px;
    padding-bottom: 65%;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      #history-overview .history--box {
        margin-bottom: 20px; } }
    #history-overview .history--box .img-bg:after {
      content: '';
      background: #000;
      opacity: 0.3; }
    #history-overview .history--box .content--wrap {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 28px; }
      #history-overview .history--box .content--wrap .year-span {
        position: relative;
        padding: 1px 0 0 27px;
        display: block;
        margin-bottom: 6px; }
        #history-overview .history--box .content--wrap .year-span span {
          font-family: "Gotham Medium", sans-serif;
          font-size: 11px;
          /* 11px */
          font-size: 0.6875rem;
          /* 11px */
          line-height: 1;
          /* 11px */
          font-weight: bold;
          color: #fff;
          letter-spacing: 2.55px;
          text-transform: uppercase;
          display: inline-block; }
        #history-overview .history--box .content--wrap .year-span img {
          width: 14px;
          height: auto;
          position: absolute;
          top: 6px;
          left: 0; }
      #history-overview .history--box .content--wrap h2 {
        font-family: playfair-display, serif;
        font-size: 20px;
        /* 20px */
        font-size: 1.25rem;
        /* 20px */
        line-height: 1.2;
        /* 24px */
        color: #fff;
        font-weight: bold;
        margin-bottom: 0; }

.history-nav-col {
  position: absolute;
  z-index: 300;
  top: 0;
  left: 0;
  width: 220px;
  display: block;
  -ms-flex: 0 0 220px;
  -webkit-box-flex: 0;
  flex: 0 0 220px;
  max-width: 220px; }
  .history-nav-col:after {
    content: '';
    position: absolute;
    right: 0;
    top: -1000px;
    height: 5000px;
    width: 0.5px;
    background: #231F20;
    display: block;
    opacity: 0.2; }
    @media (max-width: 1023px) {
      .history-nav-col:after {
        display: none !important; } }

@media (max-width: 1023px) {
  .history-dropdown-row {
    display: block !important; } }

.history-dropdown-row .history-btn-group {
  margin: 10px 0 50px 30px;
  position: relative;
  min-height: 50px;
  width: 100%;
  width: calc(100% - 10px);
  max-width: 350px; }
  @media (max-width: 767px) {
    .history-dropdown-row .history-btn-group {
      width: calc(100% - 0px);
      margin: 0 0 20px 0;
      max-width: 440px; } }
  .history-dropdown-row .history-btn-group .dropdown-toggle {
    position: relative;
    background: 0 0;
    border: solid 1px #fff;
    color: #fff;
    padding: 17px 20px 16px;
    font-family: "Gotham Medium", sans-serif;
    font-size: 17px;
    /* 17px */
    font-size: 1.0625rem;
    /* 17px */
    line-height: 1;
    /* 17px */
    display: block;
    width: 100%;
    text-align: left;
    outline: none; }
    .history-dropdown-row .history-btn-group .dropdown-toggle:before {
      background-image: url(../img/history_nav_toggle_arrow.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      content: '';
      width: 10px;
      height: 20px;
      display: block;
      position: absolute;
      right: 25px;
      top: 16px;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      z-index: 9999; }
  .history-dropdown-row .history-btn-group .dropdown-menu {
    position: absolute;
    top: calc( 100% + 1px);
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 3px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    border: 1px solid #fff;
    border-radius: 0;
    background-clip: padding-box;
    padding-top: 20px;
    margin-top: -2px;
    width: 100%;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff; }
    .history-dropdown-row .history-btn-group .dropdown-menu.active {
      display: block; }
    .history-dropdown-row .history-btn-group .dropdown-menu li {
      width: 100%;
      margin: 0 20px 20px 20px;
      list-style: none;
      max-width: calc( 100% - 40px);
      font-size: 15px;
      /* 15px */
      font-size: 0.9375rem;
      /* 15px */
      line-height: 1.46667;
      /* 22px */ }
      .history-dropdown-row .history-btn-group .dropdown-menu li.current_page_item {
        font-weight: bold; }
      .history-dropdown-row .history-btn-group .dropdown-menu li a {
        color: #fff; }

.timeline {
  overflow: visible;
  position: relative;
  padding-top: 170px;
  padding-bottom: 80px; }
  @media (min-width: 1441px) {
    .timeline {
      padding-left: 40px; } }
  @media (max-width: 767px) {
    .timeline {
      padding-top: 120px; } }
  .timeline .timeline-slider-container {
    max-width: 1780px !important; }
  .timeline .timeline-col {
    position: relative !important;
    padding-left: 240px; }
    @media (max-width: 1023px) {
      .timeline .timeline-col {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 25px; } }
    @media (max-width: 767px) {
      .timeline .timeline-col {
        padding-left: 10px; } }
  .timeline .history-pages-nav {
    max-width: 180px;
    min-width: 180px; }
    @media (max-width: 1023px) {
      .timeline .history-pages-nav {
        display: none; } }
    .timeline .history-pages-nav ul {
      margin: 0;
      padding: 0; }
      .timeline .history-pages-nav ul li {
        list-style: none;
        margin-bottom: 25px; }
        .timeline .history-pages-nav ul li a {
          font-size: 14px;
          /* 14px */
          font-size: 0.875rem;
          /* 14px */
          line-height: 0.71429;
          /* 10px */
          color: #fff;
          font-family: "Gotham Medium", sans-serif;
          font-weight: 500;
          opacity: 0.6; }
        .timeline .history-pages-nav ul li.current_page_item a {
          font-size: 16px;
          /* 16px */
          font-size: 1rem;
          /* 16px */
          line-height: 0.75;
          /* 12px */
          font-weight: bold; }
        .timeline .history-pages-nav ul li.current_page_item a, .timeline .history-pages-nav ul li:hover a {
          opacity: 1; }
  .timeline .timeline-slider-content-wrap {
    position: relative;
    padding-bottom: 70px; }
  .timeline .timeline-slider-content {
    overflow: hidden; }
    @media (max-width: 1199px) {
      .timeline .timeline-slider-content {
        margin-left: 30px; } }
    @media (max-width: 1023px) {
      .timeline .timeline-slider-content {
        margin-left: 0; } }
    .timeline .timeline-slider-content .slick-track {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
    .timeline .timeline-slider-content .slick-slide {
      height: inherit !important; }
    .timeline .timeline-slider-content .slick-slide {
      margin: 0 30px 0 0; }
      @media (max-width: 767px) {
        .timeline .timeline-slider-content .slick-slide {
          margin: 0 20px 0 0; } }
    .timeline .timeline-slider-content .timeline-item {
      padding-left: 30px; }
      @media (max-width: 767px) {
        .timeline .timeline-slider-content .timeline-item {
          padding-left: 0; } }
    .timeline .timeline-slider-content .column-text {
      padding-top: 50px;
      padding-right: 50px; }
      @media (max-width: 1199px) {
        .timeline .timeline-slider-content .column-text {
          padding-top: 0; } }
      @media (max-width: 767px) {
        .timeline .timeline-slider-content .column-text {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          padding-left: 35px;
          padding-right: 30px; } }
      .timeline .timeline-slider-content .column-text .year {
        font-family: "Gotham Medium", sans-serif;
        font-size: 14px;
        /* 14px */
        font-size: 0.875rem;
        /* 14px */
        line-height: 0.85714;
        /* 12px */
        color: #fff;
        letter-spacing: 2.55px;
        text-transform: uppercase;
        margin-bottom: 25px;
        font-weight: 600; }
      .timeline .timeline-slider-content .column-text h2 {
        font-family: playfair-display, serif;
        font-size: 40px;
        /* 40px */
        font-size: 2.5rem;
        /* 40px */
        line-height: 1.375;
        /* 55px */
        color: #fff;
        margin-bottom: 30px; }
        @media (max-width: 767px) {
          .timeline .timeline-slider-content .column-text h2 {
            font-size: 36px;
            /* 36px */
            font-size: 2.25rem;
            /* 36px */
            line-height: 1.33333;
            /* 48px */
            margin-bottom: 20px; } }
      .timeline .timeline-slider-content .column-text p {
        color: #fff;
        font-size: 17px;
        /* 17px */
        font-size: 1.0625rem;
        /* 17px */
        line-height: 1.70588;
        /* 29px */ }
        .timeline .timeline-slider-content .column-text p a {
          color: #fff; }
    .timeline .timeline-slider-content .column-image {
      position: relative; }
      @media (max-width: 767px) {
        .timeline .timeline-slider-content .column-image {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          margin-bottom: 30px;
          margin-left: 10px; } }
      .timeline .timeline-slider-content .column-image .history-image {
        padding-bottom: 110%;
        width: calc(100% + 20px);
        margin-right: -20px; }
        @media (max-width: 767px) {
          .timeline .timeline-slider-content .column-image .history-image {
            padding-bottom: 80%; } }
  .timeline .timeline-slider {
    overflow: visible;
    margin-top: 70px;
    margin-left: 43px;
    max-width: 1000px; }
    @media (max-width: 1199px) {
      .timeline .timeline-slider {
        max-width: 800px; } }
    @media (max-width: 1024px) {
      .timeline .timeline-slider {
        display: none !important; } }
    @media (max-width: 768px) {
      .timeline .timeline-slider {
        display: none !important; } }
    .timeline .timeline-slider .slick-track {
      -webkit-transform: translate3d(0, 0px, 0px) !important;
      transform: translate3d(0, 0px, 0px) !important; }
    .timeline .timeline-slider .slick-slide {
      width: 140px; }
      @media (max-width: 1199px) {
        .timeline .timeline-slider .slick-slide {
          width: 120px; } }
      .timeline .timeline-slider .slick-slide:last-child .timeline__line {
        background: none !important; }
      .timeline .timeline-slider .slick-slide .timeline-slider__slide .timeline-item {
        position: relative; }
        .timeline .timeline-slider .slick-slide .timeline-slider__slide .timeline-item .timeline__year {
          font-family: "Gotham Medium", sans-serif;
          font-size: 14px;
          /* 14px */
          font-size: 0.875rem;
          /* 14px */
          line-height: 0.85714;
          /* 12px */
          color: #fff;
          letter-spacing: 2.55px;
          text-transform: uppercase;
          margin-bottom: 25px;
          font-weight: 600;
          position: absolute;
          top: -25px;
          left: -15px; }
        .timeline .timeline-slider .slick-slide .timeline-slider__slide .timeline-item .timeline__line {
          height: 1px;
          background: #fff;
          margin: 55px 0 35px;
          position: relative; }
          .timeline .timeline-slider .slick-slide .timeline-slider__slide .timeline-item .timeline__line .date-tooltip {
            opacity: 0; }
        .timeline .timeline-slider .slick-slide .timeline-slider__slide .timeline-item .timeline__dot {
          position: relative;
          cursor: pointer;
          height: 28px;
          margin-top: -13px; }
          .timeline .timeline-slider .slick-slide .timeline-slider__slide .timeline-item .timeline__dot:before {
            content: '';
            position: absolute;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: none;
            border: solid 1px #fff;
            left: -2px;
            top: 7px;
            z-index: 9; }
          .timeline .timeline-slider .slick-slide .timeline-slider__slide .timeline-item .timeline__dot:hover:before {
            background: #fff !important; }
      .timeline .timeline-slider .slick-slide.slick-current .timeline__line:before {
        background: #fff; }
      .timeline .timeline-slider .slick-slide.slick-current .timeline__line .timeline__dot:before {
        background: #fff !important; }

.content-arrows {
  padding-top: 10px;
  min-height: 70px;
  position: absolute;
  bottom: 0;
  left: 30px; }
  @media (max-width: 1199px) {
    .content-arrows {
      left: 64px; } }
  @media (max-width: 1023px) {
    .content-arrows {
      left: 30px; } }
  @media (max-width: 767px) {
    .content-arrows {
      left: 15px; } }
  .content-arrows .arrow-left,
  .content-arrows .arrow-right {
    width: 60px;
    height: 60px;
    padding: 16px 0 0 22px;
    background: none;
    border: solid 1px #fff;
    display: inline-block; }
    .content-arrows .arrow-left:hover,
    .content-arrows .arrow-right:hover {
      background: #fff;
      cursor: pointer; }
  .content-arrows .arrow-left {
    margin-right: 10px; }
  .content-arrows .arrow-right {
    padding: 16px 0 0 25px; }

.timeline-slider-container {
  position: relative;
  min-height: 600px;
  padding-bottom: 40px; }

.timeline .timeline-slider .slick-current .timeline-item {
  opacity: 1; }

/*
.timeline-fade {
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 420px;
	max-width: 30.33333%;
	left: 50px;
	
	&:before {
		position: absolute;
		content: '';
		height: 100%;
		width: 2000px;
		top: 0;
		right: 0;
		background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 1.5%, #ffffff 100%);
		z-index: 1;
	}
	img {
		width: 100%;
		padding-right: 70px;
		position: absolute;
		z-index: 5;
	}
}
*/
.timeline-slider {
  display: none; }
  .timeline-slider.slick-initialized {
    display: block; }
  .timeline-slider .slick-list {
    overflow: visible; }

.timeline .slick-track,
.timeline .slick-list,
.timeline .slick-slider,
.timeline .timeline-col {
  position: initial; }

.timeline .slick-next,
.timeline .slick-prev {
  width: 61px;
  height: 61px;
  display: none !important; }

.timeline .slick-next {
  top: 498px; }

.timeline .slick-prev {
  left: 365px;
  top: 516px; }

body.page-template-tpl-history #footer,
body.page-id-12 #footer {
  margin: 0; }

body.single-post .banner .overlay {
  display: none !important; }

body.single-post .banner {
  height: auto;
  min-height: 500px !important; }
  body.single-post .banner h1 {
    max-width: 900px; }
  body.single-post .banner .banner__date {
    display: block;
    text-align: right;
    position: relative;
    font-size: 14px;
    /* 14px */
    font-size: 0.875rem;
    /* 14px */
    line-height: 1;
    /* 14px */
    letter-spacing: 2.55px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px; }
    @media (max-width: 575px) {
      body.single-post .banner .banner__date {
        text-align: left; } }

main.main .news--listing-header .container,
main.main section.listing.news .container {
  max-width: 1180px; }

.news--listing-header {
  padding: 170px 0 80px 0; }
  @media (max-width: 767px) {
    .news--listing-header {
      padding: 120px 0 80px 0; } }
  .news--listing-header .column.left {
    padding-top: 60px; }
    @media (max-width: 1199px) {
      .news--listing-header .column.left {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 1023px) {
      .news--listing-header .column.left {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
        margin-bottom: 80px;
        padding-top: 0;
        text-align: center; } }
    @media (max-width: 767px) {
      .news--listing-header .column.left {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%; } }
  @media (max-width: 1199px) {
    .news--listing-header .column.right {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 1025px) {
    .news--listing-header .column.right {
      padding-left: 60px; } }
  @media (max-width: 1023px) {
    .news--listing-header .column.right {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (max-width: 767px) {
    .news--listing-header .column.right {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%; } }
  .news--listing-header h1 {
    font-family: playfair-display, serif;
    font-size: 75px;
    /* 75px */
    font-size: 4.6875rem;
    /* 75px */
    line-height: 1.14667;
    /* 86px */
    letter-spacing: -1.63px;
    color: #EA1241;
    font-weight: bold;
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .news--listing-header h1 {
        padding-right: 30px;
        max-width: 450px; } }
    @media (max-width: 767px) {
      .news--listing-header h1 {
        font-size: 60px;
        /* 60px */
        font-size: 3.75rem;
        /* 60px */
        line-height: 1.16667;
        /* 70px */ } }
  .news--listing-header p {
    color: #231F20;
    font-size: 20px;
    /* 20px */
    font-size: 1.25rem;
    /* 20px */
    line-height: 1.45;
    /* 29px */
    letter-spacing: normal;
    margin-bottom: 25px;
    font-family: "Gotham Medium", sans-serif; }
    .news--listing-header p a {
      color: #EA1241; }
    @media (min-width: 1024px) {
      .news--listing-header p {
        padding-right: 30px;
        max-width: 450px; } }
    @media (max-width: 767px) {
      .news--listing-header p {
        font-size: 18px;
        /* 18px */
        font-size: 1.125rem;
        /* 18px */
        line-height: 1.5;
        /* 27px */ } }
  .news--listing-header .searchandfilter ul {
    margin: 0;
    padding: 0; }
  @media (max-width: 479px) {
    .news--listing-header .searchandfilter label {
      width: 100%;
      max-width: 420px; } }
  .news--listing-header .searchandfilter select.sf-input-select {
    min-width: 220px;
    border: none;
    font-size: 14px;
    /* 14px */
    font-size: 0.875rem;
    /* 14px */
    line-height: 1;
    /* 14px */
    padding: 8px 0 8px 3px !important;
    height: 42px !important;
    letter-spacing: 2.55px;
    border-bottom: solid 1px #EA1241;
    text-transform: uppercase;
    color: #EA1241;
    font-family: "Gotham Medium", sans-serif; }

section.listing.news {
  background: #F5F5F5;
  margin-top: 0;
  padding: 80px 0 80px 0; }
  @media (max-width: 1199px) {
    section.listing.news {
      padding: 80px 20px 40px 20px; } }
  @media (max-width: 1023px) {
    section.listing.news {
      padding: 25px 0 10px 0; } }
  section.listing.news .row {
    margin-left: -40px;
    margin-right: -40px; }
    section.listing.news .row .column {
      margin-bottom: 60px; }
      @media (min-width: 1025px) {
        section.listing.news .row .column {
          padding-left: 40px;
          padding-right: 40px; } }
      @media (max-width: 1023px) {
        section.listing.news .row .column {
          margin-bottom: 50px; } }

.news-column {
  margin-bottom: 40px; }
  .news-column .news--box {
    position: relative; }
    .news-column .news--box .teaser--inner {
      padding: 0 0 25px 0; }
      @media (max-width: 1023px) {
        .news-column .news--box .teaser--inner {
          padding: 0; } }
      .news-column .news--box .teaser--inner .teaser--image {
        position: relative;
        min-height: 280px;
        overflow: hidden;
        background: #AB1D40; }
        .news-column .news--box .teaser--inner .teaser--image .img-bg {
          min-height: 280px;
          padding-bottom: 70%; }
      .news-column .news--box .teaser--inner .teaser--content {
        background: #fff;
        position: absolute;
        left: 30px;
        bottom: 0;
        right: 0; }
        .news-column .news--box .teaser--inner .teaser--content.push-down {
          bottom: auto;
          top: 238px; }
        @media (max-width: 1023px) {
          .news-column .news--box .teaser--inner .teaser--content {
            position: relative;
            top: 0;
            left: 0; } }
        .news-column .news--box .teaser--inner .teaser--content .inner {
          padding: 19px 30px 22px 30px; }
          @media (max-width: 1023px) {
            .news-column .news--box .teaser--inner .teaser--content .inner {
              padding: 19px 20px 22px 20px; } }
        .news-column .news--box .teaser--inner .teaser--content.relative {
          position: relative;
          left: 0; }
          .news-column .news--box .teaser--inner .teaser--content.relative .inner {
            padding: 19px 0 22px 0; }
          .news-column .news--box .teaser--inner .teaser--content.relative h3 {
            min-height: 60px; }
        .news-column .news--box .teaser--inner .teaser--content h3 {
          font-family: playfair-display, serif;
          font-size: 22px;
          /* 22px */
          font-size: 1.375rem;
          /* 22px */
          line-height: 1.36364;
          /* 30px */
          font-weight: 600;
          letter-spacing: normal;
          color: #231F20;
          display: block;
          margin-bottom: 10px; }
        .news-column .news--box .teaser--inner .teaser--content .news-details {
          margin: 15px 0 10px 0; }
          .news-column .news--box .teaser--inner .teaser--content .news-details .span {
            position: relative;
            font-size: 15px;
            /* 15px */
            font-size: 0.9375rem;
            /* 15px */
            line-height: 1.46667;
            /* 22px */
            letter-spacing: normal;
            text-transform: none;
            font-family: "Gotham Book", sans-serif;
            color: #231F20;
            display: block; }
            @media (max-width: 1023px) {
              .news-column .news--box .teaser--inner .teaser--content .news-details .span {
                padding-left: 0; } }
          .news-column .news--box .teaser--inner .teaser--content .news-details .column {
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 0; }
            .news-column .news--box .teaser--inner .teaser--content .news-details .column.right {
              text-align: right; }
        .news-column .news--box .teaser--inner .teaser--content .learn-more-wrap {
          position: relative;
          padding-top: 20px;
          margin-top: 20px; }
          .news-column .news--box .teaser--inner .teaser--content .learn-more-wrap:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 0.5px;
            background: #231F20;
            display: block;
            opacity: 0.2; }
          .news-column .news--box .teaser--inner .teaser--content .learn-more-wrap .row {
            margin-left: -20px;
            margin-right: -20px; }
            .news-column .news--box .teaser--inner .teaser--content .learn-more-wrap .row .column {
              padding-left: 20px;
              padding-right: 20px;
              margin-bottom: 0; }
              @media (max-width: 1023px) {
                .news-column .news--box .teaser--inner .teaser--content .learn-more-wrap .row .column {
                  padding-left: 0;
                  padding-right: 0; } }
              .news-column .news--box .teaser--inner .teaser--content .learn-more-wrap .row .column.right {
                text-align: right; }
          .news-column .news--box .teaser--inner .teaser--content .learn-more-wrap .learn-more {
            position: relative;
            font-size: 14px;
            /* 14px */
            font-size: 0.875rem;
            /* 14px */
            line-height: 1;
            /* 14px */
            letter-spacing: 2.55px;
            font-weight: 600;
            text-transform: none;
            font-family: "Gotham Medium", sans-serif;
            color: #EA1241;
            text-transform: uppercase;
            padding-right: 24px;
            display: inline-block; }
            .news-column .news--box .teaser--inner .teaser--content .learn-more-wrap .learn-more .lm-plus {
              position: absolute;
              top: 0px;
              right: 0;
              width: 12px;
              height: 12px;
              /* Vertical line */
              /* horizontal line */ }
              .news-column .news--box .teaser--inner .teaser--content .learn-more-wrap .learn-more .lm-plus:before, .news-column .news--box .teaser--inner .teaser--content .learn-more-wrap .learn-more .lm-plus:after {
                content: "";
                position: absolute;
                background-color: #EA1241;
                -webkit-transition: -webkit-transform 0.3s ease-in-out;
                transition: -webkit-transform 0.3s ease-in-out;
                -o-transition: transform 0.3s ease-in-out;
                transition: transform 0.3s ease-in-out;
                transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
              .news-column .news--box .teaser--inner .teaser--content .learn-more-wrap .learn-more .lm-plus:before {
                top: 0;
                left: 5px;
                width: 2px;
                height: 100%; }
              .news-column .news--box .teaser--inner .teaser--content .learn-more-wrap .learn-more .lm-plus:after {
                top: 5px;
                left: 0;
                width: 100%;
                height: 2px;
                -webkit-transform-origin: center;
                -ms-transform-origin: center;
                transform-origin: center; }
    .news-column .news--box:hover .teaser--image .img-bg {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }

.featured--news--box {
  position: relative; }
  .featured--news--box .teaser--inner {
    padding: 0 0 25px 0; }
    .featured--news--box .teaser--inner .featured {
      display: inline-block;
      background: #EA1241;
      font-family: "Gotham Medium", sans-serif;
      color: #fff;
      font-size: 12px;
      /* 12px */
      font-size: 0.75rem;
      /* 12px */
      line-height: 1;
      /* 12px */
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 20px 28px;
      position: absolute;
      right: 0;
      top: -25px;
      z-index: 100; }
    .featured--news--box .teaser--inner .teaser--image {
      position: relative;
      min-height: 280px;
      overflow: hidden; }
      @media (min-width: 1201px) {
        .featured--news--box .teaser--inner .teaser--image {
          width: calc( 100% + 100px); } }
      .featured--news--box .teaser--inner .teaser--image .img-bg {
        min-height: 280px;
        padding-bottom: 62%; }
    .featured--news--box .teaser--inner .teaser--content {
      background: #AB1D40;
      position: absolute;
      left: -30px;
      bottom: 75px;
      right: 0;
      width: 100%;
      max-width: 425px; }
      @media (max-width: 1023px) {
        .featured--news--box .teaser--inner .teaser--content {
          bottom: 0; } }
      @media (max-width: 767px) {
        .featured--news--box .teaser--inner .teaser--content {
          margin-top: 0;
          position: relative;
          left: 0;
          bottom: 0; } }
      .featured--news--box .teaser--inner .teaser--content .inner {
        padding: 19px 30px 22px 30px; }
      .featured--news--box .teaser--inner .teaser--content h3 {
        font-family: playfair-display, serif;
        font-size: 22px;
        /* 22px */
        font-size: 1.375rem;
        /* 22px */
        line-height: 1.36364;
        /* 30px */
        font-weight: 600;
        letter-spacing: normal;
        color: #fff;
        display: block;
        margin-bottom: 10px; }
      .featured--news--box .teaser--inner .teaser--content .learn-more-wrap {
        padding-top: 5px; }
        .featured--news--box .teaser--inner .teaser--content .learn-more-wrap .row {
          margin-left: -20px;
          margin-right: -20px; }
          @media (max-width: 1023px) {
            .featured--news--box .teaser--inner .teaser--content .learn-more-wrap .row {
              margin-left: 0;
              margin-right: 0; } }
          .featured--news--box .teaser--inner .teaser--content .learn-more-wrap .row .column {
            padding-left: 20px;
            padding-right: 20px;
            margin-bottom: 0; }
            @media (max-width: 1023px) {
              .featured--news--box .teaser--inner .teaser--content .learn-more-wrap .row .column {
                padding-left: 0;
                padding-right: 0; } }
            .featured--news--box .teaser--inner .teaser--content .learn-more-wrap .row .column.right {
              text-align: right; }
        .featured--news--box .teaser--inner .teaser--content .learn-more-wrap .learn-more {
          position: relative;
          font-size: 14px;
          /* 14px */
          font-size: 0.875rem;
          /* 14px */
          line-height: 1;
          /* 14px */
          letter-spacing: 2.55px;
          font-weight: 600;
          text-transform: none;
          font-family: "Gotham Medium", sans-serif;
          color: #fff;
          text-transform: uppercase;
          padding-right: 24px;
          display: inline-block; }
          .featured--news--box .teaser--inner .teaser--content .learn-more-wrap .learn-more .lm-plus {
            position: absolute;
            top: 0px;
            right: 0;
            width: 12px;
            height: 12px;
            /* Vertical line */
            /* horizontal line */ }
            .featured--news--box .teaser--inner .teaser--content .learn-more-wrap .learn-more .lm-plus:before, .featured--news--box .teaser--inner .teaser--content .learn-more-wrap .learn-more .lm-plus:after {
              content: "";
              position: absolute;
              background-color: #fff;
              -webkit-transition: -webkit-transform 0.3s ease-in-out;
              transition: -webkit-transform 0.3s ease-in-out;
              -o-transition: transform 0.3s ease-in-out;
              transition: transform 0.3s ease-in-out;
              transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
            .featured--news--box .teaser--inner .teaser--content .learn-more-wrap .learn-more .lm-plus:before {
              top: 0;
              left: 5px;
              width: 2px;
              height: 100%; }
            .featured--news--box .teaser--inner .teaser--content .learn-more-wrap .learn-more .lm-plus:after {
              top: 5px;
              left: 0;
              width: 100%;
              height: 2px;
              -webkit-transform-origin: center;
              -ms-transform-origin: center;
              transform-origin: center; }
  .featured--news--box:hover .teaser--image .img-bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.news--teaser {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  min-height: 504px;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 43px 37px 43px 40px; }
  @media (max-width: 991px) {
    .news--teaser {
      padding: 20px 20px 20px 20px; } }
  @media (max-width: 767px) {
    .news--teaser {
      min-height: 400px;
      padding: 43px 25px 22px 20px; } }
  @media (max-width: 575px) {
    .news--teaser {
      padding: 43px 25px 22px 20px; } }
  .news--teaser .teaser--img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0; }
  .news--teaser .teaser--content {
    text-align: left;
    padding-left: 0;
    right: auto;
    left: 0;
    bottom: 42px;
    z-index: 90;
    margin: 0; }
    @media (min-width: 577px) {
      .news--teaser .teaser--content {
        padding-right: 80px; } }
  .news--teaser .teaser--title {
    font-family: "Gotham Medium", sans-serif;
    font-size: 40px;
    /* 40px */
    font-size: 2.5rem;
    /* 40px */
    line-height: 1.15;
    /* 46px */
    font-weight: 600;
    letter-spacing: -1px;
    letter-spacing: normal;
    display: block;
    text-align: left;
    margin-bottom: 0;
    color: #fff;
    max-width: 600px; }
    @media (max-width: 767px) {
      .news--teaser .teaser--title {
        font-size: 36px;
        /* 36px */
        font-size: 2.25rem;
        /* 36px */
        line-height: 1.16667;
        /* 42px */ } }
  .news--teaser .teaser--overlay {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    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%);
    opacity: 0.8;
    z-index: 85; }
  .news--teaser .teaser--category {
    font-family: "Gotham Medium", sans-serif;
    font-size: 11px;
    /* 11px */
    font-size: 0.6875rem;
    /* 11px */
    line-height: 1;
    /* 11px */
    font-weight: 600;
    letter-spacing: 0.92px;
    text-transform: uppercase;
    letter-spacing: normal;
    display: block;
    text-align: left;
    margin-bottom: 26px;
    color: #fff;
    z-index: 3; }
    .news--teaser .teaser--category span {
      position: relative;
      padding-top: 2px;
      display: inline-block;
      margin: 0 5px;
      width: 14px;
      font-size: 13px; }
      .news--teaser .teaser--category span span {
        position: absolute;
        left: 0;
        top: -7px; }

.back--to--news {
  position: relative;
  border-top: solid 1px #979797;
  margin-top: 40px;
  padding-top: 20px;
  text-align: left; }
  @media (max-width: 1023px) {
    .back--to--news {
      padding-top: 80px;
      text-align: center; } }
  .back--to--news a {
    position: relative;
    font-family: "Gotham Medium", sans-serif;
    font-weight: 500;
    font-size: 14px;
    /* 14px */
    font-size: 0.875rem;
    /* 14px */
    line-height: 2.42857;
    /* 34px */
    letter-spacing: 2.55px;
    color: #EA1241;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 30px; }
    .back--to--news a svg {
      position: absolute;
      top: 8px;
      left: 0;
      width: 16px;
      height: auto;
      outline: none; }
  .back--to--news .share-article-bottom {
    position: absolute;
    right: 0;
    margin: 0;
    top: 22px;
    padding-bottom: 3px;
    width: 260px; }
    @media (max-width: 1023px) {
      .back--to--news .share-article-bottom {
        text-align: left;
        right: auto;
        left: 50%;
        margin-left: -130px; } }
    .back--to--news .share-article-bottom .title {
      font-family: "Gotham Medium", sans-serif;
      color: #A2A2A2;
      font-size: 14px;
      /* 14px */
      font-size: 0.875rem;
      /* 14px */
      line-height: 1;
      /* 14px */
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .back--to--news .share-article-bottom .social-share {
      list-style: none;
      margin: 0;
      padding: 0;
      position: absolute;
      bottom: 10px;
      right: 1px;
      /*
	        @include media('<desktop') {
		        //position: absolute;
		        bottom: 30px;
		        left: 40px;
		        text-align: left;
		        margin-top: 30px;
		        margin-left: 3px;

			    -ms-transform: translateY(0);
			    -webkit-transform: translateY(0);
			    transform: translateY(0);
			    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;		        
	        }
	        */ }
      .back--to--news .share-article-bottom .social-share > li {
        padding: 0;
        text-indent: 0; }
      @media (max-width: 1023px) {
        .back--to--news .share-article-bottom .social-share {
          bottom: 18px; } }
      .back--to--news .share-article-bottom .social-share li {
        display: inline-block;
        margin-left: 20px; }
        .back--to--news .share-article-bottom .social-share li a {
          display: block;
          margin-top: -2px; }
          .back--to--news .share-article-bottom .social-share li a.facebook-share {
            margin-top: -6px; }
          .back--to--news .share-article-bottom .social-share li a.linkedin-instagram {
            margin-top: -6px; }
        .back--to--news .share-article-bottom .social-share li:after {
          display: none !important; }
        @media (max-width: 991px) {
          .back--to--news .share-article-bottom .social-share li {
            margin-left: 10px;
            margin-right: 10px;
            margin-bottom: 0; } }
        .back--to--news .share-article-bottom .social-share li svg {
          width: 20px;
          height: auto; }
          .back--to--news .share-article-bottom .social-share li svg.svg-facebook {
            width: 10px; }
        .back--to--news .share-article-bottom .social-share li a:hover * {
          fill: #231F20; }

body.page-template-tpl-events main.main {
  min-height: 100px; }

section.listing.events {
  background: #F5F5F5;
  margin-top: 0;
  padding: 80px 0 80px 0; }
  @media (max-width: 1199px) {
    section.listing.events {
      padding: 80px 20px 10px 20px; } }
  section.listing.events .row {
    margin-left: -40px;
    margin-right: -40px; }
    section.listing.events .row .column {
      margin-bottom: 60px; }
      @media (min-width: 1025px) {
        section.listing.events .row .column {
          padding-left: 40px;
          padding-right: 40px; } }
      @media (max-width: 1023px) {
        section.listing.events .row .column {
          margin-bottom: 20px; } }

.event-column {
  margin-bottom: 40px; }
  .event-column .event--box {
    position: relative; }
    .event-column .event--box .teaser--inner {
      padding: 0 0 25px 0; }
      @media (max-width: 1023px) {
        .event-column .event--box .teaser--inner {
          padding: 0; } }
      .event-column .event--box .teaser--inner .teaser--image {
        position: relative;
        min-height: 280px;
        overflow: hidden; }
        .event-column .event--box .teaser--inner .teaser--image .img-bg {
          min-height: 280px;
          padding-bottom: 70%; }
      .event-column .event--box .teaser--inner .teaser--content {
        background: #fff;
        position: absolute;
        left: 30px;
        bottom: 0;
        right: 0; }
        .event-column .event--box .teaser--inner .teaser--content.push-down {
          bottom: auto;
          top: 238px; }
        @media (max-width: 1023px) {
          .event-column .event--box .teaser--inner .teaser--content {
            position: relative;
            top: 0;
            left: 0; } }
        .event-column .event--box .teaser--inner .teaser--content .inner {
          padding: 19px 30px 22px 30px; }
          @media (max-width: 1023px) {
            .event-column .event--box .teaser--inner .teaser--content .inner {
              padding: 19px 20px 22px 20px; } }
        .event-column .event--box .teaser--inner .teaser--content h3 {
          font-family: playfair-display, serif;
          font-size: 22px;
          /* 22px */
          font-size: 1.375rem;
          /* 22px */
          line-height: 1.36364;
          /* 30px */
          font-weight: 600;
          letter-spacing: normal;
          color: #231F20;
          display: block;
          margin-bottom: 10px; }
        .event-column .event--box .teaser--inner .teaser--content .event-details {
          margin: 15px 0 10px 0; }
          .event-column .event--box .teaser--inner .teaser--content .event-details .span {
            position: relative;
            font-size: 15px;
            /* 15px */
            font-size: 0.9375rem;
            /* 15px */
            line-height: 1.46667;
            /* 22px */
            letter-spacing: normal;
            text-transform: none;
            font-family: "Gotham Book", sans-serif;
            color: #231F20;
            display: block; }
            @media (max-width: 1023px) {
              .event-column .event--box .teaser--inner .teaser--content .event-details .span {
                padding-left: 0; } }
          .event-column .event--box .teaser--inner .teaser--content .event-details .column {
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 0; }
            .event-column .event--box .teaser--inner .teaser--content .event-details .column.right {
              text-align: right; }
        .event-column .event--box .teaser--inner .teaser--content .learn-more-wrap {
          padding-top: 20px;
          border-top: solid 1px #231F20;
          margin-top: 20px; }
          .event-column .event--box .teaser--inner .teaser--content .learn-more-wrap .learn-more {
            position: relative;
            font-size: 14px;
            /* 14px */
            font-size: 0.875rem;
            /* 14px */
            line-height: 1;
            /* 14px */
            letter-spacing: 2.55px;
            font-weight: 600;
            text-transform: none;
            font-family: "Gotham Medium", sans-serif;
            color: #EA1241;
            text-transform: uppercase;
            padding-right: 24px;
            display: inline-block; }
            .event-column .event--box .teaser--inner .teaser--content .learn-more-wrap .learn-more .lm-plus {
              position: absolute;
              top: 0px;
              right: 0;
              width: 12px;
              height: 12px;
              /* Vertical line */
              /* horizontal line */ }
              .event-column .event--box .teaser--inner .teaser--content .learn-more-wrap .learn-more .lm-plus:before, .event-column .event--box .teaser--inner .teaser--content .learn-more-wrap .learn-more .lm-plus:after {
                content: "";
                position: absolute;
                background-color: #EA1241;
                -webkit-transition: -webkit-transform 0.3s ease-in-out;
                transition: -webkit-transform 0.3s ease-in-out;
                -o-transition: transform 0.3s ease-in-out;
                transition: transform 0.3s ease-in-out;
                transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
              .event-column .event--box .teaser--inner .teaser--content .learn-more-wrap .learn-more .lm-plus:before {
                top: 0;
                left: 5px;
                width: 2px;
                height: 100%; }
              .event-column .event--box .teaser--inner .teaser--content .learn-more-wrap .learn-more .lm-plus:after {
                top: 5px;
                left: 0;
                width: 100%;
                height: 2px;
                -webkit-transform-origin: center;
                -ms-transform-origin: center;
                transform-origin: center; }
    .event-column .event--box:hover .teaser--image .img-bg {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }

body {
  /*
	$pink:     #E82277;
	$purple:   #7573B5;
	$purple2:   #4c4996;
	$burgundy: #891C56;
	*/ }
  body.color-theme2 {
    /*
		.whats--on .column .slick-news-slider .slick-dots li.slick-active button:before {
		    border: 1px solid $dark_blue;
		    background: $dark_blue;
		}
		*/ }
    body.color-theme2 .section--nav {
      background: #1A2E4C; }
    body.color-theme2 .section--nav .column.left:before,
    body.color-theme2 .section--nav--pages .teaser .title-wrap {
      background: #1A2E4C; }
    body.color-theme2 .section--nav .column.right:after {
      display: none; }
    body.color-theme2 .sidebar--menu {
      background: #1A2E4C; }
    body.color-theme2 .sidebar--menu:after {
      background-image: url(../img/side-nav-bg-theme.svg); }
    body.color-theme2 .strip--image--text .content--on--top .button {
      color: #EA1241; }
    body.color-theme2 .strip--image--text .content--on--top .button {
      background: #fff;
      color: #1A2E4C; }
      body.color-theme2 .strip--image--text .content--on--top .button:hover {
        color: #1A2E4C; }
    body.color-theme2 .button.landing {
      background: #1A2E4C; }
    body.color-theme2 .button:not(.button--outline--white) {
      background: #1A2E4C; }
    body.color-theme2 .section--title {
      color: #1A2E4C; }
    body.color-theme2 section.video-gallery .section--title,
    body.color-theme2 .block--3-col-teasers-image-text .section--title {
      color: #fff; }
    body.color-theme2 .where-next .h2 {
      color: #1A2E4C; }
    body.color-theme2 .first-editor-content > p:first-child::first-letter {
      color: #1A2E4C; }
    body.color-theme2 .plus-link {
      color: #1A2E4C !important; }
      body.color-theme2 .plus-link::after {
        content: url(../img/plus-link-dark-blue.svg); }
    body.color-theme2 .strip--image--text .red-star-bg {
      background-image: url(../img/large-transparent-dark-blue-star.svg); }
    body.color-theme2 .content h1, body.color-theme2 .content h2, body.color-theme2 .content h3, body.color-theme2 .content h4, body.color-theme2 .content h5 {
      color: #1A2E4C; }
    body.color-theme2 .content ul li:after {
      background-image: url(../img/list-icon-dark-blue.svg); }
    body.color-theme2 .accordion__item {
      border-bottom: 1px solid #1A2E4C; }
    body.color-theme2 .accordion__plus:before, body.color-theme2 .accordion__plus:after {
      background-color: #1A2E4C; }
    body.color-theme2 .whats--on .column.twitter--column:before {
      background: #1A2E4C; }
    body.color-theme2 .whats--on .column.twitter--column .inner .twitter--footer .button:hover {
      color: #1A2E4C !important; }
  body.color-theme3 .section--nav {
    background: #009CA7; }
  body.color-theme3 .section--nav .column.left:before,
  body.color-theme3 .section--nav--pages .teaser .title-wrap {
    background: #009CA7; }
  body.color-theme3 .section--nav .column.right:after {
    display: none; }
  body.color-theme3 .sidebar--menu {
    background: #009CA7; }
  body.color-theme3 .sidebar--menu:after {
    background-image: url(../img/side-nav-bg-theme.svg); }
  body.color-theme3 .strip--image--text .red-star-bg {
    background-image: url(../img/large-transparent-green-star.svg); }
  body.color-theme3 .strip--image--text .content--on--top .button {
    color: #EA1241; }
  body.color-theme3 .gallery-video-item .video-item__play-button {
    background-image: url(../img/video_play_green@2x.svg); }
  body.color-theme3 .video--carousel .video--item .play_icon {
    background-image: url(../img/video_play_green@2x.svg); }
  body.color-theme3 .content .video-wrap__icon {
    background-image: url(../img/video_play_green@2x.svg); }
  body.color-theme3 .strip--image--text .content--on--top .button {
    background: #fff;
    color: #009CA7; }
    body.color-theme3 .strip--image--text .content--on--top .button:hover {
      color: #009CA7; }
  body.color-theme3 .main-title:before {
    background: #009CA7; }
  body.color-theme3 .button.landing {
    background: #009CA7; }
  body.color-theme3 .button:not(.button--outline--white) {
    background: #009CA7; }
  body.color-theme3 .section--title {
    color: #009CA7; }
  body.color-theme3 section.video-gallery .section--title,
  body.color-theme3 .block--3-col-teasers-image-text .section--title {
    color: #fff; }
  body.color-theme3 .where-next .h2,
  body.color-theme3 .where-next .teaser-img-box .inner .btn.btn-link {
    color: #009CA7; }
  body.color-theme3 .first-editor-content > p:first-child::first-letter {
    color: #009CA7; }
  body.color-theme3 .plus-link {
    color: #009CA7 !important; }
    body.color-theme3 .plus-link::after {
      content: url(../img/plus-link-green.svg); }
  body.color-theme3 .strip--image--text .red-star-bg {
    background-image: url(../img/large-transparent-green-star.svg); }
  body.color-theme3 .content h1, body.color-theme3 .content h2, body.color-theme3 .content h3, body.color-theme3 .content h4, body.color-theme3 .content h5 {
    color: #009CA7; }
  body.color-theme3 .content ul li a {
    color: #009CA7; }
  body.color-theme3 .content ul li:after {
    background-image: url(../img/list-icon-green.svg); }
  body.color-theme3 .content p a {
    color: #009CA7; }
  body.color-theme3 .accordion__item {
    border-bottom: 1px solid #009CA7; }
  body.color-theme3 .accordion__content--wrapper .accordion__content a {
    color: #009CA7; }
  body.color-theme3 .accordion__plus:before, body.color-theme3 .accordion__plus:after {
    background-color: #009CA7; }
  body.color-theme3 .whats--on .column.twitter--column:before {
    background: #009CA7; }
  body.color-theme3 .whats--on .column.events--column .inner .events-carousel .event--post .event--date {
    background: #009CA7; }
  body.color-theme3 .whats--on .column.twitter--column .inner .twitter--footer .button:hover {
    color: #009CA7 !important; }
  body.color-theme3 .whats--on .column.events--column .inner .events-carousel .event--post .event--date .event--date-day,
  body.color-theme3 .whats--on .column.events--column .inner .events-carousel .event--post .event--content .event--category span {
    color: #009CA7; }
  body.color-theme3 .whats--on .column .slick-news-slider .slick-dots li.slick-active button:before {
    border: 1px solid #009CA7;
    background: #009CA7; }
  body.color-theme3 .profile .learn-more {
    color: #009CA7; }
  body.color-theme3 .profile .learn-more .lm-plus:before, body.color-theme3 .profile .learn-more .lm-plus:after {
    background-color: #009CA7; }
  body.color-theme3 .lightbox-content .lightbox-content-inner .contact-details .item a {
    color: #009CA7; }
  body.color-theme3 .lightbox-content .lightbox-content-inner .teaser--text--content .lightbox-title {
    color: #009CA7; }
  body.color-theme3 .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_y .scroll-bar {
    background: #009CA7; }
  body.color-theme3 .teaser-column .custom--teaser .teaser--inner .teaser--content .learn-more {
    color: #009CA7; }
  body.color-theme3 .teaser-column .custom--teaser .teaser--inner .teaser--content .learn-more .lm-plus:before,
  body.color-theme3 .teaser-column .custom--teaser .teaser--inner .teaser--content .learn-more .lm-plus:after {
    background-color: #009CA7; }
  body.color-theme4 .section--nav {
    background: #891C56; }
  body.color-theme4 .section--nav .column.left:before,
  body.color-theme4 .section--nav--pages .teaser .title-wrap {
    background: #891C56; }
  body.color-theme4 .section--nav .column.right:after {
    display: none; }
  body.color-theme4 .sidebar--menu {
    background: #891C56; }
  body.color-theme4 .sidebar--menu:after {
    background-image: url(../img/side-nav-bg-theme.svg); }
  body.color-theme4 .strip--image--text .red-star-bg {
    background-image: url(../img/large-transparent-purple-star.svg); }
  body.color-theme4 .strip--image--text .content--on--top .button {
    color: #EA1241; }
  body.color-theme4 .gallery-video-item .video-item__play-button {
    background-image: url(../img/video_play_purple@2x.svg); }
  body.color-theme4 .video--carousel .video--item .play_icon {
    background-image: url(../img/video_play_purple@2x.svg); }
  body.color-theme4 .content .video-wrap__icon {
    background-image: url(../img/video_play_purple@2x.svg); }
  body.color-theme4 .strip--image--text .content--on--top .button {
    background: #fff;
    color: #891C56; }
    body.color-theme4 .strip--image--text .content--on--top .button:hover {
      color: #891C56; }
  body.color-theme4 .main-title:before {
    background: #891C56; }
  body.color-theme4 .button.landing {
    background: #891C56; }
  body.color-theme4 .button:not(.button--outline--white) {
    background: #891C56; }
  body.color-theme4 .section--title {
    color: #891C56; }
  body.color-theme4 section.video-gallery .section--title,
  body.color-theme4 .block--3-col-teasers-image-text .section--title {
    color: #fff; }
  body.color-theme4 .where-next .h2,
  body.color-theme4 .where-next .teaser-img-box .inner .btn.btn-link {
    color: #891C56; }
  body.color-theme4 .first-editor-content > p:first-child::first-letter {
    color: #891C56; }
  body.color-theme4 .plus-link {
    color: #891C56 !important; }
    body.color-theme4 .plus-link::after {
      content: url(../img/plus-link-purple.svg); }
  body.color-theme4 .strip--image--text .red-star-bg {
    background-image: url(../img/large-transparent-purple-star.svg); }
  body.color-theme4 .content h1, body.color-theme4 .content h2, body.color-theme4 .content h3, body.color-theme4 .content h4, body.color-theme4 .content h5 {
    color: #891C56; }
  body.color-theme4 .content ul li a {
    color: #891C56; }
  body.color-theme4 .content ul li:after {
    background-image: url(../img/list-icon-purple.svg); }
  body.color-theme4 .content p a {
    color: #891C56; }
  body.color-theme4 .accordion__item {
    border-bottom: 1px solid #891C56; }
  body.color-theme4 .accordion__content--wrapper .accordion__content a {
    color: #891C56; }
  body.color-theme4 .accordion__plus:before, body.color-theme4 .accordion__plus:after {
    background-color: #891C56; }
  body.color-theme4 .whats--on .column.twitter--column:before {
    background: #891C56; }
  body.color-theme4 .whats--on .column.twitter--column .inner .twitter--footer .button:hover {
    color: #891C56 !important; }
  body.color-theme4 .whats--on .column.events--column .inner .events-carousel .event--post .event--date {
    background: #891C56; }
  body.color-theme4 .whats--on .column.events--column .inner .events-carousel .event--post .event--date .event--date-day,
  body.color-theme4 .whats--on .column.events--column .inner .events-carousel .event--post .event--content .event--category span {
    color: #891C56; }
  body.color-theme4 .whats--on .column .slick-news-slider .slick-dots li.slick-active button:before {
    border: 1px solid #891C56;
    background: #891C56; }
  body.color-theme4 .profile .learn-more {
    color: #891C56; }
  body.color-theme4 .profile .learn-more .lm-plus:before, body.color-theme4 .profile .learn-more .lm-plus:after {
    background-color: #891C56; }
  body.color-theme4 .lightbox-content .lightbox-content-inner .contact-details .item a {
    color: #891C56; }
  body.color-theme4 .lightbox-content .lightbox-content-inner .teaser--text--content .lightbox-title {
    color: #891C56; }
  body.color-theme4 .lightbox-content .lightbox-content-inner .scrollbar-external_wrapper .external-scroll_y .scroll-bar {
    background: #891C56; }
  body.color-theme4 .teaser-column .custom--teaser .teaser--inner .teaser--content .learn-more {
    color: #891C56; }
  body.color-theme4 .teaser-column .custom--teaser .teaser--inner .teaser--content .learn-more .lm-plus:before,
  body.color-theme4 .teaser-column .custom--teaser .teaser--inner .teaser--content .learn-more .lm-plus:after {
    background-color: #891C56; }

.off-screen {
  opacity: 1; }
  .off-screen.off-screen--from-left, .off-screen.off-screen--from-right, .off-screen.off-screen--fade {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }

.off-screen--fade-up {
  -ms-transform: translateY(0);
  /* IE 9 */
  -webkit-transform: translateY(0);
  /* Safari */
  transform: translateY(0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .off-screen--fade-up.delay-0-25s {
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s; }
  .off-screen--fade-up.delay-0-5s {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .off-screen--fade-up.delay-0-75s {
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s; }
  .off-screen--fade-up.delay-1s {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .off-screen--fade-up.delay-1-25s {
    -webkit-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s; }
  .off-screen--fade-up.delay-1-5s {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s; }
  .off-screen--fade-up.delay-1-75s {
    -webkit-transition-delay: 1.75s;
    -o-transition-delay: 1.75s;
    transition-delay: 1.75s; }
  @media (max-width: 767px) {
    .off-screen--fade-up {
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; } }
  .off-screen--fade-up.off-screen--hide, .off-screen--fade-up.off-screen--hide2 {
    -ms-transform: translateY(30px);
    /* IE 9 */
    -webkit-transform: translateY(30px);
    /* Safari */
    transform: translateY(30px);
    /* Safari */
    opacity: 0; }

.off-screen--from-left {
  -ms-transform: translateX(0);
  /* IE 9 */
  -webkit-transform: translateX(0);
  /* Safari */
  transform: translateX(0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .off-screen--from-left.off-screen--hide {
    -ms-transform: translateX(70px);
    /* IE 9 */
    -webkit-transform: translateX(70px);
    /* Safari */
    transform: translateX(70px);
    /* Safari */
    opacity: 0; }

.off-screen--hide.off-screen--from-left {
  -ms-transform: translateX(-150px);
  /* IE 9 */
  -webkit-transform: translateX(-150px);
  /* Safari */
  transform: translateX(-150px);
  /* Safari */
  opacity: 0; }

.off-screen--hide.off-screen--from-right {
  -ms-transform: translateX(150px);
  /* IE 9 */
  -webkit-transform: translateX(150px);
  /* Safari */
  transform: translateX(150px);
  /* Safari */
  opacity: 0; }

.off-screen--hide.off-screen--from-bottom {
  -ms-transform: translateY(150px);
  /* IE 9 */
  -webkit-transform: translateY(150px);
  /* Safari */
  transform: translateY(150px);
  /* Safari */
  opacity: 0; }

.off-screen--hide.off-screen--fade {
  opacity: 0; }

.off-screen--alternate > div > div {
  -ms-transform: translate(0, 0);
  /* IE 9 */
  -webkit-transform: translate(0, 0);
  /* Safari */
  transform: translate(0, 0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.off-screen--alternate > div.off-screen--hide:nth-child(even) div:nth-child(1) {
  -ms-transform: translateX(150px);
  /* IE 9 */
  -webkit-transform: translateX(150px);
  /* Safari */
  transform: translateX(150px);
  /* Safari */
  opacity: 0; }

.off-screen--alternate > div.off-screen--hide:nth-child(even) div:nth-child(2) {
  -ms-transform: translateX(-150px);
  /* IE 9 */
  -webkit-transform: translateX(-150px);
  /* Safari */
  transform: translateX(-150px);
  /* Safari */
  opacity: 0; }

.off-screen--alternate > div.off-screen--hide:nth-child(odd) div:nth-child(1) {
  -ms-transform: translateX(-150px);
  /* IE 9 */
  -webkit-transform: translateX(-150px);
  /* Safari */
  transform: translateX(-150px);
  /* Safari */
  opacity: 0; }

.off-screen--alternate > div.off-screen--hide:nth-child(odd) div:nth-child(2) {
  -ms-transform: translateX(150px);
  /* IE 9 */
  -webkit-transform: translateX(150px);
  /* Safari */
  transform: translateX(150px);
  /* Safari */
  opacity: 0; }

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

.off-screen--sequential.off-screen--hide > * {
  -ms-transform: translateY(30px);
  /* IE 9 */
  -webkit-transform: translateY(30px);
  /* Safari */
  transform: translateY(30px);
  /* Safari */
  opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion-container {
  margin: 20px 0; }

.accordion__title {
  font-family: "Gotham Medium", sans-serif;
  font-size: 26px;
  /* 26px */
  font-size: 1.625rem;
  /* 26px */
  line-height: 1.38462;
  /* 36px */
  color: #231F20;
  font-weight: bold;
  letter-spacing: -0.65px;
  text-transform: none;
  padding-right: 50px; }

.accordion__item {
  border-bottom: 1px solid #EA1241; }

.accordion__trigger {
  position: relative;
  padding: 14px 0;
  cursor: pointer; }

.accordion__content--wrapper .accordion__content {
  padding: 10px 15px 10px 0; }
  .accordion__content--wrapper .accordion__content a {
    color: #EA1241; }
    .accordion__content--wrapper .accordion__content a:hover {
      color: #AB1D40; }

.accordion__trigger-icon {
  position: absolute;
  top: 28px;
  right: 0;
  width: 24px;
  height: 24px; }
  @media (max-width: 767px) {
    .accordion__trigger-icon {
      top: 21px; } }

.accordion__plus {
  position: absolute;
  top: 0px;
  right: 0;
  width: 24px;
  height: 24px;
  /* Vertical line */
  /* horizontal line */ }
  .accordion__plus:before, .accordion__plus:after {
    content: "";
    position: absolute;
    background-color: #EA1241;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  .accordion__plus:before {
    top: 0;
    left: 11px;
    width: 2px;
    height: 100%; }
  .accordion__plus:after {
    top: 11px;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; }

.accordion .open .accordion__trigger-icon svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.accordion .open .accordion__plus:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

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

ul.gallery {
  margin: 30px 0 0 0; }
  ul.gallery li {
    padding-left: 0; }
    @media (max-width: 767px) {
      ul.gallery li {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 10px !important; } }
    ul.gallery li:after {
      display: none; }

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