/* Awesome Theme */
/*#424242*/
/*#555555*/
/*#878787*/
/*#E0E0E0*/
/*#f3f3f3*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Roboto-Regular.ttf) format("truetype"); }

@font-face {
  font-family: 'Roboto';
  font-style: bold;
  font-weight: 600;
  src: url(fonts/Roboto-Bold.ttf) format("truetype"); }

.HwVideoCategoryContainer ul.HwVideoLibraryFilterBarList {
  list-style: none;
  padding: 0; }

.HwVideoCategoryContainer .tab-pane {
  display: none; }

.HwVideoCategoryContainer .tab-pane.active {
  display: block; }

.HwVideoCategoryContainer .tab-pane ul {
  column-count: 2; }

.tab-video-link-list li {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 0 0 .4em 0;
  list-style: none;
  line-height: normal; }

.HwContentWrapper li {
  margin-top: 5px;
  margin-left: 2em;
  padding: .1em 0 .42em;
  display: table-cell; }

.HwVideoDialogElement li.HwRatingCheckBoxWrapper {
  margin: 0;
  padding: 0; }

.HwRatingTabKBNetText {
  line-height: 1.3em; }

.embed-code-box {
  font-size: 15px;
  position: absolute;
  width: 300px;
  padding: 10px;
  box-sizing: border-box;
  background-color: white;
  border: 2px solid #006272;
  box-shadow: 0 0 0.5em #006272;
  border-radius: 3px;
  z-index: 97;
  margin-top: -2em;
  margin-left: -22px; }

.embed-dialog-controls {
  margin: 1em 0 0;
  padding: 6px;
  text-align: right; }

.embed-button {
  background-color: #006272;
  border: 1px solid #006272;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 12px;
  min-width: 60px;
  text-transform: capitalize; }

.embed-button:focus,
.HwElement .embed-button:focus {
  background-color: #006272;
  outline: 2px dotted #000;
  outline-offset: 0; }

.embed-button:active {
  position: relative;
  top: 1px; }

.embed-button-alt {
  background: #fff;
  border: 1px solid #006272;
  color: #006272; }

.embed-button-alt:active,
.embed-button-alt:focus,
.HwElement .embed-button-alt:active,
.HwElement .embed-button-alt:focus {
  background: #fff;
  color: #006272; }

.embed-button-action {
  background: #00856A;
  border: 1px solid #00856A;
  color: #fff; }

.embed-button-action:active,
.embed-button-action:focus,
.HwElement .embed-button-action:active,
.HwElement .embed-button-action:focus {
  background: #00856A;
  color: #fff; }

h2.embed-dialog {
  font-family: Arial, sans-serif;
  font-size: 14pt;
  color: #363942;
  padding: 0;
  margin: 0;
  font-weight: normal; }

.embed-dialog-description {
  margin: 1em 0 0; }

.embed-dialog-text {
  width: 100%;
  box-sizing: border-box;
  height: 72px;
  margin: 1em 0 0;
  border: 1px solid #999999;
  border-radius: 3px;
  font-size: 9pt;
  color: #666666;
  padding: 5px;
  resize: none; }

.embed-dialog-text:focus {
  outline: dotted 2px black;
  outline-offset: 0; }

.embed-dialog-text-result {
  height: 144px; }

h3.embed-dialog {
  font-size: 9pt;
  font-weight: bold;
  margin: 1em 0 0;
  padding: 0; }

h3.embed-dialog-error {
  color: #FD0000;
  display: none; }

h3.embed-show-error {
  display: block; }

.embed-dialog-hide {
  display: none; }

.copied-success-label {
  color: #00856A;
  font-weight: 600;
  margin-right: 0.5em;
  font-size: 12px;
  display: none; }

.simple-size-options,
.simple-size-options option {
  padding: 8px 4px;
  min-height: 35px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #999999; }

.copied-success-label-show {
  display: inline; }

.options-row {
  margin-top: 10px; }

.frame-input {
  border-radius: 3px;
  border: 1px solid #999999;
  padding: 8px;
  width: 20%; }

.simple-size-options:focus,
.toggle-switch input:focus,
input.frame-input:focus {
  outline: 2px dotted black;
  outline-offset: 0; }

.simple-size-label {
  padding-right: 5px; }

.frame-label {
  padding: 0 20px 0 5px; }

.embed-option-settings {
  margin-top: 1em;
  border: none; }

.offscreen-text {
  display: block;
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  background: 0 0; }

.content-loading {
  display: inline-block;
  border: 3px solid #eee;
  border-top: 3px solid #006272;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  animation: spin 1.5s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.toggle-switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 17px; }

.toggle-switch input {
  display: inline-block;
  height: 17px;
  width: 30px; }

.toggle-button {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 8.5px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.toggle-button:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  border-radius: 50%;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

input:checked + .toggle-button {
  background-color: #006272; }

input:focus + .toggle-button {
  box-shadow: 0 0 1px #006272; }

input:checked + .toggle-button:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px); }

.toggle-label {
  margin-top: 0.5em;
  display: block;
  box-sizing: border-box;
  width: 100%; }

.toggle-label-text {
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle; }

.HwFrameBlockActive {
  outline: 2px dotted #006699;
  background-color: white;
  transition: background-color 0.2s ease-in; }

.embed-show-fade {
  opacity: 1; }

.embed-hide-fade {
  opacity: 0;
  transition: opacity 400ms; }

.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif; }

.body-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 200;
  height: 3000px;
  width: 100%;
  background: rgba(26, 26, 26, 0.5); }

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 300; }

/* CSS query for IE10 and above https://stackoverflow.com/a/27315792/346270 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .modal__overlay__ie {
    display: flex;
    justify-content: inherit;
    align-items: flex-start; }
  #HwDialogElement.modal__dialog__ie {
    position: static;
    margin: 0 auto;
    margin-top: 25vh; } }

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box; }

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box; }

.modal__close {
  background: transparent;
  border: 0; }

.modal__header .modal__close:before {
  content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8); }

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out; }

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.modal__btn-primary {
  background-color: #00449e;
  color: #fff; }

/**************************\
    Demo Animation Style
  \**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }

@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

.vl-remove-container {
  width: auto;
  font-size: initial;
  margin: initial;
  line-height: initial; }

/* IE 11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vl-dialog-font-size {
    font-size: 16px;
    line-height: 27.2px; } }

.vl-transcript-link-button-right {
  width: 48%; }

.HwCategoryListContent
.HwVideosFrameBlock.hidden {
  display: none; }

#HwNoVideoSearchResultsText, #HwVideoSearchErrorResultsText, #HwVideoSearchResultsCount {
  padding: 0 20px; }

#HwVideoSearchErrorResultsText p {
  color: #fa5048; }

.HwRatingControlKb #HwRatingContainerMobile li {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  display: block; }
