@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i");
.type-exhibition .gallery-component .full-img .arrow-left, .type-page .gallery-component .full-img .arrow-left, .type-exhibition .gallery-component .full-img .arrow-right, .type-page .gallery-component .full-img .arrow-right, .type-exhibition .gallery-component .full-img .info, .type-page .gallery-component .full-img .info, .type-exhibition .gallery-component .full-img .fullscreen, .type-page .gallery-component .full-img .fullscreen, .type-exhibition .gallery-component .gallery-navigation .gal-nav-arrow, .type-page .gallery-component .gallery-navigation .gal-nav-arrow, .type-modular .gallery-component .full-img .arrow-left, .type-modular .gallery-component .full-img .arrow-right, .type-modular .gallery-component .full-img .info, .type-modular .gallery-component .full-img .fullscreen, .type-modular .gallery-component .gallery-navigation .gal-nav-arrow, #label-container .search-ic, #label-container .hamburger, .overlay, #searchform .search-ic, #searchform #s, .gal-nav-arrow {
  transition: all .2s; }

html {
  font-size: 62.5%;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

* {
  box-sizing: inherit; }
  *:before {
    box-sizing: inherit; }
  *:after {
    box-sizing: inherit; }

.menu {
  --screen-height: 100vh;
  --screen-width: 100vw;
  --nav-margin: 6.4rem; }

body {
  --screen-width: 100vw;
  width: 100%;
  font-size: 1.6rem;
  padding: 0rem;
  margin: 0rem;
  overflow-x: hidden; }
  body.locked {
    height: var(--screen-height);
    position: relative;
    overflow: hidden; }

main {
  --nav-height: calc(var(--screen-height) - var(--nav-margin));
  --nav-margin: 6.4rem;
  font-size: 1.8rem;
  margin-top: var(--nav-margin);
  width: 100%; }
  main.locked {
    height: var(--screen-height);
    position: relative;
    overflow: hidden; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed";
  font-weight: bold; }

.h1, .h2, h1, h2 {
  text-transform: uppercase; }

h2 {
  font-size: 3.2rem; }
  @media screen and (max-width: 575px) {
    h2 {
      font-size: 2.4rem; } }

h3, .h3 {
  font-size: 2.4rem; }

.text-container p {
  font-size: 2rem; }

.text-container ul {
  font-size: 2rem;
  list-style: unset;
  padding: revert;
  margin: revert; }

.highlight-wrap {
  background-color: #e74c3c;
  line-height: 1.3;
  position: relative;
  padding: 0 0.5rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; }

ul.checkmark li {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  list-style-type: none;
  padding: .25rem 0 0 3rem;
  position: relative; }
  ul.checkmark li:before {
    content: " ";
    display: block;
    border: solid 7px #a0a0a0;
    border-radius: 8px;
    height: 0;
    width: 0;
    position: absolute;
    left: 4px;
    top: 40%;
    margin-top: -6px; }
  ul.checkmark li:after {
    content: " ";
    display: block;
    width: .3rem;
    height: .6rem;
    border: solid #fefefe;
    border-width: 0 .2rem .2rem 0;
    position: absolute;
    left: 1rem;
    top: 40%;
    margin-top: -.2rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

p.notation {
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-bottom: 0.6rem; }

.fourohfour-container {
  min-height: 100vh; }

.error404 .content-container {
  padding-top: 33%; }

.error404 article {
  position: relative;
  width: 100%; }
  .error404 article .img-container {
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 2rem; }
    @media screen and (max-width: 880px) {
      .error404 article .img-container {
        background-size: cover; } }
  .error404 article h1 {
    font-size: 5rem;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    max-width: 100%;
    color: #fefefe;
    background-color: #e74c3c;
    align-self: flex-start;
    padding: 0.25rem 1.5rem;
    font-style: italic; }
    .error404 article h1 span {
      font-size: 1rem;
      font-style: italic; }
      @media screen and (max-width: 880px) {
        .error404 article h1 span {
          display: none; } }
    @media screen and (max-width: 1440px) {
      .error404 article h1 {
        font-size: 6rem; } }
    @media screen and (max-width: 880px) {
      .error404 article h1 {
        font-size: 4rem; } }
  .error404 article h2 {
    position: relative;
    padding: 0.5rem 1rem;
    color: #fefefe;
    font-style: italic; }
  .error404 article .brandWindow__tag {
    align-self: flex-end; }

.feed {
  padding-top: var(--nav-margin); }
  .feed .feed-container-title {
    font-size: 4.8rem;
    text-align: center;
    padding: 2.4rem;
    padding-top: 0rem;
    color: #fec227;
    text-shadow: 2px 2px #ff9029; }
  .feed .container {
    background-color: #efefef;
    padding: 2.4rem; }

.feed-item {
  display: block;
  margin-bottom: 1em;
  background-color: #fefefe;
  position: relative;
  background-position: center;
  background-size: cover; }
  .feed-item span.on-view {
    display: none; }
  @media screen and (max-width: 990px) {
    .feed-item {
      display: block;
      text-align: center; } }
  .feed-item .feed-detail {
    padding: 3em; }
  .feed-item .feed-title {
    font-size: 3em; }
  .feed-item .post-type {
    border-top: 0px solid;
    display: inline-block;
    padding-right: 3.2rem;
    padding-top: 0.6rem;
    text-transform: capitalize; }
    @media screen and (max-width: 990px) {
      .feed-item .post-type {
        padding-right: 0rem; } }
    .feed-item .post-type .venue {
      font-style: italic;
      font-weight: bold; }
  .feed-item .overlay-item {
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: none; }
  .feed-item .feed-link {
    display: none; }
  .feed-item .feed-image {
    display: none;
    max-width: 25%;
    float: right; }
  .feed-item .feed-detail {
    width: 100%;
    position: relative;
    z-index: 9;
    display: block; }
    .feed-item .feed-detail:hover h3:after {
      width: 30rem; }
    .feed-item .feed-detail h3 {
      font-size: 3.2rem;
      margin: 0;
      margin-bottom: 0.6rem;
      position: relative; }
      .feed-item .feed-detail h3:after {
        background-color: #6153ea;
        display: block;
        content: "";
        height: 0.4rem;
        width: 6rem;
        position: absolute;
        left: 0rem;
        bottom: -0.6rem;
        transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
    .feed-item .feed-detail .left .top {
      display: flex;
      flex-direction: row;
      text-align: bottom; }
      @media screen and (max-width: 990px) {
        .feed-item .feed-detail .left .top {
          display: block; } }
      .feed-item .feed-detail .left .top .feed-date {
        display: none; }
      .feed-item .feed-detail .left .top .feed-title p {
        margin: 0;
        font-size: 22pt;
        padding: 0 12pt; }
    .feed-item .feed-detail .left .bottom {
      padding: 0; }
      .feed-item .feed-detail .left .bottom p {
        margin: 0; }
        .feed-item .feed-detail .left .bottom p.venue {
          display: none; }
      .feed-item .feed-detail .left .bottom .synop {
        text-overflow: ellipsis;
        overflow: hidden;
        max-height: 3em;
        width: 60%; }
        @media screen and (max-width: 990px) {
          .feed-item .feed-detail .left .bottom .synop {
            margin: 0 auto; } }

.feed-navigation {
  margin: 1.2rem; }
  .feed-navigation ul {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center; }
  .feed-navigation li {
    margin: 0rem 0.2rem; }
    .feed-navigation li a {
      padding: 0.6rem 1.2rem;
      background-color: #6153ea;
      color: #fefefe; }
      .feed-navigation li a:hover {
        color: #b2b2b2; }
    .feed-navigation li.active a {
      background-color: #e74c3c; }

.type-group-form__section {
  padding: 10rem 4rem 4rem;
  min-height: 100vh; }
  .type-group-form__section__left {
    background-color: #efefef;
    color: #9c9c9c; }

.type-group-form h1 {
  font-size: 4rem;
  color: #484848; }

.gform_ajax_spinner {
  margin: 1rem auto;
  width: 32px; }

.gform_confirmation_wrapper {
  padding: 2rem;
  box-shadow: 4px 4px 0px 0px #222222;
  background-color: #fefefe; }

.gform_wrapper {
  box-shadow: none;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  padding: 0;
  font-family: "Roboto Condensed";
  background-color: #fefefe;
  margin: 0px !important;
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */ }
  .gform_wrapper.active {
    opacity: 1;
    visibility: visible;
    display: block;
    height: initial;
    padding: 2rem;
    box-shadow: 4px 4px 0px 0px #222222; }
    .gform_wrapper.active form {
      display: inherit !important; }
  .gform_wrapper form {
    display: none; }
  .gform_wrapper a {
    color: #6153ea !important;
    text-decoration: underline; }
  .gform_wrapper input,
  .gform_wrapper textarea,
  .gform_wrapper select {
    border: 2px solid #c8c8c8;
    transition: background-color 0.2s ease-in-out; }
  .gform_wrapper .gfield_select {
    padding: 5px 12px 5px 4px !important; }
  .gform_wrapper .button,
  .gform_wrapper input[type="submit"] {
    border: none;
    background-color: #484848;
    color: #efefef;
    font-weight: bold;
    font-size: 2rem !important;
    width: 100% !important;
    padding: 1rem;
    text-transform: uppercase;
    cursor: pointer; }
    .gform_wrapper .button:hover,
    .gform_wrapper input[type="submit"]:hover {
      background-color: #9c9c9c; }
  .gform_wrapper [type="checkbox"]:not(:checked),
  .gform_wrapper [type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  .gform_wrapper [type="checkbox"]:not(:checked) + label,
  .gform_wrapper [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer; }
  .gform_wrapper [type="checkbox"]:not(:checked) + label:before,
  .gform_wrapper [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.3rem;
    height: 1.3rem;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
  .gform_wrapper [type="checkbox"]:not(:checked) + label:after,
  .gform_wrapper [type="checkbox"]:checked + label:after {
    content: '\2713\0020';
    position: absolute;
    top: .22rem;
    left: .22rem;
    font-size: 1.1rem;
    line-height: 0.8;
    color: #8b80f0;
    transition: all .1s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial; }
  .gform_wrapper [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  .gform_wrapper [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }
  .gform_wrapper [type="checkbox"]:disabled:not(:checked) + label:before,
  .gform_wrapper [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd; }
  .gform_wrapper [type="checkbox"]:disabled:checked + label:after {
    color: #999; }
  .gform_wrapper [type="checkbox"]:disabled + label {
    color: #aaa; }
  .gform_wrapper [type="checkbox"]:checked:focus + label:before,
  .gform_wrapper [type="checkbox"]:not(:checked):focus + label:before {
    border: 1px dotted #ccc; }
  .gform_wrapper label:hover:before {
    border: 2px solid #4778d9 !important; }
  .gform_wrapper [type="radio"]:checked,
  .gform_wrapper [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px; }
  .gform_wrapper [type="radio"]:checked + label,
  .gform_wrapper [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-left: 0px; }
  .gform_wrapper [type="radio"]:checked + label:before,
  .gform_wrapper [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 100%;
    background: #fff; }
  .gform_wrapper [type="radio"]:checked + label:after,
  .gform_wrapper [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #8b80f0;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .gform_wrapper [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .gform_wrapper [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

#formNav {
  font-family: "Roboto Condensed"; }
  #formNav a {
    display: block;
    font-size: 1.8rem; }
    #formNav a.active {
      color: #484848; }
    #formNav a:hover {
      color: #484848; }

.backdrop {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
  background-image: url(/fa-content/themes/philbrook/img/black.png);
  background-size: 4px;
  opacity: 0.25;
  transition: opacity 1s ease; }

.sidebar-related-header {
  color: #f2f2f0;
  display: block;
  margin-bottom: 2rem;
  width: 100%;
  background-color: #e74c3c;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1rem 2rem;
  cursor: pointer;
  transition: all 0.6s ease; }
  .sidebar-related-header:hover {
    color: #f2f2f0;
    background-color: #d62c1a; }

.single, .page-template-default {
  font-family: 'Roboto Condensed'; }
  .single img.alignright, .page-template-default img.alignright {
    float: right;
    margin: 0 0 1em 1em; }
  .single img.alignleft, .page-template-default img.alignleft {
    float: left;
    margin: 0 1em 1em 0; }
  .single img.aligncenter, .page-template-default img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .single .alignright, .page-template-default .alignright {
    float: right; }
  .single .alignleft, .page-template-default .alignleft {
    float: left; }
  .single .aligncenter, .page-template-default .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .single.single-post .page-content .sidebar .sidebar-content, .single.page-template-default .page-content .sidebar .sidebar-content, .page-template-default.single-post .page-content .sidebar .sidebar-content, .page-template-default.page-template-default .page-content .sidebar .sidebar-content {
    padding-left: 2em;
    padding-bottom: 2em; }
    @media screen and (max-width: 880px) {
      .single.single-post .page-content .sidebar .sidebar-content, .single.page-template-default .page-content .sidebar .sidebar-content, .page-template-default.single-post .page-content .sidebar .sidebar-content, .page-template-default.page-template-default .page-content .sidebar .sidebar-content {
        border-left: 0;
        border-top: 0;
        padding-top: 1rem;
        margin-top: 2em;
        padding-left: 0; } }
  .single.single-post .page-content .sidebar .sidebar-header, .single.page-template-default .page-content .sidebar .sidebar-header, .page-template-default.single-post .page-content .sidebar .sidebar-header, .page-template-default.page-template-default .page-content .sidebar .sidebar-header {
    margin-bottom: 1em;
    font-size: 1em; }
  .single.single-post .page-content .sidebar .related-content-list, .single.page-template-default .page-content .sidebar .related-content-list, .page-template-default.single-post .page-content .sidebar .related-content-list, .page-template-default.page-template-default .page-content .sidebar .related-content-list {
    list-style: none;
    padding: 0; }
    .single.single-post .page-content .sidebar .related-content-list .related-component, .single.page-template-default .page-content .sidebar .related-content-list .related-component, .page-template-default.single-post .page-content .sidebar .related-content-list .related-component, .page-template-default.page-template-default .page-content .sidebar .related-content-list .related-component {
      padding-top: 44% !important; }

.page-container {
  padding-top: 3.2rem; }
  .page-container h1 {
    font-size: 3.2rem;
    line-height: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin: 0; }

.page {
  min-height: 100vh;
  position: relative; }
  .page article {
    position: relative;
    z-index: 3;
    backface-visibility: hidden; }
    .page article.type-event {
      padding-top: 108px;
      padding-bottom: 56px; }

.page-static-image {
  background-position: center center;
  background-size: cover;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh; }

.page.fixed {
  padding-bottom: 4rem; }
  .page.fixed .gallery-component .full-img .wp-video {
    width: 100% !important;
    height: 100% !important; }
    .page.fixed .gallery-component .full-img .wp-video .mejs-container {
      width: 100% !important;
      height: 100% !important; }
      .page.fixed .gallery-component .full-img .wp-video .mejs-container .mejs-controls {
        display: none !important; }
  .page.fixed .arrow-container {
    display: inline-block;
    text-align: center;
    font-size: 4em;
    position: absolute;
    z-index: 9999;
    color: #fefefe;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    cursor: pointer; }
    .page.fixed .arrow-container i {
      padding: 0 1em;
      background-color: rgba(0, 0, 0, 0.35); }
  .page.fixed .type-visit.page-container {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 0; }

.type-post #related-content {
  right: 0 !important; }

.type-exhibition, .type-post, .type-event, .type-page, .type-venue {
  padding-top: 10rem; }

.type-exhibition .component, .type-post .component, .type-event .component, .type-page .component, .type-venue .component, .page-template-default .component {
  position: relative;
  color: #484848; }
  .type-exhibition .component.additional-content .text-component, .type-post .component.additional-content .text-component, .type-event .component.additional-content .text-component, .type-page .component.additional-content .text-component, .type-venue .component.additional-content .text-component, .page-template-default .component.additional-content .text-component {
    max-width: 100%; }
  .type-exhibition .component.component-content, .type-post .component.component-content, .type-event .component.component-content, .type-page .component.component-content, .type-venue .component.component-content, .page-template-default .component.component-content {
    background-color: #fefefe;
    padding: 2rem;
    position: relative;
    border-top: 8px solid #e74c3c;
    margin-bottom: 2.5rem; }
    @media screen and (max-width: 1440px) {
      .type-exhibition .component.component-content, .type-post .component.component-content, .type-event .component.component-content, .type-page .component.component-content, .type-venue .component.component-content, .page-template-default .component.component-content {
        padding: 1.5rem; } }
    .type-exhibition .component.component-content .text-component, .type-post .component.component-content .text-component, .type-event .component.component-content .text-component, .type-page .component.component-content .text-component, .type-venue .component.component-content .text-component, .page-template-default .component.component-content .text-component {
      position: relative;
      margin-top: 2em; }
      .type-exhibition .component.component-content .text-component.main-text, .type-post .component.component-content .text-component.main-text, .type-event .component.component-content .text-component.main-text, .type-page .component.component-content .text-component.main-text, .type-venue .component.component-content .text-component.main-text, .page-template-default .component.component-content .text-component.main-text {
        margin-top: 0; }
      .type-exhibition .component.component-content .text-component .media-attachment, .type-post .component.component-content .text-component .media-attachment, .type-event .component.component-content .text-component .media-attachment, .type-page .component.component-content .text-component .media-attachment, .type-venue .component.component-content .text-component .media-attachment, .page-template-default .component.component-content .text-component .media-attachment {
        max-width: 100%;
        height: auto; }
      .type-exhibition .component.component-content .text-component .wp-caption, .type-post .component.component-content .text-component .wp-caption, .type-event .component.component-content .text-component .wp-caption, .type-page .component.component-content .text-component .wp-caption, .type-venue .component.component-content .text-component .wp-caption, .page-template-default .component.component-content .text-component .wp-caption {
        position: relative;
        max-width: 100%;
        margin-bottom: 1rem; }
        .type-exhibition .component.component-content .text-component .wp-caption .media-attachment, .type-post .component.component-content .text-component .wp-caption .media-attachment, .type-event .component.component-content .text-component .wp-caption .media-attachment, .type-page .component.component-content .text-component .wp-caption .media-attachment, .type-venue .component.component-content .text-component .wp-caption .media-attachment, .page-template-default .component.component-content .text-component .wp-caption .media-attachment {
          position: relative;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%; }
        .type-exhibition .component.component-content .text-component .wp-caption .wp-caption-text, .type-post .component.component-content .text-component .wp-caption .wp-caption-text, .type-event .component.component-content .text-component .wp-caption .wp-caption-text, .type-page .component.component-content .text-component .wp-caption .wp-caption-text, .type-venue .component.component-content .text-component .wp-caption .wp-caption-text, .page-template-default .component.component-content .text-component .wp-caption .wp-caption-text {
          width: 100%;
          position: relative;
          bottom: 0;
          background-color: #808080;
          color: #fefefe;
          margin: 0;
          padding: 1em; }
      .type-exhibition .component.component-content .text-component .text-container, .type-post .component.component-content .text-component .text-container, .type-event .component.component-content .text-component .text-container, .type-page .component.component-content .text-component .text-container, .type-venue .component.component-content .text-component .text-container, .page-template-default .component.component-content .text-component .text-container {
        width: 100%;
        max-width: 65%;
        float: left; }
        @media screen and (max-width: 880px) {
          .type-exhibition .component.component-content .text-component .text-container, .type-post .component.component-content .text-component .text-container, .type-event .component.component-content .text-component .text-container, .type-page .component.component-content .text-component .text-container, .type-venue .component.component-content .text-component .text-container, .page-template-default .component.component-content .text-component .text-container {
            max-width: 100%; } }
    .type-exhibition .component.component-content .call-to-action, .type-post .component.component-content .call-to-action, .type-event .component.component-content .call-to-action, .type-page .component.component-content .call-to-action, .type-venue .component.component-content .call-to-action, .page-template-default .component.component-content .call-to-action {
      margin-top: 2em; }
      @media screen and (max-width: 880px) {
        .type-exhibition .component.component-content .call-to-action, .type-post .component.component-content .call-to-action, .type-event .component.component-content .call-to-action, .type-page .component.component-content .call-to-action, .type-venue .component.component-content .call-to-action, .page-template-default .component.component-content .call-to-action {
          max-width: 100%; } }
    .type-exhibition .component.component-content .detail-labels, .type-post .component.component-content .detail-labels, .type-event .component.component-content .detail-labels, .type-page .component.component-content .detail-labels, .type-venue .component.component-content .detail-labels, .page-template-default .component.component-content .detail-labels {
      color: #fefefe;
      text-transform: uppercase;
      font-weight: bold;
      position: relative;
      z-index: 9; }
      @media screen and (max-width: 640px) {
        .type-exhibition .component.component-content .detail-labels, .type-post .component.component-content .detail-labels, .type-event .component.component-content .detail-labels, .type-page .component.component-content .detail-labels, .type-venue .component.component-content .detail-labels, .page-template-default .component.component-content .detail-labels {
          margin: 10px 0; } }
      .type-exhibition .component.component-content .detail-labels .label-separator, .type-post .component.component-content .detail-labels .label-separator, .type-event .component.component-content .detail-labels .label-separator, .type-page .component.component-content .detail-labels .label-separator, .type-venue .component.component-content .detail-labels .label-separator, .page-template-default .component.component-content .detail-labels .label-separator {
        display: none; }
        @media screen and (max-width: 640px) {
          .type-exhibition .component.component-content .detail-labels .label-separator, .type-post .component.component-content .detail-labels .label-separator, .type-event .component.component-content .detail-labels .label-separator, .type-page .component.component-content .detail-labels .label-separator, .type-venue .component.component-content .detail-labels .label-separator, .page-template-default .component.component-content .detail-labels .label-separator {
            display: block; } }
      .type-exhibition .component.component-content .detail-labels .detail, .type-post .component.component-content .detail-labels .detail, .type-event .component.component-content .detail-labels .detail, .type-page .component.component-content .detail-labels .detail, .type-venue .component.component-content .detail-labels .detail, .page-template-default .component.component-content .detail-labels .detail {
        color: #e74c3c;
        padding: 0px 6px; }
        .type-exhibition .component.component-content .detail-labels .detail.secondary, .type-post .component.component-content .detail-labels .detail.secondary, .type-event .component.component-content .detail-labels .detail.secondary, .type-page .component.component-content .detail-labels .detail.secondary, .type-venue .component.component-content .detail-labels .detail.secondary, .page-template-default .component.component-content .detail-labels .detail.secondary {
          padding: 0; }
      .type-exhibition .component.component-content .detail-labels .venue, .type-post .component.component-content .detail-labels .venue, .type-event .component.component-content .detail-labels .venue, .type-page .component.component-content .detail-labels .venue, .type-venue .component.component-content .detail-labels .venue, .page-template-default .component.component-content .detail-labels .venue {
        background-color: rgba(76, 60, 231, 0.35);
        color: #fefefe;
        cursor: pointer;
        opacity: .9; }
    .type-exhibition .component.component-content h1, .type-post .component.component-content h1, .type-event .component.component-content h1, .type-page .component.component-content h1, .type-venue .component.component-content h1, .page-template-default .component.component-content h1 {
      font-size: 4em;
      font-size: 4vw;
      line-height: 0.8em;
      font-weight: bold;
      text-transform: uppercase;
      position: relative;
      z-index: 2;
      max-width: 100%;
      margin-bottom: 24px; }
      @media screen and (max-width: 1440px) {
        .type-exhibition .component.component-content h1, .type-post .component.component-content h1, .type-event .component.component-content h1, .type-page .component.component-content h1, .type-venue .component.component-content h1, .page-template-default .component.component-content h1 {
          font-size: 4em;
          font-size: 6vw; } }
      @media screen and (max-width: 880px) {
        .type-exhibition .component.component-content h1, .type-post .component.component-content h1, .type-event .component.component-content h1, .type-page .component.component-content h1, .type-venue .component.component-content h1, .page-template-default .component.component-content h1 {
          font-size: 4em;
          font-size: 10vw; } }
  .type-exhibition .component #related-content, .type-post .component #related-content, .type-event .component #related-content, .type-page .component #related-content, .type-venue .component #related-content, .page-template-default .component #related-content {
    width: 33%;
    position: relative;
    top: 0;
    float: right; }
    @media screen and (max-width: 880px) {
      .type-exhibition .component #related-content, .type-post .component #related-content, .type-event .component #related-content, .type-page .component #related-content, .type-venue .component #related-content, .page-template-default .component #related-content {
        position: static;
        width: 100%; } }
  .type-exhibition .component.list-component, .type-post .component.list-component, .type-event .component.list-component, .type-page .component.list-component, .type-venue .component.list-component, .page-template-default .component.list-component {
    padding: 0;
    width: 100%;
    display: block;
    margin-bottom: 1.5rem; }
    .type-exhibition .component.list-component:last-child, .type-post .component.list-component:last-child, .type-event .component.list-component:last-child, .type-page .component.list-component:last-child, .type-venue .component.list-component:last-child, .page-template-default .component.list-component:last-child {
      margin-bottom: 0rem; }
    @media screen and (max-width: 990px) {
      .type-exhibition .component.list-component:nth-child(odd) .related-component, .type-post .component.list-component:nth-child(odd) .related-component, .type-event .component.list-component:nth-child(odd) .related-component, .type-page .component.list-component:nth-child(odd) .related-component, .type-venue .component.list-component:nth-child(odd) .related-component, .page-template-default .component.list-component:nth-child(odd) .related-component {
        margin: 0; } }
    .type-exhibition .component.list-component:nth-child(odd) .related-component h3, .type-post .component.list-component:nth-child(odd) .related-component h3, .type-event .component.list-component:nth-child(odd) .related-component h3, .type-page .component.list-component:nth-child(odd) .related-component h3, .type-venue .component.list-component:nth-child(odd) .related-component h3, .page-template-default .component.list-component:nth-child(odd) .related-component h3 {
      left: 0;
      bottom: 10%; }
    @media screen and (max-width: 990px) {
      .type-exhibition .component.list-component:nth-child(even) .related-component, .type-post .component.list-component:nth-child(even) .related-component, .type-event .component.list-component:nth-child(even) .related-component, .type-page .component.list-component:nth-child(even) .related-component, .type-venue .component.list-component:nth-child(even) .related-component, .page-template-default .component.list-component:nth-child(even) .related-component {
        margin: 0; } }
    .type-exhibition .component.list-component:nth-child(even) .related-component h3, .type-post .component.list-component:nth-child(even) .related-component h3, .type-event .component.list-component:nth-child(even) .related-component h3, .type-page .component.list-component:nth-child(even) .related-component h3, .type-venue .component.list-component:nth-child(even) .related-component h3, .page-template-default .component.list-component:nth-child(even) .related-component h3 {
      right: 0;
      bottom: 10%; }
    .type-exhibition .component.list-component .related-component, .type-post .component.list-component .related-component, .type-event .component.list-component .related-component, .type-page .component.list-component .related-component, .type-venue .component.list-component .related-component, .page-template-default .component.list-component .related-component {
      background-image: url("http://lorempixel.com/output/abstract-q-c-640-640-4.jpg");
      background-size: cover;
      background-color: #fefefe;
      background-position: 50%;
      padding-top: 12rem;
      position: relative;
      display: block; }
      @media screen and (max-width: 880px) {
        .type-exhibition .component.list-component .related-component, .type-post .component.list-component .related-component, .type-event .component.list-component .related-component, .type-page .component.list-component .related-component, .type-venue .component.list-component .related-component, .page-template-default .component.list-component .related-component {
          padding-top: 56%; } }
      .type-exhibition .component.list-component .related-component h3, .type-post .component.list-component .related-component h3, .type-event .component.list-component .related-component h3, .type-page .component.list-component .related-component h3, .type-venue .component.list-component .related-component h3, .page-template-default .component.list-component .related-component h3 {
        position: absolute;
        font-weight: bold;
        padding: 0.5em 1em;
        font-size: 1em;
        background-color: #fefefe;
        color: #6153ea;
        text-transform: uppercase;
        max-width: 90%; }
  .type-exhibition .component.text-component, .type-post .component.text-component, .type-event .component.text-component, .type-page .component.text-component, .type-venue .component.text-component, .page-template-default .component.text-component {
    background-color: #fefefe;
    padding: 40px;
    margin-bottom: 2em; }
    .type-exhibition .component.text-component:last-child, .type-post .component.text-component:last-child, .type-event .component.text-component:last-child, .type-page .component.text-component:last-child, .type-venue .component.text-component:last-child, .page-template-default .component.text-component:last-child {
      margin-bottom: 0; }

@media only screen and (min-width: 1440px) {
  .type-exhibition .arrow-container, .type-page .arrow-container {
    display: none !important; } }

.type-exhibition .desktop .gallery-component, .type-page .desktop .gallery-component {
  width: 660px;
  min-width: 660px;
  float: left; }
  @media screen and (max-width: 1440px) {
    .type-exhibition .desktop .gallery-component, .type-page .desktop .gallery-component {
      display: none; } }

.type-exhibition .mobile, .type-page .mobile {
  float: left;
  width: 100%;
  padding-bottom: 2em; }
  @media screen and (min-width: 1440px) {
    .type-exhibition .mobile, .type-page .mobile {
      display: none; } }
  .type-exhibition .mobile .gallery-component, .type-page .mobile .gallery-component {
    width: 100%; }
    @media screen and (max-width: 880px) {
      .type-exhibition .mobile .gallery-component .gallery-navigation, .type-page .mobile .gallery-component .gallery-navigation {
        display: none !important; } }

.type-exhibition .gallery-component, .type-page .gallery-component {
  height: 660px;
  position: relative;
  z-index: 3;
  margin: 0; }
  @media screen and (max-width: 1440px) {
    .type-exhibition .gallery-component, .type-page .gallery-component {
      height: 500px; } }
  .type-exhibition .gallery-component .image-holder, .type-page .gallery-component .image-holder {
    background-color: #fefefe;
    width: 100%;
    height: 100%;
    padding: 2rem;
    margin-top: 0;
    min-width: 100%;
    cursor: pointer; }
    @media screen and (max-width: 1440px) {
      .type-exhibition .gallery-component .image-holder, .type-page .gallery-component .image-holder {
        padding: 1.5rem;
        margin-top: 2em; } }
    .type-exhibition .gallery-component .image-holder .slick-list, .type-page .gallery-component .image-holder .slick-list {
      height: 100%; }
      .type-exhibition .gallery-component .image-holder .slick-list .slick-track, .type-page .gallery-component .image-holder .slick-list .slick-track {
        height: 100%; }
  .type-exhibition .gallery-component .full-img, .type-page .gallery-component .full-img {
    height: 100%;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #fefefe; }
    .type-exhibition .gallery-component .full-img .arrow-left, .type-page .gallery-component .full-img .arrow-left {
      position: absolute;
      bottom: 0.5em;
      right: 1em;
      z-index: 9;
      padding: 8px 8px 4px 8px;
      color: #fefefe;
      background-color: #6153ea;
      border-radius: 4px;
      cursor: pointer;
      margin: 0;
      font-weight: bold; }
      .type-exhibition .gallery-component .full-img .arrow-left:after, .type-page .gallery-component .full-img .arrow-left:after {
        content: "\f128";
        font: 24px fontAwesome;
        line-height: 0; }
    .type-exhibition .gallery-component .full-img .arrow-right, .type-page .gallery-component .full-img .arrow-right {
      position: absolute;
      bottom: 0.5em;
      right: 1em;
      z-index: 9;
      padding: 8px 8px 4px 8px;
      color: #fefefe;
      background-color: #6153ea;
      border-radius: 4px;
      cursor: pointer;
      margin: 0;
      font-weight: bold; }
      .type-exhibition .gallery-component .full-img .arrow-right:after, .type-page .gallery-component .full-img .arrow-right:after {
        content: "\f128";
        font: 24px fontAwesome;
        line-height: 0; }
    .type-exhibition .gallery-component .full-img .info, .type-page .gallery-component .full-img .info {
      position: absolute;
      top: 0.5em;
      left: 1em;
      z-index: 9;
      padding: 8px 8px 4px 8px;
      color: #fefefe;
      background-color: #6153ea;
      border-radius: 4px;
      cursor: pointer;
      margin: 0;
      font-weight: bold; }
      .type-exhibition .gallery-component .full-img .info:after, .type-page .gallery-component .full-img .info:after {
        content: "\f128";
        font: 24px fontAwesome;
        line-height: 0; }
    .type-exhibition .gallery-component .full-img .fullscreen, .type-page .gallery-component .full-img .fullscreen {
      display: none;
      cursor: pointer;
      position: absolute;
      top: 0em;
      right: 0em;
      z-index: 9;
      padding: 8px 8px 4px 8px;
      color: #fefefe;
      background-color: #6153ea;
      border-radius: 4px;
      cursor: pointer;
      margin: 0;
      font-weight: bold; }
      .type-exhibition .gallery-component .full-img .fullscreen:after, .type-page .gallery-component .full-img .fullscreen:after {
        content: "\f129";
        font: 24px fontAwesome;
        line-height: 0; }
    .type-exhibition .gallery-component .full-img .img-tooltip, .type-page .gallery-component .full-img .img-tooltip {
      width: 100%;
      position: absolute;
      bottom: 0;
      background-color: rgba(121, 121, 121, 0.6);
      color: #fefefe;
      margin: 0;
      padding: 1em;
      display: none; }
      .type-exhibition .gallery-component .full-img .img-tooltip p, .type-page .gallery-component .full-img .img-tooltip p {
        margin: 0; }
        .type-exhibition .gallery-component .full-img .img-tooltip p.wp-caption-title, .type-page .gallery-component .full-img .img-tooltip p.wp-caption-title {
          font-weight: bold;
          margin-bottom: 4px; }
        .type-exhibition .gallery-component .full-img .img-tooltip p.wp-caption-text, .type-page .gallery-component .full-img .img-tooltip p.wp-caption-text {
          font-size: 14px; }
  .type-exhibition .gallery-component .gallery-navigation, .type-page .gallery-component .gallery-navigation {
    margin: 1em auto;
    width: 40%;
    min-width: 400px;
    margin: 0 auto;
    position: relative;
    bottom: 25%;
    background-color: rgba(0, 0, 0, 0.35);
    padding: 1em 2em;
    transition: background-color .3s; }
    @media screen and (max-width: 768px) {
      .type-exhibition .gallery-component .gallery-navigation, .type-page .gallery-component .gallery-navigation {
        display: none !important; } }
    .type-exhibition .gallery-component .gallery-navigation:hover, .type-page .gallery-component .gallery-navigation:hover {
      background-color: rgba(0, 0, 0, 0.55); }
    .type-exhibition .gallery-component .gallery-navigation .gal-nav-arrow, .type-page .gallery-component .gallery-navigation .gal-nav-arrow {
      opacity: 1;
      color: #e74c3c;
      font-size: 3em;
      position: absolute;
      top: 50%;
      margin-top: -20px;
      cursor: pointer; }
      .type-exhibition .gallery-component .gallery-navigation .gal-nav-arrow:hover, .type-page .gallery-component .gallery-navigation .gal-nav-arrow:hover {
        color: #fefefe; }
      .type-exhibition .gallery-component .gallery-navigation .gal-nav-arrow.gal-nav-left, .type-page .gallery-component .gallery-navigation .gal-nav-arrow.gal-nav-left {
        left: 0;
        padding-left: 20px; }
      .type-exhibition .gallery-component .gallery-navigation .gal-nav-arrow.gal-nav-right, .type-page .gallery-component .gallery-navigation .gal-nav-arrow.gal-nav-right {
        right: 0;
        padding-right: 20px; }
    .type-exhibition .gallery-component .gallery-navigation .gallery-nav, .type-page .gallery-component .gallery-navigation .gallery-nav {
      position: absolute;
      background-color: #e74c3c;
      top: 0;
      bottom: 0;
      font-size: 3em;
      z-index: 9;
      color: #fefefe;
      cursor: pointer; }
    .type-exhibition .gallery-component .gallery-navigation .thumb-img, .type-page .gallery-component .gallery-navigation .thumb-img {
      height: 90px;
      width: 90px;
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat; }
    .type-exhibition .gallery-component .gallery-navigation .slick-list, .type-page .gallery-component .gallery-navigation .slick-list {
      height: 100%;
      margin: 0 auto;
      max-width: 245px;
      border-left: 4px solid #e74c3c;
      border-right: 4px solid #e74c3c;
      overflow: hidden;
      -webkit-box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.25); }
      .type-exhibition .gallery-component .gallery-navigation .slick-list .slick-track, .type-page .gallery-component .gallery-navigation .slick-list .slick-track {
        height: 100%; }

.type-visit .gallery-component, .type-venue .gallery-component {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 3;
  margin: 0; }
  .type-visit .gallery-component .image-holder, .type-venue .gallery-component .image-holder {
    background-color: #fefefe;
    width: 100%;
    height: 100%;
    padding: 0em; }
    .type-visit .gallery-component .image-holder .slick-list, .type-venue .gallery-component .image-holder .slick-list {
      height: 100%; }
      .type-visit .gallery-component .image-holder .slick-list .slick-track, .type-venue .gallery-component .image-holder .slick-list .slick-track {
        height: 100%; }
  .type-visit .gallery-component .full-img, .type-venue .gallery-component .full-img {
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #fefefe; }
  .type-visit .gallery-component .gallery-navigation, .type-venue .gallery-component .gallery-navigation {
    height: 150px;
    margin: 0 auto;
    max-width: 100%;
    display: none; }
    .type-visit .gallery-component .gallery-navigation .gallery-nav, .type-venue .gallery-component .gallery-navigation .gallery-nav {
      position: absolute;
      background-color: #e74c3c;
      top: 0;
      bottom: 0;
      font-size: 3em;
      z-index: 9;
      color: #fefefe;
      cursor: pointer; }
      .type-visit .gallery-component .gallery-navigation .gallery-nav i, .type-venue .gallery-component .gallery-navigation .gallery-nav i {
        vertical-align: middle;
        padding: 1em;
        margin-bottom: -0.5rem; }
      .type-visit .gallery-component .gallery-navigation .gallery-nav.left, .type-venue .gallery-component .gallery-navigation .gallery-nav.left {
        left: 0; }
      .type-visit .gallery-component .gallery-navigation .gallery-nav.right, .type-venue .gallery-component .gallery-navigation .gallery-nav.right {
        right: 0; }
    .type-visit .gallery-component .gallery-navigation .thumb-img, .type-venue .gallery-component .gallery-navigation .thumb-img {
      height: 150px;
      width: 150px;
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1440px) {
        .type-visit .gallery-component .gallery-navigation .thumb-img, .type-venue .gallery-component .gallery-navigation .thumb-img {
          display: none; } }
    .type-visit .gallery-component .gallery-navigation .slick-list, .type-venue .gallery-component .gallery-navigation .slick-list {
      height: 100%; }
      .type-visit .gallery-component .gallery-navigation .slick-list .slick-track, .type-venue .gallery-component .gallery-navigation .slick-list .slick-track {
        height: 100%; }

.search article {
  max-width: 1140px; }

.hidden-page-title {
  position: absolute;
  left: -99rem;
  top: 100%; }

.archive, .search, .page-template-default {
  color: #484848;
  font-family: 'Roboto Condensed';
  margin: 0 auto; }
  .archive .page-content .component-content, .search .page-content .component-content, .page-template-default .page-content .component-content {
    /*background-color: #fefefe;*/
    position: relative; }
  .archive h2.search-results, .search h2.search-results, .page-template-default h2.search-results {
    text-decoration: underline;
    margin-bottom: 1em;
    font-size: 24px; }
  .archive #archive-toolbar, .search #archive-toolbar, .page-template-default #archive-toolbar {
    background-color: #e74c3c;
    padding: 0.8rem 2rem;
    position: relative;
    font-size: 24px; }
    @media screen and (max-width: 990px) {
      .archive #archive-toolbar, .search #archive-toolbar, .page-template-default #archive-toolbar {
        padding: 2rem 2rem; } }
    .archive #archive-toolbar label, .search #archive-toolbar label, .page-template-default #archive-toolbar label {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0; }
    .archive #archive-toolbar label, .search #archive-toolbar label, .page-template-default #archive-toolbar label {
      color: #fefefe;
      font-size: 1em;
      padding: 0 0.25em; }
      .archive #archive-toolbar label:first-child, .search #archive-toolbar label:first-child, .page-template-default #archive-toolbar label:first-child {
        padding-left: 0; }
    .archive #archive-toolbar .sort-functions, .search #archive-toolbar .sort-functions, .page-template-default #archive-toolbar .sort-functions {
      display: flex;
      flex-direction: row;
      width: 100%; }
      @media screen and (max-width: 990px) {
        .archive #archive-toolbar .sort-functions, .search #archive-toolbar .sort-functions, .page-template-default #archive-toolbar .sort-functions {
          flex-direction: column; } }
    .archive #archive-toolbar select, .search #archive-toolbar select, .page-template-default #archive-toolbar select {
      /*display: inline-block;
            vertical-align: middle;
            margin-bottom: 0rem;
            font-family: "Roboto Condensed";
            text-transform: capitalize;
            font-size: $r-size;
            text-align: center;
            padding: 0px 1rem;
            border-radius: 2px;
            margin-right: 1rem;
            option {
                text-align: center;
                font-family: "Roboto Condensed";
            }
            */ }
    .archive #archive-toolbar select, .search #archive-toolbar select, .page-template-default #archive-toolbar select {
      appearance: none;
      color: #fefefe;
      background-color: transparent;
      border: none;
      padding: 0 1rem 0 0;
      margin: 0;
      outline: none;
      width: 100%;
      font-family: inherit;
      font-size: inherit;
      cursor: inherit;
      line-height: inherit; }
      .archive #archive-toolbar select::-ms-expand, .search #archive-toolbar select::-ms-expand, .page-template-default #archive-toolbar select::-ms-expand {
        display: none; }
      .archive #archive-toolbar select option, .search #archive-toolbar select option, .page-template-default #archive-toolbar select option {
        color: #222222;
        font-family: 'Roboto Condensed'; }
    .archive #archive-toolbar .select, .search #archive-toolbar .select, .page-template-default #archive-toolbar .select {
      width: 100%;
      min-width: 15rem;
      max-width: 30rem;
      border: 1px solid transparent;
      border-radius: 2px;
      padding: 0.5rem 0.5rem;
      margin: 0 1rem 0 0;
      font-size: 1.8rem;
      font-family: 'Roboto Condensed';
      cursor: pointer;
      line-height: 1.1;
      background-color: #df2e1b;
      background-image: linear-gradient(top, #f9f9f9, #fff 33%);
      position: relative;
      display: grid;
      grid-template-areas: "select";
      grid-area: "select";
      align-items: center;
      align-content: center; }
      @media screen and (max-width: 990px) {
        .archive #archive-toolbar .select, .search #archive-toolbar .select, .page-template-default #archive-toolbar .select {
          max-width: 100%;
          margin: 0 0rem 1rem 0; } }
    .archive #archive-toolbar .select:after, .search #archive-toolbar .select:after, .page-template-default #archive-toolbar .select:after {
      content: "";
      display: block;
      width: 1.4rem;
      height: 0.7rem;
      background-color: #fefefe;
      clip-path: polygon(100% 0%, 0 0%, 50% 100%);
      grid-area: "select";
      justify-self: end;
      position: absolute;
      right: 0.8rem; }
    .archive #archive-toolbar select:focus + .focus, .search #archive-toolbar select:focus + .focus, .page-template-default #archive-toolbar select:focus + .focus {
      position: absolute;
      top: -1px;
      left: -1px;
      right: -1px;
      bottom: -1px;
      border: 2px solid #a82315;
      border-radius: inherit; }
    .archive #archive-toolbar .container-toolbar, .search #archive-toolbar .container-toolbar, .page-template-default #archive-toolbar .container-toolbar {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -moz-box-direction: normal;
      -moz-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      position: relative; }
      @media screen and (max-width: 990px) {
        .archive #archive-toolbar .container-toolbar, .search #archive-toolbar .container-toolbar, .page-template-default #archive-toolbar .container-toolbar {
          text-align: center;
          display: block; }
          .archive #archive-toolbar .container-toolbar .searchform, .search #archive-toolbar .container-toolbar .searchform, .page-template-default #archive-toolbar .container-toolbar .searchform {
            margin: 0 auto; }
          .archive #archive-toolbar .container-toolbar select, .search #archive-toolbar .container-toolbar select, .page-template-default #archive-toolbar .container-toolbar select {
            width: 100%;
            display: block;
            margin: 1rem 0; }
          .archive #archive-toolbar .container-toolbar .sort-functions, .search #archive-toolbar .container-toolbar .sort-functions, .page-template-default #archive-toolbar .container-toolbar .sort-functions {
            margin: 0 auto; } }
      .archive #archive-toolbar .container-toolbar .display-buttons, .search #archive-toolbar .container-toolbar .display-buttons, .page-template-default #archive-toolbar .container-toolbar .display-buttons {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-direction: normal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        border-radius: 2px;
        border: 3px solid #fefefe;
        transition: background-color 0.5s ease; }
        @media screen and (max-width: 990px) {
          .archive #archive-toolbar .container-toolbar .display-buttons, .search #archive-toolbar .container-toolbar .display-buttons, .page-template-default #archive-toolbar .container-toolbar .display-buttons {
            position: relative;
            display: block;
            width: 100%;
            margin: 2rem auto;
            margin-bottom: 0rem;
            right: unset; } }
        .archive #archive-toolbar .container-toolbar .display-buttons[current-view="block"] [view-data="block"], .search #archive-toolbar .container-toolbar .display-buttons[current-view="block"] [view-data="block"], .page-template-default #archive-toolbar .container-toolbar .display-buttons[current-view="block"] [view-data="block"] {
          background-color: #fefefe;
          color: #e74c3c; }
        .archive #archive-toolbar .container-toolbar .display-buttons[current-view="list"] [view-data="list"], .search #archive-toolbar .container-toolbar .display-buttons[current-view="list"] [view-data="list"], .page-template-default #archive-toolbar .container-toolbar .display-buttons[current-view="list"] [view-data="list"] {
          background-color: #fefefe;
          color: #e74c3c; }
        .archive #archive-toolbar .container-toolbar .display-buttons .slide-button, .search #archive-toolbar .container-toolbar .display-buttons .slide-button, .page-template-default #archive-toolbar .container-toolbar .display-buttons .slide-button {
          padding: 0px 12px;
          background-color: transparent;
          color: #fefefe;
          display: block;
          cursor: pointer; }
          .archive #archive-toolbar .container-toolbar .display-buttons .slide-button i, .search #archive-toolbar .container-toolbar .display-buttons .slide-button i, .page-template-default #archive-toolbar .container-toolbar .display-buttons .slide-button i {
            font-size: 22px;
            margin-top: 8px; }
          @media screen and (max-width: 990px) {
            .archive #archive-toolbar .container-toolbar .display-buttons .slide-button, .search #archive-toolbar .container-toolbar .display-buttons .slide-button, .page-template-default #archive-toolbar .container-toolbar .display-buttons .slide-button {
              width: 100%; } }

#event-listing .archive-item {
  background-color: #fefefe;
  padding: 2px 0rem;
  width: 100%;
  border-bottom: 1px solid #efefef; }
  #event-listing .archive-item p {
    margin-bottom: 0rem; }
  #event-listing .archive-item__date-block {
    background-color: #fefefe;
    display: block;
    width: 100%;
    padding: 1rem;
    background-color: #a0a0a0;
    border-bottom: 1px solid #797979;
    border-top: 1px solid #797979; }
    #event-listing .archive-item__date-block h3 {
      font-size: 1.25rem;
      margin-bottom: 0; }
  #event-listing .archive-item:hover {
    background-color: #e5e5e5; }

#event-listing[current-view="list"] .temporal-info {
  padding-right: 1rem;
  margin-right: 0rem;
  margin-left: 0rem;
  border-right: 2px solid;
  min-height: 48px; }

#event-listing[current-view="list"] .downtown .temporal-info {
  border-color: #6153ea; }

#event-listing[current-view="list"] .main .temporal-info {
  border-color: #e74c3c; }

.grid-sizer {
  width: 25%; }
  @media screen and (max-width: 1280px) {
    .grid-sizer {
      width: 50%; } }
  @media screen and (max-width: 990px) {
    .grid-sizer {
      width: 100%; } }

.grid:after {
  content: '';
  display: block;
  clear: both; }

#event-listing {
  margin: 2.4rem auto 0; }
  #event-listing.mason {
    margin: 0 auto; }
    #event-listing.mason .event-item {
      background-color: #efefef;
      width: 100%;
      display: inline-block;
      border-bottom: 8px solid;
      border-top: 8px solid;
      padding: 1em; }
      #event-listing.mason .event-item span.on-view {
        display: none; }
      #event-listing.mason .event-item .post-type .venue {
        font-style: italic;
        font-weight: bold;
        color: #fefefe;
        padding: 0.25em 0.5rem; }
      #event-listing.mason .event-item .event-link {
        background-color: #6153ea;
        color: #fefefe;
        text-transform: uppercase;
        font-size: 16pt;
        font-weight: bold;
        display: inline-block;
        margin: 1em;
        padding: 0.4em 1.5em;
        float: right; }
      #event-listing.mason .event-item .event-detail .left .top .event-date {
        font-weight: bold;
        color: #fefefe;
        background-color: #6153ea;
        text-align: left;
        min-width: 22%; }
        #event-listing.mason .event-item .event-detail .left .top .event-date p {
          background-color: #6153ea;
          margin: 0;
          padding: 4pt 10pt;
          font-size: 18pt; }
      #event-listing.mason .event-item .event-detail .left .top .event-title p {
        margin: 0;
        font-size: 2em;
        padding: .3em .7em;
        line-height: 1em; }
      #event-listing.mason .event-item .event-detail .left .bottom {
        padding: .7em 1.4em;
        margin: 0;
        width: 100%; }
        #event-listing.mason .event-item .event-detail .left .bottom p {
          margin: 0;
          font-size: 1em; }
          #event-listing.mason .event-item .event-detail .left .bottom p.venue {
            font-size: 18pt;
            color: #6153ea;
            font-style: italic;
            font-weight: bold; }
        #event-listing.mason .event-item .event-detail .left .bottom .synop {
          overflow: hidden;
          width: 100%; }
      #event-listing.mason .event-item .event-image {
        width: 100%;
        background-size: contain;
        background-repeat-x: no-repeat;
        background-color: #fefefe;
        display: block;
        margin-bottom: 1em; }
    #event-listing.mason .event-sizer {
      width: 25%;
      padding: .75em;
      float: left;
      padding-top: 0;
      /*display: inline-block;
            margin-right: -4px;
            vertical-align: top;*/ }
      @media screen and (max-width: 1280px) {
        #event-listing.mason .event-sizer {
          width: 50%; } }
      @media screen and (max-width: 990px) {
        #event-listing.mason .event-sizer {
          width: 100%; } }
      #event-listing.mason .event-sizer--width2 {
        width: 50%; }
        @media screen and (max-width: 990px) {
          #event-listing.mason .event-sizer--width2 {
            width: 100%; } }
  #event-listing.list {
    margin: 0 auto; }
    #event-listing.list .event-item {
      display: block;
      margin-bottom: 1em;
      background-color: #fefefe;
      position: relative;
      background-position: center;
      background-size: cover; }
      #event-listing.list .event-item span.on-view {
        display: none; }
      @media screen and (max-width: 990px) {
        #event-listing.list .event-item {
          display: block;
          text-align: center; } }
      #event-listing.list .event-item .event-detail {
        padding: 3em; }
      #event-listing.list .event-item .event-title {
        font-size: 3em; }
      #event-listing.list .event-item .post-type {
        border-top: 0px solid;
        display: inline-block;
        padding-right: 3.2rem;
        padding-top: 0.6rem;
        text-transform: capitalize; }
        @media screen and (max-width: 990px) {
          #event-listing.list .event-item .post-type {
            padding-right: 0rem; } }
        #event-listing.list .event-item .post-type .venue {
          font-style: italic;
          font-weight: bold; }
      #event-listing.list .event-item .overlay-item {
        background-color: rgba(0, 0, 0, 0.15);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
        display: none; }
      #event-listing.list .event-item .event-link {
        display: none; }
      #event-listing.list .event-item .event-image {
        display: none;
        max-width: 25%;
        float: right; }
      #event-listing.list .event-item .event-detail {
        background-color: #efefef;
        width: 100%;
        position: relative;
        z-index: 9;
        display: block; }
        #event-listing.list .event-item .event-detail:hover h3:after {
          width: 30rem; }
        #event-listing.list .event-item .event-detail h3 {
          font-size: 3.2rem;
          margin: 0;
          margin-bottom: 0.6rem;
          position: relative; }
          #event-listing.list .event-item .event-detail h3:after {
            background-color: #6153ea;
            display: block;
            content: "";
            height: 0.4rem;
            width: 6rem;
            position: absolute;
            left: 0rem;
            bottom: -0.6rem;
            transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
        #event-listing.list .event-item .event-detail .left .top {
          display: flex;
          flex-direction: row;
          text-align: bottom; }
          @media screen and (max-width: 990px) {
            #event-listing.list .event-item .event-detail .left .top {
              display: block; } }
          #event-listing.list .event-item .event-detail .left .top .event-date {
            display: none; }
          #event-listing.list .event-item .event-detail .left .top .event-title p {
            margin: 0;
            font-size: 22pt;
            padding: 0 12pt; }
        #event-listing.list .event-item .event-detail .left .bottom {
          padding: 0; }
          #event-listing.list .event-item .event-detail .left .bottom p {
            margin: 0; }
            #event-listing.list .event-item .event-detail .left .bottom p.venue {
              display: none; }
          #event-listing.list .event-item .event-detail .left .bottom .synop {
            text-overflow: ellipsis;
            overflow: hidden;
            max-height: 3em;
            width: 60%; }
            @media screen and (max-width: 990px) {
              #event-listing.list .event-item .event-detail .left .bottom .synop {
                margin: 0 auto; } }
  #event-listing.true-grid .grid {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-content: center;
    text-align: center; }
    #event-listing.true-grid .grid .event-item {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex: 1 1 auto;
      flex-grow: 1;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      background-color: #fefefe;
      width: 24%;
      max-width: 25%;
      /*border-bottom: 8px solid;*/
      margin-bottom: 1em;
      margin-right: 0.5%;
      margin-left: 0.5%; }
      @media screen and (max-width: 990px) {
        #event-listing.true-grid .grid .event-item {
          width: 49%;
          max-width: 50%; } }
      @media screen and (max-width: 540px) {
        #event-listing.true-grid .grid .event-item {
          width: 99%;
          max-width: 100%; } }
      #event-listing.true-grid .grid .event-item .event-image-container {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex: 0 0 auto;
        flex-shrink: 0; }
      #event-listing.true-grid .grid .event-item .event-detail {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-direction: normal;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex: 1 1 auto;
        flex-grow: 1;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 1em;
        border-top: 8px solid; }
        #event-listing.true-grid .grid .event-item .event-detail .post-type {
          margin-bottom: 0; }
        #event-listing.true-grid .grid .event-item .event-detail span.venue {
          font-weight: bold; }
  #event-listing .event-sizer.current-exhib {
    /*width: 50%;*/ }
    @media screen and (max-width: 1280px) {
      #event-listing .event-sizer.current-exhib {
        width: 100%; } }
    #event-listing .event-sizer.current-exhib .event-item.current-exhib {
      color: #fefefe;
      padding-top: 60%;
      position: relative;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      #event-listing .event-sizer.current-exhib .event-item.current-exhib .event-detail {
        position: relative;
        z-index: 2; }
      #event-listing .event-sizer.current-exhib .event-item.current-exhib .event-link {
        position: relative;
        z-index: 2; }
      #event-listing .event-sizer.current-exhib .event-item.current-exhib .current-overlay {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 0;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
      #event-listing .event-sizer.current-exhib .event-item.current-exhib span.on-view {
        color: #ff9029;
        font-style: italic;
        font-size: .6em;
        margin-left: .6em;
        text-transform: uppercase;
        display: inline-block; }
        @media screen and (max-width: 540px) {
          #event-listing .event-sizer.current-exhib .event-item.current-exhib span.on-view {
            display: block;
            margin-left: 0; } }
      #event-listing .event-sizer.current-exhib .event-item.current-exhib .event-image {
        display: none; }
  #event-listing.list .event-sizer.current-exhib {
    width: 100%; }
    #event-listing.list .event-sizer.current-exhib .event-item.current-exhib {
      padding-top: 20%; }

.search-title {
  display: block;
  font-size: 5rem;
  text-align: center;
  padding: 2.4rem;
  padding-top: 0rem;
  color: #fec227;
  text-shadow: 2px 2px #ff9029; }

#search-nav {
  display: flex;
  font-size: 18px;
  font-weight: bold; }
  #search-nav.bottom {
    margin-top: 2em; }
  #search-nav.top {
    margin-bottom: 2em; }
  #search-nav div {
    display: inline-block; }
    #search-nav div a {
      padding: 0.5em 1em;
      background-color: #6153ea;
      color: #fefefe; }
  #search-nav .nav-previous {
    float: left; }
  #search-nav .nav-next {
    float: right; }

@media screen and (max-width: 990px) {
  #video-membership-frame {
    display: none; } }

.page .section-header-loc {
  font-size: 4.8rem;
  background-color: #fefefe;
  color: #484848;
  margin: 0;
  padding: 0.5em 24px;
  border-top: 8px solid #e74c3c; }
  @media screen and (max-width: 575px) {
    .page .section-header-loc {
      margin-top: 0; } }

.page .component {
  position: relative;
  color: #484848; }
  .page .component.component-location {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 1440px) {
      .page .component.component-location {
        padding: 0; } }
    .page .component.component-location .location-container {
      vertical-align: bottom;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      background-color: #fefefe; }
      @media screen and (max-width: 990px) {
        .page .component.component-location .location-container {
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -moz-box-direction: normal;
          -moz-box-orient: vertical;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .page .component.component-location .location-container .location-button {
        margin: 2rem auto 1rem;
        width: 100%;
        text-align: center; }
      .page .component.component-location .location-container .location-img {
        background-size: cover;
        width: 120%;
        max-width: 100%;
        position: relative;
        background-position: center;
        min-height: 300px;
        display: block; }
      .page .component.component-location .location-container .location-title {
        font-size: 3.2rem;
        padding: 0 1em;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0; }
        @media screen and (max-width: 768px) {
          .page .component.component-location .location-container .location-title {
            border-bottom: 4px solid #e74c3c; } }
        .page .component.component-location .location-container .location-title.downtown {
          right: 0; }
        .page .component.component-location .location-container .location-title h3 {
          margin: 0;
          text-transform: initial;
          color: #fefefe;
          background-color: #e74c3c;
          padding: 0.25em 1em;
          text-align: center; }
      .page .component.component-location .location-container .location-desc {
        padding: 2em;
        font-weight: 400;
        width: 100%; }
        .page .component.component-location .location-container .location-desc .location-item {
          display: table;
          margin-bottom: 1em; }
          .page .component.component-location .location-container .location-desc .location-item i {
            display: table-cell; }
          .page .component.component-location .location-container .location-desc .location-item div {
            display: table-cell;
            padding: 0 1em; }
        .page .component.component-location .location-container .location-desc .location-item:last-child {
          margin: 0; }

.type-modular .mod-title {
  border-top: solid #e74c3c 0.5rem; }

@media screen and (max-width: 1440px) {
  .type-modular #general-container {
    margin: 0 auto; } }

.type-modular #general-container:last-child {
  border: none; }

.type-modular #faq-content:first-child {
  margin-top: -2.5rem; }

.type-modular #faq-content .section-header {
  padding: 0.5em 1em;
  background-color: #6153ea;
  color: #fefefe;
  width: 100%;
  text-align: left;
  font-size: 3.2rem;
  margin: 0;
  border-top: 2px solid #fefefe; }

.type-modular #faq-content .faq-container {
  padding: 1em 1em 0 0;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  display: block;
  background-color: #fefefe; }
  @media screen and (max-width: 1440px) {
    .type-modular #faq-content .faq-container {
      margin: 0 auto; } }

.type-modular #faq-content .question-text {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-content: flex-start; }
  .type-modular #faq-content .question-text .answer-label {
    font-size: 3.2rem;
    font-weight: bold;
    margin-right: 30px; }
  .type-modular #faq-content .question-text .q-text-content {
    align-self: center; }
    .type-modular #faq-content .question-text .q-text-content p:last-child {
      margin-bottom: 0px; }

.type-modular #faq-content i {
  cursor: pointer; }
  .type-modular #faq-content i.fa-minus-circle {
    display: none; }

.type-modular #member-content {
  display: block;
  margin: 0;
  background-color: #e5e5e5;
  padding-top: 3em; }
  @media screen and (max-width: 885px) {
    .type-modular #member-content {
      padding-top: 4em; } }
  .type-modular #member-content .membertype-container {
    display: flex; }
    @media screen and (max-width: 885px) {
      .type-modular #member-content .membertype-container {
        display: block; } }
  .type-modular #member-content .memberlevel-container {
    background-color: #fefefe;
    padding: 5em 2em 2em; }

.type-modular #dineshop-container {
  display: table;
  padding-bottom: 2em;
  background-color: #fefefe; }
  @media screen and (max-width: 880px) {
    .type-modular #dineshop-container {
      display: block;
      width: 100%; } }

.type-modular #admission-container {
  padding: 0rem !important; }

.type-modular .modular-container {
  position: relative; }
  .type-modular .modular-container__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1000; }
  .type-modular .modular-container h1 {
    font-family: 'Roboto Condensed';
    color: #ffffff;
    text-align: left;
    width: 974px;
    height: 240px;
    font-size: 144px;
    line-height: 120px;
    font-weight: 800;
    text-transform: uppercase;
    left: 20px;
    bottom: 150px;
    position: absolute;
    z-index: 3; }
    @media screen and (max-width: 990px) {
      .type-modular .modular-container h1 {
        font-size: 110px;
        width: 740px;
        bottom: 85px; } }
    @media screen and (max-width: 767px) {
      .type-modular .modular-container h1 {
        line-height: 75px;
        height: 155px;
        font-size: 72px;
        width: 400px; } }

.type-modular .gallery-component {
  height: 660px;
  position: relative;
  z-index: 3;
  margin: 0; }
  @media screen and (max-width: 1440px) {
    .type-modular .gallery-component {
      height: 500px; } }
  .type-modular .gallery-component .image-holder {
    background-color: #fefefe;
    width: 100%;
    height: 100%;
    padding: 2em;
    margin-top: 2em;
    min-width: 100%;
    cursor: pointer; }
    @media screen and (max-width: 1440px) {
      .type-modular .gallery-component .image-holder {
        padding: 0em; } }
    @media screen and (max-width: 575px) {
      .type-modular .gallery-component .image-holder {
        margin-top: 0; } }
    .type-modular .gallery-component .image-holder .slick-list {
      height: 100%; }
      .type-modular .gallery-component .image-holder .slick-list .slick-track {
        height: 100%; }
  .type-modular .gallery-component .full-img {
    height: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #fefefe; }
    .type-modular .gallery-component .full-img .arrow-left {
      position: absolute;
      bottom: 0.5em;
      right: 1em;
      z-index: 9;
      padding: 8px 8px 4px 8px;
      color: #fefefe;
      background-color: #6153ea;
      border-radius: 4px;
      cursor: pointer;
      margin: 0;
      font-weight: bold; }
      .type-modular .gallery-component .full-img .arrow-left:after {
        content: "\f128";
        font: 24px fontAwesome;
        line-height: 0; }
    .type-modular .gallery-component .full-img .arrow-right {
      position: absolute;
      bottom: 0.5em;
      right: 1em;
      z-index: 9;
      padding: 8px 8px 4px 8px;
      color: #fefefe;
      background-color: #6153ea;
      border-radius: 4px;
      cursor: pointer;
      margin: 0;
      font-weight: bold; }
      .type-modular .gallery-component .full-img .arrow-right:after {
        content: "\f128";
        font: 24px fontAwesome;
        line-height: 0; }
    .type-modular .gallery-component .full-img .info {
      position: absolute;
      top: 0.5em;
      left: 1em;
      z-index: 9;
      padding: 8px 8px 4px 8px;
      color: #fefefe;
      background-color: #6153ea;
      border-radius: 4px;
      cursor: pointer;
      margin: 0;
      font-weight: bold; }
      .type-modular .gallery-component .full-img .info:after {
        content: "\f128";
        font: 24px fontAwesome;
        line-height: 0; }
    .type-modular .gallery-component .full-img .fullscreen {
      display: none;
      cursor: pointer;
      position: absolute;
      top: 0em;
      right: 0em;
      z-index: 9;
      padding: 8px 8px 4px 8px;
      color: #fefefe;
      background-color: #6153ea;
      border-radius: 4px;
      cursor: pointer;
      margin: 0;
      font-weight: bold; }
      .type-modular .gallery-component .full-img .fullscreen:after {
        content: "\f129";
        font: 24px fontAwesome;
        line-height: 0; }
    .type-modular .gallery-component .full-img .img-tooltip {
      width: 100%;
      position: absolute;
      bottom: 0;
      background-color: rgba(121, 121, 121, 0.6);
      color: #fefefe;
      margin: 0;
      padding: 1em;
      display: none; }
      .type-modular .gallery-component .full-img .img-tooltip p {
        margin: 0; }
        .type-modular .gallery-component .full-img .img-tooltip p.wp-caption-title {
          font-weight: bold;
          margin-bottom: 4px; }
        .type-modular .gallery-component .full-img .img-tooltip p.wp-caption-text {
          font-size: 1.2rem; }
  .type-modular .gallery-component .gallery-navigation {
    margin: 1em auto;
    width: 40%;
    min-width: 400px;
    margin: 0 auto;
    position: relative;
    bottom: 25%;
    background-color: rgba(0, 0, 0, 0.35);
    padding: 1em 2em;
    transition: background-color .3s; }
    .type-modular .gallery-component .gallery-navigation:hover {
      background-color: rgba(0, 0, 0, 0.55); }
    @media screen and (max-width: 575px) {
      .type-modular .gallery-component .gallery-navigation {
        display: none !important; } }
    .type-modular .gallery-component .gallery-navigation .gal-nav-arrow {
      opacity: 1;
      color: #e74c3c;
      font-size: 3.2rem;
      position: absolute;
      top: 50%;
      margin-top: -20px;
      cursor: pointer; }
      .type-modular .gallery-component .gallery-navigation .gal-nav-arrow:hover {
        color: #fefefe; }
      .type-modular .gallery-component .gallery-navigation .gal-nav-arrow.gal-nav-left {
        left: 0;
        padding-left: 20px; }
      .type-modular .gallery-component .gallery-navigation .gal-nav-arrow.gal-nav-right {
        right: 0;
        padding-right: 20px; }
    .type-modular .gallery-component .gallery-navigation .gallery-nav {
      position: absolute;
      background-color: #e74c3c;
      top: 0;
      bottom: 0;
      font-size: 3.2rem;
      z-index: 9;
      color: #fefefe;
      cursor: pointer; }
    .type-modular .gallery-component .gallery-navigation .thumb-img {
      height: 90px;
      width: 90px;
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat; }
    .type-modular .gallery-component .gallery-navigation .slick-list {
      height: 100%;
      margin: 0 auto;
      max-width: 245px;
      border-left: 4px solid #e74c3c;
      border-right: 4px solid #e74c3c;
      overflow: hidden;
      -webkit-box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.25); }
      .type-modular .gallery-component .gallery-navigation .slick-list .slick-track {
        height: 100%; }

.type-modular .section-header-loc {
  font-size: 3.2rem;
  background-color: #fefefe;
  color: #484848;
  margin: 0;
  padding: 3.2rem 3.2rem;
  border-top: 8px solid #e74c3c;
  margin-top: 3.2rem; }
  @media screen and (max-width: 575px) {
    .type-modular .section-header-loc {
      margin-top: 0;
      font-size: 1.8rem; } }

.type-modular .component {
  position: relative;
  font-size: 2rem;
  color: #484848;
  transition: background-color 0.3s, color 0.3s; }
  .type-modular .component.dineshop-component {
    display: table-cell;
    padding: 2.4rem;
    width: 50%; }
    @media screen and (max-width: 885px) {
      .type-modular .component.dineshop-component {
        display: block;
        width: 100%; } }
    .type-modular .component.dineshop-component.shop-content {
      background-color: #6153ea;
      color: #fefefe; }
      .type-modular .component.dineshop-component.shop-content .hours {
        column-count: 2; }
        .type-modular .component.dineshop-component.shop-content .hours p {
          margin-bottom: 0; }
    .type-modular .component.dineshop-component.dine-content {
      background-image: url("http://test.philbrook.org/fa-content/themes/philbrook/img/lavilla_dining_1.jpg");
      background-position: 50%;
      background-size: cover;
      background-repeat: no-repeat; }
      .type-modular .component.dineshop-component.dine-content .dineshop-container {
        background-color: #fefefe;
        position: absolute;
        margin: 0 2em;
        bottom: 2em;
        left: 0; }
        @media screen and (max-width: 885px) {
          .type-modular .component.dineshop-component.dine-content .dineshop-container {
            position: unset;
            margin: 0; } }
      .type-modular .component.dineshop-component.dine-content .title {
        color: #6153ea; }
      .type-modular .component.dineshop-component.dine-content h3 {
        color: #6153ea; }
    .type-modular .component.dineshop-component .dineshop-container {
      padding: 1em; }
      .type-modular .component.dineshop-component .dineshop-container .hours {
        margin-bottom: 1em; }
    .type-modular .component.dineshop-component .title {
      font-size: 4.8rem;
      text-align: center; }
  .type-modular .component.component-question {
    display: block;
    width: 100%;
    padding: 0 0 0.4em 1em; }
    .type-modular .component.component-question:last-child {
      padding-bottom: 1em; }
    .type-modular .component.component-question .question-container .question-header {
      margin: 0;
      padding: 0.5em 1em;
      background-color: #6153ea;
      cursor: pointer;
      text-transform: initial; }
    .type-modular .component.component-question .question-container .question-text {
      margin: 0;
      padding: 0.5em 1em; }
      .type-modular .component.component-question .question-container .question-text a {
        background-image: linear-gradient(90deg, rgba(231, 76, 60, 0.35) 100%, transparent 0); }
        .type-modular .component.component-question .question-container .question-text a:hover {
          background-color: rgba(231, 76, 60, 0.35);
          background-image: none; }
    .type-modular .component.component-question .question-container .q-contain {
      display: flex;
      flex-wrap: nowrap;
      align-content: center;
      background-color: #6153ea;
      color: #fefefe;
      align-items: center;
      padding: 0.5em 1em; }
      .type-modular .component.component-question .question-container .q-contain span {
        font-size: 3.2rem;
        font-weight: bold;
        margin-bottom: 1.2rem; }
  .type-modular .component.component-location {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 1440px) {
      .type-modular .component.component-location {
        padding: 0;
        margin: 0 auto; } }
    .type-modular .component.component-location .location-container {
      vertical-align: bottom;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0px;
      margin-top: 0px;
      background-color: #fefefe; }
      .type-modular .component.component-location .location-container:first-child {
        margin-bottom: 0px; }
      @media screen and (max-width: 990px) {
        .type-modular .component.component-location .location-container {
          -webkit-box-direction: normal;
          -webkit-box-orient: vertical;
          -moz-box-direction: normal;
          -moz-box-orient: vertical;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      @media screen and (max-width: 575px) {
        .type-modular .component.component-location .location-container {
          margin-top: 0px;
          margin-bottom: 1rem; } }
      .type-modular .component.component-location .location-container .location-button {
        margin: 1em auto 0;
        font-weight: bold;
        padding: 0.5em 1em;
        color: #fefefe;
        width: 100%; }
      .type-modular .component.component-location .location-container .location-img {
        background-size: cover;
        width: 120%;
        max-width: 100%;
        position: relative;
        background-position: center;
        min-height: 300px;
        display: block; }
      .type-modular .component.component-location .location-container .location-title {
        font-size: 1.8rem;
        padding: 0 1em;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0; }
        @media screen and (max-width: 768px) {
          .type-modular .component.component-location .location-container .location-title {
            border-bottom: 4px solid #e74c3c; } }
        .type-modular .component.component-location .location-container .location-title.downtown {
          right: 0; }
        .type-modular .component.component-location .location-container .location-title h3 {
          margin: 0;
          font-size: inherit;
          text-transform: initial;
          color: #fefefe;
          background-color: #e74c3c;
          padding: 0.25em 1em;
          text-align: center; }
      .type-modular .component.component-location .location-container .location-desc {
        padding: 2em;
        font-weight: 400;
        width: 100%; }
        .type-modular .component.component-location .location-container .location-desc .location-item {
          display: table;
          margin-bottom: 1em; }
          .type-modular .component.component-location .location-container .location-desc .location-item i {
            display: table-cell; }
          .type-modular .component.component-location .location-container .location-desc .location-item div {
            display: table-cell;
            padding: 0 1em; }
        .type-modular .component.component-location .location-container .location-desc .location-item:last-child {
          margin: 0; }
  .type-modular .component.component-content {
    background-color: #fefefe;
    padding: 2.4rem;
    position: relative; }
    @media screen and (max-width: 1440px) {
      .type-modular .component.component-content {
        padding: 1.8rem; } }
    .type-modular .component.component-content.venue-component {
      margin-top: 2.4rem;
      border-top: 4px solid #e74c3c; }
      @media screen and (max-width: 768px) {
        .type-modular .component.component-content.venue-component {
          margin: 0;
          border-top: 0px solid #e74c3c; } }
    .type-modular .component.component-content.block-content {
      border-top: 4px solid #e74c3c;
      margin-top: 2.5rem; }
      .type-modular .component.component-content.block-content .text-container {
        display: flex; }
        .type-modular .component.component-content.block-content .text-container .txt-block {
          width: 100%; }
        @media screen and (max-width: 768px) {
          .type-modular .component.component-content.block-content .text-container {
            display: block; } }
        .type-modular .component.component-content.block-content .text-container .img-link {
          display: block;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat;
          width: 12em;
          height: 12em;
          margin-right: 2em;
          border-bottom: 0;
          box-shadow: none; }
          @media screen and (max-width: 768px) {
            .type-modular .component.component-content.block-content .text-container .img-link {
              width: 100%;
              margin-bottom: 2em; } }
    .type-modular .component.component-content .text-component {
      position: relative; }
      .type-modular .component.component-content .text-component.venue-content {
        display: flex; }
        @media screen and (max-width: 768px) {
          .type-modular .component.component-content .text-component.venue-content {
            display: block; } }
        .type-modular .component.component-content .text-component.venue-content .venue-img-container {
          margin-left: 2em; }
          @media screen and (max-width: 768px) {
            .type-modular .component.component-content .text-component.venue-content .venue-img-container {
              margin: 0; } }
          .type-modular .component.component-content .text-component.venue-content .venue-img-container h3 {
            max-width: 100%;
            text-transform: capitalize;
            margin-top: 1em; }
        .type-modular .component.component-content .text-component.venue-content .venue-image {
          background-position: center;
          background-repeat: no-repeat;
          min-width: 12rem;
          height: 12rem;
          background-size: cover; }
          @media screen and (max-width: 768px) {
            .type-modular .component.component-content .text-component.venue-content .venue-image {
              width: 100%;
              margin-bottom: 2rem; } }
      .type-modular .component.component-content .text-component.main-text {
        margin-top: 0; }
      .type-modular .component.component-content .text-component .media-attachment {
        max-width: 100%;
        height: auto; }
        .type-modular .component.component-content .text-component .media-attachment .full-width {
          width: 100%; }
      .type-modular .component.component-content .text-component .wp-caption {
        position: relative;
        max-width: 100%;
        margin-bottom: 1rem; }
        .type-modular .component.component-content .text-component .wp-caption .media-attachment {
          position: relative;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 100%; }
        .type-modular .component.component-content .text-component .wp-caption .wp-caption-text {
          width: 100%;
          position: absolute;
          bottom: 0;
          background-color: #808080;
          color: #fefefe;
          margin: 0;
          padding: 1em; }
      .type-modular .component.component-content .text-component .text-container {
        max-width: 100%; }
    .type-modular .component.component-content .call-to-action {
      margin-top: 2em; }
      @media screen and (max-width: 880px) {
        .type-modular .component.component-content .call-to-action {
          max-width: 100%; } }
    .type-modular .component.component-content .detail-labels {
      color: #fefefe;
      text-transform: uppercase;
      font-weight: bold;
      position: relative;
      z-index: 9; }
      @media screen and (max-width: 640px) {
        .type-modular .component.component-content .detail-labels {
          margin: 10px 0; } }
      .type-modular .component.component-content .detail-labels .label-separator {
        display: none; }
        @media screen and (max-width: 640px) {
          .type-modular .component.component-content .detail-labels .label-separator {
            display: block; } }
      .type-modular .component.component-content .detail-labels .detail {
        color: #e74c3c;
        padding: 0px 6px; }
      .type-modular .component.component-content .detail-labels .venue {
        background-color: #6153ea;
        color: #fefefe;
        cursor: pointer;
        opacity: .9; }
    .type-modular .component.component-content h1 {
      font-size: 3.2rem;
      line-height: 0.8em;
      font-weight: bold;
      text-transform: uppercase;
      position: relative;
      z-index: 2;
      max-width: 100%;
      margin: 0; }
      @media screen and (max-width: 1440px) {
        .type-modular .component.component-content h1 {
          font-size: 3.5rem; } }
      @media screen and (max-width: 880px) {
        .type-modular .component.component-content h1 {
          font-size: 3rem; } }
      @media screen and (max-width: 480px) {
        .type-modular .component.component-content h1 {
          font-size: 2.7rem; } }
  .type-modular .component #related-content {
    position: static;
    width: 100%; }
  .type-modular .component.list-component {
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #e74c3c;
    border: #e74c3c solid 8px;
    border-top: 0;
    border-bottom: 0; }
    @media screen and (max-width: 575px) {
      .type-modular .component.list-component {
        border: 0; } }
    @media screen and (max-width: 990px) {
      .type-modular .component.list-component:nth-child(odd) .related-component {
        margin: 0; } }
    .type-modular .component.list-component:nth-child(odd) .related-component h3 {
      left: 36px;
      bottom: 36px; }
    @media screen and (max-width: 990px) {
      .type-modular .component.list-component:nth-child(even) .related-component {
        margin: 0; } }
    .type-modular .component.list-component:nth-child(even) .related-component h3 {
      right: 36px;
      bottom: 36px; }
      @media screen and (max-width: 768px) {
        .type-modular .component.list-component:nth-child(even) .related-component h3 {
          right: 0;
          left: 36px; } }
    .type-modular .component.list-component .related-component {
      background-image: url("http://lorempixel.com/output/abstract-q-c-640-640-4.jpg");
      background-size: cover;
      background-color: #fefefe;
      background-position: 50%;
      height: 280px;
      width: 100%;
      position: relative;
      display: inline-block; }
      @media screen and (max-width: 768px) {
        .type-modular .component.list-component .related-component {
          height: 200px; } }
      .type-modular .component.list-component .related-component .related-overlay {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 0;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }
      .type-modular .component.list-component .related-component h3 {
        font-size: 3.2rem;
        position: absolute;
        line-height: 1em;
        color: #fefefe;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0;
        z-index: 2; }
        @media screen and (max-width: 768px) {
          .type-modular .component.list-component .related-component h3 {
            font-size: 2rem; } }
        @media screen and (max-width: 575px) {
          .type-modular .component.list-component .related-component h3 {
            font-size: 1.75rem; } }
  .type-modular .component.text-component {
    background-color: #fefefe;
    padding: 40px;
    margin-bottom: 2em; }
    .type-modular .component.text-component:last-child {
      margin-bottom: 0; }

.tour-container {
  width: 100%;
  margin-top: 2em; }
  .tour-container .tour-component {
    border-top: 4px solid #e74c3c; }
  .tour-container > .tour-component {
    margin-bottom: 2em; }
    @media screen and (max-width: 575px) {
      .tour-container > .tour-component {
        margin-bottom: 0; } }

@media screen and (max-width: 575px) {
  #related-container > .list-component {
    margin-top: 0; } }

.home .page.fixed {
  padding: 0; }

.home-header {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: -99rem; }

.homepage-components {
  background-color: #efefef; }

#sb_instagram.sbi_fixed_height {
  display: block; }
  #sb_instagram.sbi_fixed_height .sbi_item .sbi_photo_wrap {
    border: 16px solid white; }
  #sb_instagram.sbi_fixed_height .sbi_item .sbi_info {
    background-color: #fefefe;
    padding-bottom: 16px; }
  #sb_instagram.sbi_fixed_height .sbi_item .sbi_follow_btn a {
    font-weight: bold; }

.slick-slide {
  max-height: 100vh !important; }

.locationBlock--left {
  right: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: #ebebeb;
  overflow: hidden;
  float: left;
  clear: both;
  width: 50%;
  z-index: 100;
  height: 520px;
  transition: 0.25s; }
  .locationBlock--left--open {
    right: 0% !important;
    z-index: 101 !important;
    background: #ebebeb;
    position: absolute;
    width: 100%;
    float: right;
    clear: both;
    top: 100vh;
    height: 520px;
    transition: 0.25s; }

.locationBlock--right {
  left: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: #ebebeb;
  overflow: hidden;
  float: right;
  clear: both;
  width: 50%;
  z-index: 100;
  height: 520px;
  transition: 0.25s; }
  .locationBlock--right--open {
    left: 0% !important;
    z-index: 101 !important;
    background: #ebebeb;
    width: 100%;
    position: absolute;
    top: 100vh;
    float: left;
    clear: both;
    height: 520px;
    transition: 0.25s; }

.locationBlock__background {
  width: 50vw;
  height: 520px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }

.locationBlock__location {
  width: 50%;
  background-position: center;
  background-size: cover; }
  .locationBlock__location__title--purple {
    text-transform: uppercase;
    color: #6153ea;
    font-family: "Roboto Condensed";
    font-size: 64px;
    text-align: right;
    line-height: 64px;
    position: absolute;
    top: 40px;
    background-color: #fff;
    font-weight: 800;
    padding: 10px;
    width: 60%; }
    @media screen and (max-width: 1395px) {
      .locationBlock__location__title--purple {
        font-size: 48px; } }
  .locationBlock__location__title--green {
    text-transform: uppercase;
    color: #3bd185;
    font-family: "Roboto Condensed";
    font-size: 64px;
    text-align: left;
    position: absolute;
    top: 40px;
    line-height: 64px;
    background-color: #fff;
    font-weight: 800;
    padding: 10px;
    float: right;
    width: 90%; }
    @media screen and (max-width: 1395px) {
      .locationBlock__location__title--green {
        font-size: 48px; } }
  .locationBlock__location__desc {
    background-color: #fff;
    padding: 15px;
    font-size: 14px;
    color: #666;
    bottom: 50px;
    position: absolute;
    font-family: "Roboto Condensed"; }
    .locationBlock__location__desc__text p {
      margin-bottom: 5px; }

.locationBlock__featuredEvent {
  width: 50%;
  height: 520px; }
  .locationBlock__featuredEvent__img {
    width: 60%;
    height: 520px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .locationBlock__featuredEvent__sectionHeader {
    color: #3bd185;
    font-family: "Roboto Condensed";
    font-style: italic;
    font-size: 22px;
    padding-top: 15%;
    padding-left: 10%; }
  .locationBlock__featuredEvent__title {
    font-family: "Roboto Condensed";
    font-weight: 800;
    font-size: 32px;
    text-align: left;
    padding-left: 10%;
    color: #666; }
  .locationBlock__featuredEvent__desc {
    background-color: #ebebeb;
    width: 40%;
    height: 100%; }
    .locationBlock__featuredEvent__desc p {
      padding-left: 15px;
      font-family: "Roboto Condensed";
      color: #666;
      font-size: 16px;
      text-align: left;
      padding: 5% 10%; }

.featuredDivider {
  width: 80%;
  background-color: #3bd185;
  height: 1px; }

.homeEvent {
  height: 260px;
  width: 360px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .homeEvent__title {
    font-family: "Roboto Condensed";
    font-size: 24px;
    background-color: #fff;
    position: absolute;
    text-transform: uppercase;
    color: #7b5cc2;
    padding: 10px 15px;
    width: 80%;
    left: 0;
    top: 65px; }
  .homeEvent__date {
    font-family: "Roboto Condensed";
    font-size: 18px;
    background-color: #fff;
    position: absolute;
    color: #7b5cc2;
    padding: 10px 15px;
    width: 60%;
    left: 0;
    top: 135px; }
  .homeEvent__soldOut {
    background-color: rgba(140, 38, 32, 0.75);
    width: 100%;
    bottom: 0;
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 24px;
    text-align: center;
    position: absolute; }

.carousel-frame {
  width: 100%;
  margin-bottom: 0.5em;
  padding-bottom: 1em;
  position: relative;
  overflow-x: scroll;
  white-space: nowrap; }

.carousel-frame ul {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none; }

.carousel-frame li.li-carousel-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0; }

.row-fluid .col-sm-3 {
  display: inline-block; }

.featuredContent {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ff9029;
  color: #fefefe;
  position: relative; }
  @media screen and (max-width: 991px) {
    .featuredContent {
      height: auto; } }
  .featuredContent .row {
    padding: 0 !important;
    max-width: 1440px;
    margin: 0 auto; }
  .featuredContent__titleBlock {
    background-repeat: repeat;
    margin-right: 10%; }
    @media screen and (max-width: 990px) {
      .featuredContent__titleBlock {
        margin-right: 0%; } }
  .featuredContent__title {
    font-size: 4em;
    padding: 15px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase; }
    @media screen and (max-width: 1400px) {
      .featuredContent__title {
        font-size: 3.25em;
        font-weight: bold; } }
  .featuredContent__container {
    margin: 1% 0; }
  .featuredContent__event__title {
    font-family: 'Roboto Condensed';
    text-transform: capitalize;
    text-align: left;
    padding: 0px 15px 0 0;
    width: 100%;
    line-height: 0; }
    .featuredContent__event__title h3 {
      font-size: 2.8rem;
      background-color: #fff;
      padding: 1.25rem; }
      @media screen and (max-width: 1440px) {
        .featuredContent__event__title h3 {
          font-size: 2.4rem; } }
      @media screen and (max-width: 890px) {
        .featuredContent__event__title h3 {
          font-size: 2.4rem; } }
      .featuredContent__event__title h3 a {
        display: block; }
  .featuredContent__event__desc {
    font-family: 'Roboto Condensed';
    font-size: 1.6rem;
    padding: 0 30px 15px; }
    @media screen and (max-width: 1160px) {
      .featuredContent__event__desc {
        padding: 10px 10px; } }
    .featuredContent__event__desc img {
      display: none; }
  .featuredContent__event__button {
    font-family: 'Roboto Condensed';
    font-size: 2rem;
    padding: 10px 15px;
    text-align: center;
    text-align: right;
    text-transform: uppercase; }

.sbi_playbtn {
  display: none; }

.instaimage {
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  transition: background 0.5s linear;
  border-right: 4px solid #fefefe;
  background-color: grey;
  background-position: center; }
  .instaimage:last-child {
    border-right: 0px; }

.home .additional-content {
  margin: 0rem;
  padding: 6rem 0rem; }

select, input, button {
  border-width: 0px; }

img {
  display: block; }

.noscroll {
  position: fixed;
  overflow: hidden; }

.clear:after {
  content: "";
  display: block;
  clear: both; }

.global-language {
  margin-top: 4rem; }

.button {
  padding: 6px 20px 5px;
  border: 2px solid;
  color: currentColor;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: 1.47px;
  text-align: center;
  margin-top: 30px;
  color: #e74c3c;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
  .button:hover {
    color: #ef8b80; }
  .button__solid {
    padding: 6px 20px 5px;
    color: currentColor;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.14;
    letter-spacing: 1.47px;
    text-align: center;
    margin-top: 30px;
    color: #fefefe;
    background-color: #e74c3c;
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
    .button__solid:hover {
      color: #fefefe;
      background-color: #e43725;
      border-color: transparent; }

.btn {
  background-color: #766aed;
  border-bottom: 0 !important;
  box-shadow: none;
  font-size: 1.8rem;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
  .btn:hover {
    background-color: #4c3ce7; }
  .btn.callout-btn {
    margin: 40px auto;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0.5em 1em;
    color: #fefefe;
    background-color: #766aed;
    text-decoration: none; }
    .btn.callout-btn:hover {
      background-color: #4c3ce7; }
  .btn.close-alert-btn {
    top: 0;
    right: 0;
    position: absolute;
    color: #fefefe;
    padding: 1.5rem 2rem;
    -webkit-box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -4px 4px 0px 0px rgba(0, 0, 0, 0.75); }
    .btn.close-alert-btn:after {
      content: "\f00d";
      font: 2.4rem fontAwesome; }

.text-container .btn-link,
.text-container .eButton,
.text-container .btn {
  background-image: none !important; }

.btn-link {
  color: #fefefe;
  background-color: #e74c3c;
  font-weight: bold;
  text-decoration: none;
  padding: 0.5em 1em;
  display: block; }
  .btn-link:hover {
    background-color: #d62c1a !important; }

.block-content .btn-link {
  color: #fefefe;
  background-color: #ea6153;
  font-weight: bold;
  text-decoration: none;
  float: right;
  padding: 0.5em 1em;
  border-bottom: 0;
  box-shadow: none; }
  .block-content .btn-link:hover {
    background-color: #e43725; }
  @media screen and (max-width: 768px) {
    .block-content .btn-link {
      width: 100%;
      text-align: center;
      margin-top: 1rem; } }

/*
.eButton {
  cursor: pointer;
  display: block;
  font-size: $l-size;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  line-height: 1em;
  padding: 0.5em 0.5em;
  border-bottom: 0;
  box-shadow: none;
  font-weight: 700;
  text-decoration: none;
  border-radius: 3px;
  text-align: center;
  margin: 2rem auto 2rem;
  width: 80%;

  &.primary {
    color: #fefefe;
    background-color: lighten($purple, 5%);
    &:hover {
      background-color: darken($purple, 5%) !important;
    }
  }
  &.secondary {
    background-color: lighten($red, 5%);
    color: #fefefe;
    &:hover {
      background-color: darken($red, 5%) !important;
    }
  }
  &.tertiary {
    background-color: $orange;
    color: #fefefe;
    &:hover {
      background-color: darken($orange, 10%) !important;
    }
  }

  &:hover {
    opacity: 1.0;
  }
}
*/
.eButton {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 2.4rem;
  font-family: "Roboto Condensed";
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 -0.1rem rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  padding: 1.25rem 2rem;
  margin-top: 1rem;
  margin-bottom: 4rem;
  max-width: 100%;
  border: 0;
  border-radius: 0.7rem;
  outline: none;
  transform-style: preserve-3d;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
  @media screen and (max-width: 576px) {
    .eButton {
      width: 100%;
      text-align: center; } }
  .eButton::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    transform: translate3d(0, 0.75em, -1em);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: -1; }
  .eButton:hover, .eButton:active {
    transform: translate(0, 0.25em); }
    .eButton:hover::before, .eButton:active::before {
      transform: translate3d(0, 0.5em, -1em); }
  .eButton.primary {
    color: #fefefe !important;
    background: #e74c3c;
    border: 0rem solid #bf2718; }
    .eButton.primary::before {
      background: #bf2718;
      box-shadow: 0 0 0 0rem #bf2718, 0 0.8rem 0 0rem rgba(0, 0, 0, 0.2); }
    .eButton.primary:hover, .eButton.primary:active {
      color: #f2f2f0;
      background: #e64433 !important; }
      .eButton.primary:hover::before, .eButton.primary:active::before {
        box-shadow: 0 0 0 0rem #bf2718, 0 0.4rem 0 0rem rgba(0, 0, 0, 0.2); }
  .eButton.secondary {
    color: #fefefe !important;
    background: #6153ea;
    border: 0rem solid #2c1ad6; }
    .eButton.secondary::before {
      background: #2c1ad6;
      box-shadow: 0 0 0 0rem #2c1ad6, 0 0.8rem 0 0rem rgba(0, 0, 0, 0.2); }
    .eButton.secondary:hover, .eButton.secondary:active {
      color: #f2f2f0;
      background: #594ae9 !important; }
      .eButton.secondary:hover::before, .eButton.secondary:active::before {
        box-shadow: 0 0 0 0rem #2c1ad6, 0 0.4rem 0 0rem rgba(0, 0, 0, 0.2); }
  .eButton.tertiary {
    color: #fefefe;
    background: #ff9029;
    border: 0rem solid #dc6a00; }
    .eButton.tertiary::before {
      background: #dc6a00;
      box-shadow: 0 0 0 0rem #dc6a00, 0 0.8rem 0 0rem rgba(0, 0, 0, 0.2); }
    .eButton.tertiary:hover, .eButton.tertiary:active {
      color: #f2f2f0;
      background: #ff8b1f !important; }
      .eButton.tertiary:hover::before, .eButton.tertiary:active::before {
        box-shadow: 0 0 0 0rem #dc6a00, 0 0.4rem 0 0rem rgba(0, 0, 0, 0.2); }

.spacer {
  height: 1rem;
  display: block;
  margin-bottom: 2.4rem; }

.step-and-repeat {
  background-color: #6153ea;
  background-image: url("/fa-content/themes/philbrook/img/tile-p_double.png");
  background-image: url("/fa-content/themes/philbrook/img/tile-p_double.png"), linear-gradient(135deg, #6153ea, #e74c3c);
  background-repeat: repeat;
  background-position: center; }

.modal-popup {
  z-index: 10000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

blockquote {
  border-left: 6px solid #6153ea;
  padding-left: 2rem;
  margin: 4.8rem 0rem; }
  blockquote p {
    font-weight: 700;
    font-style: italic;
    line-height: 2;
    font-size: 2.4rem !important; }

.keymap-container {
  padding: 1rem;
  background-color: #fefefe;
  margin-bottom: 1rem; }

#key-map {
  display: block;
  margin: 0 auto; }
  #key-map .key-container {
    display: inline-block;
    padding-right: 8px; }
  #key-map .key-text {
    display: inline-block;
    padding-left: 4px; }
  #key-map .key-color {
    display: inline-block;
    width: 16px;
    height: 16px; }
    #key-map .key-color.exhib-philbrook {
      background-color: #e74c3c; }
    #key-map .key-color.exhib-downtown {
      background-color: #6153ea; }
    #key-map .key-color.exhib-onview {
      background-color: #ff9029; }
    #key-map .key-color.exhib-offsite {
      background-color: #a0a0a0; }

.carousel-indicators li {
  cursor: pointer; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fefefe' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fefefe' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-control-next,
.carousel-control-prev {
  top: 45%;
  bottom: 45%;
  width: 45px;
  opacity: 0.25;
  background-color: #6153ea;
  min-height: 4rem; }

.carousel {
  position: relative;
  height: 625px; }
  .carousel .brandWindow__content {
    left: 100%;
    bottom: 60px;
    transition: left .5s, opacity .3s;
    opacity: 0; }
    .carousel .brandWindow__content .brandWindow__text, .carousel .brandWindow__content .brandWindow__button {
      box-shadow: 2px 2px 0px 0px #222222; }
  .carousel .carousel-inner {
    background-position: center;
    background-repeat: repeat;
    height: 100%; }
    .carousel .carousel-inner .carousel-item {
      height: 100%; }
      .carousel .carousel-inner .carousel-item .view, .carousel .carousel-inner .carousel-item img {
        height: 100%; }
      .carousel .carousel-inner .carousel-item img {
        object-fit: cover; }
      .carousel .carousel-inner .carousel-item .carousel-image {
        width: 90%;
        height: 100%;
        background-size: auto 80%;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 auto; }
        @media screen and (max-width: 767px) {
          .carousel .carousel-inner .carousel-item .carousel-image {
            background-size: cover; } }
      .carousel .carousel-inner .carousel-item .carousel-caption p {
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.45);
        padding: 0rem 1rem;
        font-style: italic;
        font-size: 1rem;
        line-height: 1; }
      .carousel .carousel-inner .carousel-item.active .brandWindow__content {
        left: 0;
        opacity: 1; }
  .carousel .carousel-chevron-container {
    text-align: center;
    position: absolute;
    bottom: 1.5rem;
    left: calc(50% - 48px);
    z-index: 9; }
    @media screen and (max-width: 767px) {
      .carousel .carousel-chevron-container {
        display: none; } }
    .carousel .carousel-chevron-container .below-fold-navigator {
      display: inline-block;
      color: #fefefe;
      background-color: #222222;
      padding: 1em;
      font-size: 1em;
      bottom: -1em;
      position: relative;
      z-index: 110;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .carousel .carousel-chevron-container .below-fold-navigator {
          font-size: 16px; } }
      @media screen and (max-width: 430px) {
        .carousel .carousel-chevron-container .below-fold-navigator {
          font-size: 14px; } }

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px; }

@keyframes floating {
  from {
    transform: translate(0, 0px); }
  65% {
    transform: translate(0, 15px); }
  to {
    transform: translate(0, 0px); } }

#cover-load {
  background-color: #e74c3c;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999; }

#label-container {
  padding: 0px; }

.header {
  width: 100%;
  display: block;
  position: fixed;
  z-index: 11;
  top: 0px;
  right: 0px;
  left: 0px;
  text-align: right; }
  .header.sticky {
    transition: top .6s ease-in-out, background-color .5s ease-in, padding-top .4s ease-in-out, padding-right .4s ease-in-out, padding-left .4s ease-in-out; }
    .header.sticky.sticky-free {
      background-color: rgba(232, 79, 65, 0.92); }
      .header.sticky.sticky-free.home {
        background-color: rgba(232, 79, 65, 0); }
    .header.sticky.sticky-top {
      background-color: rgba(232, 79, 65, 0.92); }
    .header.sticky.sticky-up {
      position: fixed;
      top: -100px;
      opacity: .5;
      -webkit-transition: all .5s ease-out;
      transition: all .5s ease-out; }
    .header.sticky .nav-open {
      background-color: rgba(232, 79, 65, 0); }

/*Section*/
section,
.overlay {
  width: 100%;
  height: 100%; }

#label-container {
  float: left; }
  #label-container .search-ic {
    position: relative;
    z-index: 99;
    padding: 1rem;
    text-align: right;
    color: #fefefe;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer; }
    #label-container .search-ic:after {
      content: "\f002";
      font: 24px fontAwesome; }
  #label-container .hamburger {
    margin: 0;
    padding: 1rem;
    float: right;
    text-align: right;
    color: #fefefe;
    font-size: 16px;
    font-weight: bold;
    background: none;
    position: relative;
    z-index: 99;
    cursor: pointer; }
    #label-container .hamburger:after {
      content: "\f0c9";
      font: 24px fontAwesome; }
    #label-container .hamburger.is-active:after {
      content: "\f00d";
      padding: 1px; }

.overlay {
  position: fixed;
  top: 0;
  padding-top: 60px;
  z-index: 10;
  background: #333;
  background: rgba(232, 79, 65, 0.92);
  opacity: 0;
  visibility: hidden; }
  .overlay.is-active {
    visibility: visible;
    opacity: 1; }

.locationInformation {
  font-size: 14px; }

.addressContainer {
  color: #f5d45f;
  padding: 3.5% 5% 0% 5%;
  font-family: "Roboto Condensed";
  padding-bottom: 4px;
  border-top: 4px solid;
  margin-top: 3.5%; }

.addressName {
  font-size: 2em;
  text-transform: uppercase;
  width: 90%;
  margin-top: -5px;
  float: right; }

.addressText {
  font-size: 1em;
  margin-top: 35px;
  clear: both;
  margin-left: 10%; }

.hoursContainer {
  color: #f5d45f;
  padding: 1em 5% 1em 4%;
  font-family: "Roboto Condensed"; }

.hoursText {
  font-size: 1.5em;
  width: 90%;
  float: right; }

.hoursText span {
  color: #faf6c5; }

.desktop__nav {
  color: #fefefe;
  font-weight: bold;
  cursor: pointer;
  margin-right: 1rem;
  display: flex;
  flex-direction: row-reverse; }
  .desktop__nav a {
    padding: 0.5rem 1rem;
    margin-left: 0.2rem; }
    .desktop__nav a:hover {
      color: #fec227; }
  @media (max-width: 454.98px) {
    .desktop__nav a:first-child {
      display: none; } }
  @media (max-width: 514.98px) {
    .desktop__nav a:nth-child(2) {
      display: none; } }
  @media (max-width: 389.98px) {
    .desktop__nav {
      display: none; } }

footer {
  font-size: 1.8rem;
  position: relative;
  z-index: 2; }
  footer.absolute {
    position: absolute;
    bottom: 0;
    right: 17px;
    z-index: 1; }

.footer {
  background-color: #e74c3c;
  width: 100%;
  text-align: center;
  font-family: "Roboto Condensed"; }
  .footer__inner {
    color: #fefefe;
    padding: 2rem 0;
    position: relative;
    top: -2rem;
    background-color: #e74c3c;
    border-radius: 4px;
    padding-bottom: 0; }
    @media screen and (max-width: 575px) {
      .footer__inner {
        border-radius: 0rem; } }
    .footer__inner p {
      font-size: 1.2rem;
      font-style: italic;
      max-width: 40rem;
      margin-bottom: 2rem; }
    .footer__inner__social {
      list-style-type: none;
      text-align: center;
      margin: 0;
      padding: 0;
      margin-bottom: 1rem; }
      .footer__inner__social--item {
        font-size: 1.65rem;
        color: #fefefe;
        border: 2px solid #fefefe;
        border-radius: 10rem;
        width: 3rem;
        height: 3rem;
        display: block;
        transition: border-color 0.3s ease-in-out;
        margin: 0 0.5rem; }
        .footer__inner__social--item:hover, .footer__inner__social--item :focus {
          border-color: #fec227; }
          .footer__inner__social--item:hover a, .footer__inner__social--item :focus a {
            color: #fec227; }
      .footer__inner__social--item a {
        color: #fefefe;
        text-decoration: none;
        width: 27px;
        height: 27px;
        text-align: center; }
    .footer__inner__links {
      list-style-type: none;
      margin: 0;
      padding: 0;
      width: 100%;
      height: auto;
      display: block; }
      .footer__inner__links--item {
        font-size: 1.8rem;
        color: #fefefe;
        text-align: center;
        display: inline-block; }
      .footer__inner__links--item a {
        color: #fefefe;
        text-decoration: none;
        padding: 0.5rem;
        display: block; }
        .footer__inner__links--item a:hover, .footer__inner__links--item a :focus {
          color: #fec227; }
  .footer__dark {
    width: 100%;
    background-color: #616161;
    background-position: center center; }
    .footer__dark__text {
      font-size: 1rem;
      color: #fefefe;
      font-family: "Roboto Condensed";
      text-align: center;
      display: block;
      margin: 0 auto; }

.calender-module-header {
  background-color: #fefefe;
  padding: 1rem 2rem;
  border-top: 8px solid #e74c3c; }
  .calender-module-header h2 {
    color: #484848;
    margin: 0;
    font-size: 3.2rem;
    line-height: 0.85em; }
    @media screen and (max-width: 575px) {
      .calender-module-header h2 {
        font-size: 2rem; } }
  .calender-module-header .btn {
    margin: 0;
    font-size: 1.6rem; }
    @media screen and (max-width: 430px) {
      .calender-module-header .btn {
        margin: 1rem 0; } }

.home .event-list, .single-modular .event-list {
  margin-top: 2.4rem; }

.item-hover__corner {
  height: 0;
  width: 0;
  position: absolute;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }

@-moz-document url-prefix() {
  .item-hover__corner {
    transition: unset; } }
  .item-hover__corner--top {
    border-top: 0.6rem solid transparent;
    border-right: 0.6rem solid #e74c3c;
    border-bottom: 0.6rem solid transparent;
    transform-origin: center left;
    transform: translateY(-0.6rem) scale(0);
    left: 0;
    top: 0; }
  .item-hover__corner--left {
    border-top: 0.6rem solid #6153ea;
    border-right: 0.6rem solid transparent;
    border-bottom: 0.6rem solid transparent;
    transform: translateY(-0.6rem) scale(0);
    transform-origin: bottom left;
    bottom: 0;
    left: 0;
    z-index: 2; }
  .item-hover__corner--right {
    border-top: 0.6rem solid #4c3ce7;
    border-right: 0.6rem solid transparent;
    border-left: 0.6rem solid transparent;
    transform: translateX(0.6rem) scale(0);
    transform-origin: bottom center;
    bottom: 0rem;
    right: 0rem; }

.item-hover__edge {
  background-color: #6153ea;
  position: absolute;
  transform-origin: 0 100%;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }

@-moz-document url-prefix() {
  .item-hover__edge {
    transition: unset; } }
  .item-hover__edge--left {
    background-image: linear-gradient(135deg, #e74c3c, #6153ea);
    left: 0rem;
    width: 0.6rem;
    height: calc(100%);
    transform: scaleX(0); }
  .item-hover__edge--bottom {
    background-color: #4c3ce7;
    bottom: 0rem;
    height: 0.6rem;
    width: 100%;
    transform: scaleY(0); }

.home .item-container,
.single .item-container {
  flex: 1 1 22%;
  padding: 0rem 1.2rem; }
  .home .item-container:first-child,
  .single .item-container:first-child {
    padding-left: 0rem; }
    @media screen and (max-width: 989.98px) {
      .home .item-container:first-child,
      .single .item-container:first-child {
        padding-left: 1.2rem; } }
    @media screen and (max-width: 479.98px) {
      .home .item-container:first-child,
      .single .item-container:first-child {
        padding-left: 0rem;
        padding-top: 0rem; } }
  .home .item-container:last-child,
  .single .item-container:last-child {
    padding-right: 0rem; }
    @media screen and (max-width: 989.98px) {
      .home .item-container:last-child,
      .single .item-container:last-child {
        padding-right: 1.2rem; } }
    @media screen and (max-width: 479.98px) {
      .home .item-container:last-child,
      .single .item-container:last-child {
        padding-right: 0rem;
        padding-bottom: 0rem; } }
  @media screen and (max-width: 989.98px) {
    .home .item-container,
    .single .item-container {
      flex: 1 1 45%;
      padding: 1.2rem 1.2rem; } }
  @media screen and (max-width: 479.98px) {
    .home .item-container,
    .single .item-container {
      flex: 1 1 75%;
      padding: 1.2rem 0rem; } }

.archive #event-listing[current-view=block] .item-container {
  flex: 1 1 22%;
  padding: 0rem 1.2rem 2.4rem; }
  .archive #event-listing[current-view=block] .item-container:nth-child(4n-7) {
    padding-left: 0rem; }
  .archive #event-listing[current-view=block] .item-container:nth-child(4n) {
    padding-right: 0rem; }
  @media screen and (max-width: 990px) {
    .archive #event-listing[current-view=block] .item-container {
      flex: 1 1 45%; }
      .archive #event-listing[current-view=block] .item-container:nth-child(odd) {
        padding-left: 0rem; }
      .archive #event-listing[current-view=block] .item-container:nth-child(even) {
        padding-right: 0rem; } }
  @media (max-width: 575.98px) {
    .archive #event-listing[current-view=block] .item-container {
      flex: 1 1 100%;
      padding: 0rem 0rem 1.2rem; } }
  .archive #event-listing[current-view=block] .item-container .event-list-content {
    flex-direction: column; }

.archive #event-listing[current-view=list] .item-container {
  flex: 1 1 100%;
  padding: 0rem 0rem 1.2rem; }
  .archive #event-listing[current-view=list] .item-container .event-list-content {
    flex-direction: row; }
  .archive #event-listing[current-view=list] .item-container .event-date {
    border-bottom: none;
    border-right: 4px solid #a0a0a0;
    flex: 0 1 15%;
    margin: 1.2rem 0rem; }
    @media (max-width: 575.98px) {
      .archive #event-listing[current-view=list] .item-container .event-date {
        flex: 0 1 30%; } }
  .archive #event-listing[current-view=list] .item-container img {
    display: none; }
  .archive #event-listing[current-view=list] .item-container .banner-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0rem;
    bottom: 0rem;
    right: 0rem;
    width: 15%;
    position: relative;
    padding: 0.8rem;
    box-shadow: none; }
    @media (max-width: 575.98px) {
      .archive #event-listing[current-view=list] .item-container .banner-bar {
        width: 30%; } }
  .archive #event-listing[current-view=list] .item-container .event-title {
    font-size: 2.4rem;
    line-height: 2.4rem; }
    @media (max-width: 575.98px) {
      .archive #event-listing[current-view=list] .item-container .event-title {
        font-size: 1.8rem;
        line-height: 1.8rem;
        font-weight: 700; } }

/*
* EVENT, EXHIBITION ARCHIVE AND EVENT MODULE SYTLES
*/
.event-list {
  font-family: "Roboto Condensed";
  font-size: 1.8rem; }
  .event-list .item {
    background-color: #6153ea;
    background-repeat: repeat;
    background-position: top left;
    position: relative;
    z-index: 1; }
    .event-list .item img {
      object-fit: cover; }
  .event-list__up-event {
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.2s ease-in-out;
    height: 100%; }
    .event-list__up-event .item-hover {
      z-index: 1; }
    .event-list__up-event:hover .item-hover__edge--left, .event-list__up-event:focus .item-hover__edge--left {
      transform: scaleX(1); }
    .event-list__up-event:hover .item-hover__edge--bottom, .event-list__up-event:focus .item-hover__edge--bottom {
      transform: scaleY(1); }
    .event-list__up-event:hover .item-hover__corner--top, .event-list__up-event:focus .item-hover__corner--top {
      transform: translateY(-0.6rem) scale(1); }
    .event-list__up-event:hover .item-hover__corner--right, .event-list__up-event:focus .item-hover__corner--right {
      transform: translateX(0.6rem) scale(1); }
    .event-list__up-event:hover .item-hover__corner--left, .event-list__up-event:focus .item-hover__corner--left {
      transform: translateX(0rem) translateY(0.6rem) scale(1); }
    .event-list__up-event:hover .event-list-content, .event-list__up-event:focus .event-list-content {
      transform: translate3d(0.6rem, -0.6rem, 0); }
    .event-list__up-event .banner-bar {
      color: #fefefe;
      font-size: 2.4rem;
      font-weight: 700;
      box-shadow: 0px 2px 1px 0px rgba(61, 44, 44, 0.25);
      margin: 0;
      padding: 0.5rem 0rem;
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      position: absolute;
      bottom: 7rem; }
      .event-list__up-event .banner-bar.cancelled, .event-list__up-event .banner-bar.sold-out {
        background-color: #e74c3c; }
    .event-list__up-event p {
      text-align: center;
      margin: 0; }
    .event-list__up-event .event-list-content {
      background-color: #fefefe;
      flex-grow: 1;
      position: relative;
      z-index: 3;
      transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }

@-moz-document url-prefix() {
  .event-list__up-event .event-list-content {
    transition: unset; } }
    .event-list__up-event .event-date {
      width: 66%;
      margin: 0 auto;
      flex-grow: 1;
      transition: border-color 0.3s ease-in-out; }
      .event-list__up-event .event-date .event-month {
        text-align: center;
        margin: 0;
        text-transform: uppercase; }
      .event-list__up-event .event-date .event-location i {
        margin-right: 0.5rem;
        margin-top: 2px;
        color: #e74c3c; }
      .event-list__up-event .event-date .event-location p {
        margin: 0;
        line-height: 1rem;
        padding-top: 0.5rem; }
      .event-list__up-event .event-date .nth {
        font-size: 1.25rem; }
    .event-list__up-event .event-details {
      padding: 1.8rem;
      flex-grow: 1; }
    .event-list__up-event .event-title {
      text-transform: capitalize;
      font-size: 1.8rem;
      line-height: 1.8rem; }
    .event-list__up-event .event-note {
      font-size: 1.2rem;
      text-align: center;
      line-height: 1.2rem;
      margin-top: 0.5rem; }
    .event-list__up-event .event-day {
      font-weight: 700;
      font-size: 4.8rem;
      line-height: 4.8rem; }

.exhibition-item .item img {
  height: 30rem;
  max-width: 100%; }
  @media (max-width: 575.98px) {
    .exhibition-item .item img {
      display: none; } }
  @media (min-width: 991.98px) {
    .exhibition-item .item img {
      max-width: 66%; } }

.exhibition-item .event-list__up-event {
  margin-bottom: 2.4rem; }
  .exhibition-item .event-list__up-event .event-date {
    border-top: 4px solid #a0a0a0;
    padding: 1.8rem 0rem 0rem; }
  .exhibition-item .event-list__up-event .event-details {
    padding: 1.8rem 2.4rem; }
  .exhibition-item .event-list__up-event .event-day {
    font-size: 3.2rem;
    line-height: 3.2rem;
    text-transform: uppercase; }
  .exhibition-item .event-list__up-event .exhib-content-container {
    flex-grow: 1;
    width: 66%;
    margin: 4.8rem auto; }
  .exhibition-item .event-list__up-event .to-label {
    margin: auto 1.8rem;
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: bold;
    padding-bottom: 1.8rem; }
  .exhibition-item .event-list__up-event .event-title {
    font-size: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2.4rem; }

.event-item .item img, .module-item .item img {
  height: 20.5rem; }

.event-item .event-list__up-event .event-date, .module-item .event-list__up-event .event-date {
  border-bottom: 4px solid #a0a0a0;
  padding: 1.8rem 0rem 1.2rem; }

.event-list .gal-nav-arrow {
  color: #e74c3c; }

.event-list:hover .gal-nav-arrow, .event-list:focus .gal-nav-arrow {
  opacity: 1;
  font-size: 2em !important;
  margin-top: -0.5em; }
  @media screen and (max-width: 767px) {
    .event-list:hover .gal-nav-arrow, .event-list:focus .gal-nav-arrow {
      display: none !important; } }

.sk-cube-grid {
  width: 3rem;
  height: 3rem;
  margin: 6rem auto; }

.sk-cube-grid .sk-cube {
  width: 25%;
  height: 25%;
  background-color: #efefef;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  transition: opacity 0.6s; }
  .sk-cube-grid .sk-cube.stop-animation {
    -webkit-animation: none;
    animation: none;
    transform: scale3D(1, 1, 1);
    opacity: 0; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  opacity: 0; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube10 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube11 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube12 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-cube-grid .sk-cube13 {
  -webkit-animation-delay: 0.0s;
  animation-delay: 0.0s; }

.sk-cube-grid .sk-cube14 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube15 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube16 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  opacity: 0; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

.phil-nav {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%; }
  .phil-nav__main {
    background-color: #e74c3c;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 64px; }

.header__logo {
  background-image: url(../../assets/images/logoTopWhite-1.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 3.2rem;
  min-width: 16px;
  padding: 0rem;
  margin: 1.8rem;
  flex-grow: 1; }
  @media screen and (max-width: 768px) {
    .header__logo {
      background-image: url("/fa-content/themes/philbrook/img/tile-p_no_150px.png"); } }

.header__calendar {
  color: #f2f2f0;
  font-size: 26px;
  margin-right: 3rem;
  text-align: center; }
  .header__calendar:hover {
    color: #f2f2f0;
    opacity: 0.8; }
  .header__calendar:active {
    color: #f2f2f0;
    opacity: 0.8; }

.nav-opener {
  display: none; }
  .nav-opener:checked ~ .menu {
    transform: translate(0%, 0px); }
  .nav-opener:checked ~ .hamburger-box .hamburger .hamburger__patty:nth-child(1) {
    transform: translate(0px, 8px) rotate(45deg); }
  .nav-opener:checked ~ .hamburger-box .hamburger .hamburger__patty:nth-child(2) {
    transform: rotate(45deg);
    opacity: 0; }
  .nav-opener:checked ~ .hamburger-box .hamburger .hamburger__patty:nth-child(3) {
    transform: translate(0px, -8px) rotate(-45deg); }

.hamburger-box {
  cursor: pointer;
  transition: 0.3s ease-in-out;
  margin-bottom: 0rem;
  margin-right: 1.8rem;
  z-index: 99999; }
  .hamburger-box:hover .hamburger__patty:nth-child(1) {
    transform: translate(-4px, 1px) rotate(-45deg);
    width: 2rem; }
  .hamburger-box:hover .hamburger__patty:nth-child(3) {
    transform: translate(-4px, -1px) rotate(45deg);
    width: 2rem; }

.hamburger {
  transform: rotateY(0); }
  .hamburger__patty {
    width: 3rem;
    height: 0.2rem;
    margin: 0 0 0.6rem 0;
    background: #f2f2f0;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
    .hamburger__patty:last-child {
      margin-bottom: 0; }

.menu {
  background-color: #e74c3c;
  width: var(--screen-width);
  height: calc(var(--screen-height) - var(--nav-margin));
  margin-top: var(--nav-margin);
  text-align: center;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(130%) skew(15deg, 0deg);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "Roboto Condensed"; }
  .menu__title {
    color: #fec227; }
  .menu__list {
    display: flex;
    flex-direction: column;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }

.menu__item {
  display: flex;
  flex-shrink: 1;
  justify-content: center;
  font-size: 3.2rem;
  font-weight: bold; }
  .menu__item--sub {
    font-size: 1.8rem !important; }
  @media (max-width: 575.98px) {
    .menu__item {
      font-size: 2.4rem; } }

.search__link {
  margin-top: 1.8rem; }

.menu__link {
  color: #f2f2f0;
  cursor: pointer;
  display: block;
  padding: 0rem;
  margin-bottom: 0rem;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0.0;
  max-height: 0rem; }
  .menu__link.back__link {
    color: #fec227;
    margin-top: 1.2rem;
    margin-bottom: 1.8rem;
    font-size: 1.2rem; }
  .menu__link.active {
    opacity: 1.0;
    max-height: 6rem;
    padding: 0.5rem 0 0.2rem;
    margin-bottom: 0.8rem; }
  .menu__link:hover {
    color: #f2f2f0; }
    .menu__link:hover:after {
      bottom: -0.4rem;
      opacity: 1; }
  .menu__link:after {
    display: block;
    position: absolute;
    bottom: -1rem;
    opacity: 0;
    background: #fec227;
    height: 3px;
    content: "";
    left: 0;
    width: 100%;
    transition: all .1s ease-in; }

.sub__menu__list {
  opacity: 0.0;
  overflow: hidden;
  max-height: 0rem;
  margin-bottom: 0rem;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }

.sub-nav-opener {
  display: none; }

.sub-nav-opener_1:checked ~ #sub_nav_1 {
  opacity: 1.0;
  max-height: 33rem; }

.sub-nav-opener_2:checked ~ #sub_nav_2 {
  opacity: 1.0;
  max-height: 33rem; }

.sub-nav-opener_3:checked ~ #sub_nav_3 {
  opacity: 1.0;
  max-height: 33rem; }

.sub-nav-opener_4:checked ~ #sub_nav_4 {
  opacity: 1.0;
  max-height: 33rem; }

.sub-nav-opener_5:checked ~ #sub_nav_5 {
  opacity: 1.0;
  max-height: 33rem; }

.sub-nav-opener_6:checked ~ #sub_nav_6 {
  opacity: 1.0;
  max-height: 33rem; }

.sub-nav-opener_7:checked ~ #sub_nav_7 {
  opacity: 1.0;
  max-height: 33rem; }

.absent-event-message-container {
  flex: 1 1 100%;
  padding: 4rem;
  color: #f2f2f0;
  background-color: #a0a0a0;
  text-align: center; }

.loading-event {
  background-color: #e5e5e5;
  padding: 1.8rem;
  height: 100%; }
  .loading-event .loading-image {
    width: 100%;
    height: 20.5rem;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    background-color: #a0a0a0; }
  .loading-event .loading-text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .loading-event .loading-text span.line {
      display: block;
      width: 100%;
      height: 1.2rem;
      background-color: #a0a0a0;
      margin-top: 1.8rem; }

.loader {
  flex: 1 1 100%;
  margin: 0 auto;
  padding: 4rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }

.loader-wheel {
  animation: spin 1s infinite linear;
  border: 2px solid rgba(30, 30, 30, 0.5);
  border-left: 4px solid #fff;
  border-radius: 50%;
  height: 50px;
  margin-bottom: 10px;
  width: 50px; }

.loader-text {
  color: #fff;
  font-family: arial, sans-serif; }

.loader-text:after {
  content: 'Loading';
  animation: load 2s linear infinite; }

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

@keyframes load {
  0% {
    content: 'Loading'; }
  33% {
    content: 'Loading.'; }
  67% {
    content: 'Loading..'; }
  100% {
    content: 'Loading...'; } }

.gradient-load {
  animation: gradient-load 4s ease infinite;
  background-image: linear-gradient(124deg, #a0a0a0, #cccccc, #a0a0a0);
  background-size: 800% 800%; }

@keyframes gradient-load {
  0% {
    background-position: 1% 80%; }
  50% {
    background-position: 99% 20%; }
  100% {
    background-position: 1% 80%; } }

#feedbackWidgetContainer {
  position: fixed;
  border: medium none;
  margin-top: 0px;
  right: -41px;
  top: 55%;
  z-index: 99; }

.vertical-button {
  transform: rotate(90deg);
  font-size: 1.8rem !important;
  margin: 0rem !important;
  min-height: 40px;
  max-height: 40px; }

.hoursWidgetContainer {
  position: relative;
  margin: 0rem 2rem; }
  @media (max-width: 575.98px) {
    .hoursWidgetContainer {
      position: unset; } }
  @media (max-width: 575.98px) {
    .hoursWidgetContainer {
      font-size: 1.2rem; } }
  .hoursWidgetContainer label {
    background-color: #d62c1a;
    padding: 0.4rem 1rem;
    color: #fefefe;
    font-weight: bold;
    cursor: pointer;
    margin: 0rem; }
    .hoursWidgetContainer label span {
      padding: 0 0.5rem; }
      @media (max-width: 654.98px) {
        .hoursWidgetContainer label span .oMessage {
          display: none; } }
  .hoursWidgetContainer .hour-opener {
    display: none; }
    .hoursWidgetContainer .hour-opener:checked ~ #hours-box {
      transform: translate(0%, 0px); }

#hours-box {
  transform: translateX(200%);
  position: absolute;
  width: 30rem;
  padding: 2rem;
  background-color: #d62c1a;
  color: #fefefe;
  font-weight: bold;
  right: 0rem;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
  @media (max-width: 575.98px) {
    #hours-box {
      top: 6.8rem;
      right: 2rem;
      width: 23rem; } }
  #hours-box .hours-box_subheading {
    text-align: center; }
    #hours-box .hours-box_subheading i {
      font-size: 2.4rem;
      padding-right: 0.5rem; }
  #hours-box .hours-box_messageBlock {
    text-align: center;
    padding: 1rem; }
    #hours-box .hours-box_messageBlock i {
      font-size: 1.8rem;
      margin-bottom: 1rem; }
    #hours-box .hours-box_messageBlock p {
      margin: 0rem;
      font-weight: normal;
      font-style: italic; }
    #hours-box .hours-box_messageBlock a {
      font-weight: bold;
      text-decoration: underline; }
  #hours-box .hours-box_openingTimes {
    display: flex;
    justify-content: space-between;
    max-width: 22rem;
    border-bottom: 1px solid #e74c3c;
    margin: 0 auto 0.4rem;
    padding-bottom: 0.4rem;
    align-items: center; }

#admission-container {
  margin-bottom: 0; }
  #admission-container i {
    cursor: pointer; }
    #admission-container i.fa-minus-circle {
      display: none; }
  #admission-container .section-header {
    padding: 16px 32px;
    background-color: #6153ea;
    color: #fefefe;
    width: 100%;
    text-align: left;
    font-size: 3.2rem;
    margin: 0; }
  #admission-container .admission-content {
    padding: 2em;
    padding-bottom: 0;
    background-color: #fefefe;
    display: none; }
    @media screen and (max-width: 1440px) {
      #admission-container .admission-content {
        margin: 0 auto; } }
    #admission-container .admission-content .admission-component {
      width: 100%; }
      #admission-container .admission-content .admission-component img {
        width: 100%; }

.home #admission-container {
  margin-top: -2.5rem;
  margin-bottom: 2.5rem; }
  .home #admission-container .section-header {
    border-top: none !important; }

.module {
  margin-bottom: 2.5rem; }
  .module .section-header {
    border-top: 8px solid #e74c3c;
    color: #484848;
    margin-bottom: 0rem;
    background-color: #f2f2f0;
    padding: 1rem 2rem; }
    @media screen and (max-width: 575px) {
      .module .section-header {
        font-size: 1.8rem; } }

#alert-popup {
  padding: 220px 2em;
  padding: 15vh 2em;
  opacity: 0;
  transition: opacity .5s; }
  #alert-popup.pending {
    z-index: -1; }
  #alert-popup.is-active {
    opacity: 1; }
    #alert-popup.is-active .alert-message {
      opacity: 1; }
  #alert-popup .alert-message {
    background-color: #fefefe;
    padding: 2em;
    max-width: 600px;
    z-index: 9999;
    box-shadow: 2px 2px 0px 0px #222222;
    opacity: 0;
    transition: opacity .8s;
    max-height: 800px; }
    @media screen and (max-width: 767px) {
      #alert-popup .alert-message {
        font-size: 0.8rem; } }
    #alert-popup .alert-message.newsletter {
      padding: 0rem; }
      #alert-popup .alert-message.newsletter .text-container {
        padding: 2rem; }
      #alert-popup .alert-message.newsletter .wordfly-newsletter-form input[type="email"] {
        background-color: #e5e5e5;
        padding: 0.5rem 1rem;
        display: block;
        width: 100%;
        text-align: center; }
    #alert-popup .alert-message .btn {
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        #alert-popup .alert-message .btn {
          margin-top: 1rem; } }
    #alert-popup .alert-message img {
      margin: 2rem 0; }
      @media screen and (max-width: 767px) {
        #alert-popup .alert-message img {
          margin: 0 0 1rem 0; } }
    #alert-popup .alert-message h2 {
      color: #e74c3c; }
    #alert-popup .alert-message h3 {
      margin-bottom: 2rem;
      font-weight: 300;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-size: 1em; }
      @media screen and (max-width: 767px) {
        #alert-popup .alert-message h3 {
          margin-bottom: 1rem; } }
    #alert-popup .alert-message p {
      font-size: 1.25rem; }

.type-modular .exhibition-listing {
  margin: 2.4rem 0 0 0; }
  @media screen and (max-width: 768px) {
    .type-modular .exhibition-listing {
      flex-direction: column; } }

.type-modular .exhibition-component {
  min-height: 30rem;
  flex: 1 1 33%;
  padding: 0rem 1.2rem; }
  @media screen and (max-width: 768px) {
    .type-modular .exhibition-component {
      padding: 0rem; } }
  .type-modular .exhibition-component:first-child {
    padding-left: 0rem; }
  .type-modular .exhibition-component:last-child {
    padding-right: 0rem; }
  .type-modular .exhibition-component a {
    position: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    padding: 2rem;
    color: #fefefe;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 0.2s ease-in; }
    .type-modular .exhibition-component a:hover {
      background-size: 110%; }
  .type-modular .exhibition-component .exhibition-overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.65) 100%); }
  .type-modular .exhibition-component .exhibition-content {
    z-index: 1;
    font-family: 'Roboto Condensed'; }
  .type-modular .exhibition-component .exhibition-title {
    z-index: 1;
    background-color: #e74c3c;
    text-transform: uppercase;
    padding: 2px 4px;
    font-style: italic;
    font-size: 1.8rem;
    max-width: max-content; }
  .type-modular .exhibition-component .exhibition-date {
    font-weight: 500;
    background-color: #6153ea;
    padding: 2px 4px;
    font-size: 1.2rem;
    max-width: max-content; }
  .type-modular .exhibition-component .exhibition-venue {
    background-color: #ff9029;
    font-weight: 600;
    font-style: italic;
    padding: 0.25em 0.5rem;
    align-self: flex-start; }
  .type-modular .exhibition-component .exhibition-excerpt {
    display: none;
    font-weight: 500;
    font-size: 1.2rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.35) 100%);
    padding: 4px;
    margin: 0; }

.related-title {
  padding: 0.5rem 1rem;
  background-color: #e74c3c;
  font-style: italic;
  font-size: 3rem; }

#general-container .row {
  background-position: center;
  background-size: cover; }

.generalContent {
  position: relative; }
  .generalContent__container {
    background-position: center top;
    height: 400px;
    width: 100%;
    background-size: cover;
    position: relative;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .generalContent__container {
        height: 300px; } }
  .generalContent__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2); }
  .generalContent__title {
    font-family: 'Roboto Condensed';
    color: #fefefe;
    background-color: #e74c3c;
    text-align: left;
    font-size: 4.8rem;
    line-height: 4.8rem;
    font-style: italic;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.9rem 1.8rem; }
    @media screen and (max-width: 430px) {
      .generalContent__title {
        max-width: 100%;
        overflow: hidden;
        font-size: 3.2rem;
        line-height: 3.2rem;
        padding: 0.6rem 1.2rem; } }
  .generalContent__text {
    font-family: 'Roboto Condensed';
    color: #fefefe;
    background-color: #484848;
    text-align: left;
    display: inline-block;
    padding: 0.25rem 1rem;
    margin-top: -8px;
    position: relative; }
    @media screen and (max-width: 780px) {
      .generalContent__text {
        display: none; } }
  .generalContent__button {
    background-color: #766aed;
    color: #fefefe;
    display: inline-block;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    margin-top: -8px;
    padding: 0.25rem 1rem;
    position: relative; }
    .generalContent__button:hover {
      background-color: #4c3ce7;
      color: #fefefe;
      text-shadow: 1px 1px #222222; }
    .generalContent__button i {
      padding-left: 8px;
      font-size: 14px;
      margin-right: -6px; }
  .generalContent__left {
    left: 0;
    bottom: 40px;
    position: absolute;
    z-index: 3; }
    .generalContent__left .generalContent__text {
      float: left; }
    .generalContent__left .generalContent__button {
      float: left; }
  .generalContent__right {
    right: 0px;
    bottom: 40px;
    position: absolute;
    z-index: 3; }
    .generalContent__right .generalContent__text {
      float: right; }
    .generalContent__right .generalContent__button {
      float: right; }

.brandWindow {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: var(--nav-height);
  padding: 7.5rem 0rem;
  min-height: 75vh;
  max-height: var(--nav-height);
  position: relative;
  z-index: 9; }
  .brandWindow.has-video {
    padding: 0rem; }
  .brandWindow #brand-video {
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    @media screen and (max-width: 991px) {
      .brandWindow #brand-video {
        display: none; } }
  .brandWindow__tag__block {
    display: block; }
  .brandWindow__tag {
    background-color: #fec227;
    padding: 0.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 1.2rem;
    box-shadow: 2px 2px 0px 0px #ff9029; }
  .brandWindow__touch {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    top: 40px;
    z-index: 2000; }
  .brandWindow__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px; }
  .brandWindow__chevron__container {
    text-align: center;
    position: relative;
    z-index: 99; }
    .brandWindow__chevron__container .bWindow-navigator {
      display: inline-block;
      color: #fefefe;
      background-color: #222222;
      padding: 1em;
      font-size: 1em;
      bottom: -1em;
      position: relative;
      z-index: 110;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .brandWindow__chevron__container .bWindow-navigator {
          font-size: 16px; } }
      @media screen and (max-width: 430px) {
        .brandWindow__chevron__container .bWindow-navigator {
          font-size: 14px; } }
  .brandWindow__text {
    font-family: 'Roboto Condensed';
    color: #fefefe;
    background-color: #484848;
    text-align: left;
    display: inline-block;
    padding: 0.25rem 1rem;
    margin-top: -8px;
    float: left;
    position: relative; }
    @media screen and (max-width: 430px) {
      .brandWindow__text {
        display: none; } }
    .brandWindow__text__container {
      position: absolute;
      bottom: 0px;
      padding: 2em 0em;
      z-index: 9; }
    .brandWindow__text__bold {
      font-family: 'Roboto Condensed';
      color: #ffffff;
      text-align: left;
      font-size: 4.8rem;
      font-style: italic;
      font-weight: 800;
      text-transform: uppercase;
      display: inline-block; }
      @media screen and (max-width: 991px) {
        .brandWindow__text__bold {
          font-size: 3.2rem; } }
      @media screen and (max-width: 767px) {
        .brandWindow__text__bold {
          font-size: 3.2rem; } }
      @media screen and (max-width: 430px) {
        .brandWindow__text__bold {
          font-size: 3.2rem;
          line-height: 50px;
          margin-right: 16px; } }
      .brandWindow__text__bold .highlight-wrap {
        left: 0.5rem;
        position: relative; }
  .brandWindow__button {
    font-family: 'Roboto Condensed';
    position: relative;
    display: inline-block;
    margin-top: -8px;
    float: left;
    padding: 0.25rem 1rem;
    font-weight: bold;
    background-color: #6153ea;
    color: #e5e5e5; }
    .brandWindow__button a {
      text-align: center;
      display: block; }
    .brandWindow__button svg {
      margin-left: 16px;
      font-size: 2rem; }
    .brandWindow__button i {
      padding-left: 8px;
      font-size: 1.2rem;
      margin-right: -6px; }
    @media screen and (max-width: 430px) {
      .brandWindow__button {
        display: block; } }

.brandWindow__logo {
  left: 43px;
  top: 35px;
  width: 205px;
  height: 34px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat; }

@media (max-width: 991.98px) {
  .event-page-content {
    flex-direction: column-reverse; } }

.event-description ul {
  list-style: initial;
  margin: initial;
  margin-bottom: 1rem;
  padding: initial;
  padding-left: 4rem; }
  .event-description ul ul {
    list-style: circle; }

.event-sidebar {
  background-color: #484848;
  position: relative; }
  .event-sidebar .info-block {
    padding: 2.4rem;
    color: #fefefe;
    font-weight: bold;
    font-size: 2.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; }
    .event-sidebar .info-block a {
      margin: 0.5rem 0;
      display: flex;
      align-content: center;
      line-height: 1.3; }
    .event-sidebar .info-block i {
      align-content: center;
      align-items: center;
      display: flex;
      justify-content: center; }
      .event-sidebar .info-block i:before {
        width: 2.4rem;
        margin-right: 2.4rem;
        display: flex;
        justify-content: center; }
  .event-sidebar p {
    display: flex;
    align-items: center; }
    .event-sidebar p:last-child {
      margin-bottom: 0px; }

.event-link-button {
  color: #fefefe;
  background-color: #6153ea;
  display: flex;
  font-size: 3.2rem;
  line-height: 2.4rem;
  padding: 2rem; }
  .event-link-button i {
    font-size: 2.4rem; }

.metrics-module {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: -2.4rem; }
  .metrics-module .metric-label {
    color: #484848;
    overflow: hidden;
    margin: 0;
    border-bottom: 1px solid #efefef;
    height: 7.6rem;
    line-height: 6rem;
    width: 100%;
    font-size: 2.4rem; }
  .metrics-module .value-holder {
    padding: 3rem 0rem;
    padding-bottom: 1rem;
    color: #e74c3c;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 3.6rem;
    text-transform: uppercase;
    line-height: 3.6rem;
    flex-shrink: 1; }
  .metrics-module .metric-sublabel {
    color: #a0a0a0;
    padding-bottom: 3rem; }

.card-container {
  display: flex; }
  .card-container .card-element {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #fefefe;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom-color: #e74c3c;
    border-width: 4px;
    margin: 0rem;
    margin-bottom: 3.2rem;
    padding: 1.6rem;
    width: 100%;
    text-decoration: none; }
    .card-container .card-element span {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-content: center;
      align-items: center;
      flex-shrink: 1; }

.textwimg-module {
  width: 100%; }

.textWithImage {
  background-color: #fefefe;
  display: flex;
  width: 100%;
  margin-top: 2.5rem; }
  @media (max-width: 767.98px) {
    .textWithImage {
      flex-direction: column; } }
  .textWithImage.image-on-Left {
    flex-direction: row; }
    @media (max-width: 767.98px) {
      .textWithImage.image-on-Left {
        flex-direction: column; } }
    .textWithImage.image-on-Left img {
      border-right: 4px solid #e74c3c; }
      @media (max-width: 767.98px) {
        .textWithImage.image-on-Left img {
          border-right: none;
          border-bottom: 4px solid #e74c3c; } }
  .textWithImage.image-on-Right {
    flex-direction: row-reverse; }
    @media (max-width: 767.98px) {
      .textWithImage.image-on-Right {
        flex-direction: column; } }
    .textWithImage.image-on-Right img {
      border-left: 4px solid #e74c3c; }
      @media (max-width: 767.98px) {
        .textWithImage.image-on-Right img {
          border-left: none;
          border-bottom: 4px solid #e74c3c; } }

.textWithImage-image {
  padding: 0;
  display: flex;
  align-items: center;
  width: 400px;
  min-height: 400px;
  background-size: cover; }
  @media (max-width: 767.98px) {
    .textWithImage-image {
      width: 100%;
      min-height: 200px; } }
  .textWithImage-image img {
    width: 100%;
    height: auto; }

.textWithImage-text {
  margin: 3.2rem;
  flex: 1 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  line-height: 3.2rem; }
  @media (min-width: 1200px) {
    .textWithImage-text {
      margin: 60px; } }
  @media (min-width: 768px) {
    .textWithImage-text {
      margin: 4.8rem; } }
  .textWithImage-text h2 {
    font-size: 4rem;
    color: #626262;
    margin-bottom: 1.2rem;
    line-height: 1.2; }
    @media (max-width: 479.98px) {
      .textWithImage-text h2 {
        font-size: 3rem; } }
  .textWithImage-text a {
    font-size: 1.8rem;
    display: block;
    margin-top: 40px; }
  .textWithImage-text .subtitle {
    font-size: 1.5rem;
    font-style: italic; }

.values-module {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-height: 460px; }
  @media (max-width: 767.98px) {
    .values-module {
      flex-direction: column; } }
  .values-module h1 {
    font-size: 1.8rem;
    font-weight: 100;
    margin-bottom: 3rem; }
  .values-module .label-container {
    background-color: #f2f2f0;
    color: #484848;
    width: 60%;
    padding: 8rem 4rem; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .values-module .label-container {
        width: 50%; } }
    @media (max-width: 767.98px) {
      .values-module .label-container {
        width: 100%; } }
  .values-module .values-text-container {
    flex: 1 1;
    padding: 8rem; }
    @media (max-width: 767.98px) {
      .values-module .values-text-container {
        width: 100%; } }
  .values-module .values-container {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    min-width: 400px; }
    @media (max-width: 991.98px) {
      .values-module .values-container {
        min-width: unset; } }
  .values-module .value-text {
    color: #fefefe;
    font-weight: 300;
    font-size: 2rem; }
  .values-module #value-1:checked ~ .value-label-1 {
    color: #e74c3c; }
  .values-module #value-2:checked ~ .value-label-2 {
    color: #e74c3c; }
  .values-module #value-3:checked ~ .value-label-3 {
    color: #e74c3c; }
  .values-module #value-4:checked ~ .value-label-4 {
    color: #e74c3c; }
  .values-module #value-1:checked ~ .value-text-1 {
    color: #fec227; }
  .values-module #value-2:checked ~ .value-text-2 {
    color: #fec227; }
  .values-module #value-3:checked ~ .value-text-3 {
    color: #fec227; }
  .values-module #value-4:checked ~ .value-text-4 {
    color: #fec227; }

.values-list .value-opener {
  display: none; }

.values-list .value-label {
  display: block;
  cursor: pointer;
  font-size: 4rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0rem;
  line-height: 1.2;
  transition: all .2s; }
  .values-list .value-label:hover {
    color: #626262;
    transition: all .2s; }

.values-text-container {
  background-color: #e74c3c; }
  .values-text-container .value-text {
    display: none; }

.day-night-module {
  background-color: #e74c3c;
  text-align: center;
  position: relative;
  padding: 2rem;
  padding-bottom: 4rem; }
  .day-night-module .big-text {
    font-size: 2.4rem;
    font-weight: bold;
    color: #fefefe;
    font-family: "Roboto Condensed";
    width: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 4rem; }
  .day-night-module .choose-text {
    color: #fefefe;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: bold; }
  .day-night-module .date-text {
    font-weight: normal;
    font-size: 1.4rem; }
  .day-night-module h2 {
    color: #fec227;
    background-color: #e74c3c;
    display: inline-block;
    margin-bottom: 1rem;
    margin-top: 2rem; }
    .day-night-module h2 span {
      color: #172a49; }

.day-night-toggle-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0rem 0rem;
  width: 100%; }
  @media (max-width: 575.98px) {
    .day-night-toggle-container {
      height: 260px; } }

.day-night-divider {
  height: 188px;
  background-color: #fefefe;
  width: 2px; }
  @media (max-width: 575.98px) {
    .day-night-divider {
      margin: 0.5rem; } }

.content-toggle {
  text-align: center;
  flex-grow: 1;
  padding: 2rem;
  margin: 0rem 2rem;
  cursor: pointer;
  border-radius: 8px;
  background-color: #e74c3c;
  border: 2px solid;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-content: center;
  display: flex;
  flex-direction: column;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
  @media (max-width: 575.98px) {
    .content-toggle {
      margin: 0rem; } }
  .content-toggle p {
    margin: 0;
    font-size: 2.4rem;
    font-weight: bold;
    flex-grow: 1; }
  .content-toggle img {
    width: 128px;
    margin: 0rem auto 2rem; }
    @media (max-width: 575.98px) {
      .content-toggle img {
        width: 48px; } }

.night-toggle {
  border-color: #fec227; }
  .night-toggle p {
    color: #fec227; }
  .night-toggle.active {
    background-color: #172a49;
    border-color: #172a49; }

.day-toggle {
  border-color: #172a49; }
  .day-toggle p {
    color: #172a49; }
  .day-toggle.active {
    background-color: #fec227;
    border-color: #fec227; }

.component-membertype .checkmark {
  flex-grow: 1; }

.component-membertype {
  text-align: center;
  background-color: #e5e5e5;
  display: flex;
  flex-direction: column;
  padding: 1.5em 3em;
  position: relative;
  vertical-align: bottom;
  width: 100%; }
  @media screen and (max-width: 885px) {
    .component-membertype {
      display: block; } }
  .component-membertype.universal {
    background-color: #797979;
    color: #fefefe;
    vertical-align: middle;
    padding: 1em;
    width: 100%; }
    .component-membertype.universal h2 {
      margin-bottom: 1em;
      color: #fefefe; }
  .component-membertype h2 {
    margin-bottom: 1em;
    color: #e74c3c; }
  .component-membertype ul {
    text-align: left;
    margin-bottom: 2em; }
  .component-membertype .membertype-prices {
    border-top: #484848 solid 1px;
    padding-top: 1em;
    padding-bottom: 0.5em; }
    .component-membertype .membertype-prices h2 {
      color: #484848; }
  .component-membertype .membertype-button {
    width: 100%; }
  .component-membertype .down-arrow {
    width: 0;
    height: 0;
    border-left: 4em solid transparent;
    border-right: 4em solid transparent;
    border-top: 3em solid #e5e5e5;
    position: absolute;
    bottom: -3em;
    left: 0;
    right: 0;
    margin: auto; }
  .component-membertype .right-arrow {
    width: 0;
    height: 0;
    border-top: 2em solid transparent;
    border-bottom: 2em solid transparent;
    border-left: 2em solid #797979;
    position: absolute;
    bottom: 0;
    top: 0;
    right: -2em;
    margin: auto;
    z-index: 3; }

.component-memberlevel {
  display: block;
  width: 100%;
  padding: 1em;
  background-color: #e5e5e5;
  margin-bottom: 1em; }
  .component-memberlevel ul, .component-memberlevel ol {
    list-style: initial;
    margin: 2rem;
    padding: initial; }
  .component-memberlevel .level-cell {
    display: block; }
    .component-memberlevel .level-cell__url {
      font-size: 1.8rem;
      display: block;
      margin-top: 2.4rem; }
    .component-memberlevel .level-cell__gift-url {
      text-align: center;
      display: block;
      margin-top: 1.2rem;
      text-decoration: underline; }
      .component-memberlevel .level-cell__gift-url:hover {
        opacity: 0.9; }
    .component-memberlevel .level-cell__left {
      width: auto; }
      .component-memberlevel .level-cell__left a {
        color: #6153ea;
        font-weight: bold;
        text-decoration: underline; }

.night-content,
.day-content,
#night-content,
#day-content {
  display: none;
  visibility: hidden; }

.darkmode #night-content,
.darkmode .night-content,
.lightmode #day-content,
.lightmode .day-content {
  visibility: visible !important;
  display: block !important; }

.darkmode .component.component-content,
.darkmode .event-list-content,
.darkmode .calender-module-header,
.darkmode .location-container,
.darkmode .textWithImage,
.darkmode .faq-container,
.darkmode .component,
.darkmode .section-header {
  background-color: #484848 !important;
  color: #fefefe !important; }

.darkmode .calender-module-header h2,
.darkmode .textWithImage-text h2 {
  color: #fefefe !important; }

.darkmode .phil-nav__main,
.darkmode .footer,
.darkmode .footer__inner,
.darkmode .menu .darkmode .type-modular .component.component-question .question-container,
.darkmode .admission-content {
  background-color: #484848 !important; }

.darkmode .component.component-content,
.darkmode .event-list-content,
.darkmode .calender-module-header,
.darkmode .location-container,
.darkmode .phil-nav__main,
.darkmode .footer,
.darkmode .footer__inner,
.darkmode .calender-module-header h2,
.darkmode .section-header {
  transition: background-color 0.3s, color 0.3s; }

.darkmode .homepage-components {
  background-color: #76747d; }

.darkmode .backdrop {
  opacity: 0.6; }

.darkmode #admission-container .section-header {
  border-top: 8px solid #222222 !important; }

.darkmode .type-modular #faq-content .section-header {
  border-top: 2px solid #222222 !important; }

.darkmode #day-content,
.darkmode .day-content {
  visibility: hidden;
  display: none !important; }

.lightmode #night-content,
.lightmode .night-content {
  visibility: hidden;
  display: none !important; }

.darkmode .page-static-image {
  background-image: url("/fa-content/uploads/festival-slide-05.jpg") !important; }

.darkmode .menu {
  background-color: #484848; }

.container {
  max-width: 992px !important; }

.related-content {
  font-weight: 700;
  color: #797979; }
  .related-content a {
    text-decoration: underline; }
    .related-content a:hover {
      color: #484848;
      opacity: 0.8; }

.event-content a:hover {
  opacity: 0.8; }

a {
  color: inherit;
  transition: background-color .5s, background-image .5s, opacity .5s, color .5s; }
  a:hover, a :focus, a :active {
    color: inherit;
    text-decoration: none; }
  a.related-component:hover, a .event-link-button:hover {
    opacity: 0.8; }

.text-container a,
.question-text a,
.event-description a {
  background-image: linear-gradient(90deg, rgba(76, 60, 231, 0.35) 100%, transparent 0);
  background-position: 0 1em;
  background-repeat: repeat-x;
  background-size: 8px 6px; }
  .text-container a:hover,
  .question-text a:hover,
  .event-description a:hover {
    background-color: rgba(76, 60, 231, 0.35);
    background-image: none; }

.spinner-holder {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 100%; }
  .spinner-holder .spinner {
    background: url("/wp-admin/images/wpspin_light-2x.gif") no-repeat;
    background-size: cover;
    display: block;
    opacity: .7;
    filter: alpha(opacity=70);
    width: 32px;
    height: 32px;
    margin: 0 auto; }

#searchform {
  float: right; }
  #searchform.is-active #s {
    width: 30rem;
    padding: 0 1.2rem;
    margin-left: 1.2rem; }
    @media screen and (max-width: 768px) {
      #searchform.is-active #s {
        width: 150px; } }
  #searchform div {
    display: table; }
  #searchform #searchsubmit {
    display: none; }
  #searchform .search-ic {
    position: relative;
    z-index: 99;
    padding: 15px 0;
    text-align: left;
    color: #fefefe;
    border-radius: 50%;
    cursor: pointer;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    margin-right: 1em;
    display: table-cell; }
    #searchform .search-ic:after {
      content: "\f002";
      font: 24px fontAwesome; }
  #searchform #s {
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    padding: 0rem;
    border-radius: 4px;
    background-color: #fefefe;
    color: #797979;
    outline-color: transparent;
    vertical-align: middle;
    margin-top: -8px;
    margin-left: 0rem;
    width: 0;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative; }

.highlight-wrap {
  background-color: #e74c3c;
  padding: 0.25rem;
  left: 0.5rem;
  padding-left: 0;
  box-shadow: 0.5rem 0 0 #e74c3c, -0.5rem 0 0 #e74c3c;
  position: relative; }

.slick-lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9998; }
  .slick-lightbox .slick-lightbox-slick-item {
    display: table !important; }
  .slick-lightbox .slick-lightbox-inner, .slick-lightbox .slick-lightbox-slick, .slick-lightbox .slick-lightbox-slick-item, .slick-lightbox .slick-lightbox-slick-item {
    height: 100%;
    width: 100%; }
  .slick-lightbox .slick-lightbox-slick-item-inner {
    text-align: center;
    max-width: 90%;
    vertical-align: middle;
    margin: 0 auto;
    position: relative;
    display: table-cell; }
    .slick-lightbox .slick-lightbox-slick-item-inner img {
      max-width: 60%;
      margin: 0 auto; }
    .slick-lightbox .slick-lightbox-slick-item-inner .slick-lightbox-slick-caption {
      position: relative;
      bottom: 0;
      left: 0;
      right: 0;
      padding-bottom: 1em;
      padding-top: 1em;
      color: #fefefe;
      z-index: 9999;
      max-width: 40%;
      display: block;
      margin: 0 auto;
      font-size: 12px; }
  .slick-lightbox .slick-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: #e5e5e5;
    padding: 0;
    border: none; }
    .slick-lightbox .slick-lightbox-close:after {
      content: "\f00d";
      font: 24px fontAwesome; }

.gal-nav-arrow {
  color: #e74c3c;
  opacity: 0;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  cursor: pointer;
  z-index: 99; }
  .gal-nav-arrow:hover {
    color: #fefefe; }
  .gal-nav-arrow.gal-nav-left {
    left: 0;
    padding-left: 20px; }
  .gal-nav-arrow.gal-nav-right {
    right: 0;
    padding-right: 20px; }

.bw-items:hover .gal-nav-arrow, .bw-items:focus .gal-nav-arrow {
  opacity: 1;
  font-size: 3em !important; }
  @media screen and (max-width: 767px) {
    .bw-items:hover .gal-nav-arrow, .bw-items:focus .gal-nav-arrow {
      display: none !important; } }

/*# sourceMappingURL=main.css.map */