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

/* Stylesheet for Better Autocomplete jQuery plugin by Didrik Nordström */
.better-autocomplete,
.better-autocomplete > .result {
  cursor: pointer;
  list-style: none;
  padding: 0;
  margin: 0;
  background: none; }

.better-autocomplete {
  text-align: left;
  overflow: auto;
  cursor: default;
  background: white;
  border-bottom: 1px solid #ccc; }

/* Groups */
.better-autocomplete > .group {
  position: relative;
  padding: 3px;
  text-align: center;
  background: #f0f0f0;
  border-color: #ccc;
  border-width: 1px 1px 0 1px;
  border-style: solid; }

.better-autocomplete > .group > h3 {
  font-size: 0.6875rem;
  color: #444;
  padding: 0;
  margin: 0; }

/* Results */
.better-autocomplete > .result {
  position: relative;
  padding: 5px 7px;
  background: white;
  border-color: #ccc;
  border-width: 1px 1px 0 1px;
  border-style: solid; }

.better-autocomplete > .result > h4 {
  font-size: 0.75rem;
  color: #444;
  padding: 0;
  margin: 0 0 2px 0; }

.better-autocomplete > .result > p {
  font-size: 0.6875rem;
  line-height: 1.3;
  color: #666;
  padding: 0;
  margin: 0; }

/* Highlighting */
.better-autocomplete > .result.highlight {
  background: #666;
  border-top-color: #444; }

.better-autocomplete > .result.highlight > h4,
.better-autocomplete > .result.highlight > p {
  color: white; }

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,
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 {
  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-bordered-image {
  outline: #ddd solid 1px;
  outline-offset: -1px; }

.fiu-entity-use-link {
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none !important; }
  .fiu-entity-use-link__label {
    text-decoration: underline; }
  .fiu-entity-use-link__use-count {
    color: #999;
    text-decoration: none; }
  .fiu-entity-use-link--secondary a:link, .fiu-entity-use-link--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-flash-notice {
  font-size: 0.625rem; }

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

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

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

.fiu-search-box {
  position: relative;
  width: 220px;
  display: inline; }
  @media (max-width: 29.99em) {
    .fiu-search-box {
      width: 100%; } }
  .fiu-search-box__input {
    font-size: 0.75rem;
    border: solid #ddd 1px;
    padding: 5px;
    height: 16px;
    box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.05);
    width: 95%; }
    @media (max-width: 29.99em) {
      .fiu-search-box__input {
        font-size: 0.625rem; } }
    @media (max-width: 22.5em) {
      .fiu-search-box__input::-webkit-input-placeholder {
        opacity: 0;
        visibility: hidden; }
      .fiu-search-box__input:-ms-input-placeholder {
        opacity: 0;
        visibility: hidden; }
      .fiu-search-box__input::placeholder {
        opacity: 0;
        visibility: hidden; } }
  .fiu-search-box__input-wrapper {
    position: relative; }
  .fiu-search-box__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;
    top: 2px;
    right: 6px;
    cursor: pointer; }
    .fiu-search-box__glass:after {
      content: ""; }
  .fiu-search-box__advanced {
    font-size: 0.5625rem;
    display: block;
    margin-top: 5px; }
    @media (max-width: 44.99em) {
      .fiu-search-box__advanced {
        display: none; } }

.better-autocomplete {
  overflow: hidden;
  z-index: 9999;
  max-height: 800px;
  width: 340px !important;
  left: auto !important;
  right: 0 !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }
  .better-autocomplete .result {
    border-color: #f0f0f0; }
  .better-autocomplete .result.highlight {
    background-color: white;
    border-top-color: #f0f0f0; }
    .better-autocomplete .result.highlight span {
      color: #ff4b33; }
  @media (max-width: 29.99em) {
    .better-autocomplete {
      max-width: 240px; } }
  @media (max-width: 44.99em) {
    .better-autocomplete {
      left: 0 !important;
      right: auto !important; } }
  .better-autocomplete-aria {
    display: none; }

.better-autocomplete > .result > table td {
  vertical-align: top;
  text-align: left;
  line-height: 1.1; }

.better-autocomplete > .result > table td.label {
  width: 100%; }

.better-autocomplete > .result > table td.thumb {
  width: 30px;
  padding: 0 5px 0 5px; }

.better-autocomplete > .result > table span {
  font-size: 0.625rem;
  color: black;
  padding: 0;
  margin: 0 0 2px 0; }

.better-autocomplete > .result > table span.meta {
  color: #ccc; }

.better-autocomplete > .result > table h3 {
  font-size: 0.625rem;
  font-weight: bold; }

.better-autocomplete > .group > h3 {
  padding: 3px !important; }

.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__cell--delete {
      margin-right: 20px; }
    .fiu-buttonBar__cell--moderate-menu {
      margin-right: 10px; }
    .fiu-buttonBar__cell--status {
      font-size: 0.625rem;
      margin: 0 5px; }
      @media (max-width: 44.99em) {
        .fiu-buttonBar__cell--status {
          display: none; } }

.fiu-use-status__label {
  color: #666;
  padding-right: 5px; }

.fiu-use-status__status {
  color: #999; }

.fiu-set-editor {
  display: none;
  background-color: white;
  position: absolute;
  padding: 10px;
  box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.2);
  border: solid 1px #ccc;
  left: 0;
  top: 21px;
  width: 250px; }
  .fiu-set-editor ul {
    vertical-align: middle;
    display: inline-block; }

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

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

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

.fiu-quick-lists {
  margin: 10px 0; }
  .fiu-quick-lists__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-quick-lists__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-quick-lists__header span {
      padding-left: 5px;
      font-size: 0.625rem; }
  .fiu-quick-lists__list {
    width: 180px; }
    .fiu-quick-lists__list .fiu-entity-use-link {
      white-space: normal;
      font-weight: normal; }
      .fiu-quick-lists__list .fiu-entity-use-link__label {
        text-decoration: none; }
    .fiu-quick-lists__list ul {
      list-style-type: none;
      font-size: 0.625rem;
      overflow: hidden;
      line-height: 1.2;
      margin: 0; }
      .fiu-quick-lists__list ul li {
        padding-right: 0;
        display: block;
        margin-bottom: 5px; }
  .fiu-quick-lists__list-wrapper {
    display: none; }
    .fiu-quick-lists__list-wrapper.open {
      margin-top: 15px; }
    .fiu-quick-lists__list-wrapper--typefaces ul {
      column-width: 100px;
      column-count: 5;
      column-gap: 20px;
      max-height: 850px; }
      @media (max-width: 59.99em) {
        .fiu-quick-lists__list-wrapper--typefaces ul {
          column-count: 3; } }
      .fiu-quick-lists__list-wrapper--typefaces ul li > span {
        display: inline-block; }
  .fiu-quick-lists__list--typefaces {
    width: 580px; }
    @media (max-width: 59.99em) {
      .fiu-quick-lists__list--typefaces {
        width: 340px; } }
  .fiu-quick-lists__more-typefaces {
    padding-top: 20px;
    line-height: 1.6;
    width: 80px; }
    @media (min-width: 60em) {
      .fiu-quick-lists__more-typefaces {
        padding-top: 0;
        break-before: column; } }
    .fiu-quick-lists__more-typefaces a {
      font-weight: bold; }

body:before {
  top: 800px; }

.fiu-sponsor {
  font-size: 0.75rem;
  visibility: hidden;
  position: relative; }
  .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; } }

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

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

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

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

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

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

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

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

.fiu-gallery-ad {
  display: none; }
  .fiu-gallery-ad__text {
    padding-left: 5px; }
  .fiu-gallery-ad__identifier {
    font-weight: bold;
    color: #999;
    font-size: 0.625rem; }
  .fiu-gallery-ad__title {
    font-size: 0.75rem;
    font-family: BentonSansRE, Verdana, sans-serif; }
    .fiu-gallery-ad__title a {
      font-weight: bold;
      text-decoration: none; }
  .fiu-gallery-ad__copy {
    margin: 8px 0 0 0; }
    .fiu-gallery-ad__copy a {
      text-decoration: none; }
      .fiu-gallery-ad__copy a:hover {
        color: black; }
  .fiu-gallery-ad__copy, .fiu-gallery-ad__text-link {
    font-size: 0.625rem; }
  .fiu-gallery-ad__image-link {
    background-color: #f0f0f0;
    display: inline-block; }
    @media (min-width: 45em) {
      .fiu-gallery-ad__image-link {
        width: 220px;
        height: 220px; } }
  .fiu-gallery-ad__wrapper {
    max-width: 100%; }
    @media (min-width: 45em) {
      .fiu-gallery-ad__wrapper {
        width: 220px;
        min-height: 220px; } }
    .fiu-gallery-ad__wrapper img {
      max-width: 100%; }

/**
* mixin for setting a grid-based width
*/
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; }

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

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

body:before {
  top: 800px; }

/**
* mixin for setting a grid-based width
*/
.fiu-site-container {
  margin: 30px auto;
  padding: 0; }
  @media (max-width: 44.99em) {
    .fiu-site-container {
      margin: 0 0 10px 0; } }
  @media (min-width: 45em) {
    .fiu-site-container {
      max-width: 700px; } }
  @media (min-width: 60em) {
    .fiu-site-container {
      max-width: 940px; } }
  @media (min-width: 76.25em) {
    .fiu-site-container--wide {
      max-width: 1180px; } }
  @media (min-width: 91.25em) {
    .fiu-site-container--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; }
  @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__right-upper {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 29.99em) {
      .fiu-header__right-upper {
        -ms-flex-order: 2;
            order: 2;
        margin-left: auto;
        -ms-flex-align: center;
            align-items: center; } }
  .fiu-header__right-lower {
    display: -ms-flexbox;
    display: flex;
    height: 82px;
    -ms-flex-align: end;
        align-items: flex-end; }
    @media (max-width: 29.99em) {
      .fiu-header__right-lower {
        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__right-lower {
        height: 46px; } }
  .fiu-header__main-menu {
    width: 480px; }
    @media (max-width: 59.99em) {
      .fiu-header__main-menu {
        display: none; } }
    .fiu-header__main-menu 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-site-container--wide .fiu-header {
    width: 1180px; } }

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

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

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

@media (min-width: 76.25em) {
  .fiu-site-container--wide .fiu-header__main-menu {
    width: 720px; } }

@media (min-width: 91.25em) {
  .fiu-site-container--wide .fiu-header__main-menu {
    width: 960px; } }

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

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

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

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

.fiu-quick-lists__wrapper {
  display: none; }
  @media (min-width: 45em) {
    .fiu-quick-lists__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; } }

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

.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--to-admin {
  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--to-admin:after {
    content: ""; }
  .fiu-link--to-admin:hover {
    background-color: #666; }

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

.fiu-button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  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;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  text-decoration: none !important; }
  .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 {
    color: #ccc;
    cursor: default; }
  .fiu-button--highlight1 {
    background-color: #ff4b33; }
  .fiu-button--highlight2 {
    color: black !important;
    background-color: #fff380; }
  .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;
    left: 6px; }

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

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

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

body:before {
  top: 800px; }

/**
* mixin for setting a grid-based width
*/
.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; }

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

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

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

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

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

body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px; } }

.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block; }

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal; }

.sweet-alert fieldset {
  border: none;
  position: relative; }

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s; }

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s; }

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px; }

.sweet-alert .sa-error-container p {
  display: inline-block; }

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: 50% 50%;
  transition: all 0.1s; }

.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px; }

.sweet-alert .sa-input-error::before {
  transform: rotate(-45deg); }

.sweet-alert .sa-input-error::after {
  transform: rotate(45deg); }

.sweet-alert .sa-input-error.show {
  opacity: 1;
  transform: scale(1); }

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  transition: all 0.3s; }

.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed; }

.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5; }

.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5; }

.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5; }

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd; }

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd; }

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd; }

.sweet-alert.show-input input {
  display: block; }

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative; }

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden; }

.sweet-alert button {
  background-color: #8CD4F5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer; }

.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }

.sweet-alert button:hover {
  background-color: #7ecff4; }

.sweet-alert button:active {
  background-color: #5dc2f1; }

.sweet-alert button.cancel {
  background-color: #C1C1C1; }

.sweet-alert button.cancel:hover {
  background-color: #b9b9b9; }

.sweet-alert button.cancel:active {
  background-color: #a8a8a8; }

.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }

.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default; }

.sweet-alert button.confirm[disabled] {
  color: transparent; }

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s; }

.sweet-alert button::-moz-focus-inner {
  border: 0; }

.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important; }

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px; }

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box; }

.sweet-alert .sa-icon.sa-error {
  border-color: #F27474; }

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block; }

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  transform: rotate(45deg);
  left: 17px; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  transform: rotate(-45deg);
  right: 16px; }

.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86; }

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86; }

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86; }

.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1; }

.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86; }

.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px; }

.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0px 60px; }

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg); }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg); }

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat; }

/*
 * Animations
 */

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  animation: slideToBottom 0.3s; }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in; }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  animation: animateErrorIcon 0.5s; }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  animation: animateXMark 0.5s; }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  animation: pulseWarning 0.75s infinite alternate; }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate; }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */

@keyframes ball-fall {
  0% {
    opacity: 0;
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    transform: translateY(0); }
  80% {
    opacity: 1;
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    transform: translateY(145%); } }

.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__text-entry {
  min-width: 300px;
  min-height: 200px; }

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

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

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

.fiu-link-list .fiu-entity-use-link {
  white-space: normal; }

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

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

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

.fiu-link-list--large__wrapper {
  width: 100%; }

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

.fiu-link-list--expandable .fiu-link-list__close, .fiu-link-list--expandable .fiu-link-list__open {
  font-size: 0.625rem;
  color: #666;
  text-decoration: underline;
  cursor: pointer; }

.fiu-link-list--expandable .fiu-link-list__close {
  display: none; }

.fiu-link-list--expandable .fiu-link-list__item--extra {
  display: none; }

.fiu-link-list--inline {
  display: inline; }
  .fiu-link-list--inline .fiu-link-list__item {
    display: inline; }
    .fiu-link-list--inline .fiu-link-list__item--extra {
      display: none; }
  .fiu-link-list--inline .fiu-link-list__item ~ .fiu-link-list__item:before {
    content: ', ';
    display: inline; }

.fiu-link-list--no-seps .fiu-link-list__item ~ .fiu-link-list__item:before {
  content: ' '; }

.fiu-link-list--expandable.fiu-link-list--inline .fiu-link-list__open {
  display: inline; }

.fiu-link-list--expandable.fiu-link-list--inline .fiu-link-list__open, .fiu-link-list--expandable.fiu-link-list--inline .fiu-link-list__close {
  padding-left: 5px; }

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

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

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

.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--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; }
      @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;
    line-height: 2;
    right: 10px;
    bottom: 10px;
    z-index: 4; }
    .fiu-gallery-item__controls li {
      display: inline-block;
      background: #999;
      font-size: 0.625rem;
      padding: 0 6px;
      margin-left: 5px; }
      .fiu-gallery-item__controls li:hover {
        background: #666; }
      .fiu-gallery-item__controls li a {
        cursor: pointer;
        text-decoration: none;
        color: white; }
  .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-gallery-head {
  font-size: 0.75rem;
  margin-bottom: 15px;
  position: relative; }
  .fiu-gallery-head ul {
    margin: 0;
    list-style: none; }
  .fiu-gallery-head__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-gallery-head__row {
        -ms-flex-direction: row;
            flex-direction: row; } }
    .fiu-gallery-head__row + .fiu-gallery-head__row {
      padding-top: 15px; }
    .fiu-gallery-head__row--left {
      position: relative;
      padding-right: 20px;
      max-width: 580px; }
    .fiu-gallery-head__row--left-expanding {
      margin-right: auto; }
    .fiu-gallery-head__row--right {
      white-space: nowrap; }
      @media (min-width: 45em) {
        .fiu-gallery-head__row--right {
          padding-top: 5px; } }
    @media (min-width: 45em) {
      .fiu-gallery-head__row--right-right-align {
        text-align: right; } }
  .fiu-gallery-head__title {
    display: inline-block; }
  .fiu-gallery-head__uses-headline {
    font-size: 2rem; }
  .fiu-gallery-head--low-headline h1 {
    margin-bottom: 0; }
  .fiu-gallery-head__text-core {
    min-height: 1.5rem; }
  .fiu-gallery-head__text p:last-child {
    margin-bottom: 0; }
  .fiu-gallery-head__buttonBar {
    margin: 0 0 10px 0; }
  .fiu-gallery-head-metadata__section h4 {
    padding-bottom: 5px;
    font-family: BentonSansRE, Verdana, sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    color: #999; }
    .fiu-gallery-head-metadata__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-gallery-head-metadata__wrapper--1 {
  margin-top: 20px !important; }

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

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

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

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

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

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

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

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

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

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

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

body:before {
  top: 800px; }

/**
* mixin for setting a grid-based width
*/
.fiu-text--captioning {
  font-size: 0.625rem;
  color: #999; }
  .fiu-text--captioning a {
    color: #999; }

.fiu-body--screenshot .fiu-site-container {
  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); }

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

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

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