/*! ============================================ ECCC - Emerald City Comic Con 2020 Author: Milton M. Montaque II - @KaiFire Last modified: October 15, 2019 Version: 1.0  Website: https://www.emeraldciytcomiccon.com/ ============================================= */
/*====================
Defaults In Every Project
====================*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/** 1. Set default font family to sans-serif. 2. Prevent iOS and IE text size adjust after device orientation change, without disabling user zoom. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

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

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

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

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

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

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

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

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

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

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

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

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

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

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

sup { top: -0.5em; }

sub { bottom: -0.25em; }

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

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

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

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

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

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

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }

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

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

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

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

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

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

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

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

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ box-sizing: content-box; /* 2 */ }

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

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

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

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

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

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

td, th { padding: 0; }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] { transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate { transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] { transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate { transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] { transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate { transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] { transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate { transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] { transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate { transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] { transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate { transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] { transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate { transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] { transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate { transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] { transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate { transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] { transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate { transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] { transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate { transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] { transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate { transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] { transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate { transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] { transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate { transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] { transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate { transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] { transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate { transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] { transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate { transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] { transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate { transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] { transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate { transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] { transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate { transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] { transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate { transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] { transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate { transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] { transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate { transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] { transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate { transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] { transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate { transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] { transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate { transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] { transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate { transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] { transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate { transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] { transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate { transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] { transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate { transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] { transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate { transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] { transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate { transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] { transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate { transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] { transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate { transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] { transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate { transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] { transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate { transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] { transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate { transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] { transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate { transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] { transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate { transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] { transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate { transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] { transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate { transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] { transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate { transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] { transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate { transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] { transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate { transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] { transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate { transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] { transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate { transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] { transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate { transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] { transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate { transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] { transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate { transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] { transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate { transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] { transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate { transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] { transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate { transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] { transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate { transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] { transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate { transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] { transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate { transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] { transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate { transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] { transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate { transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] { transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate { transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] { transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate { transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] { transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] { transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate { transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] { transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] { transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] { transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] { transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] { transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] { transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] { transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] { transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] { transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] { transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] { transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] { transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] { transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] { transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] { transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] { transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] { transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] { transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] { transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] { transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] { opacity: 0; transition-property: opacity, transform; }

[data-aos^=fade][data-aos^=fade].aos-animate { opacity: 1; transform: translateZ(0); }

[data-aos=fade-up] { transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] { transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] { transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] { transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] { transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] { transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] { transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] { transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] { opacity: 0; transition-property: opacity, transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate { opacity: 1; transform: translateZ(0) scale(1); }

[data-aos=zoom-in] { transform: scale(0.6); }

[data-aos=zoom-in-up] { transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] { transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] { transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] { transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] { transform: scale(1.2); }

[data-aos=zoom-out-up] { transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] { transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] { transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] { transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] { transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate { transform: translateZ(0); }

[data-aos=slide-up] { transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] { transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] { transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] { transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] { backface-visibility: hidden; transition-property: transform; }

[data-aos=flip-left] { transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate { transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] { transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate { transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] { transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate { transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] { transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate { transform: perspective(2500px) rotateX(0); }

/* Mixins Check to make sure these do not exist in your project already */
/*Font Smoothing*/
/**********
Trying this Keyframe Mixin
*/
/*==============================================
I'm making this mother effin image-url helper
cause I miss it fo dayz. -Milton
==============================================*/
/*Usage
if local...

.someClass{
    background: imgU('cat.jpg');
}

.someClass{
    background: url("/_img/framework/cat.jpg");
}
*/
#my-nav .menu .next:after, #my-nav .menu .back:before, .ui-accordion-header .ui-icon, .ui-tabs .ui-tabs-nav a:after, .xformvalidator:before, .formContainer label:after, #facetNavigation h3:after, #facetNavigation .dimensionContainer.open h4:after, #facetNavigation .dimensionContainer.close h4:after, #searchApplied a.remove:before, #goevent-web .gc-info-generic-1:before, #goevent-web .gc-info-generic-2:before, #goevent-web .gc-info-generic-3:before { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

@font-face { font-family: 'Zing Grunge'; src: url("../_fonts/ZingRustG2-Base.woff2") format("woff2"), url("../_fonts/ZingRustG2-Base.woff") format("woff"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Zing'; src: url("../_fonts/ZingRust-Base.woff2") format("woff2"), url("../_fonts/ZingRust-Base.woff") format("woff"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Zing Sans'; src: url("../_fonts/ZingSansRustL-Base.woff2") format("woff2"), url("../_fonts/ZingSansRustL-Base.woff") format("woff"); font-weight: 300; font-style: normal; }

@font-face { font-family: 'Zing Sans'; src: url("../_fonts/ZingSansRustR-Base.woff2") format("woff2"), url("../_fonts/ZingSansRustR-Base.woff") format("woff"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Zing Sans'; src: url("../_fonts/ZingSansRustB-Base.woff2") format("woff2"), url("../_fonts/ZingSansRustB-Base.woff") format("woff"); font-weight: bold; font-style: normal; }

@font-face { font-family: 'Zing Sans Grunge'; src: url("../_fonts/ZingSansRustL-BaseG.woff2") format("woff2"), url("../_fonts/ZingSansRustL-BaseG.woff") format("woff"); font-weight: 300; font-style: normal; }

@font-face { font-family: 'Zing Sans Grunge'; src: url("../_fonts/ZingSansRustR-BaseG.woff2") format("woff2"), url("../_fonts/ZingSansRustR-BaseG.woff") format("woff"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'Zing Sans Grunge'; src: url("../_fonts/ZingSansRustB-BaseG.woff2") format("woff2"), url("../_fonts/ZingSansRustB-BaseG.woff") format("woff"); font-weight: bold; font-style: normal; }

/*Goodies*/
@font-face { font-family: 'Zing Goodies'; src: url("../_fonts/ZingGoodies-BannerG.woff2") format("woff2"), url("../_fonts/ZingGoodies-BannerG.woff") format("woff"); font-weight: normal; font-style: normal; }

#skip, .producedBy, #pageTopContainer, #surveyContainer { display: none; }

/*====================
Foundation Stuff 
====================*/
/* Below are required Foundation Dependencies */
meta.foundation-version { font-family: "/{{VERSION}}/"; }

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

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

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

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

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

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

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: #f4f090; color: #222222; cursor: auto; font-family: "Zing Sans", 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%; }

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

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

.row:after { clear: both; }

.row.collapse > .column, .row.collapse > .columns { padding-left: 0; padding-right: 0; }

.row.collapse .row { margin-left: 0; margin-right: 0; }

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

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

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

.row .row.collapse { margin: 0; max-width: none; width: auto; }

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

.row .row.collapse:after { clear: both; }

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

.column + .column:last-child, .columns + .column:last-child, .column + .columns:last-child, .columns + .columns:last-child { float: right; }

.column + .column.end, .columns + .column.end, .column + .columns.end, .columns + .columns.end { float: left; }

@media only screen { .small-push-0 { position: relative; left: 0; right: auto; }
  .small-pull-0 { position: relative; right: 0; left: auto; }
  .small-push-1 { position: relative; left: 8.33333%; right: auto; }
  .small-pull-1 { position: relative; right: 8.33333%; left: auto; }
  .small-push-2 { position: relative; left: 16.66667%; right: auto; }
  .small-pull-2 { position: relative; right: 16.66667%; left: auto; }
  .small-push-3 { position: relative; left: 25%; right: auto; }
  .small-pull-3 { position: relative; right: 25%; left: auto; }
  .small-push-4 { position: relative; left: 33.33333%; right: auto; }
  .small-pull-4 { position: relative; right: 33.33333%; left: auto; }
  .small-push-5 { position: relative; left: 41.66667%; right: auto; }
  .small-pull-5 { position: relative; right: 41.66667%; left: auto; }
  .small-push-6 { position: relative; left: 50%; right: auto; }
  .small-pull-6 { position: relative; right: 50%; left: auto; }
  .small-push-7 { position: relative; left: 58.33333%; right: auto; }
  .small-pull-7 { position: relative; right: 58.33333%; left: auto; }
  .small-push-8 { position: relative; left: 66.66667%; right: auto; }
  .small-pull-8 { position: relative; right: 66.66667%; left: auto; }
  .small-push-9 { position: relative; left: 75%; right: auto; }
  .small-pull-9 { position: relative; right: 75%; left: auto; }
  .small-push-10 { position: relative; left: 83.33333%; right: auto; }
  .small-pull-10 { position: relative; right: 83.33333%; left: auto; }
  .small-push-11 { position: relative; left: 91.66667%; right: auto; }
  .small-pull-11 { position: relative; right: 91.66667%; left: auto; }
  .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; }
  .small-1 { width: 8.33333%; }
  .small-2 { width: 16.66667%; }
  .small-3 { width: 25%; }
  .small-4 { width: 33.33333%; }
  .small-5 { width: 41.66667%; }
  .small-6 { width: 50%; }
  .small-7 { width: 58.33333%; }
  .small-8 { width: 66.66667%; }
  .small-9 { width: 75%; }
  .small-10 { width: 83.33333%; }
  .small-11 { width: 91.66667%; }
  .small-12 { width: 100%; }
  .small-offset-0 { margin-left: 0 !important; }
  .small-offset-1 { margin-left: 8.33333% !important; }
  .small-offset-2 { margin-left: 16.66667% !important; }
  .small-offset-3 { margin-left: 25% !important; }
  .small-offset-4 { margin-left: 33.33333% !important; }
  .small-offset-5 { margin-left: 41.66667% !important; }
  .small-offset-6 { margin-left: 50% !important; }
  .small-offset-7 { margin-left: 58.33333% !important; }
  .small-offset-8 { margin-left: 66.66667% !important; }
  .small-offset-9 { margin-left: 75% !important; }
  .small-offset-10 { margin-left: 83.33333% !important; }
  .small-offset-11 { margin-left: 91.66667% !important; }
  .small-reset-order { float: left; left: auto; margin-left: 0; margin-right: 0; right: auto; }
  .column.small-centered, .columns.small-centered { margin-left: auto; margin-right: auto; float: none; }
  .column.small-uncentered, .columns.small-uncentered { float: left; margin-left: 0; margin-right: 0; }
  .column.small-centered:last-child, .columns.small-centered:last-child { float: none; }
  .column.small-uncentered:last-child, .columns.small-uncentered:last-child { float: left; }
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite { float: right; }
  .row.small-collapse > .column, .row.small-collapse > .columns { padding-left: 0; padding-right: 0; }
  .row.small-collapse .row { margin-left: 0; margin-right: 0; }
  .row.small-uncollapse > .column, .row.small-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } }

@media only screen and (min-width: 50.0625em) { .medium-push-0 { position: relative; left: 0; right: auto; }
  .medium-pull-0 { position: relative; right: 0; left: auto; }
  .medium-push-1 { position: relative; left: 8.33333%; right: auto; }
  .medium-pull-1 { position: relative; right: 8.33333%; left: auto; }
  .medium-push-2 { position: relative; left: 16.66667%; right: auto; }
  .medium-pull-2 { position: relative; right: 16.66667%; left: auto; }
  .medium-push-3 { position: relative; left: 25%; right: auto; }
  .medium-pull-3 { position: relative; right: 25%; left: auto; }
  .medium-push-4 { position: relative; left: 33.33333%; right: auto; }
  .medium-pull-4 { position: relative; right: 33.33333%; left: auto; }
  .medium-push-5 { position: relative; left: 41.66667%; right: auto; }
  .medium-pull-5 { position: relative; right: 41.66667%; left: auto; }
  .medium-push-6 { position: relative; left: 50%; right: auto; }
  .medium-pull-6 { position: relative; right: 50%; left: auto; }
  .medium-push-7 { position: relative; left: 58.33333%; right: auto; }
  .medium-pull-7 { position: relative; right: 58.33333%; left: auto; }
  .medium-push-8 { position: relative; left: 66.66667%; right: auto; }
  .medium-pull-8 { position: relative; right: 66.66667%; left: auto; }
  .medium-push-9 { position: relative; left: 75%; right: auto; }
  .medium-pull-9 { position: relative; right: 75%; left: auto; }
  .medium-push-10 { position: relative; left: 83.33333%; right: auto; }
  .medium-pull-10 { position: relative; right: 83.33333%; left: auto; }
  .medium-push-11 { position: relative; left: 91.66667%; right: auto; }
  .medium-pull-11 { position: relative; right: 91.66667%; left: auto; }
  .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; }
  .medium-1 { width: 8.33333%; }
  .medium-2 { width: 16.66667%; }
  .medium-3 { width: 25%; }
  .medium-4 { width: 33.33333%; }
  .medium-5 { width: 41.66667%; }
  .medium-6 { width: 50%; }
  .medium-7 { width: 58.33333%; }
  .medium-8 { width: 66.66667%; }
  .medium-9 { width: 75%; }
  .medium-10 { width: 83.33333%; }
  .medium-11 { width: 91.66667%; }
  .medium-12 { width: 100%; }
  .medium-offset-0 { margin-left: 0 !important; }
  .medium-offset-1 { margin-left: 8.33333% !important; }
  .medium-offset-2 { margin-left: 16.66667% !important; }
  .medium-offset-3 { margin-left: 25% !important; }
  .medium-offset-4 { margin-left: 33.33333% !important; }
  .medium-offset-5 { margin-left: 41.66667% !important; }
  .medium-offset-6 { margin-left: 50% !important; }
  .medium-offset-7 { margin-left: 58.33333% !important; }
  .medium-offset-8 { margin-left: 66.66667% !important; }
  .medium-offset-9 { margin-left: 75% !important; }
  .medium-offset-10 { margin-left: 83.33333% !important; }
  .medium-offset-11 { margin-left: 91.66667% !important; }
  .medium-reset-order { float: left; left: auto; margin-left: 0; margin-right: 0; right: auto; }
  .column.medium-centered, .columns.medium-centered { margin-left: auto; margin-right: auto; float: none; }
  .column.medium-uncentered, .columns.medium-uncentered { float: left; margin-left: 0; margin-right: 0; }
  .column.medium-centered:last-child, .columns.medium-centered:last-child { float: none; }
  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child { float: left; }
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite { float: right; }
  .row.medium-collapse > .column, .row.medium-collapse > .columns { padding-left: 0; padding-right: 0; }
  .row.medium-collapse .row { margin-left: 0; margin-right: 0; }
  .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; }
  .push-0 { position: relative; left: 0; right: auto; }
  .pull-0 { position: relative; right: 0; left: auto; }
  .push-1 { position: relative; left: 8.33333%; right: auto; }
  .pull-1 { position: relative; right: 8.33333%; left: auto; }
  .push-2 { position: relative; left: 16.66667%; right: auto; }
  .pull-2 { position: relative; right: 16.66667%; left: auto; }
  .push-3 { position: relative; left: 25%; right: auto; }
  .pull-3 { position: relative; right: 25%; left: auto; }
  .push-4 { position: relative; left: 33.33333%; right: auto; }
  .pull-4 { position: relative; right: 33.33333%; left: auto; }
  .push-5 { position: relative; left: 41.66667%; right: auto; }
  .pull-5 { position: relative; right: 41.66667%; left: auto; }
  .push-6 { position: relative; left: 50%; right: auto; }
  .pull-6 { position: relative; right: 50%; left: auto; }
  .push-7 { position: relative; left: 58.33333%; right: auto; }
  .pull-7 { position: relative; right: 58.33333%; left: auto; }
  .push-8 { position: relative; left: 66.66667%; right: auto; }
  .pull-8 { position: relative; right: 66.66667%; left: auto; }
  .push-9 { position: relative; left: 75%; right: auto; }
  .pull-9 { position: relative; right: 75%; left: auto; }
  .push-10 { position: relative; left: 83.33333%; right: auto; }
  .pull-10 { position: relative; right: 83.33333%; left: auto; }
  .push-11 { position: relative; left: 91.66667%; right: auto; }
  .pull-11 { position: relative; right: 91.66667%; left: auto; } }

@media only screen and (min-width: 80.125em) { .large-push-0 { position: relative; left: 0; right: auto; }
  .large-pull-0 { position: relative; right: 0; left: auto; }
  .large-push-1 { position: relative; left: 8.33333%; right: auto; }
  .large-pull-1 { position: relative; right: 8.33333%; left: auto; }
  .large-push-2 { position: relative; left: 16.66667%; right: auto; }
  .large-pull-2 { position: relative; right: 16.66667%; left: auto; }
  .large-push-3 { position: relative; left: 25%; right: auto; }
  .large-pull-3 { position: relative; right: 25%; left: auto; }
  .large-push-4 { position: relative; left: 33.33333%; right: auto; }
  .large-pull-4 { position: relative; right: 33.33333%; left: auto; }
  .large-push-5 { position: relative; left: 41.66667%; right: auto; }
  .large-pull-5 { position: relative; right: 41.66667%; left: auto; }
  .large-push-6 { position: relative; left: 50%; right: auto; }
  .large-pull-6 { position: relative; right: 50%; left: auto; }
  .large-push-7 { position: relative; left: 58.33333%; right: auto; }
  .large-pull-7 { position: relative; right: 58.33333%; left: auto; }
  .large-push-8 { position: relative; left: 66.66667%; right: auto; }
  .large-pull-8 { position: relative; right: 66.66667%; left: auto; }
  .large-push-9 { position: relative; left: 75%; right: auto; }
  .large-pull-9 { position: relative; right: 75%; left: auto; }
  .large-push-10 { position: relative; left: 83.33333%; right: auto; }
  .large-pull-10 { position: relative; right: 83.33333%; left: auto; }
  .large-push-11 { position: relative; left: 91.66667%; right: auto; }
  .large-pull-11 { position: relative; right: 91.66667%; left: auto; }
  .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; }
  .large-1 { width: 8.33333%; }
  .large-2 { width: 16.66667%; }
  .large-3 { width: 25%; }
  .large-4 { width: 33.33333%; }
  .large-5 { width: 41.66667%; }
  .large-6 { width: 50%; }
  .large-7 { width: 58.33333%; }
  .large-8 { width: 66.66667%; }
  .large-9 { width: 75%; }
  .large-10 { width: 83.33333%; }
  .large-11 { width: 91.66667%; }
  .large-12 { width: 100%; }
  .large-offset-0 { margin-left: 0 !important; }
  .large-offset-1 { margin-left: 8.33333% !important; }
  .large-offset-2 { margin-left: 16.66667% !important; }
  .large-offset-3 { margin-left: 25% !important; }
  .large-offset-4 { margin-left: 33.33333% !important; }
  .large-offset-5 { margin-left: 41.66667% !important; }
  .large-offset-6 { margin-left: 50% !important; }
  .large-offset-7 { margin-left: 58.33333% !important; }
  .large-offset-8 { margin-left: 66.66667% !important; }
  .large-offset-9 { margin-left: 75% !important; }
  .large-offset-10 { margin-left: 83.33333% !important; }
  .large-offset-11 { margin-left: 91.66667% !important; }
  .large-reset-order { float: left; left: auto; margin-left: 0; margin-right: 0; right: auto; }
  .column.large-centered, .columns.large-centered { margin-left: auto; margin-right: auto; float: none; }
  .column.large-uncentered, .columns.large-uncentered { float: left; margin-left: 0; margin-right: 0; }
  .column.large-centered:last-child, .columns.large-centered:last-child { float: none; }
  .column.large-uncentered:last-child, .columns.large-uncentered:last-child { float: left; }
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite { float: right; }
  .row.large-collapse > .column, .row.large-collapse > .columns { padding-left: 0; padding-right: 0; }
  .row.large-collapse .row { margin-left: 0; margin-right: 0; }
  .row.large-uncollapse > .column, .row.large-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; }
  .push-0 { position: relative; left: 0; right: auto; }
  .pull-0 { position: relative; right: 0; left: auto; }
  .push-1 { position: relative; left: 8.33333%; right: auto; }
  .pull-1 { position: relative; right: 8.33333%; left: auto; }
  .push-2 { position: relative; left: 16.66667%; right: auto; }
  .pull-2 { position: relative; right: 16.66667%; left: auto; }
  .push-3 { position: relative; left: 25%; right: auto; }
  .pull-3 { position: relative; right: 25%; left: auto; }
  .push-4 { position: relative; left: 33.33333%; right: auto; }
  .pull-4 { position: relative; right: 33.33333%; left: auto; }
  .push-5 { position: relative; left: 41.66667%; right: auto; }
  .pull-5 { position: relative; right: 41.66667%; left: auto; }
  .push-6 { position: relative; left: 50%; right: auto; }
  .pull-6 { position: relative; right: 50%; left: auto; }
  .push-7 { position: relative; left: 58.33333%; right: auto; }
  .pull-7 { position: relative; right: 58.33333%; left: auto; }
  .push-8 { position: relative; left: 66.66667%; right: auto; }
  .pull-8 { position: relative; right: 66.66667%; left: auto; }
  .push-9 { position: relative; left: 75%; right: auto; }
  .pull-9 { position: relative; right: 75%; left: auto; }
  .push-10 { position: relative; left: 83.33333%; right: auto; }
  .pull-10 { position: relative; right: 83.33333%; left: auto; }
  .push-11 { position: relative; left: 91.66667%; right: auto; }
  .pull-11 { position: relative; right: 91.66667%; left: auto; } }

.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; transition: opacity 300ms ease-out; background-color: #77ae49; border-color: #66963f; 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: 0.4375rem; }

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

.alert-box.success { background-color: #b9d342; border-color: #a7c12d; color: #FFFFFF; }

.alert-box.alert { background-color: #252c60; border-color: #202653; color: #FFFFFF; }

.alert-box.secondary { background-color: #fbd284; border-color: #f9bf50; color: #7e5404; }

.alert-box.warning { background-color: #fbd284; border-color: #f9bf50; color: #7e5404; }

.alert-box.info { background-color: #80d0d7; border-color: #5bc2cb; color: #FFFFFF; }

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

[class*="block-grid-"] { display: block; padding: 0; margin: 0 -0.625rem; }

[class*="block-grid-"]:before, [class*="block-grid-"]:after { content: " "; display: table; }

[class*="block-grid-"]:after { clear: both; }

[class*="block-grid-"] > li { display: block; float: left; height: auto; padding: 0 0.625rem 1.25rem; }

@media only screen { .small-block-grid-1 > li { list-style: none; width: 100%; }
  .small-block-grid-1 > li:nth-of-type(1n) { clear: none; }
  .small-block-grid-1 > li:nth-of-type(1n+1) { clear: both; }
  .small-block-grid-2 > li { list-style: none; width: 50%; }
  .small-block-grid-2 > li:nth-of-type(1n) { clear: none; }
  .small-block-grid-2 > li:nth-of-type(2n+1) { clear: both; }
  .small-block-grid-3 > li { list-style: none; width: 33.33333%; }
  .small-block-grid-3 > li:nth-of-type(1n) { clear: none; }
  .small-block-grid-3 > li:nth-of-type(3n+1) { clear: both; }
  .small-block-grid-4 > li { list-style: none; width: 25%; }
  .small-block-grid-4 > li:nth-of-type(1n) { clear: none; }
  .small-block-grid-4 > li:nth-of-type(4n+1) { clear: both; }
  .small-block-grid-5 > li { list-style: none; width: 20%; }
  .small-block-grid-5 > li:nth-of-type(1n) { clear: none; }
  .small-block-grid-5 > li:nth-of-type(5n+1) { clear: both; }
  .small-block-grid-6 > li { list-style: none; width: 16.66667%; }
  .small-block-grid-6 > li:nth-of-type(1n) { clear: none; }
  .small-block-grid-6 > li:nth-of-type(6n+1) { clear: both; }
  .small-block-grid-7 > li { list-style: none; width: 14.28571%; }
  .small-block-grid-7 > li:nth-of-type(1n) { clear: none; }
  .small-block-grid-7 > li:nth-of-type(7n+1) { clear: both; }
  .small-block-grid-8 > li { list-style: none; width: 12.5%; }
  .small-block-grid-8 > li:nth-of-type(1n) { clear: none; }
  .small-block-grid-8 > li:nth-of-type(8n+1) { clear: both; }
  .small-block-grid-9 > li { list-style: none; width: 11.11111%; }
  .small-block-grid-9 > li:nth-of-type(1n) { clear: none; }
  .small-block-grid-9 > li:nth-of-type(9n+1) { clear: both; }
  .small-block-grid-10 > li { list-style: none; width: 10%; }
  .small-block-grid-10 > li:nth-of-type(1n) { clear: none; }
  .small-block-grid-10 > li:nth-of-type(10n+1) { clear: both; }
  .small-block-grid-11 > li { list-style: none; width: 9.09091%; }
  .small-block-grid-11 > li:nth-of-type(1n) { clear: none; }
  .small-block-grid-11 > li:nth-of-type(11n+1) { clear: both; }
  .small-block-grid-12 > li { list-style: none; width: 8.33333%; }
  .small-block-grid-12 > li:nth-of-type(1n) { clear: none; }
  .small-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } }

@media only screen and (min-width: 50.0625em) { .medium-block-grid-1 > li { list-style: none; width: 100%; }
  .medium-block-grid-1 > li:nth-of-type(1n) { clear: none; }
  .medium-block-grid-1 > li:nth-of-type(1n+1) { clear: both; }
  .medium-block-grid-2 > li { list-style: none; width: 50%; }
  .medium-block-grid-2 > li:nth-of-type(1n) { clear: none; }
  .medium-block-grid-2 > li:nth-of-type(2n+1) { clear: both; }
  .medium-block-grid-3 > li { list-style: none; width: 33.33333%; }
  .medium-block-grid-3 > li:nth-of-type(1n) { clear: none; }
  .medium-block-grid-3 > li:nth-of-type(3n+1) { clear: both; }
  .medium-block-grid-4 > li { list-style: none; width: 25%; }
  .medium-block-grid-4 > li:nth-of-type(1n) { clear: none; }
  .medium-block-grid-4 > li:nth-of-type(4n+1) { clear: both; }
  .medium-block-grid-5 > li { list-style: none; width: 20%; }
  .medium-block-grid-5 > li:nth-of-type(1n) { clear: none; }
  .medium-block-grid-5 > li:nth-of-type(5n+1) { clear: both; }
  .medium-block-grid-6 > li { list-style: none; width: 16.66667%; }
  .medium-block-grid-6 > li:nth-of-type(1n) { clear: none; }
  .medium-block-grid-6 > li:nth-of-type(6n+1) { clear: both; }
  .medium-block-grid-7 > li { list-style: none; width: 14.28571%; }
  .medium-block-grid-7 > li:nth-of-type(1n) { clear: none; }
  .medium-block-grid-7 > li:nth-of-type(7n+1) { clear: both; }
  .medium-block-grid-8 > li { list-style: none; width: 12.5%; }
  .medium-block-grid-8 > li:nth-of-type(1n) { clear: none; }
  .medium-block-grid-8 > li:nth-of-type(8n+1) { clear: both; }
  .medium-block-grid-9 > li { list-style: none; width: 11.11111%; }
  .medium-block-grid-9 > li:nth-of-type(1n) { clear: none; }
  .medium-block-grid-9 > li:nth-of-type(9n+1) { clear: both; }
  .medium-block-grid-10 > li { list-style: none; width: 10%; }
  .medium-block-grid-10 > li:nth-of-type(1n) { clear: none; }
  .medium-block-grid-10 > li:nth-of-type(10n+1) { clear: both; }
  .medium-block-grid-11 > li { list-style: none; width: 9.09091%; }
  .medium-block-grid-11 > li:nth-of-type(1n) { clear: none; }
  .medium-block-grid-11 > li:nth-of-type(11n+1) { clear: both; }
  .medium-block-grid-12 > li { list-style: none; width: 8.33333%; }
  .medium-block-grid-12 > li:nth-of-type(1n) { clear: none; }
  .medium-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } }

@media only screen and (min-width: 80.125em) { .large-block-grid-1 > li { list-style: none; width: 100%; }
  .large-block-grid-1 > li:nth-of-type(1n) { clear: none; }
  .large-block-grid-1 > li:nth-of-type(1n+1) { clear: both; }
  .large-block-grid-2 > li { list-style: none; width: 50%; }
  .large-block-grid-2 > li:nth-of-type(1n) { clear: none; }
  .large-block-grid-2 > li:nth-of-type(2n+1) { clear: both; }
  .large-block-grid-3 > li { list-style: none; width: 33.33333%; }
  .large-block-grid-3 > li:nth-of-type(1n) { clear: none; }
  .large-block-grid-3 > li:nth-of-type(3n+1) { clear: both; }
  .large-block-grid-4 > li { list-style: none; width: 25%; }
  .large-block-grid-4 > li:nth-of-type(1n) { clear: none; }
  .large-block-grid-4 > li:nth-of-type(4n+1) { clear: both; }
  .large-block-grid-5 > li { list-style: none; width: 20%; }
  .large-block-grid-5 > li:nth-of-type(1n) { clear: none; }
  .large-block-grid-5 > li:nth-of-type(5n+1) { clear: both; }
  .large-block-grid-6 > li { list-style: none; width: 16.66667%; }
  .large-block-grid-6 > li:nth-of-type(1n) { clear: none; }
  .large-block-grid-6 > li:nth-of-type(6n+1) { clear: both; }
  .large-block-grid-7 > li { list-style: none; width: 14.28571%; }
  .large-block-grid-7 > li:nth-of-type(1n) { clear: none; }
  .large-block-grid-7 > li:nth-of-type(7n+1) { clear: both; }
  .large-block-grid-8 > li { list-style: none; width: 12.5%; }
  .large-block-grid-8 > li:nth-of-type(1n) { clear: none; }
  .large-block-grid-8 > li:nth-of-type(8n+1) { clear: both; }
  .large-block-grid-9 > li { list-style: none; width: 11.11111%; }
  .large-block-grid-9 > li:nth-of-type(1n) { clear: none; }
  .large-block-grid-9 > li:nth-of-type(9n+1) { clear: both; }
  .large-block-grid-10 > li { list-style: none; width: 10%; }
  .large-block-grid-10 > li:nth-of-type(1n) { clear: none; }
  .large-block-grid-10 > li:nth-of-type(10n+1) { clear: both; }
  .large-block-grid-11 > li { list-style: none; width: 9.09091%; }
  .large-block-grid-11 > li:nth-of-type(1n) { clear: none; }
  .large-block-grid-11 > li:nth-of-type(11n+1) { clear: both; }
  .large-block-grid-12 > li { list-style: none; width: 8.33333%; }
  .large-block-grid-12 > li:nth-of-type(1n) { clear: none; }
  .large-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } }

button, .button { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; border-style: solid; border-width: 0; cursor: pointer; font-family: "Zing Sans Grunge"; font-weight: bold; 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: transparent; border-color: transparent; color: #FFFFFF; transition: background-color 300ms ease-out; }

button:hover, button:focus, .button:hover, .button:focus { background-color: transparent; }

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

button.secondary, .button.secondary { background-color: #fbd284; border-color: transparent; color: #FFFFFF; }

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus { background-color: transparent; }

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

button.success, .button.success { background-color: #b9d342; border-color: transparent; color: #FFFFFF; }

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus { background-color: transparent; }

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

button.alert, .button.alert { background-color: #252c60; border-color: transparent; color: #FFFFFF; }

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus { background-color: transparent; }

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

button.warning, .button.warning { background-color: #fbd284; border-color: transparent; color: #FFFFFF; }

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus { background-color: transparent; }

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

button.info, .button.info { background-color: #80d0d7; border-color: transparent; color: #FFFFFF; }

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus { background-color: transparent; }

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

button.large, .button.large { padding: 1.125rem 2.25rem 1.1875rem 2.25rem; font-size: 1.25rem; }

button.small, .button.small { padding: 0.875rem 1.75rem 0.9375rem 1.75rem; font-size: 0.8125rem; }

button.tiny, .button.tiny { padding: 0.625rem 1.25rem 0.6875rem 1.25rem; font-size: 0.6875rem; }

button.expand, .button.expand { padding: 1rem 2rem 1.0625rem 2rem; font-size: 1rem; padding-bottom: 1.0625rem; padding-top: 1rem; padding-left: 1rem; padding-right: 1rem; width: 100%; }

button.left-align, .button.left-align { text-align: left; text-indent: 0.75rem; }

button.right-align, .button.right-align { text-align: right; padding-right: 0.75rem; }

button.radius, .button.radius { border-radius: 0.4375rem; }

button.round, .button.round { border-radius: 1000px; }

button.disabled, button[disabled], .button.disabled, .button[disabled] { background-color: transparent; border-color: transparent; color: #FFFFFF; box-shadow: none; cursor: default; opacity: 0.7; }

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus { background-color: transparent; }

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

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus { background-color: transparent; }

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary { background-color: #fbd284; border-color: transparent; color: #FFFFFF; box-shadow: none; cursor: default; opacity: 0.7; }

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: transparent; }

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { color: #FFFFFF; }

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #fbd284; }

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success { background-color: #b9d342; border-color: transparent; color: #FFFFFF; box-shadow: none; cursor: default; opacity: 0.7; }

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { background-color: transparent; }

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { color: #FFFFFF; }

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #b9d342; }

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert { background-color: #252c60; border-color: transparent; color: #FFFFFF; box-shadow: none; cursor: default; opacity: 0.7; }

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: transparent; }

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { color: #FFFFFF; }

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: #252c60; }

button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning { background-color: #fbd284; border-color: transparent; color: #FFFFFF; box-shadow: none; cursor: default; opacity: 0.7; }

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus { background-color: transparent; }

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus { color: #FFFFFF; }

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus { background-color: #fbd284; }

button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info { background-color: #80d0d7; border-color: transparent; color: #FFFFFF; box-shadow: none; cursor: default; opacity: 0.7; }

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus { background-color: transparent; }

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus { color: #FFFFFF; }

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus { background-color: #80d0d7; }

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

@media only screen and (min-width: 50.0625em) { button, .button { display: inline-block; } }

.button-group { list-style: none; margin: 0; left: 0; }

.button-group:before, .button-group:after { content: " "; display: table; }

.button-group:after { clear: both; }

.button-group.even-2 li { display: inline-block; margin: 0 -2px; width: 50%; }

.button-group.even-2 li > button, .button-group.even-2 li .button { border-left: 0 solid; border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button { border-left: 0; }

.button-group.even-2 li button, .button-group.even-2 li .button { width: 100%; }

.button-group.even-3 li { display: inline-block; margin: 0 -2px; width: 33.33333%; }

.button-group.even-3 li > button, .button-group.even-3 li .button { border-left: 0 solid; border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button { border-left: 0; }

.button-group.even-3 li button, .button-group.even-3 li .button { width: 100%; }

.button-group.even-4 li { display: inline-block; margin: 0 -2px; width: 25%; }

.button-group.even-4 li > button, .button-group.even-4 li .button { border-left: 0 solid; border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button { border-left: 0; }

.button-group.even-4 li button, .button-group.even-4 li .button { width: 100%; }

.button-group.even-5 li { display: inline-block; margin: 0 -2px; width: 20%; }

.button-group.even-5 li > button, .button-group.even-5 li .button { border-left: 0 solid; border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button { border-left: 0; }

.button-group.even-5 li button, .button-group.even-5 li .button { width: 100%; }

.button-group.even-6 li { display: inline-block; margin: 0 -2px; width: 16.66667%; }

.button-group.even-6 li > button, .button-group.even-6 li .button { border-left: 0 solid; border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button { border-left: 0; }

.button-group.even-6 li button, .button-group.even-6 li .button { width: 100%; }

.button-group.even-7 li { display: inline-block; margin: 0 -2px; width: 14.28571%; }

.button-group.even-7 li > button, .button-group.even-7 li .button { border-left: 0 solid; border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button { border-left: 0; }

.button-group.even-7 li button, .button-group.even-7 li .button { width: 100%; }

.button-group.even-8 li { display: inline-block; margin: 0 -2px; width: 12.5%; }

.button-group.even-8 li > button, .button-group.even-8 li .button { border-left: 0 solid; border-color: rgba(255, 255, 255, 0.5); }

.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button { border-left: 0; }

.button-group.even-8 li button, .button-group.even-8 li .button { width: 100%; }

.button-group > li { display: inline-block; margin: 0 -2px; }

.button-group > li > button, .button-group > li .button { border-left: 0 solid; border-color: rgba(255, 255, 255, 0.5); }

.button-group > li:first-child button, .button-group > li:first-child .button { border-left: 0; }

.button-group.stack > li { display: block; margin: 0; float: none; }

.button-group.stack > li > button, .button-group.stack > li .button { border-left: 0 solid; border-color: rgba(255, 255, 255, 0.5); }

.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button { border-left: 0; }

.button-group.stack > li > button, .button-group.stack > li .button { border-color: rgba(255, 255, 255, 0.5); border-left-width: 0; border-top: 0 solid; display: block; margin: 0; }

.button-group.stack > li > button { width: 100%; }

.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button { border-top: 0; }

.button-group.stack-for-small > li { display: inline-block; margin: 0 -2px; }

.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button { border-left: 0 solid; border-color: rgba(255, 255, 255, 0.5); }

.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button { border-left: 0; }

@media only screen and (max-width: 50em) { .button-group.stack-for-small > li { display: block; margin: 0; width: 100%; }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button { border-left: 0 solid; border-color: rgba(255, 255, 255, 0.5); }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button { border-left: 0; }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button { border-color: rgba(255, 255, 255, 0.5); border-left-width: 0; border-top: 0 solid; display: block; margin: 0; }
  .button-group.stack-for-small > li > button { width: 100%; }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button { border-top: 0; } }

.button-group.radius > * { display: inline-block; margin: 0 -2px; }

.button-group.radius > * > button, .button-group.radius > * .button { border-left: 0 solid; border-color: rgba(255, 255, 255, 0.5); }

.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button { border-left: 0; }

.button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button { border-radius: 0; }

.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button { -webkit-border-bottom-left-radius: 0.4375rem; -webkit-border-top-left-radius: 0.4375rem; border-bottom-left-radius: 0.4375rem; border-top-left-radius: 0.4375rem; }

.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button { -webkit-border-bottom-right-radius: 0.4375rem; -webkit-border-top-right-radius: 0.4375rem; border-bottom-right-radius: 0.4375rem; border-top-right-radius: 0.4375rem; }

.button-group.radius.stack > * { display: block; margin: 0; }

.button-group.radius.stack > * > button, .button-group.radius.stack > * .button { border-left: 0 solid; border-color: rgba(255, 255, 255, 0.5); }

.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button { border-left: 0; }

.button-group.radius.stack > * > button, .button-group.radius.stack > * .button { border-color: rgba(255, 255, 255, 0.5); border-left-width: 0; border-top: 0 solid; display: block; margin: 0; }

.button-group.radius.stack > * > button { width: 100%; }

.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button { border-top: 0; }

.button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button { border-radius: 0; }

.button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button { -webkit-top-left-radius: 0.4375rem; -webkit-top-right-radius: 0.4375rem; border-top-left-radius: 0.4375rem; border-top-right-radius: 0.4375rem; }

.button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button { -webkit-bottom-left-radius: 0.4375rem; -webkit-bottom-right-radius: 0.4375rem; border-bottom-left-radius: 0.4375rem; border-bottom-right-radius: 0.4375rem; }

@media only screen and (min-width: 50.0625em) { .button-group.radius.stack-for-small > * { display: inline-block; margin: 0 -2px; }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button { border-left: 0 solid; border-color: rgba(255, 255, 255, 0.5); }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button { border-left: 0; }
  .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button { border-radius: 0; }
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button { -webkit-border-bottom-left-radius: 0.4375rem; -webkit-border-top-left-radius: 0.4375rem; border-bottom-left-radius: 0.4375rem; border-top-left-radius: 0.4375rem; }
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button { -webkit-border-bottom-right-radius: 0.4375rem; -webkit-border-top-right-radius: 0.4375rem; border-bottom-right-radius: 0.4375rem; border-top-right-radius: 0.4375rem; } }

@media only screen and (max-width: 50em) { .button-group.radius.stack-for-small > * { display: block; margin: 0; }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button { border-left: 0 solid; border-color: rgba(255, 255, 255, 0.5); }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button { border-left: 0; }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button { border-color: rgba(255, 255, 255, 0.5); border-left-width: 0; border-top: 0 solid; display: block; margin: 0; }
  .button-group.radius.stack-for-small > * > button { width: 100%; }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button { border-top: 0; }
  .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button { border-radius: 0; }
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button { -webkit-top-left-radius: 0.4375rem; -webkit-top-right-radius: 0.4375rem; border-top-left-radius: 0.4375rem; border-top-right-radius: 0.4375rem; }
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button { -webkit-bottom-left-radius: 0.4375rem; -webkit-bottom-right-radius: 0.4375rem; border-bottom-left-radius: 0.4375rem; border-bottom-right-radius: 0.4375rem; } }

.button-group.round > * { display: inline-block; margin: 0 -2px; }

.button-group.round > * > button, .button-group.round > * .button { border-left: 0 solid; border-color: rgba(255, 255, 255, 0.5); }

.button-group.round > *:first-child button, .button-group.round > *:first-child .button { border-left: 0; }

.button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button { border-radius: 0; }

.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button { -webkit-border-bottom-left-radius: 1000px; -webkit-border-top-left-radius: 1000px; border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; }

.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button { -webkit-border-bottom-right-radius: 1000px; -webkit-border-top-right-radius: 1000px; border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; }

.button-group.round.stack > * { display: block; margin: 0; }

.button-group.round.stack > * > button, .button-group.round.stack > * .button { border-left: 0 solid; border-color: rgba(255, 255, 255, 0.5); }

.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button { border-left: 0; }

.button-group.round.stack > * > button, .button-group.round.stack > * .button { border-color: rgba(255, 255, 255, 0.5); border-left-width: 0; border-top: 0 solid; display: block; margin: 0; }

.button-group.round.stack > * > button { width: 100%; }

.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button { border-top: 0; }

.button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button { border-radius: 0; }

.button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button { -webkit-top-left-radius: 1rem; -webkit-top-right-radius: 1rem; border-top-left-radius: 1rem; border-top-right-radius: 1rem; }

.button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button { -webkit-bottom-left-radius: 1rem; -webkit-bottom-right-radius: 1rem; border-bottom-left-radius: 1rem; border-bottom-right-radius: 1rem; }

@media only screen and (min-width: 50.0625em) { .button-group.round.stack-for-small > * { display: inline-block; margin: 0 -2px; }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button { border-left: 0 solid; border-color: rgba(255, 255, 255, 0.5); }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button { border-left: 0; }
  .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button { border-radius: 0; }
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button { -webkit-border-bottom-left-radius: 1000px; -webkit-border-top-left-radius: 1000px; border-bottom-left-radius: 1000px; border-top-left-radius: 1000px; }
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button { -webkit-border-bottom-right-radius: 1000px; -webkit-border-top-right-radius: 1000px; border-bottom-right-radius: 1000px; border-top-right-radius: 1000px; } }

@media only screen and (max-width: 50em) { .button-group.round.stack-for-small > * { display: block; margin: 0; }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button { border-left: 0 solid; border-color: rgba(255, 255, 255, 0.5); }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button { border-left: 0; }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button { border-color: rgba(255, 255, 255, 0.5); border-left-width: 0; border-top: 0 solid; display: block; margin: 0; }
  .button-group.round.stack-for-small > * > button { width: 100%; }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button { border-top: 0; }
  .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button { border-radius: 0; }
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button { -webkit-top-left-radius: 1rem; -webkit-top-right-radius: 1rem; border-top-left-radius: 1rem; border-top-right-radius: 1rem; }
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button { -webkit-bottom-left-radius: 1rem; -webkit-bottom-right-radius: 1rem; border-bottom-left-radius: 1rem; border-bottom-right-radius: 1rem; } }

.button-bar:before, .button-bar:after { content: " "; display: table; }

.button-bar:after { clear: both; }

.button-bar .button-group { float: left; margin-right: 0.625rem; }

.button-bar .button-group div { overflow: hidden; }

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

.inline-list { list-style: none; margin-top: 0; margin-bottom: 1.0625rem; margin-left: -1.375rem; margin-right: 0; overflow: hidden; padding: 0; }

.inline-list > li { display: block; float: left; list-style: none; margin-left: 1.375rem; }

.inline-list > li > * { display: block; }

ul.pagination { display: block; margin-left: -0.3125rem; min-height: 1.5rem; }

ul.pagination li { color: #222222; font-size: 0.875rem; height: 1.5rem; margin-left: 0.3125rem; }

ul.pagination li a, ul.pagination li button { border-radius: 0.4375rem; transition: background-color 300ms ease-out; background: none; color: #999999; display: block; font-size: 1em; font-weight: normal; line-height: inherit; padding: 0.0625rem 0.625rem 0.0625rem; }

ul.pagination li:hover a, ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination li button:focus { background: #e6e6e6; }

ul.pagination li.unavailable a, ul.pagination li.unavailable button { cursor: default; color: #999999; pointer-events: none; }

ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus { background: transparent; }

ul.pagination li.current a, ul.pagination li.current button { background: #77ae49; color: #FFFFFF; cursor: default; font-weight: bold; }

ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus { background: #77ae49; }

ul.pagination li { display: block; float: left; }

/* Pagination centred wrapper */
.pagination-centered { text-align: center; }

.pagination-centered ul.pagination li { display: inline-block; float: none; }

/* Panels */
.panel { border-style: solid; border-width: 1px; border-color: #d8d8d8; margin-bottom: 1.25rem; padding: 1.25rem; background: #f2f2f2; 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: #d8d8d8; margin-bottom: 1.25rem; padding: 1.25rem; background: #d6e8c7; 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: #77ae49; }

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

.panel.radius { border-radius: 0.4375rem; }

.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: 50em) { .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: 50.0625em) and (max-width: 80.0625em) { .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: 50.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: 80.125em) 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: 80.125em) { .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: #80d0d7; line-height: inherit; text-decoration: none; }

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

a img { border: none; }

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

p.lead { font-size: 1.34375rem; 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: #222222; font-family: "Zing Grunge", sans-serif; font-style: normal; font-weight: normal; line-height: 1; margin-bottom: 0.5rem; margin-top: 0.2rem; text-rendering: optimizeLegibility; }

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

h1 { font-size: 3.75rem; }

h2 { font-size: 3.5625rem; }

h3 { font-size: 2.8125rem; }

h4 { font-size: 2.0625rem; }

h5 { font-size: 1.75rem; }

h6 { font-size: 1.125rem; }

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

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

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

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

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

code { background-color: #fef2da; border-color: #fce1ac; 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: 1.125rem; line-height: 1.6; list-style-position: outside; margin-bottom: 1.25rem; }

ul { margin-left: 2rem; }

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

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

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

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

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: #222222; 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: #555555; }

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

blockquote cite a, blockquote cite a:visited { color: #555555; }

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

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

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

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

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

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

@media only screen and (min-width: 50.0625em) { h1, h2, h3, h4, h5, h6 { line-height: 1; }
  h1 { font-size: 5rem; }
  h2 { font-size: 4.1875rem; }
  h3 { font-size: 3.125rem; }
  h4 { font-size: 2.375rem; }
  h5 { font-size: 1.75rem; }
  h6 { font-size: 1.125rem; } }

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

/* small displays */
@media only screen { .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down { display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down { display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down { display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down { display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down { display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down { display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down { display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 50.0625em) { .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down { display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down { display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down { display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down { display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down { display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down { display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down { display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 80.125em) { .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down { display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down { display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down { display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down { display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down { display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down { display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down { display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.0625em) { .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down { display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down { display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down { display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down { display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down { display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down { display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down { display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.0625em) { .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down { display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down { display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down { display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down { display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down { display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down { display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down { display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape, .hide-for-portrait { display: inherit !important; }

.hide-for-landscape, .show-for-portrait { display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait { display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait { display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait { display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait { display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait { display: table-cell !important; }

@media only screen and (orientation: landscape) { .show-for-landscape, .hide-for-portrait { display: inherit !important; }
  .hide-for-landscape, .show-for-portrait { display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait { display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait { display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait { display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait { display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait { display: table-cell !important; } }

@media only screen and (orientation: portrait) { .show-for-portrait, .hide-for-landscape { display: inherit !important; }
  .hide-for-portrait, .show-for-landscape { display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape { display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape { display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape { display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape { display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape { display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch { display: none !important; }

.hide-for-touch { display: inherit !important; }

.touch .show-for-touch { display: inherit !important; }

.touch .hide-for-touch { display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch { display: table !important; }

.touch table.show-for-touch { display: table !important; }

thead.hide-for-touch { display: table-header-group !important; }

.touch thead.show-for-touch { display: table-header-group !important; }

tbody.hide-for-touch { display: table-row-group !important; }

.touch tbody.show-for-touch { display: table-row-group !important; }

tr.hide-for-touch { display: table-row !important; }

.touch tr.show-for-touch { display: table-row !important; }

td.hide-for-touch { display: table-cell !important; }

.touch td.show-for-touch { display: table-cell !important; }

th.hide-for-touch { display: table-cell !important; }

.touch th.show-for-touch { display: table-cell !important; }

/* Screen reader-specific classes */
.show-for-sr { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }

.show-on-focus { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }

.show-on-focus:focus, .show-on-focus:active { position: static !important; height: auto; width: auto; overflow: visible; clip: auto; }

/* Print visibility */
.print-only, .show-for-print { display: none !important; }

@media print { .print-only, .show-for-print { display: block !important; }
  .hide-on-print, .hide-for-print { display: none !important; }
  table.show-for-print { display: table !important; }
  thead.show-for-print { display: table-header-group !important; }
  tbody.show-for-print { display: table-row-group !important; }
  tr.show-for-print { display: table-row !important; }
  td.show-for-print { display: table-cell !important; }
  th.show-for-print { display: table-cell !important; } }

/* Below are optional Foundation Dependencies */
.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: none; display: none; position: absolute; top: 0; visibility: hidden; width: 100%; z-index: 1005; left: 0; background-color: #FFFFFF; padding: 1.875rem; border: solid 0px #666666; box-shadow: none; }

@media only screen and (max-width: 50em) { .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: 50.0625em) { .reveal-modal { left: 0; margin: 0 auto; max-width: 90rem; right: 0; width: 80%; } }

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

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

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

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

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

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

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

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

@media only screen and (min-width: 50.0625em) { .reveal-modal.xlarge { left: 0; margin: 0 auto; max-width: 90rem; 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: 50.0625em) { .reveal-modal.full { left: 0; margin: 0 auto; max-width: 90rem; right: 0; width: 100%; } }

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

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

/* Below are deacitivated Foundation Dependencies */
/* Foundation Dropdowns */
.f-dropdown { display: none; left: -9999px; list-style: none; margin-left: 0; position: absolute; background: #77ae49; border: solid 0 #cccccc; font-size: 0.875rem; height: auto; max-height: none; width: 100%; z-index: 89; margin-top: 2px; max-width: 300px; }

.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 #77ae49 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 #cccccc 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: #77ae49; border: solid 0 #cccccc; font-size: 0.875rem; height: auto; max-height: none; width: 100%; z-index: 89; margin-top: 0; margin-left: 2px; max-width: 300px; }

.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 #77ae49 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 #cccccc 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: #77ae49; border: solid 0 #cccccc; font-size: 0.875rem; height: auto; max-height: none; width: 100%; z-index: 89; margin-top: 0; margin-left: -2px; max-width: 300px; }

.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 #77ae49; 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 #cccccc; 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: #77ae49; border: solid 0 #cccccc; font-size: 0.875rem; height: auto; max-height: none; width: 100%; z-index: 89; margin-left: 0; margin-top: -2px; max-width: 300px; }

.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: #77ae49 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: #cccccc 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.66667rem; color: #F5F5F5; }

.f-dropdown.content { display: none; left: -9999px; list-style: none; margin-left: 0; position: absolute; background: #77ae49; border: solid 0 #cccccc; font-size: 0.875rem; height: auto; max-height: none; padding: 1.25rem; width: 100%; z-index: 89; max-width: 300px; }

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

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

.dropdown.button, button.dropdown { position: relative; padding-right: 3.5625rem; }

.dropdown.button::after, button.dropdown::after { border-color: #77ae49 transparent transparent transparent; border-style: solid; content: ""; display: block; height: 0; position: absolute; top: 50%; width: 0; }

.dropdown.button::after, button.dropdown::after { border-width: 0.375rem; right: 1.40625rem; margin-top: -0.15625rem; }

.dropdown.button::after, button.dropdown::after { border-color: #77ae49 transparent transparent transparent; }

.dropdown.button.tiny, button.dropdown.tiny { padding-right: 1.75rem; }

.dropdown.button.tiny:after, button.dropdown.tiny:after { border-width: 0.25rem; right: 0.75rem; margin-top: -0.0625rem; }

.dropdown.button.tiny::after, button.dropdown.tiny::after { border-color: #77ae49 transparent transparent transparent; }

.dropdown.button.small, button.dropdown.small { padding-right: 2.1875rem; }

.dropdown.button.small::after, button.dropdown.small::after { border-width: 0.3125rem; right: 0.9375rem; margin-top: -0.09375rem; }

.dropdown.button.small::after, button.dropdown.small::after { border-color: #77ae49 transparent transparent transparent; }

.dropdown.button.large, button.dropdown.large { padding-right: 3.625rem; }

.dropdown.button.large::after, button.dropdown.large::after { border-width: 0.3125rem; right: 1.71875rem; margin-top: -0.15625rem; }

.dropdown.button.large::after, button.dropdown.large::after { border-color: #77ae49 transparent transparent transparent; }

.dropdown.button.secondary:after, button.dropdown.secondary:after { border-color: #333333 transparent transparent transparent; }

/* Tooltips */
.has-tip { border-bottom: 0; color: #FFFFFF; cursor: help; font-weight: bold; }

.has-tip:hover, .has-tip:focus { border-bottom: dotted 0 transparent; color: #77ae49; }

.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: 0.4375rem; }

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

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

.tooltip.opened { border-bottom: dotted 0 transparent !important; color: #77ae49 !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%; } }

/* Below are conflicting Foundation Dependencies */
.label { display: inline-block; font-family: "Zing Sans", 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: #77ae49; color: #FFFFFF; }

.label.radius { border-radius: 0.4375rem; }

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

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

.label.warning { background-color: #fbd284; color: #333333; }

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

.label.secondary { background-color: #fbd284; color: #333333; }

.label.info { background-color: #80d0d7; color: #FFFFFF; }

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

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }

.slick-list:focus { outline: none; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

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

.slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; }

.slick-track:before, .slick-track:after { content: ""; display: table; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }

[dir="rtl"] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

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

/*====================
My Biddnesshhhh
====================*/
.clear { clear: both; }

.hide { display: none; }

#dates-location ul, #my-nav #social-bar ul, #my-nav #social-bar li, #ctl00_searchControlHeader_ctlAutoComplete_txtSearch { margin: 0; padding: 0; }

.full-padding { padding: 1.875rem; }

.half-padding { padding: 0.9375rem; }

.double-padding { padding: 3.75rem; }

.full-margin { margin: 1.875rem; }

.half-margin { margin: 0.9375rem; }

.double-margin { margin: 3.75rem; }

.no-margin-bottom { margin-bottom: 0 !important; }

.no-margin-top { margin-top: 0 !important; }

.no-margin-left { margin-left: 0 !important; }

.no-margin-right { margin-right: 0 !important; }

.no-margin { margin: 0 !important; }

.no-padding-bottom { padding-bottom: 0 !important; }

table.zebra tbody tr, .slick-slider .slick-arrow, .ui-accordion-header, .ui-accordion-header .ui-icon, .ui-tabs .ui-tabs-nav a:before, .contentLayoutBox label, .contentLayoutBox legend, .contentLayoutBox input, .contentLayoutBox select, .contentLayoutBox textarea, .contentLayoutBox .highlighter:after, .formContainer label:before, .formContainer label:after, #mySearch, #search #search-type .label, #preloader { transition: all 0.25s ease-in-out; }

#my-nav .menu .back, body.homepage .homegrid img:not(.no-rotate), body.homepage .homegrid a:before, body.homepage .overlay-grid a, body.homepage .overlay-grid .caption-area, body.homepage .overlay-grid .caption, body.homepage .caption-panels-section li .row, .ui-accordion-header:before, .contentLayoutBox .highlighter.focus:after, #mySearch span:before, #mySearch span:after, #search, .pricing .day, ul.sponsors li, ul.sponsors a, #goevent-web .gc-sub-menu-item .gc-tags .gc-tag-title { transition: all 0.5s ease-in-out; }

img.grayscale, body.homepage .homegrid img:not(.no-rotate), .pricing .sold .heading { /* -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); */ filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); filter: grayscale(100%); /* Firefox 10+, Firefox on Android */ filter: gray; /* IE 6-9 */ }

body.homepage .homegrid a:hover img:not(.no-rotate) { /*  -webkit-filter: grayscale(0); -moz-filter: grayscale(0); -ms-filter: grayscale(0); -o-filter: grayscale(0); */ filter: grayscale(0); filter: none; /* Firefox 4+ * filter: none; /* IE 6-9 */ }

/*Variables*/
.primary-bg { background-color: #77ae49 !important; }

.primary-bg-gradient, ul.sponsors a { background: linear-gradient(135deg, #77ae49, #527832); }

.secondary-bg { background-color: #fbd284 !important; }

.secondary-bg-gradient { background: linear-gradient(135deg, #fbd284, #f9b73a); }

.primary-color { color: #77ae49 !important; }

.secondary-color { color: #fbd284 !important; }

.center-block { position: relative; width: 100%; }

.centered-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.centered-vert-content { position: absolute; top: 50%; transform: translate(0, -50%); }

.centered-horiz-content { position: absolute; left: 50%; transform: translate(-50%, 0); }

.top-right-content { position: absolute; }

img.right { margin: 0 0 1.875rem 1.875rem; }

img.left { margin: 0 1.875rem 1.875rem 0; }

@media only screen and (max-width: 50em) { img.right.no-float-small, img.left.no-float-small { float: none !important; margin: 1.875rem auto !important; } }

.grid-offset-left { transform: translateX(-3.75rem); }

.grid-offset-right { transform: translateX(3.75rem); }

.grid-offset-top { transform: translateY(-3.75rem); }

.grid-offset-bottom { transform: translateY(3.75rem); }

.grid-offset-bottom.grid-offset-left { transform: translate(-3.75rem, 3.75rem); }

.grid-offset-bottom.grid-offset-right { transform: translate(3.75rem, 3.75rem); }

.grid-offset-top.grid-offset-left { transform: translate(-3.75rem, -3.75rem); }

.grid-offset-top.grid-offset-right { transform: translate(3.75rem, -3.75rem); }

@media only screen and (min-width: 50.0625em) { .large { font-size: calc(80px + .50vw); line-height: 1.5; } }

.thin { font-weight: lighter; }

.lite-green-bg { background: #b9d342 !important; }

.lite-green-bg-gradient { background: linear-gradient(135deg, #b9d342, #8ca326) !important; }

.lite-green-color { color: #b9d342 !important; }

.eccc-blue-bg { background: #80d0d7 !important; }

.eccc-blue-bg-gradient { background: linear-gradient(135deg, #80d0d7, #46bac5) !important; }

.eccc-blue-color { color: #80d0d7 !important; }

.golden-glow-bg { background: #fbd284 !important; }

.golden-glow-bg-gradient { background: linear-gradient(135deg, #fbd284, #f9b73a) !important; }

.golden-glow-color { color: #fbd284 !important; }

.tacao-bg { background: #f59882 !important; }

.tacao-bg-gradient { background: linear-gradient(135deg, #f59882, #ef5e3b) !important; }

.tacao-color { color: #f59882 !important; }

.eccc-purple-bg { background: #252c60 !important; }

.eccc-purple-bg-gradient { background: linear-gradient(135deg, #252c60, #101329) !important; }

.eccc-purple-color { color: #252c60 !important; }

.white-bg { background: #FFFFFF !important; }

.white-bg-gradient { background: linear-gradient(135deg, #FFFFFF, #d9d9d9) !important; }

.white-color { color: #FFFFFF !important; }

.primary-bg { background: #77ae49 !important; }

.primary-bg-gradient, ul.sponsors a { background: linear-gradient(135deg, #77ae49, #527832) !important; }

.primary-color { color: #77ae49 !important; }

.secondary-bg { background: #fbd284 !important; }

.secondary-bg-gradient { background: linear-gradient(135deg, #fbd284, #f9b73a) !important; }

.secondary-color { color: #fbd284 !important; }

@-webkit-keyframes gradientMove { 0% { background-position: 0% 0%; }
  50% { background-position: 93% 100%; }
  100% { background-position: 0% 0%; } }

@-moz-keyframes gradientMove { 0% { background-position: 0% 0%; }
  50% { background-position: 93% 100%; }
  100% { background-position: 0% 0%; } }

@keyframes gradientMove { 0% { background-position: 0% 0%; }
  50% { background-position: 93% 100%; }
  100% { background-position: 0% 0%; } }

@keyframes witchUp { 0% { transform: translate(0, 50px); }
  10%, 30%, 50%, 70%, 90% { top: 11%; }
  20%, 40%, 60%, 80% { top: 10%; }
  100% { top: 10%;
    transform: translate(-100vw, -50px); } }

@keyframes dragonBody { 0% { top: -11vh;
    left: 39vw; }
  30% { left: 22vw;
    top: 15vh; }
  50% { }
  70% { transform: rotate(30deg);
    left: 22vw;
    top: 15vh; }
  100% { left: -39vw;
    top: -11vh;
    transform: rotate(30deg); } }

@keyframes dragonFire { 0% { opacity: 0; }
  49% { opacity: 0; }
  30% { opacity: 1; }
  35%, 45%, 55% { opacity: 0; }
  40%, 50%, 60% { opacity: 1; }
  61% { opacity: 0; }
  100% { opacity: 0; } }

@keyframes mech { 0% { left: -10%; }
  29%, 31%, 33%, 69%, 71%, 73% { transform: translate(0, 0); }
  30%, 32%, 70%, 72% { transform: translate(-80px, -20px); }
  100% { left: 130%; }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% { bottom: 5px; }
  10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% { bottom: 0; } }

@keyframes kaiju { 0% { left: -30%; }
  29%, 31%, 33%, 69%, 71%, 73% { transform: translate(0, 0); }
  30%, 32%, 70%, 72% { transform: translate(100px, 20px); }
  100% { left: 110%; }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% { bottom: 5px; }
  11%, 21%, 31%, 41%, 51%, 61%, 71%, 81%, 91% { bottom: 0; } }

@keyframes ufo { 0% { top: -10%;
    right: 15vw;
    opacity: 1;
    transform: translateZ(0) scale(0.7); }
  50% { right: 5vw; }
  50%, 70% { top: 15%; }
  60%, 80% { top: 14%;
    transform: translateZ(0) scale(0.7); }
  90% { transform: translateZ(0) scale(0.5);
    right: 5vw;
    opacity: 1; }
  100% { transform: translateZ(0) scale(0);
    top: -10%;
    right: 4vw; } }

@keyframes ufoBeam { 0%, 100% { opacity: 0;
    transform: translateZ(0); }
  49% { opacity: 0; }
  50%, 56%, 60%, 66%, 70% { opacity: 1; }
  52%, 58%, 62%, 68%, 72% { opacity: 0; } }

body { /*background: #119140 imgU('bg2.jpg') repeat-x; background-size: contain;*/ /*background: #119140 imgU('bg2.jpg') repeat-x; background-size: cover;*/ background: #119140; }

/*#wrapper {
    background: imgU('mountains-trees.png') no-repeat;
    background-size: cover;
    background-attachment: fixed;

} */
.contentLayoutBox { margin: 0 auto; max-width: 90rem; width: 100%; max-width: 90%; position: relative; z-index: 2; margin-top: -5.625rem; margin-bottom: -20vh; background: #FFFFFF; padding: 2.8125rem 1.875rem; border-radius: 0.4375rem; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

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

.contentLayoutBox:after { clear: both; }

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

@media only screen and (min-width: 80.125em) { #sidebarRight { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 25%; float: left; } }

@media only screen and (min-width: 50.0625em) and (max-width: 80.0625em) { #sidebarRight { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 33.33333%; float: left; } }

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

@media only screen and (min-width: 80.125em) { #content { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 75%; float: left; } }

@media only screen and (min-width: 50.0625em) and (max-width: 80.0625em) { #content { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 66.66667%; float: left; } }

.homepage #sidebarRight { display: none; }

.homepage #content { margin: 0 auto; max-width: 90rem; width: 100%; max-width: 100%; padding: 0; }

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

.homepage #content:after { clear: both; }

.homepage .contentLayoutBox { max-width: 100%; text-align: center; background: transparent; margin: 0; padding: 0; box-shadow: none; }

.adBlock { text-align: center; margin: 1.875rem auto; }

.adBlock:before { content: '-ADVERTISEMENT-'; color: #fbd284; display: block; font-size: 0.5rem; margin-bottom: 0; }

body.searchResults:not(.specialSearch) #sidebarLeft { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; }

@media only screen and (min-width: 80.125em) { body.searchResults:not(.specialSearch) #sidebarLeft { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 25%; float: left; } }

@media only screen and (min-width: 50.0625em) and (max-width: 80.0625em) { body.searchResults:not(.specialSearch) #sidebarLeft { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 33.33333%; float: left; } }

body.searchResults:not(.specialSearch) .adBlock { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; }

@media only screen and (min-width: 50.0625em) { body.searchResults:not(.specialSearch) .adBlock { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 25%; float: left; } }

body.searchResults:not(.specialSearch) #sidebarRight { width: 100%; }

body.searchResults:not(.specialSearch) #content { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; }

@media only screen and (min-width: 80.125em) { body.searchResults:not(.specialSearch) #content { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 75%; float: left; } }

@media only screen and (min-width: 50.0625em) and (max-width: 80.0625em) { body.searchResults:not(.specialSearch) #content { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 66.66667%; float: left; } }

.noPageName #pageName { display: none; }

/*Homepage*
body.homepage .contentLayoutBox .section .row {
    max-width: 90%;
}*/
#UserMessageContainer { display: block; position: fixed; left: 0; bottom: 0; z-index: 200; background: #000; background: rgba(0, 0, 0, 0.9); width: 100%; text-align: center; }

#UserMessageContainer #cookieComplianceMessage { margin: 0 auto; max-width: 90rem; width: 100%; margin-top: .5%; margin-bottom: .5%; }

#UserMessageContainer #cookieComplianceMessage:before, #UserMessageContainer #cookieComplianceMessage:after { content: " "; display: table; }

#UserMessageContainer #cookieComplianceMessage:after { clear: both; }

#UserMessageContainer #cookieComplianceMessage p { color: white; font-size: 12px; text-align: center; padding-left: 0.9375rem; padding-right: 0.9375rem; width: 75%; float: left; margin-bottom: 0; }

@media only screen and (max-width: 50em) { #UserMessageContainer #cookieComplianceMessage p { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; } }

#UserMessageContainer #cookieComplianceMessage button { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; border-style: solid; border-width: 0; cursor: pointer; font-family: "Zing Sans Grunge"; font-weight: bold; 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; background-color: #fbd284; border-color: #f9b73a; color: #FFFFFF; border-radius: 0.4375rem; transition: background-color 300ms ease-out; margin-bottom: 0; color: #FFFFFF; }

#UserMessageContainer #cookieComplianceMessage button:hover, #UserMessageContainer #cookieComplianceMessage button:focus { background-color: #f9b73a; }

#UserMessageContainer #cookieComplianceMessage button:hover, #UserMessageContainer #cookieComplianceMessage button:focus { color: #FFFFFF; }

#UserMessageContainer #cookieComplianceMessage #cookieComplianceMessageAction { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 25%; float: left; }

@media only screen and (max-width: 50em) { #UserMessageContainer #cookieComplianceMessage #cookieComplianceMessageAction { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; } }

#UserMessageContainer strong { color: white !important; }

/* .footer-bottom {
    padding-bottom: 60px;
} */
.btnCloseComplianceMessage:before, .btnCloseComplianceMessage:after { display: none !important; }

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

/*====================
Header
====================*/
#header { position: absolute; z-index: 1000; width: 100%; height: 5.3125rem; }

#header:before { content: ''; background: linear-gradient(rgba(0, 0, 0, 0.55), transparent 97%); position: absolute; top: 0; left: 0; height: 100%; width: 100%; opacity: 1; transition: opacity .7s .75s; transition-timing-function: ease-in-out; }

.menu-open #header { position: fixed; }

.menu-open #header:before { opacity: 0; transition: opacity .75s .25s; transition-timing-function: ease-in-out; }

#show-logo { height: 3.75rem; display: inline-block; position: absolute; left: 0.9375rem; top: 0.9375rem; }

@media only screen and (max-width: 50em) { #show-logo img { max-height: 90%; } }

#dates-location { height: 3.75rem; display: inline-block; position: absolute; top: 0.9375rem; left: 6.5625rem; margin-left: 0.9375rem; color: #FFFFFF; font-weight: bold; text-shadow: 1px 0 0 #000000; }

#dates-location [class*="icon"] { margin-right: 0.625rem; }

#dates-location ul { margin-top: 0.375rem; }

#dates-location li { font-size: 1rem; list-style: none; }

@media only screen and (max-width: 50em) { #dates-location { margin-left: 0; }
  #dates-location span { display: none; } }

#reg-button { height: 3rem; position: absolute; right: 3.125rem; top: 0.9375rem; padding: 0 1.875rem; text-transform: uppercase; }

#reg-button a { padding: 0.8125rem 1.5rem; }

@media only screen and (max-width: 50em) { #reg-button a { padding: 0.8125rem; font-size: 1.07em; } }

.menu-open #reg-button a { color: #FFFFFF; }

#reg-button [class^="icon-"] { transform: rotate(45deg); display: inline-block; position: relative; margin: 0 0 0 0.625rem; }

@media only screen and (max-width: 50em) { #reg-button [class^="icon-"] { margin: 0; } }

#menu-toggle { display: inline-block; height: 3rem; width: 3rem; border-radius: 0.4375rem; position: absolute; right: 0.9375rem; top: 0.9375rem; background: #77ae49; cursor: pointer; transition: .7s background 0s ease-in-out; overflow: hidden; /*#hamburger-container { position: relative; height: 100%; width: 100%; background: rgba(orange, 1) }*/ /**/ }

#menu-toggle span { display: block; background: #FFFFFF; border-radius: 2px; transition: .25s ease-in-out; box-sizing: border-box; }

#menu-toggle #hamburger { position: absolute; height: 100%; width: 100%; }

#menu-toggle #hamburger span { width: 1.875rem; height: 4px; position: relative; top: 6px; left: 9px; margin: 6px 0; }

#menu-toggle #hamburger span:nth-child(1) { transition-delay: .5s; }

#menu-toggle #hamburger span:nth-child(2) { transition-delay: .625s; }

#menu-toggle #hamburger span:nth-child(3) { transition-delay: .75s; }

#menu-toggle #cross { position: absolute; height: 100%; width: 100%; transform: rotate(45deg); }

#menu-toggle #cross span:nth-child(1) { height: 0%; width: 4px; position: absolute; top: 10%; left: calc(50% - 2px); transition-delay: 0s; }

#menu-toggle #cross span:nth-child(2) { width: 0%; height: 4px; position: absolute; left: 10%; top: calc(50% - 2px); transition-delay: .25s; }

.menu-open #menu-toggle #hamburger span { width: 0%; }

.menu-open #menu-toggle #hamburger span:nth-child(1) { transition-delay: 0s; }

.menu-open #menu-toggle #hamburger span:nth-child(2) { transition-delay: .125s; }

.menu-open #menu-toggle #hamburger span:nth-child(3) { transition-delay: .25s; }

.menu-open #menu-toggle #cross span:nth-child(1) { height: 80%; transition-delay: .625s; }

.menu-open #menu-toggle #cross span:nth-child(2) { width: 80%; transition-delay: .375s; }

/*====================
Navigation
====================*/
#topNavigation { display: none; }

#my-nav { height: 100vh; width: 100vw; z-index: 100; position: fixed; top: 0; right: -100vw; background: transparent; transition: background .7s, right .7s .8s; transition-timing-function: ease-in-out; /**/ }

#my-nav #my-nav-right { background: linear-gradient(to right, #80d0d7, #ecef86); height: 100vh; width: 55vw; position: absolute; right: -100vw; top: 0; transition: right .75s .25s; transition-timing-function: ease-in-out; }

@media only screen and (max-width: 50em) { #my-nav #my-nav-right { width: 100vw; } }

#my-nav #my-nav-left { height: 100vh; width: 45vw; position: absolute; right: 55vw; top: 0; }

#my-nav #my-nav-color1 { width: 65vw; background: #59c2cb; right: -95vw; transition: right .75s .75s; }

#my-nav #my-nav-color2 { width: 60vw; background: #f59882; right: -90vw; transition: right .75s .5s; }

#my-nav #my-nav-color1, #my-nav #my-nav-color2 { height: 100vh; position: absolute; top: 0; box-shadow: -2px 0px 3px rgba(0, 0, 0, 0.16), -2px 0px 3px rgba(0, 0, 0, 0.23); transition-timing-function: ease-in-out; }

@media only screen and (max-width: 50em) { #my-nav #my-nav-color1, #my-nav #my-nav-color2 { width: 100vw; } }

.menu-open #my-nav { right: 0; background: rgba(0, 0, 0, 0.5); transition: background .7s .8s, right .7s; transition-timing-function: ease-in-out; }

.menu-open #my-nav #my-nav-color1 { right: 0; transition: right .7s .25s; }

.menu-open #my-nav #my-nav-color2 { right: 0; transition: right .7s .5s; }

.menu-open #my-nav #my-nav-right { right: 0; transition: right .7s .75s; }

@media only screen and (max-width: 50em) { .menu-open #my-nav #my-nav-left { width: 100vw; } }

#my-nav #social-bar { position: absolute; height: 100vh; width: 5vw; background: #b9d342; left: 0; top: 0; box-shadow: -2px 0px 3px rgba(0, 0, 0, 0.16), -2px 0px 3px rgba(0, 0, 0, 0.23); }

@media only screen and (max-width: 50em) { #my-nav #social-bar { top: auto; bottom: 0; width: 100vw; height: 6.25rem; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); } }

#my-nav #social-bar ul, #my-nav #social-bar li { width: 100%; }

#my-nav #social-bar ul { position: absolute; bottom: 0; }

@media only screen and (max-width: 50em) { #my-nav #social-bar ul { display: flex; flex-direction: row; justify-content: center; } }

#my-nav #social-bar li { list-style: none; text-align: center; height: 6.25rem; font-size: 1.875rem; position: relative; }

#my-nav #social-bar a { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #FFFFFF; background: transparent; transition: background 0.25s ease-in-out, color 0.25s ease-in-out; font-size: 0; /*&.icon-instagram:hover { //color: $guest-instagram-color; background: $guest-instagram-gradient; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }*/ }

#my-nav #social-bar a:before { font-size: 1.875rem; }

#my-nav #social-bar a.icon-facebook-square:hover { color: #3b5998; }

#my-nav #social-bar a.icon-twitter-square:hover { color: #00aced; }

#my-nav #social-bar a.icon-youtube:hover { color: #bb0000; }

#my-nav #social-bar a.icon-mobile-alt:hover { color: #77ae49; }

#my-nav #navigation { position: absolute; top: 6.25rem; width: 100%; height: calc(100% - 200px); overflow-y: scroll; }

@media only screen and (min-width: 50.0625em) { #my-nav #navigation { left: 6.25rem; padding-left: 1.875rem; width: 47vw; overflow: visible; } }

#my-nav #navTreeItem-Home { display: none; }

#my-nav .menu a { color: #FFFFFF; }

#my-nav .menu li.header { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

#my-nav .menu .title { text-transform: uppercase !important; font-weight: 900; color: #FFFFFF; letter-spacing: 3px; }

#my-nav .menu ul.level1 { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

#my-nav .menu ul.level1 > li { text-transform: uppercase; font-weight: 900; border-top: 1px solid rgba(255, 255, 255, 0.1); letter-spacing: 3px; }

@media only screen and (min-width: 50.0625em) { #my-nav .menu ul.level1 > li { font-size: 1.33em; } }

#my-nav .menu ul.level2 > li { text-transform: none; letter-spacing: normal; font-weight: normal; }

#my-nav .menu .next:after { content: '\e912'; margin-left: 0.9375rem; opacity: .5; font-size: .5em; }

#my-nav .menu .back { padding: 1.25rem; text-transform: uppercase; background: #46bac5; font-size: 0.875rem; height: 2rem; font-weight: bold; margin-top: 0.625rem; border-radius: 0.4375rem; }

#my-nav .menu .back:hover { background: #ecef86; color: #777777; }

#my-nav .menu .back:before { content: '\e911'; }

#my-nav .menu .back:after { content: ' Back'; margin-left: 0.625rem; }

#relx { padding: 1.875rem 3.75rem; text-align: right; position: relative; z-index: 1; background: #000000; }

.slinky-menu { overflow: hidden; transform: translateZ(0); }

.slinky-menu > ul { left: 0; position: relative; transform: translateZ(0); }

.slinky-menu ul, .slinky-menu li { list-style: none; margin: 0; }

.slinky-menu ul { width: 100%; }

.slinky-menu a { align-items: center; display: flex; }

.slinky-menu a span { flex: none; line-height: 1.4; }

.slinky-menu li ul { display: none; left: 100%; position: absolute; top: 0; }

.slinky-menu .header { display: flex; }

.slinky-menu .header .title { flex: 1; line-height: 1.4; margin: 0; order: 1; }

.slinky-theme-default { background: transparent; /* .next::after, .back::before { background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+ICAgIDxwYXRoIGQ9Ik0xMi4yMTkgMi4yODFMMTAuNzggMy43MiAxOC4wNjIgMTFIMnYyaDE2LjA2M2wtNy4yODIgNy4yODEgMS40MzggMS40MzggOS05IC42ODctLjcxOS0uNjg3LS43MTl6IiAvPjwvc3ZnPg==) center no-repeat; background-size: 1em; content: ''; height: 1em; opacity: 0.25; transition: 200ms; width: 1em; } .next::after { margin-left: 1em; } .back::before { padding: 1em; transform: scaleX(-1); } .next:hover::after, .back:hover::before { opacity: 0.75; } .next:active::after, .back:active::before { opacity: 1; }*/ }

.slinky-theme-default .title { color: #333; padding: 1em; }

.slinky-theme-default li { line-height: 1; }

.slinky-theme-default a:not(.back) { padding: 1em; }

.slinky-theme-default a:not(.back):hover { background: rgba(255, 255, 255, 0.1); }

.slinky-theme-default a:not(.back):active { background: rgba(255, 255, 255, 0.25); }

.button, button, .emailForm { text-transform: uppercase; border-radius: 0.4375rem; position: relative; letter-spacing: .1em; z-index: 1; /*&.secondary { background: transparent; &:after { background: $secondary-color; } &:hover { color: $secondary-color; } }*/ /*  &.eccc-purple { background: transparent; &:after { background: $eccc-purple; } &:hover { color: $eccc-purple; } } */ }

.button:before, .button:after, button:before, button:after, .emailForm:before, .emailForm:after { position: absolute; top: 0; left: 0; height: 100%; width: 100%; content: ''; z-index: -1; transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); transition: transform 0.3s, opacity 0.3s, background 0.3s, color 0.3s; border-radius: 0.4375rem; }

.button:before, button:before, .emailForm:before { opacity: 0; transform: scale3d(1.3, 1.3, 1); }

.button:after, button:after, .emailForm:after { transform: scale3d(1, 1, 1); background: #77ae49; }

.button:hover, button:hover, .emailForm:hover { color: #77ae49; }

.button:hover:before, button:hover:before, .emailForm:hover:before { opacity: 1; transform: scale3d(1, 1, 1); border: 3px solid; }

.button:hover:after, button:hover:after, .emailForm:hover:after { opacity: 1; transform: scale3d(0.9, 0.9, 0.9); background: transparent !important; }

.button.lite-green, button.lite-green, .emailForm.lite-green { background: transparent; }

.button.lite-green:after, button.lite-green:after, .emailForm.lite-green:after { background: #b9d342; }

.button.lite-green:hover, button.lite-green:hover, .emailForm.lite-green:hover { color: #b9d342; }

.button.eccc-blue, button.eccc-blue, .emailForm.eccc-blue { background: transparent; }

.button.eccc-blue:after, button.eccc-blue:after, .emailForm.eccc-blue:after { background: #80d0d7; }

.button.eccc-blue:hover, button.eccc-blue:hover, .emailForm.eccc-blue:hover { color: #80d0d7; }

.button.golden-glow, button.golden-glow, .emailForm.golden-glow { background: transparent; }

.button.golden-glow:after, button.golden-glow:after, .emailForm.golden-glow:after { background: #fbd284; }

.button.golden-glow:hover, button.golden-glow:hover, .emailForm.golden-glow:hover { color: #fbd284; }

.button.tacao, button.tacao, .emailForm.tacao { background: transparent; }

.button.tacao:after, button.tacao:after, .emailForm.tacao:after { background: #f59882; }

.button.tacao:hover, button.tacao:hover, .emailForm.tacao:hover { color: #f59882; }

.button.eccc-purple, button.eccc-purple, .emailForm.eccc-purple { background: transparent; }

.button.eccc-purple:after, button.eccc-purple:after, .emailForm.eccc-purple:after { background: #252c60; }

.button.eccc-purple:hover, button.eccc-purple:hover, .emailForm.eccc-purple:hover { color: #252c60; }

.button.white, button.white, .emailForm.white { background: transparent; }

.button.white:after, button.white:after, .emailForm.white:after { background: #FFFFFF; }

.button.white:hover, button.white:hover, .emailForm.white:hover { color: #FFFFFF; }

.button.primary, button.primary, .emailForm.primary { background: transparent; }

.button.primary:after, button.primary:after, .emailForm.primary:after { background: #77ae49; }

.button.primary:hover, button.primary:hover, .emailForm.primary:hover { color: #77ae49; }

.button.secondary, button.secondary, .emailForm.secondary { background: transparent; }

.button.secondary:after, button.secondary:after, .emailForm.secondary:after { background: #fbd284; }

.button.secondary:hover, button.secondary:hover, .emailForm.secondary:hover { color: #fbd284; }

.button.alert, button.alert, .emailForm.alert { background: transparent; }

.button.alert:after, button.alert:after, .emailForm.alert:after { background: #252c60; }

.button.alert:hover, button.alert:hover, .emailForm.alert:hover { color: #252c60; }

.button.success, button.success, .emailForm.success { background: transparent; }

.button.success:after, button.success:after, .emailForm.success:after { background: #b9d342; }

.button.success:hover, button.success:hover, .emailForm.success:hover { color: #b9d342; }

.button.warning, .button.mainButton, button.warning, button.mainButton, .emailForm.warning, .emailForm.mainButton { background: transparent; }

.button.warning:after, .button.mainButton:after, button.warning:after, button.mainButton:after, .emailForm.warning:after, .emailForm.mainButton:after { background: #fbd284; }

.button.warning:hover, .button.mainButton:hover, button.warning:hover, button.mainButton:hover, .emailForm.warning:hover, .emailForm.mainButton:hover { color: #fbd284; }

.button.info, button.info, .emailForm.info { background: transparent; }

.button.info:after, button.info:after, .emailForm.info:after { background: #80d0d7; }

.button.info:hover, button.info:hover, .emailForm.info:hover { color: #80d0d7; }

.button.disabled, .button.disabled:hover, button.disabled, button.disabled:hover, .emailForm.disabled, .emailForm.disabled:hover { background: transparent; cursor: not-allowed; }

.button.disabled:before, .button.disabled:hover:before, button.disabled:before, button.disabled:hover:before, .emailForm.disabled:before, .emailForm.disabled:hover:before { opacity: 0; transform: scale3d(1, 1, 1); }

.button.disabled:after, .button.disabled:hover:after, button.disabled:after, button.disabled:hover:after, .emailForm.disabled:after, .emailForm.disabled:hover:after { transform: scale3d(1, 1, 1); background: #555555 !important; }

#cboxContent button:after, #cboxContent button:before { display: none; }

.h1-container { text-align: center; position: relative; padding-top: 60vh; overflow: hidden; }

.title-area { padding: 0 5% 5.625rem 5%; width: 100%; text-align: left; position: relative; z-index: 2; }

/*
#city-container {
    display: block;
    position: absolute; //relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

    div {
        position: absolute; //fixed;
        top: 0;
        //background-position: center !important;
        background-position: left bottom;
        transform: translateY(0px);
        background-repeat: repeat-x;
        width: 100%;
        height: 100%;
        background-size: cover;

        @media only screen and (min-width:50.0625em) {
            background-size: contain;
        }
    }

    .city-1 {
        background-image: imgU('city-1.png');
    }

    .city-2 {
        background-image: imgU('city-2.png');
    }

    .city-3 {
        background-image: imgU('city-3.png');
    }

    .city-4 {
        background-image: imgU('city-4.jpg');
        background-position: left top;

    }
}*/
#city-container { display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: #119140; }

#city-container div[class^="city-"], #city-container .fight { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-repeat: repeat-x; background-position: left bottom; background-size: cover; }

@media only screen and (min-width: 50.0625em) { #city-container div[class^="city-"], #city-container .fight { background-size: contain; } }

@media only screen and (max-width: 50em) { #city-container .fight { display: none; } }

#city-container .fight div { position: absolute; bottom: 0; background-size: contain; background-repeat: no-repeat; }

#city-container .fight .kaiju { width: 19vw; height: 44vh; background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/kaiju.png"); animation: kaiju 20s ease-in infinite; }

#city-container .fight .mech { width: 14vw; height: 38vh; background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/mech.png"); animation: mech 20s ease-in infinite; }

#city-container .city-1 { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/city-1-no-mechs.png"); }

#city-container .city-2 { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/city-2.png"); }

#city-container .city-3 { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/city-3.png"); }

#city-container .city-4 { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/city-4.jpg"); background-position: left top !important; background-size: cover !important; }

.witch { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/witch.png"); position: absolute; background-size: contain; background-repeat: no-repeat; z-index: 1; width: 4vw; height: 5vh; top: 10%; right: -4vw; animation: witchUp 10s linear infinite; }

@media only screen and (max-width: 50em) { .witch { width: 15vw; } }

.dragon { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/dragon-body.png"); position: absolute; background-size: contain; background-repeat: no-repeat; z-index: 1; width: 5vw; height: 11vh; animation: dragonBody 8s ease-in-out infinite; }

@media only screen and (max-width: 50em) { .dragon { width: 15vw; } }

.dragon:before { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/dragon-fire.png"); position: absolute; background-size: contain; background-repeat: no-repeat; left: 0; top: 0; height: 100%; width: 100%; content: ''; animation: dragonFire 8s linear infinite; opacity: 0; }

.alien { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/ufo.png"); position: absolute; background-size: contain; background-repeat: no-repeat; z-index: 1; width: 26vw; height: 75vh; animation: ufo 8s linear infinite; }

@media only screen and (max-width: 50em) { .alien { width: 40vw; } }

.alien:before { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/ufo-beam.png"); position: absolute; background-size: contain; background-repeat: no-repeat; left: 0; top: 0; height: 100%; width: 100%; content: ''; animation: ufoBeam 8s linear infinite; }

h1#pageName { color: #fbffd3; text-shadow: 4px 4px 0 #77ae49; transform: rotate(-2deg); margin: 0 0 5.625rem; line-height: 1; }

.contentLayoutBox a:not(.button):not([class^='icon-']):not([class^='ui-']):not(.notspecial), .quick-links a { position: relative; font-weight: bold; box-shadow: inset 0 -3px 0 0 rgba(128, 208, 215, 0.5); padding: 5px; transition: box-shadow .3s ease-out, color 1s linear; transition-delay: .4s; font-family: 'Zing Sans Grunge'; }

.contentLayoutBox a:not(.button):not([class^='icon-']):not([class^='ui-']):not(.notspecial):hover, .quick-links a:hover { box-shadow: inset 0 -300px 0 0 #77ae49; transition: box-shadow 1s ease-out, color .5s linear; transition-delay: 0; }

.contentLayoutBox a:not(.button):not([class^='icon-']):not([class^='ui-']):not(.notspecial):focus, .quick-links a:focus { color: #80d0d7; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-family: "Zing Grunge", sans-serif !important; font-weight: normal !important; }

.day li a { box-shadow: inset 0 -3px 0 0 rgba(37, 44, 96, 0.5); color: #252c60; position: relative; font-weight: bold; padding: 5px; transition: box-shadow .3s ease-out, color 1s linear; transition-delay: .4s; font-family: 'Zing Sans Grunge'; }

.day li a:hover { box-shadow: inset 0 -300px 0 0 #77ae49; color: #FFFFFF; }

.homepage .lite-green-bg.section h2.section-heading { text-shadow: 4px 4px 0 #7a8e21; }

.homepage .lite-green-bg h3, .lite-green-overlay .title { text-shadow: 3px 3px 0 #7a8e21; }

.homepage .eccc-blue-bg.section h2.section-heading { text-shadow: 4px 4px 0 #3aadb7; }

.homepage .eccc-blue-bg h3, .eccc-blue-overlay .title { text-shadow: 3px 3px 0 #3aadb7; }

.homepage .golden-glow-bg.section h2.section-heading { text-shadow: 4px 4px 0 #f8ae21; }

.homepage .golden-glow-bg h3, .golden-glow-overlay .title { text-shadow: 3px 3px 0 #f8ae21; }

.homepage .tacao-bg.section h2.section-heading { text-shadow: 4px 4px 0 #ed4a24; }

.homepage .tacao-bg h3, .tacao-overlay .title { text-shadow: 3px 3px 0 #ed4a24; }

.homepage .eccc-purple-bg.section h2.section-heading { text-shadow: 4px 4px 0 #090a16; }

.homepage .eccc-purple-bg h3, .eccc-purple-overlay .title { text-shadow: 3px 3px 0 #090a16; }

.homepage .white-bg.section h2.section-heading { text-shadow: 4px 4px 0 #cccccc; }

.homepage .white-bg h3, .white-overlay .title { text-shadow: 3px 3px 0 #cccccc; }

.homepage .primary-bg.section h2.section-heading { text-shadow: 4px 4px 0 #46662b; }

.homepage .primary-bg h3, .primary-overlay .title { text-shadow: 3px 3px 0 #46662b; }

.homepage .secondary-bg.section h2.section-heading { text-shadow: 4px 4px 0 #f8ae21; }

.homepage .secondary-bg h3, .secondary-overlay .title { text-shadow: 3px 3px 0 #f8ae21; }

p em, li em, td em, th em { color: #f59882; }

p strong, li strong, td strong, th strong { font-family: 'Zing Sans Grunge'; color: #000000; text-shadow: 0 0 0 black; font-size: 1.1em; }

@media only screen and (max-width: 50em) { h1 { font-size: 3.75rem; }
  h2 { font-size: 2.5rem; }
  h3 { font-size: 1.875rem; }
  h4 { font-size: 1.25rem; }
  h5 { font-size: 1.125rem; }
  h6 { font-size: 1rem; } }

hr { border: 0; height: 0; border-top: 1px solid #80d0d7; }

hr.lite-green { border-top: 1px solid #b9d342 !important; }

hr.eccc-blue { border-top: 1px solid #80d0d7 !important; }

hr.golden-glow { border-top: 1px solid #fbd284 !important; }

hr.tacao { border-top: 1px solid #f59882 !important; }

hr.eccc-purple { border-top: 1px solid #252c60 !important; }

hr.white { border-top: 1px solid #FFFFFF !important; }

hr.primary { border-top: 1px solid #77ae49 !important; }

hr.secondary { border-top: 1px solid #fbd284 !important; }

td, th { vertical-align: top; line-height: 1.875em; padding: 0.3125em; }

table.zebra { /* tbody tr:nth-child(2n) td, tr:nth-child(2n) td { border-bottom: 1px solid rgba(black, 0.2); } */ }

table.zebra th { background-color: #77ae49; color: white; text-align: left; font-weight: 700; }

table.zebra td, table.zebra th { vertical-align: middle; }

table.zebra tbody tr:nth-child(2n), table.zebra tr:nth-child(2n) { background-color: rgba(0, 0, 0, 0.1); }

table.zebra tbody tr:hover { background-color: rgba(0, 0, 0, 0.2); }

table.vert-middle td, table.vert-middle th { vertical-align: middle; }

table { margin-bottom: 1.25em; }

table.grid-table { border-left: 1px dashed rgba(0, 0, 0, 0.2) !important; }

table.grid-table td { border: 1px dashed rgba(0, 0, 0, 0.2) !important; border-top: none !important; border-left: none !important; }

table.grid-table th { border: 1px dashed rgba(0, 0, 0, 0.2) !important; }

#footer-top { text-align: center; position: relative; background: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/mountains-trees.png") no-repeat; background-size: cover; background-position: top; padding-top: 50%; width: 100%; color: #FFFFFF; padding-bottom: 10%; }

#footer-top h4 { color: #fbffd3; text-shadow: 2px 2px 0 #77ae49; font-size: 2rem; }

#footer-top h4 a { text-shadow: none; }

@media only screen and (min-width: 50.0625em) { .footer-social li { padding-bottom: 0; } }

.footer-social li { text-align: center; }

.footer-social a { color: #FFFFFF; font-size: 0; }

.footer-social a:before { font-size: 1.5rem; }

.footer-social a:hover { text-decoration: none; }

.footer-social a.icon-facebook-square:hover { color: #3b5998; }

.footer-social a.icon-twitter-square:hover { color: #00aced; }

.footer-social a.icon-instagram:hover { color: #517fa4; }

.footer-social a.icon-youtube:hover { color: #bb0000; }

.footer-social a.icon-mobile-alt:hover { color: #fbd284; }

.footer-links { text-align: center; margin-top: 1.875rem; margin-bottom: 0 !important; }

.footer-links .inline-list { display: inline-block; margin-bottom: 0; }

.footer-links li { font-size: 0.6875rem; line-height: 3.5rem; }

.footer-links a { color: #FFFFFF; }

@media only screen and (max-width: 50em) { .footer-links .inline-list { margin-left: 0; }
  .footer-links li { width: 20%; text-align: center; line-height: 1; margin-bottom: 1.875rem; margin-left: 0; }
  .footer-links .first, .footer-links .ReedPOP { width: 100%; text-align: center; } }

body.homepage { background: #119140; /*homeSlider*/ /**/ /**/ /**/ }

body.homepage .section { position: relative; padding: 3.75rem 0; }

body.homepage .section .row { max-width: 90vw; }

body.homepage h1#pageName { display: none; }

body.homepage .homepageTop { text-align: center; position: relative; }

body.homepage .homeSlider { margin-top: 5.3125rem; }

body.homepage .section-heading { color: #fbffd3; text-shadow: 4px 4px 0 #77ae49; line-height: 1; margin: 0 0 3.75rem; position: relative; }

@media only screen and (min-width: 50.0625em) { body.homepage .section-heading:before { content: 'E1'; padding-right: 0.9375rem; } }

@media only screen and (min-width: 50.0625em) { body.homepage .section-heading:after { content: '1N'; padding-left: 0.9375rem; } }

body.homepage .section-heading:before, body.homepage .section-heading:after { font-family: 'Zing Goodies'; position: relative; font-size: 1.5em; top: .1em; }

body.homepage .section-heading.no-banner:before, body.homepage .section-heading.no-banner:after { display: none; }

body.homepage .normal-callout .normal-container { background: rgba(251, 255, 211, 0.9); padding: 1.875rem; }

body.homepage .normal-callout .normal-container :last-of-type { margin-bottom: 0; }

body.homepage #home-city-container { display: block; position: absolute; top: 0; left: 0; height: 155vh; width: 100%; z-index: -1; }

body.homepage #home-city-container div { position: absolute; top: 0; background-position: left bottom; transform: translateY(0px); background-repeat: repeat-x; width: 100%; height: 100%; background-size: cover; }

@media only screen and (min-width: 50.0625em) { body.homepage #home-city-container div { background-size: contain; } }

body.homepage #home-city-container .city-1 { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/city-1.png"); }

body.homepage #home-city-container .city-2 { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/city-2.png"); }

body.homepage #home-city-container .city-3 { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/city-3.png"); }

body.homepage #home-city-container .city-4 { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/city-4-2.jpg"); background-size: cover; background-position: left top; }

body.homepage .homegrid .columns, body.homepage .homegrid .column { padding: 0; position: relative; overflow: hidden; }

body.homepage .homegrid img:not(.no-rotate) { position: relative; z-index: 0; }

body.homepage .homegrid a:before { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 1; opacity: 1; }

body.homepage .homegrid a:hover img:not(.no-rotate) { transform: scale(1.2) rotate(2deg); }

body.homepage .homegrid a:hover::before { opacity: 0; }

body.homepage .homegrid .primary-overlay a:before { background: rgba(119, 174, 73, 0.8); }

body.homepage .homegrid .primary-overlay span.button { color: rgba(119, 174, 73, 0.8); text-shadow: none; }

body.homepage .homegrid .secondary-overlay a:before { background: rgba(251, 210, 132, 0.8); }

body.homepage .homegrid .secondary-overlay span.button { color: rgba(251, 210, 132, 0.8); text-shadow: none; }

body.homepage .homegrid .lite-green-overlay { /*.title { text-shadow: 3px 3px 0 darken($sc, 20%); }*/ }

body.homepage .homegrid .lite-green-overlay a:before { background: rgba(185, 211, 66, 0.8); }

body.homepage .homegrid .lite-green-overlay span.button { color: rgba(185, 211, 66, 0.8); text-shadow: none; }

body.homepage .homegrid .eccc-blue-overlay { /*.title { text-shadow: 3px 3px 0 darken($sc, 20%); }*/ }

body.homepage .homegrid .eccc-blue-overlay a:before { background: rgba(128, 208, 215, 0.8); }

body.homepage .homegrid .eccc-blue-overlay span.button { color: rgba(128, 208, 215, 0.8); text-shadow: none; }

body.homepage .homegrid .golden-glow-overlay { /*.title { text-shadow: 3px 3px 0 darken($sc, 20%); }*/ }

body.homepage .homegrid .golden-glow-overlay a:before { background: rgba(251, 210, 132, 0.8); }

body.homepage .homegrid .golden-glow-overlay span.button { color: rgba(251, 210, 132, 0.8); text-shadow: none; }

body.homepage .homegrid .tacao-overlay { /*.title { text-shadow: 3px 3px 0 darken($sc, 20%); }*/ }

body.homepage .homegrid .tacao-overlay a:before { background: rgba(245, 152, 130, 0.8); }

body.homepage .homegrid .tacao-overlay span.button { color: rgba(245, 152, 130, 0.8); text-shadow: none; }

body.homepage .homegrid .eccc-purple-overlay { /*.title { text-shadow: 3px 3px 0 darken($sc, 20%); }*/ }

body.homepage .homegrid .eccc-purple-overlay a:before { background: rgba(37, 44, 96, 0.8); }

body.homepage .homegrid .eccc-purple-overlay span.button { color: rgba(37, 44, 96, 0.8); text-shadow: none; }

body.homepage .homegrid .white-overlay { /*.title { text-shadow: 3px 3px 0 darken($sc, 20%); }*/ }

body.homepage .homegrid .white-overlay a:before { background: rgba(255, 255, 255, 0.8); }

body.homepage .homegrid .white-overlay span.button { color: rgba(255, 255, 255, 0.8); text-shadow: none; }

body.homepage .homegrid .primary-overlay { /*.title { text-shadow: 3px 3px 0 darken($sc, 20%); }*/ }

body.homepage .homegrid .primary-overlay a:before { background: rgba(119, 174, 73, 0.8); }

body.homepage .homegrid .primary-overlay span.button { color: rgba(119, 174, 73, 0.8); text-shadow: none; }

body.homepage .homegrid .secondary-overlay { /*.title { text-shadow: 3px 3px 0 darken($sc, 20%); }*/ }

body.homepage .homegrid .secondary-overlay a:before { background: rgba(251, 210, 132, 0.8); }

body.homepage .homegrid .secondary-overlay span.button { color: rgba(251, 210, 132, 0.8); text-shadow: none; }

body.homepage .homegrid .caption-area { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; width: 100%; padding: 1.875rem; }

body.homepage .homegrid .title { font-family: "Zing Grunge", sans-serif; font-size: 3rem; line-height: 1; color: #FFFFFF; }

body.homepage .homegrid .caption { margin-top: 0.9375rem; }

body.homepage .homegrid .caption p { color: #FFFFFF; font-weight: bold; text-shadow: 1px 1px 0 #000000; }

body.homepage .homegrid .caption .button { margin-bottom: 0; }

body.homepage .homegrid .bottom-caption.lite-green-overlay .caption { background: #b0cc2f; }

body.homepage .homegrid .bottom-caption.eccc-blue-overlay .caption { background: #6dc9d1; }

body.homepage .homegrid .bottom-caption.golden-glow-overlay .caption { background: #fac96b; }

body.homepage .homegrid .bottom-caption.tacao-overlay .caption { background: #f3856a; }

body.homepage .homegrid .bottom-caption.eccc-purple-overlay .caption { background: #1e244e; }

body.homepage .homegrid .bottom-caption.white-overlay .caption { background: #f2f2f2; }

body.homepage .homegrid .bottom-caption.primary-overlay .caption { background: #6b9c41; }

body.homepage .homegrid .bottom-caption.secondary-overlay .caption { background: #fac96b; }

body.homepage .homegrid .bottom-caption .caption { position: absolute; color: #FFFFFF; bottom: 0; z-index: 2; text-align: left; }

body.homepage .homegrid .bottom-caption .caption .columns, body.homepage .homegrid .bottom-caption .caption .column { padding: 1.875rem; }

body.homepage .bg-panel { background: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/bg-paper2.jpg") repeat; }

body.homepage .bg-panel .section-heading { color: #77ae49; text-shadow: 4px 4px 0 #FFFFFF; }

body.homepage .bg-panel:before { content: ''; height: 100%; width: 100%; top: 0; left: 0; position: absolute; z-index: 0; }

body.homepage .bg-panel.lite-green-overlay:before { background: #b9d342; }

body.homepage .bg-panel.eccc-blue-overlay:before { background: #80d0d7; }

body.homepage .bg-panel.golden-glow-overlay:before { background: #fbd284; }

body.homepage .bg-panel.tacao-overlay:before { background: #f59882; }

body.homepage .bg-panel.eccc-purple-overlay:before { background: #252c60; }

body.homepage .bg-panel.white-overlay:before { background: white; }

body.homepage .bg-panel.primary-overlay:before { background: #77ae49; }

body.homepage .bg-panel.secondary-overlay:before { background: #fbd284; }

body.homepage .overlay-grid a { display: block; position: relative; border: 4px solid rgba(119, 174, 73, 0); color: #FFFFFF; }

body.homepage .overlay-grid a:hover { border-color: #77ae49; }

body.homepage .overlay-grid a:hover .caption { opacity: 1; }

body.homepage .overlay-grid a:hover .caption h3 { color: #fbffd3; text-shadow: 3px 3px 0 #46662b; }

body.homepage .overlay-grid a:hover .caption-area { background: rgba(119, 174, 73, 0.95); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

body.homepage .overlay-grid .caption-area { position: absolute; top: 1.875rem; left: 1.875rem; height: calc(100% - 1.875rem - 1.875rem); width: calc(100% - 1.875rem - 1.875rem); background: rgba(119, 174, 73, 0); box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

body.homepage .overlay-grid img { padding: 1.875rem; }

body.homepage .overlay-grid .caption { top: 50%; position: absolute; left: 50%; transform: translate(-50%, -50%); width: 100%; padding: 1.875rem; opacity: 0; }

body.homepage .caption-panels-section li { padding: 1.875rem; }

body.homepage .caption-panels-section li .row { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

body.homepage .caption-panels-section li:hover .row { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

body.homepage .caption-panels { color: #FFFFFF; }

body.homepage .caption-panels .caption-area { position: relative; height: 100%; width: 100%; }

body.homepage .caption-panels .caption { position: absolute; top: 50%; transform: translateY(-50%); padding: 1.875rem; }

body.homepage .caption-panels h3 { line-height: 1; color: #fbffd3; }

body.homepage .caption-panels p { color: #FFFFFF; }

.slide-container { margin: 0.9375rem; position: relative; }

@media only screen and (max-width: 50em) { .slide-container { border: 4px solid #77ae49; padding: 0.9375rem; } }

@media only screen and (min-width: 50.0625em) { .slide-container { margin: 1.875rem; } }

@media only screen and (min-width: 80.125em) { .slide-container { margin: 3.75rem; } }

.slide-container img { margin: auto; }

@media only screen and (min-width: 50.0625em) { .slide-container img { padding: 0.9375rem; border: 4px solid #77ae49; } }

@media only screen and (min-width: 80.125em) { .slide-container img { padding: 1.875rem; } }

@media only screen { .slide-container img { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); } }

.slide-container .slide-caption { background: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/bg-paper2.jpg"); width: 100%; position: relative; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

@media only screen and (min-width: 50.0625em) { .slide-container .slide-caption { position: absolute; top: 50%; width: 25rem; transform: translateY(-50%); } }

@media only screen and (min-width: 50.0625em) { .slide-container.caption-left { padding-left: 9.375rem; } }

.slide-container.caption-left .slide-caption { left: 0; }

@media only screen and (min-width: 50.0625em) { .slide-container.caption-right { padding-right: 9.375rem; } }

.slide-container.caption-right .slide-caption { right: 0; }

.slide-container .caption-title { padding: 0.9375rem; color: #FFFFFF; animation: gradientMove .5s ease infinite; font-family: "Zing Grunge", sans-serif; font-size: 1.625rem; line-height: 1; }

@media only screen and (min-width: 80.125em) { .slide-container .caption-title { padding: 1.875rem; font-size: 2.375rem; } }

.slide-container.lite-green .caption-title { background: linear-gradient(135deg, rgba(185, 211, 66, 0.9), rgba(140, 163, 38, 0.9)); text-shadow: 3px 3px 0 #7a8e21; }

.slide-container.eccc-blue .caption-title { background: linear-gradient(135deg, rgba(128, 208, 215, 0.9), rgba(70, 186, 197, 0.9)); text-shadow: 3px 3px 0 #3aadb7; }

.slide-container.golden-glow .caption-title { background: linear-gradient(135deg, rgba(251, 210, 132, 0.9), rgba(249, 183, 58, 0.9)); text-shadow: 3px 3px 0 #f8ae21; }

.slide-container.tacao .caption-title { background: linear-gradient(135deg, rgba(245, 152, 130, 0.9), rgba(239, 94, 59, 0.9)); text-shadow: 3px 3px 0 #ed4a24; }

.slide-container.eccc-purple .caption-title { background: linear-gradient(135deg, rgba(37, 44, 96, 0.9), rgba(16, 19, 41, 0.9)); text-shadow: 3px 3px 0 #090a16; }

.slide-container.white .caption-title { background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(217, 217, 217, 0.9)); text-shadow: 3px 3px 0 #cccccc; }

.slide-container.primary .caption-title { background: linear-gradient(135deg, rgba(119, 174, 73, 0.9), rgba(82, 120, 50, 0.9)); text-shadow: 3px 3px 0 #46662b; }

.slide-container.secondary .caption-title { background: linear-gradient(135deg, rgba(251, 210, 132, 0.9), rgba(249, 183, 58, 0.9)); text-shadow: 3px 3px 0 #f8ae21; }

.slide-container .caption-body { padding: 0.9375rem; }

@media only screen and (min-width: 80.125em) { .slide-container .caption-body { padding: 1.875rem; } }

.slick-slider { position: relative; }

.slick-slider .slick-arrow { position: absolute; transform: translateY(-50%); top: 50%; font-size: 2rem; color: #77ae49; opacity: .5; cursor: pointer; z-index: 1; }

@media only screen and (max-width: 50em) { .slick-slider .slick-arrow span { display: none !important; } }

.slick-slider .slick-arrow:hover { color: #FFFFFF; opacity: 1; }

.slick-slider .slick-next { right: 1.40625rem; }

.slick-slider .slick-prev { left: 1.40625rem; }

.slick-slider .slick-dots { margin: 0; padding: 0; width: 100%; }

@media only screen and (min-width: 50.0625em) { .slick-slider .slick-dots { display: none !important; } }

.slick-slider .slick-dots li { display: inline-block; height: 1rem; width: 1rem; margin: 0 0.9375rem; }

.slick-slider .slick-dots button { padding: 0; margin: 0; height: 1rem; width: 1rem; background: #fbd284; border-radius: 100%; color: transparent; }

.slick-slider .slick-dots button:after, .slick-slider .slick-dots button:before { display: none; }

.slick-slider .slick-dots .slick-active button { background: #80d0d7; }

.accordion { overflow: hidden; /*  border-bottom: 1px solid $iron; margin-bottom: 1em; */ }

.ui-accordion-header { outline: none; cursor: pointer; padding: 0.3125rem 0.9375rem 0.3125rem 2.8125rem; position: relative; border-radius: 0.4375rem; overflow: hidden; font-size: 2.625rem; /* &.ui-state-hover { color:$primary-color; } */ }

.ui-accordion-header:hover, .ui-accordion-header:hover .ui-icon { color: #77ae49; }

.ui-accordion-header:before { position: absolute; top: 0; left: 0; content: ''; height: 100%; width: 100%; z-index: -1; background: rgba(119, 174, 73, 0); transform: translateX(-100%); }

.ui-accordion-header .ui-icon { position: absolute; left: 0.625rem; top: 0.3125rem; transform: rotate(-90deg); }

.ui-accordion-header .ui-icon:before { content: "\e908"; }

.ui-accordion-header.ui-state-active { color: #fbffd3; text-shadow: 4px 4px 0 #46662b; }

.ui-accordion-header.ui-state-active:before { transform: translateX(0); background: #77ae49; }

.ui-accordion-header.ui-state-active .ui-icon { color: #fbffd3; text-shadow: -4px 4px 0 #46662b; transform: rotate(0); }

.ui-accordion-header.ui-state-active, .ui-accordion-header.ui-state-active:hover { /* .ui-icon:before { color: $white; } */ }

.ui-accordion-content { /* //padding: 15px !important; box-sizing: content-box; -moz-box-sizing: content-box; background-color: $white; border: 1px solid $iron; */ padding: 0.9375rem; }

.ui-accordion-content > :last-child { margin-bottom: 0; }

/*==================== Do this after DOM  ====================*/
.ui-tabs-hide { display: none !important; }

.ui-helper-hidden, .ui-tabs-hide { display: none; }

.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    //font-size: 100%;
    list-style: none;
} */
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; border-collapse: collapse; }

.ui-helper-clearfix:after { clear: both; }

.ui-helper-clearfix { min-height: 0; /* support: IE7 */ }

.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: Alpha(Opacity=0); /* support: IE8 */ }

.ui-front { z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
/* .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
} */
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }

.ui-tabs { position: relative; padding: .2em; }

.ui-tabs .ui-tabs-nav { margin: 0; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor { float: left; text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { cursor: pointer; }

.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em .5em; background: none; }

/*Milton*/
.ui-tabs { margin-bottom: 1em; }

.ui-tabs .ui-tabs-nav { padding-left: .75em; background: none; border: 0; border-radius: 0; }

.ui-tabs .ui-tabs-nav a { width: 100%; display: block; border-bottom: 3px solid rgba(119, 174, 73, 0.2); overflow: hidden; position: relative; padding: 0.75rem 2.8125rem; }

.ui-tabs .ui-tabs-nav a:before { top: 0; left: 0; content: ''; height: 100%; width: 100%; position: absolute; background: transparent; z-index: -1; border-radius: 0.4375rem 0.4375rem 0 0; border: 3px solid rgba(119, 174, 73, 0.2); border-bottom: none; }

.ui-tabs .ui-tabs-nav a:hover { color: #77ae49; }

.ui-tabs .ui-tabs-nav a:hover:before { background: rgba(119, 174, 73, 0.2); }

@media only screen and (max-width: 50em) { .ui-tabs .ui-tabs-nav { padding: 0; }
  .ui-tabs .ui-tabs-nav a:after { content: "\e912"; margin-left: 10px; }
  .ui-tabs .ui-tabs-nav li.ui-tabs-selected a:after { content: "\e910"; } }

.ui-tabs .ui-tabs-nav li { margin: 1px 1.875rem 0 0; top: 1px; position: relative; list-style: none; float: left; position: relative; padding: 0; white-space: nowrap; }

@media only screen and (max-width: 50em) { .ui-tabs .ui-tabs-nav li { width: 100%; } }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-tabs-active a { color: #FFFFFF; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:before, .ui-tabs .ui-tabs-nav li.ui-tabs-active a:before { transform: translateY(0); background: #77ae49; }

.ui-tabs .ui-tabs-nav a { color: #77ae49; font-weight: bolder; }

.ui-tabs .ui-tabs-panel { border-bottom: 4px solid #77ae49; background: rgba(119, 174, 73, 0.2); /*color: $white;*/ padding: 1.875rem; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

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

.tab-preload { display: none; }

/* #id_matrix */
.contentLayoutBox { /*SELECT*/ }

.contentLayoutBox .red { color: red; font-weight: bold; }

.contentLayoutBox label, .contentLayoutBox legend { width: 100%; color: #222222; margin-bottom: 0.625em; font-weight: bold; }

.contentLayoutBox input, .contentLayoutBox select, .contentLayoutBox textarea { outline: none; border: none; padding: 0.625em; margin-bottom: 0.625em; width: 100%; background-color: rgba(34, 34, 34, 0.07); color: #77ae49; z-index: 1; position: relative; border-bottom: 1px solid rgba(34, 34, 34, 0.2); border-radius: 0; }

.contentLayoutBox input:focus, .contentLayoutBox select:focus, .contentLayoutBox textarea:focus { border-bottom: 1px solid rgba(34, 34, 34, 0); }

.contentLayoutBox input:hover, .contentLayoutBox input:focus:hover, .contentLayoutBox select:hover, .contentLayoutBox select:focus:hover, .contentLayoutBox textarea:hover, .contentLayoutBox textarea:focus:hover { border-bottom: 1px solid rgba(34, 34, 34, 0.5); }

.contentLayoutBox input.filled, .contentLayoutBox select.filled, .contentLayoutBox textarea.filled { border-bottom: 1px solid #77ae49; }

.contentLayoutBox .highlighter { position: relative; width: 100%; display: block; }

.contentLayoutBox .highlighter:after { content: ""; display: block; height: 0px; background-color: rgba(119, 174, 73, 0); width: 1px; margin-bottom: 0.625em; position: absolute; left: 0; bottom: 0; z-index: 2; }

.contentLayoutBox .highlighter.focus:after { height: 3px; width: 100%; background-color: #77ae49; }

.contentLayoutBox textarea { border: 1px solid rgba(34, 34, 34, 0.2); }

.contentLayoutBox textarea:focus, .contentLayoutBox textarea:focus:hover { border: 1px solid #5e8a3a; }

.contentLayoutBox textarea:hover { border: 1px solid rgba(94, 138, 58, 0.5); }

.contentLayoutBox select { line-height: 1em; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; background: rgba(34, 34, 34, 0.07) url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework//forms/select-arrow.png") 99% top no-repeat; transition: background 0s; }

.contentLayoutBox select:hover, .contentLayoutBox select:focus { background: rgba(34, 34, 34, 0.07) url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework//forms/select-arrow.png") 99% bottom no-repeat; }

.contentLayoutBox select option { background-color: rgba(34, 34, 34, 0.07); border: none; color: #77ae49; }

.contentLayoutBox fieldset { border: none; /* label, input { margin-left: $column-gutter / 2; width: auto; } label { //margin-left: 1%; display: inline-block; font-weight: normal; cursor: pointer; &:hover { color: $primary-color; } }*/ /*div.checked+label { color: $primary-color; }*/ }

.contentLayoutBox fieldset br { display: none; }

.contentLayoutBox fieldset label, .contentLayoutBox fieldset input { display: inline-block; cursor: pointer; }

.contentLayoutBox fieldset label { font-weight: normal; width: auto; max-width: calc(100% - 45px); margin-left: 0.9375rem; }

.contentLayoutBox fieldset label:hover { color: #77ae49; }

.contentLayoutBox fieldset input { width: 1.75rem; }

.contentLayoutBox input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; border-style: solid; border-width: 0; cursor: pointer; font-family: "Zing Sans Grunge"; font-weight: bold; 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: transparent; border-color: transparent; color: #FFFFFF; transition: background-color 300ms ease-out; background: #77ae49; text-transform: uppercase; border-radius: 0.4375rem; border: 3px solid transparent; }

.contentLayoutBox input[type="submit"]:hover, .contentLayoutBox input[type="submit"]:focus { background-color: transparent; }

.contentLayoutBox input[type="submit"]:hover, .contentLayoutBox input[type="submit"]:focus { color: #FFFFFF; }

.contentLayoutBox input[type="submit"]:hover { border: 3px solid #77ae49; color: #77ae49; }

#id_matrix { width: 100%; }

.noForm #id_matrix { display: none; }

.formLeftThird #id_matrix, .formLeftHalf #id_matrix { float: left; }

.formRightThird #id_matrix, .formRightHalf #id_matrix { float: right; }

.formLeftThird #id_matrix, .formRightThird #id_matrix { width: 32%; }

.formLeftHalf #id_matrix, .formLeftHalf #id_matrix { width: 48%; }

@media only screen and (max-width: 50em) { .formLeftThird #id_matrix, .formLeftHalf #id_matrix, .formRightThird #id_matrix, .formRightHalf #id_matrix { float: none; width: 100%; } }

.xformvalidator { background-color: pink; padding: 5px 10px; }

.xformvalidator:before { content: '\f027'; margin-right: 5px; top: 2px; position: relative; }

/*Special Radio & Checkboxes*/
.formContainer { position: relative; /*     &:hover input+label:after { opacity: .5; } */ }

.formContainer input { visibility: hidden; }

.formContainer input:checked + label { color: #77ae49; }

.formContainer input:checked + label:before { background-color: #77ae49; border-color: #77ae49; }

.formContainer input:checked + label:after { opacity: 1; }

.formContainer:hover label:before { border: 2px solid #77ae49; }

.formContainer label:before { border: 2px solid #222222; background-color: transparent; border-radius: 50%; cursor: pointer; height: 1.75rem; left: 0; position: absolute; top: 0; width: 1.75rem; content: ''; }

.formContainer label:after { position: absolute; opacity: 0; color: #FFFFFF; left: 0.375rem; top: 0.375rem; }

.formContainer.radio label:after { height: 1rem; width: 1rem; content: ''; border-radius: 100%; background-color: #FFFFFF; }

.formContainer.check label:before { border-radius: 0.4375rem; }

.formContainer.check label:after { content: '\e958'; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper { position: absolute; top: 0; left: 0; z-index: 9999; overflow: hidden; }

#cboxWrapper { max-width: none; }

#cboxOverlay { position: fixed; width: 100%; height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft { clear: left; }

#cboxContent { position: relative; }

#cboxLoadedContent { overflow: auto; -webkit-overflow-scrolling: touch; }

#cboxTitle { margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor: pointer; }

.cboxPhoto { float: left; margin: auto; border: 0; display: block; max-width: none; -ms-interpolation-mode: bicubic; }

.cboxIframe { width: 100%; height: 100%; display: block; border: 0; padding: 0; margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent { box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay { background: rgba(37, 44, 96, 0.8); }

#colorbox { outline: 0; }

#cboxTopLeft { width: 14px; height: 14px; background: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/colorbox/controls.png") no-repeat 0 0; }

#cboxTopCenter { height: 14px; background: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/colorbox/border.png") repeat-x top left; }

#cboxTopRight { width: 14px; height: 14px; background: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/colorbox/controls.png") no-repeat -36px 0; }

#cboxBottomLeft { width: 14px; height: 43px; background: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/colorbox/controls.png") no-repeat 0 -32px; }

#cboxBottomCenter { height: 43px; background: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/colorbox/border.png") repeat-x bottom left; }

#cboxBottomRight { width: 14px; height: 43px; background: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/colorbox/controls.png") no-repeat -36px -32px; }

#cboxMiddleLeft { width: 14px; background: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/colorbox/controls.png") repeat-y -175px 0; }

#cboxMiddleRight { width: 14px; background: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/colorbox/controls.png") repeat-y -211px 0; }

#cboxContent { background: #FFFFFF; overflow: visible; }

.cboxIframe { background: #FFFFFF; }

#cboxError { padding: 50px; border: 1px solid #ccc; }

#cboxLoadedContent { margin-bottom: 5px; }

#cboxLoadingOverlay { background: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/colorbox/loading_background.png") no-repeat center center; }

#cboxLoadingGraphic { background: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/colorbox/loading.gif") no-repeat center center; }

#cboxTitle { position: absolute; bottom: -29px; left: 0; text-align: center; width: 100%; font-weight: bold; color: #FFFFFF; }

#cboxCurrent { position: absolute; bottom: -29px; left: 58px; font-weight: bold; color: #FFFFFF; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose { border: 0; padding: 0; margin: 0; overflow: visible; position: absolute; bottom: -29px; background: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework/colorbox/controls.png") no-repeat 0px 0px; width: 23px; height: 23px; text-indent: -9999px; /**/ box-shadow: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active { outline: 0; }

#cboxPrevious { left: 0px; background-position: -51px -25px; }

#cboxPrevious:hover { background-position: -51px 0px; }

#cboxNext { left: 27px; background-position: -75px -25px; }

#cboxNext:hover { background-position: -75px 0px; }

#cboxClose { right: 0; background-position: -100px -25px; }

#cboxClose:hover { background-position: -100px 0px; }

.cboxSlideshow_on #cboxSlideshow { background-position: -125px 0px; right: 27px; }

.cboxSlideshow_on #cboxSlideshow:hover { background-position: -150px 0px; }

.cboxSlideshow_off #cboxSlideshow { background-position: -150px -25px; right: 27px; }

.cboxSlideshow_off #cboxSlideshow:hover { background-position: -125px 0px; }

/*my stuff*/
#cboxLoadedContent { padding: 0.9375rem; }

@media only screen and (max-width: 50em) { #cboxTitle { display: none !important; } }

#facetNavigation a, #searchSidebarLeft a { font-weight: normal; box-shadow: none; }

#facetNavigation { padding-top: 1.875rem; }

#facetNavigation h3 { background-color: #77ae49; font-size: 1rem; font-weight: bold; color: #FFFFFF; padding: 0.625rem; margin: 0; position: relative; cursor: pointer; }

#facetNavigation h3:after { content: "\e930"; display: block; position: absolute; right: 0; margin-right: 0.625rem; top: 50%; transform: translate(0, -50%); }

#facetNavigation > ul { margin: 0; background-color: #EFEFEF; border: 0; border-top: 0; padding: 0 0.625rem; }

#facetNavigation li { list-style: none; }

#facetNavigation h4 { margin: 0 -0.6875rem; display: block; padding: 0.625rem; background-color: #000000; color: #FFFFFF; font-size: 0.875rem; font-weight: bold; }

#facetNavigation ul.values { margin: 0 0 0.625rem 0; }

#facetNavigation ul.values ul.values { margin-left: 0.5rem; position: relative; }

#facetNavigation ul.values ul.values:before { content: ""; display: block; width: 0; position: absolute; top: 0; bottom: 0; left: 0; }

#facetNavigation ul.values ul li:before { content: ""; display: block; width: 10px; height: 0; margin-top: -1px; position: absolute; top: 16px; left: 0; }

#facetNavigation ul.values ul li.last:before { background-color: #EFEFEF; height: auto; bottom: 0; }

#facetNavigation ul.values li { line-height: 1.25rem; font-size: 0.875rem; position: relative; padding: 0.3125rem 0; }

#facetNavigation ul.values li a.name, #facetNavigation ul.values li span.name, #facetNavigation ul.values li span.name label { display: block; width: 80%; }

#facetNavigation ul.values li span.or-search-req input, #facetNavigation ul.values li span.or-search-req-all input, #facetNavigation ul.values li span.or-search-req-parent input { margin-right: 0.1875rem; position: relative; top: 2px; }

#facetNavigation ul.values li .or-search-req-batch-selection td { padding-right: 0.3125rem; }

#facetNavigation ul.values li span.name { color: #000000; }

#facetNavigation ul.values li.selected > span.name { font-weight: bold; }

#facetNavigation ul.values li a.icon img { vertical-align: middle; padding-right: 0.1875rem; }

#facetNavigation ul.values li span.count { display: block; width: 20%; position: absolute; top: 5px; right: 0; color: #000000; text-align: right; }

#facetNavigation ul.values li.expanded ul, #facetNavigation ul.values li.collapsed ul { padding-left: 1.25rem; }

#facetNavigation ul.values li.expanded span.collapsable, #facetNavigation ul.values li.collapsed span.collapsable { display: block; width: 20px; height: 20px; float: left; cursor: pointer; }

#facetNavigation ul.values li.collapsed span.collapsable { background: url("/Css/Fragments/Treeview/Images/treeview_expand.gif") no-repeat scroll 0 3px transparent; }

#facetNavigation ul.values li.collapsed ul { display: none; }

#facetNavigation ul.values li.expanded span.collapsable { background: url("/Css/Fragments/Treeview/Images/treeview_collapse.gif") no-repeat scroll 0 3px transparent; }

#facetNavigation ul.values li.expanded .or-invisible, #facetNavigation ul.values li.collapsed .or-invisible { display: none !important; }

#facetNavigation .refreshSearch { float: right; }

#facetNavigation.close > ul { display: none; }

#facetNavigation.close h3:after { content: "\e930"; }

#facetNavigation .dimensionContainer.open h4, #facetNavigation .dimensionContainer.close h4 { position: relative; cursor: pointer; }

#facetNavigation .dimensionContainer.open h4:after, #facetNavigation .dimensionContainer.close h4:after { content: "\e930"; display: block; position: absolute; right: 0; margin-right: 0.625rem; top: 50%; transform: translate(0, -50%); }

#facetNavigation .dimensionContainer.open > ul { display: block; }

#facetNavigation .dimensionContainer.close > ul { display: none; }

#facetNavigation .dimensionContainer.close h4:after { content: "\e930"; }

#searchSidebarLeft, #searchSideBarContent, #searchResults { position: relative; }

#searchOptions, #searchResults { border: 0; border-top: 0; margin: 0 0 1.875rem 0; padding: 0; }

#searchOptions { background-color: #EFEFEF; padding: 1.25rem; }

#searchOptions .searchText { margin: 0 0 0.625rem 0; }

#searchOptions .searchText.last { margin-bottom: 0; }

#searchOptions .searchText input.searchBox { display: inline-block; width: 250px; margin-right: 0.1875rem; margin-bottom: 0; }

@media only screen and (max-width: 50em) { #searchOptions .searchText input.searchBox { width: 100%; margin-bottom: 1.25rem; } }

#searchOptions .searchText .mainButton { padding: 0.625rem 1rem; margin-bottom: 0; }

#searchSort { float: left; clear: both; margin: 0 1.25rem 1.25rem; }

#searchSort dt { display: inline; font-weight: bold; margin-right: 0.3125rem; font-size: 0.875rem; }

#searchSort dd { display: inline-block; }

#searchSort select { width: auto; margin-bottom: 0; padding-right: 1.875rem; }

#searchResults { background-color: transparent; padding: 0; }

#searchResults > ul { margin: 0; }

#searchResults .clear { clear: none; }

.paging-options { position: relative; width: auto; overflow: hidden; }

.paging-options .pagination { float: right; }

.paging-options .page-sizer { float: left; }

/*
.resultsMessage, .resultItemSeperator {
    font-size: $nova-search-results-message-font-size;
    line-height: $nova-search-results-message-line-height;
}*/
.resultsMessage { float: left; margin: 1.25rem 0 1.25rem 1.25rem; }

@media only screen and (max-width: 50em) { .resultsMessage { float: none; margin-top: 0; margin-bottom: 0; } }

.resultItemSeperator { float: left; padding: 1.25rem 0.3125rem 0 0.3125rem; }

@media only screen and (max-width: 50em) { .resultItemSeperator { display: none; } }

.resultMessageBottom { display: inline; float: left; }

.panelHeading { padding: 0.625rem; font-size: 1rem; color: #FFFFFF; font-weight: bold; margin-bottom: 0; background-color: #77ae49; }

.search-pagination { text-align: center; }

.sidebars-left #floorPlan { margin-top: 3.125rem; }

#searchApplied { margin: 0; border: 0; border-top: 0; background-color: #EFEFEF; /*a.reset { margin: 0; font-size: $nova-search-applied-reset-button-font-size; position: absolute; top: 10px; right: 10px; text-indent: -9999px; width: $nova-search-applied-reset-button-width; height: $nova-search-applied-reset-button-height; opacity: $nova-search-applied-reset-button-opacity; @include single-transition; &:before { @extend %icon-font; text-indent: 0; content: $nova-search-applied-reset-button-icon; // Refresh Icon color: $nova-search-applied-reset-button-color; @include centerer; } &:hover { opacity: $nova-search-applied-reset-button-hover-opacity; } }*/ }

#searchApplied .keywords dt, #searchApplied h4 { margin: 0.3125rem 0 0 0; font-weight: bold; font-size: 1rem; }

#searchApplied .keywords { margin: 0 0.625rem 0.625rem 0.625rem; padding: 0.625rem 0 0 0; position: relative; }

#searchApplied .keywords dl { margin: 0; display: inline; }

#searchApplied .keywords dt { padding-bottom: 0.25rem; }

#searchApplied .keywords dd { display: inline; line-height: 1.6; font-size: 1.125rem; }

#searchApplied ul { margin: 0; padding: 0; }

#searchApplied li { list-style: none; padding: 0.625rem; position: relative; border-top: 0; }

#searchApplied li:first-child { border-top: 0; }

#searchApplied li a.remove { top: 5px; }

#searchApplied ul.values { margin: 0 0 0.625rem 0; }

#searchApplied ul.values li { padding: 0.25rem 1.25rem 0 0; line-height: 1.6; border: 0; font-size: 1rem; }

#searchApplied a.remove { font-size: 0.875rem; text-indent: -9999px; display: block; width: 16px; height: 16px; right: 0; bottom: 0; position: absolute; color: #333; opacity: 0.7; transition: all 300ms ease-out; }

#searchApplied a.remove:before { text-indent: 0; font-size: 0.875rem; content: '\e927'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#searchApplied a.remove:hover { color: #000000; opacity: 1; }

#savedSearches { margin: 0; border: 0; border-top: 0; background-color: #EFEFEF; padding-top: 0.625rem; }

#savedSearches ul { margin: 0; }

#savedSearches li { list-style: none; }

#savedSearches li a { padding-left: 1.5625rem; padding: 0.625rem 0; background-repeat: no-repeat; background-position: left top; display: block; }

ol#alphaList { clear: both; margin: 0; }

ol#alphaList li { display: inline; }

ol#alphaList li a, ol#alphaList li span { height: 18px; color: #77ae49; font-size: 0.875rem; background-color: #fff; text-align: center; text-decoration: none; vertical-align: middle; line-height: 1.125rem; display: inline-block; margin: 0; transition: all 300ms ease-out; box-shadow: none; font-weight: normal; }

ol#alphaList li a:hover, ol#alphaList li span.selected { background-color: #77ae49; color: #FFFFFF; }

ol#alphaList li span { background: #ddd; color: #999; cursor: default; }

ol#alphaList li span.selected { cursor: default; }

ol#alphaList li .all { background: #ddd; color: #999; width: auto; /*padding-left: $nova-search-alpha-list-item-padding; padding-right: $nova-search-alpha-list-item-padding;*/ }

#gridAndList .list a.docLink { display: none; }

#gridAndList .list a.docLink.alwaysDisplay { display: block; }

.page-sizer { white-space: nowrap; padding: 1.08rem 0; /*@media only screen and (max-width: 50em) { padding: $nova-page-sizer-padding-small; }*/ }

.page-sizer ul { margin: 0; display: inline; }

.page-sizer p { display: inline; margin: 0; font-size: 0.875rem; }

.page-sizer li { display: inline; font-size: 0.875rem; border: 0; padding: 0.1875rem; margin: 0 0.3125rem 0 0; }

.page-sizer li a { background-color: #EFEFEF; color: #000000; padding: 0.1875rem; text-decoration: none; box-shadow: none !important; }

.page-sizer li a:hover { background-color: rgba(119, 174, 73, 0.7); color: #FFFFFF; }

.page-sizer li.selected { font-weight: normal; text-decoration: none; }

.page-sizer li.selected a { background-color: #77ae49; color: #FFFFFF; }

#searchResultsList { margin: 0; }

#searchResultsList .products, #searchResultsList .actions { display: none; }

#searchResultsList .list { margin: 0.625rem 0 0; }

#searchResultsList .resultItem { border-bottom: 1px solid #ddd; padding: 0; clear: both; width: 100%; list-style-type: none; }

#searchResultsList .listItemDetail { position: relative; padding: 1.25rem; }

#searchResultsList .listItemDetail .logo { display: none; }

#searchResultsList .listItemDetail .name { font-size: 1.125rem; margin: 0 0 0.625rem 0; }

#searchResultsList .listItemDetail .headline { margin: 0.3125rem 0 0 0; }

#searchResultsList .listItemDetail .standDetails { display: none; }

#searchResultsList p.meta { margin-bottom: 0; padding: 0 1.25rem 1.25rem 1.25rem; color: #999; clear: both; margin-top: 0; font-size: 0.875rem; }

.exhibitorDetail .standDetails ul { float: none; margin: 0; padding: 0; }

.exhibitorDetail .standDetails ul li { margin-right: 0.1875rem; display: inline; float: none; }

.exhibitorDetail .standDetails ul li span { white-space: nowrap; }

.paging-options { position: relative; width: auto; overflow: hidden; }

.paging-options .pagination .group { display: block; margin-left: -0.3125rem; min-height: 1.5rem; display: inline; margin: auto; }

.paging-options .pagination .group li { color: #222222; font-size: 0.875rem; height: 1.5rem; margin-left: 0.3125rem; }

.paging-options .pagination .group li a, .paging-options .pagination .group li button { border-radius: 0.4375rem; transition: background-color 300ms ease-out; background: none; color: #999999; display: block; font-size: 1em; font-weight: normal; line-height: inherit; padding: 0.0625rem 0.625rem 0.0625rem; }

.paging-options .pagination .group li:hover a, .paging-options .pagination .group li a:focus, .paging-options .pagination .group li:hover button, .paging-options .pagination .group li button:focus { background: #e6e6e6; }

.paging-options .pagination .group li.unavailable a, .paging-options .pagination .group li.unavailable button { cursor: default; color: #999999; pointer-events: none; }

.paging-options .pagination .group li.unavailable:hover a, .paging-options .pagination .group li.unavailable a:focus, .paging-options .pagination .group li.unavailable:hover button, .paging-options .pagination .group li.unavailable button:focus { background: transparent; }

.paging-options .pagination .group li.current a, .paging-options .pagination .group li.current button { background: #77ae49; color: #FFFFFF; cursor: default; font-weight: bold; }

.paging-options .pagination .group li.current a:hover, .paging-options .pagination .group li.current a:focus, .paging-options .pagination .group li.current button:hover, .paging-options .pagination .group li.current button:focus { background: #77ae49; }

.paging-options .pagination .group li { display: block; float: left; }

.paging-options .pagination .group a { border-radius: 0 !important; box-shadow: none !important; font-weight: normal !important; }

.paging-options .pagination .group .selected a { color: #FFFFFF; background: #77ae49; }

.paging-options .search-pagination { margin-top: 1.875rem; /*@include pagination-container(true);*/ }

.paging-options .search-pagination ul { display: inline-block; }

.paging-options .page-sizer { float: left; }

#mySearch { position: fixed; text-align: center; font-size: 0; text-decoration: none; z-index: 100; overflow: hidden; white-space: nowrap; background: linear-gradient(135deg, #77ae49, #b9d342); height: 48px; width: 48px; right: 0.9375rem; bottom: 0.9375rem; cursor: pointer; animation: gradientMove 5s ease infinite; background-size: 200% 200%; transition: background-color 0.5s ease-out, color 0.5s ease-out; color: #77ae49; line-height: 48px; font-size: 1.625rem; opacity: 1; visibility: visible; transform: translateX(0); border-radius: 0.4375rem; }

.menu-open #mySearch { opacity: 0; visibility: hidden; }

#mySearch span:before, #mySearch span:after { position: absolute; content: ''; }

#mySearch span:before { height: 24px; width: 24px; background: transparent; border: 5px solid #FFFFFF; border-radius: 100%; left: 9px; top: 9px; }

#mySearch span:after { height: 18px; width: 5px; background: #FFFFFF; transform: rotate(-45deg); top: 24px; left: 31px; border-radius: 5px; /**/ }

#mySearch:hover { background: #fbd284; }

#mySearch:hover span:before { border: 5px solid #FFFFFF; }

#mySearch:hover span:after { background: #FFFFFF; }

.search-open #mySearch { background: transparent; color: #FFFFFF; }

.search-open #mySearch span:before { height: 40px; width: 7px; background: #FFFFFF; border: 0px solid transparent; border-radius: 5px; left: 23px; top: 4px; transform: rotate(45deg); }

.search-open #mySearch span:after { height: 40px; width: 7px; background: #FFFFFF; transform: rotate(-45deg); top: 4px; left: 24px; }

/*====================
Search popup
====================**/
#search { height: 100%; width: 100%; background: linear-gradient(to right, #80d0d7, #252c60); background-size: 400% 400%; animation: gradientMove 50s ease infinite; margin: 0; position: fixed; top: 0; left: 0; transform: translate(150%, 150%); text-align: left; }

.search-open #search { transform: translate(0, 0); }

#search #search-type li { padding-bottom: 0.9375rem; }

#search #search-type .label { cursor: pointer; font-weight: bold; letter-spacing: 1px; font-size: 0.875rem; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

#search #search-type .label:not(.selected) { color: #222222; background: #f4f090; }

#search button { letter-spacing: 1px; font-size: 1.5rem; }

#search #search-type { display: none; }

#ctl00_searchControlHeader_SearchFormPanel { position: absolute; top: 50%; transform: translate(0, -50%); width: 100%; margin: 0 0 0 1.875rem; text-align: left; }

#ctl00_searchControlHeader_ctlAutoComplete_txtSearch { transition: all 0.3s ease-out; opacity: 0; outline: none; background: none; border: none; border-bottom: 1px solid #FFFFFF; width: 60%; padding: 1.875rem 3.75rem; font-size: 2rem; margin-bottom: 1.875rem; margin-top: -32px; color: #FFFFFF; }

.search-open #ctl00_searchControlHeader_ctlAutoComplete_txtSearch { opacity: 1; transition: all 0.3s ease-in 0.5s; }

@media only screen and (max-width: 50em) { #ctl00_searchControlHeader_ctlAutoComplete_txtSearch { font-size: 16px; } }

#ctl00_searchControlHeader_ctlAutoComplete_txtSearch::-webkit-input-placeholder { color: #F5F5F5; }

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

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

#ctl00_searchControlHeader_ctlAutoComplete_txtSearch:-ms-input-placeholder { color: #F5F5F5; }

.cd-top { display: inline-block; position: fixed; text-align: center; font-size: 0; text-decoration: none; color: #FFFFFF; border-radius: 0.4375rem; z-index: 2; overflow: hidden; white-space: nowrap; background: linear-gradient(135deg, #77ae49, #b9d342); animation: gradientMove 5s ease infinite; visibility: hidden; opacity: 0; transition: opacity .3s 0s, visibility 0s .3s, background .3s 0s; height: 3rem; width: 3rem; right: 0.9375rem; bottom: 8.8125rem; }

.cd-top span { line-height: 48px; font-size: 26px; }

.cd-top:hover { background: #fbd284; }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { transition: opacity .3s 0s, visibility 0s 0s; }

.cd-top.cd-is-visible { visibility: visible; opacity: 1; color: #FFFFFF; background: linear-gradient(135deg, #77ae49, #b9d342); animation: gradientMove 5s ease infinite; }

.cd-top:hover, .cd-top.cd-fade-out:hover { background: #fbd284; visibility: visible; opacity: 1; }

.cd-top.cd-fade-out { /* if the user keeps scrolling down, the button is out of focus and becomes less visible */ opacity: .3; }

.no-touch .cd-top:hover { background-color: #fbd284; opacity: 1; }

/*
@media only screen and (max-width: 50em) {
    .cd-top {
        right: rem-calc(15);
        bottom: rem-calc(78);


    }
}*/
.livechat { position: fixed; text-align: center; text-decoration: none; color: #FFFFFF; border-radius: 0.4375rem; height: 3rem; width: 3rem; right: 0.9375rem; bottom: 4.875rem; font-size: 0.625rem; line-height: 1; background: linear-gradient(135deg, #77ae49, #b9d342); animation: gradientMove 5s ease infinite; z-index: 2; transition: background .3s 0s; }

.livechat .icon-comment-alt { font-size: 1.625rem; margin-top: 7px; line-height: 26px; display: inline-block; }

.livechat:hover { background: #fbd284; }

.pricing { /*Jim Lee*/ /*sold*/ }

@media only screen and (max-width: 50em) { .pricing .columns, .pricing .column { padding: 0; } }

.pricing .columns:hover .day { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); z-index: 2; }

.pricing .lyte-button { display: none; }

.pricing .day { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); margin-bottom: 1.875rem; background: #FFFFFF; position: relative; border-radius: 0.4375rem; z-index: 1; overflow: hidden; color: #FFFFFF; }

.pricing .day li em { font-size: .9em; color: #FFFFFF; font-weight: bold; }

.pricing .price { font-size: 3rem; text-align: center; font-family: 'Zing Sans Grunge'; font-weight: bold; margin-bottom: 1.875rem; position: relative; }

.pricing .price sup { top: -18px; font-size: .5em; }

.pricing .price:after { height: 3px; width: 75%; content: ''; background: rgba(255, 255, 255, 0.1); position: absolute; left: 12.5%; bottom: -10%; }

.pricing .content-area { padding: 0.9375rem; }

.pricing .heading { padding: 7.5rem 1.875rem 0 1.875rem; background-size: cover; background-position: 50% 10%; position: relative; }

.pricing .heading h3 { color: #FFFFFF; text-transform: uppercase; z-index: 2; position: relative; line-height: 1; }

.pricing .heading:before { content: ''; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 1; }

.pricing #thu { background: #77ae49; }

.pricing #thu .heading { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework//tix/tix-thu.jpg"); }

.pricing #thu .heading:before { background: rgba(119, 174, 73, 0.6); }

.pricing #thu .heading h3 { text-shadow: 3px 3px 0 #77ae49; }

.pricing #fri { background: #77ae49; }

.pricing #fri .heading { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework//tix/tix-fri.jpg"); }

.pricing #fri .heading:before { background: rgba(119, 174, 73, 0.6); }

.pricing #fri .heading h3 { text-shadow: 3px 3px 0 #77ae49; }

.pricing #sat { background: #77ae49; }

.pricing #sat .heading { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework//tix/tix-sat.jpg"); }

.pricing #sat .heading:before { background: rgba(119, 174, 73, 0.6); }

.pricing #sat .heading h3 { text-shadow: 3px 3px 0 #77ae49; }

.pricing #sun { background: #77ae49; }

.pricing #sun .heading { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework//tix/tix-sun.jpg"); }

.pricing #sun .heading:before { background: rgba(119, 174, 73, 0.6); }

.pricing #sun .heading h3 { text-shadow: 3px 3px 0 #77ae49; }

.pricing #kids { background: #3a4597; }

.pricing #kids .heading { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework//tix/tix-kids.jpg"); }

.pricing #kids .heading:before { background: rgba(58, 69, 151, 0.6); }

.pricing #kids .heading h3 { text-shadow: 3px 3px 0 #3a4597; }

.pricing #fourday { background: #252c60; }

.pricing #fourday .heading { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework//tix/tix-4day.jpg"); }

.pricing #fourday .heading:before { background: rgba(37, 44, 96, 0.6); }

.pricing #fourday .heading h3 { text-shadow: 3px 3px 0 #252c60; }

.pricing #celbPackage { background: #80d0d7; }

.pricing #celbPackage .heading { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework//tix/tix-celbPackage.jpg"); }

.pricing #celbPackage .heading:before { background: rgba(128, 208, 215, 0.6); }

.pricing #celbPackage .heading h3 { text-shadow: 3px 3px 0 #80d0d7; }

.pricing #famPackage { background: #80d0d7; }

.pricing #famPackage .heading { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework//tix/tix-famPackage.jpg"); }

.pricing #famPackage .heading:before { background: rgba(128, 208, 215, 0.6); }

.pricing #famPackage .heading h3 { text-shadow: 3px 3px 0 #80d0d7; }

.pricing #comicPackage { background: #80d0d7; }

.pricing #comicPackage .heading { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework//tix/tix-comicPackage2.jpg"); }

.pricing #comicPackage .heading:before { background: rgba(128, 208, 215, 0.6); }

.pricing #comicPackage .heading h3 { text-shadow: 3px 3px 0 #80d0d7; }

.pricing #jimSingle { background: #80d0d7; }

.pricing #jimSingle .heading { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework//tix/Jim-Lee-Single-Autograph.jpg"); }

.pricing #jimSingle .heading:before { background: rgba(128, 208, 215, 0.6); }

.pricing #jimSingle .heading h3 { text-shadow: 3px 3px 0 #80d0d7; }

.pricing #jimSingleCGC { background: #80d0d7; }

.pricing #jimSingleCGC .heading { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework//tix/Jim-Lee-Single-CGC-Autograph.jpg"); }

.pricing #jimSingleCGC .heading:before { background: rgba(128, 208, 215, 0.6); }

.pricing #jimSingleCGC .heading h3 { text-shadow: 3px 3px 0 #80d0d7; }

.pricing #jimExperience { background: #80d0d7; }

.pricing #jimExperience .heading { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework//tix/Jim-Lee-Fan-Experience-Package.jpg"); }

.pricing #jimExperience .heading:before { background: rgba(128, 208, 215, 0.6); }

.pricing #jimExperience .heading h3 { text-shadow: 3px 3px 0 #80d0d7; }

.pricing #jimExperienceCGC { background: #80d0d7; }

.pricing #jimExperienceCGC .heading { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework//tix/Jim-Lee-CGC-Fan-Experience-Package.jpg"); }

.pricing #jimExperienceCGC .heading:before { background: rgba(128, 208, 215, 0.6); }

.pricing #jimExperienceCGC .heading h3 { text-shadow: 3px 3px 0 #80d0d7; }

.pricing #bttfVIP, .pricing #bttfUltimate, .pricing #bttfMJF { background: #f59882; }

.pricing #bttfVIP .heading, .pricing #bttfUltimate .heading, .pricing #bttfMJF .heading { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework//tix/eccc-bttf-tiered-tickets.jpg"); }

.pricing #bttfVIP .heading:before, .pricing #bttfUltimate .heading:before, .pricing #bttfMJF .heading:before { background: rgba(245, 152, 130, 0.6); }

.pricing #bttfVIP .heading h3, .pricing #bttfUltimate .heading h3, .pricing #bttfMJF .heading h3 { font-size: 3rem; text-shadow: 3px 3px 0 #f59882; }

.pricing #bttfGold, .pricing #bttfSilver, .pricing #bttfGeneral { background: #fbd284; }

.pricing #bttfGold .heading, .pricing #bttfSilver .heading, .pricing #bttfGeneral .heading { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework//tix/eccc-bttf-panel-tickets.jpg"); }

.pricing #bttfGold .heading:before, .pricing #bttfSilver .heading:before, .pricing #bttfGeneral .heading:before { background: rgba(251, 210, 132, 0.6); }

.pricing #bttfGold .heading h3, .pricing #bttfSilver .heading h3, .pricing #bttfGeneral .heading h3 { font-size: 3rem; text-shadow: 3px 3px 0 #fbd284; }

.pricing #FriWork, .pricing #SatWork, .pricing #SunWork { background: #fbd284; }

.pricing #FriWork .heading, .pricing #SatWork .heading, .pricing #SunWork .heading { background-image: url("/RNA/RNA_EmeraldCityComiccon/2020/_img/_framework//tix/eccc-writer-tix.jpg"); }

.pricing #FriWork .heading:before, .pricing #SatWork .heading:before, .pricing #SunWork .heading:before { background: rgba(251, 210, 132, 0.6); }

.pricing #FriWork .heading h3, .pricing #SatWork .heading h3, .pricing #SunWork .heading h3 { font-size: 3rem; text-shadow: 3px 3px 0 #fbd284; }

.pricing ul { font-size: 0.875rem; margin-bottom: 1.875rem; }

.pricing .sold { position: relative; background: #cccccc !important; }

.pricing .sold .lyte-button { display: block; }

.pricing .sold .main-button { display: none; }

.pricing .sold.no-lyte:before { content: 'Sold Out'; }

.pricing .sold:before { content: 'Sold Out: Reserve Now On LYTE'; text-align: center; position: absolute; top: 30%; left: 50%; z-index: 10; background: #fbd284; color: #FFFFFF; padding: 0.9375rem; font-size: 1.375rem; transform: rotate(-10deg) translate(-50%, -50%); width: 90%; text-transform: uppercase; font-weight: bold; opacity: .9; }

.pricing .sold .heading:before { background: rgba(0, 0, 0, 0.5); }

.pricing .sold .content-area { background: #cccccc; }

.pricing .sold .price, .pricing .sold ul { color: #888888; }

#preloader { position: fixed; top: 0; left: 0; z-index: 10000; background: #77ae49; height: 100vh; width: 100vw; }

.domLoaded #preloader { opacity: 0; z-index: -1000; }

#preloader .preloader-container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); perspective: 9rem; }

#preloader .loading { text-align: center; margin-top: 1.875rem; color: #FFFFFF; font-size: 0.75rem; }

#preloader .loading .dots { display: inline-block; width: 5px; overflow: hidden; vertical-align: bottom; animation: dots 3.3s linear infinite; transition: 1; }

#preloader .coffee-mug { position: relative; margin: 0 auto; width: 9rem; height: 13rem; border-radius: 0 0 0.4375rem 0.4375rem; border: 6px solid #222222; transform: rotateX(-2deg); box-shadow: 0 0 0 0.5em #222222; /*&:after { content: ''; display: block; position: absolute; left: 100%; top: 1em; width: 1.5em; height: 2em; box-shadow: 0 0 0 .5em $color-mug; margin-left: .5em; border-radius: 0 $global-radius $global-radius 0; //0 50% 50% 0; }*/ }

#preloader .coffee-mug .sleeve { position: absolute; top: 52%; left: 50%; transform: translate(-50%, -50%); z-index: 11; background: #d5ae83; width: 10rem; height: 6.25rem; text-align: center; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); box-shadow: 0 0 0 .5em #72604c; }

#preloader .coffee-mug .sleeve img { max-height: 100%; padding: 1rem; }

#preloader .coffee-mug .coffee-container { position: absolute; z-index: 10; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background: #FFF; border-radius: 0; }

#preloader .coffee-mug .coffee { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #6f4e37; animation: coffee-load 3.3s infinite; }

#preloader .coffee-mug .coffee:before { content: ''; display: block; width: 200%; height: 1em; position: absolute; left: -50%; top: -.5em; background: #FFF; animation: coffee-wave .8s ease-in-out infinite; border-radius: 50%; }

@keyframes coffee-load { 0% { transform: translateY(100%); }
  70% { transform: translateY(30%); }
  90% { transform: translateY(0); }
  95% { transform: translateY(0); }
  100% { transform: translateY(100%); } }

@keyframes coffee-wave { 0% { transform: rotate(2deg); }
  50% { transform: rotate(-2deg); }
  100% { transform: rotate(2deg); } }

@keyframes dots { from { width: 0px; }
  to { width: 15px; } }

ul.sponsors li { text-align: center; }

ul.sponsors div { font-size: 0.75rem; text-transform: uppercase; line-height: 0.75rem; margin-top: 0.9375rem; }

ul.sponsors a { display: block; height: 100%; width: 100%; color: #FFFFFF; padding: 0.9375rem; }

ul.sponsors a:hover { animation: gradientMove 3.5s ease infinite; background-size: 200% 200%; }

#UserMessageContainer { display: block; position: fixed; left: 0; bottom: 0; z-index: 200; background: #000; background: rgba(0, 0, 0, 0.9); width: 100%; text-align: center; }

#UserMessageContainer #cookieComplianceMessage { margin: 0 auto; max-width: 90rem; width: 100%; margin-top: .5%; margin-bottom: .5%; }

#UserMessageContainer #cookieComplianceMessage:before, #UserMessageContainer #cookieComplianceMessage:after { content: " "; display: table; }

#UserMessageContainer #cookieComplianceMessage:after { clear: both; }

#UserMessageContainer #cookieComplianceMessage p { color: white; font-size: 12px; text-align: center; padding-left: 0.9375rem; padding-right: 0.9375rem; width: 75%; float: left; margin-bottom: 0; }

@media only screen and (max-width: 50em) { #UserMessageContainer #cookieComplianceMessage p { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; } }

#UserMessageContainer #cookieComplianceMessage button { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; border-style: solid; border-width: 0; cursor: pointer; font-family: "Zing Sans Grunge"; font-weight: bold; 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; background-color: #fbd284; border-color: #f9b73a; color: #FFFFFF; border-radius: 0.4375rem; transition: background-color 300ms ease-out; margin-bottom: 0; color: #FFFFFF; }

#UserMessageContainer #cookieComplianceMessage button:hover, #UserMessageContainer #cookieComplianceMessage button:focus { background-color: #f9b73a; }

#UserMessageContainer #cookieComplianceMessage button:hover, #UserMessageContainer #cookieComplianceMessage button:focus { color: #FFFFFF; }

#UserMessageContainer #cookieComplianceMessage #cookieComplianceMessageAction { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 25%; float: left; }

@media only screen and (max-width: 50em) { #UserMessageContainer #cookieComplianceMessage #cookieComplianceMessageAction { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; } }

#UserMessageContainer strong { color: white !important; }

/* .footer-bottom {
    padding-bottom: 60px;
} */
.btnCloseComplianceMessage:before, .btnCloseComplianceMessage:after { display: none !important; }

/*Fake Footer Email*/
#footerNewsletter { border: 0; border-bottom: 3px solid #77ae49; text-align: center; background: transparent; padding: 1rem 2rem 1.0625rem 2rem; margin-bottom: 0; color: #77ae49 !important; }

#footerNewsletter::-webkit-input-placeholder { color: #77ae49 !important; }

#footerNewsletter::-moz-placeholder { color: #77ae49 !important; }

#footerNewsletter:-ms-input-placeholder { color: #77ae49 !important; }

#footerNewsletter:-moz-placeholder { color: #77ae49 !important; }

.emailForm { -webkit-appearance: none; -moz-appearance: none; border-radius: 0; border-style: solid; border-width: 0; cursor: pointer; font-family: "Zing Sans Grunge"; font-weight: bold; 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: transparent; border-color: transparent; color: #FFFFFF; transition: background-color 300ms ease-out; }

.emailForm:hover, .emailForm:focus { background-color: transparent; }

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

#goevent-web #gc__ .gc__general-fonts-titles__font { padding: 5px !important; }

#goevent-web gc-thumbnail .gc-caption .gc-thumb-footer .gc-title { font-weight: normal !important; }

.gc_no-touchevents #goevent-web #gc__ .gc__general-colors-primAccent__color_hover:hover { color: #80d0d7; }

span.gc-thumb-block.gc-info { margin: 0 0 5px 0 !important; font-weight: normal !important; font-size: 12px !important; }

#goevent-web #gc__ .gc__general-colors-primAccent__border-color:hover { color: white; }

#goevent-web .gc-showclix-login .gc-showclix-logged-in-info, #goevent-web .gc-showclix-login .gc-showclix-logged-out-info { font-size: 0.875rem !important; }

#goevent-web .gc-showclix-login .gc-showclix-button { border-radius: 0.4375rem !important; background-color: #fbd284 !important; }

@media only screen and (min-width: 50.0625em) { #goevent-web .gc-sub-menu-item { max-width: calc(100% - 350px) !important; } }

#goevent-web .gc-sub-menu-item .gc-tags { list-style: none; margin-top: 0; margin-bottom: 1.0625rem; margin-left: -1.375rem; margin-right: 0; overflow: hidden; padding: 0; }

#goevent-web .gc-sub-menu-item .gc-tags > li { display: block; float: left; list-style: none; margin-left: 1.375rem; }

#goevent-web .gc-sub-menu-item .gc-tags > li > * { display: block; }

#goevent-web .gc-sub-menu-item .gc-tags .gc-tag-title { border-radius: 0.4375rem; border: 3px solid #77ae49; color: #77ae49; padding: 0.3125rem 0.625rem; }

#goevent-web .gc-sub-menu-item .gc-tags .gc-tag-title:hover { color: #FFFFFF; background-color: #77ae49; }

#goevent-web .gc-sub-menu-item .gc-tags .gc-on .gc-tag-title { border: 3px solid #fbd284; color: #FFFFFF; background-color: #fbd284; }

#goevent-web .gc-info-generic-1:before, #goevent-web .gc-info-generic-2:before, #goevent-web .gc-info-generic-3:before { color: #80d0d7; margin-right: 0.625rem; text-shadow: 1px 1px 0 #000000; }

#goevent-web .gc-info-generic-1:before { content: '\e965'; }

#goevent-web .gc-info-generic-2:before { content: '\e92d'; }

#goevent-web .gc-info-generic-3:before { content: '\e907'; }

.cancelled-covid { position: relative; background: #cccccc !important; padding: 0.9375rem; border-radius: 0.4375rem; overflow: hidden; }

.cancelled-covid .button, .cancelled-covid .button:hover { background-color: transparent; border-color: transparent; color: #FFFFFF; box-shadow: none; cursor: default; opacity: 0.7; cursor: not-allowed; }

.cancelled-covid:before { content: 'CANCELLED'; text-align: center; position: absolute; top: 30%; left: 50%; z-index: 10; background: #fbd284; color: #FFFFFF; padding: 0.9375rem; font-size: 1.375rem; transform: rotate(-5deg) translate(-50%, -50%); width: 70%; text-transform: uppercase; font-weight: bold; opacity: .9; }
