
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  -webkit-text-size-adjust: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 1 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}

/* 2 */
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer; /* 1 */
  -webkit-appearance: button; /* 2 */
  *overflow: visible; /* 3 */
}

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

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

@font-face {
  font-family: "lilregie";
  src: url(/assets/lilregie-86520b26298dbf942c35c7e9039213cd98e44c7e9b5e92f9082dc1ef17fa36df.eot?j9g3c1);
  src: url(/assets/lilregie-86520b26298dbf942c35c7e9039213cd98e44c7e9b5e92f9082dc1ef17fa36df.eot?j9g3c1#iefix) format("embedded-opentype"), url(/assets/lilregie-3a86cc8791e5bed581c206a31bf0be0e2da6705310610844aeb9e582d917fce7.ttf?j9g3c1) format("truetype"), url(/assets/lilregie-4d3575bab228243b2f2f59ba68051b33c1f29d1ad040ba3081e36137ac3675cc.woff?j9g3c1) format("woff"), url(/assets/lilregie-9fe2d6d748e7a9c7ec52fc0c66759346ed030f1d4fde58bd3960f460768a7d57.svg?j9g3c1#lilregie) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  src: url(/assets/Montserrat-VF-5c8b3d46133b191cc84c7bb359bf1933b6f9808d7178e0d294bea7156b4f9ca9.woff2) format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-display: swap;
  src: url(/Montserrat-italic-VF.woff2) format("woff2");
}
html {
  height: 100%;
}

.subnav-strip {
  background: #CF2265;
}

.sidr-class-main-subnav {
  background: #CF2265;
}

.btn:hover {
  background-color: rgb(150.053526971, 24.646473029, 73.2145228216);
}

.btn.active,
.btn:active {
  background-color: rgb(150.053526971, 24.646473029, 73.2145228216);
  background-color: rgb(150.053526971, 24.646473029, 73.2145228216) e("	");
}

.btn,
[type=file]::before {
  background: #CF2265;
  border: 1px solid rgb(150.053526971, 24.646473029, 73.2145228216);
  text-shadow: -1px -1px 0 rgb(150.053526971, 24.646473029, 73.2145228216);
  cursor: pointer;
}

[type=file]:hover + .file-btn {
  background: rgb(150.053526971, 24.646473029, 73.2145228216);
}

.btn-add, .btn-lowlight {
  color: #000;
  font-weight: normal;
  background-color: #ddd;
  border: 1px solid rgb(171.5, 171.5, 171.5);
  text-shadow: 1px 1px 1px #fff;
}
.btn-add:hover, .btn-add:active, .btn-add:focus, .btn-lowlight:hover, .btn-lowlight:active, .btn-lowlight:focus {
  color: #000;
  background-color: #ccc;
}

.btn-secondary {
  border: 1px solid #6B6C6B;
  text-shadow: -1px -1px 0 #6B6C6B;
  background-color: #989999;
  background-image: linear-gradient(to bottom, #989999, #969797);
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: rgb(164.812195122, 165.687804878, 165.687804878);
  background-image: linear-gradient(to bottom, rgb(164.812195122, 165.687804878, 165.687804878), rgb(162.8110047847, 163.6889952153, 163.6889952153));
  text-decoration: none;
}

.main-subnav__list-item a:hover, .main-subnav__list-item a:focus {
  background-color: rgb(150.053526971, 24.646473029, 73.2145228216);
}
.main-subnav__list-item a.on, .main-subnav__list-item a.sidr-class-on {
  background-color: rgb(150.053526971, 24.646473029, 73.2145228216);
}
.main-subnav__list-item a.on:hover, .main-subnav__list-item a.on:focus, .main-subnav__list-item a.sidr-class-on:hover, .main-subnav__list-item a.sidr-class-on:focus {
  background-color: rgb(150.053526971, 24.646473029, 73.2145228216);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #CF2265;
}

#sidebar h2 {
  color: #CF2265;
}

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

.relative {
  position: relative;
}

.ir {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0;
}

.invoice-methods .logo, .payment-methods .logo {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  width: 90px;
}
.invoice-methods .logo img, .payment-methods .logo img {
  max-width: 80px;
}
.invoice-methods .logo.manual, .payment-methods .logo.manual {
  text-align: center;
  text-transform: uppercase;
  color: #666;
  font-style: italic;
}

.payments label img {
  vertical-align: middle;
}

.line, .lastUnit {
  overflow: hidden;
  *overflow: visible;
  *zoom: 1;
}

.unit {
  float: left;
  box-sizing: border-box;
}

.unitRight {
  float: right;
}

.size1of1 {
  float: none;
}

.size1of2 {
  width: 50%;
}

.size1of3 {
  width: 33.33333%;
}

.size2of3 {
  width: 66.66666%;
}

.size1of4 {
  width: 25%;
}

.size3of4 {
  width: 75%;
}

.size1of5 {
  width: 20%;
}

.size2of5 {
  width: 40%;
}

.size3of5 {
  width: 60%;
}

.size4of5 {
  width: 80%;
}

.lastUnit {
  float: none;
  width: auto;
  _position: relative;
  _left: -3px;
  _margin-right: -3px;
}

.file-field-fancy {
  position: relative;
  min-height: 40px;
}

[type=file] {
  border: 0;
  background: none;
  height: auto;
  box-shadow: none;
  width: auto;
  padding: 0;
  height: 40px;
  width: 230px;
  height: 36px;
  position: absolute;
  z-index: 100;
  font-size: 1px;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  opacity: 0;
}
[type=file]:active, [type=file]:focus {
  outline: none;
}
.file-field-fancy [type=file]::-webkit-file-upload-button {
  visibility: hidden;
}
[type=file]:hover + .file-btn {
  text-decoration: none;
  cursor: pointer;
}

.btn,
[type=file]::before {
  display: inline-block;
  *display: inline; /* IE7 inline-block hack */
  *zoom: 1;
  padding: 0 15px;
  height: 34px;
  line-height: 34px;
  margin-bottom: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  *border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: "inset 0 1px 1px rgba(255,255,255,0.4), 0 1px 3px rgba(0,0,0,0.2)";
  -moz-box-shadow: "inset 0 1px 1px rgba(255,255,255,0.4), 0 1px 3px rgba(0,0,0,0.2)";
  box-shadow: "inset 0 1px 1px rgba(255,255,255,0.4), 0 1px 3px rgba(0,0,0,0.2)";
}

.btn [class*=icon-] {
  font-size: 16px;
  margin-right: 3px;
  display: inline-block;
}

.btn:hover {
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: "inset 0 2px 4px rgba(0,0,0,.25), 0 1px 2px rgba(0,0,0,.05)";
  -moz-box-shadow: "inset 0 2px 4px rgba(0,0,0,.25), 0 1px 2px rgba(0,0,0,.05)";
  box-shadow: "inset 0 2px 4px rgba(0,0,0,.25), 0 1px 2px rgba(0,0,0,.05)";
}

.btn.disabled,
.btn[disabled] {
  background-image: none;
  opacity: 0.65;
  filter: "alpha(opacity=65)";
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-block {
  height: 38px;
  line-height: 37px;
  margin: 2px 0;
  padding: 0;
  font-size: 18px;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block [class^=icon-] {
  margin-top: 1px;
}

.btn-large {
  height: 38px;
  line-height: 37px;
  padding: 0 40px;
  font-size: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-large [class^=icon-] {
  margin-top: 1px;
}

.btn-small {
  height: 30px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 29px;
}
.btn-small [class^=icon-] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 14px;
  height: 26px;
  line-height: 25px;
  font-size: 14px;
}

.btn-secondary {
  background-color: #999;
  border-color: #666;
  text-shadow: -1px -1px 0 #555;
}
.btn-secondary:hover {
  background-color: #888;
}

.btn-checkin {
  background-color: #27A86C;
  text-shadow: -1px -1px 0 rgb(24.5869565217, 105.9130434783, 68.0869565217);
  border-color: rgb(24.5869565217, 105.9130434783, 68.0869565217);
}
.btn-checkin:hover {
  background-color: rgb(34.1956521739, 147.3043478261, 94.6956521739);
}

.btn-add,
.btn-lowlight {
  color: #000000;
  font-weight: normal;
  background-color: #ddd;
  border: 1px solid rgb(171.5, 171.5, 171.5);
  text-shadow: 1px 1px 1px #fff;
}
.btn-add:hover,
.btn-lowlight:hover {
  color: #000000;
  background-color: #ccc;
}

.navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
  margin-bottom: 0;
}

.navbar-inner {
  min-height: 40px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #F7F7F7;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
}

.navbar {
  color: #999999;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #999999;
}
.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}
.navbar .navbar-link {
  color: #999999;
}
.navbar .navbar-link:hover {
  color: #FFFFFF;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn {
  margin: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before, .navbar-form:after {
  display: table;
  content: "";
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form > div {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type=image],
.navbar-form input[type=checkbox],
.navbar-form input[type=radio] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 6px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  padding: 4px 9px;
  color: #FFFFFF;
  background-color: white;
  border: 1px solid rgb(178.5, 178.5, 178.5);
  -webkit-box-shadow: "inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15)";
  -moz-box-shadow: "inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15)";
  box-shadow: "inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15)";
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-search .search-query:focus, .navbar-search .search-query.focused {
  padding: 5px 10px;
  color: #262626;
  text-shadow: 0 1px 0 #FFFFFF;
  background-color: #FFFFFF;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
}

.navbar .nav > li {
  display: block;
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 9px 10px 11px;
  line-height: 19px;
  color: #999999;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar .btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin: 5px 5px 6px;
  line-height: 18px;
}

.navbar .btn-group {
  margin: 0;
  padding: 5px 5px 6px;
}

.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #FFFFFF;
  text-decoration: none;
}

.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #F7F7F7;
}

.navbar .divider-vertical {
  height: 40px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #F7F7F7;
  border-right: 1px solid #F7F7F7;
}

.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0;
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(to bottom, #F7F7F7, #F7F7F7);
  background-image: -ms-linear-gradient(to bottom, #F7F7F7, #F7F7F7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F7F7F7), to(#F7F7F7));
  background-image: -webkit-linear-gradient(to bottom, #F7F7F7, #F7F7F7);
  background-image: -o-linear-gradient(to bottom, #F7F7F7, #F7F7F7);
  background-image: linear-gradient(to bottom, #F7F7F7, #F7F7F7);
  background-repeat: repeat-x;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)", #F7F7F7, #F7F7F7;
  border: 1px solid rgb(234.25, 234.25, 234.25);
  *background-color: #F7F7F7; /* Darken IE7 buttons by default so they stand out more given they won’t have borders */
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
  -webkit-box-shadow: "inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075)";
  -moz-box-shadow: "inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075)";
  box-shadow: "inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075)";
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  background-color: #F7F7F7;
}
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
  background-color: rgb(221.5, 221.5, 221.5) e("	");
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .dropdown-menu:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .dropdown-menu:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFFFFF;
  position: absolute;
  top: -6px;
  left: 10px;
}

.navbar-fixed-bottom .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .dropdown-menu:after {
  border-top: 6px solid #FFFFFF;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

.navbar .nav li.dropdown .dropdown-toggle .caret,
.navbar .nav li.dropdown.open .caret {
  border-top-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}

.navbar .nav li.dropdown.active .caret {
  opacity: 1;
  filter: "alpha(opacity=100)";
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
}

.navbar .nav li.dropdown.active > .dropdown-toggle:hover {
  color: #FFFFFF;
}

.navbar .pull-right .dropdown-menu,
.navbar .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right .dropdown-menu:before,
.navbar .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right .dropdown-menu:after,
.navbar .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}

.subnav {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: rgb(248.2, 248.2, 248.2);
  background-image: -moz-linear-gradient(to bottom, #fff, #eee);
  background-image: -ms-linear-gradient(to bottom, #fff, #eee);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(to bottom, #fff, #eee);
  background-image: -o-linear-gradient(to bottom, #fff, #eee);
  background-image: linear-gradient(to bottom, #fff, #eee);
  background-repeat: repeat-x;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)", #fff, #eee;
  -webkit-box-shadow: 1px 1px 4px #eee;
  -moz-box-shadow: 1px 1px 4px #eee;
  box-shadow: 1px 1px 4px #eee;
  *zoom: 1;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0 4px 20px 2px;
}
.subnav:before, .subnav:after {
  display: table;
  content: "";
}
.subnav:after {
  clear: both;
}
.subnav ul {
  margin: 0;
}
.subnav li {
  float: left;
  border-right: 1px solid #ccc;
  margin: 0;
}
.subnav a, .subnav .checked-in, .subnav .paid, .subnav .not-paid {
  padding: 10px;
}
.subnav .checked-in, .subnav .paid, .subnav .not-paid {
  font-weight: bold;
  white-space: nowrap;
}
.subnav .checked-in span, .subnav .paid span, .subnav .not-paid span {
  display: inline-block;
}
.subnav .checked-in, .subnav .paid {
  color: #27A86C;
}
.subnav .checked-in {
  border-left: 1px solid #ccc;
}
.subnav .not-paid,
.subnav .paid {
  border-right: 0;
}
.subnav .not-paid {
  color: #E51B00;
}

.banner {
  -webkit-box-shadow: inset 0 -1px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 8px rgba(0, 0, 0, 0.2);
  display: none;
  position: relative;
  z-index: 900;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(252, 248, 227, 0.95);
  padding: 12px 0;
  border-bottom: 1px solid #c9a46a;
}
.banner p {
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  text-shadow: 1px 1px 0 #fff;
  color: #4c4232;
  max-width: 950px;
}
.banner .close {
  position: relative;
  right: 10px;
  line-height: 18px;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 rgb(255, 255, 255);
  margin-top: 3px;
  opacity: 0.5;
  filter: "alpha(opacity=50)";
}
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
  filter: "alpha(opacity=80)";
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #262626;
  background-color: #FFFFFF;
}

a {
  color: #1173BC;
  text-decoration: none;
}

a:hover {
  color: #1B409E;
  text-decoration: none;
}

a.hide-link {
  color: #262626;
}

a.hide-link.disabled {
  color: #999999;
}

a.lowlight {
  color: #757575;
}

p {
  margin: 0 0 9px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
p small {
  font-size: 12px;
  color: #999999;
}

.lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}

.inline-block {
  display: inline-block;
}

.total {
  font-size: 17px;
}

.txtR {
  text-align: right !important;
}

.txtC {
  text-align: center !important;
}

.txtL {
  text-align: left !important;
}

.small, small {
  font-size: 85%;
}

.highlight {
  color: #E51B00;
}
.highlight:hover {
  color: #E51B00;
}

.lowlight {
  color: rgb(101.75, 101.75, 101.75) !important;
}

.black {
  color: #262626 !important;
}

.light {
  font-weight: 300 !important;
}

.normal {
  font-weight: 400 !important;
}

.semi {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.extra-big {
  font-size: 40px;
  font-weight: 700;
}

header.title {
  border-bottom: 1px dotted #999;
  margin-bottom: 16px;
  padding-bottom: 16px;
  position: relative;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  text-rendering: optimizelegibility;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
  font-weight: normal;
  color: #999999;
}

h1, .h1 {
  font-size: 30px;
  line-height: 27px;
}
h1 small, .h1 small {
  font-size: 18px;
}
#signup h1, #signup .h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}
h1.larger, .h1.larger {
  font-size: 45px;
  line-height: 45px;
}

h2, .h2 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
}
h2 small, .h2 small {
  font-size: 18px;
}

h3, .h3 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
}
h3 small, .h3 small {
  font-size: 14px;
}

h4, h5, h6 {
  line-height: 18px;
}

h4, .h4 {
  font-size: 16px;
}
h4 small, .h4 small {
  font-size: 12px;
}

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

h6, .h6 {
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
}

ul, ol {
  padding: 0;
  margin: 0 0 9px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  line-height: 18px;
}

nav ul,
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

dl {
  margin-bottom: 18px;
}

dt,
dd {
  line-height: 18px;
}

dt {
  font-weight: bold;
  line-height: 17px;
}

dd {
  margin-left: 9px;
}

.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 130px;
}

hr {
  margin: 18px 0 9px 0;
  border: 0;
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #FFFFFF;
  background-color: #fff;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.muted {
  color: #999999;
}

.highlight-alert {
  color: #E51B00;
}

.allcaps {
  text-transform: uppercase;
  letter-spacing: 1px;
}

#main, #footer, #main-nav nav, #sub-nav, .mauto {
  margin: auto;
}

.main-width {
  max-width: 1100px;
  padding: 0 10px;
}

.sub-column {
  width: 230px;
}

#footer {
  margin-top: 40px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.top-right {
  position: absolute;
  top: 10px;
  right: 5px;
}

.pull-up {
  margin-top: -30px;
}

.dot-border {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.dot-border:last-child {
  border-bottom: 0;
}

.note {
  border: 1px dotted #999999;
  padding: 10px;
  background-color: #fff4f2;
  margin-bottom: 18px;
}

.media, .media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

.media {
  margin-bottom: 10px;
}

.media .media {
  margin-top: 20px;
}

.media .pull-left {
  margin-right: 10px;
}

.media .pull-right {
  margin-left: 10px;
}

.media .media-object {
  display: block;
}

/* spacing helpers
p,m = padding,margin
a,t,r,b,l,h,v = all,top,right,bottom,left,horizontal,vertical
s,m,l,n = small(5px),medium(10px),large(20px),none(0px)
*/
.ptn, .pvn, .pan {
  padding-top: 0px !important;
}

.pts, .pvs, .pas {
  padding-top: 5px !important;
}

.ptm, .pvm, .pam {
  padding-top: 10px !important;
}

.ptl, .pvl, .pal {
  padding-top: 20px !important;
}

.prn, .phn, .pan {
  padding-right: 0px !important;
}

.prs, .phs, .pas {
  padding-right: 5px !important;
}

.prm, .phm, .pam {
  padding-right: 10px !important;
}

.prl, .phl, .pal {
  padding-right: 20px !important;
}

.pbn, .pvn, .pan {
  padding-bottom: 0px !important;
}

.pbs, .pvs, .pas {
  padding-bottom: 5px !important;
}

.pbm, .pvm, .pam {
  padding-bottom: 10px !important;
}

.pbl, .pvl, .pal {
  padding-bottom: 20px !important;
}

.pln, .phn, .pan {
  padding-left: 0px !important;
}

.pls, .phs, .pas {
  padding-left: 5px !important;
}

.plm, .phm, .pam {
  padding-left: 10px !important;
}

.pll, .phl, .pal {
  padding-left: 20px !important;
}

.mtn, .mvn, .man {
  margin-top: 0px !important;
}

.mts, .mvs, .mas {
  margin-top: 5px !important;
}

.mtm, .mvm, .mam {
  margin-top: 10px !important;
}

.mtl, .mvl, .mal {
  margin-top: 20px !important;
}

.mrn, .mhn, .man {
  margin-right: 0px !important;
}

.mrs, .mhs, .mas {
  margin-right: 5px !important;
}

.mrm, .mhm, .mam {
  margin-right: 10px !important;
}

.mrl, .mhl, .mal {
  margin-right: 20px !important;
}

.mbn, .mvn, .man {
  margin-bottom: 0px !important;
}

.mbs, .mvs, .mas {
  margin-bottom: 5px !important;
}

.mbm, .mvm, .mam {
  margin-bottom: 10px !important;
}

.mbl, .mvl, .mal {
  margin-bottom: 20px !important;
}

.mln, .mhn, .man {
  margin-left: 0px !important;
}

.mls, .mhs, .mas {
  margin-left: 5px !important;
}

.mlm, .mhm, .mam {
  margin-left: 10px !important;
}

.mll, .mhl, .mal {
  margin-left: 20px !important;
}

/* ------------------------------------------------------
HEADER

- header
- main-nav strip
- page-info strip
- sub-nav strip
- mobile nav
- loggedout header-style

NOTES
- sidr is used to dynamically generate the mobile nav, and due to this we had to add a couple otherwise-unnecessary wrappers in the html. Also in this process sidr creates it’s own class names and hence why we are double defining various classes as e.g. .search-form, .sidr-class-search-form{}
- the logged out pages get a nav which is intended to match the sales site pages, hence the main-nav--alt styles at the bottom.

--------------------------------------------------------- */
.site-header {
  margin-bottom: 18px;
  background: #171717;
}
#signup .site-header {
  margin-bottom: 0;
}

.site-header__logo-holder {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  margin-inline-end: 20px;
  opacity: 0.5;
  filter: "alpha(opacity=50)";
}
.site-header__logo-holder:hover, .site-header__logo-holder:active, .site-header__logo-holder:focus {
  opacity: 1;
  filter: "alpha(opacity=100)";
}
.site-header__logo-holder .logo-name {
  fill: white;
}
.site-header__logo-holder hr {
  border: 1px solid white;
  height: 1rem;
  margin: 0;
}

.site-header__logo path {
  fill: white;
}

.main-nav {
  position: relative;
  z-index: 800;
  margin-top: 18px;
}

.main-nav__list {
  margin: 0;
  vertical-align: middle;
}

.main-nav__list-item {
  display: inline-block;
}
.main-nav__list-item a {
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 30px;
  padding: 0 10px;
  display: block;
  color: #aaa;
  text-decoration: none;
}
.main-nav__list-item a:hover, .main-nav__list-item a:focus, .main-nav__list-item a.on {
  color: #fff;
}
.main-nav__list-item a.on {
  font-weight: 700;
}

.main-nav__list-item--right {
  float: right;
}

.sidr-class-main-nav__list {
  margin: 0;
}
.sidr-class-main-nav__list a {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 45px;
  font-size: 16px;
  padding: 0 20px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.sidr-class-main-nav__list a:hover, .sidr-class-main-nav__list a:focus, .sidr-class-main-nav__list a.on, .sidr-class-main-nav__list a.sidr-class-on {
  background: #111;
}
.sidr-class-main-nav__list a.on, .sidr-class-main-nav__list a.sidr-class-on {
  font-weight: 700;
}

.page-strip {
  padding-top: 23.4px;
  padding-bottom: 18px;
}
.page-strip h1, .page-strip h1 a {
  font-size: 40px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 300;
}
@media only screen and (max-width: 825px) {
  .page-strip h1, .page-strip h1 a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .page-strip h1, .page-strip h1 a {
    font-size: 24px;
  }
}

.page-strip__left {
  float: left;
}

.page-title {
  float: left;
}

.event-nav {
  float: left;
}

.event-nav__title {
  color: #fff !important;
}
.event-nav__title i {
  font-size: 24px;
  vertical-align: middle;
  position: relative;
  margin-left: 5px;
}

.event-nav__date {
  color: #BBBBBB;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 14px;
}

.event-nav__list {
  margin: 0 0 5px;
  list-style-type: none;
}
.event-nav__list .dropdown > a {
  display: block;
  outline: none;
  padding: 0 10px;
  margin: 0 18px 0 -10px;
}
.event-nav__list .dropdown > a:hover, .event-nav__list .dropdown > a:active, .event-nav__list .dropdown > a:focus {
  background-color: #000;
  text-decoration: none;
}
.event-nav__list .dropdown.open > a {
  color: #fff;
  background-color: #000;
}
.event-nav__list .dropdown-menu {
  overflow: hidden;
  margin-left: -10px;
}
@media only screen and (max-width: 640px) {
  .event-nav__list .dropdown-menu {
    max-width: 460px;
  }
}
@media only screen and (max-width: 480px) {
  .event-nav__list .dropdown-menu {
    max-width: 300px;
  }
}

.event-states {
  float: left;
  margin-right: 9px;
  position: relative;
}
.event-states__state {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-top: 6px;
  border: 1px solid #757575;
  padding: 9px 12.06px;
  display: block;
  color: #ffffff;
  font-weight: 300;
  background: none;
  line-height: 1;
}
@media only screen and (max-width: 825px) {
  .event-states__state {
    padding: 4.5px 9px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .event-states__state {
    margin-top: 3px;
    padding: 2.7px 9px;
  }
}
.event-states__state--draft strong {
  color: #EC5A13;
}
.event-states__state--draft strong:before {
  background: #EC5A13;
}
.event-states__state--over strong {
  color: #AAAAAA;
  margin-right: 0;
}
.event-states__state--over strong:before {
  background: #AAAAAA;
}
.event-states__state--live strong, .event-states__state--ticket-sales-ended strong {
  color: #27A86C;
}
.event-states__state--live strong:before, .event-states__state--ticket-sales-ended strong:before {
  background: #27A86C;
}
.event-states__state strong {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-right: 18px;
  line-height: 1;
  display: inline-block;
}
.event-states__state strong:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  height: 1em;
  width: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 9px;
}

.search-form__wrapper {
  position: relative;
  float: right;
  margin-top: 6px;
  margin-bottom: 9px;
}

.search-form,
.sidr-class-search-form {
  position: relative;
}
.search-form input[type=search],
.sidr-class-search-form input[type=search] {
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  background: #444;
  height: 38px;
  margin: 0;
  color: #eee;
  border: none;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 38px;
  width: 175px;
  padding: 0 36px 0 18px;
  -webkit-transition: 0.2s opacity ease-in-out;
  -moz-transition: 0.2s opacity ease-in-out;
  -ms-transition: 0.2s opacity ease-in-out;
  -o-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.search-form input[type=search]:focus,
.sidr-class-search-form input[type=search]:focus {
  background: #555;
  box-shadow: none;
}
.search-form input[type=submit], .search-form button[type=submit],
.sidr-class-search-form input[type=submit],
.sidr-class-search-form button[type=submit] {
  background: url(/assets/common/icon-search-30ea65dc6861c52a6d8f7def5f28becf5c176fb46597dd85e55e4ec947d9afe7.svg) center center no-repeat;
  box-shadow: none;
  height: 17px;
  width: 17px;
  top: 50%;
  margin-top: -9px;
  right: 17px;
  border: none;
  font-size: 0;
  position: absolute;
}

.sidr-class-search-form {
  margin: 0 15px;
}

.subnav-strip {
  padding-top: 4px;
  min-height: 4px;
}

.sidr-class-main-subnav {
  padding-top: 4px;
  padding-bottom: 4px;
}
.sidr-class-main-subnav ul {
  margin-bottom: 0;
}

.main-subnav {
  position: relative;
  z-index: 400;
  text-transform: uppercase;
}
.main-subnav__list {
  margin: 0;
  height: 45px;
}
.main-subnav__list-item {
  float: left;
}

.sidr-class-main-subnav a,
.main-subnav__list-item a {
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 45px;
  font-size: 16px;
  padding: 0 20px;
  display: block;
  color: #fff;
  text-decoration: none;
}
.sidr-class-main-subnav a.sidr-class-on,
.main-subnav__list-item a.sidr-class-on {
  font-weight: 700;
}

#mobile-nav {
  display: none;
}
#mobile-nav a {
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  margin: 0;
}

@media only screen and (max-width: 825px) {
  .main-nav {
    margin-top: 0;
  }
  #mobile-nav {
    display: block;
  }
  .main-nav__list,
  #bar,
  .sidr-class-dropdown-toggle,
  .site-header .search-form,
  .main-subnav__list {
    display: none !important;
  }
  .site-header__logo-holder {
    position: absolute;
    top: 13px;
    left: 50%;
    margin-right: 0;
    margin-left: -35px;
  }
  .page-strip {
    padding-top: 9px;
  }
}
@media only screen and (width > 825px) {
  .main-nav {
    display: flex;
  }
}
.site-header-alt {
  margin: 0;
  padding: 0;
  background: #1F1F1F;
}

.site-header-alt__logo {
  display: block;
  float: left;
  margin-right: 18px;
}
.site-header-alt__logo img {
  margin-top: 14px;
}

.main-nav-alt {
  margin: 0 auto;
  height: 60px;
  position: relative;
}

.main-nav-alt__list {
  float: left;
  margin: 0;
}
.main-nav-alt__list li {
  float: left;
  position: relative;
}
.main-nav-alt__list li a {
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 60px;
  padding: 0px 15px;
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: #AAA;
  text-decoration: none;
  text-shadow: -1px -1px 0px #000;
}
.main-nav-alt__list li a:hover, .main-nav-alt__list li a:focus {
  text-decoration: underline;
}
.main-nav-alt__list li a.on {
  font-weight: 700;
}
.main-nav-alt__list .caret {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 0px;
  height: 0px;
  margin-left: 2px;
  margin-top: 28px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #AAA;
}
.main-nav-alt__list li.dropdown:hover > a {
  background-color: rgba(255, 255, 255, 0.85) !important;
  color: #333;
  text-shadow: none;
  height: 50px;
  line-height: 40px;
  margin-top: 10px;
  border-radius: 5px 5px 0px 0px;
}
.main-nav-alt__list li.dropdown:hover .caret {
  margin-top: 18px;
  border-top: 6px solid #333;
}
.main-nav-alt__list li.dropdown:hover .dropdown-menu {
  display: block;
}
.main-nav-alt__list .dropdown-menu {
  list-style: outside none none;
  position: absolute;
  top: 59px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.85) !important;
  z-index: 950;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px;
  margin: 1px 0px 0px;
  list-style: outside none none;
  border-radius: 0px 5px 5px;
  background-clip: padding-box;
}
.main-nav-alt__list .dropdown-menu a {
  display: block;
  padding: 0 15px;
  line-height: 60px;
  clear: both;
  font-weight: 600 !important;
  font-weight: normal;
  font-size: 14px;
  color: #333 !important;
  text-shadow: none !important;
  white-space: nowrap;
}

fieldset, .fieldset {
  background-color: #FAFAFA;
  border: 1px solid #E8E8E8;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
fieldset h2, .fieldset h2 {
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0;
  line-height: 1;
}
fieldset .field-group, .fieldset .field-group {
  border: 1px solid #ccc;
  background-color: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
fieldset .field-group .control-group:last-child, .fieldset .field-group .control-group:last-child {
  padding-bottom: 10px;
}

label, .label {
  display: block;
  margin-bottom: 5px;
  color: #262626;
  font-weight: bold;
}
label .required, .label .required {
  color: #E51B00;
}

input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  padding: 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 18px;
  color: #262626;
  background-color: #FAFAFA;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

.embiggen input, .embiggen textarea, .embiggen select, .embiggen .uneditable-input {
  font-size: 18px;
  line-height: 32px;
}
.embiggen label, .embiggen .label, .embiggen p {
  font-size: 16px;
  line-height: 22px;
}

label input,
label textarea,
label select, .label input,
.label textarea,
.label select {
  display: block;
}

input[type=image],
input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0; /* IE7 */
  line-height: normal;
  cursor: pointer;
  background-color: transparent;
  border: 0 \9 ; /* IE9 and down */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

input[type=image] {
  border: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  width: auto;
}

/* fix Safari */
input[type=color] {
  padding: 0;
}

select {
  height: 30px; /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px; /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

select {
  width: 220px;
  background-color: #FFFFFF;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=image] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea {
  height: auto;
}

input[type=hidden] {
  display: none;
}

.radio,
.checkbox {
  min-height: 18px;
  padding-left: 20px;
  font-weight: normal;
}
.radio input[type=radio],
.radio input[type=checkbox],
.checkbox input[type=radio],
.checkbox input[type=checkbox] {
  display: inline-block;
  margin-left: -20px;
  margin-right: 5px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

input,
textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ; /* IE6-9 */
  -webkit-box-shadow: "inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)";
  -moz-box-shadow: "inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)";
  box-shadow: "inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)";
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus,
select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.input-mini {
  width: 50px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 250px;
}

.input-xlarge {
  width: 320px;
}

.input-xxlarge {
  width: 480px;
}

.input-block {
  width: 100%;
  box-sizing: border-box;
}

textarea.input-xxlarge {
  min-height: 200px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #B2B2B2;
  border-color: #ddd;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio][readonly],
input[type=checkbox][readonly] {
  background-color: transparent;
}

label.disabled, .label.disabled {
  color: #999;
}

.help-block,
.help-inline {
  color: #999999;
  font-style: italic;
}

.help-block {
  display: block;
  margin-bottom: 9px;
}

.help-inline {
  display: inline-block;
  *display: inline; /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

.input-prepend,
.input-append {
  margin-bottom: 10px;
  display: inline-block;
}
.input-prepend input,
.input-prepend div,
.input-prepend select,
.input-prepend .uneditable-input,
.input-append input,
.input-append div,
.input-append select,
.input-append .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: middle;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend input:focus,
.input-prepend div:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus,
.input-append input:focus,
.input-append div:focus,
.input-append select:focus,
.input-append .uneditable-input:focus {
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 6px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #FFFFFF;
  vertical-align: middle;
  background-color: #B2B2B2;
  border: 1px solid #ccc;
}
.input-prepend .add-on,
.input-prepend .btn,
.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend .active,
.input-append .active {
  background-color: rgb(133.2608695652, 226.7391304348, 183.2608695652);
  border-color: #27A86C;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -5px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append div,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append .uneditable-input {
  border-right-color: #ccc;
  border-left-color: #eee;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append div,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend div, .input-append div {
  display: inline;
}

.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline; /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
}
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-inline label, .form-inline .label {
  display: inline-block;
}

.form-inline .input-append,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

form.button_to {
  display: inline-block;
}

.control-group {
  margin-bottom: 9px;
}
.control-group .cc {
  display: inline-block;
  vertical-align: middle;
}

.unit .control-group {
  padding-top: 0 !important;
  padding-left: 0 !important;
}

.control-group:empty {
  margin: 0 !important;
  padding: 0 !important;
}

legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}

.field-group + h2 {
  margin-top: 20px;
}

.search-form .search {
  width: 13px;
  height: 13px;
  background-image: url(/assets/lilregie/sprite-661ae0d438be9cfc63c3bf0d7f071363e8d8b7c5d89a44a3229a5d7c61d854fd.png);
  background-repeat: none;
  background-position: -14px -32px;
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0;
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 8px;
  right: 8px;
}

.control-group {
  *zoom: 1;
}
.control-group:before, .control-group:after {
  display: table;
  content: "";
}
.control-group:after {
  clear: both;
}

.field-group .control-group {
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
}
.field-group .control-group:last-child, .field-group .control-group.last {
  border-bottom: 0;
  padding-bottom: 0;
}
.field-group .control-group:first-child, .field-group .control-group.first {
  padding-top: 18px;
}
.field-group .control-group .pull-left {
  margin-right: 20px;
}
.field-group .control-group .pull-left:last-child {
  margin-right: 0;
}

.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}

.buttons {
  margin: 30px 0;
  text-align: center;
}

.field_with_errors label, .field_with_errors .label, .field_with_errors input {
  color: #E51B00;
}

.field_with_errors input {
  border-color: #E51B00;
  background-color: #fffff6;
}

.formError {
  margin-top: -5px;
  color: #E51B00;
  font-size: 12px;
}

label.checkbox .field_with_errors, label.radio .field_with_errors, .label.checkbox .field_with_errors, .label.radio .field_with_errors {
  display: inline-block;
}

.email_templates .heights {
  height: 2810px;
}

.attendee-cancelled {
  position: relative;
}
.attendee-cancelled .stamp {
  top: 50%;
  margin-top: -45px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  width: 209px;
  height: 89px;
  background: url(/assets/common/cancelled-sm-9e3158be947258a14c983281c88b899d83c941892037664611e3b93028322470.png) no-repeat;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
}

.remove-file {
  margin-top: 0.25em;
}
.remove-file label, .remove-file .label {
  display: inline;
}

/* ------------------------------------------------------
SUB-NAV
--------------------------------------------------------- */
#sub-nav {
  background: #6e063a;
}

#sub-nav ul {
  margin: 0 auto;
  max-width: 950px;
  float: none;
  padding: 8px 0;
}

#sub-nav li a {
  font: 20px Arial;
  text-transform: uppercase;
}

/* ------------------------------------------------------
UTIL
--------------------------------------------------------- */
#util {
  float: right;
  margin-top: 12px;
}

#util li {
  display: inline;
}

#util a {
  float: left;
  display: block;
}

footer#footer {
  border-top: 1px dotted #999;
  padding: 35px 0 0 0;
  margin: 0 auto 30px auto;
  max-width: 950px;
  position: relative;
  font-size: 10px;
}

#footer img {
  vertical-align: middle;
  margin-right: 10px;
}

#footer a {
  border-bottom: none;
}

#footer ul {
  list-style: none;
  font-size: 14px;
}

#footer li {
  float: left;
  padding-left: 10px;
}

#footer li a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  border-right: 1px solid #333;
  padding-right: 10px;
}

#footer li.last a {
  border: 0;
}

/* ------------------------------------------------------
CONTENT-MAIN
--------------------------------------------------------- */
#content-wrapper {
  margin: 0 auto 30px auto;
  max-width: 950px;
  position: relative;
}

section.content-main {
  padding: 25px 0;
  margin: auto;
  max-width: 500px;
}

.content-main h2 {
  margin: 0 0 20px 0;
}

.content-main h3 {
  margin: 0 0 10px 0;
}

.divider {
  border-top: dotted 1px #999;
  margin-top: 25px;
  padding-top: 20px;
}

.field_with_errors input {
  border: 1px solid #dd3220;
  background: url(/assets/common/error-61ae6f06d8ecc8063d935eedd17be4d54d469678ef12e8cdb224816cb28f5fe6.png) no-repeat 100% 50%;
}

.error-message {
  color: #dd3220;
}

/* ------------------------------------------------------
IMAGE REPLACEMENT
--------------------------------------------------------- */
@media screen {
  .images-on h1#super {
    text-indent: -10000px;
    overflow: hidden;
  }
}
#password_strength_container {
  margin: 10px 0 5px 0;
  padding: 0;
  height: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #eee;
  width: 80%;
}

.score {
  height: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.score-0 {
  width: 20%;
}

.score-1 {
  width: 40%;
}

.score-2 {
  width: 60%;
}

.score-3 {
  width: 80%;
}

.score-4 {
  width: 100%;
}

.score-0, .score-1 {
  -webkit-box-shadow: 0 0 5px rgb(255, 142.0917030568, 127);
  -moz-box-shadow: 0 0 5px rgb(255, 142.0917030568, 127);
  box-shadow: 0 0 5px rgb(255, 142.0917030568, 127);
  background-color: #E51B00;
}

.score-2, .score-3 {
  -webkit-box-shadow: 0 0 5px rgb(247.4, 189, 160.6);
  -moz-box-shadow: 0 0 5px rgb(247.4, 189, 160.6);
  box-shadow: 0 0 5px rgb(247.4, 189, 160.6);
  background-color: #EC5A13;
}

.score-4 {
  -webkit-box-shadow: 0 0 5px rgb(133.2608695652, 226.7391304348, 183.2608695652);
  -moz-box-shadow: 0 0 5px rgb(133.2608695652, 226.7391304348, 183.2608695652);
  box-shadow: 0 0 5px rgb(133.2608695652, 226.7391304348, 183.2608695652);
  background-color: #27A86C;
}

body.pushpay#checkin {
  background: #FFF url(/assets/pushpay/home-hero-bg-e73aac30c5d29d8f64e0338c8d1f22ce1dce28346e4b5ea4c6d1e14f4e39a320.jpg) no-repeat;
  background-size: cover;
  background-position: bottom center;
}
body.pushpay#checkin #event-title {
  color: #000;
}
body.pushpay#checkin #event-title a {
  color: #000;
}
body.pushpay#checkin #checkin-counts {
  background: #eeeeee;
  border-radius: 10px;
  padding: 10px;
  color: #000;
}
body.pushpay#checkin #checkin-counts h2 a {
  color: #CF2265;
}
body.pushpay#checkin #checkin-counts a {
  color: #000;
}
body.pushpay .site-header {
  background: #1F2851;
}
@media only screen and (min-width: 640px) {
  body.pushpay#signup {
    background: #FFF url(/assets/pushpay/home-hero-bg-e73aac30c5d29d8f64e0338c8d1f22ce1dce28346e4b5ea4c6d1e14f4e39a320.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
  }
  body.pushpay#signup #footer li a {
    color: #FFF;
  }
}
body.pushpay#signup #footer {
  text-align: center;
}
body.pushpay#signup #footer ul {
  border-radius: 3px;
  display: inline-flex;
  margin: 0;
  overflow: hidden;
}
body.pushpay#signup #footer li {
  float: none;
  padding: 0;
}
body.pushpay#signup #footer li a {
  background-color: #CF2265;
  border: none;
  color: #FFF;
  display: inline-block;
  padding: 0.8rem 1rem;
}
body.pushpay#signup #footer li a:hover {
  background-color: rgb(150.053526971, 24.646473029, 73.2145228216);
  text-decoration: underline;
}

.search-form input[type=search] {
  background: #e0e0e0;
  color: #000000;
}
.search-form input[type=search]:focus {
  background: #fff;
}

/*# sourceMappingURL=signup.css.map */
