












































  /* The Close Button */
.close[data-v-0783e2d4] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position:relative;
    top: -20px
}
.close[data-v-0783e2d4]:hover,
.close[data-v-0783e2d4]:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr audio,
.plyr iframe,
.plyr video {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}
.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui ::after,
.plyr--full-ui ::before {
  box-sizing: inherit;
}
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}
.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}
.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}
.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(10px * 2);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(10px * -4));
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}
.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}
.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(10px * 0.7);
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after,
a.plyr__control::before {
  display: none;
}
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}
.plyr--full-ui ::-webkit-media-controls {
  display: none;
}
.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(10px / 4);
  margin-left: calc(var(--plyr-control-spacing, 10px)/4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(10px / 4);
  padding-left: calc(var(--plyr-control-spacing, 10px)/4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(10px / 2);
  padding: 0 calc(var(--plyr-control-spacing, 10px)/2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}
.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
  display: none;
}
.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}
.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: '';
  height: 0;
  position: absolute;
  right: calc(((18px / 2) + calc(10px * 0.7)) - (4px / 2));
  right: calc(((var(--plyr-control-icon-size, 18px)/2) + calc(var(--plyr-control-spacing, 10px) * 0.7)) - (var(--plyr-menu-arrow-size, 4px)/2));
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: calc(10px * 0.7);
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding-bottom: calc(calc(10px * 0.7)/1.5);
  padding-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7)/1.5);
  padding-left: calc(calc(10px * 0.7) * 1.5);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding-right: calc(calc(10px * 0.7) * 1.5);
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding-top: calc(calc(10px * 0.7)/1.5);
  padding-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7)/1.5);
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(10px * 0.7) * 4);
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: calc((calc(10px * 0.7) * 1.5) - 4px);
  right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(10px * 0.7);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(10px * 0.7)/2);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7)/2);
  padding-left: calc(calc(10px * 0.7) * 4);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - (calc(10px * 0.7) * 2));
  width: calc(100% - (calc(var(--plyr-control-spacing, 10px) * 0.7) * 2));
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: calc((calc(10px * 0.7) * 1.5) - 4px);
  left: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: '';
  height: 1px;
  left: 0;
  margin-top: calc(calc(10px * 0.7)/2);
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7)/2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(10px * 0.7);
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after,
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(10px * 0.7) - 2) * -1);
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2) * -1);
  overflow: hidden;
  padding-left: calc(calc(10px * 0.7) * 3.5);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}
.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: calc(13px * 2);
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #00b3ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: calc((3px * 2) + 13px);
  height: calc((var(--plyr-range-thumb-active-shadow-width, 3px) * 2) + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
  margin-top: calc(((13px - 5px)/2) * -1);
  margin-top: calc(((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2) * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}
.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}
.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(10px / 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px)/2) * 2);
  opacity: 0;
  padding: calc(10px / 2) calc(calc(10px / 2) * 1.5);
  padding: calc(var(--plyr-control-spacing, 10px)/2) calc(calc(var(--plyr-control-spacing, 10px)/2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(4px * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}
.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc((18px / 2) + calc(10px * 0.7));
  left: calc((var(--plyr-control-icon-size, 18px)/2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc((18px / 2) + calc(10px * 0.7));
  right: calc((var(--plyr-control-icon-size, 18px)/2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%);
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}
.plyr__progress {
  left: calc(13px * 0.5);
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: calc(13px * -0.5);
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(13px * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}
.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc((5px / 2) * -1);
  margin-top: calc((var(--plyr-range-track-height, 5px)/2) * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, 0.6) 50%, rgba(35, 40, 47, 0.6) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}
.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}
.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}
.plyr__volume input[type=range] {
  margin-left: calc(10px / 2);
  margin-left: calc(var(--plyr-control-spacing, 10px)/2);
  margin-right: calc(10px / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px)/2);
  position: relative;
  z-index: 2;
}
.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}
.plyr--audio {
  display: block;
}
.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}
.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}
.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}
.plyr--video {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}
.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
}
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}
.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(10px / 2);
  padding: calc(var(--plyr-control-spacing, 10px)/2);
  padding-top: calc(10px * 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(10px * 3.5);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}
.plyr__control--overlaid {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(10px * 1.5);
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  opacity: 1;
}
.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}
.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0!important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen {
  background: #000;
  border-radius: 0!important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0!important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0!important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-moz-full-screen video {
  height: 100%;
}
.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0!important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0!important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads::after:empty {
  display: none;
}
.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: calc(var(--plyr-range-track-height, 5px)/2 * -1) 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}
.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(10px / 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px)/2) * 2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(4px * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: calc(3px - 1px);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: calc(3px - 1px);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}
.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr--no-transition {
  transition: none !important;
}
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0!important;
  height: 1px!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px !important;
}
.plyr [hidden] {
  display: none !important;
}
@font-face {
  font-family: 'OpenSans';
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  src: url("/static/fonts/subsetted/OpenSans-Regular-subset.a5e39c274e2f.woff2") format('woff2'), url("/static/fonts/subsetted/OpenSans-Regular-subset.zopfli.f3bfdd82b5f1.woff") format('woff'), url("/static/fonts/subsetted/OpenSans-Regular-subset.924ab0c4fdbe.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans';
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  src: url("/static/fonts/subsetted/OpenSans-Italic-subset.3e941df1a45e.woff2") format('woff2'), url("/static/fonts/subsetted/OpenSans-Italic-subset.zopfli.acb5bdf0a01c.woff") format('woff'), url("/static/fonts/subsetted/OpenSans-Italic-subset.71427c64b5cf.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans';
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  src: url("/static/fonts/subsetted/OpenSans-Bold-subset.6090035fcf32.woff2") format('woff2'), url("/static/fonts/subsetted/OpenSans-Bold-subset.zopfli.a01e76d521f3.woff") format('woff'), url("/static/fonts/subsetted/OpenSans-Bold-subset.490a74b818dd.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans';
  font-weight: bold;
  font-style: italic;
  font-stretch: normal;
  src: url("/static/fonts/subsetted/OpenSans-BoldItalic-subset.77e5165bf3a0.woff2") format('woff2'), url("/static/fonts/subsetted/OpenSans-BoldItalic-subset.zopfli.397dd7eb4c10.woff") format('woff'), url("/static/fonts/subsetted/OpenSans-BoldItalic-subset.60f5158bb7c7.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  src: url("/static/fonts/subsetted/Oswald-Light-subset.c5b25cac7814.woff2") format('woff2'), url("/static/fonts/subsetted/Oswald-Light-subset.zopfli.c0f316b98769.woff") format('woff'), url("/static/fonts/subsetted/Oswald-Light-subset.1680c3489c18.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  src: url("/static/fonts/subsetted/Oswald-Regular-subset.c411343b02ce.woff2") format('woff2'), url("/static/fonts/subsetted/Oswald-Regular-subset.zopfli.744e24fe662b.woff") format('woff'), url("/static/fonts/subsetted/Oswald-Regular-subset.7adc17c058f0.ttf") format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Oswald';
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  src: url("/static/fonts/subsetted/Oswald-SemiBold-subset.f340ed5e4940.woff2") format('woff2'), url("/static/fonts/subsetted/Oswald-SemiBold-subset.zopfli.726c6dd9972d.woff") format('woff'), url("/static/fonts/subsetted/Oswald-SemiBold-subset.61d235066885.ttf") format('truetype');
  font-display: swap;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/*b,
strong {
  font-weight: bolder;
}*/
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
[disabled] {
  cursor: not-allowed;
}
input[disabled],
textarea[disabled] {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
form {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
input,
textarea,
select {
  font-family: inherit;
}
fieldset {
  display: block;
  margin-top: 2rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  border-width: 0;
}
legend {
  font-size: 1.2em;
  width: 100%;
  margin-bottom: 1.5em;
  padding-bottom: 0.25em;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
input,
textarea {
  padding: 0.4em 0.6em;
  line-height: inherit;
  width: 100%;
  border: 2px solid #ccc;
  border-radius: 0;
  transition: border 0.15s;
}
input:focus,
textarea:focus {
  border-color: #333;
}
.error input,
.error textarea {
  border-color: #b12e17;
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  width: auto;
  opacity: 0;
}
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}
select {
  line-height: 1.6;
  padding: 0.4em 1.75em 0.4em 0.6em;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
select::-ms-expand {
  display: none;
}
select > option {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-appearance: menulist-button;
}
select > option::after {
  position: absolute;
  display: block;
  content: attr(value string);
}
label {
  position: relative;
  display: inline-block;
  margin-bottom: 0.25em;
  width: 100%;
  line-height: inherit;
  border-top: 2px solid transparent;
}
.error label {
  color: #b12e17;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  padding-left: 2em;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  position: absolute;
  display: block;
  content: '';
  top: 0.2rem;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #b2b2b2;
  transition: border-color 0.15s;
}
input[type="checkbox"]:focus + label::before,
input[type="radio"]:focus + label::before {
  border-color: #333;
}
input[type="radio"] + label::before {
  border-radius: 50%;
}
input[type="checkbox"] + label::after,
input[type="radio"] + label::after {
  position: absolute;
  display: block;
  content: '';
  opacity: 0;
  transition: opacity 0.1s;
}
input[type="checkbox"]:checked + label::after {
  opacity: 1;
  top: -0.15em;
  left: 0.5em;
  width: 0.7rem;
  height: 1.2rem;
  border: solid #333;
  border-width: 0 0.3em 0.3em 0;
  transform: rotate(45deg);
}
input[type="radio"]:checked + label::after {
  opacity: 1;
  top: 0.2rem;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 0.3em solid transparent;
  background-clip: content-box;
  background-color: #333;
}
label small {
  font-style: italic;
  color: #999;
}
.label-radio {
  display: block;
  width: auto;
  padding-top: 0;
  text-align: left;
}
.label-radio input {
  width: auto;
  margin-right: 0.5em;
}
.label-radio--inline {
  display: inline-block;
}
.form-group {
  margin-bottom: 1.25rem;
}
.input-group {
  position: relative;
  display: inline-block;
  width: 100%;
}
.form-error {
  display: block;
  font-size: 0.9rem;
  margin-top: 0.25em;
  font-style: italic;
  color: #b12e17;
}
.dark-bg .form-error {
  color: #fff;
}
.input--short {
  max-width: 20em;
}
@media screen and (min-width: 35rem) {
  .form-group--horiz-align {
    margin-left: 31%;
    margin-left: calc(30% + 1em);
  }
  .form-group--horiz .input-group {
    display: inline-block;
    vertical-align: top;
    width: 65%;
  }
  .form-group--horiz label {
    vertical-align: top;
    width: 30%;
    margin-right: 1em;
    padding-top: 0.4em;
    text-align: right;
  }
  .btn-align {
    display: block;
  }
}
img {
  max-width: 100%;
  vertical-align: middle;
}
a {
  position: relative;
  z-index: 1;
  word-break: break-word;
  word-wrap: break-word;
  text-decoration: none;
  color: #256492;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  transition-duration: 0.15s;
  transition-property: color, box-shadow;
  box-shadow: inset 0 -2px 0 0 #b8c5db;
}
a:hover,
a:focus,
a:active {
  box-shadow: inset 0 -2px 0 0 #748db9;
}
a[href^="tel"] {
  box-shadow: none;
}
a.light {
  color: #fff;
  box-shadow: inset 0 -2px 0 0 #748db9;
}
a.light:hover,
a.light:focus,
a.light:active {
  box-shadow: inset 0 -2px 0 0 #b8c5db;
}
[href*="https://"],
[href*="http://"] {
  padding-right: 0.9em;
  background-image: url("/static/images/icons/icon-external-blue.980f75dca2a6.svg");
  background-repeat: no-repeat;
  background-size: 0.75em;
  background-position: right 45%;
}
[href*="https://"].light,
[href*="http://"].light {
  background-image: url("/static/images/icons/icon-external-white.04bf84291b40.svg");
}
[href^="tel"] {
  white-space: nowrap;
}
.c-link-boxes__heading {
  text-align: center;
}
.c-link-boxes__page-link {
  display: block;
  width: 100%;
  margin-top: 1.5em;
  text-align: center;
}
.c-link-boxes {
  font-size: 0.85em;
  list-style: none;
  margin: 0;
}
.c-link-box {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
}
.c-link-box__link {
  display: block;
  margin: 0.5em 0;
  padding: 1em 1em 1.25em;
  color: hsl(0, 0%, 20%);
  border: 1px solid #fff;
  background-image: none;
  background-color: hsl(0, 0%, 95%);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: translateY(0);
}
.c-link-box__link:hover,
.c-link-box__link:focus,
.c-link-box__link:active {
  color: hsl(0, 0%, 20%);
  box-shadow: none;
  border-color: #ccc;
  background-color: #fff;
  box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
  transform: translateY(-0.2em);
}
.c-link-box__img {
  display: block;
  margin: -1em -1em 1em;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 3px solid #fff;
  border-width: 0 0 3px;
}
.c-link-box__img.link-box-pdf-bg {
  background-position: center top 1em;
  background-color: hsl(0, 0%, 88%);
  background-size: 80%;
}
.c-link-box__img.c3p_as_witness_intervener {
  background-image: url("/static/images/content/C3PAsWitness-Intervener.d97fca15e7cf.jpg");
}
.c-link-box__img.c3p_legal_overviews {
  background-image: url("/static/images/content/C3PLegalOverviews.efc372e95ba8.jpg");
}
.c-link-box__img.case_law_updates {
  background-image: url("/static/images/content/CaseLawUpdates.3364cfb8b795.jpg");
}
.c-link-box__img.community_impact_statements {
  background-image: url("/static/images/content/CommunityImpactStatements.3f049ec0779d.jpg");
}
.c-link-box__img.court_advocacy {
  background-image: url("/static/images/content/CourtAdvocacy.318b651009d3.jpg");
}
.c-link-box__img.external_resources {
  background-image: url("/static/images/content/ExternalResources.7842cba12ed4.jpg");
}
.c-link-box__img.legal_research_projects {
  background-image: url("/static/images/content/LegalResearchProjects.c4619b0f3490.jpg");
}
.c-link-box__img.news {
  background-image: url("/static/images/content/News.7a53b19a45f9.jpg");
}
.c-link-box__img.resources_from_crowns {
  background-image: url("/static/images/content/ResourcesFromCrownAttorneys.d15c9df7e819.jpg");
}
.c-link-box__img.training_other {
  background-image: url("/static/images/content/OtherProfessionalDevelopment.c1b18255ad21.jpg");
}
.c-link-box__img.training_videos {
  background-image: url("/static/images/content/TraumaInformedApproach-Videos.52f9e88ef83d.jpg");
}
.c-link-box__img.victim_impact_statements {
  background-image: url("/static/images/content/VictimImpactStatements.9c780dbddeab.jpg");
}
.c-link-box__img--tall {
  padding-bottom: 65%;
}
.c-link-box__img--news {
  padding-bottom: 68%;
}
.c-link-box__heading-wrapper + p {
  padding-top: 0.65em;
  margin-top: 0.65em;
  border-top: 1px solid #ccc;
}
.c-link-box__heading-wrapper + p:empty {
  border-width: 0;
}
.c-link-box__heading {
  margin-bottom: 0;
  font-weight: normal;
}
.c-link-box__link-info {
  margin-top: 0.5em;
  font-size: 0.85em;
  font-style: italic;
}
.c-link-box__desc {
  margin-bottom: 0;
}
.c-link-box__desc > p:last-child {
  margin-bottom: 0;
}
.c-link-box__time {
  display: block;
  font-weight: normal;
  font-size: 0.85em;
  margin: 0.5em 0 0.35em;
}
@media screen and (min-width: 34em) {
  .c-link-box {
    width: 48%;
  }
  .c-link-box__link {
    margin: 0.25em;
  }
}
@media screen and (min-width: 40em) {
  .c-link-boxes__heading {
    text-align: left;
  }
  .c-link-boxes__page-link {
    position: absolute;
    margin-top: 0;
    top: 0;
    right: 0;
    width: auto;
  }
}
@media screen and (min-width: 60em) {
  .c-link-boxes--narrow .c-link-box {
    width: 32%;
  }
}
@supports (display: grid) {
  .c-link-boxes {
    display: grid;
    grid-gap: 1.5em;
    grid-template-columns: 1fr;
  }
  .c-link-boxes--narrow {
    grid-template-columns: repeat(auto-fill, minmax(14em, 1fr));
  }
  .c-link-box,
  .c-link-boxes--narrow .c-link-box {
    width: auto;
  }
  .c-link-box__link {
    height: 100%;
    margin: 0;
  }
  @media screen and (min-width: 30em) {
    .c-link-boxes {
      grid-template-columns: repeat(auto-fill, minmax(18em, 1fr));
    }
    .c-link-boxes--narrow {
      grid-template-columns: repeat(auto-fill, minmax(14em, 1fr));
    }
  }
}
html {
  font-size: 100%;
  font-size: calc(1em + 1.1 * ((100vw - 500px) / 500) );
  line-height: 1.55;
  height: 100%;
}
body {
  position: relative;
  font-family: OpenSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: hsl(0, 0%, 20%);
  display: flex;
  flex-direction: column;
  height: 100%;
}
body.nav-menu-open {
  overflow: hidden;
}
section {
  position: relative;
}
b,
strong {
  font-weight: bold;
}
i,
em,
cite {
  font-style: italic;
}
sup {
  font-size: 0.7em;
  text-transform: lowercase;
}
abbr {
  text-decoration: none;
  border-bottom: none;
}
abbr[title] {
  cursor: help;
  -webkit-text-decoration: underline dotted #999;
          text-decoration: underline dotted #999;
}
address {
  font-style: normal;
}
button {
  font-family: inherit;
  word-break: break-word;
  word-wrap: break-word;
  cursor: pointer;
}
hr {
  margin: 2rem 0;
  height: 0;
  border: solid #ccc;
  border-width: 1px 0 0;
}
hr.rule--light {
  border-color: #fff;
}
hr.rule--dark {
  border-color: #4d4d4d;
}
hr.rule--less-margin {
  margin: 1.25rem 0;
}
pre {
  overflow-x: scroll;
}
figure.table-container {
  margin: 2em 0;
  padding: 0;
  max-width: 100%;
  overflow-x: scroll;
}
figure.table-container > table {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dd,
p,
figure,
pre,
table,
fieldset,
address,
blockquote {
  margin-top: 0;
  margin-bottom: 1.25rem;
}
a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
button > span {
  pointer-events: none;
}
ol,
ul {
  padding-left: 0;
  margin-left: 1.5em;
  margin-left: calc(1.5em + 1 * ((100vw - 300px) / 200));
}
blockquote {
  position: relative;
  margin: 0 1em 2em 1em;
  padding: 0.5em 0 0.5em 1.5em;
  border: solid #ccc;
  border-width: 0 0 0 0.25em;
}
blockquote::before {
  position: absolute;
  display: block;
  font-family: Oswald, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-style: normal;
  content: '\201C';
  font-size: 2.25em;
  top: 0.2em;
  left: -0.4em;
  width: 0.7em;
  height: 0.7em;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: #ccc;
  border-radius: 50%;
}
blockquote.lg::before {
  font-size: 3em;
}
blockquote footer {
  display: block;
  padding-left: 3em;
  text-indent: -1.1em;
  font-style: italic;
}
blockquote cite {
  font-style: normal;
}
dd {
  margin-left: calc(1rem + 2 * ((100vw - 300px) / 200));
}
.small {
  font-size: 0.85em;
}
::-moz-selection {
  color: #fff;
  background-color: #256492;
  text-shadow: none;
}
::selection {
  color: #fff;
  background-color: #256492;
  text-shadow: none;
}
* + h1,
* + h2 {
  margin-top: 0.75em;
}
* + h3,
* + h4 {
  margin-top: 1em;
}
h1 + h1,
h1 + h2,
h2 + h2,
h2 + h3,
h3 + h3,
h3 + h4,
h4 + h4 {
  margin-top: 0;
}
h1,
.h1 {
  font-family: Oswald, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-size: 2.7em;
  font-size: calc(2.4em + 1.6 * ((100vw - 300px) / 200));
  font-weight: 300;
}
h2,
.h2 {
  font-family: Oswald, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-size: 2.3em;
  font-size: calc(2em + 1.1 * ((100vw - 300px) / 200));
  font-weight: 300;
}
.h2-sm {
  font-family: Oswald, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-size: 1.8em;
  font-size: calc(1.7em + 1.1 * ((100vw - 300px) / 200));
  font-weight: 300;
}
h3,
.h3 {
  font-family: Oswald, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.3;
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: 0.01em;
}
h4,
.h4 {
  font-family: Oswald, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.4;
  font-size: 1.2em;
  font-weight: normal;
  letter-spacing: 0.01em;
}
h5,
.h5 {
  font-family: Oswald, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.01em;
}
h6,
.h6 {
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
}
table {
  margin: 2em 0;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}
tr {
  border: solid #ccc;
  border-width: 1px 0 0;
}
table:not(.no-bottom-border) tr:last-of-type {
  border-width: 1px 0;
}
table:not(.no-stripes) tr:nth-child(2n + 2) {
  background-color: hsla(0, 0%, 0%, 0.05);
}
th,
td {
  padding: 0.75em 0.5em;
  vertical-align: baseline;
}
th.keep-wide,
td.keep-wide {
  min-width: 11em;
}
th {
  background-color: hsla(0, 0%, 0%, 0.05);
}
td {
  border-top: 1px solid #ccc;
}
td > :last-child {
  margin-bottom: 0;
}
.l-main-content {
  display: block;
  z-index: 0;
  flex: 1 0 auto;
  min-height: 15em;
  box-shadow: inset 0 4em 3em -4em rgba(0, 0, 0, 0.2);
}
.l-content-block {
  position: relative;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
  padding: 2.5em 1em 3em;
  padding-left: calc(1rem + 2 * ((100vw - 300px) / 200));
  padding-right: calc(1rem + 2 * ((100vw - 300px) / 200));
}
.l-content-block::after {
  content: '';
  display: table;
  clear: both;
}
.l-content-block--flat {
  padding-top: 0;
  padding-bottom: 0;
}
.l-content-block--wide {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}
.l-reading-width {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}
.l-reading-width--narrow {
  max-width: 28rem;
}
.l-reading-width--centre,
.l-reading-width--center {
  margin-left: auto;
  margin-right: auto;
}
.l-reading-width--right {
  margin-left: auto;
}
.l-breakout {
  margin-left: calc(45% - 45vw);
  margin-right: calc(45% - 45vw);
}
.l-grid {
  margin: 2em 0 2.5em;
  list-style: none;
}
.l-grid__item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0.75em;
  width: 100%;
}
@media screen and (min-width: 38em) {
  .l-grid__item {
    width: 49%;
  }
}
@media screen and (min-width: 30em) {
  .l-grid--3up .l-grid__item {
    width: 49%;
  }
}
@media screen and (min-width: 64em) {
  .l-grid--3up .l-grid__item {
    width: 32%;
  }
}
@media screen and (min-width: 26em) {
  .l-grid--4up .l-grid__item {
    width: 49%;
  }
}
@media screen and (min-width: 60em) {
  .l-grid--4up .l-grid__item {
    width: 25%;
  }
}
@supports (display: grid) {
  .l-grid {
    display: grid;
    grid-gap: 1.75em;
    grid-template-columns: repeat(auto-fit, minmax(18em, 1fr));
  }
  .l-grid--3up {
    grid-gap: 1.5em;
    grid-template-columns: repeat(auto-fit, minmax(12em, 1fr));
  }
  .l-grid--4up {
    grid-gap: 1.25em;
    grid-template-columns: repeat(auto-fit, minmax(9em, 1fr));
  }
  .l-grid__item,
  .l-grid--3up .l-grid__item,
  .l-grid--4up .l-grid__item {
    padding: 0;
    width: auto;
  }
}
.site-header {
  position: relative;
  z-index: 5;
  display: block;
  flex: 0 0 auto;
  width: 100%;
  padding-top: 0.5em;
  background-color: #fff;
  border: solid #499338;
  border-width: 0 0 0.25em;
}
.header-logo-login {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.c3p-header-logo {
  flex: 1 1 auto;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding-right: 1em;
  box-shadow: none;
}
.c3p-header-logo:hover,
.c3p-header-logo:focus,
.c3p-header-logo:active {
  box-shadow: none;
}
.c3p-header-logo__img {
  display: block;
  width: 100%;
  max-width: 24em;
  margin-left: -0.2em;
  min-height: 2em;
  max-height: 5em;
}
.login-wrapper {
  flex: 0 0 auto;
}
@media screen and (min-width: 21em) {
  .site-header {
    padding: 1em 0 0.25em;
  }
}
@media screen and (min-width: 34em) {
  .site-header {
    padding: 1em 0 0;
    margin-bottom: 0.8rem;
    border-width: 0;
  }
  .site-header::before,
  .site-header::after {
    position: absolute;
    display: block;
    content: '';
    bottom: -0.8rem;
    height: 0.8rem;
  }
  .site-header::before {
    width: 100%;
    background-color: #499338;
  }
  .site-header::after {
    right: 0;
    background-color: #256492;
  }
  .header-logo-login {
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 65em) {
  .site-header::after {
    width: calc( ((100vw - 60rem) / 2) + 4rem );
  }
}
.site-footer {
  display: block;
  flex: 0 0 auto;
  color: #fff;
  background-color: #333;
}
.site-footer a {
  color: #fff;
}
.c-accordion {
  list-style: none;
  margin: 2em 0;
}
.c-accordion__item {
  display: block;
  margin-left: 0;
  border-top: 1px solid #ccc;
}
.c-accordion__item::after {
  content: '';
  display: table;
  clear: both;
}
.c-accordion__item:last-of-type {
  border-bottom: 1px solid #ccc;
}
.has-js .c-accordion__item.is-open .c-accordion__heading::after {
  transform: rotate(-90deg);
}
.c-accordion__heading {
  position: relative;
  display: block;
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 0;
  padding: 0.75em 2em 1em 0.75em;
  transition: color 0.15s;
}
.c-accordion__heading:hover,
.c-accordion__heading:focus,
.c-accordion__heading:active,
.has-js .is-open .c-accordion__heading {
  color: #3a89ba;
}
.c-accordion--green .c-accordion__heading:hover,
.c-accordion--green .c-accordion__heading:focus,
.c-accordion--green .c-accordion__heading:active,
.has-js .c-accordion--green .is-open .c-accordion__heading {
  color: #499338;
}
.has-js .c-accordion__heading {
  cursor: pointer;
}
.has-js .c-accordion__heading::after {
  position: absolute;
  display: block;
  content: '';
  width: 1.4em;
  height: 1.4em;
  background-repeat: no-repeat;
  background-position: 60% center;
  border-radius: 50%;
  font-size: 0.85em;
  background-color: #fff;
  background-image: url("/static/images/icons/icon-triangle.3dd5b7559bef.svg");
  background-size: 0.5em;
  top: 1em;
  right: 0.5em;
  transform: rotate(90deg);
  transition: transform 0.25s;
}
.has-js .c-accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
}
.c-accordion__body-inner {
  padding: 0.75em 1rem 1em;
}
.block-link {
  position: relative;
  display: inline-block;
  padding: 0.5em 2.75em 0.5em 1.25em;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  box-shadow: none;
  color: #fff;
  background-image: none;
  background-color: #333;
  transition: background-color 0.15s;
}
.block-link:hover,
.block-link:focus,
.block-link:active {
  box-shadow: none;
  background-color: #666;
}
.block-link:hover::after,
.block-link:focus::after,
.block-link:active::after {
  right: 0.55em;
}
.block-link::after {
  position: absolute;
  display: block;
  content: '';
  width: 1.4em;
  height: 1.4em;
  background-repeat: no-repeat;
  background-position: 60% center;
  border-radius: 50%;
  font-size: 1em;
  background-color: #fff;
  background-image: url("/static/images/icons/icon-triangle.3dd5b7559bef.svg");
  background-size: 0.55em;
  top: 50%;
  right: 0.7em;
  transform: translateY(-50%);
  transition: right 0.15s;
}
.block-link--simple {
  padding: 0.5em 1.25em;
}
.block-link--simple::after {
  content: none;
}
.block-link--sm {
  font-size: 0.85em;
}
.block-link--lg {
  font-size: 1.25em;
}
.block-link--full {
  width: 100%;
}
.block-link--light {
  color: #333;
  background-color: #fff;
  line-height: 1.25;
}
.block-link--light:hover,
.block-link--light:focus,
.block-link--light:active {
  background-color: #e5e5e5;
}
.block-link--light::after {
  position: absolute;
  display: block;
  content: '';
  width: 1.4em;
  height: 1.4em;
  background-repeat: no-repeat;
  background-position: 60% center;
  border-radius: 50%;
  font-size: 1em;
  background-color: #333;
  background-image: url("/static/images/icons/icon-triangle-white.b42a416ee96b.svg");
  background-size: 0.5em;
}
.block-link--blue {
  background-color: #256492;
}
.block-link--blue:hover,
.block-link--blue:focus,
.block-link--blue:active {
  background-color: #3a89ba;
}
.block-link--green {
  background-color: #499338;
}
.block-link--green:hover,
.block-link--green:focus,
.block-link--green:active {
  background-color: #68af4e;
}
.block-link--red {
  background-color: #b12e17;
}
.block-link--red:hover,
.block-link--red:focus,
.block-link--red:active {
  background-color: #e0422d;
}
.btn {
  display: inline-block;
  width: auto;
  padding: 0.425em 0.8em;
  border-width: 0;
  border-radius: 0.25rem;
  box-shadow: none;
  background-color: #333;
  color: #fff;
  transition: background-color 0.15s, color 0.15s;
}
.btn:hover,
.btn:focus {
  box-shadow: none;
  background-color: #737373;
}
.btn:active {
  box-shadow: none;
  background-color: #4d4d4d;
}
.btn--sm {
  font-size: 0.85em;
}
.btn--lg {
  font-size: 1.25em;
}
.btn--light {
  background-color: #e5e5e5;
  color: #333;
}
.btn--light:hover,
.btn--light:focus {
  background-color: #ccc;
}
.btn--light:active {
  background-color: #999;
  color: #fff;
}
.btn--white {
  background-color: #fff;
  color: #333;
}
.btn--white:hover,
.btn--white:focus {
  background-color: #d8d8d8;
}
.btn--white:active {
  background-color: #ccc;
}
.btn--primary {
  background-color: #256492;
}
.btn--primary:hover,
.btn--primary:focus {
  background-color: #3a89ba;
}
.btn--primary:active {
  background-color: #154977;
}
.btn--success {
  background-color: #499338;
}
.btn--success:hover,
.btn--success:focus {
  background-color: #68af4e;
}
.btn--success:active {
  background-color: #31772a;
}
.btn--warning {
  background-color: #b12e17;
}
.btn--warning:hover,
.btn--warning:focus {
  background-color: #e0422d;
}
.btn--warning:active {
  background-color: #851002;
}
.btn--primary-ghost {
  background-color: transparent;
  color: #256492;
  border: 1px solid #3a89ba;
}
.btn--primary-ghost:hover,
.btn--primary-ghost:focus {
  background-color: transparent;
  color: #3a89ba;
  border-color: #3a89ba;
}
.btn--primary-ghost:active {
  background-color: transparent;
  color: #256492;
}
.btn--success-ghost {
  background-color: transparent;
  color: #31772a;
  border: 1px solid #499338;
}
.btn--success-ghost:hover,
.btn--success-ghost:focus {
  background-color: transparent;
  color: #499338;
  border-color: #499338;
}
.btn--success-ghost:active {
  background-color: transparent;
  color: #31772a;
}
.callout {
  display: block;
  margin-top: 0;
  margin-bottom: 1.25rem;
  padding: 1.25rem 1.5rem 1.5rem;
  background-color: #f2f2f2;
}
.callout :last-child {
  margin-bottom: 0;
}
.callout--attention {
  border: 2px solid #851002;
  color: #851002;
  background-color: #ffefed;
}
.callout--ctip {
  position: relative;
  color: #005e9d;
  background-color: transparent;
  border: solid #005e9d;
  border-width: 2px 0;
}
.callout--ctip::before,
.callout--ctip::after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  right: 0;
  height: 1px;
  background-color: #0088cb;
}
.callout--ctip::before {
  top: -4px;
}
.callout--ctip::after {
  bottom: -4px;
}
.c-dl-inline dt {
  float: left;
  font-weight: bold;
  margin-right: 0.35em;
}
.c-dl-inline dd {
  margin-left: 0;
}
.c-download-buttons {
  margin: 0.5em 0 1.5em;
  padding: 0.5em 0;
  border: solid #ccc;
  border-width: 1px 0;
  text-align: center;
}
.c-download-buttons--simple {
  margin: 0 0 1em;
  padding: 0;
  border-width: 0;
}
.c-download-button {
  display: block;
  margin: 0.75em auto;
  padding: 0.5em 0.75em;
  max-width: 24em;
  text-align: center;
  border: 1px solid #fff;
  background-color: #f2f2f2;
  background-image: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transform: translateY(0);
  transition: border-color 0.1s, background-color 0.15s, transform 0.15s, box-shadow 0.25s;
}
.c-download-button:hover,
.c-download-button:focus,
.c-download-button:active {
  border-color: #ccc;
  background-color: #fff;
  box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
  transform: translateY(-0.2em);
}
.c-download-button:hover .c-download-button__dl-text,
.c-download-button:focus .c-download-button__dl-text,
.c-download-button:active .c-download-button__dl-text {
  background-color: #256492;
}
.c-download-button .icon {
  margin-right: -0.5em;
}
.c-download-button--site-banner {
  margin: 0;
  width: 100%;
  max-width: none;
}
.c-download-button__img-wrapper {
  display: block;
}
.c-download-button__img {
  display: none;
  margin: 0.5em auto 0.3em;
  box-shadow: 0 0.05em 0.1em 0.05em rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 10em;
  max-height: 10em;
}
.c-download-button--site-banner .c-download-button__img {
  display: block;
  max-width: 100%;
}
.c-download-button__dl-text {
  display: block;
  width: 100%;
  background-color: rgba(37, 100, 146, 0.6);
  color: #fff;
  padding: 0.25em 0.5em;
  font-size: 0.85em;
  text-transform: uppercase;
  font-style: italic;
  transition: background-color 0.15s;
}
.c-download-button__outer-desc {
  font-size: 0.8em;
  margin: 0 1px 1px;
  padding: 0.75em 0.75em 0.5em;
  text-align: left;
  border: solid #f2f2f2;
  border-width: 1px;
}
@media screen and (min-width: 20em) {
  .c-download-button {
    display: inline-block;
    vertical-align: top;
    margin: 0.75em 0.6em;
    padding: 0.75em 1em;
    min-width: 9.5em;
    max-width: 11.5em;
  }
  .c-download-button--site-banner {
    margin: 0;
    min-width: none;
    max-width: none;
  }
  .c-download-button__img-wrapper {
    display: inline-block;
  }
  .c-download-button__img {
    display: block;
  }
  .c-download-button__dl-text {
    font-size: 0.7em;
  }
  .c-download-button__desc {
    display: block;
    font-size: 0.85em;
    margin: 0.5em 0 0.25em;
  }
}
.c-footnotes {
  font-size: 0.85em;
  margin-top: 1.5em;
  margin-left: 0;
  list-style: none;
}
.c-footnote {
  position: relative;
  padding: 0.65rem 0 0.75rem 1.75em;
  padding-left: calc(1.75em + 1 * ((100vw - 300px) / 200));
}
.c-footnote:target {
  animation: 2s footnote-bg;
}
@keyframes footnote-bg {
  0% {
    background-color: transparent;
  }
  5%,
  50% {
    background-color: rgba(116, 141, 185, 0.2);
  }
  100% {
    background-color: transparent;
  }
}
.c-footnote__id {
  position: absolute;
  left: 0;
  width: 1.5em;
  text-align: right;
}
.c-footnote__return {
  margin-left: 0.2em;
}
.c-footnote__ref {
  margin: 0 0.1em;
  padding: 0 0.1em;
  color: inherit;
}
.select-wrapper {
  line-height: inherit;
  width: 100%;
  border: 2px solid #d8d8d8;
  background-image: url("/static/images/icons/icon-arrow-down-grey.c7fa503d8581.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: right 0.4em center;
  transition: border 0.15s;
}
.select-wrapper.short {
  max-width: 20em;
}
.select-wrapper:focus,
.select-wrapper:focus-within {
  border-color: #333;
}
.error .select-wrapper {
  border-color: #b12e17;
}
.icon {
  display: inline-block;
  vertical-align: baseline;
  width: 1em;
  height: 1em;
  margin: 0 0.15em -0.1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.icon--lower {
  margin-bottom: -0.15em;
}
.icon--lg {
  font-size: 1.25em;
  margin: -0.05em 0 -0.2em;
}
.icon-arrow-down--grey-dark {
  background-image: url("/static/images/icons/icon-arrow-down-grey.c7fa503d8581.svg");
}
.icon-arrow-down--white {
  background-image: url("/static/images/icons/icon-arrow-down-white.0c6685a80993.svg");
}
.icon-arrow-up--white {
  background-image: url("/static/images/icons/icon-arrow-up-white.f645ca97b4a0.svg");
}
.icon-call--white {
  background-image: url("/static/images/icons/icon-call-white.54edf24bc9ea.svg");
}
.icon-cart--blue {
  background-image: url("/static/images/icons/icon-cart-blue.638f42806496.svg");
}
.icon-cart--green {
  background-image: url("/static/images/icons/icon-cart-green.c7807c66c05b.svg");
}
.icon-cart--white {
  background-image: url("/static/images/icons/icon-cart-white.2208ea762d1b.svg");
}
.icon-expand-toggle--white {
  background-image: url("/static/images/icons/icon-expand-toggle-white.d25b029fe7df.svg");
  background-size: 100%;
  background-position: 0 0;
}
.icon-menuburger--white {
  background-image: url("/static/images/icons/icon-menuburger-white.af5c64056b9b.svg");
}
.icon-search--white {
  background-image: url("/static/images/icons/icon-search-white.26debf335ccd.svg");
}
.icon-download--white {
  background-image: url("/static/images/icons/icon-download2-white.9f74aff5c530.svg");
}
.c-info-boxes {
  margin: 1em 0 2em;
}
.c-info-box {
  display: inline-block;
  vertical-align: top;
  font-size: 0.85em;
  width: 100%;
  margin-top: 2em;
}
.c-info-box :last-child {
  margin-bottom: 0;
}
.c-info-box__heading {
  font-family: Oswald, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  margin-bottom: 0.75em;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #256492;
}
.c-info-box__subheading {
  display: block;
  margin-top: 0.3em;
  font-family: OpenSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  font-weight: normal;
  color: #737373;
}
@media screen and (min-width: 40em) {
  .c-info-box {
    width: 49%;
    padding-right: 1.5em;
  }
}
@supports (display: grid) {
  .c-info-boxes {
    display: grid;
    grid-gap: 1.5em;
    grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
    margin: 2em 0;
  }
  .c-info-box {
    width: auto;
    margin-top: 0;
  }
}
.c-lead-ins {
  position: relative;
}
.c-lead-ins__heading {
  text-align: center;
}
.c-lead-ins__link-all {
  display: block;
  width: 100%;
  margin-top: 1.5em;
  text-align: center;
}
.c-lead-ins__list {
  list-style: none;
  margin: 0;
  text-align: center;
}
.c-lead-ins__item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: left;
}
.c-lead-ins__link {
  display: block;
  margin: 0.5em 0;
  padding: 1em;
  box-shadow: none;
  border: 1px solid transparent;
  background-color: #f2f2f2;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: border-color 0.15s, background-color 0.15s, box-shadow 0.25s;
}
.c-lead-ins__link:hover,
.c-lead-ins__link:focus,
.c-lead-ins__link:active {
  box-shadow: none;
  border-color: #ccc;
  background-color: #fff;
  box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
}
.c-lead-ins__img {
  display: block;
  margin-bottom: 1em;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.c-lead-ins__img.img1 {
  background-image: url("/static/images/egnews1.7461325ddbfc.jpg");
}
.c-lead-ins__img.img2 {
  background-image: url("/static/images/egnews2.aa43f6fd43bb.jpg");
}
.c-lead-ins__img.img3 {
  background-image: url("/static/images/egnews3.c150c202e908.jpg");
}
.c-lead-ins__desc {
  margin-bottom: 0;
  font-weight: bold;
}
.c-lead-ins__time {
  display: block;
  font-weight: normal;
  font-size: 0.85em;
  margin: 0.5em 0 0.35em;
}
@media screen and (min-width: 30em) {
  .c-lead-ins__item {
    width: 48%;
  }
  .c-lead-ins__link {
    margin: 0.25em;
  }
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .c-lead-ins__item--first {
    width: 100%;
  }
  .c-lead-ins__item--first .c-lead-ins__link {
    display: flex;
  }
  .c-lead-ins__item--first .c-lead-ins__img {
    flex-basis: 50%;
    padding-bottom: 25%;
    margin-right: 1.25em;
    margin-bottom: 0;
    background-position: center 5%;
  }
  .c-lead-ins__item--first .c-lead-ins__desc {
    flex-basis: 50%;
  }
  .c-lead-ins__item--first .c-lead-ins__time {
    margin-top: 0;
  }
}
@media screen and (min-width: 48em) {
  .c-lead-ins__heading {
    text-align: left;
  }
  .c-lead-ins__link-all {
    position: absolute;
    margin-top: 0;
    top: 0;
    right: 0;
    width: auto;
  }
  .c-lead-ins__item {
    width: 32%;
  }
}
@supports (display: grid) {
  .c-lead-ins__list {
    display: grid;
    grid-gap: 1.5em;
  }
  .c-lead-ins__item {
    width: auto;
  }
  .c-lead-ins__link {
    height: 100%;
    margin: 0;
  }
  @media screen and (min-width: 30em) {
    .c-lead-ins__list {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media screen and (min-width: 30em) and (max-width: 47.9375em) {
    .c-lead-ins__item--first {
      grid-column: 1 / -1;
    }
  }
  @media screen and (min-width: 48em) {
    .c-lead-ins__list {
      grid-template-columns: repeat(3, 1fr);
    }
  }
}
.list--simple {
  list-style: none;
  margin-left: 0;
}
.list--inline {
  list-style: none;
  margin-left: 0;
}
.list--inline > li {
  display: inline-block;
}
.list--spaced li {
  margin-bottom: 1.25rem;
}
.list--spaced-sm li {
  margin-bottom: 0.25em;
}
@media screen and (min-width: 26em) {
  .list--columns {
    column-count: 2;
    -moz-column-count: 2;
    column-gap: 2em;
    -moz-column-gap: 2em;
  }
  .list--columns li {
    overflow: hidden;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
.popup-outside {
  border: 5px solid #499338;
}
.popup-inside {
  padding: 20px;
}
.scroll-container-horiz {
  overflow-x: scroll;
  background: linear-gradient(to right, #ffffff, #ffffff, rgba(255, 255, 255, 0) 1rem), radial-gradient(farthest-side at 0 50%, hsla(0, 0%, 0%, 0.35), rgba(255, 255, 255, 0)), linear-gradient(to left, #ffffff, #ffffff, rgba(255, 255, 255, 0) 1rem), radial-gradient(farthest-side at 100% 50%, hsla(0, 0%, 0%, 0.35), rgba(255, 255, 255, 0)) 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-attachment: local, scroll, local, scroll;
  background-size: 100% 100%, 0.5rem 100%, 100% 100%, 0.5rem 100%;
  height: 100%;
}
.scroll-container__inner {
  margin: 0 auto;
  width: 100%;
}
video,
.c-video {
  position: relative;
  display: block;
  max-width: 100%;
}
.c-video {
  margin-bottom: 1.25rem;
}
.plyr {
  border-radius: 0.25em;
  box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
}
.plyr-overlay {
  padding: 1em;
}
@media screen and (min-width: 34em) {
  .plyr-overlay {
    position: absolute;
    z-index: 1;
    display: flex;
    padding: 0;
    top: 1em;
    left: 1em;
    bottom: 3.25em;
    width: 35%;
    font-size: 0.9em;
    opacity: 0.9;
    pointer-events: none;
  }
  .plyr-overlay > * {
    margin: auto;
  }
  .plyr-overlay * {
    pointer-events: auto;
  }
}
.c-action-feature {
  counter-reset: li;
  list-style: none;
  margin: 3em 0 0;
}
.c-action-feature__category {
  position: relative;
  display: block;
  margin-left: 0;
  margin-bottom: 2.5rem;
  padding: 6.5em 0 0;
}
.c-action-feature__category::before {
  position: absolute;
  display: block;
  content: '';
  height: 5.5em;
  top: 0;
  width: 100%;
  max-width: 20rem;
  text-align: right;
  background-color: #333;
  background-repeat: no-repeat;
  background-position: right top 0.5em;
}
.c-action-feature__heading {
  font-weight: normal;
  text-transform: uppercase;
}
.c-action-feature__category--identify .c-action-feature__heading {
  color: #333;
}
.c-action-feature__category--identify::before {
  background-color: #333;
  background-image: url("/static/images/icons/icon-ctip-exclm-white.3ee8e6257c7d.svg");
}
.c-action-feature__category--speak-up .c-action-feature__heading {
  color: #256492;
}
.c-action-feature__category--speak-up::before {
  background-color: #256492;
  background-image: url("/static/images/icons/icon-c3p-kid-white.5e71bd226f07.svg");
}
.c-action-feature__category--reach-out .c-action-feature__heading {
  color: #499338;
}
.c-action-feature__category--reach-out::before {
  background-color: #499338;
  background-image: url("/static/images/icons/icon-c3p-kid-yay-white.e9eca1703515.svg");
}
.c-action-feature__list {
  list-style: none;
  font-size: 1.2em;
  font-family: Oswald, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: 0.015em;
  margin-left: 0;
}
.c-action-feature__link {
  display: block;
  line-height: 1.4;
  padding: 0.9em 1.5em 0.9em 0;
  color: #737373;
  text-decoration: none;
  box-shadow: none;
  background-image: none;
  border-bottom: 1px solid #ccc;
}
.c-action-feature__link:hover,
.c-action-feature__link:focus,
.c-action-feature__link:active {
  box-shadow: none;
  color: #333;
}
.c-action-feature__link::after {
  position: absolute;
  display: block;
  content: '';
  top: 1.4em;
  left: auto;
  right: 0.6em;
  width: 0.6em;
  height: 0.6em;
  background-color: transparent;
  border: solid #333;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  transition: right 0.1s;
}
.c-action-feature__link:hover::after,
.c-action-feature__link:focus::after,
.c-action-feature__link:active::after {
  background-color: transparent;
  right: 0.35em;
}
.c-action-feature__link-heading {
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 0.5em;
  color: #333;
}
.c-action-feature__goto {
  font-size: 0.9em;
}
.c-action-feature__link-desc {
  font-family: OpenSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.55;
  font-size: 0.7em;
  letter-spacing: 0;
  margin-bottom: 0;
}
.c-action-feature__link--learnmore {
  font-size: 1.2em;
  color: #333;
  border-bottom: none;
}
.c-action-feature__link--learnmore::after {
  position: absolute;
  display: block;
  content: '';
  width: 1.4em;
  height: 1.4em;
  background-repeat: no-repeat;
  background-position: 60% center;
  border-radius: 50%;
  font-size: 1em;
  background-color: #333;
  background-image: url("/static/images/icons/icon-triangle-white.b42a416ee96b.svg");
  background-size: 0.45em;
  top: 0.9em;
  right: 0.15em;
  border-width: 0;
  transform: rotate(0deg);
}
.c-action-feature__link--learnmore:hover::after,
.c-action-feature__link--learnmore:focus::after,
.c-action-feature__link--learnmore:active::after {
  background-color: #333;
  right: -0.1em;
}
@media screen and (min-width: 26em) {
  .c-action-feature__category {
    padding: 0 0 0 7.5em;
  }
  .c-action-feature__category::before {
    left: 0;
    width: 6em;
    background-size: 60%;
  }
}
@media screen and (min-width: 40em) {
  .c-action-feature__category {
    display: inline-block;
    vertical-align: top;
    padding: 6.5em 0 0;
    width: 30%;
    width: calc(33.3% - 2em);
    margin-right: 3em;
    margin-bottom: 0;
  }
  .c-action-feature__category:last-of-type {
    margin-right: 0;
  }
}
.c-back-to-top {
  position: fixed;
  display: block;
  z-index: 4;
  right: 0.5em;
  bottom: 1em;
  opacity: 1;
  transition: opacity 0.15s ease;
}
.c-back-to-top.hide {
  opacity: 0;
  pointer-events: none;
}
.c-back-to-top__btn {
  display: block;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  background-image: url("/static/images/icons/icon-arrow-up-white.f645ca97b4a0.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  background-color: #499338;
  opacity: 0.6;
  box-shadow: 0 0.1em 0.35em rgba(0, 0, 0, 0.35);
  transition: opacity 0.15s;
}
.c-back-to-top__btn:hover,
.c-back-to-top__btn:focus,
.c-back-to-top__btn:active {
  opacity: 1;
  box-shadow: 0 0.05em 0.35em rgba(0, 0, 0, 0.35);
}
.breadcrumbs {
  display: block;
  flex: 0 0 auto;
  padding: 0.8em 0 0.5em;
  background-color: hsl(0, 0%, 95%);
  border-bottom: 1px solid hsl(0, 0%, 88%);
}
.breadcrumb__list {
  font-size: 0.85em;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  list-style: none;
}
.breadcrumb {
  position: relative;
  display: inline-block;
  margin: 0 0.5em 0.4em 0;
}
.breadcrumb:not(:last-of-type)::after {
  position: absolute;
  display: block;
  content: '';
  width: 0.4em;
  height: 0.4em;
  top: 0.57em;
  right: -1em;
  border: solid #748db9;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
.breadcrumb:not(:first-of-type) {
  margin-left: 1.25em;
}
.breadcrumb__icon {
  fill: #3a89ba;
}
.c-fancy-heading {
  position: relative;
  margin-bottom: 2rem;
}
.c-fancy-heading--with-img {
  margin: -2rem 0 2rem;
  margin: -2rem calc(-50vw + 50%) 2rem;
  padding: 2rem 1em 1.5em;
  padding-left: calc(1rem + 2 * ((100vw - 300px) / 200));
  padding-right: calc(1rem + 2 * ((100vw - 300px) / 200));
}
.c-fancy-heading__text {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  color: inherit;
}
.c-fancy-heading__text > :last-child {
  margin-bottom: 0;
}
.c-fancy-heading__parent-name {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.3em;
  letter-spacing: 0.025em;
}
.c-fancy-heading__img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #256492;
}
@media screen and (min-width: 40em) {
  .c-fancy-heading {
    margin: 0 0 2rem;
    padding: 0;
    border-width: 0;
    text-align: left;
  }
  .c-fancy-heading--with-img {
    margin-top: -2.5rem;
    padding: 2rem 1em 2rem;
    padding-left: calc(1rem + 2 * ((100vw - 300px) / 200));
    padding-right: calc(1rem + 2 * ((100vw - 300px) / 200));
  }
  .c-fancy-heading__img {
    left: 0;
    right: 0;
  }
}
.c-img-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.c-img-banner--dark {
  background-color: #333;
  color: #fff;
}
.c-img-banner__img {
  display: inline-block;
  height: 10em;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  order: -1;
}
.c-img-banner__img--boy-waiting-room {
  background-image: url("/static/images/nfa-stock/91ca9fae1209bb3e3e63e9a25a7c967bced30cf8-boy-waiting-room.af908597e8f4.jpg");
  background-position: 80% 35%;
  background-size: 200%;
}
.c-img-banner__img--girl-ballerina-window {
  background-image: url("/static/images/nfa-stock/585e87c95c8e160ee944804ee0416ecd38eabac1-girl-ballerina-window-cropped.acb443935009.jpg");
  background-position: center;
  background-size: contain;
  height: 14em;
}
.c-img-banner__img--child-knight-costume {
  background-image: url("/static/images/nfa-stock/895ca00f3c77a7716f0486257093df5b8b6af8b8-child-knight-costume.bf6921b5475f.jpg");
  background-position: 75% center;
  background-size: cover;
  background-color: #fff;
}
.c-img-banner__img--placeholder {
  background-image: url("/static/images/placeholder-kitten.f1d1ac8807f7.jpg");
  background-position: center;
  background-size: cover;
}
.c-img-banner__text {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1.25em;
  color: inherit;
}
@media screen and (min-width: 40em) {
  .c-img-banner__img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .c-img-banner__img--boy-waiting-room {
    background-size: cover;
  }
  .c-img-banner__img--girl-ballerina-window {
    background-size: 22em;
    background-position: 0 center;
    top: 2.5em;
    bottom: 3em;
    height: auto;
  }
  .c-img-banner__text {
    width: 55%;
    padding-top: 4em;
    padding-bottom: 4.5em;
  }
  .c-img-banner__text--right-aligned {
    width: 45%;
    margin-left: auto;
    margin-right: 3vw;
    text-align: right;
  }
  .c-img-banner--programs__text {
    width: 70%;
    padding-top: 3em;
    padding-bottom: 3.5em;
  }
}
@media screen and (min-width: 65em) {
  .c-img-banner__img--girl-ballerina-window {
    background-size: contain;
    background-position: 10% center;
  }
  .c-img-banner__text--right-aligned {
    margin-right: 4em;
  }
}
.nav-primary {
  display: block;
  font-size: 0.8em;
  margin: 0;
  list-style: none;
}
.nav-primary--header {
  display: none;
}
.nav-primary__item {
  display: inline-block;
  vertical-align: baseline;
  width: 100%;
  text-align: center;
}
.nav-primary__link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0.8em 1em;
  color: hsl(0, 0%, 20%);
  box-shadow: none;
}
.nav-primary__link::after {
  position: absolute;
  display: block;
  content: '';
  border: 0.8rem solid transparent;
  border-left-color: #499338;
  top: 50%;
  left: -1rem;
  margin-top: -0.75rem;
  opacity: 0;
  transform: translateX(0);
  transition: opacity 0.1s, transform 0.1s;
}
.nav-primary__link:hover::after,
.nav-primary__link:focus::after,
.nav-primary__link:active::after,
.nav-primary__link.active::after {
  opacity: 1;
  transform: translateX(0.5rem);
}
.nav-primary__link:hover,
.nav-primary__link:focus,
.nav-primary__link:active,
.nav-primary__link.active {
  box-shadow: none;
}
.nav-primary__link:hover .nav-primary__title,
.nav-primary__link:focus .nav-primary__title,
.nav-primary__link:active .nav-primary__title,
.nav-primary__link.active .nav-primary__title {
  color: #499338;
}
.nav-primary__title {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: Oswald, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.35em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: color 0.15s;
}
.nav-supplementary__item {
  margin-right: 1.75em;
}
.nav-supplementary__item:last-child {
  margin-right: 0;
}
.nav-footer {
  position: relative;
  display: block;
  font-size: 0.8em;
  margin-bottom: 1em;
  width: 100%;
}
.nav-footer::after {
  content: '';
  display: table;
  clear: both;
}
.nav-footer > :first-child {
  margin-bottom: 1.25rem;
}
.nav-footer__links {
  margin: 0;
  list-style: none;
}
.nav-footer__links > li {
  display: inline-block;
  width: auto;
  margin: 0.3em 1em 0.3em 0;
}
.nav-footer__link {
  margin: 0.3em 0;
}
@media screen and (min-width: 34em) {
  .nav-primary {
    margin: 3em 0 0 -0.75em;
  }
  .nav-primary__item {
    width: auto;
  }
  .nav-primary__link::after {
    border: 0.8rem solid transparent;
    border-bottom-color: #499338;
    bottom: -0.8rem;
    left: 50%;
    margin-left: -0.8rem;
    transform: translateY(0);
  }
  .nav-primary__link:hover::after,
  .nav-primary__link:focus::after,
  .nav-primary__link:active::after,
  .nav-primary__link.active::after {
    transform: translateY(-0.75rem);
  }
}
@media screen and (min-width: 53em) {
  .nav-primary {
    font-size: 0.85em;
    margin: 2.5em 0 0 -1em;
  }
}
@media screen and (min-width: 58em) {
  .nav-primary {
    font-size: 0.9em;
  }
  .nav-primary__link {
    padding: 1em 1.2em;
  }
}
.news-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
}
.news-nav__item {
  margin: 0;
  flex: 1 0 50%;
  border: solid #ccc;
}
.news-nav__item--prev {
  text-align: right;
  border-width: 0 1px 0 0;
}
.news-nav__item--next {
  border-width: 0;
}
.news-nav__item--archive {
  flex: 1 0 100%;
  border-width: 1px 0 0;
  text-align: center;
}
.news-nav__link {
  position: relative;
  display: block;
  padding: 0.75em 1.25em;
  box-shadow: none;
}
.news-nav__link::after {
  position: absolute;
  display: block;
  content: '';
  width: 1em;
  height: 1em;
  top: 50%;
  margin-top: -0.4em;
  border: solid hsl(0, 0%, 58%);
  border-width: 2px 2px 0 0;
  transition: border-color 0.15s;
}
.news-nav__link:hover,
.news-nav__link:focus,
.news-nav__link:active {
  box-shadow: none;
}
.news-nav__link:hover::after,
.news-nav__link:focus::after,
.news-nav__link:active::after {
  border-color: hsl(0, 0%, 20%);
}
.news-nav__link--prev::after {
  left: 0.4em;
  transform: rotate(-135deg);
}
.news-nav__link--next::after {
  right: 0.4em;
  transform: rotate(45deg);
}
.news-nav__link--archive::after {
  content: none;
}
.news-nav__text {
  transition-duration: 0.15s;
  transition-property: color, box-shadow;
  box-shadow: inset 0 -2px 0 0 #b8c5db;
}
a:hover .news-nav__text,
a:focus .news-nav__text,
a:active .news-nav__text {
  box-shadow: inset 0 -2px 0 0 #748db9;
}
.c-overlay-backdrop {
  position: fixed;
  bottom: 100%;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.c-overlay-backdrop.is-open {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.c-search-field {
  margin-top: 1em;
  display: flex;
  align-items: stretch;
}
.c-search-field__input {
  flex: 1 1 auto;
  margin-bottom: 0;
}
.c-search-field__btn {
  min-height: 2.7em;
  width: 2.7em;
  min-height: calc(2.5em + 2px);
  width: calc(2.5em + 2px);
  margin-left: 2px;
  flex: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-image: url("/static/images/icons/icon-search-white.26debf335ccd.svg");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}
.c-site-map,
.c-site-map__category-list {
  margin-left: 0;
  list-style: none;
}
.c-site-map {
  margin-top: 2em;
}
.c-site-map--header {
  margin-top: 1em;
  color: #fff;
}
.c-site-map--header a {
  color: #fff;
}
.c-site-map__category {
  padding-bottom: 1.5rem;
  width: 100%;
}
.c-site-map__category-heading {
  font-size: 1.3em;
  letter-spacing: 0.01em;
  margin: 0;
}
.c-site-map__category-list {
  margin-bottom: 0;
  padding-top: 0.75em;
  font-size: 0.85em;
}
.c-site-map__category-list li {
  padding-bottom: 0.15em;
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.c-site-map__category-link,
.c-site-map__list-link {
  box-shadow: none;
}
.c-site-map__category-link:hover,
.c-site-map__list-link:hover,
.c-site-map__category-link:focus,
.c-site-map__list-link:focus,
.c-site-map__category-link:active,
.c-site-map__list-link:active {
  box-shadow: inset 0 -2px 0 0 #748db9;
}
@media screen and (min-width: 26em) {
  .c-site-map {
    clear: none;
    -moz-column-count: 2;
         column-count: 2;
  }
  .c-site-map__category {
    display: block;
    padding-right: 1.5em;
    float: none;
    width: auto;
    overflow: hidden;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
@media screen and (min-width: 40em) {
  .c-site-map {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media screen and (min-width: 40em) {
  .c-site-map {
    -moz-column-count: 4;
         column-count: 4;
  }
}
.skip-to-content {
  position: absolute;
  display: block;
  z-index: 6;
  top: 0;
  left: -9999px;
  padding: 0.25em 0.5em;
  background-color: #fff;
  border: 2px solid #499338;
}
.skip-to-content:focus,
.skip-to-content:active {
  left: 0;
}
.welcome-banner__heading {
  padding: 1.5rem calc(1rem + 2 * ((100vw - 300px) / 200));
  background-color: #256492;
  background-image: linear-gradient(to right, #154977, #256492);
  color: white;
  text-align: center;
}
.welcome-banner__heading h1 {
  margin: 0 0 0.7rem;
  padding: 0;
  font-size: 2.7rem;
}
.welcome-banner__text {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem calc(1rem + 2 * ((100vw - 300px) / 200));
}
@media screen and (min-width: 40em) {
  .welcome-banner {
    display: flex;
    flex-wrap: nowrap;
  }
  .welcome-banner__heading {
    flex: 1 1 90%;
    align-self: stretch;
    display: flex;
    align-items: center;
    margin: 0;
    padding-left: calc(50vw - (60rem / 2));
    padding-left: clamp(calc(1rem + 2 * ((100vw - 300px) / 200)), calc(50vw - (60rem / 2)), calc(50vw - (60rem / 2)));
  }
  .welcome-banner__heading h1 {
    min-width: 17.14285714rem;
  }
  .welcome-banner__text {
    flex: 0 1 auto;
    align-self: center;
    margin: 0;
    max-width: 100%;
    padding-right: calc(50vw - (60rem / 2));
    padding-right: clamp(calc(1rem + 2 * ((100vw - 300px) / 200)), calc(50vw - (60rem / 2)), calc(50vw - (60rem / 2)));
  }
}
.u-clearfix::after {
  content: '';
  display: table;
  clear: both;
}
.u-relative {
  position: relative !important;
}
.u-static {
  position: static !important;
}
.u-block {
  display: block;
}
.u-flex {
  display: flex;
}
.u-flex--center {
  align-items: center;
}
.u-flex__item {
  flex: 0 1 auto;
}
.u-flex__item--0 {
  flex: 0 0 auto;
}
.u-flex__item--1 {
  flex: 1 1 auto;
}
.u-vh,
.u-hidden-visually,
.u-visually-hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}
.u-underline {
  padding-bottom: 0.15em;
  border-bottom: 1px solid #ccc !important;
}
.u-underline--light {
  padding-bottom: 0.15em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7) !important;
}
.u-top-border {
  border-top: 1px solid #ccc !important;
}
.u-drop-shadow {
  box-shadow: 0 0.1em 0.2em rgba(0, 0, 0, 0.2);
}
.u-shadow-inset-top {
  box-shadow: inset 0 4em 3em -4em rgba(0, 0, 0, 0.2);
}
.u-shadow-inset-bottom {
  box-shadow: inset 0 -4em 3em -4em rgba(0, 0, 0, 0.2);
}
.u-shadow-inset-double {
  box-shadow: inset 0 4em 3em -4em rgba(0, 0, 0, 0.2), inset 0 -4em 3em -4em rgba(0, 0, 0, 0.2);
}
.u-textshadow-dark {
  text-shadow: 1px 1px 2px black, -1px 1px 2px black, 1px -1px 2px black;
}
.u-fontsize-sm {
  font-size: 0.85em !important;
}
.u-fontsize-normal {
  font-size: 1em !important;
}
.u-weight-normal {
  font-weight: normal !important;
}
.u-weight-bold {
  font-weight: bold !important;
}
.u-style-normal {
  font-style: normal !important;
}
.u-style-italic {
  font-style: italic !important;
}
.u-uppercase {
  text-transform: uppercase !important;
}
.u-text-center,
.u-text-centre {
  text-align: center !important;
}
.u-text-left {
  text-align: left !important;
}
.u-text-right {
  text-align: right !important;
}
.u-text-blue {
  color: #256492 !important;
}
.u-text-green {
  color: #499338 !important;
}
.u-text-red {
  color: #b12e17 !important;
}
.u-text-grey {
  color: hsl(0, 0%, 42%) !important;
}
.u-text-grey-dark {
  color: hsl(0, 0%, 20%) !important;
}
.u-text-white {
  color: #fff !important;
}
.u-fake-italic {
  display: inline-block;
  font-style: normal !important;
  transform: skewX(-7deg);
  letter-spacing: -0.005em;
  margin-right: 0.025em;
}
.u-max-width-none {
  max-width: none !important;
}
.u-max-width-xs {
  max-width: 6em !important;
}
.u-max-width-sm {
  max-width: 12em !important;
}
.u-max-width-md {
  max-width: 18em !important;
}
.u-max-width-lg {
  max-width: 26em !important;
}
.u-max-width-xl {
  max-width: 36em !important;
}
.u-m-0 {
  margin: 0;
}
.u-m-xs {
  margin: 0.25em;
}
.u-m-sm {
  margin: 0.5em;
}
.u-m-md {
  margin: 1em;
}
.u-m-lg {
  margin: 2em;
}
.u-m-xl {
  margin: 3em;
}
.u-mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.u-mx-xs {
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.u-mx-sm {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.u-mx-md {
  margin-left: 1em;
  margin-right: 1em;
}
.u-mx-lg {
  margin-left: 2em;
  margin-right: 2em;
}
.u-mx-xl {
  margin-left: 3em;
  margin-right: 3em;
}
.u-my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.u-my-xs {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.u-my-sm {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.u-my-md {
  margin-top: 1em;
  margin-bottom: 1em;
}
.u-my-lg {
  margin-top: 2em;
  margin-bottom: 2em;
}
.u-my-xl {
  margin-top: 3em;
  margin-bottom: 3em;
}
.u-mt-0 {
  margin-top: 0;
}
.u-mt-xs {
  margin-top: 0.25em;
}
.u-mt-sm {
  margin-top: 0.5em;
}
.u-mt-md {
  margin-top: 1em;
}
.u-mt-lg {
  margin-top: 2em;
}
.u-mt-xl {
  margin-top: 3em;
}
.u-mr-0 {
  margin-right: 0;
}
.u-mr-xs {
  margin-right: 0.25em;
}
.u-mr-sm {
  margin-right: 0.5em;
}
.u-mr-md {
  margin-right: 1em;
}
.u-mr-lg {
  margin-right: 2em;
}
.u-mr-xl {
  margin-right: 3em;
}
.u-mb-0 {
  margin-bottom: 0;
}
.u-mb-xs {
  margin-bottom: 0.25em;
}
.u-mb-sm {
  margin-bottom: 0.5em;
}
.u-mb-md {
  margin-bottom: 1em;
}
.u-mb-lg {
  margin-bottom: 2em;
}
.u-mb-xl {
  margin-bottom: 3em;
}
.u-ml-0 {
  margin-left: 0;
}
.u-ml-xs {
  margin-left: 0.25em;
}
.u-ml-sm {
  margin-left: 0.5em;
}
.u-ml-md {
  margin-left: 1em;
}
.u-ml-lg {
  margin-left: 2em;
}
.u-ml-xl {
  margin-left: 3em;
}
.u-p-0 {
  padding: 0;
}
.u-p-xs {
  padding: 0.25em;
}
.u-p-sm {
  padding: 0.5em;
}
.u-p-md {
  padding: 1em;
}
.u-p-lg {
  padding: 2em;
}
.u-p-xl {
  padding: 3em;
}
.u-px-0 {
  padding-left: 0;
  padding-right: 0;
}
.u-px-xs {
  padding-left: 0.25em;
  padding-right: 0.25em;
}
.u-px-sm {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.u-px-md {
  padding-left: 1em;
  padding-right: 1em;
}
.u-px-lg {
  padding-left: 2em;
  padding-right: 2em;
}
.u-px-xl {
  padding-left: 3em;
  padding-right: 3em;
}
.u-py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.u-py-xs {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.u-py-sm {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.u-py-md {
  padding-top: 1em;
  padding-bottom: 1em;
}
.u-py-lg {
  padding-top: 2em;
  padding-bottom: 2em;
}
.u-py-xl {
  padding-top: 3em;
  padding-bottom: 3em;
}
.u-pt-0 {
  padding-top: 0;
}
.u-pt-xs {
  padding-top: 0.25em;
}
.u-pt-sm {
  padding-top: 0.5em;
}
.u-pt-md {
  padding-top: 1em;
}
.u-pt-lg {
  padding-top: 2em;
}
.u-pt-xl {
  padding-top: 3em;
}
.u-pr-0 {
  padding-right: 0;
}
.u-pr-xs {
  padding-right: 0.25em;
}
.u-pr-sm {
  padding-right: 0.5em;
}
.u-pr-md {
  padding-right: 1em;
}
.u-pr-lg {
  padding-right: 2em;
}
.u-pr-xl {
  padding-right: 3em;
}
.u-pb-0 {
  padding-bottom: 0;
}
.u-pb-xs {
  padding-bottom: 0.25em;
}
.u-pb-sm {
  padding-bottom: 0.5em;
}
.u-pb-md {
  padding-bottom: 1em;
}
.u-pb-lg {
  padding-bottom: 2em;
}
.u-pb-xl {
  padding-bottom: 3em;
}
.u-pl-0 {
  padding-left: 0;
}
.u-pl-xs {
  padding-left: 0.25em;
}
.u-pl-sm {
  padding-left: 0.5em;
}
.u-pl-md {
  padding-left: 1em;
}
.u-pl-lg {
  padding-left: 2em;
}
.u-pl-xl {
  padding-left: 3em;
}
@media print {
  @page {
    margin: 1.5cm;
  }
  html {
    font-size: 12pt !important;
  }
  body {
    overflow: visible;
    font-size: 12pt !important;
  }
  .site-footer {
    display: none;
  }
  abbr {
    text-decoration: none !important;
    border-bottom: none !important;
  }
  img {
    max-width: 400px!important;
    filter: grayscale(1);
  }
  a {
    color: #000 !important;
    font-weight: bold!important;
    text-decoration: underline;
    box-shadow: none;
  }
  .block-link {
    text-transform: none !important;
    font-style: normal;
  }
  a::after {
    width: auto;
    content: " (https://protectchildren.ca" attr(href) ") ";
  }
  [lang="fr"] a::after {
    width: auto;
    content: " (https://protegeonsnosenfants.ca" attr(href) ") ";
  }
  a[href*="://"]::after,
  [lang="fr"] a[href*="://"]::after {
    width: auto;
    content: " (" attr(href) ") ";
  }
  a[href^="#"]::after,
  a[href^="tel:"]::after,
  a[href^="mailto:"]::after,
  a[href^="javascript:"]::after {
    width: auto;
    content: "" !important;
  }
}
#plyr-sprites {
  display: none;
  height: 0 !important;
}
.plyr {
  --plyr-font-size-large: 0.85rem;
  font-family: OpenSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  border-radius: 0.25em;
}
.plyr--video,
.plyr__video-wrapper,
.plyr__poster {
  background-color: transparent;
}
.plyr__control--overlaid {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}
.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0) 20%, rgba(24, 32, 36, 0.8));
}
.plyr__progress input[type="range"],
.plyr__progress__buffer {
  width: 100%;
}
.plyr__volume input[type="range"] {
  -ms-flex-negative: 1;
  min-width: 0;
}
.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(89, 176, 57, 0.55);
}
.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background-color: #59b039;
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background-color: #59b039;
}
.plyr__control--overlaid {
  background-color: rgba(89, 176, 57, 0.85);
}
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  background-color: #59b039;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background-color: #59b039;
}
.plyr--full-ui input[type=range] {
  color: #59b039;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(89, 176, 57, 0.55);
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(89, 176, 57, 0.55);
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(89, 176, 57, 0.55);
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
.callout--commentary {
  position: relative;
  font-size: 0.75em;
  margin-top: 2em;
  padding-top: 1.5em;
  border: 2px dashed red;
  color: #851002;
}
.callout--commentary::before {
  position: absolute;
  display: block;
  content: 'memo/note/thing';
  font-size: 0.8em;
  font-style: italic;
  top: -1.1em;
  padding: 0.25em 0.75em;
  background-color: #851002;
  color: #fff;
}
.under-construction {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 6em;
  height: 6em;
  background-image: url("/static/images/under-construction.2117ceb68d56.gif");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
}


/*# sourceMappingURL=main.bundle.css.0206cbaf70cb.map */