@charset "UTF-8";

.infoBlue {
  color: blue;
}

.infoBlue:before {
  color: blue;
}

.warningYellow {
  color: black;
}

.warningYellow:before {
  color: black;
}

.errorRed {
  color: #CC0000;
}

.errorRed:before {
  color: #CC0000;
}

.successGreen {
  color: green;
}

.successGreen:before {
  color: green;
}

.declineBlue {
  color: #096ac8;
}

.declineBlue:before {
  color: #096ac8;
}

/* @group Base */

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid rgba(0, 53, 148, 0.5);
  border-top: 0;
  background: #fff;
  box-shadow: 0 none;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */

/* @group Single Chosen */

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  height: 25px;
  border: 1px solid rgba(0, 53, 148, 0.5);
  border-radius: 5px;
  background-color: #fff;
  box-shadow: none;
  color: #003594;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
  padding: 0.5rem 0.75rem;
  min-height: 42px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.chosen-container-single .chosen-single:focus {
  border: 1px solid #ffb81c;
  box-shadow: 0 0 0 0.2rem #ffb81c;
  outline: none;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  line-height: 24px;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/images/chosen-sprite.png?8b55a822e72b8fd5e2ee069236f2d797) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/chosen-sprite.png?8b55a822e72b8fd5e2ee069236f2d797) no-repeat 4px 11px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  line-height: 2;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid rgba(0, 53, 148, 0.5);
  background: url(/images/chosen-sprite.png?8b55a822e72b8fd5e2ee069236f2d797) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */

/* @group Results */

.chosen-container .chosen-results {
  color: #003594;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px 5px 11px;
  list-style: none;
  line-height: 2;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #003594;
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */

/* @group Multi Chosen */

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid rgba(0, 53, 148, 0.5);
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid rgba(0, 53, 148, 0.5);
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #003594;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/images/chosen-sprite.png?8b55a822e72b8fd5e2ee069236f2d797) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */

/* @group Active  */

.chosen-container-active .chosen-single {
  border: 1px solid #ffb81c;
  box-shadow: 0 0 0 0.2rem #ffb81c;
  outline: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid rgba(0, 53, 148, 0.5);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -14px 11px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */

/* @group Disabled Support */

.chosen-disabled {
  opacity: 0.2 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */

/* @group Right to Left */

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(/images/chosen-sprite.png?8b55a822e72b8fd5e2ee069236f2d797) no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: -15px 11px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -15px 11px;
}

/* @end */

/* @group Retina compatibility */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(/images/chosen-sprite@2x.png?614fad616d014daf5367e068505cad35) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */

select.is-invalid + div.chosen-container a {
  border-color: red !important;
}

select.is-invalid + div.chosen-container .chosen-drop {
  border-color: red !important;
}

.chosen-container-single .chosen-single span {
  color: #003594 !important;
}

.chosen-container + .instructions,
input + .instructions,
textarea + .instructions {
  margin-top: 8px;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */

@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.1);
  }

  20% {
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.1);
  }

  20% {
    transform: scale(1);
  }
}

.dropzone,
.dropzone * {
  box-sizing: border-box;
}

.dropzone {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.dropzone .dz-preview .dz-progress {
  top: 75%;
}

/*! jQuery UI - v1.12.1 - 2019-06-26
* http://jqueryui.com
* Includes: core.css, tabs.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.button {
  transition-duration: 0.2s;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.button.blue {
  background-color: #003594;
  color: #ffffff;
}

.button.blue:hover {
  background-color: #ffffff;
  color: #003594;
}

.filtersContainer {
  display: flex;
  margin: 25px auto;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .filtersContainer {
    display: block;
  }
}

#all {
  align-items: center;
  background-color: #CC0000;
  border-color: transparent;
  color: #ffffff;
  display: flex;
  flex: 0 0 auto;
  font-weight: 700;
  margin: 0 25px 0 0;
  min-width: 0;
}

@media only screen and (max-width: 767px) {
  #all {
    margin: 0;
    justify-content: center;
  }
}

#all:hover {
  background-color: #ffffff;
  border-color: #CC0000;
  color: #CC0000;
}

.filters {
  align-items: center;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  text-align: center;
}

.filters .filter {
  align-items: center;
  border-color: transparent;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  height: 34px;
  justify-content: center;
  line-height: 24px !important;
  margin: 5px !important;
  padding: 5px 8px;
}

.filters .filter#all {
  color: #ffffff;
}

.filters .filter:first-child {
  border-left: none;
}

.filters .filter:hover {
  border-color: #003594;
}

.filters .filter.active {
  background-color: #ffb81c;
  color: #003594;
  cursor: default;
  pointer-events: none;
}

.alert {
  border: 2px solid;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 15px;
}

.alert.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

.alert.alert-info {
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
}

.alert.alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}

.alert.alert-warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}

.alert .form-group:last-child {
  margin-bottom: 0;
}

.alert .alert {
  margin-bottom: 0;
}

.introduction {
  line-height: 2em;
  margin-bottom: 25px;
}

.introduction * {
  line-height: 2em;
}

.introduction * + * {
  margin-top: 0.5em;
}

.introduction ol,
.introduction ul {
  margin-left: 5%;
}

.instructions {
  font-size: 0.85em;
  font-style: italic;
  margin: 0 0 0.5em 0;
}

.asterisk {
  color: #CC0000;
  font-size: 1rem;
  font-style: normal;
  padding-left: 2px;
}

.recaptcha {
  margin-bottom: 1.75rem;
}

.form-group {
  margin-bottom: 1.75rem;
}

.form-group.required .fauxLabel:after,
.form-group.required legend:after,
.form-group.required label:after {
  color: #CC0000;
  content: "*";
  padding-left: 2px;
}

.form-group.required .radio label:after,
.form-group.required .checkbox label:after {
  display: none;
}

.form-group.inline {
  align-items: center;
  display: flex;
}

.form-group.inline.multirow {
  align-items: flex-start;
}

.form-group.inline.multirow label {
  padding-top: 0.375rem;
}

.form-group.inline label,
.form-group.inline legend,
.form-group.inline .fauxLabel {
  flex: 0 0 auto;
  margin: 0 1rem 0 0;
}

.form-group.inline .form-control {
  flex: 1;
}

.form-group label,
.form-group legend,
.form-group .fauxLabel {
  display: inline-block;
  font-weight: 700;
  line-height: 2em;
  margin-bottom: 0.5rem;
}

.form-group .form-control {
  border: 1px solid rgba(0, 53, 148, 0.5);
  border-radius: 0.25rem;
  color: #003594;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  min-height: 42px;
  outline: 0;
  padding: 0.5rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

.form-group .form-control:focus {
  border: 1px solid #ffb81c;
  box-shadow: 0 0 0 0.2rem #ffb81c;
  outline: none;
}

.form-group input[type=submit],
.form-group .btn_search,
.form-group .btn_go_back {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #003594;
  border: 1px solid #003594;
  border-radius: 0.25rem;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  outline: none;
  padding: 10px 20px;
}

.form-group input[type=submit]:hover,
.form-group .btn_search:hover,
.form-group .btn_go_back:hover {
  background-color: #ffb81c;
  color: #003594;
}

.form-group textarea.form-control {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  min-height: 114px;
}

.form-group .checkbox,
.form-group .radio {
  display: flex;
  margin: 15px 0 15px 2px;
}

.form-group .checkbox:first-child,
.form-group .radio:first-child {
  margin-top: 0;
}

.form-group .checkbox:last-child,
.form-group .radio:last-child {
  margin-bottom: 0;
}

.form-group .checkbox.inline,
.form-group .radio.inline {
  display: inline-block;
  margin-right: 1rem;
}

.form-group .checkbox.inline:last-child,
.form-group .radio.inline:last-child {
  margin-right: 0;
}

.form-group .checkbox label,
.form-group .radio label {
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 0;
  padding-left: 1.5rem;
  position: relative;
}

.form-group .checkbox label:before,
.form-group .radio label:before {
  background-color: #ffffff;
  border: 2px solid #003594;
  border-radius: 0.25rem;
  content: "";
  display: block;
  height: 1rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 4px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 1rem;
}

.form-group .checkbox input,
.form-group .radio input {
  opacity: 0;
  position: absolute;
}

.form-group .checkbox input:checked ~ label::before,
.form-group .radio input:checked ~ label::before {
  background-color: #ffb81c;
}

.form-group .checkbox input:focus ~ label::before,
.form-group .radio input:focus ~ label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 53, 148, 0.25);
}

.form-group .checkbox input:focus:not(:checked) ~ label::before,
.form-group .radio input:focus:not(:checked) ~ label::before {
  border-color: #003594;
}

.form-group .checkbox input:disabled ~ label::before,
.form-group .radio input:disabled ~ label::before {
  background-color: darkgray;
}

.form-group legend + .radio,
.form-group legend + .checkbox,
.form-group .fauxLabel + .radio,
.form-group .fauxLabel + .checkbox {
  margin-top: 0;
}

.form-group .radio label:before {
  border-radius: 1rem;
}

.form-separator {
  background-color: #ffb81c;
  font-size: 14px;
  font-weight: 700;
  margin: 25px 0;
  padding: 7px;
}

.form-separator + p {
  margin-top: 24px;
}

input.is-invalid {
  border-color: #CC0000 !important;
}

.row {
  display: flex;
  margin: 0 -15px;
}

@media only screen and (max-width: 767px) {
  .row {
    display: block;
    margin: 0;
  }
}

.row .form-group {
  flex: 1;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .row .form-group {
    padding: 0;
  }
}

.row .form-group.percent-20 {
  flex: 0 0 20%;
}

.row .form-group.percent-40 {
  flex: 0 0 40%;
}

.row .form-group.percent-60 {
  flex: 0 0 60%;
}

.row .form-group.percent-80 {
  flex: 0 0 80%;
}

.row .form-group.percent-25 {
  flex: 0 0 25%;
}

.row .form-group.percent-50 {
  flex: 0 0 50%;
}

.row .form-group.percent-75 {
  flex: 0 0 75%;
}

h1 {
  font-family: "Rubik", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  padding-bottom: 36px;
  position: relative;
  text-align: center;
}

h1:after {
  background-image: url(/images/swoosh.svg?d970d8a70d6e755dc8214f52e84b3091);
  bottom: 12px;
  content: " ";
  height: 10px;
  left: calc(50% - 43px);
  position: absolute;
  width: 86px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  margin: 1.5rem 0 1rem 0;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.75rem;
  }
}

.titleBar {
  align-items: flex-start;
  display: flex;
  margin-bottom: 2rem;
}

.titleBar h1 {
  flex: 1;
  margin-bottom: 0;
}

.titleBar a {
  flex: 0 0 auto;
  margin: 0;
  min-width: 0;
  padding: 1rem;
}

i {
  font-size: 1.5rem;
}

i.small {
  font-size: 1rem;
}

td i {
  margin: 0 4px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

#impersonationBar {
  background-color: #003594;
  color: #ffffff;
}

#impersonationBar .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

#impersonationBar .container p {
  flex: 1;
}

#impersonationBar .container i {
  flex: 0 0 auto;
}

#loading,
#loadingDiv {
  align-items: center;
  background-color: rgba(0, 53, 148, 0.75);
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#loading .inner,
#loadingDiv .inner {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
}

#loading .inner i,
#loadingDiv .inner i {
  color: #ffb81c;
  font-size: 150px;
}

#loading .inner i:before,
#loadingDiv .inner i:before {
  font-size: 150px;
}

#loading {
  display: none;
}

.dataTables_filter {
  margin-bottom: 24px;
}

table.dataTable td,
table.dataTable th {
  vertical-align: middle;
}

table.dataTable th {
  background-color: #003594;
  border-left: 1px solid #ffffff;
  color: #ffffff;
}

table.dataTable th:first-child {
  border-left: none;
}

.dtr-data,
.dtr-title {
  display: inline-block !important;
}

.dtr-data {
  padding-left: 50px !important;
}

.tabularData {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .tabularData {
    margin-bottom: 0;
  }
}

.tabularData .row {
  display: flex;
  margin: 0;
  width: 100%;
}

@media only screen and (max-width: 980px) {
  .tabularData .row {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .tabularData .row {
    display: block;
  }
}

.tabularData .row + .row {
  margin-top: 20px;
}

@media only screen and (max-width: 980px) {
  .tabularData .row + .row {
    margin-top: 0;
  }
}

.tabularData .row .heading,
.tabularData .row .data {
  padding: 10px 25px;
}

@media only screen and (max-width: 980px) {
  .tabularData .row .heading,
  .tabularData .row .data {
    margin: 5px 0;
  }
}

@media only screen and (max-width: 767px) {
  .tabularData .row .heading,
  .tabularData .row .data {
    font-size: 15px;
    overflow: hidden;
    padding: 10px 0;
  }
}

.tabularData .row .heading {
  background-color: #ffc84f;
  border: 1px solid #003594;
  flex: 0 0 20%;
  font-weight: 700;
}

@media only screen and (max-width: 980px) {
  .tabularData .row .heading {
    flex: 0 0 40%;
  }
}

@media only screen and (max-width: 767px) {
  .tabularData .row .heading {
    padding: 10px;
  }
}

.tabularData .row .data {
  flex: 0 0 30%;
}

@media only screen and (max-width: 980px) {
  .tabularData .row .data {
    flex: 0 0 60%;
  }
}

.assignContainer #tabs .form-group.flexed {
  display: flex;
  flex-wrap: wrap;
}

.assignContainer #tabs .form-group.flexed .checkbox {
  flex: 0 0 25%;
  margin: 15px 0;
}

.assignContainer #tabs ul {
  padding-left: 0;
}

.assignContainer #tabs ul li.ui-tab .tab {
  background-color: #003594;
  border: 1px solid #003594;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  color: #ffffff;
  position: relative;
  top: 1px;
}

.assignContainer #tabs ul li.ui-tab .tab:focus {
  outline: none;
}

.assignContainer #tabs ul li.ui-tab.ui-state-active .tab {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
  color: #003594;
}

.assignContainer #tabs .tabContent {
  border: 1px solid #003594;
}

.assignContainer .spinner {
  font-size: 60px;
  padding: 25px 0;
  text-align: center;
  width: 100%;
}

.assignContainer i {
  font-size: 0;
}

.assignContainer i:before {
  font-size: 18px;
}

.unassignedLocations {
  border: 1px solid #003594;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .unassignedLocations {
    display: block;
  }
}

.unassignedLocations .states {
  background-color: #003594;
  flex: 0 0 20%;
}

.unassignedLocations .states .state {
  background-color: #003594;
  border: 1px solid transparent;
  color: #ffffff;
  cursor: pointer;
  padding: 12px 10px;
}

.unassignedLocations .states .state.selected {
  background-color: #ffb81c;
  color: #003594;
}

.unassignedLocations .counties {
  background-color: #ffb81c;
  flex: 0 0 20%;
}

.unassignedLocations .counties.empty {
  background-color: transparent;
}

.unassignedLocations .counties .county {
  background-color: #ffb81c;
  border: 1px solid #ffb81c;
  color: #003594;
  cursor: pointer;
  padding: 12px 10px;
}

.unassignedLocations .counties .county.selected {
  background-color: #ffffff;
  border-color: #ffffff;
}

.unassignedLocations .zips {
  border: 1px solid #ffffff;
  flex: 0 0 60%;
}

.unassignedLocations .zips .zip {
  float: left;
  padding: 12px 10px;
  width: 50%;
}

#assignments h2 {
  background-color: #003594;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.5rem;
  margin: 0;
  padding: 8px 12px;
}

#assignments .countyInner {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding: 12px 10px 12px 0;
  width: 90%;
}

#assignments .countyInner > * {
  flex: 0 0 25%;
  margin: 4px 0;
}

@media only screen and (max-width: 980px) {
  #showApplication #mainContent .container {
    width: 100%;
  }
}

#showApplication #mainContent .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

@media only screen and (max-width: 980px) {
  #showApplication #mainContent .header {
    display: block;
  }
}

#showApplication #mainContent .header h1 {
  align-items: center;
  display: flex;
  margin-bottom: 0;
}

@media only screen and (max-width: 980px) {
  #showApplication #mainContent .header h1 {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
}

#showApplication #mainContent .header .completionStatus {
  align-items: center;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  justify-content: center;
  padding: 10px 25px;
  text-transform: uppercase;
}

#showApplication #mainContent .header .completionStatus.completed {
  background-color: #80ff80;
}

#showApplication #mainContent .header .completionStatus.incomplete {
  background-color: #ff9999;
}

#showApplication #mainContent .data {
  display: flex;
}

@media only screen and (max-width: 980px) {
  #showApplication #mainContent .data {
    display: block;
  }
}

#showApplication #mainContent .data .left,
#showApplication #mainContent .data .right {
  flex: 1;
}

#showApplication #mainContent .data .right form {
  border: 2px dotted #003594;
  padding: 10px 5px;
}

#showApplication #mainContent .data .row {
  display: flex;
}

#showApplication #mainContent .data .row:last-child .label span,
#showApplication #mainContent .data .row:last-child .value span {
  border-bottom: none;
}

@media only screen and (max-width: 980px) {
  #showApplication #mainContent .data .row {
    padding: 0 10px;
  }
}

#showApplication #mainContent .data .row .label,
#showApplication #mainContent .data .row .value {
  padding: 10px 5px;
}

@media only screen and (max-width: 980px) {
  #showApplication #mainContent .data .row .label,
  #showApplication #mainContent .data .row .value {
    flex: 0 0 50%;
  }
}

#showApplication #mainContent .data .row .label span,
#showApplication #mainContent .data .row .value span {
  display: inline-block;
}

#showApplication #mainContent .data .row .label {
  flex: 0 0 150px;
  font-weight: 700;
  max-width: 50%;
  text-align: right;
}

@media only screen and (max-width: 980px) {
  #showApplication #mainContent .data .row .label span {
    border: none;
  }
}

#showApplication #mainContent .data .row .value span {
  padding-left: 5px;
}

@media only screen and (max-width: 980px) {
  #showApplication #mainContent .data .row .value span {
    border: none;
    border-left: 2px solid #003594;
  }
}

#showApplication #mainContent .data .row .value span#missingItems {
  display: flex;
}

@media only screen and (max-width: 980px) {
  #showApplication #mainContent .data .row .value span#missingItems {
    display: block;
  }
}

#showApplication #mainContent .data .row .value span#missingItems div::before {
  color: #003594;
  content: "\B7";
  font-size: 24px;
  margin: 0 15px;
}

@media only screen and (max-width: 980px) {
  #showApplication #mainContent .data .row .value span#missingItems div::before {
    display: none;
  }
}

#showApplication #mainContent .data .row .value span#missingItems div:first-child::before {
  display: none;
}

#showApplication #mainContent .missingItem {
  align-items: center;
  padding-bottom: 20px;
}

#showApplication #mainContent .missingItem .fa-exclamation {
  color: #CC0000;
  font-size: 20px;
  margin-right: 5px;
}

#showApplication #mainContent .missingItem .description {
  font-size: 14px;
  line-height: 18px;
  margin-top: 8px;
}

#showApplication #mainContent .processingAlert {
  display: none;
}

#showApplication #mainContent .processingAlert > * {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 58px;
  width: 100%;
}

#showApplication #mainContent #transcriptNote {
  align-items: center;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 980px) {
  #showApplication #mainContent #transcriptNote {
    display: block;
  }
}

#showApplication #mainContent #transcriptNote p {
  margin-top: 5px;
  padding-right: 15px;
}

@media only screen and (max-width: 980px) {
  #showApplication #mainContent #transcriptNote p {
    padding-right: 0;
  }
}

#showApplication #mainContent hr {
  margin: 2rem 0;
}

.separator {
  background-color: #003594;
  color: #ffffff;
  margin: 25px 0;
  padding: 12px;
  width: 100%;
}

#missingSchoolInformation {
  display: none;
}

#personnelHome .repContainer {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  #personnelHome .repContainer {
    display: block;
  }
}

#personnelHome .repContainer > * {
  flex: 0 0 24%;
  margin: 4px 0;
}

@media only screen and (max-width: 980px) {
  #personnelHome .repContainer > * {
    flex: 0 0 32%;
  }
}

.rep .top {
  display: flex;
}

.rep .top .text {
  flex: 1;
  margin-right: 50px;
}

.rep .top .text .introduction {
  margin-top: 0;
}

.rep .top .photo {
  flex: 0 0 auto;
  max-width: 300px;
}

.rep .bottom {
  margin-top: 25px;
}

.rep .bottom #locationsTable_filter {
  margin-bottom: 10px;
}

.rep .bottom ul {
  list-style-type: disc;
  margin-left: 25px;
}

.rep .bottom ul ul {
  list-style-type: circle;
  margin-left: 25px;
}

header #mobileMenu nav ul.menu > li > a:after {
  display: none;
}

#mainContent {
  min-height: calc(100vh - 238px);
}

@media only screen and (max-width: 767px) {
  footer {
    padding-bottom: 0;
  }
}

.container.maximized {
  max-width: 94% !important;
}

