/* app/assets/stylesheets/desktop/canvas/fiveOhThree.css */
body,
.fiveOhThree__content {
  background-color: #f3f3f3;
}
#top-banner,
#brand-bar,
#global-search,
#global-menu {
  display: none;
  visibility: hidden;
}
#header-wrap {
  height: 66px;
}
#global-header {
  height: 66px;
  border-bottom: none;
  margin-bottom: 0;
  background-color: #4c4c4c;
}
#global-header > nav > .inline-items > li > a.fandango-logo {
  height: 66px;
}
#global-header .grip {
  display: none;
}
.fiveOhThree__subtitle {
  background-color: #333;
  min-height: 50px;
}
.fiveOhThree__subtitle-text {
  color: var(--neutral-000);
  padding: 12px 0 6px;
  margin-left: 30px;
  font-size: 32px;
  line-height: 32px;
}
.fiveOhThree__content-container {
  position: relative;
  min-height: 548px;
  padding: 0 40px 45px 40px;
  background: var(--orange-400) none no-repeat top right;
  box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.75);
}
.fiveOhThree__content-title {
  margin: 90px 0 15px 0;
  color: #fff;
  font-size: 180px;
  line-height: 175px;
  font-weight: bold;
  text-transform: uppercase;
}
.fiveOhThree__content-subtitle {
  color: #fff;
  font-size: 36px;
  line-height: 50px;
  text-transform: none;
  margin-bottom: 12px;
}
.fiveOhThree__content-btn {
  min-height: 60px;
  max-width: 445px;
  background-color: #4691e3;
  color: #fff;
  padding: 10px 15px;
  font-size: 28px;
  text-align: center;
  line-height: 40px;
  font-family:
    proxima-nova,
    Helvetica,
    Arial,
    sans-serif;
}
@media only screen and (min-width: 769px) {
  .fiveOhThree__content-container {
    background: var(--orange-400) url("//images.fandango.co.uk/fandango-www/screenplay/assets/v2/images/desktop/canvas/fiveOhThree/bg-error-500.95iaoep8.jpg") no-repeat top center;
    background-size: cover;
  }
}
@media only screen and (min-width: 768px) {
  #global-header > nav > .inline-items > li > a.fandango-logo {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1190px) {
  #global-header > nav > .inline-items > li > a.fandango-logo {
    margin-left: 90px;
  }
  .fiveOhThree__subtitle-text {
    margin-left: 90px;
  }
  .fiveOhThree__content-container {
    padding-left: 100px;
    padding-right: 100px;
  }
}

/* swug-virtual-bundle-specifier://images.fandango.co.uk/fandango-www/screenplay/assets/v2/stylesheets/bundles/fiveOhThree.f18eb1hj.css */
/*# sourceMappingURL=fiveOhThree.css.map */
