:root {
  --full-vh: 100vh

;
}

/* Core colour-s*/
/* Supplementary colour-s*/
/* Greys colour-s*/
/* Focus colours*/
/* Tints*/
/* Bootstrap primary changes*/
/* Buttons colour-s*/
/* General colour-s*/
/* Font family names */
/* Font weights */
/* Font family with fallbacks */
/* Global nav highlights */
/* Mobile navigation */
/* Specific sizings */
/* Animation functions */
/* Mobile nav animations */
/* Mobile nav burger icon */
/* Search global */
/* colour-s override */
/* Font config */
/* Font styling */
/* Alert styling */
/* Alert configuration */
/* Button configuration */
/* Badge Overrides */
/* Pagination */
/* Progress */
/* hr */
/* Carousel */
/* Tabs */
/* Card */
/* breadcrumb */
/* Modal */
/* table */
/* Form */
/* Form states */
/* Dropdown * */
/*!
 * 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: #d4374a;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #008458;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #d4374a;
  --secondary: #6c757d;
  --success: #008458;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #d4374a;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 480px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 980px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --scrollbar-width: 0px;
}

@media (min-width: 980px) {
  :root {
    --scrollbar-width: 15px;
  }
}

*,
*::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: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5;
  color: #383735;
  text-align: left;
  background-color: #fff;
}

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

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

h1, .page-parent, .profile.profile-large .profile-title, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          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: 400;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 400;
}

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: #045bc6;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #02397b;
  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.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

input[type="radio"],
input[type="checkbox"] {
  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, .page-parent, .profile.profile-large .profile-title, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .page-parent, .profile.profile-large .profile-title, .h1 {
  font-size: 2.65625rem;
}

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

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

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

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

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

.lead {
  font-size: 1.375rem;
  font-weight: 400;
}

.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: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 0.0625rem solid #d0d0cf;
}

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

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: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 400;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

@media (min-width: 480px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 744px;
  }
}

@media (min-width: 980px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1190px;
  }
}

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.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: 10px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
      order: -1;
}

.order-last {
  -ms-flex-order: 13;
      order: 13;
}

.order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -ms-flex-order: 12;
      order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 980px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #383735;
}

.table th,
.table td {
  padding: 0.5rem;
  vertical-align: top;
  border-top: 0.0625rem solid #d3d3d2;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 0.125rem solid #d3d3d2;
}

.table tbody + tbody {
  border-top: 0.125rem solid #d3d3d2;
}

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

.table-bordered {
  border: 0.0625rem solid #d3d3d2;
}

.table-bordered th,
.table-bordered td {
  border: 0.0625rem solid #d3d3d2;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 0.125rem;
}

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

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

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

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

.table-hover .table-primary:hover {
  background-color: #efb2b9;
}

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

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

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

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

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

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

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

.table-hover .table-success:hover {
  background-color: #a7d5c5;
}

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

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

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

.table-hover .table-danger:hover {
  background-color: #efb2b9;
}

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

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

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

.table-hover .table-light:hover {
  background-color: #ececf6;
}

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

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

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

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

.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: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #d3d3d2;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.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: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 479.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: 979.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 {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.84375rem + 0.25rem);
  padding: 0.421875rem 0.9375rem;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.125rem solid #383735;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #22211f;
  outline: 0;
  box-shadow: 0 0 0 0.1875rem #FCF199;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

.col-form-label-lg {
  padding-top: calc(0.3125rem + 0.125rem);
  padding-bottom: calc(0.3125rem + 0.125rem);
  font-size: 1.328125rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.3125rem + 0.125rem);
  padding-bottom: calc(0.3125rem + 0.125rem);
  font-size: 0.929688rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.421875rem;
  padding-bottom: 0.421875rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #383735;
  background-color: transparent;
  border: solid transparent;
  border-width: 0.125rem 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 + 0.25rem);
  padding: 0.3125rem 0.3125rem;
  font-size: 0.929688rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 0.25rem);
  padding: 0.3125rem 0.3125rem;
  font-size: 1.328125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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 {
  color: #6c757d;
}

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

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      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;
  font-size: 1rem;
  color: #383735;
}

.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.929688rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(56, 55, 53, 0.8);
  border-radius: 0.125rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #383735;
  padding-right: calc(1.5em + 0.84375rem);
  background-image: "";
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.210938rem);
  background-size: calc(0.75em + 0.421875rem) calc(0.75em + 0.421875rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #383735;
  box-shadow: 0 0 0 0.2rem rgba(56, 55, 53, 0.25);
}

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

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.84375rem);
  background-position: top calc(0.375em + 0.210938rem) right calc(0.375em + 0.210938rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #383735;
  padding-right: calc((1em + 0.84375rem) * 3 / 4 + 1.9375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9375rem center/8px 10px, "" #fff no-repeat center right 1.9375rem/calc(0.75em + 0.421875rem) calc(0.75em + 0.421875rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #383735;
  box-shadow: 0 0 0 0.2rem rgba(56, 55, 53, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-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, .form-check-input.is-valid ~ .form-check-label {
  color: #383735;
}

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

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

.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: #52514e;
  background-color: #52514e;
}

.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(56, 55, 53, 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: #383735;
}

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

.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: #383735;
  box-shadow: 0 0 0 0.2rem rgba(56, 55, 53, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0;
  font-size: 1rem;
  color: #383735;
}

.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.929688rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(56, 55, 53, 0.8);
  border-radius: 0.125rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #383735;
  padding-right: calc(1.5em + 0.84375rem);
  background-image: "";
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.210938rem);
  background-size: calc(0.75em + 0.421875rem) calc(0.75em + 0.421875rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #383735;
  box-shadow: 0 0 0 0.2rem rgba(56, 55, 53, 0.25);
}

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

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.84375rem);
  background-position: top calc(0.375em + 0.210938rem) right calc(0.375em + 0.210938rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #383735;
  padding-right: calc((1em + 0.84375rem) * 3 / 4 + 1.9375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9375rem center/8px 10px, "" #fff no-repeat center right 1.9375rem/calc(0.75em + 0.421875rem) calc(0.75em + 0.421875rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #383735;
  box-shadow: 0 0 0 0.2rem rgba(56, 55, 53, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-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, .form-check-input.is-invalid ~ .form-check-label {
  color: #383735;
}

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

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

.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: #52514e;
  background-color: #52514e;
}

.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(56, 55, 53, 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: #383735;
}

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

.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: #383735;
  box-shadow: 0 0 0 0.2rem rgba(56, 55, 53, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

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

.btn {
  display: inline-block;
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: #383735;
  text-align: center;
  vertical-align: middle;
  background-color: #e9e9e9;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  border-radius: 0.125rem;
  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 {
    transition: none;
  }
}

.btn:hover {
  color: #383735;
  text-decoration: none;
}

.btn:focus, .btn:hover {
  background-color: #d0d0d0;
  color: #383735;
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #d4374a;
  border-color: transparent;
  color: #ffffff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #b22637;
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #d4374a;
  border-color: transparent;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #b22637;
  border-color: rgba(0, 0, 0, 0);
}

.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(255, 255, 255, 0.5);
}

.btn-primary .icon {
  fill: #ffffff;
}

.btn-primary:active:not(.disabled):not(:disabled), .btn-primary:focus, .btn-primary:hover {
  color: #ffffff;
  background-color: #b22637;
}

.btn-primary:active:not(.disabled):not(:disabled) .icon, .btn-primary:focus .icon, .btn-primary:hover .icon {
  fill: #ffffff;
}

.btn-info {
  color: #fff;
  background-color: #214fa3;
  border-color: transparent;
  color: #ffffff;
}

.btn-info:hover {
  color: #fff;
  background-color: #1d458e;
  border-color: rgba(0, 0, 0, 0);
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #214fa3;
  border-color: transparent;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #183a79;
  border-color: rgba(0, 0, 0, 0);
}

.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(255, 255, 255, 0.5);
}

.btn-info .icon {
  fill: #ffffff;
}

.btn-info:active:not(.disabled):not(:disabled), .btn-info:focus, .btn-info:hover {
  color: #ffffff;
  background-color: #1d458e;
}

.btn-info:active:not(.disabled):not(:disabled) .icon, .btn-info:focus .icon, .btn-info:hover .icon {
  fill: #ffffff;
}

.btn-success {
  color: #fff;
  background-color: #008458;
  border-color: transparent;
  color: #ffffff;
}

.btn-success:hover {
  color: #fff;
  background-color: #006b47;
  border-color: rgba(0, 0, 0, 0);
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #008458;
  border-color: transparent;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #005136;
  border-color: rgba(0, 0, 0, 0);
}

.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(255, 255, 255, 0.5);
}

.btn-success .icon {
  fill: #ffffff;
}

.btn-success:active:not(.disabled):not(:disabled), .btn-success:focus, .btn-success:hover {
  color: #ffffff;
  background-color: #006b47;
}

.btn-success:active:not(.disabled):not(:disabled) .icon, .btn-success:focus .icon, .btn-success:hover .icon {
  fill: #ffffff;
}

.btn-warning {
  color: #212529;
  background-color: #f8d349;
  border-color: transparent;
  color: #383735;
}

.btn-warning:hover {
  color: #212529;
  background-color: #f7cd30;
  border-color: rgba(0, 0, 0, 0);
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #f8d349;
  border-color: transparent;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #f6c718;
  border-color: rgba(0, 0, 0, 0);
}

.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(33, 37, 41, 0.5);
}

.btn-warning .icon {
  fill: #383735;
}

.btn-warning:active:not(.disabled):not(:disabled), .btn-warning:focus, .btn-warning:hover {
  color: #383735;
  background-color: #f7cd30;
}

.btn-warning:active:not(.disabled):not(:disabled) .icon, .btn-warning:focus .icon, .btn-warning:hover .icon {
  fill: #383735;
}

.btn-inverse {
  color: #212529;
  background-color: #d3d3d2;
  border-color: transparent;
  color: #383735;
}

.btn-inverse:hover {
  color: #fff;
  background-color: #383735;
  border-color: rgba(0, 0, 0, 0);
}

.btn-inverse:focus, .btn-inverse.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-inverse.disabled, .btn-inverse:disabled {
  color: #212529;
  background-color: #d3d3d2;
  border-color: transparent;
}

.btn-inverse:not(:disabled):not(.disabled):active, .btn-inverse:not(:disabled):not(.disabled).active,
.show > .btn-inverse.dropdown-toggle {
  color: #212529;
  background-color: #babab8;
  border-color: rgba(0, 0, 0, 0);
}

.btn-inverse:not(:disabled):not(.disabled):active:focus, .btn-inverse:not(:disabled):not(.disabled).active:focus,
.show > .btn-inverse.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-inverse .icon {
  fill: #383735;
}

.btn-inverse:active:not(.disabled):not(:disabled), .btn-inverse:focus, .btn-inverse:hover {
  color: #ffffff;
  background-color: #383735;
}

.btn-inverse:active:not(.disabled):not(:disabled) .icon, .btn-inverse:focus .icon, .btn-inverse:hover .icon {
  fill: #ffffff;
}

.btn-danger {
  color: #212529;
  background-color: #e9e9e9;
  border-color: transparent;
  color: #d4374a;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c72b3e;
  border-color: rgba(0, 0, 0, 0);
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #212529;
  background-color: #e9e9e9;
  border-color: transparent;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #212529;
  background-color: #d0d0d0;
  border-color: rgba(0, 0, 0, 0);
}

.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(33, 37, 41, 0.5);
}

.btn-danger .icon {
  fill: #d4374a;
}

.btn-danger:active:not(.disabled):not(:disabled), .btn-danger:focus, .btn-danger:hover {
  color: #ffffff;
  background-color: #c72b3e;
}

.btn-danger:active:not(.disabled):not(:disabled) .icon, .btn-danger:focus .icon, .btn-danger:hover .icon {
  fill: #ffffff;
}

.btn-outline-primary {
  background-color: transparent;
  color: #d4374a;
  border-color: #d4374a;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #d4374a;
  border-color: #d4374a;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 55, 74, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #d4374a;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #d4374a;
  border-color: #d4374a;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 55, 74, 0.5);
}

.btn-outline-primary .icon {
  fill: #d4374a;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #FCF199;
}

.btn-outline-primary:active:not(.disabled):not(:disabled), .btn-outline-primary:focus, .btn-outline-primary:hover {
  color: #ffffff;
  background-color: #b22637;
}

.btn-outline-primary:active:not(.disabled):not(:disabled) .icon, .btn-outline-primary:focus .icon, .btn-outline-primary:hover .icon {
  fill: #ffffff;
}

.btn-outline-info {
  background-color: transparent;
  color: #214fa3;
  border-color: #214fa3;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #214fa3;
  border-color: #214fa3;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 79, 163, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #214fa3;
  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: #fff;
  background-color: #214fa3;
  border-color: #214fa3;
}

.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(33, 79, 163, 0.5);
}

.btn-outline-info .icon {
  fill: #214fa3;
}

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

.btn-outline-info:active:not(.disabled):not(:disabled), .btn-outline-info:focus, .btn-outline-info:hover {
  color: #ffffff;
  background-color: #1d458e;
}

.btn-outline-info:active:not(.disabled):not(:disabled) .icon, .btn-outline-info:focus .icon, .btn-outline-info:hover .icon {
  fill: #ffffff;
}

.btn-outline-success {
  background-color: transparent;
  color: #008458;
  border-color: #008458;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #008458;
  border-color: #008458;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 132, 88, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #008458;
  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: #fff;
  background-color: #008458;
  border-color: #008458;
}

.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(0, 132, 88, 0.5);
}

.btn-outline-success .icon {
  fill: #008458;
}

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

.btn-outline-success:active:not(.disabled):not(:disabled), .btn-outline-success:focus, .btn-outline-success:hover {
  color: #ffffff;
  background-color: #006b47;
}

.btn-outline-success:active:not(.disabled):not(:disabled) .icon, .btn-outline-success:focus .icon, .btn-outline-success:hover .icon {
  fill: #ffffff;
}

.btn-outline-warning {
  background-color: transparent;
  color: #f8d349;
  border-color: #f8d349;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #f8d349;
  border-color: #f8d349;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 211, 73, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f8d349;
  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: #212529;
  background-color: #f8d349;
  border-color: #f8d349;
}

.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(248, 211, 73, 0.5);
}

.btn-outline-warning .icon {
  fill: #f8d349;
}

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

.btn-outline-warning:active:not(.disabled):not(:disabled), .btn-outline-warning:focus, .btn-outline-warning:hover {
  color: #383735;
  background-color: #f7cd30;
}

.btn-outline-warning:active:not(.disabled):not(:disabled) .icon, .btn-outline-warning:focus .icon, .btn-outline-warning:hover .icon {
  fill: #383735;
}

.btn-outline-inverse {
  background-color: transparent;
  color: #d3d3d2;
  border-color: #d3d3d2;
}

.btn-outline-inverse:hover {
  color: #212529;
  background-color: #d3d3d2;
  border-color: #d3d3d2;
}

.btn-outline-inverse:focus, .btn-outline-inverse.focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 211, 210, 0.5);
}

.btn-outline-inverse.disabled, .btn-outline-inverse:disabled {
  color: #d3d3d2;
  background-color: transparent;
}

.btn-outline-inverse:not(:disabled):not(.disabled):active, .btn-outline-inverse:not(:disabled):not(.disabled).active,
.show > .btn-outline-inverse.dropdown-toggle {
  color: #212529;
  background-color: #d3d3d2;
  border-color: #d3d3d2;
}

.btn-outline-inverse:not(:disabled):not(.disabled):active:focus, .btn-outline-inverse:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-inverse.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 211, 210, 0.5);
}

.btn-outline-inverse .icon {
  fill: #d3d3d2;
}

.btn-outline-inverse:not(:disabled):not(.disabled):active:focus, .btn-outline-inverse:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-inverse.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #FCF199;
}

.btn-outline-inverse:active:not(.disabled):not(:disabled), .btn-outline-inverse:focus, .btn-outline-inverse:hover {
  color: #ffffff;
  background-color: #383735;
}

.btn-outline-inverse:active:not(.disabled):not(:disabled) .icon, .btn-outline-inverse:focus .icon, .btn-outline-inverse:hover .icon {
  fill: #ffffff;
}

.btn-outline-danger {
  background-color: transparent;
  color: #e9e9e9;
  border-color: #e9e9e9;
}

.btn-outline-danger:hover {
  color: #212529;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 233, 233, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e9e9e9;
  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: #212529;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

.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(233, 233, 233, 0.5);
}

.btn-outline-danger .icon {
  fill: #e9e9e9;
}

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

.btn-outline-danger:active:not(.disabled):not(:disabled), .btn-outline-danger:focus, .btn-outline-danger:hover {
  color: #ffffff;
  background-color: #c72b3e;
}

.btn-outline-danger:active:not(.disabled):not(:disabled) .icon, .btn-outline-danger:focus .icon, .btn-outline-danger:hover .icon {
  fill: #ffffff;
}

.btn-link {
  font-weight: 400;
  color: #045bc6;
  text-decoration: none;
}

.btn-link:hover {
  color: #02397b;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn--xl {
  padding: 1.0625rem 2rem;
  font-size: 1.375rem;
  line-height: 1.8rem;
  border-radius: 0.125rem;
}

.btn--lg,
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.53125rem 1rem;
  font-size: 1.3125rem;
  line-height: 1.5;
  border-radius: 0.125rem;
}

.btn--sm,
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.929688rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.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 0;
  margin: 0.125rem 0 0;
  font-size: 1.0625rem;
  color: #383735;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #383735;
  border-radius: 0.125rem;
}

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

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

@media (min-width: 480px) {
  .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: 980px) {
  .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 0;
  overflow: hidden;
  border-top: 1px solid #383735;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  color: #383735;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:first-child {
  border-top-left-radius: calc(0.125rem - 1px);
  border-top-right-radius: calc(0.125rem - 1px);
}

.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.125rem - 1px);
  border-bottom-left-radius: calc(0.125rem - 1px);
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #383735;
  text-decoration: none;
  background-color: #f6f6f6;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0 1rem;
  margin-bottom: 0;
  font-size: 0.929688rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.5rem 1rem;
  color: #383735;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.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 {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

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

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -0.125rem;
}

.input-group > .form-control:focus,
.input-group > .custom-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 > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -0.125rem;
}

.input-group-prepend {
  margin-right: -0.125rem;
}

.input-group-append {
  margin-left: -0.125rem;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.421875rem 0.9375rem;
  margin-bottom: 0;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 0.125rem solid #383735;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 0.25rem);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-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,
.input-group-lg > .input-group-append > .btn {
  padding: 0.3125rem 0.3125rem;
  font-size: 1.328125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 0.25rem);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-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,
.input-group-sm > .input-group-append > .btn {
  padding: 0.3125rem 0.3125rem;
  font-size: 0.929688rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 0.75rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #d3d3d2;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #d3d3d2;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #22211f;
  background-color: #fff;
  border-color: #d4374a #d3d3d2 #ffffff #d3d3d2;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.125rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #d4374a;
}

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

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

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.300781rem;
  padding-bottom: 0.300781rem;
  margin-right: 1rem;
  font-size: 1.328125rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.328125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.125rem;
}

.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: 479.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 480px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
        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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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 {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
        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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

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

@media (min-width: 980px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
        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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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 {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
        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 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
      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 {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      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: #fff;
}

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

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

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

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 0;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card__body {
  -ms-flex: 1 1 auto;
      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: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.card__header:first-child {
  border-radius: calc(0 - 1px) calc(0 - 1px) 0 0;
}

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

.card__footer {
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

.card__footer:last-child {
  border-radius: 0 0 calc(0 - 1px) calc(0 - 1px);
}

.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%;
  border-radius: calc(0 - 1px);
}

.card__img--top {
  width: 100%;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}

.card__img--bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px);
}

.card__deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.card__deck .card {
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .card__deck {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  .card__deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.card__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.card__group > .card {
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .card__group {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .card__group > .card {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card__group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card__group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card__group > .card:not(:last-child) .card-img-top,
  .card__group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card__group > .card:not(:last-child) .card-img-bottom,
  .card__group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card__group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card__group > .card:not(:first-child) .card__img--top,
  .card__group > .card:not(:first-child) .card__header {
    border-top-left-radius: 0;
  }
  .card__group > .card:not(:first-child) .card__img--bottom,
  .card__group > .card:not(:first-child) .card__footer {
    border-bottom-left-radius: 0;
  }
}

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

@media (min-width: 480px) {
  .card__columns {
    column-count: 3;
    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) .card__header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card__header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.875rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: none;
}

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

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

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

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.125rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.40625rem 0.75rem;
  margin-left: 0rem;
  line-height: 1;
  color: #555555;
  background-color: #fff;
  border: 0rem solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #383735;
  text-decoration: none;
  background-color: #d3d3d2;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(212, 55, 74, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #22211f;
  border-color: #22211f;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

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

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

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

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.125rem 0.4em;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.125rem;
  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 {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #d4374a;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #b22637;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(212, 55, 74, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #008458;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #005136;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 132, 88, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  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: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  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: #fff;
  background-color: #d4374a;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #b22637;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(212, 55, 74, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 480px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

.alert {
  position: relative;
  padding: 0.625rem 0.9375rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3.46875rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.625rem 0.9375rem;
  color: inherit;
}

.alert-warning, .alert ,
.sq-form-errors-message {
  color: #383735;
  background-color: #fef6da;
  border-color: transparent;
}

.alert-warning hr, .alert  hr, .sq-form-errors-message  hr {
  border-top-color: rgba(0, 0, 0, 0);
}

.alert-warning .alert-link, .alert  .alert-link, .sq-form-errors-message  .alert-link {
  color: #1e1d1c;
}

.alert-error {
  color: #ffffff;
  background-color: #d4374a;
  border-color: transparent;
}

.alert-error hr {
  border-top-color: rgba(0, 0, 0, 0);
}

.alert-error .alert-link {
  color: #e6e6e6;
}

.alert-info {
  color: #ffffff;
  background-color: #3a6cb5;
  border-color: transparent;
}

.alert-info hr {
  border-top-color: rgba(0, 0, 0, 0);
}

.alert-info .alert-link {
  color: #e6e6e6;
}

.alert-success {
  color: #ffffff;
  background-color: #008458;
  border-color: transparent;
}

.alert-success hr {
  border-top-color: rgba(0, 0, 0, 0);
}

.alert-success .alert-link {
  color: #e6e6e6;
}

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

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1.5rem;
  overflow: hidden;
  font-size: 0.796875rem;
  background-color: #f6f6f6;
  border-radius: 0.125rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #d4374a;
  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: 1.5rem 1.5rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.media-body {
  -ms-flex: 1;
      flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #383735;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #d4374a;
  border-color: #d4374a;
}

.list-group-horizontal {
  -ms-flex-direction: row;
      flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 480px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 980px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 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: #6e1d26;
  background-color: #f3c7cc;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #6e1d26;
  background-color: #efb2b9;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #6e1d26;
  border-color: #6e1d26;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #00452e;
  background-color: #b8ddd0;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #00452e;
  background-color: #a7d5c5;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #00452e;
  border-color: #00452e;
}

.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: #fff;
  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: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #6e1d26;
  background-color: #f3c7cc;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #6e1d26;
  background-color: #efb2b9;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #6e1d26;
  border-color: #6e1d26;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.59375rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  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;
  border-radius: 0.25rem;
}

.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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  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: opacity 0.1s linear;
  transform: translate(0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  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 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered, .modal-image .modal-dialog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before, .modal-image .modal-dialog::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable, .modal-image .modal-dialog-scrollable.modal-dialog {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content, .modal-image .modal-dialog-scrollable.modal-dialog .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before, .modal-image .modal-dialog-scrollable.modal-dialog::before {
  content: none;
}

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

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1.25rem;
  border-bottom: 0.0625rem solid #bbbbbb;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-header .close {
  padding: 1.25rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1rem;
  border-top: 0.0625rem solid #bbbbbb;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.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: 480px) {
  .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, .modal-image .modal-dialog {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before, .modal-image .modal-dialog::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 980px) {
  .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: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", 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.929688rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.8;
}

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.125rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", 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.929688rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

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

.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: 0.3rem 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: #fff;
}

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

.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: 0.3rem 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: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.0625rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      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%;
  -webkit-backface-visibility: hidden;
          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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  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: #fff;
  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='%23fff' 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='%23fff' 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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  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: #383735;
  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: #d4374a !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-lg, .filter__items .btn {
  border-radius: 0.3rem !important;
}

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

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

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

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

.d-none, .progress-set-filter {
  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, .list-facts, .accordion-cpd-course .accordion-section-header-title {
  display: -ms-flexbox !important;
  display: flex !important;
}

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.flex-row, .nav-global .navbar {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}

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

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

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

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

.flex-nowrap, .list-facts, .nav-breadcrumb .breadcrumb {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

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

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

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

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

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

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

.justify-content-start, .nav-global .navbar {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}

.justify-content-end, .nav-secondary .nav {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}

.justify-content-center, .pagination {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

.justify-content-between, .accordion-cpd-course .accordion-section-header-title {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}

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

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

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

.align-items-center, .accordion-cpd-course .accordion-section-header-title, .nav-breadcrumb .breadcrumb {
  -ms-flex-align: center !important;
      align-items: center !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .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, .footer-global-icons.list.list-icons, .footer-global-icons.list.list-contact, .footer-global--slim .footer-global__legal.list {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 980px) {
  .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, .modal-header {
  position: -webkit-sticky !important;
  position: sticky !important;
}

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  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, .carousel-item img {
  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, .box .box-title-suffix,
.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: 480px) {
  .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: 980px) {
  .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, .nav-breadcrumb .breadcrumb-item {
  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: 480px) {
  .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: 980px) {
  .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: 400 !important;
}

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

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

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

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

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

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

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

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

a.text-success:hover, a.text-success:focus {
  color: #003825 !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: #d4374a !important;
}

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

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

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

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

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

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

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none, .tag a {
  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 #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 980px !important;
  }
  .container {
    min-width: 980px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #d3d3d2;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #d3d3d2;
  }
}

.footer-global {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.accordion-section-header-title .icon {
  transition: transform 0.15s ease-in;
}

.accordion-section-header-title .icon {
  transform: rotate(0deg);
}

.accordion-section-header-title:not(.collapsed) .icon {
  transform: rotate(90deg);
}

.accordion-section {
  border: none;
}

.icon {
  width: 1rem;
  height: 1rem;
  fill: #383735;
  margin-right: 0.3125rem;
}

.icon-xs, .pagination .page-item:last-child .icon, .pagination .page-item:first-child .icon, .pagination .page-item .page-link .icon {
  width: 0.625rem;
  height: 0.625rem;
}

.icon-md, .list-icons.icons-lg li .icon, .icons-lg.list-contact li .icon, .list-icons.icons-md li .icon, .icons-md.list-contact li .icon, .accordion-cpd-course .accordion-section-header-title .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-lg {
  width: 2rem;
  height: 2rem;
}

.icon-xl {
  width: 3rem;
  height: 3rem;
}

.icon-success {
  fill: #008458;
}

.icon-error {
  fill: #d4374a;
}

.icon-info {
  fill: #3a6cb5;
}

.icon-tile {
  fill: #ffffff;
  padding: 0.4375rem;
}

.icon.loading {
  width: 3.125rem;
  height: 3.125rem;
  stroke: #383735;
}

.icon.loading .loading-circle {
  stroke: #d3d3d2;
}

.icon-dark {
  fill: #383735;
}

.icon-light {
  fill: #ffffff;
}

.icon .fill-gold {
  fill: #bd9e5e;
}

.content {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  padding: 1.25rem 0.625rem;
  position: relative;
  overflow-wrap: break-word;
  -ms-flex-order: 5;
      order: 5;
  grid-area: content;
  background-color: #ffffff;
}

body > .content {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

body.with-site-alert > .content {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}

.content::after, .content::before {
  display: block;
  clear: both;
  content: '';
}

.content .map-large {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .content {
    padding: 2.5rem 0 1.25rem 0;
  }
}

/** normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom. */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * Remove default margin. */
body {
  margin: 0;
  line-height: 1.5rem;
}

/** HTML5 display definitions
 * ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22. */
[hidden],
template {
  display: none;
}

/** Links
 * ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10. */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
  outline: 0;
}

/** Text-level semantics
 * ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 0.0625rem dotted;
}

/**
 * Address styling not present in Safari 5 and Chrome. */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome. */
h1, .page-parent, .profile.profile-large .profile-title {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9. */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%;
  line-height: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/** Embedded content
 * ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9. */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden;
}

/** Grouping content
 * ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5. */
figure {
  margin: 1em 2.5rem;
}

/**
 * Address differences between Firefox and other browsers. */
hr {
  box-sizing: content-box;
  height: 0;
  width: 100%;
  clear: both;
}

/**
 * Contain overflow in all browsers. */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers. */
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

code {
  padding: 0.125rem 0.25rem;
  color: #d4374a;
  background-color: #f5f5f5;
  border: 0.0625rem solid #d3d3d2;
  white-space: nowrap;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10. */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox. */
button,
select {
  text-transform: none;
}

/**
 * Re-set default cursor for disabled elements. */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet. */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10. */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`. */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend {
  border: 0;
  padding: 0;
}

/**
 * Remove default vertical scrollbar in IE 8/9. */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup {
  font-weight: bold;
}

/** Tables
 * ========================================================================== */
/**
 * Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.audio {
  margin: 0 0 1.25rem;
}

dl {
  padding: 0;
  margin: 0;
}

ul,
ol {
  padding: 0;
  margin: 0 0 0.75rem 1.5625rem;
}

input:invalid {
  color: #d4374a;
}

cite {
  font-style: normal;
  font-weight: normal;
}

.nav {
  margin-bottom: 1.5rem;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
  }
}

/* Import fonts */
@font-face {
  font-family: "franklin_gothic_fs_bookRg";
  src: url("../webfonts/FranklinGothic-Book.woff2") format("woff2"), url("../webfonts/FranklinGothic-Book.woff") format("woff"), url("../webfonts/FranklinGothic-Book.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "franklin_gothic_fs_bookitalic";
  src: url("../webfonts/FranklinGothic-BookIt.woff2") format("woff2"), url("../webfonts/FranklinGothic-BookIt.woff") format("woff"), url("../webfonts/FranklinGothic-BookIt.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "franklin_gothic_fs_demi";
  src: url("../webfonts/FranklinGothic-Demi.woff2") format("woff2"), url("../webfonts/FranklinGothic-Demi.woff") format("woff"), url("../webfonts/FranklinGothic-Demi.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "franklin_gothic_fs_medregular";
  src: url("../webfonts/FranklinGothic-Med.woff2") format("woff2"), url("../webfonts/FranklinGothic-Med.woff") format("woff"), url("../webfonts/FranklinGothic-Med.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "franklin_gothic_fs_meditalic";
  src: url("../webfonts/FranklinGothic-MedIt.woff2") format("woff2"), url("../webfonts/FranklinGothic-MedIt.woff") format("woff"), url("../webfonts/FranklinGothic-MedIt.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "franklin_gothic_URW_lig";
  src: url("../webfonts/FranklinGothicURW-Lig.woff2") format("woff2"), url("../webfonts/FranklinGothicURW-Lig.woff") format("woff"), url("../webfonts/FranklinGothicURW-Lig.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

body {
  line-height: 1.5rem;
}

h1, .page-parent, .profile.profile-large .profile-title,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 1.5rem;
  text-shadow: none;
}

html, h1, .page-parent, .profile.profile-large .profile-title,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
}

h1, .page-parent, .profile.profile-large .profile-title {
  font: normal 2.75rem / 3.125rem "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
}

.page-title {
  font: normal 2.25rem / 2.375rem "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
}

h2 {
  font: normal 2rem / 2.4rem "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
}

h3 {
  font: normal 1.5rem / 1.9rem "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
}

h4 {
  font: normal 1.375rem / 1.8rem "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
}

h5 {
  font: normal 1.125rem / 1.5rem "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
}

h6 {
  font: normal normal 1rem / 1.375rem "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
}

h1 + .lead, .page-parent + .lead, .profile.profile-large .profile-title + .lead, h2 + .lead {
  margin-bottom: 1.875rem;
}

h2:not([class]) {
  margin-top: 2.5rem;
}

div[class^='col-'] > h2:first-child, div[class*=' col-'] > h2:first-child {
  margin-top: 0;
}

/* Link styling */
.content h1 a, .content .page-parent a, .content .profile.profile-large .profile-title a, .profile.profile-large .content .profile-title a, .content h2 a, .content h3 a, .content h4 a, .content h5 a, .content h6 a,
.footer-local h1 a,
.footer-local .page-parent a,
.footer-local .profile.profile-large .profile-title a,
.profile.profile-large .footer-local .profile-title a,
.footer-local h2 a,
.footer-local h3 a,
.footer-local h4 a,
.footer-local h5 a,
.footer-local h6 a {
  color: #045bc6;
  text-decoration: underline;
}

.content h1 a:hover, .content .page-parent a:hover, .content .profile.profile-large .profile-title a:hover, .profile.profile-large .content .profile-title a:hover, .content h2 a:hover, .content h3 a:hover, .content h4 a:hover, .content h5 a:hover, .content h6 a:hover,
.footer-local h1 a:hover,
.footer-local .page-parent a:hover,
.footer-local .profile.profile-large .profile-title a:hover,
.profile.profile-large .footer-local .profile-title a:hover,
.footer-local h2 a:hover,
.footer-local h3 a:hover,
.footer-local h4 a:hover,
.footer-local h5 a:hover,
.footer-local h6 a:hover {
  color: #022d62;
}

.content p a, .content li a, .content td a,
.footer-local p a,
.footer-local li a,
.footer-local td a {
  text-decoration: underline;
}

.content p a.btn, .content li a.btn, .content td a.btn,
.footer-local p a.btn,
.footer-local li a.btn,
.footer-local td a.btn {
  text-decoration: none;
}

a {
  text-decoration: none;
}

a:hover {
  color: #022d62;
}

a em {
  font-family: Arial, "Helvetica Neue", sans-serif;
  text-decoration: none;
}

i,
em {
  font-family: "franklin_gothic_fs_bookitalic", Arial, "Helvetica Neue", sans-serif;
  font-style: normal;
}

b,
strong {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
}

.brand {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
}

.text-white {
  color: #ffffff;
}

.btn-italic {
  font-family: Arial, "Helvetica Neue", sans-serif;
}

.page-header {
  border-bottom: 0 solid #e9e9e9;
  margin: 0;
  padding: 0;
}

.page-header h1, .page-header .page-parent, .page-header .profile.profile-large .profile-title, .profile.profile-large .page-header .profile-title {
  margin: 1.875rem 0 2.5rem 0;
  padding: 0;
}

.page-header h2 {
  margin: 0 0 0.625rem 0;
}

.page-header h3 {
  border-bottom: 0.0625rem solid #d0d0d0;
  padding-bottom: 1.25rem;
}

.lead {
  line-height: 1.8rem;
  font-size: 1.375rem;
}

.lead-small {
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.media .caption {
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  background-color: #e9e9e9;
  padding: 0.625rem;
}

.media em {
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
}

.smaller {
  font-size: smaller;
}

.smaller > * {
  line-height: 1rem;
}

.small h2 {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  margin-top: 1.875rem;
  margin-bottom: 0.625rem;
}

.small h3 {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  margin-top: 1.25rem;
  margin-bottom: 0.3125rem;
}

.small h4 {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  margin-top: 1.25rem;
  margin-bottom: 0.3125rem;
}

.small p, .small li {
  line-height: 1.3125rem;
}

.small p {
  margin-bottom: 0.3125rem;
}

dl dt dfn {
  font-style: normal;
}

dl dd {
  margin-bottom: 0.3125rem;
  font-style: normal;
}

abbr[title],
acronym[title] {
  cursor: help;
  border-bottom: 0.0625rem dotted #bcbbbb;
}

.hidden-text {
  display: none;
  font: 0 / 0;
}

h1, .page-parent, .profile.profile-large .profile-title, h2, h3, h4, h5, h6 {
  color: #383735;
}

h1 a, .page-parent a, .profile.profile-large .profile-title a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #383735;
}

.page-parent {
  color: #d4374a;
}

.page-parent.sub-section {
  display: none;
  visibility: hidden;
}

.page-section-heading, .r-feature .page-title,
.r-feature h2, .r-landing-page .page-title,
.r-landing-page h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}

.page-section-heading:after, .r-feature .page-title:after,
.r-feature h2:after, .r-landing-page .page-title:after,
.r-landing-page h2:after {
  content: '';
  display: block;
  margin: 1.25rem auto 0;
  width: 1.5625rem;
  height: 0.3125rem;
  background-color: #d4374a;
}

@media (min-width: 980px) {
  .page-parent.sub-section {
    display: inline-block;
    visibility: visible;
    font-size: 2.75rem;
    line-height: 3.125rem;
    margin-bottom: 1.5rem;
  }
  .page-parent.sub-section:hover {
    text-decoration: none;
    color: #d4374a;
  }
  .page-parent.sub-section:focus {
    color: #d4374a;
  }
}

@keyframes nudge {
  from {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(0px);
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
    display: none;
  }
  1% {
    opacity: 0;
    display: -ms-flexbox;
    display: flex;
  }
  to {
    opacity: 1;
  }
}

@use "sass:map" {}.bg-brick-red {
  background-color: #d4374a !important;
}

.bg-brick-red .quote-main {
  background-color: #d4374a !important;
}

.bg-brick-red p, .bg-brick-red h1, .bg-brick-red .page-parent, .bg-brick-red .profile.profile-large .profile-title, .profile.profile-large .bg-brick-red .profile-title, .bg-brick-red h2, .bg-brick-red h3, .bg-brick-red h4, .bg-brick-red h5, .bg-brick-red a:not(.btn):not(.content-group__promo), .bg-brick-red li {
  color: #ffffff;
}

.bg-brick-red a:not(.content-group__promo):not(.btn):focus {
  color: #383735;
}

.bg-brick-red .icon {
  fill: #ffffff;
}

.bg-brick-red .btn.btn-link:hover {
  color: #ffffff;
}

.bg-brick-red .btn.btn-link:focus {
  color: #ffffff;
}

.bg-tuatara {
  background-color: #383735 !important;
}

.bg-tuatara .quote-main {
  background-color: #383735 !important;
}

.bg-tuatara p, .bg-tuatara h1, .bg-tuatara .page-parent, .bg-tuatara .profile.profile-large .profile-title, .profile.profile-large .bg-tuatara .profile-title, .bg-tuatara h2, .bg-tuatara h3, .bg-tuatara h4, .bg-tuatara h5, .bg-tuatara a:not(.btn):not(.content-group__promo), .bg-tuatara li {
  color: #ffffff;
}

.bg-tuatara a:not(.content-group__promo):not(.btn):focus {
  color: #383735;
}

.bg-tuatara .icon {
  fill: #ffffff;
}

.bg-tuatara .btn.btn-link:hover {
  color: #ffffff;
}

.bg-tuatara .btn.btn-link:focus {
  color: #ffffff;
}

.bg-ocean-green {
  background-color: #499f7f !important;
}

.bg-ocean-green .quote-main {
  background-color: #499f7f !important;
}

.bg-ocean-green p, .bg-ocean-green h1, .bg-ocean-green .page-parent, .bg-ocean-green .profile.profile-large .profile-title, .profile.profile-large .bg-ocean-green .profile-title, .bg-ocean-green h2, .bg-ocean-green h3, .bg-ocean-green h4, .bg-ocean-green h5, .bg-ocean-green a:not(.btn):not(.content-group__promo), .bg-ocean-green li {
  color: #1e1d1c;
}

.bg-ocean-green a:not(.content-group__promo):not(.btn):focus {
  color: #1e1d1c;
}

.bg-ocean-green .icon {
  fill: #1e1d1c;
}

.bg-ocean-green .btn.btn-link:hover {
  color: #1e1d1c;
}

.bg-ocean-green .btn.btn-link:focus {
  color: #1e1d1c;
}

.bg-cerise {
  background-color: #d63694 !important;
}

.bg-cerise .quote-main {
  background-color: #d63694 !important;
}

.bg-cerise p, .bg-cerise h1, .bg-cerise .page-parent, .bg-cerise .profile.profile-large .profile-title, .profile.profile-large .bg-cerise .profile-title, .bg-cerise h2, .bg-cerise h3, .bg-cerise h4, .bg-cerise h5, .bg-cerise a:not(.btn):not(.content-group__promo), .bg-cerise li {
  color: #ffffff;
}

.bg-cerise a:not(.content-group__promo):not(.btn):focus {
  color: #ffffff;
}

.bg-cerise .icon {
  fill: #ffffff;
}

.bg-cerise .btn.btn-link:hover {
  color: #ffffff;
}

.bg-cerise .btn.btn-link:focus {
  color: #ffffff;
}

.bg-affair {
  background-color: #73479c !important;
}

.bg-affair .quote-main {
  background-color: #73479c !important;
}

.bg-affair p, .bg-affair h1, .bg-affair .page-parent, .bg-affair .profile.profile-large .profile-title, .profile.profile-large .bg-affair .profile-title, .bg-affair h2, .bg-affair h3, .bg-affair h4, .bg-affair h5, .bg-affair a:not(.btn):not(.content-group__promo), .bg-affair li {
  color: #ffffff;
}

.bg-affair a:not(.content-group__promo):not(.btn):focus {
  color: #ffffff;
}

.bg-affair .icon {
  fill: #ffffff;
}

.bg-affair .btn.btn-link:hover {
  color: #ffffff;
}

.bg-affair .btn.btn-link:focus {
  color: #ffffff;
}

.bg-panache {
  background-color: #F8FCFA !important;
}

.bg-panache .quote-main {
  background-color: #F8FCFA !important;
}

.bg-panache p, .bg-panache h1, .bg-panache .page-parent, .bg-panache .profile.profile-large .profile-title, .profile.profile-large .bg-panache .profile-title, .bg-panache h2, .bg-panache h3, .bg-panache h4, .bg-panache h5, .bg-panache a:not(.btn):not(.content-group__promo), .bg-panache li {
  color: #383735;
}

.bg-panache a:not(.content-group__promo):not(.btn):focus {
  color: #383735;
}

.bg-panache .icon {
  fill: #383735;
}

.bg-panache .btn.btn-link:hover {
  color: #383735;
}

.bg-panache .btn.btn-link:focus {
  color: #383735;
}

.bg-anakiwa {
  background-color: #e2f4ff !important;
}

.bg-anakiwa .quote-main {
  background-color: #e2f4ff !important;
}

.bg-anakiwa p, .bg-anakiwa h1, .bg-anakiwa .page-parent, .bg-anakiwa .profile.profile-large .profile-title, .profile.profile-large .bg-anakiwa .profile-title, .bg-anakiwa h2, .bg-anakiwa h3, .bg-anakiwa h4, .bg-anakiwa h5, .bg-anakiwa a:not(.btn):not(.content-group__promo), .bg-anakiwa li {
  color: #383735;
}

.bg-anakiwa a:not(.content-group__promo):not(.btn):focus {
  color: #383735;
}

.bg-anakiwa .icon {
  fill: #383735;
}

.bg-anakiwa .btn.btn-link:hover {
  color: #383735;
}

.bg-anakiwa .btn.btn-link:focus {
  color: #383735;
}

.bg-aero-blue {
  background-color: #cce8de !important;
}

.bg-aero-blue .quote-main {
  background-color: #cce8de !important;
}

.bg-aero-blue p, .bg-aero-blue h1, .bg-aero-blue .page-parent, .bg-aero-blue .profile.profile-large .profile-title, .profile.profile-large .bg-aero-blue .profile-title, .bg-aero-blue h2, .bg-aero-blue h3, .bg-aero-blue h4, .bg-aero-blue h5, .bg-aero-blue a:not(.btn):not(.content-group__promo), .bg-aero-blue li {
  color: #383735;
}

.bg-aero-blue a:not(.content-group__promo):not(.btn):focus {
  color: #383735;
}

.bg-aero-blue .icon {
  fill: #383735;
}

.bg-aero-blue .btn.btn-link:hover {
  color: #383735;
}

.bg-aero-blue .btn.btn-link:focus {
  color: #383735;
}

.bg-mauve {
  background-color: #f1ecf6 !important;
}

.bg-mauve .quote-main {
  background-color: #f1ecf6 !important;
}

.bg-mauve p, .bg-mauve h1, .bg-mauve .page-parent, .bg-mauve .profile.profile-large .profile-title, .profile.profile-large .bg-mauve .profile-title, .bg-mauve h2, .bg-mauve h3, .bg-mauve h4, .bg-mauve h5, .bg-mauve a:not(.btn):not(.content-group__promo), .bg-mauve li {
  color: #383735;
}

.bg-mauve a:not(.content-group__promo):not(.btn):focus {
  color: #383735;
}

.bg-mauve .icon {
  fill: #383735;
}

.bg-mauve .btn.btn-link:hover {
  color: #383735;
}

.bg-mauve .btn.btn-link:focus {
  color: #383735;
}

.bg-wild-sand {
  background-color: #f6f6f6 !important;
}

.bg-wild-sand .quote-main {
  background-color: #f6f6f6 !important;
}

.bg-wild-sand p, .bg-wild-sand h1, .bg-wild-sand .page-parent, .bg-wild-sand .profile.profile-large .profile-title, .profile.profile-large .bg-wild-sand .profile-title, .bg-wild-sand h2, .bg-wild-sand h3, .bg-wild-sand h4, .bg-wild-sand h5, .bg-wild-sand a:not(.btn):not(.content-group__promo), .bg-wild-sand li {
  color: #383735;
}

.bg-wild-sand a:not(.content-group__promo):not(.btn):focus {
  color: #383735;
}

.bg-wild-sand .icon {
  fill: #383735;
}

.bg-wild-sand .btn.btn-link:hover {
  color: #383735;
}

.bg-wild-sand .btn.btn-link:focus {
  color: #383735;
}

.bg-prussian-blue {
  background-color: #002554 !important;
}

.bg-prussian-blue .quote-main {
  background-color: #002554 !important;
}

.bg-prussian-blue p, .bg-prussian-blue h1, .bg-prussian-blue .page-parent, .bg-prussian-blue .profile.profile-large .profile-title, .profile.profile-large .bg-prussian-blue .profile-title, .bg-prussian-blue h2, .bg-prussian-blue h3, .bg-prussian-blue h4, .bg-prussian-blue h5, .bg-prussian-blue a:not(.btn):not(.content-group__promo), .bg-prussian-blue li {
  color: #ffffff;
}

.bg-prussian-blue a:not(.content-group__promo):not(.btn):focus {
  color: #ffffff;
}

.bg-prussian-blue .icon {
  fill: #ffffff;
}

.bg-prussian-blue .btn.btn-link:hover {
  color: #ffffff;
}

.bg-prussian-blue .btn.btn-link:focus {
  color: #ffffff;
}

.bg-anakiwa .quote-author, .bg-anakiwa .quote-source {
  color: #c72b3e;
}

.r-landing-page .bg-brick-red .page-title:after,
.r-landing-page .bg-brick-red h2:after,
.r-feature .bg-brick-red .page-title:after,
.r-feature .bg-brick-red h2:after {
  background-color: #383735;
}

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

.progress .bg-info {
  background-color: #214fa3 !important;
}

.border-wild-sand {
  border-color: #f6f6f6 !important;
}

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

.border-silver {
  border-color: #bbbbbb !important;
}

.border-lg {
  border: 0.125rem solid #e9e9e9 !important;
}

.border-lg-top {
  border-top: 0.125rem solid #e9e9e9 !important;
}

.border-lg-right {
  border-right: 0.125rem solid #e9e9e9 !important;
}

.border-lg-bottom {
  border-bottom: 0.125rem solid #e9e9e9 !important;
}

.border-lg-left {
  border-left: 0.125rem solid #e9e9e9 !important;
}

.border-xl {
  border: 0.3125rem solid #e9e9e9 !important;
}

.border-xl-top {
  border-top: 0.3125rem solid #e9e9e9 !important;
}

.border-xl-right {
  border-right: 0.3125rem solid #e9e9e9 !important;
}

.border-xl-bottom {
  border-bottom: 0.3125rem solid #e9e9e9 !important;
}

.border-xl-left {
  border-left: 0.3125rem solid #e9e9e9 !important;
}

@media (max-width: 319.98px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-block {
    display: block !important;
  }
}

.w-1 {
  width: 8.333333%;
}

.w-2 {
  width: 16.666667%;
}

.w-3 {
  width: 25%;
}

.w-4 {
  width: 33.333333%;
}

.w-5 {
  width: 41.666667%;
}

.w-6 {
  width: 50%;
}

.w-7 {
  width: 58.333333%;
}

.w-8 {
  width: 66.666667%;
}

.w-9 {
  width: 75%;
}

.w-10 {
  width: 83.333333%;
}

.w-11 {
  width: 91.666667%;
}

.w-12 {
  width: 100%;
}

@media (min-width: 480px) {
  .w-sm-1 {
    width: 8.333333%;
  }
  .w-sm-2 {
    width: 16.666667%;
  }
  .w-sm-3 {
    width: 25%;
  }
  .w-sm-4 {
    width: 33.333333%;
  }
  .w-sm-5 {
    width: 41.666667%;
  }
  .w-sm-6 {
    width: 50%;
  }
  .w-sm-7 {
    width: 58.333333%;
  }
  .w-sm-8 {
    width: 66.666667%;
  }
  .w-sm-9 {
    width: 75%;
  }
  .w-sm-10 {
    width: 83.333333%;
  }
  .w-sm-11 {
    width: 91.666667%;
  }
  .w-sm-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .w-md-1 {
    width: 8.333333%;
  }
  .w-md-2 {
    width: 16.666667%;
  }
  .w-md-3 {
    width: 25%;
  }
  .w-md-4 {
    width: 33.333333%;
  }
  .w-md-5 {
    width: 41.666667%;
  }
  .w-md-6 {
    width: 50%;
  }
  .w-md-7 {
    width: 58.333333%;
  }
  .w-md-8 {
    width: 66.666667%;
  }
  .w-md-9 {
    width: 75%;
  }
  .w-md-10 {
    width: 83.333333%;
  }
  .w-md-11 {
    width: 91.666667%;
  }
  .w-md-12 {
    width: 100%;
  }
}

@media (min-width: 980px) {
  .w-lg-1 {
    width: 8.333333%;
  }
  .w-lg-2 {
    width: 16.666667%;
  }
  .w-lg-3 {
    width: 25%;
  }
  .w-lg-4 {
    width: 33.333333%;
  }
  .w-lg-5 {
    width: 41.666667%;
  }
  .w-lg-6 {
    width: 50%;
  }
  .w-lg-7 {
    width: 58.333333%;
  }
  .w-lg-8 {
    width: 66.666667%;
  }
  .w-lg-9 {
    width: 75%;
  }
  .w-lg-10 {
    width: 83.333333%;
  }
  .w-lg-11 {
    width: 91.666667%;
  }
  .w-lg-12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .w-xl-1 {
    width: 8.333333%;
  }
  .w-xl-2 {
    width: 16.666667%;
  }
  .w-xl-3 {
    width: 25%;
  }
  .w-xl-4 {
    width: 33.333333%;
  }
  .w-xl-5 {
    width: 41.666667%;
  }
  .w-xl-6 {
    width: 50%;
  }
  .w-xl-7 {
    width: 58.333333%;
  }
  .w-xl-8 {
    width: 66.666667%;
  }
  .w-xl-9 {
    width: 75%;
  }
  .w-xl-10 {
    width: 83.333333%;
  }
  .w-xl-11 {
    width: 91.666667%;
  }
  .w-xl-12 {
    width: 100%;
  }
}

@media (min-width: 480px) {
  .btn-sm-block {
    display: block !important;
    width: 100% !important;
  }
  .btn-sm-inline {
    display: inline !important;
    width: auto !important;
  }
  .btn-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    width: auto !important;
  }
}

@media (min-width: 768px) {
  .btn-md-block {
    display: block !important;
    width: 100% !important;
  }
  .btn-md-inline {
    display: inline !important;
    width: auto !important;
  }
  .btn-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    width: auto !important;
  }
}

@media (min-width: 980px) {
  .btn-lg-block {
    display: block !important;
    width: 100% !important;
  }
  .btn-lg-inline {
    display: inline !important;
    width: auto !important;
  }
  .btn-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    width: auto !important;
  }
}

@media (min-width: 1200px) {
  .btn-xl-block {
    display: block !important;
    width: 100% !important;
  }
  .btn-xl-inline {
    display: inline !important;
    width: auto !important;
  }
  .btn-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    width: auto !important;
  }
}

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

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

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

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

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

.mx-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

@media (min-width: 480px) {
  .ml-sm-0 {
    margin-left: 0rem !important;
  }
  .mr-sm-0 {
    margin-right: 0rem !important;
  }
  .mt-sm-0 {
    margin-top: 0rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0rem !important;
  }
  .my-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mx-sm-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-0 {
    margin-left: 0rem !important;
  }
  .mr-md-0 {
    margin-right: 0rem !important;
  }
  .mt-md-0 {
    margin-top: 0rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0rem !important;
  }
  .my-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mx-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media (min-width: 980px) {
  .ml-lg-0 {
    margin-left: 0rem !important;
  }
  .mr-lg-0 {
    margin-right: 0rem !important;
  }
  .mt-lg-0 {
    margin-top: 0rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }
  .my-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mx-lg-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-0 {
    margin-left: 0rem !important;
  }
  .mr-xl-0 {
    margin-right: 0rem !important;
  }
  .mt-xl-0 {
    margin-top: 0rem !important;
  }
  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }
  .my-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .mx-xl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
}

.ml-5 {
  margin-left: 0.3125rem !important;
}

.mr-5 {
  margin-right: 0.3125rem !important;
}

.mt-5 {
  margin-top: 0.3125rem !important;
}

.mb-5, .box .box-title-suffix {
  margin-bottom: 0.3125rem !important;
}

.my-5 {
  margin-top: 0.3125rem !important;
  margin-bottom: 0.3125rem !important;
}

.mx-5 {
  margin-left: 0.3125rem !important;
  margin-right: 0.3125rem !important;
}

@media (min-width: 480px) {
  .ml-sm-5 {
    margin-left: 0.3125rem !important;
  }
  .mr-sm-5 {
    margin-right: 0.3125rem !important;
  }
  .mt-sm-5 {
    margin-top: 0.3125rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 0.3125rem !important;
  }
  .my-sm-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .mx-sm-5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-5 {
    margin-left: 0.3125rem !important;
  }
  .mr-md-5 {
    margin-right: 0.3125rem !important;
  }
  .mt-md-5 {
    margin-top: 0.3125rem !important;
  }
  .mb-md-5 {
    margin-bottom: 0.3125rem !important;
  }
  .my-md-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .mx-md-5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
}

@media (min-width: 980px) {
  .ml-lg-5 {
    margin-left: 0.3125rem !important;
  }
  .mr-lg-5 {
    margin-right: 0.3125rem !important;
  }
  .mt-lg-5 {
    margin-top: 0.3125rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 0.3125rem !important;
  }
  .my-lg-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .mx-lg-5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-5 {
    margin-left: 0.3125rem !important;
  }
  .mr-xl-5 {
    margin-right: 0.3125rem !important;
  }
  .mt-xl-5 {
    margin-top: 0.3125rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 0.3125rem !important;
  }
  .my-xl-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .mx-xl-5 {
    margin-left: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
}

.ml-10 {
  margin-left: 0.625rem !important;
}

.mr-10 {
  margin-right: 0.625rem !important;
}

.mt-10 {
  margin-top: 0.625rem !important;
}

.mb-10 {
  margin-bottom: 0.625rem !important;
}

.my-10 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.mx-10 {
  margin-left: 0.625rem !important;
  margin-right: 0.625rem !important;
}

@media (min-width: 480px) {
  .ml-sm-10 {
    margin-left: 0.625rem !important;
  }
  .mr-sm-10 {
    margin-right: 0.625rem !important;
  }
  .mt-sm-10 {
    margin-top: 0.625rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 0.625rem !important;
  }
  .my-sm-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .mx-sm-10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-10 {
    margin-left: 0.625rem !important;
  }
  .mr-md-10 {
    margin-right: 0.625rem !important;
  }
  .mt-md-10 {
    margin-top: 0.625rem !important;
  }
  .mb-md-10 {
    margin-bottom: 0.625rem !important;
  }
  .my-md-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .mx-md-10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
}

@media (min-width: 980px) {
  .ml-lg-10 {
    margin-left: 0.625rem !important;
  }
  .mr-lg-10 {
    margin-right: 0.625rem !important;
  }
  .mt-lg-10 {
    margin-top: 0.625rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 0.625rem !important;
  }
  .my-lg-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .mx-lg-10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-10 {
    margin-left: 0.625rem !important;
  }
  .mr-xl-10 {
    margin-right: 0.625rem !important;
  }
  .mt-xl-10 {
    margin-top: 0.625rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 0.625rem !important;
  }
  .my-xl-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .mx-xl-10 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }
}

.ml-15 {
  margin-left: 0.9375rem !important;
}

.mr-15 {
  margin-right: 0.9375rem !important;
}

.mt-15 {
  margin-top: 0.9375rem !important;
}

.mb-15 {
  margin-bottom: 0.9375rem !important;
}

.my-15 {
  margin-top: 0.9375rem !important;
  margin-bottom: 0.9375rem !important;
}

.mx-15 {
  margin-left: 0.9375rem !important;
  margin-right: 0.9375rem !important;
}

@media (min-width: 480px) {
  .ml-sm-15 {
    margin-left: 0.9375rem !important;
  }
  .mr-sm-15 {
    margin-right: 0.9375rem !important;
  }
  .mt-sm-15 {
    margin-top: 0.9375rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 0.9375rem !important;
  }
  .my-sm-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .mx-sm-15 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-15 {
    margin-left: 0.9375rem !important;
  }
  .mr-md-15 {
    margin-right: 0.9375rem !important;
  }
  .mt-md-15 {
    margin-top: 0.9375rem !important;
  }
  .mb-md-15 {
    margin-bottom: 0.9375rem !important;
  }
  .my-md-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .mx-md-15 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important;
  }
}

@media (min-width: 980px) {
  .ml-lg-15 {
    margin-left: 0.9375rem !important;
  }
  .mr-lg-15 {
    margin-right: 0.9375rem !important;
  }
  .mt-lg-15 {
    margin-top: 0.9375rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 0.9375rem !important;
  }
  .my-lg-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .mx-lg-15 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-15 {
    margin-left: 0.9375rem !important;
  }
  .mr-xl-15 {
    margin-right: 0.9375rem !important;
  }
  .mt-xl-15 {
    margin-top: 0.9375rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 0.9375rem !important;
  }
  .my-xl-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .mx-xl-15 {
    margin-left: 0.9375rem !important;
    margin-right: 0.9375rem !important;
  }
}

.ml-20 {
  margin-left: 1.25rem !important;
}

.mr-20 {
  margin-right: 1.25rem !important;
}

.mt-20 {
  margin-top: 1.25rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.my-20 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.mx-20 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

@media (min-width: 480px) {
  .ml-sm-20 {
    margin-left: 1.25rem !important;
  }
  .mr-sm-20 {
    margin-right: 1.25rem !important;
  }
  .mt-sm-20 {
    margin-top: 1.25rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 1.25rem !important;
  }
  .my-sm-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mx-sm-20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-20 {
    margin-left: 1.25rem !important;
  }
  .mr-md-20 {
    margin-right: 1.25rem !important;
  }
  .mt-md-20 {
    margin-top: 1.25rem !important;
  }
  .mb-md-20 {
    margin-bottom: 1.25rem !important;
  }
  .my-md-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mx-md-20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
}

@media (min-width: 980px) {
  .ml-lg-20 {
    margin-left: 1.25rem !important;
  }
  .mr-lg-20 {
    margin-right: 1.25rem !important;
  }
  .mt-lg-20 {
    margin-top: 1.25rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 1.25rem !important;
  }
  .my-lg-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mx-lg-20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-20 {
    margin-left: 1.25rem !important;
  }
  .mr-xl-20 {
    margin-right: 1.25rem !important;
  }
  .mt-xl-20 {
    margin-top: 1.25rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 1.25rem !important;
  }
  .my-xl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .mx-xl-20 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
}

.ml-30 {
  margin-left: 1.875rem !important;
}

.mr-30 {
  margin-right: 1.875rem !important;
}

.mt-30 {
  margin-top: 1.875rem !important;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.my-30 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.mx-30 {
  margin-left: 1.875rem !important;
  margin-right: 1.875rem !important;
}

@media (min-width: 480px) {
  .ml-sm-30 {
    margin-left: 1.875rem !important;
  }
  .mr-sm-30 {
    margin-right: 1.875rem !important;
  }
  .mt-sm-30 {
    margin-top: 1.875rem !important;
  }
  .mb-sm-30 {
    margin-bottom: 1.875rem !important;
  }
  .my-sm-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .mx-sm-30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-30 {
    margin-left: 1.875rem !important;
  }
  .mr-md-30 {
    margin-right: 1.875rem !important;
  }
  .mt-md-30 {
    margin-top: 1.875rem !important;
  }
  .mb-md-30 {
    margin-bottom: 1.875rem !important;
  }
  .my-md-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .mx-md-30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }
}

@media (min-width: 980px) {
  .ml-lg-30 {
    margin-left: 1.875rem !important;
  }
  .mr-lg-30 {
    margin-right: 1.875rem !important;
  }
  .mt-lg-30 {
    margin-top: 1.875rem !important;
  }
  .mb-lg-30 {
    margin-bottom: 1.875rem !important;
  }
  .my-lg-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .mx-lg-30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-30 {
    margin-left: 1.875rem !important;
  }
  .mr-xl-30 {
    margin-right: 1.875rem !important;
  }
  .mt-xl-30 {
    margin-top: 1.875rem !important;
  }
  .mb-xl-30 {
    margin-bottom: 1.875rem !important;
  }
  .my-xl-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .mx-xl-30 {
    margin-left: 1.875rem !important;
    margin-right: 1.875rem !important;
  }
}

.ml-40 {
  margin-left: 2.5rem !important;
}

.mr-40 {
  margin-right: 2.5rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.my-40 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.mx-40 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

@media (min-width: 480px) {
  .ml-sm-40 {
    margin-left: 2.5rem !important;
  }
  .mr-sm-40 {
    margin-right: 2.5rem !important;
  }
  .mt-sm-40 {
    margin-top: 2.5rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 2.5rem !important;
  }
  .my-sm-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mx-sm-40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-40 {
    margin-left: 2.5rem !important;
  }
  .mr-md-40 {
    margin-right: 2.5rem !important;
  }
  .mt-md-40 {
    margin-top: 2.5rem !important;
  }
  .mb-md-40 {
    margin-bottom: 2.5rem !important;
  }
  .my-md-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mx-md-40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
}

@media (min-width: 980px) {
  .ml-lg-40 {
    margin-left: 2.5rem !important;
  }
  .mr-lg-40 {
    margin-right: 2.5rem !important;
  }
  .mt-lg-40 {
    margin-top: 2.5rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 2.5rem !important;
  }
  .my-lg-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mx-lg-40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-40 {
    margin-left: 2.5rem !important;
  }
  .mr-xl-40 {
    margin-right: 2.5rem !important;
  }
  .mt-xl-40 {
    margin-top: 2.5rem !important;
  }
  .mb-xl-40 {
    margin-bottom: 2.5rem !important;
  }
  .my-xl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .mx-xl-40 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
}

.ml-50 {
  margin-left: 3.125rem !important;
}

.mr-50 {
  margin-right: 3.125rem !important;
}

.mt-50 {
  margin-top: 3.125rem !important;
}

.mb-50 {
  margin-bottom: 3.125rem !important;
}

.my-50 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}

.mx-50 {
  margin-left: 3.125rem !important;
  margin-right: 3.125rem !important;
}

@media (min-width: 480px) {
  .ml-sm-50 {
    margin-left: 3.125rem !important;
  }
  .mr-sm-50 {
    margin-right: 3.125rem !important;
  }
  .mt-sm-50 {
    margin-top: 3.125rem !important;
  }
  .mb-sm-50 {
    margin-bottom: 3.125rem !important;
  }
  .my-sm-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .mx-sm-50 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important;
  }
}

@media (min-width: 768px) {
  .ml-md-50 {
    margin-left: 3.125rem !important;
  }
  .mr-md-50 {
    margin-right: 3.125rem !important;
  }
  .mt-md-50 {
    margin-top: 3.125rem !important;
  }
  .mb-md-50 {
    margin-bottom: 3.125rem !important;
  }
  .my-md-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .mx-md-50 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important;
  }
}

@media (min-width: 980px) {
  .ml-lg-50 {
    margin-left: 3.125rem !important;
  }
  .mr-lg-50 {
    margin-right: 3.125rem !important;
  }
  .mt-lg-50 {
    margin-top: 3.125rem !important;
  }
  .mb-lg-50 {
    margin-bottom: 3.125rem !important;
  }
  .my-lg-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .mx-lg-50 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important;
  }
}

@media (min-width: 1200px) {
  .ml-xl-50 {
    margin-left: 3.125rem !important;
  }
  .mr-xl-50 {
    margin-right: 3.125rem !important;
  }
  .mt-xl-50 {
    margin-top: 3.125rem !important;
  }
  .mb-xl-50 {
    margin-bottom: 3.125rem !important;
  }
  .my-xl-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .mx-xl-50 {
    margin-left: 3.125rem !important;
    margin-right: 3.125rem !important;
  }
}

/* Negative margins */
.-mb-5 {
  margin-bottom: -0.3125rem !important;
}

.-mb-10 {
  margin-bottom: -0.625rem !important;
}

.-mb-15 {
  margin-bottom: -0.9375rem !important;
}

.-mb-20 {
  margin-bottom: -1.25rem !important;
}

.-mt-5 {
  margin-top: -0.3125rem !important;
}

.-mt-10 {
  margin-top: -0.625rem !important;
}

.-mt-15 {
  margin-top: -0.9375rem !important;
}

.-mt-20 {
  margin-top: -1.25rem !important;
}

.-mt-25 {
  margin-top: -1.5625rem !important;
}

.-mt-30 {
  margin-top: -1.875rem !important;
}

.-mt-40 {
  margin-top: -2.5rem !important;
}

@media (min-width: 768px) {
  .-m-md-b-5 {
    margin-bottom: -0.3125rem !important;
  }
  .-m-md-b-10 {
    margin-bottom: -0.625rem !important;
  }
  .-m-md-b-15 {
    margin-bottom: -0.9375rem !important;
  }
  .-m-md-b-20 {
    margin-bottom: -1.25rem !important;
  }
  .-m-md-t-5 {
    margin-top: -0.3125rem !important;
  }
  .-m-md-t-10 {
    margin-top: -0.625rem !important;
  }
  .-m-md-t-15 {
    margin-top: -0.9375rem !important;
  }
  .-m-md-t-20 {
    margin-top: -1.25rem !important;
  }
  .-m-md-t-25 {
    margin-top: -1.5625rem !important;
  }
  .-m-md-t-30 {
    margin-top: -1.875rem !important;
  }
  .-m-md-t-40 {
    margin-top: -2.5rem !important;
  }
}

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

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

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

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

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

@media (min-width: 480px) {
  .pl-sm-0 {
    padding-left: 0rem !important;
  }
  .pr-sm-0 {
    padding-right: 0rem !important;
  }
  .pt-sm-0 {
    padding-top: 0rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0rem !important;
  }
  .py-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .px-sm-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-0 {
    padding-left: 0rem !important;
  }
  .pr-md-0 {
    padding-right: 0rem !important;
  }
  .pt-md-0 {
    padding-top: 0rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0rem !important;
  }
  .py-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .px-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media (min-width: 980px) {
  .pl-lg-0 {
    padding-left: 0rem !important;
  }
  .pr-lg-0 {
    padding-right: 0rem !important;
  }
  .pt-lg-0 {
    padding-top: 0rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }
  .py-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .px-lg-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-0 {
    padding-left: 0rem !important;
  }
  .pr-xl-0 {
    padding-right: 0rem !important;
  }
  .pt-xl-0 {
    padding-top: 0rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0rem !important;
  }
  .py-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .px-xl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

.pl-5 {
  padding-left: 0.3125rem !important;
}

.pr-5 {
  padding-right: 0.3125rem !important;
}

.pt-5 {
  padding-top: 0.3125rem !important;
}

.pb-5 {
  padding-bottom: 0.3125rem !important;
}

.py-5 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}

.px-5 {
  padding-left: 0.3125rem !important;
  padding-right: 0.3125rem !important;
}

@media (min-width: 480px) {
  .pl-sm-5 {
    padding-left: 0.3125rem !important;
  }
  .pr-sm-5 {
    padding-right: 0.3125rem !important;
  }
  .pt-sm-5 {
    padding-top: 0.3125rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 0.3125rem !important;
  }
  .py-sm-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .px-sm-5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-5 {
    padding-left: 0.3125rem !important;
  }
  .pr-md-5 {
    padding-right: 0.3125rem !important;
  }
  .pt-md-5 {
    padding-top: 0.3125rem !important;
  }
  .pb-md-5 {
    padding-bottom: 0.3125rem !important;
  }
  .py-md-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .px-md-5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }
}

@media (min-width: 980px) {
  .pl-lg-5 {
    padding-left: 0.3125rem !important;
  }
  .pr-lg-5 {
    padding-right: 0.3125rem !important;
  }
  .pt-lg-5 {
    padding-top: 0.3125rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 0.3125rem !important;
  }
  .py-lg-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .px-lg-5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-5 {
    padding-left: 0.3125rem !important;
  }
  .pr-xl-5 {
    padding-right: 0.3125rem !important;
  }
  .pt-xl-5 {
    padding-top: 0.3125rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 0.3125rem !important;
  }
  .py-xl-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .px-xl-5 {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }
}

.pl-10 {
  padding-left: 0.625rem !important;
}

.pr-10 {
  padding-right: 0.625rem !important;
}

.pt-10 {
  padding-top: 0.625rem !important;
}

.pb-10 {
  padding-bottom: 0.625rem !important;
}

.py-10 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.px-10 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

@media (min-width: 480px) {
  .pl-sm-10 {
    padding-left: 0.625rem !important;
  }
  .pr-sm-10 {
    padding-right: 0.625rem !important;
  }
  .pt-sm-10 {
    padding-top: 0.625rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 0.625rem !important;
  }
  .py-sm-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .px-sm-10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-10 {
    padding-left: 0.625rem !important;
  }
  .pr-md-10 {
    padding-right: 0.625rem !important;
  }
  .pt-md-10 {
    padding-top: 0.625rem !important;
  }
  .pb-md-10 {
    padding-bottom: 0.625rem !important;
  }
  .py-md-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .px-md-10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
}

@media (min-width: 980px) {
  .pl-lg-10 {
    padding-left: 0.625rem !important;
  }
  .pr-lg-10 {
    padding-right: 0.625rem !important;
  }
  .pt-lg-10 {
    padding-top: 0.625rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 0.625rem !important;
  }
  .py-lg-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .px-lg-10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-10 {
    padding-left: 0.625rem !important;
  }
  .pr-xl-10 {
    padding-right: 0.625rem !important;
  }
  .pt-xl-10 {
    padding-top: 0.625rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 0.625rem !important;
  }
  .py-xl-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .px-xl-10 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
}

.pl-15 {
  padding-left: 0.9375rem !important;
}

.pr-15 {
  padding-right: 0.9375rem !important;
}

.pt-15 {
  padding-top: 0.9375rem !important;
}

.pb-15 {
  padding-bottom: 0.9375rem !important;
}

.py-15 {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
}

.px-15 {
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important;
}

@media (min-width: 480px) {
  .pl-sm-15 {
    padding-left: 0.9375rem !important;
  }
  .pr-sm-15 {
    padding-right: 0.9375rem !important;
  }
  .pt-sm-15 {
    padding-top: 0.9375rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 0.9375rem !important;
  }
  .py-sm-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .px-sm-15 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-15 {
    padding-left: 0.9375rem !important;
  }
  .pr-md-15 {
    padding-right: 0.9375rem !important;
  }
  .pt-md-15 {
    padding-top: 0.9375rem !important;
  }
  .pb-md-15 {
    padding-bottom: 0.9375rem !important;
  }
  .py-md-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .px-md-15 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}

@media (min-width: 980px) {
  .pl-lg-15 {
    padding-left: 0.9375rem !important;
  }
  .pr-lg-15 {
    padding-right: 0.9375rem !important;
  }
  .pt-lg-15 {
    padding-top: 0.9375rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 0.9375rem !important;
  }
  .py-lg-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .px-lg-15 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-15 {
    padding-left: 0.9375rem !important;
  }
  .pr-xl-15 {
    padding-right: 0.9375rem !important;
  }
  .pt-xl-15 {
    padding-top: 0.9375rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 0.9375rem !important;
  }
  .py-xl-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .px-xl-15 {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
}

.pl-20 {
  padding-left: 1.25rem !important;
}

.pr-20 {
  padding-right: 1.25rem !important;
}

.pt-20 {
  padding-top: 1.25rem !important;
}

.pb-20 {
  padding-bottom: 1.25rem !important;
}

.py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-20 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

@media (min-width: 480px) {
  .pl-sm-20 {
    padding-left: 1.25rem !important;
  }
  .pr-sm-20 {
    padding-right: 1.25rem !important;
  }
  .pt-sm-20 {
    padding-top: 1.25rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 1.25rem !important;
  }
  .py-sm-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .px-sm-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-20 {
    padding-left: 1.25rem !important;
  }
  .pr-md-20 {
    padding-right: 1.25rem !important;
  }
  .pt-md-20 {
    padding-top: 1.25rem !important;
  }
  .pb-md-20 {
    padding-bottom: 1.25rem !important;
  }
  .py-md-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .px-md-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 980px) {
  .pl-lg-20 {
    padding-left: 1.25rem !important;
  }
  .pr-lg-20 {
    padding-right: 1.25rem !important;
  }
  .pt-lg-20 {
    padding-top: 1.25rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 1.25rem !important;
  }
  .py-lg-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .px-lg-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-20 {
    padding-left: 1.25rem !important;
  }
  .pr-xl-20 {
    padding-right: 1.25rem !important;
  }
  .pt-xl-20 {
    padding-top: 1.25rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 1.25rem !important;
  }
  .py-xl-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .px-xl-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

.pl-30 {
  padding-left: 1.875rem !important;
}

.pr-30 {
  padding-right: 1.875rem !important;
}

.pt-30 {
  padding-top: 1.875rem !important;
}

.pb-30 {
  padding-bottom: 1.875rem !important;
}

.py-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.px-30 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
}

@media (min-width: 480px) {
  .pl-sm-30 {
    padding-left: 1.875rem !important;
  }
  .pr-sm-30 {
    padding-right: 1.875rem !important;
  }
  .pt-sm-30 {
    padding-top: 1.875rem !important;
  }
  .pb-sm-30 {
    padding-bottom: 1.875rem !important;
  }
  .py-sm-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .px-sm-30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-30 {
    padding-left: 1.875rem !important;
  }
  .pr-md-30 {
    padding-right: 1.875rem !important;
  }
  .pt-md-30 {
    padding-top: 1.875rem !important;
  }
  .pb-md-30 {
    padding-bottom: 1.875rem !important;
  }
  .py-md-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .px-md-30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
}

@media (min-width: 980px) {
  .pl-lg-30 {
    padding-left: 1.875rem !important;
  }
  .pr-lg-30 {
    padding-right: 1.875rem !important;
  }
  .pt-lg-30 {
    padding-top: 1.875rem !important;
  }
  .pb-lg-30 {
    padding-bottom: 1.875rem !important;
  }
  .py-lg-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .px-lg-30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-30 {
    padding-left: 1.875rem !important;
  }
  .pr-xl-30 {
    padding-right: 1.875rem !important;
  }
  .pt-xl-30 {
    padding-top: 1.875rem !important;
  }
  .pb-xl-30 {
    padding-bottom: 1.875rem !important;
  }
  .py-xl-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .px-xl-30 {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
}

.pl-40 {
  padding-left: 2.5rem !important;
}

.pr-40 {
  padding-right: 2.5rem !important;
}

.pt-40 {
  padding-top: 2.5rem !important;
}

.pb-40 {
  padding-bottom: 2.5rem !important;
}

.py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.px-40 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

@media (min-width: 480px) {
  .pl-sm-40 {
    padding-left: 2.5rem !important;
  }
  .pr-sm-40 {
    padding-right: 2.5rem !important;
  }
  .pt-sm-40 {
    padding-top: 2.5rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 2.5rem !important;
  }
  .py-sm-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .px-sm-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-40 {
    padding-left: 2.5rem !important;
  }
  .pr-md-40 {
    padding-right: 2.5rem !important;
  }
  .pt-md-40 {
    padding-top: 2.5rem !important;
  }
  .pb-md-40 {
    padding-bottom: 2.5rem !important;
  }
  .py-md-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .px-md-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

@media (min-width: 980px) {
  .pl-lg-40 {
    padding-left: 2.5rem !important;
  }
  .pr-lg-40 {
    padding-right: 2.5rem !important;
  }
  .pt-lg-40 {
    padding-top: 2.5rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 2.5rem !important;
  }
  .py-lg-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .px-lg-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-40 {
    padding-left: 2.5rem !important;
  }
  .pr-xl-40 {
    padding-right: 2.5rem !important;
  }
  .pt-xl-40 {
    padding-top: 2.5rem !important;
  }
  .pb-xl-40 {
    padding-bottom: 2.5rem !important;
  }
  .py-xl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .px-xl-40 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

.pl-50 {
  padding-left: 3.125rem !important;
}

.pr-50 {
  padding-right: 3.125rem !important;
}

.pt-50 {
  padding-top: 3.125rem !important;
}

.pb-50 {
  padding-bottom: 3.125rem !important;
}

.py-50 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}

.px-50 {
  padding-left: 3.125rem !important;
  padding-right: 3.125rem !important;
}

@media (min-width: 480px) {
  .pl-sm-50 {
    padding-left: 3.125rem !important;
  }
  .pr-sm-50 {
    padding-right: 3.125rem !important;
  }
  .pt-sm-50 {
    padding-top: 3.125rem !important;
  }
  .pb-sm-50 {
    padding-bottom: 3.125rem !important;
  }
  .py-sm-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .px-sm-50 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
}

@media (min-width: 768px) {
  .pl-md-50 {
    padding-left: 3.125rem !important;
  }
  .pr-md-50 {
    padding-right: 3.125rem !important;
  }
  .pt-md-50 {
    padding-top: 3.125rem !important;
  }
  .pb-md-50 {
    padding-bottom: 3.125rem !important;
  }
  .py-md-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .px-md-50 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
}

@media (min-width: 980px) {
  .pl-lg-50 {
    padding-left: 3.125rem !important;
  }
  .pr-lg-50 {
    padding-right: 3.125rem !important;
  }
  .pt-lg-50 {
    padding-top: 3.125rem !important;
  }
  .pb-lg-50 {
    padding-bottom: 3.125rem !important;
  }
  .py-lg-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .px-lg-50 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
}

@media (min-width: 1200px) {
  .pl-xl-50 {
    padding-left: 3.125rem !important;
  }
  .pr-xl-50 {
    padding-right: 3.125rem !important;
  }
  .pt-xl-50 {
    padding-top: 3.125rem !important;
  }
  .pb-xl-50 {
    padding-bottom: 3.125rem !important;
  }
  .py-xl-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .px-xl-50 {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
}

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

.sticky-top-before {
  min-height: 1px;
  min-width: 1px;
  position: absolute;
}

.stuck-top {
  position: fixed !important;
  top: 0 !important;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .stuck-top {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

.top--20 {
  top: 1.25rem !important;
}

.ratio {
  position: relative;
}

.ratio--16-by-9 {
  padding-top: 56.25% !important;
}

.f-fg-book {
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif !important;
}

.f-fg-book-light {
  font-family: "franklin_gothic_fs_bookitalic", Arial, "Helvetica Neue", sans-serif !important;
}

.f-fg-med, .card__category, .card__title, .r-document h2, .r-document h3, .r-document h4, .r-document h5 {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif !important;
}

.f-fg-demi {
  font-family: "franklin_gothic_fs_demi", Arial, "Helvetica Neue", sans-serif !important;
}

.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.text-sm, .list-contact {
  font-size: 0.9375rem !important;
  line-height: 1.3125rem !important;
}

.text-normal {
  font-size: 1.0625rem !important;
  line-height: 1.5rem !important;
}

.text-md {
  font-size: 1.25rem !important;
  line-height: 1.65rem !important;
}

.text-lg {
  font-size: 1.375rem !important;
  line-height: 1.8rem !important;
}

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

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

.font-bold {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif !important;
}

.font-demi {
  font-family: "franklin_gothic_fs_demi", Arial, "Helvetica Neue", sans-serif !important;
}

.text-grey,
.colour-grey {
  color: #555555 !important;
}

.text-red, .card__category,
.colour-red {
  color: #d4374a !important;
}

.text-tuatara,
.colour-tuatara {
  color: #383735 !important;
}

.shadow-top, .profile--square.with-image .profile__main, .callout.with-image .callout__content {
  position: relative;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin: -2.5rem 1.25rem 1.25rem;
  z-index: 2;
  width: calc(100% - 2.5rem);
}

.shadow-top:before, .profile--square.with-image .profile__main:before, .callout.with-image .callout__content:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  box-shadow: -0.625rem 4.375rem 0.625rem 0.625rem #ffffff, 0.625rem 4.375rem 0.625rem 0.625rem #ffffff, 0rem 0rem 0.625rem rgba(0, 0, 0, 0.3);
}

.shadow-left {
  position: relative;
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin: 1.25rem 0 0 -1.25rem;
  z-index: 2;
}

.shadow-left:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  box-shadow: 3.125rem -0.625rem 0.625rem 0.625rem #ffffff, 3.125rem 0.625rem 0.625rem 0.625rem #ffffff, 0rem 0rem 0.625rem rgba(0, 0, 0, 0.3);
}

@media (min-width: 980px) {
  li > a:focus {
    outline: 0.1875rem solid #FCF199;
  }
  p > a:focus,
  a:focus {
    background-color: #FCF199;
    text-decoration: none;
    outline-offset: 0;
    outline: 0.1875rem solid #FCF199;
    color: #045bc6;
  }
  .masthead-title > a:focus, .masthead-subtitle > a:focus {
    color: #22211f;
  }
  .nav-local li > a:focus {
    outline: 0.1875rem solid #FCF199;
  }
  a:focus > img {
    box-shadow: 0 0 0 0.1875rem #FCF199;
  }
}

.nav-global {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  font-weight: normal;
  text-shadow: none;
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  max-width: 1230px;
  margin: auto;
  z-index: 1039;
  width: 100%;
  position: relative;
  -ms-flex-order: 1;
      order: 1;
  grid-area: nav-global;
}

body.with-site-alert > .nav-global {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.nav-global .navbar {
  -ms-flex-align: center;
      align-items: center;
  max-width: 1170px;
  margin: auto;
  padding: 0.625rem 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.0625rem solid #dadada;
  height: 70px;
}

.nav-global .navbar .navbar-inner {
  padding: 0;
}

.nav-global-menu {
  width: calc((100% - 50px) / 2);
}

.nav-global-menu .nav-global-btn {
  -ms-flex-align: center;
      align-items: center;
  border: none;
  padding: 0.8125rem 0.9375rem;
  color: #22211f;
  background-color: #ffffff;
  text-decoration: none;
}

.nav-global-menu .nav-global-btn .icon .bar:nth-child(4), .nav-global-menu .nav-global-btn .icon .bar:nth-child(2) {
  transform: rotate(0);
  transition: transform 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 150ms;
}

.nav-global-menu .nav-global-btn .icon .bar:nth-child(3) {
  transform: scale(1);
  transition: transform 175ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 175ms;
}

.nav-global-menu .nav-global-btn.menu-open .icon .bar:nth-child(3) {
  transform: scale(0);
}

.nav-global-menu .nav-global-btn.menu-open .icon .bar:nth-child(4) {
  transform: rotate(-45deg) translate(-11px, -2px);
}

.nav-global-menu .nav-global-btn.menu-open .icon .bar:nth-child(2) {
  transform: rotate(45deg) translate(2px, -5px);
}

.nav-global-logo a {
  display: block;
}

.nav-global-logo svg {
  width: 50px;
  height: 50px;
  margin: 0;
}

.nav-global-links {
  display: none;
}

.nav-global-context {
  text-align: right;
}

.nav-global-context a {
  font-size: 0.9375rem;
  text-decoration: none;
  color: #383735;
}

.nav-global-context a .icon {
  margin-left: 0.625rem;
}

.nav-global-search a {
  padding: 0.9375rem;
}

.nav-global-search .icon {
  margin: 0;
}

.nav-global--slim {
  padding: 1.875rem 1.25rem;
}

.nav-global--slim .navbar {
  border-bottom: 0;
  min-height: auto;
  padding: 0;
}

.nav-global--slim .nav-global-logo svg {
  width: 70px;
  height: 70px;
}

.nav-global--absolute {
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
}

.nav-global--absolute .nav-global-context a {
  color: #ffffff;
}

@media (min-width: 768px) {
  .nav-global--slim {
    padding: 1.5625rem 1.5625rem;
  }
}

@media (min-width: 980px) {
  .nav-global {
    -ms-flex-order: 3;
        order: 3;
  }
  .nav-global .navbar {
    height: auto;
    padding: 0;
    z-index: 1002;
  }
  .nav-global-logo {
    margin: 1.25rem;
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px;
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .nav-global-logo svg {
    width: 70px;
    height: 70px;
    margin: 0;
  }
  .nav-global-links {
    display: -ms-flexbox;
    display: flex;
    -ms-grid-column-align: start;
        justify-self: start;
    margin: 0;
  }
  .nav-global-links > .nav-item > .nav-link {
    font-size: 1.25rem;
    margin: 0 0.9375rem;
  }
  .nav-global-links > .nav-item:first-child > .nav-link {
    margin-left: 0.625rem;
  }
  .nav-global-links .nav-link {
    text-decoration: none;
    color: #383735;
  }
  .nav-global-links > .nav-item {
    height: 5.625rem;
    margin-top: 1.25rem;
  }
  .nav-global-links > .nav-item > .nav-link {
    font-size: 1.25rem;
    padding: 1.25rem 0;
    margin: 0 0.625rem;
    position: relative;
  }
  .nav-global-links > .nav-item > .nav-link.active {
    border-bottom: 0.25rem solid #d4374a;
  }
  .nav-global-links > .nav-item:first-child > .nav-link {
    margin-left: 0;
  }
  .nav-global-links > .nav-item.open > .nav-link {
    color: #d4374a;
  }
  .nav-global-links > .nav-item.open > .nav-link:focus {
    color: #383735;
  }
  .nav-global-links > .nav-item.open > .nav-link.with-dropdown:after, .nav-global-links > .nav-item.open > .nav-link.with-dropdown:before {
    bottom: -1.6875rem;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 9999;
  }
  .nav-global-links > .nav-item.open > .nav-link.with-dropdown:before {
    left: calc(50% - 0.625rem*1.2);
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #bbbbbb rgba(255, 255, 255, 0);
    border-width: 0.6875rem;
  }
  .nav-global-links > .nav-item.open > .nav-link.with-dropdown:after {
    left: calc(50% - 0.625rem*1.1);
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ffffff rgba(255, 255, 255, 0);
    border-width: 0.625rem;
  }
  .nav-global-links > .nav-item.open > .nav-link.with-dropdown + .nav-global-links-dropdown {
    display: block;
  }
  .nav-global-links-dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 1px);
    right: 0;
    z-index: 1002;
    min-height: 340px;
    padding: 0;
    overflow: hidden;
    background-color: #ffffff;
    padding: 1.5625rem;
    border-bottom: 0.0625rem solid #dadada;
  }
  .nav-global-links-dropdown.open {
    display: block;
  }
  .nav-global-links-dropdown.open + .nav-link {
    color: #d4374a;
  }
  .nav-global-links-dropdown.open + .nav-link:after, .nav-global-links-dropdown.open + .nav-link:before {
    bottom: -1.6875rem;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 9999;
  }
  .nav-global-links-dropdown.open + .nav-link:before {
    left: calc(50% - 0.625rem*1.2);
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #bbbbbb rgba(255, 255, 255, 0);
    border-width: 0.6875rem;
  }
  .nav-global-links-dropdown.open + .nav-link:after {
    left: calc(50% - 0.625rem*1.1);
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ffffff rgba(255, 255, 255, 0);
    border-width: 0.625rem;
  }
  .nav-global-links-dropdown-highlight {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    position: relative;
    background: rgba(255, 255, 255, 0);
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 290px;
    height: 100%;
    word-break: break-word;
    padding: 0 0 0 0.9375rem;
    text-align: center;
    color: #ffffff;
  }
  .nav-global-links-dropdown-highlight .text-lg,
  .nav-global-links-dropdown-highlight .text-sm,
  .nav-global-links-dropdown-highlight .list-contact {
    margin-bottom: 0;
  }
  .nav-global-links-dropdown-highlight .font-bold, .nav-global-links-dropdown-highlight-bold,
  .nav-global-links-dropdown-highlight strong {
    font-family: "franklin_gothic_fs_demi", Arial, "Helvetica Neue", sans-serif;
  }
  .nav-global-links-dropdown-highlight:before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: -90px;
    left: 30px;
    z-index: -1;
    background: linear-gradient(-180deg, rgba(21, 44, 81, 0.8) 0%, #152c51 100%);
    transform-origin: top left;
    transform: rotate(10deg);
  }
  .nav-global-links-dropdown-highlight-bold {
    color: #8A94A8;
    margin: 0 auto;
  }
  .nav-global-links-dropdown-highlight-bold span {
    display: inline-block;
  }
  .nav-global-links-dropdown-highlight-bold .text-xxl {
    font-size: 140px !important;
    line-height: 140px !important;
    letter-spacing: -4.08px;
  }
  .nav-global-links-dropdown-highlight-bold .text-xl {
    font-size: 100px !important;
    line-height: 100px !important;
    letter-spacing: -4.08px;
  }
  .nav-global-links-dropdown-highlight-bold .text-lg {
    font-size: 90px !important;
    line-height: 90px !important;
    letter-spacing: -4.08px;
  }
  .nav-global-links-dropdown-highlight-bold .text-md {
    font-size: 68px !important;
    line-height: 68px !important;
    letter-spacing: -2.27px;
  }
  .nav-global-links-dropdown-highlight-bold .text-sm, .nav-global-links-dropdown-highlight-bold .list-contact {
    font-size: 50px !important;
    line-height: 50px !important;
    letter-spacing: -1px;
  }
  .nav-global-links-dropdown-highlight-bold .text-xs {
    font-size: 40px !important;
    line-height: 40px !important;
    letter-spacing: -1px;
  }
  .nav-global-links-dropdown .nav {
    margin: 0;
  }
  .nav-global-links-dropdown .nav .nav-item {
    display: block;
    width: 100%;
    margin-bottom: 0.625rem;
  }
  .nav-global-links-dropdown .nav .nav-item:last-child {
    margin-bottom: 0;
  }
  .nav-global-links-dropdown .nav .nav-item .nav-link {
    padding: 0;
    margin: 0 0 0.3125rem 0;
    display: inline-block;
  }
  .nav-global-links-dropdown .nav .nav-item .nav-link:hover {
    text-decoration: underline;
  }
  .nav-global-links-dropdown .nav .nav-item .nav-title {
    font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
    font-size: 1.25rem;
    line-height: 1.65rem;
    margin-bottom: 0.3125rem;
  }
  .nav-global-links-dropdown .nav .nav-item .nav-title-section {
    display: inline-block;
    margin-bottom: 0.9375rem;
  }
  .nav-global-menu {
    width: auto;
  }
  .nav-global-context {
    font-size: 0.9375rem;
    text-decoration: none;
    color: #383735;
  }
  .nav-global-context .icon {
    margin-left: 0.625rem;
  }
  .nav-global .nav-global-cy .nav-collapse .nav a {
    padding: 0.9375rem 0.625rem;
  }
  .nav-global .nav-global-cy .navbar-search .search-input {
    width: 150px;
  }
  .nav-global--slim {
    padding: 2.8125rem 2.8125rem;
  }
  .nav-global--slim .navbar {
    padding: 0;
  }
  .nav-global--slim .nav-global-logo {
    margin: 0;
  }
  .nav-global--slim .nav-global-context:focus {
    color: #383735;
  }
  .nav-global--absolute .nav-global-context a:focus {
    color: #383735;
  }
}

@media (min-width: 1200px) {
  .nav-global-logo {
    margin: 1.25rem 1.25rem 1.25rem 0;
  }
  .nav-global-links-dropdown-highlight-bold .text-md {
    font-size: 75px !important;
    line-height: 75px !important;
  }
  .nav-global-links-dropdown-highlight-bold .text-sm, .nav-global-links-dropdown-highlight-bold .list-contact {
    font-size: 55px !important;
    line-height: 55px !important;
  }
  .nav-global--slim {
    padding: 2.8125rem 0;
  }
  .nav-global--slim .nav-global-logo {
    margin: 0;
  }
  .nav-global--absolute {
    left: 0;
    right: 0;
  }
}

.nav-global-mobile {
  display: none;
  visibility: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
  background-color: #fff;
  transition: all 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19), height 0.35s ease;
  transform: translateX(-100%);
  z-index: 9999999999;
  height: calc(100% - 70px);
}

.nav-global-mobile .nav-back {
  transition: transform 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.nav-global-mobile .nav-back .icon {
  pointer-events: none;
}

.nav-global-mobile .nav-back .nav-link .icon {
  margin-right: 0.625rem;
}

.nav-global-mobile .nav-back .nav-link span {
  pointer-events: none;
}

.nav-global-mobile .nav-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.875rem;
  border-bottom: 0.0625rem solid #bbbbbb;
}

.nav-global-mobile .nav-item .nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-align: center;
      align-items: center;
  color: #22211f;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0.9375rem 1.25rem;
  min-height: 60px;
}

.nav-global-mobile .nav-item .nav-link.active {
  color: #d4374a;
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
}

.nav-global-mobile .nav-item-expandable .nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: calc(100% - 67px);
      flex-basis: calc(100% - 67px);
}

.nav-global-mobile .nav-item-expandable .nav-link-expand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 67px;
      flex-basis: 67px;
  border-left: 0.0625rem solid #bbbbbb;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.nav-global-mobile .nav-item-expandable .nav-link-expand .icon {
  margin: 1.5625rem;
  pointer-events: none;
}

.nav-global-mobile .nav-item .nav-link.active, .nav-global-mobile .nav-item.nav-back {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
}

.nav-global-mobile .nav-item.nav-back {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.nav-global-mobile .nav-global-mobile-section {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.nav-global-mobile .nav-global-mobile-section > .nav-link.active {
  background-color: #d4374a;
  color: #ffffff;
}

.nav-global-mobile .nav-global-mobile-section .nav-item .nav-link {
  padding-left: 2.5rem;
}

.nav-global-mobile .nav-global-mobile-section .nav-item:last-child {
  border-bottom: none;
}

.nav-global-mobile-next {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translate(100%, 0%);
}

.nav-global-mobile-next.transitioning {
  transition: transform 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transform: translate(0%, 0%);
}

.nav-global-mobile-previous.transitioning {
  transform: translate(-100%, 0);
  transition: transform 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.nav-global-mobile-next.back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translate(-100%, 0%);
}

.nav-global-mobile-next.back.transitioning {
  transition: transform 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transform: translate(0%, 0%);
}

.nav-global-mobile-previous.back.transitioning {
  transform: translate(100%, 0);
  transition: transform 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.nav-global-mobile > .loading {
  height: calc(100% - 59px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

.nav-section {
  display: none;
  min-width: 100%;
  width: auto;
  background-color: #ffffff;
  margin: 0 -0.625rem 2.5rem;
  position: relative;
}

.nav-section-top {
  min-height: 1px;
  min-width: 1px;
}

.nav-section-title {
  color: #d4374a;
  display: none;
  padding: 0.625rem 0.625rem 0 0.625rem;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-section-subtitle {
  display: none;
}

.nav-section .navbar {
  padding: 0;
  overflow: auto;
  border-top: 0.0625rem solid #dadada;
  border-bottom: 0.0625rem solid #dadada;
  margin: -10px;
}

.nav-section .navbar .nav {
  width: 100%;
  margin: 0;
  background-color: #ffffff;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-x;
  -ms-scroll-chaining: none;
  scrollbar-width: none;
  position: relative;
}

.nav-section .navbar .nav .nav-item {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding: 0 0.625rem;
  -ms-overflow-style: none;
}

.nav-section .navbar .nav .nav-item .nav-link {
  color: #383735;
  text-shadow: none;
  background-color: #ffffff;
  padding: 0.9375rem 0 0.75rem;
  margin: 0;
  line-height: 1.25rem;
  text-decoration: none;
  border-bottom: 0.25rem solid rgba(255, 255, 255, 0);
}

.nav-section .navbar .nav .nav-item .nav-link.dropdown-toggle {
  height: auto;
  border: none;
  padding-right: 1.25rem;
}

.nav-section .navbar .nav .nav-item:hover .nav-link, .nav-section .navbar .nav .nav-item:focus .nav-link {
  border-bottom: 0.25rem solid #91908f;
  color: #666666;
  box-shadow: none;
}

.nav-section .navbar .nav .nav-item.active .nav-link {
  background-color: #ffffff;
  box-shadow: none;
  color: #d4374a;
  border-bottom: 0.25rem solid #d4374a;
}

.nav-section .navbar .nav .nav-item:first-child {
  padding-left: 1.25rem;
}

.nav-section .navbar .nav .nav-item.last-item {
  padding-right: 2.1875rem;
}

.nav-section .navbar .nav .nav-item::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.nav-section .navbar:hover .nav-link, .nav-section .navbar:focus .nav-link {
  background-color: #ffffff;
  box-shadow: none;
}

.nav-section:after {
  content: '';
  position: absolute;
  z-index: 2000;
  pointer-events: auto;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 100%);
  width: 2.5rem;
  top: 0;
  bottom: 0;
  right: 0;
}

.nav-section.sticky-top {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1001;
  border: none;
  margin-bottom: 0;
  top: 0;
}

.nav-section.sticky-top .navbar {
  border-top: 0;
  margin: 0 -0.625rem;
}

.nav-section.sticky-top .navbar .nav {
  width: 100vw;
}

@media (min-width: 480px) {
  .nav-section.sticky-top .navbar {
    margin: 0 -10px;
  }
}

@media (min-width: 768px) {
  .nav-section {
    max-width: 744px;
    margin: 0 auto 2.5rem;
  }
  .nav-section .navbar {
    margin: 0;
  }
  .nav-section .navbar .nav .nav-item:first-child {
    padding-left: 0;
  }
  .nav-section .navbar .nav .nav-item.last-item {
    padding-right: 0;
  }
  .nav-section-title {
    padding-left: 0;
    padding-right: 0;
  }
  .nav-section-subtitle {
    font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
    margin-top: 0.3125rem;
  }
  .nav-section.sticky-top .navbar {
    margin: 0;
  }
  .nav-section:after {
    right: 10px;
  }
}

@media (min-width: 980px) {
  .nav-section {
    max-width: 100%;
    display: block;
    width: 100%;
  }
  .nav-section .navbar {
    overflow: hidden;
  }
  .nav-section .navbar .nav .nav-item .nav-link:focus {
    background-color: #FCF199;
  }
  .nav-section .navbar .nav .nav-item.active .nav-link:focus {
    color: #c72b3e;
  }
  .nav-section .navbar .nav .nav-item.dropdown-more .dropdown-menu-more {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    background-color: #ffffff;
    box-shadow: 0px 0.3125rem 0.625rem 0px rgba(34, 33, 31, 0.1);
    border: none;
  }
  .nav-section .navbar .nav .nav-item.dropdown-more .dropdown-menu-more .nav-item {
    padding: 0;
    width: 100%;
  }
  .nav-section .navbar .nav .nav-item.dropdown-more .dropdown-menu-more .nav-item .nav-link {
    padding: 0.46875rem 0.9375rem;
    font-size: 1.0625rem;
    white-space: nowrap;
    border: none;
    border-left: 0.25rem solid #ffffff;
  }
  .nav-section .navbar .nav .nav-item.dropdown-more:hover .dropdown-toggle {
    border-color: rgba(255, 255, 255, 0);
  }
  .nav-section .navbar .nav .nav-item.dropdown-more .nav-item .nav-link {
    color: #383735;
    text-shadow: none;
    padding: 0.9375rem;
  }
  .nav-section .navbar .nav .nav-item.dropdown-more .nav-item .nav-link:focus {
    border-left-color: #FCF199;
  }
  .nav-section .navbar .nav .nav-item.dropdown-more .nav-item .nav-link:hover {
    border-color: #91908f;
  }
  .nav-section .navbar .nav .nav-item.dropdown-more .nav-item.active .nav-link {
    border-left: 0.25rem solid #d4374a;
    color: #d4374a;
  }
  .nav-section .navbar .nav .nav-item.dropdown-more .nav-item.active .nav-link:hover {
    border-left: 0.25rem solid #d4374a;
    color: #d4374a;
  }
  .nav-section .navbar .nav .nav-item.dropdown-more:hover {
    color: #666666;
  }
  .nav-section .navbar .nav .nav-item.dropdown-more:hover .dropdown-menu {
    display: block;
  }
  .nav-section.loaded .navbar {
    overflow: visible;
  }
  .nav-section:after {
    content: unset;
  }
}

.nav-secondary {
  grid-area: nav-secondary;
  display: none;
}

@media (min-width: 980px) {
  .nav-secondary {
    -ms-flex-order: 1;
        order: 1;
    -ms-grid-row: 1;
    display: block;
    background-color: #22211f;
  }
  .nav-secondary .navbar {
    padding: 0 1rem;
    max-width: 1190px;
    margin: auto;
  }
  .nav-secondary .nav {
    width: 100%;
    margin-bottom: 0;
  }
  .nav-secondary .nav .nav-item {
    margin: 0.71875rem 0.625rem;
  }
  .nav-secondary .nav .nav-item:last-child {
    margin-right: 0;
  }
  .nav-secondary .nav .nav-item .nav-link {
    color: #bcbbbb;
    padding: 0.1875rem;
    font-size: 0.9375rem;
    line-height: 1.3125rem;
  }
  .nav-secondary .nav .nav-item .nav-link .icon {
    fill: #ffffff;
    margin: 0;
  }
  .nav-secondary .nav .nav-item .nav-link:hover {
    color: #ffffff;
  }
  .nav-secondary .nav .nav-item .nav-link:focus {
    color: #383735;
    background-color: #FCF199;
    outline: none;
  }
  .nav-secondary .nav .nav-item .nav-link:focus .icon {
    margin: 2px 0;
    fill: #383735;
  }
}

.nav-local {
  display: none;
}

@media (min-width: 980px) {
  .nav-local {
    display: block;
  }
  .nav-local .level-1 {
    padding-left: 1.15625rem !important;
    background-color: #ffffff;
  }
  .nav-local .level-2 {
    padding-left: 2.3125rem !important;
    background-color: #f6f6f6;
  }
  .nav-local .level-2:hover {
    color: #666666;
  }
  .nav-local .level-3 {
    padding-left: 3.46875rem !important;
    background-color: #ffffff;
  }
  .nav-local .level-4 {
    padding-left: 4.625rem !important;
    background-color: #ffffff;
  }
  .nav-local .level-5 {
    padding-left: 5.78125rem !important;
    background-color: #ffffff;
  }
  .nav-local .level-6 {
    padding-left: 6.9375rem !important;
    background-color: #ffffff;
  }
  .nav-local > .nav-item:first-child .nav-link {
    font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
    background-color: #e9e9e9;
    font-size: 1.25rem;
    border-bottom: 0.125rem solid #ffffff;
  }
  .nav-local .nav-item {
    list-style: none;
    border-bottom: 0.0625rem solid #e9e9e9;
  }
  .nav-local .nav-item .nav-link {
    padding: 0.9375rem 1.15625rem;
    color: #383735;
    text-decoration: none;
  }
  .nav-local .nav-item .nav-link:hover {
    color: #666666;
  }
  .nav-local .nav-local-section {
    border-bottom: 0.25rem solid #e9e9e9;
  }
  .nav-local .nav-local-section > .nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  }
  .nav-local .nav-local-section > .nav-link .nav-local-section-text {
    width: calc(100% - 1.3125rem);
  }
  .nav-local .nav-local-section-open > .nav-link {
    background-color: #e9e9e9;
  }
  .nav-local .nav-local-section-open > .nav-link .icon {
    width: 0.8125rem;
    height: 0.8125rem;
    margin-right: 0;
    fill: #666666;
    margin: 0 0 0 0.3125rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .nav-local .nav-local-section-open > .nav-link:hover {
    color: #383735;
  }
  .nav-local .nav-local-section-open > .nav-link.active {
    background-color: #d4374a;
    color: #ffffff;
  }
  .nav-local .nav-local-section-open > .nav-link.active .icon {
    fill: #ffffff;
  }
  .nav-local .nav-local-section-open > .nav-link.active:hover {
    color: #ffffff;
    background-color: #b22637;
  }
  .nav-local .nav-local-section-open .nav-local-section-open .nav-local-section-open .nav-link:not(.active) {
    border-top: 0.0625rem solid #ffffff;
  }
  .nav-local .nav-local-section-open .nav-item:last-child {
    border-bottom: none;
  }
  .nav-local .nav-link.active {
    color: #d4374a;
    font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  }
  .nav-local .nav-link.active.level-2 {
    color: #c72b3e;
  }
  .nav-local .nav-link.active:hover {
    color: #d4374a;
  }
  .nav-local .nav-local-section-open > .nav-link.active.level-2 {
    color: #ffffff;
  }
}

.nav-filter {
  margin-bottom: 0;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.nav-filter .navbar-inner {
  border-radius: 0;
  background: #d3d3d2;
  border: none;
  margin: 0;
  padding: 0;
  min-height: 2.5rem;
}

.nav-filter .navbar-inner .btn-navbar {
  font-size: 1.125rem;
  line-height: 1.25rem;
  position: relative;
  min-height: 2.5rem;
  color: #555555;
  text-shadow: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  margin: 0;
}

.nav-filter .navbar-inner .btn-navbar.btn {
  width: 100%;
  background: rgba(255, 255, 255, 0);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.nav-filter .navbar-inner .btn-navbar.btn.btn-success .icon {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0.9375rem 0.625rem;
  fill: #ffffff;
}

.nav-filter .navbar-inner .btn-navbar.btn .icon {
  fill: #d4374a;
}

.nav-filter .navbar-inner .btn-navbar.collapsed .icon {
  fill: #22211f;
}

.nav-filter .navbar-inner .nav-collapse {
  background: #f8f8f8;
  margin-bottom: 0;
}

.nav-filter .navbar-inner .nav-collapse .nav.flex-column {
  margin: 0;
}

.nav-filter .navbar-inner .nav-collapse .nav.flex-column .nav-item {
  background: #ffffff;
  padding: 0.5625rem 0.9375rem;
  margin: 0.5rem 0 0.0625rem;
}

.nav-filter .navbar-inner .nav-collapse .nav.flex-column .nav-item:first-child {
  margin-top: 0;
}

.nav-filter .navbar-inner .nav-collapse .nav.flex-column .nav-item .nav-link {
  color: #22211f;
  font-size: 0.875rem;
  text-shadow: none;
  font-weight: normal;
  text-decoration: none;
  float: none;
  margin: 0 0 0 0.8125rem;
  padding: 0;
}

.nav-filter .navbar-inner .nav-collapse .nav.flex-column .nav-item .nav-link .icon {
  width: 1.125rem;
  height: 1.125rem;
}

.nav-filter.active {
  background: #00b377;
}

.nav-filter.active .btn-navbar {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.25rem;
  position: relative;
  min-height: 2.5rem;
  text-align: left;
  text-shadow: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  margin: 0;
}

.nav-filter.active .btn-navbar.btn {
  width: 100%;
  background: rgba(255, 255, 255, 0);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.nav-filter.active .btn-navbar.btn .icon {
  fill: #ffffff;
}

@media (min-width: 768px) {
  .nav-filter {
    margin-left: 0;
    margin-right: 0;
  }
}

.footer-global {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  background-color: #22211f;
  color: #d3d3d2;
  margin: 1.25rem 0 0 0;
  padding: 2.5rem 1.25rem;
  -ms-flex-order: 7;
      order: 7;
  grid-area: footer-global;
}

body.with-site-alert > .footer-global {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
}

.footer-global .footer-section-title {
  font-size: 1.25rem;
  line-height: 1.65rem;
  margin: 1.25rem 0 0.3125rem 0;
}

.footer-global-icons.list.list-icons, .footer-global-icons.list.list-contact {
  margin-top: 1.25rem;
}

.footer-global-icons.list.list-icons li, .footer-global-icons.list.list-contact li {
  margin-right: 1.25rem;
}

.footer-global-icons.list.list-icons li:last-child, .footer-global-icons.list.list-contact li:last-child {
  margin-right: 0;
}

.footer-global-icons.list.list-icons li .icon, .footer-global-icons.list.list-contact li .icon {
  fill: #d3d3d2;
  margin-right: 0;
}

.footer-global-icons.list.list-icons li .icon-background, .footer-global-icons.list.list-contact li .icon-background {
  fill: #d3d3d2 !important;
}

.footer-global-icons.list.list-icons li .icon-foreground, .footer-global-icons.list.list-contact li .icon-foreground {
  fill: rgba(255, 255, 255, 0) !important;
}

.footer-global__legal.list li:last-child {
  margin-right: 0;
}

.footer-global-logos.list.list-links {
  margin: 2.5rem 0 0 0;
}

.footer-global-logos.list.list-links li {
  margin: 0 1.25rem 0 0;
}

.footer-global-logos.list.list-links .footer-global-logos-image {
  margin-bottom: 1.25rem;
}

.footer-global--slim .footer-global__legal.list {
  margin-bottom: 0;
}

.footer-global .list {
  margin: 0;
}

.footer-global a,
.footer-global a:hover {
  color: #e9e9e9;
}

.footer-global hr {
  border-color: #666666;
  height: 1px;
}

.footer-global h2 {
  color: #ffffff;
}

@media (min-width: 768px) {
  .list.footer-global-logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1.25rem;
  }
  .list.footer-global .icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .footer-global--slim p {
    margin-bottom: 0;
  }
}

@media (min-width: 980px) {
  .footer-global-icons.list li a:focus {
    background-color: #FCF199;
    padding: 0.3125rem 0;
  }
  .footer-global-icons.list li a:focus .icon {
    fill: #22211f;
    margin-right: 0;
  }
  .footer-global-icons.list li a:focus .icon-background {
    fill: #22211f !important;
  }
  .footer-global-logos.list li {
    margin-right: 2.5rem;
  }
  .footer-global-logos.list li a:focus {
    text-decoration: none;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
}

.footer-fixed {
  padding: 1.25rem;
}

.footer-fixed.footer-primary {
  background: #d4374a;
}

.footer-fixed.footer-primary a {
  color: #ffffff;
  text-decoration: underline;
}

.footer-fixed.footer-primary a:hover {
  color: #ffffff;
}

.footer-fixed.footer-primary .icon {
  width: 1.625rem;
  height: 1.625rem;
  fill: #ffffff;
  margin-right: 0.625rem;
  float: left;
}

.footer-fixed .footer-fixed-title, .footer-fixed .footer-fixed-contact {
  color: #ffffff;
  margin: 0;
}

.footer-fixed .footer-fixed-contact {
  line-height: 1.25rem;
  font-size: 1.375rem;
  margin-top: 0.625rem;
}

.footer-fixed .footer-fixed-contact a {
  color: #ffffff;
  text-decoration: underline;
}

.footer-fixed .footer-fixed-contact a:hover {
  color: #ffffff;
}

.footer-fixed .footer-fixed-contact .icon {
  width: -0.5rem;
  height: -0.5rem;
  fill: #ffffff;
  margin-right: 0.625rem;
  float: left;
}

.footer-fixed .footer-fixed-title {
  font: normal normal 0.9375rem/1.1875rem "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
}

.with-footer-fixed .GeckoChatWidget .ChatButton-custom {
  bottom: 7.8125rem !important;
}

.with-footer-fixed .GeckoChatWidget .UnreadMessages {
  bottom: 12.8125rem !important;
}

.with-footer-fixed .GeckoChatWidget .ChatContainer {
  bottom: 10rem !important;
}

.with-footer-fixed #unibuddy-popcard-iframe {
  bottom: 7.5rem !important;
}

@media (min-width: 480px) {
  .footer-fixed .footer-fixed-title {
    font-size: 1.1425rem;
    line-height: 1.375rem;
  }
  .footer-fixed .footer-fixed-contact {
    font-size: 1.25rem;
    line-height: 1.375rem;
  }
  .with-footer-fixed .GeckoChatWidget .ChatButton-custom {
    bottom: 8.4375rem !important;
  }
  .with-footer-fixed .GeckoChatWidget .UnreadMessages {
    bottom: 13.4375rem !important;
  }
  .with-footer-fixed #unibuddy-popcard-iframe {
    bottom: 8.125rem !important;
  }
}

@media (min-width: 768px) {
  .footer-fixed {
    padding: 2.1875rem 1.25rem;
  }
  .footer-fixed.footer-primary a:focus {
    color: #22211f;
  }
  .footer-fixed .footer-fixed-contact, .footer-fixed .footer-fixed-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .footer-fixed .footer-fixed-contact {
    margin-top: 0;
  }
  .footer-fixed .footer-fixed-contact .icon {
    width: 3.5rem;
    height: 3.5rem;
  }
  .footer-fixed .footer-fixed-contact a:focus {
    color: #22211f;
  }
  .with-footer-fixed .GeckoChatWidget .ChatButton-custom {
    bottom: 8.125rem !important;
  }
  .with-footer-fixed .GeckoChatWidget .UnreadMessages {
    bottom: 13.125rem !important;
  }
  .with-footer-fixed #unibuddy-popcard-iframe {
    bottom: 6.5625rem !important;
  }
}

@media (min-width: 980px) {
  .footer-fixed {
    padding: 2.1875rem 1.25rem;
  }
  .footer-fixed .footer-fixed-contact, .footer-fixed .footer-fixed-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .footer-fixed .footer-fixed-contact .icon {
    width: 5.5rem;
    height: 5.5rem;
  }
  .footer-fixed .footer-fixed-contact:focus {
    color: #22211f;
  }
  .with-footer-fixed .GeckoChatWidget .ChatButton-custom {
    bottom: 8.125rem !important;
  }
  .with-footer-fixed .GeckoChatWidget .UnreadMessages {
    bottom: 13.125rem !important;
  }
  .with-footer-fixed #unibuddy-popcard-iframe {
    bottom: 6.875rem !important;
  }
}

@media (min-width: 1200px) {
  .with-footer-fixed .GeckoChatWidget .ChatButton-custom {
    bottom: 6.5625rem !important;
  }
  .with-footer-fixed .GeckoChatWidget .UnreadMessages {
    bottom: 11.5625rem !important;
  }
  .with-footer-fixed #unibuddy-popcard-iframe {
    bottom: 5rem !important;
  }
}

.footer-local {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  background-color: #f6f6f6;
  padding: 2.5rem 1.25rem;
  margin: 0;
  -ms-flex-order: 6;
      order: 6;
  grid-area: footer-local;
}

body.with-site-alert > .footer-local {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.footer-local .icon {
  color: #91908f;
}

.footer-local .lead {
  font: normal 1.125rem / 1.5rem "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  clear: both;
}

.footer-local .list.list-icons li, .footer-local .list.list-contact li {
  margin-right: 0.625rem;
}

.footer-local .list.list-icons li a .icon, .footer-local .list.list-contact li a .icon {
  margin-right: 0;
}

.footer-local-title {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.375rem;
  line-height: 1.8rem;
  margin-bottom: 1.25rem;
}

.footer-local-title small {
  display: block;
  font: normal 1.5rem / 1.9rem "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  line-height: 2.1875rem;
  color: #383735;
}

.footer-local-title a {
  display: inline;
}

.footer-local-logo {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}

.footer-local-logo img {
  width: 60px;
  height: 60px;
}

.footer-local-subtitle {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  line-height: 1.5rem;
  font-size: 1.0625rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
}

.footer-local + .footer-global {
  margin-top: 0;
}

.footer-local-divider {
  margin: 0 0 1.25rem 0;
}

@media (min-width: 768px) {
  .footer-local {
    padding: 2.5rem 0;
  }
}

@media (min-width: 980px) and (max-width: 1199.98px) {
  .footer-local .footer-local-subtitle a:focus {
    background-color: #FCF199;
    color: #22211f;
    text-decoration: none;
  }
  .footer-local .footer-local-subtitle a:hover {
    color: #022d62;
  }
  .footer-local .list-icons a:focus, .footer-local .list-contact a:focus {
    box-shadow: 0 0 0 0.1875rem #FCF199;
  }
}

.btn {
  display: block;
  margin-bottom: 1.25rem;
}

.btn .icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin: 0 0.4375rem 0 -0.125rem;
}

.btn.icon-right .icon {
  margin: 0 -0.125rem 0 0.4375rem;
}

.btn.btn-filter {
  margin-bottom: 1.25rem;
}

.btn.btn-filter .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 0 0 0.4375rem;
}

.btn-outline {
  color: #22211f;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  border: solid 0.0625rem #bbbbbb;
}

.btn-outline:focus, .btn-outline:active, .btn-outline:hover, .btn-outline.active {
  background-color: rgba(255, 255, 255, 0);
}

.btn-outline.disabled:focus, .btn-outline.disabled.focus {
  border-color: #d3d3d2;
}

.btn-outline-link {
  border: 0.0625rem solid #054fa9;
  color: #054fa9;
  background-color: transparent;
}

.btn-outline-link:hover, .btn-outline-link:focus {
  background-color: transparent;
}

.btn-link {
  color: #054fa9;
  background-color: transparent;
}

.btn-link:hover {
  color: #054fa9;
  background-color: transparent;
}

.btn-link:focus {
  color: #054fa9;
  background-color: transparent;
}

.btn-group {
  padding: 0;
}

.btn-group-title {
  margin-right: 1.25rem;
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  color: #22211f;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
}

.btn.btn-content-toggle {
  display: block;
  margin: 0.1875rem auto 0;
}

.btn.btn-content-toggle--left {
  margin: 0.1875rem 0 0 -1rem;
}

.btn.btn-content-toggle .icon {
  transition: transform cubic-bezier(0.55, 0.055, 0.675, 0.19) 350ms;
}

.btn.btn-content-toggle.active .icon {
  transform: rotate(180deg);
}

.btn-toolbar {
  margin-top: 0;
  display: inline-block;
  margin-bottom: 1.25rem;
}

.btn-toolbar.no-margin-bottom {
  margin-bottom: 0;
}

.btn-within-input, .btn-within-input-left {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0.1875rem;
  bottom: 0.1875rem;
  background-color: #ffffff;
}

.btn-within-input:focus, .btn-within-input:hover, .btn-within-input-left:focus, .btn-within-input-left:hover {
  background-color: #ffffff;
}

.btn-within-input .icon, .btn-within-input-left .icon {
  margin-right: 0;
}

.btn-within-input {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0.1875rem;
}

.btn-within-input ~ input[type='text'],
.btn-within-input ~ input[type='password'],
.btn-within-input ~ input[type='number'],
.btn-within-input ~ input[type='email'],
.btn-within-input ~ input[type='url'],
.btn-within-input ~ input[type='search'],
.btn-within-input ~ input[type='tel'] {
  padding-right: 2.5rem;
}

.btn-within-input-left {
  left: 0.1875rem;
}

.btn-within-input-left ~ input[type='text'],
.btn-within-input-left ~ input[type='password'],
.btn-within-input-left ~ input[type='number'],
.btn-within-input-left ~ input[type='email'],
.btn-within-input-left ~ input[type='url'],
.btn-within-input-left ~ input[type='search'],
.btn-within-input-left ~ input[type='tel'] {
  padding-left: 2.5rem;
}

.btn[type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn--loading {
  color: rgba(255, 255, 255, 0);
  position: relative;
  cursor: wait;
}

.btn--loading .icon {
  fill: rgba(255, 255, 255, 0);
}

.btn--loading:focus, .btn--loading:hover {
  color: rgba(255, 255, 255, 0);
}

.btn--loading:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 0.1875rem solid #383735;
  border-top: 0.1875rem solid rgba(255, 255, 255, 0);
  animation: spin 1s linear infinite;
}

.btn--loading.btn {
  background-color: #d3d3d2;
}

.btn--loading.btn-primary {
  background-color: #d4374a;
}

.btn--loading.btn-info {
  background-color: #214fa3;
}

.btn--loading.btn-success {
  background-color: #008458;
}

.btn--loading.btn-warning {
  background-color: #f8d349;
}

.btn--loading.btn-inverse {
  background-color: #d3d3d2;
}

.btn--loading.btn-inverse:hover .icon {
  fill: rgba(255, 255, 255, 0);
}

.btn--loading.btn-danger {
  background-color: #e9e9e9;
}

.btn--loading.btn-danger:hover .icon {
  fill: rgba(255, 255, 255, 0);
}

.btn--loading.btn-primary:before, .btn--loading.btn-info:before, .btn--loading.btn-success:before {
  border: 0.1875rem solid #ffffff;
  border-top: 0.1875rem solid rgba(255, 255, 255, 0);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {
  .btn {
    display: inline-block;
    margin-bottom: 0;
  }
  .btn-within-input {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 980px) {
  .btn.focus, .btn:focus {
    outline: none;
    box-shadow: 0 0 0 0.1875rem #FCF199;
  }
  .btn-within-input, .btn-within-input-left {
    display: -ms-flexbox;
    display: flex;
  }
  .btn-within-input:focus, .btn-within-input-left:focus {
    top: 0.3125rem;
    bottom: 0.3125rem;
    background-color: rgba(255, 255, 255, 0);
  }
  .btn-within-input:focus {
    right: 0.3125rem;
    padding-right: 0.625rem;
  }
  .btn-within-input-left:focus {
    padding-left: 0.625rem;
    left: 0.3125rem;
  }
}

.search-bar {
  background: #f0f0f0;
  height: 130px;
  margin-top: -2.5625rem;
}

.search-bar .search-body .search-form {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.search-bar .search-body .search-form .search-query {
  height: 49px;
  width: 100%;
  font-size: 1.625rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50px;
  padding: 0.25rem 0;
  border: solid 0.0625rem #d3d3d2;
  text-indent: 10px;
}

.search-bar .search-body .search-form .btn {
  border: none;
  margin: 0;
  border-radius: 0;
  height: 49px;
  padding: 0;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 50px;
}

.search-bar .search-body .search-form .btn .icon {
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  fill: #ffffff;
}

.search-bar .search-body .search-form button.clear {
  position: absolute;
  right: 60px;
  margin-top: 0.75rem;
  margin-right: 0.375rem;
  padding: 0;
  background-color: transparent;
  border: none;
}

.search-bar .search-body .search-form button.clear .icon {
  width: 1rem;
  height: 1rem;
  fill: #555555;
  color: #555555;
}

.search-results h4 {
  margin-bottom: 0.3125rem;
}

.search-results h4 a {
  color: #045bc6;
}

.search-results h2 a {
  color: #537fb6;
}

.search-results .teaser {
  border-top: solid 0.0625rem #bbbbbb;
  padding: 1.25rem 1.25rem 0 1.25rem;
}

.search-results .teaser a {
  color: #045bc6;
}

.search-results .teaser .teaser-icon {
  float: left;
}

.search-results .teaser .teaser-category {
  text-transform: none;
}

.search-results .teaser .teaser-body h1.teaser-title, .search-results .teaser .teaser-body .teaser-title.page-parent, .search-results .teaser .teaser-body .profile.profile-large .teaser-title.profile-title, .profile.profile-large .search-results .teaser .teaser-body .teaser-title.profile-title {
  font-size: 1.5rem;
  padding-bottom: 0;
  display: block;
}

.search-results .teaser .teaser-body h2.teaser-subtitle {
  padding-top: 0.625rem;
  font-size: 1.375rem;
  line-height: 1.8rem;
}

.search-results .teaser .teaser-body p {
  padding-top: 0.625rem;
}

.search-results .teaser .teaser-body p.teaser-link {
  padding-top: 0;
  word-wrap: break-word;
}

.search-results .teaser.teaser-curation {
  border: none;
  background: #fef6da;
  padding: 1.25rem;
}

.search-filters .btn {
  font-size: 0.9375rem;
  background: #e9e9e9;
  border: solid 0.0625rem #d3d3d2;
  padding: 0.5rem;
}

.search-filters .btn:hover {
  background: #f0f0f0;
}

.search-filters .btn.btn-success {
  font-size: 0.9375rem;
  background: #00b377;
  padding: 0.5rem;
  border: none;
}

.search-filters .btn.btn-success:hover {
  background: #00b377;
  border: none;
}

.search-filters .btn.btn-success .icon {
  width: 0.8125rem;
  height: 0.8125rem;
  fill: #ffffff;
  margin-left: 0.3125rem;
}

.search-filters .btn .icon {
  width: 1.125rem;
  height: 1.125rem;
  fill: #22211f;
  margin-right: 0.3125rem;
}

@media (max-width: 479.98px) {
  .search-filters .btn .icon .search-bar {
    margin: -1.25rem -0.625rem 0 -0.625rem;
  }
  .search-filters .btn .icon .search-bar .search-body .search-form {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .search-filters .btn .icon .search-bar {
    margin: -1.25rem -0.625rem 0 -0.625rem;
  }
  .search-filters .btn .icon .search-bar .search-body .search-form {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .search-filters .btn .icon .search-bar .search-body .search-form input[type="text"]:focus {
    box-shadow: none;
  }
}

@media (min-width: 980px) and (max-width: 1199.98px) {
  .search-filters .btn .icon .search-bar .search-body input:focus {
    outline: 0.1875rem solid #FCF199;
    box-shadow: none;
  }
  .search-filters .btn .icon .search-results .teaser a:focus {
    background-color: #FCF199;
    text-decoration: none;
    border: 0.1875rem solid #FCF199;
  }
  .search-filters .btn .icon .search-results .teaser a:focus img {
    outline: 0.1875rem solid #FCF199;
  }
  .search-filters .btn .icon .search-body input:focus {
    outline: 0.1875rem solid #FCF199;
    box-shadow: none;
  }
}

@media (min-width: 1200px) {
  .search-filters .btn .icon .search-bar .search-body input:focus {
    outline: 0.1875rem solid #FCF199;
    box-shadow: none;
  }
  .search-filters .btn .icon .search-results .teaser a:focus {
    background-color: #FCF199;
    text-decoration: none;
    box-shadow: 0 0 0 0.1875rem #FCF199;
  }
  .search-filters .btn .icon .search-results .teaser a:focus img {
    outline: 0.1875rem solid #FCF199;
  }
  .search-filters .btn .icon .search-body input:focus {
    outline: 0.1875rem solid #FCF199;
    box-shadow: none;
  }
}

.search-form {
  color: #22211f;
}

.search-form-container {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  position: relative;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  border: 0.125rem solid #22211f;
  border-radius: 0.25rem;
}

.search-form .has-input .search-form-clear {
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}

.search-form .search-form-label {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0.0625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0;
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}

.search-form .search-form-label .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 1.25rem;
}

.search-form .search-form-query {
  font-size: 1.375rem;
  line-height: 1.65rem;
  padding: 0.6875rem 2.6875rem 0.6875rem 3.75rem;
  border: none;
  outline: none;
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 3.125rem;
}

.search-form .search-form-query::-ms-clear {
  display: none;
}

.search-form .search-form-query::-webkit-input-placeholder {
  color: #555555;
  font-size: 1rem;
}

.search-form .search-form-query:-ms-input-placeholder {
  color: #555555;
  font-size: 1rem;
}

.search-form .search-form-query::-ms-input-placeholder {
  color: #555555;
  font-size: 1rem;
}

.search-form .search-form-query::placeholder {
  color: #555555;
  font-size: 1rem;
}

.search-form .search-form-query-container {
  position: relative;
  width: 100%;
}

.search-form .search-form-clear {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0.0625rem;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 2.6875rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.search-form .search-form-clear .icon {
  width: 0.625rem;
  height: 0.625rem;
  pointer-events: none;
  margin-right: 0;
}

.search-form .list.list-horizontal li {
  margin-right: 2.5rem;
}

.search-form.with-border {
  border-top: 0.0625rem solid #e9e9e9;
  border-bottom: 0.0625rem solid #e9e9e9;
  padding: 1.875rem 0;
}

.search-form.with-border .list.list-horizontal {
  margin: 0;
}

.search-form.with-radio-group .search-form-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.search-form.with-radio-group .search-form-container .search-form-label {
  -ms-flex-order: 2;
      order: 2;
}

.search-form.with-radio-group .search-form-container .search-form-clear {
  border-radius: 0;
}

.search-form.with-radio-group .search-form-container .search-form-query {
  height: 100%;
}

.search-form.with-radio-group .search-form-container .search-form-query-container {
  -ms-flex-order: 2;
      order: 2;
}

.search-form.with-radio-group .search-form-container .radio-btn-group,
.search-form.with-radio-group .search-form-container .checkbox-btn-group {
  -ms-flex-order: 1;
      order: 1;
  border-radius: 0;
  border: 0;
  border-bottom: 0.125rem solid #22211f;
}

.search-form.with-radio-group .search-form-container .radio-btn-group .checkbox-option-label,
.search-form.with-radio-group .search-form-container .radio-btn-group .radio-option-label,
.search-form.with-radio-group .search-form-container .checkbox-btn-group .checkbox-option-label,
.search-form.with-radio-group .search-form-container .checkbox-btn-group .radio-option-label {
  height: 100%;
  padding: 0.5rem 1rem;
}

@media (min-width: 980px) {
  .search-form-container {
    margin-right: 1.25rem;
  }
  .search-form input[type="submit"] {
    -ms-flex-order: 2;
        order: 2;
  }
  .search-form-query {
    min-height: 3.125rem;
  }
  .search-form-clear:focus {
    background-color: #FCF199;
    outline: none;
  }
  .search-form-clear:focus .icon {
    fill: #383735;
  }
  .search-form.with-border {
    padding: 2.5rem 0;
  }
  .search-form.with-radio-group .search-form-container {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .search-form.with-radio-group .search-form-container .search-form-query {
    z-index: 2;
    width: calc(100% - 0.1875rem);
  }
  .search-form.with-radio-group .search-form-container .search-form-query:focus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .search-form.with-radio-group .search-form-container .search-form-query-container {
    -ms-flex-order: 1;
        order: 1;
    width: 50%;
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
  }
  .search-form.with-radio-group .search-form-container .radio-btn-group,
  .search-form.with-radio-group .search-form-container .checkbox-btn-group {
    -ms-flex-order: 2;
        order: 2;
    border: 0;
    width: 50%;
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    -ms-flex-align: center;
        align-items: center;
    height: auto;
    border-left: 0.125rem solid #22211f;
  }
}

@media (min-width: 1200px) {
  .search-form.with-radio-group .search-form-container .search-form-query-container {
    -ms-flex-order: 1;
        order: 1;
    width: 66.66666%;
    -ms-flex: 1 1 66.66666%;
        flex: 1 1 66.66666%;
  }
  .search-form.with-radio-group .search-form-container .radio-btn-group,
  .search-form.with-radio-group .search-form-container .checkbox-btn-group {
    width: 33.33333%;
    -ms-flex: 1 1 33.33333%;
        flex: 1 1 33.33333%;
  }
}

.search-global {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  background-color: #22211f;
  -ms-flex-order: 2;
      order: 2;
  grid-area: search-global;
}

body.with-site-alert > .search-global {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.search-global .search-form {
  padding: 1.15625rem 0;
}

.search-global .search-form-label {
  background-color: #22211f;
  color: #ffffff;
}

.search-global .search-form-label .icon {
  margin: 0 0.71875rem;
  fill: #ffffff;
}

.search-global .search-form-query {
  background-color: #22211f;
  padding: 0.3125rem 2.6875rem 0.3125rem 2.6875rem;
  color: #ffffff;
}

.search-global .search-form-query::-webkit-input-placeholder {
  color: #999999;
  font-size: 1.375rem;
  transform: translateY(0);
}

.search-global .search-form-query:-ms-input-placeholder {
  color: #999999;
  font-size: 1.375rem;
  transform: translateY(0);
}

.search-global .search-form-query::-ms-input-placeholder {
  color: #999999;
  font-size: 1.375rem;
  transform: translateY(0);
}

.search-global .search-form-query::placeholder {
  color: #999999;
  font-size: 1.375rem;
  transform: translateY(0);
}

.search-global .search-form-query:focus {
  border-radius: 0.25rem;
}

.search-global .search-form-clear {
  background-color: #22211f;
}

.search-global .search-form-clear .icon {
  fill: #ffffff;
}

.search-global .search-form-clear:focus {
  background-color: #FCF199;
}

.search-global .search-form-clear:focus .icon {
  fill: #22211f;
}

@media (min-width: 980px) {
  .search-global .search-form {
    padding: 2.0625rem 0;
  }
  .search-global .search-form-container {
    border-bottom: 0.0625rem solid #ffffff;
  }
}

.search-box {
  padding: 1.25rem;
  display: inline-block;
  width: 100%;
}

.search-box.overlay-top {
  margin-top: -1.875rem;
  position: relative;
}

.search-box.search-primary {
  background: #d4374a;
  position: relative;
  overflow: hidden;
}

.search-box .search-title {
  font: normal normal 1.5rem / 1.9rem "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  color: #ffffff;
  margin-right: 1.25rem;
  margin-top: 0.625rem;
  float: left;
}

.search-box .search-box-form {
  clear: left;
  float: left;
  width: 100%;
  position: relative;
}

.search-box .search-box-form .search-input {
  border-radius: 0;
  border: none;
  height: 40px;
  width: 100%;
  margin-bottom: 0;
}

.search-box .search-box-form .search-input.input-with-btn {
  padding-right: 2.5rem;
}

.search-box .search-box-form .search-submit {
  top: 0;
  position: absolute;
  right: 0;
  background: transparent;
  border: none;
  bottom: 0;
  padding: 0;
  width: 40px;
}

.search-box .search-box-form .search-submit .icon {
  width: 24px;
  height: 24px;
  fill: #4e4e4c;
}

.search-box .search-related.list {
  float: left;
  list-style: none;
  margin-bottom: 0;
}

.search-box .search-related.list li {
  float: left;
  padding: 0 0.625rem;
}

.search-box .search-related.list li:first-child {
  padding-left: 0;
  border: none;
}

.search-box .search-related.list li:last-child {
  padding: 0 0 0 0.625rem;
}

.search-box .search-related.list li a {
  color: #ffffff;
  text-decoration: underline;
}

.search-box .search-title-options {
  margin-top: 0.375rem;
  position: relative;
  float: left;
  background: #BA283A;
  width: 350px;
  height: 40px;
  padding: 0;
}

.search-box .search-title-options select {
  background: none;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 100%;
  color: #ffffff;
  font: normal normal 1.375rem / 1.8rem "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.25rem 0.375rem;
}

.search-box .search-title-options select option {
  color: black !important;
}

.search-box .search-title-options select::-ms-expand {
  display: none;
}

.search-box .search-title-options .icon {
  position: absolute;
  right: 10px;
  top: 0;
  width: 1rem;
  height: 1rem;
  margin: 0.75rem 0 0 0.625rem;
  border: none;
  background: none;
  fill: #ffffff;
}

.search-box .search-title-options .icon:focus {
  outline: none;
}

.search-box .search-title-options .icon .icon {
  margin: 0;
  padding: 0;
  line-height: 2.5rem;
}

.search-box .call-to-action {
  z-index: 2;
  position: relative;
  padding-left: 3.125rem;
  text-align: center;
  color: #ffffff;
}

.search-box .call-to-action .call-to-action-category {
  font: normal 16px/22px "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  color: #ffffff;
  margin: 0 0 0.3125rem 0;
}

.search-box .call-to-action .call-to-action-title {
  font-size: 1.375rem;
  line-height: 1.8rem;
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
}

.search-box .call-to-action .call-to-action-title a {
  color: #ffffff;
}

.search-box .call-to-action p .btn {
  display: inline-block;
}

.search-box .call-to-action-link {
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  display: inline-block;
  color: #ffffff;
}

.search-box .call-to-action-link:hover {
  text-decoration: underline;
  color: #ffffff;
}

.search-box .call-to-action-link .icon {
  width: 0.8125rem;
  height: 0.8125rem;
  margin-left: 0.3125rem;
  fill: #ffffff;
}

.search-box .green-bg {
  background: linear-gradient(90deg, #00a654 0%, #499f7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A654', endColorstr='#499F7F', GradientType=1);
  transform: rotate(10deg);
  position: absolute;
  top: -40px;
  right: -40px;
  width: 380px;
  bottom: -40px;
}

@media (max-width: 319.98px) {
  .search-box.overlay-top {
    margin-top: 0;
  }
  .search-box .search-related li {
    float: none;
    border-right: none;
    padding: 0;
    border: none;
  }
  .search-box .search-related li:last-child {
    padding: 0;
  }
  .search-box .search-title-options {
    width: 100%;
  }
  .search-box .search-title-options select {
    width: 100%;
  }
  .search-box-form .search-input.input-with-btn::-webkit-input-placeholder {
    font-size: 0.9375rem;
  }
  .search-box-form .search-input.input-with-btn:-ms-input-placeholder {
    font-size: 0.9375rem;
  }
  .search-box-form .search-input.input-with-btn::-ms-input-placeholder {
    font-size: 0.9375rem;
  }
  .search-box-form .search-input.input-with-btn::placeholder {
    font-size: 0.9375rem;
  }
}

@media (min-width: 320px) and (max-width: 479.98px) {
  .search-box.overlay-top {
    margin-top: 0;
  }
  .search-box .search-related li {
    float: none;
    padding: 0;
    border: none;
  }
  .search-box .search-related li:last-child {
    padding: 0;
  }
  .search-box .search-title-options {
    width: 100%;
  }
  .search-box .search-title-options select {
    width: 100%;
  }
  .search-box-form .search-input.input-with-btn::-webkit-input-placeholder {
    font-size: 0.9375rem;
  }
  .search-box-form .search-input.input-with-btn:-ms-input-placeholder {
    font-size: 0.9375rem;
  }
  .search-box-form .search-input.input-with-btn::-ms-input-placeholder {
    font-size: 0.9375rem;
  }
  .search-box-form .search-input.input-with-btn::placeholder {
    font-size: 0.9375rem;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .search-box.overlay-top {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .search-box .green-bg {
    display: none;
  }
  .search-box .call-to-action {
    margin: 1.25rem -1.25rem -1.25rem;
    padding: 1.875rem 0;
    background: linear-gradient(90deg, #00a654 0%, #499f7f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A654', endColorstr='#499F7F', GradientType=1);
  }
}

@media (min-width: 768px) and (max-width: 979.98px) {
  .search-box .green-bg {
    width: 270px;
  }
}

@media (min-width: 980px) and (max-width: 1199.98px) {
  .search-box .green-bg {
    width: 330px;
  }
  .search-box .search-box-form .search-input:focus {
    outline: 0.1875rem #FCF199 solid;
  }
  .search-box .search-box-form .search-submit:focus {
    border: 0.1875rem #FCF199 solid;
    outline: none;
  }
  .search-box .search-related.list-links li a:focus {
    background-color: #FCF199;
    color: #22211f;
    outline: none;
  }
  .search-box .search-title-options select:focus {
    outline: 0.1875rem #FCF199 solid;
  }
  .call-to-action h4 a:focus {
    color: #22211f;
    background-color: #FCF199;
    border: 0.1875rem #FCF199 solid;
  }
  .call-to-action .call-to-action-link:focus {
    color: #22211f;
    background-color: #FCF199;
    text-decoration: none;
  }
  .call-to-action .call-to-action-link:focus::after {
    color: #22211f;
  }
}

@media (min-width: 1200px) {
  .search-box .search-box-form .search-input:focus {
    outline: 0.1875rem #FCF199 solid;
  }
  .search-box .search-box-form .search-submit:focus {
    border: 0.1875rem solid #FCF199;
    outline: none;
  }
  .search-box .search-related.list-links li a:focus {
    background-color: #FCF199;
    color: #22211f;
    outline: none;
  }
  .search-box .search-title-options select:focus {
    outline: 0.1875rem #FCF199 solid;
  }
  .search-box .call-to-action h4 a:focus {
    color: #22211f;
    background-color: #FCF199;
    border: 0.1875rem solid #FCF199;
  }
  .search-box .call-to-action .call-to-action-link:focus {
    color: #22211f;
    background-color: #FCF199;
    text-decoration: none;
  }
  .search-box .call-to-action .call-to-action-link:focus .icon {
    fill: #22211f;
  }
}

form {
  margin-bottom: 1.5rem;
}

form.form-inline {
  width: 100%;
  position: relative;
}

form.form-inline #query {
  height: 2.5rem;
  max-width: 100%;
  min-width: 100%;
  box-sizing: border-box;
}

form.form-inline .search-submit {
  top: 0;
  position: absolute;
  right: 0;
  background: transparent;
  border: none;
  bottom: 0;
  padding: 0;
  width: 2.5rem;
}

form.form-inline .search-submit .icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: #4e4e4c;
  margin-right: 0;
}

form.form-inline .btn {
  margin-bottom: 0;
  border: none;
}

form .form-group {
  margin-top: 1.875rem;
}

form .form-group:first-of-type {
  margin-top: 0;
}

form .form-group.sub-question {
  margin-top: 0;
  border-left: 0.3125rem solid #e9e9e9;
  padding-top: 0.625rem;
  padding-left: 1.25rem;
}

form .form-hint {
  color: #666666;
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
}

form .form-controls {
  margin-top: 2.5rem;
}

form .form-search input[type='text'],
form .form-search input[type='password'],
form .form-search input[type='datetime'],
form .form-search input[type='datetime-local'],
form .form-search input[type='date'],
form .form-search input[type='month'],
form .form-search input[type='time'],
form .form-search input[type='week'],
form .form-search input[type='number'],
form .form-search input[type='email'],
form .form-search input[type='url'],
form .form-search input[type='search'],
form .form-search input[type='tel'],
form .form-search input[type='color'] {
  padding: 0.9375rem;
  padding-right: 2.1875rem;
}

form .form-search.form-search-large select,
form .form-search.form-search-large textarea,
form .form-search.form-search-large input[type='text'],
form .form-search.form-search-large input[type='password'],
form .form-search.form-search-large input[type='datetime'],
form .form-search.form-search-large input[type='datetime-local'],
form .form-search.form-search-large input[type='date'],
form .form-search.form-search-large input[type='month'],
form .form-search.form-search-large input[type='time'],
form .form-search.form-search-large input[type='week'],
form .form-search.form-search-large input[type='number'],
form .form-search.form-search-large input[type='email'],
form .form-search.form-search-large input[type='url'],
form .form-search.form-search-large input[type='search'],
form .form-search.form-search-large input[type='tel'],
form .form-search.form-search-large input[type='color'] {
  border-radius: 0.125rem;
  font-size: 1.25rem;
  padding: 1.25rem;
  padding-right: 2.375rem;
}

form .form-search.form-search-larger select,
form .form-search.form-search-larger textarea,
form .form-search.form-search-larger input[type='text'],
form .form-search.form-search-larger input[type='password'],
form .form-search.form-search-larger input[type='datetime'],
form .form-search.form-search-larger input[type='datetime-local'],
form .form-search.form-search-larger input[type='date'],
form .form-search.form-search-larger input[type='month'],
form .form-search.form-search-larger input[type='time'],
form .form-search.form-search-larger input[type='week'],
form .form-search.form-search-larger input[type='number'],
form .form-search.form-search-larger input[type='email'],
form .form-search.form-search-larger input[type='url'],
form .form-search.form-search-larger input[type='search'],
form .form-search.form-search-larger input[type='tel'],
form .form-search.form-search-larger input[type='color'] {
  border-radius: 0.125rem;
  font-size: 1.25rem;
  padding: 1.875rem 2.5rem 1.875rem 1.875rem;
}

form .radio-option,
form .checkbox-option {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
}

form .radio-option input[type="radio"],
form .radio-option input[type="checkbox"],
form .checkbox-option input[type="radio"],
form .checkbox-option input[type="checkbox"] {
  height: 2.125rem;
  width: 2.125rem;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  margin-left: 0;
}

form .radio-option input[type="radio"] + .radio-option-label,
form .radio-option input[type="checkbox"] + .radio-option-label,
form .checkbox-option input[type="radio"] + .radio-option-label,
form .checkbox-option input[type="checkbox"] + .radio-option-label {
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  padding: 0.4375rem 0 0 2.8125rem;
  min-height: 2.125rem;
  position: relative;
  margin-bottom: 0.625rem;
  cursor: pointer;
}

form .radio-option input[type="radio"] + .radio-option-label::before,
form .radio-option input[type="checkbox"] + .radio-option-label::before,
form .checkbox-option input[type="radio"] + .radio-option-label::before,
form .checkbox-option input[type="checkbox"] + .radio-option-label::before {
  border-radius: 50%;
  content: "";
  border: 0.125rem solid #383735;
  height: 2.125rem;
  width: 2.125rem;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.3125rem;
  pointer-events: all;
}

form .radio-option input[type="radio"] + .radio-option-label::after,
form .radio-option input[type="checkbox"] + .radio-option-label::after,
form .checkbox-option input[type="radio"] + .radio-option-label::after,
form .checkbox-option input[type="checkbox"] + .radio-option-label::after {
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 0.4375rem;
  width: 1.25rem;
  height: 1.25rem;
  opacity: 0;
  background: #383735;
  pointer-events: all;
}

form .radio-option input[type="radio"] + .checkbox-option-label,
form .radio-option input[type="checkbox"] + .checkbox-option-label,
form .checkbox-option input[type="radio"] + .checkbox-option-label,
form .checkbox-option input[type="checkbox"] + .checkbox-option-label {
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  padding: 0.4375rem 0 0 2.8125rem;
  min-height: 2.125rem;
  position: relative;
  margin-bottom: 0.625rem;
  cursor: pointer;
}

form .radio-option input[type="radio"] + .checkbox-option-label::before,
form .radio-option input[type="checkbox"] + .checkbox-option-label::before,
form .checkbox-option input[type="radio"] + .checkbox-option-label::before,
form .checkbox-option input[type="checkbox"] + .checkbox-option-label::before {
  border-radius: 0.25rem;
  content: "";
  border: 0.125rem solid #383735;
  height: 2.125rem;
  width: 2.125rem;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

form .radio-option input[type="radio"] + .checkbox-option-label::after,
form .radio-option input[type="checkbox"] + .checkbox-option-label::after,
form .checkbox-option input[type="radio"] + .checkbox-option-label::after,
form .checkbox-option input[type="checkbox"] + .checkbox-option-label::after {
  content: "";
  position: absolute;
  top: 0.5625rem;
  left: 0.4375rem;
  width: 1.25rem;
  height: 0.6875rem;
  opacity: 0;
  border: solid;
  border-width: 0 0 0.3125rem 0.3125rem;
  border-top-color: transparent;
  transform: rotate(-45deg);
  pointer-events: none;
}

form .radio-option input[type="radio"]:focus + label,
form .radio-option input[type="checkbox"]:focus + label,
form .checkbox-option input[type="radio"]:focus + label,
form .checkbox-option input[type="checkbox"]:focus + label {
  outline: none;
}

form .radio-option input[type="radio"]:focus + label:before,
form .radio-option input[type="checkbox"]:focus + label:before,
form .checkbox-option input[type="radio"]:focus + label:before,
form .checkbox-option input[type="checkbox"]:focus + label:before {
  box-shadow: 0 0 0 0.1875rem #FCF199;
}

form .validation-errors {
  border: 0.0625rem solid #d4374a;
  padding: 1.25rem;
}

form .validation-errors h4 {
  margin-bottom: 0.625rem;
}

form .validation-errors ul {
  margin-bottom: 0;
}

form .validation-errors ul li {
  color: #d4374a;
}

form .validation-errors ul li a,
form .validation-errors ul li a:hover {
  color: #d4374a;
  text-decoration: none;
}

form .question-error select,
form .question-error textarea,
form .question-error input[type="text"],
form .question-error input[type="password"],
form .question-error input[type="datetime"],
form .question-error input[type="datetime-local"],
form .question-error input[type="date"],
form .question-error input[type="month"],
form .question-error input[type="time"],
form .question-error input[type="week"],
form .question-error input[type="number"],
form .question-error input[type="email"],
form .question-error input[type="url"],
form .question-error input[type="search"],
form .question-error input[type="tel"],
form .question-error input[type="color"] {
  border-color: #d4374a;
}

form .question-error-msg {
  color: #d4374a;
}

form .highlighted-info {
  width: calc(100% - $base-unit * 2);
  padding: 1.25rem;
  border-left: 0.3125rem solid #d4374a;
  margin-left: 1.25rem;
}

form .highlighted-info p:first-child {
  margin-bottom: 0;
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
}

form .highlighted-info p:last-of-type {
  margin-bottom: 0;
}

form .accordion-small .accordion-toggle {
  font-size: 1.0625rem;
}

form .accordion-small select,
form .accordion-small textarea,
form .accordion-small input[type="text"],
form .accordion-small input[type="password"],
form .accordion-small input[type="datetime"],
form .accordion-small input[type="datetime-local"],
form .accordion-small input[type="date"],
form .accordion-small input[type="month"],
form .accordion-small input[type="time"],
form .accordion-small input[type="week"],
form .accordion-small input[type="number"],
form .accordion-small input[type="email"],
form .accordion-small input[type="url"],
form .accordion-small input[type="search"],
form .accordion-small input[type="tel"],
form .accordion-small input[type="color"] {
  border-radius: 0.25rem;
}

form .controls ul li,
form .sq-form-question ul li,
form .decision-question ul li {
  border: none;
}

form .controls ul li:hover,
form .sq-form-question ul li:hover,
form .decision-question ul li:hover {
  border: none;
}

form .controls ul li label,
form .sq-form-question ul li label,
form .decision-question ul li label {
  background: rgba(255, 255, 255, 0);
}

form select,
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"] {
  border-radius: 0.25rem;
  padding: 0.625rem;
  height: 2.8125rem;
  border: 0.125rem solid #383735;
}

form select.form-control,
form select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat;
  background-color: #ffffff;
  background-position-x: calc(100% - 0.625rem);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.4375rem 2.1875rem 0.625rem 0.625rem;
}

form select.form-control[multiple="multiple"],
form select[multiple="multiple"] {
  background: none;
}

form textarea {
  border-radius: 0.25rem;
  height: auto;
  padding: 0.625rem;
  border: 0.125rem solid #383735;
  width: 100%;
  min-height: 7.5rem;
}

form textarea:focus {
  outline: none;
  box-shadow: 0 0 0 0.1875rem #FCF199;
}

form input[type="radio"]:checked + label.radio-option-label::after,
form input[type="checkbox"]:checked + label.checkbox-option-label::after {
  opacity: 1;
}

form .plaintextedit[type=text],
form .tag-lookup-input,
form #address-lookup-input {
  height: auto !important;
}

form li, form td {
  position: relative;
}

form li input[type="checkbox"]:checked + label::after,
form li input[type="radio"]:checked + label::after, form td input[type="checkbox"]:checked + label::after,
form td input[type="radio"]:checked + label::after {
  opacity: 1;
}

form .success-message,
form .warning-message,
form .error-message {
  margin-bottom: 0.5rem;
}

form .success-message {
  color: #008458;
}

form .error-message {
  color: #d4374a;
}

.form-label,
label {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  margin-bottom: 0.5rem;
}

.form-label + .question-error-msg,
label + .question-error-msg {
  margin-top: -0.5rem;
}

input:invalid {
  color: #d4374a;
}

.help-inline,
.help-block {
  color: #555555;
}

.help-inline {
  padding-left: 0.3125rem;
}

.help-block {
  margin-bottom: 0.75rem;
}

abbr.sq-form-required-field[title] {
  color: #d4374a;
  border-bottom: none;
}

.sq-form-required-field-note {
  margin-bottom: 1.25rem;
}

.sq-form-question {
  margin-bottom: 1.25rem;
}

.sq-form-question-note {
  font-style: normal;
  margin-bottom: 0.625rem;
  display: block;
}

.sq-form-question-error input {
  border-color: #d4374a;
}

.sq-form-question-error .sq-form-question-title {
  color: #d4374a;
}

.sq-form-question-answer input,
.sq-form-question-answer textarea,
.sq-form-question-answer select {
  margin-bottom: 0;
}

.sq-form-question-answer textarea {
  width: 100%;
}

.sq-form-question-answer ul {
  list-style-type: none;
  margin: 0 0 0.625rem 0;
}

.sq-form-question-answer ul li input {
  float: left;
  margin-right: 0.625rem;
}

.sq-form-question-option-list .sq-form-option-answer li {
  display: block;
}

.sq-form-question-option-list .sq-form-option-answer label {
  display: inline-block;
  margin-bottom: 0;
}

.sq-form-error {
  color: #d4374a;
  margin: 0.625rem 0 0 0;
}

.box-body abbr.sq-form-required-field[title],
.box-body .sq-form-error {
  color: #c72b3e;
}

@media (min-width: 980px) {
  form input:focus,
  form .form-control:focus {
    border-color: #383735;
    outline: none;
    box-shadow: 0 0 0 0.1875rem #FCF199;
  }
  select:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus {
    border-color: #383735;
    outline: none;
    box-shadow: 0 0 0 0.1875rem #FCF199;
  }
  textarea:focus {
    outline: none;
    box-shadow: 0 0 0 0.1875rem #FCF199;
  }
}

.checkbox-btn-group,
.radio-btn-group {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  vertical-align: middle;
  grid-area: search-form-radio-group;
  border: 0.0625rem solid #054fa9;
  width: 100%;
  border-radius: 0.25rem;
  padding: 0.25rem;
  margin-left: 0;
  min-height: 2.6875rem;
}

.checkbox-btn-group > .checkbox-option,
.checkbox-btn-group > .radio-option,
.radio-btn-group > .checkbox-option,
.radio-btn-group > .radio-option {
  margin-bottom: 0.25rem;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  margin-left: 0;
}

.checkbox-btn-group > .checkbox-option input[type="checkbox"]:focus + label,
.checkbox-btn-group > .checkbox-option input[type="radio"]:focus + label,
.checkbox-btn-group > .radio-option input[type="checkbox"]:focus + label,
.checkbox-btn-group > .radio-option input[type="radio"]:focus + label,
.radio-btn-group > .checkbox-option input[type="checkbox"]:focus + label,
.radio-btn-group > .checkbox-option input[type="radio"]:focus + label,
.radio-btn-group > .radio-option input[type="checkbox"]:focus + label,
.radio-btn-group > .radio-option input[type="radio"]:focus + label {
  box-shadow: 0 0 0 0.1875rem #FCF199;
}

.checkbox-btn-group > .checkbox-option input[type="checkbox"]:focus + label:before,
.checkbox-btn-group > .checkbox-option input[type="radio"]:focus + label:before,
.checkbox-btn-group > .radio-option input[type="checkbox"]:focus + label:before,
.checkbox-btn-group > .radio-option input[type="radio"]:focus + label:before,
.radio-btn-group > .checkbox-option input[type="checkbox"]:focus + label:before,
.radio-btn-group > .checkbox-option input[type="radio"]:focus + label:before,
.radio-btn-group > .radio-option input[type="checkbox"]:focus + label:before,
.radio-btn-group > .radio-option input[type="radio"]:focus + label:before {
  box-shadow: none;
}

.checkbox-btn-group > .checkbox-option input[type="checkbox"] + .radio-option-label,
.checkbox-btn-group > .checkbox-option input[type="checkbox"] + .checkbox-option-label,
.checkbox-btn-group > .checkbox-option input[type="radio"] + .radio-option-label,
.checkbox-btn-group > .checkbox-option input[type="radio"] + .checkbox-option-label,
.checkbox-btn-group > .radio-option input[type="checkbox"] + .radio-option-label,
.checkbox-btn-group > .radio-option input[type="checkbox"] + .checkbox-option-label,
.checkbox-btn-group > .radio-option input[type="radio"] + .radio-option-label,
.checkbox-btn-group > .radio-option input[type="radio"] + .checkbox-option-label,
.radio-btn-group > .checkbox-option input[type="checkbox"] + .radio-option-label,
.radio-btn-group > .checkbox-option input[type="checkbox"] + .checkbox-option-label,
.radio-btn-group > .checkbox-option input[type="radio"] + .radio-option-label,
.radio-btn-group > .checkbox-option input[type="radio"] + .checkbox-option-label,
.radio-btn-group > .radio-option input[type="checkbox"] + .radio-option-label,
.radio-btn-group > .radio-option input[type="checkbox"] + .checkbox-option-label,
.radio-btn-group > .radio-option input[type="radio"] + .radio-option-label,
.radio-btn-group > .radio-option input[type="radio"] + .checkbox-option-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  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;
  margin-bottom: 0;
  height: 100%;
  border: none;
  border-radius: 0.25rem;
  text-decoration: none;
  color: #054fa9;
  background-color: rgba(255, 255, 255, 0);
}

.checkbox-btn-group > .checkbox-option input[type="checkbox"] + .radio-option-label:hover,
.checkbox-btn-group > .checkbox-option input[type="checkbox"] + .checkbox-option-label:hover,
.checkbox-btn-group > .checkbox-option input[type="radio"] + .radio-option-label:hover,
.checkbox-btn-group > .checkbox-option input[type="radio"] + .checkbox-option-label:hover,
.checkbox-btn-group > .radio-option input[type="checkbox"] + .radio-option-label:hover,
.checkbox-btn-group > .radio-option input[type="checkbox"] + .checkbox-option-label:hover,
.checkbox-btn-group > .radio-option input[type="radio"] + .radio-option-label:hover,
.checkbox-btn-group > .radio-option input[type="radio"] + .checkbox-option-label:hover,
.radio-btn-group > .checkbox-option input[type="checkbox"] + .radio-option-label:hover,
.radio-btn-group > .checkbox-option input[type="checkbox"] + .checkbox-option-label:hover,
.radio-btn-group > .checkbox-option input[type="radio"] + .radio-option-label:hover,
.radio-btn-group > .checkbox-option input[type="radio"] + .checkbox-option-label:hover,
.radio-btn-group > .radio-option input[type="checkbox"] + .radio-option-label:hover,
.radio-btn-group > .radio-option input[type="checkbox"] + .checkbox-option-label:hover,
.radio-btn-group > .radio-option input[type="radio"] + .radio-option-label:hover,
.radio-btn-group > .radio-option input[type="radio"] + .checkbox-option-label:hover {
  text-decoration: underline;
}

.checkbox-btn-group > .checkbox-option input[type="checkbox"] + .radio-option-label:after,
.checkbox-btn-group > .checkbox-option input[type="checkbox"] + .checkbox-option-label:after,
.checkbox-btn-group > .checkbox-option input[type="radio"] + .radio-option-label:after,
.checkbox-btn-group > .checkbox-option input[type="radio"] + .checkbox-option-label:after,
.checkbox-btn-group > .radio-option input[type="checkbox"] + .radio-option-label:after,
.checkbox-btn-group > .radio-option input[type="checkbox"] + .checkbox-option-label:after,
.checkbox-btn-group > .radio-option input[type="radio"] + .radio-option-label:after,
.checkbox-btn-group > .radio-option input[type="radio"] + .checkbox-option-label:after,
.radio-btn-group > .checkbox-option input[type="checkbox"] + .radio-option-label:after,
.radio-btn-group > .checkbox-option input[type="checkbox"] + .checkbox-option-label:after,
.radio-btn-group > .checkbox-option input[type="radio"] + .radio-option-label:after,
.radio-btn-group > .checkbox-option input[type="radio"] + .checkbox-option-label:after,
.radio-btn-group > .radio-option input[type="checkbox"] + .radio-option-label:after,
.radio-btn-group > .radio-option input[type="checkbox"] + .checkbox-option-label:after,
.radio-btn-group > .radio-option input[type="radio"] + .radio-option-label:after,
.radio-btn-group > .radio-option input[type="radio"] + .checkbox-option-label:after {
  content: none;
}

.checkbox-btn-group > .checkbox-option input[type="checkbox"] + .radio-option-label:before,
.checkbox-btn-group > .checkbox-option input[type="checkbox"] + .checkbox-option-label:before,
.checkbox-btn-group > .checkbox-option input[type="radio"] + .radio-option-label:before,
.checkbox-btn-group > .checkbox-option input[type="radio"] + .checkbox-option-label:before,
.checkbox-btn-group > .radio-option input[type="checkbox"] + .radio-option-label:before,
.checkbox-btn-group > .radio-option input[type="checkbox"] + .checkbox-option-label:before,
.checkbox-btn-group > .radio-option input[type="radio"] + .radio-option-label:before,
.checkbox-btn-group > .radio-option input[type="radio"] + .checkbox-option-label:before,
.radio-btn-group > .checkbox-option input[type="checkbox"] + .radio-option-label:before,
.radio-btn-group > .checkbox-option input[type="checkbox"] + .checkbox-option-label:before,
.radio-btn-group > .checkbox-option input[type="radio"] + .radio-option-label:before,
.radio-btn-group > .checkbox-option input[type="radio"] + .checkbox-option-label:before,
.radio-btn-group > .radio-option input[type="checkbox"] + .radio-option-label:before,
.radio-btn-group > .radio-option input[type="checkbox"] + .checkbox-option-label:before,
.radio-btn-group > .radio-option input[type="radio"] + .radio-option-label:before,
.radio-btn-group > .radio-option input[type="radio"] + .checkbox-option-label:before {
  content: "";
  border-radius: 0;
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  width: 0.875rem;
  height: 0.5rem;
  opacity: 0;
  border: solid;
  border-width: 0 0 0.21875rem 0.21875rem;
  border-top-color: transparent;
  transform: rotate(-45deg);
  pointer-events: none;
  margin: -0.25rem 0.625rem 0 -0.875rem;
  padding: 0;
}

.checkbox-btn-group > .checkbox-option input[type="checkbox"]:checked + .radio-option-label,
.checkbox-btn-group > .checkbox-option input[type="checkbox"]:checked + .checkbox-option-label,
.checkbox-btn-group > .checkbox-option input[type="radio"]:checked + .radio-option-label,
.checkbox-btn-group > .checkbox-option input[type="radio"]:checked + .checkbox-option-label,
.checkbox-btn-group > .radio-option input[type="checkbox"]:checked + .radio-option-label,
.checkbox-btn-group > .radio-option input[type="checkbox"]:checked + .checkbox-option-label,
.checkbox-btn-group > .radio-option input[type="radio"]:checked + .radio-option-label,
.checkbox-btn-group > .radio-option input[type="radio"]:checked + .checkbox-option-label,
.radio-btn-group > .checkbox-option input[type="checkbox"]:checked + .radio-option-label,
.radio-btn-group > .checkbox-option input[type="checkbox"]:checked + .checkbox-option-label,
.radio-btn-group > .checkbox-option input[type="radio"]:checked + .radio-option-label,
.radio-btn-group > .checkbox-option input[type="radio"]:checked + .checkbox-option-label,
.radio-btn-group > .radio-option input[type="checkbox"]:checked + .radio-option-label,
.radio-btn-group > .radio-option input[type="checkbox"]:checked + .checkbox-option-label,
.radio-btn-group > .radio-option input[type="radio"]:checked + .radio-option-label,
.radio-btn-group > .radio-option input[type="radio"]:checked + .checkbox-option-label {
  color: #ffffff;
  background-color: #214fa3;
  text-decoration: none;
}

.checkbox-btn-group > .checkbox-option input[type="checkbox"]:checked + .radio-option-label:hover,
.checkbox-btn-group > .checkbox-option input[type="checkbox"]:checked + .checkbox-option-label:hover,
.checkbox-btn-group > .checkbox-option input[type="radio"]:checked + .radio-option-label:hover,
.checkbox-btn-group > .checkbox-option input[type="radio"]:checked + .checkbox-option-label:hover,
.checkbox-btn-group > .radio-option input[type="checkbox"]:checked + .radio-option-label:hover,
.checkbox-btn-group > .radio-option input[type="checkbox"]:checked + .checkbox-option-label:hover,
.checkbox-btn-group > .radio-option input[type="radio"]:checked + .radio-option-label:hover,
.checkbox-btn-group > .radio-option input[type="radio"]:checked + .checkbox-option-label:hover,
.radio-btn-group > .checkbox-option input[type="checkbox"]:checked + .radio-option-label:hover,
.radio-btn-group > .checkbox-option input[type="checkbox"]:checked + .checkbox-option-label:hover,
.radio-btn-group > .checkbox-option input[type="radio"]:checked + .radio-option-label:hover,
.radio-btn-group > .checkbox-option input[type="radio"]:checked + .checkbox-option-label:hover,
.radio-btn-group > .radio-option input[type="checkbox"]:checked + .radio-option-label:hover,
.radio-btn-group > .radio-option input[type="checkbox"]:checked + .checkbox-option-label:hover,
.radio-btn-group > .radio-option input[type="radio"]:checked + .radio-option-label:hover,
.radio-btn-group > .radio-option input[type="radio"]:checked + .checkbox-option-label:hover {
  background-color: #1d458e;
}

.checkbox-btn-group > .checkbox-option input[type="checkbox"]:checked + .radio-option-label::before,
.checkbox-btn-group > .checkbox-option input[type="checkbox"]:checked + .checkbox-option-label::before,
.checkbox-btn-group > .checkbox-option input[type="radio"]:checked + .radio-option-label::before,
.checkbox-btn-group > .checkbox-option input[type="radio"]:checked + .checkbox-option-label::before,
.checkbox-btn-group > .radio-option input[type="checkbox"]:checked + .radio-option-label::before,
.checkbox-btn-group > .radio-option input[type="checkbox"]:checked + .checkbox-option-label::before,
.checkbox-btn-group > .radio-option input[type="radio"]:checked + .radio-option-label::before,
.checkbox-btn-group > .radio-option input[type="radio"]:checked + .checkbox-option-label::before,
.radio-btn-group > .checkbox-option input[type="checkbox"]:checked + .radio-option-label::before,
.radio-btn-group > .checkbox-option input[type="checkbox"]:checked + .checkbox-option-label::before,
.radio-btn-group > .checkbox-option input[type="radio"]:checked + .radio-option-label::before,
.radio-btn-group > .checkbox-option input[type="radio"]:checked + .checkbox-option-label::before,
.radio-btn-group > .radio-option input[type="checkbox"]:checked + .radio-option-label::before,
.radio-btn-group > .radio-option input[type="checkbox"]:checked + .checkbox-option-label::before,
.radio-btn-group > .radio-option input[type="radio"]:checked + .radio-option-label::before,
.radio-btn-group > .radio-option input[type="radio"]:checked + .checkbox-option-label::before {
  opacity: 1;
}

.checkbox-btn-group > .checkbox-option:last-child,
.checkbox-btn-group > .radio-option:last-child,
.radio-btn-group > .checkbox-option:last-child,
.radio-btn-group > .radio-option:last-child {
  margin: 0;
}

.checkbox-btn-group-bordered,
.radio-btn-group-bordered {
  padding: 0;
  border: none;
}

.checkbox-btn-group-bordered > .checkbox-option,
.checkbox-btn-group-bordered > .radio-option,
.radio-btn-group-bordered > .checkbox-option,
.radio-btn-group-bordered > .radio-option {
  margin: 0;
}

.checkbox-btn-group-bordered > .checkbox-option input[type="checkbox"] + .radio-option-label,
.checkbox-btn-group-bordered > .checkbox-option input[type="checkbox"] + .checkbox-option-label,
.checkbox-btn-group-bordered > .checkbox-option input[type="radio"] + .radio-option-label,
.checkbox-btn-group-bordered > .checkbox-option input[type="radio"] + .checkbox-option-label,
.checkbox-btn-group-bordered > .radio-option input[type="checkbox"] + .radio-option-label,
.checkbox-btn-group-bordered > .radio-option input[type="checkbox"] + .checkbox-option-label,
.checkbox-btn-group-bordered > .radio-option input[type="radio"] + .radio-option-label,
.checkbox-btn-group-bordered > .radio-option input[type="radio"] + .checkbox-option-label,
.radio-btn-group-bordered > .checkbox-option input[type="checkbox"] + .radio-option-label,
.radio-btn-group-bordered > .checkbox-option input[type="checkbox"] + .checkbox-option-label,
.radio-btn-group-bordered > .checkbox-option input[type="radio"] + .radio-option-label,
.radio-btn-group-bordered > .checkbox-option input[type="radio"] + .checkbox-option-label,
.radio-btn-group-bordered > .radio-option input[type="checkbox"] + .radio-option-label,
.radio-btn-group-bordered > .radio-option input[type="checkbox"] + .checkbox-option-label,
.radio-btn-group-bordered > .radio-option input[type="radio"] + .radio-option-label,
.radio-btn-group-bordered > .radio-option input[type="radio"] + .checkbox-option-label {
  border-radius: 0;
  font-size: 1rem;
  border: 0.0625rem solid #054fa9;
  border-bottom: 0;
}

.checkbox-btn-group-bordered > .checkbox-option:first-child input[type="checkbox"] + .radio-option-label,
.checkbox-btn-group-bordered > .checkbox-option:first-child input[type="checkbox"] + .checkbox-option-label,
.checkbox-btn-group-bordered > .checkbox-option:first-child input[type="radio"] + .radio-option-label,
.checkbox-btn-group-bordered > .checkbox-option:first-child input[type="radio"] + .checkbox-option-label,
.checkbox-btn-group-bordered > .radio-option:first-child input[type="checkbox"] + .radio-option-label,
.checkbox-btn-group-bordered > .radio-option:first-child input[type="checkbox"] + .checkbox-option-label,
.checkbox-btn-group-bordered > .radio-option:first-child input[type="radio"] + .radio-option-label,
.checkbox-btn-group-bordered > .radio-option:first-child input[type="radio"] + .checkbox-option-label,
.radio-btn-group-bordered > .checkbox-option:first-child input[type="checkbox"] + .radio-option-label,
.radio-btn-group-bordered > .checkbox-option:first-child input[type="checkbox"] + .checkbox-option-label,
.radio-btn-group-bordered > .checkbox-option:first-child input[type="radio"] + .radio-option-label,
.radio-btn-group-bordered > .checkbox-option:first-child input[type="radio"] + .checkbox-option-label,
.radio-btn-group-bordered > .radio-option:first-child input[type="checkbox"] + .radio-option-label,
.radio-btn-group-bordered > .radio-option:first-child input[type="checkbox"] + .checkbox-option-label,
.radio-btn-group-bordered > .radio-option:first-child input[type="radio"] + .radio-option-label,
.radio-btn-group-bordered > .radio-option:first-child input[type="radio"] + .checkbox-option-label {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.checkbox-btn-group-bordered > .checkbox-option:last-child input[type="checkbox"] + .radio-option-label,
.checkbox-btn-group-bordered > .checkbox-option:last-child input[type="checkbox"] + .checkbox-option-label,
.checkbox-btn-group-bordered > .checkbox-option:last-child input[type="radio"] + .radio-option-label,
.checkbox-btn-group-bordered > .checkbox-option:last-child input[type="radio"] + .checkbox-option-label,
.checkbox-btn-group-bordered > .radio-option:last-child input[type="checkbox"] + .radio-option-label,
.checkbox-btn-group-bordered > .radio-option:last-child input[type="checkbox"] + .checkbox-option-label,
.checkbox-btn-group-bordered > .radio-option:last-child input[type="radio"] + .radio-option-label,
.checkbox-btn-group-bordered > .radio-option:last-child input[type="radio"] + .checkbox-option-label,
.radio-btn-group-bordered > .checkbox-option:last-child input[type="checkbox"] + .radio-option-label,
.radio-btn-group-bordered > .checkbox-option:last-child input[type="checkbox"] + .checkbox-option-label,
.radio-btn-group-bordered > .checkbox-option:last-child input[type="radio"] + .radio-option-label,
.radio-btn-group-bordered > .checkbox-option:last-child input[type="radio"] + .checkbox-option-label,
.radio-btn-group-bordered > .radio-option:last-child input[type="checkbox"] + .radio-option-label,
.radio-btn-group-bordered > .radio-option:last-child input[type="checkbox"] + .checkbox-option-label,
.radio-btn-group-bordered > .radio-option:last-child input[type="radio"] + .radio-option-label,
.radio-btn-group-bordered > .radio-option:last-child input[type="radio"] + .checkbox-option-label {
  border-bottom: 0.0625rem solid #054fa9;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

@media (min-width: 320px) {
  .checkbox-btn-group,
  .radio-btn-group {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .checkbox-btn-group > .checkbox-option,
  .checkbox-btn-group > .radio-option,
  .radio-btn-group > .checkbox-option,
  .radio-btn-group > .radio-option {
    margin-bottom: 0;
    margin-right: 0.25rem;
  }
  .checkbox-btn-group > .checkbox-option:last-child,
  .checkbox-btn-group > .radio-option:last-child,
  .radio-btn-group > .checkbox-option:last-child,
  .radio-btn-group > .radio-option:last-child {
    margin: 0;
  }
  .checkbox-btn-group-bordered,
  .radio-btn-group-bordered {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .checkbox-btn-group-bordered > .checkbox-option,
  .checkbox-btn-group-bordered > .radio-option,
  .radio-btn-group-bordered > .checkbox-option,
  .radio-btn-group-bordered > .radio-option {
    margin-bottom: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .checkbox-btn-group-bordered,
  .radio-btn-group-bordered {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .checkbox-btn-group-bordered > .checkbox-option input[type="checkbox"] + .radio-option-label,
  .checkbox-btn-group-bordered > .checkbox-option input[type="checkbox"] + .checkbox-option-label,
  .checkbox-btn-group-bordered > .checkbox-option input[type="radio"] + .radio-option-label,
  .checkbox-btn-group-bordered > .checkbox-option input[type="radio"] + .checkbox-option-label,
  .checkbox-btn-group-bordered > .radio-option input[type="checkbox"] + .radio-option-label,
  .checkbox-btn-group-bordered > .radio-option input[type="checkbox"] + .checkbox-option-label,
  .checkbox-btn-group-bordered > .radio-option input[type="radio"] + .radio-option-label,
  .checkbox-btn-group-bordered > .radio-option input[type="radio"] + .checkbox-option-label,
  .radio-btn-group-bordered > .checkbox-option input[type="checkbox"] + .radio-option-label,
  .radio-btn-group-bordered > .checkbox-option input[type="checkbox"] + .checkbox-option-label,
  .radio-btn-group-bordered > .checkbox-option input[type="radio"] + .radio-option-label,
  .radio-btn-group-bordered > .checkbox-option input[type="radio"] + .checkbox-option-label,
  .radio-btn-group-bordered > .radio-option input[type="checkbox"] + .radio-option-label,
  .radio-btn-group-bordered > .radio-option input[type="checkbox"] + .checkbox-option-label,
  .radio-btn-group-bordered > .radio-option input[type="radio"] + .radio-option-label,
  .radio-btn-group-bordered > .radio-option input[type="radio"] + .checkbox-option-label {
    border: 0.0625rem solid #054fa9;
    border-right: 0;
  }
  .checkbox-btn-group-bordered > .checkbox-option:first-child input[type="checkbox"] + .radio-option-label,
  .checkbox-btn-group-bordered > .checkbox-option:first-child input[type="checkbox"] + .checkbox-option-label,
  .checkbox-btn-group-bordered > .checkbox-option:first-child input[type="radio"] + .radio-option-label,
  .checkbox-btn-group-bordered > .checkbox-option:first-child input[type="radio"] + .checkbox-option-label,
  .checkbox-btn-group-bordered > .radio-option:first-child input[type="checkbox"] + .radio-option-label,
  .checkbox-btn-group-bordered > .radio-option:first-child input[type="checkbox"] + .checkbox-option-label,
  .checkbox-btn-group-bordered > .radio-option:first-child input[type="radio"] + .radio-option-label,
  .checkbox-btn-group-bordered > .radio-option:first-child input[type="radio"] + .checkbox-option-label,
  .radio-btn-group-bordered > .checkbox-option:first-child input[type="checkbox"] + .radio-option-label,
  .radio-btn-group-bordered > .checkbox-option:first-child input[type="checkbox"] + .checkbox-option-label,
  .radio-btn-group-bordered > .checkbox-option:first-child input[type="radio"] + .radio-option-label,
  .radio-btn-group-bordered > .checkbox-option:first-child input[type="radio"] + .checkbox-option-label,
  .radio-btn-group-bordered > .radio-option:first-child input[type="checkbox"] + .radio-option-label,
  .radio-btn-group-bordered > .radio-option:first-child input[type="checkbox"] + .checkbox-option-label,
  .radio-btn-group-bordered > .radio-option:first-child input[type="radio"] + .radio-option-label,
  .radio-btn-group-bordered > .radio-option:first-child input[type="radio"] + .checkbox-option-label {
    border-radius: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .checkbox-btn-group-bordered > .checkbox-option:last-child input[type="checkbox"] + .radio-option-label,
  .checkbox-btn-group-bordered > .checkbox-option:last-child input[type="checkbox"] + .checkbox-option-label,
  .checkbox-btn-group-bordered > .checkbox-option:last-child input[type="radio"] + .radio-option-label,
  .checkbox-btn-group-bordered > .checkbox-option:last-child input[type="radio"] + .checkbox-option-label,
  .checkbox-btn-group-bordered > .radio-option:last-child input[type="checkbox"] + .radio-option-label,
  .checkbox-btn-group-bordered > .radio-option:last-child input[type="checkbox"] + .checkbox-option-label,
  .checkbox-btn-group-bordered > .radio-option:last-child input[type="radio"] + .radio-option-label,
  .checkbox-btn-group-bordered > .radio-option:last-child input[type="radio"] + .checkbox-option-label,
  .radio-btn-group-bordered > .checkbox-option:last-child input[type="checkbox"] + .radio-option-label,
  .radio-btn-group-bordered > .checkbox-option:last-child input[type="checkbox"] + .checkbox-option-label,
  .radio-btn-group-bordered > .checkbox-option:last-child input[type="radio"] + .radio-option-label,
  .radio-btn-group-bordered > .checkbox-option:last-child input[type="radio"] + .checkbox-option-label,
  .radio-btn-group-bordered > .radio-option:last-child input[type="checkbox"] + .radio-option-label,
  .radio-btn-group-bordered > .radio-option:last-child input[type="checkbox"] + .checkbox-option-label,
  .radio-btn-group-bordered > .radio-option:last-child input[type="radio"] + .radio-option-label,
  .radio-btn-group-bordered > .radio-option:last-child input[type="radio"] + .checkbox-option-label {
    border-right: 0.0625rem solid #054fa9;
    border-bottom: 0.0625rem solid #054fa9;
    border-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
}

.tooltip {
  font-size: 0.9375rem;
}

.tooltip .tooltip-inner {
  border-radius: 0;
  background: #22211f;
  padding: 0.625rem 1.25rem;
}

.tooltip.bs-tooltip-top .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow:before {
  border-top-color: #22211f;
}

.tooltip.bs-tooltip-right .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before {
  border-right-color: #22211f;
}

.tooltip.bs-tooltip-bottom .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
  border-bottom-color: #22211f;
}

.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
  margin-left: -0.75rem;
}

.tooltip.bs-tooltip-left .arrow:before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:before {
  border-left-color: #22211f;
}

ul.list {
  list-style: disc;
}

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

.list.list-links li {
  margin: 0 0 0.3125rem 0;
}

.list.list-links li a {
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  text-decoration: none;
}

.list.list-links li a:hover {
  text-decoration: underline;
}

.list.list-links li .icon {
  width: 0.8125rem;
  height: 0.8125rem;
  margin-left: 0.3125rem;
}

.list.list-links-large li {
  margin-bottom: 0.9375rem;
}

.list.list-links-large li a {
  font-size: 1.375rem;
  text-decoration: underline;
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
}

.list.list-links-large .icon {
  width: 0.8125rem;
  height: 0.8125rem;
  margin: 0 0 0.0625rem 0.3125rem;
}

.list.list-links .list-links {
  margin: 0.3125rem 0 0 1.25rem;
}

.list.list-links[class*='list-columns'] {
  columns: 1;
}

.list-profiles {
  margin: 0 0 1.25rem 0;
  padding: 0;
  list-style: none;
}

.list-profiles::after, .list-profiles::before {
  display: block;
  clear: both;
  content: '';
}

.list-profiles .icon {
  color: #555555;
}

.list-profiles .profile {
  margin-bottom: 0.625rem;
}

.list-icons, .list-contact {
  margin: 0;
  padding-bottom: 0.9375rem;
}

.list-icons li, .list-contact li {
  margin-right: 0.625rem;
  list-style: none;
  padding-left: 1.625rem;
  text-indent: -1.625rem;
}

.list-icons li .icon, .list-contact li .icon {
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin-right: 0.625rem;
  display: inline-block;
}

.list-icons li a, .list-contact li a {
  text-decoration: none;
}

.list-icons li a .icon-tile.icon, .list-contact li a .icon-tile.icon {
  margin-right: 0;
}

.list-icons.icons-lg li, .icons-lg.list-contact li, .list-icons.icons-md li, .icons-md.list-contact li {
  padding-left: 2.125rem;
  text-indent: -2.125rem;
}

.list-icons.icons-lg li .icon, .icons-lg.list-contact li .icon, .list-icons.icons-md li .icon, .icons-md.list-contact li .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.list-icons.icons--xl li, .icons--xl.list-contact li {
  padding-left: 3.125rem;
  text-indent: -1.875rem;
}

.list-icons.icons--xl li .icon, .icons--xl.list-contact li .icon {
  width: 2.5rem;
  height: 2.5rem;
}

.list-icons.no-padding li, .no-padding.list-contact li {
  padding-left: 0;
  text-indent: 0;
}

.list .list-links {
  margin-left: 1.25rem;
  margin-top: 0.3125rem;
}

.list.list-horizontal {
  list-style: none;
  margin: 0 0 1.25rem 0;
  padding: 0;
}

.list.list-horizontal::after, .list.list-horizontal::before {
  display: block;
  clear: both;
  content: '';
}

.list.list-horizontal li,
.list.list-horizontal dd,
.list.list-horizontal dt {
  display: block;
  float: left;
  margin-right: 1.25rem;
}

.list.list-horizontal dt {
  clear: left;
}

.list-horizontal.list-icons li, .list-horizontal.list-contact li {
  text-indent: 0;
  padding: 0;
  margin-right: 0.625rem;
}

.list-horizontal.list-icons li:last-child, .list-horizontal.list-contact li:last-child {
  margin-right: 0;
}

.list-horizontal.list-icons li .icon, .list-horizontal.list-contact li .icon {
  margin-right: 0;
}

.list-horizontal.list-icons.icons--xl li, .list-horizontal.icons--xl.list-contact li {
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}

.list-horizontal.list-icons.icons--xl li:last-child, .list-horizontal.icons--xl.list-contact li:last-child {
  margin-right: 0;
}

.list.list-publications {
  list-style: none;
  margin: 0 0 1.25rem 0;
  padding: 0;
}

.list.list-publications li {
  margin-bottom: 0.3125rem;
}

.list-steps {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
}

.list-steps > li {
  position: relative;
  margin: 0 0 0.625rem 2.5rem;
  padding: 0.3125rem 0 0 1.25rem;
  list-style: none;
  min-height: 2.5rem;
}

.list-steps > li:before {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0;
  left: -2.5rem;
  line-height: 2.5rem;
  margin-right: 0.625rem;
  color: #ffffff;
  background: #d4374a;
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  text-align: center;
  font-size: 1.25rem;
}

.list-steps li ol,
.list-steps li ul {
  margin-top: 0.625rem;
}

.list-steps ol li:last-child {
  margin-bottom: 0;
}

.list-steps-small {
  counter-reset: li;
  margin-left: 0;
  padding-left: 0;
}

.list-steps-small > li {
  position: relative;
  padding: 1.25rem 0 1.25rem 1.875rem;
  list-style: none;
  min-height: 2.5rem;
  border-top: 0.0625rem solid #555555;
}

.list-steps-small > li p {
  margin-bottom: 0;
}

.list-steps-small > li:first-child {
  border-top: none;
  padding-top: 0;
}

.list-steps-small > li:first-child:before {
  top: 0;
}

.list-steps-small > li:before {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 1.25rem;
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 1.25rem;
  left: 0;
  line-height: 1.25rem;
  margin-right: 0.625rem;
  color: #22211f;
  background: #dadada;
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  text-align: center;
  font-size: -3.9375rem;
}

.list-steps-small li ol,
.list-steps-small li ul {
  margin-top: 0.625rem;
}

.list-steps-small ol li:last-child {
  margin-bottom: 0;
}

.list-facts {
  margin-left: 0;
}

.list-facts .fact {
  list-style: none;
  margin-bottom: 0;
  border-bottom: none;
  border-top: none;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.list-facts .fact:first-child {
  margin-left: 0;
}

.list-tags {
  margin: 0 0 0.9375rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list.list-no-disc {
  list-style-type: none;
  margin-left: 0;
}

.list-xs li {
  margin-bottom: 0;
}

.list-sm li {
  margin-bottom: 0.3125rem;
}

.list-contact li {
  margin: 0 0 0.3125rem;
}

.list-contact li .icon {
  margin-right: 0.3125rem;
}

.list-contact li p {
  margin-bottom: 0.625rem;
}

.list-horizontal.pipe-separated li {
  margin-right: 0;
  margin-bottom: 0.3125rem;
  display: block;
  float: none;
}

.list-horizontal.pipe-separated li:last-child {
  margin-bottom: 0px;
}

.list.list--bordered {
  list-style: none;
  border: 0.0625rem solid #dadada;
  margin-left: 0;
  border-radius: 0.3125rem;
}

.list.list--bordered li:last-child a {
  border-bottom: none;
}

.list.list--bordered li:last-child a.active, .list.list--bordered li:last-child a:active, .list.list--bordered li:last-child a:hover {
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}

.list.list--bordered li:first-child a.active, .list.list--bordered li:first-child a:active, .list.list--bordered li:first-child a:hover {
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}

.list.list--bordered a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  color: #383735;
  padding: 0.625rem;
  text-decoration: none;
  border-bottom: 0.0625rem solid #dadada;
}

.list.list--bordered a.active, .list.list--bordered a:active, .list.list--bordered a:hover {
  background-color: #f6f6f6;
  text-decoration: none;
}

.list.list--bordered a img {
  margin-right: 0.625rem;
  width: auto;
}

.list-square li {
  list-style: none;
}

.list-square li:before {
  width: 0.4375rem;
  height: 0.4375rem;
  content: '';
  display: inline-block;
  background-color: #383735;
  position: relative;
  left: -1rem;
  top: -0.125rem;
}

ol.list {
  counter-reset: item;
}

ol.list ol {
  margin-top: 0.3125rem;
  margin-left: 0;
  counter-reset: item;
}

ol.list li {
  display: -ms-grid;
  display: grid;
      grid-template-areas: 'number content';
  position: relative;
  width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

ol.list li:before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  content: counters(item, ".") ".";
  counter-increment: item;
  padding-right: 0.625rem;
  min-width: 2.1875rem;
  grid-area: number;
}

ol.list li > * {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: content;
}

ol.list.list-links li {
  position: relative;
  color: #045bc6;
}

ol.list.list-links li:before {
  color: currentColor;
}

ol.list.list-links li:before:hover {
  color: #022d62;
  text-decoration: underline;
}

ol.list.list-links li a {
  word-break: break-word;
}

ol.list.list-links li a:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 480px) {
  .list.list-icons.icons-lg .icon, .list.icons-lg.list-contact .icon {
    width: 2rem;
    height: 2rem;
  }
  .list.list-icons:not(.list-horizontal).icons-lg li, .list.list-contact:not(.list-horizontal).icons-lg li {
    padding-left: 2.625rem;
    text-indent: -2.625rem;
  }
}

@media (min-width: 768px) {
  .list.list-links.list-columns-3 li, .list.list-links.list-columns-3 ul, .list.list-links.list-columns-2 li, .list.list-links.list-columns-2 ul {
    -webkit-column-break-inside: avoid;
    avoidpage-break-inside: avoid;
    break-inside: avoid;
  }
  .list.list-links.list-columns-2 {
    columns: 2;
  }
  .list.list-links.list-columns-3 {
    columns: 3;
  }
  .list-horizontal.list-icons.icons--xl li, .list-horizontal.icons--xl.list-contact li {
    margin-right: 0.9375rem;
  }
  .list-horizontal.pipe-separated {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-horizontal.pipe-separated li {
    display: -ms-flexbox;
    display: flex;
  }
  .list-horizontal.pipe-separated li:last-child {
    margin-bottom: 0.3125rem;
  }
  .list-horizontal.pipe-separated li:not(:last-child) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-right: 1.25rem;
  }
  .list-horizontal.pipe-separated li:not(:last-child)::after {
    content: '';
    width: 1px;
    background: #91908f;
    height: 0.75rem;
    margin-left: 1.25rem;
  }
}

@media (min-width: 980px) {
  .list.list- a:focus {
    background-color: #FCF199;
    outline: none;
  }
  .list.list- a:focus .icon {
    color: #22211f;
  }
  .list.list- a:focus .icon-tile {
    box-shadow: 0 0 0 0.1875rem #FCF199;
  }
  .list a:focus {
    outline: none;
    background-color: #FCF199;
    box-shadow: 0 0 0 0.1875rem #FCF199;
    color: #22211f;
  }
}

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

.image {
  margin: 0 0 1.25rem;
  display: block;
}

.image .caption {
  background: #e9e9e9;
  padding: 0.625rem;
  font-size: 0.9375rem;
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  display: block;
  caption-side: bottom;
  width: 100%;
}

.image .caption--lg {
  background: #ffffff;
  padding: 0;
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.65rem;
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  text-align: center;
}

.image img {
  display: block;
}

.image img + br {
  display: none;
}

.image.full-width-image {
  margin-bottom: 0;
}

.image.float-left {
  margin: 0 1.25rem 1.25rem 0;
}

.image.float-right {
  margin: 0 0 1.25rem 1.25rem;
}

.image.with-video {
  position: relative;
}

.image.with-video > img {
  display: none;
}

.image.with-video .video {
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #ffffff;
}

.image.with-icon-and-text {
  position: relative;
}

.image.with-icon-and-text img {
  display: block;
  width: 100%;
  height: 100%;
}

.image.with-icon-and-text .image-main {
  width: 100%;
  min-height: 6.25rem;
  z-index: 1;
  background: #22211f;
  margin: 0;
  padding: 1.25rem;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.image.with-icon-and-text .image-main .icon {
  width: 3rem;
  height: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.25rem;
}

.image.with-icon-and-text .image-main .image-body {
  width: 100%;
}

.image.with-icon-and-text .image-main .image-body .image-title {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.375rem;
  line-height: 1.8rem;
  margin-bottom: 0.625rem;
  color: #ffffff;
}

.image.with-icon-and-text .image-main .image-body .image-title a {
  color: #ffffff;
  text-decoration: underline;
}

.image.with-icon-and-text .image-main .image-body p {
  margin-bottom: 0.625rem;
}

.image.with-icon-and-text .image-main .image-body p:last-child, .image.with-icon-and-text .image-main .image-body ul:last-child {
  margin-bottom: 0;
}

.image--overlay-content {
  display: -ms-grid;
  display: grid;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  width: 100%;
}

.image--overlay-content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.image--overlay-content .image__wrapper, .image--overlay-content .image__content {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row-align: center;
      align-self: center;
}

.image--overlay-content .image__wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.image--overlay-content .image__wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
}

.image--overlay-content .image__wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image--overlay-content .image__content {
  position: relative;
  padding: 1.25rem;
  z-index: 2;
}

.image--downloadable .image__caption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.image--downloadable .image__download {
  margin-bottom: 0;
}

a .image {
  margin-bottom: 0;
}

a .image .caption {
  display: inline-block;
  color: #383735;
}

a[data-toggle='modal']:hover > .image img,
a[data-toggle='modal']:hover > img {
  -webkit-filter: brightness(0.93);
          filter: brightness(0.93);
}

a[data-toggle='modal'] > .image img,
a[data-toggle='modal'] > img {
  transition: -webkit-filter 150ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: filter 150ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: filter 150ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-filter 150ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  width: 100%;
}

.full-width-image-wrapper {
  background-color: #f6f6f6;
}

.h-viewport {
  height: 100vh !important;
  height: var(--full-vh) !important;
}

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

.image-container {
  display: -ms-grid;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  height: var(--full-vh);
}

.image-container.image-container__item {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.1s;
}

@media (max-width: 767.98px) {
  .image.full-width-image {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

@media (min-width: 768px) {
  .image .caption--lg {
    font-size: 1.375rem;
    line-height: 1.8rem;
  }
  .image.with-video {
    padding-top: 56.25%;
  }
  .image.with-video img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .image.with-video .video {
    position: absolute;
    top: auto;
    right: 20px;
    bottom: 20px;
    width: 205px;
    height: 115.3125px;
    margin-bottom: 0;
  }
  .image.with-video .video--active {
    left: calc(100% - 225px);
  }
  .image.with-icon-and-text .image-main .icon {
    width: 3.75rem;
    height: 3.75rem;
  }
  .image--downloadable .image__caption {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .image--downloadable .image__caption__content {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin: 0 1.25rem 0 0;
  }
  .image--downloadable .image__download {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media (min-width: 980px) {
  .image.with-video {
    height: 420px;
    padding-top: 0;
  }
  .image.with-video img {
    height: 100%;
  }
  .image.with-video .video {
    right: 30px;
    bottom: 30px;
    width: 310px;
    height: 174.375px;
  }
  .image.with-video .video--active {
    left: calc(100% - 340px);
  }
  .image.with-video.video-only {
    height: 322px;
    margin: -61px 0;
  }
  .image.with-video.video-only .video-wrapper {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: 570px;
    height: 322px;
  }
  .image.with-video.video-only.video-mode .video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .image.with-icon-and-text {
    height: 420px;
    padding-top: 0;
  }
  .image.with-icon-and-text img {
    height: 100%;
  }
  .image.with-icon-and-text .image-main {
    position: absolute;
    max-width: 100%;
    right: 0;
    bottom: 0;
    width: 31.25rem;
    background: rgba(34, 33, 31, 0.8);
  }
}

.com {
  color: #93a1a1 !important;
}

.lit {
  color: #195f91 !important;
}

.pun, .opn, .clo {
  color: #93a1a1 !important;
}

.fun {
  color: #dc322f !important;
}

.str, .atv {
  color: #D14 !important;
}

.kwd, .prettyprint .tag {
  color: #1e347b !important;
}

.typ, .atn, .dec, .var {
  color: teal !important;
}

.pln {
  color: #48484c !important;
}

pre {
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  border-radius: 4px;
  font-family: Monaco,Menlo,Consolas,'Courier New',monospace;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.prettyprint {
  padding: 0.625rem !important;
  border: 0.0625rem solid #e1e1e8 !important;
  max-height: 400px !important;
  overflow: auto;
  -moz-tab-size: 2;
       tab-size: 2;
}

.prettyprint.linenums {
  box-shadow: inset 2.5rem 0 0 #fbfbfc, inset 2.5625rem 0 0 #ececf0 !important;
}

.prettyprint ol.linenums {
  margin: 0 0 0 4.875rem !important;
}

.prettyprint ol.linenums li {
  padding-left: 0.75rem;
  color: #bebec5;
  line-height: 1.25rem;
  text-shadow: 0 0.0625rem 0 #ffffff;
  list-style-type: decimal !important;
  background-color: transparent;
}

/*! profile.less */
hr.search-results-divide {
  border-top: 0.0625rem solid #d3d3d2;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

hr.search-results-divide:first-of-type {
  margin-top: 1.25rem;
}

.profile-current-position {
  color: #91908f;
  font: normal 1.125rem "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
}

.profile {
  margin-bottom: 1.25rem;
  position: relative;
}

.profile::after, .profile::before {
  display: block;
  clear: both;
  content: '';
}

.profile-subtitle {
  margin-bottom: 0.1875rem;
}

.profile.with-image {
  padding-left: calc(120px + 1.25rem);
  min-height: 7.5rem;
}

.profile.with-image.profile-small {
  min-height: 2.5rem;
}

.profile.with-md-image .profile-image {
  display: none;
}

.profile abbr[title],
.profile acronym[title] {
  border: none;
}

.profile .well {
  margin-bottom: 0;
  margin-top: 0.625rem;
}

.profile .well dl {
  margin: 0;
}

.profile .well dt {
  font-size: 1.25rem;
  line-height: 1.65rem;
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  margin-bottom: 0.625rem;
}

.profile .well dd {
  display: inline-block;
  margin: 0 1.25rem 0 0;
}

.profile .profile-title {
  font: normal normal 1.5rem / 1.9rem "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  margin: 0 0 0.125rem 0;
  color: #d4374a;
  display: inline;
}

.profile .profile-title a {
  color: #d4374a;
  text-decoration: none;
}

.profile .profile-title a:hover {
  text-decoration: underline;
}

.profile .profile-title a:after {
  content: '';
  margin-left: 0;
  display: none;
}

.profile .profile-title-suffix {
  font: normal normal 1.375rem / 1.8rem "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  display: inline;
}

.profile .profile-bio {
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.0625rem;
  margin-bottom: 0.625rem;
}

.profile .profile-bio p:last-of-type {
  margin-bottom: 0;
}

.profile .profile-subtitle {
  font-size: 1.25rem;
  line-height: 1.65rem;
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  margin-bottom: 0.3125rem;
}

.profile .profile-subtitle + .profile-subtitle {
  margin-top: 0px;
}

.profile .profile-subtitle a {
  text-decoration: underline;
}

.profile .profile-subtitle a:hover {
  text-decoration: underline;
}

.profile .profile-subtitle a:after {
  content: '';
  margin-left: 0;
}

.profile .profile-image {
  width: 120px;
  height: 120px;
  margin: 0;
  margin-left: calc(-1 * (120px + 1.25rem));
  position: absolute;
}

.profile .profile-contact {
  margin: 0.3125rem 0 0.3125rem 0;
  float: left;
  width: 100%;
}

.profile .profile-contact::after, .profile .profile-contact::before {
  display: block;
  clear: both;
  content: '';
}

.profile .profile-contact dt {
  clear: left;
  float: left;
  margin-right: 0.625rem;
  margin-top: -0.125rem;
}

.profile .profile-contact dt .icon {
  width: 1rem;
  height: 1rem;
  fill: #555555;
  line-height: 1.5rem;
}

.profile .profile-contact dd {
  font-size: 1.125rem;
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  margin-left: 0;
  margin-bottom: 0.1875rem;
  word-wrap: break-word;
}

.profile .profile-contact dd + dd {
  display: inline-block;
  clear: left;
  float: left;
  margin-left: 1.875rem;
  margin-top: -0.125rem;
}

.profile.profile-small.with-image {
  padding-left: calc(40px + 0.625rem);
}

.profile.profile-small .profile-image {
  width: 40px;
  height: 40px;
  margin-left: calc(-1 * (40px + 0.625rem));
}

.profile.profile-small .profile-image img {
  width: 40px;
  height: 40px;
}

.profile.profile-small .profile-title {
  margin-top: 0.125rem;
  font-size: 1.25rem;
  line-height: 1.125rem;
}

.profile.profile-small .profile-subtitle {
  font-size: 1.0625rem;
  line-height: 1.5rem;
}

.profile.profile-large.with-image {
  padding-left: calc(200px + 2.5rem);
  min-height: 210px;
}

.profile.profile-large .profile-image {
  margin-left: calc(-1 * (200px + 2.5rem));
  width: 200px;
  height: auto;
}

.profile.profile-large .profile-image img {
  width: 200px;
  height: 200px;
  margin-bottom: 2.5rem;
}

.profile.profile-large .profile-title {
  margin: 0 0 0.125rem 0;
  color: #d4374a;
  display: inline;
}

.profile.profile-large .profile-connect {
  left: 0;
  top: 220px;
}

.profile.profile-large .profile-contact {
  -webkit-column-count: 1;
  -webkit-column-gap: 0;
  margin: 0.625rem 0 0 0;
}

.profile.profile-large .profile-subtitle {
  margin-top: 0.3125rem;
  margin-bottom: 0;
}

.profile.profile-large .profile-subtitle:first-of-type {
  margin-bottom: 0.3125rem;
}

.profile.profile-large .profile-subtitle + .profile-subtitle {
  margin-top: 0px;
}

.profile--square {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0;
  margin-bottom: 2.5rem;
}

.profile--square .profile__main {
  padding: 1.25rem;
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
  background-color: #ffffff;
}

.profile--square .profile__main .profile-subtitle {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  margin-top: 0.3125rem;
}

.profile--square .profile__main .profile-contact {
  margin-top: 0.625rem;
}

.profile--square .profile__main .profile-contact .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.profile--square .profile-title a {
  color: #045bc6;
  text-decoration: underline;
}

.profile--square.with-image {
  padding-left: 0.1875rem;
  padding-top: 0.1875rem;
  margin-left: -0.1875rem;
  margin-top: -0.1875rem;
  overflow: hidden;
}

.profile--square.with-image .profile-image {
  width: 100%;
  height: auto;
  margin-left: 0px;
  position: static;
}

.profile--square.with-image .profile-image a {
  display: block;
}

.profile--square.with-image .profile-image a img {
  width: 100%;
}

.profile-vertical {
  text-align: center;
}

.profile-vertical.with-image {
  padding-left: 0;
}

.profile-vertical .profile-image {
  margin-left: 0;
  margin-bottom: 0.625rem;
  float: none;
  width: 100%;
  position: relative;
}

.profile-vertical .profile-title .profile-title-suffix {
  display: block;
  font-size: 1.25rem;
}

.profile-vertical .profile-connect {
  position: static;
}

.profile-vertical .profile-connect li {
  text-align: center;
  display: inline-block;
  float: none;
}

.profile-vertical .profile-connect a i.icon {
  fill: #d3d3d2;
}

.profile-vertical .profile-connect a i.icon:hover {
  fill: #555555;
}

@media (max-width: 479.98px) {
  hr.search-results-divide {
    border-top: 0.0625rem solid #d3d3d2;
    margin-top: 0;
    margin-bottom: 0;
  }
  hr.search-results-divide:first-of-type {
    margin-top: 0;
  }
  .profile.search-result {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    margin-bottom: 0;
    min-height: 0;
  }
  .profile.search-result .profile-image {
    display: none;
    visibility: hidden;
  }
  .profile.search-result .profile-contact {
    margin: 0px;
    float: none;
  }
  .profile.search-result .profile-subtitle {
    margin-bottom: 1.25rem;
  }
  .profile.search-result .well {
    margin-top: 1.25rem;
  }
  .profile.search-result.with-image {
    padding-left: 0px;
    min-height: auto;
  }
  .profile.profile-large.with-image {
    padding-left: 0;
  }
  .profile.profile-large.with-image .profile-image {
    width: 120px;
    height: 120px;
    margin: 0 0 1.25rem 0;
    padding: 0;
    position: static;
  }
  .profile.profile-large.with-image .profile-image img {
    width: 120px;
    height: 120px;
  }
  .profile.profile-large.with-image .profile-title-suffix {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .profile.profile-large.with-image .profile-connect {
    top: 0;
    position: relative;
  }
  .profile.profile-large.with-image .profile-title {
    font: normal normal 1.5rem / 1.9rem "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  }
}

@media (min-width: 768px) {
  .profile.with-md-image {
    padding-left: calc(120px + 1.25rem);
    min-height: 7.5rem;
  }
  .profile.with-md-image.profile-small {
    padding-left: calc(40px + 0.625rem);
    min-height: auto;
  }
  .profile.with-md-image .profile-image {
    display: block;
  }
  .profile--square {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .profile--square .profile__main {
    padding: 1.875rem;
  }
  .profile--square .profile__main .profile-title {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .profile--square .profile__main .profile-subtitle {
    font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  }
  .profile--square .profile__main .profile-contact {
    margin-top: 0.9375rem;
  }
  .profile--square.with-image {
    padding-bottom: 0.625rem;
    margin-bottom: 1.875rem;
  }
  .profile--square.with-image .profile-image {
    width: 12.5rem;
    height: 12.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .profile--square.with-image .profile__main {
    position: relative;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin: 1.25rem 0 0 -1.25rem;
    z-index: 2;
    margin: 1.25rem 0 0 -1.25rem;
  }
  .profile--square.with-image .profile__main:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    box-shadow: 3.125rem -0.625rem 0.625rem 0.625rem #ffffff, 3.125rem 0.625rem 0.625rem 0.625rem #ffffff, 0rem 0rem 0.625rem rgba(0, 0, 0, 0.3);
  }
}

@media (max-width: 979.98px) {
  .profile.profile-large.with-image {
    padding-left: 8.75rem;
  }
  .profile.profile-large.with-image .profile-image {
    width: 120px;
    height: 120px;
    margin-left: -8.75rem;
  }
  .profile.profile-large.with-image .profile-image img {
    width: 120px;
    height: 120px;
  }
  .profile.profile-large.with-image .profile-title {
    font: normal normal 1.5rem / 1.9rem "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  }
}

@media (min-width: 980px) {
  .profile .profile-title a:focus, .profile .profile-subtitle a:focus {
    background-color: #FCF199;
    box-shadow: 0 0 0 0.1875rem #FCF199;
    text-decoration: none;
    color: #b22637;
  }
  .profile .profile-contact a:focus {
    background-color: #FCF199;
    box-shadow: 0 0 0 0.1875rem #FCF199;
  }
  .profile .profile-image a:focus {
    outline: none;
  }
  .profile--square .profile-title a:focus,
  .profile--square .profile-subtitle a:focus {
    color: #383735;
  }
}

.thumbnails {
  margin-left: 0;
  margin-bottom: 1.25rem;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.thumbnails li {
  width: 70px;
  height: 70px;
  margin-bottom: 0.625rem;
  margin-right: 0.625rem;
}

.thumbnails-logos li {
  width: auto;
  height: auto;
}

.thumbnails-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  list-style: none;
  margin: 0;
}

.thumbnails-condensed {
  margin-bottom: 0.625rem;
  margin-left: 0;
}

.thumbnails-condensed li {
  margin: 0 0.625rem 0.625rem 0;
}

.thumbnail {
  padding: 0;
  border: none;
  border-radius: 0;
}

.thumbnail:focus {
  border: none;
  outline: none;
  box-shadow: 0 0 0 0.1875rem #FCF199;
}

.thumbnail img {
  margin: 0;
}

.thumbnail.with-modal {
  display: inline-block;
  position: relative;
  color: #555555;
}

.thumbnail.with-modal .icon {
  width: 24px;
  height: 24px;
  position: absolute;
  fill: #ffffff;
  text-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(34, 33, 31, 0.75);
  -webkit-filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(34, 33, 31, 0.75));
          filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(34, 33, 31, 0.75));
  display: block;
  padding: 0;
  line-height: 1;
  top: 23px;
  left: 23px;
  margin: auto;
}

.thumbnail.with-modal .icon:hover {
  text-decoration: none;
}

.thumbnail .caption {
  padding: 0.1875rem;
  font-size: 0.75rem;
  color: #555555;
}

@media (min-width: 768px) {
  a.thumbnail:hover img .thumbnails,
  a.thumbnail:focus img .thumbnails {
    margin-left: -1.25rem;
  }
  a.thumbnail:hover img .thumbnails li,
  a.thumbnail:focus img .thumbnails li {
    margin: 0 0 1.5rem 1.25rem;
  }
  a.thumbnail:hover img .thumbnails-condensed,
  a.thumbnail:focus img .thumbnails-condensed {
    margin-left: 0;
  }
  a.thumbnail:hover img .thumbnails-condensed li,
  a.thumbnail:focus img .thumbnails-condensed li {
    margin: 0 0.375rem 0.625rem 0;
  }
}

@media (min-width: 1200px) {
  a.thumbnail:hover img .thumbnails,
  a.thumbnail:focus img .thumbnails {
    margin-left: -1.875rem;
  }
  a.thumbnail:hover img .thumbnails li,
  a.thumbnail:focus img .thumbnails li {
    margin: 0 0 1.5rem 1.875rem;
  }
  a.thumbnail:hover img .thumbnails-condensed,
  a.thumbnail:focus img .thumbnails-condensed {
    margin-left: 0;
  }
  a.thumbnail:hover img .thumbnails-condensed li,
  a.thumbnail:focus img .thumbnails-condensed li {
    margin: 0 0.375rem 0.625rem 0;
  }
}

.hero {
  position: relative;
  height: auto;
  overflow: visible;
  background-color: #383735;
}

.hero .hero-video {
  display: none;
}

.hero-content-wrapper {
  position: relative;
  background-color: #ffffff;
  margin-bottom: 2.5rem;
  width: 100%;
  transform: translate(0, 0);
  left: 0;
  top: 0;
}

.hero-content-wrapper .hero-content {
  background-color: #ffffff;
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(0);
  width: 100%;
}

.hero-content-wrapper .hero-title {
  color: #22211f;
  margin-top: 1.25rem;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-shadow: none;
  font-weight: normal;
  font-size: 2.75rem;
  line-height: 3.125rem;
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  margin-bottom: 1.25rem;
  padding: 0;
}

.hero-content-wrapper .hero-title strong {
  font-family: "franklin_gothic_fs_demi";
  font-weight: norma;
}

.hero-content-wrapper .hero-title span {
  font-size: 2.25rem;
  line-height: 2.375rem;
  display: block;
}

.hero-content-wrapper .hero-copy {
  color: #22211f;
  text-align: left;
  text-shadow: none;
  font-size: 1.375rem;
  line-height: 1.9rem;
}

.hero-image-wrapper {
  transform: translateY(0);
  position: relative;
  top: 0;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.hero-image-wrapper img {
  width: 100%;
}

.hero-section-page {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: hero-section;
  display: none;
  visibility: hidden;
}

body.with-site-alert > .hero-section-page {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

@media (min-width: 480px) {
  .hero-content-wrapper .hero-content .hero-title {
    font-size: 3.125rem;
    line-height: 3.625rem;
  }
}

@media (min-width: 768px) {
  .hero {
    overflow: hidden;
    height: 432px;
  }
  .hero-section-page {
    display: block;
    visibility: visible;
    height: 380px;
    margin-top: -0.0625rem;
  }
  .hero-image-wrapper {
    top: 50%;
    transform: translateY(-50%);
    margin: 0px;
  }
  .hero-content-wrapper {
    position: absolute;
    top: calc(50% - 15px);
    left: 50%;
    width: 1190px;
    text-align: left;
    transform: translate(-50%, -50%);
    background: none;
  }
  .hero-content-wrapper .hero-content {
    background: none;
  }
  .hero-content-wrapper .hero-content .hero-title {
    color: #ffffff;
    margin-bottom: 1.25rem;
    text-shadow: 0 0 0.9375rem rgba(34, 33, 31, 0.75);
    font-size: 3.75rem;
    line-height: 4.063rem;
  }
  .hero-content-wrapper .hero-content .hero-copy {
    color: #ffffff;
    margin-bottom: 1.875rem;
    text-shadow: 0 0 0.625rem rgba(34, 33, 31, 0.9);
  }
}

@media (min-width: 980px) {
  .hero-content-wrapper .hero-content .hero-title {
    font-size: 4.375rem;
    line-height: 4.688rem;
  }
  .hero-video {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
}

.well {
  padding: 1.25rem;
  border: 0.0625rem solid #d3d3d2;
  background-color: #f5f5f5;
  margin-bottom: 1.25rem;
  min-height: 1.25rem;
  box-shadow: inset 0 0.0625rem 0.0625rem rgba(34, 33, 31, 0.05);
}

.well-small {
  padding: 0.625rem;
}

.well-large {
  padding: 1.5625rem;
}

.well-large .well-section {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  padding: 1.25rem;
}

.well-large .well-section:first-child {
  margin-right: 0.625rem;
}

.well h1, .well .page-parent, .well .profile.profile-large .profile-title, .profile.profile-large .well .profile-title, .well h2, .well h3, .well h4, .well h5, .well h6 {
  color: #22211f;
  margin: 0.75rem 0;
  text-rendering: optimizeLegibility;
}

.well h2 {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
  margin-top: 0;
}

.well .btn {
  margin-bottom: 0;
}

.well p:last-child {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .well-section {
    -ms-flex: 1 1 40%;
        flex: 1 1 40%;
  }
}

@media (min-width: 980px) {
  .well-section {
    -ms-flex: 1 1 30%;
        flex: 1 1 30%;
  }
}

@media (min-width: 1200px) {
  .well-section {
    -ms-flex: 1 1 25%;
        flex: 1 1 25%;
  }
}

.list-teasers {
  margin: 0 0 -1.875rem;
  padding: 0;
  list-style: none;
}

.list-teasers::after, .list-teasers::before {
  display: block;
  clear: both;
  content: '';
}

.list-teasers .teaser {
  margin-bottom: 0.625rem;
}

.teaser {
  margin-bottom: 1.875rem;
}

.teaser::after, .teaser::before {
  display: block;
  clear: both;
  content: '';
}

.teaser.teaser--white {
  color: #ffffff;
}

.teaser.teaser--white a {
  color: #ffffff;
}

.teaser.teaser--white a:hover {
  color: #ffffff;
}

.teaser.teaser--white a:focus {
  color: #22211f;
  background-color: #FCF199;
  box-shadow: 0 0 0 0.1875rem #FCF199;
  outline: 0.1875rem solid #FCF199;
}

.teaser.teaser--white .teaser-title a {
  color: #ffffff;
}

.teaser.teaser--white .teaser-title a:hover {
  color: #ffffff;
}

.teaser.teaser--white .teaser-title a:focus {
  color: #22211f;
  background-color: #FCF199;
  box-shadow: 0 0 0 0.1875rem #FCF199;
  outline: 0.1875rem solid #FCF199;
}

.teaser--video {
  margin-bottom: 2.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-flex-align: start;
      align-items: start;
      grid-template-areas: 'video' 'body';
  width: 100%;
}

.teaser--video .video {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: video;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}

.teaser--video .video img {
  position: relative;
}

.teaser--video .teaser-body {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  margin-top: 0.625rem;
  grid-area: body;
  width: 100%;
}

.teaser-title {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.375rem;
  line-height: 1.8rem;
  margin-bottom: 0.3125rem;
}

.teaser-title a:after {
  content: '';
}

.teaser-category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.teaser-category a {
  color: #d4374a;
}

.list-tags.teaser-tags {
  margin-top: 0.625rem;
  margin-bottom: 0;
}

.teaser-body {
  position: relative;
}

.teaser-body p {
  margin-bottom: 0;
}

.teaser-body .teaser-date {
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  margin-bottom: 0.3125rem;
  color: #555555;
}

.teaser-comments {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
}

.teaser-comments .icon {
  width: 0.9375rem;
  height: 0.9375rem;
  line-height: 1.5625rem;
}

.teaser-comments a {
  color: #383735;
}

.teaser-image {
  margin: 0;
  margin-left: calc(-1 * (170px + 1.25rem));
  float: left;
  width: 170px;
}

.teaser-image img {
  width: 100%;
}

.teaser-image a {
  display: block;
}

.teaser-small {
  margin-bottom: 0.625rem;
}

.teaser-small .teaser-title {
  font-size: 1.0625rem;
  line-height: 1.5rem;
}

.teaser-small .teaser-body {
  font-size: 0.9375rem;
}

.teaser-small .teaser-image {
  margin-left: calc(-1 * (70px + 0.625rem));
  width: 70px;
}

.teaser-small .teaser-date {
  line-height: 1.25rem;
}

.teaser-large .teaser-title {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  line-height: 1.9rem;
}

.teaser-large .teaser-image {
  margin-left: calc(-1 * (270px + 1.25rem));
  width: 270px;
}

.teaser-larger .teaser-title {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 0.625rem;
}

.teaser-larger .teaser-image {
  margin-left: calc(-1 * (370px + 1.25rem));
  width: 370px;
}

.teaser-larger .teaser-body {
  font-size: 0.9375rem;
}

.teaser.with-image {
  padding-left: calc(170px + 1.25rem);
}

.teaser.with-image.teaser-vertical {
  padding-left: 0;
}

.teaser.with-image.teaser-small {
  padding-left: calc(70px + 1.25rem);
}

.teaser.with-image.teaser-small.teaser-vertical {
  padding-left: 0;
}

.teaser.with-image.teaser-large {
  padding-left: calc(270px + 1.25rem);
}

.teaser.with-image.teaser-large.teaser-vertical {
  padding-left: 0;
}

.teaser.with-image.teaser-larger {
  padding-left: calc(370px + 1.25rem);
}

.teaser.with-image.teaser-larger.teaser-vertical {
  padding-left: 0;
}

.teaser-vertical .teaser-image {
  margin-left: 0;
  margin-bottom: 0.9375rem;
  float: none;
  width: 100%;
}

.teaser--document.with-image {
  padding-left: calc(80px + 1.25rem);
}

.teaser--document.with-image-category {
  margin-left: calc(-1 * (80px + 1.25rem));
}

.teaser--document .teaser-title, .teaser--document .teaser-link {
  margin-bottom: 0.25rem;
}

.teaser--document .teaser-description {
  margin-top: 0.625rem;
}

.teaser--document .teaser-category {
  margin-left: calc(-1 * (80px + 1.25rem));
  margin-bottom: 0.625rem;
}

.teaser--document .teaser-category .icon {
  margin-right: 0.625rem;
}

.teaser--document .teaser-image {
  width: 80px;
  margin-left: calc(-1 * (80px + 1.25rem));
}

.teaser--document .teaser-image img,
.teaser--document .teaser-image .document-icon,
.teaser--document .teaser-image .icon {
  display: inline-block;
  width: 80px;
  height: 104px;
}

.teaser--document .teaser-image .document-icon {
  box-shadow: 0px 0px 0.3125rem 0px rgba(34, 33, 31, 0.2);
}

@media (min-width: 320px) and (max-width: 479.98px) {
  .col-md-9 .teaser.teaser-larger.with-image {
    padding-left: 0;
  }
  .col-md-9 .teaser.teaser-larger.with-image .teaser-image {
    margin: 0 0 1.875rem 0;
    width: 100% !important;
  }
  .col-md-9 .teaser.teaser-larger.with-image .teaser-image img {
    width: 100%;
  }
}

@media (min-width: 320px) {
  .teaser--video {
    -ms-grid-columns: minmax(130px, 1fr) 1.25rem 2fr;
    grid-template-columns: minmax(130px, 1fr) 2fr;
    -ms-flex-align: start;
        align-items: start;
        grid-template-areas: "video body";
    width: 100%;
    column-gap: 1.25rem;
  }
  .teaser--video .teaser-body {
    margin-top: 0;
  }
  .teaser--video .video {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .teaser--video .teaser-body {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media (max-width: 479.98px) {
  .teaser:not(.teaser--document).with-image {
    padding-left: 0;
  }
  .teaser:not(.teaser--document).with-image .teaser-image {
    margin: 0 0 0.625rem 0;
    width: 100% !important;
  }
  .teaser:not(.teaser--document).with-image .teaser-image img {
    width: 100%;
  }
  .teaser:not(.teaser--document).with-image.teaser-small {
    padding-left: 0;
  }
  .col-md-9 .teaser.teaser-larger.with-image {
    padding-left: 0;
  }
  .col-md-9 .teaser.teaser-larger.with-image .teaser-image {
    margin: 0 0 0.625rem 0;
    width: 100% !important;
  }
  .col-md-9 .teaser.teaser-larger.with-image .teaser-image img {
    width: 100%;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .list-teasers {
    margin-left: -1.25rem;
  }
  .col-md-9 .teaser.teaser-larger.with-image {
    padding-left: 0;
  }
  .col-md-9 .teaser.teaser-larger.with-image .teaser-image {
    margin: 0 0 1.875rem 0;
    width: 100% !important;
  }
  .col-md-9 .teaser.teaser-larger.with-image .teaser-image img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 979.98px) {
  .list-teasers {
    margin-left: -1.25rem;
  }
  .col-md-3 .teaser.with-image, .col-md-4 .teaser.with-image, .col-md-5 .teaser.with-image, .col-md-6 .teaser.with-image {
    padding-left: 0;
  }
  .col-md-3 .teaser.with-image .teaser-image, .col-md-4 .teaser.with-image .teaser-image, .col-md-5 .teaser.with-image .teaser-image, .col-md-6 .teaser.with-image .teaser-image {
    margin: 0 0 0.9375rem 0;
    width: 100%;
  }
  .col-md-3 .teaser.with-image .teaser-image img, .col-md-4 .teaser.with-image .teaser-image img, .col-md-5 .teaser.with-image .teaser-image img, .col-md-6 .teaser.with-image .teaser-image img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .teaser--video .video.order-md-2 {
    margin-left: auto;
  }
  .teaser.video--active .video.order-md-2 {
    -ms-flex-order: 1;
        order: 1;
  }
  .teaser.video--transitioning .video.order-md-2 {
    -ms-flex-order: 1;
        order: 1;
  }
  .teaser.video--transitioning .video + .teaser-body {
    -ms-flex-order: 2;
        order: 2;
  }
  .teaser--document.with-image {
    padding-left: calc(6.25rem + 1.25rem);
  }
  .teaser--document .teaser-title, .teaser--document .teaser-link {
    margin-bottom: 0.25rem;
  }
  .teaser--document .teaser-description {
    margin-top: 0.625rem;
  }
  .teaser--document .teaser-category {
    margin-left: calc(-1 * (100px + 1.25rem));
    margin-bottom: 0.625rem;
  }
  .teaser--document .teaser-category .icon {
    margin-right: 0.625rem;
  }
  .teaser--document .teaser-image {
    width: 100px;
    margin-left: calc(-1 * (100px + 1.25rem));
  }
  .teaser--document .teaser-image img,
  .teaser--document .teaser-image .document-icon,
  .teaser--document .teaser-image .icon {
    display: inline-block;
    width: 100px;
    height: 140px;
  }
  .teaser--document .teaser-image .document-icon {
    box-shadow: 0px 0px 0.3125rem 0px rgba(34, 33, 31, 0.2);
  }
}

@media (min-width: 980px) and (max-width: 1199.98px) {
  .list-teasers {
    margin-left: -1.25rem;
  }
  .teaser .teaser-body .teaser-category a:focus {
    text-decoration: none;
  }
  .teaser .teaser-body p a:focus {
    background-color: #FCF199;
    box-shadow: 0 0 0 0.1875rem #FCF199;
  }
  .teaser .teaser-title a:focus {
    background-color: #FCF199;
    box-shadow: 0 0 0 0.1875rem #FCF199;
    text-decoration: none;
    color: #22211f;
  }
  .col-md-3 .teaser.with-image, .col-md-4 .teaser.with-image, .col-md-5 .teaser.with-image {
    padding-left: 0;
  }
  .col-md-3 .teaser.with-image .teaser-image, .col-md-4 .teaser.with-image .teaser-image, .col-md-5 .teaser.with-image .teaser-image {
    margin: 0 0 0.9375rem 0;
    width: 100%;
  }
  .col-md-3 .teaser.with-image .teaser-image img, .col-md-4 .teaser.with-image .teaser-image img, .col-md-5 .teaser.with-image .teaser-image img {
    width: 100%;
  }
}

@media (min-width: 980px) {
  .teaser--video {
    margin-bottom: 1.875rem;
    margin-right: 1.25rem;
  }
  .teaser--video:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .teaser .teaser-body .teaser-category a:focus {
    text-decoration: none;
  }
  .teaser .teaser-body p a:focus {
    background-color: #FCF199;
    box-shadow: 0 0 0 0.1875rem #FCF199;
  }
  .teaser .teaser-title a:focus {
    background-color: #FCF199;
    box-shadow: 0 0 0 0.1875rem #FCF199;
    text-decoration: none;
    color: #22211f;
  }
  .teaser .teaser-title a:hover {
    color: #022d62;
  }
}

.skip-content {
  display: inline-block;
  margin: 0.375rem 0 0 1.875rem;
  background-color: #ffffff;
  position: absolute;
  left: -9999em;
  top: 0;
}

.skip-content:focus {
  left: 0px;
  padding: 0.3125rem;
  z-index: 10;
  outline: 0.625rem solid #ffffff;
  background-color: #ffffff;
  text-decoration: underline;
}

.timeline {
  min-height: 500px;
  position: relative;
}

.timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 8px;
  background: #e9e9e9;
  margin-left: -0.25rem;
}

.timeline-title {
  text-align: center;
  font: normal 1.5rem / 1.9rem "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
}

.timeline-decade {
  padding-bottom: 0.625rem;
  position: relative;
}

.timeline-decade-title,
.timeline .footer-terminus {
  text-align: center;
  color: #ffffff;
  background: #22211f;
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  display: block;
  width: 100px;
  margin: 0 auto;
  padding: 0 0.625rem;
  z-index: 1;
  position: relative;
}

.timeline-navigation {
  margin-bottom: 1.25rem;
}

.timeline-items {
  margin: 0;
  padding-top: 3.75rem;
  padding-left: 0;
}

.timeline-items::after, .timeline-items::before {
  display: block;
  clear: both;
  content: '';
}

.timeline-item {
  list-style: none;
  width: 50%;
  clear: both;
  margin-top: -2.5rem;
  position: relative;
  padding: 0 2.5rem 0 0;
}

.timeline-item-thumbnail {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.timeline-item-body {
  position: relative;
}

.timeline-item-body:before {
  width: 24px;
  height: 24px;
  border-radius: 14px;
  content: '';
  display: block;
  background: #d3d3d2;
  position: absolute;
  right: -52px;
  top: -33px;
  border: 0.25rem solid #ffffff;
  z-index: 1;
}

.timeline-item-header {
  font-size: 1rem;
  border-bottom: 0.1875rem solid #e9e9e9;
  display: block;
  line-height: 1.875rem;
  margin: 0 -2.5rem 1.25rem 0;
  padding: 0 2.5rem 0.3125rem 0;
}

.timeline-item-header .timeline-item-title {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-style: normal;
  color: #d4374a;
  font-size: 1.0625rem;
  margin: 0;
  line-height: 1.5625rem;
}

.timeline-item-header .timeline-item-title small,
.timeline-item-header .timeline-item-title span {
  color: #22211f;
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5625rem;
}

.timeline-item-header .timeline-item-title small a {
  color: #045bc6;
}

.timeline-item.float-right {
  padding: 0 0 0 2.5rem;
}

.timeline-item.float-right .timeline-item-thumbnail {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}

.timeline-item.float-right .timeline-item-header {
  margin: 0 0 1.25rem -2.5rem;
  padding: 0 0 0.3125rem 2.5rem;
}

.timeline-item.float-right .timeline-item-body:before {
  left: -52px;
}

.timeline-item.important .timeline-item-header {
  border-bottom: 0.25rem solid #d3d3d2;
}

.timeline-item.important .timeline-item-body:before {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 14px;
  background: #d4374a;
  top: -36px;
}

.timeline-item.important .timeline-item-title {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.timeline-item.important .timeline-item-title small {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.timeline-item.important .timeline-item-body p {
  font-size: 1rem;
  line-height: 1.5625rem;
}

.timeline-item.important.float-right .timeline-item-body:before {
  left: -54px;
}

.timeline-item.important.float-left .timeline-item-body:before {
  right: -54px;
}

.timeline-footer {
  margin-bottom: 1.875rem;
}

@media (max-width: 479.98px) {
  .timeline-items {
    padding-top: 1.25rem;
  }
  .timeline-line {
    left: 35px;
    margin-left: -0.21875rem;
  }
  .timeline-decade {
    padding-bottom: 0.625rem;
  }
  .timeline-decade-title,
  .timeline .footer-terminus {
    margin: 0px;
    width: 70px;
    font-size: 1rem;
  }
  .timeline-item {
    width: 100%;
    padding-left: 3.75rem;
    margin: 0;
  }
  .timeline-item-thumbnail {
    width: 80px;
    height: 80px;
  }
  .timeline-item-header {
    text-align: left;
    margin: 0 0 1.25rem -1.25rem;
    padding: 0 0 0.3125rem 1.25rem;
  }
  .timeline-item-body:before {
    left: -36px;
    top: -33px;
  }
  .timeline-item.float-right {
    padding: 0 0 0 3.75rem;
  }
  .timeline-item.float-right .timeline-item-header {
    margin: 0 0 1.25rem -1.25rem;
    padding: 0 0 0.3125rem 1.25rem;
  }
  .timeline-item.float-right .timeline-item-body:before {
    left: -36px;
  }
  .timeline-item.important.float-right .timeline-item-body:before, .timeline-item.important .timeline-item-body:before {
    left: -38px;
  }
}

@media (max-width: 319.98px) {
  .timeline-line {
    left: 1.875rem;
    margin-left: -0.1875rem;
    width: 6px;
  }
  .timeline-decade {
    padding-bottom: 0.625rem;
  }
  .timeline-decade-title,
  .timeline .footer-terminus {
    margin: 0;
    width: 60px;
    padding: 0;
  }
  .timeline-item-header {
    padding: 0 0 0.3125rem 0;
  }
  .timeline-item-header .timeline-item-title {
    line-height: 1.25rem;
    padding-left: 1.25rem;
  }
  .timeline-item .timeline-item-body:before {
    width: 18px;
    height: 18px;
    border: 0.1875rem solid #ffffff;
    left: -39px;
    top: -31px;
  }
  .timeline-item.float-right {
    padding-left: 3.75rem;
  }
  .timeline-item.float-right .timeline-item-header {
    margin: 0 0 1.25rem -1.25rem;
    padding-bottom: 0.3125rem;
  }
  .timeline-item.float-right .timeline-item-body:before {
    width: 1.125rem;
    height: 1.125rem;
    border: 0.1875rem solid #ffffff;
    left: -39px;
    top: -31px;
  }
  .timeline-item.important .timeline-item-body:before, .timeline-item.important.float-right .timeline-item-body:before {
    left: -44px;
    top: -35px;
  }
}

.download {
  display: -ms-grid;
  display: grid;
      grid-template-areas: 'download-category' 'download-title' 'download-date' 'download-description' 'download-actions' 'download-requests';
  margin: 0 0 1.25rem 0;
  padding: 0;
}

.download.with-image {
      grid-template-areas: 'download-image download-category' 'download-image download-title' 'download-image download-date' 'download-image download-description' 'download-image download-actions' 'download-image download-requests';
  -ms-grid-columns: 100px 1.25rem 1fr;
  grid-template-columns: 100px 1fr;
  grid-column-gap: 1.25rem;
}

@supports not ((display: -ms-grid) or (display: grid)) {
  .download.with-image .download-category, .download.with-image .download-title, .download.with-image .download-date, .download.with-image .download-actions, .download.with-image .download-requests {
    margin-left: calc(100px + 1.25rem);
  }
}

.download .download-image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 6;
  -ms-grid-column: 1;
  grid-area: download-image;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  margin: 0;
  padding: 0;
}

@supports not ((display: -ms-grid) or (display: grid)) {
  .download .download-image {
    float: left;
    width: 100px;
    margin-right: 1.25rem;
  }
}

.download .download-image .icon,
.download .download-image img {
  width: 100px;
}

.download .download-image .icon {
  height: 140px;
}

.download .download-category {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column: 3;
  -ms-grid-row: 1;
  grid-area: download-category;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.download .download-category .icon {
  margin-right: 0.3125rem;
}

.download .download-title {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column: 3;
  -ms-grid-row: 2;
  grid-area: download-title;
  color: #555555;
  margin-bottom: 0;
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.375rem;
  line-height: 1.8rem;
}

.download .download-title a {
  color: #d4374a;
}

.download .download-title a:hover {
  color: #b22637;
}

.download .download-date {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column: 3;
  -ms-grid-row: 3;
  grid-area: download-date;
}

.download .download-description {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  -ms-grid-column: 3;
  -ms-grid-row: 4;
  grid-area: download-description;
}

@supports not ((display: -ms-grid) or (display: grid)) {
  .download .download-description {
    margin-left: calc(100px + 1.25rem);
  }
}

.download .download-actions {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column: 3;
  -ms-grid-row: 5;
  grid-area: download-actions;
  margin-bottom: 0;
}

.download .download-actions .btn {
  margin-right: 0.625rem;
  margin-bottom: 0.9375rem;
  display: inline-block;
}

.download .download-actions .btn:last-child {
  margin-right: 0;
}

.download .download-requests {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
  -ms-grid-column: 3;
  -ms-grid-row: 6;
  grid-area: download-requests;
}

.download .download-filesize {
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
}

.download .download-link, .download .download-description, .download .download-date {
  margin-bottom: 0.9375rem;
}

@media (min-width: 980px) {
  .download .download-title a:focus {
    background-color: #FCF199;
    box-shadow: 0 0 0 0.1875rem #FCF199;
    text-decoration: none;
    color: #b22637;
  }
}

.nav-pills {
  margin-left: 0;
}

.nav-pills li.active a {
  background-color: #d4374a;
  color: #ffffff;
}

.nav-pills li.active a:hover {
  background-color: #d4374a;
}

.nav-pills li.active a:hover:focus {
  background-color: #d4374a;
}

.nav-pills li a {
  background-color: #e9e9e9;
  color: #22211f;
  margin: 0.125rem 0.25rem 0.125rem 0;
  line-height: 0.875rem;
}

.nav-pills li a:hover {
  background-color: #d0d0cf;
  text-decoration: none;
}

@media (min-width: 980px) {
  .nav-pills li.active a:focus {
    background-color: #d4374a;
    box-shadow: 0 0 0 0.1875rem #FCF199;
  }
  .nav-pills li a:focus {
    outline: none;
    box-shadow: 0 0 0 0.1875rem #FCF199;
  }
}

.fact {
  text-align: center;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  padding: 1.3125rem 0 1.1875rem 0;
  margin-bottom: 1.25rem;
  border-top: 0.125rem solid #e9e9e9;
  border-bottom: 0.125rem solid #e9e9e9;
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}

.fact strong,
.fact .fact-bold {
  font-size: 1.8125rem;
  line-height: 2.25rem;
  display: block;
  color: #d4374a;
}

.fact-large strong,
.fact-large .fact-bold {
  font-size: 3.125rem;
  line-height: 3.125rem;
}

.event-dates {
  margin-bottom: 1.25rem;
}

.event-dates .event-dates-item {
  display: inline-block;
  margin-right: 1.25rem;
}

.event-dates .event-dates-item:last-child {
  margin-right: 0;
}

.event-metadata {
  background-color: #f6f6f6;
  padding: 1.0625rem 0.875rem;
  margin-bottom: 1.25rem;
}

.event-metadata .event-title {
  padding-right: 1.25rem;
  font: 1.375rem / 1.8rem "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  margin-bottom: 0.625rem;
}

.event-metadata .event-section {
  margin-top: 1.25rem;
}

.event-metadata .event-section:first-child {
  margin-top: 0;
}

.event-metadata .event-email {
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-metadata.event-metadata-container {
  padding: 1.25rem;
}

.event-metadata.event-metadata-container hr {
  border-top: 0.0625rem solid #bbbbbb;
  border-bottom: none;
}

.event-metadata.event-metadata-container .btn-block {
  margin: 0;
}

@media (min-width: 480px) {
  .event-dates-item:last-child:not(:first-child):before {
    content: "|";
    margin-right: 1.25rem;
  }
}

.event-schedule {
  margin: 1.5625rem 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}

.event-schedule__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 0.625rem;
  width: 100%;
  margin-bottom: 1.25rem;
}

.event-schedule__item__icon {
  width: 5rem;
  height: 5rem;
  min-width: 5rem;
  position: relative;
  border-radius: 100%;
  border: 0.0625rem solid #383735;
  margin: 0 1.5625rem 1.25rem 0.375rem;
}

.event-schedule__item__icon:before {
  width: 5.625rem;
  height: 5.625rem;
  content: '';
  border: 0.125rem solid #bbbbbb;
  position: absolute;
  top: -0.375rem;
  left: -0.375rem;
  border-radius: 100%;
}

.event-schedule__item__icon:hover:before {
  border-color: #666666;
}

.event-schedule__item__icon .icon {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 1.25rem;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.event-schedule__item__body {
  text-align: left;
  width: 100%;
}

.event-schedule__item__title {
  margin-bottom: 0.3125rem;
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  line-height: 1.8rem;
}

.event-schedule__item__title a {
  color: #045bc6;
  text-decoration: underline;
}

.event-schedule__item__title a:hover {
  color: #022d62;
}

.event-schedule__item__date {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  margin-bottom: 0;
}

.event-schedule__item__time {
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
}

.event-schedule--horizontal {
  margin: 0;
  list-style-type: none;
  -ms-flex-align: normal;
      align-items: normal;
}

.event-schedule--horizontal .event-schedule__item {
  margin: 0.3125rem 0 1.25rem;
}

.event-schedule--horizontal .event-schedule__item:hover .event-schedule__item__icon:before {
  border-color: #666666;
}

.event-schedule--horizontal .event-schedule__item__body {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
}

.event-schedule--horizontal .event-schedule__item__body:focus {
  background: none;
}

.event-schedule--horizontal .event-schedule__item__body:hover .event-schedules-icon:before {
  border-color: #666666;
}

.event-schedule--horizontal .event-schedule__item__title {
  font-size: 1.375rem;
  line-height: 1.8rem;
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
}

.event-schedule--horizontal .event-schedule__item__icon {
  width: 3.125rem;
  height: 3.125rem;
  min-width: 3.125rem;
  margin: 0 1.25rem 0 0.375rem;
}

.event-schedule--horizontal .event-schedule__item__icon:before {
  width: 3.625rem;
  height: 3.625rem;
  content: '';
  top: -0.3125rem;
  left: -0.3125rem;
}

.event-schedule--horizontal .event-schedule__item__icon .icon {
  width: 1.6875rem;
  height: 1.6875rem;
  top: 0.625rem;
}

.event-schedule.event-schedule--horizontal {
  margin: 0;
}

@media (min-width: 768px) {
  .event-schedule {
    -ms-flex-align: baseline;
        align-items: baseline;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .event-schedule__item {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 20%;
    margin-left: 0;
  }
  .event-schedule__item__icon {
    width: 5.625rem;
    height: 5.625rem;
    border: 0.0625rem solid #383735;
    margin-right: auto;
    margin-left: auto;
  }
  .event-schedule__item__icon:before {
    width: 100px;
    height: 100px;
    content: '';
    border: 0.125rem solid #bbbbbb;
  }
  .event-schedule__item__icon .icon {
    width: 2.8125rem;
    height: 2.8125rem;
    top: 1.375rem;
  }
  .event-schedule__item__icon:focus {
    background: none;
    outline: none;
  }
  .event-schedule__item__icon:focus:after {
    width: 104px;
    height: 104px;
    content: '';
    border: 0.125rem solid #FCF199;
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    border-radius: 100%;
  }
  .event-schedule__item__body {
    text-align: center;
    padding: 0 0.625rem;
  }
  .event-schedule__item__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .event-schedule__item__date {
    font-size: 1.0625rem;
  }
  .event-schedule__item__time {
    display: block;
  }
  .event-schedule--horizontal .event-schedule__item {
    width: 33.3333%;
    margin-bottom: 0.9375rem;
    padding-right: 1.875rem;
    -ms-flex-align: start;
        align-items: start;
  }
  .event-schedule--horizontal .event-schedule__item:last-child {
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .event-schedule__item__icon {
    width: 8.1875rem;
    height: 8.1875rem;
  }
  .event-schedule__item__icon:before {
    width: 9.0625rem;
    height: 9.0625rem;
    content: '';
    border: 0.1875rem solid #bbbbbb;
    top: -0.5rem;
    left: -0.5rem;
  }
  .event-schedule__item__icon .icon {
    width: 3.75rem;
    height: 3.75rem;
    top: 2.1875rem;
  }
  .event-schedule__item__icon:focus {
    background: none;
    outline: none;
  }
  .event-schedule__item__icon:focus:after {
    width: 149px;
    height: 149px;
    top: -0.625rem;
    left: -0.625rem;
  }
  .event-schedule__item__title {
    font-size: 1.375rem;
    line-height: 1.8rem;
  }
  .event-schedule__item__time {
    display: inline-block;
  }
}

.contact-title {
  color: #d4374a;
  font: normal normal 1.375rem / 1.8rem "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  margin: 0;
}

.contact .contact-subtitle {
  font-size: 1.25rem;
  line-height: 1.625rem;
  margin-bottom: 0.3125rem;
}

.alert ,
.sq-form-errors-message {
  border-left: solid 0.25rem #fce490;
}

.alert-error,
.sq-form-errors-message-error {
  border-left: solid 0.25rem #b22637;
}

.alert-success,
.sq-form-errors-message-success {
  border-left: solid 0.25rem #005136;
}

.alert-info,
.sq-form-errors-message-info {
  border-left: solid 0.25rem #2e558e;
}

.alert-error, .alert-success, .alert-info,
.sq-form-errors-message-error,
.sq-form-errors-message-success,
.sq-form-errors-message-info {
  color: #ffffff;
}

.alert-error .alert-title, .alert-error h1, .alert-error .page-parent, .alert-error .profile.profile-large .profile-title, .profile.profile-large .alert-error .profile-title, .alert-error h2, .alert-error h3, .alert-error h4, .alert-error h5, .alert-error h6, .alert-success .alert-title, .alert-success h1, .alert-success .page-parent, .alert-success .profile.profile-large .profile-title, .profile.profile-large .alert-success .profile-title, .alert-success h2, .alert-success h3, .alert-success h4, .alert-success h5, .alert-success h6, .alert-info .alert-title, .alert-info h1, .alert-info .page-parent, .alert-info .profile.profile-large .profile-title, .profile.profile-large .alert-info .profile-title, .alert-info h2, .alert-info h3, .alert-info h4, .alert-info h5, .alert-info h6,
.sq-form-errors-message-error .alert-title,
.sq-form-errors-message-error h1,
.sq-form-errors-message-error .page-parent,
.sq-form-errors-message-error .profile.profile-large .profile-title,
.profile.profile-large .sq-form-errors-message-error .profile-title,
.sq-form-errors-message-error h2,
.sq-form-errors-message-error h3,
.sq-form-errors-message-error h4,
.sq-form-errors-message-error h5,
.sq-form-errors-message-error h6,
.sq-form-errors-message-success .alert-title,
.sq-form-errors-message-success h1,
.sq-form-errors-message-success .page-parent,
.sq-form-errors-message-success .profile.profile-large .profile-title,
.profile.profile-large .sq-form-errors-message-success .profile-title,
.sq-form-errors-message-success h2,
.sq-form-errors-message-success h3,
.sq-form-errors-message-success h4,
.sq-form-errors-message-success h5,
.sq-form-errors-message-success h6,
.sq-form-errors-message-info .alert-title,
.sq-form-errors-message-info h1,
.sq-form-errors-message-info .page-parent,
.sq-form-errors-message-info .profile.profile-large .profile-title,
.profile.profile-large .sq-form-errors-message-info .profile-title,
.sq-form-errors-message-info h2,
.sq-form-errors-message-info h3,
.sq-form-errors-message-info h4,
.sq-form-errors-message-info h5,
.sq-form-errors-message-info h6 {
  color: #ffffff;
}

.alert-error .icon, .alert-success .icon, .alert-info .icon,
.sq-form-errors-message-error .icon,
.sq-form-errors-message-success .icon,
.sq-form-errors-message-info .icon {
  fill: #ffffff;
}

.alert-error a, .alert-success a, .alert-info a,
.sq-form-errors-message-error a,
.sq-form-errors-message-success a,
.sq-form-errors-message-info a {
  color: #ffffff;
  text-decoration: underline;
}

.alert-error a:visited, .alert-error a:active, .alert-success a:visited, .alert-success a:active, .alert-info a:visited, .alert-info a:active,
.sq-form-errors-message-error a:visited,
.sq-form-errors-message-error a:active,
.sq-form-errors-message-success a:visited,
.sq-form-errors-message-success a:active,
.sq-form-errors-message-info a:visited,
.sq-form-errors-message-info a:active {
  color: #ffffff;
  text-decoration: none;
}

.alert-error a:hover, .alert-success a:hover, .alert-info a:hover,
.sq-form-errors-message-error a:hover,
.sq-form-errors-message-success a:hover,
.sq-form-errors-message-info a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.alert-error a:focus, .alert-success a:focus, .alert-info a:focus,
.sq-form-errors-message-error a:focus,
.sq-form-errors-message-success a:focus,
.sq-form-errors-message-info a:focus {
  color: #22211f;
}

.alert-error .close:hover, .alert-success .close:hover, .alert-info .close:hover,
.sq-form-errors-message-error .close:hover,
.sq-form-errors-message-success .close:hover,
.sq-form-errors-message-info .close:hover {
  color: #ffffff;
}

.alert strong,
.sq-form-errors-message strong {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-weight: normal;
}

.alert strong a,
.sq-form-errors-message strong a {
  text-decoration: underline;
}

.alert strong a:visited, .alert strong a:active,
.sq-form-errors-message strong a:visited,
.sq-form-errors-message strong a:active {
  text-decoration: none;
}

.alert strong a:hover,
.sq-form-errors-message strong a:hover {
  text-decoration: underline;
}

.alert .alert-title, .alert h1, .alert .page-parent, .alert .profile.profile-large .profile-title, .profile.profile-large .alert .profile-title, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6,
.sq-form-errors-message .alert-title,
.sq-form-errors-message h1,
.sq-form-errors-message .page-parent,
.sq-form-errors-message .profile.profile-large .profile-title,
.profile.profile-large .sq-form-errors-message .profile-title,
.sq-form-errors-message h2,
.sq-form-errors-message h3,
.sq-form-errors-message h4,
.sq-form-errors-message h5,
.sq-form-errors-message h6 {
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  line-height: 1.9rem;
  margin-bottom: 0.625rem;
  display: block;
}

.alert-dismissible .close,
.sq-form-errors-message-dismissible .close {
  opacity: 1;
}

.alert-dismissible .close:focus,
.sq-form-errors-message-dismissible .close:focus {
  outline: 0.1875rem solid #FCF199;
}

.alert.with-icon,
.sq-form-errors-message.with-icon {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border-left: none;
}

.alert.with-icon.alert .alert-icon, .alert.with-icon.alert-warning .alert-icon,  .alert.with-icon .alert-icon,  .alert.with-icon.sq-form-errors-message .alert-icon,
.sq-form-errors-message.with-icon.alert .alert-icon,
.sq-form-errors-message.with-icon.alert-warning .alert-icon,
 .sq-form-errors-message.with-icon.alert .alert-icon,
 .sq-form-errors-message.with-icon .alert-icon {
  background: #fdeaa8;
}

.alert.with-icon.alert-error .alert-title, .alert.with-icon.alert-error h1, .alert.with-icon.alert-error .page-parent, .alert.with-icon.alert-error .profile.profile-large .profile-title, .profile.profile-large .alert.with-icon.alert-error .profile-title, .alert.with-icon.alert-error h2, .alert.with-icon.alert-error h3, .alert.with-icon.alert-error h4, .alert.with-icon.alert-error h5, .alert.with-icon.alert-error h6, .alert.with-icon.alert-info .alert-title, .alert.with-icon.alert-info h1, .alert.with-icon.alert-info .page-parent, .alert.with-icon.alert-info .profile.profile-large .profile-title, .profile.profile-large .alert.with-icon.alert-info .profile-title, .alert.with-icon.alert-info h2, .alert.with-icon.alert-info h3, .alert.with-icon.alert-info h4, .alert.with-icon.alert-info h5, .alert.with-icon.alert-info h6, .alert.with-icon.alert-success .alert-title, .alert.with-icon.alert-success h1, .alert.with-icon.alert-success .page-parent, .alert.with-icon.alert-success .profile.profile-large .profile-title, .profile.profile-large .alert.with-icon.alert-success .profile-title, .alert.with-icon.alert-success h2, .alert.with-icon.alert-success h3, .alert.with-icon.alert-success h4, .alert.with-icon.alert-success h5, .alert.with-icon.alert-success h6,
.sq-form-errors-message.with-icon.alert-error .alert-title,
.sq-form-errors-message.with-icon.alert-error h1,
.sq-form-errors-message.with-icon.alert-error .page-parent,
.sq-form-errors-message.with-icon.alert-error .profile.profile-large .profile-title,
.profile.profile-large .sq-form-errors-message.with-icon.alert-error .profile-title,
.sq-form-errors-message.with-icon.alert-error h2,
.sq-form-errors-message.with-icon.alert-error h3,
.sq-form-errors-message.with-icon.alert-error h4,
.sq-form-errors-message.with-icon.alert-error h5,
.sq-form-errors-message.with-icon.alert-error h6,
.sq-form-errors-message.with-icon.alert-info .alert-title,
.sq-form-errors-message.with-icon.alert-info h1,
.sq-form-errors-message.with-icon.alert-info .page-parent,
.sq-form-errors-message.with-icon.alert-info .profile.profile-large .profile-title,
.profile.profile-large .sq-form-errors-message.with-icon.alert-info .profile-title,
.sq-form-errors-message.with-icon.alert-info h2,
.sq-form-errors-message.with-icon.alert-info h3,
.sq-form-errors-message.with-icon.alert-info h4,
.sq-form-errors-message.with-icon.alert-info h5,
.sq-form-errors-message.with-icon.alert-info h6,
.sq-form-errors-message.with-icon.alert-success .alert-title,
.sq-form-errors-message.with-icon.alert-success h1,
.sq-form-errors-message.with-icon.alert-success .page-parent,
.sq-form-errors-message.with-icon.alert-success .profile.profile-large .profile-title,
.profile.profile-large .sq-form-errors-message.with-icon.alert-success .profile-title,
.sq-form-errors-message.with-icon.alert-success h2,
.sq-form-errors-message.with-icon.alert-success h3,
.sq-form-errors-message.with-icon.alert-success h4,
.sq-form-errors-message.with-icon.alert-success h5,
.sq-form-errors-message.with-icon.alert-success h6 {
  color: #ffffff;
}

.alert.with-icon.alert-error .alert-icon,
.sq-form-errors-message.with-icon.alert-error .alert-icon {
  background: #b22637;
}

.alert.with-icon.alert-info .alert-icon,
.sq-form-errors-message.with-icon.alert-info .alert-icon {
  background: #2e558e;
}

.alert.with-icon.alert-success .alert-icon,
.sq-form-errors-message.with-icon.alert-success .alert-icon {
  background: #005136;
}

.alert.with-icon .alert-icon,
.sq-form-errors-message.with-icon .alert-icon {
  width: 4.0625rem;
  padding: 1.5625rem 0.9375rem;
}

.alert.with-icon .alert-icon .icon,
.sq-form-errors-message.with-icon .alert-icon .icon {
  width: 2.1875rem;
  height: auto;
}

.alert.with-icon .alert-body,
.sq-form-errors-message.with-icon .alert-body {
  padding: 1.25rem;
}

.alert-site,
.sq-form-errors-message-site {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: site-alert;
  width: 100%;
  padding: 1.25rem 0.625rem;
  background: #233e8b;
  font-size: 1.0625rem;
  text-align: center;
  color: #ffffff;
}

.alert-site p,
.sq-form-errors-message-site p {
  margin-bottom: 0;
}

.alert-site a,
.sq-form-errors-message-site a {
  color: #ffffff;
  text-decoration: underline;
}

.alert-fixed,
.sq-form-errors-message-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
  z-index: 1020;
}

.alert p:last-child, .alert ul:last-child,
.sq-form-errors-message p:last-child,
.sq-form-errors-message ul:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .alert-site .btn {
    margin-top: 0;
  }
  .alert-fixed {
    width: auto;
    bottom: 1.25rem;
    left: 1.25rem;
  }
  .alert.with-icon .alert-icon {
    width: 4.6875rem;
  }
  .alert.with-icon .alert-icon .icon {
    width: 2.8125rem;
  }
}

@media (min-width: 980px) {
  .alert-site {
    padding: 1.25rem 0;
    border-bottom: none;
  }
}

.notice {
  color: #383735;
  border-left: solid 0.25rem #bbbbbb;
  position: relative;
  padding: 0.625rem 0.9375rem;
  margin-bottom: 1rem;
}

.notice p, .notice ul {
  margin-bottom: 0;
}

.notice strong {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-weight: normal;
}

.notice strong a {
  text-decoration: underline;
}

.notice strong a:visited, .notice strong a:active {
  text-decoration: none;
}

.notice strong a:hover {
  text-decoration: underline;
}

.notice .notice-title, .notice h1, .notice .page-parent, .notice .profile.profile-large .profile-title, .profile.profile-large .notice .profile-title, .notice h2, .notice h3, .notice h4, .notice h5, .notice h6 {
  display: block;
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  line-height: 1.9rem;
  margin-bottom: 0.625rem;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  grid-area: cookie-banner;
  width: 100%;
  padding: 1.875rem 0.625rem;
  background: #383735;
  font-size: 1.0625rem;
  color: #ffffff;
  z-index: 1040;
}

.cookie-banner .btn:last-child {
  margin-bottom: 0;
}

.with-cookie-banner .GeckoChatWidget .ChatButton-custom {
  bottom: 16.875rem !important;
}

.with-cookie-banner .GeckoChatWidget .UnreadMessages {
  bottom: 21.875rem !important;
}

.with-cookie-banner .GeckoChatWidget .ChatContainer {
  bottom: 10rem !important;
}

.with-cookie-banner #unibuddy-popcard-iframe {
  bottom: 16.875rem !important;
}

@media (min-width: 480px) {
  .with-cookie-banner .GeckoChatWidget .ChatButton-custom {
    bottom: 15.625rem !important;
  }
  .with-cookie-banner .GeckoChatWidget .UnreadMessages {
    bottom: 20.625rem !important;
  }
  .with-cookie-banner #unibuddy-popcard-iframe {
    bottom: 15.625rem !important;
  }
}

@media (min-width: 768px) {
  .cookie-banner .btn:first-child {
    margin-right: 1.25rem;
  }
  .with-cookie-banner .GeckoChatWidget .ChatButton-custom {
    bottom: 11.25rem !important;
  }
  .with-cookie-banner .GeckoChatWidget .UnreadMessages {
    bottom: 16.25rem !important;
  }
  .with-cookie-banner #unibuddy-popcard-iframe {
    bottom: 11.25rem !important;
  }
  .with-cookie-banner.with-footer-fixed .footer-fixed {
    bottom: 10.9375rem;
  }
  .with-cookie-banner.with-footer-fixed .footer-fixed .GeckoChatWidget .ChatButton-custom {
    bottom: 19.375rem !important;
  }
  .with-cookie-banner.with-footer-fixed .footer-fixed .GeckoChatWidget .UnreadMessages {
    bottom: 29.375rem !important;
  }
  .with-cookie-banner.with-footer-fixed .footer-fixed .GeckoChatWidget .ChatContainer {
    bottom: 16.25rem !important;
  }
  .with-cookie-banner.with-footer-fixed .footer-fixed #unibuddy-popcard-iframe {
    bottom: 17.8125rem !important;
  }
}

@media (min-width: 980px) {
  .cookie-banner {
    padding: 1.875rem 0 0.625rem;
  }
  .cookie-banner p {
    margin-bottom: 1.25rem;
  }
  .cookie-banner .btn {
    margin-bottom: 1.25rem;
  }
  .cookie-banner .btn:last-child {
    margin-bottom: 1.25rem;
  }
  .with-cookie-banner .GeckoChatWidget .ChatButton-custom {
    bottom: 8.75rem !important;
  }
  .with-cookie-banner .GeckoChatWidget .UnreadMessages {
    bottom: 13.75rem !important;
  }
  .with-cookie-banner #unibuddy-popcard-iframe {
    bottom: 8.75rem !important;
  }
  .with-cookie-banner.with-footer-fixed .footer-fixed {
    bottom: 8.125rem;
  }
  .with-cookie-banner.with-footer-fixed .GeckoChatWidget .ChatButton-custom {
    bottom: 16.875rem !important;
  }
  .with-cookie-banner.with-footer-fixed .GeckoChatWidget .UnreadMessages {
    bottom: 26.875rem !important;
  }
  .with-cookie-banner.with-footer-fixed #unibuddy-popcard-iframe {
    bottom: 15.625rem !important;
  }
}

@media (min-width: 1200px) {
  .with-cookie-banner .GeckoChatWidget .ChatButton-custom {
    bottom: 7.5rem !important;
  }
  .with-cookie-banner .GeckoChatWidget .UnreadMessages {
    bottom: 12.5rem !important;
  }
  .with-cookie-banner #unibuddy-popcard-iframe {
    bottom: 7.5rem !important;
  }
  .with-cookie-banner.with-footer-fixed .footer-fixed {
    bottom: 6.5625rem;
  }
  .with-cookie-banner.with-footer-fixed .GeckoChatWidget .ChatButton-custom {
    bottom: 14.0625rem !important;
  }
  .with-cookie-banner.with-footer-fixed .GeckoChatWidget .UnreadMessages {
    bottom: 24.0625rem !important;
  }
  .with-cookie-banner.with-footer-fixed #unibuddy-popcard-iframe {
    bottom: 12.5rem !important;
  }
}

.accordion {
  margin-bottom: 1.5rem;
}

.accordion-section {
  border-bottom: 0.125rem solid #e9e9e9;
}

.accordion-section:last-child {
  border: none;
}

.accordion-section-header {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}

.accordion-section-header-title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  line-height: 1.8rem;
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  padding: 0.875rem 0 0.75rem;
  color: #045bc6;
  text-decoration: none;
}

.accordion-section-header-title .icon {
  display: inline-block;
  fill: #555555;
  line-height: 1.5rem;
  margin-right: 0.9375rem;
}

.accordion-section-header-title:focus, .accordion-section-header-title:hover {
  text-decoration: none;
}

.accordion-cpd-course .accordion-section-header {
  background-color: #dadada;
}

.accordion-cpd-course .accordion-section-header-title {
  color: #383735;
  padding: 0.625rem;
}

.accordion-cpd-course .accordion-section-header-title .accordion-summary,
.accordion-cpd-course .accordion-section-header-title .accordion-title {
  margin: 0.3125rem;
}

.accordion-cpd-course .accordion-section-header-title .accordion-summary {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
}

.accordion-cpd-course .accordion-section-header-title .icon {
  margin-right: 0.625rem;
}

.accordion-cpd-course .accordion-section-header .icon {
  fill: #666666;
}

.accordion-cpd-course .accordion-section-body {
  background-color: #f0f0f0;
}

.accordion-cpd-course.icon-left .accordion-section-header-title {
  padding: -1.375rem 0.9375rem;
}

.accordion-cpd-course:last-child {
  border: none;
}

.accordion-inner {
  border-top: none;
  padding: 0.5625rem 0.9375rem;
}

.accordion-large .accordion-section-header-title {
  color: #045bc6;
  padding: 1.5625rem 0.9375rem;
  font: normal normal 1.5rem / 1.9rem franklin_gothic_fs_medregular, Arial, Helvetica Neue, sans-serif;
}

.accordion-large .accordion-section-header-supplement {
  font-size: 0.875rem;
  color: #383735;
}

.accordion-mobile {
  width: 100%;
}

.accordion-mobile .accordion-section {
  border-bottom: 0.0625rem solid #e9e9e9;
}

.accordion-mobile .accordion-section-header-title {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  line-height: 1.65rem;
  padding: 0.5rem 0.9375rem 0.5rem 2.9375rem;
  text-indent: -2rem;
}

.accordion-mobile .accordion-section-header-title .icon {
  margin-right: 0.625rem;
}

.accordion-mobile .accordion-section-header-title.collapsed .icon {
  fill: #d3d3d2;
}

.accordion-mobile .accordion-section .accordion-toggle {
  display: -ms-flexbox;
  display: flex;
}

.accordion--link .accordion-section-header-title {
  color: #045bc6;
}

.accordion--link .accordion-section-header-title:hover {
  color: #022d62;
}

.accordion--sm .accordion-section-header-title {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  padding: 0;
  margin-bottom: 0.3125rem;
}

.accordion--sm .accordion-section-header-title .icon {
  width: 0.8125rem;
  height: 0.8125rem;
  margin-top: 0.3125rem;
  margin-right: 0.625rem;
}

.accordion h3,
.accordion h4 {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  margin-bottom: 0.75rem;
}

.accordion h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.accordion h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .accordion-mobile .accordion-section {
    border-bottom: none;
  }
}

@media (min-width: 980px) {
  .accordion-section-header-title:focus {
    outline: 0.1875rem solid #FCF199;
    background-color: transparent;
    text-decoration: none;
  }
}

.dropdown-toggle {
  border: 0.125rem solid #383735;
  background: #ffffff;
  white-space: normal;
  text-align: left;
  padding: 0.4375rem 1.875rem 0.4375rem 1rem;
}

.dropdown-toggle:hover, .dropdown-toggle:focus {
  background: #ffffff;
}

.dropdown-toggle:focus {
  outline: none;
}

.dropdown-toggle:after {
  position: absolute;
  right: 0.9375rem;
  top: 45%;
}

.dropdown-menu {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  max-height: 500px;
  overflow-y: auto;
}

.dropdown-menu .dropdown-divider + .dropdown-item {
  border-top: 0;
}

.dropdown-menu .dropdown-item {
  text-decoration: none;
  white-space: normal;
  border-top: 0.0625rem solid #d3d3d2;
}

.dropdown-menu .dropdown-item:first-child {
  border-top: 0;
}

.dropdown-menu .dropdown-item:hover {
  text-decoration: underline;
}

.dropdown-menu .dropdown-item__selection {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
}

.dropdown-menu .dropdown-item__icon {
  margin-right: 0.625rem;
}

.dropdown-menu .dropdown-item__icon .icon,
.dropdown-menu .dropdown-item__icon svg {
  width: 30px;
}

.dropdown--modern select {
  display: none;
}

.dropdown--modern .dropdown__input, .dropdown--modern .dropdown-menu {
  border: 0.125rem solid #22211f;
  border-radius: 0.25rem;
}

.dropdown--modern .dropdown-item {
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -ms-flex-align: start;
      align-items: start;
}

.dropdown--modern .dropdown-menu {
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  transform: scaleY(0);
  transform-origin: top center;
  top: calc(100% - 2px);
  transition: transform 250ms ease-in-out;
  width: 100%;
}

.dropdown--modern .dropdown__input {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  position: relative;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.25rem;
  min-height: 3.375rem;
}

.dropdown--modern .dropdown__input__dropdown, .dropdown--modern .dropdown__input__clear {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 1.875rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  height: 3.125rem;
}

.dropdown--modern .dropdown__input__dropdown svg, .dropdown--modern .dropdown__input__clear svg {
  width: 0.625rem;
  height: 0.625rem;
  pointer-events: none;
  margin-right: 0;
  fill: #7a7978;
}

.dropdown--modern .dropdown__input__clear {
  transition: opacity 150ms ease-in-out;
}

.dropdown--modern .dropdown__input__prepend-icon {
  display: none;
  height: 3.125rem;
  width: 1.875rem;
  justify-items: center;
  margin: 0 0 0 0.8125rem;
}

.dropdown--modern .dropdown__input__prepend-icon .icon {
  width: 1.875rem;
  height: 1.875rem;
  pointer-events: none;
  margin-right: 0;
}

.dropdown--modern .dropdown__input__dropdown {
  opacity: 1;
}

.dropdown--modern .dropdown__input__dropdown .icon {
  transition: transform 250ms ease-in-out;
}

.dropdown--modern .dropdown__input__input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.6875rem 1.875rem 0.6875rem 0.6875rem;
  border: none;
  outline: none;
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 3.125rem;
  border-radius: 0.25rem;
}

.dropdown--modern .dropdown__input__input::-ms-clear {
  display: none;
}

.dropdown--modern .dropdown__input__input::-webkit-input-placeholder {
  color: #555555;
  font-size: 1rem;
}

.dropdown--modern .dropdown__input__input:-ms-input-placeholder {
  color: #555555;
  font-size: 1rem;
}

.dropdown--modern .dropdown__input__input::-ms-input-placeholder {
  color: #555555;
  font-size: 1rem;
}

.dropdown--modern .dropdown__input__input .dropdown__input__placeholder, .dropdown--modern .dropdown__input__input::placeholder {
  color: #555555;
  font-size: 1rem;
}

.dropdown--modern .dropdown__input__input .tag svg {
  pointer-events: none;
}

.dropdown--modern:not(.dropdown--filterable) .dropdown__input {
  cursor: pointer;
}

.dropdown--modern.dropdown--clearable .dropdown__input__clear {
  right: 1.875rem;
}

.dropdown--modern.dropdown--clearable .dropdown__input__input {
  padding-right: 3.75rem;
}

.dropdown--modern.dropdown--has-input .dropdown__input__clear {
  opacity: 1;
}

.dropdown--modern.dropdown--has-input.dropdown--multi-select .dropdown__input__input {
  padding-bottom: 0.375rem;
}

.dropdown--modern.dropdown--with-icon .dropdown__input__input {
  padding-left: 0.6875rem;
}

.dropdown--modern.dropdown--with-icon .dropdown__input__prepend-icon {
  display: -ms-flexbox;
  display: flex;
}

.dropdown--modern.dropdown--open .dropdown__input {
  padding-bottom: 0.125rem;
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown--modern.dropdown--open .dropdown__input__dropdown svg {
  transform: rotate(180deg);
}

.dropdown--modern.dropdown--open .dropdown-menu {
  transform: scaleY(1);
  opacity: 1;
}

@media (min-width: 980px) {
  .dropdown--open .dropdown-menu, .dropdown--open .dropdown__input {
    border-color: #FCF199;
  }
  .dropdown__input:focus {
    box-shadow: none;
  }
  .dropdown__input__input:focus {
    outline: none;
    box-shadow: none;
  }
  .dropdown__input__dropdown:focus, .dropdown__input__clear:focus {
    background-color: #FCF199;
    outline: none;
  }
  .dropdown__input__dropdown:focus .icon, .dropdown__input__clear:focus .icon {
    fill: #383735;
  }
}

.news-title {
  color: #383735;
}

.news-title + .news-date {
  margin-top: -0.625rem;
}

.news-date {
  font: normal 1.375rem / 1.8rem "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  color: #666666;
}

.search-bar {
  background: #f0f0f0;
  height: 130px;
  margin-top: -2.5625rem;
}

.search-bar .search-body .search-form {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.search-bar .search-body .search-form .search-query {
  height: 49px;
  width: 100%;
  font-size: 1.625rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50px;
  padding: 0.25rem 0;
  border: solid 0.0625rem #d3d3d2;
  text-indent: 10px;
}

.search-bar .search-body .search-form .btn {
  border: none;
  margin: 0;
  border-radius: 0;
  height: 49px;
  padding: 0;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 50px;
}

.search-bar .search-body .search-form .btn .icon {
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 0;
  fill: #ffffff;
}

.search-bar .search-body .search-form button.clear {
  position: absolute;
  right: 60px;
  margin-top: 0.75rem;
  margin-right: 0.375rem;
  padding: 0;
  background-color: transparent;
  border: none;
}

.search-bar .search-body .search-form button.clear .icon {
  width: 1rem;
  height: 1rem;
  fill: #555555;
  color: #555555;
}

.search-results h4 {
  margin-bottom: 0.3125rem;
}

.search-results h4 a {
  color: #045bc6;
}

.search-results h2 a {
  color: #537fb6;
}

.search-results .teaser {
  border-top: solid 0.0625rem #bbbbbb;
  padding: 1.25rem 1.25rem 0 1.25rem;
}

.search-results .teaser a {
  color: #045bc6;
}

.search-results .teaser .teaser-icon {
  float: left;
}

.search-results .teaser .teaser-category {
  text-transform: none;
}

.search-results .teaser .teaser-body h1.teaser-title, .search-results .teaser .teaser-body .teaser-title.page-parent, .search-results .teaser .teaser-body .profile.profile-large .teaser-title.profile-title, .profile.profile-large .search-results .teaser .teaser-body .teaser-title.profile-title {
  font-size: 1.5rem;
  padding-bottom: 0;
  display: block;
}

.search-results .teaser .teaser-body h2.teaser-subtitle {
  padding-top: 0.625rem;
  font-size: 1.375rem;
  line-height: 1.8rem;
}

.search-results .teaser .teaser-body p {
  padding-top: 0.625rem;
}

.search-results .teaser .teaser-body p.teaser-link {
  padding-top: 0;
  word-wrap: break-word;
}

.search-results .teaser.teaser-curation {
  border: none;
  background: #fef6da;
  padding: 1.25rem;
}

.search-filters .btn {
  font-size: 0.9375rem;
  background: #e9e9e9;
  border: solid 0.0625rem #d3d3d2;
  padding: 0.5rem;
}

.search-filters .btn:hover {
  background: #f0f0f0;
}

.search-filters .btn.btn-success {
  font-size: 0.9375rem;
  background: #00b377;
  padding: 0.5rem;
  border: none;
}

.search-filters .btn.btn-success:hover {
  background: #00b377;
  border: none;
}

.search-filters .btn.btn-success .icon {
  width: 0.8125rem;
  height: 0.8125rem;
  fill: #ffffff;
  margin-left: 0.3125rem;
}

.search-filters .btn .icon {
  width: 1.125rem;
  height: 1.125rem;
  fill: #22211f;
  margin-right: 0.3125rem;
}

@media (max-width: 479.98px) {
  .search-filters .btn .icon .search-bar {
    margin: -1.25rem -0.625rem 0 -0.625rem;
  }
  .search-filters .btn .icon .search-bar .search-body .search-form {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .search-filters .btn .icon .search-bar {
    margin: -1.25rem -0.625rem 0 -0.625rem;
  }
  .search-filters .btn .icon .search-bar .search-body .search-form {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .search-filters .btn .icon .search-bar .search-body .search-form input[type="text"]:focus {
    box-shadow: none;
  }
}

@media (min-width: 980px) and (max-width: 1199.98px) {
  .search-filters .btn .icon .search-bar .search-body input:focus {
    outline: 0.1875rem solid #FCF199;
    box-shadow: none;
  }
  .search-filters .btn .icon .search-results .teaser a:focus {
    background-color: #FCF199;
    text-decoration: none;
    border: 0.1875rem solid #FCF199;
  }
  .search-filters .btn .icon .search-results .teaser a:focus img {
    outline: 0.1875rem solid #FCF199;
  }
  .search-filters .btn .icon .search-body input:focus {
    outline: 0.1875rem solid #FCF199;
    box-shadow: none;
  }
}

@media (min-width: 1200px) {
  .search-filters .btn .icon .search-bar .search-body input:focus {
    outline: 0.1875rem solid #FCF199;
    box-shadow: none;
  }
  .search-filters .btn .icon .search-results .teaser a:focus {
    background-color: #FCF199;
    text-decoration: none;
    box-shadow: 0 0 0 0.1875rem #FCF199;
  }
  .search-filters .btn .icon .search-results .teaser a:focus img {
    outline: 0.1875rem solid #FCF199;
  }
  .search-filters .btn .icon .search-body input:focus {
    outline: 0.1875rem solid #FCF199;
    box-shadow: none;
  }
}

.media .float-left {
  margin-right: 0.625rem;
}

.media .float-right {
  margin-left: 0.625rem;
}

.media.float-left {
  margin-right: 0.625rem;
}

.media.float-right {
  margin-left: 0.625rem;
}

.media .media-title {
  font: 1.375rem "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  margin-bottom: 0.625rem;
}

.media .media-title a:after {
  content: "";
}

.media .media-title + .media-meta {
  margin-top: -0.625rem;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media .media-reply a .icon,
.media-body .media-reply a .icon {
  width: 12px;
  height: 12px;
  margin-bottom: 0.15625rem;
}

.media,
.media .media {
  margin-top: 0.9375rem;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 0.3125rem;
}

.media-list {
  margin-left: 0;
  list-style: none;
}

.media-meta {
  font-size: 0.9375rem;
  display: table;
}

@media (min-width: 980px) and (max-width: 1199.98px) {
  .media-list .media .media-body .media-reply a:focus {
    color: #045bc6;
  }
}

@media (min-width: 1200px) {
  .media-list .media a:focus {
    outline: 0.125rem solid #FCF199;
    background-color: transparent;
    box-shadow: none;
  }
  .media-list .media a:focus img {
    box-shadow: none;
  }
  .media-list .media .media-body a:focus {
    background-color: #FCF199;
    color: #22211f;
    outline: none;
    box-shadow: 0 0 0 0.1875rem #FCF199;
    text-decoration: none;
  }
  .media-list .media .media-body .media-reply a:focus {
    color: #022d62;
  }
}

.comments .comments-title {
  margin-top: 2.5rem;
}

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

.comments .comment-body {
  border-bottom: 0.125rem solid #f0f0f0;
  padding: 1.25rem 0;
}

.comments .comment-meta {
  font-size: 0.9375rem;
}

.comments .comment-meta a {
  color: #555555;
}

.comments-wordpress .says {
  display: none;
}

.comments-wordpress textarea#comment {
  width: 100%;
  box-sizing: border-box;
}

.pagination {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pagination .page-item {
  display: none;
}

.pagination .page-item.active, .pagination .page-item:last-child, .pagination .page-item:first-child {
  display: block;
}

.pagination .page-item:last-child, .pagination .page-item:first-child {
  border-radius: 0;
  background-color: #e9e9e9;
}

.pagination .page-item:last-child .icon, .pagination .page-item:first-child .icon {
  margin: 0.53125rem;
  fill: #d3d3d2;
}

.pagination .page-item:last-child a, .pagination .page-item:first-child a {
  background: #d4374a;
  padding: 0.40625rem 0.53125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  justify-items: center;
  text-decoration: none;
  min-height: 1.875rem;
}

.pagination .page-item:last-child a .icon, .pagination .page-item:first-child a .icon {
  margin: 0;
  fill: #ffffff;
  display: block;
  margin-right: 0;
}

.pagination .page-item:first-child {
  margin-right: 1.25rem;
}

.pagination .page-item:last-child {
  margin-left: 1.25rem;
}

.pagination .page-item.disabled .page-link {
  background-color: #e9e9e9;
}

.pagination .page-item.disabled .page-link .icon {
  fill: #d3d3d2;
}

.pagination .page-item .page-link {
  text-decoration: none;
}

.pagination .page-item .page-link .icon {
  fill: #ffffff;
  display: block;
  margin-right: 0;
}

@media (min-width: 480px) {
  .pagination .page-item {
    display: block;
  }
}

/* Landscape tablet to desktop */
@media (min-width: 980px) {
  .pagination .page-item .page-link:focus {
    outline: 0.1875rem solid #FCF199;
  }
  .pagination:first-child .page-link:focus, .pagination:last-child .page-link:focus {
    outline: none;
    box-shadow: 0 0 0 0.1875rem #FCF199;
  }
}

.progress {
  margin-bottom: 1.5rem;
  background-image: linear-gradient(to bottom, whitesmoke, #f9f9f9);
  box-shadow: inset 0 0.0625rem 0.125rem rgba(34, 33, 31, 0.1);
}

.progress-set-filter {
  margin-bottom: 1.25rem;
}

.progress-set .progress-group-item {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "progress-title progress-title" "progress-bar progress-indicator";
  -ms-grid-columns: 1fr 0.3125rem 20%;
  grid-template-columns: 1fr 20%;
  grid-column-gap: 0.3125rem;
  margin: 0;
}

@supports not ((display: -ms-grid) or (display: grid)) {
  .progress-set .progress-group-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.progress-set .progress-group-item-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column-span: 2;
  grid-area: progress-title;
  margin-bottom: 0.3125rem;
}

@supports not ((display: -ms-grid) or (display: grid)) {
  .progress-set .progress-group-item-title {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.progress-set .progress-group-item-bar {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  border-radius: 0;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
  grid-area: progress-bar;
  background: #ffffff;
  box-shadow: none;
  height: 1.875rem;
}

@supports not ((display: -ms-grid) or (display: grid)) {
  .progress-set .progress-group-item-bar {
    width: calc(80% - 0.3125rem);
    -ms-flex-preferred-size: calc(80% - 0.3125rem);
        flex-basis: calc(80% - 0.3125rem);
    margin-right: 0.3125rem;
  }
}

.progress-set .progress-group-item-indicator {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  grid-area: progress-indicator;
  margin-bottom: 0;
}

@supports not ((display: -ms-grid) or (display: grid)) {
  .progress-set .progress-group-item-indicator {
    width: 20%;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
}

.twitter-feed {
  margin-bottom: 1.25rem;
}

.content-toggle {
  background-color: inherit;
  position: relative;
}

.content-toggle.gradient:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: auto;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff 90%);
  width: 100%;
  height: 4em;
}

.content-toggle.gradient.gradient-brick-red:after {
  background-image: linear-gradient(to bottom, rgba(212, 55, 74, 0), #d4374a 90%);
}

.content-toggle.gradient.gradient-tuatara:after {
  background-image: linear-gradient(to bottom, rgba(56, 55, 53, 0), #383735 90%);
}

.content-toggle.gradient.gradient-ocean-green:after {
  background-image: linear-gradient(to bottom, rgba(73, 159, 127, 0), #499f7f 90%);
}

.content-toggle.gradient.gradient-cerise:after {
  background-image: linear-gradient(to bottom, rgba(214, 54, 148, 0), #d63694 90%);
}

.content-toggle.gradient.gradient-affair:after {
  background-image: linear-gradient(to bottom, rgba(115, 71, 156, 0), #73479c 90%);
}

.content-toggle.gradient.gradient-panache:after {
  background-image: linear-gradient(to bottom, rgba(248, 252, 250, 0), #F8FCFA 90%);
}

.content-toggle.gradient.gradient-anakiwa:after {
  background-image: linear-gradient(to bottom, rgba(226, 244, 255, 0), #e2f4ff 90%);
}

.content-toggle.gradient.gradient-aero-blue:after {
  background-image: linear-gradient(to bottom, rgba(204, 232, 222, 0), #cce8de 90%);
}

.content-toggle.gradient.gradient-mauve:after {
  background-image: linear-gradient(to bottom, rgba(241, 236, 246, 0), #f1ecf6 90%);
}

.content-toggle.gradient.gradient-wild-sand:after {
  background-image: linear-gradient(to bottom, rgba(246, 246, 246, 0), #f6f6f6 90%);
}

.content-toggle.gradient.gradient-prussian-blue:after {
  background-image: linear-gradient(to bottom, rgba(0, 37, 84, 0), #002554 90%);
}

.bg-prussian-blue .btn-content-toggle {
  color: #ffffff;
}

.section {
  padding: 3.125rem 0;
}

.section-full-width {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}

.section-full-width .container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .section-full-width {
    margin-right: 0;
    margin-left: 0;
  }
}

.nav-breadcrumb {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: breadcrumb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-flex-order: 4;
      order: 4;
}

body.with-site-alert > .nav-breadcrumb {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.nav-breadcrumb .breadcrumb {
  margin: 0 -0.625rem;
  border-bottom: 0.0625rem solid #dadada;
  padding-bottom: 0.75rem;
}

.nav-breadcrumb .breadcrumb-item a {
  color: #383735;
  text-decoration: underline;
  white-space: nowrap;
}

.nav-breadcrumb .breadcrumb-item a:hover {
  color: #7a7978;
}

.nav-breadcrumb .breadcrumb-item:first-child {
  margin-left: 0.625rem;
}

.nav-breadcrumb .breadcrumb-item:last-child {
  margin-right: 0.625rem;
}

.nav-breadcrumb .breadcrumb-item-separator {
  margin: 0 0.625rem;
}

.nav-breadcrumb .breadcrumb-item-separator .icon {
  width: 0.8125rem;
  height: 0.8125rem;
  display: block;
  fill: #d4374a;
  margin: 0 0 0.125rem;
}

@media (min-width: 768px) {
  .nav-breadcrumb .breadcrumb-item-separator .icon .nav-breadcrumb .breadcrumb {
    margin: 0;
    border-bottom: 0.0625rem solid #dadada;
  }
  .nav-breadcrumb .breadcrumb-item-separator .icon .nav-breadcrumb .breadcrumb-item:not(:last-child) {
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
  }
  .nav-breadcrumb .breadcrumb-item-separator .icon .nav-breadcrumb .breadcrumb-item:first-child {
    margin-left: 0;
  }
  .nav-breadcrumb .breadcrumb-item-separator .icon .nav-breadcrumb .breadcrumb-item:last-child {
    margin-right: 0;
  }
}

.section-home .quote {
  padding: 0;
  border: none;
}

.section-home .list-facts {
  margin: 0;
  list-style: none;
}

.section-home .fact {
  padding: 0;
}

.publications .publication-journal-title, .publications .publication-patent-title, .publications .publication-website-title, .publications .publication-video-title, .publications .publication-artefact-title, .publications .publication-thesis-title, .publications .publication-performance-title, .publications .publication-exhibition-title, .publications .publication-dataset-title, .publications .publication-monograph-title, .publications .publication-book-title {
  font-family: "franklin_gothic_fs_bookitalic", Arial, "Helvetica Neue", sans-serif;
}

.nav.nav-tabs {
  border-bottom: 0.0625rem solid #d3d3d2;
  margin-left: 0;
}

.nav.nav-tabs .nav-item {
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  margin: 0 0.1875rem -0.0625rem 0;
}

.nav.nav-tabs .nav-item .nav-link {
  color: #22211f;
  margin-top: 0.1875rem;
  text-decoration: none;
}

.nav.nav-tabs .nav-item .nav-link.active {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  outline: 0;
  border-top-width: 0.25rem;
  margin: 0;
}

.nav.nav-tabs .nav-item .nav-link:not(.active):hover {
  border-top-width: 0.25rem;
  background: #e9e9e9;
  margin: 0;
}

.nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}

.tabs-vertical {
  display: -ms-flexbox;
  display: flex;
}

.tabs-vertical .tab-content {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  width: 100%;
}

.tabs-vertical .nav-list {
  line-height: 1.25rem;
  margin-left: 0px;
  width: 100%;
  padding-right: 3.25rem;
  margin-bottom: 0;
  max-width: 410px;
  -ms-flex-direction: column;
      flex-direction: column;
}

.tabs-vertical .nav-list .nav-item {
  min-height: 2.6875rem;
  display: -ms-flexbox;
  display: flex;
  min-width: 360px;
}

.tabs-vertical .nav-list .nav-item .nav-link {
  width: 100%;
  padding: 0.6875rem 0 0 0.9375rem;
  color: #383735;
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  display: inherit;
  text-decoration: none;
}

.tabs-vertical .nav-list .nav-item .nav-link:not(.active):focus {
  background-color: rgba(255, 255, 255, 0);
}

.tabs-vertical .nav-list .nav-item .nav-link.active {
  background-color: #e9e9e9;
  position: relative;
  min-height: 2.6875rem;
  text-shadow: none;
}

.tabs-vertical .nav-list .nav-item .nav-link.active:after {
  position: absolute;
  content: '';
  right: -2.75rem;
  top: 0vh;
  border-width: 1.34375rem 1.375rem;
  border-style: solid;
  border-color: transparent transparent transparent #e9e9e9;
}

.tabs--with-slider {
  position: relative;
  margin-bottom: 1.25rem;
  width: 100%;
}

.tabs--with-slider .nav-tabs {
  margin-bottom: 0;
  border-bottom: none;
  display: -ms-flexbox;
  display: flex;
}

.tabs--with-slider .nav-tabs .nav-item {
  margin: 0 0.1875rem 0 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.tabs--with-slider .nav-tabs .nav-item .nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: none;
  margin: 0;
  padding: 0.625rem 1.25rem;
  color: #666666;
  text-align: center;
}

.tabs--with-slider .nav-tabs .nav-item .nav-link .icon {
  margin-right: 0.625rem;
}

.tabs--with-slider .nav-tabs .nav-item .nav-link.active {
  border: none;
  color: #1a1a18;
}

.tabs--with-slider .nav-tabs .nav-item .nav-link:hover {
  margin: 0;
}

.tabs--with-slider--top .tabs__slider {
  top: 0;
}

.tabs--with-slider .tabs__slider {
  position: relative;
  background-color: #dadada;
  height: 0.1875rem;
  overflow: hidden;
}

.tabs--with-slider .tabs__slider__indicator {
  position: absolute;
  transition: 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  background-color: #1a1a18;
  height: 100%;
}

@media (max-width: 479.98px) {
  .tab-content {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .tabs-vertical .tab-content {
    max-width: 470px;
  }
}

@media (min-width: 980px) {
  .nav.nav-tabs .nav-item .nav-link:focus {
    box-shadow: 0 0 0 0.1875rem #FCF199;
    outline: none;
    background-color: transparent;
  }
}

.badge {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  color: #22211f;
}

.badge--lg {
  padding: 0.4375rem;
}

.badge.badge--outline {
  border: 0.0625rem solid #22211f;
  background: rgba(255, 255, 255, 0);
  text-transform: uppercase;
  border-radius: 0.25rem;
}

.badge.badge--outline.badge-success {
  border-color: #008458;
  color: #383735;
}

.badge.badge--outline.badge-important, .badge.badge--outline.badge-danger {
  border-color: #D62A2A;
  color: #D62A2A;
}

.badge.badge--outline.badge-info {
  border-color: #005ccd;
  color: #005ccd;
}

.badge.badge--outline.badge-inverse {
  border-color: #555555;
  color: #555555;
}

.label {
  border-radius: 0.125rem;
  padding: 0.125rem 0.3125rem;
  color: #383735;
}

.badge, .label {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  background: #d3d3d2;
  white-space: normal;
}

.badge-success, .label-success {
  background: #008458;
  color: #ffffff;
}

.badge-warning, .label-warning {
  background: #f8d349;
  color: #22211f;
}

.badge-important, .label-important {
  background: #d4374a;
  color: #ffffff;
}

.badge-info, .label-info {
  background: #214fa3;
  color: #ffffff;
}

.badge-inverse, .label-inverse {
  background: #22211f;
  color: #ffffff;
}

.carousel-indicators {
  display: none;
}

.carousel-indicators-container {
  margin-bottom: 1.5rem;
}

.carousel-control-prev,
.carousel-control-next {
  display: none;
  width: auto;
}

.carousel-control-next {
  margin-right: 1.25rem;
}

.carousel-control-prev {
  margin-left: 1.25rem;
}

.carousel-caption {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625rem 3.5625rem 0.625rem 0.9375rem;
  background-color: #e9e9e9;
  text-align: left;
  border: 0.0625rem solid #d3d3d2;
  border-top: none;
}

.carousel-caption p:last-child {
  margin-bottom: 0;
}

.carousel-item {
  position: relative;
}

.carousel-item figure {
  margin: 0;
}

.carousel-item img {
  border: 0.0625rem solid #d3d3d2;
  border-bottom: none;
}

.carousel-pagination {
  position: absolute;
  right: 1px;
  text-align: right;
  padding: 0.625rem 0.9375rem;
  margin-bottom: 0;
  background-color: #e9e9e9;
  z-index: 11;
}

@media (min-width: 768px) {
  .carousel .carousel-inner {
    display: block;
    overflow: hidden;
    width: auto;
    margin: 0 auto;
  }
  .carousel .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin: 0 -100% 0 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: transform .6s ease-in-out;
    scroll-snap-align: none;
    /* Transitions */
  }
  .carousel .carousel-item:first-child {
    margin-left: 0;
  }
  .carousel .carousel-item:last-child {
    padding-right: 0;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .carousel .carousel-item-next, .carousel .carousel-item.active, .carousel .carousel-item-prev {
    display: block;
  }
  .carousel .carousel-control-prev, .carousel .carousel-control-next {
    cursor: pointer;
    opacity: 0;
    display: -ms-flexbox;
    display: flex;
  }
  .carousel .carousel-control-prev .icon, .carousel .carousel-control-next .icon {
    width: 2.8125rem;
    height: 2.8125rem;
    background-color: #383735;
    fill: #ffffff;
    border-radius: 50%;
    margin-right: 0;
  }
  .carousel .carousel-control-prev.disabled, .carousel .carousel-control-next.disabled {
    opacity: 0.5 !important;
    cursor: not-allowed;
  }
  .carousel .carousel-control-prev.controls-item-prev .icon, .carousel .carousel-control-prev.carousel-control-prev .icon, .carousel .carousel-control-next.controls-item-prev .icon, .carousel .carousel-control-next.carousel-control-prev .icon {
    padding: 0.75rem 0.8125rem 0.75rem 0.6875rem;
  }
  .carousel .carousel-control-prev.controls-item-next .icon, .carousel .carousel-control-prev.carousel-control-next .icon, .carousel .carousel-control-next.controls-item-next .icon, .carousel .carousel-control-next.carousel-control-next .icon {
    padding: 0.75rem 0.6875rem 0.75rem 0.8125rem;
  }
}

@media (min-width: 768px) and (min-width: 980px) {
  .carousel .carousel-control-prev:focus, .carousel .carousel-control-next:focus {
    background-color: transparent;
    outline: none;
  }
  .carousel .carousel-control-prev:focus:not(.disabled) .icon, .carousel .carousel-control-next:focus:not(.disabled) .icon {
    box-shadow: 0 0 0 0.1875rem #FCF199;
  }
}

@media (min-width: 768px) {
  .carousel .carousel-indicators {
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
  }
  .carousel .carousel-indicators-container {
    overflow: auto;
  }
  .carousel .carousel-indicators.with-thumbnails {
    opacity: 1;
    position: relative;
    -ms-flex-pack: start;
        justify-content: start;
    list-style: none;
    margin: 0.625rem 0 0;
    overflow-x: auto;
    padding-bottom: 0.625rem;
  }
  .carousel .carousel-indicators.with-thumbnails li {
    margin: 0 0.625rem 0 0;
    cursor: pointer;
    opacity: 1;
    height: 50px;
    width: auto;
    text-indent: 0;
    border: none;
    -ms-flex: 0 0 88px;
        flex: 0 0 88px;
  }
  .carousel .carousel-indicators.with-thumbnails li a {
    transition: opacity 0.6s ease;
    opacity: 0.5;
  }
  .carousel .carousel-indicators.with-thumbnails li a:hover, .carousel .carousel-indicators.with-thumbnails li a:focus {
    opacity: 1;
  }
  .carousel .carousel-indicators.with-thumbnails li a img {
    border: 0.0625rem solid #d3d3d2;
  }
  .carousel .carousel-indicators.with-thumbnails li.active a {
    opacity: 1;
  }
  .carousel .carousel-indicators.with-thumbnails li:last-child {
    margin-right: 0;
  }
}

@media (min-width: 980px) {
  .carousel .carousel-control-next:focus, .carousel .carousel-control-prev:focus {
    background-color: transparent;
  }
  .carousel .carousel-control-next:focus:not(.disabled) .icon, .carousel .carousel-control-prev:focus:not(.disabled) .icon {
    box-shadow: 0 0 0 0.1875rem #FCF199;
  }
}

.x-scroll, .carousel-inner, .cards__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: scroll;
  margin-bottom: 1.25rem;
}

.x-scroll::-webkit-scrollbar, .carousel-inner::-webkit-scrollbar, .cards__items::-webkit-scrollbar {
  display: none;
}

.x-scroll:before, .carousel-inner:before, .cards__items:before, .x-scroll:after, .carousel-inner:after, .cards__items:after {
  content: unset;
}

.x-scroll > div, .carousel-inner > div, .cards__items > div {
  -ms-flex: 0 0 80%;
      flex: 0 0 80%;
  display: block;
  margin: 0 0.625rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.x-scroll > div:first-child, .carousel-inner > div:first-child, .cards__items > div:first-child {
  margin-left: 0;
}

.x-scroll > div:last-child, .carousel-inner > div:last-child, .cards__items > div:last-child {
  margin-right: 0;
}

.x-scroll--full-width, .carousel-inner {
  width: auto;
  margin: 0 -1.25rem;
  padding-bottom: 1.25rem;
}

.x-scroll--full-width > div:first-child, .carousel-inner > div:first-child {
  margin-left: 1.25rem;
}

.x-scroll--full-width > div:last-child::after, .carousel-inner > div:last-child::after {
  content: "";
  width: 1.25rem;
  position: absolute;
  left: 100%;
  height: 1px;
}

.snap, .carousel-inner, .cards__items {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.snap > div, .carousel-inner > div, .cards__items > div {
  scroll-snap-align: center;
}

@media (min-width: 480px) {
  .x-scroll--full-width, .carousel-inner {
    padding-bottom: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .tabs-vertical .nav-list {
    display: none;
  }
  .accordion-mobile .tab-content .tab-pane {
    display: block;
  }
  .accordion-mobile .accordion-section-header a {
    display: block;
  }
  .accordion-mobile .accordion-section-header a span {
    margin-left: 5px;
  }
  .accordion-mobile .accordion-section {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    margin-top: -0.125rem;
  }
  .accordion-mobile .tab-pane:first-child .panel {
    border-radius: 0.3125rem 0.3125rem 0 0;
  }
  .accordion-mobile .tab-pane:last-child .accordion-section {
    border-radius: 0 0 0.3125rem 0.3125rem;
  }
}

@media (min-width: 768px) {
  .tabs-vertical .nav-list {
    -ms-flex-wrap: unset;
        flex-wrap: unset;
  }
  .accordion-mobile {
    width: calc(100% - 410px);
  }
  .accordion-mobile .active .accordion-section .accordion-section-body {
    height: auto !important;
  }
  .accordion-mobile .accordion-section-header {
    display: none;
  }
  .accordion-mobile .accordion-section-header span {
    margin-left: 5px;
  }
  .accordion-mobile .accordion-section-body {
    height: auto;
  }
  .accordion-mobile .accordion-section-body.collapse {
    display: block;
  }
}

.tag {
  border-radius: 0.125rem;
  list-style: none;
  line-height: 1.375rem;
  font-size: 0.875rem;
  background-color: #f0f0f0;
  border: 0.0625rem solid #e9e9e9;
  margin: 0 0.3125rem 0.3125rem 0;
  color: #555555;
  text-align: center;
}

.tag:hover {
  background-color: #d3d3d2;
  border-color: #d3d3d2;
}

.tag a {
  display: inline-block;
  text-decoration: none;
  color: #555555;
  padding: 0.375rem 0.625rem;
}

.tag a:focus {
  background-color: #d3d3d2;
}

.tag-dismissible {
  cursor: pointer;
}

.tag-dismissible a {
  padding: 0.3125rem 0.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: left;
}

.tag-dismissible a .icon {
  width: 0.625rem;
  height: 0.625rem;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.75rem;
}

.prettyprint .tag {
  font-size: inherit;
  font-family: inherit;
  padding: 0;
  background: inherit;
  line-height: inherit;
}

@media (min-width: 980px) {
  .tag a:focus {
    outline: 0.1875rem solid #FCF199;
    background-color: rgba(255, 255, 255, 0);
  }
}

.highlight {
  border-bottom: 0.0625rem solid #e9e9e9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-bottom: 1.25rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.highlight .icon {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.25rem;
}

.highlight-body {
  width: calc(100% - 2.9375rem);
}

.highlight-body .highlight-title {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.375rem;
  line-height: 1.8rem;
  margin-bottom: 0.625rem;
}

.highlight-sm .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.25rem;
}

.highlight-sm .highlight-title {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.highlight-sm .highlight-body {
  width: calc(100% - 2.1875rem);
  font-size: 0.9375rem;
  line-height: 1.3125rem;
}

.highlight-sm .highlight-body p:last-child {
  margin-bottom: 0;
}

.highlight-lg .icon {
  width: 3.75rem;
  height: 3.75rem;
}

.highlight-lg .highlight-body {
  width: calc(100% - 5rem);
}

.highlight-lg .highlight-body .highlight-title {
  margin-bottom: 0.3125rem;
}

.highlight-lg .highlight-body p:last-child {
  margin-bottom: 0;
}

.modal {
  position: fixed;
  top: 0;
  outline: 0;
  z-index: 1041;
  background-color: rgba(255, 255, 255, 0);
  max-height: none;
  padding: 0 !important;
  border: none;
}

.modal .card {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}

.modal-content {
  min-height: 100vh;
  min-height: var(--full-vh);
  background-clip: border-box;
}

.modal-dialog {
  position: relative;
  margin: 0;
  z-index: 1051;
  max-width: none;
  width: 100%;
}

.modal-header {
  padding: 0.3125rem 0.625rem 0.3125rem 1.25rem;
  top: 0;
  -ms-flex-align: center;
      align-items: center;
  z-index: 9999;
  background-color: #ffffff;
}

.modal-header .modal-title {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  margin: 0;
}

.modal-header .close {
  margin: 0;
  padding: 0.9375rem;
  font-size: 0;
  -ms-grid-column-align: end;
      justify-self: end;
}

.modal-header .close:not(.disabled):not(.disabled) {
  opacity: 1;
}

.modal-header .close .icon {
  margin-right: 0;
}

.modal-header.no-title {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.modal-summary {
  background-color: #383735;
  color: #ffffff;
  padding: 2.5rem 1.5625rem 1.875rem 1.25rem;
}

.modal-summary .table,
.modal-summary h2 {
  color: #ffffff;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1.5625rem 1.5625rem 1.5625rem 1.25rem;
  max-height: none;
  background-color: #ffffff;
}

.modal-body .image {
  margin: 0;
}

.modal-body .image.float-left {
  margin: 0 1.25rem 1.25rem 0;
}

.modal-body .image.float-right {
  margin: 0 0 1.25rem 1.25rem;
}

.modal-form {
  margin-bottom: 0;
}

.modal-facet {
  border: none;
}

.modal-facet .modal-body {
  padding-bottom: 0;
}

.modal-facet .modal-body form {
  margin-bottom: 0;
}

.modal-facet .modal-body form .form-label {
  font-size: 1.25rem;
}

.modal-facet .modal-body form .form-label + .form-text {
  margin-top: -1rem;
}

.modal-facet .modal-body form .form-buttons {
  padding: 1.25rem;
  margin: 1.875rem -1.25rem 0 -1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  border-top: 0.0625rem solid #e4e4e4;
  background-color: #ffffff;
}

.modal-facet .modal-body form .form-buttons .btn {
  margin-bottom: 0.625rem;
}

.modal-facet .modal-body form .form-buttons .btn:last-child {
  margin-bottom: 0;
}

.modal-image {
  width: 100%;
  overflow: visible;
}

.modal-image .modal-dialog {
  max-width: 90%;
  margin: 0 auto;
}

.modal-image .modal-body, .modal-image .modal-content, .modal-image .modal-header {
  background-color: rgba(255, 255, 255, 0);
}

.modal-image .modal-header {
  -ms-flex-pack: end;
      justify-content: flex-end;
  border: none;
}

.modal-image .modal-header .close-modal {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.625rem;
  margin-right: 1.25rem;
}

.modal-image .modal-header .close-modal .icon {
  margin-left: 0.625rem;
  margin-right: 0;
  fill: #ffffff;
}

.modal-image .modal-content {
  min-height: unset;
}

.modal-image .modal-content img {
  width: 100%;
}

.modal-image .modal-content .image__caption {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  padding: 1.25rem 1.875rem;
}

.modal-image .modal-content .image__caption__content {
  margin-bottom: 0;
}

.modal-image .modal-body {
  padding: 0;
}

.modal--with-iframe {
  position: fixed;
  padding: 0.3125rem 0.625rem 0.3125rem 1.25rem;
  top: 0;
  -ms-flex-align: center;
      align-items: center;
  z-index: 9999;
  background-color: #ffffff;
  overflow: hidden;
}

.modal--with-iframe .modal-content {
  min-height: 100vh;
  min-height: var(--full-vh);
}

.modal--with-iframe .modal-dialog {
  max-width: 100%;
  background-color: #ffffff;
}

.modal--with-iframe .modal-header .close-modal {
  background-color: #ffffff;
  color: #383735;
  margin: 0;
}

.modal--with-iframe .modal-header .close-modal .icon {
  fill: #383735;
}

.modal--with-iframe iframe {
  width: 100%;
  height: calc(100vh - 3.375rem);
  height: calc(var(--full-vh) - 3.375rem);
}

@media (min-width: 768px) {
  .modal-body, .modal-summary {
    padding-right: 1.25rem;
  }
  .modal-header {
    padding-right: 0.3125rem;
  }
  .modal-facet .modal-body form .form-buttons {
    margin-right: -1.25rem;
  }
  .modal-image .modal-dialog {
    max-width: 744px;
  }
  .modal--with-iframe {
    position: block;
    padding: 0;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0);
  }
  .modal--with-iframe .modal-content {
    min-height: unset;
  }
  .modal--with-iframe .modal-dialog {
    max-width: 90%;
    background-color: rgba(255, 255, 255, 0);
  }
  .modal--with-iframe .modal-header .close-modal {
    background-color: rgba(255, 255, 255, 0);
    color: #ffffff;
    margin: 0;
  }
  .modal--with-iframe .modal-header .close-modal .icon {
    fill: #ffffff;
  }
  .modal--with-iframe iframe {
    width: 100%;
    height: 600px;
  }
}

@media (min-width: 980px) {
  .modal {
    padding: 0;
  }
  .modal-content {
    min-height: auto;
  }
  .modal-facet .modal-body form .form-buttons {
    margin: 0 -1.5625rem 0 -1.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .modal .modal-dialog {
    margin: 3.125rem auto;
    max-width: 972px;
  }
  .modal .modal-dialog button:focus {
    background-color: #FCF199;
    outline: none;
  }
  .modal .modal-body, .modal .modal-summary {
    padding-left: 1.875rem;
    padding-right: 1.5625rem;
  }
  .modal .modal-header {
    padding-left: 1.875rem;
    padding-right: 0.625rem;
  }
  .modal-image .modal-dialog {
    max-width: 960px;
    margin: 0 auto;
  }
  .modal-image .modal-header .close-modal:focus {
    color: #555555;
  }
  .modal-image .modal-header .close-modal:focus .icon {
    fill: #555555;
  }
  .modal-image .modal-body {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .modal-image .modal-dialog {
    max-width: 1190px;
  }
  .modal-image--portrait .modal-dialog {
    max-width: 960px;
  }
}

.quote {
  border-top: 0.125rem solid #e9e9e9;
  border-bottom: 0.125rem solid #e9e9e9;
  margin: 0 0 1.25rem 0;
  padding: 1.25rem 3.75rem;
}

.quote-body {
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.375rem;
  border-left: none;
  margin: 0 0 0.625rem 0;
  padding: 0;
}

.quote-body p {
  margin-bottom: inherit;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
}

.quote-author {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  color: #d4374a;
}

.quote-author .quote-source {
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  display: block;
}

.quote.with-icon .icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: #7a7978;
  margin-bottom: 0.1875rem;
}

.quote.quote-large {
  margin: 2.5rem 0 1.25rem 0;
}

.quote.quote-large .quote-body {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  border-left: none;
  padding: 0;
  margin-bottom: 0.625rem;
}

.quote.quote-large .quote-body p {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

.quote.quote-testimonial.with-image .quote-image {
  margin: 0 0 0.625rem 0.625rem;
  float: right;
  width: 100px;
}

.quote.quote-vertical {
  padding-left: 3.75rem;
  text-align: center;
}

.quote.quote-vertical .quote-image {
  float: none;
  margin: 0 auto 0.625rem;
  display: block;
  width: 100px;
}

.quote.with-image {
  padding-left: 9.375rem;
  overflow: hidden;
}

.quote.with-image .quote-image {
  float: left;
  margin-left: -8.125rem;
  margin-top: 0.3125rem;
  width: 100px;
}

.float-right .quote {
  padding: 1.25rem;
}

.float-left .quote {
  padding: 1.25rem;
}

.col-md-3 > .quote .quote-image {
  margin-left: 0.9375rem;
  width: 80px;
  float: right;
  margin-top: 0;
}

.col-md-3 > .quote .quote-body p {
  font-size: 1.0625rem;
}

.quote-rich .quote-body {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.375rem;
  line-height: 1.8rem;
  border-left: none;
  margin: 0 0 0.625rem 0;
  padding: 0;
  color: #22211f;
}

.quote-rich .quote-author {
  font-size: 1.0625rem;
}

.quote-rich-small .quote-body {
  font-size: 1.25rem;
  line-height: 1.65rem;
}

.quote-rich:not(.quote-rich-thumbnail) .quote-body {
  font-size: 1.625rem;
  line-height: 2rem;
}

.quote-rich:not(.quote-rich-thumbnail).quote-rich-small .quote-body {
  font-size: 1.25rem;
  line-height: 1.65rem;
}

.quote-rich:not(.quote-rich-thumbnail).with-image {
  padding: 0;
  overflow: visible;
  border: none;
}

.quote-rich:not(.quote-rich-thumbnail).with-image img {
  margin: 0;
  width: 100%;
  height: 100%;
}

.quote-rich:not(.quote-rich-thumbnail).with-image .quote-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.quote-rich:not(.quote-rich-thumbnail).with-image .quote-main {
  background-color: #ffffff;
  position: relative;
  margin: -4.6875rem 1.25rem 0;
  padding: 1.4375rem;
}

.quote-rich-thumbnail.with-image {
  margin-top: 1.25rem;
  padding: 1.25rem 3.75rem 1.25rem 1.5625rem;
  border-top: 0.125rem solid #e9e9e9;
  border-bottom: 0.125rem solid #e9e9e9;
}

.quote-rich-thumbnail.with-image .quote-main {
  margin: 1.25rem 0 0;
  padding: 0;
  text-align: center;
}

.quote-rich-thumbnail.with-image img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 319.98px) {
  .quote {
    padding: 1.25rem 2.5rem;
  }
}

@media (min-width: 480px) {
  .quote-rich.with-image {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .quote-rich:not(.quote-rich-thumbnail) .quote-main {
    margin: 75px 0 0 -45px;
  }
  .quote-rich:not(.quote-rich-thumbnail) .quote-main .quote-image-wrapper,
  .quote-rich:not(.quote-rich-thumbnail) .quote-main .image {
    max-width: 335px;
  }
}

@media (min-width: 768px) {
  .quote-rich-thumbnail.with-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .quote-rich-thumbnail.with-image img {
    margin: 0 1.875rem 0 0;
  }
  .quote-rich-thumbnail.with-image .quote-main {
    text-align: left;
    margin: 0;
  }
  .col-md-9 .quote-rich:not(.quote-rich-thumbnail).with-image, .col-md-12 .quote-rich:not(.quote-rich-thumbnail).with-image {
    -ms-flex-direction: row;
        flex-direction: row;
    display: -ms-flexbox;
    display: flex;
  }
  .col-md-9 .quote-rich:not(.quote-rich-thumbnail).with-image img, .col-md-12 .quote-rich:not(.quote-rich-thumbnail).with-image img {
    max-width: 335px;
  }
  .col-md-9 .quote-rich:not(.quote-rich-thumbnail).with-image .quote-image-wrapper,
  .col-md-9 .quote-rich:not(.quote-rich-thumbnail).with-image .image, .col-md-12 .quote-rich:not(.quote-rich-thumbnail).with-image .quote-image-wrapper,
  .col-md-12 .quote-rich:not(.quote-rich-thumbnail).with-image .image {
    max-width: 335px;
  }
  .col-md-9 .quote-rich:not(.quote-rich-thumbnail).with-image .quote-main, .col-md-12 .quote-rich:not(.quote-rich-thumbnail).with-image .quote-main {
    margin: 2.5rem 0 0 -4.6875rem;
  }
  .col-lg-6 .quote-rich:not(.quote-rich-thumbnail).with-image, .col-lg-8 .quote-rich:not(.quote-rich-thumbnail).with-image, .col-lg-9 .quote-rich:not(.quote-rich-thumbnail).with-image, .col-lg-12 .quote-rich:not(.quote-rich-thumbnail).with-image {
    -ms-flex-direction: row;
        flex-direction: row;
    display: -ms-flexbox;
    display: flex;
  }
  .col-lg-6 .quote-rich:not(.quote-rich-thumbnail).with-image img, .col-lg-8 .quote-rich:not(.quote-rich-thumbnail).with-image img, .col-lg-9 .quote-rich:not(.quote-rich-thumbnail).with-image img, .col-lg-12 .quote-rich:not(.quote-rich-thumbnail).with-image img {
    max-width: 335px;
  }
  .col-lg-6 .quote-rich:not(.quote-rich-thumbnail).with-image .quote-image-wrapper,
  .col-lg-6 .quote-rich:not(.quote-rich-thumbnail).with-image .image, .col-lg-8 .quote-rich:not(.quote-rich-thumbnail).with-image .quote-image-wrapper,
  .col-lg-8 .quote-rich:not(.quote-rich-thumbnail).with-image .image, .col-lg-9 .quote-rich:not(.quote-rich-thumbnail).with-image .quote-image-wrapper,
  .col-lg-9 .quote-rich:not(.quote-rich-thumbnail).with-image .image, .col-lg-12 .quote-rich:not(.quote-rich-thumbnail).with-image .quote-image-wrapper,
  .col-lg-12 .quote-rich:not(.quote-rich-thumbnail).with-image .image {
    max-width: 335px;
  }
  .col-lg-6 .quote-rich:not(.quote-rich-thumbnail).with-image .quote-main, .col-lg-8 .quote-rich:not(.quote-rich-thumbnail).with-image .quote-main, .col-lg-9 .quote-rich:not(.quote-rich-thumbnail).with-image .quote-main, .col-lg-12 .quote-rich:not(.quote-rich-thumbnail).with-image .quote-main {
    margin: 2.5rem 0 0 -4.6875rem;
  }
}

@media (min-width: 768px) and (max-width: 979.98px) {
  .col-md-3 > .quote .quote-image {
    float: none;
    margin: 0 auto 1.25rem auto;
    display: block;
    width: 100px;
  }
}

@media (min-width: 980px) {
  .quote .quote-author a:focus {
    background-color: #FCF199;
    box-shadow: 0 0 0 0.1875rem #FCF199;
    text-decoration: none;
  }
}

.box {
  border-radius: 0;
  padding: 0;
  margin-bottom: 1.25rem;
  display: block;
  border: 0.0625rem solid #d3d3d2;
}

.box::after, .box::before {
  display: block;
  clear: both;
  content: '';
}

.box .list a {
  word-break: break-word;
}

.box.with-icon .box-header {
  position: relative;
}

.box.with-icon .box-header .icon {
  width: 3.125rem;
  height: 3.125rem;
  position: relative;
  top: -0.3125rem;
  left: 1.25rem;
  background-color: #22211f;
  fill: #ffffff;
  text-align: center;
  line-height: 3.125rem;
  padding: 0.8125rem;
}

.box.with-icon .box-header img {
  margin-top: -3.125rem;
}

.box.box-larger .box-title {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
}

.box.box-horizontal {
  overflow: hidden;
  position: relative;
}

.box.box-horizontal .box-title {
  margin-left: 50%;
}

.box.box-horizontal .box-header img {
  position: absolute;
  width: 50%;
}

.box.box-horizontal .box-body {
  margin-left: 50%;
}

.box.box-horizontal .box-footer {
  margin-left: 50%;
}

.box.box-horizontal .box-footer .icon {
  fill: #22211f;
}

.box.box-quote {
  background-color: #f0f0f0;
  border: none;
}

.box.box-quote .quote {
  padding: 1.25rem;
  border: none;
}

.box.box-quote .quote::after, .box.box-quote .quote::before {
  display: block;
  clear: both;
  content: '';
}

.box.box-quote .quote .quote-body {
  border-left: none;
  padding: 0;
}

.box.box-quote .quote .quote-author,
.box.box-quote .quote .quote-source {
  color: #c72b3e;
}

.box.box-quote .quote.with-icon .quote-body {
  border-left: none;
  margin-top: 0.625rem;
  margin-left: 0.625rem;
}

.box.box-quote .quote.with-icon .icon {
  margin-bottom: 0;
}

.box.box-inverse {
  background-color: #2a2a2a;
  border: none;
  color: #ffffff;
}

.box.box-inverse a {
  color: #ffffff;
}

.box.box-inverse .box-header {
  color: #ffffff;
}

.box.box-inverse .box-header .box-title {
  color: #ffffff;
}

.box.box-inverse .box-header .box-title a:hover {
  color: #ffffff;
}

.box.box-inverse .box-footer a {
  color: #ffffff;
}

.box.box-inverse .box-footer .icon {
  fill: #ffffff;
}

.box.box-inverse select {
  background-color: #ffffff;
  color: #22211f;
}

.box.box-inverse .quote-author {
  color: #ffffff;
}

.box.box-inverse .list-links a:after {
  color: #ffffff;
}

.box.box-inverse .table {
  color: #ffffff;
}

.box.box-inverse .search-form-query {
  border: none;
}

.box.box-primary {
  background-color: #d4374a;
  border: none;
  color: #ffffff;
}

.box.box-primary .box-header {
  color: #ffffff;
}

.box.box-primary .box-header .box-title {
  color: #ffffff;
}

.box.box-primary h2 {
  color: #ffffff;
  margin-bottom: 0.625rem;
}

.box.box-primary a {
  color: #ffffff;
}

.box.box-primary a:hover {
  color: #ffffff;
}

.box.box-primary .list {
  margin-left: 1.25rem;
  margin-bottom: 0.625rem;
  padding-right: 0.625rem;
}

.box.box-primary .list li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.3125rem;
}

.box.box-primary .list svg {
  fill: #ffffff;
  margin-right: 0.625rem;
  margin-bottom: -0.125rem;
}

.box.box-primary .box-footer .icon {
  fill: #ffffff;
}

.box.box-primary .box-footer a {
  color: #ffffff;
}

.box.box-primary.box-contact h2 {
  margin-left: 1.25rem;
  padding-top: 1.25rem;
}

.box.box-primary.box-contact ul a {
  display: inline;
}

.box.box-primary.box-contact .icon {
  width: 1rem;
  height: 1rem;
  fill: #ffffff;
  margin: 0 0.3125rem 0.3125rem 1.25rem;
}

.box.box-primary.box-contact a {
  display: inline-block;
  margin-bottom: 1.5625rem;
}

.box.box-success {
  border: none;
  background-color: #008458;
}

.box.box-success .box-title {
  color: #ffffff;
}

.box.box-success .box-body {
  color: #ffffff;
}

.box.box-secondary .box-header {
  background: #d9d9d9;
  padding-bottom: 0.625rem;
}

.box.box-secondary .box-header + .box-body {
  padding-top: 1.25rem;
}

.box.box-secondary .box-body {
  background: #f2f2f2;
}

.box.box-secondary .box-body table {
  padding-top: 0.625rem;
}

.box.box-secondary .box-body p {
  overflow: hidden;
  text-overflow: ellipsis;
}

.box.box-secondary .box-footer {
  padding-top: 1.25rem;
  background: #d9d9d9;
}

.box.box-calendar #next,
.box.box-calendar .next {
  text-align: right;
}

.box.box-calendar #next .icon,
.box.box-calendar .next .icon {
  padding-right: 0;
  padding-left: 0.3125rem;
}

.box.box-calendar #prev,
.box.box-calendar .prev {
  text-align: left;
}

.box.box-calendar #today {
  background: #d4374a;
}

.box.box-recent-posts .date {
  color: #bcbbbb;
}

.box.box-inline.float-left {
  margin-left: 0;
  margin-right: 1.25rem;
}

.box.box--white {
  background-color: #ffffff;
  border: none;
  margin-bottom: 0;
}

.box.box--white p:last-child {
  margin-bottom: 0;
}

.box.box--white .box-body table:last-of-type {
  margin-bottom: 1.125rem;
}

.box .box-header {
  margin-top: 0;
}

.box .box-header::after, .box .box-header::before {
  display: block;
  clear: both;
  content: '';
}

.box .box-header > a {
  display: block;
}

.box .box-header > a.btn {
  margin: 1.25rem;
}

.box .box-header a.box-title {
  text-decoration: underline;
}

.box .box-header img {
  width: 100%;
}

.box .box-header .box-title {
  padding: 1.25rem 1.25rem 0 1.25rem;
}

.box .box-header .badge-group {
  list-style: none;
  padding: 1.5625rem 1.25rem 0 0;
  margin: 0;
}

.box .box-header .badge-group li {
  float: left;
  margin-left: 0.3125rem;
}

.box .box-header .badge-group li::after, .box .box-header .badge-group li::before {
  display: block;
  clear: both;
  content: '';
}

.box .box-title {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.375rem;
  line-height: 1.8rem;
  margin-bottom: 0.625rem;
}

.box .box-title a:after {
  content: '';
}

.box .box-title select {
  margin: 0 0 0 1.25rem;
}

.box .box-body {
  padding: 1.25rem;
}

.box .box-body .download {
  margin-bottom: 0;
}

.box .box-body .download-requests {
  margin-top: 0.9375rem;
}

.box .box-body .lead {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.box .box-body .profile:last-child,
.box .box-body p:last-child,
.box .box-body .btn:last-child {
  margin-bottom: 0;
}

.box .box-body .icon-tick {
  color: #008458;
}

.box .box-body.box-group .list-links {
  margin-left: 0;
  margin-bottom: 1.25rem;
}

.box .box-body .box-body p:last-of-type {
  margin-bottom: 0;
}

.box .box-body select {
  width: 100%;
}

.box .box-body table:last-of-type {
  margin-bottom: 0;
}

.box .box-body .list:last-child,
.box .box-body .list-links:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.box .box-body .form-actions {
  padding: 0;
  background-color: transparent;
  border-top: none;
  margin-top: 0;
}

.box .box-body .form-inline,
.box .box-body .form-horizontal {
  margin-bottom: 0;
}

.box .box-body .form-inline input,
.box .box-body .form-inline textarea,
.box .box-body .form-inline select,
.box .box-body .form-horizontal input,
.box .box-body .form-horizontal textarea,
.box .box-body .form-horizontal select {
  margin-bottom: 0.625rem;
}

.box .box-header + .box-body {
  padding: 0 1.25rem 1.25rem 1.25rem;
}

.box .box-footer {
  padding: 0 1.25rem 1.25rem 1.25rem;
}

.box .box-footer > * {
  margin-bottom: 0;
}

.box .box-footer .icon {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0 0.0625rem 0.3125rem;
}

.box .box-footer a {
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  text-decoration: none;
}

.box .box-footer a:hover {
  text-decoration: underline;
}

.box .box-footer a.btn {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-style: normal;
}

.box .box-footer a.btn:after {
  content: '';
  margin-left: 0;
}

.box .box-footer a.btn:last-child {
  margin-bottom: 0;
}

.box .box-footer a.btn:hover {
  text-decoration: none;
}

.box .box-heading {
  margin-bottom: 0.625rem;
}

.box.box-facilities {
  border: none;
  background: #f6f6f6;
}

.box.box-facilities .box-title {
  padding: 1.875rem 1.25rem 1.25rem 1.25rem;
  margin-bottom: 0;
}

.box.box-facilities .box-body {
  font-size: 0.9375rem;
  padding-bottom: 0.625rem;
  padding-left: 1.9375rem;
}

.box.box-facilities .box-body .facility {
  margin-bottom: 0.9375rem;
  padding-left: 2.125rem;
  text-indent: -2.125rem;
}

.box.box-facilities .box-body .facility .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.box.box-facilities .box-footer {
  padding-bottom: 2.1875rem;
}

.box-group.with-title .box-title {
  margin-bottom: 0.3125rem;
}

.box-group .box-body {
  border-bottom: 0.0625rem solid #e9e9e9;
}

.box-group > div:last-child .box-body {
  border-bottom: none;
}

.box .profile {
  text-align: left;
}

.call-to-action-group {
  box-shadow: 0rem 0rem 0.625rem 0rem rgba(34, 33, 31, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.call-to-action-group .box {
  border: none;
  border-bottom: 0.0625rem solid #e9e9e9;
  border-right: 0.0625rem solid #e9e9e9;
  padding: 1.875rem 1.25rem;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.call-to-action-group .box .box-header {
  max-width: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.call-to-action-group .box .box-header h3 {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
}

.call-to-action-group .box .box-header .icon {
  width: 100%;
  height: 100%;
  max-width: 5.625rem;
  max-height: 5.625rem;
}

.call-to-action-group .box .box-body {
  max-width: 100%;
  padding: 0;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
}

.call-to-action-group .box .box-body form {
  margin: 0;
}

.call-to-action-group .box .box-body form .control-group {
  margin: 0;
}

.call-to-action-group .box .box-body h3 {
  margin: 0;
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
}

.call-to-action-group .box .box-body + .box-header {
  padding: 0;
}

.call-to-action-group .box .box-footer {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.call-to-action-group .box .box-footer button {
  margin: 0;
}

@media (max-width: 319.98px) {
  .box.box-quote .quote .quote-body {
    font: 1.125rem / 1.5rem "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  }
  .box.box-shadow:nth-child(2) {
    margin-top: 1.875rem;
  }
}

@media (min-width: 320px) and (max-width: 479.98px) {
  .box.box-shadow:nth-child(2) {
    margin-top: 1.875rem;
  }
}

@media (max-width: 479.98px) {
  .box.box-horizontal .box-header .box-title {
    margin-left: inherit;
  }
  .box.box-horizontal .box-header img {
    position: static;
    width: 100%;
  }
  .box.box-horizontal .box-body {
    margin-left: inherit;
  }
  .box.box-horizontal .box-footer {
    margin-left: inherit;
  }
}

@media (max-width: 767.98px) {
  .box-facilities {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding: 0 0.625rem;
  }
}

@media (min-width: 768px) and (max-width: 979.98px) {
  .box.box-shadow:nth-child(2) {
    margin-left: 1.875rem;
  }
  .box-group > div {
    border-left: 0.0625rem solid #e9e9e9;
  }
  .box-group > div:first-child {
    border-left: none;
  }
  .box-group > div:nth-child(2) .box-title {
    margin-top: calc(1.5rem + 0.3125rem);
  }
  .box-group > div .box-body {
    border-bottom: none;
  }
}

@media (min-width: 980px) and (max-width: 1199.98px) {
  .box.box-shadow:nth-child(2) {
    margin-left: 1.875rem;
  }
  .box .box-header .box-title a:focus {
    background-color: #FCF199;
    box-shadow: 0 0 0 0.1875rem #FCF199;
    text-decoration: none;
    color: #22211f;
  }
  .box .box-header .box-title a:focus:hover {
    color: #22211f;
  }
  .box .box-body a:focus {
    background-color: #FCF199;
    box-shadow: 0 0 0 0.1875rem #FCF199;
    text-decoration: none;
    color: #22211f;
  }
  .box .box-footer a:not(.btn):focus {
    background-color: #FCF199;
    box-shadow: 0 0 0 0.1875rem #FCF199;
    text-decoration: none;
    color: #22211f;
  }
  .box .box-footer a:not(.btn):focus .icon {
    fill: #22211f;
  }
  .box .box-footer a:not(.btn):focus:after {
    color: #22211f;
  }
  .call-to-action-group .box .box-header {
    -ms-flex-positive: 0;
        flex-grow: 0;
  }
  .call-to-action-group .box .box-body {
    padding-bottom: 0.3125rem;
    padding-top: 0.3125rem;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}

@media (min-width: 1200px) {
  .box.box-inline.float-left {
    margin-left: 0;
    margin-right: 1.875rem;
  }
  .box.box-shadow:nth-child(2) {
    margin-left: 1.875rem;
  }
  .box .box-header a:not(.btn):focus {
    background-color: #FCF199;
    box-shadow: 0 0 0 0.1875rem #FCF199;
    text-decoration: none;
    color: #22211f;
  }
  .box .box-header a:not(.btn):focus:hover {
    color: #22211f;
  }
  .box .box-header a:not(.btn):hover {
    color: #022d62;
  }
  .box .box-body a:focus {
    background-color: #FCF199;
    box-shadow: 0 0 0 0.1875rem #FCF199;
    text-decoration: none;
    color: #22211f;
  }
  .box .box-footer a:not(.btn):focus {
    background-color: #FCF199;
    box-shadow: 0 0 0 0.1875rem #FCF199;
    text-decoration: none;
    color: #22211f;
  }
  .box .box-footer a:not(.btn):focus .icon {
    fill: #22211f;
  }
  .box .box-footer a:not(.btn):focus:after {
    color: #22211f;
  }
  .box.box-primary .box-header a:hover {
    color: #ffffff;
  }
  .box.box-inverse .box-header a:hover {
    color: #ffffff;
  }
  .box.box-success .box-header a:hover {
    color: #ffffff;
  }
  .call-to-action-group .box .box-body {
    padding-bottom: 0.625rem;
    padding-top: 0;
  }
}

.cards {
  position: relative;
  --offset: calc( ((100vw - 100%) / 2) );
}

.cards__items {
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + (var(--offset) * 2) - (var(--scrollbar-width) + 1px));
  margin-left: calc(var(--offset) * -1);
  padding-left: var(--offset);
  overflow-y: hidden;
  position: relative;
}

.cards__items .card--last, .cards__items .card:last-child {
  position: relative;
}

.cards__items .card--last::after, .cards__items .card:last-child::after {
  position: absolute;
  content: '';
  right: -1.25rem;
  width: 1.25rem;
  height: 100%;
}

.cards .controls-item {
  display: none;
}

.cards .card {
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.25rem;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
}

.card {
  margin-bottom: 1.25rem;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
  border: none;
}

.card__header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  border-bottom: 0.0625rem solid #bbbbbb;
}

.card img {
  width: 100%;
}

.card .btn {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: left;
}

.card--flat {
  box-shadow: none;
}

.card__category {
  margin-bottom: 0.3125rem;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
}

.card__title {
  font-size: 1.375rem;
  line-height: 1.8rem;
}

.card__title + .card__subtitle {
  margin: -0.75rem 0 0.75rem;
}

.card__subtitle {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  color: #555555;
  display: -ms-flexbox;
  display: flex;
}

.card .card__body {
  display: block;
  width: 100%;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}

.card .card__body .list li:last-child {
  margin-bottom: 0;
}

.card .card__body .list li p {
  margin-bottom: 0;
}

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

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

.card .card__footer {
  padding: 1.25rem;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  width: 100%;
}

.card .card__footer .list-icons, .card .card__footer .list-contact {
  padding-bottom: 0;
  margin-bottom: 0;
}

.card .card__footer .list-icons li, .card .card__footer .list-contact li {
  margin-right: 0;
}

.card .card__footer .list-icons li .icon, .card .card__footer .list-contact li .icon {
  margin: 0 0.625rem 0.5625rem 0;
  width: 1.25rem;
  height: 1.25rem;
}

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

.card .card__footer .text-sm, .card .card__footer .list-contact {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .cards .card {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .card .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .card .card__body {
    padding: 1.25rem;
  }
  .card .card__footer {
    padding: 0 1.25rem 1.875rem;
  }
}

@media (min-width: 980px) {
  .cards {
    position: relative;
  }
  .cards__items {
    padding-left: 6.25rem;
  }
  .cards__items .card--last, .cards__items .card:last-child {
    position: relative;
  }
  .cards__items .card--last::after, .cards__items .card:last-child::after {
    position: absolute;
    content: '';
    right: -6.25rem;
    width: 6.25rem;
    height: 100%;
  }
  .cards__items.d-none ~ .controls-item, .cards__items.progress-set-filter ~ .controls-item {
    display: none;
  }
  .cards .controls-item {
    position: absolute;
    top: 0;
  }
  .cards .controls-item-next, .cards .controls-item-prev {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    width: 6.25rem;
  }
  .cards .controls-item-next a, .cards .controls-item-prev a {
    display: none;
  }
  .cards .controls-item-prev {
    left: calc((var(--offset) - (var(--scrollbar-width) / 2)) * -1);
  }
  .cards .controls-item-prev a {
    margin-right: 1.25rem;
    margin-left: auto;
  }
  .cards .controls-item-next {
    right: calc((var(--offset) - (var(--scrollbar-width) / 2)) * -1);
  }
  .cards .controls-item-next a {
    margin-left: 1.25rem;
  }
  .cards .card {
    -ms-flex-preferred-size: 350px;
        flex-basis: 350px;
  }
}

@media (min-width: 1400px) {
  main:not(.r-standard) .cards .controls-item-prev {
    left: -6.25rem;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff 90%);
  }
  main:not(.r-standard) .cards .controls-item-next {
    right: -6.25rem;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 90%);
  }
  main:not(.r-standard) .cards__items {
    width: calc(100% + 12.5rem);
    margin-left: -6.25rem;
    padding-left: 0;
  }
  main:not(.r-standard) .cards__items .card--first, main:not(.r-standard) .cards__items .card:first-child {
    margin-left: 6.25rem;
  }
  main:not(.r-standard) .cards__items .card--last, main:not(.r-standard) .cards__items .card:last-child {
    position: relative;
  }
  main:not(.r-standard) .cards__items .card--last::after, main:not(.r-standard) .cards__items .card:last-child::after {
    position: absolute;
    content: '';
    right: -6.25rem;
    width: 6.25rem;
    height: 100%;
  }
}

.controls-item-prev a, .controls-item-next a {
  width: 2.25rem;
  height: 2.25rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #383735;
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
}

.controls-item-prev a .icon, .controls-item-next a .icon {
  width: 1.25rem;
  height: 1.25rem;
  transition: all 150ms ease-in-out;
  fill: #ffffff;
  margin: 0;
}

.controls-item-prev a:hover .icon, .controls-item-next a:hover .icon {
  width: 1.125rem;
  height: 1.125rem;
}

.controls-item.disabled {
  opacity: 0.5 !important;
}

.controls-item.disabled a {
  cursor: not-allowed;
}

.controls-item.disabled a:hover .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.controls-item-next a {
  padding-right: 0.4375rem;
  padding-left: 0.5625rem;
}

.controls-item-prev a {
  padding-left: 0.4375rem;
  padding-right: 0.5625rem;
  margin-right: 0.625rem;
}

@media (min-width: 980px) {
  .controls-item a:focus {
    outline: none;
  }
  .controls-item:not(.disabled) a:focus {
    box-shadow: 0 0 0 0.1875rem #FCF199;
  }
}

.table {
  font-size: 1.0625rem;
  margin-bottom: 1.5rem;
}

.table th {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-weight: normal;
  border-bottom-width: 0.0625rem;
}

.table th:focus {
  outline: none;
}

.table-caption {
  padding: 0 0 0.625rem 0;
  margin: 0;
  color: #383735;
  text-align: center;
  font-size: 0.875rem;
}

.table:not(.table-bordered) tr:first-child th,
.table:not(.table-bordered) tr:first-child td {
  border-top: none;
}

.table td {
  width: auto !important;
}

.table td h1 a, .table td .page-parent a, .table td .profile.profile-large .profile-title a, .profile.profile-large .table td .profile-title a, .table td h2 a, .table td h3 a, .table td h4 a, .table td h5 a, .table td h6 a {
  text-decoration: none;
}

.table td h1 a:hover, .table td .page-parent a:hover, .table td .profile.profile-large .profile-title a:hover, .profile.profile-large .table td .profile-title a:hover, .table td h2 a:hover, .table td h3 a:hover, .table td h4 a:hover, .table td h5 a:hover, .table td h6 a:hover {
  text-decoration: underline;
}

.table.table-large {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.table.table-large th {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.table.table-large td,
.table.table-large th {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-top: 0.125rem solid #d3d3d2;
}

.table-sortable thead th {
  cursor: pointer;
}

.table-sortable thead th:focus {
  outline: 0.1875rem solid #FCF199;
}

.table-responsive {
  margin: -0.1875rem;
  padding: 0.1875rem;
  width: calc(100% + 0.375rem);
}

.tablesorter-headerUnSorted {
  background-image: url('data:image/svg+xml;utf8,<svg class="icon" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 768 767" style="enable-background:new 0 0 768 767;" xml:space="preserve"><path d="M768,512L545,767L320,512h158V257h129v255H768z M448,256L225,1L0,256h158v255h129V256H448z"/></svg>');
  background-repeat: no-repeat;
  background-position: 0.625rem 50%;
  padding-left: 2.1875rem !important;
  background-size: 0.9375rem;
}

.tablesorter-headerDesc {
  background-image: url('data:image/svg+xml;utf8,<svg class="icon" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 896 767" style="enable-background:new 0 0 896 767;" xml:space="preserve"><path d="M448,512L225,767L0,512h158V257h129v255H448z M384,448h256v-64H384V448z M384,256h384v-64H384V256z M896,0v64H384V0H896z"/></svg>');
  background-repeat: no-repeat;
  background-position: 0.625rem 50%;
  padding-left: 2.1875rem !important;
  background-size: 0.9375rem;
}

.tablesorter-headerAsc {
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 896 767" style="enable-background: new 0 0 896 767;" xml:space="preserve"><path d="M448.5,255L224.5,0L0.5,255h158v256h129V255H448.5z M384.5,319h256v64h-256V319z M384.5,511h384v64h-384V511z M896.5,767v-64h-512v64H896.5z"/></svg>');
  background-repeat: no-repeat;
  background-position: 0.625rem 50%;
  padding-left: 2.1875rem !important;
  background-size: 0.9375rem;
}

.os-host-overflow-x .table {
  margin-bottom: calc(3rem + 6px);
}

.os-host-overflow-x .table .table-caption {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.map {
  margin: 0 0 1.25rem;
  display: table;
  width: 100%;
}

.map .map-body {
  width: 100%;
  height: 12.5rem;
  background: #d3d3d2;
}

.map.map-large .map-body {
  height: 25rem;
}

.map.map-small .map-body {
  height: 6.25rem;
}

.map .caption {
  background: #e9e9e9;
  padding: 0.625rem;
  display: table-caption;
  caption-side: bottom;
}

.map .gmnoprint img {
  max-width: none;
}

.map .float-left {
  margin: 0 1.25rem 1.25rem 0;
  width: 50%;
}

.map .float-left .map-body {
  height: 12.5rem;
}

.map .float-right {
  margin: 0 0 1.25rem 1.25rem;
  width: 50%;
}

.map .float-right .map-body {
  height: 12.5rem;
}

.map .leaflet-div-icon {
  width: 1.5rem !important;
  height: 2rem !important;
  border: none;
  background: none;
}

.map .leaflet-div-icon-text {
  position: absolute;
  top: 0.1875rem;
  bottom: 0;
  right: 0;
  left: 0;
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  color: #ffffff;
  margin-bottom: 0.4375rem;
  margin-left: 0.0625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.map .leaflet-div-icon .icon {
  fill: #d4374a;
  margin: 0;
}

.map.interactive-map .map__panel {
  display: none;
}

.map.interactive-map .map-svg-marker svg {
  transition: fill 150ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  fill: #ffffff;
}

.map.interactive-map .map-svg-marker:hover svg, .map.interactive-map .map-svg-marker.active svg {
  fill: #d4374a;
}

.map--full-width .map-body {
  width: 100%;
  height: 600px;
}

@media (min-width: 980px) {
  .map #map:focus {
    box-shadow: 0 0 0 0.1875rem #FCF199;
  }
  .map #map a:focus, .map #map img:focus {
    box-shadow: 0 0 0 0.1875rem #FCF199;
    outline: none;
  }
  .map .leaflet-control-attribution a {
    color: #054fa9;
    text-decoration: underline;
  }
  .map .leaflet-control-attribution a:focus {
    background-color: #FCF199;
  }
  .map .leaflet-marker-pane img:focus {
    box-shadow: 0 0 0 0.1875rem #FCF199;
  }
  .interactive-map {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
  .interactive-map .map-box {
    height: auto;
  }
  .interactive-map #map {
    padding-top: 56.25%;
    height: 0;
  }
  .interactive-map.map--with-panel {
    display: -ms-grid;
    display: grid;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-grid-columns: 375px 1fr;
    grid-template-columns: 375px 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    position: relative;
    overflow: hidden;
  }
  .interactive-map.map--with-panel > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .interactive-map.map--with-panel > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .interactive-map.map--with-panel .map-body {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 1/1/2/4;
  }
  .interactive-map.map--with-panel .map__panel,
  .interactive-map.map--with-panel .leaflet-control-container .leaflet-top.leaflet-left {
    transition: left 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .interactive-map.map--with-panel .map__panel {
    left: -100%;
    z-index: 1039;
    background-color: #ffffff;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
    position: relative;
    display: -ms-flexbox;
    display: flex;
  }
  .interactive-map.map--with-panel .map__panel__contents {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .interactive-map.map--with-panel .map__panel__contents__inner {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: absolute;
    left: 0;
    transition: left 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .interactive-map.map--with-panel .map__panel__contents .card {
    -ms-flex-preferred-size: 375px;
        flex-basis: 375px;
    width: 375px;
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow-y: auto;
  }
  .interactive-map.map--with-panel .map__panel__controls {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    justify-items: center;
    right: -1.5625rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 1.5625rem;
    height: 3.4375rem;
    background-color: #ffffff;
    border: none;
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
  }
  .interactive-map.map--with-panel .map__panel__controls:focus {
    outline: 0.1875rem solid #FCF199;
  }
  .interactive-map.map--with-panel .map__panel__controls svg {
    margin: 0;
    transition: transform 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .interactive-map.map--with-panel .map__panel--view .map__panel__contents__inner {
    left: -375px;
  }
  .interactive-map.map--panel-open .map__panel {
    left: 0;
  }
  .interactive-map.map--panel-open .map__panel__controls {
    box-shadow: none;
    border-left: 0.0625rem solid #cccccc;
  }
  .interactive-map.map--panel-open .map__panel__controls svg {
    transform: rotate(180deg);
  }
  .interactive-map.map--panel-open .leaflet-control-container .leaflet-top.leaflet-left {
    left: 375px;
  }
}

.video {
  margin: 0 0 1.25rem;
  max-width: 100%;
  max-height: 100%;
}

.video::after, .video::before {
  display: block;
  clear: both;
  content: '';
}

.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
}

.video-body {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.video .caption {
  background: #e9e9e9;
  padding: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
}

.video .caption--lg {
  background: #ffffff;
  padding: 0;
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.65rem;
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  text-align: center;
}

.video--lazy {
  position: relative;
  display: block;
  z-index: 100;
  max-width: unset;
  max-height: unset;
  cursor: pointer;
}

.video--lazy img {
  width: 100%;
  height: 100%;
  transition: opacity 150ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.video--lazy > .icon {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 68px;
  height: auto;
  max-height: 50%;
  z-index: 99;
  pointer-events: none;
}

.video--lazy > .icon .bg {
  transition: fill 150ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  fill: rgba(34, 33, 31, 0.8);
}

.video--lazy:hover .icon .bg {
  fill: #f00;
}

.video--lazy:hover img {
  opacity: 0.8;
}

.video--lazy .video__wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.video--lazy .video__wrapper--dismissible .video__wrapper__overlay {
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 150px;
  background: rgba(34, 33, 31, 0);
  background: linear-gradient(225deg, black 0%, rgba(34, 33, 31, 0) 50%);
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 102;
}

.video--lazy .video__wrapper--dismissible .video__wrapper__close {
  width: 20px;
  height: 20px;
  -ms-flex-align: center;
      align-items: center;
  justify-items: center;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  cursor: pointer;
  top: 1.25rem;
  right: 1.25rem;
  opacity: 0;
  pointer-events: all;
}

.video--lazy .video__wrapper--dismissible .video__wrapper__close .icon {
  width: 20px;
  height: 20px;
  fill: #ffffff;
  margin-right: 0;
}

.video--lazy .video__wrapper--dismissible .video__wrapper__close:focus {
  outline: 0.1875rem #FCF199;
}

.video--lazy .video__wrapper--dismissible .video__wrapper__close:focus .icon {
  fill: #383735;
  outline: none;
  box-shadow: 0 0 0 0.1875rem #FCF199;
  background-color: #FCF199;
}

.video--lazy.video--active {
  z-index: 101;
}

.video--lazy.video--active > .icon {
  opacity: 0;
}

.video--lazy.video--active:hover img {
  opacity: 1;
}

.video--lazy.video--active:hover .video__wrapper {
  opacity: 1;
}

.video--lazy.video--active:hover .video__wrapper__overlay {
  cursor: default;
  opacity: 1;
}

.video--lazy.video--disable-close:hover .video__wrapper {
  opacity: 1;
}

.video--lazy.video--disable-close:hover .video__wrapper__overlay {
  cursor: default;
  opacity: 0;
}

.video--lazy.video--disable-close:hover .video__wrapper__close {
  opacity: 0;
}

.video--disabled {
  text-decoration: none;
}

.video--disabled .content-unavailable {
  transition: opacity 150ms ease;
}

.video--disabled .content-unavailable__overview, .video--disabled .content-unavailable__content {
  transition: opacity 150ms ease;
}

.video--disabled .content-unavailable__content {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.video--disabled .content-unavailable--minimal-content .content-unavailable__content {
  display: none;
  opacity: 0;
}

.video--disabled .video__wrapper--dismissible .video__wrapper__close {
  transition: opacity 150ms ease;
}

.video--disabled:hover {
  text-decoration: none;
}

.video--disabled:hover .content-unavailable--full-content {
  cursor: auto;
}

.video--disabled:not(.video--active):hover {
  text-decoration: none;
}

.video--disabled:not(.video--active):hover .content-unavailable--minimal-content a {
  color: #022d62;
  pointer-events: none;
}

.video--disabled.video--active {
  cursor: auto;
  z-index: 102;
}

.video--disabled.video--active:hover .content-unavailable--minimal-content a {
  pointer-events: auto;
}

.video--disabled.video--active .content-unavailable__overview {
  display: none;
}

.video--disabled.video--active .video__wrapper--dismissible .video__wrapper__overlay {
  opacity: 1;
  background: rgba(255, 255, 255, 0);
}

.video--disabled.video--active .video__wrapper--dismissible .video__wrapper__close .icon {
  fill: #22211f;
}

.with-video {
  margin-top: 1.875rem;
}

.callout.with-video .video {
  padding-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .video .caption--lg {
    font-size: 1.375rem;
    line-height: 1.8rem;
  }
}

.content-group {
  min-width: 100%;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}

.content-group--centered {
  text-align: center;
}

.content-group.with-image {
  background-color: #383735;
}

.content-group.full-width:not(.with-image) {
  position: relative;
}

.content-group.full-width:not(.with-image):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: inherit;
  width: 100vw;
  margin-left: calc((((100vw - 100% + 17px) / 2) ) * -1);
  margin-left: calc((((100vw - 100% + var(--scrollbar-width, 0px)) / 2)) * -1);
}

.content-group.full-width.content-group-feature.with-image .image-wrapper {
  width: 100vw;
  margin-left: calc((((100vw - 100% + 17px) / 2) ) * -1);
  margin-left: calc((((100vw - 100% + var(--scrollbar-width, 0px)) / 2)) * -1);
}

.content-group.with-background {
  background: #f6f6f6;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.content-group.with-background + .content-group.no-background {
  padding-top: 2.5rem;
}

.content-group__content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  /* Remove quote margin if it's last element on the content group */
}

.content-group__content *:last-child.quote {
  margin-bottom: 0;
}

.content-group--featured {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  position: relative;
  margin: 0.625rem 0;
}

.content-group--featured > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.content-group--featured + .content-group--featured {
  margin-top: -0.625rem;
}

.content-group--featured .content-group__content {
  z-index: 2;
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
}

.content-group--featured h1, .content-group--featured .page-parent, .content-group--featured .profile.profile-large .profile-title, .profile.profile-large .content-group--featured .profile-title, .content-group--featured h2, .content-group--featured h3, .content-group--featured p, .content-group--featured a, .content-group--featured svg {
  z-index: 2;
}

.content-group--featured h1, .content-group--featured .page-parent, .content-group--featured .profile.profile-large .profile-title, .profile.profile-large .content-group--featured .profile-title, .content-group--featured h2, .content-group--featured h3, .content-group--featured p, .content-group--featured svg {
  position: relative;
}

.content-group--featured h2 {
  margin-top: 0;
}

.content-group--featured p:last-child, .content-group--featured ul:last-child {
  margin-bottom: 0;
}

.content-group--featured svg {
  fill: #ffffff;
}

.content-group--featured.with-background.bg-brick-red {
  color: #ffffff;
}

.content-group--featured.with-background svg {
  fill: #ffffff;
}

.content-group--featured.with-background .content-group__indicator {
  border-color: #ffffff;
}

.content-group--featured.with-background .content-group__highlights svg {
  fill: #ffffff;
}

.content-group--featured.with-background .content-group__highlights p {
  color: #ffffff;
}

.content-group--featured.with-background.bg-tuatara {
  color: #ffffff;
}

.content-group--featured.with-background svg {
  fill: #ffffff;
}

.content-group--featured.with-background .content-group__indicator {
  border-color: #ffffff;
}

.content-group--featured.with-background .content-group__highlights svg {
  fill: #ffffff;
}

.content-group--featured.with-background .content-group__highlights p {
  color: #ffffff;
}

.content-group--featured.with-background.bg-ocean-green {
  color: #1e1d1c;
}

.content-group--featured.with-background svg {
  fill: #1e1d1c;
}

.content-group--featured.with-background .content-group__indicator {
  border-color: #1e1d1c;
}

.content-group--featured.with-background .content-group__highlights svg {
  fill: #ffffff;
}

.content-group--featured.with-background .content-group__highlights p {
  color: #ffffff;
}

.content-group--featured.with-background.bg-cerise {
  color: #ffffff;
}

.content-group--featured.with-background svg {
  fill: #ffffff;
}

.content-group--featured.with-background .content-group__indicator {
  border-color: #ffffff;
}

.content-group--featured.with-background .content-group__highlights svg {
  fill: #ffffff;
}

.content-group--featured.with-background .content-group__highlights p {
  color: #ffffff;
}

.content-group--featured.with-background.bg-affair {
  color: #ffffff;
}

.content-group--featured.with-background svg {
  fill: #ffffff;
}

.content-group--featured.with-background .content-group__indicator {
  border-color: #ffffff;
}

.content-group--featured.with-background .content-group__highlights svg {
  fill: #ffffff;
}

.content-group--featured.with-background .content-group__highlights p {
  color: #ffffff;
}

.content-group--featured.with-background.bg-panache {
  color: #383735;
}

.content-group--featured.with-background svg {
  fill: #383735;
}

.content-group--featured.with-background .content-group__indicator {
  border-color: #383735;
}

.content-group--featured.with-background .content-group__highlights svg {
  fill: #ffffff;
}

.content-group--featured.with-background .content-group__highlights p {
  color: #ffffff;
}

.content-group--featured.with-background.bg-anakiwa {
  color: #383735;
}

.content-group--featured.with-background svg {
  fill: #383735;
}

.content-group--featured.with-background .content-group__indicator {
  border-color: #383735;
}

.content-group--featured.with-background .content-group__highlights svg {
  fill: #ffffff;
}

.content-group--featured.with-background .content-group__highlights p {
  color: #ffffff;
}

.content-group--featured.with-background.bg-aero-blue {
  color: #383735;
}

.content-group--featured.with-background svg {
  fill: #383735;
}

.content-group--featured.with-background .content-group__indicator {
  border-color: #383735;
}

.content-group--featured.with-background .content-group__highlights svg {
  fill: #ffffff;
}

.content-group--featured.with-background .content-group__highlights p {
  color: #ffffff;
}

.content-group--featured.with-background.bg-mauve {
  color: #383735;
}

.content-group--featured.with-background svg {
  fill: #383735;
}

.content-group--featured.with-background .content-group__indicator {
  border-color: #383735;
}

.content-group--featured.with-background .content-group__highlights svg {
  fill: #ffffff;
}

.content-group--featured.with-background .content-group__highlights p {
  color: #ffffff;
}

.content-group--featured.with-background.bg-wild-sand {
  color: #383735;
}

.content-group--featured.with-background svg {
  fill: #383735;
}

.content-group--featured.with-background .content-group__indicator {
  border-color: #383735;
}

.content-group--featured.with-background .content-group__highlights svg {
  fill: #ffffff;
}

.content-group--featured.with-background .content-group__highlights p {
  color: #ffffff;
}

.content-group--featured.with-background.bg-prussian-blue {
  color: #ffffff;
}

.content-group--featured.with-background svg {
  fill: #ffffff;
}

.content-group--featured.with-background .content-group__indicator {
  border-color: #ffffff;
}

.content-group--featured.with-background .content-group__highlights svg {
  fill: #ffffff;
}

.content-group--featured.with-background .content-group__highlights p {
  color: #ffffff;
}

.content-group--featured.with-background li a:focus, .content-group--featured.with-background p a:focus {
  color: #22211f;
}

.content-group--featured.with-background li a:focus svg, .content-group--featured.with-background p a:focus svg {
  fill: #22211f;
}

.content-group--featured.with-image h1, .content-group--featured.with-image .page-parent, .content-group--featured.with-image .profile.profile-large .profile-title, .profile.profile-large .content-group--featured.with-image .profile-title, .content-group--featured.with-image h2, .content-group--featured.with-image h3, .content-group--featured.with-image p, .content-group--featured.with-image a, .content-group--featured.with-image svg {
  color: #ffffff;
}

.content-group--featured.with-image li a:focus, .content-group--featured.with-image p a:focus {
  color: #22211f;
}

.content-group--featured.with-image li a:focus svg, .content-group--featured.with-image p a:focus svg {
  fill: #22211f;
}

.content-group--featured.with-image svg {
  fill: #ffffff;
}

.content-group--featured.with-image .content-group__indicator {
  border-color: #ffffff;
}

.content-group--featured.with-image .container,
.content-group--featured.with-image .image-wrapper {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.content-group--featured.with-image .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1.25rem);
  height: 100%;
  overflow: hidden;
  z-index: 1;
  margin: 0 -0.625rem;
}

.content-group--featured.with-image .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-group--featured.with-image .image-wrapper::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-group--featured.with-image p:last-child, .content-group--featured.with-image ul:last-child {
  margin-bottom: 1.25rem;
}

.content-group--with-promo {
  margin-bottom: 7.1875rem;
}

.content-group--with-promo [class*="col-"] {
  position: static;
}

.content-group--with-promo .content-group__content {
  padding-top: 3.125rem;
  padding-bottom: 6.875rem;
}

.content-group--with-promo .content-group__promo {
  width: 11.125rem;
  height: 11.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50%;
  background-color: #008458;
  position: absolute;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.15);
  margin: 0.1875rem;
  padding: 0.625rem;
  text-align: center;
  -ms-flex-direction: column;
      flex-direction: column;
  bottom: -5.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 2;
  color: #ffffff;
}

.content-group--with-promo .content-group__promo__text, .content-group--with-promo .content-group__promo__date {
  z-index: 3;
  width: 100%;
}

.content-group--with-promo .content-group__promo__text {
  text-decoration: underline;
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

.content-group--with-promo .content-group__promo__date {
  text-decoration: none;
  margin-top: 0.3125rem;
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
}

.content-group--with-promo .content-group__promo__ring {
  width: 11.875rem;
  height: 11.875rem;
  z-index: 2;
  transition: background-color 150ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  position: absolute;
  margin: 0;
  border-radius: 50%;
  border: 0.1875rem solid #499f7f;
  top: -0.375rem;
  left: -0.375rem;
}

.content-group--with-promo .content-group__promo:focus, .content-group--with-promo .content-group__promo:active, .content-group--with-promo .content-group__promo:hover {
  text-decoration: none;
}

.content-group--with-promo .content-group__promo:focus .content-group__promo__ring, .content-group--with-promo .content-group__promo:active .content-group__promo__ring, .content-group--with-promo .content-group__promo:hover .content-group__promo__ring {
  background-color: #008458;
}

.content-group--with-promo .content-group__promo:focus .content-group__promo__date, .content-group--with-promo .content-group__promo:active .content-group__promo__date, .content-group--with-promo .content-group__promo:hover .content-group__promo__date {
  text-decoration: none;
}

.content-group--with-promo .content-group__promo:focus {
  outline: none;
}

.content-group--with-promo .content-group__promo:focus .content-group__promo__ring {
  box-shadow: 0 0 0 0.1875rem #FCF199;
}

.content-group--with-highlights.content-group--with-promo .content-group__highlights {
  padding-bottom: 7.1875rem;
}

.content-group-quote {
  background: #ebe9e1;
}

.content-group-contact {
  font-size: 1.375rem;
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
}

.content-group-contact p, .content-group-contact ul {
  margin: 0;
}

.content-group .teaser {
  margin-bottom: 0;
}

.content-group-title {
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  font-size: 2rem;
}

.content-group-hero {
  padding: 0;
}

.content-group--with-parallax {
  -ms-flex: 0;
      flex: 0;
  overflow: hidden;
  background: #383735;
}

.content-group--with-parallax h1, .content-group--with-parallax .page-parent, .content-group--with-parallax .profile.profile-large .profile-title, .profile.profile-large .content-group--with-parallax .profile-title, .content-group--with-parallax h2, .content-group--with-parallax h3, .content-group--with-parallax p, .content-group--with-parallax a, .content-group--with-parallax svg {
  color: #ffffff;
}

.content-group--with-parallax .content-group__content {
  position: relative;
  padding-bottom: 100vh;
  padding-bottom: var(--full-vh);
  padding-top: calc(100vh + 2.5rem);
  padding-top: calc(var(--full-vh) + 2.5rem);
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}

.content-group--with-parallax .content-group__content [class*="col-"] {
  z-index: 1;
}

.content-group--full-vh {
  min-height: 100vh;
  min-height: var(--full-vh);
  display: -ms-grid;
  display: grid;
  -ms-flex-align: center;
      align-items: center;
}

.content-group__indicator {
  display: none;
}

.content-group__highlights {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  padding: 2.5rem 0 1.25rem;
  background-color: #22211f;
  position: relative;
  margin-top: -0.625rem;
  -ms-grid-row-align: end;
      align-self: end;
}

.content-group__highlights .highlight {
  z-index: 2;
  margin-bottom: 0;
  margin-top: 0;
  border: none;
}

.content-group__highlights .highlight .icon {
  margin-bottom: 1.25rem;
}

.content-group__highlights .highlight__title {
  font-size: 1.5rem;
  line-height: 1.9rem;
}

.content-group__highlights .highlight p:last-child {
  margin-bottom: 1.25rem;
}

.content-group__highlights:after {
  content: "";
  position: absolute;
  background-color: #22211f;
  top: 0;
  left: -0.625rem;
  width: calc(100% + $base-unit*2);
  height: 100%;
  z-index: 1;
}

.content-group:not(.content-group--with-promo).with-background + .content-group.with-background,
.content-group:not(.content-group--with-promo).with-background + .content-group.with-image, .content-group:not(.content-group--with-promo).with-image + .content-group.with-background,
.content-group:not(.content-group--with-promo).with-image + .content-group.with-image {
  margin-top: -2.5rem;
}

.content-group:not(.content-group--with-promo).with-background + .content-group.with-background.content-group--featured,
.content-group:not(.content-group--with-promo).with-background + .content-group.with-image.content-group--featured, .content-group:not(.content-group--with-promo).with-image + .content-group.with-background.content-group--featured,
.content-group:not(.content-group--with-promo).with-image + .content-group.with-image.content-group--featured {
  margin-top: -5rem;
}

.content-group:not(.content-group--with-promo).with-background + .nav-section, .content-group:not(.content-group--with-promo).with-image + .nav-section {
  margin-top: -5rem;
}

.content-group:not(.content-group--with-promo).with-background + .sticky-top-before + .nav-section-top, .content-group:not(.content-group--with-promo).with-image + .sticky-top-before + .nav-section-top {
  margin-top: -5rem;
}

.content-group:not(.content-group--with-promo).with-background + .sticky-top-before + .nav-section-top + .nav-section, .content-group:not(.content-group--with-promo).with-image + .sticky-top-before + .nav-section-top + .nav-section {
  margin-top: 0;
}

.nav-section.mb-20 + .content-group {
  padding-top: 1.25rem;
}

.nav-global:not(.nav-global--absolute) ~ .nav-breadcrumb ~ .content > .content-group--full-vh:first-child {
  min-height: calc(100vh - calc(50px + 1.25rem)3.1875rem);
  min-height: calc(var(--full-vh) - calc(50px + 1.25rem)3.1875rem);
}

.nav-global:not(.nav-global--absolute) ~ .content > .content-group--full-vh:first-child {
  min-height: calc(100vh - calc(50px + 1.25rem));
  min-height: calc(var(--full-vh) - calc(50px + 1.25rem));
}

.nav-global--absolute ~ .content > .content-group--featured:first-child .content-group__content {
  padding-top: calc(70px + 3.75rem + 3.75rem);
}

@media (min-width: 768px) {
  .content-group {
    margin-left: 0;
    margin-right: 0;
  }
  .content-group-hero {
    margin: 2.53125rem 0;
  }
  .content-group.with-background {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .content-group.md-with-background {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background: #f6f6f6;
  }
  .content-group.md-with-background + .content-group.no-background .content-group__content {
    padding-top: 1.25rem;
  }
  .content-group--with-promo {
    margin-bottom: 5rem;
  }
  .content-group--with-promo .content-group__content {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .content-group--with-promo .content-group__promo {
    width: 12.375rem;
    height: 12.375rem;
    position: relative;
    top: 0;
  }
  .content-group--with-promo .content-group__promo__ring {
    width: 13.125rem;
    height: 13.125rem;
  }
  .content-group--with-promo p:last-child, .content-group--with-promo ul:last-child {
    margin-bottom: 0;
  }
  .content-group--featured.with-image .image-wrapper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    width: 100%;
    margin: 0;
  }
  .content-group__indicator {
    -ms-flex-align: center;
        align-items: center;
    border-radius: 50%;
    border: 0.0625rem solid #22211f;
    padding: 0.78125rem;
    position: absolute;
    bottom: 1.875rem;
    z-index: 2;
    transition: background-color 150ms cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 150ms cubic-bezier(0.55, 0.055, 0.675, 0.19), transform 150ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-grid-column-align: center;
        justify-self: center;
    opacity: 0;
  }
  .content-group__indicator--visible {
    display: -ms-flexbox;
    display: flex;
    animation: nudge 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 2 3s, fade-in 150ms cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
  }
  .content-group__indicator .icon {
    width: 1.25rem;
    height: 1.25rem;
    transition: fill 150ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transform: rotate(180deg);
    margin: 0;
    fill: #22211f;
    pointer-events: none;
  }
  .content-group__indicator:focus {
    background-color: #FCF199;
    outline: none;
    box-shadow: 0 0 0 0.1875rem #FCF199;
  }
  .content-group__indicator:focus .icon {
    fill: #383735;
  }
  .content-group__highlights {
    position: relative;
    padding: 3.125rem 0 1.875rem;
  }
  .content-group__highlights:after {
    background-color: #22211f;
    width: 100%;
    left: 0;
  }
  .content-group.with-image .content-group__highlights:after {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .content-group--with-highlights.content-group--with-promo .content-group__highlights {
    padding-bottom: 1.25rem;
  }
  .content-group--with-highlights .content-group__indicator {
    display: none;
  }
  .content-group--with-parallax .content-group__content {
    position: static;
  }
  .content-group--with-parallax .tint {
    height: 100%;
  }
  .content-group--with-parallax .tint:before, .content-group--with-parallax .tint:after {
    content: none;
  }
  .content-group.content-group--with-promo + .content-group.with-background,
  .content-group.content-group--with-promo + .content-group.with-image {
    margin-top: -2.5rem;
  }
  .content-group.content-group--with-promo + .content-group.with-background.content-group--featured,
  .content-group.content-group--with-promo + .content-group.with-image.content-group--featured {
    margin-top: -5rem;
  }
  .content-group.content-group--with-promo + .nav-section {
    margin-top: -5rem;
  }
  .content-group.content-group--with-promo + .sticky-top-before + .nav-section-top {
    margin-top: -5rem;
  }
  .content-group.content-group--with-promo + .sticky-top-before + .nav-section-top + .nav-section {
    margin-top: 0;
  }
}

@media (min-width: 980px) {
  .content-group-hero {
    margin: 3.8125rem 0;
  }
  .nav-global:not(.nav-global--absolute) ~ .nav-breadcrumb ~ .content > .content-group--full-vh:first-child {
    min-height: calc(100vh - 4.375rem2.5rem3.125rem3.1875rem);
    min-height: calc(var(--full-vh) - 4.375rem2.5rem3.125rem3.1875rem);
  }
  .nav-global:not(.nav-global--absolute) ~ .content > .content-group--full-vh:first-child {
    min-height: calc(100vh - 4.375rem2.5rem3.125rem);
    min-height: calc(var(--full-vh) - 4.375rem2.5rem3.125rem);
  }
}

.nav-dictionary {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  margin: 0;
}

.nav-dictionary li {
  margin-bottom: 0.3125rem;
}

.dictionary {
  margin-bottom: 2.5rem;
}

.dictionary::after, .dictionary::before {
  display: block;
  clear: both;
  content: '';
}

.dictionary:not(.dictionary-vertical) .dictionary-letter {
  border-top: 0.125rem solid #e9e9e9;
  padding: 1.25rem 0 1.25rem 0;
  position: relative;
  min-height: 3.125rem;
}

.dictionary:not(.dictionary-vertical) .dictionary-letter::after, .dictionary:not(.dictionary-vertical) .dictionary-letter::before {
  display: block;
  clear: both;
  content: '';
}

.dictionary:not(.dictionary-vertical) .dictionary-letter-title {
  font: normal normal 2.75rem / 3.125rem "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  color: #d4374a;
  position: absolute;
  left: 0;
  top: 1.25rem;
}

.dictionary-terms {
  margin: 0 0 0 8.75rem;
  padding: 0;
  list-style: none;
}

.dictionary-term {
  font: normal 1.0625rem / 1.5rem "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  padding-bottom: 0.625rem;
  page-break-inside: avoid;
  break-inside: avoid;
}

.dictionary-term small {
  font-style: normal;
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.0625rem;
  display: block;
  margin-left: 1.25rem;
}

.dictionary-vertical .nav-pills {
  margin-bottom: 0.625rem;
}

.dictionary-vertical .dictionary-letter-title {
  background: #ffffff;
  padding: 0.625rem 0;
  margin: -0.625rem 0 0.625rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.dictionary-vertical .dictionary-letter-title.stuck {
  border-bottom: 0.0625rem solid #d3d3d2;
}

@supports (width: 100vw) {
  .dictionary-vertical .dictionary-letter-title.stuck {
    transform: translateX(-1.25rem);
    width: calc(100% + $base-unit*4);
    padding: 0.625rem 1.25rem;
    overflow-x: hidden;
    transform-origin: top;
  }
}

@media (max-width: 479.98px) {
  .dictionary-terms {
    column-count: 1;
    column-gap: 1.25rem;
    margin-left: 8.75rem;
  }
}

@media (min-width: 480px) {
  .dictionary-terms {
    column-count: 2;
    column-gap: 1.25rem;
  }
}

@media (min-width: 768px) {
  .dictionary-vertical .dictionary-letter-title {
    background: #ffffff;
    padding: 0.625rem 0;
    margin: 0;
  }
  .dictionary-vertical .dictionary-letter-title.stuck {
    border-bottom: 0.0625rem solid #d3d3d2;
    transform: translateX(0);
    width: 100%;
    padding: 0.625rem 0;
  }
}

@media (min-width: 980px) and (max-width: 1199.98px) {
  .dictionary-terms {
    column-count: 3;
    column-gap: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .dictionary-terms {
    column-count: 4;
    column-gap: 1.25rem;
  }
  .dictionary-terms li a:focus {
    background-color: #FCF199;
    outline: none;
  }
  .nav-dictionary li a:focus {
    outline: none;
    box-shadow: 0 0 0 0.1875rem #FCF199;
  }
}

.facet {
  border: 0.0625rem solid #e9e9e9;
  margin-bottom: 1.25rem;
}

.facet .facet-heading {
  background: #f0f0f0;
}

.facet .facet-title {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.375rem;
  line-height: 1.8rem;
  padding: 0.9375rem 1.25rem;
  color: #22211f;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  cursor: pointer;
}

.facet .facet-title:hover, .facet .facet-title:focus {
  text-decoration: none;
  color: #22211f;
}

.facet .facet-title .icon {
  fill: #727270;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.facet .facet-body {
  padding: 1.25rem 1.25rem 0.625rem;
}

.facet .facet-body .form-controls {
  margin-top: 0;
}

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

.facet .facet-items .facet-item {
  margin-bottom: 1.25rem;
}

.facet .facet-items .facet-item a {
  display: block;
  text-decoration: none;
  text-indent: -2.75rem;
  padding-left: 2.75rem;
  color: #383735;
}

.facet .facet-items .facet-item a .icon {
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.75rem;
}

.facet .facet-items .facet-item a .badge.badge-facet {
  background: #d4374a;
  color: #ffffff;
  float: right;
  margin-left: 0.3125rem;
}

.facet .facet-items .facet-item:hover {
  text-decoration: underline;
}

.facet .facet-items .facet-item .icon {
  color: #999999;
  margin-right: 0.3125rem;
}

.facet.facet-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 10030;
  margin-bottom: 0;
  border: none;
}

.facet.facet-popup .facet-heading {
  background: #22211f;
}

.facet.facet-popup .facet-heading .facet-title {
  color: #ffffff;
  margin-bottom: 0;
}

.facet.facet-popup .facet-heading .facet-title .icon {
  float: right;
  cursor: pointer;
  fill: #ffffff;
}

.facet.facet-popup .facet-body {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  position: absolute;
  top: 3.6875rem;
  left: 0;
  right: 0;
  bottom: 4.625rem;
}

.facet.facet-popup .facet-body form {
  margin: 0;
  padding: 0.9375rem 1.25rem 0.625rem;
}

.facet.facet-popup .facet-body form .form-controls {
  margin-top: 0;
}

.facet.facet-popup .facet-body .facet-actions {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.25rem 0 0.625rem;
}

.facet.facet-popup .facet-body .facet-actions button {
  width: 40%;
  margin: 0 0.625rem 0 0;
}

.facet.facet-popup .facet-body .facet-items {
  padding: 0;
  margin-bottom: 1.25rem;
}

.facet.facet-popup .facet-body .facet-items .facet-group-title {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  margin: 0px;
  white-space: normal;
  border-bottom: 0.0625rem solid #e9e9e9;
  color: #045bc6;
}

.facet.facet-popup .facet-body .facet-items .facet-group-title a {
  display: block;
  padding: 1.25rem 0 1.25rem 1.25rem;
  text-decoration: none;
}

.facet.facet-popup .facet-body .facet-items .facet-group-title a:hover {
  text-decoration: none;
}

.facet.facet-popup .facet-body .facet-items .facet-item {
  margin-bottom: 0;
  color: #045bc6;
  border-bottom: 0.0625rem solid #e9e9e9;
  white-space: nowrap;
  padding: 0 0 0 1.25rem;
}

.facet.facet-popup .facet-body .facet-items .facet-item:hover {
  text-decoration: none;
}

.facet.facet-popup .facet-body .facet-items .facet-item label {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  padding: 1.25rem 0 1.25rem 0.3125rem;
  margin: 0px;
  white-space: normal;
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  cursor: pointer;
}

.facet.facet-popup .facet-body .facet-items .facet-item label::after {
  color: #383735;
}

.facet.facet-popup .facet-body .facet-items .facet-item input {
  margin: 0;
}

.facet.facet-popup .facet-body .facet-items .facet-item a {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  padding: 1.25rem 0 1.25rem 0.3125rem;
  margin: 0px;
  white-space: normal;
  text-indent: 0;
}

.facet.facet-popup .facet-body .facet-items .facet-item a .badge {
  margin-right: 1.25rem;
}

.facet input[type='date'] {
  margin-bottom: 1.5rem;
}

.facet .facet-show-more {
  margin-bottom: 0.625rem;
  display: block;
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
}

.selected-facets {
  list-style: none;
  margin: 0;
  display: inline-block;
}

.selected-facets li {
  margin-bottom: 0.625rem;
  float: left;
  margin-right: 0.625rem;
}

.selected-facets li .btn {
  text-align: left;
  margin-bottom: 0;
}

@media (min-width: 980px) and (max-width: 1199.98px) {
  .facet .facet-heading .facet-title:focus {
    outline: 0.1875rem solid #FCF199;
  }
  .facet .facet-items .facet-item a:focus {
    box-shadow: 0 0 0 0.1875rem #FCF199;
    background-color: #FCF199;
    outline: none;
  }
  .facet .facet-show-more:focus {
    background-color: #FCF199;
    box-shadow: 0 0 0 0.1875rem #FCF199;
  }
}

.featured-content {
  margin-bottom: 2.5rem;
}

.featured-content .featured-content-image {
  padding-top: 56.25%;
  position: relative;
}

.featured-content .featured-content-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.featured-content .featured-content-body {
  margin-bottom: 0;
}

.featured-content .featured-content-title {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
}

@media (min-width: 768px) {
  .featured-content .featured-content-title {
    margin-bottom: 0;
  }
  .featured-content .featured-content-image {
    padding-top: 0;
    height: 420px;
    overflow: hidden;
  }
  .featured-content .featured-content-image img {
    width: unset;
    max-width: none;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 980px) {
  .featured-content {
    margin-top: -2.5rem;
  }
}

.component-example {
  position: relative;
  margin: 0 0 0.9375rem 0;
  padding: 2.4375rem 1.1875rem 0.875rem;
  background-color: #ffffff;
  border: 0.0625rem solid #d3d3d2;
  border-radius: 0.25rem;
}

.component-example:after {
  content: "Example";
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.1875rem 0.4375rem;
  background-color: #f5f5f5;
  border: 0.0625rem solid #d3d3d2;
  color: #91908f;
  border-radius: 0.25rem 0 0.25rem 0;
  font-size: 0.75rem;
  font-weight: bold;
}

.show-grid [class*="span"] {
  background-color: #e9e9e9;
  text-align: center;
  border-radius: 0.1875rem;
  min-height: 2.5rem;
  line-height: 2.5rem;
}

.component-example + .prettyprint {
  margin-top: -1.25rem;
  padding-top: 0.9375rem;
}

.show-grid {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}

.embed--disabled {
  text-decoration: none;
  color: #383735;
}

.embed--disabled:hover {
  text-decoration: none;
}

.back-to-top {
  margin-top: 0;
  opacity: 1;
}

.back-to-top--loaded {
  opacity: 0;
}

.back-to-top--loaded.active {
  opacity: 1;
}

.back-to-top a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

.back-to-top .icon {
  margin-right: 0.625rem;
  fill: currentColor;
}

.document-control-table + .back-to-top {
  transform: translateY(-3.125rem);
}

.back-to-top {
  margin-top: 0;
}

.back-to-top.position-sticky, .back-to-top.modal-header {
  bottom: 2.5rem;
  transform: translateY(4.0625rem);
}

.back-to-top.position-sticky.back-to-top--loaded, .back-to-top.back-to-top--loaded.modal-header {
  transition: transform 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19), opacity 250ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.back-to-top.position-sticky.back-to-top--loaded.active, .back-to-top.back-to-top--loaded.active.modal-header {
  transform: translateY(-1.5rem);
  opacity: 1;
}

.toast-container {
  position: fixed;
  z-index: 1040;
}

.toast {
  background-color: #ffffff;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  position: relative;
}

.toast-header {
  color: #383735;
  padding: 1em 1em 0;
  border-bottom: 0;
  background: transparent;
  -ms-flex-align: start;
      align-items: start;
}

.toast-body {
  padding: 0.25em 1rem 1em;
}

.toast--top-left {
  top: 1.25rem;
  left: 1.25rem;
}

.toast--top-right {
  top: 1.25rem;
  right: 1.25rem;
}

.toast--bottom-left {
  bottom: 1.25rem;
  left: 1.25rem;
}

.toast--bottom-right {
  bottom: 1.25rem;
  right: 1.25rem;
}

.toast .close .icon {
  vertical-align: top;
  width: 0.75rem;
  height: 0.75rem;
  margin-top: 0.3125rem;
}

.toast-success, .toast-info, .toast-error {
  color: #ffffff;
}

.toast-success a, .toast-info a, .toast-error a {
  color: #ffffff;
}

.toast-success .toast-header, .toast-info .toast-header, .toast-error .toast-header {
  color: #ffffff;
}

.toast-success .close, .toast-info .close, .toast-error .close {
  color: #ffffff;
  opacity: 1;
}

.toast-success .close .icon, .toast-info .close .icon, .toast-error .close .icon {
  fill: #ffffff;
}

.toast-success {
  background: #008458;
}

.toast-info {
  background: #3a6cb5;
}

.toast-error {
  background: #d4374a;
}

.toast-warning {
  background: #fef6da;
}

.toast a {
  text-decoration: underline;
}

.scale-container {
  margin: 5rem 0;
}

.scale-container__wrapper {
  transform: scale(1);
}

.scale-container__media {
  margin: 0;
}

.scale-container__media img {
  width: 100%;
}

@media (min-width: 768px) {
  .scale-container--loaded {
    height: 200vh;
    height: calc(var(--full-vh) * 2);
    margin-bottom: 100px;
  }
  .scale-container--loaded .scale-container__wrapper {
    display: -ms-grid;
    display: grid;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    height: var(--full-vh);
    -ms-flex-align: center;
        align-items: center;
    transform: scale(0.7);
  }
  .scale-container--loaded .scale-container__wrapper .content-unavailable__content {
    transform: scale(1.3);
  }
  .scale-container--loaded .scale-container__wrapper figcaption {
    opacity: 0;
  }
}

@media (min-width: 980px) {
  .scale-container--loaded .scale-container__wrapper {
    transform: scale(0.5);
  }
  .scale-container--loaded .scale-container__wrapper .content-unavailable__content {
    transform: scale(1.5);
  }
}

.tint {
  position: relative;
}

.tint:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.tint--with-fade {
  position: absolute;
  top: 100vh;
  top: var(--full-vh);
  left: 0;
  width: 100%;
  height: calc(100% - 200vh);
  height: calc(100% - (var(--full-vh) * 2));
  background: rgba(0, 0, 0, 0.7);
}

.tint--with-fade:before, .tint--with-fade:after {
  height: 35vh;
  position: absolute;
  content: "";
  width: 100%;
}

.tint--with-fade:before {
  top: -35vh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

.tint--with-fade:after {
  bottom: -35vh;
  top: unset;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

@media (min-width: 768px) {
  .tint--with-fade {
    top: 0;
    height: 100%;
  }
  .tint:before, .tint:after {
    content: none;
  }
}

.parallax {
  margin: -0.625rem;
  width: calc(100% + 1.25rem);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
}

.parallax__container {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip: auto;
  -webkit-mask-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
}

.parallax__item {
  position: fixed;
  object-fit: cover;
  transition: opacity 1s;
  opacity: 0;
  top: 0;
  height: 100vh;
  height: var(--full-vh);
  width: 100%;
}

.parallax__item--active {
  opacity: 1;
}

.parallax:not(.parallax--instant) .parallax__item--1 {
  opacity: 1 !important;
}

.parallax--instant .parallax__item {
  transition: none;
}

.parallax--standard {
  height: 100%;
  opacity: 1;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.parallax--standard .parallax__container {
  position: static;
}

.parallax--standard .parallax__item {
  opacity: 1;
  position: static;
  display: -ms-grid;
  display: grid;
  height: 100vh;
  height: var(--full-vh);
  width: 100vw;
}

.parallax--standard + .content-group__content {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

@media (min-width: 480px) {
  .parallax {
    margin: 0;
  }
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  pointer-events: none;
}

.loader {
  margin: auto;
  font-size: 0.625rem;
  position: relative;
  text-indent: -9999em;
  border: 0.625rem solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  transform: translateZ(0);
  z-index: 1039;
}

.loader--black {
  border-top: 1.1em solid rgba(34, 33, 31, 0.2);
  border-right: 1.1em solid rgba(34, 33, 31, 0.2);
  border-bottom: 1.1em solid rgba(34, 33, 31, 0.2);
  border-left: 1.1em solid #22211f;
}

.loader--sm {
  width: 50px;
  height: 50px;
  border-width: 0.3125rem;
}

.loader--sm:after {
  width: 50px;
  height: 50px;
}

.loader--xs {
  width: 24px;
  height: 24px;
  border-width: 0.1875rem;
}

.loader--xs:after {
  width: 24px;
  height: 24px;
}

.loader--silver {
  border-color: #bbbbbb;
  border-top-color: rgba(187, 187, 187, 0.2);
  border-right-color: rgba(187, 187, 187, 0.2);
  border-bottom-color: rgba(187, 187, 187, 0.2);
}

.loader--active {
  animation: load-spinner 1s infinite linear;
}

.loader--centered {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

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

.filter {
  position: relative;
  -ms-flex-align: start;
      align-items: start;
  margin-bottom: 0.625rem;
}

.filter__items {
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.filter__items .btn {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.filter__items .btn:last-child {
  margin-right: 0;
}

.filter--full-width .filter__items {
  --offset: calc( ((100vw - 100%) / 2) );
  width: calc(100% + (var(--offset) * 2) - (var(--scrollbar-width) + 1));
  margin-left: calc(var(--offset) * -1);
  padding-left: var(--offset);
}

.filter--with-mode {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1.25rem auto;
      grid-template-areas: 'filter-items' 'filter-mode-toggle';
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 1.25rem;
}

.filter--with-mode .filter__items {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: filter-items;
}

.filter--with-mode .filter__mode {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: filter-mode-toggle;
}

.filter--with-mode .filter__mode .btn {
  display: inline-block;
}

@supports ((display: -ms-grid) or (display: grid)) {
  .filter--with-mode .filter__mode {
    display: -ms-flexbox;
    display: flex;
  }
  .filter--with-mode .filter__mode .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (min-width: 768px) {
  .filter__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .filter--full-width .filter__items {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .filter--with-mode {
    display: -ms-grid;
    display: grid;
        grid-template-areas: 'filter-items filter-mode-toggle';
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
  }
  .filter--with-mode .filter__items {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .filter--with-mode .filter__mode {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

@media (min-width: 980px) {
  .filter--full-width {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
}

.callout {
  position: relative;
  -ms-flex-align: start;
      align-items: flex-start;
  color: #ffffff;
  margin-bottom: 1.25rem;
}

.callout .callout__content {
  padding: 2.5rem;
  background-color: #d4374a;
}

.callout .callout__content:not([class^="callout__content bg-"]):not([class^="bg-"]) h2 {
  color: inherit;
}

.callout .callout__content p:last-child {
  margin-bottom: 0;
}

.callout .callout__content a:focus {
  color: #383735;
}

.callout .callout__content h2 {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.callout .callout__content h2:after {
  content: unset;
}

.callout.with-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0;
  overflow: hidden;
}

.callout.with-image .callout__image {
  width: 100%;
  height: auto;
  margin: 0;
  position: static;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.callout.with-image .callout__image a {
  display: block;
}

.callout.with-image .callout__image a img {
  width: 100%;
}

@media (min-width: 980px) {
  .callout.with-image {
    -ms-flex-direction: row;
        flex-direction: row;
    margin-bottom: 1.25rem;
    padding-bottom: 0.625rem;
  }
  .callout.with-image .callout__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50%;
    -ms-flex-positive: 0;
        flex-grow: 0;
  }
  .callout.with-image .callout__content {
    position: relative;
    -ms-flex-positive: 0;
        flex-grow: 0;
    margin: 1.25rem 0 0 -1.25rem;
    z-index: 2;
    width: calc(40% + 1.25rem);
  }
  .callout.with-image .callout__content:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
    box-shadow: 3.125rem -0.625rem 0.625rem 0.625rem #ffffff, 3.125rem 0.625rem 0.625rem 0.625rem #ffffff, 0rem 0rem 0.625rem rgba(0, 0, 0, 0.3);
  }
  body  .callout.with-image .callout__content {
    width: calc(50% + 1.25rem);
  }
}

body {
  display: block;
  display: -ms-grid;
  display: grid;
  -ms-flex-direction: column;
      flex-direction: column;
      grid-template-areas: "nav-global" "search-global" "breadcrumb" "hero-section" "content" "footer-local" "footer-global";
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}

body.with-site-alert {
      grid-template-areas: "nav-global" "search-global" "breadcrumb" "site-alert" "hero-section" "content" "footer-local" "footer-global";
}

@media (min-width: 980px) {
  body {
        grid-template-areas: "nav-secondary" "search-global" "nav-global" "breadcrumb" "hero-section" "content" "footer-local" "footer-global";
  }
  body .nav-secondary {
    -ms-flex-order: 1;
        order: 1;
    -ms-grid-row: 1;
  }
  body.with-site-alert .nav-secondary {
    -ms-flex-order: 2;
        order: 2;
    -ms-grid-row: 2;
  }
  body.with-site-alert {
        grid-template-areas: "nav-secondary" "search-global" "nav-global" "breadcrumb" "site-alert" "hero-section" "content" "footer-local" "footer-global";
  }
  body > .content {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  body.with-site-alert > .content {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .nav-global {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  body.with-site-alert > .nav-global {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .nav-secondary {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .nav-secondary {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer-global {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }
  body.with-site-alert > .footer-global {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .footer-local {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  body.with-site-alert > .footer-local {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }
  .search-global {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  body.with-site-alert > .search-global {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  body > * {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  body.with-site-alert > * {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .hero-section-page {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  body.with-site-alert > .hero-section-page {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .alert-site,
.sq-form-errors-message-site {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .nav-breadcrumb {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  body.with-site-alert > .nav-breadcrumb {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}

body.menu-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

body.menu-open .nav-global {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}

body.menu-open .nav-global-mobile {
  transform: translateX(0);
}

body.menu-closing .nav-global-mobile {
  transform: translateX(-100%);
}

body.search-open .nav-global-mobile {
  transition: all 350ms cubic-bezier(0.55, 0.055, 0.675, 0.19), height 0.35s ease;
}

.l-home {
  padding-top: 0;
}

.l-home .footer-global {
  margin: 0;
}

.l-home .content {
  padding-top: 0;
  padding-bottom: 0;
}

.l-home .teaser-homepage .teaser-body h1.teaser-title a, .l-home .teaser-homepage .teaser-body .teaser-title.page-parent a, .l-home .teaser-homepage .teaser-body .profile.profile-large .teaser-title.profile-title a, .profile.profile-large .l-home .teaser-homepage .teaser-body .teaser-title.profile-title a {
  color: #045bc6;
}

.l-home .teaser-homepage .teaser-body h1.teaser-title a:hover, .l-home .teaser-homepage .teaser-body .teaser-title.page-parent a:hover, .l-home .teaser-homepage .teaser-body .profile.profile-large .teaser-title.profile-title a:hover, .profile.profile-large .l-home .teaser-homepage .teaser-body .teaser-title.profile-title a:hover {
  color: #022d62;
}

.l-home .teaser-homepage .teaser-body p {
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5rem;
}

.l-home .teaser-homepage .teaser-image {
  position: relative;
}

.l-home .teaser-homepage .teaser-image a {
  color: #ffffff;
}

.l-home .teaser-homepage .teaser-image a:hover {
  text-decoration: none;
}

.l-home .teaser-homepage .teaser-image .teaser-category {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.3125rem 0.625rem;
  background-color: #d4374a;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
}

.l-home .teaser-homepage.teaser .teaser-title {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.375rem;
  line-height: 1.9rem;
  margin: 0.9375rem 0 0.3125rem 0;
}

.l-home .teaser-homepage.teaser-large .teaser-title {
  margin-top: 0.625rem;
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
}

.l-home .teaser-homepage.teaser-large p {
  margin-top: 0.625rem;
}

.l-home .home-calltoaction .home-calltoaction-body h1.home-calltoaction-title, .l-home .home-calltoaction .home-calltoaction-body .home-calltoaction-title.page-parent, .l-home .home-calltoaction .home-calltoaction-body .profile.profile-large .home-calltoaction-title.profile-title, .profile.profile-large .l-home .home-calltoaction .home-calltoaction-body .home-calltoaction-title.profile-title {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
}

.l-home .home-calltoaction .home-calltoaction-body h1.home-calltoaction-title a, .l-home .home-calltoaction .home-calltoaction-body .home-calltoaction-title.page-parent a, .l-home .home-calltoaction .home-calltoaction-body .profile.profile-large .home-calltoaction-title.profile-title a, .profile.profile-large .l-home .home-calltoaction .home-calltoaction-body .home-calltoaction-title.profile-title a {
  color: #045bc6;
}

.l-home .home-calltoaction .home-calltoaction-body p {
  font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
  font-size: 0.9375rem;
}

.l-home .home-calltoaction .home-calltoaction-body p a {
  color: #22211f;
  text-decoration: underline;
}

.l-home .quote-homepage {
  position: relative;
  margin: -2.5rem 0;
  padding: 0 0 0 0;
  min-height: 23.75rem;
}

.l-home .quote-homepage .quote {
  margin: 0;
  border: 0;
  padding-bottom: 0;
}

.l-home .quote-homepage .quote.with-image {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.l-home .quote-homepage .quote.with-image .btn {
  display: inline-block;
}

.l-home .quote-homepage .quote-image {
  position: absolute;
  min-height: 21.875rem;
  width: 18.75rem;
  float: right;
  bottom: 0;
  right: 6.25rem;
  height: 100%;
}

.l-home .quote-homepage .quote-image::after, .l-home .quote-homepage .quote-image::before {
  display: block;
  clear: both;
  content: '';
}

.l-home .quote-homepage .quote-image img {
  position: absolute;
  bottom: 0;
}

.l-home .quote-homepage blockquote.quote-body {
  margin-top: 2.5rem;
  padding-right: 18.75rem;
}

.l-home .quote-homepage blockquote.quote-body p {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
}

.l-home .quote-homepage figcaption.quote-author {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
}

.l-home .quote-homepage figcaption.quote-author a {
  text-decoration: underline;
  color: #d4374a;
}

.l-home .quote-homepage figcaption.quote-author a:hover {
  color: #d94c5d;
}

.l-home .quote-homepage .btn {
  margin-top: 1.25rem;
  margin-bottom: 3.75rem;
}

.l-home .opening-quote {
  width: 5rem;
  height: 3.8125rem;
  position: absolute;
  top: 0;
  left: 0;
}

.l-home .closing-quote {
  width: 5rem;
  height: 3.8125rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 319.98px) {
  .l-home .content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .l-home .home-calltoaction {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border: solid 0.0625rem #d3d3d2;
    margin-top: 1.25rem;
    margin-bottom: -0.625rem;
  }
  .l-home .quote-homepage {
    position: relative;
    min-height: 0;
    padding: 1.25rem 0 1.25rem 0;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .l-home .quote-homepage .quote.with-image {
    padding-left: 0;
    padding-right: 0;
  }
  .l-home .quote-homepage .quote-image {
    display: none;
  }
  .l-home .quote-homepage .closing-quote {
    display: none;
  }
  .l-home .quote-homepage blockquote.quote-body {
    padding-right: 0.625rem;
  }
  .l-home .quote-homepage blockquote.quote-body p {
    font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .l-home .quote-homepage figcaption.quote-author {
    font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
    font-size: 1.375rem;
  }
  .l-home .quote-homepage .btn {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 320px) and (max-width: 479.98px) {
  .l-home .content-group.content-group-one-teaser {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .l-home .content-group.content-group-one-teaser .teaser-homepage .teaser-image .teaser-category {
    margin-left: 1.25rem;
  }
  .l-home .content-group.content-group-one-teaser .teaser-homepage .teaser-body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .l-home .content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .l-home .home-calltoaction {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border: solid 0.0625rem #d3d3d2;
    margin-top: 1.25rem;
    margin-bottom: -0.625rem;
  }
  .l-home .quote-homepage {
    position: relative;
    min-height: 0;
    padding: 1.25rem 0 1.25rem 0;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .l-home .quote-homepage .quote.with-image {
    padding-left: 0;
    padding-right: 0;
  }
  .l-home .quote-homepage .quote-image {
    display: none;
  }
  .l-home .quote-homepage .closing-quote {
    display: none;
  }
  .l-home .quote-homepage blockquote.quote-body {
    padding-right: 0.625rem;
  }
  .l-home .quote-homepage blockquote.quote-body p {
    font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .l-home .quote-homepage figcaption.quote-author {
    font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
    font-size: 1.375rem;
  }
  .l-home .quote-homepage .btn {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 480px) and (max-width: 767.98px) {
  .l-home .content-group.content-group-one-teaser {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .l-home .content-group.content-group-one-teaser .teaser-homepage .teaser-image .teaser-category {
    margin-left: 1.25rem;
  }
  .l-home .content-group.content-group-one-teaser .teaser-homepage .teaser-body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .l-home .content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .l-home .home-calltoaction {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border: solid 0.0625rem #d3d3d2;
    margin-top: 1.25rem;
    margin-bottom: -0.625rem;
  }
  .l-home .quote-homepage {
    position: relative;
    min-height: 0;
    padding: 1.25rem 0;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .l-home .quote-homepage .quote.with-image {
    padding-left: 0;
    padding-right: 0;
  }
  .l-home .quote-homepage .quote-image {
    display: none;
  }
  .l-home .quote-homepage blockquote.quote-body {
    padding-right: 0.625rem;
  }
  .l-home .quote-homepage blockquote.quote-body p {
    font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .l-home .quote-homepage figcaption.quote-author {
    font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
    font-size: 1.375rem;
    line-height: 1.8rem;
  }
  .l-home .quote-homepage .btn {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 979.98px) {
  .l-home .content-group .col-md-3 .teaser-homepage .teaser-title {
    font-family: "franklin_gothic_fs_bookRg", Arial, "Helvetica Neue", sans-serif;
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
  .l-home .quote-homepage {
    position: relative;
    min-height: 0;
    padding: 1.25rem 0;
  }
  .l-home .quote-homepage .quote.with-image {
    padding-left: 0;
    padding-right: 0;
  }
  .l-home .quote-homepage .quote-image {
    position: relative;
    right: 6.25rem;
    display: none;
  }
  .l-home .quote-homepage blockquote.quote-body {
    padding-right: 0;
  }
  .l-home .quote-homepage blockquote.quote-body p {
    font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .l-home .quote-homepage figcaption.quote-author {
    font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
    font-size: 1.375rem;
  }
  .l-home .quote-homepage .btn {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .l-home .hero {
    height: 500px;
  }
}

@media (min-width: 980px) and (max-width: 1199.98px) {
  .l-home .teaser-homepage .teaser-image a:focus span {
    background: #FCF199;
    color: #22211f;
  }
  .l-home .teaser-homepage .teaser-body .teaser-title a:focus {
    background: #FCF199;
    text-decoration: none;
  }
  .l-home .quote-homepage .quote.with-image {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .l-home .quote-homepage .quote-image {
    width: 15.625rem;
  }
  .l-home .quote-homepage .btn {
    margin-top: 1.25rem;
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 1200px) {
  .l-home .teaser-homepage .teaser-image a:focus span {
    background: #FCF199;
    color: #22211f;
  }
  .l-home .teaser-homepage .teaser-body .teaser-title a:focus {
    background: #FCF199;
    text-decoration: none;
  }
}

.r-feature .content {
  padding-top: 0;
}

.r-feature .container + .content-group.with-background, .r-feature .container + .content-group.with-image, .r-feature .container + .content-group--with-parallax {
  margin-top: 5rem;
}

.r-feature .content-group:not(.content-group--with-promo) {
  margin-bottom: 2.5rem;
}

.r-feature .content-group:not(.content-group--with-promo).content-group.with-background, .r-feature .content-group:not(.content-group--with-promo).content-group.with-image, .r-feature .content-group:not(.content-group--with-promo).content-group--with-parallax {
  margin-bottom: 5rem;
}

.r-feature .content-group:not(.content-group--with-promo).content-group.with-background + .content-group, .r-feature .content-group:not(.content-group--with-promo).content-group.with-image + .content-group, .r-feature .content-group:not(.content-group--with-promo).content-group--with-parallax + .content-group {
  margin-top: -2.5rem;
}

.r-feature .content-group:not(.content-group--with-promo).content-group.with-background + .content-group.with-background, .r-feature .content-group:not(.content-group--with-promo).content-group.with-background + .content-group.with-image, .r-feature .content-group:not(.content-group--with-promo).content-group.with-background + .content-group--with-parallax, .r-feature .content-group:not(.content-group--with-promo).content-group.with-image + .content-group.with-background, .r-feature .content-group:not(.content-group--with-promo).content-group.with-image + .content-group.with-image, .r-feature .content-group:not(.content-group--with-promo).content-group.with-image + .content-group--with-parallax, .r-feature .content-group:not(.content-group--with-promo).content-group--with-parallax + .content-group.with-background, .r-feature .content-group:not(.content-group--with-promo).content-group--with-parallax + .content-group.with-image, .r-feature .content-group:not(.content-group--with-promo).content-group--with-parallax + .content-group--with-parallax {
  margin-top: -5rem;
}

.r-feature .content-group:not(.content-group--with-promo) h2 {
  margin-top: 0;
}

.r-feature .content-group:not(.content-group--with-promo)--featured .content-group__content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.r-feature .content-group:not(.content-group--with-promo)--with-promo .content-group__content {
  padding-bottom: 7.1875rem;
}

.r-feature .content-group:not(.content-group--with-promo)__highlights .highlight {
  margin-top: 0;
  margin-bottom: 0;
}

.r-feature .page-title,
.r-feature h2 {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  text-align: left;
  margin-top: 3.75rem;
  letter-spacing: -0.04rem;
}

.r-feature .page-title:after,
.r-feature h2:after {
  margin: 0.625rem 0 0 0;
}

.r-feature .page-title {
  margin-top: 0;
  font-size: 2.5rem;
  line-height: 3rem;
  font-family: "franklin_gothic_fs_demi", Arial, "Helvetica Neue", sans-serif;
}

.r-feature h2 {
  font-size: 2.25rem;
  line-height: 2.375rem;
}

.r-feature .small h2 {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  margin-top: 1.875rem;
  margin-bottom: 0.625rem;
  letter-spacing: 0;
}

.r-feature .small h2::after {
  content: none;
}

.r-feature .footer-local-title,
.r-feature .footer-local-subtitle,
.r-feature .footer-section-title,
.r-feature .teaser-title,
.r-feature .download-title {
  letter-spacing: 0;
}

.r-feature .footer-local-title:after,
.r-feature .footer-local-subtitle:after,
.r-feature .footer-section-title:after,
.r-feature .teaser-title:after,
.r-feature .download-title:after {
  content: none;
}

.r-feature .teaser-title {
  font-size: 1.375rem;
  line-height: 1.8rem;
  margin-bottom: 0.625rem;
  margin-top: 1.25rem;
}

.r-feature .teaser--video .teaser-title {
  margin-top: 0;
}

.r-feature .download-title {
  margin-top: 0;
}

.r-feature .footer-local {
  margin-top: 3.75rem;
}

.r-feature .footer-local-title {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
  line-height: 1.8rem;
}

.r-feature .footer-local-subtitle {
  margin-top: 0;
  margin-bottom: 0.625rem;
  line-height: 1.5rem;
  font-size: 1.0625rem;
}

.r-feature .quote {
  margin: 2.5rem 0;
}

.r-feature .highlight {
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.r-feature .content > .content-group:last-child:not(.content-group--with-promo) {
  margin-bottom: -2.5rem;
}

@media (min-width: 768px) {
  .r-feature .page-title {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .r-feature .content-group--with-promo .content-group__content {
    padding-bottom: 5rem;
  }
}

@media (min-width: 980px) {
  .r-feature .page-title {
    font-size: 3.75rem;
    line-height: 4.063rem;
  }
  .r-feature .content-group--featured .content-group__content {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.r-document .document-content,
.r-document .back-to-top {
  font-size: 1.25rem;
  line-height: 1.65rem;
}

.r-document .content {
  padding-bottom: 0;
}

.r-document .document-control-table + .back-to-top {
  height: 1px;
}

.r-document .document-section__number {
  color: #555555;
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
}

.r-document .document-control-table {
  margin-top: 2.5rem;
  margin-bottom: calc(-1 * (0.078125rem - 1px));
  padding-bottom: calc(0.390625rem + 1.5rem + 1.875rem);
}

.r-document .document-control-table .table {
  margin-bottom: 0;
}

.r-document h1, .r-document .page-parent, .r-document .profile.profile-large .profile-title, .profile.profile-large .r-document .profile-title {
  font-size: 3.125rem;
  line-height: 3.625rem;
}

.r-document h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
}

.r-document h3 {
  font-size: 1.5rem;
  line-height: 1.9rem;
}

.r-document h4 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
}

.r-document h3 .document-section__number, .r-document h4 .document-section__number, .r-document p .document-section__number {
  margin-right: 0.9375rem;
}

.r-document .table {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.r-document .table tr:last-child {
  border-bottom: 0.125rem solid #d3d3d2;
}

.r-document .table tr:first-child {
  border-top: 0.125rem solid #d3d3d2;
}

.r-document .table th {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.r-document .table td,
.r-document .table th {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-top: 0.125rem solid #d3d3d2;
}

@media (min-width: 768px) {
  .r-document .content {
    padding-bottom: 0;
  }
  .r-document h1, .r-document .page-parent, .r-document .profile.profile-large .profile-title, .profile.profile-large .r-document .profile-title {
    font-size: 3.75rem;
    line-height: 4.063rem;
  }
}

@media (min-width: 980px) {
  .r-document .document-control-table {
    padding-bottom: 6.25rem;
  }
}

.r-landing-page {
  font-size: 1.25rem;
  line-height: 1.65rem;
}

.r-landing-page .content {
  padding-top: 0;
}

.r-landing-page .container + .content-group.with-background, .r-landing-page .container + .content-group.with-image, .r-landing-page .container + .content-group--with-parallax {
  margin-top: 5rem;
}

.r-landing-page .content-group:not(.content-group--with-promo) {
  margin-bottom: 2.5rem;
}

.r-landing-page .content-group:not(.content-group--with-promo).content-group.with-background, .r-landing-page .content-group:not(.content-group--with-promo).content-group.with-image, .r-landing-page .content-group:not(.content-group--with-promo).content-group--with-parallax {
  margin-bottom: 5rem;
}

.r-landing-page .content-group:not(.content-group--with-promo).content-group.with-background + .content-group, .r-landing-page .content-group:not(.content-group--with-promo).content-group.with-image + .content-group, .r-landing-page .content-group:not(.content-group--with-promo).content-group--with-parallax + .content-group {
  margin-top: -2.5rem;
}

.r-landing-page .content-group:not(.content-group--with-promo).content-group.with-background + .content-group.with-background, .r-landing-page .content-group:not(.content-group--with-promo).content-group.with-background + .content-group.with-image, .r-landing-page .content-group:not(.content-group--with-promo).content-group.with-background + .content-group--with-parallax, .r-landing-page .content-group:not(.content-group--with-promo).content-group.with-image + .content-group.with-background, .r-landing-page .content-group:not(.content-group--with-promo).content-group.with-image + .content-group.with-image, .r-landing-page .content-group:not(.content-group--with-promo).content-group.with-image + .content-group--with-parallax, .r-landing-page .content-group:not(.content-group--with-promo).content-group--with-parallax + .content-group.with-background, .r-landing-page .content-group:not(.content-group--with-promo).content-group--with-parallax + .content-group.with-image, .r-landing-page .content-group:not(.content-group--with-promo).content-group--with-parallax + .content-group--with-parallax {
  margin-top: -5rem;
}

.r-landing-page .content-group:not(.content-group--with-promo) h2 {
  margin-top: 0;
}

.r-landing-page .content-group:not(.content-group--with-promo)--featured .content-group__content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.r-landing-page .content-group:not(.content-group--with-promo)--with-promo .container {
  padding-bottom: 6.875rem;
}

.r-landing-page .page-title,
.r-landing-page h2 {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  text-align: left;
  letter-spacing: -0.04rem;
}

.r-landing-page .page-title:after,
.r-landing-page h2:after {
  margin: 0.625rem 0 0 0;
}

.r-landing-page .page-title {
  margin-top: 0;
  font-size: 3rem;
  line-height: 3.5rem;
  font-family: "franklin_gothic_fs_demi", Arial, "Helvetica Neue", sans-serif;
}

.r-landing-page h2 {
  margin-top: 3.75rem;
  font-size: 2.25rem;
  line-height: 2.375rem;
}

.r-landing-page .small h2 {
  font-family: "franklin_gothic_fs_medregular", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  margin-top: 1.875rem;
  margin-bottom: 0.625rem;
  letter-spacing: 0;
}

.r-landing-page .small h2::after {
  content: none;
}

.r-landing-page .footer-local-title,
.r-landing-page .footer-local-subtitle,
.r-landing-page .footer-section-title,
.r-landing-page .teaser-title,
.r-landing-page .download-title {
  letter-spacing: 0;
}

.r-landing-page .footer-local-title:after,
.r-landing-page .footer-local-subtitle:after,
.r-landing-page .footer-section-title:after,
.r-landing-page .teaser-title:after,
.r-landing-page .download-title:after {
  content: none;
}

.r-landing-page .teaser-title {
  font-size: 1.375rem;
  line-height: 1.8rem;
  margin-bottom: 0.625rem;
  margin-top: 1.25rem;
}

.r-landing-page .teaser-category ~ .teaser-title {
  margin-top: 0;
}

.r-landing-page .teaser--video .teaser-title {
  margin-top: 0;
}

.r-landing-page .download-title {
  margin-top: 0;
}

.r-landing-page .footer-global p {
  font-size: 1.0625rem;
  line-height: 1.5rem;
}

.r-landing-page .footer-local {
  margin-top: 3.75rem;
}

.r-landing-page .footer-local-title {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
  line-height: 1.8rem;
}

.r-landing-page .footer-local-subtitle {
  margin-top: 0;
  margin-bottom: 0.625rem;
  line-height: 1.5rem;
  font-size: 1.0625rem;
}

.r-landing-page .quote {
  margin: 2.5rem 0;
}

.r-landing-page .highlight {
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.r-landing-page .content > .content-group:last-child:not(.content-group--with-promo) {
  margin-bottom: -2.5rem;
}

@media (min-width: 768px) {
  .content-group--with-promo .content-group__content {
    padding-bottom: 5rem;
  }
}

@media (min-width: 980px) {
  .r-landing-page .page-title {
    font-size: 4.6875rem;
    line-height: 4.875rem;
  }
}

@media (min-width: 1200px) {
  .r-landing-page .page-title {
    font-size: 4.6875rem;
    line-height: 4.875rem;
  }
}
/*# sourceMappingURL=main.css.map */