/* Constants that are used in other css files as well as imported in js /*

/* Colors */

/* Progress Bar */

/* holiday lights *//*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/assets/fontawesome-webfont-G5YE5S7X.eot?v=4.7.0");
  src: url("/assets/fontawesome-webfont-G5YE5S7X.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/assets/fontawesome-webfont-B-jkhYfk.woff2?v=4.7.0") format("woff2"), url("/assets/fontawesome-webfont-CDK5bt4p.woff?v=4.7.0") format("woff"), url("/assets/fontawesome-webfont-CQDK8MU3.ttf?v=4.7.0") format("truetype"), url("/assets/fontawesome-webfont-D13rzr4g.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Constants that are used in other css files as well as imported in js /*

/* Colors */
:export {
  white: #fff;
  ltergrey: #eaeaea;
  ltgrey: #c4c4c6;
  midgrey: #807f83;
  dkgrey: #333;
  skyblue: #f0f2fa;
  ltblue: #d7dcf1;
  midblue: #8a97cf;
  blue: #1D2954;
  navy: #2f4089;
  ltred: #EBC7BE;
  midred: #DC9A8A;
  red: #c4563c;
  ltgreen: #EAF7E5;
  midgreen: #9FDC89;
  green: #5fc43b;
  gold: #f6cf3f;
  ltgold: #fdf0c2;
}

/* Progress Bar */
:export {
  stepMaxLineWidth: 165;
  outerCircleDiameter: 35;
  innerCircleDiameter: 25;
}

/* holiday lights */
:export {
  globe-width: 12px;
  globe-height: 28px;
  globe-spacing: 40px;
  globe-spread: 3px;
  light-off-opacity: 0.4;
}

@font-face {
  font-family: "Univers";
  src: url("/assets/63aa74f9-a724-4074-85c7-4167c0448227-BaxbyPqD.eot?#iefix") format("eot"), url("/assets/97c0f83d-39ac-412b-9d8a-d98208c0ce8d-DJ4QXSLz.woff2") format("woff2"), url("/assets/fc09acb4-f628-4ba0-b648-d2ca30265b20-XhLOjphj.woff") format("woff"), url("/assets/3cb4004c-2eea-45d4-a0b5-7af6f817c451-CULFKyfO.ttf") format("truetype"), url("/assets/4d6ce461-aa11-472f-af6d-7466479534e1-CCfdgmf5.svg") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Univers";
  src: url("/assets/6a8ecc96-ca25-462d-b743-4d3a0a56488b-BiVV8GVl.eot?#iefix") format("eot"), url("/assets/d9a4647f-eae6-4f43-9bea-905996bf7d4c-Bslhf3MG.woff2") format("woff2"), url("/assets/cb3c8591-6f6f-498c-b8e7-ee3a9d0a7547-BSdKQSOF.woff") format("woff"), url("/assets/65a9b4cb-e63b-452a-bea2-bd37cc2b10f6-CS_JFneg.ttf") format("truetype"), url("/assets/a7a08b81-ee91-4e2b-b0ac-2a87a44e0eda-DaiKnWbI.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Univers";
  src: url("/assets/365d926e-03e5-4406-a883-fd0f9e462339-YZFPV9ei.eot?#iefix") format("eot"), url("/assets/043eef6e-81ef-483c-831c-7bfd6628554b-CrvEzhsB.woff2") format("woff2"), url("/assets/7b11912a-986d-462e-b88a-4a1758eb23f1-CR2vb3i3.woff") format("woff"), url("/assets/545a8d94-3389-418c-9b0a-bfc16d1f8285-BN9uUqpj.ttf") format("truetype"), url("/assets/f499fe08-3b8d-4033-a5cf-9089676d1ca5-JRpZ-HJy.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Univers";
  src: url("/assets/1704714d-e1a2-4c14-91b2-279e94ba5706-DQhPwQ65.eot?#iefix") format("eot"), url("/assets/c21cb708-eacd-40d7-931d-13b4b66fec3b-Nq9k7d5C.woff2") format("woff2"), url("/assets/00f88057-c6a6-448b-be2e-e8bc4a9c28d4-l_pr4GxG.woff") format("woff"), url("/assets/4e503d23-4bcf-4a2f-b45f-846380d958c9-BQG8Y_O1.ttf") format("truetype"), url("/assets/38b5b039-d625-4f03-8edd-4faadd911c24-BxFrvhX5.svg") format("svg");
  font-weight: 300;
  font-style: italic;
}
#tooltip-portal {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 100;
  overflow: hidden;
}

/* Loading animation */
.dna_cont {
  transform: scale(0.45) rotateY(180deg);
}

.nucleobase {
  display: inline;
  position: relative;
  vertical-align: middle;
}
.nucleobase:not(:last-child) {
  margin-right: 19.44px;
}
.nucleobase:before, .nucleobase:after {
  content: "";
  display: inline;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
}
.nucleobase:nth-child(1) {
  animation-delay: -1.869s;
}
.nucleobase:nth-child(1):before {
  animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation-delay: -1.869s;
  background-color: #f6cf3f;
}
.nucleobase:nth-child(1):after {
  animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation-delay: -1.869s;
  background-color: #1D2954;
}
.nucleobase:nth-child(2) {
  animation-delay: -3.738s;
}
.nucleobase:nth-child(2):before {
  animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation-delay: -3.738s;
  background-color: #f6cf3f;
}
.nucleobase:nth-child(2):after {
  animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation-delay: -3.738s;
  background-color: #1D2954;
}
.nucleobase:nth-child(3) {
  animation-delay: -5.607s;
}
.nucleobase:nth-child(3):before {
  animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation-delay: -5.607s;
  background-color: #f6cf3f;
}
.nucleobase:nth-child(3):after {
  animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation-delay: -5.607s;
  background-color: #1D2954;
}
.nucleobase:nth-child(4) {
  animation-delay: -7.476s;
}
.nucleobase:nth-child(4):before {
  animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation-delay: -7.476s;
  background-color: #f6cf3f;
}
.nucleobase:nth-child(4):after {
  animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation-delay: -7.476s;
  background-color: #1D2954;
}
.nucleobase:nth-child(5) {
  animation-delay: -9.345s;
}
.nucleobase:nth-child(5):before {
  animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation-delay: -9.345s;
  background-color: #f6cf3f;
}
.nucleobase:nth-child(5):after {
  animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation-delay: -9.345s;
  background-color: #1D2954;
}
.nucleobase:nth-child(6) {
  animation-delay: -11.214s;
}
.nucleobase:nth-child(6):before {
  animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation-delay: -11.214s;
  background-color: #f6cf3f;
}
.nucleobase:nth-child(6):after {
  animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation-delay: -11.214s;
  background-color: #1D2954;
}
.nucleobase:nth-child(7) {
  animation-delay: -13.083s;
}
.nucleobase:nth-child(7):before {
  animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation-delay: -13.083s;
  background-color: #f6cf3f;
}
.nucleobase:nth-child(7):after {
  animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation-delay: -13.083s;
  background-color: #1D2954;
}
.nucleobase:nth-child(8) {
  animation-delay: -14.952s;
}
.nucleobase:nth-child(8):before {
  animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation-delay: -14.952s;
  background-color: #f6cf3f;
}
.nucleobase:nth-child(8):after {
  animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation-delay: -14.952s;
  background-color: #1D2954;
}
.nucleobase:nth-child(9) {
  animation-delay: -16.821s;
}
.nucleobase:nth-child(9):before {
  animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation-delay: -16.821s;
  background-color: #f6cf3f;
}
.nucleobase:nth-child(9):after {
  animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation-delay: -16.821s;
  background-color: #1D2954;
}
.nucleobase:nth-child(10) {
  animation-delay: -18.69s;
}
.nucleobase:nth-child(10):before {
  animation: animBefore 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation-delay: -18.69s;
  background-color: #f6cf3f;
}
.nucleobase:nth-child(10):after {
  animation: animAfter 2.1s cubic-bezier(0.42, 0, 0.58, 1) infinite;
  animation-delay: -18.69s;
  background-color: #1D2954;
}

@keyframes animBefore {
  0% {
    top: -24px;
    z-index: 1;
  }
  25% {
    transform: scale(1.2);
    z-index: 1;
  }
  50% {
    top: 24px;
    z-index: -1;
  }
  75% {
    background-color: #f6cf3f;
    transform: scale(0.8);
    z-index: -1;
  }
  100% {
    top: -24px;
    z-index: -1;
  }
}
@keyframes animAfter {
  0% {
    top: 24px;
    z-index: -1;
  }
  25% {
    background-color: #1D2954;
    transform: scale(0.8);
    z-index: -1;
  }
  50% {
    top: -24px;
    z-index: 1;
  }
  75% {
    transform: scale(1.2);
    z-index: 1;
  }
  100% {
    top: 24px;
    z-index: 1;
  }
}
/* Device Widths*/
/* Form Field Overrides */
.NotificationHeader {
  background: #fdfdfd;
  margin: 0 -30px;
}

.designation_disclaimer, .upload_disclaimer {
  margin: -1.5rem 0 0 0 !important;
}
.designation_disclaimer a, .upload_disclaimer a {
  color: #8a97cf;
}

.upload_disclaimer {
  margin-bottom: -2rem !important;
}

/* Global Rules */
* {
  box-sizing: border-box;
}

body,
html,
textarea,
input {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  min-height: 100%;
  font-family: "Univers", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:disabled,
html:disabled,
textarea:disabled,
input:disabled {
  background-color: #fafafa;
  color: #807f83;
}

textarea {
  resize: none;
  padding: 0 3px;
}

strong, b {
  font-weight: bold;
}

a {
  color: #1D2954;
  text-decoration: none;
}
a.disabled {
  color: #c4c4c6;
  pointer-events: none;
}
a.no-style:hover {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}

h1 {
  font-size: 2.75rem;
  font-weight: 300;
}

h2 {
  font-size: 1.875rem;
  font-weight: 400;
}
h2.center {
  text-align: center;
}

h3 {
  font-size: 1.375rem;
  font-weight: 300;
  text-transform: capitalize;
  word-wrap: break-word;
}
h3.center {
  text-align: center;
}
h3.no-bottom-margin {
  margin-bottom: 0;
}

h4 {
  font-size: 1.25rem;
  font-weight: 300;
  text-align: center;
}
h4.no-margin {
  margin: 0;
}
h4.left-align {
  text-align: left;
}

.small-font {
  font-size: 0.75rem;
}

p {
  margin: 0 0 1em;
}
p.center {
  text-align: center;
}
p.bottom-buffer {
  margin-bottom: 2.5rem;
}

div.bottom-buffer {
  margin-bottom: 2.5rem;
}

ol {
  line-height: 2rem;
}

label {
  display: block;
  margin-bottom: 0.625rem;
}
label.sentence-case {
  text-transform: none;
}
label.disabled {
  color: #807f83;
}

hr {
  margin: 1rem 0;
  border: none;
  border-top: 1px solid #c4c4c6;
}

.vertical-center {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.vertical-center.height-auto {
  height: auto;
}

.error-message, .error {
  color: red !important;
}

.warning {
  color: #f6cf3f;
}

.fa {
  padding: 0.5rem;
}

/* Column Grid */
.grid {
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  grid-gap: 1.75rem;
  width: 100%;
}
.grid .cols-1-to-4 {
  grid-column: col-start 1/span 4;
}
.grid .cols-1-to-8 {
  grid-column: col-start 1/span 8;
}
.grid .cols-1-to-12 {
  margin: auto;
}
.grid .cols-1-to-12.no-margin {
  margin: 0;
}
.grid .cols-1-to-12 {
  grid-column: col-start 1/span 12;
}
.grid .cols-3-to-10 {
  grid-column: col-start 3/span 8;
}
.grid .cols-4-to-9 {
  grid-column: col-start 4/span 5;
}
.grid .cols-4-to-10 {
  grid-column: col-start 4/span 6;
}
.grid .cols-4-to-11 {
  grid-column: col-start 4/span 7;
}
.grid .cols-5-to-8 {
  grid-column: col-start 5/span 4;
}
.grid .cols-5-to-13 {
  grid-column: col-start 5/span 8;
}
.grid .cols-2-to-11 {
  grid-column: col-start 2/span 10;
}
.grid .cols-9-to-12 {
  grid-column: col-start 9/span 4;
}

.add_new_irb, .right_floater {
  float: right;
}

.disabled {
  pointer-events: none;
}
.disabled label {
  color: #807f83;
}

.grey-box {
  background: #eaeaea;
}

.hidden {
  display: none;
}

.glyph-button {
  color: #1D2954;
  line-height: 1.4;
  cursor: pointer;
}
.glyph-button:hover, .glyph-button:focus {
  color: #8a97cf;
}
.glyph-button.disabled {
  color: #eaeaea;
}

.list-bubble {
  background-color: #f0f2fa;
  border: 1px solid #8a97cf;
  border-radius: 20px;
  padding: 3px 0.5rem;
  width: fit-content;
}
.list-bubble .fa {
  padding: 0;
}
.list-bubble .list-bubble-label {
  color: #1D2954;
  padding: 2px 5px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

@keyframes blinkingText {
  0% {
    color: transparent;
  }
  49% {
    color: #000;
  }
  100% {
    color: transparent;
  }
}
.impersonationMode {
  border: 5px solid #ff00ff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 200;
  pointer-events: none;
}
.impersonationMode .production-warning {
  animation: blinkingText 3s infinite ease;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
}
.impersonationMode .detective-bubble {
  border: 5px solid #ff00ff;
  pointer-events: all;
  position: absolute;
  left: -320px;
  transition: 0.5s all ease;
  z-index: 210;
  background: white;
}
.impersonationMode .detective-bubble.raise {
  left: -10px;
}
.impersonationMode .detective-bubble.raise i {
  transform: rotate(0deg);
}
.impersonationMode .detective-bubble i {
  transition: 0.5s all ease;
  color: #807f83;
  transform: rotate(90deg);
}

button {
  background: #1D2954;
  border: none;
  padding: 0 1rem;
  box-sizing: content-box;
  border-radius: 2px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #1D2954;
  height: 3.125rem;
  width: 11rem;
  line-height: 1.325rem;
  font-size: 100%;
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
button:hover, button:focus {
  background-color: rgb(21.1469026549, 29.8973451327, 61.2530973451);
  border: 1px solid rgb(21.1469026549, 29.8973451327, 61.2530973451);
}
button .fa:not(:only-child) {
  padding-right: 0;
}
button.btn-warning {
  background: #f6cf3f;
  color: #1D2954;
}
button.btn-error {
  background: #c4563c;
}
button.btn-secondary {
  background: #fff;
  color: #1D2954;
  border: 1px solid #1D2954;
}
button.btn-secondary.btn-cell {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
  width: auto;
  height: 2.25rem;
  padding: 0 1.5rem;
}
button.btn-secondary:hover, button.btn-secondary.selected {
  background-color: #f0f2fa;
}
button.btn-secondary:active {
  background-color: #d7dcf1;
}
button.btn-secondary:focus {
  outline: none;
}
button.btn-secondary:disabled {
  color: #c4c4c6;
  border: 1px solid #c4c4c6;
  cursor: default;
  background: none;
  box-shadow: none;
}
button.btn-small {
  height: 2.25rem;
  width: max-content;
  padding: 0 13px;
  margin-bottom: 0;
}
button.btn-medium {
  width: auto;
  padding: 0 13px;
  margin-bottom: 0;
}
button:active {
  background: #2f4089;
  border: 1px solid #2f4089;
}
button:focus {
  outline: 3px solid #f6cf3f;
}
button:disabled {
  border: 1px solid #c4c4c6;
  background-color: #c4c4c6;
  cursor: initial;
  box-shadow: none;
  pointer-events: none;
}
button.standard-height-glyph {
  height: 3.125rem;
  width: 3.125rem;
}
button.icon-two-line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 32px;
}
button.icon-two-line.selected {
  background: #d7dcf1;
}
button.icon-two-line:first-of-type {
  margin-left: 0;
}
@media (min-width: 400px) and (max-width: 1023px) {
  button.icon-two-line {
    width: 100%;
    margin-left: 0%;
    padding: 10px 0;
  }
}
@media (min-width: 1024px) {
  button.icon-two-line {
    width: 28.8%;
    margin-left: 6.8%;
    padding: 20px 0;
  }
}
button.btn-cancel {
  margin-left: 1rem;
}

/* Alerts */
.alert-container {
  color: #fff;
  position: fixed;
  text-align: center;
  width: 100%;
  top: -6.25rem;
  margin: 0;
  z-index: 9;
  transition: all 1s ease;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
}
.alert-container.show {
  top: 6.25rem;
}
.alert-container .alert.error {
  background: rgba(196, 86, 60, 0.8784313725);
  color: white;
}
.alert-container .alert.error .error-icon {
  color: #fff;
}
.alert-container .alert.errorReport {
  background: rgba(128, 127, 131, 0.9);
}
.alert-container .alert.errorReport .error-icon {
  color: #c4563c;
}
.alert-container .alert.success {
  background: #5fc43b;
}

.sub-label {
  color: #807f83;
  margin-bottom: 0;
}
.sub-label.small {
  font-size: 0.75rem;
}

.code-box {
  min-height: 100px;
  max-height: 300px;
  padding: 1rem;
  border: 1px solid #807f83;
  overflow: scroll;
  margin-bottom: 2rem;
}

/* Breadcrumbs */
.bread-crumbs {
  display: flex;
  margin-top: 2rem;
  margin-left: 1.3125rem;
  font-size: 0.75rem;
}
.bread-crumbs .crumb-item {
  display: flex;
  margin-right: 0.25rem;
}
.bread-crumbs .crumb-item .fa-angle-right {
  color: #333;
  font-size: 0.95rem;
}
.bread-crumbs .crumb-item a.crumb-link {
  text-decoration: none;
  color: #807f83;
}

.form-notification {
  font-size: 11px;
  background-color: #EBC7BE;
  border-left: 4px solid #c4563c;
  padding: 10px 60px;
  margin: 30px 0 0 0;
}

/* Forms */
label.underline {
  text-decoration: underline;
}

form label, .form label {
  position: relative;
  display: block;
  margin-bottom: 0.625rem;
}
form label.sentence-case, .form label.sentence-case {
  text-transform: none;
}
form > div:first-child, .form > div:first-child {
  margin-top: 1.25rem;
}
form > div:last-child, .form > div:last-child {
  padding-bottom: 0;
}
form input, .form input {
  border: 1px solid #807f83;
  border-radius: 2px;
  line-height: 2.25rem;
  padding: 0 0.5625rem;
  font-size: 100%;
  width: 100%;
}
form input[type=checkbox], .form input[type=checkbox] {
  display: inline-block;
  width: auto;
  margin: -0.25rem 0.5rem 0 0;
  vertical-align: middle;
}
form input, .form input {
  /* We need to make this work in webpack */
}
.invalid form input, .invalid .form input {
  border: 2px solid #c4563c;
}
form .invalid input,
form .invalid .Select__control, .form .invalid input,
.form .invalid .Select__control {
  border: 2px solid #c4563c;
}
form .invalid input input,
form .invalid .Select__control input, .form .invalid input input,
.form .invalid .Select__control input {
  border: none;
}
form .Select__control input, .form .Select__control input {
  border: 0;
}
form textarea,
form .textarea, .form textarea,
.form .textarea {
  white-space: pre-line;
  background-color: #fff;
  border: 1px solid #807f83;
  border-radius: 2px;
  width: 100%;
  line-height: 1.375rem;
  padding: 0 0.5625rem;
  font-size: 100%;
  min-height: 6.25rem;
}
form textarea.disabled,
form .textarea.disabled, .form textarea.disabled,
.form .textarea.disabled {
  background-color: #fafafa;
  color: #807f83;
  padding: 10px;
  pointer-events: none;
}
form.read-only input, .form.read-only input {
  border: none;
  pointer-events: none;
  padding: 0;
  line-height: 0;
  background: none;
}
form.read-only .textarea, .form.read-only .textarea {
  border: none;
  pointer-events: none;
  padding: 0;
  line-height: 22px;
  height: auto;
  min-height: auto;
}
form.read-only label, .form.read-only label {
  color: #807f83;
  font-weight: bold;
}
form .error-wrapper, .form .error-wrapper {
  position: relative;
  padding: 0;
  margin: 0;
}
form .error-wrapper.error input,
form .error-wrapper.error .Select__control, .form .error-wrapper.error input,
.form .error-wrapper.error .Select__control {
  box-shadow: 0px 0px 0px 2px #c4563c;
}
form .error-wrapper.error input input,
form .error-wrapper.error .Select__control input, .form .error-wrapper.error input input,
.form .error-wrapper.error .Select__control input {
  border: none;
  box-shadow: none;
}
form .error-wrapper div.error-message, .form .error-wrapper div.error-message {
  position: absolute;
  text-transform: none;
  font-weight: 600;
  width: 100%;
  top: 2.4rem;
  right: -100%;
  padding-left: 3.5rem;
  text-align: left;
}
form .error-wrapper div.error-message::before, .form .error-wrapper div.error-message::before {
  font-family: "FontAwesome";
  content: "\f00d";
  margin-left: -1.25em;
  margin-right: 0.35em;
  color: #c4563c;
}
form ul.pwrdCheckList, .form ul.pwrdCheckList {
  margin: 0.825rem 0;
  padding: 0 2rem 0 1.55rem;
}
form ul.pwrdCheckList li .fa, .form ul.pwrdCheckList li .fa {
  padding: 0;
}
form ul.pwrdCheckList li, .form ul.pwrdCheckList li {
  color: #333;
  list-style-type: none;
  text-transform: initial;
}
form ul.pwrdCheckList li i.fa-check, .form ul.pwrdCheckList li i.fa-check {
  color: #5fc43b;
  list-style-type: disc;
}
form.extra-spacing, .form.extra-spacing {
  padding: 1rem 2rem;
}
form.extra-spacing label, .form.extra-spacing label {
  margin-bottom: 1.875rem;
  text-align: left;
}
form.extra-spacing label .Select, .form.extra-spacing label .Select {
  margin-top: 0.625rem;
}
form.extra-spacing label .Select input, .form.extra-spacing label .Select input {
  margin-top: 0;
}
form.extra-spacing label label, .form.extra-spacing label label {
  margin-bottom: 0.45rem;
}
form.extra-spacing label input, .form.extra-spacing label input {
  margin-top: 0.5rem;
}
form.extra-spacing .checkBox, .form.extra-spacing .checkBox {
  text-align: left;
  padding-bottom: 1.8125rem;
}

input[type=radio] {
  display: inline-block;
  width: auto;
  margin: 0 0.5rem 0 0;
}

/* Site Header */
header {
  background: #fff;
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.25);
  position: fixed;
  width: 100%;
  z-index: 98;
}
header .main {
  max-width: 83.5rem;
  margin: 0 auto;
  height: 6.25rem;
  padding: 0 1.3125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  background: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Layer_2'%20data-name='Layer%202'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20682.31%20195.1'%3e%3cdefs%3e%3cstyle%3e%20.cls-1%20{%20fill:%20%231d2954;%20}%20%3c/style%3e%3c/defs%3e%3cg%20id='Layer_1-2'%20data-name='Layer%201'%3e%3cg%3e%3cpath%20class='cls-1'%20d='M9.68,194.52v-30.87H30.75v3.53H13.9v10.24h13.23v3.53H13.9v13.57h-4.21Z'/%3e%3cpath%20class='cls-1'%20d='M90.59,195.1c-9.01,0-15.34-6.52-15.34-16.02s6.32-16.02,15.34-16.02,15.34,6.52,15.34,16.02-6.37,16.02-15.34,16.02Zm0-28.42c-6.66,0-10.97,4.85-10.97,12.4s4.31,12.4,10.97,12.4,10.93-4.85,10.93-12.4-4.26-12.4-10.93-12.4Z'/%3e%3cpath%20class='cls-1'%20d='M153.17,182.71v-19.06h4.21v19.11c0,5.88,2.89,8.77,8.28,8.77s8.38-2.89,8.38-8.72v-19.16h4.17v19.06c0,9.01-5.59,12.4-12.54,12.4s-12.5-3.38-12.5-12.4Z'/%3e%3cpath%20class='cls-1'%20d='M248.19,187.26v-23.62h3.97v30.87h-3.38l-17.93-24.8v24.8h-3.97v-30.87h4.41l16.91,23.62Z'/%3e%3cpath%20class='cls-1'%20d='M301.27,163.65h11.17c9.7,0,15.83,5.78,15.83,15.44s-6.12,15.44-15.83,15.44h-11.17v-30.87Zm10.93,27.39c7.54,0,11.66-4.46,11.66-11.96s-4.12-11.96-11.66-11.96h-6.66v23.91h6.66Z'/%3e%3cpath%20class='cls-1'%20d='M389.28,163.65l12.84,30.87h-4.51l-3.72-9.07h-14.06l-3.62,9.07h-4.17l12.59-30.87h4.65Zm-8.13,18.43h11.37l-5.63-13.72h-.2l-5.54,13.72Z'/%3e%3cpath%20class='cls-1'%20d='M454.31,194.52v-27.34h-11.22v-3.53h26.85v3.53h-11.42v27.34h-4.21Z'/%3e%3cpath%20class='cls-1'%20d='M521.35,163.65v30.87h-4.26v-30.87h4.26Z'/%3e%3cpath%20class='cls-1'%20d='M584.37,195.1c-9.01,0-15.34-6.52-15.34-16.02s6.32-16.02,15.34-16.02,15.34,6.52,15.34,16.02-6.37,16.02-15.34,16.02Zm0-28.42c-6.66,0-10.97,4.85-10.97,12.4s4.31,12.4,10.97,12.4,10.93-4.85,10.93-12.4-4.26-12.4-10.93-12.4Z'/%3e%3cpath%20class='cls-1'%20d='M668.66,187.26v-23.62h3.97v30.87h-3.38l-17.93-24.8v24.8h-3.97v-30.87h4.41l16.91,23.62Z'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath%20class='cls-1'%20d='M23.82,85.55c1.04,20.3,15.74,29.41,33.97,29.41,16.16,0,26.51-6.42,26.51-17.4,0-9.94-7.87-13.67-21.54-16.36l-24.86-4.56C17.61,72.91,3.52,61.73,3.52,40.18,3.52,15.74,22.78,0,53.23,0c34.18,0,53.44,17.61,53.85,46.61l-23.82,.83c-.83-17.81-12.43-27.13-30.24-27.13-15.33,0-24.03,6.83-24.03,18.02,0,9.53,6.84,12.84,18.64,15.12l24.03,4.35c25.68,4.77,37.7,16.98,37.7,38.11,0,25.68-22.16,39.56-51.57,39.56C24.23,135.46,0,118.06,0,86.58l23.82-1.04Z'/%3e%3cpath%20class='cls-1'%20d='M148.28,2.49V132.98h-25.89V2.49h25.89Z'/%3e%3cpath%20class='cls-1'%20d='M596.77,85.55c1.03,20.3,15.74,29.41,33.97,29.41,16.16,0,26.51-6.42,26.51-17.4,0-9.94-7.87-13.67-21.54-16.36l-24.86-4.56c-20.3-3.73-34.39-14.91-34.39-36.46,0-24.44,19.26-40.18,49.71-40.18,34.18,0,53.44,17.61,53.86,46.61l-23.82,.83c-.83-17.81-12.43-27.13-30.24-27.13-15.32,0-24.02,6.83-24.02,18.02,0,9.53,6.83,12.84,18.64,15.12l24.03,4.35c25.68,4.77,37.7,16.98,37.7,38.11,0,25.68-22.16,39.56-51.57,39.56-33.56,0-57.79-17.4-57.79-48.88l23.82-1.04Z'/%3e%3c/g%3e%3cg%3e%3cpath%20class='cls-1'%20d='M326.31,132.98c-19.64-14.99-32.32-38.63-32.32-65.25s12.68-50.26,32.32-65.25h-63.09l-27.14,94.87h-.62L206.88,2.49h-40.8V132.98h24.03V30.24h.83l31.9,102.74h22.16l31.28-102.74h.83v102.74h49.22Z'/%3e%3cpath%20class='cls-1'%20d='M538.38,2.49V89.48L476.65,2.49h-50.9c19.64,14.99,32.32,38.63,32.32,65.25s-12.68,50.26-32.32,65.25h49.25V41.01l66.7,91.97h20.71V2.49h-24.03Z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat;
  background-size: contain;
  width: 12rem;
  height: 4rem;
  text-indent: -9999rem;
}
header .loginBox > a, header .loginBox > div {
  margin-left: 1.5rem;
}
header .loginBox a {
  color: #1D2954;
}
header .loginBox a:hover {
  text-decoration: underline;
}
header .loginBox {
  display: flex;
  align-items: center;
}
header .loginBox button.icon {
  font-family: "FontAwesome";
  color: #1D2954;
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
  height: auto;
  width: auto;
  margin: 0 0 0 1.8125rem;
  border-radius: none;
  font-size: 1.5625rem;
}
header .loginBox button.icon span {
  display: none;
}
header .loginBox button.icon.profile::before {
  content: "\f007";
}
header ul.menu {
  list-style: none;
  background: #eaeaea;
  float: left;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 0.875rem;
  position: relative;
  z-index: 99;
}
header ul.menu a {
  color: #333;
  text-decoration: none;
}
header ul.menu li {
  padding-right: 2.5rem;
  float: left;
  position: relative;
}
header ul.menu li:hover ul {
  margin-left: 0;
}
header ul.menu li a {
  display: block;
  box-sizing: border-box;
  padding: 0.875rem 0 0.5625rem;
  color: #333;
  border-bottom: 2px solid #eaeaea;
}
header ul.menu li a:hover {
  color: #1D2954;
  border-bottom: 2px solid #1D2954;
}
header ul.menu li ul {
  float: none;
  list-style-type: none;
  position: absolute;
  left: -1.6rem;
  background: #eaeaea;
  line-height: 1.4;
  padding: 0;
  margin-left: -999rem;
}
header ul.menu li ul li {
  margin: 1rem 0;
  padding: 0 1.78125rem;
  float: none;
  min-width: 15rem;
}
header ul.menu li ul li a {
  padding: 0;
  border: none;
}
header ul.menu li ul li a:hover {
  border: none;
}
header ul.menu li {
  color: #333;
}

.notification-bell {
  position: relative;
}
.notification-bell .fa-bell {
  font-size: 1.525rem;
}
.notification-bell .fa-bell.animate {
  animation: shake 0.92s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.notification-bell .badge {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0%, -50%);
}

.notification-box .notification-list {
  overflow-y: scroll;
  max-height: 23.125rem;
  position: relative;
  min-height: 4.625rem;
  width: 29.4375rem;
}
.notification-box .notification-item {
  border-top: 1px solid #eaeaea;
  height: 4.625rem;
  width: 29.4375rem;
  padding: 1rem;
}
.notification-box .notification-item .notification-date {
  white-space: nowrap;
  align-items: flex-end;
}
.notification-box .notification-item .notification-date .fa-times {
  color: #c4c4c6;
}
.notification-box .notification-item .notification-date .fa-times:hover {
  color: #c4563c;
}

.header-spacer {
  height: 6.25rem;
}

.ribbon {
  text-align: center;
  clear: both;
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.25);
}
.ribbon p {
  padding: 2rem 0;
}
.ribbon .attention-text {
  font-size: 1.1rem;
  padding: 1rem 2px;
  display: inline-block;
  color: #c4563c;
  border-radius: 2px;
  margin: 2rem auto 2rem auto;
  text-align: center;
}

/* Content */
.content {
  max-width: 83.5rem;
  margin: 0;
  clear: both;
  line-height: 1.4;
  align-self: center;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.page {
  padding: 1.5rem 1.3125rem;
}
.page .page-header {
  margin: 0 2rem 2.5rem 2rem;
}

#root {
  min-height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fdfdfd;
}

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

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

.single-line {
  display: flex;
  align-content: center;
  align-items: center;
}
.single-line.align-start {
  align-items: flex-start;
}
.single-line.justify-center {
  justify-content: center;
}

.compliance_charts {
  display: flex;
  justify-content: space-around;
  padding: 0 2rem;
}
.compliance_charts .pie_chart {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: white;
  border-bottom: 0.35rem solid transparent;
  box-shadow: 0px 2px 4px 3px rgba(1, 0, 0, 0.05);
  padding: 20px;
  cursor: pointer;
}
.compliance_charts .pie_chart:hover {
  color: #8a97cf;
  border-bottom: 0.35rem solid #d7dcf1;
}
.compliance_charts .pie_chart text {
  font-size: 12px;
  font-weight: bold;
}
.compliance_charts .pie_chart.selected {
  border-bottom: 0.35rem solid #1D2954;
}
.compliance_charts .pie_chart .recharts-wrapper {
  cursor: pointer !important;
}

/* Sliding Panel on Review Screen */
.side-bar {
  background: #fafafa;
  bottom: 0;
  width: 35%;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: -1px 0px 2px 0px rgb(230, 230, 230);
  min-width: 410px;
  overflow: auto;
  transition: all 0.75s ease;
  opacity: 1;
}
.side-bar.fixed-position {
  position: fixed;
  right: 0;
  top: 6.25rem;
}
.side-bar.review-tab {
  width: 45%;
}
.side-bar .notification {
  font-size: 11px;
  background-color: #EBC7BE;
  border-left: 4px solid #c4563c;
  padding: 10px 60px;
  margin: 15px -28px;
}
.side-bar.hide {
  right: -36%;
  opacity: 0;
}
.side-bar .slide-panel {
  background: #fafafa;
  bottom: 0;
  top: 0;
  padding: 28px;
  overflow-y: scroll;
  transition: transform 0.75s ease, opacity 0.75s ease;
  position: absolute;
  z-index: 5;
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
}
.side-bar .slide-panel.opened {
  pointer-events: all;
  opacity: 1;
  transform: translateX(0%);
}
.side-bar .slide-panel .recipients {
  max-height: 400px;
  overflow: auto;
}
.side-bar .slide-panel form label {
  color: #807f83;
  margin-bottom: 0.5rem;
}
.side-bar .slide-panel form textarea,
.side-bar .slide-panel form input {
  margin-bottom: 1.75rem;
}

/* Home Page */
.home .home-main {
  background: url("/assets/Vesta_DNA_purple-Cjv0G5F7.png");
  background-size: cover;
  display: flex;
  padding: 50px 125px;
  position: relative;
  overflow: hidden;
}
.home .home-main .loginForm .error-message {
  top: 4.4rem;
  left: -35px;
  width: auto;
}
.home .home-main .loginForm .grey-box {
  background: rgba(234, 234, 234, 0.7019607843);
}
.home .home-main .home-desciption {
  color: #fff;
  flex: 4;
  margin: auto 80px auto 0;
}
.home .home-main .home-desciption p {
  font-size: 22px;
  font-weight: 100;
  line-height: 44px;
}
@media (min-width: 400px) and (max-width: 1023px) {
  .home .home-logos {
    flex-direction: column;
  }
}
.home .home-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .home .home-card-grid {
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
  }
}
.home .home-card {
  border: 1px solid #1D2954;
  border-radius: 0.75rem;
  color: #333;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .home .home-card {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.home .home-card-header {
  border-bottom: 1px solid #1D2954;
  border-radius: 0.75rem 0.75rem 0 0;
  padding: 1rem;
}
@media (min-width: 1024px) {
  .home .home-card-header {
    height: 7.75rem;
  }
}
.home .home-card-header .home-card-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
.home .home-card-header .home-card-header-top .home-card-title {
  margin: 0;
}
.home .home-card-header .home-card-description {
  color: #333;
}
.home .home-card-logo-wrapper {
  width: 140px;
  height: 45px;
  padding: 0.5rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
}
.home .home-card-logo-wrapper div {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.home .home-card-body {
  padding: 1.5rem;
  border-bottom: 1px solid #eaeaea;
}
@media (min-width: 1024px) {
  .home .home-card-body {
    flex: 1 0 auto;
  }
}
.home .home-card-metrics {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2rem;
  text-align: center;
}
.home .home-card-metric-value {
  font-size: 1.75rem;
  font-weight: 600;
}
.home .home-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.home .home-card-tag {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background-color: #F2F2F2;
  color: #807f83;
  font-size: 0.75rem;
  line-height: 1.2;
  border: 1px solid #c4c4c6;
}
.home .home-card-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1.25rem 1.5rem 1.5rem;
  gap: 0.75rem;
}
@media (min-width: 1024px) {
  .home .home-card-footer {
    flex-direction: row;
    margin-top: auto;
  }
}
.home .home-card-footer .home-card-footer-button {
  width: 100%;
  display: block;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .home .home-card-footer .home-card-footer-button {
    flex: 1;
  }
}
.home .home-card-footer .home-card-footer-button button {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0 1rem;
  min-width: 0;
}

/* Command Center */
.command-center {
  display: flex;
  flex-direction: column;
  margin-top: -0.5rem;
  width: 100%;
  position: relative;
}
.command-center .main-console {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.command-center .main-console h3 {
  margin-bottom: 2rem;
}
.command-center .main-console .command-center-header {
  background-color: #eaeaea;
  height: 100px;
}
.command-center .main-console .command-center-header h3 {
  margin-left: 13%;
}
.command-center .main-console .user-list {
  background-color: #eaeaea;
}
.command-center .main-console .user-list .user-list-dropdown {
  width: 45%;
}
.command-center .main-console .user-list > div > div {
  margin-right: 1rem;
}
.command-center .main-console .command-center-tabs {
  background: #fff;
  display: flex;
  min-width: 768px;
  color: #807f83;
  margin: -25px 13% 20px 13%;
  box-shadow: 0px 2px 4px 3px rgba(0.5, 0, 0, 0.05);
}
.command-center .main-console .command-center-tabs div.menu-item {
  width: 20%;
  display: flex;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
  justify-content: space-between;
  border-right: 1px solid #eaeaea;
}
.command-center .main-console .command-center-tabs div.menu-item:hover {
  color: #8a97cf;
}
.command-center .main-console .command-center-tabs div.menu-item:hover .menu-item-border {
  border-bottom: 10px solid #d7dcf1;
  border-right: 1px solid #d7dcf1;
  padding: 0;
}
.command-center .main-console .command-center-tabs div.menu-item.menu-item-selected {
  color: #1D2954;
}
.command-center .main-console .command-center-tabs div.menu-item.menu-item-selected .menu-item-border {
  border-bottom: 10px solid #1D2954;
  border-right: 1px solid #1D2954;
  padding: 0;
}
.command-center .main-console .command-center-tabs div.menu-item > div {
  padding: 1.25rem 0.25rem;
  border-right: 1px solid #eaeaea;
}
.command-center .main-console .command-center-tabs div.menu-item .menu-item-border {
  border-bottom: 10px solid #fff;
  border-right: 1px solid #eaeaea;
  padding: 0;
}
.command-center .main-console .command-center-tabs div.menu-item .countLabel {
  padding: 0;
  margin: 0.5rem 0 1rem 0;
  font-size: 1.75rem;
}
.command-center .main-console .command-center-tabs .menu-item:last-of-type > div {
  border-right: none;
}

.main-table {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.main-table .left-panel {
  min-width: 300px;
  width: 25%;
}
.main-table .left-panel.condensed {
  min-width: 200px;
}
.main-table .left-panel .filter-view {
  list-style: none;
  padding-left: 0;
  margin-top: 2.25rem;
  color: #807f83;
}
.main-table .left-panel .filter-view.resource-request {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
}
.main-table .left-panel .filter-view.resource-request .view {
  margin-bottom: 1rem;
  margin-left: 1rem;
  padding: 0 0 0 1rem;
}
.main-table .left-panel .filter-view.resource-request .view.view-selected {
  margin-left: 1rem;
}
.main-table .left-panel .filter-view.resource-request .view-all-requests i.fa.fa-angle-right {
  margin-top: 0.45rem;
  font-size: 1rem;
}
.main-table .left-panel .filter-view .view {
  padding: 0.2rem 3.25rem;
  border-left: 2px solid #fdfdfd;
  line-height: 2rem;
  display: flex;
  position: relative;
  cursor: pointer;
  margin-bottom: 1rem;
}
.main-table .left-panel .filter-view .view label,
.main-table .left-panel .filter-view .view-selected label {
  margin-bottom: 0;
  cursor: pointer;
}
.main-table .left-panel .filter-view .view label.count,
.main-table .left-panel .filter-view .view-selected label.count {
  position: absolute;
  right: 20px;
}
.main-table .left-panel .filter-view .view-selected {
  padding: 0 0 0 1rem;
  border-left: 2px solid #1D2954;
  color: #1D2954;
  font-weight: bold;
}
.main-table .left-panel .filter-view .view:not(.view-selected):hover {
  color: #8a97cf;
  border-left: 2px solid #8a97cf;
}
.main-table .left-panel .filter-view p {
  display: inline;
}
.main-table .left-panel .filter-view p.count {
  text-align: right;
  margin-left: 3rem;
}
.main-table .right-panel {
  width: 74%;
  margin-left: 1rem;
}

.pleasantly-noticable {
  padding: 30px;
  background-color: #d7dcf1;
  margin: 0 -2rem;
}

/* Research Match Center*/
.research-match-center .research-match-tabs {
  background-color: #F2F2F2;
  display: flex;
  flex-direction: row;
  color: #807f83;
  justify-content: space-evenly;
  align-items: stretch;
}
.research-match-center .research-match-tabs div:not(.tab, .menu-tab-border) {
  background-color: #F2F2F2;
  width: 100%;
}
.research-match-center .research-match-tabs .meeting {
  display: flex;
  border-right: none !important;
}
.research-match-center .research-match-tabs .right-border {
  border-right: 1px solid #c4c4c6;
}
.research-match-center .research-match-tabs .right-border:last-of-type {
  border-right: none;
}
.research-match-center .research-match-tabs .wrapper {
  padding: 2rem 0;
}
.research-match-center .research-match-tabs .wrapper .tab {
  text-align: center;
  background-color: white;
  width: 85%;
  padding: 2rem 1rem;
  margin: 0 auto;
  box-shadow: 0px 2px 4px 3px rgba(0.5, 0, 0, 0.05);
  border-bottom: 0.35rem solid #fff;
}
.research-match-center .research-match-tabs .wrapper .tab.menu-tab-selected {
  border-bottom: 0.35rem solid #1D2954;
  color: #1D2954;
}
.research-match-center .research-match-tabs .wrapper .tab.menu-tab-selected svg path {
  fill: #1D2954;
}
.research-match-center .research-match-tabs .wrapper .tab:hover:not(.menu-tab-selected) {
  color: #8a97cf;
  border-bottom: 0.35rem solid #d7dcf1;
}
.research-match-center .research-match-tabs .wrapper .tab:hover:not(.menu-tab-selected) svg path {
  fill: #8a97cf;
}
.research-match-center .research-match-tabs .wrapper .tab .wrangler {
  background-color: white;
}
.research-match-center .research-match-tabs .wrapper .tab i {
  font-family: "FontAwesome";
  font-style: normal;
  font-size: 2rem;
}
.research-match-center .research-match-tabs .wrapper .tab svg path {
  fill: #807f83;
}
.research-match-center .research-match-tabs .wrapper .tab.review .under-review {
  padding: 0;
}
.research-match-center .research-match-tabs .wrapper .tab.review label {
  margin-top: 1.65rem;
}
.research-match-center .research-match-tabs .wrapper .tab label {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.05rem;
  padding: 0;
  margin: 2rem 0 0 0;
}
.research-match-center .research-match-tabs .wrapper .tab .countLabel {
  font-size: 0.75rem;
}

.review-expand-score-details {
  border-top: 1px solid #eaeaea;
}
.review-expand-score-details .st-tr-group {
  background-color: red;
  margin-bottom: 0 !important;
  border: none !important;
}

.border-left {
  border-left: 1px solid #eaeaea;
}

.table-expansion-container {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  padding: 1rem;
}
.table-expansion-container.dark {
  background: #fafafa;
}
.table-expansion-container .history-bar {
  background: #fafafa;
  margin: -1rem -1rem 1rem -1rem;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.table-expansion-container .history-bar .navigator {
  width: 18%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table-expansion-container .history-bar .versions {
  min-width: 150px;
  z-index: 2000;
}
.table-expansion-container .history-bar .modifier {
  width: 25%;
}
.table-expansion-container .content {
  display: flex;
  flex-direction: row;
}
.table-expansion-container .content .field {
  margin-bottom: 1rem;
  padding-left: 0.5rem;
}
.table-expansion-container .content .field.diff {
  box-shadow: -2px 0px 0 blue;
}
.table-expansion-container .content .column-one {
  width: 65%;
}
.table-expansion-container .content .column-two {
  width: 34%;
  border-left: 1px solid #eaeaea;
  padding: 1rem;
  margin-left: 1rem;
}

.irb-project-details {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  display: flex;
}
.irb-project-details .irb-project-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.irb-project-details .irb-project-container h4 {
  margin: 1rem 0 0.15rem 0;
  color: #807f83;
}
.irb-project-details .irb-project-container p {
  padding: 0;
  margin: 0;
}
.irb-project-details .irb-project-container .leftPanel {
  border-right: 1px solid #eaeaea;
  padding: 1rem 0.75rem 1.25rem 0.75rem;
  width: 65%;
  flex: 2;
  flex-direction: column;
}
.irb-project-details .irb-project-container .leftPanel i.fas.fa-flag {
  font-family: "FontAwesome";
  font-style: normal;
  color: #f6cf3f;
  margin-right: 1rem;
}
.irb-project-details .irb-project-container .rightPanel {
  flex: 1;
  padding: 1rem 0 1rem 1.75rem;
  flex-direction: column;
}
.irb-project-details .irb-project-container .rightPanel.padding-top {
  padding-top: 2.4rem;
}
.irb-project-details .irb-project-container .rightPanel .btn-secondary {
  margin-top: 1rem;
}

/* Check Tree */
.check-tree-container {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.check-tree-container .tree-item {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0.25rem 0;
}
.check-tree-container .tree-item label {
  margin-bottom: 0;
  margin-right: auto;
}
.check-tree-container .tree-item label + div, .check-tree-container .tree-item label + input {
  width: 50%;
}
.check-tree-container .tree-item label + input::placeholder {
  color: #c4c4c6;
}
.check-tree-container .tree-item label + input {
  padding-left: 0.5rem;
  font-style: italic;
  font-size: 1rem;
}
.check-tree-container .tree-item .Select {
  margin: 0;
  padding: 0;
  width: 100%;
  margin-left: auto;
}
.check-tree-container.tree-divider .tree-item {
  border-bottom: 1px solid #c4c4c6;
  padding: 0.5rem 0;
}
.check-tree-container.tree-divider .tree-item:last-child {
  border: 0;
}

/* Project List View */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table.table-form tr.header {
  border: none;
}
table.table-form th {
  font-weight: normal;
}
table.table-form {
  margin: 0 0 25px 0;
}
table.table-form tr {
  vertical-align: bottom;
}
table.table-form tr.disabled {
  background: #fafafa;
}
table.table-form tr th {
  padding: 1rem 0.5rem 0 0.5rem;
}
table.table-form tr td {
  padding: 0.25rem;
}
table.table-form .error {
  font-size: 0.8rem;
}
table tr {
  border-bottom: 1px solid #c4c4c6;
}
table tr:hover > td {
  background: #fff;
}
table tr th,
table tr td {
  text-align: left;
  text-transform: capitalize;
}
table tr th .minus,
table tr td .minus {
  color: red;
}
table tr th .minus.hidden,
table tr td .minus.hidden {
  opacity: 0;
  pointer-events: none;
}
table tr th .minus:hover,
table tr td .minus:hover {
  color: #f99;
}
table tr th:first-child,
table tr td:first-child {
  border: none;
}
table tr th .Select,
table tr td .Select {
  margin: 0;
}
table tr th .Select input,
table tr td .Select input {
  border: none;
}
table tr th {
  font-weight: 600;
  font-style: normal;
  padding: 0.5rem 0.5rem;
  color: #333;
}
table tr th.th-center {
  text-align: center;
}
table tr td {
  text-transform: none;
  padding: 1.18rem 1rem;
}
table tr td.center-cell {
  text-align: center;
}
table tr td > .btn-cell {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
  height: 2.3rem;
  width: 9.125rem;
}
table tr td > .btn-cell.btn-secondary:disabled {
  color: #807f83;
}

/*Request Review*/
.review-section {
  margin-top: 3rem;
}
.review-section .resources-list > div {
  display: flex;
  margin-left: 1.5rem;
}
.review-section .resources-list > div .resource-type {
  font-weight: bold;
  margin-right: 1rem;
}
.review-section .no-research-team {
  margin-left: 1rem;
}
.review-section .review-headline {
  background: #eaeaea;
  padding: 1rem 0 1rem 1rem;
  margin-bottom: 1.5rem;
  display: flex;
}
.review-section .review-headline p {
  margin: 0;
  font-size: 1.15rem;
}
.review-section .review-headline a {
  margin-left: 1rem;
  margin-top: 0.125rem;
}
.review-section .investigator th,
.review-section .research-team th {
  font-weight: normal;
  color: #807f83;
}
.review-section .investigator tr:hover > td,
.review-section .research-team tr:hover > td {
  background: none;
}
.review-section .investigator td {
  padding: 1rem;
}
.review-section .investigator tr {
  border-bottom: none;
}
.review-section .research-team tr {
  border-bottom: 1px solid #eaeaea;
}

.search-dropdown {
  display: flex;
  flex-direction: row;
}
.search-dropdown input {
  border: 1px solid #807f83;
  border-radius: 2px;
  line-height: 2.25rem;
  padding: 0 0.5625rem;
  font-size: 100%;
  width: 100%;
}
.search-dropdown input::placeholder {
  color: #c4c4c6;
  font-weight: normal;
  font-style: italic;
}

/* All Powerful Search */
.loginBox {
  justify-content: flex-end;
}
.loginBox .role-selector {
  display: flex;
  position: relative;
  align-items: center;
  position: absolute;
  top: 6.25rem;
  left: 50%;
  transform: translatex(-50%);
  border: 1px solid rgba(0, 0, 0, 0.25);
  padding: 0 0.5rem 0.5rem 0.5rem;
  border-top: none;
  background-color: white;
}
.loginBox .role-selector .Select {
  width: 300px;
  padding-left: 1rem;
}
.loginBox .Select {
  margin-bottom: 0;
}

/* Footer */
footer, .footer {
  display: block;
  width: 100%;
  background-color: #fff;
  margin: auto 0 0 0;
  color: #807f83;
}
footer.minimal, .footer.minimal {
  margin: auto 0 4.5rem 0;
  text-align: center;
  color: #807f83;
}
footer .divider-line, .footer .divider-line {
  background-color: #eaeaea;
  height: 1px;
}
footer .sub-footer, .footer .sub-footer {
  max-width: 83.5rem;
  margin: 0 auto;
  border: none;
}
footer a, .footer a {
  width: 50%;
}

/* Lists */
.empty-list {
  text-align: center;
  margin-top: 8rem;
}

.modal_backdrop {
  z-index: 100;
  opacity: 1;
}
.modal_backdrop.obscure {
  backdrop-filter: blur(10px);
}

.modal_backdrop.hidden {
  pointer-events: none;
  opacity: 0;
}

.modal_container h3 {
  text-align: center;
}
.modal_container {
  z-index: 101;
  padding: 2rem 1.5rem;
  background-color: #fff;
  margin: auto;
  box-shadow: 1px 1px 2px black;
  max-height: 800px;
  overflow: auto;
}
.modal_container.display_modal {
  margin: 2rem auto;
  max-width: 1000px;
}
.modal_container.ninty-width {
  width: 90%;
}
.modal_container.fixed-width {
  width: 1000px;
}
.modal_container.full-height {
  max-height: initial;
}
.modal_container h3 {
  text-transform: initial;
}
.modal_container.load_modal {
  padding: 60px 30px 0px 30px;
  max-width: 41.75rem;
  margin: 2rem;
  text-align: center;
}
.modal_container.load_modal > div {
  padding-bottom: 30px;
}
.modal_container.load_modal .modal_body {
  height: 66px;
  margin-top: 2em;
  margin-bottom: 0;
}

.modal_container.hidden {
  padding: 0;
}

.modal_container.loader {
  display: block;
  margin: 48px 0 30px 0;
}

.modal_container.loader h3 {
  text-transform: initial;
}

.modal_body {
  overflow-y: auto !important;
  margin-bottom: 2em;
  max-height: 40vh;
}
.modal_body li {
  list-style-type: none;
  margin-bottom: 20px;
}

.modal_container.loader .modal_body {
  height: 66px;
}

.right-align-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1rem;
}
.right-align-buttons button {
  margin-left: 1rem;
}

.modal_body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
  background-color: lightgrey;
  border-radius: 5px;
}

.modal_body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.center-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.center-modal .modal_body {
  margin: 20px 10% 40px 10%;
}
.center-modal .modal_body .modal_buttons {
  margin-top: 40px;
  justify-content: space-evenly;
}
.center-modal .modal_body .modal_buttons button {
  margin: 0;
}

/* Project Request Flow */
.project-request {
  min-width: 450px;
  width: 100%;
}

.research-team .section {
  margin: 30px 0px;
}
.research-team form {
  margin-top: 60px;
}

.project-request-subform {
  margin: 30px 100px 0 100px;
  line-height: 1.4;
}

.project-request-resource {
  display: flex;
  margin-top: 30px;
}
.project-request-resource .resource-list {
  flex: 3;
}
.project-request-resource .results {
  width: 170px;
  border-top: 1px solid #eaeaea;
  flex: 1;
  padding: 25px;
}

.progress-main .space-between {
  align-items: flex-start;
}

.progress-step .description {
  font-size: 11px;
}
.progress-step .description.current {
  font-size: 16px;
  font-weight: bold;
}

.progress-circle {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
}
.progress-circle.inner {
  background-color: white;
  margin-bottom: 1rem;
  width: 25px;
  height: 25px;
  font-size: 1.25em;
}
.progress-circle.inner .fa {
  padding: 0;
}
.progress-circle.outer {
  width: 35px;
  height: 35px;
  transition: background-color 1s;
}
.progress-circle .bar {
  height: 5px;
  z-index: 2;
}

.green-check {
  color: #5fc43b;
}
.green-check.fa {
  font-size: 25px;
}

.grey-check {
  color: #eaeaea;
}
.grey-check.fa {
  font-size: 25px;
}

.combobox-thumbnail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30px;
  height: 30px;
  align-self: center;
  text-align: center;
}

.combobox-lastitem {
  border-bottom: solid 1px;
}

.Select .Select__value-container {
  line-height: 1rem !important;
}
.Select .Select__value-container .Select-value-label {
  line-height: 1rem;
}
.Select .Select__multi-value .Select__multi-value__label {
  padding: 0.25rem 0 0.25rem 0.5rem;
}
.Select .Select__multi-value.is-disabled {
  opacity: 0.6;
}
.Select .Select__multi-value {
  overflow: hidden;
  border-radius: 20px;
  background-color: #f0f2fa;
  border: 1px solid #c4c4c6;
  color: #333;
}
.Select .Select__input {
  height: 16px;
}
.Select .Select__input input {
  height: 16px;
  padding: 0;
  margin-top: 0 !important;
}
.Select .Select__placeholder {
  color: #c4c4c6;
  line-height: 1rem;
  font-weight: normal;
  font-style: italic;
}
.Select .Select__control {
  border: 1px solid #807f83;
  border-radius: 2px;
}
.Select .Select__control--is-disabled {
  background-color: #fafafa;
  color: #807f83;
}
.Select .Select__menu {
  max-height: 175px;
  overflow: auto;
}
.Select .Select__menu-list {
  max-height: 175px;
  overflow: auto;
}
.Select .Select__option--is-focused {
  background-color: #f0f2fa;
}

.review-tab-container {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.review-tab-container .tabs {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: center;
  padding: 1rem 2rem;
  color: #807f83;
  background-color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  cursor: pointer;
}
.review-tab-container .tabs:hover {
  background-color: #f0f2fa;
}
.review-tab-container .tabs.selected {
  font-weight: bold;
  color: #1D2954;
  background-color: #fafafa;
}

.review-sidebar {
  margin: 28px;
}
.review-sidebar > div {
  margin-top: 1rem;
}
.review-sidebar .rev-nav-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  text-align: center;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.review-sidebar .rev-nav-container label {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.05rem;
  margin: 0.25rem;
  overflow: hidden;
}
.review-sidebar .rev-nav-container .score-tab {
  overflow: hidden;
  padding: 1rem 0.2rem 0.5rem;
  border-right: 1px solid #eaeaea;
  border-bottom: 2px solid white;
  width: 25%;
}
.review-sidebar .rev-nav-container .score-tab.selected {
  background-color: #f0f2fa;
  color: #1D2954;
  border-bottom: 2px solid #1D2954;
}
.review-sidebar .rev-nav-container .score-tab.selected label {
  color: #1D2954;
}
.review-sidebar .rev-nav-container .score-tab:hover {
  background-color: #f0f2fa;
  color: #1D2954;
  border-bottom: 2px solid #1D2954;
}
.review-sidebar .rev-nav-container .score-tab:hover label {
  color: #1D2954;
}
.review-sidebar .feedback-box .reviewer-score {
  margin: 0 auto;
}
.review-sidebar .feedback-box .reviewer-comments {
  width: 80%;
}
.review-sidebar .feedback-box .reviewer-comments p {
  margin: 0;
}
.review-sidebar .feedback-box .reviewer-comments {
  padding: 0;
}
.review-sidebar .feedback-box .reviewer-comments div:first-child {
  border-bottom: 1px solid #eaeaea;
}
.review-sidebar .feedback-box .reviewer-comments div {
  padding: 1rem 0.75rem;
  max-height: 400px;
  overflow: auto;
}
.review-sidebar.reviewer {
  margin: 2rem 1.5rem;
  overflow: auto;
}
.review-sidebar.reviewer .billboard-container.scoring {
  overflow: hidden;
  margin-bottom: 1rem;
}
.review-sidebar.reviewer .billboard-container.scoring .peekaboo {
  margin-top: -1000px;
  overflow: hidden;
  transition: margin-top 0.5s ease;
}
.review-sidebar.reviewer .billboard-container.scoring .peekaboo.expanded {
  margin-top: 0;
}
.review-sidebar.reviewer .billboard-container.scoring .billboard-header {
  border-bottom: none;
  background: white;
  z-index: 200;
  padding: 20px 30px;
  cursor: pointer;
}
.review-sidebar.reviewer .billboard-container.scoring .score-buttons {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}
.review-sidebar.reviewer .billboard-container.scoring .score-buttons button {
  width: 20%;
  height: 40px;
  border-right: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.review-sidebar.reviewer .billboard-container.scoring .score-buttons button:last-child {
  border-right: 1px solid #8a97cf;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.review-sidebar.reviewer .billboard-container.scoring .score-buttons button:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.review-sidebar.reviewer .billboard-container.scoring ul {
  padding: 0 1.25rem;
  margin: 0;
}
.review-sidebar .notes a {
  margin-left: 2rem;
}
.review-sidebar .notes .note {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.review-sidebar .notes .note .auto-save {
  font-style: italic;
  color: #807f83;
}
.review-sidebar .notes .note.expand {
  opacity: 1;
}
.review-sidebar .notes .note.expand textarea {
  height: 460px;
}
.review-sidebar p {
  margin-bottom: 2rem;
}

.divider {
  height: 2px;
  width: 100%;
  margin: auto 0;
  background-color: #eaeaea;
}

.view-team-edit-button {
  margin-left: auto;
  margin-top: -3.25rem;
}

.bubble-wrapper {
  display: inline-flex;
  color: #1D2954;
  align-items: center;
}
.bubble-wrapper .fa {
  padding: 0;
}
.bubble-wrapper label {
  color: #333333;
  margin-bottom: 0;
}
.bubble-wrapper i.fa.fa-angle-down {
  transform-origin: center;
  transition: 0.75s all ease;
  width: 10px;
  height: 20px;
  margin-left: 0.75rem;
}

.bubble-container {
  display: flex;
  justify-content: center;
}
.bubble-container .tool-tip-icon {
  margin: 0 0 0 0.625rem;
}

.bubble {
  transition: opacity 0.5s;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  margin-left: -22px;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.bubble.reveal {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.bubble .bubble-box {
  position: absolute;
  background: white;
  min-width: 20.1875rem;
  border: 1px #d7dcf1 solid;
  color: #333;
  text-transform: none;
  text-align: left;
  pointer-events: all;
}
.bubble .bubble-box.fit-content {
  width: fit-content;
  min-width: fit-content;
  white-space: nowrap;
}
.bubble .bubble-box.standard-tip {
  padding: 1rem;
}
.bubble .bubble-box .list-menu {
  padding: 1rem 0;
  overflow: hidden;
}
.bubble .bubble-box .list-menu.scrollable-small {
  height: 20rem;
  overflow: auto;
}
.bubble .bubble-box .list-menu button {
  margin: 0 0 0.35rem 0;
  width: 100%;
  color: #1D2954;
}
.bubble .bubble-box .list-menu button:last-child {
  margin-bottom: 0;
}
.bubble .bubble-box .list-menu button:disabled {
  background: #fafafa;
  color: #c4c4c6;
  font-style: italic;
  font-weight: lighter;
}
.bubble .bubble-box .list-menu button i.fa.fa-download {
  margin-left: 1rem;
}
.bubble .bubble-caret {
  margin-left: 1rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  background: white;
  transform: translate(50%, -50%) rotate(45deg);
  border-left: 1px #d7dcf1 solid;
  border-top: 1px #d7dcf1 solid;
}
.bubble.up .bubble-box {
  transform: translate(0%, -100%);
}
.bubble.up .bubble-caret {
  border-left: none;
  border-top: none;
  border-bottom: 1px #d7dcf1 solid;
  border-right: 1px #d7dcf1 solid;
}
.bubble button {
  background: none;
  border: none;
  box-shadow: none;
  color: #333;
  display: block;
  height: 2.25rem;
  text-align: left;
}
.bubble button:hover {
  background: #f0f2fa;
}

.badge {
  border-radius: 50%;
  height: 18px;
  width: 18px;
  background: #f6cf3f;
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.badge .count {
  color: #1D2954;
  font-size: 12px;
  font-family: "Univers";
  padding-top: 2px;
}

.fileContainer {
  overflow: hidden;
  position: relative;
  margin: 0.625rem 0.625rem 0 0;
}
.fileContainer > [type=file] {
  cursor: inherit;
  display: block;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
}

.selectedFile {
  color: #1D2954;
}

.field > .datepicker, .datepicker {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #807f83;
  border-radius: 2px;
  line-height: 2.25rem;
  margin-top: 0.625rem;
  padding: 0 0.5625rem 0 0;
  font-size: 100%;
  width: 195px;
}
.field > .datepicker.invalid, .datepicker.invalid {
  border: 2px solid #c4563c;
}
.field > .datepicker.disabled, .datepicker.disabled {
  background-color: #fafafa;
  color: midgrey;
}
.field > .datepicker input, .datepicker input {
  font-size: 100%;
  border: none;
  margin: 0;
  width: 150px;
  border-right: 1px solid #807f83;
  border-radius: 0;
  padding: 0 0.5625rem;
  line-height: 2.25rem;
}

.datepicker_calendar {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.datepicker_calendar.disabled {
  color: #807f83;
  pointer-events: none;
}
.datepicker_calendar.disabled > .fa-calendar:hover {
  color: #333;
}
.datepicker_calendar .fa-calendar {
  padding-right: 3px;
}

.datepicker_bubble {
  top: 35px;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  margin-left: 3px;
  z-index: 3001;
}
.datepicker_bubble.show {
  opacity: 1;
  pointer-events: initial;
}

.datepicker_box {
  background: white;
  width: 310px;
  box-shadow: grey 0 0 3px 0;
  color: #333;
  margin-top: -23px;
  text-transform: none;
  margin-left: -100px;
}

.datepicker_carrot {
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #eaeaea;
  transform: rotate(45deg);
  box-shadow: grey -1px -1px 3px;
}

.datepicker_mask {
  width: 1.1rem;
  height: 1.1rem;
  z-index: 1;
  background-color: #eaeaea;
  transform: translateY(-80%) rotate(45deg);
}

.datepicker_header {
  background-color: #eaeaea;
  height: 50px;
  width: 100%;
  padding: 10px;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.datepicker_body {
  position: relative;
  overflow: hidden;
}
.datepicker_body .sub_picker {
  position: absolute;
  top: -225px;
  text-align: center;
  background-color: white;
  height: 100%;
  width: 100%;
  display: grid;
  grid-gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  transition: top 0.5s;
}
.datepicker_body .sub_picker .arrow_row {
  grid-column: 1/span 3;
}
.datepicker_body .sub_picker .arrow_row:hover {
  background-color: #d7dcf1;
}
.datepicker_body .sub_picker.show {
  top: 0;
}
.datepicker_body .sub_picker .item {
  margin: auto 0;
}
.datepicker_body .sub_picker .item.selected {
  background-color: #d7dcf1;
}
.datepicker_body .sub_picker .item:hover {
  background-color: #f0f2fa;
}
.datepicker_body table tr {
  border: none;
}
.datepicker_body table th {
  text-align: center;
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.875rem;
  font-style: normal;
  font-weight: 300;
  width: 30px;
  margin: 0 7px;
}
.datepicker_body table .days th {
  font-weight: bold;
}
.datepicker_body table .day_number {
  border-radius: 50%;
}
.datepicker_body table .day_number.selected {
  background-color: #d7dcf1;
}
.datepicker_body table .day_number:hover {
  background-color: #f0f2fa;
}

.calendar-button {
  border: 1px solid #1D2954;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  color: #1D2954;
  padding: 0 10px;
  line-height: 1.875rem;
  z-index: 3;
}
.calendar-button.month {
  width: 125px;
}
.calendar-button > .label {
  margin: auto;
}
.calendar-button > .arrow {
  margin-left: 10px;
}
.calendar-button:hover {
  color: #1D2954;
  background-color: #d7dcf1;
}

.date-range-picker label {
  margin: 0.625rem 0.625rem 0 0.625rem;
}
.date-range-picker label:first-child {
  margin-left: 0;
}

.drop-down {
  position: relative;
}
.drop-down .drop-down-list {
  position: absolute;
  z-index: 5;
  max-height: 200px;
  overflow: auto;
}
.drop-down .drop-down-list .drop-down-element {
  border: 1px solid #1D2954;
  background: #fff;
  padding: 5px;
}
.drop-down .drop-down-list .drop-down-element:hover {
  background: #f0f2fa;
}

.history {
  height: 100%;
  width: 100%;
  background: white;
  color: #807f83;
  max-height: 500px;
  overflow: auto;
  min-width: 110px;
}

.audit-trail-container {
  position: relative;
  background: white;
  padding: 1rem 0.5rem;
  max-height: 400px;
  overflow: scroll;
}
.audit-trail-container > .trailItem.comment {
  border-top: 1px solid #eaeaea;
}
.audit-trail-container > .trailItem.comment + .trailItem:not(.comment) {
  border-top: 1px solid #eaeaea;
  padding-top: 0.45rem;
}
.audit-trail-container > .trailItem.comment .mention {
  background-color: #f0f2fa;
}
.audit-trail-container > .trailItem .audit-trail {
  font-size: 0.65rem;
  display: flex;
  flex-direction: row;
  margin-bottom: 0.3rem;
}
.audit-trail-container > .trailItem .audit-trail.boldCopy {
  font-weight: bold;
}
.audit-trail-container > .trailItem .audit-trail.commentTrail {
  display: block;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #eaeaea;
  padding: 0.75rem 0;
  margin: 0.5rem 0.25rem;
}
.audit-trail-container > .trailItem .audit-trail.commentTrail + .commentTrail {
  border-top: none;
}
.audit-trail-container > .trailItem .audit-trail.commentTrail:last-of-type {
  border-bottom: none;
}
.audit-trail-container > .trailItem .audit-trail.commentTrail .comment {
  font-size: 1rem;
}
.audit-trail-container > .trailItem .audit-trail .faIcon {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: -8.5px;
  top: 0;
  background: white;
  text-align: center;
}
.audit-trail-container > .trailItem .audit-trail .faIcon i.fa {
  height: 15px;
  background: white;
}
.audit-trail-container > .trailItem .audit-trail .faIcon i.fa.fa-circle-o, .audit-trail-container > .trailItem .audit-trail .faIcon i.fa.fa-exchange, .audit-trail-container > .trailItem .audit-trail .faIcon i.fa.fa-check, .audit-trail-container > .trailItem .audit-trail .faIcon i.fa.fa-times {
  width: 14px;
}
.audit-trail-container > .trailItem .audit-trail .commenter {
  display: flex;
}
.audit-trail-container > .trailItem .audit-trail .commenter .fa-commenting-o {
  padding-right: 0.75rem;
}
.audit-trail-container > .trailItem .audit-trail .commenter .date {
  margin-left: 0.5rem;
}
.audit-trail-container > .trailItem .audit-trail .status {
  border-left: 1px solid #eaeaea;
  margin-left: 1rem;
  padding: 0 0 1rem 1rem;
  position: relative;
}
.audit-trail-container > .trailItem:last-child .audit-trail.statusTrail > .status {
  border-left: none;
}

.comment-box-wrapper {
  display: flex;
}
.comment-box-wrapper button {
  border: 1px solid #eaeaea;
  box-shadow: none;
}

/* Project Audit Trail*/
.audit-view {
  grid-column: col-start 1/span 12;
}
.audit-view .timeline-container {
  display: flex;
  flex-direction: row;
}
.audit-view .timeline-container .side-panel {
  display: flex;
  flex-direction: column;
  width: 300px;
}
.audit-view .timeline-container .side-panel .timeline {
  width: 300px;
}
.audit-view .timeline-container .side-panel .timeline .timeline-entry {
  margin-left: 1.5rem;
  padding-bottom: 4rem;
  text-align: left;
  color: grey;
  display: flex;
  flex-direction: column;
  border-left: 3px solid #c4c4c6;
}
.audit-view .timeline-container .side-panel .timeline .timeline-entry:hover {
  color: #8a97cf;
}
.audit-view .timeline-container .side-panel .timeline .timeline-entry:hover .circle {
  border-color: #8a97cf;
  background-color: #8a97cf;
}
.audit-view .timeline-container .side-panel .timeline .timeline-entry.selected {
  color: #1D2954;
}
.audit-view .timeline-container .side-panel .timeline .timeline-entry.selected .circle {
  border-color: #1D2954;
  background-color: #1D2954;
}
.audit-view .timeline-container .side-panel .timeline .timeline-entry:last-child {
  border-left: none;
  margin-left: 1.65rem;
  padding-bottom: 0;
}
.audit-view .timeline-container .side-panel .timeline .timeline-entry .circle {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 6px;
  border: 3px solid #c4c4c6;
  background-color: #fff;
  margin-left: -0.65rem;
}
.audit-view .timeline-container .side-panel .timeline .timeline-entry .circle:hover {
  cursor: pointer;
}
.audit-view .timeline-container .side-panel .timeline .timeline-entry .event {
  text-align: left;
  margin-left: 2rem;
  margin-top: -1.75rem;
}
.audit-view .timeline-container .side-panel .timeline .timeline-entry .event:hover {
  cursor: pointer;
}
.audit-view .timeline-container .side-panel .timeline .timeline-entry .event div {
  font-size: 1.3rem;
  font-weight: normal;
}
.audit-view .timeline-container .side-panel .timeline .timeline-entry .event label {
  font-size: 0.7rem;
}
.audit-view .audit {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #eaeaea;
  padding-left: 1.75rem;
  width: 100%;
}
.audit-view .audit .audit-trail-r-header {
  text-align: right;
  color: #807f83;
}
.audit-view .audit .audit-trail-r-header label {
  font-size: 1rem;
}
.audit-view .audit .request-review-tab {
  border-top: 1px solid #F2F2F2;
}
.audit-view .audit .request-review-tab.borderless {
  border-top: none;
}

.diff-border {
  border-left: 2px solid #1D2954;
  margin-left: -18px;
  padding-left: 16px;
}

.bubble-input.medium .Select-control {
  height: 150px;
}

.email-editor {
  background: #fff;
  border: 1px solid #807f83;
  border-radius: 2px;
  padding: 10px;
  max-height: 450px;
}

.ql-container {
  font-family: "Univers", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}
.ql-container p {
  margin: 1rem 0;
}
.ql-container .ql-editor {
  background-color: #fff;
}

.reivewer-availability .availability-table {
  margin-top: 28px;
}
.reivewer-availability .availability-table input {
  width: 125px;
  margin-right: 6px;
}
.reivewer-availability .availability-buttons {
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 115px;
  background: #fff;
  border-top: 1px solid #c4c4c6;
}

.search-field {
  position: relative;
  width: 100%;
  height: fit-content;
}
.search-field .fa-search, .search-field .fa-times {
  position: absolute;
  color: #c4c4c6;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  padding: 0;
}
@keyframes flickerAnimation {
  0% {
    color: #c4c4c6;
  }
  25% {
    color: #1D2954;
  }
  50% {
    color: #c4c4c6;
  }
  75% {
    color: #1D2954;
  }
  100% {
    color: #c4c4c6;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    color: #c4c4c6;
  }
  25% {
    color: #1D2954;
  }
  50% {
    color: #c4c4c6;
  }
  75% {
    color: #1D2954;
  }
  100% {
    color: #c4c4c6;
  }
}
.search-field .fa-search.animate-flicker, .search-field .fa-times.animate-flicker {
  -webkit-animation: flickerAnimation 5s infinite;
  animation: flickerAnimation 5s infinite;
}

.anchor-list {
  display: flex;
  justify-content: stretch;
  border-top: 1px solid #eaeaea;
}
.anchor-list .anchor-list-categories {
  flex: 1;
  padding: 25px 25px 0 0;
}
.anchor-list .anchor-list-categories .anchor-list-anchors {
  margin-top: 1rem;
}
.anchor-list .anchor-list-categories .anchor-list-anchors .anchor {
  cursor: pointer;
  color: #807f83;
  margin-bottom: 15px;
  padding: 5px;
  border-left: 2px solid #fff;
}
.anchor-list .anchor-list-categories .anchor-list-anchors .anchor.selected {
  border-left: 2px solid #1D2954;
  color: #1D2954;
  font-weight: bold;
}
.anchor-list .anchor-list-items {
  flex: 2;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.anchor-list .anchor-list-items .anchor-list-header {
  padding: 25px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
}
.anchor-list .anchor-list-items .anchor-list-header .header {
  font-size: 1.375rem;
  display: flex;
  flex-direction: column;
}
.anchor-list .anchor-list-items .list {
  overflow-y: auto;
  max-height: 900px;
}
.anchor-list .anchor-list-items .list .list-section {
  padding-left: 0px;
  padding-top: 25px;
}
.anchor-list .anchor-list-items .list .list-section .none-found {
  color: #807f83;
  font-style: italic;
  align-self: center;
  margin: 0 25px 0;
}
.anchor-list .anchor-list-items .list .list-section .header {
  padding: 10px 25px;
  margin-bottom: 15px;
  font-weight: bold;
  background: #eaeaea;
}
.anchor-list .search-dropdown {
  flex: 1;
  margin-left: 1rem;
}

.anchor-item {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  margin: 0 20px 20px 20px;
}
.anchor-item.disabled {
  opacity: 0.7;
}
.anchor-item .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 17px;
  z-index: 1;
}
.anchor-item .main:hover {
  background: #f0f2fa;
}
.anchor-item .main.selected {
  background-color: #d7dcf1;
}
.anchor-item .main.selected button.btn-secondary {
  border: 2px solid;
}
.anchor-item .main .copies {
  display: flex;
  flex-direction: column;
}
.anchor-item .main .copies .label {
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.anchor-item .main .tag-label {
  font-size: 11px;
  color: #807f83;
  margin-right: 20px;
}
.anchor-item .additional-info {
  transition: max-height 0.25s ease;
  overflow: hidden;
  max-height: 0;
}
.anchor-item .additional-info.show {
  max-height: 500px;
}
.anchor-item .additional-info .body {
  padding: 20px;
}
.anchor-item .confirm-selection {
  background-color: #eaeaea;
  transition: max-height 0.25s ease;
  overflow: hidden;
  max-height: 0;
}
.anchor-item .confirm-selection.show {
  max-height: 500px;
}
.anchor-item .confirm-selection .body {
  padding: 20px;
}

.scroll-max {
  max-height: 400px;
  overflow: auto;
}

.cart {
  background: #eaeaea;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}
.cart .list {
  max-height: 470px;
  min-height: 100px;
  overflow: auto;
  margin: 1rem 0;
}
.cart .item {
  text-align: left;
  margin: 20px 0;
  background: #fff;
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
}
.cart .item:first-child {
  margin: 0 0 20px 0;
}

.nested-add-member {
  z-index: 1;
}
.nested-add-member th {
  display: none;
}
.nested-add-member {
  opacity: 0;
  margin-top: -6.5rem;
  transition: all 0.5s ease;
  pointer-events: none;
}
.nested-add-member.show {
  pointer-events: initial;
  opacity: 1;
  margin-top: 0;
}

.form-creator label {
  margin-bottom: 0;
}
.form-creator label.sentence-case {
  text-transform: none;
}
.form-creator .keyword {
  font-weight: bold;
}
.form-creator .field, .form-creator form {
  padding: 15px 1.875rem;
}
.form-creator .field .error, .form-creator form .error {
  color: red;
}
.form-creator .field.cart, .form-creator form.cart {
  overflow: visible;
}
.form-creator .field.indent-1, .form-creator form.indent-1 {
  padding-top: 0 !important;
  margin-left: 2em;
}
.form-creator .field.indent-2, .form-creator form.indent-2 {
  padding-top: 0 !important;
  margin-left: 4em;
}
.form-creator .field.indent-3, .form-creator form.indent-3 {
  padding-top: 0 !important;
  margin-left: 6em;
}
.form-creator.inline .field, .form-creator.inline form {
  padding: 0 0 1.875rem 0;
}
.form-creator > input, .form-creator div:not(.datepicker) > input:not(.slim-fit), .form-creator .Select__control, .form-creator label input {
  margin-top: 0.625rem;
}
.form-creator > input[type=number], .form-creator div:not(.datepicker) > input:not(.slim-fit)[type=number], .form-creator .Select__control[type=number], .form-creator label input[type=number] {
  border: 1px solid #807f83;
  border-radius: 2px;
  line-height: 2.25rem;
  padding: 0 0.5625rem;
  font-size: 100%;
  min-width: 100px;
}
.form-creator > input[type=text], .form-creator div:not(.datepicker) > input:not(.slim-fit)[type=text], .form-creator .Select__control[type=text], .form-creator label input[type=text] {
  border: 1px solid #807f83;
  border-radius: 2px;
  line-height: 2.25rem;
  padding: 0 0.5625rem;
  font-size: 100%;
  width: 100%;
}
.form-creator > input[type=checkbox], .form-creator div:not(.datepicker) > input:not(.slim-fit)[type=checkbox], .form-creator .Select__control[type=checkbox], .form-creator label input[type=checkbox] {
  margin: 0 0.5rem 0 0;
  display: inline-block;
  width: auto;
  margin: 0 0.5rem 0 0;
}
.form-creator textarea {
  margin-top: 0.625rem;
  resize: none;
  white-space: pre-line;
  border: 1px solid #807f83;
  border-radius: 2px;
  width: 100%;
  line-height: 1.375rem;
  padding: 0.5625rem 0.5625rem;
  font-size: 100%;
}
.form-creator h3, .form-creator .section-header {
  background: #eaeaea;
  padding: 20px 27px;
  font-size: 1.1875rem;
  font-weight: 300;
  margin: 2rem 0 1rem 0;
  max-width: initial;
}
.form-creator h3.no-top-margin, .form-creator .section-header.no-top-margin {
  margin-top: 0;
}
.form-creator p {
  margin: 5px 0;
}
.form-creator .useExistingDetails div > div > label, .form-creator .useExistingDetailsRecontacting div > div > label {
  border: 1px solid #eaeaea;
  padding: 1.8rem;
  margin-top: 1rem;
}
.form-creator .public_title, .form-creator .public_abstract {
  background: white;
  border: 1px solid #eaeaea;
  border-top: none;
  padding: 1.8rem;
  margin-top: 1rem;
  margin: -26px 1.875rem;
  margin-bottom: 1rem;
}

.tabs-container .tabs {
  display: flex;
  border-bottom: 1px solid #F2F2F2;
}
.tabs-container .tabs .tab-label {
  padding: 0 16px 10px 16px;
}
.tabs-container .tabs .tab-label a {
  color: #807f83;
}
.tabs-container .tabs .tab-label a:hover {
  text-decoration: none;
  color: #8a97cf;
}
.tabs-container .tabs .tab-label.active a {
  color: #1D2954;
}
.tabs-container .tabs .tab-label.active {
  border-bottom: 2px solid #1D2954;
}
.tabs-container .tabs .tab-add-on {
  margin-left: auto;
}
.tabs-container .blur {
  filter: blur(4px);
  pointer-events: none;
}

.request-billboard .field {
  display: flex;
  padding-bottom: 1.75rem;
  padding-left: 16px;
}
.request-billboard .field:last-child {
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 3rem;
}
.request-billboard .field label {
  width: 252px;
  min-width: 252px;
  margin: 0;
  color: #807f83;
}
.request-billboard .field .field-content {
  background: #fdfdfd;
  display: flex;
  justify-content: space-between;
}
.request-billboard .field .field-content.divider {
  padding: 1rem 0;
}
.request-billboard .field .field-content label {
  padding: 0 0 1rem 0 !important;
}
.request-billboard .field .field-content.file {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.request-billboard .field .field-content.file button {
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.review_editor .ql-container {
  min-height: 200px;
}

.team-irb .form-creator h3 {
  margin: 0;
  background: none;
}
.team-irb .form-creator button {
  width: auto !important;
}
.team-irb .space-between {
  padding: 30px;
}
.team-irb .space-between .btn-cancel {
  width: 40%;
}

.request-review-tab {
  position: relative;
  transition: width 0.25s ease;
}
.request-review-tab.admin {
  width: 65%;
  line-height: 2.25rem;
}
.request-review-tab.institution {
  width: 70%;
}
.request-review-tab .field.highlight .field-content .highlighter {
  display: block;
}
.request-review-tab .field {
  display: flex;
  background: #f0f2fa;
}
.request-review-tab .field:first-child:not(:only-child) label {
  padding: 2rem 1rem 1rem;
}
.request-review-tab .field:first-child:not(:only-child) .field-content {
  padding: 2rem 1.75rem 1rem;
}
.request-review-tab .field:only-child label {
  padding: 2rem 1rem;
}
.request-review-tab .field:only-child .field-content {
  padding: 2rem 1.75rem 1rem;
}
.request-review-tab .field:last-child:not(:only-child) label {
  padding: 2rem 1rem 1rem;
}
.request-review-tab .field:last-child:not(:only-child) label:last-of-type {
  padding: 1rem;
}
.request-review-tab .field:last-child:not(:only-child) .field-content {
  padding: 2rem 1.75rem 1rem;
}
.request-review-tab .field:last-child:not(:only-child) .field-content:last-of-type {
  padding: 1rem 1.75rem;
}
.request-review-tab .field.input {
  background: none;
  border-bottom: 1px solid #F2F2F2;
}
.request-review-tab .field.input label {
  margin: auto 0;
  color: #333;
  padding: 0 1rem;
}
.request-review-tab .field.input .field-content {
  padding: 1rem 1.75rem 0;
  display: block;
  width: 35%;
}
.request-review-tab .field label {
  padding: 1rem;
  width: 240px;
  min-width: 240px;
  margin: 0;
  color: #807f83;
}
.request-review-tab .field label.autoWidth {
  width: auto;
  min-width: auto;
}
.request-review-tab .field .files {
  width: 100%;
}
.request-review-tab .field .field-content.field-datatable {
  width: 100%;
  min-width: 400px;
  display: block;
}
.request-review-tab .field .field-content .highlighter {
  display: none;
  background-color: #1D2954;
  width: 3px;
  height: 50%;
  position: absolute;
  left: 10px;
  align-self: center;
}
.request-review-tab .field .field-content {
  padding: 1rem 1.75rem;
  background: #fdfdfd;
  width: 100%;
  display: flex;
  justify-content: space-between;
  word-break: break-word;
  position: relative;
}
.request-review-tab .field .field-content.file {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.request-review-tab .field .field-content.file button {
  margin-right: 2rem;
  margin-bottom: 0;
}
.request-review-tab .field .field-content.divider {
  padding: 2rem 0 1rem;
}
.request-review-tab .field .field-content label {
  padding: 0 0 1rem 0 !important;
}
.request-review-tab .field .field-content .hide {
  opacity: 0;
  pointer-events: none;
}
.request-review-tab .field .field-content .hide textarea {
  pointer-events: none;
}
.request-review-tab .field .field-content textarea {
  font-size: 100%;
  padding: 10px;
  width: 200px;
  height: 85px;
  resize: none;
}
.request-review-tab .field .field-content .reason {
  flex: 2;
  padding-left: 1rem;
}
.request-review-tab .field .field-content .reason.readOnly {
  padding: 0;
  margin: 0 0 0 -50px;
  max-width: 175px;
}
.request-review-tab .divider {
  background: #f0f2fa;
  height: 5px;
  width: 100%;
  margin: 0;
}

.summary-sticky {
  position: fixed;
  top: 6.25rem;
  width: 100%;
  background: white;
  left: 0;
  z-index: 2;
  height: 100px;
}
.summary-sticky h3 {
  padding: 0;
  margin: 0 auto 0 0;
  justify-self: flex-start;
  align-self: center;
}
.summary-sticky .buttons {
  display: flex;
  background: #eaeaea;
  padding: 2rem 7%;
  justify-content: flex-end;
}
.summary-sticky .buttons .btn-small {
  width: 5.375rem;
}

.summary-sticky-buffer {
  margin-top: 100px;
}

.request-view {
  width: 65%;
}
.request-view .section {
  margin-bottom: 60px;
}
.request-view .vertical-spacer {
  margin: 3rem 0;
}
.request-view.researcher {
  width: 90%;
  margin: 0 auto;
}
.request-view.researcher .summary {
  padding: 2rem 1rem;
}
.request-view.researcher .summary + .admin-review {
  border-top: 1px solid #eaeaea;
}
.request-view .space-between h3 {
  padding-top: 0;
}
.request-view .request-review-body .next-button {
  margin-left: auto;
  padding-bottom: 6.25rem;
}
.request-view .request-review-body .next-button i {
  padding-left: 10px;
}
.request-view .request-review-body .data-sharing-policy h4:first-of-type {
  margin-top: 40px;
}
.request-view .request-review-body .data-sharing-policy h4 {
  margin-bottom: 0;
}
.request-view .attention-text {
  font-size: 1.1rem;
  padding: 1rem 2px;
  display: inline-block;
  color: #c4563c;
  border-radius: 2px;
  margin: 2rem auto 2rem auto;
  text-align: center;
}

.half-width {
  width: 50% !important;
}

.quart-width {
  width: 25%;
}

.full-width {
  width: 100% !important;
}

.full-height {
  height: 100% !important;
}

.three-quarter-width {
  width: 75%;
}

.third-width {
  width: 33%;
}

.two-third-width {
  width: 66%;
}

.renewal_form textarea {
  height: 100px;
  width: 100%;
}
.renewal_form .field {
  padding: 15px 0;
}
.renewal_form .protocol_file {
  margin-top: -1rem;
  padding-top: 0;
  padding-left: 21px;
}
.renewal_form .protocol .field {
  padding-left: 21px;
}
.renewal_form .sample_size textarea, .renewal_form .additional_participants textarea {
  width: 48%;
}
.renewal_form .all_consented,
.renewal_form .all_participated,
.renewal_form .cohort_consented,
.renewal_form .cohort_participated {
  display: inline-block;
  width: 48%;
}
.renewal_form .all_consented,
.renewal_form .cohort_consented {
  margin-right: 4%;
}

.peekaboo-cards {
  overflow: hidden;
}
.peekaboo-cards:first-child {
  margin-top: 20px;
}
.peekaboo-cards .header {
  padding: 10px 20px;
  border: 1px solid #eaeaea;
  background: #fafafa;
  margin-bottom: 20px;
  z-index: 200;
}
.peekaboo-cards .billboard-row {
  align-items: normal !important;
}
.peekaboo-cards .fa-angle-up {
  margin-left: 0.75rem;
  font-size: 1.15rem;
  font-weight: bold;
  color: #c4c4c6;
  transition: all 0.5s;
  transform: rotate(180deg);
}
.peekaboo-cards .cards {
  z-index: 1;
  margin-top: -2500px;
  transition: all 0.5s;
  overflow: hidden;
  opacity: 0;
}
.peekaboo-cards .card-container {
  position: relative;
  overflow: hidden;
}
.peekaboo-cards.expanded .fa-angle-up {
  transform: rotate(360deg);
}
.peekaboo-cards.expanded .cards {
  margin-top: 0;
  opacity: 1;
}

.review-meeting-col1 .notes .note {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.review-meeting-col1 .notes .note.expand {
  opacity: 1;
}
.review-meeting-col1 .notes .note.expand textarea {
  height: 460px;
}
.review-meeting-col1 .notes textarea {
  resize: none;
  height: 0;
  transition: height 0.5s ease;
  white-space: pre-line;
  border: 1px solid #807f83;
  border-radius: 2px;
  width: 100%;
  line-height: 1.375rem;
  padding: 0.5625rem 0.5625rem;
  font-size: 100%;
  margin: 20px 0 10px 0;
}

.billboard-container {
  border: 1px solid #eaeaea;
  background-color: #fff;
  width: 100%;
  line-height: 1.625rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.billboard-container .empty {
  color: #c4c4c6;
  align-self: center;
  margin: 1rem auto;
}
.billboard-container.disabled {
  background-color: #fafafa;
  color: #807f83;
  pointer-events: none;
}
.billboard-container .billboard-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: auto;
  overflow: hidden;
  width: 100%;
}
.billboard-container .billboard-row.hidden {
  display: none;
}
.billboard-container .billboard-row.inside .billboard-cell {
  padding-top: 0;
}
.billboard-container .billboard-row.divider-line {
  border-top: 1px solid #eaeaea;
}
.billboard-container .billboard-header {
  border-bottom: 1px solid #eaeaea;
  padding: 8px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.billboard-container .billboard-footer {
  border-top: 1px solid #eaeaea;
  padding: 20px 30px;
  margin-top: auto;
}
.billboard-container .billboard-cell, .billboard-container.billboard-cell {
  display: flex;
  flex-direction: column;
  padding: 1.5625rem;
  word-break: break-word;
  align-self: stretch;
}
.billboard-container .billboard-cell .bubble-container, .billboard-container.billboard-cell .bubble-container {
  font-size: 0.85rem;
}
.billboard-container .billboard-cell.center, .billboard-container.billboard-cell.center {
  align-items: center;
  justify-content: center;
}
.billboard-container .billboard-cell.center h3, .billboard-container.billboard-cell.center h3 {
  margin: 0 0 0.75rem 0;
}
.billboard-container .billboard-cell.inside, .billboard-container.billboard-cell.inside {
  padding-top: 0;
}
.billboard-container .billboard-cell.search, .billboard-container.billboard-cell.search {
  position: relative;
}
.billboard-container .billboard-cell.search::after, .billboard-container.billboard-cell.search::after {
  font-family: "FontAwesome";
  content: "\f002";
  color: #c4c4c6;
  position: absolute;
  top: 30px;
  right: 30px;
}
.billboard-container .billboard-cell.divider-line, .billboard-container.billboard-cell.divider-line {
  border-left: 1px solid #eaeaea;
}
.billboard-container .billboard-cell h2, .billboard-container.billboard-cell h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.billboard-container .billboard-cell .in-charge, .billboard-container.billboard-cell .in-charge {
  font-size: 1.375rem;
}
.billboard-container .download-btn {
  margin-bottom: 0;
}
.billboard-container .download-btn::before {
  font-family: "FontAwesome";
  content: "\f0ab";
  color: #1D2954;
}
.billboard-container .download-btn .download-btn-copy {
  padding-left: 0.5rem;
}
.billboard-container.dark .billboard-header {
  background: #eaeaea;
  color: #807f83;
}
.billboard-container.unselected .billboard-header i {
  color: black;
}

.billboard-container:only-child {
  margin-bottom: 0;
  height: 100%;
}

.billboard-input-list .billboard-container {
  margin-bottom: 0.5rem;
}
.billboard-input-list .billboard-container.selected {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.35);
  background-color: #d7dcf1;
}
.billboard-input-list .billboard-container .billboard-header table {
  border: none;
  border-collapse: initial;
}
.billboard-input-list .billboard-container .billboard-header table td {
  padding: 0;
  text-align: left;
  background: none;
}
.billboard-input-list .billboard-container .billboard-header:hover {
  background: #f0f2fa;
}

.filter-box {
  display: flex;
  margin-top: 0.5rem;
}
.filter-box .row {
  display: flex;
  flex-direction: row;
}
.filter-box .filter-type {
  margin-right: 1.5rem;
}
.filter-box .filter-type.dropdown label {
  color: #807f83;
}
.filter-box .filter-type.dropdown {
  width: 25%;
}

.request-filters.non-rm {
  display: flex;
}
.request-filters.non-rm .status, .request-filters.non-rm .type {
  width: 50%;
  padding: 0;
}
.request-filters.non-rm .type {
  padding-right: 1rem;
}
.request-filters .field {
  display: inline-block;
}
.request-filters .field > div > label {
  color: #807f83;
}
.request-filters .Select {
  width: 100%;
}
.request-filters .category, .request-filters .keywords, .request-filters .reviews__user, .request-filters .reviews__quarter {
  width: 25%;
}
.request-filters .cohort, .request-filters .reviews__quarter {
  padding-left: 0;
}
.request-filters .methods, .request-filters .regions {
  width: 34%;
}
.request-filters .cohort, .request-filters .status {
  width: 15%;
}
.request-filters .check-tree-container {
  width: auto;
}

.rda-container {
  display: flex;
  margin-top: 2.5rem;
}
.rda-container .rda {
  flex: 3;
  height: 750px;
}
.rda-container .rda-info {
  flex: 1;
  padding: 0 1.875rem;
}
.rda-container .rda-info label {
  font-weight: normal;
  margin-bottom: 0.25rem;
  margin-top: 1.875rem;
}
.rda-container .rda-info label:first-child {
  margin-top: 0;
}
.rda-container .rda-info button {
  width: 30%;
}
.rda-container .rda-info .form.sbso button {
  width: 100%;
  margin-top: 3.75rem;
}
.rda-container .rda-info label {
  font-weight: normal;
  margin-bottom: 0.25rem;
  margin-top: 1rem;
  color: #807f83;
}
.rda-container .seperator {
  margin: 1.875rem 0;
  height: 1px;
  width: 100%;
  padding: 0;
  background-color: #eaeaea;
}

input[type=checkbox] {
  margin-right: 0.625rem;
}

/* Auto save and download ribbon in side-panel */
.auto-save {
  display: flex;
  align-items: center;
  margin: 1rem 0;
  justify-content: space-around;
}

.saving-panel {
  width: 35%;
  height: 50px;
  background: rgba(0, 0, 0, 0.6588235294);
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: white;
  transition: all 0.25s ease;
  top: -100px;
  right: 0;
  z-index: 90;
}
.saving-panel.show {
  top: 6.25rem;
}

.check-loader {
  display: block;
  position: relative;
  margin-left: 1rem;
}

.circle-loader {
  margin-bottom: 1rem;
  border-left-color: #5fc43b;
  animation: loader-spin 0.5s infinite linear;
  position: absolute;
  vertical-align: top;
  border-radius: 50%;
  border: 0.1666666667rem solid #5fc43b;
  border-top: none;
  border-right: none;
  width: 2rem;
  height: 2rem;
  left: 0;
  top: 0;
  transition: all 0.1s ease;
}
.circle-loader.show {
  animation-iteration-count: 1;
  border-radius: 0;
  width: 0.6666666667rem;
  height: 1.3333333333rem;
  left: 0.6666666667rem;
  top: 0.1666666667rem;
  transition: all 0.25s ease;
  transform: scaleX(-1) rotate(315deg);
}

.icon-circle {
  width: 2rem;
  height: 2rem;
  z-index: 10;
  border-radius: 50%;
  border: 0.125rem solid #fff;
}

.spin {
  animation: loader-spin 0.5s infinite linear;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Logos */
.sfari-base-text-logo {
  background: url("/assets/sfaribase_white-BYCEtYC4.svg") 0 0 no-repeat;
  background-size: contain;
  width: 207px;
  height: 32px;
  margin: 30px 0;
}

.sfari-logo {
  color: #1D2954;
  font-size: 3rem;
  line-height: 3rem;
}

.ssc-logo {
  background: url("/assets/ssc_logo-CYMRt2l_.svg") 0 0 no-repeat;
}

.simon-vip-logo {
  background: url("/assets/simons_vip_logo-CNkde6no.png") 0 0 no-repeat;
}

.spark-logo {
  background: url("/assets/spark_logo-cQKSqSUE.svg") 0 0 no-repeat;
}

.aic-logo {
  background: url("/assets/aic_logo-BW7gP8pZ.svg") 0 0 no-repeat;
}

.abn-logo {
  background: url("/assets/ABNLogo-D_VZEZU-.svg") 0 0 no-repeat;
}

.sf-badge {
  background: url("data:image/svg+xml,%3csvg%20width='214'%20height='140'%20viewBox='0%200%20214%20140'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M53%200.5H0V139.5H53C42%20130%2020.3%20112.3%2019.5%2071.5C18.7%2030.7%2042%209.5%2053%200.5Z'%20fill='%231D2855'/%3e%3cpath%20d='M53%200.5H0V139.5H53C42%20130%2020.3%20112.3%2019.5%2071.5C18.7%2030.7%2042%209.5%2053%200.5Z'%20fill='%231D2855'/%3e%3cpath%20d='M160.5%20139L213.5%20139L213.5%200L160.5%20-4.63341e-06C171.5%209.5%20193.2%2027.2%20194%2068C194.8%20108.8%20171.5%20130%20160.5%20139Z'%20fill='%231D2855'/%3e%3cpath%20d='M160.5%20139L213.5%20139L213.5%200L160.5%20-4.63341e-06C171.5%209.5%20193.2%2027.2%20194%2068C194.8%20108.8%20171.5%20130%20160.5%20139Z'%20fill='%231D2855'/%3e%3cpath%20d='M52.5%2088.854L75.845%2087.839C76.86%20107.733%2091.273%20116.665%20109.137%20116.665C124.971%20116.665%20135.121%20110.372%20135.121%2099.613C135.121%2089.869%20127.407%2086.215%20114.009%2083.576L89.649%2079.11C69.755%2075.456%2055.951%2064.494%2055.951%2043.382C55.951%2019.428%2074.83%204%20104.671%204C138.166%204%20157.045%2021.255%20157.451%2049.675L134.106%2050.487C133.294%2033.029%20121.926%2023.894%20104.468%2023.894C89.446%2023.894%2080.92%2030.593%2080.92%2041.555C80.92%2050.893%2087.619%2054.141%2099.19%2056.374L122.738%2060.637C147.91%2065.306%20159.684%2077.283%20159.684%2097.989C159.684%20123.161%20137.963%20136.762%20109.137%20136.762C76.251%20136.762%2052.5%20119.71%2052.5%2088.854Z'%20fill='%231D2855'/%3e%3c/svg%3e") 0 0 no-repeat;
  width: 68px;
  height: 20px;
  text-align: center;
  background-size: contain;
}

.ssc-logo, .simon-vip-logo, .spark-logo, .aic-logo, .abn-logo {
  text-align: center;
  background-size: contain;
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 400px) and (max-width: 1023px) {
  .ssc-logo, .simon-vip-logo, .spark-logo, .aic-logo, .abn-logo {
    margin-block-end: 3rem;
  }
}

.release-note-text-container {
  overflow: scroll;
  padding: 1.5625rem;
  word-break: break-word;
  border: 1px solid #c4c4c6;
  background: #fff;
  height: 50vh;
  width: 100%;
}

.snowflakes {
  width: 100%;
  height: 1200px;
  position: absolute;
  top: -90px;
  left: 0;
  pointer-events: none;
}
.snowflakes > i, .snowflakes > i:after, .snowflakes > i:before {
  background: white;
}
.snowflakes > i {
  display: inline-block;
  -webkit-animation: snowflakes 3s linear 2s 20;
  -moz-animation: snowflakes 3s linear 2s 20;
  position: relative;
}
.snowflakes > i:after, .snowflakes > i:before {
  height: 100%;
  width: 100%;
  content: ".";
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform: rotate(120deg);
}
.snowflakes > i:before {
  -webkit-transform: rotate(240deg);
}
.snowflakes > i:nth-child(3n) {
  width: 16px;
  height: 4px;
  margin-left: 48px;
  -webkit-animation-duration: 4s;
  -webkit-animation-iteration-count: 30;
  -webkit-transform-origin: right -45px;
}
.snowflakes > i:nth-child(3n+1) {
  width: 24px;
  height: 6px;
  -webkit-animation-duration: 6s;
  -webkit-animation-iteration-count: 45;
  -webkit-transform-origin: right -30px;
}
.snowflakes > i:nth-child(3n+2) {
  width: 32px;
  height: 8px;
  -webkit-animation-duration: 8s;
  -webkit-animation-iteration-count: 60;
  -webkit-transform-origin: right -15px;
}
.snowflakes {
  /* different delays so they don't all start at the same time */
}
.snowflakes > i:nth-child(7n) {
  opacity: 0.3;
  -webkit-animation-delay: 0s;
  -webkit-animation-timing-function: ease-in;
}
.snowflakes > i:nth-child(7n+1) {
  opacity: 0.4;
  -webkit-animation-delay: 1s;
  -webkit-animation-timing-function: ease-out;
}
.snowflakes > i:nth-child(7n+2) {
  opacity: 0.5;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-timing-function: linear;
}
.snowflakes > i:nth-child(7n+3) {
  opacity: 0.6;
  -webkit-animation-delay: 2s;
  -webkit-animation-timing-function: ease-in;
}
.snowflakes > i:nth-child(7n+4) {
  opacity: 0.7;
  -webkit-animation-delay: 2.5s;
  -webkit-animation-timing-function: linear;
}
.snowflakes > i:nth-child(7n+5) {
  opacity: 0.8;
  -webkit-animation-delay: 3s;
  -webkit-animation-timing-function: ease-out;
}
.snowflakes > i:nth-child(7n+6) {
  opacity: 0.9;
  -webkit-animation-delay: 3.5s;
  -webkit-animation-timing-function: ease-in;
}

@-webkit-keyframes snowflakes {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(0.6);
  }
  100% {
    -webkit-transform: translate3d(15px, 1200px, 0px) rotate(360deg) scale(0.6);
  }
}
@-webkit-keyframes snwoflakes-anim {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(0.6);
  }
  100% {
    -webkit-transform: translate3d(15px, 1200px, 0px) rotate(360deg) scale(0.6);
  }
}
.sample-legend .key {
  width: 1.5rem;
  height: 1.5rem;
  background: #DC9A8A;
  margin-right: 0.5rem;
  margin-left: 1rem;
}
.sample-legend .key.first {
  margin-left: 0 !important;
}
.sample-legend .key {
  border: 1px solid #c4c4c6;
}

.filter-selection .form-creator {
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto auto auto auto;
  margin: 0 1.5rem;
}
.filter-selection .form-creator .check-tree-container {
  width: auto;
}
.filter-selection .form-creator .field {
  padding: 0;
}
.filter-selection .form-creator .field > div > label {
  color: #807f83;
}
.filter-selection .form-creator .diagnosis {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 3;
}
.filter-selection .form-creator .gender {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}
.filter-selection .form-creator .genetic_conditions {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
}
.filter-selection .form-creator .confirmation_status {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
}
.filter-selection .form-creator .spark_genes {
  grid-column: 0.3333333333;
  grid-row: 0.8333333333;
}
.filter-selection .form-creator .medical_conditions {
  grid-column: 0.3333333333;
  grid-row: 0.8571428571;
}
.filter-selection .form-creator .psych_conditions {
  grid-column: 0.3333333333;
  grid-row: 0.875;
}
.filter-selection .form-creator .flag {
  grid-column: 0.3333333333;
}
.filter-selection .form-creator .right_hemisphere {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 5;
}

.tissue-catalogue .collection-name input {
  border: 1px solid #807f83;
  border-radius: 2px;
  line-height: 2.25rem;
  padding: 0 0.5625rem;
  font-size: 100%;
  width: 60%;
}
.tissue-catalogue .tissue-filters {
  background: #eaeaea;
  padding: 1rem;
}
.tissue-catalogue .tissue-filters .badge {
  background-color: white !important;
  position: initial;
  margin-left: 1rem;
}

.score-table tr:nth-child(even) {
  background: #f0f2fa;
}
.score-table th {
  text-align: center;
  border: 1px solid #c4c4c6;
}
.score-table td {
  padding: 0.5rem 0.5rem;
  border: 1px solid #c4c4c6;
}
.score-table {
  border: 1px solid #c4c4c6;
}

.progress-tictac {
  position: relative;
}
.progress-tictac .progress-tictac-background {
  top: 0;
  left: 0;
  position: absolute;
  background: #eaeaea;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.progress-tictac .progress-tictac-label {
  position: relative;
  text-align: center;
  z-index: 3;
}

.with-bullets li {
  list-style-type: disc !important;
}

.banner-notification {
  margin: 10px 0;
  padding: 20px;
  border-radius: 3px 3px 3px 3px;
  color: #9F6000;
  background-color: #EBC7BE;
}

.compliance-filters {
  display: flex;
  justify-content: flex-end;
}
.compliance-filters > div {
  margin-left: 1rem;
}
.compliance-filters {
  margin-bottom: 1rem;
}

.labeled-input {
  width: 100%;
  margin-right: 1rem;
}
.labeled-input label {
  margin: 0 0.75rem 0 0;
}

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

.padding-sm {
  padding: 1rem;
}

.spacer-right-xsm {
  margin-right: 0.5rem;
}

.spacer-right-sm {
  margin-right: 1rem;
}

.spacer-right-lg {
  margin-right: 2rem;
}

.spacer-left-sm {
  margin-left: 1rem;
}

.spacer-sm {
  margin: 1rem;
}

.spacer-md {
  margin: 1.5rem;
}

.spacer-lg {
  margin: 2rem;
}

.spacer-bottom-sm {
  margin-bottom: 1rem;
}

.spacer-top-bottom-sm {
  margin: 1rem 0;
}

.spacer-top-bottom-lg {
  margin: 2rem 0;
}

.spacer-top-sm {
  margin-top: 1rem;
}

.absolute-top-left {
  position: absolute;
  top: 0;
}

.absolute-top-right {
  position: absolute;
  top: 0;
  right: 0;
}

.no-padding {
  padding: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-margin {
  margin: 0;
}

/* New Table */
.simons-react-table {
  position: relative;
}
.simons-react-table .circle-button {
  border-radius: 50%;
  color: #1D2954;
  width: 3rem;
  height: 3rem;
  text-align: center;
  vertical-align: middle;
  line-height: 3rem;
  cursor: pointer;
}
.simons-react-table .circle-button:not(:last-child) {
  margin-right: 0.25rem;
}
.simons-react-table .circle-button:hover, .simons-react-table .circle-button:focus {
  background-color: #eaeaea;
}
.simons-react-table .circle-button.disabled {
  color: #eaeaea;
}
.simons-react-table .circle-button.selected {
  background-color: #d7dcf1;
}
.simons-react-table table {
  border-collapse: separate;
  border-spacing: 0 0.75rem;
}
.simons-react-table td {
  position: relative;
  vertical-align: middle;
}
.simons-react-table .st-table {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  border-collapse: collapse;
  overflow: auto;
}
.simons-react-table .st-table .st-expanded {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s, opacity 0.5s;
  overflow: scroll;
}
.simons-react-table .st-table .st-expanded.isExpanded {
  max-height: 30rem;
  opacity: 1;
  overflow: auto;
}
.simons-react-table .st-table .st-expand-carat {
  width: 50px;
  max-width: 50px;
}
.simons-react-table .st-table .st-th, .simons-react-table .st-table .st-td {
  flex: 1 0 0;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 7px 5px;
  overflow: hidden;
  transition: 0.3s ease;
  transition-property: width, min-width, padding, opacity;
}
.simons-react-table .st-table .st-th {
  overflow: hidden;
  display: flex;
  align-items: center;
  min-width: 0;
}
.simons-react-table .st-table .st-th .header-text {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.simons-react-table .st-table .st-th.-hidden,
.simons-react-table .st-table .st-td.-hidden {
  width: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
}
.simons-react-table .st-table .st-tr {
  align-items: center;
  display: inline-flex;
  width: 100%;
  padding: 0.5rem 0.5rem;
  position: relative;
}
.simons-react-table .st-table .st-tr .st-tr-link:hover {
  background: #f0f2fa !important;
}
.simons-react-table .st-table .st-tr.interactive:not(.btn-hover):hover {
  background: #f0f2fa !important;
}
.simons-react-table .st-table .st-thead {
  flex: 1 0 auto;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.simons-react-table .st-table .st-tr-group {
  border: 1px solid #d8d8d8;
  background: white;
  margin-bottom: 0.5rem;
  box-shadow: 8px 3px 4px 0px rgba(1, 0, 0, 0.05);
}
.simons-react-table .st-table .st-tr-group.st-tr-empty {
  text-align: center;
  padding: 1rem;
  opacity: 0.3;
}
.simons-react-table .st-table .st-sort {
  flex-shrink: 0;
}
.simons-react-table .st-table .st-resizer-handle {
  flex-shrink: 0;
  cursor: col-resize;
  width: 5px;
  min-height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.simons-react-table .st-table .st-resizer-handle .st-resizer-handle-indicator {
  width: 2px;
  min-height: 2rem;
}
.simons-react-table .st-table .st-resizer-handle:hover .st-resizer-handle-indicator {
  background-color: #d7dcf1;
}
.simons-react-table .st-loading-overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  left: 0;
  top: 0;
  pointer-events: none;
}
.simons-react-table .tooltip-container {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
.simons-react-table .td-content {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: fit-content;
}
.simons-react-table .row-container {
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 8px 3px 4px 0px rgba(1, 0, 0, 0.05);
  padding-bottom: 2rem;
}
.simons-react-table .tr-expanded td {
  padding: 0;
}

.compact-table .st-td {
  font-size: 0.875rem;
}
.compact-table .circle-button {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

.loading-overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  left: 0;
  top: 0;
  pointer-events: none;
}

.center-header {
  text-align: center;
}

.flip {
  transform: rotate(180deg);
}

.context-menu {
  position: absolute;
}

.fa-info-circle {
  background: white;
  border-radius: 50%;
}

.attention-text {
  display: inline-block;
  background-color: #DC9A8A;
  padding: 0.5rem;
  border-radius: 2px;
  margin-top: -8px;
  margin-bottom: -8px;
  width: 100%;
  text-align: center;
}
.attention-text.grey {
  background-color: #F2F2F2;
  width: 25%;
}

.flagged-text {
  display: inline-block;
  background-color: #f6cf3f;
  padding: 0.5rem;
  border-radius: 2px;
  margin-top: -8px;
  margin-bottom: -8px;
  width: 100%;
  text-align: center;
}
.flagged-text.grey {
  background-color: #F2F2F2;
  width: 25%;
}

.loading-ellipsis::after {
  content: "...";
  display: inline-block;
  animation: ellipses-animation steps(4, end) 900ms infinite;
  width: 0px;
  overflow: hidden;
  vertical-align: bottom;
  position: absolute;
  white-space: nowrap;
}

.line-fieldset {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.line-fieldset .fieldline {
  height: 2px;
  width: 90%;
  background-color: #c4c4c6;
}

@keyframes ellipses-animation {
  to {
    width: 1.3rem;
  }
}
.grid-four-by-two {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.compliance-researcher-table .st-body .st-tr {
  background-color: #f0f2fa !important;
}
.compliance-researcher-table .st-th {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.compliance-researcher-table .st-table .st-expanded.isExpanded {
  max-height: 60rem;
}
.compliance-researcher-table .request-table .st-tr {
  padding: 0 0.5rem;
  background-color: #fff !important;
}
.compliance-researcher-table .request-table .st-td:not(:last-child), .compliance-researcher-table .request-table .st-th:not(:last-child) {
  margin-right: 1rem;
}

.warning-ribbon {
  background-color: #f6cf3f;
  width: 100%;
  padding: 1rem;
}

.error-ribbon {
  color: #fff;
  background-color: #c4563c;
  width: 100%;
  padding: 1rem;
}

.rc-mentions {
  display: inline-block;
  position: relative;
  white-space: pre-wrap;
}

.rc-mentions > textarea {
  border: none;
  width: 100%;
}

.rc-mentions-measure {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  color: transparent;
  z-index: -1;
}

.rc-mentions-dropdown {
  position: absolute;
  z-index: 1001;
}

.rc-mentions-dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1001;
  max-height: 200px;
  overflow: auto;
}

.rc-mentions-dropdown-menu-item {
  cursor: pointer;
}

.rc-mentions {
  font-size: 20px;
  border: 1px solid #999;
  border-radius: 3px;
  overflow: hidden;
}

.rc-mentions-dropdown {
  border: 1px solid #999;
  border-radius: 3px;
  background: #FFF;
}

.rc-mentions-dropdown-menu-item {
  padding: 4px 8px;
}

.rc-mentions-dropdown-menu-item-active {
  background: #e6f7ff;
}

.rc-mentions-dropdown-menu-item-disabled {
  opacity: 0.5;
}

.globus-id-invalid i {
  font-size: 1rem;
  width: 1rem;
}
.globus-id-invalid .bubble-wrapper {
  margin-left: -1rem;
  width: 1rem;
}

.modify_self, .modify_stem_cell_core, .modify_cro {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.renewal_date {
  margin-left: 0 !important;
}

/* Input Toggle */
.input-toggle .toggle-wrapper {
  cursor: pointer;
}
.input-toggle .toggle-track {
  width: 3rem;
  height: 1.5rem;
  background: #c4c4c6;
  border-radius: 0.75rem;
  position: relative;
  border: 1px solid #807f83;
  transition: all 0.3s ease;
}
.input-toggle .toggle-thumb {
  border: 1px solid #807f83;
  width: 1.125rem;
  height: 1.125rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  transition: all 0.3s ease;
}
.input-toggle.toggled .toggle-track {
  background: #d7dcf1;
}
.input-toggle.toggled .toggle-thumb {
  left: 1.6rem;
}
.input-toggle.disabled {
  opacity: 0.5;
}
.input-toggle.disabled .toggle-wrapper {
  cursor: not-allowed;
}

.absolute-top-left {
  position: absolute;
  top: 0;
  left: 0;
}

.fixed-top-left {
  position: fixed;
  top: 0;
  left: 0;
}

.backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(1px);
}

.backdrop-white {
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(1px);
}