/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 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 in IE 8/9.
 */
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 */
  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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
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, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-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.
 */
/**
 * 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 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
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+, 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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * 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.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * 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 {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
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; }

html {
  box-sizing: border-box; }

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

/* Standard */
/* Ease Out */
/* Width */
/* Opacity From-To */
@-webkit-keyframes rotate90 {
  from {
    -webkit-transform: rotateZ(0deg); }
  to {
    -webkit-transform: rotateZ(90deg); } }
@-moz-keyframes rotate90 {
  from {
    -moz-transform: rotateZ(0deg); }
  to {
    -moz-transform: rotateZ(90deg); } }
@keyframes rotate90 {
  from {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  to {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg); } }
@-webkit-keyframes rotate0 {
  from {
    -webkit-transform: rotateZ(90deg); }
  to {
    -webkit-transform: rotateZ(0deg); } }
@-moz-keyframes rotate0 {
  from {
    -moz-transform: rotateZ(90deg); }
  to {
    -moz-transform: rotateZ(0deg); } }
@keyframes rotate0 {
  from {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg); }
  to {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg); } }
@-webkit-keyframes gradientMove {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-moz-keyframes gradientMove {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes gradientMove {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-webkit-keyframes triangleSplash {
  0% {
    transform: translate(0, -150px); }
  100% {
    transform: translate(0, 0); } }
@-moz-keyframes triangleSplash {
  0% {
    transform: translate(0, -150px); }
  100% {
    transform: translate(0, 0); } }
@keyframes triangleSplash {
  0% {
    transform: translate(0, -150px); }
  100% {
    transform: translate(0, 0); } }
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-ms-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
@-ms-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
@-ms-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-ms-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); } }
@-moz-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); } }
@-ms-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); } }
@-o-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); } }
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    -o-transform: translateY(2000px);
    transform: translateY(2000px); } }
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@-moz-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@-ms-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@-o-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    -o-transform: translateX(-2000px);
    transform: translateX(-2000px); } }
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); } }
@-moz-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); } }
@-ms-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); } }
@-o-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    -o-transform: translateX(2000px);
    transform: translateX(2000px); } }
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@-moz-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@-ms-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@-o-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    -o-transform: translateY(-2000px);
    transform: translateY(-2000px); } }
  /*
"_attention-seekers/attention-seekers.scss",
"_fading-entrances/fading-entrances.scss",
  "_fading-exits/fading-exits.scss",
  "_flippers/flippers.scss",
  "_lightspeed/lightspeed.scss",
  "_rotating-entrances/rotating-entrances.scss",
  "_rotating-exits/rotating-exits.scss",
  "_sliding-entrances/sliding-entrances.scss",
  "_sliding-exits/sliding-exits.scss",
  "_specials/specials.scss",
  "_zooming-entrances/zooming-entrances.scss",
  "_zooming-exits/zooming-exits.scss";
  "_bouncing-entrances/bouncing-entrances.scss",
  "_bouncing-exits/bouncing-exits.scss",

  */
html, body {
  height: 100%; }

body {
  font-family: 'Gotham SSm A', 'Gotham SSm B', Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  /* Global Styles */ }
  @media screen and (min-width: 992px) {
    body {
      overflow-x: hidden; } }
  body .np {
    padding: 0;
    margin: 0; }
  body .announcementBanner {
    background-color: #b96318;
    text-align: center;
    padding: 10px; }
    body .announcementBanner p {
      margin: 0;
      padding: 0;
      color: #fff; }
    body .announcementBanner a {
      color: #fff;
      text-decoration: underline; }
  body .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 1rem;
    align-items: center;
    justify-content: center; }
    body .popup-overlay .popup {
      display: inline-block;
      width: 100%;
      min-height: 200px;
      background-color: white;
      border-radius: 5px;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      padding: 20px 20px; }
      @media screen and (min-width: 992px) {
        body .popup-overlay .popup {
          width: 50%;
          padding: 30px 50px; } }
      body .popup-overlay .popup h1, body .popup-overlay .popup h2, body .popup-overlay .popup h3, body .popup-overlay .popup h4 {
        color: #b96318;
        font-size: 20px; }
        @media screen and (min-width: 992px) {
          body .popup-overlay .popup h1, body .popup-overlay .popup h2, body .popup-overlay .popup h3, body .popup-overlay .popup h4 {
            font-size: 30px; } }
      body .popup-overlay .popup p {
        margin-bottom: 0; }
      body .popup-overlay .popup .close {
        background-color: #b96318;
        color: white;
        padding: 8px 20px;
        border-radius: 10px;
        margin-top: 20px; }
        @media screen and (min-width: 992px) {
          body .popup-overlay .popup .close {
            margin-top: 30px; } }
  body #menu {
    display: none;
    background: rgba(0, 0, 0, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 600;
    outline: 0; }
    @media screen and (min-width: 992px) {
      body #menu {
        background: transparent;
        background-color: #b96318;
        background-image: none;
        width: 400px;
        height: auto;
        overflow-y: scroll;
        left: auto;
        right: 0;
        position: absolute;
        padding-bottom: 40px;
        padding-right: 75px;
        text-align: right; } }
  @media screen and (min-width: 992px) and (min-height: 800px) {
    body #menu {
      padding-bottom: 0;
      height: 100%;
      background-color: #b96318;
      background-image: -webkit-linear-gradient(top, #b96318 84%, transparent 16%);
      background-image: linear-gradient(to bottom,#b96318 84%, transparent 16%);
      background-color: transparent; } }

    body #menu.animated {
      display: block;
      -webkit-animation-name: slideInRight;
      -moz-animation-name: slideInRight;
      -ms-animation-name: slideInRight;
      -o-animation-name: slideInRight;
      animation-name: slideInRight;
      -webkit-animation-iteration-count: 1;
      -moz-animation-iteration-count: 1;
      -ms-animation-iteration-count: 1;
      -o-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      -ms-animation-duration: 0.3s;
      -o-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-delay: 0s;
      -moz-animation-delay: 0s;
      -ms-animation-delay: 0s;
      -o-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
      -ms-animation-timing-function: ease-out;
      -o-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    body #menu.out {
      display: block;
      -webkit-animation-name: slideOutRight;
      -moz-animation-name: slideOutRight;
      -ms-animation-name: slideOutRight;
      -o-animation-name: slideOutRight;
      animation-name: slideOutRight;
      -webkit-animation-iteration-count: 1;
      -moz-animation-iteration-count: 1;
      -ms-animation-iteration-count: 1;
      -o-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      -ms-animation-duration: 0.3s;
      -o-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-delay: 0s;
      -moz-animation-delay: 0s;
      -ms-animation-delay: 0s;
      -o-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-timing-function: ease-in;
      -moz-animation-timing-function: ease-in;
      -ms-animation-timing-function: ease-in;
      -o-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
    body #menu > ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      body #menu > ul li {
        color: white;
        margin: 5px 0;
        text-align: center; }
        @media screen and (min-width: 992px) {
          body #menu > ul li {
            text-align: right; } }
  @media screen and (min-width: 992px) and (min-height: 1px) {
    body #menu > ul li {
      margin: 5px 0; } }
  @media screen and (min-width: 992px) and (min-height: 980px) {
    body #menu > ul li {
      margin: 15px 0; } }

        body #menu > ul li ul {
          margin: 0;
          padding: 0;
          list-style: none; }
          body #menu > ul li ul li {
            font-size: 16px;
            text-transform: lowercase; }
        body #menu > ul li a {
          color: white;
          text-decoration: none;
          font-weight: normal; }
      body #menu > ul > li {
        font-size: 30px;
        font-weight: 300;
        margin-top: 30px;
        text-transform: uppercase; }
        @media screen and (min-height: 1px) {
          body #menu > ul > li {
            margin-top: 10px;
            font-size: 26px; } }
        @media screen and (min-height: 980px) {
          body #menu > ul > li {
            margin-top: 30px;
            font-size: 30px; } }
        body #menu > ul > li:first-child {
          margin-top: 10px; }
          @media screen and (min-width: 992px) {
            body #menu > ul > li:first-child {
              margin-top: 10px; } }
    body #menu div.close {
      width: 40px;
      height: 40px;
      background-image: url("/assets/img/x.svg");
      background-size: 100% 100%;
      display: inline-block;
      cursor: pointer;
      display: block;
      position: absolute;
      top: 15px;
      right: 15px; }
      @media screen and (min-width: 992px) {
        body #menu div.close {
          position: relative;
          top: auto;
          right: auto;
          margin: 50px 0 20px 0;
          display: inline-block; } }
  @media screen and (min-width: 992px) and (min-height: 1px) {
    body #menu div.close {
      margin: 10px 0; } }
  @media screen and (min-width: 992px) and (min-height: 980px) {
    body #menu div.close {
      margin: 50px 0 20px 0; } }

    body #menu div.tiles {
      display: none; }
      @media screen and (min-width: 992px) {
        body #menu div.tiles {
          background-image: url("/assets/img/tiles-menu-trans.svg");
          height: 210px;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%; } }
  @media screen and (min-width: 992px) and (min-height: 800px) {
    body #menu div.tiles {
      display: block; } }

  body div#mainHeader {
    z-index: 500; }
    @media screen and (min-width: 992px) {
      body div#mainHeader {
        height: 90px;
        padding-top: 53px; } }
    @media screen and (min-width: 992px) {
      body div#mainHeader .logo {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 14.7019570017%; }
        body div#mainHeader .logo:last-child {
          margin-right: 0; } }
    body div#mainHeader .logo img {
      width: 240px;
      margin: 25px 0 0 20px; }
      @media screen and (min-width: 992px) {
        body div#mainHeader .logo img {
          margin: 0; } }
    body div#mainHeader .hoursDrop {
      position: absolute;
      width: 100%;
      top: 9%; }
      body div#mainHeader .hoursDrop .hoursTitle {
        margin-bottom: 5px;
        font-size: 18px;
        text-align: center; }
      body div#mainHeader .hoursDrop .hoursSub {
        width: 65%;
        margin-left: auto;
        display: flex;
        background-color: rgba(255, 255, 255, 0.85);
        padding: 0; }
        body div#mainHeader .hoursDrop .hoursSub li {
          width: 100%;
          list-style: none; }
          body div#mainHeader .hoursDrop .hoursSub li ul {
            display: flex;
            list-style: none;
            padding: 0;
            justify-content: center;
            text-align: center; }
            body div#mainHeader .hoursDrop .hoursSub li ul li {
              padding: 20px;
              width: auto; }
              body div#mainHeader .hoursDrop .hoursSub li ul li p {
                margin: 0;
                padding: 0; }
    body div#mainHeader .globalNav {
      position: initial; }
      @media screen and (min-width: 992px) {
        body div#mainHeader .globalNav {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 82.9403914003%;
          position: relative;
          padding-top: 5px; }
          body div#mainHeader .globalNav:last-child {
            margin-right: 0; } }
      body div#mainHeader .globalNav ul {
        list-style: none;
        padding: 0;
        margin: 0;
        float: right;
        display: none; }
        @media screen and (min-width: 992px) {
          body div#mainHeader .globalNav ul {
            display: block; } }
        body div#mainHeader .globalNav ul li {
          float: left;
          margin: 0 20px;
          font-size: 14px;
          padding-left: 28px;
          padding-top: 5px;
          color: white;
          position: relative; }
          body div#mainHeader .globalNav ul li:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            background-size: 100% 100%; }
          body div#mainHeader .globalNav ul li.hours {
            padding-bottom: 60px; }
            body div#mainHeader .globalNav ul li.hours:before {
              width: 25px;
              height: 24px;
              background-image: url("/assets/img/clock.svg"); }
            body div#mainHeader .globalNav ul li.hours:hover > .hoursSub {
              display: block; }
          body div#mainHeader .globalNav ul li.donate:before {
            width: 25px;
            height: 23px;
            background-image: url("/assets/img/heart.svg"); }
          body div#mainHeader .globalNav ul li.email:before {
            width: 22px;
            height: 16px;
            top: 5px;
            background-image: url("/assets/img/email.svg"); }
          body div#mainHeader .globalNav ul li.search:before {
            width: 18px;
            height: 18px;
            top: 3px;
            left: 5px;
            background-image: url("/assets/img/search.svg"); }
          body div#mainHeader .globalNav ul li.search form {
            display: none;
            position: absolute;
            bottom: -75px;
            left: 0;
            width: 400%;
            left: -275%;
            background-color: rgba(209, 212, 211, 0.9);
            padding: 10px; }
            body div#mainHeader .globalNav ul li.search form:after {
              content: '';
              width: 30px;
              height: 15px;
              position: absolute;
              top: -14px;
              right: 50px;
              display: block;
              background-image: url("/assets/img/triangle.svg");
              opacity: .9;
              z-index: 10; }
            body div#mainHeader .globalNav ul li.search form input[type=search] {
              width: 85%;
              outline: 0; }
            body div#mainHeader .globalNav ul li.search form input[type=submit] {
              background-image: url("/assets/img/icon-orange-search.svg");
              background-color: transparent;
              background-repeat: no-repeat;
              border: 0;
              width: 20px;
              height: 20px;
              position: relative;
              padding: 0;
              top: 10px;
              outline: 0; }
          body div#mainHeader .globalNav ul li.no {
            padding-left: 0;
            margin: 0 8px;
            font-size: 21px;
            padding-top: 0;
            display: none; }
            @media screen and (min-width: 1200px) {
              body div#mainHeader .globalNav ul li.no {
                display: list-item; } }
            body div#mainHeader .globalNav ul li.no:before {
              display: none; }
          body div#mainHeader .globalNav ul li img.fb {
            width: 8px;
            height: 18px; }
          body div#mainHeader .globalNav ul li img.tw {
            width: 18px;
            height: 15px; }
          body div#mainHeader .globalNav ul li img.ig {
            width: 18px;
            height: 18px; }
          body div#mainHeader .globalNav ul li a {
            color: white;
            text-decoration: none; }
            body div#mainHeader .globalNav ul li a.cover {
              width: 100%;
              height: 100%;
              position: absolute;
              left: 0;
              padding-left: 25px;
              top: 0; }
      body div#mainHeader .globalNav .menuBtn {
        float: right;
        width: 60px;
        height: 60px;
        background: #b96318;
        margin-left: 15px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer; }
        @media screen and (min-width: 992px) {
          body div#mainHeader .globalNav .menuBtn {
            position: relative;
            top: -15px; } }
        body div#mainHeader .globalNav .menuBtn:before {
          content: '';
          width: 50px;
          height: 34px;
          display: block;
          position: relative;
          left: 4px;
          top: 12px;
          background-image: url("/assets/img/menu.svg"); }
  body > header {
    background-size: cover;
    height: 250px; }
    @media screen and (min-width: 992px) {
      body > header {
        height: 500px; } }
    body > header #sideTitle {
      background: #b96318;
      background: rgba(66, 31, 0, 0.5);
      height: 60px;
      bottom: 0;
      width: 100%;
      position: absolute; }
      @media screen and (min-width: 992px) {
        body > header #sideTitle {
          width: 65px;
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          bottom: auto; } }
      body > header #sideTitle div {
        padding: 20px 0 0 10px;
        font-weight: bold; }
        @media screen and (min-width: 992px) {
          body > header #sideTitle div {
            position: absolute;
            bottom: 268px;
            width: 500px;
            right: -215px;
            padding: 0;
            font-weight: normal;
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg); } }
        body > header #sideTitle div span {
          color: white;
          text-transform: uppercase;
          display: block; }
          @media screen and (min-width: 992px) {
            body > header #sideTitle div span {
              font-size: 32px;
              font-weight: 300; } }
    @media screen and (min-width: 992px) {
      body > header div.c {
        height: 410px; } }
    body > header div.c h1 {
      margin: 0;
      position: absolute;
      bottom: 50px;
      left: 0;
      display: none; }
      @media screen and (min-width: 992px) {
        body > header div.c h1 {
          display: block;
          max-width: 80%; } }
      @media screen and (min-width: 1200px) {
        body > header div.c h1 {
          max-width: 80%; } }
  body #home-video {
    background: black;
    height: 350px; }
    @media screen and (min-width: 992px) {
      body #home-video {
        height: 100%; } }
    body #home-video div.arrow {
      position: absolute;
      bottom: 40px;
      left: 0;
      width: 100%;
      z-index: 20;
      display: none; }
      @media screen and (min-width: 992px) {
        body #home-video div.arrow {
          display: block; } }
    body #home-video #mainHeader .hoursDrop {
      top: 40%; }
    body #home-video div.c div.down {
      width: 48px;
      height: 48px;
      background-image: url("/assets/img/arrow-circle.svg");
      background-size: 100% 100%;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
      body #home-video div.c div.down a {
        display: block;
        width: 100%;
        height: 100%; }
    body #home-video .slideshow {
      z-index: 5;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      overflow: hidden; }
      body #home-video .slideshow .vjs-loading-spinner {
        display: none !important; }
      body #home-video .slideshow div.slide {
        height: 100%;
        width: 100%; }
        body #home-video .slideshow div.slide div.title {
          position: absolute;
          top: 33%;
          z-index: 50;
          font-size: 70px;
          color: white;
          width: 100%; }
          body #home-video .slideshow div.slide div.title h1 {
            text-align: center;
            font-size: 30px;
            font-weight: 300;
            margin: 0 auto; }
            body #home-video .slideshow div.slide div.title h1:after {
              content: "";
              display: table;
              clear: both; }
            @media screen and (min-width: 992px) {
              body #home-video .slideshow div.slide div.title h1 {
                font-size: 70px; } }
            body #home-video .slideshow div.slide div.title h1 i {
              font-style: normal; }
            body #home-video .slideshow div.slide div.title h1 span {
              font-size: 26px;
              font-weight: 300;
              margin: 0;
              display: inline-block; }
        body #home-video .slideshow div.slide img {
          width: 100%;
          height: 100%; }
        body #home-video .slideshow div.slide .video-js {
          width: 100%;
          height: 100%;
          display: none; }
          @media screen and (min-width: 992px) {
            body #home-video .slideshow div.slide .video-js {
              display: block;
              overflow: hidden;
              position: relative; } }
          body #home-video .slideshow div.slide .video-js video {
            height: 100%;
            width: 177.77777778vh;
            min-width: 100%;
            min-height: 56.25vw;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
      body #home-video .slideshow .cycle-pager {
        color: white;
        font-size: 48px;
        text-align: center;
        position: absolute;
        bottom: 20px;
        left: 40%;
        z-index: 200; }
        @media screen and (min-width: 992px) {
          body #home-video .slideshow .cycle-pager {
            bottom: 100px;
            left: 45%; } }
        body #home-video .slideshow .cycle-pager span {
          cursor: pointer; }
          body #home-video .slideshow .cycle-pager span.cycle-pager-active {
            color: #b96318; }
  body #home {
    display: none; }
    @media screen and (min-width: 992px) {
      body #home {
        display: block; } }
    body #home .events {
      height: 650px;
      display: none; }
      @media screen and (min-width: 992px) {
        body #home .events {
          display: block;
          width: 100%;
          display: table;
          width: 100%;
          table-layout: fixed;
          margin-top: 50px; } }
      body #home .events .next {
        height: 100%;
        background-size: cover;
        background-position: 50%;
        overflow: hidden;
        -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
        -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(100%);
        filter: gray; }
        body #home .events .next:hover {
          filter: none;
          -webkit-filter: none;
          -o-filter: none;
          -moz-filter: none; }
        body #home .events .next a {
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 100; }
        body #home .events .next div.text h2 {
          color: white;
          font-weight: 300;
          margin: 0; }
        body #home .events .next div.text p {
          font-size: 13px;
          color: white;
          line-height: 1.6em;
          max-width: 75%;
          margin: 0; }
          body #home .events .next div.text p.date {
            color: white;
            text-transform: uppercase;
            font-size: 17px;
            font-weight: bold; }
        @media screen and (min-width: 992px) {
          body #home .events .next div.text {
            position: absolute;
            bottom: 30px;
            left: 60px; } }
        body #home .events .next div.shape {
          width: 85%;
          height: 50%;
          position: absolute;
          left: 0;
          bottom: -400px;
          background-image: url("/assets/img/home/back-shape.svg");
          background-size: cover;
          background-position: -50px 0;
          background-repeat: no-repeat; }
          @media screen and (min-width: 1200px) {
            body #home .events .next div.shape {
              width: 75%; } }
        @media screen and (min-width: 992px) {
          body #home .events .next {
            display: table-cell;
            width: 50%; } }
      body #home .events .upcoming {
        height: 100%; }
        body #home .events .upcoming .event {
          padding: 10px 15px 10px 80px; }
          body #home .events .upcoming .event a {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 100; }
          body #home .events .upcoming .event:first-child {
            margin-top: 0; }
          body #home .events .upcoming .event p {
            font-size: 13px;
            color: #5f6168;
            line-height: 1.6em; }
            body #home .events .upcoming .event p.date {
              margin: .3em 0;
              color: #5f6168;
              text-transform: uppercase;
              font-size: 17px;
              font-weight: bold; }
              body #home .events .upcoming .event p.date span {
                color: #b96318; }
          body #home .events .upcoming .event h2 {
            color: #b96318;
            font-weight: 300;
            margin: 0; }
          body #home .events .upcoming .event img {
            max-width: 100%; }
          body #home .events .upcoming .event:hover {
            background: #d1d4d3; }
        @media screen and (min-width: 992px) {
          body #home .events .upcoming {
            display: table-cell;
            width: 50%; } }
    body #home .tiles {
      height: 400px;
      margin-top: 30px;
      display: none;
      overflow: hidden; }
      @media screen and (min-width: 992px) {
        body #home .tiles {
          display: block; } }
    body #home .homeTitle {
      text-align: center;
      text-transform: uppercase;
      font-weight: bold;
      margin-top: 90px; }
    body #home .press .pressList {
      list-style: none;
      margin: 20px 0 0 0;
      padding: 0;
      display: flex;
      flex-wrap: wrap; }
      body #home .press .pressList .pressItem {
        flex-basis: 50%; }
        body #home .press .pressList .pressItem:nth-child(odd) {
          padding-right: 15px; }
        body #home .press .pressList .pressItem:nth-child(even) {
          padding-left: 15px; }
        body #home .press .pressList .pressItem .date {
          margin: .3em 0;
          color: #5f6168;
          text-transform: uppercase;
          font-size: 17px;
          font-weight: bold; }
        body #home .press .pressList .pressItem .pressTitle {
          margin-top: 10px; }
    body #home .announcementsContain {
      display: flex; }
      body #home .announcementsContain .left {
        padding-right: 15px; }
      body #home .announcementsContain .right {
        padding-left: 15px; }
  body #home-mobile {
    background: #b96318; }
    @media screen and (min-width: 992px) {
      body #home-mobile {
        display: none; } }
    body #home-mobile > div {
      border-bottom: 1px solid white;
      padding: 15px 20px; }
      body #home-mobile > div p, body #home-mobile > div a, body #home-mobile > div h2, body #home-mobile > div h3, body #home-mobile > div h4, body #home-mobile > div h5 {
        color: white;
        margin: 0; }
      body #home-mobile > div h3 {
        font-size: 24px; }
      body #home-mobile > div h5 {
        margin: 1.2em 0 .5em 0; }
      body #home-mobile > div .event p.date {
        font-weight: bold; }
      body #home-mobile > div p {
        margin: .4em 0; }
      body #home-mobile > div:first-child {
        padding-top: 10px; }
  body #main #visitorInfo .c img.obelisk {
    position: absolute;
    bottom: -7px;
    right: 80px;
    z-index: 250;
    display: none; }
    @media screen and (min-width: 992px) {
      body #main #visitorInfo .c img.obelisk {
        display: block;
        right: -92px; } }
    @media screen and (min-width: 1400px) {
      body #main #visitorInfo .c img.obelisk {
        right: 80px; } }
  @media screen and (min-width: 992px) {
    body #main #visitorInfo .c > .left {
      width: 75%;
      float: left; } }
  body #main #visitorInfo .c > .left .intro {
    padding: 0 20px; }
    @media screen and (min-width: 992px) {
      body #main #visitorInfo .c > .left .intro {
        padding: 0; } }
    body #main #visitorInfo .c > .left .intro h2, body #main #visitorInfo .c > .left .intro p {
      max-width: 80%; }
  body #main #visitorInfo .c > .left .directions {
    background: #5f6168;
    margin-top: 50px;
    padding: 40px 20px; }
    @media screen and (min-width: 992px) {
      body #main #visitorInfo .c > .left .directions {
        padding: 40px 40px 40px 0; } }
    body #main #visitorInfo .c > .left .directions:after {
      content: "";
      display: table;
      clear: both; }
    body #main #visitorInfo .c > .left .directions:before {
      content: '';
      width: 9999px;
      height: 100%;
      position: absolute;
      left: -9999px;
      top: 0;
      background: #5f6168; }
    body #main #visitorInfo .c > .left .directions .left:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 992px) {
      body #main #visitorInfo .c > .left .directions .left {
        width: 50%;
        float: left; } }
    body #main #visitorInfo .c > .left .directions .left ul {
      margin: 0;
      padding: 0;
      list-style: none;
      float: left; }
      body #main #visitorInfo .c > .left .directions .left ul li {
        padding-left: 35px;
        color: white;
        margin: 40px 0;
        position: relative; }
        body #main #visitorInfo .c > .left .directions .left ul li:before {
          content: '';
          width: 25px;
          height: 25px;
          display: block;
          position: absolute;
          left: 0;
          top: -2px; }
        body #main #visitorInfo .c > .left .directions .left ul li.location:before {
          background-image: url("/assets/img/icon-white-location.svg"); }
        body #main #visitorInfo .c > .left .directions .left ul li.hours:before {
          background-image: url("/assets/img/icon-white-hours.svg"); }
        body #main #visitorInfo .c > .left .directions .left ul li.parking:before {
          background-image: url("/assets/img/icon-white-parking.svg"); }
        body #main #visitorInfo .c > .left .directions .left ul li.phone:before {
          background-image: url("/assets/img/icon-white-phone.svg"); }
        body #main #visitorInfo .c > .left .directions .left ul li.fax:before {
          background-image: url("/assets/img/icon-white-fax.svg"); }
        body #main #visitorInfo .c > .left .directions .left ul li.email:before {
          background-image: url("/assets/img/icon-white-email.svg"); }
        body #main #visitorInfo .c > .left .directions .left ul li a {
          color: #b96318;
          text-decoration: none;
          font-weight: bold; }
    @media screen and (min-width: 992px) {
      body #main #visitorInfo .c > .left .directions .right {
        width: 50%;
        padding-left: 20px;
        float: right; } }
    body #main #visitorInfo .c > .left .directions .right iframe {
      max-width: 100%; }
  body #main #visitorInfo .c > .left .trio {
    background: #d1d4d3;
    padding: 30px 15px 30px 20px; }
    body #main #visitorInfo .c > .left .trio:after {
      content: "";
      display: table;
      clear: both; }
    body #main #visitorInfo .c > .left .trio:before {
      content: '';
      width: 9999px;
      height: 100%;
      position: absolute;
      left: -9999px;
      top: 0;
      background: #d1d4d3; }
    @media screen and (min-width: 992px) {
      body #main #visitorInfo .c > .left .trio {
        padding: 30px 15px 30px 0; } }
    body #main #visitorInfo .c > .left .trio ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      body #main #visitorInfo .c > .left .trio ul li {
        float: none;
        margin: 30px 0;
        color: #5f6168;
        font-weight: 700;
        padding-left: 50px;
        position: relative; }
        @media screen and (min-width: 992px) {
          body #main #visitorInfo .c > .left .trio ul li {
            float: left;
            width: 25%;
            margin: 0 20px; } }
        body #main #visitorInfo .c > .left .trio ul li a {
          color: #5f6168; }
          body #main #visitorInfo .c > .left .trio ul li a:hover {
            color: #b96318; }
        body #main #visitorInfo .c > .left .trio ul li:before {
          content: '';
          width: 40px;
          height: 40px;
          position: absolute;
          left: 0;
          top: -10px;
          background-size: 100% 100%; }
        body #main #visitorInfo .c > .left .trio ul li.group:before {
          background-image: url("/assets/img/icon-black-flag.svg"); }
        body #main #visitorInfo .c > .left .trio ul li.group:hover:before {
          background-image: url("/assets/img/icon-fill-orange-flag.svg"); }
        body #main #visitorInfo .c > .left .trio ul li.private:before {
          background-image: url("/assets/img/icon-black-calendar.svg"); }
        body #main #visitorInfo .c > .left .trio ul li.private:hover:before {
          background-image: url("/assets/img/icon-fill-orange-calendar.svg"); }
        body #main #visitorInfo .c > .left .trio ul li.email:before {
          background-image: url("/assets/img/icon-black-envelope.svg"); }
        body #main #visitorInfo .c > .left .trio ul li.email:hover:before {
          background-image: url("/assets/img/icon-fill-orange-email.svg"); }
  body #main #visitorInfo .c > .left .message {
    padding: 30px 20px 50px 20px; }
    @media screen and (min-width: 992px) {
      body #main #visitorInfo .c > .left .message {
        padding: 30px 0 50px 0; } }
  body #main #visitorInfo .c > .right {
    display: none; }
    @media screen and (min-width: 992px) {
      body #main #visitorInfo .c > .right {
        width: 25%;
        float: right;
        height: 1000px;
        display: block; } }
  body #main #visitorInfo .messageContainer {
    display: none;
    background: #d1d4d3;
    padding: 40px 0; }
    body #main #visitorInfo .messageContainer .c {
      padding: 0 20px; }
      @media screen and (min-width: 992px) {
        body #main #visitorInfo .messageContainer .c {
          padding: 0; } }
      body #main #visitorInfo .messageContainer .c .row > div {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        body #main #visitorInfo .messageContainer .c .row > div:last-child {
          margin-right: 0; }
  body #main #groupVisits .pull {
    background-color: #9c5314;
    background-image: -webkit-linear-gradient(-540deg, #9c5314, #fc851e);
    background-image: linear-gradient(270deg,#9c5314, #fc851e);
    background-size: 400% 400%;
    -webkit-animation: gradientMove 10s linear infinite;
    -moz-animation: gradientMove 10s linear infinite;
    animation: gradientMove 10s linear infinite;
    padding: 30px 20px; }
    @media screen and (min-width: 992px) {
      body #main #groupVisits .pull {
        padding: 30px 0; } }
    body #main #groupVisits .pull p {
      margin: 0;
      font-size: 16px;
      color: white;
      font-weight: 300; }
  body #main #groupVisits .twocol {
    overflow: hidden;
    padding: 0 20px; }
    @media screen and (min-width: 992px) {
      body #main #groupVisits .twocol {
        padding: 0;
        background-image: url("/assets/img/groupSideTriangle.svg");
        background-repeat: no-repeat;
        background-position: 595px;
        background-size: 77%; } }
    @media screen and (min-width: 992px) {
      body #main #groupVisits .twocol .left {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 57.3509785009%; }
        body #main #groupVisits .twocol .left:last-child {
          margin-right: 0; } }
    body #main #groupVisits .twocol .left h3 {
      margin: 1em 0 .2em 0; }
    @media screen and (min-width: 992px) {
      body #main #groupVisits .twocol .right {
        padding-top: 35px;
        /* &:after {
            background: {
                image: url('/assets/img/groupSideTriangle.svg');
                repeat: no-repeat;
                position: right;
                size: 100%;
            }
            content:'';
            width:100%;
            min-height:480px;
            display:block;
            position: absolute;
            top:0;
            right:0;
            z-index:-20;
        } */ } }
  @media screen and (min-width: 992px) and (min-width: 992px) {
    body #main #groupVisits .twocol .right {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 40.2913699012%; }
      body #main #groupVisits .twocol .right:last-child {
        margin-right: 0; } }

    body #main #groupVisits .twocol .right h4 {
      color: #5f6168;
      margin: 2.8em 0 .5em; }
      body #main #groupVisits .twocol .right h4:first-child {
        margin-top: 0; }
    body #main #groupVisits .twocol .right p {
      color: #5f6168; }
  body #main #groupVisits .more p {
    color: #5f6168;
    font-size: 16px;
    font-weight: bold;
    padding: 0 20px; }
    @media screen and (min-width: 992px) {
      body #main #groupVisits .more p {
        padding: 0; } }
  body #main #groupVisits .more ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    body #main #groupVisits .more ul li {
      background-size: cover;
      padding: 30px 15px;
      position: relative;
      overflow: hidden; }
      @media screen and (min-width: 992px) {
        body #main #groupVisits .more ul li {
          width: 20%;
          float: left;
          min-height: 400px;
          background-size: 100% 100%; } }
      body #main #groupVisits .more ul li:nth-child(1) .shape {
        background-image: url("/assets/img/shape-orange.svg"); }
      body #main #groupVisits .more ul li:nth-child(2) .shape {
        background-image: url("/assets/img/shape-teal.svg"); }
      body #main #groupVisits .more ul li:nth-child(3) .shape {
        background-image: url("/assets/img/shape-purple.svg"); }
      body #main #groupVisits .more ul li:nth-child(4) .shape {
        background-image: url("/assets/img/shape-blue.svg"); }
      body #main #groupVisits .more ul li:nth-child(5) .shape {
        background-image: url("/assets/img/shape-gray.svg"); }
      body #main #groupVisits .more ul li div.shape {
        width: 100%;
        height: 50%;
        position: absolute;
        left: 0;
        top: -400px;
        background-size: 100% 100%; }
      body #main #groupVisits .more ul li a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 50; }
      body #main #groupVisits .more ul li h4 {
        font-size: 26px;
        font-weight: 300;
        margin: 0;
        color: white;
        z-index: 10;
        position: relative; }
  body #main #groupVisits .reserve {
    padding: 10px 0 0; }
    @media screen and (min-width: 992px) {
      body #main #groupVisits .reserve {
        padding: 30px 0 0 0; } }
    body #main #groupVisits .reserve p.moreAction {
      padding: 0 20px 20px 20px; }
      @media screen and (min-width: 992px) {
        body #main #groupVisits .reserve p.moreAction {
          padding-bottom: 0 0 20px 0; } }
    body #main #groupVisits .reserve form {
      display: none;
      background: #d1d4d3;
      padding: 30px 20px;
      margin: 20px 0 0; }
      @media screen and (min-width: 992px) {
        body #main #groupVisits .reserve form {
          padding: 30px 0; } }
      body #main #groupVisits .reserve form input[type=text] {
        background: white; }
      body #main #groupVisits .reserve form div {
        background: #d1d4d3;
        text-align: center; }
      body #main #groupVisits .reserve form .row {
        padding: 15px 0; }
        @media screen and (min-width: 992px) {
          body #main #groupVisits .reserve form .row.name > div, body #main #groupVisits .reserve form .row.email > div {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 48.821174201%;
            padding: 0 20; }
            body #main #groupVisits .reserve form .row.name > div:last-child, body #main #groupVisits .reserve form .row.email > div:last-child {
              margin-right: 0; } }
        @media screen and (min-width: 992px) {
          body #main #groupVisits .reserve form .row.guests > div {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 31.7615656014%;
            padding: 0 20; }
            body #main #groupVisits .reserve form .row.guests > div:last-child {
              margin-right: 0; } }
        @media screen and (min-width: 992px) {
          body #main #groupVisits .reserve form .row.message .left {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 31.7615656014%; }
            body #main #groupVisits .reserve form .row.message .left:last-child {
              margin-right: 0; } }
        body #main #groupVisits .reserve form .row.message .left label {
          font-size: 14px;
          color: #5f6168;
          font-weight: bold;
          padding: 10px 0;
          display: block; }
        body #main #groupVisits .reserve form .row.message .left input.datepicker {
          margin-top: 10px; }
        body #main #groupVisits .reserve form .row.message .left .guideSchedule {
          display: none;
          background: #b96318;
          border-radius: 5px;
          padding: 5px 10px; }
          body #main #groupVisits .reserve form .row.message .left .guideSchedule p {
            color: white;
            font-size: 12px; }
        body #main #groupVisits .reserve form .row.message .right p {
          font-size: 11px;
          color: #5f6168;
          margin: .2em 0; }
        body #main #groupVisits .reserve form .row.message .right textarea {
          min-height: 150px;
          margin: 10px 0; }
        @media screen and (min-width: 992px) {
          body #main #groupVisits .reserve form .row.message .right {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 65.8807828007%; }
            body #main #groupVisits .reserve form .row.message .right:last-child {
              margin-right: 0; } }
        @media screen and (min-width: 992px) {
          body #main #groupVisits .reserve form .row.submit p {
            float: right;
            font-size: 12px;
            color: #5f6168;
            padding-right: 10px;
            margin: 0; } }
        @media screen and (min-width: 992px) {
          body #main #groupVisits .reserve form .row.submit input[type=submit] {
            float: right; } }
  body #main #about .intro {
    background-color: #9c5314;
    background-image: -webkit-linear-gradient(-540deg, #9c5314, #fc851e);
    background-image: linear-gradient(270deg,#9c5314, #fc851e);
    background-size: 400% 400%;
    -webkit-animation: gradientMove 10s linear infinite;
    -moz-animation: gradientMove 10s linear infinite;
    animation: gradientMove 10s linear infinite;
    padding: 30px 20px;
    padding: 50px 0;
    color: white; }
    @media screen and (min-width: 992px) {
      body #main #about .intro {
        padding: 30px 0; } }
    body #main #about .intro p {
      margin: 0;
      font-size: 16px;
      color: white;
      font-weight: 300; }
    @media screen and (min-width: 992px) {
      body #main #about .intro {
        height: 340px; } }
    body #main #about .intro h1, body #main #about .intro h2, body #main #about .intro h3, body #main #about .intro h4, body #main #about .intro h5, body #main #about .intro p {
      color: white;
      margin-top: 0; }
    body #main #about .intro h2 {
      font-size: 26px; }
      @media screen and (min-width: 992px) {
        body #main #about .intro h2 {
          font-size: 26px; } }
    body #main #about .intro h3 {
      font-size: 26px; }
      @media screen and (min-width: 992px) {
        body #main #about .intro h3 {
          font-size: 26px; } }
    body #main #about .intro .c {
      padding: 0 20px; }
      body #main #about .intro .c:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (min-width: 992px) {
        body #main #about .intro .c {
          padding: 0; } }
      body #main #about .intro .c .slides:after {
        content: "";
        display: table;
        clear: both; }
      body #main #about .intro .c .slides .slide {
        min-height: 370px; }
        @media screen and (min-width: 992px) {
          body #main #about .intro .c .slides .slide {
            min-height: 0; } }
      body #main #about .intro .c .cycle-pager {
        color: white;
        font-size: 48px;
        text-align: center; }
        @media screen and (min-width: 992px) {
          body #main #about .intro .c .cycle-pager {
            position: absolute;
            bottom: -175px;
            left: 45%; } }
        body #main #about .intro .c .cycle-pager span {
          cursor: pointer; }
          body #main #about .intro .c .cycle-pager span.cycle-pager-active {
            color: #5f6168; }
  body #main #about .video iframe {
    width: 100%;
    display: block; }
    @media screen and (min-width: 992px) {
      body #main #about .video iframe {
        height: 558px; } }
    @media screen and (min-width: 1200px) {
      body #main #about .video iframe {
        height: 658px; } }
    @media screen and (min-width: 1400px) {
      body #main #about .video iframe {
        height: 786px; } }
  body #main #about .info img.next, body #main #about .info img.prev {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 100;
    cursor: pointer; }
  body #main #about .info img.next {
    display: none; }
    @media screen and (min-width: 992px) {
      body #main #about .info img.next {
        top: 570px;
        right: 20px;
        display: block; } }
  body #main #about .info img.prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    display: none; }
    @media screen and (min-width: 992px) {
      body #main #about .info img.prev {
        top: 570px;
        left: 20px;
        display: none; } }
  @media screen and (min-width: 992px) {
    body #main #about .info .sliders {
      width: 400%; } }
  @media screen and (min-width: 992px) {
    body #main #about .info .sliders > div {
      height: 775px;
      width: 25%;
      float: left; } }
  body #main #about .info .who {
    z-index: 50; }
    body #main #about .info .who:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 992px) {
      body #main #about .info .who:after {
        content: '';
        display: block;
        height: 100%;
        background: #5f6168;
        width: 5px;
        position: absolute;
        right: -3px;
        top: 0;
        z-index: -5; } }
    body #main #about .info .who .left {
      padding: 50px 20px 0 20px; }
      @media screen and (min-width: 992px) {
        body #main #about .info .who .left {
          padding: 50px 0 0; } }
      body #main #about .info .who .left p {
        font-size: 17px;
        line-height: 1.8em; }
      @media screen and (min-width: 992px) {
        body #main #about .info .who .left {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%; }
          body #main #about .info .who .left:last-child {
            margin-right: 0; } }
    body #main #about .info .who .right {
      background: #5f6168;
      height: 100%; }
      @media screen and (min-width: 992px) {
        body #main #about .info .who .right {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 23.2317613015%;
          margin-left: 25.5894128995%; }
          body #main #about .info .who .right:last-child {
            margin-right: 0; } }
      body #main #about .info .who .right img {
        max-width: 100%; }
        @media screen and (min-width: 992px) {
          body #main #about .info .who .right img {
            max-width: 450px;
            float: right;
            position: relative;
            right: -50px; } }
        @media screen and (min-width: 1200px) {
          body #main #about .info .who .right img {
            max-width: 650px; } }
      body #main #about .info .who .right h3 {
        display: none; }
        @media screen and (min-width: 992px) {
          body #main #about .info .who .right h3 {
            color: white;
            float: right;
            padding-right: 30px;
            text-align: right;
            margin-top: 0;
            display: block; } }
  body #main #about .info .rothko {
    background: #5f6168;
    z-index: 25; }
    body #main #about .info .rothko:after {
      content: "";
      display: table;
      clear: both; }
    body #main #about .info .rothko .left {
      padding: 0 20px; }
      @media screen and (min-width: 992px) {
        body #main #about .info .rothko .left {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 57.3509785009%;
          margin-left: 8.5298042998%;
          padding: 0 0 0 50px; }
          body #main #about .info .rothko .left:last-child {
            margin-right: 0; } }
      body #main #about .info .rothko .left h1, body #main #about .info .rothko .left h2, body #main #about .info .rothko .left h3, body #main #about .info .rothko .left h4, body #main #about .info .rothko .left h5, body #main #about .info .rothko .left p {
        color: white; }
      body #main #about .info .rothko .left h3 {
        margin: 0; }
        @media screen and (min-width: 992px) {
          body #main #about .info .rothko .left h3 {
            margin: 1em 0; } }
    @media screen and (min-width: 992px) {
      body #main #about .info .rothko .right {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%;
        margin-left: 8.5298042998%; }
        body #main #about .info .rothko .right:last-child {
          margin-right: 0; } }
    body #main #about .info .rothko .right h1, body #main #about .info .rothko .right h2, body #main #about .info .rothko .right h3, body #main #about .info .rothko .right h4, body #main #about .info .rothko .right h5, body #main #about .info .rothko .right p {
      color: white; }
    body #main #about .info .rothko .right h3 {
      margin: 0;
      display: none; }
      @media screen and (min-width: 992px) {
        body #main #about .info .rothko .right h3 {
          position: relative;
          top: -75px;
          display: block; } }
    body #main #about .info .rothko .right p {
      margin: 0; }
      body #main #about .info .rothko .right p:after {
        content: "";
        display: table;
        clear: both; }
    body #main #about .info .rothko .right img {
      float: right;
      max-width: 100%; }
      @media screen and (min-width: 992px) {
        body #main #about .info .rothko .right img {
          max-width: 320px;
          position: relative;
          right: -30px; } }
      @media screen and (min-width: 1200px) {
        body #main #about .info .rothko .right img {
          max-width: 400px; } }
  body #main #about .info .menil {
    background: #b96318; }
    body #main #about .info .menil:after {
      content: "";
      display: table;
      clear: both; }
    body #main #about .info .menil h1, body #main #about .info .menil h2, body #main #about .info .menil h3, body #main #about .info .menil h4, body #main #about .info .menil h5, body #main #about .info .menil p {
      color: white; }
    body #main #about .info .menil .left {
      padding: 0 20px; }
      @media screen and (min-width: 992px) {
        body #main #about .info .menil .left {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 57.3509785009%;
          margin-left: 8.5298042998%;
          padding: 0;
          border-right: 1px solid white;
          padding-right: 30px; }
          body #main #about .info .menil .left:last-child {
            margin-right: 0; } }
      body #main #about .info .menil .left img.prev {
        display: none; }
        @media screen and (min-width: 992px) {
          body #main #about .info .menil .left img.prev {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
            width: 60px;
            height: 60px;
            margin: 0 30px 30px 0;
            position: absolute;
            left: -90px;
            top: 40px;
            display: block; } }
      body #main #about .info .menil .left h3 {
        margin: 0;
        padding-top: 40px; }
        @media screen and (min-width: 992px) {
          body #main #about .info .menil .left h3 {
            margin: 1em 0;
            padding: 0; } }
    body #main #about .info .menil .right {
      padding: 0 20px; }
      @media screen and (min-width: 992px) {
        body #main #about .info .menil .right {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 31.7615656014%;
          padding: 50px 25px 0 25px; }
          body #main #about .info .menil .right:last-child {
            margin-right: 0; } }
      body #main #about .info .menil .right h4 {
        font-size: 18px;
        line-height: 1.8em;
        font-weight: 400; }
  body #main #about .info .obelisk {
    background: #1d0d69; }
    body #main #about .info .obelisk:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 992px) {
      body #main #about .info .obelisk:before {
        content: '';
        background: #1d0d69;
        width: 2000px;
        position: absolute;
        height: 100%; } }
    body #main #about .info .obelisk h1, body #main #about .info .obelisk h2, body #main #about .info .obelisk h3, body #main #about .info .obelisk h4, body #main #about .info .obelisk h5, body #main #about .info .obelisk p {
      color: white; }
    body #main #about .info .obelisk .left {
      padding: 0 20px; }
      @media screen and (min-width: 992px) {
        body #main #about .info .obelisk .left {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 31.7615656014%;
          margin-left: 8.5298042998%;
          padding: 0;
          padding-right: 30px; }
          body #main #about .info .obelisk .left:last-child {
            margin-right: 0; } }
      body #main #about .info .obelisk .left p {
        margin: 0; }
      body #main #about .info .obelisk .left img {
        max-width: 100%; }
        body #main #about .info .obelisk .left img.prev {
          display: none; }
          @media screen and (min-width: 992px) {
            body #main #about .info .obelisk .left img.prev {
              -webkit-transform: rotate(90deg);
              -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
              -o-transform: rotate(90deg);
              transform: rotate(90deg);
              width: 60px;
              height: 60px;
              margin: 0 30px 30px 0;
              position: absolute;
              left: -90px;
              top: 40px;
              display: block; } }
      body #main #about .info .obelisk .left h3 {
        margin: 0;
        padding-top: 40px; }
        @media screen and (min-width: 992px) {
          body #main #about .info .obelisk .left h3 {
            margin: 1em 0;
            padding: 0; } }
    body #main #about .info .obelisk .right {
      padding: 0 20px; }
      @media screen and (min-width: 992px) {
        body #main #about .info .obelisk .right {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 57.3509785009%;
          padding: 50px 0 0; }
          body #main #about .info .obelisk .right:last-child {
            margin-right: 0; } }
      body #main #about .info .obelisk .right h2 {
        font-size: 32px;
        line-height: 1.8em;
        font-weight: 400;
        margin: .2em 0; }
      body #main #about .info .obelisk .right p.quote {
        font-size: 28px;
        font-weight: 300;
        margin: 0; }
  body #main #about .connect {
    overflow: hidden; }
    body #main #about .connect .copy {
      padding: 30px 20px 0; }
      @media screen and (min-width: 992px) {
        body #main #about .connect .copy {
          padding: 30px 0 0; } }
      body #main #about .connect .copy h3, body #main #about .connect .copy p {
        color: white; }
      body #main #about .connect .copy h3 {
        margin: .3em 0; }
      @media screen and (min-width: 992px) {
        body #main #about .connect .copy {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 40.2913699012%;
          height: 650px; }
          body #main #about .connect .copy:last-child {
            margin-right: 0; } }
    body #main #about .connect .books {
      height: 300px;
      padding: 0 20px; }
      @media screen and (min-width: 992px) {
        body #main #about .connect .books {
          background-color: #1d0d69;
          position: absolute;
          width: 500px;
          bottom: 0;
          right: 0;
          height: 300px;
          background: none;
          padding: 0; } }
      body #main #about .connect .books img.blue {
        width: 680px;
        height: 481px;
        position: absolute;
        left: -200px;
        top: 0;
        display: none; }
        @media screen and (min-width: 992px) {
          body #main #about .connect .books img.blue {
            display: inline; } }
      @media screen and (min-width: 992px) {
        body #main #about .connect .books .slides {
          width: 300px;
          position: absolute;
          left: 0;
          top: 133px; } }
      body #main #about .connect .books .slides .cycle-slideshow img {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0px;
        cursor: pointer;
        z-index: 200; }
        @media screen and (min-width: 992px) {
          body #main #about .connect .books .slides .cycle-slideshow img {
            width: 40px;
            height: 40px;
            top: 10px; } }
        body #main #about .connect .books .slides .cycle-slideshow img.cycle-next {
          left: 50px; }
          @media screen and (min-width: 992px) {
            body #main #about .connect .books .slides .cycle-slideshow img.cycle-next {
              right: -70px;
              left: auto; } }
        body #main #about .connect .books .slides .cycle-slideshow img.cycle-prev {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
          @media screen and (min-width: 992px) {
            body #main #about .connect .books .slides .cycle-slideshow img.cycle-prev {
              left: -80px; } }
      body #main #about .connect .books .slides .cycle-slideshow > div {
        padding: 50px 0 0 0px; }
        @media screen and (min-width: 992px) {
          body #main #about .connect .books .slides .cycle-slideshow > div {
            padding: 0; } }
        body #main #about .connect .books .slides .cycle-slideshow > div h3 {
          color: white;
          margin: 0 0 15px 0; }
        body #main #about .connect .books .slides .cycle-slideshow > div p {
          color: white;
          margin: 0; }
  body #main #board .c {
    background: #5f6168; }
    body #main #board .c > div {
      background: #5f6168;
      text-align: left;
      cursor: pointer;
      padding: 0 30px;
      border-bottom: 1px solid white;
      overflow-y: auto; }
      @media screen and (min-width: 992px) {
        body #main #board .c > div {
          width: 25%;
          border: 0;
          float: left;
          text-align: center;
          height: 700px; } }
      body #main #board .c > div:after {
        content: '';
        background: url("/assets/img/plus.svg");
        background-size: 100% 100%;
        width: 40px;
        height: 40px;
        position: absolute;
        display: block;
        right: 20px;
        top: 34%; }
        @media screen and (min-width: 992px) {
          body #main #board .c > div:after {
            bottom: 40%;
            left: 45%;
            right: auto;
            top: auto; } }
      body #main #board .c > div:before {
        background-image: url("/assets/img/x.svg");
        background-size: 100% 100%;
        display: none;
        content: '';
        width: 40px;
        height: 40px;
        position: absolute;
        top: 20px;
        right: 20px; }
      body #main #board .c > div h2 {
        color: white;
        text-align: left;
        padding: 50px 50px 50px 0;
        margin: 0; }
        @media screen and (min-width: 992px) {
          body #main #board .c > div h2 {
            padding: 150px 0 0 0;
            margin: 1em 0;
            text-align: center; } }
      body #main #board .c > div ul {
        display: none;
        list-style: none;
        margin: 0;
        padding: 20px 0; }
        @media screen and (min-width: 992px) {
          body #main #board .c > div ul {
            padding: 0; } }
        body #main #board .c > div ul li {
          color: white;
          margin: 10px 0;
          text-align: left; }
          body #main #board .c > div ul li.title {
            font-size: 30px;
            border-top: 1px solid #c9f4ec;
            padding: 30px 0 20px 0;
            margin-top: 25px; }
          body #main #board .c > div ul li span {
            font-style: italic;
            font-weight: 300; }
      body #main #board .c > div img.close {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 10px;
        top: 10px;
        display: none; }
      body #main #board .c > div.active:before {
        display: block; }
      body #main #board .c > div.active:after {
        display: none; }
      body #main #board .c > div.active img.close {
        display: block; }
      body #main #board .c > div.active h2 {
        text-align: left; }
  body #main #donors .announcement {
    background-color: #fc851e;
    background-image: -webkit-linear-gradient(left, #fc851e, #9c5314);
    background-image: linear-gradient(to right,#fc851e, #9c5314);
    padding: 50px 20px; }
    @media screen and (min-width: 992px) {
      body #main #donors .announcement {
        padding: 50px 0px; } }
    body #main #donors .announcement h3 {
      color: white;
      margin: 0; }
  body #main #donors .info .c .left {
    display: none; }
    @media screen and (min-width: 992px) {
      body #main #donors .info .c .left {
        width: 35%;
        display: block;
        float: left;
        background-image: url("/assets/img/tiles-vert.svg"); } }
    body #main #donors .info .c .left img {
      max-width: 100%;
      display: block; }
  @media screen and (min-width: 992px) {
    body #main #donors .info .c .right {
      width: 65%;
      float: left; } }
  body #main #donors .info .c .right > div {
    background: #5f6168;
    padding: 20px; }
    body #main #donors .info .c .right > div:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 992px) {
      body #main #donors .info .c .right > div {
        padding: 30px 50px;
        cursor: pointer; }
        body #main #donors .info .c .right > div:after {
          content: '';
          background: url("/assets/img/plus.svg");
          background-size: 100% 100%;
          width: 30px;
          height: 30px;
          position: absolute;
          display: block;
          right: 50px;
          top: 60px; } }
    body #main #donors .info .c .right > div.active:after {
      background-image: url("/assets/img/x.svg");
      background-size: 100% 100%; }
    body #main #donors .info .c .right > div h3 {
      color: white;
      margin: 0; }
    body #main #donors .info .c .right > div p {
      color: white;
      margin-top: .5em;
      margin-bottom: 0; }
      @media screen and (min-width: 992px) {
        body #main #donors .info .c .right > div p {
          padding-bottom: 40px; } }
    body #main #donors .info .c .right > div > div:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 992px) {
      body #main #donors .info .c .right > div > div {
        display: none; } }
    body #main #donors .info .c .right > div > div hr {
      border: 0;
      height: 1px;
      background-color: white;
      opacity: .5;
      margin: 15px 0; }
      @media screen and (min-width: 992px) {
        body #main #donors .info .c .right > div > div hr {
          margin: 0; } }
    body #main #donors .info .c .right > div > div ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      @media screen and (min-width: 992px) {
        body #main #donors .info .c .right > div > div ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          padding-top: 40px;
          /* column-count: 2;
          column-gap: 0; */ } }
      body #main #donors .info .c .right > div > div ul li {
        color: white;
        margin: 5px 0;
        padding-right: 10px; }
        @media screen and (min-width: 992px) {
          body #main #donors .info .c .right > div > div ul li {
            flex-grow: 0;
            flex-shrink: 1;
            flex-basis: calc(50% - 30px);
            padding-right: 30px; } }
        body #main #donors .info .c .right > div > div ul li:nth-child(odd) {
          padding-left: 0; }
  body #main #newsletter {
    background-image: url("/assets/img/general/newsBack.jpg"); }
    body #main #newsletter .c .joinBox {
      background: #d1d4d3;
      margin: 50px 0; }
      body #main #newsletter .c .joinBox h3 {
        margin: 0 0 20px 0; }
      body #main #newsletter .c .joinBox h4 {
        color: #5f6168;
        margin-bottom: 10px; }
      body #main #newsletter .c .joinBox .full {
        width: 100%; }
        @media screen and (min-width: 992px) {
          body #main #newsletter .c .joinBox .full {
            width: 98%;
            margin: 10px 1%; } }
      @media screen and (min-width: 992px) {
        body #main #newsletter .c .joinBox .half {
          width: 48%;
          margin: 10px 1%;
          float: left; } }
      body #main #newsletter .c .joinBox ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        body #main #newsletter .c .joinBox ul li {
          float: left;
          margin: 0 10px;
          font-size: 14px;
          color: #5f6168; }
          body #main #newsletter .c .joinBox ul li:first-child {
            margin-left: 0; }
      body #main #newsletter .c .joinBox div:after {
        content: "";
        display: table;
        clear: both; }
      body #main #newsletter .c .joinBox input {
        margin-top: 10px;
        margin-bottom: 10px; }
      @media screen and (min-width: 992px) {
        body #main #newsletter .c .joinBox {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 65.8807828007%;
          margin-left: 17.0596085997%;
          padding: 20px 15px; }
          body #main #newsletter .c .joinBox:last-child {
            margin-right: 0; } }
  body #main #donate .intro {
    padding: 50px 0;
    background-color: #9c5314;
    background-image: -webkit-linear-gradient(-540deg, #9c5314, #fc851e);
    background-image: linear-gradient(270deg,#9c5314, #fc851e);
    background-size: 400% 400%;
    -webkit-animation: gradientMove 10s linear infinite;
    -moz-animation: gradientMove 10s linear infinite;
    animation: gradientMove 10s linear infinite;
    padding: 30px 20px; }
    @media screen and (min-width: 992px) {
      body #main #donate .intro {
        padding: 30px 0; } }
    body #main #donate .intro p {
      margin: 0;
      font-size: 16px;
      color: white;
      font-weight: 300; }
    @media screen and (min-width: 992px) {
      body #main #donate .intro .c .left {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 82.9403914003%; }
        body #main #donate .intro .c .left:last-child {
          margin-right: 0; } }
    body #main #donate .intro .c .left p {
      color: white; }
    @media screen and (min-width: 992px) {
      body #main #donate .intro .c .right {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 14.7019570017%; }
        body #main #donate .intro .c .right:last-child {
          margin-right: 0; } }
    body #main #donate .intro .c .right a {
      color: white;
      display: inline-block;
      float: right;
      text-align: right;
      text-decoration: none;
      font-size: 26px;
      position: relative;
      top: 10px;
      padding-right: 50px; }
      body #main #donate .intro .c .right a:after {
        content: '';
        width: 40px;
        height: 40px;
        background-image: url("/assets/img/arrow-circle.svg");
        background-size: 100% 100%;
        display: block;
        position: absolute;
        top: -2px;
        right: 0; }
  body #main #donate .other:after {
    content: "";
    display: table;
    clear: both; }
  body #main #donate .other .c {
    padding: 0 20px; }
    @media screen and (min-width: 992px) {
      body #main #donate .other .c {
        padding: 0; } }
    body #main #donate .other .c .left ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      body #main #donate .other .c .left ul li {
        padding-left: 60px;
        position: relative;
        min-height: 100px; }
        body #main #donate .other .c .left ul li:before {
          content: '';
          width: 40px;
          height: 40px;
          background-size: 100% 100%;
          position: absolute;
          left: 0;
          top: 0; }
        body #main #donate .other .c .left ul li.mail:before {
          background-image: url("/assets/img/mail-donate.svg"); }
        body #main #donate .other .c .left ul li.person:before {
          background-image: url("/assets/img/donate-in-person.svg"); }
        body #main #donate .other .c .left ul li.phone:before {
          background-image: url("/assets/img/donate-phone.svg"); }
    @media screen and (min-width: 992px) {
      body #main #donate .other .c .left {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%; }
        body #main #donate .other .c .left:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 992px) {
      body #main #donate .other .c .right {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        body #main #donate .other .c .right:last-child {
          margin-right: 0; } }
  body #main #donate .gallery {
    background-size: 100% 100%;
    padding: 0 20px; }
    @media screen and (min-width: 992px) {
      body #main #donate .gallery {
        background-size: cover;
        background-position: 50%;
        min-height: 800px;
        padding: 0; } }
    @media screen and (min-width: 992px) {
      body #main #donate .gallery .c .cycle-slideshow {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%;
        margin-left: 17.0596085997%; }
        body #main #donate .gallery .c .cycle-slideshow:last-child {
          margin-right: 0; } }
    body #main #donate .gallery .c .cycle-slideshow > div {
      padding-top: 50px;
      text-shadow: 1px 1px 1px #000; }
      @media screen and (min-width: 992px) {
        body #main #donate .gallery .c .cycle-slideshow > div {
          margin-top: 340px;
          padding: 0; } }
      body #main #donate .gallery .c .cycle-slideshow > div.cycle-pager {
        font-size: 50px;
        text-align: center;
        text-shadow: none;
        color: white;
        cursor: pointer; }
        body #main #donate .gallery .c .cycle-slideshow > div.cycle-pager span {
          margin: 0 5px; }
        body #main #donate .gallery .c .cycle-slideshow > div.cycle-pager .cycle-pager-active {
          color: #b96318; }
    body #main #donate .gallery .c .cycle-slideshow h3 {
      color: white;
      font-size: 24px; }
      @media screen and (min-width: 992px) {
        body #main #donate .gallery .c .cycle-slideshow h3 {
          font-size: 34px; } }
    body #main #donate .gallery .c .cycle-slideshow p {
      color: white; }
  body #main #donate .share {
    background: #d1d4d3;
    padding: 40px 20px; }
    @media screen and (min-width: 992px) {
      body #main #donate .share {
        padding: 40px 0; } }
    body #main #donate .share h3 {
      margin-top: 0; }
  body #main #employment .c {
    padding: 0 20px; }
    @media screen and (min-width: 992px) {
      body #main #employment .c {
        padding: 0; } }
  body #main #employment .jobContainer .details {
    background-color: #d1d4d3; }
    body #main #employment .jobContainer .details h3.more {
      position: relative;
      display: inline-block;
      margin: .3em 0;
      cursor: pointer; }
      body #main #employment .jobContainer .details h3.more img {
        width: 40px;
        height: 40px;
        position: relative;
        top: 10px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-animation: rotate0 1s forwards;
        -moz-animation: rotate0 1s forwards;
        animation: rotate0 1s forwards; }
        body #main #employment .jobContainer .details h3.more img.active {
          -webkit-animation: rotate90 1s forwards;
          -moz-animation: rotate90 1s forwards;
          animation: rotate90 1s forwards; }
    body #main #employment .jobContainer .details h4 {
      color: #5f6168;
      margin-top: 0; }
    body #main #employment .jobContainer .details > div.c {
      padding: 30px 20px; }
      @media screen and (min-width: 992px) {
        body #main #employment .jobContainer .details > div.c {
          padding: 30px 0; } }
    body #main #employment .jobContainer .details div.more {
      display: none;
      padding-top: 30px; }
      body #main #employment .jobContainer .details div.more:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (min-width: 992px) {
        body #main #employment .jobContainer .details div.more .left {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%; }
          body #main #employment .jobContainer .details div.more .left:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 992px) {
        body #main #employment .jobContainer .details div.more .right {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%; }
          body #main #employment .jobContainer .details div.more .right:last-child {
            margin-right: 0; } }
  body #main #employment .jobContainer .contact {
    display: none; }
  body #main #employment .contact {
    background: #5f6168; }
    body #main #employment .contact .c {
      padding: 30px 20px; }
      @media screen and (min-width: 992px) {
        body #main #employment .contact .c {
          padding: 30px 0; } }
      body #main #employment .contact .c p {
        color: white; }
        body #main #employment .contact .c p:first-child {
          margin-top: 0; }
        body #main #employment .contact .c p a {
          color: #b96318; }
  body #main #employment .become {
    cursor: pointer; }
    body #main #employment .become .c {
      padding: 30px 20px;
      background-image: url("/assets/img/employment-img.png"); }
      @media screen and (min-width: 992px) {
        body #main #employment .become .c {
          height: 300px;
          padding: 0;
          background-size: 100% 100%; } }
      @media screen and (min-width: 992px) {
        body #main #employment .become .c .float {
          padding: 100px 0 0 60px;
          max-width: 50%; } }
      body #main #employment .become .c .float h3 {
        color: white;
        margin: 0; }
      body #main #employment .become .c .float p {
        color: white; }
      @media screen and (min-width: 992px) {
        body #main #employment .become .c .learn {
          position: absolute;
          right: 20px;
          bottom: 20px; } }
      body #main #employment .become .c .learn h3 {
        margin: 0;
        font-size: 30px; }
        body #main #employment .become .c .learn h3 img {
          width: 50px;
          height: 50px;
          position: absolute;
          right: -60px;
          top: -20px;
          display: none;
          -webkit-animation: rotate0 1s forwards;
          -moz-animation: rotate0 1s forwards;
          animation: rotate0 1s forwards; }
          @media screen and (min-width: 992px) {
            body #main #employment .become .c .learn h3 img {
              display: inline-block; } }
          body #main #employment .become .c .learn h3 img.active {
            -webkit-animation: rotate90 1s forwards;
            -moz-animation: rotate90 1s forwards;
            animation: rotate90 1s forwards; }
  body #main #employment .internContainer {
    background: #d1d4d3;
    padding-top: 35px;
    display: none; }
    @media screen and (min-width: 992px) {
      body #main #employment .internContainer .intro .left {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 57.3509785009%; }
        body #main #employment .internContainer .intro .left:last-child {
          margin-right: 0; } }
    body #main #employment .internContainer .intro .right h4 {
      color: #5f6168;
      margin: 0 0 .2em 0; }
    body #main #employment .internContainer .intro .right strong {
      color: #b96318; }
    @media screen and (min-width: 992px) {
      body #main #employment .internContainer .intro .right {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%;
        margin-left: 17.0596085997%;
        border-left: 1px solid #5f6168;
        padding: 0 0 0 40px; }
        body #main #employment .internContainer .intro .right:last-child {
          margin-right: 0; } }
    body #main #employment .internContainer .positionContainer .position {
      padding: 30px 20px; }
      @media screen and (min-width: 992px) {
        body #main #employment .internContainer .positionContainer .position {
          padding: 30px 0; } }
      body #main #employment .internContainer .positionContainer .position .twoCol:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (min-width: 992px) {
        body #main #employment .internContainer .positionContainer .position .twoCol .left {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%; }
          body #main #employment .internContainer .positionContainer .position .twoCol .left:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 992px) {
        body #main #employment .internContainer .positionContainer .position .twoCol .right {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%; }
          body #main #employment .internContainer .positionContainer .position .twoCol .right:last-child {
            margin-right: 0; } }
      body #main #employment .internContainer .positionContainer .position h4 {
        color: #5f6168; }
  body #main #volunteer .intro {
    background-color: #9c5314;
    background-image: -webkit-linear-gradient(-540deg, #9c5314, #fc851e);
    background-image: linear-gradient(270deg,#9c5314, #fc851e);
    background-size: 400% 400%;
    -webkit-animation: gradientMove 10s linear infinite;
    -moz-animation: gradientMove 10s linear infinite;
    animation: gradientMove 10s linear infinite;
    padding: 30px 20px;
    padding: 50px 0; }
    @media screen and (min-width: 992px) {
      body #main #volunteer .intro {
        padding: 30px 0; } }
    body #main #volunteer .intro p {
      margin: 0;
      font-size: 16px;
      color: white;
      font-weight: 300; }
  body #main #volunteer .c {
    padding: 0 20px; }
    @media screen and (min-width: 992px) {
      body #main #volunteer .c {
        padding: 0; } }
  body #main #volunteer .blocks .c {
    overflow: hidden; }
    @media screen and (min-width: 992px) {
      body #main #volunteer .blocks .c {
        height: 300px; } }
    @media screen and (min-width: 992px) {
      body #main #volunteer .blocks .c .image {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 57.3509785009%; }
        body #main #volunteer .blocks .c .image:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 992px) {
      body #main #volunteer .blocks .c .image:after {
        content: '';
        height: 100%;
        width: 80px;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        background-image: url("/assets/img/volunteer-cover.svg"); } }
    body #main #volunteer .blocks .c .image img {
      max-width: 100%; }
    @media screen and (min-width: 992px) {
      body #main #volunteer .blocks .c .text {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 40.2913699012%; }
        body #main #volunteer .blocks .c .text:last-child {
          margin-right: 0; } }
    body #main #volunteer .blocks .c .text h4 {
      color: #5f6168; }
    body #main #volunteer .blocks .c.even .image:after {
      background-image: url("/assets/img/volunteer-cover-reflect.svg");
      right: auto;
      left: 0; }
  body #main #volunteer .how {
    background: #5f6168;
    padding: 50px 0; }
    body #main #volunteer .how .c h3 {
      color: white;
      margin-bottom: .5em; }
    body #main #volunteer .how .c p {
      color: white; }
  body #main #volunteer .members {
    color: #5f6168;
    background: #d1d4d3;
    padding: 50px 0; }
    body #main #volunteer .members h2 {
      margin-top: 0; }
    body #main #volunteer .members ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      @media screen and (min-width: 992px) {
        body #main #volunteer .members ul {
          -webkit-column-count: 3;
          -webkit-column-gap: 0;
          -moz-column-count: 3;
          -moz-column-gap: 0;
          column-count: 3;
          column-gap: 0;
          width: 100%; } }
      body #main #volunteer .members ul li {
        display: inline-block;
        width: 300px;
        height: 40px;
        color: #5f6168;
        #margin: 7px 15px; }
  body #main #fundraisers .c {
    padding: 0 20px; }
    @media screen and (min-width: 992px) {
      body #main #fundraisers .c {
        padding: 0; } }
  body #main #fundraisers .intro {
    background: #5f6168;
    padding: 40px 0; }
    body #main #fundraisers .intro .c p {
      color: white; }
  body #main #fundraisers .blocks .c {
    padding: 0; }
    body #main #fundraisers .blocks .c .event {
      height: 350px;
      background-size: 100% 100%; }
      @media screen and (min-width: 992px) {
        body #main #fundraisers .blocks .c .event {
          height: 700px;
          background-size: cover; } }
      @media screen and (min-width: 1200px) {
        body #main #fundraisers .blocks .c .event {
          height: 800px; } }
      @media screen and (min-width: 1400px) {
        body #main #fundraisers .blocks .c .event {
          height: 935px; } }
      body #main #fundraisers .blocks .c .event p {
        margin: 0;
        position: absolute;
        bottom: 30px;
        left: 25px;
        color: white; }
  body #main #fundraisers .contact {
    background: #d1d4d3;
    padding: 30px 0; }
    body #main #fundraisers .contact .c ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      body #main #fundraisers .contact .c ul li {
        position: relative;
        padding-left: 50px;
        margin: 40px 0;
        color: #5f6168; }
        body #main #fundraisers .contact .c ul li:before {
          content: '';
          display: block;
          left: 0;
          top: -5px;
          position: absolute;
          width: 40px;
          height: 40px; }
        body #main #fundraisers .contact .c ul li.text:before {
          background-image: url("/assets/img/icon-person.svg"); }
        body #main #fundraisers .contact .c ul li.email:before {
          background-image: url("/assets/img/icon-email.svg"); }
        body #main #fundraisers .contact .c ul li.phone:before {
          background-image: url("/assets/img/icon-phone.svg"); }
  body #main #news .c #newsList {
    padding: 20px 20px 0 20px; }
    @media screen and (min-width: 992px) {
      body #main #news .c #newsList {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%;
        padding: 30px 0; }
        body #main #news .c #newsList:last-child {
          margin-right: 0; } }
    body #main #news .c #newsList ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      body #main #news .c #newsList ul:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (min-width: 992px) {
        body #main #news .c #newsList ul li {
          height: 450px;
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 31.7615656014%; }
          body #main #news .c #newsList ul li:last-child {
            margin-right: 0; }
          body #main #news .c #newsList ul li:nth-child(3n) {
            margin-right: 0; }
          body #main #news .c #newsList ul li:nth-child(3n+1) {
            clear: left; } }
      body #main #news .c #newsList ul li img {
        width: 100%; }
      body #main #news .c #newsList ul li p {
        color: #b96318; }
        body #main #news .c #newsList ul li p strong {
          color: #5f6168; }
        body #main #news .c #newsList ul li p span {
          font-size: .8em;
          color: #5f6168; }
    body #main #news .c #newsList p.full {
      font-size: 26px;
      font-weight: 300;
      position: relative;
      display: inline-block;
      color: #b96318; }
      @media screen and (min-width: 992px) {
        body #main #news .c #newsList p.full {
          padding-right: 56px; } }
      body #main #news .c #newsList p.full a {
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: -10px;
        left: 0; }
        @media screen and (min-width: 992px) {
          body #main #news .c #newsList p.full a {
            width: 100%;
            height: 150%; } }
      body #main #news .c #newsList p.full:before {
        content: '';
        width: 40px;
        height: 40px;
        display: none;
        position: absolute;
        right: 0;
        top: 4px;
        background: url("/assets/img/arrow-circle-orange.svg");
        background-size: 100% 100%; }
        @media screen and (min-width: 992px) {
          body #main #news .c #newsList p.full:before {
            display: block; } }
  body #main #news .c #pr {
    padding: 10px 20px;
    background: #d1d4d3; }
    @media screen and (min-width: 992px) {
      body #main #news .c #pr {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
        padding: 0 40px; }
        body #main #news .c #pr:last-child {
          margin-right: 0; }
        body #main #news .c #pr:after {
          content: '';
          width: 3000px;
          background: #d1d4d3;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: -10; } }
    body #main #news .c #pr ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      body #main #news .c #pr ul li {
        border-bottom: 1px solid #40484f; }
        body #main #news .c #pr ul li p a {
          color: #5f6168;
          text-decoration: none; }
        body #main #news .c #pr ul li p strong {
          color: #b96318; }
        body #main #news .c #pr ul li:last-child {
          border-bottom: 0; }
  body #main #press-release {
    padding-bottom: 50px; }
    body #main #press-release .c {
      padding: 0 20px; }
      @media screen and (min-width: 992px) {
        body #main #press-release .c {
          padding: 0; } }
      body #main #press-release .c h2 {
        margin-bottom: 0; }
      body #main #press-release .c p.date {
        font-style: italic;
        font-size: .8em; }
      body #main #press-release .c p.return {
        position: relative;
        margin-top: 3em;
        color: #b96318;
        font-size: 1.2em;
        padding-left: 70px; }
        body #main #press-release .c p.return:before {
          content: '';
          width: 50px;
          height: 50px;
          display: block;
          position: absolute;
          background-size: 100% 100%;
          left: 0;
          top: -10px;
          background-image: url("/assets/img/arrow-circle-orange.svg");
          -webkit-transform: rotate(-180deg);
          -moz-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          -o-transform: rotate(-180deg);
          transform: rotate(-180deg); }
        body #main #press-release .c p.return a {
          text-decoration: none; }
  body #main #office {
    background-image: url("/assets/img/officebg.jpg"); }
    body #main #office .c {
      padding: 0 20px; }
      @media screen and (min-width: 992px) {
        body #main #office .c {
          padding: 0; } }
    body #main #office .info {
      padding: 30px 0; }
      body #main #office .info ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        body #main #office .info ul li {
          margin: 35px 0;
          color: white;
          padding-left: 40px;
          position: relative; }
          body #main #office .info ul li:before {
            content: '';
            width: 25px;
            height: 25px;
            display: block;
            position: absolute;
            left: 0;
            top: -2px; }
          body #main #office .info ul li.location:before {
            background-image: url("/assets/img/icon-white-location.svg"); }
          body #main #office .info ul li.hours:before {
            background-image: url("/assets/img/icon-white-hours.svg"); }
          body #main #office .info ul li.parking:before {
            background-image: url("/assets/img/icon-white-parking.svg"); }
          body #main #office .info ul li.phone:before {
            background-image: url("/assets/img/icon-white-phone.svg"); }
          body #main #office .info ul li.fax:before {
            background-image: url("/assets/img/icon-white-fax.svg"); }
          body #main #office .info ul li.email:before {
            background-image: url("/assets/img/icon-white-email.svg"); }
          body #main #office .info ul li p {
            color: white; }
          body #main #office .info ul li a {
            color: #b96318;
            font-weight: bold;
            text-decoration: none; }
      @media screen and (min-width: 992px) {
        body #main #office .info {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%; }
          body #main #office .info:last-child {
            margin-right: 0; } }
    body #main #office .map {
      padding-top: 30px; }
      @media screen and (min-width: 992px) {
        body #main #office .map {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%; }
          body #main #office .map:last-child {
            margin-right: 0; } }
  body #main #privateServices .c {
    padding: 0; }
  body #main #privateServices .intro {
    padding: 20px; }
    @media screen and (min-width: 992px) {
      body #main #privateServices .intro {
        padding: 30px 0; } }
  body #main #privateServices .image > div {
    height: 100px;
    background-size: 100%;
    background-repeat: no-repeat; }
    @media screen and (min-width: 992px) {
      body #main #privateServices .image > div {
        height: 500px;
        background-size: cover; } }
  body #main #privateServices .process {
    background: #d1d4d3; }
    body #main #privateServices .process .c {
      padding: 30px 20px; }
      @media screen and (min-width: 992px) {
        body #main #privateServices .process .c {
          padding: 30px 0; } }
      body #main #privateServices .process .c h3:first-child {
        margin: 0; }
      body #main #privateServices .process .c ul.info {
        margin: 0;
        padding: 0;
        list-style: none;
        padding: 30px 0; }
        body #main #privateServices .process .c ul.info:after {
          content: "";
          display: table;
          clear: both; }
        body #main #privateServices .process .c ul.info li {
          margin: 30px 0;
          padding: 0 0 0 50px;
          position: relative; }
          @media screen and (min-width: 992px) {
            body #main #privateServices .process .c ul.info li {
              float: left;
              display: block;
              margin-right: 2.3576515979%;
              width: 31.7615656014%; }
              body #main #privateServices .process .c ul.info li:last-child {
                margin-right: 0; } }
          body #main #privateServices .process .c ul.info li p {
            margin: 0; }
          body #main #privateServices .process .c ul.info li:before {
            content: '';
            width: 40px;
            height: 40px;
            display: block;
            position: absolute;
            left: 0;
            top: 0; }
          body #main #privateServices .process .c ul.info li.mail:before {
            background-image: url("/assets/img/icon-grey-mail.svg"); }
          body #main #privateServices .process .c ul.info li.email:before {
            background-image: url("/assets/img/icon-grey-email.svg"); }
          body #main #privateServices .process .c ul.info li.fax:before {
            background-image: url("/assets/img/icon-grey-fax.svg"); }
  body #main #privateServices .policies .c {
    padding: 0; }
    body #main #privateServices .policies .c .intro {
      padding: 0 30px; }
      @media screen and (min-width: 992px) {
        body #main #privateServices .policies .c .intro {
          padding: 0; } }
    body #main #privateServices .policies .c .cards .flip-container {
      -webkit-perspective: 1000;
      -webkit-transform-style: preserve-3d;
      perspective: 1000;
      transform-style: preserve-3d;
      cursor: pointer; }
      @media screen and (min-width: 992px) {
        body #main #privateServices .policies .c .cards .flip-container {
          margin-top: 30px;
          margin-bottom: 30px; } }
      @media screen and (min-width: 992px) {
        body #main #privateServices .policies .c .cards .flip-container {
          height: 600px;
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 31.7615656014%; }
          body #main #privateServices .policies .c .cards .flip-container:last-child {
            margin-right: 0; }
          body #main #privateServices .policies .c .cards .flip-container:nth-child(3n) {
            margin-right: 0; }
          body #main #privateServices .policies .c .cards .flip-container:nth-child(3n+1) {
            clear: left; } }
    body #main #privateServices .policies .c .cards .flip-container:hover .back {
      -webkit-transform: rotateY(0deg);
      transform: rotateY(0deg); }
    body #main #privateServices .policies .c .cards .flip-container:hover .front {
      -webkit-transform: rotateY(180deg);
      transform: rotateY(180deg); }
    body #main #privateServices .policies .c .cards .flipper {
      transition: 0.6s;
      transform-style: preserve-3d;
      -webkit-transition: 0.6s;
      -webkit-transform-style: preserve-3d;
      position: relative; }
    body #main #privateServices .policies .c .cards .front, body #main #privateServices .policies .c .cards .back {
      height: 600px;
      width: 100%; }
      @media screen and (min-width: 992px) {
        body #main #privateServices .policies .c .cards .front, body #main #privateServices .policies .c .cards .back {
          -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
          position: absolute;
          top: 0;
          left: 0;
          -webkit-backface-visibility: hidden;
          -webkit-transition: 0.6s;
          backface-visibility: hidden;
          transition: 0.6s; } }
    body #main #privateServices .policies .c .cards .front {
      z-index: 2;
      transform: rotateY(0deg);
      -webkit-transform: rotateY(0deg);
      background-size: 100% 100%;
      display: none; }
      @media screen and (min-width: 992px) {
        body #main #privateServices .policies .c .cards .front {
          display: block; } }
      body #main #privateServices .policies .c .cards .front h4 {
        text-align: center;
        color: white;
        font-size: 26px;
        font-weight: 300;
        padding-top: 50%; }
    body #main #privateServices .policies .c .cards .back {
      background: #b96318;
      padding: 10px 30px;
      height: auto; }
      @media screen and (min-width: 992px) {
        body #main #privateServices .policies .c .cards .back {
          transform: rotateY(-180deg);
          -webkit-transform: rotateY(-180deg);
          height: 600px;
          background: #d1d4d3;
          padding: 30px; } }
      body #main #privateServices .policies .c .cards .back h3.mobile {
        color: white; }
        @media screen and (min-width: 992px) {
          body #main #privateServices .policies .c .cards .back h3.mobile {
            display: none; } }
      body #main #privateServices .policies .c .cards .back p {
        color: white; }
        @media screen and (min-width: 992px) {
          body #main #privateServices .policies .c .cards .back p {
            color: #5f6168; } }
  body #main #privateServices .subinfo .c {
    padding: 40px 20px; }
    @media screen and (min-width: 992px) {
      body #main #privateServices .subinfo .c {
        padding: 40px 0; } }
  body #main #press .c, body #main #pressGallery .c {
    padding: 0 20px; }
    @media screen and (min-width: 992px) {
      body #main #press .c, body #main #pressGallery .c {
        padding: 0; } }
  body #main #press .login, body #main #pressGallery .login {
    background-size: cover;
    height: 570px; }
    body #main #press .login .c, body #main #pressGallery .login .c {
      padding: 100px 0; }
      body #main #press .login .c .box, body #main #pressGallery .login .c .box {
        width: 80%;
        background: #d1d4d3;
        padding: 45px 50px;
        margin: 0 auto; }
        body #main #press .login .c .box:after, body #main #pressGallery .login .c .box:after {
          content: "";
          display: table;
          clear: both; }
        body #main #press .login .c .box h3, body #main #pressGallery .login .c .box h3 {
          margin: 0; }
        body #main #press .login .c .box form > div, body #main #pressGallery .login .c .box form > div {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%; }
          body #main #press .login .c .box form > div:last-child, body #main #pressGallery .login .c .box form > div:last-child {
            margin-right: 0; }
          body #main #press .login .c .box form > div input[type=submit], body #main #pressGallery .login .c .box form > div input[type=submit] {
            margin-top: 50px; }
          body #main #press .login .c .box form > div span, body #main #pressGallery .login .c .box form > div span {
            color: red;
            padding-top: 15px;
            font-size: 12px;
            display: inline-block; }
  body #main #press .info .c, body #main #pressGallery .info .c {
    padding: 0; }
    body #main #press .info .c > div, body #main #pressGallery .info .c > div {
      padding-top: 30px; }
  body #main #press .info .left, body #main #pressGallery .info .left {
    padding: 0 20px; }
    @media screen and (min-width: 992px) {
      body #main #press .info .left, body #main #pressGallery .info .left {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%;
        padding-bottom: 50px;
        padding: 0; }
        body #main #press .info .left:last-child, body #main #pressGallery .info .left:last-child {
          margin-right: 0; } }
  body #main #press .info .right, body #main #pressGallery .info .right {
    background: #d1d4d3;
    padding: 30px 20px; }
    @media screen and (min-width: 992px) {
      body #main #press .info .right, body #main #pressGallery .info .right {
        padding: 30px; } }
    body #main #press .info .right h4, body #main #pressGallery .info .right h4 {
      color: #5f6168; }
    @media screen and (min-width: 992px) {
      body #main #press .info .right, body #main #pressGallery .info .right {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        body #main #press .info .right:last-child, body #main #pressGallery .info .right:last-child {
          margin-right: 0; } }
  body #main #press .contacts, body #main #pressGallery .contacts {
    background: #5f6168; }
    body #main #press .contacts .c, body #main #pressGallery .contacts .c {
      padding: 30px 20px; }
      @media screen and (min-width: 992px) {
        body #main #press .contacts .c, body #main #pressGallery .contacts .c {
          padding: 30px 0; } }
      body #main #press .contacts .c h3, body #main #pressGallery .contacts .c h3 {
        color: white;
        margin-bottom: .7em; }
      body #main #press .contacts .c .list, body #main #pressGallery .contacts .c .list {
        padding-bottom: 20px; }
        body #main #press .contacts .c .list:after, body #main #pressGallery .contacts .c .list:after {
          content: "";
          display: table;
          clear: both; }
        @media screen and (min-width: 992px) {
          body #main #press .contacts .c .list > div, body #main #pressGallery .contacts .c .list > div {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 48.821174201%; }
            body #main #press .contacts .c .list > div:last-child, body #main #pressGallery .contacts .c .list > div:last-child {
              margin-right: 0; }
            body #main #press .contacts .c .list > div:nth-child(2n), body #main #pressGallery .contacts .c .list > div:nth-child(2n) {
              margin-right: 0; }
            body #main #press .contacts .c .list > div:nth-child(2n+1), body #main #pressGallery .contacts .c .list > div:nth-child(2n+1) {
              clear: left; } }
        body #main #press .contacts .c .list > div ul, body #main #pressGallery .contacts .c .list > div ul {
          margin: 0;
          padding: 0;
          list-style: none; }
          body #main #press .contacts .c .list > div ul li, body #main #pressGallery .contacts .c .list > div ul li {
            padding-left: 40px;
            margin: 30px 0;
            color: white;
            position: relative; }
            body #main #press .contacts .c .list > div ul li a, body #main #pressGallery .contacts .c .list > div ul li a {
              font-weight: bold; }
            body #main #press .contacts .c .list > div ul li:before, body #main #pressGallery .contacts .c .list > div ul li:before {
              content: '';
              display: block;
              width: 25px;
              height: 25px;
              position: absolute;
              top: -5px;
              left: 0;
              background-size: 100% 100%; }
            body #main #press .contacts .c .list > div ul li.person:before, body #main #pressGallery .contacts .c .list > div ul li.person:before {
              background-image: url("/assets/img/icon-white-person.svg"); }
            body #main #press .contacts .c .list > div ul li.phone:before, body #main #pressGallery .contacts .c .list > div ul li.phone:before {
              background-image: url("/assets/img/icon-white-phone.svg"); }
            body #main #press .contacts .c .list > div ul li.email:before, body #main #pressGallery .contacts .c .list > div ul li.email:before {
              background-image: url("/assets/img/icon-white-email.svg"); }
      body #main #press .contacts .c p.moreAction a, body #main #pressGallery .contacts .c p.moreAction a {
        color: white; }
      body #main #press .contacts .c p.moreAction img, body #main #pressGallery .contacts .c p.moreAction img {
        width: 40px;
        height: 40px;
        top: 12px;
        margin-left: 20px;
        display: none; }
        @media screen and (min-width: 992px) {
          body #main #press .contacts .c p.moreAction img, body #main #pressGallery .contacts .c p.moreAction img {
            display: inline; } }
  body #main #press .gallery, body #main #pressGallery .gallery {
    padding: 0 0 100px 0; }
    body #main #press .gallery ul, body #main #pressGallery .gallery ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      body #main #press .gallery ul:after, body #main #pressGallery .gallery ul:after {
        content: "";
        display: table;
        clear: both; }
      body #main #press .gallery ul li, body #main #pressGallery .gallery ul li {
        margin: 10px 0;
        position: relative; }
        @media screen and (min-width: 992px) {
          body #main #press .gallery ul li, body #main #pressGallery .gallery ul li {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 31.7615656014%; }
            body #main #press .gallery ul li:last-child, body #main #pressGallery .gallery ul li:last-child {
              margin-right: 0; }
            body #main #press .gallery ul li:nth-child(3n), body #main #pressGallery .gallery ul li:nth-child(3n) {
              margin-right: 0; }
            body #main #press .gallery ul li:nth-child(3n+1), body #main #pressGallery .gallery ul li:nth-child(3n+1) {
              clear: left; } }
        body #main #press .gallery ul li:before, body #main #pressGallery .gallery ul li:before {
          content: '';
          display: block;
          position: absolute;
          top: 10px;
          right: 10px;
          width: 25px;
          height: 25px;
          background: url("/assets/img/icon-white-download.svg"); }
        body #main #press .gallery ul li img, body #main #pressGallery .gallery ul li img {
          max-width: 100%; }
  body #main #timeline .intro {
    background: #d1d4d3;
    padding: 20px; }
    @media screen and (min-width: 992px) {
      body #main #timeline .intro {
        padding: 40px 0; } }
    body #main #timeline .intro .c {
      color: #5f6168; }
  body #main #timeline .tiles:after {
    content: "";
    display: table;
    clear: both; }
  body #main #timeline .tiles .row:after {
    content: "";
    display: table;
    clear: both; }
  body #main #timeline .tiles .row > div {
    max-height: 100%;
    cursor: pointer; }
    body #main #timeline .tiles .row > div:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 992px) {
      body #main #timeline .tiles .row > div {
        float: left;
        height: auto; } }
    body #main #timeline .tiles .row > div .image {
      max-height: 100%;
      height: 300px;
      float: left;
      background-size: cover;
      width: 100%; }
      @media screen and (min-width: 992px) {
        body #main #timeline .tiles .row > div .image {
          height: 100%; } }
      body #main #timeline .tiles .row > div .image img {
        max-height: 100%;
        max-width: 100%;
        width: 100%;
        height: 100%;
        display: block; }
    body #main #timeline .tiles .row > div .text {
      background: #5f6168;
      padding: 30px 50px;
      position: relative;
      height: 100%;
      float: left;
      z-index: 250; }
      body #main #timeline .tiles .row > div .text:after {
        content: "";
        display: table;
        clear: both; }
      body #main #timeline .tiles .row > div .text:after {
        content: '';
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        background-image: url("/assets/img/icon-white-plus.svg"); }
      body #main #timeline .tiles .row > div .text h4 {
        color: white;
        margin: 0;
        font-size: 30px;
        font-weight: normal; }
      body #main #timeline .tiles .row > div .text p {
        color: white; }
    body #main #timeline .tiles .row > div .detail {
      background: #b96318;
      clear: both;
      padding: 20px;
      display: none;
      overflow-y: auto; }
      @media screen and (min-width: 992px) {
        body #main #timeline .tiles .row > div .detail {
          clear: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(185, 99, 24, 0.9);
          padding: 40px 20px;
          z-index: 500; } }
      @media screen and (min-width: 992px) {
        body #main #timeline .tiles .row > div .detail:after {
          content: '';
          width: 30px;
          height: 30px;
          position: absolute;
          top: 10px;
          right: 10px;
          background-image: url("/assets/img/close-arrow.svg"); } }
      body #main #timeline .tiles .row > div .detail h4 {
        color: white;
        margin: 0 0 20px 0; }
      body #main #timeline .tiles .row > div .detail p {
        color: white; }
    body #main #timeline .tiles .row > div.cover .image:before {
      content: '';
      width: 100%;
      height: 100%;
      display: none;
      background: rgba(185, 99, 24, 0.9); }
    body #main #timeline .tiles .row > div.cover .image.active:before {
      display: block; }
    @media screen and (min-width: 992px) {
      body #main #timeline .tiles .row > div.year-t1951 {
        height: 320px;
        width: 50%; }
        body #main #timeline .tiles .row > div.year-t1951 .image {
          height: 50%; }
        body #main #timeline .tiles .row > div.year-t1951 .text {
          height: 50%;
          width: 100%; } }
    @media screen and (min-width: 992px) {
      body #main #timeline .tiles .row > div.year-t1955 {
        width: 50%;
        height: 320px; }
        body #main #timeline .tiles .row > div.year-t1955 .image {
          width: 50%;
          height: 100%;
          float: left; }
        body #main #timeline .tiles .row > div.year-t1955 .text {
          width: 50%;
          height: 100%;
          float: left; } }
    @media screen and (min-width: 992px) {
      body #main #timeline .tiles .row > div.year-t1962 {
        width: 20%;
        height: 600px; }
        body #main #timeline .tiles .row > div.year-t1962 .image {
          height: 70%; }
        body #main #timeline .tiles .row > div.year-t1962 .text {
          height: 30%;
          padding: 10px; } }
    @media screen and (min-width: 1200px) {
      body #main #timeline .tiles .row > div.year-t1962 .text {
        padding: 30px 50px; } }
    @media screen and (min-width: 992px) {
      body #main #timeline .tiles .row > div.year-t1964 {
        width: 80%;
        height: 600px;
        background: #5f6168; }
        body #main #timeline .tiles .row > div.year-t1964 .image {
          width: 68.8%;
          height: 100%;
          float: left; }
        body #main #timeline .tiles .row > div.year-t1964 .text {
          width: 31.2%;
          float: left;
          height: 100%; } }
    body #main #timeline .tiles .row > div.year-t1971 .text {
      width: 100%; }
    @media screen and (min-width: 992px) {
      body #main #timeline .tiles .row > div.year-t1971 {
        height: 350px;
        width: 50%; }
        body #main #timeline .tiles .row > div.year-t1971 .image {
          width: 70%;
          float: left; }
        body #main #timeline .tiles .row > div.year-t1971 .text {
          width: 30%;
          float: left; } }
    @media screen and (min-width: 992px) {
      body #main #timeline .tiles .row > div.year-t1981 {
        height: 350px;
        width: 50%; }
        body #main #timeline .tiles .row > div.year-t1981 .image {
          width: 50%; }
        body #main #timeline .tiles .row > div.year-t1981 .text {
          width: 50%; } }
    body #main #timeline .tiles .row > div.year-tutu1986 .text {
      width: 100%; }
    @media screen and (min-width: 992px) {
      body #main #timeline .tiles .row > div.year-tutu1986 {
        width: 50%;
        height: 350px; }
        body #main #timeline .tiles .row > div.year-tutu1986 .image {
          width: 50%; }
        body #main #timeline .tiles .row > div.year-tutu1986 .text {
          width: 50%; } }
    body #main #timeline .tiles .row > div.year-t1986 .image {
      height: 700px; }
    @media screen and (min-width: 992px) {
      body #main #timeline .tiles .row > div.year-t1986 {
        width: 50%;
        height: 350px; }
        body #main #timeline .tiles .row > div.year-t1986 .image {
          width: 50%;
          max-height: none; }
          body #main #timeline .tiles .row > div.year-t1986 .image img {
            max-height: none;
            height: initial; }
        body #main #timeline .tiles .row > div.year-t1986 .text {
          width: 50%; } }
  @media screen and (min-width: 992px) and (min-width: 992px) {
    body #main #timeline .tiles .row > div.year-t1986 .detail {
      width: 50%; } }

    @media screen and (min-width: 992px) {
      body #main #timeline .tiles .row > div.year-t1988 {
        width: 75%;
        height: 341px; }
        body #main #timeline .tiles .row > div.year-t1988 .image {
          width: 70%; }
        body #main #timeline .tiles .row > div.year-t1988 .text {
          width: 30%; } }
    @media screen and (min-width: 992px) {
      body #main #timeline .tiles .row > div.year-t1990 {
        height: 450px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        max-height: none; }
        body #main #timeline .tiles .row > div.year-t1990 .image {
          width: 50%;
          position: absolute;
          left: 0;
          top: 0;
          height: 50%; }
        body #main #timeline .tiles .row > div.year-t1990 .text {
          height: 50%;
          width: 25%;
          position: absolute;
          bottom: 0;
          left: 0;
          padding-top: 10px; }
        body #main #timeline .tiles .row > div.year-t1990 .detail {
          height: 50%;
          width: 25%;
          position: absolute;
          bottom: 0;
          left: 0;
          right: auto;
          top: auto; } }
    @media screen and (min-width: 1200px) {
      body #main #timeline .tiles .row > div.year-t1990 .text {
        padding-top: 30px; } }
    body #main #timeline .tiles .row > div.year-dl1991 .text {
      width: 100%; }
    @media screen and (min-width: 992px) {
      body #main #timeline .tiles .row > div.year-dl1991 {
        height: 450px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        max-height: none; }
        body #main #timeline .tiles .row > div.year-dl1991 .image {
          width: 50%;
          position: absolute;
          right: 0;
          top: 0;
          height: 100%; }
        body #main #timeline .tiles .row > div.year-dl1991 .text {
          height: 50%;
          width: 25%;
          position: absolute;
          bottom: 0;
          left: 25%; }
        body #main #timeline .tiles .row > div.year-dl1991 .detail {
          height: 50%;
          width: 25%;
          position: absolute;
          bottom: 0;
          top: auto;
          left: 25%; } }
    @media screen and (min-width: 992px) {
      body #main #timeline .tiles .row > div.year-mandela1991 {
        height: 450px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        max-height: none; }
        body #main #timeline .tiles .row > div.year-mandela1991 .image {
          width: 70%;
          position: absolute;
          left: 0;
          top: 0;
          height: 70%; }
        body #main #timeline .tiles .row > div.year-mandela1991 .text {
          height: 30%;
          width: 70%;
          position: absolute;
          bottom: 0;
          left: 0; }
        body #main #timeline .tiles .row > div.year-mandela1991 .detail {
          height: 30%;
          width: 70%;
          position: absolute;
          bottom: 0;
          left: 0;
          top: auto;
          right: auto; } }
    @media screen and (min-width: 992px) {
      body #main #timeline .tiles .row > div.year-oscar1991 {
        height: 450px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        max-height: none; }
        body #main #timeline .tiles .row > div.year-oscar1991 .image {
          width: 30%;
          position: absolute;
          right: 0;
          bottom: 0;
          height: 50%; }
        body #main #timeline .tiles .row > div.year-oscar1991 .text {
          height: 50%;
          width: 30%;
          position: absolute;
          top: 0;
          right: 0; }
        body #main #timeline .tiles .row > div.year-oscar1991 .detail {
          height: 50%;
          width: 30%;
          position: absolute;
          top: 0;
          right: 0;
          left: auto;
          bottom: auto; } }
    @media screen and (min-width: 992px) {
      body #main #timeline .tiles .row > div.year-t1992 {
        width: 50%;
        height: 215px; }
        body #main #timeline .tiles .row > div.year-t1992 .image {
          width: 60%; }
        body #main #timeline .tiles .row > div.year-t1992 .text {
          width: 40%; } }
    @media screen and (min-width: 992px) {
      body #main #timeline .tiles .row > div.year-t1993 {
        width: 50%;
        height: 215px; }
        body #main #timeline .tiles .row > div.year-t1993 .image {
          width: 50%; }
        body #main #timeline .tiles .row > div.year-t1993 .text {
          width: 50%; } }
    @media screen and (min-width: 992px) {
      body #main #timeline .tiles .row > div.year-t1997 {
        width: 50%;
        height: 315px; }
        body #main #timeline .tiles .row > div.year-t1997 .image {
          width: 50%; }
        body #main #timeline .tiles .row > div.year-t1997 .text {
          width: 50%; } }
    @media screen and (min-width: 992px) {
      body #main #timeline .tiles .row > div.year-t2003 {
        width: 50%;
        height: 315px; }
        body #main #timeline .tiles .row > div.year-t2003 .image {
          width: 50%;
          max-height: none;
          height: 630px; }
        body #main #timeline .tiles .row > div.year-t2003 .text {
          width: 50%; } }
    @media screen and (min-width: 992px) {
      body #main #timeline .tiles .row > div.year-t2005 {
        width: 75%;
        height: 315px; }
        body #main #timeline .tiles .row > div.year-t2005 .image {
          width: 66.666666%; }
        body #main #timeline .tiles .row > div.year-t2005 .text {
          width: 33.333333%; } }
    @media screen and (min-width: 992px) {
      body #main #timeline .tiles .row > div.year-t2007 {
        width: 50%;
        height: 315px; }
        body #main #timeline .tiles .row > div.year-t2007 .image {
          width: 50%; }
        body #main #timeline .tiles .row > div.year-t2007 .text {
          width: 50%; } }
    @media screen and (min-width: 992px) {
      body #main #timeline .tiles .row > div.year-t2009 {
        width: 50%;
        height: 315px; }
        body #main #timeline .tiles .row > div.year-t2009 .image {
          width: 50%; }
        body #main #timeline .tiles .row > div.year-t2009 .text {
          width: 50%; } }
    @media screen and (min-width: 992px) {
      body #main #timeline .tiles .row > div.year-t2011 {
        width: 75%;
        height: 315px; }
        body #main #timeline .tiles .row > div.year-t2011 .image {
          width: 70%; }
        body #main #timeline .tiles .row > div.year-t2011 .text {
          width: 30%; } }
    body #main #timeline .tiles .row > div.year-t2013 .image {
      width: 100%; }
    @media screen and (min-width: 992px) {
      body #main #timeline .tiles .row > div.year-t2013 {
        width: 25%;
        height: 315px; }
        body #main #timeline .tiles .row > div.year-t2013 .image {
          width: 100%;
          max-height: none;
          height: 472px; }
        body #main #timeline .tiles .row > div.year-t2013 .text {
          width: 100%;
          padding-top: 10px;
          height: 50%; }
        body #main #timeline .tiles .row > div.year-t2013 .detail {
          height: 630px; } }
    @media screen and (min-width: 1200px) {
      body #main #timeline .tiles .row > div.year-t2013 .text {
        padding-top: 30px; } }
    body #main #timeline .tiles .row > div.year-t2015 .image {
      display: none; }
    @media screen and (min-width: 992px) {
      body #main #timeline .tiles .row > div.year-t2015 {
        width: 75%;
        height: 315px; }
        body #main #timeline .tiles .row > div.year-t2015 .image {
          width: 70%;
          display: block; }
        body #main #timeline .tiles .row > div.year-t2015 .text {
          width: 30%; } }
  @media screen and (min-width: 992px) {
    body #main #timeline .tiles .row.row90 {
      height: 450px; } }
  @media screen and (min-width: 992px) {
    body #main #timeline .tiles .row.row91 {
      height: 450px; } }
  body #main #event .c {
    padding: 40px 0; }
    body #main #event .c .left {
      padding: 0 20px; }
      @media screen and (min-width: 992px) {
        body #main #event .c .left {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 57.3509785009%;
          padding: 0; }
          body #main #event .c .left:last-child {
            margin-right: 0; } }
      body #main #event .c .left img {
        max-width: 100%;
        height: auto; }
    body #main #event .c .right {
      padding: 0 20px; }
      @media screen and (min-width: 992px) {
        body #main #event .c .right {
          padding: 0; } }
      body #main #event .c .right p.time {
        font-weight: bold;
        font-size: 1.1em; }
      body #main #event .c .right p.register a {
        background: #b96318;
        border: 0;
        color: white;
        padding: 5px 20px;
        font-size: 14px;
        display: inline-block; }
      body #main #event .c .right iframe {
        width: 100%; }
        @media screen and (min-width: 992px) {
          body #main #event .c .right iframe {
            height: 187px; } }
        @media screen and (min-width: 1200px) {
          body #main #event .c .right iframe {
            height: 259px; } }
      body #main #event .c .right h3 {
        margin: 20px 0 10px 0;
        color: #b96318; }
      body #main #event .c .right .gallery-hide {
        display: none; }
      body #main #event .c .right .gallery div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: white;
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        padding-top: 20%;
        font-size: 24px; }
        body #main #event .c .right .gallery div:after {
          content: '';
          width: 30px;
          height: 30px;
          position: absolute;
          bottom: 20%;
          left: 45%;
          background-image: url("/assets/img/icon-white-plus.svg");
          display: block;
          cursor: pointer; }
          @media screen and (min-width: 992px) {
            body #main #event .c .right .gallery div:after {
              left: 47%; } }
      body #main #event .c .right .gallery img {
        display: block;
        max-width: 100%;
        height: auto; }
      @media screen and (min-width: 992px) {
        body #main #event .c .right {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 31.7615656014%;
          margin-left: 8.5298042998%; }
          body #main #event .c .right:last-child {
            margin-right: 0; } }
  body #main #events .intro {
    background-color: #9c5314;
    background-image: -webkit-linear-gradient(-540deg, #9c5314, #fc851e);
    background-image: linear-gradient(270deg,#9c5314, #fc851e);
    background-size: 400% 400%;
    -webkit-animation: gradientMove 10s linear infinite;
    -moz-animation: gradientMove 10s linear infinite;
    animation: gradientMove 10s linear infinite;
    padding: 30px 20px; }
    @media screen and (min-width: 992px) {
      body #main #events .intro {
        padding: 30px 0; } }
    body #main #events .intro p {
      margin: 0;
      font-size: 16px;
      color: white;
      font-weight: 300; }
  body #main #events .filters {
    background: #d1d4d3;
    text-align: right;
    padding: 40px 0 0; }
    body #main #events .filters label {
      color: #5f6168;
      text-align: center;
      display: block; }
      @media screen and (min-width: 992px) {
        body #main #events .filters label {
          padding-left: 30px;
          display: inline; } }
    body #main #events .filters select {
      width: 200px;
      margin: 10px auto;
      display: block; }
      @media screen and (min-width: 992px) {
        body #main #events .filters select {
          width: auto;
          margin: 0;
          display: inline; } }
  body #main #events .experiences .c {
    padding: 0 20px; }
    @media screen and (min-width: 992px) {
      body #main #events .experiences .c {
        padding: 0; } }
  body #main #events .info {
    padding: 140px 0;
    background-repeat: no-repeat;
    background-size: 100% 100%; }
    body #main #events .info .c {
      padding: 0 20px; }
      @media screen and (min-width: 992px) {
        body #main #events .info .c {
          padding: 0; } }
    body #main #events .info h4 {
      color: white; }
    body #main #events .info p {
      color: white; }
    body #main #events .info.green {
      background-image: url("/assets/img/events-green.png"); }
    body #main #events .info.brown {
      background-image: url("/assets/img/events-brown.png"); }
      @media screen and (min-width: 992px) {
        body #main #events .info.brown {
          top: -60px; } }
    body #main #events .info.purple {
      background-image: url("/assets/img/events-purple.png"); }
      @media screen and (min-width: 992px) {
        body #main #events .info.purple {
          top: -101px; } }
    body #main #events .info.concerts {
      background-image: url("/assets/img/events-concerts.png"); }
      @media screen and (min-width: 992px) {
        body #main #events .info.concerts {
          top: -166px; } }
  @media screen and (min-width: 992px) {
    body #main #events .deeper {
      top: -100px; } }
  body #main #events .calendar {
    background-color: #d1d4d3;
    padding: 30px 0 0 0; }
    @media screen and (min-width: 992px) {
      body #main #events .calendar .left {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 74.4105871005%; }
        body #main #events .calendar .left:last-child {
          margin-right: 0; } }
    body #main #events .calendar .left .blocks:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 992px) {
      body #main #events .calendar .left .blocks {
        height: 700px; } }
    body #main #events .calendar .left .blocks .move {
      overflow: hidden; }
      @media screen and (min-width: 992px) {
        body #main #events .calendar .left .blocks .move {
          height: 100%; }
          body #main #events .calendar .left .blocks .move div.more, body #main #events .calendar .left .blocks .move div.prev {
            cursor: pointer;
            content: '';
            width: 50px;
            height: 50px;
            display: block;
            position: absolute;
            right: 10px;
            bottom: 10px;
            background-image: url("/assets/img/arrow-circle.svg");
            background-size: 100% 100%;
            z-index: 300; }
          body #main #events .calendar .left .blocks .move div.prev {
            display: none;
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
            right: 75px; } }
      @media screen and (min-width: 992px) {
        body #main #events .calendar .left .blocks .move div.cont {
          width: 10000px;
          height: 100%; } }
      body #main #events .calendar .left .blocks .move div.cont > div {
        background-repeat: no-repeat;
        background-position: 50%;
        background-blend-mode: multiply;
        background-color: #5f6168;
        padding: 20px;
        background-size: cover; }
        @media screen and (min-width: 992px) {
          body #main #events .calendar .left .blocks .move div.cont > div {
            width: 174px;
            float: left;
            padding: 0 20px;
            height: 100%;
            cursor: pointer; } }
        body #main #events .calendar .left .blocks .move div.cont > div:before {
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 100;
          content: '';
          z-index: 0; }
        body #main #events .calendar .left .blocks .move div.cont > div[data-type="Public Program"], body #main #events .calendar .left .blocks .move div.cont > div[data-type="Private Service"] {
          background-color: #b96318; }
        body #main #events .calendar .left .blocks .move div.cont > div[data-type="Special Event"] {
          background-color: #54a192; }
        body #main #events .calendar .left .blocks .move div.cont > div h3 {
          color: white;
          text-align: center;
          position: relative;
          z-index: 10; }
        body #main #events .calendar .left .blocks .move div.cont > div p {
          color: white; }
          body #main #events .calendar .left .blocks .move div.cont > div p.title {
            font-size: 28px;
            margin: 0; }
          body #main #events .calendar .left .blocks .move div.cont > div p.time {
            font-size: 18px;
            margin: 0; }
          body #main #events .calendar .left .blocks .move div.cont > div p.register a {
            background: #b96318;
            border: 0;
            color: white;
            padding: 5px 20px;
            font-size: 14px;
            display: inline-block; }
        @media screen and (min-width: 992px) {
          body #main #events .calendar .left .blocks .move div.cont > div .details {
            display: none; } }
    body #main #events .calendar .right {
      padding: 20px 0; }
      @media screen and (min-width: 992px) {
        body #main #events .calendar .right {
          padding: 0;
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 23.2317613015%; }
          body #main #events .calendar .right:last-child {
            margin-right: 0; } }
      body #main #events .calendar .right table {
        margin: 0 auto; }
        @media screen and (min-width: 992px) {
          body #main #events .calendar .right table {
            margin: 0; } }
        body #main #events .calendar .right table caption {
          padding-bottom: 20px; }
        body #main #events .calendar .right table thead tr th {
          color: #5f6168;
          font-weight: normal;
          padding-bottom: 10px; }
        body #main #events .calendar .right table tr td {
          padding: 5px 8px;
          text-align: center; }
          body #main #events .calendar .right table tr td a.multi {
            color: black; }
      body #main #events .calendar .right .eventsInfo {
        padding: 20px; }
        @media screen and (min-width: 992px) {
          body #main #events .calendar .right .eventsInfo {
            padding: 20px 12px; } }
        body #main #events .calendar .right .eventsInfo > div {
          padding: 10px 0; }
          body #main #events .calendar .right .eventsInfo > div:hover p {
            color: #1d0d69; }
        body #main #events .calendar .right .eventsInfo p {
          margin: 0; }
          body #main #events .calendar .right .eventsInfo p.title {
            font-weight: bold; }
          body #main #events .calendar .right .eventsInfo p.day {
            font-weight: bold;
            font-size: 1.1em; }
        body #main #events .calendar .right .eventsInfo a {
          color: #5f6168;
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
    body #main #events .calendar .monthEvents {
      display: none; }
  body #main #events .tiles {
    height: 400px;
    display: none;
    overflow: hidden; }
    @media screen and (min-width: 992px) {
      body #main #events .tiles {
        display: block; } }
  body #main #gallery .c .loader {
    text-align: center;
    padding: 20px 0; }
    body #main #gallery .c .loader img {
      display: inline; }
  body #main #gallery .c .grid {
    display: none; }
    body #main #gallery .c .grid > div a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 100; }
    body #main #gallery .c .grid > div:before {
      content: '';
      width: 20px;
      height: 20px;
      display: block;
      position: absolute;
      top: 10px;
      right: 10px;
      background-image: url("/assets/img/icon-white-plus.svg"); }
    body #main #gallery .c .grid .grid-item {
      width: 25%; }
  body #main #gallery .c img {
    max-width: 100%;
    display: block; }
  body #main #archive .c {
    padding-bottom: 40px; }
    body #main #archive .c .filters {
      padding: 20px 0; }
      body #main #archive .c .filters:after {
        content: "";
        display: table;
        clear: both; }
      body #main #archive .c .filters ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        body #main #archive .c .filters ul li {
          display: inline-block;
          float: left;
          margin: 10px;
          background: #d1d4d3;
          color: white;
          padding: 8px 15px;
          font-size: 1.2em; }
          @media screen and (min-width: 992px) {
            body #main #archive .c .filters ul li {
              margin: 0 10px; } }
          body #main #archive .c .filters ul li.active {
            background: #b96318; }
            body #main #archive .c .filters ul li.active a {
              color: white; }
          body #main #archive .c .filters ul li a {
            color: white; }
    body #main #archive .c .events, body #main #archive .c .news, body #main #archive .c .press {
      padding: 0 20px; }
      body #main #archive .c .events:after, body #main #archive .c .news:after, body #main #archive .c .press:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (min-width: 992px) {
        body #main #archive .c .events, body #main #archive .c .news, body #main #archive .c .press {
          padding: 0; } }
      body #main #archive .c .events .eventFilters, body #main #archive .c .news .eventFilters, body #main #archive .c .press .eventFilters {
        text-align: right;
        padding: 40px 0 0; }
        body #main #archive .c .events .eventFilters label, body #main #archive .c .news .eventFilters label, body #main #archive .c .press .eventFilters label {
          color: #5f6168;
          text-align: center;
          display: block; }
          @media screen and (min-width: 992px) {
            body #main #archive .c .events .eventFilters label, body #main #archive .c .news .eventFilters label, body #main #archive .c .press .eventFilters label {
              padding-left: 30px;
              display: inline; } }
        body #main #archive .c .events .eventFilters select, body #main #archive .c .news .eventFilters select, body #main #archive .c .press .eventFilters select {
          width: 200px;
          margin: 10px auto;
          display: block; }
          @media screen and (min-width: 992px) {
            body #main #archive .c .events .eventFilters select, body #main #archive .c .news .eventFilters select, body #main #archive .c .press .eventFilters select {
              width: auto;
              margin: 0;
              display: inline; } }
      body #main #archive .c .events .cont:after, body #main #archive .c .news .cont:after, body #main #archive .c .press .cont:after {
        content: "";
        display: table;
        clear: both; }
      body #main #archive .c .events .cont div.item, body #main #archive .c .news .cont div.item, body #main #archive .c .press .cont div.item {
        margin: 20px 0; }
        @media screen and (min-width: 992px) {
          body #main #archive .c .events .cont div.item, body #main #archive .c .news .cont div.item, body #main #archive .c .press .cont div.item {
            width: 20%;
            float: left;
            padding: 0 1%;
            height: 450px; } }
        @media screen and (min-width: 992px) {
          body #main #archive .c .events .cont div.item .img, body #main #archive .c .news .cont div.item .img, body #main #archive .c .press .cont div.item .img {
            min-height: 280px; } }
        body #main #archive .c .events .cont div.item .img img, body #main #archive .c .news .cont div.item .img img, body #main #archive .c .press .cont div.item .img img {
          max-width: 100%;
          height: auto; }
        body #main #archive .c .events .cont div.item p.date, body #main #archive .c .news .cont div.item p.date, body #main #archive .c .press .cont div.item p.date {
          color: #5f6168;
          font-weight: bold;
          margin: 0; }
        body #main #archive .c .events .cont div.item p.title, body #main #archive .c .news .cont div.item p.title, body #main #archive .c .press .cont div.item p.title {
          color: #b96318;
          margin: 0; }
        body #main #archive .c .events .cont div.item a, body #main #archive .c .news .cont div.item a, body #main #archive .c .press .cont div.item a {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 100; }
        body #main #archive .c .events .cont div.item ul.icons, body #main #archive .c .news .cont div.item ul.icons, body #main #archive .c .press .cont div.item ul.icons {
          margin: 0;
          padding: 0;
          list-style: none;
          padding-top: 10px; }
          body #main #archive .c .events .cont div.item ul.icons:after, body #main #archive .c .news .cont div.item ul.icons:after, body #main #archive .c .press .cont div.item ul.icons:after {
            content: "";
            display: table;
            clear: both; }
          body #main #archive .c .events .cont div.item ul.icons li, body #main #archive .c .news .cont div.item ul.icons li, body #main #archive .c .press .cont div.item ul.icons li {
            width: 20px;
            height: 20px;
            float: left;
            margin: 0 3px; }
            body #main #archive .c .events .cont div.item ul.icons li:before, body #main #archive .c .news .cont div.item ul.icons li:before, body #main #archive .c .press .cont div.item ul.icons li:before {
              content: '';
              width: 20px;
              height: 20px;
              display: block;
              background-repeat: no-repeat;
              position: relative; }
            body #main #archive .c .events .cont div.item ul.icons li.video:before, body #main #archive .c .news .cont div.item ul.icons li.video:before, body #main #archive .c .press .cont div.item ul.icons li.video:before {
              background-image: url("/assets/img/icon-grey-play.svg");
              top: 2px; }
            body #main #archive .c .events .cont div.item ul.icons li.photo:before, body #main #archive .c .news .cont div.item ul.icons li.photo:before, body #main #archive .c .press .cont div.item ul.icons li.photo:before {
              background-image: url("/assets/img/icon-grey-camera.svg"); }
            body #main #archive .c .events .cont div.item ul.icons li.audio:before, body #main #archive .c .news .cont div.item ul.icons li.audio:before, body #main #archive .c .press .cont div.item ul.icons li.audio:before {
              background-image: url("/assets/img/icon-grey-audio.svg"); }
      body #main #archive .c .events .cont div.pagination, body #main #archive .c .news .cont div.pagination, body #main #archive .c .press .cont div.pagination {
        clear: both;
        padding-top: 30px;
        text-align: right; }
    body #main #archive .c .press .cont .item .img img {
      max-width: 100%; }
  body #main #register .event:after {
    content: "";
    display: table;
    clear: both; }
  body #main #register .event .left {
    display: none; }
    @media screen and (min-width: 992px) {
      body #main #register .event .left {
        display: block;
        height: 100%;
        width: 25%;
        float: left;
        background-size: cover;
        background-position: 50%; } }
    body #main #register .event .left.no-img h3 {
      color: #5f6168; }
    body #main #register .event .left h3 {
      color: white;
      text-transform: lowercase;
      padding: 30px 0 0 20px; }
  body #main #register .event .right {
    height: 100%;
    background: #d1d4d3; }
    @media screen and (min-width: 992px) {
      body #main #register .event .right {
        width: 75%;
        float: right; } }
    body #main #register .event .right .row > div {
      padding: 15px 30px; }
      @media screen and (min-width: 992px) {
        body #main #register .event .right .row > div {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%; }
          body #main #register .event .right .row > div:last-child {
            margin-right: 0; } }
    @media screen and (min-width: 992px) {
      body #main #register .event .right .row.info > div {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        body #main #register .event .right .row.info > div:last-child {
          margin-right: 0; } }
    body #main #register .event .right .row.info > div p.date {
      font-weight: bold;
      display: inline-block;
      position: relative; }
      body #main #register .event .right .row.info > div p.date:after {
        content: '';
        width: 28px;
        height: 25px;
        display: block;
        position: absolute;
        right: -40px;
        top: 0;
        background-image: url("/assets/img/icon-orange-calendar.svg"); }
    body #main #register .event .right .row.info > div h5 {
      font-weight: normal;
      font-size: 13px;
      color: #5f6168;
      margin: 0; }
    body #main #register .event .right .row.info > div p.register a {
      background: #b96318;
      border: 0;
      color: white;
      padding: 5px 20px;
      font-size: 14px;
      display: inline-block; }
    body #main #register .event .right .row.name > div {
      padding-top: 0; }
    @media screen and (min-width: 992px) {
      body #main #register .event .right .row.name #title {
        width: 30%;
        float: left; }
      body #main #register .event .right .row.name #first {
        width: 60%;
        float: right; } }
    @media screen and (min-width: 992px) {
      body #main #register .event .right .row.city > div {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        body #main #register .event .right .row.city > div:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 992px) {
      body #main #register .event .right .row.city > div select {
        margin-top: 10px; } }
    body #main #register .event .right .row.addGuest > div p {
      font-size: .6em;
      margin: 5px 0 0; }
    body #main #register .event .right .row.addGuest > div button {
      float: none; }
    body #main #register .event .right .row.newsletter > div {
      font-size: .8em;
      color: #5f6168;
      padding: 5px 30px; }
      @media screen and (min-width: 992px) {
        body #main #register .event .right .row.newsletter > div {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          body #main #register .event .right .row.newsletter > div:last-child {
            margin-right: 0; } }
    @media screen and (min-width: 992px) {
      body #main #register .event .right .row.message > div {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        body #main #register .event .right .row.message > div:last-child {
          margin-right: 0; } }
    body #main #register .event .right .row.message > div textarea {
      margin: 5px 0; }
    body #main #register .event .right .row.message > div p {
      font-size: .8em;
      margin: 0; }
    @media screen and (min-width: 992px) {
      body #main #register .event .right .row.submit > div {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        body #main #register .event .right .row.submit > div:last-child {
          margin-right: 0; } }
    body #main #register .event .right .row.submit > div p {
      font-size: .7em;
      padding-top: 30px; }
  body #main #register .location {
    background: #5f6168; }
    body #main #register .location .left {
      padding: 30px 0; }
      @media screen and (min-width: 992px) {
        body #main #register .location .left {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 40.2913699012%;
          margin-left: 8.5298042998%; }
          body #main #register .location .left:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 1400px) {
        body #main #register .location .left {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 23.2317613015%;
          margin-left: 25.5894128995%; }
          body #main #register .location .left:last-child {
            margin-right: 0; } }
      body #main #register .location .left h4 {
        color: white;
        font-size: 32px;
        font-weight: normal;
        margin: .7em 0 .7em 40px; }
        body #main #register .location .left h4:first-child {
          margin-top: 0; }
      body #main #register .location .left ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        body #main #register .location .left ul li {
          padding-left: 40px;
          color: white;
          margin: 20px 0;
          position: relative; }
          body #main #register .location .left ul li:before {
            content: '';
            width: 25px;
            height: 25px;
            display: block;
            position: absolute;
            left: 0;
            top: -3px; }
          body #main #register .location .left ul li.location:before {
            background-image: url("/assets/img/icon-white-location.svg"); }
          body #main #register .location .left ul li.hours:before {
            background-image: url("/assets/img/icon-white-hours.svg"); }
          body #main #register .location .left ul li.parking:before {
            background-image: url("/assets/img/icon-white-parking.svg"); }
          body #main #register .location .left ul li.phone:before {
            background-image: url("/assets/img/icon-white-phone.svg"); }
          body #main #register .location .left ul li.fax:before {
            background-image: url("/assets/img/icon-white-fax.svg"); }
          body #main #register .location .left ul li.email:before {
            background-image: url("/assets/img/icon-white-email.svg"); }
          body #main #register .location .left ul li.person:before {
            background-image: url("/assets/img/icon-white-person.svg"); }
          body #main #register .location .left ul li a {
            color: #b96318;
            text-decoration: none;
            font-weight: bold; }
    body #main #register .location .right {
      padding: 30px 0; }
      @media screen and (min-width: 992px) {
        body #main #register .location .right {
          text-align: right;
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%; }
          body #main #register .location .right:last-child {
            margin-right: 0; } }
      body #main #register .location .right iframe {
        width: 100%;
        height: 400px; }
  body #main #search .searchBar, body #main #symposium .searchBar {
    padding-top: 20px; }
    body #main #search .searchBar:after, body #main #symposium .searchBar:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 992px) {
      body #main #search .searchBar .left, body #main #symposium .searchBar .left {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        body #main #search .searchBar .left:last-child, body #main #symposium .searchBar .left:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 992px) {
      body #main #search .searchBar .right, body #main #symposium .searchBar .right {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        body #main #search .searchBar .right:last-child, body #main #symposium .searchBar .right:last-child {
          margin-right: 0; } }
    body #main #search .searchBar .right button, body #main #symposium .searchBar .right button {
      background-image: url("/assets/img/icon-orange-search.svg");
      background-color: transparent;
      background-size: 100% auto;
      width: 21px;
      height: 21px;
      display: block;
      padding: 0;
      float: right;
      margin: 10px 0 0 20px; }
    body #main #search .searchBar .right input, body #main #symposium .searchBar .right input {
      float: right;
      width: 50%;
      background: #d1d4d3;
      color: #5f6168; }
  body #main #search .results .c .entry, body #main #symposium .results .c .entry {
    background-color: #d1d4d3;
    border-bottom: 2px solid white; }
    body #main #search .results .c .entry:after, body #main #symposium .results .c .entry:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 992px) {
      body #main #search .results .c .entry, body #main #symposium .results .c .entry {
        height: 200px; } }
    body #main #search .results .c .entry .left, body #main #symposium .results .c .entry .left {
      height: 100%; }
      body #main #search .results .c .entry .left img, body #main #symposium .results .c .entry .left img {
        max-width: 100%;
        height: auto;
        display: block; }
      @media screen and (min-width: 992px) {
        body #main #search .results .c .entry .left, body #main #symposium .results .c .entry .left {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 23.2317613015%; }
          body #main #search .results .c .entry .left:last-child, body #main #symposium .results .c .entry .left:last-child {
            margin-right: 0; } }
    body #main #search .results .c .entry .right, body #main #symposium .results .c .entry .right {
      height: 100%; }
      body #main #search .results .c .entry .right h5, body #main #symposium .results .c .entry .right h5 {
        text-transform: uppercase;
        font-weight: bold;
        color: #b96318; }
      body #main #search .results .c .entry .right p, body #main #symposium .results .c .entry .right p {
        font-size: .7em; }
      body #main #search .results .c .entry .right a, body #main #symposium .results .c .entry .right a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      @media screen and (min-width: 992px) {
        body #main #search .results .c .entry .right, body #main #symposium .results .c .entry .right {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 74.4105871005%; }
          body #main #search .results .c .entry .right:last-child, body #main #symposium .results .c .entry .right:last-child {
            margin-right: 0; } }
  body #main #search .results .c .pages, body #main #symposium .results .c .pages {
    padding: 20px 0;
    font-size: 14px; }
  body #main #search .results.symposium .c .desc, body #main #symposium .results.symposium .c .desc {
    margin-bottom: 40px; }
  body #main #search .results.symposium .c .entry .right h5, body #main #symposium .results.symposium .c .entry .right h5 {
    margin-bottom: 5px; }
  body #main #search .results.symposium .c .entry .right h6, body #main #symposium .results.symposium .c .entry .right h6 {
    margin: 0 0 2em 0; }
  body #main #general .pull {
    background-color: #9c5314;
    background-image: -webkit-linear-gradient(-540deg, #9c5314, #fc851e);
    background-image: linear-gradient(270deg,#9c5314, #fc851e);
    background-size: 400% 400%;
    -webkit-animation: gradientMove 10s linear infinite;
    -moz-animation: gradientMove 10s linear infinite;
    animation: gradientMove 10s linear infinite;
    padding: 30px 20px; }
    @media screen and (min-width: 992px) {
      body #main #general .pull {
        padding: 30px 0; } }
    body #main #general .pull p {
      margin: 0;
      font-size: 16px;
      color: white;
      font-weight: 300; }
  body #main #general .shot {
    background-size: cover;
    background-position: 50%;
    height: 200px; }
    @media screen and (min-width: 992px) {
      body #main #general .shot {
        height: 900px; } }
  body #main #general .left {
    padding: 20px; }
    @media screen and (min-width: 992px) {
      body #main #general .left {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%; }
        body #main #general .left:last-child {
          margin-right: 0; } }
  body #main #general .right {
    padding: 20px;
    background-color: #d1d4d3; }
    @media screen and (min-width: 992px) {
      body #main #general .right {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%; }
        body #main #general .right:last-child {
          margin-right: 0; } }
    body #main #general .right .gallery-hide {
      display: none; }
    body #main #general .right .gallery div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      color: white;
      background: rgba(0, 0, 0, 0.6);
      text-align: center;
      padding-top: 20%;
      font-size: 24px; }
      body #main #general .right .gallery div:after {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        bottom: 20%;
        left: 45%;
        background-image: url("/assets/img/icon-white-plus.svg");
        display: block;
        cursor: pointer; }
        @media screen and (min-width: 992px) {
          body #main #general .right .gallery div:after {
            left: 47%; } }
    body #main #general .right .gallery img {
      display: block;
      max-width: 100%;
      height: auto; }
  body > footer {
    background: #5f6168;
    padding: 20px 0; }
    @media screen and (min-width: 992px) {
      body > footer {
        background: #b96318; } }
    body > footer nav:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 992px) {
      body > footer nav {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 74.4105871005%; }
        body > footer nav:last-child {
          margin-right: 0; } }
    body > footer nav ul li {
      padding: 10px 0; }
      @media screen and (min-width: 992px) {
        body > footer nav ul li {
          padding: 0; } }
    body > footer div.social {
      padding: 20px 0; }
      body > footer div.social:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (min-width: 992px) {
        body > footer div.social {
          padding: 0; } }
      body > footer div.social ul:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (min-width: 992px) {
        body > footer div.social ul {
          float: right; } }
      body > footer div.social ul li {
        margin: 0 20px;
        font-size: 32px; }
        @media screen and (min-width: 992px) {
          body > footer div.social ul li {
            margin: 0 10px;
            font-size: 22px; } }
      @media screen and (min-width: 992px) {
        body > footer div.social {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 23.2317613015%; }
          body > footer div.social:last-child {
            margin-right: 0; } }
    body > footer ul {
      padding: 0;
      margin: 0;
      list-style: none;
      font-weight: 300; }
      body > footer ul li {
        float: left;
        margin: 0 16px;
        font-size: 14px; }
        body > footer ul li a {
          color: white;
          text-decoration: none; }
  body #searchOverlay {
    background: #F1F1F1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 700;
    padding-top: 100px;
    display: none; }
    body #searchOverlay input[type=search] {
      border: 0;
      background-color: transparent;
      font-size: 90px;
      color: #b96318; }
      @media screen and (min-width: 992px) {
        body #searchOverlay input[type=search] {
          width: 70%;
          padding-right: 30px; } }
    body #searchOverlay input[type=submit] {
      background-image: url("/assets/img/icon-grey-search.svg");
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: 100%;
      border: 0;
      width: 80px;
      height: 80px;
      position: relative;
      top: 20px; }
    body #searchOverlay img.close {
      position: absolute;
      right: 20px;
      top: 10px;
      width: 40px;
      height: 40px;
      cursor: pointer; }
  body .c {
    max-width: 87.5em;
    margin-left: auto;
    margin-right: auto; }
    body .c:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (min-width: 992px) {
      body .c {
        max-width: 992px;
        padding: 0; } }
    @media screen and (min-width: 1200px) {
      body .c {
        max-width: 1170px; } }
    @media screen and (min-width: 1400px) {
      body .c {
        max-width: 1400px; } }
  body .row {
    display: block; }
    body .row:after {
      content: "";
      display: table;
      clear: both; }
  body div, body header, body footer {
    position: relative; }
  body h1 {
    font-weight: 300;
    color: white;
    font-size: 56px; }
    @media screen and (min-width: 992px) {
      body h1 {
        font-size: 60px; } }
  body h2 {
    color: #b96318;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.3em;
    margin: .8em 0; }
    @media screen and (min-width: 992px) {
      body h2 {
        font-size: 26px; } }
  body h3 {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.2em;
    color: #b96318; }
    @media screen and (min-width: 992px) {
      body h3 {
        font-size: 26px; } }
  body p {
    color: #5f6168;
    line-height: 1.6em;
    font-size: 14px; }
    body p.moreAction {
      color: #b96318;
      font-size: 24px;
      cursor: pointer;
      margin: 0;
      font-weight: 300; }
      body p.moreAction img {
        width: 40px;
        height: 40px;
        position: relative;
        top: 14px; }
  body ul li {
    color: #5f6168; }
  body a {
    color: #b96318;
    text-decoration: none;
    outline: 0; }
  body fieldset {
    border: 0; }
  body form input[type=text], body form input[type=email], body form input[type=password], body form input[type=search], body form textarea {
    width: 80%;
    border: 0;
    color: #5f6168;
    padding: 10px;
    outline: 0;
    margin: 10px 0; }
    @media screen and (min-width: 992px) {
      body form input[type=text], body form input[type=email], body form input[type=password], body form input[type=search], body form textarea {
        width: 100%;
        margin: 0; } }
  body form select {
    margin: 10px 0;
    min-width: 200px; }
    @media screen and (min-width: 992px) {
      body form select {
        margin: 0;
        min-width: 0; } }
  body form textarea {
    margin: 30px 0;
    height: 125px; }
  body form input[type=submit], body form button {
    float: right;
    background: #b96318;
    border: 0;
    color: white;
    padding: 5px 20px;
    font-size: 14px; }
  body .white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 60%;
    margin: 20px auto; }
    body .white-popup h3 {
      color: #1d0d69;
      margin: .5em 0;
      font-size: 24px;
      font-weight: bold; }
    body .white-popup img.parking {
      width: 800px; }
  body img.full {
    width: 100%;
    height: auto; }
