/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[data-original-title],
abbr[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;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

button,
input,
optgroup,
select,
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;
}

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

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

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

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

.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: 576px) {
  .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: 992px) {
  .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: #212529;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

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

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

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

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

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

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

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

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

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

.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  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 > td,
.table-success > th {
  background-color: #c3e6cb;
}

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

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

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

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

.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  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 > td,
.table-warning > th {
  background-color: #ffeeba;
}

.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  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 > td,
.table-danger > th {
  background-color: #f5c6cb;
}

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

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

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

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

.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  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 > td,
.table-dark > th {
  background-color: #c6c8ca;
}

.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  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 > td,
.table-active > th {
  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: #dee2e6;
}

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

.table-dark td,
.table-dark th,
.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: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

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

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

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

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

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

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

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

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  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: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.form-control::-moz-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.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

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

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

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

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

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

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

select.form-control[multiple],
select.form-control[size] {
  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.25rem;
  font-size: 80%;
  color: #28a745;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: 576px) {
  .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 .custom-select,
  .form-inline .input-group {
    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-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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: #212529;
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

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

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

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

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

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

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

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

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

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

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

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

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

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

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  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: #007bff;
  border-color: #007bff;
}

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

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

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

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

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

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

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

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

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

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

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

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

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

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

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

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

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

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

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

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

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

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

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

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

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

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

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

.btn-link:hover {
  color: #0056b3;
  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-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].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;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.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.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

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

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

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

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

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  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-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

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

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

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

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .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-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

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

.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  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="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  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 > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

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

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

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

.input-group > .custom-select:not(:first-child),
.input-group > .form-control: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-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

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

.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.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),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  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:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

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

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

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

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

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

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

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

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

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

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

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

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

.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.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  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.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

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

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    -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: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .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:focus,
.navbar-light .navbar-brand:hover {
  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:focus,
.navbar-light .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  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:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

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

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  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:focus,
.navbar-dark .navbar-text a:hover {
  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(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

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

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

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

.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: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

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

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

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 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.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

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

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .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: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

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

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .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-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    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-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

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

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

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .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.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

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

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

.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

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

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

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

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

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

.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.25rem;
  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.875rem;
  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.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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:focus,
a.badge:hover {
  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: #007bff;
}

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

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

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

a.badge-secondary:focus,
a.badge-secondary:hover {
  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: #28a745;
}

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

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

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

a.badge-info:focus,
a.badge-info:hover {
  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:focus,
a.badge-warning:hover {
  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: #dc3545;
}

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

a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

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

a.badge-light:focus,
a.badge-light:hover {
  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:focus,
a.badge-dark:hover {
  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: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

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

  to {
    background-position: 0 0;
  }
}

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

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.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: #007bff;
  transition: width 0.6s ease;
}

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

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

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

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    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:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  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.25rem;
  border-top-right-radius: 0.25rem;
}

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

.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: #007bff;
  border-color: #007bff;
}

.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.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

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

@media (min-width: 576px) {
  .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.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    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.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

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

@media (min-width: 992px) {
  .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.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    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.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    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: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

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

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

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  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: #155724;
  background-color: #c3e6cb;
}

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

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

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  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:focus,
.list-group-item-warning.list-group-item-action:hover {
  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: #721c24;
  background-color: #f5c6cb;
}

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

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

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

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  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:focus,
.list-group-item-dark.list-group-item-action:hover {
  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.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.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: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
  -webkit-transform: none;
  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-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

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

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

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

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

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

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  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: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

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

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

.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: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}

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

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}

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

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

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}

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

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}

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

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-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.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #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::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^="top"] > .arrow::before,
.bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="top"] > .arrow::after,
.bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="right"] > .arrow::before,
.bs-popover-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-auto[x-placement^="right"] > .arrow::after,
.bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.bs-popover-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-auto[x-placement^="bottom"] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-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-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="left"] > .arrow::before,
.bs-popover-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-auto[x-placement^="left"] > .arrow::after,
.bs-popover-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: 1rem;
  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: #212529;
}

.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: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

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

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

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

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

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

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  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-next,
.carousel-control-prev {
  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-next,
  .carousel-control-prev {
    transition: none;
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

.carousel-control-next-icon,
.carousel-control-prev-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: 0.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: #fff;
  text-align: center;
}

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

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    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%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(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;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.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: #007bff !important;
}

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

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

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

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

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

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

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
  display: none !important;
}

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

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -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: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -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 embed,
.embed-responsive iframe,
.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 {
  -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 {
  -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 {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

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

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

.justify-content-between {
  -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 {
  -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;
  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;
  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;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .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;
    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;
    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;
    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;
    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;
    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;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .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;
    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;
    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;
    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;
    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;
    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;
    align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

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

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

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

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

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

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

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

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

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

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

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

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

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

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

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

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

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

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

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

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

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

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

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

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

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

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

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

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

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

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

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

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

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

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

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}

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

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

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

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  ::after,
  ::before {
    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;
  }

  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

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

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.cfedEventSpeakers__image:after,
.cfedEventOverview:after,
.cfedEventSpeakers:after,
.cfedEventAgenda:after,
.cfedEventAccomodations:after,
.cfedEventMaterials:after,
.cfedMidwestFeatures:after,
.cfedMidwestData:after,
.cfedMidwestArticles:after,
.cfedProfile:after,
.cfedBiography:after,
.cfedBankPublications:after,
.cfedTile--halfSize:hover:after,
.cfedTile--halfSize:after,
.cfedFloatedFigure--right:after,
.cfedFloatedImage--right:after,
.cfedFloatedFigure--left:after,
.cfedFloatedImage--left:after,
.cfedImageAndTextBlock:after,
.cfedAside--right:after,
.cfedAside--left:after,
.cfedTable--rightAlign:after,
.cfedTable:after {
  content: "";
  display: table;
  clear: both;
}

.cfedEventPanelTitle,
.cfedMidwestEconomyPanelTitle,
.cfedPersonPanelTitle,
.cfedStandardPanelTitle {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  max-width: 60%;
}

.cfedEventSubheading:hover,
.cfedEventSubheading,
.cfedMidwestEconomySubheading:hover,
.cfedMidwestEconomySubheading,
.cfedPersonSubheading:hover,
.cfedPersonSubheading,
.cfedSubheading:hover,
.cfedSubheading {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  max-width: 70%;
  color: #062336 !important;
  text-decoration: none !important;
}

.cfedMidwestEconomyArticleHeader:first-child .cfedMidwestEconomyArticleType,
.cfedMidwestEconomyArticleType,
.cfedMidwestEconomyConferenceYear,
.cfedPublicationListOpenText h3,
.cfedPresentationName {
  font-family: "Amiri", serif;
  font-size: 1.375rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.cfedMidwestFeatures__body,
.cfedMidwestEconomyIntro {
  font-family: "Amiri", serif;
  font-size: 1rem;
  font-weight: 400;
}

.cfedMidwestFeatures__body:after,
.cfedMidwestEconomyIntro:after {
  content: "";
  display: table;
  clear: both;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.container {
  max-width: 1200px;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.btn {
  font-family: "Amiri", serif;
  border-radius: 0px;
}

.btn-info {
  background-color: #268cc3;
  border-color: #268cc3;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.375rem;
}

body {
  background-color: #042336;
}

.cfedContainerFluid {
  padding-left: 0px;
  padding-right: 0px;
  background-color: #fafcfc;
}

.cfedBootstrapPanel {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
}

.cfedBootstrapPanel-heading {
  padding: 0px;
}

td,
th {
  font-size: 20px;
  line-height: 125%;
}

.cfedBootstrapPanelBody {
  border: 0 !important;
  padding: 0px;
}

.col-lg-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.ui-datepicker {
  height: auto;
  margin: 5px auto 0;
  font-family: "Amiri", serif;
  font-size: 1rem;
  z-index: 5;
}

.ui-datepicker a {
  font-family: "Amiri", serif;
  font-weight: 400;
  color: #268cc3;
  text-decoration: none;
}

.ui-widget-header .ui-icon {
  background-image: url("/~/media/admin/images/jquery/ui-icons_ffffff_256x240.png");
}

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc
    url("/~/media/admin/images/jquery/ui-bg_highlight-soft_75_cccccc_1x100.png")
    50% 50% repeat-x;
  color: #222;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .col-xs-12 {
    padding: 0px;
  }

  .cfedXs__padded {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .cfedXs__padded:first-of-type {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 992px) {
  .navbar .navbar-inner {
    padding: 0;
  }

  .navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
  }

  .navbar .nav > li {
    display: table-cell;
    width: auto;
    float: none;
    text-align: center;
  }

  .navbar .nav li:first-child a {
    border-left: 0;
  }

  .navbar .nav li:last-child a {
    border-right: 0;
  }
}

html {
  font-family: "Amiri", serif;
  font-size: 20px;
  text-align: left;
  text-rendering: optimizeLegibility;
}

body {
  font: 100% "Amiri", serif;
  font-size: 20px;
}

h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 2.375rem;
  color: #062336;
  line-height: 1.25;
}

h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}

h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}

h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}

h5 {
  font-family: "Amiri", serif;
  font-size: 0.875rem;
  font-weight: 400;
}

h6 {
  font-family: "Amiri", serif;
  font-size: 1rem;
  font-weight: 300;
}

ul {
  list-style-type: circle;
  margin-bottom: 15px;
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 125%;
  margin-bottom: 15px;
}

ol.cfedFaq {
  list-style: none;
}

ol.cfedFaq > li {
  text-indent: 0px;
  padding-left: 0px;
}

ol.cfedFaq > li:nth-child(odd) {
  font-weight: 700;
  margin-bottom: 0px;
}

ol.cfedFaq > li:nth-child(odd)::before {
  font-weight: 700;
  margin-bottom: 0px;
  content: "Q: ";
}

ol.cfedFaq > li:nth-child(even) {
  font-weight: 400;
}

ol.cfedFaq > li:nth-child(even)::before {
  font-weight: 400;
  content: "A: ";
}

ol.cfedList {
  list-style-type: upper-roman;
}

ol.cfedList ol {
  list-style-type: upper-alpha;
  margin-bottom: 15px;
  margin-left: 15px;
}

ol.cfedList > li > ol > li {
  margin-top: 15px;
}

ol.cfedList ol ol {
  list-style-type: decimal;
  margin-bottom: 15px;
  margin-left: 15px;
}

ol.cfedList ol ol ol {
  list-style-type: lower-alpha;
  margin-bottom: 15px;
  margin-left: 15px;
}

ol.cfedList ol ol ol ol {
  list-style-type: lower-roman;
  margin-bottom: 15px;
  margin-left: 15px;
}

p {
  font-family: "Amiri", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 125%;
}

a {
  color: #268cc3;
  text-decoration: none;
}

.searchurl > a {
  color: #268cc3;
  text-decoration: none;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  display: inline-block;
}

a.skip-main,
a.skip-twitter {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:focus-visible,
a.skip-main:active,
a.skip-twitter:focus-visible,
a.skip-twitter:active {
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 2px;
  text-align: center;
  font-size: 1.375rem;
  z-index: 999;
}

a.skip-twitter:focus-visible,
a.skip-twitter:active {
  display: inline-block;
  position: relative;
}

a:hover {
  color: #5d9eda;
  text-decoration: none;
}

a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline-style: auto;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-color: #268cc3 !important;
  -webkit-box-shadow: 0px 0px 5px #268cc3, 0px 0px 10px #00ffdc;
  box-shadow: 0px 0px 5px #268cc3, 0px 0px 10px #00ffdc;
  display: inline-block;
  color: #268cc3 !important;
  background-color: #fafcfc !important;
  border-radius: 2px;
}

.cfedContent__links li > a:focus-visible {
  display: inline;
}

a:focus-visible img {
  margin: 1px;
}

a:focus-visible img::after {
  clear: both;
}

a:focus-visible .cfedLogo {
  margin-top: 15px;
  margin-bottom: 15px;
}

a img {
  vertical-align: bottom;
}

a[href^="mailto:"] {
  line-break: anywhere;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: italic;
}

.publication-title {
  font-style: italic;
}

.table-responsive {
  font-family: "Roboto Condensed", sans-serif;
}

.cfedTable--rightAlign {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

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

input[type="email"],
textarea {
  width: 100%;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
}

input[type="email"] {
  height: calc(1.5em + 0.75rem + 2px);
}

textarea {
  height: auto;
  overflow: auto;
  resize: vertical;
}

input::-webkit-input-placeholder {
  color: #0c0d0d !important;
}

input::-moz-placeholder {
  color: #0c0d0d !important;
}

input::-webkit-input-placeholder {
  color: #0c0d0d !important;
}

input:-ms-input-placeholder {
  color: #0c0d0d !important;
}

input:-moz-placeholder {
  color: #0c0d0d !important;
}

input::placeholder {
  color: #0c0d0d !important;
}

textarea::placeholder {
  color: #0c0d0d !important;
}

.grid-card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  justify-content: left;
  margin-top: 2rem;
}

.person {
  padding: 0.6rem;
  width: 100%;
  text-decoration: none;
  color: inherit;
  position: relative;
  animation: top ease 0.8s;
}

.person:active {
  top: 0px;
}

.person__img-box {
  width: 100%;
  margin-bottom: 1rem;
}

.person__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.person__fallback {
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
}

a.person h3.person__name {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 1rem;
}

.person__title,
p.person__title,
.cfedContent__text p.person__title:first-of-type {
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 0.5rem;
  line-height: 1.2rem;
  font-size: 0.875rem;
}

p.person__external-title,
.cfedContent__text p.person__external-title:first-of-type {
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 0.5rem;
  line-height: 1.2rem;
  font-weight: 300;
  font-size: 0.875rem;
}

.arrow-box {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
  visibility: hidden;
  animation: top ease 0.8s;
}

.arrow-box .arrow {
  width: 20px;
  height: 20px;
}

.person:hover {
  top: -4px;
  box-shadow: 5px 8px 12px rgba(0, 0, 0, 0.08);
}

.person:hover .arrow-box {
  visibility: visible;
}

.person.non-fed {
  cursor: default;
}

.person.non-fed:hover {
  top: 0;
  box-shadow: none;
}

.person.non-fed:hover .arrow-box {
  visibility: hidden;
}

.full-width-card-container .person {
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr 3fr;
  column-gap: 1.5rem;
}

.full-width-card-container .person:hover {
  text-decoration: none;
  color: inherit;
}

.full-width-card-container .person:focus {
  color: #212529 !important;
}

.full-width-card-container .person__img {
  outline: 2px solid #2de9ca;
}

.full-width-card-container .person__title {
  font-size: 24px;
}

.full-width-card-container .person__name {
  font-size: 1.2rem;
  border-bottom: none;
  padding: 0;
}

.full-width-card-container .person__session-title-box {
  text-align: right;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}

.full-width-card-container .person__org-marker {
  margin-top: 0.5rem;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  background: #2de9ca;
  padding: 5px;
}

.btn {
  text-align: left;
  color: #009cf8;
  display: block;
  padding: 0;
}

#past-events-container h2.title {
  text-indent: 0;
}

.list-container .person {
  display: block;
  margin-bottom: 1rem;
}

.list-container .person:hover {
  top: 0px;
  box-shadow: none;
}

.list-container .person__name {
  color: #212529;
  padding-bottom: 0;
  border-bottom: none;
}

.list-container .person__title {
  margin-top: 0;
  line-height: 1rem;
}

@media only screen and (max-width: 1000px) {
  .full-width-card-container .person {
    padding: 2rem;
    display: block;
  }

  .full-width-card-container .person__img-box {
    width: 261px;
  }

  .full-width-card-container .person__session-title-box {
    text-align: left;
    margin-bottom: 1rem;
  }
}

.ctaButton2023.publication-search__btn {
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.publication-search__icon {
  width: 30px;
  display: inline-block;
}

.publications h3 {
  margin-left: 0;
}

.cfedContent__text ul.year-button-container {
  padding: 0;
  text-indent: unset;
}

.year-button-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1.3em;
}

.year-button-container li {
  display: block;
  width: 100%;
  border-radius: 3px;
}

.cfed-button {
  box-sizing: border-box;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4px;
  height: 52px;
  background-color: #e7f0f1;
  color: #5d9eda;
  border-radius: 1px;
  font-family: "Amiri", serif;
}

.cfed-button:hover {
  box-sizing: border-box;
  background-color: #042336;
  color: #fafcfc;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #30d5ff 0%, #2de9ca 100%);
}

.year-select-dropdown {
  display: block;
  width: 100%;
  border: none;
  padding: 4px 8px;
  height: 52px;
  color: #212529;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
}

.year-select-dropdown:hover {
  color: #fafcfc;
  background: #042336;
}

@media screen and (min-width: 1024px) {
  .year-button-container {
    flex-direction: row;
  }

  .year-select-dropdown {
    text-align: left;
  }
}

#past-events-feed-container ul.eventsFeedList {
  text-indent: 0;
  padding-left: 0;
}

#past-events-feed-container .eventsFeedList {
  padding: 0px;
}

.unlinked-event-title {
  font-size: 1.8rem;
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  font-weight: normal;
}

.cyan-publication img,
.cfedEvent__wrapper img {
  border-bottom: 5px solid #2de9ca;
}

.cyanPublicationNote {
  border-bottom: 1px solid #042336;
}

.cyanPublicationNote h2 {
  font-weight: 700;
  padding-top: 0px;
}

.cyanPublicationNote h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 10px 15px;
}

.calloutButton-event {
  background-color: #062336;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: none;
}

.cfedEvent__wrapper h3 {
  font-weight: normal;
}

.cyan-publication .cfedEvent__wrapper-item:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cfedEvent__wrapper {
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  overflow: hidden;
}

.cfedEvent__wrapper p {
  display: flex;
  min-width: 100px;
}

.cfedEvent__wrapper h2 {
  font-weight: normal;
}

.cyan-publication a.cyan-publication-inline-link-secondary {
  font-family: "Amiri", serif;
  display: inline;
  font-size: inherit;
}

.cyan-publicaton
  .cfedEvent__wrapper
  .cfedEvent__wrapper-item
  button.calloutButton-event
  a {
  color: #fafaf9;
  font-family: "Amiri", serif;
  font-size: 1rem;
}

.cfedEvent__wrapper-itemLeft {
  flex-basis: 60%;
}

.cfedEvent__wrapper-itemRight {
  flex-basis: 30%;
}

.cfedEvent__wrapper-itemLeft,
.fedEvent__wrapper-itemRight p {
  font-size: clamp(1rem, 2vw, 2.5rem);
  flex: 1;
}

.cfedEvent__wrapper-item h3 a {
  font-weight: normal;
}

.cyan-publication-event-date {
  font-weight: 700;
  font-size: 1rem;
}

@media only screen and (max-width: 768px) {
  .cyan-publication img {
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .cfedEvent__wrapper {
    gap: 0;
    display: flex;
    flex-direction: column-reverse;
  }
}

.footerBox2023 {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 2px;
  min-height: 290px;
}

.footerBox2023 .footerBox2023-contents {
  padding: 1em;
}

.footerBox2023-LeftColumn {
  margin-left: 15px;
  font-size: 1.2rem;
}

.footerBox2023.footerBox2023-RightColumn {
  margin-right: 15px;
  font-size: 1.2rem;
}

.footerBox2023.footerBox2023-RightColumn .cyan-section-header {
  font-size: 1.2rem;
}

.cyanLearnMoreButton {
  background: linear-gradient(
    -90deg,
    #3bd9f1 0%,
    #2adbef 11%,
    #19ddeb 22%,
    #00dee6 33%,
    #00e0e0 44%,
    #00e6da 56%,
    #00e6d2 67%,
    #14e6ca 78%,
    #2ce8c2 89%,
    #3ae9b7 100%
  );
  width: 100%;
  border: none;
  text-align: left;
  padding: 12px 15px;
  font-size: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #042336;
  display: block;
  overflow: auto;
}

.romanSection--header-smaller-font {
  font-size: 1.5rem !important;
}

.arrow1 {
  float: right;
  max-width: 100px;
}

.cyan-publication-date {
  font-weight: 700;
  margin-top: 10px;
}

.arrow3 {
  height: 40px;
  vertical-align: middle;
  float: right;
  margin-left: -20px !important;
}

.videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.calloutBox {
  background: #e3edee;
  padding: 20px 30px;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.calloutBox h2 {
  padding: 0px 0px 10px 0px;
}

.calloutButton {
  font-size: 1.5rem;
  color: #fafaf9;
  background-color: #062336;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 1px;
  padding: 5px 15px;
  border: none;
}

.footerBox .form-control::placeholder,
.footerBox .input::placeholder {
  color: #6c757d !important;
  opacity: 1;
}

.cyan-form-control {
  background: #d9e7e885;
  border: none;
}

@media screen and (max-width: 768px) {
  .footerBox-LeftColumn {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 768px) {
  .footerBox-RightColumn {
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 800px) {
  .cyanHeaderShrink {
    font-size: 15vw !important;
  }
}

#past-events-container ul {
  padding-left: 0px;
}

.pastEventsList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
  margin: 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(6, 6, 6, 0.1);
}

.pastEventsList li {
  display: block;
  width: 100%;
  border-radius: 3px;
}

.pastEventsList .pastEventItem {
  border-radius: 1px;
  padding: 16px;
  background-color: var(--secondary-light-teal-200);
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.pastEventsList .pastEventItem:hover {
  background-color: var(--primary-navy);
  color: var(--primary-white);
  border-bottom-style: solid;
  border-bottom: 3px solid #2bf3af;
}

.pastEventsList .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  padding: 0;
  font-family: Amiri;
}

.pastEventsList .date {
  color: var(--primary-black);
  font-size: 20px;
  line-height: 125%;
  text-indent: 0;
}

.pastEventsList .pastEventItem:hover .date {
  color: var(--primary-white);
}

.cfedContent__text .recent-past-events-header {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 125%;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .pastEventsList {
    flex-direction: row;
  }

  .pastEventsList .pastEventItem {
    min-height: 185px;
  }
}

.cfedBrightcoveVideo {
  border-radius: 2px;
}

.cfedBoldText,
strong {
  font-weight: 700;
  font-size: 1rem;
  line-height: 125%;
}

.cfedLightText {
  font-weight: 300;
}

.cfedRegularText {
  font-weight: 400;
}

.sup,
.bookmark,
sup {
  font-size: 0.75rem !important;
}

sub {
  font-size: 0.75rem;
}

.sup:hover,
.bookmark:hover,
sup:hover {
  font-size: 0.75rem !important;
}

.cfedSmallText p,
.cfedSmallText,
.cfedSmallText td {
  font-size: 0.75rem;
}

.cfedSmallText th {
  font-weight: 700;
}

.cfedParagraphTitle {
  margin-bottom: -15px !important;
}

.caption,
caption {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  color: inherit;
}

.cfedTangent {
  padding: 20px 25px;
  margin-bottom: 15px;
  border: 1px solid #eef3f6;
  border-radius: 2px;
}

.cfedAside {
  width: 50%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.375rem;
}

.cfedAside--left {
  float: left;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 20px;
  width: 50%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.375rem;
}

.cfedAside--right {
  float: right;
  margin-top: 0px;
  margin-left: 30px;
  margin-bottom: 20px;
  width: 50%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.375rem;
}

@media only screen and (max-width: 768px) {
  .cfedAside--right {
    float: unset;
    margin-left: 0;
    width: 100%;
    font-family: "Roboto Condensed", sans-serif;
  }
}

@media only screen and (min-width: 1200px) {
  .widowfix {
    width: 507px;
  }
}

.cfedAside--solidBackground {
  background-color: #dee2e6;
  border-radius: 2px;
}

.cfedAside--centeredText {
  width: 50%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.375rem;
  text-align: center;
}

aside.cyanAside {
  border-image-source: linear-gradient(
    90deg,
    #3bd9f1 0%,
    #2adbef 11%,
    #19ddeb 22%,
    #00dee6 33%,
    #00e0e0 44%,
    #00e6da 56%,
    #00e6d2 67%,
    #14e6ca 78%,
    #2ce8c2 89%,
    #3ae9b7 100%
  );
  border-image-slice: 1;
  border-bottom-width: 5px;
  border-top-width: 5px;
  border-bottom-style: solid;
  border-top-style: solid;
  padding: 10px 0px;
}

aside.cfedAside--right.cyanAside {
  font-size: 1.2rem;
}

.cfedUl--noBullets {
  list-style: none;
}

ul.cfedUl--sans {
  list-style: none;
  padding-left: 0px !important;
  padding-top: 15px;
}

ul.cfedUl--sans li {
  margin-left: 0px;
  margin-bottom: 0px;
}

.cfedMath--inlineCentered {
  display: block;
  text-align: center;
}

.cfedList--twoColumn {
  column-count: 2;
}

.cfedList--bulleted,
.calloutBox2023 {
  list-style: none;
}

.cfedList--bulleted > li:before,
.calloutBox2023 li:before {
  content: "• ";
  color: #062336;
  margin-right: 3px;
}

.cfed--3ColumnList {
  column-count: 3;
  column-rule: 1px solid #0c0d0d;
  font-size: 1.375rem;
}

div.container h3 {
  font-size: 1.2rem;
}

.content > .cfedContent {
  margin-left: 0px;
}

.cfedParagraph,
.cfedStandardSpacing p,
.cfedStandardSpacing ul,
.cfedContent p,
.cfedContent__text p,
.cfedContent__body p,
.cfedDetail__content p,
.cfedDetail__introduction p,
.cfedDetail__text p,
.cfedContent,
.cfedContent__body,
.cfedDetail__content,
.cfedDetail__introduction,
.cfedDetail__text {
  margin-bottom: 15px;
  margin-top: 15px;
}

table td p,
.cfedStandardSpacing table p,
.cfedContent table p,
.cfedContent__text table p,
.cfedContent__body table p {
  margin-bottom: 0px;
  margin-top: 0px;
}

.cfedTable--controlledHover > tbody > tr:hover > td {
  background-color: #f5f5f5;
}

.cfedTableCell--noHover {
  background-color: transparent !important;
}

.cfedTableAllVerticalCenter,
.cfedTableAllVerticalCenter td,
.cfedTableAllVerticalCenter tr,
.cfedTableAllVerticalCenter th {
  vertical-align: middle !important;
}

.cfedTableCell--verticalText span {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
}

.cfedTable--dataRight tbody td:not(:first-child) {
  text-align: right;
}

.cfedTable--dataCenter tbody td:not(:first-child),
.cfedTable--dataCenter thead th:not(:first-child) {
  text-align: center;
}

.cfedTable--headingsCenter th {
  text-align: center;
}

.cfedTable--headingsRight th {
  text-align: right;
}

.cfedTable--headingsRight th.text-left {
  text-align: left;
}

.cfedTable--allCenter,
.cfedTable--allCenter th,
.cfedTable--allCenter td {
  text-align: center;
}

table tr.cfedTable--rowBorderTop {
  border-top: solid;
}

table tr.cfedTable--rowBorderBottom,
table.cfedTable--agTables thead tr.cfedTable--rowBorderBottom th {
  border-bottom: solid;
}

table.cfedTable--agTables tbody {
  white-space: nowrap;
}

table.cfedTable--agTables .indentedRow {
  padding-left: 20px;
  text-align: left;
}

table.cfedTable--agTables .indentedRow--more {
  padding-left: 30px;
  text-align: left;
  font-size: 1rem;
}

table.cfedTable--agTables tbody td {
  text-align: center;
}

.cfedContent__text p:first-of-type,
.cfedStandardSpacing p:first-of-type,
.cyanHeading + p,
.cfedDetail__introduction h2 + p,
.cfedContent__text h2 + p,
.cfedStandardSpacing h2 + p,
.cfedContent__text h3 + p,
.cfedStandardSpacing h3 + p,
.cfedContent__text h4 + p,
.cfedStandardSpacing h4 + p,
.cfedDetail__introduction h3 + p,
.cfedDetail__introduction h4 + p {
  margin-top: 0px;
}

.table.table-grouped-rows tbody tr:nth-child(even) td {
  border-top: 0px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 0px;
}

.table.table-grouped-rows tbody tr:nth-child(odd) td {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 0px;
}

.cfedModal .modal-content {
  background-color: #e8e8e8;
  border-radius: 2px;
}

.cfedModal .modal-header {
  padding: 5px;
}

.cfedModal span#survey-cta {
  font-family: "Roboto Condensed", sans-serif;
}

.cfedAgenda--header {
  background-color: #062336;
  color: #fafcfc;
}

.cfedAgenda--dayHeader {
  background-color: #7ca2a2;
  color: #fafcfc;
  font-weight: bold;
}

.cfedAgenda--img {
  border-radius: 100%;
}

.cfedSession--panel {
  margin-top: 15px;
}

.cfedAgenda--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cfedAgenda--speaker {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  min-width: 300px;
}

.cfedAgenda--bio {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.cfedAgenda--showBio {
  color: #268cc3;
}

.cfedAgenda--showBio:hover {
  color: #268cc3;
}

.cfedAgenda--dayHeader {
  cursor: pointer;
}

.cfedAgenda--dayHeader:hover {
  background-color: #153856;
}

.cfedAgenda--dayHeader:focus-visible {
  border: 1px solid #268cc3;
  -webkit-box-shadow: 0 0 5px #268cc3, 0 0 10px #00ffdc;
  box-shadow: 0 0 5px #268cc3, 0 0 10px #00ffdc;
}

.cfedAgenda--hide,
.cfedAgenda--show {
  float: right;
}

@media (max-width: 500px) {
  .cfedAgenda--bio {
    min-width: 300px;
  }
}

.cfedStandardSpacing ul,
.cfedContent__text ul {
  list-style-type: none;
}

.cfedStandardSpacing ul > li {
  padding-left: 1rem;
  text-indent: -1rem;
  line-height: 125%;
}

.cfedList--ordered {
  padding-left: 1rem;
  text-indent: -1.25rem;
  line-height: 125%;
}

.cfedStandardSpacing ul:not(.cfedChart-highcharts-container ul) > li:before {
  content: "•";
  color: #062336;
  margin-right: 12px;
}

.cfedEconomicSnapshot__chartContainer li ul > li,
.cfedEconomicSnapshot__tabPane li ul > li {
  padding-left: initial !important;
  text-indent: initial !important;
}

.cfedEconomicSnapshot__chartContainer li ul > li:before,
.cfedEconomicSnapshot__tabPane li ul > li:before,
.export-main:before {
  content: "" !important;
  margin-right: 0px !important;
}

.cfedStandardSpacing blockquote {
  quotes: none;
  background: #eef3f6;
  border-left: 10px solid #eef3f6;
  margin: 0px 15px;
  padding: 0.5rem 10px;
  line-height: 125%;
}

.focus-promo,
.cfedDetail__content ~ .cfedContent {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.cfedDetail__content > ul {
  display: table;
}

.cfedBodyTextBold {
  font-weight: 700;
  font-family: "Amiri", serif;
}

.cfedCompactList {
  padding-left: 0px !important;
  list-style: none;
}

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

#content > .cfedContent,
#content > .cfedDetail__content {
  margin-left: 30px;
  margin-right: 30px;
}

li > a:focus-visible {
  display: inline;
}

.cfedDefaultButton {
  color: #fafcfc;
  background-color: #062336;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 1px;
  padding: 5px;
}

.cfedSecondaryButton {
  color: #fafcfc;
  background-color: #062336;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 1px;
  padding: 5px;
}

.cfedHeadlineLink {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #0c0d0d;
}

.cfedHeadlineLink:hover {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #5d9eda;
  text-decoration: none;
}

.cfedSubheading:hover {
  color: #5d9eda;
  text-decoration: none;
}

.cfedSubheading.collapsed:after {
  content: "+";
  color: #062336;
  transform: translateY(-30%);
  position: absolute;
  left: 75%;
  font-family: "Amiri", serif;
  font-weight: 300;
  font-size: 2.938rem;
  vertical-align: middle;
}

.cfedSubheading:not(.collapsed):after {
  content: "–";
  color: #062336;
  transform: translateY(-30%);
  position: absolute;
  left: 75%;
  font-family: "Amiri", serif;
  font-weight: 300;
  font-size: 2.938rem;
  vertical-align: middle;
}

.cfedImageAndTextBlock {
  display: block;
  clear: both;
}

.cfedStandardSpacing h3,
.cfedeconomicperspectives h3 {
  padding-top: 5px;
  font-size: 1.5rem;
}

.col-sm h3 {
  font-size: 1rem;
}

.row:has(> h3) > h3 {
  font-size: 1rem;
}

h3.text-center {
  font-size: 1rem;
}

h3 span em {
  font-size: 1rem;
}

.cfedContent__text h2,
.cfedContent__body h2 {
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.15;
}

.cfedContent h3 {
  font-size: 1.5rem;
}

div.ml-3 h3 a {
  font-size: 1.8rem;
  font-weight: normal;
}

.cfedContent__links {
  font-family: "Amiri", serif;
  font-weight: 400;
  color: #268cc3;
  text-decoration: none;
}

.cfedContent__list ul,
.cfedContent__links ul,
.cfedContent__text ul {
  padding-left: 1em;
  text-indent: -15px;
}

.cfedContent__list li,
.cfedContent__links li {
  text-indent: -2em;
  padding-left: 2em;
}

.cfedContent__text td {
  vertical-align: top;
  line-height: 120%;
}

.material-holder.pubs-collapsed #pub-holder .cfedDetail__lastUpdated {
  font-size: 0.875rem;
  font-weight: 300;
  font-family: "Amiri", serif;
}

.cfedDetail__title h1 {
  font-size: 2.6rem;
}

.cfedErrorLinkList {
  list-style-type: none;
}

.cfedDecorativeHeader {
  font-size: 1.8rem;
  font-family: "Roboto Condensed", sans-serif;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 15px;
  color: #fafcfc;
  text-shadow: 2px 2px 2px rgba(6, 6, 6, 0.2);
  background-color: #062336;
  border-radius: 1px;
}

.cfedDecorativeTable th {
  padding-left: 15px;
  color: #fafcfc;
  text-shadow: 2px 2px 2px rgba(6, 6, 6, 0.2);
  background-color: #062336;
  border-radius: 1px;
  font-size: 1.125rem;
  font-family: "Roboto Condensed", sans-serif;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 8px;
}

.cfedDecorativeTable tr:nth-child(even) {
  background: #eef3f6;
}

.cfedDecorativeTable tr:nth-child(odd) {
  background: #fafcfc;
}

.cfedDecorativeTable td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}

.cfedTable--indentedRows tr td:first-of-type:not(.cfedTableRow--noIndent) {
  padding-left: 15px;
}

.cfedTable--indentedRows .cfedTableRow--noIndent p {
  font-weight: 700;
}

.cfedTable--noLines td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}

.cfedTable--fixed {
  table-layout: fixed;
  word-wrap: break-word;
}

.cfedDecorativeHeader--spaceBelow {
  margin-bottom: 20px;
  margin-top: 15px;
}

.cfedHeader {
  font-size: 1.8rem;
  font-family: "Roboto Condensed", sans-serif;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #062336;
}

.cfedHR {
  color: #eef3f6;
  margin-top: 10px;
  margin-bottom: 20px;
}

.cfedHR--subsection {
  color: #eef3f6;
  margin-top: 10px;
  margin-bottom: 25px;
}

.cfedPublicationListing {
  margin-top: 15px;
  margin-top: 15px;
}

.cfedPublicationListing--title {
  font-family: "Amiri", serif;
  font-size: 1.375rem;
  color: #062336;
  text-decoration: none;
  font-weight: 700;
}

.cfedPublicationListing--title:hover {
  font-family: "Amiri", serif;
  font-size: 1.375rem;
  color: #062336;
  text-decoration: none;
  color: #5d9eda;
  text-decoration: none;
}

.cfedPublicationListing--info {
  font-family: "Amiri", serif;
  font-size: 1.125rem;
  color: #0c0d0d;
}

.cfedPublicationListing--url {
  font-size: 1.125rem;
  font-family: "Amiri", serif;
  color: #268cc3;
  text-decoration: none;
}

.cfedResultsText {
  font-size: 0.875rem;
  font-family: "Amiri", serif;
  font-weight: 300;
  color: #062336;
}

.cfedResults--paginationControl {
  border-width: 0px;
  width: 30px;
  text-align: center;
  padding-top: 2px;
  font-size: 0.875rem;
  font-family: "Amiri", serif;
  font-weight: 300;
  color: #062336;
}

.cfedTextButton--large {
  display: table;
  width: 90%;
  background-color: #268cc3;
  font-family: "Roboto Condensed", sans-serif;
  color: #fafcfc;
  text-align: center;
  font-size: 1.875rem;
  margin: 30px auto;
  padding-top: 26px;
  padding-bottom: 28px;
  text-decoration: none;
}

.cfedTextButton--large:hover {
  display: table;
  width: 90%;
  background-color: #268cc3;
  font-family: "Roboto Condensed", sans-serif;
  color: #fafcfc;
  text-align: center;
  font-size: 1.875rem;
  margin: 30px auto;
  padding-top: 26px;
  padding-bottom: 28px;
  text-decoration: none;
}

.cfedFloatedImage--left {
  float: left;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.cfedFloatedFigure--left {
  float: left;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 20px;
  width: 555px;
}

.cfedCenteredFigure {
  width: 555px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.cfedFloatedFigure--left h4,
.cfedFloatedFigure--right h4 {
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
  text-align: left;
}

.cfedFloatedImage--right {
  float: right;
  margin-top: 0px;
  margin-left: 30px;
  margin-bottom: 20px;
}

.cfedFloatedFigure--right {
  float: right;
  margin-top: 0px;
  margin-left: 30px;
  margin-bottom: 20px;
  width: 555px;
}

.cfedTileStyleHeading {
  background-color: #062336;
  height: 40px;
  padding: 4px 0px 5px 10px;
  color: #fafcfc;
  text-align: left;
  text-shadow: -2px 2px 2px rgba(6, 6, 6, 0.2);
  margin-top: 60px;
  margin-bottom: 30px;
}

.cfedBodyImageWithCaption {
  max-width: 66%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  background-color: #eef3f6;
  border-radius: 2px;
}

.cfedBodyImageWithCaption__caption {
  padding: 15px;
  font-weight: 300;
  background-color: #eef3f6;
}

@media only screen and (max-width: 768px) {
  .cfedBodyImageWithCaption {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    background-color: #eee;
    border-radius: 2px;
  }

  .cfedSmallText p,
  .cfedSmallText,
  .cfedSmallText td {
    font-size: 0.875rem;
  }

  .cfedDecorativeTable th {
    padding-left: 4px;
  }

  .cfedDecorativeTable td {
    padding: 4px;
  }

  .cfedStandardSpacing p,
  aside {
    font-size: 1.8rem;
    line-height: 1.65;
  }
}

.cfedTabs {
  padding-left: 0px !important;
  margin-top: 2px;
  background-color: #eef3f6;
}

.cfedTabs__item {
  text-indent: 0px !important;
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}

.cfedTabs__item.active {
  background-color: #fafcfc !important;
  background: linear-gradient(to right, #f9f9f9, #f9f9f9);
  border-radius: 0px !important;
  transform: translateY(1px);
  margin-bottom: 0px !important;
}

.cfedTabs__item.active a {
  background-color: transparent !important;
}

.cfedTabs__link,
.cfedTabs__link:hover {
  font-family: "Roboto Condensed", sans-serif;
  color: #062336;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 2px 2px 0px 0px !important;
}

.cfedTabs__pane {
  background-color: #fafcfc;
}

@media only screen and (max-width: 480px) {
  .cfedBodyImageWithCaption__caption {
    padding: 5px;
  }
}

#cfedSection--lookup {
  width: 50%;
  margin: auto;
}

.cfedForm--savedInfo {
  background-color: #e8e8e8;
  padding-left: 16px;
  padding-right: 21px;
  padding-bottom: 15px;
  padding-top: 16px;
  color: #333;
  border-radius: 2px;
  border-bottom: 2px solid #fafcfc;
  width: 100%;
}

#contact-us-form #filter-g .col-sm-2 {
  display: inline-flex;
}

#contact-us-form #filter-g .col-sm-10 {
  display: inline-flex;
  width: auto;
  padding-left: 11px;
}

#contact-us-form #filter-g {
  width: 100%;
}

#contact-us-form #contact-to {
  -ms-flex: none;
  flex: none;
  width: 100%;
  max-width: 100%;
}

.cfedSlider--container {
  width: 94px;
  height: 28px;
  border-radius: 25px;
  cursor: pointer;
}

.cfedSlider--container:focus-visible {
  border: 1px solid #268cc3;
  -webkit-box-shadow: 0 0 5px #268cc3, 0 0 10px #00ffdc;
  box-shadow: 0 0 5px #268cc3, 0 0 10px #00ffdc;
  display: inline-block;
  border-radius: 2px;
}

.cfedSlider > .cfedSlider--unsubbed {
  background-color: #a0a09f;
  border: 2px solid #4b4a4b;
}

.cfedSlider > .cfedSlider--subbed {
  background-color: #268cc3;
  border: 2px solid #268cc3;
}

.cfedSlider > .cfedSlider--subbed .cfedSlider--control {
  -webkit-transform: translateX(65px);
  -ms-transform: translateX(65px);
  transform: translateX(65px);
}

.cfedSlider--submitting::after {
  content: url("/~/media/c60eab65823d4a1c97284f6bf948ed27.ashx");
  padding: 10px;
}

.cfedSlider--saved::after {
  content: url("/~/media/d3224e0117c0407889b20a1636f12b94.ashx");
  padding: 10px;
}

.cfedSlider--control {
  border-radius: 100%;
  -webkit-box-shadow: 1px 1px 1px #595959;
  box-shadow: 1px 1px 1px #595959;
  width: 25px;
  height: 25px;
  background-color: #e8e8e8;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.cfedBreadcrumb {
  color: #a0a09f;
}

.cfedBreadcrumb.cfedBreadcrumb--active {
  font-weight: 700;
  color: #595959;
}

#cfedLink--nonAnchor {
  color: #268cc3;
  text-decoration: none;
  cursor: pointer;
}

#cfedLink--nonAnchor:hover {
  color: #5d9eda;
  text-decoration: none;
}

#cfedLink--nonAnchor:focus-visible {
  outline-style: auto;
  outline: none;
  border: 1px solid #268cc3;
  -webkit-box-shadow: 0 0 5px #268cc3, 0 0 10px #3be9b9;
  box-shadow: 0 0 5px #268cc3, 0 0 10px #3be9b9;
  display: inline-block;
  color: #268cc3 !important;
  background-color: #fafcfc !important;
  border-radius: 2px;
}

.cfedDefaultButton--extra-words {
  color: #fafcfc;
  background-color: #062336;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 1px;
  padding: 5px;
  font-size: 0.875rem;
  width: 77px;
  padding-left: initial;
  padding-right: initial;
  padding-top: 5px;
  width: 144px;
}

ul.personList a {
  display: block;
}

ul.personList li {
  margin-bottom: 10px;
  margin-top: 5px;
}

span.personTitle:after {
  content: ",";
}

@media (max-width: 768px) {
  #cfedSection--lookup {
    width: 80%;
    margin: auto;
  }
}

div.cfedDownload--icon {
  height: 20px;
  width: 20px;
  margin-left: 15px;
  background-image: url(/~/media/29305bf62c904b4f870fd1937743d594.ashx);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}

div.cfedDownload--box {
  margin-top: 15px;
  background-color: #268cc3;
  text-align: center;
  width: 100%;
  height: 32px;
}

div.cfedDownload--box:hover {
  background-color: #268cc3;
}

div.cfedDownload--box a {
  line-height: 32px;
  color: #fafcfc;
  width: 100%;
  display: block;
}

.cfedIndicator__submitting {
  display: inline-block;
  background-image: url(/~/media/c60eab65823d4a1c97284f6bf948ed27.ashx);
  background-repeat: no-repeat;
  background-size: cover;
  height: 15px;
  width: 15px;
}

.cfedIndicator__downArrow {
  border-left: solid 2px #062336;
  border-bottom: solid 2px #062336;
  height: 15px;
  width: 15px;
  float: right;
  transform: rotate(-45deg);
  display: inline-block;
  margin: 0 10px;
  transition: transform 0.7s ease-in-out;
}

.cfedPublicationAnnouncement {
  width: 100%;
  margin: 10px auto;
  background-color: #e2e4d1;
  border: solid 3px #000;
  padding: 5px;
}

.cfedCodeSnippet {
  background-color: #eee;
  font-family: monospace;
}

.visibleOnFocus {
  height: 0;
  overflow: hidden;
  display: block;
}

.visibleOnFocus:focus {
  height: auto;
}

.cFedButton-holder {
  display: flex;
  flex-wrap: wrap;
}

.cFedButton-holder .audience-button {
  flex: 1;
  max-width: 500px;
  min-width: 300px;
  margin: 15px;
  background-color: #268cc3;
  color: #fff;
}

.cFedButton-holder .audience-button:hover {
  background-color: #268cc3;
}

.cFedResource-section {
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}

.cFedResource-section.visible {
  opacity: 1;
}

.cFedFake-link {
  color: #268cc3;
  text-decoration: none;
  cursor: pointer;
}

.cFedFake-link:hover {
  color: #268cc3;
}

.cfedCategory-header {
  background-color: #0c0d0d;
  color: #fff;
  padding: 15px;
  padding-top: 15px;
  margin-bottom: 15px;
}

.cfed-jLHeader {
  border-bottom: 2px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  line-height: 50px;
  position: relative;
  border-radius: 2px;
}

.cfed-jLHeader.containerHeader {
  background-color: #268cc3;
}

.cfed-jLHeader.yearHeader,
.cfed-jLHeader.archiveHeader {
  background-color: #4b4a4b;
  cursor: pointer;
}

.cfed-jLHeader.yearHeader a,
.cfed-jLHeader.archiveHeader a {
  color: #fff;
  display: block;
}

.cfed-jLHeader.yearHeader:hover,
.cfed-jLHeader.archiveHeader:hover {
  background-color: #268cc3;
}

.cfed-jLValuesHolder {
  display: flex;
  flex-direction: column;
}

.cfed-jLValuesHolder .cfed-jLValues {
  display: flex;
  border-bottom: 2px solid #dee2e6;
  align-items: center;
}

.cfed-jLValuesHolder .cfed-jLValues .cfed-jLValue {
  flex: 1;
  padding: 10px;
}

.cfed-jacobsLadder .cfed-jLValues .cfed-jLValue:nth-of-type(1),
.cfed-jacobsLadder .cfed-jLValues .cfed-jLValue:nth-of-type(2) {
  flex: 2;
  line-height: 125%;
}

.cfed-jLHeader.yearHeader a::after {
  content: "+";
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5rem;
}

.cfed-jLHeader.yearHeader.valuesExpanded a::after {
  content: "-";
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5rem;
}

.cfedTile {
  border-radius: 2px;
}

.cfedSingleTileContainer {
  width: 570px;
  max-width: 100%;
}

.cfedEconomicSnapshot,
.cfedeconomicsnapshot {
  margin-bottom: 30px;
  page-break-inside: avoid;
}

a.cfedEconomicSnapshot__nfciHomepage {
  margin-left: 75px;
}

.cfedEconomicSnapshot__MID {
  padding: 5px;
  font-size: 0.875rem;
}

.cfedEconomicSnapshot__tabs {
  height: 50px;
  display: flex;
  align-items: end;
  padding-left: 0px !important;
  margin-top: 2px;
  background-color: #eef3f6;
}

.cfedEconomicSnapshot__header {
  background-color: #062336;
  height: 40px;
  padding: 4px 0px 5px 10px;
  color: #fafcfc;
  text-align: left;
  text-shadow: -2px 2px 2px rgba(6, 6, 6, 0.2);
  border: 0px;
  border-radius: 2px 2px 0px 0px;
}

.cfedEconomicSnapshot__chartContainer {
  background-repeat: no-repeat;
}

.cfedEconomicSnapshot__chartContainer--loaded {
  background-image: none;
}

.cfedEconomicSnapshot__chartContainer,
.cfedEconomicSnapshot__tableContainer {
  width: 100%;
  height: 350px;
}

div#nfci-chart-static {
  height: 100%;
  height: auto;
}

.cfedEconomicSnapshot__tabPane p,
.cfedEconomicSnapshot__tabPane ul,
.cfedEconomicSnapshot__tabPane h3,
.cfedEconomicSnapshot__tabPane h4 {
  margin-left: 15px;
  margin-right: 15px;
}

.cfedEconomicSnapshot__tabPane ul {
  padding-bottom: 15px;
}

.cfedEconomicSnapshot__tabPane ul li {
  margin-bottom: 0px;
}

.cfedChartStaticImage {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cfedEconomicSnapshot__chartContainer li {
  text-indent: 0px;
  padding-left: 0px;
  text-indent: initial;
  padding-left: initial;
}

.cfedEconomicSnapshot__tabItem {
  text-indent: 0px !important;
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}

.cfedEconomicSnapshot__tabItem.active {
  background-color: #fafcfc !important;
  background: linear-gradient(to right, #f9f9f9, #f9f9f9);
  border-radius: 0px !important;
  transform: translateY(1px);
  margin-bottom: 0px !important;
}

.cfedEconomicSnapshot__tabLink,
.cfedEconomicSnapshot__tabLink:hover {
  font-family: "Roboto Condensed", sans-serif;
  color: #062336;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 2px 2px 0px 0px !important;
}

.cfedEconomicSnapshot__tabItem.active:first-child {
  border-left-color: #fafcfc;
  margin-bottom: 0px !important;
}

.cfedEconomicSnapshot__tabItem.active .cfedEconomicSnapshot__tabLink {
  background-color: #fafcfc !important;
  border-color: #fafcfc !important;
}

.cfedEconomicSnapshot__tabPane {
  background-color: #fafcfc;
}

.cfedEconomicSnapshot__contentImage {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 15px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .cfedeconomicsnapshot {
    margin-top: -30px;
  }
}

.cfedFromThePresident {
  border-radius: 2px;
  background-size: cover;
  background-position: center, center;
  display: block;
  height: 220px;
  overflow: hidden;
  top: 0px;
  position: relative;
  white-space: nowrap;
}

.cfedFromThePresident__buttonRow {
  bottom: 0em;
  right: 0px;
  padding-right: 0px;
  display: block;
  position: absolute;
  background: linear-gradient(to right, rgba(6, 6, 6, 0), rgba(6, 6, 6, 0.2));
  float: right;
  z-index: 2;
}

.cfedFromThePresident__button {
  color: #fafcfc;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: #0c0d0d;
  padding: 0.5rem;
  margin: 0.25rem;
  font-size: 0.875rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  float: left;
  width: 75px;
  text-align: center;
  background-color: rgba(6, 6, 6, 0.45);
}

.cfedFromThePresident__button:hover {
  color: #fafcfc;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: #0c0d0d;
  padding: 0.5rem;
  margin: 0.25rem;
  font-size: 0.875rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  float: left;
  width: 75px;
  text-align: center;
  background-color: #060606;
}

.cfedFromThePresident__button--photosButton {
  display: none;
}

.cfedFromThePresident__titleRow {
  display: inline-block;
  position: absolute;
  right: 33px;
  bottom: 70px;
  float: right;
  z-index: 2;
  text-shadow: -2px 2px 2px rgba(6, 6, 6, 0.2);
}

.cfedFromThePresident__titleText {
  color: #fafcfc;
  display: block;
  font-size: 28pt;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

.cfedFromThePresident__titleText--smaller {
  font-size: 15pt;
  margin-left: 2px;
  margin-top: -2px;
}

.cfedTile {
  background-size: cover;
  overflow: hidden;
  top: 0px;
  position: relative;
  display: block;
  width: 100%;
  height: 220px;
  font-size: 0.875rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}

.cfedTile:hover {
  background-size: cover;
  overflow: hidden;
  top: 0px;
  position: relative;
  display: block;
  width: 100%;
  height: 220px;
  font-size: 0.875rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #5d9eda;
  text-decoration: none;
}

a.cfedTile .cfedTile__descriptionContainer,
a.cfedTile:not(.cfedTile__heroTile) .cfedTile__description {
  background-size: cover;
  background-position: top;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  height: 100%;
}

a.cfedTile:not(.cfedTile__heroTile):hover .cfedTile__descriptionContainer {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transform: scale(1.04, 1.04);
  -webkit-transform: scale(1.04, 1.04);
  -moz-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
}

a.cfedTile:not(.cfedTile__heroTile):hover .cfedTile__description {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transform: scale(0.96, 0.96);
  -webkit-transform: scale(0.96, 0.96);
  -moz-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
}

a.cfedTile.cfedTile__heroTile .cfedTile__descriptionContainer,
a.cfedTile.cfedTile__heroTile:hover .cfedTile__descriptionContainer {
  background-size: cover;
  background-position: 0px 0px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.cfedRoundButton {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-top: 15px;
}

.cfedRoundButton a {
  border: #268cc3 3px solid;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 45px;
  font-size: 1.875rem;
  font-family: "Roboto Condensed", sans-serif;
  padding-left: 60px;
  padding-right: 60px;
  color: #268cc3;
  display: inline-block;
  max-width: 100%;
}

.cfedRoundButton a:hover {
  background: #268cc3;
  color: #fafcfc;
}

.cfedTile:first-child:not(.cfedTile--halfSize) {
  margin-top: 0px;
}

.cfedTileRow {
  margin-top: 30px;
  max-height: 220px;
  width: 100%;
}

.cfedTileRow--unrestrictedHeight {
  margin-top: 30px;
}

.cfedTileRow:first-child,
.cfedTileRow--unrestrictedHeight:first-child {
  margin-top: 0px;
}

.cfedTile12Col {
  margin: 0;
  padding: 0;
  width: 100%;
}

.cfedTile--halfSize {
  width: 100%;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}

.cfedTile--halfSize:hover {
  width: 100%;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  color: #5d9eda;
  text-decoration: none;
}

.cfedTile--halfSize.cfedTile--captioned {
  height: 360px;
  margin-bottom: 50px;
}

.cfedTile--captioned:hover {
  color: #5d9eda;
  text-decoration: none;
}

.cfedHalfTileColumn--left {
  margin-left: -15px;
  padding: 0px 15px 0px 0px;
}

.cfedHalfTileColumn--right {
  margin-right: -15px;
  padding: 0px 0px 0px 15px;
}

.cfedTile__titleContainer {
  padding: 0px;
}

.cfedTile__title,
h2.cfedTile__title {
  background-color: #062336;
  height: 40px;
  padding: 4px 0px 5px 10px;
  color: #fafcfc;
  text-align: left;
  text-shadow: -2px 2px 2px rgba(6, 6, 6, 0.2);
  border-bottom: 2px solid #fafcfc;
}

.cfedTile__descriptionRow {
  height: 100%;
}

.cfedTile__descriptionContainer {
  height: 100%;
  width: 100%;
  background-size: cover;
}

.cfedTile__descriptionContainer--left {
  background-position: right top;
}

.cfedTile__descriptionContainer--left .cfedTile__description {
  left: 0px;
}

.cfedTile__description {
  color: #0c0d0d;
  font-size: 1.125rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  width: 100%;
  height: 100%;
  padding: 15px 5px;
  right: 0;
  position: absolute;
  text-shadow: 1px 1px 4px rgba(249, 249, 249, 0.5);
}

.cfedTile__description--overlay {
  background-color: rgba(6, 35, 54, 0.7);
  width: 50%;
  color: #fafcfc;
  font-size: 0.75rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  text-shadow: none;
  overflow-x: visible;
}

.cfedTile--left .cfedTile__description--overlay {
  left: 0px;
}

.cfedTile--halfSize .cfedTile__description--overlay {
  color: #fafcfc;
  font-size: 1.125rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  width: 100%;
}

.cfedTile__caption {
  padding: 0px;
  background: #fafcfc;
  color: #0c0d0d;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  height: 140px;
  margin-top: 15px;
}

.cfedTile__description--bottom {
  bottom: 15px;
  position: absolute;
}

.cfedTile__descriptionText--thin {
  display: block;
  font-size: 1.8rem;
  font-weight: 300;
  color: #666;
  padding: 0px;
  margin: 0px;
  margin-bottom: -15px;
}

.cfedTile__descriptionText--bold {
  font-size: 2.375rem;
  font-weight: 700;
  color: #666;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  line-height: 125%;
}

.cfedHeroVideoContainer {
  position: relative;
  width: 100%;
  display: inline-block;
}

.cfedHeroVideoContainer:after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.cfedHeroVideoContainer div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.cfedTile__description--overlay .cfedTile__descriptionText--thin,
.cfedTile__description--overlay .cfedTile__descriptionText--bold {
  color: #fafcfc;
}

.twitter-block {
  background-color: #eef3f6;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 2px;
}

.twitter-description {
  text-align: right;
}

.twitter-description h2 {
  padding-top: 0px;
  font-weight: 300;
  display: inline-block;
}

.twitter-description img {
  width: 200px;
  display: inline;
}

@media only screen and (max-width: 992px) and (min-width: 845px) {
  .cfedHalfTileColumn--right {
    margin-right: 0px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 992px) {
  .cfedTile__description--overlay {
    font-size: 0.75rem;
    padding-right: 10px;
    padding-left: 10px;
  }

  .cfedTile__title,
  h2.cfedTile__title {
    font-size: 1.125rem;
    padding-top: 12px;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .cfedFromThePresident__button,
  .cfedFromThePresident__button:hover {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .cfedFromThePresident__titleRow {
    right: 5px;
  }

  .cfedFromThePresident__buttonRow {
    padding-right: 5px;
  }

  .cfedTile__description--overlay {
    text-align: right;
    width: 100%;
    background-color: rgba(6, 35, 54, 0.7);
  }
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .cfedTile__descriptionText--bold {
    font-size: 1.5rem;
  }

  .cfedTile__descriptionText--thin {
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 768px) and (min-width: 480px) {
  .cfedTile__descriptionText--bold {
    font-size: 1.375rem;
  }

  .cfedTile__descriptionText--thin {
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 768px) {
  .cfedTile__descriptionText--bold {
    font-size: 1.8rem;
  }

  .cfedTile__descriptionText--thin {
    font-size: 1.5rem;
  }

  a.cfedTile--halfSize:not(.cfedTile--captioned) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  a.cfedEconomicSnapshot__nfciHomepage {
    margin-left: 0px;
  }

  .cfedTile__caption {
    height: auto;
  }

  .cfedTile__description--overlay {
    font-size: 0.75rem;
  }

  .cfedEconomicSnapshot__chartContainer {
    height: 400px;
  }

  .cfedEconomicSnapshot__tableContainer {
    height: auto;
  }

  .cfedEconomicSnapshot__tabLink,
  .cfedEconomicSnapshot__tabLink:hover {
    font-weight: 400;
    font-size: 1rem;
  }

  .cfedEconomicSnapshot__tabItem a {
    padding: 10px 6px !important;
    font-weight: 300;
  }
}

@media only screen and (max-width: 480px) {
  .cfedTile__description--overlay {
    font-size: 0.75rem;
  }

  .cfedFromThePresident__titleRow {
    bottom: 135px;
  }

  .cfedFromThePresident__buttonRow {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    padding-right: 1em;
    padding-left: 6em;
  }

  .cfedEconomicSnapshot__MID {
    font-size: 0.75rem;
  }
}

.cfedTile__description--titleHeading {
  line-height: 110%;
}

.cfedTile__description--titleDescription img {
  max-height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.cfedTile__spotlightName {
  color: #fff;
  position: absolute;
  bottom: 0px;
  right: 10px;
  font-size: 2.375rem;
  font-weight: 700;
  text-shadow: -2px 2px 2px rgba(6, 6, 6, 0.6);
}

.cfedFullWidthButton {
  width: 100%;
  color: #fafcfc;
  background: #268cc3;
  text-align: center;
  width: 200%;
  margin-top: 30px;
  background-color: #268cc3;
  font-family: "Roboto Condensed", sans-serif;
  color: #fafcfc;
  text-align: center;
  font-size: 1.875rem;
  padding-top: 26px;
  padding-bottom: 28px;
  text-decoration: none;
}

.cfedFullWidthButton--placeholder {
  visibility: hidden;
  margin-top: 30px;
  background-color: #268cc3;
  font-family: "Roboto Condensed", sans-serif;
  color: #fafcfc;
  text-align: center;
  font-size: 1.875rem;
  padding-top: 26px;
  padding-bottom: 28px;
  text-decoration: none;
}

.cfedTile--left .cfedTile__description--overlay {
  left: 0px;
}

.cfedTile__description--titleGroup hr {
  margin-top: 0px;
  margin-bottom: 5px;
  border-top: 1px solid rgba(6, 6, 6, 0.2);
}

.cfedTile__description--titleHeading {
  font-size: 1.5rem;
  font-weight: 700;
}

.cfedTile .cfedTile__description--titleGroup {
  text-align: right;
}

.cfedTile--left .cfedTile__description--titleGroup {
  text-align: left;
}

.cfedTile__description--titleDescription {
  font-weight: 400;
}

.cfedTile--left .cfedTile__description--titleDescription {
  text-align: left;
}

span.cfedTile__lowerRightDescription {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 3.25rem;
  font-weight: 700;
  color: #fafcfc;
  text-shadow: 4px 7px 9px rgba(6, 6, 6, 0.33);
}

.cfedContent--heroOnPage {
  margin-left: 0px !important;
  margin-right: 0px !important;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

.cfedTile__heroTile,
.cfedTile__heroTile:hover {
  background-size: 100%;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  display: inline-block;
  height: 100%;
}

a.cfedTile--halfSize {
  position: relative;
  width: 100%;
  display: inline-block;
  max-height: 220px;
}

a.cfedTile--halfSize:after {
  padding-top: 38.59%;
  display: block;
  content: "";
}

a.cfedTile--halfSize .cfedTile__contentContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

a.cfedTile--halfSize .cfedTile__descriptionRow {
  height: 100%;
  display: block;
}

a.cfedTile--halfSize.cfedTile--captioned {
  position: relative;
  width: 100%;
  display: inline-block;
  max-height: 420px;
  max-width: 420px;
}

a.cfedTile--halfSize.cfedTile--captioned:after {
  padding-top: 38.59%;
  display: block;
  content: "";
}

a.cfedTile--halfSize.cfedTile--captioned .cfedTile__contentContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

a.cfedTile--halfSize.cfedTile--captioned
  .cfedTile__contentContainer
  .cfedTile__descriptionRow {
  height: 55%;
}

a.cfedTile--halfSize.cfedTile--captioned
  .cfedTile__contentContainer
  .row::nth-child(3) {
  height: 35%;
}

a.cfedTile:not(.cfedTile__heroTile):not(.cfedTile--halfSize) {
  position: relative;
  width: 100%;
  display: inline-block;
  max-height: 220px;
  height: 100%;
}

a.cfedTile:not(.cfedTile__heroTile):not(.cfedTile--halfSize):after {
  padding-top: 38.59%;
  display: block;
  content: "";
}

a.cfedTile:not(.cfedTile__heroTile):not(.cfedTile--halfSize)
  .cfedTile__descriptionRow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

a.cfedTile.cfedTile__heroTile:after {
  padding-top: 39.65%;
  display: block;
  content: "";
  clear: both;
}

.cfedContent.cfedContent--heroOnPage:first-of-type:before {
  content: "";
  display: table;
  clear: both;
}

#content .cfedContent--heroOnPage:first-of-type {
  margin-top: 0px;
}

.cfedTile__heroTile .cfedTile__descriptionRow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #eef3f6;
  color: #fafcfc;
}

.cfedTile__heroTile .cfedTile__descriptionContainer {
  width: 100%;
  height: 100%;
}

.cfedTile__heroTile .cfedTile__description {
  height: initial;
}

.cfedTile__heroTile .cfedTile__description {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: auto;
  height: auto;
  font-size: 4.6875rem;
  font-weight: 700;
  color: #fafcfc;
  text-shadow: 4px 7px 9px rgba(6, 6, 6, 0.33);
}

.cfedTileRow:not(.cfedTile__asideTileRow):after {
  display: table;
  content: "";
  clear: both;
}

.cfedTileRow.cfedTile__asideTileRow {
  float: right;
  width: 50%;
  max-width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}

.cfedTile__asideTileRow .cfedTile .cfedTile__description {
  max-height: 220px;
  height: 220px;
}

.cfedTile__asideTileRow .cfedTile--left .cfedTile__description--overlay {
  width: 100%;
  text-align: left;
}

.cfedAsideTileRow--beforeAllText {
  margin-top: 0px;
}

#content > .cfedDetail__content {
  margin-left: 15px;
  margin-right: 15px;
}

#content > .cfedTileRow {
  padding-left: 15px;
  padding-right: 15px;
}

.cfedTile__heroTile .cfedTile__description--overlay {
  color: #fafcfc;
  text-align: left;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  font-size: 2.8125rem;
  font-family: 2.6rem;
  font-weight: 700;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .cfedHalfTileColumn--right {
    margin-left: -15px;
    margin-right: 0px;
    padding: 0px;
  }

  .cfedHalfTileColumn--left {
    padding: 0px;
  }

  .cfedRoundButton {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .cfedRoundButton a {
    margin-bottom: 0px;
    font-size: 1.5rem;
  }

  .cfedTile__heroTile,
  .cfedTile__heroTile:hover {
    margin-bottom: 0px;
  }

  .cfedTile__heroTile .cfedTile__description--overlay {
    font-size: 1.5rem;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(6, 35, 54, 0.7);
  }

  .cfedTile__description--overlay {
    background-color: transparent;
  }

  .cfedTile__description--titleHeading {
    font-size: 1.5rem;
    background-color: rgba(6, 35, 54, 0.7);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline;
    font-weight: 300;
  }

  .cfedTile__description--titleGroup hr {
    display: none;
  }

  .cfedTile__description cfedTile__description--overlay {
    font-size: 1.5rem;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.cfedTile__description__headline {
  display: inline;
}

@media screen and (min-width: 1200px) {
  .cfedFullWidthButton {
    width: 1170px;
    margin-left: -15px;
  }
}

@media screen and (max-width: 992px) {
  .cfedTile__description--titleHeading {
    font-size: 1.5rem;
  }

  .cfedTile__description--titleDescription img {
    max-height: 100px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .cfedFullWidthButton {
    margin-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .cfedTile__asideTileRow {
    width: 100%;
  }

  .cfedFullWidthButton {
    width: 100%;
    margin-left: -10px;
  }

  .cfedTile__description--titleGroup {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 15px;
    position: relative;
  }

  .cfedTile__description--titleHeading {
    order: 3;
    position: absolute;
    bottom: 0px;
    right: -30px;
    font-size: 1.8rem;
    border-radius: 2px 0px 0px 0px;
  }

  .cfedTile--left .cfedTile__description--titleDescription {
    left: 0px;
    position: absolute;
    font-size: 1rem;
  }

  .cfedTile--right .cfedTile__description--titleDescription {
    right: 0px;
    position: absolute;
    font-size: 1rem;
  }

  .cfedTile__description--titleDescription {
    order: 1;
    color: #0c0d0d;
    font-size: 1.5rem;
    background-color: rgba(249, 249, 249, 0.9);
    padding: 5px;
    max-width: 45%;
    font-weight: 300;
    border-radius: 2px;
  }
}

@media screen and (max-width: 768px) {
  .cfedTile__description__headline {
    background-color: rgba(6, 35, 54, 0.7);
    padding-left: 5px;
    padding-right: 5px;
    display: inline;
    max-width: 50%;
    font-weight: 300;
    box-shadow: -5px 0 0 rgba(6, 35, 54, 0.7), 5px 0 0 rgba(6, 35, 54, 0.7);
  }
}

@media screen and (max-width: 480px) {
  .cfedTile__description__headline {
    background-color: rgba(6, 35, 54, 0.7);
    padding: 2px;
    display: inline-block;
    max-width: 60%;
    font-weight: 300;
    margin-top: -5px;
    text-align: left;
  }

  .cfedTile__description--titleDescription img {
    max-height: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .cfedTile__description--titleDescription {
    max-width: 60%;
    font-size: 1rem;
    margin-left: auto;
    margin-right: -25px;
    margin-top: -25px;
    line-height: 125%;
  }

  .cfedTile--left .cfedTile__description--titleDescription {
    margin-right: auto;
    margin-left: -25px;
  }

  .cfedTile__description--titleHeading {
    font-size: 1.5rem;
  }

  .cfedFullWidthButton {
    margin-top: 60px;
    margin-bottom: -30px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .cfedHalfTileColumn--left {
    margin-left: -15px;
  }

  .cfedHalfTileColumn--right {
    margin-left: 0px;
  }
}

@media screen and (max-width: 480px) {
  .cfedEconomicSnapshot__tabLink,
  .cfedEconomicSnapshot__tabLink:hover {
    font-weight: 400;
    font-size: 0.875rem;
  }

  .cfedFromThePresident__button--photosButton {
    display: inline-block;
    visibility: hidden;
    display: none;
  }

  a.cfedTile .cfedTile__descriptionContainer,
  a.cfedTile:not(.cfedTile__heroTile) .cfedTile__description {
    background-position: center;
  }
}

@media only screen and (max-width: 375px) {
  .cfedEconomicSnapshot__MID {
    font-size: 0.625rem;
  }
}

.cfedHeadlineTitleColumn {
  background-color: transparent;
  border-top: 1px solid #eef3f6;
  display: table;
  height: 110px;
  min-height: 110px;
  width: 100%;
}

.cfedHeadlineContainer {
  margin-top: 30px;
}

.cfedHeadlineContainer ~ .cfedHeadlineContainer {
  margin-top: 0px;
}

.cfedHeadlineTitle {
  display: table-cell;
  vertical-align: middle;
}

.cfedHeadlineFooter {
  text-align: right;
  border-radius: 0px 0px 2px 2px;
}

.cfedHeadlineFooter:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.cfedHeadlineTitle a,
.cfedHeadlineTitle a:visited {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #268cc3;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.cfedHeadlineTitle a:hover {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #268cc3;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  color: #5d9eda;
  text-decoration: none;
}

.cfedHeadlineFooter a,
.cfedHeadlineFooter a:visited {
  color: #fafcfc;
  text-decoration: none;
  font-size: 1.125rem;
  vertical-align: middle;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}

.cfedHeadlineFooter a:hover {
  color: #fafcfc;
  text-decoration: none;
  font-size: 1.125rem;
  vertical-align: middle;
  font-family: "Roboto Condensed", sans-serif;
  color: #5d9eda;
  text-decoration: none;
}

.cfedHeadlineContainer .cfedHeadlineFooter {
  margin-bottom: 15px;
}

.cfedHeadlineFooter {
  background-color: #062336;
  padding: 5px 15px 5px 10px;
  color: #fafcfc;
  width: 100%;
  text-align: right;
}

.utils {
  display: none;
}

.col-lg-12 > .utils {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: -10px;
}

.cfedUtilityList {
  margin-left: 0px;
}

.cfedUtilityList li {
  display: inline-block;
  margin-right: 15px;
  z-index: 2;
  vertical-align: bottom;
}

.cfedUtilityList li a {
  display: block;
  width: 100%;
  height: 100%;
}

.cfedUtilityLink img,
.cfedSocialShare--target img {
  border-radius: 1px;
  height: 25px;
  width: 25px;
}

.cfedSocialShare--target {
  text-decoration: none;
  cursor: default;
}

.cfedSocialShare--parentlist {
  list-style: none;
}

.cfedSocialShare--submenu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.cfedSocialShare {
  color: #fafcfc;
  display: block;
  margin: 0px;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
  line-height: 0.8em;
}

.cfedSocialShare--target > img {
  border-radius: 2px;
}

.cfedSocialShare:hover > .cfedSocialShare--target:hover > img,
.cfedSocialShare:hover > .cfedSocialShare--target:hover > img {
  border-radius: 2px 2px 0px 0px;
}

.cfedSocialShare--target {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.cfedSocialShare--submenuItem:first-child,
.cfedSocialShare--submenuItem:first-child:hover {
  border-radius: 0px 2px 0px 0px;
}

.cfedSocialShare--submenuItem:last-child,
.cfedSocialShare--submenuItem:last-child:hover {
  border-radius: 0px 0px 2px 2px;
}

.cfedSocialShare--submenuItem:hover {
  background: #71716f;
}

.cfedSocialShare:hover {
  cursor: pointer;
}

.cfedSocialShare--submenu {
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  display: none;
}

.cfedSocialShare:hover > .cfedSocialShare--submenu,
.cfedSocialShare--submenu:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.cfedSocialShare--submenuItem {
  clear: both;
  width: 250px;
  color: #fafcfc;
  background: #062336;
  display: block;
  float: left;
  padding: 0.5rem 1rem;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
  margin-right: 0px !important;
}

.cfedSocialShare--icon {
  height: 25px;
  width: 25px;
  margin-right: 5px;
}

a.cfedSocialShare--subtarget {
  font-size: 1.2rem;
  line-height: auto;
  font-weight: 300;
  color: #fafcfc;
  display: flex !important;
  align-items: center;
}

.cfedChart {
  background-color: #fafcfc;
  width: 100%;
  height: 400px;
  border-radius: 1px;
}

.cfedChart li {
  text-indent: 0px;
  padding-left: 0px;
  text-indent: initial;
  padding-left: initial;
}

.cfedDEAIContribution svg {
  width: 125px;
  height: 13px;
}

.slider-gallery .featured-arrow {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  display: block;
  cursor: pointer;
  z-index: 3;
}

.slider-gallery .featured-arrow[data-direction="left"] {
  background: url("/~/media/cdd7ca913b0f4d438556cdd1b8b1439f.ashx") left top
    no-repeat;
  left: 0px;
}

.slider-gallery .featured-arrow[data-direction="right"] {
  background: url("/~/media/cdd7ca913b0f4d438556cdd1b8b1439f.ashx") right top
    no-repeat;
  right: 0px;
}

.slider-gallery .slider-featured-image-holder {
  position: relative;
  width: 100%;
}

.slider-gallery .slider-featured-image img {
  max-width: 90%;
  margin: auto;
  display: block;
  cursor: pointer;
  max-height: 600px;
}

.slider-gallery .slider-featured-image .image-description {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 24px;
  background-color: rgba(252, 252, 252, 0.7);
  padding: 25px;
}

.slider-gallery .slider-thumbnails {
  margin-top: 10px;
  max-height: 150px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.slider-gallery .slider-thumbnails .slider-thumb {
  background-color: #fafcfc;
  border: solid 10px #fafcfc;
  opacity: 0.4;
  height: 100px;
  max-width: 100px;
  min-width: 50px;
  flex: 1;
  margin: auto;
  display: flex;
  align-items: center;
  transition: opacity 0.5s ease-in-out;
}

.slider-gallery .slider-thumbnails .slider-thumb:hover {
  opacity: 1;
}

.slider-gallery .slider-thumbnails .slider-thumb .slider-thumb-img {
  max-height: 72px;
  cursor: pointer;
  width: 100px;
}

.slider-gallery .slider-thumbnails .slider-thumb .image-description {
  display: none;
}

.slider-gallery .slider-thumbnails .slider-thumb.active {
  opacity: 1;
  border: solid 1px #000;
}

.slider-gallery .featured-arrow:focus-visible,
.slider-gallery .slider-thumb-img:focus-visible,
#image-modal-close:focus-visible {
  border: 1px solid #268cc3;
  -webkit-box-shadow: 0 0 5px #268cc3, 0 0 10px #3be9b9;
  box-shadow: 0 0 5px #268cc3;
}

div.image-modal {
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(89, 89, 89, 0.8);
  z-index: 300;
}

div.image-modal .image-modal-body {
  background-color: #fafcfc;
  position: relative;
  margin: 16px auto;
  max-height: 100%;
  overflow-y: scroll;
  padding: 25px;
  opacity: 0;
  transition: opacity 1s ease-in-out,
    margin-top 1s cubic-bezier(0.39, 0.575, 0.565, 1),
    width 0.7s cubic-bezier(0.39, 0.575, 0.565, 1);
  max-width: 100%;
  min-width: 250px;
  margin-top: 0;
}

div.image-modal .image-modal-body .image-modal-arrow {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  display: block;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 303;
}

div.image-modal .image-modal-body .image-modal-arrow[data-direction="left"] {
  background-image: url("/~/media/7251a5bd0ff94368b756e11af187aaad.ashx");
  left: 0px;
}

div.image-modal .image-modal-body .image-modal-arrow[data-direction="right"] {
  background-image: url("/~/media/d0f296e78271409193d4bf5e4ffedcb5.ashx");
  right: 0px;
}

div.image-modal .image-modal-body:hover .image-modal-arrow {
  opacity: 1;
}

div.image-modal span#image-modal-close {
  float: right;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}

div.image-modal span#image-modal-close:hover {
  color: #eef3f6;
}

@media (max-width: 767px) {
  .slider-gallery .slider-featured-image .image-description {
    margin: 10px;
    padding: 10px;
  }
}

@media (max-width: 1100px) {
  .image-modal .image-modal-body .image-modal-arrow {
    opacity: 1;
  }
}

.cfed-covid {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px;
  border-radius: 2px;
  border: 4px solid #005180;
}

.covid-section-holder {
  display: flex;
  flex-wrap: wrap;
}

.covid-section {
  background-color: #fff;
  flex: 1;
  margin: 10px;
  min-width: 300px;
  border-radius: 2px;
  padding: 15px;
  margin-top: 0px;
  padding-top: 0px;
}

.covid-section-small {
  background-color: #eef3f6;
  border: 8px solid #062336;
  border-radius: 2px;
  margin: 15px auto;
}

div.covid-header {
  width: 100%;
  display: inline-block;
  font-weight: 300;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px #062336 solid;
}

div.covid-header p {
  font-size: 2.938rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}

span.covid-header-smaller {
  font-weight: 400;
  font-size: 2.375rem;
}

.covid-section h2 {
  font-size: 1.8rem;
}

.covid-section h4 {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  div.covid-header p {
    float: left;
    font-size: 2.375rem;
  }
}

.cfedDefaultButton--sidebar {
  color: #fafcfc;
  background-color: #062336;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 1px;
  padding: 5px;
  font-size: 0.875rem;
  width: 77px;
  padding-left: initial;
  padding-right: initial;
  padding-top: 5px;
  margin-top: 10px;
}

.cfedSecondaryButton--sidebar {
  color: #fafcfc;
  background-color: #062336;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 1px;
  padding: 5px;
  font-size: 0.875rem;
  width: 77px;
}

.cfedSidebarUnorderedList li,
.cfedSidebar--noBigHeader li {
  list-style-position: inside;
  list-style-type: none;
  text-indent: 0em;
  padding-left: 0em;
  margin-bottom: 10px;
}

.scEnabledChrome .cfedSidebarUnorderedList li,
.scEnabledChrome .cfedSidebar--noBigHeader li {
  text-indent: 0px;
  padding-left: 0px;
}

.cfedSidebar__textInput {
  padding: 5px;
  margin-bottom: 5px;
}

.cfedSidebar__standardTitle {
  color: #062336;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 8px;
}

.cfedSidebar__subheading {
  color: #062336;
  font-family: "Amiri", serif;
  font-size: 1.125rem;
  font-weight: 400;
  padding-bottom: 8px;
}

.cfedSidebar--noBigHeader {
  border-radius: 2px;
  background-color: #eef3f6;
  padding-left: 16px;
  padding-right: 21px;
  padding-bottom: 15px;
  padding-top: 16px;
  color: #062336;
  border-radius: 2px;
  border-bottom: 2px solid #fafcfc;
}

.cfedSidebar--noBigHeader p a[href^="/people/"] {
  font-weight: 700;
}

.cfedSidebar__contactDetails {
  font-family: "Amiri", serif;
  font-size: 1rem;
  font-weight: 400;
}

.cfedsidebar__contactDetailsName,
.cfedsidebar__contactDetailsPhone {
  font-family: "Amiri", serif;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.cfedsidebar__contactDetailsEmail {
  font-family: "Amiri", serif;
  font-weight: 400;
  color: #268cc3;
  text-decoration: none;
}

.cfedSidebar__header {
  border-radius: 2px;
  background-color: #062336;
  padding-left: 16px;
  padding-right: 21px;
  padding-bottom: 15px;
  padding-top: 16px;
  color: #062336;
  border-radius: 2px;
  border-bottom: 2px solid #fafcfc;
  padding-left: 15px;
  color: #fafcfc;
  text-shadow: 2px 2px 2px rgba(6, 6, 6, 0.2);
  background-color: #062336;
  border-radius: 1px;
  font-size: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
  padding-top: 18px;
  padding-bottom: 10px;
}

.cfedSidebar__peopleIndex {
  border-radius: 2px;
  background-color: #eef3f6;
  padding-left: 16px;
  padding-right: 21px;
  padding-bottom: 15px;
  padding-top: 16px;
  color: #062336;
  border-radius: 2px;
  border-bottom: 2px solid #fafcfc;
  display: table;
}

.cfedSidebar__peopleIndex__title {
  color: #062336;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 8px;
}

.cfedSidebar__peopleIndex__alphalist li {
  display: inline;
  text-indent: 0px;
  padding-left: 0px;
}

.cfedSidebar__peopleIndex__alphalist a {
  color: #268cc3;
  font-size: 1rem;
}

.cfedSidebar__peopleFilter,
.cfedsidebar__publicationFilter,
.cfedsidebar__publicationSubscribe {
  border-radius: 2px;
  background-color: #eef3f6;
  padding-left: 16px;
  padding-right: 21px;
  padding-bottom: 15px;
  padding-top: 16px;
  color: #062336;
  border-radius: 2px;
}

.cfedsidebar__publicationSubscribe .cfedSidebar__textInput {
  border-radius: 0px;
}

.cfedSidebar__peopleFilter__title {
  color: #062336;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 8px;
}

.cfedSidebar__peopleFilter__select,
.cfedSidebar__publicationFilter__select {
  font-size: 0.875rem;
  font-family: "Amiri", serif;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
}

.cfedSidebar__peopleFilter__form select {
  width: 100%;
}

.cfedSidebar__featuredPublication {
  margin-bottom: 5px;
}

.cfedSidebar__featuredAuthor__image {
  width: 63px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.cfedSidebar__featuredAuthor__name {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  position: relative;
  top: -5px;
}

a.cfedSidebar__featuredAuthor__name:hover {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  position: relative;
  top: -5px;
  color: #5d9eda;
  text-decoration: none;
}

.cfedSidebar__featuredAuthor__title {
  position: relative;
  top: -5px;
  line-height: 115%;
}

.cfedSidebar__featuredAuthor__title:after {
  content: "";
  display: table;
  clear: both;
  margin-bottom: 10px;
}

.cfedContent .cfedSidebar--noBigHeader {
  display: inline-table;
  border-right: #fafcfc 1px solid;
  margin-left: 15px;
  margin-top: 30px;
}

.cfedSidebar--noBigHeader a img {
  border-radius: 1px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.cfedSidebar--noBigHeader a img:hover {
  border-radius: 1px;
  filter: none;
  -webkit-filter: grayscale(0%);
}

.cfedFloatingSidebar {
  border-radius: 2px;
  background-color: #eef3f6;
  padding-left: 16px;
  padding-right: 21px;
  padding-bottom: 15px;
  padding-top: 16px;
  color: #062336;
  border-radius: 2px;
  border-bottom: 2px solid #fafcfc;
  position: fixed;
  top: 207px;
  right: 15px;
  width: 270px;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .cfedSidebarColumn {
    margin-top: 15px;
  }
}

.cfedFloatingSidebar {
  position: relative;
  top: inherit;
  left: inherit;
  float: right;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 30px;
  right: inherit;
}

.cfedSidebar--inline {
  border-radius: 2px;
  background-color: #eef3f6;
  padding-left: 16px;
  padding-right: 21px;
  padding-bottom: 15px;
  padding-top: 16px;
  color: #062336;
  border-radius: 2px;
  border-bottom: 2px solid #fafcfc;
  margin-top: 0;
  display: block;
}

.cfedSidebar a {
  color: #268cc3;
}

.cfedSidebar .cfedContent,
.cfedSidebar .cfedContent__body {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin: 0px !important;
}

.cfedSidebar .cfedContent .cfedSidebar--noBigHeader {
  display: block !important;
  border-right: none !important;
  margin: 0px !important;
}

.cfedSidebar .cfedContent__text ul {
  padding-left: 0px;
}

.cfedContentLimiter {
  max-width: 1200px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.cfedTopNavigationContainerRow {
  background-color: #71716f;
  height: 50px;
}

.cfedFooterContainerRow {
  margin-top: 60px;
  border-radius: 2px 2px 0px 0px;
  background: url(/-/media/F9AE767E31AC4DB5A13ED6DBCE7E3CB2.ashx) #042336;
  background-repeat: no-repeat;
  background-position: bottom -150px right -150px;
}

.cfedFooterContainerColumn {
  padding: 0px;
}

.cfedNewsColumn {
  background-color: #eef3f6;
  padding-top: 0px;
}

.cfedHomeNestedRow {
  padding: 0px;
  margin: 0px;
}

.cfedHomeTileHolder {
  height: 220px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.cfedHomeChartHolder {
  background-color: red;
  height: 440px;
}

.cfedUnderlinedRow {
  border-bottom: 1px solid #eef3f6;
}

@media only screen and (max-width: 768px) {
  .cfedProfile__row,
  .cfedHeader,
  .cfedEventOverview {
    margin-left: 15px;
    margin-right: 15px;
  }

  .cfedFullWidthRow--withMarginsOnMobile,
  .cfedFullWidthColumnWithMarginsOnMobile,
  .cfedDocumentHeader,
  .cfedBootstrapPanelBody {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cfedPersonPanelTitle,
  .cfedEventPanelTitle {
    padding-left: 15px;
  }

  .cfedDocumentHeader__lastUpdated {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .cfedProfile__row,
  .cfedHeader {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 30px;
  }

  .cfedFullWidthRow--withMarginsOnMobile,
  .cfedFullWidthColumnWithMarginsOnMobile {
    padding-left: 5px;
    padding-right: 5px;
  }

  .cfedPersonPanelTitle,
  .cfedEventPanelTitle {
    padding-left: 5px;
  }

  .cfedDocumentHeader__lastUpdated {
    padding-right: 5px;
  }
}

.cfedPeopleListing {
  padding-left: 0px;
}

.cfedBiography,
.cfedBankPublications {
  font-family: "Amiri", serif;
  font-size: 1rem;
  font-weight: 400;
}

.cfedBiography__text p {
  margin-bottom: 15px;
}

.cfedPeopleListing--information {
  padding-left: 5px;
  padding-right: 15px;
}

.cfedPeopleListing--portrait {
  padding-right: 5px;
  padding-left: 0px;
}

.cfedPeopleListing--portraitImage {
  display: block;
  border-radius: 1px;
}

.cfedPeopleListing--informationName {
  color: #268cc3;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
}

.cfedPeopleListing--informationName:hover {
  color: #268cc3;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  display: inline-block;
  text-decoration: none;
  color: #5d9eda;
  text-decoration: none;
}

.cfedPeopleListing--informationTitle,
.cfedPeopleListing--informationText {
  color: #0c0d0d;
  font-family: "Amiri", serif;
  font-size: 0.875rem;
  font-weight: 400;
}

.cfedPeopleListing--row {
  margin-bottom: 45px;
}

.cfedPeopleListing--horizontal .cfedPeopleListing--informationTitle {
  display: inline;
  margin-right: 10px;
}

.cfedPeopleListing--horizontal .cfedPeopleListing--informationName,
.cfedPeopleListing--horizontal .cfedPeopleListing--informationText {
  display: inline;
}

@media only screen and (max-width: 768px) {
  .cfedPeopleListing--row {
    margin-bottom: 0px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .cfedPeopleListing {
    margin-bottom: 50px;
  }

  .cfedPeopleListing--portraitImage {
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) {
  .cfedPeopleListing--portraitImage {
    margin-left: 0px;
  }
}

.cfedProfile {
  font-family: "Amiri", serif;
  font-size: 1rem;
  font-weight: 400;
}

.cfedInternalColumn {
  padding: 0px;
}

.cfedProfile__image {
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: auto;
  padding: 0px;
  border-radius: 1px;
}

.cfedProfile__name {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  color: #062336;
}

.cfedProfile__title {
  font-family: "Roboto Condensed", sans-serif;
  color: #062336;
  font-weight: 300;
  font-size: 1rem;
}

.cfedProfile__phone {
  font-family: "Amiri", serif;
  font-size: 1rem;
  font-weight: 400;
}

.cfedProfile__email,
.cfedProfile__website,
.cfedProfile__cv {
  @inlcude standardLink;
  display: block;
}

.cFedProfile__email:hover,
.cfedProfile__website:hover,
.cfedProfile__cv:hover {
  @inlcude standardLink;
  color: #5d9eda;
  text-decoration: none;
  display: block;
}

.cfedPersonSubheading:hover {
  color: #5d9eda;
  text-decoration: none;
}

.cfedPersonSubheading.collapsed:after {
  content: "+";
  color: #062336;
  transform: translateY(-30%);
  position: absolute;
  left: 75%;
  font-family: "Amiri", serif;
  font-weight: 300;
  font-size: 2.938rem;
  vertical-align: middle;
}

.cfedPersonSubheading:not(.collapsed):after {
  content: "–";
  color: #062336;
  transform: translateY(-30%);
  position: absolute;
  left: 75%;
  font-family: "Amiri", serif;
  font-weight: 300;
  font-size: 2.938rem;
  vertical-align: middle;
}

.cfedPublicationName {
  font-family: "Amiri", serif;
  font-size: 1.375rem;
  font-weight: 400;
  font-style: italic;
}

.cfedPublicationTitle a {
  font-family: "Amiri", serif;
  font-weight: 400;
  color: #268cc3;
  text-decoration: none;
  font-size: 1.125rem;
}

.cfedPublicationTitle a:hover {
  font-family: "Amiri", serif;
  font-weight: 400;
  color: #268cc3;
  text-decoration: none;
  font-size: 1.125rem;
  color: #5d9eda;
  text-decoration: none;
}

.cfedPublicationDownload {
  font-family: "Amiri", serif;
  font-weight: 300;
  color: #268cc3;
  text-decoration: none;
}

.cfedPublicationDownload:hover {
  font-family: "Amiri", serif;
  font-weight: 400;
  color: #268cc3;
  text-decoration: none;
  color: #5d9eda;
  text-decoration: none;
}

.cfedOtherPublications__download {
  font-family: "Amiri", serif;
  font-weight: 400;
  color: #268cc3;
  text-decoration: none;
}

.cfedOtherPublications__download:hover {
  font-family: "Amiri", serif;
  font-weight: 400;
  color: #268cc3;
  text-decoration: none;
  color: #5d9eda;
  text-decoration: none;
}

.cfedPublicationInfo {
  font-family: "Amiri", serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.cfedPublicationInfo p {
  margin-bottom: 15px;
  margin-left: 15px;
}

.cfedOtherPublications__download {
  margin-bottom: 15px;
  margin-left: 15px;
}

.publicationInfo h3 {
  font-family: "Amiri", serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.cfedPublicationHeading {
  font-family: "Amiri", serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.cfedPresentationHeading {
  font-family: "Amiri", serif;
  font-size: 1.125rem;
}

.cfedPresentationName a {
  font-family: "Amiri", serif;
  font-size: 1.125rem;
  color: #268cc3;
}

.cfedPresentationName a:hover {
  font-family: "Amiri", serif;
  font-size: 1.125rem;
  color: #268cc3;
  color: #5d9eda;
  text-decoration: none;
}

.cfedPublicationName {
  font-style: italic;
}

.publicationOtherTitleInfo {
  font-family: "Amiri", serif;
  font-size: 1.125rem;
  font-weight: 300;
}

.cfedPublicationListOpenText {
  font-family: "Amiri", serif;
  font-size: 1.125rem;
}

.cfedPublicationListOpenText p {
  font-size: 1.125rem;
  margin-bottom: 15px;
  margin-left: 15px;
}

.cfedPublicationType {
  font-style: italic;
  font-family: "Amiri", serif;
  font-size: 1.375rem;
  font-weight: 400;
}

.cfedPublicationName--link {
  font-style: italic;
}

.cfedOtherPublications__download,
.cfedOtherPublications__download:hover {
  font-family: "Amiri", serif;
  font-weight: 400;
  color: #268cc3;
  text-decoration: none;
}

.cfedPublicationBlock {
  margin-bottom: 15px;
  margin-left: 15px;
}

.cfedProfile__row {
  font-size: 0;
}

.cfedProfile__row > * {
  float: none;
  display: inline-block;
  font-size: 1rem;
}

.cfedProfile__row > *:last-child {
  vertical-align: bottom;
}

.cfedProfile__row div:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .cfedProfile__image {
    margin: auto;
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .cfedProfile__name {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: #062336;
  }
}

.cfedMidwestFeatures,
.cfedMidwestData,
.cfedMidwestArticles {
  font-family: "Amiri", serif;
  font-size: 1rem;
  font-weight: 400;
}

.cfedMidwestFeatures .col-sm-12,
.cfedMidwestFeatures__textblock {
  margin-bottom: 15px;
}

.cfedMidwestEconomySubheading:hover {
  color: #5d9eda;
  text-decoration: none;
}

.cfedMidwestEconomySubheading.collapsed:after {
  content: "+";
  color: #062336;
  transform: translateY(-30%);
  position: absolute;
  left: 75%;
  font-family: "Amiri", serif;
  font-weight: 300;
  font-size: 2.938rem;
  vertical-align: middle;
}

.cfedMidwestEconomySubheading:not(.collapsed):after {
  content: "–";
  color: #062336;
  transform: translateY(-30%);
  position: absolute;
  left: 75%;
  font-family: "Amiri", serif;
  font-weight: 300;
  font-size: 2.938rem;
  vertical-align: middle;
}

.cfedMidwestEconomyArticleType,
.cfedMidwestEconomyConferenceYear {
  margin-bottom: 0px;
  margin-top: 30px;
}

.cfedMidwestEconomyArticleHeader:first-child .cfedMidwestEconomyArticleType {
  margin-bottom: 0px;
  margin-top: 0px;
}

.cfedMidwestEconomyConferenceName {
  font-family: "Amiri", serif;
  font-size: 1.125rem;
  font-weight: 400;
  font-color: #268cc3;
  text-decoration: none;
}

.cfedMidwestEconomyConferenceName a:hover {
  font-family: "Amiri", serif;
  font-size: 1.125rem;
  font-weight: 400;
  font-color: #268cc3;
  text-decoration: none;
  color: #5d9eda;
  text-decoration: none;
}

.cfedMidwestFeatures__image {
  border: 1px solid #eef3f6;
  border-radius: 2px;
  max-width: 100%;
  height: auto;
}

.cfedMidwestFeatures__title {
  font-family: "Amiri", serif;
  font-weight: 400;
  color: #268cc3;
  text-decoration: none;
  white-space: nowrap;
}

.cfedMidwestFeatures__title:hover {
  font-family: "Amiri", serif;
  font-weight: 400;
  color: #268cc3;
  text-decoration: none;
  white-space: nowrap;
  color: #5d9eda;
  text-decoration: none;
}

.cfedPublication__viewAll {
  font-family: "Amiri", serif;
  font-weight: 300;
  color: #268cc3;
  text-decoration: none;
  margin-left: 15px;
}

.cfedPublication__viewAll:hover {
  font-family: "Amiri", serif;
  font-weight: 300;
  color: #268cc3;
  text-decoration: none;
  margin-left: 15px;
  color: #5d9eda;
  text-decoration: none;
}

.cfedMidwestEconomyArticleHeader {
  margin-bottom: 15px;
}

.cfedMidwestEconomyConference__dateRange {
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .cfedMidwestFeatures__title {
    white-space: initial;
  }
}

.publications--category .feed {
  margin-left: 2rem;
}

.publications.publications--category h2 {
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "Roboto Condensed", sans-serif;
}

.cfedContent__text.pageSection2023 h2 {
  margin-left: 0;
}

.feed {
  margin-bottom: 2rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin: 0 0 1.5rem 0;
}

#publication-container {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: normal;
  margin-left: 0;
}

#cfl-feeds.publications.publications--category:nth-child(2) {
  margin-left: 0;
}

h2.feed__title {
  margin-bottom: 0.5rem;
}

h5.feed__moreRecent {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}

.feed__citation,
.feed__authorList {
  line-height: 1.2;
  font-family: "Amiri", serif;
  font-size: 20px;
}

.feed__description {
  line-height: 1.2;
  font-family: "Amiri", serif;
  font-size: 20px;
}

.authors-citations a {
  font-weight: bold;
}

#show-more-btn-box,
#show-more-btn-box button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin-bottom: 15px;
}

#show-more-btn-box button {
  background: none;
  color: #c1c8cd;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
}

.show-more-icon {
  width: 30px;
  display: inline-block;
}

.reach-bottom-text {
  text-align: center;
  color: #e7f0f1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
}

#filter-g br {
  display: none;
}

#filter-g .cfedSidebar__publicationFilter__select {
  width: auto;
  min-width: 70%;
  display: block;
}

.cfedsidebar__publicationFilter {
  display: none;
}

#content {
  text-align: left;
}

#filter-g {
  text-align: left;
}

.cfedAgenda--img__200 {
  height: 200px;
  width: 177px;
}

.podcast-guest-holder {
  display: flex;
  flex-wrap: wrap;
}

.guest {
  flex: 1;
  margin: 10px;
  text-align: center;
}

.podcast-guest-holder .guest img {
  border-radius: 100%;
  max-height: 200px;
  max-width: 177px;
  margin: auto;
  display: block;
}

audio {
  margin: auto;
  display: block;
  width: 75%;
}

.cfedArticle__cite__title {
  color: #062336;
  font-family: "Amiri", serif;
  font-size: 1.375rem;
  font-weight: 400;
  font-style: italic;
}

.cfedArticle__cite__volume,
.cfedArticle__cite__quarter,
.cfedArticle__cite__issueNumber,
.cfedArticle__cite__month,
.cfedArticle__cite__day,
.cfedArticle__cite__year {
  color: #062336;
  font-family: "Amiri", serif;
  font-size: 1.375rem;
  font-weight: 400;
}

.cfedArticle__introParagraph {
  padding: 20px 25px;
  margin-bottom: 15px;
  border: 1px solid #eef3f6;
  border-radius: 2px;
}

.cfedArticle__title {
  color: #062336;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.6rem !important;
  font-weight: 700;
}

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

.cfedPublicationSection__title {
  text-transform: uppercase;
}

.cfedArticle__authorBlock {
  margin-bottom: 30px;
  font-family: "Amiri", serif;
  font-size: 1.375rem;
  font-weight: 400;
  color: #062336;
}

.cfedArticle__authorBlock__name {
  font-family: "Amiri", serif;
  font-weight: 400;
  color: #268cc3;
  text-decoration: none;
}

.articleText .cfedArticle__authorBlock__name {
  margin-right: -5px;
}

.blog-author > .author > .cfedArticle__authorBlock__name {
  margin-right: inherit;
}

.cfedArticle__cite__crossref {
  float: right !important;
}

.cfedArticle__authorBlock__name:hover {
  font-family: "Amiri", serif;
  font-weight: 400;
  color: #268cc3;
  text-decoration: none;
  color: #5d9eda;
  text-decoration: none;
}

.annualHighlight__titleText2016 {
  font-size: 1.8rem;
  font-color: #062336;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 1px solid #062336;
}

.annualHighlight__titleText2016--Big {
  font-size: 4.6875rem;
  color: #062336;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 700;
}

.annualHighlight__titleBlock2016 {
  display: inline-block;
  text-align: right;
  align-self: flex-end;
  padding-bottom: 1.5rem;
  left: -50%;
}

.annualHighlight__coverTitle2016 {
  position: absolute;
  top: 2em;
  left: 5%;
  padding-right: 2em;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  left: 50%;
}

.annualHighlight__signatureName2016 {
  color: #062336;
  display: block;
}

.annualHighlight__signatureDescription2016 {
  color: #062336;
  font-weight: 700;
  display: block;
}

.annualReport2016__signatureStatement {
  color: #062336;
  font-size: 1.5rem;
}

.annualReport2016__signature {
  max-width: 50%;
}

.annualHighlight__awardingOrganization {
  font-size: 1.5rem;
  font-weight: 300;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  color: #062336;
}

.annualHighlight__awardName {
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  color: #062336;
}

.annualHighlight__auditorSection {
  font-family: "Amiri", serif;
}

.narrowText {
  font-family: "Roboto Condensed", sans-serif;
}

.linkWithNoUnderline {
  text-decoration: none;
}

.linkWithNoUnderline:link {
  text-decoration: none;
}

.annualHighlight {
  border-left: 10px solid #c00;
  margin-top: 2em;
}

.annualHighlightHeader2016 {
  margin-top: 2.5em;
}

.annualHighlightHeader {
  margin-top: 5em;
}

.annualHighlightRow {
  border-left: 10px solid #c00;
}

.financialStatements {
  margin-top: 2em;
}

.annualReport__signOff {
  margin-top: 2em;
}

.annualHighlight__title {
  font-family: "Roboto Condensed", sans-serif;
  padding-top: 0.1em;
  padding-right: 0.5em;
  padding-left: 0.25em;
  display: inline-block;
  font-weight: 800;
  font-size: 3em;
  padding-bottom: 0.25em;
  color: #666;
}

.annualHighlight__title img {
  display: inline-block !important;
  vertical-align: middle;
  height: 90%;
  max-height: 2em;
  width: auto;
  padding-right: 0.25em;
}

.annualHighlight__titleImage {
  display: inline-block;
  vertical-align: middle;
  height: 2em;
  max-height: 3em;
  width: auto;
  padding-right: 0.25em;
}

.annualHighlight__graphic {
  padding: 0px;
  margin: 0px;
}

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

.annualHighlight__caption {
  background-color: #374a58;
  color: #fff;
  margin-top: 2px;
  font-size: 1.5rem;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
}

.annualHighlight__caption--blackAndWhite {
  background-color: #fafcfc;
  color: #0c0d0d;
  margin-top: 2px;
  font-size: 1.5rem;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
}

.annualHighlight__captionAlone--blackAndWhite {
  background-color: #fafcfc;
  color: #0c0d0d;
  margin-top: 2px;
  font-size: 1.5rem;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  margin-top: 0px;
  padding-top: 0px;
}

.annualHighlight__caption--noGap {
  background-color: #374a58;
  color: #fff;
  font-size: 1.5rem;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 1em;
}

.annualHighlight__caption--cover {
  background-color: #374a58;
  color: #fff;
  margin-top: 2px;
  font-size: 1.5rem;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 30px;
  padding-right: 30px;
}

.annualHighlight__largePortrait {
  padding-left: 3em;
  padding-right: 3em;
}

.annualHighlight__largePortrait img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

.annualHighlight__smallPortraitRow {
  margin-top: 1em;
  margin-bottom: 2.25em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

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

.annualHighlight__smallPortraitCaption {
  padding-left: 2em;
}

.annualHighlight__smallPortraitName {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5em;
  font-weight: 800;
  display: block;
  color: #666;
}

.annualHighlight__smallPortraitTitle {
  font-size: 1.5rem;
  font-weight: 200;
  display: block;
  color: #666;
}

.annualHighlight__smallPortraitCompany {
  font-size: 1.35em;
  font-weight: 800;
  display: block;
  color: #666;
}

.annualHighlight__signature {
  background-image: url("~/media/40de770ce268495fb3163be91fe3f01f.ashx");
  background-repeat: no;
  background-size: 100%;
}

.annualReportDivider {
  width: 100%;
  border: none;
  height: 1px;
  color: #999;
  background-color: #999;
}

.annualReportDivider--lightGrey {
  color: #ccc;
  background-color: #ccc;
}

.annualHighlight__graphic--backgroundImage {
  padding: 0px;
  margin: 0px;
  position: relative;
}

.annualHighlight__graphic--backgroundImage h1 {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fafcfc;
}

.annualHighlight__backgroundImage2016 {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  opacity: 0.1;
}

.annualHighlight__backgroundImage {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.annualHighlight__signatureBlock {
  position: absolute;
  bottom: 2em;
  left: 2em;
  right: 0;
}

.annualHighlight__signatureBlock--rightSide {
  position: absolute;
  bottom: 4em;
  right: 5%;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.19);
  padding-right: 0.5em;
}

.annualHighlight__signatureName {
  font-weight: 800;
}

.annualHighlight__signatureDescription {
  font-weight: 400;
}

.annualHighlight__signatureName--white {
  font-weight: 800;
  color: #fafcfc;
  display: block;
  font-size: 2.25em;
}

.annualHighlight__signatureDescription--white {
  font-weight: 400;
  color: #fafcfc;
  display: block;
  font-size: 1.25em;
}

.annualHighlight__signatureDescription--whiteBold {
  font-weight: 800;
  color: #fafcfc;
  display: block;
  font-size: 1.25em;
}

.annualHighlight__signatureBlock span {
  display: block;
}

.annualHighlight--noBorder {
  margin-top: 1em;
  position: relative;
}

.annualHighlight__rowForCover {
  position: relative;
}

.annualHighlight__redBarForCover {
  position: absolute;
  width: 10px;
  height: 250%;
  max-height: 500px;
  left: 0;
  bottom: 0;
  background-color: #c00;
  z-index: 2;
}

.annualHighlight__coverPortrait {
  position: absolute;
  bottom: 2em;
  left: 1em;
  width: 45%;
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.42);
}

.annualHighlight__coverTitle {
  position: absolute;
  top: 2em;
  left: 5%;
  padding-right: 2em;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.annualHighlight__logo {
  display: inline;
  margin-top: 2em;
  width: 90%;
}

.annualHighlight__titleBlock {
  display: inline-block;
  text-align: right;
  align-self: flex-end;
  padding-bottom: 1.5em;
}

.annualHighlight__titleText--Bold {
  font-weight: 800;
  color: #fff;
  display: block;
  font-size: 4em;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.59);
  padding-bottom: 0.1em;
}

.annualHighlight__titleText {
  font-weight: 400;
  color: #fff;
  font-size: 3em;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.59);
  line-height: 95%;
}

.annualHighlight__titleDivider {
  width: 100%;
  border: none;
  height: 1px;
  color: #fff;
  background-color: #fff;
  position: absolute;
  top: 27%;
}

.photoCredit {
  margin-top: 3em;
}

@media (max-width: 767px) {
  .annualHighlight__title {
    font-size: 2em;
  }

  .annualHighlight__smallPortraitName {
    font-size: 1.5em;
  }

  .annualHighlight__smallPortraitTitle {
    font-size: 1em;
  }

  .annualHighlight__smallPortraitCompany {
    font-size: 1em;
  }

  .annualHighlight__signatureName--white {
    font-size: 1.5em;
  }

  .annualHighlight__signatureDescription--white {
    font-size: 0.75em;
  }

  .annualHighlight__signatureDescription--whiteBold {
    font-size: 0.75em;
  }

  .annualHighlight__redBarForCover {
    height: 200%;
  }

  .annualHighlight__titleText--Bold {
    font-size: 2.5em;
  }

  .annualHighlight__titleText {
    font-size: 1.75em;
  }

  .annualHighlight__titleDivider {
    top: 18.5%;
  }

  .annualHighlight__logo {
    margin-top: 0em;
  }

  .annualHighlight__titleBlock {
    padding-bottom: 2.25em;
  }
}

@media (min-width: 768px) {
  .annualHighlight__titleDivider {
    top: 25.5%;
  }

  .annualHighlight__signatureName {
    font-size: 1.375rem;
  }

  .annualHighlight__signatureDescription {
    font-size: 1.5rem;
  }
}

.annualBoardGroup {
  background-color: #eee;
  border-radius: 2px;
  padding-bottom: 5px;
  padding-left: 15px;
}

.annualBoardGroup h1 {
  margin-left: -15px;
}

.annualVerticalPeopleListing .cfedPeopleListing--informationTitle {
  margin-bottom: 15px;
  display: block;
}

.annualReportGridContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 100%;
}

.annualReportGridBackground {
  background-image: url(https://chicagofed-qa.frswebservices.org/~/media/6dfb4c85e4c34a25bebdbec5eed027b5.ashx);
  background-size: cover;
  grid-row: 1 / span 20;
  grid-column: 1 / span 9;
  z-index: 2;
}

.annualReportGridItem1 {
  grid-row: 1 / span 3;
  grid-column: 2 / span 3;
  z-index: 3;
}

.annualReportGridItem1 img {
  margin-top: 15px;
}

.annualReportGridItem1Caption {
  grid-row: 2 / span 1;
  grid-column: 3 / span 6;
  background-color: #fff;
  z-index: 3;
  padding: 15px;
  z-index: 4;
  box-shadow: 6px 6px 8px 7px rgba(0, 0, 0, 0.2);
  padding-left: 250px;
  z-index: 2;
}

.annualReportGridItem2 {
  grid-row: 3 / span 3;
  grid-column: 7 / span 3;
  z-index: 5;
}

.annualReportGridItem2Caption {
  grid-row: 4 / span 1;
  grid-column: 3 / span 5;
  background-color: #fff;
  z-index: 3;
  padding: 15px;
  z-index: 4;
  box-shadow: 6px 6px 8px 7px rgba(0, 0, 0, 0.2);
  padding-right: 100px;
}

.annualReportGridItem3 {
  grid-row: 5 / span 3;
  grid-column: 2 / span 4;
  z-index: 3;
}

.annualReportGridItem3 img {
  transform: rotate(-3deg);
}

.annualReportGridItem3Caption {
  grid-row: 6 / span 1;
  grid-column: 4 / span 4;
  background-color: #fff;
  z-index: 3;
  padding: 15px;
  z-index: 4;
  box-shadow: 6px 6px 8px 7px rgba(0, 0, 0, 0.2);
}

.annualReportGridItem4 {
  grid-row: 7 / span 3;
  grid-column: 7 / span 3;
  z-index: 3;
}

.annualReportGridItem4Caption {
  grid-row: 8 / span 1;
  grid-column: 3 / span 4;
  background-color: #fff;
  z-index: 3;
  padding: 15px;
  z-index: 4;
  box-shadow: 6px 6px 8px 7px rgba(0, 0, 0, 0.2);
}

.annualReportGridItem5 {
  grid-row: 9 / span 4;
  grid-column: 1 / span 4;
  z-index: 3;
}

.annualReportGridItem5 img {
  transform: skew(-5deg);
}

.annualReportGridItem5Caption {
  grid-row: 10 / span 1;
  grid-column: 4 / span 4;
  background-color: #fff;
  z-index: 3;
  padding: 15px;
  z-index: 4;
  box-shadow: 6px 6px 8px 7px rgba(0, 0, 0, 0.2);
}

.annualReportGridItem6Caption {
  grid-row: 13 / span 1;
  grid-column: 3 / span 5;
  background-color: #fff;
  z-index: 3;
  padding: 15px;
  z-index: 4;
  box-shadow: 6px 6px 8px 7px rgba(0, 0, 0, 0.2);
}

.annualReportGridItem7Caption {
  grid-row: 14 / span 1;
  grid-column: 3 / span 5;
  background-color: #fff;
  z-index: 3;
  padding: 15px;
  z-index: 4;
  box-shadow: 6px 6px 8px 7px rgba(0, 0, 0, 0.2);
}

.annualReportGridItem8Caption {
  grid-row: 15 / span 1;
  grid-column: 3 / span 5;
}

.annualReportCaptionHeader {
  background-image: url(https://chicagofed-qa.frswebservices.org/~/media/images/publications/annual-report/2017/twitter-seal.svg);
  font-weight: 700;
  width: auto;
  height: 70px;
  background-repeat: no-repeat;
  background-size: 70px 70px;
  display: block;
  padding-left: 70px;
  font-size: 38px;
  padding-top: 7px;
}

.annualReportVerified {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .annualHighlight__coverTitle2016 {
    top: 0.5em;
  }

  .annualHighlight__titleText2016 {
    font-size: 1rem;
  }

  .annualHighlight__titleText2016--Big {
    font-size: 1.8rem;
  }

  .annualHighlight__caption--blackAndWhite,
  .annualHighlight__captionAlone--blackAndWhite {
    font-size: 1rem;
  }
}

.cfedStandardSpacing ol p:first-of-type {
  margin-top: 15px;
}

.cfedList--bulleted li sup a,
.calloutBox2023 li sup a {
  display: inline;
}

.editedNote {
  padding: 20px;
  border: 1px solid #ddd;
  font-style: italic;
  margin-bottom: 30px;
}

.editedNote p {
  margin-bottom: 0px;
}

.cfedHomepageBanner {
  height: 220px;
  width: 1200px;
  border-radius: 2px;
  max-width: 100%;
  height: auto;
}

.covid-updates {
  border: 8px solid #005180;
  width: 100%;
  margin-top: -15px;
  padding: 15px;
  background-size: cover;
  overflow: hidden;
  top: 0px;
  border-radius: 2px;
  position: relative;
  width: 100%;
  font-weight: 300;
  display: block;
}

.covid-updates h2 {
  margin-top: 0px;
  padding-top: 0px;
}

.covid-message {
  padding: 10px;
}

.covid-message__link:focus-visible {
  display: inline;
}

.covid-message__image {
  float: right;
  border-radius: 2px;
  margin-left: 15px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) {
  .covid-updates {
    min-width: 555px;
    margin-left: -15px;
  }
}

.omwi2019__ul,
.omwi2019_figure {
  margin-bottom: 15px;
}

.omwi2019__signatureName {
  font-size: 1.375rem;
  font-weight: 800;
}

.omwi2019__h2 {
  font-size: 2.25rem;
  margin-top: 30px;
  margin-bottom: 0px;
}

.omwi2019__h3 {
  font-size: 1.55rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

.omwi2019__h3.omwi2019__h3--bold,
.omwi2019__h3--bold {
  font-size: 2rem;
  font-weight: 300;
}

.omwi2019__h4 {
  font-size: 1rem;
  font-family: "Amiri", serif;
  font-weight: 600;
}

.omwi2019__h5 {
  font-size: 1.22 rem;
  color: #000;
  background-color: #acd5f2;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  padding: 5px;
}

.omwi2019__table2 th {
  font-size: 1.22 rem;
  color: #000;
  background-color: #acd5f2;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
}

.omwi2019__appendixa--blue {
  background-color: #acd5f2;
}

.omwi2019__appendixa--green {
  background-color: #abc883;
}

.omwi2019__appendixa--pink {
  background-color: #eeb7d1;
}

table.omwi2019__table,
table.omwi2019__table th,
table.omwi2019__table,
table.omwi2019__table td {
  border: 1px solid #000;
  border-collapse: collapse;
  font-size: 0.875rem;
  padding: 10px;
}

.omwi2019__appendixd.table td.omwi2019__appendixd__rowtitle,
table.omwi2019__table th {
  vertical-align: top;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  border-bottom: 1px solid #000;
}

.omwi2019__appendixb.table thead th {
  font-size: 1rem;
}

.omwi2019__appendixa tbody tr:nth-child(odd) {
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
}

.omwi2019__appendixa tbody tr:nth-child(even) td:nth-child(2),
.omwi2019__appendixa tbody tr:nth-child(even) td:nth-child(3),
.omwi2019__appendixa tbody tr:nth-child(even) td:nth-child(4) {
  background-color: #acd5f2;
}

.omwi2019__appendixa tbody tr:nth-child(even) td:nth-child(5),
.omwi2019__appendixa tbody tr:nth-child(even) td:nth-child(6) {
  background-color: #abc883;
}

.omwi2019__appendixa tbody tr:nth-child(even) td:nth-child(9),
.omwi2019__appendixa tbody tr:nth-child(even) td:nth-child(10),
.omwi2019__appendixa tbody tr:nth-child(even) td:nth-child(13),
.omwi2019__appendixa tbody tr:nth-child(even) td:nth-child(14),
.omwi2019__appendixa tbody tr:nth-child(even) td:nth-child(17),
.omwi2019__appendixa tbody tr:nth-child(even) td:nth-child(18) {
  background-color: #eeb7d1;
}

.omwi2019__appendixb--sectionhead {
  background-color: #dee6f4;
}

.omwi2019__appendixb td.omwi2019__appendixb--rowTitle {
  font-size: 1rem;
  font-family: "Amiri", serif;
  font-weight: 400;
}

.omwi2019__appendixb td.omwi2019__appendixb--sectiondescription {
  font-size: 1rem;
  font-family: "Amiri", serif;
  font-weight: 600;
}

.omwi2019__appendixb td.omwi2019__appendixb--groupedcellTop {
  border-bottom: 0px;
}

.omwi2019__appendixb td.omwi2019__appendixb--groupedcellMiddle {
  border-top: 0px;
  border-bottom: 0px;
}

.omwi2019__appendixb td.omwi2019__appendixb--groupedcellBottom {
  border-top: 0px;
}

.omwi2019__aside {
  background-color: #ffdcac;
  padding: 30px;
  margin: 15px;
  float: right;
  padding-right: 15%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  width: 50%;
  margin-left: 30px;
}

.omwi2019__aside p,
.omwi2019__aside--circle p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}

.omwi2019__circle.omwi2019__circle--green:after {
  background-color: #d4e7b6;
}

.omwi2019__circle.omwi2019__circle--blue:after {
  background-color: #bcdef6;
}

.omwi2019__aside--green {
  background-color: #d4e7b6;
}

.omwi2019__aside--blue {
  background-color: #bcdef6;
}

.omwi2019__circle {
  position: relative;
  display: block;
  margin: 2em 0;
  background-color: transparent;
  color: #222;
  text-align: center;
}

.omwi2019__circle:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  content: "";
}

.omwi2019__circle__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.omwi2019__circle__wrapper {
  display: table;
  width: 100%;
  height: 100%;
  padding: 30px;
}

.omwi2019__circle__content {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
  text-align: justify;
}

.omwi2019__circle__content .omwi2019__circle__backgroundelement,
.omwi2019__aside--green .omwi2019__aside__backgroundelement,
.omwi2019__aside--blue .omwi2019__aside__backgroundelement {
  z-index: 1;
  font-family: "Amiri", serif;
  font-size: 16rem;
  position: absolute;
  top: 0px;
}

.omwi2019__aside--green .omwi2019__aside__backgroundelement,
.omwi2019__aside--blue .omwi2019__aside__backgroundelement {
  font-size: 12rem;
  top: -35px;
  left: 15px;
}

.omwi2019__circle.omwi2019__circle--green
  .omwi2019__circle__content
  .omwi2019__circle__backgroundelement,
.omwi2019__aside--green .omwi2019__aside__backgroundelement {
  color: #a5cf4d;
}

.omwi2019__circle.omwi2019__circle--blue
  .omwi2019__circle__content
  .omwi2019__circle__backgroundelement,
.omwi2019__aside--blue .omwi2019__aside__backgroundelement {
  color: #76beea;
}

.omwi2019__circle__content p,
.omwi2019__aside--green p,
.omwi2019__aside--blue p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  z-index: 10;
  position: relative;
}

.omwi2019__aside--green,
.omwi2019__aside--blue {
  position: relative;
  padding: 30px;
}

.omwi2019__asidecontainer {
  float: right;
  padding: 30px;
  width: 40%;
}

ul ul {
  margin-left: 30px;
}

.omwi2019Download--box {
  max-width: 25%;
  float: right;
}

@media only screen and (max-width: 1200px) {
  .omwi2019__aside {
    padding: 15px;
    width: 100%;
  }

  .omwi2019__circle:after {
    border-radius: 2px;
  }

  .omwi2019__circle__wrapper {
    padding: 10px;
  }

  .omwi2019 {
    padding: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .omwi2019Download--box {
    float: none;
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .cfedArticle__title {
    line-height: 1.3;
  }
}

@media (max-width: 540px) {
  .microsite-slideImage img,
  #microsite img,
  #microsite-center-people img {
    display: block !important;
    height: auto !important;
    width: 100% !important;
  }

  #microsite-contentliquid #carousel a.right.carousel-control,
  #microsite-contentliquid #carousel a.left.carousel-control {
    margin-top: 90px !important;
  }

  #microsite-contentliquid .item {
    clear: both;
  }

  #microsite-contentliquid-cover {
    width: 90% !important;
  }

  #microsite-2col-right {
    margin-left: 0 !important;
    padding-left: 35px !important;
  }

  #microsite-2col-left {
    display: none;
  }
}

@media (max-width: 400px) {
  .microsite-slideImage img,
  #microsite img,
  #microsite-center-people img {
    display: block !important;
    height: auto !important;
    width: 100% !important;
  }

  .carousel-control img {
    width: 100%;
    height: auto !important;
    padding: 0 10px 10px 0;
    display: block !important;
  }

  #microsite-2col-right {
    margin-left: 0 !important;
    padding-left: 35px !important;
  }

  #microsite-2col-left {
    display: none;
  }
}

.microsite-slideImage img,
#microsite img,
#microsite-center-people img,
#microsite-contentliquid #carousel {
  display: block !important;
  height: auto !important;
  width: 100% !important;
}

@media (min-width: 400px) and (max-width: 540px) {
  .microsite-slideImage img,
  #microsite img,
  #microsite-center-people img,
  #microsite-contentliquid #carousel {
    display: block !important;
    height: auto !important;
    width: 100% !important;
  }

  #top-navigation-mobile,
  #microsite-navigation-mobile {
    display: block !important;
  }
}

#microsite {
  max-width: 1000px;
  margin-right: -30px;
  background-color: #eef3f6;
}

#microsite-header img {
  padding: 0;
  margin: 0;
  width: 100% !important;
}

#microsite-contentliquid,
#microsite-contentliquid-cover {
  float: left;
  background: #eef3f6;
  padding-top: 20px;
  padding-bottom: 10%;
  width: 105%;
}

#microsite-page-title {
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 35px;
  background-color: #eef3f6;
  background: url("/images/hr.gif") repeat-x scroll left bottom rgba(0, 0, 0, 0);
}

#microsite-page-title h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.3em;
}

#microsite-page-title h3,
#microsite-center h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.364em;
}

#microsite-center h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1em;
}

#microsite-center {
  display: inline-block;
  width: 100%;
}

#microsite-center-financials {
  display: inline-block;
  width: 77%;
}

#microsite-2col-right {
  margin-left: 30%;
  padding-bottom: 50px;
  padding-right: 80px;
  padding-left: 50px;
  padding-top: 20px;
}

#microsite-center img {
  padding-bottom: 20px;
}

#microsite-nogallery {
  width: 105%;
  background: url(/~/media/images/publications/annual-report/2014/2014-AR-web-nogallery-background-png.png);
  height: 130px;
  clear: both;
}

#microsite-2col-left {
  background: url(/~/media/images/publications/annual-report/2014/2014-AR-web-yellow-circle-png.png)
    no-repeat;
  width: 30%;
  float: left;
  height: 400px;
  margin-left: -3px;
  padding-top: 20px;
}

#microsite-6col-left {
  background: url(/~/media/images/publications/annual-report/2014/2014-AR-web-yellow-circle-png.png)
    no-repeat;
  width: 100%;
  float: left;
  min-height: 800px;
  margin-left: -3;
}

#microsite-6col-left div,
#microsite-center-people div {
  width: 130px;
  height: 350px;
  float: left;
  margin: 14px;
  border-bottom: solid #eef3f6 8px;
}

#microsite-center div {
  padding-top: 20px;
}

#microsite-center div ul {
  margin-right: 55px;
}

#microsite-2col-left p {
  padding-top: 20px;
  padding-left: 50px;
}

.microsite-slideImage,
.microsite-leadership-slideImage {
  margin-right: 17%;
  margin-left: 16%;
  padding-top: 10px;
}

#microsite-contentliquid #carousel a.right.carousel-control {
  margin-right: 10px;
}

.microsite-slideImage p {
  max-width: 650px;
}

.microsite-slideImage h3 {
  margin-bottom: 28px;
  margin-top: 0px;
}

.microsite-leadership-slideImage h3 {
  margin-bottom: 10px;
  margin-top: 25px;
}

.microsite-leadership-slideImage h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  margin-bottom: 5px;
  margin-top: 20px;
}

.microsite-slideDescription {
  margin-right: 20%;
  margin-left: 16%;
  padding-top: 37%;
}

.microsite-slideDescription strong {
  font-size: 14px;
}

table#operations {
  background: #eef3f6;
}

tr.yellow-border {
  height: 15.75pt;
  border-bottom: 2px solid #ffd077;
  background: #eef3f6;
}

#microsite-navigation {
  clear: both;
  float: left;
  font-weight: bold !important;
  font-size: 0.9em;
  width: 100%;
  margin-bottom: 3px;
}

#microsite-navigation ul {
  margin: 0;
}

#microsite-navigation a {
  text-decoration: none !important;
  color: #000;
}

#microsite-navigation ul.nav-items li {
  display: block;
  float: left;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  width: 19.7%;
  margin-left: -32px;
  background: #ffd077;
  text-align: center;
}

#microsite-navigation ul.nav-items li.selected {
  background: #ea8235;
  color: #fafcfc;
  padding-right: 32px;
}

#microsite-navigation ul.nav-items li.selected a {
  color: #fafcfc !important;
  font-weight: bold !important;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
}

#mircrosite-navigation ul.nav-items li:last-child {
  border-right: 1px solid transparent;
}

#microsite-navigation ul.nav-items li a {
  color: #0c0d0d !important;
  font-size: 12px;
  font-weight: bold !important;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
}

#microsite-navigation ul.sub-nav-items,
#microsite-navigation ul.carousel-indicators {
  background: #ea8235;
  list-style: none;
  height: 55px;
  width: 100%;
  display: none;
  margin: 0;
  text-align: right;
  margin-left: -4px;
}

#microsite-navigation ul.sub-nav-items li,
#microsite-navigation ul.carousel-indicators li {
  display: block;
  float: left;
  padding-right: 22px;
  padding-top: 7px;
  padding-bottom: 7px;
  list-style: none;
  background: none;
}

#microsite-navigation ul.sub-nav-items li.selected,
#microsite-navigation ul.sub-nav-items li.active {
  background-image: url(/~/media/Images/publications/annual-report/2014/arrow-png.png);
  background-repeat: no-repeat;
  background-position: 0px center;
}

#microsite-navigation ul.sub-nav-items li:first-child,
#microsite-navigation ul.carousel-indicators li:first-child {
  margin-left: 3%;
}

#microsite-navigation ul.sub-nav-items li a,
#microsite-navigation ul.carousel-indicators li a {
  color: #fafcfc;
  display: inline;
  text-decoration: none;
}

#microsite-navigation-mobile,
#microsite-navigation-tablet {
  width: 100%;
  background-color: #ffd077;
}

#microsite-navigation-mobile #mobile-nav-tab a,
#microsite-navigation-tablet #mobile-nav-tab a {
  background-color: #062336;
  color: #fafcfc;
}

#microsite-navigation-mobile #mobile-links-tab a,
#microsite-navigation-tablet #mobile-links-tab a {
  background-color: #ffd077;
  color: #0c0d0d;
}

#microsite-navigation-mobile li#mobile-links-tab {
  background: none;
}

.microsite-navigation-mobile .nav-tabs li.active a,
.microsite-navigation-tablet .nav-tabs li.active a {
  background: none;
}

#microsite-navigation-mobile a,
#microsite-navigation-tablet a {
  text-decoration: none;
  color: #0c0d0d;
  display: block;
}

#microsite-navigation-mobile .top-nav,
#microsite-navigation-tablet .top-nav {
  background: none;
  background-color: #c5d9e6;
  width: 100%;
  color: #000;
  list-style: none;
  padding: 20px 0px 20px 0px;
  border-bottom: 1px solid #9caeba;
  cursor: pointer;
}

#microsite-navigation-mobile .top-nav.mobile-link,
#microsite-navigation-tablet .top-nav.mobile-link {
  background-color: #ffd077;
  border-bottom: 1px solid #ccc;
}

#microsite-navigation-mobile .top-nav:last-child,
#microsite-navigation-tablet .top-nav:last-child {
  border-bottom: none;
}

#microsite-navigation-mobile .nav-icon,
#microsite-navigation-tablet .nav-icon {
  float: right;
  margin-right: 20px;
}

#microsite-navigation-mobile .sub-nav,
#microsite-navigation-tablet .sub-nav {
  background: none;
  background-color: #e4edf2;
  width: 100%;
  color: #000;
  list-style: none;
  padding: 0;
}

#microsite-navigation-mobile .sub-nav,
#microsite-navigation-tablet .sub-nav {
  display: none;
}

#microsite-navigation-mobile .sub-nav ul,
#microsite-navigation-tablet .sub-nav ul {
  margin: 0;
}

#microsite-navigation-mobile .top-nav,
#microsite-navigation-tablet .top-nav {
  padding-left: 10px;
  font-size: 1.5em;
}

#microsite-navigation-mobile .sub-nav ul li,
#microsite-navigation-tablet .sub-nav ul li {
  border-bottom: 1px solid #fafcfc;
  list-style: none;
  padding: 15px 0px 15px 0px;
  background: none;
}

#microsite-navigation-mobile .sub-nav ul li:last-child,
#microsite-navigation-tablet .sub-nav ul li:last-child {
  border-bottom: none;
}

#microsite-navigation-mobile .sub-nav ul li a,
#microsite-navigation-tablet .sub-nav ul li a {
  padding-left: 35px;
  font-size: 1.5em;
  display: block;
}

#microsite-navigation-mobile .tabcontainer .tab-content,
#microsite-navigation-tablet .tabcontainer .tab-content {
  border: none;
  padding: 0;
  margin-top: -10px;
}

#microsite-navigation-mobile .tabcontainer #quickSearch,
#microsite-navigation-tablet .tabcontainer #quickSearch {
  margin-top: 10px;
  padding: 7px 5px 7px 5px;
  background-color: #ebe2da;
}

#microsite-navigation-mobile .tabcontainer #quickSearch input,
#microsite-navigation-tablet .tabcontainer #quickSearch input {
  width: 100%;
}

#microsite-navigation-mobile .tabcontainer .tab-content ul li,
#microsite-navigation-tablet .tabcontainer .tab-content ul li {
  line-height: 1;
}

#microsite-navigation-mobile .tabcontainer .nav-tabs li,
#microsite-navigation-tablet .tabcontainer .nav-tabs li {
  float: right;
  padding-right: 30px;
}

#microsite-navigation-mobile .tabcontainer .sub-nav-items li:first-child,
#microsite-navigation-tablet .tabcontainer .sub-nav-items li:first-child {
  border-bottom: 1px solid #9caeba;
}

#microsite {
  margin-left: auto;
  margin-right: auto;
}

#microsite-navigation ul.nav-items li {
  width: 16.66%;
  margin-left: 0px;
}

#microsite-navigation {
  text-align: center;
  white-space: nowrap;
}

#microsite-navigation:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

#microsite-navigation ul.nav-items {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 0px;
}

#microsite-navigation ul.sub-nav-items li.selected,
#microsite-navigation ul.sub-nav-items li.active {
  padding-left: 10px;
}

#microsite-navigation ul.sub-nav-items,
#microsite-navigation ul.carousel-indicators {
  height: 35px;
  margin-left: 0px;
}

div.microsite-slideDescription {
  padding-top: 15px;
}

#microsite-center-people p {
  font-size: 0.75rem;
}

.cfedTile__spotlightName {
  color: #fafcfc;
  position: absolute;
  bottom: 0px;
  right: 10px;
  font-size: 2.375rem;
  font-weight: 700;
  text-shadow: -2px 2px 2px rgba(6, 6, 6, 0.6);
}

.cfedTile__spotlightHeroTile {
  background-size: cover;
  overflow: hidden;
  top: 0px;
  position: relative;
  display: block;
  width: 100%;
  height: 464px;
}

.cfedTile__spotlightHeroTile .cfedTile__descriptionContainer {
  height: 464px;
  padding-left: 30px;
  padding-right: 30px;
}

aside.cfedFavoriteQuote {
  float: right;
  font-size: 2.938rem;
  max-width: 50%;
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 125%;
  background-color: #eef3f6;
}

aside.cfedFavoriteQuote:before {
  content: "Favorite quote:";
  display: table;
  background-color: #062336;
  color: #fafcfc;
  width: 100%;
  margin-top: 0px;
  padding: 10px;
}

aside.cfedFavoriteQuote--longQuote {
  font-size: 1.8rem;
}

aside.cfedFavoriteQuote .cfedFavoriteQuote__attribution {
  white-space: nowrap;
  display: block;
  text-align: right;
  padding: 30px;
}

aside.cfedFavoriteQuote q {
  quotes: initial;
  padding: 30px;
  display: block;
}

.cfedTile__spotlightHeroTile .cfedTile__description {
  height: initial;
  background-color: rgba(6, 35, 54, 0.7);
  position: absolute;
  bottom: 0px;
}

.cfedTile__spotlightHeroName {
  font-size: 2.938rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #062336;
  text-align: left;
}

.cfedTile__spotlightHeroTitle {
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  color: #062336;
  text-align: right;
}

.cfedDepartmentList {
  list-style-type: disc;
  list-style-position: inside;
  text-align: center;
  padding: 15px;
  width: 100% x;
  margin-left: auto;
  margin-right: auto;
}

.cfedDepartmentList li {
  height: 91px;
  width: 100%;
}

.cfedDepartmentList li:before {
  content: "";
  height: 91px;
  display: inline-block;
  vertical-align: middle;
}

.cfedDepartmentList a {
  border: #d9d9d9 1px solid;
  border-radius: 2px;
  padding: 30px;
  display: inline-block;
  background-color: #fafcfc;
  width: 80%;
  font-size: 1.375rem;
}

.cfedDepartmentList a:hover {
  background-color: #268cc3;
  color: #fafcfc;
}

.cfedSpotlight__title {
  font-weight: 400;
  line-height: 125%;
}

.cfedSpotlight__department {
  font-weight: 300;
}

.cfedSpotlight__qAndA {
  font-family: "Roboto Condensed", sans-serif;
  color: #062336;
  font-size: 1.375rem;
  list-style-type: none;
}

.cfedSpotlight__qAndA li {
  margin-top: 15px;
}

.cfedSpotlight__answer {
  font-family: "Amiri", serif;
  font-size: 1.375rem;
  font-weight: 400;
  display: inline;
  margin-left: 5px;
}

.cfedSpotlight__answer p {
  font-size: 1.375rem;
  display: inline-block;
}

.cfedSpotlight__answer p:first-of-type {
  margin-top: 0px;
  display: inline;
}

.cfedSpotlight__answer p:last-of-type {
  margin-bottom: 0px;
}

.cfedStandAloneSidebar {
  background: #ccc;
  margin-right: 0px;
  margin-left: -15px;
  padding: 15px;
  border-radius: 2px;
}

.whatWeDoBlock--imageWrapper {
  display: block;
  text-align: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.whatWeDoBlock--imageWrapper img {
  padding-bottom: 0px;
  display: inline-block;
  margin-bottom: -5px;
}

h2.whatWeDo {
  text-align: center;
  margin-bottom: 15px;
}

.whatWeDoBlock--grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
}

.whatWeDoBlock--grey .whatWeDoBlock--header {
  background-color: #545454;
  color: #fff;
  text-align: center;
  padding: 5px;
  width: 100%;
  border-radius: 2px 2px 0px 0px;
}

.whatWeDoBlock--grey .whatWeDoBlock--body {
  border-right: solid #545454 1px;
  border-left: solid #545454 1px;
  border-bottom: solid #545454 1px;
  border-radius: 0px 0px 2px 2px;
  text-align: left;
  background-color: #fafcfc;
  color: #000;
  padding: 5px 10px;
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

.whatWeDoBlock--spring {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
}

.whatWeDoBlock--spring .whatWeDoBlock--header {
  background-color: #5dc264;
  color: #fff;
  text-align: center;
  padding: 5px;
  width: 100%;
  border-radius: 2px 2px 0px 0px;
}

.whatWeDoBlock--spring .whatWeDoBlock--body {
  border-right: solid #5dc264 1px;
  border-left: solid #5dc264 1px;
  border-bottom: solid #5dc264 1px;
  border-radius: 0px 0px 2px 2px;
  text-align: left;
  background-color: #fafcfc;
  color: #000;
  padding: 5px 10px;
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

.whatWeDoBlock--carbon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
}

.whatWeDoBlock--carbon .whatWeDoBlock--header {
  background-color: #393b3a;
  color: #fff;
  text-align: center;
  padding: 5px;
  width: 100%;
  border-radius: 2px 2px 0px 0px;
}

.whatWeDoBlock--carbon .whatWeDoBlock--body {
  border-right: solid #393b3a 1px;
  border-left: solid #393b3a 1px;
  border-bottom: solid #393b3a 1px;
  border-radius: 0px 0px 2px 2px;
  text-align: left;
  background-color: #fafcfc;
  color: #000;
  padding: 5px 10px;
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

.whatWeDoBlock--pine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
}

.whatWeDoBlock--pine .whatWeDoBlock--header {
  background-color: #225b4c;
  color: #fff;
  text-align: center;
  padding: 5px;
  width: 100%;
  border-radius: 2px 2px 0px 0px;
}

.whatWeDoBlock--pine .whatWeDoBlock--body {
  border-right: solid #225b4c 1px;
  border-left: solid #225b4c 1px;
  border-bottom: solid #225b4c 1px;
  border-radius: 0px 0px 2px 2px;
  text-align: left;
  background-color: #fafcfc;
  color: #000;
  padding: 5px 10px;
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

.whatWeDoBlock--mint {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
}

.whatWeDoBlock--mint .whatWeDoBlock--header {
  background-color: #55998a;
  color: #fff;
  text-align: center;
  padding: 5px;
  width: 100%;
  border-radius: 2px 2px 0px 0px;
}

.whatWeDoBlock--mint .whatWeDoBlock--body {
  border-right: solid #55998a 1px;
  border-left: solid #55998a 1px;
  border-bottom: solid #55998a 1px;
  border-radius: 0px 0px 2px 2px;
  text-align: left;
  background-color: #fafcfc;
  color: #000;
  padding: 5px 10px;
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

.whatWeDoBlock--moss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
}

.whatWeDoBlock--moss .whatWeDoBlock--header {
  background-color: #19392c;
  color: #fff;
  text-align: center;
  padding: 5px;
  width: 100%;
  border-radius: 2px 2px 0px 0px;
}

.whatWeDoBlock--moss .whatWeDoBlock--body {
  border-right: solid #19392c 1px;
  border-left: solid #19392c 1px;
  border-bottom: solid #19392c 1px;
  border-radius: 0px 0px 2px 2px;
  text-align: left;
  background-color: #fafcfc;
  color: #000;
  padding: 5px 10px;
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

.whatWeDoRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.whatWeDoRow .col-lg-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 100%;
  flex-shrink: 1;
  flex-grow: 1;
  flex-direction: column;
  float: none;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .cfedTile__spotlightHeroTile .cfedTile__descriptionContainer,
  .cfedTile__spotlightHeroTile {
    height: 220px;
  }

  .cfedTile__spotlightHeroName {
    font-size: 1.5rem;
  }

  .cfedTile__spotlightHeroTitle {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .whatWeDoRow {
    flex-direction: column;
  }

  .whatWeDoBlock {
    margin-bottom: 15px;
  }

  .cfedDepartmentList li {
    height: auto;
  }

  aside.cfedFavoriteQuote {
    float: right;
    padding: 15px;
    font-size: 1.5rem;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  aside.cfedFavoriteQuote .cfedFavoriteQuote__attribution {
    white-space: wrap;
    margin-left: 5px;
  }

  aside.cfedFavoriteQuote q {
    margin-left: 0px;
  }
}

.cfedTile__spotlightHeroTile {
  background-size: cover;
  overflow: hidden;
  top: 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}

.cfedTile__descriptionRow {
  order: 2;
}

.row.cfedTile__captionRow {
  order: 1;
}

.row.cfedTile__captionContainer {
  order: 1;
  background: linear-gradient(to right, #00c0f0, #00abd6);
  padding: 15px;
}

.cfedTile__spotlightHeroName {
  font-size: 2.938rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: left;
}

.cfedTile__spotlightHeroTitle {
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  color: #e2e2e2;
  text-align: left;
}

.cfedDocumentHeader {
  display: table;
  width: 100%;
}

.cfedDocumentHeader__utilities {
  display: table-cell;
  text-align: left;
}

.cfedDocumentHeader__icon {
  padding-left: 0px;
  padding-right: 20px;
}

.cfedDocumentHeader__lastUpdated {
  display: table-cell;
  text-align: right;
  font-size: 0.875rem;
  font-weight: 300;
  font-family: "Amiri", serif;
}

.cfedEventPage {
  text-align: left;
  margin-right: 30px;
  margin-left: 30px;
}

.cfedEventSpeakers,
.cfedEventAgenda,
.cfedEventAccomodations,
.cfedEventMaterials {
  font-family: "Amiri", serif;
  font-size: 1rem;
  font-weight: 400;
}

.cfedEventOverview {
  font-family: "Amiri", serif;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.cfedEventSubheading:hover {
  color: #5d9eda;
  text-decoration: none;
}

.cfedEventSubheading.collapsed:after {
  content: "+";
  color: #062336;
  transform: translateY(-30%);
  position: absolute;
  left: 75%;
  font-family: "Amiri", serif;
  font-weight: 300;
  font-size: 2.938rem;
  vertical-align: middle;
  color: #999;
}

.cfedEventSubheading:not(.collapsed):after {
  content: "–";
  color: #062336;
  transform: translateY(-30%);
  position: absolute;
  left: 75%;
  font-family: "Amiri", serif;
  font-weight: 300;
  font-size: 2.938rem;
  vertical-align: middle;
}

.cfedEventDate {
  font-size: 1.375rem;
  color: #062336;
  margin-bottom: 50px;
}

.cfedEventOverview__image {
  border: 1px solid #eef3f6;
  border-radius: 2px;
  max-width: 100%;
  height: auto;
}

.cfedEventSpeakers__image {
  float: left;
  margin-top: 0px;
  margin-right: 30px;
  margin-bottom: 20px;
}

.cfedEventOverview_registerButton {
  display: table;
  width: 90%;
  background-color: #268cc3;
  font-family: "Roboto Condensed", sans-serif;
  color: #fafcfc;
  text-align: center;
  font-size: 1.875rem;
  margin: 30px auto;
  padding-top: 26px;
  padding-bottom: 28px;
  text-decoration: none;
}

.cfedEventOverview_registerButton:hover {
  display: table;
  width: 90%;
  background-color: #268cc3;
  font-family: "Roboto Condensed", sans-serif;
  color: #fafcfc;
  text-align: center;
  font-size: 1.875rem;
  margin: 30px auto;
  padding-top: 26px;
  padding-bottom: 28px;
  text-decoration: none;
}

.cfedEvent_textWithLink {
  font-family: "Amiri", serif;
  font-size: 1rem;
  font-weight: 700;
}

.cfedEvent_textWithLink a {
  font-family: "Amiri", serif;
  font-weight: 400;
  color: #268cc3;
  text-decoration: none;
}

.cfedEvent_textWithLink a:hover {
  font-family: "Amiri", serif;
  font-weight: 400;
  color: #268cc3;
  text-decoration: none;
  color: #5d9eda;
  text-decoration: none;
}

.cfedEventSpeakers__speakerName {
  font-family: "Amiri", serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.cfedEventSpeakers__speakerTitle {
  font-family: "Amiri", serif;
  font-size: 1rem;
  font-weight: 300;
}

.cfedEventSpeakers__speakerOrganization {
  font-family: "Amiri", serif;
  font-size: 1rem;
  font-weight: 700;
}

.cfedEventSpeakers__speakerBio {
  font-family: "Amiri", serif;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 5px;
}

.cfedEventSpeakers__speakerBio p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.cfedEventOverview__moreInfo {
  font-family: "Amiri", serif;
  font-weight: 400;
  color: #268cc3;
  text-decoration: none;
}

.cfedEventSession {
  display: table;
}

.cfedEventSession__time {
  font-family: "Amiri", serif;
  font-size: 1.125rem;
  font-weight: 400;
  display: table-cell;
  white-space: nowrap;
  text-align: left;
  width: 80px;
}

.cfedEventSession__description {
  font-family: "Amiri", serif;
  font-size: 1rem;
  font-weight: 400;
  padding-left: 30px;
  display: table-cell;
  text-align: left;
  padding-bottom: 30px;
}

.cfedEventSession__title {
  font-family: "Amiri", serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.cfedEventSession__location {
  font-family: "Amiri", serif;
  font-size: 1.125rem;
  font-weight: 300;
}

.cfedEventSession__roleForModerator {
  font-family: "Amiri", serif;
  font-size: 1.125rem;
  font-weight: 300;
  margin-top: 15px;
}

.cfedEventSession__moderatorName,
.cfedEventSession__moderatorTitle,
.cfedEventSession__moderatorOrganization {
  font-family: "Amiri", serif;
  font-size: 1.125rem;
  font-weight: 400;
  display: inline;
}

.cfedEventSession__moderatorBio,
.cfedEventSession__moderatorLinks {
  font-family: "Amiri", serif;
  font-weight: 400;
  color: #268cc3;
  text-decoration: none;
}

.cfedEventSession__moderatorBio:hover,
.cfedEventSession__moderatorLinks:hover {
  font-family: "Amiri", serif;
  font-weight: 400;
  color: #268cc3;
  text-decoration: none;
  color: #5d9eda;
  text-decoration: none;
}

.cfedEventAccomodations__hotelHeader {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  padding-bottom: 15px;
}

.cfedEventAccomodations__hotelHeader--supplemental {
  padding-bottom: 15px;
}

.cfedEventAccomodations__hotelAddress {
  padding-bottom: 15px;
}

.cfedEventAccomodations__hotelAddress__hotelName {
  font-family: "Amiri", serif;
  font-size: 1rem;
  font-weight: 400;
  font-size: 1.125rem;
}

.cfedEventAccomodations__hotelAddress__hotelStreet {
  font-family: "Amiri", serif;
  font-size: 1rem;
  font-weight: 400;
}

.cfedEventAccomodations__hotelAddress__hotelCity {
  font-family: "Amiri", serif;
  font-size: 1rem;
  font-weight: 400;
}

.cfedEventAccomodations__hotelAddress__hotelState {
  font-family: "Amiri", serif;
  font-size: 1rem;
  font-weight: 400;
}

.cfedEventAccomodations__hotelAddress__hotelZip {
  font-family: "Amiri", serif;
  font-size: 1rem;
  font-weight: 400;
}

.cfedEventAccomodations__hotelAddress_website,
.cfedEventAccomodations__hotelAddress_website:hover,
.cfedEventAccomodations__hotelLinks a,
.cfedEventAccomodations__hotelLinks a:hover {
  font-family: "Amiri", serif;
  font-weight: 400;
  color: #268cc3;
  text-decoration: none;
}

.cfedEventMaterials__eventDescription {
  font-family: "Amiri", serif;
  font-size: 1rem;
  font-weight: 400;
}

.cfedEventMaterials__materialLinks__item {
  font-family: "Amiri", serif;
  font-size: 1rem;
  font-weight: 400;
}

.cfedEventMaterials__materialLinks__item a,
.cfedEventMaterials__materialLinks__item a:hover {
  font-family: "Amiri", serif;
  font-weight: 400;
  color: #268cc3;
  text-decoration: none;
}

.webinar-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.webinar {
  flex: 1;
  min-width: 300px;
  max-width: 350px;
  padding: 15px;
  margin: 10px;
  position: relative;
}

.webinar > .webinarList__descriptors:hover > .webinarList__description {
  display: block;
}

.webinarList__image {
  width: 225px;
  height: 170px;
  background-color: #062336;
  border: solid 1px #062336;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.webinarList__image img {
  max-width: 225px;
  max-height: 170px;
}

.webinarList__date {
  font-style: italic;
}

.webinarList__presenter {
  font-weight: bold;
}

.webinar > .webinarList__descriptors > .webinarList__description {
  display: none;
  z-index: 3;
  position: absolute;
  top: 60%;
  border: solid 2px #062336;
  padding: 5px;
  background-color: #eef3f6;
}

@media (max-width: 768px) {
  .webinar > .webinarList__descriptors > .webinarList__description {
    display: block;
    z-index: 1;
    position: relative;
    top: 0;
    border: none;
    background-color: #fff;
  }
}

.banner {
  display: grid;
  grid-template-columns: 54% 36% 10%;
  background: #062336;
  border-bottom: 5px solid #2de9ca;
}

.banner__img-box {
  grid-column: 1/2;
  grid-row: 1/2;
}

.banner__img {
  height: 100%;
  object-fit: cover;
}

.banner__cta-box {
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner__icon-box a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner__cta {
  width: 84%;
  white-space: nowrap;
}

.banner__icon-box {
  grid-column: 3/4;
  align-self: end;
  padding-bottom: 10px;
}

.banner__icon {
  width: 50%;
}

.banner__icon-text {
  font-family: "Amiri", serif;
  font-size: clamp(10px, 1.5vw, 20px);
  color: #fff;
  text-align: center;
}

.no-link {
  display: block;
  margin: 0 auto;
  width: 70%;
}

.tabs {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.tab-btn {
  font-size: 24px;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  border: none;
  background: none;
  color: #225150;
  border-bottom: 3px solid #424242;
  width: 100%;
  padding-bottom: 0.5rem;
}

.tab-btn:not(:last-of-type) {
  margin-right: 10px;
}

.tab-content {
  margin-top: 1rem;
}

@media only screen and (max-width: 600px) {
  .tabs {
    flex-direction: column;
  }

  .tab-btn {
    margin-top: 1rem;
  }
}

.cta-btn {
  border: none;
  background: linear-gradient(
    90deg,
    #3bd9f1 0%,
    #2adbef 11%,
    #19ddeb 22%,
    #00dee6 33%,
    #00e0e0 44%,
    #00e6da 56%,
    #00e6d2 67%,
    #14e6ca 78%,
    #2ce8c2 89%,
    #3ae9b7 100%
  );
  padding: 0.5rem 2rem;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-align: center;
}

#event-details {
  background-color: #e7f0f1;
  padding: 1rem;
  margin: 1rem 0;
}

.event-detail__header {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.event-detail__items {
  display: grid;
  grid-template-columns: 40% 60%;
}

.event-detail__item {
  margin-top: 0 !important;
}

.event-detail__item-header {
  font-weight: 800;
}

.event__intro {
  padding-top: 1rem;
}

.cta-on-page {
  display: inline-block;
  margin-top: 1rem;
}

.cfedEventDate {
  margin-top: 0px;
  background-color: #042336;
  font-size: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #fafcfc;
  padding: 5px;
  padding-left: 15px;
  margin-bottom: 1rem;
}

.cfedEventSession {
  display: grid;
  grid-template-columns: 115px 1fr;
}

.cfedEventSession__time {
  font-family: "Amiri", serif;
  font-size: 1.125rem;
  font-weight: 700;
  white-space: nowrap;
  width: 100px;
  margin-bottom: 0.25em;
}

.cfedEventSession__description {
  display: grid;
  grid-template-columns: 115px 1fr;
  column-gap: 2rem;
}

.cfedEventSession__description_sub {
  display: flex;
  flex-direction: row;
  column-gap: 20px;
  flex-wrap: wrap;
}

.cfedEventSession__title {
  grid-column: 1/-1;
}

.moderatorSubItem {
  grid-column: 2/-1;
  line-height: 1.35rem;
  padding-bottom: 0.5rem;
}

.speaker-docs {
  grid-column: 1/-1;
  background-color: var(--color-blue);
  padding: 5px 10px;
  margin-bottom: 15px;
}

.download-icon::before {
  content: "";
  background-image: url("-/media/admin/images/icons/download");
  background-repeat: no-repeat;
  background-size: 25px 22px;
  height: 25px;
  width: 22px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.link-icon::before {
  content: "";
  background-image: url("-/media/admin/images/icons/link");
  background-repeat: no-repeat;
  background-size: 25px 22px;
  height: 25px;
  width: 22px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.cfedEventSession__roleForModerator,
.cfedEventSession__description h3 {
  margin-top: 0;
  background: #2de9ca;
  padding: 5px;
  text-align: center;
  justify-self: start;
  align-self: start;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  font-family: "Roboto Condensed", sans-serif;
  width: 100%;
  font-weight: 500;
}

.cfedEventSession__description h3 {
  margin-top: 1rem;
}

.cfedEventSession__moderatorName {
  font-family: "Amiri", serif;
  font-weight: 700;
}

.recap-links {
  font-size: 1.3rem;
}

.text--bold {
  font-weight: 800;
}

.speaker-tag {
  text-align: center;
  align-self: center;
  background-color: var(--color-blue);
  padding: 6px;
  margin-right: 1rem;
  font-size: 12px;
}

.hide {
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.no-display {
  display: none;
}

.active {
  color: #0c0d0d;
  border-bottom: 3px solid #a1a1a1;
  font-weight: 700;
}

.margin-top-xs {
  margin-top: 20px;
}

.banner__icon {
  position: static;
  width: 50%;
}

@media only screen and (max-width: 900px) {
  .banner {
    display: grid;
    position: relative;
  }

  .banner__icon-box {
    display: flex;
    justify-content: center;
  }

  .banner__icon-text {
    display: none;
    margin-bottom: 25px;
  }

  .banner__img-box {
    grid-column: 1/3;
    margin-right: 0.5rem;
  }

  .banner__icon-box img {
    max-height: 80px;
    width: 75%;
    justify-self: start;
  }

  .banner__cta-box {
    position: absolute;
    width: 100%;
    bottom: -100px;
    grid-column: 1/4;
  }

  .cta-btn {
    white-space: nowrap;
  }

  .tabs {
    padding-top: 100px;
  }

  .no-button {
    padding-top: 0;
  }

  .event-detail__items {
    grid-template-columns: unset;
    text-align: center;
  }

  .event-detail__header {
    text-align: center;
  }
}

@media only screen and (max-width: 750px) {
  .cfedEventSession {
    display: block;
  }

  .cfedEventSession__description {
    display: block;
    padding-left: 0;
    font-weight: 700;
    font-size: 1.125rem;
  }

  .cfedEventSession__description_sub ul li {
    font-size: 1rem;
    font-weight: 400;
  }

  .cfedEventSession {
    margin-top: 2rem;
  }

  .cfedEventSession__time {
    border-left: 4px solid #2de9ca;
    padding-left: 8px;
  }

  .cfedEventSession__roleForModerator {
    margin-top: 1rem;
    width: 40%;
  }

  .moderatorSubItem {
    margin-top: 1rem;
    line-height: 1.5;
  }

  .speaker-docs:last-of-type {
    margin-top: 0;
  }

  .panel-body.cfedBootstrapPanelBody {
    padding: 0;
  }
}

.cfedMuseumHours {
  padding: 20px 25px;
  margin-bottom: 15px;
  border: 1px solid #eef3f6;
  border-radius: 2px;
  margin-top: 15px;
  width: 775px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cfedTile__heroTile .cfedMuseumHours {
  font-size: 1rem;
  background-color: rgba(6, 6, 6, 0.85);
  border: none;
  text-shadow: none;
}

.cfedTile__heroTile .cfedMuseumHours__text,
.cfedTile__heroTile .cfedMuseumHours__status {
  font-weight: 300;
}

.cfedMuseumHours__text,
.cfedMuseumHours__status {
  font-weight: 700;
}

.cfedMuseumUnorderedList {
  list-style: disc;
}

.cfedMuseumSidebar__map {
  border-radius: 2px;
  background-color: #eef3f6;
  padding-left: 16px;
  padding-right: 21px;
  padding-bottom: 15px;
  padding-top: 16px;
  color: #062336;
  border-radius: 2px;
}

.cfedMuseumSidebar__map__title {
  color: #062336;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 8px;
}

.moneyMuseumSocialSidebar {
  border: 1px solid #eef3f6;
  padding: 15px;
}

.moneyMuseumInstagramSidebar__header img {
  vertical-align: middle;
}

.moneyMuseumInstagramSidebar__header h2 {
  display: inline;
  position: relative;
  top: 5px;
}

.cfedMuseumScheduling,
.cfedMuseumScheduling:hover {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #fafcfc;
  background: linear-gradient(to bottom, #268cc3 2%, #1d719b 100%);
  border: 0;
  padding: 10px;
  font-size: 24px;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  text-shadow: #0c2e40 -0.5px -0.5px 0.5px, #0c2e40 0.5px 0.5px 0.5px;
  box-shadow: inset #31b3fa 1.5px 1.5px 3px 0px,
    inset #1d719b -1.5px -1.5px 3px 0px,
    rgba(150, 150, 150, 0.5) 1px 1px 3px 0px;
}

.cfedMuseumScheduling span {
  font-size: 16px;
  display: block;
}

.cfedSidebar--noBigHeader.cfedSidebar--noBigHeader__museum {
  margin-top: -15px;
  margin-left: -30px;
  margin-bottom: -15px;
  margin-right: -30px;
  display: block;
  height: 150px;
}

.cfedSidebar--noBigHeader.cfedSidebar--noBigHeader__museum .heading {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

.cfedSidebar--noBigHeader.cfedSidebar--noBigHeader__museum img {
  top: 38px;
  height: 75px;
}

.cfedSidebar--noBigHeader.cfedSidebar--noBigHeader__museum .duration {
  font-size: 48px;
  left: 23px;
  top: -75px;
  z-index: 20;
  font-weight: 700;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .cfedSidebar--noBigHeader.cfedSidebar--noBigHeader__museum .heading {
    text-align: left;
  }

  .cfedSidebar--noBigHeader.cfedSidebar--noBigHeader__museum .duration {
    left: -52px;
    top: -20px;
  }
}

a.cfedMuseumScheduling:focus {
  color: #fafcfc !important;
}

.cfedMuseumScheduling span {
  font-size: 16px;
  display: block;
}

.cfedMuseumVisitDuration {
  position: relative;
  border: #000 1px solid;
  padding: 15px;
  margin: 15px;
  display: inline-block;
  width: 225px;
  height: 125px;
}

.cfedMuseumVisitDuration__titleText {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

.cfedMuseumVisitDuration__graphic {
  top: 38px;
  height: 75px;
  position: absolute;
}

div#moneyMuseumInstagramSidebar {
  text-align: center;
}

div#moneyMuseumInstagramSidebar img {
  width: 75px;
  margin-right: 1px;
  padding-bottom: 0px;
  margin-bottom: -4px;
}

.moneyMuseumTripadvisor {
  margin-left: auto;
  width: 150px;
  margin-right: auto;
  display: block;
}

.cfedMuseumHours__notice {
  max-width: 80%;
  margin-left: auto;
  display: table;
  font-weight: 300;
  margin: 0 auto;
  font-size: 1.125rem;
}

.moneyMuseumStatus--open {
  color: #438402;
}

.moneyMuseumStatus--closed {
  color: #c00;
}

.moneyMuseumMapContainer {
  background-color: #062336;
  overflow: auto;
}

.moneyMuseumMapContainer li {
  color: #fafcfc;
  float: left;
  width: 50%;
  padding-right: 15px;
  padding-left: 50px;
  font-family: "Amiri", serif;
}

.cfedVideo {
  padding-top: 56.25%;
  position: relative;
}

.cfedVideo > iframe {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  right: 0px;
  bottom: 0px;
  position: absolute;
}

.blog {
  font-family: "Amiri", serif;
}

.blog-image,
.blogimage {
  height: 35px;
  max-width: 100%;
  border-radius: 2px;
  position: relative;
  background-position: right top !important;
}

.blog-image {
  background: none !important;
  margin-bottom: 15px;
}

.blog-name {
  margin-left: 15px;
  font-family: "Amiri", serif;
  color: #062336;
  font-weight: 400;
  font-size: 1.375rem;
  position: absolute;
  top: 50%;
  font-style: italic;
}

.blog h1 {
  font-size: 1.8rem;
  padding: 15px 0;
}

.blog .name {
  font-size: 2.938rem;
  font-family: "Roboto Condensed", sans-serif;
}

.blog .jelcodes {
  padding: 15px;
}

.blog .authors {
  padding-bottom: 15px;
}

.blog.page-editor .authors,
.blog.page-editor .series,
.blog.page-editor .topic {
  padding: 15px;
}

.blog p {
  margin-bottom: 15px;
}

h1.blog-headline {
  font-size: 1.8rem;
  padding: 15px 0;
}

.blog-author {
  padding-bottom: 15px;
}

.blog-list {
  margin-bottom: 30px;
}

.blog-list-info {
  font-family: "Amiri", serif;
  font-size: 1.125rem;
  color: #062336;
  margin-bottom: 15px;
}

.blog-list-image img {
  width: 30%;
  height: auto;
}

.blog-list-title {
  font-family: "Amiri", serif;
  font-size: 1.5rem;
  color: #062336;
  text-decoration: none;
  font-weight: 700;
}

.blog-list-title:hover {
  color: #268cc3;
  text-decoration: none;
}

.blog-feedback {
  margin-top: 15px;
  margin-bottom: 5px;
}

.blog-feedback-form {
  margin-bottom: 15px;
}

.blog-feedback-form .form-error {
  color: #a94442;
}

@media screen and (max-width: 768px) {
  .blog-image,
  .blogimage {
    display: block;
    text-align: center;
  }

  .blog-name {
    font-size: 1.8rem;
    position: relative;
    display: inline;
    margin: 0px;
    top: 25%;
    -ms-transform: none;
  }
}

.timeline {
  background: transparent;
  color: #000;
  overflow-x: hidden;
  padding-bottom: 50px;
  font: normal 15px "Helvetica Neue", sans-serif;
  max-width: 1170px;
  clear: both;
}

.timline ul {
  background: #5b2c6f;
  padding: 50px 0;
}

.timeline a:link {
  color: #155765;
}

.timeline a:visited {
  color: #155765;
}

.timeline ul li ul {
  list-style: circle;
  padding: 0;
  background-color: #edeff2;
}

.timeline ul li ul li {
  list-style-type: circle;
  bottom: auto;
  width: auto;
  height: auto;
  background-color: #edeff2;
  box-shadow: none;
  padding: 5px;
  text-align: left;
  position: relative;
  left: 10px;
}

.timeline ul li ul li::after {
  list-style-type: circle;
  width: 0;
  height: 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 5px;
  margin: 0 auto;
  padding-top: 50px;
  background: rgba(131, 210, 223, 0.9);
  box-shadow: 1px 5px 20px -6px #000;
}

.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 22px;
  height: 22px;
  background: rgba(131, 210, 223, 0.9);
  margin: 0px auto;
  text-align: center;
  border-radius: 999px;
  color: #9b9b9b;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #edeff2;
  color: #505050;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}

.timeline ul li div:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  border-style: solid;
}

.timeline h2 {
  padding: 15px;
  margin: -15px -15px 5px -15px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: -1px;
  border-radius: 5px 5px 0 0;
  position: relative;
  background: #155765;
}

.timeline img {
  width: 50%;
  height: 50%;
  filter: grayscale(100%);
  transition-duration: 0.5s;
  border-radius: 2px;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 15px 20px 15px 5px;
  border-color: transparent #eceff4 transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -438px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 15px 5px 15px 20px;
  border-color: transparent transparent transparent #eceff4;
}

.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

.timeline img:hover {
  filter: none;
  transition: 0.5s;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }

  .timeline ul li ul li::after {
    width: 0px;
    height: 0px;
  }

  .timeline ul li div {
    width: calc(100vw - 91px);
  }

  .timeline ul li:nth-child(even) div {
    left: 45px;
  }

  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 15px 20px 15px 5px;
    border-color: transparent #eceff4 transparent transparent;
  }

  .timeline img {
    width: 100%;
    height: 100%;
    filter: none;
  }
}

body .cfedHeaderContainerRow .scWebEditInput {
  display: inline;
}

.cfedHeader__utilityLinksContainer {
  margin-top: 30px;
  background-color: transparent;
  padding-bottom: 10px;
}

.cfedHeader__fullWidthRule {
  border-color: #eef3f6;
  color: #eef3f6;
  margin-left: -15px;
  margin-left: -15px;
  bottom: 39px;
  position: absolute;
  width: 100%;
}

.cfedHeader__utilityLinksList {
  text-align: right;
  margin-right: 15px;
}

.cfedHeader__utilityLinksList li {
  display: inline;
  padding-left: 15px;
}

.cfedHeader__utilityLink,
.cfedHeader__utilityLink:active,
.cfedHeader__utilityLink:visited {
  font-family: "Amiri", serif;
  color: #062336;
  text-decoration: none;
  font-weight: 400;
}

.cfedHeader__utilityLink:hover {
  font-family: "Amiri", serif;
  color: #062336;
  text-decoration: none;
  color: #5d9eda;
  text-decoration: none;
}

.cfedHeader__iconImage {
  width: 25px;
  height: 25px;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
}

.cfedHeader__iconAnchor {
  margin-top: 18px;
  display: inline-block;
}

.cfedHeader__logoRowColumn {
  height: 60px;
  padding-left: 0px;
  text-align: right;
}

.cfedLogo {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 570px;
  max-width: 100%;
}

.cfedLogo--small {
  padding-left: 15px;
  padding-right: 15px;
}

.cfedHeader__logoRow {
  height: 60px;
  margin-left: 15px;
}

.cfedHeader__logoRow a:focus-visible,
.cfedHeader__logoRow a {
  display: inline-block;
  position: inherit;
  /* z-index: 9999 */
}

.cfedSearchbox {
  border: 0px;
  background: #d9e7e8;
  color: #062336;
  font-family: "Amiri", serif;
  padding: 2px;
  float: right;
  margin-top: 18px;
  margin-bottom: 0px;
  height: 24px;
  padding: 3px;
  max-width: 225px;
  border-radius: 1px;
}

.cfedSearchbox--mobile {
  border: 0px;
  background: #d9e7e8;
  color: #062336;
  font-family: "Amiri", serif;
  padding: 2px;
  height: 34px;
  vertical-align: middle;
}

.cfedSearchSubmit--mobile {
  height: 34px;
  vertical-align: middle;
}

.cfedSearchPlatter {
  text-align: center;
}

.cfedHeaderSearchButton {
  float: left;
  border: none;
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
  border-radius: 1px;
}

.cfedSearchFormElementWrapper {
  display: inline-block;
}

.cfedSearchForm {
  position: relative;
  top: inherit;
}

.cfedHeader__iconLinks {
  position: relative !important;
  top: inherit !important;
  right: inherit !important;
  display: inline !important;
}

.cfedHeader__iconLinks li {
  width: auto;
  height: auto;
  display: inline-block !important;
  vertical-align: top;
  margin-right: 2px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;
  display: block;
  white-space: nowrap;
}

.cfedSearchContainer {
  display: inline-block;
}

.cfedSearchToggleWrapper {
  padding-top: 18px;
}

a.cfedSearchToggle:focus-visible {
  border: none;
}

.cfedHeader__logoRowColumn--icons {
  text-align: right;
}

.cfedSearchToggle {
  height: 25px;
}

.cfedHeaderSearchButton {
  width: 25px;
  height: 25px;
  border-radius: 1px;
}

.cfedPlatter__textBlock {
  border: 1px #fafcfc solid;
  text-align: center;
  padding: 5px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  width: 75%;
  margin-bottom: 15px;
  display: table;
  border-radius: 1px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .cfedHeader__logoRowColumn {
    height: 60px;
  }

  .cfedLogo {
    margin-top: 16px;
  }

  .cfedSearchbox {
    font-family: "Amiri", serif;
    font-size: 0.875rem;
    margin-top: 18px;
  }

  .cfedHeader__logoRowColumn--search {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 898px) and (min-width: 769px) {
  .cfedHeader__iconLinks li {
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 0px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .cfedHeader__iconImage {
    width: 20px;
    height: 20px;
  }

  .cfedSearchbox {
    margin-top: 30px;
  }

  .cfedSearchToggle {
    margin-top: 17px;
  }
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
  .cfedHeader__logoRowColumn {
    padding-right: 0px;
  }

  .cfedLogo {
    margin-top: 28px;
  }

  .cfedHeader__iconLinks li {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    margin-top: auto;
    margin-bottom: 10px;
  }

  .cfedHeader__iconImage {
    width: 10px;
    height: 10px;
  }
}

.cfedNavbar {
  width: 100%;
  top: 0;
  z-index: 3;
  background-color: transparent;
  border: 0px;
  height: 50px;
}

.cfedNavbarLink,
.cfedNavbarLink:visited,
.cfedNavbarLink:focus-visible,
.cfedNavbarLink--large,
.cfedNavbarLink--large:visited,
.cfedNavbarLink--large:hover,
.cfedNavbarLink--large:focus-visible,
.cfedNavbarLink--small,
.cfedNavbarLink--small:visited,
.cfedNavbarLink--small:hover,
.cfedNavbarLink--small:focus-visible {
  font-family: "Amiri", serif;
  color: #fafcfc;
  font-size: 1.125rem;
  background-color: transparent !important;
  font-weight: 400;
}

.cfedNavbarLink:hover {
  font-family: "Amiri", serif;
  color: #fafcfc;
  font-size: 1.125rem;
  background-color: transparent !important;
  color: #5d9eda;
  text-decoration: none;
}

.cfedNavbar__nav--desktop {
  margin-top: -1px !important;
}

.cfedPlatter {
  padding: 15px;
  width: 100%;
  background-color: transparent;
  color: #fafcfc;
}

.cfedPlatterContainer {
  border: 5px solid rgba(0, 0, 0, 0);
  border-radius: 0px 0px 2px 2px;
  background-color: rgba(6, 6, 6, 0.9);
  -webkit-box-shaodw: none;
  -moz-box-shadow: none;
  -moz-box-shadow: none;
  margin-left: 15px;
  margin-right: -15px;
  -webkit-box-shaodw: none;
  box-shadow: none;
  background-image: url("/~/media/2097523d03574d1cbb3125a83dd864df.ashx");
  background-repeat: repeat-x;
  left: -50px;
}

@media only screen and (min-width: 768px) {
  .cfedNavbarLink--small,
  .cfedNavbarLink--small:visited,
  .cfedNavbarLink--small:hover,
  .cfedNavbarLink--small:focus-visible {
    display: none;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }

  .cfedNavbarLink--large,
  .cfedNavbarLink--large:visited,
  .cfedNavbarLink--large:focus-visible {
    display: block;
  }

  .cfedNavbarLink--large:hover {
    display: block;
    color: #5d9eda;
    text-decoration: none;
  }

  .cfedDropdown {
    float: left;
  }

  .cfedDropdown:hover {
    background-color: #062336;
  }

  .cfedNavbarCollapse {
    background-color: transparent;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .cfedNavbarLink--large {
    font-size: 0.8rem;
  }

  .cfedNavbarLink--large:hover {
    font-size: 0.8rem;
    color: #5d9eda;
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .cfedPlatterContainer {
    margin-left: 0px;
    margin-right: 0px;
  }

  .cfedNavbarLink--small,
  .cfedNavbarLink--small:visited,
  .cfedNavbarLink--small:focus-visible {
    display: block;
  }

  .cfedNavbarLink--small:hover {
    display: block;
    color: #5d9eda;
    text-decoration: none;
  }

  .cfedNavbarLink--large,
  .cfedNavbarLink--large:visited,
  .cfedNavbarLink--large:hover,
  .cfedNavbarLink--large:focus-visible {
    display: none !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }

  .cfedDropdown {
    float: none;
  }

  .cfedIconImage {
    float: left;
    transform: translateY(2px);
    height: 24px;
    width: 38px;
  }

  .cfedIconBar {
    text-align: center;
    line-height: 25px;
    margin-right: 15px;
  }

  .cfedSmallMenuIcon--left {
    font-family: "Amiri", serif;
    font-size: 1.375rem;
    color: #fafcfc;
    min-height: 50px;
    background-color: #062336;
  }

  .cfedSmallMenuIcon--right {
    font-family: "Amiri", serif;
    font-size: 1.375rem;
    color: #fafcfc;
    min-height: 50px;
    background-color: #71716f;
  }

  .cfedNavbarCollapse {
    background-color: #0c0d0d;
    border-top-color: #fafcfc;
    border-top-width: 5px;
    border-bottom-color: #fafcfc;
    border-bottom-width: 5px;
  }

  .cfedNavbar {
    margin-left: 0px;
  }

  .cfedPlatter {
    background-color: #062336;
  }
}

.nav,
.collapse,
.dropup,
.dropdown {
  position: static;
}

.dropdown-menu {
  left: -5px;
  right: 25px;
}

.cfedPlatter__heading {
  font-family: "Amiri", serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #fafcfc;
  margin-bottom: 15px;
  max-width: 95%;
  border-bottom: 1px solid #fafcfc;
}

.cfedPlatter__heading a {
  font-family: "Amiri", serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #fafcfc;
  margin-bottom: 15px;
  max-width: 95%;
}

.cfedPlatter__heading:hover {
  border-bottom: 1px solid #fafcfc;
  color: #5d9eda;
  text-decoration: none;
}

.cfedPlatter__heading a:hover {
  color: #5d9eda;
  text-decoration: none;
}

.cfedPlatter__sectionLink,
.cfedPlatter__sectionLink:visited {
  display: block;
  color: #fafcfc;
  text-decoration: none;
  font-size: 1rem;
  margin-bottom: 15px;
}

.cfedPlatter__sectionLink:hover {
  display: block;
  color: #fafcfc;
  text-decoration: none;
  font-size: 1rem;
  margin-bottom: 15px;
  color: #5d9eda;
  text-decoration: none;
}

.cfedPlatter li,
.cfedPlatterContainer li {
  text-indent: 0px;
  padding-left: 0px;
}

.cfedPlatter ul {
  list-style-type: none;
}

.cfedPlatterImageLink {
  background-size: cover;
  background-position: center, center;
  display: block;
  height: 220px;
  width: 100%;
  overflow: hidden;
  top: 0px;
  position: relative;
  margin-bottom: 15px;
  padding-top: 75%;
  border-radius: 2px;
}

.cfedPlatterImageLink__textArea {
  bottom: 0em;
  right: 0px;
  width: 100%;
  height: 55%;
  display: block;
  position: absolute;
  background-color: rgba(6, 35, 54, 0.7);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125rem;
  color: #fafcfc;
  font-weight: 400;
}

.cfedPlatterImageLink__textArea:hover {
  bottom: 0em;
  right: 0px;
  width: 100%;
  height: 55%;
  display: block;
  position: absolute;
  background-color: rgba(6, 35, 54, 0.7);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125rem;
  color: #fafcfc;
  color: #5d9eda;
  text-decoration: none;
}

.cfedMainmenu {
  background-color: #eef3f6;
}

.cfedMainmenu__heading {
  color: #fafcfc;
  font: 18pt "Roboto Condensed", sans-serif;
}

.cfedDropdown__menu {
  background-color: rgba(30, 29, 28, 0.9);
  border: 5px solid rgba(0, 0, 0, 0);
  margin-left: 45px;
  margin-right: 45px;
  box-shadow: none;
  left: 0;
  right: 0;
  width: 100%;
}

.cfedDropdown__menuContentArea {
  padding: 20px 30px;
  width: 100%;
  position: static;
}

.dropdown-menu__list {
  list-style-type: none;
}

.cfedNavbar__link {
  color: #fafcfc;
  font: "Amiri", serif;
}

.cfedPlatter__navigation,
.alpha {
  float: initial;
}

.cfedDropdown {
  display: block;
  position: static !important;
  text-indent: 0px;
  padding-left: 0px;
}

.cfedFooter {
  padding: 15px;
  color: #fafcfc;
  background-color: transparent;
}

.cfedFooter__navigation {
  list-style-type: none;
}

.cfedFooter__navigation li {
  text-indent: 0px;
  padding-left: 0px;
}

.cfedFooter__heading {
  border-style: solid;
  border-bottom: 1px solid #999;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: #fafcfc;
  width: 170px;
}

.cfedFooter__heading__topMargin {
  margin-top: 30px;
}

.cfedFooter__sectionLink,
.cfedFooter__sectionLink:link,
.cfedFooter__sectionLink:visited,
.cfedFooter__sectionLink:active {
  border-style: solid;
  border-bottom: 1px solid #999;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: #fafcfc;
  display: inline-block;
  width: 170px;
}

.cfedFooter__sectionLink:hover {
  border-style: solid;
  border-bottom: 1px solid #999;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: #fafcfc;
  display: inline-block;
  width: 170px;
  color: #5d9eda;
  text-decoration: none;
}

.cfedFooter__iconLinks--4across {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  max-width: 170px;
}

.cfedFooter__iconLinks li {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}

.cfedFooter__iconImage {
  max-width: 35px;
  max-height: 35px;
  border-radius: 1px;
}

.cfedFooter__info p {
  font-size: 1rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}

.cfedFooter__info {
  text-align: center;
  margin-top: 5px;
}

.cfedFooter__ornament {
  margin-top: 15px;
  margin-bottom: 15px;
  height: 150px;
  width: 150px;
}

.cfedFooter__ornamentColumn {
  min-height: 150px;
  text-align: center;
  font-size: 1rem;
  transform: translateY(-65px);
}

.cfedFooter__ornamentColumn div {
  margin-bottom: 5px;
  font-family: "Roboto Condensed", sans-serif;
  color: #fafcfc;
  line-height: 200%;
}

.cfedFooter__ornamentColumn div:nth-child(2) {
  font-weight: 700;
}

.cfedFooter__ornamentColumn div:nth-child(2) hr {
  border-bottom: 1px solid;
  max-width: 66%;
  padding: 0px;
  margin: auto;
  margin-top: 0px;
}

.cfedFooterHR {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-top-color: #6c8f98;
  margin: 0px;
  border-top-width: 1px;
  height: 1px;
  margin-top: 60px;
  border-bottom-width: 0px;
}

@media screen and (max-width: 768px) {
  .cfedFooter__ornamentColumn {
    transform: none;
  }
}

.cfedFooterHR--top {
  margin-top: 15px;
}

.cfedNavigation {
  margin-left: 0px;
  background-color: #71716f;
  height: 50px;
  display: flex;
  align-content: center;
  justify-content: space-evenly;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.cfedNavigation__menuLink {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  color: #fcfcfc;
  font-size: 1.125rem;
  background-color: transparent !important;
  font-weight: 400;
  padding-left: 5px;
  padding-right: 5px;
}

.cfedNavigation__menuLink:hover,
.cfedNavigation__link:hover,
.cfedNavigation__menuLink:visited:hover,
.cfedNavigation__link:visited:hover {
  text-decoration: none;
  color: #127ab3;
}

.cfedNavigation__menuLink--large {
  height: 50px;
  line-height: 50px;
}

.cfedNavigation__item {
  color: #fafcfc;
  display: block;
  margin: 0px;
  text-decoration: none;
  transition-duration: 0.25s;
  line-height: normal;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  float: none;
  text-align: center;
  vertical-align: middle;
  z-index: 20;
}

.cfedNavigation__item:hover > .cfedSocialShare--target:hover > img,
.cfedNavigation__item:hover > .cfedSocialShare--target:hover > img {
  border-radius: 2px 2px 0px 0px;
}

.cfedNavigation__item:hover {
  cursor: pointer;
  background-color: #062336;
}

#bankingDropdown.cfedNavigation__item {
  margin-left: 10px;
}

#peopleDropdown.cfedNavigation__item {
  margin-right: 10px;
}

.cfedNavigation__item:hover > .cfedNavigation__submenu {
  visibility: visible;
  opacity: 1;
  display: block;
  height: initial;
}

.cfedNavigation__submenu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  left: 0;
  display: none;
  width: 100%;
  max-width: 100%;
  top: 50px;
}

.cfedNavigation__submenuHeading {
  font-family: "Amiri", serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #fcfcfc;
  margin-bottom: 15px;
  max-width: 95%;
  border-bottom: 1px solid #fcfcfc;
  text-align: left;
}

.cfedNavigation__link,
.cfedNavigation__link:visited {
  color: #fafcfc;
  text-decoration: none;
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
}

.cfedNavigation__submenuHeading > .cfedNavigation__link {
  margin-bottom: 0px;
}

.cfedNavigation__submenuList {
  padding-left: 0px;
  list-style: none;
  font-size: 1rem;
}

.cfedNavbarLink--small {
  display: none;
}

.cfedTopNavigationContainerRow {
  background-color: #71716f;
  height: 50px;
}

.cfedContentLimiter {
  max-width: 1200px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.cfedNavigation__submenuItem,
.cfedNavigation__submenu {
  background-color: rgba(6, 6, 6, 0.9);
  border-radius: 0px 0px 2px 2px;
}

.cfedNavigation__submenuItem {
  padding: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.cfedNavigation__submenuItem li {
  text-indent: 0px;
  padding-left: 0px;
  text-align: left;
}

.cfedNavigation__submenu {
  position: absolute;
  left: 0px;
  background-color: transparent;
}

nav {
  margin: 0;
  display: inline-block;
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .cfedFooter__iconLinks--4across {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}

@media only screen and (max-width: 992px) {
  .cfedNavigation {
    font-size: 1rem;
  }

  .cfedNavigation__menuLink--large {
    font-size: 1rem;
  }

  .cfedFooter__ornamentColumn {
    min-height: 100px;
  }

  .cfedFooter__ornament {
    height: 100px;
    width: 100px;
    right: 0px;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .cfedFooter__externalLinksRow {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 480px) {
  .cfedSearchbox {
    max-width: 100px;
  }
}

@media only screen and (min-width: 769px) {
  .cfedNavbarSearch {
    display: none;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
  }
}

@media only screen and (max-width: 768px) {
  .open .cfedNavbarLink--small:after {
    content: "–";
    color: #062336;
    transform: translateY(-30%);
    position: absolute;
    left: 75%;
    font-family: "Amiri", serif;
    font-weight: 300;
    font-size: 2.938rem;
    vertical-align: middle;
  }

  .cfedDropdown:not(.open) .cfedNavbarLink--small--noexpand:after {
    content: "";
  }

  .cfedNavbar .cfedDropdown {
    overflow: hidden;
  }
}

@media only screen and (max-width: 480px) {
  .cfedIconBar {
    font-size: 1rem;
    white-space: nowrap;
  }

  .cfedIconBar img {
    height: 16px;
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .cfedNavbarCollapse .nav {
    margin-left: auto;
    margin-right: auto;
  }
}

.cfedRSSList {
  list-style-image: url("~/media/19558aade4754fe3bc190ed3a5ea7947.ashx?h=33&w=33");
  list-style-position: inside;
}

.cfedRSSList__item {
  width: 90%;
  border-bottom-width: 1px;
  border-bottom-color: #eef3f6;
  border-bottom-style: solid;
  padding-bottom: 15px;
  margin-top: 15px;
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.cfedRSSLink {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  line-height: 33px;
  position: relative;
  top: -4px;
}

.cfedRSSLink:hover {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  line-height: 33px;
  position: relative;
  top: -4px;
  color: #5d9eda;
  text-decoration: none;
}

.cfedRSSLinkImage {
  margin-right: 15px;
  vertical-align: middle;
  transform: translateY(-5px);
  display: inline-block;
}

#wrapper {
  width: 100%;
  background-color: #fafcfc;
}

#partner-login-email {
  font-size: 0.6875rem;
}

.login-container,
#mmtPassword,
#partner-login-email {
  border-radius: 0px;
}

#shadow {
  display: none;
}

#app,
.feature-header .header h5,
.feature-header .header,
#support .shadow,
.feature-header h5,
.navigationItem {
  background-image: none !important;
  font-family: "Amiri", serif !important;
}

.cfedContentWrapper {
  width: 1000px;
  margin: auto;
}

#app {
  width: 100%;
  margin-top: 0px;
  padding-bottom: 0px;
}

#app li textarea {
  border-radius: 0px;
  min-width: 50%;
}

#app #buttons a {
  margin-right: 15px;
}

#app #bb-admin-nav li a,
#app #bb-editor-nav li a,
#app #bb-author-nav li a,
#app #bb-respondent-nav li a,
#app #lvs-admin-nav li a,
#app #lvs-editor-nav li a,
#app #lvs-author-nav li a,
#app #lvs-respondent-nav li a {
  width: 100%;
}

#app #content h2 {
  display: table;
}

#app li.input {
  margin-bottom: 15px;
}

#app .dollarvalue span {
  display: block;
}

#app input[type="radio"],
#app input[type="checkbox"] {
  vertical-align: 0px !important;
  margin-right: 4px;
}

#app .navigationItem a:link {
  font-size: 1rem;
}

#app #logged-in-as {
  font-size: 0.875rem;
}

#support {
  background: #eef3f6;
  padding: 15px;
  width: 220px !important;
}

#active li,
#inactive li,
#numbering li {
  font-size: 0.6875rem;
}

.reorder li {
  padding: 10px;
}

#bb-admin-nav,
#bb-admin-nav li a,
#bb-editor-nav,
#bb-author-nav,
#bb-respondent-nav,
#lvs-admin-nav,
#lvs-editor-nav,
#lvs-author-nav,
#lvs-respondent-nav,
#bb-admin-nav,
#bb-editor-nav,
#bb-author-nav,
#bb-respondent-nav,
#lvs-admin-nav,
#lvs-editor-nav,
#lvs-author-nav,
#lvs-respondent-nav {
  font-family: "Amiri", serif !important;
  font-size: 0.6875rem;
}

input#email,
input#surveyProfileName,
input#surveyOpenDate,
input#surveyCloseDate,
#inner-editor {
  border-radius: 0px;
}

#category-list input,
#subcategory-list input,
#categoryName,
.textInput input {
  border-radius: 0px;
  font-family: "Amiri", serif !important;
  font-size: 0.6875rem;
}

#category-select select {
  border-radius: 0px;
  font-family: "Amiri", serif !important;
  font-size: 0.6875rem;
}

#app form {
  margin-top: 15px;
}

.yui-dt-sortable,
.action-label,
.yui-dt-liner,
#category-list {
  font-family: "Amiri", serif;
  font-size: 0.6875rem;
}

.manage-reports p {
  margin-top: 15px;
}

#public-daily-list table .yui-dt-liner,
#public-weekly-list table .yui-dt-liner,
#public-monthly-list table .yui-dt-liner,
#admin-daily-list table .yui-dt-liner,
#admin-weekly-list table .yui-dt-liner,
#admin-monthly-list table .yui-dt-liner,
#visitor-list table .yui-dt-liner,
#admin-list table .yui-dt-liner,
#survey-list table .yui-dt-liner,
#visitor-numbers table .yui-dt-liner,
#scheduled-closings table .yui-dt-liner,
#scheduled-closings table .yui-dt-liner {
  font-family: "Amiri", serif !important;
}

#survey-list #reviewSurvey,
#survey-list #editSurvey,
#survey-list #viewReport,
#survey-list #sendEmail,
#survey-list #closeSurvey,
#survey-list #duplicate,
#survey-list #editQuestions {
  height: 25px;
}

#app .smallfield {
  padding: 1px;
}

#survey-list #viewReport,
#survey-list #editSurvey {
  display: block !important;
}

#app .take-survey textarea {
  border-radius: 0px;
}

#app #survey-list .btn-submit {
  height: 25px;
  margin-left: 15px;
}

#delete-buttons {
  width: 100% !important;
}

#app input[class*="defaultInvalid three-digit"],
#app input[class*="defaultInvalid four-digit"] {
  width: 100px;
}

#app input {
  border-radius: 0px;
}

.manage-email .btn-save {
  background-image: none;
}

.take-survey p {
  margin-top: 15px;
}

.take-survey li {
  margin-top: 5px;
}

.take-survey li input[type="radio"] {
  vertical-align: -1px !important;
  margin: 4px 4px 0;
}

.take-survey li input[type="checkbox"] {
  transform: translateY(2px);
}

ul.input.clear {
  margin-left: 15px;
}

ul.input li {
  margin-bottom: 10px;
}

.navigationItem a:link {
  color: #268cc3;
  text-decoration: none;
}

input.lightbox-input {
  min-width: 90% !important;
}

input#partner-login-email,
input#mmtPassword {
  height: 45px;
}

#app input.datepicker {
  width: 150px;
}

.login-container {
  width: 410px !important;
  margin-left: auto;
  margin-right: auto;
}

#app .btn {
  background-color: #062336 !important;
}

#app .btn-submit {
  float: none;
  margin-left: 0px;
  margin-bottom: 15px;
}

.nyroModalCont {
  height: auto !important;
  border-radius: 0px;
}

a.btn.btn-save,
a.btn.btn-save:hover {
  background-color: #888 !important;
}

a.btn-close {
  border-radius: 0px;
}

#app input.lightbox-input {
  width: 300px;
}

@media only screen and (max-width: 1000px) {
  #app {
    width: 100%;
    margin: auto;
  }
}

#support h5 {
  color: #062336;
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  padding-bottom: 8px !important;
  margin-bottom: 0px !important;
  padding-left: 0px !important;
  text-transform: none !important;
}

.feature-header .header {
  padding-bottom: 0px;
}

#support #support .shadow {
  display: none;
}

#app .label-text input[type="text"] {
  width: initial;
}

a.tbl-btn.edit {
  display: table;
}

#compile-table .label {
  display: inline-block;
  margin-right: 5px;
}

#app .feature-header .btn {
  display: block;
}

.peerCitiesIcon {
  margin-top: 3px;
  margin-left: 3px;
  position: relative;
  top: -40px;
  left: -16px;
  height: 40px;
  width: 32px;
  background-size: cover;
  background-position: 0px;
  background-image: url("/~/media/admin/images/icons/navigation-pin.png");
  pointer-events: none;
}

.peerCitiesSelectedCity {
  border: 2px solid rgba(132, 59, 58, 0.9);
  background-color: rgba(255, 204, 204, 0.9);
  width: 10px;
  height: 10px;
  z-index: 500;
}

.peerCitiesSelectedCity .peerCitiesIcon {
  display: block;
}

.peerCitiesSelectedPeer .peerCitiesIcon,
.peerCitiesCityDefault .peerCitiesIcon,
.peerCitiesCityAdded .peerCitiesIcon {
  display: none;
}

.peerCitiesVariableSelector__parent a:hover {
  cursor: pointer;
  color: #268cc3 !important;
}

.peerCitiesVariableSelector__parent.active,
.peerCitiesVariableSelector__parent.hovered,
.peerCitiesVariableSelector__parent:hover {
  background-color: #062336;
}

.peerCitiesVariableSelector__parent.active {
  background-color: #062336;
}

.peerCitiesSelectedPeer {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 204, 204, 0.9);
  border: 2px solid rgba(132, 59, 58, 0.9);
  z-index: 250;
}

.peerCitiesCityDefault {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 192, 240, 0.9);
  border: 2px solid rgba(65, 139, 202, 0.9);
  z-index: 1;
}

.peerCitiesCityAdded {
  width: 10px;
  height: 10px;
  background-color: rgba(141, 198, 63, 0.9);
  border: 2px solid rgba(0, 102, 0, 0.9);
  z-index: 250;
}

.peerCityMap {
  width: 100%;
  height: 690px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.peerCityMap__cityName {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  background-color: rgba(249, 249, 249, 0.7);
  border: 2px solid rgba(160, 160, 159, 0.7);
  padding: 5px;
  white-space: nowrap;
  z-index: 501;
  position: absolute;
}

.cfedWarning {
  max-width: 100%;
  width: 100%;
  margin: 0px;
  background-color: #f2dede;
  color: #a94442;
  padding: 8px;
}

.peerCityChart__variableName {
  border: 2px solid #71716f;
  background-color: #fafcfc;
  font-family: "Amiri", serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 5px;
  white-space: nowrap;
  z-index: 501;
  position: absolute;
}

.peerCityChart__variableName--dark {
  border: 2px solid #062336;
  background-color: #fafcfc;
  font-family: "Amiri", serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 5px;
  white-space: nowrap;
  z-index: 501;
  position: absolute;
}

.peerCityChart__variableNameTail {
  border: 1px solid #71716f;
  width: 0px;
  height: 30px;
  z-index: 501;
  position: absolute;
}

.peerCityChart__variableNameTail--dark {
  border: 1px solid #062336;
  width: 0px;
  height: 30px;
  z-index: 501;
  position: absolute;
}

.map-marker {
  margin-left: -4px;
  margin-top: -4px;
  position: absolute;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  top: -2px;
  left: -2px;
}

.map-marker.map-clickable {
  cursor: pointer;
}

.peerCitiesSelectionTable tr {
  background-color: #71716f;
  height: 85px;
}

.peerCitiesSelectionTable {
  text-align: left;
  table-layout: fixed;
  width: 100%;
  margin-top: 40px;
}

.peerCitiesDataTable thead {
  background-color: #062336;
}

.peerCitiesDataTable__firstHeading a {
  font-size: 1.125rem !important;
  font-weight: 400 !important;
}

.peerCitiesSelectionTable__firstHeading p {
  color: #fafcfc;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
}

.peerCitiesDataTable thead th,
.peerCitiesSelectionTable tr td {
  vertical-align: bottom;
  height: 85px;
  width: 110px;
  position: relative;
}

.peerCitiesDataTable thead th a,
.peerCitiesSelectionTable tr a {
  color: #fafcfc !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  display: block;
  white-space: pre-wrap;
  cursor: pointer;
}

.peerCitiesDataTable thead th a:focus-visible,
.peerCitiesDataTable thead th a:active {
  color: #268cc3 !important;
}

.peerCitiesDataTable tr {
  text-align: left;
}

.peerCitiesDataTable {
  width: 100%;
  table-layout: fixed;
  max-width: none;
  min-width: 100%;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .peerCitiesDataTable {
    margin-top: 10px;
  }
}

.peerCitiesDataTable,
.peerCitiesDataTable tr,
.peerCitiesDataTable td,
.peerCitiesDataTable th,
.peerCitiesSelectionTable,
.peerCitiesSelectionTable tr,
.peerCitiesSelectionTable th,
.peerCitiesSelectionTable td {
  border: 2px solid #fafcfc;
  padding: 5px;
}

.peerCitiesDataTable
  tbody
  tr:nth-child(even):not(.icimedian):not(.peerCities__table__addCityRow) {
  background-color: #eef3f6;
}

.peerCities__table__peerRow {
  color: #062336;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
}

.peerCities__table__selectedRow {
  color: #f33;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
}

.peerCities__table__addCityRow {
  color: #4b4a4b;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
  background-color: #8dc63f;
}

.icimedian,
.icimedian td a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  background-color: #eef3f6;
  color: #062336;
}

#peerCityMapCurtain {
  width: 100%;
  padding-bottom: 45%;
  position: absolute;
}

#peerCityMapCurtain span {
  display: block;
  position: absolute;
  top: 49%;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 20px;
}

#peerCitySearchResult {
  position: absolute;
  width: 320px;
  max-height: 320px;
  background-color: #fff;
  border: 2px solid #a0a0a0;
  opacity: 0.95;
  overflow: auto;
  z-index: 510;
}

#peerCitySearchResult li a {
  cursor: pointer;
  color: #0c0d0d;
  font-size: 16px;
}

#peerCitySearchResult li a:hover {
  background: #eef3f6;
  color: #0c0d0d;
}

#peerCitySearchResult ul {
  list-style: disc;
  list-style-position: inside;
  margin-left: 15px;
}

#peerCitySearchMsg,
#peerCitySearchMsg2 {
  color: #a94442;
  background-color: #f2dede;
  padding: 10px;
}

.peerCitiesMapContainer {
  padding-top: 35px;
  overflow: hidden;
}

#peerCitysearchContainer .cfedSearchbox {
  width: 320px;
  max-width: 320px;
  height: 36px;
}

#peerCitysearchContainer2 {
  margin-bottom: 25px;
}

#peerCitysearchContainer2 .cfedSearchbox {
  width: 320px;
  max-width: 320px;
  height: 36px;
  float: none !important;
}

#peerCitysearchContainer2 #peerCitySearchMsg2 {
  margin-top: 5px;
}

.ui-autocomplete {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  border: 2px solid #a0a0a0;
  opacity: 0.95;
  margin-top: 5px;
}

.ui-menu-item.ui-state-focus {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  border: none;
  background: #e9e9e9;
  color: #000;
}

#peerCitysearchContainer .cfedSearchbox::-webkit-input-placeholder {
  color: #0c0d0d !important;
}

#peerCitysearchContainer .cfedSearchbox::-moz-placeholder {
  color: #0c0d0d !important;
}

#peerCitysearchContainer .cfedSearchbox::-webkit-input-placeholder {
  color: #0c0d0d !important;
}

div#placeholder {
  color: #0c0d0d !important;
}

#peerCitysearchContainer .cfedSearchbox:-ms-input-placeholder {
  color: #0c0d0d !important;
}

#peerCitysearchContainer .cfedSearchbox:-moz-placeholder {
  color: #0c0d0d !important;
}

#peerCitysearchContainer .cfedSearchbox::placeholder {
  color: #0c0d0d !important;
}

#peerCitysearchContainer .cfedHeaderSearchButton {
  height: 36px;
  width: auto;
}

#peerCitymapContainer .amcharts-legend-div {
  z-index: 600;
}

#peerCitymapContainer {
  max-width: 100%;
}

#peerCityTabledata {
  margin-bottom: 30px;
}

.peerCityAddvars {
  background-color: #e9e9e9;
  padding: 10px 5px;
}

.peerCityAddvars input[type="checkbox"] {
  margin-right: 5px;
  transform: translateY(2px);
}

.cfedPeerCityTabs {
  max-width: 100%;
  width: 100%;
}

#peerCityTabledownload {
  text-align: right;
}

@media (max-width: 769px) {
  .peerCityMap {
    height: 490px;
  }

  #peerCityTablename h2 {
    font-size: 1.2rem;
  }

  #peerCityTabledownload .btn-info {
    font-size: 1.1rem;
  }
}

@media (max-width: 737px) {
  .peerCityMap {
    height: 450px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .peerCitiesCityDefault {
    width: 6px;
    height: 6px;
  }

  #peerCityTabledownload .btn-info {
    font-size: 0.9rem;
  }
}

@media (max-width: 668px) {
  .peerCityMap {
    height: 400px;
  }
}

@media (max-width: 415px) {
  .peerCityMap {
    height: 300px;
    margin-top: 10px;
  }

  #peerCityMap .amcharts-zoom-control {
    display: none;
  }

  #peerCitysearchContainer2 .cfedSearchbox {
    width: 270px;
  }

  .cfedTabs__link,
  .cfedTabs__link:hover {
    font-size: 1rem;
  }
}

@media (max-width: 376px) {
  #peerCitysearchContainer .cfedSearchbox {
    width: 280px;
  }

  #peerCitysearchContainer2 .cfedSearchbox {
    width: 230px;
  }

  .peerCityMap {
    height: 270px;
  }

  .cfedTabs__link,
  .cfedTabs__link:hover {
    font-size: 0.85rem;
  }
}

#peerCityGroupMsg {
  border: 5px solid #eef3f6;
  padding: 5px;
}

#peerCityTableMsg,
#peerCityChartMsg {
  border: 2px solid #4b4a4b;
}

#peerCityTableMsgParent h4,
#peerCityChartMsg h4 {
  display: inline;
}

@media only screen and (min-width: 769px) {
  #peerCityGroupMsg,
  #peerCityTableMsgParent,
  #peerCityTableChartParent,
  #peerCityChartMsg {
    display: none;
  }

  #peerCityVariableDescription,
  #peerCityVariableDescriptionTail {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  #peerCityGroupMsg,
  #peerCityTableMsg,
  #peerCityChartMsg {
    display: none;
  }

  #peerCityGroupMsg.active,
  #peerCityTableMsgParent,
  #peerCityTableMsg.active,
  #peerCityChartMsg.active,
  #peerCityTableChartParent {
    display: block;
  }

  #peerCityVariableDescription,
  #peerCityVariableDescriptionTail {
    display: none !important;
  }
}

#cmetChart {
  width: 100%;
  height: 400px;
  background-color: #faf9f9;
  border-radius: 1px;
}

#cmetChart .amcharts-export-menu-bottom-right {
  bottom: 0;
}

#cmetChartLegend {
  position: relative;
  height: auto;
  background-color: #faf9f9;
  margin-bottom: 20px;
}

#cmetChartSel {
  text-align: center;
  margin-bottom: 15px;
}

#cmetChartSel .cmetBtn {
  width: 130px;
  height: 35px;
}

#cmetChartSource {
  font-size: 1rem;
}

#cmetTableWrapper {
  margin-bottom: 20px;
}

#cmetTable {
  border: 1px solid #ccc;
}

#cmetTable th {
  cursor: pointer;
}

.cmetTableAsc:after {
  content: "▲";
}

.cmetTableDesc:after {
  content: "▼";
}

.cmetTableSelState {
  font-weight: bold;
}

#cmetTheme {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cmetBtn {
  border: #000;
  border-style: solid;
  border-width: 2px;
  position: relative;
  width: 190px;
  height: 54px;
  background: linear-gradient(#fff, #fff);
  font-weight: bold;
  color: #000;
  margin: 5px;
}

.cmetBtn:focus {
  background: linear-gradient(#000, #000);
  color: #fafcfc;
  border: #0c0d0d;
}

.cmetBtnActive {
  background: #0c0d0d;
  color: #fafcfc;
}

#cmetDate {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 15px;
}

#cmetActiveInfo {
  position: relative;
  font-weight: bold;
  width: 100%;
  padding: 5px;
  text-align: center;
  color: #fff;
  background: #4b4a4b;
  border-bottom: 2px solid #fafcfc;
}

#cmetActiveInfo #cmetActiveLabel {
  display: block;
  font-size: 16px;
}

#cmetActiveInfo #cmetActiveValue {
  font-size: 14px;
}

#cmetMap {
  width: 100%;
  height: 650px;
  min-height: 550px;
  margin-bottom: 20px;
}

#cmetMapWrapper #cmetGradient {
  position: absolute;
  margin-top: 10px;
  left: 30px;
  z-index: 1;
  display: flex;
  background: #fafcfc none repeat scroll 0% 0%;
  padding: 0px 10px;
  width: 85%;
}

#cmetGradient .unemployment {
  background: linear-gradient(to right, #64f1b0 0%, #e2ffda 50%, #ff3333 100%);
}

#cmetGradient .hourly,
#cmetGradient .earning {
  background: linear-gradient(to right, #ff3333 0%, #e2ffda 50%, #64f1b0 100%);
}

.cmetGradientColor {
  margin: 5px;
  text-align: left;
  font-size: 1em;
  line-height: 1em;
  width: 85%;
}

.cmetGradientLabel {
  font-size: 20px;
  font-style: normal;
}

#cmetMapReset {
  position: absolute;
  right: 25px;
  bottom: 120px;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: #fff url("/~/media/admin/images/icons/cmet-home-png.png")
    no-repeat;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
  border-color: #fff;
  border-radius: 3px;
}

.cmetLoading {
  border: 5px solid #f3f3f3;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #555;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: auto;
  position: absolute;
  z-index: 1000;
  left: 50%;
  margin-top: 120px;
}

.cmetTitle h1:after {
  content: "Beta";
  vertical-align: super;
  font-size: 1.6rem;
  padding-left: 6px;
  color: #a94442;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.gm-style-cc {
  display: none;
}

.gm-style-iw {
  width: auto !important;
}

.gm-style-iw p {
  text-align: center;
  font-weight: 800 !important;
  font-size: 13px !important;
  margin: 0 !important;
}

@media (max-width: 415px) {
  #cmetMap {
    height: 570px;
  }

  .cmetBtn {
    font-size: 12px;
    width: 105px;
    padding-left: 5px;
    margin: 3px;
  }
}

.amcharts-export-canvas {
  position: absolute;
  display: none;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.amcharts-export-canvas.active {
  display: block;
}

.amcharts-export-menu {
  position: absolute;
  z-index: 2;
  opacity: 0.5;
  color: #000;
}

.amcharts-main-div:hover .amcharts-export-menu,
.amcharts-stock-div:hover .amcharts-export-menu,
.amcharts-export-menu.active {
  opacity: 1;
}

.amcharts-export-menu-top-left > ul > li > ul:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 100%;
  z-index: 1000;
  border-top: 7px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 7px solid transparent;
}

.amcharts-export-menu-top-left > ul > li > ul > li:first-child > a:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 100%;
  z-index: 1001;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid #e2e2e2;
  border-bottom: 8px solid transparent;
}

.amcharts-export-menu-top-right > ul > li > ul:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 100%;
  z-index: 1000;
  border-top: 7px solid transparent;
  border-left: 7px solid #fff;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.amcharts-export-menu-top-right > ul > li > ul > li:first-child > a:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 100%;
  z-index: 1001;
  border-top: 8px solid transparent;
  border-left: 8px solid #e2e2e2;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.amcharts-export-menu-bottom-left > ul > li > ul:after {
  content: "";
  position: absolute;
  bottom: 13px;
  right: 100%;
  z-index: 1000;
  border-top: 7px solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 7px solid transparent;
}

.amcharts-export-menu-bottom-left > ul > li > ul > li:last-child > a:after {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 100%;
  z-index: 1001;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid #e2e2e2;
  border-bottom: 8px solid transparent;
}

.amcharts-export-menu-bottom-right > ul > li > ul:after {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 100%;
  z-index: 1000;
  border-top: 7px solid transparent;
  border-left: 7px solid #fff;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.amcharts-export-menu-bottom-right > ul > li > ul > li:last-child > a:after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 100%;
  z-index: 1001;
  border-top: 8px solid transparent;
  border-left: 8px solid #e2e2e2;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.amcharts-export-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.amcharts-export-menu li {
  position: relative;
  display: block;
  z-index: 1;
}

.amcharts-export-menu li > ul {
  position: absolute;
  display: none;
  border: 1px solid #e2e2e2;
  margin-top: -1px;
  background: #fff;
}

.amcharts-export-menu li > a {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  padding: 12px 12px;
  z-index: 2;
  white-space: nowrap;
  border-bottom: 1px solid #f2f2f2;
}

.amcharts-export-menu li:last-child > a {
  border-bottom: none;
}

.amcharts-export-menu li > a > img {
  border: none;
}

.amcharts-export-menu-top-left {
  top: 0;
  left: 0;
}

.amcharts-export-menu-bottom-left {
  bottom: 0;
  left: 0;
}

.amcharts-export-menu-top-right {
  top: 0;
  right: 0;
}

.amcharts-export-menu-bottom-right {
  bottom: 0;
  right: 0;
}

.amcharts-export-menu li:hover > ul,
.amcharts-export-menu li.active > ul {
  display: block;
}

.amcharts-export-menu li:hover > a,
.amcharts-export-menu li.active > a {
  color: #fff;
  background-color: #636363;
}

.amcharts-export-menu-top-left li:hover > ul,
.amcharts-export-menu-top-left li.active > ul {
  left: 100%;
  top: 0;
}

.amcharts-export-menu-bottom-left li:hover > ul,
.amcharts-export-menu-bottom-left li.active > ul {
  left: 100%;
  bottom: 0;
}

.amcharts-export-menu-top-right li:hover > ul,
.amcharts-export-menu-top-right li.active > ul {
  top: 0;
  right: 100%;
}

.amcharts-export-menu-bottom-right li:hover > ul,
.amcharts-export-menu-bottom-right li.active > ul {
  bottom: 0;
  right: 100%;
}

.amcharts-export-menu .export-drawing-color {
  background: #000;
  width: 35px;
}

.amcharts-export-menu .export-drawing-color > a {
  display: block;
  overflow: hidden;
  text-indent: -13333337px;
}

.amcharts-export-menu .export-drawing-color-red {
  background: red;
}

.amcharts-export-menu .export-drawing-color-green {
  background: lime;
}

.amcharts-export-menu .export-drawing-color-blue {
  background: blue;
}

.amcharts-export-menu .export-drawing-color-white {
  background: #fff;
}

.amcharts-export-fallback {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.amcharts-export-fallback textarea {
  border: none;
  outline: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.amcharts-export-fallback-message {
  position: absolute;
  z-index: 1;
  padding: 20px;
  width: 100%;
  background-color: #fff;
}

.amcharts-export-menu .export-delayed-capturing > a {
  text-indent: 0px;
  line-height: 36px;
  vertical-align: middle;
  text-align: center;
  background-image: none;
}

.amcharts-export-menu,
.amcharts-export-canvas .canvas-container {
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.amcharts-export-canvas.dropbox .canvas-container {
  opacity: 0.5;
}

.amcharts-export-menu .export-drawing-shape a {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.amcharts-export-menu li img {
  height: 20px;
}

.amcharts-export-menu .export-drawing-width a {
  text-align: center;
}

.amcharts-export-menu .export-drawing-width span {
  display: block;
  margin: 0 auto;
}

.amcharts-export-menu .export-drawing-width span > span {
  display: block;
  background: #000;
  border-radius: 100%;
}

.amcharts-export-menu .export-drawing-shape a:hover img,
.amcharts-export-menu .export-drawing-shape.active a img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.amcharts-export-menu .export-main > a,
.amcharts-export-menu .export-drawing > a,
.amcharts-export-menu .export-delayed-capturing > a {
  display: block;
  overflow: hidden;
  text-indent: -13333337px;
  width: 36px;
  height: 36px;
  padding: 0;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2211px%22%20height%3D%2214px%22%3E%3Cpath%20d%3D%22M3%2C0%20L8%2C0%20L8%2C5%20L11%2C5%20L5.5%2C10%20L0%2C5%20L3%2C5%20L03%2C0%22%20fill%3D%22%23888%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%2212%22%20fill%3D%22%23888%22%20width%3D%2211%22%20height%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-color: #fff;
  background-position: center;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
  border-radius: 18px;
  margin: 8px 8px 0 10px;
}

.amcharts-export-menu .export-drawing > a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20width%3D%2216px%22%20height%3D%2217px%22%3E%3Crect%20x%3D%220%22%20y%3D%2216%22%20fill%3D%22%23888%22%20width%3D%2214%22%20height%3D%221%22%2F%3E%3Cpath%20transform%3D%22translate(-12%2C-10)%22%20fill%3D%22%23888%22%20d%3D%22M17.098%2C20.305c-0.142%2C0.146%2C0.101%2C0.04%2C0.137%2C0.004c0.027-0.028%2C0.204-0.09%2C0.484-0.09c0.338%2C0%2C0.626%2C0.092%2C0.787%2C0.255%20c0.473%2C0.472%2C0.424%2C0.932%2C0.393%2C1.078l-2.521%2C1.055l-1.577-1.577l1.054-2.52c0.039-0.009%2C0.105-0.018%2C0.188-0.018%20c0.219%2C0%2C0.555%2C0.069%2C0.893%2C0.407c0.378%2C0.378%2C0.246%2C1.188%2C0.166%2C1.271C17.062%2C20.207%2C17.062%2C20.269%2C17.098%2C20.305z%20M26.984%2C14.472c-0.008-0.674-0.61-1.257-1.31-1.933c-0.134-0.129-0.679-0.673-0.809-0.808c-0.679-0.702-1.266-1.31-1.943-1.31%20c-0.37%2C0-0.734%2C0.207-1.114%2C0.587l-6.852%2C6.847c-0.012%2C0.016-2.877%2C7.354-2.877%2C7.354c-0.012%2C0.032%2C0%2C0.063%2C0.022%2C0.091%20c0.021%2C0.021%2C0.044%2C0.029%2C0.067%2C0.029c0.01%2C0%2C0.018-0.003%2C0.028-0.007c0%2C0%2C7.357-2.864%2C7.369-2.877l6.854-6.847%20C26.803%2C15.216%2C26.988%2C14.848%2C26.984%2C14.472z%22%2F%3E%3C%2Fsvg%3E");
}

.amcharts-export-menu .export-main:hover,
.amcharts-export-menu .export-drawing:hover,
.amcharts-export-menu .export-main.active,
.amcharts-export-menu .export-drawing.active {
  padding-bottom: 100px;
}

.amcharts-export-menu.amcharts-export-menu-bottom-left .export-main:hover,
.amcharts-export-menu.amcharts-export-menu-bottom-left .export-drawing:hover,
.amcharts-export-menu.amcharts-export-menu-bottom-right .export-main:hover,
.amcharts-export-menu.amcharts-export-menu-bottom-right .export-drawing:hover,
.amcharts-export-menu.amcharts-export-menu-bottom-left .export-main.active,
.amcharts-export-menu.amcharts-export-menu-bottom-left .export-drawing.active,
.amcharts-export-menu.amcharts-export-menu-bottom-right .export-main.active,
.amcharts-export-menu.amcharts-export-menu-bottom-right .export-drawing.active {
  padding-bottom: 0;
  padding-top: 100px;
}

.amcharts-export-menu .export-main:hover > a,
.amcharts-export-menu .export-main.active > a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2211px%22%20height%3D%2214px%22%3E%3Cpath%20d%3D%22M3%2C0%20L8%2C0%20L8%2C5%20L11%2C5%20L5.5%2C10%20L0%2C5%20L3%2C5%20L03%2C0%22%20fill%3D%22%23fff%22%2F%3E%3Crect%20x%3D%220%22%20y%3D%2212%22%20fill%3D%22%23fff%22%20width%3D%2211%22%20height%3D%222%22%2F%3E%3C%2Fsvg%3E");
}

.amcharts-export-menu .export-drawing:hover > a,
.amcharts-export-menu .export-drawing.active > a {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20width%3D%2216px%22%20height%3D%2217px%22%3E%3Crect%20x%3D%220%22%20y%3D%2216%22%20fill%3D%22%23FFF%22%20width%3D%2214%22%20height%3D%221%22%2F%3E%3Cpath%20transform%3D%22translate(-12%2C-10)%22%20fill%3D%22%23FFF%22%20d%3D%22M17.098%2C20.305c-0.142%2C0.146%2C0.101%2C0.04%2C0.137%2C0.004c0.027-0.028%2C0.204-0.09%2C0.484-0.09c0.338%2C0%2C0.626%2C0.092%2C0.787%2C0.255%20c0.473%2C0.472%2C0.424%2C0.932%2C0.393%2C1.078l-2.521%2C1.055l-1.577-1.577l1.054-2.52c0.039-0.009%2C0.105-0.018%2C0.188-0.018%20c0.219%2C0%2C0.555%2C0.069%2C0.893%2C0.407c0.378%2C0.378%2C0.246%2C1.188%2C0.166%2C1.271C17.062%2C20.207%2C17.062%2C20.269%2C17.098%2C20.305z%20M26.984%2C14.472c-0.008-0.674-0.61-1.257-1.31-1.933c-0.134-0.129-0.679-0.673-0.809-0.808c-0.679-0.702-1.266-1.31-1.943-1.31%20c-0.37%2C0-0.734%2C0.207-1.114%2C0.587l-6.852%2C6.847c-0.012%2C0.016-2.877%2C7.354-2.877%2C7.354c-0.012%2C0.032%2C0%2C0.063%2C0.022%2C0.091%20c0.021%2C0.021%2C0.044%2C0.029%2C0.067%2C0.029c0.01%2C0%2C0.018-0.003%2C0.028-0.007c0%2C0%2C7.357-2.864%2C7.369-2.877l6.854-6.847%20C26.803%2C15.216%2C26.988%2C14.848%2C26.984%2C14.472z%22%2F%3E%3C%2Fsvg%3E");
}

.amcharts-export-menu .export-close > a,
.amcharts-export-menu .export-close:hover > a,
.amcharts-export-menu .export-close.active > a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAQCAYAAADNo/U5AAAACXBIWXMAAAsTAAALEwEAmpwYAABBsGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU1NzcyLCAyMDE0LzAxLzEzLTE5OjQ0OjAwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo4M2Q5NDllYS1lMjE3LTQ3Y2QtYTU1Ni04MTQ3NmRjNWEwYWQ8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+YWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjZhMTQ5MTc1LTNiODItMTE3OC05ZjZmLWY0MWMwNTYyYzQxYTwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpkZGFhNTJkMi1mZDRiLTRkMmMtODEzOC01ZTEzNmQ4NGFjMDE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6MDdhZmI1Y2UtYzQ1OS00YzQxLWJkMjItMTllMDJlMGE5YzVjPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjA3YWZiNWNlLWM0NTktNGM0MS1iZDIyLTE5ZTAyZTBhOWM1Yzwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgICAgPHN0UmVmOm9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOjgzZDk0OWVhLWUyMTctNDdjZC1hNTU2LTgxNDc2ZGM1YTBhZDwvc3RSZWY6b3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8L3htcE1NOkRlcml2ZWRGcm9tPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6YmY3ZmRlNGYtZDk2MS00Njk4LWI0ZjAtMDJlYjEwOWE4OTA4PC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE1LTA1LTE1VDEzOjE3OjQ5KzAyOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAyMSAoTWFjaW50b3NoKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNvbnZlcnRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6cGFyYW1ldGVycz5mcm9tIGltYWdlL3BuZyB0byBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wPC9zdEV2dDpwYXJhbWV0ZXJzPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+ZGVyaXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6cGFyYW1ldGVycz5jb252ZXJ0ZWQgZnJvbSBpbWFnZS9wbmcgdG8gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcDwvc3RFdnQ6cGFyYW1ldGVycz4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPnNhdmVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6MDdhZmI1Y2UtYzQ1OS00YzQxLWJkMjItMTllMDJlMGE5YzVjPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE1LTA1LTE1VDEzOjE3OjQ5KzAyOjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAyMSAoTWFjaW50b3NoKTwvc3RFdnQ6c29mdHdhcmVBZ2VudD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmNoYW5nZWQ+Lzwvc3RFdnQ6Y2hhbmdlZD4KICAgICAgICAgICAgICAgPC9yZGY6bGk+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmRlcml2ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnBhcmFtZXRlcnM+Y29udmVydGVkIGZyb20gYXBwbGljYXRpb24vdm5kLmFkb2JlLnBob3Rvc2hvcCB0byBpbWFnZS9wbmc8L3N0RXZ0OnBhcmFtZXRlcnM+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmRkYWE1MmQyLWZkNGItNGQyYy04MTM4LTVlMTM2ZDg0YWMwMTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNS0wNS0xNVQxMzoyMToyMSswMjowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMjEgKE1hY2ludG9zaCk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNS0wNS0xNVQxMzoxMzoxNyswMjowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE1LTA1LTE1VDEzOjIxOjIxKzAyOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNS0wNS0xNVQxMzoyMToyMSswMjowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHBob3Rvc2hvcDpUZXh0TGF5ZXJzPgogICAgICAgICAgICA8cmRmOkJhZz4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxwaG90b3Nob3A6TGF5ZXJOYW1lPlg8L3Bob3Rvc2hvcDpMYXllck5hbWU+CiAgICAgICAgICAgICAgICAgIDxwaG90b3Nob3A6TGF5ZXJUZXh0Plg8L3Bob3Rvc2hvcDpMYXllclRleHQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpCYWc+CiAgICAgICAgIDwvcGhvdG9zaG9wOlRleHRMYXllcnM+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgICAgIDx0aWZmOlhSZXNvbHV0aW9uPjcyMDAwMC8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOllSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8ZXhpZjpDb2xvclNwYWNlPjY1NTM1PC9leGlmOkNvbG9yU3BhY2U+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj4xMzwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xNjwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+HyMp+AAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAAA3UlEQVR42rSSXZECQQyEPygMrIVFAidhkQASQEIjYVsCSOAksBJAAlhAwvKSWcJBUQVVl6fM5Ke7k4z6vudTG/OFTQAktcAs/ja2TyVBUgVsgQq42F5PItYBCn8PTFNjAYvw5wM92x3gCNSSFCh1araLvAdNBi53VgMtgCuweRqE7RyogAPQxHsdcQBGf0cuaZ80APzaXn468urtniQ1CaXoayStct5AL4QfgToKfoBzIF2BadGVkVZRkIU7UdQDkqRZoDwJl3ROzea2u4LUvtpHOavkty9H/m9XfhsA0l9VuzQDWrIAAAAASUVORK5CYII=);
}

text.amcharts-label,
.amcharts-category-axis tspan,
text.amcharts-legend-value {
  font-family: "Amiri", serif;
}

.amcharts-export-menu-bottom-right {
  bottom: 45px;
}

.cfedChart--noLegend .amcharts-export-menu-bottom-right {
  bottom: 15px;
}

.amcharts-export-menu {
  display: inline;
}

.amcharts-export-menu .export_drawing_color {
  display: inline-block;
}

#ag-farmland-values-chart svg .amcharts-axis-title,
#ag-interest-rates-chart svg .amcharts-axis-title {
  transform: translateY(-20px);
}

.amcharts-export-menu li > a {
  padding: 6px 6px !important;
}

.amcharts-export-menu .export-main > a {
  transform: translateX(3px);
}

.amcharts-export-menu li {
  margin-bottom: 0px !important;
}

#contributions-nfci-chart .amcharts-export-menu-bottom-right,
#contributions-anfci-chart .amcharts-export-menu-bottom-right {
  bottom: 0;
}

.amcharts-export-menu .export-main.active > a:focus {
  background-color: #062336 !important;
}

li.amcharts-amexport-item.amcharts-amexport-item-level-0.amcharts-amexport-item-blank {
  display: block;
  width: 36px;
  height: 36px;
  padding: 7px 0 0 0;
  background-color: #fafcfc;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
  border-radius: 18px;
  margin: 8px 8px 0 10px;
}

li.amcharts-amexport-item.amcharts-amexport-item-level-0.amcharts-amexport-item-blank:hover {
  background-color: #062336;
}

ul.amcharts-amexport-menu.amcharts-amexport-menu-level-0.amcharts-amexport-menu-root.amcharts-amexport-right.amcharts-amexport-bottom {
  padding: 0;
  bottom: 15px;
}

@media all and (max-width: 425px) {
  .cfedChart {
    height: 500px;
  }
}

.cfedAppointmentPlus,
.cfedTaleoJobSearch {
  width: 100%;
  min-height: 2000px;
  overflow-y: scroll;
}

.cfedCdpsEmail {
  width: 100%;
  min-height: 800px;
  overflow-y: scroll;
}

.research-calendar-container iframe {
  min-height: 1300px;
}

.cfedEdgeMessage {
  background-color: #062336;
  color: #fafcfc;
  padding: 15px;
}

@media only screen and (max-width: 768px) {
  .research-calendar-container iframe {
    max-height: 100%;
  }

  .research-calendar-container {
    margin-left: -15px;
    margin-right: -15px;
  }
}

td#searchtext {
  padding-left: 15px;
}

table#searchresults {
  margin-left: 30px;
}

#searchresults td,
#searchresults tr {
  padding: 7px 7px 7px 7px;
}

.searchurl {
  margin-bottom: 30px;
}

.bestbet {
  background-color: #eef3f6;
  padding: 15px;
}

.utilityNav ul li {
  display: inline;
}

.branding {
  max-width: 100%;
}

.branding img {
  max-width: 100%;
}

#map-canvas {
  width: 240px;
  height: 250px;
  border: 1px solid #999;
  margin: 7px 0 18px;
}

#event-features h5 {
  color: #062336;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 8px;
}

#event-features {
  border-radius: 2px;
  background-color: #eef3f6;
  padding-left: 16px;
  padding-right: 21px;
  padding-bottom: 15px;
  padding-top: 16px;
  color: #062336;
  border-radius: 2px;
  border-bottom: 2px solid #fafcfc;
}

#event-features dt {
  color: #062336;
  font-family: "Amiri", serif;
  font-size: 1.125rem;
  font-weight: 400;
  padding-bottom: 8px;
  padding-bottom: 0px;
  font-weight: 300;
}

#event-features-map {
  color: #062336;
  font-family: "Amiri", serif;
  font-size: 1.125rem;
  font-weight: 400;
  padding-bottom: 8px;
  padding-top: 40px;
}

#event-features dd {
  font-family: "Amiri", serif;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 15px;
}

.focus-people td {
  padding: 5px !important;
}

.articleHeader {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .content {
    margin-left: 15px;
    margin-right: 15px;
  }
}

fieldset#filter-submitteam label {
  display: none;
}

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

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

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

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

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

.mx-0 {
  margin: 0 !important;
}

.mt-1 {
  margin-top: 3.75px !important;
}

.ml-1 {
  margin-left: 3.75px !important;
}

.mr-1 {
  margin-right: 3.75px !important;
}

.mb-1 {
  margin-bottom: 3.75px !important;
}

.mx-1 {
  margin: 3.75px !important;
}

.mt-2 {
  margin-top: 7.5px !important;
}

.ml-2 {
  margin-left: 7.5px !important;
}

.mr-2 {
  margin-right: 7.5px !important;
}

.mb-2 {
  margin-bottom: 7.5px !important;
}

.mx-2 {
  margin: 7.5px !important;
}

.mt-2 {
  margin-top: 7.5px !important;
}

.ml-2 {
  margin-left: 7.5px !important;
}

.mr-2 {
  margin-right: 7.5px !important;
}

.mb-2 {
  margin-bottom: 7.5px !important;
}

.mx-2 {
  margin: 7.5px !important;
}

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

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

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

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

.mx-3 {
  margin: 15px !important;
}

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

.ml-4 {
  margin-left: 22.5px !important;
}

.mr-4 {
  margin-right: 22.5px !important;
}

.mb-4 {
  margin-bottom: 22.5px !important;
}

.mx-4 {
  margin: 22.5px !important;
}

.mt-5 {
  margin-top: 45px !important;
}

.mt-30px {
  margin-top: 30px;
}

.ml-5 {
  margin-left: 45px !important;
}

.mr-5 {
  margin-right: 45px !important;
}

.mb-5 {
  margin-bottom: 45px !important;
}

.mx-5 {
  margin: 45px !important;
}

@media screen and (max-width: 768px) {
  .cfedNavbar {
    padding: 0;
  }

  .cfedNavbar .navbar-header {
    width: 100%;
  }

  .cfedNavbar .navbar-header button {
    background: none;
    border: none;
    color: #fafcfc;
    width: 100%;
  }

  .cfedNavbar .navbar-header button .cfedIconBar {
    line-height: normal;
    margin-right: 0;
    padding-top: 0.5rem;
  }

  .cfedNavbar .navbar-header button .cfedIconBar .cfedIconImage {
    float: none;
    transform: translateY(4px);
  }
}

@media only screen and (max-width: 480px) {
  .cfedNavbar .navbar-header button .cfedIconBar {
    /* padding-top:.7rem !important */
  }
}

ul.dropdown-menu.cfedPlatterContainer.cfedSearchPlatter {
  display: block;
}

.cfedDefaultButton--sidebar {
  margin-top: 0;
}

.cfedNavbarLink--small {
  display: flex !important;
  padding: 0.5rem 0 0.5rem 1.5rem;
}

.dropdown-toggle::after {
  border: 0;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .cfedSidebar__peopleIndex {
    width: 100%;
  }

  .cfedPlatterContainer {
    left: 0px;
  }
}

hr.cfedHeader__fullWidthRule {
  margin-right: 0px;
  margin-left: -15px;
}

@media screen and (max-width: 768px) {
  .cfedHeaderContainerRow .col,
  .cfedTopNavigationContainerRow .col {
    padding: 0px;
  }
}

.cfedTopNavigationContainerRow {
  margin-bottom: 15px;
}

.cfedTileRow {
  max-height: none;
  width: 100%;
}

#content > .cfedTileRow {
  margin-bottom: 30px;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.hidden {
  display: none !important;
}

#peerCitySearchResults2 {
  position: absolute;
  width: 320px;
  max-height: 320px;
  background-color: #fff;
  border: 2px solid #a0a0a0;
  opacity: 0.95;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 510;
  margin-top: 5px;
}

#peerCitySearchResults2 ul {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
}

#peerCitySearchResults2 ul li a {
  cursor: pointer;
  color: #060606;
  font-size: 16px;
}

#peerCitySearchResults2 ul li a:hover {
  background: #e9e9e9;
  color: #060606;
}

.ui-front {
  z-index: 100;
}

.ui-autocomplete {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  cursor: default;
}

.ui-menu,
#peerCitySearchResult ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-widget {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.1em;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #eee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top
    repeat-x;
  color: #333;
}

.ui-autocomplete {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  border: 2px solid #a0a0a0;
  opacity: 0.95;
  margin-top: 5px;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

#peerCitySearchResult ul {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
  opacity: 0.95;
  margin: 0;
}

li.amcharts-object-list-li {
  padding: 3px 1em 3px 0.4em;
}

@media only screen and (max-width: 768px) {
  div.row.content-row div.col {
    padding: 0 15px;
  }

  .content {
    margin-right: 0;
    margin-left: 0;
  }

  .content .row .col-sm-12 {
    padding-right: 0;
    padding-left: 0;
  }

  .content .cfedBootstrapPanelBody {
    padding-right: 0;
    padding-left: 0;
  }
}

.table.table-grouped-rows tbody tr:nth-last-child(1) td {
  border-bottom: 1px solid #dee2e6;
}

.tooltip {
  pointer-events: none;
}

.tooltip .arrow::before {
  border-color: #a0a09f;
  border-width: 1px;
  height: 10px;
}

.tooltip-inner {
  background-color: #fcfcfc;
  color: #000;
  border: 2px solid #a0a09f;
  border-radius: 0;
  white-space: normal;
  display: table;
  max-width: 90%;
  font-weight: bold;
  font-size: 1rem;
}

.cfedTabs__item .cfedTabs__link:active,
.cfedTabs__item .cfedTabs__link:focus {
  position: relative;
  bottom: -8px;
  border-color: transparent;
  box-shadow: none;
}

#contact-us-form .row {
  padding-bottom: 10px;
}

#research-assistant-form input,
#research-assistant-form select {
  border-radius: 0px;
}

#research-assistant-form .errortext {
  display: none;
}

#research-assistant-form h2,
#research-assistant-form .text-right {
  display: none;
}

date-input-polyfill {
  padding: 10px !important;
}

date-input-polyfill select:first-of-type {
  border: 1px solid #dadfe1 !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  padding-left: 5px !important;
}

date-input-polyfill button {
  border-top: 1px solid #dadfe1 !important;
  border-right: 1px solid #dadfe1 !important;
  background: #fff !important;
  -webkit-border-radius: 1px solid #dadfe1 !important;
  -moz-border-radius: 1px solid #dadfe1 !important;
  border-radius: 0px !important;
}

date-input-polyfill button:hover {
  background: #f5f5f5 !important;
}

date-input-polyfill table {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border: 1px solid #4d90fe !important;
  margin-top: 10px;
}

date-input-polyfill table thead tr th {
  border-bottom: 1px solid #bfbfbf !important;
  background-color: #f5f5f5 !important;
}

date-input-polyfill table tbody tr td {
  padding: 10px 5px !important;
}

.cfedGuide--container {
  display: flex;
}

.cfedGuide--container .cfedGuide--navigation {
  flex: 1;
  padding: 15px;
  max-height: 700px;
}

.cfedGuide--container .cfedGuide--navigation .cfedGuide--section {
  margin-top: 10px;
}

.cfedGuide--container
  .cfedGuide--navigation
  .cfedGuide--section
  .cfedGuide--sectionHeading {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  cursor: pointer;
}

.cfedGuide--container
  .cfedGuide--navigation
  .cfedGuide--section
  .cfedGuide--sectionHeading:hover {
  color: #71716f;
}

.cfedGuide--container
  .cfedGuide--navigation
  .cfedGuide--section
  .cfedGuide--sectionSubHeadings {
  display: none;
}

.cfedGuide--container
  .cfedGuide--navigation
  .cfedGuide--section
  .cfedGuide--sectionSubSection {
  margin-left: 25px;
  cursor: pointer;
  padding: 5px;
  color: #268cc3;
}

.cfedGuide--container
  .cfedGuide--navigation
  .cfedGuide--section
  .cfedGuide--sectionSubSection:hover {
  color: #268cc3;
}

.cfedGuide--container
  .cfedGuide--navigation
  .cfedGuide--section
  .cfedGuide--sectionSubSection.selected {
  text-decoration: underline;
}

.cfedGuide--container
  .cfedGuide--navigation
  .cfedGuide--section
  .cfedGuide--sectionHeading:focus,
.cfedGuide--container
  .cfedGuide--navigation
  .cfedGuide--section
  .cfedGuide--sectionSubSection:focus {
  outline-style: auto;
  outline: none;
  border: 1px solid #268cc3;
  -webkit-box-shadow: 0 0 5px #268cc3, 0 0 10px #00ffdc;
  box-shadow: 0 0 5px #268cc3, 0 0 10px #00ffdc;
  display: inline-block;
  color: #268cc3 !important;
  background-color: #fafcfc !important;
  border-radius: 2px;
}

.cfedGuide--container
  .cfedGuide--navigation
  .cfedGuide--section.active
  .cfedGuide--sectionSubHeadings {
  display: block;
}

.cfedGuide--container .cfedGuide--body {
  flex: 4;
  background-color: #eef3f6;
  padding: 25px;
  border-radius: 2px;
  height: 700px;
  scroll-behavior: smooth;
  overflow-y: scroll;
}

.cfedGuide--container .cfedGuide--body > .cfedGuide--bodySection {
  display: none;
}

.cfedGuide--container .cfedGuide--body > .cfedGuide--bodySection.active {
  display: block;
}

.cfedGuide--container .cfedGuide--body .cfedGuide--oswaldFont {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
}

.cfedGuide--container .cfedGuide--body .cfedGuide--openSansFont {
  font-family: "Amiri", serif;
  font-size: 2rem;
}

.cfedGuide--container .cfedGuide--body .cfedGuide--table thead tr {
  background-color: #268cc3;
  color: #fcfcfc;
  font-weight: bold;
}

.cfedGuide--container .cfedGuide--body .cfedGuide--colorGrid {
  display: flex;
  flex-wrap: wrap;
}

.cfedGuide--container
  .cfedGuide--body
  .cfedGuide--colorGrid
  .cfedGuide--colorGridItem {
  margin-top: 15px;
  flex: 1;
}

.cfedGuide--container
  .cfedGuide--body
  .cfedGuide--colorGrid
  .cfedGuide--colorGridItem
  .cfedGuide--gridSwatch {
  height: 100px;
  width: 100px;
  margin: auto;
}

.cfedGuide--container
  .cfedGuide--body
  .cfedGuide--colorGrid
  .cfedGuide--colorGridItem
  .cfedGuide--gridDescription {
  text-align: center;
}

.cfedGuide--container .cfedGuide--body .cfedStandardSpacing p {
  font-size: 1rem;
}

.cfedGuide--mobile {
  background-color: #d9d9d9;
  margin-bottom: 5px;
  color: #062336;
}

.cfedGuide--mobile .cfedGuide--mobileHeader {
  padding: 15px 5px 0 5px;
}

.cfedGuide--mobile .cfedGuide--mobileHeader .cfedGuide--mobileSection {
  display: inline-block;
}

.cfedGuide--mobile #cfedGuide--mobileTOC {
  height: 0;
  overflow: hidden;
  font-weight: bold;
  transition: height 0.7s ease-in-out;
  border-top: solid 2px #062336;
}

.cfedGuide--mobile #cfedGuide--mobileTOC .cfedGuide--mobileTOCItem {
  padding: 5px;
}

.cfedGuide--mobile.expanded #cfedGuide--mobileTOC {
  height: 200px;
}

.cfedGuide--mobile.expanded .cfedIndicator__downArrow {
  transform: rotate(135deg);
}

@media (max-width: 768px) {
  .cfedGuide--colorGrid-header {
    min-width: 100%;
  }
}

.homepageBanner {
  width: calc(100% - 30px);
  background-image: url("-/media/88C1D1B87C5C458A89226258C0C4DCB3.ashx");
  height: 100px;
  margin-left: 15px;
  display: flex;
  padding: 15px;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

#homeDataCarousel {
  background: #3aa8f2;
  background: -moz-linear-gradient(left, #042336 50%, #20507f 100%);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(50%, #042336),
    color-stop(100%, #20507f)
  );
  background: -webkit-linear-gradient(left, #042336 50%, #20507f 100%);
  background: -o-linear-gradient(left, #042336 50%, #20507f 100%);
  background: -ms-linear-gradient(left, #042336 50%, #20507f 100%);
  background: linear-gradient(to right, #042336 50%, #20507f 100%);
  background: radial-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 3px),
    url(/-/media/F9AE767E31AC4DB5A13ED6DBCE7E3CB2.ashx),
    linear-gradient(to right, #042336 50%, #20507f 100%);
  background-size: 35px 35px, 800px 800px, 100%;
  background-position: 20px 35px, 175% -110px, 0px 0px, 0px 0px, 0px 0px;
  background-repeat: repeat, no-repeat;
  height: 100px;
  overflow: hidden;
  font-family: "Roboto Condensed", sans-serif;
  border-radius: calc(0.2rem - 1px);
}

#homeDataCarousel .dataTitle {
  color: #fafcfc;
}

#homeDataCarousel span.dataUrl a {
  color: #fafcfc;
}

#homeDataCarousel .dataChartData {
  color: #fafcfc;
}

.carousel-item {
  height: 100px;
}

.carousel-controls {
  position: relative;
  height: 100px;
  padding: 0;
}

.carousel-controls a:focus {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  display: flex;
  color: inherit !important;
  border-radius: 0;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  right: 10px;
  height: 21px;
  width: auto;
}

.carousel-control-prev {
  top: 10px;
  left: auto;
}

.carousel-control-prev-icon {
  background-image: url("/~/media/admin/images/icons/arrow-up-data-ribbon");
  height: 28px;
  width: 28px;
}

.carousel-control-prev-icon:hover {
  background-image: url("/~/media/admin/images/icons/arrow-up-data-ribbon-hover");
}

.carousel-control-next {
  top: 59px;
}

.carousel-control-next-icon {
  background-image: url("/~/media/admin/images/icons/arrow-down-data-ribbon-hover");
  height: 28px;
  width: 28px;
}

.carousel-control-next-icon:hover {
  background-image: url("/~/media/admin/images/icons/arrow-down-data-ribbon-hover");
}

.dataChartTitle {
  margin: 6px 0 4px 0px;
  font-size: 1rem;
}

.dataChartData {
  margin: 5px 15px 5px 0px;
  font-size: 1.5rem;
  line-height: 34px;
  background: rgba(224, 224, 224, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 5px 3px;
  display: inline-flex;
}

.cfedPeopleListing--informationTitle {
  line-height: 110%;
}

@media only screen and (max-width: 1199px) and (min-width: 601px) {
  span.dataTitle {
    font-size: 0.96rem !important;
  }

  .dataChartData {
    font-size: 1.12rem !important;
  }
}

@media only screen and (max-width: 600px) {
  .dataChartData {
    font-size: 1rem;
    margin-bottom: 2px;
    width: 100%;
  }

  .dataChartTitle {
    font-size: 0.8rem;
  }
}

span.dataLabel {
  font-weight: 300;
  margin-left: 6px;
}

span.dataUrl {
  display: block;
  position: absolute;
  top: 5px;
  right: -5px;
}

span.dataUrl a {
  color: #062336;
  font-size: 1rem;
}

span.dataTitle {
  font-size: 1.15rem;
}

#homeDataCarousel .carousel-control-next,
#homeDataCarousel .carousel-control-prev {
  opacity: 1;
}

#homeDataCarousel .carousel-control-next:hover,
#homeDataCarousel .carousel-control-prev:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 600px) {
  span.dataUrl {
    display: none;
  }

  #homeDataCarousel {
    height: 220px;
  }

  .carousel-item {
    height: 210px;
  }

  span.dataTitle {
    max-width: 290px;
    display: block;
  }

  .dataChartData {
    margin-right: 15px;
  }

  .carousel-controls {
    margin-top: 70px;
  }
}

.cfedSegment h4.card-text a {
  color: #fafcfc;
}

@media only screen and (max-width: 400px) {
  span.dataTitle,
  div.dataChartData,
  .cfedSegment .card-subtitle.cfedSegmentParent,
  .cfedSegment .card-text,
  .cfedSegment h4.card-title,
  .cfedSegment .card-subtitle,
  a.segmentCategory.segmentCategory--inTheLoop {
    font-size: 0.64rem !important;
    line-height: 110%;
  }

  .carousel-item {
    padding-right: 20px;
  }

  .dataChartData {
    padding-right: 1px;
  }

  .card-text a img {
    max-height: 10px !important;
  }
}

nav .cfedNavigation__submenuItem {
  margin-left: 0px;
  margin-right: 0px;
}

nav .cfedNavigation__submenuItem {
  display: inline-block;
}

.cfedNavigation__submenu2 {
  list-style: none;
  margin: 0;
  padding-left: 0;
  min-width: 4rem;
  width: max-content;
  position: absolute;
  left: 0;
  transform: translateY(-1px);
}

.cfedNavigation__submenu2.submenu-right {
  right: 0;
  left: auto;
  position: absolute;
}

.cfedNavigation__item2 {
  color: #fafcfc;
  margin: 0px;
  text-decoration: none;
  transition-duration: 0.25s;
  line-height: normal;
  display: inline-block;
  float: none;
  text-align: center;
  vertical-align: middle;
  z-index: 20;
  position: relative;
}

nav ul.cfedNavigation__submenu {
  width: auto;
  position: initial;
}

@media only screen and (min-width: 768px) {
  .cyanHeader--text {
    font-size: calc(0.5rem + 4vw);
  }

  nav .cfedNavbarLink--small,
  nav .cfedNavbarLink--small:visited,
  nav .cfedNavbarLink--small:hover,
  nav .cfedNavbarLink--small:focus {
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
}

nav .cfedNavigation__item:hover > .cfedNavigation__submenu {
  visibility: inherit;
  opacity: inherit;
  display: block;
  height: initial;
}

nav
  > div
  > ul
  > li
  > a.cfedNavigation__menuLink.cfedNavigation__menuLink--large,
nav
  > div
  > ul
  > li
  > a.cfedNavigation__menuLink.cfedNavigation__menuLink--large:hover {
  display: inline-block;
  background-color: #268cc3 !important;
  color: #fafcfc !important;
  font-weight: 600;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  font-size: 1.5rem;
  font-size: calc(0.4rem + 1.1vw);
  font-family: "Amiri", serif;
}

h1 {
  font-size: 2.3504rem;
  font-size: calc(0.64rem + 2vw);
}

.cyan-cardText a {
  font-size: 2.8125rem;
  font-size: calc(0.2rem + 3vw);
  line-height: 100%;
  font-weight: 700;
}

@media only screen and (max-width: 1200px) {
  .wantToAttend__container {
    height: auto !important;
  }

  .wantToAttend .wantToAttend__background {
    height: 100%;
  }
}

@media only screen and (min-width: 1100px) {
  .cyan-cardText a {
    font-size: 2.8125rem;
  }

  nav
    > div
    > ul
    > li
    > a.cfedNavigation__menuLink.cfedNavigation__menuLink--large,
  nav
    > div
    > ul
    > li
    > a.cfedNavigation__menuLink.cfedNavigation__menuLink--large:hover {
    font-size: 1.32rem;
  }

  h1 {
    font-size: 2.3504rem;
  }
}

nav
  > div
  > ul
  > li
  > a.cfedNavigation__menuLink.cfedNavigation__menuLink--large.collapsed {
  background-color: transparent !important;
  color: #fafcfc !important;
}

nav
  > div
  > ul
  > li
  > a.cfedNavigation__menuLink.cfedNavigation__menuLink--large.collapsed:focus-visible {
  background-color: #fafcfc !important;
  color: #062336 !important;
}

nav
  > div
  > ul
  > li
  > ul.cfedNavigation__submenu2.show
  > li.cfedNavigation__submenuItem {
  border-top: 10px solid #268cc3;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) {
  nav .cfedNavbarLink--small,
  nav .cfedNavbarLink--small:visited,
  nav .cfedNavbarLink--small:hover,
  nav .cfedNavbarLink--small:focus,
  .cfedNavigation__link {
    padding-left: 0px;
    font-size: 1.12rem;
    text-align: left;
    padding-right: 55px;
    padding-left: 20px;
    margin-left: 0px;
    font-family: "Roboto Condensed", sans-serif;
  }
}

nav ul {
  list-style: none;
}

nav a.cfedNavbarLink--small,
nav a.cfedNavbarLink--small:hover {
  margin-right: 20px;
  z-index: 100;
  background-color: #000 !important;
  margin-right: 0px;
}

@media screen and (min-width: 768px) {
  a.cfedNavbarLink--small.collapsed::after {
    content: url(/~/media/admin/images/topnav/menu-plus);
    position: absolute;
    right: -25px;
    background-color: transparent !important;
    z-index: 5;
    width: 100%;
    text-align: right;
    padding-right: 15px;
    top: auto;
    right: auto;
  }

  a.cfedNavbarLink--small::after {
    content: url(/~/media/admin/images/topnav/menu-minus);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;
    width: 100%;
    top: 0px;
    right: 5px;
    text-align: right;
    padding-right: 15px;
  }
}

nav a.cfedNavbarLink--small:focus {
  box-shadow: none;
  border: none;
  background-color: #000 !important;
}

nav a .cfedNavbarLink--small {
  padding-left: 15px;
  margin-left: 5px;
  z-index: 10;
  margin-right: 20px;
}

nav a.cfedNavbarLink--small.collapsed {
  background-color: transparent !important;
  padding-left: 15px;
  margin-left: 5px;
  z-index: 10;
  margin-right: 20px;
}

nav .cfedNavigation__submenuItem,
.cfedNavigation__submenu {
  background-color: #062336;
}

nav div.col-12 {
  padding: 0px;
}

nav .cfedNavigation__submenuItem {
  padding: 0px;
  min-width: 350px;
}

div.cfedTopNavigationContainerRow {
  background: #062336;
}

ul.cfedNavigation {
  background-color: #062336;
  border-radius: 2px;
}

.card.img-fluid:nth-child(1) {
  margin-top: 25px;
}

.card-title {
  font-size: 48px;
  font-size: calc(1.4rem + 2vw);
}

@media (min-width: 1200px) {
  .card-title {
    font-size: 2.4rem;
  }
}

.card-text {
  font-size: calc(1.05rem + 0.75vw);
  line-height: 110%;
}

@media (min-width: 1200px) {
  .card-text {
    font-size: 1.5rem;
  }
}

.card-text a img {
  vertical-align: baseline;
  max-height: 25px;
  margin-right: 10px;
}

a.cfedNavigation__link,
a.cfedNavigation__link:hover,
a.cfedNavigation__link:active,
a.cfedNavigation__link:focus,
a.cfedNavbarLink--small,
a.cfedNavbarLink--small:hover,
a.cfedNavbarLink--small:focus {
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  padding-top: 10px;
}

.card hr {
  border-top: 1px solid rgba(50, 50, 50, 0.8);
  display: block;
  margin: unset;
}

.cfedSegment .card-title {
  color: #062336;
}

.cfedSegment--top .d-flex.flex-column.justify-content-between.h-100 {
  padding: 5px;
  margin-top: 5px;
  border-radius: 1px;
}

div.cfedSegment:not(.cfedSegment--top)
  .d-flex.flex-column.align-items-baseline.justify-content-between.h-100 {
  margin-top: 15px;
  padding: 5px;
}

.cfedSegment.light-text .segmentCategory {
  font-size: 20px;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  color: #fafcfc;
}

.cfedSegment .segmentCategory {
  font-size: 20px;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  color: #062336;
}

a.segmentCategory.segmentCategory--inTheLoop {
  font-size: calc(0.4rem + 0.6vw) !important;
}

.cfedSegment {
  position: relative;
  width: 100%;
  display: inline-block;
  color: #062336;
  height: 100%;
}

.cfedSegment.card {
  border: none;
}

.cfedSegment.card p {
  font-family: "Roboto Condensed", sans-serif;
}

.cfedSegment .card-subtitle {
  color: #062336;
  font-family: "Roboto Condensed", sans-serif;
  font-size: calc(1.075rem + 1.125vw);
}

.cfedSegment.light-text .card-subtitle {
  color: #fafcfc;
  text-shadow: 0px 1px 0px rgba(4, 35, 54, 0.27);
  font-family: "Roboto Condensed", sans-serif;
}

.cfedSegment.light-text .card-text {
  color: #fafcfc;
  text-shadow: 0px 1px 0px rgba(4, 35, 54, 0.27);
}

.cfedSegment .card-text {
  font-size: calc(1.06rem + 0.9vw);
}

@media (min-width: 1200px) {
  .cfedSegment .card-text {
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .cfedSegment .card-subtitle {
    font-size: 1.75rem;
  }
}

.cfedSegment .card .card-subtitle {
  font-family: "Roboto Condensed", sans-serif;
}

.cfedSegment .card-link {
  color: #062336;
  font-size: calc(1.04rem + 0.6vw);
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
}

@media (min-width: 1200px) {
  .cfedSegment .card-link {
    color: #062336;
    font-size: 1.4rem;
    font-weight: 300;
  }
}

.cfedSegment a {
  color: inherit;
}

.cfedSegment .card-subtitle.cfedSegmentParent {
  font-size: calc(1.015rem + 0.225vw);
}

.cfedSegment.light-text .card-subtitle.cfedSegmentParent {
  color: #fafcfc;
  text-shadow: 1px 1px 1.98px rgba(4, 35, 54, 0.52);
}

@media (min-width: 1200px) {
  .cfedSegment .card-subtitle.cfedSegmentParent {
    font-size: 1.15rem;
  }

  .cfedSegment.light-text .card-subtitle.cfedSegmentParent {
    color: #fafcfc;
    text-shadow: 1px 1px 1.98px rgba(4, 35, 54, 0.52);
  }
}

.cfedSegment .segmentCategory.light-text {
  color: #fafcfc;
  text-shadow: 1px 1px 1.98px rgba(4, 35, 54, 0.52);
}

@media (min-width: 768px) and (max-width: 1000px) {
  .cfedSegment .card-subtitle.cfedSegmentParent {
    font-size: calc(1.015rem + 0.225vw);
  }

  .cfedSegment.light-text .card-subtitle.cfedSegmentParent {
    color: #fafcfc;
    text-shadow: 1px 1px 1.98px rgba(4, 35, 54, 0.52);
  }

  .cfedSegment .card-link {
    font-size: calc(1.04rem + 0.6vw);
  }
}

.cfedSegment h4.card-quote {
  color: #062336;
  font-size: calc(0.6rem + 0.375vw);
  font-family: "Roboto Condensed", sans-serif;
}

@media (min-width: 1200px) {
  .cfedSegment .card-quote {
    font-size: 1.25;
  }
}

.cfedSegment .card-quote-author {
  font-style: normal;
  font-size: 0.9rem;
}

.cfedSegment p {
  color: #062336;
  margin-bottom: 0px;
}

.cfedSegment .card-img {
  vertical-align: middle;
}

.cfedSegment--top {
  margin-bottom: 14px;
}

.cfedSegment .card-img-overlay {
  padding-top: 10px;
}

.cfedSegment .card-img-overlay.card-img-bordered {
  padding: 1rem;
}

.card-bordered-area {
  border: 1px solid #fafcfc;
  padding: 15px;
  height: 100%;
  display: flex;
  align-items: end;
}

a img.menu-icon {
  display: inline-block;
  height: 20px;
  margin-left: 5px;
  vertical-align: baseline;
  opacity: 1;
  width: auto;
  padding-top: 2px;
}

a:hover img.menu-icon {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(30%) sepia(65%) saturate(1783%)
    hue-rotate(177deg) brightness(100%) contrast(86%);
}

.cfedHeader__logoRow {
  height: 60px;
  margin-left: 35px;
  margin-right: 25px;
  height: 90px;
}

.cfedHeader__logoRow .cfedLogo {
  margin: 0px;
  width: 720px;
  max-width: 100%;
}

.cfedHeader__logoRow div.cfedHeader__logoRowColumn {
  height: 100%;
}

input.cfedSearchbox {
  height: 45px;
}

.cfedHeader__logoRow div.cfedHeader__logoRowColumn {
  text-align: left;
}

.cfedHeader__logoRowColumn a.cfedLogo {
  width: 720px;
}

.cfedHeader__logoRowColumn a:focus {
  background-color: transparent !important;
}

.cfedHeader__logoRowColumn a:focus .cfedLogo,
.cfedHeader__logoRowColumn a .cfedLogo {
  margin-top: 30px;
  margin-bottom: 15px;
}

.col-sm-4.cfedHeader__logoRowColumn.cfedHeader__logoRowColumn--icons {
  text-align: right;
}

.col-sm-4.cfedHeader__logoRowColumn.cfedHeader__logoRowColumn--icons
  .cfedHeaderSearchButton {
  height: 45px;
  width: 45px;
}

.cfedSearchContainer {
  margin-top: 10px;
}

.segmentCategory-light {
  color: #fafcfc;
}

.cfedFooterContainerColumn {
  border-top: 15px solid #6c8f98;
}

.row.cfedTopNavigationContainerRow::after {
  content: "";
  width: 100%;
  transform: translateY(-16px);
  border-image-source: linear-gradient(
    90deg,
    #3bd9f1 0%,
    #2adbef 11%,
    #19ddeb 22%,
    #00dee6 33%,
    #00e0e0 44%,
    #00e6da 56%,
    #00e6d2 67%,
    #14e6ca 78%,
    #2ce8c2 89%,
    #3ae9b7 100%
  );
  border-image-slice: 1;
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

@media only screen and (max-width: 1100px) {
  .cfedTopNavigationContainerRow nav.d-none.d-md-block {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media only screen and (max-width: 576px) {
  .cfedSegment .card-img-overlay.justify-content-between {
    justify-content: end !important;
  }
}

@media only screen and (max-width: 600px) {
  nav .cfedDropdown .cfedNavbarLink--small.collapsed:after {
    content: url(/~/media/admin/images/topnav/menu-plus) !important;
    transform: translateY(-20%) !important;
    color: #fafcfc;
  }

  nav .cfedDropdown .cfedNavbarLink--small:after {
    content: url(/~/media/admin/images/topnav/menu-minus) !important;
    transform: translateY(-40%) !important;
    color: #fafcfc;
  }

  .cfedSegment .card-quote,
  .cfedSegment .card-quote-author,
  .cfedSegment p,
  .cfedSegment .segmentCategory,
  .cfedSegment .card-link {
    font-size: calc(0.48rem + 0.375vw) !important;
  }
}

@media only screen and (max-width: 385px) {
  .cfedSegment .card-quote,
  .cfedSegment .card-quote-author,
  .cfedSegment p,
  .cfedSegment .segmentCategory,
  .cfedSegment .card-link {
    font-size: calc(0.32rem + 0.375vw) !important;
  }

  .cfedSegment .card-text {
    font-size: calc(0.64rem + 0.7vw);
  }
}

@media only screen and (min-width: 600px) and (max-width: 1199px) {
  .cfedSegment .card-quote,
  .cfedSegment .card-quote-author,
  .cfedSegment p,
  .cfedSegment .segmentCategory,
  .cfedSegment .card-link {
    font-size: calc(0.32rem + 2.375vw) !important;
  }

  .cfedSegment.light-text .card-subtitle.cfedSegmentParent {
    font-size: calc(0.32rem + 2.375vw) !important;
  }

  .cfedSegment.light-text .card-text {
    font-size: calc(0.32rem + 5.375vw) !important;
  }

  .cfedSegment .card-text {
    font-size: calc(0.64rem + 2.7vw);
  }
}

.inTheLoop--decoration {
  border-bottom: 2px solid #eef3f6 !important;
}

.inTheLoop--heading {
  font-size: 4.4rem;
  font-weight: 300;
  line-height: 1;
}

@media only screen and (max-width: 1000px) {
  .inTheLoop--heading {
    font-size: calc(0.4rem + 9vw) !important;
  }
}

@media only screen and (min-width: 1199px) {
  .inTheLoop--column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .inTheLoop--column {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

.cfedSearchbox {
  padding-left: 10px;
}

.notSupported {
  width: 100%;
  background-color: #eef3f6;
  color: #006;
  text-align: center;
  min-height: 75px;
  padding: 10px 0px 15px 0px !important;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  border-bottom: 1px dashed #006;
  font-size: 1.4rem;
  padding-bottom: 5px;
  -webkit-box-shadow: 0px -5px 2px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -5px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -5px 2px 0px rgba(0, 0, 0, 0.75);
  display: none;
}

.notSupported a {
  text-decoration: underline;
}

.notSupported div {
  display: inline;
}

div.ieNotSupported--close {
  font-family: "Amiri", serif;
  font-weight: 600;
  position: absolute;
  top: 0px;
  padding: 0px;
  width: 35px;
  cursor: pointer;
  right: 5px;
}

div.author + p {
  margin-top: 15px !important;
}

.conferenceLogo {
  margin-top: 60px !important;
}

.cyanHeader {
  width: 100%;
  background: #b4d2ed;
  background: -webkit-radial-gradient(bottom center, #b4d2ed 0%, #fafcfc 80%);
  background: -moz-radial-gradient(bottom center, #b4d2ed 0%, #fafcfc 80%);
  background: radial-gradient(bottom center, #b4d2ed 0%, #fafcfc 80%);
  font-size: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  line-height: 80%;
}

.cyanHeader img {
  max-width: 80%;
}

.cyanHeader h1 {
  font-size: 2.625rem;
  font-size: clamp(2.625rem, 1.3977272727rem + 6.1363636364vw, 6rem);
  font-family: "Amiri", serif;
  font-weight: 400;
  line-height: 110%;
}

.cyanSubMenu,
li.nav-item.cfedEconomicSnapshot__tabItem {
  color: #fafcfc;
  display: flex;
  flex-direction: row;
  list-style: none;
  align-content: center;
  justify-content: center;
  height: 50px;
}

.cyanSubMenu a,
.cyanSubMenu a.cyanCurrentPage {
  font-size: 1.1rem;
  padding: 25px;
}

a.cfedEconomicSnapshot__tabLink.nav-link.active,
a.cfedEconomicSnapshot__tabLink.nav-link {
  border: 0px;
}

.cyanSubMenu a,
.cyanSubMenu a.cyanCurrentPage,
a.cfedEconomicSnapshot__tabLink.nav-link.active,
a.cfedEconomicSnapshot__tabLink.nav-link {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.cyanSubMenu a,
a.cfedEconomicSnapshot__tabLink.nav-link {
  background-color: #062336;
  color: #fafcfc;
}

.cyanSubMenu a.cyanCurrentPage,
a.cfedEconomicSnapshot__tabLink.nav-link.active {
  background-color: #3cdaf0 !important;
  background: linear-gradient(
    90deg,
    #3bd9f1 0%,
    #2adbef 11%,
    #19ddeb 22%,
    #00dee6 33%,
    #00e0e0 44%,
    #00e6da 56%,
    #00e6d2 67%,
    #14e6ca 78%,
    #2ce8c2 89%,
    #3ae9b7 100%
  );
  color: #0c0d0d;
}

.cfedEconomicSnapshot__tabItem {
  border-left: none;
  border-right: 1px #fafcfc solid;
  border-bottom: none;
  margin-bottom: 0px !important;
}

.cfedEconomicSnapshotDetailPage {
  margin-top: 15px;
}

.cyanSubMenu span {
  margin: 0px;
}

.cyanVideo__container {
  display: block;
  position: relative;
  max-width: 100%;
  background-color: #fafcfc;
}

.cyanVideo__iframeOuterContainer {
  display: block;
  position: relative;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.cyanVideo__iframeInnerContainer {
  padding-top: 56.25%;
  margin-bottom: 5%;
  padding-bottom: 1px;
}

.cyanVideo__iframe {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  right: 0px;
  bottom: 0px;
  position: absolute;
}

.cyanLargeText {
  font-size: 1.375rem;
  line-height: 120%;
}

.cyanList__title,
.cyanHeading {
  font-size: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #3d3d3d;
}

.cyanOrderedList {
  font-family: "Amiri", serif;
  font-size: 1rem;
}

.cyanUnorderedList--bulleted {
  font-family: "Amiri", serif;
  font-size: 1.2rem;
}

.cyanUnorderedList--bulleted > li:before {
  content: "•";
  color: #3d3d3d;
  margin-right: 3px;
}

.cyanPortrait__container {
  aspect-ratio: 1/1;
  max-width: 254px;
  max-height: 254px;
  border-radius: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.cyanPortrait__container img {
  display: block;
}

.cyanPortait__name {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center;
}

.cyanPortait__title {
  font-size: 0.85rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}

.cyanSection__title {
  font-size: 1.65rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

.cyanSubSection__title {
  font-size: 1.15rem;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: #626461;
  margin-bottom: 15px;
}

.cyanSection__paragraph {
  font-size: 1rem;
  font-family: "Amiri", serif;
}

.cyanIconGroup {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  justify-content: end;
  border-left: 1px solid #0c0d0d;
  padding: 15px;
  height: 100%;
}

.cyan-section-header {
  background-color: #042336;
  font-size: 1.8rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #fafcfc;
  padding: 5px 5px 5px 15px;
}

legend.cyan-section-header {
  padding: 5px 5px 5px 15px;
  font-size: 1.2rem;
}

.footerBox2023.leftColumn .cyan-section-header,
.footerBox2023.rightColumn .cyan-section-header {
  font-size: 24px;
  margin-top: 0px;
  padding: 5px 5px 5px 15px;
}

.ph-section .cyan-section-header {
  font-size: 1.2rem;
}

.cyan-section-header a {
  color: #fafcfc;
}

.cyan-event {
  border-left: 1px solid #b7cdd3;
  border-right: 1px solid #b7cdd3;
  border-bottom: 1px solid #b7cdd3;
  padding: 15px;
}

.cyan-publication a {
  font-size: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
  display: block;
}

.cyan-publication-date {
  font-weight: bold;
  margin-top: 10px;
}

.cyan-publication-title {
  font-size: 1.5rem;
  font-family: "Roboto Condensed";
  font-weight: normal;
}

.cyan-publication-title-tba {
  font-size: 1rem;
  font-family: "Roboto Condensed";
}

.cyan-publication-List-Item {
  padding: 15px 15px 15px 0;
}

.cyan-event a,
.cyan-event-date {
  font-size: 1.15rem;
  font-family: "Roboto Condensed", sans-serif;
}

.cyan-ph-section {
  margin-bottom: 10px;
}

.cyan-featueredPublications {
  background-color: #e2f9ff;
}

.cyan-featueredPublications .cyan-publication {
  border-bottom: 1px solid #b7cdd3;
}

.cyan-publication,
.cyan-publication-list {
  overflow: auto;
  padding: 15px;
  border-bottom: 1px solid #ccc;
}

.cyan-publication--left {
  overflow: auto;
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid #ccc;
}

.cyan-publication--left h3 {
  font-size: 1rem;
}

.cyan-publication-links {
  display: flex;
  flex-direction: row;
  font-family: "Roboto Condensed", sans-serif;
  gap: 0.3rem;
}

.cyan-publication.flush a {
  font-size: 1.2rem;
}

.cfedHeader__logoRow {
  background: url("https://www.chicagofed.org/~/media/admin/images/icons/avian-seal-grey");
  background-repeat: no-repeat;
  background-position: 0px 12px;
  background-size: 125px 125px;
  padding-left: 90px;
}

@media (max-width: 1099px) {
  .cfedHeader__logoRow {
    padding-left: 0px;
    background: none;
  }
}

@media (max-width: 768px) {
  .cyanIconGroup {
    border-left: none;
    border-bottom: 1px solid #0c0d0d;
  }
}

.cyanIconRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cyanIconGroup__header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.cyanIconHolder--blue img {
  background-color: #3ad4fc;
}

.cyanIconHolder--orange img {
  background-color: #eba85d;
}

.cyanIconHolder--gray img {
  background-color: #616360;
}

.cyanIconHolder--green img {
  background-color: #3af1af;
}

.cyanIconGroup img {
  padding: 10px;
  height: auto;
  width: 90px;
  min-width: 90px;
}

.cyanIconNumber {
  font-size: 2.7rem;
  font-family: "Roboto Condensed", sans-serif;
}

.cyanIconNumber--blue,
.cyanIconText--blue {
  color: #3ad4fc;
}

.cyanIconNumber--navy,
.cyanIconText--navy {
  color: #062336;
}

.cyanIconNumber--orange,
.cyanIconText--orange {
  color: #eba85d;
}

.cyanIconNumber--green,
.cyanIconText--green {
  color: #3af1af;
}

.cyanIconNumber--gray,
.cyanIconText--gray {
  color: #616360;
}

.cyanIconText {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.cyanIconText div {
  font-size: 0.6rem;
}

.wantToAttend {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  align-items: end;
}

.wantToAttend .wantToAttend__background {
  background-color: #3cdaf0;
  background: linear-gradient(
    90deg,
    #3bd9f1 0%,
    #2adbef 11%,
    #19ddeb 22%,
    #00dee6 33%,
    #00e0e0 44%,
    #00e6da 56%,
    #00e6d2 67%,
    #14e6ca 78%,
    #2ce8c2 89%,
    #3ae9b7 100%
  );
  height: 175px;
  z-index: 1;
  width: 100%;
  position: absolute;
  bottom: 0px;
  border-radius: 2px;
}

.wantToAttend__container {
  height: 250px;
  display: flex;
  justify-content: end;
  align-items: end;
}

.wantToAttend__image {
  z-index: 200;
  border-radius: 2px;
}

.wantToAttend__formContainer {
  width: 100%;
}

.wantToAttend__title {
  font-size: 1.5rem;
  line-height: 34px;
  background: rgba(224, 224, 224, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px 3px;
  display: inline-flex;
}

.wantToAttend__contents {
  padding: 15px;
  z-index: 100;
  height: 175px;
  display: flex;
  justify-content: space-evenly;
  align-items: start;
  flex-direction: column;
}

.wantToAttend__textInput {
  background-color: #fafcfc;
  color: #4b4a4b;
  border: 1px solid #4b4a4b;
  font-size: 1.4rem;
  font-family: "Roboto Condensed", sans-serif;
  padding: 5px;
  max-width: 100%;
  margin-right: 15px;
}

.wantToAttend__button {
  font-size: 1.4rem;
}

.cyanSans {
  font-family: "Roboto Condensed", sans-serif;
}

div.alert-primary {
  background: #eef3f6;
  border-color: #bdcedb;
}

a.btn-primary {
  background-color: #268cc3;
  border-color: #268cc3;
}

.cfedSingleTileContainer.float-right.mb-5 {
  width: 250px;
}

.cfedSingleTileContainer .cfedTile__description--overlay {
  width: 100%;
}

.cfedSingleTileContainer .cfedTile__description--titleHeading {
  font-size: 1.2rem;
}

.cfedList--bulleted li,
.calloutBox2023 li {
  line-height: 125%;
}

.cfedList--bulleted li ul li,
.calloutBox2023 li ul li {
  display: list-item;
}

.cfedList--bulleted li a,
.calloutBox2023 li a {
  display: contents;
}

.quick .cfedReverse {
  background-color: #062336;
  color: #fafcfc;
  clear: both;
}

.cfedReverse a {
  color: #268cc3;
}

div.cfedReverse {
  padding-bottom: 15px;
  padding-right: 15px;
}

h2.cfedReverse,
.cfedReverse h2 {
  padding: 5px;
  padding-left: 15px;
  margin-bottom: 15px;
}

h3.cyanHeading {
  font-size: 2.375rem;
  padding-bottom: 15px;
}

.cyanHeading--primary,
.cyanHeading--secondary,
.cyanHeading--tertiary {
  font-size: 2.375rem;
  font-family: "Roboto Condensed", sans-serif;
}

.cyanHeading--primary {
  font-weight: 700;
}

.cyanHeading--secondary {
  font-weight: 400;
}

.cyanHeading--tertiary {
  font-weight: 400;
  font-size: 1.8rem;
}

.cfedReverse p {
  padding-left: 15px;
}

.half-width-image {
  width: 50%;
  height: auto;
}

@media screen and (max-width: 576px) {
  .half-width-image {
    width: 75%;
    height: auto;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .cfedTile__description__headline {
    background-color: transparent !important;
    box-shadow: none !important;
  }

  .cfedTile__description--titleHeading {
    right: 0px !important;
  }
}

.romanTileRow {
  margin-bottom: 30px;
}

.romanTileRow a.cfedTile {
  margin-bottom: 0px;
}

.cfedTile {
  margin-bottom: 30px;
}

.romanHeading {
  font-size: 4rem;
  margin-bottom: 15px;
}

.scrolling-section {
  margin-top: -15px;
  margin-left: -30px;
  margin-right: -30px;
  height: 505px;
  overflow-y: auto;
}

.romanIntro {
  font-size: 1rem;
}

.romanSection--image75 {
  width: 100%;
  max-width: 74%;
  height: auto;
  display: inline-block;
  margin-top: 5px;
  border: solid 12px #b7cdd3;
}

.romanSection--text25 {
  max-width: 25%;
  width: 100%;
  display: inline-block;
  padding-left: 15px;
  vertical-align: top;
  margin-top: 5px;
  font-size: 1rem;
}

.romanSection--infoIcon {
  position: absolute;
  height: 25px;
  width: 25px;
  cursor: pointer;
}

img.romanFeedPlaceholder {
  margin-top: 10px;
  max-width: 400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.romanScrollingSection__halfHeight img.romanFeedPlaceholder {
  width: 135px;
  height: 135px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 10px;
}

.romanScrollingSection,
.romanScrollingSection__halfHeight {
  margin-left: -30px;
  margin-right: -30px;
  overflow-y: auto;
}

.romanScrollingSection {
  margin-top: -15px;
  height: 505px;
}

.romanScrollingSection__halfHeight {
  margin-top: 1px;
  height: 252px;
}

.romanScrollingSection__halfHeight:first-child {
  margin-top: -15px;
}

.romanStaticSection {
  margin-top: -15px;
  margin-left: -30px;
  margin-right: -30px;
  height: 519px;
}

.romanSection {
  margin-top: -15px;
  margin-left: -30px;
  margin-right: -30px;
}

.romanSection--header {
  margin-bottom: 0px;
  margin-top: 0px;
  background-color: #062336;
  font-size: 1.2rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #fafcfc;
  padding: 5px;
  padding-left: 15px;
  margin-bottom: 2px;
}

.romanSection--header.romanSection--header__secondary {
  background-color: #3be9b9;
  color: #062336;
}

.romanSection--linkList li {
  border-bottom: solid 1px #999;
  padding: 10px;
  font-family: "Roboto Condensed", sans-serif;
  color: #595959;
  padding-left: 5px;
  display: flex;
  justify-content: space-between;
  overflow: auto;
}

.romanSection--linkList li span.float-right {
  padding-left: 15px;
}

.romanSection--linkLIst li:last-of-type {
  border-bottom: none;
}

.romanSection--linkList a {
  color: #595959;
  font-size: 1rem;
  font-weight: 400;
}

.romanTile--background__grey {
  width: 100%;
  height: 100%;
  background-image: url(~/media/e4b5530f10aa40c7bfd4727c0223ab4a.ashx);
  position: absolute;
  z-index: 3;
  background-blend-mode: lighten;
  opacity: 0.3;
  width: calc(100% + 5px);
  height: calc(100% + 15px);
  top: 0px;
  left: 0;
  background-size: 55px 55px;
}

a.cfedTile:not(.cfedTile__heroTile):hover
  .cfedTile__descriptionContainer
  .romanTile--gradientBackground__grey {
  background-color: #000;
  opacity: 0.25;
}

a.cfedTile:not(.cfedTile__heroTile):hover
  .cfedTile__descriptionContainer
  .romanTile--topGradientBackground__grey {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, black 100%);
  opacity: 0.25;
}

.romanTile--gradientBackground__grey {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 1;
  position: absolute;
  background-color: #999;
  left: 0px;
  top: 0px;
  border: 1px solid #ccc;
  border-radius: 2px;
  opacity: 0.9;
}

.romanTile--topGradientBackground__grey {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 2;
  position: absolute;
  background: linear-gradient(0deg, rgba(153, 153, 153, 0) 50%, #999999 100%);
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.romanTile--contents__grey {
  width: 555px;
  max-width: 100%;
  max-height: 100%;
  height: 219px;
  margin-left: -5px;
  margin-top: -15px;
  z-index: 10;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 15px;
}

.romanTile--title__grey {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fafcfc;
  display: inline-block;
  padding-bottom: 0px;
  margin-bottom: 15px;
  line-height: 100%;
  max-width: 95%;
}

.romanTile--text__grey {
  color: #fafcfc;
  font-weight: 400;
  max-width: 90%;
}

.romanSection--email input,
.romanSection--email textarea {
  border-radius: 2px;
}

div.cfedeconomicsnapshot {
  margin-bottom: 30px;
}

div.section-header,
h2.cfedEconomicSnapshot__header {
  margin-bottom: 0px;
}

.section-header,
h2.cfedEconomicSnapshot__header {
  margin-top: 0px !important;
}

.cfedEconomicSnapshot__tabItem {
  background: none;
}

a.nav-link.cfedEconomicSnapshot__tabLink {
  font-size: 1rem;
}

.section-header,
h2.cfedEconomicSnapshot__header {
  background-color: #042336;
  font-size: 1.8rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #fafcfc;
  padding: 5px;
  padding-left: 15px;
  margin-bottom: 2px;
  margin-top: 10px;
}

a.cfedTile:not(.cfedTile__heroTile):not(.cfedTile--halfSize) {
  height: 100%;
  max-height: 220px;
}

.romanSidebarSubscribe {
  padding: 20px;
  border-radius: 2px;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.romanSidebarSubscribe ol.form input {
  background: #e8f1f1;
  padding: 15px;
  border-radius: 2px;
  border: none;
  margin-bottom: 5px;
}

div.section-header,
h2.cfedEconomicSnapshot__header {
  margin-bottom: 0px;
}

.section-header,
h2.cfedEconomicSnapshot__header {
  margin-top: 0px !important;
}

.cfedEconomicSnapshot__tabItem {
  background: none;
}

a.nav-link.cfedEconomicSnapshot__tabLink {
  font-size: 0.88rem;
}

h2.cfedEconomicSnapshot__header {
  height: 70px;
  font-weight: 400;
}

.section-header {
  background-color: #062336;
}

.section-header,
h2.cfedEconomicSnapshot__header {
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #fafcfc;
  padding: 5px;
  padding-left: 15px;
  margin-bottom: 2px;
  margin-top: 10px;
}

h2.cfedEconomicSnapshot__header {
  background-color: #042336 !important;
}

.romanSearchBox {
  text-align: left;
  font-size: 24px;
}

.row.cfedFullRow {
  margin-left: -15px;
  margin-right: -15px;
}

.omniSearch {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.omniSearch input[type="text"] {
  background-color: #fcfcfc;
  color: #4b4a4b;
  border: 1px solid #4b4a4b;
  font-size: 1.75rem;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  padding: 8px;
  max-width: 100%;
}

.searchHeading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
  margin: 0 0 15px 0;
  align-items: flex-start;
}

.searchHeading__item {
  flex: 1 0 auto;
}

.form {
  display: flex;
}

.omniSearch input[type="text"] {
  margin-top: 0;
}

div.searchHeading__item {
  margin-bottom: 0;
  flex: 1 1 auto;
}

.searchBox__item {
  display: inline-flex;
}

@media (min-width: 577px) and (max-width: 768px) {
  .omniSearch {
    float: unset;
  }
}

@media only screen and (max-width: 992px) {
  .romanTile--title__grey {
    margin-bottom: 2px;
  }

  .cfedeconomicsnapshot.romanStaticSection {
    margin-bottom: 60px;
  }

  div.omniSearch em {
    max-width: 100%;
    min-width: 300px;
    left: 0px;
    right: 0px;
  }

  .omniSearch ul.resultsList {
    min-width: 300px;
    left: 0px;
    right: 0px;
  }

  div.romanSearchLabel {
    font-size: 1rem;
  }

  .romanTile--contents__grey .romanTile--title__grey {
    font-size: 1.6rem;
    margin-top: 10px;
  }

  .romanTile {
    max-width: 100%;
  }

  .romanSection--header {
    font-size: 1.2rem;
  }

  a.cfedTile:not(.cfedTile__heroTile):not(.cfedTile--halfSize) {
    height: 100%;
    max-height: 220px;
  }

  .romanScrollingSection {
    height: auto;
  }

  .romanSection--text25 {
    width: 100%;
    display: block;
    max-width: 100%;
  }

  .romanSection--image75 {
    width: 100%;
    max-width: 100%;
    display: block;
    border: solid 2px #ccc;
  }

  .romanHeading {
    font-size: 2.3504rem;
  }

  .cfedeconomicsnapshot {
    margin-top: 30px !important;
  }
}

.romanSearchLabel {
  display: inline;
  background: #000;
  padding: 5px;
  color: #fafcfc;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
}

.omniSearchWrapper {
  display: inline;
}

.omniSearchWrapper .omniSearch {
  display: inline;
}

.omniSearchWrapper .omniSearch form {
  display: inline;
}

.omniSearch input[type="text"] {
  width: 100%;
}

.omniSearch em {
  background: #fafcfc;
  margin-right: 15px;
  font-family: "Roboto Condensed", sans-serif;
  border: #b8b8b8 7px solid;
  z-index: 2;
  position: absolute;
  list-style: none;
  right: 0px;
  margin-top: 5px;
  min-width: 500px;
  padding: 5px;
  max-height: 300px;
  overflow-y: hidden;
  overflow-x: hidden;
  max-width: 100%;
  font-size: 1.2rem;
  display: block;
}

.omniSearchWrapper .omniSearch input[type="text"] {
  font-size: 1rem;
}

a.nav-link.cfedEconomicSnapshot__tabLink {
  padding: 0.4rem;
}

.cyan-publicationSource {
  line-height: 1.2;
  margin-top: 0.2rem;
}

.publicationInfo > div:not(:first-child).inlineDetails::before {
  content: " | ";
}

.cyan-briefByline,
.cyan-briefByline a {
  display: inline;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}

.cyan-briefByline > a {
  display: inline;
}

.cyan-publicationByline {
  line-height: 1.2;
  margin-top: 0.2rem;
}

.romanHeading {
  font-size: 4rem;
  margin-bottom: 15px;
}

.scrolling-section {
  margin-top: -15px;
  margin-left: -30px;
  margin-right: -30px;
  height: 505px;
  overflow-y: auto;
}

.romanIntro {
  font-size: 1rem;
}

.romanSection--image75 {
  width: 100%;
  max-width: 74%;
  height: auto;
  display: inline-block;
  margin-top: 5px;
  border: solid 12px #ccc;
}

.romanSection--text25 {
  max-width: 25%;
  width: 100%;
  display: inline-block;
  padding-left: 15px;
  vertical-align: top;
  margin-top: 5px;
  font-size: 1rem;
}

.romanSection--infoIcon {
  position: absolute;
  height: 25px;
  width: 25px;
  cursor: pointer;
}

img.romanFeedPlaceholder {
  margin-top: 10px;
  max-width: 400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.romanScrollingSection__halfHeight img.romanFeedPlaceholder {
  width: 135px;
  height: 135px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 10px;
}

.romanScrollingSection,
.romanScrollingSection__halfHeight {
  margin-left: -30px;
  margin-right: -30px;
  overflow-y: auto;
}

.romanScrollingSection {
  margin-top: -15px;
  height: 505px;
}

.romanScrollingSection__halfHeight {
  margin-top: 1px;
  height: 252px;
}

.romanScrollingSection__halfHeight:first-child {
  margin-top: -15px;
}

.romanStaticSection {
  margin-top: -15px;
  margin-left: -30px;
  margin-right: -30px;
  height: 519px;
}

.romanSection {
  margin-top: -15px;
  margin-left: -30px;
  margin-right: -30px;
}

.romanSection--header {
  margin-bottom: 0px;
  margin-top: 0px;
  background-color: #062336;
  font-size: 1.2rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #fafcfc;
  padding: 5px;
  padding-left: 15px;
}

.romanSection--linkList li {
  border-bottom: solid 1px #999;
  padding: 10px;
  font-family: "Roboto Condensed", sans-serif;
  color: #595959;
  padding-left: 5px;
  display: flex;
  justify-content: space-between;
  overflow: auto;
}

.romanSection--linkList li span.float-right {
  padding-left: 15px;
}

.romanSection--linkLIst li:last-of-type {
  border-bottom: none;
}

.romanSection--linkList a {
  color: #595959;
  font-size: 1rem;
  font-weight: 400;
}

.romanTile--background__grey {
  width: 100%;
  height: 100%;
  background-image: url("/~/media/e4b5530f10aa40c7bfd4727c0223ab4a.ashx");
  position: absolute;
  z-index: 3;
  background-blend-mode: lighten;
  opacity: 0.3;
  width: calc(100% + 5px);
  height: calc(100% + 15px);
  top: 0px;
  left: 0;
  background-size: 55px 55px;
}

a.cfedTile:not(.cfedTile__heroTile):hover
  .cfedTile__descriptionContainer
  .romanTile--gradientBackground__grey {
  background-color: #000;
  opacity: 0.25;
}

a.cfedTile:not(.cfedTile__heroTile):hover
  .cfedTile__descriptionContainer
  .romanTile--topGradientBackground__grey {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 50%, black 100%);
  opacity: 0.25;
}

.romanTile--gradientBackground__grey {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 1;
  position: absolute;
  background-color: #999;
  left: 0px;
  top: 0px;
  border: 1px solid #ccc;
  border-radius: 2px;
  opacity: 0.9;
}

.romanTile--topGradientBackground__grey {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 2;
  position: absolute;
  background: linear-gradient(0deg, rgba(153, 153, 153, 0) 50%, #999999 100%);
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.romanTile--contents__grey {
  width: 555px;
  max-width: 100%;
  max-height: 100%;
  height: 219px;
  margin-left: -5px;
  margin-top: -15px;
  z-index: 10;
  position: absolute;
  top: 15px;
  left: 15px;
}

.romanTile--title__grey {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fafcfc;
  display: inline-block;
  padding-bottom: 0px;
  margin-bottom: 15px;
  line-height: 100%;
  max-width: 95%;
}

.romanTile--text__grey {
  color: #fafcfc;
  font-weight: 400;
  max-width: 90%;
}

.romanSection--email {
  margin-top: 0px;
  border-radius: 2px;
}

.romanSection--email input,
.romanSection--email textarea {
  border-radius: 2px;
}

div.cfedeconomicsnapshot {
  margin-bottom: 30px;
}

h2.cfedEconomicSnapshot__header {
  margin-bottom: 0px;
}

h2.cfedEconomicSnapshot__header {
  margin-top: 0px !important;
}

.cfedEconomicSnapshot__tabItem {
  background: none;
}

a.nav-link.cfedEconomicSnapshot__tabLink {
  font-size: 1rem;
}

h2.cfedEconomicSnapshot__header {
  background-color: #060606;
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #fafcfc;
  padding: 5px;
  padding-left: 15px;
  margin-bottom: 2px;
  margin-top: 10px;
}

input#contact-areaphone {
  margin-bottom: 5px;
}

h2.cfedEconomicSnapshot__header {
  margin-bottom: 0px;
}

h2.cfedEconomicSnapshot__header {
  margin-top: 0px !important;
}

.cfedEconomicSnapshot__tabItem {
  background: none;
}

a.nav-link.cfedEconomicSnapshot__tabLink {
  font-size: 0.88rem;
}

h2.cfedEconomicSnapshot__header {
  height: 70px;
  font-weight: 400;
}

h2.cfedEconomicSnapshot__header {
  background-color: #060606;
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #fafcfc;
  padding: 5px;
  padding-left: 15px;
  margin-bottom: 2px;
  margin-top: 10px;
}

.romanSearchBox {
  text-align: left;
  font-size: 24px;
}

.row.romanFullRow {
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (max-width: 992px) {
  .romanTile--title__grey {
    margin-bottom: 2px;
  }

  .cfedeconomicsnapshot.romanStaticSection {
    margin-bottom: 60px;
  }

  div.omniSearch em {
    max-width: 100%;
    min-width: 300px;
    left: 0px;
    right: 0px;
  }

  .omniSearch ul.resultsList {
    min-width: 300px;
    left: 0px;
    right: 0px;
  }

  div.romanSearchLabel {
    font-size: 1.25rem;
  }

  .romanTile--contents__grey .romanTile--title__grey {
    font-size: 1.6rem;
    margin-top: 10px;
  }

  .romanTile {
    max-width: 100%;
  }

  .romanSection--header {
    font-size: 1.2rem;
  }

  a.cfedTile:not(.cfedTile__heroTile):not(.cfedTile--halfSize) {
    height: 100%;
    max-height: 220px;
  }

  .romanScrollingSection {
    height: auto;
  }

  .romanSection--text25 {
    width: 100%;
    display: block;
    max-width: 100%;
  }

  .romanSection--image75 {
    width: 100%;
    max-width: 100%;
    display: block;
    border: solid 2px #ccc;
  }

  .romanHeading {
    font-size: 2.3504rem;
  }

  .cfedeconomicsnapshot {
    margin-top: 30px !important;
  }
}

.romanMapbox {
  background-color: #eef3f6;
  padding: 15px;
}

.romanSearchLabel {
  display: inline;
  background: #000;
  padding: 5px;
  color: #fafcfc;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
}

.omniSearchWrapper {
  display: inline;
}

.omniSearchWrapper .omniSearch {
  display: inline;
}

.omniSearchWrapper .omniSearch form {
  display: inline;
}

.omniSearch input[type="text"] {
  width: 100%;
}

.omniSearch em {
  background: #fafcfc;
  margin-right: 15px;
  font-family: "Roboto Condensed", sans-serif;
  border: #eef3f6 7px solid;
  z-index: 2;
  position: absolute;
  list-style: none;
  right: 0px;
  margin-top: 5px;
  min-width: 500px;
  padding: 5px;
  max-height: 300px;
  overflow-y: hidden;
  overflow-x: hidden;
  max-width: 100%;
  font-size: 1.8rem;
  display: block;
}

.omniSearchWrapper .omniSearch input[type="text"] {
  font-size: 1rem;
}

a.nav-link.cfedEconomicSnapshot__tabLink {
  padding: 0.4rem;
}

.cfedPublicationListing--title,
.blog-list-title {
  line-height: 125%;
  display: inline-block;
}

.cfedPublicationListing {
  margin-top: 30px;
}

.cfedPublicationListing--info {
  line-height: 125%;
}

a.cfedPublicationListing--url {
  line-height: 125%;
}

.blog-list-info {
  line-height: 125%;
  margin-bottom: 0px;
}

.cfedSidebar a,
.cfedSidebar__subscribeText,
#subscribe-signup-form p {
  display: inline-block;
  line-height: 110%;
}

.cfedSidebar a.cfedDefaultButton--sidebar {
  color: #fafcfc;
}

.cfedProfile__contents p {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .cyanSubMenu {
    flex-direction: column !important;
    height: auto !important;
    margin-top: 0px;
  }

  .cyanSubMenu a {
    width: 100%;
  }

  .cyanSubMenu a,
  .cyanSubMenu a.cyanCurrentPage {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    padding: 5px;
    border-radius: 0px;
    font-size: 0.8rem;
    margin-bottom: 2px;
    margin-bottom: 0px;
  }

  .cyanSubmenuNav {
    padding: 0px;
  }
}

#contact-us-form-project-hometown textarea {
  border-radius: 2px;
  margin-bottom: 15px;
  color: #000 !important;
}

#contact-us-form-project-hometown input:focus,
#contact-us-form-project-hometown textarea:focus {
  outline-style: auto;
  outline: none;
  border: 2px solid #268cc3;
  box-shadow: none;
  color: #000 !important;
  display: inline-block;
}

#contact-us-form-project-hometown #filter-g .col-xs-7 {
  width: 100%;
}

#contact-us-form-project-hometown #reset {
  display: none;
}

#contact-us-form-project-hometown #conference-feedback input[type="button"] {
  background-color: #084e8c;
  padding: 7px;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.32) 1px 1px 1px 1px;
  width: 200px;
  border-radius: 2px;
}

#contact-us-form-project-hometown .row:first-of-type:before {
  content: "What are the opportunities and challenges in your hometown?";
  text-align: center;
  width: 100%;
  font-size: 24px;
  margin-bottom: 15px;
  font-family: "Roboto Condensed", sans-serif;
}

#contact-us-form-project-hometown div#conference-form {
  color: #060606;
  border-radius: 2px;
  background: #abcfed;
  background-image: linear-gradient(180deg, #abcfed 0%, #d7d1dd 100%);
  padding: 10px;
  margin-bottom: 30px;
  font-family: "Roboto Condensed", sans-serif;
}

table#searchresults {
  width: 100%;
}

.MathJax img,
.MathJax nobr,
.MathJax a,
.MathJax,
.MathJax span {
  line-height: 125% !important;
}

@media only screen and (max-width: 767px) {
  nav ul li ul li ul li a.cfedNavbarLink--small,
  nav ul li ul li ul li a.cfedNavbarLink--small.collapsed {
    padding-left: 0px !important;
    margin-left: 0px;
  }
}

nav.d-none.d-md-block ul ul ul li,
nav.d-none.d-md-block ul ul li,
nav.d-none.d-md-block ul li.cfedNavigation__submenuItem {
  width: 100%;
}

form span.field-validation-error {
  color: #f33;
}

.chicagoFedAffiliation {
  display: none;
}

p.cyanSection__paragraph {
  font-size: 1.2rem;
}

.header2023 {
  color: #fafcfc;
  background: #0a2a42;
  background-image: url("/-/media/admin/images/footer/money-pattern-cropped.svg"),
    linear-gradient(90deg, #0a2a42 0%, #1f4f7d 100%);
  height: 200px;
  width: 100%;
  background-size: cover;
  position: relative;
  border-bottom: 10px solid #6c8f98;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  mix-blend-mode: multiply;
  display: flex;
  justify-content: flex-end;
}

.header2023 hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #fafcfc;
  box-shadow: 1px 1px 1px #0c0d0d;
  margin-right: 0px;
}

.header2023-text-wrapper {
  margin-right: 15px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.header2023-text-wrapper--text-bottom {
  margin-right: 15px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
}

.header2023-text-block {
  margin-right: 15px;
  text-shadow: 1px 1px 1px #000;
}

.header2023-section {
  display: block;
  font-size: 1.8rem;
  padding-left: 15px;
}

.header2023-page {
  font-size: 2.6rem;
  display: block;
  font-weight: 700;
  padding-left: 15px;
}

.header2023 small {
  font-size: 80%;
}

.header2023-page-bigger {
  font-size: 5rem;
  display: block;
  font-weight: 700;
  padding-left: 15px;
}

@media screen and (max-width: 400px) {
  .header2023-section {
    font-size: 20px;
  }

  .header2023-page {
    font-size: 28px;
  }

  .header2023 hr {
    max-width: 90%;
  }

  .header2023-page-bigger {
    font-size: 40px;
  }

  .header2023-text-wrapper--text-bottom {
    justify-content: space-around;
    padding-bottom: 0px;
  }
}

.submenu2023 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  column-gap: 10px;
  list-style: none;
  align-content: center;
  justify-content: center;
  min-height: 50px;
  font-family: "Roboto Condensed", sans-serif;
}

.submenu2023 a {
  font-size: 1.2rem;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 3px solid #424242;
  text-align: center;
  color: #225150;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-content: end;
  flex-wrap: wrap;
  padding-top: 10px;
}

.submenu2023 a.currentPage2023 {
  border-bottom: 3px solid #a1a1a1;
  color: #0c0d0d;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .submenu2023 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0px;
    row-gap: 10px;
  }

  .submenu2023 a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.pageSection2023 img {
  height: auto;
  object-fit: cover;
}

.pageSection2023--listOfLinks h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

.pageSection2023--listOfLinks h3 a {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
}

section.pageSection2023 h3 {
  font-weight: normal;
}

.pageSection2023-1 {
  margin-bottom: 1.5rem;
  border: 0;
  border-bottom: 1px solid rgba(6, 6, 6, 0.1);
}

section.pageSection2023 {
  font-weight: normal;
}

.calloutBox2023 {
  background: #e8f1f1;
  padding: 30px;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  border: 0;
}

.calloutBox2023-centered {
  background: #e8f1f1;
  padding: 30px;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  border: 0;
  text-align: center;
}

.calloutBox2023-green {
  background: #d9e1d7;
}

.pageSection2023 > .calloutBox2023:last-child,
.pageSection2023 > ul:last-child,
.pageSection2023 > ol:last-child,
.pageSection2023 > p:last-child,
.pageSection2023 > a.gradientButton2023-long:last-child,
.pageSection2023 > a.ctaButton2023:last-child {
  margin-bottom: 30px;
}

.calloutBox2023 h2 {
  padding: 0px 0px 10px 0px;
  font-size: 1.5rem;
}

.calloutBox2023 button,
.ctaButton2023,
button.calloutButton-event a {
  font-size: 1.2rem;
  color: #fafcfc;
  background-color: #042336;
  text-align: center;
  text-decoration: none;
  border-radius: 1px;
  border: none;
  border-bottom: 3px #042336 solid;
  font-family: "Amiri", serif;
}

.calloutBox-reverse {
  color: #fafafc;
  background-color: #062336;
  padding: 20px 30px;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.calloutBox-reverse h2 {
  padding: 0px 0px 10px 0px;
  color: #fafafc;
}

.calloutBox-reverse .calloutButton {
  background: #e3edee;
  color: #062336;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 1px;
  padding: 5px 15px;
  border: none;
}

button.ctaButton2023.publication-search__btn {
  font-family: "roboto condensed";
}

.calloutBox2023 button:hover,
.ctaButton2023:hover,
.calloutButton-event:hover {
  border-image: linear-gradient(
      90deg,
      #3bd9f1 0%,
      #2adbef 11%,
      #19ddeb 22%,
      #00dee6 33%,
      #00e0e0 44%,
      #00e6da 56%,
      #00e6d2 67%,
      #14e6ca 78%,
      #2ce8c2 89%,
      #3ae9b7 100%
    )
    1;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  color: #fafcfc;
}

.ctaButton2023 {
  margin-bottom: 1rem;
  padding: 5px 15px;
}

.ctaButton2023 a,
.ctaButton2023 a:hover {
  color: #fafcfc;
}

.calloutBox2023 .ctaButton2023:last-child,
.calloutBox2023 > p:last-child {
  margin-bottom: 0px;
}

.calloutBox2023 table {
  width: 100%;
}

.calloutBox2023 td {
  padding-bottom: 0px;
  vertical-align: middle;
}

.calloutBox2023 tr > :nth-child(3) {
  padding-right: 0px;
}

.calloutBox-reverse {
  color: #fafafc;
  background-color: #062336;
  padding: 20px 30px;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.calloutBox-reverse h2 {
  padding: 0px 0px 10px 0px;
  color: #fafafc;
}

.calloutBox-reverse .calloutButton {
  background: #e3edee;
  color: #062336;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 1px;
  padding: 5px 15px;
  border: none;
}

@media screen and (max-width: 900px) {
  .calloutBox2023 tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .calloutBox2023 td {
    padding: 8px 12px 8px 0px;
  }
}

.gradientButton2023-long {
  background: linear-gradient(
    -90deg,
    #3bd9f1 0%,
    #2adbef 11%,
    #19ddeb 22%,
    #00dee6 33%,
    #00e0e0 44%,
    #00e6da 56%,
    #00e6d2 67%,
    #14e6ca 78%,
    #2ce8c2 89%,
    #3ae9b7 100%
  );
  width: 100%;
  border: none;
  text-align: left;
  padding: 12px 15px;
  font-size: 1.5rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #042336;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: auto;
  margin-bottom: 15px;
  border-radius: 2px;
}

.gradientButton2023-long::after {
  content: url(-/media/9EE2E179086142CDB270A382434BD6C1.ashx);
  float: right;
  vertical-align: middle;
  line-height: 0px;
  font-size: 0px;
}

.gradientButton2023-long.gradientButton2023-long:hover {
  background: linear-gradient(
    90deg,
    #3bd9f1 0%,
    #2adbef 11%,
    #19ddeb 22%,
    #00dee6 33%,
    #00e0e0 44%,
    #00e6da 56%,
    #00e6d2 67%,
    #14e6ca 78%,
    #2ce8c2 89%,
    #3ae9b7 100%
  );
  color: #042336;
}

nav.eventYears {
  display: block;
}

nav.eventYears ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 1.3em;
  justify-content: center;
}

nav.eventYears ul li {
  font-size: 1.3em;
  flex: 0 0 90px;
  overflow: hidden;
  border-radius: 3px;
}

nav.eventYears ul li a {
  text-align: center;
  background-color: #e8f1f1;
  border-bottom: 3px solid #e8f1f1;
  padding-top: 3px;
  width: 100%;
  display: block;
}

nav.eventYears ul li a:hover {
  background-color: #062336;
  color: #fafcfc;
  border-image: linear-gradient(
      90deg,
      #3bd9f1 0%,
      #2adbef 11%,
      #19ddeb 22%,
      #00dee6 33%,
      #00e0e0 44%,
      #00e6da 56%,
      #00e6d2 67%,
      #14e6ca 78%,
      #2ce8c2 89%,
      #3ae9b7 100%
    )
    1;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

nav.eventYears ul li a.currentPage2023 {
  font-weight: 700;
  border-image: linear-gradient(
      90deg,
      #3bd9f1 0%,
      #2adbef 11%,
      #19ddeb 22%,
      #00dee6 33%,
      #00e0e0 44%,
      #00e6da 56%,
      #00e6d2 67%,
      #14e6ca 78%,
      #2ce8c2 89%,
      #3ae9b7 100%
    )
    1;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

.footerBox2023 {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 2px;
  min-height: 300px;
  font-family: "Amiri", serif;
}

.footerBox2023.fullWidth {
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

.footerBox2023 textarea {
  height: auto;
}

.footerBox2023 textarea,
.footerBox2023 input {
  margin-bottom: 5px;
}

.footerBox2023-contents > #conference-feedback {
  display: grid;
}

.footerBox2023 input[type="text"],
.footerBox2023 input[type="email"],
.footerBox2023 textarea {
  background-color: #e8f1f1;
  border: none;
  margin-bottom: 15px;
}

.footerBox2023 .footerBox2023-contents {
  padding: 1em;
  font-size: 1rem;
}

.footerBox2023.leftColumn,
.footerBox2023.rightColumn.cyan-section-header {
  font-size: 1.2rem;
}

#content .footerBox2023.rightColumn {
  margin-right: 0px;
}

#content .footerBox2023.leftColumn {
  margin-left: 0px;
}

@media screen and (max-width: 576px) {
  .footerBox2023,
  .footerBox2023.leftColumn,
  .footerBox2023.rightColumn {
    margin-left: 25px;
    margin-right: 25px;
  }

  .footerBox2023.leftColumn {
    margin-bottom: 1.5rem;
  }

  #content .footerBox2023,
  #content .footerBox2023.leftColumn,
  #content .footerBox2023.rightColumn {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footerBox2023.fullWidth,
  #content .footerBox2023.fullWidth {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.infoTable2023 th {
  font-size: 1.3rem;
  font-family: "Roboto Condensed", sans-serif;
  padding-bottom: 5px;
  padding-top: 5px;
  font-weight: bold;
  color: #fafcfc;
  background-color: #6c8f98;
  border-radius: 1px;
  padding-left: 8px;
  border: none !important;
}

.infoTable2023 tr:nth-child(even) {
  background: #e8f1f1;
}

.infoTable2023 ul,
.calloutBox2023 ul {
  margin-bottom: 0;
}

.infoTable2023 ul.cfedList--bulleted li {
  padding-left: 16.17px;
  text-indent: -16.17px;
}

.infoTable2023 td {
  border: 0;
}

.infoTable2023 tr:last-of-type {
  border-bottom: 2px solid #6c8f98;
}

.cardContainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 10px 0px 10px;
}

.cardFeed-card .cardItem {
  padding-left: 10px;
  padding-right: 10px;
}

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

@media (min-width: 576px) {
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cardFeed-card .cardItem {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (min-width: 768px) {
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .cardFeedContainer {
    margin: 40px -15px 0px -15px;
  }

  .cardFeed-card .cardItem {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cardFeed-card {
  margin-bottom: 16px;
  background-color: #edeff0;
  border: none;
}

.cardFeed-card-title {
  font-size: 1.8rem;
}

.cardFeed-card-text {
  font-size: 1.8rem;
}

.cardFeed-card-link {
  color: inherit;
  text-decoration: none;
  position: relative;
  animation: top ease 0.8s;
}

.cardFeed-card-link:hover {
  color: #0c0d0d;
}

.cardFeed-card.cardFeed-card-linked:hover {
  top: -4px;
  box-shadow: 5px 8px 12px rgba(0, 0, 0, 0.08);
}

.cardFeed-card.cardFeed-card-linked:active {
  top: 0px;
}

.cardFeed-card--tweet .cardFeed-card-body {
  padding: 0px;
}

.cardFeed-card-actions {
  font-weight: 700;
  display: flex;
  justify-content: flex-end;
}

.cardFeed-card-actions span {
  margin: 20px 0;
}

.cardFeed-card-footer {
  border-top: none;
}

iframe.cardFeed-iframe {
  border-radius: 3px 3px 0 0;
}

.container div.nav {
  width: 100%;
  text-align: right;
}

.container .nav .nav-link {
  display: inline-flex;
  margin-right: 40px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
}

.container .nav a.nav-link {
  color: #225150;
  border-bottom: 1px solid #424242;
  padding: 0px 5px 3px;
}

nav ul ul {
  margin-left: 20px;
}

nav ul ul a.nav-link {
  color: #fafcfc;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  .nav.justify-content-end {
    display: none;
  }
}

div#live-stream {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}

.feed_tags a.cfedArticle__tagLink,
a.cfedArticle__tagLink,
.feed_tags a.cfedArticle__tagLink:hover,
a.cfedArticle__tagLink:hover {
  background-color: #575757;
  color: #fafcfc;
  border-radius: 1px;
  padding: 2px 5px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  display: inline-block;
  cursor: default;
}

.feed_tags a.cfedArticle__tagLink[href*="/"],
.feed_tags a.cfedArticle__tagLink[href*="/"]:hover,
a.cfedArticle__tagLink[href*="/"],
a.cfedArticle__tagLink[href*="/"]:hover {
  background-color: #268cc3;
  color: #fafcfc;
  border-radius: 1px;
  padding: 2px 5px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  display: inline-block;
  cursor: pointer;
}

.feed_tags a.cfedArticle__tagLink,
.feed_tags a.cfedArticle__tagLink[href*="/"] {
  margin-right: 5px;
}

.cfedArticle__tagBlock {
  margin-top: 10px;
  margin-bottom: 30px;
}

.cfedArticle__authorBlock + .cfedArticle__tagBlock {
  margin-top: -30px;
  margin-bottom: 30px;
}

.peopleProfile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.peopleProfile__text {
  color: #fafcfc;
  padding: 1rem;
  background-image: url("/~/media/Images/people-detail-page/people-pattern-bg.svg");
  background-size: cover;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.peopleProfile__name h1 {
  color: #fafcfc;
  font-family: "Amiri", serif;
  font-size: 2.6rem;
}

.peopleProfile__icons {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  width: 40%;
  border-top: 3px solid #a0c4c5;
  padding-top: 10px;
}

.peopleProfile__icon {
  text-align: center;
  margin: 0 0.5rem;
  width: 40px;
}

.peopleProfile__icon img:hover {
  filter: brightness(0) saturate(100%) invert(85%) sepia(10%) saturate(555%)
    hue-rotate(133deg) brightness(89%) contrast(89%);
}

.peopleProfile__img {
  flex: 1;
  max-width: 570px;
  max-height: 570px;
  width: 100%;
  height: 100%;
}

.peopleProfile__img img {
  max-width: 570px;
  max-height: 570px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.peopleTab__content > .peoplePublication__type:not(:first-child),
.peopleTab__content > .peopleExternal-pub__type:not(:first-child),
.peopleTab__content > .peoplePresentation:not(:first-child),
.peopleTab__content > .peoplePodcast__type:not(:first-child),
.peoplePublication__container,
.peopleExternal-pub__container,
.peoplePodcast__container {
  margin-top: 1rem;
  line-height: 1.25;
}

.peopleTabset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}

.peopleTabset > input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

.peopleTabset > label {
  margin-right: 1rem;
}

.peopleTabset > label:last-of-type {
  margin-right: 0px;
}

.peopleTabset .peopleTab-panel {
  display: none;
}

.peopleTabset
  > input:first-child:checked
  ~ .peopleTab-panelSet
  > .peopleTab-panel:first-child,
.peopleTabset
  > input:nth-child(3):checked
  ~ .peopleTab-panelSet
  > .peopleTab-panel:nth-child(2),
.peopleTabset
  > input:nth-child(5):checked
  ~ .peopleTab-panelSet
  > .peopleTab-panel:nth-child(3),
.peopleTabset
  > input:nth-child(7):checked
  ~ .peopleTab-panelSet
  > .peopleTab-panel:nth-child(4),
.peopleTabset
  > input:nth-child(9):checked
  ~ .peopleTab-panelSet
  > .peopleTab-panel:nth-child(5),
.peopleTabset
  > input:nth-child(11):checked
  ~ .peopleTab-panelSet
  > .peopleTab-panel:nth-child(6),
.peopleTabset
  > input:nth-child(13):checked
  ~ .peopleTab-panelSet
  > .peopleTab-panel:nth-child(7) {
  display: block;
}

.peopleTabset > label {
  display: inline-block;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 300;
}

.peopleTabset > label {
  display: inline-block;
  border-bottom: 0;
  cursor: pointer;
  text-align: center;
  flex-basis: 10%;
  flex-grow: 1;
  border-bottom: 3px solid #424242;
  color: #225150;
  font-weight: 300;
  margin-top: 1rem;
}

.peopleTabset > label > span {
  display: inline-block;
  text-decoration: none;
  padding-bottom: 0.8rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.peopleTabset > input:checked + label {
  font-weight: 700;
  border-bottom: 3px solid #a1a1a1;
  color: #0c0d0d;
}

.peopleTab-panelSet {
  flex-basis: 100%;
  display: flex;
}

.peopleTab-panelSet h3 + .peoplePublication__container {
  margin-top: 0px !important;
}

.peopleTab-panel .peopleExternal-pub__container p {
  margin-bottom: 0px;
  margin-top: 0px;
}

.peopleTab-panel .peopleExternal-pub__container .cfedPublicationType {
  margin-top: 15px;
}

.peopleTab-panel .cfedPublicationBlock {
  font-size: 1rem;
  margin-left: 0px;
}

.peopleTab-panel .cfedPublicationInfo {
  font-size: 1rem;
}

.peopleTab-panel h3.peoplePublication__type,
.peopleTab-panel .cfedPresentationName {
  margin-top: 30px;
  padding-top: 0px;
  font-style: italic;
  font-family: "Amiri", serif;
  font-size: 1.125rem;
  font-weight: 400;
}

.peopleTab-panel .peoplePublication__container {
  line-height: 1.25;
}

.peopleTab-panel .peoplePresentation {
  border-bottom: 1px solid #efefef;
  margin-bottom: 15px;
}

.peopleTab-panel .cfedPublicationInfo h4 {
  margin-top: 5px;
}

.peopleTab-panel .cfedPublicationInfo {
  line-height: 1.25;
  margin-bottom: 15px;
  margin-top: 15px;
}

.peopleTab-panel h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1000px) {
  .peopleProfile {
    display: flex;
    flex-direction: column;
  }

  .peopleProfile__img {
    max-width: 100%;
    text-align: center;
    margin-top: 3.5rem;
  }

  .peopleTabs {
    min-height: 1000px;
  }

  .peopleTab__link {
    display: inline-block;
    width: 100%;
    margin-right: 0px !important;
    padding: 0.8rem 0;
    text-align: center;
  }

  .peopleTab__content {
    top: 18rem;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .peopleTabset {
    flex-direction: column;
  }

  .peopleTabset > label {
    width: 100%;
  }

  .peopleProfile__name h1 {
    font-size: 2.6rem;
  }
}

.cyanAside {
  border-image-source: linear-gradient(
    90deg,
    #3bd9f1 0%,
    #2adbef 11%,
    #19ddeb 22%,
    #00dee6 33%,
    #00e0e0 44%,
    #00e6da 56%,
    #00e6d2 67%,
    #14e6ca 78%,
    #2ce8c2 89%,
    #3ae9b7 100%
  );
  border-image-slice: 1;
  border-bottom-width: 5px;
  border-top-width: 5px;
  border-bottom-style: solid;
  border-top-style: solid;
  padding: 10px 0px;
}

#cfedPersonExternalPublicationList {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cfedExternalPublicationListing--dateSort {
  display: none;
}

@media only screen and (max-width: 768px) {
  .cfedAside--right {
    float: unset;
    margin-left: 0;
    width: 100%;
    margin-top: 1rem;
  }
}

.calloutBox2023-iconheader {
  display: flex;
  align-items: center;
  justify-content: left;
  column-gap: 12px;
}

.calloutBox2023-iconheader img {
  padding-bottom: 10px;
  width: 32px;
  height: auto;
}

.qualtricsHalfPageContactUsFrame {
  width: 100%;
  height: 800px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 2px;
}

.highcharts-button-box {
  fill: transparent;
}

.cfedChart-highcharts-container {
  height: 520px;
}

.highcharts-data-table {
  font-family: "Roboto Condensed", sans-serif;
  overflow: auto;
}

.highcharts-data-table thead th,
.highcharts-data-table tbody th,
.highcharts-data-table tbody td {
  border: none;
  padding: 0.75rem;
}

.highcharts-data-table thead tr:first-of-type {
  font-weight: 700;
}

.highcharts-data-table thead tr:last-of-type {
  border-bottom: solid;
}

.highcharts-data-table tr {
  border-top: 1px solid #dee2e6;
}

.highcharts-data-table thead th:not(:first-of-type),
.highcharts-data-table tbody td {
  text-align: center;
}

.chart:-webkit-full-screen {
  width: 100%;
  height: 100%;
}

.chart:-moz-full-screen {
  width: 100%;
  height: 100%;
}

.chart:-ms-fullscreen {
  width: 100%;
  height: 100%;
}

.chart:fullscreen {
  width: 100%;
  height: 100%;
}

.chart {
  width: 100%;
  float: left;
  height: 400px;
  position: relative;
}

.highcharts-draw-mode {
  cursor: crosshair;
}

.highcharts-bindings-wrapper * {
  box-sizing: content-box;
}

.highcharts-bindings-wrapper {
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
}

.highcharts-button {
  fill: var(--highcharts-neutral-color-3);
}

.highcharts-stocktools-popup {
  width: 100%;
}

.highcharts-menu-wrapper {
  float: left;
  width: 40px;
  height: calc(100% - 50px);
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
}

.highcharts-bindings-wrapper .highcharts-submenu-wrapper {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: #fff;
  width: 40px;
}

.highcharts-bindings-wrapper .highcharts-arrow-wrapper {
  text-align: center;
  width: 40px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 1.5em;
}

.highcharts-bindings-wrapper .highcharts-arrow-wrapper > div {
  cursor: pointer;
}

.highcharts-bindings-wrapper .highcharts-arrow-down {
  background-size: cover;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.highcharts-bindings-wrapper .highcharts-arrow-up {
  background-size: cover;
  outline: none;
  display: inline-block;
  width: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.highcharts-bindings-wrapper .highcharts-arrow-right {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

.highcharts-bindings-wrapper .highcharts-arrow-left.highcharts-arrow-right {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.highcharts-bindings-wrapper .highcharts-arrow-left {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.highcharts-bindings-wrapper ul {
  width: 40px;
  margin: 0;
  padding: 0;
  float: left;
  transition: margin 250ms;
}

.highcharts-bindings-wrapper > ul {
  width: 40px;
  position: relative;
}

.highcharts-bindings-wrapper .highcharts-stocktools-toolbar li {
  list-style: none;
  margin-bottom: 3px;
  padding: 0;
  clear: both;
  width: 100%;
  height: 40px;
  cursor: pointer;
  position: relative;
  background-color: var(--highcharts-neutral-color-3);
}

.highcharts-bindings-wrapper
  .highcharts-stocktools-toolbar
  li.highcharts-disabled-btn {
  cursor: default;
}

.highcharts-bindings-wrapper
  .highcharts-stocktools-toolbar
  li.highcharts-disabled-btn
  > .highcharts-menu-item-btn {
  opacity: 0.5;
}

.highcharts-bindings-wrapper
  .highcharts-stocktools-toolbar
  li.highcharts-disabled-btn.highcharts-active {
  background: var(--highcharts-neutral-color-3);
}

.highcharts-bindings-wrapper
  .highcharts-stocktools-toolbar
  li.highcharts-disabled-btn
  .highcharts-menu-item-btn:hover {
  background-color: transparent;
}

.highcharts-bindings-wrapper li > span.highcharts-menu-item-btn {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 32px 32px;
}

.highcharts-submenu-wrapper li > span.highcharts-menu-item-btn {
  width: 40px;
}

.highcharts-bindings-wrapper li > span.highcharts-submenu-item-arrow {
  float: left;
  width: 10px;
  height: 100%;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
}

.highcharts-bindings-wrapper li.highcharts-separator {
  height: 15px;
  background-color: transparent;
  width: 36px;
  pointer-events: none;
}

.highcharts-bindings-wrapper
  li.highcharts-separator
  > span.highcharts-menu-item-btn {
  width: 100%;
}

.highcharts-bindings-wrapper
  li.highcharts-active
  > span.highcharts-menu-item-btn,
.highcharts-bindings-wrapper li > span.highcharts-menu-item-btn:hover,
.highcharts-bindings-wrapper .highcharts-arrow-wrapper > div:hover,
.highcharts-bindings-wrapper li.highcharts-active,
.highcharts-toggle-toolbar:hover {
  background-color: var(--highcharts-neutral-color-10);
  transition: background-color 100ms;
}

.highcharts-toggle-toolbar {
  position: absolute;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background-color: var(--highcharts-neutral-color-3);
  background-size: cover;
}

.highcharts-hide {
  display: none;
}

.highcharts-bindings-wrapper li:hover,
.highcharts-submenu-item-arrow:hover {
  background-color: var(--highcharts-button-hover-color);
}

.highcharts-bindings-wrapper .highcharts-arrow-down,
.highcharts-bindings-wrapper .highcharts-arrow-up {
  width: 50%;
  height: 20px;
  float: left;
}

li.highcharts-disabled-btn:hover,
.highcharts-disabled-btn .highcharts-submenu-item-arrow:hover {
  background-color: var(--highcharts-neutral-color-3);
}

:root {
  --highcharts-background-color: #ffffff;
  --highcharts-neutral-color-100: #000000;
  --highcharts-neutral-color-80: #333333;
  --highcharts-neutral-color-60: #666666;
  --highcharts-neutral-color-20: #cccccc;
  --highcharts-neutral-color-10: #e6e6e6;
  --highcharts-neutral-color-3: #f7f7f7;
  --highcharts-highlight-color-80: #335cad;
}

.highcharts-popup.highcharts-annotation-toolbar {
  right: 10%;
  left: auto;
  height: 40px;
  overflow: hidden;
  padding-right: 40px;
  width: auto;
  min-width: 0;
}

.highcharts-popup.highcharts-annotation-toolbar button {
  margin-top: 0;
}

.highcharts-popup.highcharts-annotation-toolbar > span {
  display: block;
  float: left;
  padding: 12px;
}

.highcharts-popup {
  font-family: Helvetica, Arial, sans-serif;
  background-color: var(--highcharts-background-color);
  color: var(--highcharts-neutral-color-60);
  display: none;
  font-size: 0.9em;
  max-height: 90%;
  top: 5%;
  left: 15%;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 75%;
  min-width: 300px;
  max-width: 600px;
  position: absolute;
  z-index: 100;
  -webkit-box-shadow: 0 0 8px 0 rgba(61, 61, 61, 0.3);
  -moz-box-shadow: 0 0 8px 0 rgba(61, 61, 61, 0.3);
  box-shadow: 0 0 8px 0 rgba(61, 61, 61, 0.3);
}

.highcharts-popup div,
.highcharts-popup span {
  box-sizing: border-box;
}

.highcharts-popup input,
.highcharts-popup label,
.highcharts-popup select {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.highcharts-popup input {
  border: 1px solid var(--highcharts-neutral-color-10);
  border-radius: 0.3rem;
  padding: 5px;
  width: 100%;
}

.highcharts-popup-lhs-col,
.highcharts-popup-rhs-col {
  height: 100%;
  float: left;
  overflow-y: auto;
}

.highcharts-popup-lhs-col.highcharts-popup-lhs-full {
  width: 100%;
  overflow-x: hidden;
  height: calc(100% - 104px);
  border: none;
  padding: 20px;
  padding-bottom: 10px;
}

.highcharts-popup-lhs-col.highcharts-popup-lhs-full
  + .highcharts-popup-bottom-row {
  width: 100%;
}

.highcharts-popup-lhs-col {
  clear: both;
  width: 30%;
  border-right: 1px solid var(--highcharts-neutral-color-10);
}

.highcharts-popup-bottom-row {
  float: left;
  padding: 0 20px;
  padding-bottom: 12px;
  width: 100%;
  border-top: 1px solid var(--highcharts-neutral-color-10);
}

.highcharts-popup-rhs-col {
  width: 70%;
  height: calc(100% - 40px);
  padding: 20px;
}

.highcharts-popup-rhs-col-wrapper {
  width: 100%;
  overflow-x: hidden;
}

.highcharts-popup-rhs-col-wrapper h3 {
  margin-top: 0;
  padding-bottom: 0;
}

.highcharts-bindings-wrapper ul.highcharts-indicator-list,
.highcharts-indicator-list {
  float: left;
  color: var(--highcharts-neutral-color-60);
  height: calc(100% - 150px);
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 15px 0;
}

.highcharts-indicator-list li {
  cursor: pointer;
  padding: 5px 20px;
  margin: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  word-break: break-all;
  box-sizing: border-box;
}

.highcharts-indicator-list li:hover {
  background-color: var(--highcharts-neutral-color-10);
}

.highcharts-tab-item {
  background-color: var(--highcharts-neutral-color-3);
  cursor: pointer;
  display: block;
  float: left;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
}

.highcharts-tab-item.highcharts-tab-item-active {
  background-color: var(--highcharts-neutral-color-10);
}

.highcharts-tab-item-content {
  display: none;
  float: left;
  height: 100%;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid var(--highcharts-neutral-color-10);
}

.highcharts-tab-item-show {
  display: block;
}

.highcharts-popup-close {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  padding: 10px;
  top: 0%;
  right: 0%;
  color: var(--highcharts-neutral-color-80);
}

.highcharts-popup-close:hover,
.highcharts-popup button:hover,
.highcharts-popup button.highcharts-annotation-edit-button:hover,
.highcharts-popup button.highcharts-annotation-remove-button:hover {
  background-color: var(--highcharts-neutral-color-10);
  cursor: pointer;
}

.highcharts-popup button {
  float: right;
  border: none;
  background: var(--highcharts-neutral-color-3);
  color: var(--highcharts-neutral-color-60);
  margin-left: 5px;
  margin-top: 12px;
}

.highcharts-popup button:first-child {
  margin-left: 0;
}

.highcharts-tab-disabled {
  color: var(--highcharts-neutral-color-20);
}

.highcharts-popup button.highcharts-annotation-edit-button,
.highcharts-popup button.highcharts-annotation-remove-button {
  width: 20px;
  height: 40px;
  padding: 20px;
}

.highcharts-popup button.highcharts-annotation-edit-button {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-indent: -9999px;
}

.highcharts-popup button.highcharts-annotation-remove-button {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-indent: -9999px;
}

.highcharts-popup .highcharts-annotation-title {
  display: block;
  float: left;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 15px;
  width: 100%;
}

.highcharts-popup .highcharts-popup-main-title {
  border-bottom: 1px solid var(--highcharts-neutral-color-10);
  margin: 0;
  padding: 8px 0 6px 20px;
}

.highcharts-indicator-title {
  float: left;
  padding-bottom: 15px;
}

.highcharts-input-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.highcharts-input-search-indicators-label {
  text-align: center;
  font-weight: 700;
  color: var(--highcharts-neutral-color-100);
  margin-top: 0.5rem;
}

input.highcharts-input-search-indicators {
  width: 80%;
  margin: 0 auto;
  float: none;
  border-color: #949494;
}

.highcharts-popup a.clear-filter-button {
  margin: 0 auto;
  display: none;
  color: var(--highcharts-highlight-color-80);
  background-color: var(--highcharts-background-color);
  border: 1px solid var(--highcharts-highlight-color-80);
  margin-top: 10px;
}

.highcharts-popup a.clear-filter-button:hover {
  color: var(--highcharts-background-color);
  background-color: var(--highcharts-highlight-color-80);
  cursor: pointer;
}

html {
  visibility: visible;
  opacity: 1;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    box-shadow: none !important;
  }

  .cfedTile__description--overlay,
  .cfedTile__title,
  .cfedFromThePresident__buttonRow a,
  .cfedHeadlineFooter a,
  .cfedEconomicSnapshot__header,
  .cfedTileStyleHeading,
  .cfedDecorativeHeader {
    color: #fff !important;
  }

  .col-sm-1 {
    width: 0%;
    float: left;
  }

  .col-sm-2 {
    width: 0%;
    float: left;
  }

  .col-sm-3 {
    width: 0%;
    float: left;
  }

  .col-sm-4 {
    width: 0%;
    float: left;
  }

  .col-sm-5 {
    width: 0%;
    float: left;
  }

  .col-sm-6 {
    width: 0%;
    float: left;
  }

  .col-sm-7 {
    width: 100%;
    float: left;
  }

  .col-sm-8 {
    width: 100%;
    float: left;
  }

  .col-sm-9 {
    width: 100%;
    float: left;
  }

  .col-sm-10 {
    width: 100%;
    float: left;
  }

  .col-sm-11 {
    width: 100%;
    float: left;
  }

  .col-sm-12 {
    width: 100%;
    float: left;
  }

  .cfedAlwaysBreakBefore {
    page-break-before: always;
  }

  .cfedAlwaysBreakAfter {
    page-break-after: always;
  }

  .cfedTopNavigationContainerRow {
    background: transparent;
  }

  @page {
    margin: 0.5cm;
  }

  div#top-navigation {
    display: none;
  }

  div#top-navigation-mobile {
    display: none;
  }

  div#top-navigation-tablet {
    display: none;
  }

  div#headerUtilityNav {
    display: none;
  }

  div.utils {
    display: none;
  }

  .utilButtons {
    display: none;
  }

  div#utilityNav,
  div#quickSearch {
    display: none;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    display: none;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .sidebar-column {
    display: none;
  }

  .cfedFooterContainerRow,
  .cfedSidebar {
    display: none;
  }

  .cfedLogo {
    margin-left: -30px;
  }

  a.cfedPrintURL {
    text-decoration: none;
  }

  a.cfedPrintURL:after {
    content: " [ " attr(href) " ] " !important;
    display: inline !important;
  }

  nav.navbar.cfedNavbar.d-block.d-md-none button,
  .cfedHeader__utilityLinksContainer,
  .cfedHeader__logoRowColumn--icons,
  .cfedHeader__logoRowColumn--search,
  .cfedTopNavigationContainerRow,
  hr.cfedHeader__fullWidthRule {
    display: none;
  }

  .cfedContent__text {
    padding-left: 10px;
  }
}
/* arabic */
@font-face {
  font-family: "Amiri";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/amiri/v27/J7aRnpd8CGxBHpUrtLMS7JNKIjk.woff2)
    format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1,
    U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF,
    U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4,
    U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27,
    U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49,
    U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B,
    U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72,
    U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B,
    U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
/* latin-ext */
@font-face {
  font-family: "Amiri";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/amiri/v27/J7aRnpd8CGxBHpUgtLMS7JNKIjk.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Amiri";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/amiri/v27/J7aRnpd8CGxBHpUutLMS7JNK.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
/* arabic */
@font-face {
  font-family: "Amiri";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/amiri/v27/J7acnpd8CGxBHp2VkaY6zp5gGDAbnCA.woff2)
    format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1,
    U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF,
    U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4,
    U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27,
    U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49,
    U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B,
    U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72,
    U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B,
    U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}
/* latin-ext */
@font-face {
  font-family: "Amiri";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/amiri/v27/J7acnpd8CGxBHp2VkaYxzp5gGDAbnCA.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Amiri";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/amiri/v27/J7acnpd8CGxBHp2VkaY_zp5gGDAb.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
    U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DQk6YvNkeg.woff2)
    format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
    U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQk6YvM.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

.main-nav-category {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

.site-container .main-header.bcg-sidebar-menu .main-nav .main-nav-category {
  font-family: "Roboto Condensed";
  font-size: 20px;
}

body {
  background-color: #fafcfc;
}

@media (min-width: 768px) {
  .navbar.navbar-default.navbar-static-top-mobile {
    display: none;
  }
}

i.fa.fa-brands,
i.fa.fa-solid {
  background-color: #062336;
}

.bc-player-default_default .vjs-big-play-button:active,
.bc-player-default_default .vjs-big-play-button:focus,
.bc-player-default_default:active .vjs-big-play-button,
.bc-player-default_default:hover .vjs-big-play-button {
  background-color: #062336;
}

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

/* TITLE TEXT */
#bc-category-list .h1.category-list-label.search-enabled,
#bc-breadcrumbs {
  font-size: 1.8rem;
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  font-weight: normal;
  padding: 0;
  border-bottom: 0;
}

/* CATEGORY LIST ITEM LINK */
.bc-video-browser .category-list > li > a,
.bc-video-browser .category-list > li > span.header-only {
  font-family: "Amiri", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 125%;
  padding: 0;
}

.bc-video-browser .category-list > li {
  box-shadow: none;
}

/* SEARCH BAR ICON */
.bc-video-browser .bc-video-browser-grid .video-browser-search .btn-search .fa {
  /* color: #062336; */
}

.fa.fa-chevron-right,
.fa.fa-chevron-left {
  color: #268cc3;
}

/* BUTTON */
.pagination-footer-mobile .bc-load-more-button {
  font-size: 1.2rem;
  color: #fafcfc;
  background-color: #042336;
  text-align: center;
  text-decoration: none;
  border-radius: 1px;
  padding: 5px 15px;
  border: none;
  border-bottom: 3px #042336 solid;
  font-family: "Amiri", serif;
  margin-bottom: 1rem;
  padding: 5px 15px;
  text-transform: capitalize;
}

.pagination-footer-mobile .bc-load-more-button:hover {
  border-image: linear-gradient(
      90deg,
      #3bd9f1 0%,
      #2adbef 11%,
      #19ddeb 22%,
      #00dee6 33%,
      #00e0e0 44%,
      #00e6da 56%,
      #00e6d2 67%,
      #14e6ca 78%,
      #2ce8c2 89%,
      #3ae9b7 100%
    )
    1;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  color: #fafcfc;
}

.navbar-toggle.cfedHamburgerButton {
  padding: 0 !important;
  margin: 0;
}

.navbar-inner {
  width: 100%;
}

.panel.panel-default {
  box-shadow: none;
}

#bc-video-search-form-value-mobile {
  border: none;
  padding: 0;
}

@media (max-width: 480px) {
  #bc-category-list-mobile .category-list .gal-marquee-category-link {
    font-family: "Amiri", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 125%;
    padding: 0;
  }

  #bc-category-list-mobile .category-list .active .gal-marquee-category-link {
    font-weight: 700;
  }
}
