/**
 * Ticketmaster Responsive Theme
 * @author edward.hannay, rebecca.howard, john.souris
 * @created 12/02/2013
 *
 * Table of Content
 * ==================================================
 *     # Variables
 *     # Mixins
 *     # Imports
 *     # Overrides
 *     # Modernizr dependent rules
 *     # Media Queries
 */
/**
 * @section Variables
 * ==================================================
 */
/**
 * Base dimentions
 */
/**
 * Headings
 */
/**
 * Breadcrumbs
 */
/**
 * Tables
 */
/**
 * Search filter
 */
/**
 * Layout
 * (extracted from skeleton.scss)
 */
/**
 * Media Queries
 * @author      edward.hannay, rebecca.howard
 *
 * @description PLEASE NOTE: ANY CHANGES MADE TO THE MEDIA QUERIES WIDTHS NEED
 *              TO BE REFLECTED IN core.jquery.js
 *
 *              This is the master scss file for media queries - duplication in
 *              other files (e.g. Scandic module) is temporary, and whene
 *              branches are merged only these rules should be left behind
 *
 *              The $enable-responsive variable is defined in the top level scss
 *              file (e.g. ticketmaster.scss) and allows the media query mixins
 *              to be disabled. If it's true, the mixins will be included but if
 *              false, they'll be removed.
 *
 * Table of Content
 * ==================================================
 *     # Mixins
 */
/* @section Mixins
================================================== */
/*
* (Modified) Skeleton-SASS V1.0
* Copyright 2012 by Michael Lazer-Walker
* https://github.com/lazerwalker/Skeleton-Sass
*
* Based off of Skeleton v1.1:
* https://github.com/dhgamache/Skeleton
*
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/* #Variable Definitions
================================================== */
/* Grid
================================================== */
/* #Clearing
================================================== */
/* Include clearfix on parent to clear nested columns,
or wrap each row of columns in a @include row */
/* You can also use a @include clear to clear columns */
.clearfix {
  zoom: 1; }
  .clearfix:after {
    clear: both; }
  .clearfix:before, .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }

/**
 * @description This file defines a default theme, so that the subsequent themes
 *              (for example ticketweb / ticketmaster need only override what
 *              they need to override
 *
 * Table of Contents
 * ==================================================
 *     # Generic colours
 *     # Themable variables
 *     # Old colours
 */
/**
 * @section Generic Colours - do not use outside this file
 * ==================================================
 */
/**
 * @section Themeable Variables - use these to style modules
 * ==================================================
 */
/**
 * Buttons
 */
/**
 * Headings
 */
/**
 * Links
 */
/**
 * Dates
 */
/**
 * Labels
 */
/**
 * Tooltips
 */
/**
 * Alerts
 */
/* Less verbose */
/**
 * Search filter
 */
/**
 * @section Overrides
 * ==================================================
 */
html {
  height: 100%; }

body {
  position: relative; }

/* tm logo */
#head_tm_black,
#head_tm_white {
  position: absolute;
  right: 0;
  top: 0;
  height: 7px;
  width: 100%; }

#head_tm_black div,
#head_tm_white div {
  width: 960px;
  margin: 0 auto; }

#head_tm_black a,
#head_tm_white a {
  float: right;
  display: block;
  width: 194px;
  height: 48px;
  text-indent: -9999px;
  margin-top: 7px; }

#head_tm_black {
  background-color: #000; }

#head_tm_white {
  background-color: #fff; }

#head_tm_white a,
#head_tm_black a {
  position: relative; }

#head_tm_white img,
#head_tm_black img {
  position: absolute;
  top: 0;
  left: 0; }

#languages_module {
  background: #ededed;
  text-align: left;
  padding-top: 5px;
  min-height: 30px;
  max-width: 1000px;
  margin: auto; }
  #languages_module .large {
    display: none;
    text-align: right;
    padding: 5px;
    font-size: 16px; }
  #languages_module .mobile {
    height: 44px;
    padding-top: 10px; }
  #languages_module p {
    margin-bottom: 0; }
  #languages_module a {
    text-decoration: none; }
  #languages_module a:hover {
    text-decoration: underline; }
  #languages_module a.logoutLink {
    margin-top: 2px;
    font-size: 16px;
    text-transform: uppercase; }
  #languages_module a.logoutLinkLarge {
    padding-right: 20px; }
  #languages_module a.brand__mobilemenu__toggle {
    background-color: transparent;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 30px 10px 0; }
  #languages_module .mobilemenu__open {
    padding: 10px; }
  #languages_module .mobilemenu__close {
    padding: 10px; }
  #languages_module .mobilemenu__close + span {
    vertical-align: middle; }
  #languages_module .mobilemenu__open:before {
    margin-top: -3px;
    font-size: 16px; }
  #languages_module .mobilemenu__close:before {
    font-size: 16px;
    margin-top: 1px; }
  #languages_module .myaccount_menu {
    display: none;
    padding: 0;
    margin: 3px 0 0 0; }
  #languages_module .myaccount_menu.open {
    display: block; }
  #languages_module .myaccount_menu {
    list-style-type: none;
    text-align: left; }
  #languages_module .myaccount_menu li {
    margin: 0;
    border-bottom: 2px solid #fff;
    height: 44px; }
  #languages_module .myaccount_menu li a {
    height: 42px; }
  #languages_module .myaccount_menu a {
    text-decoration: none; }
  #languages_module .myaccount_menu li.lang_item {
    display: none; }
  #languages_module .myaccount_menu li.lang_item.open {
    display: block; }
  #languages_module .link--menu:hover, #languages_module .link--menu.is-active {
    background-color: transparent; }
  #languages_module .link--menu {
    padding-top: 13px; }
  #languages_module .link--menu i {
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 17px; }
  #languages_module h3 {
    line-height: 23px; }
  #languages_module .welcome {
    padding: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    height: 42px; }
  #languages_module .welcome h3 {
    margin: 0;
    font-size: 18px; }
  #languages_module .menuitem__header--language {
    background-color: #e6e6e6;
    border-bottom: 0;
    color: #475058; }
  #languages_module .menuitem__header--language i {
    padding-right: 5px;
    top: 9px; }
  #languages_module .mobilemenu__link {
    border-bottom: 0;
    padding-top: 13px; }
    #languages_module .mobilemenu__link#logoutLink {
      font-weight: 600; }
  #languages_module .mobilemenu__link__icon--go:before {
    color: inherit; }
  #languages_module .menuitem__header--language__icontext {
    position: absolute;
    top: 11px;
    width: 24px;
    font-family: 'Averta', Arial, sans-serif;
    font-size: 9px;
    font-weight: 600;
    text-align: center;
    color: inherit; }

@media only screen and (min-width: 768px) {
  #languages_module .large {
    display: block; }
  #languages_module .mobile {
    display: none; }
  #languages_module .myaccount_menu.open {
    display: none; } }

@media only screen and (max-width: 767px) and (min-width: 480px) {
  .container {
    width: calc(100%); } }

@media only screen and (max-width: 767px) {
  .container {
    width: calc(100%); } }

#head {
  padding-bottom: 0;
  position: relative;
  background: transparent; }

#header_brand .frame {
  max-width: 1000px;
  margin: 0 auto;
  background: transparent; }

.terms-header-branded #header_brand .frame {
  max-width: 800px;
  margin: 0 auto; }
  .terms-header-branded #header_brand .frame img {
    max-width: 100%; }

#header_brand .frame img {
  display: block; }

.pagecontainer {
  margin: 0px auto; }

/* fix FF */
/* brand footer */
#footer_brand .frame,
#footer_brand .container,
#footer_brand.branded-footer,
#footer_brand.lightweight-branded-footer {
  width: 1000px;
  margin: 0 auto;
  padding: 24px 0; }

#footer_brand.branded-footer,
#footer_brand.lightweight-branded-footer {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px 0; }

.footerParagraph {
  margin: 0; }

#wrap {
  background-color: transparent; }

/* Opera Fix */
body::before {
  content: '';
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px; }

/* Since branding tool sets the entire background, override with image */
#NotificationModule.edpnotification {
  background-image: url("../../../static/images/icon-info-transparent.png");
  background-repeat: no-repeat;
  background-position: 14px center;
  margin-top: 5px; }

.h2::after {
  background: none; }

#ticketSearch h5 {
  background: #fff url("../../images/mnx19.png") no-repeat -83px -445px; }

.isBranded .main {
  padding-bottom: 85px; }

.isBranded .edp__section_header .cButton--outlined.cButton--primary {
  border-color: #475058;
  color: #475058; }

/* search page */
/** Ticket web only **/
.isBranded .contentheading--pageheading {
  background-color: #323232; }

/** Ticket web only **/
.isBranded #event-listing {
  border-top: 1px solid #c9cac8; }

/** Pagination numbers should be gray when there is a brand **/
.isBranded .pagination__link,
.isBranded .pagination__text {
  color: #c3c3c3; }

/** Pagination arrows are gray when there is a brand **/
.isBranded .pagination__next::after,
.isBranded .pagination__next::before,
.isBranded .pagination__prev::after,
.isBranded .pagination__prev::before {
  color: #c3c3c3; }

/** Pagination current page number is black when there is a brand **/
.isBranded .pagination__link.is-disabled,
.isBranded .pagination__text.is-disabled {
  color: #000; }

/**
* Filter module
*
* Ticketweb only
*/
.isBranded .searchfilter {
  background-color: #f1f2f2; }

.isBranded .searchfilter__typetitle {
  background-color: #fff;
  color: #444; }

.isBranded .searchfilter__togglebtn--desktop::after,
.isBranded .searchfilter__togglebtn--mobile::after {
  border-right: 7px solid #f1f2f2; }

.isBranded .searchfilter__typetitle:hover {
  background-color: #c9cac8; }

.isBranded .searchfilter__togglebtn--desktop {
  background-color: #f1f2f2;
  color: #444; }

.isBranded .searchfilter__label,
.isBranded .searchfilter__togglebtn--desktop::before {
  color: #444; }

.isBranded .searchfilter--tags__link {
  background-color: #c9cac8; }

.isBranded .adp__showmoremobile::before {
  color: #444; }

body {
  background-position: top center;
  background-repeat: no-repeat; }

/**
* @section Media Queries
* ==================================================
*/
@media only screen and (max-width: 999px) {
  #footer_brand p.footerParagraph {
    margin-left: 20px; }
  body #head {
    background-color: transparent; }
  body {
    background-image: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 999px) {
  #footer_brand .frame,
  #footer_brand .container,
  #head_tm_black div,
  #head_tm_white div {
    width: 768px; }
  #head_tm_black a,
  #head_tm_white a {
    margin-top: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8); }
  #header_brand,
  #header_brand img,
  #header_brand .frame {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  #head_tm_black,
  #head_tm_white {
    overflow: hidden; }
  #head_tm_black a,
  #head_tm_white a {
    margin-top: -3px;
    margin-left: -25px;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6); }
  #header_brand,
  #header_brand img,
  #header_brand .frame {
    width: 100%; }
  #header_brand {
    height: auto; }
  #head.space {
    height: auto; }
  #head_tm_black,
  #head_tm_white {
    position: relative; }
  .container .main {
    padding-top: 0; }
  #head_tm_black,
  #head_tm_white {
    height: 37px; } }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #footer_brand .frame,
  #footer_brand .container,
  #head_tm_black div,
  #head_tm_white div {
    width: 420px; } }

@media only screen and (max-width: 479px) {
  #footer_brand .frame,
  #footer_brand .container,
  #head_tm_black div,
  #head_tm_white div {
    width: 320px; } }

.header {
  box-shadow: none; }

.messagebox,
.messagebox--error,
.messagebox--warning,
.messagebox--success,
.messagebox--info {
  border: 1px solid #ccc; }

.h2 {
  background-color: #475058; }

#breadcrumbs {
  background-color: #475058;
  color: #f6f7f9; }

#breadcrumbs .breadcrumbStep.liactive {
  background-color: #dfe4e7;
  color: #475058; }

#breadcrumbs .breadcrumbStep::before {
  border-left: 21px solid #fff; }

#breadcrumbs .breadcrumbStep.liactive::after {
  border-left: 21px solid #dfe4e7; }

#breadcrumbs .breadcrumbStep .breadcrumbStepInner::before {
  border-left: 21px solid #475058; }

.c-confirmation-receipt,
.selectlist__option.is-active {
  background-color: #ccc; }

.onResponsiveCheckout #timeLeftDesktop #timeLeft {
  background: #000;
  color: #fff; }

@media only screen and (max-width: 999px) {
  #timeLeft {
    background: #000; } }

/**
* @My Account pages
* ==================================================
*/
/*avatar welcome message*/
.isBranded .avatar .avatar__greeting {
  color: #475058; }

/*past events*/
.isBranded .pastevent .pastevent__link:hover {
  background-color: #e6e6e6; }
