@charset "UTF-8";
/* normalize-scss 3.0.1+normalize.3.0.1 | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Base
   ========================================================================== */
/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
html {
  font-size: 100%;
  line-height: 1.5em; }

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 */
[hidden] {
  display: none; }

/**
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.5em 40px; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em; }

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em; }

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em; }

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em; }

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 0; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1.5em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1.5em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
  /**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */ }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * @license
 * MyFonts Webfont Build ID 3170073, 2016-02-11T10:09:18-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: LifeBT-Roman by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/life/life/
 * Copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * Licensed pageviews: 10,000
 * 
 * Webfont: LifeBT-Italic by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/life/italic/
 * Copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * Licensed pageviews: 10,000
 * 
 * Webfont: LifeBT-Bold by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/life/bold/
 * Copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * Licensed pageviews: 10,000
 * 
 * Webfont: LifeBT-BoldItalic by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/life/bold-italic/
 * Copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * Licensed pageviews: 10,000
 * 
 * Webfont: AvenirNextLTPro-Medium by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir-next-pro/pro-medium/
 * Copyright: Copyright &#x00A9; 2004 - 2007 Linotype GmbH, www.linotype.com. All rights reserved. This font software may not be reproduced, modified, disclosed or transferred without the express written approval of Linotype GmbH. Avenir is a trademark of Linotype GmbH
 * Licensed pageviews: 250,000
 * 
 * Webfont: AvenirNextLTPro-Bold by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir-next-pro/pro-bold/
 * Copyright: Copyright &#x00A9; 2004 - 2007 Linotype GmbH, www.linotype.com. All rights reserved. This font software may not be reproduced, modified, disclosed or transferred without the express written approval of Linotype GmbH. Avenir is a trademark of Linotype GmbH
 * Licensed pageviews: 250,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3170073
 * 
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
b, strong {
  font-family: freight-text-pro, serif;
  font-weight: 700;
  font-style: normal;
  font-weight: bold !important; }

h2 {
  font-size: 1.6em;
  line-height: 1.125;
  margin: 0.8em 0; }

h3 {
  font-size: 1.2em;
  line-height: 1;
  margin: 1.25em 0; }

h4 {
  letter-spacing: 0.08em; }

h1, h3 {
  font-family: 'LifeBT-Bold', 'Times New Roman', Times, serif;
  font-weight: normal; }
  h1 em, h1 i, h3 em, h3 i {
    font-family: 'LifeBT-BoldItalic', 'Times New Roman', Times, serif;
    font-weight: normal;
    font-style: normal; }

h2, h4, h5, h6 {
  font-family: 'AvenirNextLTPro-Bold',Helvetica,Arial,sans-serif;
  font-weight: normal;
  text-transform: uppercase; }
  h2 strong, h2 b, h4 strong, h4 b, h5 strong, h5 b, h6 strong, h6 b {
    font-weight: normal;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 700;
    font-style: normal; }
  h2 em, h2 i, h4 em, h4 i, h5 em, h5 i, h6 em, h6 i {
    font-family: 'AvenirNextLTPro-Bold',Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-style: italic; }

h1 {
  font-size: 44px; }

h2 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.08em; }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 15px;
  margin: 1em 0; }

h5, h6 {
  font-size: 13px;
  line-height: 2.15;
  letter-spacing: 0.08em;
  margin: 1em 0; }
  .related-programs h5, .exh-works-wrap h5, .related-programs h6, .exh-works-wrap h6 {
    text-transform: uppercase;
    border-bottom: 1px solid #e9e9e9; }
  .exh-works-wrap h5, .exh-works-wrap h6 {
    color: #FDB913; }

h6 {
  text-transform: none; }

/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.hours-bar .hours-bar-text-right .gt,
.view-all a,
.text-button:after,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.hours-bar .hours-bar-text-right .gt, .view-all a, .text-button:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -.125em; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.hours-bar .hours-bar-text-right .fa-pull-left.gt,
.view-all a.fa-pull-left,
.fa-pull-left.text-button:after,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.hours-bar .hours-bar-text-right .fa-pull-right.gt,
.view-all a.fa-pull-right,
.fa-pull-right.text-button:after,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../sass/font-awesome/webfonts/fa-solid-900.eot");
  src: url("../sass/font-awesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../sass/font-awesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../sass/font-awesome/webfonts/fa-solid-900.woff") format("woff"), url("../sass/font-awesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../sass/font-awesome/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }
.fa,
.fas,
.hours-bar .hours-bar-text-right .gt,
.view-all a,
.text-button:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../sass/font-awesome/webfonts/fa-brands-400.eot");
  src: url("../sass/font-awesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../sass/font-awesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../sass/font-awesome/webfonts/fa-brands-400.woff") format("woff"), url("../sass/font-awesome/webfonts/fa-brands-400.ttf") format("truetype"), url("../sass/font-awesome/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
  font-family: 'Font Awesome 5 Brands'; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*,
*:after,
*:before {
  box-sizing: border-box; }

body {
  font-family: freight-text-pro, serif;
  font-weight: 400;
  font-style: normal;
  color: #363636;
  font-size: 20px;
  line-height: 1.4; }
  @media (max-width: 1024px) {
    body.menu-on {
      overflow: hidden; } }
  @media (max-width: 735px) {
    body {
      font-size: 24px; } }

ul {
  margin-top: 0;
  padding-left: 20px; }

img {
  max-width: 100%;
  height: auto; }

.sprite, .gt-inline:after, .gt-wrap a:after, .gt-abs:after, .menu-main-nav-container .sub-toggle span, .social-wrap ul li a span, .feat-refresh small, .audioplayer .audioplayer-playpause, .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav-link span, .event-list .upcoming-event-header .filter-toggle small {
  background: url(../img/sprite_0517.png) 0 0/150px 400px no-repeat;
  background-image: url(../img/sprite_0517.svg); }

.sprite-app {
  background: url(../img/MFA_App_sprite.png) 0 0/302px 44px no-repeat;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-indent: -6000px;
  border: none;
  height: 44px; }
  .no-touchevents .sprite-app:HOVER {
    border: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }
  .sprite-app.google-play {
    width: 149px;
    margin-bottom: 10px; }
  .sprite-app.iTunes {
    width: 153px;
    background-position: -150px 0;
    margin-bottom: 10px; }
  @media (max-width: 735px) {
    .sprite-app {
      display: block;
      vertical-align: initial; } }

.visuallyhidden, header h1#main-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.clearfix:after, .column-content.double-col:after, .audioplayer:after, #main:after {
  content: "";
  display: table;
  clear: both; }

.gt-inline:after, .gt-wrap a:after {
  content: "";
  width: 8px;
  height: 15px;
  background-position: -50px 0px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 4px;
  margin-top: -1px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4; }
  footer .gt-inline:after, footer .gt-wrap a:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    background-position: -90px 0px; }
.no-touchevents .gt-inline:HOVER:after, .touchevents .gt-inline:ACTIVE:after, .no-touchevents .gt-wrap a:HOVER:after, .touchevents .gt-wrap a:ACTIVE:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }
.no-touchevents footer .gt-inline:HOVER:after, .touchevents .gt-inline:ACTIVE:after, .no-touchevents footer .gt-wrap a:HOVER:after, .touchevents .gt-wrap a:ACTIVE:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4; }

.gt-abs {
  position: relative;
  padding-right: 14px; }
  .gt-abs:after {
    content: "";
    width: 8px;
    height: 15px;
    background-position: -50px 0px;
    position: absolute;
    top: 7px;
    right: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4; }
    .exh-star-wars .gt-abs:after {
      background-position: -90px 0px; }
  .no-touchevents .gt-abs:HOVER:after, .touchevents .gt-abs:ACTIVE:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

.btn-link, .column-content .btn-link {
  clear: both; }

h1 {
  font-family: titling-gothic-fb-compressed, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #1C1C1C;
  font-size: 36px;
  font-weight: 500;
  line-height: 49px;
  margin: 0.36em 0;
  text-transform: uppercase; }

h2 {
  font-family: titling-gothic-fb, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #8A8B8A;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: uppercase; }

h3 {
  font-family: titling-gothic-fb-compressed, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #1A1C1F;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.33px;
  line-height: 26px; }

h4 {
  font-family: titling-gothic-fb-compressed, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #1A1C1F;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 26px; }

h5 {
  color: #1C1C1C;
  font-family: titling-gothic-fb, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-transform: uppercase; }

h6 {
  font-family: titling-gothic-fb-compressed, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase; }

hr {
  border: 0;
  border-bottom: 1px solid #464646;
  margin: 1em 0; }
  .column-content hr {
    margin: 2em 0 1em; }
  .events-event-meta hr, .sidebar hr, .widget hr {
    margin: 1em 0; }

p {
  margin: 0.7em 0; }

a {
  text-decoration: none;
  color: inherit; }
  a.overlayLink, a.menu-button, .nav-wrap a, .gt-wrap a, .tag-list a, .obj-links a, .list-obj a, .single-event a, .tribe-mini-calendar a {
    border: none !important; }

.page .intro-text p span {
  font-family: 'freight-text-pro', serif !important;
  color: #1C1C1C !important; }
.page .column-content p {
  font-family: freight-text-pro, serif;
  font-weight: 400;
  font-style: normal;
  color: #1C1C1C;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px; }
  .page .column-content p a {
    font-weight: bold;
    text-decoration: underline; }
    .page .column-content p a:hover {
      color: #8A8B8A; }
.page .column-content small,
.page .column-content p small {
  font-size: 13px;
  line-height: 20px; }
.page .column-content ul:not(.levels),
.single .column-content ul:not(.levels){
  padding-left: 0;
  list-style: none; }
  .page .column-content ul:not(.levels) li,
  .single .column-content ul:not(.levels) li {
    font-family: freight-sans-pro, sans-serif;
    color: #1C1C1C;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    padding-left: 26px;
    margin-bottom: 5px; }
    .page .column-content ul:not(.levels) li div,
    .single .column-content ul:not(.levels) li div {
      display: inline; }
    .page .column-content ul:not(.levels) li:before,
    .single .column-content ul:not(.levels) li:before{
      content: "";
      width: 6px;
      height: 6px;
      background: #FDB913;
      position: absolute;
      left: 8px;
      top: 12px; }

.avenir, .gt-wrap, .btn-link, .wp-caption .wp-caption-text, span.emosiac-title, span.report-title, .footer-secondary, .audioplayer:BEFORE, .audioplayer .audioplayer-time, .star-wars-container, .tribe-mini-calendar-wrapper {
  font-family: titling-gothic-fb, sans-serif;
  font-weight: 400;
  font-style: normal; }

.overlayLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  border: none; }
  .no-touchevents .overlayLink:HOVER {
    border: none; }

@media (min-width: 1025px) {
  .footer-col-1 .footer-inner {
    padding-bottom: 100px !important; } }
.footer-col-1 img {
  max-width: 177px;
  height: auto; }

footer .widget {
  margin: 0.5em 0 2em; }
  footer .widget.openhours-wrap {
    margin-bottom: 1em; }
  footer .widget h5 {
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.88px;
    line-height: 17px;
    margin: 0 0 12px; }
  footer .widget p {
    font-family: freight-text-pro, serif;
    font-weight: 400;
    font-style: normal;
    color: #CECECE;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 18px; }

footer .address-wrap {
  margin: 0.5em 0 2em; }
  footer .address-wrap p {
    font-family: freight-text-pro, serif;
    font-weight: 400;
    font-style: normal;
    color: #CECECE;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 18px; }
  footer .address-wrap h5 {
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.88px;
    line-height: 17px;
    margin: 0 0 12px; }
  footer .address-wrap .address-directions-link a {
    font-family: freight-text-pro, serif;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    text-transform: none; }
    footer .address-wrap .address-directions-link a:hover {
      opacity: 0.4; }

.exhibitions-wrap .exh-inner {
  position: relative; }
  .exhibitions-wrap .exh-inner a {
    display: block; }
    .exhibitions-wrap .exh-inner a .exh-details {
      position: relative;
      display: block; }
      .exhibitions-wrap .exh-inner a .exh-details:before {
        content: '';
        position: absolute;
        left: 0;
        top: -26px;
        width: 0;
        height: 6px;
        background: #FDB913;
        transition: .15s ease-out width; }
    .exhibitions-wrap .exh-inner a:hover span {
      text-decoration: none; }
    .exhibitions-wrap .exh-inner a:hover .exh-details:before {
      width: 100%; }

.homepage-contents h3 {
  font-family: titling-gothic-fb-compressed, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1.07px;
  line-height: 38px;
  color: #1A1C1F;
  margin: 20px 20px 2px; }
  .homepage-contents h3 span {
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #8A8B8A;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 4px;
    padding-right: 10px;
    letter-spacing: 0;
    max-width: 678px; }
  @media (min-width: 1025px) {
    .homepage-contents h3 {
      margin-left: 0;
      margin-right: 0; } }
.homepage-contents .item-inner .exh-info {
  position: relative; }
  .homepage-contents .item-inner .exh-info a {
    display: block; }
    .homepage-contents .item-inner .exh-info a .exh-details {
      position: relative;
      display: block; }
      .homepage-contents .item-inner .exh-info a .exh-details:before {
        content: '';
        position: absolute;
        left: 0;
        top: -26px;
        width: 0;
        height: 6px;
        background: #FDB913;
        transition: .15s ease-out width; }
    .homepage-contents .item-inner .exh-info a:hover span {
      text-decoration: none; }
    .homepage-contents .item-inner .exh-info a:hover .exh-details:before {
      width: 100%; }
  .homepage-contents .item-inner .exh-info .text-button {
    position: absolute;
    right: 34px; }
    @media (min-width: 735px) {
      .homepage-contents .item-inner .exh-info .text-button {
        right: 14px;
        bottom: 85px; } }
.homepage-contents .item-inner .mfa-collection {
  position: relative; }
  @media (min-width: 1025px) {
    .homepage-contents .item-inner .mfa-collection {
      background-size: cover !important; } }
  .homepage-contents .item-inner .mfa-collection h3 {
    position: absolute;
    left: 23px;
    top: 23px;
    color: #fff;
    font-size: 54px;
    font-weight: 500;
    letter-spacing: 2.25px;
    line-height: 54px;
    margin-top: 0;
    margin-left: 0; }
  .homepage-contents .item-inner .mfa-collection .button, .homepage-contents .item-inner .mfa-collection .btn-link a, .btn-link .homepage-contents .item-inner .mfa-collection a {
    position: absolute;
    left: 23px;
    bottom: 23px;
    border: 1px solid transparent;
    transition: .2s ease-out all; }
    .homepage-contents .item-inner .mfa-collection .button:hover, .homepage-contents .item-inner .mfa-collection .btn-link a:hover, .btn-link .homepage-contents .item-inner .mfa-collection a:hover {
      color: #fff;
      background-color: transparent;
      border-color: #FDB913; }
.homepage-contents .featured-event {
  margin-bottom: 40px; }
  @media (min-width: 1025px) {
    .homepage-contents .featured-event {
      float: left;
      margin-right: 14px;
      width: calc((100% - 28px) / 3);
      margin-bottom: 0; }
      .homepage-contents .featured-event:nth-child(3n+4) {
        margin-right: 0; } }
  .homepage-contents .featured-event h4 {
    font-family: freight-text-pro, serif;
    font-weight: 700;
    font-style: normal;
    color: #1A1C1F;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    text-transform: none;
    margin: 15px 0;
    padding-right: 20px;
    letter-spacing: 0;
    transition: .2s ease-out color; }
  .homepage-contents .featured-event a:hover h4 {
    color: #8A8B8A; }
  .homepage-contents .featured-event .event-time {
    display: inline-block;
    color: #1A1C1F;
    font-family: freight-text-pro, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    padding-right: 20px; }
  @media (max-width: 1024px) {
    .homepage-contents .featured-event h4,
    .homepage-contents .featured-event .event-time {
      margin: 0 25px; } }
  @media (max-width: 500px) {
    .homepage-contents .featured-event h4 {
      margin-top: 10px; } }
.homepage-contents .become-item {
  text-align: center; }
  .homepage-contents .become-item p {
    text-align: left; }
  .homepage-contents .become-item img {
    width: 100%;
    height: auto; }
  .homepage-contents .become-item .button, .homepage-contents .become-item .btn-link a, .btn-link .homepage-contents .become-item a {
    margin: 5px 0 11px; }
.homepage-contents .calendar-item .item-inner h3 {
  margin-top: 0;
  margin-bottom: 10px; }
.homepage-contents .calendar-item .item-inner .text-button {
  position: absolute;
  top: 10px;
  right: 20px; }
.homepage-contents .calendar-item .events-list {
  margin: 0;
  padding: 13px 14px;
  list-style: none;
  background-color: #F3F3F3; }
  .homepage-contents .calendar-item .events-list li a {
    display: block;
    padding: 15px;
    background-color: transparent;
    transition: .15s ease-out background-color; }
    .homepage-contents .calendar-item .events-list li a:hover {
      background: #E9E8E7; }
      .homepage-contents .calendar-item .events-list li a:hover h4 {
        color: #8A8B8A; }
  .homepage-contents .calendar-item .events-list li.tribe-event-featured a {
    background: #fff; }
  .homepage-contents .calendar-item .events-list li .date {
    display: inline-block;
    color: #242524;
    font-family: titling-gothic-fb-compressed, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 20.4px;
    font-weight: 500;
    letter-spacing: 0.85px;
    line-height: 24px;
    width: 35px;
    height: 35px;
    text-align: center;
    background: #FDB913;
    margin-right: 13px;
    padding-top: 5px;
    vertical-align: top; }
  .homepage-contents .calendar-item .events-list li .day-of-the-week {
    display: inline-block;
    color: #8A8B8A;
    font-family: titling-gothic-fb-compressed, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 25.5px;
    font-weight: 500;
    letter-spacing: 1.06px;
    line-height: 30px;
    text-transform: uppercase;
    padding-top: 4px; }
  .homepage-contents .calendar-item .events-list li h4 {
    color: #1A1C1F;
    font-family: freight-text-pro, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0;
    text-transform: none;
    margin: 10px 0 5px;
    transition: .15s ease-out color; }
  .homepage-contents .calendar-item .events-list li .event-time {
    color: #1A1C1F;
    font-family: freight-text-pro, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px; }

header, .nav-wrap {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .menu-on header, .menu-on .nav-wrap {
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important; }

header {
  position: fixed;
  top: 115px;
  left: 0;
  z-index: 10; }
  header a.overlayLink {
    text-indent: -9999px; }
  header .sprite.mfa-logo, header .mfa-logo.gt-inline:after, header .gt-wrap a.mfa-logo:after, .gt-wrap header a.mfa-logo:after, header .mfa-logo.gt-abs:after, header .menu-main-nav-container .sub-toggle span.mfa-logo, .menu-main-nav-container .sub-toggle header span.mfa-logo, header .social-wrap ul li a span.mfa-logo, .social-wrap ul li a header span.mfa-logo, header .feat-refresh small.mfa-logo, .feat-refresh header small.mfa-logo, header .audioplayer .mfa-logo.audioplayer-playpause, .audioplayer header .mfa-logo.audioplayer-playpause, header .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav-link span.mfa-logo, .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav-link header span.mfa-logo, header .event-list .upcoming-event-header .filter-toggle small.mfa-logo, .event-list .upcoming-event-header .filter-toggle header small.mfa-logo {
    display: block;
    width: 275px;
    height: 175px;
    background: url("../img/MFA-primary.svg") no-repeat center center;
    background-size: 191px 175px; }
  .admin-bar header {
    top: 147px; }
    @media screen and (max-width: 782px) {
      .admin-bar header {
        top: 46px; } }
  .admin-bar header.fixedScroll {
    top: 32px; }
    @media screen and (max-width: 782px) {
      .admin-bar header.fixedScroll {
        top: 46px; } }
    @media screen and (min-width: 1025px) {
      .admin-bar header.fixedScroll {
        top: 147px; } }

.nav-wrap {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 9; }
  @media (max-width: 1024px) {
    .nav-wrap {
      -moz-transform: translateX(100%) !important;
      -ms-transform: translateX(100%) !important;
      -webkit-transform: translateX(100%) !important;
      transform: translateX(100%) !important; } }
  .menu-on .nav-wrap {
    -moz-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px); }

.top-bar {
  padding: 8px 20px 10px;
  background-color: #FDB913;
  margin-top: 90px;
  font-size: 14px;
  line-height: 19px; }
  @media (min-width: 1025px) {
    .top-bar {
      text-align: center; } }
  .top-bar span {
    font-family: freight-text-pro, serif;
    font-weight: 700;
    font-style: normal;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px; }
  .top-bar a {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .top-bar a span {
      text-decoration: underline; }
    .top-bar a:hover span {
      text-decoration: none; }
  @media (min-width: 1025px) {
    .top-bar {
      margin-top: 0;
      background-color: #1A1C1F;
      padding: 22px 0; }
      .top-bar span {
        color: #FDB913;
        font-size: 18px;
        line-height: 23px; } }

.hours-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000;
  padding: 10px 0;
  margin-top: 90px; }
  .hours-bar div {
    display: inline; }
  @media (min-width: 1025px) {
    .hours-bar {
      display: none; } }
  .top-bar + .hours-bar {
    margin-top: 0; }
  .admin-bar .top-bar + .hours-bar {
    margin-top: 76px; }
  .hours-bar .hours-bar-text-left,
  .hours-bar .hours-bar-text-right {
    padding: 0 20px;
    color: #fff;
    font-weight: bold;
    font-size: 14px; }
  .hours-bar .hours-bar-text-left {
    width: 60%; }
  .hours-bar .hours-bar-text-right {
    text-align: right;
    width: 40%; }
  @media (max-width: 350px) {
    .hours-bar .hours-bar-text-left,
    .hours-bar .hours-bar-text-right {
      width: 50%; }
      .hours-bar .hours-bar-text-left > a[href="#hours"],
      .hours-bar .hours-bar-text-right > a[href="#hours"] {
        display: none; } }
  .hours-bar .hours-bar-text-right .gt {
    margin-left: 5px;
    color: #8A8B8A; }
    .hours-bar .hours-bar-text-right .gt:after {
      content: "\f054"; }
  .hours-bar .event-today-title.event-title-1,
  .hours-bar .single-event,
  .hours-bar .border-top {
    display: none; }

@media (max-width: 735px) {
  .top-bar,
  .hours-bar {
    position: fixed;
    width: 100%;
    top: 90px;
    z-index: 99; }

  .top-bar {
    margin-top: 39px; }

  #main {
    padding-top: 166px !important; } }
@media (min-width: 1025px) {
  header {
    position: absolute; }

  .nav-wrap {
    position: absolute;
    width: 275px;
    height: 100%; } }
@media (max-width: 1024px) {
  header {
    width: 100%;
    height: 90px;
    top: 0; }
    header.fixedScroll {
      background: #fff; }
    header .sprite.mfa-logo, header .mfa-logo.gt-inline:after, header .gt-wrap a.mfa-logo:after, .gt-wrap header a.mfa-logo:after, header .mfa-logo.gt-abs:after, header .menu-main-nav-container .sub-toggle span.mfa-logo, .menu-main-nav-container .sub-toggle header span.mfa-logo, header .social-wrap ul li a span.mfa-logo, .social-wrap ul li a header span.mfa-logo, header .feat-refresh small.mfa-logo, .feat-refresh header small.mfa-logo, header .audioplayer .mfa-logo.audioplayer-playpause, .audioplayer header .mfa-logo.audioplayer-playpause, header .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav-link span.mfa-logo, .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav-link header span.mfa-logo, header .event-list .upcoming-event-header .filter-toggle small.mfa-logo, .event-list .upcoming-event-header .filter-toggle header small.mfa-logo {
      width: 250px;
      height: 44px;
      background: url("../img/MFA_horizontal.svg") no-repeat center center;
      background-size: cover;
      margin: 25px; }
    header .overlayLink {
      width: 250px; }

  .nav-wrap {
    left: auto;
    right: 0;
    width: 392px;
    height: 100%;
    overflow: auto;
    background: white;
    -moz-transform: translateX(392px);
    -ms-transform: translateX(392px);
    -webkit-transform: translateX(392px);
    transform: translateX(392px);
    -moz-box-shadow: -1px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -1px 0px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 0px 4px 0px rgba(0, 0, 0, 0.1);
    -webkit-overflow-scrolling: touch; } }
@media (max-width: 350px) {
  header .sprite.mfa-logo, header .mfa-logo.gt-inline:after, header .gt-wrap a.mfa-logo:after, .gt-wrap header a.mfa-logo:after, header .mfa-logo.gt-abs:after, header .menu-main-nav-container .sub-toggle span.mfa-logo, .menu-main-nav-container .sub-toggle header span.mfa-logo, header .social-wrap ul li a span.mfa-logo, .social-wrap ul li a header span.mfa-logo, header .feat-refresh small.mfa-logo, .feat-refresh header small.mfa-logo, header .audioplayer .mfa-logo.audioplayer-playpause, .audioplayer header .mfa-logo.audioplayer-playpause, header .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav-link span.mfa-logo, .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav-link header span.mfa-logo, header .event-list .upcoming-event-header .filter-toggle small.mfa-logo, .event-list .upcoming-event-header .filter-toggle header small.mfa-logo {
    width: 220px;
    height: 39px; } }
@media (max-width: 735px) {
  header {
    position: fixed;
    top: 0; }

  .nav-wrap {
    width: 100%;
    -moz-transform: translateX(100%) !important;
    -ms-transform: translateX(100%) !important;
    -webkit-transform: translateX(100%) !important;
    transform: translateX(100%) !important; } }
.menu-button {
  position: fixed;
  top: 22px;
  right: 15px;
  z-index: 11;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 0.5em;
  background-color: #ffffff;
  border: none; }
  .admin-bar .menu-button {
    top: 42px; }
    @media screen and (max-width: 782px) {
      .admin-bar .menu-button {
        top: 70px; } }
  .no-touchevents .menu-button:HOVER {
    border: none; }
  @media (max-width: 1024px) {
    .menu-button {
      display: block;
      background-color: transparent;
      /* &:before {
      	content:"MENU";
      	color:white;
      	position:absolute;
      	top:2px;
      	right:100%;
      	@include avenir;
      	font-size:14px;
      	letter-spacing:0.08em;
      	line-height:30px;
      	width:54px;
      	text-align:center;
      } */
      /* .menu-on &:before {
      	content:"CLOSE";
      } */ } }
  @media (max-width: 735px) {
    .menu-button {
      position: fixed; } }

.burger-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .burger-icon, .burger-icon::before, .burger-icon::after {
    display: block;
    width: 25px;
    height: 4px;
    background-color: #000;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .burger-icon::before, .burger-icon::after {
    position: absolute;
    content: ""; }
  .burger-icon::before {
    top: -7px; }
  .burger-icon::after {
    top: 7px; }

.menu-on .menu-button .burger-icon {
  background-color: transparent; }
.menu-on .menu-button .burger-icon::before {
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg); }
.menu-on .menu-button .burger-icon::after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg); }

.menu-main-nav-container {
  padding: 0;
  font-size: 0.9em;
  line-height: 1.88;
  letter-spacing: 0.08em;
  margin-top: 315px; }
  .admin-bar .menu-main-nav-container {
    margin-top: 340px; }
  .menu-main-nav-container ul {
    margin: 0;
    padding: 12px 0 14px;
    list-style: none;
    position: relative; }
    .menu-main-nav-container ul li {
      padding: 0 25px; }
      .menu-main-nav-container ul li:last-child {
        margin-bottom: 0; }
      @media (min-width: 1025px) {
        .menu-main-nav-container ul li {
          padding: 12.5px 45px;
          margin-bottom: 0; } }
    .menu-main-nav-container ul ul.sub-menu {
      display: none;
      font-size: 14px;
      padding: 0 0 5px 1em;
      letter-spacing: 0;
      line-height: 1.5; }
      .menu-main-nav-container ul ul.sub-menu li {
        padding: 0; }
      @media (max-width: 1025px) {
        .menu-main-nav-container ul ul.sub-menu {
          padding: 20px 0 0; }
          .menu-main-nav-container ul ul.sub-menu li {
            margin-bottom: 10px; }
            .menu-main-nav-container ul ul.sub-menu li a {
              font-family: titling-gothic-fb-compressed, sans-serif;
              font-weight: normal;
              font-style: normal;
              text-transform: uppercase;
              font-weight: normal;
              color: #1A1C1F; }
          .menu-main-nav-container ul ul.sub-menu .sub-menu {
            padding-top: 10px;
            padding-left: 1em; }
            .menu-main-nav-container ul ul.sub-menu .sub-menu li a {
              font-family: freight-text-pro, serif;
              font-weight: 400;
              font-style: normal;
              color: #8A8B8A;
              text-transform: none; } }
      .menu-main-nav-container ul ul.sub-menu a {
        font-family: freight-text-pro, serif;
        font-weight: 400;
        font-style: normal;
        text-transform: none;
        padding: 0.15em 0;
        color: #BFBFBF;
        font-size: 16px;
        font-weight: bold;
        line-height: 18px; }
        .no-touchevents .menu-main-nav-container ul ul.sub-menu a:HOVER {
          color: #FDB913; }
          .no-touchevents .menu-main-nav-container ul ul.sub-menu a:HOVER:before {
            color: #363636; }
      .menu-main-nav-container ul ul.sub-menu ul.sub-menu a {
        text-indent: 0; }
    @media (min-width: 1025px) {
      .menu-main-nav-container ul .subhover:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 100%; }
      .menu-main-nav-container ul .subhover a:first-of-type {
        position: relative;
        color: #8A8B8A; }
        .menu-main-nav-container ul .subhover a:first-of-type:after {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          right: -45px;
          top: -1px;
          border-top: 16px solid transparent;
          border-bottom: 16px solid transparent;
          border-right: 16px solid #1A1C1F; }
      .menu-main-nav-container ul .subhover ul.sub-menu {
        display: block;
        padding: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 100%;
        background-color: #1A1C1F; }
        .menu-main-nav-container ul .subhover ul.sub-menu li {
          padding: 0 24px;
          margin: 12px 0; }
          .menu-main-nav-container ul .subhover ul.sub-menu li a {
            font-family: titling-gothic-fb-compressed, sans-serif;
            font-weight: normal;
            font-style: normal;
            text-transform: uppercase;
            color: #FFFFFF;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 1px;
            line-height: 19px; }
            .menu-main-nav-container ul .subhover ul.sub-menu li a:after {
              display: none; }
          .menu-main-nav-container ul .subhover ul.sub-menu li:first-of-type {
            margin-top: 24px; }
          .menu-main-nav-container ul .subhover ul.sub-menu li:last-of-type {
            margin-bottom: 20px; }
        .menu-main-nav-container ul .subhover ul.sub-menu ul.sub-menu {
          position: relative;
          top: auto;
          left: auto;
          border-bottom: 0;
          width: auto;
          height: auto; }
          .menu-main-nav-container ul .subhover ul.sub-menu ul.sub-menu li {
            padding: 0 18px;
            margin: 6px 0; }
            .menu-main-nav-container ul .subhover ul.sub-menu ul.sub-menu li a {
              font-family: freight-text-pro, serif;
              font-weight: 400;
              font-style: normal;
              color: #BFBFBF;
              font-size: 14px;
              font-weight: bold;
              line-height: 18px;
              text-transform: none;
              position: relative; }
              .menu-main-nav-container ul .subhover ul.sub-menu ul.sub-menu li a:before {
                display: block;
                content: '\2013';
                position: absolute;
                left: -12px; }
              .menu-main-nav-container ul .subhover ul.sub-menu ul.sub-menu li a:hover, .menu-main-nav-container ul .subhover ul.sub-menu ul.sub-menu li a:hover:before {
                color: #FDB913; }
            .menu-main-nav-container ul .subhover ul.sub-menu ul.sub-menu li:first-of-type {
              margin-top: 4px; }
            .menu-main-nav-container ul .subhover ul.sub-menu ul.sub-menu li:last-of-type {
              margin-bottom: 10px; } }
  .menu-main-nav-container li.current-menu-item a,
  .menu-main-nav-container ul.sub-menu li.current-menu-item > a,
  .menu-main-nav-container li.current-menu-ancestor a, .tribe-events-day .menu-main-nav-container .menu-item-51 a, .category .menu-main-nav-container .menu-item-50 a, .tag .menu-main-nav-container .menu-item-50 a, .page-the-photographic-collection .menu-main-nav-container .menu-item-50 a {
    color: #FDB913; }
    .menu-main-nav-container li.current-menu-item a:before,
    .menu-main-nav-container ul.sub-menu li.current-menu-item > a:before,
    .menu-main-nav-container li.current-menu-ancestor a:before, .tribe-events-day .menu-main-nav-container .menu-item-51 a:before, .category .menu-main-nav-container .menu-item-50 a:before, .tag .menu-main-nav-container .menu-item-50 a:before, .page-the-photographic-collection .menu-main-nav-container .menu-item-50 a:before {
      color: #FDB913; }
  .page-rental-information-request .menu-main-nav-container .menu-item-632 a, .tribe-events-day .menu-main-nav-container .menu-item-51 a, .events-category .menu-main-nav-container .menu-item-51 a, .single-tribe_events .menu-main-nav-container .menu-item-51 a, .category .menu-main-nav-container .menu-item-50 a, .tag .menu-main-nav-container .menu-item-50 a, .page-the-photographic-collection .menu-main-nav-container .menu-item-50 a, .single-obj .menu-main-nav-container .menu-item-50 a {
    color: #FDB913 !important; }
    .page-rental-information-request .menu-main-nav-container .menu-item-632 a:before, .tribe-events-day .menu-main-nav-container .menu-item-51 a:before, .events-category .menu-main-nav-container .menu-item-51 a:before, .single-tribe_events .menu-main-nav-container .menu-item-51 a:before, .category .menu-main-nav-container .menu-item-50 a:before, .tag .menu-main-nav-container .menu-item-50 a:before, .page-the-photographic-collection .menu-main-nav-container .menu-item-50 a:before, .single-obj .menu-main-nav-container .menu-item-50 a:before {
      color: #FDB913 !important; }
  .menu-main-nav-container a {
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    color: #1A1C1F;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 24px;
    transition: .1s ease-out color; }
    @media (max-width: 735px) {
      .menu-main-nav-container a {
        font-size: 22px; } }
  .menu-main-nav-container ul.sub-menu a {
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 400;
    font-style: normal; }
  .menu-main-nav-container .sub-toggle {
    position: absolute;
    top: -2px;
    left: 12px;
    width: 36px;
    height: 36px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
    display: none; }
    .menu-main-nav-container .sub-toggle span {
      display: block;
      height: 100%;
      background-position: -114px 0;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
      opacity: 0.4;
      cursor: pointer; }
    .no-touchevents .menu-main-nav-container .sub-toggle:HOVER, .touchevents .menu-main-nav-container .sub-toggle:ACTIVE {
      border-color: #9a9a97; }
      .no-touchevents .menu-main-nav-container .sub-toggle:HOVER span, .touchevents .menu-main-nav-container .sub-toggle:ACTIVE span {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1; }
  @media (max-width: 1024px) {
    .menu-main-nav-container {
      margin-top: 90px; }
      .admin-bar .menu-main-nav-container {
        margin-top: 112px; }
      .menu-main-nav-container .sub-menu .sub-toggle {
        display: none; }
      .menu-main-nav-container .menu-item-has-children {
        position: relative;
        margin: 20px 0; }
      .menu-main-nav-container .sub-on ul.sub-menu {
        display: block; }
      .menu-main-nav-container .sub-on .sub-toggle span {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        background-position: -114px -35px;
        -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1); }
      .no-touchevents .menu-main-nav-container .sub-on .sub-toggle:HOVER, .touchevents .menu-main-nav-container .sub-on .sub-toggle:ACTIVE {
        border-color: #FDB913; }
        .no-touchevents .menu-main-nav-container .sub-on .sub-toggle:HOVER span, .touchevents .menu-main-nav-container .sub-on .sub-toggle:ACTIVE span {
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1; } }
  @media screen and (max-width: 782px) {
    .admin-bar .menu-main-nav-container {
      margin-top: 126px; } }
  @media (max-width: 735px) {
    .menu-main-nav-container {
      margin-top: 160px; }
      .menu-main-nav-container li.menu-item-has-children li.menu-item-has-children {
        margin: 0px; } }

@media (max-width: 1024px) {
  .tablet-nav-close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    display: none; }
    .menu-on .tablet-nav-close {
      display: block; } }
.menu-secondary-nav-container {
  font-size: 0.6em;
  line-height: 2.25;
  letter-spacing: 0.07em;
  padding: 0px 25px 25px; }
  @media (min-width: 1025px) {
    .menu-secondary-nav-container {
      padding-left: 45px;
      padding-right: 45px; } }
  .menu-secondary-nav-container ul {
    border-top: 6px solid #FDB913;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 25px; }
  .menu-secondary-nav-container li {
    margin-bottom: 12px; }
    .menu-secondary-nav-container li:last-child {
      margin-bottom: 0; }
  .menu-secondary-nav-container a {
    color: inherit;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    font-family: titling-gothic-fb-compressed, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.68px;
    transition: .15s ease-out color; }
    .menu-secondary-nav-container a:hover {
      color: #8A8B8A; }
  .exh-star-wars .menu-secondary-nav-container {
    border-color: #e9e9e9; }

.nav-today {
  font-size: 0.65em; }
  .nav-today hr {
    border: 3px solid #FDB913;
    margin: 0 0 25px; }
  .nav-today .event-list-inner {
    padding: 0 25px 25px; }
    @media (min-width: 1025px) {
      .nav-today .event-list-inner {
        padding-left: 45px;
        padding-right: 45px; } }
  .nav-today .hours-info a {
    border: none; }
    .no-touchevents .nav-today .hours-info a:HOVER {
      border: none; }
  .nav-today .single-event, .nav-today .hours-info {
    margin-top: 0.8em; }
  .home .nav-today .docent {
    display: none; }
  .nav-today h2 {
    font-size: 13px;
    line-height: 2.15;
    letter-spacing: 0.08em; }
  .nav-today h2, .nav-today h5 {
    margin: 0;
    font-family: titling-gothic-fb-compressed, sans-serif;
    color: #1A1C1F;
    font-size: 20px;
    letter-spacing: 0.75px;
    line-height: 24px;
    font-weight: normal; }
  .nav-today h5 .fas, .nav-today h5 .hours-bar .hours-bar-text-right .gt, .hours-bar .hours-bar-text-right .nav-today h5 .gt, .nav-today h5 .view-all a, .view-all .nav-today h5 a, .nav-today h5 .text-button:after {
    font-size: 14px;
    color: #8A8B8A;
    margin-left: 5px;
    vertical-align: middle;
    transition: .15s ease-out all; }
  .nav-today h5 a {
    vertical-align: middle; }
    .nav-today h5 a:hover .fas, .nav-today h5 a:hover .hours-bar .hours-bar-text-right .gt, .hours-bar .hours-bar-text-right .nav-today h5 a:hover .gt, .nav-today h5 a:hover .view-all a, .view-all .nav-today h5 a:hover a, .nav-today h5 a:hover .text-button:after {
      color: #FDB913;
      margin-left: 9px; }
  .nav-today .hours-info,
  .nav-today .single-event {
    font-family: freight-text-pro, serif;
    font-weight: 400;
    font-style: normal;
    color: #1A1C1F;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px; }

.event-title-1 {
  display: block; }
  .hoveredToday .event-title-1 {
    display: none; }

.event-title-2 {
  display: none; }
  .event-title-2 img {
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  .hoveredToday .event-title-2 {
    display: block; }

.social-wrap {
  padding: 0 25px; }
  @media (min-width: 1025px) {
    .social-wrap {
      padding: 0 45px; } }
  .exh-star-wars .social-wrap {
    border-color: #e9e9e9; }
  .social-wrap ul {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    clear: both;
    border-top: 6px solid #FDB913;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .social-wrap ul li {
      display: inline-block; }
      .social-wrap ul li a {
        padding: 5px 5px 5px 0;
        display: block;
        transition: .15s ease-out color; }
        .social-wrap ul li a span {
          width: 25px;
          height: 25px;
          display: block; }
        .social-wrap ul li a:hover {
          color: #8A8B8A; }
      .social-wrap ul li.fb a span {
        background-position: 0 -200px; }
        .exh-star-wars .social-wrap ul li.fb a span {
          background-position: 0 -175px; }
      .no-touchevents .social-wrap ul li.fb a:HOVER span, .touchevents .social-wrap ul li.fb a:ACTIVE span {
        background-position: 0 -225px; }
      .social-wrap ul li.tw a span {
        background-position: -25px -200px; }
        .exh-star-wars .social-wrap ul li.tw a span {
          background-position: -25px -175px; }
      .no-touchevents .social-wrap ul li.tw a:HOVER span, .touchevents .social-wrap ul li.tw a:ACTIVE span {
        background-position: -25px -225px; }
      .social-wrap ul li.ig a span {
        background-position: -50px -200px; }
        .exh-star-wars .social-wrap ul li.ig a span {
          background-position: -50px -176px; }
      .no-touchevents .social-wrap ul li.ig a:HOVER span, .touchevents .social-wrap ul li.ig a:ACTIVE span {
        background-position: -50px -225px; }
      .social-wrap ul li.yt a span {
        background-position: -100px -200px; }
        .exh-star-wars .social-wrap ul li.yt a span {
          background-position: -100px -175px; }
      .no-touchevents .social-wrap ul li.yt a:HOVER span, .touchevents .social-wrap ul li.yt a:ACTIVE span {
        background-position: -100px -225px; }
      .social-wrap ul li.ye a span {
        background-position: -125px -200px; }
        .exh-star-wars .social-wrap ul li.ye a span {
          background-position: -125px -175px; }
      .no-touchevents .social-wrap ul li.ye a:HOVER span, .touchevents .social-wrap ul li.ye a:ACTIVE span {
        background-position: -125px -225px; }
  .social-wrap .newsletter-signup {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 0.65em;
    line-height: 1;
    text-decoration: none;
    color: inherit; }
    .exh-star-wars .social-wrap .newsletter-signup {
      color: white; }

.content-text, .column-content, .callouts-wrap {
  padding: 0 80px 0 0px; }
  .single-tribe_events .content-text, .single-tribe_events .column-content, .single-tribe_events .callouts-wrap, .events-list .content-text, .events-list .column-content, .events-list .callouts-wrap {
    padding: 0; }
  .content-text p, .column-content p, .callouts-wrap p {
    font-size: 0.9em; }
  .content-text iframe, .column-content iframe, .callouts-wrap iframe {
    max-width: 100%; }
  .content-text h1 a, .column-content h1 a, .callouts-wrap h1 a {
    color: inherit;
    border: none;
    display: inline;
    border-bottom: 2px solid #fff8e7;
    -moz-box-shadow: inset 0 -3px 0 #fff8e7;
    -webkit-box-shadow: inset 0 -3px 0 #fff8e7;
    box-shadow: inset 0 -3px 0 #fff8e7; }
    .no-touchevents .content-text h1 a:HOVER, .no-touchevents .column-content h1 a:HOVER, .no-touchevents .callouts-wrap h1 a:HOVER {
      border-bottom: 2px solid #FDB913;
      -moz-box-shadow: inset 0 -3px 0 #FDB913;
      -webkit-box-shadow: inset 0 -3px 0 #FDB913;
      box-shadow: inset 0 -3px 0 #FDB913; }

.wp-caption.alignleft {
  float: left;
  margin: 30px 2em 1.5em 0;
  border-bottom: 5px solid black; }
  .events-single .wp-caption.alignleft {
    margin-top: 0; }
.wp-caption .wp-caption-text {
  font-size: 13px; }
.wp-caption + h4 {
  margin-top: 40px; }
.wp-caption img {
  width: 100%; }
@media (max-width: 735px) {
  .wp-caption.alignleft {
    margin: 30px 15px 15px 0; } }

.intro-text.annual-report {
  padding-bottom: 0px; }

.intro-text {
  padding-bottom: 30px; }
  .intro-text p {
    font-size: 0.9em; }
  .intro-text h1 {
    font-size: 1.70em;
    line-height: 1.28;
    margin: 0.76em 0 0.6em; }
  .page-mfa-store .intro-text, .page-the-photographic-collection .intro-text {
    margin: 0;
    max-width: none; }
    .page-mfa-store .intro-text:after, .page-the-photographic-collection .intro-text:after {
      content: "";
      display: table;
      clear: both; }
    .page-mfa-store .intro-text h5, .page-the-photographic-collection .intro-text h5 {
      margin-top: 0;
      line-height: 1.3; }
    .page-mfa-store .intro-text em, .page-mfa-store .intro-text i, .page-the-photographic-collection .intro-text em, .page-the-photographic-collection .intro-text i {
      font-family: titling-gothic-fb, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-style: italic; }
    .page-mfa-store .intro-text .left p, .page-the-photographic-collection .intro-text .left p {
      margin-top: 0;
      margin-bottom: 1em; }
    @media (min-width: 736px) {
      .page-mfa-store .intro-text .left, .page-the-photographic-collection .intro-text .left {
        width: 65%;
        float: left; }
        .page-mfa-store .intro-text .left p, .page-the-photographic-collection .intro-text .left p {
          padding-right: 45px; }
      .page-mfa-store .intro-text .small-sans, .page-the-photographic-collection .intro-text .small-sans {
        width: 35%;
        float: right; } }
  @media (max-width: 800px) {
    .intro-text {
      padding-right: 40px; } }
  @media (max-width: 735px) {
    .intro-text {
      padding-right: 20px; }
      .page-mfa-store .intro-text, .page-the-photographic-collection .intro-text {
        padding-left: 20px; }
        .page-mfa-store .intro-text .small-sans, .page-the-photographic-collection .intro-text .small-sans {
          margin: 20px 0; } }

.lede-wrap, .lede-wrap p, .intro-text .lede-wrap p {
  font-size: 1.25em;
  line-height: 1.4;
  margin: 0.76em 0 0.6em; }

.column-content .col-inner h1 {
  font-size: 1.70em;
  line-height: 1.28;
  margin: 0.76em 0 0.6em; }
.column-content.double-col {
  padding: 0; }
  .column-content.double-col .col img {
    max-width: 100%;
    height: auto;
    display: block; }
  @media (min-width: 736px) {
    .column-content.double-col .col-inner {
      padding-right: 30px; }
    .column-content.double-col .col {
      float: left; }
      .column-content.double-col .col .col-inner {
        padding: 0 30px 0 0; }
      .column-content.double-col .col.col-2 .col-inner {
        padding: 0 0 0 30px; }
    .column-content.double-col.col-eq .col {
      width: 50%; }
    .column-content.double-col.col-lg .col-1 {
      width: 65%; }
    .column-content.double-col.col-lg .col-2 {
      width: 35%; }
      .column-content.double-col.col-lg .col-2 p {
        font-size: 0.75em; } }
  @media (max-width: 735px) {
    .column-content.double-col .col {
      margin-bottom: 60px; }
      .page-the-photographic-collection .column-content.double-col .col.col-1 {
        margin-bottom: 0; } }
.column-content h5, .column-content h6 {
  line-height: 1.5; }
  .page-plan-your-visit .column-content h5, .page-plan-your-visit .column-content h6 {
    margin-bottom: 0; }
  .column-content h5 + p, .column-content h6 + p {
    margin-top: 0; }
.column-content p + h2, .column-content .small-sans + h2, .column-content hr + h2 {
  margin-top: 1.6em; }
.column-content p + h5, .column-content p + h6, .column-content .small-sans + h5, .column-content .small-sans + h6, .column-content hr + h5, .column-content hr + h6, .column-content p + .address-wrap, .column-content .small-sans + .address-wrap {
  margin-top: 2em; }
.column-content .contactAddress {
  margin: -0.7em 0 -1em !important; }
  .column-content .contactAddress p {
    margin: 0; }
  .column-content .contactAddress .address-directions-link {
    display: none; }
.page-the-photographic-collection .column-content h2 {
  margin: 25px 0 1.25em; }
.page-the-photographic-collection .column-content .col-inner ul {
  margin: 0;
  padding: 0 25px;
  list-style: none;
  display: block;
  font-size: 0.65em;
  line-height: 1.85;
  letter-spacing: 0.01em;
  font-family: titling-gothic-fb, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2; }
.page-the-photographic-collection .column-content .col .col-inner {
  padding: 0 !important; }
.page-mfa-store .column-content h4 {
  letter-spacing: 0.08em; }
.page-mfa-store .column-content em {
  letter-spacing: 0;
  font-family: titling-gothic-fb, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: none; }
.page-mfa-store .column-content h2 {
  margin: 25px 0 1.25em; }

.callouts-wrap, .column-content.after-intro, .archive-year, .annual-reports {
  border-top: 5px solid black; }

.annual-reports {
  padding-top: 30px; }

.callouts-wrap {
  margin-top: 40px;
  padding-right: 0; }
  .callouts-wrap ul {
    margin: 0;
    padding: 24px 0 0;
    list-style: none; }
    .callouts-wrap ul li .callout-image img {
      width: 100%;
      height: auto;
      display: block;
      margin-bottom: 1em; }
    .callouts-wrap ul li h5 {
      margin-bottom: 0; }
    .callouts-wrap ul li p {
      margin-top: 0;
      padding-right: 16px; }
  .callouts-wrap h5, .callouts-wrap h6 {
    margin-top: 0; }
  .callouts-wrap .gt-wrap a {
    color: inherit;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px; }
  @media (min-width: 736px) {
    .callouts-wrap ul li {
      width: 33.33%;
      float: left; }
      .callouts-wrap ul li:nth-of-type(1) .callout-inner {
        padding-right: 16px; }
      .callouts-wrap ul li:nth-of-type(2) .callout-inner {
        padding: 0 8px; }
      .callouts-wrap ul li:nth-of-type(3) .callout-inner {
        padding-left: 16px; } }
  .content-sidebar .callouts-wrap {
    border: none;
    margin-top: 30px; }
    .content-sidebar .callouts-wrap ul {
      padding: 0; }
    .content-sidebar .callouts-wrap ul li {
      width: 100%;
      float: none;
      margin-bottom: 20px; }
    .content-sidebar .callouts-wrap .callout-image img {
      margin-bottom: 0.5em; }
    .content-sidebar .callouts-wrap h5 {
      line-height: 1.5; }
    .content-sidebar .callouts-wrap a {
      border: none; }

.content-text.emosiac-archive, .emosiac-archive.column-content, .emosiac-archive.callouts-wrap, .content-text.annual-report, .annual-report.column-content, .annual-report.callouts-wrap {
  margin-top: 40px;
  padding-right: 0; }
  .content-text.emosiac-archive h2, .emosiac-archive.column-content h2, .emosiac-archive.callouts-wrap h2, .content-text.annual-report h2, .annual-report.column-content h2, .annual-report.callouts-wrap h2 {
    margin: 20px 0; }
  .content-text.emosiac-archive .archive-issues, .emosiac-archive.column-content .archive-issues, .emosiac-archive.callouts-wrap .archive-issues, .content-text.annual-report .archive-issues, .annual-report.column-content .archive-issues, .annual-report.callouts-wrap .archive-issues {
    margin: 0 0 40px;
    padding: 0;
    list-style: none; }
    .content-text.emosiac-archive .archive-issues li, .emosiac-archive.column-content .archive-issues li, .emosiac-archive.callouts-wrap .archive-issues li, .content-text.annual-report .archive-issues li, .annual-report.column-content .archive-issues li, .annual-report.callouts-wrap .archive-issues li {
      float: left; }
      .content-text.emosiac-archive .archive-issues li .archive-inner, .emosiac-archive.column-content .archive-issues li .archive-inner, .emosiac-archive.callouts-wrap .archive-issues li .archive-inner, .content-text.annual-report .archive-issues li .archive-inner, .annual-report.column-content .archive-issues li .archive-inner, .annual-report.callouts-wrap .archive-issues li .archive-inner {
        position: relative; }
      .content-text.emosiac-archive .archive-issues li img, .emosiac-archive.column-content .archive-issues li img, .emosiac-archive.callouts-wrap .archive-issues li img, .content-text.annual-report .archive-issues li img, .annual-report.column-content .archive-issues li img, .annual-report.callouts-wrap .archive-issues li img {
        max-width: 100%;
        height: auto;
        display: block; }
      @media (min-width: 736px) {
        .content-text.emosiac-archive .archive-issues li, .emosiac-archive.column-content .archive-issues li, .emosiac-archive.callouts-wrap .archive-issues li, .content-text.annual-report .archive-issues li, .annual-report.column-content .archive-issues li, .annual-report.callouts-wrap .archive-issues li {
          width: 25%; }
          .content-text.emosiac-archive .archive-issues li:nth-of-type(4n + 1) .archive-inner, .emosiac-archive.column-content .archive-issues li:nth-of-type(4n + 1) .archive-inner, .emosiac-archive.callouts-wrap .archive-issues li:nth-of-type(4n + 1) .archive-inner, .content-text.annual-report .archive-issues li:nth-of-type(4n + 1) .archive-inner, .annual-report.column-content .archive-issues li:nth-of-type(4n + 1) .archive-inner, .annual-report.callouts-wrap .archive-issues li:nth-of-type(4n + 1) .archive-inner {
            margin: 0 24px 0 0; }
          .content-text.emosiac-archive .archive-issues li:nth-of-type(4n + 2) .archive-inner, .emosiac-archive.column-content .archive-issues li:nth-of-type(4n + 2) .archive-inner, .emosiac-archive.callouts-wrap .archive-issues li:nth-of-type(4n + 2) .archive-inner, .content-text.annual-report .archive-issues li:nth-of-type(4n + 2) .archive-inner, .annual-report.column-content .archive-issues li:nth-of-type(4n + 2) .archive-inner, .annual-report.callouts-wrap .archive-issues li:nth-of-type(4n + 2) .archive-inner {
            margin: 0 16px 0 8px; }
          .content-text.emosiac-archive .archive-issues li:nth-of-type(4n + 3) .archive-inner, .emosiac-archive.column-content .archive-issues li:nth-of-type(4n + 3) .archive-inner, .emosiac-archive.callouts-wrap .archive-issues li:nth-of-type(4n + 3) .archive-inner, .content-text.annual-report .archive-issues li:nth-of-type(4n + 3) .archive-inner, .annual-report.column-content .archive-issues li:nth-of-type(4n + 3) .archive-inner, .annual-report.callouts-wrap .archive-issues li:nth-of-type(4n + 3) .archive-inner {
            margin: 0 8px 0 16px; }
          .content-text.emosiac-archive .archive-issues li:nth-of-type(4n + 4) .archive-inner, .emosiac-archive.column-content .archive-issues li:nth-of-type(4n + 4) .archive-inner, .emosiac-archive.callouts-wrap .archive-issues li:nth-of-type(4n + 4) .archive-inner, .content-text.annual-report .archive-issues li:nth-of-type(4n + 4) .archive-inner, .annual-report.column-content .archive-issues li:nth-of-type(4n + 4) .archive-inner, .annual-report.callouts-wrap .archive-issues li:nth-of-type(4n + 4) .archive-inner {
            margin: 0 0 0 24px; } }
      @media (max-width: 735px) {
        .content-text.emosiac-archive .archive-issues li, .emosiac-archive.column-content .archive-issues li, .emosiac-archive.callouts-wrap .archive-issues li, .content-text.annual-report .archive-issues li, .annual-report.column-content .archive-issues li, .annual-report.callouts-wrap .archive-issues li {
          width: 50%;
          margin-bottom: 20px; }
          .content-text.emosiac-archive .archive-issues li:nth-of-type(2n + 1) .archive-inner, .emosiac-archive.column-content .archive-issues li:nth-of-type(2n + 1) .archive-inner, .emosiac-archive.callouts-wrap .archive-issues li:nth-of-type(2n + 1) .archive-inner, .content-text.annual-report .archive-issues li:nth-of-type(2n + 1) .archive-inner, .annual-report.column-content .archive-issues li:nth-of-type(2n + 1) .archive-inner, .annual-report.callouts-wrap .archive-issues li:nth-of-type(2n + 1) .archive-inner {
            margin: 0 12px 0 0; }
          .content-text.emosiac-archive .archive-issues li:nth-of-type(2n + 2) .archive-inner, .emosiac-archive.column-content .archive-issues li:nth-of-type(2n + 2) .archive-inner, .emosiac-archive.callouts-wrap .archive-issues li:nth-of-type(2n + 2) .archive-inner, .content-text.annual-report .archive-issues li:nth-of-type(2n + 2) .archive-inner, .annual-report.column-content .archive-issues li:nth-of-type(2n + 2) .archive-inner, .annual-report.callouts-wrap .archive-issues li:nth-of-type(2n + 2) .archive-inner {
            margin: 0 0 0 12px; } }

.spn-grid {
  text-align: center; }
  .spn-grid ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .spn-grid li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
    .spn-grid li img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto; }
    .spn-grid li.ar-square img {
      max-width: 60%; }
  .spn-grid a {
    border: none; }
    .no-touchevents .spn-grid a:HOVER {
      border: none; }
  .spn-grid .spn-inner {
    display: block;
    position: relative;
    padding: 20px 30px; }

.spns-primary li {
  width: 49%; }

.spns-secondary li {
  width: 24%; }
  @media (max-width: 735px) {
    .spns-secondary li {
      width: 33%; } }
  @media (max-width: 550px) {
    .spns-secondary li {
      width: 49%; } }

span.emosiac-title, span.report-title {
  font-size: 15px;
  display: block;
  margin: 10px 0; }

.intro-text.emosiac-intro .issue-wrap {
  position: relative; }
  .intro-text.emosiac-intro .issue-wrap img {
    max-width: 100%;
    height: auto;
    display: block; }
@media (min-width: 736px) {
  .intro-text.emosiac-intro .emosiac-inner {
    width: 60%;
    float: left;
    max-width: 440px; }
    .intro-text.emosiac-intro .emosiac-inner h3 {
      margin: 0;
      padding-right: 150px;
      line-height: 40px; }
  .intro-text.emosiac-intro .issue-wrap {
    float: right;
    max-width: 240px; } }
@media (max-width: 735px) {
  .intro-text.emosiac-intro .emosiac-inner {
    margin-bottom: 40px; }
    .intro-text.emosiac-intro .emosiac-inner h3 {
      margin: 0;
      line-height: 40px; } }

@media (min-width: 736px) {
  .content-main {
    margin-right: 268px; }

  .content-sidebar {
    float: right;
    width: 238px; } }
@media (max-width: 735px) {
  .page-events-calendar .content-sidebar {
    display: none; } }
.obj-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative; }
  .obj-img img.portrait {
    max-height: 700px;
    width: auto; }
.single-obj .obj-img {
  padding: 0 20px 40px; }
.single-obj .category-objects .obj-img {
  padding: 0; }
@media (max-width: 735px) {
  .obj-img img.portrait {
    max-height: 400px; } }

@media (min-width: 736px) {
  .featured-object {
    position: relative;
    margin: 0 0 2em 25px; }
    .featured-object .obj-img, .featured-object .obj-tombstone {
      width: 50%;
      float: left; }
    .featured-object .obj-tombstone {
      float: right; } }
.feat-refresh {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: bottom;
  cursor: pointer; }
  .feat-refresh small {
    display: block;
    width: 25px;
    height: 25px;
    background-position: 0 -3px; }
  .no-touchevents .feat-refresh:HOVER, .touchevents .feat-refresh:ACTIVE {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

.obj-tombstone {
  margin-top: 20px;
  padding: 10px 15px 10px 0;
  border-top: 1px solid #e9e9e9; }
  .single-obj .obj-tombstone {
    padding: 20px 15px 10px 0;
    border-top: 5px solid black; }
  .single-obj .category-objects .obj-tombstone {
    padding: 10px 15px 10px 0;
    border-top: 1px solid #e9e9e9; }
  .obj-tombstone h1 {
    font-size: 1.2em;
    line-height: 1.375;
    margin: 0; }
  .obj-tombstone h5 {
    color: #FDB913;
    margin-top: 0;
    border-bottom: 1px solid #e9e9e9;
    letter-spacing: 0.06em; }
  .obj-tombstone p {
    margin: 0;
    letter-spacing: 0.02em; }
  .featured-object .obj-tombstone {
    border-top: none;
    padding: 0;
    margin: 0; }
  .featured-object .obj-tombstone p, .single-obj .obj-tombstone p {
    font-size: 0.7em;
    line-height: 1.71; }
  .single-obj .category-objects .obj-tombstone p {
    font-size: inherit;
    line-height: inherit; }
  @media (max-width: 735px) {
    .obj-tombstone {
      padding: 20px; }
      .single-obj .obj-tombstone {
        margin: 0 20px;
        padding: 10px 0; }
      .single-obj .category-objects .obj-tombstone {
        margin: 10px 0; } }

@media (max-width: 1024px) {
  .collection-objects {
    margin-top: 20px; } }
.collection-objects .obj-img, .collection-objects .obj-wrap {
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s; }
.collection-objects.randomizing .obj-img, .collection-objects.randomizing .obj-wrap {
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.featured-object {
  position: relative;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s; }

.artist-info {
  margin: 0 0 0.5em; }

.obj-desc {
  font-size: 0.9em;
  line-height: 1.55;
  padding-right: 80px; }
  .obj-desc p {
    max-width: 680px;
    margin: 0.778em 0; }

.tombstone-inner {
  padding: 0 30px; }

@media (max-width: 735px) {
  .tombstone-inner {
    padding: 20px; }

  .obj-desc {
    padding: 0 20px; } }
.single-obj .obj-img {
  text-align: center; }
  .single-obj .obj-img .obj-img-wrap {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative; }

.category-objects {
  clear: both;
  font-family: titling-gothic-fb, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 74px; }
  @media (max-width: 735px) {
    .category-objects {
      margin-top: 60px; } }

.category-header {
  line-height: 60px;
  font-size: 0.65em;
  border-bottom: 1px solid #363636; }
  .archive .category-header {
    border-bottom: 5px solid #363636; }
  .single-obj .category-header {
    border-bottom: 1px solid #e9e9e9;
    margin-top: 80px; }
  .category-header h4 {
    margin: 0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: inherit;
    font-size: inherit; }
    .category-header h4 span {
      color: #a1a1a1;
      letter-spacing: 0em;
      text-transform: initial;
      font-weight: normal;
      font-family: titling-gothic-fb, sans-serif;
      font-weight: 400;
      font-style: normal; }
  .category-header .category-info {
    letter-spacing: 0.02em; }
    .category-header .category-info span.cat-count {
      padding-right: 10px;
      margin-right: 6px;
      border-right: 1px solid #e9e9e9; }
  .category-header .category-link {
    color: inherit;
    text-decoration: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    line-height: 1;
    border: none; }
    .category-header .category-link:hover {
      border: none;
      text-decoration: underline; }
  @media (min-width: 736px) {
    .category-header h4 {
      float: left;
      margin: 0; }
    .category-header .category-info {
      float: right; } }
  @media (max-width: 735px) {
    .category-header {
      margin: 0 20px; }
      .category .category-header, .tag .category-header, .archive .category-header {
        padding-top: 10px; }
      .category-header h4 {
        line-height: 2.5; }
      .category-header .category-info {
        line-height: 3.5; }
      .single-obj .category-header {
        margin-top: 40px; } }

.obj-list {
  margin: 2em 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 735px) {
    .obj-list {
      margin: 20px; } }
  .obj-list li.list-obj {
    width: 32.5%;
    max-width: 501px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    position: relative;
    margin: 0 0 2em; }
    @media (min-width: 1400px) {
      .obj-list li.list-obj {
        width: 24.5%; } }
    @media (max-width: 1000px) {
      .obj-list li.list-obj {
        width: 49.5%; } }
    @media (max-width: 500px) {
      .obj-list li.list-obj {
        width: 49%; } }
    .no-touchevents .obj-list li.list-obj:HOVER a {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
      opacity: 0.9; }
    .exh-works-wrap .obj-list li.list-obj {
      margin-bottom: 1em; }
    .obj-list li.list-obj .img-pad {
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 67%;
      background-position: 50% 50%;
      -moz-background-size: contain;
      -o-background-size: contain;
      -webkit-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat; }
    .obj-list li.list-obj h1 {
      font-size: 1em;
      margin: 0; }
    .obj-list li.list-obj p {
      margin: 0; }
    .obj-list li.list-obj .obj-tombstone {
      font-size: 0.65em;
      line-height: 1.85; }
      .obj-list li.list-obj .obj-tombstone h1 {
        line-height: inherit; }
    @media (min-width: 1025px) and (max-width: 1400px) {
      .obj-list li.list-obj .list-obj-inner {
        padding: 0 13px; }
      .obj-list li.list-obj:nth-of-type(3n+1) .list-obj-inner {
        padding-left: 0;
        padding-right: 27px; }
      .obj-list li.list-obj:nth-of-type(3n+3) .list-obj-inner {
        padding-right: 0;
        padding-left: 27px; } }
    @media (min-width: 1400px) {
      .obj-list li.list-obj .list-obj-inner {
        padding: 0 10px; }
      .obj-list li.list-obj:nth-of-type(5n+1) .list-obj-inner {
        padding-left: 0;
        padding-right: 20px; }
      .obj-list li.list-obj:nth-of-type(4n+4) .list-obj-inner {
        padding-right: 0;
        padding-left: 20px; } }
    @media (max-width: 1025px) and (min-width: 735px) {
      .obj-list li.list-obj:nth-of-type(n+1) .list-obj-inner {
        padding-left: 0;
        padding-right: 20px; }
      .obj-list li.list-obj:nth-of-type(2n+2) .list-obj-inner {
        padding-right: 0;
        padding-left: 20px; } }
    @media (max-width: 735px) {
      .obj-list li.list-obj:nth-of-type(odd) .list-obj-inner {
        padding-left: 0;
        padding-right: 10px; }
      .obj-list li.list-obj:nth-of-type(even) .list-obj-inner {
        padding-right: 0;
        padding-left: 10px; }
      .page-mfa-collection .obj-list li.list-obj:nth-of-type(3) {
        display: none; }
      .obj-list li.list-obj .obj-tombstone {
        padding: 10px; } }

.more-link {
  font-size: 0.6em;
  letter-spacing: 0.1em;
  color: #1e1e1e;
  text-decoration: none;
  text-transform: uppercase;
  border: none; }
  .more-link:hover {
    border: none;
    text-decoration: underline; }

.obj-links, .obj-footer {
  color: #a1a1a1;
  text-decoration: none;
  display: block;
  margin: 0.75em 0;
  font-size: 0.7em;
  letter-spacing: 0.02em; }

.obj-links a, .obj-footer a, .collection-link {
  line-height: 1.71;
  letter-spacing: 0.02em;
  color: #a1a1a1;
  text-decoration: none; }
  .featured-object .obj-links a, .featured-object .obj-footer a, .featured-object .collection-link {
    font-size: inherit; }
  .no-touchevents .obj-links a:HOVER, .touchevents .obj-links a:ACTIVE, .no-touchevents .obj-footer a:HOVER, .touchevents .obj-footer a:ACTIVE, .no-touchevents .collection-link:HOVER, .touchevents .collection-link:ACTIVE {
    border-color: #363636;
    color: #363636; }

.obj-footer {
  margin-top: 2em; }
  .obj-footer a, .obj-footer .tag-list li a {
    color: #363636;
    border-bottom: 1px solid #d3d3d3; }
  @media (max-width: 735px) {
    .obj-footer {
      padding: 0 20px; } }

.tag-list {
  margin: 0.5em 0;
  padding: 0;
  list-style: none;
  color: #a1a1a1; }
  .obj-footer .tag-list {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  .tag-list li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: baseline;
    line-height: 1.71; }
    .tag-list li a {
      color: inherit;
      text-decoration: none; }
      .no-touchevents .list-obj-inner .tag-list li a:HOVER, .touchevents .tag-list li a:ACTIVE {
        color: #363636;
        border-color: #363636; }

.toggle-tag-list {
  float: right;
  cursor: pointer;
  display: block; }
  .showing-all-results .toggle-tag-list {
    display: none; }

.collection-navs {
  border-top: solid 5px #000;
  margin: 0 0 2em;
  padding: 25px 0px 20px 0; }
  .collection-navs .cat-nav li a:hover,
  .collection-navs .tag-nav li a:hover {
    text-decoration: underline; }
  .collection-navs h2 {
    padding: 0;
    margin: 0em 0 1.25em; }
  .collection-navs .list-wrap .toggle-tag-list {
    color: inherit;
    text-decoration: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    border: none;
    text-transform: none;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em; }
    .collection-navs .list-wrap .toggle-tag-list:hover {
      text-decoration: underline; }
  .collection-navs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    font-size: 0.65em;
    line-height: 1.85;
    letter-spacing: 0.01em;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 400;
    font-style: normal; }
  .collection-navs h3 {
    margin-top: 0; }
  .collection-navs span {
    padding: 0 0 10px;
    border-bottom: 1px solid #e7e4de;
    margin: 0 0 1em;
    display: block;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.06em;
    text-transform: uppercase; }
  .collection-navs .tag-nav ul li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 32%; }
  @media (min-width: 736px) {
    .collection-navs .list-wrap {
      float: left; }
      .collection-navs .list-wrap.cat-nav {
        width: 25%; }
        .collection-navs .list-wrap.cat-nav ul {
          padding-left: 0; }
      .collection-navs .list-wrap.tag-nav {
        width: 75%; }
        .collection-navs .list-wrap.tag-nav ul {
          padding-right: 0; }
    .collection-navs ul {
      padding: 0 25px; }
    .collection-navs .tag-nav ul {
      border-left: 1px solid #e7e4de; } }
  @media (max-width: 735px) {
    .collection-navs {
      margin: 0 20px 2em; }
      .collection-navs h3 {
        line-height: 1.2; }
      .collection-navs .list-wrap {
        margin-bottom: 20px; }
      .collection-navs .tag-nav ul {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-gap: 20px;
        column-gap: 20px; }
        .collection-navs .tag-nav ul span:first-of-type {
          -moz-column-span: all;
          -webkit-column-span: all;
          column-span: all; }
        .collection-navs .tag-nav ul li {
          width: auto;
          display: block; } }

.collection-navs .tag-nav ul li.short-result {
  display: none; }
.collection-navs .tag-nav.showing-all-results ul li.short-result {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }

.admissions-list {
  list-style: none;
  margin: 0.5em 0 1.5em;
  padding: 0;
  border-bottom: solid 1px #d3d3d3; }
  .admissions-list li {
    border-top: solid 1px #d3d3d3;
    padding: 10px 0;
    margin-bottom: 0 !important; }
    .admissions-list li:after {
      content: "";
      display: table;
      clear: both; }
    .admissions-list li:before {
      top: 22px !important; }
  .admissions-list .price {
    float: right;
    width: 50px; }
  .admissions-list .member-row .price {
    float: none;
    width: auto; }

footer {
  position: relative;
  z-index: 5;
  width: 100%;
  background-color: #232528;
  color: #fff;
  margin: 100px 0 0; }
  footer:after {
    content: "";
    display: table;
    clear: both; }
  footer:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 16vw;
    min-height: 80px;
    background: url("../img/footer_contour.svg") no-repeat center center;
    background-size: cover;
    top: -80px;
    left: 0;
    z-index: -1; }

.admissions-wrap {
  margin-bottom: 40px; }

@media (min-width: 736px) {
  .footer-cols,
  .container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto; }

  .footer-col {
    float: left;
    width: 24.99%; }
    .footer-col.footer-col-ad {
      width: 49.99%; }
    .footer-col .footer-inner {
      padding: 30px 30px 50px; }
    .footer-col.footer-col-2 {
      font-family: titling-gothic-fb, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 18px; } }
@media (min-width: 736px) and (max-width: 960px) {
  .footer-col.footer-col-1,
  .footer-col.footer-col-2,
  .footer-col.footer-col-3,
  .footer-col.footer-col-4 {
    width: 50%; } }
@media (min-width: 960px) and (orientation: landscape) {
  .footer-col.footer-col-1 {
    margin-bottom: 150px; }

  .footer-secondary {
    padding-right: 20px; } }
@media (min-width: 735px) and (max-width: 1025px) {
  .footer-secondary .one-third:last-child .button, .footer-secondary .one-third:last-child .btn-link a, .btn-link .footer-secondary .one-third:last-child a {
    padding-left: 15px;
    padding-right: 15px; } }
.footer-copyright {
  clear: both;
  width: 100%;
  background-color: #1A1C1F;
  padding: 25px;
  text-align: center; }
  @media (min-width: 1300px) {
    .footer-copyright {
      padding-left: 0;
      padding-right: 0; }
      .footer-copyright .container {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .footer-copyright .copyright-right,
      .footer-copyright .copyright-left {
        width: 50%; }
      .footer-copyright .copyright-left {
        text-align: left; }
      .footer-copyright .copyright-right {
        text-align: right; } }
  .footer-copyright .copyright-right {
    padding-top: 10px; }
    .footer-copyright .copyright-right a,
    .footer-copyright .copyright-right p {
      font-family: freight-text-pro, serif;
      font-weight: 400;
      font-style: normal;
      color: #A9A9A9;
      font-size: 14px;
      font-weight: 300;
      line-height: 18px; }
    .footer-copyright .copyright-right .separator {
      margin: 0 10px; }

.footer-secondary {
  border-top: 6px solid #2E3236;
  text-align: left;
  padding: 30px 0 20px;
  font-size: 14px; }
  .footer-secondary .button, .footer-secondary .btn-link a, .btn-link .footer-secondary a {
    font-family: freight-sans-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    border: 1px solid #8A8B8A;
    background: transparent;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    text-transform: none;
    margin-top: 5px; }
    .footer-secondary .button:hover, .footer-secondary .btn-link a:hover, .btn-link .footer-secondary a:hover {
      background: transparent;
      border-color: #FDB913; }
  @media (min-width: 735px) and (max-width: 960px) {
    .footer-secondary {
      clear: both; } }
  @media (min-width: 960px) {
    .footer-secondary {
      float: left;
      width: calc(74.99% - 20px);
      margin-right: 20px; } }
  @media (min-width: 735px) {
    .footer-secondary {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-left: 20px;
      padding-right: 20px; }
      .footer-secondary .one-third {
        width: 33.33%;
        text-align: left; }
        .footer-secondary .one-third + .one-third {
          padding-left: 30px; } }
  .footer-secondary ul {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer-secondary ul a {
      border: none; }
      .no-touchevents .footer-secondary ul a:HOVER {
        color: #fff;
        border: none; }
    .footer-secondary ul li {
      margin: 0 30px 0 0;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline; }

@media (max-width: 700px) {
  .logo-display {
    text-align: center;
    padding-bottom: 15px; } }
.logo-display a {
  border: none; }
  .logo-display a:HOVER {
    border: none; }
.logo-display img {
  height: 60px;
  width: auto;
  margin: 0 15px 0 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

@media (max-width: 735px) {
  .footer-cols {
    padding: 25px; }

  .footer-col {
    margin-bottom: 10px; }

  .footer-secondary {
    padding: 20px 0; }
    .footer-secondary ul {
      text-align: left; }
      .footer-secondary ul li {
        margin-bottom: 10px; } }
.exh-header h1 span {
  display: block;
  font-family: titling-gothic-fb, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #8A8B8A;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 4px;
  padding-right: 10px; }

p.exh-date {
  font-family: freight-text-pro, serif;
  font-weight: 400;
  font-style: normal;
  color: #1C1C1C;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px; }

.exh-header, .exh-content-wrap, .exh-works-wrap {
  padding: 0 30px 0 0; }

.exh-sidebar {
  margin: 0 0 20px; }
  .exh-sidebar.hero-text, .exh-sidebar .rel-event {
    font-size: 0.65em;
    line-height: 1.85; }
  .exh-sidebar .rel-event {
    margin: 0 0 0.75em; }
    .exh-sidebar .rel-event a {
      color: inherit;
      text-decoration: none; }
  .exh-sidebar .rel-event-date {
    display: block; }
  .exh-sidebar.related-programs h5 {
    border: none;
    margin-bottom: 0;
    line-height: 1; }

@media (min-width: 501px) {
  .exh-text .exh-text-inner {
    padding: 0 45px 90px 0; }

  .exh-text {
    float: left;
    width: 75%; }
    .exh-star-wars .exh-text {
      width: 100%; }
    .exh-text .exh-text-inner {
      padding: 0 45px 90px 0; }

  .exh-sidebar {
    width: 25%;
    float: left; }
    .exh-sidebar.hero-text {
      float: right; }

  .exh-sidebar-caption {
    padding-top: 9px; } }
@media (max-width: 500px) {
  .exh-header, .exh-content-wrap {
    padding: 0 20px; }

  .exh-header h1 {
    font-size: 32px; }

  .exh-sidebar {
    margin-top: 20px; } }
.view-all {
  padding: 22px 0 15px;
  border-top: solid 6px #FDB913;
  border-bottom: solid 6px #FDB913;
  margin-bottom: 100px; }
  .view-all a {
    display: block;
    font-family: titling-gothic-fb-compressed, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #1A1C1F;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 1.8px;
    line-height: 43px;
    text-transform: uppercase;
    position: relative; }
    .view-all a:before {
      font-family: 'Font Awesome 5 Free';
      content: "\f054";
      position: absolute;
      right: 0; }

.exhibitions-wrap .exh-inner {
  position: relative; }
.exhibitions-wrap .exh-row {
  margin-bottom: 45px; }
.exhibitions-wrap .exh-col.half-col-exh:nth-of-type(2n+1) .exh-inner {
  margin-right: 20px;
  margin-bottom: 60px; }
.exhibitions-wrap .exh-col.half-col-exh:nth-of-type(2n+2) .exh-inner {
  margin-left: 20px;
  margin-bottom: 60px; }
.exhibitions-wrap .exh-col h3 {
  margin: 20px 0 2px; }
  @media (min-width: 735px) {
    .exhibitions-wrap .exh-col h3 {
      max-width: 80%; } }
  .exhibitions-wrap .exh-col h3 span {
    display: block;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #8A8B8A;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 4px;
    padding-right: 10px; }
.exhibitions-wrap .exh-col img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1em; }
@media (min-width: 501px) {
  .exhibitions-wrap .half-col-exh {
    width: 50%;
    float: left; }
    .exhibitions-wrap .half-col-exh.hc-exh-l .exh-inner {
      margin-right: 20px; }
    .exhibitions-wrap .half-col-exh.hc-exh-r .exh-inner {
      margin-left: 20px; } }
@media (max-width: 500px) {
  .exhibitions-wrap .half-col-exh.hc-exh-l {
    margin-bottom: 45px; }
  .exhibitions-wrap .exh-inner h3, .exhibitions-wrap .exh-inner p {
    margin-left: 20px;
    margin-right: 20px; } }

@media (min-width: 735px) and (max-width: 1024px) {
  .homepage-contents {
    margin-top: 20px; } }
.homepage-contents .home-row {
  margin-bottom: 45px; }
  .homepage-contents .home-row .home-exh-date {
    font-family: freight-text-pro, serif;
    font-weight: 400;
    font-style: normal;
    color: #1C1C1C;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px; }
  .homepage-contents .home-row .become-item .home-exh-date {
    font-size: 20.8px;
    line-height: 24px;
    font-weight: 600;
    font-style: italic; }
.homepage-contents .item-inner {
  position: relative; }
  .homepage-contents .item-inner img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1em; }
  .homepage-contents .item-inner h3 {
    font-family: titling-gothic-fb-compressed, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1.07px;
    line-height: 38px;
    color: #1A1C1F;
    margin: 20px 0 2px; }
    .homepage-contents .item-inner h3 span {
      font-family: titling-gothic-fb, sans-serif;
      font-weight: 700;
      font-style: normal;
      color: #8A8B8A;
      font-size: 18px;
      font-weight: bold;
      line-height: 20px;
      margin-top: 4px;
      padding-right: 10px; }
    @media (min-width: 735px) {
      .homepage-contents .item-inner h3 {
        max-width: 80%; } }
.homepage-contents .pre-title {
  float: right;
  display: inline-block;
  padding: 7px 10px 5px;
  background: #FDB913;
  font-family: titling-gothic-fb-compressed, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  color: #1A1C1F;
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
  text-transform: none;
  text-align: center;
  margin-top: 0; }
.homepage-contents h3 p.pre-title {
  float: none;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 735px) {
    .homepage-contents h3 p.pre-title {
      margin-left: 15px; } }
.homepage-contents .description-text p {
  font-size: 0.9em;
  margin: 0.5em 0; }
@media (min-width: 501px) {
  .homepage-contents .two-item .item {
    width: 50%;
    float: left; }
    .homepage-contents .two-item .item:nth-of-type(1) .item-inner {
      margin-right: 20px; }
    .homepage-contents .two-item .item:nth-of-type(2) .item-inner {
      margin-left: 20px; } }
@media (max-width: 500px) {
  .homepage-contents .two-item .item:nth-of-type(1) {
    margin-bottom: 45px; }
  .homepage-contents .item-inner h3,
  .homepage-contents p.pre-title,
  .homepage-contents p.home-exh-date,
  .homepage-contents .description-text p,
  .homepage-contents .button.block,
  .homepage-contents .btn-link a.block,
  .btn-link .homepage-contents a.block {
    margin-left: 20px;
    margin-right: 20px; }
  .homepage-contents .become-item img {
    padding-left: 20px;
    padding-right: 20px; } }

.subtitle {
  display: block; }
  .subtitle em, .subtitle i {
    font-style: italic; }

@media (min-width: 1025px) {
  #container {
    margin-top: 43px;
    min-height: 800px; } }

hr.separator {
  margin: 40px 0;
  border: none;
  border-top: 6px solid #000; }

.gmap-link {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 200px;
  background-position: 50% 50%;
  background-size: 600px 300px;
  background-image: url(http://maps.googleapis.com/maps/api/staticmap?center=27.7747417,-82.632&zoom=15&scale=2&size=600x300&maptype=roadmap&format=png&visual_refresh=true&markers=size:mid%7Ccolor:0xff0000%7C27.7747417,-82.632);
  border: none; }
  .no-touchevents .gmap-link:HOVER {
    border: none; }

.col-2 .address-wrap {
  padding-top: 15px; }
.address-wrap .address {
  margin-bottom: 1em; }
.address-wrap .address-directions-link, .address-wrap .address-parking-link {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 12px;
  line-height: 1.8; }

.address-parking-link h5 {
  margin-top: 0; }

.page-hours-and-admission .address-parking-link {
  display: none; }

.audio {
  margin-top: 1.8em; }

.audioplayer {
  position: relative;
  max-width: 420px;
  height: 50px;
  background-color: #e9e9e9;
  text-align: right; }
  .audioplayer audio {
    min-width: 0; }
  .audioplayer:BEFORE {
    position: absolute;
    line-height: 54px;
    top: -1px;
    left: 50px;
    content: "Listen to the audio stop for this artwork";
    font-size: 0.7em; }
    @media (max-width: 500px) {
      .audioplayer:BEFORE {
        content: "Audio stop"; } }
  .audioplayer.audioplayer-init:BEFORE {
    display: none; }
  .audioplayer .audioplayer-playpause {
    text-align: left;
    position: absolute;
    z-index: 5;
    display: block;
    width: 30px;
    height: 30px;
    background-position: 0 -142px;
    top: 10px;
    left: 10px; }
    .audioplayer .audioplayer-playpause a {
      display: block;
      height: 100%;
      text-indent: -9999px;
      border: none; }
  .audioplayer.audioplayer-playing .audioplayer-playpause {
    background-position: -30px -142px; }
  .audioplayer .audioplayer-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .audioplayer .audioplayer-bar div {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; }
      .audioplayer .audioplayer-bar div.audioplayer-bar-played {
        background-color: #c7c7c7; }
  .audioplayer .audioplayer-volume {
    display: none; }
  .audioplayer .audioplayer-time {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
    z-index: 5;
    pointer-events: none;
    line-height: 54px;
    font-size: 10px; }
    .audioplayer .audioplayer-time.audioplayer-time-current:after {
      content: "/";
      margin: 0 4px; }
    .audioplayer .audioplayer-time.audioplayer-time-duration {
      margin-right: 15px; }
  @media (max-width: 735px) {
    .audioplayer {
      margin: 1.8em 20px 0; }
      .audioplayer .audioplayer-time.audioplayer-time-duration {
        margin-right: 8px; } }

.acc-content {
  display: none;
  padding: 10px 0 30px; }
  .acc-content.rental-space-content {
    max-width: none;
    padding-top: 30px; }
    .acc-content.rental-space-content ul {
      list-style: initial; }

h3.acc-toggle {
  border-bottom: 1px solid black;
  position: relative;
  display: block;
  padding: 0.75em 0 0.7em;
  margin: 0;
  cursor: pointer;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }
  h3.acc-toggle .toggle-arrow {
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -4px;
    display: block;
    width: 18px;
    height: 9px;
    background-position: -90px -113px; }

.rental-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 5px solid black;
  border-bottom: 5px solid black; }
  .rental-list .rental-space {
    margin: 0 0 60px; }
  .rental-list .rental-accordion.acc-open {
    border-bottom: 5px solid black; }
    .rental-list .rental-accordion.acc-open .acc-content {
      display: block; }
    .rental-list .rental-accordion.acc-open h3.acc-toggle {
      border-bottom-color: #e9e9e9; }
      .rental-list .rental-accordion.acc-open h3.acc-toggle .toggle-arrow {
        background-position: -108px -113px; }
  .rental-list .rental-accordion.acc-open:last-of-type {
    border-bottom: 0; }
  .rental-list .rental-col.image-col {
    display: block;
    width: 100%; }
    .rental-list .rental-col.image-col img {
      max-width: 100%;
      height: auto;
      display: block; }
  .rental-list .rental-col.text-col .small-sans {
    margin-top: 2em; }
  @media (min-width: 501px) {
    .rental-list .rental-col {
      float: left; }
      .rental-list .rental-col.image-col {
        width: 45%; }
      .rental-list .rental-col.text-col {
        width: 55%; }
        .rental-list .rental-col.text-col .rental-inner {
          padding: 0 30px; }
          .rental-list .rental-col.text-col .rental-inner h5 {
            margin-top: 0; } }

.testimonials-accordion blockquote {
  font-style: italic; }
  .testimonials-accordion blockquote p:first-of-type {
    text-indent: -0.6em; }
    .testimonials-accordion blockquote p:first-of-type:before {
      content: "\201c";
      width: 0.6em;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      vertical-align: baseline;
      text-indent: 0; }
  .testimonials-accordion blockquote p:last-of-type:after {
    content: "\201d";
    text-indent: 0; }
  .testimonials-accordion blockquote + p {
    margin: 0 0 2em 2em; }

.single-obj #main {
  padding-right: 30px; }
@media (min-width: 1025px) {
  #main {
    max-width: calc(100% - 275px);
    margin-left: auto;
    padding-right: 45px; } }
@media (max-width: 1024px) {
  #main {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 800px; } }
@media (max-width: 500px) {
  #main {
    margin: 0 auto;
    padding: 0 0 20px; }
    .single-obj #main {
      padding: 0 0 20px; } }

@media (max-width: 500px) {
  h1.page-title, h3.acc-toggle, .acc-content {
    padding-left: 20px;
    padding-right: 20px; }
    h1.page-title.single-event-title, h3.acc-toggle.single-event-title, .acc-content.single-event-title {
      padding-left: 0;
      padding-right: 0; }

  .content-text, .column-content, .callouts-wrap, .column-content, .callouts-wrap {
    padding: 0; }

  .intro-text, .content-text, .column-content, .callouts-wrap, .column-content {
    margin-left: 20px;
    margin-right: 20px; }

  #tribe-events .column-content {
    margin-left: 0;
    margin-right: 0; }

  .intro-text {
    padding-bottom: 20px; }
    .intro-text h1 {
      font-size: 1.6em; }

  .callout-list li {
    margin-bottom: 20px; } }
.content-spacer {
  display: block;
  height: 75px; }
  @media (max-width: 1024px) {
    .content-spacer {
      height: 20px; } }

.hero-image {
  margin: 0 0 30px; }
  .hero-image img {
    width: 100%;
    height: auto;
    display: block; }
    @media (max-width: 1400px) {
      .hero-image img {
        max-width: 100%; } }
  .hero-image.no-intro {
    margin-bottom: 10px; }
  .hero-image.hero-nocrop {
    border-bottom: 5px solid black;
    padding-bottom: 10px; }
    .hero-image.hero-nocrop img {
      margin: 30px auto;
      width: auto;
      max-width: 600px;
      max-height: 600px; }
  @media (max-width: 500px) {
    .hero-image {
      margin: 0 0 20px; }
      .hero-image.hero-nocrop {
        padding-bottom: 0; }
        .hero-image.hero-nocrop img {
          max-width: 100%;
          margin: 0 auto; } }

.page-membership .col ul {
  margin: 0;
  padding: 0 15px;
  display: block;
  font-size: 0.65em;
  line-height: 1.85;
  letter-spacing: 0.01em;
  font-family: titling-gothic-fb, sans-serif;
  font-weight: 400;
  font-style: normal; }

.col-membership {
  margin-bottom: 25px; }
  .col-membership .col-inner {
    padding-bottom: 100px; }
  .col-membership ul.levels {
    list-style: none;
    float: left;
    width: 35%;
    padding: 0; }
    .col-membership ul.levels .levels-inner {
      padding-right: 45px;
      margin-top: 25px; }
    .col-membership ul.levels li {
      cursor: pointer;
      padding-right: 45px;
      border-bottom: 1px solid black; }
      .col-membership ul.levels li:AFTER {
        display: none;
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        top: 7px;
        right: 8px; }
      .no-touchevents .col-membership ul.levels li:HOVER:AFTER {
        display: block;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        opacity: 0.4; }
      .col-membership ul.levels li.active:AFTER {
        display: block;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1; }
  .col-membership .level-title {
    display: none; }
  .col-membership .benefits-wrap {
    margin-top: 25px; }
  @media (min-width: 736px) {
    .col-membership .benefits-wrap {
      float: right;
      width: 65%; }
      .col-membership .benefits-wrap div:not(.btn-link) {
        display: none; }
        .col-membership .benefits-wrap div:not(.btn-link).active {
          display: block; }
        .col-membership .benefits-wrap div:not(.btn-link) p {
          margin-top: 0; } }
  @media (max-width: 735px) {
    .col-membership ul.levels {
      display: none; }
    .col-membership .level-title {
      display: block; }
    .col-membership .benefits-wrap ul {
      line-height: 1.7;
      font-size: 13px;
      letter-spacing: 0.02em; }
      .col-membership .benefits-wrap ul p {
        font-size: inherit !important; } }

.acf-label label {
  font-family: titling-gothic-fb, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px !important;
  text-transform: uppercase !important;
  font-weight: normal !important; }

.acf-fields > .acf-field {
  padding-left: 0 !important; }

.text-button {
  position: relative;
  font-family: freight-text-pro, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-weight: 600; }
  .text-button:after {
    font-size: 14px;
    position: absolute;
    color: #8A8B8A;
    content: "\f054";
    margin-left: 8px;
    top: 6px;
    transition: .15s ease-out all; }
  .text-button:hover:after {
    color: #FDB913;
    margin-left: 12px; }

button, input[type="submit"], .button, .btn-link a, .column-content .btn-link a {
  border: none;
  outline: none;
  background-color: #FDB913;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  max-width: 100%;
  vertical-align: baseline;
  padding: 13px 30px 14px;
  color: #1A1C1F;
  font-family: freight-sans-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  transition: 0.2s ease-out all;
  text-decoration: none !important; }
  footer button, footer input[type="submit"], footer .button, footer .btn-link a, .btn-link footer a, footer .column-content .btn-link a, .column-content .btn-link footer a {
    border: solid 1px #FFF; }
  button strong, input[type="submit"] strong, .button strong, .btn-link a strong, .column-content .btn-link a strong {
    font-family: freight-sans-pro, sans-serif;
    font-weight: 600; }
  button.block, input[type="submit"].block, .button.block, .btn-link a.block {
    display: block; }
  button a, input[type="submit"] a, .button a, .btn-link a a, .column-content .btn-link a a {
    border: none;
    color: #fff; }
    .no-touchevents button a:hover, .no-touchevents input[type="submit"] a:hover, .no-touchevents .button a:hover, .no-touchevents .btn-link a a:hover, .btn-link .no-touchevents a a:hover {
      border: none; }
  button:hover, input[type="submit"]:hover, .button:hover, .btn-link a:hover {
    color: #FFFFFF;
    background-color: #373737; }
    button:hover a, input[type="submit"]:hover a, .button:hover a, .btn-link a:hover a {
      color: #FFFFFF;
      border: none; }

.storehours-wrap {
  margin-top: 0; }

.promo-starwars {
  position: relative;
  border: solid 1px #000;
  font-family: titling-gothic-fb, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  padding: 30px 0;
  margin: 30px 0 20px; }
  .promo-starwars a, .promo-starwars a:HOVER {
    border: none;
    text-decoration: none; }
  .promo-starwars span.label-pre {
    display: block;
    margin: 0 0 15px; }
  .promo-starwars img {
    display: block;
    margin: 25px auto;
    max-width: 100%;
    height: auto; }
    .promo-starwars img.spn {
      max-width: 400px;
      width: 100%; }
  .promo-starwars form input {
    -webkit-appearance: none;
    -moz-appearance: none; }
  .promo-starwars .slim_email, .promo-starwars .slim_text {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 15px 5px 0;
    border: solid 1px #000;
    padding: 8px 5px 5px 10px;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    font-size: 13px;
    letter-spacing: 0.02em; }
  .star-wars-container .promo-starwars {
    background-color: white; }
    .star-wars-container .promo-starwars h2 {
      text-transform: none;
      color: #FDB913;
      text-align: center;
      font-size: 24px;
      letter-spacing: 0;
      margin-top: 0; }
    @media (max-width: 735px) {
      .star-wars-container .promo-starwars form {
        padding: 0 20px; } }
    .star-wars-container .promo-starwars input {
      border-color: #f2f2f2;
      color: black;
      padding: 8px 20px 5px 20px; }
      @media (max-width: 735px) {
        .star-wars-container .promo-starwars input {
          margin: 15px 0 0;
          box-sizing: border-box;
          width: 100%; } }
    @media (max-width: 735px) {
      .star-wars-container .promo-starwars .name-wrap {
        width: 100%; } }
    .star-wars-container .promo-starwars #robly_embedded_subscribe {
      color: white;
      padding: 12px 15px 10px; }
      .star-wars-container .promo-starwars #robly_embedded_subscribe:HOVER {
        border-color: #FDB913;
        color: #FDB913; }
    .star-wars-container .promo-starwars .submit-wrap input {
      margin-bottom: 0; }
  .promo-starwars .name-wrap {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }

/*
	#robly_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; width: 400px; }
	
	#robly_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.3em;}
	#robly_embed_signup #num-subscribers {font-size:1.1em;}
	#robly_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}
	#robly_embed_signup .power {postion: relative; float: right; margin-right: 16px; height:32px;}
	#robly_embed_signup #slim_power {float:none;}
	#robly_embed_signup .power p {font-size:12px; margin:0px; font-weight:bold; line-height:32px; color:#666;}
	#robly_embed_signup .power p a {text-decoration:none; font-weight:bold; color:#333;}
	#robly_embed_signup .power p a:hover {text-decoration:none; color:#000;}

*/
.four-oh-four span {
  font-size: 0.9em; }
.four-oh-four ul {
  margin: 10px 0 10px 0; }

.exh-star-wars {
  background-color: #000; }
  .exh-star-wars #menu-main-nav,
  .exh-star-wars #menu-secondary-nav {
    color: white; }
  .touchevents .exh-star-wars .menu-main-nav-container a:ACTIVE {
    color: white; }
  .no-touchevents .exh-star-wars .menu-main-nav-container a:HOVER {
    color: white; }
  .exh-star-wars .menu-main-nav-container li.current-menu-item a, .exh-star-wars .menu-main-nav-container ul.sub-menu li.current-menu-item > a, .exh-star-wars .menu-main-nav-container li.current-menu-ancestor a, .exh-star-wars .tribe-events-day .menu-main-nav-container .menu-item-51 a, .exh-star-wars .category .menu-main-nav-container .menu-item-50 a, .exh-star-wars .tag .menu-main-nav-container .menu-item-50 a, .exh-star-wars .page-the-photographic-collection .menu-main-nav-container .menu-item-50 a {
    color: white; }
  .no-touchevents .exh-star-wars .menu-main-nav-container li.current-menu-item a:HOVER {
    color: #b3b3b3; }
    .no-touchevents .exh-star-wars .menu-main-nav-container li.current-menu-item a:HOVER:BEFORE {
      color: #b3b3b3; }
  .no-touchevents .exh-star-wars .menu-main-nav-container li.current-menu-item a:BEFORE {
    color: #666; }
  .no-touchevents .exh-star-wars a:HOVER {
    border-color: #b3b3b3; }

.star-wars-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url(../img/starwars/starwars-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }
  @media (max-width: 735px) {
    .star-wars-bg {
      background-size: auto 100%; } }

.gallery-wrap {
  padding: 10px 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  position: relative;
  margin: 50px 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }
  .gallery-wrap.loaded {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .gallery-wrap .gallery-slideshow {
    max-width: 370px;
    width: 55%;
    display: inline-block;
    vertical-align: top;
    z-index: 0; }
    @media (max-width: 735px) {
      .gallery-wrap .gallery-slideshow {
        display: block;
        margin: 0 auto; } }
  .gallery-wrap .image-caption {
    box-sizing: border-box;
    min-width: 200px;
    width: 44%;
    display: inline-block;
    vertical-align: top;
    padding-left: 40px; }
    @media (max-width: 735px) {
      .gallery-wrap .image-caption {
        padding: 0 100px 0 0;
        width: 100%; } }
  .gallery-wrap .cycle-slide {
    width: 100%; }
    @media (max-width: 735px) {
      .gallery-wrap .cycle-slide {
        top: auto !important;
        bottom: 0 !important; } }
  .gallery-wrap .bg-wrap {
    height: 0;
    position: relative; }
    .gallery-wrap .bg-wrap .bgImg {
      -moz-background-size: contain;
      -o-background-size: contain;
      -webkit-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .gallery-wrap .cycle-nav {
    position: absolute;
    cursor: pointer;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 37px;
    height: 40px; }
    .gallery-wrap .cycle-nav svg {
      display: none; }
    .gallery-wrap .cycle-nav.cycle-next {
      right: -65px;
      background-position: -55px -70px; }
      @media (max-width: 735px) {
        .gallery-wrap .cycle-nav.cycle-next {
          right: 0;
          top: auto;
          bottom: 15px;
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -webkit-transform: translateY(0);
          transform: translateY(0); } }
    .gallery-wrap .cycle-nav.cycle-prev {
      left: -65px;
      background-position: -5px -70px; }
      @media (max-width: 735px) {
        .gallery-wrap .cycle-nav.cycle-prev {
          right: 50px;
          top: auto;
          left: auto;
          bottom: 15px;
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -webkit-transform: translateY(0);
          transform: translateY(0); } }

.starwars-text-main, .starwars-secondary-text {
  padding-right: 15px; }

.star-wars-container {
  position: relative;
  color: #fff; }
  .star-wars-container a {
    color: #fff; }
  .star-wars-container em, .star-wars-container i {
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-style: italic; }
  .star-wars-container strong {
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 700;
    font-style: normal; }
  .star-wars-container blockquote {
    font-size: 15px;
    line-height: 1.33;
    margin: 0; }
  .star-wars-container .left-pad {
    margin: 0 auto;
    max-width: 615px; }
  .star-wars-container .spns {
    background-color: white;
    padding: 50px 30px; }
    .star-wars-container .spns .single-spns {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      width: 33.33%;
      text-align: center; }
      @media (max-width: 735px) {
        .star-wars-container .spns .single-spns {
          width: 50%; } }
      .star-wars-container .spns .single-spns img {
        max-height: 70px;
        width: auto; }
        @media (max-width: 735px) {
          .star-wars-container .spns .single-spns img {
            max-height: 1000px;
            width: 100%;
            height: auto; } }
    .star-wars-container .spns .starwars-credit-text {
      color: #141414;
      font-family: titling-gothic-fb, sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 12px;
      line-height: 1.5; }
  .star-wars-container .cycle-slideshow img {
    width: 400px !important;
    height: auto !important; }

.starwars-logo {
  position: relative;
  display: block;
  margin: 60px auto 75px;
  background-image: url(../img/starwars/star-wars-logo.png);
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  width: 377px;
  height: 78px;
  background-position: 50% 50%; }
  @media (max-width: 735px) {
    .starwars-logo {
      width: 100%;
      height: 60px; } }

.starwars-pretitle {
  font-family: titling-gothic-fb, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 90px auto 0;
  text-align: center; }
  .starwars-pretitle span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    border-bottom: solid 3px #fff; }

@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
a[href$=jpg], a[href$=jpeg], a[href$=jpe], a[href$=png], a[href$=gif] {
  text-decoration: none;
  border: 0 none; }

#tribe-mini-calendar {
  border: none;
  font-family: titling-gothic-fb, sans-serif;
  font-weight: 400;
  font-style: normal; }
  #tribe-mini-calendar #tribe-mini-calendar-month {
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 700;
    font-style: normal; }

.single-filter {
  cursor: pointer; }
  .single-filter span {
    border-bottom: 1px solid transparent; }
  .no-touchevents .single-filter:HOVER span {
    border-color: #363636; }

.no-results {
  padding: 15px;
  display: none; }

.clearfix:before, .column-content.double-col:before, .audioplayer:before, #main:before {
  content: "";
  display: table; }

.single-tribe_events .tribe-events-cal-links {
  display: inline-block;
  zoom: 1;
  margin: 0 0 20px;
  vertical-align: middle; }

.tribe-mini-calendar-wrapper {
  font-size: 0.65em;
  border-bottom: 1px solid #161616; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper {
    margin: 14px 20px 0 0; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar a {
    color: #101010; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar table, .tribe-mini-calendar-wrapper .tribe-mini-calendar td, .tribe-mini-calendar-wrapper .tribe-mini-calendar tr, .tribe-mini-calendar-wrapper .tribe-mini-calendar th, .tribe-mini-calendar-wrapper .tribe-mini-calendar thead {
    border: 0; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar thead.tribe-mini-calendar-nav {
    border-bottom: 1px solid #161616; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar thead.tribe-mini-calendar-nav #tribe-mini-calendar-month {
      font-family: titling-gothic-fb, sans-serif;
      font-weight: 700;
      font-style: normal;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      padding: 0;
      margin: 0 18px 1em;
      display: block; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar thead.tribe-mini-calendar-nav td {
      padding: 0 0 2px;
      text-align: center; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar thead.tribe-mini-calendar-nav div {
      position: relative; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar thead.tribe-mini-calendar-nav span {
      display: inline-block; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar th {
    display: none; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav-link {
    position: absolute;
    top: -6px;
    display: block;
    padding: 5px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav-link span {
      margin: 0;
      text-indent: -9999px;
      width: 8px;
      height: 14px; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav-link.prev-month {
      left: 0; }
      .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav-link.prev-month span {
        background-position: -50px -25px; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav-link.next-month {
      right: 0; }
      .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-mini-calendar-nav-link.next-month span {
        background-position: -50px 0px; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .hfeed {
    border-top: 10px solid transparent;
    color: #acacac; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar .hfeed tr:first-child td {
      padding-top: 6px; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar .hfeed tr:last-child td {
      padding-bottom: 6px; }
    .tribe-mini-calendar-wrapper .tribe-mini-calendar .hfeed td {
      text-align: left;
      line-height: 1; }
      .tribe-mini-calendar-wrapper .tribe-mini-calendar .hfeed td a, .tribe-mini-calendar-wrapper .tribe-mini-calendar .hfeed td span.tribe-mini-calendar-no-event {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        vertical-align: baseline;
        padding: 9px 9px;
        font-weight: normal; }
      .tribe-mini-calendar-wrapper .tribe-mini-calendar .hfeed td .tribe-mini-calendar-no-event {
        cursor: default; }
      .tribe-mini-calendar-wrapper .tribe-mini-calendar .hfeed td.tribe-events-othermonth {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        visibility: hidden; }
      .tribe-mini-calendar-wrapper .tribe-mini-calendar .hfeed td.tribe-events-present a, .tribe-mini-calendar-wrapper .tribe-mini-calendar .hfeed td.tribe-events-present span {
        color: #000;
        position: relative; }
        .tribe-mini-calendar-wrapper .tribe-mini-calendar .hfeed td.tribe-events-present a:before, .tribe-mini-calendar-wrapper .tribe-mini-calendar .hfeed td.tribe-events-present span:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          margin: -13px 0 0 -12px;
          height: 24px;
          width: 25px;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background: #FDB913 !important;
          z-index: -1; }

.home .cat-link {
  display: none; }

.event-list {
  font-family: titling-gothic-fb, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  margin: 0 0 1em; }
  .event-list h5.event-list-title {
    text-transform: uppercase;
    font-size: 18px;
    padding: 13px 15px;
    margin: 0;
    letter-spacing: 0.08em; }
    .event-list h5.event-list-title a {
      color: #000; }
    .event-list h5.event-list-title span {
      color: #FDB913; }
    .event-list h5.event-list-title.event-today-title {
      background-color: #FDB913;
      padding: 2px 15px 0 15px;
      color: #FFF;
      line-height: 2; }
  .event-list a {
    text-decoration: none;
    color: #363636;
    display: block; }
    .no-touchevents .event-list a:HOVER {
      color: #000; }
    .calendar-header .event-list a {
      border: none; }
      .no-touchevents .calendar-header .event-list a:HOVER {
        border: none; }
  .event-list .hours-info {
    font-size: 14px;
    color: #FDB913;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding: 1em 15px; }
    .event-list .hours-info a {
      color: #000; }
  .event-list .event-title {
    display: block;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 0.3em; }
  .event-list .event-cost {
    font-size: 0.9em;
    margin-left: 3px;
    color: #767676; }
  .event-list .single-event {
    padding: 1em 0; }
  .event-list .event-date-sep, .event-list .upcoming-event-header {
    border-bottom: 5px solid #161616; }
    .event-list .event-date-sep h2, .event-list .upcoming-event-header h2 {
      text-transform: uppercase;
      font-size: 18px;
      padding-left: 15px;
      letter-spacing: 0.08em;
      margin: 0 0 0.4em;
      line-height: 2; }
  .event-list .event-date-sep {
    margin: 2.5em 0 0.5em; }
    .event-list .event-date-sep:first-child {
      margin-top: 0; }
  .event-list .cat-link {
    display: inline;
    color: #acacac; }
    .event-list .cat-link:first-child {
      margin-left: 5px; }
    .calendar-header .event-list .cat-link {
      margin-top: 7px; }
  .event-list .upcoming-event-header + .event-date-sep {
    margin-top: 0; }
  .event-list .upcoming-event-header {
    margin: 0 0 0.7em;
    padding: 0.5em 0 0;
    position: relative;
    z-index: 2;
    border-bottom: 0;
    border-bottom: 1px solid #161616; }
    .event-list .upcoming-event-header h2 {
      font-size: 13px;
      margin-bottom: 0.7em; }
      @media (max-width: 540px) {
        .event-list .upcoming-event-header h2 {
          padding-right: 140px; } }
    .event-list .upcoming-event-header .filter-toggle {
      position: absolute;
      bottom: 0;
      right: 0;
      -moz-user-select: -moz-none;
      -ms-user-select: none;
      -webkit-user-select: none;
      user-select: none;
      cursor: pointer;
      letter-spacing: 0.02em;
      font-family: titling-gothic-fb, sans-serif;
      font-weight: 700;
      font-style: normal; }
      .event-list .upcoming-event-header .filter-toggle span {
        position: relative;
        display: block;
        padding: 0.5em 32px 1em 15px; }
      .event-list .upcoming-event-header .filter-toggle small {
        width: 13px;
        height: 7px;
        position: absolute;
        display: block;
        right: 11px;
        top: 14px;
        background-position: -64px -113px; }
    .event-list .upcoming-event-header .event-filters {
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0;
      background-color: #f2f2f2;
      margin: 0;
      padding: 15px 0;
      list-style: none;
      display: none;
      border-top: 1px solid #161616; }
      .event-list .upcoming-event-header .event-filters li {
        padding: 8px 35px; }
        .event-list .upcoming-event-header .event-filters li:first-child {
          padding-top: 15px; }
        .event-list .upcoming-event-header .event-filters li:last-child {
          padding-bottom: 15px; }
    .event-list .upcoming-event-header.show-filters {
      background-color: #f2f2f2; }
      .event-list .upcoming-event-header.show-filters .event-filters {
        display: block; }
      .event-list .upcoming-event-header.show-filters .filter-toggle small {
        top: 11px;
        background-position: -77px -113px; }
  .event-list.upcoming-event-list .single-event {
    padding: 1em 30px 0px; }
  .event-list.upcoming-event-list .no-results + .month-wrapper {
    display: none !important; }
  .event-list.upcoming-event-list .no-results + .month-wrapper + .month-wrapper {
    margin-top: 0; }
  .event-list.upcoming-event-list .hidden + .month-wrapper {
    margin-top: 0; }
  .event-list.upcoming-event-list .month-wrapper {
    margin-top: 50px; }
  .event-list.upcoming-event-list .event-day-label {
    position: relative;
    border-top: solid 1px #e9e9e9; }
    .event-list.upcoming-event-list .event-day-label span {
      position: absolute;
      top: 0;
      left: 15px;
      max-width: 105px;
      padding: 15px 0;
      font-family: titling-gothic-fb, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 17px; }
  .event-list.upcoming-event-list .event-title {
    display: block;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 0.3em; }
  .event-list.upcoming-event-list .single-event {
    padding-left: 120px; }
  .event-list.upcoming-event-list .event-day-label + .single-event {
    border-top: 0; }
  .event-list.upcoming-event-list .event-date-sep + .event-day-label {
    margin-top: 0;
    border-top: 0; }
  .event-list.event-list-highlight {
    margin: 0 0 3em;
    background-color: #f2f2f2; }
    .event-list.event-list-highlight .single-event {
      padding: 1em 30px 1em 15px;
      border-top: solid 1px #dddddd;
      min-height: 18px; }
      .event-list.event-list-highlight .single-event a {
        position: relative;
        display: block;
        padding-left: 175px; }
      .event-list.event-list-highlight .single-event .cat-wrap {
        margin-top: 3px;
        padding-left: 175px; }
        .event-list.event-list-highlight .single-event .cat-wrap a {
          padding: 0;
          display: inline; }
    .event-list.event-list-highlight .event-title {
      margin: 0; }
    .event-list.event-list-highlight .time-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 165px;
      font-size: 12px; }

.event-list-sidebar {
  border-top: solid 1px #161616;
  border-bottom: solid 1px #161616;
  padding: 15px 0 5px;
  margin: 0 0 15px; }
  .event-list-sidebar .event-date-wrap {
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px; }

.full-calendar-link {
  border: none !important; }

.event-time small {
  font-size: inherit;
  white-space: nowrap; }

.tribe-events-single-event-description, #tribe-events .tribe-events-single-event-description {
  padding: 0 30px 0 0; }
  @media (max-width: 735px) {
    .tribe-events-single-event-description, #tribe-events .tribe-events-single-event-description {
      padding: 0; } }

.events-event-meta {
  padding: 0 15px 0;
  background: #f2f2f2; }
  .events-event-meta hr {
    border-bottom: solid 1px #DDD; }
  .events-event-meta hr + h6 {
    margin-top: 0; }
  .events-event-meta a {
    border: none; }
    .no-touchevents .events-event-meta a:HOVER {
      border: none; }

.sidebar-event {
  margin: 0 0 1em; }

.sidebar-events .event-date-sep {
  padding: 0 0 0.5em;
  margin: 0 0 1em;
  border-bottom: solid 1px #d3d3d3; }
  .sidebar-events .event-date-sep a {
    border: none; }

img.tribe-events-spinner-medium, .ajax-loading-mini, #ajax-loading-mini {
  position: absolute !important;
  width: 20px;
  height: 20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.spns {
  margin-top: 20px;
  padding-top: 20px; }
  .spns .single-spn {
    margin-bottom: 15px; }
  .spns h5 {
    margin-bottom: 10px; }

abbr[title] {
  border-bottom: none !important; }

#tribe-bar-collapse-toggle, #tribe-bar-views, .tribe-bar-filters {
  display: none; }

.events-single-section h6 {
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0.5em 0; }
.events-single-section h4 {
  letter-spacing: 0.08em; }
.events-single-section .tribe-events-cal-links a {
  display: block;
  margin-right: 14px; }

.details-inner dd, .details-inner dl, .tribe-events-meta-group dd, .tribe-events-meta-group dl {
  margin: 0;
  line-height: 1.7; }

.single-spns {
  margin-bottom: 30px; }
  .single-spns img {
    max-width: 150px !important;
    height: auto; }

#tribe-events .content-sidebar {
  margin-top: 18px; }
#tribe-events #tribe-events-content > .tribe-events-page-title {
  text-align: left;
  padding-bottom: 0.5em;
  border-bottom: 5px solid #161616;
  margin-bottom: 0;
  margin-top: 24px; }
#tribe-events .tribe-events-loop, #tribe-events .tribe-events-loop .tribe-events-event-meta, #tribe-events .tribe-events-content {
  clear: none !important; }
#tribe-events .tribe-events-content p:first-of-type {
  margin-top: 0; }
#tribe-events .wp-caption p:first-of-type {
  margin-top: 0.7em; }
#tribe-events .tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
  margin-left: 0 !important;
  border-bottom: 1px solid #161616 !important; }
  #tribe-events .tribe-events-day .tribe-events-day-time-slot .type-tribe_events a {
    border: none; }
    .no-touchevents #tribe-events .tribe-events-day .tribe-events-day-time-slot .type-tribe_events a:HOVER {
      border: none; }
  #tribe-events .tribe-events-day .tribe-events-day-time-slot .type-tribe_events h2 {
    margin: 1.2em 0 0.5em;
    padding: 0;
    line-height: 1.2; }
#tribe-events .tribe-events-event-meta {
  line-height: inherit;
  float: none;
  clear: none;
  border: 0;
  margin: 0 0 15px;
  padding: 0;
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.2em;
  overflow: visible; }
  #tribe-events .tribe-events-event-meta .time-details {
    display: inline !important;
    vertical-align: middle; }
  #tribe-events .tribe-events-event-meta span, #tribe-events .tribe-events-event-meta .recurringinfo {
    vertical-align: middle;
    text-transform: uppercase;
    font-family: titling-gothic-fb, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px; }
  #tribe-events .tribe-events-event-meta .cost {
    display: block; }
#tribe-events .tribe-events-tooltip {
  display: none !important; }
#tribe-events .recurringinfo {
  display: none; }
#tribe-events .entry-summary p {
  font-size: 0.9em;
  line-height: 26px;
  display: inline !important; }
#tribe-events .tribe-events-read-more {
  display: block !important;
  font-size: 13px;
  font-family: titling-gothic-fb, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 2em 0; }
#tribe-events .tribe-events-divider {
  display: none; }
#tribe-events .gt-inline:AFTER {
  margin-left: 9px;
  margin-top: -2px; }

.day-wrapper {
  margin-bottom: 1em; }

.day-spacer + .day-wrapper .event-day-label {
  border-top: 0;
  margin-top: 0.5em; }

.calendar-header {
  position: relative; }
  .calendar-header .feature-box-bg h5 a {
    color: #fff; }
  @media (min-width: 736px) {
    .calendar-header .feature-box-bg {
      position: absolute;
      left: 0;
      bottom: 0;
      margin: 0;
      width: -webkit-calc(100% - 268px);
      width: calc(100% - 268px); } }
  @media (max-width: 735px) {
    .calendar-header .hero-image {
      margin-bottom: 0; } }

@media (min-width: 1366px) {
  #container {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    #container #main {
      padding-left: 300px;
      max-width: none; }
    #container header {
      top: 0; }
    #container .menu-main-nav-container {
      margin-top: 193px; } }
.col-inner h5 a {
  text-decoration: underline; }

body > iframe {
  display: none;
  height: 0; }