@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;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  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 {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  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;
  background-image: none;
  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.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;
  background-image: none;
  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.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;
  background-image: none;
  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.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;
  background-image: none;
  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.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;
  background-image: none;
  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.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;
  background-image: none;
  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.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 {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  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.3333333;
  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-group-projects ul li, .view-pece-project-groups ul li {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
.view-pece-group-projects a, .view-pece-project-groups a {
  font-size: 15px;
  line-height: 1;
}

/* *------------------------------------------------------------------------------
 * * Box components
 * *------------------------------------------------------------------------------
 * */
.field-name-field-pece-photo-essay-items [data-remodal-target], .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, .view-mode-card .button,
.view-mode-card-full-text .button, .field-name-group-group .field-item > span, .essay-link, .annotate-link, .field-name-group-group .field-item > a {
  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-field-pece-photo-essay-items [data-remodal-target]: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, .view-mode-card .button:before,
.view-mode-card-full-text .button:before, .field-name-group-group .field-item > span:before, .essay-link:before, .annotate-link:before, .field-name-group-group .field-item > a:before {
  display: none;
}

/* *------------------------------------------------------------------------------
 * * Button components
 * *------------------------------------------------------------------------------
 * */
.field-name-field-pece-photo-essay-items [data-remodal-target], .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, .view-mode-card .button,
.view-mode-card-full-text .button, .field-name-group-group .field-item > span, .essay-link, .annotate-link, .field-name-group-group .field-item > a {
  min-width: 130px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.essay-link, .annotate-link, .field-name-group-group .field-item > a {
  color: white;
  background-color: #7851A9;
}
.essay-link:hover, .annotate-link:hover, .field-name-group-group .field-item > a: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;
}

.field-name-field-pece-photo-essay-items [data-remodal-target], .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, .view-mode-card .button,
.view-mode-card-full-text .button {
  color: white;
  background-color: #8D36AD;
}
.field-name-field-pece-photo-essay-items [data-remodal-target]: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, .view-mode-card .button:hover,
.view-mode-card-full-text .button:hover {
  background-color: #a74ec8;
  color: white;
}

.dashboard-artifact-submenu .dashboard-artifact-toggle::before, .view-id-pece_my_noted_artifacts > div::before,
.view-id-pece_my_analytics > div::before,
.view-pece-my-biblio-items > div::before,
.view-id-pece_my_projects > div::before,
.view-pece-my-fieldsites > div::before,
.view-id-pece_my_groups > div::before,
li.views-row > div::before, i::before,
[class*=node-pece-] .icon::before,
.user-profile .icon::before,
.node-pece-group .icon::before, .profile--thumbnail.view-mode-pece-thumbnail .icon.image::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;
}

.view-tag-term .views-row .node::before {
  width: 100%;
  font-family: "FontAwesome";
  font-size: 18px;
  font-style: normal;
  text-align: center;
  color: white;
  opacity: 0.8;
}

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*
 *  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%;
  -moz-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 {
  -webkit-filter: blur(3px);
  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 {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

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

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

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

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

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  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;
  -webkit-transition: color 0.2s;
  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: "×";
  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;
  -webkit-transition: background 0.2s;
  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
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@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 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -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, .ui-tabs .ui-tabs-nav li.ui-state-active .ui-tabs-anchor:focus {
  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, .ui-tabs .ui-tabs-nav li .ui-tabs-anchor:focus {
  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%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-size: 32px;
}
.photo-essay-slider-arrow .fa::before {
  opacity: 1;
}

@media (min-width: 992px) {
  .photo-essay-slider-arrow {
    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, #autocomplete li:focus {
  background-color: #E1E1E1;
}
#autocomplete a {
  line-height: 1.5em;
  font-size: 1.5em;
  text-align: center;
}
#autocomplete a:hover, #autocomplete a:focus {
  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, #autocomplete ul li:focus {
  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: "\f017";
}

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

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

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

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

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

.node-pece-artifact-tabular > .icon::before {
  content: "\f0ce";
}

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

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

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

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

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

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

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

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

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

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

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

i.pece_artifact_fieldnote::before {
  content: "\f249";
}

i.pece_artifact_bundle::before {
  content: "\f1b3";
}

i.pece_artifact_website::before {
  content: "\f0c1";
}

i.pece_artifact_pdf::before {
  content: "\f1c1";
}

i.pece_artifact_tabular::before {
  content: "\f0ce";
}

i.pece_artifact_video::before {
  content: "\f144";
}

i.pece_artifact_audio::before {
  content: "\f001";
}

i.pece_artifact_text::before {
  content: "\f036";
}

i.pece_memo::before {
  content: "\f0eb";
}

i.pece_timeline_essay::before {
  content: "\f538";
}

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

.field-name-field-pece-crit-commentary ol {
  list-style-position: inside;
}

/* *------------------------------------------------------------------------------
 * * 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -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%;
}

/* *------------------------------------------------------------------------------
 * * Tabular data Artifact styles
 * *------------------------------------------------------------------------------
 * */
.field-name-field-pece-media-tabular .download-file,
.field-name-field-pece-media-tablr-attach .download-file {
  padding: 0;
  list-style-type: none;
}

/* *------------------------------------------------------------------------------
 * * 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 Project node styles
 * *------------------------------------------------------------------------------
 * */
.field-name-field-pece-featured-essays .field-item,
.field-name-field-pece-groups .field-item,
.field-name-field-pece-contributors .field-item,
.field-name-field-pece-design-group .field-item {
  margin-bottom: 1rem;
}

.field-name-field-pece-substantive-logic a,
.field-name-field-pece-funding-agency a,
.field-name-field-pece-multiple-link a {
  display: block;
  padding: 6px 8px;
}

.field-name-field-pece-proj-struct-analytics .field-item {
  display: block;
}
.field-name-field-pece-proj-struct-analytics .field-item a {
  font-size: 15px;
  background: none;
  color: #337ab7;
}
.field-name-field-pece-proj-struct-analytics .field-item a:hover, .field-name-field-pece-proj-struct-analytics .field-item a:focus {
  background: none;
  color: #23527c;
}

.pane-node-field-pece-substantive-logic .field-name-field-pece-substantive-logic {
  margin-bottom: 1rem;
}
.pane-node-field-pece-substantive-logic .field-name-field-pece-substantive-logic a {
  padding: 0 8px;
}

/* *------------------------------------------------------------------------------
 * * PECE Card node styles
 * *------------------------------------------------------------------------------
 * */
.view-mode-card.node-pece-annotation .field-type-entityreference,
.view-mode-card-full-text.node-pece-annotation .field-type-entityreference {
  margin-bottom: 10px;
}
.view-mode-card.node-pece-annotation .pece-struct-analytic-wrapper,
.view-mode-card-full-text.node-pece-annotation .pece-struct-analytic-wrapper {
  margin: 0;
}
.view-mode-card.node-pece-artifact-pdf h5,
.view-mode-card-full-text.node-pece-artifact-pdf h5 {
  display: inline-block;
  padding-left: 20px;
  margin: 0;
  vertical-align: middle;
}
.view-mode-card.node-pece-artifact-pdf span,
.view-mode-card-full-text.node-pece-artifact-pdf span {
  display: inline-block;
  width: calc(100% - 75px);
}
.view-mode-card.node-pece-artifact-pdf .content,
.view-mode-card-full-text.node-pece-artifact-pdf .content {
  padding-top: 15px;
}
.view-mode-card.node-pece-artifact-bundle .field-name-field-pece-artifacts.field-type-entityreference,
.view-mode-card-full-text.node-pece-artifact-bundle .field-name-field-pece-artifacts.field-type-entityreference {
  margin-bottom: 10px;
}
.view-mode-card .icon.image::before,
.view-mode-card-full-text .icon.image::before {
  display: none;
}
.view-mode-card .icon.pdf,
.view-mode-card-full-text .icon.pdf {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.view-mode-card .file-image img,
.view-mode-card-full-text .file-image img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  float: none;
}
.view-mode-card .field-name-field-pece-photo-essay-items > a,
.view-mode-card-full-text .field-name-field-pece-photo-essay-items > a {
  display: block;
  width: 100%;
}
.view-mode-card > .icon,
.view-mode-card-full-text > .icon {
  display: block;
  height: 120px;
  line-height: 120px;
  position: relative;
  background-color: #7851A9;
  vertical-align: middle;
  text-decoration: none;
}
.view-mode-card > .icon:before,
.view-mode-card-full-text > .icon:before {
  font-size: 30px;
}
.view-mode-card > .icon.pdf:before,
.view-mode-card-full-text > .icon.pdf:before {
  font-size: 18px;
}
.view-mode-card .view-mode-meta-content .icon,
.view-mode-card-full-text .view-mode-meta-content .icon {
  background: none;
}
.view-mode-card a.icon:hover, .view-mode-card a.icon:focus,
.view-mode-card-full-text a.icon:hover,
.view-mode-card-full-text a.icon:focus {
  opacity: 0.8;
}
.view-mode-card .more-link,
.view-mode-card-full-text .more-link {
  display: block;
}
.view-mode-card .field-name-field-pece-media-video,
.view-mode-card-full-text .field-name-field-pece-media-video {
  position: relative;
}
.view-mode-card .field-name-field-pece-media-video::after,
.view-mode-card-full-text .field-name-field-pece-media-video::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.view-mode-card video,
.view-mode-card-full-text video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.view-mode-card .button,
.view-mode-card-full-text .button {
  display: block;
  width: 100%;
}

/* *------------------------------------------------------------------------------
 * * PECE Biblio node styles
 * *------------------------------------------------------------------------------
 * */
#biblio-header #edit-filters {
  margin-bottom: 12px;
}
#biblio-header ul.secondary {
  padding: 0.5em 0;
}
@media (min-width: 480px) {
  #biblio-header ul.secondary {
    padding: 0.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: "\f1ea";
}
.view-tag-term .views-row .node.node-pece-artifact-fieldnote::before {
  content: "\f249";
}
.view-tag-term .views-row .node.node-pece-artifact-bundle::before {
  content: "\f1b3";
}
.view-tag-term .views-row .node.node-pece-artifact-website::before {
  content: "\f0c1";
}
.view-tag-term .views-row .node.node-pece-artifact-pdf::before {
  content: "\f1c1";
}
.view-tag-term .views-row .node.node-pece-artifact-tabular::before {
  content: "\f0ce";
}
.view-tag-term .views-row .node.node-pece-artifact-video::before {
  content: "\f144";
}
.view-tag-term .views-row .node.node-pece-artifact-audio::before {
  content: "\f001";
}
.view-tag-term .views-row .node.node-pece-artifact-text::before {
  content: "\f036";
}
.view-tag-term .views-row .node.node-pece-memo::before {
  content: "\f0eb";
}
.view-tag-term .views-row .node.node-pece-analytic::before {
  content: "\f0f6";
}
.view-tag-term .views-row .node.node-pece-annotation::before {
  content: "\f24a";
}
.view-tag-term .views-row .node.node-pece-project::before {
  content: "\f0e8";
}
.view-tag-term .views-row .node.user-profile::before {
  content: "\f007";
}
.view-tag-term .views-row .node.node-pece-photo-essay::before {
  content: "\f03e";
}
.view-tag-term .views-row .node.node-pece-artifact-image::before {
  content: "\f03e";
}
.view-tag-term .views-row .node.node-pece-group::before {
  content: "\f0c0";
}
.view-tag-term .views-row .node.node-pece-timeline-essay::before {
  content: "\f538";
}
.view-tag-term .views-row .node h3 {
  margin-top: 10px;
}
.view-tag-term .views-row.masonry-item {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 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.4166666667%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .view-tag-term .views-row.masonry-item {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 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-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .view-tag-term .views-row.masonry-item {
    float: left;
    width: 31.9166666667%;
  }
}
@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-right: 15px;
    padding-left: 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;
}

.view-pece-group-members .view-display-id-attach_group_adms {
  background-color: #eeeeee;
  padding: 8px;
  margin-bottom: 10px;
}
.view-pece-group-members .view-display-id-attach_group_adms h3 {
  margin-top: 0;
}

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

.view-id-pece_my_noted_artifacts,
.view-id-pece_my_analytics,
.view-pece-my-biblio-items,
.view-id-pece_my_projects,
.view-pece-my-fieldsites,
.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 > div,
.view-id-pece_my_analytics > div,
.view-pece-my-biblio-items > div,
.view-id-pece_my_projects > div,
.view-pece-my-fieldsites > div,
.view-id-pece_my_groups > div,
li.views-row > div {
  display: inline;
}
.view-id-pece_my_noted_artifacts > div::before,
.view-id-pece_my_analytics > div::before,
.view-pece-my-biblio-items > div::before,
.view-id-pece_my_projects > div::before,
.view-pece-my-fieldsites > div::before,
.view-id-pece_my_groups > div::before,
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 {
  -webkit-transition: all 400ms;
  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 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.dashboard-artifact-submenu .dashboard-artifact-item {
  font-size: 0.8em;
}

body.uco a.edit-mini-panel-link, body.ure a.edit-mini-panel-link {
  display: none;
}
body.uad a.edit-mini-panel-link {
  display: block;
}

.page-user-dashboard .ui-tabs-panel.ui-widget-content {
  padding-left: 0;
  padding-right: 0;
}
.page-user-dashboard .pane-panels-mini .ui-accordion .accordion-content {
  padding-left: 0;
  padding-right: 0;
}
.page-user-dashboard .pane-panels-mini .ui-state-default,
.page-user-dashboard .pane-panels-mini .ui-widget-content .ui-state-default,
.page-user-dashboard .pane-panels-mini .ui-widget-header .ui-state-default {
  background-color: #eeeeee;
}
.page-user-dashboard .pane-panels-mini .ui-state-active,
.page-user-dashboard .pane-panels-mini .ui-widget-content .ui-state-active,
.page-user-dashboard .pane-panels-mini .ui-widget-header .ui-state-active {
  border-color: #555555;
  background-color: transparent;
}
.page-user-dashboard .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  background-color: transparent;
}

/* *------------------------------------------------------------------------------
 * * Annotations view styles
 * *------------------------------------------------------------------------------
 * */
.pane-node-field-pece-struct-analytics, .page-annotions-question-artifact .field-name-field-pece-struct-analytics,
.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, .view-display-id-pece_user_artifact_annotations > .view-content > .views-row .views-field-field-pece-struct-analytics .field-content .item-list {
  margin: 0;
}
.pane-node-field-pece-struct-analytics ul, .page-annotions-question-artifact .field-name-field-pece-struct-analytics 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, .view-display-id-pece_user_artifact_annotations > .view-content > .views-row .views-field-field-pece-struct-analytics .field-content .item-list ul {
  list-style: none;
}
.pane-node-field-pece-struct-analytics ul li, .page-annotions-question-artifact .field-name-field-pece-struct-analytics 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, .view-display-id-pece_user_artifact_annotations > .view-content > .views-row .views-field-field-pece-struct-analytics .field-content .item-list ul li {
  display: inline-block;
  margin: 0 0.2rem 0 0;
}
.pane-node-field-pece-struct-analytics ul li a, .page-annotions-question-artifact .field-name-field-pece-struct-analytics 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, .view-display-id-pece_user_artifact_annotations > .view-content > .views-row .views-field-field-pece-struct-analytics .field-content .item-list ul li a {
  border: 1px solid #7851A9;
  color: #7851A9;
  background: none;
}
.pane-node-field-pece-struct-analytics ul li a:hover, .page-annotions-question-artifact .field-name-field-pece-struct-analytics 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, .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, .pane-node-field-pece-struct-analytics ul li a:focus, .page-annotions-question-artifact .field-name-field-pece-struct-analytics ul li a:focus,
.view-display-id-pece_question_annotations .field-name-field-pece-struct-analytics ul li a:focus,
.view-display-id-pece_question_artifact_annotions .field-name-field-pece-struct-analytics ul li a:focus, .view-display-id-pece_user_artifact_annotations > .view-content > .views-row .views-field-field-pece-struct-analytics .field-content .item-list ul li a:focus {
  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-right: -15px;
  margin-left: -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 {
  display: table;
  content: " ";
}
.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-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 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.3333333333%;
  }
}
.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-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 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.3333333333%;
  }
}
@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-right: 15px;
  padding-left: 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.6666666667%;
  }
}
.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_user_artifact_annotations .views-field-edit-node a:focus,
.view-display-id-pece_question_artifact_annotions .views-field-edit-node a:hover,
.view-display-id-pece_question_artifact_annotions .views-field-edit-node a:focus,
.view-display-id-pece_question_annotations .views-field-edit-node a:hover,
.view-display-id-pece_question_annotations .views-field-edit-node a:focus {
  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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
  border: 1px solid #eeeeee;
  display: -webkit-box;
  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: "\f24a";
  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: 0.5em;
  background-color: #E2E2E2;
}
.page-annotions-question-artifact .views-field-picture,
.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;
}
.page-annotions-question-artifact .views-field-picture::before,
.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: "\f24a";
  color: #eeeeee;
  font-family: "FontAwesome";
  font-size: 2rem;
  line-height: 7rem;
  position: absolute;
  text-align: center;
  z-index: -1;
}
.page-annotions-question-artifact .views-field-picture .field-content,
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.view-pece-structured-analytics i {
  height: 70px;
  min-width: 70px;
  background-color: #7851A9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}
.view-pece-structured-analytics i::before {
  content: "\f0f6";
  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-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .view-pece-repository .view-filters {
    float: left;
    width: 33.3333333333%;
  }
}
@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.3333333333%;
  }
}
@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-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .view-pece-repository .view-content {
    float: left;
    width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .view-pece-repository .view-content {
    float: left;
    width: 75%;
  }
}
.view-pece-repository .view-content > div {
  margin-right: -15px;
  margin-left: -15px;
}
.view-pece-repository .view-content > div:before, .view-pece-repository .view-content > div:after {
  display: table;
  content: " ";
}
.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-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 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.3333333333%;
  }
}
@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;
  -o-object-fit: cover;
  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 {
  padding-right: 6px;
  padding-left: 6px;
  margin-right: auto;
  margin-left: auto;
}
.page-home .pane-content:before, .page-home .pane-content:after {
  display: table;
  content: " ";
}
.page-home .pane-content:after {
  clear: both;
}
.page-home .pane-content .view {
  margin-right: -6px;
  margin-left: -6px;
  text-align: center;
}
.page-home .pane-content .view:before, .page-home .pane-content .view:after {
  display: table;
  content: " ";
}
.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 .view-frontpage-image-slider .slick-prev,
.page-home #main-content .view-frontpage-image-slider .slick-next {
  height: 100%;
  width: 40px;
  z-index: 99999;
  border: none;
}
.page-home #main-content .view-frontpage-image-slider .slick-prev::before,
.page-home #main-content .view-frontpage-image-slider .slick-next::before {
  color: black;
  background: white;
  font-size: 3rem;
  padding: 3px;
  border-radius: 100%;
}
.page-home #main-content .view-frontpage-image-slider .slick-prev {
  left: 0 !important;
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 85, 85, 0.8)), color-stop(40%, transparent));
  background: linear-gradient(to right, rgba(85, 85, 85, 0.8), transparent 40%);
  border-radius: 0 100% 100% 0;
}
.page-home #main-content .view-frontpage-image-slider .slick-next {
  right: 0 !important;
  background: -webkit-gradient(linear, right top, left top, from(rgba(85, 85, 85, 0.8)), color-stop(40%, transparent));
  background: linear-gradient(to left, rgba(85, 85, 85, 0.8), transparent 40%);
  border-radius: 100% 0 0 100%;
}
.page-home #main-content .view-frontpage-image-slider .slick-dots {
  color: transparent;
}
.page-home #main-content .view-frontpage-image-slider .slick-dots li {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: #eeeeee;
  border: 1px inset whitesmoke;
}
.page-home #main-content .view-frontpage-image-slider .slick-dots .slick-active {
  border: 1px inset #777777;
  background-color: white;
}
.page-home #main-content .view-frontpage-image-slider .slick-dots button {
  visibility: hidden;
}
.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: 30px 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-right: 15px;
  padding-left: 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.6666666667%;
  }
}
@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-right: 15px;
    padding-left: 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.6666666667%;
  }
}
@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-right: 15px;
    padding-left: 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.6666666667%;
  }
}
@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-right: 15px;
    padding-left: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -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:focus, .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-essays-panel-pane-1 .more-link a:focus::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:focus,
.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-recent-artifacts-artifatcs-front-pane .more-link a:focus::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:focus,
.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-users-users-front-pane .more-link a:focus::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:focus,
.page-home #main-content .pece-douby-double .pane-pece-recent-groups-groups-front-pane .more-link a:hover::after,
.page-home #main-content .pece-douby-double .pane-pece-recent-groups-groups-front-pane .more-link a:focus::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-right: 15px;
  padding-left: 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.3333333333%;
  }
}
@media (min-width: 1200px) {
  .page-home #main-content .pece-single-column .pane-content .view ul li {
    float: left;
    width: 16.6666666667%;
  }
}
@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-right: 15px;
    padding-left: 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.3333333333%;
  }
}
@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.6666666667%;
  }
}
@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-right: 15px;
    padding-left: 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.3333333333%;
  }
}
@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.6666666667%;
  }
}
@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-right: 15px;
    padding-left: 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-footer-links-wrapper {
  position: fixed;
  bottom: 0;
  z-index: 999999;
}
body #page .pece-footer-links-wrapper .pece-link-tab {
  display: inline-block;
  padding: 0 15px;
}
body #page .pece-footer-links-wrapper .pece-link-tab 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, .pane-node-field-pece-struct-analytics a:focus {
  background-color: #7851A9;
}
.pane-node-field-pece-struct-analytics div.field-name-field-pece-struct-analytics {
  display: inline-block;
  margin-right: 0.2rem;
}

.view-pece-annotations-analytics-ref caption .field-name-field-pece-struct-analytics {
  background: #f9f9f9;
  padding: 0.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: 0.3em;
}

/* *------------------------------------------------------------------------------
 * * Panelizer Layout Three Column styles
 * *------------------------------------------------------------------------------
 * */
.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-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .entity-design-logic .field-name-field-description {
    float: left;
    width: 66.6666666667%;
  }
}
.entity-design-logic .design-logic-sidebar {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .entity-design-logic .design-logic-sidebar {
    float: left;
    width: 33.3333333333%;
  }
}

/* *------------------------------------------------------------------------------
 * * 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .entity-pece-photo-essay-item .photo-essay-image {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .entity-pece-photo-essay-item .photo-essay-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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;
}

.photo-essay-modal .slick-prev::before,
.photo-essay-modal .slick-next::before {
  content: "";
  background: none;
}

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