
/* BOV Combined Stylesheet */

@media only screen and (max-width:770px) { .desktop-only { display: none !important; } }
@media only screen and (min-width:771px) { .mobile-only { display: none !important; } }

html { font-size: 42.0%; }

@media(min-width:1035px) { html { font-size: 44.0%; } }
@media(min-width:1240px) { html { font-size: 52.8%; } }
@media(min-width:1470px) { html { font-size: 62.5%; } }

@media only screen and (min-width:771px) {
    /* DESKTOP ONLY STYLING */

}

@media only screen { .print-only { display: none !important; } }

.expandable {
    -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    -moz-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    -ms-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    -o-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    overflow: hidden;
    max-height: 0;
}
.expanded {
    -webkit-transition: max-height 0.5s ease-in-out;
    -moz-transition: max-height 0.5s ease-in-out;
    -ms-transition: max-height 0.5s ease-in-out;
    -o-transition: max-height 0.5s ease-in-out;
    transition: max-height 0.5s ease-in-out;
    max-height: 100.0rem;
}

.container { min-width: 0 !important; }
.body-container { width: 100%; overflow: hidden; } /* prevent horizontal scroll */

i .glyphicon { font-style: normal !important; }

.cf { content: ""; display: table; clear: both; }
a:focus { color: inherit; }

html { height: 100%; width: 100%; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; line-height: inherit; margin: 0; padding: 0; }
body { height: 100%; width: 100%; font-size: 1.4rem; line-height: 1.5em; background-color: #1b1b1b; }
body, input, select, textarea { font-family: 'Lato', sans-serif; }
input, select, textarea { background: #ece9eb; }
main { background-color: #fff; padding-bottom: 0; }
p { margin-bottom: 0.5em; }
select, label { cursor: pointer; }

.no-pointer-events { pointer-events: none !important; }

.underlined-input {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #ccc;
    padding: 0.8rem 2.0rem;
}

.overflow-shown { overflow: visible !important; }

.top { vertical-align: top; }

.height-100 { height: 100%; }

picture { display: inline-block; } picture source, picture img { width: 100%; height: 100%; }

.overflow-hidden { overflow: hidden !important; }
.not-relative { position: static !important; }
.relative { position: relative !important; }
.inline { display: inline !important; }
.inline-block { display: inline-block !important; }
.block { display: block !important; }

.block-center { margin-left: auto !important; margin-right: auto !important; }
.icon-100 { max-width: 100px; }
.vertical-expand { height: 100%; margin-top: 0; margin-bottom: 0; }
.vertical-align { display: flex; align-items: center; }
.c, .clear { clear: both; }
.uppercase { text-transform: uppercase !important; }
.lowercase { text-transform: lowercase !important; }
.normalcase { text-transform: none !important; }
.border-right { border-right: 2px solid #cccccc; }
.border-left { border-left: 2px solid #cccccc; }
.border-top { border-top: 2px solid #cccccc; }
.border-bottom { border-bottom: 2px solid #cccccc; }

.bold { font-weight: bold; }
.italic { font-style: italic; }

.easy-autocomplete-container li span { font-style: italic; color: #ccc; }

.float-left { float: left !important; }
.float-right { float: right !important; }

.margin-top-0 { margin-bottom: 0 !important; }
.margin-bottom-0 { margin-bottom: 0 !important; }

.width-90 { width: 90%; margin-left: auto; margin-right: auto; }
.width-80 { width: 80%; margin-left: auto; margin-right: auto; }
.width-75 { width: 75%; margin-left: auto; margin-right: auto; }
.width-60 { width: 60%; margin-left: auto; margin-right: auto; }
.width-50 { width: 50%; margin-left: auto; margin-right: auto; }
.width-40 { width: 40%; margin-left: auto; margin-right: auto; }
.width-25 { width: 25%; margin-left: auto; margin-right: auto; }

.attach-bottom-10 { width: 100%; display: block; bottom: 1.0rem; position: absolute; }
.attach-bottom-20 { width: 100%; display: block; bottom: 2.0rem; position: absolute; }
.attach-bottom-30 { width: 100%; display: block; bottom: 3.0rem; position: absolute; }

.stretch-column { width: 99%; }

.standard-margin-bottom { margin-bottom: 4.0rem; }

.text-11 { font-size: 1.1rem; }
.text-13 { font-size: 1.3rem; }
.text-15 { font-size: 1.5rem; }
.text-16 { font-size: 1.6rem; }
.text-17 { font-size: 1.7rem; }
.text-18 { font-size: 1.8rem; }
.text-19 { font-size: 1.9rem; }
.text-20 { font-size: 2.0rem; }
.text-21 { font-size: 2.1rem; }
.text-22 { font-size: 2.2rem; }
.text-23 { font-size: 2.3rem; }
.text-24 { font-size: 2.4rem; }
.text-25 { font-size: 2.5rem; }
.text-27 { font-size: 2.7rem; }
.text-28 { font-size: 2.8rem; }
.text-29 { font-size: 2.9rem; }
.text-31 { font-size: 3.1rem; }
.text-33 { font-size: 3.3rem; }

.percent-5 { width: 5%; float: left; }
.percent-10 { width: 10%; float: left; }
.percent-20 { width: 20%; float: left; }
.percent-25 { width: 25%; float: left; }
.percent-30 { width: 30%; float: left; }
.percent-33 { width: 33.330%; float: left; }
.percent-55 { width: 55%; float: left; }
.percent-50 { width: 50%; float: left; }
.percent-60 { width: 60%; float: left; }
.percent-65 { width: 65%; float: left; }
.percent-66 { width: 66.660%; float: left; }
.percent-70 { width: 70%; float: left; }
.percent-75 { width: 75%; float: left; }
.percent-20 { width: 20%; float: left; }
.percent-40 { width: 40%; float: left; }
.percent-60 { width: 60%; float: left; }
.percent-80 { width: 80%; float: left; }
.percent-100 { width: 100%; float: left; }

.z-index-0 { z-index: 0; }
.z-index-1 { z-index: 1; }
.z-index-2 { z-index: 2; }
.z-index-3 { z-index: 3; }
.z-index-4 { z-index: 4; }
.z-index-5 { z-index: 5; }

.user-content, .user-content-tight {}
.user-content p, .user-content-tight p { margin-bottom: 1.5em; }
.user-content h1, .user-content-tight h1, .user-content h2, .user-content-tight h2, .user-content h3, .user-content-tight h3, .user-content h4, .user-content-tight h4, .user-content h5, .user-content-tight h5, .user-content h6, .user-content-tight h6 {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1.0em;
}

.height-30 { height: 3.0rem; }
.height-40 { height: 4.0rem; }

.lineheight-30 { line-height: 3.0rem; }
.lineheight-35 { line-height: 3.5rem; }
.lineheight-40 { line-height: 4.0rem; }
.lineheight-60 { line-height: 6.0rem; }

.text-bold { font-weight: bold !important; }

.text-red { color: #0089CF; }
.text-black { color: #222222; }
.text-grey { color: #343434; }
.text-medium-grey { color: #656565; }
.text-light-grey { color: #ebe9ea; }
.text-white { color: #fff; }
a.text-white { text-decoration: underline; }

.background-dark-black { background-color: #000; }
.background-black { background-color: #003562; }
.background-red { background-color: #003562; }
.background-dark-grey { background-color: #222222; }
.background-grey { background-color: #343434; }
.background-light-grey { background-color: #ebe9ea; }
.background-white { background-color: #fff; }

/*.background-black .text-grey { color: #ebe9ea !important; }*/
/*.background-black .text-black { color: #fff !important; }*/

.http-error { margin: 8.0rem 0 6.0rem 0; }
.error-image { width: 20.0rem; height: 20.0rem; margin: 0 auto 4.0rem auto; }

.title-case { text-transform: none !important; }

a { cursor: pointer; color: #0089CF; }
a:active, a:focus { text-decoration: none; color: #0089CF; }
a:hover { text-decoration: underline; color: #0978b0; }

.has-error .help-block { font-weight: bold; }

attr { cursor: default; border-bottom: 1px dotted #aaa; }

.left-10 { margin-left: 1.0rem !important; }
.left-20 { margin-left: 2.0rem !important; }
.left-30 { margin-left: 3.0rem !important; }
.after-none { margin-bottom: 0 !important; }
.before-none { margin-top: 0 !important; }
.before-5 { margin-top: 0.5rem; }
.before-10 { margin-top: 1.0rem; }
.before-15 { margin-top: 1.5rem; }
.before-20 { margin-top: 2.0rem; }
.before-30 { margin-top: 3.0rem; }
.before-40 { margin-top: 4.0rem; }
.before-50 { margin-top: 5.0rem; }
.before-60 { margin-top: 6.0rem; }
.before-100 { margin-top: 10.0rem; }
.after-3 { margin-bottom: 0.3rem; }
.after-5 { margin-bottom: 0.5rem; }
.after-10 { margin-bottom: 1.0rem; }
.after-15 { margin-bottom: 1.5rem; }
.after-20 { margin-bottom: 2.0rem; }
.after-25 { margin-bottom: 2.5rem; }
.after-30 { margin-bottom: 3.0rem; }
.after-35 { margin-bottom: 3.5rem; }
.after-40 { margin-bottom: 4.0rem; }
.after-50 { margin-bottom: 5.0rem; }
.after-60 { margin-bottom: 6.0rem; }
.inside-before-3 { padding-top: 0.3rem; }
.inside-before-5 { padding-top: 0.5rem; }
.inside-before-10 { padding-top: 1.0rem; }
.inside-before-20 { padding-top: 2.0rem; }
.inside-before-30 { padding-top: 3.0rem; }
.inside-before-40 { padding-top: 4.0rem; }
.inside-before-50 { padding-top: 5.0rem; }
.inside-before-60 { padding-top: 6.0rem; }
.inside-after-5 { padding-bottom: 0.5rem; }
.inside-after-10 { padding-bottom: 1.0rem; }
.inside-after-20 { padding-bottom: 2.0rem; }
.inside-after-30 { padding-bottom: 3.0rem; }
.inside-after-40 { padding-bottom: 4.0rem; }
.inside-after-50 { padding-bottom: 5.0rem; }
.inside-after-60 { padding-bottom: 6.0rem; }
.padding-10 { padding: 1.0rem; }
.padding-15 { padding: 1.5rem; }
.padding-20 { padding: 2.0rem; }
.padding-30 { padding: 3.0rem; }
.padding-25 { padding: 2.5rem; }
.padding-40 { padding: 4.0rem; }
.padding-20-40 { padding: 2.0rem 4.0rem; }
.padding-30-40 { padding: 3.0rem 4.0rem; }
.padding-80-30 { padding: 8.0rem 3.0rem; }
.right-10 { margin-right: 1.0rem; }
.right-20 { margin-right: 2.0rem; }
.right-30 { margin-right: 3.0rem; }
.right-40 { margin-right: 4.0rem; }

.box { border: 1px solid #ccc; }
.box > .padding { padding: 3.0rem; }

.block-centered { margin: 0 auto; }

.width-670 {
    width: 67.0rem;
    float: left;
}
.width-670.right {
    float: right;
}

.col-360 {
    width: 36.0rem;
}
.col-1050-fill {
    margin-left: 105.0rem;
}
.col-1050-fillleft {
    margin-right: 105.0rem;
}
.col-1050right {
    width: 105.0rem;
    float: right;
}
.col-1050 {
    width: 105.0rem;
    float: left;
}
.col-1040-fill {
    margin-left: 104.0rem;
}
.col-1040 {
    width: 104.0rem;
    float: left;
}
.col-940-fill {
    margin-left: 94.0rem;
}
.col-940 {
    width: 94.0rem;
    float: left;
}
.height-420 {
    height: 42.0rem;
}

.loader {
    display: inline-block;
    border: 0.6rem solid #ccc;
    border-top: 0.6rem solid #0089CF;
    border-radius: 50%;
    width: 2.6rem;
    height: 2.6rem;
    padding: 0;
    margin: 0 0.5rem;
    vertical-align: bottom;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.modal-video {
    max-width: 482px;
}

.pipe-separator {
    padding: 0 1.8rem;
}

.info-icon {
    vertical-align: bottom;
    display: inline-block;
    background: transparent url('/img/info.png') center center no-repeat;
    width: 20px;
    height: 20px;
}

.form-control-red::-webkit-input-placeholder { color: #fff; }
.form-control-red:-ms-input-placeholder { color: #fff; }
.form-control-red::-moz-placeholder { color: #fff; opacity: 1; }
.form-control-red:-moz-placeholder { color: #fff; opacity: 1; }
.form-control-red--small {
    width: auto;
}
.form-control-inline {
    display: inline-block;
}
.form-control-red {
    overflow: visible;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -khtml-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 1.6rem;
    line-height: 4.0rem;
    font-weight: bold;
    padding: 0.5rem 0rem;
    height: 4.0rem;
    color: #fff;
    border-bottom: 2px solid #fff;
}
.form-control-red--text {
    border: none;
}

.form-control-red option {
    color: #000;
}

.form-control-red--calendar {
    background-image: url(/img/button-calendar.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 4.5rem;
    background-size: 3.2rem;
    min-width: 18em;
}

.bordered > .padding { padding: 2.4rem; }
.bordered { border: 1px solid #ccc; }
.bordered-no-top { border-top: 0; }
.bordered-no-left { border-left: 0; }

.underline-white { min-height: 1px; border-bottom: 1px solid #fff; }
.underline-black { min-height: 1px; border-bottom: 1px solid #000; }
.underline-grey { min-height: 1px; border-bottom: 1px solid #ccc; }
.underline-light-grey { min-height: 1px; border-bottom: 1px solid #eee; }

.arrow-thickness {
    display: inline-block;
    width: 1.5rem;
    height: 4.5rem;
}
.arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 2.25rem;
    border-style: solid;
}
.border-black { border-color: #000; }
.border-red { border-color: #0089CF; }
.border-dark-grey { border-color: #222222; }
.border-grey { border-color: #343434; }
.border-light-grey { border-color: #ebe9ea; }
.border-white { border-color: #fff; }
.right-arrow {
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}
.left-arrow {
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.up-arrow {
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}
.down-arrow {
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.icon {
    display: inline-block;
    vertical-align: text-bottom;
}
.icon-printer {
    width: 4.0rem;
    height: 3.1rem;
    background: transparent url(/img/printer.png) center center no-repeat;
    background-size: 3.1rem 3.1rem;
}
.icon-cvv-help {
    width: 5.0rem;
    height: 3.6rem;
    background: transparent url(/img/cvv-help.png) center center no-repeat;
    background-size: 2.7rem 2.7rem;
}
.icon-clock-large {
    width: 5.0rem;
    height: 3.6rem;
    background: transparent url(/img/event-clock-large.png) center center no-repeat;
    background-size: 3.6rem 3.6rem;
}
.icon-securitymetrics {
    width: 9.8rem;
    height: 5.1rem;
    background: transparent url(/img/securitymetrics.png) center center no-repeat;
    background-size: 9.8rem 5.1rem;
}
.icon-lock {
    width: 3.0rem;
    height: 2.8rem;
    background: transparent url(/img/checkout-lock.png) center center no-repeat;
    background-size: 2.2rem 2.8rem;
}
.icon-payment--dimmed {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=35);
    -moz-opacity: 0.35;
    -khtml-opacity: 0.35;
    opacity: 0.35;
}
.icon-payment {
    width: 5.1rem;
    height: 3.2rem;
    background: transparent url(/img/checkout-payments.png) left center no-repeat;
    background-size: 23.4rem 3.2rem;
}
.icon-payment-visa {
    background-position: 0 0;
}
.icon-payment-mastercard {
    background-position: -6.1rem 0;
}
.icon-payment-americanexpress {
    background-position: -12.1rem 0;
}
.icon-payment-discover {
    background-position: -18.2rem 0;
}
.icon-chase-paymentech {
    width: 10.4rem;
    height: 4.1rem;
    background: transparent url(/img/chase-paymentech.png) center center no-repeat;
    background-size: 10.4rem 4.1rem;
}

/* ========================================================================= */
.mobile-slider-header, .mobile-slider-header-center {
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-transform: none;
    text-align: left;
}
.mobile-slider-left, .mobile-slider-right {
    display: block;
    width: 3.4rem;
    top: 33%;
    height: 5.6rem;
    background: url(/img/carousel-arrows.png) center center no-repeat;
    background-position: 0 0;
    background-size: 6.8rem 5.6rem;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.40;
    -khtml-opacity: 0.40;
    opacity: 0.40;
    z-index: 2;
}
.mobile-slider-left {
    left: 1.0rem;
}
.mobile-slider-right {
    right: 1.0rem;
    background-position: -3.4rem 0;
}
.mobile-slider-dots {
    position: absolute;
    bottom: 1.0rem;
    right: 1.0rem;
    z-index: 2;
    text-align: right;
    height: 1.8rem;
    overflow: hidden;
}
.mobile-slider-dots-dot {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 0.6rem;
    background: url(/img/carousel-pages.png) center center no-repeat;
    background-size: 3.6rem 3.6rem;
    background-position: -1.8rem 0;
    display: inline-block;
}
.mobile-slider-dots-dot--active {
    background-position: 0 0 !important;
}
.mobile-slider-header-center {
    text-align: center;
}
.mobile-slider-container {
    height: 100%;
    position: relative;
}
.mobile-slider-image-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mobile-slider {
    position: relative;
    height: 100%;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.mobile-slider::-webkit-scrollbar {
    /*width: 4px; height: 4px;*/
    width: 0; height: 0;
}
.mobile-slider::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
.mobile-slider::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border: 0 none #ffffff;
    border-radius: 10px;
}
.mobile-slider::-webkit-scrollbar-thumb:hover {
    background: #cfcfcf;
}
.mobile-slider::-webkit-scrollbar-thumb:active {
    background: #808080;
}
.mobile-slider::-webkit-scrollbar-track {
    background: none;
    border: 0 none #ffffff;
    border-radius: 10px;
}
.mobile-slider::-webkit-scrollbar-track:hover {
    background: none;
}
.mobile-slider::-webkit-scrollbar-track:active {
    background: none;
}
.mobile-slider::-webkit-scrollbar-corner {
    background: transparent;
}
.mobile-slider-left-shadow, .mobile-slider-right-shadow {
    position: absolute;
    z-index: 1;
    width: 26px;
    height: 100%;
}
.mobile-slider-left-shadow {
    left: 0;
    background: transparent url(/img/slider-left-shadow.png) top left repeat-y;
}
.mobile-slider-right-shadow {
    right: 0;
    background: transparent url(/img/slider-right-shadow.png) top right repeat-y;
}
.mobile-slider, .mobile-slider-viewport {
    cursor: move;
}
.mobile-slider-viewport {
    width: 200000px;
    margin-bottom: -4px; /* ????? */
}
.mobile-slider-card {
    vertical-align: top; /* Mac + iOS "ladder" bug fix */
    position: relative;
    width: 220px;
    margin: 0 10px;
    display: inline-block;
    overflow: hidden;
}
.mobile-slider-card-loader {
    width: 50px !important;
}
.mobile-slider-header-left {
    display: block;
    width: 75%;
    text-align: left;
    float: left;
}
.mobile-slider-header-right {
    display: block;
    margin-left: 75%;
    text-align: right;
}
.mobile-slider-card:first-child { margin-left: 0; }
.mobile-slider-card:last-child { margin-right: 0; }
.mobile-slider-card-top {
    min-height: 100px;
    overflow: hidden;
    max-height: 330px; /* Comment to allow full height for 5 card slider */
    background: #555;
    background: -moz-radial-gradient(36% 60%, ellipse cover, #555 0%, #333 100%);
    background: -webkit-radial-gradient(36% 60%, ellipse cover, #555 0%,#333 100%);
    background: radial-gradient(ellipse at 36% 60%, #555 0%,#333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#333', GradientType=1);
}
.mobile-slider-card-top img {
    width: 100%;
    display: inline-block;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    vertical-align: middle;
}
.mobile-slider-card-bottom {
    position: relative;
    background: #fff;
    padding: 10px 6px;
    color: #333;
    height: 165px;
}
.mobile-slider-card-bottom-small {
    height: 95px !important;
}
.background-white .mobile-slider-card-bottom {
    background: #eee;
}
.mobile-slider-card-title, .mobile-slider-card-promo, .mobile-slider-card-description {
    margin-bottom: 10px;
}
.mobile-slider-card-title {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}
.mobile-slider-card-title a, .mobile-slider-card-title a:focus {
    color: #333;
}
.mobile-slider-card-title a:active, .mobile-slider-card-title a:hover {
    color: #0089CF;
}
.mobile-slider-card-promo {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #0089CF;
    font-weight: bold;
}
.mobile-slider-card-description {
    font-size: 11px;
    line-height: 12px;
    text-align: center;
}
.mobile-slider-card-cta {
    width: 100%;
    position: absolute;
    bottom: 16px;
    text-align: center;
}
.mobile-slider-attached-description {
    background: #333;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.mobile-slider-attached-description .padding {
    padding: 1.8rem 1.8rem 2.2rem 1.8rem;
}
.mobile-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #003562;
}
.mobile-hero .mobile-slider-header {
    color: #fff;
}
.mobile-hero .mobile-slider-card {
    margin: 0;
}
.mobile-hero .mobile-slider-card-promo {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}
.mobile-hero .mobile-slider-card-title {
    font-size: 22px;
    line-height: 24px;
}
.mobile-hero .mobile-slider-card-title a {
    color: #fff;
}
.mobile-hero .mobile-slider-card-top {
}
.mobile-hero .mobile-slider-card-bottom {
    background: #333;
    color: #fff;
    height: 80px;
}
.mobile-hero .mobile-slider-card-top {
    max-height: auto !important;
}

/* ========================================================================= */
.star-rating {
    display: inline-block;
    width: 100px;
    height: 20px;
    background-image: url(/img/star-ratings.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.star-rating-00 { background-position: 0 -200px; }
.star-rating-05 { background-position: 0 -180px; }
.star-rating-10 { background-position: 0 -160px; }
.star-rating-15 { background-position: 0 -140px; }
.star-rating-20 { background-position: 0 -120px; }
.star-rating-25 { background-position: 0 -100px; }
.star-rating-30 { background-position: 0 -80px; }
.star-rating-35 { background-position: 0 -60px; }
.star-rating-40 { background-position: 0 -40px; }
.star-rating-45 { background-position: 0 -20px; }
.star-rating-50 { background-position: 0 0; }

.star-rating-small {
    display: inline-block;
    width: 80px;
    height: 16px;
    background-image: url(/img/star-ratings-small.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.star-rating-small-00 { background-position: 0 -160px; }
.star-rating-small-05 { background-position: 0 -144px; }
.star-rating-small-10 { background-position: 0 -128px; }
.star-rating-small-15 { background-position: 0 -112px; }
.star-rating-small-20 { background-position: 0 -96px; }
.star-rating-small-25 { background-position: 0 -80px; }
.star-rating-small-30 { background-position: 0 -64px; }
.star-rating-small-35 { background-position: 0 -48px; }
.star-rating-small-40 { background-position: 0 -32px; }
.star-rating-small-45 { background-position: 0 -16px; }
.star-rating-small-50 { background-position: 0 0; }

.tripadvisor-rating-container {
    display: inline-block;
    background: transparent url(/img/tripadvisor.png) no-repeat top left;
    padding: 2px 0 2px 44px;
}
.tripadvisor-rating {
    display: block;
    width: 100px;
    height: 20px;
    background-image: url(/img/tripadvisor-ratings.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.tripadvisor-rating-00 { background-position: 0 -200px; }
.tripadvisor-rating-05 { background-position: 0 -180px; }
.tripadvisor-rating-10 { background-position: 0 -160px; }
.tripadvisor-rating-15 { background-position: 0 -140px; }
.tripadvisor-rating-20 { background-position: 0 -120px; }
.tripadvisor-rating-25 { background-position: 0 -100px; }
.tripadvisor-rating-30 { background-position: 0 -80px; }
.tripadvisor-rating-35 { background-position: 0 -60px; }
.tripadvisor-rating-40 { background-position: 0 -40px; }
.tripadvisor-rating-45 { background-position: 0 -20px; }
.tripadvisor-rating-50 { background-position: 0 0; }

/* ========================================================================= */
.card-container {
    overflow: hidden !important;
}
.card-container-slider-container .card {
    margin-right: 3.0rem;
}
.card-container-slider-container .card:last-child {
    margin-right: 0;
}
.card-container-slider-container {
    overflow: hidden;
    width: 100%;
}
.card-container-slider {
    width: 141.0rem;
    margin: 0 auto;
    overflow: visible;
}
.card-container-slider-viewport {
    white-space: nowrap;
    width: 20000px;
}
.card-container-slider-viewport .card {
    white-space: normal;
}
.card-5-height {
    height: 55.0rem;
}
.card-container-list {
    overflow: visible !important;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.card-container-list .card {
    margin: 0 1.5rem 3.0rem 1.5rem;
}
.card-container-multiple-row .card {
    margin-bottom: 3.0rem;
}
.card-container-multiple-row {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}
.card-container-single-row {
    height: 54.0rem;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}
.card-container-single-row--four {
    height: 44.0rem;
}
.card-container-single-row--taller {
    height: 57.0rem;
}
.card-container-hero .card {
    position: relative;
}
.card-carousel-arrow-45 {
    top: 45% !important;
}
.card-container-full .card-carousel {
    width: auto;
    right: 38.0rem;
}
.card-container-full .card-carousel-right {
    right: 38.0rem;
}
.card-container-full .card-carousel-left, .card-container-full .card-carousel-right {
    top: 40%;
}
.card-container-full .card-carousel-left:hover, .card-container-full .card-carousel-right:hover {
    top: 39.85%;
}
.card-container-hero .card-carousel-left, .card-container-hero .card-carousel-right {
    top: 40%;
}
.card-container-hero .card-carousel-left:hover, .card-container-hero .card-carousel-right:hover {
    top: 39.85%;
}
.card-container-hero .card-carousel {
    width: auto;
    right: 4.0rem;
    bottom: 3.0rem;
}
.card-container-hero {
    width: 105.0rem;
    height: 42.0rem;
}
.card-container-full {
    width: 100%;
    height: 42.0rem;
}
.card-fold-inner .promo-message {
    font-size: 1.9rem;
}
.card-fold-inner .product-heading-large {
    margin-bottom: 0;
}
.card-fold-inner {
    padding: 2.5rem 4.5rem;
}
.card-split-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}
.card-split {
    width: 48.936170212765957446808510638298%;
    position: relative;
}
.showcase-split-left {
    width: 93.0rem;
    float: left;
}
.showcase-split-right {
    margin-left: 93.0rem;
}
.card-container-standard {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    height: 76.8rem;
}
.card-container--flat {
    display: block;
}
.card-container-scroll {
    width: 50000px;
    height: 100%;
}
.card-list-container {
    width: 48.0rem;
}
.card-list-container-item .padding {
    padding: 2.8rem 3.0rem;
}
.card-list-container-item {
    cursor: pointer;
    background: #fff;
    height: 18.6rem;
    border: 0;
}
.active .card-list-container-item-number {
    color: #ff3e00;
}
.card-list-container-item-text {
    margin-left: 4.0rem;
}
.card-list-container-item-number {
    width: 4.0rem;
    float: left;
    color: #ccc;
}
/*.card-list-container-item:hover {
    background: #fcf1f0;
}*/
.card-list-container-item.active {
    background: #fceae4;
    border-right: 6px solid #ff3e00;
}
.card {
    float: left;
    display: block;
    background: #fff;
    width: 100%;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    color: #000;
    height: 76.8rem;
}
.card-fold {
    position: absolute;
    bottom: 0;
    height: 10.0rem;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.card--full .card-top {
    float: left;
    width: 105.0rem;
}
.card--red {
    background-color: #0089CF;
}
.card--red a, .card--red div, .card--red p {
    color: #fff !important;
}
.card-top {
    margin: 0 0 4.0rem 0;
    padding: 0;
    width: 100%;
    display: block;
    height: 42.0rem;
    background: #000;
    border-bottom: 1px solid #ccc;
}
.card-top picture {
    width: 100%;
    height: 100%;
}
.card-bottom {
    margin: 0;
    padding: 0 2.0rem;
    text-align: center;
}
.card-flip {
    width: 36.0rem;
    float: right;
}
.card-flip .padding {
    padding: 8.0rem 3.0rem;
}
.card--full {
    width: 141.0rem;
    height: 42.0rem;
    background: #333;
}
.card--1-5 {
    width: 105.0rem;
    height: 42.0rem;
}
.card--1-5 .card-top {
    border-bottom: none;
}

.card--1-5 picture {
    height: 42.0rem;
}
.card--1-9 {
    width: 93.0rem;
    height: 55.8rem;
}
.card--1-9 .card-top {
    height: auto;
    border-bottom: none;
}
.card--1-9 picture {
    height: 55.8rem;
}
.card--2 {
    width: 69.0rem;
}
.card--2 .card-top {
    height: 46.0rem;
    margin-bottom: 4.0rem;
}
.card--2 .card-bottom {
    padding: 0 6.0rem;
}
.card--3 {
    height: 54.0rem;
    width: 45.0rem;
}
.card--3 .card-top {
    height: 30.0rem;
    margin-bottom: 2.0rem;
}
.card--3-article .card-top {
    height: 27.0rem;
}
.card--4 {
    height: 37.0rem;
    width: 32.6rem; /* ***** should be 33.0rem? */
    margin-bottom: 2.8rem;
}
.card--4-tall {
    height: 44.0rem;
    width: 33.0rem;
    margin-bottom: 2.8rem;
}
.card--4 .card-top, .card--4-tall .card-top {
    height: 22.0rem;
    margin-bottom: 2.0rem;
}
.card--5 {
    height: 55.0rem;
    width: 27.0rem;
    background: #eee;
}
.card--5 .card-top {
    height: 40.5rem;
    margin-bottom: 2.0rem;
}
.card-carousel {
    cursor: default;
    position: absolute;
    width: 100%;
    bottom: 2.6rem;
    margin: 0 auto;
}
.card-carousel-left, .card-carousel-right {
    display: block;
    width: 34px;
    top: 25%;
    height: 56px;
    background: url(/img/carousel-arrows.png) center center no-repeat;
    background-position: 0 0;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: 0.40;
    -khtml-opacity: 0.40;
    opacity: 0.40;
    z-index: 2;
}
.card-carousel-left:hover, .card-carousel-right:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
    top: 24.9%;
}
.card-carousel-right {
    background-position: -34px 0;
}
.card-carousel-left {
    left: 1.5rem;
}
.card-carousel-right {
    right: 1.5rem;
}
.card-carousel-pages {
    margin: 0 auto;
    text-align: center;
}
.card-carousel-page {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 6px;
    background: url(/img/carousel-pages.png) center center no-repeat;
    background-position: -18px 0;
}
.card-carousel-page--active {
    background-position: 0 0;
}
.card-carousel-page:hover {
    background-position: -18px -18px;
}
.card-carousel-page--active:hover {
    background-position: 0 0;
    cursor: default;
}
.card-description {
    font-size: 1.5rem;
    line-height: 2.0rem;
}

.card-container-news {
    display: block;
}
.card-inner--wide {
    width: 100%;
    margin-bottom: 4.0rem;
    height: 27.0rem;
}
.card-inner--wide .card-top {
    width: 45.0rem;
    height: 27.0rem;
    margin-bottom: 0;
    float: left;
}
.card-inner--wide .card-bottom {
    text-align: left;
    width: 45.0rem;
    margin-left: 45.0rem;
    padding: 0 0 0 3.0rem;
}

.card-inner--2 {
    width: 45.0rem;
}
.card-inner--2 .card-top {
    height: 27.0rem;
    margin-bottom: 1.5rem;
}
.card-inner--2 .card-bottom {
    height: 8.0rem;
}
.card-container-videos {
    height: 36.5rem;
}
.card-inner--2 picture {
    position: relative;
}
.display-video-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(/img/video-play.png) 90% 80% no-repeat;
}
.card-container-extra .card {
    float: left;
}

/* ========================================================================= */
.list {
    display: block;
    width: 100%;
}
.list-header {
    background: #0089CF;
    text-align: center;
    color: #fff;
    padding: 2.1rem 0;
    overflow: hidden;
    height: 7.6rem;
}
.list-body {
    list-style-type: none;
    padding: 1.5rem;
    margin: 0;
    text-align: center;
    background: #fff url(/site_img/blue-down-arrow.png) top center no-repeat;
    overflow: hidden;
    height: 38.9rem;
}
.list-item {
    padding: 1.2rem;
    border-bottom: 1px solid #b3b3b3;
    line-height: 2.0rem;
}
.list-item:last-child {
    border-bottom: none;
}
.list-item-title {
    color: #000;
}
.list-item-promo {
    color: #ff3e00;
    font-weight: bold;
    font-size: 1.7rem;
}
/* ========================================================================= */
.component-container {
    padding-top: 2.5rem;
    padding-bottom: 2.8rem;
}
.component-container-flush-top {
    padding-top: 0;
}
.component-container-flush-bottom {
    padding-bottom: 0;
}
.component-container-flush {
    padding-top: 0;
    padding-bottom: 0;
}
.home-hero {
}
.home-hero .page-header-large {
    text-align: center;
    margin-top: -0.5rem;
    margin-bottom: 0.8rem;
}
.page-header-large {
    font-size: 4.0rem;
    line-height: 4.2rem;
    text-transform: uppercase;
    font-weight: bold;
}
.page-header {
    height: 2.83em;
}
.page-header {
    font-size: 3.0rem;
    line-height: 3.2rem;
    text-transform: uppercase;
    font-weight: bold;
}
.section-header-large {
    font-size: 3.0rem;
    line-height: 3.2rem;
    /*font-weight: bold;*/
}
.section-header {
    font-size: 2.4rem;
    line-height: 2.6rem;
    /*font-weight: bold;*/
}
.page-header-large, .page-header, .section-header-large, .section-header {
    margin-bottom: 0.5em;
}
.product-small-thumbnail {
    width: 12.0rem;
    height: 12.0rem;
    display: block;
    float: left;
    margin-right: 3.0rem;
}
.product-date-time .pipe {
    color: #545454;
    font-weight: normal;
    padding: 0 1.4rem;
}
.product-date-time {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 2.8rem;
}
.product-price-point-header {
    text-transform: uppercase;
    font-size: 2.8rem;
    line-height: 3.0rem;
    font-weight: bold;
    color: #333;
}
.product-heading-medium {
    font-family: 'Oswald', sans-serif;
    font-size: 2.6rem;
    line-height: 2.8rem;
    text-transform: uppercase;
}
.product-heading-promo {
    font-family: 'Oswald', sans-serif;
    font-size: 2.6rem;
    line-height: 2.8rem;
    color: #0089cf;
}
.product-heading-large {
    font-family: 'Oswald', sans-serif;
    font-size: 3.0rem;
    line-height: 3.2rem;
    text-transform: uppercase;
}
.product-heading {
    font-family: 'Oswald', sans-serif;
    font-size: 2.4rem;
    line-height: 2.6rem;
    text-transform: uppercase;
}
.product-heading--two-lines {
    display: block;
    min-height: 2.2em;
}
.product-heading-small {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5rem;
    line-height: 1.7rem;
    font-weight: bold;
    text-transform: uppercase;
}
.link {
    color: #f94b1c;
    text-decoration: underline;
    font-weight: bold;
}
.link-nav {
    color: #f94b1c;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}
.link-upper {
    color: #f94b1c;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}
.link:hover, .link-upper:hover, .link:active, .link-upper:active, .link:focus {
    text-decoration: underline;
    color: #0089CF;
}

/* ========================================================================= */
.button {
    white-space: nowrap;
    padding: 1.0rem 2.5rem;
    text-transform: uppercase;
    border: 2px solid rgba(255, 255, 255, 0);
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-decoration: none;
}
.button .loader {
    width: 1.6rem;
    height: 1.6rem;
    border-width: 0.3rem;
}
.square-button, .square-button:focus {
    font-size: 2.8rem;
    margin: 0 0.2rem;
    font-weight: normal;
    line-height: 2.8rem;
    padding: 1.0rem 1.0rem;
    background: #eee;
    color: #9a9a9a;
    display: inline-block;
    text-decoration: none;
}
.square-button:hover, .square-button:active {
    text-decoration: none;
    background: #ddd;
    color: #8a8a8a;
}
.button-border {
    border: 1px solid #cec2c2 !important;
}
.button-read-more {
    padding-left: 0;
    padding-right: 0;
}
.button-time {
    min-width: 11.5rem !important;
    width: auto !important;
    text-align: center;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}
.button-disabled, .button[disabled=disabled] {
    pointer-events: none;
    cursor: default;
    border-color: #d3d3d3 !important;
    background-color: #d3d3d3 !important;
    color: #fff !important;
}
.button span {
    font-size: 90%;
}
.button-large-text {
    padding: 0.8rem 1.5rem;
    font-size: 1.9rem;
}
.button-calendar-large-text {
    padding: 0.8rem 1.5rem;
    font-size: 1.3rem;
}
.button:focus {
    text-decoration: none;
}
.button-link {
    color: #ff3e00;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    /*text-transform: none;*/
}
.button-link:hover, .button-link:focus {
    text-decoration: underline;
}
.button-inverted, .button-inverted:focus {
    border: 2px solid #fff;
    background-color: #fff;
    color: #ff3e00;
    display: inline-block;
}
.button-solid, .button-solid:focus {
    border: 2px solid #ff3e00;
    background-color: #ff3e00;
    color: #fff;
    display: inline-block;
}
.button-grey, .button-grey:focus {
    border: 2px solid #999;
    background-color: #999;
    color: #fff;
    display: inline-block;
}
.button-default, .button-default:focus {
    border: 2px solid #ff3e00;
    background-color: #fff;
    color: #ff3e00;
    display: inline-block;
    text-decoration: none;
}
.button-cta, .button-default:active, .button-default:hover {
    border: 2px solid #ff3e00;
    background-color: #ff3e00;
    text-decoration: none;
    color: #fff;
}
.button-solid:active, .button-solid:hover {
    background-color: #df3803;
    border-color: #df3803;
    color: #fff;
    text-decoration: none;
}
.button-inverted:active, .button-inverted:hover {
    background-color: #f6eeee;
    border-color: #f6eeee;
    color: #ff3e00;
    text-decoration: none;
}
.button-calendar {
    background-image: url(/img/button-calendar.png);
    background-position: 1.5rem center;
    background-repeat: no-repeat;
    padding-left: 5.5rem;
    background-size: 3.2rem;
}
.button-inverted.button-calendar {
    background-image: url(/img/button-calendar-inverted.png);
    background-position: 1.5rem center;
    background-repeat: no-repeat;
    padding-left: 5.5rem;
    background-size: 3.2rem;
}
.button-cart span {
    font-weight: normal;
}
.button-cart {
    background-color: #0089CF;
    border-color: #0089CF;
    color: #fff;
    background-image: url(/img/button-cart.png);
    background-position: 1.5rem center;
    background-repeat: no-repeat;
    padding-left: 6.5rem;
    background-size: 3.2rem;
}
.button-cart:hover {
    background-color: #0071ab;
    border-color: #0071ab;
}
.button-green, .button-green:focus {
    border: 2px solid #0ac300;
    background-color: #0ac300;
    color: #fff;
    display: inline-block;
}
.button-grey:hover {
    color: #fff;
    background-color: #aaa;
    border-color: #aaa;
}
.button-green:hover {
    color: #fff;
    background-color: #09b000;
    border-color: #09b000;
}
.button-large {
    font-size: 1.8rem;
    padding-top: 1.1rem;
    padding-bottom: 1.3rem;
}
.button-checkout {
    border-color: #0089CF;
    background-color: #0089CF;
    font-size: 1.8rem;
    line-height: 1.8rem;
    padding: 1.8rem 8.0rem;
}
.button-checkout:hover {
    border-color: #0071ab;
    background-color: #0071ab;
}
.button-checkout-slim {
    padding: 1.8rem 5.0rem;
}
.button-checkout-final {
    font-size: 2.4rem;
    line-height: 2.6rem;
    padding: 2.0rem 6.0rem;
}

/* ========================================================================= */
/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.textboxLarge {
    margin: 0 auto;
    width: 100%;
}
.textboxLarge-input, .form-field[type=text], .form-field[type=tel], .form-field[type=number] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 5.0rem);
    margin: 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
    float: left;
    border: 0;
    padding: 1.2rem 0.5rem 1.2rem 1.2rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.textboxLarge--search .textboxLarge-input {
    background: #fff url(/img/search-bg.png) 0 50% no-repeat;
    padding: 1.2rem 0.5rem 1.2rem 5.0rem;
    background-size: 5rem;
}
.textboxLarge-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    float: left;
    border: 0;
    width: 5.0rem;
    font-size: 1.7rem;
    line-height: 2.4rem;
    text-align: center;
    padding: 1.2rem 2.2rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-left: 0;
    background: #0089CF url(/img/search-arrow.png) 50% 50% no-repeat;
    background-size: 4.7rem 4.8rem;
}
.textboxLarge-button:hover {
    background-color: #E83F47;
}

/* ========================================================================= */
.siteHeader {
    height: 8.5rem;
}
.siteHeader-logo {
    width: 29.8rem;
}
.headerIcon-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: space-between;
    justify-content: space-between;
    align-content: space-between;
    -ms-flex-line-pack: justify;
    max-width: 30rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: auto;
}
.headerIcon { display: inline-block; width: 3.2rem; height: 3.2rem; background-image: url(/site_img/header-icons.png); background-repeat: no-repeat; background-size: 12.8rem; }
.headerIcon-magnifyingGlass { background-position: 0 0; }
.headerIcon-phone { background-position: -3.2rem 0; }
.headerIcon-email { background-position: -6.4rem 0; }
.headerIcon-cart { background-position: -9.6rem 0; }
.headerIcon-magnifyingGlass:hover { background-position: 0 -3.2rem; }
.headerIcon-phone:hover { background-position: -3.2rem -3.2rem; }
.headerIcon-email:hover { background-position: -6.4rem -3.2rem; }
.headerIcon-cart:hover { background-position: -9.6rem -3.2rem; }

/* ========================================================================= */
.breadcrumbs {
    padding: 1.0rem 0;
    font-size: 1.4rem;
}
.breadcrumb-separator {
    font-weight: normal;
    font-size: 1.1rem;
    padding: 0 0.5rem;
}
.breadcrumb-item {
    padding: 0 0.5rem;
}
/* ========================================================================= */
.textboxLargeDropdown {
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    border-top: none;
    -khtml-border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: left;
    background: #fff;
    position: absolute;
    z-index: 1100;
    -webkit-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.25);
}
.textboxLargeDropdown li {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 2.0rem;
    line-height: 2.3rem;
    vertical-align: middle;
    font-weight: normal;
}
.textboxLargeDropdown li.disabled {
    padding: 0.5rem 2.0rem;
    color: #999;
    cursor: default;
}
.textboxLargeDropdown li span {
    float: right;
    text-align: right;
    font-style: italic;
    color: #999;
    font-weight: normal;
    padding: 0.5rem 2.0rem 0.5rem 0;
}
.textboxLargeDropdown li a {
    text-decoration: none;
    padding: 0.5rem 2.0rem;
    display: block;
    color: #333;
    text-align: left;
}
.textboxLargeDropdown li a:hover, .textboxLargeDropdown li.focus a {
    background: #bfddf5;
    color: #000;
    text-decoration: none;
}
.siteNav.desktop-only {
    height: 7.0rem;
}
.siteNav {
    /*overflow: hidden;*/
    background: #fcfcfc;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
/*
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
*/
    position: relative;
}
.siteNav-links {
    overflow: visible;
    vertical-align: middle;
}
.siteNav-dropdown {
    position: relative;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
    z-index: 900000;
    top: 6.9rem;
    border: 1px solid #cbcbcb;
    position: absolute;
    display: block;
    background: #fff;
    color: #000;
    /*height: 29.0rem;*/
    /*width: 55.0rem;*/
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.05s ease-in-out, max-height 0.3s ease-in-out;
    -moz-transition: opacity 0.05s ease-in-out, max-height 0.3s ease-in-out;
    -o-transition: opacity 0.05s ease-in-out, max-height 0.3s ease-in-out;
    transition: opacity 0.05s ease-in-out, max-height 0.3s ease-in-out;
}
.siteNav-dropdown--with-top-sellers {
    max-width: 108.0rem;
}
.popover {
    z-index: 999000;
    max-width: 350px;
}
.siteNav-popover-close {
    float: right;
    color: #ccc;
    font-weight: normal;
    font-size: 4.0rem;
    line-height: 4.0rem;
    text-align: right;
    text-decoration: none;
}
.siteNav-popover-close:hover, .siteNav-popover-close:active, .siteNav-popover-close:focus {
    color: #bbb;
    text-decoration: none;
}
.siteNav-popover-phone {
    color: #000;
    font-size: 1.8rem;
    line-height: 2.0rem;
}
.nav-cart-link {
    position: relative;
}
.nav-cart-item-count {
    display: block;
    position: absolute;
    top: -0.2rem;
    right: -0.2rem;
    background: #fff;
    border: 2px solid #003562;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.4rem;
    padding: 0.1rem 0.4rem;
    -khtml-border-radius: 1.0rem;
    -webkit-border-radius: 1.0rem;
    -moz-border-radius: 1.0rem;
    border-radius: 1.0rem;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.siteNav-header {

}
.siteNav-dropdown-link {
    color: #000;
    font-weight: bold;
}
.siteNav-dropdown-link:hover {
    text-decoration: none;
    color: #0089CF;
}
.siteNav-link-container {
    display: inline-block;
}
.siteNav-link {
    position: relative;
    display: inline-block;
    width: auto;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    height: 7.0rem;
    vertical-align: middle;
    line-height: 7.0rem;
    white-space: nowrap;
    text-transform: uppercase;
    color: #000;
    font-size: 1.7rem;
    padding: 0 4.0rem;
    font-weight: bold;
    text-decoration: none;
}
.siteNav-dropdown-column {
    width: 22.5rem;
    float: left;
    margin-right: 3.0rem;
}
.siteNav-dropdown-column--top-sellers {
    width: 50.0rem;
    margin-right: 0;
}
.siteNav-dropdown-column-row {
    border-bottom: 1px solid #e5e5e5;
    padding: 1.0rem 0;
}
.siteNav-dropdown-column-row:first-child {
    padding-top: 0;
}
.siteNav-dropdown-column-row:last-child {
    border-bottom: none;
}
.siteNav-dropdown > .padding {
    padding: 2.0rem 2.6rem;
}
.siteNav-header {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
}
.siteNav-dropdown-image {
    float: left;
    width: 16.0rem;
    height: 16.0rem;
    margin: 0 0.2rem;
}
.siteNav-dropdown-image a:hover {
    opacity: 0.5;
}
.siteNav-link-container:hover .siteNav-dropdown {
    display: block;
    max-height: 30.0rem;
    opacity: 1;
}
.siteNav-link-container:hover .siteNav-link {
    background: #fff;
    z-index: 900001;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    color: #0089CF;
}
.siteNav-link:hover, .siteNav-link:active, .siteNav-link:focus, .siteNav-link.active {
    color: #0089CF;
    font-weight: bold;
    text-decoration: none;
}

/* ========================================================================= */
.siteFooter-contact {
    color: #656565;
}
.siteFooter-contact-phone {
    font-size: 1.8rem;
}
.siteFooter-contact-header {
    font-size: 1.4rem;
    margin-bottom: 0;
}
.siteFooter-contact-domestic {
    margin-right: 6rem;
}
.siteFooter-contact-international {

}
.siteFooter-contact-hours {
    margin-top: 1.5rem;
    text-transform: uppercase;
}
.siteFooter-contact-container div {
}
.social-media a picture {
    width: 3.6rem;
}
.social-media a {
    padding: 0 1.0rem;
}
.sitePreFooter .product-heading {
    margin-bottom: 4.0rem;
}
.sitePreFooter {
    color: #333;
    background-color: #ebe9ea;
}
.sitePreFooter-container {
    margin-bottom: 3.6rem;
}
.pre-footer-column {
    height: 15.5rem;
}
.sitePreFooter hr {
    border: 0;
    border-top: 2px solid #ccc;
    margin: 0 auto 3.6rem auto;
    height: 2px;
    display: block;
}
.siteFooter hr {
    border: 0;
    border-top: 1px solid #7a7a7a;
    max-width: 75%;
    margin: 0 auto 4.0rem auto;
    height: 1px;
    display: block;
}
.siteFooter {
    font-size: 1.4rem;
    line-height: 2.4rem;
}
.siteFooterMain hr {
    display: block;
    width: 80%;
    clear: both;
    border: 0;
    border-top: 1px solid #7b7b7b;
    margin: 4.0rem auto;
}
.siteFooterMain {
    padding-top: 5.0rem;
    padding-bottom: 4.0rem;
    /*min-width: 80.0rem;*/
    background-color: #333;
    color: #ccc;
}
.siteFooterLower {
    background: #1b1b1b;
    padding-top: 4.0rem;
    padding-bottom: 4.5rem;
    /*min-width: 80.0rem;*/
    font-size: 1.6rem;
    color: #fff;
}
.siteFooterNav-container {
    background: #1b1b1b;
    margin: 4rem 0;
    color: #fff;
}
.siteFooterNav a:last-child {
    border-right: 0;
    margin-right: 0;
}
.siteFooterNav a {
    color: #fff;
    text-decoration: none;
    padding-right: 1.8rem;
    margin-right: 1.8rem;
    border-right: 2px solid #333;
    line-height: 1.6rem;
}
.siteFooterNav a:active, .siteFooterNav a:hover {
    color: #0089CF;
    text-decoration: none;
}
.siteFooter-logo-container {
    margin-bottom: 3.0rem;
}
.siteFooter-promo p {
    margin-bottom: 1em;
}
.siteFooter-promo {
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 4.5rem;
}
.siteFooterIcon { display: inline-block; width: 7.7rem; height: 7.7rem; background-image: url(/img/footer-icons.png); background-repeat: no-repeat; background-size: 30.8rem 7.7rem; }
.siteFooterIcon-prices { background-position: 0 0; }
.siteFooterIcon-credit-card { background-position: -7.7rem 0; }
.siteFooterIcon-experts { background-position: -15.4rem 0; }
.siteFooterIcon-secure { background-position: -23.1rem 0; }
.footer-payments {
    width: 29.5rem;
}
.siteFooterIcon-container td {
    padding: 0 2.0rem;
    text-align: center;
    text-transform: uppercase;
}
.siteFooterIcon-container {
    line-height: 2.0rem;
}

/* ========================================================================= */
.establishment-info {
    border: 1px solid #ccc;
    background: #f5f5f5;
    min-height: 31.0rem;
    padding: 2.4rem 2.0rem;
}
.establishment-products {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.establishment-product > .padding {
    padding: 2.0rem;
}
.establishment-product-from {
    font-size: 1.8rem;
    color: #999;
    text-transform: uppercase;
}
.establishment-product-price {
    font-size: 3.5rem;
    font-weight: bold;
    color: #000;
}
.establishment-product {
    font-size: 2.0rem;
    line-height: 2.2rem;
    margin-bottom: 3.0rem;
}
.establishment-product:last-child {
    margin-bottom: 0;
}
.establishment-product-pricing {
    margin-top: 4.0rem;
    float: right;
    text-align: right;
}
.establishment-product-name {
    margin-top: 2.0rem;
    display: inline-block;
}
.establishment-product-thumbnail {
    margin-right: 3.5rem;
    width: 21.0rem;
    height: 21.0rem;
    float: left;
}
.establishment-carousel-thumb-container {
    height: 13.2rem;
    position: relative;
    width: 100%;
}
.establishment-hero-container {
    width: 67.0rem;
    height: 44.5rem;
}
.establishment-hero-container {
    position: relative;
    overflow: hidden;
}
.switch-carousel-back {
    height: 55.8rem;
    background: #000;
}
.establishment-carousel-thumb-container {
    position: relative;
    overflow: hidden;
    /*overflow-x: scroll;*/
    /*overflow-y: hidden;*/
}
.establishment-hero-images, .establishment-carousel-thumb-images {
    width: 20000px;
}
.establishment-hero-images li, .establishment-carousel-thumb-images li {
    float: left;
}
.establishment-hero-images li {
    width: 67.0rem;
    height: 44.5rem;
}
.establishment-hero-upper {
}
.establishment-carousel-prev, .establishment-carousel-next, .establishment-carousel-thumb-prev, .establishment-carousel-thumb-next, .establishment-carousel-prev:focus, .establishment-carousel-next:focus {
    z-index: 10;
    text-decoration: none;
    position: absolute;
    background: #333;
    background: rgba(0, 0, 0, 0.4);
    color: #eee;
    text-align: center;
    vertical-align: middle;
}
.establishment-carousel-prev:hover, .establishment-carousel-next:hover, .establishment-carousel-thumb-prev:hover, .establishment-carousel-thumb-next:hover {
    color: #fff;
    text-shadow: 1px 1px 1px #000000;
    text-decoration: none;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
}
.establishment-hero-nav-container {
    background: #000;
}
.establishment-hero-nav-container, .establishment-carousel-thumb-nav-container {
    position: relative;
}
.establishment-hero-nav-container, .establishment-carousel-thumb-nav-container, .establishment-hero-images, .establishment-carousel-thumb-images {
    height: 100%;
}
.establishment-hero-images, .establishment-carousel-thumb-images {
    position: absolute;
    top: 0;
    left: 0;
}
.establishment-carousel-prev, .establishment-carousel-next {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    line-height: 38px;
    width: 30px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
}
.establishment-carousel-thumb-prev, .establishment-carousel-thumb-next {
    line-height: 13.2rem;
    width: 13.2rem;
    height: 13.2rem;
}
.establishment-hero-images, .establishment-carousel-thumb-images {
    list-style-type: none;
    padding: 0;
}
.establishment-hero-images img, .establishment-carousel-thumb-images img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.establishment-carousel-thumb-images li.active {
    border: 3px solid #e97a20;
}
.establishment-carousel-thumb-images li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 13.2rem;
}
.establishment-hero-images li, .establishment-carousel-thumb-images li {
    z-index: 1;
    height: 100%;
    background: #ccc;
    background: -moz-linear-gradient(top, #cccccc 0%, #aaaaaa 100%);
    background: -webkit-linear-gradient(top, #cccccc 0%,#aaaaaa 100%);
    background: linear-gradient(to bottom, #cccccc 0%,#aaaaaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#aaaaaa', GradientType=0);
    margin: 0;
    padding: 0;
    float: left;
    display: block;
}
.establishment-carousel-clear {
    clear: both !important;
}
.establishment-carousel-counter {
    z-index: 2;
    cursor: default;
    line-height: 36px;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    background: #333;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 35px;
    position: absolute;
    display: block;
    -khtml-top-left-border-radius: 6px;
    -webkit-top-left-border-radius: 6px;
    -moz-top-left-border-radius: 6px;
    border-top-left-radius: 6px;
}
.establishment-carousel-prev {
    left: 0;
    -khtml-top-right-border-radius: 10px;
    -webkit-top-right-border-radius: 10px;
    -moz-top-right-border-radius: 10px;
    border-top-right-radius: 10px;
    -khtml-bottom-right-border-radius: 10px;
    -webkit-bottom-right-border-radius: 10px;
    -moz-bottom-right-border-radius: 10px;
    border-bottom-right-radius: 10px;
}
.establishment-carousel-next {
    right: 0;
    -khtml-top-left-border-radius: 10px;
    -webkit-top-left-border-radius: 10px;
    -moz-top-left-border-radius: 10px;
    border-top-left-radius: 10px;
    -khtml-bottom-left-border-radius: 10px;
    -webkit-bottom-left-border-radius: 10px;
    -moz-bottom-left-border-radius: 10px;
    border-bottom-left-radius: 10px;
}
.establishment-carousel-thumb-prev {
    left: 0;
}
.establishment-carousel-thumb-next {
    right: 0;
}
.establishment-carousel-thumb-images li {
    margin-right: 5px;
}
.establishment-location-address {
    font-size: 1.5rem;
    color: #777;
    line-height: 130%;
    margin-bottom: 1.0rem;
}
.establishment-location-container {

}
.establishment-best-rate {
    margin-right: 20px;
    margin-left: 20px;
    min-height: 100px;
    margin-top: 2.0rem;
    font-size: 1.5rem;
    font-weight: bold;
    background: transparent url(/img/best-rate-guarantee.png) center left no-repeat;
    padding-left: 120px;
}
.establishment-best-rate-header {
    padding-top: 1.2rem;
    font-size: 2.0rem;
    font-weight: bold;
    text-transform: uppercase;
}
.establishment-promo-message {
    width: 50%;
    font-size: 1.7rem;
    color: #da1514;
    font-weight: bold;
    padding-top: 0.5rem;
    float: left;
}
.establishment-cta .button {
    float: right;
}
.establishment-cta {
    width: 50%;
    float: right;
}
.establishment-heading-container {
    margin-bottom: 3.0rem;
}
.establishment-cta-container {
    position: absolute;
    padding: 0 2.5rem;
    width: 100%;
    bottom: 2.5rem;
}
.establishment-tab-container {
    width: 100%;
}
.establishment-tab-header {
    width: 100%;
}
.establishment-tab:hover, .establishment-tab:active {
    text-decoration: none;
    background: #888;
    color: #fff;
}
.establishment-tab, .establishment-tab:focus {
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    float: left;
    margin-right: 0.8rem;
    background: #999;
    color: #fff;
    font-weight: bold;
    font-size: 2.6rem;
    padding: 2.0rem 8.0rem;
}
.establishment-tab.tab-active {
    background: #ff3e00;
    color: #fff;
}
.establishment-tab.tab-active .tab-arrow {
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -12px;
    width: 25px;
    height: 13px;
    background: transparent url(/site_img/orange-down-arrow.png) center center;
}
.establishment-tab-body {
    clear: both;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    padding: 2.8rem;
}
.establishment-tab-content {
    width: 100%;
}

/* ========================================================================= */
.product-component-container:last-child {
    margin-bottom: 3.0rem;
}
.product-component-container {
    margin-top: 3.0rem;
    color: #333;
    background-color: #fff;
    font-size: 1.7rem;
    margin-bottom: 3.0rem;
}
.product-component-container-hero {
    margin-top: 3.0rem;
    color: #fff;
    background-color: #000;
    font-size: 1.7rem;
    margin-bottom: -3.0rem !important;
}
.product-component-container .padding {
    padding: 3.6rem 3.6rem;
}
.product-component-header--with-border {
    border-bottom: 5px solid #ccc;
}
.product-component-body {
    padding: 0 1.0rem 0 1.0rem;
}
.product-component-header-plain, .product-component-header {
    color: #333;
    padding: 0 1.0rem 1.0rem 1.0rem;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 3.0rem;
    margin-bottom: 1.0rem;
}
.product-sidebar {
    margin-top: -8.2rem;
    z-index: 1;
    width: 21.0rem;
}
.product-sidebar--static {
    margin-top: 3.0rem;
}
.product-sidebar-thumbnail {
    width: 21.0rem;
    height: 21.0rem;
}
.product-sidebar-list {
    margin-bottom: 0;
    display: block;
    position: relative;
    background: #fff;
    color: #000;
    list-style-type: none;
    padding: 0.4rem 0 0 0;
}
.product-sidebar-list-item a, .product-sidebar-list-item a:focus {
    color: #353535;
    text-decoration: none;
}
.product-sidebar-list-item a:hover, .product-sidebar-list-item a:active {
    color: #ff3f00;
    text-decoration: none;
}
.product-sidebar-list-item.active {
    color: #ff3f00;
    border-left: 5px solid #ff3f00;
    text-decoration: none;
}
.product-sidebar-list-item {
    position: relative;
    font-size: 1.8rem;
    padding: 1.4rem 2.0rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 2.0rem;
    text-align: left;
    border-bottom: 1px solid #cccccc;
}
.product-sidebar-list-item:last-child {
    border-bottom: none;
}
.product-inline-carousel {
    margin-bottom: 4.0rem;
    padding-bottom: 4.0rem;
    border-bottom: 1px solid #ccc;
}
.product-inline-carousel-toggle {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: -1.0rem;
    font-weight: bold;
}
.product-inline-carousel {
}
.product-inline-carousel-header {
    color: #333;
    padding: 0 1.0rem 1.0rem 1.0rem;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 3.0rem;
    margin-bottom: 1.0rem;
}
.product-inline-carousel-nav {
    display: inline-block;
    width: 4.0rem;
    line-height: 4.0rem;
    text-align: center;
    font-size: 3.0rem;
    height: 4.0rem;
    background: #eeeeee;
    color: #999999;
    text-decoration: none;
}
.product-inline-carousel-nav:hover {
    color: #999999;
    text-decoration: none;
    background: #dddddd;
}
.product-inline-carousel-instructions {
    font-size: 2.2rem;
    line-height: 2.2rem;
}
.product-inline-carousel-track {
    text-align: left;
    max-width: 97.0rem;
    margin: 0 auto 2.0rem auto;
    overflow: hidden;
}
.product-inline-carousel-track-viewport {
    width: 9999999px;
}
.product-inline-carousel-image {
    margin: 0 1.0rem;
    display: inline-block;
}
.product-inline-carousel-image:first-child {
    margin-left: 0;
}
.product-inline-carousel-image:last-child {
    margin-right: 0;
}
.product-inline-carousel-legends {
    margin-bottom: 2.0rem;
    text-align: center;
}
.product-inline-carousel-legend {
    margin: 0 1.0rem;
    display: inline-block;
    width: 18.0rem;
    text-align: left;
}
.product-inline-carousel-legend:last-child {
    margin-right: 0 !important;
}
.product-inline-carousel-legend-swatch {
    width: 4.0rem;
    height: 4.0rem;
    display: inline-block;
    float: left;
    margin-right: 1.0rem;
}
.product-inline-carousel-legend-title {
    font-size: 2.3rem;
    line-height: 2.3rem;
    font-weight: bold;
    white-space: nowrap;
}
.product-inline-carousel-legend-description {
    font-style: italic;
    font-size: 1.8rem;
    line-height: 1.8rem;
    white-space: nowrap;
}
.product-inline-carousel-fine-print {
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-align: center;
}
.product-sidebar-list-item-inner-list {
    margin-bottom: 0;
    display: block;
    position: relative;
    background: #fff;
    color: #000;
    list-style-type: none;
    padding: 0.4rem 0 0 0;
}
.product-sidebar-list-item-with-arrow {
    padding-right: 3.0rem;
}
.product-sidebar-list-item-arrow {
    display: block;
    width: 1.6rem;
    height: 1.1rem;
    position: absolute;
    right: 1.0rem;
    top: 50%;
    margin-top: -0.5rem;
    background: transparent url(/site_img/blue-collapse-arrow.png) top left no-repeat;
    background-position: 0 0;
    background-size: 1.6rem 2.2rem;
}
.product-sidebar-list-item-arrow.product-sidebar-list-item-arrow-expanded {
    background-position: 0 -1.1rem;
}
.product-sidebar-list-item-inner-list-item {
    padding: 1.4rem 2.0rem;
    text-transform: none;
    font-weight: bold;
    line-height: 2.0rem;
    text-align: left;
    border-bottom: 1px solid #cccccc;
}
.product-sidebar-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -12px;
    width: 25px;
    height: 13px;
    background: transparent url(/site_img/black-down-arrow.png) center center;
    z-index: 2;
}
.event-view-full-calendar-container {
    float: right;
    width: 25%;
    margin-right: 4.0rem;
    margin-top: 1.8rem;
}
.event-showtimes-line {
    width: auto;
    border-bottom: 1px solid #dbdbdb;
    padding: 1.0rem 1.0rem;
}
.event-showtimes-line:last-child {
    border-bottom: none;
}
.event-showtimes-line-date {
    width: 39.5%;
    float: left;
}
.event-showtimes-line-date, .event-showtimes-line-plain {
    padding: 0.6rem 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.0rem;
    color: #000;
}
.event-showtimes-line-arrow-left {
    width: 3.0rem;
    float: left;
}
.event-showtimes-line-scroll-container {
    margin: 0 3.0rem;
    overflow: hidden;
}
.event-showtimes-line-scroll {
    width: 1%;
    display: table;
    white-space: nowrap;
}
.event-showtimes-line-arrow-right {
    width: 3.0rem;
    float: right;
}
.event-showtimes-line-times .button-time {
    position: relative;
}
.event-showtimes-line-times {
    margin-left: 39.5%;
}
.product-hero-float {
    display: block;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.34);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.34);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.34);
    color: #fff;
    background: #ff3e00;
    width: 117.0rem;
    position: fixed;
    top: 0;
    height: 9.5rem;
    overflow: hidden;
    z-index: 100;
}
.product-hero-float .padding {
    padding: 2.0rem 3.0rem;
}
.product-hero-float-promo {
    font-weight: bold;
    font-size: 1.7rem;
}
.event-showtimes-more {
    color: #0089CF;
}
.product-component-body-half {
    width: 48%;
    float: right;
}
.product-component-body-half:first-child {
    border-right: 1px solid #ccc;
    padding-right: 4.0rem;
    float: left;
}
.product-component-body-half:last-child {
}

/* ========================================================================= */
.component-header {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 3.2rem;
    text-transform: uppercase;
}
.component-header-large {
    font-size: 3.8rem;
    line-height: 4.2rem;
}
.product-list-header {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 3.0rem;
    line-height: 3.2rem;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
    float: left;
}
.product-list-header-results {
    font-size: 2.6rem;
    padding-left: 1.0rem;
    line-height: 3.2rem;
    text-transform: none;
}
.product-list-header-category {
    float: right;
    line-height: 3.2rem;
}
.product-list-header-sort-by {
    float: right;
    padding-left: 7.0rem;
    line-height: 3.2rem;
}
.product-list-header-dim {
    line-height: 3.2rem;
    font-size: 1.6rem;
    color: #aaa8a9;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 0.5rem;
}
.product-list-red i {
    font-size: 1.6rem;
}
.product-list-red, .product-list-red:focus, .product-list-red:hover, .product-list-red:active {
    text-decoration: none;
}
.btn-group {
    white-space: nowrap;
}
.product-list-red {
    font-size: 2.0rem;
    color: #0089CF;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 3.2rem;
}

/* ========================================================================= */
.ticket-group-container {

}
.ticket-group-container-boxes {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    margin-top: -2.0rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.product-component-toolbar {
    width: 100%;
    margin-top: 3.0rem;
    margin-bottom: -3.0rem;
}
.product-component-toolbar-tabs {
    color: #fff;
}
.product-component-toolbar-filter {
    font-size: 1.7rem;
    line-height: 2.0rem;
    display: inline-block;
    padding: 2.0rem 3.5rem 1.6rem 3.5rem;
}
.product-component-header-inner {
    font-size: 2.4rem;
    text-transform: none !important;
}
.product-component-toolbar-filter-label {
    margin-bottom: 0.6rem;
}
.toggle-button {
}
.toggle-button input + span {
    display: inline-block;
    margin: 0 0.4rem 0 0;
    padding: 0.8rem 1.4rem;
    border: 1px solid #fff;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: normal;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.7rem;
    text-transform: uppercase;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.toggle-button input {
    display: none;
}
.toggle-button input:checked + span {
    border: 1px solid transparent;
    background: #0087d1;
    color: #fff;
}
.product-component-toolbar-filter select {
    background: #fff;
    color: #0087d4;
    padding: 0.6rem 1.4rem;
    border: none;
    text-transform: uppercase;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.product-component-toolbar-filter select, .product-component-toolbar-filter option {
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 1.7rem;
}
.product-component-toolbar-filter-option {
    display: inline-block;
}
.product-component-toolbar-tab {
    display: inline-block;
    margin-right: 0.5rem;
    padding: 1.6rem 3.0rem;
    font-weight: bold;
    font-size: 2.0rem;
    color: #fff;
    text-decoration: none;
    background: #999;
    position: relative;
}
.product-component-toolbar-tab:hover {
    background: #888;
}
.product-component-toolbar-tab:hover, .product-component-toolbar-tab:active, .product-component-toolbar-tab:focus, .product-component-toolbar-tab:visited {
    color: #fff;
    text-decoration: none;
}
.product-component-toolbar-tab-active, .product-component-toolbar-tab-active:hover {
    background: #ff3f00;
}
.product-component-toolbar-tab .arrow {
    display: none;
    position: absolute;
    bottom: -3.5rem;
    margin-left: -2.25rem;
    left: 50%;
}
.product-component-toolbar-tab-active .arrow {
    display: block;
    color: #ff3e00;
}
.product-component-toolbar-filters {
    color: #fff;
    background: #003562;
}
.filtered-ticket-box {
    border: 3px solid #ccc;
    position: relative;
    margin: 1.0rem;
    width: 53.6rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.modal .user-content ul, .filtered-ticket-content .user-content ul, .user-content-tight ul {
    margin: 1.4rem -1.0rem 1.6rem 1.0rem;
    list-style: none;
    clear: both;
}
.modal .user-content li, .filtered-ticket-content .user-content li, .user-content-tight li {
    margin-bottom: 1.0rem;
    width: 50%;
    float: left;
    font-weight: bold;
    line-height: 0.8em;
    padding: 0 3.0rem 0 0;
    text-indent: -0.75em;
}
.modal .user-content li:before, .filtered-ticket-content .user-content li:before, .user-content-tight li:before {
    content: "\e013";
    color: #ff3e00;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 18px;
    padding-right: 0.5em;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.filtered-ticket-box .padding {
    padding: 3.0rem 2.0rem;
}
.filtered-ticket-box .vertical-padding {
    padding: 1.0rem 0 0.5rem 0;
}
.filtered-ticket-box-featured {
    border: 6px solid #005f9a;
}
.filtered-ticket-box-featured-ribbon {
    display: none;
}
.filtered-ticket-header {
    height: 13.0rem;
}
.filtered-ticket-content {
    height: 24.0rem;
}
.filtered-ticket-content-inner {
    height: 17.5rem;
}
.filtered-ticket-from {
    color: #656565;
    font-size: 1.7rem;
    line-height: 4.0rem;
    top: -1.0em;
}
.filtered-ticket-price {
    color: #010000;
    font-size: 4.0rem;
    line-height: 4.0rem;
}
.filtered-ticket-box-highlighted, .filtered-ticket-box-highlighted-missing {
    text-transform: uppercase;
    color: #000100;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 2.6rem;
}
.filtered-ticket-box-highlighted {
    background: #f0f0f0;
}
.filtered-ticket-box-highlighted .padding, .filtered-ticket-box-highlighted-missing .padding {
    padding: 1.0rem 2.0rem 0.8rem 2.0rem;
}
.filtered-ticket-box-featured .filtered-ticket-box-highlighted {
    background: #bfe4fe;
}
.filtered-ticket-box-featured .filtered-ticket-box-featured-ribbon {
    display: block;
    width: 13.9rem;
    height: 5.3rem;
    background: url(/site_img/promotion-ribbon.png) top center no-repeat;
    background-size: 13.9rem 5.3rem;
    position: absolute;
    top: -1.8rem;
    right: 1.6rem;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    padding: 6px 16px 8px 16px;
    font-weight: bold;
}
.ticket-group hr {
    height: 1px;
    width: 100%;
    display: block;
    margin: 0 0 1.6rem 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
}
.ticket-group table {
    width: 100%;
}
.ticket-group-footer {
    background: #f0f0f0;
    color: #000;
    font-size: 1.6rem;
    line-height: 2.0rem;
    padding: 0.6rem 2.6rem;
}
.ticket-group-header {
    margin: 1.0rem;
    background-color: #ddd;
    font-weight: bold;
    padding: 1.2rem 1.6rem;
    color: #333;
}
.modal .ticket-group-header {
    background-color: #97d1ed;
}
.ticket-group-content-left {
    width: 55.0rem;
    float: left;
}
.ticket-group-content-right {
    width: 43.0rem;
    float: right;
}
.modal .ticket-group-content-right {
    width: 30.0rem;
}
.ticket-group-content {
    padding: 1.0rem 3.0rem 2.0rem 3.0rem;
}
.ticket-group {
    border: 3px solid #ccc;
    margin-top: 3.0rem;
}
.ticket-group-no-border {
    border: none;
}
.ticket-group-box {
    width: 53.4rem;
    margin: 1.5rem;
}
.ticket-group:first-child {
    margin-top: 0;
}
.ticket-group-box:first-child {
    margin-top: 1.5rem;
}
.product-promo {
    color: #0089CF;
}
.ticket-group-content-heading {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
}
.ticket-group label {
    font-size: 1.9rem;
    margin-bottom: 1.0rem;
}
.ticket-group label span {
    font-weight: normal;
    font-size: 1.5rem;
}
.ticket-group input[type='radio'] {
    transform: scale(1.5);
    margin-right: 0.5em;
}
.ticket-group-name {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2.0rem;
    margin-bottom: 1.0rem;
}
.ticket-group-table {
    width: 53.0rem;
    margin-bottom: 1.5rem;
}
.ticket-group-table-row {
    clear: both;
}
.ticket-group-gate-price {
    color: #666;
    font-weight: bold;
    font-size: 1.5rem;
}
.ticket-group-price {
    color: #0089CF;
    font-size: 2.4rem;
    font-weight: bold;
}
.modal .ticket-group-price {
    color: #d71515;
}
.modal .text-red {
    color: #d71515;
}
.ticket-group-table-row:after {
    clear: both;
}
.ticket-group-table-col-1 {
    text-align: left;
    float: left;
    width: 50%;
}
.ticket-group-table-col-2 {
    text-align: right;
    float: left;
    width: 25%;
}
.ticket-group-table-col-3 {
    text-align: right;
    float: left;
    width: 25%;
}
.ticket-group .quantity {
    padding: 0.9rem 0.7rem 0.9rem 2.0rem;
    font-size: 1.8rem;
    font-weight: bold;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 4.6em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.ticket-group-tax-info {
    font-size: 1.2rem;
    color: #000;
    font-style: italic;
}

/* ========================================================================= */
.js-rating-hidden { display: none !important; }
.js-name-hidden { display: none !important; }
.js-distance-hidden { display: none !important; }
.js-landmark-hidden { display: none !important; }
.js-rate-hidden { display: none !important; }
.js-address-hidden { display: none !important; }
.hotel-search-container {
    overflow: hidden;
    background: #0089CF;
}
.hotel-search-container--best-rate {
    background: #0089CF url(/img/best-rate-guarantee.png) 1.6rem 31.2rem no-repeat;
    background-size: 9.2rem 9.2rem;
}
.hotel-search-left-label {
    display: inline-block;
    width: 10.0rem !important;
}
.hotel-search-room {
    float: left;
    width: 32.5rem;
}
.hotel-search-room-heading {
    color: #fff;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 4.0rem;
    height: 4.0rem;
    margin-bottom: 2.0rem;
}
.hotel-search-footer {
    width: 33.0rem;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: 2.0rem;
    color: #fff;
}
.hotel-search-footer a {
    color: #fff !important;
}
.hotel-search-sidebar {
    width: 30.0rem;
    margin-right: 3.0rem;
    float: left;
    border: 1px solid #ccc;
}
.hotel-search-results {
    margin-left: 33.0rem;
}
.hotel-search-sidebar-header {
    background: #ebe9ea;
    padding: 1.7rem 2.3rem;
    font-size: 2.4rem;
    color: #333;
}
.hotel-search-sidebar-content > .padding {
    padding: 1.3rem 1.0rem;
}
.hotel-search-sidebar-content hr {
    border: 0;
    margin: 1.6rem 0;
    padding: 0;
    height: 1px;
    border-bottom: 1px solid #ccc;
}
.hotel-search-sidebar-content {

}
.hotel-search-sidebar-content-header {
    color: #4c4c4c;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1.3rem;
    padding: 0 1.3rem;
}
.hotel-search-sidebar-content-content {
    padding: 0 1.3rem;
}
.hotel-search-form-control {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.0rem;
    color: #333;
    font-size: 1.8rem;
    border: 1px solid #ccc;
    background: #fff;
}
.hotel-search-form-control::-webkit-input-placeholder { color: #888; }
.hotel-search-form-control:-ms-input-placeholder { color: #888; }
.hotel-search-form-control::-moz-placeholder { color: #888; opacity: 1; }
.hotel-search-form-control:-moz-placeholder { color: #888; opacity: 1; }
.hotel-search-form-control-magnify {
    background: transparent url(/img/magnifying-glass.png) 1.0rem center no-repeat;
    background-size: 2.2rem;
    padding-left: 4.0rem;
}
.hotel-search-star-line div {
    vertical-align: bottom;
    margin-right: 0.6rem;
}
.hotel-search-star-line {
    line-height: 1.4rem;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.hotel-search-sidebar-content input[type=checkbox] {
    margin-right: 0.5rem;
}
.hotel-search-sidebar-content label {
    font-weight: normal;
    display: block;
}
.slider-container {
    width: 100%;
    margin: 0 auto;
}
.slider .slider-selection {
    background: #0089CF;
}
.slider .slider-handle {
    cursor: pointer;
    background: #0089CF;
}
.js-slider {
    width: 100%;
}
.hotel-search-quickfind {
    max-height: 70.0rem;
    overflow: auto;
}
.hotel-search-quickfind-row {
    clear: both;
    font-size: 1.2rem;
    line-height: 2.5rem;
    height: 2.5rem;
}
.hotel-search-quickfind-header-row {
    clear: both;
    font-size: 1.4rem;
    text-transform: uppercase;
    line-height: 2.5rem;
    height: 2.5rem;
}
.hotel-search-quickfind-name {
    float: left;
    width: 18.2rem;
    height: 2.0rem;
    overflow: hidden;
}
.hotel-search-quickfind-price {
    text-align: right;
    margin-left: 18.2rem;
}
.dimmed { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)"; filter: alpha(opacity=35); -moz-opacity: 0.35; -khtml-opacity: 0.35; opacity: 0.35; }
.dimmed input, .dimmed select, .dimmed label { pointer-events: none; }
.dimmed input[type=text], .dimmed input[type=tel], .dimmed input[type=number], .dimmed label, .dimmed input[type=radio], .dimmed select, .dimmed input[type=checkbox] { cursor: default; }
.dimmed * { pointer-events: none; }
.hotel-search-result-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.full-width { width: 100%; }
.hotel-search-result-table {
    width: 100%;
}
.hotel-search-result-table td:last-child {
    padding-right: 0;
}
td.right { text-align: right; }
.hotel-search-result-table td {
    vertical-align: top;
    padding-right: 2.0rem;
}
.hotel-search-result {
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 1.6rem;
}
.hotel-search-result > .padding {
    padding: 2.4rem;
}
.hotel-search-result-thumbnail {
    height: 15.0rem;
    width: 15.0rem;
}
.hotel-search-result-short-description {
    text-transform: uppercase;
    /*white-space: nowrap;*/
    padding-right: 1.5rem;
    font-size: 1.6rem;
    letter-spacing: -1px;
    color: #656565;
}
.hotel-search-result-pipe {
    padding-right: 1.5rem;
}
.hotel-search-result-map-link {
    font-size: 1.6rem;
    white-space: nowrap;
}
.hotel-search-result-promo {
    font-weight: bold;
    font-size: 1.5rem;
    color: #0089CF;
}
.hotel-search-result-average-rate {
    color: #656565;
    font-size: 1.8rem;
    margin: 0;
}
.hotel-search-result-normal-price {
    display: inline;
    font-size: 1.8rem;
    color: #333;
    line-height: 3.6rem;
}
.hotel-search-result-price {
    display: inline;
    font-size: 3.4rem;
    color: #000;
    font-weight: bold;
    line-height: 3.6rem;
}
.hotel-search-result-pricing {
    white-space: nowrap;
}
.hotel-result-searching {
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: bold;
}
.hotel-result-searching .loader {
    border-color: #85aec3;
    border-left-color: #0089CF;
}
.hotel-result-summary-left {
    width: 75%;
    float: left;
}
.hotel-result-summary-right {
    margin-left: 75%;
}
.hotel-result-summary-title {
    font-size: 3.0rem;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 3.2rem;
}
.hotel-result-summary-count {
    font-size: 2.5rem;
    font-weight: bold;
    padding-left: 1.0rem;
    color: #333;
    line-height: 3.2rem;
}
.hotel-result-summary-header-row {
    height: 3.2rem;
    margin-bottom: 1.2rem;
}
.hotel-amenities {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
}
.establishment-overview {
    font-size: 1.5rem;
    line-height: 2.0rem;
}
.establishment-overview p {
    margin-bottom: 2.0rem;
}
.hotel-amenities li {
    padding: 1.0rem;
    font-size: 1.5rem;
    width: 25%;
}
.hotel-amenities-check {
    color: #0089CF;
    padding-right: 1.0rem;
}
.average-nightly-rate-container {
    float: right;
}
.average-nightly-header {
    color: #656565;
    font-size: 1.8rem;
    margin: 0;
}
.average-nightly-strike-rate {
    display: inline;
    font-size: 1.8rem;
    color: #333;
    line-height: 3.6rem;
}
.average-nightly-rate {
    display: inline;
    font-size: 3.4rem;
    color: #000;
    font-weight: bold;
    line-height: 3.6rem;
}
.average-nightly-rate-container {
    text-align: right;
}
.hotel-room-header {
    font-size: 3.2rem;
    line-height: 3.5rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 1.0rem;
}
.hotel-room-promo {
    font-size: 1.7rem;
    line-height: 1.9rem;
    margin-bottom: 1.0rem;
    color: #0089CF;
    font-weight: bold;
}
.hotel-room-description {
    margin-top: 3.0rem;
}
.hotel-room-toggle-description {
    font-weight: bold;
    font-size: 1.6rem;
}
.hotel-room-nights {
    padding: 0;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0.2rem;
    width: auto;
    margin-bottom: 1.3rem;
}
.hotel-room-nights-night {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.9rem;
    width: 7.6rem;
    padding: 0.8rem 1.0rem;
    background: #eceaeb;
    color: #5c5d5f;
}
.hotel-room-nights-date {
    white-space: nowrap;
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: uppercase;
}
.hotel-room-nights-strike-rate {
    display: block;
    color: #a8a9ab;
    height: 1.9rem;
}
.hotel-room-nights-rate {
    font-weight: bold;
}

/* ========================================================================= */
.article-image {
    width: 104.7rem;
    margin: 0 auto;
}
.article-text p {
    margin-bottom: 1em;
}
.article-header {
    margin-bottom: 0.5rem;
}
.article-sub-header-pipe {
    padding: 0 1.0rem;
}
.article-sub-header {
    font-size: 1.6rem;
    margin-bottom: 3.0rem;
}
.article-text {

}
.article-text-bordered {
    padding-right: 5.0rem;
    border-right: 1px solid #ccc;
}
.article-text-container {
    color: #333;
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding: 4.0rem 0;
}
.article-guide-padding {
    padding: 4.0rem 4.0rem 0 4.0rem;
}
.article-products-container {
    padding: 4.0rem 0;
}
.article-product-card {
    width: 33.0rem;
    margin: 0 0 0 auto;
    margin-bottom: 4.0rem;
}
.article-product-card-top {
    height: 22.0rem;
    background: #000;
}
.article-product-card-bottom {
    padding: 0 2.0rem;
    font-size: 1.7rem;
    line-height: 1.9rem;
    height: 22.5rem;
    text-align: center;
    color: #333;
    background: #ebe9ea;
}
.article-product-card-title {
    padding: 2.0rem 0;
}
.article-product-card-title a {
    color: #333;
}
.article-product-card-promo {
    color: #0089CF;
    font-weight: bold;
    margin-bottom: 2.5rem;
}
.article-product-card-cta {
}

/* ========================================================================= */
.price-point-only-seats-left {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #0089CF;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    margin-top: 0.6rem;
}
.price-point-disclaimers {
    font-size: 1.6rem;
    line-height: 2.0rem;
}
.best-price-guarantee-list i {
    padding-right: 0.5rem;
}
.best-price-guarantee {
    margin-right: 2.0rem;
}
.best-price-guarantee, .best-price-guarantee-list {
    float: left;
}
.best-price-guarantee-list {
    padding: 0;
    margin: 1.0rem 0 0 0;
    list-style-type: none;
    font-weight: bold;
}
.price-point-best-price-and-cta {
    font-size: 1.5rem;
    line-height: 2.2rem;
}
.price-point-additional-info {
    font-size: 1.5rem;
    line-height: 2.0rem;
    text-transform: uppercase;
    font-weight: bold;
}
.price-points {
    width: 100%;
    border-collapse: collapse;
}
.price-points {
    border-bottom: 5px solid #ccc;
}
.price-points td {
    vertical-align: top;
    padding: 2.0rem 2.0rem 1.6rem 0;
    border-bottom: 1px solid #ccc;
}
.price-points tr:first-child td {
    padding-top: 0;
}
.price-points td:last-child {
    padding-right: 0;
}
.price-points tr:last-child td {
    border-bottom: none;
}
.price-point-color {
    cursor: default;
    display: inline-block;
    min-width: 3.2rem;
    min-height: 3.0rem;
    background-color: #ccc;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 3.2rem;
    vertical-align: middle;
    font-size: 2.0rem;
    text-shadow: 1px 1px 1px #000;
    overflow: hidden;
}
.price-point-name {
    color: #000;
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 2.5rem;
}
.price-point-description {
    font-size: 1.6rem;
    line-height: 2.0rem;
}
.price-point-price {
    color: #000;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 2.6rem;
    padding-top: 0.6rem;
    white-space: nowrap;
}
.price-point-regular-price {
    color: #999;
    font-size: 1.6rem;
    line-height: 2.0rem;
    white-space: nowrap;
}
.price-point-quantity {
    font-size: 2.0rem;
    line-height: 2.2rem;
    font-weight: bold;
    width: 4.5em;
    padding: 0.9rem 1.6rem;
}
.price-point-venue-address {
    font-size: 1.5rem;
    line-height: 1.8rem;
}
.price-point-venue-seating-chart {
    max-width: 100%;
    text-align: center;
}
.price-point-venue-seating-chart picture {
    max-width: 100%;
}

/* ========================================================================= */
.event-calendar-container {
    padding-top: 3.0rem;
    padding-bottom: 3.0rem;
    width: 117.0rem;
    margin: 0 auto;
    color: #333;
    font-size: 1.7rem;
}
.event-calendar {
    /*border: 1px solid #ccc;*/
    background: #fff;
    position: relative;
}
.event-calendar-header {
    cursor: default;
    font-size: 3.0rem;
    line-height: 3.4rem;
    text-transform: uppercase;
    font-weight: bold;
    padding: 1.0rem 3.0rem;
    border: 1px solid #ccc;
    border-bottom: none;
}
.event-calendar-header-prev {
    float: left;
}
.event-calendar-header-next {
    float: right;
    text-align: right;
}
.event-calendar-body tbody {
    position: relative;
}
.event-calendar-body {
    border-collapse: collapse;
    width: 100%;
}
.event-calendar-body tr th, .event-calendar-body tr td {
    border: 1px solid #ccc;
    cursor: default;
}
.event-calendar-body tr th {
    width: 14.285714285714285714285714285714%;
    padding: 1.0rem;
    font-weight: normal;
    text-align: center;
    font-size: 2.4rem;
    line-height: 2.6rem;
    text-transform: uppercase;
    background: #999;
    color: #000;
}
.event-calendar-body .button {
    margin: 0 0 0.5rem 0;
}
.event-calendar-date-label {
    float: left;
    text-align: left;
}
.event-calendar-body td.active {
    background: #fff;
}
.event-calendar-body td.active .event-calendar-date-label {
    color: #000;
}
.event-calendar-body tr td a {
    display: inline-block;
}
.event-calendar-body tr td {
    vertical-align: top;
    width: 14.285714285714285714285714285714%;
    text-align: center;
    padding: 1.0rem;
    background: #fcfcfc;
    color: #d3d3d3;
}
.event-calendar-times {
    padding: 1.0rem 0;
}
.event-calendar-loading {
    display: block;
    width: 100%;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}
.event-calendar-loading tr {
    display: block;
    width: 100%;
    height: 100%;
}
.event-calendar-body td.placeholder {
    padding: 5.0rem 0 !important;
}
.event-calendar-loading td {
    display: block;
    /*width: 117.0rem !important;*/
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background: #ccc;
    background: rgba(128, 128, 128, 0.6) !important;
}
.modal-wide .modal-dialog { width: 100.0rem; height: 65.0rem; }
.modal-wide .modal-content, .modal-wide .modal-body { height: 65.0rem; }
.modal-tall .modal-dialog { height: 90% !important; }
.modal-short .modal-dialog { height: auto !important; }
.modal-short .modal-content, .modal-short .modal-body { height: 100% !important; }
.modal-tall .modal-content, .modal-tall .modal-body { height: 100% !important; }
.modal .button-time {
    display: inline-block;
    margin: 0 0.5rem 0.5rem 0;
}
.btn-calendar-dropdown {
    border: none;
    font-size: 2.8rem;
    line-height: 3.0rem;
    font-weight: bold;
    text-transform: uppercase;
}
.dropdown-menu-center {
    left: 50%;
    right: auto;
    text-align: center;
    transform: translate(-50%, 0);
}
.event-calendar-prev-next-labels {
    font-size: 1.6rem;
    line-height: 2.0rem;
    padding-bottom: 0.4rem;
    vertical-align: middle;
    font-weight: normal;
    color: #aaa;
}

/* ========================================================================= */
.shopping-cart-progress {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.shopping-cart-progress-button {
    cursor: default;
    display: inline-block;
    width: auto;
    position: relative;
    margin-left: -4.0rem;
}
.shopping-cart-progress-button-head, .shopping-cart-progress-button-tail {
    display: inline-block;
    vertical-align: middle;
    line-height: 4.5rem;
    width: 3.8rem;
    height: 4.5rem;
    margin: 0;
    background: transparent url(/img/checkout-progress.png) center center no-repeat;
    background-size: 22.8rem 4.5rem;
}
.shopping-cart-progress-button-body {
    color: #999;
    vertical-align: middle;
    line-height: 4.5rem;
    display: inline-block;
    margin-left: -5.0rem;
    padding: 0 2.5rem;
    height: 4.5rem;
    text-transform: uppercase;
    font-size: 2.0rem;
    width: auto;
    font-family: 'Oswald', sans-serif;
    margin: 0;
    background: #ebe9ea;
}
.shopping-cart-progress-button-tail {
    background-position: -11.4rem 0;
}
.shopping-cart-progress-button-head {
    background-position: -19.0rem 0;
}

.shopping-cart-progress-button.active .shopping-cart-progress-button-body {
    background: #000;
    color: #fff;
}
.shopping-cart-progress-button.active .shopping-cart-progress-button-tail {
    background-position: 0 0;
}
.shopping-cart-progress-button.active .shopping-cart-progress-button-head {
    background-position: -7.6rem 0;
}
.shopping-cart-progress-button:first-child .shopping-cart-progress-button-tail {
    background-position: -15.2rem 0;
}
.shopping-cart-progress-button:first-child.active .shopping-cart-progress-button-tail {
    background-position: -3.8rem 0;
}
.shopping-cart-progress-button:first-child .shopping-cart-progress-button-body {
    padding-left: 0;
}
.shopping-cart-progress-button:first-child {
    margin-left: 0;
}
.border-bottom-cart-thin {
    border-bottom: 0.1rem solid #ccc;
}
.border-bottom-cart-thick {
    border-bottom: 0.4rem solid #ccc;
}
.border-top-cart-thick {
    border-top: 0.3rem solid #ccc;
}
.paypal-checkout-container-or {
    padding: 0 1.0rem;
    font-size: 1.8rem;
    color: #999;
    font-weight: bold;
}
.cart-subtotal-label {
    color: #343434;
    text-transform: uppercase;
    font-size: 2.3rem;
    padding-right: 1.0rem;
}
.cart-subtotal {
    color: #343434;
    font-size: 2.3rem;
    font-weight: bold;
}
.cart-no-items table {
    width: 100%;
}
.cart-no-items .user-content {
    color: #555;
    padding: 5.0rem 10.0rem;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
}
.cart-items {
    width: 100%;
    border-collapse: collapse;
}
.cart-items td {
    font-size: 1.8rem;
    line-height: 2.0rem;
    vertical-align: top;
    padding: 2.0rem 2.0rem 2.0rem 2.0rem;
}
.cart-items td:first-child {
    padding-left: 0;
}
.cart-items td:last-child {
    padding-right: 0;
}
.cart-item-heading {
    display: block;
    margin-bottom: 1.0rem;
}
.cart-item-seats {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 1.0rem;
}
.cart-item-event-timer {
    position: absolute;
    right: 6.0rem;
    display: inline-block;
    background: #474747;
    color: #fff;
    font-weight: bold;
    padding: 0.4rem 1.0rem;
    text-transform: uppercase;
    font-size: 1.7rem;
    cursor: default;
    line-height: 2.6rem;
}
.cart-item-event-timer-remaining {
    color: #FFF;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 2.6rem;
    padding: 0 0.5rem 0 0;
}
.event-clock {
    vertical-align: text-bottom;
    display: inline-block;
    margin-right: 0.5rem;
    width: 2.4rem;
    height: 2.4rem;
    background: transparent url('/img/event-clock.png') center center no-repeat;
    background-size: 2.4rem 2.4rem;
}
.cart-item-section {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 1.0rem;
}
.cart-item-section-thin {
    font-size: 1.6rem;
    display: block;
    margin-bottom: 0;
}
.cart-item-date {
    font-size: 1.6rem;
    display: block;
    font-weight: bold;
    margin-bottom: 1.0rem;
}
.cart-item-modify {
    font-size: 1.6rem;
}
.cart-item-thin td {
    padding-bottom: 0 !important;
}
.cart-item-modify-pipe {
    color: #ccc;
    padding: 0 1.0rem;
}
.cart-item-thumbnail {
    width: 12.0rem;
    height: 12.0rem;
}
.cart-item-header {
    display: block;
    text-transform: uppercase;
    font-size: 1.3rem;
}
.cart-item-value {
    display: block;
    font-weight: bold;
}
.cart-header {
    font-size: 3.0rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 3.0rem;
    margin: 0;
    margin-bottom: 0.5rem;
}
.cart-item-container {
    margin-bottom: 3.0rem;
    border-bottom: 0.4rem solid #ccc;
}
.cart-item-container:last-child {
    margin-bottom: 0;
    border: 0;
}
td.cart-item-resort-fee-text {
    font-size: 1.5rem;
    line-height: 2.4rem;
}
.cart-item-border {
    border-bottom: 1px solid #ccc;
}
.cart-item-border:last-child {
    border: 0;
}
.cart-item-value-hotel { }
.site-nav-checkout {
    padding: 2.0rem 0;
}
.checkout-heading {
    background: #ccc;
    color: #333;
    font-size: 2.8rem;
    line-height: 3.0rem;
    font-weight: bold;
    text-transform: uppercase;
}
.checkout-heading > .padding {
    padding: 1.2rem 3.5rem;
}
.checkout-section {
    font-size: 1.6rem;
    line-height: 2.0rem;
    background: #f9f9f9;
    color: #323232;
}
.checkout-section > .padding {
    padding: 3.3rem 5.5rem;
}
.checkout-section > .append-section-padding {
    padding: 0 5.5rem 3.3rem 5.5rem;
}
.checkout-separator {
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: 1px;
}
.checkout-sidebar p {
    margin: 0 1.5rem 1.0rem 1.5rem;
}
.checkout-sidebar {
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-align: center;
}
.checkout-sidebar-separator {
    margin: 2.0rem 0;
    border-bottom: 1px solid #cdcbcc;
    width: 100%;
    height: 1px;
}
.checkout-sidebar-header {
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    font-size: 2.2rem;
    line-height: 2.4rem;
    margin-bottom: 1.0rem;
}
.cart-sidebar-time-remaining {
    background: #000;
    text-align: center;
    font-size: 2.2rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    color: #fff;
    padding: 1.0rem 2.5rem;
}
.cart-sidebar-time-remaining p {
    margin-bottom: 0.8rem;
}
.cart-sidebar-timer {
    color: #FFF;
    font-weight: bold;
    font-size: 3.3rem;
    line-height: 3.3rem;
}
label.required:after {
    content: '*';
    color: #f20808;
    font-weight: bold;
}
.checkout-section table {
    width: 100%;
}
.checkout-section table td {
    width: 50%;
    vertical-align: top;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}
.checkout-section table td:first-child {
    padding-left: 0;
}
.checkout-section table td:last-child {
    padding-right: 0;
}
.checkout-section label {
    font-size: 1.5rem;
    line-height: 2.0rem;
    margin-bottom: 1.0rem;
    text-transform: uppercase;
}
.checkout-section .form-group {
    margin-bottom: 2.0rem;
}
.checkout-section textarea.form-control, .checkout-section input[type=text].form-control, .checkout-section input[type=tel].form-control, .checkout-section input[type=number].form-control, .checkout-section select.form-control {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 2.0rem;
    line-height: 3.0rem;
    padding: 1.0rem 1.0rem;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
label.unstyled, .unstyled label {
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: normal;
    text-transform: none;
}
.checkout-section input[type=checkbox] {
    margin-right: 1.0rem;
}
.checkout-section .radio-option {
    margin-right: 2.0rem;
}
.cart-sidebar-header {
    font-size: 2.8rem;
    line-height: 2.2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2.0rem;
}
.cart-sidebar-link {
    font-size: 1.6rem;
    line-height: 2.2rem;
}
.cart-item-section-group-next td {
    padding-bottom: 0;
}
.cart-item-section-group-previous td {
    padding-top: 0;
}
.cart-item-bottom-border td {
    border-bottom: 1px solid #ccc;
}
.cart-item-bottom-border:last td {
    border-bottom: 0;
}
.cart-subtotal-spacing td {
    padding-bottom: 2.0rem;
}
.cart-subtotal-header {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-transform: uppercase;
    padding: 0.4rem 0;
}
.cart-subtotal-value {
    font-size: 2.0rem;
    line-height: 2.2rem;
    font-weight: bold;
    padding: 0.4rem 0;
}
.cart-total-header {
    border-top: 1px solid #ccc;
    padding-top: 2.0rem;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 2.2rem;
    text-transform: uppercase;
}
.cart-total-value {
    border-top: 1px solid #ccc;
    padding-top: 2.0rem;
    font-size: 2.8rem;
    line-height: 2.2rem;
    font-weight: bold;
}
.cart-sidebar .cart-items {
    border-bottom: 4px solid #ccc;
}
.modal {
    z-index: 990000;
}
.modal iframe {
    width: 100%;
    height: 40.0rem;
    border: 0;
}
.modal-dialog {
    overflow-y: initial !important;
}
.modal-body {
    height: 40.0rem;
    overflow-y: auto;
}
.checkout-cvv-explained {
    display: block;
    position: absolute;
    top: -27.0rem;
    left: 3.0rem;
}
.cart-sidebar td {
    /*width: 33%;*/
}
.checkout-shipping-options td {
    padding-bottom: 1.6rem !important;
}
.checkout-shipping-options label {
    font-weight: bold;
    margin-bottom: 0.1rem !important;
    text-transform: none !important;
}
.checkout-shipping-options {
    width: 70% !important;
    margin: 0 0 0 4.0rem;
}
.checkout-shipping-option-checkbox-cell {
    width: 2.0rem !important;
    padding-right: 0 !important;
}
.checkout-shipping-option-text-cell {
    width: 100% !important;
}
.checkout-shipping-options td {
    vertical-align: top;
}
.checkout-shipping-select-message {
    margin: 0 0 2.0rem 2.0rem;
}
.checkout-shipping-inner {
    margin: 1.5rem 0 0 0;
}
.calendar-input {
    cursor: pointer;
    padding-right: 4.0rem !important;
    background: #fff url(/img/button-calendar-inverted.png) right 1.0rem center no-repeat;
    width: 9em;
}

/* ========================================================================= */
.analytics-container {
    margin: 0;
    height: 1.0rem;
    overflow: hidden;
}
.analytics-grip {
    height: 1.0rem;
    margin: 0;
    padding: 0;
    width: 100%;
    cursor: pointer;
    background: #777 url(/img/lined-background.png) top left repeat;
}
.analytics-area {
    overflow: hidden;
    background-color: #111;
    border: 0;
    color: #cfa73a;
    font-family: Consolas;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: calc(100% - 1.0rem);
    max-height: calc(100% - 1.0rem);
    height: calc(100% - 1.0rem);
    overflow-y: scroll;
    padding: 10px;
    margin: 0;
    font-size: 11px;
}

/* ========================================================================= */
.contact-us .checkout-section {
    background: #fff !important;
}
.contact-us p {
    margin-bottom: 2.3rem;
}
.contact-us hr {
    margin: 2.0rem 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
}
.contact-us-gap {
    margin-bottom: 3.5rem !important;
}
.contact-us-small {
    font-style: italic;
    font-size: 1.5rem;
}
.contact-us {
    font-size: 1.7rem;
    line-height: 1.9rem;
}
.contact-us-heading {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2.3rem;
    line-height: 3.0rem;
    margin-bottom: 2.0rem;
}
.contact-us-textarea {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    min-height: 18.0rem;
    max-height: 18.0rem;
    height: 18.0rem;
}

/* ========================================================================= */
.confirmation-section {
    margin-bottom: 4.0rem;
}
.confirmation-page hr {
    padding: 0;
    border: 0;
    margin: 3.0rem 0;
    border-bottom: 1px solid #ccc;
}
.confirmation-page {
    font-size: 1.9rem;
    line-height: 2.2rem;
}
.confirmation-heading-large {
    font-size: 4.0rem;
    line-height: 4.5rem;
    font-weight: bold;
}
.confirmation-heading {
    margin-bottom: 2.5rem;
    font-size: 2.7rem;
    line-height: 3.0rem;
    font-weight: bold;
    text-transform: uppercase;
}

/* ========================================================================= */
.countdown-timer {
    display: inline-block;
    color: #0089CF;
    font-size: 3.4rem;
    line-height: 4.0rem;
    padding: 0.5rem 2.0rem 0.8rem 2.0rem;
    background: #333;
    font-weight: bold;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.countdown-timer-message {
    font-size: 2.4rem;
    line-height: 3.0rem;
    font-weight: bold;
    color: #0089CF;
}

/* ========================================================================= */
.author-profile-image {
    width: 33.0rem;
    height: 22.0rem;
}

/* ========================================================================= */
.event-seating-popup {
    display: none;
}
.event-seating-popup p {
    margin: 0;
    padding: 0;
}
.event-seating-popup h3 {
    font: 18px/20px Lato;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    padding-top: 6px;
}
.event-seating-popup .dismiss {
    float: right;
    color: #ccc;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none !important;
    margin-top: -6px;
    margin-right: -10px;
}
.event-seating-popup .dismiss:hover {
    color: #999;
}
.event-seating-popup .back_bottom, .event-seating-popup .continue_bottom {
    color: #0166cc;
    font: 12px/14px Lato;
    text-transform: uppercase;
    font-weight: 700;
    margin: 30px 0 5px 0;
}
.event-seating-popup .back_bottom {
    float: left;
}
.event-seating-popup .continue_bottom {
    float: right;
}
.event-seating-popup {
    font: 14px/16px Lato;
    font-weight: 500;
    color: #000;
}
.event-seating-popup .remaining_time {
    color: #ff0000;
    font: 14px/16px Lato;
    margin: 12px 0 25px 0;
    padding: 0;
    font-weight: 900;
}
.event-seating-popup .nice_date {
    font: 12px/14px Lato;
    margin-bottom: 20px;
}
.event-seating-popup h4 {
    font: 14px/16px Lato;
    font-weight: 900;
    color: #000;
    margin: 0 0 5px 0;
}
.event-seating-popup .continue_button_holder {
    margin: 20px 0 0 0;
}
.event-seating-popup .continue_button {
    margin: 0;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow:    1px 1px 2px 0px rgba(0, 0, 0, 0.39);
    box-shadow:         1px 1px 2px 0px rgba(0, 0, 0, 0.39);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    padding: 3px 30px;
    font: 16px/30px Oswald;
    font-weight: 300;
    color: #fff !important;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    background: #da1515;
    background: -moz-linear-gradient(top,  #da1515 0%, #bd1212 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#da1515), color-stop(100%,#bd1212));
    background: -webkit-linear-gradient(top,  #da1515 0%,#bd1212 100%);
    background: -o-linear-gradient(top,  #da1515 0%,#bd1212 100%);
    background: -ms-linear-gradient(top,  #da1515 0%,#bd1212 100%);
    background: linear-gradient(to bottom,  #da1515 0%,#bd1212 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da1515', endColorstr='#bd1212',GradientType=0 );
    text-decoration: none;
}
.event-seating-popup .seat {
    margin-bottom: 8px;
}
.event-seating-popup .continue_button:hover {
    text-decoration: none;
}
.event-seating-popup .east_side {
    padding: 0 15px 0 20px;
    float: right;
    width: 300px;
    max-width: 300px;
}
.event-seating-popup hr {
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
}
.simple-button, .simple-button:visited {
    padding: 1.6rem;
    color: #fff;
    font-size: 2.0rem;
    line-height: 2.5rem;
    border: 1px solid #fff;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}
.simple-button:hover, .simple-button:active {
    text-decoration: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.full-button {
    width: 90%;
    text-align: center;
}
.hidden-by-height { height: 1px !important; overflow: hidden !important; }

.dvp-header {
    position: relative;
}
.dvp-header-image-overlay {
    background: #003660;
    color: #fff;
    position: absolute;
    top: 201px;
    text-align: center;
    padding: 20px 0;
    -webkit-box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 1px -1px rgba(0,0,0,0.5);
}
.uoso-header-image-overlay {
    top: 299px;
}
.dvp-header-promo {
    color: #ff2010;
    font-weight: bold;
    font-size: 17px;
    line-height: 19px;
    font-style: italic;
    margin-bottom: 20px;
}
.dvp-header-text h2 {
    font-family: Lato;
    font-size: 25px;
    font-weight: normal;
    color: #333;
    line-height: 27px;
    margin-bottom: 5px;
}
.dvp-header-overlay-holder {
    width: 867px;
    margin: 0 auto;
}
.dvp-header-image-overlay {
    width: 867px;
    margin: 0 auto;
}
.dvp-header-image-overlay h1 {
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: normal;
}
.dvp-header-image-overlay-triangle {
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #003660;
    position: absolute;
    bottom: -20px;
}
.dvp-header-image-overlay h1 span {
    text-transform: none;
    font-size: 20px;
    font-family: Lato;
}
.dvp-header-text {
    width: 820px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 90px;
}
.dvp-header-padding {
    padding-top: 35px;
}
.uoso-header-padding {
    padding-top: 0px;
}
.dvp-fastpass {
    width: 164px;
    height: 60px;
    float: right;
}
.dvp-header-image {
    width: 100%;
    height: 250px;
    background: #050406 url('/site_img/disney_variable_pricing_header.jpg') center center no-repeat;
}
.uoso-header-image {
    height: 320px;
    background: #050406 url('/site_img/uoso_date_based_header.jpg') center center no-repeat;
}
.dvp-content {
    background: #e4e5ea;
}
.uoso-content {
    background: white;
}
@media only screen and (max-width:770px) {
    .dvp-fastpass {
        float: none;
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 0;
    }
    .dvp-header-image {
        background-size: 100% auto !important;
        height: 166px;
        background: #050406 url('/site_img/disney_variable_pricing_header_mobile.jpg') center center no-repeat;
        margin-bottom: 60px;
    }
    .uoso-header-image {
        background: #050406 url('/site_img/uoso_date_based_header_mobile.jpg') center center no-repeat;
    }
    .dvp-header-overlay-holder {
        width: 100%;
    }
    .dvp-header-image-overlay {
        top: 166px;
        width: 100%;
    }
    .dvp-header-text {
        padding-left: 20px;
        padding-right: 20px;
        width: auto !important;
    }
    .dvp-header-padding p {
        font-size: 14px;
        line-height: 17px;
    }
}

.outer-purchase-click-message-modal {
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
    cursor: wait;
    position: fixed;
}

.purchase-click-message-modal {
    width: 443px !important;
    border: none !important;
    padding: 60px 0 !important;
    border-radius: 5px !important;
    z-index: 1011;
    position: absolute;
    margin: 0px;
    margin-top: -50px !important;
    text-align: center;
    color: rgb(0, 0, 0);
    border: 3px solid rgb(170, 170, 170);
    background-color: rgb(255, 255, 255);
    cursor: wait;
}

#purchase-click-message p {
    margin: 40px 0 0;
    font-family: Lato !important;
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
    line-height: 20px;
}

.vendor-field-group[data-i="0"] .js-use-same-address-as-first-ticket {
    display: none !important;
}

.vendor-product-name {
    font-family: 'Oswald', sans-serif;
    font-size: 3.0rem;
    line-height: 3.1rem;
}
.vendor-ticket-number {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #aaa;
    font-size: 2.8rem;
    line-height: 3.0rem;
}

.flex-form {
    /* implements flexbox with forms */
}
.flex-form .flex-form-parent {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}
.flex-form .flex-form-parent label {
    cursor: pointer !important;
    display: block !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
}
.flex-form .flex-form-parent input[type="text"], .flex-form .flex-form-parent select {
    margin: 3px 0 !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 1.0rem 1.0rem !important;
}
.flex-form .flex-form-parent select {
    box-sizing: border-box !important;
    line-height: 25px !important;
    padding: 1.2rem 1.0rem !important
    /* height: 40px !important; */
}
.flex-form .flex-form-10 { width: 10%; }
.flex-form .flex-form-20 { width: 20%; }
.flex-form .flex-form-25 { width: 25%; }
.flex-form .flex-form-30 { width: 30%; }
.flex-form .flex-form-33 { width: 33.3%; }
.flex-form .flex-form-37 { width: 37.5%; }
.flex-form .flex-form-40 { width: 40%; }
.flex-form .flex-form-50 { width: 50%; }
.flex-form .flex-form-60 { width: 60%; }
.flex-form .flex-form-66 { width: 66.6%; }
.flex-form .flex-form-70 { width: 70%; }
.flex-form .flex-form-75 { width: 75%; }
.flex-form .flex-form-80 { width: 80%; }
.flex-form .flex-form-90 { width: 90%; }
.flex-form .flex-form-100 { width: 100%; }
.flex-form .flex-form-field {
    padding-right: 10px;
    padding-bottom: 10px;
}
.flex-form .flex-form-error {
    font-size: 2.0rem;
    color: red;
    font-weight: bold;
}

.vendor-required-asterisk {
    margin-left: 0;
    color: #f20808;
}
.vendor-field.vendor-field-checkbox {
}
.vendor-field.vendor-field-checkbox input[type="checkbox"] {
    padding: 2px;
    margin: 2px;
    display: block;
    float: left;
    width: auto !important;
    height: auto !important;
    margin: 2px 6px 0 0;
}
.vendor-field.vendor-field-checkbox label {
    display: inline !important;
}
.vendor-field-errors input, .vendor-field-errors select {
    border: 1px solid #f20808;
    background-color: rgb(247, 228, 228);
}
.vendor-field-error {
    font-weight: bold;
    color: #f20808;
}

/* ========================================================================= */
/* ADA CSS */
@media (max-width: 767px) {
    .product-options{
        margin-top: 45px;
    }
}
.no-linebreak{
    white-space:nowrap;
}
a.modal-responsive-btn{
    color:#0089CF!important;
    vertical-align:middle;
    font-size: 1.7rem;
    font-weight: bold;
}
.modal-responsive-btn i{
    border-radius: 50%;
    padding:5px;
    background: #166BC0;
    color:white;
    font-size: 1.3rem;
    margin-right: 4px;
}
a.modal-responsive-btn:hover{
    color:#0089CF!important;
}
.pipe.ada-pipe{
    margin:0 14px;
    color:#545454;
    font-size: 12px;
}
.ada-request-form-modal .modal-title{
    font-size: 18px!important;
}
#ada_request_container{
    font-size:14px;
    padding:40px;
    background: white;
}
#ada_request_container .adaTextboxLargeDropdown{
    display: block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    border-top: none;
    -khtml-border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: left;
    background: #fff;
    z-index: 1100;
    -webkit-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.25);
}
#ada_request_container .adaTextboxLargeDropdown li{
    margin: 0;
    padding: 10px;
    font-size: 2.0rem;
    line-height: 2.3rem;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
#ada_request_container .adaTextboxLargeDropdown span{
    display:none;
}
#ada_request_container .adaTextboxLargeDropdown li a{
    text-decoration: none;
    padding: 0.5rem 2.0rem;
    display: block;
    color: #333;
    text-align: left;
}
#ada_request_container .checkout-section{
    background: white;
    max-width: 500px;
} 
#ada_request_container .required-fields-label{
    font-size:12px;
    margin-bottom: 15px;
}
.modal-responsive .ada-request-form{
	margin:auto;
}
.modal-responsive #ada_request_container{
	margin:0!important;
}
.modal-responsive .desktop-view{
    float: none;
    margin:0px!important;
}
#ada_request_container h1.desktop-view{
    font-weight: bold;
    font-size: 2.3rem;
    line-height: 2.5rem;
    margin-bottom: 2.0rem;
}
.desktop-view.percent-100{
    margin-bottom: 20px;
}
.modal-responsive h1.desktop-view{
    display: none;
}
.modal-responsive .change-link{
    display: block!important;
    float:right;
    margin-right: 10px;
    margin-top:-47px;
    position: relative;
}
@media (max-width: 1469px) {
	.modal-responsive .change-link{
        margin-top:-40px;
    }
}
@media (max-width: 1240px) {
	.modal-responsive .change-link{
        margin-top:-37px;
    }
}
/*IPHONE CSS (XS DEVICES)*/
@media (max-width: 767px) {
    .modal-responsive .change-link{
        margin-top:-35px;
    }
}
#ada_request_container .ada-info{
    margin-bottom: 20px;
}
.ada-request-form ul{
	list-style:none;
	padding:0;
	margin:0;	
}
.ada-request-form li{
	display: block;
	padding: 9px;
	border:1px solid #c3c3c3;
	margin-bottom: 15px;
	border-radius: 3px;
}
.ada-request-form li:last-child{
	border:none!important;
	margin-bottom: 0px!important;
	text-align: center!important;
}
.ada-request-form li > label{
	display: block;
	float: left;
	margin-top: -20px;
	background: #FFFFFF;
	height: 18px;
	padding: 2px 5px 2px 5px;
	color: #131313;
	font-size: 11px;
	overflow: hidden!important;
}
.ada-request-form .ada-form-input{
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	display: block;
	outline: none;
	border: none;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
    padding: 0;
    border-radius: 0px!important;
    background:white;
    float: none;
    margin:0px;
    resize: none;
}
.ada-request-form textarea{
    height:50px!important;
}
.ada-request-form .ada-request-submit-btn{
    cursor: pointer!important;
    width: 200px!important;
}
.ada-request-form .is-invalid label{
    color:#ee343f!important;
}
.ada-request-form .change-link{
    display:none;
}
#ada_request_container .ada-thank-you{
    display: none;
    font-size: 14px;
}
.ada-request-form .is-invalid label{
    color:#ee343f!important;
}
.ada-calendar .ui-widget-header{
    background: #383838!important;
    border :1px solid #383838!important;
 }
 .ada-calendar a.ui-state-default{
     color:#383838!important;
 }
 #ada_request_container .error_message{
     max-width:400px;
     background:#f5f5f5;
     color:#a94442;
     margin:auto;
     padding:12px;
     margin-bottom:15px;
 }
 #ada_request_container form#ada_request_form .error_message{
    max-width:500px!important;
    margin:0;
    padding:12px;
    margin-bottom:15px;
}
 #ada_request_container .ada-thank-you h5{
    font-size: 25px;
    margin:15px 0;
    line-height:22px;
}
.ada-thanks-alert h2{
    font-size:20px;
    font-weight: bolder;
}
.ada-thanks-alert{
    margin: 20px 0;
    font-size: 14px;
}
.modal-responsive .ada-thank-you{
    text-align: center;
    font-size:14px;
}
.modal-responsive .ada-thank-you h5{
    font-size: 20px!important;
}
#ada_request_container #recaptcha_widget_id iframe{
    max-height:80px!important;
}
/* ADD NEW CSS ABOVE THIS LINE */

/* ========================================================================= */
@media only screen and (max-width:770px) {
    /* MOBILE ONLY STYLING */
    #mobile-detect { display: none; }
    .container { width: 100% !important; }
    /*.card-container-scroll { max-width: 100% !important; }*/
    .mobile-hidden-by-default { display: none; }
    .card {
        max-width: 100% !important;
        height: auto !important;
    }
    .card-top { max-width: 100% !important; }
    .card-bottom { max-width: 100% !important; }
    .width-90, .width-80, .width-75, .width-60, .width-50, .width-40, .width-25, .card-split { width: 100% !important; }
    .card-split { margin-bottom: 4.0rem; }
    .siteSearch input {
        font-size: 3.0rem;
        line-height: 3.2rem;
        padding: 3.0rem 2.0rem;
    }
    .siteHeader {
        padding: 1.0rem 0;
        vertical-align: middle;
        font-size: 3.4rem;
        line-height: 3.0rem;
    }
    .event-view-full-calendar-container {
        display: block !important;
        width: auto !important;
        float: none !important;
        text-align: left !important;
    }
    .event-view-full-calendar-container .button {
        margin: 3.0rem 0 0 4.0rem !important;
    }
    .siteNav-link-container:hover .siteNav-link {
        /*border: none !important;*/
        border-left: none !important;
        border-right: none !important;
    }
    .siteNav {
        display: none;
        height: auto;
    }
    .siteNav-links {
        height: auto !important;
    }
    .siteNav-link-container {
        display: block !important;
        /*border-bottom: 1px solid #e2e2e2;*/
    }
    .siteNav-link {
        font-size: 2.0rem;
        padding: 0.2rem 1.0rem !important;
        float: none !important;
    }
    .event-calendar-container, .event-calendar {
        width: 100% !important;
    }
    .event-calendar-day-button {
        background: #0089CF;
        display: block;
        width: 100%;
        margin: 0;
        padding: 1.0rem;
    }
    .event-calendar-times .calendar-relative {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .event-calendar-times .show-more-modal, .event-calendar-times .button-time {
        display: none !important;
    }
    .event-calendar-loading td {
        width: 100% !important;
    }
    .after-10 {
        margin-bottom: 2.0rem !important;
    }
    .ticket-group-table, .ticket-group-content, .ticket-group-content-left {
        width: 100% !important;
    }
    /*html { font-size: 50%; }*/
    .home-hero, .col-1040, .col-1040-fill, .col-1050right, .col-1050-fillleft { width: 100% !important; margin-left: 0 !important; height: auto !important; float: none !important; }
    .hotel-search-container--best-rate {
        background-position: left 1.0rem bottom 1.0rem !important;
    }
    .hotel-search-sidebar { width: 100% !important; margin-left: 0 !important; float: none !important; display: block; margin-bottom: 5.0rem !important; }
    .hotel-search-results { width: 100% !important; margin-left: 0 !important; float: none !important; display: block; }
    .card-container-scroll {
        width: 100% !important;
    }
    .card-container, .card-container-standard, .card-split-container {
        display: block !important;
        height: auto !important;
    }
    .hotel-search-sidebar-content { display: none; }
    .breadcrumbs {
        font-size: 12px !important;
        line-height: 14px !important;
    }
    .article-text-bordered {
        padding: 0 !important;
        border: 0 !important;
    }
    .user-content img {
        max-width: 100% !important;
    }
    .article-product-card {
        margin: 0 !important;
    }
    .mobile-slider-left-shadow {
        left: -1px !important;
    }
    .mobile-slider-right-shadow {
        right: -1px !important;
    }
    .site-nav-checkout-info {
        display: inline-block;
        padding: 1.0rem 1.0rem 0 0;
    }

    .percent-5-mobile { width: 5% !important; }
    .percent-10-mobile { width: 10% !important; }
    .percent-20-mobile { width: 20% !important; }
    .percent-25-mobile { width: 25% !important; }
    .percent-30-mobile { width: 30% !important; }
    .percent-33-mobile { width: 33.330% !important; }
    .percent-55-mobile { width: 55% !important; }
    .percent-50-mobile { width: 50% !important; }
    .percent-60-mobile { width: 60% !important; }
    .percent-65-mobile { width: 65% !important; }
    .percent-66-mobile { width: 66.660% !important; }
    .percent-70-mobile { width: 70% !important; }
    .percent-75-mobile { width: 75% !important; }
    .percent-20-mobile { width: 20% !important; }
    .percent-40-mobile { width: 40% !important; }
    .percent-60-mobile { width: 60% !important; }
    .percent-80-mobile { width: 80% !important; }
    .percent-100-mobile { width: 100% !important; }

    .width-auto-mobile { width: auto !important; }

    .hotel-search-left-label { width: auto !important; }

    .text-center-mobile { text-align: center !important; }
    .text-left-mobile { text-align: left !important; }
    .text-right-mobile { text-align: right !important; }

    .checkout-cvv-explained-mobile img {
        width: 100% !important;
        max-width: 100% !important;
    }

    .after-3-mobile { margin-bottom: 0.3rem !important; }
    .after-5-mobile { margin-bottom: 0.5rem !important; }
    .after-10-mobile { margin-bottom: 1.0rem !important; }
    .after-15-mobile { margin-bottom: 1.5rem !important; }
    .after-20-mobile { margin-bottom: 2.0rem !important; }
    .after-25-mobile { margin-bottom: 2.5rem !important; }
    .after-30-mobile { margin-bottom: 3.0rem !important; }
    .after-35-mobile { margin-bottom: 3.5rem !important; }
    .after-40-mobile { margin-bottom: 4.0rem !important; }
    .after-50-mobile { margin-bottom: 5.0rem !important; }
    .after-60-mobile { margin-bottom: 6.0rem !important; }
    .before-3-mobile { margin-top: 0.3rem !important; }
    .before-5-mobile { margin-top: 0.5rem !important; }
    .before-10-mobile { margin-top: 1.0rem !important; }
    .before-15-mobile { margin-top: 1.5rem !important; }
    .before-20-mobile { margin-top: 2.0rem !important; }
    .before-25-mobile { margin-top: 2.5rem !important; }
    .before-30-mobile { margin-top: 3.0rem !important; }
    .before-35-mobile { margin-top: 3.5rem !important; }
    .before-40-mobile { margin-top: 4.0rem !important; }
    .before-50-mobile { margin-top: 5.0rem !important; }
    .before-60-mobile { margin-top: 6.0rem !important; }

    .borderless-mobile { border: 0 !important; }
    .c-mobile { clear: both !important; }

    .siteFooterIcon-container td { padding: 0 1.0rem !important; }

    .logo-container img { max-width: 100%; }

    .inline-block-mobile { display: inline-block !important; }
    .inline-mobile { display: inline !important; }

    .hotel-result-summary-left, .hotel-result-summary-right {
        display: block !important;
        margin: 0 0 1.0rem 0 !important;
        float: none !important;
    }
    .hotel-result-summary-header-row {
        height: auto !important;
    }
    .hotel-search-result-thumbnail {
        width: 9.0rem !important;
        height: 9.0rem !important;
    }
    .article-image {
        max-width: 100% !important;
    }
    .card-container-hero {
        max-width: 100% !important;
    }
    .card-top {
        height: auto !important;
        margin: 0 !important;
    }
    .siteFooterIcon-container {
        margin: 0 auto !important;
    }

    .paypal-checkout-container-or {
        display: block;
        margin-bottom: 2.0rem;
    }

    .cart-item-border {
        border-bottom: 0 !important;
    }
    .cart-item-border-mobile {
        border-bottom: 1px solid #ccc;
    }

    .cart-item-event-timer {
        display: block;
        position: relative;
        left: 0;
    }
    .cart-item-thin, .cart-item-thin td {
        height: 1px !important;
    }

    .ticket-group-content-right {
        width: auto !important;
        float: none !important;
    }

    .form-control-red {
        padding-right: 3.0rem !important;
        height: 3em !important;
    }

    .establishment-tab {
        width: 100% !important;
        text-align: center !important;
    }

    .hotel-amenities li {
        width: 50% !important;
    }

    .dropdown-menu-right {
        left: auto !important;
        right: auto !important;
    }
    .event-showtimes-line-date {
        font-size: 1.8rem !important;
        width: 100%;
        float: none;
    }
    .event-showtimes-line-times {
        margin-left: 0px;
    }

    .product-hero-float{
        width: 100% !important;
    }
    .quantity{
        font-size: 16px !important;
        padding: 0.9rem 0.0rem 0.9rem 0.0rem !important;
        width: 60px !important;
        text-align: right;
    }
    .price-point-quantity {
        font-size: 16px !important;
        padding: 0.9rem 0.0rem 0.9rem 0.0rem !important;
        width: 60px !important;
    }
    .ticket-group-table-col-1{
        width: 38% !important;
    }
    .ticket-group-table-col-3 {
        width: 37% !important;
    }
    .button-large-text {
        font-size: 1.8rem;
    }
    .popover {
        width: 300px !important;
        left: -200px !important;
    }
    .popover .arrow {
        display: none;
    }

    .button-calendar-large-text{
      font-size: 1.9rem;
    }
    .button-checkout{
      font-size : 2.5rem;
      #padding: 1.8rem 9.7rem;
    }
    .event-calendar-legend {
        vertical-align: bottom;
        display: inline;
    }
    .legend-item {
        width:4.0rem;
        height: 4.0rem;
        background-color: #0089CF;
        display: inline-block
    }
    .siteSearch input {
        font-size: 2.0rem !important;
    }
    .hotel-search-room {
        width: auto;
    }
    .js-collapsed-on-mobile {
        overflow: hidden !important;
        display: none;
    }
    .list-body {
        height: auto;
    }
    .mobile-persistent-product-footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 9.0rem;
        background: #024075;
        color: #FFF;
        z-index: 1000000;
        border-top: 1px solid #bbb;
        padding: 2.0rem;
    }
    .kaltura-player {
        max-width: 450px !important;
        max-height: 270px !important;
        height: auto !important;
        width: 100% !important;
    }
    .siteNav {
        position: inherit !important;
    }
    .pre-footer-container .col-sm-4{
        float: none !important;
        width: 100% !important;
    }
    .modal-wide .modal-dialog { width: 95%; height: 85%; }
    .modal-wide .modal-content { height: 100%; }
    .modal-wide .modal-body { height: 100%; }
    .product-component-toolbar-tab {
        width: 100%;
    }
    .product-component-toolbar-filter-mobile-popup-background {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.2);
        z-index: 99998;
    }
    .product-component-toolbar-filter-mobile-popup {
        background: #fff;
        color: #000;
        position: fixed;
        overflow: hidden;
        left: 0;
        top: 0;
        width: 60%;
        height: 100%;
        -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.5);
        z-index: 99999;
    }
    .product-component-toolbar-filter select, .product-component-toolbar-filter toggle-button, .toggle-button input + span {
        border: 1px solid #ccc !important;
        color: #000;
    }
    .product-component-toolbar-filter {
        padding: 2.0rem 0 1.6rem 0;
        font-size: 2.2rem;
        line-height: 2.4rem;
    }
    .product-component-toolbar-tab {
        border-bottom: 1px solid #444;
        text-align: center;
    }
    .product-inline-carousel-legend {
        width: 12.5rem;
    }
    .ticket-group-tax-info {
        padding-bottom: 5px;
    }
    .user-content-tight {}
    .user-content-tight p { margin-bottom: 1.0em; }
    .user-content-tight h1, .user-content-tight h2, .user-content-tight h3, .user-content-tight h4, .user-content-tight h5, .user-content-tight h6 {
        font-size: 2.5rem;
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 0.75em;
    }
    .user-content-tight ul {
        margin: 0 -4.6rem 0 0;
        padding: 0 0 0 3.0rem;
        list-style: none;
    }
    .user-content-tight li {
        margin-bottom: 1.0rem;
        width: 50%;
        float: left;
        font-weight: bold;
        line-height: 1.4em;
        padding: 0 3.0rem 0 0;
        text-indent: -1.4rem;
    }
    .user-content-tight li:before {
        content: "\e013";
        color: #ff3e00;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 16px;
        padding-right: 0.2em;
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 0.6rem;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .filtered-ticket-header {
        height: 16.0rem;
    }
    .siteNav-link {
        border-bottom: 1px solid #e2e2e2 !important;
        width: 100%;
        padding: 0;
    }
    .filtered-ticket-box .filtered-ticket-content.padding {
        padding: 1.5rem 2.0rem;
    }
    .filtered-ticket-from {
        color: #656565;
        font-size: 1.7rem;
        line-height: 1.8rem;
        display: inline-block;
        max-width: 20%;
    }
    .siteNav-dropdown-mobile {
        display: block;
    }
    .siteNav-dropdown-mobile--with-top-sellers {
    }
    .siteNav-dropdown-column-row {
        padding-left: 3.0rem;
    }
    .siteNav-dropdown-column {
        width: 100%;
        float: left;
        margin-right: 0;
    }
    .siteNav-dropdown-column-row:first-child {
        padding-top: 1.0rem;
    }
    .siteNav-link-container:hover .siteNav-link {
        background: inherit;
    }
    .siteNav-arrow {
        display: block;
        width: 1.6rem;
        height: 1.6rem;
        position: absolute;
        right: 1.0rem;
        top: 40%;
        background: transparent url(/site_img/blue-collapse-arrow.png) top left no-repeat;
        background-size: 1.6rem 2.2rem;
        background-position: 0 0.6rem;
    }
    .siteNav-dropdown-column-row:last-child {
        border-bottom: 1px solid #e5e5e5;
    }
    .siteNav-arrow.siteNav-arrow-expanded {
        background-position: 0 -1.1rem;
    }
    .additional-plain-text {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    .product-component-toolbar-filter select, .product-component-toolbar-filter option {
        font-size: 2.5rem;
    }
    .toggle-button input + span {
        font-size: 2.5rem;
    }
    .product-component-body-half{
        width: 100%
    }
    .product-component-body-half:first-child {
        border-right: none;
        padding-right: 4.0rem;
        float: left;
    }
    .intro-override-mobile {
        text-align: left;
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    .purchase-click-message-modal {
        width: 330px !important;
    }
    .flex-form .flex-form-10,
    .flex-form .flex-form-20,
    .flex-form .flex-form-25,
    .flex-form .flex-form-30,
    .flex-form .flex-form-33,
    .flex-form .flex-form-37,
    .flex-form .flex-form-40,
    .flex-form .flex-form-50,
    .flex-form .flex-form-60,
    .flex-form .flex-form-66,
    .flex-form .flex-form-70,
    .flex-form .flex-form-75,
    .flex-form .flex-form-80,
    .flex-form .flex-form-90,
    .flex-form .flex-form-100 {
        width: 100%;
    }
}



@media only print {
    .screen-only { display: none !important; }
    .container { width: 100% !important; }
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { width: 100% !important; }
    .width-90, .width-80, .width-75, .width-60, .width-50, .width-40, .width-25, .card-split { width: 100% !important; }
}

/* Do not add new CSS here */
