/******* fonts ******/
@font-face {
  font-family: 'baskerville';
  src: url('../fonts/librebaskerville-regular-webfont.eot');
  src: url('../fonts/librebaskerville-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/librebaskerville-regular-webfont.woff2') format('woff2'), url('../fonts/librebaskerville-regular-webfont.woff') format('woff'), url('../fonts/librebaskerville-regular-webfont.ttf') format('truetype'), url('../fonts/librebaskerville-regular-webfont.svg#libre_baskervilleregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'newsgoth';
  src: url('../fonts/newsgoth-bt-roman-webfont.eot');
  src: url('../fonts/newsgoth-bt-roman-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/newsgoth-bt-roman-webfont.woff2') format('woff2'), url('../fonts/newsgoth-bt-roman-webfont.woff') format('woff'), url('../fonts/newsgoth-bt-roman-webfont.ttf') format('truetype'), url('../fonts/newsgoth-bt-roman-webfont.svg#newsgoth_btroman') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'akzidenz';
  src: url('../fonts/akzidenz_grotesk_pro_med_cnd_regular-webfont.eot');
  src: url('../fonts/akzidenz_grotesk_pro_med_cnd_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/akzidenz_grotesk_pro_med_cnd_regular-webfont.woff2') format('woff2'), url('../fonts/akzidenz_grotesk_pro_med_cnd_regular-webfont.woff') format('woff'), url('../fonts/akzidenz_grotesk_pro_med_cnd_regular-webfont.ttf') format('truetype'), url('../fonts/akzidenz_grotesk_pro_med_cnd_regular-webfont.svg#akzidenz_grotesk_pro') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Neue Haas Unica Pro';
  src: url('../fonts/NeueHaasUnicaPro-Regular.eot');
  src: url('../fonts/NeueHaasUnicaPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/NeueHaasUnicaPro-Regular.woff') format('woff'), url('../fonts/NeueHaasUnicaPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/***** display *****/
html, body{
  height: 100%;
}

body {
  background-color: #ffffff;
  color: #424447;
  font-family: 'Neue Haas Unica Pro';
  font-size: 15px;
  line-height: 18px;
  margin: 0;
}

::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

.display-n {
  display: none;
}

/****** flex box setup for fix price footer ******/
.flex-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

#content {
  flex: 1;
  overflow: auto;
}

#content section {
  flex-shrink: 0;
  height: 100%;
  overflow: auto;
  position: relative;
}

#sticky-footer {
  overflow: hidden;
  width: 100%;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding-bottom: 5px;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'akzidenz', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
}

h1 {
  font-size: 45px;
  line-height: 0.9em;
  margin-top: 3px;
  margin-bottom: 7px;
}

/******* articles *******/
article {
  text-align: center;
  padding: 20px;
}

article.cta {
  background-color: #ffffff;
  color: #000000;
  padding-top: 15px;
  padding-bottom: 7px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  margin-top: 0;
  font-family: 'baskerville';
  font-size: 14px;
}
article.cta h1 {
  margin-top: 10px;
}

article.cta2 {
  background-color: #000000;
  color: #ffffff;
  padding-top: 8px;
  padding-bottom: 7px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  margin-top: 0;
  font-family: 'baskerville';
  font-size: 14px;
}

article .black{
  background-color: #000000 !important;
}

article.cta2 b {
  font-family: 'Neue Haas Unica Pro'
}

article.left {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 20px 36px;
}

/***** tables *******/
h2, table.details tr>td:first-child {
  font-family: 'Neue Haas Unica Pro';
  font-size: 15px;
}

p, tr {
  font-family: 'baskerville';
  font-size: 15px;
  line-height: 18px;
}

td {
  padding-bottom: 5px;
}

td a.button {
  text-align: center;
  margin-top: 0px;
  font-size: 12px;
}

td a.button:hover, td a.button:focus, td a.button:active {
  opacity: 0.99;
}

td a.button {
  font-family: 'Neue Haas Unica Pro';
  font-size: 12px;
  text-decoration: none;
  background-color: #25DBC9;
  color: #ffffff;
  width: 94%;
  max-width: 300px;
  display: inline-block;
  outline: none;
  padding: 10px 3%;
  margin-bottom: 10px;
  border: none;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
}

table img {
  padding-right: 10px;
}


.table-divider {
  width: 1%;
}

/***** dividers ******/

div.divider {
  background-color: #f4f4f4;
  height: 20px;
}

div.dividerTop {
  background-color: #f4f4f4;
  height: 10px;
}

div.divider .divider-top, div.divider .divider-bottom {
  background-color: white;
  display: block;
  height: 5px;
}
div.divider .divider-topB, div.divider .divider-bottomB {
  background-color: black;
  display: block;
  height: 5px;
}
div.divider .divider-top {
  margin-bottom: 10px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
div.divider .divider-bottom {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
div.divider .divider-topB {
  margin-bottom: 10px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
div.divider .divider-bottomB {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.disclaimer {
  color: #a9a9a9;
  margin-top: -5px;
  text-align: left;
  font-size: 12px;
}

.disclaimer-center {
  color: #a9a9a9;
  margin-top: -5px;
  font-size: 12px;
  text-align: center;
}

.disclaimer-left {
  color: #a9a9a9;
  margin-top: -5px;
  font-size: 12px;
  text-align: left;
}

a.cancel {
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  background-image: url("https://d3oy116sysz8kq.cloudfront.net/images/Reject_GoldOutline_WhiteFill.svg");
}

a.back {
  position: absolute;
  top: 35px;
  left: 13px;
}

a.backSticky {
  position: absolute;
  top: 23px;
  left: 13px;
}

a.backTop {
  position: absolute;
  top: 35px;
  left: 13px;
}

/***** media *******/
@media screen and (max-width: 360px) {
  h1{
    font-size: 40px !important;
  }
  .text-price{
    font-size: 7px  !important;
  }
  .text-black-sm,  .text-ticket, .text-white-sm  {
    font-size: 7.5px  !important;
  }
  .text-black-xsm, .text-white-xsm {
    font-size: 6px !important;
  }

  .text-black-md, .text-white-md {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 330px) {
  .flex-wrapper {
    display: block !important;
    overflow: scroll !important;
  }
}

@media screen and (min-width: 768px) {
  article {
    max-width: 360px;
  }
}

/******* buttons *********/
a.button {
  font-family: 'Neue Haas Unica Pro';
  font-size: 17px;
  text-decoration: none;
  background-color: #25dbc9;
  color: #ffffff;
  width: 94%;
  max-width: 300px;
  display: inline-block;
  outline: none;
  padding: 10px 3%;
  margin-bottom: 10px;
  border: none;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
}

a.button:hover, a.button:focus, a.button:active {
  opacity: 0.7;
}

a.button1 {
  font-family: 'Neue Haas Unica Pro';
  text-decoration: none;
  background-color: #25DBC9;
  color: #FFFFFF;
  width: 94%;
  max-width: 300px;
  display: inline-block;
  padding: 10px 3%;
  margin-bottom: 10px;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
}

a.buttonSmall {
  font-family: 'Neue Haas Unica Pro';
  text-decoration: none;
  background-color: #25DBC9;
  color: #FFFFFF;
  width: 88%;
  max-width: 300px;
  display: inline-block;
  padding: 10px 3%;
  margin-bottom: 10px;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
}

a.buttonGold {
  font-family: 'Neue Haas Unica Pro';
  text-decoration: none;
  background-color: #B7A65F;
  color: white;
  width: 94%;
  max-width: 300px;
  display: inline-block;
  padding: 10px 3%;
  margin-bottom: 10px;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
}

a.button:hover, a.button:focus, a.button:active {
  opacity: 0.7;
}

.button {
  text-align: center;
  margin-top: 15px;
}

.bottom-padding {
  padding-bottom: 100px;
}

/***** text ******/
.text-price {
  color: #B7A65F;
  font-size: 9px;
}

.text-ticket {
  color: white;
  font-size: 8px;
  background-color: #B7A65F;
  font-weight: bold;
  width: 18%;
}

.text-white-md {
  font-size: 14px;
  color: white;
}

.text-white-sm {
  font-size: 9px;
  color: white;
}

.text-black-sm {
  font-size: 9px;
  color: black;
}

.text-black-xsm {
  font-size: 8px;
  color: black;
}

.text-black-md {
  font-size: 13px;
  color: black;
}

.text-link {
  color: #25DBC9;
  text-decoration: none;
}

.text-blue-highlight {
  color: #25DBC9;
  font-size: 13px;
}

.text-month-label {
  color: white;
  font-size: 12px;
  background-color: #B7A65F;
  font-weight: bold
}

/***** icons ******/
.icon-36 {
  width: 36px;
  height: 36px;
}

.icon-black-back {
  width: 10px;
  height: 20px;
  background-image: url("https://d3oy116sysz8kq.cloudfront.net/images/back-arrow.svg");
}

.icon-white-back {
  width: 10px;
  height: 20px;
  background-image: url("https://d3oy116sysz8kq.cloudfront.net/images/back-arrowWhite-01.svg");
}

/***** price card *****/
.price-card  html, body {
  font-family: 'newsgoth';
  font-size: 16px;
  line-height: 19px;
}
.price-card h1 {
  text-align: center;
  margin-top: 13px;
  margin-bottom: 0;
}
.price-card h2 {
  margin-top: 15px;
  margin-bottom: 18px;
  text-align: center;
}
.price-card table.title {
  width: 100%;
}
.price-card table.title tr>td:last-child {
  text-align: right;
}
.price-card h2, table.details tr>td:first-child {
  font-family: 'jbaskervilletxnitalic';
  font-weight: 300;
  font-size: 15px;
}
.price-card h2>span {
  letter-spacing: 1px;
}
.price-card article:last-of-type {
  margin-bottom: -10px;
}
.price-card article.cta2 {
  background-color: #000000;
  color: #FFFFFF;
  padding-top: 15px;
}
.price-card article.cta2 h1, article.cta h1{
  margin-top: 10px;
}
.price-card article>img {
  width: 100%;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
}
.price-card table.details {
  width: 100%;
}
.price-card td {
  vertical-align: top;
}
.price-card table.details tr>td {
  padding-bottom: 15px;
}
.price-card table.details tr>td:first-child {
  color: #9f9f9f;
  font-size: 14px;
  text-align: right;
  padding-right: 10px;
}

.boarder {
  border-color: #B7A65F;
  border-width: 2px;
  border-style: solid;
  color: white;
  background-color: black;
  font-size: 14px;
}

.box-ticket {
  color: black;
  border: #B7A65F;
  background: lightgrey !important;
}

.table-ticket {
  border-color: #B7A65F;
  border-width: 2px;
  border-style: solid;
  color: white;
  background-color: black;
  font-size: 13px;
}

.boarders-side {
  margin-left: 1.5px;
  margin-right: 1.5px;
}

/**** signup forms (base.html) ******/
#signup-form {
  margin: 0; padding: 0; height: 100%; overflow: hidden;
}

#signup-form #google-form-wrapper
{
  position:absolute; left: 0; right: 0; bottom: 0; top: 0px;
}
#signup-form  .back-form{
  position:absolute;
  z-index:10;
  margin-top:15px;
  margin-left:15px
}