/*
 * global
 */
/*
 * colors
 */
/*
 * typography
 */
/*
 * relative sizing
 */
/*
 * font-size for typography
 */
/*
 * incremental spacers by golden ratio
 */
/*
 * transitions
 */
/*
 * box-shadows
 */
/*
 * bootstrap 4 overrides
 */
/*
 * WordPress vars
 */
/*
 * Misc
 */
/** Bootstrap navbar fix (https://git.io/fADqW) */
/*
 * utilities
 */
/*
 * bootstrap globals
 */
/*
 * define bootstrap vars according to externally hosted bootstrap library
 */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 47px !important;
  padding-right: 47px !important;
  /* Mobile Devices for Mice */
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phone to portrait tablet */
  /* Portrait tablet to landscape and desktop */
  /* desktop and large desktop */
  /* Mobile Devices for Mice */
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phone to portrait tablet */
  /* Portrait tablet to landscape and desktop */
  /* desktop and large desktop */
  /* Mobile Devices for Mice */
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phone to portrait tablet */
  /* Portrait tablet to landscape and desktop */
  /* desktop and large desktop */ }
  @media (min-width: breakpoint-min((sm: 540px, md: 720px, lg: 1000px, xl: 1280px), (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))) {
    .container {
      max-width: !important; } }
  @media (min-width: breakpoint-min(!important, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))) {
    .container {
      max-width: !important; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .container {
      padding-left: 29px !important;
      padding-right: 29px !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .container {
      padding-left: 29px !important;
      padding-right: 29px !important; } }
  @media (max-width: 767px) {
    .container {
      padding-left: 18px !important;
      padding-right: 18px !important; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

/*
 * semantic ui
 */
/*
 * components
 */
.utk-exhibits--pane {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  .utk-exhibits--pane--background {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    object-fit: cover !important;
    object-position: center;
    z-index: 0;
    opacity: 0.18;
    filter: blur(29px); }
  .utk-exhibits--pane--meta {
    align-self: flex-end;
    position: relative;
    z-index: 1;
    padding: 47px;
    width: 100%;
    /* Mobile Devices for Mice */
    /* Landscape phones and down */
    /* Landscape phones and down */
    /* Landscape phone to portrait tablet */
    /* Portrait tablet to landscape and desktop */
    /* desktop and large desktop */
    /* Mobile Devices for Mice */
    /* Landscape phones and down */
    /* Landscape phones and down */
    /* Landscape phone to portrait tablet */
    /* Portrait tablet to landscape and desktop */
    /* desktop and large desktop */ }
    @media (min-width: 768px) and (max-width: 991px) {
      .utk-exhibits--pane--meta {
        padding: 47px 29px; } }
    @media (max-width: 767px) {
      .utk-exhibits--pane--meta {
        padding: 47px 18px 29px; } }
    .utk-exhibits--pane--meta h3 {
      font-size: 23px;
      font-weight: 700;
      line-height: 1.11em;
      margin-bottom: 18px;
      margin-top: 0;
      color: #fff !important;
      /* Mobile Devices for Mice */
      /* Landscape phones and down */
      /* Landscape phones and down */
      /* Landscape phone to portrait tablet */
      /* Portrait tablet to landscape and desktop */
      /* desktop and large desktop */ }
      @media (max-width: 767px) {
        .utk-exhibits--pane--meta h3 {
          font-size: 18px; } }
      .utk-exhibits--pane--meta h3:before {
        content: ' ';
        display: block;
        background-color: #ff8200;
        height: 6px;
        width: 123px;
        margin-top: -18px;
        position: absolute; }
    .utk-exhibits--pane--meta p {
      font-size: 15px;
      line-height: 1.47em; }
    .utk-exhibits--pane--meta--thumb {
      height: 199px;
      margin-bottom: 47px; }
    .utk-exhibits--pane--meta--location, .utk-exhibits--pane--meta--curators {
      display: block;
      font-size: 15px;
      font-weight: 400;
      color: #fff;
      margin-bottom: 18px;
      font-weight: 700;
      /* Mobile Devices for Mice */
      /* Landscape phones and down */
      /* Landscape phones and down */
      /* Landscape phone to portrait tablet */
      /* Portrait tablet to landscape and desktop */
      /* desktop and large desktop */ }
      @media (max-width: 767px) {
        .utk-exhibits--pane--meta--location, .utk-exhibits--pane--meta--curators {
          font-size: 13px; } }
    .utk-exhibits--pane--meta--curators {
      font-size: 13px;
      margin-bottom: 0;
      font-weight: 400;
      font-style: italic;
      color: #e0e0e0; }

.ui.vertical.menu {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .ui.vertical.menu:before {
    content: 'Exhibits';
    font-size: 29px;
    color: #fff;
    margin-bottom: 11px;
    font-weight: 700;
    /* Mobile Devices for Mice */
    /* Landscape phones and down */
    /* Landscape phones and down */
    /* Landscape phone to portrait tablet */
    /* Portrait tablet to landscape and desktop */
    /* desktop and large desktop */ }
    @media (max-width: 767px) {
      .ui.vertical.menu:before {
        font-size: 23px; } }
  .ui.vertical.menu > .item {
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    position: relative;
    margin-bottom: 11px;
    line-height: 1.29em; }
    .ui.vertical.menu > .item:hover {
      text-decoration: underline; }
    .ui.vertical.menu > .item.active {
      font-weight: 700;
      color: #fff; }
    .ui.vertical.menu > .item:first-of-type {
      margin-top: 0; }
    .ui.vertical.menu > .item.utk-exhibits--tab-Current, .ui.vertical.menu > .item.utk-exhibits--tab-Recent, .ui.vertical.menu > .item.utk-exhibits--tab-Upcoming {
      margin-top: 47px !important; }
      .ui.vertical.menu > .item.utk-exhibits--tab-Current::before, .ui.vertical.menu > .item.utk-exhibits--tab-Recent::before, .ui.vertical.menu > .item.utk-exhibits--tab-Upcoming::before {
        content: 'Current';
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 6px;
        display: flex;
        position: absolute;
        top: 0;
        left: -47px;
        margin-top: -35px;
        padding: 6px 18px 6px 47px;
        background-color: transparent;
        color: #a7a9ac;
        flex-direction: column;
        justify-content: center; }
    .ui.vertical.menu > .item.utk-exhibits--tab-Current::before {
      content: 'Current'; }
    .ui.vertical.menu > .item.utk-exhibits--tab-Recent::before {
      content: 'Recent'; }
    .ui.vertical.menu > .item.utk-exhibits--tab-Upcoming::before {
      content: 'Upcoming'; }
    .ui.vertical.menu > .item.utk-exhibits--tab-Current ~ .item.utk-exhibits--tab-Current,
    .ui.vertical.menu > .item.utk-exhibits--tab-Recent ~ .item.utk-exhibits--tab-Recent,
    .ui.vertical.menu > .item.utk-exhibits--tab-Upcoming ~ .item.utk-exhibits--tab-Upcoming {
      margin-top: 0 !important; }
      .ui.vertical.menu > .item.utk-exhibits--tab-Current ~ .item.utk-exhibits--tab-Current::before,
      .ui.vertical.menu > .item.utk-exhibits--tab-Recent ~ .item.utk-exhibits--tab-Recent::before,
      .ui.vertical.menu > .item.utk-exhibits--tab-Upcoming ~ .item.utk-exhibits--tab-Upcoming::before {
        content: none; }
    .ui.vertical.menu > .item.utk-exhibits--tab-title {
      background-color: transparent;
      font-size: 11px;
      text-transform: uppercase;
      cursor: default !important;
      color: #fff; }
      .ui.vertical.menu > .item.utk-exhibits--tab-title:hover {
        background-color: transparent;
        cursor: default !important; }
    .ui.vertical.menu > .item:last-child {
      border-bottom: none;
      margin-bottom: 0; }

/*
 * layout
 */
.utk-exhibits {
  font-family: "Gotham SSm 2r", "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  /* Mobile Devices for Mice */
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phone to portrait tablet */
  /* Portrait tablet to landscape and desktop */
  /* desktop and large desktop */
  /* Mobile Devices for Mice */
  /* Landscape phones and down */
  /* Landscape phones and down */
  /* Landscape phone to portrait tablet */
  /* Portrait tablet to landscape and desktop */
  /* desktop and large desktop */ }
  @media (min-width: 768px) and (max-width: 991px) {
    .utk-exhibits {
      margin-left: -29px;
      width: calc(100% + 58px); } }
  @media (max-width: 767px) {
    .utk-exhibits {
      margin-left: -18px;
      width: calc(100% + 36px); } }
  .utk-exhibits--display {
    display: flex;
    background-color: #262626;
    position: relative;
    overflow: hidden; }
    .utk-exhibits--display .ui.grid {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      width: 100%;
      /* Mobile Devices for Mice */
      /* Landscape phones and down */
      /* Landscape phones and down */
      /* Landscape phone to portrait tablet */
      /* Portrait tablet to landscape and desktop */
      /* desktop and large desktop */
      /* Mobile Devices for Mice */
      /* Landscape phones and down */
      /* Landscape phones and down */
      /* Landscape phone to portrait tablet */
      /* Portrait tablet to landscape and desktop */
      /* desktop and large desktop */ }
      @media (max-width: 767px) {
        .utk-exhibits--display .ui.grid {
          flex-direction: column-reverse; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .utk-exhibits--display .ui.grid {
          flex-direction: column-reverse; } }
      .utk-exhibits--display .ui.grid .column:first-child {
        width: calc(100% / 1.61803);
        flex-shrink: 0;
        flex-grow: 0;
        color: #fff;
        /* Mobile Devices for Mice */
        /* Landscape phones and down */
        /* Landscape phones and down */
        /* Landscape phone to portrait tablet */
        /* Portrait tablet to landscape and desktop */
        /* desktop and large desktop */
        /* Mobile Devices for Mice */
        /* Landscape phones and down */
        /* Landscape phones and down */
        /* Landscape phone to portrait tablet */
        /* Portrait tablet to landscape and desktop */
        /* desktop and large desktop */ }
        @media (max-width: 767px) {
          .utk-exhibits--display .ui.grid .column:first-child {
            width: 100%;
            flex-shrink: 1; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .utk-exhibits--display .ui.grid .column:first-child {
            width: 100%;
            flex-shrink: 1; } }
      .utk-exhibits--display .ui.grid .column:last-child {
        width: calc(100% - (100% / 1.61803));
        flex-grow: 0;
        flex-shrink: 0;
        position: relative;
        z-index: 1;
        padding: 47px;
        padding-left: 76px;
        display: flex;
        background-color: #333;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 47px 100%);
        /* Mobile Devices for Mice */
        /* Landscape phones and down */
        /* Landscape phones and down */
        /* Landscape phone to portrait tablet */
        /* Portrait tablet to landscape and desktop */
        /* desktop and large desktop */
        /* Mobile Devices for Mice */
        /* Landscape phones and down */
        /* Landscape phones and down */
        /* Landscape phone to portrait tablet */
        /* Portrait tablet to landscape and desktop */
        /* desktop and large desktop */ }
        @media (min-width: 768px) and (max-width: 991px) {
          .utk-exhibits--display .ui.grid .column:last-child {
            padding: 29px;
            width: 100%;
            clip-path: none;
            flex-shrink: 1; } }
        @media (max-width: 767px) {
          .utk-exhibits--display .ui.grid .column:last-child {
            padding: 29px 18px;
            width: 100%;
            clip-path: none;
            flex-shrink: 1; } }
      .utk-exhibits--display .ui.grid .column .ui.vertical.menu {
        display: flex;
        flex-direction: column; }
