/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 

******************************************************************/
@import url("https://use.typekit.net/zxm3lyw.css");
/*! 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.
 */
@import url(https://fonts.googleapis.com/css?family=Gilda+Display);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('assets/fonts/font-name.eot');
    	src: url('assets/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('assets/fonts/font-name.woff') format('woff'),
             url('assets/fonts/font-name.ttf') format('truetype'),
             url('assets/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=73.125em&xlarge=93.75em&xxlarge=118.75em";
}

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: normal;
  line-height: 1.5;
  color: #004500;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

.row {
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
}
.row::before, .row::after {
  content: " ";
  display: table;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row .row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
.row.small-collapse > .column, .row.small-collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.small-uncollapse > .column, .row.small-uncollapse > .columns {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 40em) {
  .row.medium-collapse > .column, .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 73.125em) {
  .row.large-collapse > .column, .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 93.75em) {
  .row.xlarge-collapse > .column, .row.xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xlarge-uncollapse > .column, .row.xlarge-uncollapse > .columns {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.row.expanded {
  max-width: none;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.3333333333%;
  float: left;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.6666666667%;
  float: left;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.2857142857%;
  float: left;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.column.small-centered, .small-centered.columns {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.small-uncenter,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  .column.medium-centered, .medium-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .medium-uncenter,
.medium-push-0,
.medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 73.125em) {
  .large-1 {
    width: 8.3333333333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    width: 41.6666666667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    width: 66.6666666667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    width: 91.6666666667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  .column.large-centered, .large-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .large-uncenter,
.large-push-0,
.large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 93.75em) {
  .xlarge-1 {
    width: 8.3333333333%;
  }

  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .xlarge-2 {
    width: 16.6666666667%;
  }

  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }

  .xlarge-3 {
    width: 25%;
  }

  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }

  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }

  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }

  .xlarge-4 {
    width: 33.3333333333%;
  }

  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

  .xlarge-offset-3 {
    margin-left: 25%;
  }

  .xlarge-5 {
    width: 41.6666666667%;
  }

  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }

  .xlarge-6 {
    width: 50%;
  }

  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }

  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }

  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }

  .xlarge-7 {
    width: 58.3333333333%;
  }

  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

  .xlarge-offset-6 {
    margin-left: 50%;
  }

  .xlarge-8 {
    width: 66.6666666667%;
  }

  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }

  .xlarge-9 {
    width: 75%;
  }

  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }

  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }

  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }

  .xlarge-10 {
    width: 83.3333333333%;
  }

  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

  .xlarge-offset-9 {
    margin-left: 75%;
  }

  .xlarge-11 {
    width: 91.6666666667%;
  }

  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }

  .xlarge-12 {
    width: 100%;
  }

  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }

  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }

  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }

  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }

  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }

  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }

  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }

  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }

  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }

  .column.xlarge-centered, .xlarge-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .xlarge-uncenter,
.xlarge-push-0,
.xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Fraunces", serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.4;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #fefefe;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.625rem;
  }

  h2 {
    font-size: 1.625rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.375rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: 1rem;
  }
}
a {
  color: #FF6457;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
a:hover, a:focus {
  color: #EA9C83;
}
a img {
  border: 0;
}

hr {
  max-width: 87.5rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.5;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style-type: inherit;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.5;
  color: #555657;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #555657;
}

abbr {
  color: #004500;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e3e2d7;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e3e2d7;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

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

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

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

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 73.125em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 93.75em) {
  .xlarge-text-left {
    text-align: left;
  }

  .xlarge-text-right {
    text-align: right;
  }

  .xlarge-text-center {
    text-align: center;
  }

  .xlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

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

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

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

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

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

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

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

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
.button, .single-espresso_events .ticket-selector-submit-btn, .espresso_events .read-more, .ee-button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #95AF96;
  color: #fff;
}
[data-whatinput=mouse] .button, [data-whatinput=mouse] .single-espresso_events .ticket-selector-submit-btn, .single-espresso_events [data-whatinput=mouse] .ticket-selector-submit-btn, [data-whatinput=mouse] .espresso_events .read-more, .espresso_events [data-whatinput=mouse] .read-more, [data-whatinput=mouse] .ee-button {
  outline: 0;
}
.button:hover, .single-espresso_events .ticket-selector-submit-btn:hover, .espresso_events .read-more:hover, .ee-button:hover, .button:focus, .single-espresso_events .ticket-selector-submit-btn:focus, .espresso_events .read-more:focus, .ee-button:focus {
  background: #709371;
  color: #fff;
}
.button.tiny, .single-espresso_events .tiny.ticket-selector-submit-btn, .espresso_events .tiny.read-more, .tiny.ee-button {
  font-size: 0.6rem;
}
.button.small, .single-espresso_events .small.ticket-selector-submit-btn, .espresso_events .small.read-more, .small.ee-button {
  font-size: 0.75rem;
}
.button.large, .single-espresso_events .large.ticket-selector-submit-btn, .espresso_events .large.read-more, .large.ee-button {
  font-size: 1.25rem;
}
.button.expanded, .single-espresso_events .expanded.ticket-selector-submit-btn, .espresso_events .expanded.read-more, .expanded.ee-button {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.button.primary, .single-espresso_events .primary.ticket-selector-submit-btn, .espresso_events .primary.read-more, .primary.ee-button {
  background: #2199e8;
  color: #fff;
}
.button.primary:hover, .single-espresso_events .primary.ticket-selector-submit-btn:hover, .espresso_events .primary.read-more:hover, .primary.ee-button:hover, .button.primary:focus, .single-espresso_events .primary.ticket-selector-submit-btn:focus, .espresso_events .primary.read-more:focus, .primary.ee-button:focus {
  background: #147cc0;
  color: #fff;
}
.button.secondary, .single-espresso_events .secondary.ticket-selector-submit-btn, .espresso_events .secondary.read-more, .secondary.ee-button {
  background: #777;
  color: #fff;
}
.button.secondary:hover, .single-espresso_events .secondary.ticket-selector-submit-btn:hover, .espresso_events .secondary.read-more:hover, .secondary.ee-button:hover, .button.secondary:focus, .single-espresso_events .secondary.ticket-selector-submit-btn:focus, .espresso_events .secondary.read-more:focus, .secondary.ee-button:focus {
  background: #5f5f5f;
  color: #fff;
}
.button.success, .single-espresso_events .success.ticket-selector-submit-btn, .espresso_events .success.read-more, .success.ee-button {
  background: #3adb76;
  color: #fff;
}
.button.success:hover, .single-espresso_events .success.ticket-selector-submit-btn:hover, .espresso_events .success.read-more:hover, .success.ee-button:hover, .button.success:focus, .single-espresso_events .success.ticket-selector-submit-btn:focus, .espresso_events .success.read-more:focus, .success.ee-button:focus {
  background: #22bb5b;
  color: #fff;
}
.button.alert, .single-espresso_events .alert.ticket-selector-submit-btn, .espresso_events .alert.read-more, .alert.ee-button {
  background: #ae1351;
  color: #fff;
}
.button.alert:hover, .single-espresso_events .alert.ticket-selector-submit-btn:hover, .espresso_events .alert.read-more:hover, .alert.ee-button:hover, .button.alert:focus, .single-espresso_events .alert.ticket-selector-submit-btn:focus, .espresso_events .alert.read-more:focus, .alert.ee-button:focus {
  background: #8b0f41;
  color: #fff;
}
.button.warning, .single-espresso_events .warning.ticket-selector-submit-btn, .espresso_events .warning.read-more, .warning.ee-button {
  background: #ffae00;
  color: #fff;
}
.button.warning:hover, .single-espresso_events .warning.ticket-selector-submit-btn:hover, .espresso_events .warning.read-more:hover, .warning.ee-button:hover, .button.warning:focus, .single-espresso_events .warning.ticket-selector-submit-btn:focus, .espresso_events .warning.read-more:focus, .warning.ee-button:focus {
  background: #cc8b00;
  color: #fff;
}
.button.hollow, .single-espresso_events .hollow.ticket-selector-submit-btn, .espresso_events .hollow.read-more, .hollow.ee-button {
  border: 1px solid #2199e8;
  color: #2199e8;
}
.button.hollow, .single-espresso_events .hollow.ticket-selector-submit-btn, .espresso_events .hollow.read-more, .hollow.ee-button, .button.hollow:hover, .button.hollow:focus {
  background: transparent;
}
.button.hollow:hover, .single-espresso_events .hollow.ticket-selector-submit-btn:hover, .espresso_events .hollow.read-more:hover, .hollow.ee-button:hover, .button.hollow:focus, .single-espresso_events .hollow.ticket-selector-submit-btn:focus, .espresso_events .hollow.read-more:focus, .hollow.ee-button:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}
.button.hollow.primary, .single-espresso_events .hollow.primary.ticket-selector-submit-btn, .espresso_events .hollow.primary.read-more, .hollow.primary.ee-button {
  border: 1px solid #2199e8;
  color: #2199e8;
}
.button.hollow.primary:hover, .single-espresso_events .hollow.primary.ticket-selector-submit-btn:hover, .espresso_events .hollow.primary.read-more:hover, .hollow.primary.ee-button:hover, .button.hollow.primary:focus, .single-espresso_events .hollow.primary.ticket-selector-submit-btn:focus, .espresso_events .hollow.primary.read-more:focus, .hollow.primary.ee-button:focus {
  border-color: #0c4d78;
  color: #0c4d78;
}
.button.hollow.secondary, .single-espresso_events .hollow.secondary.ticket-selector-submit-btn, .espresso_events .hollow.secondary.read-more, .hollow.secondary.ee-button {
  border: 1px solid #777;
  color: #777;
}
.button.hollow.secondary:hover, .single-espresso_events .hollow.secondary.ticket-selector-submit-btn:hover, .espresso_events .hollow.secondary.read-more:hover, .hollow.secondary.ee-button:hover, .button.hollow.secondary:focus, .single-espresso_events .hollow.secondary.ticket-selector-submit-btn:focus, .espresso_events .hollow.secondary.read-more:focus, .hollow.secondary.ee-button:focus {
  border-color: #3c3c3c;
  color: #3c3c3c;
}
.button.hollow.success, .single-espresso_events .hollow.success.ticket-selector-submit-btn, .espresso_events .hollow.success.read-more, .hollow.success.ee-button {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .single-espresso_events .hollow.success.ticket-selector-submit-btn:hover, .espresso_events .hollow.success.read-more:hover, .hollow.success.ee-button:hover, .button.hollow.success:focus, .single-espresso_events .hollow.success.ticket-selector-submit-btn:focus, .espresso_events .hollow.success.read-more:focus, .hollow.success.ee-button:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.alert, .single-espresso_events .hollow.alert.ticket-selector-submit-btn, .espresso_events .hollow.alert.read-more, .hollow.alert.ee-button {
  border: 1px solid #ae1351;
  color: #ae1351;
}
.button.hollow.alert:hover, .single-espresso_events .hollow.alert.ticket-selector-submit-btn:hover, .espresso_events .hollow.alert.read-more:hover, .hollow.alert.ee-button:hover, .button.hollow.alert:focus, .single-espresso_events .hollow.alert.ticket-selector-submit-btn:focus, .espresso_events .hollow.alert.read-more:focus, .hollow.alert.ee-button:focus {
  border-color: #570a29;
  color: #570a29;
}
.button.hollow.warning, .single-espresso_events .hollow.warning.ticket-selector-submit-btn, .espresso_events .hollow.warning.read-more, .hollow.warning.ee-button {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .single-espresso_events .hollow.warning.ticket-selector-submit-btn:hover, .espresso_events .hollow.warning.read-more:hover, .hollow.warning.ee-button:hover, .button.hollow.warning:focus, .single-espresso_events .hollow.warning.ticket-selector-submit-btn:focus, .espresso_events .hollow.warning.read-more:focus, .hollow.warning.ee-button:focus {
  border-color: #805700;
  color: #805700;
}
.button.disabled, .single-espresso_events .disabled.ticket-selector-submit-btn, .espresso_events .disabled.read-more, .disabled.ee-button {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}
.button.dropdown::after, .single-espresso_events .dropdown.ticket-selector-submit-btn::after, .espresso_events .dropdown.read-more::after, .dropdown.ee-button::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  border-color: #fefefe transparent transparent;
  border-top-style: solid;
  position: relative;
  top: 0.4em;
  float: right;
  margin-left: 1em;
  display: inline-block;
}
.button.arrow-only::after, .single-espresso_events .arrow-only.ticket-selector-submit-btn::after, .espresso_events .arrow-only.read-more::after, .arrow-only.ee-button::after {
  margin-left: 0;
  float: none;
  top: 0.2em;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  border: 1px solid #555657;
  background: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e3e2d7;
  cursor: default;
}

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

input[type=search] {
  box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

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

label > [type=checkbox],
label > [type=label] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group-button, .input-group-field, .input-group-label {
  display: table-cell;
  margin: 0;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e3e2d7;
  color: #0a0a0a;
  border: 1px solid #cacaca;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 0.5rem;
}

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
.fieldset legend {
  background: #fefefe;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fafafa;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:disabled {
  background-color: #e3e2d7;
  cursor: default;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(174, 19, 81, 0.1);
  border-color: #ae1351;
}

.is-invalid-label {
  color: #ae1351;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ae1351;
}
.form-error.is-visible {
  display: block;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

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

@media screen and (max-width: 39.9375em), screen and (min-width: 73.125em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (min-width: 73.125em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 73.0625em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 73.125em) and (max-width: 93.6875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 73.0625em), screen and (min-width: 93.75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 93.75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 93.6875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 93.75em) and (max-width: 118.6875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 93.6875em), screen and (min-width: 118.75em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

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

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

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0;
}
.breadcrumbs::before, .breadcrumbs::after {
  content: " ";
  display: table;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  color: #ae1351;
  font-size: 0.6875rem;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  color: #cacaca;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
  opacity: 1;
}
.breadcrumbs a {
  color: #555657;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.button-group::before, .button-group::after {
  content: " ";
  display: table;
}
.button-group::after {
  clear: both;
}
.button-group .button, .button-group .single-espresso_events .ticket-selector-submit-btn, .single-espresso_events .button-group .ticket-selector-submit-btn, .button-group .espresso_events .read-more, .espresso_events .button-group .read-more, .button-group .ee-button {
  float: left;
  margin: 0;
  font-size: inherit;
}
.button-group .button:not(:last-child), .button-group .single-espresso_events .ticket-selector-submit-btn:not(:last-child), .single-espresso_events .button-group .ticket-selector-submit-btn:not(:last-child), .button-group .espresso_events .read-more:not(:last-child), .espresso_events .button-group .read-more:not(:last-child), .button-group .ee-button:not(:last-child) {
  border-right: 1px solid #fefefe;
}
.button-group.tiny {
  font-size: 0.6rem;
}
.button-group.small {
  font-size: 0.75rem;
}
.button-group.large {
  font-size: 1.25rem;
}
.button-group.expanded .button:nth-last-child(2):first-child, .button-group.expanded .single-espresso_events .ticket-selector-submit-btn:nth-last-child(2):first-child, .single-espresso_events .button-group.expanded .ticket-selector-submit-btn:nth-last-child(2):first-child, .button-group.expanded .espresso_events .read-more:nth-last-child(2):first-child, .espresso_events .button-group.expanded .read-more:nth-last-child(2):first-child, .button-group.expanded .ee-button:nth-last-child(2):first-child, .button-group.expanded .button:nth-last-child(2):first-child ~ .button, .button-group.expanded .single-espresso_events .ticket-selector-submit-btn:nth-last-child(2):first-child ~ .button, .single-espresso_events .button-group.expanded .ticket-selector-submit-btn:nth-last-child(2):first-child ~ .button, .button-group.expanded .single-espresso_events .button:nth-last-child(2):first-child ~ .ticket-selector-submit-btn, .single-espresso_events .button-group.expanded .button:nth-last-child(2):first-child ~ .ticket-selector-submit-btn, .button-group.expanded .single-espresso_events .ticket-selector-submit-btn:nth-last-child(2):first-child ~ .ticket-selector-submit-btn, .single-espresso_events .button-group.expanded .ticket-selector-submit-btn:nth-last-child(2):first-child ~ .ticket-selector-submit-btn, .button-group.expanded .espresso_events .read-more:nth-last-child(2):first-child ~ .button, .button-group.expanded .espresso_events .single-espresso_events .read-more:nth-last-child(2):first-child ~ .ticket-selector-submit-btn, .single-espresso_events .button-group.expanded .espresso_events .read-more:nth-last-child(2):first-child ~ .ticket-selector-submit-btn, .espresso_events .button-group.expanded .read-more:nth-last-child(2):first-child ~ .button, .espresso_events .button-group.expanded .single-espresso_events .read-more:nth-last-child(2):first-child ~ .ticket-selector-submit-btn, .single-espresso_events .espresso_events .button-group.expanded .read-more:nth-last-child(2):first-child ~ .ticket-selector-submit-btn, .button-group.expanded .espresso_events .button:nth-last-child(2):first-child ~ .read-more, .button-group.expanded .espresso_events .single-espresso_events .ticket-selector-submit-btn:nth-last-child(2):first-child ~ .read-more, .single-espresso_events .button-group.expanded .espresso_events .ticket-selector-submit-btn:nth-last-child(2):first-child ~ .read-more, .espresso_events .button-group.expanded .button:nth-last-child(2):first-child ~ .read-more, .espresso_events .button-group.expanded .single-espresso_events .ticket-selector-submit-btn:nth-last-child(2):first-child ~ .read-more, .single-espresso_events .espresso_events .button-group.expanded .ticket-selector-submit-btn:nth-last-child(2):first-child ~ .read-more, .button-group.expanded .espresso_events .read-more:nth-last-child(2):first-child ~ .read-more, .espresso_events .button-group.expanded .read-more:nth-last-child(2):first-child ~ .read-more, .button-group.expanded .ee-button:nth-last-child(2):first-child ~ .button, .button-group.expanded .single-espresso_events .ee-button:nth-last-child(2):first-child ~ .ticket-selector-submit-btn, .single-espresso_events .button-group.expanded .ee-button:nth-last-child(2):first-child ~ .ticket-selector-submit-btn, .button-group.expanded .espresso_events .ee-button:nth-last-child(2):first-child ~ .read-more, .espresso_events .button-group.expanded .ee-button:nth-last-child(2):first-child ~ .read-more, .button-group.expanded .button:nth-last-child(2):first-child ~ .ee-button, .button-group.expanded .single-espresso_events .ticket-selector-submit-btn:nth-last-child(2):first-child ~ .ee-button, .single-espresso_events .button-group.expanded .ticket-selector-submit-btn:nth-last-child(2):first-child ~ .ee-button, .button-group.expanded .espresso_events .read-more:nth-last-child(2):first-child ~ .ee-button, .espresso_events .button-group.expanded .read-more:nth-last-child(2):first-child ~ .ee-button, .button-group.expanded .ee-button:nth-last-child(2):first-child ~ .ee-button {
  width: 50%;
}
.button-group.expanded .button:nth-last-child(3):first-child, .button-group.expanded .single-espresso_events .ticket-selector-submit-btn:nth-last-child(3):first-child, .single-espresso_events .button-group.expanded .ticket-selector-submit-btn:nth-last-child(3):first-child, .button-group.expanded .espresso_events .read-more:nth-last-child(3):first-child, .espresso_events .button-group.expanded .read-more:nth-last-child(3):first-child, .button-group.expanded .ee-button:nth-last-child(3):first-child, .button-group.expanded .button:nth-last-child(3):first-child ~ .button, .button-group.expanded .single-espresso_events .ticket-selector-submit-btn:nth-last-child(3):first-child ~ .button, .single-espresso_events .button-group.expanded .ticket-selector-submit-btn:nth-last-child(3):first-child ~ .button, .button-group.expanded .single-espresso_events .button:nth-last-child(3):first-child ~ .ticket-selector-submit-btn, .single-espresso_events .button-group.expanded .button:nth-last-child(3):first-child ~ .ticket-selector-submit-btn, .button-group.expanded .single-espresso_events .ticket-selector-submit-btn:nth-last-child(3):first-child ~ .ticket-selector-submit-btn, .single-espresso_events .button-group.expanded .ticket-selector-submit-btn:nth-last-child(3):first-child ~ .ticket-selector-submit-btn, .button-group.expanded .espresso_events .read-more:nth-last-child(3):first-child ~ .button, .button-group.expanded .espresso_events .single-espresso_events .read-more:nth-last-child(3):first-child ~ .ticket-selector-submit-btn, .single-espresso_events .button-group.expanded .espresso_events .read-more:nth-last-child(3):first-child ~ .ticket-selector-submit-btn, .espresso_events .button-group.expanded .read-more:nth-last-child(3):first-child ~ .button, .espresso_events .button-group.expanded .single-espresso_events .read-more:nth-last-child(3):first-child ~ .ticket-selector-submit-btn, .single-espresso_events .espresso_events .button-group.expanded .read-more:nth-last-child(3):first-child ~ .ticket-selector-submit-btn, .button-group.expanded .espresso_events .button:nth-last-child(3):first-child ~ .read-more, .button-group.expanded .espresso_events .single-espresso_events .ticket-selector-submit-btn:nth-last-child(3):first-child ~ .read-more, .single-espresso_events .button-group.expanded .espresso_events .ticket-selector-submit-btn:nth-last-child(3):first-child ~ .read-more, .espresso_events .button-group.expanded .button:nth-last-child(3):first-child ~ .read-more, .espresso_events .button-group.expanded .single-espresso_events .ticket-selector-submit-btn:nth-last-child(3):first-child ~ .read-more, .single-espresso_events .espresso_events .button-group.expanded .ticket-selector-submit-btn:nth-last-child(3):first-child ~ .read-more, .button-group.expanded .espresso_events .read-more:nth-last-child(3):first-child ~ .read-more, .espresso_events .button-group.expanded .read-more:nth-last-child(3):first-child ~ .read-more, .button-group.expanded .ee-button:nth-last-child(3):first-child ~ .button, .button-group.expanded .single-espresso_events .ee-button:nth-last-child(3):first-child ~ .ticket-selector-submit-btn, .single-espresso_events .button-group.expanded .ee-button:nth-last-child(3):first-child ~ .ticket-selector-submit-btn, .button-group.expanded .espresso_events .ee-button:nth-last-child(3):first-child ~ .read-more, .espresso_events .button-group.expanded .ee-button:nth-last-child(3):first-child ~ .read-more, .button-group.expanded .button:nth-last-child(3):first-child ~ .ee-button, .button-group.expanded .single-espresso_events .ticket-selector-submit-btn:nth-last-child(3):first-child ~ .ee-button, .single-espresso_events .button-group.expanded .ticket-selector-submit-btn:nth-last-child(3):first-child ~ .ee-button, .button-group.expanded .espresso_events .read-more:nth-last-child(3):first-child ~ .ee-button, .espresso_events .button-group.expanded .read-more:nth-last-child(3):first-child ~ .ee-button, .button-group.expanded .ee-button:nth-last-child(3):first-child ~ .ee-button {
  width: 33.3333333333%;
}
.button-group.expanded .button:nth-last-child(4):first-child, .button-group.expanded .single-espresso_events .ticket-selector-submit-btn:nth-last-child(4):first-child, .single-espresso_events .button-group.expanded .ticket-selector-submit-btn:nth-last-child(4):first-child, .button-group.expanded .espresso_events .read-more:nth-last-child(4):first-child, .espresso_events .button-group.expanded .read-more:nth-last-child(4):first-child, .button-group.expanded .ee-button:nth-last-child(4):first-child, .button-group.expanded .button:nth-last-child(4):first-child ~ .button, .button-group.expanded .single-espresso_events .ticket-selector-submit-btn:nth-last-child(4):first-child ~ .button, .single-espresso_events .button-group.expanded .ticket-selector-submit-btn:nth-last-child(4):first-child ~ .button, .button-group.expanded .single-espresso_events .button:nth-last-child(4):first-child ~ .ticket-selector-submit-btn, .single-espresso_events .button-group.expanded .button:nth-last-child(4):first-child ~ .ticket-selector-submit-btn, .button-group.expanded .single-espresso_events .ticket-selector-submit-btn:nth-last-child(4):first-child ~ .ticket-selector-submit-btn, .single-espresso_events .button-group.expanded .ticket-selector-submit-btn:nth-last-child(4):first-child ~ .ticket-selector-submit-btn, .button-group.expanded .espresso_events .read-more:nth-last-child(4):first-child ~ .button, .button-group.expanded .espresso_events .single-espresso_events .read-more:nth-last-child(4):first-child ~ .ticket-selector-submit-btn, .single-espresso_events .button-group.expanded .espresso_events .read-more:nth-last-child(4):first-child ~ .ticket-selector-submit-btn, .espresso_events .button-group.expanded .read-more:nth-last-child(4):first-child ~ .button, .espresso_events .button-group.expanded .single-espresso_events .read-more:nth-last-child(4):first-child ~ .ticket-selector-submit-btn, .single-espresso_events .espresso_events .button-group.expanded .read-more:nth-last-child(4):first-child ~ .ticket-selector-submit-btn, .button-group.expanded .espresso_events .button:nth-last-child(4):first-child ~ .read-more, .button-group.expanded .espresso_events .single-espresso_events .ticket-selector-submit-btn:nth-last-child(4):first-child ~ .read-more, .single-espresso_events .button-group.expanded .espresso_events .ticket-selector-submit-btn:nth-last-child(4):first-child ~ .read-more, .espresso_events .button-group.expanded .button:nth-last-child(4):first-child ~ .read-more, .espresso_events .button-group.expanded .single-espresso_events .ticket-selector-submit-btn:nth-last-child(4):first-child ~ .read-more, .single-espresso_events .espresso_events .button-group.expanded .ticket-selector-submit-btn:nth-last-child(4):first-child ~ .read-more, .button-group.expanded .espresso_events .read-more:nth-last-child(4):first-child ~ .read-more, .espresso_events .button-group.expanded .read-more:nth-last-child(4):first-child ~ .read-more, .button-group.expanded .ee-button:nth-last-child(4):first-child ~ .button, .button-group.expanded .single-espresso_events .ee-button:nth-last-child(4):first-child ~ .ticket-selector-submit-btn, .single-espresso_events .button-group.expanded .ee-button:nth-last-child(4):first-child ~ .ticket-selector-submit-btn, .button-group.expanded .espresso_events .ee-button:nth-last-child(4):first-child ~ .read-more, .espresso_events .button-group.expanded .ee-button:nth-last-child(4):first-child ~ .read-more, .button-group.expanded .button:nth-last-child(4):first-child ~ .ee-button, .button-group.expanded .single-espresso_events .ticket-selector-submit-btn:nth-last-child(4):first-child ~ .ee-button, .single-espresso_events .button-group.expanded .ticket-selector-submit-btn:nth-last-child(4):first-child ~ .ee-button, .button-group.expanded .espresso_events .read-more:nth-last-child(4):first-child ~ .ee-button, .espresso_events .button-group.expanded .read-more:nth-last-child(4):first-child ~ .ee-button, .button-group.expanded .ee-button:nth-last-child(4):first-child ~ .ee-button {
  width: 25%;
}
.button-group.expanded .button:nth-last-child(5):first-child, .button-group.expanded .single-espresso_events .ticket-selector-submit-btn:nth-last-child(5):first-child, .single-espresso_events .button-group.expanded .ticket-selector-submit-btn:nth-last-child(5):first-child, .button-group.expanded .espresso_events .read-more:nth-last-child(5):first-child, .espresso_events .button-group.expanded .read-more:nth-last-child(5):first-child, .button-group.expanded .ee-button:nth-last-child(5):first-child, .button-group.expanded .button:nth-last-child(5):first-child ~ .button, .button-group.expanded .single-espresso_events .ticket-selector-submit-btn:nth-last-child(5):first-child ~ .button, .single-espresso_events .button-group.expanded .ticket-selector-submit-btn:nth-last-child(5):first-child ~ .button, .button-group.expanded .single-espresso_events .button:nth-last-child(5):first-child ~ .ticket-selector-submit-btn, .single-espresso_events .button-group.expanded .button:nth-last-child(5):first-child ~ .ticket-selector-submit-btn, .button-group.expanded .single-espresso_events .ticket-selector-submit-btn:nth-last-child(5):first-child ~ .ticket-selector-submit-btn, .single-espresso_events .button-group.expanded .ticket-selector-submit-btn:nth-last-child(5):first-child ~ .ticket-selector-submit-btn, .button-group.expanded .espresso_events .read-more:nth-last-child(5):first-child ~ .button, .button-group.expanded .espresso_events .single-espresso_events .read-more:nth-last-child(5):first-child ~ .ticket-selector-submit-btn, .single-espresso_events .button-group.expanded .espresso_events .read-more:nth-last-child(5):first-child ~ .ticket-selector-submit-btn, .espresso_events .button-group.expanded .read-more:nth-last-child(5):first-child ~ .button, .espresso_events .button-group.expanded .single-espresso_events .read-more:nth-last-child(5):first-child ~ .ticket-selector-submit-btn, .single-espresso_events .espresso_events .button-group.expanded .read-more:nth-last-child(5):first-child ~ .ticket-selector-submit-btn, .button-group.expanded .espresso_events .button:nth-last-child(5):first-child ~ .read-more, .button-group.expanded .espresso_events .single-espresso_events .ticket-selector-submit-btn:nth-last-child(5):first-child ~ .read-more, .single-espresso_events .button-group.expanded .espresso_events .ticket-selector-submit-btn:nth-last-child(5):first-child ~ .read-more, .espresso_events .button-group.expanded .button:nth-last-child(5):first-child ~ .read-more, .espresso_events .button-group.expanded .single-espresso_events .ticket-selector-submit-btn:nth-last-child(5):first-child ~ .read-more, .single-espresso_events .espresso_events .button-group.expanded .ticket-selector-submit-btn:nth-last-child(5):first-child ~ .read-more, .button-group.expanded .espresso_events .read-more:nth-last-child(5):first-child ~ .read-more, .espresso_events .button-group.expanded .read-more:nth-last-child(5):first-child ~ .read-more, .button-group.expanded .ee-button:nth-last-child(5):first-child ~ .button, .button-group.expanded .single-espresso_events .ee-button:nth-last-child(5):first-child ~ .ticket-selector-submit-btn, .single-espresso_events .button-group.expanded .ee-button:nth-last-child(5):first-child ~ .ticket-selector-submit-btn, .button-group.expanded .espresso_events .ee-button:nth-last-child(5):first-child ~ .read-more, .espresso_events .button-group.expanded .ee-button:nth-last-child(5):first-child ~ .read-more, .button-group.expanded .button:nth-last-child(5):first-child ~ .ee-button, .button-group.expanded .single-espresso_events .ticket-selector-submit-btn:nth-last-child(5):first-child ~ .ee-button, .single-espresso_events .button-group.expanded .ticket-selector-submit-btn:nth-last-child(5):first-child ~ .ee-button, .button-group.expanded .espresso_events .read-more:nth-last-child(5):first-child ~ .ee-button, .espresso_events .button-group.expanded .read-more:nth-last-child(5):first-child ~ .ee-button, .button-group.expanded .ee-button:nth-last-child(5):first-child ~ .ee-button {
  width: 20%;
}
.button-group.expanded .button:nth-last-child(6):first-child, .button-group.expanded .single-espresso_events .ticket-selector-submit-btn:nth-last-child(6):first-child, .single-espresso_events .button-group.expanded .ticket-selector-submit-btn:nth-last-child(6):first-child, .button-group.expanded .espresso_events .read-more:nth-last-child(6):first-child, .espresso_events .button-group.expanded .read-more:nth-last-child(6):first-child, .button-group.expanded .ee-button:nth-last-child(6):first-child, .button-group.expanded .button:nth-last-child(6):first-child ~ .button, .button-group.expanded .single-espresso_events .ticket-selector-submit-btn:nth-last-child(6):first-child ~ .button, .single-espresso_events .button-group.expanded .ticket-selector-submit-btn:nth-last-child(6):first-child ~ .button, .button-group.expanded .single-espresso_events .button:nth-last-child(6):first-child ~ .ticket-selector-submit-btn, .single-espresso_events .button-group.expanded .button:nth-last-child(6):first-child ~ .ticket-selector-submit-btn, .button-group.expanded .single-espresso_events .ticket-selector-submit-btn:nth-last-child(6):first-child ~ .ticket-selector-submit-btn, .single-espresso_events .button-group.expanded .ticket-selector-submit-btn:nth-last-child(6):first-child ~ .ticket-selector-submit-btn, .button-group.expanded .espresso_events .read-more:nth-last-child(6):first-child ~ .button, .button-group.expanded .espresso_events .single-espresso_events .read-more:nth-last-child(6):first-child ~ .ticket-selector-submit-btn, .single-espresso_events .button-group.expanded .espresso_events .read-more:nth-last-child(6):first-child ~ .ticket-selector-submit-btn, .espresso_events .button-group.expanded .read-more:nth-last-child(6):first-child ~ .button, .espresso_events .button-group.expanded .single-espresso_events .read-more:nth-last-child(6):first-child ~ .ticket-selector-submit-btn, .single-espresso_events .espresso_events .button-group.expanded .read-more:nth-last-child(6):first-child ~ .ticket-selector-submit-btn, .button-group.expanded .espresso_events .button:nth-last-child(6):first-child ~ .read-more, .button-group.expanded .espresso_events .single-espresso_events .ticket-selector-submit-btn:nth-last-child(6):first-child ~ .read-more, .single-espresso_events .button-group.expanded .espresso_events .ticket-selector-submit-btn:nth-last-child(6):first-child ~ .read-more, .espresso_events .button-group.expanded .button:nth-last-child(6):first-child ~ .read-more, .espresso_events .button-group.expanded .single-espresso_events .ticket-selector-submit-btn:nth-last-child(6):first-child ~ .read-more, .single-espresso_events .espresso_events .button-group.expanded .ticket-selector-submit-btn:nth-last-child(6):first-child ~ .read-more, .button-group.expanded .espresso_events .read-more:nth-last-child(6):first-child ~ .read-more, .espresso_events .button-group.expanded .read-more:nth-last-child(6):first-child ~ .read-more, .button-group.expanded .ee-button:nth-last-child(6):first-child ~ .button, .button-group.expanded .single-espresso_events .ee-button:nth-last-child(6):first-child ~ .ticket-selector-submit-btn, .single-espresso_events .button-group.expanded .ee-button:nth-last-child(6):first-child ~ .ticket-selector-submit-btn, .button-group.expanded .espresso_events .ee-button:nth-last-child(6):first-child ~ .read-more, .espresso_events .button-group.expanded .ee-button:nth-last-child(6):first-child ~ .read-more, .button-group.expanded .button:nth-last-child(6):first-child ~ .ee-button, .button-group.expanded .single-espresso_events .ticket-selector-submit-btn:nth-last-child(6):first-child ~ .ee-button, .single-espresso_events .button-group.expanded .ticket-selector-submit-btn:nth-last-child(6):first-child ~ .ee-button, .button-group.expanded .espresso_events .read-more:nth-last-child(6):first-child ~ .ee-button, .espresso_events .button-group.expanded .read-more:nth-last-child(6):first-child ~ .ee-button, .button-group.expanded .ee-button:nth-last-child(6):first-child ~ .ee-button {
  width: 16.6666666667%;
}
.button-group.primary .button, .button-group.primary .single-espresso_events .ticket-selector-submit-btn, .single-espresso_events .button-group.primary .ticket-selector-submit-btn, .button-group.primary .espresso_events .read-more, .espresso_events .button-group.primary .read-more, .button-group.primary .ee-button {
  background: #2199e8;
  color: #fff;
}
.button-group.primary .button:hover, .button-group.primary .single-espresso_events .ticket-selector-submit-btn:hover, .single-espresso_events .button-group.primary .ticket-selector-submit-btn:hover, .button-group.primary .espresso_events .read-more:hover, .espresso_events .button-group.primary .read-more:hover, .button-group.primary .ee-button:hover, .button-group.primary .button:focus, .button-group.primary .single-espresso_events .ticket-selector-submit-btn:focus, .single-espresso_events .button-group.primary .ticket-selector-submit-btn:focus, .button-group.primary .espresso_events .read-more:focus, .espresso_events .button-group.primary .read-more:focus, .button-group.primary .ee-button:focus {
  background: #147cc0;
  color: #fff;
}
.button-group.secondary .button, .button-group.secondary .single-espresso_events .ticket-selector-submit-btn, .single-espresso_events .button-group.secondary .ticket-selector-submit-btn, .button-group.secondary .espresso_events .read-more, .espresso_events .button-group.secondary .read-more, .button-group.secondary .ee-button {
  background: #777;
  color: #fff;
}
.button-group.secondary .button:hover, .button-group.secondary .single-espresso_events .ticket-selector-submit-btn:hover, .single-espresso_events .button-group.secondary .ticket-selector-submit-btn:hover, .button-group.secondary .espresso_events .read-more:hover, .espresso_events .button-group.secondary .read-more:hover, .button-group.secondary .ee-button:hover, .button-group.secondary .button:focus, .button-group.secondary .single-espresso_events .ticket-selector-submit-btn:focus, .single-espresso_events .button-group.secondary .ticket-selector-submit-btn:focus, .button-group.secondary .espresso_events .read-more:focus, .espresso_events .button-group.secondary .read-more:focus, .button-group.secondary .ee-button:focus {
  background: #5f5f5f;
  color: #fff;
}
.button-group.success .button, .button-group.success .single-espresso_events .ticket-selector-submit-btn, .single-espresso_events .button-group.success .ticket-selector-submit-btn, .button-group.success .espresso_events .read-more, .espresso_events .button-group.success .read-more, .button-group.success .ee-button {
  background: #3adb76;
  color: #fff;
}
.button-group.success .button:hover, .button-group.success .single-espresso_events .ticket-selector-submit-btn:hover, .single-espresso_events .button-group.success .ticket-selector-submit-btn:hover, .button-group.success .espresso_events .read-more:hover, .espresso_events .button-group.success .read-more:hover, .button-group.success .ee-button:hover, .button-group.success .button:focus, .button-group.success .single-espresso_events .ticket-selector-submit-btn:focus, .single-espresso_events .button-group.success .ticket-selector-submit-btn:focus, .button-group.success .espresso_events .read-more:focus, .espresso_events .button-group.success .read-more:focus, .button-group.success .ee-button:focus {
  background: #22bb5b;
  color: #fff;
}
.button-group.alert .button, .button-group.alert .single-espresso_events .ticket-selector-submit-btn, .single-espresso_events .button-group.alert .ticket-selector-submit-btn, .button-group.alert .espresso_events .read-more, .espresso_events .button-group.alert .read-more, .button-group.alert .ee-button {
  background: #ae1351;
  color: #fff;
}
.button-group.alert .button:hover, .button-group.alert .single-espresso_events .ticket-selector-submit-btn:hover, .single-espresso_events .button-group.alert .ticket-selector-submit-btn:hover, .button-group.alert .espresso_events .read-more:hover, .espresso_events .button-group.alert .read-more:hover, .button-group.alert .ee-button:hover, .button-group.alert .button:focus, .button-group.alert .single-espresso_events .ticket-selector-submit-btn:focus, .single-espresso_events .button-group.alert .ticket-selector-submit-btn:focus, .button-group.alert .espresso_events .read-more:focus, .espresso_events .button-group.alert .read-more:focus, .button-group.alert .ee-button:focus {
  background: #8b0f41;
  color: #fff;
}
.button-group.warning .button, .button-group.warning .single-espresso_events .ticket-selector-submit-btn, .single-espresso_events .button-group.warning .ticket-selector-submit-btn, .button-group.warning .espresso_events .read-more, .espresso_events .button-group.warning .read-more, .button-group.warning .ee-button {
  background: #ffae00;
  color: #fff;
}
.button-group.warning .button:hover, .button-group.warning .single-espresso_events .ticket-selector-submit-btn:hover, .single-espresso_events .button-group.warning .ticket-selector-submit-btn:hover, .button-group.warning .espresso_events .read-more:hover, .espresso_events .button-group.warning .read-more:hover, .button-group.warning .ee-button:hover, .button-group.warning .button:focus, .button-group.warning .single-espresso_events .ticket-selector-submit-btn:focus, .single-espresso_events .button-group.warning .ticket-selector-submit-btn:focus, .button-group.warning .espresso_events .read-more:focus, .espresso_events .button-group.warning .read-more:focus, .button-group.warning .ee-button:focus {
  background: #cc8b00;
  color: #fff;
}
.button-group.stacked .button, .button-group.stacked .single-espresso_events .ticket-selector-submit-btn, .single-espresso_events .button-group.stacked .ticket-selector-submit-btn, .button-group.stacked .espresso_events .read-more, .espresso_events .button-group.stacked .read-more, .button-group.stacked .ee-button, .button-group.stacked-for-small .button, .button-group.stacked-for-small .single-espresso_events .ticket-selector-submit-btn, .single-espresso_events .button-group.stacked-for-small .ticket-selector-submit-btn, .button-group.stacked-for-small .espresso_events .read-more, .espresso_events .button-group.stacked-for-small .read-more, .button-group.stacked-for-small .ee-button {
  width: 100%;
  border-right: 0;
}
@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button, .button-group.stacked-for-small .single-espresso_events .ticket-selector-submit-btn, .single-espresso_events .button-group.stacked-for-small .ticket-selector-submit-btn, .button-group.stacked-for-small .espresso_events .read-more, .espresso_events .button-group.stacked-for-small .read-more, .button-group.stacked-for-small .ee-button {
    width: auto;
  }
  .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-small .single-espresso_events .ticket-selector-submit-btn:not(:last-child), .single-espresso_events .button-group.stacked-for-small .ticket-selector-submit-btn:not(:last-child), .button-group.stacked-for-small .espresso_events .read-more:not(:last-child), .espresso_events .button-group.stacked-for-small .read-more:not(:last-child), .button-group.stacked-for-small .ee-button:not(:last-child) {
    border-right: 1px solid #fefefe;
  }
}

.close-button {
  position: absolute;
  color: #555657;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #fefefe;
  color: #555657;
}
.label.secondary {
  background: #777;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #fefefe;
}
.label.alert {
  background: #ae1351;
  color: #fefefe;
}
.label.warning {
  background: #ffae00;
  color: #fefefe;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

table {
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 0px solid #fefefe;
  background-color: rgba(0, 0, 0, 0);
}

caption {
  font-weight: bold;
  padding: 0 0 0 0.625rem;
}

thead,
tfoot {
  background: rgba(6, 6, 6, 0);
  color: #fefefe;
}
thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0 0 0 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody tr:nth-child(even) {
  background-color: rgba(13, 13, 13, 0);
}
tbody th,
tbody td {
  padding: 0 0 0 0.625rem;
}

@media screen and (max-width: 73.0625em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-y: scroll;
}

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

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e3e2d7;
}
.tabs::before, .tabs::after {
  content: " ";
  display: table;
}
.tabs::after {
  clear: both;
}
.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}
.tabs.vertical > li {
  width: auto;
  float: none;
  display: block;
}
.tabs.primary {
  background: #2199e8;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1893e4;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: 12px;
  color: #2199e8;
}
.tabs-title > a:hover, .tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e3e2d7;
}

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e3e2d7;
  border-top: 0;
}
.tabs-content.vertical {
  border: 1px solid #e3e2d7;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}
.thumbnail:hover, .thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5);
}

/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*

Make events dark green - light font, regular green and yellow appended

 */
/*********************
GENERAL STYLES
*********************/
#overlay--loading {
  background-color: #CFD5F1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 999999;
}

.fixed-bg {
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .fixed-bg {
    background-position: 100% top;
    background-size: cover;
    position: relative;
  }
}
@media screen and (min-width: 40em) and (max-width: 73.0625em) {
  .fixed-bg {
    background-size: cover;
    position: relative;
  }
}
@media screen and (min-width: 73.125em) {
  .fixed-bg {
    background-attachment: fixed;
    background-size: cover;
  }
}

.scrolling-bg {
  position: relative;
}
@media screen and (min-width: 73.125em) {
  .scrolling-bg {
    min-height: 100%;
  }
}

.button, .single-espresso_events .ticket-selector-submit-btn, .espresso_events .read-more, .ee-button {
  margin: 0;
  text-transform: capitalize !important;
  font-family: "Fraunces", serif;
  font-size: 16px;
  padding: 16px 32px;
  border-color: #95AF96;
  background-color: #95AF96;
  border-radius: 5px;
}
.button:hover, .single-espresso_events .ticket-selector-submit-btn:hover, .espresso_events .read-more:hover, .ee-button:hover {
  background-color: #709371;
}

blockquote {
  margin: 20px;
  border: 0;
}
@media screen and (min-width: 73.125em) {
  blockquote {
    margin: 50px 30px;
  }
}
blockquote cite {
  font-family: "Fraunces", serif;
  font-style: 600;
  margin-top: 10px;
  font-size: 16px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .spacer {
    height: 60px;
  }
}

/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "owners-xxnarrow", sans-serif;
  line-height: 1;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 90px;
}

h2, .h2 {
  font-size: 80px;
  margin-top: 20px;
}

h3, .h3 {
  font-size: 60px;
}

h4, .h4 {
  font-size: 44px;
}

h5, .h5 {
  font-size: 32px;
}

#main p {
  font-size: 18px;
  color: #004500;
  font-weight: 300;
}
#main a:not(.read-more):not(.button):not(.ee-button) {
  color: #F4C70B;
  font-weight: bold;
}
#main a:not(.read-more):not(.button):not(.ee-button):hover {
  color: #f6d23c;
}

.mc input[type=text], .mc input[type=email] {
  background-color: #e3e2d7 !important;
}

@media screen and (min-width: 73.125em) {
  body.page-template-page-calendar {
    background-image: none;
  }
}
/*********************
HEADER STYLES
*********************/
.header {
  position: relative;
  height: auto;
  border-bottom: 1px solid #f5f5f5;
  position: fixed;
  width: 100%;
  z-index: 20;
  transition: all 0.4s ease-in-out;
  background-color: #fefefe;
}
.home .header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.home .header {
  background-color: rgba(64, 64, 64, 0.4);
  background-image: none;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .header {
    background-color: rgba(64, 64, 64, 0.4);
    background-image: none;
  }
}
.header .row .columns {
  height: 105px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.header .row .columns.border {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.header .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .logo-container .branding #logo svg {
  max-height: 90px !important;
  transition: all 0.75s;
}
.header.shrink {
  height: auto;
}
.header.shrink .row .columns {
  height: 100%;
}
.header.shrink .main-menu {
  height: 100%;
}
.header.shrink .top-menu {
  display: none;
}
.header.shrink .branding #logo svg {
  max-height: 50px !important;
}

/*********************
NAVIGATION STYLES
*********************/
#mega-menu-wrap-mobile-nav img.mega-menu-logo {
  display: none !important;
}

.menu .mega-menu a {
  font-family: "Fraunces", serif !important;
}
.menu .mega-menu h4.mega-block-title {
  font-size: 24px;
  font-family: "Fraunces", serif !important;
  color: #004500 !important;
}
.menu.top-menu {
  z-index: 999;
}
.menu.top-menu ul {
  justify-content: space-around;
  display: flex;
  align-items: center;
}
.menu.top-menu ul li {
  list-style-type: none;
}
.menu.top-menu ul li a {
  display: block;
  padding: 10px 15px;
  text-transform: capitalize;
}

.mega-menu > li > a.mega-menu-link:hover, .mega-menu > li > a.mega-menu-link[aria-expanded=true] {
  color: #004500 !important;
}

.home .mega-menu > li > a.mega-menu-link {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.home .mega-menu > li > a.mega-menu-link:hover, .home .mega-menu > li > a.mega-menu-link[aria-expanded=true] {
  color: #004500 !important;
}
@media screen and (min-width: 477px) {
  .home .mega-menu > li > a.mega-menu-link {
    color: #fefefe !important;
  }
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  color: #004500 !important;
}

.top-menu {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
}

.main-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
}
.shrink .main-menu {
  position: relative;
}

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  position: relative;
  z-index: 10;
}
#content #inner-content {
  padding: 2rem 0rem;
}
@media screen and (min-width: 40em) {
  #content {
    padding-top: 160px;
  }
  .home #content {
    padding-top: 0;
  }
}
@media screen and (min-width: 93.75em) {
  #content {
    min-height: 800px;
  }
  .home #content {
    padding-top: 0;
  }
}

/********
Front Page
*********/
.top-content {
  background-color: rgba(51, 51, 51, 0.4);
  position: absolute;
  text-align: center;
  padding: 25px;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .top-content {
    bottom: 100px;
    text-align: left;
  }
}
@media screen and (min-width: 40em) {
  .top-content {
    bottom: 110px;
  }
}
@media screen and (min-width: 73.125em) {
  .top-content {
    bottom: 120px;
  }
}
.top-content h1 {
  font-family: "owners-xxnarrow", sans-serif;
  color: #fefefe !important;
  line-height: 1;
  font-size: 85px;
  margin-bottom: 0;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .top-content h1 {
    line-height: 25px;
    font-size: 80px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.top-content h2 {
  font-family: "Fraunces", serif;
  color: #fefefe !important;
  text-transform: none;
  font-size: 20px;
  margin-top: 0;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .top-content h2 {
    margin-top: 5px;
    font-size: 18px;
  }
}
.top-content .top-body {
  text-align: left;
  font-family: "Fraunces", serif;
  color: #fefefe;
}
@media screen and (min-width: 40em) {
  .top-content .top-body {
    margin-top: 30px;
  }
}
.top-content .top-body p {
  text-align: center;
}
.top-content .top-body .button, .top-content .top-body .single-espresso_events .ticket-selector-submit-btn, .single-espresso_events .top-content .top-body .ticket-selector-submit-btn, .top-content .top-body .espresso_events .read-more, .espresso_events .top-content .top-body .read-more, .top-content .top-body .ee-button {
  font-size: 1.125em;
  font-weight: 400;
  font-family: "Fraunces", serif;
  white-space: nowrap;
  background-color: #CFD5F1;
  border: 0px;
  margin-bottom: 15px;
  padding: 18px 90px 20px;
  text-transform: capitalize;
}
.top-content .top-body .button:hover, .top-content .top-body .single-espresso_events .ticket-selector-submit-btn:hover, .single-espresso_events .top-content .top-body .ticket-selector-submit-btn:hover, .top-content .top-body .espresso_events .read-more:hover, .espresso_events .top-content .top-body .read-more:hover, .top-content .top-body .ee-button:hover {
  background-color: #8a98dd;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .top-content .top-body .button, .top-content .top-body .single-espresso_events .ticket-selector-submit-btn, .single-espresso_events .top-content .top-body .ticket-selector-submit-btn, .top-content .top-body .espresso_events .read-more, .espresso_events .top-content .top-body .read-more, .top-content .top-body .ee-button {
    padding: 0.5em;
    margin: 0 0 5px 0;
    font-size: 12px;
  }
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .top-content .top-body p {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }
}

.header-link {
  width: 100%;
  background-color: #CFD5F1;
  font-family: "Fraunces", serif;
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  color: #fefefe;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .header-link {
    font-size: 16px !important;
    line-height: 1.4;
  }
}
.header-link a {
  color: #fefefe;
  font-weight: bold;
}
.header-link a:hover {
  text-decoration: underline;
}

.home #inner-content .entry-content blockquote {
  padding: 45px 0;
  margin: 0 auto;
}
.home #inner-content .entry-content blockquote p, .home #inner-content .entry-content blockquote cite {
  color: #004500;
  font-size: 20px;
}
.home #inner-content .entry-content blockquote p {
  font-family: "Fraunces", serif;
  font-weight: 300;
  text-align: center;
}
.home #inner-content .entry-content blockquote cite {
  font-style: normal;
  font-weight: 400;
}

.box {
  margin-bottom: 20px;
  position: relative;
  height: 280px;
}
.box img {
  width: 100%;
}
.box .link-content {
  padding: 15px 15px 0 15px;
  background: #F8F0ED;
}
.box .link-content h3, .box .link-content h4 {
  font-size: 18px;
  font-family: "Fraunces", serif !important;
}
@media screen and (min-width: 73.125em) {
  .box .link-content h3, .box .link-content h4 {
    font-size: 20px;
  }
}
.box .link-content p {
  margin-bottom: 10px;
  line-height: 1.2;
  color: #fefefe !important;
}
.box .link-content .button, .box .link-content .single-espresso_events .ticket-selector-submit-btn, .single-espresso_events .box .link-content .ticket-selector-submit-btn, .box .link-content .espresso_events .read-more, .espresso_events .box .link-content .read-more, .box .link-content .ee-button {
  text-transform: capitalize;
  color: #BBCEAF;
  border-color: #BBCEAF;
  background-color: #fefefe;
  font-family: "Fraunces", serif;
  border-radius: 5px;
  padding: 16px 32px;
}

.signup {
  background-color: #fefefe;
  width: 100%;
  min-height: 400px;
  color: #004500;
}
.signup > .row {
  display: flex;
  justify-content: center;
}
.signup > .row > div {
  margin: 0;
}
.signup > .row h2 {
  font-family: "owners-xxnarrow", sans-serif;
  color: #004500;
  font-size: 65px;
  margin-bottom: 0;
  text-transform: none;
}
.signup > .row p, .signup > .row input {
  font-family: "Fraunces", serif;
}
.signup > .row p {
  color: #004500;
  font-weight: 300;
}
.signup > .row input {
  border-radius: 5px;
}
.signup > .row .button, .signup > .row .single-espresso_events .ticket-selector-submit-btn, .single-espresso_events .signup > .row .ticket-selector-submit-btn, .signup > .row .espresso_events .read-more, .espresso_events .signup > .row .read-more, .signup > .row .ee-button {
  background-color: #BBCEAF;
  border: 2px solid #BBCEAF;
  border-radius: 5px;
}
.signup > .row .button :hover, .signup > .row .single-espresso_events .ticket-selector-submit-btn :hover, .single-espresso_events .signup > .row .ticket-selector-submit-btn :hover, .signup > .row .espresso_events .read-more :hover, .espresso_events .signup > .row .read-more :hover, .signup > .row .ee-button :hover {
  background-color: #93b180;
}

.tip {
  background-color: #CFD5F1;
  width: 100%;
  padding: 40px 20px 20px 20px;
  text-align: center;
}
.tip h2, .tip p, .tip cite {
  color: #fefefe;
}
.tip h2 {
  font-family: "owners-xxnarrow", sans-serif;
  font-size: 65px;
  margin-bottom: 0;
}
.tip blockquote {
  padding: 0;
  border: 0;
  margin-top: 0;
  font-family: "Fraunces", serif;
}
.tip .tip_author {
  margin-bottom: 0;
}
.tip a {
  color: #004500;
}

.coming-up {
  color: #004500;
  width: 100%;
  padding-top: 40px;
  text-align: center;
}
.coming-up .columns > h5 {
  font-family: "Fraunces", serif !important;
  font-size: 18px !important;
}
.coming-up p {
  margin-bottom: 5px;
}
.coming-up h2 {
  text-align: center;
  font-family: "owners-xxnarrow", sans-serif;
  color: #004500;
  font-size: 65px;
}
.coming-up .button, .coming-up .single-espresso_events .ticket-selector-submit-btn, .single-espresso_events .coming-up .ticket-selector-submit-btn, .coming-up .espresso_events .read-more, .espresso_events .coming-up .read-more, .coming-up .ee-button {
  background-color: #BBCEAF;
  color: #fefefe;
  font-family: "Fraunces", serif;
  border: 2px solid #BBCEAF;
  border-radius: 5px;
}
.coming-up ul {
  list-style: none;
  margin-left: 50px;
  text-align: left;
}
.coming-up ul li {
  position: relative;
  margin-bottom: 15px;
  font-size: 18px;
}
.coming-up ul li:before {
  position: absolute;
  left: -45px;
  content: "";
  background-image: url(../images/calendar.svg);
  height: 30px;
  width: 30px;
}
.coming-up strong {
  color: #FF6457;
}
.coming-up h1.page-title {
  display: none;
}
.coming-up .espresso-event-list-wrapper-dv form {
  display: none;
}
.coming-up .event-header h2 {
  text-transform: none;
}
.coming-up .event-header h2 a {
  color: #004500;
}
.coming-up .event-header h2 a:hover {
  color: #FF6457;
}

.instagram {
  margin-top: 40px;
  margin-bottom: 40px;
}

h1.page-title {
  font-family: "owners-xxnarrow", sans-serif;
  color: #004500;
  line-height: 1;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  h1.page-title {
    font-size: 3.5rem;
  }
}

.byline {
  color: #004500;
  font-size: 14px;
  margin-top: 10px;
}
.byline a {
  font-size: 14px;
}
.author {
  border-top: 1px solid #e3e2d7;
  border-bottom: 1px solid #e3e2d7;
  display: inline-block;
  padding: 15px 0;
  margin-bottom: 20px;
}
.author .avatar {
  border-radius: 50%;
  float: left;
  margin-right: 20px;
}
.author h4 {
  line-height: 2;
  margin: 0;
  font-weight: 700;
  font-size: 17px;
  text-transform: capitalize;
}
.author h4 a {
  text-transform: none;
}

.entry-content {
  font-weight: 300;
}
.entry-content h1 {
  color: #004500;
  font-family: "owners-xxnarrow", sans-serif;
  font-weight: normal;
  font-size: 65px;
  margin-bottom: 0;
}
.entry-content p {
  color: #004500;
}
.entry-content h2 {
  font-size: 55px;
  margin-bottom: 0;
}
.entry-content h2.page-title {
  font-family: "Fraunces", serif;
  color: #95AF96;
  font-weight: normal;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  color: #004500;
}
.home .entry-content {
  border: 0;
  padding-left: 0;
}
.home .entry-content h2 {
  color: #55735f;
  font-family: "Fraunces", serif;
  font-weight: normal;
  font-size: 26px;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/**************
Blog
**************/
.blog h2.page-title, .category h2.page-title {
  font-size: 22px;
  margin-bottom: 25px;
  margin-top: 10px;
}
.blog .article-header h2 a, .category .article-header h2 a {
  font-size: 22px;
  font-family: "Fraunces", serif;
  color: #55735f;
}
.blog .article-header h2 a:hover, .category .article-header h2 a:hover {
  color: #ae1351;
}
.blog .entry-content img, .category .entry-content img {
  border: 2px solid #e3e2d7;
  box-shadow: 2px 2px 2px 0px rgba(10, 10, 10, 0.3);
}
.blog .entry-content .excerpt-read-more, .category .entry-content .excerpt-read-more {
  display: block;
  text-transform: capitalize;
  font-weight: 700;
}
.blog .post-categories, .category .post-categories {
  list-style: none;
}
.blog .post-categories li a, .category .post-categories li a {
  font-family: "owners-xxnarrow", sans-serif;
}

.single h2.single-title {
  margin-bottom: 25px;
  margin-top: 10px;
}
.single .featured-image img {
  width: 100%;
}
.single .entry-content h2 {
  font-weight: 700;
  font-family: "Fraunces", serif;
  color: #555657;
}
.single .share {
  text-align: center;
  padding: 20px;
}

/**************
STORIES
**************/
.archive h4 {
  margin-top: 10px;
  line-height: 1;
  color: #004500;
  font-weight: 500;
}
.archive a:not(.button):not(.ee-button):not(.read-more) {
  color: #F4C70B;
  font-weight: bold;
}
.archive a:not(.button):not(.ee-button):not(.read-more):hover {
  color: #f6d23c;
}
.archive .excerpt-read-more, .archive .read-more {
  display: block;
  font-size: 18px;
  text-transform: capitalize;
  transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  margin-bottom: 30px;
  color: #F4C70B;
  font-weight: bold;
}
.archive .excerpt-read-more:hover, .archive .read-more:hover {
  color: #f6d23c;
}
.archive .entry-content {
  margin-bottom: 10px;
  padding: 10px 0;
  font-size: 18px;
}
.archive .article-header h2 a {
  font-size: 22px;
  font-family: "Fraunces", serif;
}
.archive .article-header h2 a:hover {
  color: #FF6457;
}

.single-story h2.page-title {
  margin-bottom: 25px;
  margin-top: 10px;
}
.single-story .featured-image img {
  width: 100%;
}
.single-story .entry-content h2 {
  font-size: 17px;
  font-weight: 700;
  font-family: "Fraunces", serif;
}
.single-story .coming-up {
  display: none;
}

.post-password-form input[type=submit] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #95AF96;
  color: #fff;
}
[data-whatinput=mouse] .post-password-form input[type=submit] {
  outline: 0;
}
.post-password-form input[type=submit]:hover, .post-password-form input[type=submit]:focus {
  background: #709371;
  color: #fff;
}

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem;
}

/*********************
SIDEBARS & ASIDES
*********************/
@media screen and (min-width: 73.125em) {
  .sidebar {
    padding-left: 0;
  }
}

.widget ul {
  margin: 0;
}
.widget ul li {
  list-style: none;
}
/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 0;
  padding: 40px 0;
  background-color: #BBCEAF;
  color: #fefefe;
}
.footer #inner-footer {
  position: relative;
}
.footer .logo {
  text-align: center;
}
.footer .logo img {
  height: 70px;
}
.footer .copyright {
  margin-top: 15px;
  color: #fefefe;
}
.footer .copyright a {
  font-family: inherit;
  font-size: inherit;
  color: #004500 !important;
}
.footer .social-links {
  position: absolute;
  right: 0px;
  top: -10px;
  text-align: right;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .footer .social-links {
    top: -30%;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
.footer .social-links ul {
  display: flex;
  list-style-type: none;
}
.footer .social-links ul li a {
  display: block;
  padding: 5px;
}
.footer .social-links ul li a .svg {
  width: 20px;
  height: 20px;
}
.footer .social-links ul li a:hover .svg path {
  fill: #EA9C83;
}

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0;
}

.epm-sign-up-form {
  margin: 20px 0 40px 0;
}
.epm-sign-up-form .row {
  display: flex;
  flex-direction: row;
}
.epm-sign-up-form .row input.email {
  flex-grow: 1;
  padding: 10px 15px !important;
  font-size: 18px;
  border-color: #e3e2d7;
  height: 60px;
  box-shadow: 0;
}
.epm-sign-up-form .row .button, .epm-sign-up-form .row .single-espresso_events .ticket-selector-submit-btn, .single-espresso_events .epm-sign-up-form .row .ticket-selector-submit-btn, .epm-sign-up-form .row .espresso_events .read-more, .espresso_events .epm-sign-up-form .row .read-more, .epm-sign-up-form .row .ee-button {
  flex-shrink: 0;
  margin-left: 9px;
  text-transform: capitalize;
  font-family: "Fraunces", serif;
  font-size: 18px;
  height: 60px;
  border-color: #BBCEAF;
  border-radius: 5px;
  padding: 16px 18px;
  color: #fefefe;
}
.epm-sign-up-form .row .button:hover, .epm-sign-up-form .row .single-espresso_events .ticket-selector-submit-btn:hover, .single-espresso_events .epm-sign-up-form .row .ticket-selector-submit-btn:hover, .epm-sign-up-form .row .espresso_events .read-more:hover, .espresso_events .epm-sign-up-form .row .read-more:hover, .epm-sign-up-form .row .ee-button:hover {
  background-color: #93b180;
  border-color: #93b180;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .epm-sign-up-form .row {
    flex-direction: column;
  }
  .epm-sign-up-form .row .button, .epm-sign-up-form .row .single-espresso_events .ticket-selector-submit-btn, .single-espresso_events .epm-sign-up-form .row .ticket-selector-submit-btn, .epm-sign-up-form .row .espresso_events .read-more, .espresso_events .epm-sign-up-form .row .read-more, .epm-sign-up-form .row .ee-button {
    margin: 0;
    width: 100%;
  }
}

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px;
}

#respond ul {
  margin-left: 0px;
}
#respond label {
  display: none;
}

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  float: right;
}
/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

#submit {
  padding: 10px 60px;
  border: 1px solid #e3e2d7;
  box-shadow: 1px 1px 2px 0 rgba(10, 10, 10, 0.5);
}

.comment-reply-title {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 17px;
  font-family: "Fraunces", serif;
}
.comment-reply-title:before {
  content: "";
  background-image: url(../images/Comment.svg);
  display: inline-block;
  width: 80px;
  height: 60px;
  background-repeat: no-repeat;
  vertical-align: -29px;
  margin-right: 14px;
}

#comment-form-title {
  margin: 0 0 1.1em;
}

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
  margin: 0 20px 1.1em;
}

.row.full-width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}
.row.odd {
  background-color: #F8F0ED;
}
.row.even {
  background-color: #fefefe;
}
.row .row-content {
  padding: 20px;
}

.xdebug-error {
  display: none;
}

.post-type-archive-story a.read-more {
  color: #F4C70B;
  font-weight: bold;
}
.post-type-archive-story a.read-more:hover {
  color: #f6d23c;
}

a.sbi_load_btn, .sbi_follow_btn a {
  background-color: #BBCEAF !important;
  color: #fefefe !important;
  font-family: "Fraunces", serif !important;
  border: 2px solid #BBCEAF !important;
  border-radius: 5px !important;
}

.box {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.box img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  transition: all 300ms ease-out;
}
.box .caption {
  background-color: #BBCEAF;
  position: absolute;
  color: #fefefe;
  z-index: 100;
  transition: all 300ms ease-out;
  left: 0;
}
.box h3, .box .caption {
  font-family: "Fraunces", serif;
}
.box .simple-caption {
  height: 280px;
  width: 100%;
  display: block;
  bottom: -230px;
  text-align: left;
}
.box:hover .simple-caption {
  -webkit-transform: translateY(-230px);
          transform: translateY(-230px);
}

.woocommerce h2.product_title {
  margin-bottom: 20px;
  text-align: center;
}
.woocommerce .ywgc-predefined-amount-button {
  padding: 0.75rem;
  margin-right: 1rem;
}
.woocommerce .summary a {
  color: #F4C70B;
  font-weight: bold;
}
.woocommerce .summary a:hover {
  color: #f6d23c;
}
.woocommerce .images .thumbnails {
  margin-top: 10px;
}
.woocommerce .images img {
  border: 2px solid #e3e2d7;
  box-shadow: 2px 2px 2px 0px rgba(10, 10, 10, 0.3);
  width: 100%;
}
.woocommerce .single_add_to_cart_button {
  font-family: "Fraunces", serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 60px;
  width: 100%;
  margin-right: 0;
  background-color: #BBCEAF;
}
.woocommerce .single_add_to_cart_button:hover {
  background-color: #93b180;
}
.woocommerce .full-width-red {
  width: 100%;
  background-color: #ae1351;
  padding: 20px;
  margin-bottom: -16px;
}
.woocommerce .full-width-red .reset_variations {
  color: #fefefe;
}
.woocommerce .full-width-red .woocommerce-variation-price {
  display: none;
}
.woocommerce .footer {
  margin-top: 0;
}

.products .product {
  margin-bottom: 20px;
  color: #004500;
}
.products .product .excerpt {
  width: 80%;
}
.products .product .single_add_to_cart_button {
  width: auto;
}

.shop_table .actions {
  padding-top: 10px;
}

/***********

Event Espresso Style over-rides

************/
.page-template-page-courses .excerpt-read-more {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "owners-xxnarrow", sans-serif;
  font-size: 14px;
}

.event-content h2 {
  font-size: 22px;
}
.event-content h2.page-title {
  font-family: "Fraunces", serif;
  color: #FF6457;
  font-weight: normal;
  text-align: left;
}
.event-content h2, .event-content h3, .event-content h4, .event-content h5, .event-content h6, .event-content p {
  color: #004500 !important;
}
.event-content p {
  font-weight: 300;
}
.event-content .event-content a {
  color: #F4C70B;
  font-weight: bold;
}
.event-content .event-content a:hover {
  color: #f6d23c;
}

.espresso_events .event-content form {
  display: none;
}
.espresso_events .event-content .event-datetimes {
  display: none;
}
.extra-padding-sides {
  padding: 0;
}

.jst-rght {
  text-align: inherit;
}

.ee-attention {
  border: 0;
  margin-top: 2rem;
  text-align: left;
  padding: 0;
}

.important-notice {
  color: #ae1351;
}

.ee-event-datetimes-ul {
  list-style: none;
}

.course-images {
  width: 100%;
  display: inline-block;
  margin-bottom: -5px;
  background-color: #F8F0ED;
}
.course-images .image-container {
  width: 50%;
  display: inline-block;
  float: left;
  background-color: #F8F0ED;
}
.course-images .image-container img {
  width: 100%;
}
.course-images .image-container p {
  margin: 0;
  padding: 0;
}

.single-espresso_events h1.page-title {
  color: #004500;
}
.single-espresso_events h2.single-title {
  color: #004500;
  font-family: "Fraunces", serif;
  font-size: 22px;
  margin-bottom: 25px;
}
.single-espresso_events .tkt-slctr-tbl {
  width: 100%;
}
.single-espresso_events .tkt-slctr-tbl thead th {
  color: #fefefe;
  font-family: "Fraunces", serif;
  font-weight: normal;
  text-align: left;
  font-size: 22px;
  padding-bottom: 24px;
}
.single-espresso_events .tkt-slctr-tbl .tckt-slctr-tbl-tr td {
  background-color: rgba(0, 0, 0, 0);
}
.single-espresso_events .tkt-slctr-tbl .tckt-slctr-tbl-tr td b {
  font-weight: normal;
}
.single-espresso_events .tkt-slctr-tbl .tckt-slctr-tbl-tr td .ticket-selector-tbl-qty-slct {
  margin-bottom: 0;
}
.single-espresso_events .tkt-slctr-tbl .ticket-on-sale {
  color: #fefefe;
}
.single-espresso_events .tkt-slctr-tbl .spacer td {
  padding: 4px 0;
}
.single-espresso_events .days {
  background: #F8F0ED;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.single-espresso_events .days .accordion {
  background: #F8F0ED;
}
.single-espresso_events .days .accordion h3 {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  font-family: "Fraunces", serif;
  font-size: 20px;
  padding-left: 0 !important;
  border-bottom: 1px solid #555657;
  border-radius: 0;
}
.single-espresso_events .days .accordion h3.ui-state-active {
  background-color: rgba(0, 0, 0, 0);
}
.single-espresso_events .days .accordion h3 .ui-accordion-header-icon {
  right: 0.5rem;
  left: auto;
}
.single-espresso_events .days .accordion .ui-widget-content {
  background-color: rgba(0, 0, 0, 0);
  font-family: "Fraunces", serif;
}
.single-espresso_events .days .accordion .ui-accordion-content {
  padding: 10px 0;
}
.single-espresso_events .days .accordion .ui-icon.ui-icon-plus {
  background-image: url(../images/plus.svg);
  background-position: center;
  height: 20px;
  width: 20px;
}
.single-espresso_events .booking {
  background: #BBCEAF;
  width: 100%;
}
.single-espresso_events .ee-event-expired-notice {
  margin: 1em 0 1em;
}

.spco-next-step-btn {
  border: 1px solid #e3e2d7;
  box-shadow: 1px 1px 2px 0 rgba(10, 10, 10, 0.5);
}

#ee-single-page-checkout-dv h4 {
  font-size: 18px;
  color: #555657;
}


/* New landing page css Start */
.new_lading-video .vdieo-wid {
    width: 100% !important;
    height: 100%;
	max-height: 320px;
}
.bg-color-light-green .column.column-block {
    background: #bbceaf;
    margin-bottom: 12px;
    padding: 15px;
}
.font-weight-500{font-weight: 500;}
.bg-color-light-grey .column.column-block {
    background: #f5f5f5;
    margin-bottom: 12px;
    padding: 15px;
}
.bg-color-light-grey .column.column-block h3 {margin-bottom: 8px;}
.new-landing--page .tab{clear:both;overflow: hidden;}
.new-landing--page .tab button {
  background-color: inherit;
  float: left;
  border: 4px solid #f5f5f5;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 20px;
	min-width: 115px;
	margin-right:10px;
}
.courseWillWork--sec {margin-bottom: 70px;}
.tab--sec {position: relative;top: -60px;}
.new-landing--page .tab button:hover {
  background-color: #bbceaf;
}


.new-landing--page .tab button.active {
  background-color: #bbceaf;
	border-color: #bbceaf;
}

.new-landing--page .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 4px solid #f5f5f5;
	margin-top: 2px;
}
.new-landing--page .tabcontent h4 {margin-bottom: 0;}
.meet-img--box {
    width: 140px;
    height: 140px;
    margin: 0 auto 10px auto;
}
.meet-img--box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 50%;
}
.font-weight-bold{font-weight: 700}
.new-landing--page h2.page-title {
    font-size: 70px;
/*     font-family: "owners-xxnarrow", sans-serif; */
}
h5.founder--name {font-size: 36px;}
.letter-spacing-3{letter-spacing: 3px;}
.kickstrat--card {
    background: #cfd5f1;
    margin-top: 30px;
    padding: 20px;
}
.kickstrat--card h2 {margin-top: 0}
button.cstm-book-online--btn {
    padding: 12px 20px;
    background: #bbceaf;
    color: #f9f9f9;
    font-size: 20px;
    border-radius: 13px;
    margin-right: 14px;
	border: 4px solid #bbceaf;
}
button.cstm-request--btn {
    padding: 12px 20px;
    background: transparent;
    color: #004500;
    font-size: 20px;
    border-radius: 13px;
    margin-right: 14px;
    border: 4px solid #f9f9f9;
}
section.new-landing--page .cstm-btn--box.desktop-sec {margin-bottom: 30px;}
.cstm-btn--box.desktop-sec button.cstm-request--btn {border-color: #cfd5f1;}
hr.hr-white {
    border-color: #fffff5;
}
.mobile--sec {display: none}
.margin-0 {margin: 0;}
.font-fraunces {font-family: "Fraunces", serif;}
p.mobile-text-space {margin-top: 8px;}
/* New landing page css END */


@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #ee-single-page-checkout-dv h4 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #ee-single-page-checkout-dv h4 .spco-step-big-nmbr {
    font-size: 17px;
  }
  #ee-single-page-checkout-dv h4 .spco-step-name {
    width: 40%;
  }
}
#ee-single-page-checkout-dv h4.spco-steps-display-hdr {
  font-size: 18px !important;
  color: #555657;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #ee-single-page-checkout-dv h4.spco-steps-display-hdr {
    font-size: 12px !important;
  }
}
#ee-single-page-checkout-dv .small-text {
  font-size: 18px;
  letter-spacing: normal;
}
#ee-single-page-checkout-dv label {
  font-size: 16px;
}
#ee-single-page-checkout-dv input[type=radio], #ee-single-page-checkout-dv input[type=checkbox] {
  margin: 0 1.8rem;
}

.ee-registration-details-dv a, #espresso-thank-you-page-transaction-details-dv a {
  display: block;
  font-family: "owners-xxnarrow", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.ee-ticket-selector-ticket-price-th {
  width: 15%;
}

.ee-table, .spco-ticket-info-dv table, .spco-payment-info-dv table {
  border: 1px solid #55735f;
  margin-bottom: 30px;
  margin-top: 10px;
  width: 100%;
}
.ee-table thead, .spco-ticket-info-dv table thead, .spco-payment-info-dv table thead {
  background: #55735f;
}
.ee-table thead th, .spco-ticket-info-dv table thead th, .spco-payment-info-dv table thead th {
  padding: 5px;
  font-family: "owners-xxnarrow", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}
.ee-table tbody td, .spco-ticket-info-dv table tbody td, .spco-payment-info-dv table tbody td {
  padding: 5px;
}
.ee-table tbody td a, .spco-ticket-info-dv table tbody td a, .spco-payment-info-dv table tbody td a {
  font-family: "owners-xxnarrow", sans-serif;
  font-size: 12px !important;
  font-weight: normal;
  display: inline !important;
  text-transform: none;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  #ee-single-page-checkout-dv .tiny-lbl {
    min-width: 120px;
  }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .spco-payment-method-btn-img {
    max-width: 150px !important;
  }
}

#espresso-thank-you-page-overview-dv h4, #espresso-thank-you-page-overview-dv h3, #espresso-thank-you-page-overview-dv h2, .spco-step-dv h4, .spco-step-dv h3, .spco-step-dv h2 {
  text-transform: uppercase;
  font-family: "owners-xxnarrow", sans-serif;
  font-size: 20px;
  color: #55735f;
}

#espresso-thank-you-page-overview-dv .ee-attention .ee-button {
  display: none;
}

#espresso-thank-you-page-ajax-transaction-dv {
  display: none;
}

.course-category {
  margin-bottom: 20px;
  padding: 0px;
}
@media screen and (min-width: 73.125em) {
  .course-category {
    padding: 20px;
  }
}
.course-category .entry-title a {
  color: #004500 !important;
}
.course-category .page-header h2 {
  margin-bottom: 20px;
}
.course-category .espresso_events {
  margin-bottom: 0;
  height: 60px;
  vertical-align: middle;
}
.course-category .event-header {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .course-category .event-header {
    width: 62%;
  }
}
.course-category .event-header .entry-title a {
  font-weight: normal !important;
}
@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .course-category .read-more {
    margin: 10px 0 20px;
  }
}
.course-category .course-summary {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .course-category .course-summary {
    width: 35%;
  }
}



.course-category .course-summary img {
  display: inline-block;
  margin-right: 10px;
  height: 20px;
  width: auto;
}


/*******New Landing Page***/

@media (max-width: 991px) {
	
	.new-landing--page .tab {padding: 0 10px 10px 10px;display: flex;overflow: auto;}
}
@media (max-width: 767px) {
	.bg-color-light-green .column.column-block{margin: 10px -0.9375rem;width: calc(100% + 1.8614rem);}
	.mobile--sec {display: block;background: #f5f5f5;padding: 1px 0.9375rem;margin: 10px -0.9375rem;width: calc(100% + 1.8614rem);}
	.new-landing--page .desktop-sec {display: none;}
	.mobile--sec ul li a {color: #004500;}
	section.new-landing--page .small-12.medium-4.columns,
	section.new-landing--page .small-12.medium-8.columns {width: 100%;}
	body.page-template-new_landingpage {padding-bottom: 124px;}
	.new-landing--page .kickstrat--card {position: fixed;bottom: 0;left: 0;right: 0;width: 100%;padding: 15px;}
	.new-landing--page h2.page-title {font-size: 40px;}
	button.cstm-request--btn,button.cstm-book-online--btn{font-size: 16px;border-width: 2px;margin: 0}
	button.cstm-book-online--btn{margin-right: 7px}
	.new-landing--page .medium-4.columns h3 {font-size: 40px;}
	.new_lading-video .vdieo-wid{max-height: 100%}
	.mobile-text-space{margin: 30px 0;}
	.bg-color-light-grey .column.column-block{margin: 12px -0.9375rem 0 -0.9375rem ;width: calc(100% + 1.8614rem);}
	.tab--sec {top: 0px;margin-top: 40px;}
	.courseWillWork--sec {margin-bottom: 10px;}
	.kickstrat--card h2{margin-bottom: 10px;}
}
@media (max-width: 480px) {
	.new-landing--page .kickstrat--card,
	button.cstm-request--btn, button.cstm-book-online--btn{padding: 10px}
	body.page-template-new_landingpage {padding-bottom: 115px;}
	.new-landing--page .tab button{padding: 10px 15px;font-size: 18px;margin-right: 5px;min-width: unset;}
	.new-landing--page .tab button:last-child {margin-right: 0}
	.new-landing--page .tabcontent h4 {font-size: 32px;}
	h5.founder--name {font-size: 30px;}
}

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 

  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:

  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }

  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:

  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }

  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 

  */
}
/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav {
    display: none;
  }
}
