/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined 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/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 when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/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;
}
/*
@media @large { 
  .component-nav { … }
}
*/
@font-face {
  font-family: 'montserrat-regular';
  src: url('fonts/montserrat-regular-webfont.eot');
  src: url('fonts/montserrat-regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-regular-webfont.woff2') format('woff2'), url('fonts/montserrat-regular-webfont.woff') format('woff'), url('fonts/montserrat-regular-webfont.ttf') format('truetype'), url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat-semi_bold';
  src: url('fonts/montserrat-semibold-webfont.eot');
  src: url('fonts/montserrat-semibold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-semibold-webfont.woff2') format('woff2'), url('fonts/montserrat-semibold-webfont.woff') format('woff'), url('fonts/montserrat-semibold-webfont.ttf') format('truetype'), url('fonts/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat-ultra_light';
  src: url('fonts/montserrat-ultralight-webfont.eot');
  src: url('fonts/montserrat-ultralight-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-ultralight-webfont.woff2') format('woff2'), url('fonts/montserrat-ultralight-webfont.woff') format('woff'), url('fonts/montserrat-ultralight-webfont.ttf') format('truetype'), url('fonts/montserrat-ultralight-webfont.svg#montserratultra_light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat-black';
  src: url('fonts/montserrat-black-webfont.eot');
  src: url('fonts/montserrat-black-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-black-webfont.woff2') format('woff2'), url('fonts/montserrat-black-webfont.woff') format('woff'), url('fonts/montserrat-black-webfont.ttf') format('truetype'), url('fonts/montserrat-black-webfont.svg#montserratblack') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('fonts/montserrat-bold-webfont.eot');
  src: url('fonts/montserrat-bold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-bold-webfont.woff2') format('woff2'), url('fonts/montserrat-bold-webfont.woff') format('woff'), url('fonts/montserrat-bold-webfont.ttf') format('truetype'), url('fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat-extra_bold';
  src: url('fonts/montserrat-extrabold-webfont.eot');
  src: url('fonts/montserrat-extrabold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-extrabold-webfont.woff2') format('woff2'), url('fonts/montserrat-extrabold-webfont.woff') format('woff'), url('fonts/montserrat-extrabold-webfont.ttf') format('truetype'), url('fonts/montserrat-extrabold-webfont.svg#montserratextra_bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat-hairline';
  src: url('fonts/montserrat-hairline-webfont.eot');
  src: url('fonts/montserrat-hairline-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-hairline-webfont.woff2') format('woff2'), url('fonts/montserrat-hairline-webfont.woff') format('woff'), url('fonts/montserrat-hairline-webfont.ttf') format('truetype'), url('fonts/montserrat-hairline-webfont.svg#montserrathairline') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat-light';
  src: url('fonts/montserrat-light-webfont.eot');
  src: url('fonts/montserrat-light-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-light-webfont.woff2') format('woff2'), url('fonts/montserrat-light-webfont.woff') format('woff'), url('fonts/montserrat-light-webfont.ttf') format('truetype'), url('fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hello_beautiful-marker';
  src: url('fonts/hellobeautiful-marker-webfont.eot');
  src: url('fonts/hellobeautiful-marker-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/hellobeautiful-marker-webfont.woff2') format('woff2'), url('fonts/hellobeautiful-marker-webfont.woff') format('woff'), url('fonts/hellobeautiful-marker-webfont.ttf') format('truetype'), url('fonts/hellobeautiful-marker-webfont.svg#hello_beautifulmarker') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'hello_beautiful-swashes';
  src: url('fonts/hellobeautiful-swashes-webfont.eot');
  src: url('fonts/hellobeautiful-swashes-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/hellobeautiful-swashes-webfont.woff2') format('woff2'), url('fonts/hellobeautiful-swashes-webfont.woff') format('woff'), url('fonts/hellobeautiful-swashes-webfont.ttf') format('truetype'), url('fonts/hellobeautiful-swashes-webfont.svg#hello_beautifulswashes') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'socicon';
  src: url('fonts/socicon-webfont.eot');
  src: url('fonts/socicon-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/socicon-webfont.woff') format('woff'), url('fonts/socicon-webfont.woff2') format('woff2'), url('fonts/socicon-webfont.ttf') format('truetype'), url('fonts/socicon-webfont.svg#sociconregular') format('svg');
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
}
body {
  font-family: 'montserrat-regular', helvetica, arial, sans-serif;
  color: #0a0a0a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'montserrat-semi_bold', helvetica, arial, sans-serif;
  color: #0a0a0a;
}
body,
html {
  background: #f3f0ec url(../img/background.png);
  overflow-x: hidden;
}
body:before,
body:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 99;
  top: 0;
  background-repeat: no-repeat;
  height: 1000px;
  position: fixed;
}
body:before {
  background-image: url(../img/foliage-left5e1f.png?v=2);
  background-position: right top;
  left: 0;
  right: 50%;
  margin-right: 475px;
  max-width: 407px;
}
body:after {
  background-image: url(../img/foliage-right5e1f.png?v=2);
  background-position: left top;
  left: 50%;
  right: 0;
  margin-left: 475px;
  max-width: 407px;
}
/*.inner.is_stuck:before,
		.inner.is_stuck:after {
			position: fixed;
		}*/
.wrap {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.head {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 10%;
}
.inner {
  padding-top: 30px;
  position: relative;
}
body.mce-content-body {
  padding-top: 30px !important;
  max-width: 930px;
  margin: 0 auto;
}
.inner-wrap {
  position: relative;
  z-index: 2;
  min-height: 500px;
}
body.holding .inner-wrap {
  min-height: 300px;
}
@media only screen and (min-width: 1744px) {
  body:after {
    right: 0;
    left: auto;
    width: 407px;
    margin: 0;
  }
}
@media only screen and (max-width: 970px) {
  body:before,
  body:after {
    display: none;
  }
}
@media only screen and (min-width: 861px) and (max-width: 1600px) {
  body:before,
  body:after {
    background-size: auto;
  }
  body:before {
    background-position: right top;
  }
  body:after {
    background-position: left top;
  }
}
@media only screen and (max-width: 860px) {
  body:before,
  body:after {
    display: none;
  }
  .inner {
    z-index: 1;
    padding: 20px;
  }
}
.head:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  background: url(../img/foliage-top-lrg.png) no-repeat top center;
  height: 236px;
  margin: 0 auto;
}
.head-wrap {
  background: #ffffff;
  position: relative;
  z-index: 3;
  margin-top: 55px;
}
.head-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.head-btn {
  float: left;
  width: 70px;
  height: 70px;
  border-right: solid 1px #e5e5e5;
}
.head-btn a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/ico-deer.png) no-repeat center;
}
.head-logo {
  position: absolute;
  top: -55px;
  left: 37%;
  right: 40%;
  margin: 0;
}
.head-logo img {
  width: 100%;
  z-index: 2;
  position: relative;
}
.head-logo:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -100%;
  right: -100%;
  background: url(../img/foliage-top-sml.png) no-repeat top center;
  background-size: contain;
  padding: 40% 0 0;
}
.head-social {
  margin: 0 0 0 12px;
  padding: 0;
  float: left;
  white-space: nowrap;
}
.head-social-link {
  display: inline-block;
  margin: 22px 10px;
  padding: 0;
}
.head-social-link a {
  display: block;
  width: 26px;
  height: 26px;
  background-position: top center;
  background-repeat: no-repeat;
  text-indent: 26px;
  overflow: hidden;
  text-decoration: none;
}
.head-social-link a:hover,
.head-social-link a:active,
.head-social-link a:focus {
  background-position: bottom center;
}
.head-social-link.mod-facebook a {
  background-image: url(../img/ico-fb.png);
}
.head-social-link.mod-twitter a {
  background-image: url(../img/ico-tw.png);
}
.head-social-link.mod-youtube a {
  background-image: url(../img/ico-yt.png);
}
.head-social-link.mod-instagram a {
  background-image: url(../img/ico-ig.png);
}
.head-nav {
  clear: both;
  float: left;
  width: 79.5%;
  height: 50px;
  border-top: solid 1px #e5e5e5;
  margin-right: -1px;
}
.head-widget {
  float: right;
  border-left: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
  width: 20.5%;
  height: 50px;
}
.head-widget.mod-top {
  border: none;
  width: 40%;
  height: 70px;
}
.widget.mod-image a {
  width: 65%;
  text-decoration: none;
  display: block;
  position: relative;
  margin: 0 auto;
}
.widget.mod-image img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.widget.mod-image img.widget-image-over {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  visibility: hidden;
}
.widget.mod-image a:hover .widget-image-off {
  visibility: hidden;
}
.widget.mod-image a:hover .widget-image-over {
  visibility: visible;
}
.widget.mod-image:after {
  content: '';
  width: 1px;
  height: 100%;
  margin-left: -1px;
  display: inline-block;
  vertical-align: middle;
}
.widget.mod-quotes {
  overflow: hidden;
  position: relative;
  height: 100%;
  text-align: left;
}
.widget.mod-quotes .quotes {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  margin: 0;
  padding: 0;
  height: 100%;
}
.widget.mod-quotes .quotes-item {
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.widget.mod-quotes .quotes-item-title {
  padding: 20px 0 10px 0;
  margin: 0;
  font-size: 13px;
  line-height: 15px;
  font-family: 'montserrat-bold', helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #333132;
}
.widget.mod-quotes .quotes-item-author {
  font-style: normal;
}
@media only screen and (max-width: 860px) {
  .head:before {
    background-size: cover;
    height: 115px;
  }
  .head-logo {
    left: 50%;
    right: 50%;
    bottom: 50px;
    width: 220px;
  }
  .head-logo:before {
    left: -100%;
    right: 0;
    padding-bottom: 25%;
  }
  .head-logo img {
    position: relative;
    left: -50%;
  }
  .head-social-link:nth-child(n+3) {
    display: none;
  }
  .head-widget {
    display: none;
  }
  .head-btn {
    border: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 860px) {
  .head-nav {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 599px) {
  .head-wrap {
    margin-top: 40px;
  }
  .head-logo {
    left: 90px;
    right: 90px;
    top: -40px;
    bottom: auto;
    width: auto;
  }
  .head-logo:before {
    display: none;
  }
  .head-logo img {
    width: 100%;
    max-width: 220px;
    display: block;
    margin: 0 auto;
    left: 0;
  }
  .head-nav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: auto;
    border: none;
  }
  .head-social {
    float: right;
  }
  .head-sponsor {
    display: none;
  }
  .head-btn {
    cursor: pointer;
  }
  .head-btn:hover,
  .head-btn:active,
  .head-btn.is-on {
    background-color: #ac2e29;
  }
  .head-btn:hover a,
  .head-btn:active a,
  .head-btn.is-on a {
    background-position: bottom left;
  }
  .head-btn a {
    background: url(../img/ico-nav.png) no-repeat center top;
    width: 31px;
    height: 30px;
    margin: 19px 0 0 19px;
  }
}
@media only screen and (max-width: 359px) {
  .head-logo {
    left: 70px;
    right: 70px;
  }
  .head-social {
    display: none;
  }
}
.foot {
  clear: both;
  text-align: center;
  font-size: 0;
}
.foot-logo {
  margin: 20px 0;
}
.foot-logo img {
  width: 100%;
}
.foot-text {
  display: inline-block;
  font-size: 12px;
  font-family: 'montserrat-regular', helvetica, arial, sans-serif;
  color: #333132;
  margin: 80px 0 30px;
}
.foot-nav {
  display: inline-block;
  white-space: nowrap;
}
.foot-nav .menu {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.foot-nav .menu-item {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: 'montserrat-regular', helvetica, arial, sans-serif;
  color: #333132;
}
.foot-nav .menu-item:before {
  content: '|';
  margin: 0 5px;
}
.foot-nav .menu-item a {
  color: inherit;
  text-decoration: none;
}
.foot-nav .menu-item a:hover,
.foot-nav .menu-item a:active,
.foot-nav .menu-item a:focus,
.foot-nav .current-menu-item a {
  text-decoration: underline;
}
.foot-sponsors-title {
  font-size: 20px;
  color: #333132;
  margin: 40px 0 10px;
  font-weight: normal;
}
.foot-sponsors {
  margin: 0 0 30px 0;
  padding: 0;
}
.foot-sponsor {
  margin: 17px;
  display: inline-block;
  vertical-align: middle;
}
.foot-sponsor img {
  width: 100%;
}
.head-nav .menu {
  display: block;
  overflow: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.head-nav .menu-item {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 100%;
}
.head-nav .menu-item a {
  display: block;
  height: 100%;
  padding: 0 17px;
  line-height: 50px;
  font-size: 14px;
  font-family: 'montserrat-semi_bold', helvetica, arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: #0a0a0a;
}
.head-nav .menu-item a:hover,
.head-nav .menu-item a:active,
.head-nav .menu-item a:focus,
.head-nav .current-menu-item a,
.head-nav .current-page-ancestor a {
  background-color: #ac2e29;
  color: #ffffff;
}
.head-nav .menu-item.color-red a:hover,
.head-nav .menu-item.color-red a:active,
.head-nav .menu-item.color-red a:focus,
.head-nav .current-menu-item.color-red a,
.head-nav .current-page-ancestor.color-red a {
  background-color: #ac2e29;
}
.head-nav .menu-item.color-turquoise a:hover,
.head-nav .menu-item.color-turquoise a:active,
.head-nav .menu-item.color-turquoise a:focus,
.head-nav .current-menu-item.color-turquoise a,
.head-nav .current-page-ancestor.color-turquoise a {
  background-color: #29b8b4;
}
.head-nav .menu-item.color-purple a:hover,
.head-nav .menu-item.color-purple a:active,
.head-nav .menu-item.color-purple a:focus,
.head-nav .current-menu-item.color-purple a,
.head-nav .current-page-ancestor.color-purple a {
  background-color: #9448a0;
}
.head-nav .menu-item.color-orange a:hover,
.head-nav .menu-item.color-orange a:active,
.head-nav .menu-item.color-orange a:focus,
.head-nav .current-menu-item.color-orange a,
.head-nav .current-page-ancestor.color-orange a {
  background-color: #ed8025;
}
.head-nav .menu-item.color-green a:hover,
.head-nav .menu-item.color-green a:active,
.head-nav .menu-item.color-green a:focus,
.head-nav .current-menu-item.color-green a,
.head-nav .current-page-ancestor.color-green a {
  background-color: #009926;
}
.head-nav .menu-item.color-blue a:hover,
.head-nav .menu-item.color-blue a:active,
.head-nav .menu-item.color-blue a:focus,
.head-nav .current-menu-item.color-blue a,
.head-nav .current-page-ancestor.color-blue a {
  background-color: #000099;
}
.head-nav .menu-item.color-pink a:hover,
.head-nav .menu-item.color-pink a:active,
.head-nav .menu-item.color-pink a:focus,
.head-nav .current-menu-item.color-pink a,
.head-nav .current-page-ancestor.color-pink a {
  background-color: #ff3399;
}
@media only screen and (max-width: 599px) {
  .head-nav .menu {
    background: #ac2e29;
    overflow: hidden;
    height: 0;
  }
  .head-nav.is-on .menu {
    height: auto;
  }
  .head-nav .menu-item {
    display: block;
    height: auto;
    border: solid 2px #97211c;
    border-style: none solid solid;
  }
  .head-nav .menu-item:first-child {
    border-top: solid 2px #97211c;
    margin-top: 20px;
  }
  .head-nav .menu-item a {
    display: block;
    height: auto;
    padding: 0 20px;
    line-height: 2em;
    font-size: 35px;
    font-family: 'montserrat-bold', helvetica, arial, sans-serif;
    color: #ffffff;
    text-align: center;
  }
  .head-nav .menu .menu-item a:hover,
  .head-nav .menu .menu-item a:active,
  .head-nav .menu .menu-item a:focus,
  .head-nav .menu .current-menu-item a,
  .head-nav .menu .current-page-ancestor a {
    background-color: #ffffff;
    color: #ac2e29;
  }
}
@media only screen and (max-width: 359px) {
  .head-nav .menu-item a {
    padding: 0 10px;
    font-size: 25px;
  }
}
.ninja-forms-cont {
  margin: 0 -2%;
}
.ninja-forms-cont .ninja-forms-required-items {
  display: none;
}
.ninja-forms-cont fieldset {
  float: left;
  width: 46.0%;
  border: none;
  padding: 0;
  margin: 30px 2%;
}
.ninja-forms-cont .ninja-forms-response-msg {
  margin: 0 2%;
}
.ninja-forms-cont .ninja-forms-error-msg {
  color: #ac2e29;
}
.ninja-forms-cont .ninja-forms-success-msg {
  color: #ac2e29;
  position: relative;
  z-index: 2;
  font-size: 50px;
  font-family: 'hello_beautiful-marker', helvetica, arial, sans-serif;
  font-weight: normal;
  margin: 20px;
  text-transform: uppercase;
  text-align: center;
}
.ninja-forms-cont .ninja-forms-success-msg p:after {
  content: 'u';
  display: block;
  font-family: 'hello_beautiful-swashes', helvetica, arial, sans-serif;
  line-height: 1.0;
  margin: -0.5em 0 0;
  -webkit-transform: scale(2, 1);
  -moz-transform: scale(2, 1);
  -ms-transform: scale(2, 1);
  -o-transform: scale(2, 1);
  transform: scale(2, 1);
}
.ninja-forms-cont .field-wrap label {
  font-family: 'montserrat-semi_bold', helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
.ninja-forms-cont .field-wrap.text-wrap input {
  font-size: 14px;
  padding: 0 10px;
  line-height: 40px;
  border: solid 1px #333132;
  font-family: 'montserrat-regular', helvetica, arial, sans-serif;
  font-weight: normal;
}
.ninja-forms-cont .field-wrap.list-dropdown-wrap select {
  font-size: 14px;
  padding: 0 0 0 10px;
  line-height: 40px;
  height: 40px;
  border: solid 1px #333132;
  font-family: 'montserrat-regular', helvetica, arial, sans-serif;
  font-weight: normal;
}
.ninja-forms-cont .field-wrap.list-dropdown-wrap select option {
  line-height: 20px;
  height: 40px;
  padding: 10px;
}
.ninja-forms-cont .field-wrap.textarea-wrap textarea {
  font-size: 14px;
  padding: 10px 5px;
  line-height: 18px;
  border: solid 1px #333132;
  height: 330px;
  font-family: 'montserrat-regular', helvetica, arial, sans-serif;
  font-weight: normal;
}
.ninja-forms-cont .field-wrap.submit-wrap input {
  float: right;
}
.ninja-forms-cont .field-wrap.ninja-forms-error input {
  border-color: #ac2e29;
}
.ninja-forms-cont .field-wrap .ninja-forms-req-symbol {
  color: #ac2e29;
  font-size: 25px;
  position: relative;
  top: 0.1em;
}
.ninja-forms-cont .field-wrap .ninja-forms-field-error,
.ninja-forms-cont .field-wrap .ninja-forms-error-msg {
  display: none;
}
@media only screen and (max-width: 860px) {
  .ninja-forms-cont {
    margin: 30px 0;
  }
  .ninja-forms-cont fieldset {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.button,
.submit-wrap input,
.mailchimp-submit input {
  border: solid 1px #ffffff;
  border-radius: 1px;
  color: #ffffff;
  background: #ac2e29;
  outline: none;
  overflow: hidden;
  padding: 0 40px;
  margin: 0;
  font-size: 16px;
  font-family: 'montserrat-semi_bold', helvetica, arial, sans-serif;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}
.thumbnails {
  clear: both;
  overflow: hidden;
  margin: 15px -15px;
}
.thumbnails.mod-no_padding {
  margin: 30px 0;
}
.thumbnail {
  float: left;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.thumbnails.mod-4cols .thumbnail {
  width: 25%;
  padding-bottom: 25%;
}
.thumbnails.mod-3cols .thumbnail {
  width: 33.33%;
  padding-bottom: 26%;
}
.thumbnails.mod-2cols .thumbnail {
  width: 50%;
  padding-bottom: 50%;
}
.thumbnails.mod-1cols .thumbnail {
  width: 100%;
  padding-bottom: 100%;
}
.thumbnails.mod-4cols .thumbnail.mod-double {
  width: 50%;
  padding-bottom: 50%;
}
.thumbnails.mod-3cols .thumbnail.mod-double {
  width: 66.66%;
  padding-bottom: 26%;
}
.thumbnails .thumbnail.mod-tall {
  padding-bottom: 36.5%;
}
.thumbnails.mod-photowall .thumbnail {
  width: 33.3%;
  padding-bottom: 26%;
}
.thumbnails.mod-photowall .thumbnail:first-child {
  width: 66.6%;
  padding-bottom: 52%;
}
.thumbnails.mod-photowall .thumbnail:nth-child(4) {
  clear: both;
  width: 25%;
  padding-bottom: 25%;
}
.thumbnails.mod-photowall .thumbnail:nth-child(5) {
  width: 25%;
  padding-bottom: 25%;
}
.thumbnails.mod-photowall .thumbnail:nth-child(6) {
  width: 49.9%;
  padding-bottom: 25%;
}
.thumbnails.mod-photowall .thumbnail-large_title,
.thumbnails.mod-photowall .thumbnail-button {
  display: none;
}
.thumbnails.mod-photowall .thumbnail:first-child .thumbnail-large_title,
.thumbnails.mod-photowall .thumbnail:first-child .thumbnail-button {
  display: inline-block;
}
.thumbnails.mod-photowall .thumbnail:first-child .thumbnail-large_title {
  width: 90%;
  margin: 20px 5%;
}
.thumbnail-wrap {
  margin: 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-decoration: none;
  background-color: #333132;
  font-size: 0;
}
.thumbnails.mod-no_padding .thumbnail-wrap {
  margin: 0;
}
.thumbnail-wrap:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  width: 1px;
  height: 100%;
  margin-right: -1px;
}
.thumbnail-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  transition: opacity 1.0s ease;
}
.thumbnails.mod-shift_image .thumbnail-image {
  background-position: 50% -40px;
}
.thumbnail.mod-no_fade .thumbnail-image {
  opacity: 1.0;
}
.thumbnail-content {
  vertical-align: middle;
  display: inline-block;
  width: 99%;
  font-size: 16px;
}
.thumbnail-large_title {
  position: relative;
  z-index: 2;
  font-size: 40px;
  font-family: 'hello_beautiful-marker', helvetica, arial, sans-serif;
  font-weight: normal;
  color: #ffffff;
  margin: 20px;
  text-transform: uppercase;
}
.thumbnail-title {
  position: relative;
  z-index: 2;
  font-family: 'montserrat-semi_bold', helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 27px;
  word-wrap: break-word;
  color: #ffffff;
  padding: 0 20px;
  margin: 0;
}
.thumbnail-title:after {
  content: 'u';
  display: block;
  font-family: 'hello_beautiful-swashes', helvetica, arial, sans-serif;
  line-height: 1.0;
  margin: -0.5em 0 0;
  visibility: hidden;
  -webkit-transform: scale(2, 1);
  -moz-transform: scale(2, 1);
  -ms-transform: scale(2, 1);
  -o-transform: scale(2, 1);
  transform: scale(2, 1);
}
.thumbnail:hover .thumbnail-title:after {
  visibility: visible;
}
.thumbnail-subtitle {
  font-size: 18px;
  display: block;
  font-family: 'montserrat-regular', helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-top: 2px;
}
.thumbnail-note {
  font-size: 16px;
  display: block;
  font-family: 'montserrat-regular', helvetica, arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-top: 2px;
}
.thumbnail-button {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  background: none;
  transition: background 0.4s ease;
}
.thumbnail-wrap:hover .thumbnail-image,
.thumbnail-wrap:active .thumbnail-image,
.thumbnail-wrap:focus .thumbnail-image {
  opacity: 1.0;
}
.thumbnails.mod-red .thumbnail-wrap:hover .thumbnail-button,
.thumbnails.mod-red .thumbnail-wrap:active .thumbnail-button,
.thumbnails.mod-red .thumbnail-wrap:focus .thumbnail-button {
  background: #ac2e29;
}
.thumbnails.mod-turquoise .thumbnail-wrap:hover .thumbnail-button,
.thumbnails.mod-turquoise .thumbnail-wrap:active .thumbnail-button,
.thumbnails.mod-turquoise .thumbnail-wrap:focus .thumbnail-button {
  background: #29b8b4;
}
.thumbnails.mod-purple .thumbnail-wrap:hover .thumbnail-button,
.thumbnails.mod-purple .thumbnail-wrap:active .thumbnail-button,
.thumbnails.mod-purple .thumbnail-wrap:focus .thumbnail-button {
  background: #9448a0;
}
.thumbnails.mod-orange .thumbnail-wrap:hover .thumbnail-button,
.thumbnails.mod-orange .thumbnail-wrap:active .thumbnail-button,
.thumbnails.mod-orange .thumbnail-wrap:focus .thumbnail-button {
  background: #ed8025;
}
.thumbnails.mod-green .thumbnail-wrap:hover .thumbnail-button,
.thumbnails.mod-green .thumbnail-wrap:active .thumbnail-button,
.thumbnails.mod-green .thumbnail-wrap:focus .thumbnail-button {
  background: #009926;
}
.thumbnails.mod-blue .thumbnail-wrap:hover .thumbnail-button,
.thumbnails.mod-blue .thumbnail-wrap:active .thumbnail-button,
.thumbnails.mod-blue .thumbnail-wrap:focus .thumbnail-button {
  background: #000099;
}
.thumbnails.mod-pink .thumbnail-wrap:hover .thumbnail-button,
.thumbnails.mod-pink .thumbnail-wrap:active .thumbnail-button,
.thumbnails.mod-pink .thumbnail-wrap:focus .thumbnail-button {
  background: #ff3399;
}
.thumbnail.mod-double .thumbnail-large_title,
.thumbnails.mod-photowall .thumbnail:first-child .thumbnail-large_title {
  font-size: 60px;
}
.thumbnail.mod-double .thumbnail-content,
.thumbnails.mod-photowall .thumbnail:first-child .thumbnail-content {
  height: 100%;
}
.thumbnail.mod-double .thumbnail-title,
.thumbnails.mod-photowall .thumbnail:first-child .thumbnail-title {
  font-size: 0;
  height: 50%;
}
.thumbnail.mod-double .thumbnail-title .thumbnail-title-wrap,
.thumbnails.mod-photowall .thumbnail:first-child .thumbnail-title .thumbnail-title-wrap {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
}
.thumbnail.mod-double .thumbnail-title:after,
.thumbnails.mod-photowall .thumbnail:first-child .thumbnail-title:after {
  display: none;
}
.thumbnail.mod-double .thumbnail-title:before,
.thumbnails.mod-photowall .thumbnail:first-child .thumbnail-title:before {
  content: '';
  display: inline-block;
  height: 75%;
  vertical-align: middle;
  width: 1px;
  margin-right: -25px;
}
.thumbnail.mod-tall .thumbnail-content {
  vertical-align: top;
}
.thumbnails.mod-photowall .thumbnail:first-child .thumbnail-large_title {
  font-size: 60px;
}
.thumbnails.mod-photowall .thumbnail:first-child .thumbnail-title {
  font-size: 60px;
  min-height: 50%;
}
.thumbnail.mod-chip .thumbnail-wrap:after {
  content: '';
  /*position: absolute;*/
  top: 0;
  left: 50%;
  margin-left: -42px;
  z-index: 99;
  width: 85px;
  height: 15px;
  background-color: #ffffff;
}
.thumbnails.mod-turquoise .thumbnail.mod-chip .thumbnail-wrap:after {
  background-color: #29b8b4;
}
.thumbnails.mod-red .thumbnail.mod-chip .thumbnail-wrap:after {
  background-color: #ac2e29;
}
.thumbnails.mod-purple .thumbnail.mod-chip .thumbnail-wrap:after {
  background-color: #9448a0;
}
.thumbnails.mod-orange .thumbnail.mod-chip .thumbnail-wrap:after {
  background-color: #ed8025;
}
.thumbnails.mod-green .thumbnail.mod-chip .thumbnail-wrap:after {
  background-color: #009926;
}
.thumbnails.mod-blue .thumbnail.mod-chip .thumbnail-wrap:after {
  background-color: #000099;
}
.thumbnails.mod-pink .thumbnail.mod-chip .thumbnail-wrap:after {
  background-color: #ff3399;
}
.thumbnail.mod-small_title .thumbnail-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 20px;
  padding: 10px;
  margin: 0;
  height: 60px;
  background: #ffffff;
  color: #333132;
  font-size: 0;
}
.thumbnail.mod-small_title .thumbnail-title .thumbnail-title-wrap {
  vertical-align: middle;
  display: inline-block;
  font-size: 18px;
  max-height: 60px;
  overflow: hidden;
}
.thumbnail.mod-small_title .thumbnail-title .thumbnail-title-wrap:before {
  display: none;
}
.thumbnail.mod-small_title .thumbnail-title .thumbnail-subtitle {
  font-size: 14px;
  color: #333132;
}
.thumbnail.mod-small_title .thumbnail-title .thumbnail-note {
  font-size: 12px;
  color: inherit;
}
.thumbnail.mod-small_title .thumbnail-title:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-right: -1px;
}
.thumbnail.mod-small_title .thumbnail-image {
  opacity: 1.0;
}
.thumbnails.mod-red .thumbnail.mod-small_title .thumbnail-wrap:hover .thumbnail-title,
.thumbnails.mod-red .thumbnail.mod-small_title .thumbnail-wrap:active .thumbnail-title,
.thumbnails.mod-red .thumbnail.mod-small_title .thumbnail-wrap:focus .thumbnail-title,
.thumbnails.mod-red .thumbnail.mod-small_title.mod-color_title .thumbnail-title {
  color: #ac2e29;
}
.thumbnails.mod-turquoise .thumbnail.mod-small_title .thumbnail-wrap:hover .thumbnail-title,
.thumbnails.mod-turquoise .thumbnail.mod-small_title .thumbnail-wrap:active .thumbnail-title,
.thumbnails.mod-turquoise .thumbnail.mod-small_title .thumbnail-wrap:focus .thumbnail-title,
.thumbnails.mod-turquoise .thumbnail.mod-small_title.mod-color_title .thumbnail-title {
  color: #29b8b4;
}
.thumbnails.mod-purple .thumbnail.mod-small_title .thumbnail-wrap:hover .thumbnail-title,
.thumbnails.mod-purple .thumbnail.mod-small_title .thumbnail-wrap:active .thumbnail-title,
.thumbnails.mod-purple .thumbnail.mod-small_title .thumbnail-wrap:focus .thumbnail-title,
.thumbnails.mod-purple .thumbnail.mod-small_title.mod-color_title .thumbnail-title {
  color: #9448a0;
}
.thumbnails.mod-orange .thumbnail.mod-small_title .thumbnail-wrap:hover .thumbnail-title,
.thumbnails.mod-orange .thumbnail.mod-small_title .thumbnail-wrap:active .thumbnail-title,
.thumbnails.mod-orange .thumbnail.mod-small_title .thumbnail-wrap:focus .thumbnail-title,
.thumbnails.mod-orange .thumbnail.mod-small_title.mod-color_title .thumbnail-title {
  color: #ed8025;
}
.thumbnails.mod-green .thumbnail.mod-small_title .thumbnail-wrap:hover .thumbnail-title,
.thumbnails.mod-green .thumbnail.mod-small_title .thumbnail-wrap:active .thumbnail-title,
.thumbnails.mod-green .thumbnail.mod-small_title .thumbnail-wrap:focus .thumbnail-title,
.thumbnails.mod-green .thumbnail.mod-small_title.mod-color_title .thumbnail-title {
  color: #009926;
}
.thumbnails.mod-blue .thumbnail.mod-small_title .thumbnail-wrap:hover .thumbnail-title,
.thumbnails.mod-blue .thumbnail.mod-small_title .thumbnail-wrap:active .thumbnail-title,
.thumbnails.mod-blue .thumbnail.mod-small_title .thumbnail-wrap:focus .thumbnail-title,
.thumbnails.mod-blue .thumbnail.mod-small_title.mod-color_title .thumbnail-title {
  color: #000099;
}
.thumbnails.mod-pink .thumbnail.mod-small_title .thumbnail-wrap:hover .thumbnail-title,
.thumbnails.mod-pink .thumbnail.mod-small_title .thumbnail-wrap:active .thumbnail-title,
.thumbnails.mod-pink .thumbnail.mod-small_title .thumbnail-wrap:focus .thumbnail-title,
.thumbnails.mod-pink .thumbnail.mod-small_title.mod-color_title .thumbnail-title {
  color: #ff3399;
}
.thumbnails.mod-red .thumbnail.mod-inverted .thumbnail-wrap,
.thumbnails.mod-red .thumbnail.mod-inverted .thumbnail-title,
.thumbnails.mod-red .thumbnail.mod-inverted .thumbnail-image {
  background-color: #ac2e29;
  color: #ffffff;
}
.thumbnails.mod-red .thumbnail.mod-small_title.mod-inverted .thumbnail-wrap:hover .thumbnail-title,
.thumbnails.mod-red .thumbnail.mod-small_title.mod-inverted .thumbnail-wrap:active .thumbnail-title,
.thumbnails.mod-red .thumbnail.mod-small_title.mod-inverted .thumbnail-wrap:focus .thumbnail-title {
  color: #ffffff;
}
.thumbnails.mod-red .thumbnail.mod-inverted.mod-chip .thumbnail-wrap:after {
  background-color: #ffffff;
}
.thumbnails.mod-turquoise .thumbnail.mod-inverted .thumbnail-wrap,
.thumbnails.mod-turquoise .thumbnail.mod-inverted .thumbnail-title,
.thumbnails.mod-turquoise .thumbnail.mod-inverted .thumbnail-image {
  background-color: #29b8b4;
  color: #ffffff;
}
.thumbnails.mod-turquoise .thumbnail.mod-small_title.mod-inverted .thumbnail-wrap:hover .thumbnail-title,
.thumbnails.mod-turquoise .thumbnail.mod-small_title.mod-inverted .thumbnail-wrap:active .thumbnail-title,
.thumbnails.mod-turquoise .thumbnail.mod-small_title.mod-inverted .thumbnail-wrap:focus .thumbnail-title {
  color: #ffffff;
}
.thumbnails.mod-turquoise .thumbnail.mod-inverted.mod-chip .thumbnail-wrap:after {
  background-color: #ffffff;
}
.thumbnails.mod-purple .thumbnail.mod-inverted .thumbnail-wrap,
.thumbnails.mod-purple .thumbnail.mod-inverted .thumbnail-title,
.thumbnails.mod-purple .thumbnail.mod-inverted .thumbnail-image {
  background-color: #9448a0;
  color: #ffffff;
}
.thumbnails.mod-purple .thumbnail.mod-small_title.mod-inverted .thumbnail-wrap:hover .thumbnail-title,
.thumbnails.mod-purple .thumbnail.mod-small_title.mod-inverted .thumbnail-wrap:active .thumbnail-title,
.thumbnails.mod-purple .thumbnail.mod-small_title.mod-inverted .thumbnail-wrap:focus .thumbnail-title {
  color: #ffffff;
}
.thumbnails.mod-purple .thumbnail.mod-inverted.mod-chip .thumbnail-wrap:after {
  background-color: #ffffff;
}
.thumbnails.mod-orange .thumbnail.mod-inverted .thumbnail-wrap,
.thumbnails.mod-orange .thumbnail.mod-inverted .thumbnail-title,
.thumbnails.mod-orange .thumbnail.mod-inverted .thumbnail-image {
  background-color: #ed8025;
  color: #ffffff;
}
.thumbnails.mod-orange .thumbnail.mod-small_title.mod-inverted .thumbnail-wrap:hover .thumbnail-title,
.thumbnails.mod-orange .thumbnail.mod-small_title.mod-inverted .thumbnail-wrap:active .thumbnail-title,
.thumbnails.mod-orange .thumbnail.mod-small_title.mod-inverted .thumbnail-wrap:focus .thumbnail-title {
  color: #ffffff;
}
.thumbnails.mod-orange .thumbnail.mod-inverted.mod-chip .thumbnail-wrap:after {
  background-color: #ffffff;
}
.thumbnails.mod-green .thumbnail.mod-inverted .thumbnail-wrap,
.thumbnails.mod-green .thumbnail.mod-inverted .thumbnail-title,
.thumbnails.mod-green .thumbnail.mod-inverted .thumbnail-image {
  background-color: #009926;
  color: #ffffff;
}
.thumbnails.mod-green .thumbnail.mod-small_title.mod-inverted .thumbnail-wrap:hover .thumbnail-title,
.thumbnails.mod-green .thumbnail.mod-small_title.mod-inverted .thumbnail-wrap:active .thumbnail-title,
.thumbnails.mod-green .thumbnail.mod-small_title.mod-inverted .thumbnail-wrap:focus .thumbnail-title {
  color: #ffffff;
}
.thumbnails.mod-green .thumbnail.mod-inverted.mod-chip .thumbnail-wrap:after {
  background-color: #ffffff;
}
.thumbnails.mod-blue .thumbnail.mod-inverted .thumbnail-wrap,
.thumbnails.mod-blue .thumbnail.mod-inverted .thumbnail-title,
.thumbnails.mod-blue .thumbnail.mod-inverted .thumbnail-image {
  background-color: #000099;
  color: #ffffff;
}
.thumbnails.mod-blue .thumbnail.mod-small_title.mod-inverted .thumbnail-wrap:hover .thumbnail-title,
.thumbnails.mod-blue .thumbnail.mod-small_title.mod-inverted .thumbnail-wrap:active .thumbnail-title,
.thumbnails.mod-blue .thumbnail.mod-small_title.mod-inverted .thumbnail-wrap:focus .thumbnail-title {
  color: #ffffff;
}
.thumbnails.mod-blue .thumbnail.mod-inverted.mod-chip .thumbnail-wrap:after {
  background-color: #ffffff;
}
.thumbnails.mod-pink .thumbnail.mod-inverted .thumbnail-wrap,
.thumbnails.mod-pink .thumbnail.mod-inverted .thumbnail-title,
.thumbnails.mod-pink .thumbnail.mod-inverted .thumbnail-image {
  background-color: #ff3399;
  color: #ffffff;
}
.thumbnails.mod-pink .thumbnail.mod-small_title.mod-inverted .thumbnail-wrap:hover .thumbnail-title,
.thumbnails.mod-pink .thumbnail.mod-small_title.mod-inverted .thumbnail-wrap:active .thumbnail-title,
.thumbnails.mod-pink .thumbnail.mod-small_title.mod-inverted .thumbnail-wrap:focus .thumbnail-title {
  color: #ffffff;
}
.thumbnails.mod-pink .thumbnail.mod-inverted.mod-chip .thumbnail-wrap:after {
  background-color: #ffffff;
}
@media only screen and (max-width: 860px) {
  .thumbnails.mod-4cols .thumbnail {
    width: 50%;
    padding-bottom: 50%;
  }
  .thumbnails.mod-3cols .thumbnail {
    padding-bottom: 40%;
  }
  .thumbnails.mod-4cols .thumbnail.mod-double {
    width: 100%;
    padding-bottom: 75%;
  }
  .thumbnails.mod-3cols .thumbnail.mod-double {
    width: 100%;
  }
  .thumbnails .thumbnail.mod-tall {
    padding-bottom: 70%;
  }
  .thumbnail-title {
    font-size: 21px;
  }
  .thumbnails.mod-photowall .thumbnail {
    width: 50%;
    padding-bottom: 50%;
  }
  .thumbnails.mod-photowall .thumbnail:first-child {
    width: 100%;
    padding-bottom: 100%;
  }
  .thumbnails.mod-photowall .thumbnail:nth-child(4) {
    clear: none;
    width: 50%;
    padding-bottom: 50%;
  }
  .thumbnails.mod-photowall .thumbnail:nth-child(5) {
    width: 50%;
    padding-bottom: 50%;
  }
  .thumbnails.mod-photowall .thumbnail:nth-child(6) {
    width: 50%;
    padding-bottom: 50%;
  }
  .thumbnail.mod-double .thumbnail-large_title,
  .thumbnails.mod-photowall .thumbnail:first-child .thumbnail-large_title {
    font-size: 45px;
  }
  .thumbnail.mod-double .thumbnail-content,
  .thumbnails.mod-photowall .thumbnail:first-child .thumbnail-content {
    height: auto;
  }
  .thumbnail.mod-double .thumbnail-title,
  .thumbnails.mod-photowall .thumbnail:first-child .thumbnail-title {
    height: auto;
    font-size: 27px;
  }
  .thumbnail.mod-double .thumbnail-title .thumbnail-title-wrap,
  .thumbnails.mod-photowall .thumbnail:first-child .thumbnail-title .thumbnail-title-wrap {
    font-size: 27px;
  }
  .thumbnail.mod-double .thumbnail-title:after,
  .thumbnails.mod-photowall .thumbnail:first-child .thumbnail-title:after {
    display: block;
  }
  .thumbnail.mod-double .thumbnail-title:before,
  .thumbnails.mod-photowall .thumbnail:first-child .thumbnail-title:before {
    height: 100%;
  }
  .thumbnail.mod-tall .thumbnail-large_title {
    font-size: 29px;
    padding-top: 40%;
    margin: 0 10px 20px;
  }
  .thumbnail.mod-tall .thumbnail-title {
    font-size: 27px;
  }
}
@media only screen and (max-width: 599px) {
  .thumbnails.mod-3cols .thumbnail {
    width: 100%;
    padding-bottom: 100%;
  }
  .thumbnails.mod-4cols .thumbnail.mod-double {
    width: 100%;
    padding-bottom: 100%;
  }
  .thumbnail-wrap {
    margin: 5px;
  }
  .thumbnail-title {
    font-size: 21px;
  }
  .thumbnail.mod-small_title .thumbnail-title .thumbnail-title-wrap {
    font-size: 15px;
  }
}
@media only screen and (max-width: 359px) {
  .thumbnails.mod-4cols .thumbnail {
    width: 100%;
    padding-bottom: 100%;
  }
  .thumbnails.mod-photowall .thumbnail {
    width: 100%;
    padding-bottom: 100%;
  }
  .thumbnails.mod-photowall .thumbnail:first-child {
    width: 100%;
    padding-bottom: 100%;
  }
  .thumbnails.mod-photowall .thumbnail:nth-child(4) {
    clear: none;
    width: 100%;
    padding-bottom: 100%;
  }
  .thumbnails.mod-photowall .thumbnail:nth-child(5) {
    width: 100%;
    padding-bottom: 100%;
  }
  .thumbnails.mod-photowall .thumbnail:nth-child(6) {
    width: 100%;
    padding-bottom: 100%;
  }
}
.article:after {
  content: '';
  display: block;
  clear: both;
}
.article.mod-has_side .article-content {
  float: left;
  width: 75%;
}
.article.mod-has_side .article-side {
  float: right;
  width: 25%;
  padding-left: 30px;
  box-sizing: border-box;
}
.article-title {
  font-family: 'montserrat-semi_bold', helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 50px;
  color: #ac2e29;
  margin: 0 0 10px;
}
.article-date {
  display: block;
  border-top: solid 1px #ac2e29;
  margin: 15px 0 0;
  padding: 15px 0 0;
  font-size: 20px;
  color: #333132;
}
.article-image img {
  width: 100% !important;
  height: auto !important;
}
.article-image.mod-top {
  margin: 30px 0 0;
}
.article-image.mod-right {
  float: right;
  width: 48%;
  margin-left: 4%;
  margin-bottom: 15px;
}
.article-image.mod-left {
  float: left;
  width: 48%;
  margin-left: 4%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 860px) {
  .article.mod-has_side .article-content {
    float: none;
    width: auto;
  }
  .article.mod-has_side .article-side {
    display: none;
  }
  .article-title {
    font-size: 30px;
  }
}
.editor_content strong,
body.mce-content-body strong,
.concertina-content strong {
  font-weight: normal;
  font-family: 'montserrat-semi_bold', helvetica, arial, sans-serif;
}
.editor_content a,
body.mce-content-body a,
.concertina-content a {
  color: #ac2e29;
}
.editor_content > .editor_content:empty,
.editor_content > body.mce-content-body:empty,
.editor_content > .concertina-content:empty,
body.mce-content-body > .editor_content:empty,
body.mce-content-body > body.mce-content-body:empty,
body.mce-content-body > .concertina-content:empty,
.concertina-content > .editor_content:empty,
.concertina-content > body.mce-content-body:empty,
.concertina-content > .concertina-content:empty {
  display: none;
}
.editor_content > p,
body.mce-content-body > p,
.concertina-content > p {
  margin: 20px 0;
  font-size: 16px;
  color: #333132;
}
.editor_content > p:empty,
body.mce-content-body > p:empty,
.concertina-content > p:empty {
  display: none;
}
.editor_content > h1,
body.mce-content-body > h1,
.concertina-content > h1,
.editor_content > h2,
body.mce-content-body > h2,
.concertina-content > h2,
.editor_content > h3,
body.mce-content-body > h3,
.concertina-content > h3,
.editor_content > h4,
body.mce-content-body > h4,
.concertina-content > h4,
.editor_content > h5,
body.mce-content-body > h5,
.concertina-content > h5,
.editor_content > h6,
body.mce-content-body > h6,
.concertina-content > h6 {
  margin: 40px 0 20px 0;
  font-family: 'montserrat-semi_bold', helvetica, arial, sans-serif;
  font-weight: normal;
  color: #333132;
}
.editor_content > h1:empty,
body.mce-content-body > h1:empty,
.concertina-content > h1:empty,
.editor_content > h2:empty,
body.mce-content-body > h2:empty,
.concertina-content > h2:empty,
.editor_content > h3:empty,
body.mce-content-body > h3:empty,
.concertina-content > h3:empty,
.editor_content > h4:empty,
body.mce-content-body > h4:empty,
.concertina-content > h4:empty,
.editor_content > h5:empty,
body.mce-content-body > h5:empty,
.concertina-content > h5:empty,
.editor_content > h6:empty,
body.mce-content-body > h6:empty,
.concertina-content > h6:empty {
  display: none;
}
.editor_content > h1 strong,
body.mce-content-body > h1 strong,
.concertina-content > h1 strong,
.editor_content > h2 strong,
body.mce-content-body > h2 strong,
.concertina-content > h2 strong,
.editor_content > h3 strong,
body.mce-content-body > h3 strong,
.concertina-content > h3 strong,
.editor_content > h4 strong,
body.mce-content-body > h4 strong,
.concertina-content > h4 strong,
.editor_content > h5 strong,
body.mce-content-body > h5 strong,
.concertina-content > h5 strong,
.editor_content > h6 strong,
body.mce-content-body > h6 strong,
.concertina-content > h6 strong {
  font-weight: normal;
  font-family: 'montserrat-bold', helvetica, arial, sans-serif;
}
.editor_content > h1,
body.mce-content-body > h1,
.concertina-content > h1 {
  font-size: 28px;
}
.editor_content > h2,
body.mce-content-body > h2,
.concertina-content > h2 {
  font-size: 24px;
}
.editor_content > h3,
body.mce-content-body > h3,
.concertina-content > h3 {
  font-size: 20px;
}
.editor_content > h4,
body.mce-content-body > h4,
.concertina-content > h4 {
  font-size: 18px;
}
.editor_content > h5,
body.mce-content-body > h5,
.concertina-content > h5 {
  font-size: 16px;
}
.editor_content > h5,
body.mce-content-body > h5,
.concertina-content > h5 {
  font-size: 16px;
}
.editor_content > h1.mod-fancy_title,
body.mce-content-body > h1.mod-fancy_title,
.concertina-content > h1.mod-fancy_title,
.editor_content > h2.mod-fancy_title,
body.mce-content-body > h2.mod-fancy_title,
.concertina-content > h2.mod-fancy_title,
.editor_content > h3.mod-fancy_title,
body.mce-content-body > h3.mod-fancy_title,
.concertina-content > h3.mod-fancy_title,
.editor_content > h4.mod-fancy_title,
body.mce-content-body > h4.mod-fancy_title,
.concertina-content > h4.mod-fancy_title,
.editor_content > h5.mod-fancy_title,
body.mce-content-body > h5.mod-fancy_title,
.concertina-content > h5.mod-fancy_title,
.editor_content > h6.mod-fancy_title,
body.mce-content-body > h6.mod-fancy_title,
.concertina-content > h6.mod-fancy_title {
  font-family: 'hello_beautiful-marker', helvetica, arial, sans-serif;
  font-weight: normal;
  text-align: center;
}
.editor_content > h1.mod-fancy_title:after,
body.mce-content-body > h1.mod-fancy_title:after,
.concertina-content > h1.mod-fancy_title:after,
.editor_content > h2.mod-fancy_title:after,
body.mce-content-body > h2.mod-fancy_title:after,
.concertina-content > h2.mod-fancy_title:after,
.editor_content > h3.mod-fancy_title:after,
body.mce-content-body > h3.mod-fancy_title:after,
.concertina-content > h3.mod-fancy_title:after,
.editor_content > h4.mod-fancy_title:after,
body.mce-content-body > h4.mod-fancy_title:after,
.concertina-content > h4.mod-fancy_title:after,
.editor_content > h5.mod-fancy_title:after,
body.mce-content-body > h5.mod-fancy_title:after,
.concertina-content > h5.mod-fancy_title:after,
.editor_content > h6.mod-fancy_title:after,
body.mce-content-body > h6.mod-fancy_title:after,
.concertina-content > h6.mod-fancy_title:after {
  content: 'u';
  display: block;
  font-family: 'hello_beautiful-swashes', helvetica, arial, sans-serif;
  font-size: 1.0em;
  line-height: 1.0;
  margin: -0.5em 0 0;
  -webkit-transform: scale(2, 1);
  -moz-transform: scale(2, 1);
  -ms-transform: scale(2, 1);
  -o-transform: scale(2, 1);
  transform: scale(2, 1);
}
.editor_content > h1.mod-fancy_title,
body.mce-content-body > h1.mod-fancy_title,
.concertina-content > h1.mod-fancy_title {
  font-size: 76px;
}
.editor_content > h2.mod-fancy_title,
body.mce-content-body > h2.mod-fancy_title,
.concertina-content > h2.mod-fancy_title {
  font-size: 66px;
}
.editor_content > h3.mod-fancy_title,
body.mce-content-body > h3.mod-fancy_title,
.concertina-content > h3.mod-fancy_title {
  font-size: 62px;
}
.editor_content > h4.mod-fancy_title,
body.mce-content-body > h4.mod-fancy_title,
.concertina-content > h4.mod-fancy_title {
  font-size: 58px;
}
.editor_content > h5.mod-fancy_title,
body.mce-content-body > h5.mod-fancy_title,
.concertina-content > h5.mod-fancy_title {
  font-size: 56px;
}
.editor_content > h6.mod-fancy_title,
body.mce-content-body > h6.mod-fancy_title,
.concertina-content > h6.mod-fancy_title {
  font-size: 52px;
}
.editor_content .video,
body.mce-content-body .video,
.concertina-content .video {
  margin: 30px 0;
}
.editor_content iframe[src*="youtube"],
body.mce-content-body iframe[src*="youtube"],
.concertina-content iframe[src*="youtube"] {
  width: 930px;
  height: 523px;
  max-width: 100%;
}
.editor_content .ombed.mod-ticketline,
body.mce-content-body .ombed.mod-ticketline,
.concertina-content .ombed.mod-ticketline {
  width: 100%;
  height: auto;
  display: block;
  border: none;
}
.editor_content hr,
body.mce-content-body hr,
.concertina-content hr {
  border-top-style: solid;
  border-width: 2px;
  margin: 30px 0;
}
.editor_content *.colour-red,
body.mce-content-body *.colour-red,
.concertina-content *.colour-red {
  color: #ac2e29;
}
.editor_content *.colour-turquoise,
body.mce-content-body *.colour-turquoise,
.concertina-content *.colour-turquoise {
  color: #29b8b4;
}
.editor_content *.colour-purple,
body.mce-content-body *.colour-purple,
.concertina-content *.colour-purple {
  color: #9448a0;
}
.editor_content *.colour-orange,
body.mce-content-body *.colour-orange,
.concertina-content *.colour-orange {
  color: #ed8025;
}
.editor_content *.colour-green,
body.mce-content-body *.colour-green,
.concertina-content *.colour-green {
  color: #009926;
}
.editor_content *.colour-blue,
body.mce-content-body *.colour-blue,
.concertina-content *.colour-blue {
  color: #000099;
}
.editor_content *.colour-pink,
body.mce-content-body *.colour-pink,
.concertina-content *.colour-pink {
  color: #ff3399;
}
.editor_content img,
body.mce-content-body img,
.concertina-content img {
  max-width: 100%;
  display: block;
}
.editor_content .alignleft,
body.mce-content-body .alignleft,
.concertina-content .alignleft {
  float: left;
  margin: 25px 20px 20px 0;
}
.editor_content .alignright,
body.mce-content-body .alignright,
.concertina-content .alignright {
  float: right;
  margin: 25px 0 20px 20px;
}
.editor_content .aligncenter,
body.mce-content-body .aligncenter,
.concertina-content .aligncenter {
  margin: 25px auto;
}
.editor_content .alignnone,
body.mce-content-body .alignnone,
.concertina-content .alignnone {
  display: inline;
  margin: 25px auto;
}
.editor_content p img,
body.mce-content-body p img,
.concertina-content p img {
  margin-top: 0 !important;
}
.wpview-wrap {
  outline: dotted 1px #939393;
}
@media only screen and (max-width: 860px) {
  .editor_content > h1,
  .editor_content > h2,
  .editor_content > h3,
  .editor_content > h4,
  .editor_content > h5,
  .editor_content > h6 {
    margin: 30px 0 15px 0;
  }
  .editor_content > h1 {
    font-size: 24px;
  }
  .editor_content > h2 {
    font-size: 20px;
  }
  .editor_content > h3 {
    font-size: 18px;
  }
  .editor_content > h4 {
    font-size: 16px;
  }
  .editor_content > h5 {
    font-size: 15px;
  }
  .editor_content > h5 {
    font-size: 15px;
  }
  .editor_content > h1.mod-fancy_title {
    font-size: 56px;
  }
  .editor_content > h2.mod-fancy_title {
    font-size: 54px;
  }
  .editor_content > h3.mod-fancy_title {
    font-size: 52px;
  }
  .editor_content > h4.mod-fancy_title {
    font-size: 48px;
  }
  .editor_content > h5.mod-fancy_title {
    font-size: 46px;
  }
  .editor_content > h6.mod-fancy_title {
    font-size: 42px;
  }
  .editor_content img {
    height: auto !important;
  }
}
.banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #333132;
}
.banner-wrap {
  position: relative;
  z-index: 2;
}
.banner-content {
  position: absolute;
  top: 195px;
  left: 0;
  right: 0;
  text-align: center;
}
.banner-title {
  color: #ffffff;
  font-family: 'hello_beautiful-marker', helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 120px;
  line-height: 1.0;
  margin: 20px 0 10px;
}
.banner-title:after {
  content: 'u';
  display: block;
  font-family: 'hello_beautiful-swashes', helvetica, arial, sans-serif;
  font-size: 120px;
  line-height: 1.0;
  margin: -0.5em 0 0;
}
.banner-subtitle {
  color: #ffffff;
  font-family: 'montserrat-semi_bold', helvetica, arial, sans-serif;
  font-size: 45px;
  line-height: 1.2;
  margin: 0 20%;
}
.banner-images {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  font-size: 0;
}
.banner-image {
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.banner-image-wrap {
  width: 100%;
  height: 600px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.7;
}
.banner-image-wrap img {
  height: 100%;
  min-width: 1600px;
  display: block;
  margin: 0 auto;
}
.banner-controls {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
.banner-controls li {
  margin: 0 5px;
  padding: 5px;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  background: #ffffff;
  border: solid 3px #ffffff;
  border-radius: 100%;
}
.banner-controls li.is-active {
  background: #ac2e29;
}
@media only screen and (min-width: 600px) and (max-width: 860px) {
  .banner-title {
    font-size: 100px;
  }
  .banner-title:after {
    font-size: 100px;
  }
  .banner-subtitle {
    font-size: 35px;
    margin: 0 10%;
  }
}
@media only screen and (max-width: 599px) {
  .banner-content {
    top: 120px;
  }
  .banner-title {
    font-size: 70px;
  }
  .banner-title:after {
    font-size: 70px;
  }
  .banner-subtitle {
    font-size: 30px;
    margin: 0 10%;
  }
  .banner-image-wrap {
    height: 400px;
  }
}
@media only screen and (max-width: 359px) {
  .banner-title {
    font-size: 50px;
  }
  .banner-title:after {
    font-size: 50px;
  }
  .banner-subtitle {
    font-size: 25px;
  }
}
.gallery img {
  width: 100% !important;
  height: auto !important;
}
.loc_date_banner {
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px 0;
  padding-bottom: 30px;
  border-bottom: solid 1px #ac2e29;
  font-size: 0;
  line-height: 0.8;
  white-space: nowrap;
}
.loc_date_banner-part {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 0;
}
.loc_date_banner-part.mod-loc {
  color: #333132;
  font-family: 'montserrat-semi_bold', helvetica, arial, sans-serif;
  font-size: 20px;
}
.loc_date_banner-part.mod-loc em {
  display: block;
  font-family: 'montserrat-regular', helvetica, arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  margin-top: 4px;
}
.loc_date_banner-part.mod-date {
  padding: 0 1%;
  margin: 0 1%;
  border: solid 1px #333132;
  border-style: none solid;
  color: #ac2e29;
  font-family: 'montserrat-semi_bold', helvetica, arial, sans-serif;
  font-size: 41px;
}
.loc_date_banner-part.mod-btn {
  color: #333132;
  font-family: 'montserrat-semi_bold', helvetica, arial, sans-serif;
  font-size: 38px;
}
.loc_date_banner-part.mod-btn a {
  color: inherit;
  text-decoration: none;
}
.loc_date_banner-part.mod-btn a:hover,
.loc_date_banner-part.mod-btn a:active,
.loc_date_banner-part.mod-btn a:focus {
  color: #ac2e29;
}
@media only screen and (max-width: 860px) {
  .loc_date_banner-part.mod-loc {
    font-size: 17px;
  }
  .loc_date_banner-part.mod-loc em {
    font-size: 13px;
    margin-top: 3px;
  }
  .loc_date_banner-part.mod-date {
    font-size: 34px;
  }
  .loc_date_banner-part.mod-btn {
    font-size: 31px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 860px) {
  .loc_date_banner-part.mod-loc {
    font-size: 16px;
  }
  .loc_date_banner-part.mod-loc em {
    font-size: 12px;
    margin-top: 3px;
  }
  .loc_date_banner-part.mod-date {
    font-size: 24px;
  }
  .loc_date_banner-part.mod-btn {
    font-size: 21px;
  }
}
@media only screen and (max-width: 599px) {
  .loc_date_banner {
    border: none;
    padding: 0;
  }
  .loc_date_banner-part.mod-loc {
    display: block;
    margin: 10px 0;
    font-size: 25px;
  }
  .loc_date_banner-part.mod-loc em {
    font-size: 18px;
    margin-top: 3px;
  }
  .loc_date_banner-part.mod-date {
    display: block;
    margin: 20px 0;
    padding: 0;
    font-size: 35px;
    border: none;
  }
  .loc_date_banner-part.mod-btn {
    display: block;
    margin: 10px 0;
    font-size: 42px;
  }
}
@media only screen and (max-width: 359px) {
  .loc_date_banner-part.mod-loc {
    font-size: 19px;
  }
  .loc_date_banner-part.mod-loc em {
    font-size: 14px;
  }
  .loc_date_banner-part.mod-date {
    font-size: 28px;
  }
  .loc_date_banner-part.mod-btn {
    font-size: 32px;
  }
}
.lineup_part {
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0;
  padding: 0;
  display: block;
  font-size: 22px;
}
.lineup_part-artist {
  display: inline-block;
  vertical-align: middle;
  margin: 0.2em 5px;
  padding: 0;
  line-height: 1.0;
  font-family: 'montserrat-semi_bold', helvetica, arial, sans-serif;
  color: #333132;
  font-size: inherit;
}
.lineup_part-artist a {
  color: inherit;
  text-decoration: none;
}
.lineup_part.mod-super {
  font-size: 60px;
}
.lineup_part.mod-super .lineup_part-artist {
  font-family: 'montserrat-bold', helvetica, arial, sans-serif;
  margin: 0.2em 16px;
}
.lineup_part.mod-massive {
  font-size: 50px;
}
.lineup_part.mod-massive .lineup_part-artist {
  font-family: 'montserrat-bold', helvetica, arial, sans-serif;
  margin: 0.2em 16px;
}
.lineup_part.mod-huge {
  font-size: 40px;
}
.lineup_part.mod-huge .lineup_part-artist {
  font-family: 'montserrat-bold', helvetica, arial, sans-serif;
  margin: 0.2em 12px;
}
.lineup_part.mod-large {
  font-size: 30px;
}
.lineup_part.mod-large .lineup_part-artist {
  font-family: 'montserrat-bold', helvetica, arial, sans-serif;
  margin: 0.2em 8px;
}
.lineup_part.mod-medium {
  font-size: 25px;
}
.lineup_part.mod-small {
  font-size: 20px;
}
.lineup_part.mod-tiny {
  font-size: 16px;
}
.lineup_part .lineup_part-artist a:hover,
.lineup_part .lineup_part-artist a:active,
.lineup_part .lineup_part-artist a:focus {
  color: #ac2e29;
}
.lineup_part.mod-red .lineup_part-artist a:hover,
.lineup_part.mod-red .lineup_part-artist a:active,
.lineup_part.mod-red .lineup_part-artist a:focus {
  color: #ac2e29;
}
.lineup_part.mod-turquoise .lineup_part-artist a:hover,
.lineup_part.mod-turquoise .lineup_part-artist a:active,
.lineup_part.mod-turquoise .lineup_part-artist a:focus {
  color: #29b8b4;
}
.lineup_part.mod-purple .lineup_part-artist a:hover,
.lineup_part.mod-purple .lineup_part-artist a:active,
.lineup_part.mod-purple .lineup_part-artist a:focus {
  color: #9448a0;
}
.lineup_part.mod-orange .lineup_part-artist a:hover,
.lineup_part.mod-orange .lineup_part-artist a:active,
.lineup_part.mod-orange .lineup_part-artist a:focus {
  color: #ed8025;
}
.lineup_part.mod-green .lineup_part-artist a:hover,
.lineup_part.mod-green .lineup_part-artist a:active,
.lineup_part.mod-green .lineup_part-artist a:focus {
  color: #009926;
}
.lineup_part.mod-blue .lineup_part-artist a:hover,
.lineup_part.mod-blue .lineup_part-artist a:active,
.lineup_part.mod-blue .lineup_part-artist a:focus {
  color: #000099;
}
.lineup_part.mod-pink .lineup_part-artist a:hover,
.lineup_part.mod-pink .lineup_part-artist a:active,
.lineup_part.mod-pink .lineup_part-artist a:focus {
  color: #ff3399;
}
@media only screen and (max-width: 599px) {
  .lineup_part {
    font-size: 22px;
    margin: 40px 0;
  }
  .lineup_part-artist {
    max-width: 100%;
    display: block;
    margin: 20px 0;
  }
  .lineup_part.mod-massive .lineup_part-artist {
    font-size: 40px;
    margin: 20px 0;
  }
  .lineup_part.mod-huge .lineup_part-artist {
    font-size: 35px;
    margin: 20px 0;
  }
  .lineup_part.mod-large .lineup_part-artist {
    font-size: 30px;
    margin: 20px 0;
  }
  .lineup_part.mod-medium .lineup_part-artist {
    font-size: 25px;
    margin: 20px 0;
  }
  .lineup_part.mod-small .lineup_part-artist {
    font-size: 20px;
    margin: 20px 0;
  }
  .lineup_part.mod-tiny .lineup_part-artist {
    font-size: 16px;
    margin: 20px 0;
  }
}
.head-widget {
  position: relative;
}
.head-widget-title {
  line-height: 51px;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  margin: 0;
}
.mc4wp-form {
  position: absolute;
  top: 100%;
  right: 0;
  background: #ffffff;
  white-space: nowrap;
  text-align: center;
  font-size: 0;
  overflow: hidden;
  height: 0px;
  transition: height 0.4s ease;
  border-radius: 0 0 2px 2px;
}
.mc4wp-form-fields {
  border-top: solid 1px #e5e5e5;
  padding: 0 10px;
}
.mailchimp-field {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
}
.mailchimp-field label {
  display: none;
}
.mailchimp-field input {
  line-height: 38px;
  border: solid 1px #333132;
  border-right: none;
  display: inline-block;
  font-family: 'montserrat-regular', helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding: 0 10px;
  width: 200px;
}
.mailchimp-submit {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
}
.mailchimp-submit input {
  border: none;
}
.mc4wp-response {
  font-size: 14px;
  padding: 0 10px;
}
.mc4wp-response p {
  margin: 20px 10px;
}
.mc4wp-response .mc4wp-alert {
  color: #ac2e29;
}
.mc4wp-response .mc4wp-success {
  color: #0a0a0a;
}
.head-widget:hover .head-widget-title {
  color: #ac2e29;
}
.head-widget:hover .mc4wp-form {
  height: 61px;
}
.head-widget .mc4wp-form-submitted,
.head-widget:hover .mc4wp-form-submitted {
  height: auto;
}
.foot-widget {
  padding-bottom: 40px;
}
.foot-widget .foot-widget-title {
  font-size: 20px;
  color: #333132;
  margin: 0 15px 0 0;
  line-height: 60px;
  font-weight: normal;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}
.foot-widget .mc4wp-form {
  position: static;
  background: none;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
.foot-widget .mc4wp-form-fields {
  border: none;
}
.foot-widget .mc4wp-response p {
  margin: 0 20px 30px;
}
.foot-widget .mc4wp-alert.mc4wp-success {
  margin: 1.5em 0 30px;
  color: #009926;
}
body.mce-content-body .concertina-title,
.editor_content .concertina-title {
  cursor: pointer;
  background: #ac2e29;
  color: #ffffff;
  padding: 10px;
  margin: 10px 0;
}
body.mce-content-body .concertina-title:after,
.editor_content .concertina-title:after {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 15px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffffff;
}
body.mce-content-body .concertina-title.is-down:after,
.editor_content .concertina-title.is-down:after {
  border-bottom: none;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #ffffff;
}
body.mce-content-body .concertina-content,
.editor_content .concertina-content {
  margin: -20px 0;
  overflow: hidden;
  border: 1px solid transparent;
}
body.mce-content-body .concertina-title.colour-red,
.editor_content .concertina-title.colour-red {
  background: #ac2e29;
}
body.mce-content-body .concertina-title.colour-turquoise,
.editor_content .concertina-title.colour-turquoise {
  background: #29b8b4;
}
body.mce-content-body .concertina-title.colour-purple,
.editor_content .concertina-title.colour-purple {
  background: #9448a0;
}
body.mce-content-body .concertina-title.colour-orange,
.editor_content .concertina-title.colour-orange {
  background: #ed8025;
}
body.mce-content-body .concertina-title.colour-green,
.editor_content .concertina-title.colour-green {
  background: #009926;
}
body.mce-content-body .concertina-title.colour-blue,
.editor_content .concertina-title.colour-blue {
  background: #000099;
}
body.mce-content-body .concertina-title.colour-pink,
.editor_content .concertina-title.colour-pink {
  background: #ff3399;
}
.popup .ui-widget-overlay {
  left: 0;
  right: 0;
  top: 0;
  bottom: -99999px;
  position: absolute;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index: 98;
}
.popup .ui-dialog {
  z-index: 99;
}
.popup .ui-dialog .ui-dialog-content {
  padding: 0 50px;
  max-height: 722px;
  background: none;
  position: relative;
  top: 30px;
  left: 0;
  z-index: 98;
}
.popup .ui-dialog .ui-dialog-content iframe {
  position: absolute;
  top: -5px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: #f3f0ec url(../img/background.png);
  padding: 10px;
}
.popup .ui-dialog .ui-dialog-titlebar {
  position: relative;
  z-index: 99;
  height: 20px;
}
.popup .ui-dialog button.ui-dialog-titlebar-close {
  background: #0a0a0a url(../img/btn-close.png) no-repeat center center;
  width: 35px;
  height: 35px;
  top: 10px;
  right: 10px;
  position: absolute;
  text-indent: 8888px;
  overflow: hidden;
  border: none;
  outline: none;
  cursor: pointer;
}
.notice.popup-dialog.ui-dialog-content {
  padding: 0;
}
.notice-content {
  background: #f3f0ec url(../img/background.png);
  padding: 0 40px 30px;
  box-sizing: border-box;
  border: solid 15px #ed8025;
  position: relative;
  top: -5px;
}
.notice-content > p {
  color: #57230f;
}
.notice-content > h1 {
  text-transform: uppercase;
  color: #57230f;
  font-size: 40px;
}
.notice-content > h2 {
  text-transform: uppercase;
  font-size: 30px;
}
.notice-content > h2 strong {
  color: #57230f;
}
.notice-content > h3 {
  text-transform: uppercase;
  color: #57230f;
  margin: 10px 0 0;
  font-size: 18px;
}
.notice-content .mc4wp-form {
  position: static;
  background: none;
  height: auto;
  display: block;
  margin: 0 auto;
}
.notice-content .mc4wp-form-fields {
  border: none;
}
.notice-content .mc4wp-response p {
  margin: 0 20px 30px;
}
.notice-content .mc4wp-alert.mc4wp-success {
  margin: 1.5em 0 30px;
  color: #009926;
}
.notice-content .mailchimp-submit input {
  background: #ed8025;
}
@media only screen and (max-width: 860px) {
  .notice-content {
    padding: 0 20px 30px;
  }
  .notice-content > h1 {
    font-size: 25px;
  }
  .notice-content > h2 {
    font-size: 20px;
  }
  .notice-content > h3 {
    font-size: 16px;
  }
  .notice-content .mailchimp-field {
    margin: 10px 0 0;
    display: block;
  }
  .notice-content .mailchimp-field input {
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-right: solid 1px #333132;
    border-bottom: none;
  }
  .notice-content .mailchimp-submit {
    display: block;
    margin: 0 0 10px;
  }
  .notice-content .mailchimp-submit input {
    width: 100%;
    box-sizing: border-box;
  }
  .notice-content .thumbnails.mod-2cols .thumbnail {
    width: 100%;
    padding-bottom: 100%;
  }
}
.suggest {
  overflow: hidden;
  text-align: center;
}
.suggest h3 {
  margin: 20px 0 10px;
  font-size: 20px;
}
.suggest-slides {
  font-size: 0;
  white-space: nowrap;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
.suggest-slide {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: initial;
  white-space: normal;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}
.kc-suggest-btn {
  display: block;
  margin: 0 auto;
}
.kc-suggest-option {
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  width: 25%;
  float: left;
}
.kc-suggest-option h3 {
  color: #ac2e29;
  text-align: center;
}
.kc-suggest-option .img {
  background: #a81e22;
  text-align: center;
  background: #ac2e29;
}
.kc-suggest-option .img div {
  overflow: hidden;
  position: relative;
  padding: 50% 0;
}
.kc-suggest-option .img img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.kc-suggest-option select,
.kc-suggest-option input {
  width: 100%;
  padding: 5px 30px 5px 5px;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  border: solid 1px #333132;
  outline: none;
}
.kc-suggest-option .kc-suggest-btn {
  width: auto;
  padding: 0 10px;
  height: 40px;
  background: none;
  color: #ac2e29;
  border: none;
  outline: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#kc-suggest-confirm {
  clear: both;
  padding: 30px;
}
#kc-suggest-confirm .kc-suggest-btn {
  margin: 30px auto;
}
.ui-autocomplete {
  background: #ffffff;
  border: solid 1px #333132;
  border-top: none;
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
}
.ui-autocomplete li {
  padding: 10px;
  margin: 0;
  display: block;
  cursor: pointer;
  color: #ac2e29;
}
.ui-autocomplete li:hover {
  background: #ac2e29;
  color: #ffffff;
}
@media only screen and (max-width: 860px) {
  .kc-suggest-option {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 599px) {
  .kc-suggest-option {
    width: 100%;
    float: none;
  }
}
.beercomp {
  overflow: hidden;
  text-align: center;
}
.beercomp h3 {
  margin: 20px 0 10px;
  font-size: 20px;
}
.beercomp-slides {
  font-size: 0;
  white-space: nowrap;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
.beercomp-slide {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: initial;
  white-space: normal;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}
.kc-beer-comp-btn {
  display: block;
  margin: 0 auto;
}
.kc-beer-comp-option {
  box-sizing: border-box;
  padding: 10px;
}
.kc-beer-comp-option select,
.kc-beer-comp-option input {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}
#kc-beer-comp-confirm {
  clear: both;
  padding: 30px;
}
#kc-beer-comp-confirm .kc-beer-comp-btn {
  margin: 30px auto;
}
.competition {
  margin: 30px 0;
}
.competition .button {
  text-decoration: none;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  padding: 0 10px;
  width: 100%;
}
.competition .button:before {
  font-family: 'socicon';
  color: #ffffff;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}
.competition .button.mod-fb {
  background: #425798;
}
.competition .button.mod-fb:before {
  content: 'b';
}
.competition .button.mod-fb:hover,
.competition .button.mod-fb:active {
  background: #354f88;
}
.competition .button.mod-tw {
  background: #57afe2;
}
.competition .button.mod-tw:before {
  content: 'a';
}
.competition .button.mod-tw:hover,
.competition .button.mod-tw:active {
  background: #3ea1d1;
}
.competition .button.twitter-auth-login {
  line-height: 25px;
}
.competition .competition-intro {
  font-family: 'hello_beautiful-marker', helvetica, arial, sans-serif;
  font-size: 48px;
  font-weight: normal;
  line-height: 70px;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 34px 20px;
  margin: 0;
  background: #ac2e29;
  color: #ffffff;
}
.competition .competition-entries {
  font-family: 'montserrat-semi_bold', helvetica, arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px;
  margin: 0;
  background: #333132;
  color: #ffffff;
}
.competition .competition-entries em {
  font-style: normal;
}
.competition .competition-notice {
  font-family: 'montserrat-semi_bold', helvetica, arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  line-height: 38px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px;
  margin: 0;
  background: #ac2e29;
  color: #ffffff;
}
.competition .competition-login {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
  border: solid 1px #e5e5e5;
  background: #ffffff;
}
.competition .competition-login .competition-login-method {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 48%;
  padding: 20px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}
.competition .competition-login .competition-login-method-authed {
  font-size: 14px;
}
.competition .competition-login .competition-login-method-authed strong {
  display: block;
}
.competition .competiton-options .competition-option {
  position: relative;
  overflow: hidden;
  padding-bottom: 37%;
}
.competition .competiton-options .competition-option .thumbnail-wrap {
  background: #0a0a0a;
  transition: opacity 0.4s;
  overflow: hidden;
}
.competition .competiton-options .competition-option .thumbnail-wrap:before {
  display: none;
}
.competition .competiton-options .competition-option .thumbnail-image {
  bottom: 110px;
}
.competition .competiton-options .competition-option .thumbnail-content {
  position: absolute;
  height: 110px;
  width: 100%;
  background: #ffffff;
  bottom: 0;
  left: 0;
  text-align: left;
  font-size: 0;
}
.competition .competiton-options .competition-option .thumbnail-content:before {
  content: '';
  height: 60px;
  width: 1px;
  vertical-align: middle;
  display: inline-block;
}
.competition .competiton-options .competition-option .competition-option-name {
  vertical-align: middle;
  display: inline-block;
  font-family: 'montserrat-semi_bold', helvetica, arial, sans-serif;
  font-weight: normal;
  color: inherit;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 65px 10px 5px;
  margin: 0;
  width: 99%;
  box-sizing: border-box;
}
.competition .competiton-options .competition-option .competition-option-entries {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 50px;
  padding: 0 0 0 5px;
  margin: 0;
  text-align: center;
  border-left: solid 4px #ac2e29;
  color: #ac2e29;
  line-height: 1.0;
}
.competition .competiton-options .competition-option .competition-option-entries strong {
  font-size: 33px;
  font-weight: normal;
}
.competition .competiton-options .competition-option .competition-option-entries em {
  font-size: 13px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
}
.competition .competiton-options .competition-option .competition-option-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.competition .competiton-options .competition-option.mod-facebook_like .competition-option-button {
  height: 22px;
  margin: 9px 0;
  overflow: hidden;
}
.competition .competiton-options .competition-option.is-disabled .thumbnail-wrap > * {
  opacity: 0.25;
}
.competition .competiton-options .competition-option-verified {
  display: none;
}
.competition .competiton-options .competition-option.is-verified .competition-option-verified {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 40px;
  margin: -20px 0 0 -25px;
  background: url(../img/ico-tick.html) no-repeat center;
  z-index: 60;
  opacity: 1.0;
}
@media only screen and (max-width: 860px) {
  .competition {
    margin: 25px 0;
  }
  .competition .competition-intro {
    font-family: 'montserrat-semi_bold', helvetica, arial, sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 34px;
    white-space: normal;
    overflow: visible;
    padding: 20px;
  }
  .competition .competition-intro:before {
    display: block;
    margin: 0 auto 10px;
  }
  .competition .competition-login .competition-login-method {
    width: auto;
  }
  .competition .competition-entries {
    font-size: 20px;
    line-height: 25px;
    padding: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .competition .competiton-options .competition-option {
    padding-bottom: 70%;
  }
}
.editor_content .aptf-tweets-wrapper .aptf-single-tweet-wrapper {
  border-color: #333132;
  box-shadow: none;
  margin: 10px 0;
  border-radius: 3px;
}
.editor_content .aptf-tweets-wrapper .aptf-tweet-content a {
  color: #ac2e29 !important;
  transition: none;
}
.editor_content .aptf-tweets-wrapper .aptf-tweet-content a:hover,
.editor_content .aptf-tweets-wrapper .aptf-tweet-content a:active,
.editor_content .aptf-tweets-wrapper .aptf-tweet-content a:focus {
  color: #0a0a0a !important;
}
.button.eventmap-print {
  background-color: #009926;
}
.u-12col {
  width: 100% !important;
  float: none !important;
  clear: both !important;
}
.u-9col {
  width: 75% !important;
  float: left !important;
}
.u-8col {
  width: 66.66% !important;
  float: left !important;
}
.u-6col {
  width: 50% !important;
  float: left !important;
}
.u-4col {
  width: 33.33% !important;
  float: left !important;
}
.u-3col {
  width: 25% !important;
  float: left !important;
}
.u-2col {
  width: 16.66% !important;
  float: left !important;
}
.u-right {
  float: right !important;
}
.u-left {
  float: left !important;
}
.u-clear {
  clear: both !important;
}
.u-clear-left {
  clear: left !important;
}
.u-clear-right {
  clear: right !important;
}
.cbPoweredBy{display:none;}