@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet');
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
.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: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.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;
}
.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;
}

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

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

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

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

body {
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  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: 0.5rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 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: #006dc1;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #333;
}

h1, .h1 {
  font-size: 2.25rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.35rem + 1.2vw);
  }
}

h2, .h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

h3, .h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

h4, .h4 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

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

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

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

.display-1 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.525rem + 3.3vw);
  }
}

.display-2 {
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.45rem + 2.4vw);
  }
}

.display-3 {
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.4rem + 1.8vw);
  }
}

.display-4 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.35rem + 1.2vw);
  }
}

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .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;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

.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%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #333333;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #d9d9d9;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #d9d9d9;
}
.table tbody + tbody {
  border-top: 2px solid #d9d9d9;
}

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

.table-bordered {
  border: 1px solid #d9d9d9;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #d9d9d9;
}
.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: #f2f2f2;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: #fff;
}

.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: #d0d8e1;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #a7b7c7;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f8f8f8;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #f1f1f1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #333333;
  background-color: #c9c9c9;
  border-color: #d9d9d9;
}

.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;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

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

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 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], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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, .form-control.is-valid: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") no-repeat right 0.75rem center/8px 10px, 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.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%;
  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;
}

.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, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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, .form-control.is-invalid: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") no-repeat right 0.75rem center/8px 10px, 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.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 {
    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 {
  display: inline-block;
  font-weight: 400;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #333333;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #567594;
  border-color: #567594;
}
.btn-primary:hover {
  color: #fff;
  background-color: #48627c;
  border-color: #435c74;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #48627c;
  border-color: #435c74;
  box-shadow: 0 0 0 0.2rem rgba(111, 138, 164, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #567594;
  border-color: #567594;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #435c74;
  border-color: #3f556c;
}
.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(111, 138, 164, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-secondary:hover {
  color: #212529;
  background-color: #d2d2d2;
  border-color: #cccccc;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #212529;
  background-color: #d2d2d2;
  border-color: #cccccc;
  box-shadow: 0 0 0 0.2rem rgba(200, 200, 201, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #cccccc;
  border-color: #c5c5c5;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 200, 201, 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 {
  color: #212529;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-light:hover {
  color: #212529;
  background-color: #dfdfdf;
  border-color: #d9d9d9;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #dfdfdf;
  border-color: #d9d9d9;
  box-shadow: 0 0 0 0.2rem rgba(211, 211, 212, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #d9d9d9;
  border-color: #d2d2d2;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 211, 212, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-dark:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #131313;
}
.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, 82, 82, 0.5);
}

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

.btn-outline-primary {
  color: #567594;
  border-color: #567594;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #567594;
  border-color: #567594;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 117, 148, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #567594;
  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: #567594;
  border-color: #567594;
}
.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(86, 117, 148, 0.5);
}

.btn-outline-secondary {
  color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 229, 229, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #e5e5e5;
  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: #212529;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.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(229, 229, 229, 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: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f2f2f2;
  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: #f2f2f2;
  border-color: #f2f2f2;
}
.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(242, 242, 242, 0.5);
}

.btn-outline-dark {
  color: #333333;
  border-color: #333333;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #333333;
  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: #333333;
  border-color: #333333;
}
.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(51, 51, 51, 0.5);
}

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

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

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

.btn-sm, .btn-group-sm > .btn {
  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: #2c5379;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

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

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

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

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

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

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

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .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: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: 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(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #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") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-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;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

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

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

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

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

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

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

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand: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 {
  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: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    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 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .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 > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    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 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .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 > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    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 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .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 > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    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 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  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 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.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 {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' 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 {
  color: white;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: white;
  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='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: white;
}
.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;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  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-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.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 > .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 {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: 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: #1a1a1a;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #567594;
  border-color: #567594;
}
.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;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.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: 0.825em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.1875rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #567594;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #435c74;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(86, 117, 148, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #e5e5e5;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #cccccc;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(229, 229, 229, 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: #f2f2f2;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #d9d9d9;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(242, 242, 242, 0.5);
}

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #2d3d4d;
  background-color: #dde3ea;
  border-color: #d0d8e1;
}
.alert-primary hr {
  border-top-color: #c0cbd7;
}
.alert-primary .alert-link {
  color: #1a242d;
}

.alert-secondary {
  color: #777777;
  background-color: #fafafa;
  border-color: #f8f8f8;
}
.alert-secondary hr {
  border-top-color: #ebebeb;
}
.alert-secondary .alert-link {
  color: #5e5e5e;
}

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

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

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

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

.alert-light {
  color: #7e7e7e;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}
.alert-light hr {
  border-top-color: #eeeeee;
}
.alert-light .alert-link {
  color: #656565;
}

.alert-dark {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6;
}
.alert-dark hr {
  border-top-color: #b9b9b9;
}
.alert-dark .alert-link {
  color: #020202;
}

.alert-tertiary {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-tertiary hr {
  border-top-color: #f2f2f2;
}
.alert-tertiary .alert-link {
  color: #6c6c6c;
}

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

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

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

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@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;
}

.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: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-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;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #2d3d4d;
  background-color: #d0d8e1;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #2d3d4d;
  background-color: #c0cbd7;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #2d3d4d;
  border-color: #2d3d4d;
}

.list-group-item-secondary {
  color: #777777;
  background-color: #f8f8f8;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #777777;
  background-color: #ebebeb;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #777777;
  border-color: #777777;
}

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

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

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

.list-group-item-light {
  color: #7e7e7e;
  background-color: #fbfbfb;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7e7e7e;
  background-color: #eeeeee;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7e7e7e;
  border-color: #7e7e7e;
}

.list-group-item-dark {
  color: #1b1b1b;
  background-color: #c6c6c6;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1b1b;
  background-color: #b9b9b9;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}

.list-group-item-tertiary {
  color: #858585;
  background-color: white;
}
.list-group-item-tertiary.list-group-item-action:hover, .list-group-item-tertiary.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-tertiary.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.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;
  appearance: none;
}

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

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

.toast-header {
  display: 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);
}

.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 {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

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

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1.25rem;
  border-top: 0 solid #dee2e6;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.modal-footer > * {
  margin: 0.75rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.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: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5e5e5;
  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 #f2f2f2;
}

.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;
  color: #333333;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e5e5e5;
  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: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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: spinner-border 0.75s linear infinite;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-secondary {
  border-color: #e5e5e5 !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: #f2f2f2 !important;
}

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

.border-tertiary {
  border-color: #fff !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: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.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%;
}

.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 {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

.position-sticky {
  position: sticky !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;
}

@media (min-width: 576px) {
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
}
@media (min-width: 768px) {
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
}
@media (min-width: 992px) {
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
}
@media (min-width: 1200px) {
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-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;
}

.slick-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;
}
.sr-only-focusable:active.skip-content, .sr-only-focusable:focus.skip-content {
  background-color: #084466 !important;
  text-align: center;
  display: block;
  padding: 12px;
  height: auto;
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-7 {
  margin: 1.75rem !important;
}

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

.mr-7,
.mx-7 {
  margin-right: 1.75rem !important;
}

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

.ml-7,
.mx-7 {
  margin-left: 1.75rem !important;
}

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

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

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

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

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

.m-9 {
  margin: 2.5rem !important;
}

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

.mr-9,
.mx-9 {
  margin-right: 2.5rem !important;
}

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

.ml-9,
.mx-9 {
  margin-left: 2.5rem !important;
}

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

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

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

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

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

.m-11 {
  margin: 3.5rem !important;
}

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

.mr-11,
.mx-11 {
  margin-right: 3.5rem !important;
}

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

.ml-11,
.mx-11 {
  margin-left: 3.5rem !important;
}

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

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

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

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

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

.m-13 {
  margin: 4.5rem !important;
}

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

.mr-13,
.mx-13 {
  margin-right: 4.5rem !important;
}

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

.ml-13,
.mx-13 {
  margin-left: 4.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-7 {
  padding: 1.75rem !important;
}

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

.pr-7,
.px-7 {
  padding-right: 1.75rem !important;
}

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

.pl-7,
.px-7 {
  padding-left: 1.75rem !important;
}

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

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

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

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

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

.p-9 {
  padding: 2.5rem !important;
}

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

.pr-9,
.px-9 {
  padding-right: 2.5rem !important;
}

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

.pl-9,
.px-9 {
  padding-left: 2.5rem !important;
}

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

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

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

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

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

.p-11 {
  padding: 3.5rem !important;
}

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

.pr-11,
.px-11 {
  padding-right: 3.5rem !important;
}

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

.pl-11,
.px-11 {
  padding-left: 3.5rem !important;
}

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

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

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

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

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

.p-13 {
  padding: 4.5rem !important;
}

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

.pr-13,
.px-13 {
  padding-right: 4.5rem !important;
}

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

.pl-13,
.px-13 {
  padding-left: 4.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n7 {
  margin: -1.75rem !important;
}

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

.mr-n7,
.mx-n7 {
  margin-right: -1.75rem !important;
}

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

.ml-n7,
.mx-n7 {
  margin-left: -1.75rem !important;
}

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

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

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

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

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

.m-n9 {
  margin: -2.5rem !important;
}

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

.mr-n9,
.mx-n9 {
  margin-right: -2.5rem !important;
}

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

.ml-n9,
.mx-n9 {
  margin-left: -2.5rem !important;
}

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

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

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

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

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

.m-n11 {
  margin: -3.5rem !important;
}

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

.mr-n11,
.mx-n11 {
  margin-right: -3.5rem !important;
}

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

.ml-n11,
.mx-n11 {
  margin-left: -3.5rem !important;
}

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

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

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

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

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

.m-n13 {
  margin: -4.5rem !important;
}

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

.mr-n13,
.mx-n13 {
  margin-right: -4.5rem !important;
}

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

.ml-n13,
.mx-n13 {
  margin-left: -4.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 1.25rem !important;
  }
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 1.5rem !important;
  }
  .m-sm-7 {
    margin: 1.75rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 1.75rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 1.75rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 1.75rem !important;
  }
  .m-sm-8 {
    margin: 2rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 2rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 2rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 2rem !important;
  }
  .m-sm-9 {
    margin: 2.5rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 2.5rem !important;
  }
  .m-sm-10 {
    margin: 3rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 3rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 3rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 3rem !important;
  }
  .m-sm-11 {
    margin: 3.5rem !important;
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 3.5rem !important;
  }
  .m-sm-12 {
    margin: 4rem !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 4rem !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 4rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 4rem !important;
  }
  .m-sm-13 {
    margin: 4.5rem !important;
  }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 4.5rem !important;
  }
  .m-sm-14 {
    margin: 5rem !important;
  }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 5rem !important;
  }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 5rem !important;
  }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.75rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1rem !important;
  }
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 1.25rem !important;
  }
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 1.5rem !important;
  }
  .p-sm-7 {
    padding: 1.75rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 1.75rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 1.75rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 1.75rem !important;
  }
  .p-sm-8 {
    padding: 2rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 2rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 2rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 2rem !important;
  }
  .p-sm-9 {
    padding: 2.5rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 2.5rem !important;
  }
  .p-sm-10 {
    padding: 3rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 3rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 3rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 3rem !important;
  }
  .p-sm-11 {
    padding: 3.5rem !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 3.5rem !important;
  }
  .p-sm-12 {
    padding: 4rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 4rem !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 4rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 4rem !important;
  }
  .p-sm-13 {
    padding: 4.5rem !important;
  }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 4.5rem !important;
  }
  .p-sm-14 {
    padding: 5rem !important;
  }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 5rem !important;
  }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 5rem !important;
  }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 5rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -0.75rem !important;
  }
  .m-sm-n4 {
    margin: -1rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1rem !important;
  }
  .m-sm-n5 {
    margin: -1.25rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -1.25rem !important;
  }
  .m-sm-n6 {
    margin: -1.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n7 {
    margin: -1.75rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -1.75rem !important;
  }
  .m-sm-n8 {
    margin: -2rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -2rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -2rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -2rem !important;
  }
  .m-sm-n9 {
    margin: -2.5rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n10 {
    margin: -3rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -3rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -3rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -3rem !important;
  }
  .m-sm-n11 {
    margin: -3.5rem !important;
  }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -3.5rem !important;
  }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -3.5rem !important;
  }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -3.5rem !important;
  }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -3.5rem !important;
  }
  .m-sm-n12 {
    margin: -4rem !important;
  }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -4rem !important;
  }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -4rem !important;
  }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -4rem !important;
  }
  .m-sm-n13 {
    margin: -4.5rem !important;
  }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n14 {
    margin: -5rem !important;
  }
  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -5rem !important;
  }
  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -5rem !important;
  }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 0.75rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 0.75rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.75rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1rem !important;
  }
  .m-md-5 {
    margin: 1.25rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 1.25rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 1.25rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 1.25rem !important;
  }
  .m-md-6 {
    margin: 1.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 1.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 1.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 1.5rem !important;
  }
  .m-md-7 {
    margin: 1.75rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 1.75rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 1.75rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 1.75rem !important;
  }
  .m-md-8 {
    margin: 2rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 2rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 2rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 2rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 2rem !important;
  }
  .m-md-9 {
    margin: 2.5rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 2.5rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 2.5rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 2.5rem !important;
  }
  .m-md-10 {
    margin: 3rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 3rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 3rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 3rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 3rem !important;
  }
  .m-md-11 {
    margin: 3.5rem !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 3.5rem !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 3.5rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 3.5rem !important;
  }
  .m-md-12 {
    margin: 4rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 4rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 4rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 4rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 4rem !important;
  }
  .m-md-13 {
    margin: 4.5rem !important;
  }
  .mt-md-13,
  .my-md-13 {
    margin-top: 4.5rem !important;
  }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 4.5rem !important;
  }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 4.5rem !important;
  }
  .m-md-14 {
    margin: 5rem !important;
  }
  .mt-md-14,
  .my-md-14 {
    margin-top: 5rem !important;
  }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 5rem !important;
  }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 5rem !important;
  }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 0.75rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 0.75rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 0.75rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 0.75rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1rem !important;
  }
  .p-md-5 {
    padding: 1.25rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 1.25rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 1.25rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 1.25rem !important;
  }
  .p-md-6 {
    padding: 1.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 1.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 1.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 1.5rem !important;
  }
  .p-md-7 {
    padding: 1.75rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 1.75rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 1.75rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 1.75rem !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 2rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 2rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 2rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 2rem !important;
  }
  .p-md-9 {
    padding: 2.5rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 2.5rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 2.5rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 2.5rem !important;
  }
  .p-md-10 {
    padding: 3rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 3rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 3rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 3rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 3rem !important;
  }
  .p-md-11 {
    padding: 3.5rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 3.5rem !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 3.5rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 3.5rem !important;
  }
  .p-md-12 {
    padding: 4rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 4rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 4rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 4rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 4rem !important;
  }
  .p-md-13 {
    padding: 4.5rem !important;
  }
  .pt-md-13,
  .py-md-13 {
    padding-top: 4.5rem !important;
  }
  .pr-md-13,
  .px-md-13 {
    padding-right: 4.5rem !important;
  }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-13,
  .px-md-13 {
    padding-left: 4.5rem !important;
  }
  .p-md-14 {
    padding: 5rem !important;
  }
  .pt-md-14,
  .py-md-14 {
    padding-top: 5rem !important;
  }
  .pr-md-14,
  .px-md-14 {
    padding-right: 5rem !important;
  }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 5rem !important;
  }
  .pl-md-14,
  .px-md-14 {
    padding-left: 5rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -0.75rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -0.75rem !important;
  }
  .m-md-n4 {
    margin: -1rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1rem !important;
  }
  .m-md-n5 {
    margin: -1.25rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -1.25rem !important;
  }
  .m-md-n6 {
    margin: -1.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -1.5rem !important;
  }
  .m-md-n7 {
    margin: -1.75rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -1.75rem !important;
  }
  .m-md-n8 {
    margin: -2rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -2rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -2rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -2rem !important;
  }
  .m-md-n9 {
    margin: -2.5rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -2.5rem !important;
  }
  .m-md-n10 {
    margin: -3rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -3rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -3rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -3rem !important;
  }
  .m-md-n11 {
    margin: -3.5rem !important;
  }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -3.5rem !important;
  }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -3.5rem !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -3.5rem !important;
  }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -3.5rem !important;
  }
  .m-md-n12 {
    margin: -4rem !important;
  }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -4rem !important;
  }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -4rem !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -4rem !important;
  }
  .m-md-n13 {
    margin: -4.5rem !important;
  }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -4.5rem !important;
  }
  .m-md-n14 {
    margin: -5rem !important;
  }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -5rem !important;
  }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -5rem !important;
  }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1rem !important;
  }
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 1.25rem !important;
  }
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 1.5rem !important;
  }
  .m-lg-7 {
    margin: 1.75rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 1.75rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 1.75rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 1.75rem !important;
  }
  .m-lg-8 {
    margin: 2rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 2rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 2rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 2rem !important;
  }
  .m-lg-9 {
    margin: 2.5rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 2.5rem !important;
  }
  .m-lg-10 {
    margin: 3rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 3rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 3rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 3rem !important;
  }
  .m-lg-11 {
    margin: 3.5rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 3.5rem !important;
  }
  .m-lg-12 {
    margin: 4rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 4rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 4rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 4rem !important;
  }
  .m-lg-13 {
    margin: 4.5rem !important;
  }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 4.5rem !important;
  }
  .m-lg-14 {
    margin: 5rem !important;
  }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 5rem !important;
  }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 5rem !important;
  }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.75rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1rem !important;
  }
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 1.25rem !important;
  }
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 1.5rem !important;
  }
  .p-lg-7 {
    padding: 1.75rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 1.75rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 1.75rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 1.75rem !important;
  }
  .p-lg-8 {
    padding: 2rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 2rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 2rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 2rem !important;
  }
  .p-lg-9 {
    padding: 2.5rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 2.5rem !important;
  }
  .p-lg-10 {
    padding: 3rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 3rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 3rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 3rem !important;
  }
  .p-lg-11 {
    padding: 3.5rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 3.5rem !important;
  }
  .p-lg-12 {
    padding: 4rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 4rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 4rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 4rem !important;
  }
  .p-lg-13 {
    padding: 4.5rem !important;
  }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 4.5rem !important;
  }
  .p-lg-14 {
    padding: 5rem !important;
  }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 5rem !important;
  }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 5rem !important;
  }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 5rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -0.75rem !important;
  }
  .m-lg-n4 {
    margin: -1rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1rem !important;
  }
  .m-lg-n5 {
    margin: -1.25rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -1.25rem !important;
  }
  .m-lg-n6 {
    margin: -1.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n7 {
    margin: -1.75rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -1.75rem !important;
  }
  .m-lg-n8 {
    margin: -2rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -2rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -2rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -2rem !important;
  }
  .m-lg-n9 {
    margin: -2.5rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n10 {
    margin: -3rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -3rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -3rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -3rem !important;
  }
  .m-lg-n11 {
    margin: -3.5rem !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -3.5rem !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -3.5rem !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -3.5rem !important;
  }
  .m-lg-n12 {
    margin: -4rem !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -4rem !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -4rem !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -4rem !important;
  }
  .m-lg-n13 {
    margin: -4.5rem !important;
  }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n14 {
    margin: -5rem !important;
  }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -5rem !important;
  }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -5rem !important;
  }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xl-7 {
    margin: 1.75rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xl-8 {
    margin: 2rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 2rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 2rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 2rem !important;
  }
  .m-xl-9 {
    margin: 2.5rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 2.5rem !important;
  }
  .m-xl-10 {
    margin: 3rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 3rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 3rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 3rem !important;
  }
  .m-xl-11 {
    margin: 3.5rem !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 3.5rem !important;
  }
  .m-xl-12 {
    margin: 4rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 4rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 4rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 4rem !important;
  }
  .m-xl-13 {
    margin: 4.5rem !important;
  }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 4.5rem !important;
  }
  .m-xl-14 {
    margin: 5rem !important;
  }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 5rem !important;
  }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 5rem !important;
  }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1rem !important;
  }
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xl-7 {
    padding: 1.75rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xl-8 {
    padding: 2rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 2rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 2rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 2rem !important;
  }
  .p-xl-9 {
    padding: 2.5rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 2.5rem !important;
  }
  .p-xl-10 {
    padding: 3rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 3rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 3rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 3rem !important;
  }
  .p-xl-11 {
    padding: 3.5rem !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 3.5rem !important;
  }
  .p-xl-12 {
    padding: 4rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 4rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 4rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 4rem !important;
  }
  .p-xl-13 {
    padding: 4.5rem !important;
  }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 4.5rem !important;
  }
  .p-xl-14 {
    padding: 5rem !important;
  }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 5rem !important;
  }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 5rem !important;
  }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 5rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xl-n4 {
    margin: -1rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1rem !important;
  }
  .m-xl-n5 {
    margin: -1.25rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xl-n6 {
    margin: -1.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n7 {
    margin: -1.75rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xl-n8 {
    margin: -2rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -2rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -2rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -2rem !important;
  }
  .m-xl-n9 {
    margin: -2.5rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n10 {
    margin: -3rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -3rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -3rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -3rem !important;
  }
  .m-xl-n11 {
    margin: -3.5rem !important;
  }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -3.5rem !important;
  }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -3.5rem !important;
  }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -3.5rem !important;
  }
  .m-xl-n12 {
    margin: -4rem !important;
  }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -4rem !important;
  }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -4rem !important;
  }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -4rem !important;
  }
  .m-xl-n13 {
    margin: -4.5rem !important;
  }
  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n14 {
    margin: -5rem !important;
  }
  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -5rem !important;
  }
  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -5rem !important;
  }
  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

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

.font-weight-bold {
  font-weight: 700 !important;
}

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

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

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

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

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #bfbfbf !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: #f2f2f2 !important;
}

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

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

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

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

a.text-tertiary:hover, a.text-tertiary:focus {
  color: #d9d9d9 !important;
}

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

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

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #b3b3b3;
    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 #d9d9d9 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #d9d9d9;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #d9d9d9;
  }
}
/******************************************
*  Author : Jeffrey Smykil   
*  Created On : Tue Oct 13 2020
*  File : _typography.scss
*******************************************/
.text-gray-600 {
  color: #666666 !important;
}

.text-blue-400 {
  color: #006dc1 !important;
}

.text-yellow-200 {
  color: #fbf1cd !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  letter-spacing: 0.5px;
}

h5 {
  text-transform: uppercase;
}

.line-height-sm {
  line-height: 1.2 !important;
}

.line-height-md {
  line-height: 1.5 !important;
}

.line-height-lg {
  line-height: 1.8 !important;
}

/******************************************
*  Author : Jeffrey Smykil   
*  Created On : Tue Oct 13 2020
*  File : site-structure.scss
*******************************************/
html {
  height: 100%;
}

body {
  height: 100%;
  min-height: 100vh;
}
body.no-scroll {
  overflow: hidden;
}

footer {
  flex-shrink: 0 !important;
}

#root {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#root #site-header, #root footer {
  flex-shrink: 0;
}
#root #site-main {
  flex: 1 0 auto;
}
#root #site-header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1020;
}
#root .cobrand-top {
  background-color: #fff;
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  #root .cobrand-top {
    display: none;
    visibility: hidden;
  }
}

#shared-wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: block;
  position: relative;
  bottom: 0;
  width: 100%;
}

#homepage.academic-homepage h1, #homepage.academic-homepage h2 {
  font-size: 2rem;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
}
@media (min-width: 768px) {
  #homepage.academic-homepage h1, #homepage.academic-homepage h2 {
    font-size: 3.875rem;
  }
}
#homepage.academic-homepage section:not(#home-top-search-section) {
  margin-bottom: 3rem;
}
#homepage.academic-homepage section:not(#home-top-search-section) h2 {
  margin-bottom: 1.5rem;
}
#homepage.academic-homepage section#home-top-search-section h1 {
  background-color: #FFFFFF;
}
#homepage.academic-homepage section#home-top-search-section .header-highlight-academic {
  color: #2E6CBB;
}
#homepage.academic-homepage section#home-top-search-section .simple-search-ai-wrapper {
  position: relative;
  max-width: 62.5rem;
  margin: 0 auto 35px;
  gap: 16px;
}
#homepage.academic-homepage section#home-top-search-section #open-ai-chatbot-btn {
  transition: all 0.5s ease-in-out;
}
#homepage.academic-homepage section#home-top-search-section #simple-search {
  background-color: #fff;
  border-radius: 3.125rem;
  border: 6px solid #05D9FF;
  height: 84px;
  flex: 0 0 calc(50% - 8px);
  position: relative;
  transition: all 1s ease-in-out;
}
@media (max-width: 991.98px) {
  #homepage.academic-homepage section#home-top-search-section #simple-search {
    flex: 0 0 calc(100% - 20px);
    margin: 0 auto;
  }
}
#homepage.academic-homepage section#home-top-search-section #simple-search.noperm {
  flex: 0 0 100%;
}
#homepage.academic-homepage section#home-top-search-section #simple-search:before {
  position: absolute;
  top: 10px;
  left: 34px;
  content: attr(data-title);
  font-size: 28px;
}
@media (max-width: 991.98px) {
  #homepage.academic-homepage section#home-top-search-section #simple-search:before {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  #homepage.academic-homepage section#home-top-search-section #simple-search:before {
    top: 50%;
    transform: translateY(-50%);
  }
}
#homepage.academic-homepage section#home-top-search-section #simple-search:after {
  position: absolute;
  bottom: 10px;
  left: 34px;
  content: attr(data-text);
  font-size: 15px;
}
@media (max-width: 991.98px) {
  #homepage.academic-homepage section#home-top-search-section #simple-search:after {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  #homepage.academic-homepage section#home-top-search-section #simple-search:after {
    display: none;
  }
}
#homepage.academic-homepage section#home-top-search-section #simple-search:before, #homepage.academic-homepage section#home-top-search-section #simple-search:after {
  color: #6C6C6C;
  line-height: 1.2;
  pointer-events: none;
  z-index: 3;
}
#homepage.academic-homepage section#home-top-search-section #simple-search:focus-within:before, #homepage.academic-homepage section#home-top-search-section #simple-search:focus-within:after {
  display: none;
}
#homepage.academic-homepage section#home-top-search-section #simple-search input:not([val=""]) {
  padding: 0 0 0 2rem;
  font-size: 1.75rem;
}
#homepage.academic-homepage section#home-top-search-section #simple-search input:not([val=""]):before, #homepage.academic-homepage section#home-top-search-section #simple-search input:not([val=""]):after {
  display: none;
}
#homepage.academic-homepage section#home-top-search-section #home-primary-search {
  height: 100%;
  width: 100%;
  border-radius: 3.125rem;
  border: none;
  z-index: 2;
  max-width: 62.5rem;
  margin: 0 auto;
  font-family: "Barlow";
  font-size: 0.875rem;
  line-height: 1.0625rem;
  position: absolute;
  left: 0;
  top: 0;
}
#homepage.academic-homepage section#home-top-search-section #home-primary-search::placeholder {
  font-size: 16px;
}
#homepage.academic-homepage section#home-top-search-section #home-primary-search-btn {
  background-color: transparent;
  border: none;
  z-index: 2;
}
#homepage.academic-homepage section#home-top-search-section #drop-down-search-suggestions {
  top: 2.8rem;
  border-top: 0.25rem solid;
  border-top-right-radius: 1.125rem;
  border-top-left-radius: 1.125rem;
  border-color: #000000;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  #homepage.academic-homepage section#home-top-search-section #drop-down-search-suggestions {
    border-width: 0.375rem;
    top: 4.1rem;
  }
}
#homepage.academic-homepage section#home-top-search-section .filters-container {
  background: rgba(0, 0, 0, 0.8);
}
#homepage.academic-homepage section#home-top-search-section .filters-title {
  font-family: "Barlow";
  font-size: 1.375rem;
  line-height: 1.625rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(rgba(0, 0, 0, 0.8) 50%, transparent 50%);
  padding: 0.375rem 2.8125rem 0.6875rem 2.8125rem;
  border-radius: 10rem;
}
@media (min-width: 992px) {
  #homepage.academic-homepage section#home-top-search-section .filters-title {
    padding: 0.375rem 4.0625rem 0.6875rem 4.0625rem;
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
#homepage.academic-homepage section#home-top-search-section .advance-title {
  font-size: 2rem;
}
#homepage.academic-homepage section#home-top-search-section #simple-search-options {
  max-width: 62.5rem;
  margin: 0 auto;
}
#homepage.academic-homepage section#home-top-search-section #simple-search-options .form-check {
  width: 50%;
}
@media (min-width: 768px) {
  #homepage.academic-homepage section#home-top-search-section #simple-search-options .form-check {
    width: 25%;
  }
}
#homepage.academic-homepage section#home-top-search-section #simple-search-options .form-check-input {
  position: absolute;
  z-index: -1;
}
#homepage.academic-homepage section#home-top-search-section #simple-search-options .form-check-input:focus + .form-check-label {
  outline: 2px solid -webkit-focus-ring-color;
}
#homepage.academic-homepage section#home-top-search-section #simple-search-options .form-check-input:checked ~ .form-check-label {
  background-color: #ffffff;
  color: #000000;
}
#homepage.academic-homepage section#home-top-search-section #simple-search-options .form-check-label {
  border: 0.1875rem solid #ffffff;
  background-color: #000000;
  color: #ffffff;
  font-family: "Barlow";
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 992px) {
  #homepage.academic-homepage section#home-top-search-section #simple-search-options .form-check-label {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
#homepage.academic-homepage section#home-top-search-section #advanced-search-pane {
  max-width: 62.5rem;
  margin: 0 auto;
}
#homepage.academic-homepage section#home-top-search-section #advanced-search-pane .form-group {
  position: relative;
}
#homepage.academic-homepage section#home-top-search-section #advanced-search-pane label {
  position: absolute;
  top: 0;
  left: 0;
  color: #A8A8A8;
  padding: 0.6rem 1rem;
  height: 100%;
  display: none;
  font-family: "Barlow";
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 500;
  cursor: text;
}
@media (min-width: 992px) {
  #homepage.academic-homepage section#home-top-search-section #advanced-search-pane label {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
#homepage.academic-homepage section#home-top-search-section #advanced-search-pane .form-control {
  background-color: #000000;
  border: 0.125rem solid #A8A8A8;
  color: #FFFFFF;
  font-family: "Barlow";
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 500;
}
@media (min-width: 992px) {
  #homepage.academic-homepage section#home-top-search-section #advanced-search-pane .form-control {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
#homepage.academic-homepage section#home-top-search-section #advanced-search-pane .form-control:placeholder-shown ~ label {
  display: block;
}
#homepage.academic-homepage section#home-top-search-section #advanced-search-button {
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Barlow";
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  #homepage.academic-homepage section#home-top-search-section #advanced-search-button {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
#homepage.academic-homepage section#academic-explore .icon-backing {
  font-size: 1.875rem;
  color: #C51C1C;
}
@media (min-width: 1200px) {
  #homepage.academic-homepage section#academic-explore .carousel-slider-large {
    gap: 1.875rem;
  }
}
#homepage.academic-homepage section#academic-explore .slide-item {
  min-width: 75vw;
  width: 75vw;
  padding: 0 0.25rem;
}
#homepage.academic-homepage section#academic-explore .slide-item:first-of-type {
  padding-left: 0;
}
#homepage.academic-homepage section#academic-explore .slide-item:hover {
  text-decoration: none;
}
#homepage.academic-homepage section#academic-explore .slide-item:hover span > span {
  text-decoration: underline;
}
#homepage.academic-homepage section#academic-explore .slide-item:hover i {
  text-decoration: none;
}
@media (min-width: 576px) {
  #homepage.academic-homepage section#academic-explore .slide-item {
    min-width: 60vw;
    width: 60vw;
  }
}
@media (min-width: 768px) {
  #homepage.academic-homepage section#academic-explore .slide-item {
    min-width: 19.5625rem;
    width: 19.5625rem;
  }
}
@media (min-width: 992px) {
  #homepage.academic-homepage section#academic-explore .slide-item {
    min-width: 0;
    width: auto;
  }
}
@media (min-width: 1200px) {
  #homepage.academic-homepage section#academic-explore .slide-item {
    padding: 0;
    min-width: 21.5625rem;
    width: 21.5625rem;
  }
}
#homepage.academic-homepage section#academic-explore span {
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #222222;
}
#homepage.academic-homepage section#academic-explore img {
  width: 100%;
}
#homepage.academic-homepage section#journals-and-periodicals picture {
  top: 0;
  left: 0;
}
#homepage.academic-homepage section#journals-and-periodicals picture:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#homepage.academic-homepage section#journals-and-periodicals picture img {
  object-fit: cover;
}
#homepage.academic-homepage section#journals-and-periodicals h2 .nowrap {
  white-space: nowrap;
}
#homepage.academic-homepage section#journals-and-periodicals #journal-search {
  border: 0;
  font-family: "Barlow", sans-serif;
  padding-left: 1.25rem;
  padding-right: 0;
  box-shadow: none;
  border-radius: 2rem;
  border: 0.125rem solid black;
  z-index: 1;
}
#homepage.academic-homepage section#journals-and-periodicals #journal-search::placeholder {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  #homepage.academic-homepage section#journals-and-periodicals #journal-search {
    background-color: black;
    color: white;
    border: 0.375rem solid white;
    font-size: 1.75rem;
    line-height: 1.25;
    height: 4.5rem;
    border-radius: 4.5rem;
  }
  #homepage.academic-homepage section#journals-and-periodicals #journal-search::placeholder {
    color: white;
    font-size: 1.75rem;
  }
}
#homepage.academic-homepage section#britannica-partners .card-title {
  line-height: 1.2;
  font-size: 0.75rem;
}
#homepage.academic-homepage section#britannica-partners .card-img-top {
  border: 0.0625rem solid #bbc8d4;
}
#homepage.academic-homepage section#britannica-partners .card i {
  font-size: 5rem;
  color: #bbc8d4;
}
#homepage.academic-homepage section#academic-research a {
  color: black;
}
#homepage.academic-homepage section#academic-research h2 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  #homepage.academic-homepage section#academic-research h2 {
    font-size: 3.875rem;
  }
}
@media (min-width: 768px) {
  #homepage.academic-homepage section#academic-research .media-body {
    max-width: 16.625rem;
  }
}
@media (max-width: 991.98px) {
  #homepage.academic-homepage section#academic-research .img-wrapper {
    width: 4.5rem;
  }
}
#homepage.academic-homepage section#academic-research .carousel {
  display: flex;
}
@media (max-width: 767.98px) {
  #homepage.academic-homepage section#academic-research .carousel {
    height: 17.5rem;
    overflow: hidden;
  }
}
#homepage.academic-homepage section#academic-research .carousel button {
  z-index: 2;
  border: 0;
  background: transparent;
  position: absolute;
  height: max-content;
  top: 24%;
}
#homepage.academic-homepage section#academic-research .carousel button:first-of-type {
  left: 2.25rem;
}
#homepage.academic-homepage section#academic-research .carousel button:not(:first-of-type) {
  right: 2.25rem;
}
#homepage.academic-homepage section#academic-research .carousel button .fa {
  color: #767575;
  font-size: 3rem;
}
#homepage.academic-homepage section#academic-research #resource-tools.slides {
  display: flex;
  justify-content: space-between;
  margin: 0 -0.9375rem;
}
@media (max-width: 767.98px) {
  #homepage.academic-homepage section#academic-research #resource-tools.slides {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    transition: 1s ease-in-out all;
  }
}
#homepage.academic-homepage section#academic-research #resource-tools.slides .slide {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  #homepage.academic-homepage section#academic-research #resource-tools.slides .slide {
    height: auto;
    padding: 0 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  #homepage.academic-homepage section#academic-research #resource-tools.slides .slide.osClass {
    padding: 0 0.5rem;
  }
  #homepage.academic-homepage section#academic-research #resource-tools.slides .slide.osClass:first-of-type {
    padding-left: 0.9375rem;
    padding-right: 0.5rem;
  }
  #homepage.academic-homepage section#academic-research #resource-tools.slides .slide.osClass:last-of-type {
    padding-left: 0.5rem;
    padding-right: 0.9375rem;
  }
}
#homepage.academic-homepage section#academic-research #resource-tools a {
  height: 10rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0.375rem solid #cbcbcb;
  border-radius: 1.5rem;
  padding: 1.25rem;
  margin-bottom: 1.125rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  #homepage.academic-homepage section#academic-research #resource-tools a {
    width: 9.625rem;
  }
}
#homepage.academic-homepage section#academic-research #resource-tools a h3 {
  margin: 1rem 0 0 0;
  font-size: 1.125rem;
  font-weight: bold;
  max-width: 5rem;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #homepage.academic-homepage section#academic-research #resource-tools a h3 {
    margin-top: 0.5rem;
  }
}
#homepage.academic-homepage #mw-search-section {
  border: 0.0625rem solid #567594;
  background-color: #f1f3f5 !important;
}
#homepage.academic-homepage #mw-search-section img {
  height: 5.3125rem;
  width: 5.3125rem;
}
#homepage.academic-homepage #mw-search-section .media-body {
  font-size: 0.85rem;
}
#homepage.academic-homepage #mw-search-section .media-body h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.68rem;
  line-height: 1.1;
}
#homepage.academic-homepage #mw-search-section .form-check-label,
#homepage.academic-homepage #mw-search-section p {
  font-size: 0.8125rem;
}
#homepage.academic-homepage #mw-search-section .arrow-link {
  font-size: 0.875rem;
}
#homepage.academic-homepage #primary-sources-section {
  background-color: #2E6CBB;
  color: white;
  border-radius: 2rem;
  line-height: 1;
}
#homepage.academic-homepage #primary-sources-section h2 {
  color: white;
  font-size: 1.75rem;
}
#homepage.academic-homepage #primary-sources-section p {
  margin-bottom: 2rem;
}
#homepage.academic-homepage #primary-sources-section ul {
  list-style: none;
}
#homepage.academic-homepage #primary-sources-section ul li {
  margin-bottom: 0.75rem;
}
#homepage.academic-homepage #primary-sources-section ul li:last-child {
  margin-bottom: 0;
}
#homepage.academic-homepage #primary-sources-section ul li a {
  color: white !important;
}
#homepage.academic-homepage section#new-and-revised {
  text-align: center;
}
#homepage.academic-homepage section#new-and-revised .revised {
  padding: 0 !important;
  text-align: start;
}
#homepage.academic-homepage section#new-and-revised .card-title {
  color: #222222;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0 !important;
}
#homepage.academic-homepage section#new-and-revised small {
  font-size: 1rem;
}
#homepage.academic-homepage section#new-and-revised .badge-custom {
  background-color: #2c5379;
}
#homepage.academic-homepage section#new-and-revised .carousel-slider-large {
  gap: 1.875rem;
}
#homepage.academic-homepage section#new-and-revised .slide-item {
  width: 25%;
}
@media (max-width: 991.98px) {
  #homepage.academic-homepage section#new-and-revised .slide-item {
    width: auto;
  }
}
#homepage.academic-homepage section#new-and-revised a {
  color: #333333;
}
@media (max-width: 991.98px) {
  #homepage.academic-homepage section#new-and-revised a {
    padding: 0 0.25rem;
  }
}
#homepage.academic-homepage section#new-and-revised a.btn {
  padding: 0.5rem 1rem;
}
#homepage.academic-homepage section#new-and-revised img {
  border-radius: 1rem;
}
@media (max-width: 991.98px) {
  #homepage.academic-homepage section#new-and-revised img {
    max-width: 60vw !important;
    width: 60vw !important;
  }
}
@media (max-width: 575.98px) {
  #homepage.academic-homepage section#new-and-revised img {
    max-width: 75vw !important;
    width: 75vw !important;
  }
}
#homepage.academic-homepage section#on-this-day img {
  border-radius: 2rem;
}
#homepage.academic-homepage section#on-this-day h2 {
  color: #2E6CBB;
  text-transform: uppercase;
  font-size: 2.5rem;
}
#homepage.academic-homepage section#on-this-day h2 span {
  color: #000000;
  text-transform: none;
}
#homepage.academic-homepage section#on-this-day p {
  font-size: 0.875rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
}
#homepage.academic-homepage section#news-of-the-day-section {
  justify-content: center;
  color: #222222;
}
#homepage.academic-homepage section#news-of-the-day-section ul {
  list-style-position: inside;
  list-style: none; /* Remove default bullets */
}
#homepage.academic-homepage section#news-of-the-day-section ul li::before {
  content: "";
  background-color: #D04800; /* Change the color */
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  border-radius: 50%;
  margin-right: 0.375rem;
}
@media (min-width: 768px) {
  #homepage.academic-homepage section#news-of-the-day-section ul li::before {
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.75rem;
  }
}
#homepage.academic-homepage section#news-of-the-day-section li {
  font-size: 0.875rem;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  #homepage.academic-homepage section#news-of-the-day-section li {
    font-size: 1.75rem;
  }
}
#homepage.academic-homepage section#news-of-the-day-section li a {
  color: #222222 !important;
}
#homepage.academic-homepage section#news-of-the-day-section .feed {
  border: 0.5rem solid #CBCBCB;
  border-radius: 1.5rem;
  text-align: center;
}
#homepage.academic-homepage section#news-of-the-day-section .feed:nth-child(2) {
  border-color: #2E6CBB;
}
#homepage.academic-homepage section#news-of-the-day-section .feed:nth-child(2) ul li::before {
  background-color: #2E6CBB; /* Change the color */
}
#homepage.academic-homepage #popular-topics h2, #homepage.academic-homepage #popular-topics h3 {
  color: #000;
}
#homepage.academic-homepage #popular-topics .carousel-slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.875rem;
  row-gap: 2.5rem;
}
@media (max-width: 1199.98px) {
  #homepage.academic-homepage #popular-topics .carousel-slider {
    column-gap: 1.25rem;
    row-gap: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  #homepage.academic-homepage #popular-topics .carousel-slider {
    display: flex;
  }
}
@media (max-width: 991.98px) {
  #homepage.academic-homepage #popular-topics .slick-slide > a > img {
    max-width: 60vw !important;
    width: 60vw !important;
  }
}
@media (max-width: 575.98px) {
  #homepage.academic-homepage #popular-topics .slick-slide > a > img {
    max-width: 75vw !important;
    width: 75vw !important;
  }
}
@media (max-width: 991.98px) {
  #homepage.academic-homepage #popular-topics .topic {
    padding: 0 0.25rem;
  }
  #homepage.academic-homepage #popular-topics .topic:first-of-type {
    padding-left: 0;
  }
  #homepage.academic-homepage #popular-topics .topic:last-of-type {
    padding-right: 0;
  }
}
#homepage.academic-homepage section#popular-searches a.large-link {
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1.2;
}
#homepage.academic-homepage section#popular-searches i {
  color: rgba(44, 83, 121, 0.5);
  font-size: 2.5em;
}
@media (max-width: 1199.98px) {
  #homepage.academic-homepage section#popular-searches i {
    font-size: 2.25em;
  }
}
#homepage.academic-homepage section#credits {
  max-width: 76.8125rem;
  font-family: "Barlow", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: -0.0075rem;
}
#homepage.academic-homepage .btn-academic {
  border-radius: 2.25rem;
  color: white !important;
  background-color: #2E6CBB;
  text-transform: uppercase !important;
  font-weight: bold;
}

.slick-dots {
  display: flex;
  margin: 8px auto 0;
  justify-content: center;
  list-style: none;
}
.slick-dots li button {
  border-radius: 45px;
  height: 20px;
  width: 20px;
  background-color: #e6e6e6;
}
.slick-dots li.slick-active button {
  border-radius: 45px;
  height: 20px;
  width: 20px;
  background-color: #222222;
}

/******************************************
*  Author : Jeffrey Smykil   
*  Created On : Mon Nov 16 2020
*  File : home-search.scss
*******************************************/
/** 
This contains the input styles for: 
  - Search Britannica Academic
  - M-W Search Section 
  - Journal and Periodical Section
**/
#search-background-caption {
  font-size: 0.75rem;
  font-style: italic;
}

#home-top-search-section {
  position: relative;
  border-top: 1px solid #fff;
  background-color: #567594;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 991.98px) {
  #home-top-search-section {
    background-size: auto;
  }
}
#home-top-search-section .container-fluid, #home-top-search-section .container-sm, #home-top-search-section .container-md, #home-top-search-section .container-lg, #home-top-search-section .container-xl {
  height: auto;
}
#home-top-search-section #search-shadow-box {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.5rem;
}
#home-top-search-section .custom-border {
  background-color: #b3b3b3;
  height: 5px;
  margin-bottom: 1px;
  margin-top: 1px;
}
#home-top-search-section #advanced-search-pane input {
  border-radius: 1.25rem;
}
#home-top-search-section h2 {
  margin-bottom: 1.5rem;
}

.search-input-section input {
  height: 2.625rem;
  border-radius: 1.25rem;
  border-left: 1px solid #666666;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
.search-input-section #mw-search-button {
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

#simple-search {
  position: relative;
  display: inline-block;
}
#simple-search #home-primary-search.active {
  border-bottom-left-radius: 0;
}
#simple-search #home-primary-search:disabled {
  opacity: 0.5;
}
#simple-search #full-results-container {
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}
#simple-search #drop-down-search-suggestions {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  opacity: 0.96;
  position: absolute;
  z-index: 1000;
  background-color: #fff;
  padding: 0;
  left: 0;
  right: 0;
  top: 2.5rem;
  width: auto;
  height: auto;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #e5e5e5;
  margin: 0 auto;
  list-style: none !important;
}
#simple-search #drop-down-search-suggestions li {
  list-style: none;
}
#simple-search #drop-down-search-suggestions .list-group-item:first-child {
  border-radius: 0;
}
#simple-search #drop-down-search-suggestions .list-group-item:first-child {
  border-radius: 0;
}
#simple-search #drop-down-search-suggestions .list-group-item:last-child {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
#simple-search #drop-down-search-suggestions .search-suggestions-item a {
  display: block;
  position: relative;
}
#simple-search #drop-down-search-suggestions .search-suggestions-item:hover {
  background: #d9d9d9;
}
@media (max-width: 767.98px) {
  #simple-search #drop-down-search-suggestions .search-items.flex-row li:nth-child(3) {
    display: none;
  }
}
#simple-search #drop-down-search-suggestions .group-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 1.25rem;
  margin-bottom: 0;
}
#simple-search #drop-down-search-suggestions .search-results-heading i {
  color: #4d4d4d;
  font-size: 0.75em;
}
#simple-search #drop-down-search-suggestions .icon-video::before {
  content: "\f144";
}
#simple-search #drop-down-search-suggestions .icon-solid::before,
#simple-search #drop-down-search-suggestions .icon-regular::before,
#simple-search #drop-down-search-suggestions .icon-light::before {
  font-family: "Font Awesome 6 Pro";
}
#simple-search #drop-down-search-suggestions .link-list {
  list-style: square;
  line-height: 2.5em;
}
#simple-search #drop-down-search-suggestions .link-list::marker {
  color: #666666;
}
#simple-search #drop-down-search-suggestions ::marker {
  color: #666666 !important;
}
#simple-search #drop-down-search-suggestions .link::marker {
  color: #666666 !important;
}
#simple-search #drop-down-search-suggestions .media i {
  font-size: 1em;
  background-color: #084466;
  border-radius: 0.5rem;
  height: 4.5rem;
  width: 4.5rem;
  font-size: 2.5em;
  text-align: center;
  padding-top: 0.9375rem;
  margin-top: 0.3125rem;
}
#simple-search #drop-down-search-suggestions .icon::before {
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2em !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

#simple-search-options .form-check-input[disabled] ~ .form-check-label,
#simple-search-options .form-check-input:disabled ~ .form-check-label {
  color: #d9d9d9 !important;
}

#allSearch:disabled,
#exactSearch:disabled,
#anySearch:disabled,
#withoutSearch:disabled,
#nearSearch:disabled,
#advanced-search-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
#allSearch:disabled ~ label,
#exactSearch:disabled ~ label,
#anySearch:disabled ~ label,
#withoutSearch:disabled ~ label,
#nearSearch:disabled ~ label,
#advanced-search-button:disabled ~ label {
  opacity: 0.5;
}

.btn-outline-secondary {
  color: #333333 !important;
}

@media (max-width: 767.98px) {
  .btn-primary.toolbar i {
    font-size: 1.25em !important;
  }
}
@media (hover: hover) {
  .btn-primary.toolbar:hover {
    background-color: #7790A9;
  }
}
.btn-primary.toolbar:active, .btn-primary.toolbar.active {
  background-color: #7790A9 !important;
}

.btn-primary.toolbar, .btn-primary.tts-control {
  border: none;
  height: 2.75em;
  width: 2.75em;
}
.btn-primary.toolbar i, .btn-primary.tts-control i {
  font-size: 1.5em;
}

.btn-primary.tts-control {
  background-color: #bbc8d4;
}
.btn-primary.tts-control i {
  color: #4d4d4d;
}
@media (hover: hover) {
  .btn-primary.tts-control:hover {
    background-color: #567594;
  }
  .btn-primary.tts-control:hover i {
    color: #fff;
  }
}
.btn-primary.tts-control:active {
  background-color: #567594;
}
.btn-primary.tts-control:active i {
  color: #fff;
}

.btn-tertiary {
  color: #567594 !important;
}

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

.popover {
  width: 246px;
}

.popover-header {
  font-weight: 400;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
}

#academic-toolbar button:last-child {
  margin-right: 0 !important;
}

.translated-rtl #academic-toolbar #share-tool-btn,
.translated-rtl #academic-toolbar #share-tool-fav-btn,
.translated-rtl #academic-toolbar .tool-print,
.translated-rtl #academic-toolbar .tool-cite,
.translated-rtl #academic-toolbar .tool-translate,
.translated-rtl #academic-toolbar #tts-tool-btn, .translated-ltr #academic-toolbar #share-tool-btn,
.translated-ltr #academic-toolbar #share-tool-fav-btn,
.translated-ltr #academic-toolbar .tool-print,
.translated-ltr #academic-toolbar .tool-cite,
.translated-ltr #academic-toolbar .tool-translate,
.translated-ltr #academic-toolbar #tts-tool-btn {
  pointer-events: none;
  opacity: 0.5;
}

#share-popover-content div:last-child, .user-content-popover div:last-child {
  margin-bottom: 0 !important;
}
#share-popover-content a:hover,
#share-popover-content .teams-share-link:hover, .user-content-popover a:hover,
.user-content-popover .teams-share-link:hover {
  cursor: pointer;
  background-color: #f2f2f2;
}
#share-popover-content a:hover p,
#share-popover-content .teams-share-link:hover p, .user-content-popover a:hover p,
.user-content-popover .teams-share-link:hover p {
  color: #006dc1;
}
#share-popover-content .tool-google-drive,
#share-popover-content .tool-googleclassroom,
#share-popover-content .teams-share-link,
#share-popover-content .tool-email,
#share-popover-content .copyLink,
#share-popover-content .tool-ms-onedrive, .user-content-popover .tool-google-drive,
.user-content-popover .tool-googleclassroom,
.user-content-popover .teams-share-link,
.user-content-popover .tool-email,
.user-content-popover .copyLink,
.user-content-popover .tool-ms-onedrive {
  border: 1px solid #e5e5e5;
}
#share-popover-content .teams-share-link a, .user-content-popover .teams-share-link a {
  margin-left: -0.25rem;
}
#share-popover-content p, .user-content-popover p {
  line-height: 1.2;
  color: #333333;
}
#share-popover-content .google-classroom,
#share-popover-content .google-drive-icon,
#share-popover-content .ms-onedrive-icon, .user-content-popover .google-classroom,
.user-content-popover .google-drive-icon,
.user-content-popover .ms-onedrive-icon {
  width: 1.5rem;
}
#share-popover-content .email-icon, #share-popover-content .link-icon, #share-popover-content .text-icon, #share-popover-content .image-icon, .user-content-popover .email-icon, .user-content-popover .link-icon, .user-content-popover .text-icon, .user-content-popover .image-icon {
  font-size: 1.5rem;
  color: #006dc1;
}
#share-popover-content .image-stack-icon, .user-content-popover .image-stack-icon {
  margin-left: -4px;
}
#share-popover-content .image-icon, .user-content-popover .image-icon {
  --fa-stack-z-index: 1;
}
#share-popover-content .image-icon-plus, .user-content-popover .image-icon-plus {
  --fa-stack-z-index: 2;
  font-size: 0.75rem;
  padding: 8px 20px;
  color: #006dc1;
}
#share-popover-content .image-icon-plus:before, .user-content-popover .image-icon-plus:before {
  background: white;
  border: 2px solid white;
  border-radius: 90px;
}

/******************************************
*  Author : Jeffrey Smykil   
*  Created On : Tue Oct 13 2020
*  File : site-header.scss
*******************************************/
#primary-site-nav {
  z-index: 1020;
  background-color: #ffffff !important;
  color: #000;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1019607843);
  padding: 18px 20px;
}
#primary-site-nav .navbar-brand .navbar-brand-image {
  height: 3.375rem;
}
@media (max-width: 767.98px) {
  #primary-site-nav .navbar-brand .navbar-brand-image {
    height: 1.7em;
  }
}
#primary-site-nav .navbar-level-indicator {
  color: #fff;
  font-size: 1.5em;
  margin-right: 0.625em;
  padding-bottom: 0.2em;
}
#primary-site-nav .navbar-level-indicator:hover {
  color: #fff !important;
  text-decoration: underline;
}
#primary-site-nav .navbar-search-toggler,
#primary-site-nav .navbar-toggler {
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  border: 0;
  background-color: #fff !important;
  box-sizing: border-box;
  border-radius: 0.25rem;
  color: #006dc1;
  display: inherit;
  background-image: none !important;
  justify-content: flex-end;
  border: 0 !important;
  color: #fff !important;
}
#primary-site-nav .navbar-search-toggler:hover,
#primary-site-nav .navbar-toggler:hover {
  background-color: #c9c9c9 !important;
}
@media (max-width: 767.98px) {
  #primary-site-nav .navbar-search-toggler,
  #primary-site-nav .navbar-toggler {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 1199.98px) {
  #primary-site-nav .navbar-search-toggler,
  #primary-site-nav .navbar-toggler {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  #primary-site-nav .navbar-search-toggler,
  #primary-site-nav .navbar-toggler {
    width: auto;
  }
  #primary-site-nav .navbar-search-toggler .navbar-search-toggler-text,
  #primary-site-nav .navbar-toggler .navbar-search-toggler-text {
    font-size: 1em;
    margin-right: 0.625em;
  }
}
#primary-site-nav .navbar-search-toggler {
  padding: 0.313em !important;
  background-color: #fff !important;
  color: #084466 !important;
}
#primary-site-nav .navbar-search-toggler:hover {
  background-color: #c9c9c9 !important;
}
@media (min-width: 1200px) {
  #primary-site-nav .navbar-search-toggler {
    font-size: 1em !important;
    height: 29px !important;
    width: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1199.98px) {
  #primary-site-nav .navbar-search-toggler {
    align-items: center;
  }
}
#primary-site-nav .navbar-toggler {
  padding: 0;
}
#primary-site-nav .navbar-toggler[aria-expanded=true] {
  background-color: #fff !important;
}
#primary-site-nav .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(8,68,102,1)' stroke-width='3' stroke-linecap='square'  d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
@media (max-width: 767.98px) {
  #primary-site-nav .navbar-toggler {
    align-items: flex-end;
  }
}
@media (max-width: 1199.98px) {
  #primary-site-nav .navbar-toggler {
    align-items: center;
  }
}
#primary-site-nav #navigation-links #login-link {
  text-decoration: none;
}
#primary-site-nav #navigation-links #login-link:hover {
  text-decoration: underline;
}
#primary-site-nav #navigation-links #my-brtannica-dropdown[aria-expanded=true] {
  background-color: #084466 !important;
}
#primary-site-nav #navigation-elements {
  margin: 0 0;
  flex-grow: 0;
}
@media (min-width: 1200px) {
  #primary-site-nav #navigation-elements .navbar-nav #other-products-dropdown {
    padding-right: 0;
  }
}
#primary-site-nav #navigation-elements .navbar-nav #other-products-dropdown .dropdown-menu {
  background: #006dc1;
  color: #fff;
  padding: 0;
  width: 100%;
}
.academic-redesign #primary-site-nav #navigation-elements .navbar-nav #other-products-dropdown:after {
  content: none;
}
#primary-site-nav #navigation-elements .navbar-nav #my-research-button {
  padding-left: 0;
}
#primary-site-nav #navigation-elements .navbar-nav #my-britannica-dropwdown .dropdown-menu {
  background: #006dc1;
  color: #fff;
  padding: 0;
  width: 100%;
}
@media (max-width: 991.98px) {
  #primary-site-nav #navigation-elements {
    margin: 10px 0;
  }
}
#primary-site-nav .active {
  background-color: #084466 !important;
  border-radius: 0.25rem !important;
}
#primary-site-nav ul.navbar-nav > li > a {
  color: #000;
  opacity: 1 !important;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  border-radius: 0.25rem;
  display: block;
  height: 29px;
  line-height: 15px;
}
#primary-site-nav .navbar-search {
  margin-left: 0.625rem;
  display: flex !important;
}
#primary-site-nav button.sign-in {
  border: 0;
  background: transparent;
  color: #fff;
  position: relative;
  padding: 0 5px 0 0px;
  display: block;
  height: 29px;
  list-style: none;
  display: inline-block;
  line-height: 31px;
}
#primary-site-nav button.sign-in i {
  font-weight: bolder;
  color: #000;
  font-family: "Font Awesome 5 Pro";
  padding-right: 0.3125rem;
}
#primary-site-nav button.sign-in:hover {
  text-decoration: underline;
}
#primary-site-nav .dropdown-menu {
  background: #fff;
  border: none;
  color: inherit;
  padding: 0;
}
#primary-site-nav a.dropdown-item {
  color: inherit;
}
#primary-site-nav a:hover.dropdown-item {
  background-color: #fff;
  color: inherit;
}
#primary-site-nav .navbar-dark .navbar-nav a.nav-link {
  color: #000 !important;
  border-radius: 0.25em;
}
#primary-site-nav .nav-item {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  margin: auto 0;
}
#primary-site-nav .nav-item.active .nav-link {
  background-color: #fff;
  border: 1px solid #567594;
}
#primary-site-nav .nav-item-main {
  padding: 0px;
}
#primary-site-nav .nav-item-main.active {
  background-color: #084466 !important;
  border-radius: 4px !important;
  padding: 0;
}
@media (max-width: 1199.98px) {
  #primary-site-nav .nav-item {
    padding: 0 20px;
  }
  #primary-site-nav .nav-item .dropdown-menu a {
    padding-left: 1.25rem;
  }
  #primary-site-nav .nav-item-main {
    padding: 0 20px;
    width: fit-content !important;
    border: 0;
  }
  #primary-site-nav .nav-item-main.active {
    border: 0;
    padding: 0 20px;
  }
  #primary-site-nav .nav-item-main.active a {
    border: 0;
  }
  #primary-site-nav .nav-item-main.active a:hover {
    border: 0;
  }
}
@media (max-width: 1199.98px) and (max-width: 1199.98px) {
  #primary-site-nav .nav-item-main.active {
    padding: 0 25px;
  }
}
@media (max-width: 1199.98px) {
  #primary-site-nav .nav-item {
    margin: 10px 0;
  }
  #primary-site-nav #navigation-elements {
    margin: 10px 0;
  }
  #primary-site-nav .navbar-nav {
    width: 100%;
    margin: 0 0;
    text-align: left;
    justify-content: flex-start;
  }
  #primary-site-nav .nav-item {
    text-align: left;
  }
  #primary-site-nav .nav-item-main a {
    padding: 0.5rem 1rem;
  }
}
#primary-site-nav .btn-my-britannica,
#primary-site-nav .btn-britannica-products {
  color: #000;
  display: block;
  line-height: 15px;
  height: auto !important;
  border: 0;
}
#primary-site-nav .btn-my-britannica[aria-expanded=true],
#primary-site-nav .btn-britannica-products[aria-expanded=true] {
  background-color: #fff !important;
}
#primary-site-nav .btn-my-britannica.dropdown-menu-left {
  padding-left: 0;
}
#primary-site-nav .btn-britannica-products {
  padding: 4px !important;
}
@media (max-width: 1199.98px) {
  #primary-site-nav .btn-britannica-products {
    margin: 0 0 0 12px !important;
  }
}
#primary-site-nav .btn-britannica-products img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
#primary-site-nav .btn-britannica-products:after {
  content: none;
}
#primary-site-nav .btn-my-britannica:hover {
  color: #000;
}
#primary-site-nav #no-border,
#primary-site-nav .no-border {
  border: 0;
  margin-bottom: 10px;
  background-color: #fff;
}
#primary-site-nav a.nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #000 !important;
}
@media (max-width: 1199.98px) {
  #primary-site-nav a.nav-link {
    padding-left: 0.5rem;
  }
}
#primary-site-nav a.nav-link.btn-my-britannica {
  display: inline-block;
}
#primary-site-nav a.nav-link:hover {
  color: #000 !important;
  text-decoration: underline;
  background-color: #fff !important;
}
#primary-site-nav .nav-user-content {
  margin-top: 0;
  margin-left: 0;
}
#primary-site-nav .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#primary-site-nav .hide {
  display: none;
}

.welcome.welcome #primary-site-nav .navbar-search-toggler {
  display: none;
}

.welcome.welcome #primary-site-nav .navbar-search-toggler {
  display: none;
}

#primary-site-nav {
  z-index: 1020;
  background-color: #ffffff !important;
  color: #000;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1019607843);
  padding: 18px 20px;
}
#primary-site-nav .navbar-brand {
  height: 3.375rem;
}
@media (max-width: 767.98px) {
  #primary-site-nav .navbar-brand {
    height: 1.7em;
  }
}
#primary-site-nav .navbar-level-indicator {
  color: #fff;
  font-size: 1.5em;
  margin-right: 0.625em;
  padding-bottom: 0.2em;
}
#primary-site-nav .navbar-level-indicator:hover {
  color: #fff !important;
  text-decoration: underline;
}
#primary-site-nav .navbar-search-toggler,
#primary-site-nav .navbar-toggler {
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  background-color: #fff !important;
  box-sizing: border-box;
  border-radius: 0.25rem;
  color: #084466;
  display: inherit;
  background-image: none !important;
  justify-content: flex-end;
}
#primary-site-nav .navbar-search-toggler:hover,
#primary-site-nav .navbar-toggler:hover {
  background-color: #2c5379 !important;
}
@media (max-width: 767.98px) {
  #primary-site-nav .navbar-search-toggler,
  #primary-site-nav .navbar-toggler {
    width: 28px !important;
    height: 28px !important;
  }
}
@media (max-width: 1199.98px) {
  #primary-site-nav .navbar-search-toggler,
  #primary-site-nav .navbar-toggler {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  #primary-site-nav .navbar-search-toggler,
  #primary-site-nav .navbar-toggler {
    width: auto;
  }
  #primary-site-nav .navbar-search-toggler .navbar-search-toggler-text,
  #primary-site-nav .navbar-toggler .navbar-search-toggler-text {
    font-size: 1em;
    margin-right: 0.625em;
  }
}
#primary-site-nav .navbar-search-toggler {
  padding: 0.313em !important;
  background-color: #05D9FF !important;
  color: black !important;
}
#primary-site-nav .navbar-search-toggler:hover {
  background-color: #fff !important;
  border: 3px solid #05D9FF !important;
}
@media (min-width: 1200px) {
  #primary-site-nav .navbar-search-toggler {
    font-size: 1em !important;
    height: auto !important;
    width: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1199.98px) {
  #primary-site-nav .navbar-search-toggler {
    align-items: center;
  }
}
#primary-site-nav .navbar-toggler {
  padding: 0;
}
#primary-site-nav .navbar-toggler[aria-expanded=true] {
  background-color: #c9c9c9 !important;
}
#primary-site-nav .navbar-toggler .navbar-toggler-icon {
  padding: 0.42em 0.313em 0.313em 0.313em;
}
@media (max-width: 767.98px) {
  #primary-site-nav .navbar-toggler {
    align-items: flex-end;
  }
}
@media (max-width: 1199.98px) {
  #primary-site-nav .navbar-toggler {
    align-items: center;
  }
}

.login .login #primary-site-nav #other-products-dropdown {
  visibility: hidden;
}

.academic-redesign #primary-site-nav .container-xl {
  max-width: 1600px;
}
.academic-redesign #primary-site-nav .navbar-search-toggler {
  font-size: 1em;
  height: auto;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .academic-redesign #primary-site-nav .navbar-search-toggler {
    width: auto;
    height: 29px !important;
  }
}
@media (max-width: 767.98px) {
  .academic-redesign #primary-site-nav .navbar-search-toggler {
    border: 0;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
  }
}
.academic-redesign #primary-site-nav .navbar-search-toggler .navbar-search-toggler-text {
  font: 500 18px/22px "Rubik", sans-serif;
}
@media (max-width: 767.98px) {
  .academic-redesign #primary-site-nav .navbar-search-toggler .navbar-search-toggler-icon i {
    width: 22px;
    font-size: 22px;
  }
}
.academic-redesign #primary-site-nav #navigation-elements {
  margin: 0 0;
  flex-grow: 0;
  color: #fff;
  flex-basis: auto;
  display: flex !important;
  flex-basis: auto;
}
@media (max-width: 991.98px) {
  .academic-redesign #primary-site-nav #navigation-elements {
    margin: 10px 0;
  }
}
.academic-redesign #primary-site-nav #navigation-elements .navbar-nav {
  flex-direction: row;
}
.academic-redesign #primary-site-nav #navigation-elements .navbar-nav .nav-item {
  padding: 0;
  margin: auto 0;
}
.academic-redesign #primary-site-nav #navigation-elements .navbar-nav .btn-help-toggle,
.academic-redesign #primary-site-nav #navigation-elements .navbar-nav .btn-controller-toggle {
  height: 3rem;
  border-radius: 50%;
  padding: 0.375rem 0.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
@media (max-width: 575.98px) {
  .academic-redesign #primary-site-nav #navigation-elements .navbar-nav .btn-help-toggle,
  .academic-redesign #primary-site-nav #navigation-elements .navbar-nav .btn-controller-toggle {
    height: auto;
    border-radius: 50%;
    padding: 0.4063rem 0.5rem;
    border: 0;
  }
}
.academic-redesign #primary-site-nav #navigation-elements .navbar-nav .btn-help-toggle:hover,
.academic-redesign #primary-site-nav #navigation-elements .navbar-nav .btn-controller-toggle:hover {
  background-color: #EFEFEF;
}
.academic-redesign #primary-site-nav #navigation-elements .navbar-nav .btn-help-toggle i,
.academic-redesign #primary-site-nav #navigation-elements .navbar-nav .btn-controller-toggle i {
  font-size: 1.375rem;
  width: 1.375rem;
}
.academic-redesign #primary-site-nav #navigation-elements .navbar-nav #help-links-dropdown ~ .dropdown-menu {
  position: absolute;
  padding: 24px 0;
  border: 2px solid #000;
  border-radius: 24px;
  min-width: 15rem;
}
.academic-redesign #primary-site-nav #navigation-elements .navbar-nav #help-links-dropdown ~ .dropdown-menu.only-my-britannica .dropdown-divider {
  display: none;
}
.academic-redesign #primary-site-nav #navigation-elements .navbar-nav #help-links-dropdown ~ .dropdown-menu .dropdown-divider {
  border-top: 2px solid grey;
}
.academic-redesign #primary-site-nav #navigation-elements .navbar-nav #help-links-dropdown ~ .dropdown-menu .nav-link {
  padding-inline: 24px;
  font: 500 16px/19px "Rubik", sans-serif !important;
  color: #000;
}
.academic-redesign #primary-site-nav #navigation-elements .navbar-nav #my-brtannica-dropdown {
  padding: 0.375rem 0.75rem;
}
.academic-redesign #primary-site-nav #navigation-elements .navbar-nav #my-brtannica-dropdown ~ .dropdown-menu {
  background: #fff;
  border: 1px solid #CCCCCC;
  color: #000 !important;
  box-shadow: 0px 4px 8px #CCCCCC;
  border-radius: 0.5rem;
  position: absolute;
}
.academic-redesign #primary-site-nav #navigation-elements .navbar-nav #other-products-dropdown {
  padding: 0;
}
.academic-redesign #primary-site-nav #navigation-elements .navbar-nav #other-products-dropdown img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.academic-redesign #primary-site-nav #navigation-elements .navbar-nav #other-products-dropdown:after {
  content: none;
}

.teach-link-container.hide-true {
  padding: 0 8px;
}
.teach-link-container.hide-true:hover {
  background-color: #E6E6E6 !important;
  border-radius: 8px;
}
.teach-link-container.hide-false {
  padding: 0 8px;
}
.teach-link-container.hide-false:hover {
  background-color: #E6E6E6 !important;
  border-radius: 8px 8px 0 0;
}

.teach-link:hover {
  text-decoration: none !important;
}
.teach-link:hover .teach {
  text-decoration: underline;
}
.teach-link:hover.teach-desc {
  text-decoration: none;
}

.teach-new {
  display: inline-flex;
  padding: 0 8px;
  width: 100%;
}
.teach-new .teach-new-text {
  color: #d30303 !important;
  font-weight: 700;
}

.teach-desc {
  padding: 0 8px;
  font-size: 12px;
  text-decoration: none;
  color: black;
}

.teach-border {
  border-bottom: 1px solid #b3b3b3;
  margin: 8px;
  background-color: #fff;
}

#other-products-dropdown ~ .dropdown-menu {
  min-width: 260px;
  border: 2px solid #000;
  border-radius: 24px;
  padding: 12px 0;
  position: absolute;
}
#other-products-dropdown ~ .dropdown-menu .dropdown-title {
  margin: 0 12px 4px;
  display: block;
  color: black;
}
#other-products-dropdown ~ .dropdown-menu .nav-link {
  padding-left: 12px;
  padding-right: 18px;
  font: 500 16px/19px "Rubik", sans-serif !important;
}
#other-products-dropdown ~ .dropdown-menu .nav-link.teach {
  padding: 0 8px 0 4px;
  line-height: 1.5em !important;
  color: black;
}
#other-products-dropdown ~ .dropdown-menu .nav-link:not(.teach)::before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #01A2E3;
  display: inline-block;
  margin-right: 8px;
}
#other-products-dropdown ~ .dropdown-menu .nav-link:last-of-type {
  border-radius: 0 0 8px 8px;
}

/******************************************
*  Author : Jeffrey Smykil   
*  Created On : Tue Oct 13 2020
*  File : site-footer.scss
*******************************************/
#site-footer {
  padding: 0 1em;
  background-color: #ffffff !important;
  box-shadow: 0px -6px 4px rgba(0, 0, 0, 0.1019607843);
  z-index: 2;
}
#site-footer .footer-list-links {
  font-size: 0.75em;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  #site-footer .footer-list-links {
    flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  #site-footer .footer-list-links a {
    line-height: 1.75;
  }
}
#site-footer .footer-info-links {
  color: #000000;
}
#site-footer .footer-copyright {
  color: #000000;
  font-size: 0.75em;
}
#site-footer.academic-redesign {
  background-color: #fff !important;
  box-shadow: 0px -6px 4px rgba(0, 0, 0, 0.1019607843);
  padding: 0 1em;
}
#site-footer.academic-redesign > .container-xl {
  max-width: 1600px;
  padding: 0.25rem 0.9375rem;
}
#site-footer.academic-redesign .footer-logo {
  width: 9.375rem;
}
#site-footer.academic-redesign .footer-list-links {
  font-size: 0.75em;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  #site-footer.academic-redesign .footer-list-links {
    flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  #site-footer.academic-redesign .footer-list-links a {
    line-height: 44px;
  }
}
#site-footer.academic-redesign .footer-info-links {
  color: #000;
}
#site-footer.academic-redesign .footer-copyright {
  color: #000;
  font-size: 0.75em;
}
#site-footer.academic-redesign .locale-IN {
  line-height: 38px;
}
#site-footer .footer-logo {
  width: 9.375rem;
}

/******************************************
*  Author : Jeffrey Smykil   
*  Created On : Tue Oct 13 2020
*  File : site-structure.scss
*******************************************/
html {
  height: 100%;
}

body {
  height: 100%;
  min-height: 100vh;
}
body.no-scroll {
  overflow: hidden;
}

footer {
  flex-shrink: 0 !important;
}

#root {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#root #site-header, #root footer {
  flex-shrink: 0;
}
#root #site-main {
  flex: 1 0 auto;
}
#root #site-header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1020;
}
#root .cobrand-top {
  background-color: #fff;
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  #root .cobrand-top {
    display: none;
    visibility: hidden;
  }
}

#shared-wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: block;
  position: relative;
  bottom: 0;
  width: 100%;
}

.highlight {
  color: #333333;
  background-color: #ffff00;
}

.slick-slider .scroller {
  font-size: 1.5em;
  text-align: center;
  cursor: pointer;
  display: none;
  white-space: no-wrap;
  vertical-align: middle;
}
.slick-slider .slick-chevron {
  text-align: center;
  cursor: pointer;
  display: none;
  vertical-align: middle;
  font-size: 2.2rem;
  z-index: 2;
}
.slick-slider .slick-chevron .fa-chevron-circle-right {
  margin-left: -1.5rem;
}
.slick-slider .slick-chevron .fa-chevron-circle-left {
  margin-left: 0.5rem;
}
.slick-slider .slick-arrow {
  color: #666666;
  position: absolute;
  top: 35%;
  display: block;
  width: 20px;
  height: 18px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none !important;
  background: transparent;
}
.slick-slider .slick-prev {
  left: -20px;
}
.slick-slider .slick-next {
  right: -20px;
}
.slick-slider .slick-disabled {
  display: none !important;
}
.slick-slider li,
.slick-slider span {
  text-transform: uppercase;
  padding: 1px 4px 1px 4px;
  background-color: transparent;
  color: #666666;
}
.slick-slider li a,
.slick-slider span a {
  color: #666666;
}
.slick-slider li.active,
.slick-slider span.active {
  font-weight: bold;
  background-color: #d9d9d9;
  padding: 1px 16px 1px 16px;
  border-radius: 12px;
  margin-right: 8px !important;
  color: black;
}
.slick-slider li.active a,
.slick-slider span.active a {
  color: black;
}

#search-results-nav .nav.nav-list {
  text-transform: uppercase;
}
#search-results-nav .nav.nav-list li {
  background-color: transparent;
  color: #666666;
}
#search-results-nav .nav.nav-list li a {
  color: #666666;
}
#search-results-nav .nav.nav-list li.active {
  font-weight: bold;
  background-color: #d9d9d9;
  padding: 1px 8px 1px 8px;
  border-radius: 12px;
  color: black;
}
#search-results-nav .nav.nav-list li.active a {
  color: black;
}
#search-results-nav .nav.nav-list .dropdown-menu {
  background-color: white;
}

#factbook-home .help-tabs-slider-cont .nav-link-wrapper, #factbook-home .factbook-tabs-slider-cont .nav-link-wrapper {
  text-transform: uppercase;
  padding: 1px 4px 1px 4px;
  background-color: transparent;
  color: #666666;
}
#factbook-home .help-tabs-slider-cont .nav-link-wrapper a, #factbook-home .factbook-tabs-slider-cont .nav-link-wrapper a {
  color: #666666;
}
#factbook-home .help-tabs-slider-cont .nav-link-wrapper.active, #factbook-home .factbook-tabs-slider-cont .nav-link-wrapper.active {
  font-weight: bold;
  background-color: #d9d9d9;
  padding: 1px 16px 1px 16px;
  border-radius: 12px;
  margin-right: 8px !important;
  color: black;
}
#factbook-home .help-tabs-slider-cont .nav-link-wrapper.active a, #factbook-home .factbook-tabs-slider-cont .nav-link-wrapper.active a {
  color: black;
}

.slick-initialized {
  display: block !important;
}

.pre-slick {
  display: none;
}

.visuallyhidden {
  display: none;
}

.hidden {
  display: none;
}

.search #accordionSearch .btn {
  -webkit-appearance: none;
}
.search .view-pdf {
  font-family: "Open Sans", sans-serif !important;
  color: #006dc1;
  font-size: 16px !important;
  font-weight: 700 !important;
  display: block;
}
.search .text-website-url {
  color: #666666;
}
.search .play-audio {
  cursor: pointer;
}
.search .play-audio :hover {
  color: #567594;
}
.search .sort-by-text {
  font-size: 16px;
}
.search .fa-star {
  color: #990f0f;
  background: transparent;
  border: 0;
}
.search .advanced-search-border {
  margin-bottom: 1px !important;
  border-bottom: 2px solid #b3b3b3 !important;
}
.search #generic-header .page-subheader1 {
  font-weight: bold;
  text-transform: uppercase;
}
.search a.h4 {
  color: #006dc1 !important;
}
.search .video-thumb-container {
  position: relative;
}
@media (min-width: 768px) {
  .search .mg-media-container {
    height: 100% !important;
  }
}
.search .h3 {
  color: #006dc1;
}
.search .search-accordion {
  background-color: #f8f8f8;
}
.search .academic-search-container .search-suggestion-container {
  border-left: 5px #c9c9c9 solid;
  padding-left: 1.5rem;
  margin-top: 1.5rem;
}
.search .academic-search-container .search-suggestion-container h6 {
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif !important;
}
.search .academic-search-container .search-suggestion-container .search-suggestion {
  color: black;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif !important;
}
.search .sort-container {
  min-height: 3.5rem;
  background: #e5e5e5;
}
.search .sort-container .sort-dropdown-toggle {
  min-width: 300px;
  background-color: #f2f2f2;
  overflow: hidden;
}
.search .sort-container .dropdown-toggle:after {
  display: none;
}
.search .sort-dropwdown-menu {
  background-color: white;
}
.search .sort-dropwdown-menu a {
  font-size: 1rem !important;
}

.sidebar-nav {
  font-size: 1em;
}

.results.articles .h6 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
}
.results.articles > li > a {
  font-weight: 600 !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 28px !important;
  line-height: 1.2 !important;
}
.results.dictionary dfn {
  font-family: "Barlow Condensed", sans-serif;
}
.results.media {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.results.magazines a {
  font-size: 2rem;
  font-family: "Barlow Condensed", sans-serif;
}
.results.magazines li > a:first-of-type {
  font-weight: 600 !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 28px !important;
  line-height: 1.2 !important;
}
.results.iguide a {
  font-size: 1.5rem;
}
.results.iguide li > a {
  font-weight: 600 !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 28px !important;
}
.results.primary-sources a {
  font-size: 1.5rem;
}
.results.primary-sources li > a {
  font-weight: 600 !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 28px !important;
  line-height: 1.2 !important;
}
.results.year-in-review a {
  font-size: 1.5rem;
}
.results.year-in-review li > a {
  font-weight: 600 !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 28px !important;
  line-height: 1.2 !important;
}
.results.lesson-plan a {
  font-size: 1.5rem;
}
.results.lesson-plan li > a {
  font-weight: 600 !important;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 28px !important;
  line-height: 1.2 !important;
}

.cancel-icon {
  cursor: pointer;
}

.more-btn {
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .search-result-tabs-container {
    margin-top: 1.5rem;
  }
}

.search-result-tabs {
  width: 260px;
  height: 32px;
  background-color: #D1D1D1;
  border: 1px solid #B3B3B3;
  border-radius: 10px;
  padding: 0px 15px;
}
@media (max-width: 991.98px) {
  .search-result-tabs {
    margin: auto;
    margin-bottom: 16px;
  }
}

.high.search .results.media.grid.size-control-enabled > li.thumb {
  height: auto;
}
.high.search .results.media.grid.size-control-enabled > li.thumb > a {
  font-size: inherit;
}
.high.search .results.media.grid.size-control-enabled > li.thumb > a .thumb-container {
  height: 5.2em;
}
.high.search .results.media.grid.size-control-enabled > li.thumb > a .thumb-container img {
  margin: 0 -4px;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.content.dictionary .dictionary-function, .content.dictionary .dictionary-pronunciation {
  color: #5e5e5e;
}
.content.dictionary a {
  font-weight: 600;
}
.content.articles .media-strip ul {
  flex-wrap: nowrap;
}

/* ====================================================================================================
* [ search generics ]
* styles in this section are meant to be used by all levels unless overriden below
* ====================================================================================================
*/
mark {
  padding: 1px;
  background-color: transparent;
  font-weight: bold;
  font-style: italic;
}

.results {
  margin-left: 0;
  padding-top: 1em;
  list-style: none;
}
.results > li > a,
.results > li > span > a,
.results > dt > a {
  font-weight: bold;
}
.results cite,
.results time {
  color: #666666;
}
.results .search-more,
.results .search-more a {
  font-size: 12px !important;
  color: #5e5e5e;
  text-transform: uppercase;
  font-weight: bold;
}
.results .show-lexile {
  margin-left: 5px;
  color: gray;
  display: none;
}
.results .fontello-icon-star,
.results .fontello-icon-star-empty {
  color: #CB7900;
  font-size: 18px;
  cursor: pointer;
  cursor: hand;
}
.results.articles > li, .results.magazines > li, .results.iguide > li, .results.primary-sources > li, .results.learning-materials > li, .results.year-in-review > li, .results.lesson-plan > li {
  padding-bottom: 1rem;
}
.results.articles > li:nth-child(4) {
  border-top: none;
}

#show-lexile-filter {
  line-height: 11px;
  background: none !important;
  border-top: 1px solid gray;
  border-radius: 0;
  margin: 4px 30px 4px 20px;
  padding: 25px 20px 5px 25px;
}
#show-lexile-filter i {
  float: none;
  font-size: 17px;
  margin-left: 5px;
}

#rangeSlider {
  height: 0.4em;
  background: none;
  background-color: rgba(51, 51, 51, 0.1);
  border: 1px solid gray;
}
#rangeSlider .ui-slider-range {
  background: none;
  background-color: #096283;
}
#rangeSlider a {
  background: none;
  background-color: white;
  border-color: gray;
}

.tocs {
  padding-top: 12px;
}
.tocs > li {
  margin-top: -6px;
}
.tocs > li > p {
  margin-bottom: 12px !important;
}
.tocs > li:last-child > p {
  margin-bottom: 0 !important;
}
.tocs > li > a {
  font-size: 20px;
}

.more-results {
  display: none;
}

.search .thumbnail-arranger {
  display: inline-block;
  padding: 0 6px 5px;
  vertical-align: top;
}
.search .thumbnail-arranger:hover {
  text-decoration: none;
}
.search .thumbnail-arranger.selected {
  background-color: grayer;
}
.search .thumbnail-arranger img {
  width: 24px;
  height: 19px;
  vertical-align: top;
  margin-top: 5px;
}

.search .thumbnail-size-tool {
  line-height: 27px;
  display: inline-block;
  margin-right: 30px;
}
.search .thumbnail-size-tool > * {
  vertical-align: middle;
}
.search .thumbnail-size-tool i.large:before {
  font-size: 20px;
}
.search .thumbnail-size-tool .thumbnail-slider-slider {
  width: 120px;
  height: 0.6em;
  font-size: 8px;
  margin: 0 10px;
  display: inline-block;
}
.search .thumbnail-size-tool .thumbnail-slider-slider.ui-slider.ui-widget-content {
  border: 1px solid #A9A9A9;
  background: white;
}
.search .thumbnail-size-tool .thumbnail-slider-slider.ui-slider.ui-widget-content .ui-slider-handle {
  width: 1.5em;
  height: 1.5em;
  top: -0.62em;
}
.search .thumbnail-size-tool .thumbnail-slider-slider.ui-slider.ui-widget-content .ui-slider-range.ui-widget-header {
  background: grayerish;
}
.search .thumbnail-size-tool .thumbnail-slider-slider.ui-slider.ui-widget-content .ui-slider-handle.ui-corner-all {
  border-radius: 8px;
}
.search .thumbnail-size-tool .thumbnail-slider-slider.ui-slider.ui-widget-content .ui-slider-handle.ui-state-default {
  border: 1px solid #AFAFAF;
  background: #EBEBEB;
}

.results.media {
  padding-top: 1em;
}

.results .thumb {
  float: left;
  width: 16%;
  height: 100px;
  margin: 2% 2% 25px 2%;
  text-align: center;
  line-height: 100px;
}

.results.media.grid .thumb {
  margin: 0px 15px 25px;
  width: 230px;
  height: 180px;
  display: inline-block;
  float: none;
}
.results.media.grid .thumb a {
  max-height: none;
}
.results.media.grid .thumb img {
  width: auto;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  max-height: 120px;
}
.results.media.grid .thumb .shortCaption {
  color: #333333;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  padding-top: 20px;
  height: 50px;
}

.results.media.strip .thumb {
  display: inline-block;
  float: none;
  margin: 0;
  overflow: hidden;
  line-height: normal;
  width: auto;
  height: auto;
}
.results.media.strip .thumb a {
  position: static;
}
.results.media.strip .thumb img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  border-radius: 0;
}
.results.media.strip .thumb .shortCaption {
  display: none;
}
.results.media.strip .thumb .fontello-icon-play {
  display: none;
}

#preview {
  margin-left: -1em;
  padding-top: 1em;
}

/* ===[ dictionary ]=== */
.dictionary hgroup {
  border-bottom: 1px solid #aaaaaa;
}

.dictionary dt {
  padding: 1em 0;
}

.dictionary dt:first-child {
  padding-top: 0;
}

.dictionary dfn {
  font-size: 28px !important;
  font-style: normal;
  font-weight: bold;
}

.dictionary .alt-head {
  font-weight: bold;
}

.dictionary-function {
  font-style: italic;
  font-weight: normal;
  padding-left: 0.8em;
}

.dictionary-pronunciation {
  font-weight: normal;
  padding-left: 0.8em;
}

.dictionary-playback {
  padding-left: 0.8em;
}

.dictionary-wordtype {
  padding: 0.5em;
  font-weight: normal;
  font-style: italic;
}

.dictionary-sn {
  padding-left: 0.8em;
}

.dictionary .mejs-audio {
  display: none;
}

.dictionary-snp {
  padding-left: 1.7em;
}

.dictionary cite {
  font-style: italic;
}

/* ===[ meida ]=== */
.search .results.media a {
  position: relative;
}
.search .results.media a:hover {
  text-decoration: none;
}

.search .results.media a span.fontello-icon-play {
  height: 2em;
  width: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 50%;
  border: 1px solid white;
}

.search .results.media a span.fontello-icon-play:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.4rem;
  margin-left: 2px;
}

/* ===[ web's best sites ]=== */
.results.iguide li a mark {
  font-style: normal;
}

.high .results.iguide li a mark {
  color: #006DC1;
}

/* ===[ search cobrands ]=== */
#search-content-credit {
  min-height: 4rem;
  background-color: #2c5379;
  color: #fff;
  font-style: italic;
  font-size: 12px;
}

.high.search .mg-media-container {
  height: 100% !important;
}
.high.search #header-tools-container {
  float: right;
  margin-top: 1rem;
}
.high.search li.media-strip ul.results.media {
  padding-top: 0;
}
.high.search li.media-strip ul.results.media .thumb {
  margin-bottom: 15px;
  height: 120px;
}
.high.search li.media-strip ul.results.media .thumb .shortCaption {
  display: none;
}
.high.search li.media-strip div.media-search {
  color: #000;
  font-weight: bold;
}
.high.search li.media-strip div.media-search > a {
  float: right;
}
.high.search li.media-strip div.media-search > a i {
  font-size: 13px;
}
.high.search li.media-strip div.media-search > a span {
  margin-left: 5px;
}
.high.search .content.articles {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.high.search .level-tabs li form {
  width: 42px;
  text-align: center;
  margin-bottom: 0 !important;
}
.high.search .level-tabs li form span {
  color: black;
}
.high.search .level-tabs li form .active {
  background: blue;
  border-radius: 3rem;
  height: 42px;
  width: 42px;
  line-height: 28px;
  margin-top: -6px;
}
.high.search .level-tabs li form .active span {
  color: white;
}
.high.search .level-tabs li span:hover {
  color: blue;
}
.high.search .media-strip .thumb-container img, .high.search .media-strip .video-thumb-container img {
  border: 1px solid white;
}

.high-content .media-strip {
  background: #fbf1cd;
  border-radius: 0px;
  margin: 0;
}
.high-content .media-strip a, .high-content .media-strip i {
  color: #666666;
}

.high-topbar {
  padding-left: 0;
  padding-right: 0;
}
.high-topbar .dropdown-toggle::after {
  display: none;
}

#generic-header header {
  padding: 1rem 0 0;
  background-color: #567594;
}
#generic-header header .page-title, #generic-header header .page-subheader1, #generic-header header .page-subheader2 {
  color: #fff;
}
#generic-header .custom-border {
  background-color: #b3b3b3;
  height: 5px;
  margin-bottom: 1px;
  margin-top: 1px;
}

.modal-footer {
  justify-content: center;
  background-color: #e5e5e5;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.modal-footer > * {
  margin-top: 0;
  margin-bottom: 0;
}
.modal-footer button {
  min-width: 100px;
}
.modal-footer .done-btn {
  display: none;
}
.modal-footer .btn-secondary {
  border: 1px solid #567594;
  background-color: #fff;
  color: #567594;
}
.modal-footer .btn-secondary:hover {
  background-color: #567594;
  color: #fff;
}

.modal-body {
  padding-top: 0.25rem;
  padding-bottom: 2.5rem;
}
.modal-body h3, .modal-body h4 {
  font-size: 1.25rem;
  font-weight: 600 !important;
}
.modal-body label[for=citation-select] {
  margin-top: 1rem;
  font-weight: 700;
}
.modal-body .hide {
  display: none;
}

h3.modal-title, h5.modal-title {
  font-size: 2rem;
  color: #666666;
  line-height: 1.2;
  text-transform: none;
  font-weight: 600 !important;
}

.modal-header .close {
  font-size: 2.25rem;
  color: #666666;
}
.modal-header .close:hover {
  color: #006dc1;
  opacity: 1 !important;
}

.copy-modal #pageUrl {
  word-wrap: break-word;
}

#search-modal {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  opacity: 0.96;
}
#search-modal button.close {
  color: #666666;
}
#search-modal button.close:hover {
  color: #006dc1;
}
#search-modal .search-item a {
  position: relative;
}
#search-modal #search-critera .input-group {
  width: inherit;
}
#search-modal .navbar-search {
  margin-left: 0.625rem;
}
#search-modal #query {
  width: 100%;
}
#search-modal .form-inline {
  justify-content: flex-start;
}
#search-modal .search-results {
  margin: 0 auto;
  display: block;
}
#search-modal .input-group {
  justify-content: center;
  margin: 0 auto;
  width: inherit;
  width: 100%;
}
#search-modal .navbar-search {
  margin-left: 0.625rem;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  #search-modal .modal-dialog {
    margin-left: 1.25em;
    margin-right: 1.25em;
  }
}
#search-modal .form-control {
  border-top-left-radius: 1.88rem;
  border-bottom-left-radius: 1.88rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  margin: 0;
}
#search-modal #search-results .search-item:hover {
  background: #d9d9d9;
}
#search-modal #primary-search-button {
  border: 0.0625rem solid #084466;
  border-left: 0;
  height: 2.375rem;
  border-top-right-radius: 1.88rem;
  border-bottom-right-radius: 1.88rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#search-modal #primary-search-button:disabled {
  cursor: not-allowed;
}
#search-modal ul {
  list-style: none;
}
@media (max-width: 767.98px) {
  #search-modal .search-items.flex-row li:nth-child(3) {
    display: none;
  }
}
#search-modal .group-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 1.25rem;
}
#search-modal #search-results-modal-body {
  overflow: auto;
}
#search-modal .modal-header {
  background-color: #d9d9d9;
}
#search-modal .modal-body {
  overflow: auto;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
#search-modal .modal-body.a {
  color: #006dc1;
}
#search-modal .modal-body li:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
#search-modal .search-results-heading i {
  color: #4d4d4d;
  font-size: 0.75em;
}
#search-modal .icon-video::before {
  content: "\f144";
}
#search-modal .icon-solid::before,
#search-modal .icon-regular::before,
#search-modal .icon-light::before {
  font-family: "Font Awesome 5 Pro";
}
#search-modal .link-list {
  list-style: square;
  line-height: 2.5em;
}
#search-modal .link-list::marker {
  color: #666666;
}
#search-modal ::marker {
  color: #666666 !important;
}
#search-modal .link::marker {
  color: #666666 !important;
}
#search-modal .media i {
  font-size: 1em;
  background-color: #084466;
  border-radius: 0.5rem;
  height: 72px;
  width: 72px;
  font-size: 2.5em;
  text-align: center;
  padding-top: 15px;
  margin-top: 5px;
}
#search-modal .icon::before {
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2em !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

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

#breakpoint-viewer {
  bottom: 100px;
  left: 25px;
  background: rgba(0, 0, 0, 0.5);
  height: 100px;
  width: 100px;
  border-radius: 1rem;
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5 em;
  font-weight: bolder;
}

.infuser-loading {
  display: none;
}

.high.compare .compare-content-container .compare-profile .country-selector a > span, .high.compare .compare-content-container .compare-profile .country-selector b,
.high.compare .compare-content-container .compare-more .country-selector a > span,
.high.compare .compare-content-container .compare-more .country-selector b {
  color: #333333;
}
.high.compare .compare-content-container .compare-profile .country-selector input,
.high.compare .compare-content-container .compare-more .country-selector input {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.high.compare .compare-content-container .compare-profile .country-selector .chzn-container-single,
.high.compare .compare-content-container .compare-more .country-selector .chzn-container-single {
  width: 100%;
}
.high.compare .compare-content-container .compare-profile .country-selector div > a,
.high.compare .compare-content-container .compare-more .country-selector div > a {
  display: flex;
  align-items: center;
}
.high.compare .compare-content-container .compare-profile .country-selector div > div > input,
.high.compare .compare-content-container .compare-more .country-selector div > div > input {
  border-radius: 0.188em;
  width: 100%;
  font-size: 1em;
  color: #333333;
  line-height: 1.2;
}
.high.compare .compare-countries-loading-icon {
  font-size: 2em;
}
.high.compare #compare-country-profile .compare-table-head .compare-countries-flag,
.high.compare #compare-more .compare-table-head .compare-countries-flag {
  max-height: 3.75em;
}
.high.compare #compare-country-profile .compare-table-body .compare-table-body-data a,
.high.compare #compare-more .compare-table-body .compare-table-body-data a {
  font-weight: 600;
}
.high.compare #compare-country-profile .compare-table-body .compare-table-body-data .compare-countries-image-results .compare-countries-image-cont,
.high.compare #compare-more .compare-table-body .compare-table-body-data .compare-countries-image-results .compare-countries-image-cont {
  height: 5.625em;
}
.high.compare #compare-country-profile .compare-table-body .compare-table-body-data .compare-countries-image-results .compare-countries-image-cont:nth-child(n+4),
.high.compare #compare-more .compare-table-body .compare-table-body-data .compare-countries-image-results .compare-countries-image-cont:nth-child(n+4) {
  margin-top: 1.5rem;
}
@media (max-width: 991.98px) {
  .high.compare #compare-country-profile .compare-table-body .compare-table-body-data .compare-countries-image-results .compare-countries-image-cont:nth-child(n+4),
  .high.compare #compare-more .compare-table-body .compare-table-body-data .compare-countries-image-results .compare-countries-image-cont:nth-child(n+4) {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .high.compare #compare-country-profile .compare-table-body .compare-table-body-data .compare-countries-image-results .compare-countries-image-cont:nth-child(n+3),
  .high.compare #compare-more .compare-table-body .compare-table-body-data .compare-countries-image-results .compare-countries-image-cont:nth-child(n+3) {
    margin-top: 1.5rem;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .high.compare #compare-country-profile .compare-table-body .compare-table-body-data .compare-countries-image-results .compare-countries-image-cont:nth-child(n+3),
  .high.compare #compare-more .compare-table-body .compare-table-body-data .compare-countries-image-results .compare-countries-image-cont:nth-child(n+3) {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .high.compare #compare-country-profile .compare-table-body .compare-table-body-data .compare-countries-image-results .compare-countries-image-cont:nth-child(n+2),
  .high.compare #compare-more .compare-table-body .compare-table-body-data .compare-countries-image-results .compare-countries-image-cont:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}
.high.compare #compare-country-profile .compare-table-body .compare-table-body-data .compare-countries-image-results .compare-countries-image-cont > a,
.high.compare #compare-country-profile .compare-table-body .compare-table-body-data .compare-countries-image-results .compare-countries-image-cont > a > img,
.high.compare #compare-more .compare-table-body .compare-table-body-data .compare-countries-image-results .compare-countries-image-cont > a,
.high.compare #compare-more .compare-table-body .compare-table-body-data .compare-countries-image-results .compare-countries-image-cont > a > img {
  max-height: 5.625em;
}
@media (max-width: 991.98px) {
  .high.compare #compare-country-profile .compare-table-body .compare-table-body-data .compare-countries-video-results .compare-countries-video-cont:nth-child(-n+2),
  .high.compare #compare-more .compare-table-body .compare-table-body-data .compare-countries-video-results .compare-countries-video-cont:nth-child(-n+2) {
    margin-bottom: 1.5rem;
  }
}
.high.compare #compare-country-profile .compare-table-body .compare-table-body-data .compare-countries-video-results .compare-countries-video-cont > a,
.high.compare #compare-country-profile .compare-table-body .compare-table-body-data .compare-countries-video-results .compare-countries-video-cont > a > div,
.high.compare #compare-country-profile .compare-table-body .compare-table-body-data .compare-countries-video-results .compare-countries-video-cont > a > div > img,
.high.compare #compare-more .compare-table-body .compare-table-body-data .compare-countries-video-results .compare-countries-video-cont > a,
.high.compare #compare-more .compare-table-body .compare-table-body-data .compare-countries-video-results .compare-countries-video-cont > a > div,
.high.compare #compare-more .compare-table-body .compare-table-body-data .compare-countries-video-results .compare-countries-video-cont > a > div > img {
  width: 100%;
}
.high.compare .chzn-container {
  width: 100%;
}
.high.compare .chzn-container .chzn-results li {
  line-height: 1.2;
}
.high.compare .chzn-drop {
  width: 100%;
}

.table {
  line-height: 1.5;
  margin-bottom: 0;
}
.table .thead-light td {
  background-color: #c9c9c9;
}
.table.table-bordered tbody {
  border-bottom: 2px solid #d9d9d9;
}
.table.table-bordered tbody th {
  text-align: left;
}
.table tfoot {
  font-size: 0.85em;
}
@media (max-width: 767.98px) {
  .table tfoot {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #browse-content .thumb, #biography-browse-content .thumb {
    width: 21%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #browse-content .thumb, #biography-browse-content .thumb {
    width: 29%;
  }
}
@media (max-width: 480px) {
  #browse-content .thumb, #biography-browse-content .thumb {
    width: 46%;
  }
}
#browse-content .bio-label, #biography-browse-content .bio-label {
  font-family: "Barlow Condensed", sans-serif;
}
#browse-content .video-duration, #biography-browse-content .video-duration {
  position: absolute;
  bottom: 0.125rem;
  right: 0.1875rem;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
  padding: 0.1875rem;
}

.browse-carousel-container .browse-category-card {
  text-transform: none !important;
}

#browse-node-main ul li {
  float: left;
  width: 240px;
}
#browse-node-main ul li a, #browse-node-main ul li button {
  color: #535353;
  font-size: 18px;
  padding: 0;
  border: none;
  height: 100%;
  width: 100%;
}

.browse-node-sub {
  border: 1px solid #d9d9d9;
  border-top: 10px solid #d9d9d9;
}

@media (max-width: 991.98px) {
  .high.browse .browse-content-categories {
    padding: 1.5em;
    padding-left: 0.4em;
  }
}
.high.browse .thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
.high.browse .thumb img {
  width: auto;
  max-height: 100px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.high.browse .results-count {
  color: #666666;
  font-size: 0.8rem;
}

.high.browse .browse-mobile-nav-container li {
  font-weight: bold;
}

.high.browse .browse-header {
  padding-top: 1.25rem !important;
  padding-bottom: 1rem !important;
}
@media (min-width: 992px) {
  .high.browse .hero-title-text-lg {
    font-size: 2.625rem !important;
  }
}
.high.browse .browse-container {
  width: 100%;
}
.high.browse .browse #browse-node-articles-container.span12.full-width {
  margin-left: 0;
}
.high.browse .browse-node {
  position: relative;
  width: 100%;
  margin: 0;
  text-align: center;
}
.high.browse .browse-node .card .card-body {
  line-height: 1.2;
}
.high.browse .browse-node ul .card-img-top {
  height: 8.5em;
  object-fit: cover;
}
.high.browse .browse-node ul li {
  list-style: none;
}
.high.browse .browse-node ul li a, .high.browse .browse-node ul li button {
  display: block;
  color: white;
  font-size: 1.4375em;
  line-height: 1.4375em;
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.0625em;
  outline: none;
  background: white no-repeat center center;
}
.high.browse .browse-node ul li a.disabled, .high.browse .browse-node ul li button.disabled {
  pointer-events: none;
  cursor: default;
}
.high.browse #browse-node-main ul li {
  float: left;
  width: 240px;
  color: #535353;
  font-size: 18px;
}
.high.browse .browse-node-sub ul li a {
  width: 100%;
  display: inline-block;
  font-size: 1.5em;
  line-height: 2.25em;
  letter-spacing: 0;
}
.high.browse .browse-node-articles-content h6,
.high.browse .browse-node-media-content h6 {
  font-size: 0.75em;
  font-weight: bold;
  color: #666666;
  padding-left: 0.75em;
}
.high.browse .browse-node-articles-content {
  text-align: left;
  display: none;
}
.high.browse .browse-node-articles-content li.browse-node-article {
  padding: 0.3125em;
}
.high.browse .browse-node-articles-content li.browse-node-article img {
  vertical-align: top;
}
.high.browse .browse-node-articles-content li .thumb {
  margin: 0 1.25em 0 0;
}
.high.browse .browse-node-articles-content .pagination {
  margin: 1.25em 0 0.9375em;
}
.high.browse .browse-node-articles-content h6 {
  font-size: 0.75em;
  font-weight: bold;
  color: #666666;
  text-transform: uppercase;
}
.high.browse #browse-node-media-container .media-filter-content h6,
.high.browse #browse-node-media-container .media-filter-content a {
  float: left;
  padding-left: 0.625em;
  padding-right: 0.625em;
}
.high.browse #browse-node-media-container .media-filter-content a {
  background-color: rgba(107, 150, 179, 0.2);
  color: #666666;
  font-size: 0.8125em;
  cursor: pointer;
  text-decoration: none;
  margin-top: 3px;
}
.high.browse #browse-node-media-container .media-filter-content a.selected-media {
  background-color: #567594;
  color: #fff;
}
.high.browse #browse-node-media-container h4 {
  font-weight: normal;
  margin-top: 0.75em;
}
.high.browse #browse-node-media-container .thumb {
  height: 13.4375em;
  width: 28%;
  line-height: 10em;
}
.high.browse #browse-node-media-container .thumb img {
  max-height: 100%;
  max-width: 100%;
}
.high.browse #browse-node-media-container .thumb a {
  max-height: 10em;
  padding-bottom: 0.625em;
  white-space: nowrap;
  align-items: center;
}
.high.browse #browse-node-media-container .thumb a:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.high.browse #browse-node-media-container .thumb a .video-thumb-container {
  line-height: normal;
  width: 100%;
}
.high.browse #browse-node-media-container .thumb .shortCaption {
  color: black;
  font-size: 0.8125em;
  line-height: 1.25em;
  font-weight: bold;
  padding-top: 1.45em;
}
.high.browse #browse-node-media-container .thumb a:hover {
  text-decoration: none;
}
.high.browse #browse-node-media-container img {
  float: none !important;
}
.high.browse #browse-node-media-container .gallery-media-counter {
  display: none;
}
@media (max-width: 1199.98px) {
  .high.browse .browse-node-articles-content {
    padding: 0.625em 0 0.3125em;
  }
  .high.browse .browse-node-articles-content .pagination {
    margin: 0.625em 0 0.3125em;
  }
  .high.browse .browse-node ul li > a, .high.browse .browse-node ul li > button {
    font-size: 1.1875em;
    line-height: 1.1875em;
    letter-spacing: normal;
  }
}
@media (max-width: 991.98px) {
  .high.browse #browse-node-media-container .thumb {
    line-height: 7.8125em;
    width: 45%;
  }
  .high.browse #browse-node-media-container .thumb a {
    max-height: 7.5em;
  }
  .high.browse #browse-node-media-container .thumb a img {
    max-height: 7.1875em;
  }
  .high.browse #browse-node-media-container .thumb a i {
    margin-left: -0.75em;
    margin-top: -5.5em;
    padding: 0.2em;
  }
}
@media (max-width: 767.98px) {
  .high.browse #browse-node-media-container .thumb {
    width: 100%;
    display: grid;
  }
  .high.browse #browse-node-media-container .thumb a img {
    max-height: 8.75em;
  }
  .high.browse #browse-node-media-container .thumb a i {
    margin-top: -7.25em;
  }
}
.high.browse .content ul.results {
  padding-left: 0;
}
.high.browse .pagination ul {
  width: 100%;
  background-color: transparent;
}
.high.browse .fake-image {
  border-top-right-radius: 0.75em;
  border-top-left-radius: 0.75em;
  height: 10.5em;
  object-fit: cover;
}
.high.browse #carousel-container .fake-image {
  height: 70%;
}
.high.browse .chzn-container-multi .chzn-choices .search-field input {
  height: 30px;
}

.high.browse .content {
  border-radius: 0;
}
.high.browse .article-browse-header .tools-ctn, .high.browse .media-browse-header .tools-ctn {
  margin: 1em 0;
}
.high.browse .article-browse-header .tools, .high.browse .media-browse-header .tools {
  flex-direction: row !important;
}
.high.browse .browse-mobile-nav-container .wrapper {
  height: 44px !important;
}
.high.browse .browse-mobile-nav-container .scroller {
  margin-top: 0.25em;
}
.high.browse .back-btn-level-one {
  width: 7.25em;
  padding: 0.5em 1em;
  align-items: center;
}
.high.browse .back-btn-level-one i {
  font-size: 1.25em;
}
.high.browse #browse-node-media {
  height: 100%;
}
.high.browse .browse-node-articles-content,
.high.browse .browse-node-media-content {
  height: auto;
}
.high.browse .browse-node-articles-content h6,
.high.browse .browse-node-media-content h6 {
  text-transform: uppercase;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.high.browse .browse-node-article a {
  font-size: 28px;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1.2;
}
.high.browse .browse-node-article p {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .high.browse .browse-node-article p {
    display: flex;
  }
}
.high.browse #browse-node-media-container h4 {
  padding: 0.625em 0.625em 3.125em;
}
.high.browse .browse #browse-node-main ul li {
  border-radius: 0.75em;
  list-style-type: none;
}
.high.browse .browse-card:focus {
  border: 2px solid #005EB0;
  outline: 1px solid #FFFFFF;
}
.high.browse #header-tools-container {
  margin-top: 0.55em;
}
.high.browse #header-toolbar {
  margin-top: 0;
}
.high.browse #carousel-container {
  margin-top: 0.625em;
  padding-top: 1em;
}
.high.browse .browse-slicker .slick-next, .high.browse .browse-slicker .slick-prev {
  z-index: 2;
  color: rgba(0, 0, 0, 0.6);
}
.high.browse .browse-slicker .slick-track div.browse-category-card {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: grab;
  color: #fff;
  vertical-align: middle;
  height: 13.5em;
}
.high.browse .browse-slicker .scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  vertical-align: middle;
  font-size: 2.2rem;
  margin-top: 2.25em;
}
.high.browse .browse-slicker .card {
  width: 12.5em;
  height: 100%;
}
.high.browse .browse-slicker .card .card-img-top {
  height: 70%;
}
.high.browse .browse-slicker .card .card-body {
  height: 3.25em;
  line-height: 1.2;
}
.high.browse .browse-slicker .pagination {
  width: 100%;
  margin: auto;
}
.high.browse .browse-slicker a.active .card-body:after, .high.browse .browse-slicker a.active .card-body:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
}
.high.browse .browse-slicker a.active .card .card-body {
  color: #fff;
  background-color: #567594;
}
.high.browse .media .browse-node-sub ul li a, .high.browse .subjects .browse-node-sub ul li a, .high.browse .infocus .browse-node-sub ul li a {
  background-image: none !important;
  color: black;
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.125em;
  padding: 0.625em 1em;
}
.high.browse .media a .card, .high.browse .media button .card, .high.browse .subjects a .card, .high.browse .subjects button .card, .high.browse .infocus a .card, .high.browse .infocus button .card {
  color: #fff;
  border-radius: 0.75em;
  border: none;
}
.high.browse .media a .card:hover .card-body, .high.browse .media button .card:hover .card-body, .high.browse .subjects a .card:hover .card-body, .high.browse .subjects button .card:hover .card-body, .high.browse .infocus a .card:hover .card-body, .high.browse .infocus button .card:hover .card-body {
  text-decoration: underline;
}
.high.browse .media a .card-body, .high.browse .media button .card-body, .high.browse .subjects a .card-body, .high.browse .subjects button .card-body, .high.browse .infocus a .card-body, .high.browse .infocus button .card-body {
  border-top: 1px solid #fff;
  background-color: #bbc8d4;
  color: black;
  border-bottom-right-radius: 0.75em;
  height: 4.25em;
  font-weight: bold;
}

#home-early-credits .credits-container, #browse-early-credits .credits-container, #browse-high-credits .credits-container, #home-elementary-credits .credits-container, #home-middle-credits .credits-container, #home-high-credits .credits-container {
  text-align: center;
  flex-wrap: wrap;
  display: inline-flex;
  justify-content: center;
  margin-top: 60px;
}
#home-early-credits .credits-container .credit, #browse-early-credits .credits-container .credit, #browse-high-credits .credits-container .credit, #home-elementary-credits .credits-container .credit, #home-middle-credits .credits-container .credit, #home-high-credits .credits-container .credit {
  font-size: 0.75rem;
  color: #666666;
}

.page-link .fas {
  line-height: 1.25rem;
}

.high #biography-browse-content .browse-mobile-nav-container .wrapper {
  height: 2.2em;
}
.high #biography-browse-content .main-content {
  margin-top: -20px;
}

#biography-browse-content .reset-button {
  width: 220px;
}
#biography-browse-content form {
  margin: 0;
  display: inline-grid;
}
#biography-browse-content ul {
  padding-left: 0;
}
#biography-browse-content #biography-filters {
  width: 100%;
}
#biography-browse-content .chzn-drop {
  width: 100%;
}

#biography-filters span > label {
  display: inline-block;
  font-weight: normal;
  margin-left: 5px;
  text-transform: lowercase;
}
#biography-filters .bio-label {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#biography-filters span {
  display: block;
}
#biography-filters .chzn-container {
  margin-bottom: 20px;
}
#biography-filters .chzn-container .search-field {
  width: 100%;
}
#biography-filters .chzn-container .search-field input {
  width: 100%;
}

#biography-articles .browse-node-articles-content {
  display: block;
}
#biography-articles .message {
  display: none;
}

.browse-node-articles-content h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 12px !important;
}

a.reset {
  margin-top: 10px;
}

.browse-index .bio-browse-alpha-list {
  margin: 0px;
  padding: 0.5rem 0 0.5rem 1rem;
  background-color: #e5e5e5;
  border-radius: 1rem;
}
.browse-index .bio-browse-alpha-list li.empty a {
  color: #b3b3b3;
}
.browse-index .bio-browse-alpha-list li.empty a {
  pointer-events: none;
  cursor: not-allowed;
}
.browse-index .bio-browse-alpha-list li:not(.empty):hover {
  background-color: green;
}
.browse-index .bio-browse-alpha-list li:not(.empty):hover a {
  color: #fff;
}
.browse-index .bio-browse-alpha-list > li {
  float: left;
  list-style: none;
  margin-right: 0.75em;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  text-align: center;
}
.browse-index .bio-browse-alpha-list > li > a {
  font-weight: bold;
}
.browse-index .quick-tip {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1rem;
  padding: 1em;
  opacity: 1;
}
.browse-index .tiles {
  padding: 15px 30px;
}
.browse-index .tiles .tile {
  width: 88px;
  height: 88px;
  text-align: center;
  line-height: 88px;
  margin: 15px 10px;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.4);
}
.browse-index .tiles .tile.empty {
  background-color: #c9c9c9;
  color: #c9c9c9 !important;
  border-color: #666666;
  cursor: default;
  text-decoration: none;
}
.browse-index .tiles .tile:nth-child(9n) {
  margin-right: 0;
}
.browse-index .tiles a.tile:hover {
  -webkit-transform: scale(1.2);
}
.browse-index .tile-orange {
  background-color: #e07800;
}
.browse-index .tile-medium-blue {
  background-color: #009fd9;
}
.browse-index .tile-green {
  background-color: #70a100;
}
.browse-index .tile-turquoise {
  background-color: #00a3a3;
}
.browse-index .tile-red {
  background-color: #e0240b;
}
.browse-index .tile-dark-blue {
  background-color: #1266b0;
}
.browse-index .tile-yellow {
  background-color: #ffcc00;
  color: blue !important;
}
.browse-index .tile-magenta {
  background-color: #d9276b;
}
.browse-index .tile-purple {
  background-color: #8b4497;
}
@media (max-width: 767px) {
  .browse-index .tiles .tile:nth-child(9n) {
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .browse-index .tiles {
    padding: 15px 18px;
  }
  .browse-index .tiles .tile {
    width: 51px;
    height: 51px;
    line-height: 51px;
    margin: 7px 5px;
    font-size: 35px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .browse-index .tiles {
    padding: 15px 18px;
  }
  .browse-index .tiles .tile {
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin: 7px 5px;
  }
  .browse-index .letters-bar .text {
    font-size: 18px;
  }
}

.high.browse .chzn-container-multi .chzn-choices .search-field input {
  height: 30px !important;
}

.chzn-choices {
  border: 1px solid #c7d3da !important;
  box-shadow: none !important;
  background-image: none !important;
}
.chzn-choices .search-choice {
  background-color: #e5e5e5 !important;
  border-radius: 5px;
  background-image: none !important;
}

#favorites-panel-label-select {
  display: none;
}

#favorites_panel_label_select_chzn {
  display: block !important;
}
#favorites_panel_label_select_chzn .chzn-choices {
  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;
}

.high.user-content-favorites .results-count,
.high.user-content-resources .results-count,
.high.user-content-lessonplans .results-count,
.high.lessons .results-count,
.high.learn .results-count {
  color: #666666;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.high.user-content-favorites .googleclassroom,
.high.user-content-resources .googleclassroom,
.high.user-content-lessonplans .googleclassroom,
.high.lessons .googleclassroom,
.high.learn .googleclassroom {
  background: url("/resources/img/google-classroom/32x32_yellow_stroke_icon@2x.png") transparent;
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
}
.high.user-content-favorites .googleclassroom:hover,
.high.user-content-resources .googleclassroom:hover,
.high.user-content-lessonplans .googleclassroom:hover,
.high.lessons .googleclassroom:hover,
.high.learn .googleclassroom:hover {
  background: linear-gradient(rgba(20, 20, 20, 0.2), rgba(20, 20, 20, 0.2)), url("/resources/img/google-classroom/32x32_yellow_stroke_icon@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 50%;
}
.high.user-content-favorites .resource-pack-title-link,
.high.user-content-resources .resource-pack-title-link,
.high.user-content-lessonplans .resource-pack-title-link,
.high.lessons .resource-pack-title-link,
.high.learn .resource-pack-title-link {
  font-size: 28px;
  color: #006dc1;
}
.high.user-content-favorites .lessonplan-details .content,
.high.user-content-resources .lessonplan-details .content,
.high.user-content-lessonplans .lessonplan-details .content,
.high.lessons .lessonplan-details .content,
.high.learn .lessonplan-details .content {
  padding: 0;
}
.high.user-content-favorites #tabular-navigation,
.high.user-content-resources #tabular-navigation,
.high.user-content-lessonplans #tabular-navigation,
.high.lessons #tabular-navigation,
.high.learn #tabular-navigation {
  padding-left: 0;
}
.high.user-content-favorites #tabular-navigation .user-content-tabs li,
.high.user-content-favorites #tabular-navigation .user-content-tabs span,
.high.user-content-resources #tabular-navigation .user-content-tabs li,
.high.user-content-resources #tabular-navigation .user-content-tabs span,
.high.user-content-lessonplans #tabular-navigation .user-content-tabs li,
.high.user-content-lessonplans #tabular-navigation .user-content-tabs span,
.high.lessons #tabular-navigation .user-content-tabs li,
.high.lessons #tabular-navigation .user-content-tabs span,
.high.learn #tabular-navigation .user-content-tabs li,
.high.learn #tabular-navigation .user-content-tabs span {
  text-transform: uppercase;
  padding: 1px 4px 1px 4px;
  background-color: transparent;
  color: #666666;
}
.high.user-content-favorites #tabular-navigation .user-content-tabs li a,
.high.user-content-favorites #tabular-navigation .user-content-tabs span a,
.high.user-content-resources #tabular-navigation .user-content-tabs li a,
.high.user-content-resources #tabular-navigation .user-content-tabs span a,
.high.user-content-lessonplans #tabular-navigation .user-content-tabs li a,
.high.user-content-lessonplans #tabular-navigation .user-content-tabs span a,
.high.lessons #tabular-navigation .user-content-tabs li a,
.high.lessons #tabular-navigation .user-content-tabs span a,
.high.learn #tabular-navigation .user-content-tabs li a,
.high.learn #tabular-navigation .user-content-tabs span a {
  color: #666666;
}
.high.user-content-favorites #tabular-navigation .user-content-tabs li.active,
.high.user-content-favorites #tabular-navigation .user-content-tabs span.active,
.high.user-content-resources #tabular-navigation .user-content-tabs li.active,
.high.user-content-resources #tabular-navigation .user-content-tabs span.active,
.high.user-content-lessonplans #tabular-navigation .user-content-tabs li.active,
.high.user-content-lessonplans #tabular-navigation .user-content-tabs span.active,
.high.lessons #tabular-navigation .user-content-tabs li.active,
.high.lessons #tabular-navigation .user-content-tabs span.active,
.high.learn #tabular-navigation .user-content-tabs li.active,
.high.learn #tabular-navigation .user-content-tabs span.active {
  font-weight: bold;
  background-color: #d9d9d9;
  padding: 1px 16px 1px 16px;
  border-radius: 12px;
  margin-right: 8px !important;
  color: black;
}
.high.user-content-favorites #tabular-navigation .user-content-tabs li.active a,
.high.user-content-favorites #tabular-navigation .user-content-tabs span.active a,
.high.user-content-resources #tabular-navigation .user-content-tabs li.active a,
.high.user-content-resources #tabular-navigation .user-content-tabs span.active a,
.high.user-content-lessonplans #tabular-navigation .user-content-tabs li.active a,
.high.user-content-lessonplans #tabular-navigation .user-content-tabs span.active a,
.high.lessons #tabular-navigation .user-content-tabs li.active a,
.high.lessons #tabular-navigation .user-content-tabs span.active a,
.high.learn #tabular-navigation .user-content-tabs li.active a,
.high.learn #tabular-navigation .user-content-tabs span.active a {
  color: black;
}
.high.user-content-favorites .browse-top-nav-container li:hover,
.high.user-content-resources .browse-top-nav-container li:hover,
.high.user-content-lessonplans .browse-top-nav-container li:hover,
.high.lessons .browse-top-nav-container li:hover,
.high.learn .browse-top-nav-container li:hover {
  cursor: pointer;
}
.high.user-content-favorites .browse-top-nav-container li:hover a,
.high.user-content-resources .browse-top-nav-container li:hover a,
.high.user-content-lessonplans .browse-top-nav-container li:hover a,
.high.lessons .browse-top-nav-container li:hover a,
.high.learn .browse-top-nav-container li:hover a {
  text-decoration: underline;
}
.high.user-content-favorites #favorites-count-and-filter,
.high.user-content-resources #favorites-count-and-filter,
.high.user-content-lessonplans #favorites-count-and-filter,
.high.lessons #favorites-count-and-filter,
.high.learn #favorites-count-and-filter {
  padding: 0 !important;
}
.high.user-content-favorites #favorites-list,
.high.user-content-resources #favorites-list,
.high.user-content-lessonplans #favorites-list,
.high.lessons #favorites-list,
.high.learn #favorites-list {
  padding: 0 !important;
}
.high.user-content-favorites #learn-content,
.high.user-content-resources #learn-content,
.high.user-content-lessonplans #learn-content,
.high.lessons #learn-content,
.high.learn #learn-content {
  padding-left: 0 !important;
}

.user-content-favorites.high #add-to-resource-pack-modal #content-goes-here .chzn-choices {
  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;
}
.user-content-favorites.high .my-content-header {
  background-color: #d9d9d9;
  margin-bottom: 1em;
}
.user-content-favorites.high .user-content-welcome {
  font-size: 1em;
}
.user-content-favorites.high button.delete-icon {
  color: #1a1a1a !important;
  border: none;
  background: transparent;
}
.user-content-favorites.high .user-content-audio-feature {
  width: 128px;
  height: 53px;
  border: 2px solid #c9c9c9;
}
.user-content-favorites.high .user-content-audio-feature .icon-audio::before {
  content: "\f028";
  color: #666666;
}
.user-content-favorites.high .user-content-video-feature .icon-video::before {
  content: "\f144";
  color: #fff;
}
.user-content-favorites.high .user-content-audio-feature.ic-container,
.user-content-favorites.high .user-content-video-feature.ic-container {
  position: relative;
  font-size: 2.5em;
}
.user-content-favorites.high .user-content-audio-feature .icon-solid::before,
.user-content-favorites.high .user-content-audio-feature .icon-regular::before,
.user-content-favorites.high .user-content-audio-feature .icon-light::before,
.user-content-favorites.high .user-content-audio-feature .icon::before,
.user-content-favorites.high .user-content-audio-feature .icon-video::before,
.user-content-favorites.high .user-content-audio-feature .icon-audio::before,
.user-content-favorites.high .user-content-video-feature .icon-solid::before,
.user-content-favorites.high .user-content-video-feature .icon-regular::before,
.user-content-favorites.high .user-content-video-feature .icon-light::before,
.user-content-favorites.high .user-content-video-feature .icon::before,
.user-content-favorites.high .user-content-video-feature .icon-video::before,
.user-content-favorites.high .user-content-video-feature .icon-audio::before {
  font-family: "Font Awesome 5 Pro";
}
.user-content-favorites.high .user-content-audio-feature .icon-video::before,
.user-content-favorites.high .user-content-video-feature .icon-video::before {
  font-family: "Font Awesome 5 Pro";
}
.user-content-favorites.high .user-content-audio-feature .icon::before,
.user-content-favorites.high .user-content-video-feature .icon::before {
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 34px !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .user-content-favorites.high .nav-tabs {
    border-bottom: none !important;
  }
  .user-content-favorites.high .nav-tabs .nav-link {
    border-color: #c9c9c9 !important;
    border-radius: 5px;
    padding: 0.5em;
    font-size: 14px;
  }
}

/*--******************************************
 *  Author : Jeff Smykil
 *  Created On : Wed Jul 30 2020
 *  File : usercontent/shared.scss
 *****************************************--*/
html .high.lessons #lesson-plan-details .popover-body .toolbar-sendto-content {
  position: inherit !important;
}

.elementary.user-content-favorites .content-type-interactive,
.middle.user-content-favorites .content-type-interactive,
.high.user-content-favorites .content-type-interactive,
.elementary.user-content-resources .content-type-interactive,
.middle.user-content-resources .content-type-interactive,
.high.user-content-resources .content-type-interactive,
.elementary.user-content-lessonplans .content-type-interactive,
.middle.user-content-lessonplans .content-type-interactive,
.high.user-content-lessonplans .content-type-interactive,
.elementary.lessons .content-type-interactive,
.middle.lessons .content-type-interactive,
.high.lessons .content-type-interactive,
.elementary.learn .content-type-interactive,
.middle.learn .content-type-interactive,
.high.learn .content-type-interactive,
.elementary.user-content-favorites .content-type-interactive,
.middle.user-content-favorites .content-type-interactive,
.high.user-content-favorites .content-type-interactive,
#lesson-plan-edit .content-type-interactive {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.elementary.user-content-favorites .content-type-interactive .fontello-icon-retweet,
.middle.user-content-favorites .content-type-interactive .fontello-icon-retweet,
.high.user-content-favorites .content-type-interactive .fontello-icon-retweet,
.elementary.user-content-resources .content-type-interactive .fontello-icon-retweet,
.middle.user-content-resources .content-type-interactive .fontello-icon-retweet,
.high.user-content-resources .content-type-interactive .fontello-icon-retweet,
.elementary.user-content-lessonplans .content-type-interactive .fontello-icon-retweet,
.middle.user-content-lessonplans .content-type-interactive .fontello-icon-retweet,
.high.user-content-lessonplans .content-type-interactive .fontello-icon-retweet,
.elementary.lessons .content-type-interactive .fontello-icon-retweet,
.middle.lessons .content-type-interactive .fontello-icon-retweet,
.high.lessons .content-type-interactive .fontello-icon-retweet,
.elementary.learn .content-type-interactive .fontello-icon-retweet,
.middle.learn .content-type-interactive .fontello-icon-retweet,
.high.learn .content-type-interactive .fontello-icon-retweet,
.elementary.user-content-favorites .content-type-interactive .fontello-icon-retweet,
.middle.user-content-favorites .content-type-interactive .fontello-icon-retweet,
.high.user-content-favorites .content-type-interactive .fontello-icon-retweet,
#lesson-plan-edit .content-type-interactive .fontello-icon-retweet {
  padding-right: 5px;
}
.elementary.user-content-favorites .my-content-header,
.middle.user-content-favorites .my-content-header,
.high.user-content-favorites .my-content-header,
.elementary.user-content-resources .my-content-header,
.middle.user-content-resources .my-content-header,
.high.user-content-resources .my-content-header,
.elementary.user-content-lessonplans .my-content-header,
.middle.user-content-lessonplans .my-content-header,
.high.user-content-lessonplans .my-content-header,
.elementary.lessons .my-content-header,
.middle.lessons .my-content-header,
.high.lessons .my-content-header,
.elementary.learn .my-content-header,
.middle.learn .my-content-header,
.high.learn .my-content-header,
.elementary.user-content-favorites .my-content-header,
.middle.user-content-favorites .my-content-header,
.high.user-content-favorites .my-content-header,
#lesson-plan-edit .my-content-header {
  padding-top: 1.25rem !important;
  padding-bottom: 1rem !important;
}
.elementary.user-content-favorites .my-content-loader,
.middle.user-content-favorites .my-content-loader,
.high.user-content-favorites .my-content-loader,
.elementary.user-content-resources .my-content-loader,
.middle.user-content-resources .my-content-loader,
.high.user-content-resources .my-content-loader,
.elementary.user-content-lessonplans .my-content-loader,
.middle.user-content-lessonplans .my-content-loader,
.high.user-content-lessonplans .my-content-loader,
.elementary.lessons .my-content-loader,
.middle.lessons .my-content-loader,
.high.lessons .my-content-loader,
.elementary.learn .my-content-loader,
.middle.learn .my-content-loader,
.high.learn .my-content-loader,
.elementary.user-content-favorites .my-content-loader,
.middle.user-content-favorites .my-content-loader,
.high.user-content-favorites .my-content-loader,
#lesson-plan-edit .my-content-loader {
  font-size: 2em !important;
}
.elementary.user-content-favorites .favorite-items-header,
.middle.user-content-favorites .favorite-items-header,
.high.user-content-favorites .favorite-items-header,
.elementary.user-content-resources .favorite-items-header,
.middle.user-content-resources .favorite-items-header,
.high.user-content-resources .favorite-items-header,
.elementary.user-content-lessonplans .favorite-items-header,
.middle.user-content-lessonplans .favorite-items-header,
.high.user-content-lessonplans .favorite-items-header,
.elementary.lessons .favorite-items-header,
.middle.lessons .favorite-items-header,
.high.lessons .favorite-items-header,
.elementary.learn .favorite-items-header,
.middle.learn .favorite-items-header,
.high.learn .favorite-items-header,
.elementary.user-content-favorites .favorite-items-header,
.middle.user-content-favorites .favorite-items-header,
.high.user-content-favorites .favorite-items-header,
#lesson-plan-edit .favorite-items-header {
  color: #666666;
  font-weight: bold;
}
.elementary.user-content-favorites .my-content-mobile-nav-container .scroller,
.middle.user-content-favorites .my-content-mobile-nav-container .scroller,
.high.user-content-favorites .my-content-mobile-nav-container .scroller,
.elementary.user-content-resources .my-content-mobile-nav-container .scroller,
.middle.user-content-resources .my-content-mobile-nav-container .scroller,
.high.user-content-resources .my-content-mobile-nav-container .scroller,
.elementary.user-content-lessonplans .my-content-mobile-nav-container .scroller,
.middle.user-content-lessonplans .my-content-mobile-nav-container .scroller,
.high.user-content-lessonplans .my-content-mobile-nav-container .scroller,
.elementary.lessons .my-content-mobile-nav-container .scroller,
.middle.lessons .my-content-mobile-nav-container .scroller,
.high.lessons .my-content-mobile-nav-container .scroller,
.elementary.learn .my-content-mobile-nav-container .scroller,
.middle.learn .my-content-mobile-nav-container .scroller,
.high.learn .my-content-mobile-nav-container .scroller,
.elementary.user-content-favorites .my-content-mobile-nav-container .scroller,
.middle.user-content-favorites .my-content-mobile-nav-container .scroller,
.high.user-content-favorites .my-content-mobile-nav-container .scroller,
#lesson-plan-edit .my-content-mobile-nav-container .scroller {
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
  display: none;
  vertical-align: middle;
}
.elementary.user-content-favorites .my-content-mobile-nav-container .wrapper,
.middle.user-content-favorites .my-content-mobile-nav-container .wrapper,
.high.user-content-favorites .my-content-mobile-nav-container .wrapper,
.elementary.user-content-resources .my-content-mobile-nav-container .wrapper,
.middle.user-content-resources .my-content-mobile-nav-container .wrapper,
.high.user-content-resources .my-content-mobile-nav-container .wrapper,
.elementary.user-content-lessonplans .my-content-mobile-nav-container .wrapper,
.middle.user-content-lessonplans .my-content-mobile-nav-container .wrapper,
.high.user-content-lessonplans .my-content-mobile-nav-container .wrapper,
.elementary.lessons .my-content-mobile-nav-container .wrapper,
.middle.lessons .my-content-mobile-nav-container .wrapper,
.high.lessons .my-content-mobile-nav-container .wrapper,
.elementary.learn .my-content-mobile-nav-container .wrapper,
.middle.learn .my-content-mobile-nav-container .wrapper,
.high.learn .my-content-mobile-nav-container .wrapper,
.elementary.user-content-favorites .my-content-mobile-nav-container .wrapper,
.middle.user-content-favorites .my-content-mobile-nav-container .wrapper,
.high.user-content-favorites .my-content-mobile-nav-container .wrapper,
#lesson-plan-edit .my-content-mobile-nav-container .wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.elementary.user-content-favorites .my-content-mobile-nav-container .list,
.middle.user-content-favorites .my-content-mobile-nav-container .list,
.high.user-content-favorites .my-content-mobile-nav-container .list,
.elementary.user-content-resources .my-content-mobile-nav-container .list,
.middle.user-content-resources .my-content-mobile-nav-container .list,
.high.user-content-resources .my-content-mobile-nav-container .list,
.elementary.user-content-lessonplans .my-content-mobile-nav-container .list,
.middle.user-content-lessonplans .my-content-mobile-nav-container .list,
.high.user-content-lessonplans .my-content-mobile-nav-container .list,
.elementary.lessons .my-content-mobile-nav-container .list,
.middle.lessons .my-content-mobile-nav-container .list,
.high.lessons .my-content-mobile-nav-container .list,
.elementary.learn .my-content-mobile-nav-container .list,
.middle.learn .my-content-mobile-nav-container .list,
.high.learn .my-content-mobile-nav-container .list,
.elementary.user-content-favorites .my-content-mobile-nav-container .list,
.middle.user-content-favorites .my-content-mobile-nav-container .list,
.high.user-content-favorites .my-content-mobile-nav-container .list,
#lesson-plan-edit .my-content-mobile-nav-container .list {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 218.75em;
  margin-top: 0;
}
.elementary.user-content-favorites .my-content-mobile-nav-container .list li,
.middle.user-content-favorites .my-content-mobile-nav-container .list li,
.high.user-content-favorites .my-content-mobile-nav-container .list li,
.elementary.user-content-resources .my-content-mobile-nav-container .list li,
.middle.user-content-resources .my-content-mobile-nav-container .list li,
.high.user-content-resources .my-content-mobile-nav-container .list li,
.elementary.user-content-lessonplans .my-content-mobile-nav-container .list li,
.middle.user-content-lessonplans .my-content-mobile-nav-container .list li,
.high.user-content-lessonplans .my-content-mobile-nav-container .list li,
.elementary.lessons .my-content-mobile-nav-container .list li,
.middle.lessons .my-content-mobile-nav-container .list li,
.high.lessons .my-content-mobile-nav-container .list li,
.elementary.learn .my-content-mobile-nav-container .list li,
.middle.learn .my-content-mobile-nav-container .list li,
.high.learn .my-content-mobile-nav-container .list li,
.elementary.user-content-favorites .my-content-mobile-nav-container .list li,
.middle.user-content-favorites .my-content-mobile-nav-container .list li,
.high.user-content-favorites .my-content-mobile-nav-container .list li,
#lesson-plan-edit .my-content-mobile-nav-container .list li {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: grab;
  color: #efefef;
  vertical-align: middle;
}
.elementary.user-content-favorites .pack-title, .elementary.user-content-favorites .lessonplan-title,
.middle.user-content-favorites .pack-title,
.middle.user-content-favorites .lessonplan-title,
.high.user-content-favorites .pack-title,
.high.user-content-favorites .lessonplan-title,
.elementary.user-content-resources .pack-title,
.elementary.user-content-resources .lessonplan-title,
.middle.user-content-resources .pack-title,
.middle.user-content-resources .lessonplan-title,
.high.user-content-resources .pack-title,
.high.user-content-resources .lessonplan-title,
.elementary.user-content-lessonplans .pack-title,
.elementary.user-content-lessonplans .lessonplan-title,
.middle.user-content-lessonplans .pack-title,
.middle.user-content-lessonplans .lessonplan-title,
.high.user-content-lessonplans .pack-title,
.high.user-content-lessonplans .lessonplan-title,
.elementary.lessons .pack-title,
.elementary.lessons .lessonplan-title,
.middle.lessons .pack-title,
.middle.lessons .lessonplan-title,
.high.lessons .pack-title,
.high.lessons .lessonplan-title,
.elementary.learn .pack-title,
.elementary.learn .lessonplan-title,
.middle.learn .pack-title,
.middle.learn .lessonplan-title,
.high.learn .pack-title,
.high.learn .lessonplan-title,
.elementary.user-content-favorites .pack-title,
.elementary.user-content-favorites .lessonplan-title,
.middle.user-content-favorites .pack-title,
.middle.user-content-favorites .lessonplan-title,
.high.user-content-favorites .pack-title,
.high.user-content-favorites .lessonplan-title,
#lesson-plan-edit .pack-title,
#lesson-plan-edit .lessonplan-title {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 1.2;
}
.elementary.user-content-favorites .my-content-subheader,
.middle.user-content-favorites .my-content-subheader,
.high.user-content-favorites .my-content-subheader,
.elementary.user-content-resources .my-content-subheader,
.middle.user-content-resources .my-content-subheader,
.high.user-content-resources .my-content-subheader,
.elementary.user-content-lessonplans .my-content-subheader,
.middle.user-content-lessonplans .my-content-subheader,
.high.user-content-lessonplans .my-content-subheader,
.elementary.lessons .my-content-subheader,
.middle.lessons .my-content-subheader,
.high.lessons .my-content-subheader,
.elementary.learn .my-content-subheader,
.middle.learn .my-content-subheader,
.high.learn .my-content-subheader,
.elementary.user-content-favorites .my-content-subheader,
.middle.user-content-favorites .my-content-subheader,
.high.user-content-favorites .my-content-subheader,
#lesson-plan-edit .my-content-subheader {
  font-size: 32px;
  color: #333333;
}
.elementary.user-content-favorites .edit-pack-header, .elementary.user-content-favorites .edit-lp-header,
.elementary.user-content-favorites .category-management-header,
.elementary.user-content-favorites .group-management-header,
.middle.user-content-favorites .edit-pack-header,
.middle.user-content-favorites .edit-lp-header,
.middle.user-content-favorites .category-management-header,
.middle.user-content-favorites .group-management-header,
.high.user-content-favorites .edit-pack-header,
.high.user-content-favorites .edit-lp-header,
.high.user-content-favorites .category-management-header,
.high.user-content-favorites .group-management-header,
.elementary.user-content-resources .edit-pack-header,
.elementary.user-content-resources .edit-lp-header,
.elementary.user-content-resources .category-management-header,
.elementary.user-content-resources .group-management-header,
.middle.user-content-resources .edit-pack-header,
.middle.user-content-resources .edit-lp-header,
.middle.user-content-resources .category-management-header,
.middle.user-content-resources .group-management-header,
.high.user-content-resources .edit-pack-header,
.high.user-content-resources .edit-lp-header,
.high.user-content-resources .category-management-header,
.high.user-content-resources .group-management-header,
.elementary.user-content-lessonplans .edit-pack-header,
.elementary.user-content-lessonplans .edit-lp-header,
.elementary.user-content-lessonplans .category-management-header,
.elementary.user-content-lessonplans .group-management-header,
.middle.user-content-lessonplans .edit-pack-header,
.middle.user-content-lessonplans .edit-lp-header,
.middle.user-content-lessonplans .category-management-header,
.middle.user-content-lessonplans .group-management-header,
.high.user-content-lessonplans .edit-pack-header,
.high.user-content-lessonplans .edit-lp-header,
.high.user-content-lessonplans .category-management-header,
.high.user-content-lessonplans .group-management-header,
.elementary.lessons .edit-pack-header,
.elementary.lessons .edit-lp-header,
.elementary.lessons .category-management-header,
.elementary.lessons .group-management-header,
.middle.lessons .edit-pack-header,
.middle.lessons .edit-lp-header,
.middle.lessons .category-management-header,
.middle.lessons .group-management-header,
.high.lessons .edit-pack-header,
.high.lessons .edit-lp-header,
.high.lessons .category-management-header,
.high.lessons .group-management-header,
.elementary.learn .edit-pack-header,
.elementary.learn .edit-lp-header,
.elementary.learn .category-management-header,
.elementary.learn .group-management-header,
.middle.learn .edit-pack-header,
.middle.learn .edit-lp-header,
.middle.learn .category-management-header,
.middle.learn .group-management-header,
.high.learn .edit-pack-header,
.high.learn .edit-lp-header,
.high.learn .category-management-header,
.high.learn .group-management-header,
.elementary.user-content-favorites .edit-pack-header,
.elementary.user-content-favorites .edit-lp-header,
.elementary.user-content-favorites .category-management-header,
.elementary.user-content-favorites .group-management-header,
.middle.user-content-favorites .edit-pack-header,
.middle.user-content-favorites .edit-lp-header,
.middle.user-content-favorites .category-management-header,
.middle.user-content-favorites .group-management-header,
.high.user-content-favorites .edit-pack-header,
.high.user-content-favorites .edit-lp-header,
.high.user-content-favorites .category-management-header,
.high.user-content-favorites .group-management-header,
#lesson-plan-edit .edit-pack-header,
#lesson-plan-edit .edit-lp-header,
#lesson-plan-edit .category-management-header,
#lesson-plan-edit .group-management-header {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 1.2;
}
.elementary.user-content-favorites .delete-icon,
.middle.user-content-favorites .delete-icon,
.high.user-content-favorites .delete-icon,
.elementary.user-content-resources .delete-icon,
.middle.user-content-resources .delete-icon,
.high.user-content-resources .delete-icon,
.elementary.user-content-lessonplans .delete-icon,
.middle.user-content-lessonplans .delete-icon,
.high.user-content-lessonplans .delete-icon,
.elementary.lessons .delete-icon,
.middle.lessons .delete-icon,
.high.lessons .delete-icon,
.elementary.learn .delete-icon,
.middle.learn .delete-icon,
.high.learn .delete-icon,
.elementary.user-content-favorites .delete-icon,
.middle.user-content-favorites .delete-icon,
.high.user-content-favorites .delete-icon,
#lesson-plan-edit .delete-icon {
  cursor: pointer;
  font-size: 1.3125rem;
  color: #666666;
}
.elementary.user-content-favorites #favorite-types,
.middle.user-content-favorites #favorite-types,
.high.user-content-favorites #favorite-types,
.elementary.user-content-resources #favorite-types,
.middle.user-content-resources #favorite-types,
.high.user-content-resources #favorite-types,
.elementary.user-content-lessonplans #favorite-types,
.middle.user-content-lessonplans #favorite-types,
.high.user-content-lessonplans #favorite-types,
.elementary.lessons #favorite-types,
.middle.lessons #favorite-types,
.high.lessons #favorite-types,
.elementary.learn #favorite-types,
.middle.learn #favorite-types,
.high.learn #favorite-types,
.elementary.user-content-favorites #favorite-types,
.middle.user-content-favorites #favorite-types,
.high.user-content-favorites #favorite-types,
#lesson-plan-edit #favorite-types {
  width: 40%;
}
@media (max-width: 991.98px) {
  .elementary.user-content-favorites #favorite-types,
  .middle.user-content-favorites #favorite-types,
  .high.user-content-favorites #favorite-types,
  .elementary.user-content-resources #favorite-types,
  .middle.user-content-resources #favorite-types,
  .high.user-content-resources #favorite-types,
  .elementary.user-content-lessonplans #favorite-types,
  .middle.user-content-lessonplans #favorite-types,
  .high.user-content-lessonplans #favorite-types,
  .elementary.lessons #favorite-types,
  .middle.lessons #favorite-types,
  .high.lessons #favorite-types,
  .elementary.learn #favorite-types,
  .middle.learn #favorite-types,
  .high.learn #favorite-types,
  .elementary.user-content-favorites #favorite-types,
  .middle.user-content-favorites #favorite-types,
  .high.user-content-favorites #favorite-types,
  #lesson-plan-edit #favorite-types {
    width: 60%;
  }
}
.elementary.user-content-favorites .favorite-no-item, .elementary.user-content-favorites .resource-pack-no-item,
.middle.user-content-favorites .favorite-no-item,
.middle.user-content-favorites .resource-pack-no-item,
.high.user-content-favorites .favorite-no-item,
.high.user-content-favorites .resource-pack-no-item,
.elementary.user-content-resources .favorite-no-item,
.elementary.user-content-resources .resource-pack-no-item,
.middle.user-content-resources .favorite-no-item,
.middle.user-content-resources .resource-pack-no-item,
.high.user-content-resources .favorite-no-item,
.high.user-content-resources .resource-pack-no-item,
.elementary.user-content-lessonplans .favorite-no-item,
.elementary.user-content-lessonplans .resource-pack-no-item,
.middle.user-content-lessonplans .favorite-no-item,
.middle.user-content-lessonplans .resource-pack-no-item,
.high.user-content-lessonplans .favorite-no-item,
.high.user-content-lessonplans .resource-pack-no-item,
.elementary.lessons .favorite-no-item,
.elementary.lessons .resource-pack-no-item,
.middle.lessons .favorite-no-item,
.middle.lessons .resource-pack-no-item,
.high.lessons .favorite-no-item,
.high.lessons .resource-pack-no-item,
.elementary.learn .favorite-no-item,
.elementary.learn .resource-pack-no-item,
.middle.learn .favorite-no-item,
.middle.learn .resource-pack-no-item,
.high.learn .favorite-no-item,
.high.learn .resource-pack-no-item,
.elementary.user-content-favorites .favorite-no-item,
.elementary.user-content-favorites .resource-pack-no-item,
.middle.user-content-favorites .favorite-no-item,
.middle.user-content-favorites .resource-pack-no-item,
.high.user-content-favorites .favorite-no-item,
.high.user-content-favorites .resource-pack-no-item,
#lesson-plan-edit .favorite-no-item,
#lesson-plan-edit .resource-pack-no-item {
  font-size: 1em;
}
.elementary.user-content-favorites .content-type,
.middle.user-content-favorites .content-type,
.high.user-content-favorites .content-type,
.elementary.user-content-resources .content-type,
.middle.user-content-resources .content-type,
.high.user-content-resources .content-type,
.elementary.user-content-lessonplans .content-type,
.middle.user-content-lessonplans .content-type,
.high.user-content-lessonplans .content-type,
.elementary.lessons .content-type,
.middle.lessons .content-type,
.high.lessons .content-type,
.elementary.learn .content-type,
.middle.learn .content-type,
.high.learn .content-type,
.elementary.user-content-favorites .content-type,
.middle.user-content-favorites .content-type,
.high.user-content-favorites .content-type,
#lesson-plan-edit .content-type {
  font-weight: bold;
  font-size: 1.875em;
  color: #000;
  line-height: 1.2;
}
.elementary.user-content-favorites .favorite-item-note,
.middle.user-content-favorites .favorite-item-note,
.high.user-content-favorites .favorite-item-note,
.elementary.user-content-resources .favorite-item-note,
.middle.user-content-resources .favorite-item-note,
.high.user-content-resources .favorite-item-note,
.elementary.user-content-lessonplans .favorite-item-note,
.middle.user-content-lessonplans .favorite-item-note,
.high.user-content-lessonplans .favorite-item-note,
.elementary.lessons .favorite-item-note,
.middle.lessons .favorite-item-note,
.high.lessons .favorite-item-note,
.elementary.learn .favorite-item-note,
.middle.learn .favorite-item-note,
.high.learn .favorite-item-note,
.elementary.user-content-favorites .favorite-item-note,
.middle.user-content-favorites .favorite-item-note,
.high.user-content-favorites .favorite-item-note,
#lesson-plan-edit .favorite-item-note {
  background-color: #e5e5e5;
}
.elementary.user-content-favorites .favorite-item-note .favorite-item-note-title,
.middle.user-content-favorites .favorite-item-note .favorite-item-note-title,
.high.user-content-favorites .favorite-item-note .favorite-item-note-title,
.elementary.user-content-resources .favorite-item-note .favorite-item-note-title,
.middle.user-content-resources .favorite-item-note .favorite-item-note-title,
.high.user-content-resources .favorite-item-note .favorite-item-note-title,
.elementary.user-content-lessonplans .favorite-item-note .favorite-item-note-title,
.middle.user-content-lessonplans .favorite-item-note .favorite-item-note-title,
.high.user-content-lessonplans .favorite-item-note .favorite-item-note-title,
.elementary.lessons .favorite-item-note .favorite-item-note-title,
.middle.lessons .favorite-item-note .favorite-item-note-title,
.high.lessons .favorite-item-note .favorite-item-note-title,
.elementary.learn .favorite-item-note .favorite-item-note-title,
.middle.learn .favorite-item-note .favorite-item-note-title,
.high.learn .favorite-item-note .favorite-item-note-title,
.elementary.user-content-favorites .favorite-item-note .favorite-item-note-title,
.middle.user-content-favorites .favorite-item-note .favorite-item-note-title,
.high.user-content-favorites .favorite-item-note .favorite-item-note-title,
#lesson-plan-edit .favorite-item-note .favorite-item-note-title {
  font-size: 1em;
  font-weight: bold;
}
.elementary.user-content-favorites .favorite-item-note .favorite-item-note-body,
.middle.user-content-favorites .favorite-item-note .favorite-item-note-body,
.high.user-content-favorites .favorite-item-note .favorite-item-note-body,
.elementary.user-content-resources .favorite-item-note .favorite-item-note-body,
.middle.user-content-resources .favorite-item-note .favorite-item-note-body,
.high.user-content-resources .favorite-item-note .favorite-item-note-body,
.elementary.user-content-lessonplans .favorite-item-note .favorite-item-note-body,
.middle.user-content-lessonplans .favorite-item-note .favorite-item-note-body,
.high.user-content-lessonplans .favorite-item-note .favorite-item-note-body,
.elementary.lessons .favorite-item-note .favorite-item-note-body,
.middle.lessons .favorite-item-note .favorite-item-note-body,
.high.lessons .favorite-item-note .favorite-item-note-body,
.elementary.learn .favorite-item-note .favorite-item-note-body,
.middle.learn .favorite-item-note .favorite-item-note-body,
.high.learn .favorite-item-note .favorite-item-note-body,
.elementary.user-content-favorites .favorite-item-note .favorite-item-note-body,
.middle.user-content-favorites .favorite-item-note .favorite-item-note-body,
.high.user-content-favorites .favorite-item-note .favorite-item-note-body,
#lesson-plan-edit .favorite-item-note .favorite-item-note-body {
  font-size: 1em;
}
.elementary.user-content-favorites #lesson-plan-filter-section .btn-clear-all,
.middle.user-content-favorites #lesson-plan-filter-section .btn-clear-all,
.high.user-content-favorites #lesson-plan-filter-section .btn-clear-all,
.elementary.user-content-resources #lesson-plan-filter-section .btn-clear-all,
.middle.user-content-resources #lesson-plan-filter-section .btn-clear-all,
.high.user-content-resources #lesson-plan-filter-section .btn-clear-all,
.elementary.user-content-lessonplans #lesson-plan-filter-section .btn-clear-all,
.middle.user-content-lessonplans #lesson-plan-filter-section .btn-clear-all,
.high.user-content-lessonplans #lesson-plan-filter-section .btn-clear-all,
.elementary.lessons #lesson-plan-filter-section .btn-clear-all,
.middle.lessons #lesson-plan-filter-section .btn-clear-all,
.high.lessons #lesson-plan-filter-section .btn-clear-all,
.elementary.learn #lesson-plan-filter-section .btn-clear-all,
.middle.learn #lesson-plan-filter-section .btn-clear-all,
.high.learn #lesson-plan-filter-section .btn-clear-all,
.elementary.user-content-favorites #lesson-plan-filter-section .btn-clear-all,
.middle.user-content-favorites #lesson-plan-filter-section .btn-clear-all,
.high.user-content-favorites #lesson-plan-filter-section .btn-clear-all,
#lesson-plan-edit #lesson-plan-filter-section .btn-clear-all {
  color: #567594;
}
.elementary.user-content-favorites #lesson-plan-filter-section .columns,
.middle.user-content-favorites #lesson-plan-filter-section .columns,
.high.user-content-favorites #lesson-plan-filter-section .columns,
.elementary.user-content-resources #lesson-plan-filter-section .columns,
.middle.user-content-resources #lesson-plan-filter-section .columns,
.high.user-content-resources #lesson-plan-filter-section .columns,
.elementary.user-content-lessonplans #lesson-plan-filter-section .columns,
.middle.user-content-lessonplans #lesson-plan-filter-section .columns,
.high.user-content-lessonplans #lesson-plan-filter-section .columns,
.elementary.lessons #lesson-plan-filter-section .columns,
.middle.lessons #lesson-plan-filter-section .columns,
.high.lessons #lesson-plan-filter-section .columns,
.elementary.learn #lesson-plan-filter-section .columns,
.middle.learn #lesson-plan-filter-section .columns,
.high.learn #lesson-plan-filter-section .columns,
.elementary.user-content-favorites #lesson-plan-filter-section .columns,
.middle.user-content-favorites #lesson-plan-filter-section .columns,
.high.user-content-favorites #lesson-plan-filter-section .columns,
#lesson-plan-edit #lesson-plan-filter-section .columns {
  list-style-type: none;
}
@media (min-width: 768px) {
  .elementary.user-content-favorites #lesson-plan-filter-section .columns,
  .middle.user-content-favorites #lesson-plan-filter-section .columns,
  .high.user-content-favorites #lesson-plan-filter-section .columns,
  .elementary.user-content-resources #lesson-plan-filter-section .columns,
  .middle.user-content-resources #lesson-plan-filter-section .columns,
  .high.user-content-resources #lesson-plan-filter-section .columns,
  .elementary.user-content-lessonplans #lesson-plan-filter-section .columns,
  .middle.user-content-lessonplans #lesson-plan-filter-section .columns,
  .high.user-content-lessonplans #lesson-plan-filter-section .columns,
  .elementary.lessons #lesson-plan-filter-section .columns,
  .middle.lessons #lesson-plan-filter-section .columns,
  .high.lessons #lesson-plan-filter-section .columns,
  .elementary.learn #lesson-plan-filter-section .columns,
  .middle.learn #lesson-plan-filter-section .columns,
  .high.learn #lesson-plan-filter-section .columns,
  .elementary.user-content-favorites #lesson-plan-filter-section .columns,
  .middle.user-content-favorites #lesson-plan-filter-section .columns,
  .high.user-content-favorites #lesson-plan-filter-section .columns,
  #lesson-plan-edit #lesson-plan-filter-section .columns {
    column-count: 2;
  }
}
.elementary.user-content-favorites .rp-edit-title-error, .elementary.user-content-favorites .rp-edit-grade-error,
.middle.user-content-favorites .rp-edit-title-error,
.middle.user-content-favorites .rp-edit-grade-error,
.high.user-content-favorites .rp-edit-title-error,
.high.user-content-favorites .rp-edit-grade-error,
.elementary.user-content-resources .rp-edit-title-error,
.elementary.user-content-resources .rp-edit-grade-error,
.middle.user-content-resources .rp-edit-title-error,
.middle.user-content-resources .rp-edit-grade-error,
.high.user-content-resources .rp-edit-title-error,
.high.user-content-resources .rp-edit-grade-error,
.elementary.user-content-lessonplans .rp-edit-title-error,
.elementary.user-content-lessonplans .rp-edit-grade-error,
.middle.user-content-lessonplans .rp-edit-title-error,
.middle.user-content-lessonplans .rp-edit-grade-error,
.high.user-content-lessonplans .rp-edit-title-error,
.high.user-content-lessonplans .rp-edit-grade-error,
.elementary.lessons .rp-edit-title-error,
.elementary.lessons .rp-edit-grade-error,
.middle.lessons .rp-edit-title-error,
.middle.lessons .rp-edit-grade-error,
.high.lessons .rp-edit-title-error,
.high.lessons .rp-edit-grade-error,
.elementary.learn .rp-edit-title-error,
.elementary.learn .rp-edit-grade-error,
.middle.learn .rp-edit-title-error,
.middle.learn .rp-edit-grade-error,
.high.learn .rp-edit-title-error,
.high.learn .rp-edit-grade-error,
.elementary.user-content-favorites .rp-edit-title-error,
.elementary.user-content-favorites .rp-edit-grade-error,
.middle.user-content-favorites .rp-edit-title-error,
.middle.user-content-favorites .rp-edit-grade-error,
.high.user-content-favorites .rp-edit-title-error,
.high.user-content-favorites .rp-edit-grade-error,
#lesson-plan-edit .rp-edit-title-error,
#lesson-plan-edit .rp-edit-grade-error {
  color: red;
  font-weight: normal;
  font-size: 0.75em;
  display: block;
}
.elementary.user-content-favorites #favorites-list .delete-icon, .elementary.user-content-favorites #favorites-list .sort-handle, .elementary.user-content-favorites #favorites-list .add-pack, .elementary.user-content-favorites #lesson-plan-list .delete-icon, .elementary.user-content-favorites #lesson-plan-list .sort-handle, .elementary.user-content-favorites #lesson-plan-list .add-pack,
.elementary.user-content-favorites .lessonplan-details .delete-icon,
.elementary.user-content-favorites .lessonplan-details .sort-handle,
.elementary.user-content-favorites .lessonplan-details .add-pack, .elementary.user-content-favorites #lesson-plan-edit .delete-icon, .elementary.user-content-favorites #lesson-plan-edit .sort-handle, .elementary.user-content-favorites #lesson-plan-edit .add-pack,
.middle.user-content-favorites #favorites-list .delete-icon,
.middle.user-content-favorites #favorites-list .sort-handle,
.middle.user-content-favorites #favorites-list .add-pack,
.middle.user-content-favorites #lesson-plan-list .delete-icon,
.middle.user-content-favorites #lesson-plan-list .sort-handle,
.middle.user-content-favorites #lesson-plan-list .add-pack,
.middle.user-content-favorites .lessonplan-details .delete-icon,
.middle.user-content-favorites .lessonplan-details .sort-handle,
.middle.user-content-favorites .lessonplan-details .add-pack,
.middle.user-content-favorites #lesson-plan-edit .delete-icon,
.middle.user-content-favorites #lesson-plan-edit .sort-handle,
.middle.user-content-favorites #lesson-plan-edit .add-pack,
.high.user-content-favorites #favorites-list .delete-icon,
.high.user-content-favorites #favorites-list .sort-handle,
.high.user-content-favorites #favorites-list .add-pack,
.high.user-content-favorites #lesson-plan-list .delete-icon,
.high.user-content-favorites #lesson-plan-list .sort-handle,
.high.user-content-favorites #lesson-plan-list .add-pack,
.high.user-content-favorites .lessonplan-details .delete-icon,
.high.user-content-favorites .lessonplan-details .sort-handle,
.high.user-content-favorites .lessonplan-details .add-pack,
.high.user-content-favorites #lesson-plan-edit .delete-icon,
.high.user-content-favorites #lesson-plan-edit .sort-handle,
.high.user-content-favorites #lesson-plan-edit .add-pack,
.elementary.user-content-resources #favorites-list .delete-icon,
.elementary.user-content-resources #favorites-list .sort-handle,
.elementary.user-content-resources #favorites-list .add-pack,
.elementary.user-content-resources #lesson-plan-list .delete-icon,
.elementary.user-content-resources #lesson-plan-list .sort-handle,
.elementary.user-content-resources #lesson-plan-list .add-pack,
.elementary.user-content-resources .lessonplan-details .delete-icon,
.elementary.user-content-resources .lessonplan-details .sort-handle,
.elementary.user-content-resources .lessonplan-details .add-pack,
.elementary.user-content-resources #lesson-plan-edit .delete-icon,
.elementary.user-content-resources #lesson-plan-edit .sort-handle,
.elementary.user-content-resources #lesson-plan-edit .add-pack,
.middle.user-content-resources #favorites-list .delete-icon,
.middle.user-content-resources #favorites-list .sort-handle,
.middle.user-content-resources #favorites-list .add-pack,
.middle.user-content-resources #lesson-plan-list .delete-icon,
.middle.user-content-resources #lesson-plan-list .sort-handle,
.middle.user-content-resources #lesson-plan-list .add-pack,
.middle.user-content-resources .lessonplan-details .delete-icon,
.middle.user-content-resources .lessonplan-details .sort-handle,
.middle.user-content-resources .lessonplan-details .add-pack,
.middle.user-content-resources #lesson-plan-edit .delete-icon,
.middle.user-content-resources #lesson-plan-edit .sort-handle,
.middle.user-content-resources #lesson-plan-edit .add-pack,
.high.user-content-resources #favorites-list .delete-icon,
.high.user-content-resources #favorites-list .sort-handle,
.high.user-content-resources #favorites-list .add-pack,
.high.user-content-resources #lesson-plan-list .delete-icon,
.high.user-content-resources #lesson-plan-list .sort-handle,
.high.user-content-resources #lesson-plan-list .add-pack,
.high.user-content-resources .lessonplan-details .delete-icon,
.high.user-content-resources .lessonplan-details .sort-handle,
.high.user-content-resources .lessonplan-details .add-pack,
.high.user-content-resources #lesson-plan-edit .delete-icon,
.high.user-content-resources #lesson-plan-edit .sort-handle,
.high.user-content-resources #lesson-plan-edit .add-pack,
.elementary.user-content-lessonplans #favorites-list .delete-icon,
.elementary.user-content-lessonplans #favorites-list .sort-handle,
.elementary.user-content-lessonplans #favorites-list .add-pack,
.elementary.user-content-lessonplans #lesson-plan-list .delete-icon,
.elementary.user-content-lessonplans #lesson-plan-list .sort-handle,
.elementary.user-content-lessonplans #lesson-plan-list .add-pack,
.elementary.user-content-lessonplans .lessonplan-details .delete-icon,
.elementary.user-content-lessonplans .lessonplan-details .sort-handle,
.elementary.user-content-lessonplans .lessonplan-details .add-pack,
.elementary.user-content-lessonplans #lesson-plan-edit .delete-icon,
.elementary.user-content-lessonplans #lesson-plan-edit .sort-handle,
.elementary.user-content-lessonplans #lesson-plan-edit .add-pack,
.middle.user-content-lessonplans #favorites-list .delete-icon,
.middle.user-content-lessonplans #favorites-list .sort-handle,
.middle.user-content-lessonplans #favorites-list .add-pack,
.middle.user-content-lessonplans #lesson-plan-list .delete-icon,
.middle.user-content-lessonplans #lesson-plan-list .sort-handle,
.middle.user-content-lessonplans #lesson-plan-list .add-pack,
.middle.user-content-lessonplans .lessonplan-details .delete-icon,
.middle.user-content-lessonplans .lessonplan-details .sort-handle,
.middle.user-content-lessonplans .lessonplan-details .add-pack,
.middle.user-content-lessonplans #lesson-plan-edit .delete-icon,
.middle.user-content-lessonplans #lesson-plan-edit .sort-handle,
.middle.user-content-lessonplans #lesson-plan-edit .add-pack,
.high.user-content-lessonplans #favorites-list .delete-icon,
.high.user-content-lessonplans #favorites-list .sort-handle,
.high.user-content-lessonplans #favorites-list .add-pack,
.high.user-content-lessonplans #lesson-plan-list .delete-icon,
.high.user-content-lessonplans #lesson-plan-list .sort-handle,
.high.user-content-lessonplans #lesson-plan-list .add-pack,
.high.user-content-lessonplans .lessonplan-details .delete-icon,
.high.user-content-lessonplans .lessonplan-details .sort-handle,
.high.user-content-lessonplans .lessonplan-details .add-pack,
.high.user-content-lessonplans #lesson-plan-edit .delete-icon,
.high.user-content-lessonplans #lesson-plan-edit .sort-handle,
.high.user-content-lessonplans #lesson-plan-edit .add-pack,
.elementary.lessons #favorites-list .delete-icon,
.elementary.lessons #favorites-list .sort-handle,
.elementary.lessons #favorites-list .add-pack,
.elementary.lessons #lesson-plan-list .delete-icon,
.elementary.lessons #lesson-plan-list .sort-handle,
.elementary.lessons #lesson-plan-list .add-pack,
.elementary.lessons .lessonplan-details .delete-icon,
.elementary.lessons .lessonplan-details .sort-handle,
.elementary.lessons .lessonplan-details .add-pack,
.elementary.lessons #lesson-plan-edit .delete-icon,
.elementary.lessons #lesson-plan-edit .sort-handle,
.elementary.lessons #lesson-plan-edit .add-pack,
.middle.lessons #favorites-list .delete-icon,
.middle.lessons #favorites-list .sort-handle,
.middle.lessons #favorites-list .add-pack,
.middle.lessons #lesson-plan-list .delete-icon,
.middle.lessons #lesson-plan-list .sort-handle,
.middle.lessons #lesson-plan-list .add-pack,
.middle.lessons .lessonplan-details .delete-icon,
.middle.lessons .lessonplan-details .sort-handle,
.middle.lessons .lessonplan-details .add-pack,
.middle.lessons #lesson-plan-edit .delete-icon,
.middle.lessons #lesson-plan-edit .sort-handle,
.middle.lessons #lesson-plan-edit .add-pack,
.high.lessons #favorites-list .delete-icon,
.high.lessons #favorites-list .sort-handle,
.high.lessons #favorites-list .add-pack,
.high.lessons #lesson-plan-list .delete-icon,
.high.lessons #lesson-plan-list .sort-handle,
.high.lessons #lesson-plan-list .add-pack,
.high.lessons .lessonplan-details .delete-icon,
.high.lessons .lessonplan-details .sort-handle,
.high.lessons .lessonplan-details .add-pack,
.high.lessons #lesson-plan-edit .delete-icon,
.high.lessons #lesson-plan-edit .sort-handle,
.high.lessons #lesson-plan-edit .add-pack,
.elementary.learn #favorites-list .delete-icon,
.elementary.learn #favorites-list .sort-handle,
.elementary.learn #favorites-list .add-pack,
.elementary.learn #lesson-plan-list .delete-icon,
.elementary.learn #lesson-plan-list .sort-handle,
.elementary.learn #lesson-plan-list .add-pack,
.elementary.learn .lessonplan-details .delete-icon,
.elementary.learn .lessonplan-details .sort-handle,
.elementary.learn .lessonplan-details .add-pack,
.elementary.learn #lesson-plan-edit .delete-icon,
.elementary.learn #lesson-plan-edit .sort-handle,
.elementary.learn #lesson-plan-edit .add-pack,
.middle.learn #favorites-list .delete-icon,
.middle.learn #favorites-list .sort-handle,
.middle.learn #favorites-list .add-pack,
.middle.learn #lesson-plan-list .delete-icon,
.middle.learn #lesson-plan-list .sort-handle,
.middle.learn #lesson-plan-list .add-pack,
.middle.learn .lessonplan-details .delete-icon,
.middle.learn .lessonplan-details .sort-handle,
.middle.learn .lessonplan-details .add-pack,
.middle.learn #lesson-plan-edit .delete-icon,
.middle.learn #lesson-plan-edit .sort-handle,
.middle.learn #lesson-plan-edit .add-pack,
.high.learn #favorites-list .delete-icon,
.high.learn #favorites-list .sort-handle,
.high.learn #favorites-list .add-pack,
.high.learn #lesson-plan-list .delete-icon,
.high.learn #lesson-plan-list .sort-handle,
.high.learn #lesson-plan-list .add-pack,
.high.learn .lessonplan-details .delete-icon,
.high.learn .lessonplan-details .sort-handle,
.high.learn .lessonplan-details .add-pack,
.high.learn #lesson-plan-edit .delete-icon,
.high.learn #lesson-plan-edit .sort-handle,
.high.learn #lesson-plan-edit .add-pack,
.elementary.user-content-favorites #favorites-list .delete-icon,
.elementary.user-content-favorites #favorites-list .sort-handle,
.elementary.user-content-favorites #favorites-list .add-pack,
.elementary.user-content-favorites #lesson-plan-list .delete-icon,
.elementary.user-content-favorites #lesson-plan-list .sort-handle,
.elementary.user-content-favorites #lesson-plan-list .add-pack,
.elementary.user-content-favorites .lessonplan-details .delete-icon,
.elementary.user-content-favorites .lessonplan-details .sort-handle,
.elementary.user-content-favorites .lessonplan-details .add-pack,
.elementary.user-content-favorites #lesson-plan-edit .delete-icon,
.elementary.user-content-favorites #lesson-plan-edit .sort-handle,
.elementary.user-content-favorites #lesson-plan-edit .add-pack,
.middle.user-content-favorites #favorites-list .delete-icon,
.middle.user-content-favorites #favorites-list .sort-handle,
.middle.user-content-favorites #favorites-list .add-pack,
.middle.user-content-favorites #lesson-plan-list .delete-icon,
.middle.user-content-favorites #lesson-plan-list .sort-handle,
.middle.user-content-favorites #lesson-plan-list .add-pack,
.middle.user-content-favorites .lessonplan-details .delete-icon,
.middle.user-content-favorites .lessonplan-details .sort-handle,
.middle.user-content-favorites .lessonplan-details .add-pack,
.middle.user-content-favorites #lesson-plan-edit .delete-icon,
.middle.user-content-favorites #lesson-plan-edit .sort-handle,
.middle.user-content-favorites #lesson-plan-edit .add-pack,
.high.user-content-favorites #favorites-list .delete-icon,
.high.user-content-favorites #favorites-list .sort-handle,
.high.user-content-favorites #favorites-list .add-pack,
.high.user-content-favorites #lesson-plan-list .delete-icon,
.high.user-content-favorites #lesson-plan-list .sort-handle,
.high.user-content-favorites #lesson-plan-list .add-pack,
.high.user-content-favorites .lessonplan-details .delete-icon,
.high.user-content-favorites .lessonplan-details .sort-handle,
.high.user-content-favorites .lessonplan-details .add-pack,
.high.user-content-favorites #lesson-plan-edit .delete-icon,
.high.user-content-favorites #lesson-plan-edit .sort-handle,
.high.user-content-favorites #lesson-plan-edit .add-pack,
#lesson-plan-edit #favorites-list .delete-icon,
#lesson-plan-edit #favorites-list .sort-handle,
#lesson-plan-edit #favorites-list .add-pack,
#lesson-plan-edit #lesson-plan-list .delete-icon,
#lesson-plan-edit #lesson-plan-list .sort-handle,
#lesson-plan-edit #lesson-plan-list .add-pack,
#lesson-plan-edit .lessonplan-details .delete-icon,
#lesson-plan-edit .lessonplan-details .sort-handle,
#lesson-plan-edit .lessonplan-details .add-pack,
#lesson-plan-edit #lesson-plan-edit .delete-icon,
#lesson-plan-edit #lesson-plan-edit .sort-handle,
#lesson-plan-edit #lesson-plan-edit .add-pack {
  cursor: pointer;
  color: #666666;
  font-size: 1.25rem !important;
}
.elementary.user-content-favorites #favorites-list .delete-icon:hover, .elementary.user-content-favorites #favorites-list .sort-handle:hover, .elementary.user-content-favorites #favorites-list .add-pack:hover, .elementary.user-content-favorites #lesson-plan-list .delete-icon:hover, .elementary.user-content-favorites #lesson-plan-list .sort-handle:hover, .elementary.user-content-favorites #lesson-plan-list .add-pack:hover,
.elementary.user-content-favorites .lessonplan-details .delete-icon:hover,
.elementary.user-content-favorites .lessonplan-details .sort-handle:hover,
.elementary.user-content-favorites .lessonplan-details .add-pack:hover, .elementary.user-content-favorites #lesson-plan-edit .delete-icon:hover, .elementary.user-content-favorites #lesson-plan-edit .sort-handle:hover, .elementary.user-content-favorites #lesson-plan-edit .add-pack:hover,
.middle.user-content-favorites #favorites-list .delete-icon:hover,
.middle.user-content-favorites #favorites-list .sort-handle:hover,
.middle.user-content-favorites #favorites-list .add-pack:hover,
.middle.user-content-favorites #lesson-plan-list .delete-icon:hover,
.middle.user-content-favorites #lesson-plan-list .sort-handle:hover,
.middle.user-content-favorites #lesson-plan-list .add-pack:hover,
.middle.user-content-favorites .lessonplan-details .delete-icon:hover,
.middle.user-content-favorites .lessonplan-details .sort-handle:hover,
.middle.user-content-favorites .lessonplan-details .add-pack:hover,
.middle.user-content-favorites #lesson-plan-edit .delete-icon:hover,
.middle.user-content-favorites #lesson-plan-edit .sort-handle:hover,
.middle.user-content-favorites #lesson-plan-edit .add-pack:hover,
.high.user-content-favorites #favorites-list .delete-icon:hover,
.high.user-content-favorites #favorites-list .sort-handle:hover,
.high.user-content-favorites #favorites-list .add-pack:hover,
.high.user-content-favorites #lesson-plan-list .delete-icon:hover,
.high.user-content-favorites #lesson-plan-list .sort-handle:hover,
.high.user-content-favorites #lesson-plan-list .add-pack:hover,
.high.user-content-favorites .lessonplan-details .delete-icon:hover,
.high.user-content-favorites .lessonplan-details .sort-handle:hover,
.high.user-content-favorites .lessonplan-details .add-pack:hover,
.high.user-content-favorites #lesson-plan-edit .delete-icon:hover,
.high.user-content-favorites #lesson-plan-edit .sort-handle:hover,
.high.user-content-favorites #lesson-plan-edit .add-pack:hover,
.elementary.user-content-resources #favorites-list .delete-icon:hover,
.elementary.user-content-resources #favorites-list .sort-handle:hover,
.elementary.user-content-resources #favorites-list .add-pack:hover,
.elementary.user-content-resources #lesson-plan-list .delete-icon:hover,
.elementary.user-content-resources #lesson-plan-list .sort-handle:hover,
.elementary.user-content-resources #lesson-plan-list .add-pack:hover,
.elementary.user-content-resources .lessonplan-details .delete-icon:hover,
.elementary.user-content-resources .lessonplan-details .sort-handle:hover,
.elementary.user-content-resources .lessonplan-details .add-pack:hover,
.elementary.user-content-resources #lesson-plan-edit .delete-icon:hover,
.elementary.user-content-resources #lesson-plan-edit .sort-handle:hover,
.elementary.user-content-resources #lesson-plan-edit .add-pack:hover,
.middle.user-content-resources #favorites-list .delete-icon:hover,
.middle.user-content-resources #favorites-list .sort-handle:hover,
.middle.user-content-resources #favorites-list .add-pack:hover,
.middle.user-content-resources #lesson-plan-list .delete-icon:hover,
.middle.user-content-resources #lesson-plan-list .sort-handle:hover,
.middle.user-content-resources #lesson-plan-list .add-pack:hover,
.middle.user-content-resources .lessonplan-details .delete-icon:hover,
.middle.user-content-resources .lessonplan-details .sort-handle:hover,
.middle.user-content-resources .lessonplan-details .add-pack:hover,
.middle.user-content-resources #lesson-plan-edit .delete-icon:hover,
.middle.user-content-resources #lesson-plan-edit .sort-handle:hover,
.middle.user-content-resources #lesson-plan-edit .add-pack:hover,
.high.user-content-resources #favorites-list .delete-icon:hover,
.high.user-content-resources #favorites-list .sort-handle:hover,
.high.user-content-resources #favorites-list .add-pack:hover,
.high.user-content-resources #lesson-plan-list .delete-icon:hover,
.high.user-content-resources #lesson-plan-list .sort-handle:hover,
.high.user-content-resources #lesson-plan-list .add-pack:hover,
.high.user-content-resources .lessonplan-details .delete-icon:hover,
.high.user-content-resources .lessonplan-details .sort-handle:hover,
.high.user-content-resources .lessonplan-details .add-pack:hover,
.high.user-content-resources #lesson-plan-edit .delete-icon:hover,
.high.user-content-resources #lesson-plan-edit .sort-handle:hover,
.high.user-content-resources #lesson-plan-edit .add-pack:hover,
.elementary.user-content-lessonplans #favorites-list .delete-icon:hover,
.elementary.user-content-lessonplans #favorites-list .sort-handle:hover,
.elementary.user-content-lessonplans #favorites-list .add-pack:hover,
.elementary.user-content-lessonplans #lesson-plan-list .delete-icon:hover,
.elementary.user-content-lessonplans #lesson-plan-list .sort-handle:hover,
.elementary.user-content-lessonplans #lesson-plan-list .add-pack:hover,
.elementary.user-content-lessonplans .lessonplan-details .delete-icon:hover,
.elementary.user-content-lessonplans .lessonplan-details .sort-handle:hover,
.elementary.user-content-lessonplans .lessonplan-details .add-pack:hover,
.elementary.user-content-lessonplans #lesson-plan-edit .delete-icon:hover,
.elementary.user-content-lessonplans #lesson-plan-edit .sort-handle:hover,
.elementary.user-content-lessonplans #lesson-plan-edit .add-pack:hover,
.middle.user-content-lessonplans #favorites-list .delete-icon:hover,
.middle.user-content-lessonplans #favorites-list .sort-handle:hover,
.middle.user-content-lessonplans #favorites-list .add-pack:hover,
.middle.user-content-lessonplans #lesson-plan-list .delete-icon:hover,
.middle.user-content-lessonplans #lesson-plan-list .sort-handle:hover,
.middle.user-content-lessonplans #lesson-plan-list .add-pack:hover,
.middle.user-content-lessonplans .lessonplan-details .delete-icon:hover,
.middle.user-content-lessonplans .lessonplan-details .sort-handle:hover,
.middle.user-content-lessonplans .lessonplan-details .add-pack:hover,
.middle.user-content-lessonplans #lesson-plan-edit .delete-icon:hover,
.middle.user-content-lessonplans #lesson-plan-edit .sort-handle:hover,
.middle.user-content-lessonplans #lesson-plan-edit .add-pack:hover,
.high.user-content-lessonplans #favorites-list .delete-icon:hover,
.high.user-content-lessonplans #favorites-list .sort-handle:hover,
.high.user-content-lessonplans #favorites-list .add-pack:hover,
.high.user-content-lessonplans #lesson-plan-list .delete-icon:hover,
.high.user-content-lessonplans #lesson-plan-list .sort-handle:hover,
.high.user-content-lessonplans #lesson-plan-list .add-pack:hover,
.high.user-content-lessonplans .lessonplan-details .delete-icon:hover,
.high.user-content-lessonplans .lessonplan-details .sort-handle:hover,
.high.user-content-lessonplans .lessonplan-details .add-pack:hover,
.high.user-content-lessonplans #lesson-plan-edit .delete-icon:hover,
.high.user-content-lessonplans #lesson-plan-edit .sort-handle:hover,
.high.user-content-lessonplans #lesson-plan-edit .add-pack:hover,
.elementary.lessons #favorites-list .delete-icon:hover,
.elementary.lessons #favorites-list .sort-handle:hover,
.elementary.lessons #favorites-list .add-pack:hover,
.elementary.lessons #lesson-plan-list .delete-icon:hover,
.elementary.lessons #lesson-plan-list .sort-handle:hover,
.elementary.lessons #lesson-plan-list .add-pack:hover,
.elementary.lessons .lessonplan-details .delete-icon:hover,
.elementary.lessons .lessonplan-details .sort-handle:hover,
.elementary.lessons .lessonplan-details .add-pack:hover,
.elementary.lessons #lesson-plan-edit .delete-icon:hover,
.elementary.lessons #lesson-plan-edit .sort-handle:hover,
.elementary.lessons #lesson-plan-edit .add-pack:hover,
.middle.lessons #favorites-list .delete-icon:hover,
.middle.lessons #favorites-list .sort-handle:hover,
.middle.lessons #favorites-list .add-pack:hover,
.middle.lessons #lesson-plan-list .delete-icon:hover,
.middle.lessons #lesson-plan-list .sort-handle:hover,
.middle.lessons #lesson-plan-list .add-pack:hover,
.middle.lessons .lessonplan-details .delete-icon:hover,
.middle.lessons .lessonplan-details .sort-handle:hover,
.middle.lessons .lessonplan-details .add-pack:hover,
.middle.lessons #lesson-plan-edit .delete-icon:hover,
.middle.lessons #lesson-plan-edit .sort-handle:hover,
.middle.lessons #lesson-plan-edit .add-pack:hover,
.high.lessons #favorites-list .delete-icon:hover,
.high.lessons #favorites-list .sort-handle:hover,
.high.lessons #favorites-list .add-pack:hover,
.high.lessons #lesson-plan-list .delete-icon:hover,
.high.lessons #lesson-plan-list .sort-handle:hover,
.high.lessons #lesson-plan-list .add-pack:hover,
.high.lessons .lessonplan-details .delete-icon:hover,
.high.lessons .lessonplan-details .sort-handle:hover,
.high.lessons .lessonplan-details .add-pack:hover,
.high.lessons #lesson-plan-edit .delete-icon:hover,
.high.lessons #lesson-plan-edit .sort-handle:hover,
.high.lessons #lesson-plan-edit .add-pack:hover,
.elementary.learn #favorites-list .delete-icon:hover,
.elementary.learn #favorites-list .sort-handle:hover,
.elementary.learn #favorites-list .add-pack:hover,
.elementary.learn #lesson-plan-list .delete-icon:hover,
.elementary.learn #lesson-plan-list .sort-handle:hover,
.elementary.learn #lesson-plan-list .add-pack:hover,
.elementary.learn .lessonplan-details .delete-icon:hover,
.elementary.learn .lessonplan-details .sort-handle:hover,
.elementary.learn .lessonplan-details .add-pack:hover,
.elementary.learn #lesson-plan-edit .delete-icon:hover,
.elementary.learn #lesson-plan-edit .sort-handle:hover,
.elementary.learn #lesson-plan-edit .add-pack:hover,
.middle.learn #favorites-list .delete-icon:hover,
.middle.learn #favorites-list .sort-handle:hover,
.middle.learn #favorites-list .add-pack:hover,
.middle.learn #lesson-plan-list .delete-icon:hover,
.middle.learn #lesson-plan-list .sort-handle:hover,
.middle.learn #lesson-plan-list .add-pack:hover,
.middle.learn .lessonplan-details .delete-icon:hover,
.middle.learn .lessonplan-details .sort-handle:hover,
.middle.learn .lessonplan-details .add-pack:hover,
.middle.learn #lesson-plan-edit .delete-icon:hover,
.middle.learn #lesson-plan-edit .sort-handle:hover,
.middle.learn #lesson-plan-edit .add-pack:hover,
.high.learn #favorites-list .delete-icon:hover,
.high.learn #favorites-list .sort-handle:hover,
.high.learn #favorites-list .add-pack:hover,
.high.learn #lesson-plan-list .delete-icon:hover,
.high.learn #lesson-plan-list .sort-handle:hover,
.high.learn #lesson-plan-list .add-pack:hover,
.high.learn .lessonplan-details .delete-icon:hover,
.high.learn .lessonplan-details .sort-handle:hover,
.high.learn .lessonplan-details .add-pack:hover,
.high.learn #lesson-plan-edit .delete-icon:hover,
.high.learn #lesson-plan-edit .sort-handle:hover,
.high.learn #lesson-plan-edit .add-pack:hover,
.elementary.user-content-favorites #favorites-list .delete-icon:hover,
.elementary.user-content-favorites #favorites-list .sort-handle:hover,
.elementary.user-content-favorites #favorites-list .add-pack:hover,
.elementary.user-content-favorites #lesson-plan-list .delete-icon:hover,
.elementary.user-content-favorites #lesson-plan-list .sort-handle:hover,
.elementary.user-content-favorites #lesson-plan-list .add-pack:hover,
.elementary.user-content-favorites .lessonplan-details .delete-icon:hover,
.elementary.user-content-favorites .lessonplan-details .sort-handle:hover,
.elementary.user-content-favorites .lessonplan-details .add-pack:hover,
.elementary.user-content-favorites #lesson-plan-edit .delete-icon:hover,
.elementary.user-content-favorites #lesson-plan-edit .sort-handle:hover,
.elementary.user-content-favorites #lesson-plan-edit .add-pack:hover,
.middle.user-content-favorites #favorites-list .delete-icon:hover,
.middle.user-content-favorites #favorites-list .sort-handle:hover,
.middle.user-content-favorites #favorites-list .add-pack:hover,
.middle.user-content-favorites #lesson-plan-list .delete-icon:hover,
.middle.user-content-favorites #lesson-plan-list .sort-handle:hover,
.middle.user-content-favorites #lesson-plan-list .add-pack:hover,
.middle.user-content-favorites .lessonplan-details .delete-icon:hover,
.middle.user-content-favorites .lessonplan-details .sort-handle:hover,
.middle.user-content-favorites .lessonplan-details .add-pack:hover,
.middle.user-content-favorites #lesson-plan-edit .delete-icon:hover,
.middle.user-content-favorites #lesson-plan-edit .sort-handle:hover,
.middle.user-content-favorites #lesson-plan-edit .add-pack:hover,
.high.user-content-favorites #favorites-list .delete-icon:hover,
.high.user-content-favorites #favorites-list .sort-handle:hover,
.high.user-content-favorites #favorites-list .add-pack:hover,
.high.user-content-favorites #lesson-plan-list .delete-icon:hover,
.high.user-content-favorites #lesson-plan-list .sort-handle:hover,
.high.user-content-favorites #lesson-plan-list .add-pack:hover,
.high.user-content-favorites .lessonplan-details .delete-icon:hover,
.high.user-content-favorites .lessonplan-details .sort-handle:hover,
.high.user-content-favorites .lessonplan-details .add-pack:hover,
.high.user-content-favorites #lesson-plan-edit .delete-icon:hover,
.high.user-content-favorites #lesson-plan-edit .sort-handle:hover,
.high.user-content-favorites #lesson-plan-edit .add-pack:hover,
#lesson-plan-edit #favorites-list .delete-icon:hover,
#lesson-plan-edit #favorites-list .sort-handle:hover,
#lesson-plan-edit #favorites-list .add-pack:hover,
#lesson-plan-edit #lesson-plan-list .delete-icon:hover,
#lesson-plan-edit #lesson-plan-list .sort-handle:hover,
#lesson-plan-edit #lesson-plan-list .add-pack:hover,
#lesson-plan-edit .lessonplan-details .delete-icon:hover,
#lesson-plan-edit .lessonplan-details .sort-handle:hover,
#lesson-plan-edit .lessonplan-details .add-pack:hover,
#lesson-plan-edit #lesson-plan-edit .delete-icon:hover,
#lesson-plan-edit #lesson-plan-edit .sort-handle:hover,
#lesson-plan-edit #lesson-plan-edit .add-pack:hover {
  color: #006dc1;
}
.elementary.user-content-favorites #favorites-list .add-pack.disabled:hover, .elementary.user-content-favorites #lesson-plan-list .add-pack.disabled:hover,
.elementary.user-content-favorites .lessonplan-details .add-pack.disabled:hover, .elementary.user-content-favorites #lesson-plan-edit .add-pack.disabled:hover,
.middle.user-content-favorites #favorites-list .add-pack.disabled:hover,
.middle.user-content-favorites #lesson-plan-list .add-pack.disabled:hover,
.middle.user-content-favorites .lessonplan-details .add-pack.disabled:hover,
.middle.user-content-favorites #lesson-plan-edit .add-pack.disabled:hover,
.high.user-content-favorites #favorites-list .add-pack.disabled:hover,
.high.user-content-favorites #lesson-plan-list .add-pack.disabled:hover,
.high.user-content-favorites .lessonplan-details .add-pack.disabled:hover,
.high.user-content-favorites #lesson-plan-edit .add-pack.disabled:hover,
.elementary.user-content-resources #favorites-list .add-pack.disabled:hover,
.elementary.user-content-resources #lesson-plan-list .add-pack.disabled:hover,
.elementary.user-content-resources .lessonplan-details .add-pack.disabled:hover,
.elementary.user-content-resources #lesson-plan-edit .add-pack.disabled:hover,
.middle.user-content-resources #favorites-list .add-pack.disabled:hover,
.middle.user-content-resources #lesson-plan-list .add-pack.disabled:hover,
.middle.user-content-resources .lessonplan-details .add-pack.disabled:hover,
.middle.user-content-resources #lesson-plan-edit .add-pack.disabled:hover,
.high.user-content-resources #favorites-list .add-pack.disabled:hover,
.high.user-content-resources #lesson-plan-list .add-pack.disabled:hover,
.high.user-content-resources .lessonplan-details .add-pack.disabled:hover,
.high.user-content-resources #lesson-plan-edit .add-pack.disabled:hover,
.elementary.user-content-lessonplans #favorites-list .add-pack.disabled:hover,
.elementary.user-content-lessonplans #lesson-plan-list .add-pack.disabled:hover,
.elementary.user-content-lessonplans .lessonplan-details .add-pack.disabled:hover,
.elementary.user-content-lessonplans #lesson-plan-edit .add-pack.disabled:hover,
.middle.user-content-lessonplans #favorites-list .add-pack.disabled:hover,
.middle.user-content-lessonplans #lesson-plan-list .add-pack.disabled:hover,
.middle.user-content-lessonplans .lessonplan-details .add-pack.disabled:hover,
.middle.user-content-lessonplans #lesson-plan-edit .add-pack.disabled:hover,
.high.user-content-lessonplans #favorites-list .add-pack.disabled:hover,
.high.user-content-lessonplans #lesson-plan-list .add-pack.disabled:hover,
.high.user-content-lessonplans .lessonplan-details .add-pack.disabled:hover,
.high.user-content-lessonplans #lesson-plan-edit .add-pack.disabled:hover,
.elementary.lessons #favorites-list .add-pack.disabled:hover,
.elementary.lessons #lesson-plan-list .add-pack.disabled:hover,
.elementary.lessons .lessonplan-details .add-pack.disabled:hover,
.elementary.lessons #lesson-plan-edit .add-pack.disabled:hover,
.middle.lessons #favorites-list .add-pack.disabled:hover,
.middle.lessons #lesson-plan-list .add-pack.disabled:hover,
.middle.lessons .lessonplan-details .add-pack.disabled:hover,
.middle.lessons #lesson-plan-edit .add-pack.disabled:hover,
.high.lessons #favorites-list .add-pack.disabled:hover,
.high.lessons #lesson-plan-list .add-pack.disabled:hover,
.high.lessons .lessonplan-details .add-pack.disabled:hover,
.high.lessons #lesson-plan-edit .add-pack.disabled:hover,
.elementary.learn #favorites-list .add-pack.disabled:hover,
.elementary.learn #lesson-plan-list .add-pack.disabled:hover,
.elementary.learn .lessonplan-details .add-pack.disabled:hover,
.elementary.learn #lesson-plan-edit .add-pack.disabled:hover,
.middle.learn #favorites-list .add-pack.disabled:hover,
.middle.learn #lesson-plan-list .add-pack.disabled:hover,
.middle.learn .lessonplan-details .add-pack.disabled:hover,
.middle.learn #lesson-plan-edit .add-pack.disabled:hover,
.high.learn #favorites-list .add-pack.disabled:hover,
.high.learn #lesson-plan-list .add-pack.disabled:hover,
.high.learn .lessonplan-details .add-pack.disabled:hover,
.high.learn #lesson-plan-edit .add-pack.disabled:hover,
.elementary.user-content-favorites #favorites-list .add-pack.disabled:hover,
.elementary.user-content-favorites #lesson-plan-list .add-pack.disabled:hover,
.elementary.user-content-favorites .lessonplan-details .add-pack.disabled:hover,
.elementary.user-content-favorites #lesson-plan-edit .add-pack.disabled:hover,
.middle.user-content-favorites #favorites-list .add-pack.disabled:hover,
.middle.user-content-favorites #lesson-plan-list .add-pack.disabled:hover,
.middle.user-content-favorites .lessonplan-details .add-pack.disabled:hover,
.middle.user-content-favorites #lesson-plan-edit .add-pack.disabled:hover,
.high.user-content-favorites #favorites-list .add-pack.disabled:hover,
.high.user-content-favorites #lesson-plan-list .add-pack.disabled:hover,
.high.user-content-favorites .lessonplan-details .add-pack.disabled:hover,
.high.user-content-favorites #lesson-plan-edit .add-pack.disabled:hover,
#lesson-plan-edit #favorites-list .add-pack.disabled:hover,
#lesson-plan-edit #lesson-plan-list .add-pack.disabled:hover,
#lesson-plan-edit .lessonplan-details .add-pack.disabled:hover,
#lesson-plan-edit #lesson-plan-edit .add-pack.disabled:hover {
  color: #c9c9c9;
}
.elementary.user-content-favorites #favorites-list .sort-handle, .elementary.user-content-favorites #lesson-plan-list .sort-handle,
.elementary.user-content-favorites .lessonplan-details .sort-handle, .elementary.user-content-favorites #lesson-plan-edit .sort-handle,
.middle.user-content-favorites #favorites-list .sort-handle,
.middle.user-content-favorites #lesson-plan-list .sort-handle,
.middle.user-content-favorites .lessonplan-details .sort-handle,
.middle.user-content-favorites #lesson-plan-edit .sort-handle,
.high.user-content-favorites #favorites-list .sort-handle,
.high.user-content-favorites #lesson-plan-list .sort-handle,
.high.user-content-favorites .lessonplan-details .sort-handle,
.high.user-content-favorites #lesson-plan-edit .sort-handle,
.elementary.user-content-resources #favorites-list .sort-handle,
.elementary.user-content-resources #lesson-plan-list .sort-handle,
.elementary.user-content-resources .lessonplan-details .sort-handle,
.elementary.user-content-resources #lesson-plan-edit .sort-handle,
.middle.user-content-resources #favorites-list .sort-handle,
.middle.user-content-resources #lesson-plan-list .sort-handle,
.middle.user-content-resources .lessonplan-details .sort-handle,
.middle.user-content-resources #lesson-plan-edit .sort-handle,
.high.user-content-resources #favorites-list .sort-handle,
.high.user-content-resources #lesson-plan-list .sort-handle,
.high.user-content-resources .lessonplan-details .sort-handle,
.high.user-content-resources #lesson-plan-edit .sort-handle,
.elementary.user-content-lessonplans #favorites-list .sort-handle,
.elementary.user-content-lessonplans #lesson-plan-list .sort-handle,
.elementary.user-content-lessonplans .lessonplan-details .sort-handle,
.elementary.user-content-lessonplans #lesson-plan-edit .sort-handle,
.middle.user-content-lessonplans #favorites-list .sort-handle,
.middle.user-content-lessonplans #lesson-plan-list .sort-handle,
.middle.user-content-lessonplans .lessonplan-details .sort-handle,
.middle.user-content-lessonplans #lesson-plan-edit .sort-handle,
.high.user-content-lessonplans #favorites-list .sort-handle,
.high.user-content-lessonplans #lesson-plan-list .sort-handle,
.high.user-content-lessonplans .lessonplan-details .sort-handle,
.high.user-content-lessonplans #lesson-plan-edit .sort-handle,
.elementary.lessons #favorites-list .sort-handle,
.elementary.lessons #lesson-plan-list .sort-handle,
.elementary.lessons .lessonplan-details .sort-handle,
.elementary.lessons #lesson-plan-edit .sort-handle,
.middle.lessons #favorites-list .sort-handle,
.middle.lessons #lesson-plan-list .sort-handle,
.middle.lessons .lessonplan-details .sort-handle,
.middle.lessons #lesson-plan-edit .sort-handle,
.high.lessons #favorites-list .sort-handle,
.high.lessons #lesson-plan-list .sort-handle,
.high.lessons .lessonplan-details .sort-handle,
.high.lessons #lesson-plan-edit .sort-handle,
.elementary.learn #favorites-list .sort-handle,
.elementary.learn #lesson-plan-list .sort-handle,
.elementary.learn .lessonplan-details .sort-handle,
.elementary.learn #lesson-plan-edit .sort-handle,
.middle.learn #favorites-list .sort-handle,
.middle.learn #lesson-plan-list .sort-handle,
.middle.learn .lessonplan-details .sort-handle,
.middle.learn #lesson-plan-edit .sort-handle,
.high.learn #favorites-list .sort-handle,
.high.learn #lesson-plan-list .sort-handle,
.high.learn .lessonplan-details .sort-handle,
.high.learn #lesson-plan-edit .sort-handle,
.elementary.user-content-favorites #favorites-list .sort-handle,
.elementary.user-content-favorites #lesson-plan-list .sort-handle,
.elementary.user-content-favorites .lessonplan-details .sort-handle,
.elementary.user-content-favorites #lesson-plan-edit .sort-handle,
.middle.user-content-favorites #favorites-list .sort-handle,
.middle.user-content-favorites #lesson-plan-list .sort-handle,
.middle.user-content-favorites .lessonplan-details .sort-handle,
.middle.user-content-favorites #lesson-plan-edit .sort-handle,
.high.user-content-favorites #favorites-list .sort-handle,
.high.user-content-favorites #lesson-plan-list .sort-handle,
.high.user-content-favorites .lessonplan-details .sort-handle,
.high.user-content-favorites #lesson-plan-edit .sort-handle,
#lesson-plan-edit #favorites-list .sort-handle,
#lesson-plan-edit #lesson-plan-list .sort-handle,
#lesson-plan-edit .lessonplan-details .sort-handle,
#lesson-plan-edit #lesson-plan-edit .sort-handle {
  cursor: grab !important;
}
@media (max-width: 991.98px) {
  .elementary.user-content-favorites #favorites-list .sort-handle, .elementary.user-content-favorites #lesson-plan-list .sort-handle,
  .elementary.user-content-favorites .lessonplan-details .sort-handle, .elementary.user-content-favorites #lesson-plan-edit .sort-handle,
  .middle.user-content-favorites #favorites-list .sort-handle,
  .middle.user-content-favorites #lesson-plan-list .sort-handle,
  .middle.user-content-favorites .lessonplan-details .sort-handle,
  .middle.user-content-favorites #lesson-plan-edit .sort-handle,
  .high.user-content-favorites #favorites-list .sort-handle,
  .high.user-content-favorites #lesson-plan-list .sort-handle,
  .high.user-content-favorites .lessonplan-details .sort-handle,
  .high.user-content-favorites #lesson-plan-edit .sort-handle,
  .elementary.user-content-resources #favorites-list .sort-handle,
  .elementary.user-content-resources #lesson-plan-list .sort-handle,
  .elementary.user-content-resources .lessonplan-details .sort-handle,
  .elementary.user-content-resources #lesson-plan-edit .sort-handle,
  .middle.user-content-resources #favorites-list .sort-handle,
  .middle.user-content-resources #lesson-plan-list .sort-handle,
  .middle.user-content-resources .lessonplan-details .sort-handle,
  .middle.user-content-resources #lesson-plan-edit .sort-handle,
  .high.user-content-resources #favorites-list .sort-handle,
  .high.user-content-resources #lesson-plan-list .sort-handle,
  .high.user-content-resources .lessonplan-details .sort-handle,
  .high.user-content-resources #lesson-plan-edit .sort-handle,
  .elementary.user-content-lessonplans #favorites-list .sort-handle,
  .elementary.user-content-lessonplans #lesson-plan-list .sort-handle,
  .elementary.user-content-lessonplans .lessonplan-details .sort-handle,
  .elementary.user-content-lessonplans #lesson-plan-edit .sort-handle,
  .middle.user-content-lessonplans #favorites-list .sort-handle,
  .middle.user-content-lessonplans #lesson-plan-list .sort-handle,
  .middle.user-content-lessonplans .lessonplan-details .sort-handle,
  .middle.user-content-lessonplans #lesson-plan-edit .sort-handle,
  .high.user-content-lessonplans #favorites-list .sort-handle,
  .high.user-content-lessonplans #lesson-plan-list .sort-handle,
  .high.user-content-lessonplans .lessonplan-details .sort-handle,
  .high.user-content-lessonplans #lesson-plan-edit .sort-handle,
  .elementary.lessons #favorites-list .sort-handle,
  .elementary.lessons #lesson-plan-list .sort-handle,
  .elementary.lessons .lessonplan-details .sort-handle,
  .elementary.lessons #lesson-plan-edit .sort-handle,
  .middle.lessons #favorites-list .sort-handle,
  .middle.lessons #lesson-plan-list .sort-handle,
  .middle.lessons .lessonplan-details .sort-handle,
  .middle.lessons #lesson-plan-edit .sort-handle,
  .high.lessons #favorites-list .sort-handle,
  .high.lessons #lesson-plan-list .sort-handle,
  .high.lessons .lessonplan-details .sort-handle,
  .high.lessons #lesson-plan-edit .sort-handle,
  .elementary.learn #favorites-list .sort-handle,
  .elementary.learn #lesson-plan-list .sort-handle,
  .elementary.learn .lessonplan-details .sort-handle,
  .elementary.learn #lesson-plan-edit .sort-handle,
  .middle.learn #favorites-list .sort-handle,
  .middle.learn #lesson-plan-list .sort-handle,
  .middle.learn .lessonplan-details .sort-handle,
  .middle.learn #lesson-plan-edit .sort-handle,
  .high.learn #favorites-list .sort-handle,
  .high.learn #lesson-plan-list .sort-handle,
  .high.learn .lessonplan-details .sort-handle,
  .high.learn #lesson-plan-edit .sort-handle,
  .elementary.user-content-favorites #favorites-list .sort-handle,
  .elementary.user-content-favorites #lesson-plan-list .sort-handle,
  .elementary.user-content-favorites .lessonplan-details .sort-handle,
  .elementary.user-content-favorites #lesson-plan-edit .sort-handle,
  .middle.user-content-favorites #favorites-list .sort-handle,
  .middle.user-content-favorites #lesson-plan-list .sort-handle,
  .middle.user-content-favorites .lessonplan-details .sort-handle,
  .middle.user-content-favorites #lesson-plan-edit .sort-handle,
  .high.user-content-favorites #favorites-list .sort-handle,
  .high.user-content-favorites #lesson-plan-list .sort-handle,
  .high.user-content-favorites .lessonplan-details .sort-handle,
  .high.user-content-favorites #lesson-plan-edit .sort-handle,
  #lesson-plan-edit #favorites-list .sort-handle,
  #lesson-plan-edit #lesson-plan-list .sort-handle,
  #lesson-plan-edit .lessonplan-details .sort-handle,
  #lesson-plan-edit #lesson-plan-edit .sort-handle {
    display: none;
  }
}
.elementary.user-content-favorites #favorites-list .main-content a, .elementary.user-content-favorites #lesson-plan-list .main-content a,
.elementary.user-content-favorites .lessonplan-details .main-content a, .elementary.user-content-favorites #lesson-plan-edit .main-content a,
.middle.user-content-favorites #favorites-list .main-content a,
.middle.user-content-favorites #lesson-plan-list .main-content a,
.middle.user-content-favorites .lessonplan-details .main-content a,
.middle.user-content-favorites #lesson-plan-edit .main-content a,
.high.user-content-favorites #favorites-list .main-content a,
.high.user-content-favorites #lesson-plan-list .main-content a,
.high.user-content-favorites .lessonplan-details .main-content a,
.high.user-content-favorites #lesson-plan-edit .main-content a,
.elementary.user-content-resources #favorites-list .main-content a,
.elementary.user-content-resources #lesson-plan-list .main-content a,
.elementary.user-content-resources .lessonplan-details .main-content a,
.elementary.user-content-resources #lesson-plan-edit .main-content a,
.middle.user-content-resources #favorites-list .main-content a,
.middle.user-content-resources #lesson-plan-list .main-content a,
.middle.user-content-resources .lessonplan-details .main-content a,
.middle.user-content-resources #lesson-plan-edit .main-content a,
.high.user-content-resources #favorites-list .main-content a,
.high.user-content-resources #lesson-plan-list .main-content a,
.high.user-content-resources .lessonplan-details .main-content a,
.high.user-content-resources #lesson-plan-edit .main-content a,
.elementary.user-content-lessonplans #favorites-list .main-content a,
.elementary.user-content-lessonplans #lesson-plan-list .main-content a,
.elementary.user-content-lessonplans .lessonplan-details .main-content a,
.elementary.user-content-lessonplans #lesson-plan-edit .main-content a,
.middle.user-content-lessonplans #favorites-list .main-content a,
.middle.user-content-lessonplans #lesson-plan-list .main-content a,
.middle.user-content-lessonplans .lessonplan-details .main-content a,
.middle.user-content-lessonplans #lesson-plan-edit .main-content a,
.high.user-content-lessonplans #favorites-list .main-content a,
.high.user-content-lessonplans #lesson-plan-list .main-content a,
.high.user-content-lessonplans .lessonplan-details .main-content a,
.high.user-content-lessonplans #lesson-plan-edit .main-content a,
.elementary.lessons #favorites-list .main-content a,
.elementary.lessons #lesson-plan-list .main-content a,
.elementary.lessons .lessonplan-details .main-content a,
.elementary.lessons #lesson-plan-edit .main-content a,
.middle.lessons #favorites-list .main-content a,
.middle.lessons #lesson-plan-list .main-content a,
.middle.lessons .lessonplan-details .main-content a,
.middle.lessons #lesson-plan-edit .main-content a,
.high.lessons #favorites-list .main-content a,
.high.lessons #lesson-plan-list .main-content a,
.high.lessons .lessonplan-details .main-content a,
.high.lessons #lesson-plan-edit .main-content a,
.elementary.learn #favorites-list .main-content a,
.elementary.learn #lesson-plan-list .main-content a,
.elementary.learn .lessonplan-details .main-content a,
.elementary.learn #lesson-plan-edit .main-content a,
.middle.learn #favorites-list .main-content a,
.middle.learn #lesson-plan-list .main-content a,
.middle.learn .lessonplan-details .main-content a,
.middle.learn #lesson-plan-edit .main-content a,
.high.learn #favorites-list .main-content a,
.high.learn #lesson-plan-list .main-content a,
.high.learn .lessonplan-details .main-content a,
.high.learn #lesson-plan-edit .main-content a,
.elementary.user-content-favorites #favorites-list .main-content a,
.elementary.user-content-favorites #lesson-plan-list .main-content a,
.elementary.user-content-favorites .lessonplan-details .main-content a,
.elementary.user-content-favorites #lesson-plan-edit .main-content a,
.middle.user-content-favorites #favorites-list .main-content a,
.middle.user-content-favorites #lesson-plan-list .main-content a,
.middle.user-content-favorites .lessonplan-details .main-content a,
.middle.user-content-favorites #lesson-plan-edit .main-content a,
.high.user-content-favorites #favorites-list .main-content a,
.high.user-content-favorites #lesson-plan-list .main-content a,
.high.user-content-favorites .lessonplan-details .main-content a,
.high.user-content-favorites #lesson-plan-edit .main-content a,
#lesson-plan-edit #favorites-list .main-content a,
#lesson-plan-edit #lesson-plan-list .main-content a,
#lesson-plan-edit .lessonplan-details .main-content a,
#lesson-plan-edit #lesson-plan-edit .main-content a {
  font-size: 24px;
}
.elementary.user-content-favorites #favorites-list .media-body, .elementary.user-content-favorites #favorites-list .main-content, .elementary.user-content-favorites #lesson-plan-list .media-body, .elementary.user-content-favorites #lesson-plan-list .main-content,
.elementary.user-content-favorites .lessonplan-details .media-body,
.elementary.user-content-favorites .lessonplan-details .main-content, .elementary.user-content-favorites #lesson-plan-edit .media-body, .elementary.user-content-favorites #lesson-plan-edit .main-content,
.middle.user-content-favorites #favorites-list .media-body,
.middle.user-content-favorites #favorites-list .main-content,
.middle.user-content-favorites #lesson-plan-list .media-body,
.middle.user-content-favorites #lesson-plan-list .main-content,
.middle.user-content-favorites .lessonplan-details .media-body,
.middle.user-content-favorites .lessonplan-details .main-content,
.middle.user-content-favorites #lesson-plan-edit .media-body,
.middle.user-content-favorites #lesson-plan-edit .main-content,
.high.user-content-favorites #favorites-list .media-body,
.high.user-content-favorites #favorites-list .main-content,
.high.user-content-favorites #lesson-plan-list .media-body,
.high.user-content-favorites #lesson-plan-list .main-content,
.high.user-content-favorites .lessonplan-details .media-body,
.high.user-content-favorites .lessonplan-details .main-content,
.high.user-content-favorites #lesson-plan-edit .media-body,
.high.user-content-favorites #lesson-plan-edit .main-content,
.elementary.user-content-resources #favorites-list .media-body,
.elementary.user-content-resources #favorites-list .main-content,
.elementary.user-content-resources #lesson-plan-list .media-body,
.elementary.user-content-resources #lesson-plan-list .main-content,
.elementary.user-content-resources .lessonplan-details .media-body,
.elementary.user-content-resources .lessonplan-details .main-content,
.elementary.user-content-resources #lesson-plan-edit .media-body,
.elementary.user-content-resources #lesson-plan-edit .main-content,
.middle.user-content-resources #favorites-list .media-body,
.middle.user-content-resources #favorites-list .main-content,
.middle.user-content-resources #lesson-plan-list .media-body,
.middle.user-content-resources #lesson-plan-list .main-content,
.middle.user-content-resources .lessonplan-details .media-body,
.middle.user-content-resources .lessonplan-details .main-content,
.middle.user-content-resources #lesson-plan-edit .media-body,
.middle.user-content-resources #lesson-plan-edit .main-content,
.high.user-content-resources #favorites-list .media-body,
.high.user-content-resources #favorites-list .main-content,
.high.user-content-resources #lesson-plan-list .media-body,
.high.user-content-resources #lesson-plan-list .main-content,
.high.user-content-resources .lessonplan-details .media-body,
.high.user-content-resources .lessonplan-details .main-content,
.high.user-content-resources #lesson-plan-edit .media-body,
.high.user-content-resources #lesson-plan-edit .main-content,
.elementary.user-content-lessonplans #favorites-list .media-body,
.elementary.user-content-lessonplans #favorites-list .main-content,
.elementary.user-content-lessonplans #lesson-plan-list .media-body,
.elementary.user-content-lessonplans #lesson-plan-list .main-content,
.elementary.user-content-lessonplans .lessonplan-details .media-body,
.elementary.user-content-lessonplans .lessonplan-details .main-content,
.elementary.user-content-lessonplans #lesson-plan-edit .media-body,
.elementary.user-content-lessonplans #lesson-plan-edit .main-content,
.middle.user-content-lessonplans #favorites-list .media-body,
.middle.user-content-lessonplans #favorites-list .main-content,
.middle.user-content-lessonplans #lesson-plan-list .media-body,
.middle.user-content-lessonplans #lesson-plan-list .main-content,
.middle.user-content-lessonplans .lessonplan-details .media-body,
.middle.user-content-lessonplans .lessonplan-details .main-content,
.middle.user-content-lessonplans #lesson-plan-edit .media-body,
.middle.user-content-lessonplans #lesson-plan-edit .main-content,
.high.user-content-lessonplans #favorites-list .media-body,
.high.user-content-lessonplans #favorites-list .main-content,
.high.user-content-lessonplans #lesson-plan-list .media-body,
.high.user-content-lessonplans #lesson-plan-list .main-content,
.high.user-content-lessonplans .lessonplan-details .media-body,
.high.user-content-lessonplans .lessonplan-details .main-content,
.high.user-content-lessonplans #lesson-plan-edit .media-body,
.high.user-content-lessonplans #lesson-plan-edit .main-content,
.elementary.lessons #favorites-list .media-body,
.elementary.lessons #favorites-list .main-content,
.elementary.lessons #lesson-plan-list .media-body,
.elementary.lessons #lesson-plan-list .main-content,
.elementary.lessons .lessonplan-details .media-body,
.elementary.lessons .lessonplan-details .main-content,
.elementary.lessons #lesson-plan-edit .media-body,
.elementary.lessons #lesson-plan-edit .main-content,
.middle.lessons #favorites-list .media-body,
.middle.lessons #favorites-list .main-content,
.middle.lessons #lesson-plan-list .media-body,
.middle.lessons #lesson-plan-list .main-content,
.middle.lessons .lessonplan-details .media-body,
.middle.lessons .lessonplan-details .main-content,
.middle.lessons #lesson-plan-edit .media-body,
.middle.lessons #lesson-plan-edit .main-content,
.high.lessons #favorites-list .media-body,
.high.lessons #favorites-list .main-content,
.high.lessons #lesson-plan-list .media-body,
.high.lessons #lesson-plan-list .main-content,
.high.lessons .lessonplan-details .media-body,
.high.lessons .lessonplan-details .main-content,
.high.lessons #lesson-plan-edit .media-body,
.high.lessons #lesson-plan-edit .main-content,
.elementary.learn #favorites-list .media-body,
.elementary.learn #favorites-list .main-content,
.elementary.learn #lesson-plan-list .media-body,
.elementary.learn #lesson-plan-list .main-content,
.elementary.learn .lessonplan-details .media-body,
.elementary.learn .lessonplan-details .main-content,
.elementary.learn #lesson-plan-edit .media-body,
.elementary.learn #lesson-plan-edit .main-content,
.middle.learn #favorites-list .media-body,
.middle.learn #favorites-list .main-content,
.middle.learn #lesson-plan-list .media-body,
.middle.learn #lesson-plan-list .main-content,
.middle.learn .lessonplan-details .media-body,
.middle.learn .lessonplan-details .main-content,
.middle.learn #lesson-plan-edit .media-body,
.middle.learn #lesson-plan-edit .main-content,
.high.learn #favorites-list .media-body,
.high.learn #favorites-list .main-content,
.high.learn #lesson-plan-list .media-body,
.high.learn #lesson-plan-list .main-content,
.high.learn .lessonplan-details .media-body,
.high.learn .lessonplan-details .main-content,
.high.learn #lesson-plan-edit .media-body,
.high.learn #lesson-plan-edit .main-content,
.elementary.user-content-favorites #favorites-list .media-body,
.elementary.user-content-favorites #favorites-list .main-content,
.elementary.user-content-favorites #lesson-plan-list .media-body,
.elementary.user-content-favorites #lesson-plan-list .main-content,
.elementary.user-content-favorites .lessonplan-details .media-body,
.elementary.user-content-favorites .lessonplan-details .main-content,
.elementary.user-content-favorites #lesson-plan-edit .media-body,
.elementary.user-content-favorites #lesson-plan-edit .main-content,
.middle.user-content-favorites #favorites-list .media-body,
.middle.user-content-favorites #favorites-list .main-content,
.middle.user-content-favorites #lesson-plan-list .media-body,
.middle.user-content-favorites #lesson-plan-list .main-content,
.middle.user-content-favorites .lessonplan-details .media-body,
.middle.user-content-favorites .lessonplan-details .main-content,
.middle.user-content-favorites #lesson-plan-edit .media-body,
.middle.user-content-favorites #lesson-plan-edit .main-content,
.high.user-content-favorites #favorites-list .media-body,
.high.user-content-favorites #favorites-list .main-content,
.high.user-content-favorites #lesson-plan-list .media-body,
.high.user-content-favorites #lesson-plan-list .main-content,
.high.user-content-favorites .lessonplan-details .media-body,
.high.user-content-favorites .lessonplan-details .main-content,
.high.user-content-favorites #lesson-plan-edit .media-body,
.high.user-content-favorites #lesson-plan-edit .main-content,
#lesson-plan-edit #favorites-list .media-body,
#lesson-plan-edit #favorites-list .main-content,
#lesson-plan-edit #lesson-plan-list .media-body,
#lesson-plan-edit #lesson-plan-list .main-content,
#lesson-plan-edit .lessonplan-details .media-body,
#lesson-plan-edit .lessonplan-details .main-content,
#lesson-plan-edit #lesson-plan-edit .media-body,
#lesson-plan-edit #lesson-plan-edit .main-content {
  width: 100%;
}
.elementary.user-content-favorites #favorites-list .media-body .content-item-title, .elementary.user-content-favorites #favorites-list .main-content .content-item-title, .elementary.user-content-favorites #lesson-plan-list .media-body .content-item-title, .elementary.user-content-favorites #lesson-plan-list .main-content .content-item-title,
.elementary.user-content-favorites .lessonplan-details .media-body .content-item-title,
.elementary.user-content-favorites .lessonplan-details .main-content .content-item-title, .elementary.user-content-favorites #lesson-plan-edit .media-body .content-item-title, .elementary.user-content-favorites #lesson-plan-edit .main-content .content-item-title,
.middle.user-content-favorites #favorites-list .media-body .content-item-title,
.middle.user-content-favorites #favorites-list .main-content .content-item-title,
.middle.user-content-favorites #lesson-plan-list .media-body .content-item-title,
.middle.user-content-favorites #lesson-plan-list .main-content .content-item-title,
.middle.user-content-favorites .lessonplan-details .media-body .content-item-title,
.middle.user-content-favorites .lessonplan-details .main-content .content-item-title,
.middle.user-content-favorites #lesson-plan-edit .media-body .content-item-title,
.middle.user-content-favorites #lesson-plan-edit .main-content .content-item-title,
.high.user-content-favorites #favorites-list .media-body .content-item-title,
.high.user-content-favorites #favorites-list .main-content .content-item-title,
.high.user-content-favorites #lesson-plan-list .media-body .content-item-title,
.high.user-content-favorites #lesson-plan-list .main-content .content-item-title,
.high.user-content-favorites .lessonplan-details .media-body .content-item-title,
.high.user-content-favorites .lessonplan-details .main-content .content-item-title,
.high.user-content-favorites #lesson-plan-edit .media-body .content-item-title,
.high.user-content-favorites #lesson-plan-edit .main-content .content-item-title,
.elementary.user-content-resources #favorites-list .media-body .content-item-title,
.elementary.user-content-resources #favorites-list .main-content .content-item-title,
.elementary.user-content-resources #lesson-plan-list .media-body .content-item-title,
.elementary.user-content-resources #lesson-plan-list .main-content .content-item-title,
.elementary.user-content-resources .lessonplan-details .media-body .content-item-title,
.elementary.user-content-resources .lessonplan-details .main-content .content-item-title,
.elementary.user-content-resources #lesson-plan-edit .media-body .content-item-title,
.elementary.user-content-resources #lesson-plan-edit .main-content .content-item-title,
.middle.user-content-resources #favorites-list .media-body .content-item-title,
.middle.user-content-resources #favorites-list .main-content .content-item-title,
.middle.user-content-resources #lesson-plan-list .media-body .content-item-title,
.middle.user-content-resources #lesson-plan-list .main-content .content-item-title,
.middle.user-content-resources .lessonplan-details .media-body .content-item-title,
.middle.user-content-resources .lessonplan-details .main-content .content-item-title,
.middle.user-content-resources #lesson-plan-edit .media-body .content-item-title,
.middle.user-content-resources #lesson-plan-edit .main-content .content-item-title,
.high.user-content-resources #favorites-list .media-body .content-item-title,
.high.user-content-resources #favorites-list .main-content .content-item-title,
.high.user-content-resources #lesson-plan-list .media-body .content-item-title,
.high.user-content-resources #lesson-plan-list .main-content .content-item-title,
.high.user-content-resources .lessonplan-details .media-body .content-item-title,
.high.user-content-resources .lessonplan-details .main-content .content-item-title,
.high.user-content-resources #lesson-plan-edit .media-body .content-item-title,
.high.user-content-resources #lesson-plan-edit .main-content .content-item-title,
.elementary.user-content-lessonplans #favorites-list .media-body .content-item-title,
.elementary.user-content-lessonplans #favorites-list .main-content .content-item-title,
.elementary.user-content-lessonplans #lesson-plan-list .media-body .content-item-title,
.elementary.user-content-lessonplans #lesson-plan-list .main-content .content-item-title,
.elementary.user-content-lessonplans .lessonplan-details .media-body .content-item-title,
.elementary.user-content-lessonplans .lessonplan-details .main-content .content-item-title,
.elementary.user-content-lessonplans #lesson-plan-edit .media-body .content-item-title,
.elementary.user-content-lessonplans #lesson-plan-edit .main-content .content-item-title,
.middle.user-content-lessonplans #favorites-list .media-body .content-item-title,
.middle.user-content-lessonplans #favorites-list .main-content .content-item-title,
.middle.user-content-lessonplans #lesson-plan-list .media-body .content-item-title,
.middle.user-content-lessonplans #lesson-plan-list .main-content .content-item-title,
.middle.user-content-lessonplans .lessonplan-details .media-body .content-item-title,
.middle.user-content-lessonplans .lessonplan-details .main-content .content-item-title,
.middle.user-content-lessonplans #lesson-plan-edit .media-body .content-item-title,
.middle.user-content-lessonplans #lesson-plan-edit .main-content .content-item-title,
.high.user-content-lessonplans #favorites-list .media-body .content-item-title,
.high.user-content-lessonplans #favorites-list .main-content .content-item-title,
.high.user-content-lessonplans #lesson-plan-list .media-body .content-item-title,
.high.user-content-lessonplans #lesson-plan-list .main-content .content-item-title,
.high.user-content-lessonplans .lessonplan-details .media-body .content-item-title,
.high.user-content-lessonplans .lessonplan-details .main-content .content-item-title,
.high.user-content-lessonplans #lesson-plan-edit .media-body .content-item-title,
.high.user-content-lessonplans #lesson-plan-edit .main-content .content-item-title,
.elementary.lessons #favorites-list .media-body .content-item-title,
.elementary.lessons #favorites-list .main-content .content-item-title,
.elementary.lessons #lesson-plan-list .media-body .content-item-title,
.elementary.lessons #lesson-plan-list .main-content .content-item-title,
.elementary.lessons .lessonplan-details .media-body .content-item-title,
.elementary.lessons .lessonplan-details .main-content .content-item-title,
.elementary.lessons #lesson-plan-edit .media-body .content-item-title,
.elementary.lessons #lesson-plan-edit .main-content .content-item-title,
.middle.lessons #favorites-list .media-body .content-item-title,
.middle.lessons #favorites-list .main-content .content-item-title,
.middle.lessons #lesson-plan-list .media-body .content-item-title,
.middle.lessons #lesson-plan-list .main-content .content-item-title,
.middle.lessons .lessonplan-details .media-body .content-item-title,
.middle.lessons .lessonplan-details .main-content .content-item-title,
.middle.lessons #lesson-plan-edit .media-body .content-item-title,
.middle.lessons #lesson-plan-edit .main-content .content-item-title,
.high.lessons #favorites-list .media-body .content-item-title,
.high.lessons #favorites-list .main-content .content-item-title,
.high.lessons #lesson-plan-list .media-body .content-item-title,
.high.lessons #lesson-plan-list .main-content .content-item-title,
.high.lessons .lessonplan-details .media-body .content-item-title,
.high.lessons .lessonplan-details .main-content .content-item-title,
.high.lessons #lesson-plan-edit .media-body .content-item-title,
.high.lessons #lesson-plan-edit .main-content .content-item-title,
.elementary.learn #favorites-list .media-body .content-item-title,
.elementary.learn #favorites-list .main-content .content-item-title,
.elementary.learn #lesson-plan-list .media-body .content-item-title,
.elementary.learn #lesson-plan-list .main-content .content-item-title,
.elementary.learn .lessonplan-details .media-body .content-item-title,
.elementary.learn .lessonplan-details .main-content .content-item-title,
.elementary.learn #lesson-plan-edit .media-body .content-item-title,
.elementary.learn #lesson-plan-edit .main-content .content-item-title,
.middle.learn #favorites-list .media-body .content-item-title,
.middle.learn #favorites-list .main-content .content-item-title,
.middle.learn #lesson-plan-list .media-body .content-item-title,
.middle.learn #lesson-plan-list .main-content .content-item-title,
.middle.learn .lessonplan-details .media-body .content-item-title,
.middle.learn .lessonplan-details .main-content .content-item-title,
.middle.learn #lesson-plan-edit .media-body .content-item-title,
.middle.learn #lesson-plan-edit .main-content .content-item-title,
.high.learn #favorites-list .media-body .content-item-title,
.high.learn #favorites-list .main-content .content-item-title,
.high.learn #lesson-plan-list .media-body .content-item-title,
.high.learn #lesson-plan-list .main-content .content-item-title,
.high.learn .lessonplan-details .media-body .content-item-title,
.high.learn .lessonplan-details .main-content .content-item-title,
.high.learn #lesson-plan-edit .media-body .content-item-title,
.high.learn #lesson-plan-edit .main-content .content-item-title,
.elementary.user-content-favorites #favorites-list .media-body .content-item-title,
.elementary.user-content-favorites #favorites-list .main-content .content-item-title,
.elementary.user-content-favorites #lesson-plan-list .media-body .content-item-title,
.elementary.user-content-favorites #lesson-plan-list .main-content .content-item-title,
.elementary.user-content-favorites .lessonplan-details .media-body .content-item-title,
.elementary.user-content-favorites .lessonplan-details .main-content .content-item-title,
.elementary.user-content-favorites #lesson-plan-edit .media-body .content-item-title,
.elementary.user-content-favorites #lesson-plan-edit .main-content .content-item-title,
.middle.user-content-favorites #favorites-list .media-body .content-item-title,
.middle.user-content-favorites #favorites-list .main-content .content-item-title,
.middle.user-content-favorites #lesson-plan-list .media-body .content-item-title,
.middle.user-content-favorites #lesson-plan-list .main-content .content-item-title,
.middle.user-content-favorites .lessonplan-details .media-body .content-item-title,
.middle.user-content-favorites .lessonplan-details .main-content .content-item-title,
.middle.user-content-favorites #lesson-plan-edit .media-body .content-item-title,
.middle.user-content-favorites #lesson-plan-edit .main-content .content-item-title,
.high.user-content-favorites #favorites-list .media-body .content-item-title,
.high.user-content-favorites #favorites-list .main-content .content-item-title,
.high.user-content-favorites #lesson-plan-list .media-body .content-item-title,
.high.user-content-favorites #lesson-plan-list .main-content .content-item-title,
.high.user-content-favorites .lessonplan-details .media-body .content-item-title,
.high.user-content-favorites .lessonplan-details .main-content .content-item-title,
.high.user-content-favorites #lesson-plan-edit .media-body .content-item-title,
.high.user-content-favorites #lesson-plan-edit .main-content .content-item-title,
#lesson-plan-edit #favorites-list .media-body .content-item-title,
#lesson-plan-edit #favorites-list .main-content .content-item-title,
#lesson-plan-edit #lesson-plan-list .media-body .content-item-title,
#lesson-plan-edit #lesson-plan-list .main-content .content-item-title,
#lesson-plan-edit .lessonplan-details .media-body .content-item-title,
#lesson-plan-edit .lessonplan-details .main-content .content-item-title,
#lesson-plan-edit #lesson-plan-edit .media-body .content-item-title,
#lesson-plan-edit #lesson-plan-edit .main-content .content-item-title {
  width: 80%;
}
.elementary.user-content-favorites #favorites-list .media-body .content-item-title a, .elementary.user-content-favorites #favorites-list .main-content .content-item-title a, .elementary.user-content-favorites #lesson-plan-list .media-body .content-item-title a, .elementary.user-content-favorites #lesson-plan-list .main-content .content-item-title a,
.elementary.user-content-favorites .lessonplan-details .media-body .content-item-title a,
.elementary.user-content-favorites .lessonplan-details .main-content .content-item-title a, .elementary.user-content-favorites #lesson-plan-edit .media-body .content-item-title a, .elementary.user-content-favorites #lesson-plan-edit .main-content .content-item-title a,
.middle.user-content-favorites #favorites-list .media-body .content-item-title a,
.middle.user-content-favorites #favorites-list .main-content .content-item-title a,
.middle.user-content-favorites #lesson-plan-list .media-body .content-item-title a,
.middle.user-content-favorites #lesson-plan-list .main-content .content-item-title a,
.middle.user-content-favorites .lessonplan-details .media-body .content-item-title a,
.middle.user-content-favorites .lessonplan-details .main-content .content-item-title a,
.middle.user-content-favorites #lesson-plan-edit .media-body .content-item-title a,
.middle.user-content-favorites #lesson-plan-edit .main-content .content-item-title a,
.high.user-content-favorites #favorites-list .media-body .content-item-title a,
.high.user-content-favorites #favorites-list .main-content .content-item-title a,
.high.user-content-favorites #lesson-plan-list .media-body .content-item-title a,
.high.user-content-favorites #lesson-plan-list .main-content .content-item-title a,
.high.user-content-favorites .lessonplan-details .media-body .content-item-title a,
.high.user-content-favorites .lessonplan-details .main-content .content-item-title a,
.high.user-content-favorites #lesson-plan-edit .media-body .content-item-title a,
.high.user-content-favorites #lesson-plan-edit .main-content .content-item-title a,
.elementary.user-content-resources #favorites-list .media-body .content-item-title a,
.elementary.user-content-resources #favorites-list .main-content .content-item-title a,
.elementary.user-content-resources #lesson-plan-list .media-body .content-item-title a,
.elementary.user-content-resources #lesson-plan-list .main-content .content-item-title a,
.elementary.user-content-resources .lessonplan-details .media-body .content-item-title a,
.elementary.user-content-resources .lessonplan-details .main-content .content-item-title a,
.elementary.user-content-resources #lesson-plan-edit .media-body .content-item-title a,
.elementary.user-content-resources #lesson-plan-edit .main-content .content-item-title a,
.middle.user-content-resources #favorites-list .media-body .content-item-title a,
.middle.user-content-resources #favorites-list .main-content .content-item-title a,
.middle.user-content-resources #lesson-plan-list .media-body .content-item-title a,
.middle.user-content-resources #lesson-plan-list .main-content .content-item-title a,
.middle.user-content-resources .lessonplan-details .media-body .content-item-title a,
.middle.user-content-resources .lessonplan-details .main-content .content-item-title a,
.middle.user-content-resources #lesson-plan-edit .media-body .content-item-title a,
.middle.user-content-resources #lesson-plan-edit .main-content .content-item-title a,
.high.user-content-resources #favorites-list .media-body .content-item-title a,
.high.user-content-resources #favorites-list .main-content .content-item-title a,
.high.user-content-resources #lesson-plan-list .media-body .content-item-title a,
.high.user-content-resources #lesson-plan-list .main-content .content-item-title a,
.high.user-content-resources .lessonplan-details .media-body .content-item-title a,
.high.user-content-resources .lessonplan-details .main-content .content-item-title a,
.high.user-content-resources #lesson-plan-edit .media-body .content-item-title a,
.high.user-content-resources #lesson-plan-edit .main-content .content-item-title a,
.elementary.user-content-lessonplans #favorites-list .media-body .content-item-title a,
.elementary.user-content-lessonplans #favorites-list .main-content .content-item-title a,
.elementary.user-content-lessonplans #lesson-plan-list .media-body .content-item-title a,
.elementary.user-content-lessonplans #lesson-plan-list .main-content .content-item-title a,
.elementary.user-content-lessonplans .lessonplan-details .media-body .content-item-title a,
.elementary.user-content-lessonplans .lessonplan-details .main-content .content-item-title a,
.elementary.user-content-lessonplans #lesson-plan-edit .media-body .content-item-title a,
.elementary.user-content-lessonplans #lesson-plan-edit .main-content .content-item-title a,
.middle.user-content-lessonplans #favorites-list .media-body .content-item-title a,
.middle.user-content-lessonplans #favorites-list .main-content .content-item-title a,
.middle.user-content-lessonplans #lesson-plan-list .media-body .content-item-title a,
.middle.user-content-lessonplans #lesson-plan-list .main-content .content-item-title a,
.middle.user-content-lessonplans .lessonplan-details .media-body .content-item-title a,
.middle.user-content-lessonplans .lessonplan-details .main-content .content-item-title a,
.middle.user-content-lessonplans #lesson-plan-edit .media-body .content-item-title a,
.middle.user-content-lessonplans #lesson-plan-edit .main-content .content-item-title a,
.high.user-content-lessonplans #favorites-list .media-body .content-item-title a,
.high.user-content-lessonplans #favorites-list .main-content .content-item-title a,
.high.user-content-lessonplans #lesson-plan-list .media-body .content-item-title a,
.high.user-content-lessonplans #lesson-plan-list .main-content .content-item-title a,
.high.user-content-lessonplans .lessonplan-details .media-body .content-item-title a,
.high.user-content-lessonplans .lessonplan-details .main-content .content-item-title a,
.high.user-content-lessonplans #lesson-plan-edit .media-body .content-item-title a,
.high.user-content-lessonplans #lesson-plan-edit .main-content .content-item-title a,
.elementary.lessons #favorites-list .media-body .content-item-title a,
.elementary.lessons #favorites-list .main-content .content-item-title a,
.elementary.lessons #lesson-plan-list .media-body .content-item-title a,
.elementary.lessons #lesson-plan-list .main-content .content-item-title a,
.elementary.lessons .lessonplan-details .media-body .content-item-title a,
.elementary.lessons .lessonplan-details .main-content .content-item-title a,
.elementary.lessons #lesson-plan-edit .media-body .content-item-title a,
.elementary.lessons #lesson-plan-edit .main-content .content-item-title a,
.middle.lessons #favorites-list .media-body .content-item-title a,
.middle.lessons #favorites-list .main-content .content-item-title a,
.middle.lessons #lesson-plan-list .media-body .content-item-title a,
.middle.lessons #lesson-plan-list .main-content .content-item-title a,
.middle.lessons .lessonplan-details .media-body .content-item-title a,
.middle.lessons .lessonplan-details .main-content .content-item-title a,
.middle.lessons #lesson-plan-edit .media-body .content-item-title a,
.middle.lessons #lesson-plan-edit .main-content .content-item-title a,
.high.lessons #favorites-list .media-body .content-item-title a,
.high.lessons #favorites-list .main-content .content-item-title a,
.high.lessons #lesson-plan-list .media-body .content-item-title a,
.high.lessons #lesson-plan-list .main-content .content-item-title a,
.high.lessons .lessonplan-details .media-body .content-item-title a,
.high.lessons .lessonplan-details .main-content .content-item-title a,
.high.lessons #lesson-plan-edit .media-body .content-item-title a,
.high.lessons #lesson-plan-edit .main-content .content-item-title a,
.elementary.learn #favorites-list .media-body .content-item-title a,
.elementary.learn #favorites-list .main-content .content-item-title a,
.elementary.learn #lesson-plan-list .media-body .content-item-title a,
.elementary.learn #lesson-plan-list .main-content .content-item-title a,
.elementary.learn .lessonplan-details .media-body .content-item-title a,
.elementary.learn .lessonplan-details .main-content .content-item-title a,
.elementary.learn #lesson-plan-edit .media-body .content-item-title a,
.elementary.learn #lesson-plan-edit .main-content .content-item-title a,
.middle.learn #favorites-list .media-body .content-item-title a,
.middle.learn #favorites-list .main-content .content-item-title a,
.middle.learn #lesson-plan-list .media-body .content-item-title a,
.middle.learn #lesson-plan-list .main-content .content-item-title a,
.middle.learn .lessonplan-details .media-body .content-item-title a,
.middle.learn .lessonplan-details .main-content .content-item-title a,
.middle.learn #lesson-plan-edit .media-body .content-item-title a,
.middle.learn #lesson-plan-edit .main-content .content-item-title a,
.high.learn #favorites-list .media-body .content-item-title a,
.high.learn #favorites-list .main-content .content-item-title a,
.high.learn #lesson-plan-list .media-body .content-item-title a,
.high.learn #lesson-plan-list .main-content .content-item-title a,
.high.learn .lessonplan-details .media-body .content-item-title a,
.high.learn .lessonplan-details .main-content .content-item-title a,
.high.learn #lesson-plan-edit .media-body .content-item-title a,
.high.learn #lesson-plan-edit .main-content .content-item-title a,
.elementary.user-content-favorites #favorites-list .media-body .content-item-title a,
.elementary.user-content-favorites #favorites-list .main-content .content-item-title a,
.elementary.user-content-favorites #lesson-plan-list .media-body .content-item-title a,
.elementary.user-content-favorites #lesson-plan-list .main-content .content-item-title a,
.elementary.user-content-favorites .lessonplan-details .media-body .content-item-title a,
.elementary.user-content-favorites .lessonplan-details .main-content .content-item-title a,
.elementary.user-content-favorites #lesson-plan-edit .media-body .content-item-title a,
.elementary.user-content-favorites #lesson-plan-edit .main-content .content-item-title a,
.middle.user-content-favorites #favorites-list .media-body .content-item-title a,
.middle.user-content-favorites #favorites-list .main-content .content-item-title a,
.middle.user-content-favorites #lesson-plan-list .media-body .content-item-title a,
.middle.user-content-favorites #lesson-plan-list .main-content .content-item-title a,
.middle.user-content-favorites .lessonplan-details .media-body .content-item-title a,
.middle.user-content-favorites .lessonplan-details .main-content .content-item-title a,
.middle.user-content-favorites #lesson-plan-edit .media-body .content-item-title a,
.middle.user-content-favorites #lesson-plan-edit .main-content .content-item-title a,
.high.user-content-favorites #favorites-list .media-body .content-item-title a,
.high.user-content-favorites #favorites-list .main-content .content-item-title a,
.high.user-content-favorites #lesson-plan-list .media-body .content-item-title a,
.high.user-content-favorites #lesson-plan-list .main-content .content-item-title a,
.high.user-content-favorites .lessonplan-details .media-body .content-item-title a,
.high.user-content-favorites .lessonplan-details .main-content .content-item-title a,
.high.user-content-favorites #lesson-plan-edit .media-body .content-item-title a,
.high.user-content-favorites #lesson-plan-edit .main-content .content-item-title a,
#lesson-plan-edit #favorites-list .media-body .content-item-title a,
#lesson-plan-edit #favorites-list .main-content .content-item-title a,
#lesson-plan-edit #lesson-plan-list .media-body .content-item-title a,
#lesson-plan-edit #lesson-plan-list .main-content .content-item-title a,
#lesson-plan-edit .lessonplan-details .media-body .content-item-title a,
#lesson-plan-edit .lessonplan-details .main-content .content-item-title a,
#lesson-plan-edit #lesson-plan-edit .media-body .content-item-title a,
#lesson-plan-edit #lesson-plan-edit .main-content .content-item-title a {
  text-transform: none;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
.elementary.user-content-favorites #favorites-list .media-body .header-favorite-type-text, .elementary.user-content-favorites #favorites-list .main-content .header-favorite-type-text, .elementary.user-content-favorites #lesson-plan-list .media-body .header-favorite-type-text, .elementary.user-content-favorites #lesson-plan-list .main-content .header-favorite-type-text,
.elementary.user-content-favorites .lessonplan-details .media-body .header-favorite-type-text,
.elementary.user-content-favorites .lessonplan-details .main-content .header-favorite-type-text, .elementary.user-content-favorites #lesson-plan-edit .media-body .header-favorite-type-text, .elementary.user-content-favorites #lesson-plan-edit .main-content .header-favorite-type-text,
.middle.user-content-favorites #favorites-list .media-body .header-favorite-type-text,
.middle.user-content-favorites #favorites-list .main-content .header-favorite-type-text,
.middle.user-content-favorites #lesson-plan-list .media-body .header-favorite-type-text,
.middle.user-content-favorites #lesson-plan-list .main-content .header-favorite-type-text,
.middle.user-content-favorites .lessonplan-details .media-body .header-favorite-type-text,
.middle.user-content-favorites .lessonplan-details .main-content .header-favorite-type-text,
.middle.user-content-favorites #lesson-plan-edit .media-body .header-favorite-type-text,
.middle.user-content-favorites #lesson-plan-edit .main-content .header-favorite-type-text,
.high.user-content-favorites #favorites-list .media-body .header-favorite-type-text,
.high.user-content-favorites #favorites-list .main-content .header-favorite-type-text,
.high.user-content-favorites #lesson-plan-list .media-body .header-favorite-type-text,
.high.user-content-favorites #lesson-plan-list .main-content .header-favorite-type-text,
.high.user-content-favorites .lessonplan-details .media-body .header-favorite-type-text,
.high.user-content-favorites .lessonplan-details .main-content .header-favorite-type-text,
.high.user-content-favorites #lesson-plan-edit .media-body .header-favorite-type-text,
.high.user-content-favorites #lesson-plan-edit .main-content .header-favorite-type-text,
.elementary.user-content-resources #favorites-list .media-body .header-favorite-type-text,
.elementary.user-content-resources #favorites-list .main-content .header-favorite-type-text,
.elementary.user-content-resources #lesson-plan-list .media-body .header-favorite-type-text,
.elementary.user-content-resources #lesson-plan-list .main-content .header-favorite-type-text,
.elementary.user-content-resources .lessonplan-details .media-body .header-favorite-type-text,
.elementary.user-content-resources .lessonplan-details .main-content .header-favorite-type-text,
.elementary.user-content-resources #lesson-plan-edit .media-body .header-favorite-type-text,
.elementary.user-content-resources #lesson-plan-edit .main-content .header-favorite-type-text,
.middle.user-content-resources #favorites-list .media-body .header-favorite-type-text,
.middle.user-content-resources #favorites-list .main-content .header-favorite-type-text,
.middle.user-content-resources #lesson-plan-list .media-body .header-favorite-type-text,
.middle.user-content-resources #lesson-plan-list .main-content .header-favorite-type-text,
.middle.user-content-resources .lessonplan-details .media-body .header-favorite-type-text,
.middle.user-content-resources .lessonplan-details .main-content .header-favorite-type-text,
.middle.user-content-resources #lesson-plan-edit .media-body .header-favorite-type-text,
.middle.user-content-resources #lesson-plan-edit .main-content .header-favorite-type-text,
.high.user-content-resources #favorites-list .media-body .header-favorite-type-text,
.high.user-content-resources #favorites-list .main-content .header-favorite-type-text,
.high.user-content-resources #lesson-plan-list .media-body .header-favorite-type-text,
.high.user-content-resources #lesson-plan-list .main-content .header-favorite-type-text,
.high.user-content-resources .lessonplan-details .media-body .header-favorite-type-text,
.high.user-content-resources .lessonplan-details .main-content .header-favorite-type-text,
.high.user-content-resources #lesson-plan-edit .media-body .header-favorite-type-text,
.high.user-content-resources #lesson-plan-edit .main-content .header-favorite-type-text,
.elementary.user-content-lessonplans #favorites-list .media-body .header-favorite-type-text,
.elementary.user-content-lessonplans #favorites-list .main-content .header-favorite-type-text,
.elementary.user-content-lessonplans #lesson-plan-list .media-body .header-favorite-type-text,
.elementary.user-content-lessonplans #lesson-plan-list .main-content .header-favorite-type-text,
.elementary.user-content-lessonplans .lessonplan-details .media-body .header-favorite-type-text,
.elementary.user-content-lessonplans .lessonplan-details .main-content .header-favorite-type-text,
.elementary.user-content-lessonplans #lesson-plan-edit .media-body .header-favorite-type-text,
.elementary.user-content-lessonplans #lesson-plan-edit .main-content .header-favorite-type-text,
.middle.user-content-lessonplans #favorites-list .media-body .header-favorite-type-text,
.middle.user-content-lessonplans #favorites-list .main-content .header-favorite-type-text,
.middle.user-content-lessonplans #lesson-plan-list .media-body .header-favorite-type-text,
.middle.user-content-lessonplans #lesson-plan-list .main-content .header-favorite-type-text,
.middle.user-content-lessonplans .lessonplan-details .media-body .header-favorite-type-text,
.middle.user-content-lessonplans .lessonplan-details .main-content .header-favorite-type-text,
.middle.user-content-lessonplans #lesson-plan-edit .media-body .header-favorite-type-text,
.middle.user-content-lessonplans #lesson-plan-edit .main-content .header-favorite-type-text,
.high.user-content-lessonplans #favorites-list .media-body .header-favorite-type-text,
.high.user-content-lessonplans #favorites-list .main-content .header-favorite-type-text,
.high.user-content-lessonplans #lesson-plan-list .media-body .header-favorite-type-text,
.high.user-content-lessonplans #lesson-plan-list .main-content .header-favorite-type-text,
.high.user-content-lessonplans .lessonplan-details .media-body .header-favorite-type-text,
.high.user-content-lessonplans .lessonplan-details .main-content .header-favorite-type-text,
.high.user-content-lessonplans #lesson-plan-edit .media-body .header-favorite-type-text,
.high.user-content-lessonplans #lesson-plan-edit .main-content .header-favorite-type-text,
.elementary.lessons #favorites-list .media-body .header-favorite-type-text,
.elementary.lessons #favorites-list .main-content .header-favorite-type-text,
.elementary.lessons #lesson-plan-list .media-body .header-favorite-type-text,
.elementary.lessons #lesson-plan-list .main-content .header-favorite-type-text,
.elementary.lessons .lessonplan-details .media-body .header-favorite-type-text,
.elementary.lessons .lessonplan-details .main-content .header-favorite-type-text,
.elementary.lessons #lesson-plan-edit .media-body .header-favorite-type-text,
.elementary.lessons #lesson-plan-edit .main-content .header-favorite-type-text,
.middle.lessons #favorites-list .media-body .header-favorite-type-text,
.middle.lessons #favorites-list .main-content .header-favorite-type-text,
.middle.lessons #lesson-plan-list .media-body .header-favorite-type-text,
.middle.lessons #lesson-plan-list .main-content .header-favorite-type-text,
.middle.lessons .lessonplan-details .media-body .header-favorite-type-text,
.middle.lessons .lessonplan-details .main-content .header-favorite-type-text,
.middle.lessons #lesson-plan-edit .media-body .header-favorite-type-text,
.middle.lessons #lesson-plan-edit .main-content .header-favorite-type-text,
.high.lessons #favorites-list .media-body .header-favorite-type-text,
.high.lessons #favorites-list .main-content .header-favorite-type-text,
.high.lessons #lesson-plan-list .media-body .header-favorite-type-text,
.high.lessons #lesson-plan-list .main-content .header-favorite-type-text,
.high.lessons .lessonplan-details .media-body .header-favorite-type-text,
.high.lessons .lessonplan-details .main-content .header-favorite-type-text,
.high.lessons #lesson-plan-edit .media-body .header-favorite-type-text,
.high.lessons #lesson-plan-edit .main-content .header-favorite-type-text,
.elementary.learn #favorites-list .media-body .header-favorite-type-text,
.elementary.learn #favorites-list .main-content .header-favorite-type-text,
.elementary.learn #lesson-plan-list .media-body .header-favorite-type-text,
.elementary.learn #lesson-plan-list .main-content .header-favorite-type-text,
.elementary.learn .lessonplan-details .media-body .header-favorite-type-text,
.elementary.learn .lessonplan-details .main-content .header-favorite-type-text,
.elementary.learn #lesson-plan-edit .media-body .header-favorite-type-text,
.elementary.learn #lesson-plan-edit .main-content .header-favorite-type-text,
.middle.learn #favorites-list .media-body .header-favorite-type-text,
.middle.learn #favorites-list .main-content .header-favorite-type-text,
.middle.learn #lesson-plan-list .media-body .header-favorite-type-text,
.middle.learn #lesson-plan-list .main-content .header-favorite-type-text,
.middle.learn .lessonplan-details .media-body .header-favorite-type-text,
.middle.learn .lessonplan-details .main-content .header-favorite-type-text,
.middle.learn #lesson-plan-edit .media-body .header-favorite-type-text,
.middle.learn #lesson-plan-edit .main-content .header-favorite-type-text,
.high.learn #favorites-list .media-body .header-favorite-type-text,
.high.learn #favorites-list .main-content .header-favorite-type-text,
.high.learn #lesson-plan-list .media-body .header-favorite-type-text,
.high.learn #lesson-plan-list .main-content .header-favorite-type-text,
.high.learn .lessonplan-details .media-body .header-favorite-type-text,
.high.learn .lessonplan-details .main-content .header-favorite-type-text,
.high.learn #lesson-plan-edit .media-body .header-favorite-type-text,
.high.learn #lesson-plan-edit .main-content .header-favorite-type-text,
.elementary.user-content-favorites #favorites-list .media-body .header-favorite-type-text,
.elementary.user-content-favorites #favorites-list .main-content .header-favorite-type-text,
.elementary.user-content-favorites #lesson-plan-list .media-body .header-favorite-type-text,
.elementary.user-content-favorites #lesson-plan-list .main-content .header-favorite-type-text,
.elementary.user-content-favorites .lessonplan-details .media-body .header-favorite-type-text,
.elementary.user-content-favorites .lessonplan-details .main-content .header-favorite-type-text,
.elementary.user-content-favorites #lesson-plan-edit .media-body .header-favorite-type-text,
.elementary.user-content-favorites #lesson-plan-edit .main-content .header-favorite-type-text,
.middle.user-content-favorites #favorites-list .media-body .header-favorite-type-text,
.middle.user-content-favorites #favorites-list .main-content .header-favorite-type-text,
.middle.user-content-favorites #lesson-plan-list .media-body .header-favorite-type-text,
.middle.user-content-favorites #lesson-plan-list .main-content .header-favorite-type-text,
.middle.user-content-favorites .lessonplan-details .media-body .header-favorite-type-text,
.middle.user-content-favorites .lessonplan-details .main-content .header-favorite-type-text,
.middle.user-content-favorites #lesson-plan-edit .media-body .header-favorite-type-text,
.middle.user-content-favorites #lesson-plan-edit .main-content .header-favorite-type-text,
.high.user-content-favorites #favorites-list .media-body .header-favorite-type-text,
.high.user-content-favorites #favorites-list .main-content .header-favorite-type-text,
.high.user-content-favorites #lesson-plan-list .media-body .header-favorite-type-text,
.high.user-content-favorites #lesson-plan-list .main-content .header-favorite-type-text,
.high.user-content-favorites .lessonplan-details .media-body .header-favorite-type-text,
.high.user-content-favorites .lessonplan-details .main-content .header-favorite-type-text,
.high.user-content-favorites #lesson-plan-edit .media-body .header-favorite-type-text,
.high.user-content-favorites #lesson-plan-edit .main-content .header-favorite-type-text,
#lesson-plan-edit #favorites-list .media-body .header-favorite-type-text,
#lesson-plan-edit #favorites-list .main-content .header-favorite-type-text,
#lesson-plan-edit #lesson-plan-list .media-body .header-favorite-type-text,
#lesson-plan-edit #lesson-plan-list .main-content .header-favorite-type-text,
#lesson-plan-edit .lessonplan-details .media-body .header-favorite-type-text,
#lesson-plan-edit .lessonplan-details .main-content .header-favorite-type-text,
#lesson-plan-edit #lesson-plan-edit .media-body .header-favorite-type-text,
#lesson-plan-edit #lesson-plan-edit .main-content .header-favorite-type-text {
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
}
.elementary.user-content-favorites #favorites-list .media-body .add-to-resource-pack, .elementary.user-content-favorites #favorites-list .main-content .add-to-resource-pack, .elementary.user-content-favorites #lesson-plan-list .media-body .add-to-resource-pack, .elementary.user-content-favorites #lesson-plan-list .main-content .add-to-resource-pack,
.elementary.user-content-favorites .lessonplan-details .media-body .add-to-resource-pack,
.elementary.user-content-favorites .lessonplan-details .main-content .add-to-resource-pack, .elementary.user-content-favorites #lesson-plan-edit .media-body .add-to-resource-pack, .elementary.user-content-favorites #lesson-plan-edit .main-content .add-to-resource-pack,
.middle.user-content-favorites #favorites-list .media-body .add-to-resource-pack,
.middle.user-content-favorites #favorites-list .main-content .add-to-resource-pack,
.middle.user-content-favorites #lesson-plan-list .media-body .add-to-resource-pack,
.middle.user-content-favorites #lesson-plan-list .main-content .add-to-resource-pack,
.middle.user-content-favorites .lessonplan-details .media-body .add-to-resource-pack,
.middle.user-content-favorites .lessonplan-details .main-content .add-to-resource-pack,
.middle.user-content-favorites #lesson-plan-edit .media-body .add-to-resource-pack,
.middle.user-content-favorites #lesson-plan-edit .main-content .add-to-resource-pack,
.high.user-content-favorites #favorites-list .media-body .add-to-resource-pack,
.high.user-content-favorites #favorites-list .main-content .add-to-resource-pack,
.high.user-content-favorites #lesson-plan-list .media-body .add-to-resource-pack,
.high.user-content-favorites #lesson-plan-list .main-content .add-to-resource-pack,
.high.user-content-favorites .lessonplan-details .media-body .add-to-resource-pack,
.high.user-content-favorites .lessonplan-details .main-content .add-to-resource-pack,
.high.user-content-favorites #lesson-plan-edit .media-body .add-to-resource-pack,
.high.user-content-favorites #lesson-plan-edit .main-content .add-to-resource-pack,
.elementary.user-content-resources #favorites-list .media-body .add-to-resource-pack,
.elementary.user-content-resources #favorites-list .main-content .add-to-resource-pack,
.elementary.user-content-resources #lesson-plan-list .media-body .add-to-resource-pack,
.elementary.user-content-resources #lesson-plan-list .main-content .add-to-resource-pack,
.elementary.user-content-resources .lessonplan-details .media-body .add-to-resource-pack,
.elementary.user-content-resources .lessonplan-details .main-content .add-to-resource-pack,
.elementary.user-content-resources #lesson-plan-edit .media-body .add-to-resource-pack,
.elementary.user-content-resources #lesson-plan-edit .main-content .add-to-resource-pack,
.middle.user-content-resources #favorites-list .media-body .add-to-resource-pack,
.middle.user-content-resources #favorites-list .main-content .add-to-resource-pack,
.middle.user-content-resources #lesson-plan-list .media-body .add-to-resource-pack,
.middle.user-content-resources #lesson-plan-list .main-content .add-to-resource-pack,
.middle.user-content-resources .lessonplan-details .media-body .add-to-resource-pack,
.middle.user-content-resources .lessonplan-details .main-content .add-to-resource-pack,
.middle.user-content-resources #lesson-plan-edit .media-body .add-to-resource-pack,
.middle.user-content-resources #lesson-plan-edit .main-content .add-to-resource-pack,
.high.user-content-resources #favorites-list .media-body .add-to-resource-pack,
.high.user-content-resources #favorites-list .main-content .add-to-resource-pack,
.high.user-content-resources #lesson-plan-list .media-body .add-to-resource-pack,
.high.user-content-resources #lesson-plan-list .main-content .add-to-resource-pack,
.high.user-content-resources .lessonplan-details .media-body .add-to-resource-pack,
.high.user-content-resources .lessonplan-details .main-content .add-to-resource-pack,
.high.user-content-resources #lesson-plan-edit .media-body .add-to-resource-pack,
.high.user-content-resources #lesson-plan-edit .main-content .add-to-resource-pack,
.elementary.user-content-lessonplans #favorites-list .media-body .add-to-resource-pack,
.elementary.user-content-lessonplans #favorites-list .main-content .add-to-resource-pack,
.elementary.user-content-lessonplans #lesson-plan-list .media-body .add-to-resource-pack,
.elementary.user-content-lessonplans #lesson-plan-list .main-content .add-to-resource-pack,
.elementary.user-content-lessonplans .lessonplan-details .media-body .add-to-resource-pack,
.elementary.user-content-lessonplans .lessonplan-details .main-content .add-to-resource-pack,
.elementary.user-content-lessonplans #lesson-plan-edit .media-body .add-to-resource-pack,
.elementary.user-content-lessonplans #lesson-plan-edit .main-content .add-to-resource-pack,
.middle.user-content-lessonplans #favorites-list .media-body .add-to-resource-pack,
.middle.user-content-lessonplans #favorites-list .main-content .add-to-resource-pack,
.middle.user-content-lessonplans #lesson-plan-list .media-body .add-to-resource-pack,
.middle.user-content-lessonplans #lesson-plan-list .main-content .add-to-resource-pack,
.middle.user-content-lessonplans .lessonplan-details .media-body .add-to-resource-pack,
.middle.user-content-lessonplans .lessonplan-details .main-content .add-to-resource-pack,
.middle.user-content-lessonplans #lesson-plan-edit .media-body .add-to-resource-pack,
.middle.user-content-lessonplans #lesson-plan-edit .main-content .add-to-resource-pack,
.high.user-content-lessonplans #favorites-list .media-body .add-to-resource-pack,
.high.user-content-lessonplans #favorites-list .main-content .add-to-resource-pack,
.high.user-content-lessonplans #lesson-plan-list .media-body .add-to-resource-pack,
.high.user-content-lessonplans #lesson-plan-list .main-content .add-to-resource-pack,
.high.user-content-lessonplans .lessonplan-details .media-body .add-to-resource-pack,
.high.user-content-lessonplans .lessonplan-details .main-content .add-to-resource-pack,
.high.user-content-lessonplans #lesson-plan-edit .media-body .add-to-resource-pack,
.high.user-content-lessonplans #lesson-plan-edit .main-content .add-to-resource-pack,
.elementary.lessons #favorites-list .media-body .add-to-resource-pack,
.elementary.lessons #favorites-list .main-content .add-to-resource-pack,
.elementary.lessons #lesson-plan-list .media-body .add-to-resource-pack,
.elementary.lessons #lesson-plan-list .main-content .add-to-resource-pack,
.elementary.lessons .lessonplan-details .media-body .add-to-resource-pack,
.elementary.lessons .lessonplan-details .main-content .add-to-resource-pack,
.elementary.lessons #lesson-plan-edit .media-body .add-to-resource-pack,
.elementary.lessons #lesson-plan-edit .main-content .add-to-resource-pack,
.middle.lessons #favorites-list .media-body .add-to-resource-pack,
.middle.lessons #favorites-list .main-content .add-to-resource-pack,
.middle.lessons #lesson-plan-list .media-body .add-to-resource-pack,
.middle.lessons #lesson-plan-list .main-content .add-to-resource-pack,
.middle.lessons .lessonplan-details .media-body .add-to-resource-pack,
.middle.lessons .lessonplan-details .main-content .add-to-resource-pack,
.middle.lessons #lesson-plan-edit .media-body .add-to-resource-pack,
.middle.lessons #lesson-plan-edit .main-content .add-to-resource-pack,
.high.lessons #favorites-list .media-body .add-to-resource-pack,
.high.lessons #favorites-list .main-content .add-to-resource-pack,
.high.lessons #lesson-plan-list .media-body .add-to-resource-pack,
.high.lessons #lesson-plan-list .main-content .add-to-resource-pack,
.high.lessons .lessonplan-details .media-body .add-to-resource-pack,
.high.lessons .lessonplan-details .main-content .add-to-resource-pack,
.high.lessons #lesson-plan-edit .media-body .add-to-resource-pack,
.high.lessons #lesson-plan-edit .main-content .add-to-resource-pack,
.elementary.learn #favorites-list .media-body .add-to-resource-pack,
.elementary.learn #favorites-list .main-content .add-to-resource-pack,
.elementary.learn #lesson-plan-list .media-body .add-to-resource-pack,
.elementary.learn #lesson-plan-list .main-content .add-to-resource-pack,
.elementary.learn .lessonplan-details .media-body .add-to-resource-pack,
.elementary.learn .lessonplan-details .main-content .add-to-resource-pack,
.elementary.learn #lesson-plan-edit .media-body .add-to-resource-pack,
.elementary.learn #lesson-plan-edit .main-content .add-to-resource-pack,
.middle.learn #favorites-list .media-body .add-to-resource-pack,
.middle.learn #favorites-list .main-content .add-to-resource-pack,
.middle.learn #lesson-plan-list .media-body .add-to-resource-pack,
.middle.learn #lesson-plan-list .main-content .add-to-resource-pack,
.middle.learn .lessonplan-details .media-body .add-to-resource-pack,
.middle.learn .lessonplan-details .main-content .add-to-resource-pack,
.middle.learn #lesson-plan-edit .media-body .add-to-resource-pack,
.middle.learn #lesson-plan-edit .main-content .add-to-resource-pack,
.high.learn #favorites-list .media-body .add-to-resource-pack,
.high.learn #favorites-list .main-content .add-to-resource-pack,
.high.learn #lesson-plan-list .media-body .add-to-resource-pack,
.high.learn #lesson-plan-list .main-content .add-to-resource-pack,
.high.learn .lessonplan-details .media-body .add-to-resource-pack,
.high.learn .lessonplan-details .main-content .add-to-resource-pack,
.high.learn #lesson-plan-edit .media-body .add-to-resource-pack,
.high.learn #lesson-plan-edit .main-content .add-to-resource-pack,
.elementary.user-content-favorites #favorites-list .media-body .add-to-resource-pack,
.elementary.user-content-favorites #favorites-list .main-content .add-to-resource-pack,
.elementary.user-content-favorites #lesson-plan-list .media-body .add-to-resource-pack,
.elementary.user-content-favorites #lesson-plan-list .main-content .add-to-resource-pack,
.elementary.user-content-favorites .lessonplan-details .media-body .add-to-resource-pack,
.elementary.user-content-favorites .lessonplan-details .main-content .add-to-resource-pack,
.elementary.user-content-favorites #lesson-plan-edit .media-body .add-to-resource-pack,
.elementary.user-content-favorites #lesson-plan-edit .main-content .add-to-resource-pack,
.middle.user-content-favorites #favorites-list .media-body .add-to-resource-pack,
.middle.user-content-favorites #favorites-list .main-content .add-to-resource-pack,
.middle.user-content-favorites #lesson-plan-list .media-body .add-to-resource-pack,
.middle.user-content-favorites #lesson-plan-list .main-content .add-to-resource-pack,
.middle.user-content-favorites .lessonplan-details .media-body .add-to-resource-pack,
.middle.user-content-favorites .lessonplan-details .main-content .add-to-resource-pack,
.middle.user-content-favorites #lesson-plan-edit .media-body .add-to-resource-pack,
.middle.user-content-favorites #lesson-plan-edit .main-content .add-to-resource-pack,
.high.user-content-favorites #favorites-list .media-body .add-to-resource-pack,
.high.user-content-favorites #favorites-list .main-content .add-to-resource-pack,
.high.user-content-favorites #lesson-plan-list .media-body .add-to-resource-pack,
.high.user-content-favorites #lesson-plan-list .main-content .add-to-resource-pack,
.high.user-content-favorites .lessonplan-details .media-body .add-to-resource-pack,
.high.user-content-favorites .lessonplan-details .main-content .add-to-resource-pack,
.high.user-content-favorites #lesson-plan-edit .media-body .add-to-resource-pack,
.high.user-content-favorites #lesson-plan-edit .main-content .add-to-resource-pack,
#lesson-plan-edit #favorites-list .media-body .add-to-resource-pack,
#lesson-plan-edit #favorites-list .main-content .add-to-resource-pack,
#lesson-plan-edit #lesson-plan-list .media-body .add-to-resource-pack,
#lesson-plan-edit #lesson-plan-list .main-content .add-to-resource-pack,
#lesson-plan-edit .lessonplan-details .media-body .add-to-resource-pack,
#lesson-plan-edit .lessonplan-details .main-content .add-to-resource-pack,
#lesson-plan-edit #lesson-plan-edit .media-body .add-to-resource-pack,
#lesson-plan-edit #lesson-plan-edit .main-content .add-to-resource-pack {
  font-size: 14px;
  cursor: hand;
  cursor: pointer;
  color: #006dc1;
}
.elementary.user-content-favorites #favorites-list img, .elementary.user-content-favorites #lesson-plan-list img,
.elementary.user-content-favorites .lessonplan-details img, .elementary.user-content-favorites #lesson-plan-edit img,
.middle.user-content-favorites #favorites-list img,
.middle.user-content-favorites #lesson-plan-list img,
.middle.user-content-favorites .lessonplan-details img,
.middle.user-content-favorites #lesson-plan-edit img,
.high.user-content-favorites #favorites-list img,
.high.user-content-favorites #lesson-plan-list img,
.high.user-content-favorites .lessonplan-details img,
.high.user-content-favorites #lesson-plan-edit img,
.elementary.user-content-resources #favorites-list img,
.elementary.user-content-resources #lesson-plan-list img,
.elementary.user-content-resources .lessonplan-details img,
.elementary.user-content-resources #lesson-plan-edit img,
.middle.user-content-resources #favorites-list img,
.middle.user-content-resources #lesson-plan-list img,
.middle.user-content-resources .lessonplan-details img,
.middle.user-content-resources #lesson-plan-edit img,
.high.user-content-resources #favorites-list img,
.high.user-content-resources #lesson-plan-list img,
.high.user-content-resources .lessonplan-details img,
.high.user-content-resources #lesson-plan-edit img,
.elementary.user-content-lessonplans #favorites-list img,
.elementary.user-content-lessonplans #lesson-plan-list img,
.elementary.user-content-lessonplans .lessonplan-details img,
.elementary.user-content-lessonplans #lesson-plan-edit img,
.middle.user-content-lessonplans #favorites-list img,
.middle.user-content-lessonplans #lesson-plan-list img,
.middle.user-content-lessonplans .lessonplan-details img,
.middle.user-content-lessonplans #lesson-plan-edit img,
.high.user-content-lessonplans #favorites-list img,
.high.user-content-lessonplans #lesson-plan-list img,
.high.user-content-lessonplans .lessonplan-details img,
.high.user-content-lessonplans #lesson-plan-edit img,
.elementary.lessons #favorites-list img,
.elementary.lessons #lesson-plan-list img,
.elementary.lessons .lessonplan-details img,
.elementary.lessons #lesson-plan-edit img,
.middle.lessons #favorites-list img,
.middle.lessons #lesson-plan-list img,
.middle.lessons .lessonplan-details img,
.middle.lessons #lesson-plan-edit img,
.high.lessons #favorites-list img,
.high.lessons #lesson-plan-list img,
.high.lessons .lessonplan-details img,
.high.lessons #lesson-plan-edit img,
.elementary.learn #favorites-list img,
.elementary.learn #lesson-plan-list img,
.elementary.learn .lessonplan-details img,
.elementary.learn #lesson-plan-edit img,
.middle.learn #favorites-list img,
.middle.learn #lesson-plan-list img,
.middle.learn .lessonplan-details img,
.middle.learn #lesson-plan-edit img,
.high.learn #favorites-list img,
.high.learn #lesson-plan-list img,
.high.learn .lessonplan-details img,
.high.learn #lesson-plan-edit img,
.elementary.user-content-favorites #favorites-list img,
.elementary.user-content-favorites #lesson-plan-list img,
.elementary.user-content-favorites .lessonplan-details img,
.elementary.user-content-favorites #lesson-plan-edit img,
.middle.user-content-favorites #favorites-list img,
.middle.user-content-favorites #lesson-plan-list img,
.middle.user-content-favorites .lessonplan-details img,
.middle.user-content-favorites #lesson-plan-edit img,
.high.user-content-favorites #favorites-list img,
.high.user-content-favorites #lesson-plan-list img,
.high.user-content-favorites .lessonplan-details img,
.high.user-content-favorites #lesson-plan-edit img,
#lesson-plan-edit #favorites-list img,
#lesson-plan-edit #lesson-plan-list img,
#lesson-plan-edit .lessonplan-details img,
#lesson-plan-edit #lesson-plan-edit img {
  display: block;
  width: 190px;
}
.elementary.user-content-favorites #favorites-list hr.bottom-ruler, .elementary.user-content-favorites #lesson-plan-list hr.bottom-ruler,
.elementary.user-content-favorites .lessonplan-details hr.bottom-ruler, .elementary.user-content-favorites #lesson-plan-edit hr.bottom-ruler,
.middle.user-content-favorites #favorites-list hr.bottom-ruler,
.middle.user-content-favorites #lesson-plan-list hr.bottom-ruler,
.middle.user-content-favorites .lessonplan-details hr.bottom-ruler,
.middle.user-content-favorites #lesson-plan-edit hr.bottom-ruler,
.high.user-content-favorites #favorites-list hr.bottom-ruler,
.high.user-content-favorites #lesson-plan-list hr.bottom-ruler,
.high.user-content-favorites .lessonplan-details hr.bottom-ruler,
.high.user-content-favorites #lesson-plan-edit hr.bottom-ruler,
.elementary.user-content-resources #favorites-list hr.bottom-ruler,
.elementary.user-content-resources #lesson-plan-list hr.bottom-ruler,
.elementary.user-content-resources .lessonplan-details hr.bottom-ruler,
.elementary.user-content-resources #lesson-plan-edit hr.bottom-ruler,
.middle.user-content-resources #favorites-list hr.bottom-ruler,
.middle.user-content-resources #lesson-plan-list hr.bottom-ruler,
.middle.user-content-resources .lessonplan-details hr.bottom-ruler,
.middle.user-content-resources #lesson-plan-edit hr.bottom-ruler,
.high.user-content-resources #favorites-list hr.bottom-ruler,
.high.user-content-resources #lesson-plan-list hr.bottom-ruler,
.high.user-content-resources .lessonplan-details hr.bottom-ruler,
.high.user-content-resources #lesson-plan-edit hr.bottom-ruler,
.elementary.user-content-lessonplans #favorites-list hr.bottom-ruler,
.elementary.user-content-lessonplans #lesson-plan-list hr.bottom-ruler,
.elementary.user-content-lessonplans .lessonplan-details hr.bottom-ruler,
.elementary.user-content-lessonplans #lesson-plan-edit hr.bottom-ruler,
.middle.user-content-lessonplans #favorites-list hr.bottom-ruler,
.middle.user-content-lessonplans #lesson-plan-list hr.bottom-ruler,
.middle.user-content-lessonplans .lessonplan-details hr.bottom-ruler,
.middle.user-content-lessonplans #lesson-plan-edit hr.bottom-ruler,
.high.user-content-lessonplans #favorites-list hr.bottom-ruler,
.high.user-content-lessonplans #lesson-plan-list hr.bottom-ruler,
.high.user-content-lessonplans .lessonplan-details hr.bottom-ruler,
.high.user-content-lessonplans #lesson-plan-edit hr.bottom-ruler,
.elementary.lessons #favorites-list hr.bottom-ruler,
.elementary.lessons #lesson-plan-list hr.bottom-ruler,
.elementary.lessons .lessonplan-details hr.bottom-ruler,
.elementary.lessons #lesson-plan-edit hr.bottom-ruler,
.middle.lessons #favorites-list hr.bottom-ruler,
.middle.lessons #lesson-plan-list hr.bottom-ruler,
.middle.lessons .lessonplan-details hr.bottom-ruler,
.middle.lessons #lesson-plan-edit hr.bottom-ruler,
.high.lessons #favorites-list hr.bottom-ruler,
.high.lessons #lesson-plan-list hr.bottom-ruler,
.high.lessons .lessonplan-details hr.bottom-ruler,
.high.lessons #lesson-plan-edit hr.bottom-ruler,
.elementary.learn #favorites-list hr.bottom-ruler,
.elementary.learn #lesson-plan-list hr.bottom-ruler,
.elementary.learn .lessonplan-details hr.bottom-ruler,
.elementary.learn #lesson-plan-edit hr.bottom-ruler,
.middle.learn #favorites-list hr.bottom-ruler,
.middle.learn #lesson-plan-list hr.bottom-ruler,
.middle.learn .lessonplan-details hr.bottom-ruler,
.middle.learn #lesson-plan-edit hr.bottom-ruler,
.high.learn #favorites-list hr.bottom-ruler,
.high.learn #lesson-plan-list hr.bottom-ruler,
.high.learn .lessonplan-details hr.bottom-ruler,
.high.learn #lesson-plan-edit hr.bottom-ruler,
.elementary.user-content-favorites #favorites-list hr.bottom-ruler,
.elementary.user-content-favorites #lesson-plan-list hr.bottom-ruler,
.elementary.user-content-favorites .lessonplan-details hr.bottom-ruler,
.elementary.user-content-favorites #lesson-plan-edit hr.bottom-ruler,
.middle.user-content-favorites #favorites-list hr.bottom-ruler,
.middle.user-content-favorites #lesson-plan-list hr.bottom-ruler,
.middle.user-content-favorites .lessonplan-details hr.bottom-ruler,
.middle.user-content-favorites #lesson-plan-edit hr.bottom-ruler,
.high.user-content-favorites #favorites-list hr.bottom-ruler,
.high.user-content-favorites #lesson-plan-list hr.bottom-ruler,
.high.user-content-favorites .lessonplan-details hr.bottom-ruler,
.high.user-content-favorites #lesson-plan-edit hr.bottom-ruler,
#lesson-plan-edit #favorites-list hr.bottom-ruler,
#lesson-plan-edit #lesson-plan-list hr.bottom-ruler,
#lesson-plan-edit .lessonplan-details hr.bottom-ruler,
#lesson-plan-edit #lesson-plan-edit hr.bottom-ruler {
  margin-top: 3.5rem;
  border: none;
  border-top: 2px solid #c9c9c9;
  color: #c9c9c9;
  overflow: visible;
  text-align: center;
  height: 2px;
}
.elementary.user-content-favorites .edit-pack-subheader,
.middle.user-content-favorites .edit-pack-subheader,
.high.user-content-favorites .edit-pack-subheader,
.elementary.user-content-resources .edit-pack-subheader,
.middle.user-content-resources .edit-pack-subheader,
.high.user-content-resources .edit-pack-subheader,
.elementary.user-content-lessonplans .edit-pack-subheader,
.middle.user-content-lessonplans .edit-pack-subheader,
.high.user-content-lessonplans .edit-pack-subheader,
.elementary.lessons .edit-pack-subheader,
.middle.lessons .edit-pack-subheader,
.high.lessons .edit-pack-subheader,
.elementary.learn .edit-pack-subheader,
.middle.learn .edit-pack-subheader,
.high.learn .edit-pack-subheader,
.elementary.user-content-favorites .edit-pack-subheader,
.middle.user-content-favorites .edit-pack-subheader,
.high.user-content-favorites .edit-pack-subheader,
#lesson-plan-edit .edit-pack-subheader {
  font-size: 1.875em;
  line-height: 1.2;
  color: #333333;
}
@media (max-width: 991.98px) {
  .elementary.user-content-favorites .edit-pack-subheader,
  .middle.user-content-favorites .edit-pack-subheader,
  .high.user-content-favorites .edit-pack-subheader,
  .elementary.user-content-resources .edit-pack-subheader,
  .middle.user-content-resources .edit-pack-subheader,
  .high.user-content-resources .edit-pack-subheader,
  .elementary.user-content-lessonplans .edit-pack-subheader,
  .middle.user-content-lessonplans .edit-pack-subheader,
  .high.user-content-lessonplans .edit-pack-subheader,
  .elementary.lessons .edit-pack-subheader,
  .middle.lessons .edit-pack-subheader,
  .high.lessons .edit-pack-subheader,
  .elementary.learn .edit-pack-subheader,
  .middle.learn .edit-pack-subheader,
  .high.learn .edit-pack-subheader,
  .elementary.user-content-favorites .edit-pack-subheader,
  .middle.user-content-favorites .edit-pack-subheader,
  .high.user-content-favorites .edit-pack-subheader,
  #lesson-plan-edit .edit-pack-subheader {
    font-size: 1.5em;
  }
}
.elementary.user-content-favorites #rename-collection-textbox,
.elementary.user-content-favorites #select-grade-range,
.middle.user-content-favorites #rename-collection-textbox,
.middle.user-content-favorites #select-grade-range,
.high.user-content-favorites #rename-collection-textbox,
.high.user-content-favorites #select-grade-range,
.elementary.user-content-resources #rename-collection-textbox,
.elementary.user-content-resources #select-grade-range,
.middle.user-content-resources #rename-collection-textbox,
.middle.user-content-resources #select-grade-range,
.high.user-content-resources #rename-collection-textbox,
.high.user-content-resources #select-grade-range,
.elementary.user-content-lessonplans #rename-collection-textbox,
.elementary.user-content-lessonplans #select-grade-range,
.middle.user-content-lessonplans #rename-collection-textbox,
.middle.user-content-lessonplans #select-grade-range,
.high.user-content-lessonplans #rename-collection-textbox,
.high.user-content-lessonplans #select-grade-range,
.elementary.lessons #rename-collection-textbox,
.elementary.lessons #select-grade-range,
.middle.lessons #rename-collection-textbox,
.middle.lessons #select-grade-range,
.high.lessons #rename-collection-textbox,
.high.lessons #select-grade-range,
.elementary.learn #rename-collection-textbox,
.elementary.learn #select-grade-range,
.middle.learn #rename-collection-textbox,
.middle.learn #select-grade-range,
.high.learn #rename-collection-textbox,
.high.learn #select-grade-range,
.elementary.user-content-favorites #rename-collection-textbox,
.elementary.user-content-favorites #select-grade-range,
.middle.user-content-favorites #rename-collection-textbox,
.middle.user-content-favorites #select-grade-range,
.high.user-content-favorites #rename-collection-textbox,
.high.user-content-favorites #select-grade-range,
#lesson-plan-edit #rename-collection-textbox,
#lesson-plan-edit #select-grade-range {
  width: 50%;
}
@media (max-width: 767.98px) {
  .elementary.user-content-favorites #rename-collection-textbox,
  .elementary.user-content-favorites #select-grade-range,
  .middle.user-content-favorites #rename-collection-textbox,
  .middle.user-content-favorites #select-grade-range,
  .high.user-content-favorites #rename-collection-textbox,
  .high.user-content-favorites #select-grade-range,
  .elementary.user-content-resources #rename-collection-textbox,
  .elementary.user-content-resources #select-grade-range,
  .middle.user-content-resources #rename-collection-textbox,
  .middle.user-content-resources #select-grade-range,
  .high.user-content-resources #rename-collection-textbox,
  .high.user-content-resources #select-grade-range,
  .elementary.user-content-lessonplans #rename-collection-textbox,
  .elementary.user-content-lessonplans #select-grade-range,
  .middle.user-content-lessonplans #rename-collection-textbox,
  .middle.user-content-lessonplans #select-grade-range,
  .high.user-content-lessonplans #rename-collection-textbox,
  .high.user-content-lessonplans #select-grade-range,
  .elementary.lessons #rename-collection-textbox,
  .elementary.lessons #select-grade-range,
  .middle.lessons #rename-collection-textbox,
  .middle.lessons #select-grade-range,
  .high.lessons #rename-collection-textbox,
  .high.lessons #select-grade-range,
  .elementary.learn #rename-collection-textbox,
  .elementary.learn #select-grade-range,
  .middle.learn #rename-collection-textbox,
  .middle.learn #select-grade-range,
  .high.learn #rename-collection-textbox,
  .high.learn #select-grade-range,
  .elementary.user-content-favorites #rename-collection-textbox,
  .elementary.user-content-favorites #select-grade-range,
  .middle.user-content-favorites #rename-collection-textbox,
  .middle.user-content-favorites #select-grade-range,
  .high.user-content-favorites #rename-collection-textbox,
  .high.user-content-favorites #select-grade-range,
  #lesson-plan-edit #rename-collection-textbox,
  #lesson-plan-edit #select-grade-range {
    width: 100%;
  }
}
.elementary.user-content-favorites .lesson-plan-details-type,
.elementary.user-content-favorites .resource-pack-details-type,
.middle.user-content-favorites .lesson-plan-details-type,
.middle.user-content-favorites .resource-pack-details-type,
.high.user-content-favorites .lesson-plan-details-type,
.high.user-content-favorites .resource-pack-details-type,
.elementary.user-content-resources .lesson-plan-details-type,
.elementary.user-content-resources .resource-pack-details-type,
.middle.user-content-resources .lesson-plan-details-type,
.middle.user-content-resources .resource-pack-details-type,
.high.user-content-resources .lesson-plan-details-type,
.high.user-content-resources .resource-pack-details-type,
.elementary.user-content-lessonplans .lesson-plan-details-type,
.elementary.user-content-lessonplans .resource-pack-details-type,
.middle.user-content-lessonplans .lesson-plan-details-type,
.middle.user-content-lessonplans .resource-pack-details-type,
.high.user-content-lessonplans .lesson-plan-details-type,
.high.user-content-lessonplans .resource-pack-details-type,
.elementary.lessons .lesson-plan-details-type,
.elementary.lessons .resource-pack-details-type,
.middle.lessons .lesson-plan-details-type,
.middle.lessons .resource-pack-details-type,
.high.lessons .lesson-plan-details-type,
.high.lessons .resource-pack-details-type,
.elementary.learn .lesson-plan-details-type,
.elementary.learn .resource-pack-details-type,
.middle.learn .lesson-plan-details-type,
.middle.learn .resource-pack-details-type,
.high.learn .lesson-plan-details-type,
.high.learn .resource-pack-details-type,
.elementary.user-content-favorites .lesson-plan-details-type,
.elementary.user-content-favorites .resource-pack-details-type,
.middle.user-content-favorites .lesson-plan-details-type,
.middle.user-content-favorites .resource-pack-details-type,
.high.user-content-favorites .lesson-plan-details-type,
.high.user-content-favorites .resource-pack-details-type,
#lesson-plan-edit .lesson-plan-details-type,
#lesson-plan-edit .resource-pack-details-type {
  font-weight: bold;
}
.elementary.user-content-favorites .user-content-audio-feature,
.middle.user-content-favorites .user-content-audio-feature,
.high.user-content-favorites .user-content-audio-feature,
.elementary.user-content-resources .user-content-audio-feature,
.middle.user-content-resources .user-content-audio-feature,
.high.user-content-resources .user-content-audio-feature,
.elementary.user-content-lessonplans .user-content-audio-feature,
.middle.user-content-lessonplans .user-content-audio-feature,
.high.user-content-lessonplans .user-content-audio-feature,
.elementary.lessons .user-content-audio-feature,
.middle.lessons .user-content-audio-feature,
.high.lessons .user-content-audio-feature,
.elementary.learn .user-content-audio-feature,
.middle.learn .user-content-audio-feature,
.high.learn .user-content-audio-feature,
.elementary.user-content-favorites .user-content-audio-feature,
.middle.user-content-favorites .user-content-audio-feature,
.high.user-content-favorites .user-content-audio-feature,
#lesson-plan-edit .user-content-audio-feature {
  width: 128px;
  height: 53px;
  border: 2px solid #c9c9c9;
}
.elementary.user-content-favorites .user-content-audio-feature .icon-audio::before,
.middle.user-content-favorites .user-content-audio-feature .icon-audio::before,
.high.user-content-favorites .user-content-audio-feature .icon-audio::before,
.elementary.user-content-resources .user-content-audio-feature .icon-audio::before,
.middle.user-content-resources .user-content-audio-feature .icon-audio::before,
.high.user-content-resources .user-content-audio-feature .icon-audio::before,
.elementary.user-content-lessonplans .user-content-audio-feature .icon-audio::before,
.middle.user-content-lessonplans .user-content-audio-feature .icon-audio::before,
.high.user-content-lessonplans .user-content-audio-feature .icon-audio::before,
.elementary.lessons .user-content-audio-feature .icon-audio::before,
.middle.lessons .user-content-audio-feature .icon-audio::before,
.high.lessons .user-content-audio-feature .icon-audio::before,
.elementary.learn .user-content-audio-feature .icon-audio::before,
.middle.learn .user-content-audio-feature .icon-audio::before,
.high.learn .user-content-audio-feature .icon-audio::before,
.elementary.user-content-favorites .user-content-audio-feature .icon-audio::before,
.middle.user-content-favorites .user-content-audio-feature .icon-audio::before,
.high.user-content-favorites .user-content-audio-feature .icon-audio::before,
#lesson-plan-edit .user-content-audio-feature .icon-audio::before {
  content: "\f028";
  color: #666666;
}
.elementary.user-content-favorites .user-content-video-feature .icon-video::before,
.middle.user-content-favorites .user-content-video-feature .icon-video::before,
.high.user-content-favorites .user-content-video-feature .icon-video::before,
.elementary.user-content-resources .user-content-video-feature .icon-video::before,
.middle.user-content-resources .user-content-video-feature .icon-video::before,
.high.user-content-resources .user-content-video-feature .icon-video::before,
.elementary.user-content-lessonplans .user-content-video-feature .icon-video::before,
.middle.user-content-lessonplans .user-content-video-feature .icon-video::before,
.high.user-content-lessonplans .user-content-video-feature .icon-video::before,
.elementary.lessons .user-content-video-feature .icon-video::before,
.middle.lessons .user-content-video-feature .icon-video::before,
.high.lessons .user-content-video-feature .icon-video::before,
.elementary.learn .user-content-video-feature .icon-video::before,
.middle.learn .user-content-video-feature .icon-video::before,
.high.learn .user-content-video-feature .icon-video::before,
.elementary.user-content-favorites .user-content-video-feature .icon-video::before,
.middle.user-content-favorites .user-content-video-feature .icon-video::before,
.high.user-content-favorites .user-content-video-feature .icon-video::before,
#lesson-plan-edit .user-content-video-feature .icon-video::before {
  content: "\f144";
  color: #fff;
}
.elementary.user-content-favorites .user-content-video-feature .video-duration,
.middle.user-content-favorites .user-content-video-feature .video-duration,
.high.user-content-favorites .user-content-video-feature .video-duration,
.elementary.user-content-resources .user-content-video-feature .video-duration,
.middle.user-content-resources .user-content-video-feature .video-duration,
.high.user-content-resources .user-content-video-feature .video-duration,
.elementary.user-content-lessonplans .user-content-video-feature .video-duration,
.middle.user-content-lessonplans .user-content-video-feature .video-duration,
.high.user-content-lessonplans .user-content-video-feature .video-duration,
.elementary.lessons .user-content-video-feature .video-duration,
.middle.lessons .user-content-video-feature .video-duration,
.high.lessons .user-content-video-feature .video-duration,
.elementary.learn .user-content-video-feature .video-duration,
.middle.learn .user-content-video-feature .video-duration,
.high.learn .user-content-video-feature .video-duration,
.elementary.user-content-favorites .user-content-video-feature .video-duration,
.middle.user-content-favorites .user-content-video-feature .video-duration,
.high.user-content-favorites .user-content-video-feature .video-duration,
#lesson-plan-edit .user-content-video-feature .video-duration {
  bottom: 0.125rem;
  right: 1.1875rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
  padding: 0.1875rem;
}
.elementary.user-content-favorites .user-content-audio-feature.ic-container,
.elementary.user-content-favorites .user-content-video-feature.ic-container,
.middle.user-content-favorites .user-content-audio-feature.ic-container,
.middle.user-content-favorites .user-content-video-feature.ic-container,
.high.user-content-favorites .user-content-audio-feature.ic-container,
.high.user-content-favorites .user-content-video-feature.ic-container,
.elementary.user-content-resources .user-content-audio-feature.ic-container,
.elementary.user-content-resources .user-content-video-feature.ic-container,
.middle.user-content-resources .user-content-audio-feature.ic-container,
.middle.user-content-resources .user-content-video-feature.ic-container,
.high.user-content-resources .user-content-audio-feature.ic-container,
.high.user-content-resources .user-content-video-feature.ic-container,
.elementary.user-content-lessonplans .user-content-audio-feature.ic-container,
.elementary.user-content-lessonplans .user-content-video-feature.ic-container,
.middle.user-content-lessonplans .user-content-audio-feature.ic-container,
.middle.user-content-lessonplans .user-content-video-feature.ic-container,
.high.user-content-lessonplans .user-content-audio-feature.ic-container,
.high.user-content-lessonplans .user-content-video-feature.ic-container,
.elementary.lessons .user-content-audio-feature.ic-container,
.elementary.lessons .user-content-video-feature.ic-container,
.middle.lessons .user-content-audio-feature.ic-container,
.middle.lessons .user-content-video-feature.ic-container,
.high.lessons .user-content-audio-feature.ic-container,
.high.lessons .user-content-video-feature.ic-container,
.elementary.learn .user-content-audio-feature.ic-container,
.elementary.learn .user-content-video-feature.ic-container,
.middle.learn .user-content-audio-feature.ic-container,
.middle.learn .user-content-video-feature.ic-container,
.high.learn .user-content-audio-feature.ic-container,
.high.learn .user-content-video-feature.ic-container,
.elementary.user-content-favorites .user-content-audio-feature.ic-container,
.elementary.user-content-favorites .user-content-video-feature.ic-container,
.middle.user-content-favorites .user-content-audio-feature.ic-container,
.middle.user-content-favorites .user-content-video-feature.ic-container,
.high.user-content-favorites .user-content-audio-feature.ic-container,
.high.user-content-favorites .user-content-video-feature.ic-container,
#lesson-plan-edit .user-content-audio-feature.ic-container,
#lesson-plan-edit .user-content-video-feature.ic-container {
  position: relative;
  font-size: 2.5em;
}
.elementary.user-content-favorites .user-content-audio-feature .icon-solid::before,
.elementary.user-content-favorites .user-content-audio-feature .icon-regular::before,
.elementary.user-content-favorites .user-content-audio-feature .icon-light::before,
.elementary.user-content-favorites .user-content-audio-feature .icon::before,
.elementary.user-content-favorites .user-content-audio-feature .icon-video::before,
.elementary.user-content-favorites .user-content-audio-feature .icon-audio::before,
.elementary.user-content-favorites .user-content-video-feature .icon-solid::before,
.elementary.user-content-favorites .user-content-video-feature .icon-regular::before,
.elementary.user-content-favorites .user-content-video-feature .icon-light::before,
.elementary.user-content-favorites .user-content-video-feature .icon::before,
.elementary.user-content-favorites .user-content-video-feature .icon-video::before,
.elementary.user-content-favorites .user-content-video-feature .icon-audio::before,
.middle.user-content-favorites .user-content-audio-feature .icon-solid::before,
.middle.user-content-favorites .user-content-audio-feature .icon-regular::before,
.middle.user-content-favorites .user-content-audio-feature .icon-light::before,
.middle.user-content-favorites .user-content-audio-feature .icon::before,
.middle.user-content-favorites .user-content-audio-feature .icon-video::before,
.middle.user-content-favorites .user-content-audio-feature .icon-audio::before,
.middle.user-content-favorites .user-content-video-feature .icon-solid::before,
.middle.user-content-favorites .user-content-video-feature .icon-regular::before,
.middle.user-content-favorites .user-content-video-feature .icon-light::before,
.middle.user-content-favorites .user-content-video-feature .icon::before,
.middle.user-content-favorites .user-content-video-feature .icon-video::before,
.middle.user-content-favorites .user-content-video-feature .icon-audio::before,
.high.user-content-favorites .user-content-audio-feature .icon-solid::before,
.high.user-content-favorites .user-content-audio-feature .icon-regular::before,
.high.user-content-favorites .user-content-audio-feature .icon-light::before,
.high.user-content-favorites .user-content-audio-feature .icon::before,
.high.user-content-favorites .user-content-audio-feature .icon-video::before,
.high.user-content-favorites .user-content-audio-feature .icon-audio::before,
.high.user-content-favorites .user-content-video-feature .icon-solid::before,
.high.user-content-favorites .user-content-video-feature .icon-regular::before,
.high.user-content-favorites .user-content-video-feature .icon-light::before,
.high.user-content-favorites .user-content-video-feature .icon::before,
.high.user-content-favorites .user-content-video-feature .icon-video::before,
.high.user-content-favorites .user-content-video-feature .icon-audio::before,
.elementary.user-content-resources .user-content-audio-feature .icon-solid::before,
.elementary.user-content-resources .user-content-audio-feature .icon-regular::before,
.elementary.user-content-resources .user-content-audio-feature .icon-light::before,
.elementary.user-content-resources .user-content-audio-feature .icon::before,
.elementary.user-content-resources .user-content-audio-feature .icon-video::before,
.elementary.user-content-resources .user-content-audio-feature .icon-audio::before,
.elementary.user-content-resources .user-content-video-feature .icon-solid::before,
.elementary.user-content-resources .user-content-video-feature .icon-regular::before,
.elementary.user-content-resources .user-content-video-feature .icon-light::before,
.elementary.user-content-resources .user-content-video-feature .icon::before,
.elementary.user-content-resources .user-content-video-feature .icon-video::before,
.elementary.user-content-resources .user-content-video-feature .icon-audio::before,
.middle.user-content-resources .user-content-audio-feature .icon-solid::before,
.middle.user-content-resources .user-content-audio-feature .icon-regular::before,
.middle.user-content-resources .user-content-audio-feature .icon-light::before,
.middle.user-content-resources .user-content-audio-feature .icon::before,
.middle.user-content-resources .user-content-audio-feature .icon-video::before,
.middle.user-content-resources .user-content-audio-feature .icon-audio::before,
.middle.user-content-resources .user-content-video-feature .icon-solid::before,
.middle.user-content-resources .user-content-video-feature .icon-regular::before,
.middle.user-content-resources .user-content-video-feature .icon-light::before,
.middle.user-content-resources .user-content-video-feature .icon::before,
.middle.user-content-resources .user-content-video-feature .icon-video::before,
.middle.user-content-resources .user-content-video-feature .icon-audio::before,
.high.user-content-resources .user-content-audio-feature .icon-solid::before,
.high.user-content-resources .user-content-audio-feature .icon-regular::before,
.high.user-content-resources .user-content-audio-feature .icon-light::before,
.high.user-content-resources .user-content-audio-feature .icon::before,
.high.user-content-resources .user-content-audio-feature .icon-video::before,
.high.user-content-resources .user-content-audio-feature .icon-audio::before,
.high.user-content-resources .user-content-video-feature .icon-solid::before,
.high.user-content-resources .user-content-video-feature .icon-regular::before,
.high.user-content-resources .user-content-video-feature .icon-light::before,
.high.user-content-resources .user-content-video-feature .icon::before,
.high.user-content-resources .user-content-video-feature .icon-video::before,
.high.user-content-resources .user-content-video-feature .icon-audio::before,
.elementary.user-content-lessonplans .user-content-audio-feature .icon-solid::before,
.elementary.user-content-lessonplans .user-content-audio-feature .icon-regular::before,
.elementary.user-content-lessonplans .user-content-audio-feature .icon-light::before,
.elementary.user-content-lessonplans .user-content-audio-feature .icon::before,
.elementary.user-content-lessonplans .user-content-audio-feature .icon-video::before,
.elementary.user-content-lessonplans .user-content-audio-feature .icon-audio::before,
.elementary.user-content-lessonplans .user-content-video-feature .icon-solid::before,
.elementary.user-content-lessonplans .user-content-video-feature .icon-regular::before,
.elementary.user-content-lessonplans .user-content-video-feature .icon-light::before,
.elementary.user-content-lessonplans .user-content-video-feature .icon::before,
.elementary.user-content-lessonplans .user-content-video-feature .icon-video::before,
.elementary.user-content-lessonplans .user-content-video-feature .icon-audio::before,
.middle.user-content-lessonplans .user-content-audio-feature .icon-solid::before,
.middle.user-content-lessonplans .user-content-audio-feature .icon-regular::before,
.middle.user-content-lessonplans .user-content-audio-feature .icon-light::before,
.middle.user-content-lessonplans .user-content-audio-feature .icon::before,
.middle.user-content-lessonplans .user-content-audio-feature .icon-video::before,
.middle.user-content-lessonplans .user-content-audio-feature .icon-audio::before,
.middle.user-content-lessonplans .user-content-video-feature .icon-solid::before,
.middle.user-content-lessonplans .user-content-video-feature .icon-regular::before,
.middle.user-content-lessonplans .user-content-video-feature .icon-light::before,
.middle.user-content-lessonplans .user-content-video-feature .icon::before,
.middle.user-content-lessonplans .user-content-video-feature .icon-video::before,
.middle.user-content-lessonplans .user-content-video-feature .icon-audio::before,
.high.user-content-lessonplans .user-content-audio-feature .icon-solid::before,
.high.user-content-lessonplans .user-content-audio-feature .icon-regular::before,
.high.user-content-lessonplans .user-content-audio-feature .icon-light::before,
.high.user-content-lessonplans .user-content-audio-feature .icon::before,
.high.user-content-lessonplans .user-content-audio-feature .icon-video::before,
.high.user-content-lessonplans .user-content-audio-feature .icon-audio::before,
.high.user-content-lessonplans .user-content-video-feature .icon-solid::before,
.high.user-content-lessonplans .user-content-video-feature .icon-regular::before,
.high.user-content-lessonplans .user-content-video-feature .icon-light::before,
.high.user-content-lessonplans .user-content-video-feature .icon::before,
.high.user-content-lessonplans .user-content-video-feature .icon-video::before,
.high.user-content-lessonplans .user-content-video-feature .icon-audio::before,
.elementary.lessons .user-content-audio-feature .icon-solid::before,
.elementary.lessons .user-content-audio-feature .icon-regular::before,
.elementary.lessons .user-content-audio-feature .icon-light::before,
.elementary.lessons .user-content-audio-feature .icon::before,
.elementary.lessons .user-content-audio-feature .icon-video::before,
.elementary.lessons .user-content-audio-feature .icon-audio::before,
.elementary.lessons .user-content-video-feature .icon-solid::before,
.elementary.lessons .user-content-video-feature .icon-regular::before,
.elementary.lessons .user-content-video-feature .icon-light::before,
.elementary.lessons .user-content-video-feature .icon::before,
.elementary.lessons .user-content-video-feature .icon-video::before,
.elementary.lessons .user-content-video-feature .icon-audio::before,
.middle.lessons .user-content-audio-feature .icon-solid::before,
.middle.lessons .user-content-audio-feature .icon-regular::before,
.middle.lessons .user-content-audio-feature .icon-light::before,
.middle.lessons .user-content-audio-feature .icon::before,
.middle.lessons .user-content-audio-feature .icon-video::before,
.middle.lessons .user-content-audio-feature .icon-audio::before,
.middle.lessons .user-content-video-feature .icon-solid::before,
.middle.lessons .user-content-video-feature .icon-regular::before,
.middle.lessons .user-content-video-feature .icon-light::before,
.middle.lessons .user-content-video-feature .icon::before,
.middle.lessons .user-content-video-feature .icon-video::before,
.middle.lessons .user-content-video-feature .icon-audio::before,
.high.lessons .user-content-audio-feature .icon-solid::before,
.high.lessons .user-content-audio-feature .icon-regular::before,
.high.lessons .user-content-audio-feature .icon-light::before,
.high.lessons .user-content-audio-feature .icon::before,
.high.lessons .user-content-audio-feature .icon-video::before,
.high.lessons .user-content-audio-feature .icon-audio::before,
.high.lessons .user-content-video-feature .icon-solid::before,
.high.lessons .user-content-video-feature .icon-regular::before,
.high.lessons .user-content-video-feature .icon-light::before,
.high.lessons .user-content-video-feature .icon::before,
.high.lessons .user-content-video-feature .icon-video::before,
.high.lessons .user-content-video-feature .icon-audio::before,
.elementary.learn .user-content-audio-feature .icon-solid::before,
.elementary.learn .user-content-audio-feature .icon-regular::before,
.elementary.learn .user-content-audio-feature .icon-light::before,
.elementary.learn .user-content-audio-feature .icon::before,
.elementary.learn .user-content-audio-feature .icon-video::before,
.elementary.learn .user-content-audio-feature .icon-audio::before,
.elementary.learn .user-content-video-feature .icon-solid::before,
.elementary.learn .user-content-video-feature .icon-regular::before,
.elementary.learn .user-content-video-feature .icon-light::before,
.elementary.learn .user-content-video-feature .icon::before,
.elementary.learn .user-content-video-feature .icon-video::before,
.elementary.learn .user-content-video-feature .icon-audio::before,
.middle.learn .user-content-audio-feature .icon-solid::before,
.middle.learn .user-content-audio-feature .icon-regular::before,
.middle.learn .user-content-audio-feature .icon-light::before,
.middle.learn .user-content-audio-feature .icon::before,
.middle.learn .user-content-audio-feature .icon-video::before,
.middle.learn .user-content-audio-feature .icon-audio::before,
.middle.learn .user-content-video-feature .icon-solid::before,
.middle.learn .user-content-video-feature .icon-regular::before,
.middle.learn .user-content-video-feature .icon-light::before,
.middle.learn .user-content-video-feature .icon::before,
.middle.learn .user-content-video-feature .icon-video::before,
.middle.learn .user-content-video-feature .icon-audio::before,
.high.learn .user-content-audio-feature .icon-solid::before,
.high.learn .user-content-audio-feature .icon-regular::before,
.high.learn .user-content-audio-feature .icon-light::before,
.high.learn .user-content-audio-feature .icon::before,
.high.learn .user-content-audio-feature .icon-video::before,
.high.learn .user-content-audio-feature .icon-audio::before,
.high.learn .user-content-video-feature .icon-solid::before,
.high.learn .user-content-video-feature .icon-regular::before,
.high.learn .user-content-video-feature .icon-light::before,
.high.learn .user-content-video-feature .icon::before,
.high.learn .user-content-video-feature .icon-video::before,
.high.learn .user-content-video-feature .icon-audio::before,
.elementary.user-content-favorites .user-content-audio-feature .icon-solid::before,
.elementary.user-content-favorites .user-content-audio-feature .icon-regular::before,
.elementary.user-content-favorites .user-content-audio-feature .icon-light::before,
.elementary.user-content-favorites .user-content-audio-feature .icon::before,
.elementary.user-content-favorites .user-content-audio-feature .icon-video::before,
.elementary.user-content-favorites .user-content-audio-feature .icon-audio::before,
.elementary.user-content-favorites .user-content-video-feature .icon-solid::before,
.elementary.user-content-favorites .user-content-video-feature .icon-regular::before,
.elementary.user-content-favorites .user-content-video-feature .icon-light::before,
.elementary.user-content-favorites .user-content-video-feature .icon::before,
.elementary.user-content-favorites .user-content-video-feature .icon-video::before,
.elementary.user-content-favorites .user-content-video-feature .icon-audio::before,
.middle.user-content-favorites .user-content-audio-feature .icon-solid::before,
.middle.user-content-favorites .user-content-audio-feature .icon-regular::before,
.middle.user-content-favorites .user-content-audio-feature .icon-light::before,
.middle.user-content-favorites .user-content-audio-feature .icon::before,
.middle.user-content-favorites .user-content-audio-feature .icon-video::before,
.middle.user-content-favorites .user-content-audio-feature .icon-audio::before,
.middle.user-content-favorites .user-content-video-feature .icon-solid::before,
.middle.user-content-favorites .user-content-video-feature .icon-regular::before,
.middle.user-content-favorites .user-content-video-feature .icon-light::before,
.middle.user-content-favorites .user-content-video-feature .icon::before,
.middle.user-content-favorites .user-content-video-feature .icon-video::before,
.middle.user-content-favorites .user-content-video-feature .icon-audio::before,
.high.user-content-favorites .user-content-audio-feature .icon-solid::before,
.high.user-content-favorites .user-content-audio-feature .icon-regular::before,
.high.user-content-favorites .user-content-audio-feature .icon-light::before,
.high.user-content-favorites .user-content-audio-feature .icon::before,
.high.user-content-favorites .user-content-audio-feature .icon-video::before,
.high.user-content-favorites .user-content-audio-feature .icon-audio::before,
.high.user-content-favorites .user-content-video-feature .icon-solid::before,
.high.user-content-favorites .user-content-video-feature .icon-regular::before,
.high.user-content-favorites .user-content-video-feature .icon-light::before,
.high.user-content-favorites .user-content-video-feature .icon::before,
.high.user-content-favorites .user-content-video-feature .icon-video::before,
.high.user-content-favorites .user-content-video-feature .icon-audio::before,
#lesson-plan-edit .user-content-audio-feature .icon-solid::before,
#lesson-plan-edit .user-content-audio-feature .icon-regular::before,
#lesson-plan-edit .user-content-audio-feature .icon-light::before,
#lesson-plan-edit .user-content-audio-feature .icon::before,
#lesson-plan-edit .user-content-audio-feature .icon-video::before,
#lesson-plan-edit .user-content-audio-feature .icon-audio::before,
#lesson-plan-edit .user-content-video-feature .icon-solid::before,
#lesson-plan-edit .user-content-video-feature .icon-regular::before,
#lesson-plan-edit .user-content-video-feature .icon-light::before,
#lesson-plan-edit .user-content-video-feature .icon::before,
#lesson-plan-edit .user-content-video-feature .icon-video::before,
#lesson-plan-edit .user-content-video-feature .icon-audio::before {
  font-family: "Font Awesome 5 Pro";
}
.elementary.user-content-favorites .user-content-audio-feature .icon::before,
.elementary.user-content-favorites .user-content-video-feature .icon::before,
.middle.user-content-favorites .user-content-audio-feature .icon::before,
.middle.user-content-favorites .user-content-video-feature .icon::before,
.high.user-content-favorites .user-content-audio-feature .icon::before,
.high.user-content-favorites .user-content-video-feature .icon::before,
.elementary.user-content-resources .user-content-audio-feature .icon::before,
.elementary.user-content-resources .user-content-video-feature .icon::before,
.middle.user-content-resources .user-content-audio-feature .icon::before,
.middle.user-content-resources .user-content-video-feature .icon::before,
.high.user-content-resources .user-content-audio-feature .icon::before,
.high.user-content-resources .user-content-video-feature .icon::before,
.elementary.user-content-lessonplans .user-content-audio-feature .icon::before,
.elementary.user-content-lessonplans .user-content-video-feature .icon::before,
.middle.user-content-lessonplans .user-content-audio-feature .icon::before,
.middle.user-content-lessonplans .user-content-video-feature .icon::before,
.high.user-content-lessonplans .user-content-audio-feature .icon::before,
.high.user-content-lessonplans .user-content-video-feature .icon::before,
.elementary.lessons .user-content-audio-feature .icon::before,
.elementary.lessons .user-content-video-feature .icon::before,
.middle.lessons .user-content-audio-feature .icon::before,
.middle.lessons .user-content-video-feature .icon::before,
.high.lessons .user-content-audio-feature .icon::before,
.high.lessons .user-content-video-feature .icon::before,
.elementary.learn .user-content-audio-feature .icon::before,
.elementary.learn .user-content-video-feature .icon::before,
.middle.learn .user-content-audio-feature .icon::before,
.middle.learn .user-content-video-feature .icon::before,
.high.learn .user-content-audio-feature .icon::before,
.high.learn .user-content-video-feature .icon::before,
.elementary.user-content-favorites .user-content-audio-feature .icon::before,
.elementary.user-content-favorites .user-content-video-feature .icon::before,
.middle.user-content-favorites .user-content-audio-feature .icon::before,
.middle.user-content-favorites .user-content-video-feature .icon::before,
.high.user-content-favorites .user-content-audio-feature .icon::before,
.high.user-content-favorites .user-content-video-feature .icon::before,
#lesson-plan-edit .user-content-audio-feature .icon::before,
#lesson-plan-edit .user-content-video-feature .icon::before {
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 34px !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
@media (max-width: 767.98px) {
  .elementary.user-content-favorites .pack-editor-links .btn-msg, .elementary.user-content-favorites .edit-div .btn-msg,
  .middle.user-content-favorites .pack-editor-links .btn-msg,
  .middle.user-content-favorites .edit-div .btn-msg,
  .high.user-content-favorites .pack-editor-links .btn-msg,
  .high.user-content-favorites .edit-div .btn-msg,
  .elementary.user-content-resources .pack-editor-links .btn-msg,
  .elementary.user-content-resources .edit-div .btn-msg,
  .middle.user-content-resources .pack-editor-links .btn-msg,
  .middle.user-content-resources .edit-div .btn-msg,
  .high.user-content-resources .pack-editor-links .btn-msg,
  .high.user-content-resources .edit-div .btn-msg,
  .elementary.user-content-lessonplans .pack-editor-links .btn-msg,
  .elementary.user-content-lessonplans .edit-div .btn-msg,
  .middle.user-content-lessonplans .pack-editor-links .btn-msg,
  .middle.user-content-lessonplans .edit-div .btn-msg,
  .high.user-content-lessonplans .pack-editor-links .btn-msg,
  .high.user-content-lessonplans .edit-div .btn-msg,
  .elementary.lessons .pack-editor-links .btn-msg,
  .elementary.lessons .edit-div .btn-msg,
  .middle.lessons .pack-editor-links .btn-msg,
  .middle.lessons .edit-div .btn-msg,
  .high.lessons .pack-editor-links .btn-msg,
  .high.lessons .edit-div .btn-msg,
  .elementary.learn .pack-editor-links .btn-msg,
  .elementary.learn .edit-div .btn-msg,
  .middle.learn .pack-editor-links .btn-msg,
  .middle.learn .edit-div .btn-msg,
  .high.learn .pack-editor-links .btn-msg,
  .high.learn .edit-div .btn-msg,
  .elementary.user-content-favorites .pack-editor-links .btn-msg,
  .elementary.user-content-favorites .edit-div .btn-msg,
  .middle.user-content-favorites .pack-editor-links .btn-msg,
  .middle.user-content-favorites .edit-div .btn-msg,
  .high.user-content-favorites .pack-editor-links .btn-msg,
  .high.user-content-favorites .edit-div .btn-msg,
  #lesson-plan-edit .pack-editor-links .btn-msg,
  #lesson-plan-edit .edit-div .btn-msg {
    display: none;
  }
}

.elementary.user-content-resources .resource-pack-icon,
.middle.user-content-resources .resource-pack-icon,
.high.user-content-resources .resource-pack-icon {
  font-size: 3.75em;
  color: #666666;
}
@media (min-width: 992px) {
  .elementary.user-content-resources .media,
  .middle.user-content-resources .media,
  .high.user-content-resources .media {
    margin-bottom: 1em;
  }
}
.elementary.user-content-resources #favorites-description-textarea,
.elementary.user-content-resources #favorites-keywords-textarea,
.middle.user-content-resources #favorites-description-textarea,
.middle.user-content-resources #favorites-keywords-textarea,
.high.user-content-resources #favorites-description-textarea,
.high.user-content-resources #favorites-keywords-textarea {
  width: 50%;
}
@media (max-width: 767.98px) {
  .elementary.user-content-resources #favorites-description-textarea,
  .elementary.user-content-resources #favorites-keywords-textarea,
  .middle.user-content-resources #favorites-description-textarea,
  .middle.user-content-resources #favorites-keywords-textarea,
  .high.user-content-resources #favorites-description-textarea,
  .high.user-content-resources #favorites-keywords-textarea {
    width: 100%;
  }
}
.elementary.user-content-resources .category-container,
.middle.user-content-resources .category-container,
.high.user-content-resources .category-container {
  border: 1px solid transparent;
}
.elementary.user-content-resources .category-container-body,
.middle.user-content-resources .category-container-body,
.high.user-content-resources .category-container-body {
  background-color: #d9d9d9;
}
@media (max-width: 767.98px) {
  .elementary.user-content-resources .category-container-body select.subject-category-dropdown,
  .middle.user-content-resources .category-container-body select.subject-category-dropdown,
  .high.user-content-resources .category-container-body select.subject-category-dropdown {
    max-width: 230px;
  }
}
.elementary.user-content-resources .category-container-body .category-holder .card,
.middle.user-content-resources .category-container-body .category-holder .card,
.high.user-content-resources .category-container-body .category-holder .card {
  width: fit-content;
  border-color: #b3b3b3;
}
.elementary.user-content-resources .category-container-body .category-holder .card-body,
.middle.user-content-resources .category-container-body .category-holder .card-body,
.high.user-content-resources .category-container-body .category-holder .card-body {
  padding: 0.3em;
}
.elementary.user-content-resources .category-container-body .category-holder .btn,
.middle.user-content-resources .category-container-body .category-holder .btn,
.high.user-content-resources .category-container-body .category-holder .btn {
  padding: 4px 10px 4px 10px !important;
  font-size: 1em;
}
.elementary.user-content-resources #pack-uploaded-documents,
.middle.user-content-resources #pack-uploaded-documents,
.high.user-content-resources #pack-uploaded-documents {
  list-style-type: none;
}
.elementary.user-content-resources #pack-uploaded-documents .delete-icon,
.middle.user-content-resources #pack-uploaded-documents .delete-icon,
.high.user-content-resources #pack-uploaded-documents .delete-icon {
  font-size: 14px;
}
.elementary.user-content-resources .lesson-plan-error,
.middle.user-content-resources .lesson-plan-error,
.high.user-content-resources .lesson-plan-error {
  color: #721c24;
}

.elementary.lessons #lesson-plan-additional-info-additional-fields,
.middle.lessons #lesson-plan-additional-info-additional-fields,
.high.lessons #lesson-plan-additional-info-additional-fields {
  width: 100%;
}

.tool-email, .convert-to-lesson-modal, .copyLink {
  cursor: pointer;
}

.left-nav a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .left-nav a:hover {
    color: #006dc1 !important;
  }
}
.left-nav a.selected::before, .left-nav a.active::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0da";
  font-weight: 900;
  top: 50%;
  color: #006dc1;
  font-size: 1rem;
  padding-right: 0.3rem;
  transform: translateY(-50%);
}

.article, .related, .history, .media {
  /* article header */
  /* article sidebar */
  /* article content */
  /* Article Contributors */
  /* Article Header Font-Resize Based on Title Text Length */
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .article .hero-container, .related .hero-container, .history .hero-container, .media .hero-container {
    height: 260px;
  }
}
@media (max-width: 767.98px) {
  .article .hero-container, .related .hero-container, .history .hero-container, .media .hero-container {
    height: 200px;
  }
}
.article .hero-container img[src=""], .related .hero-container img[src=""], .history .hero-container img[src=""], .media .hero-container img[src=""] {
  display: none;
}
@media (min-width: 992px) {
  .article .hero-img, .related .hero-img, .history .hero-img, .media .hero-img {
    height: 260px;
    width: 400px;
    position: absolute;
    z-index: 2;
    border-radius: 0px 0px 24px 0px;
    object-fit: cover;
  }
}
.article .hero-title-conainer, .related .hero-title-conainer, .history .hero-title-conainer, .media .hero-title-conainer {
  z-index: 100;
  background-color: #567594;
}
@media (min-width: 992px) {
  .article .hero-image-true .hero-title-text, .related .hero-image-true .hero-title-text, .history .hero-image-true .hero-title-text, .media .hero-image-true .hero-title-text {
    margin-left: 440px !important;
  }
}
.article .hero-image-false.hero-title-content, .related .hero-image-false.hero-title-content, .history .hero-image-false.hero-title-content, .media .hero-image-false.hero-title-content {
  margin-left: 20px;
}
.article .hero-title-text, .related .hero-title-text, .history .hero-title-text, .media .hero-title-text {
  color: #fff;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .article .hero-title-text, .related .hero-title-text, .history .hero-title-text, .media .hero-title-text {
    padding-top: 0.85rem !important;
    padding-left: 0.75rem !important;
  }
}
.article .hero-title-fixed, .related .hero-title-fixed, .history .hero-title-fixed, .media .hero-title-fixed {
  position: fixed;
  top: 90px;
  background-color: #567594;
}
@media (min-width: 992px) {
  .article .hero-title-fixed .header-toc-button, .related .hero-title-fixed .header-toc-button, .history .hero-title-fixed .header-toc-button, .media .hero-title-fixed .header-toc-button {
    display: none;
  }
}
.article .hero-title-fixed .hero-title-content, .related .hero-title-fixed .hero-title-content, .history .hero-title-fixed .hero-title-content, .media .hero-title-fixed .hero-title-content {
  margin-left: 20px;
}
.article .hero-title-fixed .hero-title-text, .related .hero-title-fixed .hero-title-text, .history .hero-title-fixed .hero-title-text, .media .hero-title-fixed .hero-title-text {
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .article .hero-title-fixed .hero-title-text, .related .hero-title-fixed .hero-title-text, .history .hero-title-fixed .hero-title-text, .media .hero-title-fixed .hero-title-text {
    font-size: 44px;
    margin-left: 0 !important;
    padding-top: 0.75rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .article .hero-title-fixed .hero-title-text, .related .hero-title-fixed .hero-title-text, .history .hero-title-fixed .hero-title-text, .media .hero-title-fixed .hero-title-text {
    margin-top: 0.5rem !important;
  }
}
@media (max-width: 991.98px) {
  .article .hero-title-fixed .hero-title-text, .related .hero-title-fixed .hero-title-text, .history .hero-title-fixed .hero-title-text, .media .hero-title-fixed .hero-title-text {
    font-size: 36px;
  }
}
.article .custom-border, .related .custom-border, .history .custom-border, .media .custom-border {
  background-color: #b3b3b3;
  height: 5px;
  margin-bottom: 1px;
  margin-top: 1px;
}
.article .toc-title, .article .profile-title, .related .toc-title, .related .profile-title, .history .toc-title, .history .profile-title, .media .toc-title, .media .profile-title {
  width: 100%;
}
.article .toc-title > button::after, .article .profile-title > button::after, .related .toc-title > button::after, .related .profile-title > button::after, .history .toc-title > button::after, .history .profile-title > button::after, .media .toc-title > button::after, .media .profile-title > button::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f068";
  font-size: 1.125rem;
  font-weight: normal;
  padding-top: 0.15rem;
  float: right;
  color: #666666;
}
.article .toc-title > button.collapsed::after, .article .profile-title > button.collapsed::after, .related .toc-title > button.collapsed::after, .related .profile-title > button.collapsed::after, .history .toc-title > button.collapsed::after, .history .profile-title > button.collapsed::after, .media .toc-title > button.collapsed::after, .media .profile-title > button.collapsed::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  font-size: 1.125rem;
  font-weight: normal;
  padding-top: 0.15rem;
  float: right;
  color: #666666;
}
@media (min-width: 992px) {
  .article #sidebar-accordions, .related #sidebar-accordions, .history #sidebar-accordions, .media #sidebar-accordions {
    width: 215px;
  }
}
@media (min-width: 1200px) {
  .article #sidebar-accordions, .related #sidebar-accordions, .history #sidebar-accordions, .media #sidebar-accordions {
    width: 250px;
  }
}
@media (min-width: 992px) {
  .article #sidebar-accordions.stuck, .related #sidebar-accordions.stuck, .history #sidebar-accordions.stuck, .media #sidebar-accordions.stuck {
    position: fixed;
    top: 200px;
  }
}
.article #article-profile-container, .related #article-profile-container, .history #article-profile-container, .media #article-profile-container {
  border: 0;
}
.article #article-profile-container .card-header, .related #article-profile-container .card-header, .history #article-profile-container .card-header, .media #article-profile-container .card-header {
  background-color: #d9d9d9;
}
.article #article-profile-container #article-profile, .related #article-profile-container #article-profile, .history #article-profile-container #article-profile, .media #article-profile-container #article-profile {
  max-height: 500px;
  overflow-y: scroll;
  border-radius: 0px 0px 24px 0px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: #666666;
}
.article #article-profile-container #article-profile .article-profile-header, .related #article-profile-container #article-profile .article-profile-header, .history #article-profile-container #article-profile .article-profile-header, .media #article-profile-container #article-profile .article-profile-header {
  display: none;
}
.article #article-profile-container #article-profile ul, .related #article-profile-container #article-profile ul, .history #article-profile-container #article-profile ul, .media #article-profile-container #article-profile ul {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  list-style: none;
}
.article #article-profile-container #article-profile ul li, .related #article-profile-container #article-profile ul li, .history #article-profile-container #article-profile ul li, .media #article-profile-container #article-profile ul li {
  padding: 0.75rem 0 !important;
  border-top: 1px solid #e5e5e5;
}
.article #article-profile-container #article-profile ul li span, .related #article-profile-container #article-profile ul li span, .history #article-profile-container #article-profile ul li span, .media #article-profile-container #article-profile ul li span {
  display: block;
}
.article #article-profile-container #article-profile ul li span.article-profile-ftnote, .related #article-profile-container #article-profile ul li span.article-profile-ftnote, .history #article-profile-container #article-profile ul li span.article-profile-ftnote, .media #article-profile-container #article-profile ul li span.article-profile-ftnote {
  text-indent: -15px;
  padding-left: 30px;
  font-style: italic;
  font-size: 12px;
  line-height: 18px;
}
.article #article-profile-container #article-profile ul li:first-child, .related #article-profile-container #article-profile ul li:first-child, .history #article-profile-container #article-profile ul li:first-child, .media #article-profile-container #article-profile ul li:first-child {
  border: none;
}
.article #article-profile-container #article-profile ul li span b, .related #article-profile-container #article-profile ul li span b, .history #article-profile-container #article-profile ul li span b, .media #article-profile-container #article-profile ul li span b {
  color: #333333;
}
.article #article-profile-container .profile-button, .related #article-profile-container .profile-button, .history #article-profile-container .profile-button, .media #article-profile-container .profile-button {
  width: 100%;
  font-size: 1.25rem;
  color: #333333;
  font-weight: 600;
  text-align: left;
}
.article #content .article-container article, .related #content .article-container article, .history #content .article-container article, .media #content .article-container article {
  padding: 0;
}
.article .toc-anchor, .related .toc-anchor, .history .toc-anchor, .media .toc-anchor {
  padding-top: 46px;
  margin-top: -46px;
}
.article .article-navigation, .related .article-navigation, .history .article-navigation, .media .article-navigation {
  height: fit-content;
}
.article .article-navigation .article-nav-li, .related .article-navigation .article-nav-li, .history .article-navigation .article-nav-li, .media .article-navigation .article-nav-li {
  width: auto;
  text-transform: uppercase;
  padding: 1px 4px 1px 4px;
  background-color: transparent;
  color: #666666;
}
.article .article-navigation .article-nav-li a, .related .article-navigation .article-nav-li a, .history .article-navigation .article-nav-li a, .media .article-navigation .article-nav-li a {
  color: #666666;
}
.article .article-navigation .article-nav-li.active, .related .article-navigation .article-nav-li.active, .history .article-navigation .article-nav-li.active, .media .article-navigation .article-nav-li.active {
  font-weight: bold;
  background-color: #d9d9d9;
  padding: 1px 16px 1px 16px;
  border-radius: 12px;
  margin-right: 8px !important;
  color: black;
}
.article .article-navigation .article-nav-li.active a, .related .article-navigation .article-nav-li.active a, .history .article-navigation .article-nav-li.active a, .media .article-navigation .article-nav-li.active a {
  color: black;
}
.article .article-navigation::part(container), .related .article-navigation::part(container), .history .article-navigation::part(container), .media .article-navigation::part(container) {
  padding-inline: 16px;
  box-sizing: border-box;
}
.article .article-navigation::part(button-prev), .article .article-navigation::part(button-next), .related .article-navigation::part(button-prev), .related .article-navigation::part(button-next), .history .article-navigation::part(button-prev), .history .article-navigation::part(button-next), .media .article-navigation::part(button-prev), .media .article-navigation::part(button-next) {
  width: 10px;
  background-color: white;
  color: #666666;
  padding-inline: 4px;
}
.article .article-navigation::part(button-prev).swiper-button-disabled, .article .article-navigation::part(button-next).swiper-button-disabled, .related .article-navigation::part(button-prev).swiper-button-disabled, .related .article-navigation::part(button-next).swiper-button-disabled, .history .article-navigation::part(button-prev).swiper-button-disabled, .history .article-navigation::part(button-next).swiper-button-disabled, .media .article-navigation::part(button-prev).swiper-button-disabled, .media .article-navigation::part(button-next).swiper-button-disabled {
  display: none;
}
.article .article-navigation::part(button-prev) svg, .article .article-navigation::part(button-next) svg, .related .article-navigation::part(button-prev) svg, .related .article-navigation::part(button-next) svg, .history .article-navigation::part(button-prev) svg, .history .article-navigation::part(button-next) svg, .media .article-navigation::part(button-prev) svg, .media .article-navigation::part(button-next) svg {
  display: none;
}
.article .article-navigation::part(button-prev):before, .article .article-navigation::part(button-next):before, .related .article-navigation::part(button-prev):before, .related .article-navigation::part(button-next):before, .history .article-navigation::part(button-prev):before, .history .article-navigation::part(button-next):before, .media .article-navigation::part(button-prev):before, .media .article-navigation::part(button-next):before {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}
.article .article-navigation::part(button-prev), .related .article-navigation::part(button-prev), .history .article-navigation::part(button-prev), .media .article-navigation::part(button-prev) {
  left: 0px;
}
.article .article-navigation::part(button-prev):before, .related .article-navigation::part(button-prev):before, .history .article-navigation::part(button-prev):before, .media .article-navigation::part(button-prev):before {
  content: "\f104";
}
.article .article-navigation::part(button-next), .related .article-navigation::part(button-next), .history .article-navigation::part(button-next), .media .article-navigation::part(button-next) {
  right: 0px;
}
.article .article-navigation::part(button-next):before, .related .article-navigation::part(button-next):before, .history .article-navigation::part(button-next):before, .media .article-navigation::part(button-next):before {
  content: "\f105";
}
@media (min-width: 992px) {
  .article .article-navigation-container.hero-image-true, .related .article-navigation-container.hero-image-true, .history .article-navigation-container.hero-image-true, .media .article-navigation-container.hero-image-true {
    margin-left: 400px;
  }
}
.article .alternate-titles-content, .related .alternate-titles-content, .history .alternate-titles-content, .media .alternate-titles-content {
  color: #666666;
}
.article figcaption, .related figcaption, .history figcaption, .media figcaption {
  color: #666666;
  font-size: 12px;
  font-style: italic;
  display: inline-block;
}
.article figcaption i, .related figcaption i, .history figcaption i, .media figcaption i {
  font-style: normal;
}
@media (max-width: 480px) {
  .article figure, .related figure, .history figure, .media figure {
    width: 76.595744683%;
    margin-left: 11.7021276585%;
  }
}
.article .pagination .page-item.active .page-link, .related .pagination .page-item.active .page-link, .history .pagination .page-item.active .page-link, .media .pagination .page-item.active .page-link {
  color: #fff;
}
.article .pagination .page-item .page-link, .related .pagination .page-item .page-link, .history .pagination .page-item .page-link, .media .pagination .page-item .page-link {
  color: #666666;
}
.article .pagination .page-item .page-link i, .related .pagination .page-item .page-link i, .history .pagination .page-item .page-link i, .media .pagination .page-item .page-link i {
  line-height: 1.25;
}
.article figure a, .related figure a, .history figure a, .media figure a {
  position: relative;
  float: left;
  clear: both;
}
.article figure a.audio-link, .related figure a.audio-link, .history figure a.audio-link, .media figure a.audio-link {
  width: 100%;
  display: inline-block;
}
@media (min-width: 481px) and (max-width: 767px) {
  .article figure, .related figure, .history figure, .media figure {
    width: 23.404255317%;
  }
}
.article #article-contributors, .related #article-contributors, .history #article-contributors, .media #article-contributors {
  padding-top: 360px;
  margin-top: -360px;
}
.article .article-contributor-content, .related .article-contributor-content, .history .article-contributor-content, .media .article-contributor-content {
  color: #666666;
}
.article .article-contributor-content p, .related .article-contributor-content p, .history .article-contributor-content p, .media .article-contributor-content p {
  margin-bottom: 24px;
}
.article .hero-title-conainer, .related .hero-title-conainer, .history .hero-title-conainer, .media .hero-title-conainer {
  line-height: 1.2;
}
.article .hero-title-conainer .hero-title-text-md, .related .hero-title-conainer .hero-title-text-md, .history .hero-title-conainer .hero-title-text-md, .media .hero-title-conainer .hero-title-text-md {
  font-size: 3rem;
}
.article .hero-title-conainer .hero-title-text-sm, .related .hero-title-conainer .hero-title-text-sm, .history .hero-title-conainer .hero-title-text-sm, .media .hero-title-conainer .hero-title-text-sm {
  font-size: 2.5rem;
}
.article .hero-title-conainer .hero-title-text-xs, .related .hero-title-conainer .hero-title-text-xs, .history .hero-title-conainer .hero-title-text-xs, .media .hero-title-conainer .hero-title-text-xs {
  font-size: 2.25rem;
}
.article .hero-title-conainer .hero-title-text-xxs, .related .hero-title-conainer .hero-title-text-xxs, .history .hero-title-conainer .hero-title-text-xxs, .media .hero-title-conainer .hero-title-text-xxs {
  font-size: 2rem;
}
.article .hero-title-fixed.hero-title-conainer, .related .hero-title-fixed.hero-title-conainer, .history .hero-title-fixed.hero-title-conainer, .media .hero-title-fixed.hero-title-conainer {
  line-height: 1.2;
}
.article .hero-title-fixed.hero-title-conainer .hero-title-text-md, .related .hero-title-fixed.hero-title-conainer .hero-title-text-md, .history .hero-title-fixed.hero-title-conainer .hero-title-text-md, .media .hero-title-fixed.hero-title-conainer .hero-title-text-md {
  font-size: 2.25rem;
}
.article .hero-title-fixed.hero-title-conainer .hero-title-text-sm, .related .hero-title-fixed.hero-title-conainer .hero-title-text-sm, .history .hero-title-fixed.hero-title-conainer .hero-title-text-sm, .media .hero-title-fixed.hero-title-conainer .hero-title-text-sm {
  font-size: 2.25rem;
}
.article .hero-title-fixed.hero-title-conainer .hero-title-text-xs, .related .hero-title-fixed.hero-title-conainer .hero-title-text-xs, .history .hero-title-fixed.hero-title-conainer .hero-title-text-xs, .media .hero-title-fixed.hero-title-conainer .hero-title-text-xs {
  font-size: 2rem;
}
.article .hero-title-fixed.hero-title-conainer .hero-title-text-xxs, .related .hero-title-fixed.hero-title-conainer .hero-title-text-xxs, .history .hero-title-fixed.hero-title-conainer .hero-title-text-xxs, .media .hero-title-fixed.hero-title-conainer .hero-title-text-xxs {
  font-size: 1.75rem;
}

/* Article TTS */
.tts-nav {
  position: absolute;
  top: 2px;
  right: 1em;
  z-index: 2;
}

.tts-controls {
  list-style: none;
  text-align: center;
  margin: 0;
}
.tts-controls li {
  position: relative;
  display: inline-block;
  margin-right: -4px;
}
.tts-controls a:hover {
  text-decoration: none;
  color: rgb(218, 103, 18);
  background: rgb(245, 245, 245);
}
.tts-controls a:after {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50% 50% 50% 50%;
  bottom: -6px;
  content: "";
  display: block;
  left: -6px;
  position: absolute;
  right: -6px;
  top: -6px;
  z-index: -1;
}
.tts-controls a:hover:after {
  background: rgba(255, 255, 255, 0.5);
}

.lt-ie9 .tts-controls a {
  background: transparent;
  zoom: 1;
}

#toggleTTS {
  padding: 1px 6px 0 7px;
  float: right;
}

.ttsPlay,
.ttsStop {
  display: block;
}

.ttsPlay {
  visibility: hidden;
}

p.firstpara .ttsPlay,
p.firstpara .ttsStop {
  visibility: visible;
}

/* Article Tables */
@media (min-width: 768px) {
  #additional-gallery.modal .modal-dialog {
    max-width: fit-content;
  }
}

@media (max-width: 480px) {
  #media-gallery.modal,
  #additional-gallery.modal,
  #profile-gallery.modal {
    left: 10px;
    margin: 0;
    right: 10px;
    top: 10px;
    width: auto;
  }
  .listed-citations a {
    white-space: normal !important;
    word-wrap: break-word;
  }
}
/* ===[ content ]=== */
.high article p,
.high article section {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 28px;
}
.high article p a,
.high article section a {
  font-weight: bold;
}

.article .tts-object {
  display: none;
}
.article figure {
  float: left;
  width: 220px;
  margin: 0 2em 1em 0;
  clear: both;
}
.article figure img {
  float: left;
  clear: both;
  max-width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  .article figure {
    width: 76.595744683%;
    margin-left: 11.7021276585%;
  }
}

.article section#intro p.p-first::first-letter {
  text-transform: uppercase;
}

.high.media .icon::before {
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 50px !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.high .article .content blockquote {
  font-style: italic;
  clear: both;
  margin-left: 2.5rem;
  padding: 0 1rem 0 1rem;
  border-left: 0.25rem solid #b3b3b3;
}

.article.high body {
  top: 0 !important;
}

@media (max-width: 767.98px) {
  .article .high #article-content {
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
  }
}

@media (max-width: 1199.98px) {
  .article #header-toolbar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
  }
}

.listed-citations {
  margin: 0px;
  list-style: none;
}

.listed-citations li {
  display: none;
  text-indent: -1em;
  margin-left: 1em;
}

.listed-citations li:first-child {
  display: block;
}

.listed-citations li#abnt-citation {
  display: none;
}

.listed-citations a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.translator-panel {
  padding-bottom: 10px;
}

.translator-subhead {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
}

.translator-disclaimer {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 10px;
  line-height: 14px;
  padding-top: 10px;
}
.translator-disclaimer p {
  font-size: 10px;
}

@media print {
  .do-not-print, .slick-list {
    display: none;
  }
  #academic-toolbar {
    display: none;
  }
  .btn {
    display: none;
  }
}
.related {
  /* related resources Header */
  /* related resources Accordion */
  /* related content */
}
.related .hero-title-text {
  margin-bottom: 4.8rem !important;
}
@media (max-width: 991.98px) {
  .related .hero-title-text {
    margin-bottom: 1.5rem !important;
  }
}
.related #related-resources-container {
  border: 0;
}
.related #related-resources-container .card-header {
  background-color: #d9d9d9;
}
.related #related-resources-accordion {
  border-radius: 0px 0px 24px 0px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.related #related-resources-accordion li button {
  border: 0;
  background: none;
  color: #666666;
}
.related #related-resources-accordion li button:hover {
  color: #006dc1;
  cursor: pointer;
}
.related #related-resources-accordion li button.selected::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0da";
  font-weight: 900;
  top: 50%;
  color: #006dc1;
  font-size: 1rem;
  padding-right: 0.3rem;
}
.related #related-resources-accordion li button:disabled {
  color: #666666;
}
.related .display-results-count {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  margin-top: 0.5rem;
  letter-spacing: normal;
}
.related .related-title {
  color: #333333;
}
.related #related-content input {
  border-top-left-radius: 1.88rem;
  border-bottom-left-radius: 1.88rem;
}
.related #related-content .related-search {
  border-top-right-radius: 1.88rem;
  border-bottom-right-radius: 1.88rem;
  padding: 0.375rem 0.75rem;
  border: 0.0625rem solid #084466;
}
.related #related-content .related-search:disabled {
  cursor: not-allowed;
}
.related #related-content li.browse-node-article {
  padding: 6px 0;
}
.related #related-content li.browse-node-article a.three {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
}
.related .display-results-count {
  color: #666666;
  text-transform: uppercase;
}
.related .browse-node-articles-content ul.pagination {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .related .browse-node-articles-content ul.pagination {
    margin-bottom: 70px;
  }
}
.related .browse-node-articles-content .title-description {
  margin-bottom: 10px;
}
.related .browse-node-articles-content ul.results {
  padding-left: 0px;
}
.related .browse-node-articles-content ul.results .thumb img {
  width: auto;
  max-height: 100px;
}
@media (max-width: 767.98px) {
  .related .browse-node-articles-content ul.results .thumb {
    width: auto;
  }
}
.related .browse-node-articles-content p {
  line-height: 1.8;
}
.related .results-resources {
  list-style: none;
  margin-top: 10px;
  padding-left: 0;
}
.related .results-resources a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

#related-content .resources-node {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 991.98px) {
  #related-content .resources-node {
    margin: 0;
    background-color: #fff;
    padding: 2em;
  }
}
#related-content .resources-node .inactive {
  cursor: default !important;
}
#related-content .resources-node .inactive:hover {
  background-color: transparent;
}
#related-content .resources-node .input-append .search-query,
#related-content .resources-node .input-append .btn {
  background-color: #d9d9d9;
  color: #333333;
}

/* Article History Header */
.history #history-header .hero-title-text {
  margin-bottom: 4.8rem !important;
}
@media (max-width: 991.98px) {
  .history #history-header .hero-title-text {
    margin-bottom: 1.5rem !important;
  }
}

/* Article History Content */
.history #history-content table {
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-top: 25px;
  line-height: 18px;
}
.history #history-content table thead {
  text-align: left;
}
.history #history-content table thead tr th {
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 25px;
  padding-bottom: 20px;
}
.history #history-content table thead tr :last-child {
  padding-right: 25px;
}
.history #history-content table tbody tr td {
  vertical-align: top;
  padding-left: 25px;
  padding-bottom: 20px;
}
.history #history-content table tbody tr td a {
  display: block;
}
.history #history-content table tbody tr td.history-icon {
  width: 110px;
  padding-left: 30px;
}
.history #history-content table tbody tr td.history-icon i {
  width: 20px;
  text-align: center;
  display: block;
}
.history #history-content table tbody tr td.history-icon i.fake-text-icon {
  font-style: normal;
  font-weight: bold;
}
.history #history-content table tbody tr td.history-description {
  width: 580px;
}
.history #history-content table tbody tr td.history-contributor {
  width: 240px;
}
.history #history-content table tbody tr td.history-date {
  width: 170px;
}
.history #history-content table tbody tr :last-child {
  padding-right: 25px;
}

/* Article Contributor / Editor Modal */
.history #history-content #user-profile-modal .contributor-name {
  font-size: 24px;
}
.history #history-content #user-profile-modal .contributor-bio {
  font-size: 18px;
  font-style: italic;
}
.history #history-content #user-profile-modal .contributor-publications {
  font-size: 18px;
}

/** Images and Videos tab on the Academic Article page */
.high.media {
  width: 100%;
}
.high.media .hero-title-text {
  margin-bottom: 4.8rem !important;
}
@media (max-width: 991.98px) {
  .high.media .hero-title-text {
    margin-bottom: 1.5rem !important;
  }
}
.high.media #article-media-content .results.media img {
  max-width: 100%;
  min-height: 200px;
  width: auto;
  height: auto;
  border: 0;
}
.high.media #academic-toolbar {
  display: none !important;
}
.high.media .interactive-thumb-container {
  vertical-align: middle;
  display: inline-block;
}

html.media #header-tools-container {
  display: none;
}
html.media .related-media-container ul {
  list-style: none;
  margin: 0;
  padding-top: 20px;
}
html.media .related-media-container ul li {
  text-align: center;
  margin: 0px 15px 25px;
  width: 270px;
  height: auto;
  display: inline-block;
  float: none;
}
html.media .related-media-container ul li a {
  display: block;
  height: 200px;
  vertical-align: middle;
  position: relative;
  padding: 0 20px;
  white-space: nowrap;
  text-decoration: none;
}
html.media .related-media-container ul li a:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
html.media .related-media-container ul li a i {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin-top: -15px;
  margin-left: -15px;
  padding: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 1em;
  border: 2px solid #fff;
  text-align: center;
}
html.media .related-media-container ul li a img {
  max-height: 100%;
}
html.media .related-media-container ul li .image-text {
  height: auto;
  padding: 10px;
}
html.media .related-media-container ul li .image-text .title {
  color: #333333;
  font-size: 13px;
  line-height: 1.25em;
  font-weight: bold;
  font-style: normal;
}

@media (min-width: 1200px) {
  html.media .related-media-container ul li {
    width: 230px;
  }
}
html.media .related-media-container ul li a .audio-container {
  width: 175px;
  display: inline-block;
  vertical-align: middle;
}
html.media .related-media-container ul li a .audio-container .audio-icon:before {
  margin-top: 44px;
  margin-bottom: 44px;
}

.toc-container .toc-icon {
  color: #fff;
  font-size: 1.6875rem;
}

.header-toc-button {
  color: #fff;
  font-size: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-toc-button {
    font-size: 2rem;
  }
}

.header-toc-button:focus {
  outline: 0;
}

.header-toc-button:hover {
  color: #fff;
}

#toc-accordion-container {
  border: 0;
}
#toc-accordion-container .card-header {
  background-color: #d9d9d9;
}
#toc-accordion-container #toc-accordion {
  max-height: 500px;
  overflow-y: scroll;
  border-radius: 0px 0px 24px 0px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

#toc-navigation {
  color: #fff;
  width: 100%;
  font-size: 1rem;
  line-height: 36px;
  font-family: inherit;
  position: relative;
  transition: all 0.5s ease-in-out 0s;
  margin-top: 2px;
  z-index: 1;
}
#toc-navigation .toc-wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 9;
}
#toc-navigation .toc-wrap li {
  width: 100%;
}
#toc-navigation .toc-wrap .toc-link01 > ul .selected::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0da";
  font-weight: 900;
  top: 50%;
  color: #006dc1;
  font-size: 1rem;
  padding-right: 0.3rem;
  transform: translateY(-50%);
}

.toc-label {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.article .toc-button {
  width: 100%;
  font-size: 1.25rem;
  color: #333333;
  font-weight: 600;
  text-align: left;
}
.article #toc-navigation .toc-wrap .toc-link01 > ul li {
  display: block;
  width: 100%;
}
.article #toc-navigation .toc-wrap .toc-link01 > ul li a {
  display: block;
  width: 100%;
  padding: 7px 0;
  line-height: 21px;
}
.article #toc-navigation .toc-wrap .toc-link01 > ul ul {
  padding-left: 1rem;
}
.article #toc-navigation .toc-wrap .toc-link01 > ul a {
  color: #666666;
}
.article #toc-navigation .toc-wrap .toc-link01 > ul a:hover {
  color: #006dc1;
  text-decoration: none;
}
.article #toc-navigation .toc-wrap .toc-link01 > ul ul a {
  color: #666666;
}
.article #toc-navigation .toc-wrap .toc-link01 > ul ul a:hover {
  color: #006dc1;
  text-decoration: none;
}
.article #toc-navigation .toc-wrap .toc-link01 > ul ul ul li a {
  color: #666666;
}
.article #toc-navigation .toc-wrap .toc-link01 > ul ul ul li a:hover {
  color: #006dc1;
  text-decoration: none;
}

#media-gallery-modal .modal-header .modal-title {
  font-size: 2.75rem;
  color: #567594;
}
#media-gallery-modal .modal-footer .btn {
  max-width: 250px;
  margin: 0 auto;
}
#media-gallery-modal .media-container {
  text-align: center;
}
#media-gallery-modal .fa-volume-up {
  font-size: 2rem !important;
  color: #567594 !important;
}

@media print {
  .media-overlay-print #root {
    display: none;
  }
  .modal#media-gallery-modal {
    width: auto !important;
    visibility: visible;
    /**Remove scrollbar for printing.**/
    overflow: visible !important;
  }
  .modal-dialog {
    visibility: visible !important;
    /**Remove scrollbar for printing.**/
    overflow: visible !important;
    height: auto !important;
    width: auto !important;
  }
  .modal-backdrop {
    display: none;
  }
}
/* video container */
.video-thumb-container {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.video-thumb-container .video-duration {
  bottom: 0;
  top: auto;
  left: auto;
  right: 0;
  border: none;
  border-radius: 0;
  font-size: 12px;
  color: #fff;
  position: absolute;
  display: block;
  margin: 0;
  background-color: #000;
  width: 36px;
  line-height: 14px;
  padding: 0;
}
.video-thumb-container .video-duration.large {
  font-size: 14px;
  line-height: 16px;
  width: 40px;
}

.featured-media, .video-thumb-container {
  display: inline-block;
  position: relative;
  text-align: center;
  max-width: 100%;
  line-height: 0;
}
.featured-media img, .video-thumb-container img {
  max-height: 190px;
  max-width: 100%;
  cursor: pointer;
}
.featured-media i, .video-thumb-container i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin-top: -1.5em;
  margin-left: -1.5em;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 1em;
  cursor: pointer;
  padding: 0 !important;
  border: none !important;
  font-size: 2em;
  margin: -0.5em;
}
.featured-media .play-icon, .video-thumb-container .play-icon {
  z-index: 5;
}
.featured-media .icon-solid::before,
.featured-media .icon-regular::before,
.featured-media .icon-light::before, .video-thumb-container .icon-solid::before,
.video-thumb-container .icon-regular::before,
.video-thumb-container .icon-light::before {
  font-family: "Font Awesome 5 Pro";
}
.featured-media .icon-video::before, .video-thumb-container .icon-video::before {
  content: "\f144";
}
.featured-media .icon::before, .video-thumb-container .icon::before {
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 50px !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.featured-media .video-duration, .video-thumb-container .video-duration {
  position: absolute;
  top: auto;
  left: auto;
  border: none;
  border-radius: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
  padding: 0.1875rem;
  font-size: 12px;
  color: #fff;
  position: absolute;
  display: block;
  margin: 0;
  width: 36px;
  line-height: 14px;
}
.featured-media .video-duration.large, .video-thumb-container .video-duration.large {
  font-size: 14px;
  line-height: 16px;
  width: 40px;
}
.featured-media .content-type-interactive, .video-thumb-container .content-type-interactive {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.featured-media .content-type-interactive .fontello-icon-retweet, .video-thumb-container .content-type-interactive .fontello-icon-retweet {
  padding-right: 5px;
}

/* audio container */
.audio-container {
  border: 2px solid #d9d9d9;
  padding: 5px;
  text-align: center;
  background: #fff;
}
.audio-container:hover {
  text-decoration: none;
  color: #006dc1;
}
.audio-container:hover {
  text-decoration: none;
  color: #006dc1;
}
.audio-container.small {
  padding: 0;
}
.audio-container.small .audio-icon {
  font-size: 30px;
}
.audio-container.small .audio-icon:before {
  margin-top: 17px;
  margin-bottom: 17px;
}
.audio-container .audio-icon {
  color: #084466;
  opacity: 0.5;
  font-size: 60px;
}
.audio-container .audio-icon:before {
  margin-top: 25px;
  margin-bottom: 25px;
}
.audio-container .audio-text {
  color: #333333;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  padding-top: 0.5rem;
}

#ilb-container .favorite-alert {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -5em;
  width: 22.5em;
}

#ilb-container {
  top: 70px;
}
@media (max-width: 575.98px) {
  #ilb-container {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  #ilb-container {
    width: 412px;
    height: 470px;
  }
}
@media (max-width: 380px) {
  #ilb-container #ilb-close {
    right: 16px !important;
  }
}
#ilb-container #ilb-close .fa-close {
  display: none;
}

.high.atlas #autocomplete {
  border: 0.125rem solid #b3b3b3;
  border-radius: 1rem;
  height: 2rem;
  outline: none;
  background-color: #fff;
  text-overflow: ellipsis;
}
.high.atlas #location-breadcrumb {
  background-color: transparent;
}
.high.atlas .location-breadcrumb-item::before {
  padding: 0;
  content: "";
}
.high.atlas #map-container {
  position: relative;
}
.high.atlas #map-container #map {
  height: 31.6875rem;
  border: 0.125rem solid #666666;
}
.high.atlas #map-container #menu-container {
  position: absolute;
  width: 40%;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .high.atlas #map-container #menu-container {
    width: 55%;
  }
}
@media (max-width: 767.98px) {
  .high.atlas #map-container #menu-container {
    width: 85%;
  }
}
@media (max-width: 767.98px) {
  .high.atlas #map-container #menu-container {
    width: 84%;
  }
}
.high.atlas #map-container #menu-container .map-overlay-collapse-menu {
  height: 21.875rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0;
}
.high.atlas #map-container #menu-container .collapse-menu-loader {
  font-size: 2rem;
}
.high.atlas #map-container #menu-container .map-overlay-collapse-menu-cont {
  min-width: 100%;
  max-width: 100%;
}
.high.atlas #map-container #menu-container #profile-article tfoot td div:last-child {
  margin-bottom: 0 !important;
}
.high.atlas #map-container #menu-container #summary-article h3 {
  font-size: 1.5rem;
}
.high.atlas #map-container #menu-container .atlas-related-articles-data h3 {
  margin-bottom: 0;
  font-size: 1.5rem;
}
.high.atlas #map-container #menu-container .atlas-related-articles-data h6 {
  margin-bottom: 0.75rem;
  font-size: 0.75em;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #666666;
  line-height: 1.5;
  letter-spacing: normal;
}
.high.atlas #map-container #menu-container .atlas-related-articles-data > ul {
  padding: 0;
  margin-bottom: 0;
}
.high.atlas #map-container #menu-container .atlas-related-articles-data > ul li:last-child p {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .high.atlas #map-container #menu-container .atlas-related-articles-data > ul > li {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
  }
}
.high.atlas #map-container #menu-container .atlas-related-articles-data > ul > li .thumb {
  width: 25%;
  margin-left: 0;
  margin-right: 1rem;
  margin-bottom: 0;
  height: auto;
}
@media (max-width: 991.98px) {
  .high.atlas #map-container #menu-container .atlas-related-articles-data > ul > li .thumb {
    margin-bottom: 0.3125rem;
    width: auto;
  }
}
.high.atlas #map-container #menu-container .atlas-related-articles-data > ul > li .thumb a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: auto;
}
.high.atlas #map-container #menu-container .atlas-related-articles-data > ul > li .thumb a img {
  width: 100%;
  max-height: none;
}
.high.atlas #map-container #menu-container .atlas-related-articles-data > ul > li a {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Barlow Condensed", sans-serif;
}

.high.help .search-widget-iframe {
  border: none;
}
@media (max-width: 991.98px) {
  .high.help .search-widget-content-section {
    overflow: hidden;
  }
}
.high.help .help-side-tabs-cont {
  border: 0.0625rem solid #d9d9d9;
  border-top: 0.75rem solid #d9d9d9;
  border-bottom-right-radius: 1.5rem;
}
.high.help .help-side-tabs-item {
  color: #666666;
  line-height: 1.2;
}
.high.help .help-tabs-slider-cont .nav-link-wrapper {
  width: auto;
}
.high.help .help-tabs-slider-cont .nav-link-wrapper a {
  text-transform: uppercase;
  padding: 1px 8px;
  background-color: transparent;
  border-radius: 12px;
  color: #666666;
}
.high.help .help-tabs-slider-cont .nav-link-wrapper a.active {
  font-weight: bold;
  background-color: #d9d9d9;
  color: black;
}
.high.help .help-tabs-slider-cont::part(container) {
  padding: 2px 16px;
  box-sizing: border-box;
}
.high.help .help-tabs-slider-cont::part(button-prev), .high.help .help-tabs-slider-cont::part(button-next) {
  width: 10px;
  background-color: white;
  color: #666666;
  padding-inline: 4px;
}
.high.help .help-tabs-slider-cont::part(button-prev).swiper-button-disabled, .high.help .help-tabs-slider-cont::part(button-next).swiper-button-disabled {
  display: none;
}
.high.help .help-tabs-slider-cont::part(button-prev) svg, .high.help .help-tabs-slider-cont::part(button-next) svg {
  display: none;
}
.high.help .help-tabs-slider-cont::part(button-prev):before, .high.help .help-tabs-slider-cont::part(button-next):before {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}
.high.help .help-tabs-slider-cont::part(button-prev) {
  left: 0px;
}
.high.help .help-tabs-slider-cont::part(button-prev):before {
  content: "\f104";
}
.high.help .help-tabs-slider-cont::part(button-next) {
  right: 0px;
}
.high.help .help-tabs-slider-cont::part(button-next):before {
  content: "\f105";
}
.high.help .search-box-update-btn {
  min-width: 6.25rem;
}

.widget.high {
  background-color: transparent;
}
.widget.high #root {
  background: unset;
}
.widget.high #root #site-header,
.widget.high #root #site-footer {
  display: none;
}
.widget.high #shared-wrapper {
  border-radius: 0.625em;
  background-color: #fff;
  background: #fff !important;
}
.widget.high #shared-wrapper .widget-navbar-brand img {
  height: 42px;
}
.widget.high #shared-wrapper #searchCriteria .search-btn, .widget.high #shared-wrapper #searchCriteria .search-query {
  background-color: #fff;
  height: 31px;
}
.widget.high #shared-wrapper #searchCriteria .search-btn {
  border-radius: 0 15px 15px 0;
}
.widget.high #shared-wrapper #searchCriteria .search-btn i {
  color: #666666;
}
.widget.high #shared-wrapper #searchCriteria .search-query {
  border-radius: 15px 0 0 15px;
  font-size: 0.875em;
  width: 201px;
}
.widget.high #shared-wrapper #searchCriteria .search-query::placeholder {
  color: #666666;
}

.widget-navbar-brand .navbar-level-indicator {
  border-radius: 0.5rem;
  font-family: Alumni Sans;
  padding: 0.25rem 0.5rem;
}
.widget-navbar-brand .navbar-level-indicator.school {
  background-color: transparent;
  border: 3px solid #C92DB9;
  color: #000;
  font: normal 16px/16px "Rubik", sans-serif;
  padding: 0.25rem 0.5rem;
}
.widget-navbar-brand .navbar-level-indicator.school:hover {
  background-color: #EFEFEF;
  color: #000;
}
.widget-navbar-brand .navbar-level-indicator.school.early {
  border-color: #C92DB9;
}
.widget-navbar-brand .navbar-level-indicator.school.elementary {
  border-color: #B318D0;
}
.widget-navbar-brand .navbar-level-indicator.school.middle {
  border-color: #ED0000;
}
.widget-navbar-brand .navbar-level-indicator.school.high {
  border-color: #1B5BD3;
}
.widget-navbar-brand .navbar-level-indicator.library {
  @import url("https://fonts.googleapis.com/css2?family=Familjen+Grotesk:wght@400;500;600;700&display=swap");
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 500;
  background-color: #0C406C;
  border-radius: 2rem 0 0 2rem;
  border-right: none;
  padding: 0.5rem 2rem 0.5rem 1.25rem;
  position: relative;
}
.widget-navbar-brand .navbar-level-indicator.library:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid white;
}

.login {
  background: url("/resources/img/bolse3_l3_noise.png");
}
.login .failed-login {
  border-radius: 0.5em;
}
.login .failed-login .btn-primary {
  background-color: #fff;
  color: #006da8;
  border: none;
  font-size: 0.875em;
  padding: 0.375rem 0.75rem;
}
.login .failed-login .btn-primary:hover, .login .failed-login .btn-primary:active {
  background-color: #e6e6e6 !important;
  color: #006da8 !important;
  border: none !important;
}
.login .failed-login a {
  color: #006dc1;
  font-weight: 600;
}
.login .failed-login h1, .login .failed-login h2, .login .failed-login p {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  letter-spacing: normal;
}
.login .failed-login h2 {
  font-size: 1.2em;
  font-weight: 400;
}
.login .failed-login h1 {
  font-size: 1.125em;
  line-height: 1.4;
  font-weight: 500;
}
.login .failed-login .failed-login-welcome p {
  font-size: 1.125em;
  line-height: 1.4;
  padding-bottom: 1em;
  margin-bottom: 0;
}
.login .failed-login .failed-login-subscribe {
  background-color: #e3effa;
  border-radius: 0.5em;
  width: 50%;
}
.login .failed-login .failed-login-subscribe h2 {
  line-height: 1.1;
}
.login .failed-login .failed-login-subscribe span {
  font-size: 0.875em;
  line-height: 1.3;
}
.login .failed-login .failed-login-subscribe span p {
  color: #212529;
}
.login .failed-login .failed-login-action {
  background-color: #f8f9fa;
  border-radius: 0.5em;
  width: 50%;
}
.login .failed-login .failed-login-action p {
  color: #212529;
}
.login .failed-login .failed-login-action h2 {
  line-height: 1.2;
}
.login .failed-login .failed-login-action .failed-login-action-arrow-icon {
  font-size: 1.5em;
  color: #66a7da;
}
@media (max-width: 991.98px) {
  .login .failed-login .failed-login-action,
  .login .failed-login .failed-login-subscribe {
    width: 100%;
  }
}
.login .failed-login .failed-login-form-cont {
  background-color: #007db8;
  border-radius: 0.5em;
}
.login .failed-login .failed-login-form-cont .failed-login-header-cont h2 {
  line-height: 1.1;
  font-weight: 600;
}
.login .failed-login .failed-login-form-cont .failed-login-header-cont .failed-login-form-question-icon {
  font-size: 1.5em;
}
.login .failed-login .failed-login-form-cont .failed-login-header-cont .failed-login-help-popover {
  background-color: #f2f2f2;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.login .failed-login .failed-login-form-cont .failed-login-header-cont .failed-login-help-popover .failed-login-help-popover-content p {
  font-size: 0.875rem;
  color: #333333;
}
.login .failed-login .failed-login-form-cont .failed-login-header-cont .failed-login-help-popover .failed-login-help-popover-arrow::after {
  border-bottom-color: #f2f2f2;
}
.login .failed-login .failed-login-form-cont .failed-login-school-login-descr p {
  margin: 1.25em 0;
}
.login .failed-login .failed-login-form-cont .failed-login-school-login-descr a {
  color: #fff;
}
.login .failed-login .failed-login-form-cont .failed-login-form-building-icon,
.login .failed-login .failed-login-form-cont .failed-login-form-user-icon {
  width: 2em;
  height: 2em;
  font-size: 2em;
  color: #347dc5;
}
.login .failed-login .failed-login-form-cont .failed-login-personal-login-descr,
.login .failed-login .failed-login-form-cont #failed-login-form {
  width: 75%;
}
.login .failed-login .failed-login-form-cont #failed-login-form #passcode,
.login .failed-login .failed-login-form-cont #failed-login-form #accessId {
  font-size: 0.875em;
}
.login .failed-login .failed-login-form-cont #failed-login-form .input-group {
  position: relative;
}
.login .failed-login .failed-login-form-cont #failed-login-form .input-group .input-field {
  width: 100%;
  font-size: 0.875rem;
  padding-top: 16px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  outline: none;
  color: #111;
  box-sizing: border-box;
  font-family: inherit;
  font-weight: 400;
  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;
}
.login .failed-login .failed-login-form-cont #failed-login-form .input-group .input-field:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.login .failed-login .failed-login-form-cont #failed-login-form .input-group .input-field:focus + .floating-label, .login .failed-login .failed-login-form-cont #failed-login-form .input-group .input-field:not(:placeholder-shown) + .floating-label {
  top: 4px;
  font-size: 0.6rem;
  color: #666;
}
.login .failed-login .failed-login-form-cont #failed-login-form .input-group .floating-label {
  position: absolute;
  left: 6px;
  top: 12px;
  color: #666;
  font-size: 0.875rem;
  pointer-events: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
  font-family: inherit;
  padding: 0 4px;
}
.login .failed-login .failed-login-form-cont #failed-login-form .failed-login-form-error-message {
  display: none;
  font-size: 0.875em;
}
.login .failed-login .failed-login-form-cont p {
  color: #fff;
}
.login .failed-login .failed-login-form-cont .failed-login-form-help a {
  color: #fff;
}

.login #login-card-cont .btn-primary, .login #referer-password-login-cont .btn-primary {
  background-color: #006da8;
  color: #fff;
  padding: 0.375rem 0.75rem;
  border: none;
  margin-left: 1.5rem !important;
}
.login #login-card-cont .btn-primary:hover, .login #login-card-cont .btn-primary:active, .login #referer-password-login-cont .btn-primary:hover, .login #referer-password-login-cont .btn-primary:active {
  background-color: #00527e !important;
  color: #fff !important;
  border: none;
}
.login #login-card-cont .btn-primary:focus,
.login #login-card-cont .btn-primary .focus, .login #referer-password-login-cont .btn-primary:focus,
.login #referer-password-login-cont .btn-primary .focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.login #login-card-cont .content, .login #referer-password-login-cont .content {
  margin-top: 1.25rem;
  padding: 0.75em 1em;
  background-color: #fff;
}
.login #login-card-cont form legend, .login #referer-password-login-cont form legend {
  font-size: 1.5rem;
  color: #212529 !important;
}
.login #login-card-cont form span, .login #referer-password-login-cont form span {
  display: block;
  line-height: 30px;
  margin-bottom: 1rem;
  margin-top: -0.3125rem;
  color: #212529;
}

.login .require-individual-login .content {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  padding-bottom: 3.75em !important;
  margin-top: 1.25em;
  padding: 0.75em 1em;
  background-color: #fff;
}
.login .require-individual-login .content h1 {
  color: #808080;
  margin: 2.5rem 0 1.25rem;
  letter-spacing: normal;
  font-size: 1.875em;
  font-weight: 500;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.login .require-individual-login .content p {
  font-size: 1.5em;
  color: #333333;
}
.login .require-individual-login #google-domain-error-message {
  color: #212529;
  display: none;
}
.login .require-individual-login .error-msg {
  margin-top: 2em;
  display: none;
}
.login .require-individual-login .google-signin {
  display: inline-flex;
  margin: 0.625em 0;
}
.login .require-individual-login .google-signin .abcRioButton {
  border-radius: 0.063em;
  box-shadow: 0 0.125em 0.25em 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  user-select: none;
  appearance: none;
  -webkit-user-select: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  color: #262626;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  height: 2.25em;
}
.login .require-individual-login .google-signin .abcRioButton:hover {
  box-shadow: 0 0 0.188em 0.188em rgba(66, 133, 244, 0.3);
}
.login .require-individual-login .google-signin .abcRioButtonBlue {
  background-color: #3873d5;
  border: none;
  color: #fff;
}
.login .require-individual-login .google-signin .abcRioButtonBlue:hover {
  background-color: #3873d5;
}
.login .require-individual-login .google-signin .abcRioButtonBlue:active {
  background-color: #3367d6;
}
.login .require-individual-login .google-signin .abcRioButtonIcon {
  float: left;
  padding: 0.5em;
}
.login .require-individual-login .google-signin .abcRioButtonIconImage {
  width: 1.125em;
  height: 1.125em;
}
.login .require-individual-login .google-signin .abcRioButtonBlue .abcRioButtonIcon {
  background-color: #fff;
  border-radius: 0.063em;
}
.login .require-individual-login .google-signin .abcRioButtonSvg {
  display: block;
}
.login .require-individual-login .google-signin .abcRioButtonContents {
  font-family: Roboto, arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.013rem;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  vertical-align: top;
  font-size: 0.813em;
  line-height: 34px;
}
.login .require-individual-login .google-signin .abcRioButtonContentWrapper {
  height: 100%;
  width: 100%;
}
.login .require-individual-login .google-signin .abcRioButtonBlue .abcRioButtonContentWrapper {
  border: 0.063em solid transparent;
}

.high.assembly #assembly-content .content .assembly-detail {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 100%;
  text-align: center;
}
.high.assembly #assembly-content .content .assembly-detail .fa-volume-up {
  font-size: 2rem !important;
  color: #66a7da !important;
}
.high.assembly #assembly-content .content .assembly-detail .assembly-caption {
  margin-top: 1em;
  line-height: 1.8;
  font-size: 1em;
}
.high.assembly #assembly-content .content .assembly-detail .assembly-credit {
  margin-top: 2.5em;
  font-style: italic;
  font-size: 1em;
}
.high.assembly #assembly-content .content .assembly-detail .transcript,
.high.assembly #assembly-content .content .assembly-detail .ad-transcript {
  font-size: 1rem;
  line-height: 1.8;
  white-space: pre-wrap;
}
.high.assembly #assembly-content .content .assembly-detail .only-ad-header {
  font-size: 1em;
  margin-bottom: 0.625em;
  line-height: 1.8;
}
.high.assembly #assembly-content .content .assembly-detail img {
  max-width: 100%;
  height: auto;
}
.high.assembly #assembly-content .content .assembly-detail audio:focus {
  outline: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .high.assembly #assembly-content .content .assembly-detail iframe {
    width: 46.75em;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .high.assembly #assembly-content .content .assembly-detail iframe {
    height: 15.3125em;
  }
}
.high.assembly #assembly-content .content .assembly-detail .iframe-container {
  position: relative;
  overflow: hidden;
}
.high.assembly #assembly-content .content .assembly-detail .iframe-responsive {
  width: 100%;
  height: 31.25em;
  border: 0;
}
@media (max-width: 767.98px) {
  .high.assembly #assembly-content .content .assembly-detail .iframe-responsive {
    height: 15em;
  }
}

/*--
  Hides the related button and the next
  button since there is nothing in 
  jwplayers API to do this.
--*/
.jw-related-btn {
  display: none !important;
}

.jw-display-icon-next {
  display: none !important;
}

.jw-icon-next {
  display: none !important;
}

.magazine.high body {
  top: 0 !important;
}

.magazine #generic-header .page-subheader1, .magazine #generic-header .page-subheader2 {
  font-style: italic;
}
.magazine #generic-header .author {
  font-weight: 700;
}
.magazine #generic-header .pub-name, .magazine #generic-header .pub-date, .magazine #generic-header .author {
  font-style: normal;
}
@media (max-width: 767.98px) {
  .magazine #generic-header .pub-date-container {
    display: block;
  }
}
.magazine #magazine-content-container {
  line-height: 1.8;
}
.magazine .pdf-icon-container {
  height: 12.5em;
  background: #e5e5e5;
  border: #666666 1px solid;
}
.magazine .pdf-icon-container .pdf-icon {
  font-size: 5.25em;
  color: #666666;
}

.primary-source-container {
  line-height: 1.8;
}

.primary-source-iframe {
  overflow: hidden;
  z-index: -1;
}

/******************************************
*  Author : Jeffrey Smykil   
*  Created On : Fri Dec 04 2020
*  File : supplementals.scss
*******************************************/
.magazine.high body {
  top: 0 !important;
}

@media print {
  .high.magazine #academic-toolbar {
    display: none !important;
  }
  .high.magazine .elem-toolbar-cont,
  .high.magazine .tts-controls,
  .high.magazine .tts-player,
  .high.magazine .tts-nav,
  .high.magazine .tool-row {
    display: none !important;
  }
}

#magazine-content.supplemental article {
  display: block;
}
#magazine-content.supplemental figure {
  float: left;
  width: 220px;
  margin: 1em 2em 0 0;
  clear: both;
}
@media (max-width: 767.98px) {
  #magazine-content.supplemental figure {
    display: block;
    float: none;
    margin: 0 auto;
  }
}
#magazine-content.supplemental figure a {
  position: relative;
  float: left;
  clear: both;
}
#magazine-content.supplemental figure a img {
  float: left;
  clear: both;
  max-width: 100%;
  height: auto;
}
#magazine-content.supplemental figure a img:hover {
  cursor: pointer;
}
#magazine-content.supplemental figure .figcaption {
  display: inline-block;
}
#magazine-content.supplemental h1,
#magazine-content.supplemental h2,
#magazine-content.supplemental h3,
#magazine-content.supplemental h4,
#magazine-content.supplemental h5,
#magazine-content.supplemental h6 {
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.high.nara .nara-item .h4 {
  color: #006dc1;
}
.high.nara .nara-item .badge-custom {
  font-style: italic;
  background: #2c5379;
  color: #fff;
  margin-bottom: 0.2rem;
}

.buzzword .mejs-container,
.jGrowl .mejs-container {
  display: none;
}

.high #jGrowl.mw-pop-up-dictionary #growlbox-dictionary-header h4 {
  font-family: "Barlow Condensed", sans-serif;
}

#jGrowl.mw-pop-up-dictionary {
  font-size: 1em !important;
}
#jGrowl.mw-pop-up-dictionary .growlbox-dictionary-playback:hover {
  color: #006dc1;
}
#jGrowl.mw-pop-up-dictionary #growlbox-dictionary-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5 em;
}
#jGrowl.mw-pop-up-dictionary div#growlbox-dictionary-switcher > button,
#jGrowl.mw-pop-up-dictionary div#growlbox-dictionary-switcher > button:hover,
#jGrowl.mw-pop-up-dictionary div#growlbox-dictionary-switcher > button.active,
#jGrowl.mw-pop-up-dictionary div#growlbox-dictionary-switcher > button.active:hover {
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 1em;
}
#jGrowl.mw-pop-up-dictionary ul {
  margin-top: 1em;
  font-size: 1em;
}
#jGrowl.mw-pop-up-dictionary #growlbox-dictionary-header {
  margin-top: 1.5em;
}
#jGrowl.mw-pop-up-dictionary #growlbox-dictionary-header h4 {
  font-size: 1.75rem;
  color: #333333;
  margin-bottom: 1em;
}
#jGrowl.mw-pop-up-dictionary div#growlbox-dictionary-credit {
  color: #666666;
}
#jGrowl.mw-pop-up-dictionary div#growlbox-dictionary-credit span {
  margin-right: 0.25em;
}
#jGrowl.mw-pop-up-dictionary div#growlbox-dictionary-more a {
  font-weight: 400 !important;
  color: #006dc1;
}
#jGrowl.mw-pop-up-dictionary div#growlbox-dictionary-switcher {
  margin-bottom: 0.75rem;
}
#jGrowl.mw-pop-up-dictionary div#growlbox-dictionary-switcher > button {
  color: #666666;
  border-bottom: 0.25rem solid transparent;
  padding: 0 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#jGrowl.mw-pop-up-dictionary div#growlbox-dictionary-switcher > button:hover {
  border-bottom: 0.25rem solid #666666;
  padding: 0 0;
}
#jGrowl.mw-pop-up-dictionary div#growlbox-dictionary-switcher > button.active,
#jGrowl.mw-pop-up-dictionary div#growlbox-dictionary-switcher > button.active:hover {
  color: #333333 !important;
  border-bottom: 0.25rem solid #006dc1;
  font-weight: 700;
  padding: 0 0;
}
#jGrowl.mw-pop-up-dictionary div#growlbox-dictionary-credit img {
  padding-left: 0;
}
#jGrowl.mw-pop-up-dictionary .jGrowl-notification.ui-state-highlight.ui-corner-all.default {
  background-color: #f2f2f2 !important;
  border-radius: 1rem;
  font-size: 1em !important;
  padding: 0;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.4) !important;
}
#jGrowl.mw-pop-up-dictionary .jGrowl-notification.ui-state-highlight.ui-corner-all.default div.jGrowl-close {
  position: static !important;
  background: url("/resources/icons/times-regular.png") !important;
  background-image: url("/resources/icons/times-regular.png") !important;
  background-repeat: no-repeat;
  width: 1.25em;
  height: 1.25em;
  margin: 1.25rem;
  top: 0;
  right: 0;
}
#jGrowl.mw-pop-up-dictionary .jGrowl-notification.ui-state-highlight.ui-corner-all.default .jGrowl-message {
  background-color: #f2f2f2;
  border-radius: 1rem;
  padding: 1.5em;
}
#jGrowl.mw-pop-up-dictionary div#growlbox-dictionary-switcher > button.active {
  background-color: transparent !important;
  margin-right: 2em;
}
#jGrowl.mw-pop-up-dictionary #growlbox-dictionary-switcher {
  position: static;
  top: 0;
  left: 0;
}
#jGrowl.mw-pop-up-dictionary #growlbox-dictionary-switcher div#growlbox-dictionary-switcher > button {
  background-color: transparent !important;
  margin-right: 2em;
}
#jGrowl.mw-pop-up-dictionary .jGrowl-notification-with-tabs {
  background-color: #f2f2f2;
  border-radius: 1rem;
  font-size: 1em !important;
  padding: 0;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.4) !important;
}
#jGrowl.mw-pop-up-dictionary .jGrowl-notification-with-tabs div.jGrowl-close {
  position: static !important;
  background: url(/resources/icons/times-regular.png);
  background-image: url(/resources/icons/times-regular.png) !important;
  background-repeat: no-repeat;
  width: 1.25em;
  height: 1.25em;
  margin: 1.25rem;
  top: 0;
  right: 0;
}
#jGrowl.mw-pop-up-dictionary .jGrowl-notification-with-tabs div.jGrowl-close:hover {
  background: url("/resources/icons/times-regular-blue.png");
  background-image: url("/resources/icons/times-regular-blue.png") !important;
  background-repeat: no-repeat;
  width: 1.25em;
  height: 1.25em;
  margin: 1.25rem;
  top: 0;
  right: 0;
}
#jGrowl.mw-pop-up-dictionary .jGrowl-notification-with-tabs .jGrowl-message {
  background-color: #f2f2f2;
  border-radius: 1em;
  padding: 1em;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#jGrowl.mw-pop-up-dictionary .jGrowl-notification-with-tabs .jGrowl-message .growlbox-dictionary-entries {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#dictionary-search-results .tab-background,
#thesaurus-search-results .tab-background {
  background: #e5e5e5;
}
#dictionary-search-results #mw-search-results-tabs,
#thesaurus-search-results #mw-search-results-tabs {
  background: #e5e5e5;
}
#dictionary-search-results #mw-search-results-tabs .dictionary-link-container,
#dictionary-search-results #mw-search-results-tabs .thesaurus-link-container,
#thesaurus-search-results #mw-search-results-tabs .dictionary-link-container,
#thesaurus-search-results #mw-search-results-tabs .thesaurus-link-container {
  min-height: 3rem;
  position: relative;
}
#dictionary-search-results #mw-search-results-tabs a,
#thesaurus-search-results #mw-search-results-tabs a {
  color: #666666;
  min-height: 3.5rem;
}
#dictionary-search-results #mw-search-results-tabs a.active,
#thesaurus-search-results #mw-search-results-tabs a.active {
  background: #c9c9c9;
}
#dictionary-search-results #mw-search-results-tabs a:not(.active):hover,
#thesaurus-search-results #mw-search-results-tabs a:not(.active):hover {
  background: #d9d9d9;
}
#dictionary-search-results .triangle-pointer,
#thesaurus-search-results .triangle-pointer {
  display: none;
}
#dictionary-search-results .active-tab a,
#thesaurus-search-results .active-tab a {
  color: #333333 !important;
}
#dictionary-search-results .active-tab .triangle-pointer,
#thesaurus-search-results .active-tab .triangle-pointer {
  display: block;
  font-size: 3rem;
  color: #c9c9c9;
  position: absolute;
  top: 2.75rem;
  left: 40%;
}

#thesaurus-search-results dt {
  font-size: 1.75rem;
  color: #333333;
  font-family: "Barlow Condensed", sans-serif;
}
#thesaurus-search-results .part-of-speech {
  color: #666666;
}
#thesaurus-search-results h2 {
  font-size: 1.75rem;
  font-family: "Barlow Condensed", sans-serif;
}
#thesaurus-search-results h3,
#thesaurus-search-results h4 {
  font-size: 1em;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#thesaurus-search-results dfn {
  font-style: normal !important;
}

#factbook-home .btn-primary, #factbook-country-container .btn-primary {
  background-color: #d9d9d9;
  color: #333333;
  font-weight: 900;
  border-radius: 0;
  border: 1px solid #d9d9d9;
}
#factbook-home.fact-book-country-page p, #factbook-country-container.fact-book-country-page p {
  margin-top: 2em;
}
#factbook-home thead, #factbook-country-container thead {
  background-color: #c9c9c9;
}
#factbook-home table th, #factbook-home table td, #factbook-country-container table th, #factbook-country-container table td {
  padding: 0.75rem;
}
#factbook-home table th, #factbook-country-container table th {
  vertical-align: middle;
}
#factbook-home #collapseTOC, #factbook-country-container #collapseTOC {
  min-height: 250px;
  overflow: auto;
  border-bottom-right-radius: 1.5em;
  border: 1px solid #d9d9d9;
}
#factbook-home #collapseTOC button, #factbook-country-container #collapseTOC button {
  border: 0;
  color: #666666;
  background-color: transparent;
  cursor: pointer;
}
#factbook-home #collapseTOC button:hover, #factbook-country-container #collapseTOC button:hover {
  text-decoration: none;
}
#factbook-home #collapseTOC button.active::before, #factbook-country-container #collapseTOC button.active::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0da";
  font-weight: 900;
  top: 50%;
  color: #006dc1;
  font-size: 1rem;
  padding-right: 0.3rem;
  transform: translateY(-50%);
}
#factbook-home .position-sticky, #factbook-country-container .position-sticky {
  top: 136px;
}
#factbook-home .media, #factbook-country-container .media {
  margin-top: 1.5em;
}
#factbook-home .media img, #factbook-country-container .media img {
  border-bottom-right-radius: 1em;
}
@media (max-width: 991.98px) {
  #factbook-home #region-list, #factbook-country-container #region-list {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  #factbook-home #region-list, #factbook-country-container #region-list {
    width: 60% !important;
  }
}
#factbook-home td, #factbook-country-container td {
  padding: 1.25rem;
}
#factbook-home figcaption, #factbook-country-container figcaption {
  max-width: 11.875rem;
  color: #666666;
  font-size: 0.75rem;
}

.widget.high,
.widget.middle,
.widget.elementary {
  background-color: transparent;
}
.widget.high #root,
.widget.middle #root,
.widget.elementary #root {
  background: unset;
}
.widget.high #root #site-header,
.widget.high #root #site-footer,
.widget.middle #root #site-header,
.widget.middle #root #site-footer,
.widget.elementary #root #site-header,
.widget.elementary #root #site-footer {
  display: none;
}
.widget.high #shared-wrapper,
.widget.middle #shared-wrapper,
.widget.elementary #shared-wrapper {
  border-radius: 0.5rem;
  background-color: #fff;
  background: #fff !important;
  border: 1px solid #666666;
  padding: 0.4rem;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.4);
  min-height: 90vh;
  height: 78px;
  min-width: 90vw;
  width: 390px;
}
.widget.high #shared-wrapper .widget-navbar-brand img,
.widget.middle #shared-wrapper .widget-navbar-brand img,
.widget.elementary #shared-wrapper .widget-navbar-brand img {
  height: 32px;
}
.widget.high #shared-wrapper #searchCriteria,
.widget.middle #shared-wrapper #searchCriteria,
.widget.elementary #shared-wrapper #searchCriteria {
  padding: 0.2rem 0;
}
.widget.high #shared-wrapper #searchCriteria .search-btn, .widget.high #shared-wrapper #searchCriteria .search-query,
.widget.middle #shared-wrapper #searchCriteria .search-btn,
.widget.middle #shared-wrapper #searchCriteria .search-query,
.widget.elementary #shared-wrapper #searchCriteria .search-btn,
.widget.elementary #shared-wrapper #searchCriteria .search-query {
  background-color: #fff;
  height: 30px;
}
.widget.high #shared-wrapper #searchCriteria .search-btn,
.widget.middle #shared-wrapper #searchCriteria .search-btn,
.widget.elementary #shared-wrapper #searchCriteria .search-btn {
  border-radius: 0 15px 15px 0;
  border-left: 0;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
.widget.high #shared-wrapper #searchCriteria .search-btn i,
.widget.middle #shared-wrapper #searchCriteria .search-btn i,
.widget.elementary #shared-wrapper #searchCriteria .search-btn i {
  color: #666666;
}
.widget.high #shared-wrapper #searchCriteria .search-query,
.widget.middle #shared-wrapper #searchCriteria .search-query,
.widget.elementary #shared-wrapper #searchCriteria .search-query {
  border-radius: 15px 0 0 15px;
  font-size: 0.875em;
  width: 201px;
  border-right: 0;
  border-width: 1px;
}
.widget.high #shared-wrapper #searchCriteria .search-query::placeholder,
.widget.middle #shared-wrapper #searchCriteria .search-query::placeholder,
.widget.elementary #shared-wrapper #searchCriteria .search-query::placeholder {
  color: #666666;
}

#block-content-overlay {
  background-color: #A0A0A0;
  display: flex;
  height: 100vh;
  justify-content: center;
  text-align: center;
}
#block-content-overlay section {
  background-color: white;
  border: 5px solid #666666;
  border-radius: 24px;
  max-width: 720px;
  margin: 60px 24px 0;
  opacity: 1;
  padding: 49px 40px 35px;
  position: relative;
}
@media (max-width: 570px) {
  #block-content-overlay section {
    max-height: unset;
  }
}
#block-content-overlay section i.far.fa-lock {
  color: #666666;
  display: block;
  font-size: 60px;
  margin-bottom: 14px;
}
@media (max-width: 415px) {
  #block-content-overlay section i.far.fa-lock {
    font-size: 36px;
  }
}
#block-content-overlay section .bc-text {
  text-align: left;
  margin-left: 24px;
}
#block-content-overlay section h1 {
  color: #333333;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 14px;
}
@media (max-width: 415px) {
  #block-content-overlay section h1 {
    font-size: 24px;
  }
}
#block-content-overlay section h2 {
  color: #333333;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 415px) {
  #block-content-overlay section h2 {
    font-size: 20px;
  }
}
#block-content-overlay section a {
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 415px) {
  #block-content-overlay section a {
    font-size: 16px;
  }
}

.dashboard-header {
  padding: 1rem 0 1.25rem;
  background-color: #567594;
}
.dashboard-header .main-content-header-title {
  color: #f8f8f8;
  font-family: "Barlow Condensed", sans-serif;
  font-size: calc(1.4rem + 1.8vw);
  font-weight: 700;
}

#admin-dashboard-content {
  margin: 0 auto;
}
#admin-dashboard-content .container.content {
  background-color: #f8f8f8;
  font-family: "Noto Sans", sans-serif;
}
#admin-dashboard-content .container.content.high {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#admin-dashboard-content ul {
  padding: 0;
  margin-bottom: 0;
}
#admin-dashboard-content ul.browse-node-articles-content {
  padding-top: 1rem;
}
#admin-dashboard-content ul li {
  list-style-type: none;
}
#admin-dashboard-content ul li.bc-media {
  text-align: center;
}
#admin-dashboard-content ul li.bc-media img {
  max-height: 5.2em;
  object-fit: cover;
}
#admin-dashboard-content ul li.bc-media h3 {
  font-weight: 400 !important;
  font-size: 0.9rem !important;
  font-family: "Noto Sans", sans-serif;
}
#admin-dashboard-content ul li.b-article {
  padding-bottom: 1rem;
  margin: 0;
}
#admin-dashboard-content ul li.b-article h3 {
  font-weight: bold;
  margin-bottom: 0;
  margin-right: 17px;
}
#admin-dashboard-content ul li.b-article .h6 {
  font-family: "Open-Sans", sans-serif !important;
  font-weight: 400;
  font-size: 1rem;
}
#admin-dashboard-content ul li.b-article p {
  line-height: 1.5;
}
#admin-dashboard-content ul li.b-article p span {
  color: #333333;
  font-size: 1rem;
  font-style: unset;
  font-weight: normal;
}
#admin-dashboard-content ul li.page-item:not(.disable) a:not(.active-page) {
  cursor: pointer;
}
#admin-dashboard-content .dropdown-menu {
  padding: 0.5rem 0;
}
#admin-dashboard-content .dropdown-menu .top-nav {
  margin: 0 auto;
  padding: 0 1rem !important;
  min-width: 300px;
  text-align: start;
  width: 100%;
}
#admin-dashboard-content .dropdown-menu .top-nav.academic-pills {
  border-radius: 0;
}
#admin-dashboard-content .dropdown-menu .top-nav.active:after, #admin-dashboard-content .dropdown-menu .top-nav.active:before {
  display: none;
}
#admin-dashboard-content .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
#admin-dashboard-content .unblock-btn, #admin-dashboard-content .unblock-btn-media {
  display: block;
  background: #BF0000;
  color: white;
  border: none;
  border-radius: 4px;
}
#admin-dashboard-content .unblock-btn i, #admin-dashboard-content .unblock-btn-media i {
  pointer-events: none;
}
#admin-dashboard-content .blocked-video-thumb-container, #admin-dashboard-content .blocked-img-thumb-container {
  position: relative;
}
#admin-dashboard-content .blocked-video-thumb-container .fa-play-circle, #admin-dashboard-content .blocked-img-thumb-container .fa-play-circle {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 4rem;
}
#admin-dashboard-content .blocked-video-thumb-container .unblock-btn, #admin-dashboard-content .blocked-video-thumb-container .unblock-btn-media, #admin-dashboard-content .blocked-img-thumb-container .unblock-btn, #admin-dashboard-content .blocked-img-thumb-container .unblock-btn-media {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#admin-dashboard-content .pagination .active-page {
  background: #567594;
  color: white;
}
#admin-dashboard-content .dropdown-menu {
  background-color: white !important;
}
#admin-dashboard-content .dropdown-menu li {
  color: #222222 !important;
  background-color: white !important;
  border-bottom: none !important;
}
#admin-dashboard-content .dropdown-menu li a {
  color: #222222;
  text-decoration: none !important;
}
#admin-dashboard-content .dropdown-menu li:hover {
  background-color: #f8f9fa !important;
}
#admin-dashboard-content .dropdown-toggle:after {
  content: none !important;
}
#admin-dashboard-content .browse-top-nav-container {
  padding: 4px 0;
}
#admin-dashboard-content .browse-top-nav-container.high {
  border-bottom: 0.063em solid #C7D3DA;
}
#admin-dashboard-content .dropdown:hover .dropdown-menu a {
  text-decoration: none;
}
#admin-dashboard-content .academic-pills {
  padding: 1px 8px 1px 8px !important;
  border-radius: 12px;
}
#admin-dashboard-content .academic-pills.active {
  font-weight: bold;
  background-color: #d9d9d9;
  color: black;
}
#admin-dashboard-content .academic-pills.active a {
  color: black !important;
}
#admin-dashboard-content .academic-pills a {
  color: #666666 !important;
  text-decoration: none;
  text-transform: uppercase;
}
#admin-dashboard-content .academic-pills a i {
  display: none;
}

#block-content-banner {
  display: block;
  background-color: #BF0000;
  border: none;
  color: #fff;
  padding: 0.5rem 0;
  text-align: start;
  width: 100%;
}
#block-content-banner .fa-lock {
  font-size: 36px;
}
#block-content-banner .block-content-banner-text-container {
  margin-left: 12px;
}
#block-content-banner .block-content-banner-text-container span:last-child {
  line-height: 1;
}
#block-content-banner .block-content-banner-text-container i {
  margin-right: 6px;
}

form#emailCriteria ~ .form-spinner {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
form#emailCriteria ~ .form-spinner i {
  font-size: 3rem;
}
form#emailCriteria.is-loading ~ .form-spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ask-eb-text {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Barlow";
}
@media (max-width: 991.98px) {
  .ask-eb-text {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .ask-eb-text {
    font-size: 22px;
  }
}
.ask-eb-text .bolder {
  font-weight: 800;
}

.try-eb-text {
  color: #000;
  font-size: 32px;
  letter-spacing: 0;
  font-family: "Barlow";
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .try-eb-text {
    font-size: 20px;
  }
}

.red-font {
  color: #C51C1C;
}

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

#open-ai-chatbot-btn {
  position: relative;
  background-color: #fff;
  border: 6px solid #C51C1C;
  border-radius: 60px;
  flex: 0 0 calc(50% - 8px);
  height: 84px;
  padding: 7px 7px 7px 30px;
  text-align: start;
  opacity: 1;
  visibility: visible;
  z-index: 2;
  font-family: "Barlow", sans-serif;
}
#open-ai-chatbot-btn.search {
  border-color: #2E6CBB;
}
@media (max-width: 991.98px) {
  #open-ai-chatbot-btn {
    flex: 0 0 calc(100% - 20px);
    margin: 0 auto;
  }
}
#open-ai-chatbot-btn .btn-title, #open-ai-chatbot-btn .btn-text, #open-ai-chatbot-btn .btn-text-wrapper, #open-ai-chatbot-btn .icon-wrapper {
  pointer-events: none;
}
#open-ai-chatbot-btn .btn-text span {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  #open-ai-chatbot-btn .btn-text span {
    font-size: 12px;
  }
}
#open-ai-chatbot-btn .btn-text span.try-eb-text {
  font-size: 15px;
}
@media (max-width: 991.98px) {
  #open-ai-chatbot-btn .btn-text span.try-eb-text {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  #open-ai-chatbot-btn .btn-text span.try-eb-text {
    display: none;
  }
}
#open-ai-chatbot-btn .icon-wrapper {
  background-color: #E65417;
  border-radius: 50rem;
}
#open-ai-chatbot-btn .icon-wrapper i {
  color: #fff;
  font-size: 60px;
}
#open-ai-chatbot-btn .icon-wrapper i.fa-chatbot-mask {
  color: #C51C1C;
}
#open-ai-chatbot-btn:disabled * {
  opacity: 0.8;
}

#academic-chatbot-section {
  min-height: 0;
  transition: all 1s ease-out;
  overflow: hidden;
  max-height: 0;
  margin-bottom: 0 !important;
}
#academic-chatbot-section.opened {
  max-height: 300vh;
}
#academic-chatbot-section.opened .ai-chatbot-wrapper {
  visibility: visible;
  top: 0 !important;
  height: auto !important;
  margin: 20px auto;
}
#academic-chatbot-section.opened .ai-chatbot-faq {
  display: block;
}

.ai-chatbot-wrapper {
  visibility: hidden;
  z-index: 3;
  transition: all 1s ease-out;
  margin: unset;
}

.ai-chatbot {
  border: 6px solid #C51C1C;
  border-radius: 30px;
}
.ai-chatbot .ai-title-wrapper {
  flex-direction: row;
}
.ai-chatbot .ai-title-wrapper .ask-eb-text {
  width: unset;
}
.ai-chatbot .ai-title-wrapper .try-eb-text {
  font-size: 32px;
  font-weight: normal;
  color: #6C6C6C;
  letter-spacing: -0.3px;
}
@media (max-width: 991.98px) {
  .ai-chatbot .ai-title-wrapper .try-eb-text {
    font-size: 20px;
  }
}
.ai-chatbot #close-ai-chatbot-btn {
  background-color: transparent;
  border: none;
  padding: 0;
}
.ai-chatbot #close-ai-chatbot-btn i {
  font-size: 38px;
}
.ai-chatbot .chatbot-question-wrapper {
  background-color: #E3E3E3;
  width: 100%;
  height: 3.75rem;
  border-radius: 10px;
  padding: 0.5rem 0.75rem;
  gap: 0.5rem;
  flex-wrap: nowrap;
}
.ai-chatbot .chatbot-question-wrapper #chatbot-question-input {
  border: 0;
  font-size: 20px;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .ai-chatbot .chatbot-question-wrapper #chatbot-question-input {
    font-size: 16px;
  }
}
.ai-chatbot .chatbot-question-wrapper .icon-wrapper {
  background-color: #E65417;
  border-radius: 50rem;
}
.ai-chatbot .chatbot-question-wrapper .icon-wrapper i {
  color: #fff;
  font-size: 40px;
}
.ai-chatbot .chatbot-question-wrapper .icon-wrapper i.fa-chatbot-mask {
  color: #C51C1C;
}
.ai-chatbot .chatbot-question-wrapper .question-button {
  border: 0;
  background-color: transparent;
  padding: 0;
}
.ai-chatbot .chatbot-question-wrapper .question-button img.chatbot-robot {
  width: 40px;
}
.ai-chatbot .container-answer {
  width: 100%;
  /* HTML: <div class="ai-loader"></div> */
}
.ai-chatbot .container-answer #chatbot-answer {
  background-color: #F5F5F5;
  border: 0;
  width: 100%;
  height: 346px;
  overflow-y: auto;
  border-radius: 10px;
  font-size: 18px;
  padding: 0.5rem 0.75rem;
}
@media (max-width: 991.98px) {
  .ai-chatbot .container-answer #chatbot-answer {
    font-size: 14px;
  }
}
.ai-chatbot .container-answer .ai-loader {
  width: 25px;
  margin-left: 5px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side, #C51C1C 90%, #fff);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: 33.3333333333% 50%;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}
.ai-chatbot .paginator-wrapper {
  background-color: #000;
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px 10px;
}
.ai-chatbot .paginator-wrapper button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-top: 8px;
}
.ai-chatbot .paginator-wrapper button i {
  color: #fff;
  font-size: 32px;
}
.ai-chatbot .paginator-wrapper button:disabled i {
  color: #6C6C6C;
}
.ai-chatbot .paginator-wrapper span {
  font-family: "Barlow", sans-serif;
  font-size: 44px;
  line-height: 1;
  margin: 0 14px;
}
.ai-chatbot .chatbot-btn {
  height: 40px;
  width: 100%;
  color: black;
  font-size: 18px;
  border-radius: 10px;
  border: none;
  font-family: "Barlow", sans-serif !important;
  font-weight: 600;
}
.ai-chatbot i.fa-arrow-down {
  font-size: 24px;
  padding: 4px;
}
.ai-chatbot .sources-btn, .ai-chatbot .related-btn, .ai-chatbot .next-question-btn {
  background-color: #F59C0F;
  border: none;
}
.ai-chatbot .sources-btn:hover:not([disabled]), .ai-chatbot .sources-btn:active:not([disabled]), .ai-chatbot .related-btn:hover:not([disabled]), .ai-chatbot .related-btn:active:not([disabled]), .ai-chatbot .next-question-btn:hover:not([disabled]), .ai-chatbot .next-question-btn:active:not([disabled]) {
  background-color: #e6910a;
}
.ai-chatbot .sources-btn:disabled, .ai-chatbot .related-btn:disabled, .ai-chatbot .next-question-btn:disabled {
  opacity: 0.5;
}
.ai-chatbot .sources-btn, .ai-chatbot .related-btn {
  text-align: left;
}
.ai-chatbot .related-btn span {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .ai-chatbot .related-btn span {
    font-size: 14px;
  }
}
.ai-chatbot .save-btn {
  background-color: white;
  border: 3px solid #C51C1C;
}
.ai-chatbot .new-thread-btn {
  background-color: #E65417;
  text-transform: uppercase;
  border: none;
}
.ai-chatbot .new-thread-btn:hover:not([disabled]), .ai-chatbot .new-thread-btn:active:not([disabled]) {
  background-color: #d34d15;
}
.ai-chatbot .rate-container {
  font-family: "Barlow", sans-serif !important;
  font-weight: 600;
  margin: 12px 0;
}
@media (min-width: 576px) {
  .ai-chatbot .rate-container {
    margin-bottom: 20px;
  }
}
.ai-chatbot .rate-text {
  margin: auto;
}
.ai-chatbot .rate-btns {
  margin: 10px auto 0;
}
@media (min-width: 576px) {
  .ai-chatbot .rate-btns {
    margin-top: 0;
  }
}
.ai-chatbot .rate-btn {
  width: 42px;
  height: 42px;
  border-radius: 90px;
  color: black;
  border: none;
  font-size: 24px;
  margin: 2px;
  transition: transform 0.4s;
}
.ai-chatbot .rate-btn#rate-downvote {
  margin-left: 8px;
}
.ai-chatbot .rate-btn#rate-upvote {
  margin-right: 8px;
}
.ai-chatbot .rate-btn.selected {
  transform: scale(1.3);
}
.ai-chatbot .rate-btn.thumbs-up {
  background-color: #F59C0F;
}
.ai-chatbot .rate-btn.thumbs-up:hover:not([disabled]), .ai-chatbot .rate-btn.thumbs-up:active:not([disabled]) {
  background-color: #e6910a;
}
.ai-chatbot .rate-btn.thumbs-down {
  background-color: #E65417;
}
.ai-chatbot .rate-btn.thumbs-down:hover:not([disabled]), .ai-chatbot .rate-btn.thumbs-down:active:not([disabled]) {
  background-color: #d34d15;
}

.ai-chatbot-faq {
  display: none;
  text-align: center;
}
.ai-chatbot-faq h3 {
  font-size: 22px;
  font-family: "Barlow", sans-serif;
  margin-top: 12px;
  letter-spacing: -0.22px;
}
.ai-chatbot-faq p {
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  letter-spacing: -0.21px;
}
.ai-chatbot-faq a {
  color: #C51C1C;
  font-size: 22px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  letter-spacing: -0.22px;
}

#about-content {
  background-color: #fff;
  padding: 14px 10px 22px;
  margin-bottom: 20px;
  margin-top: 20px;
}
#about-content .back-link {
  color: #000;
  left: 100%;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  #about-content .back-link {
    left: unset;
    right: 30px;
    top: 30px;
    z-index: 2;
  }
}
#about-content .back-link i {
  font-size: 20px;
}
#about-content .tab-content {
  border: 6px solid #C51C1C;
  border-radius: 30px;
  padding: 14px 22px 22px;
}
@media (max-width: 767.98px) {
  #about-content .tab-content {
    padding: 12px;
  }
}
#about-content .tab-content ul {
  padding-left: 16px;
}
#about-content .tab-content ul li::marker {
  color: #C51C1C;
}
#about-content .faq-wrapper {
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 10px 10px 18px 22px;
}
@media (max-width: 767.98px) {
  #about-content .faq-wrapper {
    padding: 8px 12px;
  }
}
#about-content .faq-wrapper h3::first-letter, #about-content .faq-wrapper p::first-letter {
  color: #C51C1C;
  font-weight: bold;
}
#about-content p, #about-content li, #about-content a, #about-content span, #about-content button, #about-content h1, #about-content h2, #about-content h3, #about-content h4, #about-content h5, #about-content h6 {
  font-family: "Barlow";
}
#about-content a {
  font-weight: 600;
}
#about-content h1 {
  font-size: 32px;
  text-align: start;
}
#about-content h1 .ask-eb-text {
  font-size: 32px;
}
@media (max-width: 767.98px) {
  #about-content h1 .ask-eb-text {
    margin-bottom: 4px;
  }
}
#about-content h1 .text-bold {
  font-weight: bold;
}
#about-content h1 .text-ai-body {
  color: #6C6C6C;
  font-weight: 500;
  letter-spacing: -0.28px;
}
@media (max-width: 767.98px) {
  #about-content h1 .text-ai-body {
    font-size: 16px;
  }
}
#about-content h1 .text-ai-body.try-eb-text {
  font-weight: normal;
  color: #6C6C6C;
}
#about-content h1 .text-red {
  color: #C51C1C;
}
#about-content h1 .text-academics {
  color: #C51C1C;
}
@media (max-width: 767.98px) {
  #about-content h1 .text-academics {
    color: #6C6C6C;
  }
}
#about-content h1 .text-black {
  color: #000;
}
@media (max-width: 767.98px) {
  #about-content h1 .text-black {
    color: #6C6C6C;
  }
}
#about-content h2, #about-content h3 {
  font-size: 22px;
}
@media (max-width: 767.98px) {
  #about-content h2, #about-content h3 {
    font-size: 16px;
  }
}
#about-content h2.text-red, #about-content h3.text-red {
  color: #C51C1C;
  font-size: 32px;
  font-weight: bold;
}
#about-content p, #about-content li {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  #about-content p, #about-content li {
    font-size: 16px;
  }
}
#about-content p.text-gray, #about-content li.text-gray {
  color: #707070;
}
#about-content p.text-gray .text-bold, #about-content li.text-gray .text-bold {
  font-weight: bold;
}

.sources-list, .related-list {
  display: none;
  position: absolute;
  top: 35px;
  z-index: 100;
  background: #f2f2f2;
}

.popover.sources-wrapper {
  width: min(417px, 80vw);
  max-width: min(417px, 80vw);
}

.popover.related-questions-wrapper {
  width: min(516px, 80vw);
  max-width: min(516px, 80vw);
}

.popover.sources-wrapper .popover-body, .popover.related-questions-wrapper .popover-body {
  padding: 0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.537254902);
  border-radius: 10px;
  overflow: hidden;
}
.popover.sources-wrapper .popover-body .sources-popover, .popover.sources-wrapper .popover-body .related-questions-popover, .popover.related-questions-wrapper .popover-body .sources-popover, .popover.related-questions-wrapper .popover-body .related-questions-popover {
  padding: 1rem;
  background-color: #F5F5F5;
}
.popover.sources-wrapper .popover-body .sources-popover ul, .popover.sources-wrapper .popover-body .sources-popover ol, .popover.sources-wrapper .popover-body .related-questions-popover ul, .popover.sources-wrapper .popover-body .related-questions-popover ol, .popover.related-questions-wrapper .popover-body .sources-popover ul, .popover.related-questions-wrapper .popover-body .sources-popover ol, .popover.related-questions-wrapper .popover-body .related-questions-popover ul, .popover.related-questions-wrapper .popover-body .related-questions-popover ol {
  padding-inline-start: 0;
  list-style-position: inside;
  font-family: "Barlow";
  margin-bottom: 0;
}
.popover.sources-wrapper .popover-body .sources-popover ul li, .popover.sources-wrapper .popover-body .sources-popover ol li, .popover.sources-wrapper .popover-body .related-questions-popover ul li, .popover.sources-wrapper .popover-body .related-questions-popover ol li, .popover.related-questions-wrapper .popover-body .sources-popover ul li, .popover.related-questions-wrapper .popover-body .sources-popover ol li, .popover.related-questions-wrapper .popover-body .related-questions-popover ul li, .popover.related-questions-wrapper .popover-body .related-questions-popover ol li {
  border-bottom: 1px solid #AFAFAF;
  margin: 0;
  font-size: 15px;
}
@media (max-width: 991.98px) {
  .popover.sources-wrapper .popover-body .sources-popover ul li, .popover.sources-wrapper .popover-body .sources-popover ol li, .popover.sources-wrapper .popover-body .related-questions-popover ul li, .popover.sources-wrapper .popover-body .related-questions-popover ol li, .popover.related-questions-wrapper .popover-body .sources-popover ul li, .popover.related-questions-wrapper .popover-body .sources-popover ol li, .popover.related-questions-wrapper .popover-body .related-questions-popover ul li, .popover.related-questions-wrapper .popover-body .related-questions-popover ol li {
    font-size: 12px;
  }
}
.popover.sources-wrapper .popover-body .sources-popover ul li::marker, .popover.sources-wrapper .popover-body .sources-popover ol li::marker, .popover.sources-wrapper .popover-body .related-questions-popover ul li::marker, .popover.sources-wrapper .popover-body .related-questions-popover ol li::marker, .popover.related-questions-wrapper .popover-body .sources-popover ul li::marker, .popover.related-questions-wrapper .popover-body .sources-popover ol li::marker, .popover.related-questions-wrapper .popover-body .related-questions-popover ul li::marker, .popover.related-questions-wrapper .popover-body .related-questions-popover ol li::marker {
  color: #C51C1C;
  font-weight: 800;
}
.popover.sources-wrapper .popover-body .sources-popover ul li a, .popover.sources-wrapper .popover-body .sources-popover ol li a, .popover.sources-wrapper .popover-body .related-questions-popover ul li a, .popover.sources-wrapper .popover-body .related-questions-popover ol li a, .popover.related-questions-wrapper .popover-body .sources-popover ul li a, .popover.related-questions-wrapper .popover-body .sources-popover ol li a, .popover.related-questions-wrapper .popover-body .related-questions-popover ul li a, .popover.related-questions-wrapper .popover-body .related-questions-popover ol li a {
  color: #484848;
  letter-spacing: -0.15px;
}
.popover.sources-wrapper .popover-body .sources-popover ul li:last-child, .popover.sources-wrapper .popover-body .sources-popover ol li:last-child, .popover.sources-wrapper .popover-body .related-questions-popover ul li:last-child, .popover.sources-wrapper .popover-body .related-questions-popover ol li:last-child, .popover.related-questions-wrapper .popover-body .sources-popover ul li:last-child, .popover.related-questions-wrapper .popover-body .sources-popover ol li:last-child, .popover.related-questions-wrapper .popover-body .related-questions-popover ul li:last-child, .popover.related-questions-wrapper .popover-body .related-questions-popover ol li:last-child {
  border-bottom: 0;
}
.popover.sources-wrapper .popover-body .sources-popover ul, .popover.sources-wrapper .popover-body .related-questions-popover ul, .popover.related-questions-wrapper .popover-body .sources-popover ul, .popover.related-questions-wrapper .popover-body .related-questions-popover ul {
  list-style-type: none;
}
.popover.sources-wrapper .popover-body .sources-popover ul li, .popover.sources-wrapper .popover-body .related-questions-popover ul li, .popover.related-questions-wrapper .popover-body .sources-popover ul li, .popover.related-questions-wrapper .popover-body .related-questions-popover ul li {
  font-weight: 600;
}

/*# sourceMappingURL=institution-webapp2.css.map */