@charset "UTF-8";
.to_code {
  background-color: cyan;
}

.instructional_note {
  color: red;
  padding: 10px;
  border: 1px solid gainsboro;
  border-radius: 10px;
}

/* 101 styles */
h1.h1_101 {
  position: fixed;
  /*change to fixed*/
  top: 170px;
  /*add px units*/
}

.active_lesson {
  background-color: #ecf7ff;
}

/* end 101 styles */
.brightcove-video-container {
  position: relative;
  display: block;
  max-width: 1920px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.brightcove-video-container .brightcove-video-container--inner {
  padding-top: 56.25%;
}

.brightcove-video-container .brightcove-video-container--inner .video-js {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-big-play-button {
  left: 40% !important;
  top: 35% !important;
}

/*Javascript for the back to top button is bundled with the k8-top-nav javascript at the end of the code base*/
#btn_back_to_top {
  background-image: url(../assets/icons/back_to_top.svg);
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 200;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  height: 42px;
  width: 42px;
  cursor: pointer;
  background-size: 42px;
}

#btn_back_to_top:focus {
  background-image: url(../assets/icons/back_to_top_focus.svg);
  background-size: 42px;
}

#btn_back_to_top:hover {
  background-image: url(../assets/icons/back_to_top_hover.svg);
  background-size: 45px;
}

.ill-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 47.5rem;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .ill-right {
      position: relative;
    }
  }
}
.ill-right h2,
.ill-right h3,
.ill-right h4,
.ill-right h5,
.ill-right h6 {
  color: black;
  -webkit-box-flex: 1;
  -ms-flex: 1 100%;
  flex: 1 100%;
}

.ill-right div.ill-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 33.75rem;
}

.ill-right div.ill-content ul,
.ill-right div.ill-content ol,
.ill-right div.ill-content p {
  margin: 0;
}

.ill-right div.ill-content svg,
.ill-right div.ill-content img {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.ill-right div.ill-img {
  display: none;
  max-width: 13.75rem;
}

@media (min-width: 576px) {
  .ill-right div.ill-img {
    display: block;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .ill-right div.ill-img {
      position: absolute;
    }
  }
}
.yellow_lined_paper {
  background-image: repeating-linear-gradient(#fff9cc 0px, #fff9cc 27px, #4ba0a1 28px);
  list-style-type: none;
  padding: 1.75rem;
}

.yellow_lined_paper p {
  padding-bottom: 1.75rem;
}

.blue_lined_paper {
  background-image: repeating-linear-gradient(#c5ebf1 0px, #c5ebf1 27px, #4ba0a1 28px);
  list-style-type: none;
  padding: 1.75rem;
}

.blue_lined_paper p {
  padding-bottom: 1.75rem;
}

/*# sourceMappingURL=svg_images.css.map */
/*css build July23, 2021*/
@font-face {
  src: url("../dependencies/fonts/TVOPlexSans-Regular.woff") format("woff");
  src: url("../dependencies/fonts/TVOPlexSans-Regular.woff2") format("woff2");
  font-family: "TVOPlexSans-Regular";
  font-weight: 400;
}
@font-face {
  src: url("../dependencies/fonts/TVOPlexSans-Italic.woff") format("woff");
  src: url("../dependencies/fonts/TVOPlexSans-Italic.woff2") format("woff2");
  font-family: "TVOPlexSans-Italic";
  font-weight: 400;
}
@font-face {
  src: url("../dependencies/fonts/TVOPlexSans-Medium.woff") format("woff");
  src: url("../dependencies/fonts/TVOPlexSans-Medium.woff2") format("woff2");
  font-family: "TVOPlexSans-Medium";
  font-weight: 500;
}
@font-face {
  src: url("../dependencies/fonts/TVOPlexSans-MediumItalic.woff") format("woff");
  src: url("../dependencies/fonts/TVOPlexSans-MediumItalic.woff2") format("woff2");
  font-family: "TVOPlexSans-MediumItalic";
  font-weight: 500;
}
@font-face {
  src: url("../dependencies/fonts/TVOPlexSans-SemiBold.woff") format("woff");
  src: url("../dependencies/fonts/TVOPlexSans-SemiBold.woff2") format("woff2");
  font-family: "TVOPlexSans-SemiBold";
  font-weight: 600;
}
@font-face {
  src: url("../dependencies/fonts/TVOPlexSans-SemiBoldItalic.woff") format("woff");
  src: url("../dependencies/fonts/TVOPlexSans-SemiBoldItalic.woff2") format("woff2");
  font-family: "TVOPlexSans-SemiBoldItalic";
  font-weight: 600;
}
@font-face {
  src: url("../dependencies/fonts/TVOPlexSans-Bold.woff") format("woff");
  src: url("../dependencies/fonts/TVOPlexSans-Bold.woff2") format("woff2");
  font-family: "TVOPlexSans-Bold";
  font-weight: 700;
}
@font-face {
  src: url("../dependencies/fonts/TVOPlexSans-BoldItalic.woff") format("woff");
  src: url("../dependencies/fonts/TVOPlexSans-BoldItalic.woff2") format("woff2");
  font-family: "TVOPlexSans-BoldItalic";
  font-weight: 700;
}
@font-face {
  src: url("../dependencies/fonts/TVOUrbanist-Light.woff") format("woff");
  src: url("../dependencies/fonts/TVOUrbanist-Light.woff2") format("woff2");
  font-family: "TVOUrbanist-Light";
  font-weight: 300;
}
@font-face {
  src: url("../dependencies/fonts/TVOUrbanist-LightItalic.woff") format("woff");
  src: url("../dependencies/fonts/TVOUrbanist-LightItalic.woff2") format("woff2");
  font-family: "TVOUrbanist-LightItalic";
  font-weight: 300;
}
@font-face {
  src: url("../dependencies/fonts/TVOUrbanist-Regular.woff") format("woff");
  src: url("../dependencies/fonts/TVOUrbanist-Regular.woff2") format("woff2");
  font-family: "TVOUrbanist-Regular";
  font-weight: 400;
}
@font-face {
  src: url("../dependencies/fonts/TVOUrbanist-Italic.woff") format("woff");
  src: url("../dependencies/fonts/TVOUrbanist-Italic.woff2") format("woff2");
  font-family: "TVOUrbanist-Italic";
  font-weight: 400;
}
@font-face {
  src: url("../dependencies/fonts/TVOUrbanist-SemiBold.woff") format("woff");
  src: url("../dependencies/fonts/TVOUrbanist-SemiBold.woff2") format("woff2");
  font-family: "TVOUrbanist-SemiBold";
  font-weight: 600;
}
@font-face {
  src: url("../dependencies/fonts/TVOUrbanist-SemiBoldItalic.woff") format("woff");
  src: url("../dependencies/fonts/TVOUrbanist-SemiBoldItalic.woff2") format("woff2");
  font-family: "TVOUrbanist-SemiBoldItalic";
  font-weight: 600;
}
@font-face {
  src: url("../dependencies/fonts/TVOUrbanist-Bold.woff") format("woff");
  src: url("../dependencies/fonts/TVOUrbanist-Bold.woff2") format("woff2");
  font-family: "TVOUrbanist-Bold";
  font-weight: 700;
}
@font-face {
  src: url("../dependencies/fonts/TVOUrbanist-BoldItalic.woff") format("woff");
  src: url("../dependencies/fonts/TVOUrbanist-BoldItalic.woff2") format("woff2");
  font-family: "TVOUrbanist-BoldItalic";
  font-weight: 700;
}
@font-face {
  font-family: "Bitter-Light";
  src: url("../dependencies/fonts/Bitter-Light.woff") format("woff");
  src: url("../dependencies/fonts/Bitter-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Bitter-LightItalic";
  src: url("../dependencies/fonts/Bitter-LightItalic.woff") format("woff");
  src: url("../dependencies/fonts/Bitter-LightItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Bitter-Regular";
  src: url("../dependencies/fonts/Bitter-Regular.woff") format("woff");
  src: url("../dependencies/fonts/Bitter-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Bitter-Italic";
  src: url("../dependencies/fonts/Bitter-Italic.woff") format("woff");
  src: url("../dependencies/fonts/Bitter-Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Bitter-SemiBold";
  src: url("../dependencies/fonts/Bitter-SemiBold.woff") format("woff");
  src: url("../dependencies/fonts/Bitter-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Bitter-SemiBoldItalic";
  src: url("../dependencies/fonts/Bitter-SemiBoldItalic.woff") format("woff");
  src: url("../dependencies/fonts/Bitter-SemiBoldItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Bitter-Bold";
  src: url("../dependencies/fonts/Bitter-Bold.woff") format("woff");
  src: url("../dependencies/fonts/Bitter-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Bitter-BoldItalic";
  src: url("../dependencies/fonts/Bitter-BoldItalic.woff") format("woff");
  src: url("../dependencies/fonts/Bitter-BoldItalic.woff2") format("woff2");
  font-style: italic;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "TVOShortStack-Regular";
  src: url("../dependencies/fonts/TVOShortStack.woff") format("woff");
  src: url("../dependencies/fonts/TVOShortStack.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
.tvoplex {
  font-family: "TVOPlexSans-Regular", Arial, sans-serif;
}

.tvoplex_italic {
  font-family: "TVOPlexSans-Italic", Arial, sans-serif;
}

.tvoplex_medium, .callout_code {
  font-family: "TVOPlexSans-Medium", Arial, sans-serif;
}

.tvoplex_medium_italic {
  font-family: "TVOPlexSans-MediumItalic", Arial, sans-serif;
}

.tvoplex_semibold {
  font-family: "TVOPlexSans-SemiBold", Arial, sans-serif;
}

.tvoplex_semibold_italic {
  font-family: "TVOPlexSans-SemiBoldItalic", Arial, sans-serif;
}

.tvoplex_bold {
  font-family: "TVOPlexSans-Bold", Arial, sans-serif;
}

.tvoplex_bold_italic {
  font-family: "TVOPlexSans-BoldItalic", Arial, sans-serif;
}

.urbanist_light {
  font-family: "TVOUrbanist-Light", Arial, sans-serif;
}

.urbanist_light_italic {
  font-family: "TVOUrbanist-LightItalic", Arial, sans-serif;
}

.urbanist, .callout_green, .blue_lined_paper, .yellow_lined_paper, .heavy_border, .pink_bg, .yellow_bg, .green_bg, .table-lockerdoc tbody td,
.table-lockerdoc th {
  font-family: "TVOUrbanist-Regular", Arial, sans-serif;
}

.urbanist_italic {
  font-family: "TVOUrbanist-Italic", Arial, sans-serif;
}

.urbanist_semibold {
  font-family: "TVOUrbanist-SemiBold", Arial, sans-serif;
}

.urbanist_semibold_italic {
  font-family: "TVOUrbanist-SemiBoldItalic", Arial, sans-serif;
}

.urbanist_bold, .callout_green > h3, .callout_green .h3, .blue_lined_paper h3, .blue_lined_paper .h3, .blue_lined_paper h4, .blue_lined_paper .h4, .blue_lined_paper b, .blue_lined_paper dt, .blue_lined_paper strong, .blue_lined_paper th, .yellow_lined_paper h3, .yellow_lined_paper .h3, .yellow_lined_paper h4, .yellow_lined_paper .h4, .yellow_lined_paper b, .yellow_lined_paper dt, .yellow_lined_paper strong, .yellow_lined_paper th, .heavy_border h3, .heavy_border .h3, .heavy_border h4, .heavy_border .h4, .heavy_border b, .heavy_border dt, .heavy_border strong, .heavy_border th, .pink_bg h3, .pink_bg .h3, .pink_bg h4, .pink_bg .h4, .pink_bg b, .pink_bg dt, .pink_bg strong, .pink_bg th, .yellow_bg h3, .yellow_bg .h3, .yellow_bg h4, .yellow_bg .h4, .yellow_bg b, .yellow_bg dt, .yellow_bg strong, .yellow_bg th, .green_bg h3, .green_bg .h3, .green_bg h4, .green_bg .h4, .green_bg b, .green_bg dt, .green_bg strong, .green_bg th, .table-lockerdoc thead th, .table-lockerdoc caption, .locker-caption {
  font-family: "TVOUrbanist-Bold", Arial, sans-serif;
}

.urbanist_bold_italic {
  font-family: "TVOUrbanist-BoldItalic", Arial, sans-serif;
}

.bitter_light {
  font-family: "Bitter-Light", Arial, sans-serif;
}

.bitter_light_italic {
  font-family: "Bitter-LightItalic", Arial, sans-serif;
}

.bitter_regular {
  font-family: "Bitter-Regular", Arial, sans-serif;
}

.bitter_italic {
  font-family: "Bitter-Italic", Arial, sans-serif;
}

.bitter_semibold {
  font-family: "Bitter-SemiBold", Arial, sans-serif;
}

.bitter_semibold_italic {
  font-family: "Bitter-SemiBoldItalic", Arial, sans-serif;
}

.bitter_bold {
  font-family: "Bitter-Bold", Arial, sans-serif;
}

.bitter_bold_italic {
  font-family: "Bitter-BoldItalic", Arial, sans-serif;
}

.tvoshortstack {
  font-family: "TVOShortStack-Regular", Arial, sans-serif;
}

.display_small {
  font-size: 2rem;
  font-family: "TVOUrbanist-Light", Arial, sans-serif;
}

.display_small strong {
  font-size: 2rem;
  font-family: "TVOUrbanist-Bold", Arial, sans-serif;
}

.display_medium {
  font-size: 2.5rem;
  font-family: "TVOUrbanist-Light", Arial, sans-serif;
}

.display_medium strong {
  font-size: 2.5rem;
  font-family: "TVOUrbanist-Bold", Arial, sans-serif;
}

.display_large {
  font-size: 3rem;
  font-family: "TVOUrbanist-Light", Arial, sans-serif;
}

.display_large strong {
  font-size: 3rem;
  font-family: "TVOUrbanist-Bold", Arial, sans-serif;
}

b,
dt,
strong,
th {
  font-family: "TVOPlexSans-SemiBold", Arial, sans-serif;
}

code {
  font-family: "TVOPlexSans-Medium", Arial, sans-serif;
}

/*ul {
  padding-left:1rem;
  ul {
    padding-left:1.5rem;
  }
}*/
.font-blue {
  color: #0D4F82;
}

.font-orange {
  color: #E85C29;
}

.font-green {
  color: #2B875A;
}

.font-cyan {
  color: #1A70A2;
}

.font-white {
  color: #fff;
}

.font-gray {
  color: #6c757d;
}

.font-gray-dark {
  color: #343a40;
}

.font-grey30 {
  color: #b3b3b3;
}

.font-grey20 {
  color: #d1d3d4;
}

.font-grey10 {
  color: #e6e7e8;
}

.swatch-blue {
  background-color: #0D4F82;
  color: white;
}

.swatch-orange {
  background-color: #E85C29;
  color: white;
}

.swatch-green {
  background-color: #2B875A;
  color: white;
}

.swatch-cyan {
  background-color: #1A70A2;
  color: white;
}

.swatch-white {
  background-color: #fff;
  color: white;
}

.swatch-gray {
  background-color: #6c757d;
  color: white;
}

.swatch-gray-dark {
  background-color: #343a40;
  color: white;
}

.swatch-grey30 {
  background-color: #b3b3b3;
  color: white;
}

.swatch-grey20, .k8_nav {
  background-color: #d1d3d4;
  color: white;
}

.swatch-grey10 {
  background-color: #e6e7e8;
  color: white;
}

*,
*::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: "TVOPlexSans-Regular", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 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: #1D428A;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #8B2331;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 30px;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

button:focus {
  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;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.btn, .html5-audio-container > p > a, .html5-audio-container > p > a, .reflection-checkmark-test, .btn-zoomout, .btn-zoomin, .btn-longdesc, .btn-discover, .btn-mpower, .btn-tvokids, .btn-pdf, .btn-game:after,
.btn-locker:after, .btn-tvoorg, .btn-mathify {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 10px;
  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, .html5-audio-container > p > a, .html5-audio-container > p > a, .reflection-checkmark-test, .btn-zoomout, .btn-zoomin, .btn-longdesc, .btn-discover, .btn-mpower, .btn-tvokids, .btn-pdf, .btn-game:after,
.btn-locker:after, .btn-tvoorg, .btn-mathify {
    transition: none;
  }
}
.btn:hover, .html5-audio-container > p > a:hover, .html5-audio-container > p > a:hover, .reflection-checkmark-test:hover, .btn-zoomout:hover, .btn-zoomin:hover, .btn-longdesc:hover, .btn-discover:hover, .btn-mpower:hover, .btn-tvokids:hover, .btn-pdf:hover, .btn-game:hover:after,
.btn-locker:hover:after, .btn-tvoorg:hover, .btn-mathify:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .html5-audio-container > p > a:focus, .html5-audio-container > p > a:focus, .reflection-checkmark-test:focus, .btn-zoomout:focus, .btn-zoomin:focus, .btn-longdesc:focus, .btn-discover:focus, .btn-mpower:focus, .btn-tvokids:focus, .btn-pdf:focus, .btn-game:focus:after,
.btn-locker:focus:after, .btn-tvoorg:focus, .btn-mathify:focus, .btn.focus, .html5-audio-container > p > a.focus, .html5-audio-container > p > a.focus, .focus.reflection-checkmark-test, .focus.btn-zoomout, .focus.btn-zoomin, .focus.btn-longdesc, .focus.btn-discover, .focus.btn-mpower, .focus.btn-tvokids, .focus.btn-pdf, .focus.btn-game:after,
.focus.btn-locker:after, .focus.btn-tvoorg, .focus.btn-mathify {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(125, 24, 99, 0.25);
}
.btn.disabled, .html5-audio-container > p > a.disabled, .html5-audio-container > p > a.disabled, .disabled.reflection-checkmark-test, .disabled.btn-zoomout, .disabled.btn-zoomin, .disabled.btn-longdesc, .disabled.btn-discover, .disabled.btn-mpower, .disabled.btn-tvokids, .disabled.btn-pdf, .disabled.btn-game:after,
.disabled.btn-locker:after, .disabled.btn-tvoorg, .disabled.btn-mathify, .btn:disabled, .html5-audio-container > p > a:disabled, .html5-audio-container > p > a:disabled, .reflection-checkmark-test:disabled, .btn-zoomout:disabled, .btn-zoomin:disabled, .btn-longdesc:disabled, .btn-discover:disabled, .btn-mpower:disabled, .btn-tvokids:disabled, .btn-pdf:disabled, .btn-game:disabled:after,
.btn-locker:disabled:after, .btn-tvoorg:disabled, .btn-mathify:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .html5-audio-container > p > a:not(:disabled):not(.disabled), .html5-audio-container > p > a:not(:disabled):not(.disabled), .reflection-checkmark-test:not(:disabled):not(.disabled), .btn-zoomout:not(:disabled):not(.disabled), .btn-zoomin:not(:disabled):not(.disabled), .btn-longdesc:not(:disabled):not(.disabled), .btn-discover:not(:disabled):not(.disabled), .btn-mpower:not(:disabled):not(.disabled), .btn-tvokids:not(:disabled):not(.disabled), .btn-pdf:not(:disabled):not(.disabled), .btn-game:not(:disabled):not(.disabled):after,
.btn-locker:not(:disabled):not(.disabled):after, .btn-tvoorg:not(:disabled):not(.disabled), .btn-mathify:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, .html5-audio-container > p > a.disabled, .html5-audio-container > p > a.disabled, a.disabled.reflection-checkmark-test, a.disabled.btn-zoomout, a.disabled.btn-zoomin, a.disabled.btn-longdesc, a.disabled.btn-discover, a.disabled.btn-mpower, a.disabled.btn-tvokids, a.disabled.btn-pdf, a.disabled.btn-game:after,
a.disabled.btn-locker:after, a.disabled.btn-tvoorg, a.disabled.btn-mathify,
fieldset:disabled a.btn,
fieldset:disabled .html5-audio-container > p > a,
fieldset:disabled .html5-audio-container > p > a,
fieldset:disabled a.reflection-checkmark-test,
fieldset:disabled a.btn-zoomout,
fieldset:disabled a.btn-zoomin,
fieldset:disabled a.btn-longdesc,
fieldset:disabled a.btn-discover,
fieldset:disabled a.btn-mpower,
fieldset:disabled a.btn-tvokids,
fieldset:disabled a.btn-pdf,
fieldset:disabled a.btn-game:after,
fieldset:disabled a.btn-locker:after,
fieldset:disabled a.btn-tvoorg,
fieldset:disabled a.btn-mathify {
  pointer-events: none;
}

.btn-primary, .html5-audio-container > p > a, .html5-audio-container > p > a, .reflection-checkmark-test, .btn-zoomout, .btn-zoomin, .btn-discover, .btn-mpower, .btn-tvokids, .btn-pdf, .btn-game:after,
.btn-locker:after, .btn-tvoorg, .btn-mathify {
  color: #fff;
  background-color: #1D428A;
  border-color: #1D428A;
}
.btn-primary:hover, .html5-audio-container > p > a:hover, .html5-audio-container > p > a:hover, .reflection-checkmark-test:hover, .btn-zoomout:hover, .btn-zoomin:hover, .btn-discover:hover, .btn-mpower:hover, .btn-tvokids:hover, .btn-pdf:hover, .btn-game:hover:after,
.btn-locker:hover:after, .btn-tvoorg:hover, .btn-mathify:hover {
  color: #fff;
  background-color: #8B2331;
  border-color: #8B2331;
  /* outline: 2px solid #8B2331;
  outline-offset: 3px; */
}
.btn-primary:focus, .html5-audio-container > p > a:focus, .html5-audio-container > p > a:focus, .reflection-checkmark-test:focus, .btn-zoomout:focus, .btn-zoomin:focus, .btn-discover:focus, .btn-mpower:focus, .btn-tvokids:focus, .btn-pdf:focus, .btn-game:focus:after,
.btn-locker:focus:after, .btn-tvoorg:focus, .btn-mathify:focus, .btn-primary.focus, .html5-audio-container > p > a.focus, .html5-audio-container > p > a.focus, .focus.reflection-checkmark-test, .focus.btn-zoomout, .focus.btn-zoomin, .focus.btn-discover, .focus.btn-mpower, .focus.btn-tvokids, .focus.btn-pdf, .focus.btn-game:after,
.focus.btn-locker:after, .focus.btn-tvoorg, .focus.btn-mathify {
  color: #fff;
  background-color: #8B2331;
  border-color: #8B2331;
  box-shadow: 0 0 0 0.2rem rgba(145, 59, 122, 0.5);
}
.btn-primary.disabled, .html5-audio-container > p > a.disabled, .html5-audio-container > p > a.disabled, .disabled.reflection-checkmark-test, .disabled.btn-zoomout, .disabled.btn-zoomin, .disabled.btn-discover, .disabled.btn-mpower, .disabled.btn-tvokids, .disabled.btn-pdf, .disabled.btn-game:after,
.disabled.btn-locker:after, .disabled.btn-tvoorg, .disabled.btn-mathify, .btn-primary:disabled, .html5-audio-container > p > a:disabled, .html5-audio-container > p > a:disabled, .reflection-checkmark-test:disabled, .btn-zoomout:disabled, .btn-zoomin:disabled, .btn-discover:disabled, .btn-mpower:disabled, .btn-tvokids:disabled, .btn-pdf:disabled, .btn-game:disabled:after,
.btn-locker:disabled:after, .btn-tvoorg:disabled, .btn-mathify:disabled {
  color: #fff;
  background-color: #8B2331;
  border-color: #8B2331;
}
.btn-primary:not(:disabled):not(.disabled):active, .html5-audio-container > p > a:not(:disabled):not(.disabled):active, .html5-audio-container > p > a:not(:disabled):not(.disabled):active, .reflection-checkmark-test:not(:disabled):not(.disabled):active, .btn-zoomout:not(:disabled):not(.disabled):active, .btn-zoomin:not(:disabled):not(.disabled):active, .btn-discover:not(:disabled):not(.disabled):active, .btn-mpower:not(:disabled):not(.disabled):active, .btn-tvokids:not(:disabled):not(.disabled):active, .btn-pdf:not(:disabled):not(.disabled):active, .btn-game:not(:disabled):not(.disabled):active:after,
.btn-locker:not(:disabled):not(.disabled):active:after, .btn-tvoorg:not(:disabled):not(.disabled):active, .btn-mathify:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .html5-audio-container > p > a:not(:disabled):not(.disabled).active, .html5-audio-container > p > a:not(:disabled):not(.disabled).active, .reflection-checkmark-test:not(:disabled):not(.disabled).active, .btn-zoomout:not(:disabled):not(.disabled).active, .btn-zoomin:not(:disabled):not(.disabled).active, .btn-discover:not(:disabled):not(.disabled).active, .btn-mpower:not(:disabled):not(.disabled).active, .btn-tvokids:not(:disabled):not(.disabled).active, .btn-pdf:not(:disabled):not(.disabled).active, .btn-game:not(:disabled):not(.disabled).active:after,
.btn-locker:not(:disabled):not(.disabled).active:after, .btn-tvoorg:not(:disabled):not(.disabled).active, .btn-mathify:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .html5-audio-container.show > a.dropdown-toggle, .html5-audio-french-container.show > a.dropdown-toggle, .show > .dropdown-toggle.reflection-checkmark-test, .show > .dropdown-toggle.btn-zoomout, .show > .dropdown-toggle.btn-zoomin, .show > .dropdown-toggle.btn-discover, .show > .dropdown-toggle.btn-mpower, .show > .dropdown-toggle.btn-tvokids, .show > .dropdown-toggle.btn-pdf, .show > .dropdown-toggle.btn-game:after,
.show > .dropdown-toggle.btn-locker:after, .show > .dropdown-toggle.btn-tvoorg, .show > .dropdown-toggle.btn-mathify {
  color: #fff;
  background-color: #8B2331;
  border-color: #8B2331;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .html5-audio-container > p > a:not(:disabled):not(.disabled):active:focus, .html5-audio-container > p > a:not(:disabled):not(.disabled):active:focus, .reflection-checkmark-test:not(:disabled):not(.disabled):active:focus, .btn-zoomout:not(:disabled):not(.disabled):active:focus, .btn-zoomin:not(:disabled):not(.disabled):active:focus, .btn-discover:not(:disabled):not(.disabled):active:focus, .btn-mpower:not(:disabled):not(.disabled):active:focus, .btn-tvokids:not(:disabled):not(.disabled):active:focus, .btn-pdf:not(:disabled):not(.disabled):active:focus, .btn-game:not(:disabled):not(.disabled):active:focus:after,
.btn-locker:not(:disabled):not(.disabled):active:focus:after, .btn-tvoorg:not(:disabled):not(.disabled):active:focus, .btn-mathify:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .html5-audio-container > p > a:not(:disabled):not(.disabled).active:focus, .html5-audio-container > p > a:not(:disabled):not(.disabled).active:focus, .reflection-checkmark-test:not(:disabled):not(.disabled).active:focus, .btn-zoomout:not(:disabled):not(.disabled).active:focus, .btn-zoomin:not(:disabled):not(.disabled).active:focus, .btn-discover:not(:disabled):not(.disabled).active:focus, .btn-mpower:not(:disabled):not(.disabled).active:focus, .btn-tvokids:not(:disabled):not(.disabled).active:focus, .btn-pdf:not(:disabled):not(.disabled).active:focus, .btn-game:not(:disabled):not(.disabled).active:focus:after,
.btn-locker:not(:disabled):not(.disabled).active:focus:after, .btn-tvoorg:not(:disabled):not(.disabled).active:focus, .btn-mathify:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .html5-audio-container.show > a.dropdown-toggle:focus, .html5-audio-french-container.show > a.dropdown-toggle:focus, .show > .dropdown-toggle.reflection-checkmark-test:focus, .show > .dropdown-toggle.btn-zoomout:focus, .show > .dropdown-toggle.btn-zoomin:focus, .show > .dropdown-toggle.btn-discover:focus, .show > .dropdown-toggle.btn-mpower:focus, .show > .dropdown-toggle.btn-tvokids:focus, .show > .dropdown-toggle.btn-pdf:focus, .show > .dropdown-toggle.btn-game:focus:after,
.show > .dropdown-toggle.btn-locker:focus:after, .show > .dropdown-toggle.btn-tvoorg:focus, .show > .dropdown-toggle.btn-mathify:focus {
  box-shadow: 0 0 0 0.2rem rgba(145, 59, 122, 0.5);
}

.btn-secondary, .btn-longdesc {
  color: #fff;
  background-color: #1d428a;
  border-color: #1d428a;
}
.btn-secondary:hover, .btn-longdesc:hover {
  color: #fff;
  background-color: #8b2331;
  border-color: #8b2331;
}
.btn-secondary:focus, .btn-longdesc:focus, .btn-secondary.focus, .focus.btn-longdesc {
  color: #fff;
  background-color: #8b2331;
  border-color: #8b2331;
  box-shadow: 0 0 0 0.2rem #8b2331;
}
.btn-secondary.disabled, .disabled.btn-longdesc, .btn-secondary:disabled, .btn-longdesc:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-longdesc:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-longdesc:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .show > .dropdown-toggle.btn-longdesc {
  color: #fff;
  background-color: #8b2331;
  border-color: #8b2331;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-longdesc:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-longdesc:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .show > .dropdown-toggle.btn-longdesc:focus {
  box-shadow: 0 0 0 0.2rem #8b2331;
}

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

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

.btn-link {
  font-weight: 400;
  color: #7D1863;
  text-decoration: none;
}
.btn-link:hover {
  color: #3d0c30;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .html5-audio-container.btn-group-lg > a, .html5-audio-french-container.btn-group-lg > a, .btn-group-lg > .reflection-checkmark-test, .btn-group-lg > .btn-zoomout, .btn-group-lg > .btn-zoomin, .btn-group-lg > .btn-longdesc, .btn-group-lg > .btn-discover, .btn-group-lg > .btn-mpower, .btn-group-lg > .btn-tvokids, .btn-group-lg > .btn-pdf, .btn-group-lg > .btn-game:after,
.btn-group-lg > .btn-locker:after, .btn-group-lg > .btn-tvoorg, .btn-group-lg > .btn-mathify {
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .html5-audio-container.btn-group-sm > a, .html5-audio-french-container.btn-group-sm > a, .btn-group-sm > .reflection-checkmark-test, .btn-group-sm > .btn-zoomout, .btn-group-sm > .btn-zoomin, .btn-group-sm > .btn-longdesc, .btn-group-sm > .btn-discover, .btn-group-sm > .btn-mpower, .btn-group-sm > .btn-tvokids, .btn-group-sm > .btn-pdf, .btn-group-sm > .btn-game:after,
.btn-group-sm > .btn-locker:after, .btn-group-sm > .btn-tvoorg, .btn-group-sm > .btn-mathify {
  padding: 0.25rem 0.5rem;
  font-size: 1.05rem;
  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%;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .html5-audio-container.btn-group > a, .html5-audio-french-container.btn-group > a, .btn-group > .reflection-checkmark-test, .btn-group > .btn-zoomout, .btn-group > .btn-zoomin, .btn-group > .btn-longdesc, .btn-group > .btn-discover, .btn-group > .btn-mpower, .btn-group > .btn-tvokids, .btn-group > .btn-pdf, .btn-group > .btn-game:after,
.btn-group > .btn-locker:after, .btn-group > .btn-tvoorg, .btn-group > .btn-mathify,
.btn-group-vertical > .btn,
.html5-audio-container.btn-group-vertical > a,
.html5-audio-french-container.btn-group-vertical > a,
.btn-group-vertical > .reflection-checkmark-test,
.btn-group-vertical > .btn-zoomout,
.btn-group-vertical > .btn-zoomin,
.btn-group-vertical > .btn-longdesc,
.btn-group-vertical > .btn-discover,
.btn-group-vertical > .btn-mpower,
.btn-group-vertical > .btn-tvokids,
.btn-group-vertical > .btn-pdf,
.btn-group-vertical > .btn-game:after,
.btn-group-vertical > .btn-locker:after,
.btn-group-vertical > .btn-tvoorg,
.btn-group-vertical > .btn-mathify {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .html5-audio-container.btn-group > a:hover, .html5-audio-french-container.btn-group > a:hover, .btn-group > .reflection-checkmark-test:hover, .btn-group > .btn-zoomout:hover, .btn-group > .btn-zoomin:hover, .btn-group > .btn-longdesc:hover, .btn-group > .btn-discover:hover, .btn-group > .btn-mpower:hover, .btn-group > .btn-tvokids:hover, .btn-group > .btn-pdf:hover, .btn-group > .btn-game:hover:after,
.btn-group > .btn-locker:hover:after, .btn-group > .btn-tvoorg:hover, .btn-group > .btn-mathify:hover,
.btn-group-vertical > .btn:hover,
.html5-audio-container.btn-group-vertical > a:hover,
.html5-audio-french-container.btn-group-vertical > a:hover,
.btn-group-vertical > .reflection-checkmark-test:hover,
.btn-group-vertical > .btn-zoomout:hover,
.btn-group-vertical > .btn-zoomin:hover,
.btn-group-vertical > .btn-longdesc:hover,
.btn-group-vertical > .btn-discover:hover,
.btn-group-vertical > .btn-mpower:hover,
.btn-group-vertical > .btn-tvokids:hover,
.btn-group-vertical > .btn-pdf:hover,
.btn-group-vertical > .btn-game:hover:after,
.btn-group-vertical > .btn-locker:hover:after,
.btn-group-vertical > .btn-tvoorg:hover,
.btn-group-vertical > .btn-mathify:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .html5-audio-container.btn-group > a:focus, .html5-audio-french-container.btn-group > a:focus, .btn-group > .reflection-checkmark-test:focus, .btn-group > .btn-zoomout:focus, .btn-group > .btn-zoomin:focus, .btn-group > .btn-longdesc:focus, .btn-group > .btn-discover:focus, .btn-group > .btn-mpower:focus, .btn-group > .btn-tvokids:focus, .btn-group > .btn-pdf:focus, .btn-group > .btn-game:focus:after,
.btn-group > .btn-locker:focus:after, .btn-group > .btn-tvoorg:focus, .btn-group > .btn-mathify:focus, .btn-group > .btn:active, .html5-audio-container.btn-group > a:active, .html5-audio-french-container.btn-group > a:active, .btn-group > .reflection-checkmark-test:active, .btn-group > .btn-zoomout:active, .btn-group > .btn-zoomin:active, .btn-group > .btn-longdesc:active, .btn-group > .btn-discover:active, .btn-group > .btn-mpower:active, .btn-group > .btn-tvokids:active, .btn-group > .btn-pdf:active, .btn-group > .btn-game:active:after,
.btn-group > .btn-locker:active:after, .btn-group > .btn-tvoorg:active, .btn-group > .btn-mathify:active, .btn-group > .btn.active, .html5-audio-container.btn-group > a.active, .html5-audio-french-container.btn-group > a.active, .btn-group > .active.reflection-checkmark-test, .btn-group > .active.btn-zoomout, .btn-group > .active.btn-zoomin, .btn-group > .active.btn-longdesc, .btn-group > .active.btn-discover, .btn-group > .active.btn-mpower, .btn-group > .active.btn-tvokids, .btn-group > .active.btn-pdf, .btn-group > .active.btn-game:after,
.btn-group > .active.btn-locker:after, .btn-group > .active.btn-tvoorg, .btn-group > .active.btn-mathify,
.btn-group-vertical > .btn:focus,
.html5-audio-container.btn-group-vertical > a:focus,
.html5-audio-french-container.btn-group-vertical > a:focus,
.btn-group-vertical > .reflection-checkmark-test:focus,
.btn-group-vertical > .btn-zoomout:focus,
.btn-group-vertical > .btn-zoomin:focus,
.btn-group-vertical > .btn-longdesc:focus,
.btn-group-vertical > .btn-discover:focus,
.btn-group-vertical > .btn-mpower:focus,
.btn-group-vertical > .btn-tvokids:focus,
.btn-group-vertical > .btn-pdf:focus,
.btn-group-vertical > .btn-game:focus:after,
.btn-group-vertical > .btn-locker:focus:after,
.btn-group-vertical > .btn-tvoorg:focus,
.btn-group-vertical > .btn-mathify:focus,
.btn-group-vertical > .btn:active,
.html5-audio-container.btn-group-vertical > a:active,
.html5-audio-french-container.btn-group-vertical > a:active,
.btn-group-vertical > .reflection-checkmark-test:active,
.btn-group-vertical > .btn-zoomout:active,
.btn-group-vertical > .btn-zoomin:active,
.btn-group-vertical > .btn-longdesc:active,
.btn-group-vertical > .btn-discover:active,
.btn-group-vertical > .btn-mpower:active,
.btn-group-vertical > .btn-tvokids:active,
.btn-group-vertical > .btn-pdf:active,
.btn-group-vertical > .btn-game:active:after,
.btn-group-vertical > .btn-locker:active:after,
.btn-group-vertical > .btn-tvoorg:active,
.btn-group-vertical > .btn-mathify:active,
.btn-group-vertical > .btn.active,
.html5-audio-container.btn-group-vertical > a.active,
.html5-audio-french-container.btn-group-vertical > a.active,
.btn-group-vertical > .active.reflection-checkmark-test,
.btn-group-vertical > .active.btn-zoomout,
.btn-group-vertical > .active.btn-zoomin,
.btn-group-vertical > .active.btn-longdesc,
.btn-group-vertical > .active.btn-discover,
.btn-group-vertical > .active.btn-mpower,
.btn-group-vertical > .active.btn-tvokids,
.btn-group-vertical > .active.btn-pdf,
.btn-group-vertical > .active.btn-game:after,
.btn-group-vertical > .active.btn-locker:after,
.btn-group-vertical > .active.btn-tvoorg,
.btn-group-vertical > .active.btn-mathify {
  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), .html5-audio-container.btn-group > a:not(:first-child), .html5-audio-french-container.btn-group > a:not(:first-child), .btn-group > .reflection-checkmark-test:not(:first-child), .btn-group > .btn-zoomout:not(:first-child), .btn-group > .btn-zoomin:not(:first-child), .btn-group > .btn-longdesc:not(:first-child), .btn-group > .btn-discover:not(:first-child), .btn-group > .btn-mpower:not(:first-child), .btn-group > .btn-tvokids:not(:first-child), .btn-group > .btn-pdf:not(:first-child), .btn-group > .btn-game:not(:first-child):after,
.btn-group > .btn-locker:not(:first-child):after, .btn-group > .btn-tvoorg:not(:first-child), .btn-group > .btn-mathify:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .html5-audio-container.btn-group > a:not(:last-child):not(.dropdown-toggle), .html5-audio-french-container.btn-group > a:not(:last-child):not(.dropdown-toggle), .btn-group > .reflection-checkmark-test:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-zoomout:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-zoomin:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-longdesc:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-discover:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-mpower:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-tvokids:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-pdf:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-game:not(:last-child):not(.dropdown-toggle):after,
.btn-group > .btn-locker:not(:last-child):not(.dropdown-toggle):after, .btn-group > .btn-tvoorg:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-mathify:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .html5-audio-container.btn-group:not(:last-child) > a,
.btn-group > .html5-audio-french-container.btn-group:not(:last-child) > a,
.btn-group > .btn-group:not(:last-child) > .reflection-checkmark-test,
.btn-group > .btn-group:not(:last-child) > .btn-zoomout,
.btn-group > .btn-group:not(:last-child) > .btn-zoomin,
.btn-group > .btn-group:not(:last-child) > .btn-longdesc,
.btn-group > .btn-group:not(:last-child) > .btn-discover,
.btn-group > .btn-group:not(:last-child) > .btn-mpower,
.btn-group > .btn-group:not(:last-child) > .btn-tvokids,
.btn-group > .btn-group:not(:last-child) > .btn-pdf,
.btn-group > .btn-group:not(:last-child) > .btn-game:after,
.btn-group > .btn-group:not(:last-child) > .btn-locker:after,
.btn-group > .btn-group:not(:last-child) > .btn-tvoorg,
.btn-group > .btn-group:not(:last-child) > .btn-mathify {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .html5-audio-container.btn-group > a:not(:first-child), .html5-audio-french-container.btn-group > a:not(:first-child), .btn-group > .reflection-checkmark-test:not(:first-child), .btn-group > .btn-zoomout:not(:first-child), .btn-group > .btn-zoomin:not(:first-child), .btn-group > .btn-longdesc:not(:first-child), .btn-group > .btn-discover:not(:first-child), .btn-group > .btn-mpower:not(:first-child), .btn-group > .btn-tvokids:not(:first-child), .btn-group > .btn-pdf:not(:first-child), .btn-group > .btn-game:not(:first-child):after,
.btn-group > .btn-locker:not(:first-child):after, .btn-group > .btn-tvoorg:not(:first-child), .btn-group > .btn-mathify:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .html5-audio-container.btn-group:not(:first-child) > a,
.btn-group > .html5-audio-french-container.btn-group:not(:first-child) > a,
.btn-group > .btn-group:not(:first-child) > .reflection-checkmark-test,
.btn-group > .btn-group:not(:first-child) > .btn-zoomout,
.btn-group > .btn-group:not(:first-child) > .btn-zoomin,
.btn-group > .btn-group:not(:first-child) > .btn-longdesc,
.btn-group > .btn-group:not(:first-child) > .btn-discover,
.btn-group > .btn-group:not(:first-child) > .btn-mpower,
.btn-group > .btn-group:not(:first-child) > .btn-tvokids,
.btn-group > .btn-group:not(:first-child) > .btn-pdf,
.btn-group > .btn-group:not(:first-child) > .btn-game:after,
.btn-group > .btn-group:not(:first-child) > .btn-locker:after,
.btn-group > .btn-group:not(:first-child) > .btn-tvoorg,
.btn-group > .btn-group:not(:first-child) > .btn-mathify {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .html5-audio-container.btn-group-sm > a + .dropdown-toggle-split, .html5-audio-french-container.btn-group-sm > a + .dropdown-toggle-split, .btn-group-sm > .reflection-checkmark-test + .dropdown-toggle-split, .btn-group-sm > .btn-zoomout + .dropdown-toggle-split, .btn-group-sm > .btn-zoomin + .dropdown-toggle-split, .btn-group-sm > .btn-longdesc + .dropdown-toggle-split, .btn-group-sm > .btn-discover + .dropdown-toggle-split, .btn-group-sm > .btn-mpower + .dropdown-toggle-split, .btn-group-sm > .btn-tvokids + .dropdown-toggle-split, .btn-group-sm > .btn-pdf + .dropdown-toggle-split, .btn-group-sm > .btn-game:after + .dropdown-toggle-split,
.btn-group-sm > .btn-locker:after + .dropdown-toggle-split, .btn-group-sm > .btn-tvoorg + .dropdown-toggle-split, .btn-group-sm > .btn-mathify + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .html5-audio-container.btn-group-lg > a + .dropdown-toggle-split, .html5-audio-french-container.btn-group-lg > a + .dropdown-toggle-split, .btn-group-lg > .reflection-checkmark-test + .dropdown-toggle-split, .btn-group-lg > .btn-zoomout + .dropdown-toggle-split, .btn-group-lg > .btn-zoomin + .dropdown-toggle-split, .btn-group-lg > .btn-longdesc + .dropdown-toggle-split, .btn-group-lg > .btn-discover + .dropdown-toggle-split, .btn-group-lg > .btn-mpower + .dropdown-toggle-split, .btn-group-lg > .btn-tvokids + .dropdown-toggle-split, .btn-group-lg > .btn-pdf + .dropdown-toggle-split, .btn-group-lg > .btn-game:after + .dropdown-toggle-split,
.btn-group-lg > .btn-locker:after + .dropdown-toggle-split, .btn-group-lg > .btn-tvoorg + .dropdown-toggle-split, .btn-group-lg > .btn-mathify + .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, .html5-audio-container.btn-group-vertical > a, .html5-audio-french-container.btn-group-vertical > a, .btn-group-vertical > .reflection-checkmark-test, .btn-group-vertical > .btn-zoomout, .btn-group-vertical > .btn-zoomin, .btn-group-vertical > .btn-longdesc, .btn-group-vertical > .btn-discover, .btn-group-vertical > .btn-mpower, .btn-group-vertical > .btn-tvokids, .btn-group-vertical > .btn-pdf, .btn-group-vertical > .btn-game:after,
.btn-group-vertical > .btn-locker:after, .btn-group-vertical > .btn-tvoorg, .btn-group-vertical > .btn-mathify,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .html5-audio-container.btn-group-vertical > a:not(:first-child), .html5-audio-french-container.btn-group-vertical > a:not(:first-child), .btn-group-vertical > .reflection-checkmark-test:not(:first-child), .btn-group-vertical > .btn-zoomout:not(:first-child), .btn-group-vertical > .btn-zoomin:not(:first-child), .btn-group-vertical > .btn-longdesc:not(:first-child), .btn-group-vertical > .btn-discover:not(:first-child), .btn-group-vertical > .btn-mpower:not(:first-child), .btn-group-vertical > .btn-tvokids:not(:first-child), .btn-group-vertical > .btn-pdf:not(:first-child), .btn-group-vertical > .btn-game:not(:first-child):after,
.btn-group-vertical > .btn-locker:not(:first-child):after, .btn-group-vertical > .btn-tvoorg:not(:first-child), .btn-group-vertical > .btn-mathify:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .html5-audio-container.btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .html5-audio-french-container.btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .reflection-checkmark-test:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-zoomout:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-zoomin:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-longdesc:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-discover:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-mpower:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-tvokids:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-pdf:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-game:not(:last-child):not(.dropdown-toggle):after,
.btn-group-vertical > .btn-locker:not(:last-child):not(.dropdown-toggle):after, .btn-group-vertical > .btn-tvoorg:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-mathify:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .html5-audio-container.btn-group:not(:last-child) > a,
.btn-group-vertical > .html5-audio-french-container.btn-group:not(:last-child) > a,
.btn-group-vertical > .btn-group:not(:last-child) > .reflection-checkmark-test,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-zoomout,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-zoomin,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-longdesc,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-discover,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-mpower,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-tvokids,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-pdf,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-game:after,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-locker:after,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-tvoorg,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-mathify {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .html5-audio-container.btn-group-vertical > a:not(:first-child), .html5-audio-french-container.btn-group-vertical > a:not(:first-child), .btn-group-vertical > .reflection-checkmark-test:not(:first-child), .btn-group-vertical > .btn-zoomout:not(:first-child), .btn-group-vertical > .btn-zoomin:not(:first-child), .btn-group-vertical > .btn-longdesc:not(:first-child), .btn-group-vertical > .btn-discover:not(:first-child), .btn-group-vertical > .btn-mpower:not(:first-child), .btn-group-vertical > .btn-tvokids:not(:first-child), .btn-group-vertical > .btn-pdf:not(:first-child), .btn-group-vertical > .btn-game:not(:first-child):after,
.btn-group-vertical > .btn-locker:not(:first-child):after, .btn-group-vertical > .btn-tvoorg:not(:first-child), .btn-group-vertical > .btn-mathify:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .html5-audio-container.btn-group:not(:first-child) > a,
.btn-group-vertical > .html5-audio-french-container.btn-group:not(:first-child) > a,
.btn-group-vertical > .btn-group:not(:first-child) > .reflection-checkmark-test,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-zoomout,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-zoomin,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-longdesc,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-discover,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-mpower,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-tvokids,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-pdf,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-game:after,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-locker:after,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-tvoorg,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-mathify {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .html5-audio-container.btn-group-toggle > a, .html5-audio-french-container.btn-group-toggle > a, .btn-group-toggle > .reflection-checkmark-test, .btn-group-toggle > .btn-zoomout, .btn-group-toggle > .btn-zoomin, .btn-group-toggle > .btn-longdesc, .btn-group-toggle > .btn-discover, .btn-group-toggle > .btn-mpower, .btn-group-toggle > .btn-tvokids, .btn-group-toggle > .btn-pdf, .btn-group-toggle > .btn-game:after,
.btn-group-toggle > .btn-locker:after, .btn-group-toggle > .btn-tvoorg, .btn-group-toggle > .btn-mathify,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .html5-audio-container.btn-group > a,
.btn-group-toggle > .html5-audio-french-container.btn-group > a,
.btn-group-toggle > .btn-group > .reflection-checkmark-test,
.btn-group-toggle > .btn-group > .btn-zoomout,
.btn-group-toggle > .btn-group > .btn-zoomin,
.btn-group-toggle > .btn-group > .btn-longdesc,
.btn-group-toggle > .btn-group > .btn-discover,
.btn-group-toggle > .btn-group > .btn-mpower,
.btn-group-toggle > .btn-group > .btn-tvokids,
.btn-group-toggle > .btn-group > .btn-pdf,
.btn-group-toggle > .btn-group > .btn-game:after,
.btn-group-toggle > .btn-group > .btn-locker:after,
.btn-group-toggle > .btn-group > .btn-tvoorg,
.btn-group-toggle > .btn-group > .btn-mathify {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .html5-audio-container.btn-group-toggle > a input[type=radio], .html5-audio-french-container.btn-group-toggle > a input[type=radio], .btn-group-toggle > .reflection-checkmark-test input[type=radio], .btn-group-toggle > .btn-zoomout input[type=radio], .btn-group-toggle > .btn-zoomin input[type=radio], .btn-group-toggle > .btn-longdesc input[type=radio], .btn-group-toggle > .btn-discover input[type=radio], .btn-group-toggle > .btn-mpower input[type=radio], .btn-group-toggle > .btn-tvokids input[type=radio], .btn-group-toggle > .btn-pdf input[type=radio], .btn-group-toggle > .btn-game:after input[type=radio],
.btn-group-toggle > .btn-locker:after input[type=radio], .btn-group-toggle > .btn-tvoorg input[type=radio], .btn-group-toggle > .btn-mathify input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.html5-audio-container.btn-group-toggle > a input[type=checkbox],
.html5-audio-french-container.btn-group-toggle > a input[type=checkbox],
.btn-group-toggle > .reflection-checkmark-test input[type=checkbox],
.btn-group-toggle > .btn-zoomout input[type=checkbox],
.btn-group-toggle > .btn-zoomin input[type=checkbox],
.btn-group-toggle > .btn-longdesc input[type=checkbox],
.btn-group-toggle > .btn-discover input[type=checkbox],
.btn-group-toggle > .btn-mpower input[type=checkbox],
.btn-group-toggle > .btn-tvokids input[type=checkbox],
.btn-group-toggle > .btn-pdf input[type=checkbox],
.btn-group-toggle > .btn-game:after input[type=checkbox],
.btn-group-toggle > .btn-locker:after input[type=checkbox],
.btn-group-toggle > .btn-tvoorg input[type=checkbox],
.btn-group-toggle > .btn-mathify input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .html5-audio-container.btn-group > a input[type=radio],
.btn-group-toggle > .html5-audio-french-container.btn-group > a input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .html5-audio-container.btn-group > a input[type=checkbox],
.btn-group-toggle > .html5-audio-french-container.btn-group > a input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

.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: 1.2rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

.dropdown-menu[x-placement^=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: #7D1863;
}
.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: 1.05rem;
  color: #6c757d;
  white-space: nowrap;
}

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.2rem;
  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: #d93bb1;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(125, 24, 99, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

select.form-control:focus::-ms-value {
  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.5rem;
  line-height: 1.5;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  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: 1.05rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  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: #2B875A;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.05rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(43, 135, 90, 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: #2B875A;
  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='%232B875A' 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: #2B875A;
  box-shadow: 0 0 0 0.2rem rgba(43, 135, 90, 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: #2B875A;
  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='%232B875A' 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: #2B875A;
  box-shadow: 0 0 0 0.2rem rgba(43, 135, 90, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #2B875A;
}
.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: #2B875A;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #2B875A;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #37ae74;
  background-color: #37ae74;
}
.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(43, 135, 90, 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: #2B875A;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #2B875A;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #2B875A;
  box-shadow: 0 0 0 0.2rem rgba(43, 135, 90, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.05rem;
  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;
  }
}

.container,
.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%;
  }
}
.img-fluid, .img-center, .set-modal {
  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;
}

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

.media-body {
  flex: 1;
}

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

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #dbbed3;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #bb87ae;
}

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

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

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

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

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

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

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

.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: 0px;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-0, .accordion > .card, .accordion > .reflection-checked, .accordion > .longdescription-body, .accordion > .discover-body {
  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: #7D1863 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-block, .img-center {
  display: block !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center, .locker {
  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;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mb-0,
.my-0,
.statchart img {
  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, .reflection-check,
.my-2 {
  margin-top: 0.5rem !important;
}

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

.mb-2, .table-lockerdoc caption, figure img,
.my-2 {
  margin-bottom: 0.5rem !important;
}

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

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

.mt-3, .h1 > img,
h1 > img, .table-lockerdoc caption, .locker-caption,
.my-3 {
  margin-top: 1rem !important;
}

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

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

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

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

.mt-4,
.my-4,
img,
.img-center,
.table,
.production_callout,
.callout,
.callout_code,
.blue_lined_paper,
.yellow_lined_paper,
.heavy_border,
.pink_bg,
.yellow_bg,
.green_bg,
.table-lockerdoc {
  margin-top: 1.5rem !important;
}

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

.mb-4, .accordion,
.my-4,
img,
.img-center,
.table,
.production_callout,
.callout,
.callout_code,
.blue_lined_paper,
.yellow_lined_paper,
.heavy_border,
.pink_bg,
.yellow_bg,
.green_bg,
.table-lockerdoc {
  margin-bottom: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.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;
}

.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, figure p {
  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: #7D1863 !important;
}

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

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

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

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

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

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

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

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

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

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

.nav-link, .k8_nav_button_group > li > a {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .k8_nav_button_group > li > a:hover {
  text-decoration: none;
}
.nav-link:focus, .k8_nav_button_group > li > a:focus-visible {
  text-decoration: none;
  outline: none;
  box-shadow: inset 0 0 0 6px #8B2331;
}
.nav-link.disabled, .k8_nav_button_group > li > a.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs .nav-item, .nav-tabs .k8_nav_button_group > li, .k8_nav_button_group .nav-item, .k8_nav_button_group > li {
  margin-bottom: -1px;
  line-height: 2rem;
}
.nav-tabs .nav-link.disabled, .k8_nav_button_group .nav-link.disabled, .k8_nav_button_group > li > a.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .k8_nav_button_group .nav-link.active, .k8_nav_button_group > li > a.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .k8_nav_button_group > li > a,
.k8_nav_button_group .nav-item.show .nav-link,
.k8_nav_button_group .nav-item.show .k8_nav_button_group > li > a,
.k8_nav_button_group > li.show .nav-link,
.k8_nav_button_group > li.show .k8_nav_button_group > li > a {
  color: white;
  background-color: #C83AA2;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu, .k8_nav_button_group .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link, .nav-pills .k8_nav_button_group > li > a {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .k8_nav_button_group > li > a.active,
.nav-pills .show > .nav-link,
.nav-pills .k8_nav_button_group > li.show > a {
  color: zartar;
  background-color: #C83AA2;
}

.nav-fill > .nav-link, .k8_nav_button_group > li.nav-fill > a,
.nav-fill .nav-item,
.nav-fill .k8_nav_button_group > li {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link, .k8_nav_button_group > li.nav-justified > a,
.nav-justified .nav-item,
.nav-justified .k8_nav_button_group > li {
  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 2rem 0 2rem;
}
.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.275rem;
  padding-bottom: 0.275rem;
  margin-right: 1rem;
  font-size: 1.5rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

.navbar-collapse {
  clear: both;
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  margin-top: auto;
}

.navbar-toggler {
  padding: 0.125rem 0.5rem;
  margin: 0.3rem;
  font-size: unset;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  float: right;
}
.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, .navbar-expand-sm .k8_nav_button_group {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu, .navbar-expand-sm .k8_nav_button_group .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link, .navbar-expand-sm .k8_nav_button_group .nav-link, .navbar-expand-sm .k8_nav_button_group > li > a {
    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, .k8_nav > .container,
.navbar-expand-md > .container-fluid,
.k8_nav > .container-fluid,
.navbar-expand-md > .container-sm,
.k8_nav > .container-sm,
.navbar-expand-md > .container-md,
.k8_nav > .container-md,
.navbar-expand-md > .container-lg,
.k8_nav > .container-lg,
.navbar-expand-md > .container-xl,
.k8_nav > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md, .k8_nav {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav, .navbar-expand-md .k8_nav_button_group, .k8_nav .navbar-nav, .k8_nav .k8_nav_button_group {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu, .navbar-expand-md .k8_nav_button_group .dropdown-menu, .k8_nav .navbar-nav .dropdown-menu, .k8_nav .k8_nav_button_group .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .k8_nav_button_group .nav-link, .navbar-expand-md .k8_nav_button_group > li > a, .k8_nav .navbar-nav .nav-link, .k8_nav .k8_nav_button_group .nav-link, .k8_nav .k8_nav_button_group > li > a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .k8_nav > .container,
.navbar-expand-md > .container-fluid,
.k8_nav > .container-fluid,
.navbar-expand-md > .container-sm,
.k8_nav > .container-sm,
.navbar-expand-md > .container-md,
.k8_nav > .container-md,
.navbar-expand-md > .container-lg,
.k8_nav > .container-lg,
.navbar-expand-md > .container-xl,
.k8_nav > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse, .k8_nav .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler, .k8_nav .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, .navbar-expand-lg .k8_nav_button_group {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu, .navbar-expand-lg .k8_nav_button_group .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .k8_nav_button_group .nav-link, .navbar-expand-lg .k8_nav_button_group > li > a {
    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, .navbar-expand-xl .k8_nav_button_group {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu, .navbar-expand-xl .k8_nav_button_group .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link, .navbar-expand-xl .k8_nav_button_group .nav-link, .navbar-expand-xl .k8_nav_button_group > li > a {
    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, .navbar-expand .k8_nav_button_group {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu, .navbar-expand .k8_nav_button_group .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link, .navbar-expand .k8_nav_button_group .nav-link, .navbar-expand .k8_nav_button_group > li > a {
  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, .k8_nav .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .k8_nav .navbar-brand:hover, .navbar-light .navbar-brand:focus, .k8_nav .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link, .navbar-light .k8_nav_button_group .nav-link, .navbar-light .k8_nav_button_group > li > a, .k8_nav .navbar-nav .nav-link, .k8_nav .k8_nav_button_group .nav-link, .k8_nav .k8_nav_button_group > li > a {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .k8_nav_button_group .nav-link:hover, .navbar-light .k8_nav_button_group > li > a:hover, .k8_nav .navbar-nav .nav-link:hover, .k8_nav .k8_nav_button_group .nav-link:hover, .k8_nav .k8_nav_button_group > li > a:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .k8_nav_button_group .nav-link:focus, .navbar-light .k8_nav_button_group > li > a:focus, .k8_nav .navbar-nav .nav-link:focus, .k8_nav .k8_nav_button_group .nav-link:focus, .k8_nav .k8_nav_button_group > li > a:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled, .navbar-light .k8_nav_button_group .nav-link.disabled, .navbar-light .k8_nav_button_group > li > a.disabled, .k8_nav .navbar-nav .nav-link.disabled, .k8_nav .k8_nav_button_group .nav-link.disabled, .k8_nav .k8_nav_button_group > li > a.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .k8_nav_button_group .show > .nav-link, .navbar-light .k8_nav_button_group > li.show > a, .k8_nav .navbar-nav .show > .nav-link, .k8_nav .k8_nav_button_group .show > .nav-link, .k8_nav .k8_nav_button_group > li.show > a,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .k8_nav_button_group .active > .nav-link,
.navbar-light .k8_nav_button_group > li.active > a,
.k8_nav .navbar-nav .active > .nav-link,
.k8_nav .k8_nav_button_group .active > .nav-link,
.k8_nav .k8_nav_button_group > li.active > a,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .k8_nav_button_group .nav-link.show,
.navbar-light .k8_nav_button_group > li > a.show,
.k8_nav .navbar-nav .nav-link.show,
.k8_nav .k8_nav_button_group .nav-link.show,
.k8_nav .k8_nav_button_group > li > a.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .k8_nav_button_group .nav-link.active,
.navbar-light .k8_nav_button_group > li > a.active,
.k8_nav .navbar-nav .nav-link.active,
.k8_nav .k8_nav_button_group .nav-link.active,
.k8_nav .k8_nav_button_group > li > a.active {
  color: rgba(0, 0, 0, 0.5);
  background-color: white;
}
.navbar-light .navbar-toggler, .k8_nav .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon, .k8_nav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text, .navbar-light .k8_nav_title, .k8_nav .navbar-text, .k8_nav .k8_nav_title {
  color: #404040;
}
.navbar-light .navbar-text a, .navbar-light .k8_nav_title a, .k8_nav .navbar-text a, .k8_nav .k8_nav_title a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .k8_nav_title a:hover, .k8_nav .navbar-text a:hover, .k8_nav .k8_nav_title a:hover, .navbar-light .navbar-text a:focus, .navbar-light .k8_nav_title a:focus, .k8_nav .navbar-text a:focus, .k8_nav .k8_nav_title a:focus {
  color: rgba(0, 0, 0, 0.9);
}

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

.card, .reflection-checked, .longdescription-body, .discover-body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #7D1863;
  border-radius: 10px;
}
.card > hr, .reflection-checked > hr, .longdescription-body > hr, .discover-body > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group, .reflection-checked > .list-group, .longdescription-body > .list-group, .discover-body > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child, .reflection-checked > .list-group:first-child, .longdescription-body > .list-group:first-child, .discover-body > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.card > .list-group:last-child, .reflection-checked > .list-group:last-child, .longdescription-body > .list-group:last-child, .discover-body > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}
.card > .card-header + .list-group, .reflection-checked > .card-header + .list-group, .longdescription-body > .card-header + .list-group, .discover-body > .card-header + .list-group,
.card > .list-group + .card-footer,
.reflection-checked > .list-group + .card-footer,
.longdescription-body > .list-group + .card-footer,
.discover-body > .list-group + .card-footer {
  border-top: 0;
}

.card-body, .reflection-checked, .longdescription-body, .discover-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
@media (max-width: 575.98px) {
  .card-body, .reflection-checked, .longdescription-body, .discover-body {
    padding: 1rem;
  }
}

.card-body p:last-child, .reflection-checked p:last-child, .longdescription-body p:last-child, .discover-body p:last-child {
  margin-bottom: 0;
}

.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 #7D1863;
}
.card-header:first-child {
  border-radius: 9px 9px 0 0;
}

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

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

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

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

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

.card-img,
.card-img-top {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}

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

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

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

.accordion {
  margin-top: 1.5rem;
  overflow-anchor: none;
}
.accordion > .card, .accordion > .reflection-checked, .accordion > .longdescription-body, .accordion > .discover-body {
  overflow: hidden;
  margin-bottom: 5px;
  background-color: #DBE8FD;
}
.accordion > .card:not(:last-of-type), .accordion > .reflection-checked:not(:last-of-type), .accordion > .longdescription-body:not(:last-of-type), .accordion > .discover-body:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type), .accordion > .reflection-checked:not(:first-of-type), .accordion > .longdescription-body:not(:first-of-type), .accordion > .discover-body:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > h4, .accordion > .reflection-checked > h4, .accordion > .longdescription-body > h4, .accordion > .discover-body > h4 {
  display: contents;
  color: #1D428A;
  font-size: 1.2rem;
  font-family: "TVOPlexSans-Regular", Arial, sans-serif;
}
.accordion > .card > h4 > button, .accordion > .reflection-checked > h4 > button, .accordion > .longdescription-body > h4 > button, .accordion > .discover-body > h4 > button {
  all: unset;
  text-decoration: none;
  position: relative;
  height: 100%;
}
.accordion > .card > h4 > button:hover, .accordion > .reflection-checked > h4 > button:hover, .accordion > .longdescription-body > h4 > button:hover, .accordion > .discover-body > h4 > button:hover {
  background-color: #F7D7DC;
}
/* .accordion > .card > h4 > button:focus:hover, .accordion > .reflection-checked > h4 > button:hover, .accordion > .longdescription-body > h4 > button:hover, .accordion > .discover-body > h4 > button:hover {
  background-color: #8B2331;
} */
.accordion > .card > h4 > button:active, .accordion > .reflection-checked > h4 > button:hover, .accordion > .longdescription-body > h4 > button:hover, .accordion > .discover-body > h4 > button:hover {
  background-color: #8B2331 !important;
  color: #FFFFFF !important;
}
.accordion > .card > h4 > button:focus, .accordion > .reflection-checked > h4 > button:focus, .accordion > .longdescription-body > h4 > button:focus, .accordion > .discover-body > h4 > button:focus {
  background-color: #F7D7DC;
  box-shadow: 0.2rem #dec5d8;
  color: #1D428A;
}
.accordion > .card > h4 > .card-header.collapsed:after, .accordion > .reflection-checked > h4 > .card-header.collapsed:after, .accordion > .longdescription-body > h4 > .card-header.collapsed:after, .accordion > .discover-body > h4 > .card-header.collapsed:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("../assets/icons/accordion-arrow.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  transform: scaleY(1);
  /* All browsers support */
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
}

.accordion > .card > h4 > .card-header.collapsed:active::after, .accordion > .reflection-checked > h4 > .card-header.collapsed:after, .accordion > .longdescription-body > h4 > .card-header.collapsed:after, .accordion > .discover-body > h4 > .card-header.collapsed:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("../assets/icons/accordion-arrow-hover.svg") !important;
  background-repeat: no-repeat;
  background-position: 95% 50% !important;
  /* transform: scaleY(1) !important; */
  /* All browsers support */
  /* -moz-transform: scaleY(-1) !important;
  -webkit-transform: scaleY(-1) !important;
  -o-transform: scaleY(-1) !important;
  -ms-transform: scaleY(-1) !important; */
}

.accordion > .card > h4 > .card-header.collapsed:hover::after, .accordion > .card > h4 > .card-header.collapsed:focus::after, .accordion > .reflection-checked > h4 > .card-header.collapsed:after, .accordion > .longdescription-body > h4 > .card-header.collapsed:after, .accordion > .discover-body > h4 > .card-header.collapsed:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("../assets/icons/accordion-arrow-hover.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  transform: scaleY(1);
  /* All browsers support */
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
}

.accordion > .card > h4 > .card-header, .accordion > .reflection-checked > h4 > .card-header, .accordion > .longdescription-body > h4 > .card-header, .accordion > .discover-body > h4 > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
  padding: 0.625rem 4.5rem 0.625rem 1.25rem;
  border-bottom: none;
}
.accordion > .card > h4 > .card-header::after, .accordion > .reflection-checked > h4 > .card-header:after, .accordion > .longdescription-body > h4 > .card-header:after, .accordion > .discover-body > h4 > .card-header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("../assets/icons/accordion-arrow-hover.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  transform: scaleY(1);
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
}
.accordion > .card > .collapse > .card-body, .accordion > .card > .collapse > .reflection-checked, .accordion > .reflection-checked > .collapse > .card-body, .accordion > .reflection-checked > .collapse > .reflection-checked, .accordion > .card > .collapse > .longdescription-body, .accordion > .reflection-checked > .collapse > .longdescription-body, .accordion > .longdescription-body > .collapse > .card-body, .accordion > .longdescription-body > .collapse > .reflection-checked, .accordion > .longdescription-body > .collapse > .longdescription-body, .accordion > .card > .collapse > .discover-body, .accordion > .reflection-checked > .collapse > .discover-body, .accordion > .longdescription-body > .collapse > .discover-body, .accordion > .discover-body > .collapse > .card-body, .accordion > .discover-body > .collapse > .reflection-checked, .accordion > .discover-body > .collapse > .longdescription-body, .accordion > .discover-body > .collapse > .discover-body {
  background-color: #F8F8F8;
  border: 2px solid #1D428A;
}
.accordion > .card > .collapsing > .card-body, .accordion > .card > .collapsing > .reflection-checked, .accordion > .reflection-checked > .collapsing > .card-body, .accordion > .reflection-checked > .collapsing > .reflection-checked, .accordion > .card > .collapsing > .longdescription-body, .accordion > .reflection-checked > .collapsing > .longdescription-body, .accordion > .longdescription-body > .collapsing > .card-body, .accordion > .longdescription-body > .collapsing > .reflection-checked, .accordion > .longdescription-body > .collapsing > .longdescription-body, .accordion > .card > .collapsing > .discover-body, .accordion > .reflection-checked > .collapsing > .discover-body, .accordion > .longdescription-body > .collapsing > .discover-body, .accordion > .discover-body > .collapsing > .card-body, .accordion > .discover-body > .collapsing > .reflection-checked, .accordion > .discover-body > .collapsing > .longdescription-body, .accordion > .discover-body > .collapsing > .discover-body {
  background-color: #F8F8F8;
  border: 2px solid #1D428A;
}

.carousel {
  position: relative;
  background-color: #F8F8F8;
  border-radius: 20px;
  border: 2px solid #1D428A;
  box-shadow: 0 6px #1D428A;
}

.carousel-inner img {
  padding: 10px;
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 430px) {
  .carousel-inner img {
    padding: 10px 0 !important;
  }
}
.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-lower-prev,
.carousel-control-next,
.carousel-lower-next {
  position: absolute;
  top: 0;
  bottom: 15%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 1;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-lower-prev,
.carousel-control-next,
.carousel-lower-next {
    transition: none;
  }
}

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

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

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

.carousel-control-prev-icon, .carousel-lower-prev {
  /* background-image: url("../assets/icons/arrow-blue.svg"); */
  background: url("../assets/icons/arrow-red.svg") no-repeat -999px -999px, url("../assets/icons/arrow-blue.svg") no-repeat 65% 100%;
  background-color: #1D428A;
  border-radius: 50%;
  background-size: 65% 100%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}

.carousel-control-next-icon, .carousel-lower-next {
  background: url("../assets/icons/arrow-red.svg") no-repeat -999px -999px, url("../assets/icons/arrow-blue.svg") no-repeat 65% 100%;
  background-color: #1D428A;
  border-radius: 50%;
  background-size: 65% 100%;
}

.carousel-control-next-icon, .carousel-lower-next:focus {
  background: url("../assets/icons/arrow-red.svg") no-repeat 65% 100%, url("../assets/icons/arrow-blue.svg") no-repeat -999px -999px;
  background-color: #8B2331;
  background-size: 65% 100%;
  box-shadow: 0 0 0 3px white, 0 0 0 6px #8B2331;
  outline: none;
}

.carousel-control-next-icon, .carousel-lower-prev:focus {
  background: url("../assets/icons/arrow-red.svg") no-repeat 65% 100%, url("../assets/icons/arrow-blue.svg") no-repeat -999px -999px;
  background-color: #8B2331;
  background-size: 65% 100%;
  box-shadow: 0 0 0 3px white, 0 0 0 6px #8B2331;
  outline: none;
}

@media (min-width: 768px) {
  .carousel-control-prev-icon:hover, .carousel-lower-prev:hover {
    background: url("../assets/icons/arrow-red.svg") no-repeat 65% 100%, url("../assets/icons/arrow-blue.svg") no-repeat -999px -999px;
    background-color: #8B2331;
    background-size: 65% 100%;
    box-shadow: 0 0 0 3px white, 0 0 0 6px #8B2331;
  }
  .carousel-control-next-icon:hover, .carousel-lower-next:hover {
    background: url("../assets/icons/arrow-red.svg") no-repeat 65% 100%, url("../assets/icons/arrow-blue.svg") no-repeat -999px -999px;
    background-color: #8B2331;
    background-size: 65% 100%;
    box-shadow: 0 0 0 3px white, 0 0 0 6px #8B2331;
  }
}

@media (max-width: 767px) {
  .carousel-control-prev-icon:hover, .carousel-lower-prev:hover {
    background: url("../assets/icons/arrow-red.svg") no-repeat 65% 100%, url("../assets/icons/arrow-blue.svg") no-repeat -999px -999px;
    background-color: #8B2331;
    background-size: 65% 100%;
    box-shadow: 0 0 0 3px white, 0 0 0 6px #8B2331;
  }
  .carousel-control-next-icon:hover, .carousel-lower-next:hover {
    background: url("../assets/icons/arrow-red.svg") no-repeat 65% 100%, url("../assets/icons/arrow-blue.svg") no-repeat -999px -999px;
    background-color: #8B2331;
    background-size: 65% 100%;
    box-shadow: 0 0 0 3px white, 0 0 0 6px #8B2331;
  }
}

.carousel-indicators, .carousel-lower-indicators {
  position: absolute;
  right: 0;
  top: unset;
  margin-top: -1.1rem;
  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, .carousel-lower-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-image: url("../assets/icons/slide-marker-default.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li, .carousel-lower-indicators li {
    transition: none;
  }
}
.carousel-indicators .active, .carousel-lower-indicators .active {
  background-image: url("../assets/icons/slide-marker-focus.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .carousel-indicators :hover, .carousel-lower-indicators :hover {
    background-image: url("../assets/icons/slide-marker-hover.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 27px;
  }
}

.carousel-caption {
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #212529;
  display: block;
  background-color: #FFFFFF;
}

.carousel-caption p {
  padding: 0 20px;
}

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

.carousel-lower-controls {
  background-color: #F8F8F8;
  border-radius: 0 0 20px 20px;
  padding: 40px;
}

.carousel-lower-prev {
  top: unset;
  bottom: unset;
}

.carousel-lower-prev {
  left: 2%;
  margin-top: -1.5rem;
}

.carousel-lower-next {
  right: 2%;
  margin-top: -1.5rem;
}

.carousel-lower-next {
  top: unset;
  bottom: unset;
}

.carousel-lower-indicators {
  top: unset;
}
.carousel-lower-indicators li {
  background-position: 50% 0%;
  border-bottom: 20px solid transparent;
}
.carousel-lower-indicators .active {
  background-position: 50% 0%;
}
@media (hover: hover) and (pointer: fine) {
  .carousel-lower-indicators :hover {
    background-position: 50% 0%;
  }
}

.lower-indicators li {
  border-bottom: 20px solid transparent;
  padding-top: 0.3em;
}
/* .lower-indicators .active {
  background-position: 0% 0%;
}
.lower-indicators :hover {
  background-position: 0% 0%;
} */

/* Additional CSS - Lynn Chin 2021-02-17 */
.chkgreen_bg {
  background-color: #ceedcd;
  border-radius: 1rem;
  margin-top: 1.5rem;
  padding-top: 0rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: "TVOUrbanist-Regular", Arial, sans-serif;
  font-size: 100%;
}
.chkgreen_bg table {
  background-color: transparent;
}

.chkgreen_bg h3,
.chkgreen_bg .h3 {
  color: black;
  font-size: 150%;
}

.chkgreen_bg h4,
.chkgreen_bg .h4 {
  color: black;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: "TVOUrbanist-Semibold", Arial, sans-serif;
  font-size: 115%;
}

.chkgreen_bg h5,
.chkgreen_bg .h5 {
  color: black;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  font-family: "TVOUrbanist-Semibold", Arial, sans-serif;
  font-size: 100%;
}

.chkyellow_bg {
  background-color: #fff9cc;
  border-radius: 1rem;
  margin-top: 1.5rem;
  padding-top: 0rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: "TVOUrbanist-Regular", Arial, sans-serif;
  font-size: 100%;
}
.chkyellow_bg table {
  background-color: transparent;
}

.chkyellow_bg h3,
.chkyellow_bg .h3 {
  color: black;
  font-size: 150%;
}

.chkyellow_bg h4,
.chkyellow_bg .h4 {
  color: black;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: "TVOUrbanist-Semibold", Arial, sans-serif;
  font-size: 115%;
}

.chkyellow_bg h5,
.chkyellow_bg .h5 {
  color: black;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  font-family: "TVOUrbanist-Semibold", Arial, sans-serif;
  font-size: 100%;
}

.chkpink_bg {
  background-color: #ffebeb;
  border-radius: 1rem;
  margin-top: 1.5rem;
  padding-top: 0rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: "TVOUrbanist-Regular", Arial, sans-serif;
  font-size: 100%;
}
.chkpink_bg table {
  background-color: transparent;
}

.chkpink_bg h3,
.chkpink_bg .h3 {
  color: black;
  font-size: 150%;
  margin-top: 0.25rem;
}

.chkpink_bg h4,
.chkpink_bg .h4 {
  color: black;
  margin-top: 1.3rem;
  margin-bottom: 1rem;
  font-family: "TVOUrbanist-Semibold", Arial, sans-serif;
  font-size: 115%;
}

.chkpink_bg h5,
.chkpink_bg .h5 {
  color: black;
  margin-top: 0.65rem;
  margin-bottom: 0.5rem;
  font-family: "TVOUrbanist-Semibold", Arial, sans-serif;
  font-size: 100%;
}

.chkpink_bg td .k8_checkmark, .chkyellow_bg td .k8_checkmark, .chkgreen_bg td .k8_checkmark {
  margin-top: 0.5rem;
}

.chkcol_h3 {
  position: relative;
  width: 100%;
  padding-top: 2rem;
  flex: 0 0 100%;
  max-width: 100%;
}

.chkcol_icon_h3 {
  position: relative;
  width: 100%;
  padding-top: 0.75rem;
  flex: 0 0 100%;
  max-width: 100%;
}

chksmall,
.chksmall {
  font-size: 85%;
  line-height: 150%;
}

.inter_font {
  font-family: "TVOPlexSans-Regular", Arial, sans-serif;
}

.inter_font h3, .inter_font .h3, .inter_font h4, .inter_font .h4, .inter_font h5, .inter_font .h5 {
  font-family: "TVOPlexSans-Medium", Arial, sans-serif;
}

.row_icon {
  background: #EBF2FE;
  display: flex;
  flex-wrap: wrap;
  border-radius: 25px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
.row_icon .row .col {
  flex-basis: 0%;
}
.row_icon .row .col .audio-group .audio {
  width: 90%;
}

.row_icon h3 {
  padding-left: 1rem;
  padding-top: 1rem;
}
@media (max-width: 575.98px) {
  .row_icon h3 {
    text-align: center;
    padding-left: 0;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: -0.5rem;
  }
}

.row_icon .h3 {
  padding-left: 1rem;
  padding-top: 1rem;
}

.row_icon .row {
  padding: 1.5rem 3rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  .row_icon .row {
    padding: 1.5rem 2rem;
  }
  .row_icon .row ul {
    padding-left: 1rem;
  }
}

@media (max-width: 767.98px) {
  .row_icon .row .col {
    padding: 0;
  }
}

.col_icon {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col_icon {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .col_icon {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.col_icon_h3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col_icon_h3 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .col_icon_h3 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.col_icon {
  margin: 0;
  background-image: none;
}

@media (min-width: 576px) {
  .col_icon {
    margin: 2% 0 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2 200'%3E%3Crect fill='%231B70A2' width='10' height='200'/%3E%3C/svg%3E");
    background-position: right;
    background-repeat: no-repeat;
  }
}
.col_icon img {
  padding: 2%;
  max-height: 100px;
  max-width: 100px;
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0 !important;
}

.col_icon img:not(:first-child) {
  margin-top: 0 !important;
}
@media (min-width: 576px) {
  .col_icon img {
    padding: 0 0 10%;
    max-height: 150px;
    max-width: 150px;
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.col_icon p {
  font-family: "tvoplex_semibold", Arial, sans-serif;
  color: #1D428A;
  text-align: center;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-bottom: 0;
}

.icon_safety h5:first-child {
  list-style: none;
  margin-left: 4rem !important;
  margin-top: 1rem;
  padding-top: 1rem;
  margin-bottom: 1rem;
  border-left: 1px solid #e0ce06;
  height: 60px;
  padding-left: 1rem;
  position: relative;
}

.icon_safety h5:first-child::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -66px;
  top: 4px;
  height: 50px;
  width: 50px;
  background-image: url(../assets/icons/safety.svg);
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .html5-audio-container > p > a:not(:disabled):not(.disabled):active:focus, .html5-audio-container > p > a:not(:disabled):not(.disabled):active:focus, .reflection-checkmark-test:not(:disabled):not(.disabled):active:focus, .btn-zoomout:not(:disabled):not(.disabled):active:focus, .btn-zoomin:not(:disabled):not(.disabled):active:focus, .btn-discover:not(:disabled):not(.disabled):active:focus, .btn-mpower:not(:disabled):not(.disabled):active:focus, .btn-tvokids:not(:disabled):not(.disabled):active:focus, .btn-pdf:not(:disabled):not(.disabled):active:focus, .btn-game:not(:disabled):not(.disabled):active:focus:after,
.btn-locker:not(:disabled):not(.disabled):active:focus:after, .btn-tvoorg:not(:disabled):not(.disabled):active:focus, .btn-mathify:not(:disabled):not(.disabled):active:focus {
  box-shadow: unset;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-longdesc:not(:disabled):not(.disabled):active:focus {
  box-shadow: unset;
}

.btn-primary, .html5-audio-container > p > a, .html5-audio-container > p > a, .reflection-checkmark-test, .btn-zoomout, .btn-zoomin, .btn-discover, .btn-mpower, .btn-tvokids, .btn-pdf, .btn-game:after,
.btn-locker:after, .btn-tvoorg, .btn-mathify {
  margin: 0 8px;
  position: relative;
  box-shadow: unset;
}
@media (max-width: 575.98px) {
  .btn-primary, .html5-audio-container > p > a, .html5-audio-container > p > a, .reflection-checkmark-test, .btn-zoomout, .btn-zoomin, .btn-discover, .btn-mpower, .btn-tvokids, .btn-pdf, .btn-game:after,
.btn-locker:after, .btn-tvoorg, .btn-mathify {
    margin: 0 3px;
  }
}
.btn-primary:focus, .html5-audio-container > p > a:focus, .html5-audio-container > p > a:focus, .reflection-checkmark-test:focus, .btn-zoomout:focus, .btn-zoomin:focus, .btn-discover:focus, .btn-mpower:focus, .btn-tvokids:focus, .btn-pdf:focus, .btn-game:focus:after,
.btn-locker:focus:after, .btn-tvoorg:focus, .btn-mathify:focus, .btn-primary:hover, .html5-audio-container > p > a:hover, .html5-audio-container > p > a:hover, .reflection-checkmark-test:hover, .btn-zoomout:hover, .btn-zoomin:hover, .btn-discover:hover, .btn-mpower:hover, .btn-tvokids:hover, .btn-pdf:hover, .btn-game:hover:after,
.btn-locker:hover:after, .btn-tvoorg:hover, .btn-mathify:hover, .btn-primary:active, .html5-audio-container > p > a:active, .html5-audio-container > p > a:active, .reflection-checkmark-test:active, .btn-zoomout:active, .btn-zoomin:active, .btn-discover:active, .btn-mpower:active, .btn-tvokids:active, .btn-pdf:active, .btn-game:active:after,
.btn-locker:active:after, .btn-tvoorg:active, .btn-mathify:active, .btn-primary:not(:disabled):not(.disabled), .html5-audio-container > p > a:not(:disabled):not(.disabled), .html5-audio-container > p > a:not(:disabled):not(.disabled), .reflection-checkmark-test:not(:disabled):not(.disabled), .btn-zoomout:not(:disabled):not(.disabled), .btn-zoomin:not(:disabled):not(.disabled), .btn-discover:not(:disabled):not(.disabled), .btn-mpower:not(:disabled):not(.disabled), .btn-tvokids:not(:disabled):not(.disabled), .btn-pdf:not(:disabled):not(.disabled), .btn-game:not(:disabled):not(.disabled):after,
.btn-locker:not(:disabled):not(.disabled):after, .btn-tvoorg:not(:disabled):not(.disabled), .btn-mathify:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.btn-primary:focus::before, .html5-audio-container > p > a:focus::before, .html5-audio-container > p > a:focus::before, .reflection-checkmark-test:focus::before, .btn-zoomout:focus::before, .btn-zoomin:focus::before, .btn-discover:focus::before, .btn-mpower:focus::before, .btn-tvokids:focus::before, .btn-pdf:focus::before, .btn-tvoorg:focus::before, .btn-mathify:focus::before, .btn-primary:hover::before, .html5-audio-container > p > a:hover::before, .html5-audio-container > p > a:hover::before, .reflection-checkmark-test:hover::before, .btn-zoomout:hover::before, .btn-zoomin:hover::before, .btn-discover:hover::before, .btn-mpower:hover::before, .btn-tvokids:hover::before, .btn-pdf:hover::before, .btn-tvoorg:hover::before, .btn-mathify:hover::before {
  position: absolute;
  z-index: -1;
  top: calc(-1px - 3px - 3px);
  right: calc(-1px - 3px - 3px);
  bottom: calc(-1px - 3px - 3px);
  left: calc(-1px - 3px - 3px);
  border: 3px solid #8b2331;
  border-radius: 14px;
  content: "";
}

.btn-secondary, .btn-longdesc {
  /* margin: 0 5px; */
  position: relative;
}
.btn-secondary:focus, .btn-longdesc:focus, .btn-secondary:hover, .btn-longdesc:hover, .btn-secondary:active, .btn-longdesc:active, .btn-secondary:not(:disabled):not(.disabled), .btn-longdesc:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
@media (max-width: 575.98px) {
  /* .btn-secondary, .btn-longdesc {
    margin: 0 3px;
  } */
}
.btn-secondary:focus::before, .btn-longdesc:focus::before, .btn-secondary:hover::before, .btn-longdesc:hover::before {
  position: absolute;
  z-index: -1;
  top: calc(-1px - 3px - 3px);
  right: calc(-1px - 3px - 3px);
  bottom: calc(-1px - 3px - 3px);
  left: calc(-1px - 3px - 3px);
  border: 3px solid #8b2331;
  border-radius: 14px;
  content: "";
}

.btn-mathify {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='119.908' height='21.176' viewBox='0 0 119.908 21.176'%3E%3Cpath d='M6.294,11.774c.576,0,.774.527.774.939a5.55,5.55,0,0,1-.494,2.7A2.511,2.511,0,0,1,4.168,16.6H4.152a2.313,2.313,0,0,1-2.158-1.121,4.523,4.523,0,0,1-.379-2.4V9.221c-.05-.528.049-.445-.495-.495A1.676,1.676,0,0,1,.3,8.578.685.685,0,0,1,0,7.952a.778.778,0,0,1,.774-.741H1.4c.149,0,.182-.033.2-.05a.862.862,0,0,0,.05-.395V5.332a1.573,1.573,0,0,1,.131-.692.758.758,0,0,1,.676-.329A.663.663,0,0,1,3.1,4.64a1.163,1.163,0,0,1,.132.676v1.73c0,.132.033.148.033.148a.355.355,0,0,0,.181.033h1.7a1.138,1.138,0,0,1,.791.2A.684.684,0,0,1,6.162,8a.65.65,0,0,1-.231.528,1.281,1.281,0,0,1-.84.23H3.559a1.036,1.036,0,0,0-.3.033.4.4,0,0,0-.033.2v4.2c.033,1.565.3,1.961,1.17,1.961.972,0,1.12-.775,1.12-1.615v-.544a1.766,1.766,0,0,1,.181-.922.577.577,0,0,1,.594-.3M17.48,7.244c-.527,0-1.12.2-1.68.2-.626,0-1.219-.2-1.664-.2a.7.7,0,0,0-.725.691.739.739,0,0,0,.692.775,1.3,1.3,0,0,0,.478-.1.643.643,0,0,1,.23-.049c.083,0,.149.049.149.247a2.791,2.791,0,0,1-.247.823L12.884,14.74,10.808,9.2a2.319,2.319,0,0,1-.132-.478c0-.132.049-.148.181-.181a1.132,1.132,0,0,1,.379.082,1.25,1.25,0,0,0,.4.1.775.775,0,0,0,.725-.774c0-.395-.33-.692-.874-.692-.576,0-1.169.2-1.763.2s-1.037-.2-1.614-.2a.974.974,0,0,0-.626.2.592.592,0,0,0-.2.494c0,.445.247.774.593.774a.923.923,0,0,0,.4-.1.834.834,0,0,1,.28-.049c.132,0,.3.132.576.791l2.422,6.26c.2.528.527,1.088,1.236,1.088.741,0,1.071-.527,1.285-1.088l2.372-6.062c.182-.429.281-.676.346-.841.083-.181.1-.148.132-.148a1.035,1.035,0,0,1,.3.082,1.251,1.251,0,0,0,.395.1.763.763,0,0,0,.725-.774.809.809,0,0,0-.857-.741M25.6,8.38a5.568,5.568,0,0,1,1.12,3.493c0,2.7-1.532,4.926-4.4,4.926-2.85,0-4.234-2.306-4.234-4.876,0-2.6,1.384-4.894,4.251-4.894A3.837,3.837,0,0,1,25.6,8.38m-3.3,6.986c2.059,0,2.718-1.763,2.718-3.592A4.584,4.584,0,0,0,24.4,9.352a2.256,2.256,0,0,0-2.01-.972,2.234,2.234,0,0,0-2.109,1.137,4.7,4.7,0,0,0-.576,2.307c.033,1.763.675,3.542,2.6,3.542M35.29,2.746c2.455,2.455,7.859,7.842,7.876,7.826l-7.859,7.875a10.585,10.585,0,1,0-.017-15.7Z' fill='%23fff'/%3E%3Cpath d='M39.64,10.654l-5.931,5.964A10.213,10.213,0,0,1,31.8,10.654a10.4,10.4,0,0,1,1.894-6.112ZM63.546,16.7,60.382,7.062V16.7H58.026V3.883H61.7l3.114,9.984,3.015-9.984h3.707V16.7H69.18V7.062L66.033,16.7Zm13.279.231c-1.813,0-3.427-1.054-3.427-2.768,0-2.257,2.521-2.932,6.261-3.361v-.181c0-1.466-.775-1.961-1.813-1.961a1.646,1.646,0,0,0-1.878,1.533H73.694c.182-1.879,1.813-3.246,4.235-3.246,2.356,0,4.168.956,4.168,4.168,0,.3-.033,1.565-.033,2.439a13.357,13.357,0,0,0,.28,3.146H80.1a8.805,8.805,0,0,1-.181-1.219,3.387,3.387,0,0,1-3.1,1.45Zm2.9-4.58c-2.718.28-3.822.593-3.822,1.664,0,.692.544,1.252,1.648,1.252,1.515,0,2.174-.89,2.174-2.438Zm4.729-7.744h2.438V7.194h1.977V8.875H86.891v4.909c0,.972.33,1.17,1.2,1.17h.741V16.7H87.056c-2.175,0-2.6-.675-2.6-2.57V8.858H83.1V7.194h1.351Zm8.419,3.839A3.078,3.078,0,0,1,95.623,6.98C97.9,6.98,98.9,8.38,98.9,10.7v6H96.463V11.231c0-1.236-.263-2.291-1.647-2.291-1.615,0-1.961,1.3-1.961,2.818V16.7H90.417V3.883h2.438V8.446ZM103.4,3.883V6.14h-2.439V3.883Zm0,3.311V16.7h-2.439V7.194Zm2.421-.544c0-2.405,1.137-2.767,3.51-2.767h.824v1.8h-.478c-1.2,0-1.434.149-1.434,1.038v.462h1.911v1.68H108.26v7.826h-2.439V8.858H104.47V7.194h1.351Zm5.6,13.131V17.9h.923c.807,0,1.186.017,1.6-.988l.1-.264L110.4,7.194h2.669l2.158,6.854,2.208-6.854h2.471l-3.476,9.226c-1.121,2.949-1.615,3.378-3.971,3.378h-1.038Z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: auto 22px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 42px;
  width: 145px;
}
@media (max-width: 575.98px) {
  .btn-mathify {
    width: 135px;
  }
}

.btn-tvoorg {
  background-image: url("data:image/svg+xml; utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='55.396' height='15.5' viewBox='0 0 55.396 15.5'%3E%3Cpath d='M27.472,12.223V9.633h2.572v2.608H27.472Zm3.1-4.67a4.529,4.529,0,0,1,4.652-4.926c2.442,0,4.654,1.611,4.654,4.926s-2.209,4.923-4.654,4.923A4.527,4.527,0,0,1,30.569,7.553Zm2.442,0c0,1.953.817,3.024,2.21,3.024S37.43,9.506,37.43,7.553s-.814-3.044-2.209-3.044S33.011,5.6,33.011,7.553Zm13-2.374c-.342-.018-.652-.053-.994-.053-1.2,0-1.974.433-1.974,2.191v4.924H40.654V2.856h2.372V4.5a2.567,2.567,0,0,1,2.46-1.611c.165,0,.363.018.525.018ZM55.4,2.863v8.419c0,3.077-1.72,4.218-4.6,4.218-2.008,0-3.766-.7-4.091-2.914H49c.2.778.835,1.141,1.92,1.141a1.837,1.837,0,0,0,2.083-2.011V10.468a3.026,3.026,0,0,1-2.681,1.41c-2.39,0-4.036-1.9-4.036-4.634,0-2.679,1.611-4.634,4.036-4.634a2.99,2.99,0,0,1,2.681,1.43V2.807H55.4v.056Zm-2.306,4.4c0-1.646-.814-2.79-2.153-2.79s-2.1,1.251-2.1,2.806.814,2.79,2.1,2.79C52.271,10.069,53.09,8.928,53.09,7.261Z' fill='%23fff'/%3E%3Cpath d='M25.717,4.005a5.651,5.651,0,0,1,1.121,3.51c0,2.7-1.537,4.944-4.452,4.944-2.861,0-4.274-2.319-4.274-4.888,0-2.608,1.375-4.944,4.292-4.944a3.973,3.973,0,0,1,3.313,1.378m-3.3,7.059c2.083,0,2.734-1.776,2.752-3.584a4.7,4.7,0,0,0-.616-2.425,2.224,2.224,0,0,0-2.029-.962,2.229,2.229,0,0,0-2.139,1.142A4.693,4.693,0,0,0,19.8,7.553c.035,1.682.652,3.511,2.607,3.511M17.552,2.9c-.526,0-1.124.2-1.685.18-.6,0-1.23-.18-1.666-.18a.684.684,0,0,0-.7.664.28.28,0,0,0,0,.041.72.72,0,0,0,.678.76H14.2a1.121,1.121,0,0,0,.472-.109c.109-.018.162-.054.2-.054s.127.054.165.254a3.128,3.128,0,0,1-.253.814l-1.867,5.142L10.853,4.831a1.92,1.92,0,0,1-.127-.471c0-.127.053-.163.162-.163a1.313,1.313,0,0,1,.363.054.986.986,0,0,0,.4.109.781.781,0,0,0,.723-.761c0-.4-.342-.7-.885-.7s-1.177.2-1.74.18S8.714,2.9,8.136,2.9a.928.928,0,0,0-.616.2.693.693,0,0,0-.2.487c0,.436.253.761.6.761a.828.828,0,0,0,.4-.109,1.211,1.211,0,0,1,.292-.053c.127,0,.289.127.578.814l2.445,6.3c.2.525.525,1.085,1.248,1.085h0c.726,0,1.068-.525,1.3-1.085l2.372-6.139a7.924,7.924,0,0,1,.345-.832c.088-.162.109-.162.126-.162a1.39,1.39,0,0,1,.307.053.979.979,0,0,0,.4.109.76.76,0,0,0,.725-.761.836.836,0,0,0-.905-.669M6.325,7.426a.737.737,0,0,0-.652.307,1.693,1.693,0,0,0-.18.906v.578c0,.835-.18,1.611-1.124,1.611-.849-.018-1.139-.4-1.177-1.974V4.6a.51.51,0,0,1,.021-.2c0-.02.106-.02.307-.02H5.059a1.331,1.331,0,0,0,.832-.2.63.63,0,0,0,.2-.525.788.788,0,0,0-.2-.581,1.318,1.318,0,0,0-.778-.18H3.375a.442.442,0,0,1-.162-.018.372.372,0,0,1-.021-.162V.979a1.39,1.39,0,0,0-.126-.67A.735.735,0,0,0,2.414,0a.73.73,0,0,0-.65.307,1.273,1.273,0,0,0-.126.708v1.43a.935.935,0,0,1-.056.416c0,.018-.018.053-.2.053H.78A.781.781,0,0,0,0,3.677a.675.675,0,0,0,.314.617,1.781,1.781,0,0,0,.832.127c.543.053.469-.018.49.487V8.783A4.546,4.546,0,0,0,2,11.208a2.338,2.338,0,0,0,2.156,1.124h.018a2.558,2.558,0,0,0,2.424-1.2,5.5,5.5,0,0,0,.49-2.7c-.018-.507-.2-1.014-.761-1.014' fill='%23fff'/%3E%3C/svg%3E");
  background-size: auto 18px;
  background-repeat: no-repeat;
  background-position: center 58%;
  height: 42px;
  width: 86px;
}

.btn-pdf, .btn-game:after,
.btn-locker:after {
  background-image: url("data:image/svg+xml; utf8, %3csvg xmlns='http://www.w3.org/2000/svg' width='13.36' height='16.22' viewBox='0 0 13.36 16.22'%3E%3Ctitle%3EPrintableIcon%3C/title%3E%3Cpath d='M10.51,4.28h2.38L9.09.48V2.85A1.43,1.43,0,0,0,10.51,4.28Z' fill='%23fff'/%3E%3Cpath d='M10.51,5.22A2.37,2.37,0,0,1,8.14,2.85V0H1.9A1.9,1.9,0,0,0,0,1.9V14.32a1.9,1.9,0,0,0,1.9,1.9h9.56a1.9,1.9,0,0,0,1.9-1.9V5.22ZM11,13H2.37a.48.48,0,0,1,0-.95H11A.48.48,0,0,1,11,13Zm0-3.8H2.37a.48.48,0,0,1,0-1H11a.48.48,0,0,1,0,1Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: auto 22px;
  padding-left: 10px;
}

.printable {
  position: relative;
  top: 2px;
  padding-left: 25px;
}

.btn-tvokids {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='59.113' height='13.005' viewBox='0 0 59.113 13.005'%3E%3Cpath d='M25.983,4.465a5.683,5.683,0,0,1,1.139,3.543c0,2.728-1.549,4.992-4.486,5-2.887-.005-4.3-2.328-4.308-4.945,0-2.635,1.4-4.977,4.326-4.982a4.024,4.024,0,0,1,3.329,1.387M22.652,11.57c2.092,0,2.76-1.775,2.771-3.635a4.722,4.722,0,0,0-.62-2.451,2.3,2.3,0,0,0-2.047-.975A2.26,2.26,0,0,0,20.61,5.657a4.882,4.882,0,0,0-.586,2.348c.011,1.737.657,3.563,2.628,3.565' fill='%23fff'/%3E%3Cpath d='M40.09,0V2.253H37.662V0Zm0,3.292v9.47H37.662V3.292Z' fill='%23fff'/%3E%3Cpath d='M17.736,3.324c-.523,0-1.12.2-1.716.2-.616,0-1.226-.194-1.68-.2a.7.7,0,0,0-.719.7.728.728,0,0,0,.7.769,1.047,1.047,0,0,0,.476-.1.761.761,0,0,1,.216-.059c.063,0,.143.04.15.256a2.913,2.913,0,0,1-.26.824l-1.857,5.192-2.1-5.634a2.293,2.293,0,0,1-.136-.472c.011-.13.041-.16.17-.169a1.669,1.669,0,0,1,.378.064,1.009,1.009,0,0,0,.4.093.8.8,0,0,0,.732-.768c0-.4-.33-.7-.891-.7-.576,0-1.178.2-1.771.2-.612,0-1.046-.193-1.626-.2a.885.885,0,0,0-.625.2.659.659,0,0,0-.2.5c0,.445.261.766.593.768a.894.894,0,0,0,.4-.1.934.934,0,0,1,.284-.059c.134-.011.3.134.566.812L11.684,11.8c.209.532.53,1.1,1.257,1.1h.009c.748,0,1.078-.53,1.3-1.1l2.4-6.159c.171-.416.269-.687.341-.843s.105-.162.121-.162a1.374,1.374,0,0,1,.3.064,1.064,1.064,0,0,0,.4.093.768.768,0,0,0,.732-.768.731.731,0,0,0-.821-.7' fill='%23fff'/%3E%3Cpath d='M6.382,7.91c.584,0,.769.523.771.964a5.691,5.691,0,0,1-.5,2.737,2.539,2.539,0,0,1-2.437,1.2H4.2a2.381,2.381,0,0,1-2.189-1.123,4.717,4.717,0,0,1-.367-2.442V5.334c-.043-.528.039-.459-.5-.5a1.694,1.694,0,0,1-.837-.143A.661.661,0,0,1,0,4.061a.807.807,0,0,1,.789-.753H1.41c.159,0,.186-.02.2-.043a1,1,0,0,0,.04-.409V1.405a1.363,1.363,0,0,1,.137-.7.711.711,0,0,1,.671-.32.686.686,0,0,1,.652.327,1.347,1.347,0,0,1,.134.673V3.138c0,.129.014.152.016.152a.513.513,0,0,0,.171.016H5.2A1.247,1.247,0,0,1,6,3.5a.709.709,0,0,1,.22.573A.674.674,0,0,1,6,4.609a1.32,1.32,0,0,1-.851.216H3.588a.668.668,0,0,0-.314.036c-.009,0-.032.045-.029.205V9.349c.022,1.594.306,1.973,1.177,1.992.969,0,1.13-.789,1.142-1.637V9.14a1.76,1.76,0,0,1,.179-.926.68.68,0,0,1,.639-.3' fill='%23fff'/%3E%3Cpath d='M30.759,0V7.094l3.45-3.8h2.728l-3.4,3.627,3.59,5.843H34.4l-2.481-4.1L30.759,9.908v2.851H28.331V0Z' fill='%23fff'/%3E%3Cpath d='M47.6,12.759v-1.2a3.071,3.071,0,0,1-2.728,1.426c-2.323,0-4.065-1.935-4.065-4.963,0-2.974,1.707-4.945,4.065-4.945A3.078,3.078,0,0,1,47.6,4.506V0h2.429V12.759Zm.089-4.733c0-1.9-.88-3.081-2.217-3.081-1.321,0-2.112,1.251-2.112,3.1s.791,3.08,2.112,3.08S47.693,9.961,47.693,8.026Z' fill='%23fff'/%3E%3Cpath d='M56.649,6.143a1.922,1.922,0,0,0-2.094-1.355c-.969,0-1.6.334-1.6.916,0,.51.371.88,1.337,1.092l1.266.282c1.953.441,3.556.9,3.556,2.851,0,1.9-1.953,3.062-4.169,3.062-2.394,0-4.154-1.2-4.382-3.36H52.9a1.881,1.881,0,0,0,2.112,1.6c1.11,0,1.778-.387,1.778-1.074,0-.7-.739-.968-1.619-1.161l-1.407-.3C51.917,8.31,50.74,7.587,50.74,5.864s1.83-2.815,3.942-2.815c2.042,0,3.924.914,4.24,3.1H56.649Z' fill='%23fff'/%3E%3C/svg%3E");

  background-size: auto 14px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 42px;
  width: 80px;
}

.btn-mpower {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 120.2 21.2' style='enable-background:new 0 0 120.2 21.2;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} %3C/style%3E %3Cpath class='st0' d='M67.6,8.9c-1.6,0-1.9,1.4-1.9,2.8v5h-2.5v-5.6c0-1-0.1-2.2-1.5-2.2c-1.6,0-1.9,1.4-1.9,2.8v5h-2.5V7.2h2.5v1.3 c0.6-0.9,1.6-1.5,2.7-1.5c1.1-0.1,2.2,0.5,2.7,1.6c0.7-1,1.9-1.6,3.1-1.6c2.4,0,3.2,1.5,3.2,3.8v6h-2.5v-5.6 C69.1,10.1,69,8.9,67.6,8.9z'/%3E %3Cpath class='st0' d='M77.4,3.8c2.7,0,5.7,0.4,5.7,4.3c0,3.3-2.6,4.1-5.6,4.1h-1.9v4.5H73V3.8L77.4,3.8z M75.5,5.8v4.4h2.1 c1.6,0,2.8-0.4,2.8-2.1c0-2.1-1.6-2.3-3-2.3L75.5,5.8z'/%3E %3Cpath class='st0' d='M82.9,12c-0.1-2.6,1.9-4.9,4.5-5c2.6-0.1,4.9,1.9,5,4.5c0,0.2,0,0.3,0,0.5c0.2,2.5-1.7,4.8-4.2,5 c-0.2,0-0.4,0-0.6,0C85.1,17,82.9,15.3,82.9,12z M85.4,12c0,2,0.8,3.1,2.2,3.1s2.3-1.1,2.3-3.1s-0.8-3.1-2.3-3.1S85.4,10,85.4,12 L85.4,12z'/%3E %3Cpath class='st0' d='M97.2,7.2h2.6l1.5,6.6l1.3-6.6h2.4l-2.2,9.6h-2.5l-1.7-7.3l-1.8,7.3h-2.5L92,7.2h2.4l1.3,6.6L97.2,7.2z'/%3E %3Cpath class='st0' d='M104.7,11.9c-0.2-2.6,1.8-4.8,4.3-5c0.1,0,0.3,0,0.4,0c3,0,4.7,2.3,4.6,5.7h-6.9c-0.1,1.3,0.9,2.4,2.2,2.4 c0,0,0.1,0,0.1,0c0.8,0,1.6-0.4,2-1.1h2.5c-0.6,1.9-2.5,3.1-4.5,3C106.3,17,104.7,14.7,104.7,11.9z M107.1,10.9h4.4 c0.1-1.1-0.8-2.1-1.9-2.2c-0.1,0-0.2,0-0.3,0C108.1,8.8,107.2,9.7,107.1,10.9L107.1,10.9z'/%3E %3Cpath class='st0' d='M120.2,9.5c-0.3,0-0.7-0.1-1-0.1c-1.2,0-2,0.4-2,2.2v5h-2.5V7.2h2.4v1.7c0.4-1,1.4-1.7,2.5-1.7 c0.2,0,0.4,0,0.5,0L120.2,9.5z'/%3E %3Cpath class='st0' d='M6.3,11.8c0.6,0,0.8,0.5,0.8,1c0.1,0.9-0.1,1.9-0.5,2.7c-0.5,0.8-1.4,1.3-2.4,1.2h0c-0.9,0.1-1.7-0.4-2.2-1.1 c-0.3-0.8-0.5-1.6-0.4-2.4V9.2c0-0.5,0-0.5-0.5-0.5c-0.3,0-0.6,0-0.8-0.1C0.1,8.5,0,8.2,0,8c0-0.4,0.4-0.7,0.8-0.7h0.6 c0.2,0,0.2,0,0.2,0c0-0.1,0.1-0.3,0-0.4V5.3c0-0.2,0-0.5,0.1-0.7c0.1-0.2,0.4-0.3,0.7-0.3c0.3,0,0.5,0.1,0.6,0.3 c0.1,0.2,0.1,0.4,0.1,0.7v1.7c0,0.1,0,0.2,0,0.2c0.1,0,0.1,0,0.2,0h1.8c0.3,0,0.6,0,0.8,0.2C6.1,7.6,6.2,7.8,6.2,8 c0,0.2-0.1,0.4-0.2,0.5C5.7,8.7,5.4,8.7,5.1,8.7H3.6c-0.1,0-0.2,0-0.3,0c0,0.1,0,0.1,0,0.2v4.2c0,1.6,0.3,2,1.2,2 c1,0,1.1-0.8,1.1-1.6V13c0-0.3,0-0.6,0.2-0.9C5.8,11.9,6.1,11.8,6.3,11.8 M17.6,7.2c-0.5,0-1.1,0.2-1.7,0.2s-1.2-0.2-1.7-0.2 c-0.4,0-0.7,0.3-0.7,0.7v0c0,0.4,0.3,0.7,0.7,0.8c0,0,0,0,0,0h0c0.2,0,0.3,0,0.5-0.1c0.1,0,0.1,0,0.2-0.1c0.1,0,0.1,0,0.1,0.3 c0,0.3-0.1,0.6-0.2,0.8l-1.8,5.1l-2.1-5.6c-0.1-0.1-0.1-0.3-0.1-0.5c0-0.1,0-0.2,0.2-0.2c0.1,0,0.3,0,0.4,0.1 c0.1,0.1,0.3,0.1,0.4,0.1c0.4,0,0.7-0.4,0.7-0.8c0-0.4-0.3-0.7-0.9-0.7s-1.2,0.2-1.8,0.2s-1-0.2-1.6-0.2c-0.2,0-0.4,0-0.6,0.2 C7.4,7.6,7.3,7.7,7.3,7.9c0,0.4,0.3,0.8,0.6,0.8c0.1,0,0.3,0,0.4-0.1c0.1,0,0.2-0.1,0.3-0.1c0.1,0,0.3,0.1,0.6,0.8l2.4,6.3 c0.2,0.5,0.5,1.1,1.2,1.1l0,0c0.7,0,1.1-0.5,1.3-1.1l2.4-6.1c0.2-0.4,0.3-0.7,0.3-0.8s0.1-0.2,0.1-0.2c0.1,0,0.2,0,0.3,0.1 c0.1,0.1,0.3,0.1,0.4,0.1c0.4,0,0.7-0.4,0.7-0.8C18.4,7.5,18,7.2,17.6,7.2C17.6,7.2,17.6,7.2,17.6,7.2 M25.7,8.4 c0.8,1,1.2,2.2,1.1,3.5c0,2.7-1.5,5-4.4,5c-2.9,0-4.3-2.3-4.3-4.9S19.6,7,22.4,7C23.7,6.9,24.9,7.4,25.7,8.4 M22.4,15.4 c2.1,0,2.7-1.8,2.7-3.6c0-0.9-0.2-1.7-0.6-2.4c-0.5-0.7-1.2-1-2-1c-0.9-0.1-1.7,0.4-2.1,1.1c-0.4,0.7-0.6,1.5-0.6,2.3 C19.8,13.6,20.5,15.4,22.4,15.4'/%3E %3Cpath class='st0' d='M41.8,0h-0.1c-5.8,0-10.5,4.7-10.5,10.5v0.1c0,5.8,4.7,10.5,10.5,10.5h0.1c5.8,0,10.5-4.7,10.5-10.5v-0.1 C52.3,4.7,47.6,0,41.8,0z M34.6,8c-0.1-0.4,0.2-0.8,0.7-0.9c0,0,0.1,0,0.1,0c0.6,0,1.1,0,1.8,0V5.6c-0.1-0.5,0.3-0.9,0.7-0.9 c0,0,0.1,0,0.1,0c0.4,0,0.8,0.3,0.9,0.7c0,0,0,0,0,0c0,0,0,0.1,0,0.1c0,0.6,0,1.1,0,1.7h1.6c0.5,0,0.9,0.3,0.9,0.8c0,0,0,0.1,0,0.1 c0,0.5-0.4,0.9-1,0.9h-1.4c0,0-0.1,0-0.1,0c0,0.5,0,1.1,0,1.6c0,0.4-0.3,0.8-0.8,0.8c0,0,0,0,0,0h0c-0.5,0-0.8-0.3-0.9-0.8v0 c0-0.3,0-0.7,0-1V8.8h-1.6C35,8.9,34.6,8.5,34.6,8C34.6,8.1,34.6,8.1,34.6,8L34.6,8z M41.7,17.5c-2.4,0-4.6-1-6.2-2.8l1.2-1.2 c2.5,2.8,6.8,3,9.6,0.6c0.2-0.2,0.4-0.4,0.6-0.6l1.2,1.2C46.3,16.5,44.1,17.5,41.7,17.5L41.7,17.5z M47.9,9h-1.6c-0.5,0-1,0-1.6,0 c-0.5,0-0.9-0.4-1-0.9c0-0.1,0-0.1,0-0.2c0-0.5,0.3-0.9,0.8-1c0.1,0,0.1,0,0.2,0c1.1,0,2.1,0,3.2,0c0.5,0,0.9,0.3,1,0.8 c0,0.1,0,0.1,0,0.2c0.1,0.5-0.3,1-0.8,1C48,9,47.9,9,47.9,9L47.9,9z'/%3E %3C/svg%3E");
  background-size: auto 22px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 42px;
  width: 145px;
}
@media (max-width: 575.98px) {
  .btn-mpower {
    width: 135px;
  }
}

.btn-locker {
  width: 90%;
  margin: 0 5% 1rem;
  display: inline-block;
  padding: 0.25em;
  border: 2px solid #1D428A;
  border-radius: 20px;
  box-shadow: 0 6px #1D428A;
  background-color: #F8F8F8;
}
@media (max-width: 575.98px) {
  .btn-locker {
    width: 100%;
    margin: 0;
  }
}
.btn-locker img {
  object-fit: contain;
  padding: 1.5%;
  width: 120px;
  height: 120px;
  background-color: white;
  float: left;
  border: 2px solid #d2d2d2;
  border-radius: 20px;
  margin-right: 20px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
@media (max-width: 575.98px) {
  .btn-locker img {
    display: none;
  }
}
.btn-locker p {
  margin-top: 0 !important;
}
.btn-locker a {
  width: 100%;
  border-radius: 20px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.2rem;
  line-height: 1.5;
  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;
}
.btn-locker a:hover {
  text-decoration: none;
  /* color: #8B2331; */
}

.btn-locker a:focus {
  text-decoration: none;
  outline: none;
}

.btn-locker:focus-within {
  text-decoration: none;
  outline: none;
  border: 2px solid #8B2331;
  box-shadow: 0 0 0 2px #8B2331 inset, 0 6px #8B2331;
  border-radius: 20px;
}
.btn-locker a:hover > img {
  background-color: white;
}
/* .btn-locker strong {
  display: block;
} */
.btn-locker .btn-pdf, .btn-locker .btn-game:after,
.btn-locker .btn-locker:after {
  margin-top: 1rem;
  display: flex;
  width: fit-content;
}

.btn-game {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0.5em;
  border-radius: 20px;
  background-color: #F8F8F8;
  border: 2px solid #1D428A;
  box-shadow: 0 6px #1D428A;
}

.btn-game > a {
  color: #1D428A;
}

@media (min-width: 576px) {
  .btn-game {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media (min-width: 768px) {
  .btn-game {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
.btn-game img {
  border: 2px solid #d2d2d2;
  border-radius: 20px;
  margin: 0;
}
.btn-game a {
  width: 100%;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.2rem;
  line-height: 1.5;
  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;
}
.btn-game a:hover {
  text-decoration: none;
  color: #8B2331;
}
.btn-game a:hover > img {
  background-color: white;
}
.btn-game > span.btn.btn-primary, .btn-game > span.reflection-checkmark-test, .btn-game > span.btn-zoomout, .btn-game > span.btn-zoomin, .btn-game > span.btn-primary.btn-longdesc, .btn-game > span.btn-discover, .btn-game > span.btn-mathify, .btn-game > span.btn-tvoorg, .btn-game > span.btn-pdf, .btn-game > span.btn-game:after,
.btn-game > span.btn-locker:after, .btn-game > span.btn-tvokids, .btn-game > span.btn-mpower {
  display: block;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.btn-game .btn-mpower,
.btn-game .btn-tvokids,
.btn-game .btn-tvoorg {
  display: block;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.clear-btn-top {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  width: fit-content;
}

.btn-game:active,
.btn-locker:active {
  background-color: #F7D7DC;
}

.btn-game img:hover,
.btn-locker img:hover {
  background-color: #f6eff4;
}

.btn-discover.collapsed {
  transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 576px) {
  .btn-discover.collapsed {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .btn-discover.collapsed {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .btn-discover.collapsed {
    width: 40%;
  }
}
.btn-discover.collapsed:after {
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.48' height='22.48' viewBox='0 0 22.48 22.48'%3E%3Ccircle cx='11.24' cy='11.24' r='11.24' fill='%23fff'/%3E%3Cpolygon points='6.73 9.15 6.74 9.15 12.76 4.82 12.76 8.65 17.41 8.65 17.41 11.24 17.41 13.92 12.76 13.92 12.76 17.66 6.74 13.29 3.81 11.24 6.73 9.15' fill='%237d1863'/%3E%3Cpolygon points='3.81 11.24 6.73 9.15 6.74 9.15 12.76 4.82 12.76 8.65 17.41 8.65 17.41 11.24 3.81 11.24' fill='%23a11f7f'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 5% 50%;
  transform: rotate(180deg);
  /* All browsers support */
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.btn-discover {
  z-index: 100;
  text-align: left;
  background-image: url("data:image/svg+xml; utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='37.58' height='22' viewBox='0 0 37.58 22'%3E%3Cpath d='M3.44,12.53A4.85,4.85,0,0,1,6.79,9.26' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='0.56'/%3E%3Cpath d='M24.79,12.41a5.28,5.28,0,0,1,3.64-3.55' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='0.56'/%3E%3Cpath d='M35.63,8.74h0l0,0c-.18-.2-.36-.39-.55-.57l-5.2-5.41h0a5.31,5.31,0,0,0-3.08-1.65,2.93,2.93,0,0,0-5.21,1.85,1.86,1.86,0,0,0,0,.33A5.18,5.18,0,0,0,20.8,5h0l-.18,0A6.63,6.63,0,0,0,19,4.72h-.32A6,6,0,0,0,16.79,5h0a5.25,5.25,0,0,0-.71-1.58,2.61,2.61,0,0,0,.05-.48A2.93,2.93,0,0,0,11,1.06,5.3,5.3,0,0,0,7.72,2.74h0L2.52,8.15A7.4,7.4,0,0,0,2,8.72l0,0H2A8,8,0,1,0,15.43,17h0a3.6,3.6,0,0,1,3.35-1.83A3.6,3.6,0,0,1,22.14,17h0a8,8,0,1,0,13.49-8.3ZM8.09,20A6.07,6.07,0,1,1,14.16,14,6.06,6.06,0,0,1,8.09,20Zm10.7-5.77a1.93,1.93,0,1,1,1.93-1.93A1.92,1.92,0,0,1,18.79,14.24Zm10.77,6.32A6.58,6.58,0,1,1,36.14,14,6.59,6.59,0,0,1,29.56,20.56Z' fill='%23fff'/%3E%3Cpath d='M3.44,12.53A4.85,4.85,0,0,1,6.79,9.26' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='0.56'/%3E%3Cpath d='M24.79,12.41a5.28,5.28,0,0,1,3.64-3.55' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='0.56'/%3E%3C/svg%3E");
  width: 100%;
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: auto 22px;
  padding-left: 10px;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  padding-right: 7%;
}
.btn-discover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='22.48' height='22.48' viewBox='0 0 22.48 22.48'%3E%3Ccircle cx='11.24' cy='11.24' r='11.24' fill='%23fff'/%3E%3Cpolygon points='6.73 9.15 6.74 9.15 12.76 4.82 12.76 8.65 17.41 8.65 17.41 11.24 17.41 13.92 12.76 13.92 12.76 17.66 6.74 13.29 3.81 11.24 6.73 9.15' fill='%237d1863'/%3E%3Cpolygon points='3.81 11.24 6.73 9.15 6.74 9.15 12.76 4.82 12.76 8.65 17.41 8.65 17.41 11.24 3.81 11.24' fill='%23a11f7f'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 98% 50%;
}

.discover {
  position: relative;
  top: 2px;
  padding-left: 55px;
}

.discover-body {
  z-index: 98;
  background-color: #F6F1F4;
  border: none;
  border-radius: 10px 10px 10px 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.btn-longdesc.collapsed {
  width: fit-content;
  width: -moz-fit-content;
  transition: all 0.3s ease-in-out 0s;
}
.btn-longdesc.collapsed:after {
  content: "";
  position: absolute;
  z-index: 100;
  transition: all 0.3s ease-in-out 0s;
}

figure + .btn-longdesc {
  margin-top: -20px;
}

.btn-longdesc {
  z-index: 100;
  text-align: left;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  font-size: 90%;
  font-weight: 600;
  padding: 5px 10px;
  vertical-align: top;
}
.btn-longdesc:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.longdescription {
  position: relative;
  top: 2px;
}

.longdescription-body {
  background-color: #dcdee2;
  /* z-index: 98; */
  border: none;
  border-radius: 0 0 10px 10px;
  width: 100%;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  /* margin-bottom: 40px; */
  font-size: 80%;
  padding: 22px !important;
}

.longdescription-body > p {
  padding-top: 10px;
}

.statchart {
  border: 2px solid #a6a3d1;
  border-radius: 20px;
  box-shadow: 3px 3px #a6a3d1;
  padding: 1rem;
  width: 100%;
}
.statchart h3 {
  font-family: "TVOUrbanist-Bold", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
  padding-right: 3rem;
  color: black;
  margin-top: 0;
}
.btn_links_introduction {
  background: linear-gradient(90deg, #f7ea36 20%, #FFF 20%);
  width: 100%;
  border-radius: 10px;
  padding: 20px 20px 20px 25%;
  text-align: left;
  border: 1px solid #b3b1b1;
  color: grey;
}

.btn_links_teacher_edits {
  background: linear-gradient(90deg, #f7ea36 20%, #FFF 20%);
  width: 100%;
  border-radius: 10px;
  padding: 20px 20px 20px 25%;
  text-align: left;
  border: 1px solid #b3b1b1;
  color: grey;
}

.btn_links_contact {
  background: linear-gradient(90deg, #f7ea36 20%, #FFF 20%);
  width: 100%;
  border-radius: 10px;
  padding: 20px 20px 20px 25%;
  text-align: left;
  border: 1px solid #b3b1b1;
  color: grey;
}

.btn_links_teacherguide {
  background: linear-gradient(90deg, #349d59 20%, #FFF 20%);
  width: 100%;
  border-radius: 10px;
  padding: 20px 20px 20px 25%;
  text-align: left;
  border: 1px solid #b3b1b1;
  color: grey;
}

.btn_links_summaries {
  background: linear-gradient(90deg, #a9d6b9 20%, #FFF 20%);
  width: 100%;
  border-radius: 10px;
  padding: 20px 20px 20px 25%;
  text-align: left;
  border: 1px solid #b3b1b1;
  color: grey;
}

.btn_links_welcome {
  background: linear-gradient(90deg, #a02059 20%, #FFF 20%);
  width: 100%;
  border-radius: 10px;
  padding: 20px 20px 20px 25%;
  text-align: left;
  border: 1px solid #b3b1b1;
  color: grey;
}

.btn_links_lessons {
  background: linear-gradient(90deg, #007874 20%, #FFF 20%);
  width: 100%;
  border-radius: 10px;
  padding: 20px 20px 20px 25%;
  text-align: left;
  border: 1px solid #b3b1b1;
  color: grey;
}

.btn_links_resources {
  background: linear-gradient(90deg, #e66833 20%, #FFF 20%);
  width: 100%;
  border-radius: 10px;
  padding: 20px 20px 20px 25%;
  text-align: left;
  border: 1px solid #b3b1b1;
  color: grey;
}

.btn_links_page {
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #b3b1b1;
  color: grey;
  background-color: white;
}

.btn_links_boilerplate {
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #b3b1b1;
  color: grey;
  background-color: white;
}

.btn_links_boilerplate::after {
  content: "boilerplate";
  position: relative;
  left: 5%;
  font-size: 60%;
  background-color: #0d4b6b;
  border-radius: 5px;
  padding: 5px;
  color: white;
}

.btn_links_missing {
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #b3b1b1;
  color: grey;
  background-color: white;
}

.btn_links_missing::after {
  content: "unpublished";
  position: relative;
  font-size: 60%;
  left: 5%;
  background-color: #c11521;
  border-radius: 5px;
  padding: 5px;
  color: white;
}

.links_missing::after {
  content: "unpublished";
  position: relative;
  font-size: 60%;
  left: 5%;
  background-color: #c11521;
  border-radius: 5px;
  padding: 5px;
  color: white;
}

/*.btn_links:hover {
  border: 1px solid #b3b1b1;
}*/
.btn_links_boilerplate:active,
.btn_links_boilerplate:hover,
.btn_links_lessons:active,
.btn_links_lessons:hover,
.btn_links_page:active,
.btn_links_page:hover,
.btn_links_resources:active,
.btn_links_resources:hover,
.btn_links_summaries:active,
.btn_links_summaries:hover,
.btn_links_teacherguide:active,
.btn_links_teacherguide:hover,
.btn_links_welcome:active,
.btn_links_welcome:hover {
  box-shadow: inset 0 0 0 1px rgba(23, 53, 100, 0.3);
  color: grey;
}

.btn-zoomin {
  border-radius: 5px;
  height: 40px;
  width: 40px;
  background-image: url("data:image/svg+xml; utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='34.845' height='34.845' viewBox='0 0 34.845 34.845'%3E%3Ccircle cx='12.802' cy='12.802' r='11.539' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.526'/%3E%3Cline x1='21.809' y1='21.809' x2='32.345' y2='32.345' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3'/%3E%3Cline x1='12.802' y1='6.816' x2='12.802' y2='18.789' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2.526'/%3E%3Cline x1='18.789' y1='12.802' x2='6.816' y2='12.802' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2.526'/%3E%3Cline x1='26.081' y1='26.081' x2='32.345' y2='32.345' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px 22px;
}

.btn-zoomout {
  border-radius: 5px;
  height: 40px;
  width: 40px;
  background-image: url("data:image/svg+xml; utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='34.845' height='34.845' viewBox='0 0 34.845 34.845'%3E%3Ccircle cx='12.802' cy='12.802' r='11.539' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.526'/%3E%3Cline x1='21.809' y1='21.809' x2='32.345' y2='32.345' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3'/%3E%3Cline x1='18.789' y1='12.802' x2='6.816' y2='12.802' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2.526'/%3E%3Cline x1='26.081' y1='26.081' x2='32.345' y2='32.345' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px 22px;
}

.reflection-checkmark-test {
  height: 25px;
  width: 25px;
  position: absolute;
  top: 0;
  left: -5px;
  border-radius: 5px;
}
.reflection-checkmark-test:focus, .reflection-checkmark-test:hover {
  background-color: unset;
  border: unset;
  z-index: 100;
}
.reflection-checkmark-test:focus::before, .reflection-checkmark-test:hover::before {
  border-radius: 5px;
  top: calc(-1px - 2px - 2px);
  right: calc(-1px - 2px - 2px);
  bottom: calc(-1px - 2px - 2px);
  left: calc(-1px - 2px - 2px);
  border: 3px solid #7d1863;
}

.reflection-checked {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 22px;
  height: 21px;
  padding: 0;
  border-radius: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16.05' viewBox='0 0 19 16.05'%3E%3Cpolyline points='13.18 8.03 19 0 14.02 0 7.47 9.21 5.05 5.68 0 5.68 5.02 12.66 5.01 12.67 7.43 16.05 9.81 12.66 13.18 8.03' fill='%237d1863'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center 62%;
  border: unset;
}

.reflection-checked.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}

.row_icon a, .row_icon span,
.green_bg a, .yellow_bg a,
.pink_bg a, .yellow_lined_paper a,
.blue_lined_paper a, .collapse a,
.html5-audio-container a,
.html5-audio-french-container a {
  z-index: 1;
}

ul.checkmark {
  list-style-type: none;
  padding-left: 1em;
  text-indent: -1.56em;
}

.checkmark li:before {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 23 30' style='enable-background:new 0 0 23 30;'%3E %3Ccircle style='fill:%23B9F2D5;' cx='11' cy='11' r='11'/%3E %3Ccircle style='fill:%23B9F2D5;' cx='11' cy='11' r='7.1'/%3E %3Cpolygon style='fill:%232B875A;' points='17.6,2.7 10.5,12.7 7.8,8.9 2.3,8.9 7.8,16.5 7.8,16.5 10.4,20.2 13,16.5 23,2.7 '/%3E %3C/svg%3E");
  background-size: 110% 110%;
  background-position: center 4px;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}

.list-col-2 {
  column-count: 2;
}

.list-col-3 {
  column-count: 3;
}

.list-col-4 {
  column-count: 4;
}

.list-pb1 li:not(last-child) {
  margin-bottom: 0.5rem;
}

.list-pb2 li:not(last-child), .callout_green > ul li:not(last-child), .callout_green ol li:not(last-child) {
  margin-bottom: 1rem;
}

.list-pb3 li:not(last-child) {
  margin-bottom: 1.5rem;
}

/* Customize the label (the container) */
.reflection-check {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
  /*font-size: 22px;*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.reflection-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Customize the label (the container) */
.k8_checkmark {
  -webkit-appearance: none;
  position: relative;
  display: block;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #7D1863;
  float: left;
  z-index: 1;
}
.k8_checkmark:focus, .k8_checkmark:hover, .k8_checkmark:active, .k8_checkmark:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.k8_checkmark:focus::before, .k8_checkmark:hover::before {
  position: absolute;
  z-index: -1;
  top: calc(-1px - 3px - 3px);
  right: calc(-1px - 3px - 3px);
  bottom: calc(-1px - 3px - 3px);
  left: calc(-1px - 3px - 3px);
  border: 3px solid #7d1863;
  border-radius: 8px;
  content: "";
}

/* Hide the browser's default checkbox */
input.k8_checkmark {
  outline: none;
}

.k8_checkmark:checked {
  display: block;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  padding: 0;
  background-color: white;
  border: 3px solid #7d1863;
  border-radius: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16.05' viewBox='0 0 19 16.05'%3E%3Cpolyline points='13.18 8.03 19 0 14.02 0 7.47 9.21 5.05 5.68 0 5.68 5.02 12.66 5.01 12.67 7.43 16.05 9.81 12.66 13.18 8.03' fill='%237d1863'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center 62%;
}
.k8_checkmark:checked:focus, .k8_checkmark:checked:hover, .k8_checkmark:checked:active, .k8_checkmark:checked:not(:disabled):not(.disabled) {
  box-shadow: unset;
}
.k8_checkmark:checked:focus::before, .k8_checkmark:checked:hover::before {
  position: absolute;
  z-index: -1;
  top: calc(-1px - 4.5px - 4.5px);
  right: calc(-1px - 4.5px - 4.5px);
  bottom: calc(-1px - 4.5px - 4.5px);
  left: calc(-1px - 4.5px - 4.5px);
  border: 3px solid #7d1863;
  border-radius: 8px;
  content: "";
}

/* Create a custom checkbox */
.reflection-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 5px;
  background-color: #7D1863;
}

/* On mouse-over, add a grey background color */
.reflection-check:hover input ~ .reflection-checkmark {
  background-color: #5d124a;
}

/* When the checkbox is checked, add a blue background */
.reflection-check input:checked ~ .reflection-checkmark {
  background-color: white;
  border: 1px solid #7D1863;
}

/* Create the reflection-checkmark/indicator (hidden when not checked) */
.reflection-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the reflection-checkmark when checked */
.reflection-check input:checked ~ .reflection-checkmark:after {
  display: block;
}

/* Style the reflection-checkmark/indicator */
.reflection-check .reflection-checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #7D1863;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 575.98px) {
  .reflection_icon {
    margin-left: 1rem;
    margin-right: 1rem;
    width: 100%;
  }
  .reflection_icon img {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 576px) {
  .reflection_icon {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 575.98px) {
  .reflection_list {
    margin-left: 1rem;
    margin-right: 1rem;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .reflection_list {
    flex: 0 0 75%;
    max-width: 75%;
    padding-top: 0.5rem;
    padding-left: 0.25rem;
  }
}

.reflection_icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.table-equation-2col td,
.table-equation-2col th {
  border: none;
}
.table-equation-2col td:first-child,
.table-equation-2col th:first-child {
  text-align: right;
  border-right: 1px solid #b3b3b3;
}
.table-equation-2col tbody tr.sum {
  border-top: 2px solid #b3b3b3;
}
.table-equation-2col thead td,
.table-equation-2col thead th {
  border-bottom-width: 2px;
}

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

.locker-caption {
  font-size: 115%;
  color: black;
  text-align: center;
}

.table-lockerdoc {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 2rem;
  border: 2px solid black;
  background-color: white;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .table-lockerdoc {
    table-layout: auto;
  }
}
.table-lockerdoc caption {
  caption-side: top;
  font-size: 115%;
  color: black;
  text-align: center;
}
.table-lockerdoc thead th {
  border-left: solid black 1px;
  background-color: #e9ecef;
  text-align: center;
}
.table-lockerdoc thead th:first-child {
  border-top-left-radius: 1.8rem;
}
.table-lockerdoc thead th:last-child {
  border-top-right-radius: 1.8rem;
}
.table-lockerdoc tr {
  height: 5rem;
}
.table-lockerdoc td:first-child,
.table-lockerdoc th:first-child {
  border-left: none;
}
.table-lockerdoc td:last-child,
.table-lockerdoc th:last-child {
  border-right: none;
}
.table-lockerdoc tbody td,
.table-lockerdoc th {
  border-left: solid black 1px;
  border-top: solid black 1px;
  color: black;
}
@media (max-width: 767.98px) {
  .table-lockerdoc tbody td,
.table-lockerdoc th {
    font-size: 100%;
    padding: 1rem;
    min-height: 1rem;
  }
}
@media (min-width: 768px) {
  .table-lockerdoc tbody td,
.table-lockerdoc th {
    font-size: 110%;
    padding: 1.5rem;
    min-height: 2rem;
  }
}

.table-lockerdoc .k8_checkmark {
  border: 2px solid black;
  background-color: white;
}

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

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

/*
@each $color, $value in $theme-colors {
  @include table-row-variant($color, theme-color-level($color, $table-bg-level), theme-color-level($color, $table-border-level));
}

@include table-row-variant(active, $table-active-bg);
*/
/*.table {
  .thead-dark {
    th {
      color: $table-dark-color;
      background-color: $table-dark-bg;
      border-color: $table-dark-border-color;
    }
  }

  .thead-light {
    th {
      color: $table-head-color;
      background-color: $table-head-bg;
      border-color: $table-border-color;
    }
  }
}*/
/*
.table-dark {
  color: $table-dark-color;
  background-color: $table-dark-bg;

  th,
  td,
  thead th {
    border-color: $table-dark-border-color;
  }

  &.table-bordered {
    border: 0;
  }

  &.table-striped {
    tbody tr:nth-of-type(odd) {
      background-color: $table-dark-accent-bg;
    }
  }

  &.table-hover {
    tbody tr {
      @include hover() {
        color: $table-dark-hover-color;
        background-color: $table-dark-hover-bg;
      }
    }
  }
}
*/
@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;
}

/*@include media-breakpoint-down(md) {
  .table-wrapper {
    width: 606px;
    overflow-x: auto;
  }
  .table-lockerdoc {
    width: auto;
  }
}*/
@media screen and (max-width: 375px) {
  .table-wrapper {
    width: 300px;
    overflow-x: auto;
  }

  .table-lockerdoc {
    width: auto;
  }
}
@media screen and (max-width: 375px) {
  .card .table-wrapper, .longdescription-body .table-wrapper, .reflection-checked .table-wrapper,
.discover-body .table-wrapper,
.row_icon .table-wrapper,
.statchart .table-wrapper {
    width: 270px;
  }
  .card .card .table-wrapper, .longdescription-body .card .table-wrapper, .reflection-checked .card .table-wrapper, .card .discover-body .table-wrapper, .discover-body .discover-body .table-wrapper, .longdescription-body .discover-body .table-wrapper, .reflection-checked .discover-body .table-wrapper, .card .longdescription-body .table-wrapper, .discover-body .longdescription-body .table-wrapper, .longdescription-body .longdescription-body .table-wrapper, .reflection-checked .longdescription-body .table-wrapper, .card .reflection-checked .table-wrapper, .discover-body .reflection-checked .table-wrapper, .longdescription-body .reflection-checked .table-wrapper, .reflection-checked .reflection-checked .table-wrapper,
.discover-body .card .table-wrapper,
.row_icon .card .table-wrapper,
.row_icon .discover-body .table-wrapper,
.row_icon .longdescription-body .table-wrapper,
.row_icon .reflection-checked .table-wrapper,
.statchart .card .table-wrapper,
.statchart .discover-body .table-wrapper,
.statchart .longdescription-body .table-wrapper,
.statchart .reflection-checked .table-wrapper {
    width: 230px;
  }
  .card .card .longdescription-body .table-wrapper, .longdescription-body .card .longdescription-body .table-wrapper, .reflection-checked .card .longdescription-body .table-wrapper, .card .discover-body .longdescription-body .table-wrapper, .discover-body .discover-body .longdescription-body .table-wrapper, .longdescription-body .discover-body .longdescription-body .table-wrapper, .reflection-checked .discover-body .longdescription-body .table-wrapper, .card .longdescription-body .longdescription-body .table-wrapper, .discover-body .longdescription-body .longdescription-body .table-wrapper, .longdescription-body .longdescription-body .longdescription-body .table-wrapper, .reflection-checked .longdescription-body .longdescription-body .table-wrapper, .card .reflection-checked .longdescription-body .table-wrapper, .discover-body .reflection-checked .longdescription-body .table-wrapper, .longdescription-body .reflection-checked .longdescription-body .table-wrapper, .reflection-checked .reflection-checked .longdescription-body .table-wrapper,
.discover-body .card .longdescription-body .table-wrapper,
.row_icon .card .longdescription-body .table-wrapper,
.row_icon .discover-body .longdescription-body .table-wrapper,
.row_icon .longdescription-body .longdescription-body .table-wrapper,
.row_icon .reflection-checked .longdescription-body .table-wrapper,
.statchart .card .longdescription-body .table-wrapper,
.statchart .discover-body .longdescription-body .table-wrapper,
.statchart .longdescription-body .longdescription-body .table-wrapper,
.statchart .reflection-checked .longdescription-body .table-wrapper {
    width: 190px;
  }
}
.green_bg {
  background-color: #ceedcd;
  border-radius: 1rem;
  padding: 2rem;
  font-size: 110%;
}
.green_bg h3, .green_bg .h3, .green_bg h4, .green_bg .h4 {
  color: black;
  font-size: 130%;
}

.yellow_bg {
  background-color: #fff9cc;
  border-radius: 1rem;
  padding: 2rem;
  font-size: 110%;
}
.yellow_bg h3, .yellow_bg .h3, .yellow_bg h4, .yellow_bg .h4 {
  color: black;
  font-size: 130%;
}

.pink_bg {
  background-color: #ffebeb;
  border-radius: 1rem;
  padding: 2rem;
  font-size: 110%;
}
.pink_bg h3, .pink_bg .h3, .pink_bg h4, .pink_bg .h4 {
  color: black;
  font-size: 130%;
}

.heavy_border {
  border-radius: 1rem;
  border: 2px solid black;
  padding: 1rem;
  font-size: 110%;
  background-color: white;
}
.heavy_border h3, .heavy_border .h3, .heavy_border h4, .heavy_border .h4 {
  padding: 0 0 2rem 0;
  color: black;
  font-size: 130%;
  border-bottom: 2px solid black;
}

.yellow_lined_paper {
  font-size: 110%;
  background-image: repeating-linear-gradient(#fff9cc 0px, #fff9cc 27px, #4ba0a1 28px);
  list-style-type: none;
  padding: 1.75rem;
}
.yellow_lined_paper h3, .yellow_lined_paper .h3, .yellow_lined_paper h4, .yellow_lined_paper .h4 {
  padding: 0 0 1rem 0;
  color: black;
  font-size: 130%;
}
.yellow_lined_paper p {
  padding-bottom: 1.75rem;
}

.blue_lined_paper {
  font-size: 110%;
  background-image: repeating-linear-gradient(#c5ebf1 0px, #c5ebf1 27px, #4ba0a1 28px);
  list-style-type: none;
  padding: 1.75rem;
}
.blue_lined_paper h3, .blue_lined_paper .h3, .blue_lined_paper h4, .blue_lined_paper .h4 {
  padding: 0 0 1rem 0;
  color: black;
  font-size: 130%;
}
.blue_lined_paper p {
  padding-bottom: 1.75rem;
}

.image-right {
  flex-wrap: nowrap;
}
.image-right h2,
.image-right h3,
.image-right h4,
.image-right h5,
.image-right h6 {
  color: black;
  flex: 1 100%;
}
.image-right div.left-content {
  margin-left: 15px;
}
.image-right div.left-content ul,
.image-right div.left-content ol,
.image-right div.left-content p {
  margin: 0;
}
.image-right div.left-content svg,
.image-right div.left-content img {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
@media (max-width: 575.98px) {
  .image-right div.left-content {
    flex: 0 0 100%;
    max-width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 576px) {
  .image-right div.left-content {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .image-right div.left-content {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
.image-right div.right-image {
  margin: 0;
  padding: 0;
}
@media (max-width: 575.98px) {
  .image-right div.right-image {
    display: none;
  }
}
@media (min-width: 576px) {
  .image-right div.right-image {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .image-right div.right-image {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (max-width: 575.98px) {
  .img-floatr {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 0 !important;
  }
}
@media (min-width: 576px) {
  .img-floatr {
    width: 50%;
    float: right;
    display: block;
    margin-top: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .img-floatl {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 0 !important;
  }
}
@media (min-width: 576px) {
  .img-floatl {
    width: 50%;
    float: left;
    display: block;
    padding-right: 1rem;
    margin-top: 0 !important;
  }
}

.img-modal {
  min-width: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 767.98px) {
  .teachernote_a {
    background-image: url(../assets/icons/teacherNote1Narrow.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 130px;
    border-bottom-right-radius: 25px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .teachernote_a {
    background-image: url(../assets/icons/teacherNote1.svg);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    height: 130px;
    border-bottom-right-radius: 25px;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .teachernote_b {
    background-image: url(../assets/icons/teacherNote2Narrow.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 130px;
    border-bottom-right-radius: 25px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .teachernote_b {
    background-image: url(../assets/icons/teacherNote2.svg);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    height: 130px;
    border-bottom-right-radius: 25px;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .teachernote_c {
    background-image: url(../assets/icons/teacherNote3Narrow.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 130px;
    border-bottom-right-radius: 25px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .teachernote_c {
    background-image: url(../assets/icons/teacherNote3.svg);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    height: 130px;
    border-bottom-right-radius: 25px;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .teachernote_d {
    background-image: url(../assets/icons/teacherNote4Narrow.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 130px;
    border-bottom-right-radius: 25px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .teachernote_d {
    background-image: url(../assets/icons/teacherNote4.svg);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    height: 130px;
    border-bottom-right-radius: 25px;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .teachernote_e {
    background-image: url(../assets/icons/teacherNote5Narrow.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 130px;
    border-bottom-right-radius: 25px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .teachernote_e {
    background-image: url(../assets/icons/teacherNote5.svg);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    height: 130px;
    border-bottom-right-radius: 25px;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  audio {
    width: 96%;
    margin-left: 2%;
  }
}

.audio {
  background-color: #dcdee2;
  border-radius: 20px;
  display: block;
  margin: 1rem auto;
  width: 80%;
  border: 2px solid #1d428a;
  padding: 0;
  box-shadow: 0 6px #1d428a;
}
@media (max-width: 575.98px) {
  .audio {
    margin: 1rem auto;
    width: 100%;
    /* padding: 1rem; */
  }
}

.audio p {
  font-family: "TVOPlexSans-Medium", Arial, sans-serif;
}

.audio p > a {
  font-family: "TVOPlexSans-Regular", Arial, sans-serif;
}

.audio .audio-header {
  width: 100%;
  background-color: #f8f8f8;
  height: 100%;
  padding: 20px 16px 8px 16px;
  border-radius: 20px 20px 0 0;
}

.audio .audio-header p {
  margin: 0;
  vertical-align: text-top;
}

.audio .audio-section {
  padding: 16px 16px 20px 16px;
}

.audio-group {
  width: 100%;
  flex-direction: column;
  display: block;
  margin: 1rem auto;
}
.audio-group > .audio {
  margin-top: 0;
  margin-bottom: 0;
}
.audio-group > .audio:not(:first-child),
.audio-group > .audio-group:not(:first-child) {
  margin-top: -1px;
}
.audio-group > .audio:not(:last-child),
.audio-group > .audio-group:not(:last-child) > .audio {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.audio-group hr {
  border-top: 2px solid white;
  position: relative;
  top: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
}
.audio-group > .audio:not(:first-child),
.audio-group > .audio-group:not(:first-child) > .audio {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.html5-audio-container, .html5-audio-french-container {
  align-items: center;
}
@media (max-width: 767.98px) {
  .html5-audio-container, .html5-audio-french-container {
    display: block;
  }
}
@media (min-width: 768px) {
  .html5-audio-container, .html5-audio-french-container {
    display: flex;
  }
}

.html5-audio-container audio, .html5-audio-french-container audio {
  flex-basis: 66%;
}

.html5-audio-container > p > a, .html5-audio-container > p > a {
  height: 100%;
  line-height: 1.2;
  margin-left: 20px;
  flex-basis: 33%;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .html5-audio-container > p > a, .html5-audio-container > p > a {
    margin-top: 0.8rem;
    margin-left: 0.5rem;
  }
}
.tally5 {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='30' height='23' x='0px' y='0px' viewBox='0 0 30 23'%3E %3Cstyle type='text/css'%3E .black { fill: %23010101; } .orange { fill: %23E85C29} .green { fill: %232B875A}%3C/style%3E %3Cpolygon class='black' points='4,0 7,0 7,25 4,25'/%3E %3Cpolygon class='black' points='12,0 15,0 15,25 12,25'/%3E %3Cpolygon class='black' points='20,0 23,0 23,25 20,25'/%3E %3Cpolygon class='black' points='28,0 31,0 31,25 28,25'/%3E %3Crect y='11' class='black' width='35' height='3'/%3E %3C/svg%3E");
  display: inline-block;
  background-size: 35px 15px;
  background-repeat: no-repeat;
  background-position: 0 8px;
  height: 23px;
  width: 30px;
}

.tally5_orange {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 30 23'%3E %3Cstyle type='text/css'%3E .black { fill: %23010101; } .orange { fill: %23E85C29} .green { fill: %232B875A}%3C/style%3E %3Cpolygon class='orange' points='4,0 7,0 7,25 4,25'/%3E %3Cpolygon class='orange' points='12,0 15,0 15,25 12,25'/%3E %3Cpolygon class='orange' points='20,0 23,0 23,25 20,25'/%3E %3Cpolygon class='orange' points='28,0 31,0 31,25 28,25'/%3E %3Crect y='11' class='orange' width='35' height='3'/%3E %3C/svg%3E");
  display: inline-block;
  background-size: 35px 15px;
  background-repeat: no-repeat;
  background-position: 0 8px;
  height: 23px;
  width: 30px;
}

.tally5_green {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 30 23'%3E %3Cstyle type='text/css'%3E .black { fill: %23010101; } .orange { fill: %23E85C29} .green { fill: %232B875A}%3C/style%3E %3Cpolygon class='green' points='4,0 7,0 7,25 4,25'/%3E %3Cpolygon class='green' points='12,0 15,0 15,25 12,25'/%3E %3Cpolygon class='green' points='20,0 23,0 23,25 20,25'/%3E %3Cpolygon class='green' points='28,0 31,0 31,25 28,25'/%3E %3Crect y='11' class='green' width='35' height='3'/%3E %3C/svg%3E");
  display: inline-block;
  background-size: 35px 15px;
  background-repeat: no-repeat;
  background-position: 0 8px;
  height: 23px;
  width: 30px;
}

.tally4 {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 30 23'%3E %3Cstyle type='text/css'%3E .black { fill: %23010101; } .orange { fill: %23E85C29} .green { fill: %232B875A}%3C/style%3E %3Cpolygon class='black' points='4,0 7,0 7,25 4,25'/%3E %3Cpolygon class='black' points='12,0 15,0 15,25 12,25'/%3E %3Cpolygon class='black' points='20,0 23,0 23,25 20,25'/%3E %3Cpolygon class='black' points='28,0 31,0 31,25 28,25'/%3E %3C/svg%3E");
  display: inline-block;
  background-size: 35px 15px;
  background-repeat: no-repeat;
  background-position: 0 8px;
  height: 23px;
  width: 30px;
}

.tally4_orange {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 30 23'%3E %3Cstyle type='text/css'%3E .black { fill: %23010101; } .orange { fill: %23E85C29} .green { fill: %232B875A}%3C/style%3E %3Cpolygon class='orange' points='4,0 7,0 7,25 4,25'/%3E %3Cpolygon class='orange' points='12,0 15,0 15,25 12,25'/%3E %3Cpolygon class='orange' points='20,0 23,0 23,25 20,25'/%3E %3Cpolygon class='orange' points='28,0 31,0 31,25 28,25'/%3E %3C/svg%3E");
  display: inline-block;
  background-size: 35px 15px;
  background-repeat: no-repeat;
  background-position: 0 8px;
  height: 23px;
  width: 30px;
}

.tally4_green {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 30 23'%3E %3Cstyle type='text/css'%3E .black { fill: %23010101; } .orange { fill: %23E85C29} .green { fill: %232B875A}%3C/style%3E %3Cpolygon class='green' points='4,0 7,0 7,25 4,25'/%3E %3Cpolygon class='green' points='12,0 15,0 15,25 12,25'/%3E %3Cpolygon class='green' points='20,0 23,0 23,25 20,25'/%3E %3Cpolygon class='green' points='28,0 31,0 31,25 28,25'/%3E %3C/svg%3E");
  display: inline-block;
  background-size: 35px 15px;
  background-repeat: no-repeat;
  background-position: 0 8px;
  height: 23px;
  width: 30px;
}

.tally3 {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 23.5 23'%3E %3Cstyle type='text/css'%3E .black { fill: %23010101; } .orange { fill: %23E85C29} .green { fill: %232B875A}%3C/style%3E %3Cpolygon class='black' points='4,0 7,0 7,25 4,25'/%3E %3Cpolygon class='black' points='12,0 15,0 15,25 12,25'/%3E %3Cpolygon class='black' points='20,0 23,0 23,25 20,25'/%3E %3C/svg%3E");
  display: inline-block;
  background-size: 35px 15px;
  background-repeat: no-repeat;
  background-position: 0 8px;
  height: 23px;
  width: 25px;
}

.tally3_orange {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 23.5 23'%3E %3Cstyle type='text/css'%3E .black { fill: %23010101; } .orange { fill: %23E85C29} .green { fill: %232B875A}%3C/style%3E %3Cpolygon class='orange' points='4,0 7,0 7,25 4,25'/%3E %3Cpolygon class='orange' points='12,0 15,0 15,25 12,25'/%3E %3Cpolygon class='orange' points='20,0 23,0 23,25 20,25'/%3E %3C/svg%3E");
  display: inline-block;
  background-size: 35px 15px;
  background-repeat: no-repeat;
  background-position: 0 8px;
  height: 23px;
  width: 25px;
}

.tally3_green {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 23.5 23'%3E %3Cstyle type='text/css'%3E .black { fill: %23010101; } .orange { fill: %23E85C29} .green { fill: %232B875A}%3C/style%3E %3Cpolygon class='green' points='4,0 7,0 7,25 4,25'/%3E %3Cpolygon class='green' points='12,0 15,0 15,25 12,25'/%3E %3Cpolygon class='green' points='20,0 23,0 23,25 20,25'/%3E %3C/svg%3E");
  display: inline-block;
  background-size: 35px 15px;
  background-repeat: no-repeat;
  background-position: 0 8px;
  height: 23px;
  width: 25px;
}

.tally2 {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 17 23'%3E %3Cstyle type='text/css'%3E .black { fill: %23010101; } .orange { fill: %23E85C29} .green { fill: %232B875A}%3C/style%3E %3Cpolygon class='black' points='4,0 7,0 7,25 4,25'/%3E %3Cpolygon class='black' points='12,0 15,0 15,25 12,25'/%3E %3C/svg%3E");
  display: inline-block;
  background-size: 35px 15px;
  background-repeat: no-repeat;
  background-position: 0 8px;
  height: 23px;
  width: 22px;
}

.tally2_orange {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 17 23'%3E %3Cstyle type='text/css'%3E .black { fill: %23010101; } .orange { fill: %23E85C29} .green { fill: %232B875A}%3C/style%3E %3Cpolygon class='orange' points='4,0 7,0 7,25 4,25'/%3E %3Cpolygon class='orange' points='12,0 15,0 15,25 12,25'/%3E %3C/svg%3E");
  display: inline-block;
  background-size: 35px 15px;
  background-repeat: no-repeat;
  background-position: 0 8px;
  height: 23px;
  width: 22px;
}

.tally2_green {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 17 23'%3E %3Cstyle type='text/css'%3E .black { fill: %23010101; } .orange { fill: %23E85C29} .green { fill: %232B875A}%3C/style%3E %3Cpolygon class='green' points='4,0 7,0 7,25 4,25'/%3E %3Cpolygon class='green' points='12,0 15,0 15,25 12,25'/%3E %3C/svg%3E");
  display: inline-block;
  background-size: 35px 15px;
  background-repeat: no-repeat;
  background-position: 0 8px;
  height: 23px;
  width: 22px;
}

.tally1 {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 10.5 23'%3E %3Cstyle type='text/css'%3E .black { fill: %23010101; } .orange { fill: %23E85C29} .green { fill: %232B875A}%3C/style%3E %3Cpolygon class='black' points='4,0 7,0 7,25 4,25'/%3E %3C/svg%3E");
  display: inline-block;
  background-size: 35px 15px;
  background-repeat: no-repeat;
  background-position: -2px 8px;
  height: 23px;
  width: 17px;
}

.tally1_orange {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 10.5 23'%3E %3Cstyle type='text/css'%3E .black { fill: %23010101; } .orange { fill: %23E85C29} .green { fill: %232B875A}%3C/style%3E %3Cpolygon class='orange' points='4,0 7,0 7,25 4,25'/%3E %3C/svg%3E");
  display: inline-block;
  background-size: 35px 15px;
  background-repeat: no-repeat;
  background-position: -2px 8px;
  height: 23px;
  width: 17px;
}

.tally1_green {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 10.5 23'%3E %3Cstyle type='text/css'%3E .black { fill: %23010101; } .orange { fill: %23E85C29} .green { fill: %232B875A}%3C/style%3E %3Cpolygon class='green' points='4,0 7,0 7,25 4,25'/%3E %3C/svg%3E");
  display: inline-block;
  background-size: 35px 15px;
  background-repeat: no-repeat;
  background-position: -2px 8px;
  height: 23px;
  width: 17px;
}

.k8_nav {
  align-items: center;
  padding: 0 2rem;
}
@media (max-width: 767.98px) {
  .k8_nav {
    display: block;
  }
}
@media (min-width: 768px) {
  .k8_nav {
    display: flex;
  }
}

.k8_nav_title {
  font-family: "TVOPlexSans-Medium", Arial, sans-serif;
  margin-left: 1rem;
}
@media (max-width: 767.98px) {
  .k8_nav_title {
    width: 75%;
    margin-left: 0;
  }
}

.k8_nav_button_group > li > a {
  font-family: "TVOPlexSans-Medium", Arial, sans-serif;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .btn-flyout {
    transform-origin: unset;
    transform: unset;
    position: relative;
    border: none;
  }
}
@media (min-width: 768px) {
  .btn-flyout {
    font-size: 1.2rem;
    color: #212529;
    background-color: #d1d3d4;
    border-color: #d1d3d4;
    color: rgba(0, 0, 0, 0.5);
    border-radius: 0.3rem 0.3rem 0 0;
    padding: 0.5rem 1rem;
    border: 1px solid transparent;
    position: fixed;
    right: 0;
    top: 40%;
    transform-origin: 100% 100% 0;
    transform: rotate(-90deg);
    font-family: "tvoplex_medium", Arial, sans-serif;
  }
}
.btn-flyout .btn-flyout:hover {
  color: #212529;
}
.btn-flyout .btn-flyout.active,
.btn-flyout .btn-flyout:active {
  color: rgba(0, 0, 0, 0.5);
  background-color: white;
}
.btn-flyout .btn-flyout:not(:disabled):not(.disabled).active,
.btn-flyout .btn-flyout:not(:disabled):not(.disabled):active,
.btn-flyout .show > .btn-flyout.dropdown-toggle {
  background-color: white;
}

.btn-flyout-close {
  font-size: 1.2rem;
  color: #212529;
  background-color: #d1d3d4;
  border-color: #c9cbcd;
  font-family: "tvoplex_medium", Arial, sans-serif;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid transparent;
  border-radius: 0 0 0.3rem 0.3rem;
  padding: 0.7rem 1rem 0.3rem 1.3rem;
  display: inline;
  position: fixed;
  top: 50%;
  transform-origin: 40% 100% 0;
  transform: rotate(-90deg);
  left: 0;
  z-index: 2000;
  background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-x-circle' fill='rgba(0, 0, 0, 0.5)' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' d='M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E %3Cpath fill-rule='evenodd' d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E %3C/svg%3E");
  background-position: 13% 56%;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .btn-flyout-close {
    display: none;
  }
}
.btn-flyout-close:hover {
  color: #212529;
  background-color: #bdc0c2;
  border-color: #afb2b4;
}

.btn-flyout-close.focus,
.btn-flyout-close:focus {
  color: #212529;
  background-color: #bdc0c2;
  border-color: #afb2b4;
  box-shadow: 0 0 0 0.2rem rgba(176, 178, 180, 0.5);
}

.btn-flyout-close.disabled,
.btn-flyout-close:disabled {
  color: #212529;
  background-color: #d1d3d4;
  border-color: #c9cbcd;
}

.btn-flyout-close:not(:disabled):not(.disabled).active,
.btn-flyout-close:not(:disabled):not(.disabled):active,
.show > .btn-flyout-close.dropdown-toggle {
  color: #212529;
  background-color: #b7babb;
  border-color: #a8acae;
}

.btn-flyout-close:not(:disabled):not(.disabled).active:focus,
.btn-flyout-close:not(:disabled):not(.disabled):active:focus,
.show > .btn-flyout-close.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(176, 178, 180, 0.5);
}

.btn-flyout:hover {
  background: #d1d3d4;
  color: #404040;
}

.btn-flyout-close:hover {
  font-size: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-x-circle' fill='rgba(0, 0, 0, 0.5)' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill-rule='evenodd' d='M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E %3Cpath fill-rule='evenodd' d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E %3C/svg%3E");
  background-position: 14% 55%;
  background-repeat: no-repeat;
  background-color: #d1d3d4;
  color: #404040;
}

.ilc-sidenav {
  width: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.25s;
  padding-top: 4%;
}
.ilc-sidenav a {
  text-decoration: none;
  transition: 0.25s;
}
.ilc-sidenav a:hover {
  background-color: #0E8A16;
  color: #f1f1f1;
}

.hidden {
  display: none !important;
}

.ilc_reveal {
  z-index: 150;
}

@media (min-width: 768px) {
  .learning_image {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .learning_image {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 768px) {
  .learning_text {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .learning_text {
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: 16.6666666667%;
  }
}

@media (max-width: 575.98px) {
  .flyout_image {
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 2rem !important;
  }
}
@media (min-width: 576px) {
  .flyout_image {
    float: left;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 0.5rem !important;
  }
}
@media (min-width: 992px) {
  .flyout_image {
    float: right;
    width: 50%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 575.98px) {
  .flyout_top_margin {
    margin-top: 14.5rem !important;
  }
}
@media (min-width: 576px) {
  .flyout_top_margin {
    margin-top: 14.5rem !important;
  }
}

.tvolearn_flyout_top {
  top: 15rem;
}
@media (max-width: 767.98px) {
  .tvolearn_flyout_top {
    top: 0rem;
  }
}

.tvolearn_flyout_close_top {
  top: 20rem;
}
@media (max-width: 767.98px) {
  .tvolearn_flyout_close_top {
    top: 0rem;
  }
}

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

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  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%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  background-image: url("data:image/svg+xml; utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='19.415' height='17.605' viewBox='0 0 19.415 17.605'%3E%3Cpath d='M19.415,17.605H13.647L9.764,11.988,5.806,17.605H0L6.974,8.067,1.169,0H7.012L9.8,4.071,12.516,0h5.806L12.516,8.067Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  height: 38px;
  width: 38px;
  background-color: #7d1863;
  border-radius: 5px;
  margin: -1rem -1rem -1rem auto;
}

/*.modal-title {
  margin-bottom: 0;
  line-height: $modal-title-line-height;
}*/
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-body .close {
  background-image: url("data:image/svg+xml; utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='19.415' height='17.605' viewBox='0 0 19.415 17.605'%3E%3Cpath d='M19.415,17.605H13.647L9.764,11.988,5.806,17.605H0L6.974,8.067,1.169,0H7.012L9.8,4.071,12.516,0h5.806L12.516,8.067Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  height: 38px;
  width: 38px;
  background-color: #7d1863;
  border-radius: 5px;
  margin-left: 50%;
  position: fixed;
  border-color: unset;
  border-style: unset;
  border-width: unset;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    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);
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
/*@include media-breakpoint-up(lg) {
  .modal-lg,
  .modal-xl {
    max-width: $modal-lg;
    //--- $modal-lg:                          800px !default;
  }
}

@include media-breakpoint-up(xl) {
  .modal-xl { max-width: $modal-xl; }
  //--- $modal-xl:                          1140px !default;
}*/
/*
$modal-footer-margin-between:       .5rem !default;

$modal-dialog-margin:               .5rem !default;
$modal-dialog-margin-y-sm-up:       1.75rem !default;

$modal-title-line-height:           $line-height-base !default;

$modal-content-color:               null !default;
$modal-content-bg:                  $white !default;
$modal-content-border-color:        rgba($black, .2) !default;
$modal-content-border-width:        $border-width !default;
$modal-content-border-radius:       $border-radius-lg !default;
$modal-content-inner-border-radius: subtract($modal-content-border-radius, $modal-content-border-width) !default;
$modal-content-box-shadow-xs:       0 .25rem .5rem rgba($black, .5) !default;
$modal-content-box-shadow-sm-up:    0 .5rem 1rem rgba($black, .5) !default;

$modal-backdrop-bg:                 $black !default;
$modal-backdrop-opacity:            .5 !default;
$modal-header-border-color:         $border-color !default;
$modal-footer-border-color:         $modal-header-border-color !default;
$modal-header-border-width:         $modal-content-border-width !default;
$modal-footer-border-width:         $modal-header-border-width !default;
$modal-header-padding-y:            1rem !default;
$modal-header-padding-x:            1rem !default;
$modal-header-padding:              $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility

$modal-xl:                          1140px !default;
$modal-lg:                          800px !default;
$modal-md:                          500px !default;
$modal-sm:                          300px !default;

$modal-fade-transform:              translate(0, -50px) !default;
$modal-show-transform:              none !default;
$modal-transition:                  transform .3s ease-out !default;
$modal-scale-transform:             scale(1.02) !default;
*/
.gif {
  border: white 1px solid;
  max-width: 80%;
}

.gif:hover {
  cursor: pointer;
  box-shadow: 0 0 0 0.2rem #913b7a;
  border-radius: 0.3rem;
}

.gif:focus {
  cursor: pointer;
  box-shadow: 0 0 0 0.2rem #913b7a;
  border-radius: 0.3rem;
}

.gif:focus-visible {
  outline: none;
}

.table-audio {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  table-layout: fixed;
}

@media only screen and (max-width: 480px) {
  .table-audio {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 320px) {
  .table-audio {
    table-layout: auto;
    font-size: 10px !important;
  }
}
.table-audio th,
.table-audio td {
  padding: 0.75rem;
  vertical-align: middle;
  word-wrap: normal;
  border-top: 1px solid #b3b3b3;
}

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

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

.table-audio {
  border: 1px solid #b3b3b3;
}

.table-audio th,
.table-audio td {
  border: 1px solid #b3b3b3;
}

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

.table-audio-bg {
  background-color: #F7F2F6;
}

.table-play {
  text-align: center;
  vertical-align: middle;
}

@media only screen and (max-width: 480px) {
  .three-column {
    font-size: 1.2rem !important;
  }
}
.audio-play {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%220.88em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M424.4%20214.7L72.4%206.6C43.8-10.3%200%206.1%200%2047.9V464c0%2037.5%2040.7%2060.1%2072.4%2041.3l352-208c31.4-18.5%2031.5-64.1%200-82.6z%22%20fill%3D%22%23212529%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 20px 19px;
  background-position: center;
  background-color: #F1F3F4;
  border-radius: 50%;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.audio-play:hover,
.audio-play:focus-visible {
  background-color: #E5E7E8;
}

.audio-pause {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%220.88em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M144%20479H48c-26.5%200-48-21.5-48-48V79c0-26.5%2021.5-48%2048-48h96c26.5%200%2048%2021.5%2048%2048v352c0%2026.5-21.5%2048-48%2048zm304-48V79c0-26.5-21.5-48-48-48h-96c-26.5%200-48%2021.5-48%2048v352c0%2026.5%2021.5%2048%2048%2048h96c26.5%200%2048-21.5%2048-48z%22%20fill%3D%22%23212529%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 20px 19px;
  background-position: center;
  background-color: #F1F3F4;
  border-radius: 50%;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.audio-pause:hover,
.audio-pause:focus-visible {
  background-color: #E5E7E8;
}

@supports (-moz-appearance: none) {
  .audio-play {
    background-color: #403E42 !important;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%220.88em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M424.4%20214.7L72.4%206.6C43.8-10.3%200%206.1%200%2047.9V464c0%2037.5%2040.7%2060.1%2072.4%2041.3l352-208c31.4-18.5%2031.5-64.1%200-82.6z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  }

  .audio-play:hover,
.audio-play:focus-visible {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%220.88em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M424.4%20214.7L72.4%206.6C43.8-10.3%200%206.1%200%2047.9V464c0%2037.5%2040.7%2060.1%2072.4%2041.3l352-208c31.4-18.5%2031.5-64.1%200-82.6z%22%20fill%3D%22%2348a0f7%22%2F%3E%3C%2Fsvg%3E");
  }

  .audio-play:focus-visible {
    outline: 2px solid #48A0F7;
  }

  .audio-pause {
    background-color: #403E42 !important;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%220.88em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M144%20479H48c-26.5%200-48-21.5-48-48V79c0-26.5%2021.5-48%2048-48h96c26.5%200%2048%2021.5%2048%2048v352c0%2026.5-21.5%2048-48%2048zm304-48V79c0-26.5-21.5-48-48-48h-96c-26.5%200-48%2021.5-48%2048v352c0%2026.5%2021.5%2048%2048%2048h96c26.5%200%2048-21.5%2048-48z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  }

  .audio-pause:hover,
.audio-pause:focus-visible {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%220.88em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M144%20479H48c-26.5%200-48-21.5-48-48V79c0-26.5%2021.5-48%2048-48h96c26.5%200%2048%2021.5%2048%2048v352c0%2026.5-21.5%2048-48%2048zm304-48V79c0-26.5-21.5-48-48-48h-96c-26.5%200-48%2021.5-48%2048v352c0%2026.5%2021.5%2048%2048%2048h96c26.5%200%2048-21.5%2048-48z%22%20fill%3D%22%2348a0f7%22%2F%3E%3C%2Fsvg%3E");
  }

  .audio-pause:focus-visible {
    outline: 2px solid #48A0F7;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .audio-play {
      background-color: #403E42 !important;
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%220.88em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M424.4%20214.7L72.4%206.6C43.8-10.3%200%206.1%200%2047.9V464c0%2037.5%2040.7%2060.1%2072.4%2041.3l352-208c31.4-18.5%2031.5-64.1%200-82.6z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
    }

    .audio-play:hover,
.audio-play:focus {
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%220.88em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M424.4%20214.7L72.4%206.6C43.8-10.3%200%206.1%200%2047.9V464c0%2037.5%2040.7%2060.1%2072.4%2041.3l352-208c31.4-18.5%2031.5-64.1%200-82.6z%22%20fill%3D%22%2348a0f7%22%2F%3E%3C%2Fsvg%3E");
    }

    .audio-play:focus {
      outline: 2px solid #48A0F7 !important;
    }

    .audio-pause {
      background-color: #403E42 !important;
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%220.88em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M144%20479H48c-26.5%200-48-21.5-48-48V79c0-26.5%2021.5-48%2048-48h96c26.5%200%2048%2021.5%2048%2048v352c0%2026.5-21.5%2048-48%2048zm304-48V79c0-26.5-21.5-48-48-48h-96c-26.5%200-48%2021.5-48%2048v352c0%2026.5%2021.5%2048%2048%2048h96c26.5%200%2048-21.5%2048-48z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
    }

    .audio-pause:hover,
.audio-pause:focus {
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%220.88em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M144%20479H48c-26.5%200-48-21.5-48-48V79c0-26.5%2021.5-48%2048-48h96c26.5%200%2048%2021.5%2048%2048v352c0%2026.5-21.5%2048-48%2048zm304-48V79c0-26.5-21.5-48-48-48h-96c-26.5%200-48%2021.5-48%2048v352c0%2026.5%2021.5%2048%2048%2048h96c26.5%200%2048-21.5%2048-48z%22%20fill%3D%22%2348a0f7%22%2F%3E%3C%2Fsvg%3E");
    }

    .audio-pause:focus {
      outline: 2px solid #48A0F7 !important;
    }
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (not (stroke-color: transparent)) {
    .audio-play {
      background-color: #403E42 !important;
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%220.88em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M424.4%20214.7L72.4%206.6C43.8-10.3%200%206.1%200%2047.9V464c0%2037.5%2040.7%2060.1%2072.4%2041.3l352-208c31.4-18.5%2031.5-64.1%200-82.6z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
    }

    .audio-play:hover,
.audio-play:focus {
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%220.88em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M424.4%20214.7L72.4%206.6C43.8-10.3%200%206.1%200%2047.9V464c0%2037.5%2040.7%2060.1%2072.4%2041.3l352-208c31.4-18.5%2031.5-64.1%200-82.6z%22%20fill%3D%22%2348a0f7%22%2F%3E%3C%2Fsvg%3E");
    }

    .audio-play:focus {
      outline: 2px solid #48A0F7 !important;
    }

    .audio-pause {
      background-color: #403E42 !important;
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%220.88em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M144%20479H48c-26.5%200-48-21.5-48-48V79c0-26.5%2021.5-48%2048-48h96c26.5%200%2048%2021.5%2048%2048v352c0%2026.5-21.5%2048-48%2048zm304-48V79c0-26.5-21.5-48-48-48h-96c-26.5%200-48%2021.5-48%2048v352c0%2026.5%2021.5%2048%2048%2048h96c26.5%200%2048-21.5%2048-48z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
    }

    .audio-pause:hover,
.audio-pause:focus {
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%220.88em%22%20height%3D%221em%22%20preserveAspectRatio%3D%22xMidYMid%20meet%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M144%20479H48c-26.5%200-48-21.5-48-48V79c0-26.5%2021.5-48%2048-48h96c26.5%200%2048%2021.5%2048%2048v352c0%2026.5-21.5%2048-48%2048zm304-48V79c0-26.5-21.5-48-48-48h-96c-26.5%200-48%2021.5-48%2048v352c0%2026.5%2021.5%2048%2048%2048h96c26.5%200%2048-21.5%2048-48z%22%20fill%3D%22%2348a0f7%22%2F%3E%3C%2Fsvg%3E");
    }

    .audio-pause:focus {
      outline: 2px solid #48A0F7 !important;
    }
  }
}
.ereader-lower-controls {
  background-color: #f5e6f1;
  border-radius: 0 0 20px 20px;
  padding: 40px;
}

.ereader {
  padding-top: 10px;
  background-image: linear-gradient(#f5e6f1 100%, #f7f2f6 100%);
}

.ereader-inner img {
  padding: 0 100px 0 100px !important;
  background-image: linear-gradient(#f7f2f6 100%, #f7f2f6 100%);
}

@media screen and (max-width: 430px) {
  .ereader-inner img {
    padding: 0 !important;
  }
}
.ereader-indicators {
  position: absolute;
  right: 0;
  top: unset;
  margin-top: -1.5rem;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.ereader-indicators li {
  margin-left: 0.75rem;
  color: #3d0c30;
  cursor: pointer;
}

.ereader-indicators li:hover {
  text-decoration: underline;
}

.ereader-indicators .dropdown-menu {
  max-height: 350px;
  overflow-y: scroll;
  min-width: 6.5rem;
  border-radius: 10px;
  background-color: white;
}

/* width */
.ereader-indicators .dropdown-menu::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.ereader-indicators .dropdown-menu::-webkit-scrollbar-track {
  background-color: white;
  border-radius: 0 10px 10px 0;
}

/* Handle */
.ereader-indicators .dropdown-menu::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}

.ereader-indicators .active {
  background-position: 50% 0%;
}

.ereader-indicators :hover {
  background-position: 50% 0%;
}

#mainContent {
  clear: both;
}

@media (max-width: 575.98px) {
  .k8_col {
    margin-left: 1rem;
    margin-right: 1rem;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .k8_col {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .k8_col {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
}

@media (max-width: 575.98px) {
  .ilo_col {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    width: 100%;
  }
  .ilo_col .flashcards-container {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (min-width: 576px) {
  .ilo_col {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 8.3333333333%;
  }
}
@media (min-width: 992px) {
  .ilo_col {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 16.6666666667%;
  }
}

.h1,
h1 {
  color: #0D4F82;
  font-family: "TVOPlexSans-Medium", Arial, sans-serif;
  font-size: 2.7rem;
}
.h2,
h2 {
  color: #CC2F49;
  font-family: "TVOPlexSans-Bold", Arial, sans-serif;
  margin-top: 3rem;
  font-size: 2.9rem;
}
@media (max-width: 575.98px) {
  .h2,
h2 {
    margin-top: 1.5rem;
  }
}

.h3,
h3 {
  color: #CC2F49;
  font-family: "TVOPlexSans-SemiBold", Arial, sans-serif;
  margin-top: 1.5rem;
  font-size: 2.5rem;
}

.h4,
h4 {
  color: #1D428A;
  font-family: "TVOPlexSans-Regular", Arial, sans-serif;
  margin-top: 1rem;
  font-size: 1.6rem;
}

.copyright {
  font-family: "TVOPlexSans-Regular", Arial, sans-serif;
  font-size: 0.75rem;
  color: #212529;
  line-height: 0.875rem;
}

p a {
  font-family: "TVOPlexSans-SemiBold", Arial, sans-serif;
}
p .btn, p .btn-mathify, p .btn-tvoorg, p .btn-pdf, p .btn-tvokids, p .btn-mpower, p .btn-game:after,
p .btn-locker:after, p .btn-discover, p .btn-longdesc, p .btn-zoomin, p .btn-zoomout, p .reflection-checkmark-test, p .html5-audio-container > p > a, p .html5-audio-container > p > a {
  font-family: "TVOPlexSans-Regular", Arial, sans-serif;
}

.card, .discover-body, .reflection-checked {
  margin-bottom: 1.5rem;
}

.card ul, .discover-body ul, .longdescription-body ul, .reflection-checked ul {
  margin-bottom: 0;
}

ul {
  margin-bottom: 1.5rem;
}

section:first-of-type {
  margin-top: 0px;
}

section {
  margin-top: 12px;
  padding-bottom: 3rem;
}

#nav_top {
  margin-bottom: 0;
  padding-bottom: 0;
}

.callout::before, .callout_code::before {
  height: 100%;
  width: 8px;
  border-radius: 4px;
  display: block;
  background-color: #1D428A;
  position: absolute;
  margin-left: -1.5rem;
  content: "";
}

.callout, .callout_code {
  position: relative;
  margin-left: 1.5rem;
}

.callout_green {
  background-color: #ceedcd;
  color: black;
  border-radius: 20px;
  font-size: 120%;
}
.callout_green > h3, .callout_green .h3 {
  color: #0f4a25;
  text-align: center;
  font-size: 140%;
}
.production_callout::before {
  height: 100%;
  width: 17px;
  border-radius: 4px;
  display: block;
  background-color: #2B875A;
  position: absolute;
  top: 0;
  margin-left: -1.5rem;
  content: "";
}

.production_callout {
  position: relative;
  background-color: rgba(43, 135, 90, 0.2);
  margin-left: 1.5rem;
}

.callout_safety h3:first-child, .callout_safety h5:first-child {
  list-style: none;
  margin-left: 4rem !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.callout_safety {
  padding-top: 0.25rem !important;
}

.callout_safety {
  position: relative;
}

.callout_safety h3:first-child::before, .callout_safety h5:first-child::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -2px;
  top: 10px;
  height: 50px;
  width: 50px;
  background-image: url(../assets/icons/safety.svg);
}

.table-bordered thead tr {
  background-color: #e6e7e8;
}

.blank-1 {
  display: inline-block;
  border-bottom: 1px solid black;
  width: 2%;
}

.blank-2 {
  display: inline-block;
  border-bottom: 1px solid black;
  width: 5%;
}

.blank-3 {
  display: inline-block;
  border-bottom: 1px solid black;
  width: 10%;
}

.blank-4 {
  display: inline-block;
  border-bottom: 1px solid black;
  width: 20%;
}

.blank-heavy {
  border-bottom: 2px solid black;
}

.brightspace-editor {
  /*Accordions, click to reveals*/
  /*Learning goals flyout*/
}
.brightspace-editor .collapse:not(.show) {
  display: block;
}
.brightspace-editor .row > .ilc-reveal {
  opacity: 1;
}
.brightspace-editor .ilc-sidenav {
  width: 100%;
}
.brightspace-editor h1 .sr-only {
  all: unset;
  margin-left: 16.6666666667%;
}

.brightspace-editor.hidden {
  display: block !important;
}

.ilo-brightspace-block {
  /* makes the shift from "unstyled" to "ILO styling" less aggressive */
  transition: 0.5s linear all;
}

.bc-iframe, .bc-iframe body, .bc-player-mLPSmEWSk_default, .bc-player-mLPSmEWSk_default .vjs-poster {
  background-color: rgba(0, 0, 0, 0);
}

.brightspace-editor .ilo-brightspace-block, .brightspace-editor .brightcove-video-container {
  display: block;
  width: 100%;
  height: 300px;
  max-width: 700px;
  background-color: #c6e3dc;
  text-align: center;
}

.brightspace-editor .ilo-brightspace-block:before, .brightspace-editor .brightcove-video-container:before {
  content: "This is a javascript enabled component. Removing this block in the Brightspace editor will remove the component from the course.";
}

.btn-locker a {
  color: #1D428A;
}

.col_icon_h3 h3 {
  color: #1D428A;
  font-size: 1.8em;
  font-family: "TVOPlexSans-SemiBold", Arial, sans-serif;
}

/* .accordion > .card:not(:last-of-type) > .collapse.show {
  border: 2px solid #1D428A;
}

.accordion .card:last-child .collapse .card-body {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
} */

.card-header:not(.collapsed) {
  color: #FFFFFF !important;
  /* border: 2px solid #8B2331 !important; */
  background-color: #8B2331 !important;
}

.collapse .card-body {
  border: 2px solid #8B2331 !important;
}

.accordion .card:last-child .collapse .card-body {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

/* .accordion .card button:focus {
  color: #FFFFFF !important;
} */

.nba_feature {
  background-color: #FEE0E5;
  border-radius: 20px;
  padding: 1.5em 1.5em 1.8em 1.5em;
  margin-bottom: 1.5em;
  margin-top: 4em;
}

.nba_feature > .nba_feature_header > .nba_feature_image {
  height: 150px;
  position: relative;
  top: -3.7em;
  margin-left: 5px;
}

.nba_feature > .nba_feature_header > .nba_feature_fun_image {
  height: 190px;
  position: relative;
  top: -5.5em;
  margin-left: 5px;
  margin-bottom: -0.4em !important;
}

.nba_feature_profile {
  background-color: #ffe4ce;
  border-radius: 20px;
  padding: 1.5em 1.5em 1.8em 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  overflow: auto;
}

.nba_feature > .nba_feature_content {
  overflow: auto;
}

.nba_feature > .nba_feature_header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: -3em;
}

.nba_feature_profile > .nba_feature_profile_header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.nba_feature_profile > .nba_feature_profile_header > h3 {
  letter-spacing: 0.2px;
}

.nba_feature_profile > .nba_feature_content > h4 {
  margin-top: 0 !important;
  padding-left: 0 !important;
  font-size: 1.6rem !important;
  color: #000000;
}

.nba_feature_profile > .nba_feature_content > figure > figcaption > p {
  text-align: center;
  font-size: 16px;
  color: #000000;
  padding: 12px !important;
  background-color: #ffcca6;
  border-radius: 10px;
  margin-bottom: 0 !important;
}

.nba_feature_profile > .nba_feature_content .btn-primary:focus, .nba_feature_profile > .nba_feature_content .btn-primary:hover {
  /* outline: 3px solid #8b2331 !important;
  outline-offset: 4px; */
  box-shadow: 0 0 0 4px #ffe4ce, 0 0 0 7px #8b2331;
}

.nba_feature > .nba_feature_content > figure > figcaption > p, .nba_feature > .nba_feature_content > .nba_feature_side_by_side > figure > figcaption > p{
  text-align: center !important;
  font-size: 16px;
  color: #000000;
  padding: 12px !important;
  background-color: #fdc4cd;
  border-radius: 10px;
  margin-bottom: 0 !important;
}

.nba_feature > .nba_feature_content > .row > .col > figure > figcaption > p {
  text-align: center !important;
  font-size: 16px;
  color: #000000;
  padding: 12px !important;
  background-color: #fdc4cd;
  border-radius: 10px;
  margin-bottom: 0 !important;
}

.nba_feature > .nba_feature_header > .nba_feature_image {
  height: 150px;
  position: relative;
  top: -3.7em;
  margin-left: 5px;
}

.nba_feature > .nba_feature_header > h3 {
  margin-top: 1.1rem;
  color: #1D428A;
  max-height: 2em;
  padding-left: 1.2em;
  font-size: 1.8em;
  font-family: "TVOPlexSans-SemiBold", Arial, sans-serif;
}

@media (max-width: 575.98px) {
  .nba_feature > .nba_feature_header {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
  }
  .nba_feature > .nba_feature_header > .nba_feature_image, .nba_feature > .nba_feature_header > .nba_feature_fun_image {
    align-self: center;
    margin-left: 0;
  }
  .nba_feature > .nba_feature_header > h3 {
    margin-top: -2.2em;
    margin-bottom: 1.5rem;
    align-self: center;
    padding-left: 0;
  }
}

.nba_feature_profile > .nba_feature_profile_header > h3 {
  color: #1D428A;
  max-height: 2em;
  font-size: 1.8em;
  font-family: "TVOPlexSans-SemiBold", Arial, sans-serif;
  padding-bottom: 1.2em;
}

.nba_feature > .nba_feature_content > p {
  text-align: left;
}

.nba_feature > .nba_feature_content > img {
  width: 100%;
}

.nba_feature_profile > .nba_feature_content > p {
  text-align: left;
}

.nba_feature_profile > .nba_feature_content > img {
  width: 100%;
}

.nba_feature_side_by_side {
  display: flex;
  flex-direction: row;
}

.nba_feature_side_by_side div:first-child {
  margin-right: 1.5em;
}

.nba_feature_side_by_side > div > img {
  margin-top: 0 !important;
}

@media (max-width: 765px) {
  .nba_feature_profile > .nba_feature_profile_header > h3 {
    padding-left: 0px;
  }
  .nba_feature_side_by_side {
    display: flex;
    flex-direction: column;
  }
  .nba_feature_side_by_side > div > img {
    margin-top: 0 !important;
  }
  .nba_feature_side_by_side > div {
    margin-right: 0 !important;
  }
  .nba_feature_side_by_side > div, .nba_feature_side_by_side > figure {
    width: 100% !important;
  }
}

/* @media (max-width: 765px) {
  .nba_feature > .nba_feature_header > h2, h3, h4 {
    padding-left: 0.5em;
  }
  .nba_feature_profile > .nba_feature_header > h2, h3, h4 {
    padding-left: 0.5em;
  }
} */

@media (max-width: 575.98px) {
  .nba_feature_profile > .nba_feature_profile_header > h3 {
    padding-bottom: 0px;
  }
  .nba_feature > .nba_feature_content > .nba_feature_profile_image, .nba_feature > .nba_feature_content > figure > .nba_feature_profile_image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 1.5rem !important;
  }
  .nba_feature_profile > .nba_feature_content > .nba_feature_profile_image, .nba_feature_profile > .nba_feature_content > figure > .nba_feature_profile_image {
    /* width: 100%; */
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 1.5rem !important;
  }
  .nba_feature > .nba_feature_content > figure  img, .nba_feature_profile > .nba_feature_content > figure > .nba_feature_profile_image {
    margin-bottom: 10px !important;
  }
  .nba_feature_profile > .nba_feature_content > figure, .nba_feature > .nba_feature_content > figure {
    width: 100%;
  }
  .nba_feature > .nba_feature_content > .nba_feature_profile_image, .nba_feature > .nba_feature_content > figure.img-floatr > img {
    width: 100%;
    max-height: 400px;
  }
  .nba_feature > .nba_feature_content > .nba_feature_profile_image, .nba_feature > .nba_feature_content > .row > .col > figure.img-floatr > img {
    width: 100%;
    max-height: 400px;
  }
}

@media (min-width: 576px) {
  .nba_feature > .nba_feature_content > .nba_feature_profile_image, .nba_feature > .nba_feature_content > figure {
    padding-top: 10px;
  }
  .nba_feature > .nba_feature_content > figure, .nba_feature_profile > .nba_feature_content > figure {
    margin-bottom: 30px !important;
  }
  .nba_feature > .nba_feature_content > .nba_feature_profile_image:first-of-type, .nba_feature > .nba_feature_content > figure:first-of-type {
    padding-top: 0;
  }
  .nba_feature > .nba_feature_content > img:first-of-type {
    margin-top: 10px !important;
  }
  .nba_feature > .nba_feature_content > .nba_feature_profile_image, .nba_feature > .nba_feature_content > figure.img-floatr {
    width: 50%;
    float: right;
    display: block;
    margin: 0 0 10px 20px !important;
  }
  
  .nba_feature > .nba_feature_content > .nba_feature_profile_image, .nba_feature > .nba_feature_content > .row > .col > figure.img-floatr {
    width: 50%;
    float: right;
    display: block;
    margin: 0 0 10px 20px !important;
  }
  .nba_feature > .nba_feature_content > .nba_feature_profile_image, .nba_feature > .nba_feature_content > figure.img-floatr > img {
    width: 90%;
    max-height: 400px;
    margin-top: 0 !important;
  }
  .nba_feature > .nba_feature_content > .nba_feature_profile_image, .nba_feature > .nba_feature_content > .row > .col > figure.img-floatr > img {
    width: 100%;
    max-height: 400px;
    margin-top: 0 !important;
  }
  /* .nba_feature_profile > .nba_feature_content > .nba_feature_profile_image:not(.img-floatr), .nba_feature_profile > .nba_feature_content > figure > .nba_feature_profile_image {
    width: 100%;
  } */

  .nba_feature > .nba_feature_content > figure > img, .nba_feature_profile > .nba_feature_content > figure > .nba_feature_profile_image {
    margin-bottom: 10px !important;
  }

  .nba_feature > .nba_feature_content > .row > .col > figure > img, .nba_feature_profile > .nba_feature_content > .row > .col > figure > .nba_feature_profile_image {
    margin-bottom: 10px !important;
  }

  .nba_feature_profile > .nba_feature_content > .nba_feature_profile_image.img-floatr, .nba_feature_profile > .nba_feature_content > figure.img-floatr {
    width: 50%;
    float: right;
    display: block;
    /* margin-left: 1em; */
    /* margin-top: -1em !important; */
    padding: 10px;
    /* margin-bottom: 0em !important; */
    max-height: 400px !important;
  }
  .nba_feature_profile > .nba_feature_content > .nba_feature_profile_image.img-floatr, .nba_feature_profile > .nba_feature_content > figure.img-floatr > img {
    margin: 0 0 0 10px !important;
  }
  .nba_feature_profile > .nba_feature_content > .nba_feature_profile_image:first-of-type {
    margin-top: 0 !important;
  }
  .nba_feature_profile > .nba_feature_content > figure > img {
    max-height: 525px !important;
  }
}

.collapsing .card-body {
  border: 2px solid #8B2331 !important;
}

/* Styles for true false ILO, unique to the NBA */
.true-false-ilo {
  border: 2px solid #1D428A;
  box-shadow: 0 6px 0 #1D428A;
  background-color: #EFF0F2;
  border-radius: 20px;
  padding: 30px 20px 20px 20px;
}

.true-false-ilo hr {
  border-top: 3px solid #1D428A;
  margin: 30px 0 30px;
}

.true-false-ilo textarea {
  background-color: #FFFFFF;
  text-align: left;
  border: none;
  border-radius: 10px;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.16);
  font-family: TVOPlexSans-Regular;
  line-height: 26px;
  min-height: 120px;
  width: 100%;
  padding: 20px;
  margin-top: 10px;
}

.true-false-ilo textarea:focus {
  outline: none;
  box-shadow: 0 6px 0 rgb(0, 0, 0, 16%), inset 0 0 0 4px #8A2434;
}

.true-false-ilo .true-false-tray {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.true-false-ilo .true-false-tray p, .true-false-ilo .true-false-tray label{
  font-size: 24px;
}

.true-false-ilo .true-false-tray p:first-child {
  margin-right: 40px;
}

.true-false-ilo .true-false-tray form {
  display: flex;
  flex-direction: row;
}

.true-false-ilo .true-false-tray label {
  display: flex;
  flex-direction: row;
  margin-right: 30px;
  cursor: pointer;
}

.true-false-ilo .true-false-tray input[type="radio"] {
  appearance: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: 9px;
  margin-right: 15px;
  border: 3px solid #1D428A;
  cursor: pointer;
}

.true-false-ilo .true-false-tray input[type="radio"]:checked {
  border: 6px solid #1D428A;
}

.true-false-ilo .true-false-tray input[type="radio"]:hover {
  border: 6px solid #8A2434;
  outline: none;
  box-shadow: 0 0 0 3px #EFF0F2, 0 0 0 6px #8A2434;
}

.true-false-ilo .true-false-tray input[type="radio"]:focus, .true-false-ilo .true-false-tray input[type="radio"]:checked:hover {
  border: 6px solid #8A2434;
  outline: none;
  box-shadow: 0 0 0 3px #EFF0F2, 0 0 0 6px #8A2434;
}

@media (max-width: 767px) {
  .true-false-ilo .true-false-tray {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .true-false-ilo .true-false-tray form {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .true-false-ilo .true-false-ilo-instructions {
    margin-top: -15px;
  }

  .true-false-ilo .true-false-tray p:first-child {
    margin: 0;
  }

  .true-false-ilo .true-false-tray p {
    margin: 0;
  }

  .true-false-ilo .true-false-tray label {
    margin-right: 0;
  }

  .true-false-ilo .true-false-tray input[type="radio"] {
    margin-top: 9px;
  }

  .true-false-ilo .true-false-tray label:first-of-type {
    margin-right: 40px;
    margin-left: 0 !important;
  }
  .true-false-ilo .true-false-tray label:nth-child(2) {
    margin-left: 20px;
  }
}

/* Mascot Message Feature Design Desktop */
.nba-mascot-fourth-left {
  background-repeat: no-repeat;
  background-size:contain;
  background-position:center;
  min-height: 350px;
  display: flex;
  justify-content: end;
  align-items: center;
}
.nba-mascot-fourth-left .mascot-content {
  position: relative;
  right: 6%;
  max-width: 290px;
  font-size: 22px;
}

.nba-mascot-fourth-left .mascot-content p {
  margin-bottom: 0;
}

.nba-mascot-tip-left {
  background-repeat: no-repeat;
  background-size:contain;
  background-position:center;
  min-height: 350px;
  display: flex;
  justify-content: end;
  align-items: center;
}
.nba-mascot-tip-left .mascot-content {
  position: relative;
  right: 6%;
  top: 0;
  max-width: 350px;
  font-size: 22px;
}

.nba-mascot-tip-left .mascot-content p {
  margin-bottom: 0;
}

.nba-mascot-gametime-right {
  background-repeat: no-repeat;
  background-size:contain;
  background-position:center;
  min-height: 350px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.nba-mascot-gametime-right .mascot-content {
  position: relative;
  top: 30px;
  left: 8%;
  max-width: 350px;
  font-size: 22px;

}
/* .row .col .nba-mascot-gametime-right .mascot-content {
  font-size: 22px;
} */

.nba-mascot-gametime-right .mascot-content p {
  margin-bottom: 0;
}

/* Mascot Message Feature Design Tablet */
@media (max-width: 1199px) and (min-width: 1000px) {
  /* .nba-mascot-fourth-left .mascot-content,
  .nba-mascot-tip-left .mascot-content {
      margin-right: 6%;
      font-size: 20px;
  } */
  .nba-mascot-gametime-right .mascot-content {
      left: 7%;
      max-width: 270px;
      font-size: 20px;
  }
}

@media (max-width: 999px) and (min-width: 992px) {
  .nba-mascot-gametime-right .mascot-content {
    left: 7%;
    max-width: 290px;
    font-size: 20px;
  }
}

@media (max-width: 991px) and (min-width: 894px) {
  .nba-mascot-gametime-right .mascot-content {
    left: 7%;
    max-width: 355px;
    font-size: 20px;
  }
}

@media (max-width: 894px) and (min-width: 793px) {
  .nba-mascot-gametime-right .mascot-content {
    left: 7%;
    max-width: 290px;
    font-size: 20px;
  }
}

@media (max-width: 792px) and (min-width: 768px) {
  .nba-mascot-gametime-right .mascot-content {
    left: 7%;
    max-width: 250px;
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .nba-mascot-tip-left .mascot-content {
    right: 6%;
    font-size: 20px;
    max-width: 300px;
  }
  .nba-mascot-fourth-left .mascot-content {
    right: 6%;
    font-size: 20px;
    max-width: 270px;
  }
}

/* @media (max-width: 991px) {
  .nba-mascot-fourth-left, 
  .nba-mascot-tip-left,
  .nba-mascot-gametime-right {
      min-height: 280px;
  }
  .nba-mascot-fourth-left .mascot-content {
      max-width: 220px;
      font-size: 16px;
  }
  .nba-mascot-tip-left .mascot-content,
  .nba-mascot-gametime-right .mascot-content {
      max-width: 280px;
      font-size: 16px;
  }

  .row_icon > .row > .col > .nba-mascot-gametime-right {
    margin-bottom: 30px;
  }
} */

/* Mascot Message Feature Design Mobile */
@media (max-width: 767px) {
  .nba-mascot-fourth-left, 
  .nba-mascot-tip-left,
  .nba-mascot-gametime-right {
      min-height: 350px;
  }
  .nba-mascot-fourth-left {
      margin-top: 0;
      background-image: url("../assets/img/nb.dl.02.12_mobile.gif");
      justify-content: center;
      align-items: center;
  }
  .nba-mascot-tip-left {
      margin-top: 0;
      background-image: url("../assets/img/nb.dl.02.06_mobile.gif");
      justify-content: center;
      align-items: center;
  }
  .nba-mascot-gametime-right {
      margin-top: 0;
      background-image: url("../assets/img/nb.dl.02.03_mobile.gif");
      justify-content: center;
      align-items: center;
      margin-bottom: 15px;
  }
  .nba-mascot-fourth-left > .mascot-content,
  .nba-mascot-tip-left > .mascot-content {
      position: unset;
      margin-right: 0;
      max-width: 300px;
      padding-left: 15px;
      margin-top: 8em;
  }
  .nba-mascot-gametime-right > .mascot-content {
      margin-left: 0;
      max-width: 300px;
      padding-left: 15px;
      padding-top: 0;
      margin-top: 9em;
      position: unset;
      font-size: 20px;
  }

}
@media (min-width: 374px) and (max-width: 766px) {
  .nba-mascot-fourth-left > .mascot-content,
  .nba-mascot-tip-left > .mascot-content,
  .nba-mascot-gametime-right > .mascot-content {
      max-width: 240px;
      font-size: 17px;
      margin-top: 9em;
      padding-left: 25px;
  }
}
@media (max-width: 374px) {
  .nba-mascot-fourth-left, 
  .nba-mascot-tip-left,
  .nba-mascot-gametime-right {
      min-height: 250px;
  }
  .nba-mascot-fourth-left > .mascot-content,
  .nba-mascot-tip-left > .mascot-content,
  .nba-mascot-gametime-right > .mascot-content {
      max-width: 240px;
      font-size: 14px;
      margin-top: 9em;
      padding-left: 25px;
  }
}

/* New CSS styles for apa indentation */

.apa-indent {
  text-indent: -5rem;
  padding-left: 5rem;
  font-size: 0.75rem;
}

.url-break {
  word-break: break-all;
}

p.apa-indent {
  text-indent: -3rem;
  padding-left: 3rem;
  font-size: 0.75rem;
}

/* NBA blockquote styles */
/* Blue bg */
.nba-blockquote-blue, .nba-blockquote-red {
  position: relative;
  margin: 20px 0 20px 0;
  font-size: 1.2rem;
}

.nba-blockquote-blue p, .nba-blockquote-red p {
  margin-bottom: 0 !important;
}

.nba-blockquote-blue::before{
  height: 100%;
  width: 10px;
  border-radius: 4px;
  display: block;
  background-color: #1D428A;
  position: absolute;
  margin-left: 0;
  content: "";
}

.nba-blockquote-blue .nba-blockquote-content, .nba-blockquote-red .nba-blockquote-content {
  padding-top: 5px;
  padding-bottom: 5px;
}


.nba-blockquote-content .blue-bg {
  background-color: #D6E2F5;
  padding: 1.6em 1.6em 1.6em 2.1em;
  margin-bottom: 0 !important;
  border-radius: 0px 20px 20px 0px;
}

.nba-blockquote-red::before{
  height: 100%;
  width: 10px;
  border-radius: 4px;
  display: block;
  background-color: #C8102E;
  position: absolute;
  margin-left: 0;
  content: "";
}

.nba-blockquote-content .red-bg {
  background-color: #FFD8DE;
  padding: 1.6em 1.6em 1.6em 2.1em;
  margin-bottom: 0 !important;
  border-radius: 0px 20px 20px 0px;
}

.nba-blockquote-blue > .nba-blockquote-content > p, .nba-blockquote-red > .nba-blockquote-content > p {
  padding: 1.3em 1.6em 1.3em 2.1em;
}

@media (min-width: 576px) {
  .icon_no_text img {
    display: flex;
    align-items: center;
    padding-top: 10%;
  }
  .col_icon_h3.h3_icon_no_text h3 {
    margin-top: 9% !important;
    padding-top: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 700px) {
  .col_icon_h3.h3_icon_no_text h3 {
    margin-top: 7% !important;
    padding-top: 0 !important;
  }
}

/* Row icon style changes */

.row_icon figure {
  margin-bottom: 30px !important;
}

.row_icon figure img {
  margin-bottom: 10px !important;
}

.row_icon figure figcaption {
  background-color: #d8e5fd;
  border-radius: 10px;
  font-size: 16px !important;
  text-align: center !important;
}

.row_icon figure figcaption p{
  margin: 0 !important;
  padding: 12px !important;
}

figure > figcaption > p {
  padding: 2px 12px 12px 12px !important;
}

figure > img.img-center {
  margin-bottom: 10px !important;
}

/* .btn-longdesc.collapsed {
  margin-bottom: 40px;
} */

.row_icon > .row {
  margin: 0 !important;
  padding: 30px !important;
}

.html5-audio-container > p {
  margin: unset;
}

button.btn-primary:hover::before, button.btn-primary:focus::before {
  z-index: unset;
}

/*# sourceMappingURL=tvo_k8.css.map */