@charset "UTF-8";
/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––
BASE - VARIABLES
–––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/*!
 * Bootstrap v4.3.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: #ffffff;
  --grey: #616161;
  --grey-dark: #3C3C3C;
  --primary: #7B1632;
  --secondary: #EBA900;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #fafafa;
  --dark: #3C3C3C;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Barlow", "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -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: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3C3C3C;
  text-align: left;
  background-color: #ffffff; }

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

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .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: #7B1632;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #3a0a18;
    text-decoration: underline; }

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

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

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

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: #616161;
  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"] {
  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, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #3C3C3C; }

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

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

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

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

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

h6, .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: #616161; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #1a1a1a; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #1a1a1a; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.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%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #3C3C3C; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #C9CED0; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #C9CED0; }
  .table tbody + tbody {
    border-top: 2px solid #C9CED0; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #C9CED0; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #C9CED0; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #3C3C3C;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #dabec6; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #ba8694; }

.table-hover .table-primary:hover {
  background-color: #d1aeb8; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #d1aeb8; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f9e7b8; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #f5d27a; }

.table-hover .table-secondary:hover {
  background-color: #f7dfa0; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #f7dfa0; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fefefe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fcfcfc; }

.table-hover .table-light:hover {
  background-color: #f1f1f1; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #f1f1f1; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c8c8c8; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #9a9a9a; }

.table-hover .table-dark:hover {
  background-color: #bbbbbb; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #bbbbbb; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #ffffff;
  background-color: #3C3C3C;
  border-color: #4f4f4f; }

.table .thead-light th {
  color: #494949;
  background-color: #f4f4f4;
  border-color: #C9CED0; }

.table-dark {
  color: #ffffff;
  background-color: #3C3C3C; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #4f4f4f; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control, .EPiServerForms .FormTextbox__Input, .EPiServerForms .Form__CustomInput {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #494949;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control, .EPiServerForms .FormTextbox__Input, .EPiServerForms .Form__CustomInput {
      transition: none; } }
  .form-control::-ms-expand, .EPiServerForms .FormTextbox__Input::-ms-expand, .EPiServerForms .Form__CustomInput::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .EPiServerForms .FormTextbox__Input:focus, .EPiServerForms .Form__CustomInput:focus {
    color: #494949;
    background-color: #ffffff;
    border-color: #db3663;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(123, 22, 50, 0.25); }
  .form-control::-moz-placeholder, .EPiServerForms .FormTextbox__Input::-moz-placeholder, .EPiServerForms .Form__CustomInput::-moz-placeholder {
    color: #616161;
    opacity: 1; }
  .form-control::placeholder, .EPiServerForms .FormTextbox__Input::placeholder, .EPiServerForms .Form__CustomInput::placeholder {
    color: #616161;
    opacity: 1; }
  .form-control:disabled, .EPiServerForms .FormTextbox__Input:disabled, .EPiServerForms .Form__CustomInput:disabled, .form-control[readonly], .EPiServerForms .FormTextbox__Input[readonly], .EPiServerForms .Form__CustomInput[readonly] {
    background-color: #f4f4f4;
    opacity: 1; }

select.form-control:focus::-ms-value, .EPiServerForms select.FormTextbox__Input:focus::-ms-value, .EPiServerForms select.Form__CustomInput:focus::-ms-value {
  color: #494949;
  background-color: #ffffff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #3C3C3C;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5; }

select.form-control[size], .EPiServerForms select.FormTextbox__Input[size], .EPiServerForms select.Form__CustomInput[size], select.form-control[multiple], .EPiServerForms select.FormTextbox__Input[multiple], .EPiServerForms select.Form__CustomInput[multiple] {
  height: auto; }

textarea.form-control, .EPiServerForms textarea.FormTextbox__Input, .EPiServerForms textarea.Form__CustomInput {
  height: auto; }

.form-group, .EPiServerForms .Form__Element {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label, .EPiServerForms .FormChoice .form-check-input:disabled ~ label {
    color: #616161; }

.form-check-label, .EPiServerForms .FormChoice label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9); }

.was-validated .form-control:valid, .was-validated .EPiServerForms .FormTextbox__Input:valid, .EPiServerForms .was-validated .FormTextbox__Input:valid, .was-validated .EPiServerForms .Form__CustomInput:valid, .EPiServerForms .was-validated .Form__CustomInput:valid, .form-control.is-valid, .EPiServerForms .is-valid.FormTextbox__Input, .EPiServerForms .is-valid.Form__CustomInput {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .was-validated .EPiServerForms .FormTextbox__Input:valid:focus, .EPiServerForms .was-validated .FormTextbox__Input:valid:focus, .was-validated .EPiServerForms .Form__CustomInput:valid:focus, .EPiServerForms .was-validated .Form__CustomInput:valid:focus, .form-control.is-valid:focus, .EPiServerForms .is-valid.FormTextbox__Input:focus, .EPiServerForms .is-valid.Form__CustomInput:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback, .was-validated .EPiServerForms .FormTextbox__Input:valid ~ .valid-feedback, .EPiServerForms .was-validated .FormTextbox__Input:valid ~ .valid-feedback, .was-validated .EPiServerForms .Form__CustomInput:valid ~ .valid-feedback, .EPiServerForms .was-validated .Form__CustomInput:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .was-validated .EPiServerForms .FormTextbox__Input:valid ~ .valid-tooltip,
  .EPiServerForms .was-validated .FormTextbox__Input:valid ~ .valid-tooltip,
  .was-validated .EPiServerForms .Form__CustomInput:valid ~ .valid-tooltip,
  .EPiServerForms .was-validated .Form__CustomInput:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .EPiServerForms .is-valid.FormTextbox__Input ~ .valid-feedback, .EPiServerForms .is-valid.Form__CustomInput ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .EPiServerForms .is-valid.FormTextbox__Input ~ .valid-tooltip,
  .EPiServerForms .is-valid.Form__CustomInput ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, .was-validated .EPiServerForms textarea.FormTextbox__Input:valid, .EPiServerForms .was-validated textarea.FormTextbox__Input:valid, .was-validated .EPiServerForms textarea.Form__CustomInput:valid, .EPiServerForms .was-validated textarea.Form__CustomInput:valid, textarea.form-control.is-valid, .EPiServerForms textarea.is-valid.FormTextbox__Input, .EPiServerForms textarea.is-valid.Form__CustomInput {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .was-validated .EPiServerForms .Form__Element select:valid, .EPiServerForms .Form__Element .was-validated select:valid, .custom-select.is-valid, .EPiServerForms .Form__Element select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233C3C3C' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .was-validated .EPiServerForms .Form__Element select:valid:focus, .EPiServerForms .Form__Element .was-validated select:valid:focus, .custom-select.is-valid:focus, .EPiServerForms .Form__Element select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .EPiServerForms .Form__Element select:valid ~ .valid-feedback, .EPiServerForms .Form__Element .was-validated select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .was-validated .EPiServerForms .Form__Element select:valid ~ .valid-tooltip,
  .EPiServerForms .Form__Element .was-validated select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .EPiServerForms .Form__Element select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip,
  .EPiServerForms .Form__Element select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .was-validated .EPiServerForms .FormChoice .form-check-input:valid ~ label, .EPiServerForms .FormChoice .was-validated .form-check-input:valid ~ label, .form-check-input.is-valid ~ .form-check-label, .EPiServerForms .FormChoice .form-check-input.is-valid ~ label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9); }

.was-validated .form-control:invalid, .was-validated .EPiServerForms .FormTextbox__Input:invalid, .EPiServerForms .was-validated .FormTextbox__Input:invalid, .was-validated .EPiServerForms .Form__CustomInput:invalid, .EPiServerForms .was-validated .Form__CustomInput:invalid, .form-control.is-invalid, .EPiServerForms .is-invalid.FormTextbox__Input, .EPiServerForms .is-invalid.Form__CustomInput {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .was-validated .EPiServerForms .FormTextbox__Input:invalid:focus, .EPiServerForms .was-validated .FormTextbox__Input:invalid:focus, .was-validated .EPiServerForms .Form__CustomInput:invalid:focus, .EPiServerForms .was-validated .Form__CustomInput:invalid:focus, .form-control.is-invalid:focus, .EPiServerForms .is-invalid.FormTextbox__Input:focus, .EPiServerForms .is-invalid.Form__CustomInput:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .EPiServerForms .FormTextbox__Input:invalid ~ .invalid-feedback, .EPiServerForms .was-validated .FormTextbox__Input:invalid ~ .invalid-feedback, .was-validated .EPiServerForms .Form__CustomInput:invalid ~ .invalid-feedback, .EPiServerForms .was-validated .Form__CustomInput:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated .EPiServerForms .FormTextbox__Input:invalid ~ .invalid-tooltip,
  .EPiServerForms .was-validated .FormTextbox__Input:invalid ~ .invalid-tooltip,
  .was-validated .EPiServerForms .Form__CustomInput:invalid ~ .invalid-tooltip,
  .EPiServerForms .was-validated .Form__CustomInput:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .EPiServerForms .is-invalid.FormTextbox__Input ~ .invalid-feedback, .EPiServerForms .is-invalid.Form__CustomInput ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .EPiServerForms .is-invalid.FormTextbox__Input ~ .invalid-tooltip,
  .EPiServerForms .is-invalid.Form__CustomInput ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, .was-validated .EPiServerForms textarea.FormTextbox__Input:invalid, .EPiServerForms .was-validated textarea.FormTextbox__Input:invalid, .was-validated .EPiServerForms textarea.Form__CustomInput:invalid, .EPiServerForms .was-validated textarea.Form__CustomInput:invalid, textarea.form-control.is-invalid, .EPiServerForms textarea.is-invalid.FormTextbox__Input, .EPiServerForms textarea.is-invalid.Form__CustomInput {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .was-validated .EPiServerForms .Form__Element select:invalid, .EPiServerForms .Form__Element .was-validated select:invalid, .custom-select.is-invalid, .EPiServerForms .Form__Element select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233C3C3C' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #ffffff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .was-validated .EPiServerForms .Form__Element select:invalid:focus, .EPiServerForms .Form__Element .was-validated select:invalid:focus, .custom-select.is-invalid:focus, .EPiServerForms .Form__Element select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .EPiServerForms .Form__Element select:invalid ~ .invalid-feedback, .EPiServerForms .Form__Element .was-validated select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .was-validated .EPiServerForms .Form__Element select:invalid ~ .invalid-tooltip,
  .EPiServerForms .Form__Element .was-validated select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .EPiServerForms .Form__Element select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip,
  .EPiServerForms .Form__Element select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .was-validated .EPiServerForms .FormChoice .form-check-input:invalid ~ label, .EPiServerForms .FormChoice .was-validated .form-check-input:invalid ~ label, .form-check-input.is-invalid ~ .form-check-label, .EPiServerForms .FormChoice .form-check-input.is-invalid ~ label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group, .form-inline .EPiServerForms .Form__Element, .EPiServerForms .form-inline .Form__Element {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline .EPiServerForms .FormTextbox__Input, .EPiServerForms .form-inline .FormTextbox__Input, .form-inline .EPiServerForms .Form__CustomInput, .EPiServerForms .form-inline .Form__CustomInput {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select,
    .form-inline .EPiServerForms .Form__Element select,
    .EPiServerForms .Form__Element .form-inline select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, .EPiServerForms .FormSubmitButton, .EPiServerForms .FormResetButton, .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action {
  display: inline-block;
  font-weight: 400;
  color: #3C3C3C;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .EPiServerForms .FormSubmitButton, .EPiServerForms .FormResetButton, .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action {
      transition: none; } }
  .btn:hover, .EPiServerForms .FormSubmitButton:hover, .EPiServerForms .FormResetButton:hover, .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:hover {
    color: #3C3C3C;
    text-decoration: none; }
  .btn:focus, .EPiServerForms .FormSubmitButton:focus, .EPiServerForms .FormResetButton:focus, .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:focus, .btn.focus, .EPiServerForms .focus.FormSubmitButton, .EPiServerForms .focus.FormResetButton, .EPiServerForms .Form__NavigationBar .focus.Form__NavigationBar__Action {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(123, 22, 50, 0.25); }
  .btn.disabled, .EPiServerForms .disabled.FormSubmitButton, .EPiServerForms .disabled.FormResetButton, .EPiServerForms .Form__NavigationBar .disabled.Form__NavigationBar__Action, .btn:disabled, .EPiServerForms .FormSubmitButton:disabled, .EPiServerForms .FormResetButton:disabled, .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:disabled {
    opacity: 0.65; }

a.btn.disabled, .EPiServerForms a.disabled.FormSubmitButton, .EPiServerForms a.disabled.FormResetButton, .EPiServerForms .Form__NavigationBar a.disabled.Form__NavigationBar__Action,
fieldset:disabled a.btn,
fieldset:disabled .EPiServerForms a.FormSubmitButton,
.EPiServerForms fieldset:disabled a.FormSubmitButton,
fieldset:disabled .EPiServerForms a.FormResetButton,
.EPiServerForms fieldset:disabled a.FormResetButton,
fieldset:disabled .EPiServerForms .Form__NavigationBar a.Form__NavigationBar__Action,
.EPiServerForms .Form__NavigationBar fieldset:disabled a.Form__NavigationBar__Action {
  pointer-events: none; }

.btn-primary {
  color: #ffffff;
  background-color: #7B1632;
  border-color: #7B1632; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #5b1025;
    border-color: #500e20; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(143, 57, 81, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #7B1632;
    border-color: #7B1632; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #500e20;
    border-color: #450c1c; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(143, 57, 81, 0.5); }

.btn-secondary {
  color: #1a1a1a;
  background-color: #EBA900;
  border-color: #EBA900; }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #c58d00;
    border-color: #b88400; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(204, 148, 4, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #1a1a1a;
    background-color: #EBA900;
    border-color: #EBA900; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #b88400;
    border-color: #ab7b00; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(204, 148, 4, 0.5); }

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #1a1a1a;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #1a1a1a;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #1a1a1a;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #1a1a1a;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(221, 168, 10, 0.5); }

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #1a1a1a;
  background-color: #fafafa;
  border-color: #fafafa; }
  .btn-light:hover {
    color: #1a1a1a;
    background-color: #e7e7e7;
    border-color: #e1e1e1; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 216, 216, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #1a1a1a;
    background-color: #fafafa;
    border-color: #fafafa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #1a1a1a;
    background-color: #e1e1e1;
    border-color: #dadada; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 216, 216, 0.5); }

.btn-dark {
  color: #ffffff;
  background-color: #3C3C3C;
  border-color: #3C3C3C; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #292929;
    border-color: #232323; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(89, 89, 89, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #3C3C3C;
    border-color: #3C3C3C; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #232323;
    border-color: #1c1c1c; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(89, 89, 89, 0.5); }

.btn-outline-primary, .EPiServerForms .FormSubmitButton, .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action {
  color: #7B1632;
  border-color: #7B1632; }
  .btn-outline-primary:hover, .EPiServerForms .FormSubmitButton:hover, .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:hover {
    color: #ffffff;
    background-color: #7B1632;
    border-color: #7B1632; }
  .btn-outline-primary:focus, .EPiServerForms .FormSubmitButton:focus, .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:focus, .btn-outline-primary.focus, .EPiServerForms .focus.FormSubmitButton, .EPiServerForms .Form__NavigationBar .focus.Form__NavigationBar__Action {
    box-shadow: 0 0 0 0.2rem rgba(123, 22, 50, 0.5); }
  .btn-outline-primary.disabled, .EPiServerForms .disabled.FormSubmitButton, .EPiServerForms .Form__NavigationBar .disabled.Form__NavigationBar__Action, .btn-outline-primary:disabled, .EPiServerForms .FormSubmitButton:disabled, .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:disabled {
    color: #7B1632;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .EPiServerForms .FormSubmitButton:not(:disabled):not(.disabled):active, .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .EPiServerForms .FormSubmitButton:not(:disabled):not(.disabled).active, .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle,
  .EPiServerForms .show > .dropdown-toggle.FormSubmitButton,
  .EPiServerForms .Form__NavigationBar .show > .dropdown-toggle.Form__NavigationBar__Action {
    color: #ffffff;
    background-color: #7B1632;
    border-color: #7B1632; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .EPiServerForms .FormSubmitButton:not(:disabled):not(.disabled):active:focus, .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .EPiServerForms .FormSubmitButton:not(:disabled):not(.disabled).active:focus, .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus,
    .EPiServerForms .show > .dropdown-toggle.FormSubmitButton:focus,
    .EPiServerForms .Form__NavigationBar .show > .dropdown-toggle.Form__NavigationBar__Action:focus {
      box-shadow: 0 0 0 0.2rem rgba(123, 22, 50, 0.5); }

.btn-outline-secondary {
  color: #EBA900;
  border-color: #EBA900; }
  .btn-outline-secondary:hover {
    color: #1a1a1a;
    background-color: #EBA900;
    border-color: #EBA900; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(235, 169, 0, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #EBA900;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #1a1a1a;
    background-color: #EBA900;
    border-color: #EBA900; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(235, 169, 0, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #1a1a1a;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #1a1a1a;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #fafafa;
  border-color: #fafafa; }
  .btn-outline-light:hover {
    color: #1a1a1a;
    background-color: #fafafa;
    border-color: #fafafa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #fafafa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #1a1a1a;
    background-color: #fafafa;
    border-color: #fafafa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5); }

.btn-outline-dark {
  color: #3C3C3C;
  border-color: #3C3C3C; }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #3C3C3C;
    border-color: #3C3C3C; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #3C3C3C;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #3C3C3C;
    border-color: #3C3C3C; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5); }

.btn-link, .EPiServerForms .FormResetButton {
  font-weight: 400;
  color: #7B1632;
  text-decoration: none; }
  .btn-link:hover, .EPiServerForms .FormResetButton:hover {
    color: #3a0a18;
    text-decoration: underline; }
  .btn-link:focus, .EPiServerForms .FormResetButton:focus, .btn-link.focus, .EPiServerForms .focus.FormResetButton {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .EPiServerForms .FormResetButton:disabled, .btn-link.disabled, .EPiServerForms .disabled.FormResetButton {
    color: #616161;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .EPiServerForms .btn-group-lg > .FormSubmitButton, .EPiServerForms .btn-group-lg > .FormResetButton, .EPiServerForms .Form__NavigationBar .btn-group-lg > .Form__NavigationBar__Action {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn, .EPiServerForms .btn-group-sm > .FormSubmitButton, .EPiServerForms .btn-group-sm > .FormResetButton, .EPiServerForms .Form__NavigationBar .btn-group-sm > .Form__NavigationBar__Action {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #3C3C3C;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #f4f4f4; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #1a1a1a;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #0d0d0d;
    text-decoration: none;
    background-color: #fafafa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #7B1632; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #616161;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #616161;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #1a1a1a; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .EPiServerForms .btn-group > .FormSubmitButton, .EPiServerForms .btn-group > .FormResetButton, .EPiServerForms .Form__NavigationBar .btn-group > .Form__NavigationBar__Action,
  .btn-group-vertical > .btn,
  .EPiServerForms .btn-group-vertical > .FormSubmitButton,
  .EPiServerForms .btn-group-vertical > .FormResetButton,
  .EPiServerForms .Form__NavigationBar .btn-group-vertical > .Form__NavigationBar__Action {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover, .EPiServerForms .btn-group > .FormSubmitButton:hover, .EPiServerForms .btn-group > .FormResetButton:hover, .EPiServerForms .Form__NavigationBar .btn-group > .Form__NavigationBar__Action:hover,
    .btn-group-vertical > .btn:hover,
    .EPiServerForms .btn-group-vertical > .FormSubmitButton:hover,
    .EPiServerForms .btn-group-vertical > .FormResetButton:hover,
    .EPiServerForms .Form__NavigationBar .btn-group-vertical > .Form__NavigationBar__Action:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .EPiServerForms .btn-group > .FormSubmitButton:focus, .EPiServerForms .btn-group > .FormResetButton:focus, .EPiServerForms .Form__NavigationBar .btn-group > .Form__NavigationBar__Action:focus, .btn-group > .btn:active, .EPiServerForms .btn-group > .FormSubmitButton:active, .EPiServerForms .btn-group > .FormResetButton:active, .EPiServerForms .Form__NavigationBar .btn-group > .Form__NavigationBar__Action:active, .btn-group > .btn.active, .EPiServerForms .btn-group > .active.FormSubmitButton, .EPiServerForms .btn-group > .active.FormResetButton, .EPiServerForms .Form__NavigationBar .btn-group > .active.Form__NavigationBar__Action,
    .btn-group-vertical > .btn:focus,
    .EPiServerForms .btn-group-vertical > .FormSubmitButton:focus,
    .EPiServerForms .btn-group-vertical > .FormResetButton:focus,
    .EPiServerForms .Form__NavigationBar .btn-group-vertical > .Form__NavigationBar__Action:focus,
    .btn-group-vertical > .btn:active,
    .EPiServerForms .btn-group-vertical > .FormSubmitButton:active,
    .EPiServerForms .btn-group-vertical > .FormResetButton:active,
    .EPiServerForms .Form__NavigationBar .btn-group-vertical > .Form__NavigationBar__Action:active,
    .btn-group-vertical > .btn.active,
    .EPiServerForms .btn-group-vertical > .active.FormSubmitButton,
    .EPiServerForms .btn-group-vertical > .active.FormResetButton,
    .EPiServerForms .Form__NavigationBar .btn-group-vertical > .active.Form__NavigationBar__Action {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child), .EPiServerForms .btn-group > .FormSubmitButton:not(:first-child), .EPiServerForms .btn-group > .FormResetButton:not(:first-child), .EPiServerForms .Form__NavigationBar .btn-group > .Form__NavigationBar__Action:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .EPiServerForms .btn-group-sm > .FormSubmitButton + .dropdown-toggle-split, .EPiServerForms .btn-group-sm > .FormResetButton + .dropdown-toggle-split, .EPiServerForms .Form__NavigationBar .btn-group-sm > .Form__NavigationBar__Action + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .EPiServerForms .btn-group-lg > .FormSubmitButton + .dropdown-toggle-split, .EPiServerForms .btn-group-lg > .FormResetButton + .dropdown-toggle-split, .EPiServerForms .Form__NavigationBar .btn-group-lg > .Form__NavigationBar__Action + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  
  .btn-group-vertical > .btn,
  .EPiServerForms .btn-group-vertical > .FormSubmitButton,
  .EPiServerForms .btn-group-vertical > .FormResetButton,
  .EPiServerForms .Form__NavigationBar .btn-group-vertical > .Form__NavigationBar__Action,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .EPiServerForms .btn-group-vertical > .FormSubmitButton:not(:first-child), .EPiServerForms .btn-group-vertical > .FormResetButton:not(:first-child), .EPiServerForms .Form__NavigationBar .btn-group-vertical > .Form__NavigationBar__Action:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }

.btn-group-toggle > .btn, .EPiServerForms .btn-group-toggle > .FormSubmitButton, .EPiServerForms .btn-group-toggle > .FormResetButton, .EPiServerForms .Form__NavigationBar .btn-group-toggle > .Form__NavigationBar__Action,
.btn-group-toggle > .btn-group > .btn,
.EPiServerForms .btn-group-toggle > .btn-group > .FormSubmitButton,
.EPiServerForms .btn-group-toggle > .btn-group > .FormResetButton,
.EPiServerForms .Form__NavigationBar .btn-group-toggle > .btn-group > .Form__NavigationBar__Action {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .EPiServerForms .btn-group-toggle > .FormSubmitButton input[type="radio"], .EPiServerForms .btn-group-toggle > .FormResetButton input[type="radio"], .EPiServerForms .Form__NavigationBar .btn-group-toggle > .Form__NavigationBar__Action input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .EPiServerForms .btn-group-toggle > .FormSubmitButton input[type="checkbox"],
  .EPiServerForms .btn-group-toggle > .FormResetButton input[type="checkbox"],
  .EPiServerForms .Form__NavigationBar .btn-group-toggle > .Form__NavigationBar__Action input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .EPiServerForms .btn-group-toggle > .btn-group > .FormSubmitButton input[type="radio"],
  .EPiServerForms .btn-group-toggle > .btn-group > .FormResetButton input[type="radio"],
  .EPiServerForms .Form__NavigationBar .btn-group-toggle > .btn-group > .Form__NavigationBar__Action input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .EPiServerForms .btn-group-toggle > .btn-group > .FormSubmitButton input[type="checkbox"],
  .EPiServerForms .btn-group-toggle > .btn-group > .FormResetButton input[type="checkbox"],
  .EPiServerForms .Form__NavigationBar .btn-group-toggle > .btn-group > .Form__NavigationBar__Action input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .EPiServerForms .input-group > .FormTextbox__Input, .EPiServerForms .input-group > .Form__CustomInput,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .EPiServerForms .Form__Element .input-group > select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, .EPiServerForms .input-group > .FormTextbox__Input + .form-control, .EPiServerForms .input-group > .Form__CustomInput + .form-control, .EPiServerForms .input-group > .form-control + .FormTextbox__Input, .EPiServerForms .input-group > .FormTextbox__Input + .FormTextbox__Input, .EPiServerForms .input-group > .Form__CustomInput + .FormTextbox__Input, .EPiServerForms .input-group > .form-control + .Form__CustomInput, .EPiServerForms .input-group > .FormTextbox__Input + .Form__CustomInput, .EPiServerForms .input-group > .Form__CustomInput + .Form__CustomInput,
    .input-group > .form-control + .custom-select,
    .EPiServerForms .input-group > .FormTextbox__Input + .custom-select,
    .EPiServerForms .input-group > .Form__CustomInput + .custom-select,
    .EPiServerForms .Form__Element .input-group > .form-control + select,
    .EPiServerForms .Form__Element .input-group > .FormTextbox__Input + select,
    .EPiServerForms .Form__Element .input-group > .Form__CustomInput + select,
    .input-group > .form-control + .custom-file,
    .EPiServerForms .input-group > .FormTextbox__Input + .custom-file,
    .EPiServerForms .input-group > .Form__CustomInput + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .EPiServerForms .input-group > .form-control-plaintext + .FormTextbox__Input,
    .EPiServerForms .input-group > .form-control-plaintext + .Form__CustomInput,
    .input-group > .form-control-plaintext + .custom-select,
    .EPiServerForms .Form__Element .input-group > .form-control-plaintext + select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .EPiServerForms .Form__Element .input-group > select + .form-control,
    .EPiServerForms .input-group > .custom-select + .FormTextbox__Input,
    .EPiServerForms .Form__Element .input-group > select + .FormTextbox__Input,
    .EPiServerForms .input-group > .custom-select + .Form__CustomInput,
    .EPiServerForms .Form__Element .input-group > select + .Form__CustomInput,
    .input-group > .custom-select + .custom-select,
    .EPiServerForms .Form__Element .input-group > select + .custom-select,
    .EPiServerForms .Form__Element .input-group > .custom-select + select,
    .EPiServerForms .Form__Element .input-group > select + select,
    .input-group > .custom-select + .custom-file,
    .EPiServerForms .Form__Element .input-group > select + .custom-file,
    .input-group > .custom-file + .form-control,
    .EPiServerForms .input-group > .custom-file + .FormTextbox__Input,
    .EPiServerForms .input-group > .custom-file + .Form__CustomInput,
    .input-group > .custom-file + .custom-select,
    .EPiServerForms .Form__Element .input-group > .custom-file + select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus, .EPiServerForms .input-group > .FormTextbox__Input:focus, .EPiServerForms .input-group > .Form__CustomInput:focus,
  .input-group > .custom-select:focus,
  .EPiServerForms .Form__Element .input-group > select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .EPiServerForms .FormSubmitButton, .EPiServerForms .input-group-prepend .FormSubmitButton, .input-group-prepend .EPiServerForms .FormResetButton, .EPiServerForms .input-group-prepend .FormResetButton, .input-group-prepend .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action, .EPiServerForms .Form__NavigationBar .input-group-prepend .Form__NavigationBar__Action,
  .input-group-append .btn,
  .input-group-append .EPiServerForms .FormSubmitButton,
  .EPiServerForms .input-group-append .FormSubmitButton,
  .input-group-append .EPiServerForms .FormResetButton,
  .EPiServerForms .input-group-append .FormResetButton,
  .input-group-append .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action,
  .EPiServerForms .Form__NavigationBar .input-group-append .Form__NavigationBar__Action {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus, .input-group-prepend .EPiServerForms .FormSubmitButton:focus, .EPiServerForms .input-group-prepend .FormSubmitButton:focus, .input-group-prepend .EPiServerForms .FormResetButton:focus, .EPiServerForms .input-group-prepend .FormResetButton:focus, .input-group-prepend .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:focus, .EPiServerForms .Form__NavigationBar .input-group-prepend .Form__NavigationBar__Action:focus,
    .input-group-append .btn:focus,
    .input-group-append .EPiServerForms .FormSubmitButton:focus,
    .EPiServerForms .input-group-append .FormSubmitButton:focus,
    .input-group-append .EPiServerForms .FormResetButton:focus,
    .EPiServerForms .input-group-append .FormResetButton:focus,
    .input-group-append .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:focus,
    .EPiServerForms .Form__NavigationBar .input-group-append .Form__NavigationBar__Action:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn, .input-group-prepend .EPiServerForms .FormSubmitButton + .btn, .EPiServerForms .input-group-prepend .FormSubmitButton + .btn, .input-group-prepend .EPiServerForms .FormResetButton + .btn, .EPiServerForms .input-group-prepend .FormResetButton + .btn, .input-group-prepend .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action + .btn, .EPiServerForms .Form__NavigationBar .input-group-prepend .Form__NavigationBar__Action + .btn, .input-group-prepend .EPiServerForms .btn + .FormSubmitButton, .EPiServerForms .input-group-prepend .btn + .FormSubmitButton, .input-group-prepend .EPiServerForms .FormSubmitButton + .FormSubmitButton, .EPiServerForms .input-group-prepend .FormSubmitButton + .FormSubmitButton, .input-group-prepend .EPiServerForms .FormResetButton + .FormSubmitButton, .EPiServerForms .input-group-prepend .FormResetButton + .FormSubmitButton, .input-group-prepend .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action + .FormSubmitButton, .EPiServerForms .Form__NavigationBar .input-group-prepend .Form__NavigationBar__Action + .FormSubmitButton, .input-group-prepend .EPiServerForms .btn + .FormResetButton, .EPiServerForms .input-group-prepend .btn + .FormResetButton, .input-group-prepend .EPiServerForms .FormSubmitButton + .FormResetButton, .EPiServerForms .input-group-prepend .FormSubmitButton + .FormResetButton, .input-group-prepend .EPiServerForms .FormResetButton + .FormResetButton, .EPiServerForms .input-group-prepend .FormResetButton + .FormResetButton, .input-group-prepend .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action + .FormResetButton, .EPiServerForms .Form__NavigationBar .input-group-prepend .Form__NavigationBar__Action + .FormResetButton, .input-group-prepend .EPiServerForms .Form__NavigationBar .btn + .Form__NavigationBar__Action, .EPiServerForms .Form__NavigationBar .input-group-prepend .btn + .Form__NavigationBar__Action, .input-group-prepend .EPiServerForms .Form__NavigationBar .FormSubmitButton + .Form__NavigationBar__Action, .EPiServerForms .input-group-prepend .Form__NavigationBar .FormSubmitButton + .Form__NavigationBar__Action, .EPiServerForms .Form__NavigationBar .input-group-prepend .FormSubmitButton + .Form__NavigationBar__Action, .input-group-prepend .EPiServerForms .Form__NavigationBar .FormResetButton + .Form__NavigationBar__Action, .EPiServerForms .input-group-prepend .Form__NavigationBar .FormResetButton + .Form__NavigationBar__Action, .EPiServerForms .Form__NavigationBar .input-group-prepend .FormResetButton + .Form__NavigationBar__Action, .input-group-prepend .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action + .Form__NavigationBar__Action, .EPiServerForms .Form__NavigationBar .input-group-prepend .Form__NavigationBar__Action + .Form__NavigationBar__Action,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .EPiServerForms .FormSubmitButton + .input-group-text,
  .EPiServerForms .input-group-prepend .FormSubmitButton + .input-group-text,
  .input-group-prepend .EPiServerForms .FormResetButton + .input-group-text,
  .EPiServerForms .input-group-prepend .FormResetButton + .input-group-text,
  .input-group-prepend .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action + .input-group-text,
  .EPiServerForms .Form__NavigationBar .input-group-prepend .Form__NavigationBar__Action + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .EPiServerForms .input-group-text + .FormSubmitButton,
  .EPiServerForms .input-group-prepend .input-group-text + .FormSubmitButton,
  .input-group-prepend .EPiServerForms .input-group-text + .FormResetButton,
  .EPiServerForms .input-group-prepend .input-group-text + .FormResetButton,
  .input-group-prepend .EPiServerForms .Form__NavigationBar .input-group-text + .Form__NavigationBar__Action,
  .EPiServerForms .Form__NavigationBar .input-group-prepend .input-group-text + .Form__NavigationBar__Action,
  .input-group-append .btn + .btn,
  .input-group-append .EPiServerForms .FormSubmitButton + .btn,
  .EPiServerForms .input-group-append .FormSubmitButton + .btn,
  .input-group-append .EPiServerForms .FormResetButton + .btn,
  .EPiServerForms .input-group-append .FormResetButton + .btn,
  .input-group-append .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action + .btn,
  .EPiServerForms .Form__NavigationBar .input-group-append .Form__NavigationBar__Action + .btn,
  .input-group-append .EPiServerForms .btn + .FormSubmitButton,
  .EPiServerForms .input-group-append .btn + .FormSubmitButton,
  .input-group-append .EPiServerForms .FormSubmitButton + .FormSubmitButton,
  .EPiServerForms .input-group-append .FormSubmitButton + .FormSubmitButton,
  .input-group-append .EPiServerForms .FormResetButton + .FormSubmitButton,
  .EPiServerForms .input-group-append .FormResetButton + .FormSubmitButton,
  .input-group-append .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action + .FormSubmitButton,
  .EPiServerForms .Form__NavigationBar .input-group-append .Form__NavigationBar__Action + .FormSubmitButton,
  .input-group-append .EPiServerForms .btn + .FormResetButton,
  .EPiServerForms .input-group-append .btn + .FormResetButton,
  .input-group-append .EPiServerForms .FormSubmitButton + .FormResetButton,
  .EPiServerForms .input-group-append .FormSubmitButton + .FormResetButton,
  .input-group-append .EPiServerForms .FormResetButton + .FormResetButton,
  .EPiServerForms .input-group-append .FormResetButton + .FormResetButton,
  .input-group-append .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action + .FormResetButton,
  .EPiServerForms .Form__NavigationBar .input-group-append .Form__NavigationBar__Action + .FormResetButton,
  .input-group-append .EPiServerForms .Form__NavigationBar .btn + .Form__NavigationBar__Action,
  .EPiServerForms .Form__NavigationBar .input-group-append .btn + .Form__NavigationBar__Action,
  .input-group-append .EPiServerForms .Form__NavigationBar .FormSubmitButton + .Form__NavigationBar__Action,
  .EPiServerForms .input-group-append .Form__NavigationBar .FormSubmitButton + .Form__NavigationBar__Action,
  .EPiServerForms .Form__NavigationBar .input-group-append .FormSubmitButton + .Form__NavigationBar__Action,
  .input-group-append .EPiServerForms .Form__NavigationBar .FormResetButton + .Form__NavigationBar__Action,
  .EPiServerForms .input-group-append .Form__NavigationBar .FormResetButton + .Form__NavigationBar__Action,
  .EPiServerForms .Form__NavigationBar .input-group-append .FormResetButton + .Form__NavigationBar__Action,
  .input-group-append .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action + .Form__NavigationBar__Action,
  .EPiServerForms .Form__NavigationBar .input-group-append .Form__NavigationBar__Action + .Form__NavigationBar__Action,
  .input-group-append .btn + .input-group-text,
  .input-group-append .EPiServerForms .FormSubmitButton + .input-group-text,
  .EPiServerForms .input-group-append .FormSubmitButton + .input-group-text,
  .input-group-append .EPiServerForms .FormResetButton + .input-group-text,
  .EPiServerForms .input-group-append .FormResetButton + .input-group-text,
  .input-group-append .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action + .input-group-text,
  .EPiServerForms .Form__NavigationBar .input-group-append .Form__NavigationBar__Action + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .EPiServerForms .input-group-text + .FormSubmitButton,
  .EPiServerForms .input-group-append .input-group-text + .FormSubmitButton,
  .input-group-append .EPiServerForms .input-group-text + .FormResetButton,
  .EPiServerForms .input-group-append .input-group-text + .FormResetButton,
  .input-group-append .EPiServerForms .Form__NavigationBar .input-group-text + .Form__NavigationBar__Action,
  .EPiServerForms .Form__NavigationBar .input-group-append .input-group-text + .Form__NavigationBar__Action {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #494949;
  text-align: center;
  white-space: nowrap;
  background-color: #f4f4f4;
  border: 1px solid #d8d8d8; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea), .EPiServerForms .input-group-lg > .FormTextbox__Input:not(textarea), .EPiServerForms .input-group-lg > .Form__CustomInput:not(textarea),
.input-group-lg > .custom-select,
.EPiServerForms .Form__Element .input-group-lg > select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control, .EPiServerForms .input-group-lg > .FormTextbox__Input, .EPiServerForms .input-group-lg > .Form__CustomInput,
.input-group-lg > .custom-select,
.EPiServerForms .Form__Element .input-group-lg > select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.EPiServerForms .input-group-lg > .input-group-prepend > .FormSubmitButton,
.EPiServerForms .input-group-lg > .input-group-prepend > .FormResetButton,
.EPiServerForms .Form__NavigationBar .input-group-lg > .input-group-prepend > .Form__NavigationBar__Action,
.input-group-lg > .input-group-append > .btn,
.EPiServerForms .input-group-lg > .input-group-append > .FormSubmitButton,
.EPiServerForms .input-group-lg > .input-group-append > .FormResetButton,
.EPiServerForms .Form__NavigationBar .input-group-lg > .input-group-append > .Form__NavigationBar__Action {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.input-group-sm > .form-control:not(textarea), .EPiServerForms .input-group-sm > .FormTextbox__Input:not(textarea), .EPiServerForms .input-group-sm > .Form__CustomInput:not(textarea),
.input-group-sm > .custom-select,
.EPiServerForms .Form__Element .input-group-sm > select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control, .EPiServerForms .input-group-sm > .FormTextbox__Input, .EPiServerForms .input-group-sm > .Form__CustomInput,
.input-group-sm > .custom-select,
.EPiServerForms .Form__Element .input-group-sm > select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.EPiServerForms .input-group-sm > .input-group-prepend > .FormSubmitButton,
.EPiServerForms .input-group-sm > .input-group-prepend > .FormResetButton,
.EPiServerForms .Form__NavigationBar .input-group-sm > .input-group-prepend > .Form__NavigationBar__Action,
.input-group-sm > .input-group-append > .btn,
.EPiServerForms .input-group-sm > .input-group-append > .FormSubmitButton,
.EPiServerForms .input-group-sm > .input-group-append > .FormResetButton,
.EPiServerForms .Form__NavigationBar .input-group-sm > .input-group-append > .Form__NavigationBar__Action {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }


.input-group-lg > .custom-select,
.EPiServerForms .Form__Element .input-group-lg > select,
.input-group-sm > .custom-select,
.EPiServerForms .Form__Element .input-group-sm > select {
  padding-right: 1.75rem; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    border-color: #7B1632;
    background-color: #7B1632; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(123, 22, 50, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #db3663; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #e36185;
    border-color: #e36185; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #616161; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #f4f4f4; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #ffffff;
    border: #c9ced0 solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #7B1632;
  background-color: #7B1632; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(123, 22, 50, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(123, 22, 50, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(123, 22, 50, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #c9ced0;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ffffff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(123, 22, 50, 0.5); }

.custom-select, .EPiServerForms .Form__Element select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #494949;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233C3C3C' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus, .EPiServerForms .Form__Element select:focus {
    border-color: #db3663;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(123, 22, 50, 0.25); }
    .custom-select:focus::-ms-value, .EPiServerForms .Form__Element select:focus::-ms-value {
      color: #494949;
      background-color: #ffffff; }
  .custom-select[multiple], .EPiServerForms .Form__Element select[multiple], .custom-select[size]:not([size="1"]), .EPiServerForms .Form__Element select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled, .EPiServerForms .Form__Element select:disabled {
    color: #616161;
    background-color: #f4f4f4; }
  .custom-select::-ms-expand, .EPiServerForms .Form__Element select::-ms-expand {
    display: none; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #db3663;
    box-shadow: 0 0 0 0.2rem rgba(123, 22, 50, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #f4f4f4; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #494949;
  background-color: #ffffff;
  border: 1px solid #d8d8d8; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #494949;
    content: "Browse";
    background-color: #f4f4f4;
    border-left: inherit; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(123, 22, 50, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(123, 22, 50, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(123, 22, 50, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #7B1632;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #e36185; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e7e7e7;
    border-color: transparent; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #7B1632;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #e36185; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #e7e7e7;
    border-color: transparent; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #7B1632;
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #e36185; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #e7e7e7; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #e7e7e7; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #c9ced0; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #c9ced0; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #c9ced0; }

.custom-control-label::before,
.custom-file-label, .custom-select, .EPiServerForms .Form__Element select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label, .custom-select, .EPiServerForms .Form__Element select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #616161;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #e7e7e7; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #f4f4f4 #f4f4f4 #e7e7e7; }
    .nav-tabs .nav-link.disabled {
      color: #616161;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #494949;
    background-color: #ffffff;
    border-color: #e7e7e7 #e7e7e7 #ffffff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #7B1632; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #ffffff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #ffffff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #ffffff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #ffffff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%; }

.card-img-top {
  width: 100%; }

.card-img-bottom {
  width: 100%; }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0; }
  .accordion > .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #f4f4f4; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #616161;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #616161; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #7B1632;
  background-color: #ffffff;
  border: 1px solid #e7e7e7; }
  .page-link:hover {
    z-index: 2;
    color: #3a0a18;
    text-decoration: none;
    background-color: #f4f4f4;
    border-color: #e7e7e7; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(123, 22, 50, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0; }

.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #7B1632;
  border-color: #7B1632; }

.page-item.disabled .page-link {
  color: #616161;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #e7e7e7; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge, .EPiServerForms .FormSubmitButton .badge, .EPiServerForms .FormResetButton .badge, .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em; }

.badge-primary {
  color: #ffffff;
  background-color: #7B1632; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #ffffff;
    background-color: #500e20; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(123, 22, 50, 0.5); }

.badge-secondary {
  color: #1a1a1a;
  background-color: #EBA900; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #1a1a1a;
    background-color: #b88400; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(235, 169, 0, 0.5); }

.badge-success {
  color: #ffffff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #ffffff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #ffffff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #ffffff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #1a1a1a;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #1a1a1a;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #ffffff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #ffffff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #1a1a1a;
  background-color: #fafafa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #1a1a1a;
    background-color: #e1e1e1; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5); }

.badge-dark {
  color: #ffffff;
  background-color: #3C3C3C; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #ffffff;
    background-color: #232323; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f4f4f4; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #400b1a;
  background-color: #e5d0d6;
  border-color: #dabec6; }
  .alert-primary hr {
    border-top-color: #d1aeb8; }
  .alert-primary .alert-link {
    color: #140408; }

.alert-secondary {
  color: #7a5800;
  background-color: #fbeecc;
  border-color: #f9e7b8; }
  .alert-secondary hr {
    border-top-color: #f7dfa0; }
  .alert-secondary .alert-link {
    color: #473300; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #828282;
  background-color: #fefefe;
  border-color: #fefefe; }
  .alert-light hr {
    border-top-color: #f1f1f1; }
  .alert-light .alert-link {
    color: dimgray; }

.alert-dark {
  color: #1f1f1f;
  background-color: #d8d8d8;
  border-color: #c8c8c8; }
  .alert-dark hr {
    border-top-color: #bbbbbb; }
  .alert-dark .alert-link {
    color: #060606; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #f4f4f4; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #7B1632;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #494949;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #494949;
    text-decoration: none;
    background-color: #fafafa; }
  .list-group-item-action:active {
    color: #3C3C3C;
    background-color: #f4f4f4; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:last-child {
    margin-bottom: 0; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #616161;
    pointer-events: none;
    background-color: #ffffff; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #7B1632;
    border-color: #7B1632; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
    .list-group-horizontal .list-group-item:last-child {
      margin-right: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
      .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #400b1a;
  background-color: #dabec6; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #400b1a;
    background-color: #d1aeb8; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #400b1a;
    border-color: #400b1a; }

.list-group-item-secondary {
  color: #7a5800;
  background-color: #f9e7b8; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #7a5800;
    background-color: #f7dfa0; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #7a5800;
    border-color: #7a5800; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #ffffff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #828282;
  background-color: #fefefe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #828282;
    background-color: #f1f1f1; }
  .list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #828282;
    border-color: #828282; }

.list-group-item-dark {
  color: #1f1f1f;
  background-color: #c8c8c8; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1f1f1f;
    background-color: #bbbbbb; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: #1f1f1f;
    border-color: #1f1f1f; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5; }
  .close:hover {
    color: #000000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #616161;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #C9CED0; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #C9CED0; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 1.25rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #ffffff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 1.25rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #ffffff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc((0.5rem + 1px) * -1); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #ffffff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 1.25rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #ffffff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #3C3C3C;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb; }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #3C3C3C; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

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

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

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

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

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

.bg-dark {
  background-color: #3C3C3C !important; }

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #C9CED0 !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: #7B1632 !important; }

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

.border-dark {
  border-color: #3C3C3C !important; }

.border-white {
  border-color: #ffffff !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: 1.25rem !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: flex !important; }

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

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

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

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

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

.embed-responsive-21by9::before {
  padding-top: 42.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 {
  flex-direction: row !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

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

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

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

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

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

.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: sticky !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #7B1632 !important; }

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #9f7200 !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: #fafafa !important; }

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

.text-dark {
  color: #3C3C3C !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #161616 !important; }

.text-body {
  color: #3C3C3C !important; }

.text-muted {
  color: #616161 !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; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #c9ced0;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p, h2, .h2, h3, .h3 {
    orphans: 3;
    widows: 3; }
  h2, .h2, h3, .h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #ffffff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e7e7e7 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #C9CED0; }
  .table .thead-dark th {
    color: inherit;
    border-color: #C9CED0; } }

* {
  box-sizing: border-box; }

.mln__expand-btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 2.813rem;
  height: 4.4375rem;
  border: 0;
  background-color: #ffffff;
  color: white;
  text-indent: -9999px;
  font-size: 0;
  cursor: pointer; }

.mln__expand-btn__burger {
  margin-right: auto;
  margin-left: auto;
  width: 1.438rem;
  height: .938rem; }
  .mln__expand-btn__burger:after, .mln__expand-btn__burger:before {
    position: absolute;
    content: ''; }
  .mln__expand-btn__burger:before {
    top: -.375rem; }
  .mln__expand-btn__burger:after {
    bottom: -.188rem; }

.mln__expand-btn__burger,
.mln__expand-btn__burger:before,
.mln__expand-btn__burger:after {
  position: relative;
  display: block;
  width: 1.2rem;
  height: .188rem;
  border-radius: 0;
  background-color: #7B1632; }

.mln__toggle-btn,
.mln__toggle-indicator {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: hidden;
  width: 2.813rem;
  height: 4.4375rem;
  border: 0;
  border-radius: 0;
  background-color: #f2f2f2;
  color: #7B1632;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none; }
  .mln__toggle-btn:hover, .mln__toggle-btn:focus,
  .mln__toggle-indicator:hover,
  .mln__toggle-indicator:focus {
    background-color: #e6e6e6; }

.mln__toggle-indicator {
  z-index: 0;
  background-color: transparent;
  pointer-events: none; }

.mln__toggle-btn__chevron {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -.156rem;
  margin-left: -.344rem;
  width: 0.75rem;
  width: .75rem;
  height: 0.563rem;
  transition: transform 100ms ease-in-out; }
  .mln__toggle-btn__chevron:before, .mln__toggle-btn__chevron:after {
    position: absolute;
    top: .125rem;
    display: block;
    width: .5rem;
    height: 0;
    border-top: 0.188rem solid #000;
    border-radius: 1px;
    content: '';
    transition: transform 150ms ease-in-out;
    transform: translate3d(0, 0, 0); }
  .mln__toggle-btn__chevron:before {
    left: 0;
    transform: rotate(45deg) translateZ(0); }
  .mln__toggle-btn__chevron:after {
    right: 0;
    transform: rotate(-45deg) translateZ(0); }

.mln__has-child--showing > .mln__child-controls .mln__toggle-btn__chevron:before {
  left: 0;
  transform: rotate(-45deg) translateZ(0); }

.mln__has-child--showing > .mln__child-controls .mln__toggle-btn__chevron:after {
  right: 0;
  transform: rotate(45deg) translateZ(0); }

.mln__has-child--showing > .mln__child-controls .mln__toggle-btn__symbol-custom {
  display: inline-block;
  transform: rotate(-180deg); }

@media (min-width: 1200px) {
  .mln--navbar .mln__expand-btn {
    display: none; }
  .mln--navbar .mln__toggle-btn,
  .mln--navbar .mln__toggle-indicator {
    background-color: transparent; }
    .mln--navbar .mln__toggle-btn:hover,
    .mln--navbar .mln__toggle-indicator:hover {
      background-color: transparent; }
  .mln--navbar .mln__toggle-btn__symbol-custom {
    display: inline-block;
    transform: rotate(0deg); }
  .mln--navbar .mln__child__collapse .mln__toggle-btn__chevron {
    transform: rotate(270deg); }
  .mln--navbar .mln__child__collapse .mln__toggle-btn__symbol-custom {
    display: inline-block;
    transform: rotate(-90deg); }
  .mln--navbar .mln__level-1.mln__has-child--showing > .mln__child-controls .mln__toggle-btn__symbol-custom {
    transform: rotate(0deg); }
  .mln--navbar .mln__level-1.mln__has-child--showing > .mln__child-controls .mln__toggle-btn__chevron {
    transform: translate3d(0, 0.188rem, 0); }
    .mln--navbar .mln__level-1.mln__has-child--showing > .mln__child-controls .mln__toggle-btn__chevron:before {
      transform: rotate(45deg); }
    .mln--navbar .mln__level-1.mln__has-child--showing > .mln__child-controls .mln__toggle-btn__chevron:after {
      transform: rotate(-45deg); } }

.mln__list {
  visibility: hidden; }

.mln--js-loaded .mln__list {
  visibility: visible; }

.mln {
  position: relative;
  background-color: #ffffff; }
  .mln:before, .mln:after {
    display: table;
    content: ' '; }
  .mln:after {
    clear: both; }

.mln__expander {
  position: relative;
  top: 100%;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 0; }
  .mln__expander:before, .mln__expander:after {
    display: table;
    content: ' '; }
  .mln__expander:after {
    clear: both; }
  .mln__expander a[href], .mln__expander area[href], .mln__expander input, .mln__expander select, .mln__expander textarea, .mln__expander button, .mln__expander iframe, .mln__expander object, .mln__expander embed, .mln__expander [tabindex], .mln__expander [contenteditable] {
    transition: visibility 350ms linear; }
  .mln__expander[aria-hidden="true"] a[href], .mln__expander[aria-hidden="true"] area[href], .mln__expander[aria-hidden="true"] input, .mln__expander[aria-hidden="true"] select, .mln__expander[aria-hidden="true"] textarea, .mln__expander[aria-hidden="true"] button, .mln__expander[aria-hidden="true"] iframe, .mln__expander[aria-hidden="true"] object, .mln__expander[aria-hidden="true"] embed, .mln__expander[aria-hidden="true"] [tabindex], .mln__expander[aria-hidden="true"] [contenteditable] {
    visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mln--navbar .mln__expander {
  position: absolute; }

.mln__expander--showing {
  max-height: none;
  height: auto; }

.mln__expander--transitioning {
  transition: height 350ms cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform; }

.mln__list {
  margin: 0;
  padding: 0;
  width: auto;
  background-color: #ffffff;
  list-style-type: none; }

.mln__list > li > a,
.mln__child-controls a,
[class^="mln__level-"] > a,
[class*=" mln__level-"] > a,
.mln__toggle-link {
  position: relative;
  display: block;
  padding-top: 0.75rem;
  padding-right: 1rem;
  padding-bottom: 0.75rem;
  min-height: 2.75rem;
  width: 100%;
  border: 0;
  color: #000;
  text-align: left;
  font-size: inherit; }

.mln__list > li > ul,
.mln__child__mega-menu {
  display: none; }

.mln__level-1 > a,
.mln__level-1 .mln__child-controls > a {
  padding-left: 1rem; }

.mln__level-2 > a,
.mln__level-2 .mln__child-controls > a {
  padding-left: 2rem; }

.mln__child__collapse .mln__child__list,
.mln__child__collapse .mln__child__mega-menu {
  display: block; }

.mln__child__collapse a[href], .mln__child__collapse area[href], .mln__child__collapse input, .mln__child__collapse select, .mln__child__collapse textarea, .mln__child__collapse button, .mln__child__collapse iframe, .mln__child__collapse object, .mln__child__collapse embed, .mln__child__collapse [tabindex], .mln__child__collapse [contenteditable] {
  transition: visibility 350ms linear; }

.mln__child__collapse[aria-hidden="true"] a[href], .mln__child__collapse[aria-hidden="true"] area[href], .mln__child__collapse[aria-hidden="true"] input, .mln__child__collapse[aria-hidden="true"] select, .mln__child__collapse[aria-hidden="true"] textarea, .mln__child__collapse[aria-hidden="true"] button, .mln__child__collapse[aria-hidden="true"] iframe, .mln__child__collapse[aria-hidden="true"] object, .mln__child__collapse[aria-hidden="true"] embed, .mln__child__collapse[aria-hidden="true"] [tabindex], .mln__child__collapse[aria-hidden="true"] [contenteditable] {
  visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mln__toggle-btn,
.mln__toggle-indicator {
  height: 100%; }

.mln__child__collapse {
  overflow: hidden;
  height: 0;
  will-change: transform; }

.mln--height-auto {
  height: auto; }

.mln__child__list {
  padding: 0;
  list-style-type: none; }

.mln__child__mega-menu {
  margin-right: auto;
  margin-left: auto;
  padding: 1rem;
  background-color: #ffffff; }

.mln__child-controls {
  position: relative;
  padding-right: 3.313rem; }
  .mln__child-controls:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    display: block;
    width: 2.813rem;
    height: 100%;
    content: '';
    cursor: pointer; }
  @media (min-width: 1200px) {
    .mln__child-controls:before {
      width: 2.188rem; } }

.mln__has-child .mln__child__collapse {
  z-index: 2; }

.mln__has-child:hover .mln__child__collapse {
  z-index: 3; }

.mln__child--transitioning {
  transition: height 350ms cubic-bezier(0.19, 1, 0.22, 1), z-index 350ms cubic-bezier(0.19, 1, 0.22, 1); }

.mln__has-child--mega-menu .mln__child--transitioning {
  transition: height 100ms cubic-bezier(0.19, 1, 0.22, 1), z-index 100ms cubic-bezier(0.19, 1, 0.22, 1); }

.mln--whole-link-expand .mln__toggle-btn {
  visibility: hidden; }

.mln--whole-link-expand .mln__child-controls {
  padding-right: 0; }

.mln--top-level-whole-link-expand .mln__toggle-link + .mln__toggle-btn {
  visibility: hidden; }

.mln--top-level-whole-link-expand .mln__level-1 .mln__child-controls {
  padding-right: 0; }

@media (min-width: 1200px) {
  .mln--expand-above-breakpoint .mln__expander {
    height: auto; }
  .mln--expand-above-breakpoint.mln--js-loaded .mln__expander:not(.mln__expander--showing) {
    height: 0; }
  .mln--navbar {
    position: relative;
    z-index: 2;
    height: 4.4375rem; }
    .mln--navbar .mln__expander {
      width: auto; } }
    @media (min-width: 1200px) and (min-width: 1200px) {
      .mln--navbar .mln__expander {
        position: static;
        top: auto;
        left: auto;
        overflow: visible;
        height: 3rem; }
        .mln--navbar .mln__expander[aria-hidden="true"] a[href], .mln--navbar .mln__expander[aria-hidden="true"] area[href], .mln--navbar .mln__expander[aria-hidden="true"] input, .mln--navbar .mln__expander[aria-hidden="true"] select, .mln--navbar .mln__expander[aria-hidden="true"] textarea, .mln--navbar .mln__expander[aria-hidden="true"] button, .mln--navbar .mln__expander[aria-hidden="true"] iframe, .mln--navbar .mln__expander[aria-hidden="true"] object, .mln--navbar .mln__expander[aria-hidden="true"] embed, .mln--navbar .mln__expander[aria-hidden="true"] [tabindex], .mln--navbar .mln__expander[aria-hidden="true"] [contenteditable] {
          visibility: visible;
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -moz-user-select: none;
          user-select: none; } }

@media (min-width: 1200px) {
    .mln--navbar .mln__child-controls {
      position: relative;
      padding-right: inherit; }
      .mln--navbar .mln__child-controls a {
        padding-right: 2.688rem; }
      .mln--navbar .mln__child-controls .mln__toggle-btn, .mln--navbar .mln__child-controls .mln__toggle-indicator {
        padding: 0;
        width: 2.188rem; }
    .mln--navbar .mln__child--overflow-visible {
      overflow: visible; }
    .mln--navbar [class*="mln__level-"] > a,
    .mln--navbar [class*="mln__level-"] .mln__child-controls > a {
      padding-left: 1rem; }
    .mln--navbar .mln__list {
      float: left;
      height: 2.75rem;
      background-color: transparent; }
      .mln--navbar .mln__list > li {
        float: left;
        margin-right: 0.5rem;
        border: 0; }
        .mln--navbar .mln__list > li:last-child {
          margin-right: 0; }
        .mln--navbar .mln__list > li > div:not(.mln__child-controls):not(.mln__child__collapse):not(.mln__child__mega-menu) {
          display: none; }
      .mln--navbar .mln__list .mln__has-child {
        position: relative; }
      .mln--navbar .mln__list .mln__child__collapse {
        position: absolute;
        top: 100%;
        left: 0;
        padding: 0;
        min-width: 12.5rem;
        width: 100%;
        background-color: #ffffff; }
        .mln--navbar .mln__list .mln__child__collapse .mln__child__collapse {
          top: 0;
          left: 100%; }
      .mln--navbar .mln__list .mln__has-child--mega-menu {
        position: static; }
        .mln--navbar .mln__list .mln__has-child--mega-menu > .mln__child__collapse {
          width: 100%; }
          .mln--navbar .mln__list .mln__has-child--mega-menu > .mln__child__collapse > .mln__child__collapse__helper > .mln__child__list {
            float: left;
            margin-top: 1rem;
            width: 33.33333%; }
            .mln--navbar .mln__list .mln__has-child--mega-menu > .mln__child__collapse > .mln__child__collapse__helper > .mln__child__list .mln__child__collapse {
              max-width: 13.75rem; }
      .mln--navbar .mln__list > .mln__child--flow-right > .mln__child__collapse {
        right: 0;
        left: auto; }
      .mln--navbar .mln__list > .mln__child--flow-right > .mln__child-controls .mln__toggle-btn,
      .mln--navbar .mln__list > .mln__child--flow-right > .mln__child-controls .mln__toggle-indicator {
        transform: rotate(0); }
      .mln--navbar .mln__list ul .mln__child--flow-right > .mln__child__collapse {
        right: 100%;
        left: auto; }
      .mln--navbar .mln__list ul .mln__child--flow-right > .mln__child-controls .mln__toggle-btn,
      .mln--navbar .mln__list ul .mln__child--flow-right > .mln__child-controls .mln__toggle-indicator {
        -ms-filter: "FlipH";
        filter: FlipH;
        transform: scaleX(-1); } }

.mln-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: '';
  opacity: 0;
  transition: opacity 150ms linear;
  pointer-events: none; }
  @media (min-width: 1200px) {
    .mln-backdrop {
      display: block; } }

.js-mln-menu-showing .mln-backdrop,
.js-mln-mega-menu-showing .mln-backdrop {
  z-index: 1;
  opacity: 0.5;
  pointer-events: auto; }

/* Used for demo purposes. You'll likely want to comment this out */
.video-iframe > iframe, .video-full-bleed, .video-full-bleed-overlay, .video-full-bleed-container {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.video-thumbnail-trigger {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: inline;
  text-align: left; }
  .video-thumbnail-trigger:hover, .video-thumbnail-trigger:focus {
    background-color: transparent; }
  .video-thumbnail-trigger[disabled], .video-thumbnail-trigger[aria-disabled="true"] {
    background-color: transparent;
    color: #F6F4EF;
    cursor: not-allowed; }

/* ==========================================================================
   base SCSS
   ========================================================================== */
html {
  height: auto;
  text-align: center;
  font-size: 100%; }

body {
  display: block;
  width: 100%;
  min-width: 320px;
  height: auto;
  margin: auto;
  padding-top: 75px;
  text-align: left;
  color: #000000;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif; }
  @media (min-width: 1200.1px) {
    body {
      padding-top: 9.3125rem; } }

p {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.5; }
  @media (min-width: 992.1px) {
    p {
      font-size: 1rem; } }

.large {
  font-size: 2.25rem; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.75rem; }
  h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
    margin-top: 0px; }
  h1 + h1, .h1 + h1, h1 + .h1, .h1 + .h1, h1 + h2, .h1 + h2, h1 + .h2, .h1 + .h2, h1 + h3, .h1 + h3, h1 + .h3, .h1 + .h3, h1 + h4, .h1 + h4, h1 + .h4, .h1 + .h4, h1 + h5, .h1 + h5, h1 + .h5, .h1 + .h5, h1 + h6, .h1 + h6, h1 + .h6, .h1 + .h6, h2 + h1, .h2 + h1, h2 + .h1, .h2 + .h1, h2 + h2, .h2 + h2, h2 + .h2, .h2 + .h2, h2 + h3, .h2 + h3, h2 + .h3, .h2 + .h3, h2 + h4, .h2 + h4, h2 + .h4, .h2 + .h4, h2 + h5, .h2 + h5, h2 + .h5, .h2 + .h5, h2 + h6, .h2 + h6, h2 + .h6, .h2 + .h6, h3 + h1, .h3 + h1, h3 + .h1, .h3 + .h1, h3 + h2, .h3 + h2, h3 + .h2, .h3 + .h2, h3 + h3, .h3 + h3, h3 + .h3, .h3 + .h3, h3 + h4, .h3 + h4, h3 + .h4, .h3 + .h4, h3 + h5, .h3 + h5, h3 + .h5, .h3 + .h5, h3 + h6, .h3 + h6, h3 + .h6, .h3 + .h6, h4 + h1, .h4 + h1, h4 + .h1, .h4 + .h1, h4 + h2, .h4 + h2, h4 + .h2, .h4 + .h2, h4 + h3, .h4 + h3, h4 + .h3, .h4 + .h3, h4 + h4, .h4 + h4, h4 + .h4, .h4 + .h4, h4 + h5, .h4 + h5, h4 + .h5, .h4 + .h5, h4 + h6, .h4 + h6, h4 + .h6, .h4 + .h6, h5 + h1, .h5 + h1, h5 + .h1, .h5 + .h1, h5 + h2, .h5 + h2, h5 + .h2, .h5 + .h2, h5 + h3, .h5 + h3, h5 + .h3, .h5 + .h3, h5 + h4, .h5 + h4, h5 + .h4, .h5 + .h4, h5 + h5, .h5 + h5, h5 + .h5, .h5 + .h5, h5 + h6, .h5 + h6, h5 + .h6, .h5 + .h6, h6 + h1, .h6 + h1, h6 + .h1, .h6 + .h1, h6 + h2, .h6 + h2, h6 + .h2, .h6 + .h2, h6 + h3, .h6 + h3, h6 + .h3, .h6 + .h3, h6 + h4, .h6 + h4, h6 + .h4, .h6 + .h4, h6 + h5, .h6 + h5, h6 + .h5, .h6 + .h5, h6 + h6, .h6 + h6, h6 + .h6, .h6 + .h6 {
    margin-top: 0.25rem; }

h1, .h1 {
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 400; }
  @media (min-width: 1200.1px) {
    h1, .h1 {
      font-size: 3.5rem; } }

h2, .h2 {
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.333; }
  @media (min-width: 1200.1px) {
    h2, .h2 {
      font-size: 1.3125rem; } }

h3, .h3 {
  color: #3C3C3C;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.333; }
  @media (min-width: 1200.1px) {
    h3, .h3 {
      font-size: 1.125rem; } }

h4, .h4 {
  color: #3C3C3C;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.46; }
  @media (min-width: 1200.1px) {
    h4, .h4 {
      font-size: 1rem; } }

h5, .h5 {
  margin-bottom: 0;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700; }

h6, .h6 {
  font-weight: 400; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

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

hr {
  clear: both;
  margin: 2rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.18); }

.row + hr {
  margin-top: 1.5rem; }

.blockquote,
blockquote {
  position: relative;
  max-width: 500px;
  margin: 2rem auto;
  padding: 1.25rem;
  color: #7B1632;
  border: 2px solid #7B1632;
  border-right: none;
  border-bottom: none;
  font-size: 1rem; }
  .blockquote:first-child,
  blockquote:first-child {
    margin-top: 2px; }
  .blockquote p, .blockquote ul, .blockquote ol,
  blockquote p,
  blockquote ul,
  blockquote ol {
    margin-bottom: 0.75rem; }
  .blockquote > *:last-child,
  blockquote > *:last-child {
    margin-bottom: 0px; }
  .blockquote:before,
  blockquote:before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: calc(100% - 56px);
    height: 2px;
    content: '';
    background-color: #7B1632; }
  .blockquote:after,
  blockquote:after {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 2px;
    height: calc(100% - 50px);
    content: '';
    background-color: #7B1632; }
  .blockquote .blockquote-footer,
  blockquote .blockquote-footer {
    margin-top: 5px;
    color: #7B1632; }

dl {
  position: relative;
  margin-bottom: 0.75rem;
  font-size: 0.875rem; }
  dl dd {
    margin-bottom: 0.75rem; }
  @media (min-width: 768.1px) {
    dl dt {
      display: inline-block;
      width: calc(33% - 2rem);
      margin-right: 2rem;
      margin-bottom: 0.75rem; }
    dl dd {
      display: inline-block;
      width: calc(66%); } }
  @media (min-width: 992.1px) {
    dl {
      font-size: 1rem; } }

.btn:focus, .EPiServerForms .FormSubmitButton:focus, .EPiServerForms .FormResetButton:focus, .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:focus,
.btn.active:focus,
.EPiServerForms .active.FormSubmitButton:focus,
.EPiServerForms .active.FormResetButton:focus,
.EPiServerForms .Form__NavigationBar .active.Form__NavigationBar__Action:focus,
.btn.active.focus:focus,
.EPiServerForms .active.focus.FormSubmitButton:focus,
.EPiServerForms .active.focus.FormResetButton:focus,
.EPiServerForms .Form__NavigationBar .active.focus.Form__NavigationBar__Action:focus,
.btn.focus:focus,
.EPiServerForms .focus.FormSubmitButton:focus,
.EPiServerForms .focus.FormResetButton:focus,
.EPiServerForms .Form__NavigationBar .focus.Form__NavigationBar__Action:focus,
.btn:active:focus,
.EPiServerForms .FormSubmitButton:active:focus,
.EPiServerForms .FormResetButton:active:focus,
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:active:focus,
.btn:active.focus:focus,
.EPiServerForms .FormSubmitButton:active.focus:focus,
.EPiServerForms .FormResetButton:active.focus:focus,
.EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:active.focus:focus,
.dropdown-toggle:focus, .form-control:focus, .EPiServerForms .FormTextbox__Input:focus, .EPiServerForms .Form__CustomInput:focus,
.jquery-background-video-pauseplay:focus,
.mln__toggle-btn:focus,
.navbar-toggle:focus,
a:focus,
button:focus {
  outline: 1px auto currentcolor;
  outline-style: solid;
  outline-offset: -1px; }

.lead {
  color: #7B1632;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.25; }
  @media (min-width: 768.1px) {
    .lead {
      font-size: 2rem; } }

.meta {
  margin-bottom: 1.0rem;
  letter-spacing: normal;
  color: #3C3C3C;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400; }

.display-1 {
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 1.1; }
  @media (min-width: 768.1px) {
    .display-1 {
      font-size: 4rem; } }
  @media (min-width: 1200.1px) {
    .display-1 {
      font-size: 5rem; } }

.display-2 {
  position: relative;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3125rem;
  font-weight: 500; }
  .display-2:after {
    display: block;
    width: 80px;
    height: 2px;
    margin-top: 0.65rem;
    content: '';
    background-color: #7B1632; }
  .display-2 + .owl-carousel {
    margin-top: 2rem; }
  @media (min-width: 768.1px) {
    .display-2 {
      font-size: 2rem; }
      .display-2:after {
        height: 3px; }
      .display-2 + .owl-carousel {
        margin-top: 2rem; } }

.display-3 {
  position: relative;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3125rem;
  font-weight: 700; }
  @media (min-width: 768.1px) {
    .display-3 {
      font-size: 2rem; } }

.table {
  margin-bottom: 0; }

.wysiwyg a {
  text-decoration: underline; }

.wysiwyg ul, .wysiwyg ol {
  overflow: hidden;
  margin-bottom: 1.5rem;
  margin-left: 1.5em;
  padding-left: 2rem;
  font-size: 0.875rem; }
  .wysiwyg ul li, .wysiwyg ol li {
    position: relative;
    margin-bottom: 0.75rem; }
    .wysiwyg ul li:last-child, .wysiwyg ol li:last-child {
      margin-bottom: 0; }
    .wysiwyg ul li > ul, .wysiwyg ul li > ol, .wysiwyg ol li > ul, .wysiwyg ol li > ol {
      margin-top: 0.75rem;
      margin-bottom: 0;
      margin-left: 0.5em; }
  @media (min-width: 992.1px) {
    .wysiwyg ul, .wysiwyg ol {
      font-size: 1rem; } }

.wysiwyg ul {
  padding-left: 22px;
  list-style: none; }
  .wysiwyg ul li:before {
    position: absolute;
    left: -22px;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-top: 10px;
    margin-left: 3px;
    content: '';
    border: solid 1px #7B1632;
    border-radius: 6px;
    background-color: #7B1632; }
  .wysiwyg ul > li > ul li:before {
    background-color: transparent; }
  .wysiwyg ul > li > ul > li > ul li:before {
    background-color: #7B1632;
    border-radius: 0; }
  .wysiwyg ul > li > ul > li > ul > li > ul li:before {
    border-radius: 6px; }
  .wysiwyg ul > li > ul > li > ul > li > ul > li > ul li:before {
    background-color: transparent; }
  .wysiwyg ul > li > ul > li > ul > li > ul > li > ul > li > ul li:before {
    background-color: #7B1632;
    border-radius: 0; }
  .wysiwyg ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul li:before {
    border-radius: 6px; }
  .wysiwyg ul[style="list-style-type: square;"] {
    list-style-type: none !important; }
    .wysiwyg ul[style="list-style-type: square;"] li:before {
      border-radius: 0; }
  .wysiwyg ul[style="list-style-type: disc;"] {
    list-style-type: none !important; }
    .wysiwyg ul[style="list-style-type: disc;"] li:before {
      border-radius: 6px; }
  .wysiwyg ul[style="list-style-type: circle;"] {
    list-style-type: none !important; }
    .wysiwyg ul[style="list-style-type: circle;"] li:before {
      border-radius: 6px;
      background-color: transparent; }

.wysiwyg .list-tight {
  padding-left: 0; }
  .wysiwyg .list-tight li {
    margin-bottom: 0.5rem; }
    .wysiwyg .list-tight li > ul, .wysiwyg .list-tight li > ol {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; }
    .wysiwyg .list-tight li:before {
      display: none; }
  .wysiwyg .list-tight a {
    font-weight: 700; }

.wysiwyg .list-tight--icons li {
  position: relative;
  padding-left: 1.25rem;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto; }

.wysiwyg .list-tight--icons .list-tight__icon {
  position: absolute;
  top: 1px;
  left: 0px;
  width: 14px;
  height: auto; }

.mini-calendar {
  display: block;
  margin-bottom: 2rem; }
  .mini-calendar .pager {
    margin: 0;
    text-transform: uppercase;
    list-style: none;
    width: 100%;
    text-align: center;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px; }
    .mini-calendar .pager li {
      display: inline-block;
      flex: 0 0 auto; }
    .mini-calendar .pager a {
      border: 2px solid currentColor;
      width: 24px;
      height: 24px;
      display: inline-block;
      vertical-align: middle;
      border-radius: 24px;
      position: relative;
      overflow: hidden; }
      .mini-calendar .pager a:focus {
        outline: none;
        box-shadow: 0px 0px 0px 3px rgba(163, 32, 55, 0.5); }
      .mini-calendar .pager a:before {
        content: 'Previous';
        white-space: nowrap;
        text-indent: 9000px;
        display: inline-block; }
      .mini-calendar .pager a:after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border: solid 2px currentColor;
        border-top: none;
        border-left: none;
        position: absolute;
        transform: rotate(135deg);
        position: absolute;
        left: 7px;
        top: 6px; }
      .mini-calendar .pager a.next:before {
        content: 'Next'; }
      .mini-calendar .pager a.next:after {
        transform: rotate(-45deg);
        left: 5px;
        top: 6px; }
  .mini-calendar table {
    margin: 0;
    border-collapse: separate;
    /* Or do nothing, this is default */
    border-spacing: 0px;
    table-layout: fixed; }
    .mini-calendar table thead tr th {
      text-align: center;
      padding: 4px 2px; }
    .mini-calendar table tbody tr td {
      background: #ffffff;
      text-align: center;
      color: #000000;
      padding: 4px 2px; }
      .mini-calendar table tbody tr td.cal-empty {
        background: transparent; }
      .mini-calendar table tbody tr td.cal-day {
        line-height: 34px; }
      .mini-calendar table tbody tr td a {
        color: #ffffff;
        width: 100%;
        height: 34px;
        line-height: 34px;
        display: inline-block;
        text-decoration: none; }
        .mini-calendar table tbody tr td a.call {
          background: #3C3C3C; }
        .mini-calendar table tbody tr td a.group {
          color: #3C3C3C;
          background: #EBA900; }
        .mini-calendar table tbody tr td a.individual {
          background: #7B1632; }
        .mini-calendar table tbody tr td a:focus {
          outline-color: #1a1a1a;
          outline-width: medium; }
  .mini-calendar .legend div {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle; }
    .mini-calendar .legend div.individual {
      background: #7B1632; }
    .mini-calendar .legend div.group {
      background: #EBA900; }
    .mini-calendar .legend div.call {
      background: #3C3C3C; }

.hide {
  display: none; }

.btn, .EPiServerForms .FormSubmitButton, .EPiServerForms .FormResetButton, .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action {
  padding: .9375rem;
  text-decoration: none !important;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  border-width: 2px;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: space-between; }
  .btn::after, .EPiServerForms .FormSubmitButton::after, .EPiServerForms .FormResetButton::after, .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action::after {
    content: '';
    display: block;
    aspect-ratio: 10 / 17.0872;
    width: .5625rem;
    background-image: url("/static/images/icon-caret-white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-inline-start: 2rem; }

.btn-outline-primary, .EPiServerForms .FormSubmitButton, .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action {
  position: relative; }
  .btn-outline-primary::after, .EPiServerForms .FormSubmitButton::after, .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action::after {
    background-image: url("/static/images/icon-caret-red.svg"); }
  .btn-outline-primary:hover::after, .EPiServerForms .FormSubmitButton:hover::after, .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:hover::after {
    background-image: url("/static/images/icon-caret-white.svg"); }
  .btn-outline-primary:focus, .EPiServerForms .FormSubmitButton:focus, .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:focus {
    outline: none; }
    .btn-outline-primary:focus:active, .EPiServerForms .FormSubmitButton:focus:active, .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:focus:active {
      outline: none; }

.btn-outline-secondary {
  position: relative;
  color: #3C3C3C; }
  .btn-outline-secondary::after {
    background-image: url("/static/images/icon-caret-grey.svg"); }
  .btn-outline-secondary:focus {
    outline: none; }
    .btn-outline-secondary:focus:active {
      outline: none; }

.btn-outline-white, .btn-outline-gold {
  position: relative;
  color: #ffffff;
  border-color: #ffffff; }
  .btn-outline-white::after, .btn-outline-gold::after {
    background-image: url("/static/images/icon-caret-white.svg"); }
  .btn-outline-white:hover, .btn-outline-gold:hover {
    color: #7B1632;
    background-color: #ffffff; }
    .btn-outline-white:hover::after, .btn-outline-gold:hover::after {
      background-image: url("/static/images/icon-caret-red.svg"); }
  .btn-outline-white:focus, .btn-outline-gold:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.45); }
    .btn-outline-white:focus:active, .btn-outline-gold:focus:active {
      outline: none; }

.btn-outline-gold {
  border-color: #EAA416; }
  .btn-outline-gold:hover {
    background-color: #EAA416; }

.btn-no-arrow::after {
  display: none; }

.label, .EPiServerForms .Form__Element__Caption,
label, legend {
  margin-bottom: 0.25rem;
  color: #494949;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700; }

fieldset {
  margin-bottom: 1.5rem; }
  fieldset .label, fieldset .EPiServerForms .Form__Element__Caption, .EPiServerForms fieldset .Form__Element__Caption,
  fieldset label {
    font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: 400; }

.form-control, .EPiServerForms .FormTextbox__Input, .EPiServerForms .Form__CustomInput, .custom-select, .EPiServerForms .Form__Element select {
  height: 51px;
  padding: 13px 15px;
  color: #494949;
  border-color: #A3A3A3;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem; }
  .form-control:focus, .EPiServerForms .FormTextbox__Input:focus, .EPiServerForms .Form__CustomInput:focus, .custom-select:focus, .EPiServerForms .Form__Element select:focus {
    outline: 1px auto #EBA900;
    outline-style: solid;
    outline-offset: -1px;
    box-shadow: 0 0 0 0.2rem rgba(254, 208, 63, 0.25); }

.custom-select, .EPiServerForms .Form__Element select {
  height: auto;
  min-height: 51px;
  padding: 12px 2rem 12px 15px;
  cursor: pointer;
  white-space: normal; }

.form-group, .EPiServerForms .Form__Element, .input-group {
  margin-bottom: 1.5rem; }

input[type="submit"]:focus,
input[type="button"]:focus {
  outline: 1px auto currentcolor;
  outline-style: solid;
  outline-offset: -1px;
  box-shadow: 0 0 0 0.2rem rgba(163, 32, 55, 0.25); }

.form-check {
  position: relative;
  padding-left: 0; }
  .form-check .form-check-input, .form-check input[type=radio], .form-check input[type=checkbox] {
    position: absolute;
    margin-left: 0;
    cursor: pointer;
    opacity: 0; }
    .form-check .form-check-input + label, .form-check input[type=radio] + label, .form-check input[type=checkbox] + label {
      padding: 4px 2px 4px 2rem; }
      .form-check .form-check-input + label:before, .form-check input[type=radio] + label:before, .form-check input[type=checkbox] + label:before {
        position: absolute;
        top: 3px;
        left: 0px;
        display: block;
        width: 20px;
        height: 20px;
        content: '';
        border: solid 2px #A3A3A3;
        background-color: #fafafa; }
    .form-check .form-check-input:hover + label:before, .form-check input[type=radio]:hover + label:before, .form-check input[type=checkbox]:hover + label:before {
      border-color: #7B1632; }
    .form-check .form-check-input:checked + label:before, .form-check input[type=radio]:checked + label:before, .form-check input[type=checkbox]:checked + label:before {
      border-color: #7B1632; }
    .form-check .form-check-input:focus + label, .form-check input[type=radio]:focus + label, .form-check input[type=checkbox]:focus + label {
      outline: 1px auto #EBA900;
      outline-style: solid;
      outline-offset: -1px;
      box-shadow: 0 0 0 0.2rem rgba(254, 208, 63, 0.25); }
  .form-check input[type=radio] + label:before {
    border-radius: 1.25rem; }
  .form-check input[type=radio] + label:after {
    position: absolute;
    top: 0.5rem;
    left: 5px;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 10px;
    background-color: #fafafa; }
  .form-check input[type=radio]:checked + label:after {
    background-color: #7B1632; }
  .form-check input[type=checkbox] + label:after {
    position: absolute;
    top: 0.5rem;
    left: 5px;
    display: block;
    width: 10px;
    height: 7px;
    content: '';
    transform: rotate(-45deg);
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent; }
  .form-check input[type=checkbox]:checked + label:before {
    background-color: #7B1632; }
  .form-check input[type=checkbox]:checked + label:after {
    border-bottom-color: #ffffff;
    border-left-color: #ffffff; }

.form-check-inline {
  margin-right: 2rem; }
  .form-check-inline:last-child {
    margin-right: 0; }

.gj-datepicker-bootstrap [role=right-icon] button {
  width: 50px;
  padding: 15px 0px;
  color: #1a1a1a;
  border-color: #a3a3a3;
  border-left: none;
  background-color: #ffffff; }
  .gj-datepicker-bootstrap [role=right-icon] button:hover {
    color: #7B1632; }

.gj-datepicker-bootstrap .btn-outline-secondary {
  background: none; }
  .gj-datepicker-bootstrap .btn-outline-secondary:before, .gj-datepicker-bootstrap .btn-outline-secondary:after {
    display: none; }

.input-group .btn-appended {
  width: 50px;
  padding: 15px 0px;
  color: #1a1a1a;
  border-width: 1px;
  border-color: #a3a3a3;
  border-left: none;
  background-color: #ffffff; }
  .input-group .btn-appended:hover {
    color: #7B1632; }

.btn-reset {
  padding: 0 0 0 25px;
  letter-spacing: normal;
  text-transform: none;
  color: #1a1a1a;
  background-image: url("/static/images/icon-reset.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px; }

.alph-filter {
  position: relative; }
  .alph-filter .radiobtns .radio input[type=radio] {
    z-index: 0; }
  .alph-filter label {
    cursor: pointer; }
  .alph-filter .btn-reset {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-bottom: 0.5rem; }
  @media (min-width: 1200.1px) {
    .alph-filter .btn-reset {
      top: auto;
      right: 0px;
      bottom: 0px; } }

.radiobtns legend {
  display: block;
  width: auto;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  border-bottom: none; }

.radiobtns .radio {
  display: inline-block;
  margin: 0 -5px 0 0;
  padding-left: 0; }
  .radiobtns .radio:last-child {
    padding-right: 0; }
  .radiobtns .radio label {
    position: relative;
    display: inline-block;
    padding: 2px 7px;
    transition: all 0.15s ease-in-out;
    vertical-align: middle;
    text-transform: uppercase;
    color: #7B1632;
    font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700; }
    .radiobtns .radio label:focus, .radiobtns .radio label:hover {
      color: #ffffff;
      background-color: #7B1632; }
  .radiobtns .radio input[type="radio"] {
    position: absolute;
    z-index: 1;
    margin-left: 0;
    cursor: pointer;
    opacity: 0; }
    .radiobtns .radio input[type="radio"]:focus + label {
      outline: 1px auto #EBA900;
      outline-style: solid;
      outline-offset: 1px; }
    .radiobtns .radio input[type="radio"]:disabled {
      cursor: not-allowed; }
    .radiobtns .radio input[type="radio"]:disabled + label {
      cursor: not-allowed;
      color: #c9ced0; }
      .radiobtns .radio input[type="radio"]:disabled + label:hover {
        color: #c9ced0;
        background-color: #ffffff; }

.radiobtns input[type="radio"]:checked + label {
  color: #ffffff;
  background-color: #7B1632; }

@media (min-width: 768.1px) {
  .radiobtns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px; }
    .radiobtns legend {
      width: 100%; }
    .radiobtns .radio {
      flex: 1 1 auto;
      margin-left: 0px; } }

@media (min-width: 1200.1px) {
  .radiobtns {
    margin-right: 90px; } }

.gj-picker-bootstrap table tr td.today div {
  color: #7B1632; }

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
  border-color: #7B1632;
  background-color: #7B1632; }

.EPiServerForms {
  margin-bottom: 1.25rem; }
  .EPiServerForms .Form__Description {
    margin-bottom: 1.5rem; }
  .EPiServerForms .Form__Status .Form__Warning__Message {
    margin-bottom: 1.5rem;
    padding: 1rem;
    color: #7B1632;
    background-color: #ffc739; }
  .EPiServerForms .Form__Status .Form__Status__Message {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background-color: #fafafa; }
  .EPiServerForms .addresseselementblock .Form__Element {
    margin-bottom: 0; }
  .EPiServerForms .addresseselementblock .Form__CustomInput {
    margin-bottom: 1.5rem; }
  @media (min-width: 576.1px) {
    .EPiServerForms .addresseselementblock {
      margin-top: 25px; }
      .EPiServerForms .addresseselementblock .FormAddressElement {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: space-between; }
      .EPiServerForms .addresseselementblock .Form__Element__Caption {
        display: inline-block;
        flex-grow: 0;
        flex-shrink: 0;
        width: 100px;
        margin-top: 15px;
        margin-right: 10px;
        text-align: right; }
      .EPiServerForms .addresseselementblock .Form__CustomInput {
        display: inline-block;
        width: calc(50% - 117px); } }
  .EPiServerForms .datetimerangeelementblock {
    margin-top: 25px;
    margin-bottom: 1.5rem; }
    .EPiServerForms .datetimerangeelementblock .Form__Element {
      margin-bottom: 0; }
    .EPiServerForms .datetimerangeelementblock .Form__Element__Caption {
      display: inline-block;
      flex-shrink: 0;
      width: 70px;
      min-width: none;
      margin-right: 10px;
      text-align: right; }
    .EPiServerForms .datetimerangeelementblock .Form__CustomInput {
      margin-bottom: 0rem; }
    .EPiServerForms .datetimerangeelementblock .FormDateTimeRange {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .EPiServerForms .datetimerangeelementblock .FormDateTimeRange .FormDateTimeRange__Start, .EPiServerForms .datetimerangeelementblock .FormDateTimeRange .FormDateTimeRange__End {
        width: 100%; }
    .EPiServerForms .datetimerangeelementblock .FormDateTimeRange_Seperator {
      display: inline-block;
      margin-right: 5px;
      margin-left: 5px; }
    @media (min-width: 576.1px) {
      .EPiServerForms .datetimerangeelementblock .Form__Element__Caption {
        width: 130px; } }
  .EPiServerForms .FormDateTime .FormDateTime__Input {
    width: 100% !important; }
  .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin-bottom: 1.5rem; }
  .EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar {
    display: none; }
  @media (min-width: 576.1px) {
    .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action {
      display: inline-block;
      width: auto;
      margin-bottom: 0; }
    .EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar {
      display: inline-block;
      border-color: #7B1632; }
      .EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Progress {
        background-color: #7B1632; } }
  .EPiServerForms .FormRange .Form__Element__Caption {
    display: block; }
  .EPiServerForms .Form__Element .Form__Element__ValidationError {
    display: block;
    padding: 5px;
    color: #ffffff;
    background-color: #C02944;
    font-size: 0.8125rem; }
  .EPiServerForms .FormChoice label {
    display: block;
    margin-left: 0px;
    padding: 3px 0; }
    .EPiServerForms .FormChoice label:focus-within {
      outline: 1px auto #EBA900;
      outline-style: solid;
      outline-offset: -1px;
      box-shadow: 0 0 0 0.2rem rgba(254, 208, 63, 0.25); }
  .EPiServerForms .FormChoice legend {
    font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 700; }
  .EPiServerForms .FormChoice .FormChoice__Input {
    position: relative;
    margin-right: 15px;
    margin-left: -28px; }
    .EPiServerForms .FormChoice .FormChoice__Input:before {
      position: absolute;
      top: -5px;
      left: -2px;
      display: block;
      width: 20px;
      height: 20px;
      content: '';
      border: solid 2px #A3A3A3;
      background-color: #fafafa; }
    .EPiServerForms .FormChoice .FormChoice__Input:hover:before {
      border-color: #7B1632; }
    .EPiServerForms .FormChoice .FormChoice__Input:checked:before {
      border-color: #7B1632; }
    .EPiServerForms .FormChoice .FormChoice__Input:focus {
      box-shadow: none; }
  .EPiServerForms .FormChoice .FormChoice__Input--Checkbox:after {
    position: absolute;
    top: 0px;
    left: 3px;
    display: block;
    width: 10px;
    height: 7px;
    content: '';
    transform: rotate(-45deg);
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent; }
  .EPiServerForms .FormChoice .FormChoice__Input--Checkbox:checked:before {
    background-color: #7B1632; }
  .EPiServerForms .FormChoice .FormChoice__Input--Checkbox:checked:after {
    border-bottom-color: #ffffff;
    border-left-color: #ffffff; }
  .EPiServerForms .FormChoice .FormChoice__Input--Radio:before {
    border-radius: 1.25rem; }
  .EPiServerForms .FormChoice .FormChoice__Input--Radio:after {
    position: absolute;
    top: 0px;
    left: 3px;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 10px;
    background-color: #fafafa; }
  .EPiServerForms .FormChoice .FormChoice__Input--Radio:checked:after {
    background-color: #7B1632; }
  .EPiServerForms .hide {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .profile-card__image, .hero--profile .hero--profile__image {
    height: auto; } }

@media screen and (-ms-high-contrast: active) and (min-width: 992.1px), (-ms-high-contrast: none) and (min-width: 992.1px) {
  .profile-card__image {
    height: auto; }
  .carousel-block--newsevent .owl-item .newsevent-slide__image, .carousel-block--event .owl-item .event-slide__image {
    align-self: center;
    outline: none; } }

@media screen and (-ms-high-contrast: active) and (min-width: 1200.1px), (-ms-high-contrast: none) and (min-width: 1200.1px) {
  .hero--profile .hero--profile__image {
    height: auto; } }

figure {
  display: table;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 2px auto 1.5rem;
  table-layout: fixed; }
  figure:first-child {
    margin-top: 2px; }
  figure > img {
    width: 100%;
    border-radius: 4px; }

figcaption {
  display: table-caption;
  padding-top: 0.75rem;
  caption-side: bottom;
  color: #3C3C3C; }
  figcaption:before {
    display: block;
    width: 40%;
    height: 2px;
    margin-bottom: 0.5rem;
    content: '';
    background-color: #7B1632; }

.image-right {
  float: none;
  max-width: 100%;
  margin: 7px auto 1.5rem; }
  .image-right > img {
    width: 100%; }
  @media (min-width: 500.1px) {
    .image-right {
      float: right;
      max-width: calc( 50% - 15px) !important;
      height: auto;
      margin: 2px 0 1.5rem 14px; } }
  @media (min-width: 1200.1px) {
    .image-right {
      margin: 2px 0 1.5rem 29px; } }

.image-center {
  width: auto;
  max-width: 100% !important;
  height: auto;
  margin: 3rem auto 3rem; }
  .image-center > img {
    width: 100%; }

img.image-center {
  display: block; }

.image-left {
  float: none;
  max-width: 100%;
  height: auto;
  margin: 7px auto 1.5rem; }
  .image-left > img {
    width: 100%; }
  @media (min-width: 500.1px) {
    .image-left {
      float: left;
      max-width: calc(50% - 15px) !important;
      margin: 2px 14px 1.5rem 0; } }
  @media (min-width: 1200.1px) {
    .image-left {
      margin: 2px 29px 1.5rem 0; } }

.img-scale {
  display: block;
  width: 100%;
  height: auto; }

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––
MODIFIERS
–––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.white-text, .well--primary {
  color: #ffffff; }
  .white-text a:not(.btn), .well--primary a:not(.btn) {
    color: #ffffff; }
    .white-text a:not(.btn):active, .well--primary a:not(.btn):active, .white-text a:not(.btn):focus, .well--primary a:not(.btn):focus, .white-text a:not(.btn):hover, .well--primary a:not(.btn):hover {
      color: #ffffff; }
  .white-text .btn:focus, .well--primary .btn:focus, .white-text .EPiServerForms .FormSubmitButton:focus, .EPiServerForms .white-text .FormSubmitButton:focus, .well--primary .EPiServerForms .FormSubmitButton:focus, .EPiServerForms .well--primary .FormSubmitButton:focus, .white-text .EPiServerForms .FormResetButton:focus, .EPiServerForms .white-text .FormResetButton:focus, .well--primary .EPiServerForms .FormResetButton:focus, .EPiServerForms .well--primary .FormResetButton:focus, .white-text .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:focus, .EPiServerForms .Form__NavigationBar .white-text .Form__NavigationBar__Action:focus, .well--primary .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:focus, .EPiServerForms .Form__NavigationBar .well--primary .Form__NavigationBar__Action:focus, .white-text .btn:hover, .well--primary .btn:hover, .white-text .EPiServerForms .FormSubmitButton:hover, .EPiServerForms .white-text .FormSubmitButton:hover, .well--primary .EPiServerForms .FormSubmitButton:hover, .EPiServerForms .well--primary .FormSubmitButton:hover, .white-text .EPiServerForms .FormResetButton:hover, .EPiServerForms .white-text .FormResetButton:hover, .well--primary .EPiServerForms .FormResetButton:hover, .EPiServerForms .well--primary .FormResetButton:hover, .white-text .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:hover, .EPiServerForms .Form__NavigationBar .white-text .Form__NavigationBar__Action:hover, .well--primary .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action:hover, .EPiServerForms .Form__NavigationBar .well--primary .Form__NavigationBar__Action:hover {
    text-decoration: none; }
  .white-text .h1, .well--primary .h1,
  .white-text .h2,
  .well--primary .h2,
  .white-text .h3,
  .well--primary .h3,
  .white-text .h4,
  .well--primary .h4,
  .white-text .h5,
  .well--primary .h5,
  .white-text .h6,
  .well--primary .h6,
  .white-text h1,
  .well--primary h1,
  .white-text .h1,
  .well--primary .h1,
  .white-text h2,
  .well--primary h2,
  .white-text .h2,
  .well--primary .h2,
  .white-text h3,
  .well--primary h3,
  .white-text .h3,
  .well--primary .h3,
  .white-text h4,
  .well--primary h4,
  .white-text .h4,
  .well--primary .h4,
  .white-text h5,
  .well--primary h5,
  .white-text .h5,
  .well--primary .h5,
  .white-text h6,
  .well--primary h6,
  .white-text .h6,
  .well--primary .h6,
  .white-text p,
  .well--primary p {
    color: #ffffff; }

.large-text {
  margin: 0;
  color: #8f9394;
  font-family: 'Geometria', sans-serif;
  font-size: 6.25rem;
  line-height: 1.25; }

small {
  display: inline-block;
  font-family: 'Geometria', sans-serif;
  font-size: 0.875rem;
  line-height: 1.75; }

.gray-background {
  background-color: #eceff1; }

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

.float-lg-left {
  margin: 0 0 1.75rem; }
  @media (min-width: 992.1px) {
    .float-lg-left {
      margin: 0 1.75rem 0 0; } }

.float-lg-right {
  margin: 0 0 1.75rem; }
  @media (min-width: 992.1px) {
    .float-lg-right {
      margin: 0 0 0 1.75rem; } }

.bottom-tight {
  margin-bottom: 0px !important; }

.mobile-space {
  margin-bottom: 20px !important; }
  @media (min-width: 992.1px) {
    .mobile-space {
      margin-bottom: 0px !important; } }

.attribution {
  padding-left: 1.2rem;
  text-indent: -1.2rem; }

.border-bottom {
  border-bottom-color: #d8d8d8 !important; }

.col-reverse-on-mobile {
  flex-direction: column-reverse; }
  @media (min-width: 992.1px) {
    .col-reverse-on-mobile {
      flex-direction: row; } }

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

.container-fluid {
  max-width: 1700px; }
  @media (min-width: 992.1px) {
    .container-fluid {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 1400.1px) {
    .container-fluid {
      padding-right: 120px;
      padding-left: 120px; } }

.skip-link {
  position: fixed;
  z-index: -1001;
  top: -160px;
  left: 0;
  display: block;
  overflow: hidden;
  height: 0;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0;
  color: white;
  background: #7B1632;
  background-color: #222528;
  font-family: 'Geometria', sans-serif;
  font-weight: 800; }
  .skip-link:focus {
    z-index: 9999;
    top: 0px;
    height: auto;
    padding: 15px 30px;
    text-decoration: none;
    opacity: 1;
    color: white;
    border-bottom: 2px solid #7B1632;
    outline: none; }

#main:target {
  margin-top: -80px;
  border-top: 80px solid transparent;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }
  @media (min-width: 1200.1px) {
    #main:target {
      margin-top: -130px;
      border-top: 130px solid transparent; } }

*:target:before {
  display: block;
  height: 80px;
  /* fixed header height*/
  margin: -80px 0 0;
  /* negative fixed header height */
  content: ""; }
  @media (min-width: 1200.1px) {
    *:target:before {
      height: 130px;
      /* fixed header height*/
      margin: -130px 0 0;
      /* negative fixed header height */ } }

.well {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 1.25rem 1.25rem 1px;
  background-color: #fafafa; }
  .well:after {
    display: table;
    clear: both;
    content: ""; }
  @media (min-width: 768.1px) {
    .well {
      padding: 2rem 40px calc(2rem - 1.5rem); } }

.well--tight {
  padding: 15px 15px 5px; }
  .well--tight .form-group, .well--tight .EPiServerForms .Form__Element, .EPiServerForms .well--tight .Form__Element, .well--tight .input-group {
    margin-bottom: 10px; }
  .well--tight hr {
    margin-top: 15px;
    margin-bottom: 15px; }
  @media (min-width: 768.1px) {
    .well--tight {
      padding: 15px 15px 5px; } }

.well--border-top {
  border-top: solid 2px #7B1632; }

.well--primary {
  background-color: #7B1632; }

.well--secondary {
  background-color: #EBA900; }

.arrow-link {
  position: relative;
  display: inline-flex;
  text-align: left;
  white-space: normal;
  text-decoration: none !important;
  color: #7B1632;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  align-items: center; }
  .arrow-link::after {
    content: '';
    display: block;
    aspect-ratio: 10 / 17.0872;
    width: .375rem;
    background-repeat: no-repeat;
    background-size: contain;
    margin-inline-start: .5rem;
    background-image: url("/static/images/icon-caret-red.svg");
    margin-block-start: 2px; }
  .arrow-link:hover::after {
    background-image: url("/static/images/icon-caret-red-darkened-15.svg"); }
  .arrow-link + br + .arrow-link {
    margin-top: 0.5rem; }
  .arrow-link:last-child {
    margin-right: 0; }
  .arrow-link:hover, .arrow-link:focus, .arrow-link:active {
    text-decoration: underline; }

.back-link {
  display: block;
  padding: 15px 5px;
  color: #616161;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem; }
  .back-link:before {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    content: '';
    transform: rotate(-45deg);
    border-top: solid 1px currentcolor;
    border-left: solid 1px currentcolor; }

@media (min-width: 576.1px) {
  .col-list-2 {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 2rem;
         column-gap: 2rem; } }

.main__sidebar .cta-block, .main__sidebar .content-block {
  margin-bottom: 0; }

.card-category {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 0px;
  display: block;
  padding: 0.5rem 1.25rem;
  color: #ffffff;
  background-color: #7B1632;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase; }

.sidebar-date {
  position: relative;
  display: block;
  padding-left: 23px;
  letter-spacing: 0.05rem;
  color: #3C3C3C;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif; }
  .sidebar-date:before {
    position: absolute;
    top: 5px;
    left: 0px;
    display: block;
    width: 13px;
    height: 13px;
    content: '';
    border: solid 1px #7B1632;
    border-radius: 7px; }
  .sidebar-date:after {
    position: absolute;
    top: 0.5rem;
    left: 6px;
    display: block;
    width: 3px;
    height: 5px;
    content: '';
    border: solid 1px #7B1632;
    border-top: none;
    border-right: none; }

.share-bar__wrap {
  text-align: center; }

.share-bar {
  margin: 0 auto calc(1.5rem - 10px); }

.share-bar__icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-bottom: 10px;
  padding-top: 5px;
  text-align: center;
  border-radius: 15px;
  background-color: #7B1632;
  line-height: 15px; }
  .share-bar__icon img {
    width: auto;
    height: 15px; }

.category-superheading {
  margin: 15px 0 10px;
  letter-spacing: 0.05rem;
  color: #3C3C3C;
  font-size: 0.875rem; }

.expando-list > ul, .expando-list > ol {
  margin-bottom: 0px; }

a.expando-list__btn {
  display: inline-block;
  padding-right: 5px;
  text-decoration: none;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700; }
  a.expando-list__btn:after {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-bottom: -4px;
    margin-left: 15px;
    content: '';
    transform: rotate(-135deg);
    border: solid 5px #7B1632;
    border-top-color: transparent;
    border-left-color: transparent; }
  a.expando-list__btn .list-closed {
    display: none; }
  a.expando-list__btn .list-open {
    display: inline; }
  a.expando-list__btn.collapsed:after {
    margin-bottom: 3px;
    transform: rotate(45deg); }
  a.expando-list__btn.collapsed .list-closed {
    display: inline; }
  a.expando-list__btn.collapsed .list-open {
    display: none; }

.profile-section__group {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.profile-section {
  margin-top: -1px;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  border-top: solid 1px #d8d8d8;
  border-bottom: solid 1px #d8d8d8; }
  @media (min-width: 992.1px) {
    .profile-section {
      padding-top: 2.0rem;
      padding-bottom: 1.5rem; } }

.profile-section__btn {
  position: relative;
  width: 100%;
  padding: 0;
  padding-right: 2rem;
  text-align: left;
  white-space: normal;
  letter-spacing: normal;
  text-transform: none;
  border: none;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.333; }
  .profile-section__btn:after {
    position: absolute;
    top: calc(50% - 5px);
    right: 3px;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    transform: rotate(-135deg);
    border: solid 2px currentcolor;
    border-top-color: transparent;
    border-left-color: transparent; }
  .profile-section__btn.collapsed:after {
    transform: rotate(45deg); }
  @media (min-width: 992.1px) {
    .profile-section__btn {
      width: auto;
      padding-right: 0;
      font-size: 1.3125rem; }
      .profile-section__btn:after {
        display: none; } }

.results-header {
  margin-bottom: 3rem; }
  .results-header .breadcrumb {
    margin-bottom: 1.0rem;
    padding-top: 0; }
  @media (min-width: 1200.1px) {
    .results-header {
      margin-bottom: 5rem; } }
  @media (min-width: 1400.1px) {
    .results-header h1, .results-header .h1 {
      font-size: 5.625rem; } }

.results-group {
  margin-bottom: 2.5rem; }
  @media (min-width: 1200.1px) {
    .results-group {
      margin-bottom: 4.5rem; } }

.results-item {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  border-top: solid 1px #d8d8d8; }
  .results-item h3, .results-item .h3 {
    font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
    font-size: 20;
    font-weight: 400; }
  .results-item a {
    text-decoration: none; }
    .results-item a:hover {
      text-decoration: underline; }
  .results-item:last-child {
    border-bottom: solid 1px #d8d8d8; }
  @media (min-width: 992.1px) {
    .results-item h3, .results-item .h3 {
      font-size: 1.5rem; } }

.page-item.active .page-link {
  color: #7B1632;
  background-color: transparent;
  font-weight: 700; }

.page-item.disabled .page-link {
  background-color: transparent; }

.page-link {
  padding: 0.4rem;
  color: #3C3C3C;
  border: none;
  background-color: transparent; }

.page-link__previous {
  position: relative;
  margin-right: 25px;
  padding-left: 22px;
  color: #7B1632;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700; }
  .page-link__previous:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0px;
    display: block;
    width: 12px;
    height: 2px;
    content: '';
    background-color: currentcolor; }
  .page-link__previous:after {
    position: absolute;
    top: calc(50% - 4px);
    left: 0px;
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    transform: rotate(45deg);
    border-bottom: solid 2px currentcolor;
    border-left: solid 2px currentcolor; }

.page-link__next {
  margin-left: 25px;
  padding-right: 22px;
  color: #7B1632;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700; }
  .page-link__next:before {
    position: absolute;
    top: calc(50% - 1px);
    right: 0px;
    display: block;
    width: 12px;
    height: 2px;
    content: '';
    background-color: currentcolor; }
  .page-link__next:after {
    position: absolute;
    top: calc(50% - 4px);
    right: 0px;
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    transform: rotate(45deg);
    border-top: solid 2px currentcolor;
    border-right: solid 2px currentcolor; }

.color-block {
  width: 100%;
  margin-bottom: 0.5rem;
  padding-top: 56.25%;
  background-color: #f4f4f4; }

.video-block {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.no-news {
  text-align: center; }
  @media (min-width: 576.1px) {
    .no-news {
      position: absolute;
      top: 0px;
      right: 1.25rem;
      width: calc(50% - 40px); } }
  @media (min-width: 992.1px) {
    .no-news {
      right: 0px;
      width: calc(66.6666% - 2rem); } }
  @media (min-width: 1200.1px) {
    .no-news {
      width: calc(75% - 2rem); } }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
.print-logo {
  display: none;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .print-logo img {
    display: inline-block;
    width: auto;
    height: 40px;
    vertical-align: middle; }

.print-footer {
  display: none;
  width: 100%;
  padding-top: 2rem;
  border-top: solid 1px rgba(0, 0, 0, 0.18); }
  .print-footer .print-footer-logo {
    float: left;
    margin-right: 15px;
    margin-bottom: 2rem; }

@media print {
  * {
    color: #000000 !important;
    background: transparent !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  body {
    font-weight: normal; }
  .site-header {
    margin-top: 6rem; }
  a,
  a:visited {
    text-decoration: none !important; }
  a[href]:after {
    content: "";
    font-size: 10px; }
  .cell a[href]:after {
    content: ""; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  blockquote,
  li,
  pre {
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  img,
  tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 1.5cm; }
  h1, .h1 {
    margin-bottom: 20px !important; }
  h2, .h2, h3, .h3,
  p {
    orphans: 3;
    widows: 3; }
  h2, .h2, h3, .h3 {
    page-break-after: avoid; }
  .time,
  li,
  p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px; }
  hr {
    border-color: #ccc !important; }
  .print-logo {
    display: block; }
  .print-footer {
    display: block; }
  .container-fluid {
    max-width: 100%;
    padding: 0; }
  .card {
    display: block;
    margin-right: 0;
    margin-left: 0; }
  .hero--container {
    padding: 0; }
  .detail-page,
  .main__intro {
    margin: 0; }
  .main__intro {
    border-top: 1px solid #c9ced0;
    padding-top: 20px; }
  .anchor-nav, .btn, .EPiServerForms .FormSubmitButton, .EPiServerForms .FormResetButton, .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action,
  .embed-responsive,
  .flex-header,
  .flex-row--alpha,
  .footer-bar,
  .footer-nav__row,
  .hide-for-print,
  .highlight-bar,
  .l-header,
  .l-off-canvas-overlay,
  .pagination,
  .sidebars,
  .skip-link,
  .site-footer,
  .sub-header,
  .subnav,
  .main__sidebar,
  .alpha-nav--container,
  .main__sub-nav,
  .hero__side,
  .owl-dots,
  .owl-carousel__play-pause,
  .callout__side,
  .callout__text a,
  .main__related-notes a,
  form {
    display: none !important; }
  .related-notes__notes .notes__note {
    border-top: 1px solid #c9ced0;
    padding: 1.25rem 0 0; }
  .related-notes__notes .notes__note .note__title {
    margin: 0; }
  .card--accordion .card-header .btn, .card--accordion .card-header .EPiServerForms .FormSubmitButton, .EPiServerForms .card--accordion .card-header .FormSubmitButton, .card--accordion .card-header .EPiServerForms .FormResetButton, .EPiServerForms .card--accordion .card-header .FormResetButton, .card--accordion .card-header .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action, .EPiServerForms .Form__NavigationBar .card--accordion .card-header .Form__NavigationBar__Action {
    display: block !important; }
  .wrap--shiftup {
    margin-top: 0 !important; }
  .profile-tabs .nav-link.active,
  .table-tabs .nav-link.active,
  .view-tabs .nav-link.active {
    border: solid 1px rgba(0, 0, 0, 0.18) !important; }
  .wrap--hero {
    height: auto;
    min-height: auto; }
    .wrap--hero:after {
      background: none; }
  .blockquote,
  blockquote {
    border: none; }
  .single-column, .section-content {
    max-width: none; }
  .col-print-4 {
    max-width: 33.3333%; }
  .col-print-6 {
    max-width: 50%; }
  .col-print-12 {
    max-width: 100%; }
  .chart-surround--40-60 {
    display: table;
    width: 100%; }
    .chart-surround--40-60 .chart-surround__body {
      display: table-cell;
      width: 40%;
      height: 100%;
      vertical-align: middle; }
      .chart-surround--40-60 .chart-surround__body + .chart-surround__body {
        width: 60%; }
  .column-wrap {
    display: flex;
    align-items: stretch;
    align-items: flex-start;
    margin-right: -15px;
    margin-left: -15px; }
  .column-item {
    flex: 0 0 33%;
    padding-top: 0;
    padding-right: 15px;
    padding-left: 15px;
    border-top: none;
    border-right: solid 2px #ffffff; }
    .column-item:last-child {
      border-right: none; }
  body,
  html {
    height: auto;
    padding-top: 0; }
  .l-body {
    display: block;
    padding-top: 0; }
    .l-body .row, .l-body .form-row {
      display: block; }
      .l-body .row:after, .l-body .form-row:after {
        display: table;
        clear: both;
        content: ""; }
      .l-body .row [class*="col-"], .l-body .form-row [class*="col-"] {
        float: left; }
  .l-surround {
    overflow: visible; }
  .l-body,
  .row {
    display: block; }
  .row > [class^="col-"],
  .row > [class*=" col-"] {
    display: block;
    float: left; }
  .card {
    display: block; } }

.footer {
  border-top: solid 1px #d8d8d8;
  background-color: #ffffff; }
  .footer p {
    margin: 0; }

.footer__logo {
  display: block;
  flex-basis: calc(100% + 30px);
  margin: 0px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: solid 1px #d8d8d8; }
  .footer__logo img {
    width: 217px;
    height: auto; }
  @media (min-width: 768.1px) {
    .footer__logo {
      flex-basis: auto;
      flex-grow: 0;
      margin-top: 1.4rem;
      padding: 0px 25px 0px 0px;
      border-bottom: none; }
      .footer__logo img {
        width: 175px; } }

.site-footer__contact__wrap {
  display: inline-block;
  max-width: 280px;
  text-align: left; }
  @media (min-width: 768.1px) {
    .site-footer__contact__wrap {
      max-width: none; } }

.footer__bottom {
  padding: 45px 25px;
  text-align: center;
  color: #ffffff;
  background-color: #7B1632; }
  .footer__bottom a {
    color: #ffffff; }
  @media (min-width: 768.1px) {
    .footer__bottom {
      padding: 28px 0px; } }

.footer__bottom__nav {
  margin-bottom: 0px;
  padding-left: 0;
  list-style: none;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif; }
  .footer__bottom__nav a {
    font-size: 20;
    font-weight: 700;
    line-height: 1.4; }
  .footer__bottom__nav li {
    display: block;
    margin-bottom: 1.2rem; }
    .footer__bottom__nav li:last-child {
      margin-bottom: 0px; }
  @media (min-width: 992.1px) {
    .footer__bottom__nav {
      display: flex;
      flex-wrap: wrap;
      grid-column-gap: 2rem;
      font-size: 0.8125rem; }
      .footer__bottom__nav li {
        display: inline-block;
        margin-bottom: 0px;
        padding: 0.5rem 0; } }

.footer__social-list {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0; }

.footer__social-link {
  display: inline-block;
  padding: 10px;
  text-align: center; }
  .footer__social-link .social-link__svg {
    fill: #575757; }
  .footer__social-link:hover .social-link__svg {
    fill: #6a1625; }

.footer__contact {
  display: flex;
  align-items: center;
  grid-column-gap: 2rem; }
  .footer__contact-link {
    font-size: 20;
    font-weight: 700;
    text-transform: uppercase; }

.footer__text-link {
  color: #000000; }

.footer__copyright {
  font-weight: 500;
  color: #606060; }

.site-footer__content {
  padding: 2rem 0;
  display: flex; }
  @media (max-width: 992px) {
    .site-footer__content {
      flex-direction: column;
      align-items: center; }
      .site-footer__content > * + * {
        margin-top: 1.5rem; } }
  @media (min-width: 992.1px) {
    .site-footer__content {
      align-items: center;
      justify-content: space-between; } }

.site-header {
  position: fixed;
  z-index: 1001;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #ffffff; }
  .site-header .main-navbar {
    border-top: solid 0.25rem #7B1632;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
    font-family: "Barlow", "Helvetica Neue", Arial, sans-serif; }
    @media (min-width: 1200.1px) {
      .site-header .main-navbar {
        height: 9.3125rem;
        padding-top: 49px;
        border-top: 0;
        box-shadow: none; } }
  .site-header .main-navbar-brand {
    display: inline-block;
    float: left;
    max-width: 50%;
    margin-top: 4px; }
    @media (min-width: 1200.1px) {
      .site-header .main-navbar-brand {
        margin-top: 10px; } }
  .site-header .main-navbar-brand__logo {
    width: 146px;
    height: auto; }
    @media (min-width: 1200.1px) {
      .site-header .main-navbar-brand__logo {
        width: 189px; } }
  .site-header .mln__expand-btn {
    float: right;
    width: 71px;
    margin-right: -15px;
    transition: 0.3s all;
    color: #7B1632;
    border-left: solid 1px #d8d8d8;
    background-color: #ffffff; }
    .site-header .mln__expand-btn .mln__expand-btn__burger {
      top: auto;
      height: 2px; }
      .site-header .mln__expand-btn .mln__expand-btn__burger:before {
        top: -6px;
        height: 2px;
        transition: 0.3s all; }
      .site-header .mln__expand-btn .mln__expand-btn__burger:after {
        top: 4px;
        height: 2px;
        transition: 0.3s all; }
    .site-header .mln__expand-btn[aria-expanded="true"] {
      background-color: #7B1632; }
      .site-header .mln__expand-btn[aria-expanded="true"] .mln__expand-btn__burger {
        height: 0px; }
        .site-header .mln__expand-btn[aria-expanded="true"] .mln__expand-btn__burger:before {
          top: 0px;
          transform: rotate(-45deg);
          background-color: #ffffff; }
        .site-header .mln__expand-btn[aria-expanded="true"] .mln__expand-btn__burger:after {
          top: -2px;
          transform: rotate(45deg);
          background-color: #ffffff; }
    @media (min-width: 992.1px) {
      .site-header .mln__expand-btn {
        margin-right: -60px; } }
  .site-header .mln__expander {
    z-index: -1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 75px);
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .site-header .mln__expander.mln__expander--showing {
      box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2); }
    @media (min-width: 1200.1px) {
      .site-header .mln__expander {
        overflow: visible;
        height: 99px; }
        .site-header .mln__expander.mln__expander--showing {
          box-shadow: none; } }
  .site-header .mln__list {
    padding-top: 1px;
    font-size: 0.8125rem;
    font-weight: 700; }
    .site-header .mln__list li {
      margin-top: 0px;
      margin-right: 0px; }
    @media (min-width: 1200.1px) {
      .site-header .mln__list {
        display: flex;
        justify-content: flex-end;
        width: calc(100% - 220px);
        height: 99px; }
        .site-header .mln__list li {
          flex: 0 1 auto; } }
  .site-header .mln__level-1 {
    position: relative;
    letter-spacing: 0.015rem; }
    .site-header .mln__level-1:after {
      position: absolute;
      bottom: 0px;
      left: 15px;
      display: block;
      width: calc(100% - 30px);
      height: 1px;
      content: '';
      background-color: rgba(0, 0, 0, 0.15); }
    .site-header .mln__level-1:last-child:after {
      display: none; }
    @media (min-width: 1200.1px) {
      .site-header .mln__level-1:after {
        display: none; }
      .site-header .mln__level-1 > a, .site-header .mln__level-1 > .mln__child-controls > a {
        position: relative;
        text-transform: uppercase;
        height: 99px;
        padding-top: 40px;
        padding-right: 2rem;
        padding-bottom: 40px;
        border-left: solid 4px #ffffff;
        background-color: #ffffff;
        color: #545454; }
        .site-header .mln__level-1 > a:after, .site-header .mln__level-1 > .mln__child-controls > a:after {
          position: absolute;
          z-index: -1;
          top: 0px;
          right: 0px;
          display: block;
          width: 12px;
          height: 99px;
          content: '';
          transition: 0.35s right;
          background: transparent url("/static/images/bkgnd-fade-right.png") repeat-y; }
      .site-header .mln__level-1.mln__has-child--showing > .mln__child-controls {
        z-index: 4; }
        .site-header .mln__level-1.mln__has-child--showing > .mln__child-controls > a {
          border-left: solid 4px #EBA900; }
          .site-header .mln__level-1.mln__has-child--showing > .mln__child-controls > a:after {
            right: -9px; } }
  @media (min-width: 1200.1px) {
    .site-header .mln__child__list {
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      max-height: calc(100vh - 130px);
      border-left: solid 4px #EBA900;
      -ms-overflow-style: -ms-autohiding-scrollbar; } }
  @media (min-width: 1200.1px) {
    .site-header .mln__child__collapse {
      box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2); } }
  .site-header .mln__level-2 {
    background-color: #F6F4EF;
    font-weight: 400; }
    .site-header .mln__level-2 > a {
      padding-left: 1rem; }
    @media (min-width: 1200.1px) {
      .site-header .mln__level-2 {
        position: relative;
        background-color: #ffffff; }
        .site-header .mln__level-2:after {
          position: absolute;
          bottom: 0px;
          left: 15px;
          display: block;
          width: calc(100% - 15px);
          height: 1px;
          content: '';
          background-color: rgba(0, 0, 0, 0.15); }
        .site-header .mln__level-2:last-child:after {
          display: none; }
        .site-header .mln__level-2 > a {
          padding-top: 16px;
          padding-bottom: 16px; } }
  .site-header .mln__child-controls .mln__toggle-btn {
    background-color: transparent; }
    @media (min-width: 1200.1px) {
      .site-header .mln__child-controls .mln__toggle-btn {
        width: 30px; } }
  .site-header .mln__toggle-btn__chevron:before, .site-header .mln__toggle-btn__chevron:after {
    border-color: #7B1632;
    border-top-width: 2px; }
  @media (min-width: 1200.1px) {
    .site-header {
      box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2); } }

.site-header .nav {
  margin-top: 0;
  letter-spacing: 0.015rem; }

@media (min-width: 1200.1px) {
  .site-header .utility-bar .nav:not(.quick-links) .nav-item:first-child .nav-link {
    padding-left: 0; } }

.site-header .nav-item {
  margin-top: 0; }

.site-header .dropdown-menu {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
  font-size: 0.8125rem; }

.site-header .utility-bar {
  margin-top: 0;
  color: #ffffff;
  background-color: #7B1632;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8125rem; }
  .site-header .utility-bar .nav-item {
    padding-top: 15px;
    padding-bottom: 15px; }
  .site-header .utility-bar .nav-link {
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
    color: #ffffff; }
  @media (min-width: 1200.1px) {
    .site-header .utility-bar {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      padding-left: 60px; }
      .site-header .utility-bar > * {
        flex: 1 1 auto; }
      .site-header .utility-bar:after, .site-header .utility-bar:before {
        position: absolute;
        /* fill vertically */
        top: 0;
        right: 100%;
        bottom: 0;
        width: 9600px;
        content: "";
        background: #7B1632; }
      .site-header .utility-bar:after {
        left: 100%;
        width: 9600px;
        /* you're free to do something totally different here */
        background: #7B1632; }
      .site-header .utility-bar .nav-link {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
  @media (min-width: 1400.1px) {
    .site-header .utility-bar {
      padding-left: 120px; } }

.site-header .quick-links {
  position: relative;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600; }
  @media (min-width: 1200.1px) {
    .site-header .quick-links {
      flex: 0 0 auto;
      min-width: 390px;
      margin-top: 0;
      padding-left: 10px; }
      .site-header .quick-links .nav-link {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
        border-right: 1px solid #EAA416; } }

.site-header .quick-links__icon {
  display: none; }
  @media (min-width: 1200.1px) {
    .site-header .quick-links__icon {
      display: inline-block;
      width: auto;
      height: 15px;
      margin-right: 5px;
      vertical-align: middle; } }

.wrap {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  .wrap:after {
    display: table;
    clear: both;
    content: ""; }
  @media (min-width: 992.1px) {
    .wrap {
      padding-top: 40px;
      padding-bottom: 40px; } }

.wrap--tan {
  background-color: #F6F4EF; }

.breadcrumb {
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 0px;
  padding: 1.5rem 0px;
  background: none;
  font-size: 0.875rem; }
  .breadcrumb li {
    margin-top: 0px; }
  .breadcrumb a {
    color: #616161; }
  .breadcrumb .breadcrumb-item.active {
    font-weight: 700; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-weight: 400; }

.event-card a {
  text-decoration: none; }

.event-card:hover {
  cursor: pointer;
  color: #ffffff;
  border-color: #C02944;
  background-color: #C02944; }
  .event-card:hover .event-card__title {
    color: #ffffff; }
    .event-card:hover .event-card__title a {
      color: #ffffff; }
  .event-card:hover .arrow-link {
    color: #ffffff; }

.event-card a:focus {
  text-decoration: underline; }

.event-card:focus-within {
  box-shadow: 0 0 0 2px #7B1632; }

.event-card:focus-within a:focus {
  text-decoration: none; }

.event-card {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  margin-right: 25px;
  margin-bottom: 2rem;
  margin-left: 25px;
  transition: background-color 0.3s, border-color 0.3s, opacity .45s ease-in-out, transform .45s ease-in-out;
  transform: scale(0.3);
  opacity: 0;
  border: solid 2px #7B1632;
  background: #ffffff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1); }
  .event-card .card-category {
    top: -1.25rem;
    left: -2px; }
  .event-card.showing {
    transform: scale(1);
    opacity: 1; }

.event-card--noimage {
  margin-top: 0; }
  .event-card--noimage .card-category {
    top: 10px;
    left: -12px; }
  .event-card--noimage .event-card__body {
    padding-top: 55px; }
  .event-card--noimage .event-card__title {
    font-size: 1.3125rem; }

.event-card__image-wrap {
  width: calc(100% + 24px);
  margin-top: -2rem;
  margin-right: -12px;
  margin-left: -12px; }

.event-card__image {
  width: 100%; }

.event-card__body {
  padding: 1.25rem 1.25rem 10px;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8125rem; }
  .event-card__body p, .event-card__body ul, .event-card__body ol {
    font-size: 0.8125rem; }

.event-card__date {
  display: block;
  margin-bottom: 0.75rem; }

.event-card__date__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 2px;
  margin-left: -5px;
  vertical-align: middle;
  border-radius: 1.25rem;
  background: #ffffff url("/static/images/icon-calendar-sm.png") no-repeat center;
  background-size: 14px; }
  .event-card__date__icon img {
    width: 14px;
    height: auto; }

.event-card__title {
  margin-top: 0;
  font-size: 1rem;
  font-weight: 400; }
  .event-card__title a {
    text-decoration: none;
    color: #1a1a1a; }

@supports (clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)) {
  /* Isolated code for support of clip-path. Shakes fist at Microsoft */
  .event-card {
    padding-top: 0; }
  .event-card__image {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: rotate(0deg);
    -o-object-fit: cover;
       object-fit: cover;
    clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%, 0 35px); }
  .event-card__image-wrap {
    position: relative;
    top: auto;
    left: auto;
    padding-top: 0;
    transform: rotate(0deg); } }

.event-header {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 3rem; }
  @media (min-width: 992.1px) {
    .event-header {
      min-height: 136px;
      margin-bottom: 3rem; } }

.event-header__date {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
  margin-top: 5px;
  padding-top: 17px;
  text-align: center;
  color: #7B1632;
  border: solid 3px currentcolor;
  background-color: #ffffff;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  line-height: 0.8; }
  .event-header__date:before {
    position: absolute;
    top: 7px;
    left: 0px;
    display: block;
    width: 100%;
    height: 0px;
    content: '';
    border-top: solid 3px currentcolor; }
  .event-header__date:after {
    position: absolute;
    top: -7px;
    left: 0.5rem;
    display: block;
    width: calc(100% - 16px);
    height: 11px;
    content: '';
    border-right: solid 3px currentcolor;
    border-left: solid 3px currentcolor; }
  .event-header__date .event-header__month {
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 400; }
  .event-header__date .event-header__day {
    display: block;
    font-size: 2rem;
    font-weight: 700; }
  @media (min-width: 992.1px) {
    .event-header__date {
      width: 136px;
      height: 134px;
      margin-top: 6px;
      padding-top: 45px;
      border-width: 4px; }
      .event-header__date:before {
        top: 16px;
        left: 0px;
        width: 100%;
        height: 0px;
        border-top: solid 4px currentcolor; }
      .event-header__date:after {
        top: -10px;
        left: 16px;
        width: calc(100% - 31px);
        height: 18px;
        border-right: solid 4px currentcolor;
        border-left: solid 4px currentcolor; }
      .event-header__date .event-header__month {
        letter-spacing: 0.3rem;
        font-size: 1.3125rem; }
      .event-header__date .event-header__day {
        font-size: 2.5rem; } }

.event-header__details {
  flex: 1 1 auto;
  padding-left: 1.25rem; }
  .event-header__details *:last-child {
    margin-bottom: 0px; }
  .event-header__details .event-header__time {
    font-size: 0.875rem; }
  @media (min-width: 992.1px) {
    .event-header__details {
      padding-left: 2rem; } }

.event-header--multi-day .event-header__date {
  line-height: 0.9; }
  .event-header--multi-day .event-header__date .event-header__day {
    font-size: 1.3125rem; }

@media (min-width: 992.1px) {
  .event-header--multi-day .event-header__date {
    line-height: 0.9; }
    .event-header--multi-day .event-header__date .event-header__day {
      font-size: 2rem; } }

.list-icons {
  padding-left: 0;
  list-style: none;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem; }
  .list-icons li {
    position: relative;
    margin-bottom: 5px;
    padding: 0px 0px 5px 1.25rem;
    word-break: break-all;
    /* Non standard for WebKit */
    word-break: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
    border-bottom: solid 1px #d8d8d8; }
  .list-icons .list-icons__icon {
    position: absolute;
    top: 3px;
    left: 0px;
    width: 14px;
    height: auto; }
  @media (min-width: 992.1px) {
    .list-icons {
      font-size: 1.5rem; }
      .list-icons li {
        margin-bottom: 15px;
        padding-bottom: 15px;
        padding-left: 40px; }
      .list-icons .list-icons__icon {
        position: absolute;
        top: 6px;
        width: 22px; } }

.featured-story-card {
  position: relative;
  margin-right: 15px;
  margin-bottom: 2rem;
  margin-left: 15px; }
  @media (min-width: 992.1px) {
    .featured-story-card {
      display: flex;
      align-items: stretch;
      flex-direction: row;
      justify-content: flex-start; }
      .featured-story-card > * {
        flex: 1 1 auto; } }
  .featured-story-card__body {
    padding: 40px 1.25rem 10px;
    background: #EBA900 url("/static/images/bkgnd-gold-skyline.jpg") no-repeat center;
    background-size: cover; }
    @media (min-width: 992.1px) {
      .featured-story-card__body {
        padding: 40px 40px calc(40px - 1.5rem); } }
  .featured-story-card__title {
    font-size: 1.3125rem;
    font-weight: 400; }
    .featured-story-card__title:before {
      display: block;
      width: 80px;
      height: 2px;
      margin-bottom: 0.65rem;
      content: '';
      background-color: #7B1632; }
    .featured-story-card__title a {
      text-decoration: none;
      color: #1a1a1a;
      color: #1a1a1a; }
      .featured-story-card__title a:hover, .featured-story-card__title a:focus {
        text-decoration: underline; }
    @media (min-width: 992.1px) {
      .featured-story-card__title {
        font-size: 2rem; } }
  .featured-story-card .featured-story-card__image-wrap {
    position: relative;
    padding-top: 234px;
    background-color: #C02944;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .featured-story-card .featured-story-card__image-wrap:after {
      position: absolute;
      top: -10px;
      left: calc(50% - 10px);
      display: block;
      width: 20px;
      height: 20px;
      content: '';
      transform: rotate(135deg);
      border: solid 10px #7B1632;
      border-bottom-color: transparent;
      border-left-color: transparent; }
    @media (min-width: 992.1px) {
      .featured-story-card .featured-story-card__image-wrap {
        flex-shrink: 0;
        width: calc(33% + 12px); }
        .featured-story-card .featured-story-card__image-wrap:after {
          position: absolute;
          top: calc(50% - 10px);
          left: -10px;
          transform: rotate(45deg); } }

.video-iframe {
  width: 100%;
  max-width: 100%; }
  @media (min-width: 768.1px) {
    .video-iframe {
      aspect-ratio: 16 / 9; } }

.video-native {
  max-width: 100%; }
  .video-native > video {
    width: 100%;
    height: auto;
    display: block; }

.video-thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0; }
  .video-thumbnail-trigger {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative; }

.video-full-bleed {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden; }
  .video-full-bleed[data-video-type="youtube"][aria-hidden="true"], .video-full-bleed[data-video-type="native"][aria-hidden="true"] {
    display: none; }
  .video-full-bleed .video-iframe {
    padding-bottom: 0; }
  .video-full-bleed iframe {
    width: 100%;
    flex: 0 0 auto; }
  .video-full-bleed video,
  .video-full-bleed iframe[data-header-video] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .video-full-bleed-controls {
    position: relative;
    display: flex;
    align-items: center;
    pointer-events: fill;
    z-index: 20;
    gap: .5rem; }
    .video-full-bleed-controls .video-controls-btn {
      height: 3.375rem;
      width: 3.375rem;
      margin: 0;
      fill: none;
      stroke: #ffffff; }
  .video-full-bleed-container {
    display: flex;
    justify-content: center; }

.full-bleed-overlay {
  background: #000000;
  opacity: 0.4;
  height: 100%;
  width: 100%; }

.hero--home h1, .hero--home .h1,
.landing .hero h1, .landing .hero .h1, .hero--home--video h1, .hero--home--video .h1 {
  font-size: 3rem;
  letter-spacing: 0.05rem;
  line-height: 1.05;
  font-family: "Veneer", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase; }

.hero--home p,
.landing .hero p, .hero--home--video p {
  font-family: "Veneer", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 1.3; }

.hero {
  position: relative;
  color: #7B1632;
  background: #F6F4EF url("/static/images/bkgnd-hex01.jpg");
  background-color: #E2DFD6;
  background-position: center; }
  .hero h1, .hero .h1, .hero h2, .hero .h2, .hero h3, .hero .h3, .hero h4, .hero .h4, .hero h5, .hero .h5, .hero h6, .hero .h6, .hero p, .hero .h1, .hero .h2, .hero .h3, .hero .h4, .hero .h5, .hero .h6 {
    color: #7B1632; }
  .hero__border {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 100%);
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 260px; }
    @media (min-width: 1200.1px) {
      .hero__border {
        height: 340px; } }
  .hero__content {
    grid-column-start: 1;
    padding-block: 1.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
    @media (min-width: 768.1px) {
      .hero__content {
        grid-column-start: 1;
        padding-block: 3rem;
        margin-left: 2.5rem;
        margin-right: 2.5rem; } }

@media (min-width: 768.1px) {
  .hero-top .hero__border {
    align-items: start; } }

@media (min-width: 768.1px) {
  .hero-bottom .hero__border {
    align-items: end; } }

@media (min-width: 768.1px) {
  .hero-left .hero__content {
    grid-column-start: 1; } }

@media (min-width: 768.1px) {
  .hero-right .hero__content {
    text-align: right;
    grid-column-start: 2; } }

@media (max-width: 768px) {
  .hero-mobile-top .hero__border {
    align-items: start; } }

@media (max-width: 768px) {
  .hero-mobile-bottom .hero__border {
    align-items: end; } }

@media (max-width: 768px) {
  .hero-mobile-left .hero__content {
    grid-column-start: 1; } }

@media (max-width: 768px) {
  .hero-mobile-right .hero__content {
    text-align: right; } }

.hero--image {
  color: #ffffff;
  background: #000000 no-repeat;
  background-position: center;
  background-size: cover;
  background-position-x: 66.6666%; }
  .hero--image:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: block;
    content: '';
    background-color: rgba(0, 0, 0, 0.5); }
  .hero--image h1, .hero--image .h1, .hero--image h2, .hero--image .h2, .hero--image h3, .hero--image .h3, .hero--image h4, .hero--image .h4, .hero--image h5, .hero--image .h5, .hero--image h6, .hero--image .h6, .hero--image p, .hero--image a, .hero--image .h1, .hero--image .h2, .hero--image .h3, .hero--image .h4, .hero--image .h5, .hero--image .h6 {
    color: #ffffff; }
  .hero--image p {
    font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700; }

.hero--home,
.landing .hero {
  color: #ffffff;
  background: #000000 no-repeat;
  background-position: center;
  background-size: cover;
  background-position-x: 66.6666%;
  height: calc(100vh - 9.3125rem - 100px); }
  .hero--home:after,
  .landing .hero:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: block;
    content: '';
    background-color: rgba(0, 0, 0, 0.5); }
  .hero--home h1, .hero--home .h1, .hero--home h2, .hero--home .h2, .hero--home h3, .hero--home .h3, .hero--home h4, .hero--home .h4, .hero--home h5, .hero--home .h5, .hero--home h6, .hero--home .h6, .hero--home p, .hero--home a, .hero--home .h1, .hero--home .h2, .hero--home .h3, .hero--home .h4, .hero--home .h5, .hero--home .h6,
  .landing .hero h1,
  .landing .hero .h1,
  .landing .hero h2,
  .landing .hero .h2,
  .landing .hero h3,
  .landing .hero .h3,
  .landing .hero h4,
  .landing .hero .h4,
  .landing .hero h5,
  .landing .hero .h5,
  .landing .hero h6,
  .landing .hero .h6,
  .landing .hero p,
  .landing .hero a,
  .landing .hero .h1,
  .landing .hero .h2,
  .landing .hero .h3,
  .landing .hero .h4,
  .landing .hero .h5,
  .landing .hero .h6 {
    color: #ffffff; }
  .hero--home .hero__border,
  .landing .hero .hero__border {
    height: calc(100vh - 9.3125rem - 100px); }
    .hero--home .hero__border.in-edit-mode,
    .landing .hero .hero__border.in-edit-mode {
      min-height: 500px; }
    @media (min-width: 768.1px) {
      .hero--home .hero__border,
      .landing .hero .hero__border {
        display: grid;
        grid-template-columns: minmax(0, 50%) minmax(0, 50%); } }
  @media (min-width: 768.1px) {
    .hero--home h1, .hero--home .h1,
    .landing .hero h1,
    .landing .hero .h1 {
      font-size: 6rem; }
    .hero--home p,
    .landing .hero p {
      font-size: 2.5rem; } }
  @media (min-width: 1200.1px) {
    .hero--home h1, .hero--home .h1,
    .landing .hero h1,
    .landing .hero .h1 {
      font-size: 11.5rem; }
    .hero--home p,
    .landing .hero p {
      font-size: 3.75rem; } }
  @media (min-width: 768.1px) {
    .hero--home.hero--mobileimage .hero--mobilebg,
    .landing .hero.hero--mobileimage .hero--mobilebg {
      display: none; } }
  @media (max-width: 768px) {
    .hero--home.hero--mobileimage,
    .landing .hero.hero--mobileimage {
      background-image: none !important; }
      .hero--home.hero--mobileimage .hero--mobilebg,
      .landing .hero.hero--mobileimage .hero--mobilebg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center; } }

.hero--home--video {
  color: #ffffff;
  background: #000000 no-repeat;
  height: calc(100vh - 9.3125rem - 3.375rem);
  max-height: 950px;
  display: flex; }
  @media (max-width: 768px) {
    .hero--home--video {
      height: calc(100vh - 150px); } }
  .hero--home--video:not([data-has-content='false']):after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: block;
    content: '';
    background-color: rgba(0, 0, 0, 0.5); }
  .hero--home--video h1, .hero--home--video .h1, .hero--home--video h2, .hero--home--video .h2, .hero--home--video h3, .hero--home--video .h3, .hero--home--video h4, .hero--home--video .h4, .hero--home--video h5, .hero--home--video .h5, .hero--home--video h6, .hero--home--video .h6, .hero--home--video p, .hero--home--video a, .hero--home--video .h1, .hero--home--video .h2, .hero--home--video .h3, .hero--home--video .h4, .hero--home--video .h5, .hero--home--video .h6 {
    color: #ffffff; }
  .hero--home--video .hero__content {
    display: block; }
  @media (min-width: 768.1px) {
    .hero--home--video h1, .hero--home--video .h1 {
      font-size: 4rem; } }
  @media (min-width: 1200.1px) {
    .hero--home--video h1, .hero--home--video .h1 {
      font-size: 5.75rem;
      margin-bottom: 2rem; }
    .hero--home--video p {
      font-size: 2rem; }
    .hero--home--video .hero-home-video-block {
      margin: -2rem;
      min-height: calc(100vh - 120px); }
    .hero--home--video .hero__border {
      height: auto; }
    .hero--home--video .jquery-background-video-pauseplay {
      top: 45px !important;
      right: 45px !important; } }

.hero-click a {
  text-decoration: none; }
  .hero-click a:hover {
    text-decoration: underline; }

.hero-click:hover {
  cursor: pointer; }

.hero-click a:focus {
  text-decoration: underline; }

.hero--profile {
  text-align: center;
  padding: 2rem;
  color: #1a1a1a;
  background: #F6F4EF url("/static/images/hero-profile01.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  display: block; }
  .hero--profile:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: block;
    content: '';
    background-color: rgba(246, 244, 239, 0.85); }
  .hero--profile h1, .hero--profile .h1, .hero--profile h2, .hero--profile .h2, .hero--profile h3, .hero--profile .h3, .hero--profile h4, .hero--profile .h4, .hero--profile h5, .hero--profile .h5, .hero--profile h6, .hero--profile .h6, .hero--profile p, .hero--profile a, .hero--profile .h1, .hero--profile .h2, .hero--profile .h3, .hero--profile .h4, .hero--profile .h5, .hero--profile .h6 {
    color: #1a1a1a; }
  .hero--profile h1, .hero--profile .h1 {
    margin-top: 15px;
    margin-bottom: 2px;
    font-size: 1.5rem; }
  .hero--profile p {
    color: #1a1a1a;
    font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700; }
  .hero--profile .hero__border {
    display: block;
    height: auto; }
  @media (min-width: 600.1px) {
    .hero--profile .hero__content {
      width: 100%; } }
  @media (min-width: 1200.1px) {
    .hero--profile .hero__content {
      width: 100%; } }
  @media (min-width: 1800.1px) {
    .hero--profile .hero__content {
      width: 100%; } }
  .hero--profile .hero--profile__title {
    margin-bottom: 0;
    font-size: 20;
    font-weight: 400; }
  .hero--profile .hero--profile__image {
    width: 147px;
    height: 147px;
    border-radius: 147px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  @media (min-width: 768.1px) {
    .hero--profile h1, .hero--profile .h1 {
      font-size: 2.25rem; } }
  @media (min-width: 1200.1px) {
    .hero--profile h1, .hero--profile .h1 {
      margin-top: 25px;
      font-size: 3.5rem; }
    .hero--profile .hero--profile__title {
      font-size: 1.5rem; }
    .hero--profile .hero--profile__image {
      width: 223px;
      height: 223px;
      border-radius: 223px; } }

.hero--notint:after {
  content: none !important; }

.news-card {
  position: relative;
  width: 100%;
  margin: 2rem 25px;
  padding-top: 1px;
  transition: background-color 0.3s;
  background: #ffffff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1); }
  .news-card a {
    text-decoration: none; }
    .news-card a:focus {
      text-decoration: underline; }
  .news-card:hover {
    cursor: pointer;
    color: #ffffff;
    background-color: #C02944; }
    .news-card:hover .news-card__title {
      color: #ffffff; }
      .news-card:hover .news-card__title a {
        color: #ffffff; }
    .news-card:hover .arrow-link {
      color: #ffffff; }
  .news-card:focus-within {
    box-shadow: 0 0 0 2px #7B1632; }
    .news-card:focus-within a:focus {
      text-decoration: none; }
  .news-card__image {
    width: 100%; }
  .news-card__image-wrap {
    width: calc(100% + 1.25rem);
    margin-top: -2rem;
    margin-right: -10px;
    margin-left: -10px; }
  .news-card--noimage {
    margin-top: 0; }
    .news-card--noimage .card-category {
      top: 10px;
      left: -10px; }
    .news-card--noimage .news-card__body {
      padding-top: 55px; }
    .news-card--noimage .news-card__title {
      font-size: 1.3125rem; }
  .news-card__body {
    padding: 20px 20px 10px;
    font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.8125rem; }
    .news-card__body p, .news-card__body ul, .news-card__body ol {
      font-size: 0.8125rem; }
  .news-card__date {
    display: block;
    margin-bottom: 0.75rem; }
    .news-card__date__icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      margin-bottom: 2px;
      margin-left: -5px;
      vertical-align: middle;
      border-radius: 20px;
      background: #ffffff url("/static/images/icon-calendar-sm.png") no-repeat center;
      background-size: 14px; }
      .news-card__date__icon img {
        width: 14px;
        height: auto; }
  .news-card__title {
    margin-top: 0;
    font-size: 1rem;
    font-weight: 400; }
    .news-card__title a {
      text-decoration: none;
      color: #1a1a1a; }

.news-card .card-category {
  top: -19px;
  left: -2px; }

@supports (clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)) {
  /* Isolated code for support of clip-path. Shakes fist at Microsoft */
  .news-card {
    padding-top: 1px; }
  .news-card__image {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: rotate(0deg);
    -o-object-fit: cover;
       object-fit: cover;
    clip-path: polygon(45px 0, 100% 0, 100% 100%, 0 100%, 0 35px); }
  .news-card__image-wrap {
    position: relative;
    top: auto;
    left: auto;
    padding-top: 0;
    transform: rotate(0deg); } }

.grid-sizer, .grid-item {
  width: 100%; }
  .grid-sizer .news-card, .grid-item .news-card {
    width: auto; }
  @media (min-width: 576.1px) {
    .grid-sizer, .grid-item {
      width: 50%; } }
  @media (min-width: 992.1px) {
    .grid-sizer, .grid-item {
      width: 33.3333%; } }
  @media (min-width: 1200.1px) {
    .grid-sizer, .grid-item {
      width: 25%; } }

.news-section__title {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-bottom: 1rem;
  border-bottom: solid 1px #d8d8d8;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.3125rem;
  font-weight: 400; }
  @media (min-width: 992.1px) {
    .news-section__title {
      max-width: none; } }

.news-section__footer {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
  text-align: center; }
  @media (min-width: 992.1px) {
    .news-section__footer {
      max-width: none; } }

.profile-card {
  position: relative;
  margin-bottom: 1.25rem;
  transition: background-color 0.3s, border-color 0.3s, opacity .45s ease-in-out, transform .45s ease-in-out;
  transform: scale(0.3);
  opacity: 0;
  border: solid 1px #d8d8d8;
  background-color: #ffffff; }
  .profile-card a {
    text-decoration: none; }
    .profile-card a:hover {
      text-decoration: underline; }
  @media (min-width: 576.1px) {
    .profile-card {
      margin-bottom: 2rem; } }
  .profile-card.showing {
    transform: scale(1);
    opacity: 1; }
  .profile-card:hover {
    cursor: pointer;
    color: #ffffff;
    border-color: #7B1632;
    background-color: #7B1632; }
    .profile-card:hover .profile-card__image-wrap {
      background-color: #7B1632; }
    .profile-card:hover .profile-card__name, .profile-card:hover .profile-card__title, .profile-card:hover .contact-grid {
      color: #ffffff; }
      .profile-card:hover .profile-card__name a, .profile-card:hover .profile-card__title a, .profile-card:hover .contact-grid a {
        color: #ffffff; }
    .profile-card:hover .phone-icon {
      background-image: url("/static/images/icon-phone-white.png"); }
    .profile-card:hover .email-icon {
      background-image: url("/static/images/icon-email-white.png"); }
  .profile-card a:focus {
    text-decoration: underline; }
  .profile-card:focus-within {
    box-shadow: 0 0 0 2px #7B1632; }
    .profile-card:focus-within a:focus {
      text-decoration: none; }
  .profile-card__image-wrap {
    padding: 1.25rem;
    transition: background-color 0.3s;
    text-align: center;
    background-color: #fafafa; }
  .profile-card__image {
    display: inline-block !important;
    width: 155px !important;
    height: 155px;
    border-radius: 78px;
    background-color: #ffffff;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
    @media (min-width: 1600.1px) {
      .profile-card__image {
        width: 215px !important;
        height: 215px;
        border-radius: 108px; } }
  .profile-card__category {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    padding: 2px 2rem 2px 1.25rem;
    color: #ffffff;
    background-color: #C02944;
    font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 700; }
    .profile-card__category:before {
      position: absolute;
      top: 1px;
      left: -14px;
      display: block;
      width: 14px;
      height: 24px;
      content: '';
      border-top: solid 12px transparent;
      border-right: solid 7px #C02944;
      border-bottom: solid 12px #C02944;
      border-left: solid 7px transparent; }
    .profile-card__category--gold {
      color: #7B1632;
      background-color: #EBA900; }
      .profile-card__category--gold:before {
        border-right-color: #EBA900;
        border-bottom-color: #EBA900; }
  .profile-card__body {
    padding: 15px; }
    @media (min-width: 992.1px) {
      .profile-card__body {
        padding: 25px; } }
  .profile-card__name {
    margin-bottom: 0.1rem;
    font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
    font-size: 20;
    font-weight: 400; }
    .profile-card__name a {
      text-decoration: none;
      color: #3C3C3C;
      color: #3C3C3C; }
      .profile-card__name a:hover {
        text-decoration: underline; }
    @media (min-width: 992.1px) {
      .profile-card__name {
        font-size: 1.5rem; } }
  .profile-card .profile-card__title {
    margin-bottom: 1rem;
    color: #3C3C3C;
    font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.9375rem; }
    @media (min-width: 992.1px) {
      .profile-card .profile-card__title {
        font-size: 1.125rem; } }
  .profile-card .contact-grid {
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    list-style: none;
    font-size: 0.75rem !important; }
  .profile-card .contact-grid__item {
    overflow: hidden;
    margin-bottom: 0px !important;
    white-space: nowrap;
    border-bottom: solid 1px #d8d8d8;
    font-family: "Barlow", "Helvetica Neue", Arial, sans-serif; }
    .profile-card .contact-grid__item:first-child {
      border-top: solid 1px #d8d8d8; }
  .profile-card .contact-grid__icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
    border-right: solid 1px #d8d8d8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px; }
    @media (min-width: 992.1px) {
      .profile-card .contact-grid__icon {
        width: 50px;
        height: 50px; } }
  .profile-card .phone-icon {
    background-image: url("/static/images/icon-phone.png"); }
  .profile-card .email-icon {
    background-image: url("/static/images/icon-email.png"); }

.profile-sidebar {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
  padding: 1rem 1rem 5px;
  border-top: solid 2px #7B1632;
  background-color: #fafafa; }
  .profile-sidebar:after {
    display: table;
    clear: both;
    content: ""; }
  .profile-sidebar p, .profile-sidebar ul, .profile-sidebar ol {
    font-size: 0.8125rem; }
  .profile-sidebar hr {
    margin-top: 15px;
    margin-bottom: 15px; }
  .profile-sidebar .list-tight a {
    font-weight: inherit; }
  .profile-sidebar__name {
    display: none;
    margin-bottom: 0;
    letter-spacing: 0.05rem;
    font-size: 1.5rem; }
    @media (min-width: 992.1px) {
      .profile-sidebar__name {
        display: block; } }
  .profile-sidebar__title {
    display: none;
    font-size: 1rem; }
    @media (min-width: 992.1px) {
      .profile-sidebar__title {
        display: block; } }
  .profile-sidebar__subhead {
    margin-top: 15px;
    padding-top: 15px;
    letter-spacing: 0.04rem;
    text-transform: uppercase;
    border-top: solid 1px #c9ced0;
    font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 700; }
    .profile-sidebar__subhead:first-of-type {
      margin-top: 0;
      border-top: none; }
    @media (min-width: 992.1px) {
      .profile-sidebar__subhead:first-of-type {
        margin-top: 15px;
        border-top: solid 1px #c9ced0; } }

.program-dropdown {
  margin-bottom: 10px;
  border: solid 1px #d8d8d8;
  background-color: #ffffff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
  .program-dropdown:before {
    content: '';
    position: absolute;
    transition: background-color 0.3s;
    background-color: rgba(0, 0, 0, 0); }
  .program-dropdown.show {
    z-index: 10;
    border-color: #7B1632;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2); }
    .program-dropdown.show .dropdown-toggle {
      font-weight: 700; }
      .program-dropdown.show .dropdown-toggle:after {
        display: none; }
    .program-dropdown.show:before {
      position: absolute;
      top: -5000px;
      right: -1.25rem;
      bottom: -5000px;
      left: -1.25rem;
      display: block;
      content: '';
      background-color: rgba(0, 0, 0, 0.5); }
  .program-dropdown.loading {
    opacity: 0;
    transform: scale(0.3);
    transition: all 450ms ease-in-out; }
  .program-dropdown.showing {
    opacity: 1;
    transform: scale(1); }
  .program-dropdown .dropdown-toggle {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 90px;
    padding: 1.25rem 40px 1.25rem 1.25rem;
    text-align: left;
    white-space: normal;
    letter-spacing: normal;
    text-transform: none;
    color: #7B1632;
    background-color: #ffffff;
    font-weight: 400; }
    .program-dropdown .dropdown-toggle:focus {
      outline-offset: 0;
      box-shadow: none; }
    .program-dropdown .dropdown-toggle:before, .program-dropdown .dropdown-toggle:after {
      position: absolute;
      top: calc(50% - 1px);
      right: 1.25rem;
      display: block;
      width: 16px;
      height: 2px;
      content: '';
      background-color: currentcolor; }
    .program-dropdown .dropdown-toggle:after {
      display: block;
      margin-left: 0;
      transform: rotate(90deg);
      vertical-align: inherit;
      border: none; }
    .program-dropdown .dropdown-toggle:hover {
      background-color: #7B1632;
      color: #ffffff; }
  .program-dropdown .dropdown-menu {
    margin-top: -1px;
    margin-right: -1px;
    margin-left: -1px;
    border: solid 1px #d8d8d8;
    border-top: none;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    width: calc(100% + 2px); }
    .program-dropdown .dropdown-menu.show {
      border-color: #7B1632;
      box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2); }
  @media (min-width: 576.1px) {
    .program-dropdown {
      margin-bottom: 2rem; }
      .program-dropdown.show:before {
        display: none; } }

.program-dropdown__body {
  padding: 1.25rem;
  font-size: 0.75rem; }
  .program-dropdown__body p {
    font-size: 0.75rem; }

@media (min-width: 1200.1px) {
  .search-bar__wrap {
    position: absolute;
    z-index: 4;
    top: 0px;
    left: 50%;
    width: 50%;
    max-width: 850px; } }

.search-bar {
  position: relative; }
  @media (min-width: 1200.1px) {
    .search-bar {
      position: absolute;
      top: 14px;
      right: 60px;
      width: 345px; } }
  @media (min-width: 1400.1px) {
    .search-bar {
      right: 120px; } }

.search-bar__btn {
  position: absolute;
  top: -4.4375rem;
  right: 4.4375rem;
  overflow: hidden;
  width: 4.4375rem;
  height: 4.4375rem;
  padding: 6px;
  white-space: nowrap;
  text-indent: 9000px;
  background: #F6F4EF url("/static/images/icon-close.png") no-repeat center;
  background-size: 15px; }
  .search-bar__btn:focus {
    box-shadow: none; }
  .search-bar__btn.collapsed {
    background: #ffffff url("/static/images/icon-search.png") no-repeat center;
    background-size: 16px; }
    @media (min-width: 1200.1px) {
      .search-bar__btn.collapsed {
        background: transparent url("/static/images/icon-search-white.svg") no-repeat center; } }
  @media (min-width: 1200.1px) {
    .search-bar__btn {
      top: 0px;
      right: 0px;
      width: 21px;
      height: 21px;
      background-size: 10px; }
      .search-bar__btn:focus {
        outline: none;
        box-shadow: 0 0 0 2px black; }
      .search-bar__btn.collapsed {
        background-size: 17px; } }

.search-bar__form {
  padding: 2rem 1rem;
  background-color: #F6F4EF;
  box-shadow: 0 8px 7px 0 rgba(0, 0, 0, 0.1); }
  .search-bar__form .input-group {
    margin-bottom: 0; }
  .search-bar__form input {
    border: none;
    border-bottom: 1px solid #d8d8d8;
    background-color: transparent; }
  @media (min-width: 1200.1px) {
    .search-bar__form {
      margin-right: 26px;
      padding: 0px 2px 0px 11px;
      border-radius: 21px;
      background-color: #ffffff;
      font-size: 13px; }
      .search-bar__form input {
        padding: 0px 5px;
        border: none; }
      .search-bar__form .form-control, .search-bar__form .EPiServerForms .FormTextbox__Input, .EPiServerForms .search-bar__form .FormTextbox__Input, .search-bar__form .EPiServerForms .Form__CustomInput, .EPiServerForms .search-bar__form .Form__CustomInput {
        height: 21px;
        font-size: 13px; } }

.search-bar__submit {
  overflow: hidden;
  width: 38px;
  padding: 0px;
  white-space: nowrap;
  text-indent: 9000px;
  border-bottom: 1px solid #d8d8d8;
  background: transparent url("/static/images/icon-search.png") no-repeat center;
  background-size: 16px; }
  @media (min-width: 1200.1px) {
    .search-bar__submit {
      width: 21px;
      height: 21px;
      border-radius: 21px;
      background-size: 12px; }
      .search-bar__submit:focus {
        outline: none;
        box-shadow: 0 0 0 2px black; } }

.story-card a {
  text-decoration: none; }

.story-card:hover {
  cursor: pointer;
  color: #ffffff;
  border-color: #C02944;
  background-color: #C02944; }
  .story-card:hover .story-card__title {
    color: #ffffff; }
    .story-card:hover .story-card__title a {
      color: #ffffff; }

.story-card a:focus {
  text-decoration: underline; }

.story-card:focus-within {
  box-shadow: 0 0 0 2px #7B1632; }

.story-card:focus-within a:focus {
  text-decoration: none; }

.card-grid {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%; }
  .card-grid > * {
    flex: 0 1 auto; }
  @media (min-width: 576.1px) {
    .card-grid > * {
      width: calc(50% - 50px); } }
  @media (min-width: 768.1px) {
    .card-grid > * {
      width: calc(33.33333% - 50px); } }
  @media (min-width: 992.1px) {
    .card-grid > * {
      width: calc(50% - 50px); } }
  @media (min-width: 1200.1px) {
    .card-grid > * {
      width: calc(33.33333% - 50px); } }

.story-card {
  opacity: 0;
  transform: scale(0.3);
  position: relative;
  margin-right: 25px;
  margin-bottom: 2rem;
  margin-left: 25px;
  transition: background-color 0.3s, border-color 0.3s, opacity .45s ease-in-out, transform .45s ease-in-out;
  border: solid 2px #7B1632;
  background: #ffffff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1); }
  .story-card .card-category {
    top: -2px;
    left: -2px; }
  .story-card.showing {
    opacity: 1;
    transform: scale(1); }

.story-card--noimage {
  margin-top: 0; }
  .story-card--noimage .card-category {
    top: 10px;
    left: -12px; }
  .story-card--noimage .story-card__body {
    padding-top: 55px; }
  .story-card--noimage .story-card__title {
    font-size: 1.3125rem; }

.story-card__image-wrap {
  width: calc(100% + 24px);
  margin-top: -2px;
  margin-right: -12px;
  margin-left: -12px; }

.story-card__image {
  width: 100%; }

.story-card__body {
  padding: 1.25rem 1.25rem 10px;
  font-size: 0.8125rem; }
  .story-card__body p, .story-card__body ul, .story-card__body ol {
    font-size: 0.8125rem; }

.story-card__title {
  margin-top: 0;
  font-size: 1rem;
  font-weight: 400; }
  .story-card__title a {
    text-decoration: none;
    color: #1a1a1a; }

.main__sidebar {
  margin-bottom: 3rem;
  margin-bottom: 1.5rem; }

.subnav {
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem; }
  .subnav .mln__list {
    padding-bottom: 1.25rem;
    background-color: #E2DFD6; }
    .subnav .mln__list li {
      margin-top: 0; }
      .subnav .mln__list li a {
        padding-left: 1rem; }
      .subnav .mln__list li.mln__level-2 a {
        padding-left: 1.5rem; }
      .subnav .mln__list li.mln__level-3 a {
        padding-left: 2rem; }
  .subnav .mln__list > li > a, .subnav .mln__child-controls a, .subnav [class^="mln__level-"] > a, .subnav [class*=" mln__level-"] > a, .subnav .mln__toggle-link {
    color: #1a1a1a; }
  .subnav .mln__toggle-btn, .subnav .mln__toggle-indicator {
    background-color: transparent; }
  .subnav .mln__level-1 {
    position: relative;
    font-weight: 400; }
    .subnav .mln__level-1:after {
      position: absolute;
      bottom: 0px;
      left: 15px;
      display: block;
      width: calc(100% - $gap);
      height: 1px;
      content: '';
      background-color: #ffffff; }
  .subnav .mln__child__list {
    background-color: rgba(0, 0, 0, 0.04); }
  .subnav .mln__toggle-btn__chevron:before, .subnav .mln__toggle-btn__chevron:after {
    border-color: #1a1a1a;
    border-top-width: 2px; }

.subnav__wrap {
  border: solid 1px #d8d8d8;
  background-color: #ffffff; }
  @media (min-width: 992.1px) {
    .subnav__wrap {
      border: none;
      background-color: transparent; } }

.subnav__toggle {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 15px;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.46; }
  .subnav__toggle:before, .subnav__toggle:after {
    position: absolute;
    top: calc(50% - 1px);
    right: 1.25rem;
    display: block;
    width: 16px;
    height: 2px;
    content: '';
    background-color: #7B1632; }
  .subnav__toggle:after {
    display: none;
    transform: rotate(90deg); }
  .subnav__toggle.collapsed:after {
    display: block; }
  @media (min-width: 992.1px) {
    .subnav__toggle {
      display: none; } }
  @media (min-width: 1200.1px) {
    .subnav__toggle {
      font-size: 1.3125rem; } }

.accordion .card {
  margin-bottom: 1.25rem; }
  .accordion .card .card-header {
    padding: 0;
    background-color: #F6F4EF; }
    .accordion .card .card-header .btn-link, .accordion .card .card-header .EPiServerForms .FormResetButton, .EPiServerForms .accordion .card .card-header .FormResetButton {
      position: relative;
      display: block;
      width: 100%;
      padding: 10px 40px 10px 2rem;
      text-align: left;
      letter-spacing: normal;
      text-transform: none;
      border: none; }
      .accordion .card .card-header .btn-link:hover, .accordion .card .card-header .EPiServerForms .FormResetButton:hover, .EPiServerForms .accordion .card .card-header .FormResetButton:hover {
        text-decoration: underline !important; }
      .accordion .card .card-header .btn-link:after, .accordion .card .card-header .EPiServerForms .FormResetButton:after, .EPiServerForms .accordion .card .card-header .FormResetButton:after, .accordion .card .card-header .btn-link:before, .accordion .card .card-header .EPiServerForms .FormResetButton:before, .EPiServerForms .accordion .card .card-header .FormResetButton:before {
        position: absolute;
        top: calc(50% - 1px);
        right: 1.25rem;
        display: block;
        width: 10px;
        height: 2px;
        content: '';
        background-color: currentcolor; }
      .accordion .card .card-header .btn-link:after, .accordion .card .card-header .EPiServerForms .FormResetButton:after, .EPiServerForms .accordion .card .card-header .FormResetButton:after {
        display: none;
        transform: rotate(90deg); }
      .accordion .card .card-header .btn-link.collapsed:after, .accordion .card .card-header .EPiServerForms .collapsed.FormResetButton:after, .EPiServerForms .accordion .card .card-header .collapsed.FormResetButton:after {
        display: block; }
  .accordion .card .card-body {
    padding: 2rem 2rem 6px; }
  .accordion .card:first-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.announcement {
  position: relative;
  display: block;
  padding-top: 2rem;
  padding-bottom: 1.25rem;
  transition: background-color 0.3s;
  text-decoration: none;
  color: #1a1a1a;
  background-color: #EBA900;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700; }
  .announcement p {
    margin-bottom: 0.5rem;
    letter-spacing: 0.03rem;
    font-size: 0.875rem; }
  .announcement:hover {
    text-decoration: none;
    color: #1a1a1a;
    background-color: #ffc01f; }
  .announcement.announcement--gold {
    background-color: #EBA900; }
    .announcement.announcement--gold:hover {
      background-color: #ffc01f; }
  .announcement.announcement--orange {
    background-color: #f07d25; }
    .announcement.announcement--orange a {
      color: #1a1a1a; }
    .announcement.announcement--orange:hover {
      background-color: #f39955; }
  .announcement.announcement--grey {
    background-color: #cccccc; }
    .announcement.announcement--grey:hover {
      background-color: #e6e6e6; }
  .announcement.announcement--red {
    background-color: #ff3333; }
    .announcement.announcement--red .announcement__icon {
      color: #1a1a1a; }
    .announcement.announcement--red a {
      color: #1a1a1a; }
    .announcement.announcement--red:hover {
      background-color: #ff6666; }
  @media (min-width: 1200.1px) {
    .announcement {
      padding-top: 50px;
      padding-bottom: 40px; } }

.announcement__icon {
  position: absolute;
  top: 22px;
  color: #7B1632;
  font-size: 1.5rem; }
  @media (min-width: 1200.1px) {
    .announcement__icon {
      top: calc(50% - 1rem); } }

.announcement__body {
  padding-right: 1.25rem;
  padding-left: 45px; }
  @media (min-width: 1200.1px) {
    .announcement__body {
      padding-right: 0px;
      padding-left: 60px; } }

.announcement__date {
  text-transform: uppercase; }

.fixed-notice__wrap {
  position: fixed;
  z-index: 1001;
  bottom: 0px;
  left: 0px;
  width: 100%; }

.fixed-notice {
  position: relative;
  display: block;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: background-color 0.3s;
  text-decoration: none;
  color: #1a1a1a;
  background-color: #ccc;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700; }
  .fixed-notice .h1, .fixed-notice .h2, .fixed-notice .h3, .fixed-notice .h4, .fixed-notice .h5, .fixed-notice h1, .fixed-notice .h1, .fixed-notice h2, .fixed-notice .h2, .fixed-notice h3, .fixed-notice .h3, .fixed-notice h4, .fixed-notice .h4, .fixed-notice h5, .fixed-notice .h5 {
    color: #1a1a1a; }
  .fixed-notice p {
    margin-bottom: 0.5rem;
    letter-spacing: 0.03rem;
    font-size: 0.875rem; }
  @media (min-width: 375.1px) {
    .fixed-notice p:last-child {
      margin-bottom: 0; } }

@media (min-width: 375.1px) {
  .fixed-notice__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .fixed-notice__content > * {
      flex: 0 1 auto; } }

.fixed-notice__body {
  padding-right: 15px; }

.carousel-block {
  margin-bottom: 2rem; }
  .carousel-block .owl-nav {
    margin-top: 0; }
  .carousel-block .owl-dots .owl-dot span,
  .carousel-block .owl-dots .owl-dot button {
    width: 12px;
    height: 12px;
    background: #d8d8d8; }
  .carousel-block .owl-dots .owl-dot button {
    overflow: hidden;
    margin: 5px 7px;
    padding: 0;
    white-space: nowrap;
    text-indent: 9000px;
    border: none;
    border-radius: 12px; }
  .carousel-block .owl-dots .owl-dot.active span,
  .carousel-block .owl-dots .owl-dot:hover span,
  .carousel-block .owl-dots .owl-dot.active button,
  .carousel-block .owl-dots .owl-dot:hover button {
    background: #696969; }

.carousel-block--hero {
  margin-bottom: 0; }
  .carousel-block--hero .owl-nav button.owl-next,
  .carousel-block--hero .owl-nav button.owl-prev {
    position: absolute;
    z-index: 2;
    bottom: 5px;
    left: calc(50% - 36px);
    overflow: hidden;
    width: 36px;
    height: 36px;
    margin: 0;
    transition: 0.3s all;
    text-indent: 9000px;
    color: #000000;
    border-radius: 0;
    background-color: #ffffff;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
    font-size: 10px; }
    .carousel-block--hero .owl-nav button.owl-next:after,
    .carousel-block--hero .owl-nav button.owl-prev:after {
      position: absolute;
      top: calc(50% - 6px);
      left: calc(50% - 3px);
      display: block;
      width: 12px;
      height: 12px;
      content: '';
      transform: rotate(135deg);
      border: solid 6px currentColor;
      border-top-color: transparent;
      border-left-color: transparent; }
    .carousel-block--hero .owl-nav button.owl-next:focus, .carousel-block--hero .owl-nav button.owl-next:hover,
    .carousel-block--hero .owl-nav button.owl-prev:focus,
    .carousel-block--hero .owl-nav button.owl-prev:hover {
      color: #000000;
      background-color: #EBA900; }
  .carousel-block--hero .owl-nav button.owl-next {
    left: 50%; }
    .carousel-block--hero .owl-nav button.owl-next:after {
      left: calc(50% - 10px);
      transform: rotate(-45deg); }
  @media (min-width: 768.1px) {
    .carousel-block--hero .owl-nav button.owl-next,
    .carousel-block--hero .owl-nav button.owl-prev {
      left: auto;
      right: 96px;
      font-size: 16px; }
    .carousel-block--hero .owl-nav button.owl-next {
      right: 60px; } }
  @media (min-width: 1200.1px) {
    .carousel-block--hero .owl-nav button.owl-next,
    .carousel-block--hero .owl-nav button.owl-prev {
      top: auto;
      right: 120px;
      bottom: 5px;
      left: auto;
      width: 60px;
      height: 60px;
      font-size: 16px; }
    .carousel-block--hero .owl-nav button.owl-next {
      right: 60px; } }

.carousel-block--quote {
  position: relative; }
  .carousel-block--quote .owl-item .quote-card-block {
    background: none;
    border: none;
    box-shadow: none;
    text-align: center; }
    .carousel-block--quote .owl-item .quote-card-block-content {
      text-align: center;
      font-style: italic;
      max-width: 125ch;
      margin-inline: auto;
      padding: 0 50px; }
      .carousel-block--quote .owl-item .quote-card-block-content p {
        font-size: 2rem;
        margin-bottom: 0;
        display: inline; }
    .carousel-block--quote .owl-item .quote-card-block-quote {
      font-size: 8rem;
      font-family: "Veneer", "Helvetica Neue", Arial, sans-serif;
      text-transform: uppercase;
      font-style: normal;
      color: #7B1632;
      vertical-align: bottom;
      line-height: 0;
      display: inline-block;
      height: 0px; }
      .carousel-block--quote .owl-item .quote-card-block-quote-right {
        position: relative;
        top: 10px; }
    .carousel-block--quote .owl-item .quote-card-block:before {
      display: none; }
    .carousel-block--quote .owl-item .quote-card-block__name {
      font-size: 1rem;
      font-weight: 400;
      margin-bottom: 0;
      max-width: 100ch;
      margin-inline: auto;
      font-style: italic; }
  .carousel-block--quote .owl-nav button.owl-next,
  .carousel-block--quote .owl-nav button.owl-prev {
    position: absolute;
    z-index: 2;
    top: calc(50% - 2rem);
    left: 0;
    overflow: hidden;
    width: 30px;
    height: 60px;
    margin: 0;
    transition: 0.3s all;
    text-indent: 9000px;
    color: #000000;
    border-radius: 0;
    color: #ffffff;
    box-shadow: none;
    font-size: 10px;
    background: none; }
    .carousel-block--quote .owl-nav button.owl-next:after,
    .carousel-block--quote .owl-nav button.owl-prev:after {
      position: absolute;
      left: calc(50% - 3px);
      display: block;
      content: '';
      transform: rotate(135deg);
      border-top-color: transparent;
      border-left-color: transparent;
      width: 15px;
      height: 15px;
      border: solid 4px currentColor;
      border-left: none;
      border-top: none;
      top: calc(50% - 15px); }
    .carousel-block--quote .owl-nav button.owl-next:focus, .carousel-block--quote .owl-nav button.owl-next:hover,
    .carousel-block--quote .owl-nav button.owl-prev:focus,
    .carousel-block--quote .owl-nav button.owl-prev:hover {
      color: #7B1632;
      background: none;
      outline: none; }
  .carousel-block--quote .owl-nav button.owl-next {
    right: 0;
    left: auto;
    width: 45px; }
    .carousel-block--quote .owl-nav button.owl-next:after {
      left: calc(50% - 10px);
      transform: rotate(-45deg); }
  .carousel-block--quote .owl-dots {
    margin-top: 14px; }
  .carousel-block--quote .owl-dots .owl-dot span,
  .carousel-block--quote .owl-dots .owl-dot button {
    background: #ffffff; }
  @media (min-width: 992.1px) {
    .carousel-block--quote {
      max-width: 1900px;
      margin-right: auto;
      margin-left: auto; }
      .carousel-block--quote .owl-nav button.owl-next,
      .carousel-block--quote .owl-nav button.owl-prev {
        top: calc(50% - 50px);
        width: 60px;
        height: 60px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .carousel-block--quote .owl-nav button.owl-next:after,
        .carousel-block--quote .owl-nav button.owl-prev:after {
          width: 42px;
          height: 42px;
          left: auto;
          top: auto; }
      .carousel-block--quote .owl-dots {
        margin-top: 22px; } }
  @media (min-width: 1200.1px) {
    .carousel-block--quote .owl-nav button.owl-prev {
      left: 10%; }
    .carousel-block--quote .owl-nav button.owl-next {
      left: auto;
      right: 10%; } }

.carousel-block--square {
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto; }
  .carousel-block--square .owl-nav button.owl-next,
  .carousel-block--square .owl-nav button.owl-prev {
    position: absolute;
    z-index: 2;
    top: 230px;
    left: 0;
    overflow: hidden;
    width: 30px;
    height: 60px;
    margin: 0;
    transition: 0.3s all;
    text-indent: 9000px;
    color: #000000;
    border-radius: 0;
    color: #ffffff;
    box-shadow: none;
    font-size: 10px;
    background: none; }
    .carousel-block--square .owl-nav button.owl-next:after,
    .carousel-block--square .owl-nav button.owl-prev:after {
      position: absolute;
      left: calc(50% - 3px);
      display: block;
      content: '';
      transform: rotate(135deg);
      border-top-color: transparent;
      border-left-color: transparent;
      width: 15px;
      height: 15px;
      border: solid 4px currentColor;
      border-left: none;
      border-top: none;
      top: calc(50% - 15px); }
    .carousel-block--square .owl-nav button.owl-next:focus, .carousel-block--square .owl-nav button.owl-next:hover,
    .carousel-block--square .owl-nav button.owl-prev:focus,
    .carousel-block--square .owl-nav button.owl-prev:hover {
      color: #7B1632;
      background: none;
      outline: none; }
  .carousel-block--square .owl-nav button.owl-next {
    right: 0;
    left: auto;
    width: 45px;
    color: #ffffff; }
    .carousel-block--square .owl-nav button.owl-next:after {
      left: calc(50% - 10px);
      transform: rotate(-45deg); }
    .carousel-block--square .owl-nav button.owl-next:focus, .carousel-block--square .owl-nav button.owl-next:hover {
      color: #7B1632;
      background: none;
      outline: none; }
  @media (min-width: 530.1px) {
    .carousel-block--square .owl-nav button.owl-next,
    .carousel-block--square .owl-nav button.owl-prev {
      top: 230px; } }
  @media (min-width: 768.1px) {
    .carousel-block--square {
      padding-right: 0;
      padding-left: 0; }
      .carousel-block--square .owl-nav button.owl-next {
        right: 0;
        left: auto;
        color: #7B1632; }
        .carousel-block--square .owl-nav button.owl-next:hover {
          color: #EAA416; }
      .carousel-block--square .owl-dots {
        position: absolute;
        bottom: 0;
        left: 50%;
        width: auto;
        padding-left: 60px;
        padding-bottom: 55px; }
      .carousel-block--square .owl-nav button.owl-next,
      .carousel-block--square .owl-nav button.owl-prev {
        top: calc(50% - 50px);
        width: 36px;
        height: 60px;
        font-size: 1rem; }
        .carousel-block--square .owl-nav button.owl-next:after,
        .carousel-block--square .owl-nav button.owl-prev:after {
          width: 30px;
          height: 30px; }
      .carousel-block--square .owl-nav button.owl-next {
        width: 60px; } }

.carousel-block--latest .owl-stage {
  display: flex; }

.carousel-block--latest .owl-item {
  display: flex; }

.carousel-block--latest .owl-nav button.owl-next,
.carousel-block--latest .owl-nav button.owl-prev {
  position: absolute;
  z-index: 2;
  top: calc(50% - 2rem);
  left: -15px;
  overflow: hidden;
  width: 28px;
  height: 36px;
  margin: 0;
  transition: 0.3s all;
  text-indent: 9000px;
  color: #000000;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  font-size: 10px; }
  .carousel-block--latest .owl-nav button.owl-next:after,
  .carousel-block--latest .owl-nav button.owl-prev:after {
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 3px);
    display: block;
    width: 12px;
    height: 12px;
    content: '';
    transform: rotate(135deg);
    border: solid 6px currentColor;
    border-top-color: transparent;
    border-left-color: transparent; }
  .carousel-block--latest .owl-nav button.owl-next:focus, .carousel-block--latest .owl-nav button.owl-next:hover,
  .carousel-block--latest .owl-nav button.owl-prev:focus,
  .carousel-block--latest .owl-nav button.owl-prev:hover {
    color: #000000;
    background-color: #EBA900; }

.carousel-block--latest .owl-nav button.owl-next {
  right: -15px;
  left: auto; }
  .carousel-block--latest .owl-nav button.owl-next:after {
    left: calc(50% - 10px);
    transform: rotate(-45deg); }

.carousel-block--latest .owl-dots {
  margin-top: 0; }

@media (min-width: 992.1px) {
  .carousel-block--latest .owl-nav button.owl-next,
  .carousel-block--latest .owl-nav button.owl-prev {
    top: calc(50% - 50px);
    width: 60px;
    height: 60px;
    font-size: 1rem; }
  .carousel-block--latest .owl-nav button.owl-prev {
    left: -60px; }
  .carousel-block--latest .owl-nav button.owl-next {
    right: -60px; } }

@media (min-width: 1400.1px) {
  .carousel-block--latest {
    width: calc(100% - 200px);
    margin-right: 100px;
    margin-left: 100px; }
    .carousel-block--latest .owl-nav button.owl-prev {
      left: -100px; }
    .carousel-block--latest .owl-nav button.owl-next {
      right: -100px; } }

.section-block .carousel-block--newsevent {
  margin-top: -48px; }
  @media (min-width: 992.1px) {
    .section-block .carousel-block--newsevent {
      margin-top: 0; } }

.carousel-block--newsevent {
  width: calc(100% + 30px);
  margin-right: -15px;
  margin-left: -15px;
  text-align: center; }
  .carousel-block--newsevent .owl-item {
    text-align: left; }
  .carousel-block--newsevent .owl-nav button.owl-next,
  .carousel-block--newsevent .owl-nav button.owl-prev {
    position: absolute;
    z-index: 2;
    top: 90px;
    top: calc(50% - 200px);
    left: 0;
    overflow: hidden;
    width: 28px;
    height: 36px;
    margin: 0;
    transition: 0.3s all;
    text-indent: 9000px;
    color: #000000;
    border-radius: 0;
    background-color: #ffffff;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
    font-size: 10px; }
    .carousel-block--newsevent .owl-nav button.owl-next:after,
    .carousel-block--newsevent .owl-nav button.owl-prev:after {
      position: absolute;
      top: calc(50% - 6px);
      left: calc(50% - 3px);
      display: block;
      width: 12px;
      height: 12px;
      content: '';
      transform: rotate(135deg);
      border: solid 6px currentColor;
      border-top-color: transparent;
      border-left-color: transparent; }
    .carousel-block--newsevent .owl-nav button.owl-next:focus, .carousel-block--newsevent .owl-nav button.owl-next:hover,
    .carousel-block--newsevent .owl-nav button.owl-prev:focus,
    .carousel-block--newsevent .owl-nav button.owl-prev:hover {
      color: #ffffff;
      background-color: #7B1632; }
  .carousel-block--newsevent .owl-nav button.owl-next {
    right: 0;
    left: auto; }
    .carousel-block--newsevent .owl-nav button.owl-next:after {
      left: calc(50% - 10px);
      transform: rotate(-45deg); }
  .carousel-block--newsevent .owl-dots {
    position: relative;
    display: inline-block;
    margin-top: 1.25rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    counter-reset: dots; }
    .carousel-block--newsevent .owl-dots:before {
      position: absolute;
      top: 11px;
      right: 100%;
      width: 9600px;
      height: 1px;
      content: "";
      background: #7B1632; }
    .carousel-block--newsevent .owl-dots .owl-dot button {
      display: inline-block;
      width: auto;
      height: auto;
      margin: 0px;
      padding: 0 10px;
      text-indent: 0px;
      color: #1a1a1a;
      border-radius: 0px;
      background-color: transparent; }
      .carousel-block--newsevent .owl-dots .owl-dot button:focus, .carousel-block--newsevent .owl-dots .owl-dot button:hover {
        color: #7B1632;
        background-color: transparent; }
    .carousel-block--newsevent .owl-dots .owl-dot.active button {
      color: #7B1632;
      background-color: transparent;
      font-weight: 700; }
    .carousel-block--newsevent .owl-dots .owl-dot span {
      display: none; }
  @media (min-width: 530.1px) {
    .carousel-block--newsevent .owl-nav button.owl-next,
    .carousel-block--newsevent .owl-nav button.owl-prev {
      top: calc(50% - 180px);
      width: 60px;
      height: 60px;
      font-size: 1rem; }
    .carousel-block--newsevent .owl-nav button.owl-prev {
      left: 0; }
    .carousel-block--newsevent .owl-nav button.owl-next {
      right: 0; } }
  @media (min-width: 992.1px) {
    .carousel-block--newsevent {
      width: 100%;
      margin-right: 0;
      margin-left: 0; }
      .carousel-block--newsevent .owl-stage {
        display: flex;
        align-items: stretch; }
        .carousel-block--newsevent .owl-stage > .owl-item {
          display: flex;
          align-items: stretch;
          flex: 1 1 auto; }
          .carousel-block--newsevent .owl-stage > .owl-item > div {
            flex: 1 1 auto; }
      .carousel-block--newsevent .owl-nav button.owl-next,
      .carousel-block--newsevent .owl-nav button.owl-prev {
        top: calc(50% - 50px); }
      .carousel-block--newsevent .owl-nav button.owl-prev {
        left: -60px; }
      .carousel-block--newsevent .owl-nav button.owl-next {
        right: -60px; }
      .carousel-block--newsevent .owl-dots {
        margin-top: 2rem; } }
  @media (min-width: 1200.1px) {
    .carousel-block--newsevent {
      width: calc(100% - 130px);
      margin-right: 65px;
      margin-left: 65px; }
      .carousel-block--newsevent .owl-nav button.owl-next,
      .carousel-block--newsevent .owl-nav button.owl-prev {
        top: calc(50% - 50px);
        width: 60px;
        height: 60px;
        font-size: 1rem; }
      .carousel-block--newsevent .owl-nav button.owl-prev {
        left: -65px; }
      .carousel-block--newsevent .owl-nav button.owl-next {
        right: -65px; } }
  @media (min-width: 1400.1px) {
    .carousel-block--newsevent {
      width: calc(100% - 170px);
      margin-right: 85px;
      margin-left: 85px; }
      .carousel-block--newsevent .owl-nav button.owl-prev {
        left: -85px; }
      .carousel-block--newsevent .owl-nav button.owl-next {
        right: -85px; } }

.newsevent-slide {
  position: relative; }
  .newsevent-slide .card-category {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    margin-bottom: 1.25rem; }
  @media (min-width: 992.1px) {
    .newsevent-slide {
      display: flex;
      align-items: stretch; }
      .newsevent-slide > * {
        flex: 0 0 auto; } }

.carousel-block--newsevent .owl-item .newsevent-slide__image {
  min-height: 200px;
  max-height: 650px;
  outline-width: 1px;
  outline-style: solid;
  outline-color: #7B1632;
  outline-offset: -1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }
  @media (min-width: 992.1px) {
    .carousel-block--newsevent .owl-item .newsevent-slide__image {
      width: 75%;
      border-radius: 4px; } }

.newsevent-slide__body {
  padding: 1.25rem 1.25rem 1px;
  background: #ffffff; }
  @media (min-width: 992.1px) {
    .newsevent-slide__body {
      z-index: 1;
      width: 42%;
      margin-top: 50px;
      margin-bottom: 50px;
      margin-left: -17%;
      padding: 2rem 2rem calc(2rem - 1.5rem);
      box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1); } }

.newsevent-slide__date {
  display: block;
  margin-bottom: 0.75rem;
  color: #494949;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700; }

.newsevent-slide__published {
  display: block;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  color: #494949;
  border-bottom: solid 1px rgba(0, 0, 0, 0.18);
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-style: italic; }

.newsevent-slide__date__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 2px;
  margin-left: -5px;
  vertical-align: middle;
  border-radius: 1.25rem;
  background: #ffffff url("/static/images/icon-calendar-sm.png") no-repeat center;
  background-size: 14px; }
  .newsevent-slide__date__icon img {
    width: 14px;
    height: auto; }

.newsevent-slide__title {
  margin-top: 0;
  font-size: 1.375rem;
  font-weight: 400; }
  .newsevent-slide__title a {
    text-decoration: none;
    color: #1a1a1a; }
  @media (min-width: 992.1px) {
    .newsevent-slide__title {
      font-size: 2rem; } }

.section-block .carousel-block--event {
  margin-top: -48px; }
  @media (min-width: 992.1px) {
    .section-block .carousel-block--event {
      margin-top: 0; } }

.carousel-block--event {
  width: calc(100% + 30px);
  margin-right: -15px;
  margin-left: -15px;
  text-align: center; }
  .carousel-block--event .owl-item {
    text-align: left; }
  .carousel-block--event .owl-nav button.owl-next,
  .carousel-block--event .owl-nav button.owl-prev {
    position: absolute;
    z-index: 2;
    top: 90px;
    top: calc(50% - 200px);
    left: 0;
    overflow: hidden;
    width: 28px;
    height: 36px;
    margin: 0;
    transition: 0.3s all;
    text-indent: 9000px;
    color: #000000;
    border-radius: 0;
    background-color: #ffffff;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
    font-size: 10px; }
    .carousel-block--event .owl-nav button.owl-next:after,
    .carousel-block--event .owl-nav button.owl-prev:after {
      position: absolute;
      top: calc(50% - 6px);
      left: calc(50% - 3px);
      display: block;
      width: 12px;
      height: 12px;
      content: '';
      transform: rotate(135deg);
      border: solid 6px currentColor;
      border-top-color: transparent;
      border-left-color: transparent; }
    .carousel-block--event .owl-nav button.owl-next:focus, .carousel-block--event .owl-nav button.owl-next:hover,
    .carousel-block--event .owl-nav button.owl-prev:focus,
    .carousel-block--event .owl-nav button.owl-prev:hover {
      color: #ffffff;
      background-color: #7B1632; }
  .carousel-block--event .owl-nav button.owl-next {
    right: 0;
    left: auto; }
    .carousel-block--event .owl-nav button.owl-next:after {
      left: calc(50% - 10px);
      transform: rotate(-45deg); }
  .carousel-block--event .owl-dots {
    position: relative;
    display: inline-block;
    margin-top: 1.25rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    counter-reset: dots; }
    .carousel-block--event .owl-dots:before {
      position: absolute;
      top: 11px;
      left: 100%;
      width: 9600px;
      height: 1px;
      content: "";
      background: #7B1632; }
    .carousel-block--event .owl-dots .owl-dot button {
      display: inline-block;
      width: auto;
      height: auto;
      margin: 0px;
      padding: 0 10px;
      text-indent: 0px;
      color: #1a1a1a;
      border-radius: 0px;
      background-color: transparent; }
      .carousel-block--event .owl-dots .owl-dot button:focus, .carousel-block--event .owl-dots .owl-dot button:hover {
        color: #7B1632;
        background-color: transparent; }
    .carousel-block--event .owl-dots .owl-dot.active button {
      color: #7B1632;
      background-color: transparent;
      font-weight: 700; }
    .carousel-block--event .owl-dots .owl-dot span {
      display: none; }
  @media (min-width: 530.1px) {
    .carousel-block--event .owl-nav button.owl-next,
    .carousel-block--event .owl-nav button.owl-prev {
      top: calc(50% - 180px);
      width: 60px;
      height: 60px;
      font-size: 1rem; }
    .carousel-block--event .owl-nav button.owl-prev {
      left: 0; }
    .carousel-block--event .owl-nav button.owl-next {
      right: 0; } }
  @media (min-width: 992.1px) {
    .carousel-block--event {
      width: 100%;
      margin-right: 0;
      margin-left: 0; }
      .carousel-block--event .owl-stage {
        display: flex;
        align-items: stretch; }
        .carousel-block--event .owl-stage > .owl-item {
          display: flex;
          align-items: stretch;
          flex: 1 1 auto; }
          .carousel-block--event .owl-stage > .owl-item > div {
            flex: 1 1 auto; }
      .carousel-block--event .owl-nav button.owl-next,
      .carousel-block--event .owl-nav button.owl-prev {
        top: calc(50% - 50px); }
      .carousel-block--event .owl-nav button.owl-prev {
        left: -60px; }
      .carousel-block--event .owl-nav button.owl-next {
        right: -60px; }
      .carousel-block--event .owl-dots {
        margin-top: 2rem; } }
  @media (min-width: 1200.1px) {
    .carousel-block--event {
      width: calc(100% - 130px);
      margin-right: 65px;
      margin-left: 65px; }
      .carousel-block--event .owl-nav button.owl-next,
      .carousel-block--event .owl-nav button.owl-prev {
        top: calc(50% - 50px);
        width: 60px;
        height: 60px;
        font-size: 1rem; }
      .carousel-block--event .owl-nav button.owl-prev {
        left: -65px; }
      .carousel-block--event .owl-nav button.owl-next {
        right: -65px; } }
  @media (min-width: 1400.1px) {
    .carousel-block--event {
      width: calc(100% - 170px);
      margin-right: 85px;
      margin-left: 85px; }
      .carousel-block--event .owl-nav button.owl-prev {
        left: -85px; }
      .carousel-block--event .owl-nav button.owl-next {
        right: -85px; } }

.event-slide {
  position: relative; }
  .event-slide .card-category {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    margin-bottom: 1.25rem; }
  @media (min-width: 992.1px) {
    .event-slide {
      display: flex;
      align-items: stretch;
      flex-direction: row-reverse; }
      .event-slide > * {
        flex: 0 0 auto; } }

.carousel-block--event .owl-item .event-slide__image {
  min-height: 200px;
  max-height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }
  @media (min-width: 992.1px) {
    .carousel-block--event .owl-item .event-slide__image {
      width: 75%;
      border-radius: 4px; } }

.event-slide__body {
  padding: 20px 20px 1px;
  border-top: solid 3px #7B1632;
  background: #ffffff; }
  @media (min-width: 992.1px) {
    .event-slide__body {
      z-index: 1;
      width: 42%;
      margin-top: 50px;
      margin-right: -17%;
      margin-bottom: 50px;
      padding: 2rem 2rem calc(2rem - 1.5rem);
      box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1); } }

.event-slide__date {
  display: block;
  margin-bottom: 0.75rem;
  color: #494949;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700; }

.event-slide__published {
  display: block;
  margin-bottom: 0.75rem;
  color: #494949;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-style: italic; }

.event-slide__date__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: 2px;
  margin-left: -5px;
  vertical-align: middle;
  border-radius: 1.25rem;
  background: #ffffff url("/static/images/icon-calendar-sm.png") no-repeat center;
  background-size: 14px; }
  .event-slide__date__icon img {
    width: 14px;
    height: auto; }

.event-slide__title {
  margin-top: 0;
  font-size: 1.375rem;
  font-weight: 400; }
  .event-slide__title a {
    text-decoration: none;
    color: #1a1a1a; }
  @media (min-width: 992.1px) {
    .event-slide__title {
      font-size: 2rem; } }

.carousel-block--profiles {
  position: relative; }
  .carousel-block--profiles .owl-item.center .quote-card-block {
    background-color: #ffffff; }
  .carousel-block--profiles .owl-nav button.owl-next,
  .carousel-block--profiles .owl-nav button.owl-prev {
    position: absolute;
    z-index: 2;
    top: calc(50% - 2rem);
    left: -15px;
    overflow: hidden;
    width: 28px;
    height: 36px;
    margin: 0;
    transition: 0.3s all;
    text-indent: 9000px;
    color: #000000;
    border-radius: 0;
    background-color: #ffffff;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
    font-size: 10px; }
    .carousel-block--profiles .owl-nav button.owl-next:after,
    .carousel-block--profiles .owl-nav button.owl-prev:after {
      position: absolute;
      top: calc(50% - 6px);
      left: calc(50% - 3px);
      display: block;
      width: 12px;
      height: 12px;
      content: '';
      transform: rotate(135deg);
      border: solid 6px currentColor;
      border-top-color: transparent;
      border-left-color: transparent; }
    .carousel-block--profiles .owl-nav button.owl-next:focus, .carousel-block--profiles .owl-nav button.owl-next:hover,
    .carousel-block--profiles .owl-nav button.owl-prev:focus,
    .carousel-block--profiles .owl-nav button.owl-prev:hover {
      color: #000000;
      background-color: #EBA900; }
  .carousel-block--profiles .owl-nav button.owl-next {
    right: -15px;
    left: auto; }
    .carousel-block--profiles .owl-nav button.owl-next:after {
      left: calc(50% - 10px);
      transform: rotate(-45deg); }
  @media (min-width: 992.1px) {
    .carousel-block--profiles {
      width: calc(100% - 120px);
      margin-right: 60px;
      margin-left: 60px; }
      .carousel-block--profiles .owl-nav button.owl-next,
      .carousel-block--profiles .owl-nav button.owl-prev {
        top: calc(50% - 50px);
        width: 60px;
        height: 60px;
        font-size: 1rem; }
      .carousel-block--profiles .owl-nav button.owl-prev {
        left: -75px; }
      .carousel-block--profiles .owl-nav button.owl-next {
        right: -75px; } }

.carousel-block--gallery__wrap {
  margin: 0 auto 1.5rem; }

.carousel-block--gallery-big .owl-nav button.owl-next,
.carousel-block--gallery-big .owl-nav button.owl-prev {
  position: absolute;
  z-index: 2;
  top: calc(50% - 100px);
  left: -15px;
  overflow: hidden;
  width: 28px;
  height: 36px;
  margin: 0;
  transition: 0.3s all;
  text-indent: 9000px;
  color: #000000;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  font-size: 10px; }
  .carousel-block--gallery-big .owl-nav button.owl-next:after,
  .carousel-block--gallery-big .owl-nav button.owl-prev:after {
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 3px);
    display: block;
    width: 12px;
    height: 12px;
    content: '';
    transform: rotate(135deg);
    border: solid 6px currentColor;
    border-top-color: transparent;
    border-left-color: transparent; }
  .carousel-block--gallery-big .owl-nav button.owl-next.disabled,
  .carousel-block--gallery-big .owl-nav button.owl-prev.disabled {
    display: none; }
  .carousel-block--gallery-big .owl-nav button.owl-next:focus, .carousel-block--gallery-big .owl-nav button.owl-next:hover,
  .carousel-block--gallery-big .owl-nav button.owl-prev:focus,
  .carousel-block--gallery-big .owl-nav button.owl-prev:hover {
    color: #000000;
    background-color: #EBA900; }

.carousel-block--gallery-big .owl-nav button.owl-next {
  right: -15px;
  left: auto; }
  .carousel-block--gallery-big .owl-nav button.owl-next:after {
    left: calc(50% - 10px);
    transform: rotate(-45deg); }

@media (min-width: 768.1px) {
  .carousel-block--gallery-big .owl-nav button.owl-next,
  .carousel-block--gallery-big .owl-nav button.owl-prev {
    top: calc(50% - 18px); }
  .carousel-block--gallery-big .owl-dots {
    display: none; } }

@media (min-width: 992.1px) {
  .carousel-block--gallery-big .owl-nav button.owl-next,
  .carousel-block--gallery-big .owl-nav button.owl-prev {
    top: calc(50% - 50px);
    width: 60px;
    height: 60px;
    font-size: 16px; }
  .carousel-block--gallery-big .owl-nav button.owl-next {
    right: -60px; }
  .carousel-block--gallery-big .owl-nav button.owl-prev {
    left: -60px; } }

@media (min-width: 1400.1px) {
  .carousel-block--gallery-big .owl-nav button.owl-next {
    right: -120px; }
  .carousel-block--gallery-big .owl-nav button.owl-prev {
    left: -120px; } }

.carousel-block--gallery-thumbs {
  display: none !important; }
  .carousel-block--gallery-thumbs .gallery-thumb {
    position: relative;
    display: block; }
    .carousel-block--gallery-thumbs .gallery-thumb:after {
      position: absolute;
      z-index: 1;
      top: 1.25rem;
      right: 1.25rem;
      bottom: 1.25rem;
      left: 1.25rem;
      display: block;
      content: '';
      transition: all 0.3s ease-in-out;
      opacity: 0;
      border: solid 3px #EBA900; }
    .carousel-block--gallery-thumbs .gallery-thumb:before {
      position: absolute;
      z-index: 1;
      top: calc(50% - 0.5rem);
      left: 10px;
      display: block;
      width: 16px;
      height: 16px;
      content: '';
      transition: all 0.3s ease-out;
      transform: rotate(-45deg);
      opacity: 0;
      border: solid 8px #EBA900;
      border-top-color: transparent;
      border-left-color: transparent; }
    .carousel-block--gallery-thumbs .gallery-thumb:focus {
      outline: none; }
      .carousel-block--gallery-thumbs .gallery-thumb:focus:after {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 1; }
  .carousel-block--gallery-thumbs .owl-item.current .gallery-thumb:after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    opacity: 1; }
  .carousel-block--gallery-thumbs .owl-item.current .gallery-thumb:before {
    left: 5px;
    opacity: 1; }
  .carousel-block--gallery-thumbs .owl-nav button.owl-next,
  .carousel-block--gallery-thumbs .owl-nav button.owl-prev {
    position: absolute;
    z-index: 2;
    top: calc(50% - 43px);
    left: -15px;
    overflow: hidden;
    width: 28px;
    height: 36px;
    margin: 0;
    transition: 0.3s all;
    text-indent: 9000px;
    color: #000000;
    border-radius: 0;
    background-color: #ffffff;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
    font-size: 10px; }
    .carousel-block--gallery-thumbs .owl-nav button.owl-next:after,
    .carousel-block--gallery-thumbs .owl-nav button.owl-prev:after {
      position: absolute;
      top: calc(50% - 6px);
      left: calc(50% - 3px);
      display: block;
      width: 12px;
      height: 12px;
      content: '';
      transform: rotate(135deg);
      border: solid 6px currentColor;
      border-top-color: transparent;
      border-left-color: transparent; }
    .carousel-block--gallery-thumbs .owl-nav button.owl-next.disabled,
    .carousel-block--gallery-thumbs .owl-nav button.owl-prev.disabled {
      display: none; }
    .carousel-block--gallery-thumbs .owl-nav button.owl-next:focus, .carousel-block--gallery-thumbs .owl-nav button.owl-next:hover,
    .carousel-block--gallery-thumbs .owl-nav button.owl-prev:focus,
    .carousel-block--gallery-thumbs .owl-nav button.owl-prev:hover {
      color: #000000;
      background-color: #EBA900; }
  .carousel-block--gallery-thumbs .owl-nav button.owl-next {
    right: -15px;
    left: auto; }
    .carousel-block--gallery-thumbs .owl-nav button.owl-next:after {
      left: calc(50% - 10px);
      transform: rotate(-45deg); }
  .carousel-block--gallery-thumbs .owl-dots {
    margin-top: 1.25rem; }
  @media (min-width: 768.1px) {
    .carousel-block--gallery-thumbs {
      display: block !important; } }
  @media (min-width: 992.1px) {
    .carousel-block--gallery-thumbs .owl-nav button.owl-next,
    .carousel-block--gallery-thumbs .owl-nav button.owl-prev {
      top: calc(50% - 50px);
      width: 60px;
      height: 60px;
      font-size: 1rem; }
    .carousel-block--gallery-thumbs .owl-nav button.owl-next {
      right: -60px; }
    .carousel-block--gallery-thumbs .owl-nav button.owl-prev {
      left: -60px; } }
  @media (min-width: 1400.1px) {
    .carousel-block--gallery-thumbs .owl-nav button.owl-next {
      right: -120px; }
    .carousel-block--gallery-thumbs .owl-nav button.owl-prev {
      left: -120px; } }

.owl-item .gallery-slide .gallery-slide__image {
  margin-bottom: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.owl-item .gallery-slide .gallery-slide__body .gallery-slide__title {
  position: relative;
  padding-bottom: 10px;
  padding-left: 25px;
  border-bottom: solid 1px #d8d8d8;
  font-size: 1.3125rem;
  font-weight: 500; }
  .owl-item .gallery-slide .gallery-slide__body .gallery-slide__title:before {
    position: absolute;
    top: 0.5rem;
    left: 0px;
    display: inline-block;
    width: 12px;
    height: 12px;
    content: '';
    border: solid 6px #7B1632;
    border-top-color: transparent;
    border-left-color: transparent; }

@media (min-width: 768.1px) {
  .owl-item .gallery-slide {
    display: flex;
    align-items: stretch; }
    .owl-item .gallery-slide .gallery-slide__image {
      flex: 1 1 auto;
      width: calc(50% + 10px);
      margin-bottom: 0; }
    .owl-item .gallery-slide .gallery-slide__body {
      display: flex;
      flex: 1 1 auto;
      flex-direction: column;
      justify-content: center;
      box-sizing: border-box;
      width: calc(50% - 10px);
      margin-top: 1.25rem;
      margin-bottom: 1.25rem;
      padding: 60px 2rem;
      border: 13px solid transparent;
      border-left: 0;
      background: linear-gradient(#fff, #fff), linear-gradient(to top right, #fbc96f, #df9672, #7556bb);
      background-color: #ffffff;
      background-repeat: no-repeat;
      background-origin: padding-box, border-box; }
      .owl-item .gallery-slide .gallery-slide__body > * {
        flex: 0 1 auto; }
      .owl-item .gallery-slide .gallery-slide__body .gallery-slide__title {
        font-size: 2rem; } }

@media (min-width: 992.1px) {
  .owl-item .gallery-slide .gallery-slide__image {
    width: 60%; }
  .owl-item .gallery-slide .gallery-slide__body {
    width: 40%; } }

@media (min-width: 1200.1px) {
  .owl-item .gallery-slide .gallery-slide__image {
    width: calc(75% - 10px); }
  .owl-item .gallery-slide .gallery-slide__body {
    width: calc(25% + 10px); } }

.column-list-block {
  margin-bottom: 1.5rem; }
  .column-list-block > .row {
    margin-bottom: -1.5rem; }

.content-block {
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  background-color: #ffffff;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.81525rem; }
  .content-block + * {
    margin-top: 1.5rem; }
  .content-block + h1, .content-block + .h1, .content-block + h2, .content-block + .h2, .content-block + h3, .content-block + .h3, .content-block + h4, .content-block + .h4, .content-block + h5, .content-block + .h5, .content-block + h6, .content-block + .h6, .content-block + hr {
    margin-top: 3rem; }
  .content-block:after {
    display: table;
    clear: both;
    content: ''; }

.content-block__body {
  padding: 1.25rem 15px; }
  .content-block__body *:last-child {
    margin-bottom: 0px; }

.content-block__horizontal-rule {
  margin: .875rem .9375rem; }

.content-block--no-pad {
  background-color: transparent; }
  .content-block--no-pad .content-block__body {
    padding: 0px; }

.content-block--grey {
  background-color: #f4f4f4; }

.content-block--white {
  background-color: #ffffff; }

.content-block--light-tan {
  background-color: #F6F4EF; }

.content-block--tan {
  background-color: #E2DFD6; }

.corner-card-block a {
  text-decoration: none; }

.corner-card-block:hover {
  cursor: pointer;
  box-shadow: 0 0 0 2px #7B1632; }

.corner-card-block a:focus {
  text-decoration: underline; }

.corner-card-block:focus-within {
  box-shadow: 0 0 0 2px #7B1632; }

.corner-card-block:focus-within a:focus {
  text-decoration: none; }

.corner-card-block {
  position: relative;
  overflow: hidden;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  padding-top: 50%; }
  @media (min-width: 992.1px) {
    .corner-card-block {
      max-width: 100%; } }

.corner-card-block__image {
  position: absolute;
  top: 19.5%;
  left: 5%;
  width: 89%;
  max-width: none;
  height: auto;
  transform: rotate(45deg); }

.corner-card-block__image-wrap {
  position: absolute;
  top: -50%;
  left: 0;
  overflow: hidden;
  width: calc(100% + 70px);
  padding-top: calc(100% + 70px);
  transform: rotate(-45deg); }

.corner-card-block__body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: calc(100% - 35px);
  padding: 1.25rem;
  color: #ffffff; }
  .corner-card-block__body *:last-child {
    margin-bottom: 0; }
  .corner-card-block__body .arrow-link,
  .corner-card-block__body .h1,
  .corner-card-block__body .h2,
  .corner-card-block__body .h3,
  .corner-card-block__body .h4,
  .corner-card-block__body .h5,
  .corner-card-block__body .h6,
  .corner-card-block__body a,
  .corner-card-block__body h1,
  .corner-card-block__body .h1,
  .corner-card-block__body h2,
  .corner-card-block__body .h2,
  .corner-card-block__body h3,
  .corner-card-block__body .h3,
  .corner-card-block__body h4,
  .corner-card-block__body .h4,
  .corner-card-block__body h5,
  .corner-card-block__body .h5,
  .corner-card-block__body h6,
  .corner-card-block__body .h6,
  .corner-card-block__body ol,
  .corner-card-block__body p,
  .corner-card-block__body ul {
    color: #ffffff; }
  .corner-card-block__body ol,
  .corner-card-block__body p,
  .corner-card-block__body ul {
    font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.8125rem;
    font-weight: 700; }
  @media (min-width: 500.1px) {
    .corner-card-block__body {
      padding: 40px 2rem 1.25rem; } }

.corner-card-block__date {
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400; }

.corner-card-block__title {
  margin-top: 0;
  margin-bottom: 0.25rem;
  letter-spacing: 0.05rem;
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-box;
  overflow: hidden;
  max-height: 2.625rem;
  -webkit-line-clamp: 2; }
  @media (min-width: 576.1px) {
    .corner-card-block__title {
      max-height: 3.9375rem;
      -webkit-line-clamp: 3; } }

.corner-card-block__summary {
  display: -webkit-box;
  overflow: hidden;
  max-height: 2.375rem;
  -webkit-line-clamp: 2; }

@media (min-width: 1200.1px) {
  .corner-card-block--large .corner-card-block__image {
    top: 21.5%;
    left: -4%;
    width: 107%; }
  .corner-card-block--large .corner-card-block__body {
    padding-right: 33%; }
    .corner-card-block--large .corner-card-block__body ol,
    .corner-card-block--large .corner-card-block__body p,
    .corner-card-block--large .corner-card-block__body ul {
      font-size: 1rem; }
  .corner-card-block--large .corner-card-block__title {
    font-size: 1.5rem;
    max-height: 7.75rem;
    -webkit-line-clamp: 4; }
  .corner-card-block--large .corner-card-block__summary {
    max-height: 3rem; } }

@supports (clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)) {
  /* Isolated code for support of clip-path. Shakes fist at Microsoft */
  .corner-card-block {
    padding-top: 0; }
  .corner-card-block__image {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-height: 180px;
    max-height: 276px;
    transform: rotate(0deg);
    -o-object-fit: cover;
       object-fit: cover; }
  .corner-card-block__image-wrap {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding-top: 0;
    transform: rotate(0deg); }
  @media (min-width: 576.1px) {
    .corner-card-block--large .corner-card-block__image {
      min-height: 260px; } }
  @media (min-width: 1200.1px) {
    .corner-card-block--large .corner-card-block__image {
      top: auto;
      left: auto;
      width: 100%;
      max-height: 475px; } } }

.cta-block {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto; }
  .cta-block:after {
    display: table;
    clear: both;
    content: ''; }
  @media (min-width: 768.1px) {
    .cta-block {
      max-width: none; } }

.cta-block__image {
  width: 100%;
  height: auto; }
  .cta-block__image + * {
    margin-top: 1.25rem; }

.cta-block__body *:last-child {
  margin-bottom: 0px; }

.cta-block--list a {
  text-decoration: none; }

.cta-block--list:hover {
  cursor: pointer;
  transition: box-shadow 0.3s;
  box-shadow: 0 0 0 2px #7B1632; }

.cta-block--list a:focus {
  text-decoration: underline; }

.cta-block--list:focus-within {
  box-shadow: 0 0 0 2px #7B1632; }

.cta-block--list:focus-within a:focus {
  text-decoration: none; }

.cta-block--list {
  box-shadow: 0 0 0 2px transparent; }
  .cta-block--list .cta-block__image {
    width: 100%; }
  .cta-block--list .cta-block__body {
    margin-top: 1.5rem; }
  .cta-block--list .cta-block__title {
    margin-top: 0;
    margin-bottom: 0.75rem;
    letter-spacing: normal;
    text-transform: none;
    color: #3C3C3C;
    font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.333; }
  @media (min-width: 530.1px) {
    .cta-block--list {
      display: flex;
      align-items: flex-start;
      max-width: none; }
      .cta-block--list .cta-block__image {
        flex: 0 0 auto;
        width: 170px;
        margin-right: 1.25rem; }
      .cta-block--list .cta-block__body {
        flex: 1 1 auto;
        margin-top: 0; } }
  @media (min-width: 768.1px) {
    .cta-block--list .cta-block__image {
      width: 270px;
      margin-right: 2rem; } }
  @media (min-width: 1200.1px) {
    .cta-block--list .cta-block__title {
      font-size: 1.125rem; } }

.cta-block--featured {
  margin-bottom: 2rem; }
  .cta-block--featured .cta-block__image {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    /* Safari 11+ */ }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .cta-block--featured .cta-block__image {
          align-self: center; } } }
  .cta-block--featured .cta-block__body {
    margin-top: 0;
    padding: 2rem;
    border: 13px solid transparent;
    border-top: 0;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-origin: padding-box, border-box;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1); }
    .cta-block--featured .cta-block__body .cta-block__title {
      margin-top: 0;
      margin-bottom: 0.75rem;
      font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
      color: #545454;
      letter-spacing: normal;
      text-transform: none;
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1.333; }
    .cta-block--featured .cta-block__body p {
      color: #545454;
      font-size: 1.25rem; }
    .cta-block--featured .cta-block__body .btn-primary {
      width: auto; }
  @media (min-width: 992.1px) {
    .cta-block--featured {
      display: flex;
      align-items: stretch;
      margin-bottom: 3rem; }
      .cta-block--featured .cta-block__image {
        flex: 1 1 auto;
        width: 50%;
        box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1); }
      .cta-block--featured .cta-block__body {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        box-sizing: border-box;
        width: 50%;
        margin-right: 0;
        margin-left: 0;
        padding: 2rem;
        border: 13px solid transparent;
        border-left: 0;
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-origin: padding-box, border-box;
        box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1); }
        .cta-block--featured .cta-block__body > * {
          flex: 0 1 auto; }
        .cta-block--featured .cta-block__body .cta-block__title {
          font-size: 2rem; }
        .cta-block--featured .cta-block__body p {
          font-size: 1.25rem; } }
  @media (min-width: 1200.1px) {
    .cta-block--featured .cta-block__image {
      width: calc(66.66667% - 10px); }
    .cta-block--featured .cta-block__body {
      width: calc(33.33333% + 10px); } }

.cta-block--vertical .cta-block__image {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  -o-object-fit: cover;
     object-fit: cover; }
  .cta-block--vertical .cta-block__image + * {
    margin-top: 0; }

.cta-block--vertical .cta-block__body {
  padding: 2rem 1.25rem;
  border-top: 0;
  background-color: #ffffff;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  font-size: 0.8125rem; }
  .cta-block--vertical .cta-block__body ol,
  .cta-block--vertical .cta-block__body p,
  .cta-block--vertical .cta-block__body ul {
    font-size: 0.8125rem; }
  .cta-block--vertical .cta-block__body .cta-block__title {
    margin-top: 0;
    margin-bottom: 0.75rem;
    letter-spacing: normal;
    text-transform: none;
    font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.333; }
  .cta-block--vertical .cta-block__body p {
    font-size: 1.25rem; }

@media (min-width: 768.1px) {
  .cta-block--vertical {
    max-width: 500px; } }

@media (min-width: 992.1px) {
  .cta-block--vertical {
    max-width: none; } }

.cta-block--horizontal {
  margin-bottom: 0; }
  .cta-block--horizontal .cta-block__image {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
    -o-object-fit: cover;
       object-fit: cover;
    /* Safari 11+ */ }
    .cta-block--horizontal .cta-block__image + * {
      margin-top: 0; }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .cta-block--horizontal .cta-block__image {
          align-self: center; } } }
  .cta-block--horizontal .cta-block__body {
    margin: 0;
    padding: 2rem 1.25rem;
    border-top: 0;
    background-color: #E2DFD6;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1); }
    .cta-block--horizontal .cta-block__body p {
      font-size: 1.25rem;
      font-weight: 300; }
  .cta-block--horizontal .cta-block__title {
    margin-top: 0;
    margin-bottom: 0.75rem;
    letter-spacing: normal;
    text-transform: none;
    color: #7B1632;
    font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.333; }
  @media (min-width: 768.1px) {
    .cta-block--horizontal {
      display: flex;
      align-items: stretch;
      max-width: none; }
      .cta-block--horizontal > * {
        flex: 1 1 50%; }
      .cta-block--horizontal .cta-block__image {
        width: calc(50% - 2rem);
        height: auto;
        -o-object-fit: cover;
           object-fit: cover; }
      .cta-block--horizontal .cta-block__body {
        padding: 55px 35px; } }
  @media (min-width: 1200.1px) {
    .cta-block--horizontal .cta-block__title {
      font-size: 2.5rem; } }
  .cta-block--horizontal--flipped .cta-block__body {
    background-color: #ffffff; }

.cta-block--offset {
  margin-bottom: 3rem; }
  .cta-block--offset .cta-block__image {
    width: 100%;
    height: auto;
    /* Safari 11+ */ }
    @media not all and (min-resolution: 0.001dpcm) {
      @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .cta-block--offset .cta-block__image {
          align-self: flex-start; } } }
  .cta-block--offset .cta-block__body {
    position: relative;
    margin: -1.25rem 10px 0;
    padding: 35px 2rem;
    background-color: #ffffff;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2); }
    .cta-block--offset .cta-block__body:before {
      position: absolute;
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px;
      display: block;
      content: '';
      pointer-events: none;
      border: solid 2px #7B1632; }
    .cta-block--offset .cta-block__body .cta-block__title {
      margin-top: 0px;
      margin-bottom: 0.75rem;
      letter-spacing: normal;
      text-transform: none;
      font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
      font-size: 1.3125rem;
      font-weight: 500;
      line-height: 1.333; }
  @media (min-width: 768.1px) {
    .cta-block--offset {
      display: flex;
      align-items: stretch;
      justify-content: center; }
      .cta-block--offset .cta-block__image {
        flex: 0 1 auto;
        max-width: 66%;
        margin-bottom: 2rem;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
      .cta-block--offset .cta-block__body {
        flex: 0 1 auto;
        max-width: 42%;
        margin: 2rem 0 0 -8%;
        padding: 45px 40px; }
        .cta-block--offset .cta-block__body:before {
          position: absolute;
          top: 15px;
          right: 15px;
          bottom: 15px;
          left: 15px; }
        .cta-block--offset .cta-block__body .cta-block__title {
          font-size: 2rem; } }
  @media (min-width: 992.1px) {
    .cta-block--offset {
      flex-direction: column; }
      .cta-block--offset .cta-block__image {
        max-width: 100%;
        max-height: 400px;
        margin-bottom: 0; }
      .cta-block--offset .cta-block__body {
        max-width: 100%;
        margin: -1.25rem 10px 0; } }
  @media (min-width: 1200.1px) {
    .cta-block--offset {
      flex-direction: row; }
      .cta-block--offset .cta-block__image {
        max-width: 66%;
        max-height: none;
        margin-bottom: 2rem; }
      .cta-block--offset .cta-block__body {
        max-width: 42%;
        margin: 2rem 0 0 -8%; } }

@media (min-width: 768.1px) {
  .cta-block--offset--flipped {
    flex-direction: row-reverse; }
    .cta-block--offset--flipped .cta-block__body {
      margin: 2rem -8% 0 0; } }

@media (min-width: 992.1px) {
  .cta-block--offset--flipped {
    flex-direction: column; }
    .cta-block--offset--flipped .cta-block__body {
      margin: -1.25rem 10px 0; } }

@media (min-width: 1200.1px) {
  .cta-block--offset--flipped {
    flex-direction: row-reverse; }
    .cta-block--offset--flipped .cta-block__body {
      margin: 2rem -8% 0 0; } }

.cta-block--icon-card, .cta-block--icon-card-horizontal {
  text-align: center;
  color: #ffffff;
  border-top: solid 5px #EBA900;
  background-color: #7B1632; }
  .cta-block--icon-card .arrow-link,
  .cta-block--icon-card .h1,
  .cta-block--icon-card .h2,
  .cta-block--icon-card .h3,
  .cta-block--icon-card .h4,
  .cta-block--icon-card .h5,
  .cta-block--icon-card .h6,
  .cta-block--icon-card h1,
  .cta-block--icon-card .h1,
  .cta-block--icon-card h2,
  .cta-block--icon-card .h2,
  .cta-block--icon-card h3,
  .cta-block--icon-card .h3,
  .cta-block--icon-card h4,
  .cta-block--icon-card .h4,
  .cta-block--icon-card h5,
  .cta-block--icon-card .h5,
  .cta-block--icon-card h6,
  .cta-block--icon-card .h6,
  .cta-block--icon-card ol,
  .cta-block--icon-card p,
  .cta-block--icon-card ul, .cta-block--icon-card-horizontal .arrow-link,
  .cta-block--icon-card-horizontal .h1,
  .cta-block--icon-card-horizontal .h2,
  .cta-block--icon-card-horizontal .h3,
  .cta-block--icon-card-horizontal .h4,
  .cta-block--icon-card-horizontal .h5,
  .cta-block--icon-card-horizontal .h6,
  .cta-block--icon-card-horizontal h1,
  .cta-block--icon-card-horizontal .h1,
  .cta-block--icon-card-horizontal h2,
  .cta-block--icon-card-horizontal .h2,
  .cta-block--icon-card-horizontal h3,
  .cta-block--icon-card-horizontal .h3,
  .cta-block--icon-card-horizontal h4,
  .cta-block--icon-card-horizontal .h4,
  .cta-block--icon-card-horizontal h5,
  .cta-block--icon-card-horizontal .h5,
  .cta-block--icon-card-horizontal h6,
  .cta-block--icon-card-horizontal .h6,
  .cta-block--icon-card-horizontal ol,
  .cta-block--icon-card-horizontal p,
  .cta-block--icon-card-horizontal ul {
    color: #ffffff; }
  .cta-block--icon-card .cta-block__image, .cta-block--icon-card-horizontal .cta-block__image {
    width: 3.125rem;
    height: auto;
    margin-top: 1.25rem;
    margin-right: auto;
    margin-left: auto; }
  .cta-block--icon-card .cta-block__body, .cta-block--icon-card-horizontal .cta-block__body {
    padding: 0px 1.25rem 2rem;
    font-size: 0.8125rem; }
    .cta-block--icon-card .cta-block__body ol,
    .cta-block--icon-card .cta-block__body p,
    .cta-block--icon-card .cta-block__body ul, .cta-block--icon-card-horizontal .cta-block__body ol,
    .cta-block--icon-card-horizontal .cta-block__body p,
    .cta-block--icon-card-horizontal .cta-block__body ul {
      font-size: 0.8125rem; }
    .cta-block--icon-card .cta-block__body .cta-block__title, .cta-block--icon-card-horizontal .cta-block__body .cta-block__title {
      margin-top: 0;
      margin-bottom: 0.75rem;
      letter-spacing: normal;
      text-transform: none;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.333; }

.cta-block--icon-card-horizontal {
  text-align: left;
  border-top: none;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.25rem 2rem; }
  .cta-block--icon-card-horizontal .cta-block__image {
    margin-top: 0; }
    .cta-block--icon-card-horizontal .cta-block__image-wrap {
      width: 3.125rem; }
  .cta-block--icon-card-horizontal .cta-block__body {
    width: calc(100% - 3.625rem);
    padding: 0; }
    .cta-block--icon-card-horizontal .cta-block__body .cta-block__title {
      font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
      margin-bottom: 0.25rem;
      font-size: 1rem; }
    .cta-block--icon-card-horizontal .cta-block__body p {
      font-size: 1rem; }
  .cta-block--icon-card-horizontal .btn-outline-primary, .cta-block--icon-card-horizontal .EPiServerForms .FormSubmitButton, .EPiServerForms .cta-block--icon-card-horizontal .FormSubmitButton, .cta-block--icon-card-horizontal .EPiServerForms .Form__NavigationBar .Form__NavigationBar__Action, .EPiServerForms .Form__NavigationBar .cta-block--icon-card-horizontal .Form__NavigationBar__Action {
    color: #ffffff;
    border: solid 1px;
    border-color: #EAA416; }

.date-block {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto; }

.date-block__date {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
  margin-top: 5px;
  padding-top: 17px;
  text-align: center;
  color: #7B1632;
  border: solid 3px currentcolor;
  background-color: #ffffff;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  line-height: 0.8; }
  .date-block__date:before {
    position: absolute;
    top: 7px;
    left: 0px;
    display: block;
    width: 100%;
    height: 0px;
    content: '';
    border-top: solid 3px currentcolor; }
  .date-block__date:after {
    position: absolute;
    top: -7px;
    left: 0.5rem;
    display: block;
    width: calc(100% - 1rem);
    height: 11px;
    content: '';
    border-right: solid 3px currentcolor;
    border-left: solid 3px currentcolor; }
  .date-block__date .date-block__month {
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 400; }
  .date-block__date .date-block__day {
    display: block;
    font-size: 2rem;
    font-weight: 700; }

.date-block__details {
  flex: 1 1 auto;
  padding-left: 1.25rem; }
  .date-block__details *:last-child {
    margin-bottom: 0px; }
  .date-block__details .date-block__time {
    font-size: 0.875rem; }
  .date-block__details .date-block__title {
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.18); }

.date-block--multi-day .date-block__date {
  line-height: 0.9; }
  .date-block--multi-day .date-block__date .date-block__day {
    font-size: 1.3125rem; }

.event-block {
  position: relative;
  display: flex;
  align-items: flex-start;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 15px; }
  .event-block + .event-block {
    border-top: 1px solid #ffffff;
    padding: 15px 0; }
  @media (min-width: 992.1px) {
    .event-block {
      max-width: none; } }

.event-block__date {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 80px;
  height: 70px;
  color: #7B1632;
  font-family: "Veneer", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1; }
  .event-block__date .event-block__month {
    letter-spacing: 0.1rem;
    text-transform: uppercase; }
  .event-block__date .event-block__day {
    display: block;
    font-size: 2.5rem; }

.event-block__details {
  flex: 1 1 auto;
  padding-left: 2rem; }
  .event-block__details *:last-child {
    margin-bottom: 0px; }
  .event-block__details .event-block__time {
    font-size: 0.875rem;
    font-weight: 700;
    color: #606060; }
  .event-block__details .event-block__title a {
    color: #606060; }

.event-block--multi-day .event-block__date {
  line-height: 0.9; }
  .event-block--multi-day .event-block__date .event-block__day {
    font-size: 1.3125rem; }

.expanded-body-block {
  padding: 2rem 2rem calc(2rem - 1.5rem);
  border: solid 1px #d8d8d8; }

.expanded-body-block__btn {
  position: relative;
  display: block;
  width: 100%;
  min-height: 41px;
  margin-top: -1px;
  margin-bottom: 1.25rem;
  padding: 10px 55px 10px 2rem;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  color: #7B1632;
  border: solid 1px #d8d8d8;
  background-color: #F6F4EF; }
  .expanded-body-block__btn:after {
    display: none; }
  .expanded-body-block__btn:hover, .expanded-body-block__btn:focus {
    text-decoration: underline !important;
    color: #631321; }
  .expanded-body-block__btn:last-of-type {
    margin-bottom: 2rem; }
  .expanded-body-block__btn .expanded-body-block__plus {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 40px;
    height: 100%;
    background-color: #7B1632; }
    .expanded-body-block__btn .expanded-body-block__plus:before, .expanded-body-block__btn .expanded-body-block__plus:after {
      position: absolute;
      top: calc(50%);
      left: calc(50% - 7px);
      display: block;
      width: 14px;
      height: 1px;
      content: '';
      background-color: #ffffff; }
  .expanded-body-block__btn.collapsed .expanded-body-block__plus:after {
    transform: rotate(90deg); }

.fact-block {
  max-width: 230px;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
  text-align: center;
  color: #545454;
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem; }
  @media (min-width: 1200.1px) {
    .fact-block {
      margin-bottom: 3rem; } }
  .fact-block p {
    font-size: 1.25rem;
    font-weight: 400; }
  .fact-block__icon {
    display: block;
    width: 46px;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 992.1px) {
      .fact-block__icon {
        width: 70px; } }
  .fact-block__stat {
    display: block;
    letter-spacing: -0.1rem;
    color: #7B1632;
    font-size: 5.25rem;
    font-weight: 400;
    line-height: 1.2;
    font-family: "Veneer", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    margin-top: 5px; }
    @media (max-width: 992px) {
      .fact-block__stat {
        font-size: 3.5rem; } }

.section-block--gold .fact-block p, .section-block--red .fact-block p {
  color: #000000;
  font-weight: 500; }

.section-block--gold .fact-block__stat, .section-block--red .fact-block__stat {
  color: #ffffff; }

.quote-card-block {
  position: relative;
  margin-top: 10px;
  padding: 40px 2rem calc(40px - 1.5rem);
  transition: 0.5s background-color;
  border: solid 2px #7B1632;
  background-color: #EBA900;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  font-size: 0.8125rem; }
  .quote-card-block p {
    font-size: 0.8125rem; }
  .quote-card-block:before {
    position: absolute;
    top: -10px;
    left: 10px;
    display: block;
    width: 28px;
    height: 2rem;
    content: '';
    background: #7B1632 url("/static/images/quote-mark-white.png") no-repeat center;
    background-size: 50%; }
  @media (min-width: 992.1px) {
    .quote-card-block {
      padding: 55px 100px calc(55px - 1.5rem);
      font-size: 1rem; }
      .quote-card-block p {
        font-size: 1rem; }
      .quote-card-block:before {
        top: -10px;
        left: 2rem;
        width: 52px;
        height: 62px; } }
  .quote-card-block__name {
    text-transform: uppercase;
    font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.8126rem;
    font-weight: 700; }

.section-block {
  position: relative;
  padding-top: 3rem;
  padding-bottom: calc(3rem - 1.5rem); }
  .section-block:after {
    display: table;
    clear: both;
    content: ""; }
  .section-block .section-block__heading {
    margin-right: auto;
    margin-bottom: 1rem;
    margin-left: auto;
    text-align: center; }
    .section-block .section-block__heading h2, .section-block .section-block__heading .h2, .section-block .section-block__heading .h2 {
      font-family: "Veneer", "Helvetica Neue", Arial, sans-serif;
      text-transform: uppercase;
      font-size: 3rem;
      font-weight: 400;
      line-height: 1;
      color: #7B1632; }
    .section-block .section-block__heading p {
      font-size: 1rem;
      font-weight: 400; }
  @media (min-width: 768.1px) {
    .section-block .section-block__heading {
      max-width: none; } }
  @media (min-width: 992.1px) {
    .section-block .section-block__heading p {
      font-size: 1.5rem;
      font-weight: 400; } }
  @media (min-width: 1200.1px) {
    .section-block {
      padding-top: 5rem;
      padding-bottom: calc(5rem - 1.5rem); }
      .section-block .section-block__heading h2, .section-block .section-block__heading .h2, .section-block .section-block__heading .h2 {
        font-size: 5rem; } }

.section-block--tan {
  background-color: #E2DFD6; }

.section-block--globes {
  background-color: #ffffff;
  background-image: url("/static/images/bkgnd-globes.jpg");
  background-repeat: repeat-y;
  background-position: top right; }

.section-block--gold {
  background-color: #EAA416;
  background-size: cover; }
  .section-block--gold .section-block__heading h2, .section-block--gold .section-block__heading .h2, .section-block--gold .section-block__heading .h2 {
    color: #7B1632; }
  .section-block--gold .carousel-block--quote .owl-dots .owl-dot:not(.active):not(:hover) button {
    background-color: #7B1632; }
  .section-block--gold .carousel-block--quote .owl-nav button {
    color: #7B1632; }

.section-block--image {
  background-color: #EAA416;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .section-block--image .section-block__heading h2, .section-block--image .section-block__heading .h2, .section-block--image .section-block__heading .h2 {
    color: #ffffff; }

.section-block--red {
  border: none;
  background-color: #7B1632;
  color: #ffffff; }
  .section-block--red .lead, .section-block--red h1, .section-block--red .h1, .section-block--red .h1, .section-block--red h2, .section-block--red .h2, .section-block--red .h2, .section-block--red h3, .section-block--red .h3, .section-block--red .h3, .section-block--red h4, .section-block--red .h4, .section-block--red .h4, .section-block--red h5, .section-block--red .h5, .section-block--red .h5, .section-block--red h6, .section-block--red .h6, .section-block--red .h6, .section-block--red .h1, .section-block--red .h2, .section-block--red .h3, .section-block--red .h4, .section-block--red .h5, .section-block--red .h6 {
    color: #ffffff; }

.section-block--pattern {
  background: #F6F4EF url("/static/images/bkgnd-hex01.jpg");
  background-position: center; }

.section-block--patternfade {
  background: #F6F4EF url("/static/images/bkgnd-hex-fade.jpg");
  background-repeat: repeat-x;
  background-position: top; }

.section-block--whitefade > * {
  position: relative;
  z-index: 1; }

.section-block--whitefade:before {
  position: absolute;
  z-index: 0;
  top: 10%;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
  content: '';
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }

.section-block--tight-top {
  padding-top: 1.25rem; }
  @media (min-width: 992.1px) {
    .section-block--tight-top {
      padding-top: 40px; } }

.section-block--nospace-bottom {
  padding-bottom: 0px; }
  @media (min-width: 992.1px) {
    .section-block--nospace-bottom {
      padding-bottom: 0px; } }

.split-square-block {
  position: relative; }
  @media (min-width: 768.1px) {
    .split-square-block {
      display: flex; }
      .split-square-block > * {
        flex: 1 1 50%; } }
  .split-square-block__image {
    width: 100%;
    background-color: #d8d8d8;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    aspect-ratio: 1 / 1; }
    @media (min-width: 768.1px) {
      .split-square-block__image {
        width: 50%; } }
  .split-square-block__body {
    position: relative;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 2rem; }
    .split-square-block__body p {
      max-width: 65ch;
      font-size: 1.25rem; }
    @media (min-width: 768.1px) {
      .split-square-block__body {
        padding: 2rem 2rem 60px 40px; } }
    @media (min-width: 992.1px) {
      .split-square-block__body {
        padding: 2rem 60px 60px; } }
  .split-square-block__title {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    color: #7B1632;
    font-size: 1.3125rem;
    font-weight: 700; }
    @media (min-width: 992.1px) {
      .split-square-block__title {
        font-size: 2rem; } }


