@charset "UTF-8";
/*!
 * Copyright CAST, Inc.
 */
@import url("https://use.fontawesome.com/releases/v5.15.2/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (max-width: 75em) {
  body {
    font-size: calc(1.025rem + 0.13333vw);
  }
}

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

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: #555;
}

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

@media (max-width: 75em) {
  h1, .h1 {
    font-size: calc(1.3625rem + 1.93333vw);
  }
}

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

@media (max-width: 75em) {
  h2, .h2 {
    font-size: calc(1.25rem + 1.33333vw);
  }
}

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

@media (max-width: 75em) {
  h3, .h3 {
    font-size: calc(1.19375rem + 1.03333vw);
  }
}

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

@media (max-width: 75em) {
  h4, .h4 {
    font-size: calc(1.1375rem + 0.73333vw);
  }
}

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

@media (max-width: 75em) {
  h5, .h5 {
    font-size: calc(1.08125rem + 0.43333vw);
  }
}

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

@media (max-width: 75em) {
  h6, .h6 {
    font-size: calc(1.025rem + 0.13333vw);
  }
}

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

abbr[title],
abbr[data-cfw-tooltip-original-title],
abbr[data-cfw-popover-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark {
  padding: 0.125em 0.25em;
  background-color: #ff0;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #114aaa;
  text-decoration: underline;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

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

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #5e7182;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
th,
td {
  border: 0 solid;
  border-color: inherit;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  white-space: normal;
}

@media (max-width: 75em) {
  legend {
    font-size: calc(1.1rem + 0.53333vw);
  }
}

legend + * {
  clear: left;
}

progress {
  vertical-align: baseline;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

a:not(.btn):not(.toplink):not(.header-cast-logo):not(.header-site-logo):hover, a:not(.btn):not(.toplink):not(.header-cast-logo):not(.header-site-logo):focus {
  color: #fff;
  background-color: #474e9b;
}

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

code {
  font-size: 0.875em;
  color: #c42013;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

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

.form-control {
  display: block;
  width: 100%;
  height: calc(2em + 2px);
  padding: 0.25em 0.75em;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #424f5b;
  background-color: #fff;
  border: 1px solid #212121;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (max-width: 75em) {
  .form-control {
    font-size: calc(1.025rem + 0.13333vw);
  }
}

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

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

.form-control:focus {
  color: #424f5b;
  background-color: #fff;
  border-color: #6699f2;
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(0, 85, 233, 0.35);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

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

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

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

.form-control:disabled {
  color: #9eaab4;
}

select.form-control {
  padding-right: 1.875em;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='rgba%2866, 79, 91, 0.85%29' d='M3 0l-3 3h6l-3-3zm-3 5l3 3 3-3h-6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.375em center;
  background-size: 0.75em 0.75em;
}

select.form-control:disabled {
  pointer-events: none;
}

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

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

select.form-control::-ms-expand {
  display: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #424f5b;
}

textarea.form-control {
  min-height: calc(2em + 2px);
}

textarea.form-control:not([rows="1"]) {
  height: auto;
}

.form-label {
  padding-top: calc(0.25em + 1px);
  padding-bottom: calc(0.25em + 1px);
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.5;
}

.form-range {
  width: 100%;
  min-width: 8rem;
  height: calc(1.125em + 0.375rem);
  padding: 0;
  margin: 0;
  vertical-align: middle;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.1875rem rgba(0, 85, 233, 0.35);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 0.1875rem rgba(0, 85, 233, 0.35);
}

.form-range:focus::-ms-thumb {
  box-shadow: 0 0 0 0.1875rem rgba(0, 85, 233, 0.35);
}

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

.form-range::-ms-tooltip {
  display: none;
}

.form-range::-webkit-slider-runnable-track {
  box-sizing: border-box;
  width: 100%;
  height: 0.5em;
  margin: 0 0.1875rem;
  color: transparent;
  cursor: pointer;
  border: 0;
  border-radius: 0.5em;
  background-color: #dfe3e6;
}

.form-range::-moz-range-track {
  box-sizing: border-box;
  width: 100%;
  height: 0.5em;
  margin: 0 0.1875rem;
  color: transparent;
  cursor: pointer;
  border: 0;
  border-radius: 0.5em;
  background-color: #dfe3e6;
}

.form-range::-ms-track {
  box-sizing: border-box;
  width: 100%;
  height: 0.5em;
  margin: 0 0.1875rem;
  color: transparent;
  cursor: pointer;
  border: 0;
  border-radius: 0.5em;
  background-color: transparent;
}

.form-range::-ms-fill-lower {
  background-color: #dfe3e6;
  border-radius: 0.5em;
}

.form-range::-ms-fill-upper {
  margin-right: 0.5625em;
  background-color: #dfe3e6;
  border-radius: 0.5em;
}

.form-range::-webkit-slider-thumb {
  box-sizing: border-box;
  width: 1.125em;
  height: 1.125em;
  background-color: #0055e9;
  border: 0;
  border-radius: 50%;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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;
  margin-top: -0.3125em;
}

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

.form-range::-webkit-slider-thumb:active {
  background-color: #0048c6;
}

.form-range::-moz-range-thumb {
  box-sizing: border-box;
  width: 1.125em;
  height: 1.125em;
  background-color: #0055e9;
  border: 0;
  border-radius: 50%;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #0048c6;
}

.form-range::-ms-thumb {
  box-sizing: border-box;
  width: 1.125em;
  height: 1.125em;
  background-color: #0055e9;
  border: 0;
  border-radius: 50%;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
  margin-top: 0;
  margin-right: 0.1875rem;
  margin-left: 0.1875rem;
}

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

.form-range::-ms-thumb:active {
  background-color: #0048c6;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #9eaab4;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #9eaab4;
}

.form-range:disabled::-ms-thumb {
  background-color: #9eaab4;
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.25em 0.75em;
  font-size: 1.125rem;
  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 (max-width: 75em) {
  .btn {
    font-size: calc(1.025rem + 0.13333vw);
  }
}

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

.btn:focus {
  outline: 0;
}

.btn.disabled,
.btn:disabled {
  pointer-events: none;
  opacity: 0.6;
}

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

.btn {
  color: #212121;
  background-color: #d2d8f5;
  border-color: #212121;
}

.btn:hover {
  color: #fff;
  background-color: #5c63b1;
  border-color: #d2d8f5;
}

.btn:focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 85, 233, 0.35);
}

.btn.disabled,
.btn:disabled {
  color: #5e7182;
  background-color: #fff;
  border-color: #9eaab4;
}

.btn:active,
.btn.active,
.btn.open[data-cfw="dropdown"] {
  color: #fff;
  background-color: #474e9b;
  border-color: #474e9b;
}

.btn-primary {
  color: #212121;
  background-color: #d2d8f5;
  border-color: #212121;
}

.btn-primary:hover {
  color: #fff;
  background-color: #5c63b1;
  border-color: #5c63b1;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 85, 233, 0.35);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #212121;
  background-color: #d2d8f5;
  border-color: #212121;
}

.btn-primary:active,
.btn-primary.active,
.btn-primary.open[data-cfw="dropdown"] {
  color: #fff;
  background-color: #474e9b;
  border-color: #474e9b;
}

.btn-secondary {
  color: #fff;
  background-color: #5e7182;
  border-color: #50606f;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #50606f;
  border-color: #424f5b;
}

.btn-secondary:focus {
  box-shadow: 0 0 0 0.1875rem rgba(94, 113, 130, 0.35);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #5e7182;
  border-color: #50606f;
}

.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.open[data-cfw="dropdown"] {
  color: #fff;
  background-color: #424f5b;
  border-color: #424f5b;
}

.btn-light {
  color: #262d34;
  background-color: #efefef;
  border-color: #cbcbcb;
}

.btn-light:hover {
  color: #262d34;
  background-color: #cbcbcb;
  border-color: #a7a7a7;
}

.btn-light:focus {
  box-shadow: 0 0 0 0.1875rem rgba(239, 239, 239, 0.35);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #262d34;
  background-color: #efefef;
  border-color: #cbcbcb;
}

.btn-light:active,
.btn-light.active,
.btn-light.open[data-cfw="dropdown"] {
  color: #262d34;
  background-color: #a7a7a7;
  border-color: #a7a7a7;
}

.btn-dark {
  color: #fff;
  background-color: #474e9c;
  border-color: #3c4285;
}

.btn-dark:hover {
  color: #fff;
  background-color: #3c4285;
  border-color: #32376d;
}

.btn-dark:focus {
  box-shadow: 0 0 0 0.1875rem rgba(71, 78, 156, 0.35);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #474e9c;
  border-color: #3c4285;
}

.btn-dark:active,
.btn-dark.active,
.btn-dark.open[data-cfw="dropdown"] {
  color: #fff;
  background-color: #32376d;
  border-color: #32376d;
}

.btn-link {
  color: #114aaa;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:hover, .btn-link:focus {
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:hover {
  color: #fff;
}

.btn-link.disabled, .btn-link:disabled {
  color: #114aaa;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:active, .btn-link.active, .btn-link.open[data-cfw="dropdown"] {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.btn-icon {
  padding-right: 0.375em;
  padding-left: 0.375em;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  max-width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 36em) {
  .container, .container-sm {
    max-width: 48rem;
  }
}

@media (min-width: 48em) {
  .container, .container-sm, .container-md {
    max-width: 62rem;
  }
}

@media (min-width: 62em) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 75rem;
  }
}

@media (min-width: 75em) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 77rem;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row > * {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col {
  flex: 1 0;
}

@media (min-width: 36em) {
  .col-sm {
    flex: 1 0;
  }
}

@media (min-width: 48em) {
  .col-md {
    flex: 1 0;
  }
}

@media (min-width: 62em) {
  .col-lg {
    flex: 1 0;
  }
}

@media (min-width: 75em) {
  .col-xl {
    flex: 1 0;
  }
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  width: 8.333333%;
}

.col-2 {
  width: 16.666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333333%;
}

.col-5 {
  width: 41.666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333333%;
}

.col-8 {
  width: 66.666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333333%;
}

.col-11 {
  width: 91.666667%;
}

.col-12 {
  width: 100%;
}

.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: 36em) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    width: 8.333333%;
  }
  .col-sm-2 {
    width: 16.666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333%;
  }
  .col-sm-5 {
    width: 41.666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333%;
  }
  .col-sm-8 {
    width: 66.666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333%;
  }
  .col-sm-11 {
    width: 91.666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .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: 48em) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    width: 8.333333%;
  }
  .col-md-2 {
    width: 16.666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333%;
  }
  .col-md-5 {
    width: 41.666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333%;
  }
  .col-md-8 {
    width: 66.666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333%;
  }
  .col-md-11 {
    width: 91.666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .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: 62em) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    width: 8.333333%;
  }
  .col-lg-2 {
    width: 16.666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333%;
  }
  .col-lg-5 {
    width: 41.666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333%;
  }
  .col-lg-8 {
    width: 66.666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333%;
  }
  .col-lg-11 {
    width: 91.666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .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: 75em) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    width: 8.333333%;
  }
  .col-xl-2 {
    width: 16.666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333333%;
  }
  .col-xl-5 {
    width: 41.666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333333%;
  }
  .col-xl-8 {
    width: 66.666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.333333%;
  }
  .col-xl-11 {
    width: 91.666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .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%;
  }
}

.lazy {
  opacity: 0;
}

.lazy.in {
  opacity: 1;
  transition: opacity 0.3s linear;
}

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

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

.fade.in {
  opacity: 1;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

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

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.3s ease;
}

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

.caret, .caretup, .caretstart, .caretend {
  display: inline-block;
  width: 0.75rem;
  text-align: center;
}

.caret::after, .caretup::after, .caretstart::after, .caretend::after {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
}

.caret::after {
  margin-top: -0.15625rem;
  border-top: 0.3125rem solid;
  border-right: 0.3125rem solid transparent;
  border-bottom: 0;
  border-left: 0.3125rem solid transparent;
}

.open > .caret::after {
  margin-top: -0.15625rem;
  border-top: 0;
  border-right: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid;
  border-left: 0.3125rem solid transparent;
}

.caretup::after {
  margin-top: -0.15625rem;
  border-top: 0;
  border-right: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid;
  border-left: 0.3125rem solid transparent;
}

.open > .caretup::after {
  margin-top: -0.15625rem;
  border-top: 0.3125rem solid;
  border-right: 0.3125rem solid transparent;
  border-bottom: 0;
  border-left: 0.3125rem solid transparent;
}

.caretstart::after {
  margin-top: -0.15625rem;
  border-top: 0.3125rem solid transparent;
  border-right: 0.3125rem solid;
  border-bottom: 0.3125rem solid transparent;
  border-left: 0;
}

.open > .caretstart::after {
  margin-top: -0.15625rem;
  border-top: 0.3125rem solid transparent;
  border-right: 0;
  border-bottom: 0.3125rem solid transparent;
  border-left: 0.3125rem solid;
}

.caretend::after {
  margin-top: -0.15625rem;
  border-top: 0.3125rem solid transparent;
  border-right: 0;
  border-bottom: 0.3125rem solid transparent;
  border-left: 0.3125rem solid;
}

.open > .caretend::after {
  margin-top: -0.15625rem;
  border-top: 0.3125rem solid transparent;
  border-right: 0.3125rem solid;
  border-bottom: 0.3125rem solid transparent;
  border-left: 0;
}

.close {
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1;
  color: inherit;
  text-decoration: none;
  opacity: 0.65;
}

@media (max-width: 75em) {
  .close {
    font-size: calc(1.1375rem + 0.73333vw);
  }
}

.close:hover, .close:focus {
  color: inherit;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.85;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

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

.list {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-bottom: 1rem;
  border-color: #bfc6cd;
  padding-left: 0;
  list-style: none;
}

.list .list {
  padding: 0;
  margin-bottom: 0;
  margin-left: 1.25rem;
}

.list:not(.list-bulleted):not(.list-ordered) .list-item .list-bulleted, .list:not(.list-bulleted):not(.list-ordered) .list-item .list-ordered {
  margin-left: 2.5rem;
}

.list-bulleted {
  margin-left: 1.25rem;
}

.list-bulleted > .list-item {
  list-style: none;
}

.list-bulleted > .list-item::before {
  position: absolute;
  margin-left: -1.25rem;
  content: "• ";
}

.list-ordered {
  margin-left: 1.25rem;
  counter-reset: ordered;
}

.list-ordered > .list-item::before {
  position: absolute;
  margin-left: -1.25rem;
  content: counter(ordered) ". ";
  counter-increment: ordered;
}

.list-divided > .list-item, .list-ruled > .list-item, .list-group > .list-item {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.list-divided > .list-item + .list-item, .list-ruled > .list-item + .list-item, .list-group > .list-item + .list-item {
  border-top-width: 0;
}

.list-divided > .list-item + .list-item.active, .list-ruled > .list-item + .list-item.active, .list-group > .list-item + .list-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-divided > .list-item:first-child {
  border-top: 0;
}

.list-divided > .list-item:last-child {
  border-bottom: 0;
}

.list-group {
  border-radius: 0.25rem;
}

.list-group > .list-item {
  border-right-width: 1px;
  border-left-width: 1px;
}

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

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

.list-spaced > .list-item {
  padding: 0.75rem 1rem;
}

.list-spaced-y > .list-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.list-spaced-x > .list-item {
  padding-right: 1rem;
  padding-left: 1rem;
}

.list-horizontal {
  flex-direction: row;
  padding-left: 0;
}

.list-horizontal > .list-item:not(:last-child) {
  padding-right: 0.5em;
}

.list-horizontal.list-bulleted, .list-horizontal.list-ordered {
  margin-left: 0;
}

.list-horizontal.list-bulleted > .list-item::before, .list-horizontal.list-ordered > .list-item::before {
  position: static;
  margin-left: 0;
}

.list-horizontal.list-bulleted > .list-item:first-child::before {
  content: none;
}

.list-horizontal.list-divided > .list-item, .list-horizontal.list-ruled > .list-item {
  padding-right: 0.5em;
  padding-left: 0.5em;
  margin-top: 0;
  margin-left: -1px;
  border-top-width: 0;
  border-right-width: 1px;
  border-bottom-width: 0;
  border-left-width: 1px;
}

.list-horizontal.list-divided > .list-item + .list-item, .list-horizontal.list-ruled > .list-item + .list-item {
  margin-top: 0;
}

.list-horizontal.list-divided > .list-item + .list-item.active, .list-horizontal.list-ruled > .list-item + .list-item.active {
  margin-left: -1px;
  border-top-width: 0;
  border-left-width: 1px;
}

.list-horizontal.list-divided > .list-item:first-child {
  padding-left: 0;
  border-left: 0;
}

.list-horizontal.list-divided > .list-item:last-child {
  padding-right: 0;
  border-right: 0;
}

.list-horizontal.list-group > .list-item {
  padding-right: 0.5em;
  padding-left: 0.5em;
  margin-top: 0;
  margin-left: -1px;
  border-top-width: 1px;
}

.list-horizontal.list-group > .list-item:first-child {
  margin-left: 0;
  border-top-right-radius: 0;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

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

.list-horizontal.list-group > .list-item + .list-item.active {
  margin-top: 0;
}

.list-horizontal.list-spaced > .list-item {
  padding: 0.75rem 1rem;
}

.list-horizontal.list-spaced-y > .list-item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.list-horizontal.list-spaced-x > .list-item {
  padding-right: 1rem;
  padding-left: 1rem;
}

.list-item-action {
  width: 100%;
  padding: 0;
  color: #424f5b;
  text-align: inherit;
  text-decoration: none;
}

.list-item-action:hover, .list-item-action:focus {
  z-index: 2;
  color: #424f5b;
  text-decoration: none;
  background-color: #eff1f3;
}

.list-item {
  position: relative;
  margin-bottom: 0;
  background-color: transparent;
  border: 0 solid;
  border-color: inherit;
}

.list-item.disabled, .list-item:disabled {
  color: #9eaab4;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
  background-color: transparent;
}

.list-item.active {
  z-index: 1;
  color: #fff;
  background-color: #0055e9;
  border-color: #0048c6;
}

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

.input-group > .form-control,
.input-group > .form-file {
  position: relative;
  flex: 1 1;
  min-width: 0;
  margin-bottom: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .input-group > .form-control,
  .input-group > .form-file {
    flex-basis: auto;
    width: 1%;
  }
}

.input-group > .form-control:focus {
  z-index: 3;
}

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

.input-group .btn:hover, .input-group .btn:focus {
  z-index: 4;
}

.input-group > :not(:last-child):not(.dropdown-menu):not(.input-group-end):not([data-cfw="dropdown"]),
.input-group > .btn-check:not(:last-child):not(.input-group-end) > .btn,
.input-group > [data-cfw="dropdown"]:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not([class*="-tooltip"]),
.input-group > .btn-check:not(:first-child) > .btn {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .btn-check:not(:first-child) > .btn {
  margin-left: 0;
}

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

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

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #9eaab4;
  content: "/";
}

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

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

.breadcrumb-item.active {
  color: #424f5b;
}

.pagination {
  display: flex;
  padding-left: 0;
  margin-bottom: 1rem;
  list-style: none;
}

.page-item {
  display: flex;
}

.page-text,
.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25em;
  padding: 0.25em 0.5em;
  line-height: 1.5;
  border: 0 solid #9eaab4;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  color: #5e7182;
  text-decoration: none;
  background-color: #fff;
}

.page-link:hover, .page-link:focus {
  z-index: 2;
  color: #50606f;
  background-color: #eff1f3;
  border-color: #9eaab4;
}

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

.page-link.disabled {
  color: #9eaab4;
  pointer-events: none;
  background-color: transparent;
}

.pagination-spaced .page-link {
  border-width: 1px;
}

.pagination-spaced .page-item:not(:last-child) {
  margin-right: 0.25em;
}

.dropdown,
.dropdown-submenu {
  position: relative;
}

.dropdown-container {
  position: absolute;
  pointer-events: none;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0 0;
  margin: 0 0;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #212121;
  text-align: left;
  list-style: none;
  pointer-events: auto;
  background-color: #efefef;
  background-clip: padding-box;
  border: 1px solid #bbb;
  border-radius: 0;
}

@media (max-width: 75em) {
  .dropdown-menu {
    font-size: calc(1.025rem + 0.13333vw);
  }
}

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

.dropdown-submenu > .dropdown-menu {
  margin-top: 1px;
}

.dropdown-submenu > a::after,
.dropdown-submenu > .dropdown-item::after {
  position: absolute;
  top: 0.84375rem;
  right: 0.375rem;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  margin-top: -0.15625rem;
  border-top: 0.3125rem solid transparent;
  border-right: 0;
  border-bottom: 0.3125rem solid transparent;
  border-left: 0.3125rem solid  #7e8d9b;
}

.dropdown-submenu > a.active:not(:hover):not(:focus)::after,
.dropdown-submenu > .dropdown-item.active:not(:hover):not(:focus)::after {
  margin-top: -0.15625rem;
  border-top: 0.3125rem solid transparent;
  border-right: 0;
  border-bottom: 0.3125rem solid transparent;
  border-left: 0.3125rem solid  #fff;
}

.dropreverse {
  right: 0;
  left: auto;
}

.dropdown-menu a,
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  margin: 0;
  clear: both;
  font-weight: 400;
  color: #212121;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-menu a:first-child,
.dropdown-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dropdown-menu a:last-child,
.dropdown-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-menu a.active,
.dropdown-item.active {
  color: #474e9b;
  background-color: #d2d8f5;
}

.dropdown-menu a:hover, .dropdown-menu a:focus,
.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: #474e9b;
}

.dropdown-menu a.disabled, .dropdown-menu a:disabled,
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #9eaab4;
  text-decoration: none;
  pointer-events: none;
  background-color: transparent;
  background-image: none;
}

.dropdown-header {
  display: block;
  padding: 0.25rem 1rem;
  margin-bottom: 0;
  font-size: 0.984375rem;
  font-weight: 700;
  line-height: inherit;
  color: #5e7182;
  white-space: nowrap;
}

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

.dropdown-divider {
  height: 0;
  margin: 0.3125rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(38, 45, 52, 0.3);
}

.dropdown-subalign-reverse,
.dropstart {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0;
}

.dropdown-subalign-reverse {
  margin-right: 0;
}

.dropdown-subalign-forward,
.dropend {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}

.dropdown-subalign-forward {
  margin-left: 0;
}

.dropup {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 1px;
}

.dropup.dropstart, .dropup.dropend {
  bottom: 0;
  margin-bottom: 0;
}

.dropdown-menu[x-placement],
.dropdown-submenu > .dropdown-menu[x-placement] {
  right: auto;
  bottom: auto;
  left: auto;
}

.dropdown-back {
  position: relative;
}

.dropdown-back > button::before {
  position: absolute;
  top: 0.84375rem;
  left: 0.375rem;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  margin-top: -0.15625rem;
  border-top: 0.3125rem solid transparent;
  border-right: 0.3125rem solid  #7e8d9b;
  border-bottom: 0.3125rem solid transparent;
  border-left: 0;
}

.dropdown-back-reverse > a::before {
  right: 0.375rem;
  left: auto;
  margin-top: -0.15625rem;
  border-top: 0.3125rem solid transparent;
  border-right: 0;
  border-bottom: 0.3125rem solid transparent;
  border-left: 0.3125rem solid  #7e8d9b;
}

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

.nav-link {
  display: block;
  padding: 0.3125rem 1rem;
  color: #114aaa;
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

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

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

.nav-link.disabled, .nav-link:disabled {
  color: #9eaab4;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
}

.navbar:not([class*="navbar-expand"]) .navbar-nav .dropdown-menu {
  position: static;
  margin: 0;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  margin-right: 1rem;
  font-size: 1.40625rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 75em) {
  .navbar-brand {
    font-size: calc(1.08125rem + 0.43333vw);
  }
}

.navbar-brand > img {
  display: block;
}

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

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  text-decoration: none;
}

.navbar-text {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.navbar-divider {
  align-self: stretch;
  margin: 0.25rem 0.25rem;
  overflow: hidden;
  border-left: 1px solid rgba(0, 0, 0, 0.65);
}

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

.navbar-toggle {
  padding: 0.25em 0.75em;
  font-size: 1.40625rem;
  line-height: 1;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (max-width: 75em) {
  .navbar-toggle {
    font-size: calc(1.08125rem + 0.43333vw);
  }
}

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

.navbar-toggle:focus {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem;
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
  align-items: center;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggle {
  display: none;
}

@media (max-width: 35.98em) {
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: static;
    margin: 0;
  }
  .navbar-expand-sm .navbar-divider {
    margin: 0.25rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.65);
    border-left: 0;
  }
}

@media (min-width: 36em) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
  .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 .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggle {
    display: none;
  }
}

@media (max-width: 47.98em) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: static;
    margin: 0;
  }
  .navbar-expand-md .navbar-divider {
    margin: 0.25rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.65);
    border-left: 0;
  }
}

@media (min-width: 48em) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
  .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 .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggle {
    display: none;
  }
}

@media (max-width: 61.98em) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static;
    margin: 0;
  }
  .navbar-expand-lg .navbar-divider {
    margin: 0.25rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.65);
    border-left: 0;
  }
}

@media (min-width: 62em) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
  .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 .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggle {
    display: none;
  }
}

@media (max-width: 74.98em) {
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: static;
    margin: 0;
  }
  .navbar-expand-xl .navbar-divider {
    margin: 0.25rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.65);
    border-left: 0;
  }
}

@media (min-width: 75em) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
  .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 .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggle {
    display: none;
  }
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.95);
}

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.6);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.85);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
  border-color: transparent;
}

.navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.95);
}

.navbar-light .navbar-toggle {
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.35);
}

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

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.6);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.85);
}

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

.navbar-light .navbar-divider {
  border-color: rgba(0, 0, 0, 0.65);
}

.navbar-dark .navbar-brand {
  color: rgba(255, 255, 255, 0.95);
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: rgba(255, 255, 255, 0.95);
}

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

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

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

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

.navbar-dark .navbar-toggle {
  color: rgba(255, 255, 255, 0.65);
  border-color: rgba(255, 255, 255, 0.35);
}

.navbar-dark .navbar-toggle:hover, .navbar-dark .navbar-toggle:focus {
  color: rgba(255, 255, 255, 0.95);
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.65);
}

.navbar-dark .navbar-text a {
  color: rgba(255, 255, 255, 0.9);
}

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

.navbar-dark .navbar-divider {
  border-color: rgba(255, 255, 255, 0.7);
}

.jumbotron {
  padding: 1.5rem 0.75rem;
  margin-bottom: 3rem;
  background-color: #eff1f3;
  border-radius: 0.3125rem;
}

@media (min-width: 36em) {
  .jumbotron {
    padding: 3rem 1.5rem;
  }
}

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

.media {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.media .media {
  margin-top: 1rem;
}

.media .media:last-child {
  margin-bottom: 0;
}

.media-body {
  flex: 1 1;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-bottom: 1rem;
  word-wrap: break-word;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0.25rem;
}

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

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0.75rem 1rem;
}

.card-header {
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(38, 45, 52, 0.3);
}

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

.card-footer {
  padding: 0.75rem 1rem;
  background-color: rgba(38, 45, 52, 0.0875);
  border-top: 1px solid rgba(38, 45, 52, 0.3);
}

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

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  min-height: 1px;
}

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

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

.card-horizontal,
.card-horizontal-reverse {
  flex-flow: row wrap;
}

.card-horizontal > .card-col,
.card-horizontal-reverse > .card-col {
  display: flex;
  flex-direction: column;
}

.card-horizontal-reverse {
  flex-direction: row-reverse;
}

@media (min-width: 36em) {
  .card-horizontal-sm,
  .card-horizontal-sm-reverse {
    flex-flow: row wrap;
  }
  .card-horizontal-sm > .card-col,
  .card-horizontal-sm-reverse > .card-col {
    display: flex;
    flex-direction: column;
  }
  .card-horizontal-sm-reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 48em) {
  .card-horizontal-md,
  .card-horizontal-md-reverse {
    flex-flow: row wrap;
  }
  .card-horizontal-md > .card-col,
  .card-horizontal-md-reverse > .card-col {
    display: flex;
    flex-direction: column;
  }
  .card-horizontal-md-reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 62em) {
  .card-horizontal-lg,
  .card-horizontal-lg-reverse {
    flex-flow: row wrap;
  }
  .card-horizontal-lg > .card-col,
  .card-horizontal-lg-reverse > .card-col {
    display: flex;
    flex-direction: column;
  }
  .card-horizontal-lg-reverse {
    flex-direction: row-reverse;
  }
}

@media (min-width: 75em) {
  .card-horizontal-xl,
  .card-horizontal-xl-reverse {
    flex-flow: row wrap;
  }
  .card-horizontal-xl > .card-col,
  .card-horizontal-xl-reverse > .card-col {
    display: flex;
    flex-direction: column;
  }
  .card-horizontal-xl-reverse {
    flex-direction: row-reverse;
  }
}

.card-col {
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}

.card-horizontal > .card-col:not(:first-child) .card-header, .card-horizontal > .card-col:not(:first-child) .card-img-top, .card-horizontal-reverse > .card-col:not(:last-child) .card-header, .card-horizontal-reverse > .card-col:not(:last-child) .card-img-top {
  border-top-left-radius: 0;
}

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

.card-horizontal > .card-col:not(:last-child) .card-header, .card-horizontal > .card-col:not(:last-child) .card-img-top, .card-horizontal-reverse > .card-col:not(:first-child) .card-header, .card-horizontal-reverse > .card-col:not(:first-child) .card-img-top {
  border-top-right-radius: 0;
}

.card-horizontal > .card-col:not(:last-child) .card-footer, .card-horizontal > .card-col:not(:last-child) .card-img-bottom, .card-horizontal-reverse > .card-col:not(:first-child) .card-footer, .card-horizontal-reverse > .card-col:not(:first-child) .card-img-bottom {
  border-bottom-right-radius: 0;
}

@media (max-width: 35.98em) {
  .card-horizontal-sm > .card-col:not(:first-child) .card-header,
  .card-horizontal-sm-reverse > .card-col:not(:first-child) .card-header, .card-horizontal-sm > .card-col:not(:first-child) .card-img-top,
  .card-horizontal-sm-reverse > .card-col:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .card-horizontal-sm > .card-col:not(:last-child) .card-footer,
  .card-horizontal-sm-reverse > .card-col:not(:last-child) .card-footer, .card-horizontal-sm > .card-col:not(:last-child) .card-img-bottom,
  .card-horizontal-sm-reverse > .card-col:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 36em) {
  .card-horizontal-sm > .card-col:not(:first-child) .card-header, .card-horizontal-sm > .card-col:not(:first-child) .card-img-top, .card-horizontal-sm-reverse > .card-col:not(:last-child) .card-header, .card-horizontal-sm-reverse > .card-col:not(:last-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-horizontal-sm > .card-col:not(:first-child) .card-footer, .card-horizontal-sm > .card-col:not(:first-child) .card-img-bottom,
  .card-horizontal-sm-reverse > .card-col:not(:last-child) .card-footer,
  .card-horizontal-sm-reverse > .card-col:not(:last-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-horizontal-sm > .card-col:not(:last-child) .card-header, .card-horizontal-sm > .card-col:not(:last-child) .card-img-top,
  .card-horizontal-sm-reverse > .card-col:not(:first-child) .card-header,
  .card-horizontal-sm-reverse > .card-col:not(:first-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-horizontal-sm > .card-col:not(:last-child) .card-footer, .card-horizontal-sm > .card-col:not(:last-child) .card-img-bottom, .card-horizontal-sm-reverse > .card-col:not(:first-child) .card-footer, .card-horizontal-sm-reverse > .card-col:not(:first-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
}

@media (max-width: 47.98em) {
  .card-horizontal-md > .card-col:not(:first-child) .card-header,
  .card-horizontal-md-reverse > .card-col:not(:first-child) .card-header, .card-horizontal-md > .card-col:not(:first-child) .card-img-top,
  .card-horizontal-md-reverse > .card-col:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .card-horizontal-md > .card-col:not(:last-child) .card-footer,
  .card-horizontal-md-reverse > .card-col:not(:last-child) .card-footer, .card-horizontal-md > .card-col:not(:last-child) .card-img-bottom,
  .card-horizontal-md-reverse > .card-col:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 48em) {
  .card-horizontal-md > .card-col:not(:first-child) .card-header, .card-horizontal-md > .card-col:not(:first-child) .card-img-top, .card-horizontal-md-reverse > .card-col:not(:last-child) .card-header, .card-horizontal-md-reverse > .card-col:not(:last-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-horizontal-md > .card-col:not(:first-child) .card-footer, .card-horizontal-md > .card-col:not(:first-child) .card-img-bottom,
  .card-horizontal-md-reverse > .card-col:not(:last-child) .card-footer,
  .card-horizontal-md-reverse > .card-col:not(:last-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-horizontal-md > .card-col:not(:last-child) .card-header, .card-horizontal-md > .card-col:not(:last-child) .card-img-top,
  .card-horizontal-md-reverse > .card-col:not(:first-child) .card-header,
  .card-horizontal-md-reverse > .card-col:not(:first-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-horizontal-md > .card-col:not(:last-child) .card-footer, .card-horizontal-md > .card-col:not(:last-child) .card-img-bottom, .card-horizontal-md-reverse > .card-col:not(:first-child) .card-footer, .card-horizontal-md-reverse > .card-col:not(:first-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
}

@media (max-width: 61.98em) {
  .card-horizontal-lg > .card-col:not(:first-child) .card-header,
  .card-horizontal-lg-reverse > .card-col:not(:first-child) .card-header, .card-horizontal-lg > .card-col:not(:first-child) .card-img-top,
  .card-horizontal-lg-reverse > .card-col:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .card-horizontal-lg > .card-col:not(:last-child) .card-footer,
  .card-horizontal-lg-reverse > .card-col:not(:last-child) .card-footer, .card-horizontal-lg > .card-col:not(:last-child) .card-img-bottom,
  .card-horizontal-lg-reverse > .card-col:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 62em) {
  .card-horizontal-lg > .card-col:not(:first-child) .card-header, .card-horizontal-lg > .card-col:not(:first-child) .card-img-top, .card-horizontal-lg-reverse > .card-col:not(:last-child) .card-header, .card-horizontal-lg-reverse > .card-col:not(:last-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-horizontal-lg > .card-col:not(:first-child) .card-footer, .card-horizontal-lg > .card-col:not(:first-child) .card-img-bottom,
  .card-horizontal-lg-reverse > .card-col:not(:last-child) .card-footer,
  .card-horizontal-lg-reverse > .card-col:not(:last-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-horizontal-lg > .card-col:not(:last-child) .card-header, .card-horizontal-lg > .card-col:not(:last-child) .card-img-top,
  .card-horizontal-lg-reverse > .card-col:not(:first-child) .card-header,
  .card-horizontal-lg-reverse > .card-col:not(:first-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-horizontal-lg > .card-col:not(:last-child) .card-footer, .card-horizontal-lg > .card-col:not(:last-child) .card-img-bottom, .card-horizontal-lg-reverse > .card-col:not(:first-child) .card-footer, .card-horizontal-lg-reverse > .card-col:not(:first-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
}

@media (max-width: 74.98em) {
  .card-horizontal-xl > .card-col:not(:first-child) .card-header,
  .card-horizontal-xl-reverse > .card-col:not(:first-child) .card-header, .card-horizontal-xl > .card-col:not(:first-child) .card-img-top,
  .card-horizontal-xl-reverse > .card-col:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .card-horizontal-xl > .card-col:not(:last-child) .card-footer,
  .card-horizontal-xl-reverse > .card-col:not(:last-child) .card-footer, .card-horizontal-xl > .card-col:not(:last-child) .card-img-bottom,
  .card-horizontal-xl-reverse > .card-col:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 75em) {
  .card-horizontal-xl > .card-col:not(:first-child) .card-header, .card-horizontal-xl > .card-col:not(:first-child) .card-img-top, .card-horizontal-xl-reverse > .card-col:not(:last-child) .card-header, .card-horizontal-xl-reverse > .card-col:not(:last-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-horizontal-xl > .card-col:not(:first-child) .card-footer, .card-horizontal-xl > .card-col:not(:first-child) .card-img-bottom,
  .card-horizontal-xl-reverse > .card-col:not(:last-child) .card-footer,
  .card-horizontal-xl-reverse > .card-col:not(:last-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-horizontal-xl > .card-col:not(:last-child) .card-header, .card-horizontal-xl > .card-col:not(:last-child) .card-img-top,
  .card-horizontal-xl-reverse > .card-col:not(:first-child) .card-header,
  .card-horizontal-xl-reverse > .card-col:not(:first-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-horizontal-xl > .card-col:not(:last-child) .card-footer, .card-horizontal-xl > .card-col:not(:last-child) .card-img-bottom, .card-horizontal-xl-reverse > .card-col:not(:first-child) .card-footer, .card-horizontal-xl-reverse > .card-col:not(:first-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
}

.card-deck, .card-deck-sm, .card-deck-md, .card-deck-lg, .card-deck-xl {
  display: flex;
  flex-direction: column;
  margin-right: -1rem;
  margin-left: -1rem;
}

.card-deck > .card, .card-deck-sm > .card, .card-deck-md > .card, .card-deck-lg > .card, .card-deck-xl > .card {
  margin-right: 1rem;
  margin-left: 1rem;
}

.card-deck {
  flex-flow: row wrap;
  margin-bottom: 1rem;
}

.card-deck > .card {
  flex: 1 0;
  margin-bottom: 0;
}

@media (min-width: 36em) {
  .card-deck-sm {
    flex-flow: row wrap;
    margin-bottom: 1rem;
  }
  .card-deck-sm > .card {
    flex: 1 0;
    margin-bottom: 0;
  }
}

@media (min-width: 48em) {
  .card-deck-md {
    flex-flow: row wrap;
    margin-bottom: 1rem;
  }
  .card-deck-md > .card {
    flex: 1 0;
    margin-bottom: 0;
  }
}

@media (min-width: 62em) {
  .card-deck-lg {
    flex-flow: row wrap;
    margin-bottom: 1rem;
  }
  .card-deck-lg > .card {
    flex: 1 0;
    margin-bottom: 0;
  }
}

@media (min-width: 75em) {
  .card-deck-xl {
    flex-flow: row wrap;
    margin-bottom: 1rem;
  }
  .card-deck-xl > .card {
    flex: 1 0;
    margin-bottom: 0;
  }
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  direction: ltr /*rtl:ignore*/;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform 0.15s linear;
  transform: translate(0, -3rem);
}

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

.modal-dialog {
  position: relative;
  display: flex;
  width: auto;
  margin: 0.625rem;
  direction: ltr;
  pointer-events: none;
}

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

.modal.modal-blocked .modal-content {
  transition: transform 0.15s linear;
  transform: scale(1.01);
}

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(38, 45, 52, 0.4);
  border-radius: 0.375rem;
  outline: 0;
}

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

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(38, 45, 52, 0.2);
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}

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

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem 1rem;
  border-top: 1px solid rgba(38, 45, 52, 0.2);
  border-bottom-right-radius: calc(0.375rem - 1px);
  border-bottom-left-radius: calc(0.375rem - 1px);
}

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

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

@media (min-width: 36em) {
  .modal-dialog {
    max-width: 33rem;
    margin: 1.875rem auto;
  }
  .modal-sm {
    max-width: 19rem;
  }
}

@media (min-width: 62em) {
  .modal-lg {
    max-width: 56rem;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  max-height: 100vh;
  margin: 0;
  overflow-y: auto;
}

.modal.fade .modal-fullscreen {
  transform: none;
}

@supports (-ms-ime-align: auto) {
  .modal-fullscreen .modal-content {
    height: 100%;
  }
}

.modal-fullscreen .modal-content {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  min-height: 100vh;
  border: 0;
  border-radius: 0;
}

@media (max-width: 35.98em) {
  .modal-fullscreen-xs-down {
    width: 100vw;
    max-width: none;
    max-height: 100vh;
    margin: 0;
    overflow-y: auto;
  }
  .modal.fade .modal-fullscreen-xs-down {
    transform: none;
  }
  @supports (-ms-ime-align: auto) {
    .modal-fullscreen-xs-down .modal-content {
      height: 100%;
    }
  }
  .modal-fullscreen-xs-down .modal-content {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    min-height: 100vh;
    border: 0;
    border-radius: 0;
  }
}

@media (max-width: 47.98em) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    max-height: 100vh;
    margin: 0;
    overflow-y: auto;
  }
  .modal.fade .modal-fullscreen-sm-down {
    transform: none;
  }
  @supports (-ms-ime-align: auto) {
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
    }
  }
  .modal-fullscreen-sm-down .modal-content {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    min-height: 100vh;
    border: 0;
    border-radius: 0;
  }
}

@media (max-width: 61.98em) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    max-height: 100vh;
    margin: 0;
    overflow-y: auto;
  }
  .modal.fade .modal-fullscreen-md-down {
    transform: none;
  }
  @supports (-ms-ime-align: auto) {
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
    }
  }
  .modal-fullscreen-md-down .modal-content {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    min-height: 100vh;
    border: 0;
    border-radius: 0;
  }
}

@media (max-width: 74.98em) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    max-height: 100vh;
    margin: 0;
    overflow-y: auto;
  }
  .modal.fade .modal-fullscreen-lg-down {
    transform: none;
  }
  @supports (-ms-ime-align: auto) {
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
    }
  }
  .modal-fullscreen-lg-down .modal-content {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    min-height: 100vh;
    border: 0;
    border-radius: 0;
  }
}

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

.embed-fluid {
  position: relative;
  width: 100%;
}

.embed-fluid::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

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

.embed-fluid-21x9::before {
  padding-top: 42.857143%;
}

.embed-fluid-16x9::before {
  padding-top: 56.25%;
}

.embed-fluid-4x3::before {
  padding-top: 75%;
}

.embed-fluid-1x1::before {
  padding-top: 100%;
}

@media (min-width: 48em) {
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 1;
  }
  .order-md-unordered {
    order: 0;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-start {
    justify-content: flex-start !important;
  }
  .flex-md-center {
    justify-content: center !important;
  }
  .flex-md-end {
    justify-content: flex-end !important;
  }
  .flex-md-around {
    justify-content: space-around !important;
  }
  .flex-md-between {
    justify-content: space-between !important;
  }
  .flex-md-evenly {
    justify-content: space-evenly !important;
  }
  .flex-md-items-start {
    align-items: flex-start !important;
  }
  .flex-md-items-center {
    align-items: center !important;
  }
  .flex-md-items-end {
    align-items: flex-end !important;
  }
  .flex-md-items-baseline {
    align-items: baseline !important;
  }
  .flex-md-items-stretch {
    align-items: stretch !important;
  }
  .flex-md-content-start {
    align-content: flex-start !important;
  }
  .flex-md-content-end {
    align-content: flex-end !important;
  }
  .flex-md-content-center {
    align-content: center !important;
  }
  .flex-md-content-between {
    align-content: space-between !important;
  }
  .flex-md-content-around {
    align-content: space-around !important;
  }
  .flex-md-content-stretch {
    align-content: stretch !important;
  }
  .flex-md-self-start {
    align-self: flex-start !important;
  }
  .flex-md-self-center {
    align-self: center !important;
  }
  .flex-md-self-end {
    align-self: flex-end !important;
  }
  .flex-md-self-baseline {
    align-self: baseline !important;
  }
  .flex-md-self-stretch {
    align-self: stretch !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow {
    flex: 1 0 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink {
    flex: 0 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-none {
    flex: none !important;
  }
}

.sr-only, .sr-only-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 35.98em) {
  .sr-only-xs-down, .sr-only-xs-down-focusable:not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

@media (min-width: 36em) {
  .sr-only-sm, .sr-only-sm-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

@media (max-width: 47.98em) {
  .sr-only-sm-down, .sr-only-sm-down-focusable:not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

@media (min-width: 48em) {
  .sr-only-md, .sr-only-md-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

@media (max-width: 61.98em) {
  .sr-only-md-down, .sr-only-md-down-focusable:not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

@media (min-width: 62em) {
  .sr-only-lg, .sr-only-lg-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

@media (max-width: 74.98em) {
  .sr-only-lg-down, .sr-only-lg-down-focusable:not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

@media (min-width: 75em) {
  .sr-only-xl, .sr-only-xl-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.me-0_25,
.mx-0_25 {
  margin-right: 0.25rem !important;
}

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

.ms-0_25,
.mx-0_25 {
  margin-left: 0.25rem !important;
}

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

.me-0_5,
.mx-0_5 {
  margin-right: 0.5rem !important;
}

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

.ms-0_5,
.mx-0_5 {
  margin-left: 0.5rem !important;
}

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

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

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

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

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

.me-1_5,
.mx-1_5 {
  margin-right: 1.5rem !important;
}

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

.ms-1_5,
.mx-1_5 {
  margin-left: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0_25,
.px-0_25 {
  padding-right: 0.25rem !important;
}

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

.ps-0_25,
.px-0_25 {
  padding-left: 0.25rem !important;
}

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

.pe-0_5,
.px-0_5 {
  padding-right: 0.5rem !important;
}

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

.ps-0_5,
.px-0_5 {
  padding-left: 0.5rem !important;
}

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

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

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

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

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

.pe-1_5,
.px-1_5 {
  padding-right: 1.5rem !important;
}

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

.ps-1_5,
.px-1_5 {
  padding-left: 1.5rem !important;
}

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

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

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

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

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

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

.me-auto,
.mx-auto {
  margin-right: auto !important;
}

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

.ms-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 36em) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-0_25 {
    margin: 0.25rem !important;
  }
  .m-sm-0_5 {
    margin: 0.5rem !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .m-sm-1_5 {
    margin: 1.5rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .me-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ms-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .mt-sm-0_25,
  .my-sm-0_25 {
    margin-top: 0.25rem !important;
  }
  .me-sm-0_25,
  .mx-sm-0_25 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-0_25,
  .my-sm-0_25 {
    margin-bottom: 0.25rem !important;
  }
  .ms-sm-0_25,
  .mx-sm-0_25 {
    margin-left: 0.25rem !important;
  }
  .mt-sm-0_5,
  .my-sm-0_5 {
    margin-top: 0.5rem !important;
  }
  .me-sm-0_5,
  .mx-sm-0_5 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-0_5,
  .my-sm-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .ms-sm-0_5,
  .mx-sm-0_5 {
    margin-left: 0.5rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1rem !important;
  }
  .me-sm-1,
  .mx-sm-1 {
    margin-right: 1rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1rem !important;
  }
  .ms-sm-1,
  .mx-sm-1 {
    margin-left: 1rem !important;
  }
  .mt-sm-1_5,
  .my-sm-1_5 {
    margin-top: 1.5rem !important;
  }
  .me-sm-1_5,
  .mx-sm-1_5 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-1_5,
  .my-sm-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .ms-sm-1_5,
  .mx-sm-1_5 {
    margin-left: 1.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 2rem !important;
  }
  .me-sm-2,
  .mx-sm-2 {
    margin-right: 2rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 2rem !important;
  }
  .ms-sm-2,
  .mx-sm-2 {
    margin-left: 2rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-0_25 {
    padding: 0.25rem !important;
  }
  .p-sm-0_5 {
    padding: 0.5rem !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .p-sm-1_5 {
    padding: 1.5rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pe-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .ps-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .pt-sm-0_25,
  .py-sm-0_25 {
    padding-top: 0.25rem !important;
  }
  .pe-sm-0_25,
  .px-sm-0_25 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-0_25,
  .py-sm-0_25 {
    padding-bottom: 0.25rem !important;
  }
  .ps-sm-0_25,
  .px-sm-0_25 {
    padding-left: 0.25rem !important;
  }
  .pt-sm-0_5,
  .py-sm-0_5 {
    padding-top: 0.5rem !important;
  }
  .pe-sm-0_5,
  .px-sm-0_5 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-0_5,
  .py-sm-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .ps-sm-0_5,
  .px-sm-0_5 {
    padding-left: 0.5rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1rem !important;
  }
  .pe-sm-1,
  .px-sm-1 {
    padding-right: 1rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1rem !important;
  }
  .ps-sm-1,
  .px-sm-1 {
    padding-left: 1rem !important;
  }
  .pt-sm-1_5,
  .py-sm-1_5 {
    padding-top: 1.5rem !important;
  }
  .pe-sm-1_5,
  .px-sm-1_5 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-1_5,
  .py-sm-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .ps-sm-1_5,
  .px-sm-1_5 {
    padding-left: 1.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 2rem !important;
  }
  .pe-sm-2,
  .px-sm-2 {
    padding-right: 2rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 2rem !important;
  }
  .ps-sm-2,
  .px-sm-2 {
    padding-left: 2rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 48em) {
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-0_25 {
    margin: 0.25rem !important;
  }
  .m-md-0_5 {
    margin: 0.5rem !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .m-md-1_5 {
    margin: 1.5rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .me-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ms-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .mt-md-0_25,
  .my-md-0_25 {
    margin-top: 0.25rem !important;
  }
  .me-md-0_25,
  .mx-md-0_25 {
    margin-right: 0.25rem !important;
  }
  .mb-md-0_25,
  .my-md-0_25 {
    margin-bottom: 0.25rem !important;
  }
  .ms-md-0_25,
  .mx-md-0_25 {
    margin-left: 0.25rem !important;
  }
  .mt-md-0_5,
  .my-md-0_5 {
    margin-top: 0.5rem !important;
  }
  .me-md-0_5,
  .mx-md-0_5 {
    margin-right: 0.5rem !important;
  }
  .mb-md-0_5,
  .my-md-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .ms-md-0_5,
  .mx-md-0_5 {
    margin-left: 0.5rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1rem !important;
  }
  .me-md-1,
  .mx-md-1 {
    margin-right: 1rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1rem !important;
  }
  .ms-md-1,
  .mx-md-1 {
    margin-left: 1rem !important;
  }
  .mt-md-1_5,
  .my-md-1_5 {
    margin-top: 1.5rem !important;
  }
  .me-md-1_5,
  .mx-md-1_5 {
    margin-right: 1.5rem !important;
  }
  .mb-md-1_5,
  .my-md-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .ms-md-1_5,
  .mx-md-1_5 {
    margin-left: 1.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 2rem !important;
  }
  .me-md-2,
  .mx-md-2 {
    margin-right: 2rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2rem !important;
  }
  .ms-md-2,
  .mx-md-2 {
    margin-left: 2rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-0_25 {
    padding: 0.25rem !important;
  }
  .p-md-0_5 {
    padding: 0.5rem !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .p-md-1_5 {
    padding: 1.5rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pe-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .ps-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .pt-md-0_25,
  .py-md-0_25 {
    padding-top: 0.25rem !important;
  }
  .pe-md-0_25,
  .px-md-0_25 {
    padding-right: 0.25rem !important;
  }
  .pb-md-0_25,
  .py-md-0_25 {
    padding-bottom: 0.25rem !important;
  }
  .ps-md-0_25,
  .px-md-0_25 {
    padding-left: 0.25rem !important;
  }
  .pt-md-0_5,
  .py-md-0_5 {
    padding-top: 0.5rem !important;
  }
  .pe-md-0_5,
  .px-md-0_5 {
    padding-right: 0.5rem !important;
  }
  .pb-md-0_5,
  .py-md-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .ps-md-0_5,
  .px-md-0_5 {
    padding-left: 0.5rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1rem !important;
  }
  .pe-md-1,
  .px-md-1 {
    padding-right: 1rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1rem !important;
  }
  .ps-md-1,
  .px-md-1 {
    padding-left: 1rem !important;
  }
  .pt-md-1_5,
  .py-md-1_5 {
    padding-top: 1.5rem !important;
  }
  .pe-md-1_5,
  .px-md-1_5 {
    padding-right: 1.5rem !important;
  }
  .pb-md-1_5,
  .py-md-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .ps-md-1_5,
  .px-md-1_5 {
    padding-left: 1.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 2rem !important;
  }
  .pe-md-2,
  .px-md-2 {
    padding-right: 2rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2rem !important;
  }
  .ps-md-2,
  .px-md-2 {
    padding-left: 2rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .me-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 62em) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-0_25 {
    margin: 0.25rem !important;
  }
  .m-lg-0_5 {
    margin: 0.5rem !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .m-lg-1_5 {
    margin: 1.5rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .me-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ms-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .mt-lg-0_25,
  .my-lg-0_25 {
    margin-top: 0.25rem !important;
  }
  .me-lg-0_25,
  .mx-lg-0_25 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-0_25,
  .my-lg-0_25 {
    margin-bottom: 0.25rem !important;
  }
  .ms-lg-0_25,
  .mx-lg-0_25 {
    margin-left: 0.25rem !important;
  }
  .mt-lg-0_5,
  .my-lg-0_5 {
    margin-top: 0.5rem !important;
  }
  .me-lg-0_5,
  .mx-lg-0_5 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-0_5,
  .my-lg-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .ms-lg-0_5,
  .mx-lg-0_5 {
    margin-left: 0.5rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1rem !important;
  }
  .me-lg-1,
  .mx-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .ms-lg-1,
  .mx-lg-1 {
    margin-left: 1rem !important;
  }
  .mt-lg-1_5,
  .my-lg-1_5 {
    margin-top: 1.5rem !important;
  }
  .me-lg-1_5,
  .mx-lg-1_5 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-1_5,
  .my-lg-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .ms-lg-1_5,
  .mx-lg-1_5 {
    margin-left: 1.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2rem !important;
  }
  .me-lg-2,
  .mx-lg-2 {
    margin-right: 2rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2rem !important;
  }
  .ms-lg-2,
  .mx-lg-2 {
    margin-left: 2rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-0_25 {
    padding: 0.25rem !important;
  }
  .p-lg-0_5 {
    padding: 0.5rem !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .p-lg-1_5 {
    padding: 1.5rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pe-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .ps-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .pt-lg-0_25,
  .py-lg-0_25 {
    padding-top: 0.25rem !important;
  }
  .pe-lg-0_25,
  .px-lg-0_25 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-0_25,
  .py-lg-0_25 {
    padding-bottom: 0.25rem !important;
  }
  .ps-lg-0_25,
  .px-lg-0_25 {
    padding-left: 0.25rem !important;
  }
  .pt-lg-0_5,
  .py-lg-0_5 {
    padding-top: 0.5rem !important;
  }
  .pe-lg-0_5,
  .px-lg-0_5 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-0_5,
  .py-lg-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .ps-lg-0_5,
  .px-lg-0_5 {
    padding-left: 0.5rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1rem !important;
  }
  .pe-lg-1,
  .px-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .ps-lg-1,
  .px-lg-1 {
    padding-left: 1rem !important;
  }
  .pt-lg-1_5,
  .py-lg-1_5 {
    padding-top: 1.5rem !important;
  }
  .pe-lg-1_5,
  .px-lg-1_5 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-1_5,
  .py-lg-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .ps-lg-1_5,
  .px-lg-1_5 {
    padding-left: 1.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2rem !important;
  }
  .pe-lg-2,
  .px-lg-2 {
    padding-right: 2rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2rem !important;
  }
  .ps-lg-2,
  .px-lg-2 {
    padding-left: 2rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 75em) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-0_25 {
    margin: 0.25rem !important;
  }
  .m-xl-0_5 {
    margin: 0.5rem !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .m-xl-1_5 {
    margin: 1.5rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .me-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ms-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .mt-xl-0_25,
  .my-xl-0_25 {
    margin-top: 0.25rem !important;
  }
  .me-xl-0_25,
  .mx-xl-0_25 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-0_25,
  .my-xl-0_25 {
    margin-bottom: 0.25rem !important;
  }
  .ms-xl-0_25,
  .mx-xl-0_25 {
    margin-left: 0.25rem !important;
  }
  .mt-xl-0_5,
  .my-xl-0_5 {
    margin-top: 0.5rem !important;
  }
  .me-xl-0_5,
  .mx-xl-0_5 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-0_5,
  .my-xl-0_5 {
    margin-bottom: 0.5rem !important;
  }
  .ms-xl-0_5,
  .mx-xl-0_5 {
    margin-left: 0.5rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1rem !important;
  }
  .me-xl-1,
  .mx-xl-1 {
    margin-right: 1rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1rem !important;
  }
  .ms-xl-1,
  .mx-xl-1 {
    margin-left: 1rem !important;
  }
  .mt-xl-1_5,
  .my-xl-1_5 {
    margin-top: 1.5rem !important;
  }
  .me-xl-1_5,
  .mx-xl-1_5 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-1_5,
  .my-xl-1_5 {
    margin-bottom: 1.5rem !important;
  }
  .ms-xl-1_5,
  .mx-xl-1_5 {
    margin-left: 1.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 2rem !important;
  }
  .me-xl-2,
  .mx-xl-2 {
    margin-right: 2rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 2rem !important;
  }
  .ms-xl-2,
  .mx-xl-2 {
    margin-left: 2rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-0_25 {
    padding: 0.25rem !important;
  }
  .p-xl-0_5 {
    padding: 0.5rem !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .p-xl-1_5 {
    padding: 1.5rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pe-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .ps-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .pt-xl-0_25,
  .py-xl-0_25 {
    padding-top: 0.25rem !important;
  }
  .pe-xl-0_25,
  .px-xl-0_25 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-0_25,
  .py-xl-0_25 {
    padding-bottom: 0.25rem !important;
  }
  .ps-xl-0_25,
  .px-xl-0_25 {
    padding-left: 0.25rem !important;
  }
  .pt-xl-0_5,
  .py-xl-0_5 {
    padding-top: 0.5rem !important;
  }
  .pe-xl-0_5,
  .px-xl-0_5 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-0_5,
  .py-xl-0_5 {
    padding-bottom: 0.5rem !important;
  }
  .ps-xl-0_5,
  .px-xl-0_5 {
    padding-left: 0.5rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1rem !important;
  }
  .pe-xl-1,
  .px-xl-1 {
    padding-right: 1rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1rem !important;
  }
  .ps-xl-1,
  .px-xl-1 {
    padding-left: 1rem !important;
  }
  .pt-xl-1_5,
  .py-xl-1_5 {
    padding-top: 1.5rem !important;
  }
  .pe-xl-1_5,
  .px-xl-1_5 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-1_5,
  .py-xl-1_5 {
    padding-bottom: 1.5rem !important;
  }
  .ps-xl-1_5,
  .px-xl-1_5 {
    padding-left: 1.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 2rem !important;
  }
  .pe-xl-2,
  .px-xl-2 {
    padding-right: 2rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 2rem !important;
  }
  .ps-xl-2,
  .px-xl-2 {
    padding-left: 2rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

@media (min-width: 36em) {
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 48em) {
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 62em) {
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 75em) {
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

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

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

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

.text-black {
  color: #000 !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p, h2, .h2, h3, .h3 {
    orphans: 3;
    widows: 3;
  }
  h2, .h2, h3, .h3 {
    page-break-after: avoid;
  }
  .badge {
    border: 1px solid #000;
  }
}

.skipnav {
  position: absolute;
  top: -10rem;
  left: 50%;
  z-index: 1200;
  display: inline-block;
  max-width: 100%;
  padding: 0 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  transform: translateX(-50%);
}

@media (max-width: 75em) {
  .skipnav {
    font-size: calc(1.025rem + 0.13333vw);
  }
}

.skipnav:focus {
  top: 0.25rem;
  color: #000;
  background-color: #eff1f3;
  border: 2px solid #424f5b;
}

.header-cast {
  color: #fff;
  background-color: #301c5c;
  border-bottom: 3px solid #fff;
}

.header-cast .navbar {
  padding: 0.375rem 0;
}

.header-cast-logo {
  display: inline-block;
  width: 3.625rem;
  height: 1.125rem;
  padding: 0;
}

.header-cast-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 48em) {
  .header-cast-logo {
    width: 4.8125rem;
    height: 1.5rem;
  }
}

.header-cast-logo:focus {
  outline: #eee solid 1px;
}

.header-cast-title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.header-cast-tagline {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.footer-cast {
  padding: 1rem 0;
  clear: both;
  color: #fff;
  background-color: #301c5c;
  border-top: 0 solid #fff;
}

.footer-cast a:not(.btn) {
  color: #b5cc52;
  text-decoration: underline;
  text-underline-position: auto;
}

.footer-cast a:not(.btn):hover, .footer-cast a:not(.btn):focus {
  color: #fff;
  text-decoration: underline;
}

.footer-cast-brand {
  margin-bottom: 0.5rem;
}

.footer-cast-row {
  margin: 0 0 1rem;
  border-top: 1px solid #1c1035;
  border-bottom: 1px solid #1c1035;
}

.footer-cast-row + .footer-row {
  margin-top: -1rem;
  border-top: 0;
}

.footer-cast-row .list-unstyled {
  margin-bottom: 0.25rem;
}

.footer-cast-row .list-unstyled li {
  margin-bottom: 0.75rem;
  line-height: 1.25;
}

.footer-cast-row .list-unstyled li:last-child {
  margin-bottom: 0;
}

.footer-cast-row .list-unstyled .media-object {
  margin-right: 0.75rem;
}

.footer-cast-row > .col {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-right: 1px solid #1c1035;
}

.footer-cast-row > .col:first-child {
  padding-left: 0;
}

.footer-cast-row > .col:last-child {
  padding-right: 0;
  border-right: 0;
}

@media (max-width: 47.98em) {
  .footer-cast-row > .col {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }
}

@media (min-width: 48em) {
  .footer-cast-row .col {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 48em) and (max-width: 61.98em) {
  .footer-cast-row > .col {
    flex-basis: 50%;
    max-width: 50%;
  }
  .footer-cast-row > .col + .col:nth-child(odd) {
    padding-left: 0;
  }
  .footer-cast-row > .col + .col:nth-child(even) {
    padding-right: 0;
    border-right: 0;
  }
}

.footer-cast-header {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  font-weight: 700;
}

@media (max-width: 75em) {
  .footer-cast-header {
    font-size: calc(1.025rem + 0.13333vw);
  }
}

.footer-cast-media {
  color: #f1f1f1;
}

.footer-cast-media .media-object {
  width: 6rem;
  max-width: 6rem;
  margin-right: 1rem;
}

.footer-cast-media .media-body {
  font-size: 0.984375rem;
}

.footer-cast-media .media-body p:last-child {
  margin-bottom: 0;
}

.footer-cast-media a:focus {
  outline: #eee solid 1px;
}

.footer-cast-copy {
  align-items: baseline;
  justify-content: space-between;
  font-size: 0.984375rem;
}

@media (max-width: 61.98em) {
  .footer-cast-copy > .col {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media (min-width: 62em) {
  .footer-cast-copy > .col:last-child {
    flex: 0 0 auto;
    width: auto;
    text-align: right;
  }
}

.footer-cast-copy .list-horizontal {
  align-items: baseline;
}

.footer-cast-copy .list-horizontal .list-item:not(:last-child) {
  margin-right: 1em;
}

@media (max-width: 35.98em) {
  .footer-cast-copy .list-horizontal {
    flex-direction: column;
    margin-bottom: 0;
  }
  .footer-cast-copy .list-horizontal .list-item {
    margin-right: 0;
    margin-bottom: .75rem;
  }
}

.footer-cast-social {
  font-size: 1.6875rem;
  color: #84d4e5;
}

@media (max-width: 75em) {
  .footer-cast-social {
    font-size: calc(1.1375rem + 0.73333vw);
  }
}

.footer-cast-social:hover, .footer-cast-social:focus {
  color: #fff;
}

.footer-cast-btn-donate {
  color: #212121;
  background-color: #b5cc52;
  border-color: #b5cc52;
}

.footer-cast-btn-donate:hover {
  color: #212121;
  background-color: #c4d675;
  border-color: #c4d675;
}

.footer-cast-btn-donate:focus {
  box-shadow: 0 0 0 0.1875rem rgba(255, 255, 255, 0.35);
}

.footer-cast-btn-donate.disabled,
.footer-cast-btn-donate:disabled {
  color: #212121;
  background-color: #b5cc52;
  border-color: #b5cc52;
}

.footer-cast-btn-donate:active,
.footer-cast-btn-donate.active,
.footer-cast-btn-donate.open[data-cfw="dropdown"] {
  color: #212121;
  background-color: #cbdb86;
  border-color: #cbdb86;
}

.footer-cast-btn-donate:focus {
  box-shadow: 0 0 0 0.1875rem #eee;
}

.footer-cast-logo {
  display: inline-block;
  width: 18rem;
  height: 1.75rem;
}

.footer-cast-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 62em) {
  .footer-cast-logo {
    width: 22.75rem;
    height: 1.875rem;
  }
}

.footer-cast-logo:focus {
  outline: #eee solid 1px;
}

.footer-cast-title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.footer-cast-tagline {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

h1 a, .h1 a,
.h1 a,
h2 a,
.h2 a,
.h2 a,
h3 a,
.h3 a,
.h3 a,
h4 a,
.h4 a,
.h4 a,
h5 a,
.h5 a,
.h5 a,
h6 a,
.h6 a,
.h6 a,
.link-chevron {
  position: relative;
  text-decoration: none;
  text-underline-position: auto;
}

h1 a:hover, .h1 a:hover, h1 a:focus, .h1 a:focus,
.h1 a:hover,
.h1 a:focus,
h2 a:hover,
.h2 a:hover,
h2 a:focus,
.h2 a:focus,
.h2 a:hover,
.h2 a:focus,
h3 a:hover,
.h3 a:hover,
h3 a:focus,
.h3 a:focus,
.h3 a:hover,
.h3 a:focus,
h4 a:hover,
.h4 a:hover,
h4 a:focus,
.h4 a:focus,
.h4 a:hover,
.h4 a:focus,
h5 a:hover,
.h5 a:hover,
h5 a:focus,
.h5 a:focus,
.h5 a:hover,
.h5 a:focus,
h6 a:hover,
.h6 a:hover,
h6 a:focus,
.h6 a:focus,
.h6 a:hover,
.h6 a:focus,
.link-chevron:hover,
.link-chevron:focus {
  text-decoration: underline;
}

h1 a::after, .h1 a::after,
.h1 a::after,
h2 a::after,
.h2 a::after,
.h2 a::after,
h3 a::after,
.h3 a::after,
.h3 a::after,
h4 a::after,
.h4 a::after,
.h4 a::after,
h5 a::after,
.h5 a::after,
.h5 a::after,
h6 a::after,
.h6 a::after,
.h6 a::after,
.link-chevron::after {
  color: inherit;
  text-decoration: underline;
}

h1 a::after, .h1 a::after,
.h1 a::after,
h2 a::after,
.h2 a::after,
.h2 a::after,
h3 a::after,
.h3 a::after,
.h3 a::after,
h4 a::after,
.h4 a::after,
.h4 a::after,
h5 a::after,
.h5 a::after,
.h5 a::after,
h6 a::after,
.h6 a::after,
.h6 a::after,
.link-chevron::after {
  position: relative;
  top: -0.125em;
  display: inline-block;
  margin-left: 0.125em;
  font-family: "Font Awesome 5 Free";
  font-size: 0.75em;
  font-weight: 700;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  content: " ";
}

.link-icon {
  position: relative;
  margin-right: 0.3125rem;
}

.link-icon > .fa,
.link-icon > .far,
.link-icon > .fas,
.link-icon > .fab {
  margin-left: 0.25em;
  font-size: 0.875em;
  text-decoration: none;
}

.link-icon > .fa:hover, .link-icon > .fa:focus,
.link-icon > .far:hover,
.link-icon > .far:focus,
.link-icon > .fas:hover,
.link-icon > .fas:focus,
.link-icon > .fab:hover,
.link-icon > .fab:focus {
  text-decoration: none;
}

.link-icon .fa-external-link {
  top: .125em;
}

.link-cta {
  position: relative;
  margin-right: 0.3125rem;
  font-size: 1rem;
  font-weight: 700;
  color: #474e9b;
  text-decoration: none;
  text-underline-position: auto;
}

.link-cta > .fa,
.link-cta > .far,
.link-cta > .fas,
.link-cta > .fab {
  width: 1.5em;
  height: 1.5em;
  padding-top: 0.3125em;
  margin-left: 0.25rem;
  font-size: 0.875em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #474e9b;
  border-radius: 50%;
}

.link-cta:hover, .link-cta:focus {
  color: #fff;
  text-decoration: underline;
}

.link-cta:hover > .fa,
.link-cta:hover > .far,
.link-cta:hover > .fas,
.link-cta:hover > .fab, .link-cta:focus > .fa,
.link-cta:focus > .far,
.link-cta:focus > .fas,
.link-cta:focus > .fab {
  text-decoration: none;
}

.header-site {
  margin: 0;
  color: #474e9c;
  background-color: #efefef;
  border-bottom: 2px solid #bbb;
}

.header-site .navbar {
  padding: 0.5rem 0;
}

.header-site .nav-link {
  font-weight: 700;
  color: #212121;
  text-decoration: none;
  text-underline-position: auto;
}

.header-site .nav-link.active {
  color: #474e9b;
  background-color: #d2d8f5;
}

.header-site .nav-link:hover, .header-site .nav-link:focus {
  color: #fff;
  background-color: #474e9b;
}

.header-site .navbar-collapse {
  order: 1;
}

@media (min-width: 48em) {
  .header-site .navbar-collapse {
    order: 0;
  }
}

@media (max-width: 47.98em) {
  .header-site .dropdown-menu {
    border-radius: 0;
  }
}

.header-site-tagline {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.header-site-tts {
  display: none;
  margin-right: 0.75rem;
  margin-left: auto;
  white-space: nowrap;
}

@media (min-width: 48em) {
  .header-site-tts {
    margin-right: 1rem;
  }
}

.header-site-tts .tts-pause {
  display: none;
}

.header-site-tts.playing .tts-play {
  display: none;
}

.header-site-tts.playing .tts-pause {
  display: inline-block;
}

.header-site-tts.affix {
  position: fixed;
  top: 0;
  z-index: 10;
  padding: 0.5rem;
  background-color: #efefef;
  border-radius: 0 0 0.625rem 0.625rem;
  transform: translateX(0.5rem);
}

.header-site-search {
  position: relative;
  margin-left: auto;
}

.header-site-search-bar {
  position: absolute;
  top: 3.125rem;
  right: 0;
  z-index: 1;
  width: 20rem;
  max-width: calc(100vw - 2rem);
  max-height: 3.125rem;
  padding: 0.5rem;
  background-color: #474e9c;
  border-radius: 0.25rem;
}

@media (min-width: 48em) {
  .header-site-search-bar {
    top: 100%;
  }
}

.header-site-double .header-site-double-row {
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
}

.header-site-double .navbar {
  margin-left: -0.5rem;
}

@media (max-width: 47.98em) {
  .header-site-double .navbar-brand {
    margin-right: 0;
  }
  .header-site-double .header-site-double-search,
  .header-site-double .header-site-double-search-bar {
    display: none;
  }
}

@media (min-width: 48em) {
  .header-site-double .header-site-tts {
    margin-right: 0;
  }
  .header-site-double .header-site-search,
  .header-site-double .header-site-search-bar {
    display: none;
  }
}

.footer-site {
  padding: 1rem 0 0;
  clear: both;
  background-color: #efefef;
  border-top: 1px solid #bbb;
}

.footer-site a:not(.btn) {
  text-decoration: underline;
  text-underline-position: auto;
}

.footer-site a:not(.btn):hover, .footer-site a:not(.btn):focus {
  text-decoration: underline;
}

.footer-site-brand {
  margin-bottom: 0.75rem;
  font-size: 1.40625rem;
  font-weight: 700;
}

@media (max-width: 75em) {
  .footer-site-brand {
    font-size: calc(1.08125rem + 0.43333vw);
  }
}

.footer-site-row {
  margin: 0 0 1rem;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

.footer-site-row + .footer-row {
  margin-top: -1rem;
  border-top: 0;
}

.footer-site-row .list-unstyled {
  margin-bottom: 0.25rem;
}

.footer-site-row .list-unstyled li {
  margin-bottom: 0.75rem;
  line-height: 1.25;
}

.footer-site-row .list-unstyled li:last-child {
  margin-bottom: 0;
}

.footer-site-row .list-unstyled .media-object {
  margin-right: 0.75rem;
}

.footer-site-row > .col {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-right: 1px solid #bbb;
}

.footer-site-row > .col:first-child {
  padding-left: 0;
}

.footer-site-row > .col:last-child {
  padding-right: 0;
  border-right: 0;
}

@media (max-width: 47.98em) {
  .footer-site-row > .col {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }
}

@media (min-width: 48em) {
  .footer-site-row .col {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 48em) and (max-width: 61.98em) {
  .footer-site-row > .col {
    flex-basis: 50%;
    max-width: 50%;
  }
  .footer-site-row > .col + .col:nth-child(odd) {
    padding-left: 0;
  }
  .footer-site-row > .col + .col:nth-child(even) {
    padding-right: 0;
    border-right: 0;
  }
}

.footer-site-header {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  font-weight: 700;
}

@media (max-width: 75em) {
  .footer-site-header {
    font-size: calc(1.025rem + 0.13333vw);
  }
}

.footer-site-media {
  color: #212121;
}

.footer-site-media .media-object {
  width: 6rem;
  max-width: 6rem;
  margin-right: 1rem;
}

.footer-site-media .media-body {
  font-size: 0.984375rem;
}

.footer-site-media .media-body p:last-child {
  margin-bottom: 0;
}

.footer-site-copy {
  align-items: baseline;
  justify-content: space-between;
  font-size: 0.984375rem;
}

@media (max-width: 61.98em) {
  .footer-site-copy > .col {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media (min-width: 62em) {
  .footer-site-copy > .col:last-child {
    flex: 0 0 auto;
    width: auto;
    text-align: right;
  }
}

.footer-site-copy .list-horizontal {
  align-items: baseline;
}

.footer-site-copy .list-horizontal .list-item:not(:last-child) {
  margin-right: 1em;
}

@media (max-width: 35.98em) {
  .footer-site-copy .list-horizontal {
    flex-direction: column;
    margin-bottom: 0;
  }
  .footer-site-copy .list-horizontal .list-item {
    margin-right: 0;
    margin-bottom: .75rem;
  }
}

.footer-site-social {
  font-size: 1.6875rem;
  color: #114aaa;
}

@media (max-width: 75em) {
  .footer-site-social {
    font-size: calc(1.1375rem + 0.73333vw);
  }
}

.footer-site-social:hover, .footer-site-social:focus {
  color: #fff;
}

.footer-site-logo {
  display: inline-block;
}

.footer-site-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.footer-site-tagline {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.toplink {
  position: fixed;
  right: 0;
  bottom: 1.25rem;
  z-index: 1;
  display: block;
  padding: 0.625rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background-color: #474e9b;
  border-radius: 0.625rem 0 0 0.625rem;
  opacity: 0.65;
}

@media (max-width: 75em) {
  .toplink {
    font-size: calc(1.025rem + 0.13333vw);
  }
}

.toplink:hover, .toplink:focus {
  text-decoration: none;
  opacity: 1;
}

.toplink-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.toplink-icon {
  font-size: 1.265625rem;
  font-weight: 700;
  color: #fff;
  opacity: 1;
}

@media (max-width: 75em) {
  .toplink-icon {
    font-size: calc(1.05313rem + 0.28333vw);
  }
}

.pagebreadcrumb a {
  text-decoration: none;
}

.pagebreadcrumb a:hover, .pagebreadcrumb a:focus {
  text-decoration: none;
}

.pagebreadcrumb .breadcrumb-item {
  display: inline-block;
  max-width: 12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

.pagehead {
  margin: 0 0 1rem;
  border-bottom: 0 solid transparent;
}

.pagehead-social {
  display: flex;
  align-items: center;
  align-self: center;
  margin-bottom: .5rem;
  white-space: nowrap;
}

@media (min-width: 48em) {
  .pagehead-social {
    margin-bottom: 0;
  }
}

.pagehead-social .list-horizontal {
  margin-bottom: 0;
}

.pagehead-social .list-horizontal > :not(.list-item):not(:last-child) {
  margin-right: .5em;
}

.pagehead-social-title {
  margin-right: 0.5rem;
  font-size: 0.984375rem;
  font-weight: 700;
}

.pagehead-inner {
  border-bottom: 0 solid #bfc6cd;
}

body {
  overflow-x: hidden;
}

.main {
  margin-bottom: 3rem;
  outline: 0;
}

.main > .container {
  padding-right: 1rem;
  padding-left: 1rem;
}

.main > .container::after {
  display: block;
  clear: both;
  content: "";
}

@media (min-width: 62em) {
  .main > .container {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

blockquote {
  padding: 0;
  margin: 0;
  font-size: inherit;
}

.blockquote {
  position: relative;
  margin-bottom: 0;
  font-size: 1.265625rem;
  color: inherit;
  border-color: #bfc6cd;
  border-style: solid;
  border-width: 0;
}

@media (max-width: 75em) {
  .blockquote {
    font-size: calc(1.05313rem + 0.28333vw);
  }
}

.blockquote blockquote {
  margin: 0.5rem 2rem 0;
}

.blockquote blockquote::before {
  position: absolute;
  top: -0.875rem;
  left: -0.25rem;
  display: block;
  font-family: "Arial Black";
  font-size: 3.65625rem;
  font-weight: 700;
  line-height: 1;
  color: #301c5c;
  content: "“";
}

@media (max-width: 75em) {
  .blockquote blockquote::before {
    font-size: calc(1.53125rem + 2.83333vw);
  }
}

.blockquote p:last-child {
  margin-bottom: 0;
}

.blockquote figcaption {
  display: block;
  margin: 0.3125rem 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: right;
}

@media (max-width: 75em) {
  .blockquote figcaption {
    font-size: calc(1.025rem + 0.13333vw);
  }
}

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

.list-result > .list-item {
  margin-bottom: 1.75rem;
}

.list-result .media {
  margin-bottom: 0;
}

.list-result .media-object {
  padding-right: 1rem;
  margin-bottom: 1rem;
}

.list-result .small {
  margin-bottom: .3125rem;
}

.list-topic {
  padding-left: 1.25rem;
}

.list-topic > .list-item {
  display: list-item;
  margin-bottom: 0.25rem;
}

.biohead {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #bfc6cd;
}

.biohead .list {
  margin-bottom: 0.75rem;
}

.biohead .list > .fa,
.biohead .list > .far,
.biohead .list > .fas,
.biohead .list > .fab {
  margin-right: 0.125rem;
}

.biohead a {
  text-decoration: none;
}

.biohead a:hover, .biohead a:focus {
  text-decoration: underline;
}

.biohead-title {
  margin-bottom: 0.5rem;
  font-size: 1.265625rem;
  font-weight: 600;
}

@media (max-width: 75em) {
  .biohead-title {
    font-size: calc(1.05313rem + 0.28333vw);
  }
}

.modal-zoom .modal-body img {
  padding-bottom: .5rem;
}

.eyebrow {
  margin-bottom: 0.125rem;
  font-size: 0.984375rem;
  color: #555;
}

.box {
  position: relative;
  margin-bottom: 1rem;
  clear: both;
  padding: 1rem;
}

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

@media (min-width: 36em) {
  .box {
    padding: 1rem;
  }
}

@media (min-width: 48em) {
  .box {
    padding: 1rem;
  }
}

@media (min-width: 62em) {
  .box {
    padding: 1rem;
  }
}

@media (min-width: 75em) {
  .box {
    padding: 1rem;
  }
}

.box > p:last-child,
.box > ol:last-child,
.box > ul:last-child,
.box > .card:last-child,
.box > .card-deck:last-child {
  margin-bottom: 0;
}

.box-theme-default {
  padding: 0;
}

.box-center {
  margin-right: auto;
  margin-left: auto;
}

.box-wide {
  margin-right: -1rem;
  margin-left: -1rem;
}

@media (min-width: 36em) {
  .box-wide {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

@media (min-width: 48em) {
  .box-wide {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

@media (min-width: 62em) {
  .box-wide {
    margin-right: -4rem;
    margin-left: -4rem;
  }
}

@media (min-width: 75em) {
  .box-wide {
    margin-right: -4rem;
    margin-left: -4rem;
  }
}

.box-full {
  margin-right: -1rem;
  margin-left: -1rem;
}

@media (min-width: 36em) {
  .box-full {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

@media (min-width: 48em) {
  .box-full {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

@media (min-width: 62em) {
  .box-full {
    margin-right: -4rem;
    margin-left: -4rem;
  }
}

@media (min-width: 75em) {
  .box-full {
    margin-right: -4rem;
    margin-left: -4rem;
  }
}

.box-full::before, .box-full::after {
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  width: 50vw;
  height: 100%;
  content: "";
}

.box-full::before {
  left: 50%;
  transform: translateX(-100%);
}

.box-full::after {
  right: 50%;
  transform: translateX(100%);
}

.box-float-start[class*="col-xs"] {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.box-float-start[class*="col-xs"]::after {
  display: block;
  clear: both;
  content: "";
}

.box-float-start[class*="col-xs"].box-theme-default {
  padding: 0;
}

@media (min-width: 36em) {
  .box-float-start[class*="col-sm"] {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .box-float-start[class*="col-sm"]::after {
    display: block;
    clear: both;
    content: "";
  }
  .box-float-start[class*="col-sm"].box-theme-default {
    padding: 0;
  }
}

@media (min-width: 48em) {
  .box-float-start[class*="col-md"] {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .box-float-start[class*="col-md"]::after {
    display: block;
    clear: both;
    content: "";
  }
  .box-float-start[class*="col-md"].box-theme-default {
    padding: 0;
  }
}

@media (min-width: 62em) {
  .box-float-start[class*="col-lg"] {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .box-float-start[class*="col-lg"]::after {
    display: block;
    clear: both;
    content: "";
  }
  .box-float-start[class*="col-lg"].box-theme-default {
    padding: 0;
  }
}

@media (min-width: 75em) {
  .box-float-start[class*="col-xl"] {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .box-float-start[class*="col-xl"]::after {
    display: block;
    clear: both;
    content: "";
  }
  .box-float-start[class*="col-xl"].box-theme-default {
    padding: 0;
  }
}

.box-float-end[class*="col-xs"] {
  float: right;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.box-float-end[class*="col-xs"]::after {
  display: block;
  clear: both;
  content: "";
}

.box-float-end[class*="col-xs"].box-theme-default {
  padding: 0;
}

@media (min-width: 36em) {
  .box-float-end[class*="col-sm"] {
    float: right;
    margin-bottom: 1rem;
    margin-left: 1rem;
  }
  .box-float-end[class*="col-sm"]::after {
    display: block;
    clear: both;
    content: "";
  }
  .box-float-end[class*="col-sm"].box-theme-default {
    padding: 0;
  }
}

@media (min-width: 48em) {
  .box-float-end[class*="col-md"] {
    float: right;
    margin-bottom: 1rem;
    margin-left: 1rem;
  }
  .box-float-end[class*="col-md"]::after {
    display: block;
    clear: both;
    content: "";
  }
  .box-float-end[class*="col-md"].box-theme-default {
    padding: 0;
  }
}

@media (min-width: 62em) {
  .box-float-end[class*="col-lg"] {
    float: right;
    margin-bottom: 1rem;
    margin-left: 1rem;
  }
  .box-float-end[class*="col-lg"]::after {
    display: block;
    clear: both;
    content: "";
  }
  .box-float-end[class*="col-lg"].box-theme-default {
    padding: 0;
  }
}

@media (min-width: 75em) {
  .box-float-end[class*="col-xl"] {
    float: right;
    margin-bottom: 1rem;
    margin-left: 1rem;
  }
  .box-float-end[class*="col-xl"]::after {
    display: block;
    clear: both;
    content: "";
  }
  .box-float-end[class*="col-xl"].box-theme-default {
    padding: 0;
  }
}

.box-float-always-start[class*="col-"] {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.box-float-always-start[class*="col-"]::after {
  display: block;
  clear: both;
  content: "";
}

.box-float-always-start[class*="col-"].box-theme-default {
  padding: 0;
}

.box-float-always-end[class*="col-"] {
  float: right;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.box-float-always-end[class*="col-"]::after {
  display: block;
  clear: both;
  content: "";
}

.box-float-always-end[class*="col-"].box-theme-default {
  padding: 0;
}

.box-header {
  margin-bottom: 0.625rem;
}

.box-header .box-header-title {
  margin-bottom: 0;
}

.box-theme-light {
  color: #212121;
  background-color: #efefef;
}

.box-theme-light .eyebrow {
  color: #eff1f3;
}

.box-theme-light .text-muted {
  color: #555 !important;
}

.box-theme-light a:not([class*="link-cta"]):not(.btn) {
  color: #114aaa;
}

.box-theme-light a:not([class*="link-cta"]):not(.btn):hover, .box-theme-light a:not([class*="link-cta"]):not(.btn):focus {
  color: #fff;
}

.box-theme-light h1 a, .box-theme-light .h1 a,
.box-theme-light .h1 a,
.box-theme-light h2 a,
.box-theme-light .h2 a,
.box-theme-light .h2 a,
.box-theme-light h3 a,
.box-theme-light .h3 a,
.box-theme-light .h3 a,
.box-theme-light h4 a,
.box-theme-light .h4 a,
.box-theme-light .h4 a,
.box-theme-light h5 a,
.box-theme-light .h5 a,
.box-theme-light .h5 a,
.box-theme-light h6 a,
.box-theme-light .h6 a,
.box-theme-light .h6 a {
  color: inherit !important;
}

.box-theme-light h1 a:hover, .box-theme-light .h1 a:hover, .box-theme-light h1 a:focus, .box-theme-light .h1 a:focus,
.box-theme-light .h1 a:hover,
.box-theme-light .h1 a:focus,
.box-theme-light h2 a:hover,
.box-theme-light .h2 a:hover,
.box-theme-light h2 a:focus,
.box-theme-light .h2 a:focus,
.box-theme-light .h2 a:hover,
.box-theme-light .h2 a:focus,
.box-theme-light h3 a:hover,
.box-theme-light .h3 a:hover,
.box-theme-light h3 a:focus,
.box-theme-light .h3 a:focus,
.box-theme-light .h3 a:hover,
.box-theme-light .h3 a:focus,
.box-theme-light h4 a:hover,
.box-theme-light .h4 a:hover,
.box-theme-light h4 a:focus,
.box-theme-light .h4 a:focus,
.box-theme-light .h4 a:hover,
.box-theme-light .h4 a:focus,
.box-theme-light h5 a:hover,
.box-theme-light .h5 a:hover,
.box-theme-light h5 a:focus,
.box-theme-light .h5 a:focus,
.box-theme-light .h5 a:hover,
.box-theme-light .h5 a:focus,
.box-theme-light h6 a:hover,
.box-theme-light .h6 a:hover,
.box-theme-light h6 a:focus,
.box-theme-light .h6 a:focus,
.box-theme-light .h6 a:hover,
.box-theme-light .h6 a:focus {
  color: inherit !important;
}

.box-theme-light .link-cta {
  color: #474e9b;
}

.box-theme-light .link-cta:hover, .box-theme-light .link-cta:focus {
  color: #fff;
}

.box-theme-light .link-cta > .fa,
.box-theme-light .link-cta > .far,
.box-theme-light .link-cta > .fas,
.box-theme-light .link-cta > .fab {
  color: #efefef;
  background-color: #474e9b;
}

.box-theme-light::before, .box-theme-light::after {
  background-color: #efefef;
}

.box-theme-dark {
  color: #fff;
  background-color: #474e9c;
}

.box-theme-dark .eyebrow {
  color: #eff1f3;
}

.box-theme-dark .text-muted {
  color: #eff1f3 !important;
}

.box-theme-dark a:not([class*="link-cta"]):not(.btn) {
  color: #c0dbad;
}

.box-theme-dark a:not([class*="link-cta"]):not(.btn):hover, .box-theme-dark a:not([class*="link-cta"]):not(.btn):focus {
  color: #474e9c;
}

.box-theme-dark h1 a, .box-theme-dark .h1 a,
.box-theme-dark .h1 a,
.box-theme-dark h2 a,
.box-theme-dark .h2 a,
.box-theme-dark .h2 a,
.box-theme-dark h3 a,
.box-theme-dark .h3 a,
.box-theme-dark .h3 a,
.box-theme-dark h4 a,
.box-theme-dark .h4 a,
.box-theme-dark .h4 a,
.box-theme-dark h5 a,
.box-theme-dark .h5 a,
.box-theme-dark .h5 a,
.box-theme-dark h6 a,
.box-theme-dark .h6 a,
.box-theme-dark .h6 a {
  color: inherit !important;
}

.box-theme-dark h1 a:hover, .box-theme-dark .h1 a:hover, .box-theme-dark h1 a:focus, .box-theme-dark .h1 a:focus,
.box-theme-dark .h1 a:hover,
.box-theme-dark .h1 a:focus,
.box-theme-dark h2 a:hover,
.box-theme-dark .h2 a:hover,
.box-theme-dark h2 a:focus,
.box-theme-dark .h2 a:focus,
.box-theme-dark .h2 a:hover,
.box-theme-dark .h2 a:focus,
.box-theme-dark h3 a:hover,
.box-theme-dark .h3 a:hover,
.box-theme-dark h3 a:focus,
.box-theme-dark .h3 a:focus,
.box-theme-dark .h3 a:hover,
.box-theme-dark .h3 a:focus,
.box-theme-dark h4 a:hover,
.box-theme-dark .h4 a:hover,
.box-theme-dark h4 a:focus,
.box-theme-dark .h4 a:focus,
.box-theme-dark .h4 a:hover,
.box-theme-dark .h4 a:focus,
.box-theme-dark h5 a:hover,
.box-theme-dark .h5 a:hover,
.box-theme-dark h5 a:focus,
.box-theme-dark .h5 a:focus,
.box-theme-dark .h5 a:hover,
.box-theme-dark .h5 a:focus,
.box-theme-dark h6 a:hover,
.box-theme-dark .h6 a:hover,
.box-theme-dark h6 a:focus,
.box-theme-dark .h6 a:focus,
.box-theme-dark .h6 a:hover,
.box-theme-dark .h6 a:focus {
  color: inherit !important;
}

.box-theme-dark .link-cta {
  color: #fbf3c6;
}

.box-theme-dark .link-cta:hover, .box-theme-dark .link-cta:focus {
  color: #474e9c;
}

.box-theme-dark .link-cta > .fa,
.box-theme-dark .link-cta > .far,
.box-theme-dark .link-cta > .fas,
.box-theme-dark .link-cta > .fab {
  color: #474e9c;
  background-color: #fbf3c6;
}

.box-theme-dark::before, .box-theme-dark::after {
  background-color: #474e9c;
}

.card-header p:last-child,
.card-body p:last-child,
.card-footer p:last-child {
  margin-bottom: 0;
}

.card-feature .card-body {
  padding: 1rem 1rem;
}

@media (min-width: 36em) {
  .card-feature .card-body {
    padding: 1rem 1rem;
  }
}

@media (min-width: 48em) {
  .card-feature .card-body {
    padding: 1rem 1.5rem;
  }
}

@media (min-width: 62em) {
  .card-feature .card-body {
    padding: 1rem 2rem;
  }
}

.card-feature.card-horizontal > .card-col > .card-body,
.card-feature.card-horizontal > .card-col > .card-img, .card-feature.card-horizontal-reverse > .card-col > .card-body,
.card-feature.card-horizontal-reverse > .card-col > .card-img {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
}

.card-feature.card-horizontal > .card-col > .card-img > img, .card-feature.card-horizontal-reverse > .card-col > .card-img > img {
  min-height: 1px;
}

@media (min-width: 36em) {
  .card-feature.card-horizontal-sm > .card-col > .card-body,
  .card-feature.card-horizontal-sm > .card-col > .card-img, .card-feature.card-horizontal-sm-reverse > .card-col > .card-body,
  .card-feature.card-horizontal-sm-reverse > .card-col > .card-img {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
  }
  .card-feature.card-horizontal-sm > .card-col > .card-img > img, .card-feature.card-horizontal-sm-reverse > .card-col > .card-img > img {
    min-height: 1px;
  }
}

@media (min-width: 48em) {
  .card-feature.card-horizontal-md > .card-col > .card-body,
  .card-feature.card-horizontal-md > .card-col > .card-img, .card-feature.card-horizontal-md-reverse > .card-col > .card-body,
  .card-feature.card-horizontal-md-reverse > .card-col > .card-img {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
  }
  .card-feature.card-horizontal-md > .card-col > .card-img > img, .card-feature.card-horizontal-md-reverse > .card-col > .card-img > img {
    min-height: 1px;
  }
}

@media (min-width: 62em) {
  .card-feature.card-horizontal-lg > .card-col > .card-body,
  .card-feature.card-horizontal-lg > .card-col > .card-img, .card-feature.card-horizontal-lg-reverse > .card-col > .card-body,
  .card-feature.card-horizontal-lg-reverse > .card-col > .card-img {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
  }
  .card-feature.card-horizontal-lg > .card-col > .card-img > img, .card-feature.card-horizontal-lg-reverse > .card-col > .card-img > img {
    min-height: 1px;
  }
}

@media (min-width: 75em) {
  .card-feature.card-horizontal-xl > .card-col > .card-body,
  .card-feature.card-horizontal-xl > .card-col > .card-img, .card-feature.card-horizontal-xl-reverse > .card-col > .card-body,
  .card-feature.card-horizontal-xl-reverse > .card-col > .card-img {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
  }
  .card-feature.card-horizontal-xl > .card-col > .card-img > img, .card-feature.card-horizontal-xl-reverse > .card-col > .card-img > img {
    min-height: 1px;
  }
}

.card-feature-action {
  padding: 0.75rem 1rem;
  text-align: right;
}

.card-body + .card-feature-action {
  padding-top: 0;
}

.card-media-source {
  font-size: 0.984375rem;
}

.card-media-action {
  padding: 0.75rem 1rem;
  text-align: right;
}

.card-body + .card-media-action {
  padding-top: 0;
}

.card-grid {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-right: -1rem;
  margin-bottom: 0;
  margin-left: -1rem;
}

.card-grid > .card {
  flex-basis: auto;
  width: calc(100% - 2rem);
  margin-right: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

@media (min-width: 48em) {
  .card-grid > .card {
    width: calc(50% - 2rem);
  }
}

@media (min-width: 62em) {
  .card-grid > .card {
    width: calc(33.33333% - 2rem);
  }
}

.card-theme-default {
  color: #212121;
  background-color: #fff;
}

.card-theme-default .eyebrow {
  color: #555;
}

.card-theme-default .text-muted {
  color: #555 !important;
}

.card-theme-default a:not([class*="link-cta"]):not(.btn) {
  color: #114aaa;
}

.card-theme-default a:not([class*="link-cta"]):not(.btn):hover, .card-theme-default a:not([class*="link-cta"]):not(.btn):focus {
  color: #fff;
}

.card-theme-default h1 a, .card-theme-default .h1 a,
.card-theme-default .h1 a,
.card-theme-default h2 a,
.card-theme-default .h2 a,
.card-theme-default .h2 a,
.card-theme-default h3 a,
.card-theme-default .h3 a,
.card-theme-default .h3 a,
.card-theme-default h4 a,
.card-theme-default .h4 a,
.card-theme-default .h4 a,
.card-theme-default h5 a,
.card-theme-default .h5 a,
.card-theme-default .h5 a,
.card-theme-default h6 a,
.card-theme-default .h6 a,
.card-theme-default .h6 a {
  color: #114aaa !important;
}

.card-theme-default h1 a:hover, .card-theme-default .h1 a:hover, .card-theme-default h1 a:focus, .card-theme-default .h1 a:focus,
.card-theme-default .h1 a:hover,
.card-theme-default .h1 a:focus,
.card-theme-default h2 a:hover,
.card-theme-default .h2 a:hover,
.card-theme-default h2 a:focus,
.card-theme-default .h2 a:focus,
.card-theme-default .h2 a:hover,
.card-theme-default .h2 a:focus,
.card-theme-default h3 a:hover,
.card-theme-default .h3 a:hover,
.card-theme-default h3 a:focus,
.card-theme-default .h3 a:focus,
.card-theme-default .h3 a:hover,
.card-theme-default .h3 a:focus,
.card-theme-default h4 a:hover,
.card-theme-default .h4 a:hover,
.card-theme-default h4 a:focus,
.card-theme-default .h4 a:focus,
.card-theme-default .h4 a:hover,
.card-theme-default .h4 a:focus,
.card-theme-default h5 a:hover,
.card-theme-default .h5 a:hover,
.card-theme-default h5 a:focus,
.card-theme-default .h5 a:focus,
.card-theme-default .h5 a:hover,
.card-theme-default .h5 a:focus,
.card-theme-default h6 a:hover,
.card-theme-default .h6 a:hover,
.card-theme-default h6 a:focus,
.card-theme-default .h6 a:focus,
.card-theme-default .h6 a:hover,
.card-theme-default .h6 a:focus {
  color: #fff !important;
}

.card-theme-default .link-cta {
  color: #474e9b;
}

.card-theme-default .link-cta:hover, .card-theme-default .link-cta:focus {
  color: #fff;
}

.card-theme-default .link-cta > .fa,
.card-theme-default .link-cta > .far,
.card-theme-default .link-cta > .fas,
.card-theme-default .link-cta > .fab {
  color: #fff;
  background-color: #474e9b;
}

.card-theme-light {
  color: #212121;
  background-color: #efefef;
}

.card-theme-light .eyebrow {
  color: #50606f;
}

.card-theme-light .text-muted {
  color: #50606f !important;
}

.card-theme-light a:not([class*="link-cta"]):not(.btn) {
  color: #114aaa;
}

.card-theme-light a:not([class*="link-cta"]):not(.btn):hover, .card-theme-light a:not([class*="link-cta"]):not(.btn):focus {
  color: #fff;
}

.card-theme-light h1 a, .card-theme-light .h1 a,
.card-theme-light .h1 a,
.card-theme-light h2 a,
.card-theme-light .h2 a,
.card-theme-light .h2 a,
.card-theme-light h3 a,
.card-theme-light .h3 a,
.card-theme-light .h3 a,
.card-theme-light h4 a,
.card-theme-light .h4 a,
.card-theme-light .h4 a,
.card-theme-light h5 a,
.card-theme-light .h5 a,
.card-theme-light .h5 a,
.card-theme-light h6 a,
.card-theme-light .h6 a,
.card-theme-light .h6 a {
  color: #114aaa !important;
}

.card-theme-light h1 a:hover, .card-theme-light .h1 a:hover, .card-theme-light h1 a:focus, .card-theme-light .h1 a:focus,
.card-theme-light .h1 a:hover,
.card-theme-light .h1 a:focus,
.card-theme-light h2 a:hover,
.card-theme-light .h2 a:hover,
.card-theme-light h2 a:focus,
.card-theme-light .h2 a:focus,
.card-theme-light .h2 a:hover,
.card-theme-light .h2 a:focus,
.card-theme-light h3 a:hover,
.card-theme-light .h3 a:hover,
.card-theme-light h3 a:focus,
.card-theme-light .h3 a:focus,
.card-theme-light .h3 a:hover,
.card-theme-light .h3 a:focus,
.card-theme-light h4 a:hover,
.card-theme-light .h4 a:hover,
.card-theme-light h4 a:focus,
.card-theme-light .h4 a:focus,
.card-theme-light .h4 a:hover,
.card-theme-light .h4 a:focus,
.card-theme-light h5 a:hover,
.card-theme-light .h5 a:hover,
.card-theme-light h5 a:focus,
.card-theme-light .h5 a:focus,
.card-theme-light .h5 a:hover,
.card-theme-light .h5 a:focus,
.card-theme-light h6 a:hover,
.card-theme-light .h6 a:hover,
.card-theme-light h6 a:focus,
.card-theme-light .h6 a:focus,
.card-theme-light .h6 a:hover,
.card-theme-light .h6 a:focus {
  color: #fff !important;
}

.card-theme-light .link-cta {
  color: #474e9b;
}

.card-theme-light .link-cta:hover, .card-theme-light .link-cta:focus {
  color: #fff;
}

.card-theme-light .link-cta > .fa,
.card-theme-light .link-cta > .far,
.card-theme-light .link-cta > .fas,
.card-theme-light .link-cta > .fab {
  color: #fff;
  background-color: #474e9b;
}

.card-theme-dark {
  color: #fff;
  background-color: #474e9c;
}

.card-theme-dark .eyebrow {
  color: #eff1f3;
}

.card-theme-dark .text-muted {
  color: #eff1f3 !important;
}

.card-theme-dark a:not([class*="link-cta"]):not(.btn) {
  color: #c0dbad;
}

.card-theme-dark a:not([class*="link-cta"]):not(.btn):hover, .card-theme-dark a:not([class*="link-cta"]):not(.btn):focus {
  color: #474e9c;
}

.card-theme-dark h1 a, .card-theme-dark .h1 a,
.card-theme-dark .h1 a,
.card-theme-dark h2 a,
.card-theme-dark .h2 a,
.card-theme-dark .h2 a,
.card-theme-dark h3 a,
.card-theme-dark .h3 a,
.card-theme-dark .h3 a,
.card-theme-dark h4 a,
.card-theme-dark .h4 a,
.card-theme-dark .h4 a,
.card-theme-dark h5 a,
.card-theme-dark .h5 a,
.card-theme-dark .h5 a,
.card-theme-dark h6 a,
.card-theme-dark .h6 a,
.card-theme-dark .h6 a {
  color: #c0dbad !important;
}

.card-theme-dark h1 a:hover, .card-theme-dark .h1 a:hover, .card-theme-dark h1 a:focus, .card-theme-dark .h1 a:focus,
.card-theme-dark .h1 a:hover,
.card-theme-dark .h1 a:focus,
.card-theme-dark h2 a:hover,
.card-theme-dark .h2 a:hover,
.card-theme-dark h2 a:focus,
.card-theme-dark .h2 a:focus,
.card-theme-dark .h2 a:hover,
.card-theme-dark .h2 a:focus,
.card-theme-dark h3 a:hover,
.card-theme-dark .h3 a:hover,
.card-theme-dark h3 a:focus,
.card-theme-dark .h3 a:focus,
.card-theme-dark .h3 a:hover,
.card-theme-dark .h3 a:focus,
.card-theme-dark h4 a:hover,
.card-theme-dark .h4 a:hover,
.card-theme-dark h4 a:focus,
.card-theme-dark .h4 a:focus,
.card-theme-dark .h4 a:hover,
.card-theme-dark .h4 a:focus,
.card-theme-dark h5 a:hover,
.card-theme-dark .h5 a:hover,
.card-theme-dark h5 a:focus,
.card-theme-dark .h5 a:focus,
.card-theme-dark .h5 a:hover,
.card-theme-dark .h5 a:focus,
.card-theme-dark h6 a:hover,
.card-theme-dark .h6 a:hover,
.card-theme-dark h6 a:focus,
.card-theme-dark .h6 a:focus,
.card-theme-dark .h6 a:hover,
.card-theme-dark .h6 a:focus {
  color: #474e9c !important;
}

.card-theme-dark .link-cta {
  color: #fbf3c6;
}

.card-theme-dark .link-cta:hover, .card-theme-dark .link-cta:focus {
  color: #474e9c;
}

.card-theme-dark .link-cta > .fa,
.card-theme-dark .link-cta > .far,
.card-theme-dark .link-cta > .fas,
.card-theme-dark .link-cta > .fab {
  color: #474e9c;
  background-color: #fbf3c6;
}

.card:not(.card-feature) > .embed-fluid:not(:first-child) .card-img-top,
.card:not(.card-feature) > .card-img:not(:first-child) .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card:not(.card-feature) > .embed-fluid:not(:last-child) .card-img-bottom,
.card:not(.card-feature) > .card-img:not(:last-child) .card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  background-color: #fff;
  border: 1px solid;
  border-color: #bbb;
}

table > :not(caption) > * > * {
  padding: 0.5rem;
  border-top-width: 1px;
  border-left-width: 1px;
  box-shadow: none;
}

table > :not(caption) > * > *:last-child {
  border-right-width: 1px;
}

table thead th {
  text-align: left;
  vertical-align: bottom;
}

table tbody {
  vertical-align: inherit;
}

table > thead > * > * {
  border-bottom-width: 2px;
}

table > tbody + tbody > :first-child {
  border-top-width: 2px;
}

table > tfoot > :first-child > * {
  border-top-width: 2px;
  border-bottom-width: 0;
}

table > tbody > tr:nth-of-type(odd) > * {
  background-color: #efefef;
}

.table-scroll {
  margin-bottom: 1rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-scroll > table {
  margin-bottom: 0;
}

.modal-title {
  font-size: 1.6875rem;
}

@media (max-width: 75em) {
  .modal-title {
    font-size: calc(1.1375rem + 0.73333vw);
  }
}

.searchhead-title {
  font-weight: 400;
}

.search-toggle {
  margin-bottom: 1rem;
}

@media (min-width: 62em) {
  .search-toggle {
    display: none;
  }
}

@media (min-width: 62em) {
  .search-options {
    display: block !important;
  }
}

.search-options-terms {
  padding: 1rem;
  margin-bottom: 1rem;
  color: #212121;
  background-color: #efefef;
}

.search-options-filter {
  padding: 1rem;
  margin-bottom: 1rem;
  color: #212121;
  background-color: #efefef;
}

.search-filter-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.search-filter-item {
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 75em) {
  .search-filter-item {
    font-size: calc(1.025rem + 0.13333vw);
  }
}

.search-filter-item::after {
  position: relative;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 0.75em;
  font-weight: 700;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  vertical-align: text-bottom;
}

.search-filter-item:hover::after {
  text-decoration: underline;
}

.search-filter-item:hover::after {
  text-decoration: none;
}

.search-filter-add::after {
  content: " ";
}

.search-filter-remove::after {
  content: " ";
}

.search-sort {
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #bfc6cd;
}

@media (min-width: 48em) {
  .search-sort {
    text-align: right;
  }
}

.player .fa,
.player .far,
.player .fas {
  vertical-align: baseline;
}

.player-wrapper {
  margin-bottom: 1rem;
}

.player-control > .off {
  display: none;
}

.player-time {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  display: inline-flex;
}

.player-time > * {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.player-time-current,
.player-time-duration {
  flex: 0 0 auto;
  width: auto;
}

.player-seek {
  flex: 1 1;
}

.player-script-wrapper {
  position: relative;
}

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

.player-transcript {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  color: #262d34;
  word-wrap: break-word;
  background-color: #efefef;
  border: 1px solid #bfc6cd;
  border-radius: 0.25rem;
}

.player-transcript-active {
  background-color: #ff6;
}

.player-transcript-seekpoint:hover {
  cursor: pointer;
  background: #cf6;
}

.player-transcript-caption {
  display: block;
}

.header-site {
  margin-bottom: 1rem;
}

@media (max-width: 47.98em) {
  .header-site .navbar-nav {
    margin-top: .5rem;
  }
  .header-site .nav-link {
    padding-right: .25rem;
    padding-left: .25rem;
  }
}

.header-site .nav-link {
  border-bottom: 2px solid transparent;
}

.header-site .nav-link.active {
  border-color: #474e9b;
}

.header-site .navbar-toggle {
  line-height: 1.25;
  color: #212121;
  background-color: #fff;
  border-color: #bbb;
}

.header-site .navbar-toggle:hover, .header-site .navbar-toggle:focus {
  color: #fff;
  background-color: #474e9b;
  border-color: transparent;
  box-shadow: none;
}

.header-site-title {
  display: none;
}

.header-site-logo {
  width: 20rem;
  height: 1.732652rem;
  background-image: url("../../images/aemm/aem-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 48em) {
  .header-site-logo {
    width: 27rem;
    height: 2.33908rem;
  }
}

@media (min-width: 48em) {
  .header-site-tts::before {
    display: inline-block;
    padding-right: .375rem;
    font-size: 1rem;
    color: #555;
    vertical-align: middle;
    content: "Read aloud";
  }
}

/*
.pagewrapper  {
    padding-top: $header-offset-top;

    @include media-breakpoint-up(md) {
        padding-top: $header-md-offset-top;
    }

    & > header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: $zindex-fixed;

        .navbar-collapse {
            max-height: calc(100vh - 2rem - 6.125rem);
            overflow-x: hidden;
            overflow-y: auto;

            @include media-breakpoint-up(md) {
                max-height: none;
                overflow: visible;
            }
        }
    }
}

.pagebreadcrumb {
    margin-top: -.25rem;
}

:target::before {
    position: relative;
    z-index: -1;
    display: block;
    padding-top: $header-offset-top;
    margin-top: -$header-offset-top;
    visibility: hidden;
    content: "";

    @include media-breakpoint-up(md) {
        padding-top: $header-md-offset-top;
        margin-top: -$header-md-offset-top;
    }
}
*/
.footer-site-title {
  display: none;
}

.footer-site-logo {
  width: 20rem;
  height: 1.732652rem;
  background-image: url("../../images/aemm/aem-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 48em) {
  .footer-site-logo {
    width: 28rem;
    height: 2.299795rem;
  }
}

.footer-site-media {
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.box-theme-dark blockquote::before {
  color: inherit;
}

.box-theme-dark .card-theme-dark {
  border-color: #dedeea;
}

.header-site-btn-tts {
  color: #212121;
  background-color: #d2d8f5;
  border-color: #212121;
}

.header-site-btn-tts:hover {
  color: #fff;
  background-color: #5c63b1;
  border-color: #5c63b1;
}

.header-site-btn-tts:focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 85, 233, 0.35);
}

.header-site-btn-tts.disabled,
.header-site-btn-tts:disabled {
  color: #212121;
  background-color: #d2d8f5;
  border-color: #212121;
}

.header-site-btn-tts:active,
.header-site-btn-tts.active,
.header-site-btn-tts.open[data-cfw="dropdown"] {
  color: #fff;
  background-color: #474e9b;
  border-color: #474e9b;
}

.header-site-btn-search {
  color: #212121;
  background-color: #d2d8f5;
  border-color: #212121;
}

.header-site-btn-search:hover {
  color: #fff;
  background-color: #5c63b1;
  border-color: #5c63b1;
}

.header-site-btn-search:focus {
  box-shadow: 0 0 0 0.1875rem rgba(0, 85, 233, 0.35);
}

.header-site-btn-search.disabled,
.header-site-btn-search:disabled {
  color: #212121;
  background-color: #d2d8f5;
  border-color: #212121;
}

.header-site-btn-search:active,
.header-site-btn-search.active,
.header-site-btn-search.open[data-cfw="dropdown"] {
  color: #fff;
  background-color: #474e9b;
  border-color: #474e9b;
}

.btn-social {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1.75em;
  height: 1.75em;
  line-height: 1;
  font-size: 1.25rem;
  background-color: #efefef;
  border: 0;
  border-radius: 50%;
}

@media (max-width: 75em) {
  .btn-social {
    font-size: calc(1.05rem + 0.26667vw);
  }
}

.btn-social:hover, .btn-social:focus {
  color: #212121;
  background-color: transparent;
}

.btn-social:hover .fa-facebook,
.btn-social:hover .fa-facebook-f, .btn-social:focus .fa-facebook,
.btn-social:focus .fa-facebook-f {
  color: #3b5998;
}

.btn-social:hover .fa-twitter,
.btn-social:hover .fa-twitter-square, .btn-social:focus .fa-twitter,
.btn-social:focus .fa-twitter-square {
  color: #55acee;
}

.btn-social:hover .fa-youtube,
.btn-social:hover .fa-youtube-play, .btn-social:focus .fa-youtube,
.btn-social:focus .fa-youtube-play {
  color: #e62117;
}

.btn-social:hover .fa-instagram, .btn-social:focus .fa-instagram {
  color: #9f00b6;
}

.btn-social:hover .fa-linkedin,
.btn-social:hover .fa-linkedin-in, .btn-social:focus .fa-linkedin,
.btn-social:focus .fa-linkedin-in {
  color: #0076b4;
}

h1, .h1,
.h1, h2, .h2,
.h2 {
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: .25rem;
}

h1, .h1,
.h1 {
  color: inherit;
  -webkit-text-decoration-color: #ffcbbf;
          text-decoration-color: #ffcbbf;
}

h2, .h2,
.h2 {
  color: inherit;
  -webkit-text-decoration-color: #c0dbad;
          text-decoration-color: #c0dbad;
}

h3, .h3,
.h3,
.h4,
.h5,
.h6 {
  color: inherit;
}

.link-cta {
  letter-spacing: -.02rem;
}

.link-cta:hover > .fa,
.link-cta:hover > .far,
.link-cta:hover > .fas,
.link-cta:hover > .fab, .link-cta:focus > .fa,
.link-cta:focus > .far,
.link-cta:focus > .fas,
.link-cta:focus > .fab {
  background-color: transparent;
}

.header-cast a:not(.btn):hover, .header-cast a:not(.btn):focus,
.header-site a:not(.btn):hover,
.header-site a:not(.btn):focus {
  background-color: transparent;
}

.footer-cast a:not(.btn):not(.link-cta):hover, .footer-cast a:not(.btn):not(.link-cta):focus {
  background-color: transparent !important;
}

.card-theme-default h1, .card-theme-default .h1,
.card-theme-default .h1,
.card-theme-default h2,
.card-theme-default .h2,
.card-theme-default .h2,
.card-theme-default h3,
.card-theme-default .h3,
.card-theme-default .h3,
.card-theme-default h4,
.card-theme-default .h4,
.card-theme-default .h4,
.card-theme-default h5,
.card-theme-default .h5,
.card-theme-default .h5,
.card-theme-default h6,
.card-theme-default .h6,
.card-theme-default .h6,
.box-theme-light h1,
.box-theme-light .h1,
.box-theme-light .h1,
.box-theme-light h2,
.box-theme-light .h2,
.box-theme-light .h2,
.box-theme-light h3,
.box-theme-light .h3,
.box-theme-light .h3,
.box-theme-light h4,
.box-theme-light .h4,
.box-theme-light .h4,
.box-theme-light h5,
.box-theme-light .h5,
.box-theme-light .h5,
.box-theme-light h6,
.box-theme-light .h6,
.box-theme-light .h6,
.card-theme-light h1,
.card-theme-light .h1,
.card-theme-light .h1,
.card-theme-light h2,
.card-theme-light .h2,
.card-theme-light .h2,
.card-theme-light h3,
.card-theme-light .h3,
.card-theme-light .h3,
.card-theme-light h4,
.card-theme-light .h4,
.card-theme-light .h4,
.card-theme-light h5,
.card-theme-light .h5,
.card-theme-light .h5,
.card-theme-light h6,
.card-theme-light .h6,
.card-theme-light .h6,
.box-theme-dark h1,
.box-theme-dark .h1,
.box-theme-dark .h1,
.box-theme-dark h2,
.box-theme-dark .h2,
.box-theme-dark .h2,
.box-theme-dark h3,
.box-theme-dark .h3,
.box-theme-dark .h3,
.box-theme-dark h4,
.box-theme-dark .h4,
.box-theme-dark .h4,
.box-theme-dark h5,
.box-theme-dark .h5,
.box-theme-dark .h5,
.box-theme-dark h6,
.box-theme-dark .h6,
.box-theme-dark .h6,
.card-theme-dark h1,
.card-theme-dark .h1,
.card-theme-dark .h1,
.card-theme-dark h2,
.card-theme-dark .h2,
.card-theme-dark .h2,
.card-theme-dark h3,
.card-theme-dark .h3,
.card-theme-dark .h3,
.card-theme-dark h4,
.card-theme-dark .h4,
.card-theme-dark .h4,
.card-theme-dark h5,
.card-theme-dark .h5,
.card-theme-dark .h5,
.card-theme-dark h6,
.card-theme-dark .h6,
.card-theme-dark .h6 {
  color: inherit;
}

h1 a:hover, .h1 a:hover, h1 a:focus, .h1 a:focus,
.h1 a:hover,
.h1 a:focus,
h2 a:hover,
.h2 a:hover,
h2 a:focus,
.h2 a:focus,
.h2 a:hover,
.h2 a:focus,
h3 a:hover,
.h3 a:hover,
h3 a:focus,
.h3 a:focus,
.h3 a:hover,
.h3 a:focus,
h4 a:hover,
.h4 a:hover,
h4 a:focus,
.h4 a:focus,
.h4 a:hover,
.h4 a:focus,
h5 a:hover,
.h5 a:hover,
h5 a:focus,
.h5 a:focus,
.h5 a:hover,
.h5 a:focus,
h6 a:hover,
.h6 a:hover,
h6 a:focus,
.h6 a:focus,
.h6 a:hover,
.h6 a:focus,
.link-chevron:hover,
.link-chevron:focus,
.link-cta:hover,
.link-cta:focus {
  text-decoration: none;
}

:not(.card-theme-default):not(.box-theme-light):not(.card-theme-light) .card-theme-dark a:not(.btn):not(.link-cta):hover, :not(.card-theme-default):not(.box-theme-light):not(.card-theme-light) .card-theme-dark a:not(.btn):not(.link-cta):focus,
.box-theme-dark a:not(.btn):not(.link-cta):hover,
.box-theme-dark a:not(.btn):not(.link-cta):focus {
  color: #474e9c !important;
  background-color: #c0dbad !important;
}

:not(.card-theme-default):not(.box-theme-light):not(.card-theme-light) .card-theme-dark .link-cta:hover, :not(.card-theme-default):not(.box-theme-light):not(.card-theme-light) .card-theme-dark .link-cta:focus,
.box-theme-dark .link-cta:hover,
.box-theme-dark .link-cta:focus {
  color: #474e9c !important;
  background-color: #fbf3c6 !important;
}

.card-theme-default a:not(.btn):not(.link-cta):hover, .card-theme-default a:not(.btn):not(.link-cta):focus,
.box-theme-light a:not(.btn):not(.link-cta):hover,
.box-theme-light a:not(.btn):not(.link-cta):focus,
.card-theme-light a:not(.btn):not(.link-cta):hover,
.card-theme-light a:not(.btn):not(.link-cta):focus {
  color: #efefef !important;
  background-color: #474e9c !important;
}

.card-theme-default .link-cta:hover, .card-theme-default .link-cta:focus,
.box-theme-light .link-cta:hover,
.box-theme-light .link-cta:focus,
.card-theme-light .link-cta:hover,
.card-theme-light .link-cta:focus {
  color: #efefef !important;
  background-color: #474e9c !important;
}
/*# sourceMappingURL=theme.css.map */