/*************************************************************/
/* MIXINS */
/*************************************************************/
/*@primaryColor: #4faebb;*/
#ui-datepicker-div {
  font-size: 13px;
}
/*************************************************************/
/* MISC. */
/*************************************************************/
body {
  font-family: 'Lato', sans-serif;
  /*background-color: #fafafa;*/
  background-color: #F5F7F8;
}
/* site max width */
.row {
  max-width: 1200px;
}
h1,
h2,
h3,
h4 {
  font-family: 'Lato', sans-serif;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 24px;
}
a,
button,
input[type=submit] {
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  cursor: pointer;
}
a {
  color: #2ecc71;
}
a:hover {
  color: #25a25a;
}
* {
  outline: none;
}
hr {
  margin: 15px 0;
}
/* Foundation table reset */
table {
  background: none;
  border: none;
  margin: 0;
}
table tr:nth-of-type(even) {
  background-color: transparent;
}
table tr td,
table tr th {
  padding: 0px;
}
form .error {
  color: #f16c65;
}
form .error input,
form .error textarea {
  border: 1px solid #f16c65;
  margin-bottom: 1rem;
}
.fancybox-skin {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  background: #f0f7fc !important;
}
.fancybox-wrap {
  width: 100% !important;
  max-width: 460px !important;
  top: 12% !important;
}
.fancybox-wrap .fancybox-inner {
  width: 100% !important;
  height: auto !important;
}
.fancybox-close {
  position: absolute;
  top: 0px !important;
  right: 0px !important;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  background: transparent url("/img/icon-close.png") no-repeat center center !important;
}
.orderTicketQuantity {
  margin-bottom: 15px;
}
.orderTicketQuantity input[type=radio] {
  display: none;
}
.orderTicketQuantity input[type=radio] + label {
  margin: 0;
  display: inline-block;
  padding: 12px 20px;
  line-height: 1em;
  background: #d5d5d5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  color: #fff;
  margin: 0 5px 5px 0;
}
.orderTicketQuantity input[type=radio] + label input {
  display: none;
  margin: 0;
}
.orderTicketQuantity input[type=radio]:checked + label {
  background: #2ecc71;
}
.formContianer {
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
  font-size: 14px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.formContianer h2 {
  font-size: 18px;
  line-height: 1.2em;
  margin: 0 0 10px 0;
}
.formContianer h2 span {
  font-size: .8em;
  color: #888;
}
.formRequired {
  color: red;
}
.formInfoText {
  text-align: center;
  font-size: 13px;
  padding: 0 10px;
  margin-bottom: 30px;
}
.soldoutText {
  margin-top: 20px;
  padding: 10px;
  background: #537a98;
  color: #fff;
  font-weight: 300;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-style: italic;
}
.emailTaken {
  font-size: 0.9em;
  font-weight: 600;
  color: #FF0000;
  display: none;
}
/*************************************************************/
/* MESSAGES */
/*************************************************************/
#messages {
  min-width: 100px;
  width: 100%;
  height: 50px;
  /*position: absolute;*/
  z-index: 9990;
  line-height: 50px;
  padding: 0 20px;
  /*right: 15px;*/
  top: 70px;
  text-align: center;
  z-index: 99999;
  background: #11ba77;
  color: #fff;
}
.boxAttention,
.boxWarning,
.boxConfirmed,
.boxYellow {
  background: #eee;
  border: 1px solid #ddd;
  padding: 13px;
  margin-bottom: 20px;
  font-size: 12px;
}
.boxAttention a,
.boxWarning a,
.boxConfirmed a,
.boxYellow a {
  color: inherit;
  text-decoration: underline;
}
.boxAttention {
  /*background: #b2f2ed;
	color: #5e9097;
	border: 1px solid #8adfed;*/
  background: #ccdcea;
  color: #3c6a95;
  border: 1px solid #a8c3dc;
}
.boxWarning {
  /*background: #f2d0c5;
	color: #976262;
	border: 1px solid #edb7b2;*/
  background: #eacecd;
  color: #954b4a;
  border: 1px solid #dca2a4;
}
.boxConfirmed {
  /*background: #b5f2b5;
	color: #6c9766;
	border: 1px solid #8eed80;*/
  background: #cbeac6;
  color: #4f9544;
  border: 1px solid #abdca3;
}
.boxYellow {
  /*background: #b5f2b5;
	color: #6c9766;
	border: 1px solid #8eed80;*/
  background: #eae7c6;
  color: #95924b;
  border: 1px solid #dcd9a5;
}
/*************************************************************/
/* DIVS */
/*************************************************************/
#headerBar {
  width: 100%;
  /*min-height: 100px;*/
  background: #ededed;
  background: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
#headerBar .row {
  padding: 15px 0 20px 0;
  background: url("/img/ticket-big-bg.png") no-repeat bottom -20px right;
}
#headerBar h1 {
  margin: 0px;
}
#headerBar h1 span {
  font-weight: 200;
}
#headerBar span.eventDateAndLocation {
  font-size: 20px;
  color: #666;
}
.contentBox {
  width: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin-bottom: 30px;
}
.contentBox h2 {
  font-size: 24px;
  margin: -20px -20px 20px -20px;
  padding: 20px;
  background: #f2f2f2;
  line-height: 1em;
  border-bottom: 1px solid #e5e5e5;
}
.contentBox h3 {
  font-size: 18px;
  margin-top: 15px;
}
.horizontalNav {
  width: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.horizontalNav ul {
  margin: 0;
  list-style: none;
}
.horizontalNav ul li a {
  display: block;
  padding: 12px 15px;
  line-height: 1.1em;
  border-bottom: 1px solid #f5f5f5;
  color: #233034;
}
.horizontalNav ul li a:hover,
.horizontalNav ul li a.active {
  padding-left: 20px;
  color: #fff;
  background: #2ecc71;
  background: #5d6c70;
}
.thumbPreview {
  position: relative;
  width: 100%;
  background: #f6f6f6;
  margin-bottom: 20px;
}
.thumbPreview:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.thumbPreview .inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.thumbPreview .inner img {
  width: auto;
}
/*************************************************************/
/* TABLES */
/*************************************************************/
.confirmTicketsTable {
  width: 100%;
}
.confirmTicketsTable tr td {
  background-color: #f8f8f8;
  border-bottom: 2px solid #fff;
  padding: 10px;
}
.tableStyle1 {
  width: 100%;
  border: 1px solid #e2e2e2;
  font-family: 'Lato', sans-serif;
}
.tableStyle1 thead tr th {
  background: #ededed;
  color: #A5A9B5;
  padding: 10px 15px;
  border-bottom: 1px solid #e2e2e2;
}
.tableStyle1 tbody tr td {
  background: #fff;
  color: #6E727C;
  padding: 10px 15px;
  border-bottom: 1px solid #e2e2e2;
  vertical-align: middle;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
}
.tableStyle1 tbody tr td .button {
  margin: 0;
  padding: 7px 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
}
.tableStyle1 tbody tr td span {
  font-family: 'Lato', sans-serif;
}
.tableStyle1 tbody tr:hover td {
  background: #ededed;
}
.tableStyle1 tfoot tr td {
  background: #ededed;
}
.tableStyle1 tfoot tr td a {
  color: #6E727C;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
}
/*************************************************************/
/* BUTTONS */
/*************************************************************/
.label {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  padding: 6px 10px 7px 10px;
}
.button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin: 0;
}
.button.secondary {
  background: #45657e;
  color: #fff;
}
.button.secondary:hover,
.button.secondary:active {
  background: #334b5d;
  color: #fff;
}
.green,
.success {
  background: #2ecc71;
}
.green:hover,
.success:hover {
  background: #208e4e;
}
.red,
.alert {
  background: #ba4f4f;
}
.red:hover,
.alert:hover {
  background: #873535;
}
.yellow {
  background: #a88b4c;
}
.yellow:hover {
  background: #735f34;
}
.darkblue {
  background: #5d6c70;
}
.darkblue:hover {
  background: #829397;
}
.secondary {
  background: #45657e;
}
.secondary:hover {
  background: #577f9f;
}
.signinButton {
  display: inline-block;
  background: #45657e;
  padding: 3px 12px 4px 12px;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
  float: right;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  margin-left: 20px;
  margin-top: 8px;
}
.signinButton:hover {
  background: #176437;
}
#cartButton {
  display: inline-block;
  height: 36px;
  float: right;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  background-color: #2ecc71;
  color: #fff;
  padding: 6px 20px;
  margin-top: 12px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
}
#cartButton:hover {
  background: #208e4e;
}
.submitBig {
  background: #2ecc71;
  border: none;
  color: #fff;
  padding: 22px 25px 27px 25px;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: 300;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
}
.submitBig:hover {
  background: #208e4e;
}
.submit {
  text-align: center;
  background: #2ecc71;
  border: none;
  color: #fff;
  padding: 6px 10px 7px 10px;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 300;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
}
.submit:hover {
  background: #208e4e;
}
/*************************************************************/
/* FULLSCREEN LOGO */
/*************************************************************/
#fullscreenLogo {
  background: #45657e;
  min-height: 100%;
  width: 100%;
  position: relative;
}
#fullscreenLogo a {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -50px auto 0 auto;
  width: 100%;
  max-width: 407px;
  height: auto;
  padding: 0 15px;
}
#fullscreenLogo a img {
  width: 100%;
  height: auto;
}
/*************************************************************/
/* TOP */
/*************************************************************/
#topContainer {
  width: 100%;
  min-height: 40px;
  background: #45657e;
  color: #fff;
  font-family: 'Lato', sans-serif;
  overflow: auto;
  zoom: 1;
  padding: 10px 0;
}
#topContainer a {
  color: #fff;
}
#topContainer #logo {
  float: left;
}
#topContainer #logo img {
  height: 50px;
  width: auto;
}
#topContainer #topNavTrigger {
  display: none;
  float: right;
  font-size: 26px;
  cursor: pointer;
  margin-top: -1px;
  margin-left: 15px;
}
#topContainer #topNav {
  /*display: none;*/
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
#topContainer #topNav li {
  float: left;
}
#topContainer #topNav li a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 9px 0;
  margin-left: 20px;
}
/*************************************************************/
/* EVENT PAGE */
/*************************************************************/
#popupBtn {
  display: none !important;
  visibility: hidden !important;
}
#popupDiv {
  width: 100%;
  text-align: center;
  background: url("/img/ticket-transparent-bg.png") right -5px top -5px no-repeat;
}
#popupDiv .content {
  padding: 30px 25px 5px 25px;
}
#popupDiv .bottom {
  border-top: 1px solid #e4e4e4;
  padding: 30px 25px;
  background: #f2f2f2;
}
#popupDiv h2 {
  color: #233034;
  font-size: 22px;
  margin-bottom: 25px;
}
#popupDiv .fbInterestedBtn {
  display: inline-block;
  background: #3b5998;
  color: #fff;
  line-height: 36px;
  padding: 0 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
}
#popupDiv .fbInterestedBtn .icon {
  font-size: 16px;
  display: inline-block;
  line-height: 36px;
  height: 36px;
  padding-right: 15px;
  border-right: 1px solid #263961;
  margin-right: 12px;
}
#popupDiv .fbInterestedBtn:hover {
  background: #2d4373;
}
#eventTop {
  background: #45657e;
  max-height: 330px;
  margin-top: -30px;
}
#eventTop .image {
  position: relative;
  width: auto;
  max-height: 404px;
  overflow: hidden;
  margin-top: -12px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 5px 19px 0px rgba(0, 0, 0, 0.35);
}
#eventTop .image #imageThumb {
  display: none;
  margin: 0 auto;
}
#eventTop .image img {
  display: block;
}
#eventTop .image .isFreeOverlay {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  width: 69px;
  height: 69px;
  background: transparent url("/img/isfree-overlay.png") top left no-repeat;
  z-index: 9999;
}
#eventTop .eventInfo {
  /*background: @secondaryColor;*/
  padding: 30px 0;
}
#eventTop .eventInfo .spanLight {
  display: block;
  font-size: 16px;
  color: #acb7ba;
  line-height: 1.2em;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
#eventTop .eventInfo .spanDark {
  display: block;
  font-size: 16px;
  color: #e4e7e8;
  line-height: 1.2em;
  font-family: 'Lato', sans-serif;
  margin-bottom: 12px;
}
#eventTop .eventInfo a {
  color: #e4e7e8;
}
#eventTop .eventInfo .website {
  font-size: 15px;
}
#eventTop .eventInfo .soldoutImg {
  margin-top: 40px;
}
#eventTop .eventInfo .button {
  /*font-family: "museo-sans",sans-serif;*/
  margin-top: 20px;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: 500;
  /*background: #4faebb;*/
  padding: 12px 20px 13px 20px;
  font-size: 20px;
}
.eventgroup {
  padding: 20px;
  cursor: pointer;
  border-bottom: 1px solid #e8e8e8;
}
.eventgroup:hover {
  background: #2ecc71;
  color: #fff;
}
/*************************************************************/
/* ORDER PAGE */
/*************************************************************/
.moreInfo {
  display: none;
  font-size: 13px;
  color: #ccc;
  padding-top: 10px;
}
#orderDetails {
  width: 100%;
}
#orderDetails .left,
#orderDetails .right {
  width: 100%;
  margin-bottom: 30px;
}
#orderDetails .left {
  padding: 30px 30px 10px 30px;
  background: #ededed;
}
#orderDetails .left .fa {
  font-size: 38px;
}
#orderDetails .left table td {
  vertical-align: top;
  padding: 0 0 20px 0;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 500;
}
#orderDetails .right #eventThumb {
  display: block;
}
#orderDetails .right #eventImg {
  display: none;
}
#ticketOptions {
  width: 100%;
  margin-bottom: 30px;
}
#ticketOptions .container {
  background: #45657e;
  min-height: 100px;
  padding: 20px 0;
}
#ticketOptions .container h2 {
  color: #fff;
  font-size: 24px;
  margin-left: 20px;
  margin-bottom: 25px;
}
#ticketOptions .container h3 {
  color: #fff;
  font-size: 18px;
  margin-left: 20px;
  font-weight: 300;
}
#ticketOptions .container .ticketsTable {
  width: 100%;
  background: none;
  border: none;
}
#ticketOptions .container .ticketsTable td {
  padding: 20px;
  color: #fff;
  font-size: 18px;
  background: #2e3b3e;
  border-bottom: 3px solid #45657e;
}
#ticketOptions .container .ticketsTable td a {
  text-transform: uppercase;
  color: #aaadae;
  font-weight: 500;
  font-size: 14px;
  transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
}
#ticketOptions .container .ticketsTable td a:hover {
  color: #f2f2f2;
}
#ticketOptions .container .ticketsTable td input[type=text] {
  display: inline-block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  width: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px 0 0;
}
#ticketOptions .container .ticketsTable td select {
  width: 50px;
  margin: 0 10px 0 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  text-align: center;
}
#ticketOptions .container .ticketsTable td .price {
  display: inline-block;
  background: #2ecc71;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  padding: 10px 12px 9px 12px;
  float: right;
}
#ticketOptions .container .ticketsTable td .label {
  padding: 8px 10px 11px 10px;
  font-size: 18px;
  float: right;
}
#ticketOptions .container .ticketsTable .disabled td {
  color: #697072;
}
#ticketOptions .container .ticketsTable .disabled td a {
  color: #697072;
}
#ticketOptions .container .ticketsTable .disabled td input[type=text] {
  background: #586265;
  color: #4c5557;
  border: 1px solid #4c5557;
}
#ticketOptions .container .ticketsTable .disabled td .price {
  background: #39524b;
  color: #6f7e7a;
}
#ticketOptions .container .ticketspriceTable {
  width: 100%;
  margin-top: 15px;
}
#ticketOptions .container .ticketspriceTable td {
  padding: 2px 20px 2px 0;
  text-align: right;
  color: #fff;
}
#ticketOptions .container .ticketspriceTable td .total {
  font-size: 20px;
  font-weight: 700;
}
#ticketOptions .container .submitTickes {
  width: 100%;
  padding: 20px;
  text-align: right;
}
#ticketOptions .container .submitTickes label {
  color: #fff;
  font-size: 16px;
  margin-right: 0;
}
#ticketOptions .container .submitTickes a {
  margin-right: 10px;
  padding: 6px 15px 8px 15px;
}
#ticketOptions .container .submitTickes .acceptterms {
  margin: 0;
  padding: 0;
  color: #fff;
  text-decoration: underline;
}
#ticketOptions .container .submitTickes input[type=submit] {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  padding: 6px 15px 8px 15px;
}
/*************************************************************/
/* CUSTOMER DETAILS */
/*************************************************************/
#customerDetails .contentBox .tickets {
  font-size: 14px;
}
/*************************************************************/
/* CONFIRM PAGE */
/*************************************************************/
.inputDiscount {
  float: left;
  text-align: left;
  max-width: 500px;
  min-width: 260px;
}
.inputDiscount input[type=text],
.inputDiscount input[type=submit] {
  float: left;
}
.inputDiscount input[type=text] {
  width: 80%;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.inputDiscount input[type=submit] {
  width: 20%;
  height: 37px;
  font-size: 12px;
  display: inline-block;
  color: #fff;
  border: none;
  background: #2ecc71;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-family: 'Lato', sans-serif;
}
/*************************************************************/
/* YOUTUBE/VIMEO */
/*************************************************************/
.youtubeContainerOuter {
  max-width: 500px;
  margin-top: 15px;
}
.youtubeContainerOuter .youtubeContainer {
  position: relative;
  padding-bottom: 49%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtubeContainerOuter .youtubeContainer iframe,
.youtubeContainerOuter .youtubeContainer object,
.youtubeContainerOuter .youtubeContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*************************************************************/
/* MESSAGES (CALL-TO-ACTION FRONTPAGE) */
/*************************************************************/
.messages {
  width: 100%;
  padding: 50px 0;
}
.messages .fa {
  font-size: 70px;
  color: #dcdcdc;
  padding-bottom: 10px;
}
.messages .column {
  text-align: center;
}
.messages h1,
.messages h2,
.messages h3 {
  color: #707070;
}
.messages p {
  color: #aaaaaa;
}
/*************************************************************/
/* MAILCHIMP FORM */
/*************************************************************/
#mc_embed_signup {
  /*padding: 0 30px;*/
  max-width: 1000px;
  margin: 0 auto;
}
#mc_embed_signup .mc-field-group {
  text-align: center;
}
#mc_embed_signup .mc-field-group label {
  text-align: left;
  /*color: #fff;*/
}
#mc_embed_signup .mc-field-group ul {
  width: 100%;
  list-style: none;
  margin: 0;
  clear: both;
}
#mc_embed_signup .mc-field-group ul li {
  display: inline-block;
  line-height: 1.2em;
}
#mc_embed_signup .submitBig {
  width: 100%;
}
/*************************************************************/
/* ORGANIZER */
/*************************************************************/
.ticketRow,
.addonRow {
  overflow: auto;
  zoom: 1;
  margin: 0 -5px;
}
.ticketRow:nth-child(odd),
.addonRow:nth-child(odd) {
  background: transparent;
  padding: 0px 5px;
}
.ticketRow:nth-child(even),
.addonRow:nth-child(even) {
  background: #f5f5f5;
  padding: 8px 5px;
  margin-bottom: 8px;
}
/*************************************************************/
/* FOOTER */
/*************************************************************/
#footerContainer {
  width: 100%;
  min-height: 60px;
  background: #45657e;
  color: #5d6c70;
  font-size: 13px;
}
#footerContainer p {
  font-size: 13px;
}
#footerContainer a {
  color: #647377;
}
#footerContainer .footerText {
  padding-top: 20px;
}
#footerContainer .creditcards {
  float: right;
  padding-top: 18px;
}
#footerContainer .creditcards img {
  height: 22px;
}
.hidden {
  display: none;
}
.nopadding {
  padding: 0;
}
.nomargin {
  margin: 0;
}
.margintb {
  margin: 30px 0;
}
.paddingtb {
  padding: 30px 0;
}
.paddingTop {
  padding-top: 30px;
}
