@import url(https://cdn.ncsu.edu/brand-assets/fonts-2-0/include.css);
.text-indigo-lightest {
  color: #eff1fa !important;
}

.background-indigo-lightest {
  background-color: #eff1fa !important;
}

.stroke-indigo-lightest {
  stroke: #eff1fa !important;
}

.fill-indigo-lightest {
  fill: #eff1fa !important;
}

.text-indigo-light {
  color: #4156a1 !important;
}

.background-indigo-light {
  background-color: #4156a1 !important;
}

.stroke-indigo-light {
  stroke: #4156a1 !important;
}

.fill-indigo-light {
  fill: #4156a1 !important;
}

.text-indigo {
  color: #344891 !important;
}

.background-indigo {
  background-color: #344891 !important;
}

.stroke-indigo {
  stroke: #344891 !important;
}

.fill-indigo {
  fill: #344891 !important;
}

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

.background-indigo-dark {
  background-color: #192668 !important;
}

.stroke-indigo-dark {
  stroke: #192668 !important;
}

.fill-indigo-dark {
  fill: #192668 !important;
}

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

.background-red-primary {
  background-color: #cc0000 !important;
}

.stroke-red-primary {
  stroke: #cc0000 !important;
}

.fill-red-primary {
  fill: #cc0000 !important;
}

.text-red {
  color: #b40000 !important;
}

.background-red {
  background-color: #b40000 !important;
}

.stroke-red {
  stroke: #b40000 !important;
}

.fill-red {
  fill: #b40000 !important;
}

.text-red-dark {
  color: #7e0000 !important;
}

.background-red-dark {
  background-color: #7e0000 !important;
}

.stroke-red-dark {
  stroke: #7e0000 !important;
}

.fill-red-dark {
  fill: #7e0000 !important;
}

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

.background-red-secondary {
  background-color: #a41b02 !important;
}

.stroke-red-secondary {
  stroke: #a41b02 !important;
}

.fill-red-secondary {
  fill: #a41b02 !important;
}

.text-green {
  color: #6f7d1c !important;
}

.background-green {
  background-color: #6f7d1c !important;
}

.stroke-green {
  stroke: #6f7d1c !important;
}

.fill-green {
  fill: #6f7d1c !important;
}

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

.background-yellow {
  background-color: #d7a700 !important;
}

.stroke-yellow {
  stroke: #d7a700 !important;
}

.fill-yellow {
  fill: #d7a700 !important;
}

.text-teal {
  color: #427e92 !important;
}

.background-teal {
  background-color: #427e92 !important;
}

.stroke-teal {
  stroke: #427e92 !important;
}

.fill-teal {
  fill: #427e92 !important;
}

.text-orange {
  color: #d14905 !important;
}

.background-orange {
  background-color: #d14905 !important;
}

.stroke-orange {
  stroke: #d14905 !important;
}

.fill-orange {
  fill: #d14905 !important;
}

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

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

.stroke-white {
  stroke: #ffffff !important;
}

.fill-white {
  fill: #ffffff !important;
}

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

.background-white-almost {
  background-color: #f6f8f9 !important;
}

.stroke-white-almost {
  stroke: #f6f8f9 !important;
}

.fill-white-almost {
  fill: #f6f8f9 !important;
}

.text-gray-callout {
  color: #F6F8F9 !important;
}

.background-gray-callout {
  background-color: #F6F8F9 !important;
}

.stroke-gray-callout {
  stroke: #F6F8F9 !important;
}

.fill-gray-callout {
  fill: #F6F8F9 !important;
}

.text-gray-disabled {
  color: #959595 !important;
}

.background-gray-disabled {
  background-color: #959595 !important;
}

.stroke-gray-disabled {
  stroke: #959595 !important;
}

.fill-gray-disabled {
  fill: #959595 !important;
}

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

.background-black {
  background-color: #000000 !important;
}

.stroke-black {
  stroke: #000000 !important;
}

.fill-black {
  fill: #000000 !important;
}

.text-medium-dark-gray {
  color: #666666 !important;
}

.background-medium-dark-gray {
  background-color: #666666 !important;
}

.stroke-medium-dark-gray {
  stroke: #666666 !important;
}

.fill-medium-dark-gray {
  fill: #666666 !important;
}

button.indigo-lightest {
  border-radius: 0;
  padding: 1rem 1.5rem;
  text-align: left;
  background-color: #eff1fa;
  border-style: none;
  position: relative;
  font-family: "Univers", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}
button.indigo-lightest:hover {
  background-color: white;
}
button.indigo-lightest:focus, button.indigo-lightest:active {
  background-color: #dce0f4 !important;
}
button.indigo-lightest::after {
  content: " ";
  background-image: url("../img/arrow-right-white.svg");
  fill: currentColor;
  width: 16px;
  height: 16px;
  margin-left: 1rem;
  margin-top: 3px;
  display: inline-block;
  color: #ffffff;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

button.indigo-light {
  border-radius: 0;
  padding: 1rem 1.5rem;
  text-align: left;
  background-color: #4156a1;
  border-style: none;
  position: relative;
  font-family: "Univers", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}
button.indigo-light:hover {
  background-color: #4860b3;
}
button.indigo-light:focus, button.indigo-light:active {
  background-color: #3a4c8f !important;
}
button.indigo-light::after {
  content: " ";
  background-image: url("../img/arrow-right-white.svg");
  fill: currentColor;
  width: 16px;
  height: 16px;
  margin-left: 1rem;
  margin-top: 3px;
  display: inline-block;
  color: #ffffff;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

button.indigo {
  border-radius: 0;
  padding: 1rem 1.5rem;
  text-align: left;
  background-color: #344891;
  border-style: none;
  position: relative;
  font-family: "Univers", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}
button.indigo:hover {
  background-color: #3b51a4;
}
button.indigo:focus, button.indigo:active {
  background-color: #2d3f7e !important;
}
button.indigo::after {
  content: " ";
  background-image: url("../img/arrow-right-white.svg");
  fill: currentColor;
  width: 16px;
  height: 16px;
  margin-left: 1rem;
  margin-top: 3px;
  display: inline-block;
  color: #ffffff;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

button.indigo-dark {
  border-radius: 0;
  padding: 1rem 1.5rem;
  text-align: left;
  background-color: #192668;
  border-style: none;
  position: relative;
  font-family: "Univers", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}
button.indigo-dark:hover {
  background-color: #1e2e7d;
}
button.indigo-dark:focus, button.indigo-dark:active {
  background-color: #141e53 !important;
}
button.indigo-dark::after {
  content: " ";
  background-image: url("../img/arrow-right-white.svg");
  fill: currentColor;
  width: 16px;
  height: 16px;
  margin-left: 1rem;
  margin-top: 3px;
  display: inline-block;
  color: #ffffff;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

button.red-primary {
  border-radius: 0;
  padding: 1rem 1.5rem;
  text-align: left;
  background-color: #cc0000;
  border-style: none;
  position: relative;
  font-family: "Univers", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}
button.red-primary:hover {
  background-color: #e60000;
}
button.red-primary:focus, button.red-primary:active {
  background-color: #b30000 !important;
}
button.red-primary::after {
  content: " ";
  background-image: url("../img/arrow-right-white.svg");
  fill: currentColor;
  width: 16px;
  height: 16px;
  margin-left: 1rem;
  margin-top: 3px;
  display: inline-block;
  color: #ffffff;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

button.red {
  border-radius: 0;
  padding: 1rem 1.5rem;
  text-align: left;
  background-color: #b40000;
  border-style: none;
  position: relative;
  font-family: "Univers", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}
button.red:hover {
  background-color: #ce0000;
}
button.red:focus, button.red:active {
  background-color: #9b0000 !important;
}
button.red::after {
  content: " ";
  background-image: url("../img/arrow-right-white.svg");
  fill: currentColor;
  width: 16px;
  height: 16px;
  margin-left: 1rem;
  margin-top: 3px;
  display: inline-block;
  color: #ffffff;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

button.red-dark {
  border-radius: 0;
  padding: 1rem 1.5rem;
  text-align: left;
  background-color: #7e0000;
  border-style: none;
  position: relative;
  font-family: "Univers", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}
button.red-dark:hover {
  background-color: #980000;
}
button.red-dark:focus, button.red-dark:active {
  background-color: #650000 !important;
}
button.red-dark::after {
  content: " ";
  background-image: url("../img/arrow-right-white.svg");
  fill: currentColor;
  width: 16px;
  height: 16px;
  margin-left: 1rem;
  margin-top: 3px;
  display: inline-block;
  color: #ffffff;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

button.red-secondary {
  border-radius: 0;
  padding: 1rem 1.5rem;
  text-align: left;
  background-color: #a41b02;
  border-style: none;
  position: relative;
  font-family: "Univers", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}
button.red-secondary:hover {
  background-color: #bd1f02;
}
button.red-secondary:focus, button.red-secondary:active {
  background-color: #8b1702 !important;
}
button.red-secondary::after {
  content: " ";
  background-image: url("../img/arrow-right-white.svg");
  fill: currentColor;
  width: 16px;
  height: 16px;
  margin-left: 1rem;
  margin-top: 3px;
  display: inline-block;
  color: #ffffff;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

button.green {
  border-radius: 0;
  padding: 1rem 1.5rem;
  text-align: left;
  background-color: #6f7d1c;
  border-style: none;
  position: relative;
  font-family: "Univers", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}
button.green:hover {
  background-color: #829221;
}
button.green:focus, button.green:active {
  background-color: #5d6817 !important;
}
button.green::after {
  content: " ";
  background-image: url("../img/arrow-right-white.svg");
  fill: currentColor;
  width: 16px;
  height: 16px;
  margin-left: 1rem;
  margin-top: 3px;
  display: inline-block;
  color: #ffffff;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

button.yellow {
  border-radius: 0;
  padding: 1rem 1.5rem;
  text-align: left;
  background-color: #d7a700;
  border-style: none;
  position: relative;
  font-family: "Univers", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}
button.yellow:hover {
  background-color: #f1bb00;
}
button.yellow:focus, button.yellow:active {
  background-color: #be9300 !important;
}
button.yellow::after {
  content: " ";
  background-image: url("../img/arrow-right-white.svg");
  fill: currentColor;
  width: 16px;
  height: 16px;
  margin-left: 1rem;
  margin-top: 3px;
  display: inline-block;
  color: #ffffff;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

button.teal {
  border-radius: 0;
  padding: 1rem 1.5rem;
  text-align: left;
  background-color: #427e92;
  border-style: none;
  position: relative;
  font-family: "Univers", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}
button.teal:hover {
  background-color: #4a8da4;
}
button.teal:focus, button.teal:active {
  background-color: #3a6f80 !important;
}
button.teal::after {
  content: " ";
  background-image: url("../img/arrow-right-white.svg");
  fill: currentColor;
  width: 16px;
  height: 16px;
  margin-left: 1rem;
  margin-top: 3px;
  display: inline-block;
  color: #ffffff;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

button.orange {
  border-radius: 0;
  padding: 1rem 1.5rem;
  text-align: left;
  background-color: #d14905;
  border-style: none;
  position: relative;
  font-family: "Univers", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}
button.orange:hover {
  background-color: #ea5206;
}
button.orange:focus, button.orange:active {
  background-color: #b84004 !important;
}
button.orange::after {
  content: " ";
  background-image: url("../img/arrow-right-white.svg");
  fill: currentColor;
  width: 16px;
  height: 16px;
  margin-left: 1rem;
  margin-top: 3px;
  display: inline-block;
  color: #ffffff;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

button.white {
  border-radius: 0;
  padding: 1rem 1.5rem;
  text-align: left;
  background-color: #ffffff;
  border-style: none;
  position: relative;
  font-family: "Univers", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}
button.white:hover {
  background-color: white;
}
button.white:focus, button.white:active {
  background-color: #f2f2f2 !important;
}
button.white::after {
  content: " ";
  background-image: url("../img/arrow-right-white.svg");
  fill: currentColor;
  width: 16px;
  height: 16px;
  margin-left: 1rem;
  margin-top: 3px;
  display: inline-block;
  color: #ffffff;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

button.white-almost {
  border-radius: 0;
  padding: 1rem 1.5rem;
  text-align: left;
  background-color: #f6f8f9;
  border-style: none;
  position: relative;
  font-family: "Univers", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}
button.white-almost:hover {
  background-color: white;
}
button.white-almost:focus, button.white-almost:active {
  background-color: #e7ecef !important;
}
button.white-almost::after {
  content: " ";
  background-image: url("../img/arrow-right-white.svg");
  fill: currentColor;
  width: 16px;
  height: 16px;
  margin-left: 1rem;
  margin-top: 3px;
  display: inline-block;
  color: #ffffff;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

button.gray-callout {
  border-radius: 0;
  padding: 1rem 1.5rem;
  text-align: left;
  background-color: #F6F8F9;
  border-style: none;
  position: relative;
  font-family: "Univers", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}
button.gray-callout:hover {
  background-color: white;
}
button.gray-callout:focus, button.gray-callout:active {
  background-color: #e7ecef !important;
}
button.gray-callout::after {
  content: " ";
  background-image: url("../img/arrow-right-white.svg");
  fill: currentColor;
  width: 16px;
  height: 16px;
  margin-left: 1rem;
  margin-top: 3px;
  display: inline-block;
  color: #ffffff;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

button.gray-disabled {
  border-radius: 0;
  padding: 1rem 1.5rem;
  text-align: left;
  background-color: #959595;
  border-style: none;
  position: relative;
  font-family: "Univers", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}
button.gray-disabled:hover {
  background-color: #a2a2a2;
}
button.gray-disabled:focus, button.gray-disabled:active {
  background-color: #888888 !important;
}
button.gray-disabled::after {
  content: " ";
  background-image: url("../img/arrow-right-white.svg");
  fill: currentColor;
  width: 16px;
  height: 16px;
  margin-left: 1rem;
  margin-top: 3px;
  display: inline-block;
  color: #ffffff;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

button.black {
  border-radius: 0;
  padding: 1rem 1.5rem;
  text-align: left;
  background-color: #000000;
  border-style: none;
  position: relative;
  font-family: "Univers", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}
button.black:hover {
  background-color: #0d0d0d;
}
button.black:focus, button.black:active {
  background-color: black !important;
}
button.black::after {
  content: " ";
  background-image: url("../img/arrow-right-white.svg");
  fill: currentColor;
  width: 16px;
  height: 16px;
  margin-left: 1rem;
  margin-top: 3px;
  display: inline-block;
  color: #ffffff;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

button.medium-dark-gray {
  border-radius: 0;
  padding: 1rem 1.5rem;
  text-align: left;
  background-color: #666666;
  border-style: none;
  position: relative;
  font-family: "Univers", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #ffffff;
}
button.medium-dark-gray:hover {
  background-color: #737373;
}
button.medium-dark-gray:focus, button.medium-dark-gray:active {
  background-color: #595959 !important;
}
button.medium-dark-gray::after {
  content: " ";
  background-image: url("../img/arrow-right-white.svg");
  fill: currentColor;
  width: 16px;
  height: 16px;
  margin-left: 1rem;
  margin-top: 3px;
  display: inline-block;
  color: #ffffff;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

.btn-secondary {
  font-weight: 700 !important;
}
.btn-secondary:hover {
  background-color: #599baf !important;
  border-color: #599baf !important;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 14px 14px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 25px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\f120";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f122";
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-9-16 {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1 {
  padding-top: 100%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}
.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }

  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }

  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }

  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}

h1 {
  font-family: "UniversCondensed", sans-serif;
  font-size: 2.188rem;
  font-weight: 700;
  line-height: 3.063rem;
  color: #000000;
}
@media (max-width: 768px) {
  h1 {
    font-family: "UniversCondensed", sans-serif;
    font-size: 1.688rem;
    font-weight: 700;
    line-height: 2.063rem;
  }
}

h2 {
  font-family: "UniversCondensed", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.625rem;
  color: #000000;
}
@media (max-width: 768px) {
  h2 {
    font-family: "UniversCondensed", sans-serif;
    font-size: 1.563rem;
    font-weight: 700;
    line-height: 2rem;
  }
}

h3,
.h3 {
  font-family: "UniversCondensed", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: #000000;
}
@media (max-width: 768px) {
  h3,
.h3 {
    font-family: "UniversCondensed", sans-serif;
    font-size: 1.188rem;
    font-weight: 700;
    line-height: 1.563rem;
  }
}

h4 {
  font-family: "Univers", sans-serif;
  font-size: 1.188rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: #000000;
}
@media (max-width: 768px) {
  h4 {
    font-family: "Univers", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.563rem;
  }
}
h4 a {
  -webkit-text-decoration-color: #99000060;
          text-decoration-color: #99000060;
}
h4 a:hover {
  -webkit-text-decoration-color: #b40000;
          text-decoration-color: #b40000;
}

h5 {
  font-family: "Univers", sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.375rem;
}

p,
ol,
ul {
  font-family: "Univers", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  p,
ol,
ul {
    font-family: "Univers", sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.75rem;
  }
}
p.large,
ol.large,
ul.large {
  font-family: "Univers", sans-serif;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 2.125rem;
}
@media (max-width: 768px) {
  p.large,
ol.large,
ul.large {
    font-family: "Univers", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.563rem;
  }
}

small {
  font-family: "Univers", sans-serif;
  font-size: 0.813rem;
  font-weight: 300;
  line-height: 1.563rem;
}

strong {
  font-weight: 700;
}

caption,
.caption {
  font-family: "Univers", sans-serif;
  font-size: 0.813rem;
  font-weight: 300;
  line-height: 1rem;
}

.card-text {
  font-family: "Univers", sans-serif;
  font-size: 0.938rem;
  font-weight: 300;
  line-height: 1.375rem;
}
.card-text strong {
  font-weight: 700;
}

.tag {
  font-family: "Univers", sans-serif;
  font-size: 0.813rem;
  font-weight: 700;
  line-height: 1.188rem;
  color: #7e0000;
}

.tag-upper {
  font-family: "Univers", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.188rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.disabled-text {
  color: #959595;
}

.font-condensed {
  font-family: "UniversCondensed", sans-serif;
}

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

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

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

a {
  color: #b40000;
  text-decoration: underline;
  -webkit-text-decoration-color: #b1b2ba;
          text-decoration-color: #b1b2ba;
  padding-left: 2px;
  padding-right: 2px;
}
a.animated {
  transition-property: background-color, color;
  transition-duration: 250ms;
  transition-timing-function: linear;
}
a:hover, a:focus, a.hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #b40000;
}
a:visited, a.visited {
  text-decoration: underline;
  -webkit-text-decoration-color: #b1b2ba;
          text-decoration-color: #b1b2ba;
}
a:visited.no-visited, a.visited.no-visited {
  text-decoration: none;
}
a.text-white {
  -webkit-text-decoration-color: #f6f7f980;
          text-decoration-color: #f6f7f980;
}
a.text-white:hover, a.text-white:focus {
  background-color: #ffffff;
  color: #7e0000 !important;
}
a.text-white:visited, a.text-white.visited {
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
}
a.text-white:visited.no-visited, a.text-white.visited.no-visited {
  text-decoration: none;
}
a.text-link {
  font-weight: 700;
}
a.text-link:hover, a.text-link:focus, a.text-link.hover {
  color: #7e0000;
  background-color: transparent;
}
a.text-link.action {
  text-decoration: none;
}
a.black-link {
  color: #000000;
  text-decoration: none;
}
a.black-link:hover, a.black-link:focus {
  color: #b40000;
  text-decoration: underline;
  background-color: transparent;
}
a.override-style {
  color: unset;
  text-decoration: unset;
  background-color: unset;
  -webkit-text-decoration-color: unset;
          text-decoration-color: unset;
}

.btn {
  border-radius: 0;
  padding: 0.38rem 1rem;
  font-weight: 700;
}
.btn.animate svg {
  transition: left 0.1s linear, right 0.1s linear;
  position: relative;
  left: 2px;
}
.btn.animate:hover svg {
  left: 5px;
}
.btn.purple {
  border: 2px solid #ffffff;
  background: #344891;
  color: #ffffff;
}
.btn.purple:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.btn.purple:hover {
  background: #ffffff;
  color: #344891 !important;
}
.btn.purple:active {
  background: #ffffff26;
  color: #ffffff !important;
}
.btn.btn-inverse {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
}
.btn.btn-inverse:focus, .btn.btn-inverse:hover {
  background: #ffffff;
  color: inherit;
}
.btn.btn-up {
  background-image: url("../img/arrows/arrow-up.svg");
  min-width: 42px;
  min-height: 42px;
}
.btn.btn-up:hover, .btn.btn-up:focus {
  background-image: url("../img/arrows/arrow-up-hover.svg");
}
.btn.disabled {
  background-color: #858793;
  border-color: #858793;
  opacity: 1;
}
.btn.btn-outline {
  border: 0.2rem solid #b40000;
  color: #b40000;
  background: #ffffff;
}
.btn.btn-outline:hover, .btn.btn-outline:focus {
  background: #b40000;
  color: #ffffff;
}
.btn.btn-outline.disabled {
  border-color: #858793;
  color: #858793;
  background: #ffffff;
}
.btn.btn-outline.disabled:hover, .btn.btn-outline.disabled:focus {
  border-color: #858793;
  color: #858793;
}
.btn.action {
  color: #b40000;
  font-weight: 700;
  text-decoration: none;
}
.btn.action:hover, .btn.action:focus, .btn.action.hover {
  color: #7e0000;
  background-color: transparent;
}

.color-box {
  min-height: 104px;
  width: 129px;
  margin-right: 15px;
}

.color-caption {
  width: 129px;
}

table.rowsOnly tr {
  border-bottom: 1px solid #aeb0b1;
}
table.rowsOnly tr td {
  padding: 40px 40px 40px 0;
}
table.rowsOnly tr th {
  padding: 10px 10px 10px 0;
}

.icon {
  width: 3.125rem;
  height: 3.125rem;
}
.icon img {
  width: 100%;
  height: 100%;
}
.icon.small {
  width: 1.875rem;
  height: 1.875rem;
}

.icon-filled {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
}
.icon-filled img {
  width: 1.875rem;
  height: 1.875rem;
}
.icon-filled.small {
  width: 1.875rem;
  height: 1.875rem;
}
.icon-filled.small img {
  width: 0.9375rem;
  height: 0.9375rem;
}

.resource {
  width: 3.125rem;
  height: 3.125rem;
}
.resource svg {
  vertical-align: top;
}
.resource.small {
  width: 1.25rem;
  height: 1.25rem;
}
.resource.medium {
  width: 1.5625rem;
  height: 1.5625rem;
}

.loading-circle {
  width: 1.5rem;
  height: 1.5rem;
}
.loading-circle.not-started {
  border: 0.25rem solid #959595;
  border-radius: 50%;
}

/* *** Forms *** */
.form-group {
  margin-bottom: 2rem;
}

.form-control {
  font-weight: 300;
}

input[type=text],
input[type=password] {
  border: 1px solid #bcbcbc;
}

input[type=checkbox] {
  border-radius: 0;
}

label, .label-style {
  font-family: "Univers", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875rem;
}
label.form-check-label, .label-style.form-check-label {
  line-height: 1rem;
  font-weight: 300;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.form-check {
  margin-bottom: 15px;
}

.card {
  box-shadow: 0px 1px 5px #151b2614;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.card.resources {
  cursor: pointer;
}
.card.resources:hover .header {
  color: #b40000;
  transition: color 0.1s ease;
}
.card.dimensions {
  max-width: 23rem;
}
.card.post .textarea,
.card .post .textarea {
  padding: 0.75rem;
  padding-right: 2.3rem;
  background-repeat: no-repeat;
  background-position: top right;
  background-origin: content-box;
  resize: none;
}
.card.post .action,
.card .post .action {
  position: absolute;
  width: 3.125rem;
  height: 3.125rem;
  right: 0px;
  cursor: pointer;
}
.card.post .action-icon,
.card .post .action-icon {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.card.post .action-icon.attach,
.card .post .action-icon.attach {
  background-image: url("../img/icons/icon_attach.svg");
  background-size: 12px;
  display: block;
}
.card.post .action-icon.submit,
.card .post .action-icon.submit {
  background-image: url("../img/icons/icon_plane.svg");
  background-size: 25px;
}
.card.post .action-icon:hover,
.card .post .action-icon:hover {
  opacity: 1;
}
.card.post .cancel-submit.hidden,
.card .post .cancel-submit.hidden {
  display: none;
}

.dicussion-content {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 800;
}
.dicussion-content .discussion-body {
  max-width: 30rem;
  margin-left: 1rem;
  display: none;
}
.dicussion-content .discussion-body.expanded {
  display: block;
}
.dicussion-content .discussion-body .header img {
  width: 1.4375rem;
}
.dicussion-content .discussion-body .content {
  max-height: 50vh;
  overflow-y: scroll;
}
.dicussion-content .discussion-body .content .discussion .avatar {
  border-radius: 50%;
  width: 2.625rem;
  height: 2.625rem;
  padding-top: 0.5rem;
  color: white;
  text-align: center;
}
.dicussion-content .discussion-body .form {
  padding: 2rem;
}
.dicussion-content .discussion-launcher {
  cursor: pointer;
  position: relative;
}
.dicussion-content .discussion-launcher.expanded img {
  content: url("../img/icons/icon_close.svg");
}
.dicussion-content .discussion-launcher img {
  content: url("../img/icons/icon_discussions_white.svg");
  width: 1.25rem;
}
.dicussion-content .discussion-launcher .counter {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  width: 1.625rem;
  height: 1.625rem;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0px 1px 8px #151b2622;
}

a .card.resources {
  color: #000000;
  text-decoration: none;
}

body {
  background: #f6f8f9;
  font-family: "Univers", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75rem;
}
@media (max-width: 768px) {
  body {
    font-family: "Univers", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.563rem;
  }
}

main {
  min-height: 90vh;
}

#content {
  position: relative;
}

.breadcrumbs-trail {
  background-color: #F6F8F9;
  box-shadow: 0px 1px 1px #00000012;
  padding: 1.25rem 1.875rem 0.9375rem;
  margin: 0;
}
.breadcrumbs-trail li {
  display: inline-block;
  margin-left: 0.625rem;
  padding: 0 0 0 0.625rem;
  color: #000000;
  border-left: 1px solid #959595;
  font-family: "Univers", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 0.875rem;
}
.breadcrumbs-trail li:first-child {
  border-left: none;
}
.breadcrumbs-trail li a {
  color: #000000;
  text-decoration: underline;
  -webkit-text-decoration-color: #ccc;
          text-decoration-color: #ccc;
}
.breadcrumbs-trail li a:hover, .breadcrumbs-trail li a:focus {
  color: #b40000;
  background: none;
  -webkit-text-decoration-color: #b40000;
          text-decoration-color: #b40000;
}

/* No Sidebar */
#no-sidebar-layout {
  position: relative;
}

/* End No Sidebar */
/* Sidebar */
#sidebar-layout {
  position: relative;
}
#sidebar-layout #sidebar-container {
  width: 100%;
}
@media (min-width: 993px) {
  #sidebar-layout #sidebar-container {
    max-width: 26.25rem;
    width: 25rem;
  }
}
@media (min-width: 1201px) {
  #sidebar-layout #sidebar-container {
    width: 37.5rem;
  }
}
#sidebar-layout main {
  width: 100%;
}

#sidebar-layout #sidebar-container {
  background: #ffffff;
  box-shadow: 1px 0px 1px #0000001A;
  transition: width 0.5s;
}
#sidebar-layout #sidebar-container #sidebar-left-title {
  padding: 0.9375rem 1.875rem;
}
#sidebar-layout #sidebar-container #sidebar-left-title h3 {
  margin: 0;
}
#sidebar-layout #sidebar-container #sidebar-collapse {
  background: 50% 50% no-repeat;
  background-color: #b40000;
  -webkit-mask-image: url("../img/icons/icon_collapse.svg");
  mask-image: url("../img/icons/icon_collapse.svg");
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  #sidebar-layout #sidebar-container #sidebar-collapse {
    transform: rotate(90deg);
  }
}
#sidebar-layout #sidebar-container .sidebar-section {
  width: 100%;
  border-top: 1px solid #D0D0D0;
  padding: 0.9375rem 1.875rem;
}
#sidebar-layout #sidebar-container .sidebar-section:first-child {
  border-top: none;
}
#sidebar-layout #sidebar-container #sidebar-left-collapsed-content {
  display: none;
}
#sidebar-layout #sidebar-container #sidebar-left-collapsed-content #sidebar-expand {
  background: 50% 50% no-repeat;
  background-color: #b40000;
  -webkit-mask-image: url("../img/icons/icon_collapse.svg");
  mask-image: url("../img/icons/icon_collapse.svg");
  width: 20px;
  height: 20px;
}
#sidebar-layout #sidebar-container .progress-bar-container {
  width: 100%;
  height: 0.3125rem;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin-bottom: 7px;
}
#sidebar-layout #sidebar-container .progress-bar-container .completed-amount {
  height: 100%;
  border-radius: 5px;
  background-color: white;
}
#sidebar-layout.sidebar-left-collapsed #sidebar-container {
  width: 50px;
  background: #ffffff;
}
#sidebar-layout.sidebar-left-collapsed #sidebar-container #sidebar-left {
  display: none;
}
#sidebar-layout.sidebar-left-collapsed #sidebar-container #sidebar-left-collapsed-content {
  display: block;
  background: #ffffff;
  border-bottom: 1px solid #D0D0D0;
}
#sidebar-layout.sidebar-left-collapsed #sidebar-container #sidebar-left-collapsed-content #sidebar-expand {
  transform: rotate(180deg);
  display: flex;
}
@media (max-width: 768px) {
  #sidebar-layout.sidebar-left-collapsed #sidebar-container #sidebar-left-collapsed-content #sidebar-expand {
    transform: rotate(-90deg);
  }
}
#sidebar-layout.sidebar-left-collapsed #sidebar-container #sidebar-left-collapsed-content .sidebar-section {
  padding: 0.9375rem;
}
@media (max-width: 768px) {
  #sidebar-layout.sidebar-left-collapsed #sidebar-container {
    width: 100%;
  }
  #sidebar-layout.sidebar-left-collapsed #sidebar-container #sidebar-collapsed-title {
    margin-right: auto;
  }
}
#sidebar-layout .sidebar-left-header a {
  text-decoration: none;
  color: #000000;
}
#sidebar-layout .sidebar-left-header a:hover {
  background: none;
  color: #b40000;
}
#sidebar-layout .sidebar-left-header a:hover h3 {
  color: #b40000;
}
#sidebar-layout .sidebar-left-header a:focus {
  background: none;
}

footer p {
  font-family: "Univers", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}
footer a {
  color: #ffffff;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
          text-decoration-color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
footer a:hover, footer a:focus {
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
  color: inherit;
  background-color: transparent;
}

/* Main Navigation */
.nav-wrapper {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 1100;
}

.nav-authed {
  background: #ffffff;
  box-shadow: 0px 1px 8px #151b2622;
  /* Mobile Navigation */
}
.nav-authed a {
  color: #000000;
  text-decoration: none;
  font-family: "Univers", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.3125rem;
}
.nav-authed a:focus {
  background: transparent;
}
.nav-authed a:hover, .nav-authed a[aria-expanded=true], .nav-authed a.active {
  background: transparent;
}
.nav-authed a:hover h5, .nav-authed a:hover.nav-link, .nav-authed a:hover.subnav-link, .nav-authed a[aria-expanded=true] h5, .nav-authed a[aria-expanded=true].nav-link, .nav-authed a[aria-expanded=true].subnav-link, .nav-authed a.active h5, .nav-authed a.active.nav-link, .nav-authed a.active.subnav-link {
  color: #b40000 !important;
  text-decoration: underline !important;
}
.nav-authed a:hover .card-text, .nav-authed a[aria-expanded=true] .card-text, .nav-authed a.active .card-text {
  color: #000000;
}
.nav-authed a.nav-link-profile.active .profile_thumb, .nav-authed a.nav-link-profile[aria-expanded=true] .profile_thumb, .nav-authed a.nav-link-profile:hover .profile_thumb {
  outline: 3px solid #b40000;
}
.nav-authed a.nav-link-profile .profile_thumb.profile_thumb_initials {
  background-color: #427e92;
}
.nav-authed .top-nav-inner {
  width: 100%;
}
.nav-authed .dropdown.dropdown-full-width {
  position: static;
}
.nav-authed .dropdown.dropdown-full-width .dropdown-menu {
  width: 100%;
}
.nav-authed .dropdown .dropdown-menu {
  z-index: -1;
  border: none;
  box-shadow: 0px 1px 8px #151b2622;
  transform: translateY(-2px);
}
.nav-authed .dropdown .dropdown-menu img.data_investigation {
  width: 35px;
  height: 35px;
}
.nav-authed .dropdown .dropdown-menu.data-investigations-menu {
  width: 32rem;
}
.nav-authed .dropdown .dropdown-menu.data-investigations-menu .dropdown-item {
  white-space: normal;
}
.nav-authed .dropdown .dropdown-menu.data-investigations-menu h5 {
  font-family: "UniversCondensed", sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.nav-authed .dropdown .dropdown-menu.dimensions-menu {
  margin-top: 0rem;
}
.nav-authed .dropdown .dropdown-menu.dimensions-menu .dropdown-item {
  white-space: normal;
  padding: 0;
}
.nav-authed .dropdown .dropdown-menu.profile-menu {
  right: 0;
  left: auto;
}
.nav-authed .chevron {
  font-size: 11px;
  transition: transform 0.3s;
}
.nav-authed .chevron.open {
  transform: rotate(-180deg);
}
.nav-authed #inStepTitle:before {
  content: "About InSTEP";
}
.nav-authed #learningHubTitle:before {
  content: "Learning Hub";
}
@media screen and (max-width: 1240px) {
  .nav-authed #inStepTitle:before {
    content: "About";
  }
  .nav-authed #learningHubTitle:before {
    content: "Hub";
  }
}
@media screen and (max-width: 1240px) {
  .nav-authed .nav-link {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}
.nav-authed #mobileNav {
  width: 100%;
}
.nav-authed #mobileNav a {
  font-size: 17px;
}
.nav-authed #mobileNav .mobile-nav-inner img.data_investigation {
  width: 35px;
  height: 35px;
}
.nav-authed #mobileNav .nav-link-profile:hover .profile_thumb, .nav-authed #mobileNav .nav-link-profile[aria-expanded=true] .profile_thumb, .nav-authed #mobileNav .nav-link-profile.active .profile_thumb {
  outline: 3px solid #b40000;
}
.nav-authed #mobileNav .nav-link-profile:hover .nav-link, .nav-authed #mobileNav .nav-link-profile[aria-expanded=true] .nav-link, .nav-authed #mobileNav .nav-link-profile.active .nav-link {
  color: #b40000;
  text-decoration: underline;
}
.nav-authed #mobileNav > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.nav-authed #mobileNav > ul > li {
  padding: 15px;
  border-top: 1px solid #f2f3f3;
}
.nav-authed #mobileNav > ul > li:first-child {
  border-top: none;
}
.nav-authed #mobileNav > ul > li ul {
  padding: 0;
  list-style-type: none;
}
.nav-authed #mobileNav > ul > li ul li {
  margin-top: 15px;
}

.hero-header {
  overflow: hidden;
}
.hero-header .nc-state-logo {
  position: relative;
  left: -50px;
}
@media (max-width: 1200px) {
  .hero-header .nc-state-logo {
    left: 0px;
  }
}

.carouselItem {
  text-align: center;
}
.carouselItem img {
  margin: 1rem auto;
}
.carouselItem p {
  font-family: "Univers", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 1rem;
}

.dimension {
  height: 170px;
  width: 170px;
  text-align: center;
  border: 5px solid #ffffff;
  cursor: pointer;
  font-family: "UniversCondensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

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

.popover {
  padding: 0.5rem;
}
.popover .popover-header {
  background-color: transparent;
  border-bottom-style: none;
  font-family: "UniversCondensed", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
}

.about-platform {
  margin-top: 5px;
}
@media (min-width: 992px) {
  .about-platform {
    cursor: pointer;
    border-top: 3px solid rgba(25, 38, 104, 0.15);
  }
  .active .about-platform, .about-platform:hover {
    border-top-color: #b40000;
  }
}
.about-platform strong {
  text-decoration: underline;
}

.slick-slider {
  margin-left: 50px;
  margin-right: 50px;
}

.slick-prev {
  left: -50px !important;
  right: -50px !important;
  background: transparent url("../img/icons/arrow-left.svg") no-repeat !important;
  height: 40px !important;
  width: 40px !important;
}
.slick-prev:hover {
  background: transparent url("../img/icons/arrow-left-filled.svg") no-repeat !important;
}
.slick-prev:before {
  content: " " !important;
}
.slick-prev.slick-disabled {
  display: none;
}

.slick-next {
  right: -50px !important;
  background: transparent url("../img/icons/arrow-right.svg") no-repeat !important;
  height: 40px !important;
  width: 40px !important;
}
.slick-next:hover {
  background: transparent url("../img/icons/arrow-right-filled.svg") no-repeat !important;
}
.slick-next:before {
  content: " " !important;
}
.slick-next.slick-disabled {
  display: none;
}

#ic_signupform button {
  padding: 1rem;
}
#ic_signupform input {
  height: 58px;
  background-color: transparent;
  border-color: #f6f7f980;
  color: #ffffff;
}
#ic_signupform input::-moz-placeholder {
  color: #f6f7f980;
}
#ic_signupform input:-ms-input-placeholder {
  color: #f6f7f980;
}
#ic_signupform input::placeholder {
  color: #f6f7f980;
}
#ic_signupform input:focus {
  color: #344891;
  background-color: #ffffff;
}

.offset-boxes {
  position: relative;
}
@media (min-width: 768px) {
  .offset-boxes.duotone {
    background: linear-gradient(90deg, #192668 50%, #344891 50%);
  }
}
@media (max-width: 767px) {
  .offset-boxes .mission {
    background-color: #192668;
  }
}
@media (max-width: 767px) {
  .offset-boxes .quote {
    background-color: #344891;
  }
}
.offset-boxes .left-box {
  width: 50%;
  height: 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ffffff;
}
.offset-boxes .right-box {
  width: 50%;
  height: 3rem;
  position: absolute;
  top: 0;
  right: 0;
  background: #eff1fa;
}

.mission-box {
  padding-top: 65px;
}
@media (max-width: 768px) {
  .mission-box {
    padding-top: 2rem;
  }
}

/* Item Status Icons */
.item-progress-container {
  height: 100%;
}
.item-progress-container .item-progress {
  position: relative;
  top: 36%;
  height: 100%;
}
.item-progress-container .item-progress.item-progress-large .fas, .item-progress-container .item-progress.item-progress-large .far {
  font-size: 1.25rem;
  background: #f6f8f9;
  padding: 0.625rem 0;
}
.item-progress-container .item-progress.item-progress-large img {
  width: 1.25rem;
  height: 3.125rem;
  padding: 0.9375rem 0;
  background: #f6f8f9;
}
.item-progress-container .item-progress .item-progress-line {
  margin-top: 7px;
  margin-bottom: 10px;
  height: 100%;
  width: 1px;
  border-left: 1px solid #858793;
}
.item-progress-container.item-progress-gray {
  color: #858793;
}
.item-progress-container.item-progress-gray .item-progress-line {
  border-left: 1px solid #858793;
}

/* Progress Icons - v2 */
.progress-container {
  position: relative;
}
.progress-container .progress-line {
  position: absolute;
  left: -18px;
  top: -10px;
  height: 110%;
  border-left: 1px solid #D5D9DB;
}
.progress-container .progress-line.progress-line-first {
  height: 60%;
  top: 45%;
}
.progress-container .progress-line.progress-line-last {
  height: 60%;
  top: auto;
  bottom: 45%;
}
.progress-container .progress-icon {
  position: absolute;
  left: -25px;
  top: 45%;
  background: #f6f8f9;
}
.progress-container.progress-large .progress-line {
  left: -25px;
  top: -10px;
  height: 115%;
}
.progress-container.progress-large .progress-line.progress-line-first {
  height: 65%;
  top: 45%;
}
.progress-container.progress-large .progress-line.progress-line-last {
  height: 60%;
  top: auto;
  bottom: 45%;
}
.progress-container.progress-large .progress-icon {
  left: -34px;
  top: 45%;
}
.progress-container.progress-large .fas, .progress-container.progress-large .far {
  font-size: 1.25rem;
  padding: 0.3125rem 0;
}
.progress-container.progress-large img {
  width: 1.25rem;
  height: 3.125rem;
  padding: 0.9375rem 0;
}

.data-investigation-card .banner {
  height: 5.625rem;
}
.data-investigation-card .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .dimension-card .description-text {
    min-height: 4.125rem;
  }
}

.wallPostMainForm .post {
  margin: 0;
}
.wallPostMainForm .action {
  position: absolute;
  width: 3.125rem;
  height: 3.125rem;
  right: 0px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .wallPostMainForm .action {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.wallPostMainForm .file-upload-results {
  padding: 0.9375rem 0;
}
.wallPostMainForm .wallPostDimensionOptions h4 {
  font-size: 1rem;
}
.wallPostMainForm .wallPostDimensionOptions label {
  font-size: 0.8125rem;
}
.wallPostMainForm .wallPostDimensionOptions input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
}

.wallPostForm .btn svg {
  margin-left: 0.9375rem;
}

#wallFilterForm .form-check label {
  color: #333;
}
#wallFilterForm .fa-chevron-down {
  transition: transform 0.3s;
}
#wallFilterForm .fa-chevron-down.open {
  transform: rotate(-180deg);
}

.wallPosts .card {
  border: none;
}
.wallPosts #wallSort {
  margin-bottom: 0.9375rem;
}
.wallPosts #wallSort a {
  color: #000000;
  text-decoration: none;
}
.wallPosts #wallSort a:hover {
  color: #b40000;
  background: inherit;
}
.wallPosts #wallSort #wallSortTrigger {
  position: relative;
}
.wallPosts #wallSort #wallSortTrigger #wallSortSelector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: #ffffff;
  min-width: 130px;
  border: 1px solid #bcbcbc;
}
.wallPosts #wallSort #wallSortTrigger #wallSortSelector a {
  border-top: 1px solid #bcbcbc;
}
.wallPosts #wallSort #wallSortTrigger #wallSortSelector a:first-child {
  border: none;
}
.wallPosts #postContainer .wallPost {
  position: relative;
  margin-bottom: 1.5625rem;
}
.wallPosts #postContainer .wallPost .text-link {
  text-decoration: none;
}
.wallPosts #postContainer .wallPost .wallPostMeta {
  width: 100%;
}
.wallPosts #postContainer .wallPost .wallPostMeta .wallPostName {
  font-weight: 700;
  line-height: 1.2em;
}
.wallPosts #postContainer .wallPost .wallPostMeta .wallPostName .wallPostNameLabel {
  font-weight: 400;
}
.wallPosts #postContainer .wallPost .wall-post-curriculum-info strong {
  font-weight: 700;
}
.wallPosts #postContainer .wallPost .wall-post-curriculum-info .wall-course-icon {
  width: 1.75rem;
  height: 1.75rem;
}
.wallPosts #postContainer .wallPost .wall-post-curriculum-info .wall-post-curriculum-course {
  font-size: 0.8125rem;
}
.wallPosts #postContainer .wallPost .wallPostBody {
  font-weight: 300;
}
.wallPosts #postContainer .wallPost .thankYouButton {
  font-weight: 700;
}
.wallPosts #postContainer .wallPost .wallAttachments {
  margin-bottom: 10px;
}
.wallPosts #postContainer .wallPost .wallPostAvatar a:hover, .wallPosts #postContainer .wallPost .wallPostAvatar a:focus {
  background: none;
}
.wallPosts #postContainer .wallPost .wallReply .wallReplyContent {
  font-weight: 300;
}
.wallPosts #postContainer .wallPost .wallReply .wallReplyNameDate {
  margin-right: auto;
}
.wallPosts #postContainer .wallPost .wallReply .wallReplyNameDate .wallReplyName {
  font-weight: 700;
  line-height: 1.2em;
}
.wallPosts #postContainer .wallPost .wallReply .wallReplyNameDate .wallReplyName .wallReplyNameLabel {
  font-weight: 400;
}
.wallPosts #postContainer .wallPost .wallReply .wallReplyNameDate .wallReplyDate {
  font-size: 0.8125rem;
  font-weight: 300;
}

.categoryFile {
  background: #f6f8f9;
  margin-bottom: 10px;
}
.categoryFile .categoryFileImage {
  color: #b40000;
}
.categoryFile .categoryFileImage {
  font-size: 1.375rem;
  margin-right: 0.5rem;
}
.categoryFile .categoryFileTitle a {
  color: #000000;
}
.categoryFile .categoryFileTitle a:hover, .categoryFile .categoryFileTitle a:focus {
  color: #b40000;
  text-decoration: underline !important;
}

/* Curriculum page discussions */
.curriculum-discussion {
  min-width: 30rem;
}
@media (max-width: 576px) {
  .curriculum-discussion {
    width: 100%;
    max-width: auto;
  }
}
.curriculum-discussion #postContainer .card {
  box-shadow: none;
}
.curriculum-discussion #postContainer .card .card-body {
  padding-left: 0;
  padding-right: 0;
}
.curriculum-discussion #postContainer .card .card-body .wallPostMeta {
  width: 100%;
}
.curriculum-discussion #postContainer .card .card-body .wallReplies {
  background: #F6F8F9;
}
.curriculum-discussion #postContainer .card .card-body .wallReplies .wallReplyNameDate {
  width: 100%;
}

/* End Curriculum page discussions */
#activityFeedToggle.has-new-notifications {
  color: #b40000;
}
#activityFeedToggle .fa-circle {
  position: absolute;
  top: 15px;
  font-size: 0.375rem;
}

#instepActivityContainer {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 540px;
  height: 100%;
  max-height: 800px;
  background: #ffffff;
  z-index: 900;
  box-shadow: -1px 1px 1px #0000001A;
}
@media (max-width: 768px) {
  #instepActivityContainer {
    position: static;
    width: 100%;
    height: auto;
  }
}
#instepActivityContainer.expanded {
  display: flex;
  flex-direction: column;
}
#instepActivityContainer #instepActivityHeader {
  padding: 0.9375rem 1.875rem;
}
#instepActivityContainer #instepActivityHeader h3 {
  margin: 0;
}
#instepActivityContainer #instepActivityHeader #instepActivityFeedClose {
  color: #000000;
}
#instepActivityContainer #instepActivityHeader #instepActivityFeedClose:hover, #instepActivityContainer #instepActivityHeader #instepActivityFeedClose :focus {
  color: #b40000;
  background: transparent;
}
#instepActivityContainer #instepActivityCategoryForm {
  border-top: 1px solid #D0D0D0;
  padding: 1.875rem 1.875rem;
}
#instepActivityContainer #instepActivityCategoryForm .form-group {
  margin: 0;
}
#instepActivityContainer #instepActivityCategoryForm label {
  margin-right: 0.9375rem;
}
#instepActivityContainer .sidebar-section {
  width: 100%;
  padding: 1.875rem 1.875rem;
}
#instepActivityContainer #instepActivityScroller {
  border-top: 1px solid #D0D0D0;
  overflow-y: scroll;
}
#instepActivityContainer #instepActivityScroller #instepActivityContent .activity-feed-link {
  color: #000000;
  text-decoration: none;
  border-top: 1px solid #D0D0D0;
  display: block;
}
#instepActivityContainer #instepActivityScroller #instepActivityContent .activity-feed-link:first-child {
  border-top: none;
}
#instepActivityContainer #instepActivityScroller #instepActivityContent .activity-feed-link:hover, #instepActivityContainer #instepActivityScroller #instepActivityContent .activity-feed-link :focus {
  background: #F6F8F9;
}
#instepActivityContainer #instepActivityScroller #instepActivityContent .activity-feed-link:hover div.profile_thumb, #instepActivityContainer #instepActivityScroller #instepActivityContent .activity-feed-link :focus div.profile_thumb {
  text-decoration: none;
}
#instepActivityContainer #instepActivityScroller #instepActivityContent .activity-feed-link .activity-feed-item.activity-feed-item-new {
  background-color: #5F7BE011;
}
#instepActivityContainer #instepActivityScroller #instepActivityContent .activity-feed-link .activity-feed-item .activity-type {
  font-family: "Univers", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.1875rem;
  text-transform: uppercase;
}
#instepActivityContainer #instepActivityScroller #instepActivityContent .activity-feed-link .activity-feed-item .timeline {
  font-family: "Univers", sans-serif;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.1875rem;
}
#instepActivityContainer #instepActivityScroller #instepActivityContent .activity-feed-link .activity-feed-item .activity-item-content {
  font-family: "Univers", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4375rem;
}
#instepActivityContainer #instepActivityScroller #instepActivityContent .activity-feed-link .activity-feed-item .activity-user-label .circle-icon {
  background: #ffffff;
  border-radius: 1.25rem;
  margin-right: 0.75rem;
  padding: 0.3125rem;
}
#instepActivityContainer #instepActivityScroller #instepActivityContent .activity-feed-link .activity-feed-item .activity-user-label .profile_thumb {
  margin-right: 0.75rem;
  min-width: 32px;
}
#instepActivityContainer #instepActivityScroller #instepActivityContent .activity-feed-link .activity-feed-item .activity-user-label strong {
  margin-right: 0.375rem;
}
#instepActivityContainer #instepActivityScroller #instepActivityContent .activity-feed-link .activity-feed-item .activity-user-label.microcredential-user-label .profile_thumb {
  width: 70px;
  height: 32px;
}
#instepActivityContainer #instepActivityScroller #instepActivityContent .activity-feed-link .activity-feed-item .activity-user-label.microcredential-user-label .microcredential-message strong {
  margin: 0;
}
#instepActivityContainer #instepActivityScroller #instepActivityContent .activity-feed-link .activity-feed-item .activity-user-label.microcredential-user-label .microcredential-activity-circle-icon {
  width: 2rem;
  height: 2rem;
  padding: 0.1875rem;
}
#instepActivityContainer #instepActivityScroller #instepActivityContent .activity-feed-link .activity-feed-item .activity-user-label.microcredential-user-label .microcredential-activity-circle-icon .microcredential-activity-icon {
  width: 1.5rem;
}

.survey-response-charts .survey-bar-chart {
  margin-top: 20px;
}
.survey-response-charts .survey-bar-chart .survey-bar-chart-y-axis {
  width: 10%;
  border-bottom: 1px solid #ffffff;
}
.survey-response-charts .survey-bar-chart .survey-bar-chart-y-axis .survey-bar-chart-y-axis-ticks {
  position: relative;
  width: 15%;
  height: 100%;
}
.survey-response-charts .survey-bar-chart .survey-bar-chart-y-axis .survey-bar-chart-y-axis-ticks .survey-bar-chart-y-tick {
  border-bottom: 1px solid #666;
  position: absolute;
  width: 100%;
}
.survey-response-charts .survey-bar-chart .survey-bar-chart-y-axis .survey-bar-chart-y-axis-numbers {
  position: relative;
  width: 85%;
  height: 100%;
}
.survey-response-charts .survey-bar-chart .survey-bar-chart-y-axis .survey-bar-chart-y-axis-numbers .survey-bar-chart-y-num {
  position: absolute;
  width: 100%;
  line-height: 0;
  font-size: 0.875rem;
}
.survey-response-charts .survey-bar-chart .survey-bar-chart-bars-container {
  width: 100%;
}
.survey-response-charts .survey-bar-chart .survey-bar-chart-bars .survey-bar-chart-bars-inner {
  position: relative;
  min-height: 150px;
  width: 100%;
}
.survey-response-charts .survey-bar-chart .survey-bar-chart-bars .survey-bar-chart-bars-inner .bar-chart-bar-outer {
  border-bottom: 2px solid #000000;
  padding-left: 0;
}
.survey-response-charts .survey-bar-chart .survey-bar-chart-bars .survey-bar-chart-bars-inner .bar-chart-bar-outer:first-child {
  padding-left: 0;
}
.survey-response-charts .survey-bar-chart .survey-bar-chart-bars .survey-bar-chart-bars-inner .bar-chart-bar-outer .bar-chart-bar {
  width: 100%;
  background: #344891;
}
.survey-response-charts .survey-bar-chart .survey-bar-chart-bars .survey-bar-chart-bars-inner .survey-bar-chart-average {
  position: absolute;
  bottom: 0;
  color: #b40000;
  font-family: "UniversCondensed", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
  height: 120%;
}
.survey-response-charts .survey-bar-chart .survey-bar-chart-bars .survey-bar-chart-bars-inner .survey-bar-chart-average .survey-bar-chart-average-line {
  height: 100%;
  border-left: 2px solid #b40000;
}
.survey-response-charts .survey-bar-chart .x_axis_labels {
  padding-left: 10%;
}

.setsTable td, .setsTable th {
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 22px;
  padding: 0.1875rem;
}
.setsTable td {
  background: #F6F8F9;
  text-align: center;
  height: 3.125rem;
}
.setsTable td:first-child {
  text-align: left;
  background: #ffffff;
  width: 3.75rem;
}

a.mark {
  background: transparent;
}

a.card-link {
  color: #000000;
  text-decoration: none;
  padding: 0;
}
a.card-link:hover, a.card-link:focus {
  background-color: inherit;
}
a.card-link:hover h3, a.card-link:hover .card-link-highlight, a.card-link:focus h3, a.card-link:focus .card-link-highlight {
  color: #b40000;
  text-decoration: underline;
}

.error-message {
  color: #b40000;
  font-weight: 700;
  margin-top: 0.25rem;
}

a.card-link + a.card-link {
  margin-left: 0;
}

a.btn {
  text-decoration: none;
}

.popover-icon {
  width: 25px;
  height: 25px;
}

/* More bootstrap overrides */
.badge {
  border-radius: 3rem;
  padding: 0.25rem 1rem;
}

.alert {
  margin-top: 1rem;
}

/* Bootstraps */
.fa-chevron-down {
  transition: transform 0.3s;
}
.fa-chevron-down.open {
  transform: rotate(-180deg);
}

/* Profile images */
.profile_thumb_img {
  border-color: #ffffff;
}
.profile_thumb_img.profile_thumb_img_large {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

.profile_thumb {
  background-position: 50%;
  background-repeat: no-repeat;
  font-weight: 300;
  background-color: #427e92;
  color: #ffffff;
}
.profile_thumb.profile_thumb_small {
  width: 32px;
  height: 32px;
  border-radius: 17px;
}
.profile_thumb.profile_thumb_medium {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}
.profile_thumb.profile_thumb_large {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-size: 150px;
}

a.profileModalLink:hover, a.profileModalLink:focus {
  background: inherit;
}

a:hover .profile_thumb, a:focus .profile_thumb {
  text-decoration: none;
  -webkit-text-decoration-color: #427e92;
          text-decoration-color: #427e92;
}

/* End profile images */
/* select2 overrides */
[class^=select2] {
  border-radius: 0px !important;
}

.select2-selection__rendered {
  line-height: 36px !important;
}

.select2-container .select2-selection--single {
  height: 40px !important;
}

.select2-selection__arrow {
  height: 39px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #b40000;
}

/* End select2 overrides */
/* CKEditor Styling */
.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar, .ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
  background-color: #F6F8F9;
}

/* End CKEditor Styling */
/* Form styles */
legend {
  font-size: 1.25rem;
}

.checkbox-large {
  width: 1.25rem;
  height: 1.25rem;
}

.input-group input {
  border-right: 0;
}
.input-group .input-group-append .btn {
  padding: 0.375rem 0.75rem;
  border-left-width: 0;
}
.input-group .input-group-append .btn.btn-outline-dark {
  border-color: #bcbcbc;
}

.instep-pill-toggle {
  background: #EFF2F4;
  padding: 0.25rem;
  border-radius: 40px;
  width: auto;
}
.instep-pill-toggle a {
  color: #A6A6A6;
  text-decoration: none;
  font-weight: 700;
  padding: 0.4375rem 0.9375rem;
  border-radius: 40px;
}
.instep-pill-toggle a.active {
  background: #ffffff;
  color: #000000;
}
.instep-pill-toggle a.active:hover, .instep-pill-toggle a.active:focus {
  color: #b40000;
  background: #ffffff;
}
.instep-pill-toggle a:hover, .instep-pill-toggle a:focus {
  color: #b40000;
  background: inherit;
}

.form-control[type=file] {
  line-height: 1;
}

.labelSecondary {
  font-weight: normal;
  font-size: 0.85em;
}

/* End form styles */
/* Pagination styles */
ul.paging li {
  display: inline-block;
  margin: 0 0.625rem;
}
ul.paging li a {
  font-weight: 700;
  text-decoration: none;
}
ul.paging li a:hover, ul.paging li a:focus, ul.paging li a.hover {
  color: #7e0000;
  background-color: transparent;
  text-decoration: underline;
}

a.asc, a.desc {
  font-weight: 700;
}

/* End Pagination styles */
/* Dashboard page */
.anncouncement_intro p {
  margin-bottom: 1rem;
}

/* End Dashboard Page */
/* General Accordion */
.card-header-white {
  background: #ffffff;
  border-bottom: none;
  border-top: 1px solid #E1E5E6;
}
.card-header-white:first-child {
  border-top: none;
}
.card-header-white button {
  padding: 0;
  width: 100%;
}
.card-header-white button .fas {
  color: #000000;
}
.card-header-white button:focus {
  text-decoration: none;
}

/* End General Accordion */
/* Modal styles */
body.modal-open {
  padding-right: 0 !important;
}
body.modal-open .nav-wrapper {
  z-index: 900;
}

.modal-backdrop.show {
  background-color: #192668;
  opacity: 0.78;
}

.modal {
  outline-color: #192668;
}
.modal.modal-wide .modal-dialog {
  max-width: 1200px;
}
.modal .modal-close {
  position: absolute;
  top: -40px;
  right: -40px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 40px;
}
.modal .modal-dialog {
  margin-top: 5rem;
  max-width: 600px;
}
.modal .modal-dialog .modal-content {
  border: none;
  box-shadow: 0px 1px 8px #151B2622;
}
.modal .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 2rem 2rem 1rem;
}
.modal .modal-dialog .modal-content .modal-header h1.modal-title {
  margin: 0 auto;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 1rem 2rem;
}

.popover {
  max-width: 343px;
}
.popover .popover-header {
  display: flex;
  justify-content: space-between;
}
.popover .popover-header img {
  padding-right: 5px;
  width: 45px;
}
.popover .popover-header a {
  text-decoration: none;
}
.popover .popover-header a:hover {
  background: none;
}
.popover .popover-header .close {
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  opacity: 0.5;
  position: relative;
  bottom: 10px;
}
.popover .popover-header .close:hover {
  color: #000;
  text-decoration: none;
}

/* Profile Modal styles */
#profileViewModal .modal-body {
  padding: 2rem;
}

/* End profile modal styles */
/* End modal styles */
/* Tooltip styles */
.tooltip {
  z-index: 9999;
}

/* End Tooltip styles */
/* Framework SVG styles */
.framework-font {
  font-family: "UniversCondensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 30px;
}

.framework-modal-svg-position {
  position: relative;
  top: -50px;
}

.framework-popover-container:focus {
  outline: none;
}

/* End Framework SVG styles */
.icon_color:hover {
  cursor: pointer;
}
.icon_color:hover .icon_color_fill {
  fill: #7E0000;
}
.icon_color:hover .icon_color_stroke {
  stroke: #7E0000;
}

/* **** Start Learning Hub Styles **** */
.arrow-hover-motion i {
  animation: in 1s;
}
.arrow-hover-motion:hover i {
  animation: out 1s forwards;
}

@keyframes in {
  from {
    transform: translate(5px);
  }
  to {
    transform: translate(0);
  }
}
@keyframes out {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(5px);
  }
}
#learning-hub .slick-list {
  padding-bottom: 5px;
}
#learning-hub .slick-list .slick-slide .card {
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}
#learning-hub .slick-list .slick-slide.slick-current .card {
  margin-left: 0;
}
#learning-hub .microcredential-card-carousel .microcredential-card {
  max-width: 340px;
}
#learning-hub .microcredential-card-carousel img {
  height: 4.125rem;
}
#learning-hub .microcredential-card-carousel img.data-stat-practices-icon {
  height: 2.6875rem;
  margin-bottom: 1.4375rem;
}
#learning-hub .microcredential-card-carousel .slick-list .slick-track {
  display: flex;
  align-items: stretch;
}
#learning-hub .microcredential-card-carousel .slick-list .slick-track .slick-slide {
  align-self: stretch;
  display: flex;
  height: inherit;
}
#learning-hub .microcredential-card-carousel .slick-list .slick-track .slick-slide > div {
  height: inherit;
}
#learning-hub .microcredential-card-carousel .slick-list .slick-track .slick-slide > div > div {
  height: 100%;
  display: flex !important;
}
#learning-hub .microcredential-card-carousel .slick-list .slick-track .slick-slide > div > div .microcredential-card {
  height: 100%;
  margin-right: 1.25rem;
}
#learning-hub .microcredential-card-carousel .slick-list .slick-track .slick-slide > div > div .microcredential-card .microcredential-content-container {
  height: 100%;
}
#learning-hub .microcredential-card-carousel .slick-list .slick-track .micro-completed-text {
  margin-top: auto;
}
#learning-hub .hub-card-link {
  color: #000000;
  text-decoration: none;
  padding: 0;
}
#learning-hub .hub-card-link:hover, #learning-hub .hub-card-link:focus {
  background: inherit;
}
#learning-hub .hub-card-link:hover h3, #learning-hub .hub-card-link:hover h5, #learning-hub .hub-card-link:focus h3, #learning-hub .hub-card-link:focus h5 {
  color: #b40000;
  text-decoration: underline;
}

/* **** End Learning Hub Styles **** */
/* **** Begin Curriculum Styles **** */
.curriculum-bottom-container {
  border-bottom: 1px solid #e1e6e8;
  clear: both;
}
.curriculum-bottom-container .curriculum-bottom-utilities .save-to-resources-link i {
  margin-right: 0.8125rem;
}

.lesson-time {
  text-transform: capitalize;
}

.curriculum-content a[target=_blank]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: " \f35d";
  font-size: 0.875rem;
}
.curriculum-content img.curriculum-image {
  display: block;
  margin: 1.875rem 0;
  max-width: 100%;
  clear: both;
}
.curriculum-content img.curriculum-image.curriculum-image-wrapped {
  float: right;
  padding-left: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (max-width: 992px) {
  .curriculum-content img.curriculum-image.curriculum-image-wrapped {
    float: none;
    padding-left: 0;
  }
}
.curriculum-content h2 {
  clear: both;
}
.curriculum-content h2 .curriculum-image-inline {
  display: inline-block;
  margin: 0 0 0 0.5rem;
  width: 6.25rem !important;
  height: 3.9375rem !important;
}
.curriculum-content table {
  clear: both;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.curriculum-content table th, .curriculum-content table td {
  min-width: 80px;
  vertical-align: top;
  padding: 0 5px;
  border: 1px solid #666;
}
.curriculum-content table th p, .curriculum-content table th ul, .curriculum-content table th ol, .curriculum-content table td p, .curriculum-content table td ul, .curriculum-content table td ol {
  font-size: 1rem;
}
.curriculum-content ol {
  padding-bottom: 0.5rem;
}
.curriculum-content ol ol {
  list-style-type: upper-alpha;
}
.curriculum-content .text-align-center {
  text-align: center;
}
.curriculum-content .text-align-left {
  text-align: left;
}
.curriculum-content .text-align-right {
  text-align: right;
}
.curriculum-content .text-align-justify {
  text-align: justify;
}

.curriculum-meta a {
  word-break: break-all;
}

.youtube-embed {
  width: 100%;
  min-height: 26.875rem;
  margin: 0 0 1.875rem 0;
}

.pdf-embed {
  width: 100%;
  margin-bottom: 1.875rem;
  box-shadow: #151b2614;
}
.pdf-embed embed {
  width: 100%;
  min-height: 400px;
  border: 1px solid #e5e5e5;
}

.video-js {
  width: 100%;
  height: 460px;
  margin: 0 0 1.875rem 0;
  border: 1px solid #e5e5e5;
}
.video-js .vjs-big-play-button {
  border-radius: 3.125rem;
  border: 5px solid #ffffff;
  top: 40%;
  left: 45%;
  width: 6.25rem;
  height: 6.25rem;
  font-size: 5em;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  top: 9%;
}

blockquote {
  margin-bottom: 2rem;
}
blockquote.apply, blockquote.reflect, blockquote.quote, blockquote.indent {
  padding: 0.3125rem 0 0.3125rem 1.875rem;
  border-left: 5px solid #b40000;
}
blockquote.indent {
  border-left-color: #ffffff;
}
blockquote.expert-insights {
  padding: 1.25rem 1.25rem 0 1.25rem;
  box-shadow: 0px 1px 5px #151b2622;
}
blockquote.expert-insights .blockquote-label {
  padding-bottom: 1.25rem;
}
blockquote.expert-insights .blockquote-label a {
  text-decoration: none;
}
blockquote.expert-insights .collapse {
  padding-bottom: 1.25rem;
}
blockquote .blockquote-label {
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #b40000;
}

.resource-modal-content blockquote.apply, .resource-modal-content blockquote.reflect {
  margin-left: 0;
}

a.dimension-link {
  color: #000000;
}
a.dimension-link img {
  height: 1.25rem;
}
a.dimension-link:hover {
  background: inherit;
  color: #b40000;
}

.data-investigation-resource-modal-trigger {
  margin-right: 30px;
  width: 100%;
}

.data-investigation-save-resources-links {
  position: absolute;
  right: 0px;
}

/* **** End Curriculum Styles **** */
/* Certificate styles */
.certificate-container {
  position: relative;
  min-width: 400px;
}
.certificate-container .certificate-text {
  position: absolute;
  text-align: center;
  width: 100%;
}
.certificate-container .certificate-intro {
  position: absolute;
  text-align: center;
  color: #b40000;
  top: 28%;
  width: 100%;
  font-family: "Univers", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 992px) {
  .certificate-container .certificate-intro {
    font-family: "Univers", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .certificate-container .certificate-intro {
    font-family: "Univers", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
  }
}
@media (max-width: 576px) {
  .certificate-container .certificate-intro {
    top: 26%;
    font-family: "Univers", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
  }
}
@media print {
  .certificate-container .certificate-intro {
    font-family: "Univers", sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 24px;
  }
}
.certificate-container .certificate-awarded {
  top: 34%;
  font-family: "Univers", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 992px) {
  .certificate-container .certificate-awarded {
    font-family: "Univers", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .certificate-container .certificate-awarded {
    font-family: "Univers", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
}
@media (max-width: 576px) {
  .certificate-container .certificate-awarded {
    top: 32%;
    font-family: "Univers", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
  }
}
@media print {
  .certificate-container .certificate-awarded {
    font-family: "Univers", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
  }
}
.certificate-container .certificate-name {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 40%;
  font-family: "Univers", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .certificate-container .certificate-name {
    font-family: "Univers", sans-serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 24px;
  }
}
@media (max-width: 576px) {
  .certificate-container .certificate-name {
    font-family: "Univers", sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 24px;
    top: 38%;
  }
}
.certificate-container .certificate-body {
  top: 48%;
  font-family: "Univers", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  width: 100%;
  padding: 0 7%;
}
@media (max-width: 992px) {
  .certificate-container .certificate-body {
    font-family: "Univers", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .certificate-container .certificate-body {
    font-family: "Univers", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
  }
}
@media (max-width: 576px) {
  .certificate-container .certificate-body {
    font-family: "Univers", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
  }
}
@media print {
  .certificate-container .certificate-body {
    font-family: "Univers", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
  }
}
.certificate-container .certificate-date {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 69%;
  font-family: "Univers", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .certificate-container .certificate-date {
    font-family: "Univers", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }
}
@media (max-width: 576px) {
  .certificate-container .certificate-date {
    font-family: "Univers", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    top: 68%;
  }
}

.faq-link {
  text-decoration: none;
  color: #000000;
}

.faq-image {
  width: 3.125rem;
}

.faq-table th, .faq-table td {
  padding: 5px;
  border: 1px solid #000000;
  vertical-align: middle;
  text-align: center;
}
.faq-table th p, .faq-table td p {
  margin: 0;
}

/* Tabs styles */
.nav-tabs .nav-item a {
  text-decoration: none;
}

/* End tabs styles */
/* PDF curriculum output */
.pdf-footer {
  font-size: 14pt;
}

.scrollable-content {
  overflow-y: scroll;
  max-height: 500px;
}

.right-only-carousel {
  margin-left: 0px !important;
}
.right-only-carousel .slick-prev {
  display: none !important;
}

.icon-sm {
  width: 1.875rem;
  height: 1.875rem;
  font-size: 1.25rem;
}

.icon-md {
  width: 2.5rem;
  height: 2.5rem;
}

.icon-lg {
  width: 3.4375rem;
  height: 3.4375rem;
}

/* SVG Progress Loops */
.progress-loop svg {
  width: 25px;
  height: 25px;
  transform: rotate(-90deg);
}
.progress-loop .progress {
  cx: 50%;
  cy: 50%;
  stroke-linecap: butt;
  fill: transparent;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.progress-loop.animated .progress {
  animation: progress-loop 4000ms linear infinite;
}
.progress-loop .halo {
  cx: 50%;
  cy: 50%;
  stroke: #B5BBBE;
  fill: transparent;
}

@keyframes progress-loop {
  from {
    stroke-dashoffset: 69.1150383792px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/* SVG Progress Loops */
.module-card .module-title-wrapper {
  text-align: center;
}
.module-card .module-title-wrapper .module-number {
  line-height: 6rem;
  font-size: 6rem;
}

.sidebar-section a {
  padding: 0;
}
.sidebar-section .essential {
  padding-top: 14px;
  padding-bottom: 14px;
}
.sidebar-section .essential.active, .sidebar-section .essential:hover {
  background: #ffffff;
}

/* Curriculum-specific styles */
.argumentation-making-sense-of-data-visualizations-data-visualizations-for-use-in-classrooms table tr th:first-child {
  width: 45%;
}
.argumentation-making-sense-of-data-visualizations-data-visualizations-for-use-in-classrooms table tr th:nth-child(2) {
  width: 10%;
}

.data-investigation-masthead-container {
  padding: 0;
  background-position: 50% 50%;
  background-size: cover;
}
.data-investigation-masthead-container .masthead {
  height: 20rem;
  width: 100%;
  color: white;
}

.curriculum-horizontal-rule {
  border-top: 1px solid #e1e6e8;
}

#sidebar-layout #sidebar-container .data-investigation-sidebar-steps .essential.active, #sidebar-layout #sidebar-container .data-investigation-sidebar-steps .data-investigation-part.active, #sidebar-layout #sidebar-container .data-investigation-sidebar-steps .data-investigation-part-essential.active {
  background-color: white;
}
#sidebar-layout #sidebar-container .data-investigation-sidebar-steps .essential:hover, #sidebar-layout #sidebar-container .data-investigation-sidebar-steps .data-investigation-part:hover, #sidebar-layout #sidebar-container .data-investigation-sidebar-steps .data-investigation-part-essential:hover {
  background-color: white;
  cursor: pointer;
}
#sidebar-layout #sidebar-container .data-investigation-sidebar-steps .data-investigation-part-module {
  border-bottom: 1px solid #151b2622;
}
#sidebar-layout #sidebar-container .data-investigation-sidebar-steps .data-investigation-part-essential {
  padding-left: 1.5rem;
}
#sidebar-layout #sidebar-container .data-investigation-sidebar-steps .data-investigation-part-essential.locked {
  color: #858793;
}
#sidebar-layout #sidebar-container .data-investigation-sidebar-steps .data-investigation-part-essential.locked:hover {
  background-color: transparent;
  cursor: inherit;
}
#sidebar-layout #sidebar-container .data-investigation-sidebar-steps .data-investigation-part-essential .bullet-wrapper .bullet {
  height: 100%;
  margin: auto;
}
#sidebar-layout #sidebar-container .data-investigation-sidebar-steps .data-investigation-part-essential .bullet-wrapper .bullet.locked {
  width: 10px;
  height: 10px;
}
#sidebar-layout #sidebar-container .data-investigation-sidebar-steps .data-investigation-part-essential .bullet-wrapper .bullet.locked img {
  position: relative;
  bottom: 10px;
}
#sidebar-layout #sidebar-container .data-investigation-sidebar-steps .data-investigation-part-essential .bullet-wrapper .bullet.point {
  border: 1px solid #7e0000;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
#sidebar-layout #sidebar-container .data-investigation-sidebar-steps .data-investigation-part-essential .bullet-wrapper .bullet.point.completed {
  background: #7e0000;
}
#sidebar-layout #sidebar-container .data-investigation-sidebar-steps .data-investigation-part-essential .bullet-wrapper .bullet.top, #sidebar-layout #sidebar-container .data-investigation-sidebar-steps .data-investigation-part-essential .bullet-wrapper .bullet.bottom {
  background: rgba(0, 0, 0, 0.33);
  width: 1px;
}
#sidebar-layout #sidebar-container .data-investigation-sidebar-steps .data-investigation-part-essential .bullet-wrapper .bullet.top {
  margin-bottom: 0.3rem;
}
#sidebar-layout #sidebar-container .data-investigation-sidebar-steps .data-investigation-part-essential .bullet-wrapper .bullet.bottom {
  margin-top: 0.3rem;
}
#sidebar-layout #sidebar-container .data-investigation-sidebar-steps .data-investigation-part-essential .bullet-wrapper .bullet.hidden {
  background: transparent;
}

.data-investigation-content p img.curriculum-image-inline, .data-investigation-content li img.curriculum-image-inline {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  vertical-align: bottom;
}
.data-investigation-content h4 img.curriculum-image-inline {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  vertical-align: middle;
}

/* Data Investigations Index */
.di-index-card img.bringing-together-dimensions-icon {
  height: 4.125rem;
  width: auto;
}

.di-card-tag {
  text-transform: uppercase;
  font-family: "Univers", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.di-bg-image {
  background: no-repeat url("/img/data_investigations/data-investigations.svg");
  background-size: 340px;
  background-position: center right 0;
}
@media (max-width: 767px) {
  .di-bg-image {
    background-image: none;
  }
}

.micro-card-tag {
  text-transform: uppercase;
  font-family: "Univers", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.micro-card-title {
  max-width: 430px;
}

.micro-bg-image {
  background: no-repeat url("/img/microcredentials/microcredentials.svg");
  background-size: 600px;
}
@media (max-width: 767px) {
  .micro-bg-image {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .micro-bg-image {
    background-position: center right -290px;
  }
}
@media (min-width: 1280px) {
  .micro-bg-image {
    background-position: center right -200px;
  }
}
@media (min-width: 1366px) {
  .micro-bg-image {
    background-position: center right -140px;
  }
}
@media (min-width: 1920px) {
  .micro-bg-image {
    background-position: center right 140px;
  }
}
@media (min-width: 2560px) {
  .micro-bg-image {
    background-position: center right 450px;
  }
}

.micro-list {
  display: flex;
  list-style: none;
}
.micro-list .micro-item-icon:nth-child(even) {
  margin-top: 25px;
}
.micro-list .micro-item-icon:nth-child(1n+2) {
  position: relative;
  margin-left: -10px;
}

@media (max-width: 767px) {
  .micro-list {
    padding-left: 0px !important;
  }

  .micro-item-icon {
    margin-top: 0px !important;
    margin-left: 0px !important;
  }
}
.sidebar-section__text {
  font-family: "Univers", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 25px;
}

.microcredentials-index-card img.bringing-together-dimensions-icon {
  height: 4.125rem;
  width: auto;
}

.micro-view-header__tag {
  font-family: "Univers", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
.micro-view-header__icon {
  height: 2.3125rem;
}
.micro-view-header__title {
  max-width: 750px;
  margin: 0 auto;
}
.micro-view-header__time {
  font-family: "Univers", sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 21px;
}

.micro-view-content--focus {
  font-family: "Univers", sans-serif;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 32px;
  border-left: 5px #B40000 solid;
  padding-left: 25px;
}
.micro-view-content--focus span.text-red {
  font-family: "Univers", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 32px;
}

.micro-view-questions h5 {
  font-size: 1.125rem;
}
.micro-view-questions__tag {
  font-family: "Univers", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
}
.micro-view-questions ol {
  padding-left: 0px;
}
.micro-view-questions li {
  font-family: "Univers", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 28px;
  display: block;
}

.micro-view-instructions h5 {
  font-size: 1.125rem;
}
.micro-view-instructions__tag {
  font-family: "Univers", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
}
.micro-view-instructions ol {
  list-style-type: decimal;
  font-weight: 700;
  padding-left: 1.25rem;
}
.micro-view-instructions li {
  font-family: "Univers", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 28px;
}
.micro-view-instructions li span {
  font-weight: 300;
}

.microcrendential-resource-card {
  text-decoration: none;
}
.microcrendential-resource-card:hover .card, .microcrendential-resource-card:focus .card {
  background: #F6F8F9;
}
.microcrendential-resource-card:hover .card .micro-view-instructions__tag, .microcrendential-resource-card:focus .card .micro-view-instructions__tag {
  color: #000000;
}

/* Microcredential Question View */
.microcredential-question .microcredential-question-content {
  font-family: "Univers", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  padding-left: 20px;
  margin-bottom: 1.875rem;
}
.microcredential-question .microcredential-question-content span {
  font-weight: 300;
}
.microcredential-question .microcredential-rubric .text-link {
  text-decoration: none;
}
.microcredential-question .microcredential-rubric .microcredential-rubric-toggle {
  display: block;
  padding-bottom: 1rem;
}
.microcredential-question .microcredential-rubric table tr {
  border-top: 1px solid #9697A1;
  border-bottom: 1px solid #9697A1;
}
.microcredential-question .microcredential-rubric table tr:first-child p {
  margin: 0;
}
.microcredential-question .microcredential-rubric table tr td {
  padding: 1rem;
  font-size: 1.125rem;
  vertical-align: top;
}
.microcredential-question .microcredential-rubric table tr td:first-child {
  border-right: 1px solid #9697A1;
}
.microcredential-question .microcredential-rubric table tr td ol, .microcredential-question .microcredential-rubric table tr td ul {
  margin-bottom: 2rem;
}
.microcredential-question .microcredential-rubric table tr td strong {
  font-weight: 700;
}
.microcredential-question .microcredential-submit {
  border-top: 1px solid #9697A1;
}

/* Microcredential Sidebar */
.microcredential-sidebar-links a {
  padding: 0;
  text-decoration: none;
  color: #000000;
}
.microcredential-sidebar-links a:hover, .microcredential-sidebar-links a:focus {
  color: #b40000;
}
.microcredential-sidebar-links .microcredential-sidebar-link .essential {
  border-left: 0.25rem #F6F8F9 solid;
  padding-left: 2.25rem;
}
.microcredential-sidebar-links .microcredential-sidebar-link .essential.micro-steps-active {
  border-left-color: #4D4D4D;
  background: #fff;
}
.microcredential-sidebar-links .microcredential-sidebar-link .essential .fa {
  font-size: 22px;
}

.micro-btn {
  padding-left: 25px;
  padding-right: 25px;
}

/* **** Begin File upload **** */
.uploadWellVisible {
  padding: 1rem;
  border: 1px solid #c4c4c4;
}
.uploadWellVisible p {
  font-size: 1rem;
}
.uploadWellVisible p.caption {
  font-size: 0.8125rem;
}
.uploadWellVisible label {
  margin: 0;
  font-size: 1rem;
}

/* **** End File upload **** */
.microcredential-badge {
  padding: 0.5rem 1rem;
}

/* Checkboxes on save to playlist dropdown */
.playlist-checklist {
  width: 300px;
  border: none;
  box-shadow: 0px 1px 5px #151b2622;
}
.playlist-checklist .form-check-label {
  font-weight: 700;
  padding-right: 30px;
  line-height: 1.2rem;
  vertical-align: inherit;
}
.playlist-checklist .form-group {
  margin-bottom: 0;
}
.playlist-checklist .playlist-checkboxes {
  width: 100%;
}
.playlist-checklist .playlist-checkboxes .playlist-public {
  background: url("/img/icons/icon_public_small.svg") 100% 50% no-repeat;
}
.playlist-checklist .playlist-checkboxes .playlist-private {
  background: url("/img/icons/icon_lock_small.svg") 100% 50% no-repeat;
}
.playlist-checklist a.collapse-link {
  text-decoration: none;
}

/* Saved Resources Page */
#savedResourceFilters .resource-content-filter .form-group {
  padding-right: 3.125rem;
}
@media (max-width: 576px) {
  #savedResourceFilters .resource-content-filter .form-group {
    padding-right: 0;
  }
}

/* Playlists Page */
#playlists .edit-playlist-link {
  padding-right: 3.125rem;
}

.playlist-sidebar {
  border-top: 1px solid #D0D0D0;
}
.playlist-sidebar .playlist-sidebar-header {
  padding: 0.625rem 1.875rem;
}
.playlist-sidebar .playlist-link {
  text-decoration: none;
  display: block;
  color: #000000;
  border-left: 0.25rem solid #ffffff;
  font-size: 1rem;
  padding: 0.625rem 1.875rem 0.625rem 1.625rem;
}
.playlist-sidebar .playlist-link p {
  font-weight: 700;
  font-size: 1rem;
}
.playlist-sidebar .playlist-link.playlist-link-active {
  border-left: 0.25rem solid #b40000;
}
.playlist-sidebar .playlist-link:hover, .playlist-sidebar .playlist-link:focus {
  color: #b40000;
  background: #F6F8F9;
}
.playlist-sidebar #createPlaylist {
  padding: 0 1.875rem;
}
.playlist-sidebar #createPlaylist .text_button {
  margin: 0;
}
.playlist-sidebar .empty-message {
  padding: 0.625rem 1.875rem 0.625rem 1.625rem;
}

/* Saved resources card - used on playlists and saved resources */
.playlist-saved-resources-section .saved-resources-card:first-child .reorder-playlist-up {
  display: none;
}
.playlist-saved-resources-section .saved-resources-card:last-child .reorder-playlist-down {
  display: none;
}
.playlist-saved-resources-section .saved-resources-card .saved-resource-link {
  color: #000000;
  text-decoration: none;
}
.playlist-saved-resources-section .saved-resources-card .saved-resource-utility-links {
  margin-bottom: 5px;
}

/* Resource modal */
#resourceViewModal .associated-resource-link {
  color: #000000;
  font-weight: 300;
  line-height: 1.375rem;
}
#resourceViewModal .associated-resource-link:hover, #resourceViewModal .associated-resource-link:focus {
  color: #b40000;
}
#resourceViewModal .associated-resource-icon {
  width: 1.5625rem;
}

.tour-screen {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.tour-screen.hidden {
  display: none;
}
.tour-screen.invisible {
  opacity: 0;
}
.tour-screen.menu {
  height: 60px;
  transform: translateY(-60px);
}

#tourStep1, #tourStep2, #tourStep3, #tourStep4, #tourStep5, #tourStep6 {
  transition: opacity 0.3s;
  opacity: 1;
  background-color: #38468b;
  position: absolute;
  color: #ffffff;
  padding: 1rem;
  width: 22rem;
  z-index: 9999;
}
#tourStep1.hidden, #tourStep2.hidden, #tourStep3.hidden, #tourStep4.hidden, #tourStep5.hidden, #tourStep6.hidden {
  display: none;
}
#tourStep1.invisible, #tourStep2.invisible, #tourStep3.invisible, #tourStep4.invisible, #tourStep5.invisible, #tourStep6.invisible {
  opacity: 0;
}
#tourStep1.fixed, #tourStep2.fixed, #tourStep3.fixed, #tourStep4.fixed, #tourStep5.fixed, #tourStep6.fixed {
  position: fixed;
  top: 3rem;
  right: 2rem;
}
#tourStep1.carat::after, #tourStep2.carat::after, #tourStep3.carat::after, #tourStep4.carat::after, #tourStep5.carat::after, #tourStep6.carat::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 30px;
  border-width: 0px 15px 15px 15px;
  border-style: solid;
  border-color: #38468b transparent;
  display: block;
  width: 0;
}
#tourStep1 .tour-cancel, #tourStep2 .tour-cancel, #tourStep3 .tour-cancel, #tourStep4 .tour-cancel, #tourStep5 .tour-cancel, #tourStep6 .tour-cancel {
  font-weight: 800;
  cursor: pointer;
  position: relative;
  bottom: 2px;
}
#tourStep1 .tour-cancel:hover, #tourStep2 .tour-cancel:hover, #tourStep3 .tour-cancel:hover, #tourStep4 .tour-cancel:hover, #tourStep5 .tour-cancel:hover, #tourStep6 .tour-cancel:hover {
  opacity: 0.7;
}

#tourMarker2 {
  position: relative;
  left: 23rem;
  top: -1.5rem;
}
@media (max-width: 1200px) {
  #tourMarker2 {
    left: 20rem;
  }
}
@media (max-width: 992px) {
  #tourMarker2 {
    left: 14rem;
  }
}
@media (max-width: 768px) {
  #tourMarker2 {
    left: 0rem;
  }
}

#tourMarker3 {
  position: relative;
  left: -2rem;
  top: 1.7rem;
}
@media (max-width: 768px) {
  #tourMarker3 {
    left: -1rem;
  }
}

#tourMarker4 {
  position: relative;
  left: 0;
  top: 1.7rem;
}
@media (max-width: 768px) {
  #tourMarker4 {
    left: -1rem;
  }
}

#tourMarker5 {
  position: relative;
  top: 1.7rem;
  left: 18rem;
}
@media (max-width: 1199px) {
  #tourMarker5 {
    left: 13rem;
  }
}
@media (max-width: 991px) {
  #tourMarker5 {
    position: absolute;
    right: 22rem;
    top: 4rem;
    left: auto;
  }
}
@media (max-width: 991px) {
  #tourMarker5 #tourStep5.carat::after {
    right: 30px;
    left: auto;
  }
}

#tourMarker6 {
  position: relative;
  left: -17.3rem;
  top: 0.6rem;
}
#tourMarker6 #tourStep6.carat::after {
  right: 30px;
  left: auto;
}
@media (max-width: 1199px) {
  #tourMarker6 {
    left: -17.5rem;
  }
}
@media (max-width: 575px) {
  #tourMarker6 {
    left: -9rem;
  }
  #tourMarker6 #tourStep6.carat::after {
    right: 48%;
    left: auto;
  }
}

.person, .pending {
  width: 150px;
  height: 60px;
  float: left;
  margin-right: 9px;
  margin-bottom: 9px;
  border: 1px solid #CCC;
  background-color: #FFFFFF;
  border-radius: 4px;
  line-height: 12px;
  padding: 5px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.person a.remove,
.person a.deny {
  position: absolute;
  bottom: 3px;
  right: 3px;
}

.person a.remove i,
.person a.deny i {
  padding: 0;
  float: none;
  width: 10px;
  height: 10px;
}

.pending {
  background-color: #999;
}

.person img, .pending img {
  float: left;
  padding-right: 7px;
  max-width: 50px;
}

.person_name {
  margin-left: 40px;
  font-weight: bold;
  font-size: 12px;
}

.person_year {
  margin-left: 40px;
  font-size: 10px;
  white-space: nowrap;
}

.minimal .person img,
.minimal .person .remove,
.minimal .pending img,
.minimal .pending .remove {
  display: none;
}

.minimal .person, .minimal .pending {
  display: block;
  float: none;
  width: auto;
  height: auto;
  margin-bottom: 4px;
  border-style: solid none;
  border-radius: 0;
}

.minimal .person_name {
  display: block;
  float: left;
  width: 300px;
  margin: 0;
}

.minimal .person_year {
  display: block;
  float: left;
  width: 200px;
  margin: 0;
}

.minimal .profile_link {
  display: block;
  width: 100px;
  margin: 0;
}

.profile_link {
  display: block;
  font-size: 10px;
  margin-left: 40px;
}

.section_title {
  color: #9A9B01;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 5px;
  text-transform: uppercase;
  background: url("/img/th_gradient.png") repeat-x scroll center top #DDE38B;
  border: 1px solid #E5E5B3;
}

.section {
  background: #F4F6DE url("/img/tab_gradient.jpg") repeat-x;
  overflow: hidden;
  padding: 15px;
  border: 1px solid #E5E5B3;
  margin-bottom: 10px;
}

.well {
  overflow: hidden;
}

.pending {
  cursor: default;
}

.rankedUserGoals .goalRank {
  color: #b40000;
  font-weight: 700;
  font-size: 1.5rem;
}
.rankedUserGoals .goalRank.goalRankDisabled {
  color: #959595;
  opacity: 0.5;
}
.rankedUserGoals .goalCard {
  flex-basis: 100%;
}
.rankedUserGoals .registrationGoalHandle {
  font-size: 1.5rem;
  color: #b40000;
  cursor: pointer;
}

/* Groups index */
.usergroup-listing .usergroup-card {
  height: 100%;
}

/* Affinity Group */
.memberList {
  flex-wrap: wrap;
}

#dashboard .course-type-header {
  text-transform: uppercase;
  font-weight: bold;
}
#dashboard .verticle-spacer .progress {
  height: 100%;
  background-color: transparent;
}
#dashboard .verticle-spacer .progress .p-icon {
  display: flex;
  margin: auto;
}
#dashboard .verticle-spacer .progress .p-line {
  flex-grow: 2;
  width: 0;
  border-right: 1px solid #151b2622;
  margin: auto;
}
#dashboard .verticle-spacer .progress .p-line.hidden {
  border-right: none;
}
#dashboard .verticle-spacer .progress .p-line.top {
  flex-grow: 6;
  margin-bottom: 0.6rem;
}
#dashboard .verticle-spacer .progress .p-line.bottom {
  flex-grow: 9;
  margin-top: 0.6rem;
}
#dashboard #moreTools p {
  font-size: 1.0625rem;
}
#dashboard #moreTools p strong {
  font-weight: 700;
}
