@charset "UTF-8";
@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; }

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

.color-black {
  color: #000; }

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

.color-white {
  color: #fff; }

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

.color-grey {
  color: #F4F3F1; }

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

.color-primary {
  color: #EB0000; }

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

.color-secondary {
  color: #EB0000; }

.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: #EB0000;
  --secondary: #EB0000;
  --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: #EB0000;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #9f0000;
    text-decoration: none; }

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: 1240px; } }

.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: 1240px; } }

.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, .sub-menu-wrap__image, .col-md-6, .col-md-7, .sub-menu-wrap__content, .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, .sub-menu-wrap__image {
    -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, .sub-menu-wrap__content {
    -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: #EB0000 !important; }

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

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

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

.border-secondary {
  border-color: #EB0000 !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: #EB0000 !important; }

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

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

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

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

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

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

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 90vw; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*! locomotive-scroll v4.0.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden; }

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.has-scroll-smooth body {
  overflow: hidden; }

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh; }

[data-scroll-direction="horizontal"] [data-scroll-container] {
  white-space: nowrap;
  height: 100vh;
  display: inline-block;
  white-space: nowrap; }

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%; }

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0; }

.c-scrollbar:hover {
  -webkit-transform: scaleX(1.45);
  -ms-transform: scaleX(1.45);
  transform: scaleX(1.45); }

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1; }

[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1); }

[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  -webkit-transform: scaleY(1.3);
  -ms-transform: scaleY(1.3);
  transform: scaleY(1.3); }

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab; }

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  right: auto;
  bottom: 0; }

/*
	We now manage margins and paddings using the BS utilities. Add more as necessary here: 
*/
.show-mob {
  display: none !important; }

@media (max-width: 991px) {
  .mobile-margin {
    margin-top: 50px; } }

@media (max-width: 767px) {
  .hide-mob {
    display: none !important; } }

@media (max-width: 1035px) {
  .hide-mob--early {
    display: none !important; } }

@media (max-width: 767px) {
  .show-mob {
    display: block !important; } }

@media (max-width: 1034px) {
  .show-mob--early {
    display: block !important; } }

@media (max-width: 1250px) {
  .show-mob--early--banner {
    display: block !important; } }

@media (max-width: 768px) {
  .block--large-teaser .hide-mob {
    display: none !important; } }

@media (max-width: 768px) {
  .block--large-teaser .show-mob {
    display: block !important; } }

@media (max-width: 1034px) {
  .banner--home .hide-mob {
    display: none !important; }
  .banner--home .show-mob {
    display: block !important; } }

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

.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: degular, sans-serif; }

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

.top-nav {
  position: relative;
  width: 100%;
  padding: 25px 70px; }
  .top-nav #main-menu {
    padding-left: 0;
    list-style: none; }
    .top-nav #main-menu li {
      position: relative;
      list-style: none;
      padding-left: 0;
      display: inline-block;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 26px;
      margin-left: 25px; }
      .top-nav #main-menu li a {
        color: #000;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }
        .top-nav #main-menu li a:hover {
          color: #EB0000 !important; }
      .top-nav #main-menu li.parent-page {
        padding-right: 20px; }
        .top-nav #main-menu li.parent-page:before {
          content: "";
          position: absolute;
          border: solid #000;
          opacity: 1;
          border-width: 0 2px 2px 0;
          display: inline-block;
          padding: 3px;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          right: 4px;
          top: 9px;
          -webkit-transition: 0.5s ease;
          -o-transition: 0.5s ease;
          transition: 0.5s ease; }
        .top-nav #main-menu li.parent-page.active a, .top-nav #main-menu li.parent-page:hover a, .top-nav #main-menu li.parent-page.parent-active a {
          color: #EB0000 !important; }
        .top-nav #main-menu li.parent-page.active:before, .top-nav #main-menu li.parent-page:hover:before, .top-nav #main-menu li.parent-page.parent-active:before {
          border: solid #EB0000 !important;
          opacity: 1;
          border-width: 0 2px 2px 0 !important; }
  .top-nav #top-menu {
    display: inline-block;
    list-style: none; }
    .top-nav #top-menu li {
      position: relative;
      list-style: none;
      padding-left: 0;
      display: inline-block;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 21px;
      text-align: right;
      margin-left: 30px; }
      .top-nav #top-menu li#menu-item-3933 {
        display: none; }
      .top-nav #top-menu li a {
        color: #000;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .top-nav #top-menu li a:hover {
          color: #EB0000 !important; }
  .top-nav .menu-top-menu-container {
    display: inline-block; }
    .top-nav .menu-top-menu-container a:hover {
      color: #EB0000 !important; }
    @media (max-width: 1250px) {
      .top-nav .menu-top-menu-container {
        display: block; } }
  .top-nav .button, .top-nav .post-password-form [type="submit"], .post-password-form .top-nav [type="submit"], .top-nav #wpmem_login .buttons, #wpmem_login .top-nav .buttons {
    margin-right: 0; }
  .top-nav .button--login {
    margin-right: 16.5px; }
  .top-nav .search-open {
    margin-left: 30px;
    margin-right: 30px; }
    .top-nav .search-open path {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .top-nav .search-open:hover path {
      fill: #EB0000;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .top-nav__logo svg {
    width: 220px; }
    @media (max-width: 1250px) {
      .top-nav__logo svg {
        width: 160px;
        height: 72px;
        margin-left: -15px; } }
  @media (max-width: 1250px) {
    .top-nav {
      padding: 20px 25px; } }

.top-nav .menu, .top-nav .search-open, .top-nav #main-menu, .top-nav .button--slim, .top-nav .top-nav__logo {
  position: relative;
  z-index: 11; }

.top-nav .button--login {
  z-index: 12; }

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

@media (min-width: 1250px) {
  .page-template-tpl-landing-page #main-menu > li > a, .page-template-tpl-landing-page .top-menu ul li a {
    color: #fff !important; }
  .page-template-tpl-landing-page ul li.parent-page:before {
    border: solid #fff !important;
    border-width: 0 2px 2px 0 !important; }
  .page-template-tpl-landing-page .menu-active #main-menu > li > a, .page-template-tpl-landing-page .menu-active .top-menu ul li a {
    color: black !important; }
  .page-template-tpl-landing-page .menu-active ul li.parent-page:before {
    border: solid #000 !important;
    border-width: 0 2px 2px 0 !important; }
  .page-template-tpl-landing-page .menu-active .search-open svg path {
    fill: black; } }

.page-template-tpl-landing-page .nav-icon:after,
.page-template-tpl-landing-page .nav-icon:before,
.page-template-tpl-landing-page .nav-icon div {
  background-color: #fff; }

.page-template-tpl-landing-page .hamburger {
  color: #fff; }
  .page-template-tpl-landing-page .hamburger.open {
    color: #000; }
    .page-template-tpl-landing-page .hamburger.open .nav-icon:after,
    .page-template-tpl-landing-page .hamburger.open .nav-icon:before,
    .page-template-tpl-landing-page .hamburger.open .nav-icon div {
      background-color: #000; }

@media (min-width: 1250px) {
  .page-template-tpl-landing-page .search-open svg path {
    fill: white; }
  .page-template-tpl-landing-page .top-nav .button:not(.button--login), .page-template-tpl-landing-page .top-nav .post-password-form :not(.button--login)[type="submit"], .post-password-form .page-template-tpl-landing-page .top-nav :not(.button--login)[type="submit"], .page-template-tpl-landing-page .top-nav #wpmem_login .buttons:not(.button--login), #wpmem_login .page-template-tpl-landing-page .top-nav .buttons:not(.button--login) {
    background-color: transparent;
    border: 1px solid #fff; }
    .page-template-tpl-landing-page .top-nav .button:not(.button--login):after, .page-template-tpl-landing-page .top-nav .post-password-form [type="submit"]:not(.button--login):after, .post-password-form .page-template-tpl-landing-page .top-nav [type="submit"]:not(.button--login):after, .page-template-tpl-landing-page .top-nav #wpmem_login .buttons:not(.button--login):after, #wpmem_login .page-template-tpl-landing-page .top-nav .buttons:not(.button--login):after {
      background-color: #fff !important; }
    .page-template-tpl-landing-page .top-nav .button:not(.button--login):hover span, .page-template-tpl-landing-page .top-nav .post-password-form :not(.button--login):hover[type="submit"] span, .post-password-form .page-template-tpl-landing-page .top-nav :not(.button--login):hover[type="submit"] span, .page-template-tpl-landing-page .top-nav #wpmem_login .buttons:not(.button--login):hover span, #wpmem_login .page-template-tpl-landing-page .top-nav .buttons:not(.button--login):hover span {
      color: #000 !important; } }

.page-template-tpl-landing-page .top-nav:not(.menu-active) .top-nav__logo svg * {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  fill: #fff; }

.grey-header {
  background-color: #F4F3F1; }

@media (min-width: 1250px) {
  .sub-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: #fff;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.8s cubic-bezier(0.68, 0.08, 0.12, 1);
    -o-transition: 0.8s cubic-bezier(0.68, 0.08, 0.12, 1);
    transition: 0.8s cubic-bezier(0.68, 0.08, 0.12, 1); }
  .top-nav.menu-active .sub-menu-wrapper {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); } }

.sub-menu-wrap {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  text-align: left;
  padding: 200px 70px 50px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  overflow: hidden; }
  @media (min-width: 1250px) {
    .sub-menu-wrap {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%); } }
  .sub-menu-wrap__wrapper {
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    max-width: 1460px;
    margin: auto; }
  .sub-menu-wrap.sub-menu-open {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
    .sub-menu-wrap.sub-menu-open .sub-menu-wrap__wrapper {
      opacity: 1; }
    .sub-menu-wrap.sub-menu-open:after {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); }
      @media (min-width: 1250px) {
        .sub-menu-wrap.sub-menu-open:after {
          -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
          transform: translateY(0%); } }
    .sub-menu-wrap.sub-menu-open .sub-menu-wrap__wrapper > div > * {
      opacity: 1;
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0);
      -webkit-transition-delay: 0.7s;
      -o-transition-delay: 0.7s;
      transition-delay: 0.7s; }
    .sub-menu-wrap.sub-menu-open .sub-menu-wrap__wrapper li:before {
      width: 100%;
      -webkit-transition-delay: 0.7s;
      -o-transition-delay: 0.7s;
      transition-delay: 0.7s; }
    .sub-menu-wrap.sub-menu-open .sub-menu-wrap__image {
      opacity: 1;
      -webkit-transition-delay: 0.7s;
      -o-transition-delay: 0.7s;
      transition-delay: 0.7s; }
      .sub-menu-wrap.sub-menu-open .sub-menu-wrap__image:before {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition-delay: 0.7s;
        -o-transition-delay: 0.7s;
        transition-delay: 0.7s; }
  .sub-menu-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transition: 0.8s cubic-bezier(0.68, 0.08, 0.12, 1);
    -o-transition: 0.8s cubic-bezier(0.68, 0.08, 0.12, 1);
    transition: 0.8s cubic-bezier(0.68, 0.08, 0.12, 1);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
    @media (min-width: 1250px) {
      .sub-menu-wrap:after {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%); } }
  .sub-menu-wrap .title--lg {
    font-family: "Averta-Semibold";
    color: #EB0000;
    font-size: 72px;
    padding-bottom: 47px;
    width: calc(100% - 158px); }
    @media (max-width: 1250px) {
      .sub-menu-wrap .title--lg {
        width: calc(100% - 60px); } }
  .sub-menu-wrap ul {
    list-style: none; }
  .sub-menu-wrap > div > div > ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .sub-menu-wrap > div > div > ul li {
      line-height: 22px;
      margin-bottom: 10px; }
    .sub-menu-wrap > div > div > ul .title {
      margin-bottom: 25px; }
    .sub-menu-wrap > div > div > ul > li {
      position: relative;
      width: calc(50% - 12px);
      padding-top: 15px; }
      .sub-menu-wrap > div > div > ul > li:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0px;
        -webkit-transition: 0.5s ease-in;
        -o-transition: 0.5s ease-in;
        transition: 0.5s ease-in;
        height: 1px;
        background-color: #EB0000; }
      .sub-menu-wrap > div > div > ul > li + li {
        margin-left: 24px; }
      .sub-menu-wrap > div > div > ul > li > div {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 26px;
        color: #000;
        margin-bottom: 10px; }
      .sub-menu-wrap > div > div > ul > li > ul {
        padding-left: 0; }
        .sub-menu-wrap > div > div > ul > li > ul li a {
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 0;
          line-height: 16px;
          color: #000; }
  .sub-menu-wrap__wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1; }
    .sub-menu-wrap__wrapper > div > * {
      opacity: 0;
      -webkit-transition: 0.7s ease-out;
      -o-transition: 0.7s ease-out;
      transition: 0.7s ease-out; }
      @media (min-width: 1250px) {
        .sub-menu-wrap__wrapper > div > * {
          -webkit-transform: translateY(-40px);
          -ms-transform: translateY(-40px);
          transform: translateY(-40px); } }
  .sub-menu-wrap__content {
    padding-left: 40px; }
    .sub-menu-wrap__content > ul {
      height: calc(100vh - 342px);
      padding-bottom: 50px !important;
      overflow-y: auto;
      /* Track */
      /* Handle */
      /* Handle on hover */ }
      .sub-menu-wrap__content > ul::-webkit-scrollbar {
        width: 7px; }
      .sub-menu-wrap__content > ul::-webkit-scrollbar-track {
        background: #F4F3F1; }
      .sub-menu-wrap__content > ul::-webkit-scrollbar-thumb {
        background: #EB0000;
        border-radius: 5px; }
      .sub-menu-wrap__content > ul::-webkit-scrollbar-thumb:hover {
        background: #EB0000; }
    @media (max-width: 1250px) {
      .sub-menu-wrap__content {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none; } }
  .sub-menu-wrap__image {
    height: 100%;
    opacity: 0; }
    .sub-menu-wrap__image img {
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%; }
    .sub-menu-wrap__image:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff;
      -webkit-transition: 0.7s ease-out;
      -o-transition: 0.7s ease-out;
      transition: 0.7s ease-out;
      z-index: 1; }
  .sub-menu-wrap__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .sub-menu-wrap__header .sub-menu__close {
      cursor: pointer;
      font-weight: 600; }
      .sub-menu-wrap__header .sub-menu__close span {
        display: inline-block;
        margin-right: 12.5px; }
      .sub-menu-wrap__header .sub-menu__close svg * {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      .sub-menu-wrap__header .sub-menu__close:hover {
        color: #EB0000; }
        .sub-menu-wrap__header .sub-menu__close:hover svg circle {
          fill: #EB0000; }
        .sub-menu-wrap__header .sub-menu__close:hover svg g > g > line {
          stroke: #fff; }
  @media (max-width: 1250px) {
    .sub-menu-wrap {
      z-index: 999;
      padding: 129px 40px 40px; }
      .sub-menu-wrap .hide-sub-menu {
        display: block;
        position: relative;
        cursor: pointer;
        font-weight: 600;
        padding-bottom: 20px;
        padding-left: 25px;
        padding-bottom: 20px; }
        .sub-menu-wrap .hide-sub-menu:before {
          content: "";
          -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          transform: rotate(135deg);
          border: solid #EB0000;
          opacity: 1;
          border-width: 0 2px 2px 0;
          position: absolute;
          left: 3px;
          top: 8px;
          padding: 3px;
          -webkit-transition: 0.5s ease;
          -o-transition: 0.5s ease;
          transition: 0.5s ease; }
        .sub-menu-wrap .hide-sub-menu:after {
          content: "";
          width: 25px;
          height: 25px;
          border: 1px solid #EB0000;
          border-radius: 50%;
          position: absolute;
          left: -7px;
          top: 0px; }
      .sub-menu-wrap .title {
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 30px;
        font-family: degular, sans-serif;
        padding-bottom: 20px; }
      .sub-menu-wrap .sub-menu__close {
        display: none; }
      .sub-menu-wrap .sub-menu-wrap__image {
        display: none; }
      .sub-menu-wrap__content {
        padding-left: 0;
        padding-right: 0; }
        .sub-menu-wrap__content > ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          height: calc(100vh - 201px);
          padding-right: 20px !important;
          overflow-x: hidden;
          display: block; }
          .sub-menu-wrap__content > ul li {
            width: 100%;
            display: block;
            margin-bottom: 10px; }
      .sub-menu-wrap > div > div > ul > li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
        display: block; }
        .sub-menu-wrap > div > div > ul > li + li {
          margin-left: 0; } }
  @media (max-width: 1250px) and (min-width: 767px) {
    .sub-menu-wrap {
      width: 60vw;
      right: 0;
      left: auto; } }

#sub_9 .sub-menu-wrap__image, #sub_5 .sub-menu-wrap__image {
  display: none; }

#sub_9 .sub-menu-wrap__content, #sub_5 .sub-menu-wrap__content {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%; }

.hamburger {
  position: relative;
  display: inline-block;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 14px;
  text-align: center;
  color: #000;
  cursor: pointer;
  padding: 26px;
  margin-top: 15px;
  margin-left: 7px;
  z-index: 88888;
  display: none; }
  .hamburger.open .nav-icon:before {
    -webkit-transform: translateY(3px) rotate(135deg);
    -ms-transform: translateY(3px) rotate(135deg);
    transform: translateY(3px) rotate(135deg); }
    @media (max-width: 1190px) {
      .hamburger.open .nav-icon:before {
        -webkit-transform: translateY(8px) rotate(135deg);
        -ms-transform: translateY(8px) rotate(135deg);
        transform: translateY(8px) rotate(135deg); } }
  .hamburger.open .nav-icon:after {
    -webkit-transform: translateY(-11px) rotate(-135deg);
    -ms-transform: translateY(-11px) rotate(-135deg);
    transform: translateY(-11px) rotate(-135deg); }
    @media (max-width: 1190px) {
      .hamburger.open .nav-icon:after {
        -webkit-transform: translateY(-8px) rotate(-135deg);
        -ms-transform: translateY(-8px) rotate(-135deg);
        transform: translateY(-8px) rotate(-135deg); } }
  .hamburger.open .nav-icon div {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  @media (max-width: 1190px) {
    .hamburger {
      padding: 0; } }
  @media (max-width: 1250px) {
    .hamburger {
      display: inline-block;
      padding: 0; } }

.nav-icon {
  width: 35px; }

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

.hide-sub-menu {
  display: none; }

@media (max-width: 1250px) {
  .menu-wrapper {
    position: fixed;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.8s cubic-bezier(0.68, 0.08, 0.12, 1);
    -o-transition: 0.8s cubic-bezier(0.68, 0.08, 0.12, 1);
    transition: 0.8s cubic-bezier(0.68, 0.08, 0.12, 1);
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    /* right: 0; */
    bottom: 0;
    background: white;
    z-index: 99;
    text-align: left !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 129px 40px 40px; }
    .menu-wrapper.open {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); }
    .menu-wrapper .title--sm {
      color: #EB0000;
      margin-bottom: 20px; }
    .menu-wrapper .button--login {
      display: none; }
    .menu-wrapper .button, .menu-wrapper .post-password-form [type="submit"], .post-password-form .menu-wrapper [type="submit"], .menu-wrapper #wpmem_login .buttons, #wpmem_login .menu-wrapper .buttons {
      width: 100%;
      padding: 16px 40px; }
    .menu-wrapper .top-menu {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      .menu-wrapper .top-menu #top-menu {
        padding-left: 0;
        -webkit-column-count: 2;
        column-count: 2;
        display: block; }
        .menu-wrapper .top-menu #top-menu li {
          margin-left: 0;
          text-align: left;
          vertical-align: top;
          display: block;
          margin-bottom: 10px; }
    .menu-wrapper .menu-wrapper__scroll {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      overflow-y: auto;
      overflow-x: hidden; }
    .menu-wrapper .search-open {
      position: absolute;
      top: 50px;
      left: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 21px;
      color: #000; }
      .menu-wrapper .search-open svg {
        margin-right: 8px; }
      .menu-wrapper .search-open span {
        margin-top: -2px; }
    .menu-wrapper #main-menu li {
      display: block;
      border-bottom: 1px solid #E4E2DF;
      padding: 10px 0;
      margin-left: 0; }
      .menu-wrapper #main-menu li.parent-page:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border: solid #EB0000;
        opacity: 1;
        border-width: 0 2px 2px 0;
        right: 10px;
        top: 19px; }
      .menu-wrapper #main-menu li.parent-page:after {
        content: "";
        width: 25px;
        height: 25px;
        border: 1px solid #EB0000;
        border-radius: 50%;
        position: absolute;
        right: 0;
        top: 10px; }
      .menu-wrapper #main-menu li.parent-page a {
        display: block;
        width: 110%;
        z-index: 2;
        position: relative; }
    .menu-wrapper .nav__top-level {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

@media (max-width: 1250px) and (min-width: 767px) {
  .menu-wrapper {
    width: 60vw;
    right: 0;
    left: auto; } }

@media (max-width: 1250px) {
  .top-nav .show-mob {
    display: block; }
  .top-nav #top-menu li#menu-item-3933 {
    display: inline-block; } }

@media screen and (min-width: 992px) and (max-width: 1250px) {
  #top-menu li#menu-item-3933 {
    display: inline-block !important; } }

#menu-item-7201, #menu-item-7202, #menu-item-7200 {
  display: none !important; }

@media (max-width: 1250px) {
  .username-clergy_user #menu-item-7200, .username-clergy_user #menu-item-7201, .username-clergy #menu-item-7200, .username-clergy #menu-item-7201 {
    display: none !important; }
  .username-clergy_user #menu-item-7202, .username-clergy #menu-item-7202 {
    display: block !important; }
  .username-layminister #menu-item-7200, .username-layminister #menu-item-7202 {
    display: none !important; }
  .username-layminister #menu-item-7201 {
    display: block !important; }
  .username-parish #menu-item-7201, .username-parish #menu-item-7202 {
    display: none !important; }
  .username-parish #menu-item-7200 {
    display: block !important; } }

.site-footer {
  background-color: #F4F3F1;
  padding-top: 64px;
  padding-bottom: 110px; }
  .site-footer svg {
    width: 75px;
    height: 90px; }
  .site-footer .footer-menu {
    margin-bottom: 30px; }
  .site-footer .footer-menu a {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    text-align: center;
    color: #000;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; }
    .site-footer .footer-menu a:hover {
      color: #EB0000; }
  .site-footer .footer-element div {
    position: relative;
    overflow: hidden; }
    .site-footer .footer-element div:before {
      content: "";
      height: 1px;
      background-color: #EB0000;
      width: 46%;
      top: 32.5px;
      position: absolute;
      left: 0;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
    .site-footer .footer-element div:after {
      content: "";
      height: 1px;
      background-color: #EB0000;
      width: 46%;
      top: 32.5px;
      position: absolute;
      right: 0;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%); }
    .site-footer .footer-element div:before, .site-footer .footer-element div:after {
      -webkit-transition: 0.8s cubic-bezier(0.68, 0.08, 0.12, 1);
      -o-transition: 0.8s cubic-bezier(0.68, 0.08, 0.12, 1);
      transition: 0.8s cubic-bezier(0.68, 0.08, 0.12, 1); }
    @media (max-width: 700px) {
      .site-footer .footer-element div:before, .site-footer .footer-element div:after {
        width: 36%; } }
  .site-footer .is-inview .footer-element div:before, .site-footer .is-inview .footer-element div:after {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-footer .footer-bottom-logo {
    margin-top: 61px; }
    .site-footer .footer-bottom-logo img {
      width: 64px;
      height: auto; }
  .site-footer .footer-tagline {
    margin: 76px 0 50px; }
  .site-footer .title {
    font-size: 48px;
    font-family: "Averta-Semibold"; }
    .site-footer .title span {
      display: inline-block;
      padding-right: 49px; }
    .site-footer .title span:last-of-type {
      padding-right: 0; }
  .site-footer small, .site-footer small a, .site-footer small p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center; }
  .site-footer small:last-of-type {
    margin-top: 10px;
    display: block; }

.title {
  font-family: degular, sans-serif;
  font-weight: 500; }
  .title--xs {
    font-size: 16px;
    /* 16px */
    font-size: 1rem;
    /* 16px */
    line-height: 1.3125;
    /* 21px */ }
  .title--sm {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px; }
  .title--md {
    font-size: 40px;
    /* 40px */
    font-size: 2.5rem;
    /* 40px */
    line-height: 1.1;
    /* 44px */
    font-family: 'Averta-Semibold';
    letter-spacing: -1px; }
    @media (max-width: 767px) {
      .title--md {
        font-size: 32px;
        font-weight: 500;
        letter-spacing: -0.5px;
        line-height: 34px; } }
  .title--lg {
    font-family: 'Averta-Semibold';
    font-size: 64px;
    /* 64px */
    font-size: 4rem;
    /* 64px */
    line-height: 1.03125;
    /* 66px */
    letter-spacing: -2px; }
    @media (max-width: 600px) {
      .title--lg {
        font-size: 40px;
        letter-spacing: -1px;
        line-height: 45px; } }
  .title--xl {
    font-family: 'Averta-Semibold';
    font-size: 90px;
    font-weight: 500;
    letter-spacing: -3px;
    line-height: 100px; }
    @media (max-width: 991px) {
      .title--xl {
        font-size: 70px;
        letter-spacing: -2px;
        line-height: 80px; } }
    @media (max-width: 767px) {
      .title--xl {
        font-size: 50px;
        letter-spacing: -1px;
        line-height: 60px; } }
    @media (max-width: 600px) {
      .title--xl {
        font-size: 48px;
        letter-spacing: -1.5px;
        line-height: 50px; } }
  .title--2xl {
    font-size: 124px;
    font-weight: 500;
    letter-spacing: -3px;
    line-height: 120px; }
    @media (max-width: 1100px) {
      .title--2xl {
        font-size: 80px;
        letter-spacing: -2px;
        line-height: 90px; } }
    @media (max-width: 767px) {
      .title--2xl {
        font-size: 32px;
        font-weight: 500;
        letter-spacing: -0.5px;
        line-height: 38px; } }
  .title--thin {
    font-family: 'Averta-Regular';
    font-weight: normal; }
  .title--outline {
    color: rgba(183, 0, 0, 0.4);
    mix-blend-mode: hard-light;
    -webkit-text-stroke: 1.5px #EB0000; }

h2, h3, h4 {
  font-weight: 500; }

.text {
  font-family: degular, sans-serif; }

.font-sans {
  font-family: degular, sans-serif !important; }

.font-serif {
  font-family: degular, sans-serif !important; }

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

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

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

#content-wrap {
  position: relative; }

html.frozen {
  overflow: hidden;
  height: 100vh;
  position: relative; }

html, body {
  width: 100vw;
  height: 100vh; }

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

.intro {
  font-size: 18px;
  /* 18px */
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.33333;
  /* 24px */
  font-weight: bold; }

p,
ul,
ol,
li {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 34px; }
  p a:not(.button),
  ul a:not(.button),
  ol a:not(.button),
  li a:not(.button) {
    color: #EB0000;
    -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: #b80000; }

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 {
  font-family: "Averta-Semibold";
  position: relative;
  margin: 50px 0;
  padding-left: 50px;
  border-left: 1px solid #EB0000; }
  @media (max-width: 767px) {
    blockquote {
      padding-left: 32px; } }
  blockquote p {
    font-family: 'Averta-Regular';
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 42px;
    color: #EB0000;
    margin: 0; }
    @media (max-width: 767px) {
      blockquote p {
        font-size: 22px;
        letter-spacing: -0.5px;
        line-height: 30px; } }
  blockquote cite {
    font-family: degular, sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    letter-spacing: 0;
    line-height: 20px;
    font-style: normal; }

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

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

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

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

.landing-page-background, .landing-page-shadow {
  position: absolute;
  z-index: -1;
  top: -162px;
  left: 0;
  right: 0;
  height: calc(100vh + 162px);
  min-height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 769px) {
    .landing-page-background, .landing-page-shadow {
      position: fixed; } }

.landing-page-shadow {
  opacity: 0.2; }
  .landing-page-shadow:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    background: #000; }

.person-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .person-card__image {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: center;
    border-radius: 50%;
    margin-right: 25px; }
  .person-card a:not(.button) {
    color: #000;
    font-weight: 500;
    padding-left: 25px;
    position: relative; }
    .person-card a:not(.button):before {
      position: absolute;
      left: 0;
      top: 0;
      content: url(../img/icons/contact-email-icon.svg); }
  .person-card + .person-card {
    margin-top: 30px; }

.page-template-tpl-landing-page {
  width: 100vw;
  overflow-x: hidden;
  background: #000; }
  .page-template-tpl-landing-page .main {
    margin-bottom: 80px; }
  .page-template-tpl-landing-page .key-contacts .row {
    padding-top: 0;
    border-top: 0; }
  .page-template-tpl-landing-page .key-contacts .person-card a:before {
    content: url(../img/icons/mail-white.svg); }
  .page-template-tpl-landing-page .key-contacts .title, .page-template-tpl-landing-page .key-contacts p, .page-template-tpl-landing-page .key-contacts a.email-link {
    color: #fff; }
  .page-template-tpl-landing-page .key-contacts a.button, .page-template-tpl-landing-page .key-contacts .post-password-form a[type="submit"], .post-password-form .page-template-tpl-landing-page .key-contacts a[type="submit"], .page-template-tpl-landing-page .key-contacts #wpmem_login a.buttons, #wpmem_login .page-template-tpl-landing-page .key-contacts a.buttons {
    padding: 7px 20px 7px 36px !important; }
    .page-template-tpl-landing-page .key-contacts a.button:hover:before, .page-template-tpl-landing-page .key-contacts .post-password-form a[type="submit"]:hover:before, .post-password-form .page-template-tpl-landing-page .key-contacts a[type="submit"]:hover:before, .page-template-tpl-landing-page .key-contacts #wpmem_login a.buttons:hover:before, #wpmem_login .page-template-tpl-landing-page .key-contacts a.buttons:hover:before {
      content: url(../img/icons/contact-email-icon-black.svg); }
  .page-template-tpl-landing-page .key-contact-divider {
    background: #EB0000; }
  .page-template-tpl-landing-page .block--blog-strip .content-reader a {
    color: #fff; }

.page-template-tpl-home {
  background-color: #F4F3F1;
  width: 100vw;
  overflow-x: hidden; }

#content-wrap a.inline-popup:not(.button--email):not(.button--login-user):not(.button--slim) {
  color: #000;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 14px; }
  #content-wrap a.inline-popup:not(.button--email):not(.button--login-user):not(.button--slim):before {
    position: absolute;
    right: -18px;
    top: 4px;
    content: url(../img/icons/lightbox-open.svg);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  #content-wrap a.inline-popup:not(.button--email):not(.button--login-user):not(.button--slim):hover:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

.content-reader__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  width: 100%; }
  .content-reader__item__date {
    position: relative;
    font-family: "Averta-Semibold";
    padding: 50px 40px;
    background: #F4F3F1;
    color: #000;
    margin-right: 25px;
    max-height: 170px;
    min-width: 116px; }
    .content-reader__item__date div {
      text-align: center; }
      .content-reader__item__date div:first-of-type {
        font-size: 32px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 34px; }
      .content-reader__item__date div:last-of-type {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 21px;
        text-align: center; }
    @media (max-width: 400px) {
      .content-reader__item__date {
        padding: 30px 30px;
        max-height: 126px; } }
  .content-reader__item .post-category {
    margin-bottom: 14px; }
  .content-reader__item p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    max-width: 400px; }
  .content-reader__item .title {
    font-family: degular, sans-serif;
    font-weight: 600;
    max-width: 400px; }
  @media (max-width: 767px) {
    .content-reader__item__info {
      width: 100%; }
      .content-reader__item__info .title {
        max-width: 312px;
        margin: auto;
        margin-bottom: 10px; }
      .content-reader__item__info .post-category {
        margin-bottom: 7px; } }
  @media (max-width: 767px) {
    .content-reader__item {
      border-bottom: 1px solid #C7C1B8; }
      .content-reader__item p {
        margin-bottom: 25px; }
      .content-reader__item:last-of-type {
        border-bottom: 0; } }
  @media (max-width: 500px) {
    .content-reader__item {
      max-width: 313px;
      margin: auto;
      margin-bottom: 23px; }
      .content-reader__item .button, .content-reader__item .post-password-form [type="submit"], .post-password-form .content-reader__item [type="submit"], .content-reader__item #wpmem_login .buttons, #wpmem_login .content-reader__item .buttons {
        margin-top: 0; }
      .content-reader__item p {
        margin-bottom: 10px; } }
  @media (max-width: 320px) {
    .content-reader__item .title--sm {
      font-size: 20px; } }

.content-reader--events .content-reader__item__date {
  background: #EB0000;
  color: #fff; }
  .content-reader--events .content-reader__item__date p {
    position: absolute;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 34px;
    font-family: degular, sans-serif;
    margin-bottom: 0; }

.post-category {
  background-color: #EB0000;
  border-radius: 20px;
  padding: 5px 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 16px;
  text-align: center; }
  .post-category--simple {
    padding: 0;
    background: 0;
    color: #EB0000;
    font-size: 16px; }
  .post-category--ghost {
    border: 1px solid #EB0000;
    color: #EB0000;
    background: transparent; }

.post-slider h3 {
  color: #000; }
  @media (min-width: 767px) {
    .post-slider h3 {
      max-width: 650px; } }

.post-slider__item {
  overflow: hidden; }
  .post-slider__item .title {
    letter-spacing: -1px; }
  .post-slider__item__image {
    height: 538px;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out; }
    .post-slider__item__image img {
      height: 100%; }
  .post-slider__item:hover .post-slider__item__image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out; }

.find-a-church__title {
  color: #EB0000;
  margin-bottom: 50px; }

.find-a-church small {
  display: block;
  font-size: 16px;
  margin-bottom: 15px; }

.find-a-church a {
  font-weight: 600; }

.find-a-church .title--thin {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 48px;
  font-family: degular, sans-serif; }
  @media (max-width: 767px) {
    .find-a-church .title--thin {
      font-size: 32px;
      font-weight: 300;
      letter-spacing: -0.67px;
      line-height: 28px;
      margin-bottom: 10px; } }

.find-a-church .title--lg {
  font-size: 72px;
  font-weight: 600;
  letter-spacing: -2px;
  line-height: 72px;
  font-family: "Averta-Semibold";
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .find-a-church .title--lg {
      font-size: 48px;
      font-weight: 500;
      letter-spacing: -0.5px;
      line-height: 42px; } }

.find-a-church p {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  max-width: 314px;
  margin: auto; }

.find-a-church__search {
  position: relative;
  max-width: 261px;
  margin: 37px auto 16px; }
  .find-a-church__search input {
    width: 100%;
    -webkit-appearance: none;
    padding: 16px 45px;
    border-radius: 37px;
    border: 1px solid #C7C1B8;
    background: white;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    color: #000; }
    .find-a-church__search input::-webkit-input-placeholder {
      font-size: 16px;
      letter-spacing: 0;
      line-height: 20px;
      color: #000; }
    .find-a-church__search input:-ms-input-placeholder {
      font-size: 16px;
      letter-spacing: 0;
      line-height: 20px;
      color: #000; }
    .find-a-church__search input::-ms-input-placeholder {
      font-size: 16px;
      letter-spacing: 0;
      line-height: 20px;
      color: #000; }
    .find-a-church__search input::placeholder {
      font-size: 16px;
      letter-spacing: 0;
      line-height: 20px;
      color: #000; }
  .find-a-church__search:before {
    position: absolute;
    left: 24px;
    top: 16px;
    content: url(../img/icons/search-red.svg); }

.find-a-church__image {
  position: relative; }
  .find-a-church__image .button, .find-a-church__image .post-password-form [type="submit"], .post-password-form .find-a-church__image [type="submit"], .find-a-church__image #wpmem_login .buttons, #wpmem_login .find-a-church__image .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 270px; }

@media (max-width: 767px) {
  .find-a-church {
    margin-top: 50px !important;
    margin-bottom: 0px !important; }
    .find-a-church__image .button, .find-a-church__image .post-password-form [type="submit"], .post-password-form .find-a-church__image [type="submit"], .find-a-church__image #wpmem_login .buttons, #wpmem_login .find-a-church__image .buttons {
      top: 41%; } }

.blog .index-loop .block--newsletter, .blog .index-loop .col-md-4, .archive .index-loop .block--newsletter, .archive .index-loop .col-md-4 {
  margin-bottom: 50px; }

.blog .block--newsletter, .archive .block--newsletter {
  margin-bottom: 50px;
  margin-top: 25px; }

.post-type-archive-news .col-md-6 {
  margin-bottom: 50px; }

.post-type-archive-news .index-teaser__date {
  background-color: #EB0000;
  color: #fff; }

.single hr {
  border-top: 1px solid #EB0000; }

.single .post-slider-wrapper .post-slider__nav {
  background-color: #fff; }

.index-teaser .title, .index-teaser p {
  color: #000; }

.index-teaser p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px; }

.index-teaser h3 {
  max-width: 360px;
  font-size: 32px;
  letter-spacing: -.75px;
  line-height: 38px; }

.index-teaser__date {
  background-color: #C7C1B8;
  padding: 20px 12px;
  position: absolute;
  text-align: center;
  color: #000;
  top: 0;
  left: 0;
  z-index: 2; }
  .index-teaser__date div:first-of-type {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px; }
  .index-teaser__date div:last-of-type {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    letter-spacing: 0; }

.index-teaser__image {
  position: relative;
  padding-top: 76%;
  margin-bottom: 25px; }
  .index-teaser__image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }

.index-teaser .post-category {
  margin-bottom: 17px; }

@media (max-width: 767px) {
  .index-teaser {
    margin-bottom: 50px; } }

.main-content .intro {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 34px;
  font-family: "Averta-Semibold"; }

.page-template-tpl-staff .accordion__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .page-template-tpl-staff .accordion__content > div {
    height: 100%; }

.single-vacancy .footer-strip h3.small {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 14px;
  color: #EB0000; }

.single-vacancy .footer-strip p {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 32px; }

.single-vacancy .footer-strip .vacancy-image {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #C7C1B8;
  background-position: center;
  max-width: 192px; }
  .single-vacancy .footer-strip .vacancy-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .single-vacancy .footer-strip .vacancy-image > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.single-vacancy .footer-strip hr {
  margin-bottom: 62px; }

.map-wrapper {
  position: relative;
  margin-bottom: 100px; }
  .map-wrapper input {
    -moz-appearance: none;
    -webkit-appearance: none; }
    .map-wrapper input:focus {
      outline: 0;
      border: 1px solid #EB0000; }

#map-canvas {
  height: 600px; }

.map-search {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 5; }

.map-tooltip {
  position: absolute;
  display: none;
  background: white;
  max-width: 360px;
  padding: 40px 50px;
  margin-bottom: -20px;
  margin-left: -25px;
  border: 1px solid #d6d6d6; }
  .map-tooltip p {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 8px; }
  .map-tooltip a.button, .map-tooltip .post-password-form a[type="submit"], .post-password-form .map-tooltip a[type="submit"], .map-tooltip #wpmem_login a.buttons, #wpmem_login .map-tooltip a.buttons {
    padding: 7px 18px;
    margin-bottom: 0; }
  .map-tooltip:before, .map-tooltip:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1; }
  .map-tooltip:after {
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-top: 21px solid #d6d6d6;
    position: absolute;
    bottom: -21px;
    z-index: 0; }
  @media (max-width: 600px) {
    .map-tooltip {
      max-width: 300px;
      padding: 30px;
      margin-left: 17px; } }

.page-template-tpl-contact .block--newsletter {
  margin-bottom: 80px; }
  .page-template-tpl-contact .block--newsletter .title {
    color: #fff; }

.page-template-default .block--events-strip .post-category, .page-template-default .block--blog-strip .post-category {
  color: #fff; }

.page-template-default .block--events-strip p, .page-template-default .block--events-strip a, .page-template-default .block--events-strip .title, .page-template-default .block--blog-strip p, .page-template-default .block--blog-strip a, .page-template-default .block--blog-strip .title {
  color: #000; }

.page-template-default .block--events-strip .text-white, .page-template-default .block--blog-strip .text-white {
  color: #EB0000 !important; }

.page-template-default .block--events-strip .button--ghost, .page-template-default .block--events-strip .page-template-tpl-landing-page .key-contacts a.button, .page-template-tpl-landing-page .key-contacts .page-template-default .block--events-strip a.button, .page-template-default .block--events-strip .page-template-tpl-landing-page .key-contacts .post-password-form a[type="submit"], .page-template-tpl-landing-page .key-contacts .post-password-form .page-template-default .block--events-strip a[type="submit"], .page-template-default .block--events-strip .post-password-form .page-template-tpl-landing-page .key-contacts a[type="submit"], .post-password-form .page-template-tpl-landing-page .key-contacts .page-template-default .block--events-strip a[type="submit"], .page-template-default .block--events-strip .page-template-tpl-landing-page .key-contacts #wpmem_login a.buttons, .page-template-tpl-landing-page .key-contacts #wpmem_login .page-template-default .block--events-strip a.buttons, .page-template-default .block--events-strip #wpmem_login .page-template-tpl-landing-page .key-contacts a.buttons, #wpmem_login .page-template-tpl-landing-page .key-contacts .page-template-default .block--events-strip a.buttons, .page-template-default .block--blog-strip .button--ghost, .page-template-default .block--blog-strip .page-template-tpl-landing-page .key-contacts a.button, .page-template-tpl-landing-page .key-contacts .page-template-default .block--blog-strip a.button, .page-template-default .block--blog-strip .page-template-tpl-landing-page .key-contacts .post-password-form a[type="submit"], .page-template-tpl-landing-page .key-contacts .post-password-form .page-template-default .block--blog-strip a[type="submit"], .page-template-default .block--blog-strip .post-password-form .page-template-tpl-landing-page .key-contacts a[type="submit"], .post-password-form .page-template-tpl-landing-page .key-contacts .page-template-default .block--blog-strip a[type="submit"], .page-template-default .block--blog-strip .page-template-tpl-landing-page .key-contacts #wpmem_login a.buttons, .page-template-tpl-landing-page .key-contacts #wpmem_login .page-template-default .block--blog-strip a.buttons, .page-template-default .block--blog-strip #wpmem_login .page-template-tpl-landing-page .key-contacts a.buttons, #wpmem_login .page-template-tpl-landing-page .key-contacts .page-template-default .block--blog-strip a.buttons {
  background: #000;
  color: #fff; }

.page-template-default .block--events-strip .location:before, .page-template-default .block--blog-strip .location:before {
  content: url(../img/icons/location-red.svg); }

.page-template-default .block--events-strip .content-reader__item__date p, .page-template-default .block--blog-strip .content-reader__item__date p {
  color: #fff; }

.post-type-archive-event .location {
  position: relative;
  padding-left: 20px; }
  .post-type-archive-event .location:before {
    content: url(../img/icons/location-red.svg);
    position: absolute;
    left: 0;
    top: 2px; }

.post-type-archive-event .time-event {
  font-weight: 600;
  color: #EB0000; }

.post-type-archive-event .index-teaser {
  margin-bottom: 30px; }

.events {
  margin-top: 50px; }

.event__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 45px;
  background-color: #F4F3F1;
  margin-bottom: 10px; }
  .event__item .button, .event__item .post-password-form [type="submit"], .post-password-form .event__item [type="submit"], .event__item #wpmem_login .buttons, #wpmem_login .event__item .buttons {
    margin: 0; }
    .event__item .button + .button, .event__item .post-password-form [type="submit"] + .button, .post-password-form .event__item [type="submit"] + .button, .event__item #wpmem_login .buttons + .button, #wpmem_login .event__item .buttons + .button, .event__item .post-password-form .button + [type="submit"], .post-password-form .event__item .button + [type="submit"], .event__item .post-password-form [type="submit"] + [type="submit"], .post-password-form .event__item [type="submit"] + [type="submit"], .event__item #wpmem_login .post-password-form .buttons + [type="submit"], .post-password-form .event__item #wpmem_login .buttons + [type="submit"], #wpmem_login .event__item .post-password-form .buttons + [type="submit"], .post-password-form #wpmem_login .event__item .buttons + [type="submit"], .event__item #wpmem_login .button + .buttons, #wpmem_login .event__item .button + .buttons, .event__item .post-password-form #wpmem_login [type="submit"] + .buttons, #wpmem_login .event__item .post-password-form [type="submit"] + .buttons, .post-password-form .event__item #wpmem_login [type="submit"] + .buttons, #wpmem_login .post-password-form .event__item [type="submit"] + .buttons, .event__item #wpmem_login .buttons + .buttons, #wpmem_login .event__item .buttons + .buttons {
      margin-left: 10px; }
  .event__item .title {
    margin: 0;
    font-size: 21px; }

.stahl-list {
  margin-bottom: 80px; }

.page-template-default .post-slider-wrapper .post-slider__nav {
  background: #fff; }

.page-template-default .block--blog-news-strip .content-reader--events a, .page-template-default .block--blog-news-strip .content-reader--events .title, .page-template-default .block--blog-news-strip .content-reader--events p {
  color: #000; }

.page-template-default .block--blog-news-strip .content-reader--events .content-reader__item__date p {
  color: #fff !important;
  font-weight: 600; }

.page-template-default .block--blog-news-strip .content-reader--events .button, .page-template-default .block--blog-news-strip .content-reader--events .post-password-form [type="submit"], .post-password-form .page-template-default .block--blog-news-strip .content-reader--events [type="submit"], .page-template-default .block--blog-news-strip .content-reader--events #wpmem_login .buttons, #wpmem_login .page-template-default .block--blog-news-strip .content-reader--events .buttons {
  background-color: #000; }

.page-template-default .block--blog-news-strip .content-reader--events .content-reader__item__date {
  background: #EB0000; }

.page-template-default .block--blog-news-strip .content-reader--events .location {
  position: relative;
  padding-left: 20px; }
  .page-template-default .block--blog-news-strip .content-reader--events .location:before {
    content: url(../img/icons/location-red.svg);
    position: absolute;
    left: 0;
    top: 2px; }

@media (max-width: 767px) {
  .page-template-default .block--blog-news-strip .content-reader--events .content-reader__item__info .title {
    max-width: 312px;
    margin: 0;
    margin-bottom: 10px; } }

p + .document-links {
  margin-top: 30px; }

.document-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  .document-links__item {
    width: 50%;
    border-left: 1px solid #EB0000;
    padding-left: 24px;
    margin-bottom: 43px; }
    .document-links__item .title {
      font-size: 20px;
      max-width: 340px; }
    .document-links__item a.button[href$=".pdf"], .document-links__item .post-password-form a[href$=".pdf"][type="submit"], .post-password-form .document-links__item a[href$=".pdf"][type="submit"], .document-links__item #wpmem_login a.buttons[href$=".pdf"], #wpmem_login .document-links__item a.buttons[href$=".pdf"], .document-links__item #wpmem_login a.buttons[href$=".pdf"] {
      padding: 11px 24px 11px 50px; }
    @media (max-width: 700px) {
      .document-links__item {
        width: 100%; } }

.tabbed-content__header {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px; }
  @media (max-width: 700px) {
    .tabbed-content__header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.tabbed-content__tab {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
  padding-bottom: 26px;
  width: 298px;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #000;
  margin: 0 27px; }
  .tabbed-content__tab.active {
    border-bottom: 1px solid #EB0000;
    color: #EB0000; }
  @media (max-width: 700px) {
    .tabbed-content__tab {
      margin-bottom: 25px; } }

@media (max-width: 700px) {
  .page-template-tpl-clergy-login .key-contacts__item {
    border-bottom: 0px;
    padding-bottom: 0; } }

@media (max-width: 700px) and (max-width: 767px) {
  .page-template-tpl-clergy-login .accordion__plus {
    right: -25px; } }

.main {
  z-index: -1; }

.page-template-tpl-home .top-nav {
  -webkit-transition: 0.8s cubic-bezier(0, 0, 0.01, 0.92);
  -o-transition: 0.8s cubic-bezier(0, 0, 0.01, 0.92);
  transition: 0.8s cubic-bezier(0, 0, 0.01, 0.92); }

.page-template-tpl-home .top-nav--loading {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.8s cubic-bezier(0, 0, 0.01, 0.92);
  -o-transition: 0.8s cubic-bezier(0, 0, 0.01, 0.92);
  transition: 0.8s cubic-bezier(0, 0, 0.01, 0.92); }

.page-template-tpl-home .banner-bottom {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.8s cubic-bezier(0, 0, 0.01, 0.92);
  -o-transition: 0.8s cubic-bezier(0, 0, 0.01, 0.92);
  transition: 0.8s cubic-bezier(0, 0, 0.01, 0.92); }
  .page-template-tpl-home .banner-bottom.loadin {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
    .page-template-tpl-home .banner-bottom.loadin .banner__arrow {
      opacity: 1;
      -webkit-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s;
      -webkit-animation: bounce 2s infinite;
      animation: bounce 2s infinite; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px); } }

.wrap-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.map-container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important; }

.button, .post-password-form [type="submit"], #wpmem_login .buttons {
  position: relative;
  display: inline-block;
  padding: 16px 40px;
  border: 0;
  background-color: #000;
  color: #fff;
  border-radius: 30px;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0, 1);
  -o-transition: transform 0.6s cubic-bezier(0, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(0, 0, 0, 1); }
  .button span, .post-password-form [type="submit"] span, #wpmem_login .buttons span {
    z-index: 9;
    position: relative; }
  .button:after, .post-password-form [type="submit"]:after, #wpmem_login .buttons:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 30px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0, 1);
    -o-transition: transform 0.6s cubic-bezier(0, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(0, 0, 0, 1);
    transition: transform 0.6s cubic-bezier(0, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(0, 0, 0, 1);
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    z-index: 1;
    background-color: #EB0000; }
  .button:hover, .post-password-form :hover[type="submit"], #wpmem_login .buttons:hover {
    color: #fff; }
    .button:hover:after, .post-password-form [type="submit"]:hover:after, #wpmem_login .buttons:hover:after {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1);
      -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
      transform-origin: center left; }
  .button--full-width {
    display: block;
    text-align: center;
    margin-right: 0; }
  .button--is-active {
    pointer-events: none;
    color: white; }
  .button--ghost, .page-template-tpl-landing-page .key-contacts a.button, .page-template-tpl-landing-page .key-contacts .post-password-form a[type="submit"], .post-password-form .page-template-tpl-landing-page .key-contacts a[type="submit"], .page-template-tpl-landing-page .key-contacts #wpmem_login a.buttons, #wpmem_login .page-template-tpl-landing-page .key-contacts a.buttons {
    background-color: transparent;
    border: 1px solid #fff; }
    .button--ghost:after, .page-template-tpl-landing-page .key-contacts a.button:after, .page-template-tpl-landing-page .key-contacts .post-password-form a[type="submit"]:after, .post-password-form .page-template-tpl-landing-page .key-contacts a[type="submit"]:after, .page-template-tpl-landing-page .key-contacts #wpmem_login a.buttons:after, #wpmem_login .page-template-tpl-landing-page .key-contacts a.buttons:after {
      background-color: #fff !important; }
    .button--ghost:hover span, .page-template-tpl-landing-page .key-contacts a.button:hover span, .page-template-tpl-landing-page .key-contacts .post-password-form a:hover[type="submit"] span, .post-password-form .page-template-tpl-landing-page .key-contacts a:hover[type="submit"] span, .page-template-tpl-landing-page .key-contacts #wpmem_login a.buttons:hover span, #wpmem_login .page-template-tpl-landing-page .key-contacts a.buttons:hover span {
      color: #000 !important; }
  .button--slim {
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px; }
    .button--slim.button--ghost, .page-template-tpl-landing-page .key-contacts a.button--slim.button, .page-template-tpl-landing-page .key-contacts .post-password-form a.button--slim[type="submit"], .post-password-form .page-template-tpl-landing-page .key-contacts a.button--slim[type="submit"], .page-template-tpl-landing-page .key-contacts #wpmem_login a.button--slim.buttons, #wpmem_login .page-template-tpl-landing-page .key-contacts a.button--slim.buttons, .button--slim.button--login {
      padding: 7px 20px; }
    .button--slim.button--login {
      padding-left: 32px; }
  .button--login {
    border: 1px solid #EB0000;
    padding-left: 32px;
    color: #EB0000 !important;
    overflow: visible;
    background-color: transparent;
    overflow: hidden; }
    .button--login:before {
      content: url(../img/icons/login-icon.svg);
      position: absolute;
      left: 10px;
      z-index: 2;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .button--login:hover {
      color: #EB0000 !important; }
      .button--login:hover:before {
        content: url(../img/icons/login-icon--white.svg); }
  .button--email {
    padding-left: 35px; }
    .button--email:before {
      content: url(../img/icons/contact-email-icon-white.svg);
      position: absolute;
      left: 12px;
      top: 9px;
      z-index: 2; }
  .button:hover, .post-password-form :hover[type="submit"], #wpmem_login .buttons:hover, .button:focus, .post-password-form :focus[type="submit"], #wpmem_login .buttons:focus {
    text-decoration: none;
    color: #fff !important; }
  @media screen and (max-width: 767px) {
    .button.sm-full-width, .post-password-form .sm-full-width[type="submit"], #wpmem_login .sm-full-width.buttons {
      display: block;
      text-align: center;
      margin-right: 0; } }

a.button[href$=".pdf"], .post-password-form a[href$=".pdf"][type="submit"], #wpmem_login a.buttons[href$=".pdf"] {
  padding-left: 56px; }
  a.button[href$=".pdf"]:before, .post-password-form a[type="submit"][href$=".pdf"]:before, #wpmem_login a.buttons[href$=".pdf"]:before {
    content: url(../img/icons/download-button-icon.svg);
    position: absolute;
    left: 22px;
    top: 19px;
    z-index: 2; }

a.button--slim[href$=".pdf"]:before {
  content: url(../img/icons/download-button-icon.svg);
  position: absolute;
  left: 22px;
  top: 12px;
  z-index: 2; }

div.button--login {
  padding-right: 26px !important;
  padding: 7px 20px; }
  div.button--login > span:after {
    content: "";
    position: absolute;
    border: solid #EB0000;
    opacity: 1;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -15px;
    top: 4px; }
  div.button--login:hover {
    color: #fff !important; }
    div.button--login:hover > span:after {
      border: solid #fff;
      opacity: 1;
      border-width: 0 2px 2px 0; }
    div.button--login:hover:before {
      content: url(../img/icons/login-icon--white.svg); }
  div.button--login .logout-content {
    max-height: 0px;
    overflow: hidden;
    position: absolute; }
  div.button--login.opened {
    border-radius: 18px 18px 0 0;
    overflow: visible;
    color: #EB0000 !important;
    background: #F4F3F1; }
    div.button--login.opened > span:after {
      border: solid #EB0000;
      opacity: 1;
      border-width: 0 2px 2px 0; }
    div.button--login.opened:after {
      display: none; }
    div.button--login.opened .logout-content {
      max-height: 300px;
      overflow: visible;
      position: absolute;
      left: -1px;
      padding: 20px;
      background: #F4F3F1;
      z-index: 9;
      display: block;
      right: -1px;
      border: 1px solid red;
      border-top: 0;
      border-radius: 0 0px 18px 18px;
      top: 24px; }
      div.button--login.opened .logout-content a.button, div.button--login.opened .logout-content .post-password-form a[type="submit"], .post-password-form div.button--login.opened .logout-content a[type="submit"], div.button--login.opened .logout-content #wpmem_login a.buttons, #wpmem_login div.button--login.opened .logout-content a.buttons {
        margin-top: 10px; }
      div.button--login.opened .logout-content a:not(.button) {
        color: #000;
        display: block; }

@media (min-width: 1034px) {
  .page-template-tpl-landing-page .top-nav .button:not(.button--login), .page-template-tpl-landing-page .top-nav .post-password-form :not(.button--login)[type="submit"], .post-password-form .page-template-tpl-landing-page .top-nav :not(.button--login)[type="submit"], .page-template-tpl-landing-page .top-nav #wpmem_login .buttons:not(.button--login), #wpmem_login .page-template-tpl-landing-page .top-nav .buttons:not(.button--login) {
    background-color: #EB0000 !important;
    border: 0px !important; } }

.top-nav .button, .top-nav .post-password-form [type="submit"], .post-password-form .top-nav [type="submit"], .top-nav #wpmem_login .buttons, #wpmem_login .top-nav .buttons {
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle; }

p > .button, .post-password-form p > [type="submit"], #wpmem_login p > .buttons {
  margin-bottom: 0px; }

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, .video-modal {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important; }
  .img-background--contain {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important; }

.object-fit--cover {
  background-size: cover;
  background-position: center center; }
  .object-fit--cover img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }

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

.banner {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  margin-bottom: 90px; }
  .banner .title--xl {
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      .banner .title--xl {
        margin-bottom: 15px; } }
  .banner .container {
    padding-bottom: 83px; }
  .banner--home {
    overflow: hidden;
    padding-top: 45px; }
    @media (min-width: 1035px) {
      .banner--home {
        max-height: calc(100vh - 152px);
        height: 100vh; } }
    @media (max-width: 1300px) {
      .banner--home {
        padding-top: 0; } }
    .banner--home .banner__intro {
      font-weight: normal; }
      .banner--home .banner__intro:before {
        display: none; }
    .banner--home .title {
      font-family: "Averta-Semibold"; }
      .banner--home .title--thin {
        font-family: 'Averta-Light';
        color: #EB0000 !important;
        opacity: 1; }
      .banner--home .title > div {
        margin-bottom: 15px; }
        .banner--home .title > div > span {
          position: relative; }
          .banner--home .title > div > span div {
            position: relative; }
      .banner--home .title > div:nth-of-type(2) {
        color: #EB0000 !important;
        opacity: 1; }
  .banner--simple {
    background-color: #F4F3F1; }
    .banner--simple:before {
      content: "";
      position: absolute;
      top: -162px;
      height: 162px;
      left: 0;
      right: 0;
      background-color: #F4F3F1;
      z-index: -1; }
  .banner--index {
    background-color: transparent;
    margin-bottom: 60px; }
    .banner--index:before {
      display: none; }
    .banner--index .container {
      padding-bottom: 0; }
    .banner--index .banner__intro {
      padding-bottom: 0; }
      .banner--index .banner__intro:before {
        display: none; }
    .banner--index .offset-md-1 {
      margin-left: 55px; }
  .banner--media .video video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    overflow: hidden; }
  .banner--media .banner__img {
    overflow: hidden;
    width: 100%;
    padding-top: 45%;
    /* 1:1 Aspect Ratio */
    position: relative; }
    .banner--media .banner__img picture {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .banner--media .banner__img > img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    @media (max-width: 767px) {
      .banner--media .banner__img {
        padding-top: 64%;
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px); } }
  @media (max-width: 767px) {
    .banner--media {
      padding-bottom: 0 !important; }
      .banner--media .container {
        padding-bottom: 40px !important; } }
  .banner--landing {
    margin-bottom: 0; }
    .banner--landing .banner__menu {
      position: relative;
      text-align: left;
      height: 100%; }
      .banner--landing .banner__menu li {
        margin-bottom: 10px; }
    .banner--landing .banner__title.title--xl {
      margin-bottom: 210px; }
    .banner--landing:before {
      content: "";
      z-index: 1;
      position: absolute;
      top: -162px;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.4;
      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%); }
    @media (max-width: 1250px) {
      .banner--landing .container {
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      .banner--landing .banner__title.title--xl {
        margin-bottom: 100px; } }
  .banner--full-height {
    height: calc( 100vh - 74px); }
  .banner__menu {
    position: absolute;
    background-color: #EB0000;
    padding: 60px;
    width: 100%;
    color: #fff; }
    .banner__menu a:hover .title--sm {
      opacity: 0.6;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .banner__menu .title--sm {
      margin-bottom: 20px; }
    .banner__menu .children {
      display: none; }
    .banner__menu .current_page_item > .children, .banner__menu .current_page_ancestor > .children {
      display: block; }
    .banner__menu ul, .banner__menu li {
      list-style: none;
      padding-left: 0;
      margin-left: 0; }
    .banner__menu li {
      position: relative;
      margin-bottom: 15px;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 16px; }
      .banner__menu li a {
        color: #fff;
        -webkit-transition: 0.4s ease-out;
        -o-transition: 0.4s ease-out;
        transition: 0.4s ease-out;
        display: block; }
        .banner__menu li a:hover {
          color: #fff;
          -webkit-transform: translateX(5px);
          -ms-transform: translateX(5px);
          transform: translateX(5px); }
        .banner__menu li a:focus {
          outline: none; }
      .banner__menu li.current_page_item:before {
        content: "";
        position: absolute;
        top: 9px;
        left: -60px;
        width: 48px;
        background: white;
        height: 1px; }
    .banner__menu a {
      color: #fff; }
    .banner__menu .children {
      margin-left: 23px;
      margin-top: 15px; }
    .banner__menu .slick-dots {
      position: absolute;
      bottom: -40px;
      left: 0;
      text-align: left; }
    .banner__menu .slick-dots li button:before, .banner__menu .slick-dots li.slick-active button:before {
      background-color: #fff;
      opacity: 0.5; }
    .banner__menu .slick-dots li.slick-active button:before {
      opacity: 1; }
  .banner__arrow {
    position: absolute;
    left: 70px;
    bottom: 143px;
    opacity: 0; }
  .banner__intro {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 34px;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .banner__intro {
        padding-bottom: 25px; } }
    .banner__intro:before {
      content: "";
      width: 240px;
      height: 1px;
      background-color: #EB0000;
      position: absolute;
      bottom: 0;
      left: 0; }
  .banner__welcome {
    background-color: #fff;
    padding: 60px 65px;
    height: 100%; }
    .banner__welcome p {
      font-size: 24px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 34px; }
    @media (max-width: 768px) {
      .banner__welcome {
        padding: 30px; } }
    @media (max-width: 767px) {
      .banner__welcome p {
        font-size: 21px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 30px; } }
  .banner__video {
    max-width: 843px;
    margin: auto;
    position: relative;
    height: 56vh; }
    .banner__video > div {
      position: absolute; }
    .banner__video__inner {
      height: 100%; }
      .banner__video__inner img {
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
        width: 100%; }
      .banner__video__inner:before, .banner__video__inner:after {
        content: "";
        position: absolute;
        left: 0;
        width: 50%;
        bottom: 0;
        background: #F4F3F1;
        z-index: 1;
        height: 100%;
        -webkit-transition: 0.8s cubic-bezier(0.68, 0.08, 0.12, 1);
        -o-transition: 0.8s cubic-bezier(0.68, 0.08, 0.12, 1);
        transition: 0.8s cubic-bezier(0.68, 0.08, 0.12, 1); }
      .banner__video__inner:after {
        left: auto;
        right: 0; }
      .banner__video__inner.loadin:before {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
      .banner__video__inner.loadin:after {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%); }
    @media (min-width: 1035px) {
      .banner__video__tagline {
        top: 0;
        left: -122px;
        right: -122px;
        bottom: 0;
        z-index: 2; } }
    .banner__video__tagline .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      height: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .banner__video__tagline .title span {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        display: block; }
      .banner__video__tagline .title div {
        overflow: hidden;
        text-align: center;
        margin-bottom: 0;
        -webkit-transition: 0.8s cubic-bezier(0.68, 0.08, 0.12, 1);
        -o-transition: 0.8s cubic-bezier(0.68, 0.08, 0.12, 1);
        transition: 0.8s cubic-bezier(0.68, 0.08, 0.12, 1); }
        .banner__video__tagline .title div span {
          -webkit-transition: 0.8s cubic-bezier(0.68, 0.08, 0.12, 1);
          -o-transition: 0.8s cubic-bezier(0.68, 0.08, 0.12, 1);
          transition: 0.8s cubic-bezier(0.68, 0.08, 0.12, 1); }
        .banner__video__tagline .title div:nth-of-type(2) span {
          -webkit-transition-delay: 0.4s;
          -o-transition-delay: 0.4s;
          transition-delay: 0.4s; }
        .banner__video__tagline .title div:last-of-type span {
          -webkit-transition-delay: 0.8s;
          -o-transition-delay: 0.8s;
          transition-delay: 0.8s; }
      .banner__video__tagline .title.new-easing span, .banner__video__tagline .title.new-easing div {
        -webkit-transition: 0.8s cubic-bezier(0, 0, 0.01, 0.92);
        -o-transition: 0.8s cubic-bezier(0, 0, 0.01, 0.92);
        transition: 0.8s cubic-bezier(0, 0, 0.01, 0.92); }
      @media (min-width: 1035px) {
        .banner__video__tagline .title {
          line-height: 142px; } }
      @media (max-width: 767px) {
        .banner__video__tagline .title {
          font-size: 48px;
          font-weight: 500;
          letter-spacing: -0.5px;
          line-height: 57px; } }
    .banner__video__tagline.loadin .title > div > span {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); }
    @media (min-width: 1035px) {
      .banner__video__tagline.separate .title > div:first-of-type {
        -webkit-transform: translateX(-32%);
        -ms-transform: translateX(-32%);
        transform: translateX(-32%); }
      .banner__video__tagline.separate .title > div:last-of-type {
        -webkit-transform: translateX(32%);
        -ms-transform: translateX(32%);
        transform: translateX(32%); } }
    @media (max-width: 1034px) {
      .banner__video__tagline.separate .title span div {
        opacity: 1 !important;
        left: 0 !important; } }
    @media (max-width: 1034px) {
      .banner__video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto !important; }
        .banner__video__video__inner {
          display: none; }
        .banner__video__image-mob {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          padding: 0 30px;
          opacity: 0;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
          .banner__video__image-mob.loadin {
            opacity: 1; }
        .banner__video .banner-bottom {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
          transform: translateY(20px);
          text-align: center;
          max-width: 600px;
          margin: auto;
          margin-top: 30px; }
          .banner__video .banner-bottom.loadin {
            opacity: 1 !important; }
        .banner__video .banner__video__tagline {
          -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
          order: 0; }
        .banner__video > div {
          position: relative;
          width: 100%; } }
    @media (max-width: 600px) {
      .banner__video .banner-bottom {
        font-size: 18px;
        letter-spacing: 0;
        line-height: 26px;
        text-align: center;
        max-width: 312px; } }
  .banner__date, .banner__post_type {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 14px; }
  .banner__post_type {
    display: inline-block;
    color: #EB0000;
    position: relative;
    margin-right: 84px; }
    .banner__post_type:after {
      content: "";
      position: absolute;
      left: calc(100% + 10px);
      top: 8px;
      height: 1px;
      width: 64px;
      background-color: #EB0000; }
  @media (max-width: 1250px) {
    .banner .banner__menu {
      display: none; } }
  @media (max-width: 1250px) {
    .banner {
      margin-bottom: 50px; } }
  @media (max-width: 600px) {
    .banner:not(.banner--home) {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 50px;
      padding-bottom: 50px;
      margin-bottom: 0; }
      .banner:not(.banner--home) .container {
        padding-bottom: 0; } }

.share-icons {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0; }
  .share-icons span {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle; }
  .share-icons img {
    margin-right: 7px; }

.share-link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 14px;
  padding-left: 20px; }
  .share-link:before {
    position: absolute;
    left: 0px;
    top: 1px;
    content: url(../img/icons/lightbox-open.svg); }

.single .title--lg {
  padding-bottom: 43px; }

.single-vacancy .banner {
  background-color: #F4F3F1;
  padding-bottom: 80px; }

@media (max-width: 1250px) {
  .banner__menu {
    position: relative;
    padding: 20px 30px;
    width: calc(100% + 30px);
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px; }
    .banner__menu .section-trigger {
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 26px;
      margin: 0; }
      .banner__menu .section-trigger:before {
        content: "";
        position: absolute;
        border: solid #fff;
        opacity: 1;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 6px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 30px;
        top: 24px;
        -webkit-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease; }
    .banner__menu ul {
      max-height: 0px;
      overflow: hidden;
      margin: 0;
      -webkit-transition: 0.5s ease-out;
      -o-transition: 0.5s ease-out;
      transition: 0.5s ease-out; }
      .banner__menu ul li {
        margin-bottom: 20px; }
        .banner__menu ul li:first-of-type {
          margin-top: 30px; }
    .banner__menu ul.children li:first-of-type {
      margin-top: 0; }
    .banner__menu .title--sm {
      margin-bottom: 0px; }
    .banner__menu .slick-dotted.slick-slider {
      margin-bottom: 0; }
    .banner__menu.open .title:before {
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
    .banner__menu.open ul {
      max-height: 1000px; } }

@media (max-width: 1034px) {
  .page-template-tpl-landing-page .banner__menu {
    margin-left: 0;
    margin-right: 0;
    width: 100%; } }

@media (max-width: 600px) {
  .page-template-tpl-landing-page .banner__welcome {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px); } }

.church-template-default .banner {
  margin-bottom: 0; }

.church-template-default .banner--media .banner__img {
  padding-top: 29%; }

@media (max-width: 1250px) {
  .church-template-default .banner__menu, .deanery-template-default .banner__menu {
    margin-bottom: 0; } }

.modal-item {
  position: relative;
  background-color: #fff;
  padding: 20px 23px 30px 110px;
  max-height: 671px;
  max-width: 1059px;
  margin: auto;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.8s cubic-bezier(0.68, 0.08, 0.12, 1);
  -o-transition: 0.8s cubic-bezier(0.68, 0.08, 0.12, 1);
  transition: 0.8s cubic-bezier(0.68, 0.08, 0.12, 1); }
  .modal-item h2, .modal-item h3, .modal-item h4 {
    color: #EB0000;
    margin-bottom: 30px; }
  .modal-item__inner {
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 44px 134px 44px 0;
    overflow-y: scroll;
    position: relative;
    height: calc(671px - 64px);
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .modal-item__inner::-webkit-scrollbar {
      width: 7px; }
    .modal-item__inner::-webkit-scrollbar-track {
      background: #F4F3F1; }
    .modal-item__inner::-webkit-scrollbar-thumb {
      background: #EB0000;
      border-radius: 5px; }
    .modal-item__inner::-webkit-scrollbar-thumb:hover {
      background: #EB0000; }
  .modal-item .mfp-close {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    cursor: pointer;
    width: 66px;
    height: 66px;
    line-height: 66px;
    position: absolute;
    right: -80px; }
    .modal-item .mfp-close svg {
      position: relative;
      pointer-events: none; }
      @media (max-width: 1282px) {
        .modal-item .mfp-close svg circle {
          opacity: 0; }
        .modal-item .mfp-close svg > g > g {
          stroke: #EB0000; } }
    @media (max-width: 1282px) {
      .modal-item .mfp-close {
        right: -10px;
        top: -58px;
        opacity: 1; } }
    @media (min-width: 1282px) {
      .modal-item .mfp-close svg * {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      .modal-item .mfp-close:hover {
        color: #EB0000; }
        .modal-item .mfp-close:hover svg circle {
          fill: #fff; }
        .modal-item .mfp-close:hover svg g > g > line {
          stroke: #000; } }
  @media (max-width: 767px) {
    .modal-item {
      padding: 50px 30px;
      max-height: 90vh; }
      .modal-item__inner {
        height: calc(90vh - 156px); }
      .modal-item .cols-2 {
        -webkit-column-count: 1 !important;
        column-count: 1 !important; }
      .modal-item__inner {
        margin-top: 0;
        padding: 0; }
        .modal-item__inner .button, .modal-item__inner .post-password-form [type="submit"], .post-password-form .modal-item__inner [type="submit"], .modal-item__inner #wpmem_login .buttons, #wpmem_login .modal-item__inner .buttons {
          margin-top: 20px; }
      .modal-item .mfp-close {
        right: 20px;
        top: -80px; } }

.mfp-content {
  overflow: hidden; }

.mfp-ready .modal-item {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .mfp-ready .modal-item__inner, .mfp-ready .modal-item .mfp-close {
    opacity: 1;
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s; }

@media (max-width: 768px) {
  .modal-item {
    padding: 44px 20px; }
    .modal-item h2 {
      font-size: 1.6rem; }
    .modal-item p, .modal-item li, .modal-item ol {
      font-size: 18px;
      line-height: 22px; }
    .modal-item .cols-2 {
      -webkit-column-count: 1 !important;
      column-count: 1 !important; }
    .modal-item__inner {
      margin-top: 0;
      padding: 0;
      height: calc(90vh - 156px); }
      .modal-item__inner .button, .modal-item__inner .post-password-form [type="submit"], .post-password-form .modal-item__inner [type="submit"], .modal-item__inner #wpmem_login .buttons, #wpmem_login .modal-item__inner .buttons {
        margin-top: 20px; } }

@media (max-width: 1282px) {
  .modal-item .mfp-close {
    right: 20px;
    top: 10px;
    opacity: 1; }
    .modal-item .mfp-close svg {
      z-index: 99999; }
      .modal-item .mfp-close svg g {
        stroke: #EB0000; } }

.page-template-tpl-staff .modal-item h2 {
  margin-bottom: 0; }

.page-template-tpl-staff .modal-item__inner {
  padding: 20px 134px 10px 0; }

.page-template-tpl-staff .modal-item .gform_wrapper {
  margin-top: 0; }

.page-template-tpl-staff .modal-item .gform_wrapper .gform_footer {
  padding-top: 0; }

.page-template-tpl-find-a-church .modal-item__inner {
  padding: 0px 134px 44px 0;
  margin-top: 44px;
  overflow-y: scroll;
  position: relative;
  height: calc(671px - 156px); }
  .page-template-tpl-find-a-church .modal-item__inner .button, .page-template-tpl-find-a-church .modal-item__inner .post-password-form [type="submit"], .post-password-form .page-template-tpl-find-a-church .modal-item__inner [type="submit"], .page-template-tpl-find-a-church .modal-item__inner #wpmem_login .buttons, #wpmem_login .page-template-tpl-find-a-church .modal-item__inner .buttons {
    margin-top: 0;
    margin-bottom: 0; }

.page-template-tpl-find-a-church .modal-item {
  padding: 20px 23px 64px 110px; }
  @media (max-width: 768px) {
    .page-template-tpl-find-a-church .modal-item {
      padding: 44px 20px; }
      .page-template-tpl-find-a-church .modal-item .cols-2 {
        -webkit-column-count: 1 !important;
        column-count: 1 !important; }
      .page-template-tpl-find-a-church .modal-item__inner {
        margin-top: 0;
        padding: 0;
        height: calc(90vh - 156px); }
        .page-template-tpl-find-a-church .modal-item__inner .button, .page-template-tpl-find-a-church .modal-item__inner .post-password-form [type="submit"], .post-password-form .page-template-tpl-find-a-church .modal-item__inner [type="submit"], .page-template-tpl-find-a-church .modal-item__inner #wpmem_login .buttons, #wpmem_login .page-template-tpl-find-a-church .modal-item__inner .buttons {
          margin-top: 20px; }
      .page-template-tpl-find-a-church .modal-item .mfp-close {
        right: 6px;
        top: -11px;
        opacity: 1; }
        .page-template-tpl-find-a-church .modal-item .mfp-close svg {
          z-index: 99999; } }

/*
	FORM
*/
.searchandfilter li, .select-wrapper li {
  max-width: 300px; }

.searchandfilter label, .select-wrapper label {
  width: 100%;
  max-width: 100%; }

.searchandfilter input, .searchandfilter select, .select-wrapper input, .select-wrapper select {
  width: 100%;
  padding: 16px 27px;
  background-color: #F4F3F1;
  border-radius: 37px;
  border: 1px solid #F4F3F1;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  -webkit-appearance: none; }
  .searchandfilter input:focus, .searchandfilter select:focus, .select-wrapper input:focus, .select-wrapper select:focus {
    outline: 0; }

.searchandfilter input, .select-wrapper input {
  background-color: #fff;
  border-radius: 37px;
  border: 1px solid #C7C1B8; }

.searchandfilter .sf-field-search, .select-wrapper .sf-field-search {
  position: relative; }
  .searchandfilter .sf-field-search input, .select-wrapper .sf-field-search input {
    padding-left: 39px; }
  .searchandfilter .sf-field-search:before, .select-wrapper .sf-field-search:before {
    content: url(../img/icons/menu-search.svg);
    position: absolute;
    top: 21px;
    left: 16px; }

.searchandfilter .sf-field-category, .searchandfilter .sf-field-taxonomy-news-category, .select-wrapper .sf-field-category, .select-wrapper .sf-field-taxonomy-news-category {
  position: relative; }
  .searchandfilter .sf-field-category:before, .searchandfilter .sf-field-taxonomy-news-category:before, .select-wrapper .sf-field-category:before, .select-wrapper .sf-field-taxonomy-news-category:before {
    content: "";
    position: absolute;
    border: solid #EB0000;
    opacity: 0.7;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 25px;
    top: 31px; }

@media (max-width: 991px) {
  .searchandfilter ul, .select-wrapper ul {
    padding-left: 0; } }

.select-wrapper {
  margin-bottom: 15px;
  position: relative; }
  .select-wrapper:before {
    content: "";
    position: absolute;
    border: solid #EB0000;
    opacity: 1;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 20px;
    top: 13px; }

.gform_half_left, .gform_half_right {
  width: 50%;
  display: inline-block; }
  .gform_half_left input, .gform_half_right input {
    width: 100% !important; }

.gform_wrapper input:not([type="submit"]), .gform_wrapper textarea {
  border: 1px solid #C7C1B8;
  border-radius: 0px; }

.gform_wrapper .top_label .gfield_label {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 600;
  margin: 0; }

.gform_wrapper .gfield_required {
  color: #EB0000; }

#wpmem_login {
  font-family: 'Degular'; }
  #wpmem_login legend {
    display: none; }
  #wpmem_login .buttons {
    float: left;
    font-family: 'Degular'; }
  #wpmem_login label {
    font-family: 'Degular';
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px; }

body #wpmem_login input[type=password], body #wpmem_login input[type=text], body #wpmem_reg input[type=date], body #wpmem_reg input[type=email], body #wpmem_reg input[type=number], body #wpmem_reg input[type=password], body #wpmem_reg input[type=text], body #wpmem_reg input[type=url], body #wpmem_reg textarea {
  border: 1px solid #C7C1B8;
  padding: 12px 24px;
  border-radius: 0;
  width: 100%; }
  body #wpmem_login input[type=password]:focus, body #wpmem_login input[type=text]:focus, body #wpmem_reg input[type=date]:focus, body #wpmem_reg input[type=email]:focus, body #wpmem_reg input[type=number]:focus, body #wpmem_reg input[type=password]:focus, body #wpmem_reg input[type=text]:focus, body #wpmem_reg input[type=url]:focus, body #wpmem_reg textarea:focus {
    border: 1px solid #EB0000; }

body #wpmem_login .div_text, body #wpmem_reg .div_checkbox, body #wpmem_reg .div_date, body #wpmem_reg .div_file, body #wpmem_reg .div_image, body #wpmem_reg .div_multicheckbox, body #wpmem_reg .div_multiselect, body #wpmem_reg .div_number, body #wpmem_reg .div_radio, body #wpmem_reg .div_select, body #wpmem_reg .div_text, body #wpmem_reg .div_textarea, body #wpmem_reg .div_url {
  width: 100%; }

body #rememberme {
  display: none; }
  body #rememberme + label {
    display: none; }

#login-modal {
  padding: 0; }
  #login-modal p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 27px; }
  #login-modal small {
    display: block; }
  #login-modal .login-modal__image {
    background-image: url("/wp-content/uploads/2021/02/bernd-klutsch-nE2HV5AUXFo-unsplash-1-1-scaled.jpg");
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center; }
    @media (min-width: 991px) {
      #login-modal .login-modal__image {
        margin-bottom: 30px; } }
    @media (max-width: 600px) {
      #login-modal .login-modal__image {
        display: none; } }
  #login-modal .modal-item__inner {
    padding: 0;
    overflow: hidden; }
    #login-modal .modal-item__inner .container {
      padding: 0;
      height: 100%; }
      #login-modal .modal-item__inner .container .row {
        height: 100%; }
      @media (min-width: 991px) {
        #login-modal .modal-item__inner .container .col-lg-6 {
          padding: 0; }
          #login-modal .modal-item__inner .container .col-lg-6:last-of-type {
            padding: 64px 77px 64px 54px; } }
  #login-modal .modal-item {
    padding: 0; }
  @media (max-width: 991px) {
    #login-modal {
      padding: 50px;
      overflow: hidden;
      height: 100%; }
      #login-modal .modal-item__inner {
        height: auto; }
      #login-modal .col-lg-6:first-of-type {
        display: none; } }

input[type="text"]:focus, input[type="search"]:focus, textarea:focus {
  border: 1px solid #EB0000;
  outline: none; }

.post-password-form [type="submit"] {
  padding: 9.5px 41px;
  margin: 0;
  vertical-align: top; }

.post-password-form [type="password"] {
  border-radius: 0;
  border: 1px solid #bbbbbb;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .post-password-form [type="password"]:focus {
    border-color: #EB0000;
    outline: 0; }

body #mc-embedded-subscribe-form {
  font-family: "degular" !important;
  padding: 0 !important; }
  body #mc-embedded-subscribe-form h2 {
    display: none; }
  body #mc-embedded-subscribe-form input, body #mc-embedded-subscribe-form select {
    border: 1px solid #C7C1B8;
    padding: 12px 24px;
    border-radius: 0;
    width: 100%;
    margin-top: 10px; }
    body #mc-embedded-subscribe-form input:focus, body #mc-embedded-subscribe-form select:focus {
      outline: 0;
      border-color: #EB0000; }
  body #mc-embedded-subscribe-form label {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 600;
    margin: 0; }
  body #mc-embedded-subscribe-form p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 29px;
    margin-top: 19px; }
  body #mc-embedded-subscribe-form .button, body #mc-embedded-subscribe-form .post-password-form [type="submit"], .post-password-form body #mc-embedded-subscribe-form [type="submit"], body #mc-embedded-subscribe-form #wpmem_login .buttons, #wpmem_login body #mc-embedded-subscribe-form .buttons {
    padding: 16px 40px;
    border: 0;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
    overflow: hidden;
    height: auto; }
  body #mc-embedded-subscribe-form input[type=radio] {
    margin-right: 10px; }

.page-id-7189 .main #wpmem_login {
  max-width: 500px;
  margin: auto; }
  .page-id-7189 .main #wpmem_login .button_div {
    width: 100%;
    padding: 6px 0;
    text-align: center; }
  .page-id-7189 .main #wpmem_login .buttons {
    float: none;
    margin-right: 0; }

#wpmem_login fieldset, #wpmem_reg fieldset {
  border: none;
  padding: 0;
  margin: 40px 0 0; }

.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 #EB0000; }
  .slick-dots li.slick-active button:before {
    background-color: #EB0000; }

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

.post-slider__nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px; }
  @media (max-width: 767px) {
    .post-slider__nav {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

@media (max-width: 600px) {
  .post-slider__item {
    height: auto; } }

.post-slider__item__image {
  height: 500px; }
  @media (max-width: 600px) {
    .post-slider__item__image {
      height: 250px; } }

@media (max-width: 991px) {
  .post-slider .title {
    margin-bottom: 30px; } }

.slider-counter {
  font-weight: 600;
  margin: 0 13px;
  width: 39px; }

.slider-prev, .slider-next {
  cursor: pointer; }
  .slider-prev svg path, .slider-next svg path {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    fill: #fff; }
  .slider-prev:hover svg path, .slider-next:hover svg path {
    fill: #EB0000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

.post-slider-wrapper {
  position: relative; }
  .post-slider-wrapper .post-slider__nav {
    margin-top: 0px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #F4F3F1;
    padding: 30px 25px; }
  .post-slider-wrapper .post-slider__item {
    height: 500px; }

.teasers {
  padding: 90px 0;
  background: #F4F3F1; }
  .teasers .title--xl {
    margin-bottom: -30px;
    z-index: 1;
    position: relative;
    font-size: 100px;
    color: #EB0000 !important;
    opacity: 0.8; }
    @media (max-width: 767px) {
      .teasers .title--xl {
        font-size: 48px;
        font-weight: 500;
        letter-spacing: -1px;
        line-height: 42px;
        margin-bottom: 30px; } }
  .teasers .container-fluid, .teasers .container-sm, .teasers .container-md, .teasers .container-lg, .teasers .container-xl {
    padding: 0 30px; }
  .teasers__item {
    overflow: hidden;
    position: relative;
    padding-bottom: 100%; }
    .teasers__item__img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: 0.5s ease-out;
      -o-transition: 0.5s ease-out;
      transition: 0.5s ease-out; }
      .teasers__item__img img {
        height: 100%;
        width: 100%; }
    .teasers__item__title {
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 30px;
      background-color: #F4F3F1;
      color: #000;
      max-width: 275px; }
      .teasers__item__title .title {
        margin-bottom: 0;
        font-weight: 600; }
      @media (max-width: 767px) {
        .teasers__item__title {
          font-size: 20px;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 26px;
          padding: 16px 24px; } }
    .teasers__item:hover .teasers__item__img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: 0.5s ease-out;
      -o-transition: 0.5s ease-out;
      transition: 0.5s ease-out; }
    @media (max-width: 767px) {
      .teasers__item {
        margin-bottom: 20px;
        padding-bottom: 66%; } }

.nav-links, .page-numbers {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  font-weight: bold; }
  .nav-links a, .page-numbers a {
    color: #000; }
  .nav-links.next, .page-numbers.next {
    margin-left: 30px;
    padding-right: 48px;
    display: block;
    position: relative;
    text-align: right; }
    .nav-links.next span, .page-numbers.next span {
      display: inline-block;
      padding-left: 10px; }
    .nav-links.next svg, .page-numbers.next svg {
      position: absolute;
      right: 0px;
      top: -10px;
      width: 48px;
      height: 48px;
      background-size: cover;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      background-image: url(../img/icons/prev-arrow.svg); }
  .nav-links.prev, .page-numbers.prev {
    margin-right: 30px;
    padding-left: 48px;
    text-align: left;
    margin-right: 0;
    text-align: left !important;
    margin-left: 0; }
    .nav-links.prev span, .page-numbers.prev span {
      display: inline-block;
      padding-right: 10px; }
    .nav-links.prev svg, .page-numbers.prev svg {
      position: absolute;
      left: 10px;
      top: -10px;
      width: 48px;
      height: 48px;
      background-size: cover;
      background-image: url(../img/icons/prev-arrow.svg); }
  .nav-links .current, .page-numbers .current {
    color: #EB0000; }
  .nav-links.next:hover svg circle, .nav-links.prev:hover svg circle, .page-numbers.next:hover svg circle, .page-numbers.prev:hover svg circle {
    fill: #EB0000; }
  .nav-links.next:hover svg g, .nav-links.prev:hover svg g, .page-numbers.next:hover svg g, .page-numbers.prev:hover svg g {
    stroke: #fff; }

.pagination h2 {
  display: none; }

.post-pagination {
  margin-top: 100px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 80px; }
  @media (max-width: 600px) {
    .post-pagination .col-2 {
      padding-left: 0px;
      padding-right: 0px; } }
  .post-pagination a {
    color: #000;
    font-weight: bold; }
  .post-pagination .next-arrow {
    display: inline-block;
    padding-left: 10px; }
  .post-pagination .prev-arrow {
    display: inline-block;
    padding-right: 10px; }

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

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

#search-filter-form-3414 ul {
  padding-left: 0; }
  @media (min-width: 1200px) {
    #search-filter-form-3414 ul {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  #search-filter-form-3414 ul li {
    padding-right: 10px;
    position: relative; }
    #search-filter-form-3414 ul li[data-sf-field-type="taxonomy"]:before {
      content: "";
      position: absolute;
      border: solid #EB0000;
      opacity: 0.7;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 4px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      right: 25px;
      top: 31px; }

#search-filter-form-3414 .sf-field-submit input {
  background: #EB0000;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px; }

#search-filter-form-3414 select.sf-input-select {
  min-width: 220px; }

.search-item {
  position: relative;
  padding: 20px 0px 25px;
  border-bottom: 1px solid #C7C1B8; }
  .search-item h3 {
    margin-bottom: 0; }
  .search-item__icon {
    position: absolute;
    top: 21px;
    right: 0;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; }
  .search-item:hover svg circle {
    fill: #EB0000; }
  .search-item:hover svg g {
    stroke: #fff; }

/*
	NOTIFICATIONS
*/
.notification.cookies-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #000;
  padding: 10px 50px 10px;
  color: white; }
  .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;
        margin-bottom: 0;
        font-size: 18px;
        line-height: 20px; }
    .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 !important; }
    .notification.cookies-bar .notification__content .buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .notification.cookies-bar .notification__content .buttons .button, .notification.cookies-bar .notification__content .buttons .post-password-form [type="submit"], .post-password-form .notification.cookies-bar .notification__content .buttons [type="submit"], .notification.cookies-bar .notification__content .buttons #wpmem_login .buttons, #wpmem_login .notification.cookies-bar .notification__content .buttons .buttons {
        margin-top: 0;
        margin-bottom: 0; }
  @media (max-width: 991px) {
    .notification.cookies-bar .buttons {
      display: block;
      margin-top: 30px; }
      .notification.cookies-bar .buttons .button, .notification.cookies-bar .buttons .post-password-form [type="submit"], .post-password-form .notification.cookies-bar .buttons [type="submit"], .notification.cookies-bar .buttons #wpmem_login .buttons, #wpmem_login .notification.cookies-bar .buttons .buttons {
        margin-bottom: 15px; } }
  @media (max-width: 575px) {
    .notification.cookies-bar {
      padding: 30px 30px 5px; }
      .notification.cookies-bar .notification__content {
        display: block; }
        .notification.cookies-bar .notification__content .notification__text {
          margin-right: 0px; }
      .notification.cookies-bar .buttons .button, .notification.cookies-bar .buttons .post-password-form [type="submit"], .post-password-form .notification.cookies-bar .buttons [type="submit"], .notification.cookies-bar .buttons #wpmem_login .buttons, #wpmem_login .notification.cookies-bar .buttons .buttons {
        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: #EB0000;
  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%; }

/* Layout for search container */
.search-wrap {
  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;
  display: none; }

.js .search-wrap {
  position: fixed;
  z-index: 99999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }

.js .search-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f4f3f1; }

.btn--search-close {
  font-size: 2em;
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  display: none; }

.js .btn--search-close {
  display: block; }

.search__form {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.search__form-inner {
  position: relative;
  z-index: 10;
  overflow: hidden; }

.js .search__form-inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 20%;
  width: 60%;
  height: 105%;
  background: #EB0000; }

.search__input {
  font-family: "Averta-Semibold";
  font-weight: 500;
  font-size: 6vw;
  line-height: 1;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
  padding: 0.25em;
  text-align: center;
  color: #000;
  border: none;
  background: #fff; }

.search__input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000; }

.search__input::-moz-placeholder {
  opacity: 1;
  /* Mozilla Firefox 19+ */
  color: #000; }

.search__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #181c4d; }

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
  -webkit-appearance: none; }

.search__input::-ms-clear {
  display: none; }

.search__info {
  font-size: 90%;
  font-weight: bold;
  position: relative;
  z-index: 9;
  display: block;
  width: 100%;
  padding: 0.85em 0;
  color: #EB0000; }

.search__related {
  width: 25%;
  pointer-events: none; }

.search__suggestion h3 {
  font-size: 1.35em;
  margin: 0; }

.search__suggestion h3::before {
  content: '\21FE';
  display: inline-block;
  padding: 0 0.5em 0 0; }

.search__suggestion p {
  font-size: 1.15em;
  line-height: 1.4;
  margin: 0.75em 0 0 0; }

/************************/
/* Transitions 			*/
/************************/
.js .main-wrap {
  position: relative;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.js .main-wrap--move {
  opacity: 0;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1); }

.js .main-wrap--move .btn--search {
  pointer-events: none;
  opacity: 0; }

.js .search-wrap {
  pointer-events: none; }

.js .search--open {
  pointer-events: auto; }

.js .search::before {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.js .search--open::before {
  opacity: 1; }

/* Close button */
.btn--search-close {
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }
  .btn--search-close svg * {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .btn--search-close:hover svg circle {
    fill: #EB0000; }
  .btn--search-close:hover svg g > g > line {
    stroke: #fff; }

.search--open .btn--search-close {
  opacity: 1; }

/* Search form with input and description */
.search__suggestion,
.search__info {
  opacity: 0;
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s; }

.search--open .search__suggestion,
.search--open .search__info {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.js .search__form-inner::after {
  opacity: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.js .search--open .search__form-inner::after {
  -webkit-animation: scaleUpDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: scaleUpDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards; }

@-webkit-keyframes scaleUpDown {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1); }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  50.1% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; } }

@keyframes scaleUpDown {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1); }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  50.1% {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; } }

.js .search__form-inner {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s; }

.js .search--open .search__form-inner {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }

.js .search__input {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.js .search--open .search__input {
  opacity: 1;
  -webkit-transition: opacity 0s 0.4s;
  -o-transition: opacity 0s 0.4s;
  transition: opacity 0s 0.4s; }

@media screen and (max-width: 40em) {
  .btn--search-close {
    font-size: 1em; }
  .search__form {
    margin: 2em 0; }
  .search__related {
    font-size: 85%;
    width: 100%;
    padding: 0 1em; }
  .search__input,
  .js .search__form-inner::after {
    width: 100%;
    left: 0; } }

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

.off-screen--fade-up {
  -ms-transform: translateY(0);
  /* IE 9 */
  -webkit-transform: translateY(0);
  /* Safari */
  transform: translateY(0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .off-screen--fade-up.off-screen--hide {
    -ms-transform: translateY(30px);
    /* IE 9 */
    -webkit-transform: translateY(30px);
    /* Safari */
    transform: translateY(30px);
    /* Safari */
    opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

.off-screen--sequential > *:nth-child(1) {
  -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; }

@media (max-width: 600px) and (min-width: 330px) {
  .block:not(.block--contacts) {
    padding-left: 15px;
    padding-right: 15px; } }

.block:not(.block--bishops-welcome) {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0.2;
  -webkit-transition: 0.8s ease-out;
  -o-transition: 0.8s ease-out;
  transition: 0.8s ease-out; }
  .block:not(.block--bishops-welcome).is-inview {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; }

.block h2, .block h3, .block h4 {
  font-family: "Averta-Semibold"; }

.block h3, .block h4 {
  letter-spacing: -.5px; }

.block--wysiwyg-editor, .block--block--text-image {
  margin-bottom: 50px; }
  .block--wysiwyg-editor h2, .block--wysiwyg-editor h3, .block--wysiwyg-editor h4, .block--block--text-image h2, .block--block--text-image h3, .block--block--text-image h4 {
    color: #EB0000;
    margin-bottom: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .block--wysiwyg-editor * + h2, .block--wysiwyg-editor * + h3, .block--wysiwyg-editor * + h4, .block--block--text-image * + h2, .block--block--text-image * + h3, .block--block--text-image * + h4 {
    margin-top: 50px; }
  .block--wysiwyg-editor ul li, .block--block--text-image ul li {
    list-style: none;
    margin-bottom: 15px; }
    .block--wysiwyg-editor ul li:before, .block--block--text-image ul li:before {
      content: "•";
      /* Add content: \2022 is the CSS Code/unicode for a bullet */
      color: #EB0000;
      /* Change the color */
      font-weight: bold;
      /* If you want it to be bold */
      display: inline-block;
      /* Needed to add space between the bullet and the text */
      width: 1em;
      /* Also needed for space (tweak if needed) */
      margin-left: -1em;
      /* Also needed for space (tweak if needed) */ }
  .block--wysiwyg-editor ol, .block--block--text-image ol {
    list-style: none;
    counter-reset: li; }
    .block--wysiwyg-editor ol li, .block--block--text-image ol li {
      margin-bottom: 15px; }
    .block--wysiwyg-editor ol li:before, .block--block--text-image ol li:before {
      content: counter(li);
      color: #EB0000;
      display: inline-block;
      width: 1em;
      margin-left: -1em; }
    .block--wysiwyg-editor ol li, .block--block--text-image ol li {
      counter-increment: li; }

.block--key-contacts .row {
  padding-top: 85px;
  padding-bottom: 85px;
  border-top: 1px solid #EB0000; }

.block--key-contacts p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 7px; }

.block--lightbox {
  margin-bottom: 50px; }
  .block--lightbox h2 {
    color: #EB0000;
    margin-bottom: 20px; }

.block--accordion h2 {
  margin-bottom: 20px;
  color: #EB0000; }

.block--accordion .person-card {
  margin-top: 0 !important;
  padding-left: 22px;
  border-left: 1px solid #EB0000;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
  width: 50%; }
  .block--accordion .person-card .title {
    margin-bottom: 0; }
  .block--accordion .person-card p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    width: 100%; }
  .block--accordion .person-card__image {
    width: 48px;
    height: 48px; }
  .block--accordion .person-card__info {
    width: calc(100% - 73px); }
  .block--accordion .person-card .button, .block--accordion .person-card .post-password-form [type="submit"], .post-password-form .block--accordion .person-card [type="submit"], .block--accordion .person-card #wpmem_login .buttons, #wpmem_login .block--accordion .person-card .buttons {
    margin-top: 9px; }
  @media (max-width: 767px) {
    .block--accordion .person-card {
      width: 100%; } }

.block--newsletter__inner {
  padding: 10px 70px;
  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; }
  .block--newsletter__inner .title {
    font-size: 32px;
    line-height: 35px;
    letter-spacing: -1px; }
  @media (max-width: 767px) {
    .block--newsletter__inner {
      padding: 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; } }

.block--newsletter .button, .block--newsletter .post-password-form [type="submit"], .post-password-form .block--newsletter [type="submit"], .block--newsletter #wpmem_login .buttons, #wpmem_login .block--newsletter .buttons {
  margin-right: 0;
  color: #fff !important; }

.block--social-media-links__inner {
  padding: 42px 70px;
  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; }
  .block--social-media-links__inner .title {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    letter-spacing: -1px; }
  @media (max-width: 767px) {
    .block--social-media-links__inner {
      padding: 30px;
      -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; }
      .block--social-media-links__inner .social-icons {
        margin-top: 20px; } }

.block--social-media-links .social-icons a {
  display: inline-block;
  margin-right: 10px; }

.block--social-media-links .block-divider {
  padding-bottom: 90px;
  border-bottom: 1px solid #EB0000; }
  @media (max-width: 767px) {
    .block--social-media-links .block-divider {
      padding-bottom: 50px; } }

.block--latest-tweet a, .block--latest-tweet p > a {
  color: #55ACEE; }

.block--latest-tweet__inner {
  padding: 40px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .block--latest-tweet__inner .tweet p, .block--latest-tweet__inner .tweet a {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 33px;
    margin-bottom: 0; }
  .block--latest-tweet__inner .tweet-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
    width: 42%; }
    .block--latest-tweet__inner .tweet-meta p, .block--latest-tweet__inner .tweet-meta a {
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 20px; }
  @media (max-width: 767px) {
    .block--latest-tweet__inner {
      padding: 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      text-align: left; }
      .block--latest-tweet__inner .tweet p, .block--latest-tweet__inner .tweet a {
        font-size: 19px;
        text-align: center;
        letter-spacing: 0;
        line-height: 26px; }
      .block--latest-tweet__inner .tweet-meta {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin: auto;
        margin-top: 20px; } }

.block--blog-strip .title--lg {
  margin-bottom: 68px; }

.block--blog-strip .blog-strip-img {
  width: 100%;
  height: 100%;
  position: relative;
  max-height: 500px; }
  .block--blog-strip .blog-strip-img > img {
    width: 100%;
    height: 100%; }

.block--blog-news-strip .title--lg {
  margin-bottom: 56px; }

.block--blog-news-strip .content-reader__item__date {
  background-color: #C7C1B8; }

.block--blog-news-strip .content-reader a {
  color: #000; }

.block--blog-news-strip h2 {
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .block--blog-news-strip h2 {
      padding-top: 50px;
      border-top: 1px solid red;
      margin-top: 50px; } }

.block--blog-news-strip .post-slider .post-category {
  margin-top: 32px; }

@media (min-width: 1250px) {
  .block--blog-news-strip .post-slider-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 6px;
    width: 1px;
    background: #C7C1B8;
    left: -24px; } }

@media (max-width: 991px) {
  .block--blog-news-strip .post-slider-wrapper .title {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .block--blog-news-strip {
    margin-top: 30px !important; }
    .block--blog-news-strip .col-md-5, .block--blog-news-strip .sub-menu-wrap__image {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    .block--blog-news-strip .col-md-7, .block--blog-news-strip .sub-menu-wrap__content {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; }
    .block--blog-news-strip .button, .block--blog-news-strip .post-password-form [type="submit"], .post-password-form .block--blog-news-strip [type="submit"], .block--blog-news-strip #wpmem_login .buttons, #wpmem_login .block--blog-news-strip .buttons {
      margin-right: 0; } }

.block--events-strip .title--lg {
  max-width: 370px;
  margin-bottom: 44px; }
  @media (max-width: 767px) {
    .block--events-strip .title--lg {
      margin-bottom: 30px; } }

@media (max-width: 767px) {
  .block--events-strip .button.show-mob, .block--events-strip .post-password-form .show-mob[type="submit"], .post-password-form .block--events-strip .show-mob[type="submit"], .block--events-strip #wpmem_login .show-mob.buttons, #wpmem_login .block--events-strip .show-mob.buttons {
    margin-right: 0;
    margin-bottom: 30px;
    display: inline-block !important; } }

.block--events-strip .content-reader__item__info {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }
  .block--events-strip .content-reader__item__info .button, .block--events-strip .content-reader__item__info .post-password-form [type="submit"], .post-password-form .block--events-strip .content-reader__item__info [type="submit"], .block--events-strip .content-reader__item__info #wpmem_login .buttons, #wpmem_login .block--events-strip .content-reader__item__info .buttons {
    margin-bottom: 0;
    margin-top: 5px; }

.block--events-strip .location {
  position: relative;
  padding-left: 20px;
  min-height: 20px; }
  .block--events-strip .location:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: url(../img/icons/location-white.svg); }

.block--videos-slider .video-slider {
  border-bottom: 1px solid #EB0000;
  padding-bottom: 90px;
  margin-bottom: 90px; }
  .block--videos-slider .video-slider .slick-list {
    padding-right: 34%;
    margin-right: -20%; }
  .block--videos-slider .video-slider .slick-slide {
    margin-right: 20px; }
    .block--videos-slider .video-slider .slick-slide iframe {
      width: 100%; }
  @media (max-width: 767px) {
    .block--videos-slider .video-slider {
      margin-bottom: 50px;
      padding-bottom: 50px;
      overflow: hidden; } }

.block--videos-slider .slide-controls > div {
  display: inline-block;
  cursor: pointer; }
  .block--videos-slider .slide-controls > div:first-of-type {
    margin-right: 20px; }
  .block--videos-slider .slide-controls > div svg path {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .block--videos-slider .slide-controls > div:hover svg path {
    fill: #fff; }

.block--bishops-welcome {
  width: 100vw;
  overflow: hidden; }
  .block--bishops-welcome .block-divider {
    padding-bottom: 90px;
    border-bottom: 1px solid #EB0000; }
    @media (max-width: 767px) {
      .block--bishops-welcome .block-divider {
        padding-bottom: 50px; } }
  .block--bishops-welcome .title--2xl {
    position: relative;
    white-space: nowrap;
    margin-bottom: 72px;
    font-family: "Averta-Semibold";
    -webkit-transform: translateX(40%);
    -ms-transform: translateX(40%);
    transform: translateX(40%); }
    @media (max-width: 767px) {
      .block--bishops-welcome .title--2xl {
        white-space: normal;
        right: 0 !important;
        position: relative;
        text-align: center;
        margin-bottom: 30px;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0); } }
  .block--bishops-welcome .bishops-welcome__img {
    float: right;
    width: 218px;
    height: 218px;
    border-radius: 50%;
    overflow: hidden; }
    .block--bishops-welcome .bishops-welcome__img img {
      height: 100%; }
    @media (max-width: 767px) {
      .block--bishops-welcome .bishops-welcome__img {
        float: none;
        margin: auto; } }
  .block--bishops-welcome blockquote, .block--bishops-welcome cite, .block--bishops-welcome a.button, .block--bishops-welcome .post-password-form a[type="submit"], .post-password-form .block--bishops-welcome a[type="submit"], .block--bishops-welcome #wpmem_login a.buttons, #wpmem_login .block--bishops-welcome a.buttons {
    text-align: center;
    margin: auto; }
    @media (min-width: 767px) {
      .block--bishops-welcome blockquote, .block--bishops-welcome cite, .block--bishops-welcome a.button, .block--bishops-welcome .post-password-form a[type="submit"], .post-password-form .block--bishops-welcome a[type="submit"], .block--bishops-welcome #wpmem_login a.buttons, #wpmem_login .block--bishops-welcome a.buttons {
        margin-left: 75px;
        text-align: left; } }
  .block--bishops-welcome blockquote {
    padding: 0;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 35px;
    font-family: degular, sans-serif;
    border-left: 0;
    margin-top: 0;
    margin-bottom: 20px; }
    .block--bishops-welcome blockquote:before {
      position: absolute;
      left: -73px;
      top: 12px;
      content: url(../img/icons/quote-icon.svg); }
      @media (max-width: 767px) {
        .block--bishops-welcome blockquote:before {
          left: 50%;
          top: -16px;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
    @media (max-width: 767px) {
      .block--bishops-welcome blockquote {
        padding-top: 50px;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 26px;
        text-align: center; } }
    @media (max-width: 500px) {
      .block--bishops-welcome blockquote {
        max-width: 313px;
        margin: auto; } }
  .block--bishops-welcome cite {
    font-family: degular, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    font-style: normal;
    display: block;
    margin-bottom: 20px; }
    @media (max-width: 500px) {
      .block--bishops-welcome cite {
        max-width: 217px;
        margin: 19px auto;
        display: block; } }
  .block--bishops-welcome .button, .block--bishops-welcome .post-password-form [type="submit"], .post-password-form .block--bishops-welcome [type="submit"], .block--bishops-welcome #wpmem_login .buttons, #wpmem_login .block--bishops-welcome .buttons {
    margin-top: 52px; }
    @media (max-width: 500px) {
      .block--bishops-welcome .button, .block--bishops-welcome .post-password-form [type="submit"], .post-password-form .block--bishops-welcome [type="submit"], .block--bishops-welcome #wpmem_login .buttons, #wpmem_login .block--bishops-welcome .buttons {
        margin: auto; } }

.block--large-teaser .block-divider {
  padding-bottom: 90px;
  border-bottom: 1px solid #EB0000; }

.block--large-teaser p:not(.post-category) {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 28px; }
  @media (min-width: 1250px) {
    .block--large-teaser p:not(.post-category) {
      max-width: 348px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 787px) {
    .block--large-teaser p:not(.post-category) {
      font-size: 18px;
      letter-spacing: 0;
      line-height: 26px; } }

.block--large-teaser .post-category {
  font-size: 16px; }

.block--large-teaser .title {
  position: relative; }
  @media (min-width: 1250px) {
    .block--large-teaser .title {
      max-width: 348px;
      margin: auto; }
      .block--large-teaser .title:before {
        content: "";
        position: absolute;
        width: 70px;
        height: 1px;
        background: #000;
        bottom: 27.5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
  @media (max-width: 500px) {
    .block--large-teaser .title {
      max-width: 284px;
      margin: auto; } }

.block--large-teaser .button, .block--large-teaser .post-password-form [type="submit"], .post-password-form .block--large-teaser [type="submit"], .block--large-teaser #wpmem_login .buttons, #wpmem_login .block--large-teaser .buttons {
  z-index: -1; }

.block--large-teaser p, .block--large-teaser .title {
  padding-bottom: 55px; }

.block--large-teaser .large-teaser__image {
  position: relative; }
  @media (min-width: 1250px) {
    .block--large-teaser .large-teaser__image {
      width: calc(100% - 25px); }
      .block--large-teaser .large-teaser__image:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #C7C1B8;
        right: -24px; } }

@media (max-width: 768px) {
  .block--large-teaser {
    margin-top: 0px !important; }
    .block--large-teaser p {
      padding-bottom: 0px; }
    .block--large-teaser .title {
      padding-bottom: 30px; } }

.block--contacts {
  margin-bottom: 80px;
  margin-top: 40px; }
  .block--contacts__inner {
    padding: 40px 70px;
    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; }
    .block--contacts__inner .title {
      max-width: 300px; }
      .block--contacts__inner .title--md {
        font-size: 32px;
        font-weight: 500;
        letter-spacing: -1px;
        line-height: 34px; }
      .block--contacts__inner .title--xs {
        font-family: degular, sans-serif;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 26px; }
  .block--contacts a {
    color: #000;
    font-weight: 500;
    padding-left: 25px;
    position: relative; }
    .block--contacts a:before {
      position: absolute;
      left: 0;
      top: 0;
      content: url(../img/icons/contact-email-icon.svg); }
  @media (max-width: 767px) {
    .block--contacts {
      text-align: center;
      margin: 0 0 50px 0; }
      .block--contacts__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px; }
        .block--contacts__inner .title--md {
          font-size: 27px;
          font-weight: 500;
          letter-spacing: -1px;
          line-height: 31px;
          margin-bottom: 20px; }
        .block--contacts__inner > div + div {
          margin-top: 20px; } }

.block--map-slider {
  margin-bottom: 80px; }
  .block--map-slider .accordion-container {
    padding: 39px 65px; }
    @media (max-width: 700px) {
      .block--map-slider .accordion-container {
        padding: 30px 30px; } }
  .block--map-slider .accordion {
    margin-bottom: 0; }
    .block--map-slider .accordion__content {
      padding-bottom: 44px; }
    .block--map-slider .accordion__trigger-icon {
      right: 0; }
    .block--map-slider .accordion__plus {
      top: -5px;
      right: 0; }
    .block--map-slider .accordion__trigger {
      padding: 16px 0; }
  .block--map-slider a.directions-link {
    font-weight: 500;
    padding-left: 20px;
    color: #000; }
    .block--map-slider a.directions-link:before {
      content: url(../img/icons/external-link@1x.svg);
      position: absolute;
      left: 0; }
  .block--map-slider .button--slim {
    padding: 16px 35px;
    margin-bottom: 0; }
  @media (min-width: 767px) {
    .block--map-slider .row > div:first-of-type {
      padding-right: 0; }
    .block--map-slider .row > div:last-of-type {
      padding-left: 0; } }
  .block--map-slider #map-canvas {
    height: 100%;
    min-height: 400px; }
  .block--map-slider p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 22px; }
  .block--map-slider .title {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    font-family: degular, sans-serif; }

a.email {
  color: #000;
  font-weight: 500;
  padding-left: 25px;
  position: relative; }
  a.email:before {
    position: absolute;
    left: 0;
    top: 0;
    content: url(../img/icons/contact-email-icon.svg); }

a.external {
  display: block;
  color: #000;
  font-weight: 500;
  padding-left: 25px;
  position: relative; }
  a.external:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: url(../img/icons/external-link@1x.svg); }

.key-contacts + .teasers {
  margin-top: 80px; }

.block--videos-slider + .key-contacts hr {
  display: none; }

.block--videos-slider + .key-contacts .mt-30 {
  margin-top: 0 !important; }

.vacancies-grid, .churches-grid {
  margin-top: 80px;
  background-color: #F4F3F1;
  padding-top: 80px; }
  .vacancies-grid .title--md, .churches-grid .title--md {
    margin-bottom: 56px; }
  .vacancies-grid .vacancy-item, .churches-grid .vacancy-item {
    margin-bottom: 30px;
    padding: 48px 32px 48px 48px;
    background: #fff; }
    .vacancies-grid .vacancy-item__image, .churches-grid .vacancy-item__image {
      width: 121px;
      height: 121px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      border: 1px solid #C7C1B8;
      max-width: 121px;
      float: right;
      margin-left: 27px; }
      @media (max-width: 767px) {
        .vacancies-grid .vacancy-item__image, .churches-grid .vacancy-item__image {
          display: none; } }
    .vacancies-grid .vacancy-item__closing, .churches-grid .vacancy-item__closing {
      font-weight: 500;
      position: relative;
      padding-left: 25px; }
      .vacancies-grid .vacancy-item__closing:before, .churches-grid .vacancy-item__closing:before {
        position: absolute;
        left: 0px;
        top: 2px;
        content: url(../img/icons/date-icon-red.svg); }
    .vacancies-grid .vacancy-item p, .churches-grid .vacancy-item p {
      font-size: 16px;
      letter-spacing: 0;
      line-height: 20px; }
    .vacancies-grid .vacancy-item .title, .churches-grid .vacancy-item .title {
      font-weight: 600; }

.churches-grid {
  padding-bottom: 80px; }
  .churches-grid .vacancy-item {
    padding: 48px; }
    .churches-grid .vacancy-item .title {
      min-height: 52px;
      font-family: degular, sans-serif; }
    .churches-grid .vacancy-item .button, .churches-grid .vacancy-item .post-password-form [type="submit"], .post-password-form .churches-grid .vacancy-item [type="submit"], .churches-grid .vacancy-item #wpmem_login .buttons, #wpmem_login .churches-grid .vacancy-item .buttons {
      margin-bottom: 0; }
    @media (max-width: 767px) {
      .churches-grid .vacancy-item {
        text-align: center; }
        .churches-grid .vacancy-item .button, .churches-grid .vacancy-item .post-password-form [type="submit"], .post-password-form .churches-grid .vacancy-item [type="submit"], .churches-grid .vacancy-item #wpmem_login .buttons, #wpmem_login .churches-grid .vacancy-item .buttons {
          margin-right: 0; } }
  .churches-grid + .churches-grid {
    margin-top: 0;
    padding-top: 0; }

.key-contacts .col-12:first-of-type hr {
  margin-bottom: 80px;
  border-top: 1px solid #EB0000; }
  @media (max-width: 767px) {
    .key-contacts .col-12:first-of-type hr {
      margin-bottom: 50px; } }

.key-contacts .key-contact-divider {
  margin-bottom: 17px; }
  @media (max-width: 767px) {
    .key-contacts .key-contact-divider {
      display: none; } }

.key-contacts .person-card__image {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: center;
  border-radius: 50%;
  margin-right: 13px; }
  @media (max-width: 767px) {
    .key-contacts .person-card__image {
      margin-right: 0;
      margin-bottom: 15px; } }

@media (max-width: 767px) {
  .key-contacts .title--lg {
    text-align: center;
    margin-bottom: 30px; } }

.key-contacts .title--sm {
  letter-spacing: -0px;
  font-weight: 600; }

.key-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px; }
  .key-contacts__item hr {
    border-top: 1px solid #C7C1B8; }
  .key-contacts__item p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px; }
  @media (max-width: 767px) {
    .key-contacts__item {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 25px;
      padding-bottom: 25px;
      border-bottom: 1px solid #C7C1B8; } }

@media (max-width: 767px) {
  .key-contacts .col-md-4:last-of-type .key-contacts__item:last-of-type, .key-contacts .col-lg-4:last-of-type .key-contacts__item:last-of-type {
    border-bottom: 0; } }

.key-contacts--church {
  padding-top: 60px;
  background: #F4F3F1; }
  @media (max-width: 767px) {
    .key-contacts--church {
      padding: 30px 0; } }

.key-contacts--deanery .key-contact-divider {
  border-top: 1px solid #C7C1B8; }

.key-contacts h4 {
  font-family: degular, sans-serif; }

.key-contacts + .block--accordion {
  margin-top: 80px; }

.find-a-church {
  margin-bottom: 100px; }
  .find-a-church .col-md-12 {
    -webkit-column-count: 3;
    column-count: 3; }
    @media (max-width: 767px) {
      .find-a-church .col-md-12 {
        -webkit-column-count: 1;
        column-count: 1; } }
  .find-a-church .letter {
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.8px;
    line-height: 30px;
    color: #EB0000;
    position: relative;
    margin-bottom: 39px; }
    .find-a-church .letter:before {
      content: "";
      position: absolute;
      left: calc(100% + 20px);
      top: 17px;
      width: 320px;
      background-color: #C7C1B8;
      height: 1px; }
      @media (max-width: 991px) and (min-width: 767px) {
        .find-a-church .letter:before {
          width: 170px; } }
    .find-a-church .letter:only-child {
      display: none; }
  .find-a-church .group_letter a.inline-popup:last-of-type {
    margin-bottom: 55px; }
  .find-a-church .group_letter:nth-of-type(5) {
    display: inline-block; }
  .find-a-church .group_letter a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .find-a-church .group_letter a:hover {
    color: #EB0000 !important; }
  .find-a-church .inline-popup {
    display: block; }
    .find-a-church .inline-popup:before {
      display: none; }

.page-template-tpl-find-a-church .modal-item .title--md {
  margin: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.page-template-tpl-find-a-church .modal-item h3 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.page-template-tpl-find-a-church .modal-item a:hover h3 {
  color: #EB0000 !important; }

.page-template-tpl-find-a-church .modal-item .cols-2 {
  margin-top: 40px;
  -webkit-column-count: 2;
  column-count: 2; }
  .page-template-tpl-find-a-church .modal-item .cols-2 .title {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 26px;
    color: #000; }
  .page-template-tpl-find-a-church .modal-item .cols-2 a {
    color: #000; }

.page-template-tpl-find-a-church .modal-item__inner a:not(.button) {
  color: #000; }

.church-information {
  padding: 90px 0; }
  @media (max-width: 600px) {
    .church-information {
      padding-top: 50px;
      padding-bottom: 50px;
      padding-left: 15px;
      padding-right: 15px; } }
  .church-information__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 58px;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .church-information__cols > div {
      width: calc(100% / 3);
      padding-right: 30px; }
      @media (max-width: 600px) {
        .church-information__cols > div {
          width: calc(100% / 2); } }
      @media (max-width: 500px) {
        .church-information__cols > div {
          width: calc(100% / 1); } }
    .church-information__cols p {
      margin-bottom: 30px; }
  .church-information h3.small {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 14px;
    color: #EB0000;
    font-family: degular, sans-serif; }
  .church-information p {
    font-size: 22px;
    letter-spacing: 0;
    line-height: 34px; }
  .church-information h2 {
    margin-bottom: 20px; }

.church-introduction {
  padding: 0px 0 90px; }

.filter-dropdown {
  position: relative; }
  .filter-dropdown input {
    padding: 16px 66px 16px 45px;
    border: 1px solid #C7C1B8;
    border-radius: 27px;
    background: #fff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px; }
  .filter-dropdown:before {
    content: url(../img/icons/menu-search.svg);
    position: absolute;
    top: 18px;
    left: 22px; }

.video-modal {
  cursor: pointer;
  position: relative;
  max-width: 850px;
  margin: 30px 0; }
  .video-modal:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%; }
  .video-modal > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .video-modal__content,
  .video-modal > div {
    top: inherit;
    bottom: 40px;
    left: 40px;
    right: inherit;
    z-index: 1; }
    @media (max-width: 600px) {
      .video-modal__content,
      .video-modal > div {
        bottom: 20px;
        left: 20px; } }
  .video-modal:after {
    content: "";
    position: absolute;
    top: inherit;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000), to(transparent));
    background: -webkit-linear-gradient(bottom, #000 0, transparent 100%);
    background: -o-linear-gradient(bottom, #000 0, transparent 100%);
    background: linear-gradient(0deg, #000 0, transparent 100%);
    height: 50%; }
    @media (max-width: 600px) {
      .video-modal:after {
        height: 70%; } }
  .video-modal__title {
    position: relative;
    padding-left: 50px;
    position: relative;
    padding-left: 50px;
    font-size: 20px;
    line-height: 24px;
    color: white;
    font-weight: 600; }
    .video-modal__title:before {
      content: "";
      position: absolute;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      border-width: 15px 0 15px 26.0px;
      border-color: transparent transparent transparent #fff; }

.accordion {
  margin-bottom: 50px; }
  .accordion__title {
    padding-right: 50px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-weight: 600; }
  .accordion__item {
    border-bottom: 1px solid #C7C1B8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .accordion__item.open-parent {
      border-bottom: 1px solid #EB0000; }
      .accordion__item.open-parent .accordion__title {
        color: #EB0000; }
    .accordion__item__biography .title {
      font-size: 21px; }
  .accordion__trigger {
    position: relative;
    padding: 27px 0px;
    cursor: pointer; }
  .accordion__content--wrapper {
    display: none; }
  .accordion__trigger-icon {
    position: absolute;
    top: 28px;
    right: 30px;
    width: 14px;
    height: 14px; }
  .accordion__plus {
    position: absolute;
    top: 5px;
    right: -26px;
    width: 1.2rem;
    height: 1.2rem;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 0.66667rem;
    /* Vertical line */
    /* horizontal line */ }
    .accordion__plus:before, .accordion__plus:after {
      content: "";
      display: block;
      position: absolute;
      -webkit-transition: border-color 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: border-color 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      -o-transition: border-color 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: border-color 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: border-color 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
      background-color: #EB0000; }
    .accordion__plus:before {
      border-top: 2px solid #EB0000;
      top: 50%;
      left: 0;
      right: 0;
      margin-top: -1px; }
    .accordion__plus:after {
      border-left: 2px solid #EB0000;
      top: 0;
      bottom: 0;
      left: 50%;
      margin-left: -1px; }
  .accordion .open .accordion__trigger-icon svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .accordion .open .accordion__item {
    border-bottom: 1px solid #EB0000; }
  .accordion .open .accordion__plus {
    -webkit-transform: translateX(-1rem);
    -ms-transform: translateX(-1rem);
    transform: translateX(-1rem); }
    .accordion .open .accordion__plus:after {
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      transform: scaleY(0); }
  .accordion .image-biography {
    width: 30px;
    height: 30px;
    vertical-align: unset;
    display: inline-block;
    background: grey;
    border-radius: 50%;
    margin-bottom: -8px;
    margin-right: 6px;
    background-size: cover;
    background-position: center; }
  .accordion__content h2, .accordion__content h3 {
    color: #EB0000;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px; }
  .accordion__content * + h2, .accordion__content * + h3, .accordion__content * + h4 {
    margin-top: 30px; }
  .accordion__content .image-biography {
    width: 200px;
    height: 230px;
    border-radius: 0;
    float: right;
    margin: 0 0px 10px 30px; }

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

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

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