/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2px;
  padding-right: 2px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2px;
  padding-right: 2px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -2px;
  margin-right: -2px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

figure {
  margin: 0px; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0px;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

body {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #262626;
  background-color: #ffffff; }
  body div.placeholderContainer {
    width: 100%;
    position: relative; }
  body div.placeholderHost {
    left: 0px;
    top: 0px;
    width: 100%;
    position: absolute;
    z-index: 5; }

a {
  color: #0067B8;
  text-decoration: none; }
  a:visited {
    color: #0067B8; }
  a:active {
    color: #999;
    outline: 0; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  a:hover {
    color: #666;
    text-decoration: underline; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"],
input[type="email"], input[type="month"], input[type="number"], input[type="password"],
input[type="search"], input[type="tel"], input[type="text"], input[type="time"],
input[type="url"], input[type="week"], textarea {
  border-style: solid;
  border-color: black;
  border-color: rgba(0, 0, 0, 0.6);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-radius: 0px;
  padding: 6px 0px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.4);
  outline: none;
  height: 36px; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus,
  input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus,
  input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus,
  input[type="url"]:focus, input[type="week"]:focus, textarea:focus {
    border-color: #0067b8; }

@font-face {
  font-family: 'Segoe UI Webfont';
  src: local("Segoe UI Light");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI Webfont';
  src: local("Segoe UI");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI Webfont';
  src: local("Segoe UI Semibold");
  font-weight: 600;
  font-style: normal; }

#footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  overflow: visible;
  z-index: 99;
  clear: both;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }
  @media (max-width: 600px), (max-height: 338px) {
    #footer {
      background: #fff;
      display: flex;
      flex-direction: column; } }

.background {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%; }
  .background .blur {
    background-image: url(images/hrd/Background-blurryGradient.svg);
    -webkit-animation: animate-fadeIn;
    -o-animation: animate-fadeIn;
    animation: animate-fadeIn; }
  .background .full {
    background-image: url(images/hrd/Background-blurryGradient.svg);
    -webkit-animation: animate-fadeIn;
    -o-animation: animate-fadeIn;
    animation: animate-fadeIn; }
  .background > div {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: cover, cover; }
    @media (max-width: 600px), (max-height: 338px) {
      .background > div {
        display: none; } }
  @media (max-width: 600px), (max-height: 338px) {
    .background {
      display: none; } }

.alert-error {
  color: #e81123 !important; }

.button-container {
  position: absolute;
  bottom: 44px; }

div .footerNode {
  margin: 0px; }
  div .footerNode a {
    white-space: nowrap;
    display: inline-block; }
  div .footerNode a, div .footerNode span {
    color: #fff;
    font-size: 0.75rem;
    line-height: 28px;
    white-space: nowrap;
    display: inline-block;
    float: right;
    margin-left: 8px;
    margin-right: 8px; }
    @media (max-width: 600px), (max-height: 338px) {
      div .footerNode a, div .footerNode span {
        color: #747474;
        float: left; } }

div .placeholder {
  margin-top: 7px;
  padding-right: 2px;
  padding-left: 2px;
  padding-bottom: 60px; }

:-ms-input-placeholder, div.placeholder {
  color: #666;
  background-color: transparent;
  white-space: nowrap;
  cursor: text; }

html[dir='ltr'] div.placeholder, html[dir='ltr'] :-ms-input-placeholder {
  text-align: left; }

html[dir='ltr'] .button-container {
  right: 44px;
  text-align: right; }

html[dir='ltr'] .alert, html[dir='ltr'] .alert-error {
  text-align: left; }

html[dir='rtl'] div.placeholder, html[dir='rtl'] :-ms-input-placeholder {
  text-align: right; }

html[dir='rtl'] .button-container {
  left: 44px;
  text-align: left; }

html[dir='rtl'] .alert, html[dir='rtl'] .alert-error {
  text-align: right; }

.description {
  word-wrap: break-word; }

.form-control {
  display: block;
  width: 100%;
  background-image: none; }
  .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    /* Firefox */ }
  .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11, Microsoft Edge */
    color: rgba(0, 0, 0, 0.6); }

.inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-height: 338px;
  min-width: 320px;
  max-width: 440px;
  width: calc(100% - 40px);
  padding: 44px;
  margin-bottom: 28px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.55);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(0, 0, 0, 0.4); }
  @media (max-width: 600px), (max-height: 338px) {
    .inner {
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 0px;
      width: 100%; } }

.inline-block {
  display: inline-block; }

.logo {
  max-width: 256px;
  height: 24px;
  padding: 0px;
  -webkit-animation: animate-fadeIn;
  -moz-animation: animate-fadeIn;
  -o-animation: animate-fadeIn;
  animation: animate-fadeIn; }

.middle {
  display: table-cell;
  vertical-align: middle; }
  @media (max-width: 600px), (max-height: 338px) {
    .middle {
      vertical-align: top; } }

.no-padding-left-right {
  padding-left: 0px;
  padding-right: 0px; }

.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%; }

.text-secondary {
  max-width: 40vw;
  max-height: 10vh;
  font-size: 0.8125rem; }

.text-body, p {
  line-height: 20px;
  font-weight: 400; }

.text-title, h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 600;
  font-family: "Segoe UI", "Helvetica Neue", "Lucida Grande", "Roboto", "Ebrima", "Nirmala UI", "Gadugi", "Segoe Xbox Symbol", "Segoe UI Symbol", "Meiryo UI", "Khmer UI", "Tunga", "Lao UI", "Raavi", "Iskoola Pota", "Latha", "Leelawadee", "Microsoft YaHei UI", "Microsoft JhengHei UI", "Malgun Gothic", "Estrangelo Edessa", "Microsoft Himalaya", "Microsoft New Tai Lue", "Microsoft PhagsPa", "Microsoft Tai Le", "Microsoft Yi Baiti", "Mongolian Baiti", "MV Boli", "Myanmar Text", "Cambria Math"; }

.text-title, h3, .text-body, p {
  color: #404040;
  padding: 0px; }

.btn-block {
  display: block;
  width: 100%; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%; }

.btn, button, input[type="button"], input[type="submit"], input[type="reset"] {
  display: inline-block;
  min-width: 108px;
  padding: 4px 12px 4px 12px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
  touch-action: manipulation;
  color: #000;
  border-style: solid;
  border-width: 1px;
  border-radius: 0px;
  border-color: transparent;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.2); }
  .btn:active, button:active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active {
    outline: none;
    text-decoration: none;
    -ms-transform: scale(0.98);
    -webkit-transform: scale(0.98);
    transform: scale(0.98); }
  .btn:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    background-color: #005da6;
    cursor: pointer; }
  .btn:focus, button:focus, input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus {
    text-decoration: underline;
    outline: 2px solid #000; }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn, button.disabled, button[disabled], fieldset[disabled] button, input[type="button"].disabled, input[type="button"][disabled], fieldset[disabled] input[type="button"], input[type="submit"].disabled, input[type="submit"][disabled], fieldset[disabled] input[type="submit"], input[type="reset"].disabled, input[type="reset"][disabled], fieldset[disabled] input[type="reset"] {
    cursor: not-allowed;
    pointer-events: none;
    outline: none;
    color: black !important;
    color: rgba(0, 0, 0, 0.2) !important;
    border-color: transparent !important;
    background-color: black !important;
    background-color: rgba(0, 0, 0, 0.2) !important; }
  .btn.btn-primary, button.btn-primary, input[type="button"].btn-primary, input[type="submit"].btn-primary, input[type="reset"].btn-primary {
    border-color: #0067b8;
    background-color: #0067b8;
    color: #fff; }
    .btn.btn-primary:active, button.btn-primary:active, input[type="button"].btn-primary:active, input[type="submit"].btn-primary:active, input[type="reset"].btn-primary:active {
      background-color: rgba(0, 0, 0, 0.4);
      border-color: transparent; }
    .btn.btn-primary:hover, button.btn-primary:hover, input[type="button"].btn-primary:hover, input[type="submit"].btn-primary:hover, input[type="reset"].btn-primary:hover {
      background-color: #005da6; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, button.btn-primary:hover, button.btn-primary:focus, input[type="button"].btn-primary:hover, input[type="button"].btn-primary:focus, input[type="submit"].btn-primary:hover, input[type="submit"].btn-primary:focus, input[type="reset"].btn-primary:hover, input[type="reset"].btn-primary:focus {
      border-color: #004e8c; }
    .btn.btn-primary:focus, button.btn-primary:focus, input[type="button"].btn-primary:focus, input[type="submit"].btn-primary:focus, input[type="reset"].btn-primary:focus {
      outline: 2px solid #000000;
      text-decoration: underline; }
  .btn.btn-override:focus, button.btn-override:focus, input[type="button"].btn-override:focus, input[type="submit"].btn-override:focus, input[type="reset"].btn-override:focus {
    outline: 2px solid #000000;
    text-decoration: none !important; }
  .btn.btn-secondary, button.btn-secondary, input[type="button"].btn-secondary, input[type="submit"].btn-secondary, input[type="reset"].btn-secondary {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
    color: #424242; }
    .btn.btn-secondary:active, button.btn-secondary:active, input[type="button"].btn-secondary:active, input[type="submit"].btn-secondary:active, input[type="reset"].btn-secondary:active {
      background-color: #FFFFFF;
      border-color: transparent; }
    .btn.btn-secondary:hover, button.btn-secondary:hover, input[type="button"].btn-secondary:hover, input[type="submit"].btn-secondary:hover, input[type="reset"].btn-secondary:hover {
      background-color: #FFFFFF; }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus, button.btn-secondary:hover, button.btn-secondary:focus, input[type="button"].btn-secondary:hover, input[type="button"].btn-secondary:focus, input[type="submit"].btn-secondary:hover, input[type="submit"].btn-secondary:focus, input[type="reset"].btn-secondary:hover, input[type="reset"].btn-secondary:focus {
      border-color: #FFFFFF; }
    .btn.btn-secondary:focus, button.btn-secondary:focus, input[type="button"].btn-secondary:focus, input[type="submit"].btn-secondary:focus, input[type="reset"].btn-secondary:focus {
      outline: 2px solid #000000;
      text-decoration: underline; }

a.btn:visited {
  color: #000; }

a.btn.btn-primary:visited {
  color: #fff; }

.picker:hover, .picker:focus {
  background-color: #dcdcdc;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer; }

.picker:active {
  background-color: #c0c0c0;
  background-color: rgba(0, 0, 0, 0.3); }

.picker .selected:hover {
  background-color: #d3d3d3;
  background-color: rgba(0, 0, 0, 0.2); }

.progress {
  position: absolute;
  bottom: 0px;
  height: 6px;
  width: 97%;
  width: calc(100% - 3px); }
  .progress.spinnerText {
    margin: 0px;
    margin-left: 20px;
    position: relative; }
  .progress.spinner {
    float: left;
    margin-top: 3px;
    height: 16px;
    width: 16px;
    position: relative;
    animation: rotate .8s infinite linear;
    border: 4px solid #0078d7;
    border-right-color: #fff;
    border-radius: 50%; }
  .progress.spinnerLarge {
    margin: auto;
    height: 100px;
    width: 100px;
    position: relative;
    animation: rotate .8s infinite linear;
    border: 4px solid #0078d7;
    border-right-color: #fff;
    border-radius: 50%; }
  .progress > div {
    position: absolute;
    height: 3px;
    width: 3px;
    background-color: #696969;
    z-index: 100; }
  .progress > div {
    -webkit-animation: progressDot 2.5s ease-in 0s infinite;
    -o-animation: progressDot 2.5s ease-in 0s infinite;
    animation: progressDot 2.5s ease-in 0s infinite; }
  .progress > div:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  .progress > div:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .progress > div:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .progress > div:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .progress > div:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }

.progressCommon {
  position: relative;
  animation: rotate .8s infinite linear;
  border: 4px solid #0078d7;
  border-right-color: #fff;
  border-radius: 50%; }

.row.tile:focus .progress > div, .row.tile:focus:hover .progress > div, .row.tile:active .progress > div {
  background-color: #fff; }

@-webkit-keyframes progressDot {
  from {
    left: 0%;
    -webkit-animation-timing-function: ease-in; }
  40% {
    left: 33%; }
  70% {
    left: 33%;
    -webkit-animation-timing-function: ease-out; }
  to {
    left: 100%; } }

@-moz-keyframes progressDot {
  from {
    left: 0%;
    -moz-animation-timing-function: ease-in; }
  40% {
    left: 33%; }
  70% {
    left: 33%;
    -moz-animation-timing-function: ease-out; }
  to {
    left: 100%; } }

@-o-keyframes progressDot {
  from {
    left: 0%;
    -o-animation-timing-function: ease-in; }
  40% {
    left: 33%; }
  70% {
    left: 33%;
    -o-animation-timing-function: ease-out; }
  to {
    left: 100%; } }

@keyframes progressDot {
  from {
    left: 0%;
    animation-timing-function: ease-in; }
  40% {
    left: 33%; }
  70% {
    left: 33%;
    animation-timing-function: ease-out; }
  to {
    left: 100%; } }

.no-margin-top-bottom {
  margin-top: 0px;
  margin-bottom: 0px; }

.margin-bottom-8 {
  margin-top: 0px;
  margin-bottom: 8px; }

.margin-bottom-12 {
  margin-top: 0px;
  margin-bottom: 12px; }

.margin-bottom-16 {
  margin-top: 0px;
  margin-bottom: 16px; }

.margin-bottom-20 {
  margin-top: 0px;
  margin-bottom: 20px; }

.margin-top-12 {
  margin-top: 12px; }

.feedback-icons-container {
  position: relative;
  display: flex;
  overflow: hidden;
  gap: 6px; }

.feedback-icon-container {
  position: relative;
  /* Establish a positioning context for the icons */ }

button.feedback-icon-container {
  display: inline-block;
  width: 18px;
  min-width: 0;
  height: 18px;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  line-height: 0;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer; }

.feedback-icon-container:hover {
  background-color: transparent; }

button.feedback-icon-container img {
  display: block;
  width: 18px;
  height: 18px;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  border: 0; }

.feedback-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  /* Smooth transition for hover effect */ }

#feedback-prompt,
#thankyou-message {
  display: inline-block;
  position: relative; }

#thumbsUpIcon,
#thumbsDownIcon {
  opacity: 1;
  /* Default icon visible */
  visibility: visible;
  z-index: 1; }

#thumbsUpFilledIcon,
#thumbsDownFilledIcon {
  opacity: 0;
  /* Filled icon hidden by default */
  visibility: hidden;
  z-index: 2; }

.feedback-icon-container:hover #thumbsUpIcon,
.feedback-icon-container:hover #thumbsDownIcon,
.feedback-icon-container:focus #thumbsUpIcon,
.feedback-icon-container:focus #thumbsDownIcon {
  opacity: 0;
  /* Hide default icon on hover */
  visibility: hidden; }

.feedback-icon-container:hover #thumbsUpFilledIcon,
.feedback-icon-container:hover #thumbsDownFilledIcon,
.feedback-icon-container:focus #thumbsUpFilledIcon,
.feedback-icon-container:focus #thumbsDownFilledIcon {
  opacity: 1;
  /* Show filled icon on hover */
  visibility: visible; }

.feedback-section {
  font-size: 12px;
  bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 8px;
  margin-right: 8px;
  color: #fff;
  display: none; }
  @media (max-width: 600px), (max-height: 338px) {
    .feedback-section {
      display: flex;
      color: #000;
      float: left; } }
