html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  background-color: #fff; }

img {
  border: none; }

a, a:link, a:visited, a:hover {
  color: #00727F;
  font-weight: 400;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

p {
  font-weight: 400;
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 16px; }

h1, h2, h3 {
  font-weight: 400; }

h1 {
  font-size: 20px; }

h2 {
  font-size: 18px;
  margin-bottom: 16px; }

h3 {
  font-size: 16px; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.code {
  font-family: "Courier New", monospace; }

.fixed-width {
  font-family: "Courier New", monospace;
  font-size: 90%; }

td {
  padding: 8px;
  vertical-align: baseline; }

th {
  font-size: 16px;
  color: #646464;
  font-weight: 400; }

pre {
  white-space: normal; }

ul {
  padding: 0 0 0 16px; }
  ul > li {
    list-style-type: disc; }

label {
  display: block;
  margin-left: 32px;
  margin-bottom: 16px; }

label > input[type='radio'], label > input[type='checkbox'] {
  float: left;
  margin-left: -32px;
  margin-right: 0;
  margin-top: .25em; }

td > label {
  margin-left: 0; }

h1 .note, h2 .note {
  font-size: 14px; }

input {
  font-weight: 400;
  font-family: "Lato", sans-serif; }

.note {
  margin-top: 8px;
  font-size: 14px;
  display: block;
  color: #646464; }

button, input[type='button'], input[type="submit"] {
  background: #177FA7;
  color: white;
  border-radius: 3px;
  border: none;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  padding: 8px;
  font-size: 14px;
  cursor: pointer; }
  button:hover, input[type='button']:hover, input[type="submit"]:hover {
    background: #0C6B8F;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.12); }
  button:active:not([disabled]), input[type='button']:active:not([disabled]), input[type="submit"]:active:not([disabled]) {
    background: #020A1B;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.12); }
  button[disabled], input[type='button'][disabled], input[type="submit"][disabled] {
    opacity: 0.5;
    cursor: default; }
    button[disabled]:hover, input[type='button'][disabled]:hover, input[type="submit"][disabled]:hover {
      background: #177FA7;
      box-shadow: none; }

input[type='button'], input[type='submit'] {
  padding: 8px;
  width: auto; }

input[type='button'] {
  margin-right: 16px; }

.answerdash-error {
  color: #b30000; }

.alternating-rows tr:nth-child(even) {
  background-color: #f2f2f2; }

.close-button {
  right: 16px;
  top: 16px;
  line-height: 16px;
  position: absolute;
  cursor: pointer;
  font-size: 40px;
  color: #00e4ff; }
  .close-button:hover {
    color: white; }

input[type='text'], input[type='password'], textarea, .selectize-input {
  margin-bottom: 16px;
  box-sizing: border-box;
  border: solid 1px gainsboro !important;
  padding: 8px;
  font-weight: 400;
  background-color: #f8f8f8;
  border-radius: 0 !important;
  font-size: 16px; }
  input[type='text'].answerdash-error, input[type='password'].answerdash-error, textarea.answerdash-error, .selectize-input.answerdash-error {
    background-color: #ff8080;
    color: white; }

input[type='text'], input[type='password'], textarea {
  width: 100%; }

.bordered-window {
  border: 1px solid gainsboro;
  padding: 16px;
  background: white;
  overflow-y: scroll;
  height: 10em; }

h1 .icon {
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5)); }

.numbered-step {
  display: inline-block;
  background: #fff;
  color: #000;
  border-radius: 1.5em;
  text-align: center;
  width: 1.25em;
  height: 1.25em;
  padding: .25em;
  margin-top: -16px;
  border: 1px solid gainsboro; }

.validation-feedback {
  color: #b30000; }

.bordered-table {
  width: 100%; }
  .bordered-table tr:first-child, .bordered-table tr:last-child {
    border-bottom: 1px solid gainsboro; }

@-webkit-keyframes attentionanimation {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

@-moz-keyframes attentionanimation {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

@keyframes attentionanimation {
  0% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

.attention {
  -webkit-animation-direction: normal;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: attentionanimation;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-direction: normal;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-name: attentionanimation;
  -moz-animation-timing-function: ease-in-out;
  animation-direction: normal;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: attentionanimation;
  animation-timing-function: ease-in-out; }
