/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/** 1. Set default font family to sans-serif. 2. Prevent iOS and IE text size adjust after device orientation change, without disabling user zoom. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

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

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, 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/10. Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

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

/** Improve readability of focused elements when they are also in an active/hover state. */
a:active, a:hover { outline: 0; }

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

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

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

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 { 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/10. */
img { border: 0; }

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

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

/** Address differences between Firefox and other browsers. */
hr { 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, 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/11. */
button { overflow: visible; }

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

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
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 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ box-sizing: content-box; /* 2 */ }

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

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

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

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

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

td, th { padding: 0; }

meta.foundation-version { font-family: "/5.5.3/"; }

meta.foundation-mq-small { font-family: "/only screen/"; width: 0; }

meta.foundation-mq-small-only { font-family: "/only screen and (max-width: 40em)/"; width: 0; }

meta.foundation-mq-medium { font-family: "/only screen and (min-width:40.0625em)/"; width: 40.0625em; }

meta.foundation-mq-medium-only { font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/"; width: 40.0625em; }

meta.foundation-mq-large { font-family: "/only screen and (min-width:64.0625em)/"; width: 64.0625em; }

meta.foundation-mq-large-only { font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/"; width: 64.0625em; }

meta.foundation-mq-xlarge { font-family: "/only screen and (min-width:90.0625em)/"; width: 90.0625em; }

meta.foundation-mq-xlarge-only { font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/"; width: 90.0625em; }

meta.foundation-mq-xxlarge { font-family: "/only screen and (min-width:120.0625em)/"; width: 120.0625em; }

meta.foundation-data-attribute-namespace { font-family: false; }

html, body { height: 100%; }

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

html, body { font-size: 100%; }

body { background: #f1eee9; color: #575759; cursor: auto; font-family: "utopia-std", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-style: normal; font-weight: normal; line-height: 1.5; margin: 0; padding: 0; position: relative; }

a:hover { cursor: pointer; }

img { max-width: 100%; height: auto; }

img { -ms-interpolation-mode: bicubic; }

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object { max-width: none !important; }

.left { float: left !important; }

.right { float: right !important; }

.clearfix:before, .clearfix:after { content: " "; display: table; }

.clearfix:after { clear: both; }

.hide { display: none; }

.invisible { visibility: hidden; }

.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

img { display: inline-block; vertical-align: middle; }

textarea { height: auto; min-height: 50px; }

select { width: 100%; }

.breadcrumbs { border-style: solid; border-width: 1px; display: block; list-style: none; margin-left: 0; overflow: hidden; padding: 0.5625rem 0.875rem 0.5625rem; background-color: #f4f4f4; border-color: gainsboro; border-radius: 3px; }

.breadcrumbs > * { color: #C2986B; float: left; font-size: 0.6875rem; line-height: 0.6875rem; margin: 0; text-transform: uppercase; }

.breadcrumbs > *:hover a, .breadcrumbs > *:focus a { text-decoration: underline; }

.breadcrumbs > * a { color: #C2986B; }

.breadcrumbs > *.current { color: #333333; cursor: default; }

.breadcrumbs > *.current a { color: #333333; cursor: default; }

.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a { text-decoration: none; }

.breadcrumbs > *.unavailable { color: #999999; }

.breadcrumbs > *.unavailable a { color: #999999; }

.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus, .breadcrumbs > *.unavailable a:focus { color: #999999; cursor: not-allowed; text-decoration: none; }

.breadcrumbs > *:before { color: #AAAAAA; content: "/"; margin: 0 0.75rem; position: relative; top: 1px; }

.breadcrumbs > *:first-child:before { content: " "; margin: 0; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after { content: "/"; }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] { list-style: none; margin-left: 0; margin-bottom: 0; }

.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after { content: " "; display: table; }

.clearing-thumbs:after, [data-clearing]:after { clear: both; }

.clearing-thumbs li, [data-clearing] li { float: left; margin-right: 10px; }

.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li { margin-right: 0; }

.clearing-blackout { background: #333333; height: 100%; position: fixed; top: 0; width: 100%; z-index: 998; left: 0; }

.clearing-blackout .clearing-close { display: block; }

.clearing-container { height: 100%; margin: 0; overflow: hidden; position: relative; z-index: 998; }

.clearing-touch-label { color: #AAAAAA; font-size: .6em; left: 50%; position: absolute; top: 50%; }

.visible-img { height: 95%; position: relative; }

.visible-img img { position: absolute; left: 50%; top: 50%; -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); max-height: 100%; max-width: 100%; }

.clearing-caption { background: #333333; bottom: 0; color: #CCCCCC; font-size: 0.875em; line-height: 1.3; margin-bottom: 0; padding: 10px 30px 20px; position: absolute; text-align: center; width: 100%; left: 0; }

.clearing-close { color: #CCCCCC; display: none; font-size: 30px; line-height: 1; padding-left: 20px; padding-top: 10px; z-index: 999; }

.clearing-close:hover, .clearing-close:focus { color: #CCCCCC; }

.clearing-assembled .clearing-container { height: 100%; }

.clearing-assembled .clearing-container .carousel > ul { display: none; }

.clearing-feature li { display: none; }

.clearing-feature li.clearing-featured-img { display: block; }

@media only screen and (min-width: 40.0625em) { .clearing-main-prev, .clearing-main-next { height: 100%; position: absolute; top: 0; width: 40px; }
  .clearing-main-prev > span, .clearing-main-next > span { border: solid 12px; display: block; height: 0; position: absolute; top: 50%; width: 0; }
  .clearing-main-prev > span:hover, .clearing-main-next > span:hover { opacity: .8; }
  .clearing-main-prev { left: 0; }
  .clearing-main-prev > span { left: 5px; border-color: transparent; border-right-color: #CCCCCC; }
  .clearing-main-next { right: 0; }
  .clearing-main-next > span { border-color: transparent; border-left-color: #CCCCCC; }
  .clearing-main-prev.disabled, .clearing-main-next.disabled { opacity: .3; }
  .clearing-assembled .clearing-container .carousel { background: rgba(51, 51, 51, 0.8); height: 120px; margin-top: 10px; text-align: center; }
  .clearing-assembled .clearing-container .carousel > ul { display: inline-block; z-index: 999; height: 100%; position: relative; float: none; }
  .clearing-assembled .clearing-container .carousel > ul li { clear: none; cursor: pointer; display: block; float: left; margin-right: 0; min-height: inherit; opacity: .4; overflow: hidden; padding: 0; position: relative; width: 120px; }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img { height: 100%; max-width: none; }
  .clearing-assembled .clearing-container .carousel > ul li a.th { border: none; box-shadow: none; display: block; }
  .clearing-assembled .clearing-container .carousel > ul li img { cursor: pointer !important; width: 100% !important; }
  .clearing-assembled .clearing-container .carousel > ul li.visible { opacity: 1; }
  .clearing-assembled .clearing-container .carousel > ul li:hover { opacity: .8; }
  .clearing-assembled .clearing-container .visible-img { background: #333333; height: 85%; overflow: hidden; }
  .clearing-close { padding-left: 0; padding-top: 0; position: absolute; top: 10px; right: 20px; } }

.flex-video { height: 0; margin-bottom: 1rem; overflow: hidden; padding-bottom: 67.5%; padding-top: 1.5625rem; position: relative; }

.flex-video.widescreen { padding-bottom: 56.34%; }

.flex-video.vimeo { padding-top: 0; }

.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video { height: 100%; position: absolute; top: 0; width: 100%; left: 0; }

/* Progress Bar */
.progress { background-color: #F6F6F6; border: 1px solid white; height: 1.5625rem; margin-bottom: 0.625rem; padding: 0.125rem; }

.progress .meter { background: #C2986B; display: block; height: 100%; float: left; width: 0%; }

.progress .meter.secondary { background: #e7e7e7; display: block; height: 100%; float: left; width: 0%; }

.progress .meter.success { background: #43AC6A; display: block; height: 100%; float: left; width: 0%; }

.progress .meter.alert { background: #f04124; display: block; height: 100%; float: left; width: 0%; }

.progress.secondary .meter { background: #e7e7e7; display: block; height: 100%; float: left; width: 0%; }

.progress.success .meter { background: #43AC6A; display: block; height: 100%; float: left; width: 0%; }

.progress.alert .meter { background: #f04124; display: block; height: 100%; float: left; width: 0%; }

.progress.radius { border-radius: 3px; }

.progress.radius .meter { border-radius: 2px; }

.progress.round { border-radius: 1000px; }

.progress.round .meter { border-radius: 999px; }

.reveal-modal-bg { background: #000000; background: rgba(0, 0, 0, 0.45); bottom: 0; display: none; left: 0; position: fixed; right: 0; top: 0; z-index: 1004; left: 0; }

.reveal-modal { border-radius: 3px; display: none; position: absolute; top: 0; visibility: hidden; width: 100%; z-index: 1005; left: 0; background-color: #FFFFFF; padding: 1.875rem; border: solid 1px #666666; box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

@media only screen and (max-width: 40em) { .reveal-modal { min-height: 100vh; } }

.reveal-modal .column, .reveal-modal .columns { min-width: 0; }

.reveal-modal > :first-child { margin-top: 0; }

.reveal-modal > :last-child { margin-bottom: 0; }

@media only screen and (min-width: 40.0625em) { .reveal-modal { left: 0; margin: 0 auto; max-width: 1140px; right: 0; width: 80%; } }

@media only screen and (min-width: 40.0625em) { .reveal-modal { top: 6.25rem; } }

.reveal-modal.radius { box-shadow: none; border-radius: 3px; }

.reveal-modal.round { box-shadow: none; border-radius: 1000px; }

.reveal-modal.collapse { padding: 0; box-shadow: none; }

@media only screen and (min-width: 40.0625em) { .reveal-modal.tiny { left: 0; margin: 0 auto; max-width: 1140px; right: 0; width: 30%; } }

@media only screen and (min-width: 40.0625em) { .reveal-modal.small { left: 0; margin: 0 auto; max-width: 1140px; right: 0; width: 40%; } }

@media only screen and (min-width: 40.0625em) { .reveal-modal.medium { left: 0; margin: 0 auto; max-width: 1140px; right: 0; width: 60%; } }

@media only screen and (min-width: 40.0625em) { .reveal-modal.large { left: 0; margin: 0 auto; max-width: 1140px; right: 0; width: 70%; } }

@media only screen and (min-width: 40.0625em) { .reveal-modal.xlarge { left: 0; margin: 0 auto; max-width: 1140px; right: 0; width: 95%; } }

.reveal-modal.full { height: 100vh; height: 100%; left: 0; margin-left: 0 !important; max-width: none !important; min-height: 100vh; top: 0; }

@media only screen and (min-width: 40.0625em) { .reveal-modal.full { left: 0; margin: 0 auto; max-width: 1140px; right: 0; width: 100%; } }

.reveal-modal.toback { z-index: 1003; }

.reveal-modal .close-reveal-modal { color: #AAAAAA; cursor: pointer; font-size: 2.5rem; font-weight: bold; line-height: 1; position: absolute; top: 0.625rem; right: 1.375rem; }

.side-nav { display: block; font-family: "utopia-std", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; list-style-position: outside; list-style-type: none; margin: 0; padding: 0.875rem 0; }

.side-nav li { font-size: 0.875rem; font-weight: normal; margin: 0 0 0.4375rem 0; }

.side-nav li a:not(.button) { color: #C2986B; display: block; margin: 0; padding: 0.4375rem 0.875rem; }

.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus { background: rgba(0, 0, 0, 0.025); color: #d4b797; }

.side-nav li a:not(.button):active { color: #d4b797; }

.side-nav li.active > a:first-child:not(.button) { color: #d4b797; font-family: "utopia-std", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-weight: normal; }

.side-nav li.divider { border-top: 1px solid; height: 0; list-style: none; padding: 0; border-top-color: #e6e6e6; }

.side-nav li.heading { color: #C2986B; font-size: 0.875rem; font-weight: bold; text-transform: uppercase; }

.sub-nav { display: block; margin: -0.25rem 0 1.125rem; overflow: hidden; padding-top: 0.25rem; width: auto; }

.sub-nav dt { text-transform: uppercase; }

.sub-nav dt, .sub-nav dd, .sub-nav li { color: #777; float: left; font-family: "utopia-std", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-size: 0.875rem; font-weight: normal; margin-left: 1rem; margin-bottom: 0; }

.sub-nav dt a, .sub-nav dd a, .sub-nav li a { color: #777; padding: 0.1875rem 1rem; text-decoration: underline; }

.sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover { color: #595959; }

.sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a { border-radius: 3px; background: #C2986B; color: #FFFFFF; cursor: default; font-weight: 400; padding: 0.1875rem 1rem; }

.sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover { background: #b6834d; }

/* Image Thumbnails */
.th { border: solid 7px #FFFFFF; box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1); display: inline-block; line-height: 0; max-width: 100%; transition: all 200ms ease-out; }

.th:hover, .th:focus { box-shadow: 1px 1px 6px 1px rgba(194, 152, 107, 0.5); }

.th.radius { border-radius: 3px; }

/* Tooltips */
.has-tip { border-bottom: dotted 1px #CCCCCC; color: #333333; cursor: help; font-weight: bold; }

.has-tip:hover, .has-tip:focus { border-bottom: dotted 1px #604528; color: #C2986B; }

.has-tip.tip-left, .has-tip.tip-right { float: none !important; }

.tooltip { background: #333333; color: #FFFFFF; display: none; font-size: 0.875rem; font-weight: normal; line-height: 1.3; max-width: 300px; padding: 0.75rem; position: absolute; width: 100%; z-index: 1006; left: 50%; }

.tooltip > .nub { border: solid 5px; border-color: transparent transparent #333333 transparent; display: block; height: 0; pointer-events: none; position: absolute; top: -10px; width: 0; left: 5px; }

.tooltip > .nub.rtl { left: auto; right: 5px; }

.tooltip.radius { border-radius: 3px; }

.tooltip.round { border-radius: 1000px; }

.tooltip.round > .nub { left: 2rem; }

.tooltip.opened { border-bottom: dotted 1px #604528 !important; color: #C2986B !important; }

.tap-to-close { color: #777777; display: block; font-size: 0.625rem; font-weight: normal; }

@media only screen { .tooltip > .nub { border-color: transparent transparent #333333 transparent; top: -10px; }
  .tooltip.tip-top > .nub { border-color: #333333 transparent transparent transparent; bottom: -10px; top: auto; }
  .tooltip.tip-left, .tooltip.tip-right { float: none !important; }
  .tooltip.tip-left > .nub { border-color: transparent transparent transparent #333333; left: auto; margin-top: -5px; right: -10px; top: 50%; }
  .tooltip.tip-right > .nub { border-color: transparent #333333 transparent transparent; left: -10px; margin-top: -5px; right: auto; top: 50%; } }

.text-left { text-align: left !important; }

.text-right { text-align: right !important; }

.text-center { text-align: center !important; }

.text-justify { text-align: justify !important; }

@media only screen and (max-width: 40em) { .small-only-text-left { text-align: left !important; }
  .small-only-text-right { text-align: right !important; }
  .small-only-text-center { text-align: center !important; }
  .small-only-text-justify { text-align: justify !important; } }

@media only screen { .small-text-left { text-align: left !important; }
  .small-text-right { text-align: right !important; }
  .small-text-center { text-align: center !important; }
  .small-text-justify { text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) and (max-width: 64em) { .medium-only-text-left { text-align: left !important; }
  .medium-only-text-right { text-align: right !important; }
  .medium-only-text-center { text-align: center !important; }
  .medium-only-text-justify { text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) { .medium-text-left { text-align: left !important; }
  .medium-text-right { text-align: right !important; }
  .medium-text-center { text-align: center !important; }
  .medium-text-justify { text-align: justify !important; } }

@media only screen and (min-width: 64.0625em) and (max-width: 90em) { .large-only-text-left { text-align: left !important; }
  .large-only-text-right { text-align: right !important; }
  .large-only-text-center { text-align: center !important; }
  .large-only-text-justify { text-align: justify !important; } }

@media only screen and (min-width: 64.0625em) { .large-text-left { text-align: left !important; }
  .large-text-right { text-align: right !important; }
  .large-text-center { text-align: center !important; }
  .large-text-justify { text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) and (max-width: 120em) { .xlarge-only-text-left { text-align: left !important; }
  .xlarge-only-text-right { text-align: right !important; }
  .xlarge-only-text-center { text-align: center !important; }
  .xlarge-only-text-justify { text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) { .xlarge-text-left { text-align: left !important; }
  .xlarge-text-right { text-align: right !important; }
  .xlarge-text-center { text-align: center !important; }
  .xlarge-text-justify { text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) { .xxlarge-only-text-left { text-align: left !important; }
  .xxlarge-only-text-right { text-align: right !important; }
  .xxlarge-only-text-center { text-align: center !important; }
  .xxlarge-only-text-justify { text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) { .xxlarge-text-left { text-align: left !important; }
  .xxlarge-text-right { text-align: right !important; }
  .xxlarge-text-center { text-align: center !important; }
  .xxlarge-text-justify { text-align: justify !important; } }

/* Typography resets */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; }

/* Default Link Styles */
a { color: #C2986B; line-height: inherit; text-decoration: none; }

a:hover, a:focus { color: #b6834d; }

a img { border: none; }

/* Default paragraph styles */
p { font-family: inherit; font-size: 1rem; font-weight: normal; line-height: 1.6; margin-bottom: 1.25rem; text-rendering: optimizeLegibility; }

p.lead { font-size: 1.21875rem; line-height: 1.6; }

p aside { font-size: 0.875rem; font-style: italic; line-height: 1.35; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 { color: #575759; font-family: "utopia-std-display", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-style: normal; font-weight: 400; line-height: 1.4; margin-bottom: 0.5rem; margin-top: 0.2rem; text-rendering: optimizeLegibility; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { color: #919194; font-size: 80%; line-height: 0; }

h1 { font-size: 2.125rem; }

h2 { font-size: 1.6875rem; }

h3 { font-size: 1.375rem; }

h4 { font-size: 1.125rem; }

h5 { font-size: 1.125rem; }

h6 { font-size: 1rem; }

.subheader { line-height: 1.4; color: #919194; font-weight: normal; margin-top: 0.2rem; margin-bottom: 0.5rem; }

hr { border: solid #DDDDDD; border-width: 1px 0 0; clear: both; height: 0; margin: 1.25rem 0 1.1875rem; }

/* Helpful Typography Defaults */
em, i { font-style: italic; line-height: inherit; }

strong, b { font-weight: bold; line-height: inherit; }

small { font-size: 80%; line-height: inherit; }

code { background-color: #f8f8f8; border-color: #dfdfdf; border-style: solid; border-width: 1px; color: #333333; font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: normal; padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul, ol, dl { font-family: inherit; font-size: 1rem; line-height: 1.6; list-style-position: outside; margin-bottom: 1.25rem; }

ul { margin-left: 1.1rem; }

/* Unordered Lists */
ul li ul, ul li ol { margin-left: 1.25rem; margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit; }

ul.square { list-style-type: square; margin-left: 1.1rem; }

ul.circle { list-style-type: circle; margin-left: 1.1rem; }

ul.disc { list-style-type: disc; margin-left: 1.1rem; }

/* Ordered Lists */
ol { margin-left: 1.4rem; }

ol li ul, ol li ol { margin-left: 1.25rem; margin-bottom: 0; }

.no-bullet { list-style-type: none; margin-left: 0; }

.no-bullet li ul, .no-bullet li ol { margin-left: 1.25rem; margin-bottom: 0; list-style: none; }

/* Definition Lists */
dl dt { margin-bottom: 0.3rem; font-weight: bold; }

dl dd { margin-bottom: 0.75rem; }

/* Abbreviations */
abbr, acronym { text-transform: uppercase; font-size: 90%; color: #575759; cursor: help; }

abbr { text-transform: none; }

abbr[title] { border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote { margin: 0 0 1.25rem; padding: 0.5625rem 1.25rem 0 1.1875rem; border-left: 1px solid #DDDDDD; }

blockquote cite { display: block; font-size: 0.8125rem; color: #7d7d80; }

blockquote cite:before { content: "\2014 \0020"; }

blockquote cite a, blockquote cite a:visited { color: #7d7d80; }

blockquote, blockquote p { line-height: 1.6; color: #919194; }

/* Microformats */
.vcard { display: inline-block; margin: 0 0 1.25rem 0; border: 1px solid #DDDDDD; padding: 0.625rem 0.75rem; }

.vcard li { margin: 0; display: block; }

.vcard .fn { font-weight: bold; font-size: 0.9375rem; }

.vevent .summary { font-weight: bold; }

.vevent abbr { cursor: default; text-decoration: none; font-weight: bold; border: none; padding: 0 0.0625rem; }

@media only screen and (min-width: 40.0625em) { h1, h2, h3, h4, h5, h6 { line-height: 1.4; }
  h1 { font-size: 2.75rem; }
  h2 { font-size: 2.3125rem; }
  h3 { font-size: 1.6875rem; }
  h4 { font-size: 1.4375rem; }
  h5 { font-size: 1.125rem; }
  h6 { font-size: 1rem; } }

/* Print styles. Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com) */
@media print { * { background: transparent !important; color: #000000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999999; page-break-inside: avoid; }
  thead { display: table-header-group; /* h5bp.com/t */ }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.34in; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; } }

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

[data-icon]:before { font-family: "gourmet-advisory" !important; content: attr(data-icon); font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before, [class*=" icon-"]:before { font-family: "gourmet-advisory" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-play:before { content: "d"; }

.icon-twitter:before { content: "e"; }

.icon-facebook:before { content: "g"; }

.icon-pinterest:before { content: "h"; }

.icon-pinterest-alt:before { content: "i"; }

.icon-instagram:before { content: "a"; }

/* ============= GLOBAL ============= */
body, .reveal-modal { background-image: url("../img/cream_dust.jpg"); background-color: #f1eee9; }

.hide-for-small { display: none; }

@media only screen and (min-width: 40.063em) { .hide-for-small { display: block; } }

p { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }

h1 a { color: #fff; }

h1, h2 { line-height: 1.2; }

a:hover { transition: all linear .2s; }

.sub-nav { font-family: "utopia-std-caption", "utopia-std", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; }

.sub-nav dd.active a { text-decoration: none; }

.clearing-assembled .large-block-grid-2 > li:nth-of-type(2n+1), .clearing-assembled .large-block-grid-4 > li:nth-of-type(2n+1), .clearing-assembled .large-block-grid-6 > li:nth-of-type(2n+1) { clear: none !important; }

.logo { position: absolute; top: 10px; left: 20px; z-index: 3; }

.vcard { margin: 0; border: none; padding: 0px; }

.button-minimal { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; border-style: solid; border-width: 0; cursor: pointer; font-family: "utopia-std", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-weight: normal; line-height: normal; margin: 0 0 1.25rem; position: relative; text-align: center; text-decoration: none; display: inline-block; padding: 1rem 2rem 1.0625rem 2rem; font-size: 1rem; background-color: #f1eee9; border-color: #ccc1af; color: #333333; border-radius: 0px; transition: background-color 300ms ease-out; color: #C2986B !important; font-family: "utopia-std-display", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; border-top: 1px solid #C2986B; background: transparent !important; padding-left: 0; padding-right: 0; text-transform: uppercase; letter-spacing: .1em; text-shadow: 0 1px 0 #fff; }

.button-minimal:hover, .button-minimal:focus { background-color: #ccc1af; }

.button-minimal:hover, .button-minimal:focus { color: #333333; }

.button-minimal:hover { color: #b17f49; }

.frame { border: 7px solid #fff; box-shadow: 0px 0px 0px 14px #C2986B, 0 19px 0px rgba(0, 0, 0, 0.05); margin: 1em 14px 2em; }

@media only screen and (min-width: 40.063em) { .frame { border-width: 14px; position: relative; }
  .frame:before { content: ""; display: block; width: 74px; height: 74px; background: url("../img/frame_corners.svg") left top no-repeat; /* left: 23px; top: 10px; */ position: absolute; }
  .frame:after { content: ""; display: block; width: 74px; height: 74px; background: url("../img/frame_corners.svg") right bottom no-repeat; right: 0; bottom: 0; position: absolute; } }

.content { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; }

.main { width: 100%; }

.main:before, .main:after { content: " "; display: table; }

.main:after { clear: both; }

/* ============= HEADER ============= */
/* ============= NAV ============= */
#right-menu { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; position: fixed; top: 4px; right: 0px; z-index: 3; font-size: 22px; color: #fff; text-transform: uppercase; padding: 10px; z-index: 2; width: 120px; }

#right-menu span { float: left; font-size: 18px; padding: 4px 0 0 10px; }

#right-menu img { float: right; /* margin-top: -8px; */ }

#right-menu.activated { right: 200px; }

#right-menu-div { right: 0; display: none; }

.sidr { border-left: 1px solid #444; display: none; position: absolute; position: fixed; top: 0; height: 100%; z-index: 999999; width: 200px; overflow-x: none; overflow-y: auto; background: #575759; color: #ddd; box-shadow: inset 5px 3px 0 #4f4f51; }

.sidr .sidr-inner { padding: 1em 0 1em; }

.sidr .sidr-inner > p { font-size: 12px; padding: 0 15px; text-transform: uppercase; color: #C2986B; letter-spacing: .25em; font-family: "utopia-std-caption", "utopia-std", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; margin-bottom: 0; }

.sidr .right { left: auto; right: -260px; }

.sidr .left { left: -260px; right: auto; }

.sidr ul { display: block; margin: 0 0 15px; padding: 0; }

.sidr ul.sidr-nav { border-top: 2px solid #4f4f51; }

.sidr ul.sidr-nav li { display: block; margin: 0; line-height: 1.2; border-bottom: 2px solid #4f4f51; }

.sidr ul.sidr-nav li:hover a, .sidr ul.sidr-nav li.active a { background: #4f4f51; color: #fff; }

.sidr ul.sidr-nav li a { padding: .70em 15px; display: block; text-decoration: none; color: #ccc; font-size: 13px; letter-spacing: .1em; }

.sidr ul.sidr-nav-social { margin-left: 15px; margin-top: 15px; }

.sidr ul.sidr-nav-social li { display: inline-block; margin-right: 5px; }

.sidr ul.sidr-nav-social a { display: block; line-height: 1; padding: 8px 8px 5px; background: #3e3e3f; color: #707073; font-size: 20px; }

.sidr ul.sidr-nav-social a:hover { background: #252525; color: #8a8a8c; }

/* ============= SIDEBAR ============= */
.sidebar-block { margin-bottom: 1.5em; min-height: 6em; position: relative; }

.sidebar-block .side-nav { margin-bottom: 0; padding-bottom: 0; }

.sidebar-block h3 { color: #C2986B; padding-bottom: .625em; font-size: 16px; letter-spacing: .2em; margin-bottom: 18px; text-transform: uppercase; }

.sidebar-block .side-nav { padding-top: 0; margin: -18px 0 1.5em; position: relative; }

.sidebar-block .side-nav li { border-bottom: 1px solid rgba(194, 152, 107, 0.2); margin: 0; }

.sidebar-block .side-nav li a { padding: .4375em 0; color: #575759; }

.sidebar-block .side-nav li:last-child { border: 0px; }

@media only screen and (min-width: 40.063em) { .sidebar-block h3:before { display: block; content: ""; height: 90px; background: url("../img/sidebar_flourish.svg") left center no-repeat; position: absolute; left: -18%; right: 15px; z-index: 0; } }

.sidebar-block-gallery .side-nav { margin-top: -9px; }

.sidebar-block-gallery .side-nav li { border: none; }

.side-nav-tags { margin-bottom: 1.5em; }

.side-nav-tags a { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; border-style: solid; border-width: 0; cursor: pointer; font-family: "utopia-std", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-weight: normal; line-height: normal; margin: 0 0 1.25rem; position: relative; text-align: center; text-decoration: none; display: inline-block; padding: 0.625rem 1.25rem 0.6875rem 1.25rem; font-size: 0.6875rem; background-color: #efe3d7; border-color: #d4b797; color: #333333; border-radius: 0px; transition: background-color 300ms ease-out; font-family: "utopia-std-caption", "utopia-std", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-weight: 400; margin: 0 5px 5px 0; border-color: transparent; }

.side-nav-tags a:hover, .side-nav-tags a:focus { background-color: #d4b797; }

.side-nav-tags a:hover, .side-nav-tags a:focus { color: #333333; }

.sidebar-block form { position: relative; }

.search-button { border-style: solid; border-width: 1px; display: block; font-size: 0.875rem; height: 2.3125rem; line-height: 2.3125rem; overflow: visible; padding-bottom: 0; padding-top: 0; position: relative; text-align: center; width: 100%; z-index: 2; background: #C2986B; border-right: none; color: #FFFFFF; border-color: right; padding-left: 0.9375rem; padding-right: 0.9375rem; width: 25%; float: right; border-right-width: 1px; border-left-width: 0px; }

input[type="text"].search-input { -webkit-appearance: none; border-radius: 0; border: 1px solid #cccccc; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); display: block; font-size: 0.875em; margin: 0 0 1em 0; padding: 0.5em; height: 2.3125em; width: 100%; transition: box-shadow 0.45s, border-color 0.45s ease-in-out; padding-left: 0.9375rem; padding-right: 0.9375rem; width: 75%; float: left; }

/* ============= FOOTER ============= */
@media only screen and (min-width: 40.063em) { footer[role="contentinfo"] { position: relative; }
  footer[role="contentinfo"]:after { content: ""; position: absolute; width: 100%; height: 50px; bottom: 0; left: 0; background: red; z-index: -1; background: url("../img/pattern_logo.png") center top repeat #575759; border-top: 1px solid #fff; box-shadow: inset 0px 14px 0px rgba(0, 0, 0, 0.1); display: block; } }

.pre-footer { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; text-align: justify; }

@media only screen and (min-width: 40.063em) { .pre-footer { padding-left: 0; padding-right: 0; width: 66.66667%; float: left; margin-left: auto; margin-right: auto; float: none; }
  .pre-footer__links { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; margin-bottom: 1em; } }

.pre-footer__call-to-action { list-style: none; margin: 0; left: 0; margin-top: 1em; margin-bottom: 1em; }

.pre-footer__call-to-action:before, .pre-footer__call-to-action:after { content: " "; display: table; }

.pre-footer__call-to-action:after { clear: both; }

.pre-footer__call-to-action a { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; border-style: solid; border-width: 0; cursor: pointer; font-family: "utopia-std", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-weight: normal; line-height: normal; margin: 0 0 1.25rem; position: relative; text-align: center; text-decoration: none; display: inline-block; padding: 1rem 2rem 1.0625rem 2rem; font-size: 1rem; padding-bottom: 1.0625rem; padding-top: 1rem; padding-left: 1rem; padding-right: 1rem; width: 100%; background-color: #f1eee9; border-color: #ccc1af; color: #333333; border-radius: 0px; transition: background-color 300ms ease-out; padding: 5px 0; background-color: transparent; font-family: "utopia-std-display", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; text-transform: uppercase; text-shadow: 0 1px 0 #fff; }

.pre-footer__call-to-action a:hover, .pre-footer__call-to-action a:focus { background-color: #ccc1af; }

.pre-footer__call-to-action a:hover, .pre-footer__call-to-action a:focus { color: #333333; }

.pre-footer__call-to-action a:hover { color: #b17f49; }

/* medium up */
@media only screen and (min-width: 40.063em) { .pre-footer__call-to-action { margin-top: 3em; margin-bottom: 3em; }
  .pre-footer__call-to-action a { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; border-style: solid; border-width: 0; cursor: pointer; font-family: "utopia-std", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-weight: normal; line-height: normal; margin: 0 0 1.25rem; position: relative; text-align: center; text-decoration: none; display: inline-block; padding: 1.125rem 2.25rem 1.1875rem 2.25rem; font-size: 1.25rem; padding-bottom: 1.1875rem; padding-top: 1.125rem; padding-left: 1rem; padding-right: 1rem; width: 100%; background-color: #f1eee9; border-color: #ccc1af; color: #333333; border-radius: 0px; transition: background-color 300ms ease-out; background-color: transparent; border: 1px solid #d1b18f; border-left: none; letter-spacing: .1em; border-right: none; }
  .pre-footer__call-to-action a:hover, .pre-footer__call-to-action a:focus { background-color: #ccc1af; }
  .pre-footer__call-to-action a:hover, .pre-footer__call-to-action a:focus { color: #333333; }
  .pre-footer__call-to-action > li { float: left; display: list-item; margin: 0; width: 50%; }
  .pre-footer__call-to-action > li > button, .pre-footer__call-to-action > li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
  .pre-footer__call-to-action > li:first-child button, .pre-footer__call-to-action > li:first-child .button { border-left: 0; }
  .pre-footer__call-to-action > li:first-child { margin-left: 0; }
  .pre-footer__call-to-action > li button, .pre-footer__call-to-action > li .button { width: 100%; }
  .pre-footer__call-to-action > li:first-child a { padding-right: 10%; }
  .pre-footer__call-to-action > li:last-child a { padding-left: 10%; }
  .pre-footer__call-to-action:before { content: ""; display: block; width: 135px; height: 140px; background: url("../img/seal.png") center center no-repeat; background-size: cover; position: absolute; left: 50%; margin: -33px 0 0 -67px; z-index: 1; } }

.footer__wrapper { margin: 0 auto; max-width: 1140px; width: 100%; }

.footer__wrapper:before, .footer__wrapper:after { content: " "; display: table; }

.footer__wrapper:after { clear: both; }

.footer__island { position: relative; text-align: center; padding: 0 0 2em; }

.footer__island img { margin-bottom: 1em; }

.footer__island p { line-height: .9; }

.footer__island .footer__island__contact-points h3 { font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: #C2986B; }

.footer__island .footer__island__contact-points p { font-style: italic; font-family: "utopia-std-display", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; letter-spacing: .05em; }

.footer__island .footer__island__contact-points p a { color: #575759; }

.footer__island .footer__island__contact-points p b { color: #C2986B; }

@media only screen and (min-width: 40.063em) { .footer__island { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 66.66667%; float: left; margin-left: auto; margin-right: auto; float: none; border: 14px solid #C2986B; background: #fff; border-bottom: 0; padding: 2em 1em 1em; }
  .footer__island:before, .footer__island:after { content: " "; display: table; }
  .footer__island:after { clear: both; }
  .footer__island:before { content: ""; width: 15px; position: absolute; height: 100%; background-image: url("../img/footer_shadow.svg"); background-repeat: no-repeat; background-position: left 15px; top: 0px; display: block; left: -29px; }
  .footer__island:after { content: ""; width: 15px; position: absolute; height: 100%; background-image: url("../img/footer_shadow.svg"); background-repeat: no-repeat; background-position: right 15px; top: 0px; display: block; right: -29px; }
  .footer__island__contact-points { margin: 0 auto; max-width: 1140px; width: 100%; }
  .footer__island__contact-points:before, .footer__island__contact-points:after { content: " "; display: table; }
  .footer__island__contact-points:after { clear: both; }
  .footer__island__contact-points .footer__island__columns { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; }
  .footer__island__contact-points p { font-size: 18px; }
  .copyright { position: absolute; left: 10px; bottom: 60px; margin: 0; line-height: 1; font-family: "utopia-std-caption", "utopia-std", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-size: 13px; color: #a3a3a6; } }

@media only screen and (min-width: 64.063em) { .footer__island__contact-points .footer__island__columns:first-child { position: relative; padding-left: 0; padding-right: 0; width: 58.33333%; left: 0; right: auto; right: 0; left: auto; float: left; margin-left: 0 !important; }
  .footer__island__contact-points .footer__island__columns:last-child { position: relative; padding-left: 0; padding-right: 0; width: 41.66667%; float: right; left: 0; right: auto; right: 0; left: auto; margin-left: 0 !important; } }

/* ============= PAGE COMPONENTS ============= */
.introduction-wrapper { background-size: cover; box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5); background-color: #000; background-position: center center; text-align: center; width: 100%; position: relative; min-height: 300px; }

.introduction-wrapper:before, .introduction-wrapper:after { content: " "; display: table; }

.introduction-wrapper:after { clear: both; }

.introduction-wrapper .introduction__text { margin-top: 100px; width: 100%; bottom: 3em; text-align: center; padding: 0 3%; position: absolute; }

.introduction-wrapper .page__title, .introduction-wrapper .page__subtitle { color: #fff; font-family: "utopia-std-display", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-weight: 400; line-height: 1.2; text-shadow: 0 0 10px #000; }

.page__title { font-size: 2em; margin-bottom: 0; text-transform: uppercase; }

.page__title small { color: #fff; }

.page__subtitle { font-size: 1em; }

@media only screen and (min-width: 40.063em) { .introduction__text { position: absolute; }
  .page__title { font-size: 2.75em; }
  .page__subtitle { font-size: 1.6875em; margin-bottom: 0; } }

.page__section__wrapper { margin: 0 auto; max-width: 1140px; width: 100%; }

.page__section__wrapper:before, .page__section__wrapper:after { content: " "; display: table; }

.page__section__wrapper:after { clear: both; }

.page__section__quote { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; text-align: center; }

.page__section__title { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; text-align: center; text-shadow: 0 2px 0 #fff; margin-bottom: .33em; margin-top: .5em; }

.page__section__subtitle { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; color: #C2986B; letter-spacing: .1em; text-transform: uppercase; text-align: center; text-shadow: 0 1px 0 #fff; margin-bottom: 2.5em; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }

@media only screen and (min-width: 40.063em) { .page__section__subtitle { letter-spacing: .2em; } }

.page__section__padded-content h2 { color: #C2986B; text-align: center; }

@media only screen and (min-width: 40.063em) { .page__section__padded-content { padding: 2em 10% 0; }
  .page__section__padded-content h2 { text-align: left; } }

.half { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; }

@media only screen and (min-width: 40.063em) { .half { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 50%; float: left; } }

.page__section { position: relative; width: 100%; padding: 1em 0 1em; }

.page__section:before, .page__section:after { content: " "; display: table; }

.page__section:after { clear: both; }

.page__section.logo-pattern { background: url("../img/pattern_logo.png") center top repeat #575759; color: #ddd; border-bottom: 1px solid #fff; box-shadow: inset 0px -4px 0px rgba(0, 0, 0, 0.1), inset 0px 4px 0px rgba(0, 0, 0, 0.1); }

.page__section.logo-pattern .page__section__title { color: #fff; text-shadow: 0 -2px 0 #3e3e3f; }

.page__section.logo-pattern .page__section__subtitle { text-shadow: 0 -1px 0 #3e3e3f; }

.page__section.logo-pattern .button-minimal { text-shadow: 0 -1px 0 #3e3e3f; }

.page__section.section-1 { min-height: 611px; }

/* ============= HOME ============= */
@media only screen and (min-width: 40em) { .home .introduction-wrapper { min-height: 500px; }
  .pre-footer__home-text { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 2em; -moz-column-gap: 2em; column-gap: 2em; }
  .pre-footer__home-text p { column-break-inside: avoid; } }

@media only screen and (min-width: 64.063em) { .home .introduction-wrapper { height: 85vh; }
  .play-button { top: 25vh; position: absolute; left: 50%; margin-left: -50px; } }

.play-button { transition: linear 0.6s all; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.75); border-radius: 9999px; width: 80px; height: 80px; display: block; font-size: 50px; margin: 80px auto 20px auto; line-height: 80px; padding: 5px 4px 0 14px; top: 235px; border: 2px solid #eee; text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); background-color: rgba(0, 0, 0, 0.8); color: #eee; text-align: center; clear: both; }

.play-button:hover { border: 4px solid #fff; padding-top: 3px; color: #fff; box-shadow: 0px 0px 8px black; }

#video { background-color: #000; border-color: #444; }

@media only screen and (max-width: 40em) { .play-button { box-shadow: none; border: 0px; background-color: transparent; }
  .home .introduction-wrapper .introduction__text { bottom: .5em; } }

@media only screen and (min-width: 64.063em) { .play-button { margin: 80px auto 20px -40px; } }

/* ============= EVENTS ============= */
@media only screen and (min-width: 40.063em) { .events-nav { background: #C2986B; margin: 0; padding: 0; width: 100%; border-top: 1px solid #d1b18f; border-bottom: 1px solid #d1b18f; }
  .events-nav:before, .events-nav:after { content: " "; display: table; }
  .events-nav:after { clear: both; }
  .events-nav.stuck { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2); position: fixed; top: 0; z-index: 1; }
  .events-nav.stuck .events-nav__links a { padding: .7rem; transition: all linear 1s; }
  .events-nav .active a { background: #d1b18f; }
  .events-nav.stuck li.small-nav-item a { padding: 0.25em !important; }
  .events-nav__wrapper { margin: 0 auto; max-width: 1140px; width: 100%; }
  .events-nav__wrapper:before, .events-nav__wrapper:after { content: " "; display: table; }
  .events-nav__wrapper:after { clear: both; }
  .events-nav__links { list-style: none; margin: 0; left: 0; }
  .events-nav__links:before, .events-nav__links:after { content: " "; display: table; }
  .events-nav__links:after { clear: both; }
  .events-nav__links a { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; border-style: solid; border-width: 0; cursor: pointer; font-family: "utopia-std", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-weight: normal; line-height: normal; margin: 0 0 1.25rem; position: relative; text-align: center; text-decoration: none; display: inline-block; padding: 1.125rem 2.25rem 1.1875rem 2.25rem; font-size: 1.25rem; padding-bottom: 1.1875rem; padding-top: 1.125rem; padding-left: 1rem; padding-right: 1rem; width: 100%; background-color: #C2986B; border-color: #ab7a46; color: #FFFFFF; border-radius: 0px; transition: background-color 300ms ease-out; border-left: 1px solid #b17f49; font-family: "utopia-std-display", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; margin-bottom: 0; border-color: #b17f49; border-top: none; border-bottom: none; color: #fff; font-weight: 400; font-size: 1rem; text-transform: uppercase; letter-spacing: .15em; text-shadow: 0 -1px 0px #b17f49; }
  .events-nav__links a:hover, .events-nav__links a:focus { background-color: #ab7a46; }
  .events-nav__links a:hover, .events-nav__links a:focus { color: #FFFFFF; }
  .events-nav__links a:hover { background-color: #d1b18f; }
  .events-nav__links > li.small-nav-item a { font-size: 14.5px; padding-top: .75em; padding-bottom: .75em; }
  .events-nav__links > li { float: left; display: list-item; margin: 0; width: 25%; }
  .events-nav__links > li > button, .events-nav__links > li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }
  .events-nav__links > li:first-child button, .events-nav__links > li:first-child .button { border-left: 0; }
  .events-nav__links > li:first-child { margin-left: 0; }
  .events-nav__links > li button, .events-nav__links > li .button { width: 100%; }
  .events-nav__links li:last-child a { border-right: 1px solid #b17f49; } }

.event .section-2 { padding-bottom: 0; }

.event .section-2 .page__section__wrapper ul { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; -webkit-column-gap: 1.25em; -moz-column-gap: 1.25em; column-gap: 1.25em; margin-bottom: 4em; }

.event .section-2 .page__section__wrapper li { /* @include column-break-inside(avoid); */ margin-left: 20px; padding-bottom: 1em; margin-bottom: 0; }

ul.section-2__images { display: block; padding: 0; margin: 0 0; border-top: 14px solid #C2986B; border-bottom: 14px solid #C2986B; box-shadow: 0px -4px 0px rgba(0, 0, 0, 0.1); }

ul.section-2__images:before, ul.section-2__images:after { content: " "; display: table; }

ul.section-2__images:after { clear: both; }

ul.section-2__images > li { display: block; float: left; height: auto; padding: 0 0 0; }

ul.section-2__images > li { list-style: none; padding: 0 0 0; width: 50%; }

ul.section-2__images > li:nth-of-type(1n) { clear: none; }

ul.section-2__images > li:nth-of-type(2n+1) { clear: both; }

@media only screen and (min-width: 40.063em) { .event .section-2 .page__section__wrapper ul { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; }
  ul.section-2__images { display: block; padding: 0; margin: 0 0; }
  ul.section-2__images:before, ul.section-2__images:after { content: " "; display: table; }
  ul.section-2__images:after { clear: both; }
  ul.section-2__images > li { display: block; float: left; height: auto; padding: 0 0 0; }
  ul.section-2__images > li { list-style: none; padding: 0 0 0; width: 25%; }
  ul.section-2__images > li:nth-of-type(1n) { clear: none; }
  ul.section-2__images > li:nth-of-type(4n+1) { clear: both; } }

@media only screen and (min-width: 40.063em) { .event .section-1 { min-height: 610px; }
  .events__section-1__img { position: absolute; top: 40px; right: 53%; }
  .events__section-1__img img { max-width: none; }
  .events__section-1__img:before { top: -3px; left: -3px; }
  .events__section-1__img:after { bottom: -3px; right: -3px; } }

/* ============= PRESS ============= */
.press-list { overflow: visible; -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; -webkit-column-gap: 1.25em; -moz-column-gap: 1.25em; column-gap: 1.25em; list-style: none; margin-left: 0; }

.press-list li { /* 		@include column-break-inside(avoid); */ border: 1px solid #bdbdbf; margin-bottom: 1.25em; padding: 0.5em; background: white; }

.press-list li h2, .press-list li p { padding-left: 10px; padding-right: 10px; }

.press-list li h2 { margin-top: .5em; }

.press-list li p { margin-bottom: 0; }

@media only screen and (min-width: 40.063em) { .press-list { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; } }

/* ============= GALLERY ============= */
.page_categories { text-transform: uppercase; font-size: 75%; letter-spacing: .2vw; text-align: center; }

.gallery-filters { margin: 0 -0.9375rem; max-width: none; width: auto; margin-bottom: 2rem; }

.gallery-filters:before, .gallery-filters:after { content: " "; display: table; }

.gallery-filters:after { clear: both; }

.gallery-filters .filter { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; }

.gallery-filters .filter label { display: none; }

.gallery-filters .filter svg { position: absolute; right: 8px; bottom: 6px; pointer-events: none; }

.typeahead__container.backdrop svg { display: none; }

.typeahead__backdrop { cursor: pointer; }

.filter__label { display: block; font-size: 2em; font-family: "utopia-std", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; color: #C2986B; line-height: 1.5; text-align: center; pointer-events: none; }

.typeahead__container { /** Restore the font weight unset by the previous rule. */ /** Show the overflow in IE. 1. Show the overflow in Edge. */ /** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */ /** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */ /** Remove the inner border and padding in Firefox. */ /** Restore the focus styles unset by the previous rule. */ /** Change the border, margin, and padding in all browsers (opinionated). */ /** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */ /** Remove the default vertical scrollbar in IE. */ /** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */ /** Correct the cursor style of increment and decrement buttons in Chrome. */ /** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */ /** Remove the inner padding and cancel buttons in Chrome and Safari on OS X. */ /** Correct the text style of placeholders in Chrome, Edge, and Safari. */ /** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */ }

.typeahead__container button, .typeahead__container input, .typeahead__container optgroup, .typeahead__container select, .typeahead__container textarea { font: inherit; /* 1 */ margin: 0; /* 2 */ }

.typeahead__container optgroup { font-weight: bold; }

.typeahead__container button, .typeahead__container input { /* 1 */ overflow: visible; }

.typeahead__container button, .typeahead__container select { /* 1 */ text-transform: none; }

.typeahead__container button, .typeahead__container html [type="button"], .typeahead__container [type="reset"], .typeahead__container [type="submit"] { -webkit-appearance: button; /* 2 */ }

.typeahead__container button::-moz-focus-inner, .typeahead__container [type="button"]::-moz-focus-inner, .typeahead__container [type="reset"]::-moz-focus-inner, .typeahead__container [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

.typeahead__container button:-moz-focusring, .typeahead__container [type="button"]:-moz-focusring, .typeahead__container [type="reset"]:-moz-focusring, .typeahead__container [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

.typeahead__container fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

.typeahead__container legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

.typeahead__container textarea { overflow: auto; }

.typeahead__container [type="checkbox"], .typeahead__container [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

.typeahead__container [type="number"]::-webkit-inner-spin-button, .typeahead__container [type="number"]::-webkit-outer-spin-button { height: auto; }

.typeahead__container [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

.typeahead__container [type="search"]::-webkit-search-cancel-button, .typeahead__container [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

.typeahead__container ::-webkit-input-placeholder { color: inherit; opacity: 0.54; }

.typeahead__container ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

.typeahead__container { position: relative; font: 14px Lato, "Helvetica Neue", Arial, Helvetica, sans-serif; }

.typeahead__container * { box-sizing: border-box; outline: 0; }

.typeahead__query { position: relative; z-index: 2; width: 100%; }

.typeahead__filter { position: relative; }

.typeahead__filter button { min-width: 100%; white-space: nowrap; }

.typeahead__filter button:after { display: inline-block; margin-left: 4px; width: 0; height: 0; vertical-align: -2px; content: ""; border: 4px solid; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; }

.typeahead__field { font-size: 0; position: relative; display: table; border-collapse: separate; width: 100%; }

.typeahead__field > * { display: table-cell; vertical-align: top; }

.typeahead__query, .typeahead__filter, .typeahead__button { font-size: 14px; }

.typeahead__button { position: relative; font-size: 0; width: 1%; vertical-align: middle; }

.typeahead__button button { border-top-right-radius: 2px; border-bottom-right-radius: 2px; }

.typeahead__field { color: #555; }

.typeahead__field input { display: block; width: 100%; height: 32px; padding: 6px 12px; background: #fff; border: 1px solid #efe3d7; border-radius: 2px 0 0 2px; transition: all ease-in-out .15s; -webkit-appearance: none; -moz-appearance: none; appearance: none; box-sizing: border-box; }

.typeahead__field input:focus, .typeahead__field input:active { border-color: #66afe9; }

.typeahead__field input[type="search"], .typeahead__field input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; appearance: none; }

.typeahead__field input[type="search"]::-ms-clear { display: none; width: 0; height: 0; }

.typeahead__container.hint .typeahead__field input { background: transparent; }

.typeahead__container.hint .typeahead__field input:last-child, .typeahead__hint { background: #fff; }

.typeahead__container button { display: inline-block; margin-bottom: 0; text-align: center; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-color: #fff; border: 1px solid #efe3d7; height: 32px; padding: 6px 12px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; color: #555; }

.typeahead__container button:hover, .typeahead__container button:focus { color: #3c3c3c; background-color: #f6f0e9; border-color: #e0cab3; }

.typeahead__container button:active, .typeahead__container button.active { background-image: none; }

.typeahead__container button:focus, .typeahead__container button:active { border-color: #66afe9; }

.typeahead__container input.disabled, .typeahead__container input[disabled], .typeahead__container button.disabled, .typeahead__container button[disabled] { cursor: not-allowed; pointer-events: none; opacity: 0.65; box-shadow: none; background-color: #fff; border-color: #efe3d7; }

.typeahead__filter, .typeahead__button { z-index: 1; }

.typeahead__filter button, .typeahead__button button { margin-left: -1px; border-bottom-left-radius: 0; border-top-left-radius: 0; }

.typeahead__filter:hover, .typeahead__filter:active, .typeahead__filter:focus, .typeahead__button:hover, .typeahead__button:active, .typeahead__button:focus { z-index: 1001; }

.typeahead__filter:hover button:focus, .typeahead__filter:hover button:active, .typeahead__filter:active button:focus, .typeahead__filter:active button:active, .typeahead__filter:focus button:focus, .typeahead__filter:focus button:active, .typeahead__button:hover button:focus, .typeahead__button:hover button:active, .typeahead__button:active button:focus, .typeahead__button:active button:active, .typeahead__button:focus button:focus, .typeahead__button:focus button:active { z-index: 1001; }

.typeahead__filter + .typeahead__button button { margin-left: -2px; }

.typeahead__container.filter .typeahead__filter { z-index: 1001; }

.typeahead__list, .typeahead__dropdown { position: absolute; top: 100%; left: 0; z-index: 1000; width: 100%; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; text-align: left; background-color: #fff; border: 1px solid #efe3d7; border-radius: 2px; background-clip: padding-box; }

.typeahead__result.detached .typeahead__list { position: relative; z-index: 1041; top: initial; left: initial; }

.typeahead__dropdown { right: 0; left: initial; z-index: 1001; }

.typeahead__list > li { position: relative; border-top: solid 1px #efe3d7; }

.typeahead__list > li:first-child { border-top: none; }

.typeahead__list > li > a, .typeahead__dropdown > li > a { display: block; padding: 6px 12px; clear: both; color: #333333; text-decoration: none; }

.typeahead__list > li > a:hover, .typeahead__list > li > a:focus, .typeahead__list > li.active > a, .typeahead__dropdown > li > a:hover, .typeahead__dropdown > li > a:focus, .typeahead__dropdown > li.active > a { background-color: #f6f0e9; color: #3c3c3c; }

.typeahead__list.empty > li > a { cursor: default; }

.typeahead__list.empty > li > a:hover, .typeahead__list.empty > li > a:focus, .typeahead__list.empty > li.active > a { background-color: transparent; }

.typeahead__list > li.typeahead__group { border-color: #bfdef6; font-weight: bold; }

.typeahead__list > li.typeahead__group:first-child { border-top: solid 1px #bfdef6; }

.typeahead__list > li.typeahead__group > a, .typeahead__list > li.typeahead__group > a:hover, .typeahead__list > li.typeahead__group > a:focus, .typeahead__list > li.typeahead__group.active > a { cursor: default; color: #17639f; background: #ecf5fc; }

.typeahead__list > li.typeahead__group + li.typeahead__item { border-color: #bfdef6; }

.typeahead__container.result .typeahead__list, .typeahead__container.filter .typeahead__dropdown, .typeahead__container.hint .typeahead__hint, .typeahead__container.backdrop + .typeahead__backdrop { display: block !important; }

.typeahead__container .typeahead__list, .typeahead__container .typeahead__dropdown, .typeahead__container .typeahead__hint, .typeahead__container + .typeahead__backdrop { display: none !important; }

.typeahead__dropdown li:last-child { margin-top: 5px; padding-top: 5px; border-top: solid 1px #efe3d7; }

.typeahead__cancel-button { visibility: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-radius: 50%; width: 16px; height: 16px; position: absolute; top: 8px; right: .8em; cursor: pointer; background: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQzOC41MzMgNDM4LjUzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDM4LjUzMyA0MzguNTMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQwOS4xMzMsMTA5LjIwM2MtMTkuNjA4LTMzLjU5Mi00Ni4yMDUtNjAuMTg5LTc5Ljc5OC03OS43OTZDMjk1LjczNiw5LjgwMSwyNTkuMDU4LDAsMjE5LjI3MywwICAgYy0zOS43ODEsMC03Ni40Nyw5LjgwMS0xMTAuMDYzLDI5LjQwN2MtMzMuNTk1LDE5LjYwNC02MC4xOTIsNDYuMjAxLTc5LjgsNzkuNzk2QzkuODAxLDE0Mi44LDAsMTc5LjQ4OSwwLDIxOS4yNjcgICBjMCwzOS43OCw5LjgwNCw3Ni40NjMsMjkuNDA3LDExMC4wNjJjMTkuNjA3LDMzLjU5Miw0Ni4yMDQsNjAuMTg5LDc5Ljc5OSw3OS43OThjMzMuNTk3LDE5LjYwNSw3MC4yODMsMjkuNDA3LDExMC4wNjMsMjkuNDA3ICAgczc2LjQ3LTkuODAyLDExMC4wNjUtMjkuNDA3YzMzLjU5My0xOS42MDIsNjAuMTg5LTQ2LjIwNiw3OS43OTUtNzkuNzk4YzE5LjYwMy0zMy41OTYsMjkuNDAzLTcwLjI4NCwyOS40MDMtMTEwLjA2MiAgIEM0MzguNTMzLDE3OS40ODUsNDI4LjczMiwxNDIuNzk1LDQwOS4xMzMsMTA5LjIwM3ogTTMyMi42MjEsMjcwLjkzOWMzLjYxNywzLjYxMyw1LjQyOCw3LjkwNSw1LjQyOCwxMi44NTQgICBjMCw1LjEzMy0xLjgxMSw5LjUxNC01LjQyOCwxMy4xMjdsLTI1LjY5MywyNS43MDFjLTMuNjE0LDMuNjEzLTcuOTk0LDUuNDItMTMuMTM1LDUuNDJjLTQuOTQ4LDAtOS4yMzYtMS44MDctMTIuODQ3LTUuNDIgICBsLTUxLjY3Ni01MS42ODJsLTUxLjY3OCw1MS42ODJjLTMuNjE2LDMuNjEzLTcuODk4LDUuNDItMTIuODQ3LDUuNDJjLTUuMTQsMC05LjUxNy0xLjgwNy0xMy4xMzQtNS40MmwtMjUuNjk3LTI1LjcwMSAgIGMtMy42MTYtMy42MTMtNS40MjQtNy45OTQtNS40MjQtMTMuMTI3YzAtNC45NDgsMS44MDktOS4yNCw1LjQyNC0xMi44NTRsNTEuNjc4LTUxLjY3M2wtNTEuNjc4LTUxLjY3OCAgIGMtMy42MTYtMy42MTItNS40MjQtNy44OTgtNS40MjQtMTIuODQ3YzAtNS4xNCwxLjgwOS05LjUxNyw1LjQyNC0xMy4xMzRsMjUuNjk3LTI1LjY5M2MzLjYxNy0zLjYxNiw3Ljk5NC01LjQyNCwxMy4xMzQtNS40MjQgICBjNC45NDksMCw5LjIzMSwxLjgwOSwxMi44NDcsNS40MjRsNTEuNjc4LDUxLjY3NGw1MS42NzYtNTEuNjc0YzMuNjEtMy42MTYsNy44OTgtNS40MjQsMTIuODQ3LTUuNDI0ICAgYzUuMTQxLDAsOS41MjEsMS44MDksMTMuMTM1LDUuNDI0bDI1LjY5MywyNS42OTNjMy42MTcsMy42MTcsNS40MjgsNy45OTQsNS40MjgsMTMuMTM0YzAsNC45NDgtMS44MTEsOS4yMzUtNS40MjgsMTIuODQ3ICAgbC01MS42NzUsNTEuNjc4TDMyMi42MjEsMjcwLjkzOXoiIGZpbGw9IiM1NTU1NTUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat scroll center center transparent; }

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button { visibility: visible; opacity: .25; }

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover { opacity: .4; }

.typeahead__search-icon { padding: 0 1.25rem; width: 16px; height: 16px; display: block; background: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iIzU1NTU1NSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat scroll center center transparent; }

.typeahead__container.loading .typeahead__query:before, .typeahead__container.loading .typeahead__query:after { transition: all 0s linear, opacity 0.2s ease; position: absolute; z-index: 3; content: ''; top: 50%; right: .55em; margin-top: -10.5px; width: 21px; height: 21px; box-sizing: border-box; border-radius: 500rem; border-style: solid; border-width: .1em; }

.typeahead__container.loading .typeahead__query:before { border-color: rgba(0, 0, 0, 0.35); }

.typeahead__container.loading .typeahead__query:after { -webkit-animation: button-spin 0.6s linear; animation: button-spin 0.6s linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; border-color: #fff transparent transparent; box-shadow: 0 0 0 1px transparent; }

@-webkit-keyframes button-spin { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes button-spin { from { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

.typeahead__list, .typeahead__dropdown { margin-top: 0; border-radius: 0 0 6px 6px; }

.typeahead__field input { border-radius: 8px; border-color: #d1b18f; padding: 17px 12px 18px; background-image: linear-gradient(top, #f6f0e9 0%, #e7d7c5 100%); box-shadow: 0 1px 1px 0 #fff; background-image: -webkit-linear-gradient(top, #f6f0e9 0%, #e7d7c5 100%); }

.typeahead__field input:focus, .typeahead__field input:active { border-color: #C2986B; box-shadow: none; border-radius: 6px 6px 0px 0px; background: #fff; transition: all linear .1s; }

.typeahead__field ::-webkit-input-placeholder { color: #8d653a; }

.typeahead__field ::-moz-placeholder { color: #8d653a; opacity: 1; }

.typeahead__field :-ms-input-placeholder { color: #8d653a; }

.typeahead__field :-moz-placeholder { color: #8d653a; }

@media only screen and (min-width: 40.063em) { .gallery-filters .filter { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 50%; float: left; } }

#venueLinks .typeahead__list { max-height: 250px; overflow-y: auto; }

.gallery-list { display: block; padding: 0; margin: 0 -0.25em; text-align: center; }

.gallery-list:before, .gallery-list:after { content: " "; display: table; }

.gallery-list:after { clear: both; }

.gallery-list > li { display: block; float: left; height: auto; padding: 0 0.25em 0.5em; }

.gallery-list > li { list-style: none; padding: 0 0.25em 0.5em; width: 50%; }

.gallery-list > li:nth-of-type(1n) { clear: none; }

.gallery-list > li:nth-of-type(2n+1) { clear: both; }

.gallery-list > li { padding-bottom: 1em !important; }

.gallery-list img { border: 7px solid #fff; box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1); }

.gallery-list small { display: block; text-align: center; padding: .5em; line-height: 1; color: #575759; font-family: "utopia-std-caption", "utopia-std", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; }

@media only screen and (min-width: 40.063em) { .gallery-list { display: block; padding: 0; margin: 0 -0.75em; }
  .gallery-list:before, .gallery-list:after { content: " "; display: table; }
  .gallery-list:after { clear: both; }
  .gallery-list > li { display: block; float: left; height: auto; padding: 0 0.75em 1.5em; }
  .gallery-list > li { list-style: none; padding: 0 0.75em 1.5em; width: 33.33333%; }
  .gallery-list > li:nth-of-type(1n) { clear: none; }
  .gallery-list > li:nth-of-type(3n+1) { clear: both; }
  .gallery-list img { border: 14px solid #fff; }
  .gallery-list small { padding: 1em; } }

.no-touch .gallery-list a:hover img { border: 7px solid #C2986B; margin-bottom: 6px; transition: all linear .2s; }

.gallery-single__images { margin: 0; padding: 0; list-style: 0; list-style: none; }

.gallery-single__images li { /* 		@include column-break-inside(avoid); */ margin-bottom: 1.25em; }

.gallery-single__images li img { border: 14px solid #fff; box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1); }

@media only screen and (min-width: 40.063em) { .gallery-single__images { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 1.25em; -moz-column-gap: 1.25em; column-gap: 1.25em; } }

.clearing-assembled .clearing-container .carousel > ul li { height: 80px; overflow: hidden; border: 1px solid #ccc; }

.clearing-assembled .clearing-container .carousel > ul li img { border: 0px; }

/* ============= CONTACT ============= */
body.contact .get-in-touch { display: none; }

/* ============= TEAM ============= */
.team__position { font-style: italic; margin-top: -.5em; text-align: center; }

.team__level2__wrapper { padding-top: 20px; text-align: center; }

.team__level2__wrapper h3 { color: #C2986B; }

.team__level2__wrapper .page__section__padded-content { padding: 0; }

.team__level2__wrapper .frame { box-shadow: none; border-width: 7px; margin: 0 auto 1em; }

.team__level2__wrapper .frame:after, .team__level2__wrapper .frame:before { display: none; }

.minions { display: block; padding: 0; margin: 0 -0.625rem; }

.minions:before, .minions:after { content: " "; display: table; }

.minions:after { clear: both; }

.minions > li { display: block; float: left; height: auto; padding: 0 0.625rem 1.25rem; }

.minions > li { list-style: none; padding: 0 0.625rem 1.25rem; width: 50%; }

.minions > li:nth-of-type(1n) { clear: none; }

.minions > li:nth-of-type(2n+1) { clear: both; }

.minions img { border: 4px solid #fff; margin-bottom: .5em; }

.minions .team__position { margin-bottom: .5em; }

.minion__content p { font-size: 80%; }

@media only screen and (min-width: 64.063em) { .minions { display: block; padding: 0; margin: 0 -0.625rem; }
  .minions:before, .minions:after { content: " "; display: table; }
  .minions:after { clear: both; }
  .minions > li { display: block; float: left; height: auto; padding: 0 0.625rem 1.25rem; }
  .minions > li { list-style: none; padding: 0 0.625rem 1.25rem; width: 33.33333%; }
  .minions > li:nth-of-type(1n) { clear: none; }
  .minions > li:nth-of-type(3n+1) { clear: both; }
  .team__level2__wrapper { text-align: left; }
  .team__position { text-align: left; } }

@media only screen and (min-width: 90.063em) { .minions { display: block; padding: 0; margin: 0 -0.625rem; }
  .minions:before, .minions:after { content: " "; display: table; }
  .minions:after { clear: both; }
  .minions > li { display: block; float: left; height: auto; padding: 0 0.625rem 1.25rem; }
  .minions > li { list-style: none; padding: 0 0.625rem 1.25rem; width: 25%; }
  .minions > li:nth-of-type(1n) { clear: none; }
  .minions > li:nth-of-type(4n+1) { clear: both; } }

ul.link-list li { list-style: none; float: left; padding: 5px; font-size: 1.25em; font-style: italic; font-weight: 200; line-height: 1.5; }

ul.link-list a { color: #fff !important; }

@media only screen and (min-width: 64.063em) { ul.link-list { display: block; padding: 0; margin: 0 -0.625rem; text-align: center; }
  ul.link-list:before, ul.link-list:after { content: " "; display: table; }
  ul.link-list:after { clear: both; }
  ul.link-list > li { display: block; float: left; height: auto; padding: 0 0.625rem 1.25rem; }
  ul.link-list > li { list-style: none; padding: 0 0.625rem 1.25rem; width: 50%; }
  ul.link-list > li:nth-of-type(1n) { clear: none; }
  ul.link-list > li:nth-of-type(2n+1) { clear: both; } }

@media only screen and (min-width: 90.063em) { ul.link-list { display: block; padding: 0; margin: 0 -0.625rem; text-align: center; }
  ul.link-list:before, ul.link-list:after { content: " "; display: table; }
  ul.link-list:after { clear: both; }
  ul.link-list > li { display: block; float: left; height: auto; padding: 0 0.625rem 1.25rem; }
  ul.link-list > li { list-style: none; padding: 0 0.625rem 1.25rem; width: 33.33333%; }
  ul.link-list > li:nth-of-type(1n) { clear: none; }
  ul.link-list > li:nth-of-type(3n+1) { clear: both; } }

/* ============= BLOG ARTICLES ============= */
.blog .page__section__wrapper { margin: 0 auto; max-width: 1140px; width: 100%; padding-top: 2.5em; }

.blog .page__section__wrapper:before, .blog .page__section__wrapper:after { content: " "; display: table; }

.blog .page__section__wrapper:after { clear: both; }

.blog .page__section__wrapper > .sidebar { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; }

@media only screen and (min-width: 40.063em) { .blog .page__section__wrapper > .content { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 66.66667%; float: left; }
  .blog .page__section__wrapper > .sidebar { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 25%; float: left; margin-left: 8.33333% !important; } }

.article__meta { padding-left: 0; padding-right: 0; width: 100%; float: left; margin-bottom: 1em; }

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

.article__meta li { font-size: 13px; font-family: "utopia-std-caption", "utopia-std", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; display: inline-block; color: #d8bea1; margin: 0 2em 0 0; }

.article__meta li a { color: #d8bea1; }

.article-list__article { margin: 0 -0.9375rem; max-width: none; width: auto; text-align: center; }

.article-list__article:before, .article-list__article:after { content: " "; display: table; }

.article-list__article:after { clear: both; }

.article-list__article h2 a { color: #575759; }

.article-list__article hr { margin-left: .9375em; margin-right: .9375em; clear: both; }

.article-list__article .read-more { border-top: 1px solid #ccc; padding-top: .625em; }

.article-list__article .article-list__article__img { margin-top: 1em; }

.article-list__article .article-list__article__content { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; }

.article-list__article.article-list__article--no-image .article-list__article__content { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; }

.article-list__article .article__meta li { float: right; }

@media only screen and (min-width: 40.063em) { .article-list__article { text-align: left; }
  .article-list__article .article-list__article__img { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 33.33333%; float: left; margin-top: 1em; }
  .article-list__article .article-list__article__content { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 66.66667%; float: left; } }

.article-pager { list-style: none; padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; padding: 0; }

.article-pager > li { float: left; }

.article-pager a, .article-pager span { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; border-style: solid; border-width: 0; cursor: pointer; font-family: "utopia-std", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-weight: normal; line-height: normal; margin: 0 0 1.25rem; position: relative; text-align: center; text-decoration: none; display: inline-block; padding: 1rem 2rem 1.0625rem 2rem; font-size: 1rem; padding-bottom: 1.0625rem; padding-top: 1rem; padding-left: 1rem; padding-right: 1rem; width: 100%; background-color: #666; border-color: #525252; color: #FFFFFF; border-radius: 0px; transition: background-color 300ms ease-out; opacity: .9; }

.article-pager a:hover, .article-pager a:focus, .article-pager span:hover, .article-pager span:focus { background-color: #525252; }

.article-pager a:hover, .article-pager a:focus, .article-pager span:hover, .article-pager span:focus { color: #FFFFFF; }

.article-pager span.disabled { opacity: .4; }

.article-pager a:hover { opacity: 1; }

.article-pager.article-pager__index > li { width: 25%; }

.page__featured-image { margin-bottom: 1.5em; }

.blog[itemprop="articleBody"] img { margin-bottom: 1.5em; clear: both; }

.article-pager__next-prev { margin: 0px; padding: 0; list-style: none; position: relative; z-index: 1; }

.article-pager__next-prev li { position: absolute; width: 114px; display: block; transition: all linear .5s; }

.article-pager__next-prev li.prev { left: 5px; text-align: right; }

.article-pager__next-prev li.prev:hover { left: 20px; }

.article-pager__next-prev li.next { right: 5px; }

.article-pager__next-prev li.next:hover { right: 20px; }

.article__meta--footer { margin: 0 auto; max-width: 1140px; width: 100%; }

.article__meta--footer:before, .article__meta--footer:after { content: " "; display: table; }

.article__meta--footer:after { clear: both; }

.article__meta--footer .meta-title { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 50%; float: left; line-height: 1; padding-top: 0.75em; padding-bottom: 0.8125em; padding-left: 0; }

/* ============= TESTIMONIALS ============= */
.testimonials__list { margin: 0; padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; list-style: none; -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; -webkit-column-gap: 1.25em; -moz-column-gap: 1.25em; column-gap: 1.25em; }

.testimonials__list li { column-break-inside: avoid; padding: 0 0 4em; margin: 0; }

.testimonials__list li blockquote { font-family: "utopia-std-display", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; background: #C2986B; font-style: italic; border: none; color: #fff; line-height: 1.3; padding: 1em; margin-bottom: 0; text-align: left; letter-spacing: .025em; font-size: 1em; }

.testimonials__list li .testimonial__source { font-family: "utopia-std-caption", "utopia-std", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; position: relative; float: right; display: inline-block; line-height: 2; text-transform: uppercase; letter-spacing: .1em; margin: 0; width: 215px; }

.testimonials__list li .testimonial__source:before { content: ""; display: block; background: url("../img/quote_arrow.svg") left top no-repeat; width: 54px; height: 26px; position: absolute; left: -64px; }

.testimonials__list li.odd blockquote { background: #575759; }

.testimonials__list li.odd .testimonial__source:before { background: url("../img/quote_arrow_odd.svg") left top no-repeat; }

@media only screen and (min-width: 40.063em) { .testimonials__list { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; } }

/* ============= CHOSEN ============= */
.button--chosen { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; border-style: solid; border-width: 0; cursor: pointer; font-family: "utopia-std", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-weight: normal; line-height: normal; margin: 0 0 1.25rem; position: relative; text-align: center; text-decoration: none; display: inline-block; padding: 1.125rem 2.25rem 1.1875rem 2.25rem; font-size: 1.25rem; padding-bottom: 1.1875rem; padding-top: 1.125rem; padding-left: 1rem; padding-right: 1rem; width: 100%; background-color: #C2986B; border-color: #ab7a46; color: #FFFFFF; border-radius: 3px; transition: background-color 300ms ease-out; }

.button--chosen:hover, .button--chosen:focus { background-color: #ab7a46; }

.button--chosen:hover, .button--chosen:focus { color: #FFFFFF; }
