@charset "UTF-8";
/*!
 *  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(/674f50d287a8c48dc19ba404d20fe713.eot);
  src: url(/674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/af7ae505a9eed503f8b8e6982036873e.woff2) format("woff2"), url(/fee66e712a8a08eef5805a46892932ad.woff) format("woff"), url(/b06871f281fee6b241d60582ae9369b9.ttf) format("truetype"), url(/912ec66d7572ff821749319396470bde.svg#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.33333em;
  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.28571em;
  text-align: center; }

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

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

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

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

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

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

.pull-left {
  float: left; }

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

.fa.pull-right {
  margin-left: .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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

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

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

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

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

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

.fa-git:before {
  content: ""; }

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

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

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

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

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

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

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

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

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: ""; }

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

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

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

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

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

.fa-hourglass:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

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

.fa-gg:before {
  content: ""; }

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

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

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

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

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

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

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

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

.fa-contao:before {
  content: ""; }

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

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

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

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

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

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

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

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

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

.fa-fonticons:before {
  content: ""; }

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

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

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

.fa-usb:before {
  content: ""; }

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

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

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

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

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

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

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

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

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

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

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

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

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

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

.fa-blind:before {
  content: ""; }

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

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

.fa-braille:before {
  content: ""; }

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

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

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

.fa-glide:before {
  content: ""; }

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

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

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

.fa-viadeo:before {
  content: ""; }

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

.fa-snapchat:before {
  content: ""; }

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

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

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

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

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

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

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

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

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

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

.fa-linode:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: ""; }

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

.fa-telegram:before {
  content: ""; }

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

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

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

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

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

.fa-shower:before {
  content: ""; }

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

.fa-podcast:before {
  content: ""; }

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

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

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

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

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

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

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

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.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; }

@font-face {
  font-family: "Univers";
  src: url(/8e3a66af44c478919a9c31b952b73234.eot?#iefix) format("eot"), url(/5682ae62a268c2fabd700119f3f40f90.woff2) format("woff2"), url(/5112daaf0749cb4fd8f791e90470685b.woff) format("woff"), url(/ef933c3bdf6a0bf7ae80f51a569fe9b5.ttf) format("truetype"), url(/067846c43aad27a626e153315c0e93ae.svg) format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "Univers";
  src: url(/09d7dda708a2612a16a8db89104da69c.eot?#iefix) format("eot"), url(/2fe8079b858040d241027660f1a7bf64.woff2) format("woff2"), url(/d6f357a00c77b20b5bf56a6669a15677.woff) format("woff"), url(/a9badb3746a786db3dc3f30538d24012.ttf) format("truetype"), url(/3e8e54d4cc97a7b49859b27ebcb045a2.svg) format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Univers";
  src: url(/e977786dc1f62015817046551a500c2e.eot?#iefix) format("eot"), url(/1160eafdf78d057f4286edfda143a210.woff2) format("woff2"), url(/99774962c0c3119355f1d3046f259321.woff) format("woff"), url(/74d96fa39018f38ed0d45040ee846e26.ttf) format("truetype"), url(/29eb9a6e2f439c8eaf58fc45edb88607.svg) format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Univers";
  src: url(/d073042fca4c8d5e1c61c0d0256cd225.eot?#iefix) format("eot"), url(/55938b9a32c61b3b3afa8eca337a0326.woff2) format("woff2"), url(/9a40e64fc7a1fb26ff95ba1c216b0c6e.woff) format("woff"), url(/34f364a389e86c30ad0aea4c8c82f8b4.ttf) format("truetype"), url(/2e44fe2ed235b202da17013d33997dba.svg) format("svg");
  font-weight: 300;
  font-style: italic; }

/* old colors */
/* Colors */

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

.buffer-right {
  margin-right: 0.5rem; }

.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: #384ca2; }
  .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: #384ca2; }
  .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: #384ca2; }
  .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: #384ca2; }
  .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: #384ca2; }
  .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: #384ca2; }
  .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: #384ca2; }
  .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: #384ca2; }
  .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: #384ca2; }
  .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: #384ca2; }

@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: #384ca2;
    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*/
/* Global Rules */
* {
  box-sizing: border-box; }

body,
html,
textarea,
input {
  margin: 0;
  padding: 0 3px;
  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; }

strong, b {
  font-weight: bold; }

.wrapper {
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #fdfdfd;
  z-index: 1;
  display: flex;
  flex-direction: column; }

a {
  color: #384ca2;
  text-decoration: none; }
  a.disabled {
    color: #c4c4c6;
    pointer-events: 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.bottom-margin-only-40 {
    margin: 0 0 2.5rem 0; }
  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; }

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; }

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

.horizontal-center {
  display: flex;
  align-content: center;
  align-items: center; }

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

.sub-header {
  margin-top: -16px;
  color: #807f83; }

/* Column Grid */
.grid {
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  grid-gap: 1.75rem;
  width: 100%; }
  .grid .fill {
    grid-column: col-start 1 / span 12; }
  .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-column: col-start 1 / span 12; }
    .grid .cols-1-to-12.no-margin {
      margin: 0; }
  .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-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; }
  .grid.no-padding {
    padding-top: 0; }

button .intermediate-loading {
  width: 75px;
  height: 25px;
  margin: auto; }

button.disabled {
  pointer-events: none; }

.add_new_irb, .right_floater {
  float: right; }

.intermediate-loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 175px; }
  .intermediate-loading .loader-container {
    width: 112px;
    height: 37px; }
    .intermediate-loading .loader-container .loading span {
      background: #d7dcf1; }

.concise label {
  color: #807f83;
  font-weight: bold;
  margin-bottom: 0; }

.concise div {
  margin-bottom: 0.5rem; }

.concise p {
  margin: 1rem 0; }

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

.grey-box,
.transp-box {
  background: #eaeaea;
  padding: 1.8125rem;
  text-align: center; }
  .grey-box label,
  .transp-box label {
    margin-bottom: 1.875rem;
    text-align: left; }
    .grey-box label .Select,
    .transp-box label .Select {
      margin-top: 0.625rem; }
      .grey-box label .Select input,
      .transp-box label .Select input {
        margin-top: 0; }
    .grey-box label label,
    .transp-box label label {
      margin-bottom: 0.45rem; }
    .grey-box label input,
    .transp-box label input {
      margin-top: 0.5rem; }
  .grey-box.narrow,
  .transp-box.narrow {
    padding: 1rem;
    margin-top: -1rem; }
  .grey-box.reset,
  .transp-box.reset {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 1.25rem; }
  .grey-box.confirm,
  .transp-box.confirm {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 1.25rem; }
    .grey-box.confirm .password-valid-box,
    .transp-box.confirm .password-valid-box {
      margin: 0;
      padding: 0; }
  .grey-box .checkBox,
  .transp-box .checkBox {
    text-align: left;
    padding-bottom: 1.8125rem; }
  .grey-box button,
  .transp-box button {
    width: 100%; }
  .grey-box .nested-form,
  .transp-box .nested-form {
    text-align: left; }
  .grey-box span.tool-tip,
  .transp-box span.tool-tip {
    text-align: left; }
  .grey-box .disclaimer-box,
  .transp-box .disclaimer-box {
    background-color: #d7dcf1;
    padding: 2rem 3rem;
    margin: 2rem -3rem; }

.transp-box {
  background: none;
  padding: 0; }
  .transp-box button {
    width: 100%; }

.hidden {
  display: none; }

.glyph-button {
  color: #807f83;
  line-height: 1.4; }
  .glyph-button.critical {
    color: red; }
  .glyph-button:hover {
    color: #c4c4c6; }
  .glyph-button.disabled {
    color: #eaeaea; }

.text-icon {
  color: #f6cf3f; }

.list-bubble {
  background-color: #d8eafd;
  border: 1px solid rgba(0, 126, 255, 0.24);
  margin: 5px;
  border-radius: 2px;
  padding: 3px 0px; }
  .list-bubble .list-bubble-remove-icon {
    padding: 2px 5px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-right: 1px solid rgba(0, 126, 255, 0.24); }
  .list-bubble .list-bubble-label {
    color: #384ca2;
    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;
  box-shadow: inset 0 0 10px #000000;
  z-index: 200;
  pointer-events: none;
  display: flex;
  justify-content: center; }
  .impersonationMode .production-warning {
    animation: blinkingText 3.0s infinite ease;
    pointer-events: none;
    font-size: 40px;
    margin-top: 1rem;
    margin-left: 2rem;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    left: 0; }
    .impersonationMode .production-warning i {
      color: red; }
  .impersonationMode .detective-bubble {
    pointer-events: all;
    height: 100px;
    width: 400px;
    border: 5px solid #ff00ff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 34%;
    transition: 0.5s all ease;
    bottom: -54px;
    z-index: 210;
    background: white;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    box-shadow: 0 0 10px #000000; }
    .impersonationMode .detective-bubble.raise {
      bottom: -11px; }
    .impersonationMode .detective-bubble i {
      color: #807f83; }
    .impersonationMode .detective-bubble h3 {
      margin: 0; }
    .impersonationMode .detective-bubble a {
      text-align: center; }
    .impersonationMode .detective-bubble .center {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }

input:disabled {
  background-color: #fafafa;
  color: #807f83; }

textarea {
  resize: none; }

textarea:disabled {
  background-color: #fafafa;
  color: #807f83; }

.text-button {
  color: #384ca2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  cursor: pointer; }
  .text-button i {
    font-size: 1.25rem;
    margin-right: 1rem; }

button {
  background: #384ca2;
  border: none;
  padding: 0;
  box-sizing: content-box;
  border-radius: 2px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #384ca2;
  height: 3.125rem;
  width: 12.125rem;
  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;
  /* Shouldn't need this, not sure why we gave buttons a bottom margin -_- */ }
  button.fill {
    width: 100%; }
  button.btn-critical {
    background: #c4563c;
    border: none; }
  button.btn-secondary {
    background: #fff;
    color: #384ca2;
    border: 1px solid #384ca2; }
    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-small.fill {
      width: 100%; }
  button.btn-medium {
    height: 2.75rem;
    width: auto;
    padding: 0 13px;
    margin-bottom: 0; }
  button:hover {
    background: #8a97cf;
    border: 1px solid #8a97cf; }
  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; }
  button.tight {
    padding: 0 1rem;
    width: auto; }
  button.tight-glyph {
    padding: 8px;
    width: auto;
    height: auto; }
  button .glyph {
    margin: 0 12px 0 0; }
  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.no-margin {
    margin: 0; }
  button.btn-cancel {
    margin-left: 1rem; }
  button.btn-top-bottom-margin {
    margin: 1.375rem 0; }

/* 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;
    transition: all 1s ease; }
  .alert-container .alert {
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center; }
    .alert-container .alert.error {
      background: #c4563ce0;
      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 .message {
      max-width: inherit;
      display: inline-block;
      margin-right: 2rem;
      font-size: 1.25rem; }
    .alert-container .alert .error-icon {
      margin-right: 2rem; }
    .alert-container .alert.success {
      background: #5fc43b; }
    .alert-container .alert p {
      margin: 0; }
    .alert-container .alert .clear {
      cursor: pointer;
      margin-left: auto; }

.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; }

/* Notifications */
.notification-box {
  display: flex;
  align-content: center;
  padding: 35px;
  margin: 30px 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
  align-items: center; }
  .notification-box .notification-icon {
    font-size: 3rem; }
    .notification-box .notification-icon .fa-exclamation {
      color: #FFAA37; }
    .notification-box .notification-icon .fa-times {
      color: #c4563c; }
  .notification-box .notification-copy {
    text-align: left;
    padding: 0 0 0 50px;
    width: 95%; }

.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, .form > div {
  display: block;
  padding-bottom: 1.8125rem; }
  form > div.no-padding-btm, .form > div.no-padding-btm {
    padding-bottom: 0; }

form > div:first-child, .form > div:first-child {
  margin-top: 1.25rem; }

form input, .form input {
  border: 1px solid #807f83;
  border-radius: 2px;
  line-height: 2.25rem;
  padding: 0 .5625rem;
  font-size: 100%;
  width: 100%;
  /* We need to make this work in webpack */ }
  form input.slim-fit, .form input.slim-fit {
    width: auto;
    display: block; }
  form input[type=checkbox], .form input[type=checkbox] {
    display: inline-block;
    width: auto;
    margin: -0.25rem 0.5rem 0 0;
    vertical-align: middle; }
  .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 .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, .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; }

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 a {
    color: #384ca2;
    margin-left: 1.5rem; }
    header a:hover {
      text-decoration: underline; }
  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-home {
    margin-left: 0; }
  header .logo {
    margin: 0;
    background: url(/b53470c330bcb089e2159e6f7df0a699.svg) no-repeat;
    background-size: contain;
    width: 10.34rem;
    height: 2.25rem;
    text-indent: -9999rem; }
  header .loginBox {
    display: flex;
    align-items: center; }
    header .loginBox button.icon {
      font-family: "FontAwesome";
      color: #384ca2;
      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.notification {
        margin: 0;
        position: relative; }
        header .loginBox button.icon.notification:focus {
          outline: none;
          animation: shake 0.92s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          transform: translate3d(0, 0, 0); }
        header .loginBox button.icon.notification::before {
          content: "\f0f3"; }

@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); } }
      header .loginBox button.icon.profile::before {
        content: "\f007"; }
    header .loginBox .bubble-wrapper {
      margin-left: 1.5rem; }
      header .loginBox .bubble-wrapper:hover i.fa.fa-angle-up,
      header .loginBox .bubble-wrapper:hover i.fa.fa-angle-down {
        transform: rotate(180deg);
        transform-origin: center;
        width: 10px;
        height: 20px; }
      header .loginBox .bubble-wrapper a.user {
        color: #384ca2;
        margin-left: 0;
        padding: 0; }
        header .loginBox .bubble-wrapper a.user i.fa.fa-angle-up,
        header .loginBox .bubble-wrapper a.user i.fa.fa-angle-down {
          transition: 0.75s all ease;
          width: 10px;
          height: 20px;
          margin-left: 0.75rem; }
      header .loginBox .bubble-wrapper a:hover {
        text-decoration: underline; }
  header .user {
    padding-right: 1rem; }
  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;
      color: #333; }
      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: #384ca2;
          border-bottom: 2px solid #384ca2; }
      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-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%; }

.page {
  padding: 2.5rem 1.3125rem; }
  .page .page-header {
    margin: 0 2rem 2.5rem 2rem; }
  .page.command-center-researcher {
    margin: 0;
    padding: 0 1.3125rem; }

#root {
  height: 100%;
  width: 100%;
  position: absolute; }

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

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

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

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

.compliance_charts {
  display: flex;
  justify-content: space-around;
  padding: 0 2rem 3rem 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 #384ca2; }
    .compliance_charts .pie_chart .recharts-wrapper {
      cursor: pointer !important; }

/* Institution Details */
.sbso-inst-details .form-creator .field {
  padding: 15px 0; }
  .sbso-inst-details .form-creator .field input[type=text] {
    width: 100% !important; }

.sbso-inst-details .form-creator h3 {
  text-align: center;
  margin-bottom: 0.75rem;
  background: none;
  font-size: 1.375rem; }

/* Sliding Panel on Review Screen */
.side-bar {
  background: #fafafa;
  bottom: 0;
  width: 35%;
  position: fixed;
  top: 6.25rem;
  right: 0;
  box-shadow: -1px 0px 2px 0px #e6e6e6;
  min-width: 410px;
  overflow: auto;
  transition: all .75s ease; }
  .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%; }
  .side-bar .slide-panel {
    background: #fafafa;
    bottom: 0;
    top: 6.25rem;
    width: 35%;
    padding: 28px;
    overflow-y: scroll;
    transition: transform .75s ease;
    position: fixed;
    z-index: 5;
    transform: translateX(100%); }
    .side-bar .slide-panel.opened {
      transform: translateX(0%); }
    .side-bar .slide-panel .field-file {
      margin-bottom: 2rem; }
      .side-bar .slide-panel .field-file span {
        width: fit-content; }
      .side-bar .slide-panel .field-file .list-bubble {
        display: block; }
      .side-bar .slide-panel .field-file button {
        width: auto; }
    .side-bar .slide-panel .recipients .Select__control {
      height: 90px; }
    .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; }
    .side-bar .slide-panel button {
      width: 100%; }

.return-cta {
  margin-bottom: 28px; }
  .return-cta .fa-angle-left {
    margin-right: 10px; }
  .return-cta a {
    font-size: 1rem;
    text-decoration: none; }

/* Home Page */
.home {
  background: #fff; }
  .home .home-main {
    background: url(/c85a7d6d065a4249fbc0df52690f7705.png);
    background-size: contain;
    display: flex;
    padding: 50px 125px;
    position: relative;
    overflow: hidden; }
    .home .home-main .loginForm {
      flex: 1; }
      .home .home-main .loginForm .error-message {
        top: 4.4rem;
        left: -35px;
        width: auto; }
    .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; }
      .home .home-main .home-desciption .home-register-button {
        margin-top: 32px; }
    .home .home-main .loginForm {
      flex: 3; }
      .home .home-main .loginForm .grey-box {
        padding: 50px;
        background: #eaeaeab3; }
  .home .home-providers {
    padding: 80px  125px;
    display: flex;
    flex-direction: column; }
    .home .home-providers p {
      line-height: 2rem; }
    .home .home-providers .home-logos {
      display: flex;
      flex-direction: row;
      align-items: center;
      align-content: center;
      justify-content: space-between;
      margin: 65px 0; }
      @media (min-width: 400px) and (max-width: 1023px) {
        .home .home-providers .home-logos {
          flex-direction: column; } }

.user-profile .form-creator h3 {
  background: none;
  font-size: 1.375rem; }

.user-profile .headline {
  display: flex; }
  .user-profile .headline div {
    display: flex;
    align-self: center;
    margin-left: 1rem;
    padding: 0.25rem;
    background: #eaeaea;
    border: 1px solid #c4c4c6;
    border-radius: 3px;
    font-size: 0.65rem;
    text-transform: uppercase;
    line-height: 1; }

/* Thank You Page */
.confirm {
  text-align: center; }
  .confirm p:first-of-type {
    margin-top: 2rem; }

.register-add-sbso h3 {
  text-align: center;
  padding-bottom: 30px; }

.register-add-sbso div {
  padding-bottom: 1rem; }

/* Verify Email Page */
.verify-email {
  text-align: center; }
  .verify-email .register p:first-of-type {
    margin-top: 2rem; }
  .verify-email .reset p {
    margin-bottom: 0.35rem; }
  .verify-email .reset p:last-of-type {
    margin-top: 5rem; }
  .verify-email .reset button {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5); }
  .verify-email .confirm p {
    margin-top: 2rem;
    margin-bottom: 0.35rem; }
  .verify-email .confirm p:nth-of-type(2) {
    margin-top: 5rem; }
  .verify-email .confirm button {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5); }
    .verify-email .confirm button.inst-cont {
      margin-top: 2rem;
      padding: 0 1.5rem;
      width: 15.625rem; }
    .verify-email .confirm button .fa-long-arrow-right {
      margin-left: 0.5rem; }

.reset-copy {
  width: 52%;
  margin: 0 auto 2.5rem;
  text-align: center; }

/* v1 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%;
    margin-bottom: 2rem; }
    .command-center .main-console h3 {
      margin-bottom: 2rem; }
    .command-center .main-console .user-list {
      display: flex;
      flex-direction: column;
      padding: 0.65rem 10rem 4rem 10rem;
      background-color: #eaeaea; }
      .command-center .main-console .user-list .filter-options {
        display: flex;
        flex-direction: row;
        width: 100%; }
        .command-center .main-console .user-list .filter-options span.filterCopy {
          padding-right: 1.25rem; }
        .command-center .main-console .user-list .filter-options input[name=assigned],
        .command-center .main-console .user-list .filter-options input[name=unassigned] {
          margin-right: 0.45rem;
          min-height: 0;
          height: 27px; }
          .command-center .main-console .user-list .filter-options input[name=assigned]:checked,
          .command-center .main-console .user-list .filter-options input[name=unassigned]:checked {
            height: 27px; }
      .command-center .main-console .user-list > div > div {
        width: 45%;
        margin-top: -0.35rem; }
    .command-center .main-console .command-center-tabs {
      background: #fff;
      display: flex;
      min-width: 768px;
      color: #807f83;
      margin: -70px 13% 20px 13%;
      box-shadow: 0px 2px 4px 3px rgba(1, 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: #384ca2; }
          .command-center .main-console .command-center-tabs div.menu-item.menu-item-selected .menu-item-border {
            border-bottom: 10px solid #384ca2;
            border-right: 1px solid #384ca2;
            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; }
  .command-center.request .user-list {
    padding: 2rem 10rem 0 1.5rem;
    margin-bottom: 0.87rem; }

.main-table {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 2rem;
  margin-top: 2rem; }
  .main-table .left-panel {
    display: flex;
    flex-direction: column;
    min-width: 300px; }
    .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.10rem; }
        .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 #384ca2;
        color: #384ca2;
        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 {
    display: flex;
    flex-direction: column;
    min-width: 500px;
    width: 100%;
    margin-left: 1rem; }

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

.disabled-style-button {
  border: 1px solid #c4c4c6;
  background-color: #c4c4c6;
  cursor: initial;
  box-shadow: none; }
  .disabled-style-button:hover {
    border: 1px solid #c4c4c6;
    background-color: #c4c4c6;
    cursor: initial;
    box-shadow: none; }

.command-center-researcher .billboard-container .billboard-row {
  overflow: auto;
  max-height: 600px;
  min-height: 100px;
  align-items: flex-start;
  padding: 1rem; }
  .command-center-researcher .billboard-container .billboard-row .empty {
    color: #c4c4c6;
    align-self: center;
    margin: auto; }

.command-center-researcher .welcome {
  margin: 2.5rem 0 0 0; }
  .command-center-researcher .welcome button {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    float: right; }

.command-center-researcher .label-grey {
  font-size: 16px;
  line-height: 16px;
  color: #807f83;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem; }

.command-center-researcher .billboard-container .billboard-header {
  padding: 0.5rem 1rem; }

.command-center-researcher .billboard-container .billboard-footer {
  text-align: end; }

.command-center-researcher ul {
  margin: 0;
  padding: 0; }
  .command-center-researcher ul li {
    list-style-type: none; }

.command-center.superuser {
  margin: 0 auto;
  width: 50%;
  background: white;
  padding: 1rem 3rem;
  border: 1px solid #eaeaea;
  border-radius: 3px; }
  .command-center.superuser form {
    text-align: center; }
    .command-center.superuser form h3, .command-center.superuser form div {
      text-align: left; }
    .command-center.superuser form h3 {
      margin-bottom: 2.5rem; }

.ReactTable {
  border: none;
  width: 100%; }
  .ReactTable .rt-resizer {
    width: 5px;
    right: 0; }
  .ReactTable .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; }
    .ReactTable .flagged-text.grey {
      background-color: #F2F2F2;
      width: 25%; }
  .ReactTable .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; }
    .ReactTable .attention-text.grey {
      background-color: #F2F2F2;
      width: 25%; }
  .ReactTable .flagged-cell .fa-flag, .ReactTable .flagged-cell .fa-dna, .ReactTable .flagged-cell .fa-exclamation {
    margin-left: -8px;
    color: #f6cf3f !important;
    position: absolute; }
    .ReactTable .flagged-cell .fa-flag.active, .ReactTable .flagged-cell .fa-dna.active, .ReactTable .flagged-cell .fa-exclamation.active {
      display: block; }
    .ReactTable .flagged-cell .fa-flag.inactive, .ReactTable .flagged-cell .fa-dna.inactive, .ReactTable .flagged-cell .fa-exclamation.inactive {
      display: none; }
  .ReactTable .flagged-cell .fa-exclamation {
    margin-top: -13px; }
  .ReactTable .fa-caret-up,
  .ReactTable .fa-caret-down {
    line-height: 10px;
    color: #c4c4c6; }
  .ReactTable .rt-thead.-header {
    padding-bottom: 0.5rem;
    box-shadow: none;
    margin-left: 1rem; }
  .ReactTable .rt-thead.-headerGroups {
    display: none; }
  .ReactTable .rt-thead .rt-th {
    border-right: none;
    outline: 0;
    color: #807f83; }
    .ReactTable .rt-thead .rt-th .flexContent {
      display: flex; }
      .ReactTable .rt-thead .rt-th .flexContent .toggleCarets {
        padding-left: 10px;
        display: flex;
        flex-direction: column;
        line-height: 9px; }
    .ReactTable .rt-thead .rt-th.no-caret {
      pointer-events: none; }
      .ReactTable .rt-thead .rt-th.no-caret .fa-caret-up {
        display: none; }
      .ReactTable .rt-thead .rt-th.no-caret .fa-caret-down {
        display: none; }
      .ReactTable .rt-thead .rt-th.no-caret input.checkbox {
        pointer-events: auto;
        cursor: pointer; }
    .ReactTable .rt-thead .rt-th.no-header {
      pointer-events: none;
      display: none; }
      .ReactTable .rt-thead .rt-th.no-header .fa-caret-up {
        display: none; }
      .ReactTable .rt-thead .rt-th.no-header .fa-caret-down {
        display: none; }
    .ReactTable .rt-thead .rt-th.-sort-asc {
      box-shadow: none; }
      .ReactTable .rt-thead .rt-th.-sort-asc .fa-caret-up {
        color: #807f83; }
    .ReactTable .rt-thead .rt-th.-sort-desc {
      box-shadow: none; }
      .ReactTable .rt-thead .rt-th.-sort-desc .fa-caret-down {
        color: #807f83; }
  .ReactTable .rt-tbody {
    overflow: visible; }
    .ReactTable .rt-tbody .rt-tr-group {
      color: #333;
      cursor: auto;
      text-decoration: none;
      padding: 0 0 0 1rem; }
      .ReactTable .rt-tbody .rt-tr-group:not(.btn-hover):hover {
        background: #f0f2fa !important; }
        .ReactTable .rt-tbody .rt-tr-group:not(.btn-hover):hover .rt-td.show-row-eye {
          display: initial; }
        .ReactTable .rt-tbody .rt-tr-group:not(.btn-hover):hover i.fas.fa-user-plus.active {
          color: #384ca2; }
    .ReactTable .rt-tbody .rt-tr {
      align-items: center; }
    .ReactTable .rt-tbody .rt-tr:not(.-padRow):hover {
      background: none; }
    .ReactTable .rt-tbody a {
      width: 100%; }
  .ReactTable .rt-noData {
    top: 43%;
    padding: 0; }
  .ReactTable .rt-tr-group {
    margin-bottom: 0.5rem;
    padding: 0 2rem 0 2rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 8px 3px 4px 0px rgba(1, 0, 0, 0.05); }
    .ReactTable .rt-tr-group .rt-tr .hidden-row {
      filter: blur(10px);
      pointer-events: none; }
    .ReactTable .rt-tr-group .rt-td {
      border-right: none;
      padding: 1rem 0.5rem;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      .ReactTable .rt-tr-group .rt-td .compact-container {
        display: flex;
        align-items: center;
        align-content: center;
        margin-right: 10px; }
        .ReactTable .rt-tr-group .rt-td .compact-container .compact-item {
          text-overflow: ellipsis;
          overflow: hidden;
          width: 90%; }
      .ReactTable .rt-tr-group .rt-td div .fa-exclamation,
      .ReactTable .rt-tr-group .rt-td div span.no-response {
        color: #c4563c; }
      .ReactTable .rt-tr-group .rt-td div .fa-exclamation {
        padding-right: 3px; }
      .ReactTable .rt-tr-group .rt-td.rt-expandable {
        border-left: 1px solid #eaeaea;
        width: 39px;
        max-width: 39px; }
        .ReactTable .rt-tr-group .rt-td.rt-expandable div {
          overflow: hidden; }
          .ReactTable .rt-tr-group .rt-td.rt-expandable div div.assign-list {
            position: absolute;
            background: white;
            border: 1px solid #eaeaea;
            box-shadow: 1px 5px 5px 1px #eaeaea;
            padding: 0;
            right: 0;
            z-index: 9;
            width: 200px; }
            .ReactTable .rt-tr-group .rt-td.rt-expandable div div.assign-list.show {
              display: block; }
            .ReactTable .rt-tr-group .rt-td.rt-expandable div div.assign-list.hide {
              display: none; }
            .ReactTable .rt-tr-group .rt-td.rt-expandable div div.assign-list ul {
              list-style: none;
              margin: 0;
              padding: 0;
              font-size: 1rem; }
              .ReactTable .rt-tr-group .rt-td.rt-expandable div div.assign-list ul li {
                padding: 0.25rem 0.75rem;
                text-align: left; }
                .ReactTable .rt-tr-group .rt-td.rt-expandable div div.assign-list ul li:hover {
                  background-color: #f0f2fa; }
        .ReactTable .rt-tr-group .rt-td.rt-expandable i.fas.fa-user-plus,
        .ReactTable .rt-tr-group .rt-td.rt-expandable i.fas.fa-chevron-down,
        .ReactTable .rt-tr-group .rt-td.rt-expandable i.fas.fa-chevron-up {
          font-family: "FontAwesome";
          font-style: normal;
          color: #c4c4c6;
          font-size: 1.25rem; }
          .ReactTable .rt-tr-group .rt-td.rt-expandable i.fas.fa-user-plus.active,
          .ReactTable .rt-tr-group .rt-td.rt-expandable i.fas.fa-chevron-down.active,
          .ReactTable .rt-tr-group .rt-td.rt-expandable i.fas.fa-chevron-up.active {
            color: #384ca2; }
        .ReactTable .rt-tr-group .rt-td.rt-expandable i.fas.fa-chevron-down,
        .ReactTable .rt-tr-group .rt-td.rt-expandable i.fas.fa-chevron-up {
          font-size: 0.75rem; }
        .ReactTable .rt-tr-group .rt-td.rt-expandable i.fas.fa-chevron-up {
          color: #384ca2; }
        .ReactTable .rt-tr-group .rt-td.rt-expandable:hover i.fas.fa-user-plus, .ReactTable .rt-tr-group .rt-td.rt-expandable:hover i.fas.fa-chevron-down {
          color: #8a97cf; }
  .ReactTable .-pagination {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .ReactTable .-pagination .-btn {
      padding: 3px; }

/* Research Match Center*/
.research-match-center {
  padding: 1.75rem; }
  .research-match-center .research-match-tabs {
    background-color: #F2F2F2;
    display: flex;
    flex-direction: row;
    color: #807f83;
    justify-content: space-evenly; }
    .research-match-center .research-match-tabs div {
      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: 3rem 0; }
      .research-match-center .research-match-tabs .wrapper .tab {
        text-align: center;
        background-color: white;
        width: 170px;
        padding: 2rem 1rem;
        margin: auto;
        box-shadow: 0px 2px 4px 3px rgba(1, 0, 0, 0.05);
        border-bottom: 0.35rem solid #fff; }
        .research-match-center .research-match-tabs .wrapper .tab.meeting {
          flex-direction: column;
          height: 100%;
          margin-right: 25px; }
        .research-match-center .research-match-tabs .wrapper .tab.decision {
          margin-left: 25px; }
        .research-match-center .research-match-tabs .wrapper .tab.menu-tab-selected {
          border-bottom: 0.35rem solid #384ca2;
          color: #384ca2; }
          .research-match-center .research-match-tabs .wrapper .tab.menu-tab-selected svg path {
            fill: #384ca2; }
        .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; }
  .research-match-center .headline-buttons {
    margin: 2rem 0;
    float: left;
    width: 100%; }
    .research-match-center .headline-buttons h3 {
      float: left; }
    .research-match-center .headline-buttons button {
      float: right; }
    .research-match-center .headline-buttons .action-buttons {
      float: right; }
      .research-match-center .headline-buttons .action-buttons .btn-secondary {
        float: left;
        margin-right: 1.85rem; }
      .research-match-center .headline-buttons .action-buttons .bubble-wrapper {
        float: right; }
        .research-match-center .headline-buttons .action-buttons .bubble-wrapper > .btn-secondary {
          margin: 0; }
  .research-match-center .review-score-details {
    margin: 0;
    margin-left: -1.94rem;
    border-top: 1px solid #eaeaea; }
    .research-match-center .review-score-details .score-container .score-breakdown {
      display: flex;
      flex-direction: row;
      padding: 1rem 2rem; }
      .research-match-center .review-score-details .score-container .score-breakdown:first-of-type {
        border-bottom: 1px solid #eaeaea; }
      .research-match-center .review-score-details .score-container .score-breakdown .role {
        width: 10%;
        margin-left: 3rem; }
      .research-match-center .review-score-details .score-container .score-breakdown .reviewer {
        width: 21%;
        margin-left: 2.25rem; }
      .research-match-center .review-score-details .score-container .score-breakdown .score {
        width: 3%;
        padding-right: 8rem;
        margin-left: 1.5rem; }
        .research-match-center .review-score-details .score-container .score-breakdown .score:nth-of-type(5) {
          padding-left: 1.5rem;
          padding-right: 10rem; }
        .research-match-center .review-score-details .score-container .score-breakdown .score:last-of-type {
          padding-right: 0;
          margin-left: -1.15rem; }
  .research-match-center .rmatch-applications-table .ReactTable .rt-th.center-header .flexContent {
    flex-direction: row;
    margin: 0 1rem; }
  .research-match-center .rmatch-applications-table .ReactTable .rt-td.border-left {
    height: 60px;
    border-left: 1px solid #eaeaea; }
  .research-match-center .rmatch-applications-table .ReactTable .rt-td.show-row-eye {
    position: relative;
    left: -45px;
    color: #384ca2;
    width: 0 !important;
    background: none;
    padding: 0;
    margin: 0;
    flex: none !important;
    overflow: visible;
    display: none; }
  .research-match-center .rmatch-applications-table .ReactTable .rt-td input.checkbox {
    margin-left: 0.25rem; }

.table-expansion-container {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  padding: 1rem;
  margin-left: -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 .Select {
      margin: 0; }
    .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: 100px; }
    .table-expansion-container .history-bar .modifier {
      width: 25%; }
  .table-expansion-container .content {
    display: flex; }
    .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;
  padding: 0 15px 0 25px;
  margin-left: -32px;
  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 {
      padding-left: 0.5rem;
      font-style: italic;
      font-size: 1rem; }
      .check-tree-container .tree-item label + input::placeholder {
        color: #c4c4c6; }
    .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 {
    margin: 0 0 25px 0; }
    table.table-form tr.header {
      border: none; }
    table.table-form th {
      font-weight: normal; }
    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: 1rem 0.5rem; }
    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 0 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; }

label.inline-element.tnc {
  margin-left: 1.5rem; }
  label.inline-element.tnc input.terms {
    margin-right: 0.5rem; }

.search-dropdown {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.5rem; }
  .search-dropdown .search-field {
    width: 45%;
    display: flex;
    position: relative;
    margin-right: 1rem; }
  .search-dropdown input {
    border: 1px solid #807f83;
    border-radius: 2px;
    line-height: 2.25rem;
    padding: 0 .5625rem;
    font-size: 100%;
    width: 100%; }
    .search-dropdown input::placeholder {
      color: #c4c4c6;
      font-weight: normal;
      font-style: italic; }
  .search-dropdown i.fa-search {
    position: absolute;
    color: #c4c4c6;
    top: 23%;
    right: 8px; }

@keyframes flickerAnimation {
  0% {
    color: #c4c4c6; }
  25% {
    color: #384ca2; }
  50% {
    color: #c4c4c6; }
  75% {
    color: #384ca2; }
  100% {
    color: #c4c4c6; } }

@-webkit-keyframes flickerAnimation {
  0% {
    color: #c4c4c6; }
  25% {
    color: #384ca2; }
  50% {
    color: #c4c4c6; }
  75% {
    color: #384ca2; }
  100% {
    color: #c4c4c6; } }
    .search-dropdown i.fa-search.animate-flicker {
      -webkit-animation: flickerAnimation 5s infinite;
      animation: flickerAnimation 5s infinite; }
  .search-dropdown i.fa-times {
    top: 0.5rem;
    right: 1.75rem;
    position: absolute;
    color: #c4c4c6;
    cursor: pointer; }

/* Table Page Views */
.table-view {
  display: flex;
  flex-direction: column;
  align-content: flex-start; }

.margin-r-two {
  margin-right: 2rem; }

/* All Powerful Search */
.loginBox .search-field {
  display: flex;
  position: relative;
  align-items: center; }
  .loginBox .search-field .Select {
    width: 300px;
    margin-bottom: 0; }

.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;
    margin-bottom: 0;
    padding-left: 1rem; }

.loginBox i.fa-search {
  position: absolute;
  color: #384ca2;
  top: 23%;
  right: 8px; }

@keyframes flickerAnimation {
  0% {
    color: #c4c4c6; }
  25% {
    color: #384ca2; }
  50% {
    color: #c4c4c6; }
  75% {
    color: #384ca2; }
  100% {
    color: #c4c4c6; } }

@-webkit-keyframes flickerAnimation {
  0% {
    color: #c4c4c6; }
  25% {
    color: #384ca2; }
  50% {
    color: #c4c4c6; }
  75% {
    color: #384ca2; }
  100% {
    color: #c4c4c6; } }
  .loginBox i.fa-search.animate-flicker {
    -webkit-animation: flickerAnimation 5s infinite;
    animation: flickerAnimation 5s infinite; }

.loginBox i.fa-times {
  top: 0.5rem;
  right: 1.75rem;
  position: absolute;
  color: #c4c4c6;
  cursor: pointer; }

/* Footer */
footer, .footer {
  width: 100%;
  align-self: center;
  background-color: #fdfdfd;
  margin: 32px 0 0 0; }
  footer.minimal, .footer.minimal {
    margin: auto 0 4.5rem 0;
    text-align: center; }
  footer .divider-line, .footer .divider-line {
    background-color: #eaeaea;
    height: 1px; }
  footer .billboard-container, .footer .billboard-container {
    margin: auto;
    border: none;
    max-width: 83rem; }
    footer .billboard-container.copyright-footer, .footer .billboard-container.copyright-footer {
      color: #807f83; }
      footer .billboard-container.copyright-footer .billboard-row, .footer .billboard-container.copyright-footer .billboard-row {
        justify-content: start; }
        footer .billboard-container.copyright-footer .billboard-row a, .footer .billboard-container.copyright-footer .billboard-row a {
          width: initial;
          color: #807f83; }
    footer .billboard-container .billboard-row, .footer .billboard-container .billboard-row {
      align-items: flex-start; }
      footer .billboard-container .billboard-row a, .footer .billboard-container .billboard-row a {
        width: 50%;
        margin-bottom: 0.5rem; }

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

.modal_backdrop {
  display: flex;
  transition: opacity 0.3s ease-out;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  opacity: 1; }
  .modal_backdrop.obscure {
    backdrop-filter: blur(10px); }

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

.modal_container {
  padding: 37px 25px;
  background-color: #fff;
  margin: auto;
  box-shadow: 1px 1px 2px black;
  max-height: 650px;
  overflow: auto; }
  .modal_container h3 {
    text-align: center; }
  .modal_container.display_modal {
    margin: 2rem auto;
    width: 80%; }
  .modal_container.full-width {
    width: 100%; }
  .modal_container.ninty-width {
    width: 90%; }
  .modal_container.fixed-width {
    width: 1000px; }
  .modal_container.full-height {
    max-height: initial; }
  .modal_container.almost-full-height {
    height: 90vh;
    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_body.full-width {
    width: 100%; }

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

.right-align-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .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; }

div.margin-auto {
  margin: auto; }

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

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

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

.project-request-subform, .create-form-subform {
  margin: 60px 100px 0 100px;
  line-height: 1.4; }
  .project-request-subform.reduce-top-margin, .create-form-subform.reduce-top-margin {
    margin: 30px 100px 0 100px; }
  .project-request-subform .request-usage .section, .create-form-subform .request-usage .section {
    margin: 30px 0px; }
  .project-request-subform .request-usage .section-header, .create-form-subform .request-usage .section-header {
    font-weight: bold;
    margin: 0; }
  .project-request-subform .request-usage .question, .create-form-subform .request-usage .question {
    border: 1px solid #eaeaea;
    padding: 30px;
    margin: 30px -30px 0 -30px; }
    .project-request-subform .request-usage .question label:last-child, .create-form-subform .request-usage .question label:last-child {
      margin-bottom: 0; }

.project-request-combo {
  width: 500px; }

.project-request-previous {
  padding-right: 2rem; }

.project-request-step-hidden {
  display: none; }

.project-request-step-display {
  display: block; }

.project-request-buttons {
  float: right;
  margin-top: 3.75rem; }

.project-request-resource {
  display: flex;
  margin-top: 40px; }
  .project-request-resource .resource-list {
    flex: 3; }
  .project-request-resource .cart .list {
    max-height: 470px; }
  .project-request-resource .results {
    width: 170px;
    border-top: 1px solid #eaeaea;
    flex: 1;
    padding: 25px; }
    .project-request-resource .results .buttons {
      display: flex;
      flex-direction: column;
      align-items: center; }

.project-request-combobox {
  width: 50%; }

/* Progress Bar */

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

.progress-step {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .progress-step.alignY {
    display: block; }
  .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.outer {
    width: 35px;
    height: 35px;
    transition: background-color 1s; }
  .progress-circle .bar {
    height: 5px;
    z-index: 2; }

.inline-element {
  display: inline; }

.green-check {
  color: #5fc43b; }

.combobox-item {
  display: flex;
  align-items: center;
  align-content: center;
  color: #333; }

.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 {
  margin-bottom: 1em; }
  .Select .Select__value-container {
    line-height: 1rem !important; }
    .Select .Select__value-container .Select-value-label {
      line-height: 1rem; }
  .Select .Select__multi-value {
    background-color: #f0f2fa;
    border: 1px solid #c4c4c6;
    color: #333; }
    .Select .Select__multi-value.is-disabled {
      opacity: 0.6; }
  .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; }

.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: #384ca2;
      background-color: #fafafa; }

.review-sidebar {
  margin: 28px; }
  .review-sidebar label {
    color: #807f83; }
  .review-sidebar .input-group {
    display: flex;
    justify-content: flex-end;
    margin-bottom: -1.5rem; }
    .review-sidebar .input-group button {
      margin-left: 1rem; }
  .review-sidebar .button-wrapper {
    display: flex;
    margin-top: 1.875rem; }
    .review-sidebar .button-wrapper.show {
      opacity: 1; }
    @media (min-width: 400px) and (max-width: 1023px) {
      .review-sidebar .button-wrapper {
        flex-direction: column; } }
  .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; }
    .review-sidebar .rev-nav-container .score-tab {
      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: #384ca2;
        border-bottom: 2px solid #384ca2; }
        .review-sidebar .rev-nav-container .score-tab.selected label {
          color: #384ca2; }
      .review-sidebar .rev-nav-container .score-tab:hover {
        background-color: #f0f2fa;
        color: #384ca2;
        border-bottom: 2px solid #384ca2; }
        .review-sidebar .rev-nav-container .score-tab:hover label {
          color: #384ca2; }
  .review-sidebar .no-score {
    margin: 2rem;
    text-align: center; }
  .review-sidebar .feedback-box .reviewer-name {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #eaeaea;
    padding: 0.8rem 0.5rem;
    text-transform: uppercase;
    font-size: 0.75rem; }
  .review-sidebar .feedback-box .score-comments {
    display: flex;
    flex-direction: row; }
    .review-sidebar .feedback-box .score-comments .reviewer-score {
      margin: 0 auto; }
    .review-sidebar .feedback-box .score-comments .reviewer-comments {
      border-left: 1px solid #eaeaea;
      width: 80%;
      padding: 0; }
      .review-sidebar .feedback-box .score-comments .reviewer-comments div:first-child {
        border-bottom: 1px solid #eaeaea; }
      .review-sidebar .feedback-box .score-comments .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.conflict {
      padding: 50px 80px; }
      .review-sidebar.reviewer .billboard-container.conflict .btn-secondary {
        width: 105px;
        margin-bottom: 0; }
    .review-sidebar.reviewer .billboard-container.scoring {
      overflow: hidden;
      margin-bottom: 1rem; }
      .review-sidebar.reviewer .billboard-container.scoring .score {
        font-size: 1.25rem; }
      .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 {
        background: white;
        z-index: 200;
        padding: 20px 30px;
        cursor: pointer; }
      .review-sidebar.reviewer .billboard-container.scoring .billboard-cell {
        padding: 1rem 1.25rem; }
      .review-sidebar.reviewer .billboard-container.scoring .score-buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        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.reviewer .billboard-row {
      margin-bottom: 2rem; }
      .review-sidebar.reviewer .billboard-row:last-child {
        margin-bottom: 0; }
    .review-sidebar.reviewer textarea {
      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%;
      min-height: 50%; }
    .review-sidebar.reviewer .fill {
      width: 99%; }
  .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; }
  .review-sidebar 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%; }

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

.access-control {
  z-index: 2;
  word-break: break-word; }
  .access-control .field-content {
    justify-content: flex-end !important; }

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

.bubble-wrapper {
  display: inline-flex;
  color: #384ca2;
  align-items: center; }
  .bubble-wrapper label {
    color: #333333;
    margin-bottom: 0; }
  .bubble-wrapper i.fa.fa-angle-up,
  .bubble-wrapper i.fa.fa-angle-down {
    transform-origin: center;
    transition: 0.75s all ease;
    width: 10px;
    height: 20px;
    margin-left: 0.75rem; }
  .bubble-wrapper:hover i.fa.fa-angle-up,
  .bubble-wrapper:hover i.fa.fa-angle-down {
    transform: rotate(180deg); }

.bubble-container {
  display: flex;
  justify-content: center; }

.tool-tip-icon {
  margin: 0 0 0 0.625rem; }

.bubble {
  transition: all 0.5s;
  margin-left: 10px;
  opacity: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  pointer-events: none;
  display: none;
  position: absolute; }
  .bubble.show {
    opacity: 1;
    pointer-events: initial;
    display: block; }
    .bubble.show .bubble-box {
      display: block; }
  .bubble .bubble-box {
    display: none;
    position: absolute;
    left: 18px;
    bottom: -19px;
    background: white;
    padding: 1.35rem 1.1875rem;
    min-width: 20.1875rem;
    box-shadow: #807f83 0 0 3px 0;
    color: #333;
    text-transform: none;
    text-align: left; }
    .bubble .bubble-box.nav-menu {
      padding: 0;
      right: 0.55rem !important; }
    .bubble .bubble-box div.list-menu {
      margin: 0;
      padding: 0;
      width: 100%; }
      .bubble .bubble-box div.list-menu button {
        margin: 0 0 0.35rem 0;
        padding: 0 1rem;
        width: 100%;
        color: #333;
        outline: none; }
        .bubble .bubble-box div.list-menu button:last-child {
          margin-bottom: 0; }
        .bubble .bubble-box div.list-menu button:hover {
          background: #f0f2fa; }
        .bubble .bubble-box div.list-menu button:disabled {
          background: #fafafa;
          color: #807f83;
          font-style: italic;
          font-weight: lighter; }
        .bubble .bubble-box div.list-menu button i.fa.fa-download {
          margin-left: 1rem; }
        .bubble .bubble-box div.list-menu button.disabled-bubble {
          background-color: #fafafa;
          color: #c4c4c6; }
    .bubble .bubble-box div.notification-box {
      width: max-content;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column; }
      .bubble .bubble-box div.notification-box .notification-list-header {
        height: 2.875rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 20px;
        width: 100%; }
      .bubble .bubble-box div.notification-box .disabled {
        color: #807f83; }
      .bubble .bubble-box div.notification-box .notification-list {
        overflow-y: scroll;
        max-height: 23.125rem;
        position: relative;
        min-height: 4.625rem;
        width: 29.4375rem;
        transition: height 1s; }
        .bubble .bubble-box div.notification-box .notification-list .notification {
          position: absolute;
          right: 0;
          border-top: 1px solid #eaeaea;
          height: 4.625rem;
          width: 29.4375rem;
          padding-left: 20px;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          transition: margin-top 1s; }
          .bubble .bubble-box div.notification-box .notification-list .notification .notification-text {
            width: 18rem;
            padding-top: 10px;
            cursor: pointer; }
          .bubble .bubble-box div.notification-box .notification-list .notification .notification-date {
            font-size: 11px;
            color: #c4c4c6;
            padding-top: 14px;
            padding-right: 20px;
            padding-left: 24px;
            display: flex;
            flex-direction: column;
            align-items: flex-end; }
          .bubble .bubble-box div.notification-box .notification-list .notification i.fa-times {
            position: relative;
            top: initial;
            right: initial;
            color: #c4c4c6;
            cursor: pointer; }
            .bubble .bubble-box div.notification-box .notification-list .notification i.fa-times:hover {
              color: #c4563c; }
          .bubble .bubble-box div.notification-box .notification-list .notification:hover {
            background: #f0f2fa; }
          .bubble .bubble-box div.notification-box .notification-list .notification .no-notifications {
            padding-top: 1.5rem;
            padding-left: 10rem;
            color: #c4c4c6; }
            .bubble .bubble-box div.notification-box .notification-list .notification .no-notifications :hover {
              background: none; }
        .bubble .bubble-box div.notification-box .notification-list .no-hover {
          pointer-events: none; }
  .bubble .bubble-carrot,
  .bubble .bubble-carrot-mask {
    margin-left: 18px;
    width: 0.9375rem;
    height: 0.9375rem;
    background-color: white;
    box-shadow: #807f83 0 0 3px 0;
    position: absolute;
    display: block;
    transform: translateX(-50%) rotate(45deg); }
  .bubble .bubble-carrot-mask {
    margin-left: 19px;
    z-index: 1;
    box-shadow: none;
    width: 1rem;
    height: 1rem; }
  .bubble.down .bubble-box {
    left: -3.5rem;
    transform: translateX(0) translateY(0.9rem);
    top: 0.9375rem;
    bottom: auto;
    width: auto; }
  .bubble.down .bubble-carrot,
  .bubble.down .bubble-carrot-mask {
    position: absolute;
    margin-left: -1.965rem;
    top: -1px;
    transform: translateX(15%) translateY(165%) rotate(45deg); }
  .bubble.down .bubble-carrot-mask {
    margin-top: -1px; }
  .bubble.left .bubble-box {
    left: -295px;
    top: -74px; }
  .bubble.left .bubble-carrot,
  .bubble.left .bubble-carrot-mask {
    margin-left: 18px;
    width: 0.9375rem;
    height: 0.9375rem;
    background-color: white;
    box-shadow: #807f83 0 0 3px 0;
    position: absolute;
    display: block;
    transform: translateX(-331%) rotate(45deg); }
  .bubble.left .bubble-carrot-mask {
    margin-left: 19px;
    z-index: 1;
    box-shadow: none;
    width: 1rem;
    height: 1rem; }
  .bubble.right-align .bubble-box {
    left: auto;
    right: -1rem;
    transform: none; }
  .bubble.right-align .bubble-carrot {
    margin-left: -1.8rem !important;
    top: -18px !important; }
  .bubble.right-align .bubble-carrot-mask {
    margin-left: -1.8rem !important;
    top: -18px !important; }
  .bubble button {
    background: none;
    border: none;
    border-radius: none;
    box-shadow: none;
    box-sizing: border-box;
    color: #333;
    display: block;
    height: 2.25rem;
    line-height: 2.25rem;
    margin: -0.625rem -1.1875rem;
    padding: 0 1.1875rem;
    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: #384ca2;
    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: #384ca2; }

.reveal_all .rt-table {
  overflow: visible !important; }

.reveal_all .rt-tr-group {
  overflow: visible !important; }

.reveal_all .rt-td {
  overflow: visible !important; }

.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 .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: 23px;
  transition: all 0.3s;
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  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: -140px; }

.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 #384ca2;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  color: #384ca2;
  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: #384ca2;
    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 #384ca2;
      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 .audit-trail {
    font-size: 0.65rem;
    display: flex;
    flex-direction: row;
    margin-bottom: 0.30rem; }
    .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; }

.mention {
  background-color: #f0f2fa; }

.comment-editor-no-margin .comment-box-wrapper {
  margin-bottom: 0; }

.comment-box-wrapper {
  display: flex;
  margin-bottom: 1.375rem; }
  .comment-box-wrapper .comment-box {
    width: 100%; }
    .comment-box-wrapper .comment-box .comment-box__control {
      background: #fff;
      border: 1px solid #eaeaea;
      border-right: none;
      padding: 0.5rem 0;
      width: 100%;
      height: 100%;
      max-height: 100px; }
    .comment-box-wrapper .comment-box textarea {
      border: none;
      padding: 0.5rem;
      overflow: scroll !important; }
    .comment-box-wrapper .comment-box input {
      padding: 0.5rem; }
    .comment-box-wrapper .comment-box .comment-box__highlighter {
      padding: 0 0.5rem;
      overflow: hidden; }
    .comment-box-wrapper .comment-box .comment-box__suggestions__list {
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, 0.15);
      fontSize: 14; }
      .comment-box-wrapper .comment-box .comment-box__suggestions__list .comment-box__suggestions__item {
        padding: 5px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
      .comment-box-wrapper .comment-box .comment-box__suggestions__list .comment-box__suggestions__item--focused {
        background-color: #f0f2fa; }
  .comment-box-wrapper .glyph-button {
    color: #384ca2; }
  .comment-box-wrapper .tight-glyph {
    margin: 0 0 0 2px;
    width: fit-content;
    z-index: 2;
    border: 1px solid #eaeaea;
    box-shadow: none; }
    .comment-box-wrapper .tight-glyph:focus {
      outline: none;
      box-shadow: 0 0 3pt 2pt gold;
      overflow: visible; }

.status-container {
  height: 100%;
  width: 100%;
  background: white;
  margin-bottom: 1.875rem;
  text-align: center;
  padding: 1.5rem 0 0.25rem 0; }
  .status-container p {
    color: #333;
    font-size: 1.3rem; }

/* 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: #384ca2; }
            .audit-view .timeline-container .side-panel .timeline .timeline-entry.selected .circle {
              border-color: #384ca2;
              background-color: #384ca2; }
          .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 button.tight {
      width: 15%;
      margin-top: 2rem; }
    .audit-view .audit .request-review-tab {
      border-top: 1px solid #F2F2F2; }
      .audit-view .audit .request-review-tab.borderless {
        border-top: none; }

.diff-border > div:first-child:not() {
  border-left: 2px solid #384ca2;
  margin-left: -18px;
  padding-left: 16px; }

.about h3 {
  margin-bottom: 2.5rem; }

.about .home-providers {
  margin: 60px  0;
  display: flex;
  flex-direction: column; }
  .about .home-providers .home-logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 65px 0; }
    @media (min-width: 400px) and (max-width: 1023px) {
      .about .home-providers .home-logos {
        flex-direction: column; } }

.terms-conditions h3 {
  margin-top: 2.25rem;
  letter-spacing: 0.02rem; }

.terms-conditions p {
  margin-bottom: 3rem; }

.terms-conditions ol {
  margin-left: 2rem; }
  .terms-conditions ol li {
    line-height: 1.5rem;
    margin-bottom: 1rem; }

.bubble-input.medium .Select-control {
  height: 150px; }

.email-editor {
  background: #fff;
  border: 1px solid #807f83;
  border-radius: 2px;
  padding: 10px;
  max-height: 450px; }

.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; }

/*  One offs, we should refactor to make these unnecessary */
.project-container-save {
  margin-right: 1.6875rem;
  margin-top: 2rem; }

.file-label {
  margin-right: 0.625rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word; }
  .file-label.error {
    color: red; }

.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 .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 #384ca2;
        color: #384ca2;
        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;
      justify-content: space-between; }
      .anchor-list .anchor-list-items .anchor-list-header .header {
        font-size: 1.375rem;
        display: flex;
        flex-direction: column; }
      .anchor-list .anchor-list-items .anchor-list-header .search-field {
        width: 55%;
        position: relative; }
      .anchor-list .anchor-list-items .anchor-list-header input {
        display: flex;
        flex-direction: column;
        border: 1px solid #807f83;
        border-radius: 2px;
        line-height: 2.25rem;
        padding: 0 .5625rem;
        font-size: 100%;
        width: 100%; }
        .anchor-list .anchor-list-items .anchor-list-header input::placeholder {
          color: #c4c4c6;
          font-weight: normal;
          font-style: italic; }
      .anchor-list .anchor-list-items .anchor-list-header i.fa-search {
        position: absolute;
        color: #807f83;
        top: 23%;
        right: 8px; }
      .anchor-list .anchor-list-items .anchor-list-header i.fa-times {
        position: absolute;
        color: #c4c4c6;
        top: 23%;
        right: 30px;
        cursor: pointer; }
    .anchor-list .anchor-list-items .list {
      overflow-y: auto;
      max-height: 600px; }
      .anchor-list .anchor-list-items .list .list-section {
        margin-bottom: 35px;
        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-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 .copies .sub-labels {
        font-size: 11px;
        color: #c4c4c6; }
        .anchor-item .main .copies .sub-labels .sub-label {
          margin-right: 10px; }
    .anchor-item .main .tag-label {
      font-size: 11px;
      color: #807f83;
      margin-right: 20px; }
    .anchor-item .main .buttons {
      margin-left: auto;
      display: flex; }
      .anchor-item .main .buttons .confirm {
        margin-right: 10px; }
  .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;
  padding: 20px; }
  .cart .header {
    margin-bottom: 20px; }
  .cart .buttons {
    margin-top: 20px; }
    .cart .buttons button {
      margin-bottom: 20px; }
  .cart .list {
    min-height: 100px;
    overflow: auto; }
    .cart .list .place-holder {
      font-size: 11px;
      color: #807f83; }
    .cart .list .item {
      margin: 20px 0;
      background: #fff;
      display: flex;
      padding: 10px;
      justify-content: space-between; }
      .cart .list .item .remove-button {
        cursor: pointer;
        color: #c4c4c6;
        padding-left: 10px; }
    .cart .list .item:first-child {
      margin: 0 0 20px 0; }

.nested-add-member {
  z-index: 1;
  opacity: 0;
  margin-top: -6.5rem;
  transition: all 0.5s ease;
  pointer-events: none; }
  .nested-add-member th {
    display: 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 .table-form input, .form-creator .field .table-form .Select, .form-creator form .table-form input, .form-creator form .table-form .Select {
    width: 100% !important; }

.form-creator.inline .field, .form-creator.inline form {
  padding: 0 0 1.875rem 0; }

.form-creator .field-file {
  padding: 0 27px 15px 27px; }
  .form-creator .field-file .file-label {
    padding-top: 15px; }

.form-creator .Select {
  width: 50%; }

.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 .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 .5625rem;
    font-size: 100%;
    width: 50%; }
  .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: 50%;
  line-height: 1.375rem;
  padding: 0.5625rem 0.5625rem;
  font-size: 100%; }

.form-creator .textarea {
  margin-top: 0.625rem;
  white-space: pre-line;
  background-color: #fff;
  border: 1px solid #807f83;
  border-radius: 2px;
  width: 100%;
  line-height: 1.375rem;
  padding: 0 .5625rem;
  font-size: 100%;
  min-height: 6.25rem; }
  .form-creator .textarea.disabled {
    background-color: #fafafa;
    color: #807f83;
    padding: 10px;
    pointer-events: none; }

.form-creator h3, .form-creator .section-header {
  background: #eaeaea;
  padding: 20px 27px;
  font-size: 1.1875rem;
  font-weight: 300;
  margin: 45px 0 15px 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 .lay_title input, .form-creator .lay_title textarea, .form-creator .lay_abstract input, .form-creator .lay_abstract textarea, .form-creator .abstract input, .form-creator .abstract textarea, .form-creator .public_abstract input, .form-creator .public_abstract textarea {
  width: 100% !important; }

.form-creator .useExistingDetails 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; }

.institution-details h3, .sbso-details h3 {
  margin: 30px 0 0 0; }

.institution-details input[type=text], .institution-details .bubble-wrapper, .sbso-details input[type=text], .sbso-details .bubble-wrapper {
  display: flex; }

.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 {
      border-bottom: 2px solid #384ca2; }
      .tabs-container .tabs .tab-label.active a {
        color: #384ca2; }
  .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 .bubble-wrapper {
    color: #807f83; }
    .request-billboard .field .bubble-wrapper .bubble-container {
      color: #384ca2; }
  .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 {
  transition: max-height 0.5s;
  border: 1px solid #eaeaea;
  padding: 0.5rem;
  min-height: 200px;
  max-height: 200px; }
  .review_editor .public-DraftStyleDefault-block {
    margin: 0; }

.institution-review-actions {
  display: flex; }
  .institution-review-actions .bubble-wrapper {
    margin-left: 5rem;
    margin-top: -0.25rem; }

.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; }
  .request-review-tab.admin {
    width: 65%;
    line-height: 2.25rem; }
  .request-review-tab.institution .ReactTable {
    width: 50%; }
    .request-review-tab.institution .ReactTable .-pagination .-pageSizeOptions {
      display: none; }
  .request-review-tab .field {
    display: flex;
    background: #f0f2fa; }
    .request-review-tab .field.highlight .field-content .highlighter {
      display: block; }
    .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 {
      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 .highlighter {
        display: none;
        background-color: #384ca2;
        width: 3px;
        height: 50%;
        position: absolute;
        left: 10px;
        align-self: center; }
      .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; }
  .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-details {
  margin: 7rem 7%; }
  .summary-details .field {
    padding: 15px 0; }

.non-responsive {
  pointer-events: all; }

.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, .request-view.researcher .summary-data-sets {
      padding: 2rem 1rem; }
    .request-view.researcher .summary + .admin-review {
      border-top: 1px solid #eaeaea; }
    .request-view.researcher .billboard-container .billboard-cell {
      padding: 2.5rem; }
      .request-view.researcher .billboard-container .billboard-cell.data-cell {
        padding: 1.25rem; }
        .request-view.researcher .billboard-container .billboard-cell.data-cell p:last-of-type {
          margin-bottom: 0; }
      .request-view.researcher .billboard-container .billboard-cell.cohort-cell {
        width: 500px; }
        .request-view.researcher .billboard-container .billboard-cell.cohort-cell .billboard-header {
          margin-bottom: 0; }
    .request-view.researcher .billboard-container .billboard-row h3 {
      padding: 0; }
    .request-view.researcher .billboard-container .billboard-row.padding {
      padding: 0 0 2rem 0; }
  .request-view h3 {
    padding: 50px 30px 40px 0;
    margin: 0;
    text-transform: none; }
  .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 .request-review-body .ReactTable {
    width: 100%;
    margin: 1.5rem 0; }
    .request-view .request-review-body .ReactTable .rt-tbody .rt-tr-group .team-member-details {
      background-color: #fff;
      border-top: 1px solid #eaeaea;
      padding: 0 15px 0 1rem;
      margin-left: -16px;
      display: flex;
      flex-wrap: wrap; }
      .request-view .request-review-body .ReactTable .rt-tbody .rt-tr-group .team-member-details .member-container {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-top: 1rem; }
        .request-view .request-review-body .ReactTable .rt-tbody .rt-tr-group .team-member-details .member-container .vertical-center {
          width: 100%;
          margin-left: 2rem;
          margin-top: .5rem;
          justify-content: flex-start;
          align-items: flex-start; }
        .request-view .request-review-body .ReactTable .rt-tbody .rt-tr-group .team-member-details .member-container .researcher-info {
          margin-left: 0.2rem;
          max-width: 80%; }
          .request-view .request-review-body .ReactTable .rt-tbody .rt-tr-group .team-member-details .member-container .researcher-info p:first-child {
            margin-bottom: 0.5rem; }
  .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%; }

.quart-width {
  width: 25%; }

.full-width {
  width: 100% !important; }

.three-quarter-width {
  width: 75%; }

.renewal_form textarea {
  height: 100px;
  width: 100%; }

.renewal_form .field, .renewal_form .field-file {
  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 {
  margin-right: 1rem;
  width: 50%; }
  .review-meeting-col1 .notes a {
    margin-left: 2rem; }
  .review-meeting-col1 .notes .note {
    opacity: 0;
    transition: opacity 0.5s ease; }
    .review-meeting-col1 .notes .note .auto-save {
      font-style: italic;
      color: #807f83; }
    .review-meeting-col1 .notes .note.expand {
      opacity: 1; }
      .review-meeting-col1 .notes .note.expand textarea {
        height: 460px; }
  .review-meeting-col1 p {
    margin-bottom: 2rem; }
  .review-meeting-col1 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; }

.review-meeting-col2 {
  margin-left: 1rem;
  width: 50%; }

.billboard-container {
  border: 1px solid #eaeaea;
  background-color: #fff;
  width: 100%;
  line-height: 1.625rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem; }
  .billboard-container.responsive {
    width: fit-content; }
  .billboard-container.disabled {
    background-color: #fafafa;
    color: #807f83;
    pointer-events: none; }
  .billboard-container.data-sets {
    background: none;
    box-shadow: none;
    line-height: 1.75rem;
    border: none; }
    .billboard-container.data-sets h4.billboard-header {
      border-bottom: none;
      padding: 0;
      margin-top: 0;
      background: none; }
  .billboard-container.university {
    text-align: center;
    align-items: center;
    min-height: 515px;
    max-height: 615px; }
    .billboard-container.university .billboard-header.university-info {
      border-bottom: none; }
    .billboard-container.university .billboard-row {
      height: 80px;
      min-height: 80px; }
  .billboard-container .billboard-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: auto;
    overflow: hidden; }
    .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-row.data-row {
      border: 1px solid #eaeaea;
      background-color: #fff;
      margin-bottom: 2rem;
      justify-content: flex-start; }
  .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 {
    display: flex;
    flex-direction: column;
    padding: 1.5625rem;
    word-break: break-word;
    align-self: stretch; }
    .billboard-container .billboard-cell .bubble-container {
      font-size: 0.85rem; }
    .billboard-container .billboard-cell.center {
      align-items: center;
      justify-content: center; }
      .billboard-container .billboard-cell.center h3 {
        margin: 0 0 0.75rem 0; }
    .billboard-container .billboard-cell.inside {
      padding-top: 0; }
    .billboard-container .billboard-cell.search {
      position: relative; }
      .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 {
      border-left: 1px solid #eaeaea;
      padding-left: 30px; }
    .billboard-container .billboard-cell h2 {
      margin-top: 0;
      margin-bottom: 20px; }
    .billboard-container .billboard-cell .in-charge {
      font-size: 1.375rem; }
  .billboard-container .billboard-sub-label {
    color: #807f83;
    margin-bottom: 0; }
    .billboard-container .billboard-sub-label.small {
      font-size: 0.75rem; }
  .billboard-container .small-font {
    font-size: 0.75rem; }
  .billboard-container .download-btn {
    margin-bottom: 0; }
    .billboard-container .download-btn::before {
      font-family: "FontAwesome";
      content: "\f0ab";
      color: #384ca2; }
    .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 {
  margin-top: 3rem;
  margin-bottom: 5rem; }
  .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.column {
    display: flex;
    flex-direction: column; }
  .filter-box .row {
    display: flex;
    flex-direction: row; }
  .filter-box .filter-type {
    display: flex;
    flex-direction: column;
    margin-right: 1.5rem; }
    .filter-box .filter-type.dropdown {
      width: 25%; }
  .filter-box .filter-type label {
    color: #807f83; }
  .filter-box .check-label {
    display: flex;
    flex-direction: row; }
    .filter-box .check-label input {
      margin-right: 0.5rem; }
    .filter-box .check-label label {
      margin-right: 1rem;
      margin-top: -0.2rem;
      color: #333; }
  .filter-box .filter-options {
    display: flex;
    flex-direction: column; }
    .filter-box .filter-options .check-label {
      display: flex;
      flex-direction: row; }
      .filter-box .filter-options .check-label input {
        margin-right: 0.5rem; }
      .filter-box .filter-options .check-label label {
        margin-right: 1rem;
        margin-top: -0.2rem;
        color: #333; }

.summary-data-sets .billboard-container {
  border: none; }

.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; }

.selected-resource-container {
  box-shadow: 0 0 3px 0 #ccc;
  padding: 20px 30px;
  margin: 60px 70px 0 70px;
  color: #807f83; }

.table-container-table {
  padding-top: 1.625rem;
  margin-top: 1rem;
  border-top: 1px solid #eaeaea; }

.review-application-details {
  margin-left: -2rem; }
  .review-application-details .billboard-container.details {
    border: none;
    margin: 0; }
    .review-application-details .billboard-container.details .billboard-row {
      border-top: 1px solid #eaeaea; }
    .review-application-details .billboard-container.details h3, .review-application-details .billboard-container.details p {
      font-size: 1rem; }
    .review-application-details .billboard-container.details h3 {
      font-weight: bold;
      color: #807f83;
      margin-bottom: 0; }

.project-billboard {
  margin-top: 20px; }

.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 .button {
      padding-bottom: 0; }
    .rda-container .rda-info .textarea {
      padding: 10px;
      width: 305px;
      height: 150px;
      max-height: 150px;
      min-height: 150px;
      resize: none; }
      .rda-container .rda-info .textarea.disabled {
        background-color: white;
        border: none;
        padding: 0; }
    .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; }

.joinder button {
  margin-top: 3.125rem;
  margin-left: 1.3125rem; }

.joinder input[type="checkbox"] {
  margin-right: 0.625rem; }

.joinder .page {
  padding-bottom: 1rem; }

.auto-save {
  display: flex;
  align-items: center;
  margin: 1rem 0;
  justify-content: space-around; }

.saving-panel {
  width: 35%;
  height: 50px;
  background: #000000a8;
  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; }

.grecaptcha-badge {
  z-index: 200; }

.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.16667rem 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.66667rem;
    height: 1.33333rem;
    left: 0.66667rem;
    top: 0.16667rem;
    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); } }

/* Under Construction */
p.construction {
  background: url(/eb1682236c89a2f03d4e7ad5b0528527.jpeg) 50% 20px no-repeat;
  background-size: contain;
  padding-top: 450px;
  text-align: center;
  font-size: 4rem; }

/* Logos */
.sfari-base-text-logo {
  background: url(/03e83877842b958159d9e8e94b662f77.svg) 0 0 no-repeat;
  background-size: contain;
  width: 207px;
  height: 32px;
  margin: 30px 0; }

.sfari-logo {
  background: url(/0d90772aca7a8c09a1c86c93ce3eb8a0.png) 0 0 no-repeat;
  background-size: contain;
  width: 300px;
  height: 37px; }

.ssc-logo {
  text-align: center;
  background: url(/b814c5ba1c072b89280a76ecaf2b45f4.svg) 0 0 no-repeat;
  background-size: contain;
  width: 165px;
  height: 55px; }
  @media (min-width: 400px) and (max-width: 1023px) {
    .ssc-logo {
      margin-block-end: 3rem; } }

.simon-vip-logo {
  text-align: center;
  background: url(/c6326ea1de05f4e947869098ce4c3a72.png) 0 0 no-repeat;
  background-size: contain;
  width: 211px;
  height: 60px; }
  @media (min-width: 400px) and (max-width: 1023px) {
    .simon-vip-logo {
      margin-block-end: 3rem; } }

.spark-logo {
  text-align: center;
  background: url(/374db67cd2b4649ea6455b697b3df53d.svg) 0 0 no-repeat;
  background-size: contain;
  width: 196px;
  height: 55px; }
  @media (min-width: 400px) and (max-width: 1023px) {
    .spark-logo {
      margin-block-end: 3rem; } }

.aic-logo {
  text-align: center;
  background: url(/0d44e81253767ecc4e4448ae30c59c3b.svg) 0 0 no-repeat;
  background-size: contain;
  width: 148px;
  height: 50px; }
  @media (min-width: 400px) and (max-width: 1023px) {
    .aic-logo {
      margin-block-end: 3rem; } }

.abn-logo {
  text-align: center;
  background: url(/f4c03079916eee021b841e1886e1cc6c.svg) 0 0 no-repeat;
  background-size: contain;
  width: 259px;
  height: 55px; }
  @media (min-width: 400px) and (max-width: 1023px) {
    .abn-logo {
      margin-block-end: 3rem; } }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-scale-ripple,
.la-ball-scale-ripple > div,
.la-ball-scale-ripple > button {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-scale-ripple {
  display: inline-block;
  font-size: 0;
  color: #fff; }

.la-ball-scale-ripple.la-dark {
  color: #333; }

.la-ball-scale-ripple > div,
.la-ball-scale-ripple > button {
  display: inline-block;
  float: none;
  background-color: #384ca2;
  border: 0 solid #384ca2; }

.la-ball-scale-ripple {
  width: 32px;
  height: 32px; }

.la-ball-scale-ripple > div,
.la-ball-scale-ripple > button {
  width: 32px;
  height: 32px;
  background: transparent;
  border-width: 2px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -moz-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  -o-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }

.la-ball-scale-ripple.la-sm {
  width: 16px;
  height: 16px; }

.la-ball-scale-ripple.la-sm > div,
.la-ball-scale-ripple.la-sm > button {
  width: 16px;
  height: 16px;
  border-width: 1px; }

.la-ball-scale-ripple.la-2x {
  width: 64px;
  height: 64px; }

.la-ball-scale-ripple.la-2x > div {
  width: 64px;
  height: 64px;
  border-width: 4px; }

.la-ball-scale-ripple.la-3x {
  width: 96px;
  height: 96px; }

.la-ball-scale-ripple.la-3x > div {
  width: 96px;
  height: 96px;
  border-width: 6px; }

/*
  * Animation
  */
@-webkit-keyframes ball-scale-ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }
  70% {
    opacity: .65;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0; } }

@-moz-keyframes ball-scale-ripple {
  0% {
    opacity: 1;
    -moz-transform: scale(0.1);
    transform: scale(0.1); }
  70% {
    opacity: .65;
    -moz-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0; } }

@-o-keyframes ball-scale-ripple {
  0% {
    opacity: 1;
    -o-transform: scale(0.1);
    transform: scale(0.1); }
  70% {
    opacity: .65;
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0; } }

@keyframes ball-scale-ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1); }
  70% {
    opacity: .65;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0; } }

.small-loader-container {
  display: inline-block;
  box-sizing: content-box; }

.release-note-text-container {
  overflow: scroll;
  padding: 1.5625rem;
  word-break: break-word;
  border: 1px solid #c4c4c6;
  background: #fff;
  height: 37.5rem;
  width: 100%; }

.release-note-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline; }

.release-note-tabs {
  margin-top: 1.875rem;
  height: 31.25rem;
  margin-bottom: 1rem; }
  .release-note-tabs .tabs-container {
    height: 100%;
    display: flex;
    flex-direction: column; }

.release-note-textarea {
  width: 100%;
  height: 100%; }
  .release-note-textarea textarea {
    width: 100%; }

.release-note-edit-buttons {
  display: flex;
  flex-direction: row; }

.snowflakes {
  width: 100%;
  height: 1200px;
  position: absolute;
  top: -90px;
  left: 0;
  pointer-events: none;
  /* different delays so they don't all start at the same time */ }
  .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 > i:nth-child(7n) {
    opacity: .3;
    -webkit-animation-delay: 0s;
    -webkit-animation-timing-function: ease-in; }
  .snowflakes > i:nth-child(7n+1) {
    opacity: .4;
    -webkit-animation-delay: 1s;
    -webkit-animation-timing-function: ease-out; }
  .snowflakes > i:nth-child(7n+2) {
    opacity: .5;
    -webkit-animation-delay: 1.5s;
    -webkit-animation-timing-function: linear; }
  .snowflakes > i:nth-child(7n+3) {
    opacity: .6;
    -webkit-animation-delay: 2s;
    -webkit-animation-timing-function: ease-in; }
  .snowflakes > i:nth-child(7n+4) {
    opacity: .7;
    -webkit-animation-delay: 2.5s;
    -webkit-animation-timing-function: linear; }
  .snowflakes > i:nth-child(7n+5) {
    opacity: .8;
    -webkit-animation-delay: 3s;
    -webkit-animation-timing-function: ease-out; }
  .snowflakes > i:nth-child(7n+6) {
    opacity: .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); } }

.flowers {
  width: 100%;
  height: 1200px;
  position: absolute;
  top: -120px;
  left: 0;
  pointer-events: none;
  /* different delays so they don't all start at the same time */ }
  .flowers i {
    content: ".";
    height: 35px;
    width: 35px;
    background: url(/5e80797defc25c39d94f06c16ad52425.png) no-repeat;
    background-size: contain;
    display: inline-block;
    -webkit-animation: snowflakes-anim 3s linear 2s 20;
    animation: snowflakes 3s linear 2s 20;
    position: relative; }
  .flowers > i:nth-child(3n) {
    width: 46px;
    height: 46px;
    margin-left: 48px;
    filter: saturate(1.5) hue-rotate(-25deg);
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: 30;
    -webkit-transform-origin: right -45px; }
  .flowers > i:nth-child(3n+1) {
    width: 42px;
    height: 42px;
    filter: hue-rotate(35deg);
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: 45;
    -webkit-transform-origin: right -30px; }
  .flowers > i:nth-child(3n+2) {
    width: 58px;
    height: 58px;
    -webkit-animation-duration: 8s;
    -webkit-animation-iteration-count: 60;
    -webkit-transform-origin: right -15px; }
  .flowers > i:nth-child(7n) {
    opacity: .2;
    -webkit-animation-delay: 0s;
    -webkit-animation-timing-function: ease-in; }
  .flowers > i:nth-child(7n+1) {
    opacity: .3;
    -webkit-animation-delay: 1s;
    -webkit-animation-timing-function: ease-out; }
  .flowers > i:nth-child(7n+2) {
    opacity: .4;
    -webkit-animation-delay: 1.5s;
    -webkit-animation-timing-function: linear; }
  .flowers > i:nth-child(7n+3) {
    opacity: .5;
    -webkit-animation-delay: 2s;
    -webkit-animation-timing-function: ease-in; }
  .flowers > i:nth-child(7n+4) {
    opacity: .6;
    -webkit-animation-delay: 2.5s;
    -webkit-animation-timing-function: linear; }
  .flowers > i:nth-child(7n+5) {
    opacity: .6;
    -webkit-animation-delay: 3s;
    -webkit-animation-timing-function: ease-out; }
  .flowers > i:nth-child(7n+6) {
    opacity: .7;
    -webkit-animation-delay: 3.5s;
    -webkit-animation-timing-function: ease-in; }

.leaves {
  width: 100%;
  height: 1200px;
  position: absolute;
  top: -120px;
  left: 0;
  pointer-events: none;
  /* different delays so they don't all start at the same time */ }
  .leaves i {
    content: ".";
    height: 30px;
    width: 30px;
    background: url(/a4e6a2188d46c006d7f076ca64259dbd.png) no-repeat;
    background-size: contain;
    display: inline-block;
    -webkit-animation: snowflakes-anim 3s linear 2s 20;
    animation: snowflakes 3s linear 2s 20;
    position: relative; }
  .leaves > i:nth-child(3n) {
    width: 36px;
    height: 36px;
    margin-left: 48px;
    filter: saturate(1.5) hue-rotate(-25deg);
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: 30;
    -webkit-transform-origin: right -45px; }
  .leaves > i:nth-child(3n+1) {
    width: 32px;
    height: 32px;
    filter: hue-rotate(35deg);
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: 45;
    -webkit-transform-origin: right -30px; }
  .leaves > i:nth-child(3n+2) {
    width: 48px;
    height: 48px;
    -webkit-animation-duration: 8s;
    -webkit-animation-iteration-count: 60;
    -webkit-transform-origin: right -15px; }
  .leaves > i:nth-child(7n) {
    opacity: .2;
    -webkit-animation-delay: 0s;
    -webkit-animation-timing-function: ease-in; }
  .leaves > i:nth-child(7n+1) {
    opacity: .3;
    -webkit-animation-delay: 1s;
    -webkit-animation-timing-function: ease-out; }
  .leaves > i:nth-child(7n+2) {
    opacity: .4;
    -webkit-animation-delay: 1.5s;
    -webkit-animation-timing-function: linear; }
  .leaves > i:nth-child(7n+3) {
    opacity: .5;
    -webkit-animation-delay: 2s;
    -webkit-animation-timing-function: ease-in; }
  .leaves > i:nth-child(7n+4) {
    opacity: .6;
    -webkit-animation-delay: 2.5s;
    -webkit-animation-timing-function: linear; }
  .leaves > i:nth-child(7n+5) {
    opacity: .6;
    -webkit-animation-delay: 3s;
    -webkit-animation-timing-function: ease-out; }
  .leaves > i:nth-child(7n+6) {
    opacity: .7;
    -webkit-animation-delay: 3.5s;
    -webkit-animation-timing-function: ease-in; }

@-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); } }

/* holiday lights */

.lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  background: none;
  z-index: 1;
  margin: -15px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%; }
  .lightrope > li {
    position: relative;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 12px;
    height: 28px;
    border-radius: 50%;
    margin: 20px;
    display: inline-block;
    background: #00f7a5;
    box-shadow: 0px 4.66667px 24px 3px #00f7a5;
    animation-name: flash-1;
    animation-duration: 5s; }
    .lightrope > li:nth-child(2n+1) {
      background: cyan;
      box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.5);
      animation-name: flash-2;
      animation-duration: 3.4s; }
    .lightrope > li:nth-child(4n+2) {
      background: #f70094;
      box-shadow: 0px 4.66667px 24px 3px #f70094;
      animation-name: flash-3;
      animation-duration: 4.1s; }
    .lightrope > li:nth-child(odd) {
      animation-duration: 4.8s; }
    .lightrope > li:nth-child(3n+1) {
      animation-duration: 4.4s; }
    .lightrope > li:before {
      content: "";
      position: absolute;
      background: #222;
      width: 10px;
      height: 9.33333px;
      border-radius: 3px;
      top: -4.66667px;
      left: 1px; }
    .lightrope > li:after {
      content: "";
      top: -14px;
      left: 9px;
      position: absolute;
      width: 52px;
      height: 18.66667px;
      border-bottom: solid #222 2px;
      border-radius: 50%; }
    .lightrope > li:last-child:after {
      content: none; }

@keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    box-shadow: 0px 4.66667px 24px 3px #00f7a5; }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2); } }

@keyframes flash-2 {
  0%, 100% {
    background: cyan;
    box-shadow: 0px 4.66667px 24px 3px cyan; }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2); } }

@keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    box-shadow: 0px 4.66667px 24px 3px #f70094; }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2); } }

.sample-legend {
  display: flex;
  margin-bottom: 1rem; }
  .sample-legend .key {
    width: 1.5rem;
    height: 1.5rem;
    background: #DC9A8A;
    margin-right: 0.5rem;
    margin-left: 1rem;
    border: 1px solid #c4c4c6; }
    .sample-legend .key.first {
      margin-left: 0 !important; }

.request-notification-banner, .requestTesting {
  width: 65%;
  height: 42px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
  background-color: #EBC7BE;
  text-align: center;
  line-height: 42px;
  margin-bottom: 30px; }

.researcher-review-container {
  max-width: 80%;
  margin: 0 auto; }
  .researcher-review-container .review-list {
    margin: 1rem 0; }
    .researcher-review-container .review-list .review-row {
      border-bottom: 1px solid #c4c4c6;
      padding: 20px 0 20px; }
      .researcher-review-container .review-list .review-row .main-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center; }
        .researcher-review-container .review-list .review-row .main-row .name {
          flex: 2; }
        .researcher-review-container .review-list .review-row .main-row .email {
          flex: 3; }
        .researcher-review-container .review-list .review-row .main-row button {
          margin-left: 2rem; }
        .researcher-review-container .review-list .review-row .main-row div {
          word-break: break-all; }
      .researcher-review-container .review-list .review-row .reason {
        margin-top: 0.625rem; }
        .researcher-review-container .review-list .review-row .reason input {
          width: 50%;
          margin-left: 1rem;
          padding: 0.25rem 0.5rem; }
      .researcher-review-container .review-list .review-row.header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 20px 0 20px;
        align-items: center;
        justify-content: flex-end; }
  .researcher-review-container .review-check {
    display: flex;
    align-items: baseline; }
    .researcher-review-container .review-check label {
      padding-left: 10px; }
  .researcher-review-container .review-action-row {
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end; }

.column-selection {
  min-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .column-selection input {
    margin-right: 1rem; }
  .column-selection button {
    margin: auto; }
  .column-selection hr {
    margin: 1rem 0;
    border-top: 1px solid #c4c4c6; }
  .column-selection .columns {
    margin: 0 1.5rem; }

.filter-selection {
  min-width: 600px;
  padding: 0 1rem; }
  .filter-selection button {
    margin: 3rem auto auto auto; }
  .filter-selection hr {
    margin: 1rem 0;
    border: none;
    border-top: 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 .Select {
      width: 100%; }
    .filter-selection .form-creator .field {
      padding: 0; }
      .filter-selection .form-creator .field > div > label {
        color: #807f83; }
    .filter-selection .form-creator .field-range {
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: space-between;
      margin-top: 0.625rem; }
      .filter-selection .form-creator .field-range input {
        margin-top: 0 !important;
        width: 44%;
        padding: 0 0 0 .5625rem !important; }
    .filter-selection .form-creator .donation_type {
      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: 1 / 3;
      grid-row: 4 / 5; }
    .filter-selection .form-creator .spark_genes {
      grid-column: 1 / 3;
      grid-row: 5 / 6; }
    .filter-selection .form-creator .medical_conditions {
      grid-column: 1 / 3;
      grid-row: 6 / 7; }
    .filter-selection .form-creator .psych_conditions {
      grid-column: 1 / 3;
      grid-row: 7 / 8; }
    .filter-selection .form-creator .flag {
      grid-column: 1 / 3; }

.tissue-catalogue #collection-name {
  margin: 0 1rem; }

.tissue-catalogue .collection-name .single-line {
  width: 60%;
  margin-right: 1rem; }

.tissue-catalogue .collection-name .Select {
  margin-bottom: 0 !important;
  margin-left: 1rem; }

.tissue-catalogue .collection-name input {
  border: 1px solid #807f83;
  border-radius: 2px;
  line-height: 2.25rem;
  padding: 0 .5625rem;
  font-size: 100%;
  width: 60%; }

.tissue-catalogue .billboard-container {
  background: #F5F6FA; }

.tissue-catalogue .text-button {
  margin: 1.5rem 0; }

.tissue-catalogue .tissue-table {
  margin: 1rem 0; }

.tissue-catalogue .tissue-filters {
  background: #eaeaea;
  padding: 1rem;
  display: flex; }
  .tissue-catalogue .tissue-filters .collection {
    margin-left: auto; }
    .tissue-catalogue .tissue-filters .collection .collection-inner {
      display: flex;
      justify-content: center;
      align-items: center; }
      .tissue-catalogue .tissue-filters .collection .collection-inner .count-bubble {
        background: white;
        border-radius: 50%;
        color: #2f4089;
        width: 1.5rem;
        height: 1.5rem;
        line-height: 1.5rem;
        margin-left: 1rem; }
  .tissue-catalogue .tissue-filters .search-dropdown {
    margin: 0 1rem 0 0;
    width: 50%; }
    .tissue-catalogue .tissue-filters .search-dropdown .search-field {
      width: 100%; }
  .tissue-catalogue .tissue-filters .glyph {
    width: 3rem;
    margin: 0 1rem; }
    .tissue-catalogue .tissue-filters .glyph.selected {
      background-color: #d7dcf1; }
    .tissue-catalogue .tissue-filters .glyph .fa-bars {
      transform: rotate(90deg); }
    .tissue-catalogue .tissue-filters .glyph .glyph-button {
      color: #2f4089; }

.score-table-wrapper {
  margin: 1rem; }

.score-table {
  width: 100%;
  border: 1px solid #c4c4c6; }
  .score-table tr:nth-child(even) {
    background: #f0f2fa; }
  .score-table th {
    font-weight: bold;
    padding: 0.5rem 0.5rem;
    text-align: center;
    border: 1px solid #c4c4c6; }
  .score-table td {
    padding: 0.5rem 0.5rem;
    border: 1px solid #c4c4c6; }

.progress-tictac {
  position: relative;
  width: fit-content;
  min-width: 50%;
  padding: 0 2rem; }
  .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; }

.abn-order-forms {
  margin: 2rem 1rem; }

.with-bullets li {
  list-style-type: disc !important; }

.warning-msg {
  margin: 10px 0;
  padding: 20px;
  border-radius: 3px 3px 3px 3px;
  color: #9F6000;
  background-color: #EBC7BE; }

.compliance-filters {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem; }
  .compliance-filters > div {
    margin-left: 1rem; }

.vesta .Select {
  margin: 0; }

.vesta .labeled-input.one-line {
  display: flex;
  width: 100%;
  align-items: center; }

.vesta .labeled-input label {
  margin: 0 0.75rem 0 0; }

.vesta .spacer-right-sm {
  margin-right: 1rem; }

.vesta .spacer-right-lg {
  margin-right: 2rem; }

.vesta .spacer-sm {
  margin: 1rem; }

.vesta .spacer-lg {
  margin: 2rem; }

.vesta .spacer-top-bottom-sm {
  margin: 1rem 0; }

.importance_score, .autism_understanding_score, .novel_score, .design_score, .alternatives_score, .preliminary_data_score, .expertise_score {
  display: inline-block;
  vertical-align: top;
  padding-left: 0 !important; }

.importance, .autism_understanding, .novel, .design, .alternatives, .preliminary_data, .expertise, .funding, .missing_info, .recommedation {
  width: 85% !important;
  display: inline-block; }
  .importance textarea, .autism_understanding textarea, .novel textarea, .design textarea, .alternatives textarea, .preliminary_data textarea, .expertise textarea, .funding textarea, .missing_info textarea, .recommedation textarea {
    width: 100% !important; }

