/* line 1, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.phone {
  width: 200px;
  height: 320px;
  background: #1f2834;
  margin: 0;
  padding: 38px 6px 0 6px;
  border: 2px solid #e0e5e9;
  -khtml-border-radius: 26px 26px 0 0;
  -moz-border-radius: 26px 26px 0 0;
  -webkit-border-radius: 26px 26px 0 0;
  border-radius: 26px 26px 0 0;
  position: relative;
  z-index: 2;
}

/* line 15, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.phone img {
  width: 100%;
}

/* line 21, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.phone .details .camera {
  width: 8px;
  height: 8px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: rebeccapurple;
  position: absolute;
  top: 15px;
  left: 76px;
}

/* line 34, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.phone .details .speaker {
  width: 32px;
  height: 6px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rebeccapurple;
  position: absolute;
  top: 16px;
  right: 82px;
}

/* line 53, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 0;
  display: block;
  box-shadow: 1px 1px 10px #0000001f;
}

/* line 65, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .screen-nav {
  height: 14px;
  width: 100%;
  padding: 10px 0 16px 10px;
}

/* line 71, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .screen-nav .button {
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
  float: left;
  margin-right: 4px;
}

/* line 86, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen img {
  width: 100%;
  height: auto;
}

/* line 94, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen iframe {
  width: 100%;
  border: none;
  min-height: 400px;
  background: #fff;
  overflow: hidden;
}

/* line 104, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .screen-selected {
  position: absolute;
  top: -10px;
  right: 7px;
  color: #334999;
  font-size: 8px;
}

/* line 113, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .screen-link-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 162, 191, 0.74);
  color: #fff;
  text-align: center;
  transition: opacity 1s ease;
  opacity: 0;
}

/* line 125, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .screen-link-cover i {
  font-size: 30px;
  margin-top: 23%;
}

/* line 132, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen.screen-light {
  background: rgba(255, 255, 255, 0.06);
}

/* line 136, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .screen-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity .2s ease;
  opacity: 0;
}

/* line 146, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .screen-cover .btn {
  position: relative;
  top: 40%;
}

/* line 155, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .btns {
  position: absolute;
  top: 30%;
  width: 100%;
  opacity: 0;
  transition: .2s opacity ease;
}

/* line 162, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen .btns .btn {
  width: 60%;
  margin-bottom: 8px;
}

/* line 168, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen:hover {
  box-shadow: 1px 1px 12px #0000002b;
}

/* line 173, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen:hover .screen-link-cover, .screen:hover .screen-cover {
  opacity: 1;
}

/* line 177, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen:hover .btns {
  opacity: 1;
}

/* line 181, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen:hover .img-responsive {
  opacity: .2;
}

/* line 188, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen:active {
  box-shadow: 1px 0px 20px #00000014;
}

/* line 192, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen:active .screen-link-cover, .screen:active .screen-cover {
  opacity: 1;
}

/* line 196, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen:active .btns {
  opacity: 1;
}

/* line 200, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen:active .img-responsive {
  opacity: .2;
}

/* line 213, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.tablet {
  width: 274px;
  height: 395px;
  background: #fff;
  margin: 0;
  padding: 50px 8px 0 8px;
  border: 2px solid #e0e5e9;
  -khtml-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  -webkit-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
  border-radius: 12px;
  padding: 50px 8px 50px 8px;
  position: relative;
  z-index: 0;
}

/* line 233, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.tablet .details .camera {
  width: 8px;
  height: 8px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #e0e5e9;
  position: absolute;
  left: 50%;
  top: 11px;
  margin-left: -4px;
}

/* line 247, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.tablet .details .speaker {
  width: 32px;
  height: 6px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #e0e5e9;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 28px;
}

/* line 263, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.tablet.tablet-horizontal {
  width: 350px;
  transform: rotate(90deg);
}

/* line 269, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.tablet.tablet-horizontal .details .camera {
  left: 171px;
}

/* line 273, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.tablet.tablet-horizontal .details .speaker {
  left: 159px;
}

/* line 287, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-large {
  width: 100%;
  margin: 0 auto;
  background: #f6f6f8;
  box-shadow: 8px 8px 44px rgba(0, 0, 0, 0.5);
}

/* line 294, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-large .screen-nav {
  height: 30px;
  width: 100%;
  border-bottom: 1px solid #e0e5e9;
  background: #E6E6E6;
  padding-left: 8px;
  padding-top: 3px;
}

/* line 302, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-large .screen-nav .button {
  width: 12px;
  height: 12px;
  background: #D2D2D2;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 4px;
  margin-top: 4px;
}

/* line 315, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-large .screen-nav .url {
  width: 400px;
  height: 20px;
  background: #fff;
  float: left;
  margin-left: 10px;
  margin-top: 1px;
  text-align: left;
  padding: 1px;
  font-size: 12px;
  line-height: 20px;
  padding-left: 10px;
}

/* line 328, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-large .screen-nav .url .icon-lock {
  font-size: 16px;
  float: left;
  color: #222;
  padding-right: 5px;
}

/* line 337, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-large img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 400px) {
  /* line 344, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
  .url {
    max-width: 310px;
  }
}

/* line 353, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt {
  width: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.1);
  background: #1f2834;
  position: relative;
  overflow: hidden;
  padding: 0 14px 14px 14px;
  display: block;
  transition: .3s ease all;
  box-shadow: 1px 1px 20px #00000038;
}

/* line 369, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt .screen-nav {
  height: 35px;
  width: 100%;
  padding: 11px 0 14px 2px;
  z-index: 999;
  background: #1f2834;
  position: relative;
}

/* line 377, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt .screen-nav .button {
  width: 12px;
  height: 12px;
  background: #333;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 8px;
  background: rgba(0, 0, 0, 0.2);
  background: rebeccapurple;
}

/* line 392, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt img {
  width: 100%;
  height: auto;
}

/* line 398, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt iframe {
  width: 100%;
  border: none;
  min-height: 400px;
  background: #fff;
  overflow: hidden;
}

/* line 407, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt .screen-cover {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 40, 52, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: .3s ease all;
}

/* line 419, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt .screen-cover .screen-cover-btns {
  text-align: center;
  position: relative;
  top: 36%;
}

/* line 426, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt.is-mobile {
  border-radius: 16px 16px 0 0;
  width: 320px;
  padding: 0 0 8px 0;
}

/* line 431, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt.is-mobile .screen-nav {
  padding-left: 10px;
}

/* line 437, app/assets/stylesheets/enterprise/../styles/device_mocks.scss */
.screen-alt:hover .screen-cover {
  visibility: visible;
  opacity: 1;
}

/* line 3, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.well {
  margin-bottom: 0;
}

/* line 10, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-show, .show_buy, .show_confirm, .show_pay {
  background: #fff;
}

/* line 15, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-show {
  background: #f5f5f5;
  background: #fff;
  background: #f8f9fc;
}

/* line 21, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-share {
  float: right;
  padding: 10px;
}

/* line 27, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.events.home .event-share a {
  font-size: 24px;
  color: #eee;
}

/* line 34, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.btn-reg {
  overflow: hidden;
  border: none;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.5;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 10px 20px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50px;
  border: 2px solid;
  color: inherit;
}

/* line 58, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.btn-reg:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* line 65, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-page {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  color: #fff;
  text-align: center;
  position: relative;
}

/* line 76, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-page .overlay {
  background: #000;
  width: 100%;
  height: 100%;
  opacity: .2;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 87, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-page h1 {
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 60px;
  padding-top: 140px;
}

/* line 94, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-page .btn-reg {
  margin-bottom: 140px;
}

/* line 98, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-page p.lead {
  margin-top: 0;
  font-size: 22px;
  line-height: 30px;
}

/* line 109, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-page #event-page-logo .event-page-logo-container {
  position: absolute;
  top: 0;
  left: 0;
  border-left: 180px solid rgba(21, 21, 21, 0.5);
  border-bottom: 180px solid transparent;
  z-index: 9999;
  transition: border-left .5s ease-out;
}

/* line 120, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-page #event-page-logo .event-page-logo {
  background-image: url(/event_create_logo_vertical.png);
  background-size: contain;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 110px;
  height: 110px;
  z-index: 9999;
}

/* line 131, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-page #event-page-logo:hover .event-page-logo-container {
  border-left-color: #334999;
}

/* line 140, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-page .header {
  position: relative;
  z-index: 1;
}

/* line 145, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-page .header .navbar-brand > img {
  width: 200px;
}

/* line 149, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-page .header .header-content {
  padding: 40px 0 220px 0;
  font-family: "futura-pt",sans-serif;
  text-align: center;
}

/* line 154, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-page .header .header-content img {
  width: 140px;
}

/* line 158, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-page .header .header-content h1 {
  font-size: 80px;
  line-height: 110%;
  font-weight: 800;
  margin-top: 140px;
  padding: 0;
}

/* line 166, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-page .header .header-content .btn-reg {
  padding: 12px 28px;
  font-size: 13px;
  margin: 0;
}

/* line 174, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-page .header .event-share {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 14px;
  z-index: 999;
}

/* line 181, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-page .header .event-share a {
  color: #fff;
  opacity: .8;
  margin-left: 16px;
}

/* line 186, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-page .header .event-share a:hover {
  opacity: 1;
}

/* line 200, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body {
  font-family: "futura-pt",sans-serif;
}

/* line 206, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body .about-container {
  max-width: 800px;
  padding: 60px 0 80px;
}

/* line 218, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  margin: 10px 0 12px;
}

/* line 225, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body h3.subheader {
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 10px;
  color: #666;
  letter-spacing: -1px;
}

/* line 234, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin: 0;
}

/* line 242, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body h2 {
  font-weight: 600;
  margin-bottom: 40px;
}

/* line 247, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body p {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  margin: 12px 0 16px 0;
  color: #555;
}

/* line 257, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body.event-details {
  padding: 20px;
  font-size: 14px;
}

/* line 261, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body.event-details h4 {
  margin-bottom: 6px;
}

/* line 266, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body .event-body-left {
  float: left;
  width: 72%;
}

/* line 272, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body .event-meta a {
  display: inline-block;
  margin: 10px 0 12px;
  font-size: 12px;
}

/* line 280, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body .event-body-right {
  float: right;
  width: 24%;
}

/* line 284, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body .event-body-right .event-meta {
  font-size: 15px;
  position: relative;
}

/* line 289, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body .event-body-right .event-meta:after {
  content: "";
  display: table;
  clear: both;
}

/* line 295, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body .event-body-right .event-meta i {
  display: block;
  font-size: 20px;
  color: #999;
  float: left;
  width: 12%;
  min-height: 100%;
}

/* line 306, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body .event-body-right .event-meta .event-meta-content {
  float: right;
  width: 84%;
  min-height: 100%;
}

/* line 312, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body .event-body-right .event-meta .event-meta-content a {
  font-size: 12px;
  font-weight: 600;
  text-transform: lowercase;
}

/* line 328, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body:after {
  content: "";
  display: table;
  clear: both;
}

/* line 334, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body .event-meta-container {
  text-align: center;
  margin-bottom: 62px;
}

/* line 339, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body .event-meta-container:after {
  content: "";
  display: table;
  clear: both;
}

/* line 345, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body .event-meta-container .event-meta {
  width: 33.3333333333%;
  float: left;
}

/* line 349, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body .event-meta-container .event-meta i {
  display: block;
  font-size: 40px;
  float: left;
}

/* line 356, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body .event-meta-container .event-meta .event-meta-actions {
  margin-top: 10px;
}

/* line 359, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body .event-meta-container .event-meta .event-meta-actions a {
  font-size: 12px;
  font-weight: 600;
  text-transform: lowercase;
}

/* line 374, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body .event-action-container {
  text-align: center;
  margin: 50px 0;
}

/* line 378, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body .event-action-container a.btn {
  border: 1px solid #222;
  background: transparent;
  color: #222;
  margin: 0 12px;
}

/* line 384, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-body .event-action-container a.btn:hover {
  background: #222;
  color: #fff;
}

/* line 398, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-footer {
  background: #1a1a1a;
  padding: 40px 0 60px;
  text-align: center;
  color: #fff;
  font-family: "futura-pt",sans-serif;
}

/* line 406, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-footer a {
  text-decoration: underline;
  color: #fff;
}

/* line 412, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.new_purchase {
  background: #fff;
  padding: 40px;
  position: relative;
  top: -30px;
}

/* line 418, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.new_purchase .ticket {
  width: 100%;
  margin-bottom: 50px;
}

/* line 423, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.new_purchase .ticket h3 {
  font-size: 22px;
  line-height: 30px;
}

/* line 428, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.new_purchase .ticket select {
  float: right;
  border: 2px solid #ccc;
  font-size: 16px;
  height: 40px;
  width: 70px;
  background: #fff;
  padding-bottom: 100px;
}

/* line 443, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.map-container {
  position: relative;
}

/* line 446, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.map-container #map {
  z-index: 10;
  height: 400px;
}

/* line 451, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.map-container a.map-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

/* line 463, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.credit {
  text-align: center;
  color: #889;
  padding: 30px 10px;
  font-size: 10px;
  background: #222;
  margin-top: 100px;
}

/* line 472, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.credit a {
  margin-top: 8px;
  display: inline-block;
  width: 180px;
  opacity: .7;
}

/* line 478, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.credit a:hover {
  opacity: 1;
}

/* line 482, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.credit a img {
  width: 100%;
  height: auto;
}

/* line 513, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-container .event-details span input, .event-container .event-details span textarea, .event-container .event-description span input, .event-container .event-description span textarea {
  width: auto;
  border: none;
}

/* line 519, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-container .event-details .best_in_place:focus, .event-container .event-description .best_in_place:focus {
  border: none !important;
}

/* line 530, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.save-btn {
  display: none;
}

/* line 536, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.theme.active {
  background: rgba(255, 255, 255, 0.05);
}

/* line 540, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-page.visible {
  display: block;
}

/* line 546, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-purchase-form {
  max-width: 1000px;
  margin: 0 auto;
}

/* line 550, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-purchase-form h2 {
  margin: 40px 0 20px;
  font-size: 24px;
  line-height: 34px;
}

/* line 557, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-purchase-form .input-group input {
  border: 1px solid #fff;
  background: #dcdcdc;
  margin-right: 4px;
}

/* line 563, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-purchase-form:after {
  content: "";
  display: table;
  clear: both;
}

/* line 570, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-purchase-form form {
  text-align: left;
}

/* line 578, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-purchase-form .ticket-holder {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 583, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-purchase-form .ticket-holder h4 {
  margin: 10px 0 30px;
}

/* line 587, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-purchase-form .ticket-holder input {
  font-size: 14px;
  line-height: 20px;
  padding: 12px 8px;
}

/* line 598, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.purchase-details {
  float: right;
  background: #fff;
  position: relative;
  color: #000;
}

/* line 606, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.purchase-details table {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0 0;
  margin: 20px 0;
  vertical-align: top;
}

/* line 614, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.purchase-details table td.ticket-quantity {
  text-align: left;
  vertical-align: top;
}

/* line 618, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.purchase-details table td.ticket-quantity p {
  opacity: .6;
}

/* line 623, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.purchase-details table td.ticket-amount {
  text-align: right;
  vertical-align: top;
}

/* line 633, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-buy-page.event-page .header {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding: 100px 0;
  height: 200px;
}

/* line 647, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.credit .logo-svg path {
  fill: #fff;
}

/* line 656, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-show table:not(.ui-datepicker-calendar) td, .event-show table:not(.ui-datepicker-calendar) th {
  min-width: 0 !important;
}

/* line 660, app/assets/stylesheets/enterprise/../styles/event_show.scss */
img.fr-dib.fr-draggable {
  max-width: 100%;
  height: auto !important;
}

/* line 665, app/assets/stylesheets/enterprise/../styles/event_show.scss */
#rsvp-new-modal select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}

/* line 673, app/assets/stylesheets/enterprise/../styles/event_show.scss */
#rsvp-new-modal select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}

@media screen and (max-width: 980px) {
  /* line 689, app/assets/stylesheets/enterprise/../styles/event_show.scss */
  .event-container .event-page h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

@media screen and (max-width: 500px) {
  /* line 703, app/assets/stylesheets/enterprise/../styles/event_show.scss */
  #hero span {
    display: inline-block;
  }
  /* line 708, app/assets/stylesheets/enterprise/../styles/event_show.scss */
  a {
    word-break: break-word;
  }
}

/* line 715, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.ticket-list-container {
  text-align: left;
}

/* line 731, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.ticket-container select {
  width: 100%;
}

/* line 737, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.banner {
  background: #ccc;
  position: absolute;
  top: 10px;
  left: 300px;
  width: 600px;
  text-align: center;
  padding: 6px;
  z-index: 999;
}

/* disable map zoom on scroll styles */
/* line 750, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.map-container {
  width: 100%;
  margin: 0px 0 0;
}

/* line 754, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.map-container iframe {
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative;
  /* IE needs a position other than static */
}

/* line 760, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.map-container iframe.clicked {
  pointer-events: auto;
}

/* end disable zoom map scroll styles */
/* line 774, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-nav-container {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: #222;
  z-index: 9999;
}

/* line 782, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-nav-container .event-nav-logo {
  background: #334999;
  display: block;
  width: 72px;
  text-align: center;
  height: 60px;
}

/* line 789, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-nav-container .event-nav-logo svg {
  width: 35%;
  margin: 0 auto;
  padding-top: 15px;
}

/* line 796, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-nav-container .event-nav-bottom {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

/* line 802, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-nav-container .event-nav-link {
  color: rgba(255, 255, 255, 0.5);
  line-height: 38px;
  display: block;
  padding: 10px 0;
  text-align: center;
  transition: padding .2s ease-in-out;
  position: relative;
  min-width: 66px;
  max-width: 72px;
  text-decoration: none;
  overflow: hidden;
}

/* line 816, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-nav-container .event-nav-link i {
  font-size: 20px;
  position: relative;
  top: 4px;
  line-height: 0;
}

/* line 824, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-nav-container .event-nav-link.active {
  color: #334999;
}

/* line 829, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-nav-container .event-nav-link span {
  font-size: 9px;
  font-weight: 600;
  line-height: 0;
  display: block;
  text-align: center;
}

/* line 838, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-nav-container .event-nav-link:hover {
  background: #20252a !important;
  color: #fff;
}

/* line 847, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container {
  transition: left .3s ease-in-out;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* line 856, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container.visible {
  left: 0;
}

/* line 863, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-editor-sections {
  background: #fff;
  height: 800px;
  overflow: scroll;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  width: 1300px;
}

/* line 871, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-editor-sections .alert.alert-success {
  position: absolute;
  background: #2ea595;
  color: #fff;
  font-weight: 600;
}

/* line 880, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-editor-sections .page-header {
  margin: 0 0 30px 0;
  border: none;
}

/* line 884, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-editor-sections .page-header h1 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 0;
}

/* line 891, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-editor-sections .page-header p {
  font-size: 16px;
}

/* line 900, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-editor-sections .editor-panel-primary .editor-panel {
  padding: 40px;
  padding-top: 100px;
  padding-left: 112px;
  margin-right: 320px;
}

/* line 907, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-editor-sections .editor-panel-primary .editor-aside {
  width: 320px;
  float: right;
  position: relative;
  padding: 40px;
  padding-top: 100px;
}

/* line 916, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-editor-sections .editor-panel-primary:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: 100%;
  background: rgba(239, 240, 243, 0.5);
}

/* line 931, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-editor-sections .editor-panel-left-nav .editor-panel {
  margin-left: 400px;
  position: relative;
  padding: 40px;
  padding-top: 100px;
}

/* line 939, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-editor-sections .editor-panel-left-nav .editor-aside {
  float: left;
  width: 400px;
  padding: 60px 0 0 72px;
  position: absolute;
  overflow: scroll;
  padding: 40px;
  padding-top: 60px;
  padding-left: 72px;
  padding-right: 0;
  overflow: scroll;
  position: absolute;
  height: 700px;
}

/* line 955, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-editor-sections .editor-panel-left-nav:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-left: 400px;
  background: rgba(239, 240, 243, 0.5);
}

/* line 971, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-editor-sections .editor-panel-top-nav .editor-aside {
  background: rgba(239, 240, 243, 0.5);
  padding: 40px;
  padding-top: 74px;
  padding-bottom: 14px;
  padding-left: 112px;
}

/* line 980, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-editor-sections .editor-panel-top-nav .editor-panel {
  padding: 16px 20px 40px 112px;
  padding: 40px;
  padding-top: 14px;
  padding-left: 112px;
}

/* line 990, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-editor-sections .editor-panel-blank-state {
  text-align: center;
}

/* line 993, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-editor-sections .editor-panel-blank-state i {
  font-size: 60px;
  display: inline-block;
}

/* line 1003, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-editor-header {
  height: 60px;
  position: fixed;
  background: #222;
  width: 1300px;
  z-index: 99;
  padding: 0 0 0 100px;
}

/* line 1012, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-editor-header a {
  line-height: 60px;
  padding: 0 20px;
  color: #efefef;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

/* line 1020, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-editor-header a#editor-panel-close {
  background: #111;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 20px;
  float: right;
}

/* line 1046, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container section {
  margin-bottom: 50px;
}

/* line 1049, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container section .btn {
  width: 100%;
  margin-bottom: 6px;
}

/* line 1056, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container h4 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

/* line 1063, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .editor-aside h4 {
  margin-bottom: 22px;
}

/* line 1067, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container input {
  border: 1px solid #dcdcdc;
}

/* line 1071, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .btn {
  border-radius: 0;
}

/* line 1076, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container li {
  border-bottom: 1px solid #efefef;
  padding: 30px 22px 30px 28px;
  cursor: pointer;
}

/* line 1083, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container li.active {
  background: rgba(239, 240, 243, 0.5);
  color: #888;
  cursor: auto;
}

/* line 1089, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container li:hover {
  background: rgba(239, 240, 243, 0.5);
}

/* line 1095, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container li:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1103, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-activity-chart {
  width: 100%;
  height: 440px;
  margin: 60px 0 40px;
}

/* line 1113, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-activity-data h1 {
  font-size: 52px;
  line-height: 62px;
  font-weight: 300;
  margin: 0;
}

/* line 1120, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-activity-data p {
  margin: 0;
  color: #999;
}

/* line 1127, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-activity-meter {
  line-height: 10px;
  font-size: 12px;
  margin-bottom: 10px;
}

/* line 1134, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-activity-meter .event-activity-status {
  width: 82%;
  float: left;
}

/* line 1138, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-activity-meter .event-activity-status h5 {
  margin: 0;
  font-weight: 600;
  color: #2ea595;
}

/* line 1144, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-activity-meter .event-activity-status p {
  margin: 5px 0 10px 0;
  font-size: 12px;
  line-height: 16px;
  opacity: .5;
}

/* line 1152, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-activity-meter span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  background: #2ea595;
}

/* line 1164, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-activity-meter.event-activity-meter-false span {
  background: #f8ca4d;
}

/* line 1169, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-activity-meter.event-activity-meter-false h5 {
  color: #f6bb1c;
}

/* line 1176, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .event-activity-meter:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1187, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .editor-aside-nav a.edit-aside-nav-add {
  padding: 16px 22px;
  display: inline-block;
}

/* line 1192, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .editor-aside-nav i {
  display: block;
  float: left;
  margin-right: 10px;
  font-size: 20px;
}

/* line 1199, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .editor-aside-nav .editor-aside-nav-desc {
  float: left;
  width: 80%;
}

/* line 1203, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .editor-aside-nav .editor-aside-nav-desc h3 {
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin: 0 0 0 0;
}

/* line 1211, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-section-container .editor-aside-nav .editor-aside-nav-desc p {
  opacity: .5;
  margin-top: 2px;
}

/* line 1224, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.design-editor-header {
  height: 60px;
  background: #222;
  width: 300px;
}

/* line 1229, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.design-editor-header a {
  line-height: 60px;
  padding: 0 20px;
  color: #efefef;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}

/* line 1237, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.design-editor-header a#design-panel-close {
  background: #111;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 20px;
  float: right;
}

/* line 1254, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.design-editor-section-container {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: 9999;
  transition: left .2s ease-in-out;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  overflow: scroll;
}

/* line 1267, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.design-editor-section-container.visible {
  left: 0;
}

/* line 1271, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.design-editor-section-container .design-editor-body {
  padding: 40px 20px;
}

/* line 1275, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.design-editor-section-container section {
  margin-bottom: 40px;
}

/* line 1279, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.design-editor-section-container .editor-current-bg {
  width: 100%;
  height: 140px;
  background-size: cover;
  cursor: pointer;
  margin-bottom: 20px;
}

/* line 1286, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.design-editor-section-container .editor-current-bg:hover {
  opacity: .8;
}

/* line 1297, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.checkin .editor-aside {
  background: #334999;
  padding: 10px;
}

/* line 1305, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.checkin .table td {
  padding: 26px 8px;
  font-size: 16px;
}

/* line 1324, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-editor-draft-container {
  display: none;
}

/* line 1329, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-show.show .dashboard-header {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
}

/* line 1337, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-status-notification-banner {
  background: #262b31;
  color: #fff;
  font-size: 11px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  display: none;
}

/* line 1349, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-status-notification-banner.visible {
  display: block;
}

/* line 1355, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.show-navigation-container .tabs {
  position: fixed;
  top: 5px;
  left: 0;
  z-index: 999999;
}

/* line 1363, app/assets/stylesheets/enterprise/../styles/event_show.scss */
body.invite-view {
  background: #ebedf0;
}

/* line 1367, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-show.show .tablet {
  margin: 0 auto;
  margin-top: 50px;
  width: 500px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  height: auto;
}

/* line 1374, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-show.show .tablet .tablet-content {
  height: 520px;
  overflow: scroll;
  border: 1px solid #ebedf0;
}

/* line 1390, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.show-view.invite-container {
  display: none;
}

/* line 1398, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.events nav {
  width: auto;
}

/* line 1404, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.events.index nav {
  display: block;
}

/* line 1413, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-container {
  transition: left .3s ease-in-out;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* line 1430, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-container.visible {
  left: 74px;
}

/* line 1445, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tabs {
  position: fixed;
  left: 0;
  top: 0;
  width: 74px;
  height: 100%;
  background: #fff;
  z-index: 99999;
  background: #1f262d;
}

/* line 1456, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tabs .editor-tools-bottom {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

/* line 1462, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tabs a.tab {
  color: #777;
  line-height: 38px;
  display: block;
  padding: 10px 0;
  text-align: center;
  transition: padding .2s ease-in-out;
  position: relative;
  min-width: 66px;
  max-width: 72px;
  text-decoration: none;
  overflow: hidden;
}

/* line 1477, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tabs a.tab .editor-tab-notification {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 12px;
  bottom: 11px;
  background: #334999;
  border-radius: 50%;
}

/* line 1486, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tabs a.tab .editor-tab-notification.editor-tab-notification-error {
  background: #bf3121;
}

/* line 1491, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tabs a#draft.tab {
  margin-top: 6px;
  background: #293a7a;
}

/* line 1496, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tabs a#publish.tab, .editor-tabs a.tab.publish {
  background: #334999;
}

/* line 1500, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tabs a#done.tab {
  background: #334999;
  margin-top: 6px;
}

/* line 1505, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tabs a#saving.tab {
  background: transparent;
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s ease;
}

/* line 1511, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tabs a#saving.tab.visible {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* line 1521, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tabs a.tab i {
  font-size: 20px;
  position: relative;
  top: 4px;
  line-height: 0;
}

/* line 1528, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tabs a.tab div {
  text-align: center;
  font-size: 10px;
  line-height: 9px;
  margin-bottom: 3px;
}

/* line 1535, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tabs a.tab.active {
  color: #334999;
}

/* line 1541, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tabs a.tab span {
  font-size: 9px;
  font-weight: 600;
  line-height: 0;
  display: block;
  text-align: center;
}

/* line 1550, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tabs a.tab:hover {
  background: #20252a !important;
  color: #fff;
}

/* line 1554, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tabs a.tab:hover span {
  visibility: visible;
  left: 78px;
  opacity: 1;
}

/* line 1568, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.tabs {
  position: absolute;
  top: 80px;
  left: 0;
  transition: left .2s ease-in-out;
}

/* line 1575, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.tabs.visible {
  left: -80px;
}

/* line 1580, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.tabs:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1588, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.tabs a.tab {
  color: #fff;
  line-height: 38px;
  display: block;
  background: #262b31;
  padding: 10px 16px;
  text-align: center;
  transition: padding .2s ease-in-out;
  position: relative;
  min-width: 66px;
}

/* line 1600, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.tabs a#draft.tab {
  margin-top: 6px;
  background: #293a7a;
}

/* line 1605, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.tabs a#publish.tab, .tabs a.tab.publish {
  background: #334999;
}

/* line 1609, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.tabs a#done.tab {
  background: #334999;
  margin-top: 6px;
}

/* line 1614, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.tabs a#saving.tab {
  background: transparent;
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s ease;
}

/* line 1620, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.tabs a#saving.tab.visible {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* line 1630, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.tabs a.tab i {
  font-size: 20px;
  position: relative;
  top: 4px;
}

/* line 1636, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.tabs a.tab div {
  text-align: center;
  font-size: 10px;
  line-height: 9px;
  margin-bottom: 3px;
}

/* line 1643, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.tabs a.tab.active {
  color: #334999;
}

/* line 1648, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.tabs a.tab:hover {
  background: #20252a !important;
  text-decoration: none;
}

/* line 1653, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.tabs a.tab span {
  position: absolute;
  right: 0;
  background: #262b31;
  color: #fff;
  font-size: 10px;
  padding: 2px;
  display: none;
}

/* line 1677, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools {
  background: #f1f3f5;
  background: #f7f7f8;
  color: #444;
  position: relative;
  height: 800px;
  overflow: scroll;
}

/* line 1688, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools::-webkit-scrollbar {
  display: none;
}

/* line 1692, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools #editor-panel-close {
  position: absolute;
  top: 13px;
  left: 9px;
  z-index: 999;
  color: #222;
  font-size: 19px;
  cursor: pointer;
  opacity: .5;
}

/* line 1702, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools #editor-panel-close:hover {
  opacity: 1;
}

/* line 1707, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools .remodal-close {
  left: initial;
  right: 0;
  z-index: 9;
}

/* line 1713, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools .editor-tool {
  display: none;
  position: relative;
  width: 700px;
}

/* line 1720, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools p {
  opacity: .8;
}

/* line 1724, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools .form-container {
  background: #fff;
  padding: 30px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

/* line 1732, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools .row {
  padding: 0 40px;
  margin-bottom: 40px;
}

/* line 1737, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools .row.editor-tool-header {
  padding: 10px 40px 10px 50px;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 60px;
}

/* line 1746, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools .row.editor-tool-header p {
  display: none;
}

/* line 1752, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools section {
  padding: 10px 30px;
  margin: 40px 0;
}

/* line 1771, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  margin: 10px 0 30px;
  color: #888;
}

/* line 1801, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools .editor-current-bg {
  width: 100%;
  height: 240px;
  background-size: cover;
  cursor: pointer;
  margin-bottom: 20px;
}

/* line 1808, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools .editor-current-bg:hover {
  opacity: .8;
}

/* line 1815, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools .fonts a.font {
  width: 33.33333%;
  float: left;
  text-align: center;
  display: block;
  margin: 0;
  height: 50px;
  line-height: 50px;
  color: #555;
}

/* line 1825, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools .fonts a.font:hover {
  background: #334999;
  color: #fff;
}

/* line 1831, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools .fonts:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1839, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools .ticket-actions a {
  height: auto;
  background: none;
  padding: 0;
}

/* line 1844, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools .ticket-actions a i {
  font-size: 20px;
}

/* line 1850, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools #input-free-event-container {
  opacity: 1;
  line-height: 16px;
}

/* line 1855, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools #input-free-event-container label {
  cursor: pointer;
}

/* line 1859, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools #input-free-event-container input {
  width: inherit;
  float: left;
  margin-right: 4px;
  cursor: pointer;
}

/* line 1869, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools .editor-upgrade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: rgba(29, 33, 38, 0.8);
}

/* line 1877, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools .editor-upgrade .editor-upgrade-content {
  position: relative;
  top: 30%;
  text-align: center;
  color: #fff;
  width: 80%;
  margin: 0 auto;
}

/* line 1885, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools .editor-upgrade .editor-upgrade-content h3 {
  font-size: 24px;
  line-height: 40px;
}

/* line 1889, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools .editor-upgrade .editor-upgrade-content p {
  opacity: .8;
  margin-bottom: 30px;
}

/* line 1894, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools .editor-upgrade .editor-upgrade-content .btn {
  background: #2ea595;
}

/* line 1954, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.toggle-container {
  width: 100%;
  height: 70px;
  background: #efefef;
  border-radius: 50px;
  text-align: center;
  position: relative;
  font-size: 12px;
  line-height: 70px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #999;
  cursor: pointer;
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-bottom: 30px;
}

/* line 1973, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.toggle-container .toggle {
  width: 30%;
  height: 50px;
  top: 10px;
  background: #999;
  border-radius: 50px;
  position: absolute;
  left: 10px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

/* line 1991, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.toggle-container:hover .toggle {
  left: 20px;
}

/* line 1997, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.toggle-container.toggle-on {
  background: #334999;
  color: #fff;
}

/* line 2001, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.toggle-container.toggle-on .toggle {
  left: 183px;
  background: #293a7a;
}

/* line 2013, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.toggle-status {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 14px;
}

/* line 2018, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.toggle-status span {
  width: 14px;
  height: 14px;
  display: block;
  float: left;
  margin-right: 10px;
  background: #dedede;
  border-radius: 50%;
}

/* line 2034, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: none;
}

/* line 2049, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.uploader {
  position: relative;
  z-index: 9999;
  top: -120px;
  left: 0;
}

/* line 2056, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.progress {
  height: 10px;
}

/* line 2059, app/assets/stylesheets/enterprise/../styles/event_show.scss */
#custom-image {
  position: relative;
}

/* line 2062, app/assets/stylesheets/enterprise/../styles/event_show.scss */
#custom-image form {
  top: 45px;
  position: absolute;
  width: 100%;
  left: 0;
}

/* line 2068, app/assets/stylesheets/enterprise/../styles/event_show.scss */
#custom-image form .progress {
  position: absolute;
  width: 70%;
  top: 0px;
  left: 46px;
}

/* line 2073, app/assets/stylesheets/enterprise/../styles/event_show.scss */
#custom-image form .progress .bar {
  margin: 0 auto;
  height: 5px;
  background: #334999;
}

/* line 2082, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.header .dragOverlay {
  display: none;
}

/* line 2086, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.file-label {
  background: #334999;
  padding: 10px 18px;
  font-size: 8pt;
  cursor: pointer;
  border-radius: 16px;
}

/* line 2093, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.file-label:hover {
  background: #405bbf;
}

/* line 2097, app/assets/stylesheets/enterprise/../styles/event_show.scss */
#custom-file-input, #event_background_img {
  opacity: 0;
}

/* line 2103, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.upload-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* line 2110, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.upload-container .upload {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: 2px dotted rgba(255, 255, 255, 0.4);
  top: 2.5%;
  position: relative;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: none !important;
  visibility: hidden;
}

/* line 2123, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.upload-container .upload.visible {
  width: 97%;
  height: 95%;
  opacity: 1;
  visibility: visible;
}

/* line 2135, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.slider-container {
  margin-top: 30px;
}

/* line 2139, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.slider {
  display: inline-block;
}

/* line 2143, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.slider #slider {
  width: 160px;
  background: rgba(0, 0, 0, 0.1);
  height: 5px;
  position: relative;
}

/* line 2150, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.slider #slider span {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #334999;
  position: absolute;
  top: -5px;
  cursor: pointer;
}

/* line 2168, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.color-picker {
  display: inline-block;
  position: relative;
  margin-left: 12px;
}

/* line 2173, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.color-picker #color {
  border: none;
  font-size: 11px;
  width: 89px;
  font-size: 12px;
  color: #888;
  padding: 14px 10px;
}

/* line 2184, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.cp-color-picker {
  z-index: 9999999;
}

/* line 2188, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.minicolors-swatch {
  border: none !important;
}

/* line 2193, app/assets/stylesheets/enterprise/../styles/event_show.scss */
#custom_image_form {
  cursor: pointer;
  float: left;
  width: 25%;
}

/* line 2197, app/assets/stylesheets/enterprise/../styles/event_show.scss */
#custom_image_form input {
  width: 25%;
  cursor: pointer;
  background: none;
  border: none;
  opacity: 0;
  position: absolute;
  top: 60px;
  left: 0;
  height: 100%;
}

/* line 2216, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.layout-select li {
  display: block;
  padding: 10px;
  margin-bottom: 5px;
  background: #efefef;
  font-weight: 600;
  opacity: 1;
  cursor: pointer;
}

/* line 2225, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.layout-select li i {
  font-size: 20px;
  float: right;
}

/* line 2230, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.layout-select li.inactive {
  opacity: .3;
}

/* line 2233, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.layout-select li.inactive i:before {
  content: "\f070";
}

/* line 2255, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools .tickets .ticket {
  background: #f7f7f7;
  width: 100%;
  padding: 20px;
  margin: 10px 0;
  border-left: 3px solid #334999;
  position: relative;
}

/* line 2263, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools .tickets .ticket .ticket-actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  opacity: 0;
}

/* line 2270, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools .tickets .ticket .ticket-actions .ticket-action {
  color: #334999;
  width: 20px;
  float: right;
  font-size: 20px;
  margin: 5px 10px;
  cursor: pointer;
  opacity: .6;
}

/* line 2279, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools .tickets .ticket .ticket-actions .ticket-action:hover {
  opacity: 1;
}

/* line 2291, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.editor-tools .tickets .ticket:hover .ticket-actions {
  opacity: 1;
}

/* line 2303, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.remodal .ticket {
  width: 100%;
  background: #ebedf0;
}

/* line 2309, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.remodal .ticket select {
  float: right;
  border: 2px solid #ccc;
  font-size: 16px;
  height: 40px;
  width: 70px;
  background: #fff;
  padding-bottom: 100px;
}

/* line 2327, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.feedback-tab {
  position: fixed;
  right: 20px;
  background: #fff;
  width: 360px;
  z-index: 99999999999;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
  bottom: -450px;
  transition: bottom .3s ease-in-out;
  display: none;
}

/* line 2338, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.feedback-tab.visible {
  bottom: 0;
}

/* line 2343, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.feedback-tab .feedback-tab-header {
  background: #334999;
  font-size: 14px;
  color: #fff;
  padding: 12px 20px;
  cursor: pointer;
}

/* line 2350, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.feedback-tab .feedback-tab-header:hover {
  background: #263773;
}

/* line 2354, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.feedback-tab .feedback-tab-header i {
  display: inline-flex;
  float: right;
  top: 3px;
  position: relative;
}

/* line 2363, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.feedback-tab form {
  padding: 20px;
  height: 450px;
}

/* line 2367, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.feedback-tab form p {
  font-size: 12px;
  color: #999;
}

/* line 2372, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.feedback-tab form textarea {
  border: 1px solid #dcdcdc;
  height: 70px;
}

/* line 2381, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.logged-in .repeatable {
  position: relative;
  margin-bottom: 30px;
}

/* line 2385, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.logged-in .repeatable .repeatable-actions {
  position: absolute;
  width: 100px;
  margin-left: -50px;
  bottom: -10px;
  left: 50%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  z-index: 99;
  display: none;
}

/* line 2400, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.logged-in .repeatable .repeatable-actions .repeatable-action {
  background: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  width: 50px;
  float: left;
}

/* line 2409, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.logged-in .repeatable .repeatable-actions .repeatable-action:hover {
  color: #222;
  background: #ebebeb;
}

/* line 2417, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.logged-in .repeatable:hover .repeatable-actions {
  display: block;
}

/* line 2424, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.col-no-padding {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 2429, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.col-sm-padding {
  padding: 3px !important;
  margin: 0 !important;
  padding-bottom: 6px !important;
}

/* line 2436, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.col-sm-padding:first-child {
  margin-left: -3px !important;
}

/* line 2440, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.col-sm-padding:last-child {
  margin-right: -3px !important;
}

/* line 2450, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.input[type="radio"], input[type="checkbox"] {
  float: left;
  width: initial;
  margin: 0 10px 0 0;
}

/* line 2456, app/assets/stylesheets/enterprise/../styles/event_show.scss */
textarea {
  border: 1px solid #dcdcdc;
}

/* line 2460, app/assets/stylesheets/enterprise/../styles/event_show.scss */
span.fr-video.fr-dvb.fr-draggable {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  display: block;
  overflow: hidden;
}

/* line 2469, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.fr-video iframe, .fr-video object, .fr-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 2479, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.has-editor-inline-link:hover {
  outline: 1px dotted #334999;
  position: relative;
}

/* line 2483, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.has-editor-inline-link:hover:after {
  content: "\f040";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  position: absolute;
  top: -4px;
  right: -10px;
  background: #334999;
  font-size: 12px;
  padding: 8px;
  border-radius: 50%;
}

/* line 2502, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-website-section-available {
  height: 0px;
  background: #334999;
  position: relative;
  z-index: 9;
}

/* line 2509, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-website-section-available .popover {
  width: 600px;
  max-width: 600px;
}

/* line 2514, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-website-section-available i.icon-plus {
  display: inline-block;
  margin: 0 auto;
  width: 40px;
  background: #334999;
  color: #fff;
  height: 40px;
  font-size: 33px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  top: -19px;
  left: 10px;
  text-align: center;
  transform: scale(0.9, 0.9);
  transition: .2s all ease-in-out;
}

/* line 2533, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-website-section-available:hover {
  outline: 2px dotted #334999;
  transition: .1s all linear;
  height: 2px;
}

/* line 2540, app/assets/stylesheets/enterprise/../styles/event_show.scss */
.event-website-section-available:hover i {
  transform: scale(1.2, 1.2);
}

/* line 2550, app/assets/stylesheets/enterprise/../styles/event_show.scss */
#register_modal .well {
  margin-bottom: 40px;
}

/* line 2556, app/assets/stylesheets/enterprise/../styles/event_show.scss */
#register_modal .label {
  font-size: 14px;
  background: #eaeaea;
  font-weight: 400;
  color: #777;
  padding: 10px;
  display: inline-block;
  background: #f8f9fc;
  border-radius: 0;
  border: 1px solid #e7e7e7;
}

/* line 2568, app/assets/stylesheets/enterprise/../styles/event_show.scss */
#register_modal .label b {
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 2575, app/assets/stylesheets/enterprise/../styles/event_show.scss */
#register_modal .form-header {
  margin-bottom: 30px;
}

/* line 2579, app/assets/stylesheets/enterprise/../styles/event_show.scss */
#register_modal .small {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
}

/* line 1, app/assets/stylesheets/enterprise/../styles/events.scss */
.events.new, .events.newcalendar, .events.newcalendarquiz, .events.newcalendartheme {
  background-color: #f8f9fc !important;
}

/* line 15, app/assets/stylesheets/enterprise/../styles/events.scss */
.events.new #event_details,
.events.new #event_type, .events.newcalendar #event_details,
.events.newcalendar #event_type, .events.newcalendarquiz #event_details,
.events.newcalendarquiz #event_type, .events.newcalendartheme #event_details,
.events.newcalendartheme #event_type {
  display: none;
}

/* line 29, app/assets/stylesheets/enterprise/../styles/events.scss */
.events.new .form-header p, .events.newcalendar .form-header p, .events.newcalendarquiz .form-header p, .events.newcalendartheme .form-header p {
  opacity: .5;
}

/* line 33, app/assets/stylesheets/enterprise/../styles/events.scss */
.events.new .thumbnail, .events.newcalendar .thumbnail, .events.newcalendarquiz .thumbnail, .events.newcalendartheme .thumbnail {
  background: transparent;
  min-height: 414px;
}

/* line 39, app/assets/stylesheets/enterprise/../styles/events.scss */
.events.new .radio, .events.newcalendar .radio, .events.newcalendarquiz .radio, .events.newcalendartheme .radio {
  margin-bottom: 40px;
}

/* line 43, app/assets/stylesheets/enterprise/../styles/events.scss */
.events.new input.form-control, .events.new select.form-control, .events.newcalendar input.form-control, .events.newcalendar select.form-control, .events.newcalendarquiz input.form-control, .events.newcalendarquiz select.form-control, .events.newcalendartheme input.form-control, .events.newcalendartheme select.form-control {
  background-color: #fff;
}

/* line 58, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-website .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 62, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-website .row .col.col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

/* line 69, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-website .container .row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 74, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-website .container .col.col-md-12 {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 92, app/assets/stylesheets/enterprise/../styles/events.scss */
.image-confirm-container {
  max-width: 600px;
}

/* line 96, app/assets/stylesheets/enterprise/../styles/events.scss */
.generic-images img {
  border: 2px solid transparent;
  cursor: pointer;
}

/* line 99, app/assets/stylesheets/enterprise/../styles/events.scss */
.generic-images img:active, .generic-images img:hover {
  border: 2px solid #21a2bf;
  -webkit-transition: border .2s;
  -moz-transition: border .2s;
  transition: border .2s;
}

/* MARK - TODO - add styles to buy page container, if necessary */
/* line 119, app/assets/stylesheets/enterprise/../styles/events.scss */
.show_buy .container, .select_buy .container, .show_pay .container {
  max-width: 1000px;
}

/* line 125, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-banner {
  background-size: cover;
  height: 200px;
  position: relative;
  background-position: 50% 10%;
}

/* line 132, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-banner .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
}

/* line 144, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-nav {
  border-bottom: 1px solid #efefef;
}

/* line 150, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-date-box {
  background: #000;
  background: #242831;
  background: #0a2b3d;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  width: 100%;
}

/* line 163, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-date-box span {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 2px;
  opacity: .8;
}

/* line 173, app/assets/stylesheets/enterprise/../styles/events.scss */
#event-meta {
  margin: 20px 0 20px 0;
  list-style: none;
  padding: 0;
}

/* line 178, app/assets/stylesheets/enterprise/../styles/events.scss */
#event-meta i {
  font-size: 50px;
  float: left;
  margin-right: 10px;
  color: #0a2b3d;
}

/* line 186, app/assets/stylesheets/enterprise/../styles/events.scss */
ul.event-meta:after {
  content: "";
  display: table;
  clear: both;
}

/* line 192, app/assets/stylesheets/enterprise/../styles/events.scss */
ul.event-meta li {
  float: left;
  margin-right: 32px;
}

/* line 197, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-description {
  font-size: 12px;
  margin-top: 20px;
  color: #777;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* line 206, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-actions.affix {
  top: 36px;
}

/* line 211, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-actions section:first-child {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 40px;
  margin-bottom: 40px;
  display: block;
}

/* line 219, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-actions .event-action-reminder {
  font-size: 13px;
  margin: 4px 0;
}

/* line 224, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-actions .event-action-reminder h4 {
  font-size: 13px;
}

/* line 228, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-actions .event-action-reminder i {
  color: #E4507A;
  color: #51b39e;
}

/* line 235, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-actions .btn {
  width: 100%;
  margin-bottom: 5px;
}

/* line 241, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-actions .btn.btn-social {
  width: 33.3333333333%;
  float: left;
}

/* line 247, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-actions .btn.btn-social {
  width: 25%;
  float: left;
}

/* line 253, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-users {
  margin-top: 20px;
}

/* line 257, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-users img {
  width: 32px;
  height: auto;
  border-radius: 50%;
  position: relative;
}

/* line 264, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-users img {
  margin-left: -16px;
}

/* line 268, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-users img:first-child {
  margin-left: 0;
}

/* line 272, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-photos {
  margin-top: 60px;
}

/* line 277, app/assets/stylesheets/enterprise/../styles/events.scss */
#creditcards {
  width: 50%;
  text-align: center;
  display: block;
  max-width: 138px;
  float: right;
  margin: 10px 30px 0 0;
}

/* line 291, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-page-footer {
  margin-top: 100px;
  background: #0a2b3d;
  padding: 24px 0 30px 0;
  color: rgba(255, 255, 255, 0.8);
}

/* line 297, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-page-footer #footer-creditcards {
  width: 140px;
  float: right;
}

/* line 302, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-page-footer p.small a {
  color: rgba(255, 255, 255, 0.8);
}

/* line 307, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-page-footer #secure {
  width: 200px;
  float: right;
  margin-left: 20px;
  font-size: 11px;
  color: #009ad9;
}

/* line 315, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-page-footer #secure img {
  width: 22px;
  display: inline-block;
  margin-right: 10px;
}

/* line 331, app/assets/stylesheets/enterprise/../styles/events.scss */
.checkin_new .card-1 {
  float: left !important;
  margin: 0 20px 20px;
}

/* line 338, app/assets/stylesheets/enterprise/../styles/events.scss */
.checkin_new .donut-chart {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

/* line 343, app/assets/stylesheets/enterprise/../styles/events.scss */
.checkin_new .donut-chart .slice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 351, app/assets/stylesheets/enterprise/../styles/events.scss */
.checkin_new .donut-chart .chart-center {
  position: absolute;
  border-radius: 50%;
}

/* line 355, app/assets/stylesheets/enterprise/../styles/events.scss */
.checkin_new .donut-chart .chart-center span {
  display: block;
  text-align: center;
}

/* line 380, app/assets/stylesheets/enterprise/../styles/events.scss */
.checkin_new .donut-chart.chart2 {
  width: 80px;
  height: 80px;
  background: #48b2c1;
}

/* line 386, app/assets/stylesheets/enterprise/../styles/events.scss */
.checkin_new .donut-chart.chart2 .slice.one {
  clip: rect(0 80px 40px 0);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #e1e1e1;
}

/* line 393, app/assets/stylesheets/enterprise/../styles/events.scss */
.checkin_new .donut-chart.chart2 .slice.two {
  clip: rect(0 40px 80px 0);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background: #e1e1e1;
}

/* line 401, app/assets/stylesheets/enterprise/../styles/events.scss */
.checkin_new .donut-chart.chart2 .chart-center {
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
}

/* line 408, app/assets/stylesheets/enterprise/../styles/events.scss */
.checkin_new .donut-chart.chart2 .chart-center span {
  font-size: 40px;
  line-height: 40px;
  color: #48b2c1;
}

/* line 431, app/assets/stylesheets/enterprise/../styles/events.scss */
#event-show-checkout.btn {
  width: auto;
}

/* line 442, app/assets/stylesheets/enterprise/../styles/events.scss */
.static-footer {
  display: none;
  position: fixed;
  bottom: -1px;
  right: 14px;
  background: #fff;
  padding: 9px 18px;
  border: 1px solid #ddd;
  transition: all .5s ease;
}

/* line 452, app/assets/stylesheets/enterprise/../styles/events.scss */
.static-footer span {
  position: relative;
  font-size: 12px;
  color: #bbbbbb;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 10px;
}

/* line 463, app/assets/stylesheets/enterprise/../styles/events.scss */
.static-footer svg {
  width: 140px;
  transition: all .5s ease;
}

/* line 468, app/assets/stylesheets/enterprise/../styles/events.scss */
.static-footer:hover {
  background: #2f3440;
  text-decoration: none;
  border: 1px solid #2f3440;
}

/* line 473, app/assets/stylesheets/enterprise/../styles/events.scss */
.static-footer:hover svg {
  fill: #fff;
}

/* line 484, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-powered-by {
  font-size: 12px;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #999;
}

/* line 496, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-element-hidden {
  display: none !important;
}

/* line 502, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing {
  margin-top: 0;
  background: #f8f9fc;
}

/* line 511, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing .website .container {
  max-width: 90%;
}

/* line 516, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing .website .btn-register:hover {
  outline: 1px solid #334999;
}

/* line 526, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing .device-mockup {
  margin: 130px 60px 60px 96px;
  margin-left: 96px;
  width: inherit;
  transition: .3s ease margin-left;
}

/* line 537, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing .sidebar {
  left: -370px;
  transition: .3s ease left;
}

/* line 542, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing .sidebar-close-link {
  left: -370px;
  transition: .3s ease left;
  z-index: 999;
}

/* line 550, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing.sidebaropen .sidebar {
  left: 36px;
}

/* line 554, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing.sidebaropen .device-mockup {
  margin-left: 376px;
}

/* line 558, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing.sidebaropen .sidebar-close-link {
  left: 316px;
  transition: .3s ease left;
}

/* line 563, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing.sidebaropen .website .fr-toolbar.fr-top {
  left: 317px;
  padding-left: 11px;
}

/* line 574, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing .event-dashboard-right {
  display: none;
}

/* line 578, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing .ec-element-hidden {
  opacity: .3;
  display: block !important;
}

/* line 585, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing .ec-editor-block.selected {
  outline: 1px solid #334999;
}

/* line 591, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing .navbar-fixed-top {
  position: relative;
}

/* line 606, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing .navbar-ec {
  transition: .2s top ease;
  top: 0;
}

/* line 611, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing .navbar-ec.navbar-ec-hide {
  top: -100px;
}

/* line 615, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing .navbar-ec .navbar-brand {
  padding: 23px 23px 23px 23px !important;
}

/* line 622, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing .navbar-ec sup {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 11px;
  color: #999;
  letter-spacing: 1px;
  line-height: 1;
  display: inline-block;
  background-color: #ffffff40;
  color: aliceblue;
  padding: 3px;
  border-radius: 4px;
}

/* line 635, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing .navbar-ec sup.live {
  background: #2ea595;
}

/* line 648, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing .main-image .edit-main-image {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-size: 34px;
  opacity: 0;
}

/* line 660, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing .main-image:hover .edit-main-image {
  opacity: .8;
}

/* line 663, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing .main-image:hover .edit-main-image:hover {
  opacity: 1;
  color: #334999;
}

/* line 673, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing .has-inline-edit {
  position: relative;
}

/* line 676, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing .has-inline-edit .inline-edit-container {
  position: absolute;
  top: 8px;
  right: 12px;
}

/* line 682, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing .has-inline-edit .inline-edit-container .inline-edit {
  opacity: 0;
}

/* line 696, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing .has-inline-edit:hover {
  outline: 2px dotted #334999;
}

/* line 699, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing .has-inline-edit:hover .inline-edit {
  opacity: 1;
}

/* line 702, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing .has-inline-edit:hover .inline-edit:hover {
  opacity: 1;
}

/* line 724, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-page-editor-panel {
  position: fixed;
  top: -100px;
  left: 0;
  transition: top .9s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  width: 100%;
  background: #252f3e;
  font-size: 12px;
  z-index: 999;
  height: 45px;
}

/* line 737, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-page-editor-panel.active {
  top: 0;
}

/* line 741, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-page-editor-panel a {
  display: inline-block;
  /* width: 99px; */
  color: #fff;
  padding: 14px;
  /* color: #fff; */
}

/* line 749, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-page-editor-panel a:first-child {
  border: none;
}

/* line 753, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-page-editor-panel a i {
  display: inline-block;
  margin-right: 6px;
}

/* line 758, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-page-editor-panel a i.fa-reply {
  font-size: 8px;
  position: relative;
  top: -4px;
  left: 2px;
  opacity: .6;
}

/* line 767, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-page-editor-panel a:hover {
  text-decoration: none;
  color: #334999;
}

/* line 777, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-page-editor-panel .event-page-editor-panel-tabs {
  float: left;
}

/* line 781, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-page-editor-panel .event-page-editor-panel-tabs-right {
  float: right;
}

/* line 792, app/assets/stylesheets/enterprise/../styles/events.scss */
#contact-modal .btn {
  background: #222;
}

/* line 798, app/assets/stylesheets/enterprise/../styles/events.scss */
.t-ec {
  position: fixed;
  bottom: 0;
  right: 0;
  /* width: 348px; */
  background: black;
  background-color: #182028;
  color: #fff;
  text-align: center;
  padding: 16px 26px;
  /* color: #999; */
  right: 10px;
  font-size: 12px;
  /* font-weight: 900; */
  /* font-style: italic; */
  font-family: Arial;
  line-height: 24px;
  display: block;
  transition: background .3s ease;
}

/* line 821, app/assets/stylesheets/enterprise/../styles/events.scss */
.t-ec span {
  display: inline-block;
  margin-right: 14px;
}

/* line 826, app/assets/stylesheets/enterprise/../styles/events.scss */
.t-ec svg {
  fill: #fff;
  float: right;
}

/* line 831, app/assets/stylesheets/enterprise/../styles/events.scss */
.t-ec .a {
  transition: fill .3s ease;
}

/* line 836, app/assets/stylesheets/enterprise/../styles/events.scss */
.t-ec:hover {
  background: #334999;
  color: #fff;
}

/* line 840, app/assets/stylesheets/enterprise/../styles/events.scss */
.t-ec:hover .a {
  fill: #fff;
}

/* line 853, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-mobile-button-container {
  position: fixed;
  bottom: 10px;
  width: 100%;
}

/* line 858, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-mobile-button-container .btn {
  width: 95%;
  margin: 0 auto;
  display: block;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
}

/* line 867, app/assets/stylesheets/enterprise/../styles/events.scss */
.password-protection {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f8f9fc;
  z-index: 9999;
  margin-top: 40px;
}

/* line 875, app/assets/stylesheets/enterprise/../styles/events.scss */
.password-protection .password-protection-inner {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  padding: 30px 30px 40px 30px;
  border: 1px solid #dfe0e9;
  background: #fff;
  position: relative;
  box-shadow: 1px 1px 5px #0000000d;
}

/* line 885, app/assets/stylesheets/enterprise/../styles/events.scss */
.password-protection .password-protection-inner .fa-lock {
  font-size: 14px;
  position: absolute;
  right: 6px;
  top: 6px;
  opacity: .5;
}

/* line 893, app/assets/stylesheets/enterprise/../styles/events.scss */
.password-protection .password-protection-inner h2 {
  font-family: outfit;
  margin-top: 0;
}

/* line 902, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-default {
  color: #222;
}

/* line 907, app/assets/stylesheets/enterprise/../styles/events.scss */
#custom_css .CodeMirror {
  border: 1px solid #cacaca;
}

/* line 914, app/assets/stylesheets/enterprise/../styles/events.scss */
#event_show_layout_modal .thumbnail {
  min-height: 400px;
}

/* line 923, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-panel, .ec-panel-static {
  position: fixed;
  top: 0;
  width: 500px;
  height: 100%;
  overflow: scroll;
  background: #f8f9fc;
  padding: 40px 48px;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.36);
  z-index: 999999;
  left: -500px;
  transition: .4s all ease;
}

/* line 938, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-panel .ec-panel-nav, .ec-panel-static .ec-panel-nav {
  position: fixed;
  width: 434px;
  z-index: 9999;
  left: 0;
  top: 0;
  padding: 20px 20px 27px 20px;
  background: #f8f9fc;
  left: -500px;
  transition: .4s all ease;
  border-bottom: 1px solid #e0e0e0;
}

/* line 952, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-panel.inline, .ec-panel-static.inline {
  box-shadow: inset 2px 2px 40px rgba(0, 0, 0, 0.14);
  box-shadow: inset -1px -12px 16px rgba(0, 0, 0, 0.14);
  z-index: 99999;
  background: #f8f9fc;
}

/* line 959, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-panel.inline .ec-panel-content, .ec-panel-static.inline .ec-panel-content {
  margin-top: 124px;
}

/* line 963, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-panel.inline .panel-close, .ec-panel-static.inline .panel-close {
  position: fixed;
  left: 500px;
  top: 161px;
  font-size: 13px;
  cursor: pointer;
  opacity: 1;
  /* background: #09c; */
  color: #1d2735;
  background: #1d27350d;
  padding: 10px;
  right: inherit;
  z-index: 9999;
  display: none;
}

/* line 979, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-panel.inline .panel-close:hover, .ec-panel-static.inline .panel-close:hover {
  background: #334999;
  color: #fff;
}

/* line 986, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-panel.inline .form-group, .ec-panel-static.inline .form-group {
  background: #f8f9fc;
  padding: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}

/* line 1000, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-panel .h1, .ec-panel-static .h1 {
  font-size: 28px;
  color: black;
  letter-spacing: 0px;
  margin-bottom: 40px;
  margin-top: 0;
  color: #666;
  font-weight: 400;
}

/* line 1011, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-panel p.lead, .ec-panel-static p.lead {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 2px;
}

/* line 1018, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-panel h5, .ec-panel-static h5 {
  margin-top: 0;
}

/* line 1023, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-panel .panel-close, .ec-panel-static .panel-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 28px;
  cursor: pointer;
  opacity: .5;
}

/* line 1033, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-panel.active, .ec-panel-static.active {
  left: 0px;
}

/* line 1036, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-panel.active .ec-panel-nav, .ec-panel-static.active .ec-panel-nav {
  left: 34px;
}

/* line 1040, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-panel.active .panel-close, .ec-panel-static.active .panel-close {
  display: block;
}

/* line 1046, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-panel .nav-tabs, .ec-panel-static .nav-tabs {
  margin-bottom: 30px;
}

/* line 1050, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-panel .nav-tabs li a, .ec-panel-static .nav-tabs li a {
  padding: 10px;
  border-bottom: 2px solid transparent !important;
}

/* line 1056, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-panel .nav-tabs li.active a, .ec-panel-static .nav-tabs li.active a {
  border: none !important;
  border-bottom: 2px solid #000 !important;
  background: none;
}

/* line 1064, app/assets/stylesheets/enterprise/../styles/events.scss */
#ec-panel-cover, .ec-panel-cover-static {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  z-index: 999999;
  cursor: pointer;
  visibility: hidden;
}

/* line 1076, app/assets/stylesheets/enterprise/../styles/events.scss */
#ec-panel-cover.active, .ec-panel-cover-static.active {
  visibility: visible;
}

/* line 1080, app/assets/stylesheets/enterprise/../styles/events.scss */
#ec-panel-cover.inline, .ec-panel-cover-static.inline {
  position: fixed;
  top: 0;
  left: 500px;
}

/* line 1094, app/assets/stylesheets/enterprise/../styles/events.scss */
#themedesign .form-group.selected {
  background-color: #efefef;
}

/* line 1100, app/assets/stylesheets/enterprise/../styles/events.scss */
#themedesign .element {
  padding: 10px 2px 10px 10px;
  margin-bottom: 10px;
  opacity: .5;
  cursor: pointer;
}

/* line 1109, app/assets/stylesheets/enterprise/../styles/events.scss */
#themedesign .element h1, #themedesign .element h2, #themedesign .element h3, #themedesign .element h4, #themedesign .element h5, #themedesign .element p {
  margin: 0;
}

/* line 1119, app/assets/stylesheets/enterprise/../styles/events.scss */
#themedesign .element.selected {
  opacity: 1;
  position: relative;
  background: #09c;
  border: 1px solid #e6e6e6;
}

/* line 1125, app/assets/stylesheets/enterprise/../styles/events.scss */
#themedesign .element.selected:after, #themedesign .element.selected:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 1136, app/assets/stylesheets/enterprise/../styles/events.scss */
#themedesign .element.selected:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #09c;
  border-width: 10px;
  margin-top: -10px;
}

/* line 1142, app/assets/stylesheets/enterprise/../styles/events.scss */
#themedesign .element.selected:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #e6e6e6;
  border-width: 11px;
  margin-top: -11px;
}

/* line 1161, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-guide-secondary {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: scroll;
  background: #f8f9fc;
  padding: 100px 40px 40px 40px;
  box-shadow: 9px 0px 13px rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: .4s all ease;
}

/* line 1177, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-guide-secondary.active {
  left: 30%;
  opacity: 1;
  visibility: visible;
}

/* line 1183, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-guide-secondary .event-guide-toggle {
  position: absolute;
  right: 20px;
  top: 75px;
  font-size: 28px;
  cursor: pointer;
  opacity: .5;
}

/* line 1192, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-guide-secondary form {
  margin-top: 86px;
}

/* line 1196, app/assets/stylesheets/enterprise/../styles/events.scss */
.event-guide-secondary .event-guide-footer {
  padding-top: 15px;
  padding-bottom: 10px;
  border-top: 1px solid #dee2e2;
}

/* line 1205, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block {
  position: relative;
  opacity: 1;
  background-position: 50%;
  background-size: cover;
}

/* line 1211, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block .content-block-bg {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1220, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block .content-block-content {
  position: relative;
}

/* line 1228, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-component .ec-component-placeholder {
  background: #efefefd4;
  padding: 86px;
  text-align: center;
  width: 100%;
  height: 300px;
}

/* line 1236, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-component .icon {
  font-size: 100px;
  color: white;
  text-shadow: 2px 2px 10px #0000001c;
}

@keyframes linewidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/* line 1252, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container {
  position: absolute;
  background: #09c;
  color: #fff;
  opacity: 0;
  background: rgba(51, 73, 153, 0.48);
  color: #fff;
  visibility: hidden;
  transition: none;
}

/* line 1265, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container .content-block-editor-add .content-block-editor-add-indictor {
  position: absolute;
  top: -4px;
  height: 4px;
  width: 0%;
  background: #334999;
  visibility: hidden;
  right: 0;
}

/* line 1275, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container .content-block-editor-add:hover .content-block-editor-add-indictor {
  width: 100%;
  visibility: visible;
  animation: linewidth .4s 1 forwards;
}

/* line 1284, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container .content-block-editor-add .content-block-editor-add-button {
  position: absolute;
  padding: 30px 30px 30px 10px;
  top: -55px;
  right: -55px;
}

/* line 1291, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container .content-block-editor-add .content-block-editor-add-button a {
  display: inline-block;
  width: 50px;
  background: #334999;
  color: #fff;
  height: 50px;
  font-size: 33px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  text-align: center;
  transform: scale(0.3, 0.3);
  transition: none;
  line-height: 56px;
  text-decoration: none;
}

/* line 1315, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container .content-block-editor {
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
  padding: 0 10px;
  background: #1f2834;
  min-height: 40px;
  padding: 0 30px 0 10px;
  opacity: .5;
  transition: none;
}

/* line 1327, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container .content-block-editor li {
  float: left;
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

/* line 1333, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container .content-block-editor li a {
  padding: 18px 18px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  color: #fff;
  transition: color .2s;
  -webkit-transition: color .2;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  text-decoration: none;
}

/* line 1345, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container .content-block-editor li a:hover {
  color: #334999;
}

/* line 1351, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container .content-block-editor li.pull-right {
  border-right: none;
}

/* line 1354, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container .content-block-editor li.pull-right a {
  border-right: none;
}

/* line 1361, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container .content-block-editor-highlighter {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: url(/../assets/editicon.png), auto;
}

/* line 1371, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container.active {
  top: -50px;
  opacity: 1;
  visibility: visible;
  transition: .2s opacity ease;
}

/* line 1377, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container.active .content-block-editor {
  top: 0;
  opacity: 1;
  transition: .2s all ease;
}

/* line 1383, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container.active .content-block-editor-add a {
  transform: scale(1, 1);
  transition: .3s all ease-out;
}

/* line 1396, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-add-section.content-block-editor-add-section-left {
  width: 100%;
  height: 4px;
  position: relative;
  position: absolute;
  z-index: 9;
  padding-top: 8px;
  cursor: pointer;
}

/* line 1408, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-add-section.content-block-editor-add-section-left:hover .content-block-editor-add-section-expand, .content-block-editor-add-section.content-block-editor-add-section-left.active .content-block-editor-add-section-expand {
  width: 100%;
}

/* line 1412, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-add-section.content-block-editor-add-section-left:hover .content-block-editor-add-section-plus, .content-block-editor-add-section.content-block-editor-add-section-left.active .content-block-editor-add-section-plus {
  background-color: #334999;
  left: -42px;
}

/* line 1417, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-add-section.content-block-editor-add-section-left:hover .content-block-editor-add-section-plus:after, .content-block-editor-add-section.content-block-editor-add-section-left.active .content-block-editor-add-section-plus:after {
  border-left-color: #334999;
}

/* line 1428, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-add-section.content-block-editor-add-section-left .content-block-editor-add-section-expand {
  width: 0%;
  transition: .3s width ease;
  position: absolute;
  height: 4px;
  background: #334999;
}

/* line 1438, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-add-section.content-block-editor-add-section-left .content-block-editor-add-section-plus {
  cursor: pointer;
  position: absolute;
  width: 36px;
  height: 36px;
  left: -46px;
  background-color: #1f2834;
  background-color: #334999;
  z-index: 9999;
  text-align: center;
  color: #fff;
  top: -8px;
  transition: .3s all ease;
  border-radius: 50%;
  line-height: 36px;
  font-size: 18px;
}

/* line 1455, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-add-section.content-block-editor-add-section-left .content-block-editor-add-section-plus:after {
  left: 33px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(46, 143, 165, 0);
  border-left-color: #1f2834;
  border-left-color: #334999;
  border-width: 10px;
  margin-top: -10px;
  transition: .3s all ease;
}

/* line 1477, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-add-section {
  position: absolute;
  z-index: 9;
  cursor: pointer;
}

/* line 1484, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-add-section .content-block-editor-add-section-plus {
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #1f2834;
  background-color: #334999;
  z-index: 9999;
  text-align: center;
  color: #fff;
  transition: .3s all ease;
  border-radius: 50%;
  line-height: 30px;
  font-size: 14px;
  left: -11px;
}

/* line 1503, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-add-section:hover .content-block-editor-add-section-plus {
  transform: scale(1.26, 1.26);
}

/* line 1510, app/assets/stylesheets/enterprise/../styles/events.scss */
.nav-link-add-section {
  height: 30px;
  position: relative;
  position: absolute;
  z-index: 9;
  padding-top: 5px;
  cursor: pointer;
  width: 30px;
  background: #1f2834;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

/* line 1527, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-cover {
  width: 100%;
  height: 200px;
  border: 2px solid #334999;
  background-color: rgba(51, 73, 153, 0.5);
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: .2s all ease;
  transform: scale(0.9);
}

/* line 1540, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-cover.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/* line 1545, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-cover.active.activealert {
  background-color: rgba(191, 49, 33, 0.5);
}

/* line 1560, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container-v2 {
  position: absolute;
  top: 0;
  color: #fff;
  opacity: 0;
  color: #fff;
  visibility: hidden;
  transition: .2s opacity ease;
  z-index: 10;
  width: 40px;
}

/* line 1574, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container-v2 a {
  display: block;
  padding: 10px 4px;
  text-align: center;
  background: #303b4a;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  line-height: 16px;
  float: left;
  min-width: 40px;
}

/* line 1589, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container-v2 a:hover {
  background-color: #334999;
}

/* line 1595, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container-v2 a:last-child {
  border-radius: 5px;
}

/* line 1606, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container-v2 .content-block-editor {
  position: relative;
  transition: none;
}

/* line 1614, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container-v2 .content-block-editor li {
  float: left;
  display: inline-block;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

/* line 1620, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container-v2 .content-block-editor li a {
  padding: 14px 18px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #fff;
  transition: color .2s;
  -webkit-transition: color .2;
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  text-decoration: none;
}

/* line 1632, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container-v2 .content-block-editor li a:hover {
  color: #334999;
}

/* line 1638, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container-v2 .content-block-editor li.pull-right {
  border-right: none;
}

/* line 1641, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container-v2 .content-block-editor li.pull-right a {
  border-right: none;
}

/* line 1648, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container-v2 .content-block-editor-highlighter {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: url(/../assets/editicon.png), auto;
}

/* line 1658, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container-v2.active {
  top: -50px;
  opacity: 1;
  visibility: visible;
}

/* line 1664, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container-v2.active .content-block-editor {
  top: 0;
  opacity: 1;
}

/* line 1670, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-editor-container-v2.active .content-block-editor-add a {
  transform: scale(1, 1);
  transition: .3s all ease-out;
}

/* line 1683, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-nav-cover {
  width: 100%;
  height: 200px;
  border: 2px solid #334999;
  background-color: rgba(51, 73, 153, 0.5);
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: .2s all ease;
  transform: scale(0.9);
}

/* line 1696, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-nav-cover.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/* line 1701, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-nav-cover.active.activealert {
  background-color: rgba(191, 49, 33, 0.5);
}

/* line 1714, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-nav-container {
  position: absolute;
  top: 0;
  color: #fff;
  opacity: 0;
  color: #fff;
  visibility: hidden;
  transition: .2s opacity ease;
  z-index: 10;
  width: 40px;
}

/* line 1728, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-nav-container a {
  display: block;
  padding: 10px 4px;
  text-align: center;
  background: #303b4a;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  line-height: 16px;
  float: left;
  min-width: 40px;
}

/* line 1743, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-nav-container a:hover {
  background-color: #334999;
}

/* line 1752, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-nav-container.active {
  top: -50px;
  opacity: 1;
  visibility: visible;
}

/* line 1758, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-nav-container.active .content-block-editor {
  top: 0;
  opacity: 1;
}

/* line 1764, app/assets/stylesheets/enterprise/../styles/events.scss */
.content-block-nav-container.active .content-block-editor-add a {
  transform: scale(1, 1);
  transition: .3s all ease-out;
}

/* line 1780, app/assets/stylesheets/enterprise/../styles/events.scss */
#new_content_section .col-md-2 {
  height: 184px;
}

/* line 1784, app/assets/stylesheets/enterprise/../styles/events.scss */
.welcome-banner {
  width: 92%;
  margin: 50px auto 0 auto;
}

/* line 1788, app/assets/stylesheets/enterprise/../styles/events.scss */
.welcome-banner .col-md-3 {
  visibility: hidden;
}

/* line 1792, app/assets/stylesheets/enterprise/../styles/events.scss */
.welcome-banner h2 {
  font-size: 24px;
  opacity: .8;
}

/* line 1796, app/assets/stylesheets/enterprise/../styles/events.scss */
.welcome-banner h2 span {
  visibility: hidden;
}

/* line 1801, app/assets/stylesheets/enterprise/../styles/events.scss */
.welcome-banner .well {
  background: rgba(255, 255, 255, 0.5);
  padding: 25px;
  position: relative;
}

/* line 1807, app/assets/stylesheets/enterprise/../styles/events.scss */
.welcome-banner .form-header p {
  opacity: .5;
  font-weight: 400;
}

/* line 1812, app/assets/stylesheets/enterprise/../styles/events.scss */
.welcome-banner .icon {
  font-size: 38px;
  display: none;
}

/* line 1817, app/assets/stylesheets/enterprise/../styles/events.scss */
.welcome-banner p {
  opacity: .6;
}

/* line 1824, app/assets/stylesheets/enterprise/../styles/events.scss */
.welcome-banner a h5 {
  font-weight: 500;
}

/* line 1829, app/assets/stylesheets/enterprise/../styles/events.scss */
.welcome-banner a h5 span {
  padding: 4px;
  border: 1px solid;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: inline-block;
  background: #334999;
  color: #fff;
  font-weight: 400;
}

/* line 1845, app/assets/stylesheets/enterprise/../styles/events.scss */
.welcome-banner h4 {
  margin-top: 20px;
}

/* line 1849, app/assets/stylesheets/enterprise/../styles/events.scss */
.welcome-banner .task-complete {
  opacity: .5;
}

/* line 1852, app/assets/stylesheets/enterprise/../styles/events.scss */
.welcome-banner .task-complete h5 {
  text-decoration: line-through;
}

/* line 1856, app/assets/stylesheets/enterprise/../styles/events.scss */
.welcome-banner .task-complete span {
  background: #fff;
  color: #334999;
}

/* line 1863, app/assets/stylesheets/enterprise/../styles/events.scss */
.welcome-banner .well-close {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 21px;
  cursor: pointer;
}

/* line 1870, app/assets/stylesheets/enterprise/../styles/events.scss */
.welcome-banner .well-close:hover {
  color: #334999;
}

/* qr code */
/* line 1882, app/assets/stylesheets/enterprise/../styles/events.scss */
.qrcode-text-btn {
  display: inline-block;
  height: 100px;
  width: 100px;
  background: url(/assets/qr-afbe8bc2997653ac8f789ae810901e9ef1edde6bb92add43b09c8d98262b661e.png) 50% 50% no-repeat;
  cursor: pointer;
}

/* line 1890, app/assets/stylesheets/enterprise/../styles/events.scss */
.qrcode-text-btn > input[type=file] {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  opacity: 0;
}

/* line 1898, app/assets/stylesheets/enterprise/../styles/events.scss */
.qrcode-text {
  padding-right: 1.7em;
  margin-right: 0;
  vertical-align: middle;
}

/* line 1904, app/assets/stylesheets/enterprise/../styles/events.scss */
.qrcode-text + .qrcode-text-btn {
  width: 1.7em;
  margin-left: -1.7em;
  vertical-align: middle;
}

/* line 1911, app/assets/stylesheets/enterprise/../styles/events.scss */
.checkin_new .attendee-info {
  margin: 20px 0;
}

/* line 1913, app/assets/stylesheets/enterprise/../styles/events.scss */
.checkin_new .attendee-info h3 {
  font-size: 40px;
  color: #48b2c1;
}

/* line 1921, app/assets/stylesheets/enterprise/../styles/events.scss */
.confirm_ticket h2, .confirm_ticket h3 {
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
}

/* line 1927, app/assets/stylesheets/enterprise/../styles/events.scss */
.confirm_ticket p {
  font-size: 18px;
}

/* line 1931, app/assets/stylesheets/enterprise/../styles/events.scss */
.confirm_ticket h2 {
  margin: 20px 0;
  font-size: 24px;
  font-weight: bold;
}

/* line 1936, app/assets/stylesheets/enterprise/../styles/events.scss */
.confirm_ticket h3 {
  font-weight: normal;
  color: #aaa;
  margin-bottom: 10px;
}

/* line 1941, app/assets/stylesheets/enterprise/../styles/events.scss */
.confirm_ticket img.profile-sm {
  margin: 20px 0;
  width: 100px;
  border-radius: 50%;
}

/* line 1947, app/assets/stylesheets/enterprise/../styles/events.scss */
.confirm_ticket .error {
  color: #ff0000;
}

/* line 1950, app/assets/stylesheets/enterprise/../styles/events.scss */
.confirm_ticket .btn {
  font-size: 18px;
  border-radius: 0;
  padding: 20px 10px;
  width: 100%;
}

/* line 1957, app/assets/stylesheets/enterprise/../styles/events.scss */
.confirm_ticket p.info {
  margin-top: 0;
  color: #aaa;
  font-size: 14px;
}

/* line 1962, app/assets/stylesheets/enterprise/../styles/events.scss */
.confirm_ticket .attendee-block {
  margin: 20px 0;
}

/* line 1965, app/assets/stylesheets/enterprise/../styles/events.scss */
.confirm_ticket .btn-secondary {
  background-color: #aaa;
}

/* line 1970, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-circle {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  -moz-box-shadow: inset 0 0 6px #ccc;
  -webkit-box-shadow: inset 0 0 6px #ccc;
  box-shadow: inset 0 0 6px #ccc;
}

/* line 1983, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-circle:hover, .ec-circle.checked {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #334999;
}

/* line 1991, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-circle i {
  position: absolute;
  top: 7px;
  left: 7px;
  color: white;
}

/* line 1999, app/assets/stylesheets/enterprise/../styles/events.scss */
.attendee-filters button {
  margin: 4px 10px;
}

/* line 2012, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-editor-block-container {
  margin: 0 0 4px 0;
}

/* line 2017, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-editor-block {
  position: relative;
}

/* line 2023, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-editor-block.active {
  outline: 3px solid #334999;
}

/* line 2031, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-editor-element-editor-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
}

/* line 2044, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar .sidebar-content {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0;
  visibility: hidden;
}

/* line 2055, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar .sidebar-empty {
  position: absolute;
  top: 20%;
  width: 100%;
  text-align: center;
  padding: 0 30px;
}

/* line 2062, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar .sidebar-empty p {
  font-size: 15px;
  color: #303b4a;
  opacity: .5;
}

/* line 2068, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar .sidebar-empty img.img-responsive {
  width: 64px;
  margin: 0 auto;
  margin-bottom: 10px;
  opacity: .26;
  margin-top: 32px;
}

/* line 2079, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar.active .sidebar-content {
  opacity: 1;
  visibility: visible;
}

/* line 2084, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar.active .sidebar-empty {
  display: none;
}

/* line 2110, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content .sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  z-index: 9;
  visibility: hidden;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 2124, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content .sidebar-overlay.active {
  opacity: .5;
  visibility: visible;
}

/* line 2130, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content .form-control {
  height: 38px;
}

/* line 2134, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content .ec-editor-element-editor-header {
  background: #1f2834;
  color: #ffffffab;
  width: 100%;
}

/* line 2139, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content .ec-editor-element-editor-header a {
  display: inline-block;
  background: #1f2834;
  color: #fff;
  border-bottom: 6px solid transparent;
  padding: 16px 12px 12px 12px;
  text-decoration: none;
}

/* line 2147, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content .ec-editor-element-editor-header a.active {
  border-bottom: 6px solid #334999;
}

/* line 2151, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content .ec-editor-element-editor-header a.active:hover {
  color: #fff;
}

/* line 2156, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content .ec-editor-element-editor-header a:hover {
  color: #334999;
}

/* line 2160, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content .ec-editor-element-editor-header a.ec-editor-element-editor-header-drag {
  cursor: move;
  padding: 16px 12px 12px 12px;
  background: #ffffff12;
}

/* line 2166, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content .ec-editor-element-editor-header a.ec-editor-element-editor-header-close {
  background-color: #334999;
  padding: 16px 14px 12px 14px;
}

/* line 2170, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content .ec-editor-element-editor-header a.ec-editor-element-editor-header-close:hover {
  color: #fff;
  background-color: #2e428a;
}

/* line 2180, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content .form-group .form-icon-select {
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
  margin-top: 6px;
  color: #222;
}

/* line 2189, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content .ec-editor-element-item-content {
  width: 300px;
  height: 446px;
  overflow: scroll;
  padding: 30px;
}

/* line 2203, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content .ec-editor-element-editor-header-tab-content-container {
  width: 300px;
}

/* line 2207, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content .ec-editor-element-editor-header-tab-content-container .ec-editor-element-editor-header-tab-content-container {
  width: 300px;
}

/* line 2213, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content .dropable {
  height: 200px;
}

/* line 2216, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content .dropable i {
  text-align: center;
  width: 100%;
  top: 72px;
  position: relative;
  font-size: 27px;
  opacity: 0.2;
}

/* line 2228, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content .image-results {
  margin-top: 16px;
}

/* line 2232, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content .image-results img {
  border: 4px solid transparent;
  cursor: pointer;
}

/* line 2237, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content .image-results img:hover {
  border: 4px solid #334999;
}

/* line 2242, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content .image-results li {
  margin: 0;
  vertical-align: top;
  padding: 0;
}

/* line 2247, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content .image-results li img {
  padding: 2px;
  border: 2px solid transparent;
  display: block;
  transition: .2s all ease;
}

/* line 2253, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content .image-results li img:hover {
  border: 2px solid #334999;
}

/* line 2262, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content #backgroundImagePlaceholder {
  width: 100%;
  height: 160px;
  background-color: #efefef;
  text-align: center;
  background-position: 50%;
  background-size: cover;
}

/* line 2270, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content #backgroundImagePlaceholder .btn {
  position: relative;
  top: 50px;
  background: #334999;
}

/* line 2275, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content #backgroundImagePlaceholder .btn:hover {
  background: #334999;
}

/* line 2282, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content hr {
  margin: 30px 0;
}

/* line 2291, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content.large {
  width: 700px;
}

/* line 2295, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar-content.large .ec-editor-element-item-content {
  width: 700px;
}

/* line 2306, app/assets/stylesheets/enterprise/../styles/events.scss */
.carousel-inner > .item {
  -webkit-transition: 0.2s ease-in-out left;
  -o-transition: 0.2s ease-in-out left;
  transition: 0.2s ease-in-out left;
}

/* line 2316, app/assets/stylesheets/enterprise/../styles/events.scss */
#new_content_section_3 .close {
  color: #fff;
}

/* line 2320, app/assets/stylesheets/enterprise/../styles/events.scss */
#new_content_section_3 .modal-header {
  background-color: #1f2834;
  color: #fff;
}

/* line 2325, app/assets/stylesheets/enterprise/../styles/events.scss */
#new_content_section_3 .modal-dialog {
  height: 544px;
  overflow: hidden;
}

/* line 2331, app/assets/stylesheets/enterprise/../styles/events.scss */
#new_content_section_3 .modal-dialog .modal-body {
  padding: 0;
}

/* line 2334, app/assets/stylesheets/enterprise/../styles/events.scss */
#new_content_section_3 .modal-dialog .modal-body .left {
  width: 20%;
  background-color: #f8f9fc;
  float: left;
  height: 500px;
  padding-top: 10px;
}

/* line 2341, app/assets/stylesheets/enterprise/../styles/events.scss */
#new_content_section_3 .modal-dialog .modal-body .left a {
  display: block;
  padding: 6px 20px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

/* line 2348, app/assets/stylesheets/enterprise/../styles/events.scss */
#new_content_section_3 .modal-dialog .modal-body .left a:hover {
  color: #334999;
}

/* line 2352, app/assets/stylesheets/enterprise/../styles/events.scss */
#new_content_section_3 .modal-dialog .modal-body .left a.active {
  border-left: 9px solid #334999;
}

/* line 2359, app/assets/stylesheets/enterprise/../styles/events.scss */
#new_content_section_3 .modal-dialog .modal-body .right {
  width: 80%;
  float: left;
  height: 500px;
  overflow: scroll;
  padding: 20px 20px 50px 20px;
}

/* line 2366, app/assets/stylesheets/enterprise/../styles/events.scss */
#new_content_section_3 .modal-dialog .modal-body .right div {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  cursor: pointer;
  opacity: .8;
  position: relative;
}

/* line 2373, app/assets/stylesheets/enterprise/../styles/events.scss */
#new_content_section_3 .modal-dialog .modal-body .right div:hover {
  opacity: 1;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

/* line 2377, app/assets/stylesheets/enterprise/../styles/events.scss */
#new_content_section_3 .modal-dialog .modal-body .right div:hover:before {
  content: "\f067";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #334999;
  font-family: Font Awesome\ 5 Pro;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding: 10px;
  color: #fff;
  font-size: 18px;
}

/* line 2406, app/assets/stylesheets/enterprise/../styles/events.scss */
.ui-resizable {
  background-color: rgba(51, 73, 153, 0.2);
}

/* line 2409, app/assets/stylesheets/enterprise/../styles/events.scss */
.ui-resizable .ui-resizable-s {
  cursor: s-resize;
  width: 100%;
  bottom: -9px;
  left: 0;
  width: 18px;
  height: 18px;
  background: #334999;
  border-radius: 50%;
  left: 50%;
  margin-left: -5px;
}

/* line 2427, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-editor-block-duplicatable-cover {
  border: 2px solid #334999;
  background-color: rgba(46, 143, 165, 0.2);
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: .2s all ease;
  transform: scale(0.9);
}

/* line 2438, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-editor-block-duplicatable-cover.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/* line 2446, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-editor-block-duplicatable-container {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

/* line 2457, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-editor-block-duplicatable-container a {
  width: 30px;
  display: block;
  padding: 7px 2px;
  text-align: center;
  background: #1f2834;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  height: 30px;
}

/* line 2470, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-editor-block-duplicatable-container a:hover {
  color: #334999;
}

/* line 2476, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-editor-block-duplicatable-container.active {
  visibility: visible;
  opacity: 1;
}

/* line 2485, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing .ec-repeatable {
  outline: 1px dotted #334999;
}

/* line 2493, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-panel-add-content-block-link {
  margin-bottom: 30px;
  display: block;
  padding: 10px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: .2s all ease;
  position: relative;
  text-align: center;
}

/* line 2503, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-panel-add-content-block-link .img-responsive {
  border: 1px solid #cccccc9c;
}

/* line 2507, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-panel-add-content-block-link p.small {
  margin-bottom: 0;
  margin-top: 4px;
}

/* line 2512, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-panel-add-content-block-link:hover {
  border: 2px solid #334999;
  text-decoration: none;
  box-shadow: 2px 2px 10px #00000026;
}

/* line 2518, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-panel-add-content-block-link.premium:after {
  content: "P";
  position: absolute;
  background-color: #334999;
  display: block;
  color: #fff;
  width: 20px;
  text-transform: uppercase;
  font-weight: bold;
  top: 11px;
  right: 11px;
}

/* line 2540, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .event-website-navbar, #websitenav .event-website-navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  margin: 0;
}

/* line 2553, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .event-website-navbar .button, #websitenav .event-website-navbar .button {
  padding: 14px 21px;
  line-height: 1;
  text-decoration: none;
  font-size: 12px;
}

/* line 2561, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .event-website-navbar > .container,
.website .event-website-navbar > .container-fluid, #websitenav .event-website-navbar > .container,
#websitenav .event-website-navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 2573, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .event-website-navbar-brand, #websitenav .event-website-navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  margin-left: .4rem;
}

/* line 2584, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .event-website-navbar-brand:hover, .website .event-website-navbar-brand:focus, #websitenav .event-website-navbar-brand:hover, #websitenav .event-website-navbar-brand:focus {
  text-decoration: none;
}

/* line 2588, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-nav, #websitenav .navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 2598, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-toggle, #websitenav .navbar-toggle {
  position: relative;
  float: right;
  /* margin-right: 15px; */
  padding: 9px 10px;
  /* margin-top: 8px; */
  /* margin-bottom: 8px; */
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

/* line 2614, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-nav .nav-item, #websitenav .navbar-nav .nav-item {
  color: #fff;
  font-size: 14px;
  margin-left: 8px;
  margin-right: 8px;
}

/* line 2622, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-nav .nav-link, #websitenav .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  color: inherit;
  font-weight: inherit;
  background: none;
}

/* line 2629, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-nav .nav-link:hover, #websitenav .navbar-nav .nav-link:hover {
  background: none;
}

/* line 2634, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-nav .dropdown-menu, #websitenav .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 2639, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-text, #websitenav .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 2645, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-collapse, #websitenav .navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0;
  padding-left: 0;
}

/* line 2656, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-toggler, #websitenav .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 2666, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-toggle .icon-bar, #websitenav .navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
  background: #fff;
}

/* line 2672, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-toggler:hover, .website .navbar-toggler:focus, #websitenav .navbar-toggler:hover, #websitenav .navbar-toggler:focus {
  text-decoration: none;
}

/* line 2676, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-toggler:not(:disabled):not(.disabled), #websitenav .navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 2680, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-toggler-icon, #websitenav .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 2691, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-sm > .container,
.website .navbar-expand-sm > .container-fluid, #websitenav .navbar-expand-sm > .container,
#websitenav .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 2699, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-sm, #websitenav .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 2705, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-sm .navbar-nav, #websitenav .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 2709, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-sm .navbar-nav .dropdown-menu, #websitenav .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 2712, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-sm .navbar-nav .nav-link, #websitenav .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 2716, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-sm > .container,
.website .navbar-expand-sm > .container-fluid, #websitenav .navbar-expand-sm > .container,
#websitenav .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 2721, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-sm .navbar-collapse, #websitenav .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 2727, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-sm .navbar-toggler, #websitenav .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 2733, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-md > .container,
.website .navbar-expand-md > .container-fluid, #websitenav .navbar-expand-md > .container,
#websitenav .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 2741, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-md, #websitenav .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 2747, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-md .navbar-nav, #websitenav .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 2751, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-md .navbar-nav .dropdown-menu, #websitenav .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 2754, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-md .navbar-nav .nav-link, #websitenav .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 2758, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-md > .container,
.website .navbar-expand-md > .container-fluid, #websitenav .navbar-expand-md > .container,
#websitenav .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 2763, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-md .navbar-collapse, #websitenav .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 2769, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-md .navbar-toggler, #websitenav .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 2775, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-lg > .container,
.website .navbar-expand-lg > .container-fluid, #websitenav .navbar-expand-lg > .container,
#websitenav .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 2783, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-lg, #websitenav .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 2789, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-lg .navbar-nav, #websitenav .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 2793, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-lg .navbar-nav .dropdown-menu, #websitenav .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 2796, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-lg .navbar-nav .nav-link, #websitenav .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 2800, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-lg > .container,
.website .navbar-expand-lg > .container-fluid, #websitenav .navbar-expand-lg > .container,
#websitenav .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 2805, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-lg .navbar-collapse, #websitenav .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 2811, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-lg .navbar-toggler, #websitenav .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 2817, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-xl > .container,
.website .navbar-expand-xl > .container-fluid, #websitenav .navbar-expand-xl > .container,
#websitenav .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 2825, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-xl, #websitenav .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 2831, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-xl .navbar-nav, #websitenav .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 2835, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-xl .navbar-nav .dropdown-menu, #websitenav .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 2838, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-xl .navbar-nav .nav-link, #websitenav .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 2842, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-xl > .container,
.website .navbar-expand-xl > .container-fluid, #websitenav .navbar-expand-xl > .container,
#websitenav .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 2847, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-xl .navbar-collapse, #websitenav .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 2853, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-expand-xl .navbar-toggler, #websitenav .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 2858, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-expand, #websitenav .navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 2865, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-expand > .container,
.website .navbar-expand > .container-fluid, #websitenav .navbar-expand > .container,
#websitenav .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 2871, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-expand .navbar-nav, #websitenav .navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 2876, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-expand .navbar-nav .dropdown-menu, #websitenav .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 2880, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-expand .navbar-nav .nav-link, #websitenav .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 2885, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-expand > .container,
.website .navbar-expand > .container-fluid, #websitenav .navbar-expand > .container,
#websitenav .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 2891, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-expand .navbar-collapse, #websitenav .navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

/* line 2898, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-expand .navbar-toggler, #websitenav .navbar-expand .navbar-toggler {
  display: none;
}

/* line 2902, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-light .navbar-brand, #websitenav .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 2906, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-light .navbar-brand:hover, .website .navbar-light .navbar-brand:focus, #websitenav .navbar-light .navbar-brand:hover, #websitenav .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 2910, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-light .navbar-nav .nav-link, #websitenav .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 2914, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-light .navbar-nav .nav-link:hover, .website .navbar-light .navbar-nav .nav-link:focus, #websitenav .navbar-light .navbar-nav .nav-link:hover, #websitenav .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 2918, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-light .navbar-nav .nav-link.disabled, #websitenav .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 2922, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-light .navbar-nav .show > .nav-link,
.website .navbar-light .navbar-nav .active > .nav-link,
.website .navbar-light .navbar-nav .nav-link.show,
.website .navbar-light .navbar-nav .nav-link.active, #websitenav .navbar-light .navbar-nav .show > .nav-link,
#websitenav .navbar-light .navbar-nav .active > .nav-link,
#websitenav .navbar-light .navbar-nav .nav-link.show,
#websitenav .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 2929, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-light .navbar-toggler, #websitenav .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 2934, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-light .navbar-toggler-icon, #websitenav .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 2938, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-light .navbar-text, #websitenav .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 2942, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-light .navbar-text a, #websitenav .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 2946, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-light .navbar-text a:hover, .website .navbar-light .navbar-text a:focus, #websitenav .navbar-light .navbar-text a:hover, #websitenav .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 2950, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-dark .navbar-brand, #websitenav .navbar-dark .navbar-brand {
  color: #fff;
}

/* line 2954, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-dark .navbar-brand:hover, .website .navbar-dark .navbar-brand:focus, #websitenav .navbar-dark .navbar-brand:hover, #websitenav .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 2958, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-dark .navbar-nav .nav-link, #websitenav .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 2962, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-dark .navbar-nav .nav-link:hover, .website .navbar-dark .navbar-nav .nav-link:focus, #websitenav .navbar-dark .navbar-nav .nav-link:hover, #websitenav .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 2966, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-dark .navbar-nav .nav-link.disabled, #websitenav .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 2970, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-dark .navbar-nav .show > .nav-link,
.website .navbar-dark .navbar-nav .active > .nav-link,
.website .navbar-dark .navbar-nav .nav-link.show,
.website .navbar-dark .navbar-nav .nav-link.active, #websitenav .navbar-dark .navbar-nav .show > .nav-link,
#websitenav .navbar-dark .navbar-nav .active > .nav-link,
#websitenav .navbar-dark .navbar-nav .nav-link.show,
#websitenav .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 2977, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-dark .navbar-toggler, #websitenav .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 2982, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-dark .navbar-toggler-icon, #websitenav .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 2986, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-dark .navbar-text, #websitenav .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 2990, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-dark .navbar-text a, #websitenav .navbar-dark .navbar-text a {
  color: #fff;
}

/* line 2994, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .navbar-dark .navbar-text a:hover, .website .navbar-dark .navbar-text a:focus, #websitenav .navbar-dark .navbar-text a:hover, #websitenav .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 3006, app/assets/stylesheets/enterprise/../styles/events.scss */
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 3011, app/assets/stylesheets/enterprise/../styles/events.scss */
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 3016, app/assets/stylesheets/enterprise/../styles/events.scss */
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

/* line 3021, app/assets/stylesheets/enterprise/../styles/events.scss */
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/* line 3026, app/assets/stylesheets/enterprise/../styles/events.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 3031, app/assets/stylesheets/enterprise/../styles/events.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 3036, app/assets/stylesheets/enterprise/../styles/events.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 3041, app/assets/stylesheets/enterprise/../styles/events.scss */
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

/* line 3046, app/assets/stylesheets/enterprise/../styles/events.scss */
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

/* line 3051, app/assets/stylesheets/enterprise/../styles/events.scss */
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

/* line 3056, app/assets/stylesheets/enterprise/../styles/events.scss */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

/* line 3061, app/assets/stylesheets/enterprise/../styles/events.scss */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

/* line 3066, app/assets/stylesheets/enterprise/../styles/events.scss */
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 3071, app/assets/stylesheets/enterprise/../styles/events.scss */
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 3076, app/assets/stylesheets/enterprise/../styles/events.scss */
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 3081, app/assets/stylesheets/enterprise/../styles/events.scss */
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 3086, app/assets/stylesheets/enterprise/../styles/events.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 3091, app/assets/stylesheets/enterprise/../styles/events.scss */
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 3096, app/assets/stylesheets/enterprise/../styles/events.scss */
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 3101, app/assets/stylesheets/enterprise/../styles/events.scss */
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 3106, app/assets/stylesheets/enterprise/../styles/events.scss */
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 3111, app/assets/stylesheets/enterprise/../styles/events.scss */
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* line 3116, app/assets/stylesheets/enterprise/../styles/events.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 3121, app/assets/stylesheets/enterprise/../styles/events.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 3126, app/assets/stylesheets/enterprise/../styles/events.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 3131, app/assets/stylesheets/enterprise/../styles/events.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 3136, app/assets/stylesheets/enterprise/../styles/events.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 3141, app/assets/stylesheets/enterprise/../styles/events.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 3146, app/assets/stylesheets/enterprise/../styles/events.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 3151, app/assets/stylesheets/enterprise/../styles/events.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 3156, app/assets/stylesheets/enterprise/../styles/events.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 3161, app/assets/stylesheets/enterprise/../styles/events.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 3166, app/assets/stylesheets/enterprise/../styles/events.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 3171, app/assets/stylesheets/enterprise/../styles/events.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 3177, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 3181, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 3185, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 3189, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 3193, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 3197, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 3201, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 3205, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 3209, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 3213, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 3217, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 3221, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 3225, app/assets/stylesheets/enterprise/../styles/events.scss */
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 3229, app/assets/stylesheets/enterprise/../styles/events.scss */
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 3233, app/assets/stylesheets/enterprise/../styles/events.scss */
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 3237, app/assets/stylesheets/enterprise/../styles/events.scss */
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 3241, app/assets/stylesheets/enterprise/../styles/events.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 3245, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 3249, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 3253, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 3257, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 3261, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 3265, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 3269, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 3273, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 3277, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 3281, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 3285, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 3289, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 3293, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 3297, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 3301, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 3305, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 3309, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 3316, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 3320, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 3324, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 3328, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 3332, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 3336, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 3340, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 3344, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 3348, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 3352, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 3356, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 3360, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 3364, app/assets/stylesheets/enterprise/../styles/events.scss */
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 3368, app/assets/stylesheets/enterprise/../styles/events.scss */
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 3372, app/assets/stylesheets/enterprise/../styles/events.scss */
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 3376, app/assets/stylesheets/enterprise/../styles/events.scss */
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 3380, app/assets/stylesheets/enterprise/../styles/events.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 3384, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 3388, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 3392, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 3396, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 3400, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 3404, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 3408, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 3412, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 3416, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 3420, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 3424, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 3428, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 3432, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 3436, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 3440, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 3444, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 3448, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 3455, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 3459, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 3463, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 3467, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 3471, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 3475, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 3479, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 3483, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 3487, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 3491, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 3495, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 3499, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 3503, app/assets/stylesheets/enterprise/../styles/events.scss */
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 3507, app/assets/stylesheets/enterprise/../styles/events.scss */
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 3511, app/assets/stylesheets/enterprise/../styles/events.scss */
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 3515, app/assets/stylesheets/enterprise/../styles/events.scss */
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 3519, app/assets/stylesheets/enterprise/../styles/events.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 3523, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 3527, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 3531, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 3535, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 3539, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 3543, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 3547, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 3551, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 3555, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 3559, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 3563, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 3567, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 3571, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 3575, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 3579, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 3583, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 3587, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 3594, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 3598, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 3602, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 3606, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 3610, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 3614, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 3618, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 3622, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 3626, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 3630, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 3634, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 3638, app/assets/stylesheets/enterprise/../styles/events.scss */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 3642, app/assets/stylesheets/enterprise/../styles/events.scss */
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 3646, app/assets/stylesheets/enterprise/../styles/events.scss */
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 3650, app/assets/stylesheets/enterprise/../styles/events.scss */
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 3654, app/assets/stylesheets/enterprise/../styles/events.scss */
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 3658, app/assets/stylesheets/enterprise/../styles/events.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 3662, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 3666, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 3670, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 3674, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 3678, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 3682, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 3686, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 3690, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 3694, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 3698, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 3702, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 3706, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 3710, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 3714, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 3718, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 3722, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 3726, app/assets/stylesheets/enterprise/../styles/events.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/* line 3734, app/assets/stylesheets/enterprise/../styles/events.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 3739, app/assets/stylesheets/enterprise/../styles/events.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 3744, app/assets/stylesheets/enterprise/../styles/events.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 3749, app/assets/stylesheets/enterprise/../styles/events.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

/* line 3756, app/assets/stylesheets/enterprise/../styles/events.scss */
.navbar-website-editor .btn-positive {
  margin-left: 0 !important;
}

/* line 3773, app/assets/stylesheets/enterprise/../styles/events.scss */
#save.disabled {
  opacity: .4;
  background: transparent;
}

/* line 3785, app/assets/stylesheets/enterprise/../styles/events.scss */
img.fr-dib {
  margin: 5px auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  float: none;
  vertical-align: top;
}

/* line 3795, app/assets/stylesheets/enterprise/../styles/events.scss */
.fr-view img.fr-dib {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 3800, app/assets/stylesheets/enterprise/../styles/events.scss */
img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

/* line 3805, app/assets/stylesheets/enterprise/../styles/events.scss */
img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

/* line 3810, app/assets/stylesheets/enterprise/../styles/events.scss */
img.responsive {
  width: 100% !important;
}

/* line 3819, app/assets/stylesheets/enterprise/../styles/events.scss */
.website {
  overflow: hidden;
  word-wrap: break-word;
  font-family: 'Roboto';
  color: #000;
  background: #fff;
  position: relative;
}

/* line 3829, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .website-container-outer.website-container-outer-sm {
  background-color: #ededed;
}

/* line 3832, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .website-container-outer.website-container-outer-sm .website-container-inner {
  max-width: 900px;
}

/* line 3839, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .website-container-inner {
  margin: 0 auto;
  position: relative;
}

/* line 3845, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  font-family: 'Nunito Sans', sans-serif;
}

/* line 3853, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .plead {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  font-family: 'Nunito Sans', sans-serif;
}

/* line 3862, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .button {
  display: inline-block;
  padding: 6px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  padding: 20px 34px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  transition: .2s all ease;
}

/* line 3875, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .button:hover {
  color: #fff;
  background: #222;
}

/* line 3880, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .button:active {
  transform: scale(0.96);
}

/* line 3886, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .button-light {
  background-color: #fff;
  color: #000;
}

/* line 3891, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .button-block {
  width: 100%;
}

/* line 3896, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .h1 {
  font-size: 60px;
  font-weight: 400;
  margin: 0;
  line-height: 110%;
}

/* line 3905, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .h2 {
  font-size: 40px;
  font-weight: 400;
  margin: 0;
  line-height: 110%;
}

/* line 3913, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  line-height: 110%;
}

/* line 3921, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .h4 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  margin: 0;
  line-height: 200%;
}

/* line 3931, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .h5 {
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  line-height: 110%;
}

/* line 3940, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .h6 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  margin: 0;
  line-height: 140%;
}

/* line 3950, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .h7 {
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  line-height: 110%;
}

/* line 3957, app/assets/stylesheets/enterprise/../styles/events.scss */
.website img {
  max-width: 100%;
}

/* line 3961, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .img-responsive-full {
  display: block;
  width: 100% !important;
  height: auto !important;
}

/* line 3967, app/assets/stylesheets/enterprise/../styles/events.scss */
.website svg {
  max-width: 100%;
}

/* line 3972, app/assets/stylesheets/enterprise/../styles/events.scss */
.website ul, .website li {
  list-style: initial;
}

@media (max-width: 992px) {
  /* line 3992, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-toggle {
    display: block !important;
    background-color: black !important;
  }
  /* line 4001, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .col-mobile-margin {
    margin-bottom: 30px;
  }
  /* line 4005, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .navbar-collapse {
    display: none !important;
  }
}

/* line 4017, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .insert-target {
  display: none;
}

/* line 4022, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .container {
  max-width: 95%;
}

/* line 4027, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .website-well {
  padding: 40px;
  background: #fff;
  color: #000;
  box-shadow: 2px 2px 10px #00000033;
  text-align: center;
}

/* line 4036, app/assets/stylesheets/enterprise/../styles/events.scss */
.website #mapx {
  height: 100%;
  height: 400px;
}

/* line 4041, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block {
  padding-top: 70px;
  padding-bottom: 84px;
}

/* line 4045, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block .content-block-content-image {
  display: none;
}

/* line 4050, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block.content-block-inline-image-active {
  padding: 0 !important;
}

/* line 4054, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block.content-block-inline-image-active .content-block-content {
  display: none;
}

/* line 4058, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block.content-block-inline-image-active .content-block-content-image {
  display: block;
}

/* line 4061, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block.content-block-inline-image-active .content-block-content-image img {
  width: 100%;
}

/* line 4068, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block.content-block-standard .h1, .website .content-block.content-block-standard .h2 {
  font-family: 'Montserrat', sans-serif;
}

/* line 4072, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block.content-block-standard .plead {
  color: #999;
}

/* line 4076, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block.content-block-standard .button {
  letter-spacing: 1px;
  font-family: "Nunito Sans";
}

/* line 4083, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-bg {
  opacity: .5;
  background-color: #fff;
}

/* line 4088, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .website-video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
}

/* line 4095, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .website-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 4105, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-banner {
  padding: 200px 0 260px 0;
  text-align: center;
  background-image: url(https://images.unsplash.com/photo-1511593358241-7eea1f3c84e5?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2767&q=80);
  color: #fff;
  background-position: 50%;
}

/* line 4112, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-banner .content-block-bg {
  background: #000;
  opacity: .4;
}

/* line 4117, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-banner.content-block-banner-2 {
  background-image: url(https://images.unsplash.com/photo-1502786403187-735311c54e9d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80);
  text-align: left;
}

/* line 4121, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-banner.content-block-banner-2 .content-block-bg {
  opacity: .08;
}

/* line 4127, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-banner.content-block-banner-3 {
  background-image: url(https://images.unsplash.com/photo-1548667512-1300dc2b94bc?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2850&q=80);
  text-align: left;
}

/* line 4131, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-banner.content-block-banner-3 .content-block-bg {
  opacity: .08;
}

/* line 4137, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-banner.content-block-banner-3 {
  background-image: url(https://images.unsplash.com/photo-1548679847-1d4ff48016c7?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1051&q=80);
  text-align: left;
}

/* line 4141, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-banner.content-block-banner-3 .content-block-bg {
  opacity: .18;
}

/* line 4145, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-banner.content-block-banner-3 .container-inner {
  padding: 40px;
  background: #fff;
  color: #000;
  box-shadow: 2px 2px 10px #00000033;
  text-align: center;
}

/* line 4154, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-banner.content-block-banner-4 {
  background-image: url(https://res.cloudinary.com/dy8r4yh5x/image/upload/v1551314145/blocks/fabrizio-conti-1328747-unsplash.jpg);
  text-align: left;
}

/* line 4158, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-banner.content-block-banner-4 .content-block-bg {
  opacity: .18;
}

/* line 4164, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-banner.content-block-banner-5 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1562177512/blocks/pawel-czerwinski-8uZPynIu-rQ-unsplash_eluhi4.jpg);
}

/* line 4167, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-banner.content-block-banner-5 .content-block-bg {
  opacity: .18;
}

/* line 4178, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-calltoaction-1 {
  color: #fff;
  padding: 100px 0 120px;
}

/* line 4183, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-calltoaction-1 .content-block-bg {
  background: #000;
  opacity: .92;
}

/* line 4189, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-footer {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 120px;
}

/* line 4194, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-footer .p {
  font-size: 13px;
}

/* line 4199, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-footer .content-block-bg {
  background: #000;
  opacity: 1;
}

/* line 4207, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-navigation {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 4212, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-navigation .content-block-bg {
  background: #000;
  opacity: 0;
}

/* line 4218, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-navigation.content-block-navigation-3 {
  padding-top: 22px;
  padding-bottom: 22px;
}

/* line 4222, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-navigation.content-block-navigation-3 .event-website-navbar-brand-solo {
  display: inline-block;
}

/* line 4228, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-navigation.content-block-navigation-4 {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative !important;
  color: #fff;
  position: relative;
}

/* line 4238, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-navigation.content-block-navigation-4 .content-block-bg {
  background: #1f2834;
  opacity: 1;
}

/* line 4247, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-navigation.content-block-navigation-4 li {
  padding: 12px;
  list-style: none;
}

/* line 4251, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-navigation.content-block-navigation-4 li.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  padding-left: 16px;
}

/* line 4254, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-navigation.content-block-navigation-4 li.border-left span {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

/* line 4260, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-navigation.content-block-navigation-4 .checkout-left {
  display: inline-block;
}

/* line 4264, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-navigation.content-block-navigation-4 .checkout-right {
  float: right;
}

/* line 4268, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-navigation.content-block-navigation-4 .checkout-right li {
  float: right;
}

/* line 4279, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block.content-block-navigation:first-of-type {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9;
}

/* line 4287, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block.content-block-navigation.content-block-navigation-3:first-of-type {
  padding-top: 22px;
  padding-bottom: 22px;
}

@media (max-width: 768px) {
  /* line 4297, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website .content-block-countdown .h1 {
    font-size: 32px;
  }
}

/* line 4306, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .upcoming-event-listing-1 .upcoming-event {
  margin-bottom: 30px;
}

/* line 4310, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .upcoming-event-listing-1 .upcoming-event i {
  margin-right: 6px;
}

/* line 4314, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .upcoming-event-listing-1 .upcoming-event .plead {
  margin: 10px 0 20px;
}

/* line 4318, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .upcoming-event-listing-1 .upcoming-event .button {
  margin-top: 20px;
}

/* line 4325, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-banner-6 {
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 40px;
}

/* line 4331, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-banner-6 .content-block-bg {
  background-color: #f3f3f3;
  opacity: 1;
}

/* line 4336, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-banner-6 .p {
  color: #888;
}

/* line 4343, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-photos-2 {
  padding: 200px 0 260px 0;
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1565196797/blocks/photo2_g2fkqb.jpg);
}

/* line 4348, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-photos-2 img {
  width: 100%;
}

/* line 4352, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-photos-2 .content-block-bg {
  opacity: 0;
}

/* line 4359, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-photos-3 {
  padding: 10px 0 10px 0;
}

/* line 4363, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-photos-3 .content-block-bg {
  opacity: 1;
  background-color: #f8f9fc;
}

/* line 4372, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-about-4 {
  border-top: 14px solid #333;
  padding-bottom: 100px;
}

/* line 4378, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-theme26-about-1 {
  padding-top: 0;
}

/* line 4382, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-theme26-about-1 .content-block-bg {
  background-color: #f8f9fc;
  opacity: 1;
}

/* line 4387, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-theme26-about-1 .container-inner {
  background-color: #fff;
  padding: 40px;
}

/* line 4395, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-theme30-about-1 {
  padding-top: 0;
}

/* line 4399, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-theme30-about-1 .content-block-bg {
  background-color: #f8f9fc;
  opacity: 1;
}

/* line 4404, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-theme30-about-1 .container-inner {
  background-color: #fff;
  padding: 40px;
}

/* line 4412, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-theme30-basic-1 {
  padding-top: 54px;
  padding-bottom: 60px;
}

/* line 4417, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .content-block-theme30-basic-1 .content-block-bg {
  background-color: #f8f9fc;
  opacity: 1;
}

/* line 4431, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .fr-toolbar.fr-top {
  position: fixed;
  width: 100% !important;
  top: 105px !important;
  left: 317px;
  left: 36px;
  min-width: 258px;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  height: 52px;
  padding-top: 6px;
  padding-left: 20px;
  transition: .3s ease left;
}

/* line 4446, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .fr-toolbar.fr-top #aibar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9;
  padding-left: 20px;
}

/* line 4456, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .fr-toolbar.fr-top #aibar .btn {
  font-size: 14px;
  padding: 6px 17px;
}

/* line 4461, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .fr-toolbar.fr-top #aibar input.form-control {
  height: 30px;
  width: 559px;
  width: 34%;
  margin-top: 10px;
  display: inline-block;
}

/* line 4471, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .fr-toolbar.fr-top .fr-command.fr-btn {
  margin-right: 6px;
}

/* line 4475, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .fr-toolbar.fr-top .fr-active {
  color: #334999 !important;
}

/* line 4481, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .fr-desktop .fr-command:hover, .website .fr-desktop .fr-command:focus, .website .fr-desktop .fr-command.fr-btn-hover, .website .fr-desktop .fr-command.fr-expanded {
  background: #f8f9fc;
}

/* line 4487, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .fr-box.fr-basic.fr-top .fr-wrapper {
  box-shadow: none;
  background: transparent;
}

/* line 4500, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .fr-box.fr-basic .fr-element {
  color: inherit !important;
  padding: 10px !important;
}

/* line 4505, app/assets/stylesheets/enterprise/../styles/events.scss */
.website .fr-popup {
  font-size: 20px;
  line-height: 1.2;
}

/* line 4513, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-freemium-header {
  background-color: #182028;
  color: #fff;
  padding: 20px 16px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  font-weight: 600;
  box-shadow: 2px 2px 10px #0000005c;
}

/* line 4525, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-freemium-header svg {
  height: 24px;
  width: 184px;
  position: relative;
  top: 4px;
  fill: #fff;
}

/* line 4533, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-freemium-header .ec-freemium-header-remove {
  position: absolute;
  top: -42px;
  height: 42px;
  line-height: 42px;
  right: 10px;
  background-color: #1821283d;
  display: block;
  color: #fff;
  padding: 0 20px;
  /* box-shadow: 0px -4px 6px #0000002e; */
  text-align: center;
  /* left: 50%; */
  /* margin-left: -75px; */
  text-decoration: none;
}

/* line 4549, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-freemium-header .ec-freemium-header-remove:hover {
  background-color: #334999;
}

/* line 4554, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-freemium-header .ec-freemium-header-button {
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.2);
  background-color: #334999;
  color: #fff;
  margin-left: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: .3s background-color ease;
  display: inline-block;
  font-style: normal;
  border-radius: 6px;
}

/* line 4567, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-freemium-header .ec-freemium-header-button:hover {
  background-color: #2d4086;
}

/* line 4575, app/assets/stylesheets/enterprise/../styles/events.scss */
.tooltip-copy {
  font-size: 14px;
  color: #334999;
}

/* line 4583, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-freemium-header-2 {
  background-color: #182028;
  color: #fff;
  padding: 20px 16px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  font-weight: 600;
  box-shadow: 2px 2px 10px #0000005c;
}

/* line 4595, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-freemium-header-2 svg {
  height: 24px;
  width: 184px;
  position: relative;
  top: 4px;
  fill: #fff;
}

/* line 4603, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-freemium-header-2 .ec-freemium-header-remove {
  position: absolute;
  top: 80px;
  height: 42px;
  line-height: 42px;
  right: 10px;
  background-color: #1821283d;
  display: block;
  color: #fff;
  padding: 0 20px;
  /* box-shadow: 0px -4px 6px #0000002e; */
  text-align: center;
  /* left: 50%; */
  /* margin-left: -75px; */
  text-decoration: none;
}

/* line 4619, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-freemium-header-2 .ec-freemium-header-remove:hover {
  background-color: #334999;
}

/* line 4624, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-freemium-header-2 .ec-freemium-header-button {
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.2);
  background-color: #334999;
  color: #fff;
  margin-left: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: .3s background-color ease;
  display: inline-block;
  font-style: normal;
  border-radius: 6px;
}

/* line 4637, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-freemium-header-2 .ec-freemium-header-button:hover {
  background-color: #2d4086;
}

/* line 4645, app/assets/stylesheets/enterprise/../styles/events.scss */
.ec-freemium-footer {
  background: #000;
  color: white;
  text-align: center;
  padding: 10px;
  font-family: Outfit;
  text-decoration: none;
}

/* line 4656, app/assets/stylesheets/enterprise/../styles/events.scss */
a.poweredbyec {
  color: #fff;
  background: linear-gradient(to right, white, white), linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
  border-radius: 2px;
}

/* line 4659, app/assets/stylesheets/enterprise/../styles/events.scss */
a.poweredbyec i {
  display: none;
}

/* line 4679, app/assets/stylesheets/enterprise/../styles/events.scss */
a.poweredbyec:hover {
  background-size: 0 10px, 100% 20px;
  text-decoration: none;
  color: white;
}

/* line 4684, app/assets/stylesheets/enterprise/../styles/events.scss */
a.poweredbyec:hover i {
  display: inline-block;
}

/* line 4695, app/assets/stylesheets/enterprise/../styles/events.scss */
.checkout-logo-container a.poweredbyec {
  color: black;
  background: linear-gradient(to right, black, black), linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
  border-radius: 2px;
}

/* line 4713, app/assets/stylesheets/enterprise/../styles/events.scss */
.checkout-logo-container a.poweredbyec:hover {
  background-size: 0 10px, 100% 20px;
  text-decoration: none;
}

/* line 4726, app/assets/stylesheets/enterprise/../styles/events.scss */
.banner-envelope {
  position: relative;
  display: block;
  width: 800px;
  margin: 0 auto;
  height: 550px;
}

/* line 4734, app/assets/stylesheets/enterprise/../styles/events.scss */
.banner-envelope .paper {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

/* line 4741, app/assets/stylesheets/enterprise/../styles/events.scss */
.banner-envelope .back:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 400px 180px 400px;
  border-color: transparent transparent #333 transparent;
}

/* line 4750, app/assets/stylesheets/enterprise/../styles/events.scss */
.banner-envelope .back:after {
  content: "";
  display: block;
  background-color: #222;
  width: 800px;
  height: 200px;
}

/* line 4758, app/assets/stylesheets/enterprise/../styles/events.scss */
.banner-envelope .front {
  top: 180px;
  box-shadow: 0px 20px 10px #0000001f;
}

/* line 4762, app/assets/stylesheets/enterprise/../styles/events.scss */
.banner-envelope .front:after {
  content: "";
  display: block;
  width: 800px;
  height: 100px;
  background-color: #fff;
}

/* line 4769, app/assets/stylesheets/enterprise/../styles/events.scss */
.banner-envelope .front:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 320px 400px 0px 400px;
  border-color: transparent #fff;
}

/* line 4780, app/assets/stylesheets/enterprise/../styles/events.scss */
.banner-envelope .contents {
  position: relative;
  top: 50px;
  display: block;
  width: 90%;
  margin: 0 auto;
  box-shadow: 0 0 20px #00000038;
  transition: .4s top ease;
}

/* line 4791, app/assets/stylesheets/enterprise/../styles/events.scss */
.banner-envelope .contents img {
  width: 100%;
}

/* line 4798, app/assets/stylesheets/enterprise/../styles/events.scss */
.banner-envelope:hover .contents {
  top: -30px;
}

@media (max-width: 992px) {
  /* line 4808, app/assets/stylesheets/enterprise/../styles/events.scss */
  .banner-envelope {
    width: 400px;
    height: 310px;
  }
  /* line 4814, app/assets/stylesheets/enterprise/../styles/events.scss */
  .banner-envelope .back:before {
    border-width: 0 200px 140px 200px;
  }
  /* line 4817, app/assets/stylesheets/enterprise/../styles/events.scss */
  .banner-envelope .back:after {
    width: 400px;
    height: 200px;
  }
  /* line 4822, app/assets/stylesheets/enterprise/../styles/events.scss */
  .banner-envelope .front {
    top: 140px;
  }
  /* line 4825, app/assets/stylesheets/enterprise/../styles/events.scss */
  .banner-envelope .front:after {
    width: 400px;
    height: 100px;
  }
  /* line 4831, app/assets/stylesheets/enterprise/../styles/events.scss */
  .banner-envelope .front:before {
    border-width: 180px 200px 0px 200px;
  }
  /* line 4836, app/assets/stylesheets/enterprise/../styles/events.scss */
  .banner-envelope .contents {
    top: 80px;
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 0 20px #00000038;
    transition: .4s top ease;
  }
  /* line 4846, app/assets/stylesheets/enterprise/../styles/events.scss */
  .banner-envelope:hover .contents {
    top: 30px;
  }
}

@media (max-width: 768px) {
  /* line 4863, app/assets/stylesheets/enterprise/../styles/events.scss */
  .banner-envelope {
    width: 300px;
    height: 256px;
  }
  /* line 4869, app/assets/stylesheets/enterprise/../styles/events.scss */
  .banner-envelope .back:before {
    border-width: 0 150px 105px 150px;
  }
  /* line 4872, app/assets/stylesheets/enterprise/../styles/events.scss */
  .banner-envelope .back:after {
    width: 300px;
    height: 200px;
  }
  /* line 4877, app/assets/stylesheets/enterprise/../styles/events.scss */
  .banner-envelope .front {
    top: 105px;
  }
  /* line 4880, app/assets/stylesheets/enterprise/../styles/events.scss */
  .banner-envelope .front:after {
    width: 300px;
    height: 100px;
  }
  /* line 4886, app/assets/stylesheets/enterprise/../styles/events.scss */
  .banner-envelope .front:before {
    border-width: 100px 150px 0px 150px;
  }
  /* line 4891, app/assets/stylesheets/enterprise/../styles/events.scss */
  .banner-envelope .contents {
    top: 40px;
    width: 90%;
    margin: 0 auto;
    box-shadow: 0 0 20px #00000038;
    transition: .4s top ease;
  }
  /* line 4901, app/assets/stylesheets/enterprise/../styles/events.scss */
  .banner-envelope:hover .contents {
    top: 0px;
  }
}

/* line 4915, app/assets/stylesheets/enterprise/../styles/events.scss */
.carousel-inner > .item {
  -webkit-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}

/* line 4926, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t39 {
  font-family: 'Poppins', sans-serif;
}

/* line 4931, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t39 .h1, .website.t39 .h2, .website.t39 .h3 {
  font-family: 'Unna', serif;
}

/* line 4936, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t39 .h1 {
  font-size: 80px;
}

/* line 4940, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t39 .h2 {
  font-size: 52px;
}

/* line 4944, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t39 .p {
  color: #888;
}

/* line 4949, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t39 .content-block.content-block-navigation.content-block-theme39-nav-1:first-of-type {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* line 4954, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t39 .content-block.content-block-navigation.content-block-theme39-nav-1:first-of-type .content-block-bg {
  background-color: #fff;
  opacity: 1;
}

/* line 4963, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t39 .navbar-nav .nav-item {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}

/* line 4972, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t39 .event-website-navbar .button {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  border-radius: 20px;
  background-color: #3d6889;
  color: #fff;
}

/* line 4983, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t39 .event-website-navbar .button:hover {
  background-color: #333;
}

/* line 4987, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t39 .content-block-theme39-banner-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1575668151/themes/theme%20assets/photo-1515006346612-71f85b11e4fe_ak5ufw.jpg);
  padding-top: 240px;
  padding-bottom: 280px;
}

/* line 4993, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t39 .content-block-theme39-banner-1 .content-block-bg {
  opacity: .5;
}

/* line 4998, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t39 .button {
  border-radius: 30px;
}

/* line 5002, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t39 .button-light {
  background-color: #3d6889;
  color: #fff;
}

/* line 5008, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t39 .content-block-theme39-countdown-1 {
  padding-top: 34px;
  padding-bottom: 34px;
}

/* line 5012, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t39 .content-block-theme39-countdown-1 .content-block-bg {
  opacity: .1;
  background-color: #333;
}

/* line 5018, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t39 .content-block-theme39-countdown-1 .h1 {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
}

/* line 5027, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t39 .content-block-theme39-speakers-1 .img-responsive {
  border-radius: 50%;
}

/* line 5033, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t39 .content-block-theme39-calltoaction-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1575668151/themes/theme%20assets/photo-1515006346612-71f85b11e4fe_ak5ufw.jpg);
  background-position: 50% 10%;
  padding-top: 70px;
  padding-bottom: 80px;
  color: #fff;
}

/* line 5042, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t39 .content-block-theme39-calltoaction-1 .content-block-bg {
  opacity: .8;
  background-color: #000;
}

/* line 5049, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t39 .content-block-theme39-map-1 {
  color: #fff;
  padding-bottom: 120px;
}

/* line 5053, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t39 .content-block-theme39-map-1 .content-block-bg {
  opacity: 1;
  background-color: #000;
}

/* line 5059, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t39 .event-website-navbar-brand {
  margin-right: 10px;
}

/* line 5065, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t39 .content-block-theme39-news-1 .content-block-bg {
  opacity: .1;
  background-color: #333;
}

/* line 5082, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t40 .h1, .website.t40 .h2, .website.t40 .h3 {
  font-family: 'Josefin Slab', serif;
}

/* line 5087, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t40 .h1 {
  font-size: 120px;
  font-weight: 800;
  line-height: 110%;
  font-family: 'Josefin Slab', serif;
}

@media (max-width: 768px) {
  /* line 5096, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website.t40 .h1 {
    font-size: 62px !important;
  }
}

/* line 5101, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t40 a {
  color: #cb9c47;
}

/* line 5107, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t40 .button-dark {
  background-color: #191b22;
  color: #fff;
  border-radius: 5px;
}

/* line 5114, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t40 .button-light {
  background-color: #cb9c47;
  color: #fff;
  border-radius: 5px;
}

/* line 5121, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t40 .content-block-theme40-banner-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1576350585/themes/theme%20assets/adam-jaime-dmkmrNptMpw-unsplash2_eiazpl.jpg);
  background-position: 0 50%;
}

/* line 5126, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t40 .content-block-theme40-banner-1 .content-block-bg {
  opacity: .2;
}

/* line 5131, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t40 .content-block-theme40-about-1 {
  color: #fff;
}

/* line 5136, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t40 .content-block-theme40-about-1 .content-block-bg {
  opacity: 1;
  background-color: #000;
  background-color: #2c333a;
}

/* line 5142, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t40 .content-block-theme40-about-1 .img-responsive {
  border-radius: 50%;
}

/* line 5148, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t40 .content-block-theme40-attendees-1 {
  padding-top: 80px;
  padding-bottom: 124px;
}

/* line 5152, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t40 .content-block-theme40-attendees-1 .img-responsive {
  border-radius: 50%;
  width: 100%;
  margin-bottom: 10px;
}

/* line 5159, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t40 .content-block-theme40-footer-1 {
  color: #fff;
  padding-bottom: 80px;
}

/* line 5163, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t40 .content-block-theme40-footer-1 .content-block-bg {
  opacity: 1;
  background-color: #000;
  background-color: #191a20;
}

/* line 5181, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t41 {
  font-family: 'Questrial', sans-serif;
}

/* line 5186, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t41 a {
  color: #8a2146;
}

/* line 5190, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t41 .content-block-theme41-banner-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1576441387/themes/theme%20assets/50b7d168cadbb0faf42e1c8aae62c2a52_ttrtzv.jpg);
  background-position: 0 50%;
}

/* line 5195, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t41 .content-block-theme41-banner-1 .content-block-bg {
  opacity: .8;
}

/* line 5201, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t41 .navbar-nav .nav-item {
  color: #b7b7b7;
  font-size: 16px;
}

/* line 5207, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t41 .content-block-theme41-about-1 {
  padding-bottom: 0;
}

/* line 5212, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t41 .content-block-theme41-about-2 {
  padding-top: 40px;
}

/* line 5216, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t41 .content-block-theme41-map-1 {
  color: #fff;
}

/* line 5219, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t41 .content-block-theme41-map-1 .content-block-bg {
  opacity: 1;
  background-color: #000;
}

/* line 5227, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t41 .content-block-theme41-attendees-1 .content-block-bg {
  opacity: .1;
  background-color: #474747;
}

/* line 5232, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t41 .content-block-theme41-attendees-1 .img-responsive {
  border-radius: 50%;
  width: 100%;
  margin-bottom: 10px;
}

/* line 5239, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t41 .button-light {
  background-color: #8a2146;
  color: #fff;
}

/* line 5250, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t4x {
  font-family: 'Lato', sans-serif;
}

/* line 5255, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t4x .h1, .website.t4x .h2, .website.t4x .h3, .website.t4x .plead {
  font-family: 'Cormorant Garamond', serif;
}

/* line 5259, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t4x .h1 {
  font-size: 82px;
  letter-spacing: 2px;
}

/* line 5267, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t4x .content-block-theme42-banner-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1576536400/themes/theme%20assets/foto-pettine-IfjHaIoAoqE-unsplash2_u1ukup.jpg);
  background-position: 0 100%;
  padding: 220px 0 360px 0;
}

/* line 5273, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t4x .content-block-theme42-banner-1 .content-block-bg {
  opacity: .1;
}

/* line 5279, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t4x .content-block-theme41-about-2 {
  padding-bottom: 0;
}

/* line 5285, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t4x .content-block-theme41-about-1 {
  padding-top: 60px;
  padding-bottom: 120px;
}

/* line 5289, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t4x .content-block-theme41-about-1 .button {
  padding: 10px 20px;
  font-size: 14px;
}

/* line 5296, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t4x .content-block-theme41-travel-1 {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 120px;
}

/* line 5301, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t4x .content-block-theme41-travel-1 .content-block-bg {
  opacity: 1;
  background-color: #000;
}

/* line 5308, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t4x .content-block-theme41-footer-1 {
  padding-bottom: 160px;
}

/* line 5321, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t43 .h1, .website.t43 .h2, .website.t43 .h3 {
  font-family: 'Courier Prime', monospace;
  font-family: 'Roboto Mono', monospace;
  font-family: 'Inconsolata', monospace;
  font-family: 'Source Code Pro', monospace;
}

/* line 5328, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t43 .h3 {
  font-size: 30px;
}

/* line 5332, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t43 .h5 {
  font-size: 20px;
}

/* line 5337, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t43 .navbar-nav .nav-item {
  font-family: 'Source Code Pro', monospace;
  margin-left: 12px;
  margin-right: 12px;
}

/* line 5343, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t43 .button {
  font-family: 'Source Code Pro', monospace;
}

/* line 5348, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t43 .content-block-theme43-banner-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1576643690/themes/theme%20assets/benjamin-voros-AD6rn3vqG7o-unsplash-3_nujysv.jpg);
  background-position: 0 10%;
  padding: 220px 0 360px 0;
}

/* line 5354, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t43 .content-block-theme43-banner-1 .content-block-bg {
  opacity: .1;
}

/* line 5365, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t43 .content-block-theme43-calltoaction-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1576696920/themes/theme%20assets/benjamin-voros-wgQum7BIk3Q-unsplash2_bmqjm1.jpg);
  color: #fff;
  background-position: 0 50%;
  padding-top: 80px;
  padding-bottom: 120px;
}

/* line 5372, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t43 .content-block-theme43-calltoaction-1 .content-block-bg {
  opacity: .6;
  background-color: #000;
}

/* line 5380, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t43 .content-block-theme43-footer-1 .content-block-bg {
  opacity: 1;
  background-color: #1a1a1a;
}

/* line 5389, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t43 .content-block-theme43-photo-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1576694215/themes/theme%20assets/benjamin-voros-lD7qCsdysDI-unsplash2_zrq4ev.jpg);
  background-position: 0 50%;
  background-attachment: fixed;
  padding-top: 240px;
  padding-bottom: 240px;
}

/* line 5396, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t43 .content-block-theme43-photo-1 .content-block-bg {
  opacity: 0;
  background-color: #000;
}

/* line 5405, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t43 .content-block-theme43-photo-2 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1576694867/themes/theme%20assets/benjamin-voros-YfUR4QpiXuQ-unsplash2_vrg4vp.jpg);
  background-position: 0 50%;
  background-attachment: fixed;
  padding-top: 240px;
  padding-bottom: 240px;
}

/* line 5412, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t43 .content-block-theme43-photo-2 .content-block-bg {
  opacity: 0;
  background-color: #000;
}

/* line 5419, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t43 .content-block-theme43-photo-3 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1576696920/themes/theme%20assets/benjamin-voros-wgQum7BIk3Q-unsplash2_bmqjm1.jpg);
  background-position: 0 50%;
  background-attachment: fixed;
  padding-top: 240px;
  padding-bottom: 240px;
}

/* line 5426, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t43 .content-block-theme43-photo-3 .content-block-bg {
  opacity: 0;
  background-color: #000;
}

/* line 5449, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t44 .h1, .website.t44 .h2, .website.t44 .h3 {
  font-family: 'Bebas Neue', cursive;
}

/* line 5453, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t44 .h1 {
  font-size: 72px;
}

/* line 5457, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t44 .h3 {
  font-size: 30px;
}

/* line 5461, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t44 .h5 {
  font-size: 20px;
}

/* line 5466, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t44 .navbar-nav .nav-item {
  margin-left: 12px;
  margin-right: 12px;
}

/* line 5472, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t44 .button {
  font-family: 'Bebas Neue', cursive;
  font-size: 22px;
}

/* line 5477, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t44 .button-dark {
  background-color: #1a1a1a;
}

/* line 5481, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t44 .button-light {
  background-color: #c55220;
  color: #fff;
}

/* line 5486, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t44 .content-block-theme44-banner-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1577041273/themes/theme%20assets/seth-doyle-zf9_yiAekJs-unsplash-_1_2_ek7qw8.jpg);
  background-position: 0 50%;
  padding: 220px 0 360px 0;
}

/* line 5492, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t44 .content-block-theme44-banner-1 .content-block-bg {
  opacity: .3;
}

/* line 5497, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t44 .navbar-nav .nav-item {
  font-family: 'Bebas Neue', cursive;
  margin-left: 12px;
  margin-right: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: bold;
}

/* line 5510, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t44 .content-block.content-block-navigation.content-block-theme44-nav-1:first-of-type {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 5515, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t44 .content-block.content-block-navigation.content-block-theme44-nav-1:first-of-type .content-block-bg {
  opacity: .3;
  background-color: #000;
  opacity: .7;
}

/* line 5522, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t44 .content-block-theme44-about-1 {
  padding-bottom: 60px;
}

/* line 5527, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t44 .content-block-theme44-about-3 {
  padding-top: 0px;
}

/* line 5531, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t44 .content-block-theme44-about-2 {
  padding-bottom: 100px;
}

/* line 5534, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t44 .content-block-theme44-about-2 .content-block-bg {
  opacity: .8;
  background-color: #efefef;
}

/* line 5541, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t44 .content-block-theme43-calltoaction-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1576696920/themes/theme%20assets/benjamin-voros-wgQum7BIk3Q-unsplash2_bmqjm1.jpg);
  color: #fff;
  background-position: 0 50%;
  padding-top: 80px;
  padding-bottom: 120px;
}

/* line 5548, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t44 .content-block-theme43-calltoaction-1 .content-block-bg {
  opacity: .6;
  background-color: #000;
}

/* line 5555, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t44 .content-block-theme44-photos-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1577045297/themes/theme%20assets/annie-spratt-2rMn97DPTdU-unsplash2_ivtoq1.jpg);
}

/* line 5558, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t44 .content-block-theme44-photos-1 .content-block-bg {
  opacity: 0;
  background-color: #000;
}

/* line 5564, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t44 .content-block-theme44-sponsors-1 {
  padding-top: 100px;
  padding-bottom: 180px;
}

/* line 5576, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t44 .content-block-theme43-footer-1 .content-block-bg {
  opacity: 1;
  background-color: #000;
}

/* line 5596, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t45 {
  font-family: 'Karla', sans-serif;
}

/* line 5601, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t45 .h1, .website.t45 .h2, .website.t45 .h3 {
  font-family: 'Rubik', sans-serif;
}

/* line 5606, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t45 .h1 {
  font-size: 60px;
}

/* line 5610, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t45 .h3 {
  font-size: 30px;
}

/* line 5614, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t45 .h5 {
  font-size: 20px;
}

/* line 5618, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t45 .p, .website.t45 .plead {
  font-family: 'Karla', sans-serif;
}

/* line 5623, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t45 .navbar-nav .nav-item {
  margin-left: 12px;
  margin-right: 12px;
}

/* line 5629, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t45 .button {
  font-size: 18px;
}

/* line 5633, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t45 .button-dark {
  background-color: #e19e03;
  color: #fff;
}

/* line 5638, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t45 .button-light {
  background-color: #c55220;
  color: #fff;
}

/* line 5643, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t45 .button-small {
  padding: 10px 16px;
  font-size: 14px;
}

/* line 5649, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t45 .content-block-theme45-banner-1 {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 5656, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t45 .navbar-nav .nav-item {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 14px;
  font-weight: bold;
  color: black;
}

/* line 5665, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t45 .content-block-theme45-about-1 {
  padding-top: 120px;
}

/* line 5669, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t45 .content-block-theme45-bio-2 {
  padding-top: 0;
}

/* line 5673, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t45 .content-block-theme45-testimonials-1 .content-block-bg {
  background-color: #f1f1f1;
}

/* line 5677, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t45 .content-block-theme45-cta-1 {
  color: #fff;
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1585066182/themes/theme%20assets/mattsarah_nqmais.jpg);
  background-position: 0% 40%;
  padding-top: 150px;
  padding-bottom: 180px;
}

/* line 5684, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t45 .content-block-theme45-cta-1 .content-block-bg {
  background-color: #000;
  opacity: .5;
}

/* line 5700, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t46 {
  font-family: 'Cantarell', sans-serif;
}

/* line 5705, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t46 .h1 {
  font-size: 80px;
}

/* line 5709, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t46 .h3 {
  font-size: 30px;
}

/* line 5713, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t46 .h5 {
  font-size: 20px;
}

/* line 5718, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t46 .navbar-nav .nav-item {
  margin-left: 12px;
  margin-right: 12px;
}

/* line 5724, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t46 .button {
  font-size: 18px;
}

/* line 5728, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t46 .button-dark {
  background-color: #fff;
  color: #000;
}

/* line 5733, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t46 .button-light {
  background-color: #000;
  color: #fff;
}

/* line 5738, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t46 .button-small {
  padding: 10px 16px;
  font-size: 14px;
}

/* line 5744, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t46 .content-block-theme45-banner-1 {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 5751, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t46 .navbar-nav .nav-item {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 14px;
  font-weight: bold;
  color: black;
}

/* line 5760, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t46 .content-block-theme45-about-1 {
  padding-top: 120px;
}

/* line 5764, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t46 .content-block-theme46-about-2 {
  padding-top: 0;
}

/* line 5768, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t46 .content-block-theme46-bio-1 {
  color: #fff;
  padding-top: 90px;
  padding-bottom: 110px;
}

/* line 5774, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t46 .content-block-theme46-bio-1 .content-block-bg {
  background-color: #000;
  opacity: 1;
}

/* line 5782, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t46 .content-block-theme46-photo-1 {
  color: #fff;
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1585700044/themes/theme%20assets/sven-mieke-Lx_GDv7VA9M-unsplash2_avrdaa.jpg);
  padding-top: 180px;
  padding-bottom: 270px;
}

/* line 5789, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t46 .content-block-theme46-photo-1 .content-block-bg {
  background-color: #000;
  opacity: 0;
}

/* line 5797, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t46 .content-block-theme46-banner-1 {
  color: #fff;
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1585693470/themes/theme%20assets/damir-spanic-BzJO7pO1K3g-unsplash-_1_2_x78s3v.jpg);
  background-position: 0% 20%;
  padding-top: 180px;
  padding-bottom: 270px;
}

/* line 5804, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t46 .content-block-theme46-banner-1 .content-block-bg {
  background-color: #000;
  opacity: .1;
}

/* line 5820, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t83 {
  font-family: 'Nunito Sans', sans-serif;
}

/* line 5824, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t83 .h1, .website.t83 .h2, .website.t83 .h3 {
  font-family: 'Cedarville Cursive', cursive;
}

/* line 5828, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t83 .navbar-nav .nav-item {
  color: #222;
  font-weight: 600;
}

/* line 5833, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t83 .content-block {
  padding-top: 50px;
  padding-bottom: 60px;
}

/* line 5838, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t83 .content-block-about {
  padding-top: 80px;
}

/* line 5857, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t83 .content-block-map {
  color: #fff;
}

/* line 5861, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t83 .content-block-map .content-block-bg {
  background-color: #000;
  opacity: 1;
}

/* line 5867, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t83 .content-block-countdown {
  padding-top: 32px;
  padding-bottom: 38px;
}

/* line 5872, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t83 #photos.content-block-photos {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1610744047/themes/theme%20assets/roberto-nickson-llkVQVjns80-unsplash-2_okbnye.jpg);
}

/* line 5885, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t84 {
  font-family: 'Nunito Sans', sans-serif;
}

/* line 5889, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t84 .h1, .website.t84 .h2, .website.t84 .h3 {
  font-family: 'Cherry Swash', cursive;
}

/* line 5893, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t84 .button, .website.t84 .button.button-light {
  background-color: #60abaa;
  color: #fff;
}

/* line 5898, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t84 .navbar-nav .nav-item {
  color: #222;
  font-weight: 600;
}

/* line 5903, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t84 .content-block {
  padding-top: 50px;
  padding-bottom: 60px;
}

/* line 5908, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t84 .content-block-about {
  padding-top: 80px;
}

/* line 5922, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t84 .content-block-schedule .content-block-bg {
  background: #d6efec;
  opacity: 1;
}

/* line 5939, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t84 .content-block-map {
  color: #fff;
}

/* line 5943, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t84 .content-block-map .content-block-bg {
  background-color: #000;
  opacity: 1;
}

/* line 5949, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t84 .content-block-countdown {
  padding-top: 32px;
  padding-bottom: 38px;
}

/* line 5954, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t84 #photos.content-block-photos {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1610749871/themes/theme%20assets/babyshowerboy_kgmgb7.jpg);
}

/* line 5965, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t85 {
  font-family: 'Nunito Sans', sans-serif;
}

/* line 5970, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t85 .h1, .website.t85 .h2, .website.t85 .h3 {
  font-family: 'Abhaya Libre', serif;
}

/* line 5977, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t85 .content-block-navigation .content-block-bg {
  background-color: #000;
  opacity: 1;
}

/* line 5983, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t85 .content-block-banner-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1611172847/themes/theme%20assets/1460087_1_eunkuq.jpg);
  background-position: 0 40%;
}

/* line 5988, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t85 .content-block-banner-1 .content-block-bg {
  background-color: #000;
  opacity: .28;
}

/* line 5993, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t85 .content-block-banner-1 .plead {
  color: #ccc;
}

/* line 6000, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t85 .content-block-photos-1 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1611172853/themes/theme%20assets/1460108_2_clzwuk.jpg);
}

/* line 6003, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t85 .content-block-photos-1 .content-block-bg {
  background-color: #000;
  opacity: .1;
}

/* line 6010, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t85 .content-block-photos-2 {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1611172855/themes/theme%20assets/1460093_mmeulf.jpg);
}

/* line 6013, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t85 .content-block-photos-2 .content-block-bg {
  background-color: #000;
  opacity: .1;
}

/* line 6020, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t85 .content-block-registry .content-block-bg {
  background-color: #666;
  opacity: .1;
}

/* line 6035, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t86 {
  font-family: 'Nunito Sans', sans-serif;
}

/* line 6039, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t86 .h1, .website.t86 .h2, .website.t86 .h3 {
  font-family: 'Cherry Swash', cursive;
}

/* line 6043, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t86 .button, .website.t86 .button.button-light {
  background-color: #f5bcbf;
  color: #fff;
}

/* line 6048, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t86 .navbar-nav .nav-item {
  color: #222;
  font-weight: 600;
}

/* line 6053, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t86 .content-block {
  padding-top: 50px;
  padding-bottom: 60px;
}

/* line 6058, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t86 .content-block-about {
  padding-top: 80px;
}

/* line 6065, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t86 .content-block-schedule .content-block-bg {
  background: #ffefef;
  opacity: 1;
}

/* line 6071, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t86 .content-block-map {
  color: #fff;
}

/* line 6075, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t86 .content-block-map .content-block-bg {
  background-color: #000;
  opacity: 1;
}

/* line 6081, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t86 #photos.content-block-photos {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1611172643/themes/theme%20assets/babyshowergirl2_duns5i.jpg);
}

/* line 6095, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t87 {
  font-family: 'Cormorant', sans-serif;
}

/* line 6099, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t87 .h1 {
  font-family: 'Allura', cursive;
}

/* line 6103, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t87 .p {
  font-family: 'Cormorant', sans-serif;
}

/* line 6112, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t87 .navbar-nav .nav-item {
  color: #222;
  font-weight: 600;
}

/* line 6117, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t87 .content-block {
  padding-top: 50px;
  padding-bottom: 60px;
}

/* line 6122, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t87 .content-block-about-5 {
  padding-top: 80px;
}

/* line 6126, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t87 .content-block-about-1 {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 90px;
}

/* line 6133, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t87 .content-block-about-1 .content-block-bg {
  background: #1a1a1a;
  opacity: 1;
}

/* line 6142, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t87 .content-block-schedule .content-block-bg {
  background: #ffefef;
  opacity: 1;
}

/* line 6149, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t87 #photos.content-block-photos {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1612908471/themes/theme%20assets/memorial_bkia0u.jpg);
}

/* line 6161, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t88 .h1, .website.t88 .h2, .website.t88 .h3, .website.t88 .p {
  font-family: 'Didact Gothic';
}

/* line 6171, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t88 .navbar-nav .nav-item {
  color: #222;
  font-weight: 600;
  font-family: 'Didact Gothic';
}

/* line 6177, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t88 .content-block {
  padding-top: 50px;
  padding-bottom: 60px;
}

/* line 6182, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t88 .content-block-about-5 {
  padding-top: 100px;
}

/* line 6186, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t88 .content-block-about-1 {
  padding-top: 80px;
  padding-bottom: 90px;
}

/* line 6200, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t88 .content-block-text-1 {
  color: #fff;
}

/* line 6204, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t88 .content-block-text-1 .content-block-bg {
  background: #000;
  opacity: .92;
}

/* line 6211, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t88 #photos.content-block-photos {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1614865474/themes/theme%20assets/girl2_st4ott.jpg);
}

/* line 6226, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t89 .h1, .website.t89 .h2, .website.t89 .h3 {
  font-family: 'Arvo', cursive;
}

/* line 6230, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t89 .navbar-nav .nav-item {
  color: #222;
  font-weight: 600;
}

/* line 6235, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t89 .content-block {
  padding-top: 50px;
  padding-bottom: 60px;
}

/* line 6240, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t89 .content-block-about-5 {
  padding-top: 80px;
}

/* line 6244, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t89 .content-block-about-1 {
  padding-top: 80px;
  padding-bottom: 90px;
}

/* line 6252, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t89 .content-block-text-1 {
  color: #fff;
}

/* line 6256, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t89 .content-block-text-1 .content-block-bg {
  background: #000;
  opacity: .92;
}

/* line 6263, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t89 #photos.content-block-photos {
  background-image: url(https://res.cloudinary.com/eventcreate/image/upload/v1615492926/themes/theme%20assets/graduation_ikwltg.jpg);
}

/* line 6277, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t90 {
  font-family: "proxima-nova", sans-serif;
}

/* line 6281, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t90 .modal-body {
  padding: 40px 26px;
}

/* line 6287, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t90 .button.button-dark {
  background: #2C3E50;
  border-radius: .25em;
  font-size: 16px;
}

/* line 6292, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t90 .button.button-dark:hover {
  background: #1a252f;
}

/* line 6307, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t91 {
  font-family: 'DM Sans', sans-serif;
}

/* line 6310, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t91 .p, .website.t91 .plead {
  font-family: 'DM Sans', sans-serif;
}

/* line 6314, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t91 .navbar-nav .nav-item {
  color: black;
  font-family: 'Barlow Semi Condensed', sans-serif;
}

/* line 6319, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t91 .button {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  border-radius: 20px;
  font-weight: bold;
  font-family: 'Barlow Semi Condensed', sans-serif;
}

/* line 6328, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t91 .button.button-light {
  background: black;
  color: #fff;
}

/* line 6331, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t91 .button.button-light:hover {
  background: black;
  color: #fff;
}

/* line 6338, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t91 .button.button-dark {
  background: transparent;
  color: black;
  border: 1px solid black;
}

/* line 6343, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t91 .button.button-dark:hover {
  background: transparent;
  color: black;
  border: 1px solid black;
}

/* line 6358, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t92 .content-block-banner, .website.t92 .content-block-footer {
  color: #000;
}

/* line 6362, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t92 .h1 {
  font-family: "Just Another Hand";
  font-size: 80px;
}

/* line 6367, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t92 .h2 {
  font-family: "Just Another Hand";
  font-size: 40px;
}

/* line 6372, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t92 .h3 {
  font-family: "Didact Gothic";
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 6380, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t92 .p {
  font-family: "Didact Gothic";
}

/* line 6384, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t92 .button.button-dark {
  font-family: "Didact Gothic";
  background: #A980FF;
  color: fff;
}

/* line 6390, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t92 .button.button-dark:hover {
  background: #A980FF;
  color: #fff;
}

/* line 6409, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t93 .h1 {
  font-size: 100px;
  font-family: Anton;
  text-transform: uppercase;
}

/* line 6416, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t93 .h2 {
  font-size: 60px;
  font-family: Anton;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 6423, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t93 .h3 {
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
  font-family: Anton;
  letter-spacing: 2px;
}

/* line 6432, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t93 .h4 {
  font-family: Anton;
  letter-spacing: 2px;
  font-size: 16px;
}

/* line 6438, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t93 .content-block-contact {
  color: #fff;
}

/* line 6442, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t93 .navbar-nav .nav-item {
  font-size: 14px;
  font-family: Anton;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 6449, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t93 .button {
  font-size: 18px;
  font-family: Anton;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 6456, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t93 .content-block-contact .button {
  background: white;
  color: #000;
  border: none;
}

@media (max-width: 768px) {
  /* line 6464, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website.t93 .h1 {
    font-size: 60px !important;
  }
  /* line 6468, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website.t93 .h2 {
    font-size: 40px !important;
  }
}

/* line 6486, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t94 {
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 6491, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t94 .h1, .website.t94 .h2 {
  font-family: 'DM Serif Display', serif;
}

/* line 6495, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t94 .h1 {
  font-size: 80px;
  line-height: 80px;
}

/* line 6500, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t94 .h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  letter-spacing: 3px;
}

/* line 6506, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t94 .p {
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 6511, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t94 .button {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #004014;
}

/* line 6519, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t94 .button:hover {
  background-color: #013c13;
}

/* line 6523, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t94 .content-block-footer .p {
  font-size: 15px;
}

@media (max-width: 768px) {
  /* line 6530, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website.t94 .h1 {
    font-size: 60px !important;
  }
  /* line 6534, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website.t94 .h2 {
    font-size: 40px !important;
  }
}

/* line 6548, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t95 {
  font-family: 'Oswald';
}

/* line 6554, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t95 .h1 {
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  letter-spacing: 7px;
}

/* line 6561, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t95 .h2 {
  font-size: 30px;
}

/* line 6569, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t95 .button {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  background-color: #58070e;
  border: 2px solid #7d0c0b;
}

/* line 6577, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t95 .button:hover {
  background-color: #7d0c0b;
}

/* line 6581, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t95 .content-block-footer .p {
  font-size: 13px;
}

@media (max-width: 768px) {
  /* line 6588, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website.t95 .h1 {
    font-size: 50px !important;
    letter-spacing: 4px;
  }
  /* line 6594, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website.t95 .h2 {
    font-size: 24px !important;
  }
}

/* line 6612, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t96 .h1 {
  font-family: 'DM Serif Display', serif;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 20px;
}

/* line 6620, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t96 .h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 30px;
}

/* line 6628, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t96 .plead {
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 20px;
  font-weight: 600;
}

/* line 6636, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t96 .h4 {
  font-family: 'Barlow', sans-serif;
}

/* line 6640, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t96 .button {
  font-family: 'Barlow', sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #000;
  color: #fff;
}

/* line 6650, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t96 .button:hover {
  background-color: #082721;
}

/* line 6655, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t96 .p {
  font-size: 18px;
  font-family: 'Barlow', sans-serif;
}

/* line 6660, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t96 .content-block-footer .p {
  font-size: 16px;
  font-family: 'Barlow', sans-serif;
}

/* line 6667, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t96 .content-block-footer .p a {
  color: #fff;
  text-decoration: underline;
}

/* line 6673, app/assets/stylesheets/enterprise/../styles/events.scss */
.website.t96 #footer1 .content-block-bg {
  background-color: #082721;
}

@media (max-width: 768px) {
  /* line 6680, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website.t96 .h1 {
    font-size: 40px !important;
    letter-spacing: 4px;
  }
  /* line 6686, app/assets/stylesheets/enterprise/../styles/events.scss */
  .website.t96 .h2 {
    font-size: 24px !important;
  }
}

/* line 6711, app/assets/stylesheets/enterprise/../styles/events.scss */
.create-new .top {
  margin-top: 100px !important;
}

/* line 6715, app/assets/stylesheets/enterprise/../styles/events.scss */
.create-new .create-new-breadcrumbs {
  position: absolute;
  top: 0;
  text-align: left;
  width: 100%;
  left: 0;
  background: #fff;
  padding: 16px;
  color: black;
  border-bottom: 1px solid #e8e8e8;
  z-index: 9;
  font-weight: 600;
}

/* line 6731, app/assets/stylesheets/enterprise/../styles/events.scss */
.create-new .create-new-breadcrumbs strong {
  color: #334999;
}

/* line 6737, app/assets/stylesheets/enterprise/../styles/events.scss */
.create-new .radio {
  margin-bottom: 0 !important;
}

/* line 6741, app/assets/stylesheets/enterprise/../styles/events.scss */
.create-new .form-header-inline {
  margin-top: 36px;
  margin-bottom: 20px;
  border-top: 1px solid #efefef;
  padding-top: 10px;
}

/* line 6750, app/assets/stylesheets/enterprise/../styles/events.scss */
.create-new .theme-list .panel-body {
  padding: 0 15px;
}

/* line 6752, app/assets/stylesheets/enterprise/../styles/events.scss */
.create-new .theme-list .panel-body a {
  font-size: 14px;
}

/* line 6758, app/assets/stylesheets/enterprise/../styles/events.scss */
.create-new .theme-list a {
  display: block;
  margin-bottom: 3px;
  font-size: 16px;
  color: black;
  margin-right: 30px;
  padding: 6px 3px;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
}

/* line 6769, app/assets/stylesheets/enterprise/../styles/events.scss */
.create-new .theme-list a:hover {
  color: #334999;
}

/* line 6774, app/assets/stylesheets/enterprise/../styles/events.scss */
.create-new .theme-list a.theme-filter:hover {
  color: #334999;
  background-color: #efefef;
}

/* line 6780, app/assets/stylesheets/enterprise/../styles/events.scss */
.create-new .theme-list a.active {
  color: #334999;
  background-color: #efefef;
}

/* line 6784, app/assets/stylesheets/enterprise/../styles/events.scss */
.create-new .theme-list a.active:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #efefef;
  border-width: 8px;
  margin-top: -8px;
}

/* line 6805, app/assets/stylesheets/enterprise/../styles/events.scss */
.create-new .theme h3 {
  margin-top: 10px;
}

/* line 6812, app/assets/stylesheets/enterprise/../styles/events.scss */
.create-new .screen-link .btn {
  position: absolute;
  top: 0;
  width: 50%;
  left: 50%;
  margin-left: -25%;
  top: 30%;
  visibility: hidden;
  opacity: 0;
  top: 50%;
  margin-top: -26px;
}

/* line 6826, app/assets/stylesheets/enterprise/../styles/events.scss */
.create-new .screen-link:hover img {
  opacity: .5;
}

/* line 6830, app/assets/stylesheets/enterprise/../styles/events.scss */
.create-new .screen-link:hover .btn {
  visibility: visible;
  opacity: 1;
}

/* line 6838, app/assets/stylesheets/enterprise/../styles/events.scss */
.create-new .intersticial-loading {
  opacity: 0;
  transition: .2s ease all;
  color: #fff;
}

/* line 6843, app/assets/stylesheets/enterprise/../styles/events.scss */
.create-new .intersticial-loading.active {
  opacity: .8;
}

/* line 6847, app/assets/stylesheets/enterprise/../styles/events.scss */
.create-new .intersticial-loading.complete {
  opacity: 1;
}

/* line 6850, app/assets/stylesheets/enterprise/../styles/events.scss */
.create-new .intersticial-loading.complete i {
  color: rebeccapurple;
}

/* line 6862, app/assets/stylesheets/enterprise/../styles/events.scss */
#theme-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
}

/* line 6873, app/assets/stylesheets/enterprise/../styles/events.scss */
#theme-loader h2 {
  margin-top: 140px;
}

/* line 6877, app/assets/stylesheets/enterprise/../styles/events.scss */
#theme-loader.active {
  opacity: 1;
  visibility: visible;
}

/* line 6884, app/assets/stylesheets/enterprise/../styles/events.scss */
.form-group-manually-disabled {
  opacity: .4;
}

/* line 6893, app/assets/stylesheets/enterprise/../styles/events.scss */
.newcalendarquiz .well-select {
  background-color: #fff;
  border: 2px solid #efefef;
}

/* line 6897, app/assets/stylesheets/enterprise/../styles/events.scss */
.newcalendarquiz .well-select i {
  font-size: 44px;
  margin-bottom: 14px;
}

/* line 6908, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar .font-picker.fp-select {
  cursor: pointer;
}

/* line 6912, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar .fp-sample {
  display: none;
}

/* line 6915, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar .form-group .font-picker.fp-select {
  display: block;
  background: #fff;
}

/* line 6919, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar .font-picker .fp-modal-backdrop {
  background: #f8f9fc;
  opacity: 1;
}

/* line 6924, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar .ec-editor-element-editor .font-picker .fp-modal {
  background: #f8f9fc;
  opacity: 1;
  box-shadow: none;
}

/* line 6930, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar .fp-header h5 {
  display: none;
}

/* line 6934, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar .fp-close:before {
  font-family: 'Font Awesome 6 Pro';
  content: "\f060";
  color: black;
}

/* line 6940, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar .font-picker .fp-header .fp-icons {
  float: left;
  color: transparent;
  font-size: 16px;
}

/* line 6946, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar .font-picker .fp-header {
  padding-top: 0;
}

/* line 6950, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar .font-picker .fp-results li > small {
  display: none;
}

/* line 6955, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar .font-picker .fp-pill.checked {
  background-color: #1f2834;
  color: #fff;
}

/* line 6960, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar .font-picker .fp-results li.fp-active {
  background-color: #334999;
}

/* line 6964, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar .font-picker .fp-btn {
  background-color: #1f2834;
  color: #fff;
}

/* line 6968, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar .font-picker .fp-btn:hover {
  box-shadow: none;
}

/* line 6973, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar .font-picker .fp-modal {
  position: absolute;
  background: #f8f9fc;
  max-width: 100%;
  width: 100%;
}

/* line 6980, app/assets/stylesheets/enterprise/../styles/events.scss */
.sidebar .fp-modal-backdrop {
  display: none !important;
}

/* line 6997, app/assets/stylesheets/enterprise/../styles/events.scss */
.editor-save-btn .btn-tooltip {
  position: absolute;
  width: 218px;
  top: 60px;
  background-color: #1f2834;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  padding: 18px;
  color: #fff;
  left: -50px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: .3s linear all;
}

/* line 7011, app/assets/stylesheets/enterprise/../styles/events.scss */
.editor-save-btn .btn-tooltip p {
  color: #fff;
  font-size: 14px;
}

/* line 7017, app/assets/stylesheets/enterprise/../styles/events.scss */
.editor-save-btn .btn-tooltip.active {
  visibility: visible;
  opacity: 1;
}

/* line 7028, app/assets/stylesheets/enterprise/../styles/events.scss */
.editor-save-btn .btn-tooltip:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #1f2834;
  border-width: 9px;
  margin-left: -9px;
}

/* line 7050, app/assets/stylesheets/enterprise/../styles/events.scss */
#websitenav {
  width: 100%;
  position: relative;
  display: none;
}

/* line 7056, app/assets/stylesheets/enterprise/../styles/events.scss */
#websitenav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 7063, app/assets/stylesheets/enterprise/../styles/events.scss */
#websitenav.absolute {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 7071, app/assets/stylesheets/enterprise/../styles/events.scss */
#websitenav .content-block-bg {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 7080, app/assets/stylesheets/enterprise/../styles/events.scss */
#websitenav .content-block-content {
  position: relative;
}

/* line 7084, app/assets/stylesheets/enterprise/../styles/events.scss */
#websitenav .navbar-nav .nav-item {
  color: #000;
}

/* line 7088, app/assets/stylesheets/enterprise/../styles/events.scss */
#websitenav .button {
  display: inline-block;
  padding: 6px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 20px 34px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  transition: .2s all ease;
}

/* line 7104, app/assets/stylesheets/enterprise/../styles/events.scss */
.editing #websitenav.fixed, .editing #websitenav.absolute {
  position: relative !important;
}

@media (max-width: 992px) {
  /* line 7112, app/assets/stylesheets/enterprise/../styles/events.scss */
  #websitenav .navbar-toggle {
    display: block !important;
    background-color: black !important;
  }
  /* line 7121, app/assets/stylesheets/enterprise/../styles/events.scss */
  #websitenav .col-mobile-margin {
    margin-bottom: 30px;
  }
  /* line 7125, app/assets/stylesheets/enterprise/../styles/events.scss */
  #websitenav .navbar-collapse {
    display: none !important;
  }
}

/* line 7135, app/assets/stylesheets/enterprise/../styles/events.scss */
#ec-editor-override-style {
  position: relative;
}

/* line 7138, app/assets/stylesheets/enterprise/../styles/events.scss */
#ec-editor-override-style .ec-editor-override-style-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9;
  opacity: .8;
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.show_buy,
.select_buy,
.show_confirm,
.show_pay {
  background: #fff;
  background: #f8f9fc;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 11, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.show_buy h1,
.select_buy h1,
.show_confirm h1,
.show_pay h1 {
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 38px;
}

/* line 18, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.show_buy p.lead, .show_buy div.lead > p,
.select_buy p.lead,
.select_buy div.lead > p,
.show_confirm p.lead,
.show_confirm div.lead > p,
.show_pay p.lead,
.show_pay div.lead > p {
  font-size: 18px;
  line-height: 28px;
}

/* line 23, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.show_buy .breadcrumb,
.select_buy .breadcrumb,
.show_confirm .breadcrumb,
.show_pay .breadcrumb {
  margin-bottom: 40px;
}

/* line 26, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.show_buy .breadcrumb span,
.select_buy .breadcrumb span,
.show_confirm .breadcrumb span,
.show_pay .breadcrumb span {
  display: none;
}

/* line 31, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.show_buy .intl-tel-input.allow-dropdown .flag-container,
.show_buy .intl-tel-input.separate-dial-code .flag-container,
.select_buy .intl-tel-input.allow-dropdown .flag-container,
.select_buy .intl-tel-input.separate-dial-code .flag-container,
.show_confirm .intl-tel-input.allow-dropdown .flag-container,
.show_confirm .intl-tel-input.separate-dial-code .flag-container,
.show_pay .intl-tel-input.allow-dropdown .flag-container,
.show_pay .intl-tel-input.separate-dial-code .flag-container {
  height: 50px;
}

/* line 37, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-header {
  background: #000;
  background: #1f2834;
  color: #fff;
  z-index: 9;
  position: relative;
}

/* line 44, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-header li {
  padding: 12px;
}

/* line 47, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-header li.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  padding-left: 16px;
}

/* line 50, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-header li.border-left span {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

/* line 56, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-header .timer {
  color: #334999;
}

/* line 60, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-header .checkout-left {
  display: inline-block;
}

/* line 64, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-header .checkout-right {
  float: right;
}

/* line 68, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-header .checkout-right li {
  float: right;
}

/* line 72, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-header .breadcrumb {
  margin-bottom: 0;
  color: #fff;
}

/* line 78, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-banner {
  height: 200px;
  z-index: 9;
  position: relative;
  background-size: cover;
  background-position: 50%;
}

/* line 86, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-container {
  background: #f8f9fc;
  padding-top: 36px;
  padding-bottom: 50px;
}

/* line 93, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-container section {
  margin-bottom: 56px;
}

/* line 96, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-container section .ticket-holder {
  margin-bottom: 40px;
}

/* line 101, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-container section.section-small {
  margin-bottom: 20px;
}

/* line 106, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-container .checkout-header-text {
  margin-bottom: 70px;
}

/* line 110, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-container .checkout-left {
  width: 76%;
  padding: 0px 30px;
  float: left;
}

/* line 115, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-container .checkout-left.checkout-left-lg {
  width: 68%;
}

/* line 119, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-container .checkout-left .checkout-left-content {
  width: 100%;
  max-width: 800px;
  float: right;
  background: #fff;
  padding: 20px 50px 50px 50px;
  border: 1px solid #ececec;
  box-shadow: 2px 2px 20px #0000000a;
}

/* line 128, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-container .checkout-left .checkout-left-content .ticket-holder {
  margin-bottom: 60px;
}

/* line 131, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-container .checkout-left .checkout-left-content .ticket-holder:last-child {
  margin-bottom: 40px;
}

/* line 140, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-container .checkout-left .checkout-left-content .checkout-header-text {
  margin-top: 20px;
}

/* line 146, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-container .checkout-left .checkout-table {
  margin-top: 60px;
}

/* line 150, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-container .checkout-left .clearfix {
  min-height: 440px;
}

/* line 154, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-container .checkout-left h1 {
  font-weight: 900;
}

/* line 158, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-container .checkout-left h3 {
  margin-bottom: 26px;
}

/* line 167, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-container.checkout-container-whitelabel .checkout-left {
  width: 100%;
}

/* line 170, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-container.checkout-container-whitelabel .checkout-left .checkout-left-content {
  margin: 0 auto;
  float: none;
}

/* line 177, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-container .checkout-right {
  width: 24%;
  padding: 0px 72px 0px 0;
  float: right;
}

/* line 182, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-container .checkout-right.checkout-right-lg {
  width: 32%;
}

/* line 186, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-container .checkout-right .checkout-right-cover {
  background: #f8f9fc;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 32%;
  border-left: 1px solid #e6e6e6;
}

/* line 196, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-container .checkout-right .checkout-right-content {
  position: relative;
  width: 100%;
  max-width: 300px;
  float: left;
}

/* line 202, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-container .checkout-right .checkout-right-content .well {
  margin-bottom: 40px;
}

/* line 208, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-container .help-block2 {
  max-width: 400px;
  margin-top: 20px;
}

/* line 218, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-table {
  margin-top: 20px;
}

/* line 222, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-table .form-header {
  margin-bottom: 26px;
}

/* line 225, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-table .form-header h5 {
  font-size: 15px;
}

/* line 230, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-table .table {
  border-top: 1px solid #ccc;
  border-collapse: initial;
  padding-top: 12px;
}

/* line 236, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-table .table td {
  border-top: none;
  font-size: 15px;
  font-weight: 600;
  border-top: 0;
}

/* line 241, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-table .table td.ticket-quantity h5 {
  font-size: 20px;
  position: relative;
  top: -2px;
}

/* line 249, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-table .table td h5 {
  margin: 0;
}

/* line 253, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-table .table td small, .checkout-table .table td div.small > p {
  opacity: 0.5;
  font-size: 12px;
  line-height: 17px;
  margin-top: 6px;
  display: block;
  font-weight: 400;
}

/* line 264, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.ticket-container {
  background: #fff;
  border: 1px solid #ddd;
  padding: 40px 50px;
  border-top: 3px solid #1f2834;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 2px 2px 20px #0000000a;
}

/* line 273, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.ticket-container h3 {
  margin: 0;
  margin-bottom: 10px !important;
}

/* line 278, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.ticket-container h5 {
  margin-top: 0;
}

/* line 282, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.ticket-container .morecontent span {
  display: none;
}

/* line 285, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.ticket-container .morelink {
  display: inline-block;
}

/* line 289, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.ticket-container .ticket-description, .ticket-container div.ticket-description > p {
  color: #999;
  font-size: 14px;
  line-height: 22px;
}

/* line 296, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.ticket-container.ticket-container-isticket:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 28px;
  display: block;
  background: #fff;
  margin-top: -14px;
  left: -1px;
  background-color: #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border: 1px solid #ccc;
  border-left: 0;
}

/* line 314, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.ticket-container.ticket-container-isticket:before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 28px;
  display: block;
  background: #fff;
  margin-top: -14px;
  right: -1px;
  border-radius: 50%;
  border-left: 1px solid #ddd;
  background-color: #fff;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border: 1px solid #ccc;
  border-right: 0;
}

/* line 334, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.confirm-container {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  margin-top: 40px;
  padding: 40px;
  background: #fff;
  border: 1px solid #e9e9e9;
}

/* line 344, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.confirm-container .ticket-btn-container {
  margin: 30px 0;
}

/* line 350, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.confirm-container h3 {
  margin-bottom: 14px;
}

/* line 354, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.confirm-container .btn-facebook {
  background: #3b5998;
}

/* line 359, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-editor-container {
  position: fixed;
  left: 0;
  bottom: -80px;
  z-index: 99999;
  width: 100%;
  background-color: black;
  background-color: rgba(51, 73, 153, 0.98);
  color: #fff;
  padding: 20px;
  line-height: 28px;
  transition: 0.3s bottom ease;
}

/* line 372, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-editor-container.active {
  bottom: 0px;
}

/* line 376, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-editor-container a {
  text-decoration: underline;
  color: #fff;
}

/* line 380, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-editor-container a:hover {
  opacity: 0.8;
}

/* line 385, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-editor-container .fa-inverse {
  color: #334999;
}

/* line 390, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-summary-container {
  margin: 20px 0 0 0;
}

/* line 394, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-summary {
  background-color: #fdfdfd;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 8px 20px;
  display: block;
}

/* line 402, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.ticket-container .form-group .btn {
  margin-top: 0;
}

/* line 406, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.show_pay #creditcards {
  margin-right: 0;
}

/* line 411, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.ec-ad h2 {
  letter-spacing: -1px;
}

/** The Magic **/
/* line 423, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}

/* line 437, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #adadad;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
/* line 454, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.btn-breadcrumb .btn {
  padding: 6px 12px 6px 24px;
  background-color: #fff;
  color: #555;
  border-radius: 0;
  color: black;
  border-radius: 0;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}

/* line 468, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.btn-breadcrumb .btn:hover {
  background: none;
  color: initial;
}

/* line 473, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.btn-breadcrumb span.btn:hover {
  cursor: default;
}

/* line 477, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.btn-breadcrumb .btn:first-child {
  padding: 6px 6px 6px 10px;
}

/* line 480, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.btn-breadcrumb .btn:last-child {
  padding: 6px 18px 6px 24px;
}

/* line 484, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.btn-breadcrumb .btn-active {
  color: #334999;
}

/** Default button **/
/* line 489, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}

/* line 492, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}

/* line 503, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-body {
  width: 100%;
  max-width: 800px;
  margin: 36px auto 0 auto;
  background: #fff;
  padding: 50px;
  border: 1px solid #ececec;
  box-shadow: 2px 2px 20px #0000000a;
}

/* line 514, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-body .ticket-holder {
  margin-bottom: 40px;
}

/* line 524, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-body section.section-small {
  margin-bottom: 20px;
}

/* line 529, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-body .checkout-header-text {
  margin-bottom: 70px;
}

/* line 533, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-body h1 {
  font-weight: 900;
}

/* line 537, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-body h3 {
  margin-top: 0;
  margin-bottom: 26px;
}

/* line 544, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-header-2 {
  background: #fff;
  color: #222;
  z-index: 9;
  position: relative;
  padding: 14px;
  border-bottom: 1px solid #ccc;
  z-index: 9999;
}

/* line 554, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-header-2 h5 {
  font-weight: 800;
  margin: 0;
  margin-top: 5px;
  font-size: 13px;
}

/* line 562, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.select_buy, .show_buy, .show_confirm {
  background-color: #f8f9fc;
}

/* line 566, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.select_buy .checkout-left {
  float: none;
  max-width: 920px;
  margin: 0 auto;
}

/* line 573, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.select_buy .checkout-container {
  padding-top: 30px;
}

/* line 588, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-tos {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px;
  margin-top: 140px;
  width: 100%;
  background: #fff;
  padding: 20px 20px 14px 20px;
}

/* line 598, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-tos span.checkout-poweredby {
  font-weight: 600;
}

/* line 604, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-tos .checkout-logo {
  display: inline-block;
  float: right;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

/* line 611, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-tos .checkout-logo svg {
  height: 22px;
  width: 176px;
}

/* line 617, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-tos.sticky {
  position: absolute;
  bottom: 0;
}

/* line 622, app/assets/stylesheets/enterprise/../styles/checkout.scss */
.checkout-tos.static {
  position: static;
}

@media screen and (max-width: 768px) {
  /* line 630, app/assets/stylesheets/enterprise/../styles/checkout.scss */
  .events .checkout-container {
    padding-top: 20px;
  }
  /* line 633, app/assets/stylesheets/enterprise/../styles/checkout.scss */
  .events .checkout-container .checkout-left {
    width: 100%;
    padding: 0;
  }
  /* line 638, app/assets/stylesheets/enterprise/../styles/checkout.scss */
  .events .checkout-container .checkout-right {
    display: none;
  }
  /* line 643, app/assets/stylesheets/enterprise/../styles/checkout.scss */
  .checkout-body {
    width: 100%;
    padding: 30px;
  }
  /* line 648, app/assets/stylesheets/enterprise/../styles/checkout.scss */
  .checkout-container .checkout-left .checkout-left-content {
    padding: 20px 30px 30px 30px;
  }
  /* line 652, app/assets/stylesheets/enterprise/../styles/checkout.scss */
  .ticket-container {
    padding: 30px;
  }
  /* line 656, app/assets/stylesheets/enterprise/../styles/checkout.scss */
  .form-group-submit .btn-md {
    width: 100%;
  }
  /* line 660, app/assets/stylesheets/enterprise/../styles/checkout.scss */
  .checkout-tos {
    text-align: center;
  }
  /* line 664, app/assets/stylesheets/enterprise/../styles/checkout.scss */
  .checkout-logo-container {
    text-align: center;
    margin-top: 50px;
  }
  /* line 668, app/assets/stylesheets/enterprise/../styles/checkout.scss */
  .checkout-logo-container .checkout-logo {
    float: none !important;
    margin-left: 0 !important;
    display: block !important;
    top: 0 !important;
    margin-top: 14px;
  }
  /* line 675, app/assets/stylesheets/enterprise/../styles/checkout.scss */
  .checkout-logo-container .checkout-logo svg {
    height: 28px !important;
  }
}

/* line 686, app/assets/stylesheets/enterprise/../styles/checkout.scss */
#calendar .fc-daygrid-day {
  background-color: #fff;
}

/* line 690, app/assets/stylesheets/enterprise/../styles/checkout.scss */
#calendar .fc-h-event {
  background-color: #334999;
}

/* line 4, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
#event-body {
  position: relative;
  margin-top: 40px;
}

/* line 19, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
#event-body hr {
  border-color: #999;
}

/* line 23, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
#event-body .lead {
  color: #999;
  font-size: 23px;
  line-height: 39px;
}

/* line 30, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
#event-body section {
  margin: 0 0 26px 0;
}

/* line 34, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
#event-body section h4 {
  opacity: .4;
}

/* line 38, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
#event-body section .btn-small {
  margin-right: 5px;
}

/* line 43, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
#event-body .section {
  margin-bottom: 50px;
}

/* line 47, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
#event-body h3 {
  margin-bottom: 20px;
}

/* line 51, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
#event-body h4 {
  margin-top: 42px;
}

/* line 55, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
#event-body .map-container {
  margin-top: 40px;
}

/* line 62, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
#event-body .event-creator .image-holder .avatar {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background-position: center center;
}

/* line 69, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
#event-body .event-creator .image-holder img {
  height: 100%;
  width: 100%;
}

/* line 78, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
#event-body .event-creator h5 {
  font-size: 15px;
  margin-bottom: 0;
}

/* line 83, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
#event-body .event-creator .event-creator-links a {
  display: block;
  margin-bottom: 5px;
  font-size: 90%;
}

/* line 101, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website .container,
.froala-editor-container .container {
  max-width: 100%;
}

/* line 104, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website .container .container,
.froala-editor-container .container .container {
  padding-left: 0;
  padding-right: 0;
}

/* line 110, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website .event-website-section,
.froala-editor-container .event-website-section {
  padding-top: 80px;
  padding-bottom: 120px;
}

/* line 115, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website .event-website-section-sm,
.froala-editor-container .event-website-section-sm {
  margin-top: 20px;
  margin-bottom: 40px;
}

/* line 128, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-1,
.event-website-2,
.event-website-3,
.event-website-4,
.event-website-5,
.event-website-6,
.event-website-7,
.event-website-8,
.event-website-9,
.event-website-100,
.event-website-101,
.event-website-102,
.event-website-103 {
  background: #fff;
}

/* line 146, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-1 .jumbotron,
.event-website-2 .jumbotron,
.event-website-3 .jumbotron,
.event-website-4 .jumbotron,
.event-website-5 .jumbotron,
.event-website-6 .jumbotron,
.event-website-7 .jumbotron,
.event-website-8 .jumbotron,
.event-website-9 .jumbotron,
.event-website-100 .jumbotron,
.event-website-101 .jumbotron,
.event-website-102 .jumbotron,
.event-website-103 .jumbotron {
  color: #fff;
  padding: 220px 0 0;
  background-image: url(https://images.unsplash.com/photo-1464823063530-08f10ed1a2dd?dpr=1.3320000171661377&auto=format&fit=crop&w=1500&h=1000&q=80&cs=tinysrgb&crop=);
  background-image: url(https://images.unsplash.com/photo-1478145046317-39f10e56b5e9?dpr=1.3320000171661377&auto=format&fit=crop&w=1500&h=2250&q=80&cs=tinysrgb&crop=);
  margin-bottom: 0;
  position: relative;
  min-height: 300px;
}

/* line 158, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-1 .jumbotron .navbar,
.event-website-2 .jumbotron .navbar,
.event-website-3 .jumbotron .navbar,
.event-website-4 .jumbotron .navbar,
.event-website-5 .jumbotron .navbar,
.event-website-6 .jumbotron .navbar,
.event-website-7 .jumbotron .navbar,
.event-website-8 .jumbotron .navbar,
.event-website-9 .jumbotron .navbar,
.event-website-100 .jumbotron .navbar,
.event-website-101 .jumbotron .navbar,
.event-website-102 .jumbotron .navbar,
.event-website-103 .jumbotron .navbar {
  border: none;
}

/* line 162, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-1 .jumbotron .cover,
.event-website-2 .jumbotron .cover,
.event-website-3 .jumbotron .cover,
.event-website-4 .jumbotron .cover,
.event-website-5 .jumbotron .cover,
.event-website-6 .jumbotron .cover,
.event-website-7 .jumbotron .cover,
.event-website-8 .jumbotron .cover,
.event-website-9 .jumbotron .cover,
.event-website-100 .jumbotron .cover,
.event-website-101 .jumbotron .cover,
.event-website-102 .jumbotron .cover,
.event-website-103 .jumbotron .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
}

/* line 175, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-1 .content-block,
.event-website-2 .content-block,
.event-website-3 .content-block,
.event-website-4 .content-block,
.event-website-5 .content-block,
.event-website-6 .content-block,
.event-website-7 .content-block,
.event-website-8 .content-block,
.event-website-9 .content-block,
.event-website-100 .content-block,
.event-website-101 .content-block,
.event-website-102 .content-block,
.event-website-103 .content-block {
  padding-top: 80px;
  padding-bottom: 120px;
}

/* line 189, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-2 .jumbotron {
  background-image: url(/themes2/theme2_bg.jpg);
  min-height: 260px;
}

/* line 194, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-2 .map-container {
  margin-bottom: 44px;
}

/* line 198, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-2 img {
  max-width: 100% !important;
}

/* line 206, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-3 {
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 213, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-3 .navbar.navbar-default.navbar-fixed-top {
  background: transparent;
  min-height: 0;
  position: absolute;
  width: 100%;
  transition: background .2s ease;
}

/* line 221, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-3 .navbar.navbar-default.navbar-fixed-top.affix {
  position: fixed;
  background: #1a1a1a;
}

/* line 228, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-3 .navbar.navbar-default.navbar-fixed-top .navbar-btn {
  margin: 10px 12px 8px 0;
  font-size: 13px;
  padding: 10px;
}

/* line 234, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-3 .navbar.navbar-default.navbar-fixed-top li a, .event-website-3 .navbar.navbar-default.navbar-fixed-top li input {
  opacity: .7;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Fjalla One', sans-serif;
  padding: 20px 5px;
  margin-right: 30px;
  background: none;
  border: none;
  color: #fff;
}

/* line 245, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-3 .navbar.navbar-default.navbar-fixed-top li a:hover, .event-website-3 .navbar.navbar-default.navbar-fixed-top li input:hover {
  opacity: 1;
}

/* line 251, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-3 h1, .event-website-3 h2, .event-website-3 h3, .event-website-3 h4 {
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
}

/* line 256, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-3 h4 {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 19px;
}

/* line 263, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-3 p {
  font-size: 17px;
  line-height: 26px;
  margin: 0 0 20px;
}

/* line 269, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-3 .ec-powered-by {
  font-size: 14px;
}

/* line 274, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-3 .jumbotron {
  padding: 220px 0 300px 0;
  background-image: url(/themes2/theme3_bg.jpg);
}

/* line 279, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-3 .jumbotron h1 {
  font-size: 110px;
  font-weight: 400;
}

/* line 284, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-3 .jumbotron p {
  color: #fff;
}

/* line 288, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-3 .jumbotron .btn {
  border: 3px solid #fff;
  color: #fff;
  background: transparent;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
}

/* line 296, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-3 .jumbotron .btn:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* line 302, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-3 .jumbotron .jumbotron-cover {
  background-color: #000;
  opacity: .1;
}

/* line 308, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-3 .section {
  margin-top: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  /* line 316, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
  .event-website-3 .jumbotron h1 {
    font-size: 62px;
  }
}

/* line 328, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-4 {
  font-family: 'Open Sans', sans-serif;
}

/* line 332, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-4 h1, .event-website-4 h2, .event-website-4 h3, .event-website-4 h4, .event-website-4 h5 {
  text-transform: uppercase;
}

/* line 337, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-4 h1 {
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 34px;
  font-weight: 700;
}

/* line 345, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-4 h2 {
  letter-spacing: 3px;
  font-size: 26px;
}

/* line 350, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-4 p {
  font-family: 'Cardo', serif;
}

/* line 354, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-4 .btn {
  font-family: 'Open Sans', sans-serif;
  background: #438da6;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* line 362, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-4 .jumbotron .btn {
  border: 2px solid #fff;
  background: transparent;
}

/* line 366, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-4 .jumbotron .btn:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* line 371, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-4 p.lead {
  color: #fff;
  font-style: italic;
  margin-bottom: 32px;
}

/* line 378, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-4 .navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

/* line 384, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-4 .navbar .navbar-collapse {
  text-align: center;
}

/* line 388, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-4 .navbar.navbar-default.navbar-fixed-top {
  min-height: 0;
  position: absolute;
  width: 100%;
  background: transparent;
}

/* line 396, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-4 .navbar.navbar-default.navbar-fixed-top.affix {
  position: fixed;
  background: #1a1a1a;
}

/* line 402, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-4 .navbar.navbar-default.navbar-fixed-top .navbar-btn {
  margin: 10px 18px 8px 0;
  font-size: 12px;
  padding: 10px;
}

/* line 409, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-4 .navbar.navbar-default.navbar-fixed-top li a, .event-website-4 .navbar.navbar-default.navbar-fixed-top li input {
  background: none;
  border: none;
  opacity: .7;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 800;
  padding: 26px 20px;
}

/* line 420, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-4 .navbar.navbar-default.navbar-fixed-top li a:hover, .event-website-4 .navbar.navbar-default.navbar-fixed-top li input:hover {
  opacity: 1;
}

/* line 425, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-4 .navbar.navbar-default.navbar-fixed-top li input {
  padding: 20px;
  font-weight: 700;
  outline: none;
}

/* line 434, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-4 .jumbotron {
  padding: 200px 0 220px;
  background-image: url(/themes2/theme4_bg.jpg);
}

/* line 439, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-4 .jumbotron .jumbotron-cover {
  background-color: #000;
  opacity: .4;
}

/* line 445, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-4 .section {
  margin-top: 70px;
  margin-bottom: 60px;
}

/* line 451, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-4 .section-sm {
  margin-top: 6px;
  margin-bottom: 20px;
}

/* line 463, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-5 {
  font-family: 'Montserrat', sans-serif;
}

/* line 469, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-5 h1 {
  text-transform: uppercase;
  letter-spacing: 4px;
}

/* line 474, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-5 p {
  font-family: 'Cardo', serif;
}

/* line 478, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-5 p.lead {
  color: #fff;
  font-style: italic;
}

/* line 484, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-5 .navbar.navbar-default.navbar-fixed-top {
  min-height: 0;
  position: absolute;
  width: 100%;
  background: transparent;
}

/* line 492, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-5 .navbar.navbar-default.navbar-fixed-top.affix {
  position: fixed;
  background: #1a1a1a;
}

/* line 498, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-5 .navbar.navbar-default.navbar-fixed-top .navbar-btn {
  margin: 10px 18px 8px 0;
  font-size: 12px;
  padding: 10px;
}

/* line 504, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-5 .navbar.navbar-default.navbar-fixed-top li a {
  opacity: .7;
}

/* line 507, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-5 .navbar.navbar-default.navbar-fixed-top li a:hover {
  opacity: 1;
}

/* line 515, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-5 .jumbotron {
  padding: 240px 0 340px 0;
}

/* line 519, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-5 .section {
  margin-top: 30px;
  margin-bottom: 50px;
}

/* line 529, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-6 {
  background: #f9f9f9;
  font-family: 'Montserrat', sans-serif;
}

/* line 537, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-6 h1 {
  font-size: 52px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
}

/* line 545, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-6 .event-website-6-container {
  background: #fff;
  padding: 24px 60px 0 60px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

/* line 555, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-6 .nav-mod-links a, .event-website-6 .nav-mod-links input {
  color: #000;
  font-size: 13px;
  display: inline-block;
  margin: 2px 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  opacity: .3;
}

/* line 565, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-6 .nav-mod-links form {
  display: inline;
}

/* line 569, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-6 .nav-mod-links input {
  border: none;
  background: none;
  font-weight: 500;
}

/* line 574, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-6 .nav-mod-links input:hover {
  text-decoration: underline;
}

/* line 584, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-6 .nav-mod-header {
  margin: 100px 0 50px;
}

/* line 587, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-6 .nav-mod-header .btn {
  background: #1a1a1a;
}

/* line 590, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-6 .nav-mod-header .btn:hover {
  background: #555;
}

/* line 599, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-6 .section {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 604, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-6 .img-responsive {
  margin: 0 auto;
}

/* line 609, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-6 hr {
  border-color: #dadada;
}

/* line 613, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-6 p {
  font-weight: 400;
}

/* line 617, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-6 .map-container {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  /* line 626, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
  .event-website-6 .event-website-6-container {
    background: #fff;
    padding: 24px 20px 60px 20px;
  }
}

/* line 640, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-7 {
  font-family: 'PT Sans', sans-serif;
}

/* line 646, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-7 .jumbotron {
  background-image: url(/themes2/theme7_bg.jpg);
  min-height: 580px;
}

/* line 654, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-7 .navbar .navbar-brand {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  margin-top: 2px;
}

/* line 664, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-7 .navbar li a {
  opacity: .7;
  color: #000;
}

/* line 668, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-7 .navbar li a:hover {
  opacity: 1;
  color: #000;
}

/* line 676, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-7 .btn {
  background: #252a2d;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* line 682, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-7 .btn:hover {
  background: rgba(0, 0, 0, 0.7);
}

/* line 688, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-7 h2 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 32px;
  color: #888;
  line-height: 1.3;
}

/* line 698, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-7 hr {
  border-color: #999;
}

/* line 704, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-7 .location-container {
  background: #252a2d;
  color: #fff;
  margin-top: 80px;
}

/* line 710, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-7 .location-container .location-container-left {
  float: left;
  width: 50%;
  padding: 80px;
}

/* line 716, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-7 .location-container .location-container-right {
  float: right;
  width: 50%;
  padding: 80px;
}

/* line 726, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-7 .location-container i {
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
  opacity: .5;
}

/* line 733, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-7 .location-container p {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
}

/* line 745, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-7 .ec-powered-by {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  /* line 754, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
  .event-website-7 .location-container .location-container-left,
.event-website-7 .location-container .location-container-right {
    width: 100%;
    padding: 40px;
  }
  /* line 760, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
  .event-website-7 h2 {
    font-size: 26px;
  }
}

/* line 779, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-8 h1, .event-website-8 h2, .event-website-8 h3 {
  font-family: 'Playfair Display', serif;
}

/* line 784, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-8 .jumbotron {
  background-image: url(/themes2/theme8_bg.jpg);
  min-height: 580px;
  padding: 250px 0 350px;
}

/* line 789, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-8 .jumbotron h1 {
  font-weight: 400;
  font-size: 60px;
}

/* line 794, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-8 .jumbotron .jumbotron-cover {
  background-color: #000;
  opacity: .2;
}

/* line 801, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-8 #about h2 {
  margin: 60px 0 40px;
}

/* line 806, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-8 #details h4 {
  margin-top: 40px;
}

/* line 810, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-8 #details h2 {
  margin: 50px 0 20px;
}

/* line 815, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-8 .navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

/* line 821, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-8 .navbar .navbar-collapse {
  text-align: center;
}

/* line 825, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-8 .navbar.navbar-default.navbar-fixed-top {
  min-height: 0;
  position: absolute;
  width: 100%;
  background: transparent;
}

/* line 833, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-8 .navbar.navbar-default.navbar-fixed-top.affix {
  position: fixed;
  background: #1a1a1a;
}

/* line 839, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-8 .navbar.navbar-default.navbar-fixed-top .navbar-btn {
  margin: 10px 18px 8px 0;
  font-size: 12px;
  padding: 10px;
}

/* line 847, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-8 .navbar.navbar-default.navbar-fixed-top li a, .event-website-8 .navbar.navbar-default.navbar-fixed-top li input {
  background: none;
  border: none;
  opacity: .7;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 800;
}

/* line 857, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-8 .navbar.navbar-default.navbar-fixed-top li a:hover, .event-website-8 .navbar.navbar-default.navbar-fixed-top li input:hover {
  opacity: 1;
}

/* line 862, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-8 .navbar.navbar-default.navbar-fixed-top li input {
  padding: 20px;
  font-weight: 500;
}

/* line 868, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-8 .map-container {
  margin-top: 50px;
}

/* line 873, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-8 .ec-powered-by {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  /* line 881, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
  .event-website-8 .jumbotron h1 {
    font-size: 48px;
  }
}

/* line 897, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-9 {
  font-family: 'Open Sans', sans-serif;
}

/* line 906, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-9 h1 {
  text-transform: uppercase;
  letter-spacing: 8px;
  font-size: 34px;
  font-weight: 700;
}

/* line 919, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-9 p {
  font-family: 'Cardo', serif;
}

/* line 923, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-9 .btn {
  font-family: 'Open Sans', sans-serif;
  background: #438da6;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* line 931, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-9 .jumbotron .btn {
  border: 2px solid #fff;
  background: transparent;
}

/* line 935, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-9 .jumbotron .btn:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* line 940, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-9 p.lead {
  font-style: italic;
  margin-bottom: 32px;
}

/* line 946, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-9 .navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

/* line 952, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-9 .navbar .navbar-collapse {
  text-align: center;
}

/* line 956, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-9 .navbar.navbar-default.navbar-fixed-top {
  min-height: 0;
  position: absolute;
  width: 100%;
  background: transparent;
}

/* line 964, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-9 .navbar.navbar-default.navbar-fixed-top.affix {
  position: fixed;
  background: #1a1a1a;
}

/* line 970, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-9 .navbar.navbar-default.navbar-fixed-top .navbar-btn {
  margin: 10px 18px 8px 0;
  font-size: 12px;
  padding: 10px;
}

/* line 977, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-9 .navbar.navbar-default.navbar-fixed-top li a, .event-website-9 .navbar.navbar-default.navbar-fixed-top li input {
  background: none;
  border: none;
  opacity: .7;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 800;
  padding: 26px 20px;
  outline: none;
}

/* line 989, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-9 .navbar.navbar-default.navbar-fixed-top li a:hover, .event-website-9 .navbar.navbar-default.navbar-fixed-top li input:hover {
  opacity: 1;
}

/* line 999, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-9 .jumbotron {
  padding: 280px 0 300px;
  background-image: url(/themes2/theme4_bg.jpg);
  color: #fff;
}

/* line 1004, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-9 .jumbotron .jumbotron-cover {
  background-color: #000;
  opacity: .4;
}

/* line 1009, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-9 .jumbotron p.lead {
  color: #fff;
}

/* line 1014, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-9 .section {
  margin-top: 70px;
  margin-bottom: 60px;
}

/* line 1020, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-9 .section-sm {
  margin-top: 6px;
  margin-bottom: 20px;
}

/* line 1036, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 {
  font-family: 'Open Sans', sans-serif;
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 1041, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .event-website-section-sm {
  margin-top: 10px;
}

/* line 1045, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .event-website-section {
  padding: 80px 0;
}

/* line 1053, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 h1, .event-website-100 h2, .event-website-100 h3, .event-website-100 h4 {
  text-transform: uppercase;
}

/* line 1060, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 h1 {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
}

/* line 1068, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 h2 {
  letter-spacing: 2px;
}

/* line 1074, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 h3.turner-speaker {
  margin-bottom: 2px;
}

/* line 1083, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 h3.turner-role {
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: uppercase;
  margin: 26px 0 23px 0;
  color: #0080ff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
}

/* line 1095, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 h1, .event-website-100 h2, .event-website-100 h3, .event-website-100 h4 {
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
}

/* line 1100, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 h4 {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 19px;
}

/* line 1107, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 p {
  font-size: 17px;
  line-height: 1.3;
  margin: 0 0 20px;
}

/* line 1115, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .btn {
  background: #438da6;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* line 1122, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .jumbotron .btn {
  border: 2px solid #fff;
  background: transparent;
}

/* line 1126, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .jumbotron .btn:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* line 1131, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 p.lead {
  margin-bottom: 32px;
}

/* line 1148, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .navbar.navbar-default.navbar-fixed-top {
  min-height: 0;
  position: absolute;
  width: 100%;
  background: transparent;
}

/* line 1157, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .navbar.navbar-default.navbar-fixed-top .navbar-brand img {
  max-width: 132px;
}

/* line 1163, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .navbar.navbar-default.navbar-fixed-top.affix {
  position: fixed;
  background: #1a1a1a;
}

/* line 1168, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .navbar.navbar-default.navbar-fixed-top .navbar-right {
  margin-right: 12px;
}

/* line 1172, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .navbar.navbar-default.navbar-fixed-top .navbar-btn {
  margin: 10px 18px 8px 0;
  font-size: 12px;
  padding: 10px;
}

/* line 1178, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .navbar.navbar-default.navbar-fixed-top .navbar-toggle {
  background: #0080FF;
}

/* line 1183, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .navbar.navbar-default.navbar-fixed-top li a, .event-website-100 .navbar.navbar-default.navbar-fixed-top li input {
  background: none;
  border: none;
  opacity: .7;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 40px;
  font-weight: 800;
  padding: 30px 10px 20px 10px;
  outline: none;
  font-family: 'Fjalla One', sans-serif;
}

/* line 1198, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .navbar.navbar-default.navbar-fixed-top li a:hover, .event-website-100 .navbar.navbar-default.navbar-fixed-top li input:hover {
  opacity: 1;
  color: #0080ff;
}

/* line 1203, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .navbar.navbar-default.navbar-fixed-top li a i, .event-website-100 .navbar.navbar-default.navbar-fixed-top li input i {
  font-size: 40px;
}

/* line 1213, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .jumbotron {
  padding: 140px 0 130px;
  background-image: url(/themes2/theme4_bg.jpg);
}

/* line 1217, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .jumbotron p.lead {
  color: #fff;
}

/* line 1221, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .jumbotron h1 {
  font-size: 126px;
  line-height: 100px;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  letter-spacing: -4px;
}

/* line 1228, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .jumbotron .btn {
  border: 3px solid;
  color: #fff;
  background: transparent;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
  font-size: 16px;
  min-width: 200px;
  margin-top: 10px;
}

/* line 1239, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .jumbotron .btn:hover {
  background: rgba(0, 0, 0, 0.3);
  color: #0080ff;
}

/* line 1246, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .jumbotron .jumbotron-cover {
  background-color: #0080FF;
  opacity: .2;
  opacity: .2;
}

/* line 1253, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .jumbotron #clock {
  font-size: 20px;
  margin-top: 100px;
  font-style: italic;
}

/* line 1259, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .jumbotron #clock span {
  display: block;
  font-size: 96px;
  line-height: 1;
  font-weight: bold;
  font-style: normal;
}

/* line 1270, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .section {
  margin-top: 70px;
  margin-bottom: 60px;
}

/* line 1276, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .section-sm {
  margin-top: 6px;
  margin-bottom: 20px;
}

/* line 1284, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 #speakers {
  background: #f1f2f5;
}

/* line 1288, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 #photos {
  background: #006ad4;
  color: #fff;
}

/* line 1294, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 #program h4 {
  color: #0080ff;
}

/* line 1298, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 #program h3 {
  text-transform: initial;
  letter-spacing: 0;
  margin-top: 0;
}

/* line 1304, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .turner-image-gallery a {
  width: 16.6666666666%;
  border: 5px solid transparent;
  float: left;
}

/* line 1310, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .turner-image-gallery a:hover img {
  opacity: .7;
}

/* line 1315, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .event-website-section-sm.turner-image-gallery {
  margin-left: -5px;
  margin-right: -5px;
}

/* line 1320, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .event-website-100 .navbar.navbar-default.navbar-fixed-top li a:hover, .event-website-100 .event-website-100 .navbar.navbar-default.navbar-fixed-top li input:hover {
  color: #0080ff;
}

/* line 1325, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .turner-img-container {
  position: relative;
}

/* line 1329, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .turner-img-container .turner-img-social {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 128, 255, 0.6);
  text-align: right;
}

/* line 1337, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-100 .turner-img-container .turner-img-social a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  /* line 1349, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
  .event-website-100 .jumbotron h1 {
    font-size: 42px;
    line-height: 40px;
  }
  /* line 1355, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
  .event-website-100 .navbar.navbar-default.navbar-fixed-top {
    min-height: 78px;
  }
  /* line 1360, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
  .event-website-100 #clock {
    font-size: 14px !important;
  }
  /* line 1364, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
  .event-website-100 #clock span {
    font-size: 30px !important;
  }
}

/* line 1381, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-101 {
  background: #f9f9f9;
  font-family: "sofia-pro";
}

/* line 1389, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-101 h1 {
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0;
}

/* line 1396, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-101 .event-website-section {
  padding: 20px 0 60px;
}

/* line 1401, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-101 .event-website-6-container {
  background: #fff;
  padding: 24px 60px 0 60px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  max-width: 900px;
  margin: 0 auto;
}

/* line 1412, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-101 .nav-mod-links {
  text-align: center;
}

/* line 1416, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-101 .nav-mod-links ul {
  list-style: none;
}

/* line 1417, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-101 .nav-mod-links ul li {
  display: inline;
}

/* line 1419, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-101 .nav-mod-links a, .event-website-101 .nav-mod-links input {
  color: #e07e25;
  display: inline-block;
  margin: 2px 6px;
  opacity: .9;
  font-weight: 700;
}

/* line 1430, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-101 .nav-mod-links form {
  display: inline;
}

/* line 1434, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-101 .nav-mod-links input {
  border: none;
  background: none;
  font-weight: 500;
}

/* line 1439, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-101 .nav-mod-links input:hover {
  text-decoration: underline;
}

/* line 1448, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-101 .om-logo-container {
  margin-top: 60px;
}

/* line 1452, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-101 .nav-mod-header {
  margin: 80px 0 50px;
}

/* line 1455, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-101 .nav-mod-header .btn {
  background: #40af49;
  border-radius: 50px;
  font-size: 18px;
}

/* line 1460, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-101 .nav-mod-header .btn:hover {
  background: #555;
}

/* line 1469, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-101 .section {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 1474, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-101 .img-responsive {
  margin: 0 auto;
}

/* line 1479, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-101 hr {
  border-color: #dadada;
}

/* line 1483, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-101 p {
  font-weight: 400;
}

/* line 1487, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-101 .map-container {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  /* line 1496, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
  .event-website-101 .event-website-6-container {
    background: #fff;
    padding: 24px 20px 60px 20px;
  }
}

/* line 1514, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-102 {
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 1521, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-102 .navbar.navbar-default.navbar-fixed-top {
  background: black;
  min-height: 0;
  position: absolute;
  width: 100%;
  transition: background .2s ease;
}

/* line 1529, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-102 .navbar.navbar-default.navbar-fixed-top .navbar-brand {
  padding: 0;
  height: inherit;
}

/* line 1533, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-102 .navbar.navbar-default.navbar-fixed-top .navbar-brand img {
  width: 120px;
}

/* line 1538, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-102 .navbar.navbar-default.navbar-fixed-top.affix {
  position: fixed;
  background: #1a1a1a;
}

/* line 1545, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-102 .navbar.navbar-default.navbar-fixed-top .navbar-btn {
  margin: 10px 12px 8px 0;
  font-size: 13px;
  padding: 10px;
}

/* line 1551, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-102 .navbar.navbar-default.navbar-fixed-top li a, .event-website-102 .navbar.navbar-default.navbar-fixed-top li input {
  opacity: .7;
  padding: 15px 5px;
  margin-right: 30px;
  background: none;
  border: none;
  font-weight: 400;
  padding: 9px 5px;
  margin-right: 20px;
  background: none;
  border: none;
  line-height: 21px;
}

/* line 1564, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-102 .navbar.navbar-default.navbar-fixed-top li a:hover, .event-website-102 .navbar.navbar-default.navbar-fixed-top li input:hover {
  opacity: 1;
}

/* line 1570, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-102 h1, .event-website-102 h2, .event-website-102 h3, .event-website-102 h4 {
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
}

/* line 1576, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-102 h4 {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 19px;
}

/* line 1582, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-102 h2 {
  font-size: 60px;
}

/* line 1586, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-102 .btn {
  background-color: #ff0000;
}

/* line 1589, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-102 .btn:hover {
  background-color: #b21212;
}

/* line 1594, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-102 .form-group i {
  color: #26bf4d;
}

/* line 1599, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-102 .jetset-cta {
  margin-top: 40px;
}

/* line 1603, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-102 p {
  font-size: 17px;
  line-height: 26px;
  margin: 0 0 20px;
}

/* line 1609, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-102 .ec-powered-by {
  font-size: 14px;
}

/* line 1614, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-102 .jumbotron {
  padding: 420px 0 0 0;
  background-image: url(/themes2/theme3_bg.jpg);
}

/* line 1619, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-102 .jumbotron h1 {
  font-size: 206px;
  line-height: 134px;
  font-weight: 400;
}

/* line 1625, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-102 .jumbotron p {
  color: #fff;
}

/* line 1629, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-102 .jumbotron .btn {
  border: 3px solid #fff;
  color: #fff;
  background: transparent;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
}

/* line 1637, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-102 .jumbotron .btn:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* line 1643, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-102 .jumbotron .jumbotron-cover {
  background-color: #000;
  opacity: .1;
}

/* line 1649, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-102 .section {
  margin-top: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  /* line 1657, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
  .event-website-102 .jumbotron {
    padding-top: 240px;
  }
  /* line 1661, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
  .event-website-102 .jumbotron h1 {
    font-size: 97px;
    line-height: 51px;
  }
}

/* line 1677, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-103 {
  font-family: 'Source Sans Pro', sans-serif;
}

/* line 1686, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-103 .navbar.navbar-default.navbar-fixed-top {
  background: black;
  min-height: 0;
  position: absolute;
  width: 100%;
  transition: background .2s ease;
}

/* line 1694, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-103 .navbar.navbar-default.navbar-fixed-top .navbar-brand {
  padding: 10px;
  height: inherit;
}

/* line 1698, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-103 .navbar.navbar-default.navbar-fixed-top .navbar-brand img {
  width: 185px;
}

/* line 1704, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-103 .navbar.navbar-default.navbar-fixed-top.affix {
  position: fixed;
  background: #1a1a1a;
}

/* line 1711, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-103 .navbar.navbar-default.navbar-fixed-top .navbar-btn {
  margin: 10px 12px 8px 0;
  font-size: 13px;
  padding: 10px;
}

/* line 1717, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-103 .navbar.navbar-default.navbar-fixed-top li a, .event-website-103 .navbar.navbar-default.navbar-fixed-top li input {
  opacity: .7;
  padding: 15px 5px;
  margin-right: 30px;
  background: none;
  border: none;
  font-weight: 400;
  padding: 9px 5px;
  margin-right: 20px;
  background: none;
  border: none;
  line-height: 21px;
  font-size: 15px;
  padding: 20px 5px;
}

/* line 1732, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-103 .navbar.navbar-default.navbar-fixed-top li a:hover, .event-website-103 .navbar.navbar-default.navbar-fixed-top li input:hover {
  opacity: 1;
}

/* line 1741, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-103 h1, .event-website-103 h2, .event-website-103 h3, .event-website-103 h4 {
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
}

/* line 1746, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-103 h4 {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 19px;
}

/* line 1753, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-103 p {
  font-size: 17px;
  line-height: 26px;
  margin: 0 0 20px;
}

/* line 1759, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-103 .ec-powered-by {
  font-size: 14px;
}

/* line 1764, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-103 .jumbotron {
  padding: 220px 0 300px 0;
  background-image: url(/themes2/theme3_bg.jpg);
}

/* line 1769, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-103 .jumbotron h1 {
  font-size: 110px;
  font-weight: 400;
}

/* line 1774, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-103 .jumbotron p {
  color: #fff;
}

/* line 1778, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-103 .jumbotron .btn {
  border: 3px solid #fff;
  color: #fff;
  background: transparent;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
}

/* line 1786, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-103 .jumbotron .btn:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* line 1792, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-103 .jumbotron .jumbotron-cover {
  background-color: #000;
  opacity: .1;
}

/* line 1798, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
.event-website-103 .section {
  margin-top: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  /* line 1806, app/assets/stylesheets/enterprise/../styles/themes_old.scss */
  .event-website-103 .jumbotron h1 {
    font-size: 62px;
  }
}

/* line 6, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 h1 {
  font-size: 90px;
}

/* line 10, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 h2 {
  font-size: 50px;
}

/* line 14, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 h3 {
  margin-top: 10px;
}

/* line 19, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 p.small {
  font-size: 15px;
  color: #888;
}

/* line 25, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .navbar {
  position: absolute;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* line 31, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .navbar .navbar-header {
  min-width: 20%;
}

/* line 35, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .navbar .navbar-right {
  min-width: 20%;
}

/* line 39, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .navbar .navbar-btn {
  margin-top: 14px;
}

/* line 43, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .navbar .navbar-collapse {
  text-align: center;
}

/* line 46, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .navbar .navbar-collapse .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

/* line 51, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .navbar .navbar-collapse .navbar-nav li > a {
  color: #fff;
  padding: 19px 15px;
}

/* line 59, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .navbar-brand {
  padding: 0px;
  height: 58px;
}

/* line 63, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .navbar-brand > img {
  height: 100%;
  padding: 15px;
  width: auto;
}

/* line 69, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .website-banner {
  background: #999;
  padding: 220px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
}

/* line 77, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .website-banner .website-banner-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000000;
}

/* line 87, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .website-banner .btn:not(.btn-app) {
  padding: 16px 24px;
  font-size: 18px;
}

/* line 93, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .main-details,
.event-website-10 .fr-box.fr-basic .fr-element.main-details {
  color: #fff;
  text-align: center;
}

/* line 98, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .main-details p.lead,
.event-website-10 .fr-box.fr-basic .fr-element.main-details p.lead {
  color: rgba(255, 255, 255, 0.6);
}

/* line 103, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .main-details:not(.fr-element.main-details) {
  visibility: hidden;
}

/* line 107, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .placeholder {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  background-position: 50%;
  width: 100%;
  height: 360px;
  padding-left: 100%;
}

@media screen and (min-width: 768px) {
  /* line 119, app/assets/stylesheets/enterprise/../styles/themes.scss */
  .event-website-10 .jumbotron h1,
.event-website-10 .jumbotron .h1 {
    font-size: 103px;
  }
}

/* line 125, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .content-block-countdown {
  color: #fff;
}

/* line 131, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .content-block-photos .col,
.event-website-10 .fr-box.fr-basic .fr-element.content-block-photos .col {
  padding: 0;
}

/* line 139, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .content-block-speakers .theme-content-block a i,
.event-website-10 .fr-box.fr-basic .fr-element.content-block-speakers .theme-content-block a i {
  color: #ccc;
}

/* line 143, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .content-block-speakers .theme-content-block a:hover i,
.event-website-10 .fr-box.fr-basic .fr-element.content-block-speakers .theme-content-block a:hover i {
  color: #1683a5;
}

/* line 149, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .thumbnail {
  padding: 20px;
}

/* line 152, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .thumbnail .thumbnail-img {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: 50%;
}

/* line 160, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .content-block-cta,
.event-website-10 .fr-box.fr-basic .fr-element.content-block-cta {
  color: #fff;
}

/* line 164, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .content-block-cta .theme-content-block .btn:not(.btn-app),
.event-website-10 .fr-box.fr-basic .fr-element.content-block-cta .theme-content-block .btn:not(.btn-app) {
  padding: 16px 24px;
  font-size: 18px;
}

/* line 170, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .content-block-footer,
.event-website-10 .fr-box.fr-basic .fr-element.content-block-footer {
  color: #fff;
}

/* line 174, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .content-block-footer .theme-content-block i,
.event-website-10 .fr-box.fr-basic .fr-element.content-block-footer .theme-content-block i {
  font-size: 20px;
  display: inline-block;
  margin: 0 10px;
}

/* line 180, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .content-block-footer .theme-content-block #ec_link,
.event-website-10 .fr-box.fr-basic .fr-element.content-block-footer .theme-content-block #ec_link {
  color: inherit;
  text-decoration: underline;
}

/* line 188, app/assets/stylesheets/enterprise/../styles/themes.scss */
.event-website-10 .content-block-sponsors img,
.event-website-10 .fr-box.fr-basic .fr-element.content-block-sponsors img {
  margin: 0 auto;
  max-width: 100%;
}
