/***********************  DCTV  *********************************/
@import url("../atsreset.css");

:root {
  --desc-block-width: 100px;
  --bgColorDrk: #000;
  --bgColor: rgb(255, 255, 255, 1);
  --fgColor: rgb(0, 0, 0);
  --linkColor: rgb(52, 62, 129);
  --buttonLinkClr: #ff0200;
  --txtColor: #000;
  --txtColor2: #fff;
  --ltrGrey: #757575;
  --ltrGrey2: #757575;
  --drkGrey: #222;
  --fgColorBright: #ff0200;

  --epg-color1: var(--buttonLinkClr);
  --epg-color2: var(--buttonLinkClr);
  --epg-color3: var(--buttonLinkClr);
}

/*

     --fgColor : rgb(192,37,32);

*/
body {
  font: 14px/1.5 "Open Sans", Arial, sans-serif;
  color: var(--txtColor);
  /* background-image: url('/WebSales/includes/DCTV2_14719/Images/seats-bg.jpg');*/
  background-color: #000;
}

/*
a:focus, .agl-epgbutton:focus {
 * {
     border-radius: 0px!important;
}
     outline: 2px #389AFF dashed;
}

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,500;1,500&family=Roboto&display=swap');
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap");
/*@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500&display=swap');*/
@import url("https://fonts.googleapis.com/css2?family=Pathway+Gothic+One&display=swap");
@import url("https://dctv-storage.s3.amazonaws.com/website/PublishGothicCondensed-Demibold.woff");
@import url("https://dctv-storage.s3.amazonaws.com/website/Elza-Bold.woff");
@import url("https://dctv-storage.s3.amazonaws.com/website/Elza-Regular.woff");

@font-face {
  font-family: "Publish Gothic Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://dctv-storage.s3.amazonaws.com/website/PublishGothicCondensed-Demibold.woff)
    format("woff");
}

@font-face {
  font-family: "Elza Bold";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://dctv-storage.s3.amazonaws.com/website/Elza-Bold.woff)
    format("woff");
}

@font-face {
  font-family: "Elza";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://dctv-storage.s3.amazonaws.com/website/Elza-Regular.woff)
    format("woff");
}

body,
p,
div,
html {
  font-family: "Elza", Roboto, sans-serif;
  font-size: 16px;
  color: var(--txtColor);
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Publish Gothic Condensed", "Pathway Gothic One", sans-serif;
  color: var(--txtColor);
}

blockquote {
  font-family: "Publish Gothic Condensed", "Pathway Gothic One", Roboto,
    sans-serif;
  font-size: 150% !important;
  font-weight: bold !important;
}

.horizontalMenuItem span {
  font-family: "Publish Gothic Condensed", "Pathway Gothic One", Roboto,
    sans-serif;
  font-size: 18.2px;
}

.horizontalMenuItem {
  font-family: "Publish Gothic Condensed", "Pathway Gothic One", Roboto,
    sans-serif;
  font-size: 18.2px;
}

#firehouseLargeHeading {
  width: 100%;
  padding-left: 0px;
  text-align: center;
  padding: 2px;
}

#firehouseLargeHeading img {
  width: 65%;
}

.headerSubMessage {
  color: #fff;
  padding-top: 8px;
  display: block;
  text-decoration: underline;
  text-decoration-color: #df0d48;
  text-decoration-line: overline;
}

.headerSubMessage a {
  text-decoration-color: #df0d48;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
  color: var(--fgColorBright);
}

a,
a:link,
a:visited,
a:active .agl-epgbutton {
  color: var(--txtColor2);
}

input[type="button"],
input[type="submit"],
button {
  border-width: 0px;
  font-family: "Publish Gothic Condensed", "Pathway Gothic One", sans-serif;
}

input[type="radio"] {
  appearance: none;
  background-color: var(--fgColor);
  font: inherit;
  color: currentColor;
  width: 2em;
  height: 2em;
  border: 0.15em solid var(--fgColorBright);
  border-radius: 50%;
  margin-right: 5px;
  margin-top: 0px;
  transform: translateY(0.5em);
}

input[type="radio"]:checked {
  appearance: none;
  background-color: var(--fgColorBright);
  font: inherit;
  color: currentColor;
  width: 2em;
  height: 2em;
  border: 0.15em solid var(--txtColor);
  border-radius: 50%;
  margin-right: 5px;
  margin-top: 0px;
  transform: translateY(0.5em);
}

input[type="radio"]:checked + label {
  background-color: var(--fgColorBright);
  border-radius: 3px;
  padding: 5px;
}

input[type="text"] {
  padding: 8px;
  border-radius: 6px;
  font-weight: bold;
  /*font-size: 110%;*/
  border: 1px solid var(--drkGrey);
  margin-top: 5px;
  margin-bottom: 5px;
}

input[type="password"] {
  padding: 8px;
  border-radius: 6px;
  font-weight: bold;
  /*font-size: 110%;*/
  border: 1px solid var(--drkGrey);
  margin-top: 5px;
  margin-bottom: 5px;
}

.CallToActionButton {
  display: block;
  color: #ffffff;
  font-family: "Publish Gothic Condensed", "Pathway Gothic One",
    Barlow Condensed, Roboto Condensed, sans-serif;
  font-size: 22px;
  text-align: center;
  background-color: #ff0200;
  padding: 16px 16px;
  border-radius: 2px;
  border: rgb(217, 32, 37);
  height: auto;
  /* box-shadow: 2px 2px 3px rgba(0, 0, 0, .8); */
  cursor: pointer;
  width: 240px;
  text-decoration: none;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 50%);
  transition: all 0.2s ease-out;
  padding-left: 28px !important;
}

.CallToActionButton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.2s;
}

.CallToActionButton span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.2s;
}

.CallToActionButton:hover span {
  padding-right: 20px;
}

.CallToActionButton:hover span:after {
  opacity: 1;
  right: 0;
}

.CallToActionButton:hover {
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%, 5% 50%);
}

.CallToActionButton:active {
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%, 5% 50%);
}

.DonationLevel {
  padding: 5px;
}

.DCTVTopNav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 20px;
}

.DCTVTopNav li {
  display: inline;
}

.DCTVTopNav a {
  font-family: "Publish Gothic Condensed", "Pathway Gothic One", Roboto,
    sans-serif;
  font-size: 18.2px;
  display: inline-block;
  padding-top: 10px;
  margin-left: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
}

.dctvNavLogo {
  height: 60px;
  padding-top: 15px;
  padding-left: 20px;
  float: left;
}

.DCTVTopNavContainer {
  min-height: 90px;
  vertical-align: middle;
  background-color: var(--bgColorDrk);
}

#DCTV_Footer {
  background-color: var(--drkGrey);
  color: #fff;
}

.dctv_footer_link {
  color: #fff;
}

.dctv_footer_link a {
  color: #fff;
}

.dctv_footer_link a:visited {
  color: #fff;
}

/*
.NextLink a, a:link, a:hover, a:visited {
color: var(--linkColor);
}

*/

/* fixes fome issues with light/dark mode parts of site */
.DescriptionPageBlock {
  background-color: white;
  padding: 30px;
}

.agl-modaltitle {
  color: white;
}

#cinemaHeader {
  background-image: url("../includes/DCTV2_14719/Images/daniele-levis-pelusi-5tWA1mXjTEk-unsplash.jpeg");
  min-height: 10px;
}

.cinemaLabel {
  font-family: "Publish Gothic Condensed", "Pathway Gothic One", Roboto,
    sans-serif;
  font-size: 40px;
  display: inline-block;
  padding-top: 0px;
  text-shadow: 2px 2px 6px #aaaaaa;
  color: var(--txtColor2);
}

.AgileList .Separator,
.AgileList .ListSectionHeader {
  clear: both;
  border: solid 1px var(--ltrGrey2);
  height: 0px;
  margin: 4px 0px;
}

.MonthHeader {
  color: var(--fgColor);
  padding: 8px;
}

.LoginLabel {
  margin-right: 8px;
  min-width: 120px;
  padding: 4px;
}

.LoginInput {
  padding: 8px;
  border-width: 0px;
  margin: 4px;
}

.AnswerDrop {
  padding: 8px;
  border-width: 0px;
  margin: 4px;
  background-color: brown;
}

.ReturningCustomersBlock {
  background-color: #ccc;
}

.ForgotPassword a {
  color: red !important;
}

#ForgotPassword a {
  color: red !important;
}

/* hides some custom props */
.PropName {
  display: none;
}

.PropFirst {
  display: none;
}

.SeasonCustInfoBlock,
.AltAuthBlockInner,
.AccountBlock {
  background-color: var(--bgColor);
}

.AssignList div {
  background-color: var(--bgColor);
}

/***********************  DCTV  *********************************/

.agl-streaminfo {
  padding-bottom: 60px !important;
  padding-top: 20px !important;
}

.agl-streamsignin {
  padding-bottom: 60px !important;
  padding-top: 60px !important;
}

.agl-cf::before,
.agl-cf::after {
  content: " ";
  display: table;
}

.agl-cf::after {
  clear: both;
}

.agl-float-right {
  float: right;
}

.agl-float-left {
  float: left;
}

.agl-leftpad0 {
  padding-left: 0px !important;
}

.agl-body {
  padding: 0px;
  margin: 0px;
  visibility: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  font-family: Roboto, sans-serif;
}

.agl-bodybuy {
  background-color: var(--bgColor);
  padding-bottom: 10px !important;
}

.agl-header {
  width: 100%;
  margin: auto;
  position: relative;
}

.agl-headerinclude {
  position: relative;
}

.agl-usernav {
  display: none;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 9900;
  box-shadow: 0px 0px 2px 2px #666666;
}

.agl-userlinks {
  text-align: right;
  padding: 10px;
  width: 1128px;
  margin: auto;
}

.agl-userlinks a,
.agl-userlinks span {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 105%;
}

.agl-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: auto;
  /*background-color: var(--bgColor);*/
  min-width: 320px;
}

.agl-intro {
  /*background-color: var(--bgColor);*/
  padding-top: 0px;
  flex: none;
}

.AssignList div {
  background-color: var(--drkGrey);
}

.ActionLink,
.ActiontionLink:link,
.ActionLink:visited {
  background-color: var(--drkGrey);
  border: 1px solid var(--ltGrey);
}

.Purchase .Showing div {
  margin: 1px;
  margin-left: 150px;
}

.EventExtraHTML {
  /*background-color: var(--drkGrey) !important;*/
  padding: 5px;
  max-width: 490px;
}

.QuestionLabel {
  float: left;
}

/* ------------------- DCTV LAYOUT MODS - -------------------*/
.agl-content {
  clear: both;
  position: relative;
  background-color: var(--bgColor);
  padding-bottom: 20px;
  padding-top: 0px;
  flex: 1 0 auto;
}

.agl-columnset {
  /*width: calc(100% - 40px);*/
  min-width: 420px;
  max-width: 1440px;
  margin: auto;
  border-top: solid 10px transparent;
  border-collapse: unset;
  padding-left: 20px;
  padding-right: 20px;
}

.agl-footer {
  background-color: var(--bgColor);
  color: black;
  text-align: center;
  padding: 0px;
  margin: 0px;
  flex: none;
}

.agl-footerinclude {
  margin: auto;
  width: unset;
  padding: 0px;
  /*border: solid 40px transparent;*/
  border-right-width: 20px;
  border-left-width: 20px;
  background-color: var(--bgColorDrk);
}

.agl-cols-33 {
  width: calc(33.33% - 20px);
  margin: 10px;
  float: left;
  text-align: left;
}

.agl-footer #poweredBy {
  display: block;
  text-align: center;
  clear: both;
  float: none;
  color: #aaa;
  font-size: 80%;
}

.agl-footer #poweredBy a {
  color: #aaa;
}

.agl-passcodebody {
  visibility: visible;
  background-color: #666666;
  min-height: 100vh;
  padding-top: 10% !important;
}

.agl-passcodeentry {
  width: 300px;
  max-width: 100%;
  margin: auto;
  border-radius: 8px;
  background-color: #ffffff;
  padding-top: 20px;
}

table#CustomerLogin_CreateCustomer_tblNewAccount {
  width: 100%;
}

.StandoutBlock,
#CustomerLogin_ExistingCustomerBlock,
.outletLogin.ReturningCustomersBlock,
#ctl04_ExistingCustomerBlock,
#ctl04_CustomerAuthBlock {
  /*width: 99%;*/
  max-width: 500px;
  margin: auto;
  background-color: var(--bgColor);
}

.ReturningCustomersBlock {
  width: unset;
  padding: 20px;
  margin: 0px;
  margin-bottom: 10px;
  float: none;
}

.NewCustomersBlock {
  float: none;
}

.NewCustomersBlock a,
.NewCustomersBlock a:link,
.NewCustomersBlock a:visited,
.AssignCustomer a,
.AssignCustomer a:link,
.AssignCustomer a:visited {
  width: unset;
}

#CustomerLogin_lnkCreateAccount {
  background-color: rgb(200, 0, 0);
}

.agl-accountimage {
  right: 8px;
}

.agl-accountimage #divImageLabel {
  display: none;
}

.agl-acctdetail {
  margin: 8px;
}

.agl-acctdetail span:first-of-type {
  display: block;
  font-weight: bold;
  width: 80px;
}

.agl-acctdetail-links a,
.AssignCustomer a {
  display: block;
  margin: 16px;
  padding: 4px;
  /*color: black!important;
 background-color: white!important;*/
  border: solid 1px rgba(128, 128, 128, 0.25);
}

.agl-acctdetail-links a:hover,
.AssignCustomer a:hover {
  border-color: rgba(128, 128, 128, 0.75);
}

.PassListBlock > table,
table#dlOrders {
  width: 100%;
}

.ReturnTicketListBlock > table,
table#dlEvents {
  width: 100%;
}

.agl-navigation {
  text-transform: uppercase;
  position: relative;
  margin-left: 40px;
  margin-right: 40px;
  display: contents;
}

.agl-acct-spacer {
}

.agl-acct-cartlink-empty {
}

.agl-navigation-toggle,
.agl-navigation-cart,
.agl-navigation-user {
  width: 30px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 0px 0px 0px #ffffff;
  margin: 8px;
}

.agl-navigation-toggle,
.agl-navigation-user {
  display: none;
}

.agl-navigation-cart {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 2px;
  margin: 6px;
}

.agl-navcart-count {
  position: absolute;
  font-size: 15px;
  line-height: 15px;
  top: 12px;
  right: 18px;
  font-weight: bold;
  border-radius: 12px !important;
  display: inline-block;
  background-color: tomato;
  padding: 3px;
}

.agl-navigation-user {
  display: block;
  position: absolute;
  top: 0px;
  right: 40px;
  padding: 2px;
  margin: 6px;
}

.agl-navigation-userinitial span {
  font-size: 180%;
  font-weight: bold;
  color: white;
  border-left: 1px grey solid;
  border-right: 1px grey solid;
  border-bottom: 1px grey solid;
}

.agl-navigation-userimage {
  height: 100px !important;
  display: inline-block;
}

.agl-navigation-userimage img {
  max-height: 80px;
  max-width: 100%;
}

.agl-navigation-toggle {
  position: absolute;
  top: 0px;
  padding: 2px;
  margin: 6px;
  left: 0px;
}

.agl-navigation > ul {
  list-style: outside none none;
  position: relative;
}

.LinkHeader .fa-chevron-down {
  display: none;
}

.agl-navigation > ul > li {
  float: left;
  position: relative;
  /*border-left: solid 1px #a3a3a3;*/
}

.agl-navigation > ul > li:last-child {
  /*border-right: solid 1px #a3a3a3;*/
}

.agl-navigation > ul > li > a {
  float: left;
  padding: 0px 40px;
  /*letter-spacing: 0.75px;*/
  color: white;
  font-weight: normal;
  border: 0px;
  line-height: 95px;
  border-top: 1px solid grey;
}

.agl-navigation > ul > li > a:hover,
.agl-navigation > ul > li.LinkHeader > a:hover {
  border: 0px;
}

.agl-navigation > ul > li > ul > li > a {
  display: block;
  padding: 0px 13px;
  /*letter-spacing: 0.75px;*/
  line-height: 43px;
  border-bottom: solid 2px transparent;
  border-top: solid 2px transparent;
  color: white;
  font-weight: normal;
}

ul.agl-navigation-account {
  display: none;
}

.agl-search-group {
  display: table;
  background-color: var(--bgColor);
  box-shadow: 0px 0px 1px 1px #393939;
  padding: 2px;
  margin-top: 4px;
  position: absolute;
  top: 6px;
  right: 90px;
  z-index: 1;
}

.agl-search-group-input {
  display: table-cell;
  margin: 2px 6px;
  border: solid 0px transparent;
  width: 80px;
}

.agl-search-group-action {
  display: table-cell;
  cursor: pointer;
  background: none;
  padding: 0px;
  border-width: 0px;
}

.fa-clock-o,
.fa-map-marker {
  width: 15px;
}

.agl-mtype-traditional #nav {
  max-width: calc(100% - 140px);
}

.agl-slidecanvas {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 0px;
  transition: all 0.25s ease;
  z-index: 10000;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}

.agl-slidecanvas.agl-open {
  height: 100vh;
  width: 100vw;
}

.agl-slidemenu {
  background-color: var(--bgColor);
  position: absolute;
  display: block;
  overflow: hidden;
  z-index: 10001;
}

.agl-open .agl-slidemenu {
  top: 0px;
  left: 0px;
  height: 100vh;
  padding: 0px;
  min-width: 300px;
  width: 50%;
  overflow: auto;
}

.agl-slidemenu button {
  background-color: var(--fgColor);
  position: absolute;
  right: 24px;
  top: 22px;
  color: white;
  font-size: 150%;
}

.agl-slidemenu > ul {
  margin: 20px;
}

.agl-slidemenu > ul > li {
  margin-top: 10px;
}

.agl-slidemenu a {
  color: white !important;
  display: block;
  font-size: 110%;
}

.agl-slidemenu li ul a {
  padding-left: 20px;
}

.agl-slidemenu li ul a:hover {
  /*color: black!important;*/
  background-color: var(--bgColor);
}

/**/
.agl-iframed .agl-headerinclude,
.agl-iframed .agl-footer,
.agl-iframed .agl-usernav,
.agl-iframed .agl-navigation {
  display: none;
}

.agl-iframed .agl-intro {
  padding-top: 0px;
}

.agl-iframed {
  background-image: none !important;
  background-color: transparent !important;
  padding: 0px !important;
}

.agl-bodyprintable {
  background-color: white;
}

.FilterContainer .PageBox,
.PageBox {
  margin-right: 20px;
  margin-top: 4px;
  clear: unset;
  float: left;
}

.FilterContainer .ViewFilter,
.ShowingCount,
.SLTFilter,
.GRPFilter {
  display: none;
}

.agl-caldatewithevt {
  background: silver none no-repeat top left !important;
}

.AlphaFilter .FilterLink,
.DatePager .agl-epgbutton {
  padding: 10px;
  background-color: var(--ltrGrey2);
  margin-bottom: 4px;
  font-weight: bold;
  border-radius: 1px;
  min-width: 70px;
  text-align: center;
  border: 0px solid var(--ltrGrey);
  color: var(--fgColor);

  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 50%);
  transition: all 0.2s ease-out;
}

.AlphaFilter .FilterLinkCurrent,
.DatePager .agl-selected {
  background-color: var(--fgColor);
  color: white;
  border-radius: 1px;
  min-width: 70px;
  text-align: center;
  border: 0px solid var(--fgColor);
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 50%);
  transition: all 0.2s ease-out;
}

.AgileList .Separator,
.ListItemSeperator {
  display: none;
}

.AgileList:not(.AgileList-Legacy) .Image,
.AgileList:not(.AgileList-Legacy) .Name {
  cursor: pointer;
}

.AgileList .Item > div,
.VerboseListItem > div {
  margin: 4px;
}

.AgileList .Item > a {
  margin: 8px;
}

.AgileList-Detailed .Name,
.AgileList-Detailed .Venue,
.AgileList-Detailed .DateTime {
  width: auto;
  float: none;
}

.AgileList:not(.AgileList-Schedule, .AgileList-CategoryList) .Item,
.MyCal .Item,
.VerboseListItem,
.ListItem {
  padding: 10px;
  /*background-color: var(--ltrGrey);*/
  border-bottom: 1px solid #111;
  /*box-shadow: 0px 0px 0px 1px rgb(230, 230, 230);
 margin-top: 8px;
 */
}

.AgileList-Detailed.AgileList-Poster .Item img {
  margin-right: 10px;
}

.AgileList-Tiles .Item {
  margin: 8px;
}

.AgileList-Tiles .ItemInfo {
  padding: 8px;
  padding-bottom: 0px;
}

.AgileList-Tiles .ItemInfoFull {
  height: 270px;
}

.AgileList-Tiles .FadeBottom {
  /* background: linear-gradient(transparent, rgb(255,255,255), rgb(255,255,255));*/
  background-color: none;
  background: none;
}

.AgileList-Tiles .AllShowings {
  display: none;
}

.AgileList-Tiles .ImageBox {
  text-align: center;
}

.AgileList-Tiles .Item .Image {
  height: auto;
  width: 96%;
  margin-top: 6px;
  transition: all 0.15s ease;
}

.AgileList-Tiles-2 .Item {
  width: calc(50% - 15px);
}

.AgileList-Tiles-2.AgileList-Poster .ImageBox {
  height: fit-content;
  height: -moz-fit-content;
  margin: 0px !important;
}

.AgileList-Tiles-2.AgileList-Poster .Item .Image {
  width: 45%;
  max-width: 450px;
}

.AgileList-Tiles-3 .Item {
  width: calc(33.33% - 14px);
}

.AgileList-Tiles-3 .ImageBox {
  margin: 0px !important;
  height: 140px;
}

.AgileList-Tiles-3.AgileList-Poster .ImageBox {
  margin: 0px !important;
  height: fit-content;
  height: -moz-fit-content;
}

.AgileList-Tiles-3.AgileList-Poster .Item .Image {
  width: 50%;
  max-width: 314px;
}

.AgileList-Tiles-3 .ItemInfoFull {
  height: 290px;
}

.AgileList-Tiles-4 .Item {
  width: calc(25% - 13px);
}

.AgileList-Tiles-4 .ImageBox {
  margin: 0px !important;
  height: 120px;
}

.AgileList-Tiles-4.AgileList-Poster .ImageBox {
  margin: 0px !important;
  height: fit-content;
  height: -moz-fit-content;
}

.AgileList-Tiles-4.AgileList-Poster .Item .Image {
  width: 50%;
  max-width: 314px;
}

[class*="AgileList-Tiles-"]:not(
    .AgileList-Tiles-2,
    .AgileList-Tiles-3,
    .AgileList-Tiles-4
  )
  .Item {
  width: calc(19% - 12px);
}

[class*="AgileList-Tiles-"]:not(
    .AgileList-Tiles-2,
    .AgileList-Tiles-3,
    .AgileList-Tiles-4
  )
  .ImageBox {
  margin: 0px !important;
  height: 120px;
}

[class*="AgileList-Tiles-"]:not(
    .AgileList-Tiles-2,
    .AgileList-Tiles-3,
    .AgileList-Tiles-4
  ).AgileList-Poster
  .ImageBox {
  margin: 0px !important;
  height: fit-content;
  height: -moz-fit-content;
}

[class*="AgileList-Tiles-"]:not(
    .AgileList-Tiles-2,
    .AgileList-Tiles-3,
    .AgileList-Tiles-4
  ).AgileList-Poster
  .Item
  .Image {
  width: 50%;
  max-width: 314px;
}

.AgileList-Detailed .Item,
.MyCal .Item,
.AgileList-List .Item {
  padding: 16px;
}

.AgileList-Detailed .ImageBox > img {
  max-width: 276px;
  min-width: 276px;
}

.AgileList-Detailed .AllShowings {
  padding-top: 3px;
}

.AgileList-Detailed .ItemInfo {
  width: calc(95% - var(--desc-block-width));
}

.AgileList-Detailed .DescriptionContainer .Descriptive.ShortDescription {
  width: 100%;
  max-width: 1133px;
  overflow: hidden;
  max-height: 22vh;
  height: fit-content;
  height: -moz-fit-content;
}

.AgileList-Detailed .ItemInfo .DescriptionContainer .AllShowings .ShowingTimes {
  padding-bottom: 2px;
}

.AgileList-Detailed .Name {
  font-size: 1em;
}

.AgileList-Detailed .ViewLink,
.AgileList-Detailed .BuyLink,
.AgileList-Detailed .MyCalLink {
  float: left;
  margin: 8px;
}

.AgileList-Detailed .ButtonBar {
  float: left;
  width: auto;
}

/*.AgileList-Detailed .ImageBox, .AgileList-Detailed .ItemInfo, .AgileList-Detailed .ViewLink, .AgileList-Detailed .BuyLink, .AgileList-Detailed .MyCalLink {
 float: none;
 width: auto;
}
*/
.AgileList-Detailed .CustomProperties > table {
  width: 100%;
}

.AgileList-Simple .Name {
  float: none;
  width: auto;
}

.AgileList-Simple .Name,
.AgileList-Simple .Venue,
.AgileList-Simple .DateTime {
  width: auto;
}

.AgileList-Tiles .Item > div,
.AgileList-Schedule .Item > div {
  margin: 0px;
}

.AgileList .ScheduleContainer,
.agl-scrollcontainer {
  margin: auto;
}

.AgileList .ScheduleHeadTopTable.agl-floated {
  position: absolute;
  z-index: 1010;
  background-color: var(--bgColor);
}

.AgileList .ScheduleHeadRow {
  border: 1px solid #fff;
  height: 50px;
}

/*.ScheduledEvent {
 border: 4px solid rgba(99,99,99,.2)!important;
}
*/
.ScheduledEvent .DetailsBox .Image {
  max-width: 90%;
}

.ScheduledEvent .ImageBox .Image {
  transition: all 0.15s ease;
  width: 100%;
  margin-top: 0px;
}

.AgileList .ShowingTimes .Date {
  min-width: fit-content;
  min-width: -moz-fit-content;
  width: 145px;
  display: inline-block;
}

.AgileList .ShowingTimes .Showing {
  padding-right: 10px;
}

.AgileList .Item {
  /*
 background: linear-gradient(to bottom right, rgba(245,245,245,.75), rgba(255,255,255,.75));
 */

  background-color: rgb(217, 217, 217, 1);
}

.AgileList .Item.agl-hover,
.ListItem.agl-hover {
  /*
 background: linear-gradient(to bottom right, rgba(245,245,245,.75), rgba(255,255,255,.75));


background-color: rgb(200,200,200,1.0);
 */
}

.AgileList-HighlightList .Item.Featured {
  width: calc(100% - 20px);
  padding-bottom: 10px;
}

.AgileList-HighlightList .Item.Featured .ImageBox {
  height: unset;
}

.AgileList-HighlightList .Item.Featured .ItemInfo {
  height: unset;
}

.AgileList-HighlightList .Item.Featured .ImageBox img {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.AgileList-HighlightList .Item.Featured .FadeBottom {
  display: none;
}

.agl-list .DateBox {
  float: left;
  clear: none !important;
}

.agl-list .SearchBox {
  float: left;
  clear: none;
  margin-bottom: 10px;
}

.agl-list .SearchBox input {
  padding: 5px;
  border-width: 0px;
  margin-left: 2px;
}

.agl-list .FilterList {
  display: none;
  float: none;
  clear: both;
  padding: 10px;
  padding-bottom: 20px;
  background-color: #efefef;
}

.agl-list .AlphaFilter {
  text-align: left;
  clear: both;
  margin-bottom: 10px;
}

.agl-list .FilterBox {
  width: unset;
  display: inline-block;
  float: none;
}

.agl-list .FilterBox > div {
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
}

.agl-list .FilterBox select {
  border-width: 0px;
  padding: 4px;
}

select {
  padding: 5px;
  border-radius: 7px;
  border: 1px solid var(--fgColor);
  background-color: var(--drkGrey);
  padding-right: 10px;
  color: white;
}

.agl-list .FilterShowHide {
  float: right;
}

/**  box of dates and view options in EVENTS **/
.agl-list .ViewBox {
  float: none;
  margin-top: 4px;
  line-height: 50px;
  clear: both;
}

.DateSeparator {
  margin-top: 8px;
}

.agl-scrollcontainer {
  position: relative;
  display: block;
}

.agl-scrollleft {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  z-index: 1020;
  display: none;
  background: white url(../ActiveArrowLeft.png) 0px 0px repeat-y;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.agl-scrollright {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  z-index: 1020;
  display: none;
  background: white url(../ActiveArrowRight.png) 0px 0px repeat-y;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.agl-activescroll {
  border: 1px solid #444444;
  display: block;
}

.InfoContainer .Media {
  /*    float: left;*/
  width: 588px;
  position: absolute;
}

.InfoContainer .Description,
.InfoContainer .ExtraHTML,
.InfoContainer .RelatedEventBlock,
.InfoContainer .Comments,
.InfoContainer .BackToListLink,
.InfoContainer .AdditionalInformation {
  /*
 float: left;
 clear:left;
 width:40%;
*/
}

.agl-1col .Description,
.agl-1col .ExtraHTML,
.agl-1col .RelatedEventBlock,
.agl-1col .Comments,
.agl-1col .BackToListLink,
.agl-1col .AdditionalInformation {
  float: none;
  width: unset;
}

.InfoContainer > .Name {
  font-size: 200%;
}

.InfoContainer > .Social {
  width: 600px;
}

.InfoContainer .Purchase,
.InfoContainer .RenewalItems {
  float: none;
  width: auto;
  border: solid 1px rgba(128, 128, 128, 0.2);
  margin-bottom: 20px;
}

.InfoContainer .Purchase .Header {
  width: 0px;
  height: 0px;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}

.InfoContainer .Purchase .Showing {
  position: relative;
  border: none;
  padding: 0px;
  margin: 0px;
  font-family: "Publish Gothic Condensed", "Pathway Gothic One", Roboto,
    sans-serif;
  font-size: 18px;
  /*background-color: var(--ltrGrey);*/
}

.Showing .Time {
  color: var(--txtColor2);
  background-color: var(--drkGrey);
}

.InfoContainer .Purchase .Showing:after {
  content: "";
  display: block;
  clear: both;
}

.InfoContainer .Purchase .Showing > span {
  float: left;
  margin: 0px;
  padding: 10px 10px;
}

.InfoContainer .Purchase .Showing span.DateTime {
  float: none;
  display: block;
  padding: 6px;
  /* font-weight: bold; */
  font-family: "Publish Gothic Condensed", "Pathway Gothic One", sans-serif;
  font-size: 20px;
  min-width: 120px;
}

.InfoContainer .Purchase .Showing .Time {
  min-width: 120px;
}

.InfoContainer .Purchase .Showing .ViewLink {
  clear: both;
}

.InfoContainer .Purchase .Showing .Venue {
  width: auto;
  background-color: var(--ltrGrey);
  position: absolute;
  left: 256px;
}

.InfoContainer .CustomInformation {
  /*
 float: right;
 clear: right;
 width: 49%;
 */
}

.agl-ticketsearchcriteria .CustomInformation > table {
  margin-top: 40px;
  width: 100%;
}

.InfoContainer .CustomInformation .Header {
  margin-top: 15px;
  display: none;
}

.InfoContainer .Media > img {
  width: 100%;
}

.InfoContainer .MediaMulti img {
  width: 100%;
}

.InfoImageDiv > img {
  float: none;
  max-width: 100%;
  max-height: 300px;
}

.agl-media-viewer {
  /*position: relative;*/
  background-color: black;
}

.agl-media-box {
  max-height: 800px;
  min-height: 115px;
  max-width: 1440px;
  margin: auto;
  overflow: hidden;
  position: relative;
  --posterHeight: 800px;
  background-color: var(--ltrGrey2);
}

.agl-media-viewer-traileronly .agl-media-box {
  max-height: 50%;
  height: 320px;
}

.agl-trailer-box {
  background-color: black;
  z-index: 5;
  /*position: absolute;*/
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
}

.agl-trailer-box iframe {
  margin-top: 20px;
  width: 50vw;
  height: 28.12vw;
  max-height: 80%;
}

/*100/56.25*/
.agl-media-viewer img {
  width: 100%;
}

.agl-media-viewer > .Name {
  /*    display: none;*/
  /*position: absolute;*/
  bottom: 68px;
  left: 0px;
  right: 0px;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 200%;
  color: white;
  z-index: 10;
  /* font-weight: 900; */
  text-transform: uppercase;
  font-family: "Publish Gothic Condensed", "Pathway Gothic One", Roboto,
    sans-serif;
}

.agl-media-viewer-single > .Name {
  bottom: 0px;
}

.agl-media-viewer-name > .Name {
}

.agl-media-viewer > .agl-media-links {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 0px;
  padding-left: 20px;
  height: 68px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 10;
}

.agl-media-links > a {
  display: inline-block;
  margin: 6px;
  min-height: 22px;
  vertical-align: text-top;
}

.agl-media-links > a > img {
  height: 50px;
  max-width: 95px;
  /*box-shadow: 1px 1px 10px 1px #e3e3e3;*/
}

.agl-media-links > a > div {
  display: inline-block;
  padding: 0px 10px;
  border-radius: 2px !important;
  background-color: #a62121;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  color: white;
  /*box-shadow: 1px 1px 10px 1px #e3e3e3;*/
}

.agl-intro .EpgHeaderBanner {
  display: none;
}

.EpgHeaderBanner {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  display: block;
}

.EpgHeaderLogo {
  padding: 0px;
  position: unset;
  max-width: unset;
  max-height: 88%;
  padding-top: 5px;
}

.EpgHeaderLogoAbs {
  float: none;
  position: absolute;
  left: 10px;
  padding: 10px 0px;
  z-index: 900;
}

.EpgHeaderName {
  font-weight: bold;
  font-size: 1.6em;
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  line-height: 75px;
  padding: 0px 10px;
  left: 80px;
  text-align: center;
  max-height: unset;
  z-index: 99;
}

.EpgHeaderLogoAbs,
.EpgHeaderImage {
  position: unset;
  max-width: unset;
  max-height: 88%;
  padding-top: 6px;
}

.EpgHeaderLogoBox {
  position: absolute;
  z-index: 99;
  text-align: center;
}

.epgColor1 {
  color: #7db0df;
}

.epgColor1Back {
  background-color: var(--ltrGrey);
  color: var(--fgColor);
}
a.agl-navigation-user:hover,
a.agl-navigation-user.agl-clicked,
a.agl-navigation-cart:hover,
a.agl-navigation-cart.agl-clicked {
  background-color: black;
}
.agl-footer a {
  color: var(--fgColorBright);
}

.epgColor2 {
}

.epgColor2Back {
  color: var(--fgColor);
  /*
 background-color: var(--ltrGrey);
 */
  margin-top: 15px;
}

a.epgColor2Back:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.epgColor2Back a {
  color: white;
  background-color: var(--drkGrey);
  padding: 2px;
}

.epgColor2BorderTop {
  border-top: 4px solid #1b6cb3;
}

.epgColor3 {
  color: #7db0df;
}

.epgColor3Back {
  background-color: var(--buttonLinkClr);
  border-radius: 3px;
}

.epgColor3BorderBottom {
  border-bottom: 4px solid #7db0df;
}

.wijmo-wijpager-button {
  background: none !important;
  margin: 2px !important;
  border-width: 0px !important;
}

.wijmo-wijpager-button.ui-state-active * {
  background-color: black !important;
  color: white !important;
}

.wijmo-wijpager-button.ui-state-hover * {
  background-color: black !important;
  color: white !important;
}

.agl-epgbutton {
  font-weight: normal;
  background-color: var(--buttonLinkClr);
  border-radius: 1px;
  display: inline-block;
  margin: 4px;
  padding: 14px 28px;
  padding-left: 14px;
  color: #fff;
  min-width: 60px;
  font-size: 18px;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 50%);
  transition: all 0.2s ease-out;
  padding-left: 28px !important;
}

.agl-epgbutton:hover {
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%, 5% 50%);
}

.agl-epgbutton:active {
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%, 5% 50%);
}

/* the RSVP, buys tickes whote on red button */
.ButtonGroup > .agl-epgbutton,
.BuyLink,
.BeforeSales {
  font-weight: normal;
  background-color: var(--buttonLinkClr);
  border-radius: 1px;
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 14px;
  font-family: "Publish Gothic Condensed", "Pathway Gothic One", sans-serif;
  padding-right: 4px;
  color: #fff;
  min-width: 150px;
  font-size: 18px;
  position: absolute;
  left: 402px;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 50%);
  transition: all 0.2s ease-out;
  padding-left: 28px !important;
}

.ButtonGroup > .agl-epgbutton:hover,
.BuyLink:hover,
.BeforeSales:hover {
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%, 5% 50%);
}

.ButtonGroup > .agl-epgbutton:active,
.BuyLink:active,
.BeforeSales:active {
  clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%, 5% 50%);
}

.agl-epgbutton,
.BuyLink,
.BeforeSales,
.epgColorBack a:link,
a:visited,
a:hover {
  color: #fff;
}

.tierPriceColorSwatch {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.TierSelectInnerDiv,
.TierSelectItemContainer {
  display: inline-block;
  margin-left: 2px;
}

.TierAvailableQuantityText,
.TierZeroQuantityText {
  display: inline;
}

.BigBoldText {
  font-size: 1.1em;
  font-weight: bold;
}

table.VerboseListItem,
.VerboseListItem table,
.columnSet1-23 > table {
  width: 100%;
}

.CustomerQuestionTextCol {
  min-width: 120px;
}

.CustomerQuestionReqCol {
  width: 10px;
  float: left;
}

#ContinueButton {
  display: inline-block;
  float: right;
}

.giftaddress_note {
  padding: 20px;
}

.DonationAmountCol {
  width: auto;
}

.orderQuestionItemBlock {
  margin-top: 20px;
}

.orderQuestionItemHeader {
  padding: 4px;
  margin-bottom: 4px;
}

.orderSummaryPackageHeader,
.orderSummaryEventHeader,
.orderSummaryMembershipHeader,
.orderSummaryCatalogHeader {
  padding: 4px;
}

.orderSummaryPackageHeader td,
.orderSummaryEventHeader td,
.orderSummaryMembershipHeader td,
.orderSummaryCatalogHeader td {
  vertical-align: baseline;
}

.orderSummaryPackageItems table td {
  width: 24%;
}

.OrderTotalsText,
.OrderTotalsTotalText {
  margin-right: 15px;
}

.PackageTypesBlock .ItemHeaderRowText {
  padding-right: 30px;
}

.packageRenewalItemBlock {
  padding: 5px;
}

.packageRenewalItemBlock div {
  display: inline-block;
}

#orderTotalsBlock {
  padding-bottom: 15px;
}

.SocialMap,
.SocialCal {
  display: none;
}

.agl-epgbutton.MyCalLink {
  background-color: var(--fgColor) !important;
  color: black !important;
}

.MyCal .MyCalLink {
  float: right;
}

.EventInfoHeader,
.MembershipInfoHeader,
.PackageInfoHeader,
#trCatalogTitleRow,
.PriceInfoHeader,
.priceInfoBlock,
.TitleArea,
.TitleSplitArea,
.CustInfoWebAddresss {
  display: none;
}

.OrderListLineItem {
  margin: 10px;
}

.OrderListLineItemHeader {
  padding-bottom: 10px;
}

/*------------- DCTV Layout Mods  ----------------------*/
.agl-content ul,
.agl-bodydescription ul,
.BuyContainer ul {
  list-style-type: disc;
  padding-left: 30px;
}

.agl-bodydescription ol,
.agl-content ol,
.BuyContainer ol {
  list-style-type: decimal;
  padding-left: 30px;
}

.agl-modalbody {
  padding: 20px 20px;
  width: 95%;
  width: calc(100% - 20px);
  margin: auto;
  background-color: white;
}

.agl-modalcontainer {
  background-color: rgba(0, 0, 0, 0.8);
  border-width: 1px;
  border-color: #333;
}

div#BuyOuterContainer {
  width: unset !important;
  overflow: auto;
}

#descriptionbody form {
  padding: 5px;
}

.DescriptionPageClose {
  margin: 10px auto;
  text-align: center;
}

#EmailPreferences {
  padding: 10px 0px;
}

.agl-packagecomponents > img {
  margin-top: 8px;
  margin-left: -1px;
}

.agl-packagecomponents .TierPriceInfoBlock,
.agl-packagecomponents #SectionList,
.agl-packagecomponents #adaDivManual,
.agl-packageseatselect .TierPriceInfoBlock,
.agl-packageseatselect #SectionList,
.agl-packageseatselect #adaDivManual {
  margin-bottom: 20px;
}

.PackageInfoItemType,
.PackageInfoItemComponentGroup,
.ItemHeaderRowText {
  font-weight: bold;
}

.agl-navigation {
  min-height: 65px;
}

.agl-mtype-traditional .agl-navigation {
  padding-left: 182px;
}

.agl-navigation > ul > li > a {
  padding: 0px 20px;
}

.agl-navigation > ul > li > ul {
  display: none;
  min-width: 200px;
}

.agl-navigation > ul > li.agl-clicked > ul {
  display: block;
  position: absolute;
  top: 74px;
  left: 0px;
  z-index: 2000;
  border-top: solid 2px white;
  box-shadow: 0px 2px 1px 1px #000000;
}

.agl-navigation > ul > li > ul > li > a:hover {
  border-bottom: solid 2px #666666;
  border-top: solid 2px white;
}

.agl-navigation-toggle,
.agl-navigation-cart,
.agl-navigation-user {
  top: 0px;
  padding: 0px;
  width: 70px;
  margin: 0px;
  height: unset;
  /*border-left: solid 1px #a3a3a3;*/
  box-shadow: none;
}

/*****************  NAV *********************/
.agl-navigation-toggle-slide {
  right: unset;
  left: 0px;
  border-left-width: 0px;
  /*border-right: solid 1px #a3a3a3;
 display: none;
 */
}

.agl-navigation-toggle span,
.agl-navigation-cart span,
.agl-navigation-user span {
  display: block;
  line-height: 75px;
}

.agl-navigation-user {
  right: 70px;
}

.agl-navigation-mobile-user > ul.agl-navigation-account {
  display: block;
  position: absolute;
  top: 75px;
  right: 71px;
  z-index: 99;
  border-top: solid 2px white;
  box-shadow: 0px 2px 1px 1px #000000;
  background-color: var(--buttonLinkClr);
}

.agl-navigation-mobile-user > ul.agl-navigation-account > li {
  border-width: 0px;
  display: block;
  float: none;
}

.agl-navigation-mobile-user > ul.agl-navigation-account > li > a {
  display: block;
  line-height: 30px;
  float: none;
  min-width: 215px;
  text-align: right;
}

ul.agl-navigation-account {
  position: absolute;
  right: 0px;
  top: 0px;
}

.agl-mtype-traditional .EpgHeaderName {
  left: 0px;
  width: 180px;
  padding: 0px;
}

.AgileList-Tiles .Item.agl-hover .Image {
  width: 100%;
  margin-top: 0px;
}

.AgileList-Tiles.AgileList-Poster .Item.agl-hover .Image {
  width: 50%;
  margin-top: 6px;
}

.AgileList-Tiles-2.AgileList-Poster .Item.agl-hover .Image {
  width: 45%;
  margin-top: 6px;
}

.ScheduledEvent .Item.agl-hover .ImageBox .Image {
  width: 96%;
  margin-top: 3px;
}

.AgileList-Tiles-2 .Item {
  width: calc(50% - 18px);
}

.AgileList-Tiles-3 .Item {
  width: calc(33.33% - 18px);
}

.AgileList-Tiles-4 .Item {
  width: calc(25% - 16px);
}

[class*="AgileList-Tiles-"]:not(
    .AgileList-Tiles-2,
    .AgileList-Tiles-3,
    .AgileList-Tiles-4
  )
  .Item {
  width: calc(19% - 14px);
}

.agl-basketclock > div {
  text-align: center;
  color: white;
  background-color: rgba(255, 0, 0, 0.5);
  font-weight: bold;
  margin: auto;
}

.CustomInformation tr:first-of-type div.Header {
  margin-top: 0px;
}

.InfoContainer .Purchase .Showing .ButtonGroup {
  /* float: none;
     width: 120px;
     */
}

.DateSecondary {
  min-width: 120px;
  position: absolute;
  left: 442px;
  top: 11px;
  font-family: "Roboto";
  line-height: 14px;
  font-size: 12px;
}

.EpgHeaderLogoBox {
  height: 75px;
  left: 80px;
}

.agl-mtype-traditional .EpgHeaderLogoBox {
  left: 0px;
  max-width: 180px;
  overflow: hidden;
}

.agl-search-group {
  right: 155px;
  top: 22px;
  z-index: 99;
}

.agl-media-viewer img.agl-media-small {
  display: block;
  width: calc(100% - 400px);
  margin: 60px 200px;
}

.agl-media-viewer-traileronly .agl-media-box {
  height: 450px;
}

.agl-media-viewer img.agl-media-poster,
.agl-media-viewer img.agl-media-poster-large {
  display: block;
  margin: auto;
  width: unset;
  max-width: 50%;
  height: auto;
  max-height: calc(var(--posterHeight) - 60px);
}

.DCTV_Footer {
  display: block;
  background-color: var(--drkGrey);
  color: #fff;
  text-align: center;
}

.dctv_Footer_Callouts {
  display: block;
  height: 140px;
  width: 85%;
  margin-left: auto;
}

.dctv_footer_callout {
  display: block;
  width: 200px;
  height: 90px;
  float: left;
  border: 1px solid blue;
  text-align: center;
  color: #ffffff;
  font-family: "Publish Gothic Condensed", "Pathway Gothic One",
    Roboto Condensed, sans-serif;
  font-size: 22px;
  font-weight: 600;
  vertical-align: baseline;
  background-color: rgb(217, 32, 37);
  padding: 16px 16px;
  border-radius: 5px;
  border: rgb(217, 32, 37);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
  cursor: pointer;
  margin-left: 10px;
  margin-bottom: 10px;
}

.dctv_footer_callout img {
  height: 60px;
}

.dctv_footer_CallToActionButton {
}

/* Special style for the shows-wtih  */
.ShowsWith {
  clear: both;
  display: inline-flex;
  /*    position: relative;*/
  width: 726px;
  float: left;
  color: white;
  background-color: rgb(255, 20, 20);
  left: -150px;
  /* margin-left: 0px; */
  padding-left: 10px;
  padding-top: 2px;
}

.ShowsWith a {
  color: black;
}

/* new styles for so called legacy purchase page */
.memberAdvantagesBlock {
  float: left;
  padding: 10px;
  width: 25%;
  margin-left: 25%;
  display: inline-block;
  text-align: left;
  font-weight: bold;
  padding-top: 20px;
}

.memberAdvantagesSignin {
  border: 2px black solid !important;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 140%;
  font-weight: bold;
  border-radius: 18px;
  margin-top: 25px;
  padding-inline: 20px;
  display: inline-block;
  margin-left: -200px;
}

/* Fixing the change in account layouts 2025-09-02 */
.agl-accountlinks .agl-epgbutton {
    padding:5px;
    padding-left:15px !important;
    font-size:16px;
    min-width:170px;
    margin-left:-90px
}

.agl-accountcontainer .agl-epgbutton {
    padding: 3px !important;
    font-size: 16px !important;
    float: right;
    /* position: absolute; */
    /* display: block; */
    right: 3px;

}
/* @media only screen and (max-width:1128px) {
        .agl-container {
        width: 100%;
        }

        .agl-userlinks {
        width: calc(100% - 40px);
        }

        .InfoContainer .Media,
        .InfoContainer .Description,
        .InfoContainer .ExtraHTML,
        .InfoContainer .RelatedEventBlock,
        .InfoContainer .Comments,
        .InfoContainer .BackToListLink,
        .InfoContainer .Purchase,
        .InfoContainer .CustomInformation,
        .InfoContainer .AdditionalInformation {
        float: none;
        clear: none;
        width: auto;
        }

        .InfoContainer .Media {
        margin: auto;
        margin-bottom: 40px;
        }

}

@media (min-width:980px) {
        .agl-media-viewer img.agl-media-small {
        display: block;
        width: calc(100% - 600px);
        margin: 60px 300px;
        }

        .agl-media-viewer img.agl-media-poster,
        .agl-media-viewer .img.agl-media-poster-large {
        display: block;
        margin: auto;
        width: unset;
        max-width: 50%;
        height: auto;
        }

        .agl-media-viewer>.Name {
        font-size: 300%;
        }

}

@media only screen and (min-width:1281px) {
        .AgileList-Tiles-3 .ImageBox {
        margin: 0px !important;
        height: 200px;
        }

        .AgileList-Tiles-3 .ItemInfoFull {
        height: 350px;
        }

        .AgileList-Tiles-4 .ImageBox {
        margin: 0px !important;
        height: 171px;
        }

        .AgileList-Tiles-4 .ItemInfoFull {
        height: 321px;
        }

        .agl-search-group-input {
        width: 130px;
        }

}

@media only screen and (min-width:1440px) {
        .agl-navigation>ul>li>a {
        padding: 0px 40px;
        }

}

@media only screen and (min-width:1500px) {
        .agl-media-viewer>.Name {
        text-align: left;
        }

        .agl-media-viewer>.agl-media-links {
        text-align: left;
        }

        .agl-media-links>a {
        float: none;
        display: inline-block;
        }

}

@media (max-width:830px) {
        [class*="AgileList-Tiles-"]:not(.AgileList-Tiles-2, .AgileList-Tiles-3, .AgileList-Tiles-4) .Item {
        width: 75%;
        margin: 8px 12%;
        }

} */

@media (max-width: 768px) {
  .agl-body {
    padding: 0px 0px;
  }

  .agl-body:not(.agl-iframed) .agl-truncate {
    display: none !important;
  }

  .agl-userlinks,
  .agl-columnset {
    width: calc(100% - 60px);
  }

  .agl-columnset {
    font-size: 90%;
  }

  .agl-navigation-toggle,
  .agl-navigation-cart,
  .agl-navigation-user {
    /*display: none;*/
    padding-right: 10px;
  }

  .agl-navigation-userinitial span {
    font-size: 135%;
    font-weight: bold;
  }

  .agl-usernav {
    display: none;
  }
  .DCTVTopNav a {
    padding-top: unset;
    padding-bottom: unset;
    margin-top: 3px;
  }

  .agl-container {
    background-color: var(--bgColor);
  }

  .agl-cols-3 {
    width: calc(100% - 20px);
    margin: 10px;
  }

  .agl-navigation {
    min-height: 64px;
    margin: 0px;
    background-color: black;
    display: block;
    margin-left: 0px;
  }

  .agl-navigation > ul {
    /*display: none;*/
  }

  .agl-navigation > ul {
    margin-top: 45px;
    border-top: solid 2px white;
  }

  .agl-navigation > ul > li {
    float: none;
  }

  .agl-navigation > ul > li > a {
    float: none;
    display: block;
    line-height: 16px;
    font-size: 85%;
  }

  .agl-navigation > ul > li.LinkHeader > a {
    background-color: #393939;
    cursor: context-menu;
    color: white !important;
  }

  .agl-navigation > ul > li.LinkHeader i {
    display: none;
  }

  .agl-navigation-mobile > ul.agl-navigation-main {
    display: block;
    z-index: 2000;
  }

  .agl-navigation-main,
  .agl-navigation-mobile-user {
    height: 100vh;
  }

  .agl-navigation > ul > li > ul {
    display: block;
  }

  .agl-navigation > ul > li > ul > li > a:hover {
    border-bottom: solid 2px #666666;
    border-top: solid 2px white;
  }

  .agl-navigation-mobile-user > ul.agl-navigation-account {
    top: 15px;
    display: block;
  }

  .agl-navigation-toggle span,
  .agl-navigation-cart span,
  .agl-navigation-user span {
    display: block;
    line-height: 63px;
  }

  .agl-table-res > tbody > tr > td {
    display: block;
  }

  .EpgHeaderName {
    text-align: left;
    line-height: 43px;
    left: 45px;
    max-width: 54%;
  }

  .EpgHeaderLogo,
  .EpgHeaderLogoAbs {
    position: absolute;
    max-height: 35px;
    left: 45px;
    margin-top: 4px;
    padding: 0px;
  }

  .agl-cols-33 {
    float: none;
    width: auto;
  }

  .addToCartBlock {
    padding: 0px;
  }

  .agl-epgbutton {
    padding: 6px 12px;
  }

  #CancelOrderButton_btnClearCart_regularBtn {
    float: right;
  }

  .AgileList-Tiles .ImageBox {
    height: unset;
    max-height: 350px;
  }

  .AgileList-Tiles-2 .Item,
  .AgileList-Tiles-3 .Item,
  .AgileList-Tiles-4 .Item,
  [class*="AgileList-Tiles-"]:not(
      .AgileList-Tiles-2,
      .AgileList-Tiles-3,
      .AgileList-Tiles-4
    )
    .Item {
    float: none;
    width: calc(100% - 20px);
    margin: initial;
  }

  .AgileList-Detailed .ItemInfo {
    width: 100%;
  }

  .CalendarTable .DaysHeader {
    display: none;
    background-color: var(--fgColor);
  }

  .CalendarTable .DayHeader {
    display: none;
    background-color: var(--fgColor);
  }

  .CalendarTable .Date .Day,
  .CalendarTable .Date .Mo,
  .CalendarTable .Date .Suffix {
    display: unset;
  }

  .CalendarTable .OutsideDate,
  .CalendarTable .Empty {
    /*display: none;*/
  }

  .CalendarTable td {
    display: block;
  }

  /* Trying to correct mobile layouts on the sing purchase page */
  /*  Used for mobile view of legacy purchase link page*/
  .columnSet1-23 {
    width: 100%;
  }

  .columnSet1-2Inner23,
  .columnSet1-3Inner23 {
    display: block;
    margin-left: -20px;
    width: 90% !important;
  }

  .InfoImageDiv > img {
    max-width: 95%;
  }

  .ManualSeatOuter {
    margin-left: -20px;
    width: 85%;
  }

  .EventExtraHTML {
    padding-right: 10px !important;
  }

  .CustomInformation .PropName {
    width: auto !important;
  }

  .ButtonBlock {
    margin-left: -20px;
  }

  .InfoContainer,
  .Description,
  .ExtraHTML {
    width: 355px;
    border: none;
    margin-left: -20px;
    margin-top: 5px;
  }

  .CustomInformation {
    width: 345px;
    /*        padding: 20px;*/
    padding-top: 20px;
    border: none;
    margin-left: -20px;
    margin-top: 55px !important;
  }

  .InfoContainer .Name,
  .InfoContainer .Social,
  .InfoContainer .Purchase,
  .InfoContainer .CustomInformation {
    width: auto;
    float: none;
  }

  .InfoContainer .Purchase .Showing > span {
    display: block;
    width: auto;
  }

  .Purchase .Showing div {
    clear: left;
    margin-left: 1px;
  }

  .Purchase .Showing .agl-epgbutton {
    float: none;
  }

  .InfoContainer .Purchase {
    border: none;
  }

  .Social > div > span,
  .Social > div > span > iframe {
    width: 100% !important;
  }

  .InfoContainer .Media > img {
    width: 100%;
  }

  .agl-pahOption {
    width: 100%;
    padding: 15px 0px;
  }

  .orderSummaryPackageItems table td {
    display: block;
  }

  .agl-media-viewer > .Name {
    font-size: 180%;
  }

  .agl-media-viewer > .agl-media-links {
    position: unset;
    background-color: var(--bgColor);
  }

  .agl-navcart-count {
    top: -2px;
    right: 4px;
    padding: 2px;
    font-size: 13px;
  }

  .agl-accountimage {
    position: static;
    text-align: center;
  }

  .image-editor {
    min-width: 256px;
    max-width: 256px;
    min-height: 256px;
  }

  .agl-basketclock > div {
    margin: 10px;
    text-align: center;
    color: black;
    background-color: rgba(255, 0, 0, 0.1);
    font-weight: bold;
  }

  .agl-media-poster {
    margin: auto;
    display: block;
    max-width: 50%;
    max-width: 50%;
    max-height: calc(var(--posterHeight) - 60px);
    width: 100%;
  }

  .agl-media-poster-large {
    margin: auto;
    display: block;
    max-width: 50%;
    max-width: 50%;
    max-height: calc(var(--posterHeight) - 60px);
    width: inherit !important;
  }

  .AgileList-Poster .Item .Image {
    max-width: 232px !important;
  }

  .agl-media-viewer > .Name {
    font-size: 140%;
  }

  .image-editor {
    min-width: 128px;
    max-width: 128px;
    min-height: 128px;
  }

  .agl-media-poster-large {
    width: 50% !important;
  }

  .agl-search-group {
    display: none;
  }

  .AgileList-Detailed .ItemInfo {
    width: auto;
  }

  .agl-media-viewer > .Name {
    font-size: 120%;
    position: unset;
  }

  .agl-media-viewer-traileronly .agl-media-box {
    height: 220px;
  }

  .agl-sales-outlet .agl-container {
    margin-top: 42px !important;
  }

  .agl-sales-outlet .agl-usernav {
    display: block;
  }

  .agl-sales-outlet .agl-media-viewer img,
  .agl-sales-outlet .agl-media-links,
  .agl-sales-outlet .agl-navigation-user {
    display: none;
  }

  .agl-sales-outlet .agl-media-viewer > .Name {
    position: unset;
  }

  .agl-sales-outlet .agl-container {
    margin-top: 0px !important;
  }

  .agl-sales-outlet .agl-usernav {
    display: none;
  }

  .agl-sales-outlet .agl-navigation-user {
    display: unset;
  }

  .DCTVTopNav {
    height: 45px;
    overflow: hidden;
  }

  .DCTV_Footer {
    margin-left: 0px;
  }

  .agl-content {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* Mobile login */
  .headerSubMessage {
    font-size: 80%;
  }

  #firehouseLargeHeading img {
    width: 80%;
    padding-left: 2px;
  }

  .ReturningCustomersBlock {
    padding-left: 0px;
    min-width: 240px;
  }

  .LoginLabel {
    margin-right: 8px;
    min-width: 50px;
    padding: 4px;
  }

  .StandoutBlock {
    width: auto;
    /*
            min-width: 345px;*/
  }

  .InfoContainer .Purchase .Showing {
    margin-top: 85px;
  }

  #DCTV_Footer {
    margin-left: 20px;
  }

  .InfoContainer .Purchase .Showing > span {
    display: block;
    width: auto;
    float: left;
    /* margin: -5px; */
    padding: 10px 10px;
    font-size: 80%;
    margin: 0px;
  }

  .InfoContainer .Purchase .Showing span.DateTime {
    float: left;
    display: block;
    padding: 2px;
    /* font-weight: bold; */
    font-family: "Publish Gothic Condensed", "Pathway Gothic One", sans-serif;
    font-size: 20px;
    background-color: #efefef;
    /* padding-top: 4px; */

    /* padding-bottom: 11px; */
    border: 1px #1f1f1f solid;
    width: 120px;
    height: 22px;
    margin-bottom: 2px;
  }

  .ButtonGroup {
    width: 110px;
    font-size: 90%;
    position: absolute;
    left: -4px;
    top: 40px;
    font-family: "Publish Gothic Condensed", "Pathway Gothic One", sans-serif;
  }

  .ButtonGroup > .agl-epgbutton,
  .BuyLink,
  .BeforeSales {
    font-weight: normal;
    font-family: "Publish Gothic Condensed", "Pathway Gothic One", sans-serif;
    background-color: var(--buttonLinkClr);
    border-radius: 1px;
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 14px;
    padding-right: 4px;
    color: #fff;
    min-width: 150px;
    font-size: 18px;
    position: absolute;
    left: 0px;
  }

  .DateSecondary {
    min-width: 352px;
    min-height: 40px;
    position: absolute;
    top: 88px;
    width: 45%;
    left: 5px;
    font-size: 75%;
    line-height: 90%;
  }

  .InfoContainer .Purchase .Showing .Time {
    max-width: 70px;
  }

  .InfoContainer .Purchase .Showing .Venue {
    width: auto;
    background-color: var(--ltrGrey);
    position: absolute;
    left: 210px;
    width: 105px;
  }

  .StandoutBlock,
  #CustomerLogin_ExistingCustomerBlock,
  .outletLogin.ReturningCustomersBlock,
  #ctl04_ExistingCustomerBlock,
  #ctl04_CustomerAuthBlock {
    /*width: 99%;*/
    width: auto;
    background-color: var(--bgColor);
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 25px;
  }

  /* new styles for so called legacy purchase page */
  .memberAdvantagesBlock {
    padding: 10px;

    display: inline-block;
    text-align: left;
    font-weight: bold;
    padding-top: 20px;
  }

  .memberAdvantagesSignin {
    border: 2px black solid !important;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 140%;
    font-weight: bold;
    border-radius: 18px;
    margin-top: 25px;
    padding-inline: 20px;
    display: inline-block;
    /* margin-left: -200px; */
  }
}