@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/assets/glyphicons-halflings-regular-300f9eecbb8813a5ed53bdb021f29b99f5e236628d4b00b29b58014f3e35c1a1.eot);
  src: url(/assets/glyphicons-halflings-regular-300f9eecbb8813a5ed53bdb021f29b99f5e236628d4b00b29b58014f3e35c1a1.eot?#iefix) format("embedded-opentype"), url(/assets/glyphicons-halflings-regular-741ad344c78c9e91e88871069f4295041d77af6853aaea7b3cc9050d5c8feaee.woff) format("woff"), url(/assets/glyphicons-halflings-regular-de84e4205d15c42225570f935c37d50e70213df4d095adaf6e4e39de2bc6e7c5.ttf) format("truetype"), url(/assets/glyphicons-halflings-regular-c9491f3e5feb01f0c1d36b3e565b94c3a05445fb39e1a6672f68729c9da423f8.svg#glyphicons_halflingsregular) format("svg");
}

/* line 64, app/assets/stylesheets/gopassage.css.scss */
.popover-content {
  color: black;
}

/* line 69, app/assets/stylesheets/gopassage.css.scss */
.nav.nav-tabs.nav-justified li a {
  border-bottom-color: #ddd !important;
  color: #4b5255;
  border-radius: 0px;
  border-left: 0px;
  border-right: 0px;
  background-color: white;
}

/* line 77, app/assets/stylesheets/gopassage.css.scss */
.nav.nav-tabs.nav-justified li a:hover {
  border-top-color: transparent !important;
  border-bottom-color: #ff9719 !important;
  color: #ff9719;
}

/* line 84, app/assets/stylesheets/gopassage.css.scss */
.nav.nav-tabs.nav-justified li.active a {
  border-bottom-color: #fe8b00 !important;
  border-top-color: transparent !important;
  color: #fe8b00;
}

/* line 91, app/assets/stylesheets/gopassage.css.scss */
#product-tab {
  border-left: 1px solid #ddd !important;
}

/* line 94, app/assets/stylesheets/gopassage.css.scss */
#ticket-tab {
  border-right: 1px solid #ddd !important;
}

/* line 97, app/assets/stylesheets/gopassage.css.scss */
.modal-content {
  background-color: white;
}

/* line 99, app/assets/stylesheets/gopassage.css.scss */
.modal-content .close {
  color: #4b5255;
  opacity: 1;
}

/* line 103, app/assets/stylesheets/gopassage.css.scss */
.modal-content .modal-header {
  border-bottom: 1px solid #e1ecf0;
}

/* line 106, app/assets/stylesheets/gopassage.css.scss */
.modal-content .modal-footer {
  border-top: 1px solid #e1ecf0;
}

/* line 110, app/assets/stylesheets/gopassage.css.scss */
.table-striped > tbody > tr:nth-child(odd) > td {
  background: none;
}

/* line 111, app/assets/stylesheets/gopassage.css.scss */
.btn.btn-primary {
  background: #fe8b00;
  border: none;
  border-radius: 3px;
}

/* line 115, app/assets/stylesheets/gopassage.css.scss */
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background: #ff9719;
}

/* line 119, app/assets/stylesheets/gopassage.css.scss */
.panel {
  background: white;
}

/* line 121, app/assets/stylesheets/gopassage.css.scss */
.panel.panel-shaded {
  border: none;
}

/* line 124, app/assets/stylesheets/gopassage.css.scss */
.panel .panel-heading {
  background: white;
}

/* line 128, app/assets/stylesheets/gopassage.css.scss */
.panel.panel-shaded {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px #e1ecf0 !important;
}

/* line 132, app/assets/stylesheets/gopassage.css.scss */
hr {
  border-color: #e1ecf0;
}

/* line 146, app/assets/stylesheets/gopassage.css.scss */
.StripeElement {
  width: 100%;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
}

/* line 160, app/assets/stylesheets/gopassage.css.scss */
.StripeElement--focus {
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

/* line 165, app/assets/stylesheets/gopassage.css.scss */
.StripeElement--invalid {
  border-color: #fa755a;
}

/* line 169, app/assets/stylesheets/gopassage.css.scss */
.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/* line 173, app/assets/stylesheets/gopassage.css.scss */
.pagination > li > a, .pagination > li > span {
  color: #4b5255;
  background: none;
  border-color: #dae7ec;
}

/* line 177, app/assets/stylesheets/gopassage.css.scss */
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  color: #4b5255;
  background-color: #dae7ec;
  border-color: #dae7ec;
}

/* line 183, app/assets/stylesheets/gopassage.css.scss */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #4b5255;
  background-color: #dae7ec;
  border-color: #dae7ec;
}

/* line 188, app/assets/stylesheets/gopassage.css.scss */
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #4b5255;
  background: none;
  border-color: #dae7ec;
}

/* line 198, app/assets/stylesheets/gopassage.css.scss */
body {
  background: #fafafa;
  color: #4b5255;
  background-attachment: fixed;
  height: 100%;
}

/* line 207, app/assets/stylesheets/gopassage.css.scss */
body.events.show, body.venues {
  background: #fafafa;
}

/* line 211, app/assets/stylesheets/gopassage.css.scss */
h1, h2, h3, h4, h5 {
  color: #181a1b;
}

/* line 215, app/assets/stylesheets/gopassage.css.scss */
.container.boxed {
  background: #fff;
}

/* line 222, app/assets/stylesheets/gopassage.css.scss */
.events-index .container.boxed {
  background-color: #fafafa;
}

/* line 226, app/assets/stylesheets/gopassage.css.scss */
.background-img-content {
  background-image: url(/assets/gopassage/hero-e18bd85267dd61fa05c8b6827fde58977b66bd8997531a9446c52c0b5b184e81.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0.1px 7px 12px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
  padding-bottom: 150px;
}

@media (min-width: 768px) {
  /* line 226, app/assets/stylesheets/gopassage.css.scss */
  .background-img-content {
    background-attachment: fixed;
  }
}

/* line 237, app/assets/stylesheets/gopassage.css.scss */
.negative-bg-margin {
  margin-top: -150px;
}

/* line 240, app/assets/stylesheets/gopassage.css.scss */
.checkout {
  background: #f4f5f9;
}

/* line 242, app/assets/stylesheets/gopassage.css.scss */
.checkout .panel.panel-shaded {
  border: none !important;
}

/* line 245, app/assets/stylesheets/gopassage.css.scss */
.checkout #counter p {
  color: #4b5255 !important;
}

/* line 247, app/assets/stylesheets/gopassage.css.scss */
.checkout #counter p span {
  color: #f55321;
}

/* line 252, app/assets/stylesheets/gopassage.css.scss */
p {
  color: #4b5255;
}

/* line 255, app/assets/stylesheets/gopassage.css.scss */
hr {
  border-color: #dae7ec;
}

/* line 258, app/assets/stylesheets/gopassage.css.scss */
a {
  color: #fe8b00;
}

/* line 260, app/assets/stylesheets/gopassage.css.scss */
a:hover, a:focus, a:active {
  text-decoration: none;
  color: #ff9719;
}

/* line 265, app/assets/stylesheets/gopassage.css.scss */
label {
  font-size: 16px;
  font-weight: 600;
  color: #4b5255;
}

/* line 270, app/assets/stylesheets/gopassage.css.scss */
.text-orange {
  color: #fe8b00;
}

/* line 273, app/assets/stylesheets/gopassage.css.scss */
.text-purple {
  color: #8b50ec;
}

/* line 276, app/assets/stylesheets/gopassage.css.scss */
ul.list-group.shaded .list-group-item {
  background: none;
  border-color: #dae7ec;
}

/* line 280, app/assets/stylesheets/gopassage.css.scss */
.list-group-item.headers {
  border-bottom: 1px solid #dae7ec !important;
}

/* line 294, app/assets/stylesheets/gopassage.css.scss */
#counter p {
  color: #4b5255;
}

/* line 296, app/assets/stylesheets/gopassage.css.scss */
#counter p span {
  color: #f55321;
}

/* line 311, app/assets/stylesheets/gopassage.css.scss */
#sticky-cart-contents {
  background-color: white;
}

@media (min-width: 992px) {
  /* line 317, app/assets/stylesheets/gopassage.css.scss */
  .border-right-md {
    border-right: 1px solid #dae7ec;
    padding: 0px;
  }
  /* line 321, app/assets/stylesheets/gopassage.css.scss */
  .border-left-md {
    border-left: 1px solid #dae7ec;
    margin-left: -1px;
  }
}

/* line 330, app/assets/stylesheets/gopassage.css.scss */
#shopping-cart-link-small {
  border: 1px solid white;
}

/* line 334, app/assets/stylesheets/gopassage.css.scss */
.affix #shopping-cart-link-small {
  border: 1px solid black;
}

/* line 338, app/assets/stylesheets/gopassage.css.scss */
.btn.btn-primary.btn-clear {
  background: white;
  margin-right: 5px;
  border: 1px solid #181a1b;
  color: #181a1b;
}

/* line 344, app/assets/stylesheets/gopassage.css.scss */
.btn.btn-primary.btn-clear:hover, .btn.btn-primary.btn-clear:active, .btn.btn-primary.btn-clear:focus {
  background: #acbac0 !important;
  border: 1px solid #181a1b;
}

/* line 349, app/assets/stylesheets/gopassage.css.scss */
.btn.btn-primary {
  border: none;
  background-image: linear-gradient(to bottom, #fe8f00, #ff694a);
  box-shadow: 0px 3px 9px 0 rgba(0, 0, 0, 0.15);
  font-family: 'Source Sans Pro', sans-serif;
  text-shadow: 0px 1px 1.5px rgba(0, 0, 0, 0.3);
}

/* line 356, app/assets/stylesheets/gopassage.css.scss */
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background-image: linear-gradient(to bottom, #eb8400, #ec6043);
  box-shadow: 0px 5px 13px 0 rgba(0, 0, 0, 0.25);
}

/* line 360, app/assets/stylesheets/gopassage.css.scss */
.btn.btn-primary:active {
  background-image: linear-gradient(to bottom, #eb8400, #ec6043);
  box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.2);
}

/* line 365, app/assets/stylesheets/gopassage.css.scss */
.btn.btn-primary.alt {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 0px 1px 1.5px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  box-shadow: 0px 3px 9px 0 rgba(0, 0, 0, 0.15);
  background: #8b50ec;
  background-image: linear-gradient(to bottom, #8b50ec, #466cec);
}

/* line 374, app/assets/stylesheets/gopassage.css.scss */
.btn.btn-primary.alt:hover, .btn.btn-primary.alt:focus {
  box-shadow: 0px 5px 13px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #804ada, #4164da);
}

/* line 378, app/assets/stylesheets/gopassage.css.scss */
.btn.btn-primary.alt:active {
  box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to bottom, #804ada, #4164da);
}

/* line 387, app/assets/stylesheets/gopassage.css.scss */
.event-box {
  background-color: white;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
}

/* line 390, app/assets/stylesheets/gopassage.css.scss */
.event-box .event-image img {
  margin: 0 auto;
}

/* line 394, app/assets/stylesheets/gopassage.css.scss */
.event-details {
  padding-bottom: 10px;
  color: #4b5255;
}

/* line 397, app/assets/stylesheets/gopassage.css.scss */
.event-details p {
  color: #4b5255;
}

/* line 400, app/assets/stylesheets/gopassage.css.scss */
.event-details h3 {
  color: #181a1b;
}

/* line 404, app/assets/stylesheets/gopassage.css.scss */
.event-details a {
  color: #4b5255;
}

/* line 406, app/assets/stylesheets/gopassage.css.scss */
.event-details a:hover, .event-details a:focus, .event-details a:active {
  color: #ff9719;
}

/* line 414, app/assets/stylesheets/gopassage.css.scss */
.event-box-alt {
  border: solid 1px #e1ecf0;
}

/* line 418, app/assets/stylesheets/gopassage.css.scss */
.event-box-alt h3 {
  color: #181a1b;
}

/* line 423, app/assets/stylesheets/gopassage.css.scss */
.event-box-alt ul.list-unstyled li {
  padding-top: 5px;
  color: #4b5255;
}

/* line 427, app/assets/stylesheets/gopassage.css.scss */
.event-box-alt hr {
  border-color: #dae7ec;
}

/* line 431, app/assets/stylesheets/gopassage.css.scss */
#event-times-list.list-group .list-group-item {
  background: none;
  border-color: #dae7ec;
}

/* line 437, app/assets/stylesheets/gopassage.css.scss */
.search-bar {
  background: none;
}

/* line 445, app/assets/stylesheets/gopassage.css.scss */
p.active a {
  color: #fe8b00;
}

/* line 453, app/assets/stylesheets/gopassage.css.scss */
ul.list-group.event-tix-types-list .list-group-item {
  background: none;
  border-color: #dae7ec;
}

/* line 461, app/assets/stylesheets/gopassage.css.scss */
.product-box {
  background-color: white;
}

/* line 464, app/assets/stylesheets/gopassage.css.scss */
.product-box .product-image .glyphicon {
  color: white;
  font-size: 15px;
}

/* line 469, app/assets/stylesheets/gopassage.css.scss */
.product-box .product-image img {
  margin: 10px auto;
}

/* line 473, app/assets/stylesheets/gopassage.css.scss */
.product-details {
  color: #4b5255;
}

/* line 475, app/assets/stylesheets/gopassage.css.scss */
.product-details p {
  color: #4b5255;
}

/* line 478, app/assets/stylesheets/gopassage.css.scss */
.product-details h3 {
  color: white;
}

/* line 481, app/assets/stylesheets/gopassage.css.scss */
.product-details hr {
  border-top: 1px solid #4a4a4a;
}

/* line 490, app/assets/stylesheets/gopassage.css.scss */
.navbar-sticky {
  margin-bottom: 0px;
}

/* line 492, app/assets/stylesheets/gopassage.css.scss */
.navbar-sticky .dropdown-menu > .active > a, .navbar-sticky .dropdown-menu > .active > a:hover, .navbar-sticky .dropdown-menu > .active > a:focus {
  color: black;
  background-color: white;
}

/* line 496, app/assets/stylesheets/gopassage.css.scss */
.navbar-sticky .dropdown-menu > .active > a:hover, .navbar-sticky .dropdown-menu > .active > a:focus {
  color: #ff9719;
}

/* line 502, app/assets/stylesheets/gopassage.css.scss */
#sticky-cart ul.dropdown-menu .nav-tabs > li.active > a, #sticky-cart ul.dropdown-menu .nav-tabs > li.active > a:hover, #sticky-cart ul.dropdown-menu .nav-tabs > li.active > a:focus {
  border-bottom: none;
}

/* line 505, app/assets/stylesheets/gopassage.css.scss */
#sticky-cart ul.dropdown-menu .nav > li > a:hover, #sticky-cart ul.dropdown-menu .nav > li > a:focus {
  border-bottom: none;
}

/* line 508, app/assets/stylesheets/gopassage.css.scss */
#sticky-cart ul.dropdown-menu a {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 511, app/assets/stylesheets/gopassage.css.scss */
#sticky-cart ul.dropdown-menu a:hover, #sticky-cart ul.dropdown-menu a:focus, #sticky-cart ul.dropdown-menu a:active {
  border-bottom: none;
}

/* line 517, app/assets/stylesheets/gopassage.css.scss */
.navbar-fixed-top {
  border-bottom: 1px solid #dae7ec !important;
}

/* line 520, app/assets/stylesheets/gopassage.css.scss */
.navbar {
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

/* line 526, app/assets/stylesheets/gopassage.css.scss */
.navbar-default {
  background: white;
  color: #4b5255;
  position: relative;
  z-index: 100;
}

/* line 531, app/assets/stylesheets/gopassage.css.scss */
.navbar-default a.navbar-brand {
  color: #4b5255;
}

/* line 535, app/assets/stylesheets/gopassage.css.scss */
.navbar-header.pull-right-lg.clearfix {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  /* line 535, app/assets/stylesheets/gopassage.css.scss */
  .navbar-header.pull-right-lg.clearfix {
    float: right;
  }
}

@media (min-width: 992px) {
  /* line 543, app/assets/stylesheets/gopassage.css.scss */
  .navbar-header.clearfix {
    border-right: 1px solid #dae7ec;
  }
  /* line 546, app/assets/stylesheets/gopassage.css.scss */
  .navbar-header.pull-right-lg.clearfix {
    border-left: 1px solid #dae7ec;
  }
}

/* line 551, app/assets/stylesheets/gopassage.css.scss */
.navbar-brand {
  background: white;
  height: 100px;
  width: 200px !important;
  line-height: 100px;
  font-size: 18px;
  padding-top: 0px;
}

/* line 559, app/assets/stylesheets/gopassage.css.scss */
.navbar-brand img {
  width: 100%;
}

/* line 564, app/assets/stylesheets/gopassage.css.scss */
.navbar-default .navbar-nav > li > a {
  color: #4b5255;
}

/* line 566, app/assets/stylesheets/gopassage.css.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
  background: none;
  color: #fe8b00;
}

@media (min-width: 768px) {
  /* line 572, app/assets/stylesheets/gopassage.css.scss */
  .navbar-default .navbar-nav > li > a {
    padding: 16px 0px 34px 0px;
    margin: 0px 12px;
  }
  /* line 575, app/assets/stylesheets/gopassage.css.scss */
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
    border-bottom: 2px solid #fe8b00;
  }
}

/* line 580, app/assets/stylesheets/gopassage.css.scss */
.navbar-default .navbar-nav > li > a.btn.btn-primary {
  border: none;
  background-image: linear-gradient(to bottom, #fe8f00, #ff694a);
  box-shadow: 0px 3px 9px 0 rgba(0, 0, 0, 0.15);
  font-family: 'SourceSansPro', sans-serif;
  text-shadow: 0px 1px 1.5px rgba(0, 0, 0, 0.3);
  color: white;
  height: 44.5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

/* line 591, app/assets/stylesheets/gopassage.css.scss */
.navbar-default .navbar-nav > li > a.btn.btn-primary:hover, .navbar-default .navbar-nav > li > a.btn.btn-primary:focus {
  background-image: linear-gradient(to bottom, #eb8400, #ec6043);
  box-shadow: 0px 5px 13px 0 rgba(0, 0, 0, 0.25);
}

/* line 595, app/assets/stylesheets/gopassage.css.scss */
.navbar-default .navbar-nav > li > a.btn.btn-primary:active {
  background-image: linear-gradient(to bottom, #eb8400, #ec6043);
  box-shadow: inset 0px 2px 6px 0 rgba(0, 0, 0, 0.2);
}

/* line 601, app/assets/stylesheets/gopassage.css.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent !important;
  color: #fe8b00;
}

/* line 605, app/assets/stylesheets/gopassage.css.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: transparent !important;
  color: #fe8b00;
}

/* line 609, app/assets/stylesheets/gopassage.css.scss */
ul.navbar-right > li > a.btn.btn-primary {
  color: #fe8b00;
}

/* line 613, app/assets/stylesheets/gopassage.css.scss */
.navbar-default .navbar-toggle {
  background: #fe8b00;
  border: none;
}

/* line 617, app/assets/stylesheets/gopassage.css.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #fe8b00;
}

/* line 620, app/assets/stylesheets/gopassage.css.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

/* line 624, app/assets/stylesheets/gopassage.css.scss */
.list-group.side-nav .list-group-item {
  background: none;
  border: none;
  font-size: 18px;
}

/* line 629, app/assets/stylesheets/gopassage.css.scss */
.list-group.side-nav a.list-group-item {
  color: #eeeeee;
}

/* line 632, app/assets/stylesheets/gopassage.css.scss */
.list-group.side-nav a.list-group-item:hover {
  background: #363431;
}

/* line 635, app/assets/stylesheets/gopassage.css.scss */
.side-nav .btn.btn-primary {
  width: 160px;
}

/* line 664, app/assets/stylesheets/gopassage.css.scss */
.navbar-default .navbar-toggle {
  background: #fe8b00;
  border: none;
}

/* line 668, app/assets/stylesheets/gopassage.css.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ff9719;
}

/* line 671, app/assets/stylesheets/gopassage.css.scss */
.navbar-toggle {
  margin-top: 15px;
}

/* line 674, app/assets/stylesheets/gopassage.css.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

/* line 677, app/assets/stylesheets/gopassage.css.scss */
.navbar-collapse.collapse.in, .navbar-collapse.collapsing {
  border: none;
  border-top: 1px solid #dae7ec;
}

/* line 684, app/assets/stylesheets/gopassage.css.scss */
.navbar-collapse.collapse.in ul.nav.navbar-nav.pull-right li, .navbar-collapse.collapsing ul.nav.navbar-nav.pull-right li {
  width: 150px;
}

/* line 687, app/assets/stylesheets/gopassage.css.scss */
.navbar-collapse.collapse.in ul.nav.navbar-nav.pull-right .btn.btn-primary.btn-clear, .navbar-collapse.collapsing ul.nav.navbar-nav.pull-right .btn.btn-primary.btn-clear {
  margin-right: 0;
}

/* line 696, app/assets/stylesheets/gopassage.css.scss */
#hero {
  background: #181a1b;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0.1px 7px 12px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
  margin: 0px 0 20px;
}

/* line 697, app/assets/stylesheets/gopassage.css.scss */
#hero .content {
  padding-bottom: 210px;
}

/* line 707, app/assets/stylesheets/gopassage.css.scss */
#hero h1 {
  text-shadow: -1px -1px 0 #181a1b, 1px -1px 0 #181a1b, -1px 1px 0 #181a1b, 1px 1px 0 #181a1b;
  margin-top: 180px;
  font-weight: 800 !important;
  font-size: 46px;
  line-height: 62px;
  color: white;
}

/* line 719, app/assets/stylesheets/gopassage.css.scss */
#hero .credit {
  font-size: 14px;
  color: white;
  background: rgba(0, 0, 0, 0.4);
}

@media (min-width: 992px) {
  /* line 696, app/assets/stylesheets/gopassage.css.scss */
  #hero {
    background-attachment: fixed;
  }
}

/* line 727, app/assets/stylesheets/gopassage.css.scss */
#hero form {
  font-size: 29px;
  font-weight: 600;
}

/* line 732, app/assets/stylesheets/gopassage.css.scss */
#hero ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

/* line 737, app/assets/stylesheets/gopassage.css.scss */
#hero :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

/* line 741, app/assets/stylesheets/gopassage.css.scss */
#hero ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

/* line 744, app/assets/stylesheets/gopassage.css.scss */
#hero input {
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 750, app/assets/stylesheets/gopassage.css.scss */
#hero input[type="text"] {
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-bottom: 1px solid white;
  border-radius: 0px;
  height: auto;
  padding-top: 5px;
}

/* line 759, app/assets/stylesheets/gopassage.css.scss */
#hero input#category-input {
  font-weight: 600;
  background: #304b61;
  background: url(/assets/icon-mag-glass-243ea1c5f46356547e58b29cb7ebec7469547b8a3cbe917879aaf73fe47ef35f.png) no-repeat scroll 8px 12px;
  padding-left: 45px;
  color: white;
}

/* line 766, app/assets/stylesheets/gopassage.css.scss */
#hero input#location-input {
  background: url(/assets/icon-location-823ab83d8475494507c4015fabaedbc9c9a37f17d50af8ed8e32090279d778ce.png) no-repeat scroll 8px 10px;
  padding-left: 45px;
  color: white;
}

/* line 772, app/assets/stylesheets/gopassage.css.scss */
#hero select {
  border: 1px solid white;
  color: white;
}

/* line 775, app/assets/stylesheets/gopassage.css.scss */
#hero select option {
  color: black;
  background: white;
}

/* line 780, app/assets/stylesheets/gopassage.css.scss */
#hero .select2-search__field {
  color: white;
}

/* line 783, app/assets/stylesheets/gopassage.css.scss */
#hero .select2-container--default .select2-selection--multiple {
  border-bottom: 1px solid white;
}

/* line 785, app/assets/stylesheets/gopassage.css.scss */
#hero .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: black;
  color: white;
  font-size: 20px;
}

/* line 796, app/assets/stylesheets/gopassage.css.scss */
#footer {
  margin-top: 10px;
  background: white;
  font-size: 14px;
  color: #4b5255;
  box-shadow: 0px 10px 16px 0 rgba(0, 0, 0, 0.2);
}

/* line 804, app/assets/stylesheets/gopassage.css.scss */
ul.horizontal-nav {
  margin: 0;
  padding: 0;
}

/* line 809, app/assets/stylesheets/gopassage.css.scss */
ul.horizontal-nav li {
  list-style-type: none;
  display: inline;
  text-transform: uppercase;
}

/* line 813, app/assets/stylesheets/gopassage.css.scss */
ul.horizontal-nav li a {
  color: #4b5255;
}

/* line 815, app/assets/stylesheets/gopassage.css.scss */
ul.horizontal-nav li a:hover {
  color: #4b5255;
  text-decoration: none;
}

/* line 822, app/assets/stylesheets/gopassage.css.scss */
ul.horizontal-nav li:before {
  color: #4b5255;
  padding: 0 5px;
  content: " | ";
}

/* line 828, app/assets/stylesheets/gopassage.css.scss */
ul.horizontal-nav li:first-child:before {
  content: none;
}

@media (min-width: 1200px) {
  /* line 836, app/assets/stylesheets/gopassage.css.scss */
  #footer {
    font-size: 13px;
  }
  /* line 838, app/assets/stylesheets/gopassage.css.scss */
  #footer ul.horizontal-nav li:before {
    padding: 0 3px;
  }
  /* line 841, app/assets/stylesheets/gopassage.css.scss */
  #footer .pull-right-lg {
    float: right !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 848, app/assets/stylesheets/gopassage.css.scss */
  #footer {
    font-size: 17px;
  }
  /* line 850, app/assets/stylesheets/gopassage.css.scss */
  #footer ul.horizontal-nav {
    margin-bottom: -30px;
  }
  /* line 852, app/assets/stylesheets/gopassage.css.scss */
  #footer ul.horizontal-nav li:before {
    padding: 0 5px;
  }
}

/* line 861, app/assets/stylesheets/gopassage.css.scss */
ul.month-select {
  background-image: linear-gradient(to bottom, #8b50ec, #466cec);
  color: #fff;
}

/* line 864, app/assets/stylesheets/gopassage.css.scss */
ul.month-select a {
  color: #fff;
}

/* line 869, app/assets/stylesheets/gopassage.css.scss */
.calendar .btn-default {
  background: rgba(200, 200, 200, 0.2);
}

/* line 871, app/assets/stylesheets/gopassage.css.scss */
.calendar .btn-default:hover, .calendar .btn-default:focus, .calendar .btn-default:active {
  background: rgba(200, 200, 200, 0.5);
}

/* line 875, app/assets/stylesheets/gopassage.css.scss */
.calendar .calendar-month a {
  color: #8b50ec;
}

/* line 878, app/assets/stylesheets/gopassage.css.scss */
.calendar thead {
  background: #eee;
}
