/*! 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.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -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;
}

@font-face {
  font-family: 'webflow-icons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  font-family: 'webflow-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
}
.w-clearfix:after {
  clear: both;
}
.w-preserve-3d {
  transform-style: preserve-3d;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
a:focus {
  outline: 0;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
  background-image: linear-gradient(white 0%, #f3f3f3 100%);
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-checkbox,
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
  content: " ";
  display: table;
}
.w-checkbox:after,
.w-radio:after {
  clear: both;
}
.w-checkbox-input,
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  width: 90% !important;
  height: auto !important;
  top: 7px !important;
  left: 6% !important;
  display: inline;
  text-align: center;
  overflow: hidden;
}
.w-widget-map .gm-style-iw + div {
  display: none;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
  margin-left: 7px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-widget-gplus {
  overflow: hidden;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block;
}
.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-dropdown,
  .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-dropdown,
  .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-dropdown,
  .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
}
.w-richtext:after {
  clear: both;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure[data-rt-type="video"] > div:before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before,
.w-richtext figure img {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  text-align: center;
  clear: both;
  display: block;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
.w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay .w--nav-menu-open {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] .w--nav-menu-open {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .w--nav-menu-open {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-condition-invisible {
  display: none !important;
}

@font-face {
  font-family: 'webflow-icons';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
  font-weight: normal;
  font-style: normal; }

.baseline-shift--header, .filter-form__button {
  position: relative;
  bottom: -0.053em; }

:root {
  font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px; }

body {
  font-family: inherit; }

.typ__header, .filter-form__button, h1, h2, h3, h4, h5, h6 {
  font-family: "alternate-gothic-no-3-d", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 0.825;
  font-weight: 500;
  color: #95c120; }

.typ__primary--darker {
  color: #DA1B74; }

.typ__header--alt, h2,
h3 {
  font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  text-transform: none;
  line-height: 1.1;
  color: #404040; }

h1,
.h1 {
  font-size: 4.5rem;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    h1,
    .h1 {
      font-size: 3.5rem; } }
  @media screen and (max-width: 479px) {
    h1,
    .h1 {
      font-size: 3rem; } }
.h2 {
  font-size: 2rem; }
  @media screen and (max-width: 767px) {
    .h2 {
      font-size: 1.75rem; } }
.h3, .filter-form__button {
  font-size: 1.35rem; }

h2,
h3 {
  text-transform: none; }

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333333;
  font-size: 15px;
  line-height: 20px;
  padding: 0 10px 80px 10px; }

h1 {
  display: block;
  margin-top: 25px;
  margin-bottom: 0px;
  border-bottom: 1px dotted #9e9e9e;
  font-size: 32px;
  line-height: 48px;
  font-weight: 400; }

h2 {
  margin-top: 12px;
  margin-bottom: 0px;
  padding-top: 5px;
  font-size: 19px;
  line-height: 27px;
  font-weight: 600;
  text-transform: uppercase; }

h3 {
  margin-bottom: 0px;
  padding-top: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600; }

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold; }

p {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: 'Calluna Sans W01 Light', sans-serif;
  font-size: 17px;
  line-height: 27px; }

a {
  color: #000000;
  text-decoration: underline; }

ul {
  width: 75%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 20px; }

ol {
  width: 75%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 20px; }

li {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 27px;
  font-weight: 300; }

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 40px;
  border-left: 5px none #e2e2e2;
  background-image: url("/static/images/Untitled-1_quote2.svg?v=2&3539fb6f0e96"), url("/static/images/Untitled-1_quote1.svg?v=2&3539fb6f0e96");
  background-position: 100% 91%, 0px 16px;
  background-size: 29px, 29px;
  background-repeat: no-repeat, no-repeat;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  font-weight: 300; }

.masthead {
  position: relative;
  display: block;
  max-width: 1200px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 4px 0px 4px 4px; }

.navbar {
  display: block;
  width: auto;
  max-height: 1200px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  padding: 0px 0px 5px;
  border-bottom: 3px solid #95c120;
  background-color: transparent;
  box-shadow: none;
  font-family: 'Proxima N W01 Reg';
  color: #4b4b4b;
  text-transform: uppercase; }

.navlink {
  position: relative;
  left: 0px;
  top: 100%;
  right: 0px;
  bottom: 0px;
  height: 40px;
  margin-left: 30px;
  padding: 0px;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
  color: #4b4b4b;
  font-size: 16px;
  text-align: center;
  text-transform: lowercase;
  font-weight: 600; }

.navmenu {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: auto;
  margin-top: 73px;
  margin-bottom: -3px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #4b4b4b; }

.w-nav-overlay {
  top: 147px; }

.footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 8000;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%); }

.hidden {
  display: none; }

.mastheadtextholder {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
  width: 50%;
  height: 90%;
  background-image: url("/static/images/shape.svg?v=2&3539fb6f0e96");
  background-position: 100% 0px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.9; }

.mastheadtextholder.smaller {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%; }

.homepage-title {
  width: 80%;
  margin-top: 58px;
  padding-right: 20px;
  float: right;
  border-bottom-style: none;
  font-family: 'Calluna Sans W01 Light', sans-serif;
  font-size: 56px;
  line-height: 70px;
  text-align: right;
  letter-spacing: -2px; }

.searchwrapper {
  display: inline-block;
  width: auto; }

.homepage-tagline {
  background-color: #1692cc;
  padding: 20px;
  border-radius: 0 0 4px 4px; }
  .homepage-tagline p {
    margin: 0;
    font-size: 26px;
    color: #ffffff;
    font-family: 'Calluna Sans W01 Bold', sans-serif; }
    .homepage-tagline p a {
      color: #ffffff; }

.homepage-subtitle {
  width: 75%;
  margin-top: 20px;
  padding-right: 20px;
  float: right;
  font-family: 'CallunaSansW01-Regular', sans-serif;
  font-size: 24px;
  line-height: 28px;
  text-align: right;
  text-transform: none; }

.homepage-subtitle p {
  font-size: inherit; }

.mastheadtextholder a {
  color: #95c120;
  text-decoration: none; }

.mastheadtextholder a:hover {
  text-decoration: underline; }

.searchfiled {
  height: 25px;
  margin-bottom: 0px;
  padding: 0px 0px 5px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #e0e0e0;
  font-size: 16px;
  text-align: left; }

#signup_button {
  margin-right: 0;
  font-size: 16px;
  padding: 10px; }

.home-page-signup #mc_embed_signup {
  height: 100%;
  padding: 10px;
  background: #eeeeee;
  border-radius: 4px; }
  .home-page-signup #mc_embed_signup h2 {
    margin: 0; }
  .home-page-signup #mc_embed_signup form {
    padding: 0;
    position: static; }
  .home-page-signup #mc_embed_signup label {
    margin-top: 5px; }
  .home-page-signup #mc_embed_signup #mce-responses {
    padding: 0;
    width: 100%;
    margin: 0 0 10px 0; }
  .home-page-signup #mc_embed_signup div.response {
    margin: 0;
    padding: 0;
    width: 100%; }

.text-columns {
  columns: 2 300px;
  column-rule: 1px dotted #9e9e9e;
  column-gap: 4em;
  margin: 50px 0; }
  .text-columns p {
    margin-top: 0;
    margin-bottom: 25px; }
    .text-columns p:last-child {
      margin-bottom: 0; }

.bottomangle {
  position: absolute;
  left: 0px;
  bottom: -1px;
  z-index: 150;
  width: 80%;
  margin-left: -1px; }

.whatson {
  position: relative;
  z-index: 200;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }

.whatsonh2 {
  position: static;
  z-index: 200;
  margin-top: -89px;
  margin-bottom: 50px;
  font-family: 'Garamond Prmr W01 Md';
  font-size: 90px;
  line-height: 60px;
  text-transform: lowercase; }

.columnlinkblock {
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  height: 100%; }

.linkimage {
  position: relative;
  top: 50%;
  display: block;
  max-width: 105%;
  min-height: 100%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%); }

.linkimagewrapper {
  overflow: hidden;
  height: 150px;
  border-top-left-radius: 4px;
  position: relative; }

.columntextwrapper {
  height: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ce1e4e;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  color: #ffffff; }
  .columntextwrapper h3 {
    color: #ffffff; }

.columntextwrapper.orange {
  padding-bottom: 10px;
  background-color: #ed6d04;
  color: #ffffff; }
  .columntextwrapper.orange h3 {
    color: #ffffff; }

.columntextwrapper.purple {
  padding-bottom: 10px;
  background-color: #bf6698; }

.columntextwrapper.green {
  padding-bottom: 10px;
  background-color: #95c120;
  color: #ffffff; }
  .columntextwrapper.green h3 {
    color: #ffffff; }

.linkh3 {
  position: relative;
  margin: 0px 10px 5px;
  padding-top: 10px;
  font-family: 'Calluna Sans W01 Bold', sans-serif;
  color: #ffffff;
  font-size: 22px;
  line-height: 27px;
  text-decoration: none; }

.columntext {
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  font-family: 'CallunaSansW01-Regular', sans-serif; }

.columntext.who {
  position: relative;
  margin-top: 16px;
  color: #ffffff; }

.columnmeta {
  margin-top: 5px;
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 20px;
  font-family: 'CallunaSansW01-Semibold_904946', sans-serif;
  line-height: 17px; }

.columnmeta.location {
  background-image: url("/static/images/location_white.svg?v=2&3539fb6f0e96");
  background-position: 1px 50%;
  background-size: auto 17px;
  background-repeat: no-repeat; }

.columnmeta.time {
  background-image: url("/static/images/time_white.svg?v=2&3539fb6f0e96");
  background-position: 0 50%;
  background-size: auto 14px;
  background-repeat: no-repeat; }

.shapewrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 600;
  display: inline-block;
  width: 100%;
  height: 150px;
  float: left;
  background-color: transparent;
  background-image: url("/static/images/line_angle_magenta.svg?v=2&0db8f2178e42");
  background-position: 0 100%;
  background-size: 70px;
  background-repeat: no-repeat; }

.shapewrapper.discover-more {
  background-image: url("/static/images/line_angle_orange.svg?v=2&0db8f2178e42"); }

.shapewrapper.eat-meet-stay {
  background-image: url("/static/images/line_angle_purple.svg?v=2&3539fb6f0e96"); }

.shapewrapper.working-together {
  background-image: url("/static/images/line_angle_green.svg?v=2&0db8f2178e42"); }

.shapewrapper.routes {
  background-image: url("/static/images/line_angle_yellow.svg?v=2&3539fb6f0e96");
  left: -1px;
  bottom: 0;
  height: 100%;
  background-size: 100%; }

.shapewrapper.itinerary {
  background-image: url("/static/images/line_angle_blue.svg?v=2&3539fb6f0e96"); }

.shapewrapper.itinerary.primary {
  background-image: url("/static/images/line_angle_green.svg?v=2&0db8f2178e42");
  left: -1px;
  bottom: 0;
  height: 100%;
  background-size: 100%; }

.image-with-credit {
  position: relative; }

.image-credit {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  font-size: 9px;
  line-height: 9px;
  padding: 5px;
  border-bottom-left-radius: 3px;
  z-index: 100; }

.redshape {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -1px; }

.whatsonrow {
  margin-right: -10px;
  margin-bottom: 20px;
  margin-left: -10px; }

.whatsonrow.extra-margin {
  margin-top: 70px; }

.whatsonrow .columntextwrapper {
  padding-bottom: 45px;
  /* compensate for absolutely positioned button */ }

.primary-itinerary-row {
  background: #95c120;
  border-radius: 4px;
  height: 100%; }
  .primary-itinerary-row.yellow {
    background: #ffcb00;
    color: #ffffff; }
    .primary-itinerary-row.yellow h3 {
      color: #ffffff; }
  .primary-itinerary-row .more-button {
    position: absolute;
    bottom: 0;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 6px 6px 5px 6px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.15);
    background-position: 4px 50%;
    background-size: 13px;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase; }
  .primary-itinerary-row img {
    border-radius: 0 4px 4px 0; }
  .primary-itinerary-row h3 {
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 30px; }
  .primary-itinerary-row .image-wrap {
    padding: 0;
    height: 100%; }
  .primary-itinerary-row .eq-height {
    margin-bottom: 0; }
  .primary-itinerary-row .primary-itinerary-text {
    padding-bottom: 45px; }
  .primary-itinerary-row .primary-itinerary-image {
    height: 100%;
    width: 100%; }

.primary-itinerary-row .columnlinkblock {
  width: 100%; }

.slideshowimagewrapper {
  height: 100%; }

.behind {
  display: block;
  max-width: 1200px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }

.behindholder {
  height: 400px;
  background-color: #95c120; }

.behindholder.who {
  background-color: #ed6d04; }

.behindh2 {
  position: relative;
  top: 30%;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: 'Garamond Prmr W01 Md';
  color: #ffffff;
  font-size: 80px;
  line-height: 80px;
  text-transform: lowercase; }

.behindh2.who {
  position: relative;
  top: 8px;
  padding-top: 58px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: 'Garamond Prmr W01 Md';
  font-size: 60px;
  text-transform: lowercase; }

.behindbottomshape {
  position: absolute;
  left: 10px;
  right: 0px;
  bottom: 0px;
  margin-bottom: -1px; }

.partners {
  display: block;
  max-width: 1200px;
  min-height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }

.whorow {
  margin-right: -10px;
  margin-bottom: 60px;
  margin-left: -10px; }

.toggle {
  padding: 0px;
  text-transform: lowercase; }

.chevron {
  position: static;
  display: block;
  margin-top: 2px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  opacity: 0.8;
  color: #333333; }

.drop {
  position: static;
  float: left;
  height: auto;
  margin-left: 0px;
  padding: 11px 13px 11px 15px;
  border-top: 1px solid #ccc;
  border-bottom: 3px solid #000000;
  border-left: 1px solid #ccc;
  background-image: none;
  background-color: #ffffff;
  color: #4b4b4b;
  font-size: 16px; }

.drop.yellow {
  border-bottom-color: #ffcb00;
  text-transform: lowercase; }

.drop.last {
  border-right: 1px solid #ccc; }

.drop.green {
  border-bottom-color: #95c120;
  text-transform: lowercase; }

.drop.orange {
  border-bottom-color: #ed6d04;
  text-transform: lowercase; }

.drop.blue {
  border-bottom-color: #1692cc;
  text-transform: lowercase; }

.drop.magenta {
  float: left;
  border-bottom-color: #ce1e4e;
  text-transform: lowercase; }

.drop.green {
  border-bottom-color: #95c120; }

.droptext {
  display: inline;
  margin-right: 5px;
  float: left;
  font-size: 16px;
  font-family: 'CallunaSansW01-Regular', sans-serif;
  color: #333333; }

.droplist {
  margin-top: 20px;
  text-transform: none; }

.droplist.w--open {
  left: 0px;
  top: 27px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #ffffff; }

.menuicon {
  display: block;
  width: 20px;
  margin-right: 5px;
  margin-bottom: 1px;
  margin-left: auto;
  float: left;
  opacity: 0.8; }

.droplink {
  border-bottom: 1px solid #c5c5c5; }

.pagination {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  color: #ffffff; }
  .pagination a {
    color: #ffffff; }
  .pagination .prev,
  .pagination .next,
  .pagination .page {
    background-color: #ed6d04;
    border-radius: 4px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    margin-bottom: 10px; }
  .pagination .prev,
  .pagination .next {
    padding: 0 10px; }
  .pagination .page {
    min-width: 40px; }
  .pagination .current {
    background-color: #fca45b; }
  .pagination .disabled {
    background-color: #fedbbf; }

.custom_paginate {
  text-align: center; }
  .custom_paginate.green .pagination .prev,
  .custom_paginate.green .pagination .next,
  .custom_paginate.green .pagination .page {
    background-color: #95c120; }
  .custom_paginate.green .pagination .current {
    background-color: #c1e562; }
  .custom_paginate.green .pagination .disabled {
    background-color: #e4f3ba; }
  .custom_paginate.blue .pagination .prev,
  .custom_paginate.blue .pagination .next,
  .custom_paginate.blue .pagination .page {
    background-color: #1692cc; }
  .custom_paginate.blue .pagination .current {
    background-color: #5bbfed; }
  .custom_paginate.blue .pagination .disabled {
    background-color: #b7e3f7; }

.footerwrapper {
  display: block;
  height: 40px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }

.footerlinks {
  display: inline-block;
  float: left;
  margin-top: 5px; }

.footerlink {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-right: 15px;
  font-family: 'Calluna Sans W01 Light', sans-serif;
  color: #ffffff;
  line-height: 40px;
  text-decoration: none; }

.footerlink:hover,
footerlink:active,
footerlink:focus {
  color: #ffffff; }

.footersocial-wrapper {
  float: right;
  margin-top: 22px; }

.footersocial {
  display: inline-block;
  float: right; }

.footertext {
  clear: both;
  color: white; }
  .footertext p {
    margin-top: 0;
    font-size: 15px; }

.socialblock {
  height: 40px;
  margin-left: 5px;
  text-decoration: none; }

.socialimage {
  position: relative;
  top: 50%;
  overflow: hidden;
  width: 24px;
  height: 24px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%); }

.menubutton.search {
  display: none; }

.event {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c5c5c5; }

.event._3-solumn {
  width: auto;
  max-width: 400px;
  float: left; }

._1200pxwrapper {
  position: relative;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px; }

._1200pxwrapper.itinerary {
  height: 350px;
  min-height: 350px;
  margin-top: 20px;
  margin-bottom: 30px;
  border-radius: 3px;
  background-position: 100% 0%;
  background-size: cover; }

._1200pxwrapper.homepage-slideshow {
  border-radius: 4px; }

._1200pxwrapper.detail-header {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #9e9e9e; }

.eventstartdate,
.eventstarttime {
  display: inline-block;
  margin-top: 0px;
  padding-top: 1px;
  float: left;
  font-family: 'Calluna Sans W01 Bold', sans-serif;
  color: #333333;
  font-size: 14px;
  line-height: 20px; }

.eventstartdate.link,
.eventstarttime.link {
  text-decoration: underline; }

.eventstartdate.inline,
.eventstarttime.inline {
  display: inline;
  float: none;
  color: #333333; }

.eventtitle {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding: 10px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.6), transparent 30%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 30%);
  font-family: 'Proxima N W01 Bold';
  color: #ffffff;
  font-size: 24px;
  line-height: 26px; }

.eventtitle.fullwidth {
  position: static;
  height: auto;
  margin: 15px 10px 20px;
  padding-top: 12px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-bottom: 1px none #000000;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  font-family: 'CallunaSansW01-Regular', sans-serif;
  color: #000000;
  font-size: 30px;
  line-height: 30px; }

.eventvenue {
  display: inline;
  float: left;
  clear: none;
  font-family: 'Calluna Sans W01 Black', sans-serif;
  font-size: 16px;
  text-decoration: underline; }

.eventshortdesc {
  height: 70px;
  clear: both; }

.eventshortdesc._4-column {
  height: auto;
  margin-bottom: 10px;
  border-bottom-style: none;
  font-family: 'CallunaSansW01-Regular', sans-serif;
  font-size: 16px;
  line-height: 23px; }

.eventtag {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 30;
  display: inline-block;
  padding: 4px;
  float: left;
  border-radius: 2px;
  background-color: #95c120;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px; }

.body {
  padding-bottom: 90px;
  font-family: 'CallunaSansW01-Regular', sans-serif; }

.eventimagewrapper {
  position: relative;
  overflow: hidden;
  height: 220px;
  background-color: #333333; }

.eventimagewrapper._2-column {
  width: 100%;
  height: 220px;
  border-radius: 3px; }

.eventimage {
  position: relative;
  left: -50%;
  top: 50%;
  max-width: 175%;
  -webkit-transform: translate(25%, -50%);
  -ms-transform: translate(25%, -50%);
  transform: translate(25%, -50%); }

.eventsh1,
.eventsh2 {
  margin-top: 35px;
  margin-bottom: -40px;
  margin-left: 10px;
  padding-bottom: 15px;
  border-bottom: 2px solid #9e9e9e;
  background-color: transparent;
  font-family: 'Calluna Sans W01 Light', sans-serif;
  color: #4b4b4b;
  font-size: 48px;
  line-height: 48px;
  text-align: left;
  letter-spacing: -1px; }

.eventsh2 {
  font-size: 38px;
  margin-bottom: 30px; }

.eventsh1.itinerary {
  margin-top: 70px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-bottom-style: none;
  font-family: 'CallunaSansW01-Regular', sans-serif;
  text-transform: capitalize; }

.eventsh1.magin-bottom {
  margin-right: 10px;
  margin-bottom: 20px; }

.eventsh1.magin-bottom.float-left {
  width: 100%;
  margin-right: 20px;
  margin-left: 0px;
  float: left;
  font-family: 'CallunaSansW01-Regular', sans-serif; }

.dateicon,
.timeicon {
  width: 16px;
  margin-top: 3px;
  margin-right: 5px;
  float: left; }

.dateicon.loc .timeicon.loc {
  width: auto;
  height: 16px; }

.dateloc {
  margin-top: 8px;
  margin-bottom: 8px;
  opacity: 0.75; }

.eventbody {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300; }

.home-section-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Calluna Sans W01 Light', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block; }

.home-section-title.whats-on {
  display: inline-block; }

.home-section-title.smaller-heading {
  font-size: 22px;
  margin-top: 10px; }

.contentslider {
  height: auto;
  background-color: transparent; }

.slidernav {
  position: relative;
  padding-top: 0px;
  clear: both;
  color: #95c120; }

.touricon {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 10px; }

.tourlinkblock {
  background-color: #1692cc; }

.tourtext {
  padding: 10px;
  font-family: 'Calluna Sans W01 Bold', sans-serif;
  color: #ffffff;
  text-align: center;
  text-decoration: none; }

.extratag {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 3px 5px;
  border: 1px solid #95c120;
  border-radius: 3px;
  background-color: #ffffff;
  font-family: 'Calluna Sans W01 Black', sans-serif;
  color: #95c120;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.extratag:hover {
  background-color: #95c120;
  color: #ffffff; }

.extratag.venues {
  margin-top: 15px;
  clear: both;
  border-color: #9e9e9e;
  color: #9e9e9e; }

.linkblock {
  display: inline-block;
  color: #ffffff;
  text-decoration: none; }

.h3-4-column {
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #000000;
  font-family: 'CallunaSansW01-Regular', sans-serif;
  color: #c5c5c5;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.column {
  padding-bottom: 15px; }

.column._5pxright {
  padding-right: 10px; }

.column._5pxleft {
  padding-left: 10px; }

.tab {
  position: relative;
  left: 0px;
  top: 0px;
  display: inline-block;
  padding: 15px;
  float: right;
  border-bottom: 1px none #000000;
  background-color: transparent;
  font-family: 'Calluna Sans W01 Black', sans-serif;
  color: #9e9e9e;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase; }

.tab.w--current {
  background-color: transparent;
  color: #4b4b4b; }

.tabsmenu {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  margin-top: 49px;
  margin-bottom: 0px;
  float: right; }

.tabsmenu.itinerary {
  border-bottom: 1px solid #9e9e9e; }

.tabsmenu.home {
  position: absolute;
  margin-top: 0px;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%); }

.imagebottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -1px;
  z-index: 300;
  width: 25%; }

.infowrapper {
  height: 30px; }

.infowrapper._3-column {
  display: block;
  margin-top: 8px;
  margin-left: 15px;
  float: left; }

.members-section #map {
  margin-bottom: 20px; }

.members-section .members-list p {
  margin-top: 0;
  font-size: 18px; }
  .members-section .members-list p .member-link {
    text-decoration: none;
    line-height: 18px;
    font-size: inherit; }

.member-row .member-logo {
  float: right;
  padding: 0 0 0 15px;
  margin: 0 0 15px 15px;
  border-left: 1px dotted #aaa; }

.sponsor-logo {
  text-decoration: none;
  padding: 20px;
  display: inline-block; }

.callout {
  display: inline-block;
  width: auto;
  margin-top: 10px;
  padding: 10px 10px 10px 15px;
  border-radius: 3px;
  background-color: #95c120;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  color: #ffffff;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase; }

.callout._3-column {
  margin-top: 0px;
  padding-left: 10px;
  float: left; }

.linkicon {
  display: inline;
  width: 16px;
  margin-right: 5px; }

.itineraryheader {
  display: inline-block;
  width: 50%;
  height: 100%;
  padding: 20px;
  float: left;
  border-bottom: 1px none #000000;
  background-color: rgba(255, 255, 255, 0.9); }

.itineraryheader.angle {
  background-color: transparent;
  background-image: url("/static/images/line_angle_white.svg?v=2&3539fb6f0e96");
  background-position: 0px 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  opacity: 0.9; }

.itinerary-intro {
  font-size: 18px;
  line-height: 24px; }
  .itinerary-intro p {
    font-size: 18px;
    line-height: 24px; }
  .itinerary-intro a {
    color: #95c120;
    text-decoration: none; }
  .itinerary-intro a:hover {
    text-decoration: underline; }

.card {
  display: inline-block;
  width: 33%;
  margin-bottom: 10px;
  padding: 10px;
  float: left; }

.imagewrapper {
  overflow: hidden;
  height: 200px;
  border-radius: 4px 0px 4px 4px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.imagewrapper.v4 {
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0px; }

.description {
  margin-top: 10px;
  font-size: 15px;
  line-height: 21px; }

.description a img:hover {
  opacity: 0.5; }

.meta {
  margin-top: 10px; }

.eventtextwrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-image: url("/static/images/line_angle_white_rotated.svg?v=2&3539fb6f0e96"), -webkit-linear-gradient(270deg, transparent 18%, rgba(0, 0, 0, 0.5) 70%);
  background-image: url("/static/images/line_angle_white_rotated.svg?v=2&3539fb6f0e96"), linear-gradient(180deg, transparent 18%, rgba(0, 0, 0, 0.5) 70%);
  background-position: 100% 0px, 0px 0px;
  background-size: auto 50%, auto;
  background-repeat: no-repeat, repeat; }

.eventtextwrapper.bottom-left {
  background-image: url("/static/images/line_angle_white.svg?v=2&3539fb6f0e96");
  background-position: 0px 100%;
  background-size: 15%;
  background-repeat: no-repeat; }

.event-name {
  position: static;
  left: 0px;
  top: 100%;
  padding-bottom: 5px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.35);
  font-family: 'Calluna Sans W01 Bold', sans-serif;
  color: #ffffff;
  font-size: 23px;
  line-height: 25px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5); }

.event-name.no-underline {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 5px;
  border-bottom-style: none;
  text-transform: none; }

.eventrow {
  padding-bottom: 10px; }

.event-card {
  height: 100%;
  border-bottom: 1px dotted #9e9e9e; }

.category {
  position: relative;
  top: 100%;
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 4px;
  border-radius: 1.5px;
  background-color: #ed6d04;
  font-family: 'Calluna Sans W01 Black', sans-serif;
  color: #000000;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase; }

.category._5px-left {
  margin-bottom: 5px;
  margin-left: 5px; }

.align-bottom {
  position: relative;
  top: 100%;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%); }

.visit-button {
  position: static;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 6px 6px 5px 22px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.15);
  background-image: url("/static/images/link_icon_white.svg?v=2&3539fb6f0e96");
  background-position: 4px 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer; }

.visit-button.no-upper {
  text-transform: none; }

.visit-button-large {
  padding: 15px 15px 15px 25px;
  background-position: 5px 50%;
  margin-right: 15px; }

.whatsonrow .visit-button {
  position: absolute;
  bottom: 0; }

.visit-button:hover {
  background-color: #95c120;
  color: #ffffff; }

.visit-button.green {
  margin-left: 0px;
  border-color: #95c120;
  background-color: transparent;
  background-image: url("/static/images/link_icon_green.svg?v=2&3539fb6f0e96");
  background-size: 14px;
  color: #95c120;
  text-decoration: none; }

.visit-button.green:hover {
  background-color: #95c120;
  background-image: url("/static/images/link_icon_white.svg?v=2&3539fb6f0e96");
  background-size: 14px;
  color: #ffffff; }

.visit-button.blue {
  margin-left: 0px;
  border-color: #1692cc;
  background-color: transparent;
  background-image: url("/static/images/link_icon_blue.svg?v=2&0db8f2178e42");
  background-size: 14px;
  color: #1692cc;
  text-decoration: none; }

.visit-button.blue:hover {
  background-color: #1692cc;
  background-image: url("/static/images/link_icon_white.svg?v=2&3539fb6f0e96");
  background-size: 14px;
  color: #ffffff; }

.visit-button._10-px-left {
  margin-left: 10px; }

.visit-button.button-no-icon {
  padding: 6px 6px 5px 6px;
  background-image: none; }
  .visit-button.button-no-icon:hover {
    background-image: none; }

.visit-button-large.button-no-icon {
  padding: 15px;
  background-image: none; }
  .visit-button-large.button-no-icon:hover {
    background-image: none; }

.visit-button-large.button-inverse {
  background-color: #95c120;
  color: #ffffff; }
  .visit-button-large.button-inverse:hover {
    background-color: #ffffff;
    color: #95c120; }

.visit-button-large.button-inverse.blue {
  background-color: #1692cc;
  color: #ffffff; }
  .visit-button-large.button-inverse.blue:hover {
    background-color: #ffffff;
    color: #1692cc; }

.inactive {
  color: #9e9e9e; }

.sort-by {
  color: #c5c5c5;
  text-transform: none; }

.location-wrapper {
  max-width: 145px;
  float: left; }

.second-nav {
  position: absolute;
  top: 0px;
  right: 0px;
  max-height: 60px;
  min-height: 30px;
  min-width: 200px;
  padding-top: 0px;
  padding-right: 10px; }

.top-links {
  display: inline;
  padding-left: 5px;
  font-family: 'Calluna Sans W01 Bold', sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 42px;
  text-decoration: none;
  text-transform: none; }

.top-links.last {
  margin-right: 10px; }

.remove-10px-padding {
  margin-right: -10px;
  margin-left: -10px; }

.back-to-events {
  display: inline-block;
  margin-top: 50px;
  float: right;
  color: #95c120; }

.detail-date {
  margin-bottom: 10px;
  padding-top: 10px;
  clear: both;
  font-size: 24px;
  line-height: 28px;
  text-transform: none; }

.map {
  height: 300px; }

.key-information {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  font-size: 28px;
  line-height: 28px;
  text-transform: none; }

.address-line {
  margin-bottom: 5px; }

.address-line.first-line {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700; }

.address-line.address-link {
  text-decoration: underline; }

.address-block {
  margin-top: 20px; }

.larger-map-link {
  display: block;
  margin-top: 5px;
  color: #95c120;
  font-size: 12px;
  font-weight: 600; }

.detail-heading {
  display: inline-block;
  border-bottom-style: none;
  font-size: 44px; }

.caption {
  display: block;
  width: 50%;
  margin-top: 0px;
  padding: 10px;
  border-bottom: 1px solid #9e9e9e;
  color: #4b4b4b;
  font-size: 12px;
  line-height: 17px; }

.message {
  height: 400px;
  min-height: 200px; }

.message.contact-field {
  min-height: 150px; }

.contact-field {
  margin-bottom: 20px; }

.send-button {
  margin-bottom: 40px;
  background-color: #95c120; }

.tour-image {
  width: 100%;
  height: auto;
  margin-bottom: 10px; }

.strapline {
  margin-top: 16px;
  font-family: 'Calluna Sans W01 Light', sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
  float: left; }

.see-all {
  margin-left: 10px;
  color: #1692cc;
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase; }

.map-bottom {
  border-radius: 4px;
  margin-bottom: 0 !important; }

.map-bottom iframe {
  border-radius: 4px 4px 0 0; }

.map-callout {
  margin-top: -6px;
  padding: 15px 15px 16px 15px;
  color: white;
  background-color: #1692cc;
  border-radius: 0 0 4px 4px;
  font-family: 'Calluna Sans W01 Bold', sans-serif; }

.map-callout a,
.map-callout a:visited,
.map-callout a:hover {
  color: #ffffff; }

.nl-column1 {
  padding-right: 10px;
  padding-left: 10px; }

.nl-column1._1 {
  padding-right: 10px; }

.nl-column1._2 {
  padding-left: 10px; }

.eq-height {
  margin-bottom: 20px; }

.variable-height {
  height: auto; }

#socialbuttons {
  float: right;
  margin-top: 7px;
  position: relative; }

#socialbuttons a {
  vertical-align: top; }

#socialbuttons div.facebook-like,
#socialbuttons div.google-plus,
#socialbuttons div.pinterest-pin,
#socialbuttons div.twitter-share {
  display: block;
  float: left; }

#socialbuttons div.facebook-like,
#socialbuttons div.facebook-like * {
  /* This is temporary until the trip advisor widget goes live */
  vertical-align: top !important; }

#socialbuttons div.facebook-like {
  margin: 0 5px 0 0; }

#socialbuttons div.google-plus {
  margin: 0 10px 0 0; }

#socialbuttons div.twitter-share {
  margin: 0 10px 0 0; }

.mobile-menu {
  display: none; }

#mc_embed_signup {
  margin-left: -10px; }

#mc_embed_signup .button {
  margin: 15px 5px 10px 0 !important;
  height: 35px !important; }
  #mc_embed_signup .button.button-alt {
    background-color: #95c120;
    margin-bottom: 50px !important; }
    #mc_embed_signup .button.button-alt:hover {
      background-color: #739519; }

#mc_embed_signup form {
  padding: 0 !important; }

#mc_embed_signup .asterisk {
  font-size: 1em !important;
  top: 0 !important; }

#mc_embed_signup .mc-field-group {
  min-height: 10px !important;
  width: 100% !important;
  padding-bottom: 8px !important; }

#mc_embed_signup .mc-field-group.no-padding {
  padding-bottom: 0; }

#calendar-wrap {
  z-index: 999;
  padding: 0; }
  #calendar-wrap .calendar-button {
    cursor: pointer; }
  #calendar-wrap .calendar-form {
    display: none;
    visibility: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0; }
  #calendar-wrap > button {
    visibility: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0; }

#mc_embed_signup .mc-field-group .inline-label {
  display: inline-block;
  margin-left: 5px; }

#mc_embed_signup .mc-field-group input[type='checkbox'] {
  display: inline-block;
  width: auto; }

.addsearch {
  display: inline-block;
  width: 200px;
  height: 47px;
  padding: 10px 15px;
  margin: -4px 0 0 0;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  font-family: 'CallunaSansW01-Regular', sans-serif;
  font-size: 16px; }

.filter-form--events {
  padding: 0;
  margin-bottom: 0.75rem; }
  @media (max-width: 767px) {
    .filter-form--events {
      padding: 1rem; } }
  .filter-form--events select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 4px;
    border: 1px solid #aaa;
    padding: 0 17px 0 7px;
    background: url("/static/images/down_arrow.png?0db8f2178e42") no-repeat 95% 50%;
    background-size: 9px;
    font-size: 17px;
    line-height: 27px; }
  .filter-form--events label {
    display: inline-block; }
  .filter-form--events .form-group-wrapper {
    margin: 0;
    padding: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 8px; }
  .filter-form--events .form-group-wrapper .form-group {
    margin-bottom: 8px; }
    .filter-form--events .form-group-wrapper .form-group > label {
      font-size: 1.2rem;
      padding: 0 0.5rem 0; }
    .filter-form--events .form-group-wrapper .form-group:nth-child(5) {
      border-bottom-width: 0; }
      .filter-form--events .form-group-wrapper .form-group:nth-child(5) div > ul li {
        margin: 0; }
  .filter-form--events .form-group-wrapper ul li {
    display: block;
    margin-bottom: 0;
    padding: 0 0.5rem 0; }
    .filter-form--events .form-group-wrapper ul li label {
      font-weight: 400;
      font-size: 1rem; }
    .filter-form--events .form-group-wrapper ul li [type='checkbox'] {
      border-color: transparent;
      background: transparent;
      position: relative;
      flex: 0 0 auto;
      margin-right: 0.5rem;
      width: 0.8em;
      height: 0.8em;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      overflow: visible !important; }
      .filter-form--events .form-group-wrapper ul li [type='checkbox']:focus, .filter-form--events .form-group-wrapper ul li [type='checkbox']:active {
        outline: none; }
      .filter-form--events .form-group-wrapper ul li [type='checkbox']:checked::before, .filter-form--events .form-group-wrapper ul li [type='checkbox']:active::before {
        display: block;
        font-family: 'Font Awesome 5 Free';
        background-color: #95c120;
        content: '\f00c';
        color: #FFF;
        font-style: normal;
        font-weight: 900;
        font-size: 0.7rem;
        line-height: 1.2;
        text-align: center; }
      .filter-form--events .form-group-wrapper ul li [type='checkbox']:active:focus::before {
        background-color: #95c120; }
      .filter-form--events .form-group-wrapper ul li [type='checkbox']::before {
        position: absolute;
        display: block;
        content: ' ';
        display: block;
        border: 2px solid #95c120;
        background: #FFF;
        width: 100%;
        height: 100%; }
  .filter-form--events .form-group-wrapper ul label {
    margin-bottom: 0;
    display: flex;
    flex: 1 0 auto;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: flex-start; }
    .filter-form--events .form-group-wrapper ul label input {
      margin-top: 0.25em; }

.filter-form__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 1rem 1rem 0.75rem 1rem;
  background: #95c120;
  color: #000000;
  cursor: pointer;
  text-decoration: none; }

.filter-form__button--reset {
  margin-left: 10px;
  box-shadow: inset 3px 3px 0 #95c120, inset -3px -3px 0 #95c120;
  color: #404040;
  background: #FFF; }
  .filter-form__button--reset .icn {
    font-size: 0.8em; }
  .filter-form__button--reset:hover, .filter-form__button--reset:active {
    color: #FFF;
    background: #95c120; }

.filter-form__button--submit {
  padding-right: 2rem;
  padding-left: 2rem; }
  .filter-form__button--submit:hover, .filter-form__button--submit:focus, .filter-form__button--submit:active {
    background-color: #7da21b; }

.filter-form__actions {
  display: flex;
  flex: 1 0 auto;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center; }

.filter-form__button--search {
  padding: 14px 13px 11px 13px;
  height: auto;
  background-color: #D51030; }

.filter-form__button--search {
  display: inline-block;
  background-color: #95c120;
  color: #ffffff;
  margin-left: -4px;
  padding: 11px 14px 11.5px 14px;
  border-bottom: 3px solid #95c120;
  margin-top: -1px; }

.w-slider {
  height: auto;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #1692cc; }
  .w-slider .w-slide {
    overflow: hidden; }
  .w-slider .video-slide-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    background-image: url("/static/images/play-icon.svg?v=2&3539fb6f0e96");
    margin: -25px 0 0 -25px;
    z-index: 1000; }

.add_search_form {
  float: right; }

@media (max-width: 991px) {
  .primary-itinerary-row .primary-itinerary-image {
    height: 250px;
    width: 100%; }
  .navmenu {
    height: auto;
    margin-top: 0px;
    padding-right: 0px;
    background-color: #ffffff; }
  .mastheadtextholder {
    width: 70%; }
  .homepage-title {
    width: 75%;
    margin-top: 48px; }
  .homepage-subtitle {
    width: 75%; }
  .searchfiled {
    display: none; }
  .whatsonh2 {
    margin-top: -60px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 70px; }
  .linkh3 {
    font-size: 20px; }
  .columntext {
    font-size: 14px; }
  .whatsonrow {
    margin-right: 0px;
    margin-left: 0px; }
  .behindh2 {
    font-size: 36px;
    line-height: 36px; }
  .behindh2.who {
    font-size: 36px; }
  .whorow {
    margin-right: 0px;
    margin-left: 0px; }
  .menubutton {
    width: 60px;
    float: right; }
  .menubutton.search {
    display: inline-block;
    width: 60px;
    height: 60px; }
  .searchicon {
    position: relative;
    top: 50%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    opacity: 0.8;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%); }
  .event._3-solumn {
    max-width: 320px; }
  .eventshortdesc {
    height: 90px; }
  .eventsh1.magin-bottom.float-left {
    font-size: 30px;
    line-height: 32px; }
  .tabsmenu {
    margin-top: 36px; }
  .card {
    width: 50%; }
  .location-wrapper {
    max-width: 100px; }
  .remove-10px-padding {
    margin-right: 0px;
    margin-left: 0px; }
  .back-to-events {
    margin-top: 27px;
    margin-right: 10px; }
  .detail-date {
    margin-left: 10px;
    float: left;
    clear: none; }
  .detail-heading {
    margin-left: 10px;
    font-size: 36px;
    line-height: 40px; }
  .send-button {
    border: 2px solid #95c120;
    border-radius: 4px;
    background-color: transparent;
    color: #95c120;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase; } }

@media (max-width: 767px) {
  .strapline {
    position: absolute;
    float: none;
    top: auto;
    right: 5px;
    bottom: 5px;
    left: 144px;
    text-align: right;
    margin-top: 14px; }
  .second-nav {
    display: none; }
  .home-page-signup {
    width: 100%; }
  .navbar {
    margin-right: -10px;
    margin-left: -10px; }
  .drop {
    padding: 11px 5px 11px 7px; }
  .droptext {
    font-size: 14px;
    margin-right: 0; }
  .mastheadtextholder {
    background-position: 100% 100%;
    background-size: 100%; }
  .homepage-title {
    width: 80%;
    margin-top: 18px;
    font-size: 30px;
    line-height: 30px; }
  .homepage-subtitle {
    font-size: 17px;
    line-height: 18px; }
  .whatsonh2 {
    margin-top: -38px;
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 40px; }
  .behindholder {
    height: 250px; }
  .behindh2 {
    text-align: center; }
  .eventsh1.magin-bottom.float-left {
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 30px; }
  .eventsh1,
  .eventsh2 {
    font-size: 38px; }
  .eventsh2 {
    font-size: 28px;
    margin-bottom: 30px; }
  .tabsmenu {
    position: relative;
    display: block;
    margin-top: 0px;
    float: left; }
  .description {
    height: auto; }
  .location-wrapper {
    max-width: 200px; }
  .w-nav-brand {
    padding-left: 5px; }
  .nl-column1._1 {
    padding-right: 0; }
  .nl-column1._2 {
    padding-left: 0; }
  .member-row .member-logo {
    max-width: 45%; }
  .shapewrapper.itinerary.primary {
    display: none; }
  .primary-itinerary-row img {
    border-radius: 0 0 4px 4px; }
  .primary-itinerary-row .primary-itinerary-text h3 {
    margin-top: 10px; }
  .primary-itinerary-row .image-wrap {
    display: none; }
  .homepage-tagline p {
    font-size: 1.3em; }
  .drop {
    display: block;
    float: none;
    height: 47px; }
    .drop.magenta, .drop.green .drop.orange {
      float: none;
      text-transform: none; }
  .add_search_form {
    width: 100%;
    float: none;
    border: none;
    padding: 0; }
    .add_search_form .addsearch {
      width: calc(100% - 50px) !important;
      padding: 10px 9px;
      float: left; } }

.mobile-slideimage {
  display: none; }

@media (max-width: 479px) {
  .w-slider .w-icon-slider-left,
  .w-slider .w-icon-slider-right {
    margin-top: 100px; }
  .w-slider .video-slide-icon {
    top: 0;
    margin-top: 100px; }
  .w-slider .slideimage {
    max-width: 200%;
    transform: translate(-25%); }
    .w-slider .slideimage.hidden-mobile {
      display: none; }
  .w-slider .mobile-slideimage {
    display: inline-block;
    max-width: 100%; }
  .attachment-button {
    display: block;
    width: 100%; }
  .mastheadtextholder {
    width: 80%; }
  .navmenu {
    background-color: transparent; }
  .drop.orange {
    border-right: none; }
  .droplist.w--open {
    border-right: none;
    border-left: none; }
  .homepage-title {
    display: none; }
  .homepage-subtitle {
    width: 80%;
    font-size: 22px; }
    .homepage-subtitle p {
      line-height: 18px; }
  .whatsonh2 {
    margin-top: -17px;
    font-size: 40px; }
  .eventimage {
    max-width: 120%; }
  .eventsh1.magin-bottom {
    font-size: 28px;
    line-height: 32px; }
  .card {
    width: 100%; }
  .itineraryheader {
    width: 100%; }
  .itineraryheader.angle {
    display: none; }
  .tab {
    padding: 10px 6px; } }

@media print {
  .navmenu,
  .second-nav,
  #socialbuttons,
  .itineraryheader.angle {
    display: none !important; }
  .w-section.itinerary {
    background-image: none !important;
    height: auto;
    min-height: auto; }
  .eq-height {
    height: auto !important; }
    .eq-height .event-card {
      page-break-inside: avoid;
      height: auto; }
      .eq-height .event-card .imagewrapper {
        height: auto;
        background-image: none !important; }
        .eq-height .event-card .imagewrapper .eventtextwrapper {
          height: auto;
          background-image: none; }
          .eq-height .event-card .imagewrapper .eventtextwrapper .align-bottom {
            top: 0;
            -webkit-transform: none;
            transform: none; }
        .eq-height .event-card .imagewrapper .event-name {
          color: #333333; } }

#cookie-notice {
  background-color: #1692cc;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 15px 0 40px;
  z-index: 1000000; }
  #cookie-notice a {
    color: #ffffff; }
  #cookie-notice #close-cookie-notice {
    font-weight: 700;
    position: absolute;
    top: 15px;
    left: 15px;
    cursor: pointer; }

.search-form-container {
  display: block;
  text-align: right; }

a.desktop-only {
  text-decoration: none; }

@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none; } }

.select2.select2-container {
  min-width: 100%; }

ul.select2-results__options {
  width: 100%; }

.center-align {
  margin: 0 auto; }

.expired-event-banner {
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 15px;
  background-color: rgba(229, 57, 53, 0.8);
  color: #ffffff;
  z-index: 9999999999; }

.btn--plain {
  margin: 0 -4px 0 0;
  color: black;
  background: transparent; }
  .btn--plain:hover, .btn--plain:active {
    color: white;
    background: blue; }
  .btn--plain.btn--alt {
    background: transparent; }
    .btn--plain.btn--alt:hover, .btn--plain.btn--alt:active {
      background: blue; }

.favs {
  color: #ce1e4e; }
  .favs .fa-2x {
    font-size: 1.8em; }

.share-form input,
.share-form textarea {
  padding: 8px;
  border: 1px solid #abb0b2;
  border-radius: 3px;
  margin-bottom: 10px; }

@media screen {
  .hidden-screen {
    display: none; } }

.modal-dialog {
  width: 540px; }

.modal-content {
  background-color: #FAF7E8;
  border-radius: 0; }
  .modal-content.ccModalContent {
    background-color: #FFFFFF; }
    .modal-content.ccModalContent p {
      text-align: left;
      font-family: 'CallunaSansW01-Regular', sans-serif; }
    .modal-content.ccModalContent .btn-primary {
      color: #FFFFFF; }
    .modal-content.ccModalContent .btn-outline {
      border-color: #6E445D;
      color: #FFFFFF;
      background-color: #ffcb00; }
      .modal-content.ccModalContent .btn-outline:hover, .modal-content.ccModalContent .btn-outline:focus {
        background-color: #ed6d04; }
    .modal-content.ccModalContent .modal-header .modal-title {
      color: #95c120; }
  .modal-content .modal-header {
    border-bottom: none;
    padding-bottom: 0; }
    .modal-content .modal-header .modal-title {
      margin-bottom: 0; }
  .modal-content .modal-footer {
    border-top: none;
    padding-top: 0; }

.btn.btn-full-width {
  width: 100% !important; }

.btn {
  border-radius: 0;
  border: none;
  font-size: 18px;
  line-height: 1.2;
  padding: 11px 14px 11px 14px;
  text-align: left;
  text-transform: uppercase; }
  .btn:after {
    content: '\f054';
    font-family: FontAwesome;
    float: right;
    margin-left: 2em;
    margin-top: 2px; }

.btn-primary {
  color: #3c3c3b;
  background-color: #95c120;
  font-weight: 500; }

a.primary-link {
  color: #95c120; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus:active {
  color: #3c3c3b;
  background-color: #1692cc; }

@media print {
  .body-wrapper {
    padding: 10px; }
  .logo {
    width: 100px;
    height: 100px; }
  .strapline {
    display: none !important; }
  ._1200pxwrapper {
    max-width: 100%; }
  .print-col-4 {
    width: 33.333333%; }
  .print-col-8 {
    width: 66.666666%; }
  .w-nav-brand {
    margin-bottom: 0;
    height: 6rem; }
  .navmenu,
  .second-nav,
  #socialbuttons,
  .itineraryheader.angle {
    display: none !important; }
  .w-section.itinerary {
    background-image: none !important;
    height: auto;
    min-height: auto; }
  .eventsh1 {
    display: none; }
  .eq-height {
    height: auto !important;
    float: none !important;
    display: inline-block !important;
    width: 100% !important;
    vertical-align: top;
    margin-bottom: 0; }
    .eq-height .event-card {
      page-break-inside: avoid;
      height: auto; }
      .eq-height .event-card .eventtextwrapper {
        padding-bottom: 0; }
      .eq-height .event-card .location-wrapper {
        max-width: 100%; }
      .eq-height .event-card .event-name {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        padding-bottom: 0; }
      .eq-height .event-card .event__meta-list {
        margin-bottom: 0 !important; }
      .eq-height .event-card .eventstarttime p {
        font-size: 15px; }
      .eq-height .event-card .imagewrapper {
        height: auto;
        background-image: none !important;
        background-color: white; }
        .eq-height .event-card .imagewrapper .eventtextwrapper {
          height: auto;
          background-image: none;
          background-color: white; }
          .eq-height .event-card .imagewrapper .eventtextwrapper .align-bottom {
            top: 0;
            -webkit-transform: none;
            transform: none; }
        .eq-height .event-card .imagewrapper .event-name {
          color: #333;
          text-shadow: none; }
      .eq-height .event-card .description--favourites {
        margin-bottom: 0; }
  .hidden-print {
    display: none !important; }
  .print-red {
    color: red !important; } }

/*! jQuery UI - v1.10.1 - 2013-02-25
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	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);
}

.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-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("/static/admin_tools/css/jquery/images/animated-overlay.gif?b10ce5fff39f");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	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 a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(/static/admin_tools/css/jquery/images/ui-bg_flat_75_ffffff_40x100.png?b10ce5fff39f) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(/static/admin_tools/css/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png?b10ce5fff39f) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(/static/admin_tools/css/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png?b10ce5fff39f) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url(/static/admin_tools/css/jquery/images/ui-bg_glass_75_dadada_1x400.png?b10ce5fff39f) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(/static/admin_tools/css/jquery/images/ui-bg_glass_65_ffffff_1x400.png?b10ce5fff39f) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(/static/admin_tools/css/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png?b10ce5fff39f) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(/static/admin_tools/css/jquery/images/ui-bg_glass_95_fef1ec_1x400.png?b10ce5fff39f) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
	background-position: 16px 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/static/admin_tools/css/jquery/images/ui-icons_222222_256x240.png?b10ce5fff39f);
}
.ui-widget-header .ui-icon {
	background-image: url(/static/admin_tools/css/jquery/images/ui-icons_222222_256x240.png?b10ce5fff39f);
}
.ui-state-default .ui-icon {
	background-image: url(/static/admin_tools/css/jquery/images/ui-icons_888888_256x240.png?b10ce5fff39f);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(/static/admin_tools/css/jquery/images/ui-icons_454545_256x240.png?b10ce5fff39f);
}
.ui-state-active .ui-icon {
	background-image: url(/static/admin_tools/css/jquery/images/ui-icons_454545_256x240.png?b10ce5fff39f);
}
.ui-state-highlight .ui-icon {
	background-image: url(/static/admin_tools/css/jquery/images/ui-icons_2e83ff_256x240.png?b10ce5fff39f);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/static/admin_tools/css/jquery/images/ui-icons_cd0a0a_256x240.png?b10ce5fff39f);
}

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(/static/admin_tools/css/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png?b10ce5fff39f) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(/static/admin_tools/css/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png?b10ce5fff39f) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}
