@font-face {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
}
@font-face {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 900;
}
@font-face {
  font-family: "Gotham A", "Gotham B";
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "Gotham A", "Gotham B";
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Gotham A", "Gotham B";
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Gotham A", "Gotham B";
  font-style: italic;
  font-weight: 900;
}
.GothamLight {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 300;
}
.GothamBook {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
}
.GothamMedium {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
}
.GothamBold {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
}
.GothamBlack {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 800;
}
.GothamUltra {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 900;
}
.GothamThinItalic {
  font-family: "Gotham A", "Gotham B";
  font-style: italic;
  font-weight: 100;
}
.GothamLightItalic {
  font-family: "Gotham A", "Gotham B";
  font-style: italic;
  font-weight: 300;
}
.GothamBookItalic {
  font-family: "Gotham A", "Gotham B";
  font-style: italic;
  font-weight: 400;
}
.GothamUltraItalic {
  font-family: "Gotham A", "Gotham B";
  font-style: italic;
  font-weight: 900;
}
body {
    font-size: initial;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.FloatLeft {
    float: left;
}
.Reset {
    clear: both;
}
.FloatRight {
    float: right;
}
.Cursor {
    cursor: pointer;
}
.NoCursor {
    cursor: none !important;
}
.DollarValue {
    color: #333333;
    font:Normal 800 24px Gotham; 
    font-family: "Gotham A", "Gotham B";
}
.DollarSign {
    font: Normal 400 0.55em Gotham;
    font-family: "Gotham A", "Gotham B";
    padding-right: 2px;
    vertical-align: 45%; 
}
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}
h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
h2
{
    font-size: 1.5em;
    font-weight: 600;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}
.Show {
    display: block !important;
}
.Hide {
    display: none !important;
}
.Anchor {
    text-decoration: none;
    color: inherit;
}
.ErrorColor {
    color: #FF2D55 !important;
}
.LinkColor {
    color: #357DF3 !important;
}
.PosRel {
    position: relative;
}
[tabindex]:focus {
    outline: 1px dashed #0368D9;
}
.DarkBGOutline[tabindex]:focus {
    outline: 1px dashed #E1F0FF;
}
[tabindex="-1"]:focus{
    outline: none;
}
.ArrowKeys:focus {
    outline: 1px dashed #0368D9 !important;
}
.VIPDatePicker .ArrowKeys:focus {
    outline: 1px dashed #E1F0FF !important;
}
.headerNavBox {
    display: block;
    max-height: 38px;
    background-color: white;
}
.VisuallyHidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}
.showOnFocus {
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 1px;
    clip: rect(0px, 0px, 0px, 0px);
    margin: -1px;
    overflow: hidden;
}
.showOnFocus:focus {
    position: static;
    width: auto;
    height: auto;
    clip: auto;
    margin: 12px;
    overflow: visible;
    outline-offset: 2px;
}
.skipTo {
    color: #0368D9;
    font: Normal 500 14px Gotham;
    font-family: "Gotham A", "Gotham B";
    margin-left: 12px;
    line-height: 14px;
}
.dataEntry:focus {
    outline: 1px solid #0368D9;
}
.dataEntry.error {
    border: 1px solid #FF2D55 !important;
}
.TabFieldChildEnterKey {
    margin: 1px;
}
.Note {
    color: #036CE2 !important;
    margin-right: 2px;
}
.Small {
    font-size: 0.75em;
}
.Middle {
    vertical-align: middle;
}
.doNothingBoxForIE, .doNothingForIE {
    height:1px; 
    width: 1px;
    background-color: transparent;
}
.VerticalCenter {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.RoundedEdge {
    border-radius: 2px;
}
/*---- PurchaseTicketsMaster.css ----*/
#MasterBody
{
    position:relative;
	line-height: 1;
    color: #65635f;
    background: #DEDEDE;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0px;
}
#MainDivHeader {
    width:100%;
    background: #036CE2;
}
.MainDivHeaderControl,
#MainDivContents
{
    position: relative;
	width:1018px;
	margin:0 auto;
}
.MainDivHeader
{
    position: relative;
	width:1018px;
	min-height:104px;
	background-color:transparent;
}
.MiniHeaderBlank {
}
.MainDivHeaderCart {
    position: absolute;
    top: 15px;
    right: 1em;
    width: 75px;
    background-color: transparent;
    padding: 0 7px 0 7px;
    cursor: pointer;
}
.MainDivHeaderCartItembox {
    background: url(../Images/MasterPage/CartNew.png) 8px center no-repeat;
    padding-left: 45px;
}
.MainDivHeaderCartText{
    color: #FFFFFF;
    font: Normal 500 12px Gotham;
    font-family: "Gotham A", "Gotham B";
    line-height: 18px;
    text-transform: uppercase;
}
.MainDivHeaderCartItem {
    color: #FFFFFF;
    font: Normal 400 1em Gotham;
    font-family: "Gotham A", "Gotham B";    
    text-align: center;
    width: 1.375em;
    background: url(../Images/MasterPage/RedCircle.png) center no-repeat;
    line-height: 2.313em;
}
.MainDivHeaderHelpAndPhone {
    position: absolute;
    display: inline-block;
    top: 60px;
    right: 14px;
    background-color: transparent;
    color: white;
    font: Normal 300 12px Gotham;
    font-family: "Gotham A", "Gotham B";
    word-spacing: 1px;
    text-align: right;
    padding-left: 40px;
    background-image: url('../Images/Checkout/PhoneIcon.png');
    background-repeat: no-repeat;
    background-position: left center;
}
.MainDivHeaderBox {
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 800px;
}
.MainDivHeaderRow {
    display: block;
    position: relative;
    height: 60px;
    line-height: 44px;
    vertical-align: middle;
    padding-top: 20px;
}
.MainDivHeaderCol {
    display: inline;
    max-width: 150px;
    padding: 0px 20px 0px 20px;
    vertical-align: baseline;
    text-align: left;
    color: white;
    font: Normal 700 1em Gotham;
    font-family: "Gotham A", "Gotham B";    
}
.HeaderBuyTickets {
    color: yellow;
    border: none;
}
.FAQ {
    color: #007AFF;
    font: Normal 300 13px Gotham;
    font-family: "Gotham A", "Gotham B";    
}
.MainDivHeaderGlobe {
    position: absolute;
    display: inline;
    width: 180px;
    height: 105px;
    background-color: transparent;
    background-image: url('../Images/MasterPage/Globe.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.MainDivHeaderGlobe:focus {
    height: 95px;
    margin-top:5px; margin-bottom: 5px;
}
.MainDivFooterBox {
    width: 100%;
    background: url(../Images/MasterPage/FooterBackground.png);
    margin-top: 40px;
}
.MainDivFooterControl {
    display: block;
    width: 1018px;
    height: 161px;
    background:url("../Images/MasterPage/Footer.png") no-repeat;
    margin: auto;
    font: Normal 300 12px Gotham;
    font-family: "Gotham A", "Gotham B";    
}
.MainDivFooter
{
    text-align: right;
    padding: 55px 0px 0px 0px;
}
.FooterLegalLinks {
    color: #036CE2;
    font: Normal 500 11px Gotham;
    font-family: "Gotham A", "Gotham B";
    margin-left: 28px;
    margin-right: 4px;
}
.FooterLegalLinks:after{
    content: url(../Images/MasterPage/FooterArrow.png);
    margin-left: 5px;
}
.FooterAllRights {
    color: #333333;
    font: Normal 300 11px Gotham;
    font-family: "Gotham A", "Gotham B";
    margin-top:10px;
}
#MainDivContent
{
	width:1018px;
}
.SubmitSheet
{
    display: block;
	position:fixed;
	left:0;
	top:0;
	z-index:99999;
    background-color: transparent;
    cursor: progress;
}
.SubmitNoShow {
    display: none !important;
    cursor: default;
}
/*
label.error
{
    position: absolute;
    top:40px;
    left: 0px;
	color: red;
	font: Normal 300 11px Gotham;
    font-family: "Gotham A", "Gotham B";
	margin: 2px 2px 0px 2px;
	border: none;
}
*/
.Small label.error {
    width: 75% !important;
    padding: 0.3125rem 0.5rem !important;
}
label.error {
    position: relative;
    background: #e61b23;
    border: 1px solid #e61b23;
    margin: 10px 0px 0px 0px;
    padding: .3125rem .9375rem;
    font: Normal 300 11px Gotham;
    font-family: "Gotham A", "Gotham B";
    display: inline-block;
    border-radius: .1875rem;
    font-size: 1rem;
    line-height: 1.25rem;
    clear: both;
    color: #fff;
    /*word-break: break-word;*/
}
label.error:after, .label.error:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
label.error:after {
    border-color: rgba(230, 27, 35, 0);
    border-bottom-color: #e61b23;
    border-width: 10px;
    margin-left: -10px;
}
label.error:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #c2e1f5;
    border-width: 11px;
    margin-left: -11px;
}

/*---- PurchaseTickets.css ----*/
#PurchaseTicketsContents
{
    display: block;
    position:relative;
}
.AddToCartButton {
    width: 160px;
    height: 40px;
    background-image: url("../Images/ProductDetails/AddToCartButton.png");
    background-repeat: no-repeat;
    cursor: pointer;
}
.DescriptionHeading {
    font-weight:bold;
    color: #333333;
    line-height: 20px;
}
.PTMainErrorMessage {
    background-color: white;
}

/*---- DropDownSelectionBoxes.css ----*/
.selectBox-dropdown {
	display: inline-block;
	position: relative;
	text-decoration: none;
	text-align: left;
	outline: none;
	vertical-align: middle;

	color: #333333;
	line-height: 1.5;
    font: Normal 300 1em Gotham;
    font-family: "Gotham A", "Gotham B";
    cursor: pointer;
	margin:-2px 0px 0px;
    max-width: 400px;
    background-color: #F7F6F6;
}
.NewSelectBox .selectBox-dropdown {
    max-width: none;
	line-height: 1.5em;
    background-color: inherit !important;
}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
}
.selectBox-dropdown.selectBox-menuShowing {
}
.NewSelectBox .selectBox-dropdown.selectBox-menuShowing {
}
.selectBox-dropdown .selectBox-label {
    width: auto;
	padding: 2px 8px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
    text-align: left;
}
.NewSelectBox .selectBox-dropdown .selectBox-label {
	padding: 0 8px;
    text-align: center !important;
}
.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	width: 25px;
	height: 100%;
	background: url("../Images/ProductDetails/DownArrowBlue.png") left center no-repeat;
}
.NewSelectBox .selectBox-dropdown .selectBox-arrow {
    position: absolute;
    width: 25px;
    height: 100%;
    background: url(../Images/ProductDetails/MonthDropdownArrow.png) left center no-repeat;
}
/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 9999;
    max-height: 350px;
	min-height: 1em;
	background: white;
    font: Normal 300 1em Gotham;
    font-family: "Gotham A", "Gotham B";
	overflow: auto;
    border: 1px solid #A6A6A6;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.NewSelectBoxDDL-selectBox-dropdown-menu {
	min-height: 1.5em;
	background: white;
    font: Normal 800 1em Gotham;
    font-family: "Gotham A", "Gotham B";
    border: 1px solid #A6A6A6;
    border-bottom: none;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
	color:#333333;
    background-color: #FAFAFA;
}
.NewSelectBoxDDL-selectBox-dropdown-menu LI A {
    border-bottom: 1px solid #A6A6A6;
}
.selectBox-options LI A {
	height: 24px;
    line-height: 24px;
    padding: 7px 0px 6px 11px;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
}
.NewSelectBoxDDL-selectBox-dropdown-menu LI A {
	color: #333333;
    background-color: #FAFAFA;
    text-transform: uppercase;
}
.selectBox-options LI.selectBox-hover A {
    color: #FFFFFF;
	background-color: #52a41d;
}
.NewSelectBoxDDL-selectBox-dropdown-menu LI.selectBox-hover A {
	background-color: #52a41d;
}
.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}
.selectBox-options LI.selectBox-selected A {
}
.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}

.ui-tooltip {
  display:block;
	position: absolute;
	z-index: 9999;
	max-width: 213px;
  background-image: url("../Images/Overlay/Tooltip-Box.png");
  background-repeat: repeat;
  color: #FFFFFF;
  font: Normal 300 13px Gotham;
  font-family: "Gotham A", "Gotham B";
  padding: 8px;
}
/*---- VIPCalendar.css ----*/
.ui-datepicker {
	padding: 0px;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .25em;
}
.ui-datepicker .ui-datepicker-prev {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
    background-image: url("../Images/Calendar/PrevRed.png");
    background-repeat: no-repeat;
    background-position: left;
    cursor:pointer;
}
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
    background-image: url("../Images/Calendar/NextRed.png");
    background-repeat: no-repeat;
    background-position: right;
    cursor:pointer;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 0px;
}
.ui-datepicker .ui-datepicker-next {
	right: 0px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: -1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: -1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: none;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0;
	line-height: 1.8em;
    color: #000000;
    font: 500 16px Gotham;
    font-family: "Gotham A", "Gotham B";
	text-align: left;
    text-transform: uppercase;
    padding: 0 1em;
}
.ui-datepicker .ui-datepicker-title select {
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
    color: #000000;
    font: Normal 500 14px Gotham;
    font-family: "Gotham A", "Gotham B";
    background-color: #E3E7EA;
    border: 1px solid white;
}
.ui-datepicker td {
	padding: 1px;
    background-color: #034FA5;
    border: 1px solid #FFFFFF;
	text-align: center;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: flex;
	padding: .2em;
	align-items: center;
    justify-content:center;
	text-decoration: none;
    color: #FFFFFF;
    font: Normal 500 14px Gotham;
    font-family: "Gotham A", "Gotham B";
}
.ui-datepicker .ui-state-disabled {
    background-color: #F0F0F0;
    border: 1px solid white;
}
.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .ui-state-hover {
    color: #000000 !important;
    background-color: #A1CDFE;
}
.ui-datepicker .ui-datepicker-unselectable span {
    color: #AAAAAA;
	padding: .2em;
    min-height: 36px;
    min-width: 36px;
}
.ui-datepicker .ui-datepicker-current-day {
    color: #000000 !important;
    background-color: #A1CDFE;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0; 
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto !important;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
    padding: 1em;
}
.ui-datepicker-multi .ui-datepicker-group table {
	margin: 0 auto .4em;
}
.ui-datepicker-multi .ui-datepicker-group td a {
	display: flex;
	padding: .2em;
	justify-content: center;
    align-items:center;
	text-decoration: none;
    color: #FFFFFF;
    font: Normal 500 14px Gotham;
    font-family: "Gotham A", "Gotham B";
    min-height: 36px;
    min-width: 36px;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 45%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/*---- Overlay ----*/
.OverlayDimmer {
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1000;
    background-color: #000000;
    opacity:.75;
    filter:Alpha(Opacity=75)
}
.OverlayPageClose,
.OverlayBoxClose {
    display:none !important;
}
.OverlayBoxShow {
    position: absolute;
    top: -50px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.OverlayPageOpen {
}
.OverlayModuleTitle {
    display: block;
    height: 60px;
    line-height: 60px;
    font:Normal 800 34px Gotham;
    font-family: "Gotham A", "Gotham B";    
    color:#ffffff;
    text-align:center;
    vertical-align:middle;
    background-color: transparent;
}
.OverlaySelectionMain {
    position: relative;
    display: block;
}
.OverlayTitle {
    position: relative;
    line-height: 60px;
    font: Normal 800 28px Gotham;
    font-family: "Gotham A", "Gotham B";
    color:#ffffff;
    text-align:center;
    vertical-align:middle;
    background-color:transparent;
    padding-left: 40px;
    padding-bottom: 10px;
}
.OverlayMain {
    position: relative;
    display:block;
    background-color:white;
    padding: 20px 30px 20px 30px;
}
.OverlayCloseBox {
    display: block;
    position: absolute;
    top: -17px;
    right: -17px;
    width:34px;
    height:34px;
}
.OverlayContent {
    display:block;
}
.OverlayButton {
    display:block;
    height:84px;
    background-color:#082040;
    padding: 2px 0px 0px 0px;
}
.overlayCloseBtnDiv
{
    position: relative;
    text-align: right;
}
.overlayCloseButton
{
    color: #ffffff;
    text-decoration: none;
    font:Normal 400 1.5em Gotham;
    font-family: "Gotham A", "Gotham B";    
}
.overlayCloseButton2
{
    position: absolute; top: 45px; right: -15px; text-decoration: none; z-index: 2000;
}
.overlayCloseButton3
{
    position: absolute; top: -2px; right: -16px; text-decoration: none; z-index: 2000;
}

/*---- VIPSelection.css ----*/
#VIPSelectionMain {
    display: block;
    width:1016px;
    z-index: 9999;
}
#VIPModuleTitle {
    display: block;
    height: 60px;
    line-height: 60px;
    font: Normal 800 1.75em Gotham;
    font-family: "Gotham A", "Gotham B";
    color:#ffffff;
    text-align:center;
    vertical-align:middle;
    background-color: transparent;
}
#VIPModule {
    display: block;
    background-color: #FFFFFF;
    padding: 44px 69px;
}
#VIPModuleMain {
}
.VIPErrorMessage {
    height: 54px;
    line-height: 54px;
    border: 1px solid red;
    border-bottom: 3px solid red;
    background-image: url("../Images/VIPSelection/ErrorCircle.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 55px;
    margin: 20px 30px 10px 30px;
}
.VIPErrorMessageText {
    display: inline-block;
    color: #FF2D55;
    font: Normal 500 12px Gotham;
    font-family: "Gotham A", "Gotham B";
    vertical-align: middle;
}
#VIPHeaderMessage {
    display: block;
    padding-bottom: 10px;
    color: #000000;
    font: Normal 500 1.125em Gotham;
    font-family: "Gotham A", "Gotham B";
}
#VIPSelectionBoxTop {
    display: block;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
#VIPSelectionBoxTitleMessage {
    color: #000000;
    font: Normal 700 15px Gotham;
    font-family: "Gotham A", "Gotham B";
    padding-left: 15px;
}
.VIPQtySelectionDDLBox {
    background: #EEEEEE;
}
#VIPDateSelectionBox {
    display: block;
    width:714px;
    padding-top: 15px;
    border-right: 1px solid #E5E5E5;
}
#VIPQtySelectionTitleMessage {
    color: #000000;
    font: Normal 700 15px Gotham;
    font-family: "Gotham A", "Gotham B";
    margin-bottom: 10px;
}
.VIPSelectionMainText {
    min-width: 100px;
    display: inline-block;
    color: #333333;
    font:Normal 700 18px Gotham;  
    font-family: "Gotham A", "Gotham B";
    line-height: 22px; 
    vertical-align:middle;
}
#VIPShowTimeSelectionTitleMessage {
    color: #000000;
    font: Normal 700 15px Gotham;
    font-family: "Gotham A", "Gotham B";
    margin-bottom: 10px;
}
#VIPPriceBox {
    display: block;
    width: 160px;
}
#VIPPriceValue {
    margin-top: 115px;
    text-align: center;
}
.VIPPriceValue .DollarValue {
    color: #000000;
    font: Normal 800 24px Gotham;
    font-family: "Gotham A", "Gotham B";
}
.VIPPriceValue .DollarSign {
    color: #000000;
    font: Normal 800 24px Gotham;
    font-family: "Gotham A", "Gotham B";
    vertical-align: 0;
    padding: 0;
}
.VIPPriceValue .Cents {
    color: #000000;
    font: Normal 800 12px Gotham;
    font-family: "Gotham A", "Gotham B";
    vertical-align: 50%;
    padding: 0;
}
#VIPPriceValueTag {
    color: #000000;
    font: Normal 800 15px Gotham;
    font-family: "Gotham A", "Gotham B";
    width: 80px;
    text-align: center;
    margin: 1em auto;
}
#VIPPriceQualifier {
    color: #000000;
    font: Normal 800 14px Gotham;
    font-family: "Gotham A", "Gotham B";
    text-align: center;
    margin-left: 1em;
    padding-top: 4px;
}
#VIPSelectionBoxBot, #VIPSelectionBoxMid {
    display: block;
    padding: 15px 15px 15px 30px;
}
#VIPSelectionBoxMid {
    border-bottom: 1px solid #E5E5E5;
}
.VIPShowTimeBox {
    display: inline-block;
    width: 112px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    margin-right: 4px;
    margin-bottom: 4px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-image: url('../Images/EZRez/ShowNotSelected.png');
    color: #000000;
}
.VIPShowTime {
    display: inline-block;
    vertical-align: middle;
    font: Normal 700 18px Gotham;
    font-family: "Gotham A", "Gotham B";
}
.VIPShowTimeBox:hover {
    color: #FFFFFF !important;
    background-image: url('../Images/EZRez/ShowSelected.png');
}
.VIPShowTimeSelected {
    color: #FFFFFF !important;
    background-image: url('../Images/EZRez/ShowSelected.png');
    cursor: default;
}
.VIPNoShowTimesAvailable {
    display: block;
    color: #FF2D55;
    font: Normal 500 16px Gotham;
    font-family: "Gotham A", "Gotham B";
    padding: 10px 0px 10px 0px;
}
.ActionButtonBox {
}
.VIPActionConfirm,
.VIPActionNoThanks {
    display:block;
    width:508px;
    height:75px;
}
.VIPAlertMain {
    display: block;
    width:1016px;
    z-index: 9999;
}
.VIPAlertLines {
    color: #333333;
    font:  Normal 700 18px Gotham;
    font-family: "Gotham A", "Gotham B";
}
.VIPAlertLineNote {
    color: #333333;
    font: Normal 500 15px Gotham;
    font-family: "Gotham A", "Gotham B";
    margin-bottom: 20px;
}
.VIPStep {
    color: #000000;
    font: Normal 500 15px Gotham;
    font-family: "Gotham A", "Gotham B";
}

/*---- AddedToCartOverlay.css ----*/
#AddedToCartOverlayMain, #CheckoutUpsellOverlayMain {
    display: block;
    width:1020px;
    z-index: 9999;
}
.ContentHeaders {
    margin-bottom:15px;
    font: Normal 700 14px Gotham;
    font-family: "Gotham A", "Gotham B";
    color:#333333;
}
.CartCol1 {
    width:240px;
}
.CartCol2 {
    width:622px;
}
.CartCol2.ShoppingCart {
    width: 655px;
}
.CartCol2Row1 {
    height: 101px;
}
.CartCol2Row2 {
    height: 51px;
    border: 1px solid white;
}
.ContentCol1 {
    width:530px;
}
.ContentCol2 {
    width:10px;
    border: 1px solid white;
}
.ContentCol3 {
    padding-left: 30px;
    width:75px;
    border: 1px solid white;
}
.ContentCol4 {
    padding-left: 20px;
    width:60px;
}
.ContentCol5 {
    width:131px;
    text-align: right;
}
.ContentCol5.ShoppingCart {
    width: 147px;
}
.ContentCol6 {
    width:10px;
    margin-left: 10px;
    height: 28px;
    padding-top: 8px;
}
.ContentsMain {
    padding: 15px 0px 15px 0px;
    border-top:1px dashed #F4F4F4;
}
.ContentCol1Image {
    display: block;
    width:240px;
    border: 1px solid white;
}
.CartImageForProduct {
}
.ContentCol1Desc {
    display:block;
    width: 265px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid transparent;
}
.ContentCol1Product {
    font: Normal 700 22px Gotham;
    font-family: "Gotham A", "Gotham B";
    color:#333333;
    line-height: 28px;
}
.ContentCol1Extra {
    font: Normal 400 14px Gotham;
    font-family: "Gotham A", "Gotham B";
    color:#4F4F4F;
    padding-top: 6px;
}
.ContentCol1Note {
    font:Normal 300 14px Gotham;
    font-family: "Gotham A", "Gotham B";
    color:#4F4F4F;
    line-height: 15px;
    padding-top: 4px;
    white-space: nowrap;    
}
.ContentCol1Terms {
    color: #333333;
    font: Normal 400 12px Gotham;
    font-family: "Gotham A", "Gotham B";
    text-decoration: underline;
    line-height:30px;
    cursor: pointer;
}
.ContentColDateTime{
    color: #007AFF;
    font: Normal 700 1.125em Gotham;
    font-family: "Gotham A", "Gotham B";
}
.ContentCol2ValidDates {
    font: Normal 400 12px Gotham;
    font-family: "Gotham A", "Gotham B";
    color:#333333;
    line-height: 28px;
}
.ContentCol3Price {
    font: Normal 700 14px Gotham;
    font-family: "Gotham A", "Gotham B";
    color:#333333;
    line-height: 28px;
}
.ContentCol4Quantity {
    font: Normal 700 14px Gotham;
    font-family: "Gotham A", "Gotham B";
    color:#333333;
    line-height: 28px;
   padding-left: 30px;
}
.ContentCol5TotalPrice {
    font: Normal 700 14px Gotham;
    font-family: "Gotham A", "Gotham B";
    color:#333333;
    line-height: 28px;
}
.ContentErrorMessage {
    height: 54px;
    line-height: 54px;
    border: 1px solid red;
    border-bottom: 3px solid red;
    background-image: url("../Images/VIPSelection/ErrorCircle.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 55px;
    margin-bottom: 15px;
}
.ContentErrorMessageText {
    display: inline-block;
    color: #FF2D55;
    font: Normal 400 16px Gotham;
    font-family: "Gotham A", "Gotham B";    
    vertical-align: middle;
}
.SOCalMessage {
    border: 1px solid darkblue;
    border-bottom: 3px solid darkblue;
    background-image: url("../Images/Checkout/InfoCircle.png");
}
.SOCalMessage .ContentErrorMessageText{
    color: #007AFF;
}
.OverlaySubtotal {
    display: block;
    height:50px;
    line-height: 67px;
    border-top:1px solid #F0F0F0;
}
.ContentSubtotal {
    font:Normal 800 24px Gotham;
    font-family: "Gotham A", "Gotham B";
    color:#333333;
    margin-top: 20px;
    margin-right: 60px;
}
.ContentSubtotalPrice {
    width:98px;
    padding-top: 6px;
    font:Normal 800 24px Gotham;
    font-family: "Gotham A", "Gotham B";
    color:#333333;
    margin-top:12px;
    text-align: right;
}
.ContentSavingsAmt {
    width:98px;
    font: Normal 400 22px Gotham;
    font-family: "Gotham A", "Gotham B";    
    color:#007AFF;
    text-align: right;
}
.ContentSavings {
    font: Normal 400 20px Gotham;
    font-family: "Gotham A", "Gotham B";
    color:#007AFF;
    margin-right: 60px;
}
.UpSellOverlayMain {
    position: relative;
    display:block;
    background-color:transparent;
}
.UpsellRibbon {
    position: absolute;
    top: 12px;
    right: -16px;
    max-height: 50px;
    width: 200px;
    background: url(../Images/Overlay/BlueRibbon.png) right top no-repeat;
    color: white;
    font: Normal 500 0.938em Gotham;
    font-family: "Gotham A", "Gotham B";
    text-align: center;
    line-height: 38px;
}
.UpsellContent1,
.UpsellContent2 {
    width:508px;
    display:block;
    background-color:white;
}
.UpsellSpacer {
    margin-left: 4px;
}
.UpsellPrice {
    margin-top: 20px;
    font: Normal 400 28px Gotham;
    font-family: "Gotham A", "Gotham B";    
    color:#ff2d55;
    text-align:center;
}
.UpgradeNowButton {
    width:160px;
    height:40px;
    text-align:center;
    margin-top:10px;
}
.UpSellOverlayButton {
    display:block;
    height:75px;
    background-color:#082040;
    padding: 0px;
}
.UpsellHeading {
    padding: 1em 1em 0 1em; 
    color: #036CE2;
    font: Normal 700 1.125em Gotham;
    font-family: "Gotham A", "Gotham B";
}
.UpsellTitle {
    padding: 0.5em 0 0 0.75em;
    color:#333333;
    font: Normal 800 1.875em Gotham;
    font-family: "Gotham A", "Gotham B";
    height: 75px;
}
.UpsellProductFeatureList
{
    height: 130px;
    overflow:auto hidden;
}
.UpsellProductFeatureList .EZRezItemFeatures  {
    color: #4F4F4F;
    font: Normal 400 0.875em Gotham;
    font-family: "Gotham A", "Gotham B";
}
.UpsellImageBox{
    width: 508px;
    height:262px;
}
.ContinueShoppingButton {
    display:block;
    width:269px;
    height:54px;
}
.CheckoutButton {
    display:block;
    margin-left: 2px;
    width:463px;
    height:82px;
}
#AddToCartErrorOverlayMain {
    display: block;
    width:682px;
    z-index: 9999;
}
.LegalDetailsOverlayMain {
    display: block;
    width:800px;
    z-index: 9999;
}
.LegalDetailsContentsBox{
    position: relative;
    display: block;
    height: 550px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: white;
}
.LegalDetailsContents {
    color: #666666;
    font: Normal 500 0.875em Gotham;
    font-family: "Gotham A", "Gotham B";
    padding: 20px;
}
.reviewEdit{
    display:inline;
    color: #007AFF;
    font: Normal 700 0.875em Gotham;
    font-family: "Gotham A", "Gotham B";
}
.TicketReselectMessage {
    padding: 0px 0px 10px 10px;
    font: Normal 400 14px Gotham;
    font-family: "Gotham A", "Gotham B";    
    width: 370px;
}

/*---- Checkout.css ----*/
#CheckoutContent {
    background-color:white;
}
.SectionActive {
    color:#ffffff;
    background-color:#162B75;
    border-bottom: 2px solid transparent;
}
.SectionInactive {
    color:rgba(255,255,255,0.4);
    background-color:#162B75;
    border-bottom: 2px solid #DEDEDE;
}
.SectionTitle {
    display: block;
    width:1018px;
    height: 61px;
    line-height: 61px;
}
.SectionTitleImage {
    width:31px;
    height:31px;
    margin-left:15px;
    margin-top:15px;
}
.SectionTitleText {
    font: Normal 400 18px Gotham;
    font-family: "Gotham A", "Gotham B";
    margin-top:20px;
    margin-left:12px;
}
.DetailsSection {
    display: block;
    height: 60px;
    line-height: 60px;
    width: 705px;
    color:#9578AC;
 }
.EditSectionBox {
    padding: 5px 0px 0px 10px;
    width: 34px;
}
.LabelSectionBox {
    width: 380px;
    padding: 20px 0px 0px 10px;
    font: Normal 300 15px Gotham;
    font-family: "Gotham A", "Gotham B";  
}
.AmtTagSectionBox {
    width: 95px;
    padding: 20px 0px 0px 0px;
    text-align: left;
    font: Normal 300 15px Gotham;
    font-family: "Gotham A", "Gotham B";  
}
.AmountSectionBox {
    width: 75px;
    padding: 15px 15px 0px 5px;
    text-align: right;
    color: #FFFFFF;
    font: Normal 700 20px Gotham;
    font-family: "Gotham A", "Gotham B";    
}
.CheckSectionBox {
    width: 23px;
    height: 100%;
    background-image: url("../Images/Checkout/CheckMark.png");
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 45px;
}
.CartItemQtyDDL {
    width: 60px;
    display: inline-block;
    color: #333333;
    font: Normal 700 18px Gotham;
    font-family: "Gotham A", "Gotham B";
    line-height: 20px;
    height: 28px;
    vertical-align: middle;
    padding: 2px 0px 0px 10px;
}
.CartItemDelete {
    display: block;
    margin-left: 20px;
}
.ErrorMessage {
    margin-top: 10px;
}
.CartOptionsBox {
    display: block;
    padding: 0px 20px 0px 20px;
}
.NoItemsInCartBox {
    display: block;
    height: 90px;
    color: #333333;
    font: Normal 700 18px Gotham;
    font-family: "Gotham A", "Gotham B";
}
.VerticalMiddleText {
    display: block;
    height: 90px;
    line-height: 90px;
    text-align: center;
    vertical-align: middle;
}
.ShoppingCartBottomRow {
    padding: 5px;
    padding-right: 40px;
    color: #007AFF;
    font: Normal 700 11px Gotham;
    font-family: "Gotham A", "Gotham B";
    border-top: 1px solid #F4F4F4;
}
.CartBox {
    position: relative;
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #F4F4F4;
    word-spacing: 2px;
    letter-spacing: 1px;
}
.ContinueShoppingBox {
}
.Checkout1ContentProduct {
    display:block;
    margin: 20px 50px 10px 50px;
}
.CheckoutPaymentOption {
    padding: 0px 0px 10px 50px;
    color: #ADADAD;
    font: Normal 700 13px Gotham;
    font-family: "Gotham A", "Gotham B";    
}
.CheckoutSummaryStart {
    margin: 0px 30px;
    border-bottom: 1px solid #EFEFEF;
}
.FlexPayCart {
    position: relative;
    width: 280px;
    margin-right:50px;
    z-index: 2;
}
.FlexPayCartBox {
    display: flex;
    height: 63px;
    width: 100%;
    background: #036CE2;
}
.FlexPayCartHeader {
    position: relative;
    width: 218px;
    height: 21px;
    margin: auto;
    color: #FFFFFF;
    font: Normal 400 18px Gotham;
    font-family: "Gotham A", "Gotham B";    
    background: url(../Images/ProductDetails/DownArrowWhite.png) center right no-repeat;
    cursor: pointer;
}
.FPAmtDueTodayBox {
    padding-right: 15px;
    border-right: 2px solid #FFFFFF;
}
.FPHeaderTag {
    padding-left: 15px;
}
.FlexPayCartMain {
    position: absolute;
    top: 63px;
    width: 248px;
    background: #EDEDED;
    padding: 0 16px;
    display: none;/*JQuery*/
}
.FlexPayCartBoxes {
    height: 46px;
    padding: 16px 8px;
}
.FPCartItemBox{
    border-bottom: 1px solid #DBDADA;
}
.FPCartBoxCol1
{
    width: 170px;
    float: left;
}
.FPCartBoxCol2 {
    width: 62px;
    float: right;
    text-align: right;
}
.FPSummaryRow1 {
    color: #000000;
    font: Normal 300 12px Gotham;
    font-family: "Gotham A", "Gotham B";    
}
.FPSummaryRow2 {
    margin-top: 20px;
    color: #000000;
    font: Normal 400 18px Gotham;
    font-family: "Gotham A", "Gotham B";    
}
.FPItemRow1 {
    color: #000000;
    font: Normal 400 12px Gotham;
    font-family: "Gotham A", "Gotham B";    
    height: 16px;
    margin-top: 12px;
}
.FPItemRow2 {
    color: #000000;
    font: Normal 300 12px Gotham;
    font-family: "Gotham A", "Gotham B";    
}
.AddOnsBox {
    display:block;
    background-color:#571D60;
    padding-bottom: 1px;
}
.AddOnsHeaderLine {
    border:1px solid #e25dd5;
}
.AddOnsInnerTitleBox {
    position: relative;
    display:block;
    height:55px;
    line-height: 55px;
}
.AddOnsInnerBoxTitle {
    display:inline-block;
    width:100%;
    color: #FFFFFF;
    font:19px Oswald;
    text-align:center;
}
.AddOnsPageBoxContainer {
    position: absolute;
    top: -4px;
    right: 34px;
    display: block;
    height: 55px;
    line-height: 55px;
    vertical-align: middle;
}
.AddOnsPageBox {
    position: relative;
    display: block;
    width: 27px;
    height: 27px;
    margin-top: 14px;
    margin-left: 1px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    font: 19px Oswald;
}
.AddOnsPageActive {
    background-image: url("../Images/Overlay/PageActive.png");
    background-repeat: no-repeat;
}
.AddOnsPageInactive {
    background-image: url("../Images/Overlay/PageInactive.png");
    background-repeat: no-repeat;
}
.AddOnPageLink {
    display: block;
    width: 27px;
    height: 27px;
}
.AddOnsMain {
    display:block;
    background-color: transparent;
    margin:0 15px 30px 15px;
}
.AddOnContainer {
    display: block;
    width: 100%;
}
.AddOnItemBox {
    width:402px;
    max-width: 430px;
    max-height:205px;
    padding: 15px;
    background-color:white;
    margin:0 15px 0px 15px;
}
.AddOnItemSlogan {
    height:40px;
    color:#4F4F4F;
    font: Normal 300 12px Gotham;
    font-family: "Gotham A", "Gotham B";    
    text-align:left;
}
.AddOnItemPriceCartSection {
    position:relative;
    max-width: 140px;
    height: 155px;
    padding-left: 15px;
}
.AddOnItemName {
    color:#333333;
    font: Normal 400 22px Gotham;
    font-family: "Gotham A", "Gotham B";    
}
.AddOnItemPrice {
    color:#B213C6;
    font: Normal 400 22px Gotham;
    font-family: "Gotham A", "Gotham B";    
}
.AddOnAddToCartBox {
    position: absolute;
    bottom: 0px;
}
.AddOnAddToCart {
}
.AddonItemPriceAmt {
    display:inline;
}
.Checkout0Summary ,
.Checkout1Summary {
    display: block;
    margin: 0px 30px 0px 30px;
    padding-top: 15px;
}
.Checkout0SummaryDueToday {
    margin-bottom:15px !important;
}
.Checkout0SummaryFAQ, 
.Checkout1SummaryFAQ {
    position: relative;
    display: block;
    width: 589px;
}
.CheckoutOptIcons {
    width: 1.25em;
    height: 1.25em;
    margin-top: 8px;
    background: url(../Images/Checkout/RadialButtonUnchecked.png) center bottom no-repeat;
    cursor: pointer;
}
.CheckoutOptIcons.OptionSelected {
    cursor: default;
    background: url("../Images/Checkout/RadialButtonChecked.png") center bottom no-repeat;
}
.CheckoutOptIcons.OptionDisabled {
    cursor: default;
    background: url("../Images/Checkout/RadialButtonDisabled.png") center bottom no-repeat;
}
.CheckoutIcons {
    width: 58px;
    min-height: 58px;
    background-repeat: no-repeat;
    background-position:80% 15%;
}
.PhoneIcon {
    background-image: url("../Images/Checkout/PhoneIcon.png");
}
.DeliveryIcon {
    background-image: url("../Images/Checkout/Delivery.png");
}
.BillingIcon {
    background-image: url("../Images/Checkout/Billing.png");
}
.ContractIcon {
    background-image: url("../Images/Checkout/Contract.png");
}
.Checkout0SummaryFAQCol2,
.Checkout1SummaryFAQCol2 {
    width: 300px;
    padding: 0px 0px 0px 10px;
    margin-bottom: 5px;
}
.Checkout0SummaryFAQCol2Line1, .Checkout1SummaryFAQCol2Line1 {
    color: #333333;
    font: Normal 700 21px Gotham;
    font-family: "Gotham A", "Gotham B";
    margin-top: 6px;
    margin-bottom: 15px;
    white-space: nowrap;

}
.Checkout0SummaryFAQCol2Line2,
.Checkout1SummaryFAQCol2Line2 {
    color:#666666;
    font:Normal 300 12px Gotham;
    font-family: "Gotham A", "Gotham B";
}
.CheckoutOptDisabled {
    color: #C0C0C0 !important;
}
.Checkout1SummaryFAQCol2Line2FAQ {
    color:#007aff;
    font:Normal 400 13px Gotham;
    font-family: "Gotham A", "Gotham B";
    margin-bottom: 5px;
}
.Checkout1SummaryPromoBlock {
    padding-top: 20px;
    margin-bottom: 5px;
}
.Checkout0SummaryMixedCart {
    color: #888a8d;
    font: Normal 500 13px Gotham;
    font-family: "Gotham A", "Gotham B";
    padding: 10px;
    border: 4px solid #d4d0d0;
    border-radius: 8px;
    width: 300px;
    margin: 10px auto;
}
.ROContractSec {
    display: block;
    margin-bottom: 1em;
}
.ROContractDetails {
    padding: 0px 0px 10px 10px;
    color: #868686;
    font: Normal 300 13px Gotham;
    font-family: "Gotham A", "Gotham B";
    margin-bottom: 30px;
}
.ROContractAcceptance {
    color: #868686;
    font: Normal 500 10px Gotham;
    font-family: "Gotham A", "Gotham B";
    line-height: 22px;
    word-spacing: 1px;
    white-space: nowrap;
	padding-left: 25px;
}
.ROContractTextBox {
    margin-top: 15px;
    margin-bottom: 10px;
    width: 537px;
    height: 210px;
    position: relative;
    display: block;
    padding: 5px 2px 5px 10px;
    border: 1px solid #F0F0F0;
}
.ROContractScrollText {
    height: 210px;
    overflow-x: hidden;
    overflow-y:scroll;
}
.ROContractText:focus {
    outline: none !important;
}
.PrintContract {
    display: inline-block;
    font:Normal 400 14px Gotham;
    font-family: "Gotham A", "Gotham B";
    color: #036CE2;
    cursor: pointer;
    padding: 4px 0;
}
.ContractMessage {
    font:Normal 400 14px Gotham;
    font-family: "Gotham A", "Gotham B";
    line-height: 24px;
}
.PromoBlockAction {
    margin-bottom: 5px;
}
.PromoCode {
    color:#C0C0C0;
    font: Normal 300 11px Gotham;
    font-family: "Gotham A", "Gotham B";
    margin-right: 5px;
}
.PromoBlockMessage {
    height: 38px;
    line-height: 38px;
    margin-bottom: 5px;
    color: #B413C8;
    font: Normal 400 11px Gotham;
    font-family: "Gotham A", "Gotham B";
}
.Checkout0SummaryTotals,
.Checkout1SummaryTotals {
    display: block;
    width: 369px;
    min-height: 120px;
}
.Checkout0SummaryBlock,
.Checkout1SummaryBlock {
    display: block;
    line-height: 28px;
    min-height: 28px;
    margin-bottom: 5px;
 }
.Checkout0SummarySubTotal {
    position: relative;
    top: -15px;
} 
.Checkout1SummaryDueToday {
    padding-top: 25px;
    padding-bottom: 15px;
}
.ConfirmationMain .Checkout1SummaryDueToday {
    padding-top: 0px;
    padding-bottom: 5px;
} 
.Checkout1SummaryDueToday  .DueTodayTag {
    font: Normal 700 21px Gotham;
    font-family: "Gotham A", "Gotham B";
}   
.Checkout1SummarySavings {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 1em;
}
.AmountBox {
    width: 100px;
    max-width: 100px;
    padding: 2px 60px 2px 0px;
    text-align: right;
    letter-spacing: 1px;
}
.FeesTag {
    padding-top: 5px;
    font:Normal 700 14px Gotham;
    font-family: "Gotham A", "Gotham B";
    color:#ADADAD;
}
.InstallmentAmount,
.FeesAmount {
    font:Normal 700 14px Gotham;
    font-family: "Gotham A", "Gotham B";
    color:#333333;
}
.FinancedAmount,
.InstallmentAmount,
.DownPaymentAmount,
.DueTodayAmount,
.TotalAmount,
.SubtotalAmount {
    padding-top: 6px;
    font:Normal 500 14px Gotham;
    font-family: "Gotham A", "Gotham B";
    color:#333333;
}
.DueTodayAmount, .TotalAmount{
    font:Normal 700 18px Gotham;
    font-family: "Gotham A", "Gotham B";
}
.ReviewOrderMain .DueTodayAmount { 
    font:Normal 700 21px Gotham;
    font-family: "Gotham A", "Gotham B";
}
.ConfirmationMain .TotalAmount{
    font:Normal 700 21px Gotham;
    font-family: "Gotham A", "Gotham B";
}
.SavingsAmount {
    color:#007AFF !important;
}
.AmountTagsBox {
    padding: 0px 10px 2px 0px;
    text-align: right;
    overflow-wrap: break-word;
}
.Question {
    position: relative;
    margin-left: 5px;
    top:2px;
}
.PromoColors {
    color: #B213C6;
}
.DownPaymentTag,
.InstallmentTag,
.FinancedTag,
.DueTodayTag,
.TotalTag,
.SubtotalTag {
    padding-top: 6px;
    font:Normal 500 14px Gotham;
    font-family: "Gotham A", "Gotham B";
    color:#333333;
}

.FinancedTagBox .FinancedTag {
    padding-right:10px;
}

.TotalTag,
.DueTodayTag {
    font:Normal 700 18px Gotham;
    font-family: "Gotham A", "Gotham B";
    color:#000000;
}
.ReviewOrderMain .DueTodayTag {
    font: Normal 700 21px Gotham;
    font-family: "Gotham A", "Gotham B";
}
.ConfirmationMain .TotalTag {
    font: Normal 700 21px Gotham;
    font-family: "Gotham A", "Gotham B";
}    

.PromoCodesTag {
    padding-top: 6px;
}
.DeliveryAmount {
    color:#ADADAD;
}
.EditableSection {
    cursor: pointer;
}
.InputBox {
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    border: 1px solid #E1E1E1;
    color: #636363;
    font: Normal 300 1em Gotham;
    font-family: "Gotham A", "Gotham B";
}
.selectBox-dropdown.InputDDL {
    position: relative;
    top: 4px;
    height: 35px;
}
.EmailBoxTag {
    color: #333333;
    font: Normal 500 12px Gotham;
    font-family: "Gotham A", "Gotham B";    
    margin-bottom: 5px;
    letter-spacing: 1px;
    word-spacing: 2px;
}
.RetrieveCartEmail, .SaveCartEmail {
    display: block;
    width: 250px;
}
.RCEmail, .SCEmail {
    width: 200px;
}
#RetrieveCartMain, #SaveCartMain {
    display: block;
    width:1016px;
    z-index: 9999;
}
.RetrieveCartContents {
    display: block;
    background-color: white;
    padding: 30px;
}
.SaveCartContents {
    display: block;
    background-color: white;
    padding: 20px;
    min-height: 100px;
}
.Confirm {
    display: block;
    margin-left: 2px;
    width: 359px;
    height: 82px;
}
.RetrieveCartLine1 {
    height: auto;
    line-height: 32px;
    color: #333333;
    font:Normal 400 15px Gotham;
    font-family: "Gotham A", "Gotham B";    
}
.RetrieveCartLine2 {
    height: auto;
    line-height: 32px;
    color: #333333;
    font:Normal 400 13px Gotham;
    font-family: "Gotham A", "Gotham B";    
    margin-top: 15px;
    margin-bottom: 20px;
}
.RetrieveCartMessage {
    padding-top: 5px;
    height: 32px;
    line-height: 32px;
    color: #FF2D55;
    font:Normal 400 15px Gotham;
    font-family: "Gotham A", "Gotham B";    
}
.SaveCartOptInCheckBox {
    display: block;
    width: 20px;
    min-height: 21px;
    margin-right: 10px;
}
.OptInChecked {
    background: url("../Images/Checkout/CheckboxChecked.png") center top no-repeat;
}
.OptInUnChecked {
    background: url("../Images/Checkout/CheckboxUnchecked.png") center top no-repeat;
}
.SaveCartOptInText {
    display: block;
    width: 600px;
    height: auto;
    line-height: 22px;
    color: #333333;
    font: Normal 300 12px Gotham;
    font-family: "Gotham A", "Gotham B";
}
.DeliverOptionsBox {
    display: block;
    padding: 10px 30px 0px 23px;
    height: 36px;
    line-height: 36px;
    color: #333333;
    font: Normal 700 22px Gotham;
    font-family: "Gotham A", "Gotham B";
}
.DeliveryOptionsRadioButton {
    display: inline;
    height: 42px;
    text-align: left;
    min-width: 36px;
    transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5); 
    -webkit-transform: scale(1.5, 1.5);
    padding-bottom: 10px;
}
.DeliveryOptions {
    display: block;
    width: 710px;
}
.DeliveryOptionsPrice {
    display: block;
    font: Normal 400 22px Gotham;
    font-family: "Gotham A", "Gotham B";
}
.DeliveryOptionsInfoBox {
    display: block;
    padding: 0px 30px 10px 30px;
}
.DeliveryOptionInformation {
}
.PAHMain {
    padding: 0px 0px 10px 0px;
}
.PAHMainInfoBox {
    padding: 0px 0px 0px 30px;
}
.PAHMainTitle {
    padding-bottom: 5px;
    color: #333333;
    font: Normal 700 18px Gotham;
    font-family: "Gotham A", "Gotham B";
    padding-left: 5px;
}
.PAHMainMessage {
    padding-bottom: 10px;
    color: #4F4F4F;
    font: Normal 300 14px Gotham;
    font-family: "Gotham A", "Gotham B";
}
.PAHMainInfo {
    width: 600px;
    color: #4F4F4F;
    font: Normal 300 12px Gotham;
    font-family: "Gotham A", "Gotham B";
    padding-left:4px;
    padding-bottom: 10px;
}
.PAHProducts {
    padding: 10px 10px 0px 10px; 
    width: 800px;
    background-color:#F6F6F6;
    margin-bottom: 10px;
}
.PAHProductNameBox {
    text-align: center;
    height: 32px;
    line-height: 32px;
    background-image: url('../Images/Checkout/ProductBar.png');
    background-repeat:repeat-x;
    background-position-y: center;
}
.PAHProductName {
    height: 24px;
    padding: 0px 30px 0px 30px;
    background-color: #F6F6F6;
    vertical-align: middle;
    color: #333333;
    font: Normal 300 15px Gotham;
    font-family: "Gotham A", "Gotham B";
    text-transform: uppercase;
}
.PAHCustomerNamesRowHeader {
    padding: 0px 0px 5px 50px;
    color: #666666;
    font: Normal 700 14px Gotham;
    font-family: "Gotham A", "Gotham B";
}
.PAHCol1 {
    position: relative;
    width: 50px;
}
.PAHCol2, .PAHCol3, .AddNames {
    display: block;
    position: relative;
    width: 260px;
    margin-right: 15px;
}
.PAHCol4 {
    width: 115px;
}
.PAHProductCustomerInfo {
    padding: 10px 0px 10px 0px;
}
.PAHCustomerNamesRow {
    margin-bottom: 20px;
}
.PAHCustomerNamesRowImage {
    height: 29px;
    line-height: 29px;
    background-image: url("../Images/Checkout/Circle.png");
    background-repeat: no-repeat;
    background-position: center center;
    color: #333333;
    font: Normal 300 16px Gotham;
    font-family: "Gotham A", "Gotham B";
    text-align: center;
    padding-top: 10px;
}
.PAHFirstName, .PAHLastName, .AddressFirst, .AddressLast, .AddressStreet, .AddressZip, .AddressPhone {
    width: 250px;
}
.PAHColDOB {
    position: relative;
    width: 40px;
    margin-right: 15px;
}
.PAHBirthDay, .PAHBirthMonth {
    width: 35px;
}
.PAHVIPAddReqCheckBox, .BillSameAsShipCB , .BillInfoOptInCB, .ROContractAcceptanceCheckBox {
    display: block;
    width: 22px;
    min-height: 22px;
    margin-right: 10px;
    line-height:16px;
}
.PAHVIPAddReqText {
    display: block;
    height: auto;
    line-height: 32px;
    color: #333333;
    font: Normal 300 16px Gotham;
    font-family: "Gotham A", "Gotham B";    
}
.PAHVIPAddReqInfo {
    padding-top: 10px;
    color: #333333;
    font: Normal 300 16px Gotham;
    font-family: "Gotham A", "Gotham B";    
    max-width: 600px;
}
.PAHVIPAdditionalReqBox {
    padding: 10px 0px 10px 0px;
}
.PAHVIPAddReqTextBox {
    margin: 20px 0px 20px 0px;
    max-width: 700px;
}
.AddressMain {
    padding: 0px 0px 10px 35px;
}
.AddressInfo {
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    color: #4F4F4F;
    font: Normal 300 12px Gotham;
    font-family: "Gotham A", "Gotham B";
}
.AddColHeader {
    color: #333333;
    font: Normal 700 15px Gotham;
    font-family: "Gotham A", "Gotham B";
    padding-bottom: 5px;
}
.AddRow {
    padding: 12px 0px 12px 0px;
}
.AddState {
    position: relative;
    width: 183px;
}
.AddStatProv {
    width: 250px;
}
.AddressLine1 {
    margin-bottom: 10px;
}
.AddressCountry, .AddressStateDDL, .BillPayMM, .BillPayYY {
    height: 36px;
    line-height: 36px;
    border: 1px solid #E1E1E1;
}
.BillingPaymentInfoBox {
    display: block;
}
.PayInfoCol1 {
    width: 710px; 
    min-height: 200px;
}
.PayInfoCol2 {
    margin-left: 10px;
    width: 255px;
    min-height: 200px;
}
.PayMethodRow {
    display:block;
    position:relative;
    line-height: 50px;
}
.PayMethodLabel {
    position: relative;
    top: -2px;
}
.BillEnfoErrMsgBox {
    padding: 10px 0px 10px 0px;
}
.BillInfoColumns {
    padding-left: 30px;
}
.BillPayCCImages {
    display: block;
    padding-top: 6px;
}
.CCImage {
    margin-left: 2px;
}
.PPImage {
    margin-left: 2px;
    position: relative;
    top: -8px;
}
.BillPayMMYYCVVBox {
    margin-bottom: 15px;
}
.BillPayCVV {
    width: 140px;
}
.BillPayCCTitle {
    color: #333333;
    font: Normal 700 21px Gotham;
    font-family: "Gotham A", "Gotham B";
    padding: 10px 0px 10px 0px;
    border-top: 1px solid #EFEFEF;
    margin-top: 15px;
}
.BillInfoOptInText {
    width: 600px;
}
.BillInfoOptInBox {
    margin: 20px 0px 20px 0px;
}
.ReviewOrderSummary, .ReviewOrderHelp {
    border-top: 1px solid #EFEFEF;
}
.ROCol1 {
    display: block;
    width: 313px;
}
.ConfirmationMain .ROCol1 {
    display: block;
    width: 270px;
}
.ConfirmationMain .ROCol2 {
    display: block;
    width: 375px;
    padding-top: 0px;
    padding-left40px;
}
.ConfirmationMain .Checkout1SummaryDueToday {
    padding-top: 0px;
    padding-bottom: 15px;
}    
.ROCol1Sec {
    width: 50%;
}
.ROCol2 {
    display: block;
    width: 400px;
    padding-left: 20px;
    padding-top: 75px;
}
.RODeliveryOpt{
    margin-bottom:20px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom:10px;
}    
    
.ROSummaryTotals.ROCol1 {
    width: 330px;
}
.RORowCol2 {
    width:460px;
    padding: 0px 0px 10px 10px;
}
.ConfirmationMain .RORowCol2 {
    width:200px;
    padding: 0;
}
.ROSummarySubTitles {
    color: #333333;
    font: Normal 700 16px Gotham;
    font-family: "Gotham A", "Gotham B";
    margin-top: 10px;
    margin-bottom: 5px;
}
.ROSummaryDetails {
    color: #868686;
    font: Normal 300 13px Gotham;
    font-family: "Gotham A", "Gotham B";
    word-wrap:break-word;
}

.RODeliveryOpt .ROSummaryDetails {
    white-space: nowrap;
}
.ROBBillAddressBox {
    margin-bottom: 10px;
}
.ROPPImageBox {
    margin-bottom:30px;
}
.ROPPImage{
    border: 1px solid #F0F0F0;
}
.ROPayPalEmailID {
    color: #868686;
    font: Normal 300 13px Gotham;
    font-family: "Gotham A", "Gotham B";
    word-wrap:break-word;
}
.ROPPBox {
    display: block;
    height: 45px;
    line-height: 45px;
    width: 210px;
    border: 1px solid white;
}
.SecuredByBox {
    display: inline;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    padding: 20px 10px 0px 30px;
    color: #333333;
    font: Normal 300 14px Gotham;
    font-family: "Gotham A", "Gotham B";
}
.SecuredBox {
    display: inline;
    max-height: 52px;
    line-height: 52px;
    width: 150px;
    vertical-align: middle;
    text-align: left;
}
.SecuredByLabel {
    display: inline;
    max-height: 52px;
    width: 150px;
    text-align: left;
    text-align: center;
}
.PayPalCheckoutContainer {
    position: relative;
    padding-top: 20px;
}
.PlaceOrder.FlexPayOption {
    position: relative !important;
    top: -330px !important;
}
.ConfirmationMain {
    background-color: white;
    padding-bottom:45px;
}
.ConfTopBlock {
    display: block;
}
.ConfNumberBar {
    display: block;
    height: 42px;
    padding: 24px 50px 12px 50px;
    color: #424344;
    font: Normal 700 1.5em Gotham;
    font-family: "Gotham A", "Gotham B";
    border: 5px solid #F5EFFD;
}
.ConfNumber {
    padding-top: 5px;
}
.ConfCol {
    display: block;
    width: 470px;
    padding: 30px 0px 20px 50px;
}
.ConfTopBlockTitle {
    color: #036CE2;
    font: Normal 700 1.5em Gotham;
    font-family: "Gotham A", "Gotham B";
    white-space: nowrap;
}
.ConfTopBlockText {
    color: #424344;
    font: Normal 700 1.5em Gotham;
    font-family: "Gotham A", "Gotham B";
    margin: 10px 0px 20px;
}
.ConfTopBlocDetails, .ConfTopBlockMore, .SocialMediaText {
    color: #424344;
    font: Normal 300 1.25em Gotham;
    font-family: "Gotham A", "Gotham B";
    margin: 5px 0px 10px;
}
.SocialMediaBox {
    margin-top: 2em;
}
.SocialMediaSlogan {
    color: #424344;
    font: Normal 700 1.5em Gotham;
    font-family: "Gotham A", "Gotham B";
}
.SocialMediaList{
    width: 225px;
    margin: auto;
} 
.ConfPostcard {
    position: relative;
    top: 100px;
}
.facebook, .twitter {
    margin: 20px 30px;
}
.ConfErrorMessage {
    width: 800px;
    border: 1px solid red;
    border-bottom: 3px solid red;
    background-image: url("../Images/VIPSelection/ErrorCircle.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    padding: 10px 0px 10px 55px;
    margin: 0px 0px 10px 0px;
}
#EZRezMainContainer {
    display: block;
    position: relative;
    padding: 18px 0 18px 0;
    border: none;
    background: #fff;
}
#EZRezTagLineBox
{
    display: block;
    line-height: 65px;
    background-color: transparent;
}
.MenuTitleTagLine
{
    font: Normal 800 21px Gotham;
    font-family: "Gotham A", "Gotham B";
    color:#ffffff;
    text-align:center;
    vertical-align:middle;
}
#EZRezContentBox
{
}
#EZRezStep1Section {
    height: auto !important;
    padding: 0 0 90px 0;
    margin: 0 auto;
    position: relative;
    width: 100%;
    background-color: #ffffff;
}
#EZRezStep2Section {
    height: auto !important;
    padding: 0;
    margin: 0 auto;
    position: relative;
    width: 490px;
    background-color: #ffffff;
}
#EZRezStep3Section {
    height: auto !important;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    background-color: #035CC3;
}
.EZRezSectionTitle{
    display: block;
    height:65px;
    text-align: left;
    padding-left: .625em;
    background: #035CC3;
}
.EZRezSectionSpecialMsg {
    display: block;
    height: 75px;
    padding-left: .625em;
}
.EZRezSectionTitleStep {
    position: relative;
    padding-top: 0.5em;
    letter-spacing: 1px;
    color: #F0F0F0;
    font: italic 300 0.94em Gotham;
    font-family: "Gotham A", "Gotham B";
}
.EZRezSectionTitleText {
    position: relative;
    height: 36px;
    color: white;
    font: Normal 800 1.31em Gotham;
    font-family: "Gotham A", "Gotham B";
}
.EZRezSectionTitleText div {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}
.EZRezProductSection {
    padding: 0 1em;
}
.EZRezProductDetailsSection {
    padding-bottom: 70px;
    overflow: auto;
}
.EZRezProdSubSectionTitle {
    position: relative;
    left: -1em;
    padding-left: 1.75em;
    color: black;
    font: Normal 800 1.125em Gotham;
    font-family: "Gotham A", "Gotham B";
    background: url('../Images/EzRez/TicketGroup.png') no-repeat;
    width: 250px;/*278-28*/
    height: 55px;/*70-14*/
}
.EZRezProdSubSectionTitleEdge {
    position:absolute;
    left: 0px;
    bottom: -15px;
    background: url('../Images/EzRez/TicketGroup.png') bottom left no-repeat;
    width: 18px;
    height: 15px;
}
.EZRezGuestQtySection {
    display: block;
    background-color: #ffffff;
}
.EZRezGuestQtySectionContent {
    display:block;
    text-align: center;
}
.EZRezDateTimeSection {
    display: block;
    border-bottom: 1px solid #A0A0A0;
    margin-bottom: 10px;
}
.EZRezOrderSummary {
    color: #FFFFFF;
    font: Normal 500 1.25em Gotham;
    font-family: "Gotham A", "Gotham B";
    background-color: transparent;
    padding: 60px 0 50px;
    text-align: center;
}
.OrdSummaryDelimiter{
    width: 72%;
    border-color: #F0F0F0;
    margin: 0 auto;
}
.EZRezOrderSummaryContent {
    padding: 1em 0em;
    text-align:center;
}
.EZRezOrderSummaryLine {
}
.EZRezOrdText {
    color: white;
    font: Normal 500 0.875em Gotham;
    font-family: "Gotham A", "Gotham B";
}
.EZRezAddToCartBox {
    margin-top: 1.5em;
}
.EZRezAddToCartBox .AddToCartButton {
    width: 215px;
    height: 45px;
}
.EZRezCalAndDetails {
    margin-bottom: 10px;
}
.EZRezCalendarBox, .EZRezCalendar {
    position: relative;
    z-index: 0;
}
.EZRezQtyBox {
    margin: auto;
    width: 210px;
    padding: 0.5em 2.525em;
}
.EZRezQtyControl {
    height: 108px;
}
.EZRezSelectedDateTime {
    padding-top: 0.75em;
}
.EZRezSelectedDate{
    text-transform: uppercase;
}
.EZRezSection2Spacer {
}
.EZRezAnytimeImageBox {
    display: block;
    width: 100%;
    height: 296px;
    padding: 1em 0;
    background: url(../Images/ProductDetails/AnyTimeImage.png) center center no-repeat; 
}
.EZRezAdditionalSection {
    position: relative;
    margin-top: 1em;
}
.EZRezAssociatedProdSection {
    padding: 1em 0 2em 0;
}
.EZRezAssociatedProdButtonBox {
    position: relative;
    width: 172px;
    height: 30px;
    padding-right: 0.5em;
}
.EZRezOtherProductButton {
}
.EZRezAssociatedProdTextBox {
    height: 100%;
    width:260px;
}
.EZRezAssociatedProductText {
    color: #4F4F4F;
    font: Normal 700 0.875em Gotham;
    font-family: "Gotham A", "Gotham B";
}
.EZRezDetails {
}
.TagLines {
    padding-top: 1em;
    color: black;
    font: Normal 800 1.313em Gotham;
    font-family: "Gotham A", "Gotham B";    
    text-align: center;
}
.FullDescription {
    padding-top: 1em;
    width: 100%;
}
.FullDescriptionLine {
    color: #B7B7B7;
    font: Normal 300 0.875em Gotham;
    font-family: "Gotham A", "Gotham B";        
}
.EZRezCalText {
    color: #333333;
    font: Normal 700 1.250em Gotham;
    font-family: "Gotham A", "Gotham B";
    text-align:center;
}
.EZRezNonCalText {
    padding-top:10px;
    color: #333333;
    font: Normal 300 0.9em Gotham;
    font-family: "Gotham A", "Gotham B";
}
.EZRezNonCalText .NonCalLink {
    cursor: pointer;
    text-decoration: underline;
    color: #007AFF !important;
}
.EZRezQty {
    width:50px;
    height: 100%;
    text-align: center;
    color: black;
    font: Normal 800 4.5em Gotham;
    font-family: "Gotham A", "Gotham B";
}
.EZRezQtyDetails { 
    position: relative;
    top: -0.5em;
    left: -1.05em;
}
.EZRezQtyDetailRow {
    color: #C1C1C1;
    font: Normal 400 1.125em Gotham;
    font-family: "Gotham A", "Gotham B";
    text-transform: uppercase;
}
.EZRezQtyTag{
    color: #757575;
}
.EZRezAnnualPassNote {
    padding: 1em 0;
    font: Normal 300 0.875em Gotham;
    font-family: "Gotham A", "Gotham B";
}
.EZRezQtyNote{
    color: #c1c1c1;
}
.EZRezQtyError{
    color: #F22C48;
}
.EZRezQtyChg {
    position:relative;
    width: 30px;
    height: 30px;
    margin: 2em 1em;
    cursor: pointer;
}
.EZRezMinus {
    background: url(../Images/EZRez/Minus.png) center center no-repeat;
}
.EZRezPlus {
    background: url(../Images/EZRez/Plus.png) center center no-repeat;
}
.EZRezViewSelector {
    padding: .3125em;
}
.EZRezViewSelectorContent {
    cursor: pointer;
    font: 1em oswald;
    text-decoration: underline;
    color: #007AFF !important;
}
.EZRezSubSection {
}
.EZRezSubSectionContents {
}
.EZRezItemRB {
    display: block;
    width: 1.25em;
    height: 1.25em;
    background: url("../Images/Checkout/RadialButtonUnchecked.png") center bottom no-repeat;
}
.EZRezSecItemItemDet {
    margin-left: 0.25em;
    width: 224px;
}
.EZRezSubSectionBlock {
    display: block;
    color: black;
    font: Normal 500 1em Gotham;
    font-family: "Gotham A", "Gotham B";
    padding: .5em 0 .5em .5em;
    border-top: 1px solid #F0F0F0;
}
.EZRezSubSectionItem {
    position: relative;
    display: block;
    cursor: pointer;
}
.EZRezSecProdSubHead {
    display:none;
    font-size: 0.8em;
}
.EZRezSubSectionItemSelected {
    cursor: default;
}
.EZRezSubSectionItemSelected .EZRezItemRB {
    background: url("../Images/Checkout/RadialButtonChecked.png") center bottom no-repeat;
}
.EZRezItemSubSection {
    display: block;
}
.EZRezSecItemItemName{
    width: 205px;
} 
.EZRezItemFeatures {
    color:#FFFFFF;
    font: Normal 300 .9em Gotham;
    font-family: "Gotham A", "Gotham B";
}
.EZRezSecItemFeatureItem {
    padding: 0 5px 10px 10px;
}
.EZRezAdditionalInfo {
    position: relative;
    padding: 0.25em 0 0 0;
    min-height: 2em;
}
.EZRezAdditionalInfoBox {
    position: relative;
    display: block;
}
.EZRezItemPriceRange {
    color: #000000;
    font: Normal 800 0.875em Gotham;
    font-family: "Gotham A", "Gotham B";
}
.LearnMoreAPText {
    border: none;
    cursor: pointer;
    display: inline-block;
    margin-top: .5em;
    padding: 0 1em 0 0;
    color: #457CC6 !important;
    font: Normal 400 0.75em Gotham;
    font-family: "Gotham A", "Gotham B";
    text-decoration: none !important;
    background: url(../Images/Overlay/GreyArrowRight.png) right center no-repeat;
}
.LearnMoreText {
    border: none;
    cursor: pointer;
    display: inline-block;
    margin-top: .5em;
    padding: 0 1em 0 0;
    color: #457CC6 !important;
    font: Normal 400 0.75em Gotham;
    font-family: "Gotham A", "Gotham B";
    text-decoration: none !important;
    background: url(../Images/Overlay/BlueArrowRight.png) right center no-repeat;
}
.LearnMoreAPText:focus {
    text-decoration: underline !important;
}
.EZRezLearnMore{
    position: relative;
    width: 68px;
    height: 24px;
}
.EZRezSubSectionItemSelected .EZRezLearnMore a {
    color: #736F6E !important;
}
.EZRezSpecialCallOut {
    padding-top: 0.25em;
    color: #0072AC;
    font: Normal 400 0.75em Gotham;
    font-family: "Gotham A", "Gotham B";
    text-align: right;
    width: 115px;
}
.EZRezTourTimesSection{
    margin-top:20px;
}
.EZRezTourTimesSection .EZRezTourTimesDDL .selectBox-label {
    width: 216px !important;
}
.EZRezTourTimeAlertBorder {
    border: 4px solid #F0F0F0;
    outline: 4px solid red;
}
.EZRezTourTimesBox{
    position: relative;
    display: block;
    width: 250px;
    padding-right: 0.25em;
    background-color: #52a41d;
    margin:auto;
    border-radius: 4px;
}
.EZRezTourTimesDDL {
    min-width: 254px;
    color: white;
    font: Normal 500 1em Gotham;
    font-family: "Gotham A", "Gotham B";
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 5px;
    border-radius: 4px;
}
.EZRezTourTimesDDL.selectBox-dropdown .selectBox-arrow {
	background: url("../Images/ProductDetails/DownArrowWhite.png") left 33% no-repeat;
}
.EZRezFlexPayLearnMore {
    display: block;
    background: #EEEEEE;
    width: 445px;
    height: 65px;
    margin-left: -18px;
    box-sizing: border-box;
    border-bottom: 4px solid white;
    padding: 0.25em 0 0.25em 90px;
}
.EZRezFlexPayLMLogo {
    height: 54px;
    width: 54px;
    background: url(../Images/EZRez/FlexPayLogo-new.png) center center no-repeat;
}
.EZRezFlexPayLMText {
    padding: 0.25em;
}
.EZRezFlezPayLMText1 {
    color: black;
    font: italic 900 0.875em Gotham;
    font-family: "Gotham A", "Gotham B";
}
.EZRezFlezPayLMText2 {
    color: #333333;
    font: Normal 400 0.75em Gotham;
    font-family: "Gotham A", "Gotham B";
}
.EZRezFlezPayLMText3 {
}
.EZRezFlexPayLM{
    cursor:pointer;
    background: inherit;
    border: none;   
    color: #0072AC;
    font: Normal 400 0.75em Gotham;
    font-family: "Gotham A", "Gotham B";
    padding: 0px;
}
.EZRezFlexPayLearnMore .LearnMoreText {
    margin-top: 0;
}
.EZRezAPSpacer {
    height: 26px; /*14px X 2 - 1px X 2*/
    border: 1px solid white;
}
.EZRezLeftBottomSection {
    position: absolute;
    bottom: 0px;
    width: 244px;
}
.EZRezComparePass {
    width: 244px;
    text-decoration: none !important;
    background-color: #EEEEEE;
    padding-left: 1em;
}
.EZRezComparePassText {
    color: #9E9E9E;
    font: Normal 300 0.75em Gotham;
    font-family: "Gotham A", "Gotham B";
    line-height: 2.5em;
    vertical-align: middle;
    background: url(../Images/Overlay/GreyArrowRight.png) 46% center no-repeat;
}
.APPriceQualifier {
    font: Normal 300 0.75em Gotham;
    font-family: "Gotham A", "Gotham B";
}
.EZRezMonthSelection {
    height: 36px;
    padding: 0.5em 0;
}
.EZRezMonthPrevious {
    position: relative;
    height: 100%;
    width: 28px;
    padding: 0 0.125em;
    background: url(../Images/EZRez/CalLeft.png) center center no-repeat;
    cursor:pointer;
}
.EZRezMonthPrevious:hover {
    background-image: url(../Images/Calendar/PrevBlue.png);
 }
.EZRezMonthNext {
    position: relative;
    height: 100%;
    width: 28px;
    padding: 0 0.125em;
    background: url(../Images/EZRez/CalRight.png) center center no-repeat;
    cursor: pointer;
}
.EZRezMonthNext:hover {
    background: url(../Images/Calendar/NextBlue.png) center center no-repeat;
}
.EZRezMonthFirstOrLast:hover,
.EZRezMonthFirstOrLast {
    cursor:default;
    background:none;
}
.EZRezMonthList {
    position: relative;
    height: 100%;
    width: calc(100% - 64px);
    text-align:center;
}
.EZRezMonthDDL {
    width:230px;
    color: black;
    font: Normal 800 1.25em Gotham;
    font-family: "Gotham A", "Gotham B";
    margin: auto;
    text-transform:uppercase;
}
.EZRezProdIPImageBox {
    padding: 1em;
    position: absolute;
    bottom: 0;
    left: 100%;
}
/*---- EZRezCalendar.css ----*/
#EZRezCalendar .ui-datepicker {
	padding: 0px;
	display: none;
    background-color: transparent;
}
#EZRezCalendar .ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
    color: #333333;
    font: Normal 400 20px Gotham;
    font-family: "Gotham A", "Gotham B";    
}
#EZRezCalendar .ui-datepicker .ui-datepicker-prev {
display:none;
}
#EZRezCalendar .ui-datepicker .ui-datepicker-next {
display:none;
}
#EZRezCalendar .ui-datepicker .ui-datepicker-prev-hover {
	left: -1px;
    background-image: url("../Images/Calendar/PrevBlue.png");
}
#EZRezCalendar .ui-datepicker .ui-datepicker-next-hover {
	right: -1px;
    background-image: url("../Images/Calendar/NextBlue.png");
}
#EZRezCalendar .ui-datepicker .ui-datepicker-prev span,
#EZRezCalendar .ui-datepicker .ui-datepicker-next span {
	display: none;
}
#EZRezCalendar .ui-datepicker .ui-datepicker-title {
    display: none;
}
#EZRezCalendar .ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
#EZRezCalendar .ui-datepicker select.ui-datepicker-month-year {
}
#EZRezCalendar .ui-datepicker select.ui-datepicker-month,
#EZRezCalendar .ui-datepicker select.ui-datepicker-year {
}
#EZRezCalendar .ui-datepicker table {
    border: none;
}
#EZRezCalendar .ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	border: 0;
	text-transform: uppercase;
    color: #333333;
    font: Normal 500 0.875em Gotham;
    font-family: "Gotham A", "Gotham B";
    background: none;
}
#EZRezCalendar .ui-datepicker .ui-state-disabled {
    background-color: transparent;
    border: none;
}
#EZRezCalendar .ui-datepicker-multi .ui-datepicker-group .ui-datepicker-unselectable span,
#EZRezCalendar .ui-datepicker .ui-datepicker-unselectable span {
    color: #000000;
    min-height: 57px;
    min-width: 54px;
    background-color: #F2F2F2;
    border: 2px solid #F2F2F2;
}
#EZRezCalendar .ui-datepicker-calendar .ui-state-hover {
    color: inherit !important;
    background-color: rgba(255,255,255,0.3) !important;
}
#EZRezCalendar .ui-datepicker-calendar .ui-state-active {
    color: inherit !important;
    background: inherit;
}
#EZRezCalendar .ui-datepicker .ui-datepicker-current-day {
    border: 3.5px solid red !important;
}
#EZRezCalendar .ui-datepicker .ui-datepicker-current-day.ui-datepicker-unselectable {
    border: none !important;
}
#EZRezCalendar .ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0; 
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
#EZRezCalendar .ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
#EZRezCalendar .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
#EZRezCalendar .ui-datepicker-month {
    border: none;
    text-transform: uppercase;
    font: 1em oswald;
}
#EZRezCalendar .ui-datepicker-year {
    border: none;
    font: 1em oswald;
}
/* with multiple calendars */
#EZRezCalendar .ui-datepicker.ui-datepicker-multi {
	width: auto;
}
#EZRezCalendar .ui-datepicker-multi .ui-datepicker-group {
	float: left;
    padding: 1em;
}
#EZRezCalendar .ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
    border-top: none;
}
#EZRezCalendar .ui-datepicker td span   ,
#EZRezCalendar .ui-datepicker td a,
.EZRezCalSoldOut,
#EZRezCalendar .ui-datepicker-multi .ui-datepicker-group td span,
#EZRezCalendar .ui-datepicker-multi .ui-datepicker-group td a {
	display: block;
	text-align: left;
	text-decoration: none;
    color: #000000;
    font: Normal 400 0.875em Gotham;
    font-family: "Gotham A", "Gotham B";
    min-height: 57px;
    min-width: 57px;
    position: relative;
    z-index:2;
}
#EZRezCalendar td.ui-datepicker-unselectable:not(.ui-state-disabled) {
    padding: 0.25em; 
    border: 1px solid white;
 }
#EZRezCalendar .ui-datepicker-multi .ui-datepicker-group td {
    color: #000000;
}
#EZRezCalendar .ui-datepicker-multi-2 .ui-datepicker-group {
}
#EZRezCalendar .ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
#EZRezCalendar .ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
#EZRezCalendar .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
#EZRezCalendar .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
#EZRezCalendar .ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
#EZRezCalendar .ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}
.cssColorDefault {
    background-color: #00B0F0 !important;
    color: #000000 !important;
}
.cssColorUnAvail {
    background-color: #F2F2F2 !important;
    color: #000000 !important;
}
.cssColorSoldOut {
    background-color: #ECD3E1 !important;
    color: #DB0A40 !important;
    background: url("../Images/ProductDetails/SoldOut.png") center center no-repeat;
}
.EZRezCalPriceBox {
    position:relative;
    width:100%;
    height:100%;
}
.EZRezCalPriceDiv {
    position: absolute;
    display: block;
    top:40%;
    left:0%;
    width: 100%;
    font: normal 400 0.8em Gotham;
    font-family: "Gotham A","Gotham B";
    vertical-align: middle;
    background-color: transparent;
}
.cssColorSoldOut .EZRezCalPriceDiv{
    color: #DB0A40 !important;
    font: normal 400 0.8em Gotham;
    font-family: "Gotham A","Gotham B";
    text-transform:uppercase;
}
.EZRezCalPriceText {
    position: absolute;
    display: block;
    top:40%;
    left:0%;
    width: 100%;
    color: #666666;
    font: normal 400 0.8em Gotham;
    font-family: "Gotham A","Gotham B";
    vertical-align: middle;
    background-color: transparent;
}
.rowD {     
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
 }
.colD {     
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1 auto;
}
.EZRezErrorMessage { 
    background-color: white;
}
.EZRezCalLegend{
    display: block;
    margin: 0 auto;
    padding: 10px 10px 0px 10px;
}
.LegendBox {
    display: block;
    width: 24.5%;
    margin: 0px 1px 5px 0px;
}
.LegendColorBox {
    height: 1.25em;
    width: 1.25em;
}
.LegendTextBox {
    display: block;
    color: #000000;
    min-height: 2em;
    font: Normal 800 18px Gotham;
    font-family: "Gotham A", "Gotham B";
    margin-left: 13px;
}
.EZRezCalLegendHeaderBox {
    color: #B7B7B7;
    font: Italic 400 11px Gotham;
    font-family: "Gotham A", "Gotham B";    
}
.AmExApplyAndBuyBox {
    position: relative;
}
.APModalOverlayMain {
    position: absolute;
    display: block;
    max-height: 780px;
    z-index: 9999;
}
.APModalOverlayTitle {
    display: block;
    height: 60px;
    line-height: 60px;
    font:Normal 800 28px Gotham;
    font-family: "Gotham A", "Gotham B";
    color:#ffffff;
    text-align:center;
    vertical-align:middle;
    background-color: transparent;
}
.APModalOverlayContents {
    display: inline-flex;
    background-color: #FFFFFF;
    height: 677px;
    padding: 40px;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
}
.APModalView {
    width: 100%;
    float: left;
}
.APModalCol1 {
    display: flex;
    width: 170px;
    padding: 15px;
    color: #3A3A3A;
    font:Normal 500 15px Gotham;
    font-family: "Gotham A", "Gotham B";    
    text-align: left;
}
.APModalCol2 {
    display: flex;
    width: 130px;
    padding: 15px;
    text-align:center;
    justify-content: center;
    border-left: 1px solid #E9E9E9;
}
.APModalRowDark {
    background-color: #F0F0F0;
}
.ComparePassAllAvailableBox .APModalRowDark {
    background-color: #D9D9D9;
}
.APModalRowLight {
    background-color: #FBFBFB;
}
.APViewHeader {
    display: block;
}
.APViewDetails {
    display: block;
    height: 480px;
    width: 102%;
    overflow-x: hidden;
    overflow-y: auto;
}
.APModalFeatureColLast.APModalCol2 {
    border-right: 1px solid #E9E9E9;
}
.APModalHCol {
}
.APNames {
    text-align: center;
    color: #ffffff;
    font: Normal 800 20px Gotham;
    font-family: "Gotham A", "Gotham B";
}
.APModalPriceBox {
    height: 35px;
    padding:  5px;
    color: #035cc3;
    font: Normal 500 15px Gotham;
    font-family: "Gotham A", "Gotham B";
}
.APModalBuyButton {
    background-image: url("../Images/APModals/Buy.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 49px;
    height: 20px;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 2px;
}
.APModalDateCalendar, .APModalPassComparison, .APModalAvailableDates {
    cursor: pointer;
}
.ComparePassFeatureValue {
    color: #035cc3;
    font: Normal 800 15px Gotham;
    font-family: "Gotham A", "Gotham B";
}
.APVerticleCenter {
    align-self: center;
}
.CalendarViewLeftNav {
    background: url("../Images/APModals/Left-Arrow.png") center no-repeat;
    width: 12px;
    height: 24px;
    margin-right: 5px;
}
.CalendarViewRightNav {
    background: url("../Images/APModals/Right-Arrow.png") center no-repeat;
    width: 12px;
    height: 24px;
    margin-left: 5px;
}
.APCalendarNavOpts {
    position:relative;
    top: 2px;
    color: #333333;
    font: Normal 800 16px Gotham;
    font-family: "Gotham A", "Gotham B";
}
.CalAPName {
    display: block;
    width: 100%;
    padding-top: 5px;
    text-align: center;
    color: #333333;
    font:Normal 800 24px Gotham;
    font-family: "Gotham A", "Gotham B";
}
.APCalLegendBox {
    width: 100%;
    padding-top:10px;
    padding-bottom: 15px;
}
.APNotAvailableColor a {
    color: #000000 !important;
}
.APCalLegend {
    display:block;
    width: 24px;
    height: 24px;
}
.APCalLegendText {
    display: block;
    width: 190px;
    color: #333333;
    font: Normal 500 15px Gotham;
    font-family: "Gotham A", "Gotham B";
    text-align: left;
    margin-left: 8px;
    margin-right: 5px;
}
.APCalendarBox {
    display: block;
    position: relative;
    width: 960px;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}
.scroll-element.scroll-x {
    display: none !important;
    overflow-x: hidden !important;
}
.APModalPassNameHighlight,
.APModalBuySectionHighlight,
.APModalFeatureColumnHighlight {
}
.APModalFeatureLastRow .APModalFeatureColumnHighlight {
}
.APModalFeatureColFirst, .APModalFeatureColMiddle, .APModalFeatureColLast {

} 
.APModalFeatureFirstRow, .APModalFeatureMiddleRow, .APModalFeatureLastRow {

}
/*---- APModalsCalendar.css ----*/
.APAvailablilityCalendar .ui-datepicker {
	padding: 0px;
	display: none;
    background-color: transparent;
}
.APAvailablilityCalendar .ui-datepicker .ui-datepicker-header {
	position: relative;
    color: #0D477B;
    font: 14px oswald;
    text-transform: uppercase;
}
.APAvailablilityCalendar .ui-datepicker .ui-datepicker-prev,
.APAvailablilityCalendar .ui-datepicker .ui-datepicker-next {
    display: none;
}
.APAvailablilityCalendar .ui-datepicker .ui-datepicker-title {
	margin: 0;
	line-height: 1.8em;
	text-align: center;
}
.APAvailablilityCalendar .ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.APAvailablilityCalendar .ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.APAvailablilityCalendar .ui-datepicker select.ui-datepicker-month,
.APAvailablilityCalendar .ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.APAvailablilityCalendar .ui-datepicker table {
	width: 100%;
	font-size: .9em;
    margin: 0 0 .4em;
    border-top: none;
}
.APAvailablilityCalendar .ui-datepicker th {
	padding: .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
	text-transform: uppercase;
    color: #333333;
    background-color: #E3E7EA;
    font: Normal 500 14px Gotham;
    font-family: "Gotham A", "Gotham B";
    border: 1px solid #ffffff;
}
.APAvailablilityCalendar .ui-datepicker td {
	padding: 1px;
    border: 1px solid #F5EFFD;
	text-align: center;
}
.APAvailablilityCalendar .ui-datepicker td span,
.APAvailablilityCalendar .ui-datepicker-calendar .ui-state-hover,
.APAvailablilityCalendar .ui-datepicker-calendar .ui-state-active {
    color: #EEEEEE !important;
    background: inherit;
}
.APAvailablilityCalendar .ui-datepicker-calendar .APNotAvailableColor .ui-state-hover,
.APAvailablilityCalendar .ui-datepicker-calendar .APNotAvailableColor .ui-state-active {
    color: #000000 !important;
    background: inherit;
}
.APAvailablilityCalendar .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: center;
	text-decoration: none;
    color: #EEEEEE;
    font: Normal 500 14px Gotham;
    font-family: "Gotham A", "Gotham B";
    cursor: default;
}
.APAvailablilityCalendar .ui-datepicker .ui-state-disabled {
    background-color: transparent;
    border: none;
}
.APAvailablilityCalendar .ui-datepicker .ui-datepicker-unselectable a {
    background-color: #EFF6F0 !important;
    color: #999999 !important;
}
.APAvailablilityCalendar .ui-datepicker .ui-datepicker-unselectable span {
	padding: .2em;
    color: #FFFFFF !important;
    background-color: #EFF6F0;
}
.APAvailablilityCalendar .ui-datepicker .ui-datepicker-current-day {
    background-color: #034FA5;
}
.APAvailablilityCalendar .ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0; 
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.APAvailablilityCalendar .ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.APAvailablilityCalendar .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
/* with multiple calendars */
.APAvailablilityCalendar .ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.APAvailablilityCalendar .ui-datepicker-multi .ui-datepicker-group {
	float: left;
    padding: .25em;
}
.APAvailablilityCalendar .ui-datepicker-multi .ui-datepicker-group table {
	width: 100%;
	margin: 0 auto .4em;
    border-top: none;
}
.APAvailablilityCalendar .ui-datepicker-multi .ui-datepicker-group td a {
	display: block;
	padding: .2em;
	text-align: center;
	text-decoration: none;
    color: #EEEEEE;
    font:Normal 500 14px Gotham;
    font-family: "Gotham A", "Gotham B";    
    min-height: 18px;
    min-width: 18px;
}
.APAvailablilityCalendar .ui-datepicker-multi-2 .ui-datepicker-group {
}
.APAvailablilityCalendar .ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.APAvailablilityCalendar .ui-datepicker-multi-4 .ui-datepicker-group {
	width: 23.6%;
}
.APAvailablilityCalendar .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.APAvailablilityCalendar .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.APAvailablilityCalendar .ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.APAvailablilityCalendar .ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
    margin-bottom: 40px;
}
.CompPassDatesLegendBox {
    display: block;
    position:relative;
    width: 460px;
    height: 26px;
    padding: 10px;
    margin: auto;
    background-color: #FCFCFC;
}
.ComparePassTitle {
    position: relative;
    display: block;
    height: 32px;
    width: 100%;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}
.CompPassName {
    width: 150px;
    text-align: center;
}
.CompTitleText {
    color: #333333;
    font: Normal 800 24px Gotham;
    font-family: "Gotham A", "Gotham B";
}
.CompPassNavBoxL {
    position: relative;
    top: 176px;
    margin: 1px 10px 1px 1px;
    background-color: #FCFCFC;
    cursor: pointer;
}
.CompPassNavBoxR {
    position: relative;
    top: 176px;
    margin: 1px 1px 1px 5px;
    background-color: #FCFCFC;
    cursor: pointer;
}
.CompPassNavBoxDisabled {
    display: block;
    position: relative;
    top: 176px;
    width: 140px;
    background-color: #FFFFFF;
    cursor: default;
}
.CompPassNavText{
    color: #333333;
    font: Normal 800 16px Gotham;
    font-family: "Gotham A", "Gotham B";
    line-height: 27px;
    vertical-align: middle;
}
.ComparePassPrevImg {
    display:block;
    background-repeat: no-repeat;
    background-position-y: center;
    height: 27px;
    width: 27px;
    margin-right:5px;
}
.CompPassNavBoxL .ComparePassPrevImg {
    background: no-repeat url("../Images/Calendar/PrevBlue.png");
}
.ComparePassNextImg {
    display:block;
    background-repeat: no-repeat;
    background-position-y: center;
    height: 27px;
    width: 27px;
    margin-left: 5px;
}
.CompPassNavBoxR .ComparePassNextImg {
    background: no-repeat url("../Images/Calendar/NextBlue.png");
}
.APCompDatesCol {
    display: flex;
    width: 240px;
    height: 72px;
    text-align: center;
    justify-content: center;
}
.ComparePassDatesBox {
    display: block;
    height: 373px;
    width: 240px;
}
.ComparePassTag {
    color: #333333;
    font: Normal 800 16px Gotham;
    font-family: "Gotham A", "Gotham B";
    padding-top: 8px;
}
.ComparePassCalendar {
    padding: 10px;
}
.ComparePassAllAvailable {
    width: 100%;
    height: 142px;
    overflow-y : auto;
    margin-top: 10px;
}
.ComparePassAllAvailableBox {
    width: 100%;
    margin-top: 7px;
}
.ComparePassAllRow1 {
    display: block;
    width: 460px;
    padding: 10px;
    margin: auto;
    border: 1px solid #F0F0F0;
}
.ComparePassAllRow2 {
    display: block;
    width: 460px;
    padding: 10px;
    margin: auto;
    border: 1px solid #F0F0F0;
}
.ComparePassCalBox {
    position: relative;
}
.ComparePassNoData {
    position: relative;
    top: -165px;
    background: #FCFCFC;
    opacity: 0.7;
    color: #000000;
    font: Normal 400 28px Gotham;
    font-family: "Gotham A", "Gotham B";    
    text-transform: uppercase;
    text-align: center;
    padding: 36px;
    float: left;
}
/*  Ripple */
.ripple {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(135,206,250, 0.4);
  transform: scale(0);
  position: absolute;
  opacity: 1;
}
.rippleEffect {
    animation: rippleDrop .4s linear;
}
@keyframes rippleDrop {
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.TaskButtonBox{}
.LearnMoreFPOverlayMain,
.LearnMoreOverlayMain {
    width: 834px;
    z-index: 9999;
}
.LearnMoreOverlayContents {
    width: 834px;
    height: 606px;
    background: url(../Images/ProductDetails/LearnMore.png) center center no-repeat;
}
.ProductFeaturesBox {
    height: 542px;
    width:295px;
    background-color: #036CE2;
    padding: 2em 1em;
}
.LMGlobeImage {
    width: 154px;
    height: 74px;
    background: url(../Images/ProductDetails/Logo.png) center center no-repeat;
    margin: 0 auto;
}
.LMProductName {
    color: white;
    font: Normal 800 1.75em Gotham;
    font-family: "Gotham A", "Gotham B";
    text-align: center;
    text-transform: uppercase;
    margin: 0.5em auto;
}
.LMSeparator {
    width: 100%;
}
.LMDivider{
    border: 1px solid rgba(255,255,255,0.6);
    width: 78px;
    margin: 0 auto;
}
.LMProductFeatureList {
    width: 100%;
    margin: 0 auto;
}
.LMProductTermsConditions {
    position: absolute;
    bottom: 1em;
    width: 296px;
    height:30px;
    text-align:center;
    vertical-align: middle;
}
.LegalDetailsText{
    color: #FFFFFF;
    font: Normal 400 12px Gotham;
    font-family: "Gotham A", "Gotham B";
    line-height: 30px;
    text-decoration:underline;
}
.LMFPDetails {
    width: 506px;
    height: 100%;
    position: relative;
    background: #FFFFFF;
}
.LMFPDetailsContents {
    padding: 0 1em;
    padding-top:1.5em;
}
.LMFPDetailsHeader {
    height: 94px;
    padding: 0 calc(78px + 1em);
    background: url(../Images/ProductDetails/FlexPayLearnMoreLogo-new.png) left center no-repeat;
    color: #000000;
    font: Normal 800 1.125em Gotham;
    font-family: "Gotham A", "Gotham B";
}
.LMFPDescription {
    max-height: 185px;
    overflow: hidden;
}
.LMFPTrailerSpacer {
    height: 303px;
}
.LMFPTrailerImage {
    position: absolute;
    bottom: 0px;
    height: 303px;
    width: 100%;
    background: url(../Images/ProductDetails/FlexPayLearnMoreImage.png) center center no-repeat;
}
.CheckBullet {
    list-style-image: url(../Images/BuyTickets/UpsellCheckMark.png);
}
.DashBullet {
    list-style-image: url(../Images/BuyTickets/UpsellDash.png);
}
.TermsAndConditionsBox {
    width: calc(100% - 25px );
    text-align: right;
}
.TermsAndConditions {
    font-size: 12px;
    color: #c1ddfd;
}
.ComparePassFooterBox {
    max-width: 80px;
}
.ComparePassFooter {
    padding: 16px;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
}
.loader {
  margin: 392px auto auto auto;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 1.250em solid rgba(3,108,226, 0.2);
  border-right: 1.250em solid rgba(3,108,226, 0.2);
  border-bottom: 1.250em solid rgba(3,108,226, 0.2);
  border-left: 1.250em solid #036ce2;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Step 1-2-3 */
.EZRezContentBox {
  background: white;
  display: none;
}
.EZRezContentBox.EZRezStepActive {
    display: block;
}
.EZRezContentBox.EZRezStep1 #EZRezStep2Section,
.EZRezContentBox.EZRezStep1 #EZRezStep3Section {
    display: none;
}
.EZRezContentBox.EZRezStep2 #EZRezStep1Section,
.EZRezContentBox.EZRezStep2 #EZRezStep3Section {
    display: none;
}
.EZRezContentBox.EZRezStep3 #EZRezStep1Section,
.EZRezContentBox.EZRezStep3 #EZRezStep2Section {
    display: none;
}
#EZRezSection1Title {
  display: none;
}
.EZRezLeftBottomSection {
  display: none;
}
.EZRezStepsContainer {
    width: 100%;
    margin-top: 2px;
    overflow: auto;
    background-color: #FFF;
}
.EZRezStepsContainer .EZRezStep {
    width: 338px;
    float: left;
    background: #152061;
    margin-top: 1px;
    margin-bottom: 1px;
}
.EZRezStepsContainer .EZRezStep:hover,
.EZRezStepsContainer .EZRezStep label:hover{
  cursor: pointer;
}
.EZRezStepsContainer .EZRezStep1 {
    margin-right: 2px;
}
.EZRezStepsContainer .EZRezStep3 {
    margin-left: 2px;
}
.EZRezStepsContainer .EZRezStep p {
    width: 100%;
    margin: 16px 0;
    float: left;
    font-family: "Gotham A","Gotham B";
    font-size: 21px;
    font-weight: 900;
    color: #727fae;
    letter-spacing: 1px;
    text-align: center;
    box-sizing: border-box;
}
.EZRezStepsContainer .EZRezStep.EZRezStepActive p {
    color: #fff;
}
.EZRezStepsContainer .EZRezStep p .EZRezStepNum {
    display: inline-block;
    width: 30px;
    height: 24px;
    padding: 6px 0 0;
    margin: 0 12px 0 0;
    border-radius: 50%;
    border: 2px solid #727fae;
    font-size: 18px;
    font-weight: 300;
    color: #727fae;
}
.EZRezStepsContainer .EZRezStep.EZRezStepActive p .EZRezStepNum {
    border: 2px solid #0061de;
    background: #0061de;
    color: #fff;
}
.EZRezNextStep,
.EZRezPrevStep {
  position: absolute;
  top: 46%;
  right: -31px;
  display: block;
  width: 62px;
  height: 62px;
  background: #52A41D;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.EZRezPrevStep  {
  right: auto;
  left: -31px;
  background: #52A41D;
}
.EZRezStepsContainer .EZRezStep3:focus {
    margin-right: 1px;
    width: 337px;
}
.EZRezStepsContainer .EZRezStep1:focus {
    margin-left: 1px;
    width: 337px;
}

.EZRezStep1 .EZRezPrevStep {
  display: none;
}
.EZRezNextStep:hover,
.EZRezPrevStep:hover {
  cursor: pointer;
}
.EZRezNextStep:before,
.EZRezPrevStep:before {
  content: ' ';
  position: absolute;
  top: 60%;
  width: 24px;
  height: 24px;
  border-top: 3px solid white;
}
.EZRezNextStep:before {
  left: 21%;
  border-right: 3px solid white;
  -webkit-transform: rotateZ(45deg) translate(-50%, -50%);
  -moz-transform: rotateZ(45deg) translate(-50%, -50%);
  -ms-transform: rotateZ(45deg) translate(-50%, -50%);
  -o-transform: rotateZ(45deg) translate(-50%, -50%);
  transform: rotateZ(45deg) translate(-50%, -50%);
}
.EZRezPrevStep:before {
  top: 30%;
  right: -16%;
  border-left: 3px solid white;
  -webkit-transform: rotateZ(-45deg) translate(-50%, -50%);
  -moz-transform: rotateZ(-45deg) translate(-50%, -50%);
  -ms-transform: rotateZ(-45deg) translate(-50%, -50%);
  -o-transform: rotateZ(-45deg) translate(-50%, -50%);
  transform: rotateZ(-45deg) translate(-50%, -50%);
}
.EZRezNextStep:after,
.EZRezPrevStep:after {
  content: ' ';
  position: absolute;
  top: 100%;
}
.EZRezNextStep:after {
  right: 0;
  border-top: 20px solid #224B07;
  border-right: 31px solid transparent;
}
.EZRezPrevStep:after {
  left: 0;
  border-top: 20px solid #224B07;
  border-left: 31px solid transparent;
}
.EZRezPrevStep:focus, .EZRezNextStep:focus {
    outline-offset: -2px;
}

#EZRezSubSection1,
#EZRezSubSection2 {
  width: 427px;
  float: left;
  background: #0061DE;
}
#EZRezSubSection1 {
  margin: 0 10px 0 54px; 
}
#EZRezSubSection2 {
  margin: 0 0 0 43px;
}
#EZRezSubSection1 .EZRezSubSectionBlock,
#EZRezSubSection2 .EZRezSubSectionBlock {
  width: auto;
  margin: 12px 14px;
  background: white;
}
.EZRezAPSpacer {
  background: white;
}
.EZRezProdSubSectionTitle {
  width: calc(100% + 18px);
  padding-left: 0;
  background: #FCCE14;
}
.EZRezTicketsSectionTitle,
.EZRezPassesSectionTitle {
  display: block;
  width: 100% !important;
  padding-left: .75em;
  text-align: center;
}
#EZRezSection2Title, #EZRezSection3Title {
    display: none;
}
#EZRezStep2Section .EZRezDateTimeSection {
  position: relative;
  border-bottom: none;
}
#EZRezStep2Section .EZRezDateTimeSection:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: -280px;
  width: 1018px;
  border-bottom: 1px solid #A0A0A0;
}
#EZRezGuestQtySectionContent {
  width: 580px;
  padding: 10px 0 30px;
  margin: 0 auto;
}
.EZRezAdultChild {
  overflow: auto;
}

.EZRezQtyBox {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
#EZRezAdult {
  padding: 30px 0 30px 12%;
}
#EZRezAdultDetails {
  margin-left: -12px;
}
#EZRezChild {
  padding: 30px 12% 30px 8%;
}
#EZRezChildDetails {
  margin-right: -6px;
  float: right;
}
#EZRezSingleQty {
  float: none;
}
#EZRezAllAgesDetails {
  left: 0;
}
#EZRezAllAgesQty {
  padding: 0 17px;
}

#EZRezOrderSummary hr {
  width: 186px;
}
#EZRezOrderSummaryContent {
  width: 260px;
  margin: 0 auto;
}
.EZRezSpecialCallOutContents {
  display: none;
}
.EZRezBottomMessage {
    margin: 9px 0 38px;
    font-family: "Gotham A", "Gotham B";
    font-size: 11px;
    font-weight: 500;
    text-align: right;
  	padding: 0 60px 32px 0;
}

#EZRezSubSection2 .EZRezBottomMessage {
    padding: 18px 15%;
    margin: 0;
    background: white !important;
}
#EZRezSection1Message {
    width: 445px;
    height: 65px;
    margin-left: -18px;
    padding: 14px 0;
    background: #F0EEEE;
    border-bottom: 4px solid white;
    box-sizing: border-box;
    text-align: center;
}
#EZRezSection1Message div {
  margin: 0;
  font-family: "Gotham A", "Gotham B";
  color: black;
}
#EZRezSection1Message div:first-child {
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
}
#EZRezSection1Message div:last-child {
  padding: 8px 0 0;
  font-size: 12px;
  font-weight: 300;
}
.EZRezSubSectionBlock .EZRezSecionItemImage {
    width: 98px;
    height: auto;
    margin: 3px 18px 0 0;
    float: left;
}
.EZRezSubSectionBlock .EZRezSecionItemImage img { width: 100%; }
.EZRezOrderSummaryProductBox { padding: 0.5em; }
#PurchaseTicketsContents:focus {
    outline: none !important;
}

#McAfeeBox {
  display: none;
}