@charset "UTF-8";
/*! 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 { -webkit-box-sizing: content-box; -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, 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"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; 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 */ -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; /* 2 */ }

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

/** Define consistent border, margin, and padding. */
fieldset { 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; }

/* Global Styles: */
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 { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

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

body { background: #e2ddc0; color: #3F2D17; cursor: auto; font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-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%; }

.accordion { margin-bottom: 0; margin-left: 0; }

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

.accordion:after { clear: both; }

.accordion .accordion-navigation, .accordion dd { display: block; margin-bottom: 0 !important; }

.accordion .accordion-navigation.active > a, .accordion dd.active > a { background: #6d6c68; color: #222222; }

.accordion .accordion-navigation > a, .accordion dd > a { background: #706F6B; color: #fff !important; display: block; font-family: "Droid Serif", Georgia, "Helvetica Neue", "Helvetica", Helvetica, Arial, serif; font-size: rem-calc(32); padding: 1rem; }

.accordion .accordion-navigation > a:hover, .accordion dd > a:hover { background: #6a6966; }

.accordion .accordion-navigation > .content, .accordion dd > .content { display: none; padding: 0.9375rem; }

.accordion .accordion-navigation > .content.active, .accordion dd > .content.active { background: transparent; display: block; }

.alert-box { border-style: solid; border-width: 1px; display: block; font-size: 0.8125rem; font-weight: normal; margin-bottom: 1.25rem; padding: 0.875rem 1.5rem 0.875rem 0.875rem; position: relative; -webkit-transition: opacity 300ms ease-out; transition: opacity 300ms ease-out; background-color: #706F6B; border-color: #605f5c; color: #FFFFFF; }

.alert-box .close { right: 0.25rem; background: inherit; color: #333333; font-size: 1.375rem; line-height: .9; margin-top: -0.6875rem; opacity: 0.3; padding: 0 6px 4px; position: absolute; top: 50%; }

.alert-box .close:hover, .alert-box .close:focus { opacity: 0.5; }

.alert-box.radius { border-radius: 3px; }

.alert-box.round { border-radius: 1000px; }

.alert-box.success { background-color: #43AC6A; border-color: #3a945b; color: #FFFFFF; }

.alert-box.alert { background-color: #f04124; border-color: #de2d0f; color: #FFFFFF; }

.alert-box.secondary { background-color: #BDAD6F; border-color: #b09d52; color: #FFFFFF; }

.alert-box.warning { background-color: #f08a24; border-color: #de770f; color: #FFFFFF; }

.alert-box.info { background-color: #a0d3e8; border-color: #74bfdd; color: #463e20; }

.alert-box.alert-close { opacity: 0; }

.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: #e1dabe; border-color: #d4caa2; border-radius: 3px; }

.breadcrumbs > * { color: #706F6B; 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: #706F6B; }

.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: rgba(25, 23, 16, 0.95); 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%); transform: translateY(-50%) translateX(-50%); max-height: 100%; max-width: 100%; }

.clearing-caption { background: none; 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(32, 29, 20, 0.95); 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; -webkit-box-shadow: 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: none; height: 85%; overflow: hidden; }
  .clearing-close { padding-left: 0; padding-top: 0; position: absolute; top: 10px; right: 20px; } }

/* Foundation Dropdowns */
.f-dropdown { display: none; left: -9999px; list-style: none; margin-left: 0; position: absolute; background: #ddd5b5; border: solid 1px #BDAD6F; font-size: 0.875rem; height: auto; max-height: none; width: 100%; z-index: 89; margin-top: 2px; max-width: 200px; }

.f-dropdown.open { display: block; }

.f-dropdown > *:first-child { margin-top: 0; }

.f-dropdown > *:last-child { margin-bottom: 0; }

.f-dropdown:before { border: inset 6px; content: ""; display: block; height: 0; width: 0; border-color: transparent transparent #ddd5b5 transparent; border-bottom-style: solid; position: absolute; top: -12px; left: 10px; z-index: 89; }

.f-dropdown:after { border: inset 7px; content: ""; display: block; height: 0; width: 0; border-color: transparent transparent #BDAD6F transparent; border-bottom-style: solid; position: absolute; top: -14px; left: 9px; z-index: 88; }

.f-dropdown.right:before { left: auto; right: 10px; }

.f-dropdown.right:after { left: auto; right: 9px; }

.f-dropdown.drop-right { display: none; left: -9999px; list-style: none; margin-left: 0; position: absolute; background: #ddd5b5; border: solid 1px #BDAD6F; font-size: 0.875rem; height: auto; max-height: none; width: 100%; z-index: 89; margin-top: 0; margin-left: 2px; max-width: 200px; }

.f-dropdown.drop-right.open { display: block; }

.f-dropdown.drop-right > *:first-child { margin-top: 0; }

.f-dropdown.drop-right > *:last-child { margin-bottom: 0; }

.f-dropdown.drop-right:before { border: inset 6px; content: ""; display: block; height: 0; width: 0; border-color: transparent #ddd5b5 transparent transparent; border-right-style: solid; position: absolute; top: 10px; left: -12px; z-index: 89; }

.f-dropdown.drop-right:after { border: inset 7px; content: ""; display: block; height: 0; width: 0; border-color: transparent #BDAD6F transparent transparent; border-right-style: solid; position: absolute; top: 9px; left: -14px; z-index: 88; }

.f-dropdown.drop-left { display: none; left: -9999px; list-style: none; margin-left: 0; position: absolute; background: #ddd5b5; border: solid 1px #BDAD6F; font-size: 0.875rem; height: auto; max-height: none; width: 100%; z-index: 89; margin-top: 0; margin-left: -2px; max-width: 200px; }

.f-dropdown.drop-left.open { display: block; }

.f-dropdown.drop-left > *:first-child { margin-top: 0; }

.f-dropdown.drop-left > *:last-child { margin-bottom: 0; }

.f-dropdown.drop-left:before { border: inset 6px; content: ""; display: block; height: 0; width: 0; border-color: transparent transparent transparent #ddd5b5; border-left-style: solid; position: absolute; top: 10px; right: -12px; left: auto; z-index: 89; }

.f-dropdown.drop-left:after { border: inset 7px; content: ""; display: block; height: 0; width: 0; border-color: transparent transparent transparent #BDAD6F; border-left-style: solid; position: absolute; top: 9px; right: -14px; left: auto; z-index: 88; }

.f-dropdown.drop-top { display: none; left: -9999px; list-style: none; margin-left: 0; position: absolute; background: #ddd5b5; border: solid 1px #BDAD6F; font-size: 0.875rem; height: auto; max-height: none; width: 100%; z-index: 89; margin-left: 0; margin-top: -2px; max-width: 200px; }

.f-dropdown.drop-top.open { display: block; }

.f-dropdown.drop-top > *:first-child { margin-top: 0; }

.f-dropdown.drop-top > *:last-child { margin-bottom: 0; }

.f-dropdown.drop-top:before { border: inset 6px; content: ""; display: block; height: 0; width: 0; border-color: #ddd5b5 transparent transparent transparent; border-top-style: solid; bottom: -12px; position: absolute; top: auto; left: 10px; right: auto; z-index: 89; }

.f-dropdown.drop-top:after { border: inset 7px; content: ""; display: block; height: 0; width: 0; border-color: #BDAD6F transparent transparent transparent; border-top-style: solid; bottom: -14px; position: absolute; top: auto; left: 9px; right: auto; z-index: 88; }

.f-dropdown li { cursor: pointer; font-size: 0.875rem; line-height: 1.125rem; margin: 0; }

.f-dropdown li:hover, .f-dropdown li:focus { background: #EEEEEE; }

.f-dropdown li a { display: block; padding: 0.5rem; color: #555555; }

.f-dropdown.content { display: none; left: -9999px; list-style: none; margin-left: 0; position: absolute; background: #ddd5b5; border: solid 1px #BDAD6F; font-size: 0.875rem; height: auto; max-height: none; padding: 0.625rem; width: 100%; z-index: 89; max-width: 200px; }

.f-dropdown.content.open { display: block; }

.f-dropdown.content > *:first-child { margin-top: 0; }

.f-dropdown.content > *:last-child { margin-bottom: 0; }

.f-dropdown.radius { border-radius: 3px; }

.f-dropdown.tiny { max-width: 200px; }

.f-dropdown.small { max-width: 300px; }

.f-dropdown.medium { max-width: 500px; }

.f-dropdown.large { max-width: 800px; }

.f-dropdown.mega { width: 100% !important; max-width: 100% !important; }

.f-dropdown.mega.open { left: 0 !important; }

.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; }

/* Standard Forms */
form { margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row { margin: 0 -0.5rem; }

form .row .row .column, form .row .row .columns { padding: 0 0.5rem; }

form .row .row.collapse { margin: 0; }

form .row .row.collapse .column, form .row .row.collapse .columns { padding: 0; }

form .row .row.collapse input { -webkit-border-bottom-right-radius: 0; -webkit-border-top-right-radius: 0; border-bottom-right-radius: 0; border-top-right-radius: 0; }

form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns { padding-left: 0.5rem; }

/* Label Styles */
label { color: #4d4d4d; cursor: pointer; display: block; font-size: 0.875rem; font-weight: normal; line-height: 1.5; margin-bottom: 0; /* Styles for required inputs */ }

label.right { float: none !important; text-align: right; }

label.inline { margin: 0 0 1rem 0; padding: 0.5625rem 0; }

label small { text-transform: capitalize; color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix, .postfix { 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; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button { border: none; padding-left: 0; padding-right: 0; padding-bottom: 0; padding-top: 0; text-align: center; }

.prefix.button { border: none; padding-left: 0; padding-right: 0; padding-bottom: 0; padding-top: 0; text-align: center; }

.prefix.button.radius { border-radius: 0; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; }

.postfix.button.radius { border-radius: 0; -webkit-border-bottom-right-radius: 3px; -webkit-border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-top-right-radius: 3px; }

.prefix.button.round { border-radius: 0; -webkit-border-bottom-left-radius: 1000px; -webkit-border-top-left-radius: 1000px; border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; }

.postfix.button.round { border-radius: 0; -webkit-border-bottom-right-radius: 1000px; -webkit-border-top-right-radius: 1000px; border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix { background: #f2f2f2; border-right: none; color: #333333; border-color: #cccccc; }

span.postfix, label.postfix { background: #f2f2f2; border-left: none; color: #333333; border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; background-color: #FFFFFF; border-style: solid; border-width: 1px; border-color: #cccccc; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); display: block; font-family: inherit; font-size: 0.875rem; height: 2.3125rem; margin: 0 0 1rem 0; padding: 0.5rem; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: border-color 0.15s linear, background 0.15s linear; transition: border-color 0.15s linear, background 0.15s linear; }

input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus { background: #fafafa; border-color: #999999; outline: none; }

input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled { background-color: #DDDDDD; cursor: default; }

input:not([type])[disabled], input:not([type])[readonly], fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea { background-color: #DDDDDD; cursor: default; }

input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius { border-radius: 3px; }

form .row .prefix-radius.row.collapse input, form .row .prefix-radius.row.collapse textarea, form .row .prefix-radius.row.collapse select, form .row .prefix-radius.row.collapse button { border-radius: 0; -webkit-border-bottom-right-radius: 3px; -webkit-border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix { border-radius: 0; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input, form .row .postfix-radius.row.collapse textarea, form .row .postfix-radius.row.collapse select, form .row .postfix-radius.row.collapse button { border-radius: 0; -webkit-border-bottom-left-radius: 3px; -webkit-border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix { border-radius: 0; -webkit-border-bottom-right-radius: 3px; -webkit-border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input, form .row .prefix-round.row.collapse textarea, form .row .prefix-round.row.collapse select, form .row .prefix-round.row.collapse button { border-radius: 0; -webkit-border-bottom-right-radius: 1000px; -webkit-border-top-right-radius: 1000px; border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix { border-radius: 0; -webkit-border-bottom-left-radius: 1000px; -webkit-border-top-left-radius: 1000px; border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input, form .row .postfix-round.row.collapse textarea, form .row .postfix-round.row.collapse select, form .row .postfix-round.row.collapse button { border-radius: 0; -webkit-border-bottom-left-radius: 1000px; -webkit-border-top-left-radius: 1000px; border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix { border-radius: 0; -webkit-border-bottom-right-radius: 1000px; -webkit-border-top-right-radius: 1000px; border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; }

input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] { height: auto; }

/* Not allow resize out of parent */
textarea { max-width: 100%; }

::-webkit-input-placeholder { color: #666666; }

:-moz-placeholder { /* Firefox 18- */ color: #666666; }

::-moz-placeholder { /* Firefox 19+ */ color: #666666; }

:-ms-input-placeholder { color: #666666; }

/* Add height value for select elements to match text input height */
select { -webkit-appearance: none !important; -moz-appearance: none !important; background-color: #FAFAFA; border-radius: 0; background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+"); background-position: 100% center; background-repeat: no-repeat; border-style: solid; border-width: 1px; border-color: #cccccc; color: rgba(0, 0, 0, 0.75); font-family: inherit; font-size: 0.875rem; line-height: normal; padding: 0.5rem; border-radius: 0; height: 2.3125rem; }

select::-ms-expand { display: none; }

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

select:focus { background-color: #f3f3f3; border-color: #999999; }

select:disabled { background-color: #DDDDDD; cursor: default; }

select[multiple] { height: auto; }

/* Adjust margin for form elements below */
input[type="file"], input[type="checkbox"], input[type="radio"], select { margin: 0 0 1rem 0; }

input[type="checkbox"] + label, input[type="radio"] + label { display: inline-block; margin-left: 0.5rem; margin-right: 1rem; margin-bottom: 0; vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] { width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset { border: 1px solid #DDDDDD; margin: 1.125rem 0; padding: 1.25rem; }

fieldset legend { font-weight: bold; margin: 0; margin-left: -0.1875rem; padding: 0 0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error { display: block; font-size: 0.75rem; font-style: italic; font-weight: normal; margin-bottom: 1rem; margin-top: -1px; padding: 0.375rem 0.5625rem 0.5625rem; background: #f04124; color: #FFFFFF; }

[data-abide] span.error, [data-abide] small.error { display: none; }

span.error, small.error { display: block; font-size: 0.75rem; font-style: italic; font-weight: normal; margin-bottom: 1rem; margin-top: -1px; padding: 0.375rem 0.5625rem 0.5625rem; background: #f04124; color: #FFFFFF; }

.error input, .error textarea, .error select { margin-bottom: 0; }

.error input[type="checkbox"], .error input[type="radio"] { margin-bottom: 1rem; }

.error label, .error label.error { color: #f04124; }

.error small.error { display: block; font-size: 0.75rem; font-style: italic; font-weight: normal; margin-bottom: 1rem; margin-top: -1px; padding: 0.375rem 0.5625rem 0.5625rem; background: #f04124; color: #FFFFFF; }

.error > label > small { background: transparent; color: #676767; display: inline; font-size: 60%; font-style: normal; margin: 0; padding: 0; text-transform: capitalize; }

.error span.error-message { display: block; }

input.error, textarea.error, select.error { margin-bottom: 0; }

label.error { color: #f04124; }

.label { display: inline-block; font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; line-height: 1; margin-bottom: auto; position: relative; text-align: center; text-decoration: none; white-space: nowrap; padding: 0.25rem 0.5rem 0.25rem; font-size: 0.6875rem; background-color: #706F6B; color: #FFFFFF; }

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

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

.label.alert { background-color: #f04124; color: #FFFFFF; }

.label.warning { background-color: #f08a24; color: #FFFFFF; }

.label.success { background-color: #43AC6A; color: #FFFFFF; }

.label.secondary { background-color: #BDAD6F; color: #FFFFFF; }

.label.info { background-color: #a0d3e8; color: #333333; }

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

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

/* Orbit Graceful Loading */
.slideshow-wrapper { position: relative; }

.slideshow-wrapper ul { list-style-type: none; margin: 0; }

.slideshow-wrapper ul li, .slideshow-wrapper ul li .orbit-caption { display: none; }

.slideshow-wrapper ul li:first-child { display: block; }

.slideshow-wrapper .orbit-container { background-color: transparent; }

.slideshow-wrapper .orbit-container li { display: block; }

.slideshow-wrapper .orbit-container li .orbit-caption { display: block; }

.slideshow-wrapper .orbit-container .orbit-bullets li { display: inline-block; }

.slideshow-wrapper .preloader { border-radius: 1000px; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-name: rotate; animation-name: rotate; -webkit-animation-timing-function: linear; animation-timing-function: linear; border-color: #555555 #FFFFFF; border: solid 3px; display: block; height: 40px; left: 50%; margin-left: -20px; margin-top: -20px; position: absolute; top: 50%; width: 40px; }

.orbit-container { background: none; overflow: hidden; position: relative; width: 100%; }

.orbit-container .orbit-slides-container { list-style: none; margin: 0; padding: 0; position: relative; -webkit-transform: translateZ(0); transform: translateZ(0); }

.orbit-container .orbit-slides-container img { display: block; max-width: 100%; }

.orbit-container .orbit-slides-container > * { position: absolute; top: 0; width: 100%; margin-left: 100%; }

.orbit-container .orbit-slides-container > *:first-child { margin-left: 0; }

.orbit-container .orbit-slides-container > * .orbit-caption { bottom: 0; position: absolute; background-color: rgba(255, 255, 255, 0.8); color: #3f3a27; font-size: 0.875rem; padding: 0.625rem 0.875rem; width: 100%; }

.orbit-container .orbit-slide-number { left: 10px; background: rgba(0, 0, 0, 0); color: #FFFFFF; font-size: 12px; position: absolute; top: 10px; z-index: 10; }

.orbit-container .orbit-slide-number span { font-weight: 700; padding: 0.3125rem; }

.orbit-container .orbit-timer { position: absolute; top: 12px; right: 10px; height: 6px; width: 100px; z-index: 10; }

.orbit-container .orbit-timer .orbit-progress { height: 3px; background-color: rgba(255, 255, 255, 0.3); display: block; width: 0; position: relative; right: 20px; top: 5px; }

.orbit-container .orbit-timer > span { border: solid 4px #FFFFFF; border-bottom: none; border-top: none; display: none; height: 14px; position: absolute; top: 0; width: 11px; right: 0; }

.orbit-container .orbit-timer.paused > span { top: 0; width: 11px; height: 14px; border: inset 8px; border-left-style: solid; border-color: transparent; border-left-color: #FFFFFF; right: -4px; }

.orbit-container .orbit-timer.paused > span.dark { border-left-color: #333333; }

.orbit-container:hover .orbit-timer > span { display: block; }

.orbit-container .orbit-prev, .orbit-container .orbit-next { background-color: transparent; color: white; height: 60px; line-height: 50px; margin-top: -25px; position: absolute; text-indent: -9999px !important; top: 45%; width: 36px; z-index: 10; }

.orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover { background-color: rgba(0, 0, 0, 0.3); }

.orbit-container .orbit-prev > span, .orbit-container .orbit-next > span { border: inset 10px; display: block; height: 0; margin-top: -10px; position: absolute; top: 50%; width: 0; }

.orbit-container .orbit-prev { left: 0; }

.orbit-container .orbit-prev > span { border-right-style: solid; border-color: transparent; border-right-color: #FFFFFF; }

.orbit-container .orbit-prev:hover > span { border-right-color: #FFFFFF; }

.orbit-container .orbit-next { right: 0; }

.orbit-container .orbit-next > span { border-color: transparent; border-left-style: solid; border-left-color: #FFFFFF; left: 50%; margin-left: -4px; }

.orbit-container .orbit-next:hover > span { border-left-color: #FFFFFF; }

.orbit-bullets-container { text-align: center; }

.orbit-bullets { display: block; float: none; margin: 0 auto 30px auto; overflow: hidden; position: relative; text-align: center; top: 10px; }

.orbit-bullets li { background: #ddd5b5; cursor: pointer; display: inline-block; float: none; height: 0.5625rem; margin-right: 6px; width: 0.5625rem; border-radius: 1000px; }

.orbit-bullets li.active { background: #BDAD6F; }

.orbit-bullets li:last-child { margin-right: 0; }

.touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next { display: none; }

.touch .orbit-bullets { display: none; }

@media only screen and (min-width: 40.0625em) { .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next { display: inherit; }
  .touch .orbit-bullets { display: block; } }

@media only screen and (max-width: 40em) { .orbit-stack-on-small .orbit-slides-container { height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * { margin: 0  !important; opacity: 1 !important; position: relative; }
  .orbit-stack-on-small .orbit-slide-number { display: none; }
  .orbit-timer { display: none; }
  .orbit-next, .orbit-prev { display: none; }
  .orbit-bullets { display: none; } }

/* Panels */
.panel { border-style: solid; border-width: 1px; border-color: #e9e4cf; margin-bottom: 1.25rem; padding: 1.25rem; background: #faf9f4; color: #333333; }

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

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

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl { color: #333333; }

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 { line-height: 1; margin-bottom: 0.625rem; }

.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader { line-height: 1.4; }

.panel.callout { border-style: solid; border-width: 1px; border-color: #e9e4cf; margin-bottom: 1.25rem; padding: 1.25rem; background: #f6f6f6; color: #333333; }

.panel.callout > :first-child { margin-top: 0; }

.panel.callout > :last-child { margin-bottom: 0; }

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl { color: #333333; }

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 { line-height: 1; margin-bottom: 0.625rem; }

.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader { line-height: 1.4; }

.panel.callout a:not(.button) { color: #706F6B; }

.panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus { color: #605f5c; }

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

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

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

.progress .meter.secondary { background: #BDAD6F; 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: #BDAD6F; 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; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); 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: 75rem; right: 0; width: 80%; } }

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

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

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

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

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

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

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

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

@media only screen and (min-width: 40.0625em) { .reveal-modal.xlarge { left: 0; margin: 0 auto; max-width: 75rem; 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: 75rem; 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: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-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: #706F6B; 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: #9b9b97; }

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

.side-nav li.active > a:first-child:not(.button) { color: #9b9b97; font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-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: #706F6B; 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: #665d38; float: left; font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-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: #665d38; padding: 0.1875rem 1rem; text-decoration: none; }

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

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

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

.switch { border: none; margin-bottom: 1.5rem; outline: 0; padding: 0; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.switch label { background: #DDDDDD; color: transparent; cursor: pointer; display: block; margin-bottom: 1rem; position: relative; text-indent: 100%; width: 4rem; height: 2rem; -webkit-transition: left 0.15s ease-out; transition: left 0.15s ease-out; }

.switch input { left: 10px; opacity: 0; padding: 0; position: absolute; top: 9px; }

.switch input + label { margin-left: 0; margin-right: 0; }

.switch label:after { background: #FFFFFF; content: ""; display: block; height: 1.5rem; left: .25rem; position: absolute; top: .25rem; width: 1.5rem; -webkit-transition: left 0.15s ease-out; transition: left 0.15s ease-out; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.switch input:checked + label { background: #706F6B; }

.switch input:checked + label:after { left: 2.25rem; }

.switch label { height: 2rem; width: 4rem; }

.switch label:after { height: 1.5rem; width: 1.5rem; }

.switch input:checked + label:after { left: 2.25rem; }

.switch label { color: transparent; background: #DDDDDD; }

.switch label:after { background: #FFFFFF; }

.switch input:checked + label { background: #706F6B; }

.switch.large label { height: 2.5rem; width: 5rem; }

.switch.large label:after { height: 2rem; width: 2rem; }

.switch.large input:checked + label:after { left: 2.75rem; }

.switch.small label { height: 1.75rem; width: 3.5rem; }

.switch.small label:after { height: 1.25rem; width: 1.25rem; }

.switch.small input:checked + label:after { left: 2rem; }

.switch.tiny label { height: 1.5rem; width: 3rem; }

.switch.tiny label:after { height: 1rem; width: 1rem; }

.switch.tiny input:checked + label:after { left: 1.75rem; }

.switch.radius label { border-radius: 4px; }

.switch.radius label:after { border-radius: 3px; }

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

.switch.round label { border-radius: 2rem; }

.switch.round label:after { border-radius: 2rem; }

table { background: rgba(255, 255, 255, 0.1); border: solid 1px #BDAD6F; margin-bottom: 1.25rem; table-layout: auto; }

table caption { background: transparent; color: #3f3a27; font-size: 1rem; font-weight: bold; }

table thead { background: #ddd5b5; }

table thead tr th, table thead tr td { color: #3f3a27; font-size: 0.875rem; font-weight: bold; padding: 0.5rem 0.625rem 0.625rem; }

table tfoot { background: #ddd5b5; }

table tfoot tr th, table tfoot tr td { color: #3f3a27; font-size: 0.875rem; font-weight: bold; padding: 0.5rem 0.625rem 0.625rem; }

table tr th, table tr td { color: #222222; font-size: 0.875rem; padding: 0.5625rem 0.625rem; text-align: left; }

table tr.even, table tr.alt, table tr:nth-of-type(even) { background: rgba(0, 0, 0, 0.05); }

table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td { display: table-cell; line-height: 1.125rem; }

/* Image Thumbnails */
.th { border: solid 4px #FFFFFF; -webkit-box-shadow: 0 0 0 1px rgba(189, 173, 111, 0.2); box-shadow: 0 0 0 1px rgba(189, 173, 111, 0.2); display: inline-block; line-height: 0; max-width: 100%; -webkit-transition: all 200ms ease-out; transition: all 200ms ease-out; }

.th:hover, .th:focus { -webkit-box-shadow: 0 0 6px 1px rgba(189, 173, 111, 0.5); box-shadow: 0 0 6px 1px rgba(189, 173, 111, 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 #323230; color: #706F6B; }

.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 #323230 !important; color: #706F6B !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%; } }

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

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid { width: 100%; background: #494846; }

.contain-to-grid .top-bar { margin-bottom: 0px; }

.fixed { position: fixed; top: 0; width: 100%; z-index: 99; left: 0; }

.fixed.expanded:not(.top-bar) { height: auto; max-height: 100%; overflow-y: auto; width: 100%; }

.fixed.expanded:not(.top-bar) .title-area { position: fixed; width: 100%; z-index: 99; }

.fixed.expanded:not(.top-bar) .top-bar-section { margin-top: 2.8125rem; z-index: 98; }

.top-bar { background: #494846; height: 2.8125rem; line-height: 2.8125rem; margin-bottom: 0px; overflow: hidden; position: relative; }

.top-bar ul { list-style: none; margin-bottom: 0; }

.top-bar .row { max-width: none; }

.top-bar form, .top-bar input, .top-bar select { margin-bottom: 0; }

.top-bar input, .top-bar select { font-size: 0.75rem; height: 1.75rem; padding-bottom: .35rem; padding-top: .35rem; }

.top-bar .button, .top-bar button { font-size: 0.75rem; margin-bottom: 0; padding-bottom: 0.4125rem; padding-top: 0.4125rem; }

@media only screen and (max-width: 40em) { .top-bar .button, .top-bar button { position: relative; top: -1px; } }

.top-bar .title-area { margin: 0; position: relative; }

.top-bar .name { font-size: 16px; height: 2.8125rem; margin: 0; }

.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span { font-size: 1.0625rem; line-height: 2.8125rem; margin: 0; }

.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a { color: #FFFFFF; display: block; font-weight: normal; padding: 0 0.9375rem; width: 75%; }

.top-bar .toggle-topbar { position: absolute; right: 0; top: 0; }

.top-bar .toggle-topbar a { color: #FFFFFF; display: block; font-size: 0.8125rem; font-weight: bold; height: 2.8125rem; line-height: 2.8125rem; padding: 0 0.9375rem; position: relative; text-transform: uppercase; }

.top-bar .toggle-topbar.menu-icon { margin-top: -16px; top: 50%; }

.top-bar .toggle-topbar.menu-icon a { color: #FFFFFF; height: 34px; line-height: 33px; padding: 0 2.5rem 0 0.9375rem; position: relative; }

.top-bar .toggle-topbar.menu-icon a span::after { content: ""; display: block; height: 0; position: absolute; margin-top: -8px; top: 50%; right: 0.9375rem; -webkit-box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF; box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF; width: 16px; }

.top-bar .toggle-topbar.menu-icon a span:hover:after { -webkit-box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }

.top-bar.expanded { background: transparent; height: auto; }

.top-bar.expanded .title-area { background: #494846; }

.top-bar.expanded .toggle-topbar a { color: #888888; }

.top-bar.expanded .toggle-topbar a span::after { -webkit-box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }

@media screen and (-webkit-min-device-pixel-ratio: 0) { .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown, .top-bar.expanded .top-bar-section .dropdown { clip: initial; }
  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul { padding: 0; } }

.top-bar-section { left: 0; position: relative; width: auto; -webkit-transition: left 300ms ease-out; transition: left 300ms ease-out; }

.top-bar-section ul { display: block; font-size: 16px; height: auto; margin: 0; padding: 0; width: 100%; }

.top-bar-section .divider, .top-bar-section [role="separator"] { border-top: solid 1px #1a1a1a; clear: both; height: 1px; width: 100%; }

.top-bar-section ul li { background: #706F6B; }

.top-bar-section ul li > a { color: #FFFFFF; display: block; font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-size: 0.8125rem; font-weight: normal; padding-left: 0.9375rem; padding: 12px 0 12px 0.9375rem; text-transform: none; width: 100%; }

.top-bar-section ul li > a.button { font-size: 0.8125rem; padding-left: 0.9375rem; padding-right: 0.9375rem; background-color: #706F6B; border-color: #5a5956; color: #FFFFFF; }

.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus { background-color: #5a5956; }

.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus { color: #FFFFFF; }

.top-bar-section ul li > a.button.secondary { background-color: #BDAD6F; border-color: #a5924b; color: #FFFFFF; }

.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus { background-color: #a5924b; }

.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus { color: #FFFFFF; }

.top-bar-section ul li > a.button.success { background-color: #43AC6A; border-color: #368a55; color: #FFFFFF; }

.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus { background-color: #368a55; }

.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus { color: #FFFFFF; }

.top-bar-section ul li > a.button.alert { background-color: #f04124; border-color: #cf2a0e; color: #FFFFFF; }

.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus { background-color: #cf2a0e; }

.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus { color: #FFFFFF; }

.top-bar-section ul li > a.button.warning { background-color: #f08a24; border-color: #cf6e0e; color: #FFFFFF; }

.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus { background-color: #cf6e0e; }

.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus { color: #FFFFFF; }

.top-bar-section ul li > a.button.info { background-color: #a0d3e8; border-color: #61b6d9; color: #333333; }

.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus { background-color: #61b6d9; }

.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus { color: #FFFFFF; }

.top-bar-section ul li > button { font-size: 0.8125rem; padding-left: 0.9375rem; padding-right: 0.9375rem; background-color: #706F6B; border-color: #5a5956; color: #FFFFFF; }

.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus { background-color: #5a5956; }

.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus { color: #FFFFFF; }

.top-bar-section ul li > button.secondary { background-color: #BDAD6F; border-color: #a5924b; color: #FFFFFF; }

.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus { background-color: #a5924b; }

.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus { color: #FFFFFF; }

.top-bar-section ul li > button.success { background-color: #43AC6A; border-color: #368a55; color: #FFFFFF; }

.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus { background-color: #368a55; }

.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus { color: #FFFFFF; }

.top-bar-section ul li > button.alert { background-color: #f04124; border-color: #cf2a0e; color: #FFFFFF; }

.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus { background-color: #cf2a0e; }

.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus { color: #FFFFFF; }

.top-bar-section ul li > button.warning { background-color: #f08a24; border-color: #cf6e0e; color: #FFFFFF; }

.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus { background-color: #cf6e0e; }

.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus { color: #FFFFFF; }

.top-bar-section ul li > button.info { background-color: #a0d3e8; border-color: #61b6d9; color: #333333; }

.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus { background-color: #61b6d9; }

.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus { color: #FFFFFF; }

.top-bar-section ul li:hover:not(.has-form) > a { background-color: #555555; color: #FFFFFF; background: #7d7c77; }

.top-bar-section ul li.active > a { background: #706F6B; color: #FFFFFF; }

.top-bar-section ul li.active > a:hover { background: #605f5c; color: #FFFFFF; }

.top-bar-section .has-form { padding: 0.9375rem; }

.top-bar-section .has-dropdown { position: relative; }

.top-bar-section .has-dropdown > a:after { border: inset 5px; content: ""; display: block; height: 0; width: 0; border-color: transparent transparent transparent rgba(255, 255, 255, 0.4); border-left-style: solid; margin-right: 0.9375rem; margin-top: -4.5px; position: absolute; top: 50%; right: 0; }

.top-bar-section .has-dropdown.moved { position: static; }

.top-bar-section .has-dropdown.moved > .dropdown { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; display: block; position: absolute !important; width: 100%; }

.top-bar-section .has-dropdown.moved > a:after { display: none; }

.top-bar-section .dropdown { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; display: block; padding: 0; position: absolute; top: 0; z-index: 99; left: 100%; }

.top-bar-section .dropdown li { height: auto; width: 100%; }

.top-bar-section .dropdown li a { font-weight: normal; padding: 8px 0.9375rem; }

.top-bar-section .dropdown li a.parent-link { font-weight: normal; }

.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link { margin-bottom: 0; margin-top: 0; font-size: 1.125rem; }

.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a { color: #FFFFFF; display: block; }

.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover { background: none; }

.top-bar-section .dropdown li.has-form { padding: 8px 0.9375rem; }

.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button { top: auto; }

.top-bar-section .dropdown label { color: #777777; font-size: 0.625rem; font-weight: bold; margin-bottom: 0; padding: 8px 0.9375rem 2px; text-transform: uppercase; }

.js-generated { display: block; }

@media only screen and (min-width: 800px) { .top-bar { background: #494846; overflow: visible; }
  .top-bar:before, .top-bar:after { content: " "; display: table; }
  .top-bar:after { clear: both; }
  .top-bar .toggle-topbar { display: none; }
  .top-bar .title-area { float: left; }
  .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name h5 a, .top-bar .name h6 a { width: auto; }
  .top-bar input, .top-bar select, .top-bar .button, .top-bar button { font-size: 0.875rem; height: 1.75rem; position: relative; top: 0.53125rem; }
  .top-bar .has-form > .button, .top-bar .has-form > button { font-size: 0.875rem; height: 1.75rem; position: relative; top: 0.53125rem; }
  .top-bar.expanded { background: #494846; }
  .contain-to-grid .top-bar { margin: 0 auto; margin-bottom: 0px; max-width: 75rem; }
  .top-bar-section { -webkit-transition: none 0 0; transition: none 0 0; left: 0 !important; }
  .top-bar-section ul { display: inline; height: auto !important; width: auto; }
  .top-bar-section ul li { float: left; }
  .top-bar-section ul li .js-generated { display: none; }
  .top-bar-section li.hover > a:not(.button) { background-color: #555555; background: #7d7c77; color: #FFFFFF; }
  .top-bar-section li:not(.has-form) a:not(.button) { background: #494846; line-height: 2.8125rem; padding: 0 0.9375rem; }
  .top-bar-section li:not(.has-form) a:not(.button):hover { background-color: #555555; background: #7d7c77; }
  .top-bar-section li.active:not(.has-form) a:not(.button) { background: #706F6B; color: #FFFFFF; line-height: 2.8125rem; padding: 0 0.9375rem; }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover { background: #605f5c; color: #FFFFFF; }
  .top-bar-section .has-dropdown > a { padding-right: 2.1875rem !important; }
  .top-bar-section .has-dropdown > a:after { border: inset 5px; content: ""; display: block; height: 0; width: 0; border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent; border-top-style: solid; margin-top: -2.5px; top: 1.40625rem; }
  .top-bar-section .has-dropdown.moved { position: relative; }
  .top-bar-section .has-dropdown.moved > .dropdown { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; display: block; }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; display: block; position: absolute !important; }
  .top-bar-section .has-dropdown > a:focus + .dropdown { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; display: block; position: absolute !important; }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after { border: none; content: "\00bb"; top: 0.1875rem; right: 5px; }
  .top-bar-section .dropdown { left: 0; background: transparent; min-width: 100%; top: auto; }
  .top-bar-section .dropdown li a { background: #706F6B; color: #FFFFFF; line-height: 2.8125rem; padding: 12px 0.9375rem; white-space: nowrap; }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) { background: #706F6B; color: #FFFFFF; }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) { background-color: #555555; color: #FFFFFF; background: #222222; }
  .top-bar-section .dropdown li label { background: #333333; white-space: nowrap; }
  .top-bar-section .dropdown li .dropdown { left: 100%; top: 0; }
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] { border-right: solid 1px #4e4e4e; border-bottom: none; border-top: none; clear: none; height: 2.8125rem; width: 0; }
  .top-bar-section .has-form { background: #494846; height: 2.8125rem; padding: 0 0.9375rem; }
  .top-bar-section .right li .dropdown { left: auto; right: 0; }
  .top-bar-section .right li .dropdown li .dropdown { right: 100%; }
  .top-bar-section .left li .dropdown { right: auto; left: 0; }
  .top-bar-section .left li .dropdown li .dropdown { left: 100%; }
  .no-js .top-bar-section ul li:hover > a { background-color: #555555; background: #7d7c77; color: #FFFFFF; }
  .no-js .top-bar-section ul li:active > a { background: #706F6B; color: #FFFFFF; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; display: block; position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; display: block; position: absolute !important; } }

.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: #706F6B; line-height: inherit; text-decoration: none; }

a:hover, a:focus { color: #605f5c; }

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: #3f3a27; font-family: "Droid Serif", Georgia, "Helvetica Neue", "Helvetica", Helvetica, Arial, serif; font-style: normal; font-weight: normal; 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: #978b5e; 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: #978b5e; font-weight: normal; margin-top: 0.2rem; margin-bottom: 0.5rem; }

hr { border: solid #ddd5b5; 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: #ebe6d4; border-color: #ddd5b5; 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: #3F2D17; 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: #796f4b; }

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

blockquote cite a, blockquote cite a:visited { color: #796f4b; }

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

/* Microformats */
.vcard { display: inline-block; margin: 0 0 1.25rem 0; border: 1px solid #ddd5b5; 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 */ -webkit-box-shadow: none !important; 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: "cemetery"; src: url("../fonts/cemetery.eot"); src: url("../fonts/cemetery.eot?#iefix") format("embedded-opentype"), url("../fonts/cemetery.woff") format("woff"), url("../fonts/cemetery.ttf") format("truetype"), url("../fonts/cemetery.svg#cemetery") format("svg"); font-weight: normal; font-style: normal; }

[data-icon]:before { font-family: "cemetery" !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: "cemetery" !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-pinterest:before { content: "\61"; }

.icon-pinterest2:before { content: "\62"; }

.icon-facebook:before { content: "\63"; }

.icon-tumblr2:before { content: "\67"; }

.icon-twitter:before { content: "\66"; }

.icon-google-plus:before { content: "\64"; }

.icon-google-plus2:before { content: "\68"; }

.icon-tumblr:before { content: "\65"; }

.icon-twitter2:before { content: "\69"; }

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

.icon-youtube-play:before { content: "\6b"; }

.icon-linkedin:before { content: "\6c"; }

.icon-google-plus-1:before { content: "\6d"; }

/************************************************************************/
/************************************************************************/
.show-for-small, .show-for-large-up, .show--custom-breakpoint, .show-for-medium-up { display: none; }

@media only screen and (max-width: 40em) { .hide-for-small { display: none !important; }
  .show-for-small { display: none !important; } }

@media only screen and (min-width: 40.0625em) { .show-for-medium-up { display: block !important; } }

@media only screen and (min-width: 64.0625em) { .hide-for-large-up { display: none !important; }
  .show-for-large-up { display: block !important; } }

@media only screen and (min-width: 800px) { .show--custom-breakpoint { display: block; }
  .hide--custom-breakpoint { display: none; } }

.row { margin: 0 auto; max-width: 75rem; width: 100%; }

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

.row:after { clear: both; }

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

body { background-image: url("../img/texture_dark.jpg"); }

.button { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; border-style: solid; border-width: 0; cursor: pointer; font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-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: #706F6B; border-color: #5a5956; color: #FFFFFF; -webkit-transition: background-color 300ms ease-out; transition: background-color 300ms ease-out; }

.button:hover, .button:focus { background-color: #5a5956; }

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

.button.secondary { background: #BDAD6F; }

.button.expand { padding-right: 0; padding-left: 0; width: 100%; }

.button.tiny { padding: 5px 10px; }

.orbit-container .orbit-next { right: 4px !important; }

.orbit-container .orbit-prev { left: 4px !important; }

.home .orbit-container .orbit-next { right: 0px !important; }

.home .orbit-container .orbit-prev { left: 0px !important; }

input[type="text"], input[type="email"], textarea { -webkit-appearance: none; background-color: white; font-family: inherit; border: 1px solid #BDAD6F; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); display: block; font-size: 0.875rem; margin: 0 0 1rem 0; padding: 0.5rem; height: 2.3125rem; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: border-color 0.45s ease-in-out, -webkit-box-shadow 0.45s; transition: border-color 0.45s ease-in-out, -webkit-box-shadow 0.45s; transition: box-shadow 0.45s, border-color 0.45s ease-in-out; transition: box-shadow 0.45s, border-color 0.45s ease-in-out, -webkit-box-shadow 0.45s; }

#main { width: 100%; padding: 1.5em 0 5em; background-image: url("../img/texture_light.jpg"); }

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

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

.page__content__sidebar { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; position: relative; }

@media only screen { .page__content__body { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 91.66667%; float: left; margin-left: auto; margin-right: auto; float: none; }
  .page__content__body:before, .page__content__body:after { content: " "; display: table; }
  .page__content__body:after { clear: both; }
  .page__content__sidebar { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 91.66667%; float: left; margin-left: auto; margin-right: auto; float: none; } }

@media only screen and (min-width: 64.0625em) { .page__content__body { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 66.66667%; float: left; }
  .page__content__sidebar { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; width: 25%; float: right; left: 0; right: auto; right: 0; left: auto; margin-left: 0 !important; } }

.row { margin: 0 auto; max-width: 75rem; width: 100%; }

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

.row:after { clear: both; }

.row-nest { margin: 0 -0.9375rem; max-width: none; width: auto; }

.row-nest:before, .row-nest:after { content: " "; display: table; }

.row-nest:after { clear: both; }

.read-more { text-transform: uppercase; font-style: italic; display: inline-block; }

.page-title { -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2); box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2); background: #706F6B; color: #fff; margin: 15px 0 30px -15px; outline: 1px solid rgba(255, 255, 255, 0.2); padding: .25em .5em; position: relative; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); line-height: 1; z-index: 1; font-size: 2.5em; float: left; }

.page-title--featured-image { position: absolute; margin-bottom: 0; float: none; }

.page-title:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); border-width: 10px; border-style: solid; border-color: transparent transparent #494846 transparent; bottom: -10px; content: ""; height: 0; left: 5px; position: absolute; width: 0; }

a.back-to-parent { display: block; height: 4em; position: relative; }

a.back-to-parent .page-title { margin: 10px 0 0 -15px; padding-left: 53px; background-image: url("../img/icon--arrow-back.svg"); background-repeat: no-repeat; background-position: 15px center; font-size: 26px; letter-spacing: .02em; background-color: #BDAD6F; }

a.back-to-parent .page-title:before { border-color: transparent transparent #998a4c transparent; }

.article-list { margin-left: 0; }

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

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

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

.article-list__article h1 { font-weight: normal; line-height: 1.2; font-size: 1.75em; }

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

.article-list__article p { font-size: 90%; margin-bottom: 1em; }

.article-list__article .read-more { border-top: 1px solid #ddd5b5; padding-top: .625em; font-family: "Droid Serif", Georgia, "Helvetica Neue", "Helvetica", Helvetica, Arial, serif; text-transform: uppercase; font-weight: bold; font-size: 13px; }

.article-list__article .article-list__article__img { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 33.33333%; float: left; margin-bottom: 1em; }

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

.article-list__article .article-list__article__content { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 66.66667%; 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 { position: relative; }

.article-list__article .article__meta ul { list-style: none; font-size: 13px; float: right; text-align: right; margin-right: .9375em; }

@media only screen and (min-width: 64.0625em) { .article-list__article h1 { font-size: 2.25em; } }

@media only screen and (max-width: 40em) { .article-list__article .article-list__article__img, .article-list__article .article-list__article__content { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; } }

/* LH */
.article-list__article .article__meta { display: none !important; }

.press .article-list__article .article__meta, .blog .article-list__article .article__meta { display: block !important; }

/* LH */
.article__featured-image { margin-bottom: 1em; }

.article__featured-image:before, .article__featured-image:after { content: " "; display: table; }

.article__featured-image:after { clear: both; }

.article__title { font-size: 2.5em; line-height: 1.2; letter-spacing: -.05em; }

.article__meta--footer { margin: 0 auto; max-width: 75rem; width: 100%; margin-bottom: 1em; font-style: italic; }

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

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

.meta-title { margin-bottom: .75em; }

.article-pager__next-prev { list-style: none; margin: 0; left: 0; padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; padding: 0; margin-bottom: 1em; }

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

.article-pager__next-prev:after { clear: both; }

.article-pager__next-prev a { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; border-style: solid; border-width: 0; cursor: pointer; font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-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: #706F6B; border-color: #5a5956; color: #FFFFFF; -webkit-transition: background-color 300ms ease-out; transition: background-color 300ms ease-out; margin-bottom: 0; -webkit-box-shadow: inset 0 1px 0 3px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 0 3px rgba(0, 0, 0, 0.1); }

.article-pager__next-prev a:hover, .article-pager__next-prev a:focus { background-color: #5a5956; }

.article-pager__next-prev a:hover, .article-pager__next-prev a:focus { color: #FFFFFF; }

.article-pager__next-prev > li { display: inline-block; margin: 0 -2px; width: 50%; }

.article-pager__next-prev > li > button, .article-pager__next-prev > li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }

.article-pager__next-prev > li:first-child button, .article-pager__next-prev > li:first-child .button { border-left: 0; }

.article-pager__next-prev > li button, .article-pager__next-prev > li .button { width: 100%; }

.article-pager__next-prev li:first-child a { border-right: 1px solid #706F6B; }

.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: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-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: #998a4c; border-color: #7a6e3d; color: #FFFFFF; border-radius: 0px; -webkit-transition: background-color 300ms ease-out; 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: #7a6e3d; }

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

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

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

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

.article__gallery ul { display: block; padding: 0; margin: 0 -0.25rem; }

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

.article__gallery ul:after { clear: both; }

.article__gallery ul > li { display: block; float: left; height: auto; padding: 0 0.25rem 0.5rem; }

.article__gallery ul > li { list-style: none; padding: 0 0.25rem 0.5rem; width: 50%; }

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

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

.article__gallery ul > li { margin-right: 0; }

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

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

.event-date { font-style: italic; margin-bottom: 0.5em !important; font-family: "Droid Serif", Georgia, "Helvetica Neue", "Helvetica", Helvetica, Arial, serif; color: #998a4c; font-size: 110% !important; }

.accordion { margin-bottom: 1.5em; }

.accordion dd > a { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(48%, rgba(0, 0, 0, 0.2)), color-stop(51%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.05))); background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 48%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.05) 100%); border: 1px solid #565552; -webkit-box-shadow: inset 1px 1px 0 1px rgba(255, 255, 255, 0.1); box-shadow: inset 1px 1px 0 1px rgba(255, 255, 255, 0.1); }

.accordion dd .content p { font-size: 85% !important; }

.form-panel { width: 100%; padding-bottom: 0; }

.home__slides__wrapper { margin: 0; max-width: 75rem; width: 100%; max-width: none; background: #2f2e2d; }

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

.home__slides__wrapper:after { clear: both; }

@media only screen and (min-width: 64.0625em) { .home__slides__wrapper { height: 437px; overflow: hidden; } }

.home__slides { margin: 0 auto; max-width: 75rem; width: 100%; padding-left: 0; padding-right: 0; background: #63625f; }

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

.home__slides:after { clear: both; }

.home__slides li { background-color: #63625f; }

.home__slides img { display: inline-block !important; }

.home__slides__message { padding: 20px 5% 0; }

.home__slides__image, .home__slides__content { margin: 0 auto; max-width: 75rem; width: 100%; text-align: center; }

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

.home__slides__image:after, .home__slides__content:after { clear: both; }

.home__slides__image { background-color: #2f2e2d; }

.home__slides__content { position: relative; }

.home__slides__content h2 { color: #fff; line-height: 1.1; }

.home__slides__content p { color: #fff; }

.home__slides__content a { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; border-style: solid; border-width: 0; cursor: pointer; font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-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; background-color: #494846; border-color: #3a3a38; color: #FFFFFF; -webkit-transition: background-color 300ms ease-out; transition: background-color 300ms ease-out; padding: .5em 1em .5em; }

.home__slides__content a:hover, .home__slides__content a:focus { background-color: #3a3a38; }

.home__slides__content a:hover, .home__slides__content a:focus { color: #FFFFFF; }

@media only screen and (min-width: 64.0625em) { .home__slides__message { padding: 40px 10% 0; }
  .home__slides__image { 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; }
  .home__slides__content { position: relative; padding-left: 0; padding-right: 0; width: 41.66667%; left: 0; right: auto; right: 0; left: auto; float: left; margin-left: 0 !important; }
  .home__slides__content a { padding: 1.125em 2.25em 1.1875em; } }

.home.lh .home__slides__content { background: url("../img/home_angel.svg") center 10px no-repeat; }

.home.lh .home__slides__content .home__slides__message { padding: 90px 10% 0; }

.home .orbit-bullets-container { position: absolute; margin-top: -35px; left: 10px; }

.home__content { font-size: 1.6875rem; line-height: 1.2; font-style: italic; padding-top: 1em; padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; font-family: "Droid Serif", Georgia, "Helvetica Neue", "Helvetica", Helvetica, Arial, serif; }

.home__content > p { color: #998a4c; }

.home #main { padding-top: 0; }

.home__columns { text-align: center; }

.home__columns > div { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; margin-bottom: 1em; }

.home__columns h3 { color: #BDAD6F; font-size: 1em; font-weight: normal; letter-spacing: 3px; line-height: 1.6em; margin-bottom: .5em; text-transform: uppercase; text-shadow: 0 1px 0 #fff; font-family: "Droid Serif", Georgia, "Helvetica Neue", "Helvetica", Helvetica, Arial, serif; }

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

.home__columns ul li:first-child a { border-top: none; }

.home__columns ul a { display: block; font-family: "Droid Serif", Georgia, "Helvetica Neue", "Helvetica", Helvetica, Arial, serif; padding: 6px 0px; border-top: 1px solid #ddd5b5; }

.home__columns ul a:hover { background: #ede9d8; }

.home__columns ul .home__event-title { color: #565552; }

.home__columns ul .home__event-date { font-size: 80%; color: #706F6B; font-style: italic; }

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

@media only screen and (min-width: 64.0625em) { .home__columns > div { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 33.33333%; float: left; } }

.home-message--1 { color: #BDAD6F; font-size: 1em; font-weight: normal; letter-spacing: 3px; line-height: 1.6em; margin-bottom: .5em; text-transform: uppercase; text-shadow: 0 1px 0 #fff; font-family: "Droid Serif", Georgia, "Helvetica Neue", "Helvetica", Helvetica, Arial, serif; }

.home-message--2 p { font-style: italic; font-size: 90%; font-family: "Droid Serif", Georgia, "Helvetica Neue", "Helvetica", Helvetica, Arial, serif; max-width: 180px; margin: 0 auto; line-height: 1.3; }

/************************************************************************/
/************************************************************************/
.panel-grid { display: block; padding: 0; margin: 0 -2px; text-align: center; }

.panel-grid:before, .panel-grid:after { content: " "; display: table; }

.panel-grid:after { clear: both; }

.panel-grid > li { display: block; float: left; height: auto; padding: 0 2px 4px; }

.panel-grid > li { list-style: none; padding: 0 2px 4px; width: 100%; }

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

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

.panel-grid h4.subheader { font-style: italic; font-size: 13px; letter-spacing: .1em; }

.panel-grid h3 { line-height: 1.1; margin-bottom: .25em; }

.panel-grid p { margin-bottom: 0; }

.panel-grid .panel { border-style: solid; border-width: 1px; border-color: #e9e4cf; margin-bottom: 1.25rem; padding: 4px; background: #fff; color: #333333; float: left; width: 100%; }

.panel-grid .panel > :first-child { margin-top: 0; }

.panel-grid .panel > :last-child { margin-bottom: 0; }

.panel-grid .panel h1, .panel-grid .panel h2, .panel-grid .panel h3, .panel-grid .panel h4, .panel-grid .panel h5, .panel-grid .panel h6, .panel-grid .panel p, .panel-grid .panel li, .panel-grid .panel dl { color: #333333; }

.panel-grid .panel h1, .panel-grid .panel h2, .panel-grid .panel h3, .panel-grid .panel h4, .panel-grid .panel h5, .panel-grid .panel h6 { line-height: 1; margin-bottom: 0.625rem; }

.panel-grid .panel h1.subheader, .panel-grid .panel h2.subheader, .panel-grid .panel h3.subheader, .panel-grid .panel h4.subheader, .panel-grid .panel h5.subheader, .panel-grid .panel h6.subheader { line-height: 1.4; }

.panel-grid .panel-grid__content-wrapper { padding: 5px 20px 20px; }

#staff .panel { margin-bottom: 0; }

.panel-grid--people .panel { width: 50%; }

.panel-grid--logos .panel-wrapper { display: table; height: 200px; width: 100%; }

.panel-grid--logos .panel-wrapper .panel { display: table-row; width: 100%; float: none !important; }

.panel-grid--logos .panel-wrapper .panel .panel-grid__content-wrapper { vertical-align: middle; display: table-cell; }

.panel-grid--logos .panel-wrapper .panel .panel-grid__content-wrapper img { width: 100%; }

@media only screen and (min-width: 40.0625em) { .panel-grid { display: block; padding: 0; margin: 0 -4px; }
  .panel-grid:before, .panel-grid:after { content: " "; display: table; }
  .panel-grid:after { clear: both; }
  .panel-grid > li { display: block; float: left; height: auto; padding: 0 4px 8px; }
  .panel-grid > li { list-style: none; padding: 0 4px 8px; width: 33.33333%; }
  .panel-grid > li:nth-of-type(1n) { clear: none; }
  .panel-grid > li:nth-of-type(3n+1) { clear: both; } }

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

/************************************************************************/
/************************************************************************/
.video-list { text-align: center; display: block; padding: 0; margin: 0 -0.25rem; }

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

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

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

.video-list > li { list-style: none; padding: 0 0.25rem 0.5rem; width: 100%; }

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

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

.video-list > li { margin-right: 0; }

.video-list img { margin-bottom: 1em; }

.video-list p { margin-bottom: .5em; }

.video-list small { display: block; line-height: 1.3; padding: 0 .9375em; font-style: italic; }

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

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

/************************************************************************/
/************************************************************************/
.contact .sidebar__subpages, .contact .sidebar__upcoming-events { display: none; }

.vcard { width: 100%; background: #fff; }

.contact .flex-video { display: block; }

/************************************************************************/
/************************************************************************/
.calendar { width: 100%; }

.calendar th { text-align: center; }

.calendar td { width: 14.25%; position: relative; border: 1px solid #BDAD6F; height: 30px; padding-top: 24px; }

.calendar td small { position: absolute; top: 5px; left: 5px; color: #665d38; font-weight: bold; }

.calendar td .label { display: block; margin-bottom: .1em; }

.calendar td.other-month { opacity: .3; }

.calendar td.other-month small { font-weight: 400; }

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

.calendar td li { line-height: 1.2; font-size: .8em; padding-left: 1em; text-indent: -.7em; }

.calendar td li:before { content: "• "; color: #998a4c; }

.calendar td li a { font-weight: bold; }

.calendar td li i { font-size: 11px; font-weight: normal; }

.calendar-nav__wrapper { margin-top: 70px; }

@media only screen and (min-width: 64.0625em) { .calendar-nav__wrapper { margin-left: 40%; margin-right: 0.9375rem; padding: 12px; margin-top: 12px; } }

.calendar-nav .column { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 33.33333%; float: left; padding-left: 0.1rem !important; padding-left: 0.05rem !important; }

@media only screen and (min-width: 40.0625em) { .calendar-nav .column { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 25%; float: left; } }

.calendar-nav .column--view { text-align: left; }

.calendar-nav .column--view .button { padding: 7px 5px 3px; margin-left: 3px; display: inline-block; float: none !important; }

.calendar-nav .button { padding: .5rem 1rem .65rem; margin-bottom: 0; }

.calendar-nav select { margin-bottom: 0; }

/************************************************************************/
/************************************************************************/
body.notable-burials .article-list__article .article-list__article__img { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 25%; float: left; }

body.notable-burials .article-list__article .article-list__article__content { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 75%; float: left; }

body.notable-burials article:not(.article-list__article) img { float: left; margin-right: 1em; margin-top: .5em; }

/************************************************************************/
/************************************************************************/
.iframe { width: 100%; height: calc(500px - 62px); overflow: hidden; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; background: #fff; }

@media only screen and (min-width: 40.0625em) { .iframe { min-height: calc(600px - 168px); height: calc(85vh - 130px); } }

@media only screen and (min-width: 64.0625em) { .iframe { min-height: calc(600px - 148px); height: calc(85vh - 148px); } }

.iframe iframe { width: 100%; height: 600px; overflow: hidden; }

@media only screen and (min-width: 40.0625em) { .iframe iframe { height: 85vh; } }

body.template--iframe #main { padding-top: 0; }

body.template--iframe #main h1 { text-align: center; }

/************************************************************************/
/************************************************************************/
.main-nav { background: #494846; }

.brand-logo { display: block; width: 100%; margin: .2em 0em .3em; text-align: center; padding: 0 .4em; }

.brand-logo img { max-width: 325px; }

.utility-nav { position: absolute; clear: left; right: 0; display: none; }

.utility-nav.top-bar { background: none; top: 38px; z-index: 1; }

.utility-nav.top-bar ul.right { list-style: none; background: none; }

.utility-nav.top-bar ul.right > li > a { color: #3F2D17; background: none; }

.utility-nav .top-bar-section li:not(.has-form) { background: transparent; }

.utility-nav .top-bar-section li:not(.has-form) a:not(.button):hover { background: #BDAD6F; }

.utility-nav .hide--custom-breakpoint { display: block; }

.jump-nav { text-align: right; }

.jump-nav a { background-image: url("../img/jump_links.svg"); background-repeat: no-repeat; display: inline-block; font-size: 12px; letter-spacing: 1px; line-height: 32px; padding: 0px 44px 0px 10px; text-shadow: 0 1px 0px rgba(255, 255, 255, 0.5); -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); clear: left; margin-bottom: 10px; }

.jump-nav a.jump-nav--lh { background-position: right 0px; border: 1px solid #A6323B; color: #6b2026; background-color: rgba(166, 50, 59, 0.1); }

.jump-nav a.jump-nav--wlh { background-position: right -32px; border: 1px solid #706F6B; color: #494846; background-color: rgba(112, 111, 107, 0.1); }

.jump-nav a:hover { background-color: #fff; }

.top-bar-section ul li > a { padding: 8px 6px; }

.top-bar-section .has-dropdown > a:after { margin-right: 10px; }

.top-bar-section .has-dropdown > a { padding-right: 28px !important; }

.top-bar .toggle-topbar.menu-icon { height: 45px; padding: 0px; position: static; margin: 0; }

.top-bar .toggle-topbar.menu-icon a { height: 45px; line-height: 45px; padding: 0px 10px; }

.top-bar .toggle-topbar.menu-icon a:after { right: 10px; top: 5px; }

.top-bar .name { display: none; }

@media only screen and (min-width: 64.0625em) { .main-nav .top-bar { margin-left: 12%; }
  .brand-logo { width: 50%; float: left; z-index: 1; margin: 0 0 -45px; }
  .brand-logo img { max-width: 580px; } }

@media only screen and (min-width: 800px) { .brand-logo { width: 50%; text-align: left; }
  .main-nav .utility-nav__item { display: none; }
  .utility-nav { display: block; }
  .top-bar-section ul li .js-generated { display: none !important; } }

#header .row { position: relative; }

#header > .row { min-height: 80px; }

#header .jump-nav { top: 0; margin-top: -1px; position: absolute; right: 0; }

.search__button { float: right; margin-top: -53px; right: 1px; border: 2px solid #BDAD6F; font-size: 0.875rem; height: 1.75rem; position: relative; line-height: 0; top: 0; padding: 1rem 1.5rem 1.0625rem 1.5rem !important; }

#___gcse_0 { height: 0; overflow: hidden; }

/************************************************************************/
/************************************************************************/
@media only screen and (min-width: 40.0625em) { .laurel-hill-cemetery footer[role='contentinfo'] { position: relative; }
  .laurel-hill-cemetery footer[role='contentinfo']:before { content: ""; width: 170px; height: 100px; position: absolute; margin-left: -85px; background: url("../img/footer_angel.svg") center top no-repeat; display: block; left: 50%; top: -65px; z-index: 2; background-size: 100% auto; } }

/* .footer__band { @include grid-row(); max-width: none; background-color: $brandTanDark; position: relative; } */
.footer__band { margin: 0 auto; max-width: 75rem; width: 100%; max-width: none; background-color: #998a4c; position: relative; }

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

.footer__band:after { clear: both; }

ul.social-links { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; list-style: none; margin: 0; position: relative; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

ul.social-links:before { content: "Connect"; color: #BDAD6F; font-size: 1em; font-weight: normal; letter-spacing: 3px; line-height: 1.6em; margin-bottom: .5em; text-transform: uppercase; text-shadow: 0 1px 0 #fff; font-family: "Droid Serif", Georgia, "Helvetica Neue", "Helvetica", Helvetica, Arial, serif; width: 100%; text-align: center; display: block; text-align: center; text-shadow: none; }

@media only screen and (min-width: 40.0625em) { ul.social-links:before { position: absolute; top: -29px; } }

ul.social-links li { float: left; }

ul.social-links li a { border-right: 1px solid rgba(255, 255, 255, 0.2); color: #ddd5b5; text-align: center; width: 50px; line-height: 60px; height: 50px; font-size: 30px; display: block; }

ul.social-links li a:hover { color: #f5f3e9; }

ul.social-links li:first-child a { border-left: 1px solid rgba(255, 255, 255, 0.2); }

.newsletter-form { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; position: relative; margin-top: 3em; margin-bottom: 1em; text-align: center; }

.newsletter-form:before { content: "Newletter Signup"; text-align: center; width: 100%; color: #BDAD6F; font-size: 1em; font-weight: normal; letter-spacing: 3px; line-height: 1.6em; margin-bottom: .5em; text-transform: uppercase; text-shadow: 0 1px 0 #fff; font-family: "Droid Serif", Georgia, "Helvetica Neue", "Helvetica", Helvetica, Arial, serif; text-shadow: none; color: #ddd5b5; display: block; }

@media only screen and (min-width: 40.0625em) { .newsletter-form:before { position: absolute; top: -35px; } }

.newsletter-form .newletter-link { margin: 5px 0 0px; border: 1px solid #665d38; }

@media only screen and (min-width: 40.0625em) { .newsletter-form .newletter-link { float: right; } }

.newsletter-form form { width: 100%; }

.newsletter-form input { border: 1px solid #776b3b; margin-bottom: 0; }

.newsletter-form .button { background: #BDAD6F; position: absolute; right: 16px; top: 1px; padding: 12px 10px 11px; font-size: .65em; margin-bottom: 0px; letter-spacing: 1px; }

.footer__content { margin: 0 auto; max-width: 75rem; width: 100%; padding-top: 1.5em; padding-bottom: 3em; text-align: center; }

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

.footer__content:after { clear: both; }

.footer__content > div { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; margin-bottom: 1em; }

.footer__content p { color: #998a4c; font-family: "Droid Serif", Georgia, "Helvetica Neue", "Helvetica", Helvetica, Arial, serif; }

.footer__side h3 { color: #776b3b; }

.footer__content .jump-nav a { width: 100%; text-align: center; }

.footer__logo { text-align: center; }

.footer__logo p { font-style: italic; padding-top: .5em; }

.footer__logo img { margin: 0 auto; max-width: 240px; display: block; }

@media only screen and (min-width: 40.0625em) { .footer__side--right { text-align: right; }
  .footer__content { text-align: left; }
  .footer__content .jump-nav a { width: auto; text-align: center; }
  .footer__content > div { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 33.33333%; float: left; }
  ul.social-links { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 50%; float: left; }
  ul.social-links:before { text-align: left; left: 0.9375rem; }
  .newsletter-form { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 50%; float: left; margin-top: 6px; margin-bottom: 0; }
  .newsletter-form:before { text-align: right; right: 0.9375rem; color: #BDAD6F; }
  .newsletter-form form { width: 280px; float: right; } }

/************************************************************************/
/************************************************************************/
.events .sidebar__subpages, .blog .sidebar__subpages { display: none; }

.page__content__sidebar:before, .page__content__sidebar:after { content: ""; display: block; position: absolute; width: 18px; background-position: center top; background-repeat: no-repeat; margin-left: -29%; }

.page__content__sidebar:before { height: 100%; background-image: url("../img/sidebar_bar.svg"); }

.page__content__sidebar:after { height: 32px; background-image: url("../img/sidebar_bar_bottom.svg"); }

.sidebar__block { margin-bottom: 2em; }

h3.sidebar__block__header { color: #BDAD6F; font-size: 1em; font-weight: normal; letter-spacing: 3px; line-height: 1.6em; margin-bottom: .5em; text-transform: uppercase; text-shadow: 0 1px 0 #fff; font-family: "Droid Serif", Georgia, "Helvetica Neue", "Helvetica", Helvetica, Arial, serif; }

@media only screen and (min-width: 64.0625em) { .sidebar .article__gallery ul { display: block; padding: 0; margin: 0 -0.1em; }
  .sidebar .article__gallery ul:before, .sidebar .article__gallery ul:after { content: " "; display: table; }
  .sidebar .article__gallery ul:after { clear: both; }
  .sidebar .article__gallery ul > li { display: block; float: left; height: auto; padding: 0 0.1em 0.2em; }
  .sidebar .article__gallery ul > li { list-style: none; padding: 0 0.1em 0.2em; width: 33.33333%; }
  .sidebar .article__gallery ul > li:nth-of-type(1n) { clear: none; }
  .sidebar .article__gallery ul > li:nth-of-type(3n+1) { clear: both; } }

.sidebar__cta { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; border-style: solid; border-width: 0; cursor: pointer; font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-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.875rem 1.75rem 0.9375rem 1.75rem; font-size: 0.8125rem; padding-bottom: 0.9375rem; padding-top: 0.875rem; padding-left: 1rem; padding-right: 1rem; width: 100%; background-color: #706F6B; border-color: #5a5956; color: #FFFFFF; border-radius: 3px; -webkit-transition: background-color 300ms ease-out; transition: background-color 300ms ease-out; }

.sidebar__cta:hover, .sidebar__cta:focus { background-color: #5a5956; }

.sidebar__cta:hover, .sidebar__cta:focus { color: #FFFFFF; }

.sidebar__cta.sidebar__cta--secondary { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; border-style: solid; border-width: 0; cursor: pointer; font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-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: #665d38; border-color: #524a2d; color: #FFFFFF; border-radius: 3px; -webkit-transition: background-color 300ms ease-out; transition: background-color 300ms ease-out; }

.sidebar__cta.sidebar__cta--secondary:hover, .sidebar__cta.sidebar__cta--secondary:focus { background-color: #524a2d; }

.sidebar__cta.sidebar__cta--secondary:hover, .sidebar__cta.sidebar__cta--secondary:focus { color: #FFFFFF; }

.side-nav { padding: 0; }

.side-nav > li { margin-bottom: 0px; position: relative; }

.side-nav > li a { border-top: 1px solid #fff; border-bottom: 1px solid rgba(189, 173, 111, 0.5); padding: .25em 0 .45em 0px; }

.side-nav > li a:before { border-radius: 9999px; content: ""; display: block; height: 12px; left: -3px; top: 13px; position: absolute; width: 12px; -webkit-transition: all linear .2s; transition: all linear .2s; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }

.side-nav > li:first-child a { border-top: 0px; }

.side-nav > li:last-child a { border-bottom: 0px; }

.side-nav > li.active a:before, .side-nav > li a:hover:before { -webkit-transform: scale(1); transform: scale(1); }

.side-nav > li.active a:before, .side-nav > li a:hover:before { border: 2px solid #706F6B; }

.side-nav > li.active a:before { border-radius: 9999px; background: #BDAD6F; }

.sidebar__block__tags { color: #BDAD6F; }

.sidebar__block__tags a { display: inline-block; margin: 0 0 0.4375em 0; border-bottom: 1px solid #706F6B; font-style: italic; }

@media only screen and (min-width: 64.0625em) { .sidebar__block { margin-left: -30px; }
  .side-nav > li a { padding-left: 30px; } }

.home-message--1 p { font-size: 150%; }

.wlh-home__buttons h3 { color: #BDAD6F; margin-bottom: 1em; }

.wlh-home__buttons ul { list-style: none; margin: 0; left: 0; }

.wlh-home__buttons ul:before, .wlh-home__buttons ul:after { content: " "; display: table; }

.wlh-home__buttons ul:after { clear: both; }

.wlh-home__buttons ul a { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; border-style: solid; border-width: 0; cursor: pointer; font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-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: #706F6B; border-color: #5a5956; color: #FFFFFF; -webkit-transition: background-color 300ms ease-out; transition: background-color 300ms ease-out; border: 1px solid #eee !important; }

.wlh-home__buttons ul a:hover, .wlh-home__buttons ul a:focus { background-color: #5a5956; }

.wlh-home__buttons ul a:hover, .wlh-home__buttons ul a:focus { color: #FFFFFF; }

.wlh-home__buttons ul > li { float: left; display: list-item; margin: 0; width: 20%; }

.wlh-home__buttons ul > li > button, .wlh-home__buttons ul > li .button { border-left: 1px solid; border-color: rgba(255, 255, 255, 0.5); }

.wlh-home__buttons ul > li:first-child button, .wlh-home__buttons ul > li:first-child .button { border-left: 0; }

.wlh-home__buttons ul > li:first-child { margin-left: 0; }

.wlh-home__buttons ul > li button, .wlh-home__buttons ul > li .button { width: 100%; }

/************************************************************************/
/************************************************************************/
.partners-list p { font-size: 80%; }

@media only screen { .partners-list__title { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; }
  .partners-list__body { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 75%; float: left; }
  .partners-list__link { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 25%; float: left; } }

/************************************************************************/
/************************************************************************/
.products .article .article__featured-image { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 58.33333%; float: left; }

.products .article .article__body { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 41.66667%; float: left; }

.products .sidebar__subpages { display: none; }

.product-list { display: block; padding: 0; margin: 0 -1.5px; text-align: center; }

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

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

.product-list > li { display: block; float: left; height: auto; padding: 0 1.5px 3px; }

.product-list > li { list-style: none; padding: 0 1.5px 3px; width: 50%; }

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

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

.product-list p { font-size: 13px; }

@media only screen and (min-width: 40.0625em) { .product-list { display: block; padding: 0; margin: 0 -2px; }
  .product-list:before, .product-list:after { content: " "; display: table; }
  .product-list:after { clear: both; }
  .product-list > li { display: block; float: left; height: auto; padding: 0 2px 4px; }
  .product-list > li { list-style: none; padding: 0 2px 4px; width: 33.33333%; }
  .product-list > li:nth-of-type(1n) { clear: none; }
  .product-list > li:nth-of-type(3n+1) { clear: both; } }

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