@charset "UTF-8";
/*
	General sitewide css
	To be included on every page
*/
body:before {
  top: 800px; }

@keyframes spin {
  to {
    transform: rotate(1turn); } }

/**
* mixin for setting a grid-based width
*/
/* 
	Reset browser styles 
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
figure,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  line-height: 1; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

button:focus, input:focus, select:focus {
  outline: none; }

/**
* mixin for setting a grid-based width
*/
body:before {
  top: 800px; }

.fiu-announcement {
  text-align: center;
  background: #f0f0f0;
  border-bottom: solid 1px #ddd;
  width: 100%;
  padding: 10px 0; }

.fiu-borderedImage {
  outline: #ddd solid 1px;
  outline-offset: -1px; }

.fiu-entityUseLink {
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none !important; }
  .fiu-entityUseLink__label {
    text-decoration: underline; }
  .fiu-entityUseLink__use-count {
    color: #999;
    text-decoration: none; }
  .fiu-entityUseLink--secondary a:link, .fiu-entityUseLink--secondary a:visited {
    color: #999; }

.fiu-loading--wysiwyg:before {
  content: ' ';
  position: absolute;
  left: -15px;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  display: inline-block;
  animation: spin 400ms infinite linear;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #444; }

.fiu-loading--wysiwyg-upload {
  display: block !important;
  box-sizing: border-box !important;
  width: 15px !important;
  height: 15px !important;
  margin-top: -5px !important;
  animation: spin 400ms infinite linear !important;
  border-radius: 50% !important;
  border: 2px solid #ccc !important;
  border-right-color: #444 !important; }

@media (min-width: 45em) {
  .fiu-gridded {
    background-image: url(/images/grid.png);
    background-position: -10px; } }

.fiu-hidden {
  display: none; }

.fiu-flashNotice {
  opacity: 0;
  font-size: 0.625rem;
  animation: flashAnimation 6s 1; }

@keyframes flashAnimation {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fiu-list--unstyled {
  margin: 0;
  list-style: none; }

.fiu-hr {
  border-bottom: solid 1px #ccc;
  height: 1px;
  line-height: 0;
  padding-top: 8px;
  margin-bottom: 20px; }
  .fiu-hr--narrow {
    width: 340px; }

body {
  background: white;
  color: black;
  text-rendering: optimizeLegibility;
  line-height: 1.6;
  font-size: 0.875rem; }

body, input, button, select {
  font-family: BentonSansRE, Verdana, sans-serif; }

.fiu-h--normal {
  font-weight: normal; }

h1, h2, h3, h4, .fiu-h, .fiu-page__content h1, .fiu-page__content h2, .fiu-page__content h3, .fiu-page__content h4, .fiu-page__content h5, .fiu-page__content h6 {
  font-family: RelayCond, Arial, serif;
  font-style: normal;
  line-height: 1;
  font-weight: bold; }

h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem; }
  @media (max-width: 29.99em) {
    h1 {
      font-size: 2.25rem; } }

h2 {
  font-size: 2.25rem; }

h3 {
  font-size: 1.875rem;
  margin-bottom: 10px; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.125rem;
  font-weight: normal; }

h6 {
  font-size: 0.75rem; }

p + h3 {
  margin-top: 30px; }

p {
  margin: 0 0 18px 0; }

ul {
  list-style: square;
  margin: 0 0 18px 20px; }

ol {
  list-style: decimal;
  margin: 0 0 15px 18px; }

blockquote {
  margin-left: 1rem;
  color: #444; }

h2 > a:link, h2 > a:visited, h2 > a:active, h2 > a:hover {
  text-decoration: none; }

a:link, a:visited {
  color: black;
  text-decoration: underline;
  -webkit-text-decoration-color: #999;
          text-decoration-color: #999; }

a:active, a:hover {
  color: #ff4b33;
  text-decoration: underline; }

a s {
  opacity: 0.5;
  text-decoration: solid line-through rgba(255, 32, 32, 0.5); }

noscript {
  background-color: #ff4b33;
  color: white;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px; }

::-webkit-input-placeholder {
  color: #ddd; }

:-ms-input-placeholder {
  color: #ddd; }

::placeholder {
  color: #ddd; }

.cc-window {
  font-family: BentonSansRE, Verdana, sans-serif !important;
  padding: 0.75em 1em !important;
  font-size: 0.75rem !important; }

.fiu-searchBox {
  width: 220px;
  display: inline-block;
  position: relative; }
  @media (max-width: 29.99em) {
    .fiu-searchBox {
      width: 100%; } }
  .fiu-searchBox__inputWrapper {
    position: relative; }
    .fiu-searchBox__inputWrapper--loading:after {
      position: absolute;
      color: #ddd;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 1rem;
      animation: spin 800ms infinite linear;
      top: 4px;
      right: 24px; }
      @media (max-width: 29.99em) {
        .fiu-searchBox__inputWrapper--loading:after {
          right: 28px; } }
  .fiu-searchBox__glass {
    position: absolute;
    color: #ddd;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    right: 9px;
    top: 4px; }
    .fiu-searchBox__glass:after {
      content: ""; }
    .fiu-searchBox__glass--active {
      cursor: pointer; }
    @media (min-width: 30em) {
      .fiu-searchBox__glass {
        right: 6px; } }
  .fiu-searchBox__advanced {
    font-size: 0.5625rem;
    display: block;
    margin-top: 5px; }
    @media (max-width: 44.99em) {
      .fiu-searchBox__advanced {
        display: none; } }
    .fiu-searchBox__advanced--active a {
      font-weight: bold; }

.fiu-searchSuggest__container {
  font-size: 0.75rem;
  position: relative; }
  @media (max-width: 29.99em) {
    .fiu-searchSuggest__container {
      font-size: 0.625rem; } }

.fiu-searchSuggest__input {
  padding: 5px;
  height: 16px;
  box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.05);
  border: solid #ddd 1px;
  width: 95%;
  font-size: 0.75rem; }
  @media (max-width: 22.5em) {
    .fiu-searchSuggest__input::-webkit-input-placeholder {
      opacity: 0;
      visibility: hidden; }
    .fiu-searchSuggest__input:-ms-input-placeholder {
      opacity: 0;
      visibility: hidden; }
    .fiu-searchSuggest__input::placeholder {
      opacity: 0;
      visibility: hidden; } }

.fiu-searchSuggest__suggestions-container {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  position: absolute;
  background-color: white;
  z-index: 9999;
  max-height: 800px;
  max-height: 80vh;
  width: 340px !important;
  left: auto !important;
  right: 0 !important;
  overflow: scroll; }
  @media (max-width: 29.99em) {
    .fiu-searchSuggest__suggestions-container {
      max-width: 240px; } }
  @media (max-width: 44.99em) {
    .fiu-searchSuggest__suggestions-container {
      left: 0 !important;
      right: auto !important; } }
  .fiu-searchSuggest__suggestions-container:empty {
    display: none; }

.fiu-searchSuggest__suggestions-list {
  list-style: none !important;
  margin: 0; }

.fiu-searchSuggest__suggestion {
  list-style: none;
  padding: 5px 7px; }
  .fiu-searchSuggest__suggestion + .fiu-searchSuggest__suggestion {
    border-top: solid 1px #f0f0f0; }
  .fiu-searchSuggest__suggestion a {
    text-decoration: none;
    display: block; }
  .fiu-searchSuggest__suggestion--highlighted a {
    color: red; }

.fiu-searchOption td {
  vertical-align: top;
  text-align: left;
  line-height: 1.1; }

.fiu-searchOption__label {
  color: black;
  width: 100%; }

.fiu-searchOption:hover .fiu-searchOption__label a {
  color: red !important; }

.fiu-searchOption__meta {
  color: #ccc;
  margin-left: 3px; }

.fiu-searchOption__thumb {
  width: 30px;
  padding-left: 5px; }

.fiu-searchOption span {
  font-size: 0.625rem;
  padding: 0; }

.fiu-searchOption h3 {
  font-size: 0.625rem;
  font-weight: bold; }

.fiu-buttonBar {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-top: 10px;
  list-style: none;
  margin: 0;
  font-size: 0.875rem;
  display: inline; }
  .fiu-buttonBar__cell {
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 4px;
    position: relative; }
  .fiu-buttonBar__menuButton {
    min-width: 100px;
    display: -ms-flexbox;
    display: flex; }
    .fiu-buttonBar__menuButton > span {
      width: 100%; }
    .fiu-buttonBar__menuButton .fiu-button {
      width: 100%; }

.fiu-doubleButton > span:last-child {
  width: 24px; }

.fiu-useToolbar {
  position: relative;
  z-index: 10; }
  .fiu-useToolbar__delete {
    margin-right: 16px; }
  .fiu-useToolbar__status {
    display: inline-block;
    font-size: 0.625rem;
    margin: 0 10px; }
    @media (max-width: 44.99em) {
      .fiu-useToolbar__status {
        display: none; } }
    .fiu-useToolbar__status span:first-child {
      color: #666;
      padding-right: 5px; }
    .fiu-useToolbar__status span:last-child {
      color: #999; }
  .fiu-useToolbar__dropdownMenu {
    position: absolute;
    left: 0;
    top: 21px; }
    .fiu-useToolbar__dropdownMenu .fiu-button {
      margin-top: 1px; }

.fiu-moderationMenu__noteForm h2 {
  margin-bottom: 10px; }

.fiu-moderationMenu__noteForm .fiu-buttonBar__wrapper {
  text-align: right; }

.fiu-setEditor {
  position: absolute;
  z-index: 5;
  left: 0;
  padding: 10px;
  max-width: 500px;
  width: 80vw;
  background-color: white;
  border: solid 1px #ccc;
  box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.2);
  display: -ms-flexbox;
  display: flex; }
  .fiu-setEditor__select {
    width: 100%; }
  .fiu-setEditor .fiu-select__multiValue--processing {
    opacity: 0.5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-right: 5px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none; }
    .fiu-setEditor .fiu-select__multiValue--processing:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      padding: 0;
      margin-left: 5px;
      line-height: 2;
      animation: spin 400ms infinite linear; }

.fiu-footer {
  border-top: 5px solid black;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 29.99em) {
    .fiu-footer {
      font-size: 0.75rem; } }
  .fiu-footer__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .fiu-footer__group--last {
      margin-left: auto;
      text-align: right; }
      .fiu-footer__group--last .fiu-footer__item {
        margin-right: 0; }
    @media (min-width: 45em) {
      .fiu-footer__group--collapse-1 {
        -ms-flex-direction: row;
            flex-direction: row; } }
    @media (min-width: 30em) {
      .fiu-footer__group--collapse-2 {
        -ms-flex-direction: row;
            flex-direction: row; } }
  .fiu-footer__item {
    margin-right: 20px; }
  .fiu-footer__font-preloader {
    font-style: italic;
    color: white; }

.fiu-quickLists {
  margin: 10px 0; }
  .fiu-quickLists__wrapper {
    position: relative;
    border-bottom: 1px solid #ccc;
    border-top: 3px solid black;
    box-shadow: inset 0 8px 8px -5px rgba(0, 0, 0, 0.3); }
  .fiu-quickLists__header {
    cursor: pointer;
    font-size: 1rem;
    font-family: BentonSansRE, Verdana, sans-serif;
    font-weight: bold;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 1.2; }
    .fiu-quickLists__header span {
      padding-left: 5px;
      font-size: 0.625rem; }
  .fiu-quickLists__list {
    width: 180px; }
    .fiu-quickLists__list .fiu-entityUseLink {
      white-space: normal;
      font-weight: normal; }
      .fiu-quickLists__list .fiu-entityUseLink__label {
        text-decoration: none; }
    .fiu-quickLists__list ul {
      list-style-type: none;
      font-size: 0.625rem;
      overflow: hidden;
      line-height: 1.2;
      margin: 0; }
      .fiu-quickLists__list ul li {
        padding-right: 0;
        display: block;
        margin-bottom: 5px; }
  .fiu-quickLists__listWrapper {
    opacity: 0;
    max-height: 0;
    margin-top: 0;
    transition: max-height 350ms, margin-top 350ms, opacity 100ms ease-out; }
    .fiu-quickLists__listWrapper ul {
      pointer-events: none; }
    .fiu-quickLists__listWrapper--open {
      opacity: 1;
      max-height: 850px;
      margin-top: 15px; }
      .fiu-quickLists__listWrapper--open ul {
        pointer-events: auto; }
    .fiu-quickLists__listWrapper--typefaces ul {
      column-width: 100px;
      column-count: 5;
      column-gap: 20px;
      max-height: 850px; }
      @media (max-width: 59.99em) {
        .fiu-quickLists__listWrapper--typefaces ul {
          column-count: 3; } }
      .fiu-quickLists__listWrapper--typefaces ul li > span {
        display: inline-block; }
  .fiu-quickLists__list--typefaces {
    width: 580px; }
    @media (max-width: 59.99em) {
      .fiu-quickLists__list--typefaces {
        width: 340px; } }
  .fiu-quickLists__moreTypefaces {
    padding-top: 20px;
    line-height: 1.6;
    width: 80px; }
    @media (min-width: 60em) {
      .fiu-quickLists__moreTypefaces {
        padding-top: 0;
        break-before: column; } }
    .fiu-quickLists__moreTypefaces a {
      font-weight: bold; }

.fiu-sponsor {
  font-size: 0.75rem;
  visibility: hidden;
  position: relative;
  transition: opacity 250ms; }
  .fiu-sponsor--show {
    visibility: visible;
    opacity: 1; }
  .fiu-sponsor__link {
    position: relative;
    padding-right: 120px; }
    .fiu-sponsor__link img {
      z-index: -10;
      padding-left: 5px;
      position: absolute; }
  .fiu-sponsor a.fiu-sponsor__link {
    text-decoration: none; }
  @media (max-width: 29.99em) {
    .fiu-sponsor {
      white-space: nowrap;
      font-size: 0.625rem; }
      .fiu-sponsor a {
        color: #999; }
        .fiu-sponsor a img {
          position: static;
          vertical-align: middle; }
      .fiu-sponsor__title {
        display: none; }
      .fiu-sponsor__link {
        padding-left: 10px;
        padding-right: 10px; } }

.fiu-mainMenu {
  margin: 0;
  font-size: 2.25rem; }
  .fiu-mainMenu li {
    display: inline-block; }
  .fiu-mainMenu a {
    text-decoration: none; }
  .fiu-mainMenu li a {
    font-weight: normal;
    color: #999; }
    .fiu-mainMenu li a:hover {
      color: black; }
  .fiu-mainMenu li.current a {
    color: black;
    font-weight: bold; }

.fiu-dropdown-menu {
  font-size: 0.625rem;
  float: left;
  width: 220px;
  display: inline;
  list-style: none;
  margin: 0; }
  .fiu-dropdown-menu span {
    font-size: 0.5625rem;
    padding-left: 5px; }
  .fiu-dropdown-menu b {
    text-decoration: none; }
  .fiu-dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fiu-dropdown-menu a {
    font-weight: bold;
    text-decoration: none; }
    .fiu-dropdown-menu a:hover {
      color: #999; }
  .fiu-dropdown-menu .current > a {
    font-weight: bold; }
  .fiu-dropdown-menu li {
    width: auto;
    /* width needed or else Opera goes nuts */
    background-color: white;
    position: relative; }
    .fiu-dropdown-menu li ul {
      display: none;
      position: absolute;
      width: 120px;
      left: 75px;
      z-index: 9;
      border-top: solid 4px white;
      border-bottom: solid 6px white;
      box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, 0.3); }
      .fiu-dropdown-menu li ul li {
        padding-top: 3px;
        padding-bottom: 3px;
        position: relative; }
        .fiu-dropdown-menu li ul li ul.menu_level_1 {
          display: none;
          position: absolute;
          top: 0;
          left: -120px; }
        .fiu-dropdown-menu li ul li:hover ul.menu_level_1 {
          display: block; }
      .fiu-dropdown-menu li ul a {
        display: block;
        border-right: solid 20px white;
        border-left: solid 10px white;
        width: 120px;
        border-right: 0;
        font-weight: normal;
        text-decoration: underline; }
    .fiu-dropdown-menu li:hover ul {
      display: block; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 26px;
  height: 19px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 26px;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1.5px; }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 16px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-3.71429px, -5px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg); }

.hamburger {
  z-index: 10000;
  position: relative; }

.is-active {
  position: fixed;
  right: 10px;
  top: 12px; }
  .is-active .hamburger-inner {
    background-color: white; }
    .is-active .hamburger-inner:before, .is-active .hamburger-inner:after {
      background-color: white; }

.fiu-hamburger-menu {
  box-sizing: border-box;
  z-index: 9999;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  height: 100%;
  right: 0;
  width: 0;
  visibility: hidden;
  background-color: black;
  box-shadow: -2px 0 5px 0 rgba(0, 0, 0, 0.1);
  transition: width 0.3s ease-out;
  padding: 15px 20px 20px 20px;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.8;
  list-style: none;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media (min-width: 45em) {
    .fiu-hamburger-menu {
      padding: 30px 20px; } }
  .fiu-hamburger-menu ul {
    margin-bottom: 0; }
  .fiu-hamburger-menu--open {
    visibility: visible;
    width: 240px; }
    @media (min-width: 45em) {
      .fiu-hamburger-menu--open {
        width: 33%; } }
  .fiu-hamburger-menu a {
    text-decoration: none;
    white-space: nowrap;
    color: white; }
    .fiu-hamburger-menu a:hover {
      color: #ff4b33; }
  .fiu-hamburger-menu__section + .fiu-hamburger-menu__section {
    padding-top: 10px;
    margin-top: 10px;
    border-top: solid 1px #ddd; }
  .fiu-hamburger-menu__section--collapsed li {
    display: none; }
  .fiu-hamburger-menu__section--collapsed > span {
    padding-bottom: 0; }
    .fiu-hamburger-menu__section--collapsed > span:after {
      content: '\00a0▸'; }
  .fiu-hamburger-menu__section-title {
    cursor: pointer;
    padding-bottom: 5px;
    display: inline-block; }
    .fiu-hamburger-menu__section-title:after {
      content: '\00a0▾'; }
  .fiu-hamburger-menu .suffix {
    display: none; }
  .fiu-hamburger-menu ul {
    list-style: none;
    margin-left: 0; }
  .fiu-hamburger-menu:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1; }

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0; }

[data-tippy-root] {
  max-width: calc(100vw - 10px); }

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  outline: 0;
  transition-property: transform,visibility,opacity; }

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0; }

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top; }

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0; }

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom; }

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0; }

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left; }

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0; }

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right; }

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11); }

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333; }

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid; }

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1; }

.fiu-tooltip, .react-tooltip-lite, .tippy-box {
  background: white;
  border: solid 1px #ddd;
  padding: 10px;
  font-size: 0.625rem;
  line-height: 1.4;
  color: #444;
  box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.2);
  z-index: 3004; }
  .fiu-tooltip--hidden {
    visibility: hidden; }

.react-tooltip-lite {
  max-width: 300px !important; }

.react-tooltip-lite-arrow {
  border-color: white;
  margin-top: -1px; }

.tippy-box {
  border-radius: unset; }

.tippy-content {
  padding: 0; }

.tippy-arrow {
  color: white;
  z-index: -1; }

.tippy-box[data-theme~='fiusample'] {
  min-width: 300px; }

.tippy-box[data-theme~='fiuentitypopup'] {
  min-width: 300px; }

.fiu-galleryAd {
  display: none;
  opacity: 0; }
  .fiu-galleryAd--show {
    display: block;
    opacity: 1; }
  .fiu-galleryAd__text {
    padding-left: 5px; }
  .fiu-galleryAd__identifier {
    font-weight: bold;
    color: #999;
    font-size: 0.625rem; }
  .fiu-galleryAd__title {
    font-size: 0.75rem;
    font-family: BentonSansRE, Verdana, sans-serif; }
    .fiu-galleryAd__title a {
      font-weight: bold;
      text-decoration: none; }
  .fiu-galleryAd__copy {
    margin: 8px 0 0 0; }
    .fiu-galleryAd__copy a {
      text-decoration: none; }
      .fiu-galleryAd__copy a:hover {
        color: black; }
  .fiu-galleryAd__copy, .fiu-galleryAd__textLink {
    font-size: 0.625rem; }
  .fiu-galleryAd__imageLink {
    background-color: #f0f0f0;
    display: inline-block; }
    @media (min-width: 45em) {
      .fiu-galleryAd__imageLink {
        width: 220px;
        height: 220px; } }
  .fiu-galleryAd__wrapper {
    max-width: 100%; }
    @media (min-width: 45em) {
      .fiu-galleryAd__wrapper {
        width: 220px;
        min-height: 220px; } }
    .fiu-galleryAd__wrapper img {
      max-width: 100%; }

body:before {
  top: 800px; }

.fiu-sample-list {
  list-style-type: none;
  margin: 0;
  width: 100%; }
  .fiu-sample-list__item {
    display: block;
    position: relative;
    border-bottom: 1px #f0f0f0 solid;
    margin: 0; }
    @media (min-width: 45em) {
      .fiu-sample-list__item {
        min-height: 46px; } }
    .fiu-sample-list__item img {
      vertical-align: middle;
      max-width: 100%; }
      @media (max-width: 19.99em) {
        .fiu-sample-list__item img {
          max-width: 200px; } }

.fiu-sample-list .fiu-sampleUnavailable, .fiu-edit-list__results .fiu-sampleUnavailable {
  padding: 0.5rem 0;
  margin-left: 5px;
  font-size: 0.625rem;
  color: #999;
  overflow: hidden; }
  @media (min-width: 45em) {
    .fiu-sample-list .fiu-sampleUnavailable, .fiu-edit-list__results .fiu-sampleUnavailable {
      min-width: 214px; } }

.fiu-call-to-action {
  position: absolute;
  line-height: 1.6;
  top: 20px;
  left: 10px;
  right: 10px; }
  .fiu-call-to-action a, .fiu-call-to-action a:link, .fiu-call-to-action a:visited {
    color: white; }
  .fiu-call-to-action__learn-more {
    font-size: 0.75rem; }
  .fiu-call-to-action h4 {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: normal; }
    @media (min-width: 20em) and (max-width: 44.99em) {
      .fiu-call-to-action h4 {
        font-size: 1rem; } }
  .fiu-call-to-action__text {
    margin-top: 8px;
    margin-bottom: 10px;
    font-size: 0.625rem; }
  .fiu-call-to-action__contribute-now, .fiu-call-to-action__join-us {
    display: none; }

.fiu-nextUseNavigation {
  display: none;
  position: fixed;
  width: 100%;
  top: 48vh;
  left: 0; }
  @media (min-width: 76.25em) {
    .fiu-nextUseNavigation {
      display: block; } }

.fiu-nextUse {
  position: absolute;
  right: 20px; }
  .fiu-nextUse--prev {
    right: unset;
    left: 20px; }
  .fiu-nextUse button:before {
    margin-right: 0; }

.tgm-tagList__list {
  margin: 0;
  padding: 0;
  text-indent: 0; }

.tgm-tag {
  display: inline-block;
  background-color: #666;
  color: white;
  padding: 3px 7px;
  margin: 2px; }
  .tgm-tag--alias {
    background-color: #999; }
  .tgm-tag--suggest {
    background-color: #333; }

body:before {
  top: 800px; }

/**
* mixin for setting a grid-based width
*/
.fiu-siteContainer {
  margin: 30px auto;
  padding: 0; }
  @media (max-width: 44.99em) {
    .fiu-siteContainer {
      margin: 0 0 10px 0; } }
  @media (min-width: 45em) {
    .fiu-siteContainer {
      max-width: 700px; } }
  @media (min-width: 60em) {
    .fiu-siteContainer {
      max-width: 940px; } }
  @media (min-width: 76.25em) {
    .fiu-siteContainer--wide {
      max-width: 1180px; } }
  @media (min-width: 91.25em) {
    .fiu-siteContainer--wide {
      max-width: 1420px; } }

@media (max-width: 44.99em) {
  .fiu-section-container {
    padding: 0 10px 0 10px; } }

@media (max-width: 29.99em) {
  .fiu-section-container--header {
    background-color: white;
    box-sizing: border-box;
    z-index: 20000;
    position: fixed;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0; } }

@media (max-width: 44.99em) {
  .fiu-section-container--header {
    border-bottom: solid 3px #000;
    box-shadow: 0 8px 8px -5px rgba(0, 0, 0, 0.3); } }

.fiu-section-container--footer {
  padding-top: 10px; }

.fiu-main {
  padding-top: 20px;
  margin-bottom: 30px;
  background: white;
  position: relative; }
  @media (max-width: 29.99em) {
    .fiu-main {
      margin-top: 50px; } }

.fiu-header {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  position: relative;
  width: 100%; }
  @media (min-width: 45em) {
    .fiu-header {
      width: 700px; } }
  @media (min-width: 60em) {
    .fiu-header {
      width: 940px; } }
  @media (max-width: 44.99em) {
    .fiu-header {
      margin-bottom: 5px;
      padding-top: 10px;
      padding-bottom: 10px; } }
  @media (max-width: 29.99em) {
    .fiu-header {
      margin-bottom: 0;
      box-sizing: border-box;
      height: 50px; } }
  .fiu-header__branding {
    line-height: 0;
    width: 15%;
    margin-right: 20px; }
    @media (max-width: 44.99em) {
      .fiu-header__branding {
        margin-right: 15px;
        width: auto; }
        .fiu-header__branding img {
          height: 86px; } }
    @media (max-width: 29.99em) {
      .fiu-header__branding {
        margin-right: 10px; }
        .fiu-header__branding img {
          height: 30px; } }
    @media (min-width: 45em) {
      .fiu-header__branding {
        margin-right: 0;
        width: 240px; } }
    .fiu-header__branding img {
      max-width: 100%; }
  .fiu-header__right {
    width: 85%; }
    @media (min-width: 45em) {
      .fiu-header__right {
        width: 460px; } }
    @media (min-width: 60em) {
      .fiu-header__right {
        width: 700px; } }
    @media (max-width: 29.99em) {
      .fiu-header__right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        width: 100%; } }
  .fiu-header__rightUpper {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 29.99em) {
      .fiu-header__rightUpper {
        -ms-flex-order: 2;
            order: 2;
        margin-left: auto;
        -ms-flex-align: center;
            align-items: center; } }
  .fiu-header__rightLower {
    display: -ms-flexbox;
    display: flex;
    height: 82px;
    -ms-flex-align: end;
        align-items: flex-end; }
    @media (max-width: 29.99em) {
      .fiu-header__rightLower {
        width: 100%;
        -ms-flex-align: start;
            align-items: flex-start;
        margin-right: 10px;
        height: auto;
        -ms-flex-order: 1;
            order: 1; } }
    @media (min-width: 30em) and (max-width: 44.99em) {
      .fiu-header__rightLower {
        height: 46px; } }
  .fiu-header__mainMenu {
    width: 480px; }
    @media (max-width: 59.99em) {
      .fiu-header__mainMenu {
        display: none; } }
    .fiu-header__mainMenu li:first-child {
      width: 240px; }
  @media (min-width: 45em) {
    .fiu-header__sponsor {
      width: 360px; } }
  @media (min-width: 60em) {
    .fiu-header__sponsor {
      width: 480px; } }

.fiu-hamburger {
  display: none;
  margin-left: auto;
  padding: 1px 0; }
  @media (max-width: 59.99em) {
    .fiu-hamburger {
      display: block; } }

@media (min-width: 76.25em) {
  .fiu-siteContainer--wide .fiu-header {
    width: 1180px; } }

@media (min-width: 91.25em) {
  .fiu-siteContainer--wide .fiu-header {
    width: 1420px; } }

@media (min-width: 76.25em) {
  .fiu-siteContainer--wide .fiu-header__sponsor {
    width: 720px; } }

@media (min-width: 91.25em) {
  .fiu-siteContainer--wide .fiu-header__sponsor {
    width: 960px; } }

@media (min-width: 76.25em) {
  .fiu-siteContainer--wide .fiu-header__mainMenu {
    width: 720px; } }

@media (min-width: 91.25em) {
  .fiu-siteContainer--wide .fiu-header__mainMenu {
    width: 960px; } }

@media (min-width: 76.25em) {
  .fiu-siteContainer--wide .fiu-header__right {
    width: 940px; } }

@media (min-width: 91.25em) {
  .fiu-siteContainer--wide .fiu-header__right {
    width: 1180px; } }

.fiu-heyUser {
  font-size: 0.625rem;
  color: #999; }
  @media (max-width: 44.99em) {
    .fiu-heyUser {
      margin-left: auto; } }
  @media (max-width: 59.99em) {
    .fiu-heyUser {
      display: none; } }
  .fiu-heyUser .suffix {
    display: none; }
    @media (min-width: 60em) {
      .fiu-heyUser .suffix {
        display: inline; } }

@media (max-width: 59.99em) {
  .fiu-userMenu__wrapper {
    display: none; } }

.fiu-quickLists__wrapper {
  display: none; }
  @media (min-width: 45em) {
    .fiu-quickLists__wrapper {
      display: block; } }

.fiu-page__header {
  margin-bottom: 20px; }
  .fiu-page__header--complex {
    margin-bottom: 35px; }

.fiu-content {
  max-width: 700px; }
  .fiu-content--standard {
    margin-bottom: 50px; }
    @media (max-width: 59.99em) {
      .fiu-content--standard {
        margin-bottom: 0; } }
  .fiu-content--full {
    width: 940px; }
    @media (max-width: 59.99em) {
      .fiu-content--full {
        width: auto; } }

.fiu-sidebar {
  padding-left: 20px;
  width: 220px; }

.fiu-sidebarred {
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 45em) {
    .fiu-sidebarred .fiu-content {
      width: 700px; } }
  @media (max-width: 59.99em) {
    .fiu-sidebarred {
      -ms-flex-direction: column;
          flex-direction: column; }
      .fiu-sidebarred .fiu-sidebar {
        padding-left: 0;
        width: auto; } }

.fiu-link--ext:after {
  content: '\a0 →'; }

.fiu-link--ext[href=''] {
  opacity: 0.25; }
  .fiu-link--ext[href='']:focus, .fiu-link--ext[href='']:hover {
    opacity: 1; }

.fiu-link--toAdmin {
  padding: 5px 5px;
  position: absolute;
  top: 3px;
  right: 0;
  background-color: #ddd;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.625rem;
  font-weight: normal;
  vertical-align: middle;
  text-decoration: none !important;
  color: white !important;
  display: inline; }
  .fiu-link--toAdmin:after {
    content: ""; }
  .fiu-link--toAdmin:hover {
    background-color: #666; }

a.fiu-button {
  color: white !important; }

.fiu-button {
  color: white;
  cursor: pointer;
  font-size: 0.75rem;
  background-color: #999;
  padding: 4px 7px;
  background-image: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-sizing: border-box;
  position: relative;
  text-decoration: none !important;
  text-align: left;
  border: 0; }
  .fiu-button__wrapper {
    position: relative; }
  .fiu-button__icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px; }
  .fiu-button__icon + .fiu-button__label {
    margin-left: 4px; }
  .fiu-button:hover {
    background-color: #666;
    color: white; }
  .fiu-button--tiny {
    background-image: none;
    background-color: #999;
    color: white;
    padding: 8px 12px;
    font-size: 0.875rem;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    padding: 3px 5px;
    font-size: 0.625rem; }
    .fiu-button--tiny:hover {
      background-color: #666;
      color: white; }
  .fiu-button--big {
    font-size: 0.75rem;
    padding: 6px 12px; }
  .fiu-button--bigger {
    font-size: 0.875rem;
    padding: 8px 12px; }
  .fiu-button--iconed {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 4px 8px 5px 8px; }
  .fiu-button--active {
    background-color: black; }
    .fiu-button--active:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding-right: 3px;
      content: ""; }
  .fiu-button--add:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 3px;
    content: ""; }
  .fiu-button--disabled {
    opacity: 0.75;
    cursor: default;
    pointer-events: none; }
  .fiu-button--highlight1 {
    background-color: #ff4b33; }
  .fiu-button--highlight2 {
    color: black !important;
    background-color: #fff380; }
  .fiu-button--pale {
    background-color: #ccc; }
  .fiu-button--facebook {
    background-color: #3b5998; }
  .fiu-button--loading:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    padding: 0;
    margin-right: 5px;
    animation: spin 400ms infinite linear; }
  .fiu-button--appendix {
    position: absolute;
    top: 0;
    right: 0;
    border-left: solid 1px white; }
  .fiu-button__suffix {
    background-color: #ddd;
    color: #999;
    padding: 4px 6px;
    font-size: 0.75rem;
    position: relative; }

.fiu-button-row__cell {
  display: inline; }
  .fiu-button-row__cell + .fiu-button-row__cell {
    margin-left: 2px; }

.fiu-double-button__child {
  display: inline-block; }

.fiu-double-button__child1 {
  width: 80%; }

.fiu-double-button__child2 {
  width: 20%; }

.fiu-button-menu {
  display: none;
  z-index: 10;
  list-style: none;
  margin: 0;
  position: absolute;
  left: 0;
  line-height: 0; }
  .fiu-button-menu__cell {
    display: inline-block;
    border-top: 1px solid white;
    width: 100px; }
  .fiu-button-menu__item {
    display: inline-block;
    min-width: 100px;
    width: 100%;
    line-height: 1.2; }
  .fiu-button-menu__opener {
    position: relative;
    z-index: 11;
    cursor: pointer; }
    .fiu-button-menu__opener--icon {
      color: #ccc; }
      .fiu-button-menu__opener--icon:before {
        content: "";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        float: right;
        color: inherit;
        font-size: 0.75rem;
        cursor: pointer; }
      .fiu-button-menu__opener--icon:after {
        content: '';
        z-index: -1;
        position: absolute;
        display: inline-block;
        width: 25px;
        height: 20px;
        background-color: rgba(255, 255, 255, 0); }
      .fiu-button-menu__opener--icon:hover {
        color: #666; }
        .fiu-button-menu__opener--icon:hover:before {
          content: ""; }
  .fiu-button-menu__opener:hover .fiu-button-menu {
    display: inline-block; }
  .fiu-button-menu--from-button {
    top: 23px;
    font-family: BentonSansRE, Verdana, sans-serif; }
  .fiu-button-menu--from-icon {
    top: -5px;
    left: 15px; }

.fiu-bookmarklet-button {
  background-image: none;
  background-color: #999;
  color: white;
  padding: 8px 12px;
  font-size: 0.875rem;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  cursor: move;
  color: white !important;
  text-decoration: none !important; }
  .fiu-bookmarklet-button:hover {
    background-color: #666;
    color: white; }
  .fiu-bookmarklet-button__arrow-wrapper {
    position: relative; }
  .fiu-bookmarklet-button__arrow {
    display: none;
    position: absolute;
    background-image: url("/images/bookmarklet-arrow.png");
    background-repeat: none;
    width: 101px;
    height: 310px;
    top: -336px;
    left: 110px; }

.fiu-progress-bar {
  width: 100%;
  height: 5px;
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  background-color: #f0f0f0; }
  .fiu-progress-bar__core {
    position: absolute;
    transition: width 0.1s;
    top: 0;
    left: 0;
    background-color: #393;
    height: 100%;
    width: 0; }
  .fiu-progress-bar--main {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 10px; }
  .fiu-progress-bar__label {
    color: white;
    position: relative;
    font-size: 0.6875rem;
    display: inline-block;
    width: 100%;
    text-align: center; }

.fiu-close {
  color: #666;
  cursor: pointer; }
  .fiu-close:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 3px;
    content: ""; }
  .fiu-close--small {
    position: absolute;
    top: 2px;
    right: 2px; }

.fiu-help {
  position: relative;
  margin-left: 7px;
  vertical-align: top;
  text-decoration: none;
  background-color: #ddd;
  color: #999;
  padding: 3px 5px;
  font-size: 0.625rem;
  cursor: pointer;
  top: 3px; }
  .fiu-help--tiny {
    font-size: 0.5625rem;
    color: white;
    background-color: #ccc;
    font-weight: normal;
    padding: 2px 4px;
    margin-left: 3px; }
  @media (max-width: 59.99em) {
    .fiu-help {
      display: none; } }
  .fiu-help--right {
    position: absolute;
    right: -20px;
    top: 20px; }

.sweet-alert {
  border-radius: 0;
  box-sizing: content-box; }
  .sweet-alert button {
    border-radius: 0;
    font-size: 0.875rem;
    font-weight: normal;
    background-image: none;
    background-color: #999;
    color: white;
    padding: 8px 12px;
    font-size: 0.875rem;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    color: white !important;
    padding: 4px 6px;
    font-size: 0.75rem; }
    .sweet-alert button:hover {
      background-color: #666;
      color: white; }

.fiu-modal {
  margin: auto;
  border: 1px solid #ccc;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 0;
  outline: none;
  padding: 30px 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 500px; }
  .fiu-modal__overlay {
    position: fixed;
    z-index: 9999;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.75); }
  .fiu-modal__text-entry {
    min-width: 300px;
    min-height: 200px; }

.fiu-two-columns {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 59.99em) {
    .fiu-two-columns {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .fiu-two-columns__left {
    width: 480px; }
    @media (max-width: 59.99em) {
      .fiu-two-columns__left {
        width: 100%; } }
  .fiu-two-columns__right {
    width: 460px; }
    @media (max-width: 59.99em) {
      .fiu-two-columns__right {
        width: 100%; } }

.fiu-linkList .fiu-entityUseLink {
  white-space: normal; }

.fiu-linkList--large__title {
  font-size: 1.5rem;
  border-bottom: 3px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.fiu-linkList--large__items {
  margin: 0;
  list-style: none; }

.fiu-linkList--large__item {
  list-style: none; }

.fiu-linkList--large__wrapper {
  width: 100%; }

.fiu-linkList--large--wrapping {
  vertical-align: top;
  box-sizing: border-box;
  overflow: hidden;
  width: 240px;
  padding-right: 20px;
  padding-bottom: 20px;
  display: inline-block; }

.fiu-linkList--expandable .fiu-linkList__close, .fiu-linkList--expandable .fiu-linkList__open {
  font-size: 0.625rem;
  color: #666;
  text-decoration: underline;
  cursor: pointer; }

.fiu-linkList--expandable .fiu-linkList__close {
  display: none; }

.fiu-linkList--expandable .fiu-linkList__item--extra {
  display: none; }

.fiu-linkList--expandable .fiu-linkList__item--expanded {
  display: block; }

.fiu-linkList--inline {
  display: inline; }
  .fiu-linkList--inline .fiu-linkList__item {
    display: inline; }
    .fiu-linkList--inline .fiu-linkList__item--extra {
      display: none; }
  .fiu-linkList--inline .fiu-linkList__item ~ .fiu-linkList__item:before {
    content: ', ';
    display: inline; }

.fiu-linkList--no-seps .fiu-linkList__item ~ .fiu-linkList__item:before {
  content: ' '; }

.fiu-linkList--expandable.fiu-linkList--inline .fiu-linkList__open {
  display: inline; }

.fiu-linkList--expandable.fiu-linkList--inline .fiu-linkList__open, .fiu-linkList--expandable.fiu-linkList--inline .fiu-linkList__close {
  padding-left: 5px; }

.fiu-wysiwyg[contenteditable]:focus {
  outline: 1px solid #ddd; }

.fiu-wysiwyg__wrapper {
  position: relative; }
  .fiu-wysiwyg__wrapper--responsive {
    max-width: 660px; }

.fiu-wysiwyg__controls {
  box-sizing: border-box;
  position: absolute;
  text-align: right;
  display: none; }
  .fiu-wysiwyg__controls button {
    background-image: none;
    background-color: #999;
    color: white;
    padding: 8px 12px;
    font-size: 0.875rem;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    padding: 3px 5px;
    font-size: 0.625rem;
    background-color: #ccc;
    margin-left: 3px; }
    .fiu-wysiwyg__controls button:hover {
      background-color: #666;
      color: white; }
  @media (max-width: 59.99em) {
    .fiu-wysiwyg__controls {
      right: 20px !important;
      left: auto !important;
      display: block !important;
      top: 0; } }

.fiu-badge {
  line-height: 1.6;
  width: 90px;
  font-size: 1.5rem;
  z-index: 3;
  color: white;
  position: absolute;
  top: 5px;
  right: -20px;
  margin: 0;
  text-align: center;
  transform: rotate(45deg); }
  .fiu-badge__triangle {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 75px solid transparent;
    border-top: 75px solid black;
    z-index: 3; }
  .fiu-badge--blocked {
    top: 10px;
    right: -15px;
    font-size: 1.125rem; }
  .fiu-badge--staff_pick {
    font-size: 1.125rem;
    top: 14px;
    right: -17px; }
  .fiu-badge--awaiting_approval {
    width: 75px;
    font-size: 0.875rem;
    line-height: 1;
    top: 10px;
    right: -10px; }

.fiu-gallery--embedded__wrapper:before, .fiu-gallery--embedded__wrapper:after {
  content: "";
  display: table; }

.fiu-gallery--embedded__wrapper:after {
  clear: both; }

.fiu-gallery--embedded .fiu-gallery-item {
  height: auto; }

.fiu-gallery {
  margin-bottom: 20px; }
  .fiu-gallery__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (min-width: 20em) {
      .fiu-gallery__container {
        margin-right: -20px; } }
  .fiu-gallery__cell {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 0 0 30px 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
    @media (min-width: 20em) {
      .fiu-gallery__cell {
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
        .fiu-gallery__cell .fiu-gallery-item {
          margin-right: 20px; } }
    @media (min-width: 30em) {
      .fiu-gallery__cell {
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%; } }
    @media (min-width: 45em) {
      .fiu-gallery__cell {
        -ms-flex: 0 0 240px;
            flex: 0 0 240px; } }
    @media (min-width: 76.25em) {
      .fiu-gallery__cell {
        -ms-flex: 0 0 20%;
            flex: 0 0 20%; } }
    @media (min-width: 91.25em) {
      .fiu-gallery__cell {
        -ms-flex: 0 0 16.6%;
            flex: 0 0 16.6%; } }
    .fiu-gallery__cell--ad {
      -ms-flex-order: 1;
          order: 1; }
      @media (min-width: 45em) {
        .fiu-gallery__cell--ad {
          -ms-flex-order: 1;
              order: 1; } }
      @media (min-width: 60em) {
        .fiu-gallery__cell--ad {
          -ms-flex-order: 2;
              order: 2; } }
      @media (min-width: 76.25em) {
        .fiu-gallery__cell--ad {
          -ms-flex-order: 4;
              order: 4; } }
      @media (min-width: 91.25em) {
        .fiu-gallery__cell--ad {
          -ms-flex-order: 5;
              order: 5; } }
    .fiu-gallery__cell:last-child {
      margin-right: auto; }
  @supports (display: grid) {
    .fiu-gallery__container {
      display: -ms-grid;
      display: grid;
      -ms-flex-pack: inherit;
          justify-content: inherit;
      grid-column-gap: 20px; }
      @media (min-width: 20em) {
        .fiu-gallery__container {
          margin-right: 0;
          -ms-grid-columns: (1fr)[2];
              grid-template-columns: repeat(2, 1fr); }
          .fiu-gallery__container .fiu-gallery-item {
            margin-right: 0; } }
      @media (min-width: 30em) {
        .fiu-gallery__container {
          -ms-grid-columns: (1fr)[3];
              grid-template-columns: repeat(3, 1fr); } }
      @media (min-width: 60em) {
        .fiu-gallery__container {
          -ms-grid-columns: (1fr)[4];
              grid-template-columns: repeat(4, 1fr); } }
      @media (min-width: 76.25em) {
        .fiu-gallery__container {
          -ms-grid-columns: (1fr)[5];
              grid-template-columns: repeat(5, 1fr); } }
      @media (min-width: 91.25em) {
        .fiu-gallery__container {
          -ms-grid-columns: (1fr)[6];
              grid-template-columns: repeat(6, 1fr); } }
      @media (min-width: 20em) {
        .fiu-gallery__container--more {
          -ms-grid-columns: (1fr)[2];
              grid-template-columns: repeat(2, 1fr); } }
      @media (min-width: 30em) {
        .fiu-gallery__container--more {
          -ms-grid-columns: (1fr)[3];
              grid-template-columns: repeat(3, 1fr); } }
      @media (min-width: 30em) and (max-width: 59.99em) {
        .fiu-gallery__container--more > div:nth-child(1) {
          display: none; } }
      @media (min-width: 60em) {
        .fiu-gallery__container--more {
          -ms-grid-columns: (1fr)[4];
              grid-template-columns: repeat(4, 1fr); } } }
  .fiu-gallery__sort-filter-menu {
    display: inline-block; }
    .fiu-gallery__sort-filter-menu .prefix {
      display: none; }
      @media (min-width: 60em) {
        .fiu-gallery__sort-filter-menu .prefix {
          display: inline; } }
    @media (max-width: 44.99em) {
      .fiu-gallery__sort-filter-menu {
        margin-top: 10px; } }
  .fiu-gallery__filter-menu {
    display: inline-block;
    padding-right: 10px; }
    .fiu-gallery__filter-menu ul {
      display: inline;
      margin: 0;
      list-style: none; }
      .fiu-gallery__filter-menu ul li {
        display: inline; }
    .fiu-gallery__filter-menu li + li:before {
      color: #999;
      content: '/'; }
  .fiu-gallery__dropdown-menu {
    display: inline-block;
    position: relative; }
    .fiu-gallery__dropdown-menu:hover ul {
      display: inline-block;
      z-index: 5; }
    .fiu-gallery__dropdown-menu .opener {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: default;
      display: inline-block;
      font-weight: bold; }
      .fiu-gallery__dropdown-menu .opener .prefix {
        font-weight: normal; }
      .fiu-gallery__dropdown-menu .opener .arr {
        font-weight: normal;
        font-size: 0.625rem; }
    .fiu-gallery__dropdown-menu ul {
      background-color: white;
      position: absolute;
      margin: 0;
      list-style: none;
      display: none;
      padding: 5px 10px 10px 10px;
      top: 18px;
      min-width: 140px;
      right: 0;
      box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.2); }
      .fiu-gallery__dropdown-menu ul li {
        padding: 3px 3px; }
  .fiu-gallery__settings-menu {
    display: none;
    padding-left: 8px; }
    @media (min-width: 60em) {
      .fiu-gallery__settings-menu {
        display: inline-block; } }
    .fiu-gallery__settings-menu ul {
      display: inline;
      margin: 0;
      list-style: none; }
      .fiu-gallery__settings-menu ul li {
        display: inline; }
      .fiu-gallery__settings-menu ul li {
        display: inline-block;
        vertical-align: bottom; }
        .fiu-gallery__settings-menu ul li a {
          cursor: pointer;
          display: inline-block;
          width: 17px;
          height: 17px; }
      .fiu-gallery__settings-menu ul li + li {
        margin-left: 2px; }
    .fiu-gallery__settings-menu .choose-grid-layout {
      background-image: url("/images/fiu-sprites.gif");
      background-repeat: no-repeat;
      background-position: 0px 0px;
      width: 17px;
      height: 17px; }
    .fiu-gallery__settings-menu .choose-grid-layout.current {
      background-image: url("/images/fiu-sprites.gif");
      background-repeat: no-repeat;
      background-position: 0px -36px;
      width: 17px;
      height: 17px; }
    .fiu-gallery__settings-menu .choose-masonry-layout {
      background-image: url("/images/fiu-sprites.gif");
      background-repeat: no-repeat;
      background-position: -36px 0px;
      width: 17px;
      height: 17px; }
    .fiu-gallery__settings-menu .choose-masonry-layout.current {
      background-image: url("/images/fiu-sprites.gif");
      background-repeat: no-repeat;
      background-position: -36px -36px;
      width: 17px;
      height: 17px; }
  .fiu-gallery__sort-menu {
    display: none; }
    @media (min-width: 30em) {
      .fiu-gallery__sort-menu {
        display: inline-block; } }
  .fiu-gallery--masonry {
    display: block; }
    .fiu-gallery--masonry .fiu-sample-list {
      display: none; }
    .fiu-gallery--masonry .fiu-gallery__cell {
      overflow: visible;
      opacity: 0;
      margin-bottom: 30px;
      margin-right: 0;
      transition: opacity 0.2s, margin-top 0.2s;
      width: 220px;
      height: auto; }
      .fiu-gallery--masonry .fiu-gallery__cell--ready {
        opacity: 1; }
    .fiu-gallery--masonry .fiu-gallery-item__img-wrapper {
      padding-bottom: 0;
      height: auto; }
      .fiu-gallery--masonry .fiu-gallery-item__img-wrapper img {
        min-height: 0; }

.fiu-gallery-item {
  overflow: hidden; }
  .fiu-gallery-item h4 {
    font-weight: normal; }
  .fiu-gallery-item__headline {
    padding-right: 3px; }
  .fiu-gallery-item__date {
    font-size: 1rem;
    letter-spacing: 0.5px; }
    .fiu-gallery-item__date:before {
      content: ' ';
      display: inline; }
  .fiu-gallery-item__img-wrapper {
    position: relative;
    max-width: 100%;
    background-color: #f0f0f0;
    overflow: hidden;
    cursor: pointer;
    line-height: 0;
    padding-bottom: 100%;
    height: 0; }
    .fiu-gallery-item__img-wrapper:hover * > .fiu-gallery-item__details {
      display: block;
      z-index: 4; }
    .fiu-gallery-item__img-wrapper:hover .fiu-gallery-item__controls {
      display: block !important;
      z-index: 10; }
    .fiu-gallery-item__img-wrapper:hover * > .fiu-badge__triangle {
      display: none; }
    .fiu-gallery-item__img-wrapper:hover * > .fiu-badge {
      display: none; }
    .fiu-gallery-item__img-wrapper a {
      text-decoration: none; }
    .fiu-gallery-item__img-wrapper img {
      max-width: 100%;
      width: 100%;
      line-height: 1.6; }
      .fiu-gallery-item__img-wrapper img:-moz-loading {
        visibility: hidden; }
      @media (min-width: 45em) {
        .fiu-gallery-item__img-wrapper img {
          min-height: 220px; } }
    .fiu-gallery-item__img-wrapper--call-to-action {
      background-color: #444 !important;
      height: 0;
      padding-bottom: 100%; }
  .fiu-gallery-item__details {
    display: inherit;
    color: white;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
    cursor: pointer;
    line-height: 1.6;
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    color: white;
    z-index: 2;
    box-sizing: border-box; }
    .fiu-gallery-item__details h4 {
      margin-bottom: 5px;
      padding-bottom: 5px;
      font-weight: normal; }
      @media (min-width: 20em) and (max-width: 44.99em) {
        .fiu-gallery-item__details h4 {
          font-size: 1rem; } }
    .fiu-gallery-item__details a {
      color: white;
      text-decoration: none; }
  .fiu-gallery-item__designers {
    list-style: none;
    margin: 0 0 7px 0; }
  .fiu-gallery-item__contributor {
    font-size: 0.625rem;
    line-height: 1.2; }
  .fiu-gallery-item__controls {
    margin: 0;
    position: absolute;
    display: none;
    right: 10px;
    bottom: 10px;
    z-index: 4; }
  .fiu-gallery-item--no-thumbnail .fiu-gallery-item__img-wrapper {
    display: inherit;
    color: white;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2; }
  .fiu-gallery-item--no-samples {
    height: 230px; }

.fiu-galleryHead {
  font-size: 0.75rem;
  margin-bottom: 15px;
  position: relative; }
  .fiu-galleryHead ul {
    margin: 0;
    list-style: none; }
  .fiu-galleryHead__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 45em) {
      .fiu-galleryHead__row {
        -ms-flex-direction: row;
            flex-direction: row; } }
    .fiu-galleryHead__row + .fiu-galleryHead__row {
      padding-top: 15px; }
    .fiu-galleryHead__row--left {
      position: relative;
      padding-right: 20px;
      max-width: 580px; }
    .fiu-galleryHead__row--left-expanding {
      margin-right: auto; }
    .fiu-galleryHead__row--right {
      white-space: nowrap; }
      @media (min-width: 45em) {
        .fiu-galleryHead__row--right {
          padding-top: 5px; } }
    @media (min-width: 45em) {
      .fiu-galleryHead__row--right-right-align {
        text-align: right; } }
  .fiu-galleryHead__title {
    display: inline-block; }
  .fiu-galleryHead__aliases {
    color: #999;
    margin-bottom: 10px; }
  .fiu-galleryHead__uses-headline {
    font-size: 2rem; }
  .fiu-galleryHead--low-headline h1 {
    margin-bottom: 0; }
  .fiu-galleryHead__text-core {
    min-height: 1.5rem;
    position: relative; }
  .fiu-galleryHead__text p:last-child {
    margin-bottom: 0; }
  .fiu-galleryHead__buttonBar {
    margin: 0 0 10px 0; }

.fiu-galleryMetadata__section h4 {
  padding-bottom: 5px;
  font-family: BentonSansRE, Verdana, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  color: #999; }
  .fiu-galleryMetadata__section h4 a {
    text-decoration: none;
    color: #999; }

.fiu-small-sample-list {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
  margin-bottom: 10px; }
  .fiu-small-sample-list__item {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px; }
    .fiu-small-sample-list__item img {
      height: 36px;
      vertical-align: middle; }
    .fiu-small-sample-list__item:hover {
      background-color: #f0f0f0;
      outline: solid 5px #f0f0f0; }

.fiu-footer, .fiu-pagination {
  transition: margin-top 0.1s; }

.fiu-body--type-entity-gallery .fiu-galleryMetadata__wrapper--1 {
  margin-top: 20px !important; }

.fiu-galleryHead--multicolumn {
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 44.99em) {
    .fiu-galleryHead--multicolumn {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .fiu-galleryHead--multicolumn .fiu-galleryHead__title {
    padding-right: 20px; }
  .fiu-galleryHead--multicolumn .fiu-galleryHead__text {
    width: 480px; }
    @media (max-width: 44.99em) {
      .fiu-galleryHead--multicolumn .fiu-galleryHead__text {
        width: 100%;
        margin-bottom: 0; } }
    .fiu-galleryHead--multicolumn .fiu-galleryHead__text img {
      position: relative;
      max-width: 440px; }
      @media (max-width: 29.99em) {
        .fiu-galleryHead--multicolumn .fiu-galleryHead__text img {
          max-width: 100%; } }
    .fiu-galleryHead--multicolumn .fiu-galleryHead__text-core {
      min-height: 1.5rem;
      padding-right: 20px; }
    .fiu-galleryHead--multicolumn .fiu-galleryHead__text--padded {
      margin-bottom: 10px; }
  .fiu-galleryHead--multicolumn .fiu-galleryMetadata__wrapper {
    box-sizing: border-box; }
    @media (min-width: 30em) {
      .fiu-galleryHead--multicolumn .fiu-galleryMetadata__wrapper {
        display: -ms-flexbox;
        display: flex; } }
    .fiu-galleryHead--multicolumn .fiu-galleryMetadata__wrapper--1 {
      margin-top: 10px;
      width: 700px; }
      @media (max-width: 76.24em) {
        .fiu-galleryHead--multicolumn .fiu-galleryMetadata__wrapper--1 {
          width: 460px; } }
      @media (max-width: 59.99em) {
        .fiu-galleryHead--multicolumn .fiu-galleryMetadata__wrapper--1 {
          width: 220px; } }
      @media (max-width: 44.99em) {
        .fiu-galleryHead--multicolumn .fiu-galleryMetadata__wrapper--1 {
          width: 460px; } }
      @media (max-width: 59.99em) {
        .fiu-galleryHead--multicolumn .fiu-galleryMetadata__wrapper--1 {
          display: block; } }
      @media (max-width: 44.99em) {
        .fiu-galleryHead--multicolumn .fiu-galleryMetadata__wrapper--1 {
          display: -ms-flexbox;
          display: flex; } }
      @media (max-width: 29.99em) {
        .fiu-galleryHead--multicolumn .fiu-galleryMetadata__wrapper--1 {
          width: 100%;
          display: block; } }
    @media (max-width: 76.24em) {
      .fiu-galleryHead--multicolumn .fiu-galleryMetadata__wrapper--2 {
        display: block; } }
    .fiu-galleryHead--multicolumn .fiu-galleryMetadata__wrapper--3 .fiu-galleryMetadata__section {
      padding-right: 0; }
  .fiu-galleryHead--multicolumn .fiu-galleryMetadata__section {
    width: 220px;
    padding-right: 20px;
    padding-bottom: 20px; }
    .fiu-galleryHead--multicolumn .fiu-galleryMetadata__section--related .fiu-entityUseLink {
      white-space: normal; }
    @media (max-width: 29.99em) {
      .fiu-galleryHead--multicolumn .fiu-galleryMetadata__section {
        padding-bottom: 8px;
        width: 100%; }
        .fiu-galleryHead--multicolumn .fiu-galleryMetadata__section h4 {
          display: inline;
          padding-right: 5px;
          color: black; }
          .fiu-galleryHead--multicolumn .fiu-galleryMetadata__section h4:after {
            content: ':'; } }

.fiu-galleryHead__image .fiu-sampleUnavailable {
  margin-bottom: 15px; }
  .fiu-galleryHead__image .fiu-sampleUnavailable__name {
    line-height: 1;
    font-family: RelayCond, Arial, serif;
    font-size: 3rem;
    font-weight: bold;
    padding-bottom: 0.5rem; }
  .fiu-galleryHead__image .fiu-sampleUnavailable__label {
    color: #999;
    display: block; }

.fiu-body--type-entity-gallery.fiu-body--screenshot .fiu-galleryHead {
  margin-bottom: 0; }

.fiu-body--type-entity-gallery.fiu-body--screenshot .fiu-siteContainer {
  margin-top: 10px; }

.fiu-expanding-text--expanded {
  display: none; }

.fiu-expanding-text__show {
  font-size: 0.625rem;
  color: #666; }

.fiu-pagination a {
  background-image: none;
  background-color: #999;
  color: white;
  padding: 8px 12px;
  font-size: 0.875rem;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  padding: 4px 6px; }
  .fiu-pagination a:hover {
    background-color: #666;
    color: white; }

.fiu-form {
  margin: 10px 0 30px 0; }
  .fiu-form__label {
    display: block;
    font-size: 0.625rem;
    color: #666; }
    .fiu-form__label--checkbox {
      width: auto; }
  .fiu-form__field {
    font-size: 1.5rem;
    width: 340px;
    max-width: 340px; }
    @media (max-width: 59.99em) {
      .fiu-form__field {
        width: 100%;
        box-sizing: border-box; } }
    .fiu-form__field--checkbox {
      width: auto; }
    .fiu-form__field--invalid {
      color: #ff4b33;
      font-size: 0.625rem;
      display: block; }
    .fiu-form__field--invalid-after {
      display: inline;
      margin-left: 10px; }
  .fiu-form__submit {
    width: auto;
    margin-top: 10px; }
  .fiu-form__error {
    color: #ff4b33;
    font-size: 0.625rem;
    display: block; }
  .fiu-form__errors {
    display: inline;
    list-style-type: none;
    margin: 0 0 10px 5px; }
    .fiu-form__errors li {
      display: inline;
      color: #ff4b33;
      margin-bottom: 5px; }
    .fiu-form__errors li:after {
      content: ". "; }
    .fiu-form__errors li:last-child:after {
      content: ""; }
  .fiu-form__row {
    position: relative;
    margin-bottom: 10px; }
    .fiu-form__row--checkbox {
      padding: 5px 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .fiu-form__row--checkbox .fiu-form__field--checkbox {
        -ms-flex-order: 1;
            order: 1;
        margin: 5px 10px 5px 0; }
      .fiu-form__row--checkbox .fiu-form__label--checkbox {
        -ms-flex-order: 2;
            order: 2;
        display: inline; }
      .fiu-form__row--checkbox .fiu-help {
        -ms-flex-order: 3;
            order: 3;
        top: 0; }
  .fiu-form--contact select {
    font-size: 1rem;
    margin-bottom: 10px; }
  .fiu-form--contact textarea {
    box-sizing: border-box;
    width: 100%;
    max-width: 500px;
    height: 150px; }
  .fiu-form--contact .fiu-form__row--checkbox {
    visibility: hidden;
    height: 0;
    position: absolute; }

.fiu-text--captioning {
  font-size: 0.625rem;
  color: #999; }
  .fiu-text--captioning a {
    color: #999; }

.fiu-body--screenshot .fiu-siteContainer {
  margin: 0;
  max-width: unset; }

.fiu-body--screenshot .fiu-main {
  padding: 0;
  margin: 0; }

.fiu-body--screenshot .sf-toolbar {
  display: none !important; }

.fiu-useScreenshot {
  display: -ms-flexbox;
  display: flex; }
  .fiu-useScreenshot img {
    display: block; }
  .fiu-useScreenshot--families {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px; }
  .fiu-useScreenshot .fiu-sampleUnavailable {
    font-size: 1.5rem; }

.fiu-galleryScreenshot img {
  display: block;
  max-width: 100%; }

.fiu-galleryScreenshot__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr); }

.fiu-personUses {
  padding-top: 10px; }
  @media (min-width: 60em) {
    .fiu-personUses {
      padding-top: 10px; } }
  .fiu-personUses h2 {
    margin: 10px 0 20px 0; }
    @media (min-width: 60em) {
      .fiu-personUses h2 {
        margin: 20px 0 20px 0; } }

.fiu-biblio-entries {
  margin: 1rem 0; }
  .fiu-biblio-entries dd, .fiu-biblio-entries dt {
    display: inline; }

.fiu-biblio-entry + .fiu-biblio-entry {
  margin-top: 1rem; }

.fiu-biblio-entry__authors {
  font-weight: bold;
  text-decoration: none !important; }
  .fiu-biblio-entry__authors .fiu-listSep {
    font-weight: normal; }

.fiu-biblio-entry__title {
  font-style: italic; }
  .fiu-biblio-entry__title:after {
    content: '.'; }

.fiu-biblio-entry__description p {
  display: inline; }

.fiu-biblio-entry__annotation p {
  margin: 0 !important; }

.fiu-biblio-entry__tags {
  font-size: 0.75rem;
  margin: 0; }
  .fiu-biblio-entry__tags a:link {
    color: #999; }
  .fiu-biblio-entry__tags a:hover {
    color: #ff4b33; }

*[contenteditable] {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text; }
