:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333333%; }
  .offset-sm-2 {
    margin-left: 16.66666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333333%; }
  .offset-sm-5 {
    margin-left: 41.66666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333333%; }
  .offset-sm-8 {
    margin-left: 66.66666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333333%; }
  .offset-sm-11 {
    margin-left: 91.66666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333333%; }
  .offset-md-2 {
    margin-left: 16.66666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333333%; }
  .offset-md-5 {
    margin-left: 41.66666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333333%; }
  .offset-md-8 {
    margin-left: 66.66666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333333%; }
  .offset-md-11 {
    margin-left: 91.66666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333333%; }
  .offset-lg-2 {
    margin-left: 16.66666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333333%; }
  .offset-lg-5 {
    margin-left: 41.66666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333333%; }
  .offset-lg-8 {
    margin-left: 66.66666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333333%; }
  .offset-lg-11 {
    margin-left: 91.66666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333333%; }
  .offset-xl-2 {
    margin-left: 16.66666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333333%; }
  .offset-xl-5 {
    margin-left: 41.66666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333333%; }
  .offset-xl-8 {
    margin-left: 66.66666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333333%; }
  .offset-xl-11 {
    margin-left: 91.66666667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

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

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

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

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

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

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

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

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

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

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

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

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

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

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

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

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

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

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

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

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

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

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

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

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

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

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

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

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

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

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }

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

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

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

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

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

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

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

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

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

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

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

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

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

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

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

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

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

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.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(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.white {
  background-color: #ffffff; }

.white-text {
  color: #ffffff; }

.black {
  background-color: #000000; }

.black-text {
  color: #000000; }

.black-highlight {
  background-color: #3e3e3e; }

.black-highlight-text {
  color: #3e3e3e; }

.strike-through {
  text-decoration: line-through; }

.dark-grey {
  background-color: #2d2d2d; }

.dark-grey-text {
  color: #2d2d2d; }

.light-grey {
  background-color: #939393; }

.light-grey-text {
  color: #939393; }

.lightish-grey {
  background-color: #d6d6d6; }

.lightish-grey-text {
  color: #d6d6d6; }

.lighter-grey {
  background-color: #f3f3f3; }

.lighter-grey-text {
  color: #f3f3f3; }

.lightest-grey {
  background-color: #efefef; }

.lightest-grey-text {
  color: #efefef; }

.shadow-grey {
  background-color: #d3d3d3; }

.shadow-grey-text {
  color: #d3d3d3; }

.green {
  background-color: #376e26; }

.green-text {
  color: #376e26; }

.light-green {
  background-color: #4a9035; }

.light-green-text {
  color: #4a9035; }

.light-blue {
  background-color: #E7E9F1; }

.light-blue-text {
  color: #E7E9F1; }

.dark-blue {
  background-color: #293b6e; }

.dark-blue-text {
  color: #293b6e; }

.blue-highlight {
  background-color: #4a67b3; }

.red {
  background-color: #dc0423; }

.red-text {
  color: #dc0423; }

.yellow {
  background-color: #ffff00; }

.yellow::before {
  background-color: #ffff00; }

.yellow::marker {
  background-color: #ffff00; }

.update-highlight {
  background-color: #ffff00;
  display: inline !important; }

.update-highlight:before {
  background-color: #ffff00;
  display: inline !important; }

.consumerlab-blue {
  background-color: #1C449B; }

.consumerlab-blue-text {
  color: #1C449B; }

.passedTest {
  background-color: rgba(74, 144, 53, 0.3); }

.failedTest {
  background-color: rgba(220, 4, 35, 0.3); }

.shadowed {
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3); }

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

.highlight {
  background-color: yellow; }

.green-highlight {
  background-color: #00ff00; }

.alert.alert-primary {
  background-color: #1C449B;
  border-color: #4a67b3;
  color: #ffffff; }

.alert.alert-success {
  background-color: #4a9035;
  border-color: #376e26;
  color: #ffffff; }

.alert.alert-danger {
  background-color: #FEF2F2;
  border-color: #dc0423;
  color: #991b1b a;
    color-color: #ffffff;
    color-text-decoration: underline; }

.alert.alert-info {
  background-color: #ffffff;
  border-color: #1C449B;
  color: #1C449B; }

.alert.alert-light {
  color: #d3d3d3; }

.alert.alert-dark {
  background-color: #d3d3d3;
  border-color: #2d2d2d;
  color: #3e3e3e; }

.answer.component {
  display: block;
  padding: 0 0 2rem 0;
  color: #2d2d2d; }
  .answer.component h3 {
    margin: 0 0 0.25rem 0;
    font-size: 1.2rem;
    font-weight: bolder; }
  .answer.component p {
    font-size: 1rem;
    line-height: 1.25;
    margin: 0; }
  .answer.component:hover h3 {
    color: #1C449B; }

@media (max-width: 991.98px) {
  .answer.component h3 {
    font-size: 1.1rem; }
  .answer.component p {
    font-size: 0.9rem;
    margin-bottom: 0.5rem; } }

@media (max-width: 576px) {
  .introduction img.rounded {
    border-radius: 0 !important; } }

@media (max-width: 767.98px) {
  .answer.component {
    border-bottom: 1px solid #d6d6d6; } }

@media (max-width: 575.98px) {
  .answer.component {
    flex-direction: column; }
    .answer.component .image img {
      display: block;
      object-fit: cover;
      width: 100%; }
    .answer.component h3 {
      margin: 0.5rem 0 0.25rem 0;
      font-size: 1.2rem; }
    .answer.component p {
      font-size: 1rem; } }

.btn {
  box-shadow: none !important;
  outline: none !important;
  font-size: 1.15rem; }

.btn.btn-primary {
  background-color: #1C449B;
  border-color: #1C449B; }

.btn.btn-info,
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active {
  background-color: #ffffff !important;
  border-color: #1C449B !important;
  color: #1C449B !important; }

.btn-dark {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff; }

.link-button, .pill-button {
  border: 1px solid transparent;
  border-radius: 5rem;
  padding: 0.5em 1.25em;
  outline: none;
  text-decoration: none; }

.pill-button {
  background-color: #1C449B;
  color: #ffffff;
  min-width: 10rem; }
  .pill-button:hover, .pill-button:active, .pill-button:focus {
    background-color: transparent;
    border: 1px solid #1C449B;
    color: #1C449B; }

.link-button {
  background-color: transparent;
  border: 1px solid #1C449B;
  color: #1C449B; }
  .link-button:hover, .link-button:active, .link-button:focus {
    background-color: #1C449B;
    color: #ffffff;
    outline: none; }

.block-button {
  background-color: #1C449B;
  color: #ffffff;
  border-radius: 5rem;
  display: inline-block;
  padding: 0.5em 2em;
  font-size: 1.15rem;
  border: none;
  outline: none; }
  .block-button.inverse {
    background-color: #ffffff;
    color: #1C449B;
    border: 2px solid #1C449B; }
  .block-button:hover, .block-button:active, .block-button:focus {
    background-color: #103075;
    color: #ffffff;
    outline: none; }

.continue-button {
  border: 2px solid #1C449B;
  background-color: #1C449B;
  border-radius: 5rem;
  color: #ffffff;
  padding: 0.75rem 2rem;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 1.15rem; }
  .continue-button:hover, .continue-button:active, .continue-button:focus {
    background-color: #103075;
    border-color: #103075;
    color: #ffffff;
    outline: none; }

.toggle.btn {
  border-color: #d6d6d6;
  color: #d6d6d6;
  border-radius: 5rem;
  min-width: 4rem !important;
  cursor: pointer; }
  .toggle.btn:hover, .toggle.btn:active, .toggle.btn:focus {
    background-color: transparent !important;
    border-color: #d6d6d6;
    outline: none; }
    .toggle.btn:hover .toggle-group .toggle-handle, .toggle.btn:active .toggle-group .toggle-handle, .toggle.btn:focus .toggle-group .toggle-handle {
      background-color: #1C449B; }
  .toggle.btn .toggle-group label {
    display: none; }
  .toggle.btn .toggle-group .toggle-handle {
    background-color: #1C449B;
    border-color: #1C449B;
    border-radius: 20rem;
    display: block;
    height: 1.35rem;
    width: 1.35rem;
    margin-top: 0.2rem;
    margin-right: 4.1rem; }
  .toggle.btn.off .toggle-group .toggle-handle {
    background-color: #d6d6d6;
    border-color: #d6d6d6;
    margin-left: 4.1rem; }

.byline {
  margin-top: 1rem;
  display: flex;
  gap: 1rem; }
  .byline .byline-staff {
    color: #939393;
    display: flex;
    align-items: center;
    justify-content: start;
    font-weight: normal; }
    .byline .byline-staff:hover {
      color: #1C449B; }
    .byline .byline-staff .byline-avatar img {
      display: block;
      max-width: 2.1rem;
      margin-right: 0.5rem; }
    .byline .byline-staff .byline-text {
      margin: 0;
      font-size: 1rem; }

@media (max-width: 991.98px) {
  .byline {
    flex-direction: column;
    gap: 0.5rem; } }

.card {
  font-size: 1.1rem;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 10px 5px #f4f4f4;
  -moz-box-shadow: 0px 0px 10px 5px #f4f4f4;
  box-shadow: 0px 0px 10px 5px #f4f4f4;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 1.5rem 1rem;
  margin-bottom: 1.5rem; }
  .card:hover {
    text-decoration: underline; }
  .card h3 {
    font-size: 1.1rem;
    font-weight: normal; }

.choices {
  display: flex;
  margin: 1rem 0; }
  .choices.vertical {
    flex-direction: column; }
  .choices label.choice {
    display: flex;
    align-items: center;
    cursor: pointer; }
    .choices label.choice input[type=radio] {
      position: absolute;
      opacity: 0;
      width: 0;
      height: 0; }
    .choices label.choice input[type=radio]:checked ~ .checked,
    .choices label.choice input[type=radio]:not(:checked) ~ .unchecked {
      display: block; }
    .choices label.choice input[type=radio]:checked ~ .unchecked,
    .choices label.choice input[type=radio]:not(:checked) ~ .checked {
      display: none; }
    .choices label.choice .text {
      font-size: 1.1rem;
      margin: 0 2rem 0 0.75rem; }

.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
  height: 5rem;
  width: 3.5rem;
  top: 10rem; }
  .carousel-control-prev.carousel-control-prev,
  .carousel-control-next.carousel-control-prev {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }
  .carousel-control-prev.carousel-control-next,
  .carousel-control-next.carousel-control-next {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); }
  .carousel-control-prev .carousel-control-icon,
  .carousel-control-next .carousel-control-icon {
    width: 2rem;
    filter: invert(1); }

.carousel .carousel-indicators {
  bottom: -2rem;
  margin: 0;
  justify-content: left; }
  .carousel .carousel-indicators.carousel-indicators-dark li {
    background-color: #939393;
    color: #939393; }
  .carousel .carousel-indicators li {
    background-color: #ffffff;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    height: 13px;
    width: 13px;
    margin: .25em .5em;
    font-size: .9em;
    opacity: 0.2; }
    .carousel .carousel-indicators li.active {
      opacity: 1; }

.cover {
  text-align: center;
  width: 100%; }
  .cover .cover-wrapper {
    margin: 0 auto; }

.call-to-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem 0;
  text-align: center; }
  .call-to-action h3.benefits {
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 1.4;
    max-width: 20em; }
  .call-to-action a.cta {
    margin: 0 0 1rem 0;
    padding: 0.75em 4em;
    background-color: #dc0423;
    color: #ffffff;
    font-size: 1rem;
    text-transform: capitalize;
    border-radius: 5rem;
    width: 15em; }
    .call-to-action a.cta:hover {
      background-color: #c1031f; }
  .call-to-action .sign-in {
    margin-bottom: 1em; }
  .call-to-action.with-background {
    background-color: #f3f3f3;
    border-radius: 5px;
    padding-top: 1rem; }
  .call-to-action.standard {
    flex-direction: row;
    background: #f3f3f3;
    background-repeat: no-repeat;
    background-position: right center;
    border-radius: 5px;
    justify-content: space-between; }
    .call-to-action.standard .introduction {
      color: #2d2d2d;
      font-weight: 400;
      font-size: 1.5rem;
      line-height: 1.5;
      padding: 1.5rem 3rem 1.5rem 1.5rem; }
      .call-to-action.standard .introduction .review-name {
        font-weight: bold;
        color: #1C449B; }
    .call-to-action.standard .review-access {
      position: relative; }
      .call-to-action.standard .review-access img {
        min-width: 15rem;
        display: block; }
      .call-to-action.standard .review-access .image-overlay {
        background: linear-gradient(90deg, #f3f3f3 0%, rgba(243, 243, 243, 0) 50%);
        display: block;
        width: 100%;
        position: absolute;
        min-height: 100%;
        min-width: 15rem;
        top: 0; }
        .call-to-action.standard .review-access .image-overlay .ribbon {
          background-color: #dc0423;
          color: #ffffff;
          text-transform: uppercase;
          display: block;
          padding: 0.5rem 2.5rem;
          border-top-left-radius: 2rem;
          border-bottom-left-radius: 2rem;
          position: absolute;
          top: 2.5rem;
          right: 0;
          white-space: nowrap; }

.cta.benefits.component {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 1rem; }
  .cta.benefits.component h2 {
    font-weight: 400;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.2;
    margin: 0; }
    .cta.benefits.component h2 span {
      display: block; }
  .cta.benefits.component .cta-benefits {
    margin: 1em 0 0 0; }
    .cta.benefits.component .cta-benefits .benefit {
      display: flex;
      align-items: start;
      margin: .25rem 1rem; }
      .cta.benefits.component .cta-benefits .benefit img {
        display: block;
        margin: .2rem 1rem .2rem 0;
        height: auto;
        width: 2.5rem; }
      .cta.benefits.component .cta-benefits .benefit p {
        line-height: 1.3;
        display: block;
        margin: 0; }
  .cta.benefits.component .cta-gift {
    font-weight: bold;
    font-size: .9rem;
    margin: 1rem 0;
    text-align: center; }
    .cta.benefits.component .cta-gift a {
      color: #000000; }
  .cta.benefits.component .cta-button {
    color: #ffffff;
    display: block;
    background-color: #dc0423;
    border-radius: 5rem;
    font-size: 1rem;
    padding: .75em 1em;
    text-align: center;
    margin: 1rem 0; }
  .cta.benefits.component .cta-button.join {
    background-color: #dc0423; }
    .cta.benefits.component .cta-button.join:hover {
      background-color: #c1031f; }
  .cta.benefits.component .cta-button.explore {
    background-color: #1C449B; }
    .cta.benefits.component .cta-button.explore:hover {
      background-color: #103075; }
  .cta.benefits.component.wide {
    padding: 0; }
    .cta.benefits.component.wide .cta-benefits .benefit {
      margin: 0.25rem 0; }

@media (max-width: 767.98px) {
  .call-to-action.standard {
    flex-direction: column; }
    .call-to-action.standard .introduction {
      font-size: 1.25rem; }
    .call-to-action.standard .review-access img {
      min-width: 100%;
      border-radius: 5px; }
    .call-to-action.standard .review-access .image-overlay {
      background: none;
      position: static;
      margin: 1rem 0; }
      .call-to-action.standard .review-access .image-overlay .ribbon {
        border-radius: 2rem;
        position: static; } }

.upsell-row {
  padding: 0 1.5em 1em 0.9em; }

.upsell {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem 2.5rem;
  padding: 0.75em 5em;
  border-radius: 10px;
  border: solid 2.5px #efefef; }
  .upsell .headline {
    text-align: center;
    font-size: 1.2rem;
    margin: 1rem 0 0 0;
    font-weight: normal; }
  .upsell p {
    text-align: center;
    font-size: 1rem; }
  .upsell .join {
    background-color: #dc0423;
    border-radius: 2em;
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
    text-transform: capitalize;
    margin-top: 1rem;
    padding: 0.75em 5em;
    -webkit-box-shadow: 0 5px 7px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 5px 7px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0 5px 7px -6px rgba(0, 0, 0, 0.75); }
    .upsell .join:hover {
      background-color: #c1031f; }
  .upsell .upsell-login {
    margin: 1em 0;
    font-size: 1em;
    text-align: center; }

.join-modal form {
  padding: 1rem; }
  .join-modal form .padlock-icon {
    text-align: center; }
    .join-modal form .padlock-icon img {
      height: 4rem;
      width: 4rem; }
  .join-modal form .headline {
    max-width: initial;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    font-size: 1.75rem; }
  .join-modal form label, .join-modal form input {
    font-size: 1.25rem; }
  .join-modal form .actions {
    display: flex;
    align-items: center; }
    .join-modal form .actions button {
      margin: 1rem auto !important;
      padding: 0.75rem 4rem;
      background-color: #dc0423;
      color: #ffffff;
      font-size: 1.25rem;
      text-transform: uppercase;
      border-radius: 5rem; }
  .join-modal form .disclaimer {
    font-size: 0.9rem;
    text-align: center;
    margin: 0.5rem 0 0 0; }

.sidebar-cta h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0.9em 0 0.3em 0; }

.sidebar-cta img {
  max-width: 100%; }

@media (max-width: 767.98px) {
  .upsell-row {
    padding: 0 1.5em 1em 1.5em; }
  .upsell {
    margin: 1rem 0;
    padding: 0em 1.5em; }
    .upsell .join {
      margin: 1em 0 0.5em 0;
      padding: 0.75em 1em;
      width: 100%; }
    .upsell .upsell-login {
      margin: 0 0 0.75rem 0; } }

.favorite.favorited,
.favorite:hover {
  color: #dc0423; }

.favorite.favorited .not-favorited,
.favorite.not-favorited .favorited {
  display: none; }

.favorite-box {
  position: relative;
  display: block; }
  .favorite-box .favorite {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    font-size: 1.3rem;
    color: #dc0423; }

.faq h2 {
  border-bottom: 2px solid #000000;
  margin: 0;
  padding: 0 0 1rem 0;
  font-size: 1.5rem; }

.faq .section .question {
  background-color: #f3f3f3;
  padding: 1rem;
  cursor: pointer; }
  .faq .section .question h3 {
    font-weight: 500;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    display: flex;
    justify-content: space-between; }
    .faq .section .question h3 .icons {
      height: 12px;
      width: 24px;
      margin-left: 1rem;
      flex-shrink: 0; }
      .faq .section .question h3 .icons img {
        height: 100%;
        width: 100%; }
    .faq .section .question h3 .expander {
      display: block; }
    .faq .section .question h3 .collapser {
      display: none; }

.faq .section .answer {
  padding: 1rem 0;
  display: none;
  font-size: 1rem; }

.faq .section.open .question h3 .expander {
  display: none; }

.faq .section.open .question h3 .collapser {
  display: block; }

.faq .section.open .answer {
  display: block; }

.featured {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  .featured h2 {
    text-align: center;
    margin-bottom: 2rem; }
  .featured .feature {
    margin-bottom: 1.5rem; }
    .featured .feature img {
      display: block;
      margin: 0 auto; }
    .featured .feature h3 {
      color: #2d2d2d;
      font-size: 1.1rem;
      font-weight: bold;
      text-align: center;
      margin: .5rem 0 .5rem 0;
      min-height: 2.5em; }
    .featured .feature:hover h4 {
      color: #1C449B; }
    .featured .feature img:hover + h3, .featured .feature h3:hover {
      color: #1C449B !important; }

.home.logged-in .featured {
  -webkit-box-shadow: inset 0 -10px 10px 0 #f3f3f3;
  -moz-box-shadow: inset 0 -10px 10px 0 #f3f3f3;
  box-shadow: inset 0 10px -10px 0 #f3f3f3; }

.grouped-list {
  margin-bottom: 2rem; }
  .grouped-list h2 {
    margin: 0 0 0.5rem 0;
    padding: 1.5rem 0 0.25rem 0.5rem;
    font-size: 1.5rem;
    border-bottom: 1px solid #d6d6d6; }
  .grouped-list a {
    display: block;
    padding: 0.5rem;
    font-size: 1.25rem;
    color: #000000; }
    .grouped-list a:hover, .grouped-list a:active {
      background-color: #1C449B;
      color: #ffffff; }

.horizontal-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem; }
  .horizontal-list li {
    display: inline-block;
    padding-right: 0.5rem; }

.icon {
  display: inline-block;
  width: 16px; }
  .icon.large {
    width: 24px; }
  .icon.small {
    width: 18px !important; }

.article-metadata-updates .article-metadata-latest-update-container {
  display: flex;
  border: solid 2px #000000;
  border-radius: 800px;
  font-size: 1rem;
  line-height: 1rem;
  white-space: nowrap;
  width: max-content; }
  .article-metadata-updates .article-metadata-latest-update-container .article-metadata-latest-update-label {
    border: solid 2px #000000;
    background-color: #000000;
    color: #d6d6d6;
    padding: 5px 10px 5px 10px;
    margin-left: -1px; }
  .article-metadata-updates .article-metadata-latest-update-container .article-metadata-latest-update-link {
    padding: .5rem 2rem .5rem 1rem;
    color: #1C449B;
    font-weight: normal;
    align-self: flex-start; }
  .article-metadata-updates .article-metadata-latest-update-container .article-metadata-latest-update-link a:link {
    color: #1C449B;
    font-weight: normal; }

@media (max-width: 767.98px) {
  .article-metadata-updates {
    padding-left: 0;
    padding-right: 0; }
    .article-metadata-updates .article-metadata-latest-update-container {
      flex-direction: column;
      border-left: none;
      border-right: none;
      border-radius: 0;
      margin-top: 1.5rem;
      padding: .5rem 1rem;
      width: 100%; }
      .article-metadata-updates .article-metadata-latest-update-container .article-metadata-latest-update-label {
        border: solid 2px #000000;
        background-color: #000000;
        color: #d6d6d6;
        margin: -1.5rem 0 .5rem 0;
        padding: 5px 10px 5px 10px;
        align-self: flex-start;
        width: auto; }
      .article-metadata-updates .article-metadata-latest-update-container .article-metadata-latest-update-link {
        padding: 0 20px 5px 10px;
        font-size: 1rem;
        color: #1C449B;
        white-space: normal; } }

.letter-box {
  background-image: url(https://cdn.consumerlab.com/images/white-fade.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  top: 80px !important;
  /* padding-bottom must be equivalent to the height of the background image */
  padding-bottom: 33px; }
  .letter-box .letter-container {
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0; }
    .letter-box .letter-container a {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
      border: 1px solid #d6d6d6;
      text-align: center;
      color: #a5a5a5;
      padding: 0.15rem 0; }
      .letter-box .letter-container a:hover, .letter-box .letter-container a.active {
        border-color: #2d2d2d;
        color: #1C449B; }

@media (max-width: 991.98px) {
  .letter-box {
    top: 60px !important; }
    .letter-box .letter-container a {
      padding: 0.15rem 0.1rem; } }

@media (max-width: 767.98px) {
  .letter-box {
    background: none;
    padding-bottom: 0; }
    .letter-box .letter-container {
      flex-shrink: 1;
      margin: 2em 0 0 0;
      flex-direction: column;
      justify-content: flex-start;
      align-content: flex-end; }
      .letter-box .letter-container a {
        flex-grow: 0;
        font-size: 1.5em;
        font-weight: 300;
        padding: 0.2em;
        margin: 0 0 0.5em 1em;
        width: 1.75em; } }

.navigation.sticky-top.stuck .label {
  border-top: none; }

.navigation .label {
  background-color: #efefef;
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 0.65rem;
  cursor: pointer; }
  .navigation .label .text {
    font-size: 1.5rem;
    font-weight: 500;
    color: #1C449B; }
  .navigation .label .icon .collapsed {
    display: block; }
  .navigation .label .icon .expanded {
    display: none; }

.navigation ul, .navigation .items {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
  font-size: 1rem; }
  .navigation ul ul a, .navigation .items ul a {
    padding-left: 2rem; }
  .navigation ul ul ul a, .navigation .items ul ul a {
    padding-left: 3rem; }
  .navigation ul li, .navigation .items li {
    margin: 0;
    padding: 0;
    border-left: 5px solid #efefef; }
    .navigation ul li li, .navigation .items li li {
      border-left: none; }
    .navigation ul li.highlighted a, .navigation .items li.highlighted a {
      font-weight: bold; }
    .navigation ul li.active, .navigation ul li:hover, .navigation .items li.active, .navigation .items li:hover {
      border-left-color: #1C449B; }
      .navigation ul li.active a, .navigation ul li:hover a, .navigation .items li.active a, .navigation .items li:hover a {
        color: #1C449B;
        font-weight: bold; }
    .navigation ul li a, .navigation .items li a {
      display: block;
      color: #2d2d2d;
      margin-left: 0.75rem;
      padding: 0.65rem 0;
      border-bottom: 1px solid #ffffff; }

.navigation.expanded ul, .navigation.expanded .items {
  display: block !important; }

.navigation.expanded .icon .collapsed {
  display: none; }

.navigation.expanded .icon .expanded {
  display: block; }

.navigation.jump-menu {
  background-color: #d3d3d3;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .navigation.jump-menu .label {
    display: flex; }
  .navigation.jump-menu ul, .navigation.jump-menu .items {
    display: none;
    font-size: 1.25rem; }
    .navigation.jump-menu ul ul, .navigation.jump-menu .items ul {
      max-height: initial; }
    .navigation.jump-menu ul li, .navigation.jump-menu .items li {
      border: none; }
      .navigation.jump-menu ul li a, .navigation.jump-menu .items li a {
        margin-left: 0;
        padding-left: 1rem; }

@media (max-width: 767.98px) {
  .navigation .label {
    display: flex; }
  .navigation ul, .navigation .items {
    display: none;
    font-size: 1.25rem;
    max-height: 30rem;
    overflow-y: scroll; }
    .navigation ul ul, .navigation .items ul {
      max-height: initial;
      overflow-y: initial; }
    .navigation ul li, .navigation .items li {
      border: none; }
      .navigation ul li a, .navigation .items li a {
        margin-left: 0;
        padding-left: 1rem; } }

@media (max-width: 575.98px) {
  .navigation .label {
    padding-top: .35rem;
    padding-bottom: .35rem; }
    .navigation .label .text {
      font-size: 1.25rem; }
  .navigation ul li a, .navigation .items li a {
    font-size: 1.1rem;
    padding-top: .35rem;
    padding-bottom: .35rem; } }

.padlock-box {
  position: relative;
  display: block; }
  .padlock-box .padlock {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem; }
    .padlock-box .padlock .image {
      height: 1.75rem;
      width: 1.75rem;
      background-color: #ffffff;
      border-radius: 50px; }
      .padlock-box .padlock .image img {
        height: 100%;
        width: 100%; }

.paginator {
  margin: 1rem 0 2rem 0;
  display: flex;
  align-items: baseline;
  justify-content: center; }
  .paginator a, .paginator span {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    font-size: 1.2rem; }
  .paginator a:hover, .paginator a.active {
    background-color: #f3f3f3;
    border-radius: 5px; }

.payment-method {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px dashed #d6d6d6;
  border-radius: 0.5rem;
  max-width: 375px; }
  .payment-method .payment-method-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem !important; }
  .payment-method .payment-method-details {
    display: flex;
    gap: 0.75rem;
    align-items: center; }
    .payment-method .payment-method-details img {
      display: inline-block; }
    .payment-method .payment-method-details .payment-method-description {
      font-size: 0.9rem; }
    .payment-method .payment-method-details .payment-method-expiration {
      background-color: #efefef;
      border-radius: 0.25rem;
      padding: 0.25rem 0.5rem;
      font-size: 0.9rem; }

.payment-container-field .recurly-element {
  border: 1px solid #2d2d2d;
  border-radius: 0.25rem;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem; }

.progress-bar {
  background-color: #1C449B; }

.progress-bar.bg-danger {
  background-color: #dc0423; }

.search-form {
  scroll-margin-top: 100px; }
  .search-form .bordered {
    border: 1px solid #d6d6d6;
    border-radius: 5px; }
  .search-form .search {
    display: flex;
    margin-bottom: 1rem; }
    .search-form .search input {
      border: none;
      color: #2d2d2d;
      font-size: 1rem;
      font-weight: 300;
      padding: 0.5rem;
      height: initial; }
  .search-form .input-group {
    background-color: #ffffff; }
    .search-form .input-group img {
      margin: 0.75rem;
      width: 1rem;
      height: 1rem; }
    .search-form .input-group.filter select {
      background-color: #ffffff;
      border: none;
      border-radius: 5px;
      box-sizing: border-box;
      font-size: 1rem;
      font-weight: 300;
      margin: 0;
      padding: 0 2rem 0 0.5rem;
      height: 2.5rem;
      width: 100%; }

@media (max-width: 767.98px) {
  .search-form {
    background-color: #f3f3f3;
    padding: 1rem;
    scroll-margin-top: 75px; } }

.sticky-top {
  top: 79px; }

@media (max-width: 991.98px) {
  .sticky-top {
    top: 60px; }
  .sticky-top.sticky-shadow.stuck {
    z-index: 1031;
    box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.3); } }

.no-sticky-offset {
  top: 0; }

.tabella-ctr {
  font-size: 0.9rem;
  margin: 0 !important; }
  .tabella-ctr .t-first-row {
    border-bottom-width: 0; }
  .tabella-ctr .t-row {
    border: 1px solid #d3d3d3;
    margin-top: 0; }
  .tabella-ctr .t-row-desc {
    padding: 0; }
  .tabella-ctr .t-cell-desc-l {
    background-color: rgba(51, 102, 153, 0.1);
    font-size: 0.9rem;
    width: 100%; }
  .tabella-ctr .t-cell-desc-s {
    font-size: 0.8rem; }
  .tabella-ctr .t-row-header {
    color: #ffffff;
    background-color: #1C449B;
    font-weight: normal; }
  .tabella-ctr .t-row-values {
    font-size: 1.0em;
    height: 100%; }
  .tabella-ctr .header-column-a {
    vertical-align: top;
    text-align: center;
    padding: 0.3rem; }
  .tabella-ctr .product-column-a {
    vertical-align: top;
    text-align: left;
    padding: 0.3rem; }
  .tabella-ctr .t-sliding-row {
    background-color: #ffffff; }
  .tabella-ctr .t-row-cell {
    background-color: transparent !important;
    color: #000000;
    border-left: #7993b4 1px solid !important;
    border-top: #7993b4 1px solid !important; }
  .tabella-ctr .t-row-cell:nth-of-type(even) {
    background-color: whitesmoke !important; }
  .tabella-ctr .t-row-cell:nth-of-type(odd) {
    background-color: white !important; }
  .tabella-ctr .t-cell-border-top::before {
    border-top-color: #d3d3d3; }
  .tabella-ctr .t-element {
    line-height: 1.2; }
  .tabella-ctr .t-cell-value {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.4;
    padding: 3px;
    width: 100%; }
    .tabella-ctr .t-cell-value div[data-role='popup'] {
      display: none; }
      .tabella-ctr .t-cell-value div[data-role='popup'] .ui-btn-right {
        display: none; }
  .tabella-ctr .t-cell-desc-l,
  .tabella-ctr .t-cell-desc-s {
    color: #000000;
    font-style: normal;
    font-weight: bold;
    padding: 3px 5px 0 5px;
    text-align: center; }
    .tabella-ctr .t-cell-desc-l .swipe-initial-column,
    .tabella-ctr .t-cell-desc-s .swipe-initial-column {
      margin-bottom: 0.5em; }
  .tabella-ctr .t-cell-desc-l,
  .tabella-ctr .t-row-content {
    background-color: rgba(51, 102, 153, 0.1); }
  .tabella-ctr .t-cell-desc-s {
    display: block; }
  .tabella-ctr .t-arrow,
  .tabella-ctr .t-arr-right,
  .tabella-ctr .t-arr-left {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.1rem;
    background-color: #1C449B; }
  .tabella-ctr .t-arr-right svg {
    width: 40%;
    top: 0; }
  .tabella-ctr .t-arr-left svg {
    width: 40%;
    top: 0; }
  .tabella-ctr .t-row {
    border: #7993b4 1px solid !important; }
  .tabella-ctr a {
    color: #1C449B; }
  .tabella-ctr .upper-limit-text {
    color: #dc0423; }
  .tabella-ctr .daily-value-text {
    color: #376e26; }
  .tabella-ctr .footnotes {
    font-size: 1rem;
    padding: 10px; }
  .tabella-ctr .aFootnote {
    text-decoration: none;
    color: #4a67b3;
    font-weight: normal;
    padding-left: 2px;
    font-size: 1em; }
  .tabella-ctr .aFootnote a.link {
    text-decoration: none;
    color: #1C449B; }
  .tabella-ctr .divReviewTableHeader {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 100%;
    background-color: #dbe8f8;
    padding: 5px;
    border: #7993b4 1px solid;
    text-align: center; }
  .tabella-ctr .divReviewTableFooterA {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 5px;
    border: #7993b4 1px solid;
    border-top: none;
    text-align: left;
    font-size: 0.9em; }
  .tabella-ctr .divReviewTableFooterB {
    margin: 0 auto 20px auto;
    width: 100%;
    background-color: #ffffff;
    padding: 5px;
    border: 1px solid #7993b4;
    border-top: none;
    text-align: left;
    font-size: 0.9em; }
  .tabella-ctr .spnReviewTableSubheader {
    text-align: center;
    font-size: 0.8em;
    font-weight: bold; }
  .tabella-ctr .divSpinner {
    margin: 25px; }
  .tabella-ctr .product-image-small {
    max-width: 150px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .tabella-ctr .reviewProductPhoto {
    padding: 10px; }
  .tabella-ctr .divProductImage {
    width: 83px;
    height: 110px;
    position: relative;
    margin: 20px auto 10px auto; }
  .tabella-ctr .divProductImageB {
    width: 150px;
    height: 150px;
    position: relative;
    margin: 20px auto 10px auto; }
  .tabella-ctr .price-check {
    margin-top: 10px;
    margin-bottom: 5px; }
  .tabella-ctr .rightCircle {
    position: absolute;
    right: -8px;
    top: -15px; }
    .tabella-ctr .rightCircle img {
      width: 20px;
      opacity: 0.75; }
  .tabella-ctr .divApprovedText {
    font-weight: normal;
    margin-top: -7px; }
  .tabella-ctr .divAlternateApprovalText {
    font-weight: normal; }
  .tabella-ctr .flag {
    width: 100%;
    font-size: 1.0em;
    text-align: center;
    color: white;
    font-weight: normal;
    letter-spacing: 2px;
    display: flex;
    margin: 5px 0 10px 0; }
  .tabella-ctr .flag-body {
    flex-grow: 1;
    padding: 5px;
    line-height: 18px;
    word-break: break-all; }
  .tabella-ctr .flag-edge-left {
    margin-right: -1px; }
  .tabella-ctr .flag-edge-right {
    margin-left: -1px; }
  .tabella-ctr .flag-approved {
    letter-spacing: 3px; }
  .tabella-ctr .flag-not-approved {
    letter-spacing: 1px; }
  .tabella-ctr .flag-approved .flag-body {
    background-color: #009900; }
  .tabella-ctr .flag-approved .flag-edge path {
    fill: #009900; }
  .tabella-ctr .flag-not-approved .flag-body {
    background-color: #ff0000; }
  .tabella-ctr .flag-not-approved .flag-edge path {
    fill: #ff0000; }
  .tabella-ctr .flag-top-pick .flag-body {
    background-color: #1c449b; }
  .tabella-ctr .flag-top-pick .flag-edge path {
    fill: #1c449b; }
  .tabella-ctr .divTopPick, .tabella-ctr .divBestOption, .tabella-ctr .divFlagApproved, .tabella-ctr .divFlagNotApproved {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .tabella-ctr .divTopPick {
    background-color: #1c449b;
    width: 100%;
    line-height: 25px;
    font-size: 1.0em;
    text-align: center;
    color: white;
    font-weight: normal;
    letter-spacing: 3px;
    height: 25px;
    margin-bottom: 10px;
    margin-top: 5px; }
  .tabella-ctr .divTopPickLeft {
    float: left;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 5px;
    border-color: transparent transparent transparent #eaeff5; }
  .tabella-ctr .divTopPickRight {
    float: right;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 5px 12.5px 0;
    border-color: transparent #eaeff5 transparent transparent; }
  .tabella-ctr .divBestOption {
    background-color: #A4C4EB;
    width: 100%;
    line-height: 25px;
    font-size: 1.0em;
    text-align: center;
    color: #1C44A8;
    font-weight: bold;
    letter-spacing: 3px;
    height: 25px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-shadow: none; }
  .tabella-ctr .divBestOptionLeft {
    float: left;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 5px;
    border-color: transparent transparent transparent #eaeff5; }
  .tabella-ctr .divBestOptionRight {
    float: right;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 5px 12.5px 0;
    border-color: transparent #eaeff5 transparent transparent; }
  .tabella-ctr .divFlagApproved {
    background-color: #009900;
    width: 100%;
    line-height: 25px;
    font-size: 1.0em;
    text-align: center;
    color: white;
    font-weight: normal;
    letter-spacing: 3px;
    height: 25px;
    margin-bottom: 10px;
    margin-top: 5px; }
  .tabella-ctr .divFlagApprovedLeft {
    float: left;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 5px;
    border-color: transparent transparent transparent #eaeff5; }
  .tabella-ctr .divFlagApprovedRight {
    float: right;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 5px 12.5px 0;
    border-color: transparent #eaeff5 transparent transparent; }
  .tabella-ctr .divFlagNotApproved {
    background-color: #ff0000;
    width: 100%;
    line-height: 25px;
    font-size: 1.0em;
    text-align: center;
    color: white;
    font-weight: normal;
    letter-spacing: 1px;
    height: 25px;
    margin-bottom: 10px;
    margin-top: 5px; }
  .tabella-ctr .divFlagNotApprovedLeft {
    float: left;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 5px;
    border-color: transparent transparent transparent #eaeff5; }
  .tabella-ctr .divFlagNotApprovedRight {
    float: right;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 5px 12.5px 0;
    border-color: transparent #eaeff5 transparent transparent; }
  .tabella-ctr .spnReviewTableHeaderSubtext {
    font-size: 1em;
    margin-top: -8px;
    margin-bottom: 5px;
    font-weight: normal; }

.toggle-panel-container {
  position: relative; }

.toggle-panel-options {
  display: flex;
  margin-top: 1rem;
  padding: 0.75rem 0;
  border-top: 1px solid #d3d3d3;
  border-bottom: 2px solid #2d2d2d; }
  .toggle-panel-options .toggle-panel-option {
    display: flex;
    align-items: baseline;
    margin-right: 2rem;
    color: #2d2d2d;
    font-size: 1.25rem; }
    .toggle-panel-options .toggle-panel-option span {
      margin-right: 1rem; }
    .toggle-panel-options .toggle-panel-option.expanded span {
      font-weight: 500; }
    .toggle-panel-options .toggle-panel-option .expanded, .toggle-panel-options .toggle-panel-option .collapsed {
      display: none; }
    .toggle-panel-options .toggle-panel-option.expanded .expanded, .toggle-panel-options .toggle-panel-option.collapsed .collapsed {
      display: block; }

.toggle-panel {
  position: absolute;
  z-index: 5;
  background-color: #ffffff;
  padding: 1rem 2rem; }
  .toggle-panel .panel-filter .input-group {
    background-color: #f3f3f3;
    border-radius: 5px; }
    .toggle-panel .panel-filter .input-group .input-group-prepend {
      margin: 0;
      padding: 0.5rem; }
    .toggle-panel .panel-filter .input-group .form-control {
      background-color: transparent;
      border: none; }
  .toggle-panel.year {
    max-width: 15rem; }
  .toggle-panel a {
    display: block;
    padding: 0.5rem;
    font-size: 1.1rem; }

@media (max-width: 767.98px) {
  .toggle-panel-options .toggle-panel-option {
    font-size: 1rem; }
    .toggle-panel-options .toggle-panel-option span {
      margin-right: 0.5rem; } }

h1 {
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 1em 0; }

h2:not(:first-child) {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.9em 0 0.3em 0; }

h2:first-child {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0em 0 0.3em 0; }

h3:not(:first-child) {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0.9em 0 0.3em 0; }

h3:first-child {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 0.3em 0; }

h4 {
  font-size: 1.1em;
  font-weight: normal;
  margin: 0 0 1em 0; }

h5 {
  font-size: 1em;
  font-weight: normal;
  margin: 0 0 1em 0; }

a {
  color: #1C449B;
  word-break: break-word; }
  a:hover {
    text-decoration: none; }

.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.dtr-title {
  width: 22vw;
  display: inline-block;
  vertical-align: top; }

.dataTable thead th {
  padding-left: 26px !important;
  background-position: left !important;
  font-size: 1.1rem; }

@media (max-width: 767.98px) {
  .dataTable thead th:first-of-type {
    padding-left: 30px !important; }
  .dataTable tbody td:first-of-type {
    padding-left: 30px !important; } }

.dataTable tbody td {
  padding-left: 6px !important; }

.dtr-data {
  width: 68vw;
  display: inline-block; }

.dtr-details {
  display: block; }

td.dtr-control:before {
  left: 0px !important;
  top: 1.2rem !important; }

/*.dtr-control {
    padding-left: 40px !important;
}*/
table thead tr {
  font-weight: bold; }

table {
  word-break: normal;
  text-align: left; }

.table-striped {
  border-color: #dee2e6; }
  .table-striped tbody tr:nth-of-type(odd) {
    background: #ffffff; }
  .table-striped tbody tr:nth-of-type(even) {
    background: #E7E9F1; }

.table-layout-fixed {
  table-layout: fixed; }

.white {
  background-color: #ffffff; }

.white-text {
  color: #ffffff; }

.black {
  background-color: #000000; }

.black-text {
  color: #000000; }

.black-highlight {
  background-color: #3e3e3e; }

.black-highlight-text {
  color: #3e3e3e; }

.strike-through {
  text-decoration: line-through; }

.dark-grey {
  background-color: #2d2d2d; }

.dark-grey-text {
  color: #2d2d2d; }

.light-grey {
  background-color: #939393; }

.light-grey-text {
  color: #939393; }

.lightish-grey {
  background-color: #d6d6d6; }

.lightish-grey-text {
  color: #d6d6d6; }

.lighter-grey {
  background-color: #f3f3f3; }

.lighter-grey-text {
  color: #f3f3f3; }

.lightest-grey {
  background-color: #efefef; }

.lightest-grey-text {
  color: #efefef; }

.shadow-grey {
  background-color: #d3d3d3; }

.shadow-grey-text {
  color: #d3d3d3; }

.green {
  background-color: #376e26; }

.green-text {
  color: #376e26; }

.light-green {
  background-color: #4a9035; }

.light-green-text {
  color: #4a9035; }

.light-blue {
  background-color: #E7E9F1; }

.light-blue-text {
  color: #E7E9F1; }

.dark-blue {
  background-color: #293b6e; }

.dark-blue-text {
  color: #293b6e; }

.blue-highlight {
  background-color: #4a67b3; }

.red {
  background-color: #dc0423; }

.red-text {
  color: #dc0423; }

.yellow {
  background-color: #ffff00; }

.yellow::before {
  background-color: #ffff00; }

.yellow::marker {
  background-color: #ffff00; }

.update-highlight {
  background-color: #ffff00;
  display: inline !important; }

.update-highlight:before {
  background-color: #ffff00;
  display: inline !important; }

.consumerlab-blue {
  background-color: #1C449B; }

.consumerlab-blue-text {
  color: #1C449B; }

.passedTest {
  background-color: rgba(74, 144, 53, 0.3); }

.failedTest {
  background-color: rgba(220, 4, 35, 0.3); }

#no-js-warning {
  width: 100%;
  height: 2.5rem;
  line-height: 2.6rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: #731b22;
  background-color: #f9d7da;
  border-bottom: 1px solid #c0c0c0;
  text-align: center;
  position: fixed;
  z-index: 1030; }

#header {
  border-bottom: 1px solid #d3d3d3;
  box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.3);
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  background-color: #ffffff;
  height: 80px;
  z-index: 1030; }
  #header.expanded {
    /* this is to go over top of any sticky fixed headers */
    z-index: 1032; }
  #header .brand {
    min-width: 15rem;
    max-width: 20rem;
    margin: 0 2.5rem; }
  #header #overlay-toggle {
    border: none;
    border-right: 1px solid #d3d3d3;
    background-color: #ffffff;
    width: 79px;
    height: 79px;
    padding: 0;
    outline: none; }
    #header #overlay-toggle .icon {
      color: #1C449B; }
    #header #overlay-toggle img {
      margin: 0 auto;
      height: 24px; }
  #header #overlay-toggle.expanded,
  #header #overlay-toggle.nested {
    background-color: #1C449B; }
    #header #overlay-toggle.expanded .icon,
    #header #overlay-toggle.nested .icon {
      color: #ffffff; }
  #header #overlay-toggle.expanded .expanded,
  #header #overlay-toggle.collapsed .collapsed,
  #header #overlay-toggle.nested .nested {
    display: block; }
  #header #overlay-toggle.expanded .collapsed,
  #header #overlay-toggle.expanded .nested,
  #header #overlay-toggle.collapsed .expanded,
  #header #overlay-toggle.collapsed .nested,
  #header #overlay-toggle.nested .expanded,
  #header #overlay-toggle.nested .collapsed {
    display: none; }
  #header .header-navigation-contents {
    justify-content: space-between; }
  #header .menu {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  #header .primary.menu {
    background-color: #ffffff;
    display: flex; }
  #header .primary.menu .menu-item, #header .desktop.menu .menu-item {
    margin-bottom: -1px; }
    #header .primary.menu .menu-item.trigger.active a, #header .desktop.menu .menu-item.trigger.active a {
      background-color: #ffffff;
      border-left: 1px solid #d3d3d3;
      border-right: 1px solid #d3d3d3;
      border-bottom: 1px solid #ffffff;
      color: #1C449B; }
    #header .primary.menu .menu-item a, #header .desktop.menu .menu-item a {
      color: #2d2d2d;
      font-size: 1.1rem;
      font-weight: 500;
      height: 5rem;
      padding: 1.5rem 0.9rem 0 1rem;
      border-left: 1px solid transparent;
      border-right: 1px solid transparent;
      border-bottom: 1px solid transparent;
      word-break: keep-all; }
      #header .primary.menu .menu-item a img, #header .desktop.menu .menu-item a img {
        display: none; }
  #header .primary.menu .menu-item a:hover {
    color: #1C449B; }
  #header .mobile.menu .menu-item .nav-link {
    display: flex;
    height: 59px;
    align-items: center; }
    #header .mobile.menu .menu-item .nav-link .initial {
      display: block; }
    #header .mobile.menu .menu-item .nav-link .active, #header .mobile.menu .menu-item .nav-link .logged-in {
      display: none; }
    #header .mobile.menu .menu-item .nav-link.header-link-sign-in .badge {
      position: absolute;
      top: 0.5rem;
      right: 0.5rem; }
  #header #header-search img {
    display: block;
    width: 2rem;
    height: 2rem; }
  #header #header-search .active {
    display: none; }
  #header #header-search .inactive {
    display: block; }
  #header #header-search.active .active {
    display: block; }
  #header #header-search.active .inactive {
    display: none; }
  #header #header-join-mobile a {
    background-color: #dc0423;
    text-align: center;
    color: #ffffff; }
  #header .desktop .menu-item.search a {
    padding-left: 2rem;
    padding-right: 2rem; }
  #header .desktop .menu-item.join a,
  #header .desktop .menu-item.account a {
    color: #ffffff;
    padding-left: 2rem;
    padding-right: 2rem; }
  #header .desktop .menu-item.join a {
    background-color: #dc0423; }
    #header .desktop .menu-item.join a:hover {
      background-color: #c1031f; }
  #header .desktop .menu-item.account a {
    background-color: #1C449B; }
  #header #megamenu {
    background-color: #ffffff;
    position: absolute;
    margin-top: 1px;
    width: 100%; }
    #header #megamenu .close {
      background-color: transparent;
      border: none;
      position: absolute;
      top: 1rem;
      right: 1rem;
      cursor: pointer;
      z-index: 1; }
    #header #megamenu .panel {
      display: none;
      border: 1px solid #d3d3d3;
      box-shadow: 0 15px 30px -15px rgba(0, 0, 0, 0.3);
      border-top-width: 0; }
      #header #megamenu .panel .container {
        margin-top: 1.5rem; }
      @media (max-width: 576px) {
        #header #megamenu .panel .container {
          margin: 0;
          padding: 0; } }
    #header #megamenu #search-panel {
      padding: 1rem 0; }
      #header #megamenu #search-panel .container {
        margin-top: 0; }
      #header #megamenu #search-panel .search {
        margin: 0 auto;
        max-width: 35rem; }
        #header #megamenu #search-panel .search .search-wrap {
          border: 2px solid #1C449B;
          padding: 1px;
          display: flex;
          align-items: center; }
          #header #megamenu #search-panel .search .search-wrap img {
            margin-left: 5px; }
          #header #megamenu #search-panel .search .search-wrap input {
            width: 25rem; }
          #header #megamenu #search-panel .search .search-wrap input,
          #header #megamenu #search-panel .search .search-wrap input:focus {
            background-color: #ffffff;
            box-shadow: none;
            border: none;
            outline: none; }
          #header #megamenu #search-panel .search .search-wrap button {
            background-color: #1C449B;
            border: none;
            border-radius: 0;
            text-transform: uppercase;
            font-weight: bold;
            width: 10rem; }
        #header #megamenu #search-panel .search .suggestions {
          position: relative; }
          #header #megamenu #search-panel .search .suggestions .autocomplete-suggestions {
            background-color: #ffffff;
            border: 2px solid #1C449B;
            border-top-width: 0;
            padding: 0.5rem 2rem; }
            #header #megamenu #search-panel .search .suggestions .autocomplete-suggestions .autocomplete-suggestion {
              padding: 0.25em 1em;
              border-bottom: 1px solid #d3d3d3;
              color: #2d2d2d;
              font-size: 1.2rem;
              cursor: pointer; }
              #header #megamenu #search-panel .search .suggestions .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
                color: #1C449B; }
              #header #megamenu #search-panel .search .suggestions .autocomplete-suggestions .autocomplete-suggestion:last-child {
                border-bottom: none; }
      @media (max-width: 576px) {
        #header #megamenu #search-panel {
          padding: 0; }
          #header #megamenu #search-panel .container {
            max-width: 100%; }
          #header #megamenu #search-panel .search {
            border-bottom: 1px solid #f3f3f3;
            margin: 0;
            max-width: 100%; }
            #header #megamenu #search-panel .search .search-wrap {
              padding: 0;
              background-color: #ffffff; }
              #header #megamenu #search-panel .search .search-wrap button,
              #header #megamenu #search-panel .search .search-wrap .form-control {
                border: none;
                border-radius: 0;
                outline: none;
                height: 56px; }
              #header #megamenu #search-panel .search .search-wrap .form-control {
                font-size: 1.2rem;
                padding: 1rem 0.5rem;
                color: #2d2d2d;
                width: 100%; }
              #header #megamenu #search-panel .search .search-wrap button {
                font-weight: normal;
                width: inherit; }
            #header #megamenu #search-panel .search .suggestions .autocomplete-suggestions {
              padding: 0;
              border-left: none;
              border-right: none; } }
    #header #megamenu .menu-panel {
      background-color: #ffffff;
      position: absolute; }
      #header #megamenu .menu-panel ul {
        list-style: none;
        margin: 1rem 0;
        padding: 0; }
        #header #megamenu .menu-panel ul li {
          margin: 0;
          padding: 0; }
          #header #megamenu .menu-panel ul li a {
            display: block;
            min-width: 15em;
            padding: .5em 1em;
            text-align: right;
            color: #000000; }
            #header #megamenu .menu-panel ul li a img {
              display: none; }
            #header #megamenu .menu-panel ul li a:hover {
              color: #1C449B; }
      #header #megamenu .menu-panel#account-panel {
        border-top: 1px solid #d3d3d3; }
        #header #megamenu .menu-panel#account-panel ul li a {
          font-size: 1.1rem;
          min-width: 11rem; }
        #header #megamenu .menu-panel#account-panel .membership {
          margin: 0; }
      @media (max-width: 991.98px) {
        #header #megamenu .menu-panel {
          position: static;
          width: 100%; }
          #header #megamenu .menu-panel ul {
            margin: 0; }
            #header #megamenu .menu-panel ul li a {
              display: flex;
              align-items: center;
              justify-content: space-between;
              height: auto;
              margin: 0;
              padding: .8rem;
              border-top: 1px solid #f3f3f3;
              color: #2d2d2d;
              font-size: 1.1rem;
              font-weight: 500;
              text-align: left;
              text-decoration: none; }
              #header #megamenu .menu-panel ul li a img {
                display: inline-block; } }
#no-js-warning + #header {
  top: 2.5rem; }

body.logged-in #header .mobile.menu .menu-item.login .initial, body.logged-in #header .mobile.menu .menu-item.login .active {
  display: none; }

body.logged-in #header .mobile.menu .menu-item.login .logged-in {
  display: block; }

body.trigger-search .page-container {
  margin-top: 150px; }

#header .mobile.menu .menu-item.active .nav-link .initial, #header .mobile.menu .menu-item.active .nav-link .logged-in {
  display: none; }

#header .mobile.menu .menu-item.active .nav-link .active {
  display: block; }

#overlay-menu {
  margin-top: 225px; }
  #overlay-menu .overlay-menu-group h3 {
    color: #2d2d2d;
    font-size: 1.5rem;
    font-weight: 500;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 0.5rem;
    margin-bottom: 0.25rem; }
  #overlay-menu .overlay-menu-group ul {
    list-style: none;
    margin: 0.5rem 0 2rem 0;
    padding: 0; }
    #overlay-menu .overlay-menu-group ul li {
      margin: 0;
      padding: 0; }
      #overlay-menu .overlay-menu-group ul li a {
        font-size: 1.1rem;
        font-weight: 500;
        display: block;
        padding: 0.25rem 0; }
  #overlay-menu .overlay-menu-footer {
    border-top: 1px solid #f3f3f3; }
    #overlay-menu .overlay-menu-footer ul {
      list-style: none;
      margin: 1rem 0 0 0;
      padding: 0; }
      #overlay-menu .overlay-menu-footer ul li {
        margin: 0 1rem 0 0;
        padding: 0;
        display: inline-block; }
        #overlay-menu .overlay-menu-footer ul li a {
          display: block;
          padding: 0.25rem 0; }

@media (max-width: 991.98px) {
  #overlay-menu {
    margin-top: 175px; } }

@media (max-width: 575.98px) {
  #overlay-menu {
    margin-top: 150px; } }

/* Gradually reduce font size and padding for the menu so we can responsively scale down the header */
@media (max-width: 1400px) {
  #header .brand {
    margin: 0 2rem; }
  #header .primary.menu .menu-item a, #header .desktop.menu .menu-item a {
    font-size: 1rem;
    padding: 1.75rem 0.9rem 0 0.9rem; }
  #header .primary.menu .menu-item.join a,
  #header .primary.menu .menu-item.account a, #header .desktop.menu .menu-item.join a,
  #header .desktop.menu .menu-item.account a {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  #header .primary.menu #header-search img, #header .desktop.menu #header-search img {
    height: 25px;
    width: 25px; } }

@media (max-width: 1290px) {
  #header .brand {
    margin: 0 1.75rem;
    min-width: 12rem;
    max-width: 15rem; }
  #header .primary.menu .menu-item a, #header .desktop.menu .menu-item a {
    font-size: 0.9rem;
    padding: 1.9rem 0.8rem 0 0.8rem; }
  #header .primary.menu .menu-item.join a,
  #header .primary.menu .menu-item.account a, #header .desktop.menu .menu-item.join a,
  #header .desktop.menu .menu-item.account a {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  #header .primary.menu #header-search img, #header .desktop.menu #header-search img {
    height: 20px;
    width: 20px; } }

@media (max-width: 1200px) {
  #header .brand {
    margin: 0 1rem;
    min-width: 11rem;
    max-width: 13rem; }
  #header .primary.menu .menu-item a, #header .desktop.menu .menu-item a {
    font-size: 0.85rem;
    padding: 2rem 0.5rem 0 0.5rem; }
  #header .primary.menu .menu-item.join a,
  #header .primary.menu .menu-item.account a, #header .desktop.menu .menu-item.join a,
  #header .desktop.menu .menu-item.account a {
    padding-left: 0.7rem;
    padding-right: 0.7rem; } }

@media (max-width: 991.98px) {
  #header {
    height: 60px; }
    #header #overlay-toggle {
      width: 59px;
      height: 59px; }
    #header .brand {
      min-width: 11rem;
      max-width: 13rem;
      margin: 0 0 0 1rem; }
    #header .primary.menu {
      display: none; }
      #header .primary.menu .menu-item a {
        color: #2d2d2d;
        border-top: 1px solid #f3f3f3;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: auto;
        padding: 14px;
        font-size: 1.25rem; }
        #header .primary.menu .menu-item a img {
          display: block; }
    #header #megamenu {
      margin-top: 0; }
      #header #megamenu .panel {
        border-left-width: 0;
        border-right-width: 0; }
        #header #megamenu .panel .directory {
          /* 100% Viewport Height - header height - megamenu margin - search/filter height */
          height: calc(100vh - 60px - 1px - 93px);
          max-height: initial;
          overflow-y: scroll; }
  body > .page-container {
    margin-top: 60px !important; }
  body.trigger-search > .page-container {
    margin-top: 120px !important; } }

@media (max-width: 399.98px) {
  #header .brand {
    min-width: 9rem;
    max-width: 10rem; } }

.page-header {
  padding-top: 2rem; }
  .page-header .path-container {
    margin: 0 0 1rem 0;
    display: flex;
    justify-content: space-between; }
  .page-header .breadcrumbs {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    color: #939393;
    display: inline-block; }
    .page-header .breadcrumbs li {
      margin: 0;
      padding: 0;
      display: inline-block; }
    .page-header .breadcrumbs a {
      color: #939393; }
      .page-header .breadcrumbs a:hover {
        color: #1C449B;
        text-decoration: none; }
  .page-header .current-path {
    display: none; }
  .page-header .reactions {
    display: flex; }
    .page-header .reactions .group {
      border-right: 1px solid #d6d6d6;
      display: flex; }
      .page-header .reactions .group:last-child {
        border-right: none; }
    .page-header .reactions a {
      display: block;
      padding: 0 0.75rem;
      text-decoration: none;
      line-height: 1; }
      .page-header .reactions a .icon {
        opacity: 0.8;
        font-size: 22px;
        height: 22px;
        width: 22px; }
  .page-header .title-container {
    justify-content: space-between; }
    .page-header .title-container h1 {
      margin: 0 0 0.5rem 0;
      font-size: 2.2rem;
      font-weight: 700; }
    .page-header .title-container h3.intro {
      color: #dc0423;
      font-size: 1.2rem;
      font-weight: 700;
      font-style: italic;
      font-family: 'PT Serif', serif;
      margin-bottom: 0.5rem; }
    .page-header .title-container h4 {
      margin: 0 0 0.5rem 0;
      font-size: 1.3rem; }
    .page-header .title-container #action-button a {
      background-color: #1C449B;
      border-radius: 5px;
      color: #ffffff;
      display: inline-block !important;
      line-height: 1;
      padding: .75em 1.5em;
      text-decoration: none; }
  .page-header .divider {
    margin-bottom: 0; }
    .page-header .divider hr {
      background-color: #efefef;
      margin: .5rem 0 1.5rem 0; }

.single .container .content .title-container h1 {
  font-size: 2.8rem; }

@media (max-width: 991.98px) {
  .path-container {
    flex-direction: column; }
    .path-container .breadcrumbs {
      text-align: center;
      margin-bottom: 1rem; }
    .path-container .reactions {
      align-self: center; }
  .page-header .title-container #action-button a {
    margin-top: 1rem; }
  .single .container .content .title-container h1 {
    font-size: 2rem; } }

@media (max-width: 767.98px) {
  .page-header {
    padding-top: 1rem; }
    .page-header .path-container {
      margin-bottom: 1rem; }
      .page-header .path-container .breadcrumbs {
        display: none; }
    .page-header .title-container h1 {
      font-size: 1.5rem; }
    .page-header .title-container h4 {
      font-size: 1rem;
      margin-bottom: 0; }
    .page-header .divider hr {
      margin: 1rem 0; } }

#footer {
  background-color: #ffffff;
  padding: 0 0 3rem 0; }
  #footer .mission {
    border-bottom: 1px solid #f3f3f3;
    -webkit-box-shadow: inset 0 13px 18px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 13px 18px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 13px 18px 0 rgba(0, 0, 0, 0.1);
    padding: 2rem 0; }
    #footer .mission h3 {
      font-size: 1.25rem;
      font-weight: bolder;
      text-align: center;
      margin: 0 1rem; }
    #footer .mission .cta {
      display: block;
      margin: 1em 0;
      padding: .75em 4em;
      background-color: #dc0423;
      color: #ffffff;
      font-size: 1.15rem;
      text-align: center;
      text-transform: capitalize;
      border-radius: 5rem !important; }
      #footer .mission .cta:hover {
        background-color: #c1031f; }
    #footer .mission .mission-label {
      padding-bottom: 0.5rem; }
    #footer .mission .mission-statement {
      font-size: 0.65rem; }
  #footer .footer-items {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    #footer .footer-items .footer-column h4 {
      color: #000000;
      font-size: 1rem;
      font-weight: bold; }
      #footer .footer-items .footer-column h4 .expander, #footer .footer-items .footer-column h4 .collapser {
        display: none; }
    #footer .footer-items .footer-column a {
      color: #000000;
      font-size: 0.9rem;
      margin: .25em 0; }
      #footer .footer-items .footer-column a:hover {
        color: #1C449B;
        text-decoration: none; }
    #footer .footer-items .footer-column ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #footer .footer-items .footer-column ul li {
        margin: 0;
        padding: 0; }
        #footer .footer-items .footer-column ul li a {
          display: block;
          padding: .25rem 0; }
    #footer .footer-items .footer-column .social-buttons a {
      font-size: 1.5rem;
      margin-right: 0.25rem; }
    #footer .footer-items .footer-column.logo-footer .column-title {
      font-weight: bold;
      text-transform: none;
      font-size: 1rem; }
  #footer .footer-copyright {
    text-align: center;
    font-size: 0.9rem;
    padding: 1rem 0; }

@media (max-width: 991.98px) {
  #footer {
    padding: 0; }
    #footer .mission {
      padding: 2rem 1rem; }
      #footer .mission h3 {
        font-size: 1.1rem;
        font-weight: normal;
        line-height: 1.5; }
    #footer .footer-items {
      max-width: 100%;
      margin: 0;
      padding-top: 0;
      padding-bottom: 0;
      border-top: 1px solid #d3d3d3; }
      #footer .footer-items .footer-column {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #d3d3d3; }
        #footer .footer-items .footer-column h4 {
          font-size: 1.25rem;
          font-weight: 500;
          text-transform: none;
          margin: 0;
          padding: 1rem;
          display: flex;
          justify-content: space-between;
          cursor: pointer; }
          #footer .footer-items .footer-column h4 .expander, #footer .footer-items .footer-column h4 .collapser {
            margin-top: 0.5rem;
            height: 0.75rem;
            width: 1.5rem; }
        #footer .footer-items .footer-column ul li a {
          font-size: 1.2rem;
          font-weight: 300;
          padding: .25rem 1rem; }
        #footer .footer-items .footer-column.open .collapser, #footer .footer-items .footer-column.open ul {
          display: block; }
        #footer .footer-items .footer-column.open .expander {
          display: none; }
        #footer .footer-items .footer-column .closed ul {
          display: none; }
        #footer .footer-items .footer-column.closed .expander {
          display: block; }
        #footer .footer-items .footer-column.closed .collapser, #footer .footer-items .footer-column.closed ul {
          display: none; }
    #footer .social-buttons {
      border-bottom: 1px solid #f3f3f3;
      text-align: center;
      padding: 1rem; }
      #footer .social-buttons a {
        color: #000000;
        display: inline-block;
        margin: 0 .5rem;
        font-size: 2.2rem; }
    #footer .logo {
      padding: 1.5rem 0; }
      #footer .logo img {
        max-width: 20rem;
        display: block;
        margin: 0 auto; } }

.white {
  background-color: #ffffff; }

.white-text {
  color: #ffffff; }

.black {
  background-color: #000000; }

.black-text {
  color: #000000; }

.black-highlight {
  background-color: #3e3e3e; }

.black-highlight-text {
  color: #3e3e3e; }

.strike-through {
  text-decoration: line-through; }

.dark-grey {
  background-color: #2d2d2d; }

.dark-grey-text {
  color: #2d2d2d; }

.light-grey {
  background-color: #939393; }

.light-grey-text {
  color: #939393; }

.lightish-grey {
  background-color: #d6d6d6; }

.lightish-grey-text {
  color: #d6d6d6; }

.lighter-grey {
  background-color: #f3f3f3; }

.lighter-grey-text {
  color: #f3f3f3; }

.lightest-grey {
  background-color: #efefef; }

.lightest-grey-text {
  color: #efefef; }

.shadow-grey {
  background-color: #d3d3d3; }

.shadow-grey-text {
  color: #d3d3d3; }

.green {
  background-color: #376e26; }

.green-text {
  color: #376e26; }

.light-green {
  background-color: #4a9035; }

.light-green-text {
  color: #4a9035; }

.light-blue {
  background-color: #E7E9F1; }

.light-blue-text {
  color: #E7E9F1; }

.dark-blue {
  background-color: #293b6e; }

.dark-blue-text {
  color: #293b6e; }

.blue-highlight {
  background-color: #4a67b3; }

.red {
  background-color: #dc0423; }

.red-text {
  color: #dc0423; }

.yellow {
  background-color: #ffff00; }

.yellow::before {
  background-color: #ffff00; }

.yellow::marker {
  background-color: #ffff00; }

.update-highlight {
  background-color: #ffff00;
  display: inline !important; }

.update-highlight:before {
  background-color: #ffff00;
  display: inline !important; }

.consumerlab-blue {
  background-color: #1C449B; }

.consumerlab-blue-text {
  color: #1C449B; }

.passedTest {
  background-color: rgba(74, 144, 53, 0.3); }

.failedTest {
  background-color: rgba(220, 4, 35, 0.3); }

.sidebar h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem; }

.sidebar .section-header {
  font-size: 1.5rem;
  font-weight: normal;
  border-bottom: 3px solid #000000;
  padding-bottom: 0.75rem;
  margin-bottom: 0; }

.sidebar .navigation a {
  color: black;
  font-size: 0.9rem; }

.sidebar .navigation > ol, .sidebar .navigation ul {
  display: block;
  list-style-type: none;
  padding-left: 0.75rem;
  background-color: #ffffff !important; }
  .sidebar .navigation > ol li, .sidebar .navigation ul li {
    border-left: 6px solid #d6d6d6;
    padding-left: 1rem;
    width: 100%; }
    .sidebar .navigation > ol li.active, .sidebar .navigation ul li.active {
      border-left-color: #1C449B; }
      .sidebar .navigation > ol li.active a, .sidebar .navigation ul li.active a {
        color: #1C449B; }
    .sidebar .navigation > ol li a, .sidebar .navigation ul li a {
      border-bottom: 1px solid #efefef;
      padding: 1rem 0;
      display: block;
      font-size: 1rem; }
    .sidebar .navigation > ol li ul, .sidebar .navigation ul li ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .sidebar .navigation > ol li ul li, .sidebar .navigation ul li ul li {
        border-left: none;
        margin: 0;
        padding: 0; }
        .sidebar .navigation > ol li ul li a, .sidebar .navigation ul li ul li a {
          padding-left: 2rem; }
  .sidebar .navigation > ol > a:last-child, .sidebar .navigation ul > a:last-child {
    border-bottom: none; }

.sidebar .navigation.external ul {
  padding-left: 0; }
  .sidebar .navigation.external ul li {
    border-left: none;
    padding-left: 0; }
    .sidebar .navigation.external ul li a {
      margin-left: 0; }

.sidebar .sidebar-content a:link, .sidebar .sidebar-content a:visited {
  color: #000000; }

.sidebar .sidebar-content a:hover {
  color: #1C449B; }

.sidebar .sidebar-content h3 {
  border-bottom: 3px solid #000000;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
  padding: 0 0 0.4em 0; }

.sidebar .sidebar-content ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .sidebar .sidebar-content ul li {
    margin: 0;
    padding: 0; }
    .sidebar .sidebar-content ul li a {
      padding: 0.6em 0;
      display: block;
      font-size: 1.1em;
      border-bottom: 1px solid #d6d6d6; }
    .sidebar .sidebar-content ul li:last-child a {
      border-bottom: none; }

.sticky-sidebar {
  position: sticky;
  top: 100px;
  height: 100%;
  border-left: 2px solid #efefef; }
  .sticky-sidebar img {
    max-width: 100%; }
  .sticky-sidebar .title-highlight {
    font-size: 200%;
    display: block; }

@media (max-width: 767.98px) {
  .sidebar h3 {
    margin-top: 2rem; }
  .sidebar .sidebar-content {
    margin-top: 2rem; } }

.social {
  list-style: none;
  margin: 0;
  padding-left: 0; }
  .social li {
    display: inline-block;
    margin: 0 5px;
    text-align: center; }
    .social li a {
      color: #2d2d2d; }

@media (max-width: 575.98px) {
  #home-social {
    display: none; } }

.social-buttons {
  display: flex;
  justify-content: center;
  margin: 2rem 0 1rem 0; }
  .social-buttons h2 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 .8em 0;
    padding: 0; }
  .social-buttons a {
    margin: 0 1rem; }
    .social-buttons a .icon {
      width: 22px; }

.subscribe .registration-area form {
  padding: 2rem 0; }
  .subscribe .registration-area form .membership-benefits h1 {
    margin: 2rem 0 1rem 0;
    font-size: 2.5rem; }
  .subscribe .registration-area form .membership-benefits p {
    font-size: 1.2rem; }
  .subscribe .registration-area form .newsletter-sample {
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: underline; }
  .subscribe .registration-area form button {
    background-color: #1C449B; }
  .subscribe .registration-area form .membership-step .subscribe-disclaimer {
    font-size: 0.85rem;
    text-align: center;
    margin: 0.5rem 0; }

.cta-subscription {
  background-color: #1C449B;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  .cta-subscription h2 {
    color: #ffffff;
    font-size: 1.5rem !important;
    font-weight: 300 !important;
    text-align: center;
    margin: .5em auto !important;
    max-width: 90%; }
  .cta-subscription form {
    margin: 0 auto 1rem auto;
    max-width: 40rem; }
    .cta-subscription form .form-control {
      border-radius: 5rem;
      min-width: 30rem;
      font-size: 1rem;
      padding: 1.5em; }
    .cta-subscription form button {
      font-size: 1rem;
      padding-left: 2em;
      padding-right: 2em;
      border-radius: 5rem; }

@media (max-width: 991.98px) {
  .subscribe .registration-area form {
    margin-top: 1rem;
    padding: 0; }
  .cta-subscription {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .cta-subscription form {
      max-width: 90%; }
      .cta-subscription form .form-control {
        min-width: auto;
        font-size: .9rem;
        padding: .75em; }
      .cta-subscription form button {
        font-size: .9rem;
        padding-left: 1em;
        padding-right: 1em; } }

#related-content {
  scroll-margin-top: 150px; }
  #related-content .related-section {
    scroll-margin-top: 150px;
    margin-top: 3rem; }
    #related-content .related-section h2 {
      font-size: 1.5rem;
      font-weight: normal;
      border-bottom: 3px solid #000000;
      padding-bottom: 0.75rem; }
    #related-content .related-section.related-section-review .related-item a .text, #related-content .related-section.related-section-clinical-update .related-item a .text {
      width: 100%; }
      #related-content .related-section.related-section-review .related-item a .text h3, #related-content .related-section.related-section-clinical-update .related-item a .text h3 {
        margin: 0;
        font-size: 1.25rem;
        font-weight: bold;
        text-align: left;
        color: #000000; }
      #related-content .related-section.related-section-review .related-item a .text p, #related-content .related-section.related-section-clinical-update .related-item a .text p {
        color: #2d2d2d;
        margin: 0.5rem 0 0 0; }
    #related-content .related-section.related-section-review .related-item a .image, #related-content .related-section.related-section-clinical-update .related-item a .image {
      height: 5.3rem;
      width: 10rem;
      margin-left: 1rem; }
      #related-content .related-section.related-section-review .related-item a .image img, #related-content .related-section.related-section-clinical-update .related-item a .image img {
        border-radius: 5px;
        height: 100%;
        width: 100%;
        object-fit: cover; }
    #related-content .related-section.related-section-review .related-item a:hover .text h3, #related-content .related-section.related-section-clinical-update .related-item a:hover .text h3 {
      color: #1C449B; }
    #related-content .related-section.related-section-review a {
      display: flex;
      align-items: center;
      border-bottom: 1px solid #d6d6d6;
      padding: 0.75rem 0; }
    #related-content .related-section.related-section-clinical-update .related-item {
      border-bottom: 1px solid #d6d6d6;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      #related-content .related-section.related-section-clinical-update .related-item .clinical-update-meta {
        word-break: break-word;
        hyphens: auto; }
    #related-content .related-section.related-section-clinical-update .load-more {
      margin-top: 2rem; }

@media (max-width: 991.98px) {
  #related-content {
    margin: 0 15px; } }

.content .article h1, .content .article h2, .content .article h3, .content .article h4, .content .article h5, .content .article h6 {
  font-weight: 500;
  margin: 0 0 0.5em 0;
  padding: 0; }

.content .article h1 {
  font-size: 1.8rem;
  margin: 0 0 1em 0; }

.content .article h2 {
  font-size: 1.6rem; }

.content .article h3 {
  font-size: 1.4rem; }

.content .article h4 {
  font-size: 1.2rem; }

.content .article h5 {
  font-size: 1rem; }

.content .article h6 {
  font-size: 0.9rem; }

.content .article .article-metadata .article-metadata-dates {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  .content .article .article-metadata .article-metadata-dates .article-date {
    color: #939393;
    font-size: 1rem;
    display: block;
    white-space: nowrap; }
  .content .article .article-metadata .article-metadata-dates .article-latest-update-date {
    color: #1C449B; }
  .content .article .article-metadata .article-metadata-dates a:link, .content .article .article-metadata .article-metadata-dates a:visited {
    color: #939393; }
  .content .article .article-metadata .article-metadata-dates a:hover {
    color: #1C449B; }
  .content .article .article-metadata .article-metadata-dates .indicator {
    color: #1C449B;
    display: inline-block;
    font-size: 1rem;
    margin: 0 0.1rem 0.2rem 0.3rem; }
  @media only screen and (max-width: 992px) {
    .content .article .article-metadata .article-metadata-dates {
      text-align: left;
      display: flex;
      flex-direction: column;
      font-size: 1rem;
      margin-top: 0.5rem;
      padding-bottom: 0.3rem;
      justify-content: flex-start; }
      .content .article .article-metadata .article-metadata-dates span, .content .article .article-metadata .article-metadata-dates a, .content .article .article-metadata .article-metadata-dates .article-date-label {
        font-size: 1rem; }
      .content .article .article-metadata .article-metadata-dates .avatar {
        width: 2.1rem;
        margin-left: 0; } }
.fade-out-preview-container {
  position: relative; }
  .fade-out-preview-container .fade-out-preview {
    height: 140px;
    max-height: 100%;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), white);
    bottom: 0;
    z-index: 2;
    position: absolute; }

.webinar .webinar-bio {
  margin: 3rem 0; }
  .webinar .webinar-bio h2 {
    margin: 0 0 0.5rem 0; }
  .webinar .webinar-bio h3 {
    margin: 0 0 1rem 0; }
  .webinar .webinar-bio p {
    font-size: 1.1rem; }

.bio {
  margin: 0 0 2rem 0;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1); }
  .bio img, .bio p {
    margin-top: 1rem; }
  .bio h3 {
    margin: 0.5rem 0;
    font-size: 1.3rem; }
  .bio h4 {
    margin: 0 0 1rem 0;
    font-size: 1rem;
    color: #6c6c6c; }

html {
  height: 100%;
  scroll-behavior: smooth; }

body {
  position: relative;
  background-color: #FFFFFF;
  color: #2d2d2d;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1em;
  display: flex;
  flex-direction: column;
  min-height: 100%; }
  body > .page-container {
    margin-top: 80px; }
  body > .container, body > .container-fluid {
    flex: 1 0 auto; }
  body > .footer {
    flex-shrink: 0;
    flex-grow: 0; }
  body > .header {
    flex-grow: 0; }
  body form .form-control:disabled,
  body form .form-control[readonly] {
    background-color: #F8F8F8;
    border-color: #e6e1e1; }
  body hr.thick {
    border-width: 3px;
    border-color: #000000; }

:target {
  scroll-margin-top: 90px !important; }

.print {
  display: none; }

.fw-bold {
  font-weight: bold; }

.press h4 {
  color: #2d2d2d;
  text-align: center;
  font-size: 0.85rem;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0.5rem 0 0 0; }

.press .image {
  margin: 1.5rem; }

.bordered, .bordered-top {
  border-top: 1px solid #d6d6d6; }

.bordered-bottom {
  border-bottom: 1px solid #d6d6d6; }

.container .content {
  padding-bottom: 40px; }
  .container .content .nowrap {
    white-space: nowrap; }
  .container .content .content-area {
    font-size: 1rem;
    line-height: 1.75; }
  .container .content .metadata {
    margin: 0 0 1rem 0; }
    .container .content .metadata .date {
      color: #939393;
      font-size: 1.1rem; }

.single .divider,
.no-divider .divider {
  display: none; }

.grecaptcha-badge {
  visibility: hidden; }

.categories {
  margin-top: 2rem; }
  .categories h3 {
    margin-bottom: 1em;
    font-size: 1.25em; }
  .categories a {
    display: flex;
    align-items: center;
    color: #2d2d2d;
    padding: .25rem 0;
    text-decoration: none; }
    .categories a:hover {
      color: #1C449B; }
    .categories a img {
      margin-right: .5rem;
      max-width: .85rem;
      max-height: .85rem; }
    .categories a.active img.active {
      display: block; }
    .categories a.active img.inactive {
      display: none; }
    .categories a.inactive img.inactive {
      display: block; }
    .categories a.inactive img.active {
      display: none; }

.alert p {
  margin-bottom: 0; }

.video-container {
  padding: 0 10px 10px 10px; }
  .video-container .video-title {
    font-size: 1.3rem;
    font-weight: normal;
    margin: 0 0 0.5rem 0; }
  .video-container .video-thumbnail, .video-container img {
    cursor: pointer; }
    .video-container .video-thumbnail .video-play, .video-container img .video-play {
      position: absolute;
      left: calc(50% - 4rem);
      opacity: 0.5;
      filter: invert(1) brightness(200%);
      width: 8rem; }
  .video-container .video-thumbnail, .video-container .video-player {
    cursor: pointer;
    position: relative;
    overflow: visible;
    padding-top: 56.25%; }
    .video-container .video-thumbnail .thumbnail-image, .video-container .video-thumbnail img, .video-container .video-player .thumbnail-image, .video-container .video-player img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .video-container .video-thumbnail .thumbnail-image, .video-container .video-player .thumbnail-image {
      min-height: 100px;
      background-position: center;
      background-size: cover; }
    .video-container .video-thumbnail .thumbnail-image, .video-container .video-thumbnail img, .video-container .video-thumbnail .video, .video-container .video-player .thumbnail-image, .video-container .video-player img, .video-container .video-player .video {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
      border-radius: 10px;
      -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2); }

button, input[type=submit] {
  cursor: pointer; }

.modal {
  top: 80px;
  height: calc(100% - 80px); }
  .modal .modal-md {
    max-width: 700px; }
  .modal .modal-header {
    padding-bottom: 0; }
  .modal label.label-small {
    font-size: inherit; }
  .modal .modal-title,
  .modal .modal-body .headline {
    font-size: 1.9rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.3;
    margin: 0.5rem auto 1rem auto; }
    .modal .modal-title .subline,
    .modal .modal-body .headline .subline {
      font-size: 1.5rem; }
  .modal .modal-body {
    padding: 0 3rem 1rem 3rem; }
    .modal .modal-body .actions {
      margin-top: 2rem; }
      .modal .modal-body .actions button {
        margin: 0 0.5em; }
      .modal .modal-body .actions input[type=submit] {
        margin: auto;
        background-color: #dc0423;
        text-transform: uppercase; }
      .modal .modal-body .actions input[type=submit]:hover {
        background-color: #c1031f; }
  .modal .modal-footer {
    border-top: 1px solid #d6d6d6; }
    .modal .modal-footer .logo {
      max-width: 175px; }
  .modal .modal-header, .modal .modal-footer {
    border: none; }
  .modal.notification-modal h2 {
    margin: 1rem 0;
    text-align: center;
    font-size: 2rem;
    font-weight: 600; }
  .modal.notification-modal .prompt {
    font-size: 1.25rem;
    text-align: center; }
  .modal.notification-modal .prompt-subtitle {
    font-size: 1.4rem;
    text-align: center; }
  .modal.notification-modal #newsletter-email-update {
    margin-bottom: 1rem; }
    .modal.notification-modal #newsletter-email-update .email-wrap {
      border: 1px solid #d3d3d3;
      border-radius: 5px; }
      .modal.notification-modal #newsletter-email-update .email-wrap button {
        background-color: #1C449B;
        border: none;
        border-radius: 0;
        white-space: nowrap; }

@media (max-width: 991.98px) {
  :target {
    scroll-margin-top: 70px !important; }
  .modal {
    top: 60px;
    height: calc(100% - 60px); }
    .modal .modal-body {
      padding: 0 1rem; }
  .full-mobile-width {
    padding: 0; }
  .press .image {
    margin: 0.5rem 1rem; } }

@media (max-width: 767.98px) {
  .modal .modal-title, .modal .modal-body .headline {
    font-size: 1.4rem;
    line-height: 1.3;
    margin: 0.5rem auto 1rem auto; }
    .modal .modal-title .subline, .modal .modal-body .headline .subline {
      font-size: 1.1rem; }
  .modal .modal-body label {
    font-size: inherit; }
  .press .image {
    margin: 1rem 0; } }

@media (max-width: 399.98px) {
  .review-body {
    padding-left: 8px;
    padding-right: 8px; } }

@media (max-width: 349.98px) {
  .review-body {
    padding-left: 4px;
    padding-right: 4px; } }
