@charset "UTF-8";
/* CSS Document */
body {
  overflow-x: hidden;
}

.carousel-control.right {
  z-index: 10000;
}

.carousel-control .glyphicon-chevron-right {
  right: 12%;
}

.carousel-control .glyphicon-chevron-left {
  left: 2%;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  top: 0;
}

.carousel-control {
  font-size: 30px;
  top: 50%;
}

.pagination > li > a,
.pagination > li > span {
  color: #2f5d7c;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2f5d7c;
  background-color: #c3d0db;
  border-color: #c3d0db;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #2f5d7c;
  border-color: #2f5d7c;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  height: 28px;
}

input[type="submit"] {
  color: #fff;
  background-color: #002145;
  border-color: #002145;
  font-weight: normal;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  background-color: #c3d0db !important;
  color: #002145 !important;
  border: none !important;
}

.unavailable-indicator {
  width: 10px !important;
  line-height: 24px !important;
}

.order-billing .billing-info.billing-contact .btn-group a.btn.btn-default,
.order-billing .billing-info.billing-address .btn-group a.btn.btn-default,
.order-payment-details
  .gift-card-payment
  .btn-group
  a.btn.btn-default:last-child {
  margin-left: 10px;
}

.breadcrumb {
  margin-bottom: 20px;
}
.breadcrumb a {
  font-size: 0.9rem !important;
  color: #002145;
}

.navigationBox {
  margin: 0 1rem;
}
.navigationBox .navForward.btn.btn-primary {
  margin-right: 2rem;
  min-width: unset;
  max-width: 400px;
}

@media screen and (min-width: 500px) {
  .navigationBox .navForward.btn.btn-primary {
    width: 75%;
    margin-right: 0;
  }
}
/* =Basic HTML Styles
-------------------------------------------------------------- */

body {
  color: #ffffff;
  background: #fff;
}

/* =Ajustements bootstrap update - M Giroux AudienceView
-------------------------------------------------------------- */
.article-body-container a,
.bodyDetails a {
  color: #2f5d7c;
  text-decoration: none;
  font-weight: bold;
}
/* .article-body-container a, .bodyDetails a,.btn-link, .bodyDetails a.btn-secondary{
    color: #2F5D7C;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-weight: normal;
    background-color: transparent;
} */

.article-body-container p a::after,
.article-body-container li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  color: #2f5d7c;
  /* color: #fff; */
  font-size: 1rem;
  padding-left: 5px;
}
/* .article-body-container p a:hover::after,
.article-body-container p a:active::after,
.article-body-container p a:focus::after{
    color: #5E869F;
} */
/* .article-body-container a:active, .article-body-container a:hover, .article-body-container a:focus,.bodyDetails a:hover, .bodyDetails a:active, .bodyDetails a:focus{
    color: #5E869F;
    text-decoration: underline;
} */
a.btn-primary,
.btn-primary,
a.btn-primary.disabled,
.btn-primary.disabled,
a.btn-primary:disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #002145;
  border-color: #002145;
  font-weight: normal;
}
/* only one button style throughout the whole website*/
a.btn-secondary,
.btn-seconadry,
a.btn-secondary.disabled,
.btn-secondary.disabled,
a.btn-secondary:disabled,
.btn-seconadry:disabled {
  color: #fff;
  background-color: #002145;
  border-color: #002145;
  font-weight: normal;
}

a.btn-primary:not(:disabled):not(.disabled):hover,
a.btn-primary:not(:disabled):not(.disabled):focus,
.btn-primary:not(:disabled):not(.disabled):hover,
.btn-primary:not(:disabled):not(.disabled):focus {
  color: #fff;
  background-color: #2f5d7c;
  border-color: #2f5d7c;
  text-decoration: none;
  font-weight: normal;
}

a.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #2f5d7c;
  border-color: #2f5d7c;
  text-decoration: none;
  font-weight: normal;
}
body {
  /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; */
  font-size: 0.9rem !important;
  font-weight: 400;
  line-height: 1.5;
  color: #002145;
  text-align: left;
  font-family: Arial, sans-serif;
}
.header-content img {
  max-width: 60%;
}

#orderInfoSecondBar {
  margin-top: 6px;
  background-color: rgba(0, 0, 0, 0);
  color: #002145;
  padding: 7px 0 0 10px;
  font-size: 14px;
  height: 35px;
}
@media screen and (min-width: 992px) {
  .active-promotions {
    background-color: transparent;
    line-height: 16px;
    border-bottom: 0;
    display: inline-block;
    margin: 0 10px 0 0;
    color: #002145;
  }
}

.menuContainer.main-nav {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .menuContainer.main-nav .nav .menuTopItem.show [data-toggle="dropdown"] {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    color: #002145 !important;
  }
}

@media screen and (min-width: 992px) {
  .menuContainer.main-nav
    .nav
    .menuTopItem.show
    [data-toggle="dropdown"]:hover {
    background-color: #fff !important;
    color: #002145 !important;
  }
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333 !important;
  white-space: nowrap;
}

.dropdown-menu {
  font-size: 0.9rem !important;
  color: #212529;
  text-align: left;
  list-style: none;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #333 !important;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 992px) {
  .menuContainer.main-nav .nav li .dropdown-menu {
    background-color: #c2c2c2 !important;
    width: 99.5% !important;
    height: 45px !important;
    /*margin: 0px 0px 0px -4px!important;*/
    padding-top: 8px !important;
  }
}

/* =Page Regions
-------------------------------------------------------------- */
.full-width #ubc7-header {
  overflow: hidden;
}

#ubc7-vancouver-campus {
  display: none;
}

#ubc7-unit {
  width: 110%;
  background-color: #002145;
}

#header {
  background: #fff;
  position: relative;
  padding: 0;
}
.header-content {
  min-height: 120px;
  padding-top: 10px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.header-content .ubc-header.desktop {
  display: none;
}
.header-content .ubc-header.mobile {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  padding: 1rem;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .header-content .ubc-header.mobile {
    display: none;
  }
  .header-content .ubc-header.desktop {
    display: flex;
    align-items: top;
    padding: 1rem;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .header-content .ubc-header.desktop {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-content .ubc-header.desktop a {
    border-right: 1px solid #d7e0e7;
    border-left: 1px solid #d7e0e7;
  }
  .header-content .ubc-header.desktop p a {
    border-right: none !important;
  }
  .header-content .ubc-header.desktop a img {
    margin-right: 2rem;
    margin-left: 2rem;
    margin-bottom: 1rem;
  }
}
/* .ubc-crest-logo{
    padding-top: 10px;
} */
/* @media screen and (min-width:992px){
    .ubc-header a:first-of-type{
        padding: 0 1rem;
        border: 1px solid #d7e0e7;
        border-top: none;
        border-bottom: none;
        margin-left: 1rem;
        padding-bottom: 1rem;
    }
    .header-content .ubc-header{
        padding-bottom: 0;
        padding-top: 0;
    }
    .header-content.container{
        padding-top: 0;
    }
} */
#footer {
  color: #fcfcfc;
  background-color: #002145;
}
.footer-content {
  padding: 0;
}

#menu {
  background: #e6e6e6;
  margin: 0 0 0 -100%;
  float: left;
  width: 80%;
}

.menuContainer.main-nav .nav li .menu_item {
  border-radius: 0;
  display: block;
  float: none;
  padding: 10px;
  color: #002145;
  text-decoration: none;
}

.menuContainer.main-nav .nav li .menu_item:hover {
  background-color: #eee;
  color: #002145;
}

#promoCodeBoxInput {
  height: 37px;
}

.my-account-nav ul li.active a,
.my-account-nav ul li:hover a {
  color: #5e869f;
  border-right-color: #5e869f;
}
.my-account-nav ul li a .badge {
  background-color: #5e869f;
  margin-left: 10px;
}

.seat-tabs-box .seat-tabs .seat-tab.active {
  background-color: #002145;
  border-color: #002145;
  color: #fff;
}

.dropDown input {
  height: 38px;
}

span.start-date-label {
  display: none;
}

.search-results-container .item-start-date {
  font-size: 14px;
}

.search-results-container .item-teaser {
  display: none;
}

.order-item-details.section-box
  .performance-header.has-logo1.item-information.item-box
  .item-logo,
.order-item-details.section-box
  .performance-header.has-logo1.item-information.item-box
  .item-description-details
  ul
  li
  .item-description {
  display: none;
}

/*calendar widget */

#calendar-widget-frame {
  display: block;
  background: #fff;
  width: 100%;
}
#calendarWidget-body {
  background: #fff;
}
#calendarWidget-body,
#calendarWidget-body form,
#calendarWidget-body .table {
  margin: 0;
  padding: 0;
}

#calendarWidget-body .table {
  display: table;
}

#calendarWidget-navigation {
  background: #002145;
  color: #fff;
  width: 100%;
}
#calendarWidget-navigation td {
  text-align: center;
}
#calendarWidget-navigation td a {
  color: #fff;
  text-decoration: none;
}
#calendarWidgetHeader {
  border: solid #ddd;
  border-width: 1px 1px 0 0;
  width: 100%;
}
#calendarWidgetHeader td {
  background: #ececec;
  border: solid #ddd;
  border-width: 0 0 0 1px;
  font-size: 11px;
  padding: 0;
  color: #666666;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 28px;
  height: 28px;
}
#calendarWidgetTable {
  border: solid #ddd;
  border-width: 1px 1px 0 0;
  width: 100%;
}
#calendarWidgetTable td {
  background: #fff;
  border: solid #ececec;
  border-width: 0 0 1px 1px;
  text-align: center;
  vertical-align: middle;
  width: 28px;
  height: 28px;
}
#calendarWidgetTable .WidgetToday {
  background: #ececec;
}
#calendarWidgetTable .WidgetEvent:hover,
#calendarWidgetTable .WidgetEvent {
  background: #002145;
  color: #fff;
  cursor: pointer;
}

#popupBody {
  background: #f5f5f5;
}

@media screen and (min-width: 768px) {
  .search-box form ul li .form-control {
    width: 110px;
  }

  .carousel-control .glyphicon-chevron-left {
    left: 50%;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    top: 15px;
  }

  .full-width #ubc7-header {
    width: 105%;
  }

  .item-information.item-box.has-logo1 .item-description-details,
  .item-information.item-box.has-logo1.has-logo2 .item-description-details,
  .item-information.item-box.has-logo2 .item-description-details {
    width: 100%;
  }

  .item-information.item-box .item-logo {
    width: 100%;
  }
}
.content-wrapper {
  min-height: 65vh !important;
}
@media screen and (min-width: 992px) {
  .full-width #ubc7-header {
    overflow: hidden;
    top: 50px;
  }
  .full-width #ubc7-global-menu {
    top: 50px;
  }

  #header {
    padding-top: 45px;
  }
  .header-content {
    padding: 0 15px;
  }

  .content-wrapper {
    margin-left: 0px;
  }
  .footer-content.container {
    width: 970px;
  }

  /* MAIN MENU POSITION FOR STANDARD SCREEN */

  #menu,
  .active-nav #menu,
  .active-sidebar #menu {
    background: #e6e6e6;
    padding: 0;
    margin: 0 auto;
    float: none;
    width: 1170px;
    text-align: center;
  }

  .menuContainer.main-nav .nav .menuTopItem .menu_item,
  .menuContainer.main-nav .nav .open .menuTopItem .menu_item {
    background-color: transparent;
    color: #002145;
    border: 0;
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    float: left;
  }

  .menuContainer.main-nav .nav .menuTopItem .dropdown-menu {
    margin: 0;
  }

  /* =Order Box
    -------------------------------------------------------------- */

  .customer-options,
  .active-nav .customer-options,
  .active-sidebar .customer-options {
    background: #002145;
    display: inline-block;
    float: none;
    margin-right: 0;
    padding: 8px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    opacity: 1;
  }

  .shopping-cart-link,
  .shopping-cart-link:hover {
    background: #2f5d7c;
    border-color: #666;
    color: #fff;
    font-size: 11px;
    margin: 0 0 0 10px;
    padding: 6px 12px;
    width: auto;
  }

  #ubc7-global-footer {
    padding: 20px;
  }

  #ubc7-minimal-footer {
    padding-left: 20px;
  }

  #ubc7-unit {
    margin-top: 50px;
  }

  #ubc7-unit.logout {
    margin-top: 0px;
  }

  .select-tickets-column {
    width: 39%;
  }

  .select-tickets-column.seat-location-column {
    margin: 0 25px 0 25px;
  }
}

@media screen and (min-width: 1200px) {
  .footer-content.container {
    width: 1170px;
  }

  .order-performance.row,
  .navigation-box .row {
    margin-left: -14px;
  }

  .order-customer-details.col-md-4,
  #viewOrder .order-details.col-md-4 {
    padding-left: 30px;
  }
}

.seatS {
  fill: grey;
  stroke: grey;
}
.seats {
  fill: grey;
  stroke: grey;
}
.seatu {
  fill: grey;
  stroke: grey;
}
.seatO {
  fill: grey;
  stroke: grey;
}
.seato {
  fill: grey;
  stroke: grey;
}
.seatR {
  fill: grey;
  stroke: grey;
}
.seatr {
  fill: grey;
  stroke: grey;
}

.price-zone-price-text,
.price-zone-price {
  color: #000 !important;
}

.recommended-article {
  float: left;

  padding: 0px 20px 20px 0px;
}
@charset "UTF-8";
/* CSS Document */

/* mobile css fix */

@media screen and (max-width: 992px) {
  .menuSub.dropdown-menu.show {
    display: inline !important;
  }
}

/* Styles by Ava - Nov. 9 */

/* General resets */

/* typography in accordance w/ ubc clf */
/* h1,
h2,
h3 {
  font-size: 1.8rem;
  line-height: 1.5;
}
h4,
h5,
h6 {
  font-size: 1.5rem;
  line-height: 1.5;
} */
h1 {
  font-size: 30px;
  line-height: 40px;
}
h2 {
  font-size: 26px;
  line-height: 40px;
}
h3 {
  font-size: 22px;
  line-height: 30px;
}
h4 {
  font-size: 18px;
  line-height: 30px;
}
h5 {
  font-size: 14px;
  /* line-height: 20px; */
  line-height: 1.2;
}
h6 {
  font-size: 12px;
  /* line-height: 20px; */
  line-height: 1.2;
}
p,
ul li,
a,
span,
input,
li a,
span a {
  /* font-size: 1.2rem; */
  /* line-height: 1.5; */
  font-size: 16px;
  /* line-height: 20px; */
  line-height: 1.2;
}
.btn-danger {
  background-color: #bd2130 !important;
}
#header .header-content.container {
  max-width: unset;
  width: 100%;
  padding: 0;
}
label span {
  font-size: 1rem;
}

#header .header-content.container a img {
  display: block;
  max-width: 115px;
  /* width: 75%; */
  width: 40px;
  margin-top: 3rem;
}
.ubc-header p {
  margin-top: 3rem;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 1rem;
}
.ubc-header p a {
  color: #002145;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 2px;
  font-weight: bold;
}
/* @media screen and (min-width: 980px ){
    .ubc-header p{
        margin-top: 1rem;
    }
    #header .header-content.container a img{

        margin-top: 1rem;
    }
} */
@media screen and (min-width: 1400px) {
  #header .header-content.container a img {
    max-width: 900px;
  }
  #menuTop li a {
    padding: 0.5rem 20px;
  }
}
.menu-toggle.btn-secondary {
  font-size: 1.2rem;
}
#header .menu-toggle.menu-button {
  background-color: #494e53;
  top: 2rem;
  left: 1rem;
}
#header .menu-toggle.sidebar-button {
  background-color: #494e53;
  top: 2rem;
  right: 1rem;
}
.content-wrapper #menu {
  width: 100%;
  max-width: 100%;
}

#menuTop {
  font-size: 1.2rem;
}
#menuTop .menuTopItem .menuSub a.menuSubItem {
  padding-left: 3rem;
}
@media screen and (min-width: 992px) {
  #menuTop .menuTopItem .menuSub a.menuSubItem {
    padding-left: 1rem;
  }
}
#menuTop li a {
  padding: 0.5rem 0.75rem;
}
.menuSubItem.dropdown-item.btn {
  /* font-size: 1.2rem; */
  font-size: 14px;
}
.menuSubItem.dropdown-item.btn:hover,
.menuSubItem.dropdown-item.btn:focus,
.menuSubItem.dropdown-item.btn:active {
  background-color: #c3d0db;
}
.top-banner-notice a {
  font-size: 1.5rem;
}
.top-banner-notice::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f12a";
  color: #2f5d7c;
  font-size: 1.2rem;
  padding-right: 5px;
}
.top-banner-notice:hover::before,
.top-banner-notice:active::before,
.top-banner-notice:focus::before {
  color: #5e869f;
}
.article-body-container {
  padding: 1rem;
}
.grid-search-results
  .grid-result
  .item-description
  .item-start-date
  .start-date {
  font-size: 0.8rem;
}
.item-description .item-name {
  font-weight: bold;
}
#bundleSelect {
  padding: 1rem;
}
.bundle-result-item,
.bundle-item,
.bundle-total,
.grand-total,
.handling-text {
  font-size: 1.2rem;
  line-height: 1.5;
}
#seatSelect {
  padding: 1rem;
}
.other-event button {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #2f5d7c;
}
.other-event button:hover,
.other-event button:active,
.other-event button:focus {
  color: #5e869f;
}
.select-tickets-column {
  width: 100%;
  max-width: 100%;
}
/* Shopping cart button */
.navigation-box.item-select-navigation .btn-primary {
  float: right;
}
.shopping-cart-link.btn.btn-secondary::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f07a";
  color: white;
  font-size: 1rem;
  padding-right: 5px;
}
@media screen and (min-width: 992px) {
  .btn.shopping-cart-link,
  .btn.shopping-cart-link:hover {
    background: #333;
    border-color: #888;
    color: #fff;
    font-size: 0.8rem;
    padding: 6px 12px;
    width: auto;
  }
  #customer-utilities.customer-options {
    padding-bottom: 3rem;
  }
}
#orderInfoCartLink {
  background-color: #2f5d7c;
  /* font-size: 1.2rem; */
  font-size: 14px;
}
#orderInfoCartLink:hover {
  background-color: #c3d0db;
  color: #002145;
}
#orderInfoCartLink:hover::before {
  color: #002145;
}
/* end shopping cart button */

/* All events grid - removing swipe up motion on hover*/
/* With this code, the text expands the card, and appears below */
.grid-search-results {
  display: grid;
  grid-template-columns: 1fr;
  margin: 1rem 0;
  grid-row-gap: 0.5rem;
}
.search-results-container .item-description .item-name {
  font-size: 14px;
}
.grid-search-results .grid-result {
  width: 100%;
  background-color: #f0f0f0;
}
@media screen and (min-width: 500px) {
  .grid-search-results {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
}
@media screen and (min-width: 750px) {
  .grid-search-results {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .grid-search-results {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1300px) {
  .grid-search-results {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .grid-search-results .grid-result {
    position: relative;
  }
  .grid-search-results .grid-result .item-description {
    background-color: rgba(240, 240, 240, 0.9);
    position: static;
    /* min-height: 165px; */
    /* min-height: 195px; */
    min-height: 240px;
  }
  .grid-search-results .grid-result .item-link {
    position: static;
  }

  .grid-search-results .grid-result .item-link a.btn {
    position: absolute;
    bottom: 0.75rem;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  .grid-search-results .grid-result .availability-indicator{
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 992px){
  .grid-search-results .grid-result .item-description {
    min-height: 220px;
  }
}
@media screen and (min-width: 1000px){
  .grid-search-results .grid-result .item-description {
    min-height: 240px;
  }
}
@media screen and (min-width: 1600px){
  .grid-search-results .grid-result .item-description {
    min-height: 220px;
  }
}
/* end */

.item-description .item-venue,
.item-description .item-teaser {
  font-size: 0.8rem;
}
.grid-search-results .grid-result .item-description .item-venue::before,
.detailed-search-results.results-box .result-box-item .item-venue::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  color: #002145;
  font-size: 1rem;
  padding-right: 5px;
}
.detailed-search-results.results-box .result-box-item {
  background-color: #f0f0f0 !important;
}
@media screen and (min-width: 515px) {
  .search-results-container
    .detailed-search-results.results-box
    .result-box-item {
    margin: 0.5rem;
    position: relative;
  }
  .search-results-container
    .detailed-search-results.results-box
    .result-box-item
    .item-link.result-box-item-details {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
  }
  .detailed-search-results .result-box-item .item-link .btn {
    width: 100%;
    max-width: 120px;
  }
}
@media screen and (min-width: 1000px) {
  .search-results-container form .detailed-search-results.results-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1rem;
  }
}
/* @media screen and (min-width:1600px){
    .search-results-container form .detailed-search-results.results-box{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .detailed-search-results .item-image.result-box-item-details {
        width: 30%;
    }
} */

.bodyDetails {
  display: flex;
  flex-direction: column;
  padding: 0;
}
#shoppingCart {
  padding: 1rem;
}
#searchBox {
  margin: 0;
}
#searchBox.search-box {
  order: 2;
  width: 100%;
}

#content {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.container {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.article-container.main-article-body {
  padding: 1rem;
}

#orderInfoSecondBar {
  position: absolute;
  top: 5px;
  color: white;
  padding: 7px 10px;
  margin: 0;
}
@media screen and (min-width: 996px) {
  #orderInfoSecondBar.hide-when-window-small {
    left: 5rem;
  }
}

/* button hover styles */
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background-color: #c3d0db !important;
  color: #002145 !important;
  border: none !important;
}

/* Venues page */
.venue-info {
  padding: 1rem;
  border: 1px #f0f0f0 solid;
  border-radius: 4px;
  margin: 0.5rem;
  background-color: #f0f0f0;
}
.venue-info img {
  width: 220px;
  height: 220px;
}
.venue-info-text {
  padding-top: 1rem;
}
@media screen and (min-width: 900px) {
  .venue-info {
    display: flex;
  }
  .venue-info img {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .venues-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .venue-info img {
    width: 250px;
    height: 250px;
  }
}
.venue-info-text .venue-address::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  color: #002145;
  font-size: 1.2rem;
  padding-right: 5px;
}
.venue-info-text a {
  color: #2f5d7c;
  text-decoration: none;
  background-color: transparent;
}

.venue-info-text a:hover::after,
.venue-info-text a:active::after,
.venue-info-text a:focus::after {
  color: #5e869f;
}
a.btn.event {
  background-color: #002145;
  color: #fff;
  display: block;
}
a.btn.event:hover,
a.btn.event:active,
a.btn.event:focus {
  background-color: #c3d0db;
}
/* end venues page */
/* Accessibility page */
.seating-map-container.accordion .main-access .collapse.show,
.seating-map-container.accordion .dress-access .collapse.show {
  border: none !important;
}
a.btn.venue-map-button::after {
  display: none;
}
.seating-map-container .collapse .card.card-body {
  max-width: 600px;
}
@media screen and (min-width: 1000px) {
  .seating-map-container.accordion {
    display: flex;
  }
  .dress-access,
  .main-access {
    padding: 0 1rem;
  }
}
/* end accessibility page */
/* contact page */
.phone-number::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f879";
  color: #002145;
  font-size: 1.5rem;
  padding-right: 5px;
}
.email-address::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  color: #002145;
  font-size: 1.5rem;
  padding-right: 5px;
}
/* end contact page */

/* footer styles */

#footer {
  padding: 1rem;
  /* position: fixed;
  width: 100%;
  bottom: 0; */
}
.footer-content.container {
  width: 100%;
  max-width: 100%;
}
.footer-content img {
  max-width: 500px;
  width: 80%;
  margin-left: -1rem;
}
.footer-content h1 a {
  color: #fff !important;
}
.footer-content ul {
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
  /* justify-content: space-evenly; */
}
.footer-content ul li a {
  color: #fff;
  padding: 0.5rem 0;
  font-size: 0.8rem;
  padding-right: 0.5rem;
}
.footer-content .links {
  border-top: 1px solid #1f385f;
  margin-top: 0.5rem;
  /* padding: 10px 20px; */
  padding: 10px 0;
}

.footer-content ul li a:hover,
.footer-content ul li a:active,
.footer-content ul li a:focus {
  color: #fff;
}
#ubc7-signature p,
#ubc7-signature h1 {
  margin-bottom: 0;
  /* font-size: 1rem; */
  font-size: 14px;
}
@media screen and (min-width: 485px) {
  .footer-content .links ul {
    display: flex;
    padding: 10px;
  }
  .footer-content ul li a::after {
    content: "|";
    color: #fff;
    padding-left: 0.5rem;
  }
  .footer-content ul li:last-of-type a::after {
    content: "";
  }
}
@media screen and (min-width: 650px) {
  .footer-content ul li a {
    /* font-size: 1rem; */
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .footer-content .links {
    padding: 10px 20px;
  }
}

#ubc7-signature .row a {
  display: block;
  margin: 0 auto;
}
/* end footer styles */

/* promotional code box */
/* .articles #promoCodeBox{
    display: none;
} */

/* end promotional code box */

/* seat selection page */
.bodyDetails#seatSelect .venue-image-column.av-right {
  display: none;
}
.navigation-box.item-select-navigation .btn-primary {
  float: right !important;
}
.price-types.item-box-item-details {
  display: flex;
  align-items: baseline;
}
.price-types.item-box-item-details .pricetype-label {
  padding-right: 0.5rem;
}
.price-types.item-box-item-details .pricetype-label::after {
  content: "-";
}
.performance-info .performance-logo img {
  padding-right: 0;
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.performance-info #item-description-text {
  font-size: 1rem;
  line-height: 1.5;
}

.performance-info #item-description.item-description button.show-more:hover,
.performance-info #item-description.item-description button.show-more:active,
.performance-info #item-description.item-description button.show-more:focus {
  text-decoration: none;
  color: #002145;
  background-color: #c3d0db;
}

@media screen and (min-width: 768px) {
  .performance-header .performance-info .performance-logo {
    width: auto;
    max-width: 225px;
  }
  .performance-header .performance-info .performance-logo img {
    float: left;
    height: unset;
    padding-right: 1rem;
  }
}
/* end seat selection page */

/* show seats page */
#showSeats.bodyDetails {
  max-width: 100%;
}
/* end show seats page */

/* Shopping cart page */
a.btn.continue-shopping {
  color: #fff;
  background-color: #002145;
  border: none;
}
a.btn.continue-shopping:hover,
a.btn.continue-shopping:active,
a.btn.continue-shopping:focus {
  text-decoration: none;
  color: #002145;
  background-color: #c3d0db;
}
#orderInfoCartLink {
  color: white;
}
#orderInfoCartLink:hover,
#orderInfoCartLink:active,
#orderInfoCartLink:focus {
  color: #002145;
}
#shoppingCart.bodyDetails
  form
  .order-items
  .order-performance.row
  a.link.btn.btn-danger {
  background-color: #dc3545 !important;
}
#shoppingCart.bodyDetails
  .remove-admissions.section-box-item-details
  a.btn.btn-seconadry {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#shoppingCart.bodyDetails
  .remove-admissions.section-box-item-details
  a.btn.btn-seconadry:hover,
#shoppingCart.bodyDetails
  .remove-admissions.section-box-item-details
  a.btn.btn-seconadry:active,
#shoppingCart.bodyDetails
  .remove-admissions.section-box-item-details
  a.btn.btn-seconadry:focus {
  background-color: #e6e6e6;
}
#shoppingCart.bodyDetails .navigation-box input.btn.btn-primary.navForward,
.navigation-box.section-box input#continue,
#purchaseBox #buyBtn {
  min-width: unset;
  max-width: 400px;
  /* width: 100%; */
}
.delivery-method-description {
  font-size: 14px;
}
#loginDelivery.bodyDetails + .navigation-box.section-box {
  padding: 1rem;
}
@media screen and (min-width: 500px) {
  #loginDelivery.bodyDetails + .navigation-box.section-box {
    padding: 1rem 1.5rem;
    max-width: 480px;
    margin: 0 auto;
    display: block;
  }
  #shoppingCart.bodyDetails .navigation-box input.btn.btn-primary.navForward,
  .navigation-box.section-box input#continue,
  #purchaseBox #buyBtn {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  #loginDelivery.bodyDetails + .navigation-box.section-box {
    max-width: 730px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  #loginDelivery.bodyDetails + .navigation-box.section-box {
    padding: 1rem 2.5rem;
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  #loginDelivery.bodyDetails + .navigation-box.section-box {
    padding: 1rem 3.5rem;
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  #loginDelivery.bodyDetails + .navigation-box.section-box {
    padding: 1rem 4.5rem;
    max-width: 1340px;
  }
}
@media screen and (min-width: 1600px) {
  #loginDelivery.bodyDetails + .navigation-box.section-box {
    padding: 1rem 5.5rem;
    max-width: 1560px;
  }
}
/* end shopping cart page */

/* login/create account page */
#login.bodyDetails .account-box.page-heading h1 {
  padding-top: 1rem;
  line-height: 1.5;
}
#login.bodyDetails .login-form.account-box {
  margin: 2rem auto;
}
/* end login/create account page */

/* Select your own seats */
#mapSelect.bodyDetails
  form
  .seatMap
  #map-parent
  #map_container
  #svg_map_section.venue-image {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  float: none;
}
#mapSelect.bodyDetails
  form
  .seatMap
  #map-parent
  #map_container
  #svg_map_section.screen-image {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
}
#mapSelect.bodyDetails
  form
  .seatMap
  #map-parent
  #map_container
  #selected_container {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
}
#mapSelect.bodyDetails
  form
  .seatMap
  #map-parent
  #map_container
  #selected_container
  .selected-container-inner {
  height: auto !important;
}
.seatMap #map-parent #selected_container {
  padding-left: 0;
  height: auto;
}
g#map-matrix image#backgrounder,
g#seatGroup.seatGroup {
  transform: scale(1.4);
  transform-origin: 150% 0;
}
div#selection_list {
  height: auto !important;
}

.seatMap
  #map-parent
  #map_container
  #svg_map_section.screen-image
  #svg_map_section_inner
  .map-container
  svg#svg_online_map.svg-map {
  max-height: unset !important;
  height: 580px;
}

/* end select your own seats */

/* bundle */
.bundle-select.bundle-performance-select
  .bundles-header.row
  .item-information.item-box
  .item-logo {
  width: 25% !important;
}
/* end bundle */

/* accordion FAQ & STREAMING FAQ */
.accordion ul {
  margin-top: 1rem;
  margin-left: 0;
  padding-left: 0;
}
.faq_question {
  padding: 0.75rem;
  list-style: none;
  border-radius: 4px;
  margin-bottom: 1rem;
  background-color: #f0f0f0;
  position: relative;
}
.faq_question h4 {
  margin: 0.5em 0;
}
.faq_question h4 a {
  color: #002145;
  font-weight: bold;
  display: block;
  font-size: 18px;
}
@media screen and (min-width: 996px) {
  .faq_question h4 a {
    width: 90%;
  }
}
.faq_question h4 a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0dd";
  color: #002145;
  font-size: 1.5rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.faq_question h4 a:hover,
.faq_question h4 a:active,
.faq_question h4 a:focus,
.faq_question h4 a:hover::after {
  text-decoration: none;
  color: #2f5d7c;
}
.faq_question h4 a[aria-expanded="true"]::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 1.25rem;
}
.collapse.show {
  border-top: 1px solid #c3d0db;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}
/* end accordion */

/* ubc tickets logo */
.ubc-tickets-header {
  background-color: #494e53;
}
#header .header-content.container a img.ubc-tickets-logo {
  width: 100%;
  max-width: 135px;
  margin-top: 1rem;
}
@media screen and (min-width: 992px) {
  #menuTop {
    display: flex;
    justify-content: flex-end;
    padding-right: 1rem;
  }
  #header .header-content.container a img.ubc-tickets-logo {
    position: absolute;
    left: 0;
    top: 112px;
    max-width: 165px;
    z-index: 49;
    margin-top: 0;
  }
  .ubc-tickets-header {
    background-color: unset;
  }
  #menu {
    background-color: #494e53;
  }
  #menuTop .menuTopItem a.menu_item {
    color: #fff;
  }
  #menuTop .menuTopItem a.menu_item:hover,
  #menuTop .menuTopItem a.menu_item:active,
  #menuTop .menuTopItem a.menu_item:focus {
    color: #002145;
  }
}
@media screen and (min-width: 993px) {
  #header .header-content.container a img.ubc-tickets-logo {
    margin-left: 0.5rem;
  }
}

@media screen and (min-width: 1400px) {
  #header .header-content.container a img.ubc-tickets-logo {
    top: 111px;
    width: 250px;
    margin-left: 2rem;
  }
  #header .header-content.container .ubc-header {
    margin-left: 2rem;
  }
  #menuTop {
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  #header .header-content.container a img.ubc-tickets-logo {
    margin-left: 4rem;
    top: 118px;
  }
  #header .header-content.container .ubc-header {
    margin-left: 4rem;
  }
  #menuTop {
    padding-right: 6rem;
  }
  #menuTop li a {
    padding: 1rem 1.5rem;
  }
}
/* end ubc tickets logo */

.articles.has-secondary-features .article-container.main-article-body {
  float: left;
  width: 100%;
}
.article-container.secondary-linked-features #secondary-linked-feature-0 {
  width: 100%;
  float: left;
}
@media screen and (min-width: 996px) {
  .article-body-container {
    display: flex;
    flex-direction: row-reverse;
  }

  .articles.has-secondary-features .article-container.main-article-body {
    padding: 0;
  }

  #secondary-linked-feature-0 {
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .articles.has-secondary-features .article-container.main-article-body {
    padding: 0;
  }
}
/* Full width primary feature images */
.article-container.primary-feature-wrapper
  .carousel
  #feature-box.carousel-inner
  .carousel-item
  img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
/* end primary full width images */

/* bringing secondary feature to top at mobile */
.article-body-container {
  display: flex;
  flex-direction: column;
}
.article-container.main-article-body {
  order: 2;
}
.article-container.secondary-linked-features {
  order: 3;
  margin: 0 1rem;
}
.article-container.tertiary-linked-features {
  order: 1;
}
@media screen and (min-width: 992px) {
  .article-body-container {
    position: relative;
  }

  .articles.has-secondary-features.has-tertiary-features
    .article-container.main-article-body,
  .articles.has-secondary-features.has-tertiary-features
    .article-container.main-article-body {
    width: 75%;
    float: none;
    padding: 0 10px 0 0;
    margin-left: 25%;
  }
  .article-container.tertiary-linked-features {
    width: 25%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 1rem;
    margin-top: 1rem;
    margin-left: 1rem;
  }
  .articles .article-container.secondary-linked-features {
    width: 100%;
    float: left;
    padding: 0 10px 0 0;
  }
}

/* end of bringing secondary feature to top */

/* carousel indicators */
@media screen and (max-width: 515px) {
  ol.carousel-indicators {
    top: unset;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
/* end carousel indicators */

/* Primary Feature CTA */
#feature-box.carousel-inner .carousel-item .cta,
#feature-box.static-inner .item .cta {
  display: inline-block;
  padding: 1rem;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%);
}
#feature-box.static-inner .item .cta a,
#feature-box.carousel-inner .carousel-item .cta a {
  font-weight: bold;
  color: #fff;
  background-color: #7a003c;
  padding: 7px 12px;
  line-height: 20px;
  font-size: 12px;
  text-transform: uppercase;
  transition: background 0.16s ease-out, color 0.16s ease-out;
  letter-spacing: 0.05em;
}
#feature-box.static-inner .item .cta a:hover,
#feature-box.carousel-inner .carousel-item .cta a:hover {
  background-color: #fff;
  border: 1px solid #7a003c;
  color: #7a003c;
  text-decoration: none;
}
#feature-box.static-inner .item .cta a,
#feature-box.carousel-inner .carousel-item .cta.virtual-stage a {
  background-color: #002145;
}
#feature-box.static-inner .item .cta a,
#feature-box.carousel-inner .carousel-item .cta.virtual-stage a:hover {
  color: #002145;
  background-color: #fff;
  border: 1px solid #002145;
}
@media screen and (min-width: 600px) {
  #feature-box.static-inner .item .cta a,
  #feature-box.carousel-inner .carousel-item .cta a {
    padding: 19px 20px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) {
  #feature-box.static-inner .item .cta,
  #feature-box.carousel-inner .carousel-item .cta {
    bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #feature-box.static-inner .item .cta a,
  #feature-box.carousel-inner .carousel-item .cta a {
    font-size: 1.2rem;
  }
}
/* end primary feature cta */

/* Item teaser fully visible */
.performance-info .item-description#item-description #item-description-text,
.performance-info #item-description.item-description {
  overflow: visible;
}
#seatSelect.bodyDetails .performance-info .item-description button,
#mapSelect.bodyDetails .performance-info .item-description button {
  display: none;
}
#seatSelect.bodyDetails
  .performance-info
  .item-description
  #item-description-text,
#mapSelect.bodyDetails
  .performance-info
  .item-description
  #item-description-text {
  overflow: visible;
  display: block;
  height: auto;
}
/* end item teaser */

/* Questions page in the purchase process */
#orderQuesions.bodyDetails form {
  font-size: 1.2rem;
}
#orderQuesions.bodyDetails form .questions .row .col-lg-3 {
  margin-bottom: 2rem;
}
#orderQuesions.bodyDetails .multidata .input-group {
  margin-bottom: 0 !important;
}
#orderQuesions.bodyDetails .multidata .input-group {
  margin: 10px;
}
#orderQuesions.bodyDetails form .questions .row .col-lg-3 .answer {
  max-width: 100% !important;
}
@media screen and (min-width: 992px) {
  #orderQuesions.bodyDetails form .questions .row {
    display: block !important;
  }
  #orderQuesions.bodyDetails form .questions .row .col-lg-3 {
    max-width: 100% !important;
    width: 100% !important;
  }
  #orderQuesions.bodyDetails form .questions .row .col-lg-3 .answer {
    max-width: 100% !important;
    display: block;
  }
}
/* end questions page */

/* My Account */
#customerTickets.bodyDetails
  #accountContent
  #viewDiv
  .customer-tickets-box.section-box
  .month-collapse
  .ticket-item-box.seat-type {
  width: unset !important;
}

/* end my account */

/* search results padding MOA & Beaty*/
.bodyDetails #av-search-widget {
  padding: 1rem !important;
  display: block;
}

@media screen and (min-width: 500px) {
  .bodyDetails #av-search-widget {
    padding: 1rem 1.5rem !important;
  }
}

@media (min-width: 768px) {
  .bodyDetails #av-search-widget {
    max-width: 730px !important;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1000px) {
  .bodyDetails #av-search-widget {
    padding: 1rem 2.5rem !important;
    max-width: 960px !important;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .bodyDetails #av-search-widget {
    padding: 1rem 3.5rem !important;
    max-width: 1140px !important;
  }
}
@media screen and (min-width: 1400px) {
  .bodyDetails #av-search-widget {
    padding: 1rem 4.5rem !important;
    max-width: 1340px !important;
  }
}
@media screen and (min-width: 1600px) {
  .bodyDetails #av-search-widget {
    padding: 1rem 5.5rem !important;
    max-width: 1560px !important;
  }
}
/* end search results padding
 */

/* PADDING ON PURCHASE PROCESS PAGES */
#seatSelect.bodyDetails,
#shoppingCart.bodyDetails,
#showSeats.bodyDetails,
#mapSelect.bodyDetails,
.bodyDetails#createAccount,
.bodyDetails#orderQuesions,
.bodyDetails#loginDelivery,
.bodyDetails#orderContact,
.bodyDetails#maintainAccount,
.bodyDetails#accountInformation,
.bodyDetails#customerOffers,
.bodyDetails#accountMemberships,
.bodyDetails#changePassword,
.bodyDetails#listOrders,
.bodyDetails#viewOrder,
.bodyDetails#customerTickets,
.bodyDetails#login,
.bodyDetails#bundleSelect,
.bodyDetails#bundleResult {
  padding: 1rem;
}
.article-body-container {
  padding: 1rem;
}

@media screen and (min-width: 500px) {
  #seatSelect.bodyDetails,
  #shoppingCart.bodyDetails,
  #showSeats.bodyDetails,
  #mapSelect.bodyDetails,
  .bodyDetails#createAccount,
  .bodyDetails#orderQuesions,
  .bodyDetails#loginDelivery,
  .bodyDetails#orderContact,
  .bodyDetails#maintainAccount,
  .bodyDetails#accountInformation,
  .bodyDetails#customerOffers,
  .bodyDetails#accountMemberships,
  .bodyDetails#changePassword,
  .bodyDetails#listOrders,
  .bodyDetails#viewOrder,
  .bodyDetails#customerTickets,
  .bodyDetails#login,
  .bodyDetails#bundleSelect,
  .bodyDetails#bundleResult {
    padding: 1rem 1.5rem;
    max-width: 480px;
    margin: 0 auto;
  }
  .performance-info {
    padding: 1rem 1.5rem;
  }
  .article-body-container {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 768px) {
  #seatSelect.bodyDetails,
  #shoppingCart.bodyDetails,
  #showSeats.bodyDetails,
  #mapSelect.bodyDetails,
  .bodyDetails#createAccount,
  .bodyDetails#orderQuesions,
  .bodyDetails#loginDelivery,
  .bodyDetails#orderContact,
  .bodyDetails#maintainAccount,
  .bodyDetails#accountInformation,
  .bodyDetails#customerOffers,
  .bodyDetails#accountMemberships,
  .bodyDetails#changePassword,
  .bodyDetails#listOrders,
  .bodyDetails#viewOrder,
  .bodyDetails#customerTickets,
  .bodyDetails#login,
  .bodyDetails#bundleSelect,
  .bodyDetails#bundleResult {
    max-width: 730px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 992px) {
  #seat-price-zone .item-box-item-details.price-zone-option span {
    margin-top: 25px;
    padding-left: 10px;
    margin-bottom: 25px;
  }
  #seat-price-zone .item-box-item-details .price-zone-amount {
    margin-top: 20px;
  }
  #seat-price-zone
    .item-box-item-details
    .price-zone-amount
    .price-details
    span {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  #seatSelect.bodyDetails,
  #shoppingCart.bodyDetails,
  #showSeats.bodyDetails,
  #mapSelect.bodyDetails,
  .bodyDetails#createAccount,
  .bodyDetails#orderQuesions,
  .bodyDetails#loginDelivery,
  .bodyDetails#orderContact,
  .bodyDetails#maintainAccount,
  .bodyDetails#accountInformation,
  .bodyDetails#customerOffers,
  .bodyDetails#accountMemberships,
  .bodyDetails#changePassword,
  .bodyDetails#listOrders,
  .bodyDetails#viewOrder,
  .bodyDetails#customerTickets,
  .bodyDetails#login,
  .bodyDetails#bundleSelect,
  .bodyDetails#bundleResult {
    padding: 1rem 2.5rem;
    max-width: 960px;
    margin: 0 auto;
  }

  .article-body-container {
    padding: 1rem 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #seatSelect.bodyDetails,
  #shoppingCart.bodyDetails,
  #showSeats.bodyDetails,
  #mapSelect.bodyDetails,
  .bodyDetails#createAccount,
  .bodyDetails#orderQuesions,
  .bodyDetails#loginDelivery,
  .bodyDetails#orderContact,
  .bodyDetails#maintainAccount,
  .bodyDetails#accountInformation,
  .bodyDetails#customerOffers,
  .bodyDetails#accountMemberships,
  .bodyDetails#changePassword,
  .bodyDetails#listOrders,
  .bodyDetails#viewOrder,
  .bodyDetails#customerTickets,
  .bodyDetails#login,
  .bodyDetails#bundleSelect,
  .bodyDetails#bundleResult {
    padding: 1rem 3.5rem;
    max-width: 1140px;
    margin: 0 auto;
  }

  .article-body-container {
    padding: 1rem 3.5rem;
  }
}
@media screen and (min-width: 1400px) {
  #seatSelect.bodyDetails,
  #shoppingCart.bodyDetails,
  #showSeats.bodyDetails,
  #mapSelect.bodyDetails,
  .bodyDetails#createAccount,
  .bodyDetails#orderQuesions,
  .bodyDetails#loginDelivery,
  .bodyDetails#orderContact,
  .bodyDetails#maintainAccount,
  .bodyDetails#accountInformation,
  .bodyDetails#customerOffers,
  .bodyDetails#accountMemberships,
  .bodyDetails#changePassword,
  .bodyDetails#listOrders,
  .bodyDetails#viewOrder,
  .bodyDetails#customerTickets,
  .bodyDetails#login,
  .bodyDetails#bundleSelect,
  .bodyDetails#bundleResult {
    padding: 1rem 4.5rem;
    max-width: 1340px;
    margin: 0 auto;
  }

  .article-body-container {
    padding: 1rem 4.5rem;
  }
}
@media screen and (min-width: 1600px) {
  #seatSelect.bodyDetails,
  #shoppingCart.bodyDetails,
  #showSeats.bodyDetails,
  #mapSelect.bodyDetails,
  .bodyDetails#createAccount,
  .bodyDetails#orderQuesions,
  .bodyDetails#loginDelivery,
  .bodyDetails#orderContact,
  .bodyDetails#maintainAccount,
  .bodyDetails#accountInformation,
  .bodyDetails#customerOffers,
  .bodyDetails#accountMemberships,
  .bodyDetails#changePassword,
  .bodyDetails#listOrders,
  .bodyDetails#viewOrder,
  .bodyDetails#customerTickets,
  .bodyDetails#login,
  .bodyDetails#bundleSelect,
  .bodyDetails#bundleResult {
    padding: 1rem 5.5rem;
    max-width: 1560px;
    margin: 0 auto;
  }
  .article-body-container {
    padding: 1rem 4.5rem;
  }
}
/* END PADDING ON PURCHASE PROCESS PAGES */

/* login delivery page */
@media screen and (min-width: 515px) {
  #loginDelivery .order-contact .btn-group a {
    margin-bottom: 10px;
  }
}

/* order summary page */
@media screen and (min-width: 992px) {
  #viewOrder .order-details {
    max-width: 33% !important;
    margin-right: 1rem;
  }
  #viewOrder .order-items {
    max-width: 60% !important;
    margin-left: 2rem;
  }
}

/* update fixes - April 28, 2021 */
/* purchase process buttons */
.navigation-box .btn-secondary {
  float: none !important;
}
/* grid layout - availability icon */
.grid-result .item-description .item-venue {
  display: block;
  height: auto;
  max-height: 100%;
  opacity: 1;
  margin: 6px 0;
}
/* end April 2021 fixes */

/* price type - complimentary */
.ticket-layout .section-box-item-details{
  padding: 0;
}
.ticket-layout .section-box-item-details .field-value{
  font-size: 14px;
}
/* end price-type complimentary

/*June 22 Edits*/

.alert.alert-blue,
.alert.alert-blue h4 {
    display: none;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.order-details.col-lg-4 {
    top: 20px;
	position: relative;}

.section-box,
#delivery-purchase.section-box {
    border-top: none;
    padding: 20px 0 0;
    margin:  20px 0 0;
    width: 100%;
}
h2#view-admissions-title {
    font-size: 30px;
    line-height: 40px;
}

a.btn.link {
  color: #fff;
  background-color: #002145;
  border: none;
}
a.btn.link:hover,
a.btn.link:active,
a.btn.link:focus {
  text-decoration: none;
  color: #002145;
  background-color: #c3d0db;
}

div.attention.alert.alert-info {
display:none;
}
