@charset "UTF-8";
/* Main CSS init
----------------------------------------------- */
/* Utils */
/* Utils Index
----------------------------------------------- */
/* Variables
----------------------------------------------- */
/* Mixins
----------------------------------------------- */
/* Breakpoints
----------------------------------------------- */
/* Font Size
----------------------------------------------- */
/* Helpers
----------------------------------------------- */
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* Responsive utilities
----------------------------------------------- */
.relative {
  position: relative; }

.hidden {
  display: none; }

/* Base */
/* Base Index
----------------------------------------------- */
/* CSS Reset (DO NOT EDIT)
----------------------------------------------- */
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Basic Setup
----------------------------------------------- */
body {
  word-wrap: break-word;
  font-size: 18px;
  line-height: 24px;
  word-wrap: normal; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box; }

i {
  font-style: italic; }

b, strong {
  font-weight: bold; }

.UniversLTStd {
  font-family: 'UniversNextW01-Regular', sans-serif; }

.UniversLTStdBold {
  font-family: 'UniversNW01-620CdBold', sans-serif; }

.UniversLTSCon, .site-search__input-text {
  font-family: 'UniversNW01-420CdRegula', sans-serif; }

.YanoneKaffeesatzReg {
  font-family: 'Yanone Kaffeesatz', sans-serif; }

/* Typography
----------------------------------------------- */
.entry-featured-image {
  margin: 40px 0 20px; }
  .entry-featured-image img {
    width: 100%;
    height: auto; }

.entry-featured-image-desc {
  font-size: 14px;
  text-align: center;
  font-family: 'UniversNW01-420CdRegula', sans-serif; }

.entry-meta {
  font-family: 'UniversNW01-420CdRegula', sans-serif;
  color: #545454;
  margin: 0 0 20px; }

.entry-title {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #000;
  border-bottom: #d7d7d7 1px solid;
  padding-bottom: 20px; }
  .entry-title a {
    color: #000 !important;
    text-decoration: none; }

.entry-title__news {
  color: #000; }
  .entry-title__news a {
    color: #000 !important;
    text-decoration: none; }

.entry-content {
  font-family: 'UniversNW01-420CdRegula', sans-serif;
  color: #545454;
  line-height: normal;
  /* Custom Classes */ }
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #000000;
    margin-bottom: 20px; }
  .entry-content h1 {
    font-size: 36px; }
  .entry-content h2 {
    font-size: 24px; }
  .entry-content p,
  .entry-content address,
  .entry-content pre,
  .entry-content hr,
  .entry-content ul,
  .entry-content ol,
  .entry-content dl,
  .entry-content dd,
  .entry-content table {
    margin-bottom: 25px;
    line-height: 28px; }
  .entry-content strong,
  .entry-content dt,
  .entry-content b {
    font-weight: 700; }
  .entry-content em {
    font-style: italic; }
  .entry-content table,
  .entry-content th,
  .entry-content td {
    border: 1px solid #eaeaea; }
  .entry-content table {
    width: 100%;
    margin: 0 0 1.6em;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    border-spacing: 0;
    border-collapse: separate;
    border-width: 1px 0 0 1px; }
  .entry-content caption,
  .entry-content th,
  .entry-content td {
    font-weight: normal;
    text-align: left; }
  .entry-content th {
    font-weight: 700;
    border-width: 0 1px 1px 0; }
  .entry-content td {
    border-width: 0 1px 1px 0; }
  .entry-content th,
  .entry-content td {
    padding: 0.4em; }
  .entry-content ol,
  .entry-content ul {
    margin-left: 20px; }
  .entry-content ol li {
    list-style-type: square; }
    .entry-content ol li ol {
      margin-bottom: 0; }
  .entry-content ul li {
    list-style-type: square; }
    .entry-content ul li ul {
      margin-bottom: 0; }
  .entry-content img {
    max-width: 100%;
    height: auto; }
  .entry-content .alignleft {
    float: left;
    margin: 0 15px 15px 0; }
  .entry-content .alignright {
    float: right;
    margin: 0 0 15px 15px; }
  .entry-content .aligncenter {
    margin: 0 auto; }
  .entry-content .wp-caption {
    max-width: 100% !important;
    margin-bottom: 25px; }
  .entry-content .wp-caption-text {
    font-size: 12px; }
  .entry-content address p {
    margin-bottom: 0; }
  .entry-content pre {
    font-family: monospace;
    display: block;
    margin: 15px 0;
    padding: 15px;
    white-space: pre;
    background: #fbfbfb; }
  .entry-content sub,
  .entry-content sup {
    font-size: 11px;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .entry-content sup {
    top: -0.5em; }
  .entry-content sub {
    bottom: -0.25em; }
  .entry-content blockquote {
    margin-left: 24px;
    padding-left: 24px;
    border-left: 8px solid #ccc; }
  .entry-content a {
    color: #317780; }
    .entry-content a.lhl-component {
      color: #000000; }
  .entry-content .entry-title__news {
    font-size: 28px; }

.icon-search {
  fill: #000000;
  height: 16px;
  width: 16px; }

.btn {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  padding: 10px 20px;
  background: #ccc;
  color: #fff;
  border: none;
  display: inline-block;
  text-decoration: none; }
  .btn :disabled {
    background: #fff; }

.btn-blue {
  background: #317780 !important;
  color: #fff !important; }
  .btn-blue:disabled, .btn-blue [disabled=disabled] {
    background: #ccc !important; }

.archive-dropdown {
  float: right; }

.widgets-sidebar {
  text-align: center; }

@media (min-width: 782px) {
  .widgets-sidebar {
    text-align: left; } }

.wp-page-links {
  margin: 40px 0 20px;
  font-size: 14px;
  color: #333; }

.nav-previous, .nav-next {
  font-family: 'UniversNW01-420CdRegula', sans-serif; }
  .nav-previous a, .nav-next a {
    color: #317780; }

.entry-content i {
  font-style: italic; }

/* Vendors */
/* Vendors Index
----------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    margin: 0 auto;
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../assets/fonts/slick/slick.eot");
  src: url("../../assets/fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/slick/slick.woff") format("woff"), url("../../assets/fonts/slick/slick.ttf") format("truetype"), url("../../assets/fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
     transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 2; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #c6c6c6;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }
  @media (max-width: 1024px) {
    .slick-prev {
      left: -15px !important; } }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }
  @media (max-width: 1024px) {
    .slick-next {
      right: -15px; } }

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

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

.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half {
  width: 97.5% !important;
  clear: none !important;
  margin-right: 0 !important; }

.gform_wrapper .gfield_label, .gform_wrapper .gfield_required {
  color: #545454 !important; }

.gform_wrapper .gfield_html {
  color: #828282; }

.gform_wrapper input[type=text] {
  border: #d7d7d7 1px solid; }

.gform_wrapper input[type=text].datepicker {
  width: 97% !important; }

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  display: inline !important; }

.gform_wrapper .gform_footer input[type=submit] {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  background: #317780;
  border: none;
  color: #fff;
  padding: 20px 40px;
  font-size: 24px;
  display: block !important;
  margin: 0 auto !important; }

.gform_wrapper .gfield_time_ampm {
  width: 90px; }

@media (min-width: 782px) {
  .gform_wrapper .top_label li.gfield.gf_left_half {
    width: 49% !important;
    clear: left !important;
    margin-right: 1.6% !important; }
  .gform_wrapper .top_label li.gfield.gf_right_half {
    width: 49% !important;
    clear: right !important; } }

/* iCheck plugin Minimal skin, grey
----------------------------------- */
.icheckbox_minimal-grey,
.iradio_minimal-grey {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(../images/icheck/grey.png) no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_minimal-grey {
  background-position: 0 0; }

.icheckbox_minimal-grey.hover {
  background-position: -20px 0; }

.icheckbox_minimal-grey.checked {
  background-position: -40px 0; }

.icheckbox_minimal-grey.disabled {
  background-position: -60px 0;
  cursor: default; }

.icheckbox_minimal-grey.checked.disabled {
  background-position: -80px 0; }

.iradio_minimal-grey {
  background-position: -100px 0; }

.iradio_minimal-grey.hover {
  background-position: -120px 0; }

.iradio_minimal-grey.checked {
  background-position: -140px 0; }

.iradio_minimal-grey.disabled {
  background-position: -160px 0;
  cursor: default; }

.iradio_minimal-grey.checked.disabled {
  background-position: -180px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .icheckbox_minimal-grey,
  .iradio_minimal-grey {
    background-image: url(../images/icheck/grey@2x.png);
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px; } }

.localist-embed {
  margin: 20px 0; }

.localist_minicalendar_events {
  float: left;
  width: 60%; }

.localist_minicalendar {
  float: right;
  width: 25%; }

.localist-api__loading {
  background: url("../images/loader.svg") no-repeat;
  height: 38px;
  margin-left: -19px;
  position: relative;
  top: 40px;
  left: 50%;
  width: 38px; }

.localist-api__img {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }
  @media (min-width: 782px) {
    .localist-api__img {
      height: 100px;
      width: 100px; } }

#lw li.lwe {
  padding: 0 10px 35px 10px !important;
  margin-bottom: 35px !important; }

.lwn {
  margin-bottom: 12px; }
  .lwn a {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 24px !important;
    color: #000;
    text-decoration: none; }

.lwn0, .lwl0 {
  font-family: 'UniversNW01-420CdRegula', sans-serif; }

.lwi0 {
  padding: 0 24px 12px 0 !important; }

.lwi {
  border: none !important;
  padding: 0 !important; }

.lwd {
  font-family: 'UniversNW01-420CdRegula', sans-serif;
  font-size: 18px !important;
  line-height: 24px !important; }

/*

Updated API Styles
TODO: The styles above could possibly be deleted, but I'm unsure if they are being used elsewhere at the moment.
*/
.event-item {
  border-bottom: 1px solid #d7d7d7;
  padding: 30px 0; }

.event-item__meta {
  margin: 25px 0 25px; }
  .event-item__meta div {
    margin-bottom: 4px; }

.localist-api__title {
  line-height: 0.9 !important;
  margin-bottom: 0; }
  .localist-api__title a {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 24px;
    color: #000;
    text-decoration: none; }

.localist-api__map {
  margin: 40px 0; }

.localist-api__map iframe {
  width: 100%; }

.localist-api__first-date,
.localist-api__location {
  font-family: 'UniversNW01-420CdRegula', sans-serif; }

.localist-api__photo {
  padding: 0 24px 12px 0 !important; }

.localist-api__photo {
  border: none !important;
  padding: 0 !important;
  height: auto;
  width: 100%;
  /*@include bp(tablet) {
        height: 150px;
        width: 150px;
    }*/ }

.localist-api__description {
  font-family: 'UniversNW01-420CdRegula', sans-serif;
  font-size: 18px !important;
  line-height: 24px !important; }
  .localist-api__description p {
    margin-bottom: 0;
    display: inline; }

.localist-api__description-detail {
  font-family: 'UniversNW01-420CdRegula', sans-serif;
  font-size: 18px !important;
  line-height: 24px !important; }

.localist-api__link {
  display: block;
  float: left;
  text-align: center;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
  margin-right: 2%; }
  @media (min-width: 782px) {
    .localist-api__link {
      float: right;
      margin-bottom: 0; } }
  @media (max-width: 782px) {
    .localist-api__link {
      width: 100%; } }

.localist-api__tickets {
  background: #317780;
  color: white !important;
  display: block;
  margin: 40px auto 60px;
  padding: 8px 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 200px; }

.localist-api__contact-info {
  margin: 20px 0; }

.localist-api__photo--single {
  margin: 0;
  width: 100%; }
  @media (min-width: 782px) {
    .localist-api__photo--single {
      height: 250px;
      margin: 0 0 20px 20px;
      width: 250px; } }

p.localist-api__moreinfo {
  margin-bottom: 10px;
  padding: 0; }

.localist-api__all {
  margin-bottom: 40px; }
  .localist-api__all a {
    background: #317780;
    color: white;
    display: block;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    width: 100%; }

.localist_minicalendar .localist_minicalendar_page_heading {
  background: #000;
  height: auto !important; }
  .localist_minicalendar .localist_minicalendar_page_heading h1 {
    color: #fff !important;
    font-size: 24px !important;
    padding: 5px 0; }

.localist_minicalendar .localist_minicalendar_pager a {
  padding: 10px 15px 11px 19px !important;
  background-color: #000 !important; }

.localist_minicalendar .localist_minicalendar_today {
  background: #317780 !important;
  border: none !important; }
  .localist_minicalendar .localist_minicalendar_today a {
    color: #fff !important; }

.localist_minicalendar td a:hover {
  background: #317780 !important; }

.localist_minicalendar .localist_minicalendar_nav {
  margin-bottom: 12px; }

li.filter-active {
  font-weight: bold; }

#mc_embed_signup .mc-field-group .asterisk {
  position: relative !important;
  top: auto !important;
  right: auto !important; }

/**
 * selectize.css (v0.12.1)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #777777;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 30px 8px 15px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0; }

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  border-radius: 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 0; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

/*!
 * FullCalendar v2.5.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

.fc-widget-header table {
  margin-bottom: 0;
  line-height: default; }

.fc-state-highlight {
  background: #317780;
  border-width: 0 !important;
  color: #ffffff; }

.fc-today {
  color: #545454 !important; }

.fc-unthemed .fc-today {
  background: #545454 !important;
  border-width: 0 !important;
  color: #ffffff !important; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed .fc-today {
  background: #fcf8e3; }

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative;
  margin: 0 -1em;
  /* ensures character will be centered, regardless of width */ }

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: 3%; }

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: -3%; }

.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
  left: -2%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
  left: 2%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  /* this class goes on elements for guaranteed vertical scrollbars */
  overflow-y: scroll;
  overflow-x: hidden; }

.fc-scroller > * {
  /* we expect an immediate inner element */
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
  overflow: hidden;
  /* don't let negative margins or absolute positioning create further scroll */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  cursor: pointer;
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: none;
  /* default BORDER color */
  background-color: black;
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */ }

.fc-h-event .fc-content span {
  color: white !important; }

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */ }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

.fc-event .fc-resizer {
  position: absolute;
  z-index: 3; }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer */
.fc-h-event .fc-resizer {
  /* positioned it to overcome the event's borders */
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 5px; }

/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
  right: auto;
  /* ignore the right and only use the left */
  cursor: w-resize; }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
  left: auto;
  /* ignore the left and only use the right */
  cursor: e-resize; }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

.fc-day-grid-event .fc-resizer {
  /* enlarge the default hit area */
  left: -3px;
  right: -3px;
  width: 7px; }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  height: 1.8em;
  min-height: 1.8em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px; }

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px; }

.fc-basic-view .fc-week-number {
  text-align: center; }

.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right; }

.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left; }

.fc-ltr .fc-basic-view .fc-day-number:hover {
  background: #317780;
  border-width: 0 !important;
  color: #ffffff;
  cursor: pointer; }

.fc-ltr .fc-basic-view .fc-day-number:active {
  background: #317780;
  color: #ffffff;
  cursor: pointer; }

.fc-ltr .fc-basic-view .fc-day-number:active {
  color: #ffffff; }

.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */ }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */ }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-time-grid .fc-bgevent-skeleton {
  z-index: 3; }

.fc-time-grid .fc-highlight-skeleton {
  z-index: 4; }

.fc-time-grid .fc-content-skeleton {
  z-index: 5; }

.fc-time-grid .fc-helper-skeleton {
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */ }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-event-container,
.fc-time-grid .fc-bgevent-container {
  /* a div within a cell within the fc-bgevent-skeleton */
  position: relative; }

.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer */
.fc-time-grid-event .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event .fc-resizer:after {
  content: "="; }

/* Layout */
/* Layout Index
----------------------------------------------- */
/* Grid System
----------------------------------------------- */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 24px;
  padding-right: 24px; }
  .container:before, .container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container:after {
    clear: both; }

.row {
  margin-left: -24px;
  margin-right: -24px; }
  .row:before, .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .row:after {
    clear: both; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 24px;
  padding-right: 24px; }

/* Extra small grid
----------------------------------------------- */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.pad-xs-0 {
  padding-left: 0px;
  padding-right: 0px; }

.pad-xs-15 {
  padding-left: 15px;
  padding-right: 15px; }

.pad-xs-30 {
  padding-left: 30px;
  padding-right: 30px; }

.pad-xs-45 {
  padding-left: 45px;
  padding-right: 45px; }

.pad-xs-60 {
  padding-left: 60px;
  padding-right: 60px; }

.pad-xs-75 {
  padding-left: 75px;
  padding-right: 75px; }

.pad-xs-90 {
  padding-left: 90px;
  padding-right: 90px; }

.pad-xs-105 {
  padding-left: 105px;
  padding-right: 105px; }

.pad-xs-120 {
  padding-left: 120px;
  padding-right: 120px; }

/* Small grid
----------------------------------------------- */
@media (min-width: 768px) {
  .container {
    max-width: 768px; }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .pad-sm-0 {
    padding-left: 0px;
    padding-right: 0px; }
  .pad-sm-15 {
    padding-left: 15px;
    padding-right: 15px; }
  .pad-sm-30 {
    padding-left: 30px;
    padding-right: 30px; }
  .pad-sm-45 {
    padding-left: 45px;
    padding-right: 45px; }
  .pad-sm-60 {
    padding-left: 60px;
    padding-right: 60px; }
  .pad-sm-75 {
    padding-left: 75px;
    padding-right: 75px; }
  .pad-sm-90 {
    padding-left: 90px;
    padding-right: 90px; }
  .pad-sm-105 {
    padding-left: 105px;
    padding-right: 105px; }
  .pad-sm-120 {
    padding-left: 120px;
    padding-right: 120px; } }

/* Medium grid
----------------------------------------------- */
@media (min-width: 992px) {
  .container {
    max-width: 988px; }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .pad-md-0 {
    padding-left: 0px;
    padding-right: 0px; }
  .pad-md-15 {
    padding-left: 15px;
    padding-right: 15px; }
  .pad-md-30 {
    padding-left: 30px;
    padding-right: 30px; }
  .pad-md-45 {
    padding-left: 45px;
    padding-right: 45px; }
  .pad-md-60 {
    padding-left: 60px;
    padding-right: 60px; }
  .pad-md-75 {
    padding-left: 75px;
    padding-right: 75px; }
  .pad-md-90 {
    padding-left: 90px;
    padding-right: 90px; }
  .pad-md-105 {
    padding-left: 105px;
    padding-right: 105px; }
  .pad-md-120 {
    padding-left: 120px;
    padding-right: 120px; } }

/* Large grid
----------------------------------------------- */
@media (min-width: 1200px) {
  .container {
    max-width: 1188px; }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .pad-lg-0 {
    padding-left: 0px;
    padding-right: 0px; }
  .pad-lg-15 {
    padding-left: 15px;
    padding-right: 15px; }
  .pad-lg-30 {
    padding-left: 30px;
    padding-right: 30px; }
  .pad-lg-45 {
    padding-left: 45px;
    padding-right: 45px; }
  .pad-lg-60 {
    padding-left: 60px;
    padding-right: 60px; }
  .pad-lg-75 {
    padding-left: 75px;
    padding-right: 75px; }
  .pad-lg-90 {
    padding-left: 90px;
    padding-right: 90px; }
  .pad-lg-105 {
    padding-left: 105px;
    padding-right: 105px; }
  .pad-lg-120 {
    padding-left: 120px;
    padding-right: 120px; } }

/* Primary
----------------------------------------------- */
/* Header
----------------------------------------------- */
.site-footer {
  font-family: 'UniversNW01-420CdRegula', sans-serif;
  border-top: 1px solid #e5e5e5;
  background: #f5f5f5;
  margin-top: 50px; }
  .site-footer a {
    color: #000000;
    text-decoration: underline; }
  .site-footer h4.site-footer__title {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 !important;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding: 15px 0; }
    .site-footer h4.site-footer__title a {
      text-decoration: none; }
  .site-footer div.site-footer__content {
    font-size: 16px;
    line-height: 24px;
    border-bottom: none; }
    @media (max-width: 991px) {
      .site-footer div.site-footer__content {
        text-align: center; } }
    @media (max-width: 991px) {
      .site-footer div.site-footer__content .site-footer__title {
        padding-top: 20px; } }
  .site-footer div.site-footer__body {
    display: none;
    padding: 20px 0;
    text-align: center; }
    .site-footer div.site-footer__body .footer_address {
      margin-bottom: 20px;
      display: block; }
  .site-footer .site-footer__body--active {
    border-bottom: 1px solid #e5e5e5; }
  .site-footer .site-footer__social-icon {
    width: 20px;
    height: 18px;
    margin-right: 10px; }
  .site-footer .site-footer__body--nohide {
    display: block; }
  .site-footer .site-footer__title--noborder {
    border: none; }
  .site-footer div.site-footer__byline {
    text-align: center;
    margin: 20px 0;
    font-size: 14px;
    line-height: 20px; }
    .site-footer div.site-footer__byline strong {
      font-family: 'UniversNW01-620CdBold', sans-serif;
      font-size: 16px;
      font-weight: normal; }

@media (min-width: 992px) {
  footer.site-footer {
    padding-top: 30px; }
    footer.site-footer h4.site-footer__title {
      text-align: left;
      margin: 15px 0 30px 0;
      padding: 0;
      border-bottom: none; }
    footer.site-footer div.site-footer__body {
      display: block;
      text-align: left; } }

/* Modules */
/* Modules Index
----------------------------------------------- */
.module {
  margin-bottom: 40px; }

.entry-content p button, .entry-content p .btn {
  background-color: #307780;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 48px;
  width: 178px;
  padding: 10px 20px;
  font-family: 'Yanone Kaffeesatz', sans-serif; }

.site-main .module:last-child {
  margin-bottom: 0; }

.social_container {
  max-width: 1188px;
  margin: 0 auto 100px; }
  .social_container .feed_item {
    overflow: hidden; }
    @media (max-width: 991px) {
      .social_container .feed_item .fb_iframe_widget {
        display: block; } }
    @media (max-width: 991px) {
      .social_container .feed_item .fb_iframe_widget span {
        display: block;
        text-align: justify;
        margin: 0 auto; } }
    @media (max-width: 640px) {
      .social_container .feed_item .fb_iframe_widget span {
        width: 100% !important; } }
    @media (max-width: 991px) {
      .social_container .feed_item {
        margin: 0 auto 50px;
        float: none; } }
    .social_container .feed_item iframe {
      width: 100% !important; }
      .social_container .feed_item iframe * {
        width: 100% !important; }
    .social_container .feed_item.ig_feed .wdi_user_controls, .social_container .feed_item.ig_feed .wdi_media_info, .social_container .feed_item.ig_feed .wdi_bio, .social_container .feed_item.ig_feed .wdi_website {
      display: none !important; }
    .social_container .feed_item.ig_feed .wdi_feed_theme_1 .wdi_feed_wrapper {
      overflow: auto; }
      @media (max-width: 1024px) {
        .social_container .feed_item.ig_feed .wdi_feed_theme_1 .wdi_feed_wrapper .wdi_feed_item {
          width: 50% !important; } }
      @media (max-width: 640px) {
        .social_container .feed_item.ig_feed .wdi_feed_theme_1 .wdi_feed_wrapper .wdi_feed_item {
          width: 100% !important; } }
    .social_container .feed_item.ig_feed .btn {
      display: table;
      margin: 0 auto;
      background: #317780;
      margin-top: 20px;
      font-family: 'Yanone Kaffeesatz', sans-serif;
      font-size: 26px;
      padding: 15px 25px; }
      .social_container .feed_item.ig_feed .btn:hover {
        opacity: 0.8; }

html {
  scroll-behavior: smooth; }

.btn {
  -webkit-transition: opacity 0.5s;
       -o-transition: opacity 0.5s;
          transition: opacity 0.5s; }
  .btn:hover {
    opacity: 0.8; }

header.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  max-width: 1440px;
  margin: 0 auto; }
  header.site-header div.site-header__container {
    margin: 0 20px;
    max-width: 1440px; }
  header.site-header div.site-branding {
    float: left;
    background: url("../images/logo/Gilcrease-logo-mobile.png");
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    width: 172px;
    height: 30px;
    overflow: hidden;
    text-indent: -99999px;
    margin: 15px 0 0 0; }
  @media (min-width: 782px) {
    header.site-header div.site-branding {
      background: url("../images/logo/Gilcrease-logo.png");
      width: 458px;
      height: 80px;
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      margin: 15px 0 10px 20px; } }
  header.site-header h1.site-title {
    width: 100%;
    height: 100%; }
    header.site-header h1.site-title a {
      display: block;
      width: 100%;
      height: 100%; }
  header.site-header .dropdown-menu {
    position: static;
    float: none;
    min-width: 0;
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
    font-size: initial;
    text-align: left;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: unset;
            background-clip: unset; }

.container {
  width: auto !important; }

.dropdown, .dropup {
  position: static; }

#page {
  position: relative; }

.two_grid_submenu {
  max-width: 1180px;
  margin: 25px auto 0;
  padding: 0; }
  .two_grid_submenu ul.nav {
    margin-bottom: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .two_grid_submenu ul.nav li {
      display: inline-block;
      margin-right: 1em;
      font-family: 'Yanone Kaffeesatz',Georgia,"Times New Roman",Times,serif;
      font-size: 20px;
      margin-bottom: 10px; }
      .two_grid_submenu ul.nav li a {
        padding: 0;
        text-decoration: none;
        color: #317780;
        font-size: 20px; }
        .two_grid_submenu ul.nav li a.active {
          font-weight: bold;
          border-bottom: 2px solid #317780; }
        .two_grid_submenu ul.nav li a:hover {
          color: #1c4449; }

.site-search {
  font-family: 'UniversNW01-420CdRegula', sans-serif;
  color: #ffffff;
  background: #000000;
  display: none;
  max-width: 100%;
  margin: 0 auto;
  position: relative; }

.site-search__container {
  margin: 0 20px;
  max-width: 100%; }

.site-search__input-text {
  width: 100%;
  border: none;
  background: none;
  font-size: 30px;
  outline: none;
  color: #ffffff;
  padding: 25px 130px 25px 0; }
  .site-search__input-text ::-webkit-input-placeholder {
    color: #ffffff; }
  .site-search__input-text :-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff; }
  .site-search__input-text ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff; }
  .site-search__input-text :-ms-input-placeholder {
    color: #ffffff; }

.site-search__checkbox {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block; }

.cart,
.search-toggle {
  display: block;
  padding: 20px;
  margin-right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  float: right; }
  @media (max-width: 1140px) {
    .cart,
    .search-toggle {
      margin-top: 24px; } }
  @media (max-width: 781px) {
    .cart,
    .search-toggle {
      margin-top: 0; } }

.cart {
  margin-right: 5px;
  margin-top: -3px; }
  .cart img {
    width: 25px;
    height: 25px; }

.search-toggle {
  padding: 0;
  margin: 12px 0 10px 10px; }
  @media (min-width: 768px) {
    .search-toggle {
      margin-top: 38px; } }
  @media (min-width: 1140px) {
    .search-toggle {
      margin: 0; } }

@media (min-width: 782px) {
  .site-search__checkbox {
    font-size: 16px; } }

@media (min-width: 1140px) {
  .search-toggle {
    padding: 42px 0 0 16px; }
  .cart img {
    margin-top: 22px; } }

.menu-toggle {
  display: block;
  width: 22px;
  height: 22px;
  margin: 10px 15px 10px 0;
  padding: 17px 0;
  float: right;
  cursor: pointer;
  position: relative; }
  @media (max-width: 1140px) {
    .menu-toggle {
      margin: 35px 15px 10px 0; } }
  @media (max-width: 781px) {
    .menu-toggle {
      margin: 10px 15px 10px 0; } }

@media (min-width: 1140px) {
  .menu-toggle {
    display: none;
    padding: 26px 0;
    margin: 10px 20px 10px 0; } }

.menu-toggle span:after,
.menu-toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -6px; }

.menu-toggle span:after {
  top: 6px; }

.menu-toggle span {
  position: absolute;
  display: block;
  bottom: 14px; }

.menu-toggle span,
.menu-toggle span:after,
.menu-toggle span:before {
  width: 100%;
  height: 3px;
  background-color: #000;
  -webkit-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/* on activation */
.menu-toggle.on span {
  background-color: transparent; }

.menu-toggle.on span:before {
  -o-transform: rotate(45deg) translate(3px, 5px);
     transform: rotate(45deg) translate(3px, 5px);
  -ms-transform: rotate(45deg) translate(3px, 5px);
  -webkit-transform: rotate(45deg) translate(3px, 5px); }

.menu-toggle.on span:after {
  -o-transform: rotate(-45deg) translate(3px, -6px);
     transform: rotate(-45deg) translate(3px, -6px);
  -ms-transform: rotate(-45deg) translate(3px, -6px);
  -webkit-transform: rotate(-45deg) translate(3px, -6px); }

.breadcrumb-share-bar {
  display: block;
  padding: 24px 0 40px 0; }

.share-bar {
  text-align: right;
  position: relative; }

.share-bar__button {
  background: none;
  outline: none;
  border: 1px solid #e2e2e2;
  padding: 4px 5px 2px 5px;
  display: inline-block;
  cursor: pointer; }

.share-bar__dropdown {
  position: absolute;
  top: 27px;
  right: 24px;
  display: none;
  padding: 5px;
  border: 1px solid #e2e2e2;
  background: #fff;
  z-index: 9999; }

.share-bar__icon {
  padding: 5px;
  width: 20px;
  height: 20px;
  display: block;
  text-indent: 9999px;
  overflow: hidden;
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  text-decoration: none; }

.share-bar__print {
  background-image: url(../images/social/print.png); }

.share-bar__facebook {
  background-image: url(../images/social/fb.png); }

.share-bar__twitter {
  background-image: url(../images/social/tw.png); }

.share-bar__gplus {
  background-image: url(../images/social/gplus.png); }

.share-bar__email {
  background-image: url(../images/social/envelope.png); }

.bread-crumb {
  font-family: 'UniversNW01-420CdRegula', sans-serif;
  font-size: 16px;
  color: #000000; }
  .bread-crumb span[property='itemListElement']:last-child::after {
    content: ' / ';
    color: #d7d7d7; }
  .bread-crumb .separator {
    color: #828282; }
  .bread-crumb a {
    color: #545454;
    text-decoration: none; }
    .bread-crumb a:hover {
      text-decoration: underline; }
  .bread-crumb .span {
    color: #000000; }

@media (min-width: 782px) {
  .breadcrumb-share-bar {
    display: block;
    padding: 40px 0 0 0; } }

@media (min-width: 1140px) {
  .breadcrumb-share-bar {
    padding: 24px 0 0 0; } }

.news-archive-bar {
  margin: 20px 0; }

.back-to-news {
  font-family: 'UniversNW01-420CdRegula', sans-serif;
  text-align: center;
  border-top: 1px solid #d7d7d7;
  padding-top: 40px; }
  .back-to-news a {
    color: #317780;
    text-decoration: none; }
  .back-to-news :before {
    content: " ";
    background: url("../images/symbol/angle-left.png");
    width: 7px;
    height: 12px;
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    display: inline-block;
    margin-right: 5px; }

.localist-api__calendar .list-header {
  list-style-type: none;
  font-weight: bold; }

.slick-slider-hero {
  margin: 0 0 40px; }
  .slick-slider-hero img {
    width: 200%;
    max-width: none;
    margin: 0 -50%; }

.slick-slider-hero .slick-slider__slide {
  padding: 18% 0; }
  @media (max-width: 1024px) {
    .slick-slider-hero .slick-slider__slide {
      padding: 25% 0; } }
  @media (max-width: 500px) {
    .slick-slider-hero .slick-slider__slide {
      padding: 200px 0; } }

.slick-slider__tag {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 15px;
  padding: 3px 5px;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-transform: uppercase; }

.slick-slider__caption {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999;
  bottom: 70px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  cursor: pointer; }
  @media (max-width: 1024px) {
    .slick-slider__caption .container {
      max-width: inherit !important; } }

.slick-slider__caption-box {
  padding-top: 12px;
  padding-bottom: 12px; }
  @media (max-width: 768px) {
    .slick-slider__caption-box {
      margin: 0 auto;
      float: none; } }

.slick-slider__caption-title {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 35px;
  display: block;
  line-height: 40px;
  text-decoration: none;
  color: #fff;
  margin: 15px 0; }

.slick-slider__caption-body {
  font-family: 'UniversNW01-420CdRegula', sans-serif;
  font-size: 24px;
  line-height: 30px; }

.slick-slider__caption--black.slick-slider__caption-box {
  background: rgba(0, 0, 0, 0.25); }

.slick-slider__caption--black .slick-slider__caption-title {
  color: #fff; }

.slick-slider__caption--black .slick-slider__caption-body {
  color: #fff; }

.slick-slider__caption--black .slick-slider__tag {
  color: #fff; }

@media (min-width: 782px) {
  .slick-slider-hero img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0; }
  .slick-slider__caption {
    text-align: left; }
  .slick-slider__caption-title {
    font-size: 60px;
    line-height: 66px;
    margin: 20px 0; } }

.slick-slider-carousel {
  text-align: center;
  margin-bottom: 60px; }

.slick-slider-carousel__hero {
  margin-bottom: 20px; }

.slick-slider-carousel__hero-image {
  max-width: 100%;
  margin-bottom: 20px; }

.slide-carousel__slide {
  cursor: pointer;
  outline: none; }

.slick-slider-carousel__caption {
  font-family: 'UniversNW01-420CdRegula', sans-serif;
  color: #545454;
  font-size: 16px;
  margin-bottom: 60px; }
  .slick-slider-carousel__caption em {
    font-style: italic; }

.slick-dots__container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.slick-dots {
  padding: 15px 10px 15px 15px;
  position: relative;
  bottom: inherit;
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1188px; }

@media (min-width: 782px) {
  .slick-dots {
    text-align: left; } }

.slick-dots li button {
  border: 1px solid #fff;
  border-radius: 10px;
  background: #ffffff;
  display: block;
  height: 8px;
  width: 8px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0px;
  cursor: pointer; }
  .slick-dots li button:before {
    display: none; }

.slick-dots li.slick-active button {
  background: transparent;
  opacity: 1; }

.page-template-template-garden .slick-slider-hero, .page-template-template-garden .entry-title {
  display: none; }

.slick-prev:before,
.slick-next:before {
  color: #000; }

.slick-prev {
  left: -55px; }
  @media (max-width: 768px) {
    .slick-prev {
      left: -25px; } }

.two-col-itt img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
  .two-col-itt img:hover {
    opacity: 0.8; }

.two-col-itt__row {
  margin-bottom: 20px; }

.two-col-itt__card {
  margin-bottom: 50px; }

.entry-content .two-col-itt__title,
.two-col-itt__title {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  margin: 25px 0;
  font-size: 36px;
  line-height: 42px; }
  .entry-content .two-col-itt__title a,
  .two-col-itt__title a {
    color: #000;
    text-decoration: none; }
    .entry-content .two-col-itt__title a:hover,
    .two-col-itt__title a:hover {
      text-decoration: underline; }

.two-col-itt__text {
  font-family: 'UniversNW01-420CdRegula', sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #545454;
  margin: 15px 0; }

@media (min-width: 992px) {
  .two-col-itt__card {
    margin-bottom: 0px; } }

.fw-cta {
  padding: 25px;
  text-align: center;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover; }

.fw-cta__card {
  margin: 110px 0; }

.fw-cta__title {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  margin: 25px 0;
  font-size: 50px;
  color: #ffffff;
  display: block; }

.fw-cta__text {
  font-family: 'UniversNW01-420CdRegula', sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin: 25px 0;
  color: #ffffff;
  display: block; }

.fw-cta__button {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  color: #ffffff;
  text-decoration: none;
  background: #317780;
  font-size: 26px;
  padding: 15px 25px;
  margin: 0;
  display: inline-block; }

@media (min-width: 782px) {
  .fw-cta__title {
    font-size: 60px; } }

.fw-hero {
  text-align: center;
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center; }

.fw-hero__card {
  padding: 70px 20px; }

h2.fw-hero__title,
.fw-hero__title {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  margin: 25px 0;
  font-size: 40px;
  color: #ffffff;
  display: block;
  line-height: 1.2; }

.fw-hero__text {
  font-family: 'UniversNW01-420CdRegula', sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  margin: 25px 0;
  color: #ffffff;
  display: block; }

.fw-hero__button {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  color: #ffffff;
  text-decoration: none;
  background: #317780;
  font-size: 20px;
  padding: 15px 25px;
  margin: 0;
  display: inline-block; }

@media (min-width: 782px) {
  .fw-hero {
    height: 600px; }
  h2.fw-hero__title,
  .fw-hero__title {
    font-size: 60px;
    line-height: 65px; }
  .fw-hero__card {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 30%;
    margin-bottom: 40px; } }

.title-module--sub-title {
  margin-bottom: 24px; }
  .title-module--sub-title .entry-title {
    font-size: 28px;
    background: #ffffff;
    border-bottom: none;
    padding: 15px 5px 0 0;
    display: inline-block;
    margin-bottom: 0; }

.title-module__sub-title {
  border-bottom: #d7d7d7 1px solid;
  height: 43px; }

iframe.grey-scale-map {
  max-height: 100%;
  width: 100%;
  border: 0;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */ }

.wp-video {
  max-width: 100%;
  height: auto;
  width: 100% !important; }

#membership-list {
  position: relative;
  margin: 40px 0; }

#membership-tabs {
  margin: 0 0 20px; }
  @media (min-width: 782px) {
    #membership-tabs {
      position: absolute;
      width: 215px; } }
  #membership-tabs > li {
    display: none;
    list-style-type: none;
    margin-bottom: 22px; }
    @media (min-width: 782px) {
      #membership-tabs > li {
        display: block; } }
    #membership-tabs > li:hover a,
    #membership-tabs > li.active a {
      background-color: #F5F5F5;
      font-weight: bold; }
  #membership-tabs a {
    display: block;
    padding: 6px 50px 6px 12px;
    color: #000000;
    text-decoration: none; }
  #membership-tabs select {
    font-size: 18px;
    line-height: 24px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'UniversNW01-420CdRegula', sans-serif;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; }
    @media (min-width: 782px) {
      #membership-tabs select {
        display: none; } }

@media (min-width: 782px) {
  .membership-types {
    border-left: solid 1px #707070;
    padding-left: 26px;
    margin-left: 230px; } }

.membership-types h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  padding-top: 6px; }

.membership-types .btn {
  font-size: 22px;
  text-align: center;
  line-height: 48px;
  width: 100%; }
  @media (min-width: 782px) {
    .membership-types .btn {
      width: 140px; } }
  @media (min-width: 1140px) {
    .membership-types .btn {
      width: 178px; } }

.membership-types .btn-primary {
  background-color: #307780;
  color: #fff; }

.membership-types .btn-link {
  background: transparent;
  text-decoration: underline; }

.membership-types .membership-button {
  margin-top: 30px; }

.membership-types p.grey {
  margin-top: 40px;
  color: #aaa; }

.membership-types .discount-select {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .membership-types .discount-select {
      margin-bottom: 0; } }
  .membership-types .discount-select label,
  .membership-types .discount-select select,
  .membership-types .discount-select .selectize-control {
    display: block;
    vertical-align: middle;
    margin-right: 15px; }
    @media (min-width: 782px) {
      .membership-types .discount-select label,
      .membership-types .discount-select select,
      .membership-types .discount-select .selectize-control {
        display: inline-block;
        height: 45px; } }
  .membership-types .discount-select label {
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    color: #000; }
  .membership-types .discount-select select {
    height: 34px;
    padding: 6px 12px;
    font-family: 'UniversNW01-420CdRegula', sans-serif;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    font-size: 18px;
    line-height: 24px; }

.membership-type {
  display: none; }
  @media (min-width: 782px) {
    .membership-type {
      display: block;
      border-top: solid 1px #707070;
      padding: 60px 0 70px; } }
  .membership-type:first-child {
    border: none;
    padding-top: 0; }

@media (min-width: 782px) {
  .fix-member-tabs {
    position: fixed !important;
    top: 40px !important; } }

.post-grid__card {
  margin-bottom: 24px; }

.post-grid__image {
  overflow: hidden;
  margin-bottom: 20px; }
  .post-grid__image img {
    width: 100%;
    height: auto; }

.post-grid__title {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 20px;
  color: #000; }
  .post-grid__title a {
    color: #000;
    text-decoration: none; }

h1.post-grid__title {
  font-size: 20px; }

.post-grid__body {
  color: #545454; }

.post-grid__meta {
  font-family: 'UniversNW01-420CdRegula', sans-serif;
  color: #545454;
  margin-bottom: 20px; }

.hero-with-text-slideshow {
  width: 100%; }

.lhl-hero-carousel-with-text {
  color: #fff;
  text-align: left; }
  .lhl-hero-carousel-with-text .swiper-slide {
    text-align: left; }
  .lhl-hero-carousel-with-text .slide_container {
    width: 100%; }
    .lhl-hero-carousel-with-text .slide_container .hct_carousel_content {
      background: #317780;
      color: #fff;
      padding: 20px 30px;
      text-align: center; }
      .lhl-hero-carousel-with-text .slide_container .hct_carousel_content .hct_carousel_title {
        font-style: normal;
        color: #fff;
        font-size: 50px;
        margin-bottom: 20px;
        line-height: 55px; }
      .lhl-hero-carousel-with-text .slide_container .hct_carousel_content .hct_carousel_text {
        max-width: 1200px;
        margin: 0 auto; }
        .lhl-hero-carousel-with-text .slide_container .hct_carousel_content .hct_carousel_text p {
          color: #fff;
          font-size: 20px;
          font-family: 'Yanone Kaffeesatz', sans-serif;
          letter-spacing: 1px;
          font-weight: normal;
          line-height: 25px; }
      .lhl-hero-carousel-with-text .slide_container .hct_carousel_content .hct_carousel_button {
        border-radius: 6px;
        color: #ffffff;
        background: #FF2400;
        height: auto;
        padding: 10px 20px;
        margin: 10px auto 0;
        border: none;
        font-family: 'Yanone Kaffeesatz', sans-serif;
        letter-spacing: 1px;
        font-size: 18px;
        display: table;
        text-decoration: none; }
    .lhl-hero-carousel-with-text .slide_container .hct_carousel_image {
      padding-top: 25%;
      -webkit-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      position: relative;
      min-height: 530px; }
      .lhl-hero-carousel-with-text .slide_container .hct_carousel_image .hct_carousel_logo {
        max-width: 550px;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate3d(-50%, 0px, 0px);
                transform: translate3d(-50%, 0px, 0px); }

.dynamic-grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-right: -20px;
  margin-left: -20px; }
  .dynamic-grid-container.dg_1_col .lhl-dynamic-grid-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .dynamic-grid-container.dg_2_col .lhl-dynamic-grid-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
    @media (max-width: 640px) {
      .dynamic-grid-container.dg_2_col .lhl-dynamic-grid-item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  .dynamic-grid-container.dg_3_col .lhl-dynamic-grid-item {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%; }
    @media (max-width: 991px) {
      .dynamic-grid-container.dg_3_col .lhl-dynamic-grid-item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }
    @media (max-width: 640px) {
      .dynamic-grid-container.dg_3_col .lhl-dynamic-grid-item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  .dynamic-grid-container.dg_4_col .lhl-dynamic-grid-item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
    @media (max-width: 991px) {
      .dynamic-grid-container.dg_4_col .lhl-dynamic-grid-item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }
    @media (max-width: 640px) {
      .dynamic-grid-container.dg_4_col .lhl-dynamic-grid-item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  .dynamic-grid-container.dg_5_col .lhl-dynamic-grid-item {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%; }
    @media (max-width: 991px) {
      .dynamic-grid-container.dg_5_col .lhl-dynamic-grid-item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }
    @media (max-width: 640px) {
      .dynamic-grid-container.dg_5_col .lhl-dynamic-grid-item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  .dynamic-grid-container.dg_align_left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .dynamic-grid-container.dg_align_center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .dynamic-grid-container.dg_align_right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .dynamic-grid-container .lhl-dynamic-grid-item {
    padding: 20px; }
    .dynamic-grid-container .lhl-dynamic-grid-item .image-container {
      width: 100%;
      min-height: 200px;
      padding: 40px;
      -webkit-background-size: cover;
              background-size: cover;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center center; }
    .dynamic-grid-container .lhl-dynamic-grid-item h3 {
      margin-bottom: 5px; }
  .dynamic-grid-container .media-container,
  .dynamic-grid-container .image-container {
    margin-bottom: 20px; }

.tai_pill {
  background: #2b2b2b;
  color: #fff;
  display: table;
  padding: 5px 10px;
  border-radius: 6px; }

.event_hero_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .event_hero_wrapper .event_hero_image {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%; }
    @media (max-width: 991px) {
      .event_hero_wrapper .event_hero_image {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  .event_hero_wrapper .event_hero_content {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    padding-left: 40px; }
    @media (max-width: 991px) {
      .event_hero_wrapper .event_hero_content {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        padding: 30px 0; } }
    .event_hero_wrapper .event_hero_content h1 {
      line-height: inherit;
      letter-spacing: 1px; }
      .event_hero_wrapper .event_hero_content h1 span {
        font-size: 16px;
        display: block; }
    .event_hero_wrapper .event_hero_content p {
      margin-bottom: 10px;
      font-family: 'UniversNW01-420CdRegula', sans-serif; }
      .event_hero_wrapper .event_hero_content p strong {
        font-family: 'Yanone Kaffeesatz', sans-serif;
        letter-spacing: 1px;
        font-size: 21px; }
    .event_hero_wrapper .event_hero_content .small {
      font-size: 16px; }
    .event_hero_wrapper .event_hero_content .hero_details {
      margin-bottom: 20px; }
    .event_hero_wrapper .event_hero_content .hero_text {
      margin-top: 30px; }
    .event_hero_wrapper .event_hero_content .block {
      display: block; }
    .event_hero_wrapper .event_hero_content .bold {
      font-weight: 900;
      font-size: 21px; }
    .event_hero_wrapper .event_hero_content .link_container .btn {
      border-radius: 6px;
      text-decoration: none;
      color: #fff;
      letter-spacing: 1px; }
      .event_hero_wrapper .event_hero_content .link_container .btn.learn_more_btn {
        background: #FF2400; }
        @media (max-width: 450px) {
          .event_hero_wrapper .event_hero_content .link_container .btn.learn_more_btn {
            display: block;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content; } }
        .event_hero_wrapper .event_hero_content .link_container .btn.learn_more_btn + .download_btn {
          margin-left: 20px; }
          @media (max-width: 450px) {
            .event_hero_wrapper .event_hero_content .link_container .btn.learn_more_btn + .download_btn {
              margin-left: 0px;
              margin-top: 10px;
              display: block;
              width: -webkit-fit-content;
              width: -moz-fit-content;
              width: fit-content; } }
      .event_hero_wrapper .event_hero_content .link_container .btn.download_btn {
        background: #030F7D; }

.lhl-tulsa-text-and-image .tulsa-lhl-component-inner {
  max-width: 875px;
  margin: 0 auto; }
  .lhl-tulsa-text-and-image .tulsa-lhl-component-inner a {
    text-decoration: none; }
  .lhl-tulsa-text-and-image .tulsa-lhl-component-inner h3 {
    font-style: normal;
    text-align: center;
    font-size: 48px;
    line-height: 54px;
    margin: 15px 0;
    letter-spacing: 1.86px; }
  .lhl-tulsa-text-and-image .tulsa-lhl-component-inner .text_and_image_pill {
    background: #030F7D;
    color: #fff;
    padding: 5px 15px 4px;
    display: table;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 13px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    letter-spacing: 0.5px;
    line-height: 11px;
    text-transform: uppercase; }
  .lhl-tulsa-text-and-image .tulsa-lhl-component-inner .featured-image-content p {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 100;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #181818; }
    .lhl-tulsa-text-and-image .tulsa-lhl-component-inner .featured-image-content p strong {
      font-size: 20px; }
  .lhl-tulsa-text-and-image .tulsa-lhl-component-inner .featured-image-content .ab-block-button a {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    border-radius: 6px;
    color: #ffffff;
    background-color: #FF2400;
    height: auto;
    padding: 10px 20px;
    margin-top: 10px;
    border: none;
    font-size: 18px;
    letter-spacing: 1px; }

.lhl-event-grid {
  background: #030F7D;
  position: relative;
  padding: 70px 20px;
  overflow: hidden; }
  .lhl-event-grid:before, .lhl-event-grid:after {
    content: '';
    position: absolute;
    top: 50%;
    background: #030F7D;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: 100%; }
  .lhl-event-grid:before {
    left: 100%; }
  .lhl-event-grid:after {
    right: 100%; }
  .lhl-event-grid h2 {
    font-style: normal;
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px;
    letter-spacing: 1px; }
  .lhl-event-grid .event-grid-container {
    gap: 30px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 991px) {
      .lhl-event-grid .event-grid-container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (max-width: 640px) {
      .lhl-event-grid .event-grid-container {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    .lhl-event-grid .event-grid-container .lhl-event-grid-item {
      -ms-flex-preferred-size: 31%;
          flex-basis: 31%;
      -ms-flex-item-align: stretch;
          align-self: stretch; }
      @media (max-width: 991px) {
        .lhl-event-grid .event-grid-container .lhl-event-grid-item {
          -ms-flex-preferred-size: 47%;
              flex-basis: 47%; } }
      @media (max-width: 640px) {
        .lhl-event-grid .event-grid-container .lhl-event-grid-item {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          margin-bottom: 20px; } }
      .lhl-event-grid .event-grid-container .lhl-event-grid-item .lhl-component-inner {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        background: #fff;
        border-radius: 10px; }
        .lhl-event-grid .event-grid-container .lhl-event-grid-item .lhl-component-inner .event_item_container {
          padding: 20px;
          max-width: 1188px;
          margin: 0 auto;
          width: 100%; }
          @media (max-width: 640px) {
            .lhl-event-grid .event-grid-container .lhl-event-grid-item .lhl-component-inner .event_item_container {
              padding: 20px 0; } }
      .lhl-event-grid .event-grid-container .lhl-event-grid-item h3 {
        font-size: 24px;
        font-style: normal;
        font-weight: bold;
        margin-bottom: 10px;
        font-family: 'Yanone Kaffeesatz', sans-serif;
        letter-spacing: 1px; }
      .lhl-event-grid .event-grid-container .lhl-event-grid-item p {
        font-size: 16px;
        line-height: 19px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        color: #545454;
        margin-bottom: 20px;
        font-family: 'UniversNW01-420CdRegula', sans-serif; }
        .lhl-event-grid .event-grid-container .lhl-event-grid-item p.location:before, .lhl-event-grid .event-grid-container .lhl-event-grid-item p.date:before {
          font-family: "Font Awesome 5 Free"; }
        .lhl-event-grid .event-grid-container .lhl-event-grid-item p i {
          -ms-flex-preferred-size: 7%;
              flex-basis: 7%;
          margin-right: auto;
          font-style: normal; }
        .lhl-event-grid .event-grid-container .lhl-event-grid-item p span {
          -ms-flex-preferred-size: 93%;
              flex-basis: 93%; }

.sponsors-grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -24px;
  margin-left: -24px; }
  .sponsors-grid-container .lhl-sponsors-grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
    width: 100%;
    max-width: 800px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 768px) {
      .sponsors-grid-container .lhl-sponsors-grid-item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .sponsors-grid-container .lhl-sponsors-grid-item .sponsors_item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .sponsors-grid-container .lhl-sponsors-grid-item .sponsors_item.no-image .sponsors_item_content {
        text-align: center; }
        @media (max-width: 768px) {
          .sponsors-grid-container .lhl-sponsors-grid-item .sponsors_item.no-image .sponsors_item_content {
            text-align: left; } }
      @media (max-width: 768px) {
        .sponsors-grid-container .lhl-sponsors-grid-item .sponsors_item {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .sponsors-grid-container .lhl-sponsors-grid-item .sponsors_item.no-thumbnail-image .sponsors_item_content {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        padding-right: 0; }
      .sponsors-grid-container .lhl-sponsors-grid-item .sponsors_item.no-thumbnail-image .lhl-sponsors-grid-item {
        padding: 40px; }
      .sponsors-grid-container .lhl-sponsors-grid-item .sponsors_item .sponsors_item_image {
        max-width: 220px; }
        @media (max-width: 768px) {
          .sponsors-grid-container .lhl-sponsors-grid-item .sponsors_item .sponsors_item_image {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
            max-width: inherit;
            margin-bottom: 10px; } }
        .sponsors-grid-container .lhl-sponsors-grid-item .sponsors_item .sponsors_item_image img {
          width: 100%; }
      .sponsors-grid-container .lhl-sponsors-grid-item .sponsors_item .sponsors_item_content {
        padding-right: 20px; }
        @media (max-width: 820px) {
          .sponsors-grid-container .lhl-sponsors-grid-item .sponsors_item .sponsors_item_content {
            padding-left: 0; } }
        @media (max-width: 768px) {
          .sponsors-grid-container .lhl-sponsors-grid-item .sponsors_item .sponsors_item_content {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; } }
        .sponsors-grid-container .lhl-sponsors-grid-item .sponsors_item .sponsors_item_content h3,
        .sponsors-grid-container .lhl-sponsors-grid-item .sponsors_item .sponsors_item_content p {
          font-family: 'Yanone Kaffeesatz', sans-serif;
          margin-bottom: 16px; }
        .sponsors-grid-container .lhl-sponsors-grid-item .sponsors_item .sponsors_item_content h3 {
          margin-bottom: 10px;
          letter-spacing: 1px; }
        .sponsors-grid-container .lhl-sponsors-grid-item .sponsors_item .sponsors_item_content .sponsors_sub_title {
          font-size: 21px;
          line-height: 20px;
          letter-spacing: 1px; }
        .sponsors-grid-container .lhl-sponsors-grid-item .sponsors_item .sponsors_item_content .sponsors_summary {
          margin-top: 10px; }

.lhl-icon-grid .icon-grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .lhl-icon-grid .icon-grid-container .lhl-icon-grid-item {
    -ms-flex-preferred-size: 16.666666%;
        flex-basis: 16.666666%;
    padding: 40px 10px; }
    @media (max-width: 1024px) {
      .lhl-icon-grid .icon-grid-container .lhl-icon-grid-item {
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
        padding: 40px 20px; } }
    @media (max-width: 768px) {
      .lhl-icon-grid .icon-grid-container .lhl-icon-grid-item {
        -ms-flex-preferred-size: 33.3333%;
            flex-basis: 33.3333%; } }
    @media (max-width: 640px) {
      .lhl-icon-grid .icon-grid-container .lhl-icon-grid-item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }
    @media (max-width: 440px) {
      .lhl-icon-grid .icon-grid-container .lhl-icon-grid-item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    .lhl-icon-grid .icon-grid-container .lhl-icon-grid-item:nth-child(1) .icon_item .icon_item_image {
      background: #ff2400; }
    .lhl-icon-grid .icon-grid-container .lhl-icon-grid-item:nth-child(2) .icon_item .icon_item_image {
      background: #030f7d; }
    .lhl-icon-grid .icon-grid-container .lhl-icon-grid-item:nth-child(3) .icon_item .icon_item_image {
      background: #27646b; }
    .lhl-icon-grid .icon-grid-container .lhl-icon-grid-item:nth-child(4) .icon_item .icon_item_image {
      background: #c7bd06; }
    .lhl-icon-grid .icon-grid-container .lhl-icon-grid-item:nth-child(5) .icon_item .icon_item_image {
      background: #333333; }
    .lhl-icon-grid .icon-grid-container .lhl-icon-grid-item .icon_item {
      background: #fff;
      -webkit-box-shadow: 0px 0px 10px 2px #0000001f;
              box-shadow: 0px 0px 10px 2px #0000001f;
      padding: 20px;
      border-radius: 15px; }
      .lhl-icon-grid .icon-grid-container .lhl-icon-grid-item .icon_item:hover {
        background: #ccc; }
      .lhl-icon-grid .icon-grid-container .lhl-icon-grid-item .icon_item a {
        text-decoration: none; }
      .lhl-icon-grid .icon-grid-container .lhl-icon-grid-item .icon_item .icon_item_image {
        width: 90px;
        height: 90px;
        margin: 0 auto;
        background: #ccc;
        border-radius: 50%;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .lhl-icon-grid .icon-grid-container .lhl-icon-grid-item .icon_item .icon_item_image img {
          width: 45px; }
      .lhl-icon-grid .icon-grid-container .lhl-icon-grid-item .icon_item .icon_item_title {
        text-align: center;
        margin-top: 15px; }
        .lhl-icon-grid .icon-grid-container .lhl-icon-grid-item .icon_item .icon_item_title h3 {
          font-size: 24px;
          letter-spacing: 0.5px;
          margin-bottom: 10px; }

.inner_page_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .inner_page_item .inner_page_item_image {
    max-width: 147px;
    margin-left: 10px; }
  .inner_page_item p {
    font-family: 'UniversNW01-420CdRegula', sans-serif;
    font-size: 21px;
    color: #18181899;
    margin-bottom: 0; }
  .inner_page_item.align_left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .inner_page_item.align_center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .inner_page_item.align_right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.component-interactive-location {
  padding: 40px 0; }

#interactive__location {
  position: relative; }
  #interactive__location .map-ping {
    position: absolute;
    cursor: pointer;
    -webkit-transition: all ease-in-out .5s;
         -o-transition: all ease-in-out .5s;
            transition: all ease-in-out .5s; }
    #interactive__location .map-ping.selected {
      -webkit-transform: scale(1.5);
          -ms-transform: scale(1.5);
           -o-transform: scale(1.5);
              transform: scale(1.5); }
      @media (min-width: 640px) {
        #interactive__location .map-ping.selected {
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
               -o-transform: scale(1.2);
                  transform: scale(1.2); } }
  #interactive__location .map-ping-address {
    position: absolute;
    width: 165px;
    background: #fff;
    color: var(--text-color);
    padding: 5px;
    -webkit-transition: all ease-in-out .5s;
         -o-transition: all ease-in-out .5s;
            transition: all ease-in-out .5s;
    opacity: 0;
    z-index: -1;
    font-family: var(--text-font-fam-pa);
    font-size: 14px;
    line-height: 20px;
    font-weight: 600; }
    #interactive__location .map-ping-address.selected {
      opacity: 1;
      z-index: 9999999; }
  #interactive__location .interactive__location-pings img {
    width: 25px; }
    @media (min-width: 640px) {
      #interactive__location .interactive__location-pings img {
        width: 30px; } }
    @media (min-width: 1280px) {
      #interactive__location .interactive__location-pings img {
        width: 50px; } }
  #interactive__location .interactive__location-pings .interactive__location-ping_blue.map-ping {
    top: 7%;
    right: 31%; }
  #interactive__location .interactive__location-pings .interactive__location-ping_blue.map-ping-address {
    border: 2px solid #03107d;
    top: 7%;
    right: 31%; }
    @media (min-width: 782px) {
      #interactive__location .interactive__location-pings .interactive__location-ping_blue.map-ping-address {
        top: 8%;
        right: 38%; } }
  #interactive__location .interactive__location-pings .interactive__location-ping_green.map-ping {
    bottom: 30%;
    left: 46%; }
    @media (min-width: 640px) {
      #interactive__location .interactive__location-pings .interactive__location-ping_green.map-ping {
        bottom: 35%;
        left: 46%; } }
  #interactive__location .interactive__location-pings .interactive__location-ping_green.map-ping-address {
    border: 2px solid #D1C602;
    bottom: 30%;
    left: 46%; }
    @media (min-width: 640px) {
      #interactive__location .interactive__location-pings .interactive__location-ping_green.map-ping-address {
        bottom: 38%;
        left: 24%; } }
  #interactive__location .interactive__location-pings .interactive__location-ping_pink.map-ping {
    top: 36%;
    right: 47%; }
    @media (min-width: 640px) {
      #interactive__location .interactive__location-pings .interactive__location-ping_pink.map-ping {
        top: 38%;
        right: 47%; } }
  #interactive__location .interactive__location-pings .interactive__location-ping_pink.map-ping-address {
    border: 2px solid #FFBACC;
    top: 36%;
    right: 47%; }
    @media (min-width: 640px) {
      #interactive__location .interactive__location-pings .interactive__location-ping_pink.map-ping-address {
        top: 36%;
        right: 24%; } }
  #interactive__location .interactive__location-pings .interactive__location-ping_red.map-ping {
    top: 19%;
    left: 3%; }
  #interactive__location .interactive__location-pings .interactive__location-ping_red.map-ping-address {
    border: 2px solid #fe2301;
    top: 19%;
    left: 3%; }
    @media (min-width: 640px) {
      #interactive__location .interactive__location-pings .interactive__location-ping_red.map-ping-address {
        top: 15%;
        left: 10%; } }
  #interactive__location .interactive__location-pings .interactive__location-ping_teal.map-ping {
    bottom: 10%;
    right: 11%; }
  #interactive__location .interactive__location-pings .interactive__location-ping_teal.map-ping-address {
    border: 2px solid #028982;
    bottom: 10%;
    right: 11%; }
    @media (min-width: 640px) {
      #interactive__location .interactive__location-pings .interactive__location-ping_teal.map-ping-address {
        bottom: 16%;
        right: 18%; } }

#activity__guides {
  position: relative; }
  #activity__guides .activity-ping {
    cursor: pointer;
    text-decoration: underline; }
    #activity__guides .activity-ping:hover {
      text-decoration: none; }
  #activity__guides .activity-ping-dropdown {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    padding: 5px;
    -webkit-transition: all ease-in-out .5s;
         -o-transition: all ease-in-out .5s;
            transition: all ease-in-out .5s;
    opacity: 0;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: 130px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #activity__guides .activity-ping-dropdown.selected {
      opacity: 1;
      z-index: 9999999; }
    #activity__guides .activity-ping-dropdown a {
      font-family: var(--text-font-fam-pa);
      font-size: 14px;
      line-height: 20px;
      font-weight: 600;
      color: var(--text-color); }
    #activity__guides .activity-ping-dropdown.act-blue {
      border: 2px solid #03107d; }
    #activity__guides .activity-ping-dropdown.act-green {
      border: 2px solid #D1C602; }
    #activity__guides .activity-ping-dropdown.act-pink {
      border: 2px solid #FFBACC; }
    #activity__guides .activity-ping-dropdown.act-red {
      border: 2px solid #fe2301; }
    #activity__guides .activity-ping-dropdown.act-teal {
      border: 2px solid #028982; }
  #activity__guides .activity__guides-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px; }
    #activity__guides .activity__guides-wrapper .activity__guides-image {
      position: relative; }
      #activity__guides .activity__guides-wrapper .activity__guides-image img {
        width: 100%;
        max-width: 50px; }
        @media (min-width: 640px) {
          #activity__guides .activity__guides-wrapper .activity__guides-image img {
            max-width: 80px; } }
    #activity__guides .activity__guides-wrapper h3 {
      font-size: var(--text-size-h5);
      letter-spacing: var(--text-letterspace-h5);
      line-height: var(--text-line-height-h5); }
      @media (min-width: 640px) {
        #activity__guides .activity__guides-wrapper h3 {
          font-size: var(--text-size-h3);
          letter-spacing: var(--text-letterspace-h3);
          line-height: var(--text-line-height-h3); } }

/* Templates */
/* Templates Index
----------------------------------------------- */
.single .entry-title {
  border-bottom: none;
  margin: 40px 0 10px; }

.single .entry-header {
  margin-bottom: 20px; }

.search-link {
  color: #828282;
  text-decoration: none; }

.search-results {
  max-width: 1440px;
  margin: 0 auto;
  font-family: 'Yanone Kaffeesatz', sans-serif; }

.search-results__header {
  display: block;
  clear: both;
  width: 100%; }
  .search-results__header h1 {
    font-size: 36px;
    line-height: 40px;
    margin: 50px 0 0;
    padding-bottom: 20px; }

.search-results__wrapper {
  padding: 25px 50px; }
  @media (min-width: 992px) {
    .search-results__wrapper {
      padding: 25px; } }
  .search-results__wrapper form .input-group {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%; }
    .search-results__wrapper form .input-group input[type="search"] {
      padding: 15px 50px 15px 15px;
      font-family: 'Yanone Kaffeesatz', sans-serif;
      font-size: 24px;
      line-height: 24px;
      border: 1px solid #aaa;
      width: 100%;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-appearance: none; }
      .search-results__wrapper form .input-group input[type="search"]::-webkit-search-cancel-button {
        -webkit-appearance: none !important;
        -moz-appearance: none !important; }
    .search-results__wrapper form .input-group div.input-group-append {
      position: absolute;
      display: block;
      top: 15px;
      right: 15px;
      z-index: 4; }
      .search-results__wrapper form .input-group div.input-group-append button {
        border: none;
        background: transparent;
        cursor: pointer; }
      .search-results__wrapper form .input-group div.input-group-append i {
        font-size: 24px;
        line-height: 24px;
        color: #327780; }
  .search-results__wrapper .search-results__container {
    position: relative; }
  .search-results__wrapper .search-results__sort {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .search-results__wrapper .search-results__sort {
        display: inline-grid;
        position: absolute;
        top: 0;
        right: 0;
        width: 200px;
        margin-bottom: 0; } }
    .search-results__wrapper .search-results__sort select,
    .search-results__wrapper .search-results__sort .selectize-control {
      display: block;
      width: 100%;
      font-family: 'Yanone Kaffeesatz', sans-serif;
      font-size: 18px;
      line-height: 20px;
      vertical-align: middle;
      border: 1px solid #828282;
      border-radius: 0;
      padding: 12px 10px 8px;
      background-image: url("../images/icon-dropdown@2x.png");
      background-position: right 10px center;
      background-repeat: no-repeat;
      -webkit-background-size: 19px 11px;
              background-size: 19px 11px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none; }
      @media (min-width: 992px) {
        .search-results__wrapper .search-results__sort select,
        .search-results__wrapper .search-results__sort .selectize-control {
          display: inline-block;
          width: 200px; } }
  .search-results__wrapper .search-results__count {
    color: #aaa;
    font-size: 18px;
    line-height: 24px;
    color: #aaa;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    padding: 0; }
  .search-results__wrapper ol {
    list_style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .search-results__wrapper ol li {
      width: 100%;
      display: block;
      min-height: 175px;
      padding-bottom: 25px; }
      @media (min-width: 992px) {
        .search-results__wrapper ol li {
          width: 49%;
          display: flex-grid; } }
  .search-results__wrapper a {
    text-decoration: none;
    cursor: pointer; }
    .search-results__wrapper a .search-results__type {
      font-size: 14px;
      line-height: 18px;
      color: #327780; }
    .search-results__wrapper a .search-results__title {
      font-size: 18px;
      line-height: 24px;
      color: #000; }
    .search-results__wrapper a p {
      font-family: 'UniversNW01-420CdRegula', sans-serif;
      font-size: 14px;
      line-height: 18px;
      color: #545454;
      margin-bottom: 5px; }
      .search-results__wrapper a p.first {
        margin-bottom: 10px; }
      .search-results__wrapper a p.search-results__description {
        margin-top: 10px; }

ul.search-results__filters {
  list-style: none;
  text-align: left;
  clear: both;
  display: block;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    ul.search-results__filters {
      padding-right: 200px;
      margin-bottom: 50px; } }
  ul.search-results__filters li {
    display: inline-block; }
    ul.search-results__filters li a {
      font-size: 18px;
      line-height: 24px;
      color: #327780;
      padding: 15px 10px;
      display: block; }
    ul.search-results__filters li.active a {
      font-weight: 600;
      border-bottom: 2px solid #327780; }

.search-results__thumbnail {
  width: 100%;
  height: auto;
  max-width: 350px;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 768px) {
    .search-results__thumbnail {
      width: 250px;
      height: auto;
      margin: 0 25px 40px 0;
      display: block;
      float: left; } }
  .search-results__thumbnail img {
    width: 100%;
    height: auto;
    display: block; }

.search-results__info {
  display: grid; }

nav.search-results__pagination {
  display: block;
  clear: both;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding-top: 25px;
  margin-top: 25px; }
  nav.search-results__pagination ul {
    list-style: none;
    display: block;
    text-align: center; }
    nav.search-results__pagination ul li {
      display: inline-block; }
      nav.search-results__pagination ul li a.pagination-link {
        font-family: 'Yanone Kaffeesatz', sans-serif;
        display: block;
        width: 100%;
        text-align: left;
        color: #327780;
        padding: 5px 10px;
        cursor: pointer; }
        nav.search-results__pagination ul li a.pagination-link.nav-next {
          text-align: right; }
        nav.search-results__pagination ul li a.pagination-link.current-results-page {
          font-weight: 600;
          border-bottom: 2px solid #327780; }
        nav.search-results__pagination ul li a.pagination-link:hover, nav.search-results__pagination ul li a.pagination-link:focus {
          border-bottom: 2px solid #327780; }

.exhibitions_load_more_wrap {
  text-align: center;
  border-bottom: 2px solid #d7d7d7;
  height: 29px; }

.exhibitions_load_more {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 26px;
  cursor: pointer;
  padding: 10px 70px; }

.exhibition_hero_container {
  background: #F2F2F2;
  padding: 35px 0;
  font-family: 'Yanone Kaffeesatz', sans-serif; }
  @media (max-width: 1024px) {
    .exhibition_hero_container {
      padding: 30px; } }
  .exhibition_hero_container .exhibition_hero {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .exhibition_hero_container .exhibition_hero .hero_title {
      width: 35%;
      background: #317780;
      padding: 40px 35px 250px; }
      @media (max-width: 1024px) {
        .exhibition_hero_container .exhibition_hero .hero_title {
          width: 100%;
          padding: 35px;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
      .exhibition_hero_container .exhibition_hero .hero_title h1 {
        font-size: 41px;
        line-height: 49px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 20px; }
        .exhibition_hero_container .exhibition_hero .hero_title h1 span {
          background: #204E54;
          display: table;
          color: #fff;
          font-size: 11px;
          line-height: 23px;
          text-transform: uppercase;
          font-family: 'UniversNW01-420CdBold', sans-serif;
          border-radius: 6px;
          padding: 0px 5px;
          margin-bottom: 15px; }
      .exhibition_hero_container .exhibition_hero .hero_title .exhibition_dates {
        font-size: 20px;
        line-height: 24px;
        color: #fff;
        margin-bottom: 20px; }
      .exhibition_hero_container .exhibition_hero .hero_title .purchase_tickets {
        font-size: 18px;
        line-height: 22px;
        color: #317780;
        background: #fff;
        border-radius: 6px;
        display: table;
        padding: 8px 25px 5px;
        text-decoration: none; }
    .exhibition_hero_container .exhibition_hero .hero_img {
      width: 65%;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center; }
      @media (max-width: 1024px) {
        .exhibition_hero_container .exhibition_hero .hero_img {
          width: 100%;
          height: 234px;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }

.sticky_menu_container {
  position: relative;
  z-index: 1; }
  .sticky_menu_container.fixed {
    -webkit-box-shadow: 0px 3px 10px 3px #0000001A;
            box-shadow: 0px 3px 10px 3px #0000001A;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%; }
    .sticky_menu_container.fixed .inner_submenu {
      max-width: inherit;
      z-index: 1;
      max-width: 1250px;
      margin: 0 auto; }

.inner_submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin: 0 auto 20px;
  padding: 15px 20px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  -webkit-transition: all 0.2s5s ease-in-out;
       -o-transition: all 0.2s5s ease-in-out;
          transition: all 0.2s5s ease-in-out; }
  .inner_submenu li a {
    font-size: 20px;
    line-height: 24px;
    color: #317780;
    text-decoration: none;
    margin-right: 10px; }
  .inner_submenu li:last-child a {
    margin-right: 0; }

.exhibition_content_with_sidebar,
.exhibition_content_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1250px;
  margin: 0 auto;
  padding: 15px 20px 0;
  font-family: 'Yanone Kaffeesatz', sans-serif; }
  @media (max-width: 1024px) {
    .exhibition_content_with_sidebar,
    .exhibition_content_bottom {
      display: block; } }
  .exhibition_content_with_sidebar .exhibition_content,
  .exhibition_content_bottom .exhibition_content {
    width: 70%; }
    @media (max-width: 1024px) {
      .exhibition_content_with_sidebar .exhibition_content,
      .exhibition_content_bottom .exhibition_content {
        width: 100%;
        margin-bottom: 50px; } }
    .exhibition_content_with_sidebar .exhibition_content .box,
    .exhibition_content_bottom .exhibition_content .box {
      padding-right: 50px;
      margin-bottom: 50px; }
      @media (max-width: 1024px) {
        .exhibition_content_with_sidebar .exhibition_content .box,
        .exhibition_content_bottom .exhibition_content .box {
          padding-right: 0; } }
      .exhibition_content_with_sidebar .exhibition_content .box:last-child,
      .exhibition_content_bottom .exhibition_content .box:last-child {
        margin-bottom: 0; }
      .exhibition_content_with_sidebar .exhibition_content .box#gallery_sec .slick-list .slick-track,
      .exhibition_content_bottom .exhibition_content .box#gallery_sec .slick-list .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .exhibition_content_with_sidebar .exhibition_content .box#gallery_sec .slick-list .slick-track .slick-slide,
        .exhibition_content_bottom .exhibition_content .box#gallery_sec .slick-list .slick-track .slick-slide {
          margin-right: 15px;
          width: auto !important; }
      @media (max-width: 1024px) {
        .exhibition_content_with_sidebar .exhibition_content .box#gallery_sec .slick-arrow,
        .exhibition_content_bottom .exhibition_content .box#gallery_sec .slick-arrow {
          display: none !important; } }
      .exhibition_content_with_sidebar .exhibition_content .box#gallery_sec .slick-arrow.slick-prev,
      .exhibition_content_bottom .exhibition_content .box#gallery_sec .slick-arrow.slick-prev {
        left: -25px !important; }
      .exhibition_content_with_sidebar .exhibition_content .box h2,
      .exhibition_content_bottom .exhibition_content .box h2 {
        font-size: 36px;
        line-height: 43px;
        color: #000000;
        border-bottom: 2px solid #E1E1E1;
        margin-bottom: 40px;
        padding-bottom: 10px;
        position: relative; }
        .exhibition_content_with_sidebar .exhibition_content .box h2 span:before,
        .exhibition_content_bottom .exhibition_content .box h2 span:before {
          content: '';
          display: block;
          height: 75px;
          margin-top: -50px;
          visibility: hidden; }
    .exhibition_content_with_sidebar .exhibition_content p,
    .exhibition_content_bottom .exhibition_content p {
      margin-bottom: 25px;
      line-height: 28px;
      color: #545454;
      font-family: 'UniversNW01-420CdRegula', sans-serif; }
  .exhibition_content_with_sidebar .details_module,
  .exhibition_content_bottom .details_module {
    width: 30%; }
    @media (max-width: 1024px) {
      .exhibition_content_with_sidebar .details_module,
      .exhibition_content_bottom .details_module {
        width: 100%; } }
    .exhibition_content_with_sidebar .details_module .box,
    .exhibition_content_bottom .details_module .box {
      border-bottom: 2px solid #E1E1E1;
      padding-bottom: 15px;
      margin-bottom: 20px; }
      .exhibition_content_with_sidebar .details_module .box:last-child,
      .exhibition_content_bottom .details_module .box:last-child {
        border: none; }
      .exhibition_content_with_sidebar .details_module .box h3,
      .exhibition_content_bottom .details_module .box h3 {
        font-size: 28px;
        line-height: 34px;
        color: #000;
        margin-bottom: 5px;
        text-transform: uppercase; }
      .exhibition_content_with_sidebar .details_module .box p,
      .exhibition_content_bottom .details_module .box p {
        font-size: 18px;
        line-height: 28px;
        color: #545454;
        font-family: 'UniversNW01-420CdRegula', sans-serif; }
        .exhibition_content_with_sidebar .details_module .box p.msg_admission,
        .exhibition_content_bottom .details_module .box p.msg_admission {
          margin-top: 15px; }
      .exhibition_content_with_sidebar .details_module .box .btn,
      .exhibition_content_bottom .details_module .box .btn {
        background: #317780;
        border-radius: 6px;
        padding: 9px 24px 5px;
        line-height: 22px; }
      .exhibition_content_with_sidebar .details_module .box .social_icons,
      .exhibition_content_bottom .details_module .box .social_icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .exhibition_content_with_sidebar .details_module .box .social_icons li,
        .exhibition_content_bottom .details_module .box .social_icons li {
          max-width: 30px;
          margin-right: 10px; }
          .exhibition_content_with_sidebar .details_module .box .social_icons li:last-child,
          .exhibition_content_bottom .details_module .box .social_icons li:last-child {
            margin-right: 0; }
          .exhibition_content_with_sidebar .details_module .box .social_icons li img,
          .exhibition_content_bottom .details_module .box .social_icons li img {
            width: 100%; }

@media (max-width: 1024px) {
  .exhibition_content_bottom .exhibition_content {
    width: 100%; } }

div.active_vids .additional_videos, div.inactive_vids .additional_videos {
  border-bottom: 2px solid #E1E1E1; }

div.active_vids:last-child .additional_videos, div.inactive_vids:last-child .additional_videos {
  border-bottom: none; }

.video_module h3 {
  font-size: 28px;
  line-height: 34px;
  color: #000;
  border-bottom: 2px solid #E1E1E1;
  padding-bottom: 10px;
  margin-bottom: 0; }

.video_module .more_btn {
  text-decoration: none;
  color: #317780;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-top: 30px;
  display: block; }

.video_module .videos_featured {
  margin-bottom: 60px; }

.video_module .inactive_vids {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 2.5s;
       -o-transition: opacity 2.5s;
          transition: opacity 2.5s;
  height: 0px; }
  .video_module .inactive_vids.active {
    opacity: 1;
    display: block;
    height: auto; }

.video_module .additional_videos {
  padding: 20px 0; }
  .video_module .additional_videos .video_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .video_module .additional_videos .video_item .video_container {
      width: 30%; }
      @media (max-width: 768px) {
        .video_module .additional_videos .video_item .video_container {
          width: 100%;
          margin-bottom: 20px; } }
      .video_module .additional_videos .video_item .video_container img {
        width: 100%; }
    .video_module .additional_videos .video_item .content_container {
      width: 70%;
      padding-left: 50px; }
      @media (max-width: 768px) {
        .video_module .additional_videos .video_item .content_container {
          width: 100%;
          padding-left: 0; } }
      .video_module .additional_videos .video_item .content_container .more_content {
        opacity: 0;
        max-height: 0;
        height: 0;
        -webkit-transition: all 0.25s ease-out;
             -o-transition: all 0.25s ease-out;
                transition: all 0.25s ease-out;
        overflow: hidden; }
        .video_module .additional_videos .video_item .content_container .more_content.open {
          opacity: 1;
          max-height: 500px;
          height: auto; }
        .video_module .additional_videos .video_item .content_container .more_content p {
          -webkit-transition: opacity 2.5s;
               -o-transition: opacity 2.5s;
                  transition: opacity 2.5s; }
      .video_module .additional_videos .video_item .content_container h4 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
        color: #000000;
        text-decoration: none; }
      .video_module .additional_videos .video_item .content_container a.v_description {
        font-size: 20px;
        line-height: 24px;
        color: #317780;
        text-decoration: none;
        font-weight: 200;
        margin-bottom: 10px;
        display: block; }

.audio_module .audio_item {
  border-bottom: 2px solid #E1E1E1;
  padding: 0 0 15px; }
  .audio_module .audio_item:last-child {
    border-bottom: 0; }
  .audio_module .audio_item iframe {
    width: 100%; }
  .audio_module .audio_item + .audio_item {
    padding: 20px 0 15px; }

.artist_module .artist_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px solid #E1E1E1;
  padding: 20px 20px 20px 0; }
  @media (max-width: 768px) {
    .artist_module .artist_item {
      padding: 20px 20px 10px 0; } }
  .artist_module .artist_item .artist_image {
    width: 20%; }
    @media (max-width: 768px) {
      .artist_module .artist_item .artist_image {
        width: 149px;
        height: 149px;
        margin-bottom: 20px;
        overflow: hidden; } }
    .artist_module .artist_item .artist_image img {
      width: 100%; }
  .artist_module .artist_item .artist_content {
    width: 80%;
    padding-left: 50px; }
    @media (max-width: 768px) {
      .artist_module .artist_item .artist_content {
        width: 100%;
        padding-left: 0; } }
    .artist_module .artist_item .artist_content h4 {
      font-size: 22px;
      line-height: 26px;
      color: #000000;
      margin-top: 5px;
      margin-bottom: 5px; }
    .artist_module .artist_item .artist_content p {
      font-size: 16px;
      line-height: 22px;
      color: #545454;
      max-height: 66px;
      overflow: hidden;
      margin-bottom: 10px;
      -webkit-transition: all 0.50s ease-out;
           -o-transition: all 0.50s ease-out;
              transition: all 0.50s ease-out; }
      .artist_module .artist_item .artist_content p.open {
        max-height: 100%; }
    .artist_module .artist_item .artist_content a.more_content {
      font-size: 20px;
      line-height: 24px;
      color: #317780;
      text-decoration: none;
      font-weight: 200;
      margin-bottom: 10px;
      display: block; }
      .artist_module .artist_item .artist_content a.more_content.hidden {
        display: none; }

.events_module .events_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px solid #E1E1E1;
  padding: 20px 20px 20px 0; }
  @media (max-width: 768px) {
    .events_module .events_item {
      padding: 20px 20px 10px 0; } }
  .events_module .events_item .events_image {
    width: 30%; }
    @media (max-width: 768px) {
      .events_module .events_item .events_image {
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden; } }
    .events_module .events_item .events_image img {
      width: 100%; }
  .events_module .events_item .events_content {
    width: 70%;
    padding-left: 50px; }
    @media (max-width: 768px) {
      .events_module .events_item .events_content {
        width: 100%;
        padding-left: 0; } }
    .events_module .events_item .events_content a {
      text-decoration: none; }
      .events_module .events_item .events_content a h4 {
        font-size: 22px;
        line-height: 26px;
        color: #000000;
        margin-top: 5px;
        margin-bottom: 5px; }
    .events_module .events_item .events_content .event_date {
      font-size: 16px;
      font-family: 'UniversNW01-420CdRegula', sans-serif;
      line-height: 22px;
      color: #545454;
      margin-bottom: 10px; }
    .events_module .events_item .events_content p {
      font-size: 16px;
      line-height: 22px;
      color: #545454;
      max-height: 66px;
      overflow: hidden;
      margin-bottom: 10px;
      -webkit-transition: all 0.50s ease-out;
           -o-transition: all 0.50s ease-out;
              transition: all 0.50s ease-out; }
      .events_module .events_item .events_content p.open {
        max-height: 100%; }
    .events_module .events_item .events_content a.more_content {
      font-size: 20px;
      line-height: 24px;
      color: #317780;
      text-decoration: none;
      font-weight: 200;
      margin-bottom: 10px;
      display: block; }
      .events_module .events_item .events_content a.more_content.hidden {
        display: none; }

.on_view_container {
  max-width: 1250px;
  margin: 120px auto 0;
  padding: 0 20px; }
  @media (max-width: 768px) {
    .on_view_container {
      margin: 0 auto; } }
  .on_view_container h2 {
    font-size: 36px;
    line-height: 43px;
    color: #000000;
    border-bottom: 2px solid #E1E1E1;
    margin-bottom: 40px;
    padding-bottom: 10px;
    font-family: 'Yanone Kaffeesatz', sans-serif; }
  .on_view_container p {
    margin-bottom: 25px;
    line-height: 28px;
    color: #545454;
    font-family: 'UniversNW01-420CdRegula', sans-serif; }
  .on_view_container .on_view_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
    @media (max-width: 768px) {
      .on_view_container .on_view_wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .on_view_container .on_view_wrapper .on_view_item {
      width: 33%;
      margin-right: 50px; }
      .on_view_container .on_view_wrapper .on_view_item:last-child {
        margin-right: 0; }
      @media (max-width: 768px) {
        .on_view_container .on_view_wrapper .on_view_item {
          width: 100%;
          margin-right: 0;
          border-bottom: 2px solid #E1E1E1;
          margin-bottom: 40px;
          padding-bottom: 20px; } }
      .on_view_container .on_view_wrapper .on_view_item .thumb_container {
        width: 100%;
        min-height: 200px;
        margin-bottom: 20px;
        -webkit-background-size: cover !important;
                background-size: cover !important; }
        @media (max-width: 768px) {
          .on_view_container .on_view_wrapper .on_view_item .thumb_container {
            width: 100%;
            min-height: 250px; } }
      .on_view_container .on_view_wrapper .on_view_item a {
        color: #000;
        font-family: 'Yanone Kaffeesatz', sans-serif;
        font-size: 20px;
        line-height: normal;
        font-weight: 400;
        text-decoration: none;
        margin-bottom: 20px;
        display: block; }
      .on_view_container .on_view_wrapper .on_view_item .dates {
        font-family: 'UniversNW01-420CdRegula', sans-serif;
        color: #545454;
        margin-bottom: 20px; }

.single-exhibitions .mfp-container .mfp-content {
  position: relative;
  padding: 20px;
  width: auto;
  margin: 20px auto; }

.entry-content .contact_page__3-col p {
  margin-bottom: 10px; }

.membership_council_levels {
  padding: 0;
  margin-top: 20px;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  overflow: hidden;
  margin: 0;
  position: relative;
  margin-right: 24px;
  margin-left: 24px; }
  .membership_council_levels .council_column.left {
    position: absolute;
    background: #317780;
    z-index: 1;
    height: 100%; }
    @media (max-width: 1200px) {
      .membership_council_levels .council_column.left {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 991px) {
      .membership_council_levels .council_column.left {
        display: none; } }
    .membership_council_levels .council_column.left .lrg-box {
      padding: 30px 10px 50px 10px; }
      @media (max-width: 1200px) {
        .membership_council_levels .council_column.left .lrg-box {
          padding: 30px 0 50px 0; } }
      .membership_council_levels .council_column.left .lrg-box p {
        color: #fff;
        font-size: 25px;
        line-height: 30px; }
        @media (max-width: 800px) {
          .membership_council_levels .council_column.left .lrg-box p {
            font-size: 20px; } }
  .membership_council_levels .council_column.right {
    position: relative;
    z-index: 0;
    float: right; }
    @media (max-width: 991px) {
      .membership_council_levels .council_column.right {
        float: none;
        width: 100%;
        padding: 0; } }
    .membership_council_levels .council_column.right .item {
      position: relative;
      padding: 15px 0;
      text-align: left; }
      .membership_council_levels .council_column.right .item:after {
        content: '';
        background: #bfc7c7;
        height: 1px;
        width: 108%;
        display: block;
        position: relative;
        bottom: -14px;
        left: 54%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%); }
      .membership_council_levels .council_column.right .item:last-child:after {
        display: none; }
      .membership_council_levels .council_column.right .item h3 {
        display: inline; }
        @media (max-width: 440px) {
          .membership_council_levels .council_column.right .item h3 {
            text-align: center;
            display: block; } }
      .membership_council_levels .council_column.right .item .btn {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        background: #317780;
        padding: 3px 20px 2px;
        border-radius: 3px;
        font-size: 15px; }
        .membership_council_levels .council_column.right .item .btn:hover {
          opacity: 0.8; }
        @media (max-width: 440px) {
          .membership_council_levels .council_column.right .item .btn {
            position: relative;
            right: inherit;
            -webkit-transform: inherit;
                -ms-transform: inherit;
                 -o-transform: inherit;
                    transform: inherit;
            top: inherit;
            width: 100%;
            display: block;
            margin-top: 10px;
            text-align: center; } }
  .membership_council_levels .council_item {
    width: 30%;
    float: left;
    border: 1px solid #ececec;
    padding: 10px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    min-height: 191px; }
    @media (max-width: 1200px) {
      .membership_council_levels .council_item {
        min-height: 215px; } }
    @media (max-width: 640px) {
      .membership_council_levels .council_item {
        min-height: inherit; } }
    .membership_council_levels .council_item.first {
      background: #317780;
      color: #fff; }
      .membership_council_levels .council_item.first .c_description {
        opacity: 1; }
    .membership_council_levels .council_item:hover .c_description {
      opacity: 1; }
    @media (min-width: 991px) {
      .membership_council_levels .council_item:nth-child(3n) {
        margin-right: 0; } }
    @media (max-width: 990px) {
      .membership_council_levels .council_item:nth-child(even) {
        margin-right: 0; } }
    @media (max-width: 991px) {
      .membership_council_levels .council_item {
        width: 48%; } }
    @media (max-width: 640px) {
      .membership_council_levels .council_item {
        width: 100%;
        margin-right: 0; } }
    .membership_council_levels .council_item h3 {
      font-size: 22px;
      margin-bottom: 10px; }
    .membership_council_levels .council_item .c_amount {
      color: #000;
      font-size: 20px;
      font-weight: 600; }
    .membership_council_levels .council_item .desc {
      color: #828282;
      font-size: 16px;
      margin-bottom: 10px; }
    .membership_council_levels .council_item .btn {
      background: #317780;
      color: #fff;
      padding: 0px 20px;
      border-radius: 6px;
      margin-top: 15px;
      font-size: 12px; }
      .membership_council_levels .council_item .btn:hover {
        opacity: 0.8; }
    .membership_council_levels .council_item .c_description {
      position: absolute;
      top: 0;
      left: 0;
      color: #fff;
      padding: 10px;
      background: #317780;
      width: 100%;
      height: 100%;
      font-family: 'Yanone Kaffeesatz', sans-serif;
      font-size: 25px;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
           -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
      text-decoration: none;
      line-height: 30px; }

.membership_council_bottom {
  margin-top: 100px;
  font-family: 'UniversNW01-420CdRegula', sans-serif;
  color: #545454; }
  @media (max-width: 1000px) {
    .membership_council_bottom {
      margin-top: 50px; } }
  .membership_council_bottom p {
    margin-bottom: 20px; }
  .membership_council_bottom ul {
    padding: 0 24px;
    list-style: disc; }
    .membership_council_bottom ul li {
      list-style-type: disc;
      display: list-item;
      margin-bottom: 5px;
      -webkit-column-break-inside: avoid;
              break-inside: avoid; }
  .membership_council_bottom .benefits-list {
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 50px;
    overflow: auto;
    -webkit-column-count: 2;
            column-count: 2; }
    @media (max-width: 1000px) {
      .membership_council_bottom .benefits-list {
        -webkit-column-count: 1;
                column-count: 1; } }

.green_box_container {
  background: #317780;
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 20px;
  padding: 40px 100px 40px 40px;
  color: #fff;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .green_box_container {
      padding: 40px; } }
  .green_box_container a, .green_box_container p {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
    color: #fff; }

.founders_council_grid_container {
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 50px;
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 40px; }
  .founders_council_grid_container h3 {
    font-size: 25px; }
  .founders_council_grid_container .founders_council_grid_wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px; }
    .founders_council_grid_container .founders_council_grid_wrapper .council_item {
      font-family: 'Yanone Kaffeesatz', sans-serif;
      font-size: 36px;
      line-height: 40px;
      background: #f0f0f0;
      padding: 50px 30px;
      -ms-flex-preferred-size: 32.2%;
          flex-basis: 32.2%;
      min-height: 220px;
      color: #000;
      text-align: center;
      position: relative;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1200px) {
        .founders_council_grid_container .founders_council_grid_wrapper .council_item {
          -ms-flex-preferred-size: 31.9%;
              flex-basis: 31.9%; } }
      @media (max-width: 991px) {
        .founders_council_grid_container .founders_council_grid_wrapper .council_item {
          -ms-flex-preferred-size: 48.5%;
              flex-basis: 48.5%; } }
      @media (max-width: 640px) {
        .founders_council_grid_container .founders_council_grid_wrapper .council_item {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }

.council_list_container {
  margin-left: 24px;
  margin-right: 24px; }
  .council_list_container .council_list_wrapper {
    border-bottom: 2px solid #f0f0f0;
    padding: 40px 0 20px; }
    @media (max-width: 768px) {
      .council_list_container .council_list_wrapper {
        padding: 40px 0; } }
    .council_list_container .council_list_wrapper h3 {
      font-size: 25px;
      margin-bottom: 30px; }
    .council_list_container .council_list_wrapper .council_list_content {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .council_list_container .council_list_wrapper .council_list_content .lists p {
        font-size: 20px; }
        @media (max-width: 768px) {
          .council_list_container .council_list_wrapper .council_list_content .lists p {
            margin-bottom: 0; } }
      .council_list_container .council_list_wrapper .council_list_content .lists.half {
        width: 50%;
        padding-right: 50px; }
        @media (max-width: 768px) {
          .council_list_container .council_list_wrapper .council_list_content .lists.half {
            width: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            padding-right: 0; } }
      .council_list_container .council_list_wrapper .council_list_content .lists.full {
        width: 100%; }
      .council_list_container .council_list_wrapper .council_list_content .lists ul {
        margin-left: 0; }
        .council_list_container .council_list_wrapper .council_list_content .lists ul li {
          font-size: 20px;
          list-style-type: none;
          margin-bottom: 20px; }

.donors_page_content {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px; }

.donor_small_text {
  font-size: 15px;
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center; }

.teaching_guides_page_wrapper {
  max-width: 1250px;
  margin: 0 auto;
  padding: 40px 20px; }
  .teaching_guides_page_wrapper h1 {
    font-size: 58px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #317780;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    max-width: 60%; }
    @media (max-width: 768px) {
      .teaching_guides_page_wrapper h1 {
        max-width: 100%;
        font-size: 45px;
        line-height: 50px; } }
  .teaching_guides_page_wrapper h2 {
    font-size: 36px;
    line-height: 43px;
    color: #000000;
    border-bottom: 2px solid #E1E1E1;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    font-family: 'Yanone Kaffeesatz', sans-serif; }

.content_sidebar_wrapper .guides_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
  line-height: 28px;
  color: #545454;
  font-family: 'UniversNW01-420CdRegula', sans-serif; }
  .content_sidebar_wrapper .guides_content .column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .content_sidebar_wrapper .guides_content .column.hero_container {
      margin-right: auto;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .content_sidebar_wrapper .guides_content .column.hero_container {
          -ms-flex-preferred-size: 60%;
              flex-basis: 60%; } }
      .content_sidebar_wrapper .guides_content .column.hero_container .hero_content_wrapper {
        margin-bottom: 20px; }
        .content_sidebar_wrapper .guides_content .column.hero_container .hero_content_wrapper img {
          width: 100%;
          height: auto; }
      .content_sidebar_wrapper .guides_content .column.hero_container .entry-content {
        line-height: 28px; }
    .content_sidebar_wrapper .guides_content .column.guides_sidebar {
      position: relative; }
      @media (min-width: 768px) {
        .content_sidebar_wrapper .guides_content .column.guides_sidebar {
          -ms-flex-preferred-size: 32%;
              flex-basis: 32%;
          margin-left: auto; } }
      .content_sidebar_wrapper .guides_content .column.guides_sidebar .sticky_sidebar {
        z-index: 2;
        padding: 0 20px 30px;
        display: table; }
        @media (max-width: 768px) {
          .content_sidebar_wrapper .guides_content .column.guides_sidebar .sticky_sidebar {
            display: block;
            padding: 0; } }
        @media (min-width: 991px) {
          .content_sidebar_wrapper .guides_content .column.guides_sidebar .sticky_sidebar.active {
            position: fixed;
            top: 10px; } }
      .content_sidebar_wrapper .guides_content .column.guides_sidebar h3 {
        font-size: 24px;
        line-height: 29px;
        color: #000;
        border-bottom: 1px solid #707070;
        padding-bottom: 5px;
        font-family: 'Yanone Kaffeesatz', sans-serif; }
      .content_sidebar_wrapper .guides_content .column.guides_sidebar ul {
        padding: 15px 0 0; }
        .content_sidebar_wrapper .guides_content .column.guides_sidebar ul li {
          padding: 7px 10px 3px; }
          .content_sidebar_wrapper .guides_content .column.guides_sidebar ul li:hover {
            background: #F0F0F0; }
          .content_sidebar_wrapper .guides_content .column.guides_sidebar ul li a {
            color: #545454;
            font-size: 20px;
            line-height: 30px;
            font-weight: normal;
            text-decoration: none; }
      .content_sidebar_wrapper .guides_content .column.guides_sidebar .downloadable_resources {
        margin-top: 30px; }
        @media (max-width: 768px) {
          .content_sidebar_wrapper .guides_content .column.guides_sidebar .downloadable_resources {
            display: none; } }
        .content_sidebar_wrapper .guides_content .column.guides_sidebar .downloadable_resources .downloadable_button {
          display: block; }

.modules_wrapper {
  max-width: 60%; }
  @media (max-width: 991px) {
    .modules_wrapper {
      max-width: 100%; } }
  .modules_wrapper .learning_objectives ul {
    margin-left: 10px; }
    .modules_wrapper .learning_objectives ul li {
      position: relative; }
      .modules_wrapper .learning_objectives ul li:before {
        content: '';
        position: absolute;
        top: 4px;
        right: calc(100% + 5px);
        background: #317780;
        width: 5px;
        height: 15px; }
      .modules_wrapper .learning_objectives ul li::marker {
        display: none;
        color: #fff; }
      .modules_wrapper .learning_objectives ul li p {
        margin-bottom: 10px; }

.guide_question {
  margin-top: 50px; }
  .guide_question .masonry {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1em;
    column-gap: 1em;
    margin: 0;
    padding: 0;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
    margin-left: 0;
    margin-right: 0; }
    @media (max-width: 768px) {
      .guide_question .masonry {
        -webkit-column-count: 1;
        column-count: 1; } }
    .guide_question .masonry .c_item {
      display: block; }
    .guide_question .masonry .item {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #F8F8F8;
      padding: 1em;
      margin: 0 0 1.5em;
      width: 100%;
      -webkit-transition: 1s ease all;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      border: 2px solid #E8E8E8; }
      .guide_question .masonry .item p {
        font-size: 24px;
        line-height: 34px;
        margin: 0;
        color: #41777E; }
      .guide_question .masonry .item img {
        max-width: 100%; }

.champion_collections_model {
  margin-top: 50px; }
  .champion_collections_model .module_title {
    padding-bottom: 15px; }
    .champion_collections_model .module_title span.description {
      font-family: 'UniversNW01-420CdRegula', sans-serif;
      color: #545454;
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 0;
      display: block;
      margin-top: 10px; }
  .champion_collections_model .masonry {
    -webkit-columns: 3 200px;
            columns: 3 200px;
    -webkit-column-gap: 1.5rem;
            column-gap: 1.5rem; }
    .champion_collections_model .masonry a.c_item {
      display: block; }
      .champion_collections_model .masonry a.c_item .item {
        width: 150px;
        margin: 0 1rem 1rem 0;
        display: inline-block;
        width: 100%; }
        .champion_collections_model .masonry a.c_item .item img {
          width: 100%; }
        .champion_collections_model .masonry a.c_item .item .content_container {
          border: 1px solid #E1E1E1;
          padding: 15px;
          margin-top: -8px;
          border-top: none; }
          .champion_collections_model .masonry a.c_item .item .content_container .title {
            font-size: 16px;
            line-height: 22px;
            color: #3F4725;
            font-weight: bold;
            margin-bottom: 10px; }
          .champion_collections_model .masonry a.c_item .item .content_container p {
            font-size: 16px;
            line-height: 22px;
            margin: 0;
            color: #3F4725; }
          .champion_collections_model .masonry a.c_item .item .content_container img {
            max-width: 100%; }

.teaching_guides_accordions {
  margin-top: 150px; }
  @media (max-width: 991px) {
    .teaching_guides_accordions {
      margin-top: 50px; } }
  .teaching_guides_accordions .item:first-child .accordion_title {
    border-top: 2px solid #E1E1E1; }
  .teaching_guides_accordions .item.open .accordion_title:after {
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 22px; }
  .teaching_guides_accordions .item.open .accordion_more_content {
    opacity: 1;
    max-height: 3000px;
    height: auto;
    margin-top: 20px; }
  .teaching_guides_accordions .item .accordion_title {
    font-size: 22px;
    line-height: 26px;
    color: #000;
    border-bottom: 2px solid #E1E1E1;
    margin-bottom: 0;
    padding: 14px 0 9px;
    position: relative;
    cursor: pointer; }
    .teaching_guides_accordions .item .accordion_title:after {
      content: "";
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      width: 10px;
      height: 10px;
      border-bottom: 2px solid;
      border-right: 2px solid;
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      right: 5px;
      top: 17px;
      border-color: #317780; }
  .teaching_guides_accordions .item .accordion_more_content {
    opacity: 0;
    max-height: 0;
    height: 0;
    -webkit-transition: all 0.25s ease-out;
         -o-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
    overflow: hidden; }
    .teaching_guides_accordions .item .accordion_more_content p {
      -webkit-transition: opacity 2.5s;
           -o-transition: opacity 2.5s;
              transition: opacity 2.5s; }

.downloadable_resources {
  margin-top: 50px; }
  .downloadable_resources .downloadable_button {
    display: table;
    background: #41777E;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    padding: 8px 25px 3px;
    margin-bottom: 10px; }
    .downloadable_resources .downloadable_button:last-child {
      margin-bottom: 0; }

.related_resources {
  margin-top: 100px; }
  .related_resources a {
    text-decoration: none; }
  .related_resources .title_wrapper {
    overflow: hidden; }
    .related_resources .title_wrapper h2 {
      border: none;
      position: relative;
      margin-bottom: 20px;
      padding: 0 30px 0 0;
      display: table; }
      .related_resources .title_wrapper h2:after {
        content: '';
        position: absolute;
        background: #E1E1E1;
        width: 1920px;
        height: 2px;
        bottom: 10px;
        left: 100%; }
  .related_resources .related_resources_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    .related_resources .related_resources_list .related_resources_item {
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
      padding: 15px; }
      @media (max-width: 768px) {
        .related_resources .related_resources_list .related_resources_item {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; } }
      @media (max-width: 640px) {
        .related_resources .related_resources_list .related_resources_item {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }
      .related_resources .related_resources_list .related_resources_item h3 {
        font-family: 'Yanone Kaffeesatz', sans-serif;
        font-size: 24px;
        line-height: 26px;
        color: #000000;
        margin-top: 15px; }
      .related_resources .related_resources_list .related_resources_item .image_wrapper {
        width: 100%;
        height: 231px;
        -webkit-background-size: cover;
                background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 15px; }
      .related_resources .related_resources_list .related_resources_item .related_post_type {
        font-family: 'Yanone Kaffeesatz', sans-serif;
        color: #317780;
        font-size: 18px;
        line-height: 19px; }
      .related_resources .related_resources_list .related_resources_item .description {
        font-family: 'UniversNW01-420CdRegula', sans-serif;
        font-size: 18px;
        line-height: 24px;
        color: #545454;
        margin-top: 10px; }

.page-template-template-one-tulsa-landing .col-md-12 {
  padding-left: 0;
  padding-right: 0; }

.page-template-template-one-tulsa-landing .container {
  max-width: 100%; }

.page-template-template-one-tulsa-landing h1 {
  font-weight: 800;
  font-size: 50px;
  margin-bottom: 30px; }

.page-template-template-one-tulsa-landing .related_artwork_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.single-events #primary,
.single-artwork #primary {
  padding-left: 0;
  padding-right: 0; }

.single-events .breadcrumb-share-bar,
.single-artwork .breadcrumb-share-bar {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 0 0 0; }

.single-events .entry-content .row > .col-md-12,
.single-artwork .entry-content .row > .col-md-12 {
  padding-left: 0;
  padding-right: 0; }

.single-events .accordion_section,
.single-artwork .accordion_section {
  margin: 0 auto; }

.single-events .lhl-event-hero .lhl-component-inner,
.single-artwork .lhl-event-hero .lhl-component-inner {
  max-width: 1188px; }

.single-events .container,
.single-artwork .container {
  max-width: 100%; }
  .single-events .container .lhl_comp_width_full_width .event-grid-container,
  .single-artwork .container .lhl_comp_width_full_width .event-grid-container {
    max-width: 1188px;
    margin: 0 auto; }

.single-events .entry-title,
.single-events .entry-meta,
.single-events .gilcrease_hr,
.single-artwork .entry-title,
.single-artwork .entry-meta,
.single-artwork .gilcrease_hr {
  display: none; }

/* Helpers */
/* Helpers Index
----------------------------------------------- */
.container-lt-widescreen-no-pad {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 1140px) {
  .container-lt-widescreen-no-pad {
    padding-left: 15px;
    padding-right: 15px; } }

.gilcrease_hr {
  border-bottom: 1px solid #d7d7d7; }

.no-margin {
  margin-left: 0;
  margin-right: 0; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

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