/* line 163, ../sass/modules/_utility.scss */
.palette-coreColors-black-pure {
  background-color: black;
}

/* line 163, ../sass/modules/_utility.scss */
.palette-coreColors-black-text {
  background-color: #333333;
}

/* line 163, ../sass/modules/_utility.scss */
.palette-coreColors-white-pure {
  background-color: white;
}

/* line 163, ../sass/modules/_utility.scss */
.palette-coreColors-white-paper {
  background-color: #ebebeb;
}

/* line 163, ../sass/modules/_utility.scss */
.palette-coreColors-gray-10 {
  background-color: #1a1a1a;
}

/* line 163, ../sass/modules/_utility.scss */
.palette-coreColors-gray-20 {
  background-color: #333333;
}

/* line 163, ../sass/modules/_utility.scss */
.palette-coreColors-gray-30 {
  background-color: #4d4d4d;
}

/* line 163, ../sass/modules/_utility.scss */
.palette-coreColors-gray-40 {
  background-color: #666666;
}

/* line 163, ../sass/modules/_utility.scss */
.palette-coreColors-gray-50 {
  background-color: gray;
}

/* line 163, ../sass/modules/_utility.scss */
.palette-coreColors-gray-60 {
  background-color: #999999;
}

/* line 163, ../sass/modules/_utility.scss */
.palette-coreColors-gray-70 {
  background-color: #b3b3b3;
}

/* line 163, ../sass/modules/_utility.scss */
.palette-coreColors-gray-80 {
  background-color: #cccccc;
}

/* line 163, ../sass/modules/_utility.scss */
.palette-coreColors-gray-90 {
  background-color: #e6e6e6;
}

/* line 2, ../sass/partials/_angular.scss */
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

/* line 1, ../sass/partials/_bootstrapOverride.scss */
.help-block {
  margin-bottom: 0;
}

/* line 5, ../sass/partials/_bootstrapOverride.scss */
.btn {
  min-width: 55px;
}

/* line 4, ../sass/partials/_uiBootstrapOverride.scss */
.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}

/* line 2, ../sass/partials/_icons.scss */
svg[class^="icons-"], svg[class*=" icons-"] {
  height: 16px;
  width: 16px;
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
}

/* line 15, ../sass/partials/_icons.scss */
.spinning-indicator {
  -webkit-animation: spin .8s linear 0 infinite;
  -moz-animation: spin .8s linear 0 infinite;
  animation: spin .8s linear 0 infinite;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 2, ../sass/partials/_pages.scss */
.unbold,
.font-weight-normal-imp {
  font-weight: 400 !important;
}

/* line 4, ../sass/partials/_forms.scss */
.form-group {
  clear: both;
  margin-bottom: 7px;
}

/* line 13, ../sass/partials/_forms.scss */
.form-control {
  font-size: 14px;
}

/* line 21, ../sass/partials/_forms.scss */
.input-width-xs {
  width: 3em;
}

/* line 25, ../sass/partials/_forms.scss */
.input-width-sm {
  width: 5em;
}

/* line 29, ../sass/partials/_forms.scss */
.input-width-md {
  width: 10em;
}

/* line 33, ../sass/partials/_forms.scss */
.input-width-lg {
  width: 20em;
}

/* line 37, ../sass/partials/_forms.scss */
.input-width-xl {
  width: 35em;
}

/* line 41, ../sass/partials/_forms.scss */
.input-width-full {
  width: 100%;
}

/* line 51, ../sass/partials/_forms.scss */
form .fm-group-inline > * {
  display: inline;
  float: left;
  margin-right: 6px;
}
/* line 55, ../sass/partials/_forms.scss */
form .fm-group-inline > *.std-margin-left-sm {
  margin-left: 12px;
}
/* line 58, ../sass/partials/_forms.scss */
form .fm-group-inline > *.std-margin-left-lg {
  margin-left: 36px;
}
/* line 62, ../sass/partials/_forms.scss */
form .fm-group-inline > label {
  padding-top: 7px;
  margin-bottom: 0;
}
/* line 70, ../sass/partials/_forms.scss */
form .fm-static-input label + div {
  margin-bottom: 1em;
}
/* line 76, ../sass/partials/_forms.scss */
form label > span.fm-indicator {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
}
/* line 83, ../sass/partials/_forms.scss */
form .form-group.required label > span.fm-indicator {
  color: #a94442;
}
/* line 85, ../sass/partials/_forms.scss */
form .form-group.required label > span.fm-indicator:after {
  content: ' (required)';
}
/* line 92, ../sass/partials/_forms.scss */
form .form-group.optional label > span.fm-indicator {
  color: #999;
}
/* line 94, ../sass/partials/_forms.scss */
form .form-group.optional label > span.fm-indicator:after {
  content: ' (optional)';
}
/* line 101, ../sass/partials/_forms.scss */
form .fm-error-outer,
form .fm-non-error-outer {
  min-height: 20px;
}
/* line 106, ../sass/partials/_forms.scss */
form .fm-error-inline {
  display: none;
  font-size: 12px;
}
/* line 118, ../sass/partials/_forms.scss */
form .no-spinner input[type=number] {
  -moz-appearance: textfield;
}
/* line 122, ../sass/partials/_forms.scss */
form .no-spinner input[type=number]::-webkit-inner-spin-button,
form .no-spinner input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 129, ../sass/partials/_forms.scss */
form .legend-label {
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: none;
}

/* line 144, ../sass/partials/_forms.scss */
.radio-value {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 95% auto;
  border: 1px solid #bbb;
  border-radius: 50%;
  box-shadow: inset 0 0.0625em 0 0.0625em rgba(0, 0, 0, 0.075);
  display: inline-block;
  height: 1.5em;
  margin-right: 0.25em;
  position: relative;
  vertical-align: -0.5em;
  width: 1.5em;
}

/* line 160, ../sass/partials/_forms.scss */
input:focus + .radio-value {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 169, ../sass/partials/_forms.scss */
input:checked + .radio-value {
  background-color: #428bca;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRkZGRiIgZD0iTTM5LjM2MyA3OWwtMjMuMzYzLTIzLjUxIDExLjM0Ny0xMS40MTkgMTIuMzQ3IDEyLjQxOSAzMy4yODktMzMuNDkgMTEuMDE3IDExLjA4NS00NC42MzcgNDQuOTE1eiIvPjwvc3ZnPg==);
  border-color: #357ebd;
  box-shadow: 0 0.0625em 0 0.0625em rgba(0, 0, 0, 0.075);
}

/* line 179, ../sass/partials/_forms.scss */
.survey-radio-grp label {
  position: relative;
  height: 100px;
  width: 100px;
}
/* line 185, ../sass/partials/_forms.scss */
.survey-radio-grp label .survey-value {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 6px;
  background-color: #efefef;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2QyZDJkMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #efefef), color-stop(100%, #d2d2d2));
  background-image: -moz-linear-gradient(#efefef, #d2d2d2);
  background-image: -webkit-linear-gradient(#efefef, #d2d2d2);
  background-image: linear-gradient(#efefef, #d2d2d2);
  border: 1px solid #bcbcbc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}
/* line 208, ../sass/partials/_forms.scss */
.survey-radio-grp label .survey-value:hover {
  background-color: #f8f8f8;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8f8f8), color-stop(100%, #e6e6e6));
  background-image: -moz-linear-gradient(#f8f8f8, #e6e6e6);
  background-image: -webkit-linear-gradient(#f8f8f8, #e6e6e6);
  background-image: linear-gradient(#f8f8f8, #e6e6e6);
}
/* line 217, ../sass/partials/_forms.scss */
.survey-radio-grp label .survey-value .label-text {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 224, ../sass/partials/_forms.scss */
.survey-radio-grp label input:focus + .survey-value {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 233, ../sass/partials/_forms.scss */
.survey-radio-grp label input:checked + .survey-value {
  background-color: #fefefe;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #e6e6e6));
  background-image: -moz-linear-gradient(#fefefe, #e6e6e6);
  background-image: -webkit-linear-gradient(#fefefe, #e6e6e6);
  background-image: linear-gradient(#fefefe, #e6e6e6);
  border-color: #a6a6a6;
}

/* line 11, ../sass/partials/_notify.scss */
.modal button.close {
  color: inherit;
  opacity: .7;
}
/* line 14, ../sass/partials/_notify.scss */
.modal button.close:hover {
  opacity: 1;
}
/* line 19, ../sass/partials/_notify.scss */
.modal .modal-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
/* line 23, ../sass/partials/_notify.scss */
.modal .modal-title {
  font-weight: 500;
  font-size: 18px;
}
/* line 26, ../sass/partials/_notify.scss */
.modal .modal-title .modal-title-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
/* line 36, ../sass/partials/_notify.scss */
.modal .modal-title .modal-title-icon.modal-title-icon-def svg {
  fill: currentColor;
}
/* line 45, ../sass/partials/_notify.scss */
.modal.notice-info .modal-header {
  color: #31708f;
  background-color: #d9edf7;
}
/* line 53, ../sass/partials/_notify.scss */
.modal.notice-warning .modal-header {
  color: #825700;
  background-color: #FFF0CC;
}
/* line 61, ../sass/partials/_notify.scss */
.modal.notice-danger .modal-header {
  color: #a94442;
  background-color: #f2dede;
}
/* line 69, ../sass/partials/_notify.scss */
.modal.notice-success .modal-header {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 1, ../sass/partials/_devOnly.scss */
.dev-toolbar {
  cursor: pointer;
  position: fixed !important;
  height: 0;
  z-index: 20000;
}
/* line 8, ../sass/partials/_devOnly.scss */
.dev-toolbar.dev-toolbar-top {
  top: 0;
  left: 0;
}
/* line 12, ../sass/partials/_devOnly.scss */
.dev-toolbar.dev-toolbar-bottom {
  bottom: 0;
  left: 0;
}
/* line 17, ../sass/partials/_devOnly.scss */
.dev-toolbar .dev-toolbar-inner {
  position: relative;
  z-index: 20000;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  background-color: #787878;
  box-shadow: 1px 2px 3px #505050;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
/* line 35, ../sass/partials/_devOnly.scss */
.dev-toolbar .dev-toolbar-inner li {
  float: left;
  width: auto;
  margin-bottom: 0;
  margin-right: 6px;
}
/* line 43, ../sass/partials/_devOnly.scss */
.dev-toolbar.dev-toolbar-vert .dev-toolbar-inner li {
  float: none;
  width: auto;
  margin-bottom: 6px;
}
/* line 49, ../sass/partials/_devOnly.scss */
.dev-toolbar .dev-toolbar-affordance {
  position: relative;
  z-index: 20000;
  color: #787878 !important;
  cursor: pointer;
  width: 24px;
}
/* line 55, ../sass/partials/_devOnly.scss */
.dev-toolbar .dev-toolbar-affordance svg {
  width: 24px;
  height: 24px;
}
/* line 61, ../sass/partials/_devOnly.scss */
.dev-toolbar.dev-toolbar-top .dev-toolbar-affordance {
  top: 0;
}
/* line 64, ../sass/partials/_devOnly.scss */
.dev-toolbar.dev-toolbar-bottom .dev-toolbar-affordance {
  bottom: 24px;
}
/* line 68, ../sass/partials/_devOnly.scss */
.dev-toolbar:hover {
  height: auto;
}
/* line 70, ../sass/partials/_devOnly.scss */
.dev-toolbar:hover .dev-toolbar-inner {
  padding: 12px;
  height: auto;
  width: auto;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
/* line 80, ../sass/partials/_devOnly.scss */
.dev-toolbar:hover .dev-toolbar-affordance {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/* line 87, ../sass/partials/_devOnly.scss */
.dev-toolbar:hover.dev-toolbar-bottom .dev-toolbar-affordance {
  bottom: 0;
}

/* line 2, ../sass/partials/_fyTimer.scss */
.fy-control-area fy-timer .timer-button {
  -moz-transition: linear 0.1s all;
  -o-transition: linear 0.1s all;
  -webkit-transition: linear 0.1s all;
  transition: linear 0.1s all;
}
/* line 6, ../sass/partials/_fyTimer.scss */
.fy-control-area fy-timer .timer-button.timer-button-show.ng-hide-add, .fy-control-area fy-timer .timer-button.timer-button-show.ng-hide-remove, .fy-control-area fy-timer .timer-button.timer-button-timer.ng-hide-add, .fy-control-area fy-timer .timer-button.timer-button-timer.ng-hide-remove {
  opacity: 0;
}
/* line 11, ../sass/partials/_fyTimer.scss */
.fy-control-area fy-timer .timer-button.timer-button-show.ng-hide, .fy-control-area fy-timer .timer-button.timer-button-timer.ng-hide {
  opacity: 0;
}

/* line 3, ../sass/partials/_fyErrorBlock.scss */
.fy-page-area .fy-error-block > .panel-heading {
  padding: 0.75em;
}
/* line 5, ../sass/partials/_fyErrorBlock.scss */
.fy-page-area .fy-error-block > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: 700;
  padding-left: 2em;
  line-height: 1.25em;
}
/* line 100, ../sass/modules/_utility.scss */
.fy-page-area .fy-error-block > .panel-heading .panel-title svg[class^="icons-"], .fy-page-area .fy-error-block > .panel-heading .panel-title svg[class*=" icons-"] {
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  margin-left: -1.75em;
  margin-right: 0.5em;
}
/* line 19, ../sass/partials/_fyErrorBlock.scss */
.fy-page-area .fy-error-block > .panel-body {
  font-size: 12px;
}
/* line 21, ../sass/partials/_fyErrorBlock.scss */
.fy-page-area .fy-error-block > .panel-body li {
  margin-bottom: .5em;
}
@media (max-width: 767px) {
  /* line 25, ../sass/partials/_fyErrorBlock.scss */
  .fy-page-area .fy-error-block > .panel-body ul {
    margin: 0;
    padding: 0 1em;
  }
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-black-pure {
  background-color: black;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-black-text {
  background-color: #333333;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-white-pure {
  background-color: white;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-white-paper {
  background-color: #ebebeb;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-gray-10 {
  background-color: #1a1a1a;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-gray-20 {
  background-color: #333333;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-gray-30 {
  background-color: #4d4d4d;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-gray-40 {
  background-color: #666666;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-gray-50 {
  background-color: gray;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-gray-60 {
  background-color: #999999;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-gray-70 {
  background-color: #b3b3b3;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-gray-80 {
  background-color: #cccccc;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-gray-90 {
  background-color: #e6e6e6;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-thcHighstakes-black-pure {
  background-color: black;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-thcHighstakes-white-pure {
  background-color: white;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-thcHighstakes-admin-blue-1 {
  background-color: #0e2141;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-thcHighstakes-admin-blueGray-1 {
  background-color: #647786;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-black-pure {
  background-color: black;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-black-text {
  background-color: #333333;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-white-pure {
  background-color: white;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-white-paper {
  background-color: #ebebeb;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-gray-10 {
  background-color: #1a1a1a;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-gray-20 {
  background-color: #333333;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-gray-30 {
  background-color: #4d4d4d;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-gray-40 {
  background-color: #666666;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-gray-50 {
  background-color: gray;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-gray-60 {
  background-color: #999999;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-gray-70 {
  background-color: #b3b3b3;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-gray-80 {
  background-color: #cccccc;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-coreColors-gray-90 {
  background-color: #e6e6e6;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-thcHighstakes-black-pure {
  background-color: black;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-thcHighstakes-white-pure {
  background-color: white;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-thcHighstakes-admin-blue-1 {
  background-color: #0e2141;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-thcHighstakes-admin-blueGray-1 {
  background-color: #647786;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-btn-text {
  background-color: white;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-btn-text-shadow {
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-btn-primary-bg-1 {
  background-color: #8bb0d8;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-btn-primary-bg-2 {
  background-color: #2e6eb6;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-btn-primary-border {
  background-color: #20538e;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-btn-primary-bg-hovered-1 {
  background-color: #6596cb;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-btn-primary-bg-hovered-2 {
  background-color: #24558d;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-btn-default-bg-1 {
  background-color: #919191;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-btn-default-bg-2 {
  background-color: #5f5f5f;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-btn-default-border {
  background-color: #20538e;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-btn-default-bg-hovered-1 {
  background-color: #777777;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-btn-default-bg-hovered-2 {
  background-color: #464646;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-btn-success-bg-1 {
  background-color: #60af60;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-btn-success-bg-2 {
  background-color: #3d783d;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-btn-success-border {
  background-color: #3a753a;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-btn-success-bg-hovered-1 {
  background-color: #4a924a;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-btn-success-bg-hovered-2 {
  background-color: #2c562c;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-btn-danger-bg-1 {
  background-color: #b13f3f;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-btn-danger-bg-2 {
  background-color: #8a3030;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-btn-danger-border {
  background-color: #812f2f;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-btn-danger-bg-hovered-1 {
  background-color: #8b3232;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-btn-danger-bg-hovered-2 {
  background-color: #642323;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-btn-record-hovered-icon {
  background-color: red;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-signin-bg {
  background-color: #E3E3E3;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-header-bg {
  background-color: #0e2141;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-header-text-color {
  background-color: white;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-page-header-bg {
  background-color: #647786;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-page-header-text {
  background-color: white;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-page-header-link {
  background-color: #FCC875;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-scoreboard-bg {
  background-color: #929faa;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-status-bg {
  background-color: #D8DDE1;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-check-header {
  background-color: #5e5e5e;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-check-bg {
  background-color: #e5e0eb;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-check-alt-bg {
  background-color: #d5cddf;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-check-tooltip-bg {
  background-color: #0e2141;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-check-hover {
  background-color: #ff9900;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-check-separator {
  background-color: #cccccc;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-log-toggle {
  background-color: #333333;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-log-border {
  background-color: #333333;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-check-result-bg {
  background-color: #F9F9F9;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-check-result-border {
  background-color: #ececec;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-check-result-timestamp {
  background-color: #999999;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-benchmark-table-separator {
  background-color: #cccccc;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-details-separator {
  background-color: #cccccc;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-ac2-modal-header-bg {
  background-color: #e5e0eb;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-track-bg {
  background-color: #F9F9F9;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-track-border {
  background-color: #ececec;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-record-text-bg {
  background-color: #ececec;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-meter-value-bg {
  background-color: green;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-scrubber-handle {
  background-color: #333333;
}

/* line 163, ../../all/sass/modules/_utility.scss */
.palette-tcv-scrubber-elapsed-bg {
  background-color: #dddddd;
}

/* line 1, ../sass/wsTcvPartials/_baseTags.scss */
.thc-hs.wstcv .center-block {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
/* line 5, ../sass/wsTcvPartials/_baseTags.scss */
.thc-hs.wstcv .dev-footer {
  margin-top: 60px;
}
/* line 1, ../sass/wsTcvPartials/_notify.scss */
body {
  /*ADA Accommodations modal popup*/
  /*ADA Accommodations modal popup*/
}
/* line 5, ../sass/wsTcvPartials/_notify.scss */
body .sign-in-modal .modal-content {
  background-color: #E3E3E3;
  padding: 22px;
}
/* line 8, ../sass/wsTcvPartials/_notify.scss */
body .sign-in-modal .modal-content .login-form-container {
  margin-top: 30px;
}
/* line 11, ../sass/wsTcvPartials/_notify.scss */
body .sign-in-modal .modal-content .legalese {
  margin-top: 24px;
  font-size: 10px;
}
/* line 16, ../sass/wsTcvPartials/_notify.scss */
body .sign-in-modal .modal-footer {
  border-top: none;
  text-align: left;
}
/* line 25, ../sass/wsTcvPartials/_notify.scss */
body .fail-details-modal .header-icon {
  float: left;
  margin-right: 6px;
  margin-top: 2px;
}
/* line 31, ../sass/wsTcvPartials/_notify.scss */
body .fail-details-modal .verification-failure-container {
  max-height: 480px;
  overflow-y: auto;
}
/* line 36, ../sass/wsTcvPartials/_notify.scss */
body .fail-details-modal .verification-failure-container .verification-failure-header {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 6px;
  margin-bottom: 16px;
}
/* line 41, ../sass/wsTcvPartials/_notify.scss */
body .fail-details-modal .verification-failure-container .verification-failure-header.separator {
  padding-top: 18px;
  border-top: 1px solid #cccccc;
}
/* line 47, ../sass/wsTcvPartials/_notify.scss */
body .fail-details-modal .verification-failure-container .verification-failure-entry {
  margin: 0 0 24px;
  padding: 0 12px 6px;
}
/* line 52, ../sass/wsTcvPartials/_notify.scss */
body .fail-details-modal .verification-failure-container .verification-failure-entry .failure-entry-header {
  background-color: #ececec;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
/* line 59, ../sass/wsTcvPartials/_notify.scss */
body .fail-details-modal .verification-failure-container .verification-failure-entry p {
  margin: 0;
}
/* line 62, ../sass/wsTcvPartials/_notify.scss */
body .fail-details-modal .verification-failure-container .verification-failure-entry .error-container,
body .fail-details-modal .verification-failure-container .verification-failure-entry .tips-container {
  margin-top: 6px;
}
/* line 73, ../sass/wsTcvPartials/_notify.scss */
body .audio-check-2-modal .modal-header {
  background-color: #e5e0eb;
}
/* line 83, ../sass/wsTcvPartials/_notify.scss */
body .audio-check-2-modal .ac2-container .ac2-step-container .btn {
  min-width: 120px;
  font-weight: 700;
  font-size: 16px;
}
/* line 88, ../sass/wsTcvPartials/_notify.scss */
body .audio-check-2-modal .ac2-container .ac2-step-container .step-header {
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 16px;
}
/* line 96, ../sass/wsTcvPartials/_notify.scss */
body .audio-check-2-modal .ac2-container .ac2-step-container .step-body .record-text {
  float: left;
  width: 80%;
}
/* line 99, ../sass/wsTcvPartials/_notify.scss */
body .audio-check-2-modal .ac2-container .ac2-step-container .step-body .record-text blockquote {
  font-size: 16px;
  border: none;
  background-color: #ececec;
}
/* line 105, ../sass/wsTcvPartials/_notify.scss */
body .audio-check-2-modal .ac2-container .ac2-step-container .step-body .record-meter {
  float: left;
  width: 20%;
}
/* line 109, ../sass/wsTcvPartials/_notify.scss */
body .audio-check-2-modal .ac2-container .ac2-step-container .step-body .meter-track {
  width: 26px;
  height: 100px;
  margin-top: 8px;
  margin-left: 24px;
  position: relative;
  background: #F9F9F9;
  border: 1px solid #ececec;
}
/* line 117, ../sass/wsTcvPartials/_notify.scss */
body .audio-check-2-modal .ac2-container .ac2-step-container .step-body .meter-track .meter-value {
  position: absolute;
  bottom: 0;
  background: green;
  height: 0;
  width: 24px;
}
/* line 126, ../sass/wsTcvPartials/_notify.scss */
body .audio-check-2-modal .ac2-container .ac2-step-container .step-body .scrubber-track {
  width: 280px;
  height: 26px;
  margin-top: 24px;
  position: relative;
  background: #F9F9F9;
  border: 1px solid #ececec;
}
/* line 134, ../sass/wsTcvPartials/_notify.scss */
body .audio-check-2-modal .ac2-container .ac2-step-container .step-body .scrubber-track .scrubber-elapsed {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #dddddd;
  width: 0;
  height: 24px;
}
/* line 142, ../sass/wsTcvPartials/_notify.scss */
body .audio-check-2-modal .ac2-container .ac2-step-container .step-body .scrubber-track .scrubber-handle {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333333;
  width: 2px;
  height: 24px;
}
/* line 153, ../sass/wsTcvPartials/_notify.scss */
body .audio-check-2-modal .ac2-container .ac2-step-container .button-container {
  clear: both;
  margin-top: 24px;
  margin-bottom: 24px;
}
/* line 166, ../sass/wsTcvPartials/_notify.scss */
body .notice-info.modal-ada-accommodation {
  font-size: 15px;
}
/* line 169, ../sass/wsTcvPartials/_notify.scss */
body .notice-info.modal-ada-accommodation .modal-header {
  background-color: #E5E0EB;
  color: black;
}
/* line 174, ../sass/wsTcvPartials/_notify.scss */
body .notice-info.modal-ada-accommodation .modal-body {
  padding-left: 50px;
  padding-right: 50px;
}
/* line 178, ../sass/wsTcvPartials/_notify.scss */
body .notice-info.modal-ada-accommodation .modal-body .accWsId-container {
  margin-left: 22px;
  margin-top: 25px;
}
/* line 181, ../sass/wsTcvPartials/_notify.scss */
body .notice-info.modal-ada-accommodation .modal-body .accWsId-container label {
  font-weight: 500;
}
/* line 3, ../sass/wsTcvPartials/_buttons.scss */
body .fy-page-area .btn {
  margin-top: 6px;
  width: 96px;
  min-height: 44px;
  white-space: normal;
  float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, ../sass/wsTcvPartials/_buttons.scss */
  body .fy-page-area .btn {
    margin-right: 12px;
  }
}
/* line 14, ../sass/wsTcvPartials/_buttons.scss */
body .btn-primary {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  border-color: #20538e;
  background-color: #2e6eb6;
  background-position: 0 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhiYjBkOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlNmViNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8bb0d8), color-stop(100%, #2e6eb6));
  background-image: -moz-linear-gradient(#8bb0d8, #2e6eb6);
  background-image: -webkit-linear-gradient(#8bb0d8, #2e6eb6);
  background-image: linear-gradient(#8bb0d8, #2e6eb6);
}
/* line 25, ../sass/wsTcvPartials/_buttons.scss */
body .btn-primary:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1OTZjYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI0NTU4ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6596cb), color-stop(100%, #24558d));
  background-image: -moz-linear-gradient(#6596cb, #24558d);
  background-image: -webkit-linear-gradient(#6596cb, #24558d);
  background-image: linear-gradient(#6596cb, #24558d);
}
/* line 36, ../sass/wsTcvPartials/_buttons.scss */
body .btn-default {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  color: white;
  border-color: #20538e;
  background-color: #5f5f5f;
  background-position: 0 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzkxOTE5MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVmNWY1ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #919191), color-stop(100%, #5f5f5f));
  background-image: -moz-linear-gradient(#919191, #5f5f5f);
  background-image: -webkit-linear-gradient(#919191, #5f5f5f);
  background-image: linear-gradient(#919191, #5f5f5f);
}
/* line 48, ../sass/wsTcvPartials/_buttons.scss */
body .btn-default:hover, body .btn-default:focus {
  color: white;
  border-color: #20538e;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3Nzc3NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ2NDY0NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #777777), color-stop(100%, #464646));
  background-image: -moz-linear-gradient(#777777, #464646);
  background-image: -webkit-linear-gradient(#777777, #464646);
  background-image: linear-gradient(#777777, #464646);
}
/* line 62, ../sass/wsTcvPartials/_buttons.scss */
body .btn-success,
body .btn-play {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  color: white;
  border-color: #3a753a;
  background-color: #3d783d;
  background-position: 0 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwYWY2MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNkNzgzZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #60af60), color-stop(100%, #3d783d));
  background-image: -moz-linear-gradient(#60af60, #3d783d);
  background-image: -webkit-linear-gradient(#60af60, #3d783d);
  background-image: linear-gradient(#60af60, #3d783d);
}
/* line 75, ../sass/wsTcvPartials/_buttons.scss */
body .btn-success:hover, body .btn-success:focus,
body .btn-play:hover,
body .btn-play:focus {
  color: white;
  border-color: #3a753a;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRhOTI0YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJjNTYyYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4a924a), color-stop(100%, #2c562c));
  background-image: -moz-linear-gradient(#4a924a, #2c562c);
  background-image: -webkit-linear-gradient(#4a924a, #2c562c);
  background-image: linear-gradient(#4a924a, #2c562c);
}
/* line 89, ../sass/wsTcvPartials/_buttons.scss */
body .btn-danger,
body .btn-record {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  color: white;
  border-color: #812f2f;
  background-color: #8a3030;
  background-position: 0 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxM2YzZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhhMzAzMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b13f3f), color-stop(100%, #8a3030));
  background-image: -moz-linear-gradient(#b13f3f, #8a3030);
  background-image: -webkit-linear-gradient(#b13f3f, #8a3030);
  background-image: linear-gradient(#b13f3f, #8a3030);
}
/* line 102, ../sass/wsTcvPartials/_buttons.scss */
body .btn-danger:hover, body .btn-danger:focus,
body .btn-record:hover,
body .btn-record:focus {
  color: white;
  border-color: #812f2f;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhiMzIzMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY0MjMyMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8b3232), color-stop(100%, #642323));
  background-image: -moz-linear-gradient(#8b3232, #642323);
  background-image: -webkit-linear-gradient(#8b3232, #642323);
  background-image: linear-gradient(#8b3232, #642323);
}
/* line 114, ../sass/wsTcvPartials/_buttons.scss */
body .btn-record.stopped:hover svg,
body .btn-record.blink svg {
  fill: red;
}
/* line 1, ../sass/wsTcvPartials/_signin.scss */
.thc-hs.wstcv .well-signin {
  background-color: #E3E3E3;
  padding: 22px;
  max-width: 560px;
  margin: 60px auto 0;
}
/* line 8, ../sass/wsTcvPartials/_signin.scss */
.thc-hs.wstcv .well-signin .signin-form-container {
  margin-top: 30px;
}
/* line 11, ../sass/wsTcvPartials/_signin.scss */
.thc-hs.wstcv .well-signin .legalese {
  margin-top: 24px;
  font-size: 10px;
}
/* line 15, ../sass/wsTcvPartials/_signin.scss */
.thc-hs.wstcv .well-signin .btn-continue {
  width: auto;
  float: none;
}
/* line 3, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .verify-page-header {
  color: white;
  background-color: #647786;
  min-height: 6px;
}
/* line 7, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .verify-page-header .verify-instructions,
.thc-hs.wstcv .page-verify .verify-page-header .full-size-header-link {
  padding-top: 12px;
  font-size: 16px;
  margin-top: 20px;
}
/* line 13, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .verify-page-header .benchmark-instructions {
  padding-top: 12px;
  font-size: 16px;
  margin-top: 2px;
}
/* line 18, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .verify-page-header .verify-status {
  padding-top: 12px;
  font-size: 13px;
  width: 320px;
  margin-bottom: 6px;
  float: right;
}
/* line 25, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .verify-page-header .page-header-link {
  color: #FCC875;
}
/* line 29, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .verify-page-header .scoreboard {
  padding: 0;
  border: none;
  margin: 3px 0 0;
  border-radius: 10px;
  background-color: #929faa;
}
/* line 35, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .verify-page-header .scoreboard .scores {
  padding: 3px 36px;
}
/* line 37, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .verify-page-header .scoreboard .scores .scoreboard-header {
  text-align: center;
}
/* line 40, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .verify-page-header .scoreboard .scores .scoreboard-value {
  text-align: center;
  font-size: 24px;
  line-height: 1;
}
/* line 47, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .verify-page-header .status-message {
  text-align: center;
  padding: 2px 0;
  background-color: #D8DDE1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* line 52, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .verify-page-header .status-message img {
  margin-top: -1px;
}
/* line 56, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .verify-page-header .fail-details-link {
  text-decoration: underline;
}
/* line 59, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .verify-page-header .send-results {
  text-align: right;
  font-size: 11px;
  margin: 3px 6px 0 0;
}
/* line 63, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .verify-page-header .send-results a {
  text-decoration: none;
}
/* line 66, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .verify-page-header .send-results .send-link-text:hover {
  text-decoration: underline;
}
/* line 69, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .verify-page-header .send-results svg {
  color: #FCC875;
  font-size: 14px;
  position: relative;
}
/* line 75, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .verify-page-header .all-checks-passed {
  font-size: 36px;
}
/* line 81, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .verify-check-header {
  color: #5e5e5e;
}
/* line 85, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .panel-verify {
  margin-bottom: 4px;
  border-radius: 10px;
}
/* line 88, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .panel-verify.panel-verify-auto {
  background-color: #e5e0eb;
}
/* line 90, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .panel-verify.panel-verify-auto .panel-body {
  padding-bottom: 0;
}
/* line 94, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .panel-verify.panel-verify-manual {
  background-color: #e5e0eb;
}
/* line 98, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .panel-verify.panel-verify-manual:nth-of-type(odd) {
  background-color: #d5cddf;
}
/* line 102, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .panel-verify .tooltip {
  min-width: 100px;
  max-width: 160px;
}
/* line 105, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .panel-verify .tooltip.in {
  opacity: 1;
}
/* line 108, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .panel-verify .tooltip .tooltip-arrow {
  border-top-color: #0e2141;
}
/* line 111, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .panel-verify .tooltip .tooltip-inner {
  background-color: #0e2141;
}
/* line 115, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .panel-verify .panel-body {
  padding: 3px 15px 6px;
}
/* line 117, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .panel-verify .panel-body .auto-check-unit {
  margin-bottom: 6px;
  padding-bottom: 6px;
}
/* line 120, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .panel-verify .panel-body .auto-check-unit.separator {
  border-bottom: 1px solid #cccccc;
}
/* line 123, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .panel-verify .panel-body .auto-check-unit.separator:last-child {
  border-bottom: none;
}
/* line 127, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .panel-verify .panel-body .check-title {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
}
/* line 132, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .panel-verify .panel-body .check-desc {
  font-size: 12px;
  font-weight: 400;
}
/* line 136, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .panel-verify .panel-body .check-status-icon {
  width: 44px;
  height: 44px;
  margin-top: 6px;
  position: relative;
}
/* line 141, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .panel-verify .panel-body .check-status-icon .fail:hover {
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 136, ../sass/wsTcvPartials/_verify.scss */
  .thc-hs.wstcv .page-verify .panel-verify .panel-body .check-status-icon {
    margin-left: 12px;
  }
}
/* line 150, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .panel-verify.active {
  box-shadow: 2px 2px #ff9900, -2px -2px #ff9900, -2px 2px #ff9900, 2px -2px #ff9900;
}
/* line 159, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .log-container {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  margin-top: 16px;
  margin-bottom: 16px;
}
/* line 165, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .log-container .log-header .log-toggle {
  text-decoration: none;
  color: #333333;
}
/* line 170, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .log-container .log {
  position: relative;
  border: none;
  border-top: 1px solid #333333;
  text-align: left;
  padding: 24px;
  width: 100%;
  height: auto;
}
/* line 178, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .log-container .log table {
  border: 1px solid #333333;
}
/* line 180, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .log-container .log table thead td {
  border: none;
  font-weight: 700;
  text-align: left;
}
/* line 185, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .log-container .log table td {
  vertical-align: top;
  text-align: center;
  border: 1px solid #333333;
  padding: 4px 16px 4px 8px;
}
/* line 190, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .log-container .log table td:first-child {
  text-align: left;
}
/* line 195, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .log-container .log .check-result-group {
  background-color: #F9F9F9;
  padding: 12px;
  margin-bottom: 16px;
  border: 1px solid #ececec;
}
/* line 200, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .log-container .log .check-result-group .timestamp {
  color: #999999;
}
/* line 206, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .log-container.benchmark-log-container .log {
  height: auto;
}
/* line 209, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .log-container.benchmark-log-container .log .benchmark-mode {
  margin-bottom: 24px;
}
/* line 212, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .log-container.benchmark-log-container .log .benchmark-mode > label {
  padding-top: 0;
  margin-right: 24px;
  font-size: 18px;
}
/* line 218, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .log-container.benchmark-log-container .log .benchmark-mode fieldset.fm-group-inline {
  margin-top: 2px;
}
/* line 223, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .log-container.benchmark-log-container .log table {
  border: none;
}
/* line 225, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .log-container.benchmark-log-container .log table tr {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
/* line 228, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .log-container.benchmark-log-container .log table tr td {
  text-align: left;
  vertical-align: middle;
  padding: 8px 4px;
}
@media (max-width: 991px) {
  /* line 228, ../sass/wsTcvPartials/_verify.scss */
  .thc-hs.wstcv .page-verify .log-container.benchmark-log-container .log table tr td {
    vertical-align: top;
  }
}
/* line 239, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .log-container.benchmark-log-container .log table td {
  border: none;
}
/* line 241, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .log-container.benchmark-log-container .log table td.benchmark-label {
  font-weight: 700;
  min-width: 180px;
}
/* line 245, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .log-container.benchmark-log-container .log table td.icon-cell {
  min-width: 54px;
}
/* line 249, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .log-container.benchmark-log-container .log table td.details-cell table {
  font-size: 12px;
}
/* line 251, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .log-container.benchmark-log-container .log table td.details-cell table tr {
  border: none;
}
/* line 254, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .log-container.benchmark-log-container .log table td.details-cell table td {
  padding: 2px 4px 2px 4px;
}
/* line 256, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .log-container.benchmark-log-container .log table td.details-cell table td.supported-label, .thc-hs.wstcv .page-verify .log-container.benchmark-log-container .log table td.details-cell table td.detected-label {
  min-width: 70px;
}
/* line 260, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .log-container.benchmark-log-container .log table td.details-cell table td.supported-value, .thc-hs.wstcv .page-verify .log-container.benchmark-log-container .log table td.details-cell table td.detected-value {
  font-weight: 700;
}
/* line 269, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .page-verify .log-container.benchmark-log-container .log table img {
  width: 36px;
}
/* line 287, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .verify-page-header .btn.continue-setup {
  margin-top: -6px;
  width: auto;
  min-height: 20px;
  min-width: 240px;
  white-space: normal;
  float: none;
  pointer-events: auto;
  padding: 10px;
}
/* line 297, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .verify-page-header .manual-checks-prompt {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}
/* line 302, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .verify-page-header .success-instructions {
  display: block;
  font-size: 11px;
  margin-top: 4px;
}
/* line 306, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .verify-page-header .success-instructions .page-header-link-small {
  padding-top: 0;
  margin-top: 0;
}
/* line 316, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .ws-ready-bg {
  background-color: #81bc3c;
}
/* line 319, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .ws-assigned-bg {
  background-color: #d27544;
}
/* line 322, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .ws-ready-inner {
  padding: 30px 20px;
}
/* line 325, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .setup-status-header {
  color: #fff;
  margin-bottom: 40px;
}
/* line 328, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .setup-status-header .ready-icon {
  float: left;
  margin-right: 24px;
}
/* line 332, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .setup-status-header h3 {
  padding-top: 12px;
  margin-bottom: 4px;
}
/* line 337, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .well {
  position: relative;
  padding: 24px 36px;
  border-radius: 12px;
}
/* line 341, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .well .setup-status-icon,
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .well .setup-status-photo {
  float: left;
  margin-right: 36px;
}
/* line 346, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .well .setup-status-info {
  float: left;
}
/* line 349, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .well h3 {
  font-weight: 700;
}
/* line 352, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .well h4, .thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .well p {
  margin-bottom: 2px;
}
/* line 358, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .setup-status-waiting .setup-status-icon {
  color: #c9c9cc;
}
/* line 361, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .setup-status-waiting .setup-status-info h3 {
  color: #59585f;
}
/* line 364, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .setup-status-waiting .setup-status-accomodations {
  font-size: 18px;
  color: #d27544;
}
/* line 100, ../../all/sass/modules/_utility.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .setup-status-waiting .setup-status-accomodations fy-icon svg[class^="icons-"], .thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .setup-status-waiting .setup-status-accomodations fy-icon svg[class*=" icons-"] {
  width: 32px;
  height: 32px;
  position: relative;
  top: 3px;
  margin-right: 4px;
}
/* line 377, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .setup-status-reserved h3, .thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .setup-status-reserved h4 {
  color: #205ba9;
}
/* line 380, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .setup-status-reserved .setup-status-icon {
  color: #205ba9;
}
/* line 383, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .setup-status-reserved .setup-details-link {
  margin-top: 18px;
  font-size: 11px;
  display: block;
}
/* line 388, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .setup-status-reserved .setup-details-content {
  margin-top: 6px;
}
/* line 390, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .setup-status-reserved .setup-details-content ul {
  margin: 0;
  padding: 0 0 0 18px;
}
/* line 398, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .setup-status-assigned h3 {
  color: #d27544;
}
/* line 404, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .setup-status-assigned .setup-details-link {
  margin-top: 18px;
  font-size: 11px;
  display: block;
}
/* line 409, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .setup-status-assigned .setup-details-content {
  margin-top: 6px;
}
/* line 411, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .setup-status-assigned .setup-details-content ul {
  margin: 0;
  padding: 0 0 0 18px;
}
/* line 416, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-ready-container .setup-status-assigned .btn {
  min-width: 160px;
  right: 24px;
  top: 120px;
  position: absolute;
  margin-right: 0;
}
/* line 430, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-cand-select-container .panel-accomodations {
  border-color: #205ba9;
}
/* line 432, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-cand-select-container .panel-accomodations .panel-heading {
  background-color: #205ba9;
  color: #fff;
}
/* line 435, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-cand-select-container .panel-accomodations .panel-heading h3 {
  margin: 0;
}
/* line 439, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-cand-select-container .panel-accomodations .panel-body {
  padding-top: 24px;
  padding-bottom: 24px;
}
/* line 442, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-cand-select-container .panel-accomodations .panel-body p {
  margin-bottom: 0;
}
/* line 447, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-cand-select-container table {
  margin-top: 24px;
  margin-bottom: 24px;
  border: none;
  width: 100%;
}
/* line 452, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-cand-select-container table thead {
  font-weight: 700;
}
/* line 454, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-cand-select-container table thead tr:hover {
  background-color: transparent;
}
/* line 458, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-cand-select-container table tr {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
/* line 461, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-cand-select-container table tr td {
  border: none;
  text-align: left;
  vertical-align: top;
  padding: 8px 24px 8px 4px;
}
/* line 466, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-cand-select-container table tr td.accomodations-cell, .thc-hs.wstcv .wsSetupMode .page-verify .ws-cand-select-container table tr td td {
  padding: 0;
}
/* line 470, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-cand-select-container table tr td table {
  margin: 8px 24px 4px 4px;
}
/* line 474, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-cand-select-container table tr tr {
  border: none;
}
/* line 476, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-cand-select-container table tr tr:hover {
  background-color: transparent;
}
/* line 480, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-cand-select-container table tr:hover {
  background-color: #d5e3f2;
}
/* line 483, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-cand-select-container table tr.selected {
  background-color: #b4cce7;
}
/* line 489, ../sass/wsTcvPartials/_verify.scss */
.thc-hs.wstcv .wsSetupMode .page-verify .ws-cand-select-container .button-container .btn {
  float: none;
  width: auto;
  white-space: nowrap;
}
/* line 3, ../sass/wsTcvPartials/_header.scss */
.thc-hs.wstcv .control-header .row {
  background-color: #0e2141;
  color: white;
}
/* line 7, ../sass/wsTcvPartials/_header.scss */
.thc-hs.wstcv .control-header .logo {
  margin-top: 15px;
  display: inline-block;
}
/* line 11, ../sass/wsTcvPartials/_header.scss */
.thc-hs.wstcv .control-header .header {
  height: 72px;
}
/* line 14, ../sass/wsTcvPartials/_header.scss */
.thc-hs.wstcv .control-header .site-code-container {
  float: right;
  margin-top: 30px;
  font-size: 11px;
}
/* line 22, ../sass/wsTcvPartials/_header.scss */
.thc-hs.wstcv .control-header .ws-setup-container {
  float: right;
  margin-top: 20px;
  font-size: 11px;
}
/* line 26, ../sass/wsTcvPartials/_header.scss */
.thc-hs.wstcv .control-header .ws-setup-container strong {
  color: #b4cce7;
}
/* line 29, ../sass/wsTcvPartials/_header.scss */
.thc-hs.wstcv .control-header .ws-setup-container div {
  text-align: right;
}
/* line 100, ../../all/sass/modules/_utility.scss */
.thc-hs.wstcv .control-header .ws-setup-container svg[class^="icons-"], .thc-hs.wstcv .control-header .ws-setup-container svg[class*=" icons-"] {
  width: 6px;
  height: 6px;
  position: relative;
  top: -2px;
  margin: 0 4px;
}






/*# sourceMappingURL=screenLtr.css.map */
