@charset "UTF-8";
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@100;200;300;400;500;600;700&family=Merriweather:wght@300;400;700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500&Roboto+Mono:wght@400;700&display=swap");
@import "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css";
: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: #50583e;
  --secondary: #4f7e19;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --pageWidget: #002c4c;
  --darkprimary: #444b35;
  --lightsecondary: #e5ecdd;
  --darksecondary: #436b15;
  --lightborder: #adadad;
  --lightestborder: #e2e2e2;
  --text-on-light: #333;
  --text-on-dark: white;
  --link-on-light: #50583e;
  --link-on-dark: #72a84b;
  --link-on-darkAll: #72a84b;
  --pagemenu-dk-bg: #1f3016;
  --pagemenu-dk-bg-active: #0f180b;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: "Roboto Mono", 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", "Liberation 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:not(:focus-visible) {
  outline: 0 !important;
}

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

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

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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #50583e;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #272b1e;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  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;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, aside > h3,
.aside-dark > h3,
.aside-image > h3, .h3, .flowchart-step .step-title, .h4, .h5, .modal-t1-light h1, .modal-appendices h1, .modal-t1-light .h1, .modal-appendices .h1, .h6, .modal-t1-light h2, .modal-appendices h2, .modal-t1-light .h2, .modal-appendices .h2, .modal-t1-light aside > h3, .modal-appendices aside > h3,
.modal-t1-light .aside-dark > h3,
.modal-appendices .aside-dark > h3,
.modal-t1-light .aside-image > h3,
.modal-appendices .aside-image > h3 {
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.2;
}

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

h2, .h2, aside > h3,
.aside-dark > h3,
.aside-image > h3 {
  font-size: 2rem;
}

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

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

h5, .h5, .modal-t1-light h1, .modal-appendices h1, .modal-t1-light .h1, .modal-appendices .h1 {
  font-size: 1.25rem;
}

h6, .h6, .modal-t1-light h2, .modal-appendices h2, .modal-t1-light .h2, .modal-appendices .h2, .modal-t1-light aside > h3, .modal-appendices aside > h3,
.modal-t1-light .aside-dark > h3,
.modal-appendices .aside-dark > h3,
.modal-t1-light .aside-image > h3,
.modal-appendices .aside-image > h3 {
  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: 30px;
  margin-bottom: 30px;
  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: 30px;
  font-size: 1.25rem;
}

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

.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: 15px;
  line-height: 1;
}

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

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

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

.container,
.container-fluid,
#repi-body,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
.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-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .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%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 30px;
  color: #212529;
}
.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-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 {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #9fa395;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #858a78;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #9eb881;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #84a55e;
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #89cf99;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #69c17d;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #7fccd8;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #5dbecd;
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffdd77;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffd451;
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ec9099;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e7727d;
}

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

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

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #8f9396;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #717579;
}

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

.table-pageWidget,
.table-pageWidget > th,
.table-pageWidget > td {
  background-color: #738b9d;
}
.table-pageWidget th,
.table-pageWidget td,
.table-pageWidget thead th,
.table-pageWidget tbody + tbody {
  border-color: #4d6b82;
}

.table-hover .table-pageWidget:hover {
  background-color: #667e91;
}
.table-hover .table-pageWidget:hover > td,
.table-hover .table-pageWidget:hover > th {
  background-color: #667e91;
}

.table-darkprimary,
.table-darkprimary > th,
.table-darkprimary > td {
  background-color: #989c90;
}
.table-darkprimary th,
.table-darkprimary td,
.table-darkprimary thead th,
.table-darkprimary tbody + tbody {
  border-color: #7c8172;
}

.table-hover .table-darkprimary:hover {
  background-color: #8b9083;
}
.table-hover .table-darkprimary:hover > td,
.table-hover .table-darkprimary:hover > th {
  background-color: #8b9083;
}

.table-lightsecondary,
.table-lightsecondary > th,
.table-lightsecondary > td {
  background-color: #f1f5ec;
}
.table-lightsecondary th,
.table-lightsecondary td,
.table-lightsecondary thead th,
.table-lightsecondary tbody + tbody {
  border-color: #edf2e7;
}

.table-hover .table-lightsecondary:hover {
  background-color: #e5ecdb;
}
.table-hover .table-lightsecondary:hover > td,
.table-hover .table-lightsecondary:hover > th {
  background-color: #e5ecdb;
}

.table-darksecondary,
.table-darksecondary > th,
.table-darksecondary > td {
  background-color: #98ae7e;
}
.table-darksecondary th,
.table-darksecondary td,
.table-darksecondary thead th,
.table-darksecondary tbody + tbody {
  border-color: #7b975b;
}

.table-hover .table-darksecondary:hover {
  background-color: #8ba46e;
}
.table-hover .table-darksecondary:hover > td,
.table-hover .table-darksecondary:hover > th {
  background-color: #8ba46e;
}

.table-lightborder,
.table-lightborder > th,
.table-lightborder > td {
  background-color: #d2d2d2;
}
.table-lightborder th,
.table-lightborder td,
.table-lightborder thead th,
.table-lightborder tbody + tbody {
  border-color: #c6c6c6;
}

.table-hover .table-lightborder:hover {
  background-color: #c5c5c5;
}
.table-hover .table-lightborder:hover > td,
.table-hover .table-lightborder:hover > th {
  background-color: #c5c5c5;
}

.table-lightestborder,
.table-lightestborder > th,
.table-lightestborder > td {
  background-color: #efefef;
}
.table-lightestborder th,
.table-lightestborder td,
.table-lightestborder thead th,
.table-lightestborder tbody + tbody {
  border-color: #ebebeb;
}

.table-hover .table-lightestborder:hover {
  background-color: #e2e2e2;
}
.table-hover .table-lightestborder:hover > td,
.table-hover .table-lightestborder:hover > th {
  background-color: #e2e2e2;
}

.table-text-on-light,
.table-text-on-light > th,
.table-text-on-light > td {
  background-color: #8f8f8f;
}
.table-text-on-light th,
.table-text-on-light td,
.table-text-on-light thead th,
.table-text-on-light tbody + tbody {
  border-color: #707070;
}

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

.table-text-on-dark,
.table-text-on-dark > th,
.table-text-on-dark > td {
  background-color: white;
}
.table-text-on-dark th,
.table-text-on-dark td,
.table-text-on-dark thead th,
.table-text-on-dark tbody + tbody {
  border-color: white;
}

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

.table-link-on-light,
.table-link-on-light > th,
.table-link-on-light > td {
  background-color: #9fa395;
}
.table-link-on-light th,
.table-link-on-light td,
.table-link-on-light thead th,
.table-link-on-light tbody + tbody {
  border-color: #858a78;
}

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

.table-link-on-dark,
.table-link-on-dark > th,
.table-link-on-dark > td {
  background-color: #b1cf9c;
}
.table-link-on-dark th,
.table-link-on-dark td,
.table-link-on-dark thead th,
.table-link-on-dark tbody + tbody {
  border-color: #9cc281;
}

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

.table-link-on-darkAll,
.table-link-on-darkAll > th,
.table-link-on-darkAll > td {
  background-color: #b1cf9c;
}
.table-link-on-darkAll th,
.table-link-on-darkAll td,
.table-link-on-darkAll thead th,
.table-link-on-darkAll tbody + tbody {
  border-color: #9cc281;
}

.table-hover .table-link-on-darkAll:hover {
  background-color: #a3c78b;
}
.table-hover .table-link-on-darkAll:hover > td,
.table-hover .table-link-on-darkAll:hover > th {
  background-color: #a3c78b;
}

.table-pagemenu-dk-bg,
.table-pagemenu-dk-bg > th,
.table-pagemenu-dk-bg > td {
  background-color: #848d7f;
}
.table-pagemenu-dk-bg th,
.table-pagemenu-dk-bg td,
.table-pagemenu-dk-bg thead th,
.table-pagemenu-dk-bg tbody + tbody {
  border-color: #626e5c;
}

.table-hover .table-pagemenu-dk-bg:hover {
  background-color: #778072;
}
.table-hover .table-pagemenu-dk-bg:hover > td,
.table-hover .table-pagemenu-dk-bg:hover > th {
  background-color: #778072;
}

.table-pagemenu-dk-bg-active,
.table-pagemenu-dk-bg-active > th,
.table-pagemenu-dk-bg-active > td {
  background-color: #7b8079;
}
.table-pagemenu-dk-bg-active th,
.table-pagemenu-dk-bg-active td,
.table-pagemenu-dk-bg-active thead th,
.table-pagemenu-dk-bg-active tbody + tbody {
  border-color: #575d54;
}

.table-hover .table-pagemenu-dk-bg-active:hover {
  background-color: #6e736d;
}
.table-hover .table-pagemenu-dk-bg-active:hover > td,
.table-hover .table-pagemenu-dk-bg-active:hover > th {
  background-color: #6e736d;
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control, #resilience-resources-container #form-filter-sidebar form select,
#resilience-resources-container #form-filter-sidebar form button.multiselect {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, #resilience-resources-container #form-filter-sidebar form select,
#resilience-resources-container #form-filter-sidebar form button.multiselect {
    transition: none;
  }
}
.form-control::-ms-expand, #resilience-resources-container #form-filter-sidebar form select::-ms-expand,
#resilience-resources-container #form-filter-sidebar form button.multiselect::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring, #resilience-resources-container #form-filter-sidebar form select:-moz-focusring,
#resilience-resources-container #form-filter-sidebar form button.multiselect:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus, #resilience-resources-container #form-filter-sidebar form select:focus,
#resilience-resources-container #form-filter-sidebar form button.multiselect:focus {
  color: #495057;
  background-color: #fff;
  border-color: #939f77;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(80, 88, 62, 0.25);
}
.form-control::placeholder, #resilience-resources-container #form-filter-sidebar form select::placeholder,
#resilience-resources-container #form-filter-sidebar form button.multiselect::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, #resilience-resources-container #form-filter-sidebar form select:disabled,
#resilience-resources-container #form-filter-sidebar form button.multiselect:disabled, .form-control[readonly], #resilience-resources-container #form-filter-sidebar form select[readonly],
#resilience-resources-container #form-filter-sidebar form button[readonly].multiselect {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:focus::-ms-value, #resilience-resources-container #form-filter-sidebar form select: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: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  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.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

select.form-control[size], #resilience-resources-container #form-filter-sidebar form select[size], select.form-control[multiple], #resilience-resources-container #form-filter-sidebar form select[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, .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%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

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

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.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 .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: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: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%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .was-validated #resilience-resources-container #form-filter-sidebar form select:invalid, #resilience-resources-container #form-filter-sidebar form .was-validated select:invalid,
.was-validated #resilience-resources-container #form-filter-sidebar form button.multiselect:invalid,
#resilience-resources-container #form-filter-sidebar form .was-validated button.multiselect:invalid, .form-control.is-invalid, #resilience-resources-container #form-filter-sidebar form select.is-invalid,
#resilience-resources-container #form-filter-sidebar form button.is-invalid.multiselect {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated #resilience-resources-container #form-filter-sidebar form select:invalid:focus, #resilience-resources-container #form-filter-sidebar form .was-validated select:invalid:focus,
.was-validated #resilience-resources-container #form-filter-sidebar form button.multiselect:invalid:focus,
#resilience-resources-container #form-filter-sidebar form .was-validated button.multiselect:invalid:focus, .form-control.is-invalid:focus, #resilience-resources-container #form-filter-sidebar form select.is-invalid:focus,
#resilience-resources-container #form-filter-sidebar form button.is-invalid.multiselect:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.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 .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: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: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, .form-inline #resilience-resources-container #form-filter-sidebar form select, #resilience-resources-container #form-filter-sidebar form .form-inline select,
.form-inline #resilience-resources-container #form-filter-sidebar form button.multiselect,
#resilience-resources-container #form-filter-sidebar form .form-inline button.multiselect {
    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;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .horiz-accordion-box .horiz-list li a, .btn-learnmore, .btn-learnMore {
  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 (prefers-reduced-motion: reduce) {
  .btn, .horiz-accordion-box .horiz-list li a, .btn-learnmore, .btn-learnMore {
    transition: none;
  }
}
.btn:hover, .horiz-accordion-box .horiz-list li a:hover, .btn-learnmore:hover, .btn-learnMore:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .horiz-accordion-box .horiz-list li a:focus, .btn-learnmore:focus, .btn-learnMore:focus, .btn.focus, .horiz-accordion-box .horiz-list li a.focus, .focus.btn-learnmore, .focus.btn-learnMore {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(80, 88, 62, 0.25);
}
.btn.disabled, .horiz-accordion-box .horiz-list li a.disabled, .disabled.btn-learnmore, .disabled.btn-learnMore, .btn:disabled, .horiz-accordion-box .horiz-list li a:disabled, .btn-learnmore:disabled, .btn-learnMore:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .horiz-accordion-box .horiz-list li a:not(:disabled):not(.disabled), .btn-learnmore:not(:disabled):not(.disabled), .btn-learnMore:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, .horiz-accordion-box .horiz-list li a.disabled, a.disabled.btn-learnmore, a.disabled.btn-learnMore,
fieldset:disabled a.btn,
fieldset:disabled .horiz-accordion-box .horiz-list li a,
.horiz-accordion-box .horiz-list li fieldset:disabled a,
fieldset:disabled a.btn-learnmore,
fieldset:disabled a.btn-learnMore {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #50583e;
  border-color: #50583e;
}
.btn-primary:hover {
  color: #fff;
  background-color: #3c422e;
  border-color: #353a29;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #3c422e;
  border-color: #353a29;
  box-shadow: 0 0 0 0.2rem rgba(106, 113, 91, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #50583e;
  border-color: #50583e;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #353a29;
  border-color: #2e3324;
}
.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(106, 113, 91, 0.5);
}

.btn-secondary, .btn-learnmore, .btn-learnMore {
  color: #fff;
  background-color: #4f7e19;
  border-color: #4f7e19;
}
.btn-secondary:hover, .btn-learnmore:hover, .btn-learnMore:hover {
  color: #fff;
  background-color: #3b5e13;
  border-color: #345311;
}
.btn-secondary:focus, .btn-learnmore:focus, .btn-learnMore:focus, .btn-secondary.focus, .focus.btn-learnmore, .focus.btn-learnMore {
  color: #fff;
  background-color: #3b5e13;
  border-color: #345311;
  box-shadow: 0 0 0 0.2rem rgba(105, 145, 60, 0.5);
}
.btn-secondary.disabled, .disabled.btn-learnmore, .disabled.btn-learnMore, .btn-secondary:disabled, .btn-learnmore:disabled, .btn-learnMore:disabled {
  color: #fff;
  background-color: #4f7e19;
  border-color: #4f7e19;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-learnmore:not(:disabled):not(.disabled):active, .btn-learnMore:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-learnmore:not(:disabled):not(.disabled).active, .btn-learnMore:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .show > .dropdown-toggle.btn-learnmore, .show > .dropdown-toggle.btn-learnMore {
  color: #fff;
  background-color: #345311;
  border-color: #2e490e;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-learnmore:not(:disabled):not(.disabled):active:focus, .btn-learnMore:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-learnmore:not(:disabled):not(.disabled).active:focus, .btn-learnMore:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .show > .dropdown-toggle.btn-learnmore:focus, .show > .dropdown-toggle.btn-learnMore:focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 145, 60, 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 {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  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 {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  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 {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  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 {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  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, .horiz-accordion-box .horiz-list li a {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover, .horiz-accordion-box .horiz-list li a:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .horiz-accordion-box .horiz-list li a:focus, .btn-light.focus, .horiz-accordion-box .horiz-list li a.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .horiz-accordion-box .horiz-list li a.disabled, .btn-light:disabled, .horiz-accordion-box .horiz-list li a:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .horiz-accordion-box .horiz-list li a:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .horiz-accordion-box .horiz-list li a:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle, .horiz-accordion-box .horiz-list li .show > a.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .horiz-accordion-box .horiz-list li a:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .horiz-accordion-box .horiz-list li a:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus, .horiz-accordion-box .horiz-list li .show > a.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 {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  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-pageWidget {
  color: #fff;
  background-color: #002c4c;
  border-color: #002c4c;
}
.btn-pageWidget:hover {
  color: #fff;
  background-color: #001626;
  border-color: #000e19;
}
.btn-pageWidget:focus, .btn-pageWidget.focus {
  color: #fff;
  background-color: #001626;
  border-color: #000e19;
  box-shadow: 0 0 0 0.2rem rgba(38, 76, 103, 0.5);
}
.btn-pageWidget.disabled, .btn-pageWidget:disabled {
  color: #fff;
  background-color: #002c4c;
  border-color: #002c4c;
}
.btn-pageWidget:not(:disabled):not(.disabled):active, .btn-pageWidget:not(:disabled):not(.disabled).active, .show > .btn-pageWidget.dropdown-toggle {
  color: #fff;
  background-color: #000e19;
  border-color: #00070c;
}
.btn-pageWidget:not(:disabled):not(.disabled):active:focus, .btn-pageWidget:not(:disabled):not(.disabled).active:focus, .show > .btn-pageWidget.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 76, 103, 0.5);
}

.btn-darkprimary {
  color: #fff;
  background-color: #444b35;
  border-color: #444b35;
}
.btn-darkprimary:hover {
  color: #fff;
  background-color: #303525;
  border-color: #292d20;
}
.btn-darkprimary:focus, .btn-darkprimary.focus {
  color: #fff;
  background-color: #303525;
  border-color: #292d20;
  box-shadow: 0 0 0 0.2rem rgba(96, 102, 83, 0.5);
}
.btn-darkprimary.disabled, .btn-darkprimary:disabled {
  color: #fff;
  background-color: #444b35;
  border-color: #444b35;
}
.btn-darkprimary:not(:disabled):not(.disabled):active, .btn-darkprimary:not(:disabled):not(.disabled).active, .show > .btn-darkprimary.dropdown-toggle {
  color: #fff;
  background-color: #292d20;
  border-color: #22261b;
}
.btn-darkprimary:not(:disabled):not(.disabled):active:focus, .btn-darkprimary:not(:disabled):not(.disabled).active:focus, .show > .btn-darkprimary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(96, 102, 83, 0.5);
}

.btn-lightsecondary {
  color: #212529;
  background-color: #e5ecdd;
  border-color: #e5ecdd;
}
.btn-lightsecondary:hover {
  color: #212529;
  background-color: #d2dec4;
  border-color: #ccdabc;
}
.btn-lightsecondary:focus, .btn-lightsecondary.focus {
  color: #212529;
  background-color: #d2dec4;
  border-color: #ccdabc;
  box-shadow: 0 0 0 0.2rem rgba(200, 206, 194, 0.5);
}
.btn-lightsecondary.disabled, .btn-lightsecondary:disabled {
  color: #212529;
  background-color: #e5ecdd;
  border-color: #e5ecdd;
}
.btn-lightsecondary:not(:disabled):not(.disabled):active, .btn-lightsecondary:not(:disabled):not(.disabled).active, .show > .btn-lightsecondary.dropdown-toggle {
  color: #212529;
  background-color: #ccdabc;
  border-color: #c6d5b4;
}
.btn-lightsecondary:not(:disabled):not(.disabled):active:focus, .btn-lightsecondary:not(:disabled):not(.disabled).active:focus, .show > .btn-lightsecondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 206, 194, 0.5);
}

.btn-darksecondary {
  color: #fff;
  background-color: #436b15;
  border-color: #436b15;
}
.btn-darksecondary:hover {
  color: #fff;
  background-color: #2f4b0f;
  border-color: #28400d;
}
.btn-darksecondary:focus, .btn-darksecondary.focus {
  color: #fff;
  background-color: #2f4b0f;
  border-color: #28400d;
  box-shadow: 0 0 0 0.2rem rgba(95, 129, 56, 0.5);
}
.btn-darksecondary.disabled, .btn-darksecondary:disabled {
  color: #fff;
  background-color: #436b15;
  border-color: #436b15;
}
.btn-darksecondary:not(:disabled):not(.disabled):active, .btn-darksecondary:not(:disabled):not(.disabled).active, .show > .btn-darksecondary.dropdown-toggle {
  color: #fff;
  background-color: #28400d;
  border-color: #22360b;
}
.btn-darksecondary:not(:disabled):not(.disabled):active:focus, .btn-darksecondary:not(:disabled):not(.disabled).active:focus, .show > .btn-darksecondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 129, 56, 0.5);
}

.btn-lightborder {
  color: #212529;
  background-color: #adadad;
  border-color: #adadad;
}
.btn-lightborder:hover {
  color: #212529;
  background-color: #9a9a9a;
  border-color: #949494;
}
.btn-lightborder:focus, .btn-lightborder.focus {
  color: #212529;
  background-color: #9a9a9a;
  border-color: #949494;
  box-shadow: 0 0 0 0.2rem rgba(152, 153, 153, 0.5);
}
.btn-lightborder.disabled, .btn-lightborder:disabled {
  color: #212529;
  background-color: #adadad;
  border-color: #adadad;
}
.btn-lightborder:not(:disabled):not(.disabled):active, .btn-lightborder:not(:disabled):not(.disabled).active, .show > .btn-lightborder.dropdown-toggle {
  color: #fff;
  background-color: #949494;
  border-color: #8d8d8d;
}
.btn-lightborder:not(:disabled):not(.disabled):active:focus, .btn-lightborder:not(:disabled):not(.disabled).active:focus, .show > .btn-lightborder.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 153, 153, 0.5);
}

.btn-lightestborder {
  color: #212529;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}
.btn-lightestborder:hover {
  color: #212529;
  background-color: #cfcfcf;
  border-color: #c9c9c9;
}
.btn-lightestborder:focus, .btn-lightestborder.focus {
  color: #212529;
  background-color: #cfcfcf;
  border-color: #c9c9c9;
  box-shadow: 0 0 0 0.2rem rgba(197, 198, 198, 0.5);
}
.btn-lightestborder.disabled, .btn-lightestborder:disabled {
  color: #212529;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
}
.btn-lightestborder:not(:disabled):not(.disabled):active, .btn-lightestborder:not(:disabled):not(.disabled).active, .show > .btn-lightestborder.dropdown-toggle {
  color: #212529;
  background-color: #c9c9c9;
  border-color: #c2c2c2;
}
.btn-lightestborder:not(:disabled):not(.disabled):active:focus, .btn-lightestborder:not(:disabled):not(.disabled).active:focus, .show > .btn-lightestborder.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 198, 198, 0.5);
}

.btn-text-on-light {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-text-on-light:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}
.btn-text-on-light:focus, .btn-text-on-light.focus {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.btn-text-on-light.disabled, .btn-text-on-light:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-text-on-light:not(:disabled):not(.disabled):active, .btn-text-on-light:not(:disabled):not(.disabled).active, .show > .btn-text-on-light.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #131313;
}
.btn-text-on-light:not(:disabled):not(.disabled):active:focus, .btn-text-on-light:not(:disabled):not(.disabled).active:focus, .show > .btn-text-on-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}

.btn-text-on-dark {
  color: #212529;
  background-color: white;
  border-color: white;
}
.btn-text-on-dark:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-text-on-dark:focus, .btn-text-on-dark.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-text-on-dark.disabled, .btn-text-on-dark:disabled {
  color: #212529;
  background-color: white;
  border-color: white;
}
.btn-text-on-dark:not(:disabled):not(.disabled):active, .btn-text-on-dark:not(:disabled):not(.disabled).active, .show > .btn-text-on-dark.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-text-on-dark:not(:disabled):not(.disabled):active:focus, .btn-text-on-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-text-on-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-link-on-light {
  color: #fff;
  background-color: #50583e;
  border-color: #50583e;
}
.btn-link-on-light:hover {
  color: #fff;
  background-color: #3c422e;
  border-color: #353a29;
}
.btn-link-on-light:focus, .btn-link-on-light.focus {
  color: #fff;
  background-color: #3c422e;
  border-color: #353a29;
  box-shadow: 0 0 0 0.2rem rgba(106, 113, 91, 0.5);
}
.btn-link-on-light.disabled, .btn-link-on-light:disabled {
  color: #fff;
  background-color: #50583e;
  border-color: #50583e;
}
.btn-link-on-light:not(:disabled):not(.disabled):active, .btn-link-on-light:not(:disabled):not(.disabled).active, .show > .btn-link-on-light.dropdown-toggle {
  color: #fff;
  background-color: #353a29;
  border-color: #2e3324;
}
.btn-link-on-light:not(:disabled):not(.disabled):active:focus, .btn-link-on-light:not(:disabled):not(.disabled).active:focus, .show > .btn-link-on-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 113, 91, 0.5);
}

.btn-link-on-dark {
  color: #fff;
  background-color: #72a84b;
  border-color: #72a84b;
}
.btn-link-on-dark:hover {
  color: #fff;
  background-color: #608e3f;
  border-color: #5a853b;
}
.btn-link-on-dark:focus, .btn-link-on-dark.focus {
  color: #fff;
  background-color: #608e3f;
  border-color: #5a853b;
  box-shadow: 0 0 0 0.2rem rgba(135, 181, 102, 0.5);
}
.btn-link-on-dark.disabled, .btn-link-on-dark:disabled {
  color: #fff;
  background-color: #72a84b;
  border-color: #72a84b;
}
.btn-link-on-dark:not(:disabled):not(.disabled):active, .btn-link-on-dark:not(:disabled):not(.disabled).active, .show > .btn-link-on-dark.dropdown-toggle {
  color: #fff;
  background-color: #5a853b;
  border-color: #547c37;
}
.btn-link-on-dark:not(:disabled):not(.disabled):active:focus, .btn-link-on-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-link-on-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(135, 181, 102, 0.5);
}

.btn-link-on-darkAll {
  color: #fff;
  background-color: #72a84b;
  border-color: #72a84b;
}
.btn-link-on-darkAll:hover {
  color: #fff;
  background-color: #608e3f;
  border-color: #5a853b;
}
.btn-link-on-darkAll:focus, .btn-link-on-darkAll.focus {
  color: #fff;
  background-color: #608e3f;
  border-color: #5a853b;
  box-shadow: 0 0 0 0.2rem rgba(135, 181, 102, 0.5);
}
.btn-link-on-darkAll.disabled, .btn-link-on-darkAll:disabled {
  color: #fff;
  background-color: #72a84b;
  border-color: #72a84b;
}
.btn-link-on-darkAll:not(:disabled):not(.disabled):active, .btn-link-on-darkAll:not(:disabled):not(.disabled).active, .show > .btn-link-on-darkAll.dropdown-toggle {
  color: #fff;
  background-color: #5a853b;
  border-color: #547c37;
}
.btn-link-on-darkAll:not(:disabled):not(.disabled):active:focus, .btn-link-on-darkAll:not(:disabled):not(.disabled).active:focus, .show > .btn-link-on-darkAll.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(135, 181, 102, 0.5);
}

.btn-pagemenu-dk-bg {
  color: #fff;
  background-color: #1f3016;
  border-color: #1f3016;
}
.btn-pagemenu-dk-bg:hover {
  color: #fff;
  background-color: #0e160a;
  border-color: #080d06;
}
.btn-pagemenu-dk-bg:focus, .btn-pagemenu-dk-bg.focus {
  color: #fff;
  background-color: #0e160a;
  border-color: #080d06;
  box-shadow: 0 0 0 0.2rem rgba(65, 79, 57, 0.5);
}
.btn-pagemenu-dk-bg.disabled, .btn-pagemenu-dk-bg:disabled {
  color: #fff;
  background-color: #1f3016;
  border-color: #1f3016;
}
.btn-pagemenu-dk-bg:not(:disabled):not(.disabled):active, .btn-pagemenu-dk-bg:not(:disabled):not(.disabled).active, .show > .btn-pagemenu-dk-bg.dropdown-toggle {
  color: #fff;
  background-color: #080d06;
  border-color: #030402;
}
.btn-pagemenu-dk-bg:not(:disabled):not(.disabled):active:focus, .btn-pagemenu-dk-bg:not(:disabled):not(.disabled).active:focus, .show > .btn-pagemenu-dk-bg.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 79, 57, 0.5);
}

.btn-pagemenu-dk-bg-active {
  color: #fff;
  background-color: #0f180b;
  border-color: #0f180b;
}
.btn-pagemenu-dk-bg-active:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-pagemenu-dk-bg-active:focus, .btn-pagemenu-dk-bg-active.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(51, 59, 48, 0.5);
}
.btn-pagemenu-dk-bg-active.disabled, .btn-pagemenu-dk-bg-active:disabled {
  color: #fff;
  background-color: #0f180b;
  border-color: #0f180b;
}
.btn-pagemenu-dk-bg-active:not(:disabled):not(.disabled):active, .btn-pagemenu-dk-bg-active:not(:disabled):not(.disabled).active, .show > .btn-pagemenu-dk-bg-active.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-pagemenu-dk-bg-active:not(:disabled):not(.disabled):active:focus, .btn-pagemenu-dk-bg-active:not(:disabled):not(.disabled).active:focus, .show > .btn-pagemenu-dk-bg-active.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 59, 48, 0.5);
}

.btn-outline-primary {
  color: #50583e;
  border-color: #50583e;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #50583e;
  border-color: #50583e;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 88, 62, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #50583e;
  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: #50583e;
  border-color: #50583e;
}
.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(80, 88, 62, 0.5);
}

.btn-outline-secondary {
  color: #4f7e19;
  border-color: #4f7e19;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #4f7e19;
  border-color: #4f7e19;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(79, 126, 25, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #4f7e19;
  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: #4f7e19;
  border-color: #4f7e19;
}
.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(79, 126, 25, 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-outline-pageWidget {
  color: #002c4c;
  border-color: #002c4c;
}
.btn-outline-pageWidget:hover {
  color: #fff;
  background-color: #002c4c;
  border-color: #002c4c;
}
.btn-outline-pageWidget:focus, .btn-outline-pageWidget.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 44, 76, 0.5);
}
.btn-outline-pageWidget.disabled, .btn-outline-pageWidget:disabled {
  color: #002c4c;
  background-color: transparent;
}
.btn-outline-pageWidget:not(:disabled):not(.disabled):active, .btn-outline-pageWidget:not(:disabled):not(.disabled).active, .show > .btn-outline-pageWidget.dropdown-toggle {
  color: #fff;
  background-color: #002c4c;
  border-color: #002c4c;
}
.btn-outline-pageWidget:not(:disabled):not(.disabled):active:focus, .btn-outline-pageWidget:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pageWidget.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 44, 76, 0.5);
}

.btn-outline-darkprimary {
  color: #444b35;
  border-color: #444b35;
}
.btn-outline-darkprimary:hover {
  color: #fff;
  background-color: #444b35;
  border-color: #444b35;
}
.btn-outline-darkprimary:focus, .btn-outline-darkprimary.focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 75, 53, 0.5);
}
.btn-outline-darkprimary.disabled, .btn-outline-darkprimary:disabled {
  color: #444b35;
  background-color: transparent;
}
.btn-outline-darkprimary:not(:disabled):not(.disabled):active, .btn-outline-darkprimary:not(:disabled):not(.disabled).active, .show > .btn-outline-darkprimary.dropdown-toggle {
  color: #fff;
  background-color: #444b35;
  border-color: #444b35;
}
.btn-outline-darkprimary:not(:disabled):not(.disabled):active:focus, .btn-outline-darkprimary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-darkprimary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 75, 53, 0.5);
}

.btn-outline-lightsecondary {
  color: #e5ecdd;
  border-color: #e5ecdd;
}
.btn-outline-lightsecondary:hover {
  color: #212529;
  background-color: #e5ecdd;
  border-color: #e5ecdd;
}
.btn-outline-lightsecondary:focus, .btn-outline-lightsecondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 236, 221, 0.5);
}
.btn-outline-lightsecondary.disabled, .btn-outline-lightsecondary:disabled {
  color: #e5ecdd;
  background-color: transparent;
}
.btn-outline-lightsecondary:not(:disabled):not(.disabled):active, .btn-outline-lightsecondary:not(:disabled):not(.disabled).active, .show > .btn-outline-lightsecondary.dropdown-toggle {
  color: #212529;
  background-color: #e5ecdd;
  border-color: #e5ecdd;
}
.btn-outline-lightsecondary:not(:disabled):not(.disabled):active:focus, .btn-outline-lightsecondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-lightsecondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 236, 221, 0.5);
}

.btn-outline-darksecondary {
  color: #436b15;
  border-color: #436b15;
}
.btn-outline-darksecondary:hover {
  color: #fff;
  background-color: #436b15;
  border-color: #436b15;
}
.btn-outline-darksecondary:focus, .btn-outline-darksecondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 107, 21, 0.5);
}
.btn-outline-darksecondary.disabled, .btn-outline-darksecondary:disabled {
  color: #436b15;
  background-color: transparent;
}
.btn-outline-darksecondary:not(:disabled):not(.disabled):active, .btn-outline-darksecondary:not(:disabled):not(.disabled).active, .show > .btn-outline-darksecondary.dropdown-toggle {
  color: #fff;
  background-color: #436b15;
  border-color: #436b15;
}
.btn-outline-darksecondary:not(:disabled):not(.disabled):active:focus, .btn-outline-darksecondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-darksecondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(67, 107, 21, 0.5);
}

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

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

.btn-outline-text-on-light {
  color: #333;
  border-color: #333;
}
.btn-outline-text-on-light:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-outline-text-on-light:focus, .btn-outline-text-on-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-outline-text-on-light.disabled, .btn-outline-text-on-light:disabled {
  color: #333;
  background-color: transparent;
}
.btn-outline-text-on-light:not(:disabled):not(.disabled):active, .btn-outline-text-on-light:not(:disabled):not(.disabled).active, .show > .btn-outline-text-on-light.dropdown-toggle {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.btn-outline-text-on-light:not(:disabled):not(.disabled):active:focus, .btn-outline-text-on-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-text-on-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

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

.btn-outline-link-on-light {
  color: #50583e;
  border-color: #50583e;
}
.btn-outline-link-on-light:hover {
  color: #fff;
  background-color: #50583e;
  border-color: #50583e;
}
.btn-outline-link-on-light:focus, .btn-outline-link-on-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 88, 62, 0.5);
}
.btn-outline-link-on-light.disabled, .btn-outline-link-on-light:disabled {
  color: #50583e;
  background-color: transparent;
}
.btn-outline-link-on-light:not(:disabled):not(.disabled):active, .btn-outline-link-on-light:not(:disabled):not(.disabled).active, .show > .btn-outline-link-on-light.dropdown-toggle {
  color: #fff;
  background-color: #50583e;
  border-color: #50583e;
}
.btn-outline-link-on-light:not(:disabled):not(.disabled):active:focus, .btn-outline-link-on-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-link-on-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(80, 88, 62, 0.5);
}

.btn-outline-link-on-dark {
  color: #72a84b;
  border-color: #72a84b;
}
.btn-outline-link-on-dark:hover {
  color: #fff;
  background-color: #72a84b;
  border-color: #72a84b;
}
.btn-outline-link-on-dark:focus, .btn-outline-link-on-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 168, 75, 0.5);
}
.btn-outline-link-on-dark.disabled, .btn-outline-link-on-dark:disabled {
  color: #72a84b;
  background-color: transparent;
}
.btn-outline-link-on-dark:not(:disabled):not(.disabled):active, .btn-outline-link-on-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-link-on-dark.dropdown-toggle {
  color: #fff;
  background-color: #72a84b;
  border-color: #72a84b;
}
.btn-outline-link-on-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-link-on-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-link-on-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 168, 75, 0.5);
}

.btn-outline-link-on-darkAll {
  color: #72a84b;
  border-color: #72a84b;
}
.btn-outline-link-on-darkAll:hover {
  color: #fff;
  background-color: #72a84b;
  border-color: #72a84b;
}
.btn-outline-link-on-darkAll:focus, .btn-outline-link-on-darkAll.focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 168, 75, 0.5);
}
.btn-outline-link-on-darkAll.disabled, .btn-outline-link-on-darkAll:disabled {
  color: #72a84b;
  background-color: transparent;
}
.btn-outline-link-on-darkAll:not(:disabled):not(.disabled):active, .btn-outline-link-on-darkAll:not(:disabled):not(.disabled).active, .show > .btn-outline-link-on-darkAll.dropdown-toggle {
  color: #fff;
  background-color: #72a84b;
  border-color: #72a84b;
}
.btn-outline-link-on-darkAll:not(:disabled):not(.disabled):active:focus, .btn-outline-link-on-darkAll:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-link-on-darkAll.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 168, 75, 0.5);
}

.btn-outline-pagemenu-dk-bg {
  color: #1f3016;
  border-color: #1f3016;
}
.btn-outline-pagemenu-dk-bg:hover {
  color: #fff;
  background-color: #1f3016;
  border-color: #1f3016;
}
.btn-outline-pagemenu-dk-bg:focus, .btn-outline-pagemenu-dk-bg.focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 48, 22, 0.5);
}
.btn-outline-pagemenu-dk-bg.disabled, .btn-outline-pagemenu-dk-bg:disabled {
  color: #1f3016;
  background-color: transparent;
}
.btn-outline-pagemenu-dk-bg:not(:disabled):not(.disabled):active, .btn-outline-pagemenu-dk-bg:not(:disabled):not(.disabled).active, .show > .btn-outline-pagemenu-dk-bg.dropdown-toggle {
  color: #fff;
  background-color: #1f3016;
  border-color: #1f3016;
}
.btn-outline-pagemenu-dk-bg:not(:disabled):not(.disabled):active:focus, .btn-outline-pagemenu-dk-bg:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pagemenu-dk-bg.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 48, 22, 0.5);
}

.btn-outline-pagemenu-dk-bg-active {
  color: #0f180b;
  border-color: #0f180b;
}
.btn-outline-pagemenu-dk-bg-active:hover {
  color: #fff;
  background-color: #0f180b;
  border-color: #0f180b;
}
.btn-outline-pagemenu-dk-bg-active:focus, .btn-outline-pagemenu-dk-bg-active.focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 24, 11, 0.5);
}
.btn-outline-pagemenu-dk-bg-active.disabled, .btn-outline-pagemenu-dk-bg-active:disabled {
  color: #0f180b;
  background-color: transparent;
}
.btn-outline-pagemenu-dk-bg-active:not(:disabled):not(.disabled):active, .btn-outline-pagemenu-dk-bg-active:not(:disabled):not(.disabled).active, .show > .btn-outline-pagemenu-dk-bg-active.dropdown-toggle {
  color: #fff;
  background-color: #0f180b;
  border-color: #0f180b;
}
.btn-outline-pagemenu-dk-bg-active:not(:disabled):not(.disabled):active:focus, .btn-outline-pagemenu-dk-bg-active:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-pagemenu-dk-bg-active.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(15, 24, 11, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #50583e;
  text-decoration: none;
}
.btn-link:hover {
  color: #272b1e;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .horiz-accordion-box .horiz-list li .btn-group-lg > a, .btn-group-lg > .btn-learnmore, .btn-group-lg > .btn-learnMore {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .horiz-accordion-box .horiz-list li .btn-group-sm > a, .btn-group-sm > .btn-learnmore, .btn-group-sm > .btn-learnMore {
  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 (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #50583e;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .horiz-accordion-box .horiz-list li .btn-group > a, .btn-group > .btn-learnmore, .btn-group > .btn-learnMore,
.btn-group-vertical > .btn,
.horiz-accordion-box .horiz-list li .btn-group-vertical > a,
.btn-group-vertical > .btn-learnmore,
.btn-group-vertical > .btn-learnMore {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .horiz-accordion-box .horiz-list li .btn-group > a:hover, .btn-group > .btn-learnmore:hover, .btn-group > .btn-learnMore:hover,
.btn-group-vertical > .btn:hover,
.horiz-accordion-box .horiz-list li .btn-group-vertical > a:hover,
.btn-group-vertical > .btn-learnmore:hover,
.btn-group-vertical > .btn-learnMore:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .horiz-accordion-box .horiz-list li .btn-group > a:focus, .btn-group > .btn-learnmore:focus, .btn-group > .btn-learnMore:focus, .btn-group > .btn:active, .horiz-accordion-box .horiz-list li .btn-group > a:active, .btn-group > .btn-learnmore:active, .btn-group > .btn-learnMore:active, .btn-group > .btn.active, .horiz-accordion-box .horiz-list li .btn-group > a.active, .btn-group > .active.btn-learnmore, .btn-group > .active.btn-learnMore,
.btn-group-vertical > .btn:focus,
.horiz-accordion-box .horiz-list li .btn-group-vertical > a:focus,
.btn-group-vertical > .btn-learnmore:focus,
.btn-group-vertical > .btn-learnMore:focus,
.btn-group-vertical > .btn:active,
.horiz-accordion-box .horiz-list li .btn-group-vertical > a:active,
.btn-group-vertical > .btn-learnmore:active,
.btn-group-vertical > .btn-learnMore:active,
.btn-group-vertical > .btn.active,
.horiz-accordion-box .horiz-list li .btn-group-vertical > a.active,
.btn-group-vertical > .active.btn-learnmore,
.btn-group-vertical > .active.btn-learnMore {
  z-index: 1;
}

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

.btn-group > .btn:not(:first-child), .horiz-accordion-box .horiz-list li .btn-group > a:not(:first-child), .btn-group > .btn-learnmore:not(:first-child), .btn-group > .btn-learnMore:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .horiz-accordion-box .horiz-list li .btn-group > a:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-learnmore:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-learnMore:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.horiz-accordion-box .horiz-list li .btn-group > .btn-group:not(:last-child) > a,
.btn-group > .btn-group:not(:last-child) > .btn-learnmore,
.btn-group > .btn-group:not(:last-child) > .btn-learnMore {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .horiz-accordion-box .horiz-list li .btn-group > a:not(:first-child), .btn-group > .btn-learnmore:not(:first-child), .btn-group > .btn-learnMore:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.horiz-accordion-box .horiz-list li .btn-group > .btn-group:not(:first-child) > a,
.btn-group > .btn-group:not(:first-child) > .btn-learnmore,
.btn-group > .btn-group:not(:first-child) > .btn-learnMore {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .horiz-accordion-box .horiz-list li .btn-group-sm > a + .dropdown-toggle-split, .btn-group-sm > .btn-learnmore + .dropdown-toggle-split, .btn-group-sm > .btn-learnMore + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .horiz-accordion-box .horiz-list li .btn-group-lg > a + .dropdown-toggle-split, .btn-group-lg > .btn-learnmore + .dropdown-toggle-split, .btn-group-lg > .btn-learnMore + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .horiz-accordion-box .horiz-list li .btn-group-vertical > a, .btn-group-vertical > .btn-learnmore, .btn-group-vertical > .btn-learnMore,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .horiz-accordion-box .horiz-list li .btn-group-vertical > a:not(:first-child), .btn-group-vertical > .btn-learnmore:not(:first-child), .btn-group-vertical > .btn-learnMore:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .horiz-accordion-box .horiz-list li .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-learnmore:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-learnMore:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.horiz-accordion-box .horiz-list li .btn-group-vertical > .btn-group:not(:last-child) > a,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-learnmore,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-learnMore {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .horiz-accordion-box .horiz-list li .btn-group-vertical > a:not(:first-child), .btn-group-vertical > .btn-learnmore:not(:first-child), .btn-group-vertical > .btn-learnMore:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.horiz-accordion-box .horiz-list li .btn-group-vertical > .btn-group:not(:first-child) > a,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-learnmore,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-learnMore {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .horiz-accordion-box .horiz-list li .btn-group-toggle > a, .btn-group-toggle > .btn-learnmore, .btn-group-toggle > .btn-learnMore,
.btn-group-toggle > .btn-group > .btn,
.horiz-accordion-box .horiz-list li .btn-group-toggle > .btn-group > a,
.btn-group-toggle > .btn-group > .btn-learnmore,
.btn-group-toggle > .btn-group > .btn-learnMore {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .horiz-accordion-box .horiz-list li .btn-group-toggle > a input[type=radio], .btn-group-toggle > .btn-learnmore input[type=radio], .btn-group-toggle > .btn-learnMore input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.horiz-accordion-box .horiz-list li .btn-group-toggle > a input[type=checkbox],
.btn-group-toggle > .btn-learnmore input[type=checkbox],
.btn-group-toggle > .btn-learnMore input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, #resilience-resources-container #form-filter-sidebar form .input-group > select,
#resilience-resources-container #form-filter-sidebar form .input-group > button.multiselect,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, #resilience-resources-container #form-filter-sidebar form .input-group > select + .form-control,
#resilience-resources-container #form-filter-sidebar form .input-group > button.multiselect + .form-control, #resilience-resources-container #form-filter-sidebar form .input-group > .form-control + select, #resilience-resources-container #form-filter-sidebar form .input-group > select + select,
#resilience-resources-container #form-filter-sidebar form .input-group > button.multiselect + select,
#resilience-resources-container #form-filter-sidebar form .input-group > .form-control + button.multiselect,
#resilience-resources-container #form-filter-sidebar form .input-group > select + button.multiselect,
#resilience-resources-container #form-filter-sidebar form .input-group > button.multiselect + button.multiselect,
.input-group > .form-control + .custom-select,
#resilience-resources-container #form-filter-sidebar form .input-group > select + .custom-select,
#resilience-resources-container #form-filter-sidebar form .input-group > button.multiselect + .custom-select,
.input-group > .form-control + .custom-file,
#resilience-resources-container #form-filter-sidebar form .input-group > select + .custom-file,
#resilience-resources-container #form-filter-sidebar form .input-group > button.multiselect + .custom-file,
.input-group > .form-control-plaintext + .form-control,
#resilience-resources-container #form-filter-sidebar form .input-group > .form-control-plaintext + select,
#resilience-resources-container #form-filter-sidebar form .input-group > .form-control-plaintext + button.multiselect,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
#resilience-resources-container #form-filter-sidebar form .input-group > .custom-select + select,
#resilience-resources-container #form-filter-sidebar form .input-group > .custom-select + button.multiselect,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
#resilience-resources-container #form-filter-sidebar form .input-group > .custom-file + select,
#resilience-resources-container #form-filter-sidebar form .input-group > .custom-file + button.multiselect,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, #resilience-resources-container #form-filter-sidebar form .input-group > select:focus,
#resilience-resources-container #form-filter-sidebar form .input-group > button.multiselect: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(:first-child), #resilience-resources-container #form-filter-sidebar form .input-group > select:not(:first-child),
#resilience-resources-container #form-filter-sidebar form .input-group > button.multiselect: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(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child), #resilience-resources-container #form-filter-sidebar form .input-group:not(.has-validation) > select:not(:last-child),
#resilience-resources-container #form-filter-sidebar form .input-group:not(.has-validation) > button.multiselect:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3), #resilience-resources-container #form-filter-sidebar form .input-group.has-validation > select:nth-last-child(n+3),
#resilience-resources-container #form-filter-sidebar form .input-group.has-validation > button.multiselect:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .horiz-accordion-box .horiz-list li a, .horiz-accordion-box .horiz-list li .input-group-prepend a, .input-group-prepend .btn-learnmore, .input-group-prepend .btn-learnMore,
.input-group-append .btn,
.input-group-append .horiz-accordion-box .horiz-list li a,
.horiz-accordion-box .horiz-list li .input-group-append a,
.input-group-append .btn-learnmore,
.input-group-append .btn-learnMore {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .horiz-accordion-box .horiz-list li a:focus, .horiz-accordion-box .horiz-list li .input-group-prepend a:focus, .input-group-prepend .btn-learnmore:focus, .input-group-prepend .btn-learnMore:focus,
.input-group-append .btn:focus,
.input-group-append .horiz-accordion-box .horiz-list li a:focus,
.horiz-accordion-box .horiz-list li .input-group-append a:focus,
.input-group-append .btn-learnmore:focus,
.input-group-append .btn-learnMore:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .horiz-accordion-box .horiz-list li a + .btn, .horiz-accordion-box .horiz-list li .input-group-prepend a + .btn, .input-group-prepend .horiz-accordion-box .horiz-list li .btn + a, .horiz-accordion-box .horiz-list li .input-group-prepend .btn + a, .input-group-prepend .horiz-accordion-box .horiz-list li a + a, .horiz-accordion-box .horiz-list li .input-group-prepend a + a, .input-group-prepend .btn-learnmore + .btn, .input-group-prepend .horiz-accordion-box .horiz-list li .btn-learnmore + a, .horiz-accordion-box .horiz-list li .input-group-prepend .btn-learnmore + a, .input-group-prepend .btn-learnMore + .btn, .input-group-prepend .horiz-accordion-box .horiz-list li .btn-learnMore + a, .horiz-accordion-box .horiz-list li .input-group-prepend .btn-learnMore + a, .input-group-prepend .btn + .btn-learnmore, .input-group-prepend .horiz-accordion-box .horiz-list li a + .btn-learnmore, .horiz-accordion-box .horiz-list li .input-group-prepend a + .btn-learnmore, .input-group-prepend .btn-learnmore + .btn-learnmore, .input-group-prepend .btn-learnMore + .btn-learnmore, .input-group-prepend .btn + .btn-learnMore, .input-group-prepend .horiz-accordion-box .horiz-list li a + .btn-learnMore, .horiz-accordion-box .horiz-list li .input-group-prepend a + .btn-learnMore, .input-group-prepend .btn-learnmore + .btn-learnMore, .input-group-prepend .btn-learnMore + .btn-learnMore,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .horiz-accordion-box .horiz-list li a + .input-group-text,
.horiz-accordion-box .horiz-list li .input-group-prepend a + .input-group-text,
.input-group-prepend .btn-learnmore + .input-group-text,
.input-group-prepend .btn-learnMore + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .horiz-accordion-box .horiz-list li .input-group-text + a,
.horiz-accordion-box .horiz-list li .input-group-prepend .input-group-text + a,
.input-group-prepend .input-group-text + .btn-learnmore,
.input-group-prepend .input-group-text + .btn-learnMore,
.input-group-append .btn + .btn,
.input-group-append .horiz-accordion-box .horiz-list li a + .btn,
.horiz-accordion-box .horiz-list li .input-group-append a + .btn,
.input-group-append .horiz-accordion-box .horiz-list li .btn + a,
.horiz-accordion-box .horiz-list li .input-group-append .btn + a,
.input-group-append .horiz-accordion-box .horiz-list li a + a,
.horiz-accordion-box .horiz-list li .input-group-append a + a,
.input-group-append .btn-learnmore + .btn,
.input-group-append .horiz-accordion-box .horiz-list li .btn-learnmore + a,
.horiz-accordion-box .horiz-list li .input-group-append .btn-learnmore + a,
.input-group-append .btn-learnMore + .btn,
.input-group-append .horiz-accordion-box .horiz-list li .btn-learnMore + a,
.horiz-accordion-box .horiz-list li .input-group-append .btn-learnMore + a,
.input-group-append .btn + .btn-learnmore,
.input-group-append .horiz-accordion-box .horiz-list li a + .btn-learnmore,
.horiz-accordion-box .horiz-list li .input-group-append a + .btn-learnmore,
.input-group-append .btn-learnmore + .btn-learnmore,
.input-group-append .btn-learnMore + .btn-learnmore,
.input-group-append .btn + .btn-learnMore,
.input-group-append .horiz-accordion-box .horiz-list li a + .btn-learnMore,
.horiz-accordion-box .horiz-list li .input-group-append a + .btn-learnMore,
.input-group-append .btn-learnmore + .btn-learnMore,
.input-group-append .btn-learnMore + .btn-learnMore,
.input-group-append .btn + .input-group-text,
.input-group-append .horiz-accordion-box .horiz-list li a + .input-group-text,
.horiz-accordion-box .horiz-list li .input-group-append a + .input-group-text,
.input-group-append .btn-learnmore + .input-group-text,
.input-group-append .btn-learnMore + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .horiz-accordion-box .horiz-list li .input-group-text + a,
.horiz-accordion-box .horiz-list li .input-group-append .input-group-text + a,
.input-group-append .input-group-text + .btn-learnmore,
.input-group-append .input-group-text + .btn-learnMore {
  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), #resilience-resources-container #form-filter-sidebar form .input-group-lg > select:not(textarea),
#resilience-resources-container #form-filter-sidebar form .input-group-lg > button.multiselect:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, #resilience-resources-container #form-filter-sidebar form .input-group-lg > select,
#resilience-resources-container #form-filter-sidebar form .input-group-lg > button.multiselect,
.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,
.horiz-accordion-box .horiz-list li .input-group-lg > .input-group-prepend > a,
.input-group-lg > .input-group-prepend > .btn-learnmore,
.input-group-lg > .input-group-prepend > .btn-learnMore,
.input-group-lg > .input-group-append > .btn,
.horiz-accordion-box .horiz-list li .input-group-lg > .input-group-append > a,
.input-group-lg > .input-group-append > .btn-learnmore,
.input-group-lg > .input-group-append > .btn-learnMore {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea), #resilience-resources-container #form-filter-sidebar form .input-group-sm > select:not(textarea),
#resilience-resources-container #form-filter-sidebar form .input-group-sm > button.multiselect:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control, #resilience-resources-container #form-filter-sidebar form .input-group-sm > select,
#resilience-resources-container #form-filter-sidebar form .input-group-sm > button.multiselect,
.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,
.horiz-accordion-box .horiz-list li .input-group-sm > .input-group-prepend > a,
.input-group-sm > .input-group-prepend > .btn-learnmore,
.input-group-sm > .input-group-prepend > .btn-learnMore,
.input-group-sm > .input-group-append > .btn,
.horiz-accordion-box .horiz-list li .input-group-sm > .input-group-append > a,
.input-group-sm > .input-group-append > .btn-learnmore,
.input-group-sm > .input-group-append > .btn-learnMore {
  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, .horiz-accordion-box .horiz-list li .input-group > .input-group-prepend > a, .input-group > .input-group-prepend > .btn-learnmore, .input-group > .input-group-prepend > .btn-learnMore,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.horiz-accordion-box .horiz-list li .input-group:not(.has-validation) > .input-group-append:not(:last-child) > a,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn-learnmore,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn-learnMore,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.horiz-accordion-box .horiz-list li .input-group.has-validation > .input-group-append:nth-last-child(n+3) > a,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn-learnmore,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn-learnMore,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.horiz-accordion-box .horiz-list li .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-learnmore:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-learnMore: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, .horiz-accordion-box .horiz-list li .input-group > .input-group-append > a, .input-group > .input-group-append > .btn-learnmore, .input-group > .input-group-append > .btn-learnMore,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.horiz-accordion-box .horiz-list li .input-group > .input-group-prepend:not(:first-child) > a,
.input-group > .input-group-prepend:not(:first-child) > .btn-learnmore,
.input-group > .input-group-prepend:not(:first-child) > .btn-learnMore,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.horiz-accordion-box .horiz-list li .input-group > .input-group-prepend:first-child > a:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-learnmore:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-learnMore: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;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #50583e;
  background-color: #50583e;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(80, 88, 62, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #939f77;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #aab495;
  border-color: #aab495;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #50583e;
  background-color: #50583e;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(80, 88, 62, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(80, 88, 62, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(80, 88, 62, 0.5);
}

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #939f77;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(80, 88, 62, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

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

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

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(80, 88, 62, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(80, 88, 62, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(80, 88, 62, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #50583e;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #aab495;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #50583e;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #aab495;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #50583e;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #aab495;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

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

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

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link, .nav-tabs .repi-page-menu .page-nav-link, .repi-page-menu .nav-tabs .page-nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .repi-page-menu .page-nav-link:hover, .repi-page-menu .nav-tabs .page-nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .repi-page-menu .page-nav-link:focus, .repi-page-menu .nav-tabs .page-nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled, .nav-tabs .repi-page-menu .disabled.page-nav-link, .repi-page-menu .nav-tabs .disabled.page-nav-link {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .repi-page-menu .active.page-nav-link, .repi-page-menu .nav-tabs .active.page-nav-link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .repi-page-menu .page-nav-link,
.repi-page-menu .nav-tabs .nav-item.show .page-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, .nav-pills .repi-page-menu .page-nav-link, .repi-page-menu .nav-pills .page-nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .repi-page-menu .active.page-nav-link, .repi-page-menu .nav-pills .active.page-nav-link,
.nav-pills .show > .nav-link,
.nav-pills .repi-page-menu .show > .page-nav-link,
.repi-page-menu .nav-pills .show > .page-nav-link {
  color: #fff;
  background-color: #50583e;
}

.nav-fill > .nav-link, .repi-page-menu .nav-fill > .page-nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link, .repi-page-menu .nav-justified > .page-nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
}
.navbar .container,
.navbar .container-fluid,
.navbar #repi-body,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 30px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

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

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > #repi-body,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link, .navbar-expand-sm .navbar-nav .repi-page-menu .page-nav-link, .repi-page-menu .navbar-expand-sm .navbar-nav .page-nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > #repi-body,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > #repi-body,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl,
.navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .navbar-nav .repi-page-menu .page-nav-link, .repi-page-menu .navbar-expand-md .navbar-nav .page-nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > #repi-body,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl,
.navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > #repi-body,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl,
.navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .repi-page-menu .page-nav-link, .repi-page-menu .navbar-expand-lg .navbar-nav .page-nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > #repi-body,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl,
.navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > #repi-body,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link, .navbar-expand-xl .navbar-nav .repi-page-menu .page-nav-link, .repi-page-menu .navbar-expand-xl .navbar-nav .page-nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > #repi-body,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > #repi-body,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl,
.navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link, .navbar-expand-xxl .navbar-nav .repi-page-menu .page-nav-link, .repi-page-menu .navbar-expand-xxl .navbar-nav .page-nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > #repi-body,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl,
.navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > #repi-body,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link, .navbar-expand .navbar-nav .repi-page-menu .page-nav-link, .repi-page-menu .navbar-expand .navbar-nav .page-nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > #repi-body,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .repi-page-menu .page-nav-link, .repi-page-menu .navbar-light .navbar-nav .page-nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .repi-page-menu .page-nav-link:hover, .repi-page-menu .navbar-light .navbar-nav .page-nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .repi-page-menu .page-nav-link:focus, .repi-page-menu .navbar-light .navbar-nav .page-nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav .repi-page-menu .disabled.page-nav-link, .repi-page-menu .navbar-light .navbar-nav .disabled.page-nav-link {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .repi-page-menu .show > .page-nav-link, .repi-page-menu .navbar-light .navbar-nav .show > .page-nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .repi-page-menu .active > .page-nav-link,
.repi-page-menu .navbar-light .navbar-nav .active > .page-nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .repi-page-menu .show.page-nav-link,
.repi-page-menu .navbar-light .navbar-nav .show.page-nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .repi-page-menu .active.page-nav-link,
.repi-page-menu .navbar-light .navbar-nav .active.page-nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .repi-page-menu .page-nav-link, .repi-page-menu .navbar-dark .navbar-nav .page-nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .repi-page-menu .page-nav-link:hover, .repi-page-menu .navbar-dark .navbar-nav .page-nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .repi-page-menu .page-nav-link:focus, .repi-page-menu .navbar-dark .navbar-nav .page-nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled, .navbar-dark .navbar-nav .repi-page-menu .disabled.page-nav-link, .repi-page-menu .navbar-dark .navbar-nav .disabled.page-nav-link {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .repi-page-menu .show > .page-nav-link, .repi-page-menu .navbar-dark .navbar-nav .show > .page-nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .repi-page-menu .active > .page-nav-link,
.repi-page-menu .navbar-dark .navbar-nav .active > .page-nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .repi-page-menu .show.page-nav-link,
.repi-page-menu .navbar-dark .navbar-nav .show.page-nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .repi-page-menu .active.page-nav-link,
.repi-page-menu .navbar-dark .navbar-nav .active.page-nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

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

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

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

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

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

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #50583e;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #272b1e;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(80, 88, 62, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #50583e;
  border-color: #50583e;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

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

.badge:empty {
  display: none;
}

.btn .badge, .horiz-accordion-box .horiz-list li a .badge, .btn-learnmore .badge, .btn-learnMore .badge {
  position: relative;
  top: -1px;
}

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

.badge-primary {
  color: #fff;
  background-color: #50583e;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #353a29;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(80, 88, 62, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #4f7e19;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #345311;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(79, 126, 25, 0.5);
}

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

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

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

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

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.badge-pageWidget {
  color: #fff;
  background-color: #002c4c;
}
a.badge-pageWidget:hover, a.badge-pageWidget:focus {
  color: #fff;
  background-color: #000e19;
}
a.badge-pageWidget:focus, a.badge-pageWidget.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 44, 76, 0.5);
}

.badge-darkprimary {
  color: #fff;
  background-color: #444b35;
}
a.badge-darkprimary:hover, a.badge-darkprimary:focus {
  color: #fff;
  background-color: #292d20;
}
a.badge-darkprimary:focus, a.badge-darkprimary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(68, 75, 53, 0.5);
}

.badge-lightsecondary {
  color: #212529;
  background-color: #e5ecdd;
}
a.badge-lightsecondary:hover, a.badge-lightsecondary:focus {
  color: #212529;
  background-color: #ccdabc;
}
a.badge-lightsecondary:focus, a.badge-lightsecondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(229, 236, 221, 0.5);
}

.badge-darksecondary {
  color: #fff;
  background-color: #436b15;
}
a.badge-darksecondary:hover, a.badge-darksecondary:focus {
  color: #fff;
  background-color: #28400d;
}
a.badge-darksecondary:focus, a.badge-darksecondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(67, 107, 21, 0.5);
}

.badge-lightborder {
  color: #212529;
  background-color: #adadad;
}
a.badge-lightborder:hover, a.badge-lightborder:focus {
  color: #212529;
  background-color: #949494;
}
a.badge-lightborder:focus, a.badge-lightborder.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(173, 173, 173, 0.5);
}

.badge-lightestborder {
  color: #212529;
  background-color: #e2e2e2;
}
a.badge-lightestborder:hover, a.badge-lightestborder:focus {
  color: #212529;
  background-color: #c9c9c9;
}
a.badge-lightestborder:focus, a.badge-lightestborder.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(226, 226, 226, 0.5);
}

.badge-text-on-light {
  color: #fff;
  background-color: #333;
}
a.badge-text-on-light:hover, a.badge-text-on-light:focus {
  color: #fff;
  background-color: #1a1a1a;
}
a.badge-text-on-light:focus, a.badge-text-on-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}

.badge-text-on-dark {
  color: #212529;
  background-color: white;
}
a.badge-text-on-dark:hover, a.badge-text-on-dark:focus {
  color: #212529;
  background-color: #e6e6e6;
}
a.badge-text-on-dark:focus, a.badge-text-on-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-link-on-light {
  color: #fff;
  background-color: #50583e;
}
a.badge-link-on-light:hover, a.badge-link-on-light:focus {
  color: #fff;
  background-color: #353a29;
}
a.badge-link-on-light:focus, a.badge-link-on-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(80, 88, 62, 0.5);
}

.badge-link-on-dark {
  color: #fff;
  background-color: #72a84b;
}
a.badge-link-on-dark:hover, a.badge-link-on-dark:focus {
  color: #fff;
  background-color: #5a853b;
}
a.badge-link-on-dark:focus, a.badge-link-on-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(114, 168, 75, 0.5);
}

.badge-link-on-darkAll {
  color: #fff;
  background-color: #72a84b;
}
a.badge-link-on-darkAll:hover, a.badge-link-on-darkAll:focus {
  color: #fff;
  background-color: #5a853b;
}
a.badge-link-on-darkAll:focus, a.badge-link-on-darkAll.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(114, 168, 75, 0.5);
}

.badge-pagemenu-dk-bg {
  color: #fff;
  background-color: #1f3016;
}
a.badge-pagemenu-dk-bg:hover, a.badge-pagemenu-dk-bg:focus {
  color: #fff;
  background-color: #080d06;
}
a.badge-pagemenu-dk-bg:focus, a.badge-pagemenu-dk-bg.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(31, 48, 22, 0.5);
}

.badge-pagemenu-dk-bg-active {
  color: #fff;
  background-color: #0f180b;
}
a.badge-pagemenu-dk-bg-active:hover, a.badge-pagemenu-dk-bg-active:focus {
  color: #fff;
  background-color: black;
}
a.badge-pagemenu-dk-bg-active:focus, a.badge-pagemenu-dk-bg-active.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(15, 24, 11, 0.5);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #383e2b;
  background-color: #a8ac9f;
  border-color: #9fa395;
}
.alert-primary hr {
  border-top-color: #939787;
}
.alert-primary .alert-link {
  color: #1d2016;
}

.alert-secondary {
  color: #375812;
  background-color: #a7bf8c;
  border-color: #9eb881;
}
.alert-secondary hr {
  border-top-color: #91af71;
}
.alert-secondary .alert-link {
  color: #1d2e09;
}

.alert-success {
  color: #1c7530;
  background-color: #94d3a2;
  border-color: #89cf99;
}
.alert-success hr {
  border-top-color: #77c889;
}
.alert-success .alert-link {
  color: #124c1f;
}

.alert-info {
  color: #107181;
  background-color: #8bd1dc;
  border-color: #7fccd8;
}
.alert-info hr {
  border-top-color: #6bc4d2;
}
.alert-info .alert-link {
  color: #0a4954;
}

.alert-warning {
  color: #b38705;
  background-color: #ffe083;
  border-color: #ffdd77;
}
.alert-warning hr {
  border-top-color: #ffd75e;
}
.alert-warning .alert-link {
  color: #816204;
}

.alert-danger {
  color: #9a2530;
  background-color: #ee9aa2;
  border-color: #ec9099;
}
.alert-danger hr {
  border-top-color: #e87a85;
}
.alert-danger .alert-link {
  color: #711b23;
}

.alert-light {
  color: #aeaeaf;
  background-color: #fcfcfd;
  border-color: #fbfcfc;
}
.alert-light hr {
  border-top-color: #ecf1f1;
}
.alert-light .alert-link {
  color: #949496;
}

.alert-dark {
  color: #24292d;
  background-color: #9a9da0;
  border-color: #8f9396;
}
.alert-dark hr {
  border-top-color: #82868a;
}
.alert-dark .alert-link {
  color: #0d0f11;
}

.alert-pageWidget {
  color: #001f35;
  background-color: #8096a6;
  border-color: #738b9d;
}
.alert-pageWidget hr {
  border-top-color: #667e91;
}
.alert-pageWidget .alert-link {
  color: #000102;
}

.alert-darkprimary {
  color: #303525;
  background-color: #a2a59a;
  border-color: #989c90;
}
.alert-darkprimary hr {
  border-top-color: #8b9083;
}
.alert-darkprimary .alert-link {
  color: #151710;
}

.alert-lightsecondary {
  color: #a0a59b;
  background-color: #f2f6ee;
  border-color: #f1f5ec;
}
.alert-lightsecondary hr {
  border-top-color: #e5ecdb;
}
.alert-lightsecondary .alert-link {
  color: #878d80;
}

.alert-darksecondary {
  color: #2f4b0f;
  background-color: #a1b58a;
  border-color: #98ae7e;
}
.alert-darksecondary hr {
  border-top-color: #8ba46e;
}
.alert-darksecondary .alert-link {
  color: #142107;
}

.alert-lightborder {
  color: #797979;
  background-color: #d6d6d6;
  border-color: #d2d2d2;
}
.alert-lightborder hr {
  border-top-color: #c5c5c5;
}
.alert-lightborder .alert-link {
  color: #606060;
}

.alert-lightestborder {
  color: #9e9e9e;
  background-color: #f1f1f1;
  border-color: #efefef;
}
.alert-lightestborder hr {
  border-top-color: #e2e2e2;
}
.alert-lightestborder .alert-link {
  color: #858585;
}

.alert-text-on-light {
  color: #242424;
  background-color: #999999;
  border-color: #8f8f8f;
}
.alert-text-on-light hr {
  border-top-color: #828282;
}
.alert-text-on-light .alert-link {
  color: #0b0b0b;
}

.alert-text-on-dark {
  color: #b3b3b3;
  background-color: white;
  border-color: white;
}
.alert-text-on-dark hr {
  border-top-color: #f2f2f2;
}
.alert-text-on-dark .alert-link {
  color: #9a9a9a;
}

.alert-link-on-light {
  color: #383e2b;
  background-color: #a8ac9f;
  border-color: #9fa395;
}
.alert-link-on-light hr {
  border-top-color: #939787;
}
.alert-link-on-light .alert-link {
  color: #1d2016;
}

.alert-link-on-dark {
  color: #507635;
  background-color: #b9d4a5;
  border-color: #b1cf9c;
}
.alert-link-on-dark hr {
  border-top-color: #a3c78b;
}
.alert-link-on-dark .alert-link {
  color: #385325;
}

.alert-link-on-darkAll {
  color: #507635;
  background-color: #b9d4a5;
  border-color: #b1cf9c;
}
.alert-link-on-darkAll hr {
  border-top-color: #a3c78b;
}
.alert-link-on-darkAll .alert-link {
  color: #385325;
}

.alert-pagemenu-dk-bg {
  color: #16220f;
  background-color: #8f988b;
  border-color: #848d7f;
}
.alert-pagemenu-dk-bg hr {
  border-top-color: #778072;
}
.alert-pagemenu-dk-bg .alert-link {
  color: black;
}

.alert-pagemenu-dk-bg-active {
  color: #0b1108;
  background-color: #878c85;
  border-color: #7b8079;
}
.alert-pagemenu-dk-bg-active hr {
  border-top-color: #6e736d;
}
.alert-pagemenu-dk-bg-active .alert-link {
  color: black;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

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

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #50583e;
  border-color: #50583e;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1440px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #383e2b;
  background-color: #9fa395;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #383e2b;
  background-color: #939787;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #383e2b;
  border-color: #383e2b;
}

.list-group-item-secondary {
  color: #375812;
  background-color: #9eb881;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #375812;
  background-color: #91af71;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #375812;
  border-color: #375812;
}

.list-group-item-success {
  color: #1c7530;
  background-color: #89cf99;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #1c7530;
  background-color: #77c889;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1c7530;
  border-color: #1c7530;
}

.list-group-item-info {
  color: #107181;
  background-color: #7fccd8;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #107181;
  background-color: #6bc4d2;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #107181;
  border-color: #107181;
}

.list-group-item-warning {
  color: #b38705;
  background-color: #ffdd77;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #b38705;
  background-color: #ffd75e;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #b38705;
  border-color: #b38705;
}

.list-group-item-danger {
  color: #9a2530;
  background-color: #ec9099;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #9a2530;
  background-color: #e87a85;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #9a2530;
  border-color: #9a2530;
}

.list-group-item-light {
  color: #aeaeaf;
  background-color: #fbfcfc;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #aeaeaf;
  background-color: #ecf1f1;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #aeaeaf;
  border-color: #aeaeaf;
}

.list-group-item-dark {
  color: #24292d;
  background-color: #8f9396;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #24292d;
  background-color: #82868a;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #24292d;
  border-color: #24292d;
}

.list-group-item-pageWidget {
  color: #001f35;
  background-color: #738b9d;
}
.list-group-item-pageWidget.list-group-item-action:hover, .list-group-item-pageWidget.list-group-item-action:focus {
  color: #001f35;
  background-color: #667e91;
}
.list-group-item-pageWidget.list-group-item-action.active {
  color: #fff;
  background-color: #001f35;
  border-color: #001f35;
}

.list-group-item-darkprimary {
  color: #303525;
  background-color: #989c90;
}
.list-group-item-darkprimary.list-group-item-action:hover, .list-group-item-darkprimary.list-group-item-action:focus {
  color: #303525;
  background-color: #8b9083;
}
.list-group-item-darkprimary.list-group-item-action.active {
  color: #fff;
  background-color: #303525;
  border-color: #303525;
}

.list-group-item-lightsecondary {
  color: #a0a59b;
  background-color: #f1f5ec;
}
.list-group-item-lightsecondary.list-group-item-action:hover, .list-group-item-lightsecondary.list-group-item-action:focus {
  color: #a0a59b;
  background-color: #e5ecdb;
}
.list-group-item-lightsecondary.list-group-item-action.active {
  color: #fff;
  background-color: #a0a59b;
  border-color: #a0a59b;
}

.list-group-item-darksecondary {
  color: #2f4b0f;
  background-color: #98ae7e;
}
.list-group-item-darksecondary.list-group-item-action:hover, .list-group-item-darksecondary.list-group-item-action:focus {
  color: #2f4b0f;
  background-color: #8ba46e;
}
.list-group-item-darksecondary.list-group-item-action.active {
  color: #fff;
  background-color: #2f4b0f;
  border-color: #2f4b0f;
}

.list-group-item-lightborder {
  color: #797979;
  background-color: #d2d2d2;
}
.list-group-item-lightborder.list-group-item-action:hover, .list-group-item-lightborder.list-group-item-action:focus {
  color: #797979;
  background-color: #c5c5c5;
}
.list-group-item-lightborder.list-group-item-action.active {
  color: #fff;
  background-color: #797979;
  border-color: #797979;
}

.list-group-item-lightestborder {
  color: #9e9e9e;
  background-color: #efefef;
}
.list-group-item-lightestborder.list-group-item-action:hover, .list-group-item-lightestborder.list-group-item-action:focus {
  color: #9e9e9e;
  background-color: #e2e2e2;
}
.list-group-item-lightestborder.list-group-item-action.active {
  color: #fff;
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}

.list-group-item-text-on-light {
  color: #242424;
  background-color: #8f8f8f;
}
.list-group-item-text-on-light.list-group-item-action:hover, .list-group-item-text-on-light.list-group-item-action:focus {
  color: #242424;
  background-color: #828282;
}
.list-group-item-text-on-light.list-group-item-action.active {
  color: #fff;
  background-color: #242424;
  border-color: #242424;
}

.list-group-item-text-on-dark {
  color: #b3b3b3;
  background-color: white;
}
.list-group-item-text-on-dark.list-group-item-action:hover, .list-group-item-text-on-dark.list-group-item-action:focus {
  color: #b3b3b3;
  background-color: #f2f2f2;
}
.list-group-item-text-on-dark.list-group-item-action.active {
  color: #fff;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}

.list-group-item-link-on-light {
  color: #383e2b;
  background-color: #9fa395;
}
.list-group-item-link-on-light.list-group-item-action:hover, .list-group-item-link-on-light.list-group-item-action:focus {
  color: #383e2b;
  background-color: #939787;
}
.list-group-item-link-on-light.list-group-item-action.active {
  color: #fff;
  background-color: #383e2b;
  border-color: #383e2b;
}

.list-group-item-link-on-dark {
  color: #507635;
  background-color: #b1cf9c;
}
.list-group-item-link-on-dark.list-group-item-action:hover, .list-group-item-link-on-dark.list-group-item-action:focus {
  color: #507635;
  background-color: #a3c78b;
}
.list-group-item-link-on-dark.list-group-item-action.active {
  color: #fff;
  background-color: #507635;
  border-color: #507635;
}

.list-group-item-link-on-darkAll {
  color: #507635;
  background-color: #b1cf9c;
}
.list-group-item-link-on-darkAll.list-group-item-action:hover, .list-group-item-link-on-darkAll.list-group-item-action:focus {
  color: #507635;
  background-color: #a3c78b;
}
.list-group-item-link-on-darkAll.list-group-item-action.active {
  color: #fff;
  background-color: #507635;
  border-color: #507635;
}

.list-group-item-pagemenu-dk-bg {
  color: #16220f;
  background-color: #848d7f;
}
.list-group-item-pagemenu-dk-bg.list-group-item-action:hover, .list-group-item-pagemenu-dk-bg.list-group-item-action:focus {
  color: #16220f;
  background-color: #778072;
}
.list-group-item-pagemenu-dk-bg.list-group-item-action.active {
  color: #fff;
  background-color: #16220f;
  border-color: #16220f;
}

.list-group-item-pagemenu-dk-bg-active {
  color: #0b1108;
  background-color: #7b8079;
}
.list-group-item-pagemenu-dk-bg-active.list-group-item-action:hover, .list-group-item-pagemenu-dk-bg-active.list-group-item-action:focus {
  color: #0b1108;
  background-color: #6e736d;
}
.list-group-item-pagemenu-dk-bg-active.list-group-item-action.active {
  color: #fff;
  background-color: #0b1108;
  border-color: #0b1108;
}

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

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

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

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

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

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(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 #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.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;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

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

  .modal-dialog-scrollable, #new-project-flowchart .modal-dialog {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content, #new-project-flowchart .modal-dialog .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered, #new-project-flowchart .modal-dialog {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before, #new-project-flowchart .modal-dialog::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-appendices .modal-dialog, .modal-md-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", "Liberation 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;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: 0.75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

.bg-primary {
  background-color: #50583e !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-pageWidget {
  background-color: #002c4c !important;
}

a.bg-pageWidget:hover, a.bg-pageWidget:focus,
button.bg-pageWidget:hover,
button.bg-pageWidget:focus {
  background-color: #000e19 !important;
}

.bg-darkprimary {
  background-color: #444b35 !important;
}

a.bg-darkprimary:hover, a.bg-darkprimary:focus,
button.bg-darkprimary:hover,
button.bg-darkprimary:focus {
  background-color: #292d20 !important;
}

.bg-lightsecondary {
  background-color: #e5ecdd !important;
}

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

.bg-darksecondary {
  background-color: #436b15 !important;
}

a.bg-darksecondary:hover, a.bg-darksecondary:focus,
button.bg-darksecondary:hover,
button.bg-darksecondary:focus {
  background-color: #28400d !important;
}

.bg-lightborder {
  background-color: #adadad !important;
}

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

.bg-lightestborder {
  background-color: #e2e2e2 !important;
}

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

.bg-text-on-light {
  background-color: #333 !important;
}

a.bg-text-on-light:hover, a.bg-text-on-light:focus,
button.bg-text-on-light:hover,
button.bg-text-on-light:focus {
  background-color: #1a1a1a !important;
}

.bg-text-on-dark {
  background-color: white !important;
}

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

.bg-link-on-light {
  background-color: #50583e !important;
}

a.bg-link-on-light:hover, a.bg-link-on-light:focus,
button.bg-link-on-light:hover,
button.bg-link-on-light:focus {
  background-color: #353a29 !important;
}

.bg-link-on-dark {
  background-color: #72a84b !important;
}

a.bg-link-on-dark:hover, a.bg-link-on-dark:focus,
button.bg-link-on-dark:hover,
button.bg-link-on-dark:focus {
  background-color: #5a853b !important;
}

.bg-link-on-darkAll {
  background-color: #72a84b !important;
}

a.bg-link-on-darkAll:hover, a.bg-link-on-darkAll:focus,
button.bg-link-on-darkAll:hover,
button.bg-link-on-darkAll:focus {
  background-color: #5a853b !important;
}

.bg-pagemenu-dk-bg {
  background-color: #1f3016 !important;
}

a.bg-pagemenu-dk-bg:hover, a.bg-pagemenu-dk-bg:focus,
button.bg-pagemenu-dk-bg:hover,
button.bg-pagemenu-dk-bg:focus {
  background-color: #080d06 !important;
}

.bg-pagemenu-dk-bg-active {
  background-color: #0f180b !important;
}

a.bg-pagemenu-dk-bg-active:hover, a.bg-pagemenu-dk-bg-active:focus,
button.bg-pagemenu-dk-bg-active:hover,
button.bg-pagemenu-dk-bg-active:focus {
  background-color: black !important;
}

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

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

.border, .nainso-button, #modal-resources .primer-image img {
  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: #50583e !important;
}

.border-secondary {
  border-color: #4f7e19 !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-pageWidget {
  border-color: #002c4c !important;
}

.border-darkprimary {
  border-color: #444b35 !important;
}

.border-lightsecondary {
  border-color: #e5ecdd !important;
}

.border-darksecondary {
  border-color: #436b15 !important;
}

.border-lightborder {
  border-color: #adadad !important;
}

.border-lightestborder {
  border-color: #e2e2e2 !important;
}

.border-text-on-light {
  border-color: #333 !important;
}

.border-text-on-dark {
  border-color: white !important;
}

.border-link-on-light {
  border-color: #50583e !important;
}

.border-link-on-dark {
  border-color: #72a84b !important;
}

.border-link-on-darkAll {
  border-color: #72a84b !important;
}

.border-pagemenu-dk-bg {
  border-color: #1f3016 !important;
}

.border-pagemenu-dk-bg-active {
  border-color: #0f180b !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex, .nainso-button, .nainso-row, #new-project-flowchart .modal-header + .modal-header, .flowchart-step-body, .flowchart-row, #modal-resources .primer-list, .horiz-accordion-box .horiz-list {
  display: flex !important;
}

.d-inline-flex, #modal-resources .primer-box {
  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 (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row, .nainso-row, #modal-resources .primer-box {
  flex-direction: row !important;
}

.flex-column, .nainso-button, #new-project-flowchart .modal-header + .modal-header, .flowchart-step-body, #modal-resources .primer-list {
  flex-direction: column !important;
}

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

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

.flex-wrap, .nainso-row, #new-project-flowchart .modal-header + .modal-header, .horiz-accordion-box .horiz-list, header .navbar-brand h2, header .navbar-brand h3 {
  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, #navbarSupportedContent {
  justify-content: flex-end !important;
}

.justify-content-center, .nainso-row, .flowchart-row + .flowchart-row {
  justify-content: center !important;
}

.justify-content-between, .nainso-button, .flowchart-step-body, .flowchart-row {
  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, #navbarSupportedContent {
  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;
  }
}
@media (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-100, .nainso-row::before, .nainso-row::after, .nainso-row, .repi-carousel img {
  width: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-0, #repi-body > header.header-nav nav ul.navbar-nav,
.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: 7.5px !important;
}

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

.mr-1, .horiz-accordion-box .horiz-list li,
.mx-1,
#repi-body > header.header-nav .navbar-brand h1 {
  margin-right: 7.5px !important;
}

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

.ml-1,
.mx-1,
#repi-body > header.header-nav .navbar-brand h1 {
  margin-left: 7.5px !important;
}

.m-2 {
  margin: 15px !important;
}

.mt-2,
.my-2,
.nainso-row {
  margin-top: 15px !important;
}

.mr-2, .nainso-button, #modal-resources .primer-image,
.mx-2 {
  margin-right: 15px !important;
}

.mb-2, .nainso-button,
.my-2,
.nainso-row {
  margin-bottom: 15px !important;
}

.ml-2,
.mx-2 {
  margin-left: 15px !important;
}

.m-3 {
  margin: 30px !important;
}

.mt-3,
.my-3 {
  margin-top: 30px !important;
}

.mr-3,
.mx-3 {
  margin-right: 30px !important;
}

.mb-3, #modal-resources .primer-box,
.my-3 {
  margin-bottom: 30px !important;
}

.ml-3, #modal-resources .primer-box,
.mx-3 {
  margin-left: 30px !important;
}

.m-4 {
  margin: 45px !important;
}

.mt-4,
.my-4 {
  margin-top: 45px !important;
}

.mr-4,
.mx-4 {
  margin-right: 45px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 45px !important;
}

.ml-4,
.mx-4 {
  margin-left: 45px !important;
}

.m-5 {
  margin: 90px !important;
}

.mt-5,
.my-5 {
  margin-top: 90px !important;
}

.mr-5,
.mx-5 {
  margin-right: 90px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 90px !important;
}

.ml-5,
.mx-5 {
  margin-left: 90px !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: 7.5px !important;
}

.pt-1,
.py-1,
.nainso-button {
  padding-top: 7.5px !important;
}

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

.pb-1,
.py-1,
.nainso-button {
  padding-bottom: 7.5px !important;
}

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

.p-2 {
  padding: 15px !important;
}

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

.pr-2,
.px-2,
.nainso-button {
  padding-right: 15px !important;
}

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

.pl-2,
.px-2,
.nainso-button {
  padding-left: 15px !important;
}

.p-3 {
  padding: 30px !important;
}

.pt-3,
.py-3 {
  padding-top: 30px !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 30px !important;
}

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

.p-4 {
  padding: 45px !important;
}

.pt-4,
.py-4 {
  padding-top: 45px !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 45px !important;
}

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

.p-5 {
  padding: 90px !important;
}

.pt-5,
.py-5 {
  padding-top: 90px !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 90px !important;
}

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

.m-n1 {
  margin: -7.5px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -7.5px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -7.5px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -7.5px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -7.5px !important;
}

.m-n2 {
  margin: -15px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -15px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -15px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -15px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -15px !important;
}

.m-n3 {
  margin: -30px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -30px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -30px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -30px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -30px !important;
}

.m-n4 {
  margin: -45px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -45px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -45px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -45px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -45px !important;
}

.m-n5 {
  margin: -90px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -90px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -90px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -90px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -90px !important;
}

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

.mt-auto,
.my-auto,
#repi-body > header.header-nav .navbar-brand h1 {
  margin-top: auto !important;
}

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

.mb-auto,
.my-auto,
#repi-body > header.header-nav .navbar-brand h1 {
  margin-bottom: auto !important;
}

.ml-auto, #repi-body > header.header-nav nav ul.navbar-nav,
.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: 7.5px !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 7.5px !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 7.5px !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 7.5px !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 7.5px !important;
  }

  .m-sm-2 {
    margin: 15px !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 15px !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 15px !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 15px !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 15px !important;
  }

  .m-sm-3 {
    margin: 30px !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 30px !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 30px !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 30px !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 30px !important;
  }

  .m-sm-4 {
    margin: 45px !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 45px !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 45px !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 45px !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 45px !important;
  }

  .m-sm-5 {
    margin: 90px !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 90px !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 90px !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 90px !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 90px !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: 7.5px !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 7.5px !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 7.5px !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 7.5px !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 7.5px !important;
  }

  .p-sm-2 {
    padding: 15px !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 15px !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 15px !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 15px !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 15px !important;
  }

  .p-sm-3 {
    padding: 30px !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 30px !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 30px !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 30px !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 30px !important;
  }

  .p-sm-4 {
    padding: 45px !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 45px !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 45px !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 45px !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 45px !important;
  }

  .p-sm-5 {
    padding: 90px !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 90px !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 90px !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 90px !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 90px !important;
  }

  .m-sm-n1 {
    margin: -7.5px !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -7.5px !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -7.5px !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -7.5px !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -7.5px !important;
  }

  .m-sm-n2 {
    margin: -15px !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -15px !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -15px !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -15px !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -15px !important;
  }

  .m-sm-n3 {
    margin: -30px !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -30px !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -30px !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -30px !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -30px !important;
  }

  .m-sm-n4 {
    margin: -45px !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -45px !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -45px !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -45px !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -45px !important;
  }

  .m-sm-n5 {
    margin: -90px !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -90px !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -90px !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -90px !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -90px !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: 7.5px !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 7.5px !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 7.5px !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 7.5px !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 7.5px !important;
  }

  .m-md-2 {
    margin: 15px !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 15px !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 15px !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 15px !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 15px !important;
  }

  .m-md-3 {
    margin: 30px !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 30px !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 30px !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 30px !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 30px !important;
  }

  .m-md-4 {
    margin: 45px !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 45px !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 45px !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 45px !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 45px !important;
  }

  .m-md-5 {
    margin: 90px !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 90px !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 90px !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 90px !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 90px !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: 7.5px !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 7.5px !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 7.5px !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 7.5px !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 7.5px !important;
  }

  .p-md-2 {
    padding: 15px !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 15px !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 15px !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 15px !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 15px !important;
  }

  .p-md-3 {
    padding: 30px !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 30px !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 30px !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 30px !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 30px !important;
  }

  .p-md-4 {
    padding: 45px !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 45px !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 45px !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 45px !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 45px !important;
  }

  .p-md-5 {
    padding: 90px !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 90px !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 90px !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 90px !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 90px !important;
  }

  .m-md-n1 {
    margin: -7.5px !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -7.5px !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -7.5px !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -7.5px !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -7.5px !important;
  }

  .m-md-n2 {
    margin: -15px !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -15px !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -15px !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -15px !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -15px !important;
  }

  .m-md-n3 {
    margin: -30px !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -30px !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -30px !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -30px !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -30px !important;
  }

  .m-md-n4 {
    margin: -45px !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -45px !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -45px !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -45px !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -45px !important;
  }

  .m-md-n5 {
    margin: -90px !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -90px !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -90px !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -90px !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -90px !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: 7.5px !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 7.5px !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 7.5px !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 7.5px !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 7.5px !important;
  }

  .m-lg-2 {
    margin: 15px !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 15px !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 15px !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 15px !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 15px !important;
  }

  .m-lg-3 {
    margin: 30px !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 30px !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 30px !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 30px !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 30px !important;
  }

  .m-lg-4 {
    margin: 45px !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 45px !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 45px !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 45px !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 45px !important;
  }

  .m-lg-5 {
    margin: 90px !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 90px !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 90px !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 90px !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 90px !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: 7.5px !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 7.5px !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 7.5px !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 7.5px !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 7.5px !important;
  }

  .p-lg-2 {
    padding: 15px !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 15px !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 15px !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 15px !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 15px !important;
  }

  .p-lg-3 {
    padding: 30px !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 30px !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 30px !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 30px !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 30px !important;
  }

  .p-lg-4 {
    padding: 45px !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 45px !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 45px !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 45px !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 45px !important;
  }

  .p-lg-5 {
    padding: 90px !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 90px !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 90px !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 90px !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 90px !important;
  }

  .m-lg-n1 {
    margin: -7.5px !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -7.5px !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -7.5px !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -7.5px !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -7.5px !important;
  }

  .m-lg-n2 {
    margin: -15px !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -15px !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -15px !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -15px !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -15px !important;
  }

  .m-lg-n3 {
    margin: -30px !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -30px !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -30px !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -30px !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -30px !important;
  }

  .m-lg-n4 {
    margin: -45px !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -45px !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -45px !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -45px !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -45px !important;
  }

  .m-lg-n5 {
    margin: -90px !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -90px !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -90px !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -90px !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -90px !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: 7.5px !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 7.5px !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 7.5px !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 7.5px !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 7.5px !important;
  }

  .m-xl-2 {
    margin: 15px !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 15px !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 15px !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 15px !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 15px !important;
  }

  .m-xl-3 {
    margin: 30px !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 30px !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 30px !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 30px !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 30px !important;
  }

  .m-xl-4 {
    margin: 45px !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 45px !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 45px !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 45px !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 45px !important;
  }

  .m-xl-5 {
    margin: 90px !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 90px !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 90px !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 90px !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 90px !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: 7.5px !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 7.5px !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 7.5px !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 7.5px !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 7.5px !important;
  }

  .p-xl-2 {
    padding: 15px !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 15px !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 15px !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 15px !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 15px !important;
  }

  .p-xl-3 {
    padding: 30px !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 30px !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 30px !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 30px !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 30px !important;
  }

  .p-xl-4 {
    padding: 45px !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 45px !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 45px !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 45px !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 45px !important;
  }

  .p-xl-5 {
    padding: 90px !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 90px !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 90px !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 90px !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 90px !important;
  }

  .m-xl-n1 {
    margin: -7.5px !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -7.5px !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -7.5px !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -7.5px !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -7.5px !important;
  }

  .m-xl-n2 {
    margin: -15px !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -15px !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -15px !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -15px !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -15px !important;
  }

  .m-xl-n3 {
    margin: -30px !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -30px !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -30px !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -30px !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -30px !important;
  }

  .m-xl-n4 {
    margin: -45px !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -45px !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -45px !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -45px !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -45px !important;
  }

  .m-xl-n5 {
    margin: -90px !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -90px !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -90px !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -90px !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -90px !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;
  }
}
@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-xxl-1 {
    margin: 7.5px !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 7.5px !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 7.5px !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 7.5px !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 7.5px !important;
  }

  .m-xxl-2 {
    margin: 15px !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 15px !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 15px !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 15px !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 15px !important;
  }

  .m-xxl-3 {
    margin: 30px !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 30px !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 30px !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 30px !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 30px !important;
  }

  .m-xxl-4 {
    margin: 45px !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 45px !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 45px !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 45px !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 45px !important;
  }

  .m-xxl-5 {
    margin: 90px !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 90px !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 90px !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 90px !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 90px !important;
  }

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

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

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

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

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

  .p-xxl-1 {
    padding: 7.5px !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 7.5px !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 7.5px !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 7.5px !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 7.5px !important;
  }

  .p-xxl-2 {
    padding: 15px !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 15px !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 15px !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 15px !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 15px !important;
  }

  .p-xxl-3 {
    padding: 30px !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 30px !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 30px !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 30px !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 30px !important;
  }

  .p-xxl-4 {
    padding: 45px !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 45px !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 45px !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 45px !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 45px !important;
  }

  .p-xxl-5 {
    padding: 90px !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 90px !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 90px !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 90px !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 90px !important;
  }

  .m-xxl-n1 {
    margin: -7.5px !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -7.5px !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -7.5px !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -7.5px !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -7.5px !important;
  }

  .m-xxl-n2 {
    margin: -15px !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -15px !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -15px !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -15px !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -15px !important;
  }

  .m-xxl-n3 {
    margin: -30px !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -30px !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -30px !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -30px !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -30px !important;
  }

  .m-xxl-n4 {
    margin: -45px !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -45px !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -45px !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -45px !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -45px !important;
  }

  .m-xxl-n5 {
    margin: -90px !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -90px !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -90px !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -90px !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -90px !important;
  }

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

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

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

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

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

.text-monospace {
  font-family: "Roboto Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important;
  }

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

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

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

.font-weight-bold {
  font-weight: 700 !important;
}

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

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

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

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

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

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

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

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

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

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

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

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

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

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

.text-pageWidget {
  color: #002c4c !important;
}

a.text-pageWidget:hover, a.text-pageWidget:focus {
  color: black !important;
}

.text-darkprimary {
  color: #444b35 !important;
}

a.text-darkprimary:hover, a.text-darkprimary:focus {
  color: #1b1e15 !important;
}

.text-lightsecondary {
  color: #e5ecdd !important;
}

a.text-lightsecondary:hover, a.text-lightsecondary:focus {
  color: #bfd1ac !important;
}

.text-darksecondary {
  color: #436b15 !important;
}

a.text-darksecondary:hover, a.text-darksecondary:focus {
  color: #1b2b08 !important;
}

.text-lightborder {
  color: #adadad !important;
}

a.text-lightborder:hover, a.text-lightborder:focus {
  color: #878787 !important;
}

.text-lightestborder {
  color: #e2e2e2 !important;
}

a.text-lightestborder:hover, a.text-lightestborder:focus {
  color: #bcbcbc !important;
}

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

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

.text-text-on-dark {
  color: white !important;
}

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

.text-link-on-light {
  color: #50583e !important;
}

a.text-link-on-light:hover, a.text-link-on-light:focus {
  color: #272b1e !important;
}

.text-link-on-dark {
  color: #72a84b !important;
}

a.text-link-on-dark:hover, a.text-link-on-dark:focus {
  color: #4e7333 !important;
}

.text-link-on-darkAll {
  color: #72a84b !important;
}

a.text-link-on-darkAll:hover, a.text-link-on-darkAll:focus {
  color: #4e7333 !important;
}

.text-pagemenu-dk-bg {
  color: #1f3016 !important;
}

a.text-pagemenu-dk-bg:hover, a.text-pagemenu-dk-bg:focus {
  color: black !important;
}

.text-pagemenu-dk-bg-active {
  color: #0f180b !important;
}

a.text-pagemenu-dk-bg-active:hover, a.text-pagemenu-dk-bg-active:focus {
  color: black !important;
}

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

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

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn):not(.btn-learnmore):not(.btn-learnMore) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

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

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

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/**
 * Bootstrap Multiselect (http://davidstutz.de/bootstrap-multiselect/)
 *
 * Apache License, Version 2.0:
 * Copyright (c) 2012 - 2018 David Stutz
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a
 * copy of the License at http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations
 * under the License.
 *
 * BSD 3-Clause License:
 * Copyright (c) 2012 - 2018 David Stutz
 * All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *    - Redistributions of source code must retain the above copyright notice,
 *      this list of conditions and the following disclaimer.
 *    - Redistributions in binary form must reproduce the above copyright notice,
 *      this list of conditions and the following disclaimer in the documentation
 *      and/or other materials provided with the distribution.
 *    - Neither the name of David Stutz nor the names of its contributors may be
 *      used to endorse or promote products derived from this software without
 *      specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
span.multiselect-native-select {
  position: relative;
}

span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.multiselect-container .input-group {
  margin: 5px;
}

.multiselect-container .multiselect-reset .input-group {
  width: 93%;
}

.multiselect-container > li {
  padding: 0;
}

.multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
}

.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px;
  height: 100%;
  font-weight: 700;
}

.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}

.multiselect-container > li > a {
  padding: 0;
}

.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px;
}

.multiselect-container > li > a > label.checkbox, .multiselect-container > li > a > label.radio {
  margin: 0;
}

.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 5px;
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn, .horiz-accordion-box .horiz-list li .btn-group > .btn-group:nth-child(2) > a.multiselect, .btn-group > .btn-group:nth-child(2) > .multiselect.btn-learnmore, .btn-group > .btn-group:nth-child(2) > .multiselect.btn-learnMore {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0;
}

.learn-more-deck .card-footer a, .nainso-button .footer a, .flowchart-step-body .learn-more-box a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #72a84b;
}
.learn-more-deck .card-footer a .learn-arrow::before, .nainso-button .footer a .learn-arrow::before, .flowchart-step-body .learn-more-box a .learn-arrow::before {
  font-size: 1.35rem;
}
.learn-more-deck .card-footer a:hover, .nainso-button .footer a:hover, .flowchart-step-body .learn-more-box a:hover {
  text-decoration: none;
}
.learn-more-deck .card-footer a .learn-more:hover, .nainso-button .footer a .learn-more:hover, .flowchart-step-body .learn-more-box a .learn-more:hover {
  text-decoration: underline;
}

.nainso-button .footer, .flowchart-step-body .learn-more-box {
  display: flex;
  flex-direction: row;
  justify-items: space-between;
}

.w-33 {
  width: 33%;
}

/* --------------------------------

LEGACY Primary style

These HAVE been altered from the original legacy code;
I will most likely only remove styles from here and change them in the new stylesheet.

-------------------------------- */
.legacy-styling .cd-img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.legacy-styling .cd-section {
  min-height: 100%;
  position: relative;
}
.legacy-styling .cd-section h1 {
  bottom: auto;
  right: auto;
  width: 90%;
  max-width: 768px;
}
.legacy-styling .cd-section h3 {
  bottom: auto;
  right: auto;
}
.legacy-styling #site-banner {
  display: block;
  background: #4D6048;
  overflow: auto;
  padding: 70px 0;
}
.legacy-styling #branding {
  float: right;
  width: 65%;
  padding-left: 20px;
}
.legacy-styling #site-logo {
  float: left;
  width: 35%;
}
.legacy-styling .cd-section #circle-placeholder {
  max-width: 50%;
  margin-left: 170px;
  margin-top: 50px;
}
.legacy-styling .cd-section #circle-placeholder:hover {
  background: url(/img/placeholder-circle.svg) no-repeat center center;
}
.legacy-styling .cd-section h1 {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 60px;
  font-size: 4rem;
}
.legacy-styling .cd-section #guide-text,
.legacy-styling .cd-section #dod-text {
  color: white;
  font-weight: 300;
  line-height: 1.2;
  font-size: 16px;
  text-align: left;
  font-size: 1rem;
}
.legacy-styling .cd-section #section1 h1 {
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
}
.legacy-styling #cd-vertical-nav {
  width: 100%;
  float: none;
}
.legacy-styling a#resp-menu.responsive-menu {
  display: none;
}
@media (min-width: 960px) {
  .legacy-styling #cd-vertical-nav {
    width: 20px;
    float: left;
    position: fixed;
    top: 55%;
    left: 40px;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  .legacy-styling #cd-vertical-nav li {
    margin-bottom: 8px;
  }
  .legacy-styling #cd-vertical-nav a {
    color: #4D6048 !important;
    display: inline-block;
    font-weight: 600;
    outline: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .legacy-styling #cd-vertical-nav a:after {
    content: "";
    display: table;
    clear: both;
  }
  .legacy-styling #cd-vertical-nav a span {
    float: right;
    margin-left: 10px;
    display: inline-block;
  }
  .legacy-styling #cd-vertical-nav a:hover span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .legacy-styling #cd-vertical-nav a.is-selected {
    color: #fff;
  }
  .legacy-styling #cd-vertical-nav a.is-selected .cd-dot.blue-dot {
    background-color: #395C8B;
    border-color: #395C8B;
  }
  .legacy-styling #cd-vertical-nav a.is-selected .cd-dot.purple-dot {
    background-color: #605770;
    border-color: #605770;
  }
  .legacy-styling #cd-vertical-nav a.is-selected .cd-dot.green-dot {
    background-color: #4D6048;
    border-color: #4D6048;
  }
  .legacy-styling #cd-vertical-nav a.is-selected .cd-dot.tan-dot {
    background-color: #9F9391;
    border-color: #9F9391;
  }
  .legacy-styling #cd-vertical-nav a.is-selected .cd-dot.gray-dot {
    background-color: #293738;
    border-color: #293738;
  }
  .legacy-styling .no-touch #cd-vertical-nav a.is-selected .cd-dot.red-dot {
    background-color: #87646A;
    border-color: #87646A;
  }
  .legacy-styling #cd-vertical-nav a.is-selected .cd-dot.burgundy-dot {
    background-color: #A16154;
    border-color: #A16154;
  }
  .legacy-styling #cd-vertical-nav .cd-dot {
    position: relative;
    top: 11px;
    height: 29px;
    width: 29px;
    margin-bottom: 0;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #474444;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .legacy-styling #cd-vertical-nav .cd-dot .tooltip,
.legacy-styling #info .tooltip,
.legacy-styling #my-loc .tooltip,
.legacy-styling #my-star .tooltip,
.legacy-styling #my-download .tooltip {
    top: -15%;
    left: 86%;
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
    opacity: 0;
    background: #fff;
    border: 1px solid #4D6048;
    padding: 5px 20px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .legacy-styling .my-cricle:hover {
    fill: green;
  }
  .legacy-styling #circle-test {
    margin-left: 10px;
  }
  .legacy-styling #cd-vertical-nav .cd-dot .tooltip::before {
    content: " ";
    left: 0;
    position: absolute;
    width: 100%;
  }
  .legacy-styling #cd-vertical-nav .cd-dot:hover .tooltip {
    pointer-events: auto;
    width: 350px;
    color: #4D6048;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  .legacy-styling #cd-vertical-nav .info {
    position: relative;
    top: 32px;
    height: 29px;
    width: 29px;
    left: 6px;
    color: #4D6048;
    margin-bottom: 12px;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .legacy-styling #cd-vertical-nav .download {
    position: relative;
    top: 35px;
    height: 29px;
    width: 29px;
    left: 8px;
    color: #4D6048;
    margin-bottom: 12px;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .legacy-styling #cd-vertical-nav .location {
    position: relative;
    top: 33px;
    height: 29px;
    width: 29px;
    left: 8px;
    color: #4D6048;
    margin-bottom: 12px;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .legacy-styling #cd-vertical-nav .nav-star {
    position: relative;
    top: 34px;
    height: 29px;
    width: 29px;
    left: 8px;
    color: #4D6048;
    margin-bottom: 12px;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .legacy-styling #cd-vertical-nav .home-icon {
    position: relative;
    top: 23px;
    height: 29px;
    width: 29px;
    left: 3px;
    color: #4D6048;
    margin-bottom: 12px;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .legacy-styling #cd-vertical-nav {
    width: 20px;
    float: left;
    position: fixed;
    top: 55%;
    left: 40px;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  .legacy-styling #cd-vertical-nav li {
    margin-bottom: 8px;
  }
  .legacy-styling #cd-vertical-nav a {
    color: #4D6048 !important;
    display: inline-block;
    font-weight: 600;
    outline: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .legacy-styling #cd-vertical-nav a:after {
    content: "";
    display: table;
    clear: both;
  }
  .legacy-styling #cd-vertical-nav a span {
    float: right;
    margin-left: 10px;
    display: inline-block;
  }
  .legacy-styling #cd-vertical-nav a:hover span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .legacy-styling #cd-vertical-nav a:hover .cd-label {
    opacity: 1;
    width: 300px;
    margin-top: 3px;
  }
  .legacy-styling #cd-vertical-nav a.is-selected {
    color: #fff;
  }
  .legacy-styling #cd-vertical-nav a.is-selected .cd-dot.blue-dot {
    background-color: #395C8B;
    border-color: #395C8B;
  }
  .legacy-styling #cd-vertical-nav a.is-selected .cd-dot.purple-dot {
    background-color: #605770;
    border-color: #605770;
  }
  .legacy-styling #cd-vertical-nav a.is-selected .cd-dot.green-dot {
    background-color: #4D6048;
    border-color: #4D6048;
  }
  .legacy-styling #cd-vertical-nav a.is-selected .cd-dot.tan-dot {
    background-color: #9F9391;
    border-color: #9F9391;
  }
  .legacy-styling #cd-vertical-nav a.is-selected .cd-dot.gray-dot {
    background-color: #293738;
    border-color: #293738;
  }
  .legacy-styling .no-touch #cd-vertical-nav a.is-selected .cd-dot.red-dot {
    background-color: #87646A;
    border-color: #87646A;
  }
  .legacy-styling #cd-vertical-nav a.is-selected .cd-dot.burgundy-dot {
    background-color: #A16154;
    border-color: #A16154;
  }
  .legacy-styling #cd-vertical-nav .cd-dot {
    position: relative;
    top: 11px;
    height: 29px;
    width: 29px;
    margin-bottom: 0;
    border-radius: 50%;
    background-color: white;
    border: 2px solid #474444;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .legacy-styling #cd-vertical-nav .cd-dot .tooltip {
    top: -15%;
    left: 86%;
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
    opacity: 0;
    background: #fff;
    padding: 5px 20px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .legacy-styling .my-cricle:hover {
    fill: green;
  }
  .legacy-styling #circle-test {
    margin-left: 10px;
  }
  .legacy-styling #cd-vertical-nav .cd-dot .tooltip::before {
    content: " ";
    left: 0;
    position: absolute;
    width: 100%;
  }
  .legacy-styling #cd-vertical-nav .cd-dot:hover .tooltip {
    pointer-events: auto;
    width: 350px;
    color: #4D6048;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  .legacy-styling #cd-vertical-nav .info {
    position: relative;
    top: 32px;
    height: 29px;
    width: 29px;
    left: 6px;
    color: #4D6048;
    margin-bottom: 12px;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .legacy-styling #cd-vertical-nav .download {
    position: relative;
    top: 35px;
    height: 29px;
    width: 29px;
    left: 8px;
    color: #4D6048;
    margin-bottom: 12px;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .legacy-styling #cd-vertical-nav .location {
    position: relative;
    top: 33px;
    height: 29px;
    width: 29px;
    left: 8px;
    color: #4D6048;
    margin-bottom: 12px;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .legacy-styling #cd-vertical-nav .nav-star {
    position: relative;
    top: 34px;
    height: 29px;
    width: 29px;
    left: 8px;
    color: #4D6048;
    margin-bottom: 12px;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .legacy-styling #cd-vertical-nav .home-icon {
    position: relative;
    top: 23px;
    height: 29px;
    width: 29px;
    left: 3px;
    color: #4D6048;
    margin-bottom: 12px;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
    -moz-transition: -moz-transform 0.2s, background-color 0.5s;
    transition: transform 0.2s, background-color 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
}
.legacy-styling #align-header {
  margin-left: 3%;
}
.legacy-styling #info {
  background: url(/img/nav-icons/nav_info_nonactive.svg) no-repeat center center;
  margin-left: 4px !important;
}
.legacy-styling #info:hover {
  background: url(/img/nav-icons/nav_info_active.svg) no-repeat center center;
  margin-left: 4px !important;
}
.legacy-styling #info:hover::after {
  background: #fff;
  border: 1px solid #4D6048;
  display: block;
  font-size: 18px;
  position: relative;
  padding: 5px 5px;
  width: 110px;
  left: 45px;
  top: 2px;
}
.legacy-styling #info-margin {
  margin-top: 23px !important;
}
.legacy-styling #home-icon {
  background: url(/img/home-icon.svg) no-repeat center center;
  margin-left: 4px !important;
}
.legacy-styling #home-icon:hover {
  background: url(/img/home-icon-after.svg) no-repeat center center;
  margin-left: 4px !important;
}
.legacy-styling #loc-margin {
  margin-top: 12px !important;
}
.legacy-styling #my-loc {
  background: url(/img/nav-icons/nav_map_nonactive.svg) no-repeat center center;
  margin-left: 1px !important;
  margin-top: -16px !important;
}
.legacy-styling #my-loc:hover {
  background: url(/img/nav-icons/nav_map_active.svg) no-repeat center center;
  margin-left: 1px !important;
  margin-top: -16px !important;
}
.legacy-styling #my-loc:hover::after {
  background: #fff;
  border: 1px solid #4D6048;
  padding: 5px 5px;
  font-size: 18px;
  display: block;
  position: relative;
  width: 100px;
  left: 45px;
  top: 6px;
}
.legacy-styling #my-star {
  background: url(/img/nav-icons/nav_star_nonactive.svg) no-repeat center center;
  margin-left: 1px !important;
  margin-top: -16px !important;
}
.legacy-styling #my-star:hover {
  background: url(/img/nav-icons/nav_star_active.svg) no-repeat center center;
  margin-left: 1px !important;
  margin-top: -16px !important;
}
.legacy-styling #my-star:hover::after {
  background: #fff;
  border: 1px solid #4D6048;
  padding: 5px 5px;
  font-size: 18px;
  display: block;
  position: relative;
  width: 200px;
  left: 45px;
  top: 6px;
}
.legacy-styling #my-download {
  background: url(/img/nav-icons/nav_download_nonactive.svg) no-repeat center center;
  margin-left: 1px !important;
  margin-top: -16px !important;
}
.legacy-styling #my-download:hover {
  background: url(/img/nav-icons/nav_download_active.svg) no-repeat center center;
  margin-left: 1px !important;
  margin-top: -16px !important;
}
.legacy-styling #my-download:hover::after {
  background: #fff;
  border: 1px solid #4D6048;
  font-size: 18px;
  padding: 5px 5px;
  display: block;
  position: relative;
  width: 120px;
  left: 45px;
  top: 6px;
}
.legacy-styling .no-touch #cd-vertical-nav .cd-label {
  position: relative;
  width: 300px;
  margin-right: 10px;
  padding: 0.4em 0.5em;
  color: #4D6048;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.legacy-styling .bold-text {
  font-weight: 600;
}
.legacy-styling .no-touch .cd-section .slideInUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
.legacy-styling .no-touch .cd-section .is-selected .slideInUp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.legacy-styling .no-touch .is-active .nav-dot {
  background-color: white;
}
.legacy-styling #section1.cd-section {
  padding-top: 0;
}
.legacy-styling #section2.cd-section {
  overflow: auto;
}
.legacy-styling .navPanelToggle {
  text-decoration: none;
  text-decoration: none;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: none;
}
.legacy-styling .navPanelToggle:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
@media screen and (max-width: 980px) {
  .legacy-styling .navPanelToggle {
    display: block;
    width: 85px;
    height: 65px;
  }
}
.legacy-styling .navPanelToggle *:before {
  background: rgba(144, 144, 144, 0.65);
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 2.25em;
  left: 0.5em;
  line-height: 2.25em;
  position: absolute;
  text-align: center;
  top: 0.5em;
  width: 3.5em;
}
.legacy-styling #navPanel {
  -moz-transform: translateX(-20em);
  -webkit-transform: translateX(-20em);
  -ms-transform: translateX(-20em);
  transform: translateX(-20em);
  -moz-transition: -moz-transform 0.5s ease, visibility 0.5s;
  -webkit-transition: -webkit-transform 0.5s ease, visibility 0.5s;
  -ms-transition: -ms-transform 0.5s ease, visibility 0.5s;
  transition: transform 0.5s ease, visibility 0.5s;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  background: #222;
  color: #fff;
  height: 100%;
  max-width: 80%;
  width: 20em;
  padding: 0.5em 1.25em;
  text-transform: uppercase;
}
.legacy-styling #navPanel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.legacy-styling #navPanel ul li {
  padding: 0;
}
.legacy-styling #navPanel ul li:first-child a:not(.button),
.legacy-styling #navPanel ul li:first-child span:not(.button) {
  border-top: 0;
}
.legacy-styling #navPanel ul li a:not(.button),
.legacy-styling #navPanel ul li span:not(.button) {
  border-top: solid 1px #555;
  color: #fff;
  display: block;
  padding: 0.75em 0;
  text-decoration: none;
}
.legacy-styling #navPanel .button {
  width: 100%;
}
.legacy-styling #navPanel .close {
  text-decoration: none;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-tap-highlight-color: transparent;
  border: 0;
  color: #484848;
  cursor: pointer;
  display: block;
  height: 4em;
  padding-right: 1.25em;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  vertical-align: middle;
  width: 5em;
}
.legacy-styling #navPanel .close:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
.legacy-styling #navPanel .close:before {
  content: "\f00d";
  width: 3em;
  height: 3em;
  line-height: 3em;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.legacy-styling #navPanel .close:hover {
  color: inherit;
}
@media screen and (max-width: 736px) {
  .legacy-styling #navPanel .close {
    height: 4em;
    line-height: 4em;
  }
}
.legacy-styling #navPanel.visible {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 1.5em 0 rgba(0, 0, 0, 0.2);
  visibility: visible;
}
.legacy-styling div#top-bar {
  background-color: #4D6048;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1000;
}
.legacy-styling .top-bar-branding {
  position: fixed;
}
.legacy-styling .top-bar-title {
  position: fixed;
  top: 15px;
  left: 40px;
  width: 70px;
}
.legacy-styling .top-bar-logo {
  position: fixed;
  top: 15px;
  width: 23px;
}
.legacy-styling .stickyheader {
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 999;
}
.legacy-styling #top-bar a span {
  float: left;
  margin-left: 7px;
  color: white;
  margin-top: 1px;
  font-size: larger;
}
.legacy-styling #top-bar.green-bar,
.legacy-styling .is-selected .green-bar,
.legacy-styling .green-bar {
  background-color: #4D6048;
}
.legacy-styling #top-bar.purple-bar,
.legacy-styling .purple-bar {
  background-color: #605770;
}
.legacy-styling #top-bar.tan-bar,
.legacy-styling .tan-bar {
  background-color: #9F9391;
}
.legacy-styling #top-bar.gray-bar,
.legacy-styling .gray-bar {
  background-color: #293738;
}
.legacy-styling #top-bar.red-bar,
.legacy-styling .red-bar {
  background-color: #87646A;
}
.legacy-styling #top-bar.blue-bar,
.legacy-styling .blue-bar {
  background-color: #395C8B;
}
.legacy-styling .blue-bar {
  background-color: #395C8B;
}
.legacy-styling #top-bar.burgundy-bar,
.legacy-styling .burgundy-bar {
  background-color: #A16154;
}
.legacy-styling .dot-color {
  background-color: #395C8B;
}
.legacy-styling #top-bar .nav-numbers {
  color: #fff;
}
.legacy-styling .center-container {
  height: 100%;
  width: 50%;
  margin: 1em auto;
  padding: 1em;
  display: block;
  overflow: auto;
}
@media only screen and (max-width: 960px) {
  .legacy-styling .center-container {
    width: 100%;
  }
}
.legacy-styling .center-container-wide {
  height: 100%;
  width: 70%;
  margin: 1em auto;
  padding: 1em;
  display: block;
  overflow: auto;
}
.legacy-styling .center-container-wide {
  height: 100%;
  width: 70%;
  margin: 1em auto;
  padding: 1em;
  display: block;
  overflow: auto;
}
.legacy-styling .left-list {
  float: left;
  width: 50%;
}
.legacy-styling .right-list {
  float: right;
  width: 50%;
}
@media (max-width: 768px) {
  .legacy-styling .left-list,
.legacy-styling .right-list {
    width: 100%;
  }
}
.legacy-styling .medium-container {
  margin-left: 10%;
  margin-right: 10%;
}
.legacy-styling .med-small-container {
  margin-left: 15%;
  margin-right: 14%;
}
.legacy-styling .two-coloum {
  margin: 0 auto;
  width: 95%;
  height: 50em;
  height: 50em;
  width: 95%;
  margin: 1em auto;
  padding: 1em;
}
.legacy-styling .page-left {
  background-color: #fff;
  position: absolute;
  height: inherit;
  width: 50%;
  padding: 2em;
}
.legacy-styling .page-right {
  background: -webkit-linear-gradient(left, #d3d4d5, #f4f4f3 10%, #FFF 100%);
  background: linear-gradient(to right, #d3d4d5, #f4f4f3 10%, #FFF 100%);
  margin-left: 50%;
  position: absolute;
  height: inherit;
  width: 50%;
  padding: 2em;
}
.legacy-styling .page-container {
  background: #eee;
  height: 100%;
  width: 100%;
  box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.3);
  position: relative;
}
.legacy-styling .checklist,
.legacy-styling .bullet-list {
  padding-left: 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .legacy-styling .checklist,
.legacy-styling .bullet-list {
    font-size: 1.4rem;
  }
}
.legacy-styling .checklist:before,
.legacy-styling .bullet-list:before {
  position: absolute;
  font-family: FontAwesome;
}
.legacy-styling .checklist:before {
  float: left;
  margin-left: -2rem;
  margin-top: 0.1rem;
  font-size: 1.4rem;
}
.legacy-styling .bullet-list:before {
  content: "\f111";
  font-size: 12px;
  left: -3px;
  top: 5px;
}
.legacy-styling .nav-button-lg {
  background: #4D6048;
  border: 1px solid #333;
  color: #fff;
  display: block;
  font-size: 24px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
.legacy-styling .nav-button-lg:hover {
  background: #fff;
  color: #4D6048;
  cursor: pointer;
}
.legacy-styling .nav-button-lg::after {
  background-color: #fff;
  border: 1px solid #333;
  content: ">";
  color: #4D6048;
  padding: 10px;
}
.legacy-styling .nav-button-lg::after:hover {
  background-color: #4D6048;
  border: 1px solid #fff;
}
.legacy-styling ul#repi-slider {
  padding-left: 0;
}
.legacy-styling ul#repi-slider li {
  display: none;
}
.legacy-styling ul#repi-slider li.active {
  display: block;
  padding: 15px;
}
.legacy-styling .slide-action {
  min-height: 64px;
  display: block;
  font-size: 24px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
.legacy-styling .slide-action .sld-btn {
  border: 1px solid #333;
  cursor: pointer;
  width: 38px;
  height: 33px;
  background: #fff;
  font-size: 22px;
  float: left;
}
.legacy-styling .slide-action .sld-btn:hover {
  transition: 0.2s;
  background: #ddd;
}
.legacy-styling #landscape-slide {
  left: 22%;
}
.legacy-styling .btn-block {
  display: block;
  height: 33px;
  margin-bottom: 10px;
}
.legacy-styling .sld-btn-name {
  border: 1px solid #333;
  cursor: pointer;
  min-height: 33px;
  background: #fff;
  font-size: 16px;
  text-transform: capitalize;
  float: left;
  padding: 5px 15px 0 15px;
}
.legacy-styling .sld-btn-name:hover {
  background-color: #fff !important;
  color: #4D6048;
  cursor: pointer;
}
.legacy-styling .btn-green {
  background-color: #4D6048 !important;
  color: #fff;
}
.legacy-styling .btn-purple {
  background-color: #605770 !important;
  color: #fff;
}
.legacy-styling .btn-tan {
  background-color: #9F9391 !important;
  color: #fff;
}
.legacy-styling .btn-blue-green {
  background-color: #607172 !important;
  color: #fff;
}
.legacy-styling .btn-blue {
  background-color: #395C8B !important;
  color: #fff;
}
.legacy-styling .slideWrapper h4 {
  margin: 5px 0 15px 0;
  letter-spacing: 5px;
  line-height: 25px;
  margin-left: -1px;
  margin-top: 4px;
}
.legacy-styling .smaller-header {
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 1.5rem;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
}
.legacy-styling .hidden {
  display: none;
}
.legacy-styling .centered {
  display: block;
  margin: auto;
  padding-top: 20px;
}
.legacy-styling .right {
  float: right;
}
.legacy-styling .clearfix {
  overflow: auto;
}
.legacy-styling .block-center {
  display: block;
  margin: 0 auto;
}
.legacy-styling .vert-align {
  align-items: center;
  display: flex !important;
  justify-content: center;
  text-align: center;
}
.legacy-styling #sec3-icons {
  white-space: nowrap;
  max-width: 14%;
  position: relative;
  overflow: hidden;
}
.legacy-styling .image-padding {
  padding-left: 40px;
}
.legacy-styling .member {
  float: left;
  width: 13%;
  margin: 40px 10px 35px 10px;
}
.legacy-styling .member img {
  display: block;
  left: 22px;
  padding-left: 10px;
}
.legacy-styling .name {
  position: absolute;
  top: 102px;
  margin: 12px 20px 40px 30px;
  font-weight: 700;
  text-align: center;
  width: 100px;
}
.legacy-styling .sec-links {
  color: #000 !important;
  text-decoration: none;
}
.legacy-styling .sec-links:hover {
  color: #417505 !important;
  text-decoration: underline;
}
.legacy-styling #encroachment-national-small {
  font-size: 15px;
  padding-top: 5px;
}
.legacy-styling #design-cast {
  position: relative;
  overflow: hidden;
  padding-bottom: 53px;
}
.legacy-styling .period {
  content: ".";
}
.legacy-styling .small-box {
  width: 305px;
  bottom: 67px;
}
.legacy-styling .on-white {
  color: #fff !important;
}
.legacy-styling .on-green {
  color: #4D6048;
}
.legacy-styling .text-center {
  text-align: center;
}
.legacy-styling .text-medium {
  font-size: 20px;
  font-size: 1.25rem;
}
.legacy-styling .text-uppercase {
  text-transform: uppercase;
}
.legacy-styling .text-small {
  font-size: 12px !important;
}
.legacy-styling .text-small-med {
  font-size: 14px !important;
}
.legacy-styling .text-small-light {
  font-size: 14px !important;
  opacity: 0.7;
}
.legacy-styling .sec7-img-block {
  margin: 20px auto;
  width: 80%;
}
.legacy-styling .space-bottom {
  margin-bottom: 20px;
}
.legacy-styling .num-list {
  list-style-type: decimal !important;
  padding-left: 20px;
}
.legacy-styling .num-list li {
  margin-bottom: 10px !important;
}
.legacy-styling .content-box {
  background-color: #fff;
  display: block;
  padding: 15px 15px 35px 15px;
  overflow: hidden;
  height: 100%;
}
.legacy-styling .content-box-sec3 {
  background-color: #fff;
  display: block;
  height: 100%;
}
.legacy-styling .content-box.smaller-width {
  width: 85% !important;
  left: 65px !important;
}
.legacy-styling .content-box-full {
  background-color: #fff;
  display: block;
  padding: 15px 15px 35px 15px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.legacy-styling #key-steps-title-alignment {
  width: 490px;
  left: 25%;
  padding-bottom: 30px;
}
.legacy-styling .box {
  background-color: #eee;
  display: block;
  padding: 15px;
}
.legacy-styling .clear-top {
  padding-top: 150px;
}
.legacy-styling .sm-space-bottom {
  margin-bottom: 20px;
}
.legacy-styling .clear-top-bottom {
  margin: 40px 0;
}
.legacy-styling * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.legacy-styling .cf:before,
.legacy-styling .cf:after {
  content: " ";
  display: table;
}
.legacy-styling .cf:after {
  clear: both;
}
.legacy-styling .cf {
  *zoom: 1;
}
.legacy-styling .org-chart {
  width: 100%;
  max-width: 1142px;
  margin: 40px auto;
  padding: 20px;
  height: 700px;
}
.legacy-styling .cd-section .org-chart p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.legacy-styling a.org-link.ui-link:hover {
  color: #fff !important;
}
.legacy-styling .org-info a {
  text-decoration: underline;
  color: #fff !important;
}
.legacy-styling .org-info a:hover {
  text-decoration: underline;
  color: #0089f7 !important;
}
@media all and (max-width: 767px) {
  .legacy-styling .content {
    padding: 0 20px;
  }
}
.legacy-styling .org-chart ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.legacy-styling .org-chart ul .org-container {
  display: block;
  background: #E8E8E8;
  font-size: 0.9em;
  text-decoration: none;
  color: #333;
  height: 100px;
  margin-bottom: -25px;
  box-shadow: 4px 4px 9px -4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  transition: all linear 0.1s;
  width: 280px;
}
.legacy-styling li.section.repi-section .repi-container {
  right: -210px;
  display: block;
  background: #E8E8E8;
  color: #333;
  height: 80px;
  width: 100px;
  margin-bottom: -90px;
  box-shadow: 4px 4px 9px -4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  transition: all linear 0.1s;
}
.legacy-styling .org-chart .departments ul.sections li.section.repi-section {
  border-bottom: 4px solid #b9b3b3;
  height: 40px;
  z-index: -1;
  width: 250px;
}
.legacy-styling .org-chart ul .org-container.org-repi {
  margin-bottom: -90px;
}
@media all and (max-width: 959px) {
  .legacy-styling .org-chart ul a {
    font-size: 1em;
  }
  .legacy-styling li.section.repi-section .repi-container {
    right: -150px;
  }
}
.legacy-styling .administration > li > .org-container {
  margin-bottom: 25px;
}
.legacy-styling .director > li > .org-container {
  margin: 0 auto 0 auto;
}
.legacy-styling .subdirector:after {
  content: "";
  display: block;
  width: 0;
  height: 130px;
  background: red;
  border-left: 4px solid #b9b3b3;
  left: 45.45%;
  position: relative;
}
.legacy-styling .subdirector,
.legacy-styling .departments {
  position: absolute;
  width: 100%;
}
.legacy-styling .subdirector > li:first-child,
.legacy-styling .departments > li:first-child {
  width: 32%;
  height: 22px;
  margin: 0 auto 140px auto;
  padding-top: 25px;
  z-index: 1;
}
.legacy-styling .subdirector > li:first-child {
  float: right;
  right: 27.2%;
  border-left: 4px solid #b9b3b3;
}
.legacy-styling .departments > li:first-child {
  float: left;
  left: 50%;
  border-left: 4px solid #b9b3b3;
}
.legacy-styling .subdirector > li:first-child .org-container {
  left: 25px;
}
@media all and (max-width: 959px) {
  .legacy-styling .subdirector > li:first-child,
.legacy-styling .departments > li:first-child {
    width: 40%;
    height: 180px;
    margin: 0;
  }
  .legacy-styling .subdirector > li:first-child {
    right: 10%;
    margin-right: 2px;
  }
  .legacy-styling .subdirector:after {
    left: 49.8%;
  }
  .legacy-styling .departments > li:first-child {
    margin-left: 2px;
  }
}
.legacy-styling .departments > li:first-child .org-container {
  right: 170px;
  margin-left: 22px;
}
.legacy-styling .department:first-child,
.legacy-styling .departments li:nth-child(2) {
  margin-left: 0;
  clear: left;
}
.legacy-styling .departments:after {
  content: "";
  display: block;
  position: absolute;
  width: 70%;
  height: 22px;
  border-top: 4px solid #b9b3b3;
  border-right: 4px solid #b9b3b3;
  border-left: 4px solid #b9b3b3;
  margin: 0 auto;
  top: 145px;
  left: 15%;
}
@media all and (max-width: 959px) {
  .legacy-styling .org-chart {
    height: 900px;
  }
  .legacy-styling .departments:after {
    border-right: none;
    left: 1%;
    width: 49.5%;
    height: 479px;
    margin-top: 10px;
  }
  .legacy-styling .department li.section {
    padding-left: 250px;
  }
}
@media all and (min-width: 960px) {
  .legacy-styling .department:first-child:before,
.legacy-styling .department:last-child:before {
    border: none;
  }
}
.legacy-styling .department:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 40px;
  border-left: 4px solid #b9b3b3;
  top: -40px;
  left: 50%;
  margin-left: -4px;
}
.legacy-styling .department.dep-a:before {
  border-left: none;
}
.legacy-styling .department {
  width: 32%;
  float: left;
  margin-left: 1.7513134851%;
  margin-bottom: 60px;
}
.legacy-styling .lt-ie8 .department {
  width: 18.25%;
}
@media all and (max-width: 959px) {
  .legacy-styling .department {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .legacy-styling .department.dep-a:before,
.legacy-styling .department:before {
    content: "";
    display: block;
    position: absolute;
    width: 300px;
    height: 0;
    border-bottom: 4px solid #b9b3b3;
    top: 50px;
    left: 2%;
    margin-left: -4px;
  }
  .legacy-styling .department.dep-c:before {
    top: 50px;
  }
  .legacy-styling .department:nth-child(2):before {
    display: none;
  }
  .legacy-styling .department.dep-b {
    margin-bottom: 110px;
  }
}
.legacy-styling .department > ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
}
.legacy-styling .department li {
  height: 80px;
  width: 280px;
}
.legacy-styling .department li .org-container {
  background: #E8E8E8;
  top: 60px;
  position: absolute;
  height: 100px;
  vertical-align: middle;
}
.legacy-styling .dod {
  float: left;
  text-align: left;
  width: 70%;
}
.legacy-styling .sod {
  float: left;
  text-align: left;
  top: 7px;
  width: 70%;
}
.legacy-styling .army {
  float: left;
  width: 70%;
  left: 10px;
  bottom: 1px;
  text-align: left;
  width: 118px;
}
.legacy-styling .navy {
  float: left;
  width: 50%;
  text-align: left;
  left: 10px;
  bottom: 1px;
}
.legacy-styling .marine {
  float: left;
  text-align: left;
  width: 70%;
  top: 7px;
}
.legacy-styling .airforce {
  float: left;
  text-align: left;
  width: 50%;
  left: 10px;
}
.legacy-styling .repi-name {
  float: left;
  text-align: left;
  left: 10px;
}
.legacy-styling .repi-name p {
  margin-top: 0;
}
.legacy-styling .org-logo-container {
  float: left;
  text-align: center;
  width: 30%;
}
.legacy-styling .org-logo {
  max-width: 80px;
  width: 60px;
}
.legacy-styling .dep-name {
  padding-top: 15px;
}
.legacy-styling .org-container {
  margin: 0 auto;
}
.legacy-styling .org-container p {
  margin-top: 0;
}
.legacy-styling .species-group {
  width: 33%;
  float: left;
  padding-bottom: 100px;
}
.legacy-styling .reporting-group {
  float: left;
  width: 33%;
}
.legacy-styling .org-info,
.legacy-styling .species-info,
.legacy-styling .reporting-info {
  background: #605770;
  color: #fff;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  top: 0;
  height: auto;
  padding: 15px;
  position: absolute;
  width: 280px;
  z-index: 999;
  display: none;
  transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
}
.legacy-styling .species-info {
  background: #87646A;
  margin: auto;
  min-height: 170px;
  height: auto;
  width: 305%;
}
.legacy-styling .reporting-info {
  margin: auto;
  min-height: 170px;
  height: 550px;
  width: 305%;
}
.legacy-styling .reporting-info.box1 {
  background: url(/img/sec5/reporting_960x550.jpg) no-repeat;
}
.legacy-styling .reporting-info.box2 {
  background: url(/img/sec5/natural_960x550.jpg) no-repeat;
}
.legacy-styling .reporting-info.box3 {
  background: url(/img/sec5/easement_960x550.jpg) no-repeat;
}
.legacy-styling .species-info.box2,
.legacy-styling .reporting-info.box2 {
  left: -100%;
}
.legacy-styling .species-info.box3,
.legacy-styling .reporting-info.box3 {
  left: -200%;
}
.legacy-styling .species-info a {
  color: #fff !important;
  text-decoration: underline;
  /* !important; */
  text-shadow: none !important;
}
.legacy-styling .leaf-info {
  background: none;
  margin: auto;
  top: 0;
  right: -204px;
  height: 381px;
  width: 648px;
}
.legacy-styling .easement-info {
  background: none;
  margin: auto;
  top: 0;
  height: 351px;
  width: 642px;
}
.legacy-styling .org-info p {
  color: #fff;
  font-size: 1rem;
}
.legacy-styling .species-info p {
  color: #fff;
  font-size: 1rem;
}
.legacy-styling .species-photos {
  margin: 40px 0;
}
.legacy-styling .species-image {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.legacy-styling .reporting-info p {
  color: #fff;
  font-size: 1rem;
}
.legacy-styling .reporting-photos {
  margin: 40px 0;
}
.legacy-styling .reporting-image {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.legacy-styling .org-info p.services-appendix {
  margin-top: 10px;
  padding: 0 0 20px 35px;
  background: url(/img/services-appendix.png) no-repeat;
  background-position: 0 10px;
}
.legacy-styling .org-info p.services-appendix a:hover {
  color: #fff !important;
}
.legacy-styling .org-dep-wrap,
.legacy-styling .species-wrap,
.legacy-styling .reporting-wrap,
.legacy-styling .leaf-wrap {
  font-family: "Lato", sans-serif;
  height: 100px;
  position: relative;
}
.legacy-styling .org-dep-wrap:hover,
.legacy-styling .species-wrap:hover,
.legacy-styling .reporting-wrap:hover,
.legacy-styling .leaf-wrap:hover {
  cursor: pointer;
}
.legacy-styling .org-dep-wrap .org-dep {
  height: 100%;
  font-weight: bold;
  padding: 10px;
  position: relative;
  margin-top: 2px;
  width: 100%;
  overflow: hidden;
}
.legacy-styling .species-wrap,
.legacy-styling .reporting-wrap,
.legacy-styling .leaf-wrap {
  height: 100%;
  position: relative;
  width: 100%;
}
.legacy-styling .reporting-wrap {
  height: 100%;
  position: relative;
  width: 100%;
}
.legacy-styling .org-dep-wrap .other-org-dep {
  display: block;
  overflow: hidden;
}
.legacy-styling .department li:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 35px;
  border-left: 4px solid #b9b3b3;
  top: 25px;
  left: 50%;
  margin-left: -4px;
}
@media all and (max-width: 959px) {
  .legacy-styling .department li:before {
    left: 100%;
  }
}
.legacy-styling .org-dep-wrap h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}
.legacy-styling .org-dep-wrap:hover .org-info {
  display: block;
}
.legacy-styling .leaf-info.hidden {
  display: none;
}
.legacy-styling .reporting-info.hidden {
  display: none;
}
.legacy-styling .easement-info.hidden {
  display: none;
}
.legacy-styling .description {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 180px 15px;
  text-align: center;
  width: 91%;
  height: 35%;
  background-color: white;
  color: white;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.legacy-styling p.description_content {
  padding: 39px;
  margin: 0;
  font-size: 1.1rem;
  text-align: center;
  font-weight: 700;
  color: #000;
}
.legacy-styling .image-overlay {
  position: absolute;
  padding-bottom: 67px;
  left: 0;
  top: 0;
  height: inherit;
  text-align: center;
  background-color: white;
  color: white;
  opacity: 0.85;
  filter: alpha(opacity=60);
}
.legacy-styling .image-overlay-easement {
  position: absolute;
  padding-bottom: 67px;
  right: -9px;
  top: 0;
  text-align: center;
  width: 150%;
  height: 157%;
  background-color: white;
  color: white;
  opacity: 0.85;
  filter: alpha(opacity=60);
}
.legacy-styling .image-overlay-natural {
  position: absolute;
  padding-bottom: 67px;
  right: -130px;
  top: 0;
  text-align: center;
  width: 150%;
  height: 145%;
  background-color: white;
  color: white;
  opacity: 0.85;
  filter: alpha(opacity=60);
}
.legacy-styling p.image-overlay-text {
  margin: 33px 30px 0 30px;
  font-size: 1.1rem;
  text-align: center;
  color: black;
}
.legacy-styling h3.image-overlay-header {
  font-size: 1.1rem;
  color: black;
  text-align: center;
  top: 6%;
  font-weight: 700;
}
.legacy-styling ul.tab-links {
  padding-left: 0;
}
.legacy-styling #definition-text {
  color: #417505 !important;
  font-weight: bold;
  outline: none;
  text-decoration: none;
}
.legacy-styling #non-definition-text {
  color: #417505 !important;
  font-weight: bold;
  outline: none;
  text-decoration: underline;
}
.legacy-styling #purple-text {
  color: #605770 !important;
  font-weight: 800;
  outline: none;
}
.legacy-styling a.popup-link.ui-link {
  color: #fff !important;
}
.legacy-styling #myPopup,
.legacy-styling .mypopup {
  visibility: hidden;
  left: 151px;
  bottom: 40px;
  background-color: #474444;
  color: #fff;
  text-shadow: none;
  width: 40%;
}
.legacy-styling .mypopup a.glossary-link.ui-link {
  background-image: url(/img/nav-icons/info-icon-white.png);
  background-size: 20px 20px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #fff !important;
  cursor: pointer;
  text-decoration: underline;
  text-shadow: none;
  outline: none;
  padding: 25px;
}
.legacy-styling a.ui-btn-right.ui-link.ui-btn.ui-btn-a.ui-icon-delete.ui-btn-icon-notext.ui-shadow.ui-corner-all {
  top: 2px !important;
  right: 2px !important;
}
.legacy-styling #timeline-box1 {
  width: 200px;
  display: inline-block;
  height: 25px;
  margin-left: 40px;
  margin-top: 100px;
  background: #87646A;
}
.legacy-styling #timeline-box2 {
  width: 206px;
  display: inline-block;
  height: 85px;
  margin-left: 20px;
  margin-top: 100px;
  background: #87646A;
}
.legacy-styling #timeline-text {
  z-index: 100;
  position: absolute;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  top: 28%;
}
.legacy-styling .add-space {
  padding-top: 120px;
}
.legacy-styling .add-large-space {
  padding-top: 155px;
}
.legacy-styling .puzzle-container {
  float: left;
  margin-left: 14%;
}
.legacy-styling #puzzle-item1 {
  display: inline-block;
  left: 10%;
}
.legacy-styling #puzzle-item2 {
  display: inline-block;
  left: 47%;
  margin-top: -16%;
}
.legacy-styling #puzzle-item3 {
  display: inline-block;
  left: 3%;
  margin-top: -85%;
  padding-bottom: 17px;
}
.legacy-styling .puzzle-img {
  max-width: 50%;
}
.legacy-styling .puzzle-img2 {
  max-width: 75%;
}
.legacy-styling #reporting #natural-resources-text {
  z-index: 100;
  width: 202px;
  position: absolute;
  color: white;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  top: 54%;
  left: 65%;
}
.legacy-styling #reporting-text {
  background-color: rgba(255, 255, 255, 0.6);
  color: #474444;
  z-index: 100;
  width: 176px;
  position: absolute;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  top: 9%;
  left: 34%;
}
.legacy-styling #reporting {
  float: left;
  width: 200px;
  height: 400px;
  margin-top: 14px;
  margin-left: 30px;
  background: url(/img/sec5/reporting_200x350.jpg) no-repeat center center;
}
.legacy-styling #img-reporting {
  right: 14px;
  bottom: 15px;
  max-width: none;
}
.legacy-styling #img-easement {
  right: 327px;
  bottom: 15px;
  max-width: none;
}
.legacy-styling #img-natural {
  right: 209px;
  bottom: 15px;
  max-width: none;
}
.legacy-styling #overlay {
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  padding: 45px 0 66px 0;
  top: 24px;
  opacity: 0;
  z-index: -10;
  -webkit-transition: opacity 0.25s ease;
}
.legacy-styling #natural-resources {
  float: left;
  margin-top: 40px;
}
.legacy-styling #easement {
  float: left;
  margin-top: 40px;
}
.legacy-styling .sec5-image-container {
  margin-top: 150px;
  margin-bottom: 450px;
}
.legacy-styling #easement-text {
  z-index: 100;
  width: 160px;
  position: absolute;
  color: white;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  top: 54%;
  left: 5%;
}
.legacy-styling #puzzle-wrap {
  height: 0%;
}
.legacy-styling .summary-footer p {
  text-align: center;
  margin-top: 0;
}
.legacy-styling #add-bold {
  font-weight: 800;
}
.legacy-styling .circles {
  list-style-type: circle;
  margin-left: 10%;
  font-size: larger;
}
.legacy-styling .sec8-list-style {
  margin-left: 10%;
  font-size: larger;
}
.legacy-styling .content-slider {
  width: 100%;
  position: relative;
  padding: 12px 40px;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 4px #455560;
}
@media (min-width: 60em) {
  .legacy-styling .content-slider {
    margin-top: 40px;
    width: 65.88078%;
    height: 400px;
  }
}
@media (min-width: laptop) {
  .legacy-styling .content-slider {
    margin-top: 40px;
    width: 65.88078%;
    height: 400px;
  }
}
.legacy-styling .book-page {
  margin: 0 auto;
}
.legacy-styling .slider {
  position: relative;
  text-align: left;
  float: left;
  left: 20px;
}
.legacy-styling .intro-slider {
  left: 60px !important;
}
.legacy-styling .slides {
  position: relative;
  top: 0;
  bottom: 0;
  padding: 0 0 30px;
  width: 92%;
  left: 4%;
}
.legacy-styling .slides li {
  right: 0;
  left: 99999px;
  z-index: 10;
  opacity: 0;
  display: inline-block;
  visibility: hidden;
  position: relative;
  display: none;
}
.legacy-styling .slides .active {
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
  opacity: 1;
  left: 0;
  visibility: visible;
  display: initial;
}
.legacy-styling .arrow {
  position: absolute;
  top: 90%;
  bottom: 0;
  padding: 25px;
  cursor: pointer;
  font-size: 3em;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  z-index: 20;
}
@media (min-width: 60em) {
  .legacy-styling .arrow {
    top: 95%;
  }
}
@media (min-width: laptop) {
  .legacy-styling .arrow {
    top: 85%;
  }
}
.legacy-styling .prev {
  left: 10px;
}
.legacy-styling .sld-btn.prev:before {
  content: "";
}
.legacy-styling .sld-btn.next:before {
  content: "";
}
.legacy-styling .prev:before {
  content: "\f104";
  position: absolute;
  top: -8px;
  left: 4px;
}
.legacy-styling .next {
  right: 10px;
}
.legacy-styling .next:before {
  content: "\f105";
  position: absolute;
  top: -8px;
  right: 4px;
}
.legacy-styling .no-outline {
  outline: none;
}
.legacy-styling .navigation {
  width: 100%;
  top: 90%;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  font-size: 0;
  height: 60px;
  z-index: 10;
  text-align: center;
}
@media (min-width: 60em) {
  .legacy-styling .navigation {
    top: 95%;
  }
}
@media (min-width: laptop) {
  .legacy-styling .navigation {
    top: 88%;
  }
}
.legacy-styling .navigation li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.legacy-styling .navigation a {
  display: block;
  padding: 15px 4px;
  outline: none;
}
.legacy-styling .navigation span {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #333;
  border-radius: 100%;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.legacy-styling .navigation a:hover span,
.legacy-styling .navigation a.active span {
  opacity: 1;
  background-color: #4D6048;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.legacy-styling .no-touch #cd-vertical-nav a:hover span {
  opacity: 1;
}
.legacy-styling a.prev.arrow.ui-link,
.legacy-styling .slider a.next.arrow.ui-link {
  color: #4D6048;
  font-weight: 700;
  right: 6px;
}
.legacy-styling .BreeSerif {
  font-family: "Bree Serif", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 900;
  color: #4D6048;
}
.legacy-styling .nav-numbers {
  font-size: 18px;
  left: 8px;
  bottom: 0;
  display: inline-block;
}
.legacy-styling span.tooltip {
  left: 10px;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    left: 9999px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    left: 9999px;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
.legacy-styling .tabs {
  width: 100%;
  display: inline-block;
}
.legacy-styling .tab-links:after {
  display: block;
  clear: both;
  content: "";
}
.legacy-styling .tab-links li {
  margin: 0 1px;
  float: left;
  list-style: none;
}
.legacy-styling #section-blue.tab-links a {
  background: #f7f7f7;
  color: #395C8B !important;
  border: 2px solid #395C8B;
  outline: none;
}
.legacy-styling #section-pink.tab-links a {
  padding: 8px 5px;
  font-size: 14px;
  top: 23px;
}
.legacy-styling ul#section-blue {
  top: 23px;
}
.legacy-styling #section-blue li.active a {
  background: #395C8B !important;
  color: #fff !important;
}
.legacy-styling #section-gray.tab-links a {
  background: #fff;
  color: #293738 !important;
  border: 2px solid #293738;
  outline: none;
}
.legacy-styling #section-gray li.active a {
  background: #293738 !important;
  color: #fff !important;
}
.legacy-styling .tab-links a {
  padding: 8px 6px;
  display: inline-block;
  border-radius: 7px 7px 0 0;
  background: #fff;
  color: #87646A !important;
  border: 2px solid #87646A;
  border-bottom: none !important;
  font-size: 15px;
  font-weight: 600;
  transition: all linear 0.15s;
  outline: none;
}
.legacy-styling .active a {
  color: #000;
  outline: none;
}
.legacy-styling .tab-links a:hover {
  background: #a7cce5;
  text-decoration: none;
  outline: none;
}
.legacy-styling .tab-links li.active a,
.legacy-styling .tab-links li.active a:hover {
  background: #87646A !important;
  color: #fff !important;
  outline: none;
}
.legacy-styling .tab-content {
  padding: 15px;
  border-radius: 3px;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.legacy-styling .sec5-tab-content {
  padding: 15px;
  border-radius: 3px;
  background: #fff;
  height: auto;
  border: 2px solid #87646A;
}
.legacy-styling .sec6-tab-content {
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #395C8B;
  background: #f7f7f7;
}
.legacy-styling .sec6-container {
  width: 100%;
  height: 300px;
}
.legacy-styling .wrp-box {
  float: left;
  text-align: center;
  width: 50%;
}
.legacy-styling div#tab55 {
  padding-bottom: 210px;
}
@media (max-width: 480px) {
  .legacy-styling .wrp-box {
    width: 100%;
  }
  .legacy-styling .wrp-box.wrp-map {
    border: none !important;
    margin-bottom: 40px;
  }
}
.legacy-styling .wrp-box.wrp-map {
  border-left: 2px solid #999;
}
.legacy-styling .wrp-box img {
  max-width: 100%;
}
.legacy-styling .wrp-box.wrp-logo img {
  width: 300px;
  padding-top: 40px;
}
.legacy-styling .sec4-tab-content {
  padding: 1px 18px;
  bottom: 11px;
  border: 2px solid #293738;
  background: #fff;
  height: 260px;
  width: 480px;
  bottom: 24px;
  left: 5px;
}
.legacy-styling .tab {
  display: none;
}
.legacy-styling .tab.active {
  display: block;
}
.legacy-styling .sec4-container {
  margin: auto;
  width: 80%;
}
.legacy-styling .mypopup {
  left: 151px;
  bottom: 40px;
  background-color: #474444 !important;
  color: #fff !important;
  width: 40%;
  text-shadow: none !important;
  box-shadow: none !important;
  padding: 10px;
  border: none !important;
}
.legacy-styling .mypopup .ui-btn-right {
  text-shadow: none !important;
  top: 10px !important;
  right: 10px !important;
}
.legacy-styling .glossary-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}
.legacy-styling .glossary-overlay.light {
  background: rgba(255, 255, 255, 0.5);
}
.legacy-styling .glossary-overlay .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}
.legacy-styling .glossary-overlay.target {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 100;
}
.legacy-styling .accordion-header.resource-header {
  font-size: 20px;
  text-decoration: none !important;
  pointer-events: none;
}
.legacy-styling .glossary-tab .primer-box a:hover {
  color: #6B8E23 !important;
  text-decoration: underline;
}
.legacy-styling .glossary-popup {
  padding: 20px 0;
  background: #F6F6F6;
  border: 1px solid #666;
  width: 600px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: fixed;
  right: 0;
  margin-top: 60px;
}
.legacy-styling .light .glossary-popup {
  border-color: #aaa;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.legacy-styling .glossary-popup h2 {
  margin-top: 0;
  color: #666;
  font-family: "Lato", sans-serif;
}
.legacy-styling .glossary-popup .glossary-close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 5px;
  opacity: 0.8;
  transition: all 200ms;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #666;
  z-index: 99999;
}
.legacy-styling .glossary-popup .glossary-close:hover {
  opacity: 1;
}
.legacy-styling .glossary-popup .glossary-content {
  overflow: auto;
  height: 600px;
  overflow: scroll;
}
.legacy-styling .glossary-popup p {
  margin: 0 0 1em;
  font-size: 20px;
}
.legacy-styling .glossary-popup p:last-child {
  margin: 0;
}
.legacy-styling .glossary-popup li {
  font-size: 20px;
}
.legacy-styling .glossary-tabs {
  display: flex;
  flex-wrap: wrap;
}
.legacy-styling .glossary-tabs label {
  order: 1;
  display: block;
  padding: 10px;
  cursor: pointer;
  background: #F6F6F6;
  font-weight: bold;
  transition: background ease 0.2s;
}
.legacy-styling .glossary-tabs .glossary-tab {
  order: 99;
}
.legacy-styling .glossary-tabs input[type=radio] {
  display: none;
}
.legacy-styling .glossary-tabs input[type=radio]:checked + label {
  background: #fff;
}
.legacy-styling .glossary-tab.show {
  display: block;
}
.legacy-styling .glossary-tabs label.glossary-label {
  background: #F6F6F6;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  text-align: center;
  border: 1px solid #d2d2d2;
  border-radius: 10px 10px 0 0;
}
.legacy-styling .glossary-tabs label.glossary-label.selected {
  background-color: #fff;
  border-bottom: none;
  color: #417505;
}
.legacy-styling .glossary-tab .primer-box {
  border-bottom: 1px solid #999;
  margin: 0;
  padding: 15px 0 10px 0;
}
.legacy-styling .glossary-tab .primer-box a {
  color: #333 !important;
  text-decoration: none;
  font-size: 20px;
}
@media (max-width: 45em) {
  .legacy-styling .glossary-tabs .glossary-tab, .legacy-styling .glossary-tabs label {
    order: initial;
  }
  .legacy-styling .glossary-tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}
.legacy-styling nav#glossary-nav, .legacy-styling nav#resources-nav {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.legacy-styling nav#glossary-nav ul, .legacy-styling nav#resources-nav ul {
  background-color: #e7e7e7;
  display: block;
  width: 550px;
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.legacy-styling nav#glossary-nav ul:after, .legacy-styling nav#resources-nav ul:after {
  content: "";
  display: block;
  clear: both;
}
.legacy-styling nav#glossary-nav ul li, .legacy-styling nav#resources-nav ul li {
  color: #999;
  display: block;
  margin: 0;
  padding: 0;
  width: calc(100%/26);
  float: left;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}
.legacy-styling nav#resources-nav ul li {
  width: auto !important;
  padding: 10px 0 10px 20px;
}
.legacy-styling nav#glossary-nav ul li a, .legacy-styling nav#resources-nav ul li a {
  display: block;
  border-bottom: 2px solid transparent;
  color: #6B8E23;
  font-weight: normal;
}
.legacy-styling nav#glossary-nav ul li a.ui-link, .legacy-styling nav#resources-nav ul li a.ui-link {
  text-decoration: none;
}
.legacy-styling nav#glossary-nav ul li:hover a, .legacy-styling nav#resources-nav ul li:hover a {
  border-color: #6B8E23;
  font-weight: bold;
}
.legacy-styling dl#glossary {
  display: block;
  width: 100%;
  max-width: 100%;
}
.legacy-styling dl#glossary:after, .legacy-styling dl#glossary dt:after, .legacy-styling dl#glossary dd:after {
  content: "";
  display: block;
  clear: both;
}
.legacy-styling dl#glossary hr {
  display: block;
  width: 100%;
  max-width: 100%;
  float: left;
  clear: both;
  border-color: #d7d7d7;
  margin: 10px 0;
}
.legacy-styling dl#glossary dt {
  display: block;
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.legacy-styling dl#glossary dd {
  display: block;
  margin: 0;
}
.legacy-styling dl#glossary dd a {
  display: block;
  font-weight: 600;
}
.legacy-styling .accordion-header {
  font-size: 16px;
  font-weight: bold;
  background: #F6F6F6;
  padding: 0 5px;
}
.legacy-styling .glossary-popup h2.accordion-header {
  line-height: 2rem;
  margin: 5px 0;
}
.legacy-styling .glossary-popup h2.accordion-header:hover {
  cursor: pointer;
  text-decoration: underline;
}
.legacy-styling .active-header {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background-repeat: no-repeat;
  background-position: right 50%;
}
.legacy-styling .active-header:hover {
  background-repeat: no-repeat;
  background-position: right 50%;
}
.legacy-styling .inactive-header {
  background-repeat: no-repeat;
  background-position: right 50%;
}
.legacy-styling .inactive-header:hover {
  background-repeat: no-repeat;
  background-position: right 50%;
}
.legacy-styling .accordion-content {
  padding: 10px 0;
  background: #fff;
  width: 100% !important;
}
.legacy-styling .primer-box {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.legacy-styling .primer-image {
  float: left;
  margin-right: 20px;
  z-index: 9;
}
.legacy-styling .primer-text {
  padding-right: 20px;
}
.legacy-styling .repi-main {
  width: 100%;
}
.legacy-styling #headercontent {
  background-color: rgba(255, 255, 255, 0.6);
  color: #474444;
  margin: 0 auto;
  padding: 40px;
  padding-top: 10vh;
  width: 100%;
}
.legacy-styling #headercontent h1.repi {
  color: #4d6048;
  font-family: "Lato", sans-serif;
  font-size: 100px;
  font-weight: bold;
  float: left;
  height: 80px;
  display: inline;
  margin-top: 0;
  padding: 0 20px;
}
.legacy-styling #headercontent h1 {
  color: #fff;
  font-family: "Bree Serif", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 5px;
  padding: 20px;
  font-size: 30px;
  line-height: 40px;
}
.legacy-styling #headercontent h3 {
  font-size: 18px;
  line-height: 26px;
}
.legacy-styling #headercontent h4 {
  font-size: 18px;
}
.legacy-styling .cover-banner {
  background-color: #4D6048;
  bottom: 23px;
}
.legacy-styling .mouse {
  width: 22px;
  position: absolute;
  height: 42px;
  border-radius: 15px;
  border: 2px solid #474444;
  bottom: 40px;
  left: 50%;
  margin-left: -12px;
}
.legacy-styling .mouse-white {
  border: 2px solid #fff;
}
.legacy-styling .scroll {
  display: block;
  margin: 6px auto;
  width: 3px;
  height: 3px;
  border-radius: 4px;
  background: white;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
.legacy-styling .or-spacer {
  margin-top: 100px;
  margin-left: 100px;
  width: 400px;
  position: relative;
}
.legacy-styling .or-spacer .mask {
  overflow: hidden;
  height: 20px;
}
.legacy-styling .or-spacer .mask:after {
  content: "";
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px/12px;
  box-shadow: 0 0 8px black;
}
.legacy-styling .or-spacer span {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -25px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #999;
  background: white;
}
.legacy-styling .or-spacer span i {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 100%;
  border: 1px dashed #aaa;
  text-align: center;
  line-height: 40px;
  font-style: normal;
  color: #999;
}
.legacy-styling .or-spacer-vertical {
  margin-top: 40px;
  width: 27px;
  position: relative;
  float: left;
  display: none;
}
.legacy-styling .or-spacer-vertical .mask {
  overflow: hidden;
  width: 30px;
  height: 646px;
}
.legacy-styling #section1.cd-section .or-spacer-vertical .mask {
  height: 100%;
}
.legacy-styling .or-spacer-vertical.left .mask:after {
  content: "";
  display: block;
  margin-left: -20px;
  width: 20px;
  height: 100%;
  border-radius: 12px/125px;
  box-shadow: 0 0 18px black;
}
.legacy-styling .or-spacer-vertical.right .mask:before {
  content: "";
  display: block;
  margin-left: 20px;
  width: 20px;
  height: 100%;
  border-radius: 12px/125px;
  box-shadow: 0 0 8px black;
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.legacy-styling a.section4.ui-link.is-selected span.cd-dot {
  background-color: #395C8B;
}
.legacy-styling .pagination {
  display: block;
  margin: 1em auto;
  text-align: center;
}
.legacy-styling .pagination:after {
  content: "";
  clear: both;
}
.legacy-styling .pagination-button {
  border-radius: 50%;
  color: #474444;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  margin: 3px;
  padding: 5px 10px;
  transition: background 0.1s, color 0.1s;
  width: 40px;
}
.legacy-styling .pagination-button:hover {
  background-color: #A16154;
  color: #fff;
}
.legacy-styling .pagination-button.active {
  background-color: #A16154;
  color: #fff;
}
.legacy-styling .pagination-button:first-of-type {
  border-radius: 18px 0 0 18px;
}
.legacy-styling .pagination-button:last-of-type {
  border-radius: 0 18px 18px 0;
}
.legacy-styling .pagination-button.first, .legacy-styling .pagination-button.last {
  background-color: #A16154;
  color: #fff;
  position: absolute;
  border-radius: 0;
  font-size: 40px;
  line-height: 25px;
}
.legacy-styling .pagination-button.first {
  left: 0;
}
.legacy-styling .pagination-button.last {
  right: 0;
}
.legacy-styling .heading {
  text-align: center;
  max-width: 500px;
  margin: 20px auto;
}
.legacy-styling .article-loop {
  display: block;
  padding: 1em 2em;
  margin: 1em auto;
  background-color: #fff;
  min-height: 800px;
}
.legacy-styling #large-land-image {
  padding-top: 60px;
}
.legacy-styling #the-result-image {
  padding-top: 50px;
}
.legacy-styling #celebrate-text {
  padding-bottom: 40px;
}
.legacy-styling #puzzle-image {
  padding-top: 80px;
  display: block;
  margin: auto;
}
.legacy-styling .small-tab-font {
  font-size: 21px !important;
}
.legacy-styling .sec1-right-icon-background.slick-arrow.slick-disabled, .legacy-styling .sec1-left-icon-background.slick-arrow.slick-disabled, .legacy-styling .sec3-right-icon-background.slick-arrow.slick-disabled, .legacy-styling .sec3-left-icon-background.slick-arrow.slick-disabled, .legacy-styling .sec4-right-icon-background.slick-arrow.slick-disabled, .legacy-styling .sec4-left-icon-background.slick-arrow.slick-disabled {
  visibility: hidden;
}
.legacy-styling .sec1-right-icon-background.slick-arrow {
  background: #4D6048;
  padding: 0 10px 5px 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  border-radius: 0;
  font-size: 80px;
  line-height: 55px;
  cursor: pointer;
}
.legacy-styling .sec1-left-icon-background.slick-arrow {
  background: #4D6048;
  padding: 0 10px 5px 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  color: #fff;
  border-radius: 0;
  font-size: 80px;
  line-height: 55px;
  cursor: pointer;
}
.legacy-styling .sec3-right-icon-background.slick-arrow {
  background: #9F9391;
  position: absolute;
  padding: 0 8px 5px 12px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  border-radius: 0;
  font-size: 80px;
  line-height: 55px;
  cursor: pointer;
}
.legacy-styling .sec3-left-icon-background.slick-arrow {
  background: #9F9391;
  padding: 0 12px 5px 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  color: #fff;
  border-radius: 0;
  font-size: 80px;
  line-height: 55px;
  cursor: pointer;
}
.legacy-styling .sec4-left-icon-background.slick-arrow {
  background: #293738;
  padding: 0 12px 5px 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  color: #fff;
  border-radius: 0;
  font-size: 80px;
  line-height: 55px;
  cursor: pointer;
}
.legacy-styling .sec4-right-icon-background.slick-arrow {
  background: #293738;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 8px 5px 12px;
  color: #fff;
  border-radius: 0;
  font-size: 80px;
  line-height: 55px;
  cursor: pointer;
}
.legacy-styling .fa-3x {
  color: #fff;
  cursor: pointer;
}
.legacy-styling .content-box.sec1-height {
  height: 81% !important;
  width: 84% !important;
}
.legacy-styling .content-box-spacing {
  left: 24px;
  width: 95%;
}
.legacy-styling .content-box-spacing-sec1 {
  left: 50px;
  width: 60%;
}
@media (max-width: 767px) {
  .legacy-styling body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .legacy-styling .slider-container {
    width: auto;
  }
  .legacy-styling p.description_content {
    font-size: 13px;
    padding: 10px 14px 0 15px;
  }
  .legacy-styling .reporting-info.box1 {
    background: url(/img/sec5/reporting_960x550.jpg) no-repeat;
    margin: 0;
  }
  .legacy-styling .reporting-group {
    width: 30%;
    margin: 0 auto;
  }
  .legacy-styling .description {
    width: auto;
    height: auto;
    margin: 0 0 60px 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .legacy-styling .name {
    position: absolute;
    top: 102px;
    margin: 0 20px 40px 9px;
    font-weight: 700;
    text-align: center;
    width: 100px;
  }
  .legacy-styling .member {
    float: left;
    width: 13%;
    margin: 40px 10px 45px 7px;
  }
  .legacy-styling p.description_content {
    padding: 5px 30px 0 28px;
  }
  .legacy-styling .description {
    width: auto;
    height: auto;
    margin: 0 0 110px 0;
  }
  .legacy-styling #last-primer {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .legacy-styling .slider-container {
    height: auto;
    width: auto;
  }
}
.legacy-styling #glossary-nav {
  background-color: #e7e7e7;
  color: #fff;
  font-size: 2em;
  margin-left: -7px !important;
  padding: 0.5ex;
  width: 580px !important;
}
.legacy-styling #glossary-nav.stick, .legacy-styling #resources-nav.stick {
  margin-top: 0 !important;
  position: fixed;
  top: 65px;
  z-index: 10000;
}

.legacy-styling {
  /* Smartphones (portrait and landscape) ----------- */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .legacy-styling #slider-left {
    float: none;
    width: 100%;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .legacy-styling #headercontent {
    width: 50%;
  }
  .legacy-styling #headercontent h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .legacy-styling #headercontent h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .legacy-styling .paralaxtext {
    padding: 100px 200px;
  }
  .legacy-styling .paralaxtext h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 960px) {
  .legacy-styling #slider-left {
    float: none;
    width: 100%;
    left: 0;
  }
}
@media only screen and (min-width: 960px) {
  .legacy-styling #headercontent h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .legacy-styling #headercontent h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .legacy-styling #slider-left {
    float: left;
    padding: 50px;
    width: 50%;
    left: 165px;
  }
  .legacy-styling #slider-right {
    float: left;
    width: 50%;
    left: 135px;
    margin-top: 20px;
  }
  .legacy-styling .or-spacer-vertical {
    display: inline-block;
    vertical-align: top;
  }
  .legacy-styling .bullet-list:before {
    top: 10px;
  }
  .legacy-styling .paralaxtext h2 {
    font-size: 45px;
  }
  .legacy-styling .proposal-container {
    margin: 0 150px;
  }
}
@media only screen and (min-width: 1224px) {
  .legacy-styling #headercontent h1 {
    padding: 28px 60px;
    font-size: 50px;
    line-height: 60px;
  }
  .legacy-styling #headercontent h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1824px) {
  .legacy-styling #headercontent h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 960px) {
  .legacy-styling #info {
    background: none;
    margin-left: 4px !important;
  }
  .legacy-styling #info:hover {
    background: none;
    margin-left: 4px !important;
  }
  .legacy-styling #my-loc {
    background: none;
    margin-left: 4px !important;
  }
  .legacy-styling #my-loc:hover {
    background: none;
    margin-left: 4px !important;
  }
  .legacy-styling #my-star {
    background: none;
    margin-left: 4px !important;
  }
  .legacy-styling #my-star:hover {
    background: none;
    margin-left: 4px !important;
  }
  .legacy-styling #my-download {
    background: none;
    margin-left: 4px !important;
  }
  .legacy-styling #my-download:hover {
    background: none;
    margin-left: 4px !important;
  }
  .legacy-styling a#resp-menu.responsive-menu {
    color: #fff !important;
    display: inline-block;
    font-size: 24px;
  }
  .legacy-styling .stickyheader {
    top: 55px;
  }
  .legacy-styling #cd-vertical-nav {
    position: fixed;
    top: 0;
    z-index: 9999;
  }
  .legacy-styling #cd-vertical-nav span.cd-dot {
    background-color: transparent;
  }
  .legacy-styling nav .main-nav {
    display: block;
    background: #374147;
  }
  .legacy-styling .repimenu {
    display: block;
  }
  .legacy-styling .menu-close {
    display: none;
    background-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    padding: 0 10px;
    margin-left: 20px;
  }
  .legacy-styling ul.repimenu {
    margin-top: 0;
    padding-left: 0;
  }
  .legacy-styling .repimenu li {
    display: inline-block;
    position: relative;
    z-index: 100;
  }
  .legacy-styling .repimenu li .nav-numbers {
    color: #333 !important;
  }
  .legacy-styling .repimenu li:first-child {
    margin-left: 0;
  }
  .legacy-styling .repimenu li a {
    font-weight: 600;
    text-decoration: none;
    padding: 10px;
    display: block;
    color: #4D6048 !important;
    transition: all 0.2s ease-in-out 0s;
    text-decoration: none;
  }
  .legacy-styling .repimenu li a:hover, .legacy-styling .repimenu li:hover > a {
    color: #fff !important;
    background: #FF675C;
  }
  .legacy-styling .repimenu li:hover .nav-numbers {
    color: #333 !important;
  }
  .legacy-styling .repimenu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 170px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 99;
    transform: translate(0, 20px);
    transition: all 0.2s ease-out;
  }
  .legacy-styling .repimenu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
  }
  .legacy-styling .repimenu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
  }
  .legacy-styling .repimenu ul li a {
    font-size: 12px;
    font-weight: normal;
    display: block;
    color: #797979;
    background: #fff;
  }
  .legacy-styling .repimenu li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
  .legacy-styling .repimenu ul ul {
    left: 169px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px, 20px);
    transition: all 0.2s ease-out;
  }
  .legacy-styling .repimenu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
  }
  .legacy-styling .repimenu li > ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }
  .legacy-styling .responsive-menu {
    display: none;
    width: 100%;
    padding: 15px;
    background: #374147;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
  }
  .legacy-styling .responsive-menu:hover {
    background: #374147;
    color: #fff;
    text-decoration: none;
  }
  .legacy-styling a.homer {
    background: #FF675C;
  }
  .legacy-styling #cd-vertical-nav ul.repimenu li a span.cd-dot span.tooltip.on-white {
    color: #333 !important;
  }
  .legacy-styling .mainWrap {
    width: auto;
    padding: 50px 20px;
  }
  .legacy-styling .repimenu {
    display: none;
  }
  .legacy-styling .responsive-menu {
    display: block;
  }
  .legacy-styling nav {
    margin: 0;
    background: none;
  }
  .legacy-styling .repimenu li {
    border-bottom: 1px solid #333;
    display: block;
    margin: 0;
  }
  .legacy-styling .repimenu li a {
    background: #fff;
    color: #797979;
  }
  .legacy-styling .repimenu li a .nav-numbers::after {
    content: ".";
  }
  .legacy-styling .repimenu li a:hover, .legacy-styling .repimenu li:hover > a {
    background: #dcdcdc;
    color: #333 !important;
  }
  .legacy-styling .repimenu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    transform: initial;
  }
  .legacy-styling .repimenu li:hover > ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    transform: initial;
  }
  .legacy-styling .repimenu ul ul {
    left: 0;
    transform: initial;
  }
  .legacy-styling .repimenu li > ul ul:hover {
    transform: initial;
  }
}
.booked-cards > .row {
  width: 100%;
}
.booked-cards > .row > .col {
  min-width: 360px;
  margin-bottom: 30px;
}
.booked-cards > .row > .col:nth-child(1) {
  margin-left: 0;
  padding-left: 0;
}
.booked-cards > .row > .col:nth-last-child(1) {
  margin-right: 0;
  padding-right: 0;
}
.booked-cards .card-title {
  color: #002c4c;
  font-size: 24px;
}
.booked-cards .card-subtitle {
  font-size: 20px;
}

.booked-card {
  padding-top: 24px;
  padding-left: 59px;
  background-color: transparent;
  border: none;
}
.booked-card .card-footer {
  background-color: transparent;
  border-top: none;
}
.booked-card .card-body {
  padding-left: 37.5px;
}
.booked-card .card-body .card-title, .booked-card .card-body .card-subtitle {
  margin-left: -15px;
}
.booked-card .card-body ul {
  margin-left: 0;
  padding-left: 20px;
}
.booked-card .card-body, .booked-card .card-footer {
  margin-left: 54px;
}

.book-surfaces {
  position: absolute;
  width: 100%;
  height: 100%;
}

.booked-card {
  z-index: 20;
}
.modal .booked-card {
  z-index: 1070;
}
.booked-card .card-body, .booked-card .card-footer {
  z-index: 1;
}
.modal .booked-card .card-body, .modal .booked-card .card-footer {
  z-index: 1051;
}

.book-front {
  position: absolute;
  top: -24px;
  left: -59px;
  z-index: 2;
  width: 118px;
  height: 122px;
  background-color: #002c4c;
}
.modal .book-front {
  z-index: 1052;
}

.book-front, .book-insert {
  border-top-right-radius: 30px;
}

.book-insert {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 59px;
  bottom: 24px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: #f2f4f6;
}
.modal .book-insert {
  z-index: 1050;
}

.book-back {
  position: absolute;
  top: 63px;
  left: -59px;
  z-index: -1;
  transform: rotate(34.8deg);
  transform-origin: bottom left;
  width: 78px;
  height: 35px;
  background-color: #0067a2;
}
.modal .book-back {
  z-index: 1049;
}

@media (min-width: 992px) {
  .booked-card-modal .modal-lg, .booked-card-modal .modal-appendices .modal-dialog, .modal-appendices .booked-card-modal .modal-dialog, .booked-card-modal .modal-md-lg, .booked-card-modal .modal-xl {
    max-width: 875px;
  }
}
.card.modalish-card button.close,
.card.modalish-card .btn-close {
  display: none;
}
.card.modalish-card.show .btn-learnmore {
  display: none;
}
.card.modalish-card.show button.close,
.card.modalish-card.show .btn-close {
  display: block;
  float: right;
}

.card.modalish-card.show {
  animation: growTheBox 0.25s ease-in-out 0s 1 normal both;
}
.card.modalish-card.show .book-insert {
  margin-right: -33px;
}

.card.modalish-card {
  perspective-origin: center;
}

.card.modalish-card .start-hidden.grow-ltr {
  display: none;
  transform-origin: left;
  transform: perspective(600px) rotateY(90deg);
}

.card.modalish-card .start-hidden.grow-ltr.show {
  display: block;
  animation: showLtR 0.25s ease-in-out 0s 1 normal both;
}

.card.modalish-card .start-hidden.grow-ttb {
  display: none;
  transform-origin: top;
  transform: perspective(600px) rotateX(90deg);
}

.card.modalish-card .start-hidden.grow-ttb.show {
  display: block;
  animation: showTtB 0.25s ease-in-out 0s 1 normal both;
}

@keyframes showTtB {
  0% {
    transform-origin: top;
    transform: perspective(600px) rotateX(-90deg);
  }
  100% {
    transform-origin: top;
    transform: perspective(600px) rotateX(0deg);
  }
}
@keyframes showLtR {
  0% {
    transform-origin: left;
    max-height: 300px;
    transform: perspective(600px) rotateY(90deg);
  }
  100% {
    transform-origin: left;
    max-height: 100%;
    transform: perspective(600px) rotateY(0deg);
  }
}
@keyframes growTheBox {
  0% {
    z-index: 1050;
    width: 100%;
    height: 100%;
  }
  100% {
    width: 200%;
    z-index: 1050;
  }
}
@media (min-width: 1440px) {
  .booked-cards > .row {
    width: 90%;
  }
}
.border-primary {
  border-color: #50583e !important;
}

.btn, .horiz-accordion-box .horiz-list li a, .btn-learnmore, .btn-learnMore {
  border-radius: 0;
}

.ui-page-theme-a a, html .ui-bar-a a, html .ui-body-a a, html body .ui-group-theme-a a {
  color: unset;
  font-weight: unset;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 0.9;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

span.carousel-control-prev-icon {
  background: none;
  width: 100%;
  height: 100px;
}

span.carousel-control-prev-icon:before {
  content: "<";
  font-size: 45px;
  color: white;
  font-weight: 900;
  line-height: 0px;
  text-shadow: 0 0 5px black;
}

span.carousel-control-next-icon {
  background: none;
  width: 100%;
  height: 100px;
}

span.carousel-control-next-icon:before {
  content: ">";
  font-size: 45px;
  color: white;
  font-weight: 900;
  line-height: 0px;
  text-shadow: 0 0 5px black;
}

.prevnext {
  opacity: 0.9;
}
.prevnext:hover {
  opacity: 1;
}

.repi-carousel a.prevnext:hover,
.repi-carousel a.prevnext:focus {
  color: #50583e;
}

.repi-carousel a.prevnext .fas {
  font-size: 2rem;
}

.carousel-indicators li {
  border: 1px solid #50583e;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  line-height: 30px;
  text-align: center;
  text-overflow: clip;
  opacity: 1;
  text-indent: 0;
  font-weight: bold;
}

.carousel-indicators .active {
  background: #50583e;
  color: white;
}

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

.clickable {
  cursor: pointer;
}

.start-hidden {
  display: none;
}

.modalish-bgrnd {
  filter: opacity(0.5);
}

.tabbox.nav-tabs {
  border-color: #e2e2e2;
  border-width: 0 0 3px 0;
}
.tabbox.nav-tabs .nav-item {
  margin-bottom: -2px;
  margin-right: 7.5px;
}
.tabbox.nav-tabs .nav-link, .tabbox.nav-tabs .repi-page-menu .page-nav-link, .repi-page-menu .tabbox.nav-tabs .page-nav-link {
  font-weight: medium;
}
.tabbox.nav-tabs .nav-link.active, .tabbox.nav-tabs .repi-page-menu .active.page-nav-link, .repi-page-menu .tabbox.nav-tabs .active.page-nav-link {
  border-color: #72a84b;
  border-width: 0 0 3px;
}
.tabbox.nav-tabs + .tab-content {
  padding: 15px;
  margin-bottom: 30px;
}
.tabbox.nav-tabs + .tab-content {
  padding: 15px;
}

.tab-container {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 60px;
}

.page-nav-list {
  width: 330px;
}

.table td, .table th {
  border-top: none;
  border-right: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  border-left: none;
  color: #333;
}
.table thead th {
  border-top: none;
  border-right: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  border-left: none;
  color: #333;
  background-color: #002c4c;
  border-bottom-width: 2px;
  color: white;
  vertical-align: middle;
  text-align: center;
}
.table thead th.blank {
  border: none;
  background: transparent;
}
.table tbody th {
  border-top: none;
  border-right: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  border-left: none;
  color: #333;
  background-color: #50583e;
  border-right-width: 2px;
  color: white;
  vertical-align: middle;
  text-align: center;
}

#home-container {
  padding: 0 90px 75px;
}
#home-container .aside-column .on-h1-level {
  line-height: 50px;
  padding-bottom: 5px;
}

.page-content-container {
  padding-top: 0.1px;
}

h1, .h1 {
  font-family: "Merriweather", "", serif;
  font-weight: 700;
  color: #50583e;
  margin: 30px 0;
  font-size: 40px;
  line-height: 50px;
}

h2, .h2, aside > h3,
.aside-dark > h3,
.aside-image > h3,
h3, .h3, .flowchart-step .step-title,
h4, .h4,
h5, .h5, .modal-t1-light h1, .modal-appendices h1, .modal-t1-light .h1, .modal-appendices .h1,
h6, .h6, .modal-t1-light h2, .modal-appendices h2, .modal-t1-light .h2, .modal-appendices .h2, .modal-t1-light aside > h3, .modal-appendices aside > h3,
.modal-t1-light .aside-dark > h3,
.modal-appendices .aside-dark > h3,
.modal-t1-light .aside-image > h3,
.modal-appendices .aside-image > h3 {
  font-family: "Roboto", "", sans-serif;
  font-weight: 500;
  color: #50583e;
  margin: 30px 0px;
  font-size: 30px;
  line-height: 40px;
}

h3, .h3, .flowchart-step .step-title {
  font-size: 26px;
  line-height: 1.1em;
  margin: 1em 0;
}

h4, .h4 {
  font-size: 22px;
  line-height: 1.1em;
  margin: 1em 0;
}

h5, .h5, .modal-t1-light h1, .modal-appendices h1, .modal-t1-light .h1, .modal-appendices .h1 {
  font-size: 20px;
  line-height: 1.1em;
  margin: 1em 0;
}

h6, .h6, .modal-t1-light h2, .modal-appendices h2, .modal-t1-light .h2, .modal-appendices .h2, .modal-t1-light aside > h3, .modal-appendices aside > h3,
.modal-t1-light .aside-dark > h3,
.modal-appendices .aside-dark > h3,
.modal-t1-light .aside-image > h3,
.modal-appendices .aside-image > h3 {
  font-size: 18px;
  line-height: 1.1em;
  margin: 1em 0;
}

body {
  font-family: "Roboto", "", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  line-height: 1.5em;
}

a, a:link {
  color: #50583e;
}

a:visited {
  color: #3d432f;
  font-weight: 500;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
  position: relative;
  top: 1px;
}

a.carousel-control-prev:active,
a.carousel-control-next:active {
  position: absolute;
}

.text-small {
  font-size: 0.8em;
}

a,
.ui-page-theme-a a,
html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {
  font-weight: 700;
  color: #50583e;
  text-decoration: none;
}
a a, a a:link,
.ui-page-theme-a a a,
.ui-page-theme-a a a:link,
html .ui-bar-a a a,
html .ui-bar-a a a:link,
html .ui-body-a a a,
html .ui-body-a a a:link,
html body .ui-group-theme-a a a,
html body .ui-group-theme-a a a:link {
  color: #50583e;
}
a a:visited,
.ui-page-theme-a a a:visited,
html .ui-bar-a a a:visited,
html .ui-body-a a a:visited,
html body .ui-group-theme-a a a:visited {
  color: #3d432f;
  font-weight: 500;
}
a a:hover,
.ui-page-theme-a a a:hover,
html .ui-bar-a a a:hover,
html .ui-body-a a a:hover,
html body .ui-group-theme-a a a:hover {
  text-decoration: underline;
}
a a:active,
.ui-page-theme-a a a:active,
html .ui-bar-a a a:active,
html .ui-body-a a a:active,
html body .ui-group-theme-a a a:active {
  text-decoration: none;
  position: relative;
  top: 1px;
}
a a.carousel-control-prev:active,
a a.carousel-control-next:active,
.ui-page-theme-a a a.carousel-control-prev:active,
.ui-page-theme-a a a.carousel-control-next:active,
html .ui-bar-a a a.carousel-control-prev:active,
html .ui-bar-a a a.carousel-control-next:active,
html .ui-body-a a a.carousel-control-prev:active,
html .ui-body-a a a.carousel-control-next:active,
html body .ui-group-theme-a a a.carousel-control-prev:active,
html body .ui-group-theme-a a a.carousel-control-next:active {
  position: absolute;
}

body, #repi-body {
  background-color: white;
}

#repi-body > header nav,
#repi-body > footer nav {
  height: 60px;
}
#repi-body > header nav li,
#repi-body > footer nav li {
  display: flex;
  align-items: center;
}
#repi-body > header nav a,
#repi-body > footer nav a {
  font-family: "Roboto", "", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.5rem;
  padding-bottom: 3px;
  border-bottom: 5px solid transparent;
}
#repi-body > header nav a:hover,
#repi-body > footer nav a:hover {
  text-decoration: underline;
}
#repi-body > header nav .dropdown-menu,
#repi-body > footer nav .dropdown-menu {
  border-radius: 0;
}
#repi-body > header nav .dropdown-item,
#repi-body > footer nav .dropdown-item {
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}
#repi-body > header nav .dropdown-item.active, #repi-body > header nav .dropdown-item:active,
#repi-body > footer nav .dropdown-item.active,
#repi-body > footer nav .dropdown-item:active {
  background-color: transparent;
}
#repi-body li.dropdown-item.active, #repi-body li.dropdown-item:active {
  background-color: transparent;
}
/* #repi-body > header.header-nav nav {
  background-color: white;
  color: #333;
  border-bottom: 1px solid #e2e2e2;
} */

#repi-body > header.header-nav nav {
  /* position: fixed; */
  background-color: white;
  top: 5;
  width: 100%;
  z-index: 5;
  background-image: url("/img/101_bar.png");
  background-position: 0% 110%;
  background-repeat: repeat-x;
  /* padding-bottom: $nav-link-padding-y + $navbar-padding-y + $decorative-border-size-in-rem; */
  padding-bottom: 1.125rem;
}

#repi-body > header.header-nav nav .nav-link, #repi-body > header.header-nav nav .repi-page-menu .page-nav-link, .repi-page-menu #repi-body > header.header-nav nav .page-nav-link {
  padding: unset 0;
  margin-right: 8px;
  margin-left: 38px;
  padding-right: 0;
  padding-left: 0;
  white-space: nowrap;
  color: #333;
  text-decoration: none;
}
#repi-body > header.header-nav nav .nav-link:hover, #repi-body > header.header-nav nav .repi-page-menu .page-nav-link:hover, .repi-page-menu #repi-body > header.header-nav nav .page-nav-link:hover {
  text-decoration: underline;
}
#repi-body > header.header-nav nav .nav-link:first-child, #repi-body > header.header-nav nav .repi-page-menu .page-nav-link:first-child, .repi-page-menu #repi-body > header.header-nav nav .page-nav-link:first-child {
  margin-left: 15.5px;
}
#repi-body > header.header-nav nav .active > a {
  font-weight: 700;
  color: #50583e;
  text-decoration: none;
  color: #50583e;
  border-bottom: 5px solid #50583e;
}
#repi-body > header.header-nav nav .active > a:hover {
  text-decoration: none;
}
#repi-body > header.header-nav nav .dropdown-menu {
  border-top: 0;
  margin-left: -2px;
  padding-bottom: 0;
}
#repi-body > header.header-nav nav .dropdown-item.active {
  color: #333;
  font-weight: bold;
}
#repi-body > header.header-nav nav .dropdown-item:hover {
  background-color: #e5ecdd;
}
#repi-body > header.header-nav nav .dropdown-item:active {
  color: #333;
}
#repi-body > header.header-banner {
  margin-top: 59px;
  margin-bottom: 30px;
}
#repi-body > header .banner {
  position: relative;
  color: white;
  background-color: #50583e;
}
#repi-body > header .banner .banner-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 900;
}
#repi-body > header .banner #banner-text-as-image {
  margin-left: 15px;
}
#repi-body > header .banner .headings {
  position: relative;
  z-index: 910;
  height: 100%;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 60px;
}
#repi-body > header .banner .headings .headings-text.col-10 {
  flex: 0 0 87.999999999%;
  max-width: 87.999999999%;
}
#repi-body > header .banner .headings div.dod-seal {
  height: 57%;
  margin-top: 27.8%;
}
#repi-body > header .banner .headings div.dod-seal.col-2 {
  flex: 0 0 12%;
  max-width: 12%;
}
#repi-body > header .banner .headings div.dod-seal img {
  height: 100%;
}
#repi-body > header .banner .headings h1, #repi-body > header .banner .headings h2, #repi-body > header .banner .headings h3 {
  font-family: "Libre Franklin", "", sans-serif;
  text-transform: uppercase;
  margin: inherit;
  color: white;
}
#repi-body > header .banner .headings h1 {
  font-size: 65px;
  font-weight: 800;
  margin: 20px 0;
}
#repi-body > header .banner .headings h2 {
  font-size: 18px;
  line-height: 1.8;
  margin: 20px 0;
}
#repi-body > header .banner .headings h3 {
  font-size: 12px;
}
#repi-body > header .banner a {
  color: white;
  text-decoration: none;
}
#repi-body > footer nav a {
  margin-right: 90px;
}
#repi-body > footer nav li.active a {
  font-weight: 700;
  color: #50583e;
  text-decoration: none;
  color: white;
  font-weight: bold;
}
#repi-body > footer nav li.active a:hover {
  text-decoration: none;
}
#repi-body > footer nav .dropdown-menu {
  padding-top: 0;
  padding-bottom: 9px;
  border-bottom: 0;
  background-color: #50583e;
}
#repi-body > footer nav li.active a.dropdown-item {
  font-weight: normal;
}
#repi-body > footer nav li.active a.dropdown-item.active {
  font-weight: bold;
  text-decoration: none;
}
#repi-body > footer nav .dropdown-item {
  background-color: #50583e;
}
#repi-body > footer nav .dropdown-item:focus {
  color: white;
}
#repi-body > footer nav .dropdown-item:hover {
  color: white;
  background-color: #444b35;
}
#repi-body > footer nav .dropdown-item:active {
  color: white;
  text-decoration: none;
}
#repi-body > footer .banner p {
  margin-bottom: 0;
}

header .navbar-brand {
  height: 100%;
}
header .navbar-brand img.dod-seal {
  width: 45px;
  height: 45px;
  margin-left: 3px;
}
header .navbar-brand h1 {
  font-family: "Libre Franklin", "", sans-serif;
  text-transform: uppercase;
  line-height: 1rem;
  margin: 0;
  padding: 0;
  border: none;
  width: initial;
  height: initial;
  white-space: nowrap;
  font-size: 2.2rem;
  font-weight: 800;
}
header .navbar-brand h2, header .navbar-brand h3 {
  font-family: "Libre Franklin", "", sans-serif;
  text-transform: uppercase;
  line-height: 1rem;
  margin: 0;
  padding: 0;
  border: none;
  width: initial;
  height: initial;
  white-space: nowrap;
  font-size: 1rem;
}

footer.page-footer {
  background-color: #50583e;
}
footer.page-footer, footer.page-footer p,
footer.page-footer li.active a,
footer.page-footer a {
  color: #fafafa;
}
footer.page-footer li.active a.dropdown-item {
  color: #333;
}
footer.page-footer li.active a.dropdown-item:active, footer.page-footer li.active a.dropdown-item.active {
  color: #fafafa;
}
footer.page-footer .banner {
  height: 231px;
  background: url("/img/dev-01/repi-footer.png");
  background-size: cover;
  padding: 30px 90px 60px;
}
footer.page-footer .banner .banner-text-box {
  height: 100%;
  top: 30px;
  border-top-left-radius: 66px;
  border-bottom-left-radius: 66px;
  background-color: #50583e;
}
h1:not(.no-underline)::after {
  border-bottom: 5px solid #50583e;
  width: 90px;
  margin-top: 30px;
  content: " ";
  width: 90px;
  display: block;
}

h1.no-underline, .modal-t1-light h1, .modal-appendices h1, .modal-t1-light h1.h1, .modal-appendices h1.h1, #repi-body > header.header-nav .navbar-brand h1 {
  margin-bottom: 0;
}
h1.no-underline + h1, .modal-t1-light h1 + h1, .modal-appendices h1 + h1, .modal-t1-light h1.h1 + h1, .modal-appendices h1.h1 + h1, #repi-body > header.header-nav .navbar-brand h1 + h1 {
  margin-top: 0;
  padding-top: 0;
  height: 70px;
}

figure span.anchor,
h1 span.anchor,
h2 span.anchor {
  position: relative;
  top: -70px;
  height: 10px;
  width: 10px;
  background: transparent;
  border: none;
  display: block;
}

figure span.anchor {
  top: -60px;
}

aside,
.aside-dark,
.aside-image {
  color: #fafafa;
}
aside h2,
aside h3,
aside div,
aside p,
aside ul,
aside ol,
aside li,
aside a,
aside a:active,
.aside-dark h2,
.aside-dark h3,
.aside-dark div,
.aside-dark p,
.aside-dark ul,
.aside-dark ol,
.aside-dark li,
.aside-dark a,
.aside-dark a:active,
.aside-image h2,
.aside-image h3,
.aside-image div,
.aside-image p,
.aside-image ul,
.aside-image ol,
.aside-image li,
.aside-image a,
.aside-image a:active {
  color: #fafafa;
}

.aside-light,
.aside-light h2,
.aside-light h3,
.aside-light div,
.aside-light p,
.aside-light ul,
.aside-light ol,
.aside-light li,
.aside-light a,
.aside-light a:active {
  color: #333;
}

aside,
.aside-dark,
.aside-image {
  padding: 30px;
  margin-bottom: 15px;
  background-color: #1f3016;
}
aside > h2, aside > h3,
.aside-dark > h2,
.aside-dark > h3,
.aside-image > h2,
.aside-image > h3 {
  font-size: 30px;
  margin: 0 0 15px;
}
aside button,
.aside-dark button,
.aside-image button {
  margin: 0.1rem 0;
}

.aside-image {
  position: relative;
  padding: 0;
}
.aside-image > .backdrop, .aside-image > img {
  position: relative;
  z-index: inherit;
}
.aside-image > .text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  z-index: 510;
}
.aside-image > .text > h2, .aside-image > .text > h3 {
  margin: 0;
}

.aside-light {
  background-color: #eeefea;
}

.row-of-asides {
  min-height: 266.77px;
}

.img-box > img {
  width: 100%;
}

.caption, .cd-section .caption p, body .cd-section .caption {
  font-size: 16px;
  margin: 0.25em 1em;
}

figcaption.title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 20px;
  font-style: italic;
  color: #50583e;
  line-height: 1.5;
}

.repi-carousel {
  padding: 15px 5%;
  margin-bottom: 62px;
  background-color: #eeefea;
}
.repi-carousel a.prevnext {
  width: 5%;
}
.repi-carousel a.prevnext:hover, .repi-carousel a.prevnext:focus {
  color: #50583e;
}
.repi-carousel a.prevnext .fas {
  font-size: 2rem;
}
.carousel-item.text-only {
  padding-left: 60px;
  padding-right: 60px;
}

.carousel-indicators {
  position: absolute;
  bottom: -47px;
  left: 0;
  right: 0;
  margin-bottom: 0;
}
.carousel-indicators .active {
  background: #50583e;
  color: white;
}

.horiz-accordion-box .horiz-list {
  margin-left: 0;
  padding-left: 0;
}
.horiz-accordion-box .horiz-list li {
  display: inline-block;
  font-family: "Roboto Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.horiz-accordion-box .horiz-list li a {
  text-decoration: none;
  background-color: #e5ecdd;
  border-color: #dae0d2;
}
.horiz-accordion-box .horiz-list .w-100, .horiz-accordion-box .horiz-list .nainso-row::before, .horiz-accordion-box .horiz-list .nainso-row::after, .horiz-accordion-box .horiz-list .nainso-row, .horiz-accordion-box .horiz-list .repi-carousel img, .repi-carousel .horiz-accordion-box .horiz-list img {
  height: 15px;
}
.horiz-accordion-box .accordion .card-header {
  display: none !important;
}
.horiz-accordion-box .accordion .card {
  border-top: none;
}
.horiz-accordion-box .accordion .card .collapse.show {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.learn-more-deck {
  margin: 1em 0;
}
.learn-more-deck .card {
  background: #002b4b !important;
  font-size: 16px;
  padding: 15px;
  padding-bottom: 0;
}
@media (min-width: 576px) {
  .learn-more-deck {
    gap: 15px;
  }
  .learn-more-deck.row-of-three .card {
    margin: 0;
    flex: 1 0 32%;
  }
}
.learn-more-deck .card-title {
  color: white;
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
}
.learn-more-deck .card-body {
  margin: 15px 0;
  padding: 0;
  display: flex;
}
.learn-more-deck .card-img {
  margin: auto;
  height: 4rem;
  width: auto;
}
.learn-more-deck .card-footer {
  padding: 0;
}
.learn-more-deck .card-footer .card-text {
  line-height: 3rem;
}

.popover {
  top: -60px !important;
}

.popover-header {
  font-size: 1rem;
  margin: 0;
  text-transform: uppercase;
}

.popover .close,
.popover-header {
  line-height: 1rem;
  padding: 15px;
}

.repilist {
  margin-left: 40px;
  padding-left: 0;
  list-style-type: none;
  position: relative;
}
.repilist dt {
  margin-top: 1em;
}
.repilist li::before, .repilist dt::before {
  color: #50583e;
  position: absolute;
  left: -40px;
  content: "•";
}
.repilist.checks li::before, .repilist.checks dt::before {
  font-family: FontAwesome;
  content: "\f058";
}
.repilist.bullets li::before, .repilist.bullets dt::before {
  font-family: FontAwesome;
  content: "\f45c";
  font-size: 0.9rem;
}

nav#pagemenu-nav {
  width: 360px;
  z-index: 1020;
}
nav#pagemenu-nav.sticky-top {
  top: 75px;
}
nav#pagemenu-nav ul {
  padding-left: 0;
}
nav#pagemenu-nav ul li.page-nav-link.active {
  background-color: #0f180b;
}
nav#pagemenu-nav ul li.page-nav-link a {
  text-decoration: none;
}
nav#pagemenu-nav ul.resources li.page-nav-link {
  background-color: #002c4c;
}
nav#pagemenu-nav ul.resources li.page-nav-link.active {
  background-color: #001829;
}
nav#pagemenu-nav li.page-nav-link {
  background: #1f3016;
  opacity: 0.9;
  font-size: 16px;
  line-height: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 6px;
  margin-left: 0;
}
nav#pagemenu-nav li.page-nav-link {
  margin-left: 0;
  padding: 0;
}
nav#pagemenu-nav li.page-nav-link:first-child {
  margin-top: 0;
}
nav#pagemenu-nav li.page-nav-link a {
  display: flex;
  min-height: 45px;
  align-items: center;
  padding: 0.5rem 0.5rem 0.5rem 30px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
}
nav#pagemenu-nav li.page-nav-link a i {
  position: absolute;
  left: 0;
  font-size: 1.3rem;
  width: 60px;
  text-align: center;
  padding-left: 7.5px;
}
nav#pagemenu-nav li.page-nav-link a.active {
  font-weight: bold;
  background-color: #0f180b;
}

.textover-item {
  height: 100%;
  position: relative;
  width: 100%;
}
.textover-item img {
  width: 100%;
}
.textover-item .trigger {
  position: relative;
}
.textover-item .trigger .description {
  position: absolute;
  top: 25%;
  left: 0;
  text-align: center;
  width: 100%;
  height: 35%;
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.textover-item .trigger .description .description_content {
  padding: 2em;
  margin: 0;
  font-size: 1.1rem;
  text-align: center;
  font-weight: 700;
  color: #000;
}

.textover-set {
  position: relative;
  overflow: hidden;
}

.displayed-textover {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
}
.displayed-textover * {
  color: black;
}
.displayed-textover .text-overlay {
  padding: 15px 30px 30px;
  background-color: rgba(255, 255, 255, 0.6);
  height: 100%;
  width: 100%;
}
.displayed-textover .heading {
  text-align: center;
  display: flex;
  flex-direction: row-reverse;
}
.displayed-textover .heading > * {
  flex-grow: 1;
}
.displayed-textover .heading > .close {
  flex-grow: 0;
}

.growing-box2 {
  width: 45%;
  max-height: initial;
  transition: 1s linear;
  overflow: hidden;
}
.growing-box2.active {
  width: 100%;
  max-height: 1500px;
  background: #e2e2e2;
}

#impacts-box .portion.buttonish {
  background-color: #e2e2e2;
  padding: 1em;
  padding-left: 5em;
}

.modal.impacts-modal .modal-dialog {
  max-width: 1000px;
  background-color: #e2e2e2;
  padding: initia;
}
.modal.impacts-modal .card-img {
  width: 100px;
  height: 100px;
  background-color: 1px solid #e2e2e2;
}

.modal-header, .modal-body, .modal-footer {
  border-radius: 0;
}

.modal-header {
  padding-bottom: 0;
}
.modal-header .tab-container {
  border: none;
  margin-bottom: 0;
}

.modal-t3-dark .modal-content {
  background-color: #002c4c;
  border-top-right-radius: 30px;
}
.modal-t3-dark .modal-header {
  padding: 30px 30px 0 30px;
  border-bottom: none;
}
.modal-t3-dark .modal-title,
.modal-t3-dark .close {
  font-size: 24px;
  color: #72a84b;
  opacity: initial;
}
.modal-t3-dark .modal-title {
  margin: 0 0 15px;
}
.modal-t3-dark .modal-body {
  padding: 0 30px;
}
.modal-t3-dark .modal-body, .modal-t3-dark .modal-body p {
  color: #fafafa;
}
.modal-t3-dark .modal-subtitle {
  margin-top: 0;
  font-size: 20px;
  color: white;
}
.modal-t3-dark .modal-footer {
  padding: 0;
  border-top: none;
}
.modal-t3-dark .modal-footer.image > * {
  margin: 0;
  width: 100%;
}

body {
  position: relative;
}

@media (min-width: 992px) {
  .modal-md-lg {
    max-width: 610px;
  }
}
nav#pagemenu-nav {
  display: none;
  width: 360px;
}

body {
  background-color: lightgrey;
}

#repi-body {
  padding-left: 0;
  padding-right: 0;
}

header.header-nav .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
header .navbar-brand h2, header .navbar-brand h3 {
  font-size: 0.5rem;
}
header .banner {
  height: 175px;
}
header .banner img.banner-img {
  display: none;
}
header.splash {
  height: 940px;
}

#navbarSupportedContent li.nav-item {
  background-color: white;
  border: 1px solid #eee;
}
#navbarSupportedContent li.nav-item:hover {
  background-color: #eee;
}

footer {
  margin-top: 15px;
}
footer .banner {
  height: 231px;
}

.repi-carousel {
  padding: 15px 6%;
}

.repi-carousel .carousel-item {
  height: 565px;
  overflow-y: auto;
}

@media (min-width: 768px) {
  header .banner {
    overflow: clip;
  }
  header .banner img.banner-img {
    display: inherit;
    left: 0;
    right: initial;
  }
  header .navbar-brand h2, header .navbar-brand h3 {
    font-size: 1rem;
  }

  .repi-carousel .carousel-item {
    height: 640px;
  }
}
@media (min-width: 992px) {
  #navbarSupportedContent li.nav-item {
    border: none;
  }
  #navbarSupportedContent li.nav-item:hover {
    background-color: none;
  }

  header .navbar-brand h2, header .navbar-brand h3 {
    font-size: 0.5rem;
  }

  nav#pagemenu-nav li.page-nav-link a {
    padding-left: 60px;
  }
  nav#pagemenu-nav .sections li.page-nav-link a {
    padding-left: 30px;
  }

  nav#pagemenu-nav {
    display: inherit;
  }

  body #repi-content {
    margin-left: 360px;
  }

  #resilience-resources-container #repi-content {
    margin-left: auto;
    padding-right: inherit;
    padding: 0 90px 75px;
  }
  #resilience-resources-container #resource-items-list {
    margin-left: 360px;
  }
  #resilience-resources-container #form-filter-sidebar {
    width: 330px;
  }
}
@media (min-width: 1200px) {
  header .navbar-brand h2, header .navbar-brand h3 {
    font-size: 1rem;
  }
  header .banner img.banner-img {
    right: 0;
  }

  .repi-carousel {
    padding: 15px 5%;
  }

  .repi-carousel .carousel-item {
    height: 750px;
  }
}
@media (min-width: 1440px) {
  .header-nav .container-fluid, .header-nav .container-sm, .header-nav .container-md, .header-nav .container-lg, .header-nav .container-xl, .header-nav .container-xxl,
#repi-body {
    max-width: 1440px;
  }

  footer.page-footer .banner .banner-text-box {
    margin: 0 270px 0 90px;
  }

  .repi-carousel .carousel-item {
    height: 775px;
  }
}
/* ==== BEGIN project examples ==== */
.proj_examples .head {
  display: flex;
  justify-content: start;
  margin-bottom: 1rem;
}

.proj_examples .head .thumb {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-height: 75px;
  margin-right: 15px;
  /* same color as "lightestborder": */
  background-color: #e2e2e2;
}

.proj_examples .head img {
  /* max out at 80% of .thumb's w & h. */
  max-height: 60px;
  max-width: 80px;
  /* Change initial green to black */
  filter: saturate(0) brightness(0);
}

#exa-earle .head img {
  height: 60px;
}

.proj_examples .head h2 {
  margin: 0;
  margin-bottom: 10px;
}

.proj_examples .head h3 {
  margin: 0;
  font-size: 22px;
}

.proj_examples .details {
  padding: 1.65rem;
  /* 1.5 em @ 18px */
  /* same color as "lightestborder": */
  background-color: #e2e2e2;
}

.proj_examples .details.row {
  margin-left: 0;
  margin-right: 0;
}

.proj_examples .details > ul {
  margin-bottom: 0;
}

.proj_examples .details-on-side .details > ul {
  margin-bottom: 1.1rem;
}

.proj_examples .details li {
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  /* Move bullets inside, or overflow:hidden will hide them. */
  /* list-style-position: inside; */
}

.proj_examples .image img {
  max-width: 100%;
}

.proj_examples article {
  margin-bottom: 60px;
}

/* Default example has details below description, and image alongside the bullets. */
/* ==== END project examples ==== */
#home-container .aside-light a {
  color: #fafafa;
}

.displayed-textover .text-overlay {
  overflow-y: auto;
}

#repi101-container #primer-list {
  display: flex;
}

#repi101-container .half-list {
  /* flex-grow: 0; */
  /* flex-shrink: 0; */
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
}

#repi101-container .half-list:first-child {
  margin-right: 15px;
}

#repi101-container .half-list:last-child {
  margin-left: 15px;
}

#home-container .aside-light a {
  color: #fafafa;
}

.popover {
  background-color: #eeefea;
}
.popover .ui-btn-right,
.popover .glossary-link {
  display: none;
}
.popover .popover-body {
  color: #333;
}

#modal-resources .primer-list:last-child::after {
  content: "";
  min-height: 500px;
}

.proposal-container {
  margin-bottom: 75px;
}
.proposal-container .project-proposal {
  margin-top: 15px;
}
.proposal-container .btn, .proposal-container .btn-learnmore, .proposal-container .btn-learnMore, .proposal-container .horiz-accordion-box .horiz-list li a, .horiz-accordion-box .horiz-list li .proposal-container a {
  white-space: normal;
}
.proposal-container .row {
  position: relative;
  top: 30px;
}
.proposal-container .card {
  border: none;
}
.proposal-container .card-header {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0;
}
.proposal-container .card-header,
.proposal-container .proposal-step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
.proposal-container .proposal-step {
  margin-top: 15px;
}
.proposal-container .card-header button {
  padding: 15px 30px;
}
.proposal-container .card-header .arrow-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.proposal-container .arrow-container.maintain-spacing {
  color: transparent;
}
.proposal-container .just-bodies .card-body {
  padding-left: 0;
  padding-right: 0;
}
.proposal-container .just-bodies .card-body > ul {
  margin-left: 0;
  padding-left: 20px;
}

.legacy-styling .sec5-image-container {
  margin: 0;
}

#implementation .legacy-styling .reporting-group {
  float: none;
  width: inherit;
}
#implementation .legacy-styling .description {
  margin: 0;
  left: 15px;
  bottom: 180px;
}

#species-box .clickme,
#species-box .close-btn {
  display: none;
}

header.splash {
  background: url(/img/dev-01/repi101/repi101-header-tall.jpg) 50% bottom no-repeat;
  margin-top: -30px;
  background-size: cover;
  width: 100%;
}
header.splash .page-headings {
  text-align: center;
  margin: 0 auto;
  padding-left: 45px;
  max-width: 655px;
  padding-top: 5%;
}
header.splash .page-headings h1, header.splash .page-headings h2 {
  font-family: "Merriweather", "", serif;
  font-weight: 700;
  color: #50583e;
  font-size: 50px;
  color: #1F3016;
  line-height: 1.1;
  margin: 0;
}
header.splash .page-headings h1::after {
  overflow: visible;
  border-bottom: none;
  width: auto;
  margin-bottom: 0;
  white-space: normal;
  display: initial;
}
header.splash .page-headings h2 {
  font-weight: 300;
}

.section-heading > * {
  margin: 0 auto;
}

#repi-content {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 75px;
}

.twocol-w-aside > div {
  margin-top: 30px;
}
.twocol-w-aside aside.right-col {
  margin-right: 15px;
}

.teaser-list-1 .primer-box {
  clear: left;
  margin: 1em 0;
}
.teaser-list-1 .primer-box .primer-image {
  float: left;
  margin: 0 1em 1em 0;
}
.teaser-list-1 .primer-box a {
  text-decoration: underline;
}

.mypopup {
  display: none;
}

.element-list {
  margin: 0 auto;
}

#section1 .fadein,
#section1 .fadeinbig,
#section2 .fadein,
#section2 .fadeinbig {
  opacity: 1;
  transform: unset;
}

#org-chart-box {
  margin-bottom: 210px;
}

.legacy-styling div.org-info {
  background-color: #3b92cf;
}

div.org-info,
div.org-info p {
  text-shadow: none;
  color: white;
}

.add-space {
  padding-top: unset;
}

* {
  text-shadow: none;
  box-shadow: none;
}

.org-info, .species-info, .reporting-info {
  height: auto;
}

#dod-map {
  height: 500px;
  max-width: 800px;
  position: relative;
  margin: 40px auto;
}
#dod-map .map-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#dod-map .map-text {
  z-index: 100;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  top: 23%;
  right: 6%;
  position: relative;
}
#dod-map .map-text * {
  color: #fff;
  text-shadow: 1px 1px 2px #002c4c;
}

#location-map {
  background: #f7f7f7;
}
#location-map #usa {
  width: 100%;
  height: 700px;
  background: #f7f7f7;
  display: block;
}
#location-map .map-instructions {
  margin: 15px auto;
}
#location-map .STATE {
  fill: #d8d8d8;
  stroke: #fff;
  stroke-width: 2;
}
#location-map .tooltip.show {
  opacity: 1;
}
#location-map .download-all-factsheet {
  margin: 20px auto;
  text-align: center img;
  text-align-max-width: 300px;
}
#location-map svg {
  overflow: visible;
}
#location-map g.tooltip rect {
  fill: #474545;
  stroke: none;
  width: 400px;
  height: 170px;
}
#location-map g.rec-state rect {
  width: 580px;
}
#location-map .STATE circle {
  fill: #607172;
}
#location-map circle.pinpoint {
  fill: #607172;
  stroke: #fff;
}
#location-map #usa circle:hover {
  fill: #293738;
}
#location-map g.tooltip text {
  fill: white;
  stroke: none;
  font-size: 30px;
  text-decoration: underline;
  z-index: 9999;
}
#location-map text.location-name {
  fill: #333;
  font-size: 22px;
}
#location-map .star {
  fill: #f3a536;
  stroke: #fff;
  stroke-width: 2;
}
#location-map .star:hover {
  fill: #F7C203;
}

#repiquadfold {
  margin: 1rem 0;
}

#implementation-textovers .displayed-textover.box1 {
  background: url("/img/sec5/reporting_960x550.jpg") top left/cover no-repeat #e2e2e2;
}
#implementation-textovers .displayed-textover.box2 {
  background: url("/img/sec5/natural_960x550.jpg") top left/cover no-repeat #e2e2e2;
}
#implementation-textovers .displayed-textover.box3 {
  background: url("/img/sec5/easement_960x550.jpg") top left/cover no-repeat #e2e2e2;
}

@media (max-width: 767.98px) {
  #section1 .content-box-full {
    background-color: unset;
    padding: 0;
    overflow: unset;
  }
  #section1 .content-box-full .book-page {
    margin: 0;
  }
  #section1 .element-list {
    padding-top: 0;
  }

  #slider-left {
    float: none;
    padding: 0;
    width: 100%;
    left: unset !important;
  }

  #slider-right {
    float: none;
    padding: 0;
    margin-top: unset;
    width: 100%;
    left: unset !important;
  }
  #slider-right .element-list {
    width: 100%;
  }
  #slider-right .element-list ul {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  #slider-left,
#slider-right {
    left: unset;
  }
}
@media only screen and (min-width: 960px) {
  #repi101-container #slider-left {
    left: unset;
  }
}
@media (min-width: 992px) {
  .container#repi-content:not(.no-page-nav),
.container-fluid#repi-content:not(.no-page-nav),
#repi-content.container-sm:not(.no-page-nav),
#repi-content.container-md:not(.no-page-nav),
#repi-content.container-lg:not(.no-page-nav),
#repi-content.container-xl:not(.no-page-nav),
#repi-content.container-xxl:not(.no-page-nav) {
    max-width: calc(100% - 360px);
    padding-right: 30px;
  }
}
/* ==== START resilience stylesheet ==== */
@media (min-width: 992px) {
  #new-project-flowchart .modal {
    transform: translate(180px, 0);
  }
}

/* the auto width & height produces an ellipse. */
/* so... define width & height of div.icon and img in hard pixels. */
.flowchart-group {
  padding: 0;
  flex-basis: 48%;
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  margin-bottom: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.flowchart-group .group-title {
  font-size: 1.25rem;
  position: relative;
  margin: 7.5px calc((1 * 7.5px + (.5 * (100% - 80%))));
  white-space: nowrap;
}

.flowchart-group-left {
  position: relative;
}
.flowchart-group-left::before {
  position: absolute;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 100%;
  display: block;
  content: "";
  font-weight: bold;
  font-size: 30px;
  padding: 7.5px;
  width: 80%;
  left: 10%;
}
.flowchart-group-left .group-title {
  padding-left: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.flowchart-group-left .flowchart-step {
  flex-direction: column-reverse;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-left: 73px;
}
.flowchart-group-left .flowchart-step:nth-last-child(1) {
  left: 1.5%;
  margin-bottom: 0;
}
.flowchart-group-left .flowchart-step-icon {
  margin-left: -73px;
}

.flowchart-group-right {
  position: relative;
}
.flowchart-group-right::before {
  position: absolute;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 100%;
  display: block;
  content: "";
  font-weight: bold;
  font-size: 30px;
  padding: 7.5px;
  width: 80%;
  right: 10%;
}
.flowchart-group-right .group-title {
  text-align: right;
  padding-right: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.flowchart-group-right .flowchart-step {
  flex-direction: column-reverse;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-right: 73px;
  text-align: right;
}
.flowchart-group-right .flowchart-step:nth-last-child(1) {
  right: 1.5%;
  margin-bottom: 0;
}
.flowchart-group-right .flowchart-step-icon {
  margin-left: calc(100% - 73px);
}

#flowchart-group-shared {
  position: relative;
}
#flowchart-group-shared::before {
  position: absolute;
  border-top-right-radius: 30px;
  height: 100%;
  display: block;
  content: "";
  font-weight: bold;
  font-size: 30px;
  padding: 7.5px;
  padding-top: 36px;
  width: 80%;
  left: 10%;
}
#flowchart-group-shared .flowchart-step {
  flex-direction: column-reverse;
  margin-top: 122px;
  margin-right: -54.75px;
  margin-bottom: 0;
  margin-left: -54.75px;
  border-top-right-radius: 30px;
}
#flowchart-group-shared .flowchart-step-body {
  padding-right: 30px;
  padding-left: 30px;
}
#flowchart-group-shared .flowchart-step-icon {
  align-self: center;
  margin-bottom: -24px;
  position: absolute;
  top: -122px;
}

.flowchart-step {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  margin-bottom: 45px;
  background: #002c4c;
}
.flowchart-step, .flowchart-step p {
  color: white;
}
.flowchart-step .step-title {
  color: white;
  margin-top: 0;
  margin-bottom: 0.1em;
}
.flowchart-step p {
  margin: 0;
}

.flowchart-step-body {
  padding: 7.5px 15px;
  flex-grow: 1;
  min-height: 122px;
}
.flowchart-step-icon {
  margin-top: -12px;
  width: 146px;
  height: 146px;
  min-width: 146px;
  min-height: 146px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #002c4c;
}
.flowchart-step-icon .btn-img {
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border: 6px solid white;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

#new-project-flowchart a, #new-project-flowchart a:link {
  color: #72a84b;
}
#new-project-flowchart a:visited {
  color: #619040;
  font-weight: 500;
}
#new-project-flowchart a:hover {
  text-decoration: underline;
}
#new-project-flowchart a:active {
  text-decoration: none;
  position: relative;
  top: 1px;
}
#new-project-flowchart a.carousel-control-prev:active,
#new-project-flowchart a.carousel-control-next:active {
  position: absolute;
}
#new-project-flowchart .modal-header .step-indicator {
  display: flex;
  justify-content: center;
}
#new-project-flowchart .modal-header .step-indicator li {
  list-style: none;
  font-size: 1.1rem;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 15px;
  border-radius: 50%;
  text-align: center;
  background: #c2c5b5;
  box-sizing: content-box;
  border: 3px solid white;
}
#new-project-flowchart .modal-header + .modal-header {
  max-height: 146px;
  padding-top: 0;
  margin: 30px 0;
}
#new-project-flowchart .modal-header + .modal-header .modal-slug {
  font-size: 1rem;
  margin: 0;
}
#new-project-flowchart .modal-header + .modal-header .modal-slug,
#new-project-flowchart .modal-header + .modal-header .modal-title {
  max-width: calc(100% - 146px);
  color: white;
}
#new-project-flowchart .modal-header + .modal-header .modal-title {
  max-height: 4.5em;
  overflow: hidden;
}
#new-project-flowchart .modal-body {
  margin-left: 12px;
}
#new-project-flowchart .modal-footer > * {
  flex: 1 0 0;
  max-width: 100%;
}
#new-project-flowchart .modal-footer .next-step-box {
  text-align: right;
}
#new-project-flowchart .modal-footer > button {
  max-width: 30%;
}
#new-project-flowchart .modal-footer .prev-step-box span {
  display: inline-block;
  vertical-align: top;
  max-width: calc(100% - 2em);
}

#arrow-Installation,
#arrow-Partner {
  position: absolute;
}

#arrow-Installation .arrowpath {
  stroke: #0067a2;
  marker-end: url("#arrowpoint-Installation");
  fill: none;
}
#arrow-Partner .arrowpath {
  stroke: #f07920;
  marker-end: url("#arrowpoint-Partner");
  fill: none;
}

#arrowpoint-Installation {
  fill: #0067a2;
}

#arrowpoint-Partner {
  fill: #f07920;
}

#flowchart-step-2-Installation,
#flowchart-step-2-Partner {
  z-index: 10;
}

#flowchart-group-Installation::before {
  background-color: #cce1ec;
}

#flowchart-group-Installation .flowchart-step-icon .btn-img {
  background-color: #0067A2;
}
#flowchart-group-Installation div.flowchart-step:nth-of-type(1) .btn-img {
  background-image: url(/img/resilience/flowchart/Asset-33-examine-signal-opt.svg);
  background-size: 68px;
}
#flowchart-group-Installation div.flowchart-step:nth-of-type(2) .btn-img {
  background-image: url(/img/resilience/flowchart/Asset-34-capitol-opt.svg);
  background-size: 72px;
}

.modal.flowchart-group-Installation .flowchart-step-icon .btn-img {
  background-color: #0067A2;
}
.modal.flowchart-group-Installation.flowchart-step-1 .btn-img {
  background-image: url(/img/resilience/flowchart/Asset-33-examine-signal-opt.svg);
  background-size: 68px;
}
#new-project-flowchart .modal.flowchart-group-Installation.flowchart-step-1 li.flowchart-step-1 {
  background-color: #676F47;
  color: white;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.75;
  position: relative;
  top: -0.1875rem;
  left: -0.1875rem;
}
.modal.flowchart-group-Installation.flowchart-step-2 .btn-img {
  background-image: url(/img/resilience/flowchart/Asset-34-capitol-opt.svg);
  background-size: 72px;
}
#new-project-flowchart .modal.flowchart-group-Installation.flowchart-step-2 li.flowchart-step-2 {
  background-color: #676F47;
  color: white;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.75;
  position: relative;
  top: -0.1875rem;
  left: -0.1875rem;
}

#flowchart-group-Partner::before {
  background-color: #fad0b1;
}

#flowchart-group-Partner .flowchart-step-icon .btn-img {
  background-color: #F17920;
}
#flowchart-group-Partner div.flowchart-step:nth-of-type(1) .btn-img {
  background-image: url(/img/resilience/flowchart/Asset-32-examine-workings-opt.svg);
  background-size: 78px;
}
#flowchart-group-Partner div.flowchart-step:nth-of-type(2) .btn-img {
  background-image: url(/img/resilience/flowchart/Asset-31-email-opt.svg);
  background-size: 70px;
}

.modal.flowchart-group-Partner .flowchart-step-icon .btn-img {
  background-color: #F17920;
}
.modal.flowchart-group-Partner.flowchart-step-1 .btn-img {
  background-image: url(/img/resilience/flowchart/Asset-32-examine-workings-opt.svg);
  background-size: 78px;
}
#new-project-flowchart .modal.flowchart-group-Partner.flowchart-step-1 li.flowchart-step-1 {
  background-color: #676F47;
  color: white;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.75;
  position: relative;
  top: -0.1875rem;
  left: -0.1875rem;
}
.modal.flowchart-group-Partner.flowchart-step-2 .btn-img {
  background-image: url(/img/resilience/flowchart/Asset-31-email-opt.svg);
  background-size: 70px;
}
#new-project-flowchart .modal.flowchart-group-Partner.flowchart-step-2 li.flowchart-step-2 {
  background-color: #676F47;
  color: white;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.75;
  position: relative;
  top: -0.1875rem;
  left: -0.1875rem;
}

#flowchart-group-shared::before {
  background-color: #e1e2da;
}

#flowchart-group-shared .flowchart-step-icon .btn-img {
  background-color: #676F47;
}
#flowchart-group-shared div.flowchart-step:nth-of-type(1) .btn-img {
  background-image: url(/img/resilience/flowchart/Asset-27-clipboard-opt.svg);
  background-size: 60px;
}
#flowchart-group-shared div.flowchart-step:nth-of-type(2) .btn-img {
  background-image: url(/img/resilience/flowchart/Asset-28.handshake-opt.svg);
  background-size: 74px;
}
#flowchart-group-shared div.flowchart-step:nth-of-type(3) .btn-img {
  background-image: url(/img/resilience/flowchart/Asset-29-person-checking-opt.svg);
  background-size: 68px;
}
#flowchart-group-shared div.flowchart-step:nth-of-type(4) .btn-img {
  background-image: url(/img/resilience/flowchart/Asset-30-draft-submit-opt.svg);
  background-size: 78px;
}

.modal.flowchart-group-shared .flowchart-step-icon .btn-img {
  background-color: #676F47;
}
.modal.flowchart-group-shared.flowchart-step-3 .btn-img {
  background-image: url(/img/resilience/flowchart/Asset-27-clipboard-opt.svg);
  background-size: 60px;
}
#new-project-flowchart .modal.flowchart-group-shared.flowchart-step-3 li.flowchart-step-3 {
  background-color: #676F47;
  color: white;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.75;
  position: relative;
  top: -0.1875rem;
  left: -0.1875rem;
}
.modal.flowchart-group-shared.flowchart-step-4 .btn-img {
  background-image: url(/img/resilience/flowchart/Asset-28.handshake-opt.svg);
  background-size: 74px;
}
#new-project-flowchart .modal.flowchart-group-shared.flowchart-step-4 li.flowchart-step-4 {
  background-color: #676F47;
  color: white;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.75;
  position: relative;
  top: -0.1875rem;
  left: -0.1875rem;
}
.modal.flowchart-group-shared.flowchart-step-5 .btn-img {
  background-image: url(/img/resilience/flowchart/Asset-29-person-checking-opt.svg);
  background-size: 68px;
}
#new-project-flowchart .modal.flowchart-group-shared.flowchart-step-5 li.flowchart-step-5 {
  background-color: #676F47;
  color: white;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.75;
  position: relative;
  top: -0.1875rem;
  left: -0.1875rem;
}
.modal.flowchart-group-shared.flowchart-step-6 .btn-img {
  background-image: url(/img/resilience/flowchart/Asset-30-draft-submit-opt.svg);
  background-size: 78px;
}
#new-project-flowchart .modal.flowchart-group-shared.flowchart-step-6 li.flowchart-step-6 {
  background-color: #676F47;
  color: white;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.75;
  position: relative;
  top: -0.1875rem;
  left: -0.1875rem;
}

@media (min-width: 576px) {
  .flowchart-group .group-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .flowchart-group .group-title {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .flowchart-group-left .flowchart-step {
    flex-direction: row-reverse;
    margin-left: 36.5px;
  }
  .flowchart-group-left .flowchart-step-icon {
    margin-left: -36.5px;
  }
  .flowchart-group-right .flowchart-step {
    flex-direction: row;
    margin-right: 36.5px;
  }
  .flowchart-group-right .flowchart-step-icon {
    margin-left: 0;
    margin-right: -36.5px;
  }
}
@media (min-width: 1200px) {
  .flowchart-group .group-title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  #nainso-container .modal {
    transform: translate(180px, 0);
  }
}

#nainso-container a, #nainso-container a:link {
  color: #72a84b !important;
}

.nainso-button:nth-child(1) {
  order: 10;
}

.nainso-button:nth-child(2) {
  order: 20;
}

.nainso-button:nth-child(3) {
  order: 30;
}

.nainso-button:nth-child(4) {
  order: 40;
}

.nainso-button:nth-child(5) {
  order: 50;
}

.nainso-button:nth-child(6) {
  order: 60;
}

.nainso-button:nth-child(7) {
  order: 70;
}

.nainso-button:nth-child(8) {
  order: 80;
}

.nainso-button:nth-child(9) {
  order: 90;
}

.nainso-button:nth-child(10) {
  order: 100;
}

.nainso-row::before, .nainso-row::after {
  content: "";
  order: 200;
}
@media (min-width: 1200px) {
  .nainso-row::before {
    order: 75;
  }
  .nainso-row::after {
    order: 95;
  }
}

.nainso-button {
  flex-basis: calc(100% - 15px);
  background-color: #002c4c;
  position: relative;
  text-align: center;
  min-height: 160px;
  border-top-right-radius: 30px;
}
@media (min-width: 768px) {
  .nainso-button {
    flex-basis: calc(33% - 15px);
  }
}
@media (min-width: 1200px) {
  .nainso-button {
    flex-basis: calc(25% - 15px);
  }
}
.nainso-button .title {
  text-transform: uppercase;
  color: #fafafa;
  text-align: initial;
  min-height: 3em;
}
.nainso-button .btn-img {
  height: 72px;
}
.nainso-button .footer {
  line-height: 2.5em;
}
.nainso-button .footer span.more {
  float: left;
  font-size: 0.9em;
}
.nainso-button .footer .arrow {
  font-size: 1.5em;
  font-weight: bold;
}

#nainso-RetentionBerms-btn .btn-img {
  background: url("/img/resilience/nainso/RetentionBerms.png") no-repeat center transparent;
}

#nainso-PrescribedBurns-btn .btn-img {
  background: url("/img/resilience/nainso/PrescribedBurn.png") no-repeat center transparent;
}

#nainso-SoilRehabilitation-btn .btn-img {
  background: url("/img/resilience/nainso/SoilRehab.png") no-repeat center transparent;
}

#nainso-LivingShorelines-btn .btn-img {
  background: url("/img/resilience/nainso/LivingShorelines.png") no-repeat center transparent;
}

#nainso-RiparianBuffers-btn .btn-img {
  background: url("/img/resilience/nainso/RiparianBuffers.png") no-repeat center transparent;
}

#nainso-RechargingAquifiers-btn .btn-img {
  background: url("/img/resilience/nainso/Aquifers.png") no-repeat center transparent;
}

#nainso-HazardousFuel-btn .btn-img {
  background: url("/img/resilience/nainso/HazFuel.png") no-repeat center transparent;
}

#nainso-RestoringDunes-btn .btn-img {
  background: url("/img/resilience/nainso/Dunes.png") no-repeat center transparent;
}

#nainso-RestoringWetlands-btn .btn-img {
  background: url("/img/resilience/nainso/Wetlands.png") no-repeat center transparent;
}

#nainso-StormwaterDrainage-btn .btn-img {
  background: url("/img/resilience/nainso/Stormwater.png") no-repeat center transparent;
}

@media (min-width: 992px) {
  #impacts-box .modal-dialog {
    left: 108px;
  }
}
#impacts-box .examples .subtitle {
  margin-bottom: 0.5rem;
}
#impacts-box .examples .teaser-style.row {
  clear: left;
  flex-wrap: nowrap;
  padding-left: 15px;
  margin-top: 0.5em;
  margin-bottom: 30px;
}
#impacts-box .examples .teaser-img {
  float: left;
  clear: left;
  margin: 0 15px 0 0;
}
#impacts-box .examples .teaser-img img {
  border: 1px solid #adadad;
}
#impacts-box .row.examples .card {
  height: auto;
}
#impacts-box .card-footer .btn-close {
  float: right;
  min-width: 100px;
}

#impacts-box .book-front {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65%;
}
[id^=impacts-desertification] .book-front {
  background-image: url(/img/resilience/climate-impacts/Desertification.png);
}
[id^=impacts-drought] .book-front {
  background-image: url(/img/resilience/climate-impacts/Drought.png);
}
[id^=impacts-flooding] .book-front {
  background-image: url(/img/resilience/climate-impacts/RecurrentFlooding.png);
}
[id^=impacts-thawing-permafrost] .book-front {
  background-image: url(/img/resilience/climate-impacts/ThawingPermafrost.png);
}
[id^=impacts-wildfires] .book-front {
  background-image: url(/img/resilience/climate-impacts/Wildfires.png);
}

#resilience-container header.splash {
  background: url(/img/resilience/splash--controlled-burn.jpg) 50% bottom no-repeat;
  background-size: cover;
}
#resilience-container .page-headings h1, #resilience-container .page-headings h2 {
  color: white;
}
#resilience-container .page-headings h1 {
  margin-bottom: 0.25em;
}

#resilience-resources-container section > ul > li,
#resilience-resources-container section > ol > li {
  margin-top: 1rem;
}
#resilience-resources-container section.topic > .head::after {
  content: "";
  display: block;
  border-bottom: 1px solid #adadad;
  margin-top: 30px;
}
#resilience-resources-container section.category {
  padding: 30px 1.125rem;
  padding-left: 3.1875rem;
}
#resilience-resources-container section.category.even {
  background-color: #f2f4f6;
}
#resilience-resources-container section.category > .head {
  margin: 0;
  position: relative;
  font-size: 1.375rem;
  font-weight: bold;
}
#resilience-resources-container section.type > .head {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.125rem;
  font-weight: bold;
  font-style: italic;
}
#resilience-resources-container .topic-item-count {
  font-weight: bold;
  margin-bottom: 30px;
}
#resilience-resources-container #resource-items-list .head .far, #resilience-resources-container #resource-items-list .head .fas {
  position: absolute;
  left: -2.0625rem;
  margin-right: 0.5em;
}
#resilience-resources-container #resource-items-list .head .far:before, #resilience-resources-container #resource-items-list .head .fas:before {
  content: "\f151";
}
#resilience-resources-container #resource-items-list .head.collapsed .far:before, #resilience-resources-container #resource-items-list .head.collapsed .fas:before {
  content: "\f150";
}
#resilience-resources-container .type:last-child article:last-child {
  margin-bottom: 0;
}
#resilience-resources-container article {
  margin-bottom: 60px;
}
#resilience-resources-container article main > a:first-child,
#resilience-resources-container article main > h4:first-child {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}
#resilience-resources-container section#resource-items {
  min-height: 500px;
}
#resilience-resources-container #form-filter-sidebar form {
  max-width: 100%;
  background-color: #f2f4f6;
  padding: 15px;
}
#resilience-resources-container #form-filter-sidebar form .heading {
  margin-top: 0;
}
#resilience-resources-container #form-filter-sidebar form label {
  font-weight: bold;
}
#resilience-resources-container #form-filter-sidebar form .btn-group-vertical {
  padding: unset 15px;
}
#resilience-resources-container #form-filter-sidebar form .btn-group-vertical .btn, #resilience-resources-container #form-filter-sidebar form .btn-group-vertical .btn-learnmore, #resilience-resources-container #form-filter-sidebar form .btn-group-vertical .btn-learnMore, #resilience-resources-container #form-filter-sidebar form .btn-group-vertical .horiz-accordion-box .horiz-list li a, .horiz-accordion-box .horiz-list li #resilience-resources-container #form-filter-sidebar form .btn-group-vertical a {
  margin-top: 7.5px;
}
#resilience-resources-container #form-filter-sidebar form .filter-box {
  margin-bottom: 1rem;
}
#resilience-resources-container #form-filter-sidebar form .filter-box label > span {
  display: block !important;
}
#resilience-resources-container #form-filter-sidebar form .filter-box > label, #resilience-resources-container #form-filter-sidebar form .filter-box > label .btn-group {
  width: 100%;
}
#resilience-resources-container #form-filter-sidebar form .filter-box > label button {
  text-align: left;
}
#resilience-resources-container #form-filter-sidebar form select,
#resilience-resources-container #form-filter-sidebar form button.multiselect {
  background-color: white;
  border: 1px solid black;
}
#resilience-resources-container #form-filter-sidebar form .multiselect-container > li > a > label {
  padding-left: 15px;
}
#resilience-resources-container #form-filter-sidebar form .multiselect-container.dropdown-menu.show {
  margin-left: 6em;
}
#resilience-resources-container #form-filter-sidebar form .multiselect-selected-text {
  width: calc(100% - 1em);
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}

a:not([href*='repi']):not([href^='#']):not([href^='/']):after {
  /* content: url("/img/external_link.png"); */
  margin-left: 4px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
}

a:not([href]):after{
  margin-left: 0px !important;
  content: none !important;
}

figure.iframe {
  width: 100%;
}
figure.iframe iframe {
  width: 100%;
  height: 400px;
}

/* ==== END resilience stylesheet ==== */

/*# sourceMappingURL=all.css.map */
