@charset "UTF-8";
/**
 * Initialization
 */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents 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;
}

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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;
}

/**
 * Components
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.button, .button-purple, .button-blue, .button-yellow, .button-red, .button-dark, #contour_form_WorkshopSignup .contourNavigation input[type="submit"], .umbracoawards input[type="submit"], .umbracoawardssinglestep input[type="submit"], #contour_form_PackageCompetetion input[type="submit"] {
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 24px;
  font-size: 1.2rem;
  display: inline-block;
  font-weight: 600;
  transition: all .2s ease;
  cursor: pointer;
}

.button:hover, .button-purple:hover, .button-blue:hover, .button-yellow:hover, .button-red:hover, .button-dark:hover, #contour_form_WorkshopSignup .contourNavigation input[type="submit"]:hover, .umbracoawards input[type="submit"]:hover, .umbracoawardssinglestep input[type="submit"]:hover, #contour_form_PackageCompetetion input[type="submit"]:hover {
  opacity: .6;
}

.button-purple {
  background: #372B7A;
  color: #fff;
}

.button-blue {
  border: 2px solid #EF5E5E;
  background: #EF5E5E;
  color: #fff;
}

.button-blue:hover {
  background: transparent;
  border-color: #EF5E5E;
}

.button-yellow {
  background: rgba(249, 253, 84, 0.75);
  color: #000;
}

.button-red {
  background: rgba(239, 94, 94, 0.75);
  border: none;
  color: #000;
}

.button-red:hover {
  background: #ef5e5e;
}

.button-dark {
  border: 2px solid #000;
  color: #000;
}

.button-dark:hover {
  background: #EF5E5E;
  border-color: #EF5E5E;
}

.button.big, .big.button-purple, .big.button-blue, .big.button-yellow, .big.button-red, .big.button-dark, #contour_form_WorkshopSignup .contourNavigation input.big[type="submit"], .umbracoawards input.big[type="submit"], .umbracoawardssinglestep input.big[type="submit"], #contour_form_PackageCompetetion input.big[type="submit"] {
  padding: 18px 48px;
  font-size: 1.6rem;
}

@media (max-width: 992px) {
  .button.big, .big.button-purple, .big.button-blue, .big.button-yellow, .big.button-red, .big.button-dark, #contour_form_WorkshopSignup .contourNavigation input.big[type="submit"], .umbracoawards input.big[type="submit"], .umbracoawardssinglestep input.big[type="submit"], #contour_form_PackageCompetetion input.big[type="submit"] {
    padding: 18px 40px;
    font-size: 1.3rem;
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -0.4em, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -0.25em, 0);
  }
  90% {
    transform: translate3d(0, -0.125em, 0);
  }
}

@keyframes nav-anim {
  from {
    opacity: 0;
    transform: translate(0, 60px);
  }
  to {
    opacity: 1;
    transform: translateY(0, 0);
  }
}

html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

img, svg {
  max-width: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

svg {
  max-height: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.block {
  max-width: 1600px;
  padding: 60px 30px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .block {
    padding: 60px;
  }
}

.cta {
  text-align: center;
  padding-right: 20px;
  font-size: 1rem;
  margin: 1.5rem 0 2rem;
  color: rgba(0, 0, 0, 0.8);
}

.cta a, .cta a:visited {
  color: #000;
  font-style: italic;
  font-weight: bold;
  color: #EF5E5E;
  border-bottom: 2px solid #EF5E5E;
}

.cta a:hover, .cta a:visited:hover {
  opacity: .6;
}

@media (min-width: 992px) {
  .cta {
    text-align: right;
    font-size: 1.4rem;
  }
}

.underline {
  border-bottom: 2px solid #fff;
  padding-bottom: .1rem;
}

section:not(.hero) .purchase {
  text-align: center;
}

section:not(.hero) .purchase .button-yellow {
  border: 2px solid transparent;
}

section:not(.hero) .purchase .button-yellow:hover {
  border: 2px solid #000;
}

.purchase-section {
  margin-bottom: 5rem;
}

@media (min-width: 992px) {
  .purchase-section {
    margin-bottom: 5rem;
    margin-top: -5rem;
  }
}

a,
a:visited,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
}

h1 {
  font-size: 2.2rem;
}

@media (min-width: 992px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: 700;
  color: #EF5E5E;
}

@media (min-width: 992px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 2rem;
  margin: 0 0 10px 0;
}

@media (min-width: 992px) {
  h3 {
    font-size: 2.2rem;
  }
}

h4 {
  font-size: 1.4rem;
  margin: 0 0 5px 0;
}

@media (min-width: 992px) {
  h4 {
    font-size: 1.6rem;
  }
}

.headline {
  text-align: center;
  display: block;
}

.abstract {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 60px;
}

p {
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 5px 0;
}

@media (min-width: 992px) {
  p {
    font-size: 1.6rem;
  }
}

li {
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 5px 0;
}

@media (min-width: 992px) {
  li {
    font-size: 1.6rem;
  }
}

small {
  font-size: 1rem;
  line-height: 1.5;
  opacity: .6;
}

@media (min-width: 992px) {
  small {
    font-size: 1.3rem;
  }
}

/**
 * Blocks
 */
header {
  position: fixed;
  padding: 30px 30px 10px;
  width: 100%;
  z-index: 50;
}

@media (min-width: 992px) {
  header {
    padding: 40px 40px 20px;
  }
  header.scrolled {
    background: none;
  }
}

header .logo {
  max-width: 50px;
  height: auto;
  transition: all .2s ease;
  display: inline-block;
}

@media (min-width: 992px) {
  header .logo {
    max-width: 80px;
  }
}

header #cg-simple {
  fill: rgba(55, 43, 122, 0.33);
}

header .buy-ticket {
  position: absolute;
  top: 40px;
  right: 80px;
  border: 2px solid transparent;
  transform: translate(0, -2px);
  padding: 4px 10px;
  transition: background .2s ease, border-color .2s ease, right .2s ease;
}

header .buy-ticket a {
  font-family: Georgia, serif;
  font-style: italic;
  color: #fff;
  font-size: .85rem;
}

header .buy-ticket:hover {
  border-color: #372B7A;
  background: #372B7A;
}

header .buy-ticket:hover a {
  color: #FFF;
}

header .buy-ticket:active {
  border-color: #372B7A;
  background: #372B7A;
}

header .buy-ticket:active a {
  color: #F3E687;
}

@media (min-width: 992px) {
  header .buy-ticket {
    padding: 2px 6px;
  }
  header .buy-ticket a {
    font-size: 1rem;
    font-weight: 600;
  }
}

header.scrolled .logo {
  opacity: 1;
}

header.scrolled #cg-simple {
  fill: #EF5E5E;
}

header.scrolled .buy-ticket {
  border-color: #4838a0;
  background: #4838a0;
  right: 100px;
}

header.scrolled .buy-ticket a {
  color: #FFF;
}

header.scrolled .buy-ticket:hover {
  border-color: #372B7A;
  background: #372B7A;
}

header.scrolled .buy-ticket:hover a {
  color: #FFF;
}

header.scrolled .buy-ticket:active {
  border-color: #F3E687;
  background: #F3E687;
}

header.scrolled .buy-ticket:active a {
  color: #372B7A;
}

header.scrolled .toggle:hover.cross.open span:before {
  background-color: #FFF;
}

header.scrolled .toggle:hover.cross.open span:after {
  background-color: #FFF;
}

header.scrolled .toggle:hover span {
  background-color: #372B7A;
}

header.scrolled .toggle:hover span:before, header.scrolled .toggle:hover span:after {
  background-color: #372B7A;
}

header.open .logo {
  opacity: 1;
}

header.open .buy-ticket a {
  color: #FFF;
}

header.open .buy-ticket:hover {
  background-color: #FFF;
}

header.open .buy-ticket:hover a {
  color: #372B7A;
}

header.open .buy-ticket:active {
  border-color: #EF5E5E;
  background: #EF5E5E;
}

header.open .buy-ticket:active a {
  color: #F3E687;
}

header.open.scrolled .buy-ticket {
  background: transparent;
  border-color: transparent;
}

header.open.scrolled .buy-ticket a {
  color: #FFF;
}

header.open.scrolled .buy-ticket:hover {
  background: #FFF;
  border-color: #FFF;
}

header.open.scrolled .buy-ticket:hover a {
  color: #372B7A;
}

header .menu-toggle {
  display: block;
  position: absolute;
  right: 30px;
  top: 40px;
  z-index: 50;
}

@media (min-width: 992px) {
  header .menu-toggle {
    right: 40px;
  }
}

header .toggle {
  position: relative;
  z-index: 999;
  display: inline-block;
  width: 30px;
  height: 30px;
}

header .toggle.cross {
  transition-duration: 0s;
  transition-delay: .1s;
}

header .toggle.cross span {
  transition-property: margin, transform;
  transition-duration: .1s;
  transition-delay: .1s, 0;
}

header .toggle.cross span:before {
  transition-property: margin, transform;
  transition-duration: .1s;
  transition-delay: .1s, 0;
}

header .toggle.cross span:after {
  transition-property: margin, transform;
  transition-duration: .1s;
  transition-delay: .1s, 0;
}

header .toggle.cross.open span {
  background-color: transparent;
  transition-delay: .1s;
}

header .toggle.cross.open span:before {
  margin-top: 0;
  transform: rotate(45deg);
  transition-delay: 0, .1s;
  background-color: #FFF;
}

header .toggle.cross.open span:after {
  margin-top: 0;
  transform: rotate(-45deg);
  transition-delay: 0, .1s;
  background-color: #FFF;
}

header .toggle span {
  margin: 0 auto;
  position: relative;
  z-index: 999;
  top: 12px;
  width: 25px;
  height: 2px;
  background-color: #513fb3;
  display: block;
}

header .toggle span:before, header .toggle span:after {
  position: absolute;
  content: '';
  width: 25px;
  height: 2px;
  background-color: #513fb3;
  display: block;
}

header .toggle span:before {
  margin-top: -7px;
}

header .toggle span:after {
  margin-top: 7px;
}

header .toggle:hover.cross.open span:before {
  background-color: #fff;
  transform: rotate(0deg);
}

header .toggle:hover.cross.open span:after {
  background-color: #fff;
  transform: rotate(0deg);
}

header .toggle:hover span {
  background-color: #fff;
}

header .toggle:hover span:before, header .toggle:hover span:after {
  background-color: #fff;
}

.scrollTo {
  display: inline-block;
}

nav {
  min-height: 30rem;
  height: 100vh;
  width: 100vw;
  margin: 0 auto;
  position: fixed;
  border: 0.85rem solid #fff;
  top: 0;
  left: 0;
  z-index: 40;
  background: rgba(55, 43, 122, 0.96);
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease;
}

@media (min-width: 992px) {
  nav {
    border: 1.25rem solid #fff;
  }
}

nav ul {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

nav li {
  padding: 1rem 0;
}

nav a {
  color: #fff;
  font-family: Georgia, serif;
  font-style: italic;
  text-align: center;
  font-size: 1.2rem;
  display: inline-block;
}

@media (min-width: 992px) {
  nav a {
    font-size: 1.6rem;
  }
}

nav a:hover {
  color: #EF5E5E;
}

nav a:active {
  color: #F3E687;
}

nav.open {
  opacity: 1;
  visibility: visible;
}

nav.open li:nth-child(1) a {
  animation-delay: 0.2s;
}

nav.open li:nth-child(2) a {
  animation-delay: 0.4s;
}

nav.open li:nth-child(3) a {
  animation-delay: 0.6s;
}

nav.open li:nth-child(4) a {
  animation-delay: 0.8s;
}

nav.open li:nth-child(5) a {
  animation-delay: 1s;
}

nav.open li:nth-child(6) a {
  animation-delay: 1.2s;
}

nav.open li:nth-child(7) a {
  animation-delay: 1.4s;
}

nav.open li:nth-child(8) a {
  animation-delay: 1.6s;
}

nav.open li:nth-child(9) a {
  animation-delay: 1.8s;
}

nav.open li:nth-child(10) a {
  animation-delay: 2s;
}

nav.open li:nth-child(11) a {
  animation-delay: 2.2s;
}

nav.open li:nth-child(12) a {
  animation-delay: 2.4s;
}

nav.open li:nth-child(13) a {
  animation-delay: 2.6s;
}

nav.open li:nth-child(14) a {
  animation-delay: 2.8s;
}

nav.open li:nth-child(15) a {
  animation-delay: 3s;
}

nav.open li:nth-child(16) a {
  animation-delay: 3.2s;
}

nav.open li:nth-child(17) a {
  animation-delay: 3.4s;
}

nav.open li:nth-child(18) a {
  animation-delay: 3.6s;
}

nav.open li:nth-child(19) a {
  animation-delay: 3.8s;
}

nav.open li:nth-child(20) a {
  animation-delay: 4s;
}

nav.open li a {
  animation: 0.75s nav-anim cubic-bezier(0.7, 0, 0.3, 1) both;
}

.hero {
  height: 50vh;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  color: #fff;
}

@media (min-width: 992px) {
  .hero {
    height: 500px;
  }
}

.hero .block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #372B7A;
  z-index: 10;
}

.hero > * {
  position: relative;
  z-index: 20;
}

.childpage .hero {
  height: 250px;
  padding-top: 50px;
}

.flex-half {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 0 60px 0;
  position: relative;
  z-index: 17;
  max-width: 1600px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .flex-half {
    display: block;
  }
}

.about-codegarden {
  flex: 0 0 60%;
  position: relative;
  z-index: 1;
  background: white;
}

.about-codegarden p {
  margin: .5rem auto 3rem;
  font-size: 1.3rem;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .about-codegarden p {
    font-size: 1.6rem;
  }
}

.about-codegarden h2 {
  display: block;
}

@media (min-width: 992px) {
  .about-codegarden h2 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}

.about-codegarden h2, .about-codegarden small {
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
}

.codegarden-facts {
  flex: 0 0 40%;
  background: #EF5E5E;
  color: #fff;
}

@media (min-width: 992px) {
  .codegarden-facts {
    transform: translate3d(0, -40px, 0);
  }
}

.codegarden-facts .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .codegarden-facts .title {
    font-size: 3rem;
  }
}

.codegarden-facts ul {
  font-size: 1.3rem;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .codegarden-facts ul {
    font-size: 1.5rem;
  }
}

.codegarden-facts li {
  padding: 10px 0 10px 20px;
  position: relative;
}

.codegarden-facts li:before {
  content: "–";
  display: inline-block;
  left: 0;
  position: absolute;
}

.codegarden-facts a {
  display: inline-block;
  font-size: 1.4rem;
  color: #372B7A;
  font-style: italic;
  font-weight: bold;
  border-bottom: 2px solid #372B7A;
  margin-top: 30px;
}

.codegarden-facts a:hover {
  opacity: .6;
}

.about-codegarden, .codegarden-facts {
  padding: 60px;
}

@media (max-width: 992px) {
  .about-codegarden, .codegarden-facts {
    flex: 0 0 100%;
    padding: 60px 30px;
  }
}

@media (max-width: 992px) {
  .about-codegarden a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.cg-logo {
  width: 100%;
  height: auto;
  display: block;
}

.cg-logo-svg {
  width: 480px;
  max-width: 80%;
}

.cg-logo-svg path {
  fill: #EF5E5E;
}

.sessions .inner h1 {
  text-align: left;
  font-weight: 900;
  margin-bottom: .5rem !important;
}

.sessions .inner h1 + p {
  margin-top: 0;
}

.sessions .inner .teaser {
  font-size: 1.1rem;
  font-weight: 400;
}

@media (min-width: 992px) {
  .sessions .inner .teaser {
    font-size: 1.55rem;
  }
}

.sessions .inner ul {
  padding-left: .8rem;
  margin-bottom: 3rem;
}

.sessions .inner .types {
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin: 1rem 0 4rem;
}

.sessions .inner .types div {
  overflow: hidden;
}

.sessions .inner .types div:not(:first-child) {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .sessions .inner .types div:not(:first-child) {
    margin-top: 0;
  }
}

[data-track="blue"]:hover .inner h3 {
  color: #372B7A;
  border-color: #372B7A;
}

[data-track="blue"]:hover .inner:after {
  opacity: .86;
  background: linear-gradient(to bottom right, #EF5E5E, #EF5E5E);
}

[data-track="purple"]:hover .inner:after {
  opacity: .86;
  background: linear-gradient(to bottom right, #372B7A, #372B7A);
}

[data-track="yellow"]:hover .inner h3, .workshops li:hover .inner h3 {
  color: #EF5E5E;
  border-color: #EF5E5E;
}

[data-track="yellow"]:hover .inner p, .workshops li:hover .inner p {
  color: #000;
}

[data-track="yellow"]:hover .inner:after, .workshops li:hover .inner:after {
  opacity: .86;
  background: linear-gradient(to bottom right, #F3E687, #F3E687);
}

[data-track="notYetAnnounced"] .description {
  position: relative;
}

[data-track="notYetAnnounced"] .description:after {
  content: "To be announced, soon'ish";
  position: absolute;
  top: 10px;
  left: 2rem;
  display: block;
  color: #372B7A;
  font-weight: 900;
  font-style: italic;
  font-size: 13px;
}

[data-track="notYetAnnounced"]:hover {
  cursor: default;
}

[data-track="notYetAnnounced"]:hover .inner h3 {
  color: #EF5E5E;
  border-color: #EF5E5E;
}

[data-track="notYetAnnounced"]:hover .inner p {
  color: #43454C;
}

[data-track="notYetAnnounced"]:hover .inner:after {
  background: linear-gradient(to bottom right, white, white);
  opacity: .6;
}

[data-track="notYetAnnounced"]:hover .inner:before {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72));
  opacity: 1;
}

.workshops h3 {
  color: rgba(0, 0, 0, 0.8);
}

.workshops .list h3 {
  margin-bottom: .3rem;
  display: inline-block;
}

.workshops .list h3, .workshops .list p {
  transition: all .2s ease;
}

.workshops .list .image {
  position: relative;
  max-height: 300px;
  overflow: hidden;
}

.workshops .list .image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(243, 246, 241, 0.55);
  z-index: 5;
  transition: background .2s ease;
}

.workshops .list .image .bg {
  position: relative;
  z-index: 3;
  display: block;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: .4;
  transition: opacity .2s ease;
}

.workshops .list .image .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
  max-width: 85px;
  height: auto;
  transition: color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}

.workshops .list .image .icon-svg {
  fill: #EF5E5E;
  transition: fill .2s ease;
}

.workshops .list .image span.icon {
  font-size: 150px;
  font-weight: 900;
  color: #B3BEBB;
}

.workshops .list a {
  display: block;
}

.workshops .list a .icon-svg {
  fill: #B3BEBB !important;
}

.workshops .list a:hover h3 {
  color: #EF5E5E;
}

.workshops .list a:hover p {
  color: #000;
}

.workshops .list a:hover .image:after {
  background: rgba(25, 27, 26, 0);
}

.workshops .list a:hover .image .icon-svg {
  fill: #F3E687 !important;
}

.workshops .list a:hover .bg {
  opacity: 1;
}

.workshops .list a:active .image:after {
  background: rgba(239, 94, 94, 0.86);
}

.workshops .list a:active .image .icon-svg {
  fill: #372B7A;
}

.workshops .list {
  padding: 0 20px;
}

@media (max-width: 992px) {
  .workshops li.placeholder {
    display: none;
  }
}

.workshops li.placeholder .image {
  background: rgba(203, 216, 212, 0.23);
  max-height: 385px;
  max-width: 385px;
}

.workshops li.placeholder .image img {
  opacity: 0;
}

.workshops li.placeholder h3 span, .workshops li.placeholder p span {
  background: rgba(203, 216, 212, 0.23);
  display: block;
}

.workshops li.placeholder h3 {
  margin-top: 4px;
  margin-bottom: .6rem;
}

.workshops li.placeholder h3 span {
  height: 25px;
  width: 82%;
}

.workshops li.placeholder p span {
  height: 18px;
  width: 95%;
  margin-bottom: .45rem;
}

.workshops li.placeholder p span:last-child {
  width: 23%;
}

.attendees {
  overflow: hidden;
}

.attendees .attendees-note {
  margin-bottom: 1.5rem;
}

.attendee {
  width: 95px;
  height: 95px;
  float: left;
  position: relative;
  overflow: hidden;
}

.attendee:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(56, 58, 54, 0.1);
}

.attendee img {
  width: 100%;
  height: auto;
  opacity: .87;
  transition: transform .2s linear;
}

.attendee:hover img {
  transform: scale(1.1);
}

.venue {
  margin-bottom: 2rem;
}

.venue .description {
  margin: 0 auto;
  max-width: 75%;
  text-align: center;
  color: #343338;
  position: relative;
  z-index: 17;
}

.venue h3 {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .venue h3 {
    font-size: 4.5rem;
  }
}

.venue p {
  font-size: 1.4rem;
}

@media (min-width: 992px) {
  .venue p {
    font-size: 2rem;
  }
}

.venue small {
  font-size: 1rem;
  margin-top: 30px;
  display: block;
  font-style: italic;
}

@media (min-width: 992px) {
  .venue small {
    font-size: 1.3rem;
  }
}

.about-venue {
  overflow: hidden;
  clear: both;
  position: relative;
  background: rgba(243, 230, 135, 0.2);
  padding: 30px 0;
}

@media (min-width: 992px) {
  .about-venue {
    padding: 60px 0;
  }
}

.about-venue a, .about-venue a:visited {
  color: #EF5E5E;
  font-weight: bold;
}

.about-venue a:hover, .about-venue a:visited:hover {
  opacity: .6;
}

#popup {
  visibility: hidden;
  opacity: 0;
}

#popup, #session-view, #testimonial-view, #workshop-view, #award-view, #package-view {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .2s ease;
}

#popup .inner, #session-view .inner, #testimonial-view .inner, #workshop-view .inner, #award-view .inner, #package-view .inner {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow-x: scroll;
  border: .85rem solid white;
}

@media (min-width: 992px) {
  #popup .inner, #session-view .inner, #testimonial-view .inner, #workshop-view .inner, #award-view .inner, #package-view .inner {
    border: 1.25rem solid white;
  }
}

#popup .inner .body, #session-view .inner .body, #testimonial-view .inner .body, #workshop-view .inner .body, #award-view .inner .body, #package-view .inner .body {
  height: 100%;
}

#popup .inner .button, #popup .inner .button-purple, #popup .inner .button-blue, #popup .inner .button-yellow, #popup .inner .button-red, #popup .inner .button-dark, #popup .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"], #contour_form_WorkshopSignup .contourNavigation #popup .inner input[type="submit"], #popup .inner .umbracoawards input[type="submit"], .umbracoawards #popup .inner input[type="submit"], #popup .inner .umbracoawardssinglestep input[type="submit"], .umbracoawardssinglestep #popup .inner input[type="submit"], #popup .inner #contour_form_PackageCompetetion input[type="submit"], #contour_form_PackageCompetetion #popup .inner input[type="submit"], #session-view .inner .button, #session-view .inner .button-purple, #session-view .inner .button-blue, #session-view .inner .button-yellow, #session-view .inner .button-red, #session-view .inner .button-dark, #session-view .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"], #contour_form_WorkshopSignup .contourNavigation #session-view .inner input[type="submit"], #session-view .inner .umbracoawards input[type="submit"], .umbracoawards #session-view .inner input[type="submit"], #session-view .inner .umbracoawardssinglestep input[type="submit"], .umbracoawardssinglestep #session-view .inner input[type="submit"], #session-view .inner #contour_form_PackageCompetetion input[type="submit"], #contour_form_PackageCompetetion #session-view .inner input[type="submit"], #testimonial-view .inner .button, #testimonial-view .inner .button-purple, #testimonial-view .inner .button-blue, #testimonial-view .inner .button-yellow, #testimonial-view .inner .button-red, #testimonial-view .inner .button-dark, #testimonial-view .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"], #contour_form_WorkshopSignup .contourNavigation #testimonial-view .inner input[type="submit"], #testimonial-view .inner .umbracoawards input[type="submit"], .umbracoawards #testimonial-view .inner input[type="submit"], #testimonial-view .inner .umbracoawardssinglestep input[type="submit"], .umbracoawardssinglestep #testimonial-view .inner input[type="submit"], #testimonial-view .inner #contour_form_PackageCompetetion input[type="submit"], #contour_form_PackageCompetetion #testimonial-view .inner input[type="submit"], #workshop-view .inner .button, #workshop-view .inner .button-purple, #workshop-view .inner .button-blue, #workshop-view .inner .button-yellow, #workshop-view .inner .button-red, #workshop-view .inner .button-dark, #workshop-view .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"], #contour_form_WorkshopSignup .contourNavigation #workshop-view .inner input[type="submit"], #workshop-view .inner .umbracoawards input[type="submit"], .umbracoawards #workshop-view .inner input[type="submit"], #workshop-view .inner .umbracoawardssinglestep input[type="submit"], .umbracoawardssinglestep #workshop-view .inner input[type="submit"], #workshop-view .inner #contour_form_PackageCompetetion input[type="submit"], #contour_form_PackageCompetetion #workshop-view .inner input[type="submit"], #award-view .inner .button, #award-view .inner .button-purple, #award-view .inner .button-blue, #award-view .inner .button-yellow, #award-view .inner .button-red, #award-view .inner .button-dark, #award-view .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"], #contour_form_WorkshopSignup .contourNavigation #award-view .inner input[type="submit"], #award-view .inner .umbracoawards input[type="submit"], .umbracoawards #award-view .inner input[type="submit"], #award-view .inner .umbracoawardssinglestep input[type="submit"], .umbracoawardssinglestep #award-view .inner input[type="submit"], #award-view .inner #contour_form_PackageCompetetion input[type="submit"], #contour_form_PackageCompetetion #award-view .inner input[type="submit"], #package-view .inner .button, #package-view .inner .button-purple, #package-view .inner .button-blue, #package-view .inner .button-yellow, #package-view .inner .button-red, #package-view .inner .button-dark, #package-view .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"], #contour_form_WorkshopSignup .contourNavigation #package-view .inner input[type="submit"], #package-view .inner .umbracoawards input[type="submit"], .umbracoawards #package-view .inner input[type="submit"], #package-view .inner .umbracoawardssinglestep input[type="submit"], .umbracoawardssinglestep #package-view .inner input[type="submit"], #package-view .inner #contour_form_PackageCompetetion input[type="submit"], #contour_form_PackageCompetetion #package-view .inner input[type="submit"] {
  margin: 2rem 0;
}

#popup .inner .image, #session-view .inner .image, #testimonial-view .inner .image, #workshop-view .inner .image, #award-view .inner .image, #package-view .inner .image {
  min-height: 100%;
  width: 100%;
  position: absolute;
  padding: 5rem 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#popup .inner .image .meta, #session-view .inner .image .meta, #testimonial-view .inner .image .meta, #workshop-view .inner .image .meta, #award-view .inner .image .meta, #package-view .inner .image .meta {
  overflow: hidden;
  text-align: center;
}

@media (min-width: 992px) {
  #popup .inner .image .meta, #session-view .inner .image .meta, #testimonial-view .inner .image .meta, #workshop-view .inner .image .meta, #award-view .inner .image .meta, #package-view .inner .image .meta {
    text-align: left;
  }
}

#popup .inner .image .meta h2, #session-view .inner .image .meta h2, #testimonial-view .inner .image .meta h2, #workshop-view .inner .image .meta h2, #award-view .inner .image .meta h2, #package-view .inner .image .meta h2 {
  color: #fff;
  border: 2px solid #fff;
  padding: .15rem 1rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 1rem;
  margin: 0 0 .5rem;
  display: inline-block;
}

#popup .inner .image .meta .information, #session-view .inner .image .meta .information, #testimonial-view .inner .image .meta .information, #workshop-view .inner .image .meta .information, #award-view .inner .image .meta .information, #package-view .inner .image .meta .information {
  margin-top: .5rem;
}

@media (min-width: 992px) {
  #popup .inner .image .meta .information, #session-view .inner .image .meta .information, #testimonial-view .inner .image .meta .information, #workshop-view .inner .image .meta .information, #award-view .inner .image .meta .information, #package-view .inner .image .meta .information {
    margin-top: 0;
    float: right;
  }
}

#popup .inner .image .meta small, #session-view .inner .image .meta small, #testimonial-view .inner .image .meta small, #workshop-view .inner .image .meta small, #award-view .inner .image .meta small, #package-view .inner .image .meta small {
  font-size: .95rem;
  font-weight: 700;
  font-style: italic;
}

#popup .inner .image .meta small span, #session-view .inner .image .meta small span, #testimonial-view .inner .image .meta small span, #workshop-view .inner .image .meta small span, #award-view .inner .image .meta small span, #package-view .inner .image .meta small span {
  display: block;
}

@media (min-width: 992px) {
  #popup .inner .image .meta small span, #session-view .inner .image .meta small span, #testimonial-view .inner .image .meta small span, #workshop-view .inner .image .meta small span, #award-view .inner .image .meta small span, #package-view .inner .image .meta small span {
    display: inline-block;
  }
}

#popup .inner .image .meta small a, #session-view .inner .image .meta small a, #testimonial-view .inner .image .meta small a, #workshop-view .inner .image .meta small a, #award-view .inner .image .meta small a, #package-view .inner .image .meta small a {
  margin-left: .5rem;
}

@media (min-width: 992px) {
  #popup .inner .image .meta small a, #session-view .inner .image .meta small a, #testimonial-view .inner .image .meta small a, #workshop-view .inner .image .meta small a, #award-view .inner .image .meta small a, #package-view .inner .image .meta small a {
    margin-left: .5rem;
  }
}

#popup .inner .image:after, #session-view .inner .image:after, #testimonial-view .inner .image:after, #workshop-view .inner .image:after, #award-view .inner .image:after, #package-view .inner .image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom right, black, black);
  opacity: .5;
  z-index: 15;
}

#popup .inner .description, #session-view .inner .description, #testimonial-view .inner .description, #workshop-view .inner .description, #award-view .inner .description, #package-view .inner .description {
  position: relative;
  z-index: 30;
  top: 35px;
  width: 100%;
  padding: 0 20px 60px;
  max-width: 760px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  #popup .inner .description, #session-view .inner .description, #testimonial-view .inner .description, #workshop-view .inner .description, #award-view .inner .description, #package-view .inner .description {
    padding: 0 0 150px;
  }
}

#popup .inner img.author, #session-view .inner img.author, #testimonial-view .inner img.author, #workshop-view .inner img.author, #award-view .inner img.author, #package-view .inner img.author {
  width: 35%;
  min-width: 100px;
  height: auto;
  margin: 2rem auto 1rem;
  border-radius: 50%;
  display: block;
}

@media (min-width: 992px) {
  #popup .inner img.author, #session-view .inner img.author, #testimonial-view .inner img.author, #workshop-view .inner img.author, #award-view .inner img.author, #package-view .inner img.author {
    display: inline-block;
    margin: 2rem 2rem 1rem 0;
    width: 25%;
    float: left;
    min-width: 150px;
    shape-outside: circle();
  }
}

#popup .inner h1, #session-view .inner h1, #testimonial-view .inner h1, #workshop-view .inner h1, #award-view .inner h1, #package-view .inner h1 {
  text-transform: uppercase;
  font-style: italic;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 992px) {
  #popup .inner h1, #session-view .inner h1, #testimonial-view .inner h1, #workshop-view .inner h1, #award-view .inner h1, #package-view .inner h1 {
    font-size: 4rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    text-align: left;
  }
}

#popup .inner h3, #session-view .inner h3, #testimonial-view .inner h3, #workshop-view .inner h3, #award-view .inner h3, #package-view .inner h3 {
  margin-bottom: .3rem;
  font-size: 1.4rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}

@media (min-width: 992px) {
  #popup .inner h3, #session-view .inner h3, #testimonial-view .inner h3, #workshop-view .inner h3, #award-view .inner h3, #package-view .inner h3 {
    margin-bottom: .3rem;
    font-size: 1.6rem;
  }
}

#popup .inner h3 + p, #session-view .inner h3 + p, #testimonial-view .inner h3 + p, #workshop-view .inner h3 + p, #award-view .inner h3 + p, #package-view .inner h3 + p {
  margin-top: .3rem;
}

#popup .inner p, #popup .inner li, #session-view .inner p, #session-view .inner li, #testimonial-view .inner p, #testimonial-view .inner li, #workshop-view .inner p, #workshop-view .inner li, #award-view .inner p, #award-view .inner li, #package-view .inner p, #package-view .inner li {
  margin-bottom: .5rem;
  font-size: 1.05rem;
  line-height: 1.4;
  font-weight: 100;
}

@media (min-width: 992px) {
  #popup .inner p, #popup .inner li, #session-view .inner p, #session-view .inner li, #testimonial-view .inner p, #testimonial-view .inner li, #workshop-view .inner p, #workshop-view .inner li, #award-view .inner p, #award-view .inner li, #package-view .inner p, #package-view .inner li {
    font-size: 1.2rem;
    font-weight: 400;
  }
}

#popup .inner p + h3, #popup .inner li + h3, #session-view .inner p + h3, #session-view .inner li + h3, #testimonial-view .inner p + h3, #testimonial-view .inner li + h3, #workshop-view .inner p + h3, #workshop-view .inner li + h3, #award-view .inner p + h3, #award-view .inner li + h3, #package-view .inner p + h3, #package-view .inner li + h3 {
  margin-top: 2.5rem;
  margin-bottom: 0;
}

#popup .inner li, #session-view .inner li, #testimonial-view .inner li, #workshop-view .inner li, #award-view .inner li, #package-view .inner li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: .3rem;
}

#popup .inner li:before, #session-view .inner li:before, #testimonial-view .inner li:before, #workshop-view .inner li:before, #award-view .inner li:before, #package-view .inner li:before {
  border: 2px solid #EF5E5E;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: 10px;
  left: 2px;
  position: absolute;
  top: 10px;
  width: 10px;
}

.close {
  position: absolute;
  z-index: 999 !important;
  top: 25px;
  right: 30px;
  opacity: .8;
  cursor: pointer;
  visibility: hidden;
  transition: opacity .2 ease-in-out;
}

@media (min-width: 992px) {
  .close {
    right: 40px;
    top: 30px;
  }
}

.close:hover {
  opacity: 1;
}

.close:active {
  opacity: .8;
}

.close svg {
  max-width: 50px;
  height: auto;
}

.close #close-icon {
  fill: #F3E687;
}

.like {
  float: right;
  margin-left: .5rem;
  display: inline-block;
  transform: translate(0, 3px);
  cursor: pointer;
}

.like svg {
  max-width: 18px;
  height: auto;
}

.like #heart {
  fill: transparent;
  stroke: #fff;
}

.like.liked #heart {
  fill: #F3E687;
  stroke: #F3E687;
}

#contour_form_WorkshopSignup {
  margin: 0 0 4rem;
  display: none;
}

@media (min-width: 992px) {
  #contour_form_WorkshopSignup {
    margin-bottom: 8rem;
  }
}

#contour_form_WorkshopSignup .contourFieldSet {
  border: none;
  padding: 0;
  margin: 0;
}

#contour_form_WorkshopSignup .span12, #contour_form_WorkshopSignup .col-md-12 {
  padding: 0;
}

#contour_form_WorkshopSignup h4 {
  margin-bottom: .3rem;
  font-size: 1.4rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  color: #EF5E5E;
}

@media (min-width: 992px) {
  #contour_form_WorkshopSignup h4 {
    margin-bottom: .3rem;
    font-size: 1.6rem;
  }
}

#contour_form_WorkshopSignup h4 + p {
  margin-top: .3rem;
}

#contour_form_WorkshopSignup label {
  color: #372B7A;
  font-weight: 700;
}

#contour_form_WorkshopSignup .contourField {
  display: inline-block;
  width: 100%;
  float: left;
}

@media (min-width: 992px) {
  #contour_form_WorkshopSignup .contourField {
    width: 50%;
  }
}

#contour_form_WorkshopSignup .contourField input[type="password"], #contour_form_WorkshopSignup .contourField input[type="email"], #contour_form_WorkshopSignup .contourField input[type="text"], #contour_form_WorkshopSignup .contourField textarea {
  padding: 16px 12px;
  color: #000;
  font-weight: 700;
  font-style: italic;
  margin: .5rem 0 1rem;
  border: 2px solid transparent;
  width: 99%;
  font-size: 1.1rem;
  float: left;
}

#contour_form_WorkshopSignup .contourField input[type="password"]:active, #contour_form_WorkshopSignup .contourField input[type="password"]:focus, #contour_form_WorkshopSignup .contourField input[type="email"]:active, #contour_form_WorkshopSignup .contourField input[type="email"]:focus, #contour_form_WorkshopSignup .contourField input[type="text"]:active, #contour_form_WorkshopSignup .contourField input[type="text"]:focus, #contour_form_WorkshopSignup .contourField textarea:active, #contour_form_WorkshopSignup .contourField textarea:focus {
  outline: none;
  border: 2px solid #EF5E5E;
}

#contour_form_WorkshopSignup .contourField input[type="password"] input[type="email"], #contour_form_WorkshopSignup .contourField input[type="email"] input[type="email"], #contour_form_WorkshopSignup .contourField input[type="text"] input[type="email"], #contour_form_WorkshopSignup .contourField textarea input[type="email"] {
  margin-right: 2%;
}

#contour_form_WorkshopSignup .contourNavigation input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  font-size: 1.3rem;
  text-align: center;
  display: block;
  width: auto;
  background: #372B7A;
  color: #F3E687;
}

@media (min-width: 992px) {
  #contour_form_WorkshopSignup .contourNavigation input[type="submit"] {
    margin: 1rem 0 !important;
    width: auto;
  }
}

/*form, .workshopRegistration {
	margin: 0 0 3rem;

	input[type="password"], input[type="email"], input[type="text"], textarea {
		padding: 16px 12px;
		color: #000;
		font-weight: 700;
		font-style: italic;
		margin: .5rem 0 1rem;
		border: 2px solid transparent;
		width: 49%;
		font-size: 1.1rem;
		float: left;


		&:active, &:focus {
			outline: none;
			border: 2px solid $color-blue;
		}
	}

	input[type="email"] {
		margin-right: 2%;
	}

	input[type="submit"] {
		-webkit-appearance: none;
		border: none;
		font-size: 1.3rem;
		text-align: center;
		display: block;
		width: 100%;

		background: $color-purple;
		color: $color-yellow;

		@extend .button;

		@media (min-width: $media-medium) {
			margin: 1rem 0 !important;
			width: auto;
		}
	}
}*/
body.purple .like #heart {
  fill: transparent;
  stroke: #fff;
}

body.purple .like.liked #heart {
  fill: #F3E687;
  stroke: #F3E687;
}

body.purple #close-icon, body.purple #cg-simple {
  fill: #F3E687;
}

body.purple .close:hover #close-icon {
  fill: #EF5E5E;
}

body.purple header:not(.open) .buy-ticket {
  border-color: #EF5E5E;
  background: #EF5E5E;
  color: #F3E687;
}

body.purple header:not(.open) .buy-ticket:hover {
  background: #F3E687;
  border-color: #F3E687;
}

body.purple header:not(.open) .buy-ticket:hover a {
  color: #EF5E5E;
}

body.purple #popup .inner, body.purple #session-view .inner, body.purple #testimonial-view .inner, body.purple #workshop-view .inner, body.purple #award-view .inner, body.purple #package-view .inner {
  background: #372B7A;
  color: #fff;
}

body.purple #popup .inner h1, body.purple #popup .inner h3, body.purple #popup .inner .meta h2, body.purple #session-view .inner h1, body.purple #session-view .inner h3, body.purple #session-view .inner .meta h2, body.purple #testimonial-view .inner h1, body.purple #testimonial-view .inner h3, body.purple #testimonial-view .inner .meta h2, body.purple #workshop-view .inner h1, body.purple #workshop-view .inner h3, body.purple #workshop-view .inner .meta h2, body.purple #award-view .inner h1, body.purple #award-view .inner h3, body.purple #award-view .inner .meta h2, body.purple #package-view .inner h1, body.purple #package-view .inner h3, body.purple #package-view .inner .meta h2 {
  color: #F3E687;
  border-color: #F3E687;
}

body.purple #popup .inner .button:hover, body.purple #popup .inner .button-purple:hover, body.purple #popup .inner .button-blue:hover, body.purple #popup .inner .button-yellow:hover, body.purple #popup .inner .button-red:hover, body.purple #popup .inner .button-dark:hover, body.purple #popup .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.purple #popup .inner input[type="submit"]:hover, body.purple #popup .inner .umbracoawards input[type="submit"]:hover, .umbracoawards body.purple #popup .inner input[type="submit"]:hover, body.purple #popup .inner .umbracoawardssinglestep input[type="submit"]:hover, .umbracoawardssinglestep body.purple #popup .inner input[type="submit"]:hover, body.purple #popup .inner #contour_form_PackageCompetetion input[type="submit"]:hover, #contour_form_PackageCompetetion body.purple #popup .inner input[type="submit"]:hover, body.purple #session-view .inner .button:hover, body.purple #session-view .inner .button-purple:hover, body.purple #session-view .inner .button-blue:hover, body.purple #session-view .inner .button-yellow:hover, body.purple #session-view .inner .button-red:hover, body.purple #session-view .inner .button-dark:hover, body.purple #session-view .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.purple #session-view .inner input[type="submit"]:hover, body.purple #session-view .inner .umbracoawards input[type="submit"]:hover, .umbracoawards body.purple #session-view .inner input[type="submit"]:hover, body.purple #session-view .inner .umbracoawardssinglestep input[type="submit"]:hover, .umbracoawardssinglestep body.purple #session-view .inner input[type="submit"]:hover, body.purple #session-view .inner #contour_form_PackageCompetetion input[type="submit"]:hover, #contour_form_PackageCompetetion body.purple #session-view .inner input[type="submit"]:hover, body.purple #testimonial-view .inner .button:hover, body.purple #testimonial-view .inner .button-purple:hover, body.purple #testimonial-view .inner .button-blue:hover, body.purple #testimonial-view .inner .button-yellow:hover, body.purple #testimonial-view .inner .button-red:hover, body.purple #testimonial-view .inner .button-dark:hover, body.purple #testimonial-view .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.purple #testimonial-view .inner input[type="submit"]:hover, body.purple #testimonial-view .inner .umbracoawards input[type="submit"]:hover, .umbracoawards body.purple #testimonial-view .inner input[type="submit"]:hover, body.purple #testimonial-view .inner .umbracoawardssinglestep input[type="submit"]:hover, .umbracoawardssinglestep body.purple #testimonial-view .inner input[type="submit"]:hover, body.purple #testimonial-view .inner #contour_form_PackageCompetetion input[type="submit"]:hover, #contour_form_PackageCompetetion body.purple #testimonial-view .inner input[type="submit"]:hover, body.purple #workshop-view .inner .button:hover, body.purple #workshop-view .inner .button-purple:hover, body.purple #workshop-view .inner .button-blue:hover, body.purple #workshop-view .inner .button-yellow:hover, body.purple #workshop-view .inner .button-red:hover, body.purple #workshop-view .inner .button-dark:hover, body.purple #workshop-view .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.purple #workshop-view .inner input[type="submit"]:hover, body.purple #workshop-view .inner .umbracoawards input[type="submit"]:hover, .umbracoawards body.purple #workshop-view .inner input[type="submit"]:hover, body.purple #workshop-view .inner .umbracoawardssinglestep input[type="submit"]:hover, .umbracoawardssinglestep body.purple #workshop-view .inner input[type="submit"]:hover, body.purple #workshop-view .inner #contour_form_PackageCompetetion input[type="submit"]:hover, #contour_form_PackageCompetetion body.purple #workshop-view .inner input[type="submit"]:hover, body.purple #award-view .inner .button:hover, body.purple #award-view .inner .button-purple:hover, body.purple #award-view .inner .button-blue:hover, body.purple #award-view .inner .button-yellow:hover, body.purple #award-view .inner .button-red:hover, body.purple #award-view .inner .button-dark:hover, body.purple #award-view .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.purple #award-view .inner input[type="submit"]:hover, body.purple #award-view .inner .umbracoawards input[type="submit"]:hover, .umbracoawards body.purple #award-view .inner input[type="submit"]:hover, body.purple #award-view .inner .umbracoawardssinglestep input[type="submit"]:hover, .umbracoawardssinglestep body.purple #award-view .inner input[type="submit"]:hover, body.purple #award-view .inner #contour_form_PackageCompetetion input[type="submit"]:hover, #contour_form_PackageCompetetion body.purple #award-view .inner input[type="submit"]:hover, body.purple #package-view .inner .button:hover, body.purple #package-view .inner .button-purple:hover, body.purple #package-view .inner .button-blue:hover, body.purple #package-view .inner .button-yellow:hover, body.purple #package-view .inner .button-red:hover, body.purple #package-view .inner .button-dark:hover, body.purple #package-view .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.purple #package-view .inner input[type="submit"]:hover, body.purple #package-view .inner .umbracoawards input[type="submit"]:hover, .umbracoawards body.purple #package-view .inner input[type="submit"]:hover, body.purple #package-view .inner .umbracoawardssinglestep input[type="submit"]:hover, .umbracoawardssinglestep body.purple #package-view .inner input[type="submit"]:hover, body.purple #package-view .inner #contour_form_PackageCompetetion input[type="submit"]:hover, #contour_form_PackageCompetetion body.purple #package-view .inner input[type="submit"]:hover {
  background: #F3E687;
  border-color: #F3E687;
  color: #000;
}

body.purple #popup .inner .image:after, body.purple #session-view .inner .image:after, body.purple #testimonial-view .inner .image:after, body.purple #workshop-view .inner .image:after, body.purple #award-view .inner .image:after, body.purple #package-view .inner .image:after {
  background: linear-gradient(to bottom right, #372b7a, #372b7a);
  opacity: .92;
}

body.purple #popup .inner .image .meta small span, body.purple #session-view .inner .image .meta small span, body.purple #testimonial-view .inner .image .meta small span, body.purple #workshop-view .inner .image .meta small span, body.purple #award-view .inner .image .meta small span, body.purple #package-view .inner .image .meta small span {
  color: #EF5E5E;
}

body.purple #popup .inner a, body.purple #popup .inner a:visited, body.purple #session-view .inner a, body.purple #session-view .inner a:visited, body.purple #testimonial-view .inner a, body.purple #testimonial-view .inner a:visited, body.purple #workshop-view .inner a, body.purple #workshop-view .inner a:visited, body.purple #award-view .inner a, body.purple #award-view .inner a:visited, body.purple #package-view .inner a, body.purple #package-view .inner a:visited {
  border-bottom: 1px solid #F3E687;
  color: #F3E687;
}

body.purple #popup .inner a:hover, body.purple #popup .inner a:visited:hover, body.purple #session-view .inner a:hover, body.purple #session-view .inner a:visited:hover, body.purple #testimonial-view .inner a:hover, body.purple #testimonial-view .inner a:visited:hover, body.purple #workshop-view .inner a:hover, body.purple #workshop-view .inner a:visited:hover, body.purple #award-view .inner a:hover, body.purple #award-view .inner a:visited:hover, body.purple #package-view .inner a:hover, body.purple #package-view .inner a:visited:hover {
  border-bottom: none;
}

body.purple #popup .inner .next-speaker, body.purple #session-view .inner .next-speaker, body.purple #testimonial-view .inner .next-speaker, body.purple #workshop-view .inner .next-speaker, body.purple #award-view .inner .next-speaker, body.purple #package-view .inner .next-speaker {
  color: #F3E687;
}

body.purple #popup .inner li:before, body.purple #session-view .inner li:before, body.purple #testimonial-view .inner li:before, body.purple #workshop-view .inner li:before, body.purple #award-view .inner li:before, body.purple #package-view .inner li:before {
  border: 2px solid #F3E687;
}

body.purple #popup .workshopRegistration input[type="password"]:active, body.purple #popup .workshopRegistration input[type="password"]:focus, body.purple #popup .workshopRegistration input[type="email"]:active, body.purple #popup .workshopRegistration input[type="email"]:focus, body.purple #session-view .workshopRegistration input[type="password"]:active, body.purple #session-view .workshopRegistration input[type="password"]:focus, body.purple #session-view .workshopRegistration input[type="email"]:active, body.purple #session-view .workshopRegistration input[type="email"]:focus, body.purple #testimonial-view .workshopRegistration input[type="password"]:active, body.purple #testimonial-view .workshopRegistration input[type="password"]:focus, body.purple #testimonial-view .workshopRegistration input[type="email"]:active, body.purple #testimonial-view .workshopRegistration input[type="email"]:focus, body.purple #workshop-view .workshopRegistration input[type="password"]:active, body.purple #workshop-view .workshopRegistration input[type="password"]:focus, body.purple #workshop-view .workshopRegistration input[type="email"]:active, body.purple #workshop-view .workshopRegistration input[type="email"]:focus, body.purple #award-view .workshopRegistration input[type="password"]:active, body.purple #award-view .workshopRegistration input[type="password"]:focus, body.purple #award-view .workshopRegistration input[type="email"]:active, body.purple #award-view .workshopRegistration input[type="email"]:focus, body.purple #package-view .workshopRegistration input[type="password"]:active, body.purple #package-view .workshopRegistration input[type="password"]:focus, body.purple #package-view .workshopRegistration input[type="email"]:active, body.purple #package-view .workshopRegistration input[type="email"]:focus {
  border: 2px solid #F3E687;
}

body.purple #popup .workshopRegistration input[type="submit"], body.purple #session-view .workshopRegistration input[type="submit"], body.purple #testimonial-view .workshopRegistration input[type="submit"], body.purple #workshop-view .workshopRegistration input[type="submit"], body.purple #award-view .workshopRegistration input[type="submit"], body.purple #package-view .workshopRegistration input[type="submit"] {
  background: #F3E687;
  color: #000;
}

body.purple #popup .workshopRegistration input[type="submit"]:hover, body.purple #session-view .workshopRegistration input[type="submit"]:hover, body.purple #testimonial-view .workshopRegistration input[type="submit"]:hover, body.purple #workshop-view .workshopRegistration input[type="submit"]:hover, body.purple #award-view .workshopRegistration input[type="submit"]:hover, body.purple #package-view .workshopRegistration input[type="submit"]:hover {
  background: #EF5E5E !important;
  color: #F3E687 !important;
}

body.purple #popup .button.buyTicket, body.purple #popup .buyTicket.button-purple, body.purple #popup .buyTicket.button-blue, body.purple #popup .buyTicket.button-yellow, body.purple #popup .buyTicket.button-red, body.purple #popup .buyTicket.button-dark, body.purple #popup #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.purple #popup input.buyTicket[type="submit"], body.purple #popup .umbracoawards input.buyTicket[type="submit"], .umbracoawards body.purple #popup input.buyTicket[type="submit"], body.purple #popup .umbracoawardssinglestep input.buyTicket[type="submit"], .umbracoawardssinglestep body.purple #popup input.buyTicket[type="submit"], body.purple #popup #contour_form_PackageCompetetion input.buyTicket[type="submit"], #contour_form_PackageCompetetion body.purple #popup input.buyTicket[type="submit"], body.purple #session-view .button.buyTicket, body.purple #session-view .buyTicket.button-purple, body.purple #session-view .buyTicket.button-blue, body.purple #session-view .buyTicket.button-yellow, body.purple #session-view .buyTicket.button-red, body.purple #session-view .buyTicket.button-dark, body.purple #session-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.purple #session-view input.buyTicket[type="submit"], body.purple #session-view .umbracoawards input.buyTicket[type="submit"], .umbracoawards body.purple #session-view input.buyTicket[type="submit"], body.purple #session-view .umbracoawardssinglestep input.buyTicket[type="submit"], .umbracoawardssinglestep body.purple #session-view input.buyTicket[type="submit"], body.purple #session-view #contour_form_PackageCompetetion input.buyTicket[type="submit"], #contour_form_PackageCompetetion body.purple #session-view input.buyTicket[type="submit"], body.purple #testimonial-view .button.buyTicket, body.purple #testimonial-view .buyTicket.button-purple, body.purple #testimonial-view .buyTicket.button-blue, body.purple #testimonial-view .buyTicket.button-yellow, body.purple #testimonial-view .buyTicket.button-red, body.purple #testimonial-view .buyTicket.button-dark, body.purple #testimonial-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.purple #testimonial-view input.buyTicket[type="submit"], body.purple #testimonial-view .umbracoawards input.buyTicket[type="submit"], .umbracoawards body.purple #testimonial-view input.buyTicket[type="submit"], body.purple #testimonial-view .umbracoawardssinglestep input.buyTicket[type="submit"], .umbracoawardssinglestep body.purple #testimonial-view input.buyTicket[type="submit"], body.purple #testimonial-view #contour_form_PackageCompetetion input.buyTicket[type="submit"], #contour_form_PackageCompetetion body.purple #testimonial-view input.buyTicket[type="submit"], body.purple #workshop-view .button.buyTicket, body.purple #workshop-view .buyTicket.button-purple, body.purple #workshop-view .buyTicket.button-blue, body.purple #workshop-view .buyTicket.button-yellow, body.purple #workshop-view .buyTicket.button-red, body.purple #workshop-view .buyTicket.button-dark, body.purple #workshop-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.purple #workshop-view input.buyTicket[type="submit"], body.purple #workshop-view .umbracoawards input.buyTicket[type="submit"], .umbracoawards body.purple #workshop-view input.buyTicket[type="submit"], body.purple #workshop-view .umbracoawardssinglestep input.buyTicket[type="submit"], .umbracoawardssinglestep body.purple #workshop-view input.buyTicket[type="submit"], body.purple #workshop-view #contour_form_PackageCompetetion input.buyTicket[type="submit"], #contour_form_PackageCompetetion body.purple #workshop-view input.buyTicket[type="submit"], body.purple #award-view .button.buyTicket, body.purple #award-view .buyTicket.button-purple, body.purple #award-view .buyTicket.button-blue, body.purple #award-view .buyTicket.button-yellow, body.purple #award-view .buyTicket.button-red, body.purple #award-view .buyTicket.button-dark, body.purple #award-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.purple #award-view input.buyTicket[type="submit"], body.purple #award-view .umbracoawards input.buyTicket[type="submit"], .umbracoawards body.purple #award-view input.buyTicket[type="submit"], body.purple #award-view .umbracoawardssinglestep input.buyTicket[type="submit"], .umbracoawardssinglestep body.purple #award-view input.buyTicket[type="submit"], body.purple #award-view #contour_form_PackageCompetetion input.buyTicket[type="submit"], #contour_form_PackageCompetetion body.purple #award-view input.buyTicket[type="submit"], body.purple #package-view .button.buyTicket, body.purple #package-view .buyTicket.button-purple, body.purple #package-view .buyTicket.button-blue, body.purple #package-view .buyTicket.button-yellow, body.purple #package-view .buyTicket.button-red, body.purple #package-view .buyTicket.button-dark, body.purple #package-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.purple #package-view input.buyTicket[type="submit"], body.purple #package-view .umbracoawards input.buyTicket[type="submit"], .umbracoawards body.purple #package-view input.buyTicket[type="submit"], body.purple #package-view .umbracoawardssinglestep input.buyTicket[type="submit"], .umbracoawardssinglestep body.purple #package-view input.buyTicket[type="submit"], body.purple #package-view #contour_form_PackageCompetetion input.buyTicket[type="submit"], #contour_form_PackageCompetetion body.purple #package-view input.buyTicket[type="submit"] {
  background: #F3E687;
  border-color: #F3E687;
  color: #000;
}

body.purple #popup .button.buyTicket:hover, body.purple #popup .buyTicket.button-purple:hover, body.purple #popup .buyTicket.button-blue:hover, body.purple #popup .buyTicket.button-yellow:hover, body.purple #popup .buyTicket.button-red:hover, body.purple #popup .buyTicket.button-dark:hover, body.purple #popup #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.purple #popup input.buyTicket[type="submit"]:hover, body.purple #popup .umbracoawards input.buyTicket[type="submit"]:hover, .umbracoawards body.purple #popup input.buyTicket[type="submit"]:hover, body.purple #popup .umbracoawardssinglestep input.buyTicket[type="submit"]:hover, .umbracoawardssinglestep body.purple #popup input.buyTicket[type="submit"]:hover, body.purple #popup #contour_form_PackageCompetetion input.buyTicket[type="submit"]:hover, #contour_form_PackageCompetetion body.purple #popup input.buyTicket[type="submit"]:hover, body.purple #session-view .button.buyTicket:hover, body.purple #session-view .buyTicket.button-purple:hover, body.purple #session-view .buyTicket.button-blue:hover, body.purple #session-view .buyTicket.button-yellow:hover, body.purple #session-view .buyTicket.button-red:hover, body.purple #session-view .buyTicket.button-dark:hover, body.purple #session-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.purple #session-view input.buyTicket[type="submit"]:hover, body.purple #session-view .umbracoawards input.buyTicket[type="submit"]:hover, .umbracoawards body.purple #session-view input.buyTicket[type="submit"]:hover, body.purple #session-view .umbracoawardssinglestep input.buyTicket[type="submit"]:hover, .umbracoawardssinglestep body.purple #session-view input.buyTicket[type="submit"]:hover, body.purple #session-view #contour_form_PackageCompetetion input.buyTicket[type="submit"]:hover, #contour_form_PackageCompetetion body.purple #session-view input.buyTicket[type="submit"]:hover, body.purple #testimonial-view .button.buyTicket:hover, body.purple #testimonial-view .buyTicket.button-purple:hover, body.purple #testimonial-view .buyTicket.button-blue:hover, body.purple #testimonial-view .buyTicket.button-yellow:hover, body.purple #testimonial-view .buyTicket.button-red:hover, body.purple #testimonial-view .buyTicket.button-dark:hover, body.purple #testimonial-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.purple #testimonial-view input.buyTicket[type="submit"]:hover, body.purple #testimonial-view .umbracoawards input.buyTicket[type="submit"]:hover, .umbracoawards body.purple #testimonial-view input.buyTicket[type="submit"]:hover, body.purple #testimonial-view .umbracoawardssinglestep input.buyTicket[type="submit"]:hover, .umbracoawardssinglestep body.purple #testimonial-view input.buyTicket[type="submit"]:hover, body.purple #testimonial-view #contour_form_PackageCompetetion input.buyTicket[type="submit"]:hover, #contour_form_PackageCompetetion body.purple #testimonial-view input.buyTicket[type="submit"]:hover, body.purple #workshop-view .button.buyTicket:hover, body.purple #workshop-view .buyTicket.button-purple:hover, body.purple #workshop-view .buyTicket.button-blue:hover, body.purple #workshop-view .buyTicket.button-yellow:hover, body.purple #workshop-view .buyTicket.button-red:hover, body.purple #workshop-view .buyTicket.button-dark:hover, body.purple #workshop-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.purple #workshop-view input.buyTicket[type="submit"]:hover, body.purple #workshop-view .umbracoawards input.buyTicket[type="submit"]:hover, .umbracoawards body.purple #workshop-view input.buyTicket[type="submit"]:hover, body.purple #workshop-view .umbracoawardssinglestep input.buyTicket[type="submit"]:hover, .umbracoawardssinglestep body.purple #workshop-view input.buyTicket[type="submit"]:hover, body.purple #workshop-view #contour_form_PackageCompetetion input.buyTicket[type="submit"]:hover, #contour_form_PackageCompetetion body.purple #workshop-view input.buyTicket[type="submit"]:hover, body.purple #award-view .button.buyTicket:hover, body.purple #award-view .buyTicket.button-purple:hover, body.purple #award-view .buyTicket.button-blue:hover, body.purple #award-view .buyTicket.button-yellow:hover, body.purple #award-view .buyTicket.button-red:hover, body.purple #award-view .buyTicket.button-dark:hover, body.purple #award-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.purple #award-view input.buyTicket[type="submit"]:hover, body.purple #award-view .umbracoawards input.buyTicket[type="submit"]:hover, .umbracoawards body.purple #award-view input.buyTicket[type="submit"]:hover, body.purple #award-view .umbracoawardssinglestep input.buyTicket[type="submit"]:hover, .umbracoawardssinglestep body.purple #award-view input.buyTicket[type="submit"]:hover, body.purple #award-view #contour_form_PackageCompetetion input.buyTicket[type="submit"]:hover, #contour_form_PackageCompetetion body.purple #award-view input.buyTicket[type="submit"]:hover, body.purple #package-view .button.buyTicket:hover, body.purple #package-view .buyTicket.button-purple:hover, body.purple #package-view .buyTicket.button-blue:hover, body.purple #package-view .buyTicket.button-yellow:hover, body.purple #package-view .buyTicket.button-red:hover, body.purple #package-view .buyTicket.button-dark:hover, body.purple #package-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.purple #package-view input.buyTicket[type="submit"]:hover, body.purple #package-view .umbracoawards input.buyTicket[type="submit"]:hover, .umbracoawards body.purple #package-view input.buyTicket[type="submit"]:hover, body.purple #package-view .umbracoawardssinglestep input.buyTicket[type="submit"]:hover, .umbracoawardssinglestep body.purple #package-view input.buyTicket[type="submit"]:hover, body.purple #package-view #contour_form_PackageCompetetion input.buyTicket[type="submit"]:hover, #contour_form_PackageCompetetion body.purple #package-view input.buyTicket[type="submit"]:hover {
  background: #EF5E5E;
  border-color: #EF5E5E;
  color: #F3E687;
}

body.blue .like #heart {
  fill: transparent;
  stroke: #fff;
}

body.blue .like.liked #heart {
  fill: #372B7A;
  stroke: #372B7A;
}

body.blue #close-icon, body.blue #cg-simple {
  fill: #372B7A;
}

body.blue .close:hover #close-icon {
  fill: #F3E687;
}

body.blue header .open #cg-simple {
  fill: #F3E687 !important;
}

body.blue header:not(.open) .buy-ticket {
  border-color: #372B7A;
  background: #372B7A;
  color: #F3E687;
}

body.blue header:not(.open) .buy-ticket:hover {
  background: #F3E687;
  border-color: #F3E687;
}

body.blue header:not(.open) .buy-ticket:hover a {
  color: #372B7A;
}

body.blue header:not(.open) .toggle.cross.open span:before {
  background-color: #372B7A;
}

body.blue header:not(.open) .toggle.cross.open span:after {
  background-color: #372B7A;
}

body.blue header:not(.open) .toggle span {
  background-color: #372B7A;
}

body.blue header:not(.open) .toggle span:before, body.blue header:not(.open) .toggle span:after {
  background-color: #372B7A;
}

body.blue header:not(.open) .toggle:hover.cross.open span:before {
  background-color: #F3E687;
}

body.blue header:not(.open) .toggle:hover.cross.open span:after {
  background-color: #F3E687;
}

body.blue header:not(.open) .toggle:hover span {
  background-color: #F3E687;
}

body.blue header:not(.open) .toggle:hover span:before, body.blue header:not(.open) .toggle:hover span:after {
  background-color: #F3E687;
}

body.blue #popup .inner, body.blue #session-view .inner, body.blue #testimonial-view .inner, body.blue #workshop-view .inner, body.blue #award-view .inner, body.blue #package-view .inner {
  background: #EF5E5E;
  color: #fff;
}

body.blue #popup .inner h1, body.blue #popup .inner h3, body.blue #popup .inner .meta h2, body.blue #session-view .inner h1, body.blue #session-view .inner h3, body.blue #session-view .inner .meta h2, body.blue #testimonial-view .inner h1, body.blue #testimonial-view .inner h3, body.blue #testimonial-view .inner .meta h2, body.blue #workshop-view .inner h1, body.blue #workshop-view .inner h3, body.blue #workshop-view .inner .meta h2, body.blue #award-view .inner h1, body.blue #award-view .inner h3, body.blue #award-view .inner .meta h2, body.blue #package-view .inner h1, body.blue #package-view .inner h3, body.blue #package-view .inner .meta h2 {
  color: #372B7A;
  border-color: #372B7A;
}

body.blue #popup .inner .button:hover, body.blue #popup .inner .button-purple:hover, body.blue #popup .inner .button-blue:hover, body.blue #popup .inner .button-yellow:hover, body.blue #popup .inner .button-red:hover, body.blue #popup .inner .button-dark:hover, body.blue #popup .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.blue #popup .inner input[type="submit"]:hover, body.blue #popup .inner .umbracoawards input[type="submit"]:hover, .umbracoawards body.blue #popup .inner input[type="submit"]:hover, body.blue #popup .inner .umbracoawardssinglestep input[type="submit"]:hover, .umbracoawardssinglestep body.blue #popup .inner input[type="submit"]:hover, body.blue #popup .inner #contour_form_PackageCompetetion input[type="submit"]:hover, #contour_form_PackageCompetetion body.blue #popup .inner input[type="submit"]:hover, body.blue #session-view .inner .button:hover, body.blue #session-view .inner .button-purple:hover, body.blue #session-view .inner .button-blue:hover, body.blue #session-view .inner .button-yellow:hover, body.blue #session-view .inner .button-red:hover, body.blue #session-view .inner .button-dark:hover, body.blue #session-view .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.blue #session-view .inner input[type="submit"]:hover, body.blue #session-view .inner .umbracoawards input[type="submit"]:hover, .umbracoawards body.blue #session-view .inner input[type="submit"]:hover, body.blue #session-view .inner .umbracoawardssinglestep input[type="submit"]:hover, .umbracoawardssinglestep body.blue #session-view .inner input[type="submit"]:hover, body.blue #session-view .inner #contour_form_PackageCompetetion input[type="submit"]:hover, #contour_form_PackageCompetetion body.blue #session-view .inner input[type="submit"]:hover, body.blue #testimonial-view .inner .button:hover, body.blue #testimonial-view .inner .button-purple:hover, body.blue #testimonial-view .inner .button-blue:hover, body.blue #testimonial-view .inner .button-yellow:hover, body.blue #testimonial-view .inner .button-red:hover, body.blue #testimonial-view .inner .button-dark:hover, body.blue #testimonial-view .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.blue #testimonial-view .inner input[type="submit"]:hover, body.blue #testimonial-view .inner .umbracoawards input[type="submit"]:hover, .umbracoawards body.blue #testimonial-view .inner input[type="submit"]:hover, body.blue #testimonial-view .inner .umbracoawardssinglestep input[type="submit"]:hover, .umbracoawardssinglestep body.blue #testimonial-view .inner input[type="submit"]:hover, body.blue #testimonial-view .inner #contour_form_PackageCompetetion input[type="submit"]:hover, #contour_form_PackageCompetetion body.blue #testimonial-view .inner input[type="submit"]:hover, body.blue #workshop-view .inner .button:hover, body.blue #workshop-view .inner .button-purple:hover, body.blue #workshop-view .inner .button-blue:hover, body.blue #workshop-view .inner .button-yellow:hover, body.blue #workshop-view .inner .button-red:hover, body.blue #workshop-view .inner .button-dark:hover, body.blue #workshop-view .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.blue #workshop-view .inner input[type="submit"]:hover, body.blue #workshop-view .inner .umbracoawards input[type="submit"]:hover, .umbracoawards body.blue #workshop-view .inner input[type="submit"]:hover, body.blue #workshop-view .inner .umbracoawardssinglestep input[type="submit"]:hover, .umbracoawardssinglestep body.blue #workshop-view .inner input[type="submit"]:hover, body.blue #workshop-view .inner #contour_form_PackageCompetetion input[type="submit"]:hover, #contour_form_PackageCompetetion body.blue #workshop-view .inner input[type="submit"]:hover, body.blue #award-view .inner .button:hover, body.blue #award-view .inner .button-purple:hover, body.blue #award-view .inner .button-blue:hover, body.blue #award-view .inner .button-yellow:hover, body.blue #award-view .inner .button-red:hover, body.blue #award-view .inner .button-dark:hover, body.blue #award-view .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.blue #award-view .inner input[type="submit"]:hover, body.blue #award-view .inner .umbracoawards input[type="submit"]:hover, .umbracoawards body.blue #award-view .inner input[type="submit"]:hover, body.blue #award-view .inner .umbracoawardssinglestep input[type="submit"]:hover, .umbracoawardssinglestep body.blue #award-view .inner input[type="submit"]:hover, body.blue #award-view .inner #contour_form_PackageCompetetion input[type="submit"]:hover, #contour_form_PackageCompetetion body.blue #award-view .inner input[type="submit"]:hover, body.blue #package-view .inner .button:hover, body.blue #package-view .inner .button-purple:hover, body.blue #package-view .inner .button-blue:hover, body.blue #package-view .inner .button-yellow:hover, body.blue #package-view .inner .button-red:hover, body.blue #package-view .inner .button-dark:hover, body.blue #package-view .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.blue #package-view .inner input[type="submit"]:hover, body.blue #package-view .inner .umbracoawards input[type="submit"]:hover, .umbracoawards body.blue #package-view .inner input[type="submit"]:hover, body.blue #package-view .inner .umbracoawardssinglestep input[type="submit"]:hover, .umbracoawardssinglestep body.blue #package-view .inner input[type="submit"]:hover, body.blue #package-view .inner #contour_form_PackageCompetetion input[type="submit"]:hover, #contour_form_PackageCompetetion body.blue #package-view .inner input[type="submit"]:hover {
  background: #372B7A;
  border-color: #372B7A;
  color: #F3E687;
}

body.blue #popup .inner .image:after, body.blue #session-view .inner .image:after, body.blue #testimonial-view .inner .image:after, body.blue #workshop-view .inner .image:after, body.blue #award-view .inner .image:after, body.blue #package-view .inner .image:after {
  background: linear-gradient(to bottom right, #ef5e5e, #ef5e5e);
  opacity: .92;
}

body.blue #popup .inner .image .meta small span, body.blue #session-view .inner .image .meta small span, body.blue #testimonial-view .inner .image .meta small span, body.blue #workshop-view .inner .image .meta small span, body.blue #award-view .inner .image .meta small span, body.blue #package-view .inner .image .meta small span {
  color: #F3E687;
}

body.blue #popup .inner a, body.blue #popup .inner a:visited, body.blue #session-view .inner a, body.blue #session-view .inner a:visited, body.blue #testimonial-view .inner a, body.blue #testimonial-view .inner a:visited, body.blue #workshop-view .inner a, body.blue #workshop-view .inner a:visited, body.blue #award-view .inner a, body.blue #award-view .inner a:visited, body.blue #package-view .inner a, body.blue #package-view .inner a:visited {
  border-bottom: 1px solid #372B7A;
  color: #372B7A;
}

body.blue #popup .inner a:hover, body.blue #popup .inner a:visited:hover, body.blue #session-view .inner a:hover, body.blue #session-view .inner a:visited:hover, body.blue #testimonial-view .inner a:hover, body.blue #testimonial-view .inner a:visited:hover, body.blue #workshop-view .inner a:hover, body.blue #workshop-view .inner a:visited:hover, body.blue #award-view .inner a:hover, body.blue #award-view .inner a:visited:hover, body.blue #package-view .inner a:hover, body.blue #package-view .inner a:visited:hover {
  border-bottom: none;
}

body.blue #popup .inner .next-speaker, body.blue #session-view .inner .next-speaker, body.blue #testimonial-view .inner .next-speaker, body.blue #workshop-view .inner .next-speaker, body.blue #award-view .inner .next-speaker, body.blue #package-view .inner .next-speaker {
  color: #372B7A;
}

body.blue #popup .inner li:before, body.blue #session-view .inner li:before, body.blue #testimonial-view .inner li:before, body.blue #workshop-view .inner li:before, body.blue #award-view .inner li:before, body.blue #package-view .inner li:before {
  border: 2px solid #372B7A;
}

body.blue #popup .workshopRegistration input[type="password"]:active, body.blue #popup .workshopRegistration input[type="password"]:focus, body.blue #popup .workshopRegistration input[type="email"]:active, body.blue #popup .workshopRegistration input[type="email"]:focus, body.blue #session-view .workshopRegistration input[type="password"]:active, body.blue #session-view .workshopRegistration input[type="password"]:focus, body.blue #session-view .workshopRegistration input[type="email"]:active, body.blue #session-view .workshopRegistration input[type="email"]:focus, body.blue #testimonial-view .workshopRegistration input[type="password"]:active, body.blue #testimonial-view .workshopRegistration input[type="password"]:focus, body.blue #testimonial-view .workshopRegistration input[type="email"]:active, body.blue #testimonial-view .workshopRegistration input[type="email"]:focus, body.blue #workshop-view .workshopRegistration input[type="password"]:active, body.blue #workshop-view .workshopRegistration input[type="password"]:focus, body.blue #workshop-view .workshopRegistration input[type="email"]:active, body.blue #workshop-view .workshopRegistration input[type="email"]:focus, body.blue #award-view .workshopRegistration input[type="password"]:active, body.blue #award-view .workshopRegistration input[type="password"]:focus, body.blue #award-view .workshopRegistration input[type="email"]:active, body.blue #award-view .workshopRegistration input[type="email"]:focus, body.blue #package-view .workshopRegistration input[type="password"]:active, body.blue #package-view .workshopRegistration input[type="password"]:focus, body.blue #package-view .workshopRegistration input[type="email"]:active, body.blue #package-view .workshopRegistration input[type="email"]:focus {
  border: 2px solid #F3E687;
}

body.blue #popup .workshopRegistration input[type="submit"], body.blue #session-view .workshopRegistration input[type="submit"], body.blue #testimonial-view .workshopRegistration input[type="submit"], body.blue #workshop-view .workshopRegistration input[type="submit"], body.blue #award-view .workshopRegistration input[type="submit"], body.blue #package-view .workshopRegistration input[type="submit"] {
  background: #372B7A;
  color: #F3E687;
}

body.blue #popup .workshopRegistration input[type="submit"]:hover, body.blue #session-view .workshopRegistration input[type="submit"]:hover, body.blue #testimonial-view .workshopRegistration input[type="submit"]:hover, body.blue #workshop-view .workshopRegistration input[type="submit"]:hover, body.blue #award-view .workshopRegistration input[type="submit"]:hover, body.blue #package-view .workshopRegistration input[type="submit"]:hover {
  background: #F3E687 !important;
  color: #372B7A !important;
}

body.blue #popup .button.buyTicket, body.blue #popup .buyTicket.button-purple, body.blue #popup .buyTicket.button-blue, body.blue #popup .buyTicket.button-yellow, body.blue #popup .buyTicket.button-red, body.blue #popup .buyTicket.button-dark, body.blue #popup #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.blue #popup input.buyTicket[type="submit"], body.blue #popup .umbracoawards input.buyTicket[type="submit"], .umbracoawards body.blue #popup input.buyTicket[type="submit"], body.blue #popup .umbracoawardssinglestep input.buyTicket[type="submit"], .umbracoawardssinglestep body.blue #popup input.buyTicket[type="submit"], body.blue #popup #contour_form_PackageCompetetion input.buyTicket[type="submit"], #contour_form_PackageCompetetion body.blue #popup input.buyTicket[type="submit"], body.blue #session-view .button.buyTicket, body.blue #session-view .buyTicket.button-purple, body.blue #session-view .buyTicket.button-blue, body.blue #session-view .buyTicket.button-yellow, body.blue #session-view .buyTicket.button-red, body.blue #session-view .buyTicket.button-dark, body.blue #session-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.blue #session-view input.buyTicket[type="submit"], body.blue #session-view .umbracoawards input.buyTicket[type="submit"], .umbracoawards body.blue #session-view input.buyTicket[type="submit"], body.blue #session-view .umbracoawardssinglestep input.buyTicket[type="submit"], .umbracoawardssinglestep body.blue #session-view input.buyTicket[type="submit"], body.blue #session-view #contour_form_PackageCompetetion input.buyTicket[type="submit"], #contour_form_PackageCompetetion body.blue #session-view input.buyTicket[type="submit"], body.blue #testimonial-view .button.buyTicket, body.blue #testimonial-view .buyTicket.button-purple, body.blue #testimonial-view .buyTicket.button-blue, body.blue #testimonial-view .buyTicket.button-yellow, body.blue #testimonial-view .buyTicket.button-red, body.blue #testimonial-view .buyTicket.button-dark, body.blue #testimonial-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.blue #testimonial-view input.buyTicket[type="submit"], body.blue #testimonial-view .umbracoawards input.buyTicket[type="submit"], .umbracoawards body.blue #testimonial-view input.buyTicket[type="submit"], body.blue #testimonial-view .umbracoawardssinglestep input.buyTicket[type="submit"], .umbracoawardssinglestep body.blue #testimonial-view input.buyTicket[type="submit"], body.blue #testimonial-view #contour_form_PackageCompetetion input.buyTicket[type="submit"], #contour_form_PackageCompetetion body.blue #testimonial-view input.buyTicket[type="submit"], body.blue #workshop-view .button.buyTicket, body.blue #workshop-view .buyTicket.button-purple, body.blue #workshop-view .buyTicket.button-blue, body.blue #workshop-view .buyTicket.button-yellow, body.blue #workshop-view .buyTicket.button-red, body.blue #workshop-view .buyTicket.button-dark, body.blue #workshop-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.blue #workshop-view input.buyTicket[type="submit"], body.blue #workshop-view .umbracoawards input.buyTicket[type="submit"], .umbracoawards body.blue #workshop-view input.buyTicket[type="submit"], body.blue #workshop-view .umbracoawardssinglestep input.buyTicket[type="submit"], .umbracoawardssinglestep body.blue #workshop-view input.buyTicket[type="submit"], body.blue #workshop-view #contour_form_PackageCompetetion input.buyTicket[type="submit"], #contour_form_PackageCompetetion body.blue #workshop-view input.buyTicket[type="submit"], body.blue #award-view .button.buyTicket, body.blue #award-view .buyTicket.button-purple, body.blue #award-view .buyTicket.button-blue, body.blue #award-view .buyTicket.button-yellow, body.blue #award-view .buyTicket.button-red, body.blue #award-view .buyTicket.button-dark, body.blue #award-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.blue #award-view input.buyTicket[type="submit"], body.blue #award-view .umbracoawards input.buyTicket[type="submit"], .umbracoawards body.blue #award-view input.buyTicket[type="submit"], body.blue #award-view .umbracoawardssinglestep input.buyTicket[type="submit"], .umbracoawardssinglestep body.blue #award-view input.buyTicket[type="submit"], body.blue #award-view #contour_form_PackageCompetetion input.buyTicket[type="submit"], #contour_form_PackageCompetetion body.blue #award-view input.buyTicket[type="submit"], body.blue #package-view .button.buyTicket, body.blue #package-view .buyTicket.button-purple, body.blue #package-view .buyTicket.button-blue, body.blue #package-view .buyTicket.button-yellow, body.blue #package-view .buyTicket.button-red, body.blue #package-view .buyTicket.button-dark, body.blue #package-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.blue #package-view input.buyTicket[type="submit"], body.blue #package-view .umbracoawards input.buyTicket[type="submit"], .umbracoawards body.blue #package-view input.buyTicket[type="submit"], body.blue #package-view .umbracoawardssinglestep input.buyTicket[type="submit"], .umbracoawardssinglestep body.blue #package-view input.buyTicket[type="submit"], body.blue #package-view #contour_form_PackageCompetetion input.buyTicket[type="submit"], #contour_form_PackageCompetetion body.blue #package-view input.buyTicket[type="submit"] {
  background: #F3E687;
  border-color: #F3E687;
  color: #000;
}

body.blue #popup .button.buyTicket:hover, body.blue #popup .buyTicket.button-purple:hover, body.blue #popup .buyTicket.button-blue:hover, body.blue #popup .buyTicket.button-yellow:hover, body.blue #popup .buyTicket.button-red:hover, body.blue #popup .buyTicket.button-dark:hover, body.blue #popup #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.blue #popup input.buyTicket[type="submit"]:hover, body.blue #popup .umbracoawards input.buyTicket[type="submit"]:hover, .umbracoawards body.blue #popup input.buyTicket[type="submit"]:hover, body.blue #popup .umbracoawardssinglestep input.buyTicket[type="submit"]:hover, .umbracoawardssinglestep body.blue #popup input.buyTicket[type="submit"]:hover, body.blue #popup #contour_form_PackageCompetetion input.buyTicket[type="submit"]:hover, #contour_form_PackageCompetetion body.blue #popup input.buyTicket[type="submit"]:hover, body.blue #session-view .button.buyTicket:hover, body.blue #session-view .buyTicket.button-purple:hover, body.blue #session-view .buyTicket.button-blue:hover, body.blue #session-view .buyTicket.button-yellow:hover, body.blue #session-view .buyTicket.button-red:hover, body.blue #session-view .buyTicket.button-dark:hover, body.blue #session-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.blue #session-view input.buyTicket[type="submit"]:hover, body.blue #session-view .umbracoawards input.buyTicket[type="submit"]:hover, .umbracoawards body.blue #session-view input.buyTicket[type="submit"]:hover, body.blue #session-view .umbracoawardssinglestep input.buyTicket[type="submit"]:hover, .umbracoawardssinglestep body.blue #session-view input.buyTicket[type="submit"]:hover, body.blue #session-view #contour_form_PackageCompetetion input.buyTicket[type="submit"]:hover, #contour_form_PackageCompetetion body.blue #session-view input.buyTicket[type="submit"]:hover, body.blue #testimonial-view .button.buyTicket:hover, body.blue #testimonial-view .buyTicket.button-purple:hover, body.blue #testimonial-view .buyTicket.button-blue:hover, body.blue #testimonial-view .buyTicket.button-yellow:hover, body.blue #testimonial-view .buyTicket.button-red:hover, body.blue #testimonial-view .buyTicket.button-dark:hover, body.blue #testimonial-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.blue #testimonial-view input.buyTicket[type="submit"]:hover, body.blue #testimonial-view .umbracoawards input.buyTicket[type="submit"]:hover, .umbracoawards body.blue #testimonial-view input.buyTicket[type="submit"]:hover, body.blue #testimonial-view .umbracoawardssinglestep input.buyTicket[type="submit"]:hover, .umbracoawardssinglestep body.blue #testimonial-view input.buyTicket[type="submit"]:hover, body.blue #testimonial-view #contour_form_PackageCompetetion input.buyTicket[type="submit"]:hover, #contour_form_PackageCompetetion body.blue #testimonial-view input.buyTicket[type="submit"]:hover, body.blue #workshop-view .button.buyTicket:hover, body.blue #workshop-view .buyTicket.button-purple:hover, body.blue #workshop-view .buyTicket.button-blue:hover, body.blue #workshop-view .buyTicket.button-yellow:hover, body.blue #workshop-view .buyTicket.button-red:hover, body.blue #workshop-view .buyTicket.button-dark:hover, body.blue #workshop-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.blue #workshop-view input.buyTicket[type="submit"]:hover, body.blue #workshop-view .umbracoawards input.buyTicket[type="submit"]:hover, .umbracoawards body.blue #workshop-view input.buyTicket[type="submit"]:hover, body.blue #workshop-view .umbracoawardssinglestep input.buyTicket[type="submit"]:hover, .umbracoawardssinglestep body.blue #workshop-view input.buyTicket[type="submit"]:hover, body.blue #workshop-view #contour_form_PackageCompetetion input.buyTicket[type="submit"]:hover, #contour_form_PackageCompetetion body.blue #workshop-view input.buyTicket[type="submit"]:hover, body.blue #award-view .button.buyTicket:hover, body.blue #award-view .buyTicket.button-purple:hover, body.blue #award-view .buyTicket.button-blue:hover, body.blue #award-view .buyTicket.button-yellow:hover, body.blue #award-view .buyTicket.button-red:hover, body.blue #award-view .buyTicket.button-dark:hover, body.blue #award-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.blue #award-view input.buyTicket[type="submit"]:hover, body.blue #award-view .umbracoawards input.buyTicket[type="submit"]:hover, .umbracoawards body.blue #award-view input.buyTicket[type="submit"]:hover, body.blue #award-view .umbracoawardssinglestep input.buyTicket[type="submit"]:hover, .umbracoawardssinglestep body.blue #award-view input.buyTicket[type="submit"]:hover, body.blue #award-view #contour_form_PackageCompetetion input.buyTicket[type="submit"]:hover, #contour_form_PackageCompetetion body.blue #award-view input.buyTicket[type="submit"]:hover, body.blue #package-view .button.buyTicket:hover, body.blue #package-view .buyTicket.button-purple:hover, body.blue #package-view .buyTicket.button-blue:hover, body.blue #package-view .buyTicket.button-yellow:hover, body.blue #package-view .buyTicket.button-red:hover, body.blue #package-view .buyTicket.button-dark:hover, body.blue #package-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.blue #package-view input.buyTicket[type="submit"]:hover, body.blue #package-view .umbracoawards input.buyTicket[type="submit"]:hover, .umbracoawards body.blue #package-view input.buyTicket[type="submit"]:hover, body.blue #package-view .umbracoawardssinglestep input.buyTicket[type="submit"]:hover, .umbracoawardssinglestep body.blue #package-view input.buyTicket[type="submit"]:hover, body.blue #package-view #contour_form_PackageCompetetion input.buyTicket[type="submit"]:hover, #contour_form_PackageCompetetion body.blue #package-view input.buyTicket[type="submit"]:hover {
  background: #372B7A;
  border-color: #372B7A;
  color: #F3E687;
}

body.yellow .like #heart {
  fill: transparent;
  stroke: #000;
}

body.yellow .like.liked #heart {
  fill: #EF5E5E;
  stroke: #EF5E5E;
}

body.yellow #close-icon, body.yellow #cg-simple {
  fill: #EF5E5E;
}

body.yellow .close:hover #close-icon {
  fill: #372B7A;
}

body.yellow header:not(.open) .buy-ticket {
  border-color: #EF5E5E;
  background: #EF5E5E;
  color: #fff;
}

body.yellow header:not(.open) .buy-ticket:hover {
  background: #372B7A;
  border-color: #372B7A;
}

body.yellow header:not(.open) .buy-ticket:hover a {
  color: #F3E687;
}

body.yellow header:not(.open) .toggle:hover.cross.open span:before {
  background-color: #372B7A;
}

body.yellow header:not(.open) .toggle:hover.cross.open span:after {
  background-color: #372B7A;
}

body.yellow header:not(.open) .toggle:hover span {
  background-color: #372B7A;
}

body.yellow header:not(.open) .toggle:hover span:before, body.yellow header:not(.open) .toggle:hover span:after {
  background-color: #372B7A;
}

body.yellow #popup .inner, body.yellow #session-view .inner, body.yellow #testimonial-view .inner, body.yellow #workshop-view .inner, body.yellow #award-view .inner, body.yellow #package-view .inner {
  background: #F3E687;
  color: 000;
}

body.yellow #popup .inner h1, body.yellow #popup .inner h3, body.yellow #popup .inner .meta h2, body.yellow #session-view .inner h1, body.yellow #session-view .inner h3, body.yellow #session-view .inner .meta h2, body.yellow #testimonial-view .inner h1, body.yellow #testimonial-view .inner h3, body.yellow #testimonial-view .inner .meta h2, body.yellow #workshop-view .inner h1, body.yellow #workshop-view .inner h3, body.yellow #workshop-view .inner .meta h2, body.yellow #award-view .inner h1, body.yellow #award-view .inner h3, body.yellow #award-view .inner .meta h2, body.yellow #package-view .inner h1, body.yellow #package-view .inner h3, body.yellow #package-view .inner .meta h2 {
  color: #EF5E5E;
  border-color: #EF5E5E;
}

body.yellow #popup .inner .button:hover, body.yellow #popup .inner .button-purple:hover, body.yellow #popup .inner .button-blue:hover, body.yellow #popup .inner .button-yellow:hover, body.yellow #popup .inner .button-red:hover, body.yellow #popup .inner .button-dark:hover, body.yellow #popup .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.yellow #popup .inner input[type="submit"]:hover, body.yellow #popup .inner .umbracoawards input[type="submit"]:hover, .umbracoawards body.yellow #popup .inner input[type="submit"]:hover, body.yellow #popup .inner .umbracoawardssinglestep input[type="submit"]:hover, .umbracoawardssinglestep body.yellow #popup .inner input[type="submit"]:hover, body.yellow #popup .inner #contour_form_PackageCompetetion input[type="submit"]:hover, #contour_form_PackageCompetetion body.yellow #popup .inner input[type="submit"]:hover, body.yellow #session-view .inner .button:hover, body.yellow #session-view .inner .button-purple:hover, body.yellow #session-view .inner .button-blue:hover, body.yellow #session-view .inner .button-yellow:hover, body.yellow #session-view .inner .button-red:hover, body.yellow #session-view .inner .button-dark:hover, body.yellow #session-view .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.yellow #session-view .inner input[type="submit"]:hover, body.yellow #session-view .inner .umbracoawards input[type="submit"]:hover, .umbracoawards body.yellow #session-view .inner input[type="submit"]:hover, body.yellow #session-view .inner .umbracoawardssinglestep input[type="submit"]:hover, .umbracoawardssinglestep body.yellow #session-view .inner input[type="submit"]:hover, body.yellow #session-view .inner #contour_form_PackageCompetetion input[type="submit"]:hover, #contour_form_PackageCompetetion body.yellow #session-view .inner input[type="submit"]:hover, body.yellow #testimonial-view .inner .button:hover, body.yellow #testimonial-view .inner .button-purple:hover, body.yellow #testimonial-view .inner .button-blue:hover, body.yellow #testimonial-view .inner .button-yellow:hover, body.yellow #testimonial-view .inner .button-red:hover, body.yellow #testimonial-view .inner .button-dark:hover, body.yellow #testimonial-view .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.yellow #testimonial-view .inner input[type="submit"]:hover, body.yellow #testimonial-view .inner .umbracoawards input[type="submit"]:hover, .umbracoawards body.yellow #testimonial-view .inner input[type="submit"]:hover, body.yellow #testimonial-view .inner .umbracoawardssinglestep input[type="submit"]:hover, .umbracoawardssinglestep body.yellow #testimonial-view .inner input[type="submit"]:hover, body.yellow #testimonial-view .inner #contour_form_PackageCompetetion input[type="submit"]:hover, #contour_form_PackageCompetetion body.yellow #testimonial-view .inner input[type="submit"]:hover, body.yellow #workshop-view .inner .button:hover, body.yellow #workshop-view .inner .button-purple:hover, body.yellow #workshop-view .inner .button-blue:hover, body.yellow #workshop-view .inner .button-yellow:hover, body.yellow #workshop-view .inner .button-red:hover, body.yellow #workshop-view .inner .button-dark:hover, body.yellow #workshop-view .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.yellow #workshop-view .inner input[type="submit"]:hover, body.yellow #workshop-view .inner .umbracoawards input[type="submit"]:hover, .umbracoawards body.yellow #workshop-view .inner input[type="submit"]:hover, body.yellow #workshop-view .inner .umbracoawardssinglestep input[type="submit"]:hover, .umbracoawardssinglestep body.yellow #workshop-view .inner input[type="submit"]:hover, body.yellow #workshop-view .inner #contour_form_PackageCompetetion input[type="submit"]:hover, #contour_form_PackageCompetetion body.yellow #workshop-view .inner input[type="submit"]:hover, body.yellow #award-view .inner .button:hover, body.yellow #award-view .inner .button-purple:hover, body.yellow #award-view .inner .button-blue:hover, body.yellow #award-view .inner .button-yellow:hover, body.yellow #award-view .inner .button-red:hover, body.yellow #award-view .inner .button-dark:hover, body.yellow #award-view .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.yellow #award-view .inner input[type="submit"]:hover, body.yellow #award-view .inner .umbracoawards input[type="submit"]:hover, .umbracoawards body.yellow #award-view .inner input[type="submit"]:hover, body.yellow #award-view .inner .umbracoawardssinglestep input[type="submit"]:hover, .umbracoawardssinglestep body.yellow #award-view .inner input[type="submit"]:hover, body.yellow #award-view .inner #contour_form_PackageCompetetion input[type="submit"]:hover, #contour_form_PackageCompetetion body.yellow #award-view .inner input[type="submit"]:hover, body.yellow #package-view .inner .button:hover, body.yellow #package-view .inner .button-purple:hover, body.yellow #package-view .inner .button-blue:hover, body.yellow #package-view .inner .button-yellow:hover, body.yellow #package-view .inner .button-red:hover, body.yellow #package-view .inner .button-dark:hover, body.yellow #package-view .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.yellow #package-view .inner input[type="submit"]:hover, body.yellow #package-view .inner .umbracoawards input[type="submit"]:hover, .umbracoawards body.yellow #package-view .inner input[type="submit"]:hover, body.yellow #package-view .inner .umbracoawardssinglestep input[type="submit"]:hover, .umbracoawardssinglestep body.yellow #package-view .inner input[type="submit"]:hover, body.yellow #package-view .inner #contour_form_PackageCompetetion input[type="submit"]:hover, #contour_form_PackageCompetetion body.yellow #package-view .inner input[type="submit"]:hover {
  background: #EF5E5E;
  border-color: #EF5E5E;
  color: #372B7A;
}

body.yellow #popup .inner .image:after, body.yellow #session-view .inner .image:after, body.yellow #testimonial-view .inner .image:after, body.yellow #workshop-view .inner .image:after, body.yellow #award-view .inner .image:after, body.yellow #package-view .inner .image:after {
  background: linear-gradient(to bottom right, #f3e687, #f3e687);
  opacity: .92;
}

body.yellow #popup .inner .image .meta small span, body.yellow #session-view .inner .image .meta small span, body.yellow #testimonial-view .inner .image .meta small span, body.yellow #workshop-view .inner .image .meta small span, body.yellow #award-view .inner .image .meta small span, body.yellow #package-view .inner .image .meta small span {
  color: #372B7A;
}

body.yellow #popup .inner a, body.yellow #popup .inner a:visited, body.yellow #session-view .inner a, body.yellow #session-view .inner a:visited, body.yellow #testimonial-view .inner a, body.yellow #testimonial-view .inner a:visited, body.yellow #workshop-view .inner a, body.yellow #workshop-view .inner a:visited, body.yellow #award-view .inner a, body.yellow #award-view .inner a:visited, body.yellow #package-view .inner a, body.yellow #package-view .inner a:visited {
  border-bottom: 1px solid #EF5E5E;
  color: #EF5E5E;
}

body.yellow #popup .inner a:hover, body.yellow #popup .inner a:visited:hover, body.yellow #session-view .inner a:hover, body.yellow #session-view .inner a:visited:hover, body.yellow #testimonial-view .inner a:hover, body.yellow #testimonial-view .inner a:visited:hover, body.yellow #workshop-view .inner a:hover, body.yellow #workshop-view .inner a:visited:hover, body.yellow #award-view .inner a:hover, body.yellow #award-view .inner a:visited:hover, body.yellow #package-view .inner a:hover, body.yellow #package-view .inner a:visited:hover {
  border-bottom: none;
}

body.yellow #popup .inner .next-speaker, body.yellow #session-view .inner .next-speaker, body.yellow #testimonial-view .inner .next-speaker, body.yellow #workshop-view .inner .next-speaker, body.yellow #award-view .inner .next-speaker, body.yellow #package-view .inner .next-speaker {
  color: #EF5E5E;
}

body.yellow #popup .inner li:before, body.yellow #session-view .inner li:before, body.yellow #testimonial-view .inner li:before, body.yellow #workshop-view .inner li:before, body.yellow #award-view .inner li:before, body.yellow #package-view .inner li:before {
  border: 2px solid #EF5E5E;
}

body.yellow #popup .workshopRegistration input[type="password"]:active, body.yellow #popup .workshopRegistration input[type="password"]:focus, body.yellow #popup .workshopRegistration input[type="email"]:active, body.yellow #popup .workshopRegistration input[type="email"]:focus, body.yellow #session-view .workshopRegistration input[type="password"]:active, body.yellow #session-view .workshopRegistration input[type="password"]:focus, body.yellow #session-view .workshopRegistration input[type="email"]:active, body.yellow #session-view .workshopRegistration input[type="email"]:focus, body.yellow #testimonial-view .workshopRegistration input[type="password"]:active, body.yellow #testimonial-view .workshopRegistration input[type="password"]:focus, body.yellow #testimonial-view .workshopRegistration input[type="email"]:active, body.yellow #testimonial-view .workshopRegistration input[type="email"]:focus, body.yellow #workshop-view .workshopRegistration input[type="password"]:active, body.yellow #workshop-view .workshopRegistration input[type="password"]:focus, body.yellow #workshop-view .workshopRegistration input[type="email"]:active, body.yellow #workshop-view .workshopRegistration input[type="email"]:focus, body.yellow #award-view .workshopRegistration input[type="password"]:active, body.yellow #award-view .workshopRegistration input[type="password"]:focus, body.yellow #award-view .workshopRegistration input[type="email"]:active, body.yellow #award-view .workshopRegistration input[type="email"]:focus, body.yellow #package-view .workshopRegistration input[type="password"]:active, body.yellow #package-view .workshopRegistration input[type="password"]:focus, body.yellow #package-view .workshopRegistration input[type="email"]:active, body.yellow #package-view .workshopRegistration input[type="email"]:focus {
  border: 2px solid #F3E687;
}

body.yellow #popup .workshopRegistration input[type="submit"], body.yellow #session-view .workshopRegistration input[type="submit"], body.yellow #testimonial-view .workshopRegistration input[type="submit"], body.yellow #workshop-view .workshopRegistration input[type="submit"], body.yellow #award-view .workshopRegistration input[type="submit"], body.yellow #package-view .workshopRegistration input[type="submit"] {
  background: #EF5E5E;
  color: #372B7A;
}

body.yellow #popup .workshopRegistration input[type="submit"]:hover, body.yellow #session-view .workshopRegistration input[type="submit"]:hover, body.yellow #testimonial-view .workshopRegistration input[type="submit"]:hover, body.yellow #workshop-view .workshopRegistration input[type="submit"]:hover, body.yellow #award-view .workshopRegistration input[type="submit"]:hover, body.yellow #package-view .workshopRegistration input[type="submit"]:hover {
  background: #372B7A !important;
  color: #EF5E5E !important;
}

body.yellow #popup .button.registerWorkshop, body.yellow #popup .registerWorkshop.button-purple, body.yellow #popup .registerWorkshop.button-blue, body.yellow #popup .registerWorkshop.button-yellow, body.yellow #popup .registerWorkshop.button-red, body.yellow #popup .registerWorkshop.button-dark, body.yellow #popup #contour_form_WorkshopSignup .contourNavigation input.registerWorkshop[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.yellow #popup input.registerWorkshop[type="submit"], body.yellow #popup .umbracoawards input.registerWorkshop[type="submit"], .umbracoawards body.yellow #popup input.registerWorkshop[type="submit"], body.yellow #popup .umbracoawardssinglestep input.registerWorkshop[type="submit"], .umbracoawardssinglestep body.yellow #popup input.registerWorkshop[type="submit"], body.yellow #popup #contour_form_PackageCompetetion input.registerWorkshop[type="submit"], #contour_form_PackageCompetetion body.yellow #popup input.registerWorkshop[type="submit"], body.yellow #session-view .button.registerWorkshop, body.yellow #session-view .registerWorkshop.button-purple, body.yellow #session-view .registerWorkshop.button-blue, body.yellow #session-view .registerWorkshop.button-yellow, body.yellow #session-view .registerWorkshop.button-red, body.yellow #session-view .registerWorkshop.button-dark, body.yellow #session-view #contour_form_WorkshopSignup .contourNavigation input.registerWorkshop[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.yellow #session-view input.registerWorkshop[type="submit"], body.yellow #session-view .umbracoawards input.registerWorkshop[type="submit"], .umbracoawards body.yellow #session-view input.registerWorkshop[type="submit"], body.yellow #session-view .umbracoawardssinglestep input.registerWorkshop[type="submit"], .umbracoawardssinglestep body.yellow #session-view input.registerWorkshop[type="submit"], body.yellow #session-view #contour_form_PackageCompetetion input.registerWorkshop[type="submit"], #contour_form_PackageCompetetion body.yellow #session-view input.registerWorkshop[type="submit"], body.yellow #testimonial-view .button.registerWorkshop, body.yellow #testimonial-view .registerWorkshop.button-purple, body.yellow #testimonial-view .registerWorkshop.button-blue, body.yellow #testimonial-view .registerWorkshop.button-yellow, body.yellow #testimonial-view .registerWorkshop.button-red, body.yellow #testimonial-view .registerWorkshop.button-dark, body.yellow #testimonial-view #contour_form_WorkshopSignup .contourNavigation input.registerWorkshop[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.yellow #testimonial-view input.registerWorkshop[type="submit"], body.yellow #testimonial-view .umbracoawards input.registerWorkshop[type="submit"], .umbracoawards body.yellow #testimonial-view input.registerWorkshop[type="submit"], body.yellow #testimonial-view .umbracoawardssinglestep input.registerWorkshop[type="submit"], .umbracoawardssinglestep body.yellow #testimonial-view input.registerWorkshop[type="submit"], body.yellow #testimonial-view #contour_form_PackageCompetetion input.registerWorkshop[type="submit"], #contour_form_PackageCompetetion body.yellow #testimonial-view input.registerWorkshop[type="submit"], body.yellow #workshop-view .button.registerWorkshop, body.yellow #workshop-view .registerWorkshop.button-purple, body.yellow #workshop-view .registerWorkshop.button-blue, body.yellow #workshop-view .registerWorkshop.button-yellow, body.yellow #workshop-view .registerWorkshop.button-red, body.yellow #workshop-view .registerWorkshop.button-dark, body.yellow #workshop-view #contour_form_WorkshopSignup .contourNavigation input.registerWorkshop[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.yellow #workshop-view input.registerWorkshop[type="submit"], body.yellow #workshop-view .umbracoawards input.registerWorkshop[type="submit"], .umbracoawards body.yellow #workshop-view input.registerWorkshop[type="submit"], body.yellow #workshop-view .umbracoawardssinglestep input.registerWorkshop[type="submit"], .umbracoawardssinglestep body.yellow #workshop-view input.registerWorkshop[type="submit"], body.yellow #workshop-view #contour_form_PackageCompetetion input.registerWorkshop[type="submit"], #contour_form_PackageCompetetion body.yellow #workshop-view input.registerWorkshop[type="submit"], body.yellow #award-view .button.registerWorkshop, body.yellow #award-view .registerWorkshop.button-purple, body.yellow #award-view .registerWorkshop.button-blue, body.yellow #award-view .registerWorkshop.button-yellow, body.yellow #award-view .registerWorkshop.button-red, body.yellow #award-view .registerWorkshop.button-dark, body.yellow #award-view #contour_form_WorkshopSignup .contourNavigation input.registerWorkshop[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.yellow #award-view input.registerWorkshop[type="submit"], body.yellow #award-view .umbracoawards input.registerWorkshop[type="submit"], .umbracoawards body.yellow #award-view input.registerWorkshop[type="submit"], body.yellow #award-view .umbracoawardssinglestep input.registerWorkshop[type="submit"], .umbracoawardssinglestep body.yellow #award-view input.registerWorkshop[type="submit"], body.yellow #award-view #contour_form_PackageCompetetion input.registerWorkshop[type="submit"], #contour_form_PackageCompetetion body.yellow #award-view input.registerWorkshop[type="submit"], body.yellow #package-view .button.registerWorkshop, body.yellow #package-view .registerWorkshop.button-purple, body.yellow #package-view .registerWorkshop.button-blue, body.yellow #package-view .registerWorkshop.button-yellow, body.yellow #package-view .registerWorkshop.button-red, body.yellow #package-view .registerWorkshop.button-dark, body.yellow #package-view #contour_form_WorkshopSignup .contourNavigation input.registerWorkshop[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.yellow #package-view input.registerWorkshop[type="submit"], body.yellow #package-view .umbracoawards input.registerWorkshop[type="submit"], .umbracoawards body.yellow #package-view input.registerWorkshop[type="submit"], body.yellow #package-view .umbracoawardssinglestep input.registerWorkshop[type="submit"], .umbracoawardssinglestep body.yellow #package-view input.registerWorkshop[type="submit"], body.yellow #package-view #contour_form_PackageCompetetion input.registerWorkshop[type="submit"], #contour_form_PackageCompetetion body.yellow #package-view input.registerWorkshop[type="submit"] {
  color: #EF5E5E;
  border-color: #EF5E5E;
}

body.yellow #popup .button.registerWorkshop:hover, body.yellow #popup .registerWorkshop.button-purple:hover, body.yellow #popup .registerWorkshop.button-blue:hover, body.yellow #popup .registerWorkshop.button-yellow:hover, body.yellow #popup .registerWorkshop.button-red:hover, body.yellow #popup .registerWorkshop.button-dark:hover, body.yellow #popup #contour_form_WorkshopSignup .contourNavigation input.registerWorkshop[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.yellow #popup input.registerWorkshop[type="submit"]:hover, body.yellow #popup .umbracoawards input.registerWorkshop[type="submit"]:hover, .umbracoawards body.yellow #popup input.registerWorkshop[type="submit"]:hover, body.yellow #popup .umbracoawardssinglestep input.registerWorkshop[type="submit"]:hover, .umbracoawardssinglestep body.yellow #popup input.registerWorkshop[type="submit"]:hover, body.yellow #popup #contour_form_PackageCompetetion input.registerWorkshop[type="submit"]:hover, #contour_form_PackageCompetetion body.yellow #popup input.registerWorkshop[type="submit"]:hover, body.yellow #session-view .button.registerWorkshop:hover, body.yellow #session-view .registerWorkshop.button-purple:hover, body.yellow #session-view .registerWorkshop.button-blue:hover, body.yellow #session-view .registerWorkshop.button-yellow:hover, body.yellow #session-view .registerWorkshop.button-red:hover, body.yellow #session-view .registerWorkshop.button-dark:hover, body.yellow #session-view #contour_form_WorkshopSignup .contourNavigation input.registerWorkshop[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.yellow #session-view input.registerWorkshop[type="submit"]:hover, body.yellow #session-view .umbracoawards input.registerWorkshop[type="submit"]:hover, .umbracoawards body.yellow #session-view input.registerWorkshop[type="submit"]:hover, body.yellow #session-view .umbracoawardssinglestep input.registerWorkshop[type="submit"]:hover, .umbracoawardssinglestep body.yellow #session-view input.registerWorkshop[type="submit"]:hover, body.yellow #session-view #contour_form_PackageCompetetion input.registerWorkshop[type="submit"]:hover, #contour_form_PackageCompetetion body.yellow #session-view input.registerWorkshop[type="submit"]:hover, body.yellow #testimonial-view .button.registerWorkshop:hover, body.yellow #testimonial-view .registerWorkshop.button-purple:hover, body.yellow #testimonial-view .registerWorkshop.button-blue:hover, body.yellow #testimonial-view .registerWorkshop.button-yellow:hover, body.yellow #testimonial-view .registerWorkshop.button-red:hover, body.yellow #testimonial-view .registerWorkshop.button-dark:hover, body.yellow #testimonial-view #contour_form_WorkshopSignup .contourNavigation input.registerWorkshop[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.yellow #testimonial-view input.registerWorkshop[type="submit"]:hover, body.yellow #testimonial-view .umbracoawards input.registerWorkshop[type="submit"]:hover, .umbracoawards body.yellow #testimonial-view input.registerWorkshop[type="submit"]:hover, body.yellow #testimonial-view .umbracoawardssinglestep input.registerWorkshop[type="submit"]:hover, .umbracoawardssinglestep body.yellow #testimonial-view input.registerWorkshop[type="submit"]:hover, body.yellow #testimonial-view #contour_form_PackageCompetetion input.registerWorkshop[type="submit"]:hover, #contour_form_PackageCompetetion body.yellow #testimonial-view input.registerWorkshop[type="submit"]:hover, body.yellow #workshop-view .button.registerWorkshop:hover, body.yellow #workshop-view .registerWorkshop.button-purple:hover, body.yellow #workshop-view .registerWorkshop.button-blue:hover, body.yellow #workshop-view .registerWorkshop.button-yellow:hover, body.yellow #workshop-view .registerWorkshop.button-red:hover, body.yellow #workshop-view .registerWorkshop.button-dark:hover, body.yellow #workshop-view #contour_form_WorkshopSignup .contourNavigation input.registerWorkshop[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.yellow #workshop-view input.registerWorkshop[type="submit"]:hover, body.yellow #workshop-view .umbracoawards input.registerWorkshop[type="submit"]:hover, .umbracoawards body.yellow #workshop-view input.registerWorkshop[type="submit"]:hover, body.yellow #workshop-view .umbracoawardssinglestep input.registerWorkshop[type="submit"]:hover, .umbracoawardssinglestep body.yellow #workshop-view input.registerWorkshop[type="submit"]:hover, body.yellow #workshop-view #contour_form_PackageCompetetion input.registerWorkshop[type="submit"]:hover, #contour_form_PackageCompetetion body.yellow #workshop-view input.registerWorkshop[type="submit"]:hover, body.yellow #award-view .button.registerWorkshop:hover, body.yellow #award-view .registerWorkshop.button-purple:hover, body.yellow #award-view .registerWorkshop.button-blue:hover, body.yellow #award-view .registerWorkshop.button-yellow:hover, body.yellow #award-view .registerWorkshop.button-red:hover, body.yellow #award-view .registerWorkshop.button-dark:hover, body.yellow #award-view #contour_form_WorkshopSignup .contourNavigation input.registerWorkshop[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.yellow #award-view input.registerWorkshop[type="submit"]:hover, body.yellow #award-view .umbracoawards input.registerWorkshop[type="submit"]:hover, .umbracoawards body.yellow #award-view input.registerWorkshop[type="submit"]:hover, body.yellow #award-view .umbracoawardssinglestep input.registerWorkshop[type="submit"]:hover, .umbracoawardssinglestep body.yellow #award-view input.registerWorkshop[type="submit"]:hover, body.yellow #award-view #contour_form_PackageCompetetion input.registerWorkshop[type="submit"]:hover, #contour_form_PackageCompetetion body.yellow #award-view input.registerWorkshop[type="submit"]:hover, body.yellow #package-view .button.registerWorkshop:hover, body.yellow #package-view .registerWorkshop.button-purple:hover, body.yellow #package-view .registerWorkshop.button-blue:hover, body.yellow #package-view .registerWorkshop.button-yellow:hover, body.yellow #package-view .registerWorkshop.button-red:hover, body.yellow #package-view .registerWorkshop.button-dark:hover, body.yellow #package-view #contour_form_WorkshopSignup .contourNavigation input.registerWorkshop[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.yellow #package-view input.registerWorkshop[type="submit"]:hover, body.yellow #package-view .umbracoawards input.registerWorkshop[type="submit"]:hover, .umbracoawards body.yellow #package-view input.registerWorkshop[type="submit"]:hover, body.yellow #package-view .umbracoawardssinglestep input.registerWorkshop[type="submit"]:hover, .umbracoawardssinglestep body.yellow #package-view input.registerWorkshop[type="submit"]:hover, body.yellow #package-view #contour_form_PackageCompetetion input.registerWorkshop[type="submit"]:hover, #contour_form_PackageCompetetion body.yellow #package-view input.registerWorkshop[type="submit"]:hover {
  color: #F3E687;
  background: #372B7A;
  border-color: #372B7A;
}

body.yellow #popup .button.disabled, body.yellow #popup .disabled.button-purple, body.yellow #popup .disabled.button-blue, body.yellow #popup .disabled.button-yellow, body.yellow #popup .disabled.button-red, body.yellow #popup .disabled.button-dark, body.yellow #popup #contour_form_WorkshopSignup .contourNavigation input.disabled[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.yellow #popup input.disabled[type="submit"], body.yellow #popup .umbracoawards input.disabled[type="submit"], .umbracoawards body.yellow #popup input.disabled[type="submit"], body.yellow #popup .umbracoawardssinglestep input.disabled[type="submit"], .umbracoawardssinglestep body.yellow #popup input.disabled[type="submit"], body.yellow #popup #contour_form_PackageCompetetion input.disabled[type="submit"], #contour_form_PackageCompetetion body.yellow #popup input.disabled[type="submit"], body.yellow #session-view .button.disabled, body.yellow #session-view .disabled.button-purple, body.yellow #session-view .disabled.button-blue, body.yellow #session-view .disabled.button-yellow, body.yellow #session-view .disabled.button-red, body.yellow #session-view .disabled.button-dark, body.yellow #session-view #contour_form_WorkshopSignup .contourNavigation input.disabled[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.yellow #session-view input.disabled[type="submit"], body.yellow #session-view .umbracoawards input.disabled[type="submit"], .umbracoawards body.yellow #session-view input.disabled[type="submit"], body.yellow #session-view .umbracoawardssinglestep input.disabled[type="submit"], .umbracoawardssinglestep body.yellow #session-view input.disabled[type="submit"], body.yellow #session-view #contour_form_PackageCompetetion input.disabled[type="submit"], #contour_form_PackageCompetetion body.yellow #session-view input.disabled[type="submit"], body.yellow #testimonial-view .button.disabled, body.yellow #testimonial-view .disabled.button-purple, body.yellow #testimonial-view .disabled.button-blue, body.yellow #testimonial-view .disabled.button-yellow, body.yellow #testimonial-view .disabled.button-red, body.yellow #testimonial-view .disabled.button-dark, body.yellow #testimonial-view #contour_form_WorkshopSignup .contourNavigation input.disabled[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.yellow #testimonial-view input.disabled[type="submit"], body.yellow #testimonial-view .umbracoawards input.disabled[type="submit"], .umbracoawards body.yellow #testimonial-view input.disabled[type="submit"], body.yellow #testimonial-view .umbracoawardssinglestep input.disabled[type="submit"], .umbracoawardssinglestep body.yellow #testimonial-view input.disabled[type="submit"], body.yellow #testimonial-view #contour_form_PackageCompetetion input.disabled[type="submit"], #contour_form_PackageCompetetion body.yellow #testimonial-view input.disabled[type="submit"], body.yellow #workshop-view .button.disabled, body.yellow #workshop-view .disabled.button-purple, body.yellow #workshop-view .disabled.button-blue, body.yellow #workshop-view .disabled.button-yellow, body.yellow #workshop-view .disabled.button-red, body.yellow #workshop-view .disabled.button-dark, body.yellow #workshop-view #contour_form_WorkshopSignup .contourNavigation input.disabled[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.yellow #workshop-view input.disabled[type="submit"], body.yellow #workshop-view .umbracoawards input.disabled[type="submit"], .umbracoawards body.yellow #workshop-view input.disabled[type="submit"], body.yellow #workshop-view .umbracoawardssinglestep input.disabled[type="submit"], .umbracoawardssinglestep body.yellow #workshop-view input.disabled[type="submit"], body.yellow #workshop-view #contour_form_PackageCompetetion input.disabled[type="submit"], #contour_form_PackageCompetetion body.yellow #workshop-view input.disabled[type="submit"], body.yellow #award-view .button.disabled, body.yellow #award-view .disabled.button-purple, body.yellow #award-view .disabled.button-blue, body.yellow #award-view .disabled.button-yellow, body.yellow #award-view .disabled.button-red, body.yellow #award-view .disabled.button-dark, body.yellow #award-view #contour_form_WorkshopSignup .contourNavigation input.disabled[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.yellow #award-view input.disabled[type="submit"], body.yellow #award-view .umbracoawards input.disabled[type="submit"], .umbracoawards body.yellow #award-view input.disabled[type="submit"], body.yellow #award-view .umbracoawardssinglestep input.disabled[type="submit"], .umbracoawardssinglestep body.yellow #award-view input.disabled[type="submit"], body.yellow #award-view #contour_form_PackageCompetetion input.disabled[type="submit"], #contour_form_PackageCompetetion body.yellow #award-view input.disabled[type="submit"], body.yellow #package-view .button.disabled, body.yellow #package-view .disabled.button-purple, body.yellow #package-view .disabled.button-blue, body.yellow #package-view .disabled.button-yellow, body.yellow #package-view .disabled.button-red, body.yellow #package-view .disabled.button-dark, body.yellow #package-view #contour_form_WorkshopSignup .contourNavigation input.disabled[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.yellow #package-view input.disabled[type="submit"], body.yellow #package-view .umbracoawards input.disabled[type="submit"], .umbracoawards body.yellow #package-view input.disabled[type="submit"], body.yellow #package-view .umbracoawardssinglestep input.disabled[type="submit"], .umbracoawardssinglestep body.yellow #package-view input.disabled[type="submit"], body.yellow #package-view #contour_form_PackageCompetetion input.disabled[type="submit"], #contour_form_PackageCompetetion body.yellow #package-view input.disabled[type="submit"] {
  color: #EF5E5E;
  border-color: #EF5E5E;
}

body.yellow #popup .button.disabled:hover, body.yellow #popup .disabled.button-purple:hover, body.yellow #popup .disabled.button-blue:hover, body.yellow #popup .disabled.button-yellow:hover, body.yellow #popup .disabled.button-red:hover, body.yellow #popup .disabled.button-dark:hover, body.yellow #popup #contour_form_WorkshopSignup .contourNavigation input.disabled[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.yellow #popup input.disabled[type="submit"]:hover, body.yellow #popup .umbracoawards input.disabled[type="submit"]:hover, .umbracoawards body.yellow #popup input.disabled[type="submit"]:hover, body.yellow #popup .umbracoawardssinglestep input.disabled[type="submit"]:hover, .umbracoawardssinglestep body.yellow #popup input.disabled[type="submit"]:hover, body.yellow #popup #contour_form_PackageCompetetion input.disabled[type="submit"]:hover, #contour_form_PackageCompetetion body.yellow #popup input.disabled[type="submit"]:hover, body.yellow #session-view .button.disabled:hover, body.yellow #session-view .disabled.button-purple:hover, body.yellow #session-view .disabled.button-blue:hover, body.yellow #session-view .disabled.button-yellow:hover, body.yellow #session-view .disabled.button-red:hover, body.yellow #session-view .disabled.button-dark:hover, body.yellow #session-view #contour_form_WorkshopSignup .contourNavigation input.disabled[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.yellow #session-view input.disabled[type="submit"]:hover, body.yellow #session-view .umbracoawards input.disabled[type="submit"]:hover, .umbracoawards body.yellow #session-view input.disabled[type="submit"]:hover, body.yellow #session-view .umbracoawardssinglestep input.disabled[type="submit"]:hover, .umbracoawardssinglestep body.yellow #session-view input.disabled[type="submit"]:hover, body.yellow #session-view #contour_form_PackageCompetetion input.disabled[type="submit"]:hover, #contour_form_PackageCompetetion body.yellow #session-view input.disabled[type="submit"]:hover, body.yellow #testimonial-view .button.disabled:hover, body.yellow #testimonial-view .disabled.button-purple:hover, body.yellow #testimonial-view .disabled.button-blue:hover, body.yellow #testimonial-view .disabled.button-yellow:hover, body.yellow #testimonial-view .disabled.button-red:hover, body.yellow #testimonial-view .disabled.button-dark:hover, body.yellow #testimonial-view #contour_form_WorkshopSignup .contourNavigation input.disabled[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.yellow #testimonial-view input.disabled[type="submit"]:hover, body.yellow #testimonial-view .umbracoawards input.disabled[type="submit"]:hover, .umbracoawards body.yellow #testimonial-view input.disabled[type="submit"]:hover, body.yellow #testimonial-view .umbracoawardssinglestep input.disabled[type="submit"]:hover, .umbracoawardssinglestep body.yellow #testimonial-view input.disabled[type="submit"]:hover, body.yellow #testimonial-view #contour_form_PackageCompetetion input.disabled[type="submit"]:hover, #contour_form_PackageCompetetion body.yellow #testimonial-view input.disabled[type="submit"]:hover, body.yellow #workshop-view .button.disabled:hover, body.yellow #workshop-view .disabled.button-purple:hover, body.yellow #workshop-view .disabled.button-blue:hover, body.yellow #workshop-view .disabled.button-yellow:hover, body.yellow #workshop-view .disabled.button-red:hover, body.yellow #workshop-view .disabled.button-dark:hover, body.yellow #workshop-view #contour_form_WorkshopSignup .contourNavigation input.disabled[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.yellow #workshop-view input.disabled[type="submit"]:hover, body.yellow #workshop-view .umbracoawards input.disabled[type="submit"]:hover, .umbracoawards body.yellow #workshop-view input.disabled[type="submit"]:hover, body.yellow #workshop-view .umbracoawardssinglestep input.disabled[type="submit"]:hover, .umbracoawardssinglestep body.yellow #workshop-view input.disabled[type="submit"]:hover, body.yellow #workshop-view #contour_form_PackageCompetetion input.disabled[type="submit"]:hover, #contour_form_PackageCompetetion body.yellow #workshop-view input.disabled[type="submit"]:hover, body.yellow #award-view .button.disabled:hover, body.yellow #award-view .disabled.button-purple:hover, body.yellow #award-view .disabled.button-blue:hover, body.yellow #award-view .disabled.button-yellow:hover, body.yellow #award-view .disabled.button-red:hover, body.yellow #award-view .disabled.button-dark:hover, body.yellow #award-view #contour_form_WorkshopSignup .contourNavigation input.disabled[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.yellow #award-view input.disabled[type="submit"]:hover, body.yellow #award-view .umbracoawards input.disabled[type="submit"]:hover, .umbracoawards body.yellow #award-view input.disabled[type="submit"]:hover, body.yellow #award-view .umbracoawardssinglestep input.disabled[type="submit"]:hover, .umbracoawardssinglestep body.yellow #award-view input.disabled[type="submit"]:hover, body.yellow #award-view #contour_form_PackageCompetetion input.disabled[type="submit"]:hover, #contour_form_PackageCompetetion body.yellow #award-view input.disabled[type="submit"]:hover, body.yellow #package-view .button.disabled:hover, body.yellow #package-view .disabled.button-purple:hover, body.yellow #package-view .disabled.button-blue:hover, body.yellow #package-view .disabled.button-yellow:hover, body.yellow #package-view .disabled.button-red:hover, body.yellow #package-view .disabled.button-dark:hover, body.yellow #package-view #contour_form_WorkshopSignup .contourNavigation input.disabled[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.yellow #package-view input.disabled[type="submit"]:hover, body.yellow #package-view .umbracoawards input.disabled[type="submit"]:hover, .umbracoawards body.yellow #package-view input.disabled[type="submit"]:hover, body.yellow #package-view .umbracoawardssinglestep input.disabled[type="submit"]:hover, .umbracoawardssinglestep body.yellow #package-view input.disabled[type="submit"]:hover, body.yellow #package-view #contour_form_PackageCompetetion input.disabled[type="submit"]:hover, #contour_form_PackageCompetetion body.yellow #package-view input.disabled[type="submit"]:hover {
  background: transparent;
  border-color: #EF5E5E;
  color: #EF5E5E;
  cursor: default;
}

body.yellow #popup .button.buyTicket, body.yellow #popup .buyTicket.button-purple, body.yellow #popup .buyTicket.button-blue, body.yellow #popup .buyTicket.button-yellow, body.yellow #popup .buyTicket.button-red, body.yellow #popup .buyTicket.button-dark, body.yellow #popup #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.yellow #popup input.buyTicket[type="submit"], body.yellow #popup .umbracoawards input.buyTicket[type="submit"], .umbracoawards body.yellow #popup input.buyTicket[type="submit"], body.yellow #popup .umbracoawardssinglestep input.buyTicket[type="submit"], .umbracoawardssinglestep body.yellow #popup input.buyTicket[type="submit"], body.yellow #popup #contour_form_PackageCompetetion input.buyTicket[type="submit"], #contour_form_PackageCompetetion body.yellow #popup input.buyTicket[type="submit"], body.yellow #session-view .button.buyTicket, body.yellow #session-view .buyTicket.button-purple, body.yellow #session-view .buyTicket.button-blue, body.yellow #session-view .buyTicket.button-yellow, body.yellow #session-view .buyTicket.button-red, body.yellow #session-view .buyTicket.button-dark, body.yellow #session-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.yellow #session-view input.buyTicket[type="submit"], body.yellow #session-view .umbracoawards input.buyTicket[type="submit"], .umbracoawards body.yellow #session-view input.buyTicket[type="submit"], body.yellow #session-view .umbracoawardssinglestep input.buyTicket[type="submit"], .umbracoawardssinglestep body.yellow #session-view input.buyTicket[type="submit"], body.yellow #session-view #contour_form_PackageCompetetion input.buyTicket[type="submit"], #contour_form_PackageCompetetion body.yellow #session-view input.buyTicket[type="submit"], body.yellow #testimonial-view .button.buyTicket, body.yellow #testimonial-view .buyTicket.button-purple, body.yellow #testimonial-view .buyTicket.button-blue, body.yellow #testimonial-view .buyTicket.button-yellow, body.yellow #testimonial-view .buyTicket.button-red, body.yellow #testimonial-view .buyTicket.button-dark, body.yellow #testimonial-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.yellow #testimonial-view input.buyTicket[type="submit"], body.yellow #testimonial-view .umbracoawards input.buyTicket[type="submit"], .umbracoawards body.yellow #testimonial-view input.buyTicket[type="submit"], body.yellow #testimonial-view .umbracoawardssinglestep input.buyTicket[type="submit"], .umbracoawardssinglestep body.yellow #testimonial-view input.buyTicket[type="submit"], body.yellow #testimonial-view #contour_form_PackageCompetetion input.buyTicket[type="submit"], #contour_form_PackageCompetetion body.yellow #testimonial-view input.buyTicket[type="submit"], body.yellow #workshop-view .button.buyTicket, body.yellow #workshop-view .buyTicket.button-purple, body.yellow #workshop-view .buyTicket.button-blue, body.yellow #workshop-view .buyTicket.button-yellow, body.yellow #workshop-view .buyTicket.button-red, body.yellow #workshop-view .buyTicket.button-dark, body.yellow #workshop-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.yellow #workshop-view input.buyTicket[type="submit"], body.yellow #workshop-view .umbracoawards input.buyTicket[type="submit"], .umbracoawards body.yellow #workshop-view input.buyTicket[type="submit"], body.yellow #workshop-view .umbracoawardssinglestep input.buyTicket[type="submit"], .umbracoawardssinglestep body.yellow #workshop-view input.buyTicket[type="submit"], body.yellow #workshop-view #contour_form_PackageCompetetion input.buyTicket[type="submit"], #contour_form_PackageCompetetion body.yellow #workshop-view input.buyTicket[type="submit"], body.yellow #award-view .button.buyTicket, body.yellow #award-view .buyTicket.button-purple, body.yellow #award-view .buyTicket.button-blue, body.yellow #award-view .buyTicket.button-yellow, body.yellow #award-view .buyTicket.button-red, body.yellow #award-view .buyTicket.button-dark, body.yellow #award-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.yellow #award-view input.buyTicket[type="submit"], body.yellow #award-view .umbracoawards input.buyTicket[type="submit"], .umbracoawards body.yellow #award-view input.buyTicket[type="submit"], body.yellow #award-view .umbracoawardssinglestep input.buyTicket[type="submit"], .umbracoawardssinglestep body.yellow #award-view input.buyTicket[type="submit"], body.yellow #award-view #contour_form_PackageCompetetion input.buyTicket[type="submit"], #contour_form_PackageCompetetion body.yellow #award-view input.buyTicket[type="submit"], body.yellow #package-view .button.buyTicket, body.yellow #package-view .buyTicket.button-purple, body.yellow #package-view .buyTicket.button-blue, body.yellow #package-view .buyTicket.button-yellow, body.yellow #package-view .buyTicket.button-red, body.yellow #package-view .buyTicket.button-dark, body.yellow #package-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"], #contour_form_WorkshopSignup .contourNavigation body.yellow #package-view input.buyTicket[type="submit"], body.yellow #package-view .umbracoawards input.buyTicket[type="submit"], .umbracoawards body.yellow #package-view input.buyTicket[type="submit"], body.yellow #package-view .umbracoawardssinglestep input.buyTicket[type="submit"], .umbracoawardssinglestep body.yellow #package-view input.buyTicket[type="submit"], body.yellow #package-view #contour_form_PackageCompetetion input.buyTicket[type="submit"], #contour_form_PackageCompetetion body.yellow #package-view input.buyTicket[type="submit"] {
  background: #372B7A;
  border-color: #372B7A;
  color: #EF5E5E;
}

body.yellow #popup .button.buyTicket:hover, body.yellow #popup .buyTicket.button-purple:hover, body.yellow #popup .buyTicket.button-blue:hover, body.yellow #popup .buyTicket.button-yellow:hover, body.yellow #popup .buyTicket.button-red:hover, body.yellow #popup .buyTicket.button-dark:hover, body.yellow #popup #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.yellow #popup input.buyTicket[type="submit"]:hover, body.yellow #popup .umbracoawards input.buyTicket[type="submit"]:hover, .umbracoawards body.yellow #popup input.buyTicket[type="submit"]:hover, body.yellow #popup .umbracoawardssinglestep input.buyTicket[type="submit"]:hover, .umbracoawardssinglestep body.yellow #popup input.buyTicket[type="submit"]:hover, body.yellow #popup #contour_form_PackageCompetetion input.buyTicket[type="submit"]:hover, #contour_form_PackageCompetetion body.yellow #popup input.buyTicket[type="submit"]:hover, body.yellow #session-view .button.buyTicket:hover, body.yellow #session-view .buyTicket.button-purple:hover, body.yellow #session-view .buyTicket.button-blue:hover, body.yellow #session-view .buyTicket.button-yellow:hover, body.yellow #session-view .buyTicket.button-red:hover, body.yellow #session-view .buyTicket.button-dark:hover, body.yellow #session-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.yellow #session-view input.buyTicket[type="submit"]:hover, body.yellow #session-view .umbracoawards input.buyTicket[type="submit"]:hover, .umbracoawards body.yellow #session-view input.buyTicket[type="submit"]:hover, body.yellow #session-view .umbracoawardssinglestep input.buyTicket[type="submit"]:hover, .umbracoawardssinglestep body.yellow #session-view input.buyTicket[type="submit"]:hover, body.yellow #session-view #contour_form_PackageCompetetion input.buyTicket[type="submit"]:hover, #contour_form_PackageCompetetion body.yellow #session-view input.buyTicket[type="submit"]:hover, body.yellow #testimonial-view .button.buyTicket:hover, body.yellow #testimonial-view .buyTicket.button-purple:hover, body.yellow #testimonial-view .buyTicket.button-blue:hover, body.yellow #testimonial-view .buyTicket.button-yellow:hover, body.yellow #testimonial-view .buyTicket.button-red:hover, body.yellow #testimonial-view .buyTicket.button-dark:hover, body.yellow #testimonial-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.yellow #testimonial-view input.buyTicket[type="submit"]:hover, body.yellow #testimonial-view .umbracoawards input.buyTicket[type="submit"]:hover, .umbracoawards body.yellow #testimonial-view input.buyTicket[type="submit"]:hover, body.yellow #testimonial-view .umbracoawardssinglestep input.buyTicket[type="submit"]:hover, .umbracoawardssinglestep body.yellow #testimonial-view input.buyTicket[type="submit"]:hover, body.yellow #testimonial-view #contour_form_PackageCompetetion input.buyTicket[type="submit"]:hover, #contour_form_PackageCompetetion body.yellow #testimonial-view input.buyTicket[type="submit"]:hover, body.yellow #workshop-view .button.buyTicket:hover, body.yellow #workshop-view .buyTicket.button-purple:hover, body.yellow #workshop-view .buyTicket.button-blue:hover, body.yellow #workshop-view .buyTicket.button-yellow:hover, body.yellow #workshop-view .buyTicket.button-red:hover, body.yellow #workshop-view .buyTicket.button-dark:hover, body.yellow #workshop-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.yellow #workshop-view input.buyTicket[type="submit"]:hover, body.yellow #workshop-view .umbracoawards input.buyTicket[type="submit"]:hover, .umbracoawards body.yellow #workshop-view input.buyTicket[type="submit"]:hover, body.yellow #workshop-view .umbracoawardssinglestep input.buyTicket[type="submit"]:hover, .umbracoawardssinglestep body.yellow #workshop-view input.buyTicket[type="submit"]:hover, body.yellow #workshop-view #contour_form_PackageCompetetion input.buyTicket[type="submit"]:hover, #contour_form_PackageCompetetion body.yellow #workshop-view input.buyTicket[type="submit"]:hover, body.yellow #award-view .button.buyTicket:hover, body.yellow #award-view .buyTicket.button-purple:hover, body.yellow #award-view .buyTicket.button-blue:hover, body.yellow #award-view .buyTicket.button-yellow:hover, body.yellow #award-view .buyTicket.button-red:hover, body.yellow #award-view .buyTicket.button-dark:hover, body.yellow #award-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.yellow #award-view input.buyTicket[type="submit"]:hover, body.yellow #award-view .umbracoawards input.buyTicket[type="submit"]:hover, .umbracoawards body.yellow #award-view input.buyTicket[type="submit"]:hover, body.yellow #award-view .umbracoawardssinglestep input.buyTicket[type="submit"]:hover, .umbracoawardssinglestep body.yellow #award-view input.buyTicket[type="submit"]:hover, body.yellow #award-view #contour_form_PackageCompetetion input.buyTicket[type="submit"]:hover, #contour_form_PackageCompetetion body.yellow #award-view input.buyTicket[type="submit"]:hover, body.yellow #package-view .button.buyTicket:hover, body.yellow #package-view .buyTicket.button-purple:hover, body.yellow #package-view .buyTicket.button-blue:hover, body.yellow #package-view .buyTicket.button-yellow:hover, body.yellow #package-view .buyTicket.button-red:hover, body.yellow #package-view .buyTicket.button-dark:hover, body.yellow #package-view #contour_form_WorkshopSignup .contourNavigation input.buyTicket[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.yellow #package-view input.buyTicket[type="submit"]:hover, body.yellow #package-view .umbracoawards input.buyTicket[type="submit"]:hover, .umbracoawards body.yellow #package-view input.buyTicket[type="submit"]:hover, body.yellow #package-view .umbracoawardssinglestep input.buyTicket[type="submit"]:hover, .umbracoawardssinglestep body.yellow #package-view input.buyTicket[type="submit"]:hover, body.yellow #package-view #contour_form_PackageCompetetion input.buyTicket[type="submit"]:hover, #contour_form_PackageCompetetion body.yellow #package-view input.buyTicket[type="submit"]:hover {
  background: #EF5E5E;
  border-color: #EF5E5E;
  color: #F3E687;
}

body.gradient .like #heart {
  fill: transparent;
  stroke: #fff;
}

body.gradient .like.liked #heart {
  fill: #F3E687;
  stroke: #F3E687;
}

body.gradient #close-icon, body.gradient #cg-simple {
  fill: #F3E687;
}

body.gradient .close:hover #close-icon {
  fill: #EF5E5E;
}

body.gradient #popup .inner, body.gradient #session-view .inner, body.gradient #testimonial-view .inner, body.gradient #workshop-view .inner, body.gradient #award-view .inner, body.gradient #package-view .inner {
  background: #372B7A;
  color: #fff;
}

body.gradient #popup .inner h1, body.gradient #popup .inner h3, body.gradient #popup .inner .meta h2, body.gradient #session-view .inner h1, body.gradient #session-view .inner h3, body.gradient #session-view .inner .meta h2, body.gradient #testimonial-view .inner h1, body.gradient #testimonial-view .inner h3, body.gradient #testimonial-view .inner .meta h2, body.gradient #workshop-view .inner h1, body.gradient #workshop-view .inner h3, body.gradient #workshop-view .inner .meta h2, body.gradient #award-view .inner h1, body.gradient #award-view .inner h3, body.gradient #award-view .inner .meta h2, body.gradient #package-view .inner h1, body.gradient #package-view .inner h3, body.gradient #package-view .inner .meta h2 {
  color: #F3E687;
  border-color: #F3E687;
}

body.gradient #popup .inner .button:hover, body.gradient #popup .inner .button-purple:hover, body.gradient #popup .inner .button-blue:hover, body.gradient #popup .inner .button-yellow:hover, body.gradient #popup .inner .button-red:hover, body.gradient #popup .inner .button-dark:hover, body.gradient #popup .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.gradient #popup .inner input[type="submit"]:hover, body.gradient #popup .inner .umbracoawards input[type="submit"]:hover, .umbracoawards body.gradient #popup .inner input[type="submit"]:hover, body.gradient #popup .inner .umbracoawardssinglestep input[type="submit"]:hover, .umbracoawardssinglestep body.gradient #popup .inner input[type="submit"]:hover, body.gradient #popup .inner #contour_form_PackageCompetetion input[type="submit"]:hover, #contour_form_PackageCompetetion body.gradient #popup .inner input[type="submit"]:hover, body.gradient #session-view .inner .button:hover, body.gradient #session-view .inner .button-purple:hover, body.gradient #session-view .inner .button-blue:hover, body.gradient #session-view .inner .button-yellow:hover, body.gradient #session-view .inner .button-red:hover, body.gradient #session-view .inner .button-dark:hover, body.gradient #session-view .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.gradient #session-view .inner input[type="submit"]:hover, body.gradient #session-view .inner .umbracoawards input[type="submit"]:hover, .umbracoawards body.gradient #session-view .inner input[type="submit"]:hover, body.gradient #session-view .inner .umbracoawardssinglestep input[type="submit"]:hover, .umbracoawardssinglestep body.gradient #session-view .inner input[type="submit"]:hover, body.gradient #session-view .inner #contour_form_PackageCompetetion input[type="submit"]:hover, #contour_form_PackageCompetetion body.gradient #session-view .inner input[type="submit"]:hover, body.gradient #testimonial-view .inner .button:hover, body.gradient #testimonial-view .inner .button-purple:hover, body.gradient #testimonial-view .inner .button-blue:hover, body.gradient #testimonial-view .inner .button-yellow:hover, body.gradient #testimonial-view .inner .button-red:hover, body.gradient #testimonial-view .inner .button-dark:hover, body.gradient #testimonial-view .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.gradient #testimonial-view .inner input[type="submit"]:hover, body.gradient #testimonial-view .inner .umbracoawards input[type="submit"]:hover, .umbracoawards body.gradient #testimonial-view .inner input[type="submit"]:hover, body.gradient #testimonial-view .inner .umbracoawardssinglestep input[type="submit"]:hover, .umbracoawardssinglestep body.gradient #testimonial-view .inner input[type="submit"]:hover, body.gradient #testimonial-view .inner #contour_form_PackageCompetetion input[type="submit"]:hover, #contour_form_PackageCompetetion body.gradient #testimonial-view .inner input[type="submit"]:hover, body.gradient #workshop-view .inner .button:hover, body.gradient #workshop-view .inner .button-purple:hover, body.gradient #workshop-view .inner .button-blue:hover, body.gradient #workshop-view .inner .button-yellow:hover, body.gradient #workshop-view .inner .button-red:hover, body.gradient #workshop-view .inner .button-dark:hover, body.gradient #workshop-view .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.gradient #workshop-view .inner input[type="submit"]:hover, body.gradient #workshop-view .inner .umbracoawards input[type="submit"]:hover, .umbracoawards body.gradient #workshop-view .inner input[type="submit"]:hover, body.gradient #workshop-view .inner .umbracoawardssinglestep input[type="submit"]:hover, .umbracoawardssinglestep body.gradient #workshop-view .inner input[type="submit"]:hover, body.gradient #workshop-view .inner #contour_form_PackageCompetetion input[type="submit"]:hover, #contour_form_PackageCompetetion body.gradient #workshop-view .inner input[type="submit"]:hover, body.gradient #award-view .inner .button:hover, body.gradient #award-view .inner .button-purple:hover, body.gradient #award-view .inner .button-blue:hover, body.gradient #award-view .inner .button-yellow:hover, body.gradient #award-view .inner .button-red:hover, body.gradient #award-view .inner .button-dark:hover, body.gradient #award-view .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.gradient #award-view .inner input[type="submit"]:hover, body.gradient #award-view .inner .umbracoawards input[type="submit"]:hover, .umbracoawards body.gradient #award-view .inner input[type="submit"]:hover, body.gradient #award-view .inner .umbracoawardssinglestep input[type="submit"]:hover, .umbracoawardssinglestep body.gradient #award-view .inner input[type="submit"]:hover, body.gradient #award-view .inner #contour_form_PackageCompetetion input[type="submit"]:hover, #contour_form_PackageCompetetion body.gradient #award-view .inner input[type="submit"]:hover, body.gradient #package-view .inner .button:hover, body.gradient #package-view .inner .button-purple:hover, body.gradient #package-view .inner .button-blue:hover, body.gradient #package-view .inner .button-yellow:hover, body.gradient #package-view .inner .button-red:hover, body.gradient #package-view .inner .button-dark:hover, body.gradient #package-view .inner #contour_form_WorkshopSignup .contourNavigation input[type="submit"]:hover, #contour_form_WorkshopSignup .contourNavigation body.gradient #package-view .inner input[type="submit"]:hover, body.gradient #package-view .inner .umbracoawards input[type="submit"]:hover, .umbracoawards body.gradient #package-view .inner input[type="submit"]:hover, body.gradient #package-view .inner .umbracoawardssinglestep input[type="submit"]:hover, .umbracoawardssinglestep body.gradient #package-view .inner input[type="submit"]:hover, body.gradient #package-view .inner #contour_form_PackageCompetetion input[type="submit"]:hover, #contour_form_PackageCompetetion body.gradient #package-view .inner input[type="submit"]:hover {
  background: #F3E687;
  border-color: #F3E687;
  color: #000;
}

body.gradient #popup .inner .image:after, body.gradient #session-view .inner .image:after, body.gradient #testimonial-view .inner .image:after, body.gradient #workshop-view .inner .image:after, body.gradient #award-view .inner .image:after, body.gradient #package-view .inner .image:after {
  opacity: .86;
  background: -webkit-linear-gradient(top left, #572A6F, #36ACB2);
  background: linear-gradient(to bottom right, #572A6F, #36ACB2);
}

body.gradient #popup .inner .image .meta small span, body.gradient #session-view .inner .image .meta small span, body.gradient #testimonial-view .inner .image .meta small span, body.gradient #workshop-view .inner .image .meta small span, body.gradient #award-view .inner .image .meta small span, body.gradient #package-view .inner .image .meta small span {
  color: #EF5E5E;
}

body.gradient #popup .inner a, body.gradient #popup .inner a:visited, body.gradient #session-view .inner a, body.gradient #session-view .inner a:visited, body.gradient #testimonial-view .inner a, body.gradient #testimonial-view .inner a:visited, body.gradient #workshop-view .inner a, body.gradient #workshop-view .inner a:visited, body.gradient #award-view .inner a, body.gradient #award-view .inner a:visited, body.gradient #package-view .inner a, body.gradient #package-view .inner a:visited {
  border-bottom: 1px solid #F3E687;
  color: #F3E687;
}

body.gradient #popup .inner a:hover, body.gradient #popup .inner a:visited:hover, body.gradient #session-view .inner a:hover, body.gradient #session-view .inner a:visited:hover, body.gradient #testimonial-view .inner a:hover, body.gradient #testimonial-view .inner a:visited:hover, body.gradient #workshop-view .inner a:hover, body.gradient #workshop-view .inner a:visited:hover, body.gradient #award-view .inner a:hover, body.gradient #award-view .inner a:visited:hover, body.gradient #package-view .inner a:hover, body.gradient #package-view .inner a:visited:hover {
  border-bottom: none;
}

body.gradient #popup .inner .next-speaker, body.gradient #session-view .inner .next-speaker, body.gradient #testimonial-view .inner .next-speaker, body.gradient #workshop-view .inner .next-speaker, body.gradient #award-view .inner .next-speaker, body.gradient #package-view .inner .next-speaker {
  color: #F3E687;
}

body.gradient #popup .inner li:before, body.gradient #session-view .inner li:before, body.gradient #testimonial-view .inner li:before, body.gradient #workshop-view .inner li:before, body.gradient #award-view .inner li:before, body.gradient #package-view .inner li:before {
  border: 2px solid #F3E687;
}

body.gradient #popup .workshopRegistration input[type="password"]:active, body.gradient #popup .workshopRegistration input[type="password"]:focus, body.gradient #popup .workshopRegistration input[type="email"]:active, body.gradient #popup .workshopRegistration input[type="email"]:focus, body.gradient #session-view .workshopRegistration input[type="password"]:active, body.gradient #session-view .workshopRegistration input[type="password"]:focus, body.gradient #session-view .workshopRegistration input[type="email"]:active, body.gradient #session-view .workshopRegistration input[type="email"]:focus, body.gradient #testimonial-view .workshopRegistration input[type="password"]:active, body.gradient #testimonial-view .workshopRegistration input[type="password"]:focus, body.gradient #testimonial-view .workshopRegistration input[type="email"]:active, body.gradient #testimonial-view .workshopRegistration input[type="email"]:focus, body.gradient #workshop-view .workshopRegistration input[type="password"]:active, body.gradient #workshop-view .workshopRegistration input[type="password"]:focus, body.gradient #workshop-view .workshopRegistration input[type="email"]:active, body.gradient #workshop-view .workshopRegistration input[type="email"]:focus, body.gradient #award-view .workshopRegistration input[type="password"]:active, body.gradient #award-view .workshopRegistration input[type="password"]:focus, body.gradient #award-view .workshopRegistration input[type="email"]:active, body.gradient #award-view .workshopRegistration input[type="email"]:focus, body.gradient #package-view .workshopRegistration input[type="password"]:active, body.gradient #package-view .workshopRegistration input[type="password"]:focus, body.gradient #package-view .workshopRegistration input[type="email"]:active, body.gradient #package-view .workshopRegistration input[type="email"]:focus {
  border: 2px solid #F3E687;
}

body.gradient #popup .workshopRegistration input[type="submit"], body.gradient #session-view .workshopRegistration input[type="submit"], body.gradient #testimonial-view .workshopRegistration input[type="submit"], body.gradient #workshop-view .workshopRegistration input[type="submit"], body.gradient #award-view .workshopRegistration input[type="submit"], body.gradient #package-view .workshopRegistration input[type="submit"] {
  background: #F3E687;
  color: #000;
}

body.gradient #popup .workshopRegistration input[type="submit"]:hover, body.gradient #session-view .workshopRegistration input[type="submit"]:hover, body.gradient #testimonial-view .workshopRegistration input[type="submit"]:hover, body.gradient #workshop-view .workshopRegistration input[type="submit"]:hover, body.gradient #award-view .workshopRegistration input[type="submit"]:hover, body.gradient #package-view .workshopRegistration input[type="submit"]:hover {
  background: #EF5E5E !important;
  color: #F3E687 !important;
}

body.popup-open {
  overflow: hidden;
}

body.popup-open .close {
  visibility: visible;
}

body.popup-open #popup {
  visibility: visible;
  opacity: 1;
}

body.popup-open .logo {
  opacity: 1;
}

body.popup-open .buy-ticket, body.popup-open .toggle {
  display: none;
}

.next-speaker {
  font-size: 1rem;
  text-align: right;
  font-weight: 900;
  font-style: italic;
  margin-top: 3.5rem;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .next-speaker {
    font-size: 1.5rem;
  }
}

.awards .inner h1 {
  text-align: left;
  font-weight: 900;
  margin-bottom: .5rem !important;
}

.awards .inner h1 + p {
  margin-top: 0;
}

.awards .inner .teaser {
  font-size: 1.1rem;
  font-weight: 400;
}

@media (min-width: 992px) {
  .awards .inner .teaser {
    font-size: 1.55rem;
  }
}

.awards .inner ul {
  padding-left: .8rem;
  margin-bottom: 3rem;
}

.awards .inner .types {
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin: 1rem 0 4rem;
}

.awards .inner .types div {
  overflow: hidden;
}

.awards .inner .types div:not(:first-child) {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .awards .inner .types div:not(:first-child) {
    margin-top: 0;
  }
}

.contourMessageOnSubmit {
  color: #EF5E5E;
  margin: 3rem;
  font-size: 2rem;
  font-weight: 700;
  color: #EF5E5E;
}

.umbracoawards, .umbracoawardssinglestep {
  margin: 3rem;
}

.umbracoawards .contourFieldSet, .umbracoawards .col-md-12, .umbracoawardssinglestep .contourFieldSet, .umbracoawardssinglestep .col-md-12 {
  border: none;
  margin: 0;
  padding: 0;
}

.umbracoawards input[type="password"], .umbracoawards input[type="email"], .umbracoawards input[type="text"], .umbracoawards textarea, .umbracoawardssinglestep input[type="password"], .umbracoawardssinglestep input[type="email"], .umbracoawardssinglestep input[type="text"], .umbracoawardssinglestep textarea {
  padding: 14px 8px;
  color: #000;
  font-weight: 700;
  font-style: italic;
  margin: .5rem 0 1rem;
  border: 2px solid transparent;
  font-size: .95rem;
}

.umbracoawards input[type="password"]:active, .umbracoawards input[type="password"]:focus, .umbracoawards input[type="email"]:active, .umbracoawards input[type="email"]:focus, .umbracoawards input[type="text"]:active, .umbracoawards input[type="text"]:focus, .umbracoawards textarea:active, .umbracoawards textarea:focus, .umbracoawardssinglestep input[type="password"]:active, .umbracoawardssinglestep input[type="password"]:focus, .umbracoawardssinglestep input[type="email"]:active, .umbracoawardssinglestep input[type="email"]:focus, .umbracoawardssinglestep input[type="text"]:active, .umbracoawardssinglestep input[type="text"]:focus, .umbracoawardssinglestep textarea:active, .umbracoawardssinglestep textarea:focus {
  outline: none;
  border: 2px solid #EF5E5E;
}

.umbracoawards textarea, .umbracoawardssinglestep textarea {
  min-height: 130px;
  min-width: 70%;
}

.umbracoawards input[type="submit"], .umbracoawardssinglestep input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  font-size: 1.3rem;
  text-align: center;
  display: block;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  background: #EF5E5E;
  color: #F3E687;
}

@media (min-width: 992px) {
  .umbracoawards input[type="submit"], .umbracoawardssinglestep input[type="submit"] {
    margin: 1rem 0 !important;
    width: auto;
  }
}

.umbracoawards .field-validation-error, .umbracoawardssinglestep .field-validation-error {
  display: block;
  margin-top: -1rem;
  margin-bottom: 1rem;
  color: #EF5E5E;
}

#contour_form_PackageCompetetion {
  margin: 0 0 3rem;
}

#contour_form_PackageCompetetion .contourFieldSet, #contour_form_PackageCompetetion .col-md-12 {
  border: none;
  margin: 0;
  padding: 0;
}

#contour_form_PackageCompetetion input[type="password"], #contour_form_PackageCompetetion input[type="email"], #contour_form_PackageCompetetion input[type="text"], #contour_form_PackageCompetetion textarea {
  padding: 14px 8px;
  color: #000;
  font-weight: 700;
  font-style: italic;
  margin: .5rem 0 1rem;
  border: 2px solid transparent;
  width: 100%;
  font-size: .95rem;
}

#contour_form_PackageCompetetion input[type="password"]:active, #contour_form_PackageCompetetion input[type="password"]:focus, #contour_form_PackageCompetetion input[type="email"]:active, #contour_form_PackageCompetetion input[type="email"]:focus, #contour_form_PackageCompetetion input[type="text"]:active, #contour_form_PackageCompetetion input[type="text"]:focus, #contour_form_PackageCompetetion textarea:active, #contour_form_PackageCompetetion textarea:focus {
  outline: none;
  border: 2px solid #372B7A;
}

#contour_form_PackageCompetetion textarea {
  min-height: 130px;
}

#contour_form_PackageCompetetion input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  font-size: 1.3rem;
  text-align: center;
  display: block;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  background: #F3E687;
  color: #372B7A;
}

@media (min-width: 992px) {
  #contour_form_PackageCompetetion input[type="submit"] {
    margin: 1rem 0 !important;
    width: auto;
  }
}

#contour_form_PackageCompetetion select {
  color: #000;
  font-weight: 700;
  font-style: italic;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: .95rem;
  line-height: 1.428571429;
  color: #000;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  margin-bottom: 1rem;
  margin-top: .5rem;
}

#contour_form_PackageCompetetion label {
  font-size: .9rem;
  font-weight: bold;
  font-style: italic;
  color: #372B7A;
  margin: 0 0 .1rem;
}

#contour_form_PackageCompetetion h2 {
  margin-top: 2rem;
  display: block;
  color: #372B7A;
  border-color: #372B7A;
  font-family: "Source Sans Pro",sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}

#contour_form_PackageCompetetion .field-validation-error {
  display: block;
  margin-top: -1rem;
  margin-bottom: 1rem;
  color: #F3E687;
}

.schedule-page .hero {
  min-height: 110px;
  height: 45vh;
}

@media (min-width: 992px) {
  .schedule-page .hero {
    height: 40vh;
  }
}

.schedule-page .hero .logo img, .schedule-page .hero .logo svg {
  width: 100%;
}

.schedule-page .hero .logo {
  position: relative;
  width: auto;
  display: inline-block;
}

.schedule-page .hero .logo svg {
  fill: #fff;
}

.schedule-page .hero .about-codegarden {
  margin: 1.5rem auto 2rem;
  max-width: 960px;
}

.schedule-page .hero .about-codegarden h2 {
  font-size: 1.05rem;
}

@media (min-width: 992px) {
  .schedule-page .hero .about-codegarden h2 {
    font-size: 1.45rem;
  }
}

.schedule-page .hero .button, .schedule-page .hero .button-purple, .schedule-page .hero .button-blue, .schedule-page .hero .button-yellow, .schedule-page .hero .button-red, .schedule-page .hero .button-dark, .schedule-page .hero #contour_form_WorkshopSignup .contourNavigation input[type="submit"], #contour_form_WorkshopSignup .contourNavigation .schedule-page .hero input[type="submit"], .schedule-page .hero .umbracoawards input[type="submit"], .umbracoawards .schedule-page .hero input[type="submit"], .schedule-page .hero .umbracoawardssinglestep input[type="submit"], .umbracoawardssinglestep .schedule-page .hero input[type="submit"], .schedule-page .hero #contour_form_PackageCompetetion input[type="submit"], #contour_form_PackageCompetetion .schedule-page .hero input[type="submit"] {
  font-size: .9rem;
}

@media (min-width: 992px) {
  .schedule-page .hero .button, .schedule-page .hero .button-purple, .schedule-page .hero .button-blue, .schedule-page .hero .button-yellow, .schedule-page .hero .button-red, .schedule-page .hero .button-dark, .schedule-page .hero #contour_form_WorkshopSignup .contourNavigation input[type="submit"], #contour_form_WorkshopSignup .contourNavigation .schedule-page .hero input[type="submit"], .schedule-page .hero .umbracoawards input[type="submit"], .umbracoawards .schedule-page .hero input[type="submit"], .schedule-page .hero .umbracoawardssinglestep input[type="submit"], .umbracoawardssinglestep .schedule-page .hero input[type="submit"], .schedule-page .hero #contour_form_PackageCompetetion input[type="submit"], #contour_form_PackageCompetetion .schedule-page .hero input[type="submit"] {
    font-size: 1rem;
  }
}

.schedule-page.bynight .hero {
  background: url("/National_Library/20160526010038oe_/http://codegarden16.com/images/bynight.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.schedule-page.bynight .hero:before {
  display: none;
}

.schedule-page.bynight .hero .logo:after {
  content: "By night";
  position: absolute;
  display: block;
  right: 0;
  bottom: 5px;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1.3rem;
  z-index: 30;
  color: #fff;
}

.schedule-page.bynight .hero .logo svg {
  animation: neonFlash .6s ease-in-out infinite alternate;
  fill: #F3E687;
  position: relative;
  z-index: 20;
}

.schedule-page.bynight .day {
  border: none;
  background: #372B7A;
  color: #F3E687;
}

.schedule-page.bynight .day a, .schedule-page.bynight .day a:visited {
  color: #F3E687;
  display: inline-block;
}

.schedule-page.bynight .day a:hover, .schedule-page.bynight .day a:visited:hover {
  text-decoration: underline;
  color: #EF5E5E;
}

.schedule-page.bynight .day .program-row {
  border-bottom-color: #261e54;
}

.day {
  width: 100%;
  overflow: hidden;
  margin-bottom: 2rem;
  transition: all .2s ease;
}

.day a, .day a:visited {
  color: #372B7A;
  display: inline-block;
}

.day a:hover, .day a:visited:hover {
  text-decoration: underline;
  color: #EF5E5E;
}

.day h3 {
  padding: 1rem;
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  font-style: italic;
}

.day .program {
  overflow: hidden;
}

.day .program-row {
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(55, 43, 122, 0.23);
  padding: .8rem .5rem;
  transition: border-color .2s ease;
}

.day .program-row.row-description {
  display: none;
}

.day .program-row.row-description .time, .day .program-row.row-description .room {
  font-size: 1.5rem;
  font-weight: 700;
  color: #EF5E5E;
}

@media (min-width: 992px) {
  .day .program-row.row-description {
    display: block;
  }
}

.day .program-row.row-description .room:nth-child(1) {
  color: #ee5555;
}

.day .program-row.row-description .room:nth-child(2) {
  color: #ed4b4b;
}

.day .program-row.row-description .room:nth-child(3) {
  color: #ec4242;
}

.day .program-row.row-description .room:nth-child(4) {
  color: #eb3939;
}

.day .program-row.row-description .room:nth-child(5) {
  color: #ea3030;
}

.day .program-row.row-description .room:nth-child(6) {
  color: #e92626;
}

.day .program-row.row-description .room:nth-child(7) {
  color: #e91d1d;
}

.day .program-row.row-description .room:nth-child(8) {
  color: #e51717;
}

.day .program-row.row-description .room:nth-child(9) {
  color: #db1616;
}

.day .program-row.row-description .room:nth-child(10) {
  color: #d21515;
}

@media (min-width: 992px) {
  .day .program-row {
    padding: .8rem 1rem;
  }
}

.day .program-row:last-child {
  border-bottom: none;
}

.day .program-row span {
  display: none;
  display: block;
  font-weight: 400;
  color: #EF5E5E;
}

@media (min-width: 992px) {
  .day .program-row span {
    display: none;
  }
}

.day .time, .day .room {
  padding: 0 .5rem;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .day .time, .day .room {
    float: left;
  }
}

.day .time {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .day .time {
    width: 8.333333333333332%;
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}

.day .room {
  min-height: 1px;
  margin-bottom: 1rem;
  font-weight: 600;
}

@media (min-width: 992px) {
  .day .room {
    margin-bottom: 0;
    font-weight: 400;
    width: 22.916666667%;
  }
}

.program-row:nth-child(2n) {
  background: #F7F7F7;
}

@keyframes neonFlash {
  0% {
    filter: drop-shadow(0 0 60px #F3E687);
    fill: #F3E687;
  }
  12% {
    filter: drop-shadow(0 0 60px #F3E687);
    fill: #F3E687;
  }
  16% {
    filter: drop-shadow(0 0 35px #372B7A);
    fill: rgba(239, 94, 94, 0.5);
  }
  18% {
    filter: drop-shadow(0 0 40px #F3E687);
    fill: #F3E687;
  }
  76% {
    filter: drop-shadow(0 0 60px #F3E687);
    fill: #F3E687;
  }
  77% {
    filter: drop-shadow(0 0 35px #372B7A);
    fill: rgba(239, 94, 94, 0.5);
  }
  100% {
    filter: drop-shadow(0 0 60px #F3E687);
    fill: #F3E687;
  }
}

footer {
  min-height: 50px;
  padding: 1rem 0;
}

@media (min-width: 992px) {
  footer {
    min-height: 200px;
    background-size: 200%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
}

header {
  background: rgba(0, 0, 0, 0.03);
  padding: 20px;
  transition: opacity 100ms ease;
}

@media (max-width: 992px) {
  header {
    display: none;
  }
}

header.scrolled {
  display: none;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.nav-link {
  color: #fff;
  font-size: 1.3rem;
  padding: 8px 12px;
  margin: 0 20px;
  color: white;
}

.nav-link:hover {
  opacity: .6;
}

.track-list {
  display: block;
  margin-top: 30px;
  height: 100%;
}

@media (min-width: 992px) {
  .track-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}

.track {
  background: rgba(243, 230, 135, 0.2);
}

.track:first-child {
  padding-top: 30px;
}

.track:last-of-type {
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .track {
    flex: 0 0 33.33%;
    padding: 0 !important;
  }
}

.track .inner {
  padding: 25px;
}

@media (min-width: 992px) {
  .track .inner {
    padding: 50px 30px;
  }
}

.track p {
  font-size: 1.25rem;
  opacity: .8;
}

.speaker-list {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .speaker-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.speaker {
  text-align: center;
}

@media (min-width: 992px) {
  .speaker {
    flex: 0 0 33.33%;
  }
}

.speaker .inner {
  padding: 30px 0;
}

.speaker-image {
  height: 88px;
  width: 88px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 992px) {
  .speaker-image {
    height: 128px;
    width: 128px;
  }
}

.speaker h3 {
  font-size: 1.85rem;
}

.speaker p {
  font-size: 1.25rem;
  padding: 0 20px;
  max-width: 335px;
  margin: 0 auto 10px;
}

.speaker small {
  font-size: 1.1rem;
}

.addispeakers {
  display: inline-block;
  margin-top: 40px;
}

.sessions .speaker-list {
  margin-top: 5px;
  text-align: center;
  margin: auto;
  display: initial;
}

.sessions h3 {
  font-size: 1rem;
}

.sessions small {
  font-size: 0.8rem;
}

.sessions .speaker-image {
  height: 44px;
  width: 44px;
}

@media (min-width: 992px) {
  .sessions .speaker-image {
    height: 44px;
    width: 44px;
  }
}

.sessions .session-abstract {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #E5E5E5;
}

.sessions .session-description ul li {
  list-style: circle;
  margin-left: 40px;
}

.activities .types > div {
  padding: 20px 0;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .activities .types > div {
    flex: 0 0 50%;
    padding: 20px 40px;
  }
}

@media (min-width: 1260px) {
  .activities .types > div {
    flex: 0 0 33.33%;
  }
}

@media (min-width: 992px) {
  .activities .types {
    display: flex;
    flex: 0 0 50%;
    flex-wrap: wrap;
    margin-left: -40px;
  }
}

.activities .context p {
  font-size: 1.25rem;
  opacity: .8;
}

.activities a {
  color: #EF5E5E;
  font-weight: bold;
  text-decoration: none;
}

.activities a:hover {
  text-decoration: underline;
}

span.price {
  display: block;
  font-weight: bold;
  margin-top: 30px;
}
