/* Custom Header */

.header-logo-div {
    padding: 0% 1.2%;
}

.MemLogText {
    font-weight: 550 !important;
}

.agl-navigation {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    text-transform: none !important;
    height: 110px;
    font: 15px Times New Roman, Arial, Sans;
}

.agl-navigation>ul>li {
    border-left-color: #FFFFFF !important;
}

.agl-navigation>ul>li:last-child {
    border-right: none !important;
}

.agl-navigation>ul>li:first-child {
    border-left: none !important;
}

.agl-navigation>ul>li:hover {
    background-color: #006783;
}

.agl-navigation>ul>li>a {
    line-height: 40px !important;
    font-weight: 550 !important;
}

.agl-navigation>ul>li>a:hover {
    color: #F1EDBB !important;
}

.agl-navigation>ul>li.agl-clicked>a {
    color: #F1EDBB !important;
}

.agl-navigation>ul>li.agl-clicked>ul {
    top: 40px !important;
}

.agl-navigation>ul>li.agl-clicked>ul {
    background-color: #006783;
    color: #FFFFFF !important;
    box-shadow: none !important;
    border-top: none !important;
}

.agl-navigation>ul>li.agl-clicked>ul>li {
    border-bottom: 1px solid #FFFFFF;
}

.agl-navigation>ul>li.agl-clicked>ul>li a:hover {
    color: #F1EDBB !important;
    border-top: solid 2px transparent;
    border-bottom: solid 2px transparent;
}

.agl-navigation>ul>li.agl-clicked>ul>li>a {
    color: inherit;
    font-weight: 550 !important;
    width: max-content;
}

.SocialIcons {
    height: auto;
    width: auto;
    padding-left: 1%;
}

.SocialIcons>ul>li.one {
    margin-bottom: 10px;
}

.fa.fa-2x.fa-user::before {
    display: none;
}

a.agl-navigation-user {
    top: auto !important;
    line-height: 40px !important;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    width: fit-content;
    width: -moz-fit-content;
}

.agl-navigation-mobile-user>ul.agl-navigation-account,
.agl-navigation-mobile-user>ul.agl-navigation-account a:hover {
    background-color: #006783;
    color: #FFFFFF !important;
}

a.agl-navigation-cart {
    top: auto;
    border: none;
}

@media (max-width: 1220px) {
    .agl-navigation {
        justify-content: left;
        padding-left: calc(100% - 1032px);
    }
}

@media (max-width: 1020px) {
    .agl-navigation>ul>li>a {
        padding: 0px 8px !important;
    }
}

/* End Custom Header */

/*  Custom Footer */

.agl-footerinclude.epgColor1Back {
    background-color: #B7C0B6;
    border-width: 0px !important;
}

.FooterText {
    width: fit-content;
    width: -moz-fit-content;
    text-align: center;
    margin: auto;
    padding: 2% 3%;
}

//.agl-navigation-user { font: 14px/1.5 "Open Sans",Arial,sans-serif !important; width: 102px !important; }
#poweredBy {
    margin-bottom: 1%;
}

/*.agl-navigation-cart { display: flex !important; position: initial !important; }*/


/* End Custom Footer */

/* Body Adjustments*/

.agl-body {
    font: 17px GFS Didot, Times New Roman;
    color: #4b5b75;
}

.ButtonLink {
    background-color: #006783 !important;
    color: #FFFFFF !important;
}

.ButtonLink:hover {
    background-color: #4F566E !important;
    color: #FFFFFF !important;
}

.LoginContainer>div>a {
    background-color: #f5e1a7 !important;
    color: #4b5b75 !important;
}

.CalendarTable .epgColor1Back,
.CalendarTable .DayHeader,
.CalendarTable .Date {
    background-color: #006783 !important;
}

.agl-modalbody font,
.agl-body font {
    font-family: GFS Didot, Times New Roman !important;
}

.DateBox>.DatePager>.ui-widget {
    font-size: 1.2em;
}

.DatePager>div:nth-child(2)>a {
    padding: 5px 8px;
}

.ViewBox>button {
    font-size: 16px;
}

/*End Body Adjustments*/

/*Removing Customer Number from Account Page*/
.agl-accountinfo>.agl-acctdetail>#lblCustomerNumber,
.agl-accountinfo>.agl-acctdetail>#lblCustomerNumberText {
    visibility: hidden;
}

body {
    font: 14px/1.5 "Open Sans", Arial, sans-serif;
}

* {
    border-radius: 0px !important;
}

/*a:focus, .ButtonLink:focus { outline: 2px #389AFF dashed; }*/
a,
a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #0064cc;
}

a:hover {
    color: #389AFF;
}

input[type=button],
input[type=submit],
button {
    border-width: 0px;
}

.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;
}

.agl-bodybuy {
    background-color: white;
    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: white;
    min-width: 320px;
}

.agl-intro {
    background-color: white;
    padding-top: 0px;
    flex: none;
}

.agl-content {
    clear: both;
    position: relative;
    background-color: white;
    padding-bottom: 20px;
    padding-top: 0px;
    flex: 1 0 auto;
}

.agl-columnset {
    /* width: calc(100% - 40px);
    max-width: 1440px; COMMENTED OUT BY PENTERA */
    width:100%;
    max-width: 967px;;
    margin: auto;
    border-top: solid 10px transparent;
    border-collapse: unset;
}

.agl-footer {
    background-color: white;
    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;
}

.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;
}

.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: 90%;
    max-width: 500px;
    margin: auto;
}

.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;
}

.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, .25);
}

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

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

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

.agl-navigation {
    text-transform: uppercase;
    position: relative;
}

.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;
}

.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: 75px;
}

.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; COMMENTED OUT BY PENTERA */
    line-height: 23px;
    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: white;
    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-slidecanvas {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 0px;
    transition: all .25s ease;
    z-index: 10000;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .7);
}

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

.agl-slidemenu {
    background-color: black;
    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: rgba(255, 255, 255, .3);
    position: absolute;
    right: 24px;
    top: 22px;
    color: white;
    font-size: 200%;
}

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

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

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

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

.agl-slidemenu li ul a:hover {
    color: black !important;
    background-color: white;
}

/**/
.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;
}

.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 .ButtonLink {
    padding: 0px 4px;
    margin-bottom: 4px;
    border-radius: 4px;
    background-color: white;
    font-weight: bold;
}

.AlphaFilter .FilterLinkCurrent,
.DatePager .ButtonLinkCurrent {
    background-color: black;
    color: white;
}

.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: 0px;
    background-color: white;
    box-shadow: 0px 0px 0px 1px rgb(230, 230, 230);
    margin-top: 8px;
}

.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));
}

.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-3 .Item {
    width: calc(33.33% - 14px);
}

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

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

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

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

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

.AgileList-Detailed .ImageBox>img,
.AgileList-List .ImageBox>img {
    max-width: 75vw;
}

.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: white;
}

.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 {
    width: 100px;
    display: inline-block;
}

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

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

.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;
}

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

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

.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(../images/ActiveArrowLeft.png) 0px 0px repeat-y;
    opacity: .85;
    filter: alpha(opacity=85);
}

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

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

.InfoContainer .Media {
    float: left;
    width: 588px;
}

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

.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, .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;
}

.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;
}

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

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

.InfoContainer .Purchase .Showing .Venue {
    width: auto;
}

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

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

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

.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;
    max-width: 1440px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.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 {
    position: absolute;
    bottom: 45px;
    left: 0px;
    right: 0px;
    padding-left: 20px;
    background-color: rgba(0, 0, 0, .5);
    font-size: 200%;
    color: white;
    z-index: 10;
    font-weight: 900;
    text-transform: uppercase;
}

.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: 45px;
    background-color: rgba(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: 30px;
    width: 50px;
    box-shadow: 1px 1px 10px 1px #e3e3e3;
}

.agl-media-links>a>div {
    display: inline-block;
    padding: 0px 10px;
    border-radius: 2px !important;
    background-color: black;
    height: 30px;
    line-height: 30px;
    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: #006783;
    color: white;
}

.epgColor1Back a {
    color: white;
}

.epgColor2 {}

.epgColor2Back {
    color: #4b5b75;
    background-color: #f5e1a7;
}

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

.epgColor2Back a {
    color: white;
}

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

.epgColor3 {
    color: #7db0df;
}

.epgColor3Back {
    background-color: #4F566E;
}

.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;
}

.ButtonLink {
    font-weight: normal;
    background-color: #e3e3e3;
    border-radius: 4px;
    display: inline-block;
    margin: 2px;
    padding: 4px 8px;
}

.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;
}

#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;
}

.ButtonLink.MyCalLink {
    background-color: white !important;
    color: black !important;
}

.MyCal .MyCalLink {
    float: right;
}

.MyCalNotAdded span.ico {
    background-image: url(../images/MyCalNotAdded.png);
}

.MyCalAdded span.ico,
.MyCalPurchased span.ico {
    background-image: url(../images/MyCalAdded.png);
}

.MyCalLink span.ui-button-text {
    font-size: .66em;
}

.MyCalLink span.ico {
    width: 21px;
    height: 21px;
}

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

.OrderListLineItem {
    margin: 10px;
}

.OrderListLineItemHeader {
    padding-bottom: 10px;
}

.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: 10px 0px;
    width: 95%;
    width: calc(100% - 20px);
    margin: auto;
}

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;
}

@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: 100%;
    }

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

@media (min-width: 951px) {
    .agl-navigation {
        min-height: 75px;
        height: 110px
    }

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

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

    .agl-navigation>ul>li>ul {
        display: none;
        /* min-width: 200px; COMMENTED OUT BY PENTERA */
    }

    .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;
    }

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

    .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 transparent;
        box-shadow: 0px 2px 1px 1px #000000;
    }

    .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: 43px;
        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;
    }

    .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);
    }

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

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

    .InfoContainer .Purchase .Showing .ButtonGroup {
        float: right;
    }

    .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;
    }
}

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

    .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 12.5px;
    }
}

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

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

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

@media (max-width: 950px) {
    .header-logo-div {
        padding: 15px 3% 0% 40%;
    }

    .SocialIcons {
        padding-right: 5%;
    }

    .agl-navigation-cart {
        position: absolute;
        right: 3px;
        top: 10px !important;
    }

    .SocialIcons {
        position: absolute;
        top: 12px !important;
        right: calc((100vw / 2) - 75px);
    }

    .agl-navigation-toggle {
        position: absolute;
        top: 10px !important;
    }

    a.agl-navigation-user,
    a.agl-navigation-userinitial {
        top: 10px !important;
    }

    .agl-navigation>ul>li>ul {
        background-color: #006783;
    }

    .agl-navigation>ul>li {
        background-color: #50AF95;
        border-bottom: 1px solid #FFFFFF;
    }

    .agl-navigation>ul>li:hover {
        background-color: #50AF95;
    }

    .agl-navigation>ul>li>ul>li>a {
        color: #FFFFFF !important;
        font-weight: 550 !important;
    }

    .agl-navigation>ul>li>ul>li {
        border-bottom: 1px solid #FFFFFF;
    }

    #nav>ul>li (background-color: black; ) .agl-navigation-toggle[aria-expanded="false"] .SocialIcons,
    .agl-navigation-toggle[aria-expanded="false"] .header-logo-div {
        padding-top: 6%;
    }

    //.agl-navigation-user[aria-expanded="true"] .MemLogText { display: none; }
    .agl-body {
        padding: 0px 0px;
    }

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

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

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

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

    .agl-usernav {
        display: none;
    }

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

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

    .agl-navigation {
        min-height: 44px;
        display: block;
    }

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

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

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

    .agl-navigation>ul>li>a {
        float: none;
        display: block;
        line-height: 43px;
    }

    .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;
        width: 100%;
    }

    .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;
    }

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

    .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;
    }

    .ButtonLink {
        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 {
        float: none;
        width: calc(100% - 20px);
    }

    .CalendarTable .DaysHeader {
        display: none;
    }

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

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

    .CalendarTable td {
        display: block;
    }

    .columnSet1-2Inner23,
    .columnSet1-3Inner23 {
        display: block;
    }

    .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;
    }

    .Purchase .Showing .ButtonLink {
        float: 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: white;
    }

    .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, .1);
        font-weight: bold;
    }
}

@media (max-width: 670px) {
    .agl-media-viewer>.Name {
        font-size: 140%;
    }
}


@media (max-width: 515px) {
    .image-editor {
        min-width: 128px;
        max-width: 128px;
        min-height: 128px;
    }
}


@media (max-width: 425px) {
    .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;
    }
}

@media (max-width: 400px) {
    a.agl-navigation-user {
        width: min-content;
        top: -5px !important;
    }

    a.agl-navigation-userinitial {
        top: 10px !important;
    }

}

@media (max-width: 320px) {
    .header-logo-div {
        padding: 15px 3% 0% 20%;
    }

    .SocialIcons {
        right: calc((100vw / 2) - 2.5%);
    }
}


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

.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;
}

@media (max-width: 767px) {
    .agl-sales-outlet .agl-container {
        margin-top: 0px;
    }

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

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

    .CalendarWidgetInfo {
        display: none !important;
    }
}