@charset "UTF-8";
/*------------------------------------------------------------------------------
 * Main Styles
 *------------------------------------------------------------------------------
 */
/*------------------------------------------------------------------------------
 * Library Requirements Loader
 *------------------------------------------------------------------------------
 *
 * Use this file to set all global requirements.
 *
 * This file, if used correctly, should generate no output
 * when import to other files. This means we can safely
 * import it everywere without resulting in repeated CSS
 * over different files.
 */
/*
 *------------------------------------------------------------------------------
 * Extensions.
 *------------------------------------------------------------------------------
 */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/*------------------------------------------------------------------------------
 * Color Definitions
 *------------------------------------------------------------------------------
 * Use this file to set color variables & functions.
 *
 * Before starting to define your color variables, I'll advise you: colors
 * (maybe more then other kind of variables in Sass) can get really trick and
 * messed up after some time, mostly because they tend to change a lot during
 * development. To help you make better decisions, I would advise you to read
 * the followng articles:
 *
 * - http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/quick-tip-name-your-sass-variables-modularly/
 * - http://sachagreif.com/sass-color-variables/
 */
/*------------------------------------------------------------------------------
 * Color Maps
 *------------------------------------------------------------------------------
 */
/*
 *------------------------------------------------------------------------------
 * Breakpoints defnitions.
 *------------------------------------------------------------------------------
 */
.view-pece-project-groups ul li, .view-pece-group-projects ul li {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0; }

.view-pece-project-groups a, .view-pece-group-projects a {
  font-size: 15px;
  line-height: 1; }

/*
 *------------------------------------------------------------------------------
 * Box components
 *------------------------------------------------------------------------------
 */
.field-name-group-group .field-item > a, .annotate-link, .essay-link, .field-name-group-group .field-item > span, .view-mode-card .button, .view-display-id-pece_user_artifact_annotations .view-footer a,
.view-display-id-pece_question_artifact_annotions .view-footer a,
.view-display-id-pece_question_annotations .view-footer a, .field-name-field-pece-photo-essay-items [data-remodal-target] {
  display: inline-block;
  margin: 10px 0;
  padding: 15px 23px;
  border: none;
  border-radius: 0px;
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center; }
  .field-name-group-group .field-item > a:before, .annotate-link:before, .essay-link:before, .field-name-group-group .field-item > span:before, .view-mode-card .button:before, .view-display-id-pece_user_artifact_annotations .view-footer a:before,
  .view-display-id-pece_question_artifact_annotions .view-footer a:before,
  .view-display-id-pece_question_annotations .view-footer a:before, .field-name-field-pece-photo-essay-items [data-remodal-target]:before {
    display: none; }

/*
 *------------------------------------------------------------------------------
 * Button components
 *------------------------------------------------------------------------------
 */
.field-name-group-group .field-item > a, .annotate-link, .essay-link, .field-name-group-group .field-item > span, .view-mode-card .button, .view-display-id-pece_user_artifact_annotations .view-footer a,
.view-display-id-pece_question_artifact_annotions .view-footer a,
.view-display-id-pece_question_annotations .view-footer a, .field-name-field-pece-photo-essay-items [data-remodal-target] {
  min-width: 130px;
  transition: all 0.2s ease-in-out; }

.field-name-group-group .field-item > a, .annotate-link, .essay-link {
  color: white;
  background-color: #7851A9; }
  .field-name-group-group .field-item > a:hover, .annotate-link:hover, .essay-link:hover {
    background-color: #9272bb;
    color: white; }

.field-name-group-group .field-item > span {
  color: #555555;
  background-color: #eeeeee; }
  .field-name-group-group .field-item > span:hover {
    background-color: #eeeeee;
    color: #555555; }

.view-mode-card .button, .view-display-id-pece_user_artifact_annotations .view-footer a,
.view-display-id-pece_question_artifact_annotions .view-footer a,
.view-display-id-pece_question_annotations .view-footer a, .field-name-field-pece-photo-essay-items [data-remodal-target] {
  color: white;
  background-color: #8D36AD; }
  .view-mode-card .button:hover, .view-display-id-pece_user_artifact_annotations .view-footer a:hover,
  .view-display-id-pece_question_artifact_annotions .view-footer a:hover,
  .view-display-id-pece_question_annotations .view-footer a:hover, .field-name-field-pece-photo-essay-items [data-remodal-target]:hover {
    background-color: #a74ec8;
    color: white; }

.profile--thumbnail.view-mode-pece-thumbnail .icon.image::before, i::before,
[class*="node-pece-"] .icon::before,
.user-profile .icon::before,
.node-pece-group .icon::before, .view-id-pece_my_noted_artifacts li.views-row > div::before,
.view-id-pece_my_analytics li.views-row > div::before,
.view-pece-my-biblio-items li.views-row > div::before,
.view-id-pece_my_projects li.views-row > div::before,
.view-pece-my-fieldsites li.views-row > div::before,
.view-id-pece_my_groups li.views-row > div::before, .dashboard-artifact-submenu .dashboard-artifact-toggle::before {
  display: block;
  z-index: 20;
  top: auto;
  width: 100%;
  font-family: "FontAwesome";
  font-size: 18px;
  font-style: normal;
  text-align: center;
  color: white;
  opacity: 0.8; }

.field-name-field-pece-tags, .view-mode-card.node-pece-annotation .pece-struct-analytic-wrapper, .biblio-alpha-line, .view-display-id-pece_user_artifact_annotations > .view-content > .views-row .views-field-field-pece-struct-analytics .field-content .item-list, .view-display-id-pece_question_annotations .field-name-field-pece-struct-analytics,
.view-display-id-pece_question_artifact_annotions .field-name-field-pece-struct-analytics, .pane-node-field-pece-struct-analytics, .view-display-id-pece_user_artifact_annotations .views-field-field-pece-tags-1 .field-content,
.view-display-id-pece_question_artifact_annotions .views-field-field-pece-tags-1 .field-content,
.view-display-id-pece_question_annotations .views-field-field-pece-tags-1 .field-content {
  display: inline;
  margin-right: 2px; }
  .field-name-field-pece-tags a, .view-mode-card.node-pece-annotation .pece-struct-analytic-wrapper a, .biblio-alpha-line a, .view-display-id-pece_user_artifact_annotations > .view-content > .views-row .views-field-field-pece-struct-analytics .field-content .item-list a, .view-display-id-pece_question_annotations .field-name-field-pece-struct-analytics a,
  .view-display-id-pece_question_artifact_annotions .field-name-field-pece-struct-analytics a, .pane-node-field-pece-struct-analytics a, .view-display-id-pece_user_artifact_annotations .views-field-field-pece-tags-1 .field-content a,
  .view-display-id-pece_question_artifact_annotions .views-field-field-pece-tags-1 .field-content a,
  .view-display-id-pece_question_annotations .views-field-field-pece-tags-1 .field-content a {
    color: #7d7d7d;
    background-color: #d2d2d2;
    padding: 6px 8px;
    line-height: 1;
    font-size: 14px;
    border-radius: 2px;
    display: inline-block;
    margin: 3px 0;
    transition: linear .3s; }
    .field-name-field-pece-tags a:hover, .view-mode-card.node-pece-annotation .pece-struct-analytic-wrapper a:hover, .biblio-alpha-line a:hover, .view-display-id-pece_user_artifact_annotations > .view-content > .views-row .views-field-field-pece-struct-analytics .field-content .item-list a:hover, .view-display-id-pece_question_annotations .field-name-field-pece-struct-analytics a:hover,
    .view-display-id-pece_question_artifact_annotions .field-name-field-pece-struct-analytics a:hover, .pane-node-field-pece-struct-analytics a:hover, .view-display-id-pece_user_artifact_annotations .views-field-field-pece-tags-1 .field-content a:hover,
    .view-display-id-pece_question_artifact_annotions .views-field-field-pece-tags-1 .field-content a:hover,
    .view-display-id-pece_question_annotations .views-field-field-pece-tags-1 .field-content a:hover {
      background-color: #000;
      text-decoration: none;
      color: #fff; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0); } }

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0); } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

/*
 *------------------------------------------------------------------------------
 * Default element styles
 *------------------------------------------------------------------------------
 */
h1 .field {
  display: inline-block; }

h1 .field-name-field-pece-struct-analytics {
  padding: 0 .5em;
  background-color: #E2E2E2;
  padding: 10px; }

h1 a {
  color: #7851A9; }

.element-invisible {
  display: none; }

p,
li {
  font-size: 18px; }

/*
 *------------------------------------------------------------------------------
 * Organic Group functionality main styles.
 *------------------------------------------------------------------------------
 */
.field-name-group-group .field-item > a {
  display: block; }

.field-name-group-group .field-item > span {
  display: block; }

@media (max-width: 991px) {
  .node-type-pece-group .panel-display .container-fluid > .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse; } }

/*
 *------------------------------------------------------------------------------
 * General styles for UI Tabs.
 *------------------------------------------------------------------------------
 */
.ui-tabs {
  border-radius: 0; }
  .ui-tabs .ui-tabs-nav {
    padding: 0;
    margin: 7px 0 20px;
    border-bottom: 1px solid #7851A9 !important;
    border-radius: 0;
    background: transparent; }
    .ui-tabs .ui-tabs-nav a {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media (max-width: 991px) {
      .ui-tabs .ui-tabs-nav {
        border-bottom: none !important; } }
    .ui-tabs .ui-tabs-nav li.ui-state-default {
      padding-bottom: 0;
      margin-bottom: -1px;
      border: none;
      border-radius: 0;
      background: transparent;
      opacity: 0.5; }
      @media (max-width: 991px) {
        .ui-tabs .ui-tabs-nav li.ui-state-default {
          float: none;
          margin-top: -1px;
          margin-bottom: 0; } }
    .ui-tabs .ui-tabs-nav li.ui-state-active {
      opacity: 1; }
      .ui-tabs .ui-tabs-nav li.ui-state-active .ui-tabs-anchor {
        cursor: pointer;
        border: 1px solid #7851A9;
        color: white;
        background: #7851A9; }
        .ui-tabs .ui-tabs-nav li.ui-state-active .ui-tabs-anchor:hover {
          color: #7851A9;
          background: white; }
    .ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
      display: block;
      float: none;
      padding: 15px 23px;
      line-height: 1;
      font-size: 14px;
      text-transform: uppercase;
      text-decoration: none;
      text-align: center;
      border: 1px solid transparent; }
      @media (max-width: 991px) {
        .ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
          border-color: #7851A9; } }
      @media (min-width: 1024px) {
        .ui-tabs .ui-tabs-nav li .ui-tabs-anchor {
          padding: 15px; } }
      .ui-tabs .ui-tabs-nav li .ui-tabs-anchor:hover {
        color: white;
        border-bottom-color: #7851A9;
        background: #7851A9; }

/*
 *------------------------------------------------------------------------------
 * Modal styles
 *------------------------------------------------------------------------------
 */
.remodal .remodal-close {
  font-size: 0;
  z-index: 1; }

@media (min-width: 0) {
  .remodal.remodal-big {
    max-width: 100%; } }

@media (min-width: 768px) {
  .remodal.remodal-big {
    max-width: 750px; } }

@media (min-width: 992px) {
  .remodal.remodal-big {
    max-width: 970px; } }

@media (min-width: 1024px) {
  .remodal.remodal-big {
    max-width: 1170px; } }

@media (min-width: 1268px) {
  .remodal.remodal-big {
    max-width: 1170px; } }

.remodal.photo-essay-modal {
  padding: 0; }

.remodal-wrapper.photo-essay-modal {
  padding-right: 6%;
  padding-left: 6%; }

.photo-essay-slider-arrow {
  position: fixed;
  bottom: 0;
  width: 50%;
  height: 62px;
  font-size: 0;
  z-index: 1;
  opacity: 0.8;
  background-color: rgba(0, 0, 0, 0.9); }
  .photo-essay-slider-arrow.slick-prev {
    left: 0; }
  .photo-essay-slider-arrow.slick-next {
    right: 0; }
  .remodal-is-closing .photo-essay-slider-arrow {
    opacity: 0; }
  .photo-essay-slider-arrow:hover, .photo-essay-slider-arrow:focus {
    opacity: 1; }
  .photo-essay-slider-arrow .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    font-size: 32px; }
    .photo-essay-slider-arrow .fa::before {
      opacity: 1; }

@media (min-width: 992px) {
  .photo-essay-slider-arrow {
    top: 0;
    width: 5%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(0, 0, 0, 0.4); }
    .photo-essay-slider-arrow:hover, .photo-essay-slider-arrow:focus {
      opacity: 1; } }

/*
 *------------------------------------------------------------------------------
 * Administrative related styles
 *------------------------------------------------------------------------------
 */
/*
 *------------------------------------------------------------------------------
 * Status messages styles
 *------------------------------------------------------------------------------
 */
div.messages:before,
div.messages.error:before,
div.messages.status:before,
div.messages.warning:before {
  line-height: 2em;
  padding: 0 !important; }

div.entity-site-notice {
  position: relative;
  padding: 15px 75px;
  background-color: #f4c37d; }
  div.entity-site-notice::before {
    position: absolute;
    padding-top: 15px;
    min-height: 60px;
    height: 100%;
    width: 55px;
    left: 0;
    top: 0;
    color: white;
    background-color: #f0ad4e;
    font-family: "FontAwesome";
    font-size: 24px;
    text-align: center;
    content: "\f12a"; }
  div.entity-site-notice p {
    color: #333333;
    font-weight: 400; }
  div.entity-site-notice ul.links {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right; }
    div.entity-site-notice ul.links li a {
      color: white;
      background-color: #f0ad4e; }

/*
 *------------------------------------------------------------------------------
 * Modal used in upload files.
 *------------------------------------------------------------------------------
 */
.ui-dialog button.ui-dialog-titlebar-close {
  width: 30px;
  height: 30px;
  outline: none; }
  .ui-dialog button.ui-dialog-titlebar-close::before {
    content: "\f00d";
    display: block;
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 1;
    color: white; }

.ui-widget-overlay {
  background-repeat: repeat; }

/*
 *------------------------------------------------------------------------------
 * Diff & Content revision styles
 *------------------------------------------------------------------------------
 */
table.diff td.diff-section-title {
  padding: 0.5em; }

table.diff td.diff-prevlink, table.diff td.diff-nextlink {
  line-height: 2em;
  padding: 0.5em; }

table.diff td.diff-links {
  display: none; }

table.diff td.diff-deletedline {
  background-color: #ffffc7; }

table.diff td.diff-addedline {
  background-color: #d0ffd5; }

div.diff-section-title {
  padding: 0.5em; }

.page-admin-dashboard .region-content .pane-content ul li {
  list-style: none;
  margin: 0;
  border-bottom: 1px dotted #555555;
  padding: 10px 0; }

/*
 *------------------------------------------------------------------------------
 * Form styles
 *------------------------------------------------------------------------------
 */
/*
 *------------------------------------------------------------------------------
 * Node edit form styles
 *------------------------------------------------------------------------------
 */
#node-edit #edit-title {
  font-size: 1.6em;
  line-height: 1.6em;
  width: 100%; }

/*
 *------------------------------------------------------------------------------
 * Autocomplete.
 *------------------------------------------------------------------------------
 */
html.js input.form-autocomplete {
  background-position: 98% center; }

#autocomplete {
  min-height: 40px;
  border-bottom: 2px solid #E1E1E1; }
  #autocomplete ul {
    border: none; }
  #autocomplete li:hover {
    background-color: #E1E1E1; }
  #autocomplete a {
    line-height: 1.5em;
    font-size: 1.5em;
    text-align: center; }
    #autocomplete a:hover {
      color: #FFF; }

.field-type-taxonomy-term-reference {
  overflow: inherit; }

#field-pece-contributors-values #autocomplete {
  border: none; }
  #field-pece-contributors-values #autocomplete ul {
    padding: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

label {
  display: inherit; }

th label {
  display: inline;
  margin-left: 1em; }

.form-select {
  width: auto; }

.form-item {
  position: inherit; }

html.js input.form-autocomplete {
  background-position: 98% center; }

#autocomplete {
  min-height: 40px;
  border-bottom: 2px solid #E1E1E1; }
  #autocomplete ul {
    border: none; }
    #autocomplete ul li:hover {
      background-color: #E1E1E1; }
    #autocomplete ul li a {
      line-height: 1.5em;
      font-size: 1.5em;
      text-align: center; }
      #autocomplete ul li a:hover {
        color: #FFF; }

.field-type-taxonomy-term-reference {
  overflow: inherit; }

#field-pece-contributors-values #autocomplete {
  border: none; }
  #field-pece-contributors-values #autocomplete ul {
    padding: 0; }

.field-type-entityreference .form-type-textfield {
  position: relative; }

/*
 *------------------------------------------------------------------------------
 * User styles
 *------------------------------------------------------------------------------
 */
/*
 *------------------------------------------------------------------------------
 * User mini-teaser view mode styles
 *------------------------------------------------------------------------------
 */
.user-profile.view-mode-mini-teaser {
  margin: 0; }

/*
 *------------------------------------------------------------------------------
 * User thumbnail view mode styles
 *------------------------------------------------------------------------------
 */
.profile--thumbnail.view-mode-pece-thumbnail {
  position: absolute;
  left: 0;
  width: 70px;
  height: 70px;
  overflow: hidden; }
  .profile--thumbnail.view-mode-pece-thumbnail .icon {
    vertical-align: middle;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #7851A9; }
    .profile--thumbnail.view-mode-pece-thumbnail .icon .pece-thumbnail {
      background-color: #7851A9; }
    .profile--thumbnail.view-mode-pece-thumbnail .icon.image::before {
      content: "\f03e"; }

/*
 *------------------------------------------------------------------------------
 * Node styles
 *------------------------------------------------------------------------------
 */
/*
 *------------------------------------------------------------------------------
 * Page node styles
 *------------------------------------------------------------------------------
 */
.page-node #content h3 {
  border-bottom: 1px solid #000; }

.field-name-field-pece-authors {
  font-size: 18px;
  margin: 1rem 0; }

.pece-layouts-sidebar .user-profile {
  margin-bottom: 1rem; }

.node-pece-artifact-image .field-name-field-pece-media-image {
  position: relative;
  z-index: 20; }
  .node-pece-artifact-image .field-name-field-pece-media-image img {
    background-color: white; }

.node-pece-group .field-name-field-pece-media-image img {
  background-color: white; }

.node-pece-group .view-mode-mini-teaser .field-name-field-pece-media-image {
  position: absolute;
  top: 0;
  z-index: 20; }

.page-node-add .field-name-field-pece-authors {
  font-size: inherit;
  margin: inherit; }

.page-node-add .text-format-wrapper .description {
  font-size: 0.85em; }

/*
 *------------------------------------------------------------------------------
 * Node related icons
 *------------------------------------------------------------------------------
 */
/*
 *------------------------------------------------------------------------------
 * Node icon map.
 *------------------------------------------------------------------------------
 */
.node-pece-timeline-essay > .icon::before {
  content: ""; }

.node-pece-essay > .icon::before {
  content: ""; }

.node-pece-artifact-fieldnote > .icon::before {
  content: ""; }

.node-pece-artifact-bundle > .icon::before {
  content: ""; }

.node-pece-artifact-website > .icon::before {
  content: ""; }

.node-pece-artifact-pdf > .icon::before {
  content: ""; }

.node-pece-artifact-video > .icon::before {
  content: ""; }

.node-pece-artifact-audio > .icon::before {
  content: ""; }

.node-pece-artifact-text > .icon::before {
  content: ""; }

.node-pece-memo > .icon::before {
  content: ""; }

.node-pece-analytic > .icon::before {
  content: ""; }

.node-pece-annotation > .icon::before {
  content: ""; }

.node-pece-project > .icon::before {
  content: ""; }

.user-profile > .icon::before {
  content: ""; }

.node-pece-photo-essay > .icon::before {
  content: ""; }

.node-pece-artifact-image > .icon::before {
  content: ""; }

.node-pece-group > .icon::before {
  content: ""; }

i.pece_artifact_fieldnote::before {
  content: ""; }

i.pece_artifact_bundle::before {
  content: ""; }

i.pece_artifact_website::before {
  content: ""; }

i.pece_artifact_pdf::before {
  content: ""; }

i.pece_artifact_video::before {
  content: ""; }

i.pece_artifact_audio::before {
  content: ""; }

i.pece_artifact_text::before {
  content: ""; }

i.pece_memo::before {
  content: ""; }

i.pece_timeline_essay::before {
  content: ""; }

.field-name-field-pece-website-url {
  text-overflow: ellipsis;
  word-wrap: break-word; }

/*
 *------------------------------------------------------------------------------
 * PECE PDF node styles
 *------------------------------------------------------------------------------
 */
#pdf_reader {
  width: 100%; }

/*
 *------------------------------------------------------------------------------
 * PECE Group node styles
 *------------------------------------------------------------------------------
 */
/*
 *------------------------------------------------------------------------------
 * PECE Group node styles
 *------------------------------------------------------------------------------
 */
.view-mode-mini-teaser {
  font-size: 0; }
  .view-mode-mini-teaser h5 {
    font-size: 14px;
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    width: calc(100% - 70px); }
  .view-mode-mini-teaser > .content {
    display: inline-block;
    vertical-align: middle;
    width: 70px; }
  .view-mode-mini-teaser .field-type-image {
    position: absolute;
    z-index: 20;
    top: 0; }
    .view-mode-mini-teaser .field-type-image img {
      width: 70px;
      height: 70px;
      background-color: white; }
  .view-mode-mini-teaser .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #7851A9; }

/*
 *------------------------------------------------------------------------------
 * PECE Group node styles
 *------------------------------------------------------------------------------
 */
.view-mode-highlighted h5 a,
.view-mode-most-recent h5 a {
  word-wrap: break-word; }

.view-mode-highlighted .field-name-field-thumbnail,
.view-mode-highlighted .field-name-field-pece-media-image,
.view-mode-most-recent .field-name-field-thumbnail,
.view-mode-most-recent .field-name-field-pece-media-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  .view-mode-highlighted .field-name-field-thumbnail .file-image img,
  .view-mode-highlighted .field-name-field-pece-media-image .file-image img,
  .view-mode-most-recent .field-name-field-thumbnail .file-image img,
  .view-mode-most-recent .field-name-field-pece-media-image .file-image img {
    width: 120px;
    height: 120px;
    vertical-align: top; }

.view-mode-highlighted .icon,
.view-mode-most-recent .icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 0 auto;
  position: relative;
  background-color: #7851A9;
  vertical-align: middle; }
  .view-mode-highlighted .icon:before,
  .view-mode-most-recent .icon:before {
    font-size: 30px; }

.view-id-pece_group_essays .view-content .item-list ul li,
.view-id-pece_group_photo_essays .view-content .item-list ul li,
.view-pece-substantive-logic .view-content .item-list ul li,
.view-id-users_field_ref .view-content .item-list ul li,
.view-pece-projects .view-content .item-list ul li,
.has-mini-teaser .view-content .item-list ul li {
  list-style: none;
  margin-left: 0;
  border-bottom: 1px dotted #7851A9;
  margin: 0;
  padding: 15px 0; }

.field-name-og-group-ref li.field-item {
  list-style: none;
  margin-left: 0;
  border-bottom: 1px dotted #7851A9;
  margin: 0;
  padding: 15px 0; }
  .field-name-og-group-ref li.field-item a {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    padding: 0;
    margin: 20px 0 10px 0;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0; }

.view-mode-meta-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .view-mode-meta-content .icon {
    border: 2px solid;
    display: inline-block;
    color: #8D36AD;
    border-radius: 4px;
    min-width: 45px;
    height: 45px;
    margin-right: 1rem; }
    .view-mode-meta-content .icon::before {
      color: #8D36AD;
      line-height: 45px; }
  .view-mode-meta-content h5 {
    margin: 0;
    text-transform: inherit; }
    .view-mode-meta-content h5 a {
      color: #8D36AD;
      font-size: 17px; }

.pane-node-field-pece-artifacts .field-name-field-pece-artifacts .view-mode-meta-content {
  margin-bottom: 10px; }

/*
 *------------------------------------------------------------------------------
 * Video Artifact styles
 *------------------------------------------------------------------------------
 */
.node-type-pece-artifact-video .field-name-field-pece-media-video video {
  width: 100%; }

/*
 *------------------------------------------------------------------------------
 * PECE Teaser Viewmode Styles.
 *------------------------------------------------------------------------------
 */
.view-mode-teaser h5 a {
  word-wrap: break-word; }

.view-mode-teaser .field-name-field-pece-media-image,
.view-mode-teaser .field-name-field-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  .view-mode-teaser .field-name-field-pece-media-image img,
  .view-mode-teaser .field-name-field-thumbnail img {
    background-color: white; }
  .view-mode-teaser .field-name-field-pece-media-image .file-image img,
  .view-mode-teaser .field-name-field-thumbnail .file-image img {
    width: 120px;
    height: 120px;
    vertical-align: top; }

.view-mode-teaser .icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 0 auto;
  position: relative;
  background-color: #7851A9;
  vertical-align: middle; }
  .view-mode-teaser .icon:before {
    font-size: 30px; }

.node-type-pece-memo .pane-node-og-group-ref .field-label {
  text-transform: uppercase; }

.view-mode-mini-teaser.node-pece-photo-essay h5 {
  width: calc(100% - 200px); }
  @media (max-width: 767px) {
    .view-mode-mini-teaser.node-pece-photo-essay h5 {
      width: calc(100% - 70px); } }

/*
 *------------------------------------------------------------------------------
 * PECE Card node styles
 *------------------------------------------------------------------------------
 */
.view-mode-card.node-pece-annotation .field-type-entityreference {
  margin-bottom: 10px; }

.view-mode-card.node-pece-annotation .pece-struct-analytic-wrapper {
  margin: 0; }

.view-mode-card.node-pece-artifact-pdf h5 {
  display: inline-block;
  padding-left: 20px;
  margin: 0;
  vertical-align: middle; }

.view-mode-card.node-pece-artifact-pdf span {
  display: inline-block;
  width: calc(100% - 75px); }

.view-mode-card.node-pece-artifact-pdf .content {
  padding-top: 15px; }

.view-mode-card.node-pece-artifact-bundle .field-name-field-pece-artifacts.field-type-entityreference {
  margin-bottom: 10px; }

.view-mode-card .icon.image::before {
  display: none; }

.view-mode-card .icon.pdf {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px; }

.view-mode-card .file-image img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  float: none; }

.view-mode-card .field-name-field-pece-photo-essay-items > a {
  display: block;
  width: 100%; }

.view-mode-card > .icon {
  display: block;
  height: 120px;
  line-height: 120px;
  position: relative;
  background-color: #7851A9;
  vertical-align: middle;
  text-decoration: none; }
  .view-mode-card > .icon:before {
    font-size: 30px; }
  .view-mode-card > .icon.pdf:before {
    font-size: 18px; }

.view-mode-card .view-mode-meta-content .icon {
  background: none; }

.view-mode-card a.icon:hover {
  opacity: 0.8; }

.view-mode-card .more-link {
  display: block; }

.view-mode-card .field-name-field-pece-media-video {
  position: relative; }

.view-mode-card .field-name-field-pece-media-video::after {
  content: "";
  display: block;
  padding-top: 56.25%; }

.view-mode-card video {
  position: absolute;
  width: 100%;
  height: 100%; }

.view-mode-card .button {
  display: block;
  width: 100%; }

/*
 *------------------------------------------------------------------------------
 * PECE Biblio node styles
 *------------------------------------------------------------------------------
 */
#biblio-header #edit-filters {
  margin-bottom: 12px; }

#biblio-header ul.secondary {
  padding: .5em 0; }
  @media (min-width: 480px) {
    #biblio-header ul.secondary {
      padding: .5em 1em; } }
  #biblio-header ul.secondary li {
    border: none;
    border-left: 1px solid #999999; }
    #biblio-header ul.secondary li:first-child {
      border: none; }

#biblio-search-form {
  margin-bottom: 10px; }

.biblio-export {
  float: none;
  padding: 10px 0; }
  @media (min-width: 480px) {
    .biblio-export {
      float: right; } }

.biblio-current-filters {
  background-color: #f9f9f9;
  border: 1px solid #eeeeee;
  padding: 15px;
  margin-bottom: 10px; }

.biblio-alpha-line {
  display: inherit; }

.node-biblio table td, .node-biblio table p {
  font-size: 14px; }

/*
 *------------------------------------------------------------------------------
 * Views styles
 *------------------------------------------------------------------------------
 */
.view-tag-term .views-row > div {
  margin-bottom: 2rem; }

.view-tag-term .views-row .node::before {
  color: #999999;
  text-align: right;
  font-family: "FontAwesome";
  width: 100%;
  padding: 2px 4px;
  border-bottom: 1px solid #eeeeee; }

.view-tag-term .views-row .node.node-pece-essay::before {
  content: ""; }

.view-tag-term .views-row .node.node-pece-artifact-fieldnote::before {
  content: ""; }

.view-tag-term .views-row .node.node-pece-artifact-bundle::before {
  content: ""; }

.view-tag-term .views-row .node.node-pece-artifact-website::before {
  content: ""; }

.view-tag-term .views-row .node.node-pece-artifact-pdf::before {
  content: ""; }

.view-tag-term .views-row .node.node-pece-artifact-video::before {
  content: ""; }

.view-tag-term .views-row .node.node-pece-artifact-audio::before {
  content: ""; }

.view-tag-term .views-row .node.node-pece-artifact-text::before {
  content: ""; }

.view-tag-term .views-row .node.node-pece-memo::before {
  content: ""; }

.view-tag-term .views-row .node.node-pece-analytic::before {
  content: ""; }

.view-tag-term .views-row .node.node-pece-annotation::before {
  content: ""; }

.view-tag-term .views-row .node.node-pece-project::before {
  content: ""; }

.view-tag-term .views-row .node.user-profile::before {
  content: ""; }

.view-tag-term .views-row .node.node-pece-photo-essay::before {
  content: ""; }

.view-tag-term .views-row .node.node-pece-artifact-image::before {
  content: ""; }

.view-tag-term .views-row .node.node-pece-group::before {
  content: ""; }

.view-tag-term .views-row .node.node-pece-timeline-essay::before {
  content: ""; }

.view-tag-term .views-row .node h3 {
  margin-top: 10px; }

.view-tag-term .views-row.masonry-item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f6f6f2;
  border: 1px solid #DDD;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px; }
  @media (min-width: 1200px) {
    .view-tag-term .views-row.masonry-item {
      float: left;
      width: 32.41667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .view-tag-term .views-row.masonry-item {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) {
    .view-tag-term .views-row.masonry-item {
      float: left;
      width: 48.25%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .view-tag-term .views-row.masonry-item {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .view-tag-term .views-row.masonry-item {
      float: left;
      width: 31.91667%; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .view-tag-term .views-row.masonry-item {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      margin: 0 0 10px; } }
  .view-tag-term .views-row.masonry-item audio {
    width: 100%; }

.view-tag-term .views-row .view-mode-card.node-pece-artifact-pdf h5 {
  font-size: 21px;
  padding-left: inherit; }

.view-tag-term .views-row .view-mode-card.node-pece-artifact-pdf span {
  display: inherit;
  width: auto; }

.view-tag-term .views-row .view-mode-card.node-pece-artifact-pdf .content {
  padding-top: inherit; }

.view-tag-term .views-row .view-mode-card.node-pece-artifact-pdf .icon.pdf {
  display: none; }

.view-tag-term .views-row .view-mode-card.node-pece-annotation h3 {
  text-overflow: ellipsis;
  overflow: hidden; }

.view-tag-term .views-row .view-mode-card.node-pece-annotation .node::before {
  border: none;
  content: none; }

.view-tag-term .views-row .view-mode-card.node-pece-essay .button {
  width: auto; }

.page-dashboard .pece-layouts-content {
  padding-left: 0; }

.view-id-pece_my_noted_artifacts li.views-row,
.view-id-pece_my_analytics li.views-row,
.view-pece-my-biblio-items li.views-row,
.view-id-pece_my_projects li.views-row,
.view-pece-my-fieldsites li.views-row,
.view-id-pece_my_groups li.views-row {
  vertical-align: middle;
  border-bottom: 1px dotted #7851A9;
  margin: 0;
  list-style: none;
  display: inline-block;
  padding: 1rem 0;
  width: 100%; }
  .view-id-pece_my_noted_artifacts li.views-row > div,
  .view-id-pece_my_analytics li.views-row > div,
  .view-pece-my-biblio-items li.views-row > div,
  .view-id-pece_my_projects li.views-row > div,
  .view-pece-my-fieldsites li.views-row > div,
  .view-id-pece_my_groups li.views-row > div {
    display: inline; }
    .view-id-pece_my_noted_artifacts li.views-row > div::before,
    .view-id-pece_my_analytics li.views-row > div::before,
    .view-pece-my-biblio-items li.views-row > div::before,
    .view-id-pece_my_projects li.views-row > div::before,
    .view-pece-my-fieldsites li.views-row > div::before,
    .view-id-pece_my_groups li.views-row > div::before {
      background-color: #7851A9;
      vertical-align: middle;
      margin-right: 1em;
      line-height: 70px;
      display: inline-block;
      opacity: 1;
      width: 70px; }

.view-pece-my-biblio-items li > div::before {
  content: '\f02d'; }

.view-pece-my-fieldsites li > div::before {
  content: '\f041'; }

.view-id-pece_my_groups li > div::before {
  content: '\f0c0'; }

.view-id-pece_my_projects li > div::before {
  content: '\f0e8'; }

.view-id-pece_my_noted_artifacts li > div::before {
  content: '\f24a'; }

.view-id-pece_my_analytics li > div::before {
  content: '\f059'; }

.pane-pece-dashboard-dashboard-add-content .item-list ul li {
  margin-left: 0;
  list-style: none;
  text-transform: capitalize; }

.dashboard-artifact-submenu ul {
  display: none;
  padding-left: 0.5em; }

.dashboard-artifact-submenu .dashboard-artifact-toggle::before {
  transition: all 400ms;
  content: "\f0da";
  display: inline-block;
  width: auto;
  margin-right: 0.25em;
  text-align: left;
  color: #7851A9; }

.dashboard-artifact-submenu .dashboard-artifact-toggle.opened::before {
  transform: rotate(90deg); }

.dashboard-artifact-submenu .dashboard-artifact-item {
  font-size: 0.8em; }

/*
 *------------------------------------------------------------------------------
 * Annotations view styles
 *------------------------------------------------------------------------------
 */
.view-display-id-pece_user_artifact_annotations > .view-content > .views-row .views-field-field-pece-struct-analytics .field-content .item-list, .view-display-id-pece_question_annotations .field-name-field-pece-struct-analytics,
.view-display-id-pece_question_artifact_annotions .field-name-field-pece-struct-analytics, .pane-node-field-pece-struct-analytics {
  margin: 0; }
  .view-display-id-pece_user_artifact_annotations > .view-content > .views-row .views-field-field-pece-struct-analytics .field-content .item-list ul, .view-display-id-pece_question_annotations .field-name-field-pece-struct-analytics ul,
  .view-display-id-pece_question_artifact_annotions .field-name-field-pece-struct-analytics ul, .pane-node-field-pece-struct-analytics ul {
    list-style: none; }
    .view-display-id-pece_user_artifact_annotations > .view-content > .views-row .views-field-field-pece-struct-analytics .field-content .item-list ul li, .view-display-id-pece_question_annotations .field-name-field-pece-struct-analytics ul li,
    .view-display-id-pece_question_artifact_annotions .field-name-field-pece-struct-analytics ul li, .pane-node-field-pece-struct-analytics ul li {
      display: inline-block;
      margin: 0 .2rem 0 0; }
      .view-display-id-pece_user_artifact_annotations > .view-content > .views-row .views-field-field-pece-struct-analytics .field-content .item-list ul li a, .view-display-id-pece_question_annotations .field-name-field-pece-struct-analytics ul li a,
      .view-display-id-pece_question_artifact_annotions .field-name-field-pece-struct-analytics ul li a, .pane-node-field-pece-struct-analytics ul li a {
        border: 1px solid #7851A9;
        color: #7851A9;
        background: none; }
        .view-display-id-pece_user_artifact_annotations > .view-content > .views-row .views-field-field-pece-struct-analytics .field-content .item-list ul li a:hover, .view-display-id-pece_question_annotations .field-name-field-pece-struct-analytics ul li a:hover,
        .view-display-id-pece_question_artifact_annotions .field-name-field-pece-struct-analytics ul li a:hover, .pane-node-field-pece-struct-analytics ul li a:hover {
          background-color: #7851A9; }

.node-type-pece-analytic h1,
.page-annotations-user h1,
.page-annotions-question h1 {
  text-transform: none; }

.view-display-id-pece_user_artifact_annotations > .view-content > .views-row + .views-row > .views-row-inner,
.view-display-id-pece_question_artifact_annotions > .view-content > .views-row + .views-row > .views-row-inner,
.view-display-id-pece_question_annotations > .view-content > .views-row + .views-row > .views-row-inner {
  margin-top: 1em;
  border-top: 2px dotted #ddd; }

.view-display-id-pece_user_artifact_annotations > .view-content > .views-row > .views-row-inner,
.view-display-id-pece_question_artifact_annotions > .view-content > .views-row > .views-row-inner,
.view-display-id-pece_question_annotations > .view-content > .views-row > .views-row-inner {
  padding-top: 2em; }

.view-display-id-pece_user_artifact_annotations > .view-content > .views-row .field-name-body,
.view-display-id-pece_question_artifact_annotions > .view-content > .views-row .field-name-body,
.view-display-id-pece_question_annotations > .view-content > .views-row .field-name-body {
  margin-top: 1em; }

.view-display-id-pece_user_artifact_annotations > .view-content > .views-row h2,
.view-display-id-pece_question_artifact_annotions > .view-content > .views-row h2,
.view-display-id-pece_question_annotations > .view-content > .views-row h2 {
  display: inline-block;
  margin: 10px;
  text-transform: none; }
  .view-display-id-pece_user_artifact_annotations > .view-content > .views-row h2 + div,
  .view-display-id-pece_question_artifact_annotions > .view-content > .views-row h2 + div,
  .view-display-id-pece_question_annotations > .view-content > .views-row h2 + div {
    display: inline-block;
    margin-left: 1em;
    padding: 0 1em;
    background-color: #E2E2E2; }
    .view-display-id-pece_user_artifact_annotations > .view-content > .views-row h2 + div a,
    .view-display-id-pece_question_artifact_annotions > .view-content > .views-row h2 + div a,
    .view-display-id-pece_question_annotations > .view-content > .views-row h2 + div a {
      color: #7851A9; }

.view-display-id-pece_user_artifact_annotations .views-exposed-widgets,
.view-display-id-pece_question_artifact_annotions .views-exposed-widgets,
.view-display-id-pece_question_annotations .views-exposed-widgets {
  margin-left: -15px;
  margin-right: -15px; }
  .view-display-id-pece_user_artifact_annotations .views-exposed-widgets:before, .view-display-id-pece_user_artifact_annotations .views-exposed-widgets:after,
  .view-display-id-pece_question_artifact_annotions .views-exposed-widgets:before,
  .view-display-id-pece_question_artifact_annotions .views-exposed-widgets:after,
  .view-display-id-pece_question_annotations .views-exposed-widgets:before,
  .view-display-id-pece_question_annotations .views-exposed-widgets:after {
    content: " ";
    display: table; }
  .view-display-id-pece_user_artifact_annotations .views-exposed-widgets:after,
  .view-display-id-pece_question_artifact_annotions .views-exposed-widgets:after,
  .view-display-id-pece_question_annotations .views-exposed-widgets:after {
    clear: both; }

.view-display-id-pece_user_artifact_annotations #edit-uid-wrapper,
.view-display-id-pece_question_artifact_annotions #edit-uid-wrapper,
.view-display-id-pece_question_annotations #edit-uid-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .view-display-id-pece_user_artifact_annotations #edit-uid-wrapper,
    .view-display-id-pece_question_artifact_annotions #edit-uid-wrapper,
    .view-display-id-pece_question_annotations #edit-uid-wrapper {
      float: left;
      width: 25%; } }
  @media (min-width: 768px) {
    .view-display-id-pece_user_artifact_annotations #edit-uid-wrapper,
    .view-display-id-pece_question_artifact_annotions #edit-uid-wrapper,
    .view-display-id-pece_question_annotations #edit-uid-wrapper {
      float: left;
      width: 33.33333%; } }

.view-display-id-pece_user_artifact_annotations #edit-artifact-wrapper,
.view-display-id-pece_question_artifact_annotions #edit-artifact-wrapper,
.view-display-id-pece_question_annotations #edit-artifact-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .view-display-id-pece_user_artifact_annotations #edit-artifact-wrapper,
    .view-display-id-pece_question_artifact_annotions #edit-artifact-wrapper,
    .view-display-id-pece_question_annotations #edit-artifact-wrapper {
      float: left;
      width: 58.33333%; } }
  @media (min-width: 768px) {
    .view-display-id-pece_user_artifact_annotations #edit-artifact-wrapper,
    .view-display-id-pece_question_artifact_annotions #edit-artifact-wrapper,
    .view-display-id-pece_question_annotations #edit-artifact-wrapper {
      float: left;
      width: 50%; } }

.view-display-id-pece_user_artifact_annotations .views-submit-button,
.view-display-id-pece_question_artifact_annotions .views-submit-button,
.view-display-id-pece_question_annotations .views-submit-button {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .view-display-id-pece_user_artifact_annotations .views-submit-button,
    .view-display-id-pece_question_artifact_annotions .views-submit-button,
    .view-display-id-pece_question_annotations .views-submit-button {
      float: left;
      width: 16.66667%; } }

.view-display-id-pece_user_artifact_annotations .views-field-edit-node,
.view-display-id-pece_question_artifact_annotions .views-field-edit-node,
.view-display-id-pece_question_annotations .views-field-edit-node {
  margin: 1rem 0; }

.view-display-id-pece_user_artifact_annotations .views-field-edit-node a,
.view-display-id-pece_question_artifact_annotions .views-field-edit-node a,
.view-display-id-pece_question_annotations .views-field-edit-node a {
  border: 1px solid #bbb;
  display: inline-block;
  padding: 1rem 1.75rem; }
  .view-display-id-pece_user_artifact_annotations .views-field-edit-node a::before,
  .view-display-id-pece_question_artifact_annotions .views-field-edit-node a::before,
  .view-display-id-pece_question_annotations .views-field-edit-node a::before {
    font-family: "FontAwesome";
    content: "\f040";
    padding-right: 10px; }

.view-display-id-pece_user_artifact_annotations .views-field-edit-node a:hover,
.view-display-id-pece_question_artifact_annotions .views-field-edit-node a:hover,
.view-display-id-pece_question_annotations .views-field-edit-node a:hover {
  text-decoration: none;
  background-color: #eee; }

.view-display-id-pece_user_artifact_annotations .view-footer,
.view-display-id-pece_question_artifact_annotions .view-footer,
.view-display-id-pece_question_annotations .view-footer {
  margin-top: 2rem; }

.view-display-id-pece_user_artifact_annotations .views-field-field-pece-tags-1,
.view-display-id-pece_question_artifact_annotions .views-field-field-pece-tags-1,
.view-display-id-pece_question_annotations .views-field-field-pece-tags-1 {
  margin-top: 1rem; }

.view-display-id-pece_question_artifact_annotions .views-row-inner,
.view-display-id-pece_question_annotations .views-row-inner {
  position: relative;
  padding-left: 10rem; }

.view-display-id-pece_question_artifact_annotions .views-field-name,
.view-display-id-pece_question_annotations .views-field-name {
  text-transform: capitalize; }

.view-display-id-pece_question_artifact_annotions .view-footer a,
.view-display-id-pece_question_annotations .view-footer a {
  text-align: right; }

.page-annotions-question-artifact .views-field-artifact-meta-content,
.view-display-id-pece_user_artifact_annotations .views-field-artifact-meta-content,
.view-display-id-pece_question_annotations .views-field-artifact-meta-content,
.view-display-id-pece_question_artifact_annotions .views-field-artifact-meta-content {
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
  border: 1px solid #eeeeee;
  display: -ms-flexbox;
  display: flex;
  margin: 1.25rem 0;
  padding: 1.25rem 1.5rem; }
  .page-annotions-question-artifact .views-field-artifact-meta-content > span,
  .view-display-id-pece_user_artifact_annotations .views-field-artifact-meta-content > span,
  .view-display-id-pece_question_annotations .views-field-artifact-meta-content > span,
  .view-display-id-pece_question_artifact_annotions .views-field-artifact-meta-content > span {
    color: #555555;
    display: block;
    font-style: italic;
    margin-right: 2rem; }
    .page-annotions-question-artifact .views-field-artifact-meta-content > span::before,
    .view-display-id-pece_user_artifact_annotations .views-field-artifact-meta-content > span::before,
    .view-display-id-pece_question_annotations .views-field-artifact-meta-content > span::before,
    .view-display-id-pece_question_artifact_annotions .views-field-artifact-meta-content > span::before {
      content: '↩';
      display: inline-block;
      margin-right: 1rem; }

.page-annotations-user-artifact h1 {
  margin-left: 90px;
  position: absolute;
  line-height: 10px;
  top: 30px;
  text-transform: capitalize; }

.view-display-id-pece_user_artifact_annotations .views-field-picture {
  height: 70px;
  width: 70px; }
  .view-display-id-pece_user_artifact_annotations .views-field-picture::before {
    height: 70px;
    width: 70px;
    background-color: #7851A9;
    content: "";
    color: #eeeeee;
    font-family: 'FontAwesome';
    font-size: 2rem;
    line-height: 7rem;
    position: absolute;
    text-align: center;
    z-index: -1; }

.view-display-id-pece_user_artifact_annotations .views-field-artifact-meta-content {
  margin: 3rem 0 1.25rem; }

.view-display-id-pece_user_artifact_annotations > .view-content > .views-row h2 {
  margin: 10px 0; }

.view-display-id-pece_user_artifact_annotations > .view-content > .views-row h2 + div {
  display: block;
  margin: 1rem 0;
  padding: 0;
  background: none; }
  .view-display-id-pece_user_artifact_annotations > .view-content > .views-row h2 + div h2 {
    padding: .5em;
    background-color: #E2E2E2; }

.view-display-id-pece_question_annotations .views-field-picture,
.view-display-id-pece_question_artifact_annotions .views-field-picture {
  float: left;
  margin-left: -90px;
  height: 70px;
  width: 70px; }
  .view-display-id-pece_question_annotations .views-field-picture::before,
  .view-display-id-pece_question_artifact_annotions .views-field-picture::before {
    height: 70px;
    width: 70px;
    background-color: #7851A9;
    content: "";
    color: #eeeeee;
    font-family: 'FontAwesome';
    font-size: 2rem;
    line-height: 7rem;
    position: absolute;
    text-align: center;
    z-index: -1; }
  .view-display-id-pece_question_annotations .views-field-picture .field-content,
  .view-display-id-pece_question_artifact_annotions .views-field-picture .field-content {
    height: 70px;
    width: 70px; }

/*
 *------------------------------------------------------------------------------
 * Field diary view styles
 *------------------------------------------------------------------------------
 */
.view-id-pece_user_field_diary ul,
.view-id-pece_group_field_diary ul {
  list-style: none; }
  .view-id-pece_user_field_diary ul li,
  .view-id-pece_group_field_diary ul li {
    margin-left: 0; }

.view-id-pece_user_field_diary .field-name-body,
.view-id-pece_group_field_diary .field-name-body {
  display: inline; }
  .view-id-pece_user_field_diary .field-name-body p,
  .view-id-pece_group_field_diary .field-name-body p {
    display: inline; }

.view-id-pece_user_field_diary .read-more,
.view-id-pece_group_field_diary .read-more {
  display: inline; }

.view-id-pece_user_field_diary .fieldnote-diary-row,
.view-id-pece_user_field_diary .views-row-odd,
.view-id-pece_user_field_diary .views-row-even,
.view-id-pece_group_field_diary .fieldnote-diary-row,
.view-id-pece_group_field_diary .views-row-odd,
.view-id-pece_group_field_diary .views-row-even {
  margin-bottom: 30px; }

.view-id-pece_user_field_diary .views-field-created,
.view-id-pece_group_field_diary .views-field-created {
  font-weight: bold;
  color: #7851A9; }

.view-pece-structured-analytics .views-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

.view-pece-structured-analytics i {
  height: 70px;
  min-width: 70px;
  background-color: #7851A9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px; }
  .view-pece-structured-analytics i::before {
    content: '\f059';
    font-family: "FontAwesome";
    font-size: 18px; }

.view-pece-structured-analytics .taxonomy-term h2 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none; }

.view-pece-structured-analytics .taxonomy-term h2 a {
  text-transform: initial;
  display: inline-block; }
  .view-pece-structured-analytics .taxonomy-term h2 a::first-letter {
    text-transform: uppercase; }

.view-pece-structured-analytics .taxonomy-term-description {
  margin-bottom: 0; }
  .view-pece-structured-analytics .taxonomy-term-description p {
    margin-bottom: 0;
    padding: 0; }

/*
 *------------------------------------------------------------------------------
 * Page Manager Pages styles
 *------------------------------------------------------------------------------
 */
.view-pece-repository .reference-autocomplete {
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  color: black; }

.view-pece-repository .view-filters {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .view-pece-repository .view-filters {
      float: left;
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .view-pece-repository .view-filters {
      float: left;
      width: 25%; } }

.view-pece-repository .biblio-link {
  margin-top: 0; }

.view-pece-repository .views-exposed-form {
  margin-bottom: 2rem; }

.view-pece-repository .views-exposed-widget > label {
  font-size: 2.1rem; }

.view-pece-repository .views-widget-filter-title {
  float: none; }

.view-pece-repository div.view-filters {
  float: right; }

@media (min-width: 768px) {
  .view-pece-repository .item-list ul.pager {
    margin-right: 33.33333%; } }

@media (min-width: 992px) {
  .view-pece-repository .item-list ul.pager {
    margin-right: 25%; } }

.view-pece-repository .view-content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .view-pece-repository .view-content {
      float: left;
      width: 66.66667%; } }
  @media (min-width: 992px) {
    .view-pece-repository .view-content {
      float: left;
      width: 75%; } }
  .view-pece-repository .view-content > div {
    margin-left: -15px;
    margin-right: -15px; }
    .view-pece-repository .view-content > div:before, .view-pece-repository .view-content > div:after {
      content: " ";
      display: table; }
    .view-pece-repository .view-content > div:after {
      clear: both; }
  .view-pece-repository .view-content .views-row {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    list-style: none;
    display: inline-block;
    float: none !important;
    margin: 0 0 20px -5px;
    vertical-align: top; }
    @media (min-width: 768px) {
      .view-pece-repository .view-content .views-row {
        float: left;
        width: 33.33333%; } }
    @media (min-width: 992px) {
      .view-pece-repository .view-content .views-row {
        float: left;
        width: 25%; } }
  .view-pece-repository .view-content img {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    overflow: hidden;
    object-fit: cover; }
  .view-pece-repository .view-content .views-field-title {
    color: #7851A9;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 1rem 0 2rem 0; }

.page-home .item-list ul li {
  margin: 0; }
  .page-home .item-list ul li img {
    width: 100%;
    height: auto;
    vertical-align: top; }

.page-home .pane-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 6px;
  padding-right: 6px; }
  .page-home .pane-content:before, .page-home .pane-content:after {
    content: " ";
    display: table; }
  .page-home .pane-content:after {
    clear: both; }
  .page-home .pane-content .view {
    margin-left: -6px;
    margin-right: -6px;
    text-align: center; }
    .page-home .pane-content .view:before, .page-home .pane-content .view:after {
      content: " ";
      display: table; }
    .page-home .pane-content .view:after {
      clear: both; }
    .page-home .pane-content .view ul li {
      list-style-type: none; }
  .page-home .pane-content .pane-pece-recent-essays-panel-pane-featured {
    margin: 0; }

.page-home .view-id-frontpage_image_slider .view-content {
  margin: 0; }

.page-home .view-id-frontpage_image_slider .views-row {
  padding: 0 !important; }

.page-home .view-id-frontpage_image_slider img {
  width: 100%; }

.page-home .view-id-frontpage_image_slider.view-display-id-slideshow_front_short .views-row-inner {
  position: relative; }

.page-home .view-id-frontpage_image_slider.view-display-id-slideshow_front_short .views-field-field-pece-slideshow-img-link {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  border-bottom: inset 2px #999999;
  width: 100%;
  padding: 5px 0; }

.page-home #main-content {
  padding: 0;
  font-size: 18px; }
  .page-home #main-content .pane-tagclouds-3 {
    text-align: center; }
    .page-home #main-content .pane-tagclouds-3 .pane-content {
      width: 80%;
      margin: 0 auto;
      text-align: center; }
    .page-home #main-content .pane-tagclouds-3 span {
      padding: 0 12px; }
    .page-home #main-content .pane-tagclouds-3 .more-link {
      display: none; }
  .page-home #main-content .pece-douby-double .pane-title {
    margin: 0 0 30px;
    text-align: center; }
  .page-home #main-content .pece-douby-double .pane-pece-about-about {
    padding: 20px 0 0; }
    .page-home #main-content .pece-douby-double .pane-pece-about-about a.read-more {
      float: right; }
  .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-1 .view ul li,
  .page-home #main-content .pece-douby-double .pane-pece-recent-artifacts-artifatcs-front-pane .view ul li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 1200px) {
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-1 .view ul li,
      .page-home #main-content .pece-douby-double .pane-pece-recent-artifacts-artifatcs-front-pane .view ul li {
        float: left;
        width: 16.66667%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-1 .view ul li,
      .page-home #main-content .pece-douby-double .pane-pece-recent-artifacts-artifatcs-front-pane .view ul li {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) {
    .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-1 .view ul li,
    .page-home #main-content .pece-douby-double .pane-pece-recent-artifacts-artifatcs-front-pane .view ul li {
      float: left;
      width: 16.66667%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-1 .view ul li,
      .page-home #main-content .pece-douby-double .pane-pece-recent-artifacts-artifatcs-front-pane .view ul li {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-1 .view ul li,
    .page-home #main-content .pece-douby-double .pane-pece-recent-artifacts-artifatcs-front-pane .view ul li {
      float: left;
      width: 16.66667%; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-1 .view ul li,
      .page-home #main-content .pece-douby-double .pane-pece-recent-artifacts-artifatcs-front-pane .view ul li {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px; } }
  .page-home #main-content .pece-douby-double .pane-tagclouds-3,
  .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-featured,
  .page-home #main-content .pece-douby-double .pane-pece-recent-essays-random-featured {
    padding: 1em; }
  .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-featured,
  .page-home #main-content .pece-douby-double .pane-pece-recent-essays-random-featured {
    border: 1px dotted #999999;
    background-color: #eeeeee;
    margin-bottom: 20px; }
    .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-featured .node-pece-essay,
    .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-featured .node-pece-photo-essay,
    .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-featured .node-pece-timeline-essay,
    .page-home #main-content .pece-douby-double .pane-pece-recent-essays-random-featured .node-pece-essay,
    .page-home #main-content .pece-douby-double .pane-pece-recent-essays-random-featured .node-pece-photo-essay,
    .page-home #main-content .pece-douby-double .pane-pece-recent-essays-random-featured .node-pece-timeline-essay {
      text-align: left; }
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-featured .node-pece-essay h3,
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-featured .node-pece-photo-essay h3,
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-featured .node-pece-timeline-essay h3,
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-random-featured .node-pece-essay h3,
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-random-featured .node-pece-photo-essay h3,
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-random-featured .node-pece-timeline-essay h3 {
        margin: 0 0 20px; }
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-featured .node-pece-essay .more-link,
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-featured .node-pece-photo-essay .more-link,
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-featured .node-pece-timeline-essay .more-link,
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-random-featured .node-pece-essay .more-link,
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-random-featured .node-pece-photo-essay .more-link,
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-random-featured .node-pece-timeline-essay .more-link {
        display: block;
        margin-left: 20px; }
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-featured .node-pece-essay .image,
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-featured .node-pece-photo-essay .image,
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-featured .node-pece-timeline-essay .image,
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-random-featured .node-pece-essay .image,
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-random-featured .node-pece-photo-essay .image,
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-random-featured .node-pece-timeline-essay .image {
        float: left;
        margin-right: 20px; }
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-featured .node-pece-essay.no-desc,
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-featured .node-pece-photo-essay.no-desc,
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-featured .node-pece-timeline-essay.no-desc,
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-random-featured .node-pece-essay.no-desc,
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-random-featured .node-pece-photo-essay.no-desc,
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-random-featured .node-pece-timeline-essay.no-desc {
        text-align: inherit; }
        .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-featured .node-pece-essay.no-desc .image,
        .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-featured .node-pece-photo-essay.no-desc .image,
        .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-featured .node-pece-timeline-essay.no-desc .image,
        .page-home #main-content .pece-douby-double .pane-pece-recent-essays-random-featured .node-pece-essay.no-desc .image,
        .page-home #main-content .pece-douby-double .pane-pece-recent-essays-random-featured .node-pece-photo-essay.no-desc .image,
        .page-home #main-content .pece-douby-double .pane-pece-recent-essays-random-featured .node-pece-timeline-essay.no-desc .image {
          float: none;
          margin: auto; }
  .page-home #main-content .pece-douby-double .pane-pece-about-about-pece-summary {
    padding: 1em; }
    .page-home #main-content .pece-douby-double .pane-pece-about-about-pece-summary a.read-more {
      float: right; }
  .page-home #main-content .pece-douby-double .pece-layouts-sidebar .user-profile {
    margin: 0; }
  .page-home #main-content .pece-douby-double .pece-layouts-sidebartop .ui-tabs .ui-tabs-panel {
    padding-top: none !important; }
  .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-1 .more-link,
  .page-home #main-content .pece-douby-double .pane-pece-recent-artifacts-artifatcs-front-pane .more-link,
  .page-home #main-content .pece-douby-double .pane-pece-users-users-front-pane .more-link,
  .page-home #main-content .pece-douby-double .pane-pece-recent-groups-groups-front-pane .more-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 10px 0 0; }
    .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-1 .more-link a,
    .page-home #main-content .pece-douby-double .pane-pece-recent-artifacts-artifatcs-front-pane .more-link a,
    .page-home #main-content .pece-douby-double .pane-pece-users-users-front-pane .more-link a,
    .page-home #main-content .pece-douby-double .pane-pece-recent-groups-groups-front-pane .more-link a {
      margin: 0; }
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-1 .more-link a::after,
      .page-home #main-content .pece-douby-double .pane-pece-recent-artifacts-artifatcs-front-pane .more-link a::after,
      .page-home #main-content .pece-douby-double .pane-pece-users-users-front-pane .more-link a::after,
      .page-home #main-content .pece-douby-double .pane-pece-recent-groups-groups-front-pane .more-link a::after {
        content: "\f061";
        vertical-align: text-bottom; }
      .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-1 .more-link a:hover, .page-home #main-content .pece-douby-double .pane-pece-recent-essays-panel-pane-1 .more-link a:hover::after,
      .page-home #main-content .pece-douby-double .pane-pece-recent-artifacts-artifatcs-front-pane .more-link a:hover,
      .page-home #main-content .pece-douby-double .pane-pece-recent-artifacts-artifatcs-front-pane .more-link a:hover::after,
      .page-home #main-content .pece-douby-double .pane-pece-users-users-front-pane .more-link a:hover,
      .page-home #main-content .pece-douby-double .pane-pece-users-users-front-pane .more-link a:hover::after,
      .page-home #main-content .pece-douby-double .pane-pece-recent-groups-groups-front-pane .more-link a:hover,
      .page-home #main-content .pece-douby-double .pane-pece-recent-groups-groups-front-pane .more-link a:hover::after {
        font-size: bolder; }
  .page-home #main-content .pece-douby-double .pane-pece-about-about-pece-summary .pece-logo {
    float: left;
    margin-right: 20px; }
  .page-home #main-content .pece-douby-double .pane-tagclouds-3 {
    font-size: 18px; }
    .page-home #main-content .pece-douby-double .pane-tagclouds-3 .pane-content {
      width: 90%; }
  .page-home #main-content .pece-single-column .pane-title {
    margin: 0 0 80px;
    text-align: center; }
  .page-home #main-content .pece-single-column .pane-content .view ul li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .page-home #main-content .pece-single-column .pane-content .view ul li:first-child {
        margin-left: 8.33333%; } }
    @media (min-width: 1200px) {
      .page-home #main-content .pece-single-column .pane-content .view ul li {
        float: left;
        width: 16.66667%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .page-home #main-content .pece-single-column .pane-content .view ul li {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) {
    .page-home #main-content .pece-single-column .pane-content .view ul li:first-child {
      margin-left: 8.33333%; } }
  @media (min-width: 992px) and (max-width: 1199px) and (min-width: 992px) {
    .page-home #main-content .pece-single-column .pane-content .view ul li {
      float: left;
      width: 16.66667%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .page-home #main-content .pece-single-column .pane-content .view ul li {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .page-home #main-content .pece-single-column .pane-content .view ul li:first-child {
      margin-left: 8.33333%; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
    .page-home #main-content .pece-single-column .pane-content .view ul li {
      float: left;
      width: 16.66667%; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .page-home #main-content .pece-single-column .pane-content .view ul li {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px; } }
  .page-home #main-content .pece-single-column .pane-pece-recent-groups-panel-pane-1,
  .page-home #main-content .pece-single-column .pane-tagclouds-3 {
    background-color: #eeeeee; }
  .page-home #main-content .pece-single-column .pane-pece-recent-artifacts-panel-pane-1 {
    background-color: #f9f9f9; }
  .page-home #main-content .pece-single-column .pane-pece-recent-groups-panel-pane-1,
  .page-home #main-content .pece-single-column .pane-pece-recent-artifacts-panel-pane-1,
  .page-home #main-content .pece-single-column .pane-tagclouds-3 {
    padding: 80px 0; }
    .page-home #main-content .pece-single-column .pane-pece-recent-groups-panel-pane-1 ul,
    .page-home #main-content .pece-single-column .pane-pece-recent-artifacts-panel-pane-1 ul,
    .page-home #main-content .pece-single-column .pane-tagclouds-3 ul {
      margin: 0; }
  .page-home #main-content .pece-single-column .pane-tagclouds-3 {
    font-size: 24px; }

.page-taxonomy h1#page-title::before {
  content: "\f02c";
  color: #555555;
  font-family: "FontAwesome";
  font-size: 30px;
  margin-right: 10px; }

.view-id-pece_question_term ul {
  list-style: none; }
  .view-id-pece_question_term ul li {
    margin-bottom: 2rem; }
  .view-id-pece_question_term ul h2 a {
    text-transform: initial;
    display: inline-block; }
    .view-id-pece_question_term ul h2 a::first-letter {
      text-transform: uppercase; }

body {
  background-image: none; }
  body.maintenance-page {
    margin: 0; }
  body #page .pece-docs-wrapper {
    position: fixed;
    bottom: 0;
    z-index: 999999; }
    body #page .pece-docs-wrapper .pece-docs {
      padding: 0 15px; }
      body #page .pece-docs-wrapper .pece-docs a {
        background-color: rgba(255, 255, 255, 0.9);
        padding: 5px;
        line-height: 2em;
        border-radius: 8px 8px 0 0; }

/*
 *------------------------------------------------------------------------------
 * Panels styles
 *------------------------------------------------------------------------------
 */
/*
 *------------------------------------------------------------------------------
 * Annotate link pane styles
 *------------------------------------------------------------------------------
 */
/*
 *------------------------------------------------------------------------------
 * Essay link pane styles
 *------------------------------------------------------------------------------
 */
.packery-layout .essay-link {
  display: block;
  width: 100%; }

/*
 *------------------------------------------------------------------------------
 * Question Set (Structured Analytic) pane styles
 *------------------------------------------------------------------------------
 */
.pane-node-field-pece-struct-analytics a {
  border: 1px solid #7851A9;
  color: #7851A9;
  background: none; }
  .pane-node-field-pece-struct-analytics a:hover {
    background-color: #7851A9; }

.pane-node-field-pece-struct-analytics div.field-name-field-pece-struct-analytics {
  display: inline-block;
  margin-right: .2rem; }

.view-pece-annotations-analytics-ref caption .field-name-field-pece-struct-analytics {
  background: #f9f9f9;
  padding: .2em;
  font-weight: bold;
  text-transform: uppercase; }

/*
 *------------------------------------------------------------------------------
 * Essay Content heading pane styles
 *------------------------------------------------------------------------------
 */
/*------------------------------------------------------------------------------
 * Color Definitions
 *------------------------------------------------------------------------------
 * Use this file to set color variables & functions.
 *
 * Before starting to define your color variables, I'll advise you: colors
 * (maybe more then other kind of variables in Sass) can get really trick and
 * messed up after some time, mostly because they tend to change a lot during
 * development. To help you make better decisions, I would advise you to read
 * the followng articles:
 *
 * - http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/quick-tip-name-your-sass-variables-modularly/
 * - http://sachagreif.com/sass-color-variables/
 */
/*------------------------------------------------------------------------------
 * Color Maps
 *------------------------------------------------------------------------------
 */
.essay-heading {
  border-bottom: 2px solid #999999;
  padding-bottom: .3em; }

.pece-three-col .panel-pane,
.mccoppin .panel-pane {
  margin-bottom: 20px;
  overflow: hidden;
  word-wrap: break-word; }

.pece-three-col .field-name-field-pece-website-url,
.mccoppin .field-name-field-pece-website-url {
  word-wrap: break-word;
  text-overflow: ellipsis; }

.pece-three-col .essay-link,
.mccoppin .essay-link {
  display: block;
  width: 100%; }

/*
 *------------------------------------------------------------------------------
 * Design logic
 *------------------------------------------------------------------------------
 */
.entity-design-logic .field-name-field-description {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .entity-design-logic .field-name-field-description {
      float: left;
      width: 66.66667%; } }

.entity-design-logic .design-logic-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .entity-design-logic .design-logic-sidebar {
      float: left;
      width: 33.33333%; } }

/*
 *------------------------------------------------------------------------------
 * Pece Photo Essay Item
 *------------------------------------------------------------------------------
 */
.photo-essay-modal.remodal {
  background: transparent; }
  .photo-essay-modal.remodal .remodal-close {
    left: auto;
    right: 0; }
  @media (max-width: 991px) {
    .photo-essay-modal.remodal {
      margin-bottom: 62px; } }

.entity-pece-photo-essay-item h3 a {
  color: #8D36AD; }

.entity-pece-photo-essay-item .photo-essay-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: black;
  text-align: center; }
  .entity-pece-photo-essay-item .photo-essay-image img {
    display: inline-block;
    max-height: 80vh;
    width: auto; }

.entity-pece-photo-essay-item .photo-essay-content {
  background: white;
  text-align: left;
  margin-bottom: 2em; }
  .entity-pece-photo-essay-item .photo-essay-content > * {
    padding: 2rem;
    margin: 0; }
    .entity-pece-photo-essay-item .photo-essay-content > * + * {
      padding-top: 0; }
  .entity-pece-photo-essay-item .photo-essay-content > h3 {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .entity-pece-photo-essay-item .photo-essay-content .field-name-field-description {
    overflow: auto; }

@media (min-width: 992px) {
  .entity-pece-photo-essay-item {
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
    .entity-pece-photo-essay-item .photo-essay-image {
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .entity-pece-photo-essay-item .photo-essay-content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 33%;
      max-height: 80vh;
      margin-bottom: 0; } }

.slick-slider {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

#header-top {
  background-color: #7851A9; }
