﻿/*
    //navbar.less
    #4c4c4c
    #888
    #fafafa
    #c4c4c4
    #808080
    #999999

    //pageTitle.less
    #4c4c4c
    #fafafa

    //slider.less
    #D9DCE5

    //tabbedNavigation.less
    #4c4c4c
    #fafafa
    #ddd
    #8E8E93

    //confirmation.less
    #1A1A1A
    #959595
    #fafafa
    #404040

    //connections.less
    #e4e4e4
    #eaeae9
    #4c4c4c

    //movierewards.less
    #e4e4e4
    #eaeae9
    #4c4c4c
    #F2F2F2
    #E6E6E6

    //movierewardsinfo.less
    #F9F9F9

    //myCinemark.less
    #4c4c4c

    //search.less
    #4c4c4c

    //seatmap.less
    #47643c
    #4c77c0
    #7f7f7f
    #47643c
    #E0E0E0
    #eee
    #cc1f2f
    #F0F0F0
    background: -webkit-gradient( linear, left top, right top, color-stop(8%, #F0F0F0), color-stop(18%, #DDDDDD), color-stop(33%, #F0F0F0) );
    background: -webkit-linear-gradient( left, #F0F0F0 8%, #DDDDDD 18%, #F0F0F0 33% );
    background: linear-gradient(to right, #F0F0F0 8%, #DDDDDD 18%, #F0F0F0 33%);

    //seatSwapConfirmation.less
    #ececec

    //subscriptions.less
    #E4E4E4
    #1A1A1A
    #eaeae9
    #4c4c4c
    #373737
    #c8c8c8
    #B22025

    //theater.less
    #4c4c4c

    //concessions.less
    #cecece
    #333
    #707070
    #b4b4b4
    #404040

    //showtimes.less
    #4c4c4c
    #454545
    #B8B8B8

    //cinemark.less
    #F9F9F9
    #eaeae9
    #4c4c4c
    #333
    #8E8E93
    #d9d9d9
    #0758bc
    #ddd
    #2d2d2d
    #AEAEAE
    #CECECE
    #4c4c4c
    #398293
    #555
    #66afe9
    #FAFAFA
    #FCFCFC
    #DEDEDE
    #eee
    #efefef
    #666
    #595959
    #b1b1b3
    #279D5B
    rgba(102, 175, 233, .6)
    rgba(102, 175, 233, .6)

    //MCP gradient
    background: linear-gradient(48.81deg, #A9A9A9 13.96%, #DBDBDB 40.33%, #DBDBDB 57.52%, #A9A9A9 87.79%);

    // line:5084 some array of colors
    #65B042
    #E28964
    #AEAEAE
    #608de2
    #3387CC
    #608de2
    #666
    #608de2
    #bdb76b
    #65B042
    #3387CC

    #060
    #006
    #600
    #404
    #044
    #440
    #000
    #006

*/
:root {
  --primary: #dd0000;
  --primary-lighter: #FF3C3C;
  --primary-darker: #6B0D0D;
  --on-primary: #FAFAFA;
  --secondary: #1A1A1A;
  --secondary-lighter: #2F2F2F;
  --secondary-darker: #000000;
  --on-secondary: #FAFAFA;
  --on-secondary-subtle: #FAFAFA;
  --background: #FAFAFA;
  --on-background: #1A1A1A;
  --surface: #FFFFFF;
  --on-surface: #1A1A1A;
  --error: #FFECEC;
  --on-error: #dd0000;
  --input-error-background: #FFECEC;
  --warning: #F19A18;
  --on-warning: #1A1A1A;
  --grey-50: #FEFEFE;
  --grey-100: #F2F2F2;
  --grey-200: #E6E6E6;
  --grey-300: #CCCCCC;
  --grey-400: #B3B3B3;
  --grey-500: #999999;
  --grey-600: #808080;
  --grey-700: #666666;
  --grey-800: #4D4D4D;
  --grey-900: #424242;
  --grey-950: #252525;
  --movie-fan: #2FA1A2;
  --movie-club: #8171B3;
  --pill-bg: #FFFFFF;
  --pill-border-color: #CCCCCC;
  --tag-bg: #CCCCCC;
  --tag-color: #1A1A1A;
  --seat-available: #47762E;
  --divider: #E6E6E6;
}
[data-theme="dark"] {
  --primary: #dd0000;
  --primary-lighter: #FF3C3C;
  --primary-darker: #6B0D0D;
  --on-primary: #FAFAFA;
  --secondary: #FAFAFA;
  --secondary-lighter: #FFFFFF;
  --secondary-darker: #F2F2F2;
  --on-secondary: #1A1A1A;
  --on-secondary-subtle: #B3B3B3;
  --background: #1A1A1A;
  --on-background: #FAFAFA;
  --surface: #1A1A1A;
  --on-surface: #FAFAFA;
  --error: #FAFAFA;
  --on-error: #1A1A1A;
  --input-error-background: #6B0D0D;
  --warning: #F19A18;
  --on-warning: #1A1A1A;
  --pill-bg: #2F2F2F;
  --pill-border-color: #4D4D4D;
}
/* Variables for Import */
/* Mixins for Import */
/* Typography */
.fontstd {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.fontcnd {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.fontsemibold {
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
}
.fontbold {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.fxxxl {
  font-size: 4em;
}
.fxxl {
  font-size: 3em;
}
.fxl {
  font-size: 2.6em;
}
.flg {
  font-size: 2em;
}
.fmd {
  font-size: 1.6em;
}
.fstd {
  font-size: 1.4em;
}
.fsm {
  font-size: 1.1em;
}
.fxs {
  font-size: 0.9em;
}
.fxxs {
  font-size: 0.75em;
}
.flight {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.fnormal {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.fsemibold {
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
}
.fbold {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.text-disabled {
  color: var(--grey-700);
}
/* Colors */
.primary {
  color: var(--primary);
}
.primary-hover {
  color: var(--primary-darker);
}
.brand-mf {
  color: var(--movie-fan);
}
.brand-mf-background {
  background: var(--movie-fan);
}
.brand-mc {
  color: var(--movie-club);
}
.brand-mc-background {
  background: var(--movie-club);
}
.seat-available-background {
  background: var(--seat-available);
}
.red {
  color: var(--primary);
}
.redhov {
  color: var(--primary-darker);
}
.blu20 {
  color: rgba(0, 61, 165, 0.2);
}
.blu50 {
  color: rgba(0, 61, 165, 0.5);
}
.blu70 {
  color: rgba(0, 61, 165, 0.7);
}
.blu100 {
  color: #003da5;
}
.grn50 {
  color: rgba(44, 104, 22, 0.5);
}
.grn70 {
  color: rgba(44, 104, 22, 0.7);
}
.grn100 {
  color: #2c6816;
}
.blk8 {
  color: rgba(0, 0, 0, 0.08);
}
.blk12 {
  color: rgba(0, 0, 0, 0.12);
}
.blk20 {
  color: rgba(0, 0, 0, 0.2);
}
.blk30 {
  color: rgba(0, 0, 0, 0.3);
}
.blk50 {
  color: rgba(0, 0, 0, 0.5);
}
.blk70 {
  color: #1a1a1a;
}
.blk70s {
  color: #444444;
}
.blk100 {
  color: #000000;
}
.wht1 {
  color: rgba(255, 255, 255, 0.1);
}
.wht50 {
  color: rgba(255, 255, 255, 0.5);
}
.wht100 {
  color: #ffffff;
}
.grey-700 {
  color: #666666;
}
.bgred {
  background: var(--primary);
}
.bgredhov {
  background: var(--primary-darker);
}
.bgblu20 {
  background: rgba(0, 61, 165, 0.2);
}
.bgblu50 {
  background: rgba(0, 61, 165, 0.5);
}
.bgblu70 {
  background: rgba(0, 61, 165, 0.7);
}
.bgblu100 {
  background: #003da5;
}
.bggrn50 {
  background: rgba(44, 104, 22, 0.5);
}
.bggrn70 {
  background: rgba(44, 104, 22, 0.7);
}
.bggrn100 {
  background: #2c6816;
}
.bgdbox {
  background: #f5891d;
}
.bgdboxhov {
  background: #d36700;
}
.special {
  background: #2da59c;
}
.specialhov {
  background: #0b837a;
}
.bgblk2 {
  background: rgba(0, 0, 0, 0.02);
}
.bgblk2s {
  background: #fafafa;
}
.bgblk5 {
  background: rgba(0, 0, 0, 0.05);
}
.bgblk5s {
  background: #f3f3f3;
}
.bgblk8 {
  background: rgba(0, 0, 0, 0.08);
}
.bgblk8s {
  background: #eaeae9;
}
.bgblk12 {
  background: rgba(0, 0, 0, 0.12);
}
.bgblk20 {
  background: rgba(0, 0, 0, 0.2);
}
.bgblk30 {
  background: rgba(0, 0, 0, 0.3);
}
.bgblk50 {
  background: rgba(0, 0, 0, 0.5);
}
.bgblk70 {
  background: #1a1a1a;
}
.bgblk100 {
  background: #000000;
}
.bggry {
  background: #8E8E93;
}
.bgwht1 {
  background: rgba(255, 255, 255, 0.1);
}
.bgwht50 {
  background: rgba(255, 255, 255, 0.5);
}
.bgwht70 {
  background: rgba(255, 255, 255, 0.7);
}
.bgwht70s {
  background: #444444;
}
.bgwht100 {
  background: #ffffff;
}
.bg-none {
  background: none;
}
/* Border */
.brdred {
  border: 2px solid var(--primary);
}
.brdredhov {
  border: 2px solid var(--primary-darker);
}
.brdDis {
  border: 2px solid #8E8E93;
}
.border-none {
  border: none;
}
/* Bootstrap label */
.label-primary {
  background: var(--primary);
}
/* Dropshadows */
.module-shadow {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
}
.module-shadow-hover {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}
.no-shadow {
  box-shadow: none !important;
}
/* Icons */
.fill-red {
  fill: var(--primary);
}
.fill-red-hov {
  fill: var(--primary-darker);
}
.stroke-red {
  stroke: var(--primary);
}
.stroke-red-hov {
  stroke: var(--primary-darker);
}
.svg-btn {
  padding: 0;
  background: none;
}
/* Vertical Alignment */
.valign-top {
  vertical-align: top;
}
.valign-middle {
  vertical-align: middle;
}
.valign-bottom {
  vertical-align: bottom;
}
/* Flexbox Alignment */
.flex-align-center {
  align-items: center;
}
/* Hide the increment/decrement spinner on numerical inputs */
.hide-number-spinner[type="number"] {
  -moz-appearance: textfield;
}
.hide-number-spinner[type="number"]::-webkit-outer-spin-button,
.hide-number-spinner[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Layout */
.top {
  margin-top: 0;
  padding-top: 0;
}
.bottom {
  margin-bottom: 40px;
}
@media only screen and (max-width:767.98px) {
  .bottom {
    margin-bottom: 15px;
  }
}
.bottom:not(img):not(input):empty {
  display: none !important;
}
.left {
  float: left;
  margin-left: 0;
}
.tight > * {
  margin: 0.5em 0;
}
.right {
  float: right;
  margin-right: 0;
}
.center {
  margin: auto;
}
.labelMargin {
  margin-top: calc(1em + 10px);
}
.uline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.ulinepad {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.ulinepad:first-of-type {
  padding-top: 0;
}
.ulinepad.extra {
  padding: 1.5em 0;
}
.noline {
  padding-bottom: 0px;
  border-bottom: none;
}
.oline {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.olinepad {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 1em;
  margin-top: 0.5em;
}
.olinepad.extra {
  padding-top: 1.5em;
  margin-top: 1em;
}
.strike {
  text-decoration: line-through;
}
.full-width {
  width: 100%;
}
.nowrap {
  white-space: nowrap;
}
.breaks {
  white-space: pre-line;
}
.text-wrap {
  white-space: normal;
}
.trunc {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.success {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  color: rgba(44, 104, 22, 0.7);
}
.success.svgIcon {
  fill: rgba(44, 104, 22, 0.7);
}
.clearfix:before {
  display: table;
  content: "";
}
.clearfix:after {
  display: table;
  content: "";
  clear: both;
}
.print {
  display: none;
}
@media print {
  .print {
    display: initial;
  }
}
.finit {
  font-size: 10px;
}
.px0 {
  padding-left: 0;
  padding-right: 0;
}
.p0 {
  padding: 0 !important;
}
.p5 {
  padding: 5px;
}
.p20 {
  padding: 20px;
}
.p40 {
  padding: 40px;
}
.p15 {
  padding: 15px;
}
.pl0 {
  padding-left: 0 !important;
}
.pr0 {
  padding-right: 0;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb30 {
  padding-bottom: 30px;
}
.m0 {
  margin: 0 !important;
}
.b0 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.t15 {
  margin-top: 15px;
}
.t30 {
  margin-top: 30px;
}
@media only screen and (max-width:767.98px) {
  .tempFixTopMargin {
    margin-top: 15px;
  }
}
.radius {
  border-radius: 4px;
}
.txtc {
  text-align: center;
}
.txtl {
  text-align: left;
}
.grow {
  flex-grow: 1;
}
.max-300 {
  max-width: 300px;
}
.cursPoint {
  cursor: pointer;
}
/* Responsive */
@media only screen and (max-width:369.98px) {
  .hidden-mobile-sm {
    display: none;
  }
}
@media only screen and (min-width:370px) and (max-width:450.98px) {
  .hidden-mobile-md {
    display: none;
  }
}
@media only screen and (min-width:451px) and (max-width:767.98px) {
  .hidden-mobile-lg {
    display: none;
  }
}
/* CSS Line Clamp */
/* Single line truncate */
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
}
/* Standard Drop Shadow */
.filter-drop-shadow {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
/* List utility classes*/
.lsp-outside {
  list-style-position: outside;
}
@media only screen and (max-width:767.98px) {
  #divRegistrationContainer {
    margin-top: 15px;
  }
}
.connectionsLogo {
  margin-bottom: 30px;
  max-width: 100%;
}
.connectionsLogo:empty {
  display: none;
}
.connectionsHistory h3 {
  font-size: 18px;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
@media only screen and (max-width:767.98px) {
  .connectionsHistory {
    margin-top: 20px;
  }
}
.connectionsHistory .historyItem {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}
.connectionsHistory .historyItem:before {
  display: table;
  content: "";
}
.connectionsHistory .historyItem:after {
  display: table;
  content: "";
  clear: both;
}
.connectionsHistory .historyItem > div {
  float: left;
}
.connectionsHistory .historyItem > div:first-child {
  width: 60px;
}
.connectionsHistory .historyItem > div:first-child img {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 30px;
}
.connectionsHistory .historyItem > div:nth-child(2) {
  width: calc(75% - 75px);
  margin-left: 15px;
}
.connectionsHistory .historyItem > div:nth-child(2) .rewardName,
.connectionsHistory .historyItem > div:nth-child(2) .accType {
  font-size: 14px;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.connectionsHistory .historyItem > div:nth-child(2) .rewardDesc,
.connectionsHistory .historyItem > div:nth-child(2) .accTheatre,
.connectionsHistory .historyItem > div:nth-child(2) .accMessage {
  margin-top: 0.5em;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.connectionsHistory .historyItem > div:nth-child(3) {
  width: 25%;
  text-align: right;
}
.connectionsHistory .historyItem > div:nth-child(3) .rewardPoints,
.connectionsHistory .historyItem > div:nth-child(3) .accPoints {
  font-size: 11px;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.connectionsHistory .historyItem > div:nth-child(3) .rewardDate,
.connectionsHistory .historyItem > div:nth-child(3) .accDate {
  font-size: 1.1em;
  margin-top: 0.5em;
}
@media only screen and (min-width:768px) {
  .connectionsHistory .historyItem > div:nth-child(3) .rewardDate,
  .connectionsHistory .historyItem > div:nth-child(3) .accDate {
    font-size: 1.4em;
  }
}
.connectionsHistory .historyItem.noImg > div:first-child {
  width: 75%;
}
.connectionsHistory .historyItem.noImg > div:first-child .rewardName,
.connectionsHistory .historyItem.noImg > div:first-child .accType {
  font-size: 14px;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.connectionsHistory .historyItem.noImg > div:first-child .rewardDesc,
.connectionsHistory .historyItem.noImg > div:first-child .accTheatre,
.connectionsHistory .historyItem.noImg > div:first-child .accMessage {
  margin-top: 0.5em;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width:768px) {
  .connectionsHistory .historyItem.noImg > div:first-child .rewardDesc,
  .connectionsHistory .historyItem.noImg > div:first-child .accTheatre,
  .connectionsHistory .historyItem.noImg > div:first-child .accMessage {
    font-size: 1.4em;
  }
}
.connectionsHistory .historyItem.noImg > div:last-child {
  width: 25%;
  margin-left: 0;
  text-align: right;
}
.connectionsHistory .historyItem.noImg > div:last-child .rewardPoints,
.connectionsHistory .historyItem.noImg > div:last-child .accPoints {
  font-size: 11px;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.connectionsHistory .historyItem.noImg > div:last-child .rewardDate,
.connectionsHistory .historyItem.noImg > div:last-child .accDate {
  font-size: 1.1em;
  margin-top: 0.5em;
}
@media only screen and (min-width:768px) {
  .connectionsHistory .historyItem.noImg > div:last-child .rewardDate,
  .connectionsHistory .historyItem.noImg > div:last-child .accDate {
    font-size: 1.4em;
  }
}
@media only screen and (min-width:768px) {
  .mr-only #pointsHistory {
    padding: 0 15px;
  }
}
.mr-only #pointsHistory .historyItem {
  padding: 15px;
  margin: 0 -15px;
}
@media only screen and (max-width:767.98px) {
  .mr-only #pointsHistory .historyItem:nth-child(2) {
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.mr-only #pointsHistory .historyItem.pendingAccumulation {
  background: rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
@media only screen and (min-width:768px) {
  .mr-only #pointsHistory .historyItem.pendingAccumulation {
    border: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.mr-only #pointsHistory .historyItem.pendingAccumulation:nth-child(2) {
  border-bottom: none;
}
@media only screen and (min-width:768px) {
  .mr-only #creditsHistory {
    padding: 0 15px;
  }
}
.mr-only #creditsHistory .historyItem {
  padding: 15px;
  margin: 0 -15px;
}
@media only screen and (max-width:767.98px) {
  .mr-only #creditsHistory .historyItem:nth-child(1) {
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }
}
/* MR History Summary for Points and Credits */
#creditSummaryContent {
  padding: 0 20px;
}
#creditSummaryContent .creditHistoryHeadline {
  font-size: 2em;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width:767.98px) {
  #creditSummaryContent .creditHistoryHeadline {
    margin: 20px 0;
  }
}
#creditSummaryContent .creditHistorySubtext {
  font-size: 1.4em;
}
@media only screen and (max-width:767.98px) {
  .creditsSummary {
    margin-bottom: 30px;
  }
}
#ButtonHolder {
  text-align: center;
}
#ButtonHolder input {
  margin: auto;
}
#ButtonHolder input:disabled {
  display: none;
}
/* rewardBlock in Connections */
.rewardBlock .info {
  padding: 12px;
}
.info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  background: #ffffff;
  padding: 15px;
}
.rewardItem picture {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1px;
}
.rewardBlock {
  border-radius: 4px;
  flex-basis: calc(33% - 5px);
  margin-bottom: 18px;
}
.card {
  display: flex;
  flex-basis: calc(33% - 7.5px);
  margin-right: 15px;
  border-radius: 4px;
  overflow: hidden;
  flex-direction: column;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.102);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.102);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.102);
}
@media only screen and (min-width: 992px) and (max-width: 1098.98px) {
  .card {
    flex-basis: calc(32% - 1.5px);
  }
}
@media only screen and (min-width: 870px) and (max-width: 992.98px) {
  .card {
    flex-basis: calc(32% - 3px);
  }
}
@media only screen and (min-width: 770px) and (max-width: 869.98px) {
  .card {
    flex-basis: calc(32% - 4px);
  }
}
@media only screen and (max-width:767.98px) {
  .card {
    flex-basis: calc(50% - 7.5px);
  }
}
.card:nth-child(-n+2) {
  flex-basis: calc(50% - 7.5px);
}
@media only screen and (min-width:768px) {
  .card:nth-child(2),
  .card:nth-child(3n+2) {
    margin-right: 0;
  }
}
@media only screen and (max-width:767.98px) {
  card:nth-child(2),
  .card:last-child {
    margin-right: 0;
  }
  .card:first-child {
    flex-basis: 100%;
  }
  .card:nth-child(2) {
    margin-right: 15px;
    flex-basis: calc(50% - 7.5px);
  }
  .card:nth-child(odd) {
    margin-right: 0;
  }
}
@media only screen and (max-width:767.98px) {
  .rewardBlock {
    flex-basis: 48%;
  }
}
.cost {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
}
.rewardPoints,
.rewardDate {
  font-size: 14px;
  line-height: 16px;
  margin-top: 10px;
}
.rewardImage img {
  height: 128px;
  width: 100%;
  border-radius: 4px 4px 0 0;
  object-fit: cover;
}
.rewardImage:nth-child(n+2) {
  min-height: 208px;
}
@media only screen and (max-width:767.98px) {
  .rewardImage img {
    height: 86px;
  }
  .rewardBlock:nth-child(1) .rewardImage img {
    height: 180px;
  }
  .rewardBlock:nth-child(2) .rewardImage img {
    height: 86px;
  }
}
.rewardsList {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex: auto;
}
@media only screen and (min-width:768px) {
  .rewardsList {
    margin-bottom: 4px;
  }
}
.rewardsList h3 {
  flex-basis: 100%;
  margin-top: 0px;
}
.rewardsList a {
  margin-bottom: 18px;
}
.rewardsList .rewardBlock:last-child {
  padding-right: 0;
}
.rewardBlock:nth-child(1),
.rewardBlock:nth-child(2) {
  flex-basis: 49%;
}
@media only screen and (max-width:767.98px) {
  .rewardBlock:nth-child(1) {
    flex-basis: 100%;
  }
  .rewardBlock:nth-child(2) {
    flex-basis: 49%;
  }
}
@media only screen and (max-width:767.98px) {
  .rewardsList {
    margin-top: 20px;
  }
}
.rewardName {
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
  font-size: 2em;
  display: block;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width:767.98px) {
  .rewardName {
    font-size: 1.6em;
  }
}
.rewardFlex {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.rewardList {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex: auto;
  margin: 15px auto;
}
.card-title .arrowRight {
  margin-left: auto;
  margin-top: 10px;
  height: 10px;
  width: 10px;
  padding-left: 7px;
}
.textLink {
  margin-left: auto;
}
.connectionsPropWrapper {
  display: flex;
  margin: 70px 0;
}
@media only screen and (max-width:767.98px) {
  .connectionsPropWrapper {
    margin: 24px 0;
  }
}
.PropTitle {
  font-size: 20px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.connectionsProp {
  flex-basis: 50%;
  display: flex;
}
.connectionsPropImage {
  margin-right: 20px;
}
@media only screen and (max-width:767.98px) {
  .connectionsPropWrapper {
    flex-wrap: wrap;
  }
  .connectionsProp {
    flex-basis: 100%;
  }
  .connectionsProp:first-child {
    margin-bottom: 30px;
  }
}
.rewardRedeemWrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.headerMargin {
  margin-top: 0;
}
.greyHeader {
  background: #eaeae9;
}
@media only screen and (max-width:767.98px) {
  .greyHeader {
    position: fixed;
    z-index: 4;
    box-shadow: 0 -5px 20px #4c4c4c;
    width: 100%;
  }
}
@media only screen and (max-width:767.98px) {
  #mobileNavBar {
    box-shadow: none;
  }
}
@media only screen and (max-width:767.98px) {
  #divRegistrationContainerTabs {
    /*margin-top: 90px;*/
  }
  #divRegistrationContainer {
    margin-top: 0;
  }
}
.card-title {
  flex-grow: 0;
}
/* Quick Links */
.sidebar-menu-wrapper {
  display: flex;
}
.sidebar-menu-name {
  margin-left: 12px;
  width: 100%;
}
.quickLinksList {
  margin: 0;
  padding: 0;
  font-size: 1em;
  list-style-type: none;
}
.quickLinksList li {
  font-size: inherit;
}
#ReviewShippingInfoDiv {
  margin: 30px 0;
}
#ReviewShippingInfoDiv p {
  margin: 0;
}
.input-text {
  -webkit-appearance: none;
  box-shadow: none !important;
  background: none;
}
.icon_edit_btn {
  height: 18px;
  fill: rgba(0, 0, 0, 0.5);
}
.connections-title {
  font-size: 2.6em;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  margin: 20px 0 15px;
}
@media only screen and (min-width:768px) {
  .connections-title {
    margin: 30px 0 20px;
  }
}
.redeemContainer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 20px;
  margin-top: 20px;
  flex: 0 0 100%;
}
.redeemContainer:before {
  display: table;
  content: "";
}
.redeemContainer:after {
  display: table;
  content: "";
  clear: both;
}
.redeemContainer input {
  margin-top: 0;
}
.redeemContainer span {
  font-size: 1.3em;
}
.connections-body {
  display: flex;
  margin-right: 20px;
}
@media only screen and (max-width:767.98px), only screen and (min-width:768px) and (max-width:991.98px) {
  .connections-flex-container {
    flex-direction: column;
  }
  .connections-flex-container .contentModule {
    margin-top: 0;
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:1200px) {
  .connections-flex-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.connections-flex-container .points {
  margin-top: 30px;
}
.form-horizontal {
  flex-basis: 100%;
}
.connections-redemption-flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:767.98px) {
  .connections-redemption-flex {
    flex-direction: column;
  }
}
.promocode-wrapper {
  display: flex;
  justify-content: space-between;
}
.promocode-body {
  flex: 1;
  margin-right: 20px;
}
.header-underline {
  padding-top: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 10px;
}
@media only screen and (max-width:767.98px) {
  .header-underline {
    padding-top: 0;
  }
}
.btn-promocode {
  background: rgba(0, 0, 0, 0.2);
  display: block;
  float: left;
  width: 42px;
  padding: 9px 0 10px;
  border-radius: 0 4px 4px 0;
}
.btn-promocode:hover {
  background: rgba(0, 0, 0, 0.3);
}
.btn-promocode span {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  color: #1a1a1a;
  padding-top: 2px;
  margin-left: 6px;
}
.connections-hero {
  background: rgba(0, 0, 0, 0.12);
  margin-bottom: 1px;
  border-radius: 4px 4px 0 0;
  z-index: 3;
  width: 100%;
  /*padding-top: 56%;*/
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width:767.98px) {
  .connections-hero {
    width: calc(100% + 30px);
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.connections-hero .img-connection-reward,
.connections-hero .border {
  width: 100%;
  border-radius: 4px;
}
@media only screen and (max-width:767.98px) {
  .connections-hero .img-connection-reward,
  .connections-hero .border {
    border-radius: 0;
  }
}
.connections-hero .border {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid rgba(224, 224, 224, 0.5);
  border-radius: 4px;
}
@media only screen and (max-width:767.98px) {
  .connections-hero .border {
    display: none;
  }
}
@media only screen and (max-width:767.98px) {
  .header-underline {
    padding-top: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 9px;
  }
  .connectionsContentModule {
    margin-top: 20px;
    background: #ffffff;
    padding: 0;
  }
  .connectionsContentModule h3 {
    margin-top: 30px;
  }
  .connectionsContentModule input[type="text"],
  select {
    background: rgba(0, 0, 0, 0.12);
  }
}
.connections-input-text {
  padding-left: 3px;
}
.svg-icon {
  fill: rgba(0, 0, 0, 0.3);
}
.connections-input-flexbox {
  display: flex;
}
.header-unlock {
  border-bottom: none;
  margin-left: 12px;
}
.contentModule-underline {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #ffffff;
}
.reward-sidebar {
  flex: 0 0 300px;
}
@media only screen and (max-width:767.98px) {
  .reward-sidebar {
    flex: 0 0;
    margin-top: 0;
  }
}
.reward-sidebar .input-promocode[type="text"] {
  background: #ffffff;
  width: calc(100% - 42px);
  float: left;
  padding: 0.6em;
  border-radius: 4px 0 0 4px;
}
@media only screen and (max-width:767.98px) {
  .reward-sidebar .input-promocode[type="text"] {
    background: rgba(0, 0, 0, 0.12);
  }
}
.reward-sidebar .qrcode {
  background: #ffffff;
  padding: 15px;
  width: 260px;
}
@media only screen and (min-width:768px) {
  .reward-sidebar .qrcode {
    width: 200px;
  }
}
.app-download-wrapper:before {
  display: table;
  content: "";
}
.app-download-wrapper:after {
  display: table;
  content: "";
  clear: both;
}
.app-download-wrapper :first-child {
  float: left;
}
.app-download-wrapper :last-child {
  float: right;
}
@media only screen and (max-width:767.98px) {
  .app-download-wrapper :first-child {
    float: none;
  }
  .app-download-wrapper :last-child {
    float: none;
  }
}
.app-banner-wrapper {
  display: flex;
}
@media only screen and (max-width:767.98px) {
  .app-banner-wrapper {
    justify-content: center;
    margin-top: 20px;
  }
}
.app-banner-wrapper span:first-child {
  margin-right: 20px;
}
.app-banner-wrapper span img {
  height: 40px;
}
.app-download-text {
  margin-top: 7px;
  margin-right: 10px;
}
.unlock-flexbox-wrapper {
  display: flex;
}
.unlock-text-content {
  display: inline-block;
  min-width: 200px;
}
.form-flexbox-wrapper {
  display: flex;
}
@media only screen and (max-width:767.98px), only screen and (min-width:768px) and (max-width:991.98px) {
  .reward-details-flex-container {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:1200px) {
  .reward-details-flex-container {
    flex: 1;
    margin-right: 30px;
  }
}
.reward-details-flex-container p:last-child {
  margin-top: 30px;
}
@media only screen and (min-width: 502px) and (max-width: 767.98px) {
  .contentColumn label:first-child {
    display: block;
  }
  select.sidebarText {
    width: 100%;
  }
}
.icon-review-shipping {
  margin-bottom: 6px;
}
.reward-image-wrapper {
  background: rgba(0, 0, 0, 0.12);
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
  z-index: 3;
  width: 100%;
  /*padding-top: 56%;*/
  overflow: hidden;
  position: relative;
  /*display: flex;*/
  /*flex-direction: row;*/
  /*flex-wrap: wrap;*/
  /*justify-content: center;*/
  /*align-items: center;*/
}
.reward-image-wrapper .reward-image {
  width: 100%;
  border-radius: 4px 4px 0 0;
}
.reward-image-wrapper .border {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid rgba(224, 224, 224, 0.5);
  border-radius: 4px 4px 0 0;
}
.locked-reward {
  opacity: 0.6;
}
.locked-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  z-index: 1;
}
.progress-steps {
  padding-left: 0 !important;
}
.progress-steps li {
  list-style-type: none;
  margin: 10px 0;
}
.progress-steps li span:first-child {
  padding: 0 0px;
}
.progress-steps li span:nth-child(2) {
  padding: 0 0 0 12px;
}
.progress-steps li span:nth-child(3) {
  float: right;
}
.progress-steps-header {
  border-bottom: 0;
  margin-top: 20px;
}
.progress-steps-wrapper {
  margin-top: 20px;
}
.qr-code-details {
  margin-right: 10px;
}
@media only screen and (max-width:767.98px) {
  .qr-code-details {
    margin-bottom: 34px;
  }
}
.barcode-details {
  margin-top: 12px;
  text-align: center;
}
.qr-code-instructions {
  padding: 5px 5px 10px;
  margin-right: 0;
  text-align: center;
}
@media only screen and (max-width:767.98px) {
  .qr-code-instructions {
    margin-top: 20px;
  }
}
.module-download-code {
  margin-top: 20px;
}
.external-link-wrapper {
  padding-top: 4px;
}
.out-of-stock-wrapper-grid {
  background: #000000;
  opacity: 0.68;
  border-radius: 50px;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  height: 68px;
  width: 202px;
}
@media only screen and (max-width:767.98px) {
  .out-of-stock-wrapper-grid {
    height: 43px;
    width: 110px;
  }
}
.out-of-stock-text-grid {
  opacity: 1;
  border-radius: 50px;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  height: 52px;
  width: 127px;
}
@media only screen and (max-width:767.98px) {
  .out-of-stock-text-grid {
    height: 34px;
    width: 100px;
  }
}
.out-of-stock-text-grid p {
  color: #ffffff;
  font-size: 2em;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  text-align: center;
  line-height: 1.2;
  margin-top: 2px;
}
@media only screen and (max-width:767.98px) {
  .out-of-stock-text-grid p {
    font-size: 1.4em;
  }
}
.sold-out-wrapper-grid {
  background: #000000;
  opacity: 0.68;
  border-radius: 50px;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  height: 47px;
  width: 142px;
}
@media only screen and (max-width:767.98px) {
  .sold-out-wrapper-grid {
    height: 34px;
    width: 100px;
  }
}
.sold-out-text-grid {
  opacity: 1;
  border-radius: 50px;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  height: 43px;
  width: 142px;
}
@media only screen and (max-width:767.98px) {
  .sold-out-text-grid {
    height: 32px;
    width: 100px;
  }
}
.sold-out-text-grid p {
  color: #ffffff;
  font-size: 2em;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  text-align: center;
  line-height: 1.2;
  margin-top: 9px;
}
@media only screen and (max-width:767.98px) {
  .sold-out-text-grid p {
    font-size: 1.4em;
  }
}
.panel-bottom-cancelled-text {
  font-size: 1.4em;
  margin-top: 15px;
  text-align: left;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
  #upgradeMembership {
    font-size: 1.4em;
  }
}
.mc-status-contain .panel-bottom-full .mc-panel-list {
  margin: 40px 0px 20px;
  text-align: left;
}
.mc-status-contain .panel-bottom-full .mc-panel-list h2 {
  font-size: 1.6em;
}
.contentMain > h3.noline {
  padding-bottom: 0px;
  border-bottom: none;
}
@media only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:1200px) {
  .mc-pause-details .mc-pause-duration {
    padding-left: 0;
  }
}
.mc-pause-details .mc-pause-duration .row:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:1200px) {
  .mc-pause-details .mc-pause-credits {
    padding-right: 0;
  }
}
.mc-pause-details .mc-pause-credits__info {
  padding: 0 0 0 20px;
  list-style-position: outside;
}
@media only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:1200px) {
  .flx-row {
    display: flex;
    flex-direction: row;
  }
}
.flx-col {
  display: flex;
  flex-direction: column;
}
.flx-col .flx-1 {
  flex: 1;
}
.pauseConfirmation {
  max-width: 100%;
  margin: 0 auto;
}
.mc-pause-end-updated {
  font-weight: bold;
}
.pauseReactivtaionConfirmContain .reactivateMembershipDetails,
.pauseReactivtaionConfirmContain .reactivateMembershipDetails .reactivateDetailsWrap {
  border-bottom: none;
  border-top: none;
}
/* Movie Club Platinum tier progress tabs/panels */
.mcp-tier-progress-heading {
  padding: 0;
  margin: 25px 0 30px;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.mcp-tier-progress {
  border-radius: calc( 4px * 2);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
}
.mcp-tier-progress .nav-tabs {
  display: flex;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.mcp-tier-progress .nav-tabs li {
  width: 100%;
  padding: 0;
  margin: 0;
  background: #F2F2F2;
}
.mcp-tier-progress .nav-tabs li.active {
  background: #ffffff;
}
.mcp-tier-progress .nav-tabs li:first-child {
  border-top-left-radius: calc( 4px * 2);
}
.mcp-tier-progress .nav-tabs li:last-child {
  border-top-right-radius: calc( 4px * 2);
}
.mcp-tier-progress .nav-tabs li div[role="tab"] {
  display: block;
  font-size: 20px;
  line-height: 50px;
  cursor: pointer;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.mcp-tier-progress .tab-content {
  margin: 0 0 30px;
}
.mcp-tier-progress .tab-content .tab-pane {
  padding: 20px;
  margin: 0;
  border-bottom-left-radius: calc( 4px * 2);
  border-bottom-right-radius: calc( 4px * 2);
}
.mcp-tier-progress .tab-content .tab-pane.active {
  background: #ffffff;
}
.mcp-tier-progress .tab-content .tab-pane .tier-progress-graph-container {
  position: relative;
  margin: 20px auto;
  max-width: 225px;
}
@media only screen and (min-width:768px) {
  .mcp-tier-progress .tab-content .tab-pane .tier-progress-graph-container {
    margin: 0 auto;
  }
}
.mcp-tier-progress .tab-content .tab-pane .tier-progress-graph-container .tier-progress-data-total {
  position: absolute;
  top: 90%;
  left: 75%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 12px;
  line-height: 12px;
}
.mcp-tier-progress .tab-content .tab-pane .tier-progress-graph-container .tier-progress-data-required {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  font-size: 18px;
  line-height: 22px;
  min-width: 120px;
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
}
.mcp-tier-progress .tab-content .tab-pane .tier-progress-graph-container .tier-progress-data-required .tier-progress-data-number {
  font-size: 30px;
  line-height: 35px;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.mcp-tier-progress .tab-content .tab-pane .tier-progress-graph-container .tier-progress-data-required .mcp-progress-link {
  color: var(--primary);
}
.mcp-tier-progress .tab-content .tab-pane .tier-progress-graph-container .tier-progress-data-required .mcp-progress-link:hover {
  color: var(--primary-darker);
}
.mcp-tier-progress .tab-content .tab-pane .tier-progress-graph {
  display: block;
  transform: rotate(-135deg);
}
.mcp-tier-progress .tab-content .tab-pane .tier-progress-graph .tier-progress-bg {
  fill: none;
  stroke: #E6E6E6;
  stroke-width: 3;
  stroke-linecap: round;
}
.mcp-tier-progress .tab-content .tab-pane .tier-progress-graph .tier-progress {
  fill: none;
  stroke: #dd0000;
  stroke-width: 3;
  stroke-linecap: round;
  animation: tier-progress-animation 1s ease-out forwards;
}
.mcp-tier-progress .tab-content .tab-pane .tier-progress-graph .tier-progress-pending {
  fill: none;
  stroke: #ddafb1;
  stroke-width: 3;
  stroke-linecap: round;
  animation: tier-progress-pending-animation 1s ease-out forwards;
}
.mcp-tier-progress .tab-content .tab-pane .tier-info-benefits-list {
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}
.mcp-tier-progress .tab-content .tab-pane .tier-info-benefits-list li {
  font-size: 16px;
  line-height: 22px;
}
.mcp-tier-progress .tab-content .tab-pane .tier-info-learn-more {
  font-size: 16px;
}
@media only screen and (min-width:768px) {
  .mcp-tier-progress .tab-content .tab-pane.active {
    display: flex;
  }
  .mcp-tier-progress .tab-content .tab-pane .tier-info-pane {
    padding: 20px;
    width: 100%;
  }
}
.mcp-tier-progress .tier-progress-pending-message {
  display: flex;
}
.mcp-tier-progress .tier-progress-pending-message .color-key {
  width: auto;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 10px;
  background: #ddafb1;
}
.mcp-tier-progress .tier-progress-pending-message p {
  font-size: 11px;
}
.mcp-tier-earned {
  border-radius: 4px;
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  /*&:last-child {
        margin-bottom: 0;
    }*/
}
.mcp-tier-earned:before {
  display: table;
  content: "";
}
.mcp-tier-earned:after {
  display: table;
  content: "";
  clear: both;
}
.mcp-tier-earned.tier-mcp {
  position: relative;
  padding: 0;
}
.mcp-tier-earned.tier-mcp .tier-mcp-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, -75%, 0);
}
@media only screen and (min-width:768px) {
  .mcp-tier-earned.tier-mcp .tier-mcp-icon {
    width: 68px;
    height: 68px;
    transform: translate3d(-50%, -50%, 0);
  }
}
.mcp-tier-earned h2.mcp-info-header {
  margin-top: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width:369.98px), only screen and (min-width:370px) and (max-width:450.98px) {
  .mcp-tier-earned .tier-block {
    padding: 0;
  }
}
.mcp-tier-earned li {
  text-align: left;
}
@keyframes tier-progress-animation {
  0% {
    stroke-dasharray: 0 100;
    stroke-dashoffset: 0;
  }
}
@keyframes tier-progress-pending-animation {
  0% {
    stroke-dasharray: 0 100;
    stroke-dashoffset: 0;
  }
}
.historyPosterWrap {
  position: relative;
  height: 60px;
  overflow: hidden;
  border-radius: 30px;
}
.historyPosterWrap > .historyPoster {
  position: absolute;
  width: 60px;
  height: 90px;
  top: 50%;
  left: 50%;
  margin-top: -75%;
  margin-left: -50%;
}
.mcp-progress-select {
  display: block;
  margin: 30px auto;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  background: var(--surface);
  border: 1px solid var(--grey-300);
}
@media only screen and (min-width:768px) {
  .mcp-progress-select {
    width: 50%;
  }
}
.mcp-progress-table {
  margin: 20px 0;
  width: 100%;
}
.mcp-progress-table thead {
  font-size: 18px;
  line-height: 22px;
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
}
.mcp-progress-table thead .mcp-progress-table__tickets {
  padding: 0 15px;
}
.mcp-progress-table tbody {
  font-size: 16px;
  line-height: 22px;
}
.mcp-progress-table tbody .small {
  font-size: 11px;
  line-height: 16px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.mcp-progress-table tbody tr {
  border-bottom: 1px solid var(--grey-200);
}
.mcp-progress-table tbody td {
  padding: 15px 0;
}
.mcp-progress-table tbody td.mcp-progress-table__movie {
  width: 100%;
}
@media only screen and (max-width:767.98px) {
  .mcp-progress-table tbody td.mcp-progress-table__movie {
    width: 70%;
  }
}
.mcp-progress-table tbody td.mcp-progress-table__tickets {
  padding: 15px;
}
@media only screen and (max-width:767.98px) {
  .mcp-progress-table tbody td.mcp-progress-table__tickets {
    width: 25%;
  }
}
@media only screen and (max-width:767.98px) {
  .mcp-progress-table tbody td.mcp-progress-table__visits {
    width: 25%;
  }
}
.mcp-progress-table tfoot {
  font-size: 18px;
  line-height: 22px;
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
}
.mcp-progress-table tfoot .small {
  font-size: 11px;
  line-height: 16px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.mcp-progress-table tfoot td {
  padding: 15px 0;
}
.pendingAndExpiringPointSummary {
  margin-top: 20px;
}
.pendingAndExpiringPointSummary:before {
  display: table;
  content: "";
}
.pendingAndExpiringPointSummary:after {
  display: table;
  content: "";
  clear: both;
}
.pendingAndExpiringPointSummary > div {
  width: 50%;
  float: left;
}
.pendingAndExpiringPointSummary > div:only-child {
  width: 100%;
  float: none;
}
.pendingAndExpiringPointSummary > div .summaryTotal {
  font-size: 2em;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
@media only screen and (min-width:768px) {
  .pendingAndExpiringPointSummary > div .summaryTotal {
    font-size: 1.6em;
  }
}
.pendingAndExpiringPointSummary > div span {
  font-size: 1.6em;
}
@media only screen and (min-width:768px) {
  .pendingAndExpiringPointSummary > div span {
    font-size: 1.4em;
  }
}
.pendingAndExpiringPointSummary > div:first-child > * {
  padding-right: 5px;
}
.pendingAndExpiringPointSummary > div:last-child > * {
  padding-left: 5px;
}
.plf-info .panel-bottom-list {
  column-count: initial;
  -webkit-column-count: initial;
}
@media only screen and (min-width:768px) and (max-width:991.98px), only screen and (max-width:767.98px) {
  .plf-info .panel-bottom-list > div:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}
.plf-info .btn.plf-info__faq-btn {
  display: block;
  text-align: right;
}
@media only screen and (min-width:768px) and (max-width:991.98px), only screen and (max-width:767.98px) {
  .plf-info .btn.plf-info__faq-btn {
    text-align: left;
    margin-bottom: 1.2em;
  }
}