/* @group Reset */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark

More info: http://html5doctor.com/html-5-reset-stylesheet/
*/


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
        margin: 0;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}
/* @end */
/* @group Loader */
.cs-loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999999;
    display: none;
}

.cs-loader-inner.ie {
    display: none;
}

.cs-loader-inner {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 100%;
    color: #FFF;
    padding: 0 100px;
    text-align: center;
}

    .cs-loader-inner img {
        opacity: 0;
        display: inline-block;
    }

    .cs-loader-inner p {
        color: #fff;
        -webkit-animation: fade 2.5s infinite ease-in-out;
        animation: fade 2.5s infinite ease-in-out;
    }

@keyframes fade {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes loading {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        transform: translateX(0px);
    }

    66% {
        opacity: 1;
        transform: translateX(0px);
    }

    100% {
        opacity: 0;
        transform: translateX(300px);
    }
}

@-webkit-keyframes loading {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px);
    }

    33% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    66% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(300px);
    }
}

.cs-loader-inner img:nth-of-type(6) {
    -webkit-animation: loading 2.5s 600ms infinite ease-in-out;
    animation: loading 2.5s 600ms infinite ease-in-out;
}

.cs-loader-inner img:nth-of-type(5) {
    -webkit-animation: loading 2.5s 700ms infinite ease-in-out;
    animation: loading 2.5s 700ms infinite ease-in-out;
}

.cs-loader-inner img:nth-of-type(4) {
    -webkit-animation: loading 2.5s 800ms infinite ease-in-out;
    animation: loading 2.5s 800ms infinite ease-in-out;
}

.cs-loader-inner img:nth-of-type(3) {
    -webkit-animation: loading 2.5s 900ms infinite ease-in-out;
    animation: loading 2.5s 900ms infinite ease-in-out;
}

.cs-loader-inner img:nth-of-type(2) {
    -webkit-animation: loading 2.5s 1000ms infinite ease-in-out;
    animation: loading 2.5s 1000ms infinite ease-in-out;
}

.cs-loader-inner img:nth-of-type(1) {
    -webkit-animation: loading 2.5s 1100ms infinite ease-in-out;
    animation: loading 2.5s 1100ms infinite ease-in-out;
}

/* @end */
/* @group General */
/* Automatically clear elements for standards-compliant browsers */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Trigger has-layout for IE compatibility */
.clearfix {
    zoom: 1;
}

.nowrap {
    white-space: nowrap;
}

.hidden {
    display: none;
}

@font-face {
    font-family: 'robotothin';
    src: url('fonts/roboto-thin-webfont.woff2') format('woff2'), url('fonts/roboto-thin-webfont.woff') format('woff'), url('fonts/roboto-thin-webfont.ttf') format('truetype'), url('fonts/roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'weather';
    src: url('fonts/weather.woff2') format('woff2'), url('fonts/weather.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font: 400 1em/1.5em 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
    color: #4A4A4A;
}

h1 {
    font: 700 81px/65px 'Bitter', serif;
    letter-spacing: -0.35px;
    margin: 20px 0px;
}

h2, .location-landing .banner.locations h1 {
    font: 700 65px/47px 'Bitter', serif;
    letter-spacing: -0.28px;
    margin: 20px 0px;
}

h3, .traveler-article h1, .travel-type-sub .intro-content h1, .page-title h1, .banner.landing h1, h1.heading1, .earn-free-parking .rewards-steps h2, .rewards-details h2, .earn-free-parking .faq-block h2, .video h2, .wpwu-hiw .stress-free .pca-hide-tab h2, .review h2, .review-list h1, #customerreviewform h2, .contact-us-top h2.heading2, .contact-us-form h2, .contact-us-top h1.heading1, .blog-landing .banner.travel h1, .blog-landing .travel-card .left h2, .blog-landing .traveler-types h2, .category-landing-parent .travel-card.topic .left h2, .article-detail .article-content .intro-content h1, .location-landing .location-details h2, .location-landing .location-list h2, .relax-for-rewards-pane h2, .location-detail-page .city-title h1, .location-detail-page .location-details h2, .location-detail-page .city-detail h2, .traveler-article h2.heading3-2 {
    font: 400 52px/63px 'Bitter', serif;
    margin: 10px 0px;
}

h4, .company-news-landing .topic-title .left h2, .company-news-landing .small-stories .story h3, .company-news-landing .large-stories .story h3, .blog-landing .banner-text-mobile h1, .blog-landing .traveler-type h3, .nochild-category-landing .large-stories .story h2, .nochild-category-landing .small-stories .story h2, .category-landing-child .large-stories .story h2, .category-landing-child .small-stories .story h2, .category-landing .topic-title .left h2, .category-landing .topic-title .right h2, .location-landing .banner-text-mobile h1 {
    font: 700 43px/55px 'Bitter', serif;
    margin: 10px 0px;
}

h5, .traveler-article h2, .travel-type-sub .content-item h2, .banner-text-mobile h1, h2.heading2, .company-news-landing .card.first-story h3, .contact-us-top .accordion a.toggle h2, .blog-landing .travel-card .right h3, .nochild-category-landing .card.first-story h2, .category-landing-child .card.first-story h2, .category-landing-parent .card.first-story h2, .category-landing-parent .travel-card.topic .right h3, .related-content h2, .reservation h3, .traveler-article h3.heading5-3 {
    font: 400 32px/39px 'Bitter', serif;
    margin: 5px 0px;
}

    h6, .rewards-steps h4, .rewards-details h4, h3.heading3, .nochild-category-landing .card.first-story h1, .category-landing-child .card.first-story h1, .category-landing-parent .card.first-story h1, .traveler-article h2.heading3 {
        font: 400 22px/26px 'Bitter', serif;
        margin: 10px 0px;
    }

.article-detail .article-content .main-content h1 {
    font: 400 52px/63px 'Bitter', serif;
    margin: 10px 0px;
}

.article-detail .article-content .main-content h2 {
    font: 400 42px/51px 'Bitter', serif;
    margin: 10px 0px;
}

.article-detail .article-content .main-content h3 {
    font: 400 37px/46px 'Bitter', serif;
    margin: 10px 0px;
}

.article-detail .article-content .main-content h4 {
    font: 400 32px/41px 'Bitter', serif;
    margin: 10px 0px;
}

.article-detail .article-content .main-content h5 {
    font: 400 27px/36px 'Bitter', serif;
    margin: 10px 0px;
}

.article-detail .article-content .main-content h6 {
    font: 400 22px/26px 'Bitter', serif;
    margin: 10px 0px;
}

.orange {
    color: #f5a623;
}

.lightblue {
    color: #209FEA;
}

.red {
    color: #FE6853;
}

.green, .location-landing .banner.locations h3.p3 {
    color: #9ddd2d;
}

.darkgreen {
    color: #719932;
}

.blue {
    color: #1680DB;
}

.white {
    color: #fff;
}

.gray {
    color: #4A4A4A;
}

.checkedBG {
    background: #fff url(var(--cdn-domain)/S3images/images/FP/checkpattern-8.png) repeat center center;
    background-size: 30px 25px;
    padding: 1px;
}

p, .banner-text-mobile h2, .contact-us-help h2, .blog-landing .banner-text-mobile h2.p4, .blog-landing .banner.travel h2.p4, .location-landing .banner-text-mobile h2.p4, .location-landing .location-details h3.p4, .location-detail-page .location-details h3.p4, .location-landing .location-list h3.p4, .relax-for-rewards-pane h3.p3, .location-detail-page .location-cards h2.p3, .city-title h2 {
    font: 400 18px/25px 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
    color: #4a4a4a;
}

.p1 {
    font: 100 54px/65px 'robotothin', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
    margin: 10px 0px;
}

.p2, .location-landing .banner.locations h2.p2 {
    font: 100 36px/47px 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
    margin: 10px 0px;
}

.p3, .video h3.p3, .contact-us-help h2.p3, .location-landing .banner.locations h3.p3, .relax-for-rewards-pane h3.p3, .location-detail-page .location-cards h2.p3 {
    font: 400 29px/33px 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
    margin: 10px 0px;
}

.p4, .p4.blog-summary p, .cta h2.p4, .earn-free-parking .rewards-steps h3.p4, .rewards-details h3.p4, .earn-free-parking .faq-block h3.p4, .wpwu-hiw .stress-free .pca-hide-tab p4.h3, .review-list h2.p4, #customerreviewform h3.p4, .blog-landing .banner-text-mobile h2.p4, .blog-landing .banner.travel h2.p4, .location-landing .banner-text-mobile h2.p4, .location-landing .location-details h3.p4, .location-landing .location-list h3.p4, .location-detail-page .location-details h3.p4 {
    font: 300 25px/29px 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
    margin: 10px 0px;
}

.p5 {
    font: 700 20px/24px 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
    margin: 10px 0px;
}

a {
    color: #1680DB;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    a:hover {
        color: #f5a623;
    }

.shadow {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
}

hr {
    border-color: #979797;
    margin: 10px 0px;
}

.lines {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 50px;
    margin: 0px;
    max-width: 100%;
}

    .lines:before, .lines:after {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        height: 1px;
        content: '\a0';
        background-color: #979797;
        position: relative;
        top: 0.6em;
    }

    .lines:before {
        margin-right: 10px;
    }

    .lines:after {
        margin-left: 10px;
    }

.incopy {
    max-width: 100%;
    margin: 30px 0px;
}

.copy {
    max-width: 915px;
}

.underlined {
    font-size: 12px;
    text-decoration: underline;
    color: #4A4A4A;
    width: auto;
}

    .underlined.white {
        color: #fff;
    }

        .underlined:hover, .underlined.white:hover {
            color: #F5A623;
        }

.center {
    text-align: center;
}

button, .btn {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 79.2px;
    color: #4A4A4A;
    background: #9ddd2d;
    font: 700 16px/20px 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
    text-align: center;
    padding: 13px 15px;
    margin: 15px 0px;
    display: inline-block;
    width: 270px;
    max-width: 100%;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

    .btn.wide {
        width: 355px;
        max-width: 100%;
    }

    .btn.auto {
        width: auto;
        padding: 13px 22px;
    }

    button.disabled, .btn.disabled {
        opacity: .5;
        cursor: default;
        pointer-events: none;
        background: #D8D8D8;
    }

.checkbox input[type="checkbox"]:disabled + label, .checkbox input[type="checkbox"]:disabled + label + p {
    opacity: .4;
    cursor: default;
    pointer-events: none;
}

button.white, .btn.white {
    color: #4a4a4a;
    background: #fff;
    font: 700 16px/20px 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
}

button.gray, .btn.gray {
    color: #fff;
    background: #4a4a4a;
    font: 700 16px/20px 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
}

button.form, .btn.form {
    background: #ededed;
    background: -webkit-linear-gradient(top, #ededed 0%, #d8d8d8 100%);
    background: linear-gradient(to bottom, #ededed 0%, #d8d8d8 100%);
    border: 1px solid #979797;
    font-weight: 300;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .btn.form.calendar {
        padding-left: 50px;
    }

        .btn.form.calendar::before {
            position: absolute;
            top: 0;
            left: 0;
            font-family: 'fastpark';
            content: '\e905';
            font-size: 7px;
            line-height: 18px;
            text-align: center;
            width: 18px;
            height: 18px;
            border-radius: 8px;
            background: #fff;
        }

    button.form span[class*='icon'], .btn.form span[class*='icon'] {
        padding-right: 5px;
        display: inline-block;
        font-size: 20px;
        margin-bottom: 3px;
        vertical-align: middle;
    }

    .btn.form.selected {
        background: #429321;
        background: -webkit-linear-gradient(-180deg, #B4EC51 0%, #429321 100%);
        background: linear-gradient(-180deg, #B4EC51 0%, #429321 100%);
        border: 1px solid #979797;
        color: #fff;
        position: relative;
    }

        .btn.form.selected::before {
            content: '';
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-top: 15px solid #979797;
            position: absolute;
            bottom: -14px;
            left: calc(50% - 15px);
        }

        .btn.form.selected::after {
            content: '';
            width: 0;
            height: 0;
            border-left: 14px solid transparent;
            border-right: 14px solid transparent;
            border-top: 14px solid #469622;
            position: absolute;
            bottom: -12px;
            left: calc(50% - 14px);
        }

        .btn.form.selected:hover {
            background: -webkit-linear-gradient(-180deg, #B4EC51 0%, #429321 100%);
            background: linear-gradient(-180deg, #B4EC51 0%, #429321 100%);
        }

button:hover, .btn:hover {
    background-color: #f5a623;
    color: #fff;
}

button.form:hover, .btn.form:hover {
    background: #bbb; /* Old browsers */
}

    button.form:hover span, .btn.form:hover span, button.form:hover b, .btn.form:hover b {
        color: #fff;
    }

.buttonGroup {
    width: 270px;
    text-align: left;
}

    .buttonGroup a.btn {
        text-align: center;
    }

    .buttonGroup .btn {
        margin-bottom: 10px;
    }

    .buttonGroup .bold.centered {
        text-align: center;
        font-size: 13px;
        line-height: 16px;
        display: block;
    }

.small {
    font: bold 14px/20px 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
}

.disclaimer {
    font-size: 12px;
    line-height: 18px;
}

.thin {
    font-weight: 100;
}

.light, .banner-text-mobile h2.light, .video h3.p3.light {
    font-weight: 300;
}

.regular, .company-news-landing .topic-title .left h2.regular, .company-news-landing .small-stories .story h3.regular, .company-news-landing .large-stories .story h3.regular, .nochild-category-landing .large-stories .story h2.regular, .nochild-category-landing .small-stories .story h2.regular, .category-landing-child .large-stories .story h2.regular, .category-landing-child .small-stories .story h2.regular, .category-landing .topic-title .left h2.regular, .category-landing .topic-title .right h2 {
    font-weight: 400;
}

.medium, .location-landing .banner.locations h3.p3 {
    font-weight: 500;
}

.bold, .contact-us-help h2.p3, .blog-landing .travel-card .left h2, .category-landing-parent .travel-card.topic .left h2.bold, .location-detail-page .location-cards h2.bold {
    font-weight: 700;
}

b {
    font-weight: bold;
}

.inside {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.fortyPercent {
    width: 30% !important;
    height: auto;
}

ul, ol {
    list-style-position: outside;
    text-indent: 0;
}

    ul ul, ol ol, ul ol, ol ul {
        margin: 15px 0px;
        list-style-position: inside;
    }

        ol ul li {
            list-style: disc;
            list-style-position: inside;
        }

    ul ul, ol ol {
        margin: 5px 0px 5px 20px;
    }

.fp-star {
    color: #f5a623;
    font-weight: bold;
    font-size: 15px;
}

.super {
    vertical-align: super;
}
/* @group Styled Select */
/* Default custom select styles */
div.cs-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    z-index: 100;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: transparent;
    min-width: 270px;
}

.wide div.cs-select {
    width: 355px;
}

div.cs-select:focus {
    outline: none; /* For better accessibility add a style for this in your skin */
}

.cs-select select {
    display: none;
}

.cs-select.disabled {
    cursor: default;
    pointer-events: none;
}

.cs-select span {
    width: auto;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    overflow: hidden;
    text-overflow: clip;
    text-overflow: ellipsis;
    text-overflow: "â€¦";
    white-space: nowrap;
    margin: 10px 0px 0px 0px;
    display: block;
    float: none;
}

    .cs-select span span {
        margin: 0;
        line-height: 20px;
    }

    .cs-select span b {
        font-weight: bold;
        white-space: normal;
    }
/* Placeholder and selected option */
.cs-select > span {
    padding: 5px 60px 16px 20px;
    border: 1px solid #979797;
    background: #ededed;
    background: -webkit-linear-gradient(top, #ededed 0%, #d8d8d8 100%);
    background: linear-gradient(to bottom, #ededed 0%, #d8d8d8 100%);
    -webkit-transition: border-radius 0.2s 0.1s;
    transition: border-radius 0.2s 0.1s;
    border-radius: 79.2px;
    font-weight: 300;
    line-height: 20px;
    display: block;
}

.cs-select.cs-active > span {
    border-radius: 23px 23px 0px 0px;
    border-bottom: none;
    background: #ededed;
    -webkit-transition: border-radius 0s 0s;
    transition: border-radius 0s 0s;
}

.cs-select > span::after {
    speak: none;
    position: absolute;
    top: 50%;
    right: 15px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'fastpark';
    content: '\e901';
    font-size: 7px;
    line-height: 18px;
    text-align: center;
    width: 18px;
    height: 18px;
    border-radius: 8px;
    background: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.cs-select .cs-selected span {
    background: rgba(255, 255, 255, .75);
    color: #f5a623;
}

    .cs-select .cs-selected span .gray {
        color: #f5a623;
    }
/*.cs-select .cs-selected span::after {
content: '\f00c';
font-family: 'fontAwesome';
opacity: 1;
}*/
.cs-select.disabled span::after {
    content: '';
    background: transparent;
}

.cs-select.cs-active > span::after {
    -ms-accelerator-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

div.cs-active {
    z-index: 200;
}
/* Options */
.cs-select .cs-options {
    position: absolute;
    background: #ededed;
    background: -webkit-linear-gradient(top, #ededed 0%,#d8d8d8 100%);
    background: linear-gradient(to bottom, #ededed 0%,#d8d8d8 100%);
    visibility: hidden;
    width: 100%;
    border: 1px solid #979797;
    border-top: none;
    z-index: 2;
    -webkit-transform: scale3d(1,0,1);
    transform: scale3d(1,0,1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.4s, visibility 0s 0.4s;
    transition: transform 0.3s, opacity 0.4s, visibility 0s 0.4s;
    opacity: 0;
}

    .cs-select .cs-options li span:hover, .cs-select li.cs-focus span {
        background: rgba(255, 255, 255, .75);
        color: #f5a623;
    }

.cs-select.cs-active .cs-options {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    border-bottom-right-radius: 23px;
    max-height: 300px;
    overflow: hidden;
    border-bottom-left-radius: 23px;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition: none;
    transition: none;
    -webkit-animation: expand 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
    animation: expand 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

    .cs-select.cs-active .cs-options ul {
        max-height: 300px;
        overflow-y: scroll;
        margin-right: -17px;
        z-index: 1;
    }

.cs-select.cs .cs-options ul li {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.cs-select.cs-active .cs-options ul li {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-animation: bounce 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
    animation: bounce 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

    .cs-select.cs-active .cs-options ul li.disabled {
        opacity: .5;
        pointer-events: none;
        display: none;
    }

        .cs-select.cs-active .cs-options ul li.disabled b {
            font-weight: 300;
        }

.cs-select option:disabled {
    font-weight: 300;
}

.cs-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    border-radius: 0px 0px 23px 23px;
}

.cs-select li {
    padding: 0;
    border: none;
}

.cs-select ul span {
    padding: 2px 35px 2px 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 18px;
    width: 100%;
    margin: 2px 0px;
}

.cs-select ul li.cs-focus span {
    background-color: #ddd;
}

.cs-select ul span::after {
    content: '';
    opacity: 0;
}
/* Optgroup and optgroup label */
.cs-select li.cs-optgroup ul {
    padding-left: 1em;
}

.cs-select li.cs-optgroup > span {
    cursor: default;
}
/* @end */

/* @group animations */
.bounce {
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.show .bounce, .active .bounce {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-animation: bounce 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
    animation: bounce 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.expand {
    -webkit-transform: scale3d(1,0,1);
    transform: scale3d(1,0,1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.4s, visibility 0s 0.4s;
    transition: transform 0.3s, opacity 0.4s, visibility 0s 0.4s;
    opacity: 0;
}

    .expand.show {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
        -webkit-transition: none;
        transition: none;
        -webkit-animation: expand 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
        animation: expand 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
        -webkit-transform-origin: left top;
        transform-origin: left top;
        opacity: 1;
    }

@-webkit-keyframes expand {
    0% {
        -webkit-transform: scale3d(1,0,1);
    }

    50% {
        -webkit-transform: scale3d(1,1.05,1);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
    }
}

@keyframes expand {
    0% {
        -webkit-transform: scale3d(1,0,1);
        transform: scale3d(1,0,1);
    }

    50% {
        -webkit-transform: scale3d(1,1.05,1);
        transform: scale3d(1,1.05,1);
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }
}


@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translate3d(0,-4px,0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        opacity: 1;
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}

.swipe a {
    text-shadow: none;
}

    .swipe a::before {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        max-width: 0;
        color: #719932;
        content: attr(data-hover);
        -webkit-transition: max-width 0.5s;
        -moz-transition: max-width 0.5s;
        transition: max-width 0.5s;
    }

    .swipe a:hover::before, .swipe a:focus::before {
        max-width: 100%;
    }

/* @end */
/* @end */
/* @group Header */
header {
    background: #eee;
    width: 100%;
    padding: 22px 0px;
    position: relative;
    z-index: 30;
}

    header .left {
        float: left;
    }

        header .left span {
            margin-right: 20px;
            font-size: 23px;
            cursor: pointer;
            color: #4A4A4A;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

            header .left span.green, header .left span:hover {
                color: #F5A623;
            }

        header .left a {
            vertical-align: middle;
            display: inline-block;
        }

    header img {
        width: 258px;
        display: inline-block;
        margin-top: 5px;
    }

    header .right {
        float: right;
        vertical-align: middle;
        padding-left: 0px;
    }

    header .signedout {
        margin-top: 5px;
    }

    header .right a {
        color: #4a4a4a;
    }

        header .right a:hover {
            color: #F5A623;
        }

    header .right p {
        vertical-align: top;
        font-weight: 300;
        display: inline;
    }

    header .right span {
        margin-left: 25px;
    }

    header .right a span:hover {
        color: #F5A623;
    }

    header .right .right {
        margin-top: 6px;
    }

    header .right .left {
        border-right: 1px solid #979797;
        padding-right: 18px;
        margin-right: 18px;
    }

        header .right .left p {
            display: block;
        }

        header .right .left .welcome {
            margin-bottom: 0;
            color: #F6A623;
            font-weight: bold;
        }

        header .right .left .memberstatus {
            font-size: 12px;
            line-height: 14px;
            font-weight: 400;
        }

    header .right .middle {
        float: left;
        border-right: 1px solid #979797;
        padding-right: 13px;
        margin-right: 13px;
        text-align: center;
    }

    header .signedin .btn.rec {
        display: none;
    }

/* @end */
/* @group Nav */
nav {
    width: 100%;
    position: absolute;
    z-index: 10000;
    display: none;
}

    nav.show {
        display: block;
        opacity: 1;
    }

    nav .inside {
        background: #fff;
        padding: 30px 30px;
        width: 95%;
        max-width: 1260px;
        position: relative;
    }

.arrow-down {
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #eee;
    position: absolute;
    top: 0;
    left: 2.5%;
    z-index: 1;
}

nav .search {
    display: none;
}

nav ul.accordion {
    margin-top: 0px;
    border-bottom: none;
}

nav .col {
    width: 16.666666667%;
    float: left;
    padding: 0px 15px;
}

    nav .col:nth-of-type(1), nav .col:nth-of-type(2) {
        width: 25%;
    }

nav .location {
    font: 700 12px/15px 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
    color: #9B9B9B;
    display: inherit;
    margin: 10px 0px;
}

    nav .location span {
        color: #9B9B9B;
        vertical-align: middle;
    }

nav ul {
    display: block;
}

nav .accordion .inner {
    overflow: hidden;
    display: block;
    opacity: 1;
}

nav ul.locations {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    position: relative;
}

    nav ul.locations:before {
        position: absolute;
        top: 0px;
        left: 0;
        content: " ";
        width: 100%;
        height: 2px;
        background: #fff;
    }

nav .inner li {
    font-size: 12px;
    display: block;
    border-top: 1px solid rgba(151, 151, 151, .4);
    width: 100%;
    padding: 5px 0px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

    nav .inner li:first-of-type {
        border-top: none;
    }

nav .inner a {
    font-weight: 700;
    height: 29px;
    display: table-cell;
    vertical-align: middle;
    color: #4a4a4a;
    font-size: 12px;
    line-height: 17px;
}

    nav .inner a:hover {
        color: #f5a623;
    }

nav li a span {
    font-weight: 400;
}

nav span.fa {
    font-size: 21px;
}

nav .soon {
    color: #f5a623;
    font-weight: bold;
    font-size: 9px;
    line-height: 9px;
    margin: 0px;
}

nav .cs-select, nav .btn {
    width: 100%;
    min-width: 100%;
}

nav .btn {
    margin: 15px 0px;
}

nav .accordion a.toggle {
    border: none;
    padding: 0;
}

nav a.toggle:after {
    display: none;
}

nav h6 {
    border-bottom: 1px solid #9B9B9B;
    margin: 0;
    padding: 10px 70px 10px 0px;
}

nav #show_depart-nav {
    left: 0;
    right: auto;
    margin-top: -143px;
    width: 100%;
}

nav #show_arrive-nav {
    left: 0;
    right: auto;
    margin-top: -78px;
    width: 100%;
}

nav .signout-link {
    display: none;
}
/* @end */
/* @group Page Title */
.page-title {
    background-image: url(var(--cdn-domain)/S3images/images/FP/arrowpattern.png), url(var(--cdn-domain)/S3images/images/FP/PageTitle-greenbg.jpg);
    background-repeat: repeat-x, no-repeat;
    background-position: top left, left top;
    background-size: auto, cover;
    padding: 40px 0px 30px 0px;
    margin-bottom: -1px;
}

    .page-title.blue {
        background-image: url(var(--cdn-domain)/S3images/images/FP/arrowpattern.png), url(var(--cdn-domain)/S3images/images/FP/PageTitle-bluebg.jpg);
        background-repeat: repeat-x, no-repeat;
        background-position: top left, left top;
        background-size: auto, cover;
    }

    .page-title.gray {
        background-image: url(var(--cdn-domain)/S3images/images/FP/arrowpattern.png), url(var(--cdn-domain)/S3images/images/FP/PageTitle-graybg.jpg);
        background-repeat: repeat-x, no-repeat;
        background-position: top left, left top;
        background-size: auto, cover;
    }

    .page-title h3, .page-title h1 {
        margin: 0;
    }
/* @end */
/* @group Subhead */

.subhead {
    position: relative;
}

    .subhead .toggle {
        display: none;
    }
/* @end */
/* @group Subnav */
.subnav1 {
    background: url(var(--cdn-domain)/S3images/images/FP/graycheckpattern.png) repeat left top;
    background-size: 5px 5px;
    padding: 15px 20px;
    border-bottom: 1px solid #fff;
}

    .subnav1 .links, .subnav1 .links div {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-align: center;
    }

    .subnav1.stick {
        top: 0;
        z-index: 1000;
        position: fixed;
        width: 100%;
    }

    .subnav1 .subnav-phantom {
        height: 53.333px;
        visibility: hidden;
    }

    .subnav1 a {
        display: inline-block;
        text-align: center;
        margin: 0px 15px 0px 0px;
        padding: 0px 15px 0px 0px;
        border-right: 1px solid #979797;
        color: #fff;
        position: relative;
        line-height: 20px;
    }

        .subnav1 a:hover {
            color: #f5a623;
        }

        .subnav1 a:last-of-type {
            padding-right: 0px;
            margin-right: 0px;
        }

        .subnav1 a.active {
            color: #9DDD2D;
            font-weight: 700;
        }

            .subnav1 a.active::after {
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #fff;
                position: absolute;
                bottom: -15px;
                left: calc(50% - 20px);
                content: '';
            }

        .subnav1 a:last-child {
            border-right: none;
        }
/* @end */
/* @group Lifetime Subnav */


.top-ten-user .lifetime-subnav {
    background: url('../images/lifetime-subnav-bg.jpg') no-repeat;
    background-size: cover;
}

    .top-ten-user .lifetime-subnav a.active {
        color: #fff;
    }

.lifetime-subnav {
    background: url(var(--cdn-domain)/S3images/images/FP/graycheckpattern.png) repeat left top;
    background-size: 5px 5px;
    padding: 15px 20px;
    border-bottom: 1px solid #fff;
    display: block;
    opacity: 1;
}

    .lifetime-subnav .links {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-align: center;
        line-height: 1px;
    }

    .lifetime-subnav.stick, .sticky-nav.stick {
        top: 0;
        z-index: 1000;
        position: fixed;
        width: 100%;
    }
    /*.subnav-phantom {
		    height: 53.333px;
		    visibility: hidden;
		}*/

    .lifetime-subnav a {
        display: inline-block;
        text-align: center;
        margin: 0px 15px 0px 0px;
        padding: 0px 15px 0px 0px;
        border-right: 1px solid #979797;
        color: #fff;
        position: relative;
        line-height: 20px;
    }

        .lifetime-subnav a:hover {
            color: #f5a623;
        }

        .lifetime-subnav a:last-of-type {
            padding-right: 0px;
            margin-right: 0px;
        }

        .lifetime-subnav a.active {
            color: #9DDD2D;
            font-weight: 700;
        }

            .lifetime-subnav a.active::after {
            }

        .lifetime-subnav a:last-child {
            border-right: none;
        }

/* HIDE RADIO */
.guser-payment-wrapper .third {
    max-height: 65px;
    margin-bottom: 10px;
}

.guser-payment-wrapper .radioLabel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    min-width: 150px;
    height: 48px;
    border: 1px solid #999;
    border-radius: 6px;
    background: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    color: #000;
}

    .guser-payment-wrapper .radioLabel:hover {
        cursor: pointer;
    }

.ml-20 {
    margin-left: 20px;
}

.guser-payment-wrapper .third.offer-code-wrapper {
    padding-left: 20px;
    border-left: 1px solid #000;
}

.guser-payment-wrapper .info-icon {
    width: 18px;
}

.guser-payment-wrapper img.pay-icons {
    width: 70px;
}

.guser-payment-wrapper [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
.guser-payment-wrapper img {
    width: 100px;
}

    .guser-payment-wrapper img.credit-group-logos {
        width: 240px;
    }
/* CHECKED STYLES */
.guser-payment-wrapper .radiobutton ccMethod label {
    box-shadow: 0 0 0px 3px #9ddd2d;
    outline: none;
}

@media screen and (max-width:768px) {
    .lifetime-subnav {
        display: none;
        opacity: 0;
        -webkit-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
    }

        .lifetime-subnav.show, .subnav1.show {
            -webkit-transition: opacity 1s ease-in-out;
            transition: opacity 1s ease-in-out;
        }

        .lifetime-subnav .links, .subnav1 .links {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            display: block;
        }

        .lifetime-subnav a, .subnav1 a {
            display: block;
            text-align: left;
            margin: 0px 15px;
            padding: 15px 0px;
            border-right: none;
            border-bottom: 1px solid #979797;
        }

            .lifetime-subnav a.active::after {
                display: none;
            }

            .lifetime-subnav a:last-child {
                border-bottom: none;
            }

    .sub-sub-section-nav {
        display: none;
    }

    .remodal .top.toptenmobile-card .status {
        background: url(../images/blue-metallic-tier-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

        .remodal .top.toptenmobile-card .status p {
            font-size: 20px;
        }

    .remodal .top.toptenmobile-card {
        height: 200px;
    }

    .remodal .memberCard.beachCave.carddetails .bottom .text p span {
        display: block;
    }

    .reservationPaymentDetails .payment-method-wrapper .left, .reservationPaymentDetails .payment-method-wrapper .right {
        width: 100%;
    }

        .reservationPaymentDetails .payment-method-wrapper .left {
        padding-right: 0;
    }

        .reservationPaymentDetails .payment-method-wrapper .right {
        padding-left: 0;
    }

        .reservationPaymentDetails .payment-method-wrapper .contact-name-wrapper .half.left {
        padding-right: 0;
    }

        .reservationPaymentDetails .payment-method-wrapper .contact-name-wrapper {
        flex-direction: column;
    }

    .covered-parking-text {
        text-align: center;
        border-radius: 0 !important;
    }
}

/* @end */
/* @group Sub Section Nav */
.sub-section-nav {
    z-index: 2;
    position: relative;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.sub-section-nav, .sub-sub-section-nav {
    background: url(var(--cdn-domain)/S3images/images/FP/checkpattern-8.png) repeat left top;
    background-size: 20px 20px;
    padding: 0 20px;
    background-color: #fff;
}

    .sub-section-nav .links {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-align: center;
    }

    .sub-section-nav.stick {
        top: 54px;
        z-index: 1000;
        position: fixed;
        width: 100%;
    }

.subsectionnav-phantom {
    height: 53.333px;
    visibility: hidden;
}

.sub-section-nav a, .sub-sub-section-nav a {
    display: inline-block;
    text-align: center;
    margin: 0px 15px 0px 0px;
    padding: 0px 15px 0px 0px;
    border-right: 1px solid #979797;
    color: #4A4A4A;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

    .sub-section-nav a:hover {
        color: #f5a623;
    }
    /*.sub-section-nav a:last-of-type, .sub-sub-section-nav a:last-of-type{
padding-right: 0px;
margin-right: 0px;
} */
    .sub-section-nav a.active {
        color: #f5a623;
        font-weight: 700;
    }

        .sub-section-nav a.active::after, .sub-sub-section-nav a.active::after {
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #000;
            position: absolute;
            bottom: -15px;
            left: calc(50% - 10px);
            content: '';
        }

.sub-section-nav li:last-child a, .sub-sub-section-nav li:last-child a {
    border-right: none;
}

.sub-section-nav a.sub-section-drop-toggle {
    display: flex;
    position: static;
}

.sub-section-nav h3, .sub-section-nav a.sub-section-toggle {
    display: none;
}

.sub-section-nav ul, .sub-section-nav li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sub-section-nav li {
    padding: 15px 0;
    position: relative;
    display: flex;
}

    .sub-section-nav li a {
        display: inline-block;
        text-align: center;
        margin: 0;
        padding: 0 15px;
        border-right: 1px solid #979797;
        color: #4A4A4A;
        position: relative;
        /*font-size: 14px;
		font-weight: 300;*/
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        line-height: 18px;
    }

        .sub-section-nav li a:hover {
            color: #f5a623;
            /*background-image: url("/images/FP/white_arrow_shadow.png"); */
            background-position: bottom 50%;
        }

        /*.sub-section-nav li:hover a.active::after {
	display: none;
}*/

        .sub-section-nav li a.active {
            color: #f5a623;
            font-weight: 700;
        }

.sub-section-nav .sub-section-drop {
    display: none;
    position: absolute;
    top: 48px;
    width: 200px;
    background-color: #fff;
    left: 50%;
    margin-left: -100px;
    -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.6), 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.6), 0 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.6), 0 1px 1px rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    z-index: 2;
}

    .sub-section-nav .sub-section-drop:before {
        position: absolute;
        top: -13px;
        left: calc(50% - 15px);
        content: url('/images/FP/white_arrow_shadow.png');
    }

.sub-section-nav li .sub-section-drop a {
    padding: 10px 0;
    width: 100%;
    display: block;
    border-bottom: 1px solid #979797;
    border-right: none;
    text-align: center;
    margin: auto;
}

    .sub-section-nav li .sub-section-drop a:last-of-type {
        border-bottom: none;
    }

@media all and (min-width:769px) {
    .redeem-points#redeem-points .left hr {
        margin-top: 24px;
    }

    .sub-section-nav li:hover .sub-section-drop {
        display: block;
    }

    .sub-section-nav a.sub-section-drop-toggle:after {
        display: none;
    }

    .sub-section-nav a.active.sub-section-drop-toggle:after {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #000;
        position: absolute;
        bottom: 0;
        left: calc(50% - 10px);
        content: '';
        display: block;
    }
}
/* @end */
/* @group Mobile Nav */
.mobile-nav {
    display: none;
}
/* @end */
/* @group Banner */
.banner {
    height: 544px;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 2;
}

    .banner.blog-sub {
        overflow: hidden;
    }

    .banner .inside {
        position: relative;
    }

    .banner .text {
        position: absolute;
        z-index: 500;
        left: 0;
        top: 70px;
        width: 500px;
    }

        .banner .text .p4, .banner .text h2.p4, .blog-landing .banner.travel h2.p4 {
            font-size: 22px;
            line-height: 32px;
            font-weight: 400;
        }

    .banner.travel .text {
        width: 550px;
    }

    .banner .text p.small {
        font-size: 16px;
    }

    .banner .text .p3 {
        width: 270px;
    }

    .banner .select {
        min-width: 274px;
    }

    .banner .cs-select {
        min-width: 274px;
    }

.banner-text-mobile {
    display: none;
}

.banner::before {
    background-image: url(var(--cdn-domain)/S3images/images/FP/arrowpattern.png), url(var(--cdn-domain)/S3images/images/FP/banneroverlay.png);
    background-repeat: repeat-x, no-repeat;
    background-position: top left, center top;
    background-size: auto, cover;
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.banner.landing::before {
    background-image: url('/images/FP/banneroverlay.png');
    background-repeat: no-repeat;
    background-position: 30% top;
    background-size: cover;
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.banner.locations::before {
    background-image: url(var(--cdn-domain)/S3images/images/FP/arrowpattern.png), url(var(--cdn-domain)/S3images/images/FP/banneroverlay-locations.png);
    background-repeat: repeat-x, no-repeat;
    background-position: top left, left top;
    background-size: auto, cover;
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.banner.location::before {
    background-image: url(var(--cdn-domain)/images/FP/arrowpattern.png);
    background-repeat: repeat-x;
    background-position: right top;
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.banner.travel::before {
    background-image: url(var(--cdn-domain)/S3images/images/FP/arrowpattern.png), url(var(--cdn-domain)/S3images/images/FP/banneroverlay-travel.png);
    background-repeat: repeat-x, no-repeat;
    background-position: top left, left top;
    background-size: auto, cover;
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.banner.blog-sub::before {
    background-image: url(var(--cdn-domain)/S3images/images/FP/banneroverlay-blog-sub.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.banner.reservations::before {
    background-image: url(var(--cdn-domain)/S3images/images/FP/arrowpattern.png), url(var(--cdn-domain)/S3images/images/FP/banneroverlay-reservations.png);
    background-repeat: repeat-x, no-repeat;
    background-position: top left, left top;
    background-size: auto, cover;
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.banner.RFR {
    height: 212px;
    background-position: center;
}

    .banner.RFR::before {
        background-image: url(var(--cdn-domain)/S3images/images/FP/arrowpattern.png), url(var(--cdn-domain)/S3images/images/FP/banneroverlay-RFR.png);
        background-repeat: repeat-x, no-repeat;
        background-position: top left, right top;
        background-size: auto, cover;
        content: " ";
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: 1;
    }

.banner .tip {
    position: absolute;
    right: 0px;
    bottom: 6px;
    z-index: 1;
    border-left: 0px solid transparent;
    border-right: 394px solid rgba(113, 153, 50, .8);
    border-bottom: 0px solid transparent;
    border-top: 600px solid transparent;
}

.banner .tiptext p {
    color: #fff;
    text-align: right;
    line-height: 24px;
}

.banner .tiptext span {
    display: block;
    margin-top: 15px;
    line-height: 22px;
    font-size: 18px;
}

.banner .tiptext p:first-line {
    font-weight: 300;
}

.banner .tiptext .bx-wrapper {
    position: absolute;
    width: 260px;
    right: 30px;
    bottom: 30px;
    z-index: 3;
    box-shadow: none;
    background: transparent;
}

.banner .gallery .bx-wrapper {
    position: absolute;
    height: 544px;
    width: 100%;
}

.banner .bx-wrapper img {
    height: 544px;
    width: 100%;
    visibility: hidden;
}

.banner .gallery .bx-viewport, .banner .bx-viewport {
    height: 544px;
    left: 0;
}

.banner .bx-controls {
    display: none;
}
/* @end */
/* @group Banner Cards */
.banner-cards {
    position: absolute;
    width: 48%;
    min-width: 450px;
    top: 0;
    max-width: 520px;
}
/* @group City Title */
.city-title {
    position: relative;
    background: #fff url('/images/FP/checkpattern-8.png') repeat center center;
    background-size: 30px 25px;
    border-radius: 0px 0px 14px 14px;
    padding: 20px 0px;
    z-index: 16;
}

    .city-title h3, .location-detail-page .city-title h1 {
        font-size: 45px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 5px;
    }

        .city-title h3 span, .location-detail-page .city-title h1 span {
            line-height: 1;
        }

    .city-title p, .city-title h2 {
        line-height: 22px;
        margin: 0;
    }
/* @end */
/* @group Status Card */
.status-card {
    position: relative;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
    background: #fff;
    background-size: 40px 30px;
    border-radius: 0px 0px 14px 14px;
    padding: 20px 0px 10px 0px;
    z-index: 15;
    margin-top: -10px;
}

    .status-card .inside {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        text-align: center;
    }

    .status-card #weather {
        display: inline-block;
        vertical-align: middle;
        padding-right: 15px;
    }

#weather p {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0px;
    text-align: left;
    display: flex;
    align-items: flex-start;
}

#weather span[class*="icon"]:before {
    font-family: 'weather';
    font-size: 65px;
}

.icon-01d:before {
    content: "1";
}

.icon-01n:before {
    content: "6";
}

.icon-02d:before {
    content: "A";
}

.icon-02n:before {
    content: "a";
}

.icon-03d:before {
    content: "3";
}

.icon-03n:before {
    content: "3";
}

.icon-04d:before {
    content: "3";
}

.icon-04n:before {
    content: "3";
}

.icon-09d:before {
    content: "W";
}

.icon-09n:before {
    content: "W";
}

.icon-10d:before {
    content: "V";
}

.icon-10n:before {
    content: "w";
}

.icon-11d:before {
    content: "Q";
}

.icon-11n:before {
    content: "Q";
}

.icon-13d:before {
    content: "I";
}

.icon-13n:before {
    content: "I";
}

.icon-50d:before {
    content: "Z";
}

.icon-50n:before {
    content: "Z";
}

/*.icon-0:before {
    content: ":";
}

.icon-1:before {
    content: "p";
}

.icon-2:before {
    content: "S";
}

.icon-3:before {
    content: "Q";
}

.icon-4:before {
    content: "S";
}

.icon-5:before {
    content: "W";
}

.icon-6:before {
    content: "W";
}

.icon-7:before {
    content: "W";
}

.icon-8:before {
    content: "W";
}

.icon-9:before {
    content: "I";
}

.icon-10:before {
    content: "W";
}

.icon-11:before {
    content: "I";
}

.icon-12:before {
    content: "I";
}

.icon-13:before {
    content: "I";
}

.icon-14:before {
    content: "I";
}

.icon-15:before {
    content: "W";
}

.icon-16:before {
    content: "I";
}

.icon-17:before {
    content: "W";
}

.icon-18:before {
    content: "U";
}

.icon-19:before {
    content: "Z";
}

.icon-20:before {
    content: "Z";
}

.icon-21:before {
    content: "Z";
}

.icon-22:before {
    content: "Z";
}

.icon-23:before {
    content: "Z";
}

.icon-24:before {
    content: "E";
}

.icon-25:before {
    content: "E";
}

.icon-26:before {
    content: "3";
}

.icon-27:before {
    content: "a";
}

.icon-28:before {
    content: "A";
}

.icon-29:before {
    content: "a";
}

.icon-30:before {
    content: "A";
}

.icon-31:before {
    content: "6";
}

.icon-32:before {
    content: "1";
}

.icon-33:before {
    content: "6";
}

.icon-34:before {
    content: "1";
}

.icon-35:before {
    content: "W";
}

.icon-36:before {
    content: "1";
}

.icon-37:before {
    content: "S";
}

.icon-38:before {
    content: "S";
}

.icon-39:before {
    content: "S";
}

.icon-40:before {
    content: "M";
}

.icon-41:before {
    content: "W";
}

.icon-42:before {
    content: "I";
}

.icon-43:before {
    content: "W";
}

.icon-44:before {
    content: "a";
}

.icon-45:before {
    content: "S";
}

.icon-46:before {
    content: "U";
}

.icon-47:before {
    content: "S";
}*/

.status-card .p2 {
    display: inline;
    vertical-align: middle;
}

#weather .p2 {
    font: 100 36px/47px 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
    padding: 0;
}

.status-card span {
    padding-right: 15px;
    padding-left: 5px;
    line-height: 20px;
}

    .status-card a.delay, .status-card span.delay {
        border-left: 1px solid #979797;
        padding-left: 15px;
        display: inline-block;
        vertical-align: middle;
        line-height: 1.3;
        width: 90%;
        padding: 10px 15px;
        text-align: left;
    }

.status-card a.plus {
    line-height: 45px;
    vertical-align: middle;
    width: 25px;
    text-align: center;
}

    .status-card a.plus.open {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .status-card a.plus.mobile {
        display: none;
    }
/* @end */

/* @group Delay Card */

.delay-card {
    background: rgba(74, 74, 74, .9);
    position: relative;
    border-radius: 0px 0px 14px 14px;
    padding: 44px 10% 28px 24px;
    z-index: 14;
    margin-top: -50%;
    width: 100%;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

    .delay-card.open {
        margin-top: -24px;
    }

    .delay-card p.small {
        font-weight: 400;
        margin-top: 14px;
        font-size: 14px;
        line-height: 19px;
    }

    .delay-card p, .delay-card p b {
        color: #fff;
    }
/*delay popup*/
#delay {
    width: 100%;
    height: 100%;
    background: rgba(74, 74, 74, .95) url('/images/FP/arrowpattern.png') repeat-x left top;
}

    #delay .text {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        padding: 20px;
    }

    #delay p, #delay b {
        color: #fff;
    }

    #delay h5 {
        margin-bottom: 26px;
    }

    #delay p {
        margin-bottom: 14px;
    }
/* @end */

/* @group Compare Lots */
.lot-compare {
    display: none;
}

/* @end */

/* @end */
/* @group Home Callouts */
.callouts {
    margin-top: -80px;
    z-index: 100;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
    /* @group Callout Slider */
    .callouts .bx-wrapper {
        width: 48%;
        min-height: 450px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
        background: #fff url('/images/FP/checkpattern-8.png') repeat center center;
        background-size: 30px 25px;
        border-radius: 14px;
        position: relative;
        text-align: center;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        overflow: hidden;
    }

        .callouts .bx-wrapper .bx-viewport {
            border-radius: 14px;
        }

        .callouts .bx-wrapper .bx-prev, .callouts .bx-wrapper .bx-next {
            display: none;
        }

        .callouts .bx-wrapper .bx-pager, .callouts .bx-wrapper .bx-controls-auto {
            bottom: 10px;
        }

        .callouts .bx-wrapper img {
            border-radius: 14px 14px 0px 0px;
            width: 100%;
        }

        .callouts .bx-wrapper .btn {
            margin: 0px auto 0px auto;
            position: relative;
            top: -25px;
        }

.homepage .callouts .bx-wrapper .btn {
    width: auto;
    min-width: 270px;
    max-width: 340px;
}

.hm-callouts-wrapper.callouts {
    align-items: flex-start;
}

    .hm-callouts-wrapper.callouts .bx-wrapper {
        width: 47%;
        min-height: 450px;
        border: none;
    }

.hm-callouts-wrapper .bx-wrapper .bx-pager {
    bottom: -20px;
}

.hm-callouts-wrapper .bx-controls.bx-has-pager {
    position: relative;
}

.hm-callouts-wrapper.callouts .reservation.gray {
    padding: 38px 44px !important;
}

.bx-wrapper {
    border: none;
}
/* @end */
/* @end */
/* @group HOMEPAGE */
.homepage .mobilecard {
    display: none;
}
/* @end */
/* @group Location Cards */
.location-cards {
    margin-top: -190px;
    z-index: 10;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

    .location-cards hr {
        margin: 0px 0px 15px 0px;
    }

.location-alert {
    /* position: absolute;
    height: 65px;
    top: -50px;
    left: 0px;*/
    background: url('/images/FP/orange-edge-left.png') no-repeat left top;
    border-radius: 14px 14px 0px 0px;
}

    .location-alert p {
        background: #F5A623;
        border-radius: 14px 14px 0px 0px;
        padding: 13px 30px 12px 30px;
        color: #fff;
        font-weight: 700;
        font-size: 16px;
    }

        .location-alert p a {
            color: #1680DB;
        }

            .location-alert p a:hover, .location-alert p a:focus {
                color: #989898;
            }

.alert-msg-reseration {
    display: block !important;
}

    .alert-msg-reseration a:hover {
        color: #989898;
    }

.location-cards .compare {
    position: relative;
}


.location-cards img.location {
    width: 100%;
}

.location-cards .one img.location {
    display: block;
}

.location-cards .card {
    width: 48%;
    background: rgba(255, 255, 255, 0.85) url('/images/FP/checkpattern-8.png');
    background: url('/images/FP/checkpattern-8.png'), -moz-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 100%);
    background: url('/images/FP/checkpattern-8.png'), -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.85)), color-stop(15%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: url('/images/FP/checkpattern-8.png'), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 100%);
    background: url('/images/FP/checkpattern-8.png'), -o-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 100%);
    background: url('/images/FP/checkpattern-8.png'), -ms-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 100%);
    background: url('/images/FP/checkpattern-8.png'), linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 100%);
    background-size: 30px 25px, 100%;
    border-radius: 14px;
    position: relative;
    padding: 0 0 40px 0;
    margin-bottom: 45px;
}

    .location-cards .card.one {
        padding: 0;
        background: rgba(255, 255, 255, 0.85) url('/images/FP/checkpattern-8.png');
        background: url('/images/FP/checkpattern-8.png'), -moz-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
        background: url('/images/FP/checkpattern-8.png'), -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.85)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
        background: url('/images/FP/checkpattern-8.png'), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
        background: url('/images/FP/checkpattern-8.png'), -o-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
        background: url('/images/FP/checkpattern-8.png'), -ms-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
        background: url('/images/FP/checkpattern-8.png'), linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
        background-size: 30px 25px, 100%;
    }

    .location-cards .card .card-inner-container {
        display: flex;
        flex-wrap: wrap;
        padding: 40px 40px 30px;
    }

.location-two-lot .location-cards .card .card-inner-container {
    padding: 40px 20px 30px 40px;
    flex-direction: column;
}

.location-two-lot .location-cards .card-inner-container .compare {
    width: 100%;
}

.location-cards .p3, .location-detail-page .location-cards h2.p3 {
    margin: 0px;
}

.location-cards .cost .p3.light {
    font-size: 20px;
    line-height: 24px;
}

.location-cards .p5 {
    margin-bottom: 0px;
}

.location-cards .p4 {
}

.location-cards .small {
    font-size: 13px;
    color: #666666;
    margin-top: 5px;
    font-weight: 300;
    white-space: normal;
}



.location-cards .two .left {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #4A4A4A;
    float: none;
}

    .location-cards .two .left .fp-heading,
    .location-cards .two .left .address {
        width: 50%;
        flex: 0 0 50%;
    }

    .location-cards .two .left .address {
        margin-top: 3px;
        font-size: 18px;
        line-height: 21px;
    }

.location-cards .lotRate {
    min-height: 134px;
}

.location-cards .compare .text ul {
    margin: 0px 0px 0px 20px;
    list-style: disc;
}

.location-cards .one .details ul {
    margin: 12px 0 0 20px;
    list-style: disc;
}

.location-cards .miles {
    list-style: none;
    margin-left: -20px;
    line-height: 25px;
    font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,Geneva,sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.location-cards .one .details ul li.miles {
    margin-bottom: 5px;
}

.location-cards .one .details ul li {
    font-size: 17px;
}

    .location-cards .one .details ul li:last-child {
        margin-bottom: 7px;
    }

.location-cards .one .reservation-button-actions {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 230px;
    margin-top: 18px;
}

.location-cards .reservation-button-actions .btn {
    /* max-width: 270px; */
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

    .location-cards .reservation-button-actions .btn + .btn {
        margin-top: 25px !important;
    }

/*.location-cards .one .reservation-button-actions .btn:first-of-type {
    padding-left: 40px;
    background-image: url('../images/find-rates-icon.png');
    background-repeat: no-repeat;
    background-position: 6px center;
}*/

  /*  .location-cards .one .reservation-button-actions .btn:first-of-type:hover {
        background-image: url('../images/find-rates-white.png');
    }*/

.location-cards .lot .reservation-button-actions .btn:first-of-type {
    color: #4a4a4a;
}

    .location-cards .lot .reservation-button-actions .btn:first-of-type:hover {
        color: #ffffff;
    }

.location-cards .lot .reservation-button-actions .btn:nth-of-type(2) {
   /* padding-left: 40px;
    background-image: url('../images/getDirections.png');
    background-repeat: no-repeat;
    background-position: 6px center;*/
    color: #ffffff;
}

.btn-blue {
    background-color: #1680db;
    color: #ffffff;
}

    .btn-blue:hover {
        background-color: #f5a623;
        color: #fff;
    }

   /* .btn-blue.get-directions {
        background-image: url('../images/getDirections.png');
        background-repeat: no-repeat;
        background-position: 6px center;
    }*/

 /*   .btn-blue.location-details {
        background-image: url('../images/location-details-icon.png');
        background-repeat: no-repeat;
        background-position: 6px center;
    }*/

.location-two-lot .location-cards .card-inner-container .compare {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    min-height: auto;
}

.location-cards .compare .reservation-button-actions-two-lot {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 230px;
    padding-top: 8px;
}

    .location-cards .compare .reservation-button-actions-two-lot .btn {
        width: 100%;
        margin-left: auto !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        text-align: Center;
    }

        .location-cards .compare .reservation-button-actions-two-lot .btn + .btn {
            margin-top: 25px !important;
        }

.location-cards .reservation-button-actions-two-lot .btn:first-of-type {
  /*  padding-left: 65px;
    background-image: url('../images/find-rates-icon.png');
    background-repeat: no-repeat;
    background-position: 6px center;*/
    color: #4a4a4a;
}

    .location-cards .reservation-button-actions-two-lot .btn:first-of-type:hover {
        /*background-image: url('../images/find-rates-white.png');*/
        color: #ffffff;
    }

.reservation-button-actions-two-lot .btn-blue {
   /* padding-left: 65px;
    background-image: url('../images/location-details-icon.png');
    background-repeat: no-repeat;
    background-position: 6px center;*/
    color: #ffffff;
}

.location-cards .two .manager {
    padding: 0;
    margin: 20px auto 0;
    text-align: center;
}

    .location-cards .two .manager .face {
        display: block;
        margin: 0 auto;
        float: none;
    }

.location-cards .cost {
    float: right;
    text-align: right;
    width: 45%;
    margin-top: -8px;
    white-space: nowrap;
    margin-bottom: 10px;
}

    .location-cards .cost h1 {
        display: inline-block;
        margin: 0;
        font-size: 75px;
        line-height: 70px;
        color: #F5A623;
    }

    .location-cards .cost h3 {
        display: inline-block;
        margin: 0;
        font-weight: 700;
        padding: 0;
        vertical-align: top;
        line-height: 50px;
        color: #F5A623;
        font-size: 40px;
    }

.location-cards .manager {
    padding-left: 80px;
    margin-top: 20px;
}

.location-cards .one .manager {
    margin-top: 0px;
}

    .location-cards .one .manager h5 {
        margin: 0 0 5px 0;
        font-family: 'Bitter',serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 29px;
    }

.location-cards .one .address {
    /* remove break tag inside address */
    font-size: 18px;
    line-height: 28px;
}

.location-cards .manager .email {
    font-size: 18px;
    word-wrap: break-word;
}

.phone {
    color: #4A4A4A;
    display: inline-block;
    font-size: 18px;
}

    .phone .fa-phone {
        font-size: 25px;
        vertical-align: middle;
    }

.location-cards .manager .phone .fa-phone {
    display: none;
}

.location-cards .two .manager .address {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}

.location-cards .manager .mobile, .location-cards .one .manager .btn {
    display: none;
}

.face {
    border-radius: 50%;
    border: 4px solid #9ddd2d;
    position: relative;
    width: 66px;
    height: 66px;
    display: block;
}

.location-cards .manager .face {
    float: left;
    margin-left: -80px;
}

.location-cards .tabs {
    display: none;
}

.location-cards .one {
    width: 100%;
    margin-bottom: -10px;
    border-radius: 14px 14px 0px 0px;
}

    .location-cards .one .details {
        position: relative;
        width: 250px;
    }

    .location-cards .one .manager {
        position: relative;
        width: 50%;
        order: 1;
    }

        .location-cards .one .manager .phone {
            margin: 0px;
        }

    .location-cards .one .gallery-trigger {
        position: relative;
        width: 50%;
        margin: 0 0 0 auto;
    }

        .location-cards .one .gallery-trigger img {
            position: relative;
        }

/* @end */
/* @group Your Travel Partner & COMPANY NEWS BLOG ITEMS*/
.page-title.travel {
    display: none;
}
/* @group Travel Cards */
.travel-card {
    background: #FFFFFF;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.27);
    border-radius: 7.19px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 50px 0px;
    overflow: hidden;
}

    .travel-card .left {
        padding: 40px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        position: relative;
        width: 55%;
        box-shadow: inset -5px 0px 10px -5px rgba(0, 0, 0, 0.27);
    }

        .travel-card .left::before {
            content: '';
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            display: block;
            background: rgba(0, 0, 0, 0);
            background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 90%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(90%, rgba(0,0,0,0.8)));
            background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 90%);
            background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 90%);
            background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 90%);
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 90%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
            position: absolute;
            z-index: 1;
        }

    .travel-card .right {
        padding: 32px;
        width: 45%;
    }

    .travel-card .left .p2 {
        font-size: 24px;
        line-height: 32px;
    }

    .travel-card .right p {
        margin-bottom: 27px;
    }

    .travel-card .text {
        position: relative;
        z-index: 2;
    }

    .travel-card h3, .travel-card p, .blog-landing .travel-card .left h2, .category-landing-parent .travel-card.topic h2 {
        z-index: 2;
    }

    .travel-card h5 a, .blog-landing .travel-card .right h3 a, .category-landing-parent .travel-card.topic .right h3 a {
        color: #4A4A4A;
    }

        .travel-card h5 a:hover {
            color: #f5a623;
        }
/* @end */
/* @group Travel Topic */
.card.first-story {
    margin-top: -100px;
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 7.19px 7.19px 0px 0px;
    position: relative;
    z-index: 9;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 5%;
}

    .card.first-story a h5, .company-news-landing .card.first-story h3, .nochild-category-landing .card.first-story h2, .category-landing-child .card.first-story h2, .category-landing-parent .card.first-story h2 {
        color: #9ddd2d;
    }

    .card.first-story p {
        font-size: 18px;
    }

.sub-topics {
    position: relative;
}

    .sub-topics .toggle {
        display: none;
    }

.banner.blog-sub {
    background-size: cover;
    background-position: center;
}

    .banner.blog-sub .inside {
        height: 547px;
    }

    .banner.blog-sub .card {
        position: absolute;
        width: 490px;
        z-index: 100;
        background: #FFFFFF;
        box-shadow: 0px -2px 7px 0px rgba(0, 0, 0, 0.27);
        border-radius: 7.19px 7.19px 0px 0px;
        text-align: center;
        padding: 25px 25px 80px 25px;
        bottom: 0;
        margin-bottom: 0px;
    }

        .banner.blog-sub .card a h5 {
            color: #9ddd2d;
        }

        .banner.blog-sub .card p {
            line-height: 28px;
            margin-top: 20px;
            margin-bottom: 40px;
        }

.topic-title {
    border-bottom: 1px solid #979797;
    margin-top: 50px;
}

    .topic-title .left {
        float: left;
        width: 60%;
    }

    .topic-title .right {
        float: right;
        text-align: right;
        width: 38%;
    }

.categories {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

    .categories a, .categories span {
        font-size: 14px;
        line-height: 16px;
        color: #4A4A4A;
        text-align: center;
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }

        .categories a.active {
            color: #9ddd2d;
            font-weight: 700;
        }

    .categories span {
        height: 26px;
        width: 1px;
        border-right: 1px solid #979797;
        vertical-align: middle;
        margin: 18px;
        padding: 0px;
    }

    .categories a:hover {
        color: #f5a623;
    }
/* @group Travel Cards Topic */
.topic-cards {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin: 25px 0px;
}

.travel-card.topic {
    margin: 25px 0px;
    width: 48%;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

    .travel-card.topic .left {
        padding: 40px;
        min-height: 272px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        position: relative;
        width: 100%;
        box-shadow: inset 0px -5px 10px -5px rgba(0, 0, 0, 0.27);
    }

        .travel-card.topic .left::before {
            content: '';
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            display: block;
            background: rgba(0, 0, 0, 0);
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.25)));
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
            background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
            background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
            position: absolute;
            z-index: 1;
        }

    .travel-card.topic .right {
        padding: 40px;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        flex: 1 1 auto;
    }

    .travel-card.topic .btn {
        margin-top: auto;
        flex-item-align: center;
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        align-self: center;
    }
/* @end */

/* @end */
/* @group Travel SubTopic */
.large-stories {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 50px 0px 25px 0;
}

    .large-stories .story {
        width: 48%;
    }

        .large-stories .story img {
            width: 100%;
            border-radius: 7.2px;
        }

        .large-stories .story h4, .company-news-landing .large-stories .story h3, .nochild-category-landing .large-stories .story h2, .category-landing-child .large-stories .story h2 {
            margin: 20px 0px 20px 0px;
        }

            .large-stories .story h4 a, .small-stories .story h4 a, .company-news-landing .small-stories .story h3 a, .company-news-landing .large-stories .story h3 a, .nochild-category-landing .large-stories .story h2 a, .nochild-category-landing .small-stories .story h2 a, .category-landing-child .large-stories .story h2 a, .category-landing-child .small-stories .story h2 a {
                color: #4A4A4A;
                font-weight: normal;
            }

                .large-stories .story h4 a:hover, .small-stories .story h4 a:hover {
                    color: #f5a623;
                }

        .large-stories .story p {
            margin-bottom: 10px;
        }

        .large-stories .story .p5, .small-stories .story .p5 {
            line-height: 28px;
        }

        .large-stories .story a, .small-stories .story a {
            font-weight: 700;
        }

.small-stories {
    border-top: 1px solid rgba(155, 155, 155, 0.50);
    margin-bottom: 118px;
}

    .small-stories .story img {
        width: 261px;
        float: left;
        margin-right: 50px;
        margin-bottom: 20px;
        border-radius: 7.2px;
    }

    .small-stories .story {
        border-bottom: 1px solid rgba(155, 155, 155, 0.50);
        padding: 44px 0px 44px 0px;
    }

        .small-stories .story h4, .company-news-landing .small-stories .story h3, .nochild-category-landing .small-stories .story h2 {
            margin-top: 0px;
        }

    .small-stories .pagination {
        margin: 15px 0px;
    }

.story p.date {
    font-size: 14px;
    margin-top: 0;
}

.large-stories .story p.date {
    margin-top: 15px;
}

.story .content {
    margin-left: 311px;
}
/* @end */
/* @group Traveler Types */

.traveler-types {
    margin: 60px 0;
    overflow: hidden;
}

    .traveler-types h3, .blog-landing .traveler-types h2 {
        text-align: center;
        margin-bottom: 40px;
    }

.traveler-type {
    width: 32%;
    margin-right: 2%;
    float: left;
    background-size: cover;
    height: 350px;
    position: relative;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.27);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

    .traveler-type:last-of-type {
        margin-right: 0;
    }

    .traveler-type div {
        padding: 30px;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        background: rgba(0,0,0,0);
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 90%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(90%, rgba(0,0,0,0.8)));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 90%);
        background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 90%);
        background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 90%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 90%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    }

    .traveler-type h4, .blog-landing .traveler-type h3 {
        color: #fff;
        font-size: 36px;
        line-height: 48px;
    }

    .traveler-type .btn {
        width: 100%;
        margin-bottom: 0;
    }
/* @end */
/* @group Traveler Type Subpage */

.travel-type-sub, .travel-type-sub .intro-content {
    position: relative;
}

    .travel-type-sub .background-image {
        height: 50%;
        background-size: cover;
        position: absolute;
        width: 100%;
        background-position: center;
        z-index: 0;
    }

    .travel-type-sub .intro-content {
        text-align: center;
        color: #fff;
        padding: 60px 0;
        width: 75%;
        margin: auto;
    }

        .travel-type-sub .intro-content .p4 {
            color: #fff;
            line-height: 34px;
        }

    .travel-type-sub .content {
        background-color: #fff;
        padding: 60px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        z-index: 3;
        position: relative;
    }

    .travel-type-sub .content-items {
        display: flex;
        display: flexbox;
        display: ms-flexbox;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .travel-type-sub .content-item {
        width: 49%;
        margin-bottom: 60px;
    }

        .travel-type-sub .content-item h5, .travel-type-sub .content-item h2, .travel-type-sub.pca-static-content .content-items .content-item h2.heading2 {
            font-size: 36px;
            margin-top: 30px;
            color: #4A4A4A;
            transition: all .3s ease;
            text-align: center;
        }

        .travel-type-sub .content-item a:hover h5, .travel-type-sub .content-item a:hover h2 {
            color: #f5a623;
        }

        .travel-type-sub .content-item div.content-image {
            width: 100%;
            padding-bottom: 75%;
            position: relative;
        }

            .travel-type-sub .content-item div.content-image > div {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                color: white;
                font-size: 24px;
                text-align: center;
                background-size: cover;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                border-radius: 10px;
            }

    .travel-type-sub .intro-content a {
        color: #9DDD2D;
        font-weight: 400;
    }
/* @end */
/* @group Traveler Article */
.traveler-article p.p4 {
    line-height: 36px;
    margin-bottom: 40px;
}

.traveler-article .intro {
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-position: top center;
}

.traveler-article h3, .traveler-article h1, .traveler-article h2.heading3-2 {
    margin-bottom: 30px;
}

    .traveler-article h5, .traveler-article h2, .traveler-article h2.headig3, .traveler-article h3.heading5-3 {
        text-align: left;
    }

.traveler-article .intro .p4 {
    color: #fff;
}

.traveler-article .text-band {
    padding: 60px 0;
    text-align: center;
}

.traveler-article .image-band {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
}

.traveler-article p {
    margin-bottom: 20px;
}

.columns {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 60px; /* Chrome, Safari, Opera */
    -moz-column-gap: 60px; /* Firefox */
    column-gap: 60px;
    text-align: left;
}

.comparison-table {
    margin-top: 0;
    text-align: left;
}

    .comparison-table tr {
        border-bottom: none;
        border-top: 1px solid #979797;
    }

    .comparison-table td {
        width: 50%;
        padding-right: 30px;
    }

    .comparison-table ul {
        list-style-position: outside;
        margin: 20px 0px 20px 20px;
    }
/* @end */
/* @group Blog Post */
.article-content {
    margin-bottom: 40px;
}

    .article-content .intro-content, .article-content .main-content, .related-content {
        padding: 30px 60px;
    }

        .article-content .intro-content .p4, .article-content .intro-content .p4.blog-summary p {
            margin-top: 10px;
            line-height: 36px;
        }

    .article-content .main-content, .related-content {
        border-top: 1px solid #D8D8D8;
    }

    .article-content .main-content {
        margin-bottom: 0;
    }

        .article-content .main-content p {
            margin-bottom: 20px;
        }

        .article-content .main-content > img {
            float: right;
            max-width: 50%;
            padding: 30px;
            padding-right: 0;
            padding-top: 0;
        }

    .article-content .article-gallery {
        max-width: 60%;
        margin: 0px -60px 15px 20px;
        float: right;
    }

        .article-content .article-gallery .gallery-trigger {
            max-width: 100%;
            display: inline-block;
            margin: 0;
        }

            .article-content .article-gallery .gallery-trigger img {
                max-width: 100%;
                float: right;
            }

    .article-content .article-info {
        padding: 0 60px;
    }

        .article-content .article-info p {
            margin-bottom: 0;
        }

        .article-content .article-info .tags {
            margin: 0;
            padding: 0;
        }

            .article-content .article-info .tags li {
                display: inline-block;
                list-style-type: none;
                font-weight: bold;
            }

                .article-content .article-info .tags li:after {
                    content: "|";
                    display: inline-block;
                    margin: 0 5px;
                    font-weight: 300;
                }

                .article-content .article-info .tags li:last-of-type:after {
                    content: "";
                }

.related-content {
    overflow: hidden;
    padding: 30px 0;
    margin-bottom: 30px;
    display: flexbox;
}

    .related-content .related-items {
        display: flex;
        display: flexbox;
        display: ms-flexbox;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .related-content .related-item {
        width: 23%;
    }

        .related-content .related-item:last-of-type {
            margin-right: 0;
        }

        .related-content .related-item p {
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            margin: 15px 0;
            transition: all .3s ease;
        }

        .related-content .related-item:hover p {
            color: #f5a623;
        }

    .related-content div.related-image {
        width: 100%;
        padding-bottom: 60.60%;
        position: relative;
    }

        .related-content div.related-image > div {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            color: white;
            font-size: 24px;
            text-align: center;
            background-size: cover;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
        }
/*end*/
/*Basic Template*/
.banner.basic {
    background-size: cover;
    position: initial;
    background-repeat: no-repeat;
    background-position: center;
}

    .banner.basic::before {
        background-image: initial;
        background-repeat: initial;
        background-position: initial;
        background-size: initial;
        content: initial;
        height: initial;
        width: initial;
        position: initial;
        z-index: initial;
    }

.page-title.no-nav {
    border-bottom: 1px solid #fff;
}

.article-content .main-content h5, .article-content .main-content h2.heading2 {
    margin-top: 40px;
}

/*Search Results*/
.search-box {
    padding: 0 60px;
    margin-top: 60px;
}

    .search-box .form {
        margin: 0;
        display: flexbox;
        display: flex;
        display: ms-flexbox;
        margin-bottom: 30px;
    }

        .search-box .form input[type=text] {
            margin: 0;
            margin-right: 15px;
        }

    .search-box button {
        width: initial;
        color: #fff;
        margin: 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

.search-results {
    margin: 30px 0;
}

    .search-results .result {
        border-top: 1px solid #979797;
        padding: 20px 60px;
    }

        .search-results .result:last-of-type {
            border-bottom: 1px solid #979797;
        }

        .search-results .result h5 a {
            color: #4A4A4A;
            transition: all .3s ease;
        }

            .search-results .result h5 a:hover {
                color: #f5a623;
            }

        .search-results .result .p4 {
            line-height: 36px;
        }

        .search-results .result .highlight {
            color: #1680DB;
        }

.search.pagination {
    margin-bottom: 60px;
}

/*Why Park With Us - How It Works*/
.wpwu-hiw .stress-free {
    margin-bottom: 100px;
}

    .wpwu-hiw .stress-free .topHeading {
        margin-top: 60px;
    }

/*Corporate Travel Program*/
.help.border {
    margin-top: 0;
    border-top: 1px solid #979797;
    padding-top: 60px;
}

/*Company News*/
.main-content h6, h3.heading3 {
    margin: 20px 0;
    margin-top: 40px;
}

.company-news .p4.date {
    color: #979797;
}

.company-news .related-content {
    padding-top: 15px;
    padding-bottom: 45px;
}

    .company-news .related-content a {
        font-weight: bold;
        color: #4A4A4A;
        font-size: 14px;
        transition: all .3s ease;
    }

        .company-news .related-content a:hover {
            color: #f5a623;
        }

        .company-news .related-content a.prev {
            float: left;
        }

        .company-news .related-content a.next {
            float: right;
        }
/* @end */

/* @end */
/* @group Make a Reservation */
#show_depart, #show_arrive, #show_depart-nav, #show_arrive-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 15px auto auto auto;
    padding: 30px 20px 20px 20px;
    z-index: 100;
    max-width: 600px;
    background: -moz-linear-gradient(top, #EEEEEE 0%, #D8D8D8 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEEEEE), color-stop(100%, #f4f8fa));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #EEEEEE 0%, #D8D8D8 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #EEEEEE 0%, #D8D8D8 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #EEEEEE 0%, #D8D8D8 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #EEEEEE 0%, #D8D8D8 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#D8D8D8', GradientType=0 );
    border-radius: 20px;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
    border: 1px solid #979797;
}

.reservation.fullpage #show_depart, .reservation.fullpage #show_arrive {
    left: 15%;
}

#show_depart.active, #show_arrive.active, #show_depart-nav.active, #show_arrive-nav.active {
    display: block;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: none;
    transition: none;
    -webkit-animation: expand 0.4s ease-out;
    animation: expand 0.4s ease-out;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

#reserve_search-nav.disabled, #reserve_search.disabled, .reserve_search.disabled {
    pointer-events: auto;
}

    #reserve_search-nav.disabled:hover, #reserve_search.disabled:hover, .reserve_search.disabled:hover {
        background: #D8D8D8;
        color: inherit;
        cursor: inherit;
    }

.xdsoft_timepicker.disabled .xdsoft_time_variant, .xdsoft_timepicker.disabled .xdsoft_scrollbar, .xdsoft_timepicker.disabled .time-top p {
    opacity: .5;
    pointer-events: none;
}

.xdsoft_timepicker.disabled .xdsoft_time_box.xdsoft_scroller_box::before {
    font-size: 20px;
    font-weight: 300;
    margin-top: 40px;
    text-align: center;
    display: inline-block;
}
/*#depart_picker .xdsoft_timepicker.disabled .xdsoft_time_box.xdsoft_scroller_box::before{
    content: 'Select Check-In Date';
}
#arrive_picker .xdsoft_timepicker.disabled .xdsoft_time_box.xdsoft_scroller_box::before{
    content: 'Select Check-Out Date';
}*/


.reservation {
    width: 48%;
    border-radius: 14px;
    text-align: center;
    padding: 34px 18px;
    vertical-align: middle;
    background: #fff url('/images/FP/checkpattern-8.png') repeat left top;
    background-size: 30px 25px;
    z-index: 999;
    position: relative;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.50), inset 0px 1px 3px 0px rgba(0, 0, 0, 0.50);
    padding: 47px 30px;
}

.reservations.detail .reservation {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.50);
}

.reservation.gray {
    /* padding: 28px 44px 58px !important; */
    padding: 25px 44px 25px !important;
    background-color: #4A4A4A;
    background-image: none !important;
    /* background-image: url('/images/FP/arrowoverlay2.png'), url('/images/FP/graycheckpattern.png'); 
    background-repeat: no-repeat, repeat;
    background-position: center center, center center;
    background-size: 60%, 5px 5px; */
}

.home .reservation.gray .select2-container--default .select2-selection--single {
    height: 46px;
    background-color: #fff;
    background-image: url('../images/chevron-down-solid.png');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-position-y: 19px;
    border-radius: 4px;
}

.home .reservation.gray .select2-dropdown {
    border-radius: 0px 0px 4px 4px;
}

.home .reservation.gray .select2-container--open .select2-dropdown--above {
    border-radius: 4px 4px 0px 0px !important;
}

.home .reservation.gray .select2-container--open.select2-container--above .select2-selection--single {
    border-radius: 0px 0px 4px 4px;
}

.home .reservation.gray .select2-container--open .select2-selection--single {
    border-radius: 4px 4px 0px 0px;
}

.home .reservation.gray .select2-container--default .select2-selection--single:after {
    content: none !important;
}

.reservation .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #707070;
    font: 500 14px/22px 'Roboto','Helvetica Neue',Helvetica,Arial,Geneva,sans-serif;
}

.callouts .reservation.gray {
    background-color: #4A4A4A;
    /* background-image: url('/images/FP/arrowoverlay2.png'), url('/images/FP/graycheckpattern.png');
    background-repeat: no-repeat, repeat;
    background-position: center center, center center;
    background-size: cover, 5px 5px;
    padding: 30px; */
}

.reservation.noshadow {
    box-shadow: none;
}

.reservation.fullpage {
    width: 100%;
    text-align: left;
    padding: 30px 30px 47px 30px;
}

    .reservation.fullpage.gray {
        margin-bottom: 80px;
    }

.reservation h5, .reservation h3 {
    margin: 0px;
}

.reservation.gray h5, .reservation.gray h3 {
    color: #fff;
}

.reservation p {
    font-size: 16px;
    font-weight: bold;
}

    .reservation p a {
        font-weight: bold;
        font-size: 13px;
    }

.reservation .requiredFields {
    margin-top: 10px;
}

.res-form .requiredFields {
    margin-top: 0px;
}

.reservation .icon-calendar-check {
    font-size: 40px;
    line-height: 70px;
    color: #719932;
    border: 3px solid #719932;
    width: 75px;
    height: 75px;
    display: inline-block;
    border-radius: 50%;
    /* margin-bottom: 20px; */
    margin-bottom: 15px;
    text-align: center;
}

.reservation.gray .icon-calendar-check {
    color: #9ddd2d;
    border-color: #9ddd2d;
}

.reservation.fullpage .icon-calendar-check {
    float: left;
    margin-right: 22px;
}

.reservation .location, .reservation .view-cancel {
    display: block;
    font-size: 16px;
    text-align: left;
    float: left;
    margin-top: 0px;
    color: #1680DB;
    font-weight: 700;
}

.reservation.gray .location, .reservation.gray .view-cancel a {
    color: #9ddd2d;
}

.reservation .view-cancel {
    color: #4A4A4A;
}

.reservation.gray .view-cancel {
    color: #fff;
}

.reservation .view-cancel a {
    color: #1680DB;
}

.reservation .location span {
    color: #1680DB;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.reservation.gray .location span {
    color: #9ddd2d;
}

.reservation.gray .signin:hover, .reservation .signin:hover, .reservation .location:hover, .reservation .location:hover span, .reservation .view-cancel a:hover {
    color: #f5a623;
}

.reservation .signin {
    float: right;
    color: #1680DB;
    font-weight: 700;
}

.reservation.gray .signin {
    color: #9ddd2d;
}

.reservation span.icon-chevron-right {
    width: 5%;
}

.callouts .reservation span.icon-chevron-right {
    color: #719932;
}

.reservation div.cs-select {
    vertical-align: middle;
    margin-right: 9px;
    width: 100%;
}

.reservation .cs-select > span, .res-form .cs-select > span {
    margin: 0;
    line-height: 22px;
    padding: 13px 60px 13px 20px;
}

.res-form input.btn {
    margin-top: 0px;
}

.reservation .btn.form {
    margin: 0;
    width: 45%;
    padding: 13px 20px;
}

.reservation .btn {
    width: 20%;
    margin: 0px 0px 0px 5px;
    min-height: 51px;
    line-height: 24px;
}

    .reservation .btn.invalid, .res-form .btn.invalid {
        border: 2px solid #f5a623;
    }

        .reservation .btn.invalid.selected::before, .res-form .btn.invalid.selected::before {
            border-top: 15px solid #f5a623;
        }

    .reservation .btn.form b {
        line-height: inherit;
    }

.reservation .info {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 20px;
}

.callouts .reservation input.btn, .homepage .callouts .reservation a.reserve_search {
    width: 100%;
    margin-top: 15px;
}

.callouts .reservation.gray .info {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.reservation.fullpage .info {
    padding-left: 75px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0px;
}

.banner.reservations {
    overflow: visible;
    height: auto;
    background-position: center;
    background-size: cover;
}

    .banner.reservations.detail {
        height: 300px;
    }

    .banner.reservations .inside {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .banner.reservations.detail .inside {
        padding-top: 0;
    }

.reservation.fullpage .select, .banner.reservation .select {
    vertical-align: middle;
    margin-right: 4px;
    width: 28%;
    min-width: 28%;
    min-height: 51px;
}

.reservation.fullpage div.cs-select {
    min-width: 100%;
}

.reservation .select.invalid .cs-select > span, .res-form .select.invalid .cs-select > span {
    border: 2px solid #f5a623;
}

.reservation .select.invalid .cs-select.cs-active > span, .res-form .select.invalid .cs-select.cs-active > span {
    border-bottom: none;
}

.reservation .select.invalid .cs-select.cs-active .cs-options, .res-form .select.invalid .cs-select.cs-active .cs-options {
    border: 2px solid #f5a623;
    border-top: none;
}

.reservation.fullpage .btn.form {
    width: 23%;
    margin: 0px 4px;
}

    .reservation.fullpage .btn.form:first-of-type {
        margin-left: 4px;
    }

.reservation.fullpage .icon-chevron-right {
    text-align: center;
    width: 15px;
    color: #719932;
    margin: 0px 5px;
}

.reservation.fullpage .btn:last-child {
    width: 15%;
    margin: 0px 0px 0px 4px;
}

.date input {
    background: transparent;
    outline: none;
    border: none;
    padding: 10px 10px 10px 45px;
    font-weight: 300;
    font-size: 18px;
}

.date.btn {
    padding: 0px;
    position: relative;
    display: inline-block;
}

#depart-time, #arrive-time, #depart-time-nav, #arrive-time-nav {
    display: none;
}

    #depart-time.disabled, #arrive-time.disabled, #depart-time-nav.disabled, #arrive-time-nav.disabled {
        opacity: .5;
        pointer-events: none;
    }

.close-picker {
    position: absolute;
    right: -6px;
    top: -18px;
    color: #9B9B9B;
}
/*Reservation Info - Single*/
.reservation .reservationInfo, .reservation .reservationInfo.closed {
    display: flexbox;
    display: flex;
    display: ms-flexbox;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

.reservation .reservationInfoMobile {
    padding: 5px 10px;
    display: none;
}

    .reservation .reservationInfoMobile p {
        font-weight: 300;
        display: inline-block;
        font-size: 18px;
    }

        .reservation .reservationInfoMobile p.resHeading {
            font-weight: 700;
            margin-right: 10px;
        }

.reservation h5.estimatedTotal {
    color: #719932;
    float: right;
    margin-top: -68px;
}

    .reservation h5.estimatedTotal a {
        color: #719932;
        transition: all .3 ease;
    }

        .reservation h5.estimatedTotal a:hover {
            color: #f5a623;
        }

.reservation .res-details {
    display: none;
}

.reservation .reservationInfo .resDetail {
    width: 19%;
    display: flexbox;
    display: flex;
    display: ms-flexbox;
    flex-direction: column;
    justify-content: space-between;
}

    .reservation .reservationInfo .resDetail > p:nth-of-type(1) ~ p {
        flex-grow: 2;
        font-weight: 400;
    }

    .reservation .reservationInfo .resDetail.reservationExtras p {
        font-weight: 700 !important;
    }

.reservation .reservationInfo .resHeading {
    font-size: 22px;
}

.reservation .reservationInfo .resDetail .reservationLabel {
    border-top: 1px solid #D8D8D8;
    padding-top: 5px;
    margin-top: 5px;
}

    .reservation .reservationInfo .resDetail .reservationLabel p {
        font-size: 14px;
        color: #719932;
        text-transform: uppercase;
        display: inline-block;
        margin-right: 5px;
    }

    .reservation .reservationInfo .resDetail .reservationLabel a {
        font-size: 12px;
        text-decoration: underline;
        color: #979797;
        transition: all .3s ease;
    }

        .reservation .reservationInfo .resDetail .reservationLabel a:hover {
            color: #f5a623;
        }

.p4.no-margin {
    margin: 0;
}

.reservationContent .inside {
    position: relative;
}

.reservationContent .checkedBG {
    border-radius: 14px;
    padding: 45px 0px;
    margin-bottom: 22px;
}

.reservationContent .cta.desktop {
    display: block;
}

.reservationContent .cta.mobile {
    display: none;
}

    .reservationContent .cta.mobile p {
        width: 75%;
        margin: auto;
    }

.haveAPromoCode {
    padding-bottom: 20px;
}

    .haveAPromoCode .heading {
        padding-bottom: 10px;
    }

    .haveAPromoCode p {
        margin-bottom: 20px;
        line-height: 25px;
    }

    .haveAPromoCode input {
        width: 70% !important;
        float: left;
        margin: 5px 0 !important;
    }

    .haveAPromoCode .btn {
        width: 25%;
        float: right;
        margin: 6px 0 !important;
    }

.PromoCodeForm {
    width: 70% !important;
    float: left;
}

.reservationPromoCode {
    margin-bottom: 310px !important;
}

.reservationContent .reservationBreakout {
    background: #fff url('/images/FP/checkpattern-8.png') repeat left top;
    background-size: 25px 20px;
    padding: 30px;
    border-radius: 14px;
    margin: 60px 0 30px 0;
    display: flexbox;
    display: flex;
    display: ms-flexbox;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .reservationContent .reservationBreakout > div {
        width: 48%;
    }

        .reservationContent .reservationBreakout > div.fullWidth {
            width: 100%;
        }

    .reservationContent .reservationBreakout.checkout {
        width: 49%;
        float: left;
    }

        .reservationContent .reservationBreakout.checkout > div {
            width: 100%;
        }

    .reservationContent .reservationBreakout .reservationBreakdownContainer.reservationBreakdownContainerGhuestUser {
        display: flex;
        flex-direction: column;
    }

.reservationContent p.heading {
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 10px;
}

.reservationBreakout p.heading {
    font-size: 27px;
    line-height: 34px;
    margin-bottom: 0px;
    padding-right: 20px;
}

.reservationColRight .p5 {
    line-height: 28px;
}

.reservationColRight .options {
    margin: 15px 0px 20px 0px;
}

    .reservationColRight .options p {
        margin: 5px 0px;
    }

.reservationContent p.heading.no-margin {
    margin: 0;
}

.reservationContent p.subheading {
    font-size: 20px;
    font-weight: bold;
}

.reservationBreakdown .reservationItemized, .reservationBreakdown .reservationItemized li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 350px;
    display: block;
    opacity: 1;
}

.reservationBreakdown .reservationItemized {
    border-bottom: 2px solid #D8D8D8;
    padding-bottom: 15px;
}

    .reservationBreakdown .reservationItemized li {
        display: flexbox;
        display: flex;
        display: ms-flexbox;
        align-items: baseline;
        font-size: 18px;
        font-weight: 300;
    }

        .reservationBreakdown .reservationItemized li .dots {
            height: 10px;
            border-bottom: 2px dotted #979797;
            flex-grow: 2;
            margin: 0 3px;
        }

.reservationBreakdown .resTotal, #reservationSignIn.remodal .reservationBreakdown .resTotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0px;
}

.reservationBreakdownContainerLoginUser .reservationBreakdown .resTotal, .remodal .reservationBreakdown .resTotal {
    display: block;
}

.joinSave .reservationBreakdown .resTotal .total,
.reservationBreakdown .dueMember .resTotal .total {
    font-size: 81px;
    line-height: 60px;
    margin-bottom: 0;
}

.reservationBreakdown .dueMember .resTotal .membersPay .total {
    color: #fff;
    font-size: 64px;
    line-height: 50px;
}

    .reservationBreakdown .dueMember .resTotal .membersPay .total .currency {
        font-size: 24px;
        line-height: 30px;
    }

.joinSave .reservationBreakdown .resTotal .total .currency,
.joinSave .reservationBreakdown .resTotal .total .cents,
.reservationBreakdown .dueMember .resTotal .total .currency,
.reservationBreakdown .dueMember .resTotal .total .cents {
    font-size: 32px;
    line-height: 29px;
}

.reservationBreakdown .resTotal h4 {
    color: #F5A623;
    font-size: 36px;
    line-height: 42px;
    margin: 0;
}

.form .joinSave .right {
    padding-right: 10%;
}

.joinSave .resTotal {
    text-align: left;
}

    .joinSave .resTotal p {
        color: #F5A623;
        text-align: left;
    }

.joinSave p {
    text-align: left;
}

.reservationBreakdown .resTotal img {
    height: 83px;
    align-self: center;
    margin: 0 10px;
}

.form .reservationBreakdown .resTotal img {
    height: 118px;
}

.reservationBreakdown .resTotal p.small {
    font-weight: normal;
    margin: 0;
}

.reservationBreakdownContainerGhuestUser .resTotal .heading {
    width: 50%;
}

.reservationBreakdownContainerLoginUser .resTotal .heading {
    margin-bottom: 20px;
}

.border-separator-top {
    margin-top: 15px;
    border-top: 1px solid #d8d8d8;
    padding-top: 15px;
}

.reservationBreakdown .resTotal .total, .reservationBreakdown .resTotal .fees {
    color: #f5a623;
}

    .reservationBreakdown .resTotal .total.strike::after {
        border-bottom: 6px solid #4a4a4a;
        content: '';
        position: absolute;
        left: 15px;
        right: -15px;
        transform: rotate(-20deg);
        top: 50%;
    }

.reservationBreakdown .resTotal .total {
    font-size: 118px;
    font-weight: 700;
    line-height: 90px;
    margin: 0 0 20px 0;
    display: inline-block;
    position: relative;
}

.reservationBreakdownContainerLoginUser .resTotal .total {
    margin-bottom: 0;
}

.reservationBreakdown .resTotal .fees {
    font-weight: 700;
    font-size: 14px;
}

.reservationBreakdown .resTotal .total .currency, .reservationBreakdown .resTotal .total .cents {
    font-size: 55px;
    vertical-align: top;
    line-height: 55px;
}

.reservationBreakdownContainerLoginUser .resTotal .total .asterisk {
    position: absolute;
    font-size: 25%;
    vertical-align: top;
    line-height: normal;
}

.reservationBreakout .disclaimer p {
    font-size: 12px;
    line-height: 18px;
    width: 70%;
}

.reservationColRight {
    width: 49%;
    float: right;
    padding: 30px;
    margin: 30px 0;
    margin-bottom: 0;
}

    .reservationColRight p .underlined {
        font-size: 18px;
    }

.reservationPaymentMethod .select, .reservationPaymentMethod .cs-select {
    width: 100%;
}

.reservationPaymentMethod #free-credit, .reservationBreakdown #free-credit {
    border-radius: 14px;
    margin-top: 20px;
}

.reservationPaymentDetails .left {
    float: left;
    width: 55%;
}

    .reservationPaymentDetails .left .select {
        display: inline-block;
        width: calc(50% - 10px);
        margin: 5px 5px 0px 0px;
    }

    .reservationPaymentDetails .left .cs-select {
        min-width: 0;
    }

.reservationPaymentDetails .right {
    float: right;
    width: 40%;
}

.reservationPaymentDetails ul, .reservationPaymentDetails li {
    margin: 0;
    list-style: none;
}

.reservationPaymentContact {
    margin-bottom: 0 !important;
}

    .reservationPaymentContact .right {
        float: right;
        width: 25%;
    }

        .reservationPaymentContact .right .select {
            margin-top: 25px;
        }

        .reservationPaymentContact .right .cs-select {
            min-width: 0;
        }

    .reservationPaymentContact .left {
        float: left;
        width: 70%;
    }

.reservationBottomBtn {
    text-align: center;
    margin-bottom: 50px;
    min-height: 100px;
}

.reservationAccountPrompt, .reservationCreateAccount {
    position: absolute;
    bottom: 130px;
    width: 49%;
}

.reservationCreateAccount {
    display: none;
    width: 49%;
    z-index: 300;
    padding: 30px;
    background: #fff url('/images/FP/checkpattern-8.png') repeat left top;
    background-size: 25px 20px;
    padding: 30px;
    border-radius: 14px;
    margin: 0;
}

    .reservationCreateAccount .form, .reservationContent .reservationCreateAccount .form {
        margin: 0;
    }

.reservationAccountPrompt .create-account-btn {
    display: block;
    width: 100%;
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    line-height: 32px;
    color: #4a4a4a;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    padding: 15px 0;
    margin-top: 40px;
}

    .reservationAccountPrompt .create-account-btn::after {
        content: '\e910';
        font-family: 'fastpark';
        font-weight: 400;
        font-size: 17px;
        color: #719932;
        position: absolute;
        right: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

.reservationPaymentConfirm {
    margin-top: 20px;
    line-height: 24px;
}


    .reservationPaymentConfirm a {
        display: inline-block;
    }

.newReservationCard {
    width: 49%;
    float: left;
    margin: 40px 0;
}

.reservationCard {
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
}

    .reservationCard .shadow {
        box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.32);
    }

    .reservationCard .top {
        background: #4A4A4A;
    }

        .reservationCard .top img {
            width: 145px;
            padding: 16px 0px 13px 20px;
            margin: 0;
        }

    .reservationCard .middle {
        background: #fff;
    }

        .reservationCard .middle img {
            width: 100%;
            display: block;
        }

        .reservationCard .middle h5 {
            margin: 30px 0px 0px 30px;
        }

        .reservationCard .middle .p4 {
            margin: 0px 30px 20px 30px;
        }

    .reservationCard .bottom {
        background: #f6f6f6;
        /*padding: 20px 30px;*/
        /*text-align: left;*/
        padding: 15px 30px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        text-align: center;
    }

        .reservationCard .bottom img {
            width: 130px;
            max-width: 100%;
            /*float: right;*/
        }

        .reservationCard .bottom p {
            font-size: 13px;
            line-height: 18px;
        }

        .reservationCard .bottom .p5 {
            margin: 0;
            font-size: 16px;
            line-height: 22px;
        }

        .reservationCard .bottom .left {
            width: 65%;
            padding-right: 16px;
        }

        .reservationCard .bottom .right {
            float: right;
            width: 35%;
        }

    .reservationCard .underlined {
        line-height: 18px;
        margin: 20px 0px;
        display: block;
        text-align: center;
    }

    .reservationCard .reservationInfo {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 0px 30px 15px 30px;
    }

    .reservationCard .resDetail {
        width: 30%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }


    .reservationCard .reservationLocation span {
        display: block;
    }

    .reservationCard.guest .reservationExtras {
        padding-bottom: 40px;
    }

    .reservationCard .resDetail .reservationLabel {
        margin-bottom: 10px;
        border: none;
        padding-top: 0;
        margin-top: 0;
        border-top: 1px solid #D8D8D8;
        padding-top: 5px;
    }

    .reservationCard .reservationExtras {
        width: 100%;
    }

        .reservationCard .reservationExtras p {
            display: inline;
            margin-right: 20px;
            font-weight: 700;
        }

            .reservationCard .reservationExtras p:last-of-type {
                margin-right: 0px;
            }

    .reservationCard .resDetail .reservationLabel p, .reservationCard .bottom .resHeading {
        font-size: 12px;
        line-height: 14px;
        color: #719932;
        text-transform: uppercase;
        display: inline-block;
        margin-right: 5px;
        font-weight: 700 !important;
    }

    .reservationCard .reservationInfo .resHeading {
        font-size: 18px;
        font-weight: 700;
    }

    .reservationCard .reservationInfo p {
        font-size: 16px;
        line-height: 22px;
    }

    .reservationCard .reservationInfo.address {
        margin-bottom: 20px;
        display: block;
        clear: both;
    }

        .reservationCard .reservationInfo.address p {
            font-size: 14px;
            line-height: 19px;
        }

    .reservationCard .bottom .resHeading {
        margin-bottom: 10px;
    }

    .reservationCard .bottom.clearfix {
        display: none;
    }

    .reservationCard .bottom.guest {
        display: block;
    }

        .reservationCard .bottom.guest .left {
            width: 100%;
            padding-top: 5px;
        }

        .reservationCard .bottom.guest .right {
            display: none;
        }

        .reservationCard .bottom.guest .p5 {
            margin-bottom: 10px;
        }

.newReservationDetails {
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: -30px;
}

    .newReservationDetails.w100p {
        max-width: 100% !important;
    }

    .newReservationDetails .fast-tip {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .newReservationDetails .btn {
        margin: 10px auto;
        display: block;
    }

    .newReservationDetails .apple-wallet {
        margin: 10px auto 5px auto;
        display: block;
    }

        .newReservationDetails .apple-wallet img {
            display: block;
            /*margin: auto;*/
        }

    .newReservationDetails .underlined {
        text-align: center;
        display: block;
    }

#reservationOptions {
    margin-top: 0;
}

    #reservationOptions ul.reservationOptions, #reservationOptions ul.reservationOptions li.reservationOptions {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #reservationOptions ul li.reservationOptions {
        display: none;
    }

        #reservationOptions ul li.reservationOptions#option-credit-card {
            display: block;
        }

    #reservationOptions .underlined {
        display: inline-block;
    }

.reservationPromoApplied {
    margin-top: 60px;
}

    .reservationPromoApplied .underlined {
        display: inline-block;
    }

    .reservationPromoApplied .promoDeduction {
        display: block;
        float: right;
        text-align: right;
    }

    .reservationPromoApplied #free-credit {
        border-radius: 14px;
    }

        .reservationPromoApplied #free-credit a {
            float: right;
        }

        .reservationPromoApplied #free-credit .inside {
            padding-right: 0;
        }


.reservationLocationInfo p {
    line-height: 28px;
}

.reservationLocationInfo ul {
    margin: 0px 0px 0px 20px;
}

.reservationLocationInfo .miles {
    list-style: none;
    margin-left: -20px;
    font-size: 18px;
    line-height: 25px;
}

.reservationLocationInfo > img {
    float: right;
    max-width: 50%;
    padding: 30px;
    padding-right: 0;
    padding-top: 0;
}
/*.reservationLocationInfo {
max-width: 50%;
margin: 0px -60px 15px 20px;
float: right;
}*/
.reservationLocationInfo .gallery-trigger {
    max-width: 100%;
    display: inline-block;
    margin: 30px 0;
}

    .reservationLocationInfo .gallery-trigger img {
        max-width: 100%;
        float: right;
    }

.reservationLocationInfo .manager {
    padding-left: 80px;
}

    .reservationLocationInfo .manager h5 {
        font-size: 25px;
        line-height: 30px;
        margin: 0px;
    }

.reservationLocationInfo .email {
    font-size: 18px;
}

.reservationLocationInfo .manager .phone .fa-phone {
    display: none;
}
/*  .location-cards .two .manager .address{
font-size: 20px;
line-height: 26px;
margin-bottom: 20px;
}*/

.reservationLocationInfo .manager .mobile, .reservationLocationInfo .manager .btn {
    display: none;
}

.reservationLocationInfo .manager .face {
    float: left;
    margin-left: -80px;
}

.reservationLocationInfo .manager .phone {
    margin: 0px;
}

.reservationContent .form {
    margin: 30px 0;
}

.reservationContent .locationOptionsDesktop {
    display: block;
}

.reservationContent .locationOptionsMobile {
    display: none;
}

    .reservationContent .locationOptionsMobile .accordion {
        margin-top: 0;
    }

        .reservationContent .locationOptionsMobile .accordion .disabledText {
            margin-bottom: 0 !important;
        }

.accordion .locationOptions {
    /* display: flexbox;
    display: flex;
    display: ms-flexbox;
    flex-wrap: wrap;
    justify-content: space-between;*/
}

.accordion .toggle p {
    font-weight: 700;
}

.accordion .locationOptions .locationOption {
    /*width: 45%;
    padding-bottom: 40px;*/
    /*width: 48%;*/
    border-top: 1px solid #d8d8d8;
    margin-bottom: 20px;
    padding-top: 20px;
}

    .accordion .locationOptions .locationOption .optionContent {
        display: flexbox;
        display: flex;
        display: ms-flexbox;
        justify-content: space-between;
    }

    .accordion .locationOptions .locationOption:nth-of-type(2) ~ div {
        border-top: 1px solid #D8D8D8;
        padding-top: 40px;
    }

    /*.accordion .locationOptions .locationOption.disabled p, .accordion .locationOptions .locationOption.disabled a {
        color: #979797 !important;
    }*/

    .accordion .locationOptions .locationOption.disabled .cost * {
        color: #979797;
    }

.accordion .inner .locationOptions .locationOption p {
    margin: 0;
    padding: 0;
}

.accordion .locationOptions .locationOption p.title {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
}

.accordion .locationOptions .locationOption a {
    color: #4A4A4A;
    transition: all .3 ease;
    text-decoration: underline;
}

    .accordion .locationOptions .locationOption a:hover {
        color: #f5a623;
    }

.accordion .locationOptions .locationOption .cost * {
    display: inline-block;
    color: #f5a623;
    vertical-align: top;
    margin-bottom: 0;
}

.accordion .locationOptions .locationOption .styledCheck {
    width: 32px;
    margin-right: 20px;
    margin-top: 5px;
}

.accordion .locationOptions .locationOption .optionInfo {
    /*flex-grow: 2;*/
    padding-right: 40px;
}

.accordion .locationOptions .locationOption .optionCost {
    text-align: right;
}

.accordion .locationOptions .locationOption.disabled .styledCheck {
    visibility: hidden;
}

.accordion .locationOptions .locationOption.disabled p, .accordion .locationOptions .locationOption.disabled a {
    color: #b6b6b6;
}

.accordion .locationOptions .locationOption .optionCost p {
    font-size: 14px;
    line-height: 18px;
}

.accordion .locationOptions .locationOption .additionalInformation {
    margin-left: 52px;
    margin-top: 20px;
    display: none;
}

    .accordion .locationOptions .locationOption .additionalInformation textarea {
        width: 100%;
        height: 150px;
    }

.accordion .locationOptions .locationOption:first-of-type {
    border-top: none;
    padding-top: 0px;
}

.reservationContent .bookNow {
    margin-top: 30px;
    text-align: center;
}

:root .styledCheck input[type='checkbox'] {
    opacity: 0;
    position: absolute;
}

    :root .styledCheck input[type="checkbox"] + div {
        font-size: 24px;
        display: inline-block;
        width: 2em;
        height: 2em;
        border: 2px solid #aaaaaa;
        font-size: 100%;
        vertical-align: text-bottom;
        line-height: 1;
        background-color: #ffffff;
        -webkit-border-radius: 1em,;
        -moz-border-radius: 1em;
        border-radius: 1em;
    }

    :root .styledCheck input[type="checkbox"]:checked + div:after {
        content: '\e911';
        font-family: FastPark;
        padding: 0.5em 0.4em;
        display: inline-block;
        color: #f5a623;
        font-size: 0.9em;
    }

.amountDue {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
}

    .amountDue .asterisk {
        font-size: 23px;
        vertical-align: super;
    }

.disclaimer .asterisk {
    color: #f5a623;
    margin-left: -10px;
}

.disclaimer .alertText {
    color: #f5a623;
    margin-left: -10px;
}

.amountDue .total {
    color: #F5A623;
    font-size: 59px;
    text-align: right;
    margin: 0;
}

.reservationBreakdown .disclaimer,
.reservationColRight .disclaimer {
    margin-top: 15px;
    max-width: 450px;
    margin-bottom: 20px;
}

.dueMember {
    display: flex;
    justify-content: space-between;
}

    .dueMember .due {
        width: 40%;
    }

.greenHalf {
    position: relative;
    background-image: url('../images/FP/checkpattern-green.png');
    background-repeat: repeat;
    background-size: 5px 220px;
    margin: -30px -30px -30px 0px;
    padding: 0px 50px 20px 130px;
    border-radius: 0 14px 14px 0;
    color: #fff;
    width: 60%;
}

    .greenHalf::before {
        background-image: url('../images/FP/checkpattern-edge.png');
        background-repeat: no-repeat;
        background-size: 89px 220px;
        background-position: center right;
        content: '';
        width: 89px;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

.dueMember p {
    font-size: 20px;
    line-height: 24px;
}

    .dueMember p.small {
        font-size: 14px;
        line-height: 20px;
        color: #fff;
    }

.reservationBreakdown .dueMember .resTotal .heading {
    width: 65%;
    font-size: 32px;
    line-height: 36px;
}

.reservationOptions .radio {
    margin: 15px 0;
}

/* @group Reservation Breakdown Modal */
#total-breakdown {
    padding: 40px 5%;
}

    #total-breakdown .reservationBreakdown .reservationItemized {
        margin: auto;
        margin-top: 40px;
    }

    #total-breakdown .disclaimer p {
        font-size: 12px;
        line-height: 18px;
        max-width: 600px;
        margin: auto;
        margin-top: 20px;
    }
/* @end */
/* @group Reservation Double */
.reservationContent .location-cards .cost {
    /*width: 60%;*/
    margin-bottom: 20px;
}

.reservationContent .location-cards .left {
    /*width: 40%;*/
    padding-right: 20px;
    margin-bottom: 20px;
}

.accordion .locationOptions .locationOption.disabled .disabledText {
    display: block;
    color: #f5a623;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    opacity: 0.7;
}



.reservationContent .location-cards .fees {
    font-size: 14px;
    color: #f5a623;
    font-weight: 700;
}

.location-cards.reservation-choose-location {
    /* position: initial; */
    margin-top: 60px;
}



.reservationContent .location-cards .compare .btn {
    width: 100%;
    max-width: 270px;
}

.reservationContent .location-cards .compare {
    min-height: 370px;
    position: relative;
}


.reservation .reservationInfo .resDetail.reservationExtras p {
    font-weight: 700 !important;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px;
}


/* @end */
/* @end */
/* @group Edit a Reservation */
#editRes .form.btn {
    margin: 5px 0px 15px 0px;
    width: 100%;
}

#editRes #reserve_airport .cs-select {
    margin: 0px;
}

#editRes #depart_picker, #editRes #arrive_picker, #editRes #show_depart, #editRes #show_arrive {
    margin-top: 0px;
}

#editRes .reservation {
    background: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: 0px;
}

#editRes .additionalInformation {
    margin-top: 10px;
    display: none;
}
/* Android Fix */
#editRes .android .xdsoft_datetimepicker .xdsoft_datepicker, .res-form.android .xdsoft_datetimepicker .xdsoft_datepicker {
    width: 100%;
    float: none;
}

#editRes .android .xdsoft_datetimepicker .xdsoft_timepicker, .res-form.android .xdsoft_datetimepicker .xdsoft_timepicker {
    width: 100%;
    text-align: center;
    margin-top: 0;
    float: none;
}

#editRes .reservation.android div.select#depart-time, .reservation.android div.select#arrive-time, .res-form.android div.select#arrive-time-nav,
#editRes .reservation.android div.select#show_depart, .reservation.android div.select#show_arrive, .res-form.android div.select#depart-time-nav {
    display: block;
    width: 100%;
}

#editRes .android #depart-time ul, .android #arrive-time ul, #editRes .android #show_depart ul, #editRes .android #show_arrive ul {
    max-height: 300px;
    overflow-y: scroll;
}

#editRes .android .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box, .res-form.android .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    display: none;
}

#editRes .android .xdsoft_datetimepicker .time-top, .res-form.android .xdsoft_datetimepicker .time-top {
    margin-top: 15px;
    margin-bottom: 5px;
}

/* @end */
/* @group Validation Popups */
.remodal.invalid {
    background: #fff;
    text-align: left;
}

    .remodal.invalid hr {
        margin: 30px 0px;
    }

    .remodal.invalid p {
        margin: 25px 0px;
    }

    .remodal.invalid .btn {
        display: block;
        margin: 40px auto 0px auto;
    }
/* @end */
/* @group Map */
#map {
    height: 504px;
    width: 100%;
    text-align: center;
}

.gm-style-iw {
    top: 20px !important;
}

.gm-style .gm-style-iw {
    padding-bottom: 10px;
}

#map p, #map br {
    color: #4A4A4A;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}

    #map p.gray {
        color: #4A4A4A;
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
        margin-bottom: 5px;
    }

#map a.btn {
    font-size: 14px;
    line-height: 16px;
    margin: 6px 0px;
    padding: 5px;
    width: 130px;
    background-color: #1680DB;
    color: #fff;
}
/* @end */
/* @group Stress Free */
.stress-free .ie {
    display: none;
}

.stress-free {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

    .stress-free .inside {
        position: relative;
        overflow: visible;
    }

    .stress-free img.logo {
        display: block;
        margin: 0 auto 37px auto;
        padding-top: 80px;
        width: 100%;
        max-width: 518px;
    }

    .stress-free h3, .stress-free .p4, .wpwu-hiw .stress-free .pca-hide-tab h2, .wpwu-hiw .stress-free .pca-hide-tab p4.h3 {
        text-align: center;
    }

    .stress-free h3 {
    }

#park {
    width: 80%;
    margin: auto;
    padding: 150px 10% 120px 5%;
}

    #park h1 {
        width: 40%;
        float: left;
        text-align: right;
        margin: 0;
    }

    #park p {
        width: 55%;
        float: right;
    }

#relax {
    width: 80%;
    padding-right: 5%;
    margin: 0 auto;
    margin-bottom: 120px;
}

    #relax h1 {
        width: 40%;
        float: right;
        text-align: left;
        margin: 0;
    }

    #relax p {
        text-align: right;
        float: left;
        width: 55%;
    }

#rewards {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 100px;
}

    #rewards h1 {
        float: left;
        text-align: right;
        margin: 0;
        width: 40%;
    }

    #rewards p {
        float: right;
        width: 55%;
    }

    #rewards a {
        float: left;
        margin: 20px 0px 0px 0px;
    }

.stressfreeBtn {
    float: right;
    width: 55%;
}

#path1 {
    position: absolute;
    top: -150px;
    left: -30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: visible;
}

#dottedpath {
    opacity: 0;
}

.ie #dottedpath {
    opacity: 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #path1 {
        top: -330px;
    }
}

@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

#car {
    position: absolute;
    /* transition: all .5s; */
    transition-timing-function: ease-in-out;
    opacity: 0;
}

.ie #car {
    top: 450px;
    left: 10%;
    opacity: 1;
}

#car path {
    transition-timing-function: ease-in-out;
    -ms-transform: rotateZ(180deg) rotateX(180deg) rotateY(0deg);
    -ms-transform-origin: 50% 55%;
    -webkit-transform: rotateZ(180deg) rotateX(180deg) rotateY(0deg);
    -webkit-transform-origin: 50% 55%;
    transform: rotateZ(180deg) rotateX(180deg) rotateY(0deg);
    transform-origin: 50% 55%;
}

    #car path:nth-child(2) {
        -ms-transform-origin: 50% 70%;
        -webkit-transform-origin: 50% 70%;
        transform-origin: 50% 70%;
    }

@-moz-document url-prefix() {
    #car path {
        -moz-transform-origin: 6% 5%;
    }

        #car path:nth-child(2) {
            -moz-transform-origin: 6% 5%;
        }
}

#path2 {
    position: absolute;
    overflow: visible;
    top: 470px;
    right: 0px;
    /*-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all .5s;
	transition: all .5s;*/
}

#dottedpath2 {
    opacity: 0;
}

.ie #dottedpath2 {
    opacity: 1;
}

#van {
    position: absolute;
    /* transition: all .5s; */
    opacity: 0;
}

.ie #van {
    top: 650px;
    right: 100px;
    opacity: 1;
}

#van path {
    -ms-transform: rotateZ(180deg) rotateX(0deg) rotateY(180deg);
    -ms-transform-origin: 50% 50%;
    -webkit-transform: rotateZ(180deg) rotateX(0deg) rotateY(180deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 0% 11%;
    transform: rotateZ(180deg) rotateX(0deg) rotateY(180deg);
    transform-origin: 50% 50%;
}

@-moz-document url-prefix() {
    #van path {
        -moz-transform-origin: 50% 11%;
    }
}

#van path:nth-child(2) {
    -ms-transform-origin: 52% 47%;
    -webkit-transform-origin: 52% 47%;
    transform-origin: 52% 47%;
}

@-moz-document url-prefix() {
    #van path:nth-child(2) {
        -moz-transform-origin: 52% 12%;
    }
}

#van path:nth-child(1) {
    -ms-transform: rotateZ(180deg) rotateX(0deg) rotateY(180deg) scale(1,1.1) translateY(-5px);
    -webkit-transform: rotateZ(180deg) rotateX(0deg) rotateY(180deg) scale(1,1.1) translateY(-5px);
    transform: rotateZ(180deg) rotateX(0deg) rotateY(180deg) scale(1,1.1) translateY(-5px);
}

#van polygon {
    -ms-transform: rotateX(180deg);
    -ms-transform-origin: center;
    -webkit-transform: rotateX(180deg);
    -webkit-transform-origin: center;
    transform: rotateX(180deg);
    transform-origin: center;
}

@-moz-document url-prefix() {
    #van polygon {
        -moz-transform-origin: 50% 12%;
    }
}

#path3 {
    position: absolute;
    top: 660px;
    left: -70px;
    transition: all .5s;
    overflow: visible;
}

#dottedpath3 {
    opacity: 0;
}

.ie #dottedpath3 {
    opacity: 1;
}

#plane {
    position: absolute;
    /* transition: all .5s; */
    opacity: 0;
}

.ie #plane {
    left: 180px;
    bottom: -45px;
    opacity: 1;
}

#plane path {
}
/* @end */
/* @group Social Feed */
.socialFeed {
    margin-top: 84px;
}

.grid-item {
    position: relative;
    background-size: cover;
    background-position: center center;
}

    .grid-item img {
        margin: 0;
        padding: 0;
        width: 100%;
        outline: none;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .grid-item div {
        display: table;
        width: 100%;
        height: 100%;
    }

    .grid-item a {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        text-align: center;
        color: #fff;
        display: table-cell;
        vertical-align: middle;
        padding: 20px;
        position: relative;
    }

    .grid-item .author {
        font-size: 13px;
        color: #fff;
        position: absolute;
        bottom: 15px;
        left: 15px;
        padding: 0;
    }

/*.twitter {
    background: #2BC6E2 url('/images/img-blog-travel-clothespin.jpg') center center;
    background-size: 30px 25px;
}*/

.twitter:before {
    content: "\f099";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #fff;
    top: 15px;
    left: 15px;
}

.grid-item.twitter:before {
    content: none;
}

.grid-item.twitter1 > div {
    background-image: url('/images/img-blog-travel-clothespin.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.grid-item.twitter2 > div {
    background-image: url('/images/img-AI-article2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.grid-item.twitter a {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .9;
    background-color: #2BC6E2;
}

.instagram {
    z-index: 1;
}

    .instagram .overlay {
        background-color: #4A4A4A;
        opacity: .6;
        z-index: -1;
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
    }

    .instagram:before {
        content: "\f16d";
        position: absolute;
        font-family: 'FontAwesome';
        font-size: 30px;
        color: #fff;
        top: 15px;
        left: 15px;
    }

.facebook {
    background: #3D77BB url('/images/FP/checkpattern-8.png') repeat center center;
    background-size: 30px 25px;
}

    .facebook:before {
        content: "\f082";
        position: absolute;
        font-family: 'FontAwesome';
        font-size: 30px;
        color: #fff;
        top: 15px;
        left: 15px;
    }

.youtube {
    z-index: 1;
}

    .youtube .overlay {
        background-color: #D0021B;
        opacity: .9;
        z-index: -1;
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
    }

    .youtube:before {
        content: "\f16a";
        position: absolute;
        font-family: 'FontAwesome';
        font-size: 30px;
        color: #fff;
        top: 15px;
        left: 15px;
    }
/* @end */
/* @group Reviews */

.review {
    padding: 60px;
    background: #fff url('/images/FP/checkpattern-8.png') repeat center center;
    background-size: 30px 25px;
}

    .review .image {
        border-radius: 50%;
        width: 123px;
        height: 123px;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        border: 6px solid #9DDD2D;
        position: relative;
    }

        .review .image img {
            height: 100%;
        }

    .review .reviewer {
        margin: 0 auto;
        position: relative;
        width: 123px;
    }

        .review .reviewer::after {
            position: absolute;
            font-family: 'FontAwesome';
            font-size: 25px;
            line-height: 39px;
            top: 0px;
            right: 0px;
            width: 38px;
            height: 38px;
            text-align: center;
            border-radius: 50%;
            border: 3px solid #fff;
        }

.yelpreview.review .reviewer::after {
    content: "\f1e9";
    color: #FF0000;
    background: #4A4A4A;
}

.fbreview.review .reviewer::after {
    content: "\f082";
    color: #fff;
    background: #3D76B8;
}

blockquote {
    font: 400 27px/38px 'Bitter', serif;
    font-style: italic;
    color: #9B9B9B;
    text-align: center;
    margin: 40px auto 20px auto;
    max-width: 1100px;
}

    blockquote .p5 {
        margin-top: 40px;
    }

.review h3, .review h2 {
    text-align: center;
}

.review-slider .bx-pager {
    display: none;
}
/* @end */
/* @group Review List */
.review-list {
    width: 90%;
    max-width: 800px;
    margin: 60px auto 80px auto;
}

.reviews {
    border-bottom: 1px solid rgba(155, 155, 155, .5);
}

.review-list h3, .review-list .p4, .review-list h1, .review-list h2.p4 {
    text-align: center;
}

.review-list div.cs-select {
    width: 70%;
    margin: 30px auto 60px auto;
    display: block;
}

.review-item {
    border-top: 1px solid rgba(155, 155, 155, .5);
    padding: 43px 0px 53px 0px;
    list-style: none;
}

    .review-item p {
        font-size: 15px;
        line-height: 18px;
    }

        .review-item p:first-of-type {
            margin-bottom: 10px;
        }

.pagination {
    list-style: none;
    float: right;
    margin: 0;
}

    .pagination li {
        float: left;
        margin-left: 10px;
    }

        .pagination li, .pagination li a {
            color: #4A4A4A;
            font-size: 12px;
            font-weight: 700;
        }

            .pagination li a:hover, .pagination li a.active {
                color: #F5A623;
            }
/* @end */
/* @group Forms */
.form {
    margin: 40px auto 100px auto;
}

.checkedBG .form {
    margin: 30px auto;
}

.form.gray {
    background: #4A4A4A;
    padding: 50px 0px 80px 0px;
    margin: 70px 0px 60px 0px;
}

.form.full-width form {
    max-width: 492px;
    margin: 44px auto 20px auto;
}

.form.full-width.settings form, .form.full-width.settings .form-as-div {
    max-width: 580px;
    margin: 0px auto;
}

.form.full-width.settings {
    margin: 0px auto;
}

.form.settings input[type="submit"] {
    margin-bottom: 10px;
}

.form.nomargin {
    margin: 0;
}

.form h3, #customerreviewform h2, .contact-us-form h2 {
    margin-bottom: 20px;
    text-align: center;
}

.form .p4, #customerreviewform h3.p4 {
    text-align: center;
    width: 50%;
    margin: auto;
}

.form .p5 {
    max-width: 700px;
    margin: 10px auto;
}

form .lines {
    font-size: 20px;
}

.form .form-sides {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.form .left {
    width: 45%;
}

.form .middle {
    width: 5%;
    text-align: center;
    margin-top: 32px;
}

.form .right {
    width: 45%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form form {
    margin-top: 44px;
}

.form label {
    display: block;
    font-size: 20px;
    line-height: 1.2em;
}

.form.gray label, .remodal label {
    color: #fff;
    text-align: left;
}

.form label a {
    color: #fff;
    text-decoration: underline;
}

label a.underlined {
    color: inherit;
    display: inline;
}

label.agree_terms a {
    font-size: 18px;
}

.form label a span.icon-info, .form legend a span.icon-info {
    margin-left: 10px;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="date"], input[type="search"], input[type="url"], input[type="number"], input[type="range"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    background: #eee;
    background: -webkit-linear-gradient(-1deg, #EEEEEE 6%, #D8D8D8 100%);
    background: linear-gradient(-1deg, #EEEEEE 6%, #D8D8D8 100%);
    border: 1px solid #979797;
    border-radius: 6px;
    padding: 12px 14px;
    font-weight: 300;
    font-size: 18px;
    display: block;
    min-height: 50px;
}

.form input[type="text"], .form input[type="email"], .form input[type="tel"], .form input[type="password"], .form input[type="date"], .form input[type="search"], .form input[type="url"], .form input[type="number"], .form input[type="range"], .form input[type="month"], .form input[type="week"], .form input[type="time"], .form input[type="datetime"], .form input[type="datetime-local"], .form input[type="color"], .form textarea {
    width: 100%;
    margin: 8px 0px 15px 0px;
}

input[type="text"].disabled, input[type="email"].disabled, input[type="tel"].disabled, input[type="password"].disabled, input[type="date"].disabled, input[type="search"].disabled, input[type="url"].disabled, input[type="number"].disabled, input[type="range"].disabled, input[type="month"].disabled, input[type="week"].disabled, input[type="time"].disabled, input[type="datetime"].disabled, input[type="datetime-local"].disabled, input[type="color"].disabled, textarea.disabled {
    opacity: .5;
    cursor: default;
    pointer-events: none;
    background: #D8D8D8;
}

input[type="text"].invalid, input[type="email"].invalid, input[type="tel"].invalid, input[type="password"].invalid, input[type="date"].invalid, input[type="search"].invalid, input[type="url"].invalid, input[type="number"].invalid, input[type="range"].invalid, input[type="month"].invalid, input[type="week"].invalid, input[type="time"].invalid, input[type="datetime"].invalid, input[type="datetime-local"].invalid, input[type="color"].invalid, textarea.invalid, span.select2-selection.select2-selection--single.invalid, input[type="text"].focus.invalid, input[type="email"].focus.invalid, input[type="tel"].focus.invalid, input[type="password"].focus.invalid, input[type="date"].focus.invalid, input[type="search"].focus.invalid, input[type="url"].focus.invalid, input[type="number"].focus.invalid, input[type="range"].focus.invalid, input[type="month"].focus.invalid, input[type="week"].focus.invalid, input[type="time"].focus.invalid, input[type="datetime"].focus.invalid, input[type="datetime-local"].focus.invalid, input[type="color"].focus.invalid, textarea.focus.invalid, span.select2-selection.select2-selection--single.focus.invalid, div.cs-select.invalid > span {
    box-shadow: 0 0 0px 3px #ff0033;
}

.checkbox label.invalid::before, .checkbox label.focus.invalid::before {
    box-shadow: 0 0 0px 3px #ff0033;
}

input[type="checkbox"], input[type="radio"] {
    position: absolute;
    clip: rect(1px 1px 1px 1px); /* for Internet Explorer */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.checkbox {
    margin-top: 15px;
    text-align: left;
}

    .checkbox p, .cta .checkbox p {
        margin: 0px 0px 10px 35px;
    }

    .checkbox label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 35px;
        font-size: 18px;
        line-height: 24px;
    }

        .checkbox label:before {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            margin-right: 10px;
            position: absolute;
            left: 0;
            top: 2px;
            background: #eee;
            background: -webkit-linear-gradient(91deg, #EEEEEE 6%, #D8D8D8 100%);
            background: linear-gradient(-1deg, #EEEEEE 6%, #D8D8D8 100%);
            border: 1px solid #979797;
            border-radius: 3px;
        }

input[type="checkbox"]:checked + label:before {
    content: "\e911";
    font-family: 'fastpark';
    font-size: 18px;
    color: #F5A623;
    text-align: center;
    line-height: 18px;
    text-indent: 2px;
}

.half.left {
    width: 50%;
    float: left;
}

.half.right {
    width: 50%;
    float: right;
}

.form input::-webkit-input-placeholder {
    color: #7D7D7D;
    font-weight: 300;
}

.form input::-moz-placeholder {
    color: #7D7D7D;
    font-weight: 400;
}

.form input:-ms-input-placeholder {
    color: #7D7D7D;
    font-weight: 300;
}

.form input:-moz-placeholder {
    color: #7D7D7D;
    font-weight: 400;
}

.form textarea {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    -webkit-flex-grow: 2;
    flex-grow: 2;
}

.form.gray textarea {
    height: 170px;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    -webkit-flex-grow: inherit;
    flex-grow: inherit;
}

.form textarea::-webkit-input-placeholder {
    color: #7D7D7D;
    font-weight: 300;
}

.form textarea::-moz-placeholder {
    color: #7D7D7D;
    font-weight: 400;
}

.form textarea:-ms-input-placeholder {
    color: #7D7D7D;
    font-weight: 300;
}

.form textarea:-moz-placeholder {
    color: #7D7D7D;
    font-weight: 400;
}

.form .cs-select {
    width: 100%;
    margin: 5px 0px 15px 0px;
}

    .form .cs-select span {
        margin: 0;
    }

.form input[type="submit"] {
    margin: 40px auto 30px auto;
    width: auto;
    min-width: 270px;
    display: block;
}

.form .left input[type="submit"] {
    margin: 40px 0px 20px 0px;
}

.form .right input[type="submit"] {
    display: inline-block;
    margin: 0px;
}

.form .right .btn {
    margin: 15px 0px;
    display: block;
}

.form .left a.forgot {
    text-align: left;
    display: inherit;
}

.form .left .requiredFields.visible {
    text-align: left;
    margin-top: -10px;
}

.form .right .p3 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 38px;
}

.form .right p.small {
    text-align: left;
    max-width: 550px;
    margin: 20px 0px;
}

fieldset {
    margin-bottom: 20px;
}

legend {
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

    legend span.regular {
        font-size: 20px;
        vertical-align: middle;
    }

.phoneInput {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
}

    .phoneInput input[type="tel"] {
        width: calc(100% - 200px);
    }

    .phoneInput .select {
        width: 152px;
    }

    .phoneInput .cs-select {
        width: 100%;
        min-width: 100%;
        margin: 0;
    }

    .phoneInput .btn {
        width: 16px;
        height: 17px;
        margin: 20px 0px;
        border: none;
        background: #ededed;
        background: -webkit-linear-gradient(top, #ededed 0%, #d8d8d8 100%);
        background: linear-gradient(to bottom, #ededed 0%, #d8d8d8 100%);
        font-size: 7px;
        line-height: 18px;
        vertical-align: middle;
        padding: 0px;
        display: inline-block;
    }

        .phoneInput .btn:hover {
            background: #f5a623;
            color: #fff;
        }

.nameInput {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .nameInput .names {
        width: calc(100% - 150px);
        margin-bottom: 25px;
    }

    .nameInput .fixes {
        width: 135px;
        margin-bottom: 25px;
    }

    .nameInput .cs-select {
        width: 100%;
        min-width: 100%;
    }

    .nameInput #yourName, .nameInput #lastName {
        margin-bottom: 10px;
    }

    .nameInput .select {
        margin-bottom: 14px;
    }

    .nameInput #suffix {
        margin-bottom: 10px;
    }

    .nameInput .cs-select {
        width: 100%;
        min-width: 100%;
        margin-bottom: 0px;
    }

.cityStateInput {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .cityStateInput .city {
        width: calc(100% - 210px);
    }

    .cityStateInput .state {
        width: 200px;
    }

    .cityStateInput .cs-select {
        width: 100%;
        min-width: 100%;
    }

.credit-card-detail {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .credit-card-detail .expiration {
        width: 160px;
    }

        .credit-card-detail .expiration input, .credit-card-detail .expiration .select {
            float: left;
            width: 64px;
            margin-right: 10px;
        }

    .credit-card-detail .zip {
        width: calc(100% - 160px);
    }

    .credit-card-detail .cvv {
        width: 125px;
    }

.icon-info {
    font-size: 10px;
    color: #fff;
    background: #1680DB;
    padding: 4px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

#memberNumber, .infobox {
    padding: 0;
    background: #fff;
    box-shadow: 0px 2px 14px rgba(0, 0, 0, .22);
    z-index: 20000;
}

    #memberNumber .text, .infobox .text {
        padding: 60px;
    }

.instructionBox {
    width: 90%;
    padding: 0;
    background: url('/images/FP/checkpattern-8.png') center center rgba(255, 255, 255, 1);
    background-size: 30px 25px;
    box-shadow: 0px 2px 14px rgba(0,0,0,.22);
    z-index: 20000;
}

    .instructionBox .text {
        padding: 60px 20px;
    }

    .instructionBox h5 {
        color: #719932;
        font-size: 22px;
        line-height: 28px;
    }

    .instructionBox ul {
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        text-align: left;
        list-style-type: none;
        margin: 0;
        margin-top: 15px;
        padding: 5px 0;
    }

    .instructionBox .text ul li {
        opacity: 1;
        padding-left: 18px;
        text-indent: -18px;
        margin: 10px 0;
    }

    .instructionBox p {
        font-weight: 300;
    }

    .instructionBox img {
        vertical-align: middle;
        margin: 0 5px;
    }

    .instructionBox .btn {
        margin: 10px 0;
    }

        .instructionBox .btn.gray {
            background-color: #dddddd;
            color: #4a4a4a;
        }

    .instructionBox .bookmarkTip {
        font-size: 13px;
        line-height: 20px;
        text-align: left;
        font-weight: 400;
        margin-top: 15px;
    }

.forgot {
    display: inline-block;
    margin-bottom: 18px;
}

/*input[type="radio"] {
    display: none;
}*/

input[type="radio"] + label {
    float: left;
    /*height: 100px;
        line-height: 75px;*/
}

    input[type="radio"] + label span {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: -1px 10px 0 0;
        vertical-align: middle;
        cursor: pointer;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: relative;
    }

    input[type="radio"] + label span {
        background: #D8D8D8;
        border: 1px solid #979797;
    }

input[type="radio"]:checked + label span:before {
    content: " ";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #719932;
    border-radius: 50%;
}

input[type="radio"] + label span, input[type="radio"]:checked + label span {
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}

input[type="radio"]:disabled + label {
    opacity: 0.6;
    cursor: default;
}

.haveAPromoCode input[type='text']:disabled {
    opacity: 0.7;
    cursor: default;
    font-weight: bold;
}

input[type="radio"]:disabled + label span {
    cursor: default;
}

/*.radioLabel {
    width: calc(100% - 50px);
    float: right;
} */
.radio .half {
    max-width: 49%;
    float: left;
}

    .radio .half:nth-of-type(2) {
        margin-left: 20px;
    }

.radio .third {
    max-width: 33%;
    float: left;
}

    .radio .third:nth-of-type(2), .radio .third:nth-of-type(3) {
        margin-left: 20px;
    }

.emailUsername #create_username {
    display: none;
}
/*Popup Forms*/
.remodal.form {
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-y: auto;
    background: rgba(74, 74, 74, .95) url('/images/FP/arrowpattern.png') repeat-x left top;
    margin: 0;
    padding: 0;
}

    .remodal.form .text {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        padding: 20px 30px;
        width: 90%;
        margin: 0 auto;
    }

        .remodal.form .text .text {
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
            padding: 0px;
        }

    .remodal.form p, .remodal.form b {
    }

    .remodal.form h5 {
        margin-bottom: 26px;
    }

    .remodal.form p {
        margin-bottom: 14px;
    }

    .remodal.form .p5 {
        text-align: center;
    }

.remodal .form {
    margin: 44px auto 20px auto;
    padding: 0px;
}

.remodal form {
    margin-bottom: 20px;
}

.remodal #memberNumber, .remodal .infobox {
    position: absolute;
    background: #fff;
    top: 25%;
    left: 25%;
    display: none;
    -webkit-transition: all 0.6s cubic-bezier(.87, -.41, .19, 1.44) 0.5s;
    transition: all 0.6s cubic-bezier(.87, -.41, .19, 1.44) 0.5s;
    width: 50%;
}

    .remodal #memberNumber.show, .remodal .infobox.show {
        display: block;
        animation-duration: 0.3s;
        animation-fill-mode: forwards;
        animation-name: remodal-opening-keyframes;
    }

    .remodal #memberNumber.hide, .remodal .infobox.hide {
        display: block;
        animation-duration: 0.3s;
        animation-fill-mode: forwards;
        animation-name: remodal-closing-keyframes;
    }

    .remodal #memberNumber p, .remodal .infobox p {
        color: #4A4A4A;
    }

    .remodal #memberNumber .text, .remodal .text .infobox .text, .remodal .second-level.infobox .text {
        padding: 60px 40px;
    }

.password-checks {
    text-align: left;
    display: none;
    padding: 8px 0;
    margin-top: 0px;
    margin-bottom: -15px;
    position: relative;
    top: -15px;
}

    .password-checks p, .remodal.form .password-checks p, .cta .password-checks p {
        margin: 0px;
        display: inline-block;
        line-height: 1.5;
        font-size: 18px;
        width: 100%;
    }

    .password-checks span {
        padding-right: 10px;
    }
        /*.ddextradropdown .password-checks { margin:0; } 

    .ddextradropdown .password-checks p {
    margin: 0px; 
    display: inline-block;
    line-height: 1.5;
    font-size: 18px;
    width: 100%;
    } */

        .password-checks span.icon-check {
            background: #9ddd2d;
            border-radius: 50%;
            font-size: 7px;
            width: 16px;
            height: 16px;
            text-align: center;
            line-height: 16px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            padding-right: 0px;
            color: #fff;
        }

    .password-checks .disabled {
        /*opacity: .5;*/
        color: #c1c1c1;
    }

        .password-checks .disabled span.icon-check {
            background: #c1c1c1;
        }

    .password-checks.submit .disabled span.icon-check {
        background: #ff0033;
    }

        .password-checks.submit .disabled span.icon-check::before {
            content: '\e90e';
        }

#requiredFields, .requiredFields {
    display: none;
    margin-top: -15px;
}

    #requiredFields.visible, .requiredFields.visible {
        display: block;
    }

.form p.caption {
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
}

.alert-box {
    background: #ff0033;
    padding: 20px 24px 10px 24px;
    border-radius: 10px;
    margin-bottom: 10px;
    display: none;
}

    .alert-box.show {
        display: block;
    }

    .alert-box p {
        color: #fff;
        text-align: left;
        max-width: 1040px;
    }

        .alert-box p:first-of-type {
            margin-top: 0px;
        }

    .alert-box a {
        color: #fff;
        text-decoration: underline;
    }

.form .alert-box p {
    margin-bottom: 10px;
}

.server-invalid {
    margin-bottom: 20px;
    margin-top: -15px;
    text-align: left;
    display: none;
}

.select.invalid .server-invalid {
    margin-top: 10px;
    margin-bottom: 0;
}

.select.invalid .select2-container--default .select2-selection--single {
    border: 2px solid #FE6853;
}

.select.invalid .select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none !important;
}

.select.invalid .select2-dropdown {
    border: 2px solid #FE6853;
    border-top: none;
}

.reservation.gray .select.invalid .select2-container--default .select2-selection--single,
.reservation.gray .select.invalid .select2-dropdown,
.res-form .select.invalid .select2-container--default .select2-selection--single,
.res-form .select.invalid .select2-dropdown,
.reservation.fullpage .select.invalid .select2-container--default .select2-selection--single,
.reservation.fullpage .select.invalid .select2-dropdown {
    border-color: #f5a623;
}

.server-invalid p {
    margin-right: 10px;
    text-align: left;
    float: left;
    color: #FE6853;
}
/* @end */
/* @group Need Help */
.help {
    margin: 60px auto 90px auto;
    text-align: center;
    border: none;
    background: none;
}

    .help .face {
        float: left;
        margin-left: -80px;
    }

    .help .p3, .contact-us-help h2.p3 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .help h6 {
        font-size: 25px;
    }

    .help p {
        font-size: 20px;
    }

    .help .phone {
    }

    .help .manager {
        display: none;
        opacity: 0;
        -webkit-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
        position: relative;
        text-align: left;
        margin: 30px auto;
    }

        .help .manager.show {
            opacity: 1;
            -webkit-transition: opacity 1s ease-in-out;
            transition: opacity 1s ease-in-out;
            width: auto;
            display: inline-block !important;
            left: 45px;
        }

        .help .manager h5 {
            font-size: 25px;
            line-height: 30px;
            margin: 0px;
        }

        .help .manager .email {
            font-size: 18px;
            word-wrap: break-word;
        }

        .help .manager .phone .fa-phone {
            display: none;
        }

/* @end */
/* @group Travel Partner CTA */
.travel-partner {
    background: url('/images/FP/travelpartner.jpg') no-repeat left top;
    width: 100%;
    background-size: cover;
    text-align: center;
    padding: 230px 0px;
}

    .travel-partner .buttons {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -moz-box-pack: distribute;
        -webkit-justify-content: space-around;
        -webkit-box-pack: distribute;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%;
    }

        .travel-partner .buttons a {
            width: 30%;
            max-width: 270px;
        }

    .travel-partner h3 {
        margin: 18px 0px;
    }

    .travel-partner .p3 {
        /*width: 50%;*/
        margin: 18px auto 68px auto;
        font-weight: 300;
    }
/* @end */
/* @group Locations List */
.location-list {
    text-align: center;
    background: #fff;
    z-index: 3;
    position: relative;
    margin-top: 80px;
}

    .location-list .logo {
        margin-bottom: 38px;
        max-width: 80%;
    }

    .location-list ul.locations {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        list-style: none;
        margin-top: 68px;
        border-top: 1px solid #fff;
        position: relative;
    }

        .location-list ul.locations:before {
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            content: " ";
            width: 100%;
            min-width: 100%;
            max-width: 100%;
            height: 2px;
            background: #fff;
            z-index: 1;
        }

    .location-list .locations li {
        border-top: 1px solid rgba(151, 151, 151, .4);
        text-align: left;
        position: relative;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }

    .location-list .locations .soon {
        color: #9B9B9B;
        font-weight: bold;
        font-style: italic;
        font-size: 15px;
        line-height: 15px;
        margin: 0px;
        margin-top: 3px;
        position: absolute;
    }

    .location-list .locations li a {
        font-size: 28px;
        line-height: 1;
        font-weight: 700;
        color: #4a4a4a;
        display: block;
        padding: 25px 0px;
    }

    .location-list .locations .swipe a::before {
        padding: 25px 0px;
    }

    .location-list .locations li a span {
        font-weight: 400;
        line-height: 1;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    .location-list .locations li a:hover span {
        color: #F5A623;
    }
/* @end */
/* @group Location Details */
.location-details {
    text-align: center;
    margin: 84px auto;
    position: relative;
}

    .location-details .p4, .location-landing .location-details h3.p4, .location-detail-page .location-details h3.p4 {
        margin-bottom: 68px;
    }

    .location-details .p5 {
        margin-top: 0px;
    }

.flex-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 22px;
    overflow: hidden;
    border: 4px solid #9DDD2D;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 56px;
    line-height: 85px;
    color: #4A4A4A;
}

.location-details .item a p {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.location-details .item a:hover p {
    color: #f5a623;
}

.icon-plug {
    line-height: 104px;
    font-size: 63px;
}

.icon-car-detail {
    line-height: 82px;
    font-size: 82px;
}

.item-trigger:hover .icon {
    border-color: #f5a623;
}

.location-details .item {
    width: 214px;
    margin: 28px;
}

.location-details p.orange {
    margin: 0px;
}

.location-details hr {
    border-color: #f5a623;
    height: 2px;
    width: 100%;
    border-width: 2px;
    display: inline-block;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

.remodal#items, .remodal#optionalExtras, .remodal#items-twolot {
    max-width: 90%;
    padding: 40px 10%;
}

    .remodal#items .bx-pager, .remodal#optionalExtras .bx-pager, .remodal#items-twolot .bx-pager {
        display: none;
    }

    .remodal#items li, .remodal ul li, .remodal#optionalExtras li, .remodal#items-twolot li {
        opacity: 0;
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease;
    }

.remodal .p5 {
    text-align: left;
}

.remodal#items .bx-wrapper .bx-prev, .remodal#optionalExtras .bx-wrapper .bx-prev, .remodal#items-twolot .bx-wrapper .bx-prev {
    left: -70px;
    height: 40px;
}

.remodal#items .bx-wrapper .bx-next, .remodal#optionalExtras .bx-wrapper .bx-next, .remodal#items-twolot .bx-wrapper .bx-next {
    right: -70px;
    height: 40px;
}

.remodal#items .bx-wrapper .bx-next, .remodal#items .bx-wrapper .bx-prev,
.remodal#optionalExtras .bx-wrapper .bx-next, .remodal#optionalExtras .bx-wrapper .bx-prev,
.remodal#items-twolot .bx-wrapper .bx-next, .remodal#items-twolot .bx-wrapper .bx-prev {
    -webkit-transition: none;
    transition: none;
}

    .remodal#items .bx-wrapper .bx-prev:hover, .remodal#items .bx-wrapper .bx-next:hover,
    .remodal#optionalExtras .bx-wrapper .bx-prev:hover, .remodal#optionalExtras .bx-wrapper .bx-next:hover,
    .remodal#items-twolot .bx-wrapper .bx-prev:hover, .remodal#items-twolot .bx-wrapper .bx-next:hover {
        background-position-y: -41px;
    }

#loc-items .icon, #loc-Extras-items .icon, #items-twolot .icon {
    margin-bottom: 13px;
    margin-top: -45px;
    background: #fff;
}

#loc-items img, #loc-Extras-items img, #items-twolot img {
    margin: auto;
    width: 100%;
    max-width: 630px;
}

#loc-items h3, #loc-Extras-items h3, #items-twolot h3 {
    font-size: 32px;
    line-height: 40px;
    margin: auto;
    margin-bottom: 10px;
    max-width: 800px;
}

#loc-items .p4, #loc-Extras-items .p4, #items-twolot .p4 {
    font-size: 22px;
    line-height: 26px;
    max-width: 800px;
    margin: auto;
    padding-bottom: 30px;
}
/* @end */
/* @group Image Gallery */
.remodal.gallery {
    /*max-width: 90%;*/
    padding: 5% 10%;
}

    .remodal.gallery .bx-wrapper .bx-pager, .remodal.gallery .bx-wrapper .bx-controls-auto {
        bottom: -35px !important;
    }

    .remodal.gallery .bx-wrapper .bx-prev {
        left: -70px;
        height: 40px;
    }

    .remodal.gallery .bx-wrapper .bx-next {
        right: -70px;
        height: 40px;
    }

.remodal .bx-wrapper .bx-pager {
    bottom: -35px;
}

.gallery-trigger {
    position: relative;
    margin: 40px 0px 34px 0px;
    text-indent: -98px;
    display: block;
}

    .gallery-trigger span {
        text-align: right;
        right: 11px;
        bottom: 11px;
        position: absolute;
        text-align: center;
        font-size: 14px;
        background: #4A4A4A;
        color: #fff;
        border-radius: 79.2px;
        padding: 9px 13px;
        vertical-align: middle;
        overflow: hidden;
        width: 40px;
        height: 40px;
        white-space: nowrap;
        z-index: 1;
    }

        .gallery-trigger span i {
            font-size: 20px;
            margin-left: 9px;
            text-indent: 0px;
        }

    .gallery-trigger:hover {
        text-indent: 0px;
    }

        .gallery-trigger:hover span {
            width: auto;
        }

.remodal.gallery .p5 {
    padding-bottom: 10px;
}
/* @end */
/* @group Rewards Steps */
.rewards-steps {
    text-align: center;
    margin: 84px auto;
    position: relative;
}

    .rewards-steps .p4, .earn-free-parking .rewards-steps h3.p4 {
        margin-bottom: 68px;
    }

    .rewards-steps h6, .rewards-steps h4 {
        margin: 0px 0px 10px 0px;
        font-weight: 700;
    }

    .rewards-steps p.small {
        font-size: 15px;
        line-height: 21px;
        margin-top: 0;
        font-weight: normal;
    }

    .rewards-steps .icon {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        display: block;
        margin: 0 auto;
        margin-bottom: 22px;
        overflow: hidden;
        border: 4px solid #9DDD2D;
        position: relative;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        font-family: 'Bitter';
        font-size: 52px;
        line-height: 82px;
    }

    .rewards-steps .item {
        width: 25%;
        padding: 25px;
    }

    .rewards-steps .flex-items .item:nth-of-type(1) {
        padding-left: 0px;
    }

    .rewards-steps .flex-items .item:nth-of-type(4) {
        padding-right: 0px;
    }
/* @end */
/* @group Rewards Details */
.rewards-details {
    padding: 84px 0px;
    position: relative;
    background: #719932;
}

    .rewards-details h3, .rewards-details h2 {
        text-align: center;
        color: #fff;
    }

        .rewards-details .p4, .rewards-details h3.p4 {
            margin-bottom: 50px;
            text-align: center;
            color: #fff;
        }

    .rewards-details h6, .rewards-details h4 {
        margin: 0px;
        font-weight: 700;
        color: #fff;
    }

    .rewards-details p.small {
        font-size: 15px;
        line-height: 21px;
        margin-top: 0;
        font-weight: normal;
        color: #fff;
    }

    .rewards-details .flex-items {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .rewards-details .item {
        width: 30%;
        padding: 28px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, .4);
    }

        .rewards-details .item:nth-last-of-type(1), .rewards-details .item:nth-last-of-type(2), .rewards-details .item:nth-last-of-type(3) {
            border-bottom: none;
        }
/* @end */
/* @group Fast Park Family */
.FP-family .images {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 37px auto 60px auto;
}

    .FP-family .images > div {
        width: 25%;
        display: block;
        position: relative;
        max-width: 200px;
    }

    .FP-family .images img {
        margin: 0 auto;
        display: block;
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .FP-family .images > div:first-of-type {
        max-width: 289px;
    }

.FP-family .fullwidth {
    width: 100%;
    height: 490px;
    overflow: hidden;
    margin-top: 100px;
}
/* @end */
/* @group Going Green */
.going-green .flex-items {
    margin-top: 50px;
}

    .going-green .flex-items .item {
        width: 48%;
        text-align: left;
        padding: 25px;
        background: #fff url('/images/FP/checkpattern-8.png') repeat center center;
        background-size: 30px 25px;
        border-radius: 14px;
        margin: 12px 1%;
        height: auto;
    }

.going-green .item .p3 {
    margin: 10px 15px;
    width: auto;
    text-align: left;
    font-weight: bold;
}

.going-green .item .p4 {
    margin: 10px 15px;
    width: auto;
    text-align: left;
}

.going-green .item img {
    width: 100%;
}
/* @end */
/* @group Video */
.media-video-holder {
    position: relative;
}

    .media-video-holder iframe {
        position: absolute;
        height: 100%;
        width: 100%;
    }

    .media-video-holder img {
        width: 100%;
    }

.video {
    width: 100%;
    max-height: 632px;
    overflow: hidden;
    position: relative;
}

    .video .text {
        width: 100%;
        position: absolute;
        z-index: 1;
        text-align: center;
        padding: 0px 10% 100px 10%;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .video .text::after {
            font-size: 98px;
            content: '\e909';
            font-family: "fastpark";
            color: #fff;
            position: relative;
            bottom: -50px;
            -webkit-transition: all .5s;
            transition: all .5s;
        }

    .video img {
        width: 100%;
    }

    .video a:hover .text::after {
        color: #f5a623;
    }

#howitworks {
    background: none;
}

    #howitworks .remodal-close {
        top: -40px;
        right: 0;
    }
/* @end */
/* @group CTA */
.cta {
    margin: 80px auto;
}

    .cta p {
        margin: 10px 0px;
    }

.reservationContent .cta {
    margin: 50px 0px 30px 0px;
}

.cta h3, .earn-free-parking .cta h1.heading1, .earn-free-parking .faq-block h2, .wpwu-hiw .cta h1.heading1, .contact-us-top h2.heading2, .contact-us-top h1.heading1, .relax-for-rewards-pane h2, .location-detail-page .city-detail h2 {
    text-align: center;
    /*max-width: 740px;*/
    margin-left: auto;
    margin-right: auto;
}

.cta .p4, .cta h2.p4, .earn-free-parking .faq-block h3.p4 {
    margin: 15px auto;
    /*width: 70%;*/
    text-align: center;
    line-height: 34px;
}

.cta .p3, .relax-for-rewards-pane h3.p3 {
    margin: 15px auto;
    /*width: 50%;*/
    text-align: center;
    font-weight: 300;
}

.cta .btn {
    margin: 40px auto 15px auto;
    display: block;
}

.cta a.center {
    display: block;
}
/* @end */
/* @group CTA Corporate*/
.cta-corporate {
    text-align: center;
}

    .cta-corporate .inside {
        padding: 90px 20px;
        border-radius: 14px;
        background-color: #F5A623;
        background-image: url('/images/FP/arrowoverlay.png'), url('/images/FP/checkpattern-8.png');
        background-repeat: no-repeat, repeat;
        background-position: center center, center center;
        background-size: auto 100%, 30px 25px;
        margin-bottom: 63px;
    }

    .cta-corporate .p4 {
        margin: 15px 0px;
    }

    .cta-corporate a {
        padding: 20px 75px;
    }
/* @end */
/* @group Relax for Rewards */

/* @group Dashboard Overview*/

.dashOverview.lifetimePlatinum {
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
}

    .dashOverview.lifetimePlatinum::after {
        background: url('../images/catamaran.jpg') no-repeat center bottom;
        background-size: cover;
        content: '';
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        position: absolute;
        z-index: -1;
        filter: blur(3px);
        transition: filter .5s ease-in-out .5s;
    }

    .dashOverview.lifetimePlatinum.loaded::after {
        transition: filter .5s ease-in-out .5s;
        filter: blur(0px);
    }

    .dashOverview.lifetimePlatinum::before {
        background: url('../images/catamaran-small.jpg') no-repeat left bottom;
        background-size: cover;
        content: '';
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        position: absolute;
        z-index: -2;
        filter: blur(3px);
    }

.dashOverview .inside {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 30px auto;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.dashOverview.lifetimePlatinum .inside {
    margin: auto;
    padding-top: 30px;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
}

#quick-tools {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 5px 5px;
    color: #fff;
    padding: 15px 50px 20px 20px;
}

    #quick-tools .small {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
    }

        #quick-tools .small:first-of-type {
            padding-bottom: 15px;
        }

    #quick-tools img {
        padding-right: 20px;
    }

    #quick-tools .small a {
        color: #fff !important;
        text-decoration: underline;
        font-weight: 400;
        font-size: 14px;
    }

.dashOverview .alert {
    background: #1680DB;
    display: none;
    position: relative;
}

    .dashOverview .alert .inside {
        margin: auto;
        padding: 12px 0px;
        align-content: center;
        align-items: center;
        justify-content: space-between;
    }

    .dashOverview .alert a, .dashOverview .alert p {
        color: #fff;
        font-size: 14px;
        line-height: 20px;
    }

    .dashOverview .alert p {
        width: calc(100% - 150px);
    }

    .dashOverview .alert a {
        text-decoration: underline;
        vertical-align: middle;
    }

#close-alert {
    text-decoration: none;
    font-size: 18px;
    margin-right: 0;
}

.dashOverview h4 {
    margin: 0;
}

.overviewLeft {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.dashOverview .memberCard {
    margin: 0 0 17px 0;
    max-width: 334px;
}

    .dashOverview .memberCard .top {
        height: 136px;
    }

    .dashOverview .memberCard.insider .top .overlay {
        background: url('../images/member-card-insider-mini.png') right bottom no-repeat;
        background-size: cover;
        display: block;
    }

    .dashOverview .memberCard.silver .top .overlay {
        background: url('../images/member-card-silver-mini.png') right bottom no-repeat;
        background-size: cover;
        display: block;
    }

    .dashOverview .memberCard.gold .top .overlay {
        background: url('../images/member-card-gold-mini.png') right bottom no-repeat;
        background-size: cover;
        display: block;
    }

    .dashOverview .memberCard.platinum .top .overlay {
        background: url('../images/member-card-platinum-mini.png') right bottom no-repeat;
        background-size: cover;
        display: block;
    }

    .dashOverview .memberCard.lifetimePlatinum .top .overlay {
        background: url('../images/member-card-lifetime-mini.png') right bottom no-repeat;
        background-size: cover;
        display: block;
    }

    .dashOverview .memberCard h6 {
        margin-bottom: 5px;
    }

.overviewLeft a {
    text-decoration: underline;
    margin-top: 5px;
    display: inline-block;
    margin-left: 20px;
}

.overviewLeft p {
    font-size: 14px;
    line-height: 18px;
}

.dashOverview .memberCard .status {
    bottom: 2.5px;
}

.dashOverview .memberCard.insider .status,
.dashOverview .memberCard.silver .status,
.dashOverview .memberCard.gold .status,
.dashOverview .memberCard.platinum .status,
.dashOverview .memberCard.lifetimePlatinum .status {
    background-image: none;
}

.dashOverview .memberCard .status p {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}

.overviewLeft p.small {
    font-size: 12px;
    font-weight: normal;
    margin-left: 20px;
}

.overviewLeft p span.bold {
    display: inline-block;
    margin-right: 15px;
}

.dashOverview.lifetimePlatinum .overviewLeft p.small, .dashOverview.lifetimePlatinum .overviewLeft a {
    color: #fff;
}

    .dashOverview.lifetimePlatinum .overviewLeft a:hover {
        color: #f5a623;
    }

.overviewMiddle {
    width: 33%;
    /*margin-right: 5%;*/
    padding-right: 20px;
    border-right: 1px solid #979797;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

    .overviewMiddle .p5 {
        margin-top: 0px;
    }

    .overviewMiddle ul, .overviewMiddle li {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .overviewMiddle ul {
        max-width: 634px;
    }

    .overviewMiddle li {
        font-size: 16px;
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
    }

        .overviewMiddle li span[class^="icon-"] {
            font-size: 22px;
            margin-right: 15px;
            vertical-align: middle;
            color: #4A4A4A;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

        .overviewMiddle li a:hover span[class^="icon-"] {
            color: #f5a623;
        }

        .overviewMiddle li a .underline {
            text-decoration: underline;
        }

.dashOverviewMobile {
    display: none;
}

.overviewMiddle .rfrDashSelect {
    display: none;
}

.overviewMiddle .select2-container--classic .select2-results > .select2-results__options, .overviewMiddle .select2-container--default .select2-results > .select2-results__options {
    max-height: inherit;
}

.dashOverview.lifetimePlatinum .overviewMiddle {
    border: none;
    margin-left: 5%;
}

    .dashOverview.lifetimePlatinum h4, .dashOverview.lifetimePlatinum .overviewMiddle .p5, .dashOverview.lifetimePlatinum .overviewMiddle a, .dashOverview.lifetimePlatinum .overviewMiddle li a span[class^="icon-"] {
        color: #fff;
    }

        .dashOverview.lifetimePlatinum .overviewMiddle a:hover, .dashOverview.lifetimePlatinum .overviewMiddle li a:hover span[class^="icon-"] {
            color: #f5a623;
        }

@media only screen and (max-width: 950px) {
    .lifetimePlatinum h4 {
        margin-top: 80px !important;
    }

    #quick-tools {
        left: 0;
        right: auto;
    }
}

.overviewRight {
    width: 287px;
    height: 300px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.meter svg {
    width: 165px;
    height: 127px;
}

.dashOverview.lifetimePlatinum .overviewRight {
    display: none;
}

.days-parked {
    text-align: center;
}

    .days-parked a {
        font-size: 15px;
    }

    .days-parked .selected {
        text-decoration: underline;
        color: #F89C27;
    }

.overviewLeft p.light {
    font-size: 100%;
    line-height: 25px;
}

.NonTopTenUserSection .overviewLeft p a {
    display: inline;
}

@media all and (max-width:1170px) {
    .overviewLeft, .overviewMiddle {
        margin-right: 3%;
    }

        .overviewMiddle li span[class^="icon-"] {
            font-size: 20px;
            margin-right: 5px;
        }

        .overviewMiddle li {
            font-size: 14px;
        }
}

@media all and (max-width:950px) {
    .dashOverview .inside {
        display: block;
        margin: 20px auto;
        clear: both;
    }

    .dashOverview .alert .inside {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .overviewLeft {
        margin-top: 0px;
        margin-left: 0px;
        float: left;
        width: calc(100% - 330px);
    }

    .overviewMiddle {
        width: calc(100% - 330px);
        margin: 30px auto 40px auto;
        padding-right: 0;
        border: none;
        float: left;
    }

    .dashOverview.lifetimePlatinum .overviewMiddle {
        margin-top: 30px;
        margin-left: 0px;
    }

    .overviewMiddle .rfrDashSelect {
        display: block;
    }

    .overviewMiddle ul.dashNav {
        display: none;
    }

    .overviewRight {
        float: right;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
}

@media all and (max-width:768px) {
    .dashOverview h4 {
        font-size: 30px;
        line-height: 36px;
    }

    .overviewLeft {
        width: 334px;
        float: none;
        margin: auto;
    }

    .overviewMiddle {
        width: 100%;
        float: none;
    }

    .dashOverview.lifetimePlatinum .overviewMiddle {
        margin-top: 30px;
    }

    .overviewMiddle h5 {
        font-size: 20px;
        line-height: 26px;
    }

    .overviewRight {
        float: none;
        margin: auto;
        margin-top: 30px;
        border-bottom: 1px solid #979797;
        border-top: 1px solid #979797;
        width: 100%;
        padding: 30px;
        height: auto;
    }

    .rfrDashSelect .select2 {
        width: 100%;
    }

    .rfrDashSelect .select2-results ul li {
        font-size: 14px;
    }
}

@media all and (max-width:600px) {
    .dashOverview .alert .inside {
        display: block;
    }

    .dashOverview .alert p {
        width: calc(100% - 30px);
    }

    #close-alert {
        position: absolute;
        top: 12px;
        right: 12px;
    }

    .overviewLeft {
        max-width: 334px;
        width: auto;
    }

        .overviewLeft p span {
            display: block;
        }

    .dashOverview .memberCard.beachCave .top {
        height: 140px;
        background: url(../images/beachCave.jpg) center center no-repeat;
        background-size: cover;
    }

    .dashOverview .memberCard .top .status {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .dashOverview .memberCard .bottom {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        padding: 20px;
    }

    .dashOverview .memberCard .text {
        width: 100%;
        padding: 0px;
        padding-left: 0px;
        border-bottom: none;
        background: transparent;
        position: relative;
        min-height: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -moz-box-direction: column;
        -webkit-box-direction: column;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flexbox-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

        .dashOverview .memberCard .text .darkgreen {
            color: #719932;
        }

    .dashOverview .memberCard h6 {
        font-size: 18px;
        line-height: 22px;
    }

    .dashOverview .memberCard .text p {
        color: inherit;
        font-size: 14px;
        line-height: 18px;
    }

    .dashOverview .memberCard.insider .text,
    .dashOverview .memberCard.silver .text,
    .dashOverview .memberCard.gold .text,
    .dashOverview .memberCard.platinum .text,
    .dashOverview .memberCard.lifetimePlatinum .text {
        border: none;
        background: none;
        padding: 0;
        min-height: auto;
    }
}
/* @end */


/*@group Dashboard Overview
	.dashOverview .inside{
		display: -webkit-box; 
		display: -moz-box; 
		display: -ms-flexbox; 
		display: -webkit-flex; 
		display: flex;
		margin: 30px auto;
		justify-content:space-between
	}*/
.overviewLeft {
    /*margin-right:20px;*/
}
    /*
	.overviewRight{
		width:60%;
	}*/

    .overviewLeft h3 {
        line-height: 48px;
        margin-bottom: 15px;
    }

    .overviewLeft a {
        font-size: 16px;
        margin-left: 10px;
        text-decoration: underline;
    }

.overviewRight h5 {
    border-bottom: 1px solid#979797;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 28px;
}

.overviewRight ul, .overviewRight li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.overviewRight ul {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    max-width: 634px;
}

.overviewRight li {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

    .overviewRight li span[class^="icon-"] {
        font-size: 36px;
        margin-right: 15px;
        vertical-align: middle;
        color: #4A4A4A;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .overviewRight li a:hover span[class^="icon-"] {
        color: #f5a623;
    }

    .overviewRight li a .underline {
        text-decoration: underline;
    }

.dashOverviewMobile {
    display: none;
}

.overviewRight .rfrDashSelect {
    display: none;
}

.overviewRight .select2-container--classic .select2-results > .select2-results__options, .overviewRight .select2-container--default .select2-results > .select2-results__options {
    max-height: inherit;
}

@media all and (max-width:1170px) {
    .overviewRight li span[class^="icon-"] {
        font-size: 26px;
    }

    .overviewLeft h3 {
        font-size: 38px;
        line-height: 42px;
    }

    .overviewLeft p, .overviewLeft .p5 {
        font-size: 16px;
    }

    .overviewRight li {
        font-size: 14px;
    }
}

@media all and (max-width:950px) {

    .overviewRight .rfrDashSelect {
        display: block;
    }

        .overviewRight .rfrDashSelect ul {
            -webkit-column-count: 1; /* Chrome, Safari, Opera */
            -moz-column-count: 1; /* Firefox */
            column-count: 1;
        }

    .overviewRight ul.dashNav {
        display: none;
    }


    .dashOverview.NonTopTenUserSection .inside {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .dashOverview.NonTopTenUserSection .overviewRight {
        width: 50%;
        margin-top: 24px;
        border: none;
        padding: 0;
    }

    .dashOverview.NonTopTenUserSection .overviewLeft {
        max-width: 334px;
        margin-left: 0px;
    }
}

@media all and (max-width:768px) {
    .dashOverview.NonTopTenUserSection {
        display: none !important;
    }

    .dashOverview {
        /*display:none;*/
    }

    .dashOverviewMobile {
        display: block;
    }

        .dashOverviewMobile.dashOverviewMobile-Nontopten {
            display: block !important;
        }

            .dashOverviewMobile.dashOverviewMobile-Nontopten .overviewRight {
                padding: 0px;
                border-top-color: #fff;
                border-bottom: none;
            }

        .dashOverviewMobile .inside {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

    .overviewLeft {
        margin-top: 20px;
    }

        .overviewLeft h3 {
            font-size: 30px;
            line-height: 33px;
        }

        .overviewLeft p, .overviewLeft .p5 {
            font-size: 14px;
        }

    .dashOverviewMobile .overviewRight {
        width: 50%;
        margin-top: 24px;
    }


    .overviewRight h5 {
        font-size: 20px;
        line-height: 26px;
    }

    .overviewRight ul {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }

    .rfrDashSelect .select2 {
        width: 100%;
    }

    .rfrDashSelect .select2-results ul li {
        font-size: 14px;
    }
}

@media all and (max-width:767px) {
    .dashOverviewMobile.dashOverviewMobile-Nontopten .overviewLeft {
        max-width: 100%;
        width: 100%;
    }

        .dashOverviewMobile.dashOverviewMobile-Nontopten .overviewLeft p span {
            display: inline-block;
        }

    .dashOverviewMobile.dashOverviewMobile-Nontopten .overviewRight h5 {
        border-bottom: none;
    }

    .dashOverviewMobile.dashOverviewMobile-Nontopten .overviewRight {
        padding: 10px 0 0 0;
        border-top-color: #979797;
        width: 100%;
        margin-top: 10px;
    }

    .membercard-popup-topten .toptenmobile-card .status {
        height: 40px;
    }

        .membercard-popup-topten .toptenmobile-card .status p {
            line-height: 30px !important;
        }

    .guser-payment-wrapper .third.offer-code-wrapper {
        padding: 0 0 0 15px;
    }

    .guser-payment-wrapper.radio .third {
        margin: 0 0 15px 0;
    }

    .reservation-parking-text-desktop {
        display: none;
    }

    .reservation-parking-text-mobile {
        padding: 2px 8px 10px 8px;
        font: 700 18px/25px 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif !important;
        color: #719932 !important;
        text-transform: capitalize;
    }
}

@media all and (max-width:610px) {

    .dashOverviewMobile .overviewRight {
        width: 100%;
        border-top: 1px solid #979797;
        padding-top: 10px;
        margin-top: 10px;
    }

    .overviewRight h5 {
        border-bottom: none;
    }
}


/* @group Available Points */
.available-points {
    position: absolute;
    right: 0;
    z-index: 1;
    text-align: right;
    padding-top: 30px;
}

    .available-points h1 {
        font-size: 100px;
        margin-top: 15px;
    }
/* @group Free Credit Alert */
#free-credit {
    background: #F5A623;
    padding: 15px 0px;
}

    #free-credit .inside {
        position: relative;
        padding-right: 25px;
    }

    #free-credit p, #free-credit a {
        color: #fff;
        display: inline;
        line-height: 20px;
    }

    #free-credit a {
        text-decoration: underline;
    }

        #free-credit a:hover {
            color: #1680DB;
        }

    #free-credit .icon-close-thin {
        position: absolute;
        top: calc(50% - 8px);
        right: 0px;
        text-decoration: none;
    }
/* @end */
/* @group My Next Reservation */
/*.my-next-reservation {
    background: #4A4A4A;
    padding: 35px 0px;
} */

.my-next-reservation .inside {
    text-align: center;
    max-width: inherit;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    padding: 35px 0px;
}

.my-next-reservation h3 {
    margin-top: 0px;
}

.my-next-reservation p {
    max-width: inherit !important;
}

.my-next-reservation .phone {
    color: #fff;
}

    .my-next-reservation .phone:hover {
        color: #F5A623;
    }

.my-next-reservation .left .btn {
    margin-right: 17px;
}

.my-next-reservation .right .btn {
    flex-item-align: center;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    margin: 10px 0px;
}

.my-next-reservation .cancel {
    color: #9ddd2d;
    text-decoration: underline;
    text-align: center;
    font-size: 12px;
}

.my-next-reservation .newReservationCard, .my-next-reservation .newReservationCard p.p4 {
    margin-top: 0;
    text-align: left;
}

    .my-next-reservation .newReservationCard p {
        margin: 0;
    }

.my-next-reservation .nextReservationDetails {
    float: left;
    text-align: left;
    margin-left: 30px;
}

    .my-next-reservation .nextReservationDetails h3 {
        text-align: left;
    }

    .my-next-reservation .nextReservationDetails p.orange {
        margin-bottom: 25px;
        font-size: 24px;
        line-height: 32px;
    }


.nextReservationDetails .actions {
    margin: 0;
    clear: both;
}

    .nextReservationDetails .actions li {
        list-style-type: none;
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 16px;
        opacity: 1;
        text-align: left;
    }

        .nextReservationDetails .actions li span[class^="icon-"] {
            font-size: 36px;
            vertical-align: middle;
            margin-right: 5px;
            color: #4A4A4A;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

        .nextReservationDetails .actions li a:hover span[class^="icon-"] {
            color: #f5a623;
        }

.nextReservationDetails .btn {
    margin: 10px 0px;
}

.my-next-reservation .viewReservations {
    display: none;
}

.my-next-reservation .addtocalendar.atc-style-blue a.atcb-link, .nextReservationDetails .addtocalendar.atc-style-blue a.atcb-link {
    background-color: inherit;
    color: #1680DB;
    padding: 0;
    font-weight: inherit;
    font-size: inherit;
    box-shadow: none;
}

    .my-next-reservation .addtocalendar.atc-style-blue a.atcb-link:hover, .nextReservationDetails .addtocalendar.atc-style-blue a.atcb-link:hover {
        background-color: inherit;
        color: #f5a623;
    }

@media all and (max-width:1200px) {
    .my-next-reservation .nextReservationDetails h3 {
        font-size: 32px;
    }

    .my-next-reservation .nextReservationDetails p.orange {
        font-size: 18px;
        line-height: 24px;
    }
}

@media all and (max-width:897px) {

    .my-next-reservation .inside {
        border-top: none;
        padding-top: 15px;
        text-align: center;
    }

    .my-next-reservation .viewReservations {
        display: block;
    }

    .my-next-reservation .newReservationCard, .my-next-reservation .actions, .my-next-reservation hr, .my-next-reservation .apple-wallet {
        display: none;
    }

    .my-next-reservation .nextReservationDetails {
        margin-left: 0;
        float: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

        .my-next-reservation .nextReservationDetails h3 {
            text-align: inherit;
        }
}

@media all and (max-width:768px) {
    .my-next-reservation .inside {
        width: 90%;
        padding-top: 0;
    }

    .my-next-reservation .viewReservations {
        width: 100%;
    }
}
/* @end */

/* @group Redeem Points */
.redeem-points {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    width: 90%;
    margin: 60px auto 90px auto;
}

    .redeem-points hr {
        margin-top: 22px;
        margin-bottom: 0px;
    }

    .redeem-points .right, .redeem-points .left {
        width: 48%;
    }

    .redeem-points h5 {
        font-size: 34px;
    }

/* @end */
/* @group Free Day/Week Groups */
.free-day {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 8px 0px;
    border-bottom: 1px solid #D8D8D8;
}

    .free-day:last-of-type {
        border: none;
        padding-top: 27px;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: start;
        align-items: flex-start;
    }

    .free-day img {
        width: 81px;
        height: 109px;
        margin-right: 20px;
    }

    .free-day .day-type {
        width: 300px;
    }

        .free-day .day-type p {
            color: #F5A623;
            font-weight: 700;
            font-size: 20px;
            line-height: 26px;
        }

        .free-day .day-type .p2 {
            color: #4A4A4A;
            font-weight: 700;
            font-size: 32px;
            line-height: 26px;
            margin-top: 0px;
            margin-right: 10px;
        }

    .free-day .add-points {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        flex-grow: 2;
    }

        .free-day .add-points div {
            width: 135px;
            height: 63px;
            border-radius: 8px;
            border: 1px solid #D8D8D8;
            color: #F5A623;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-pack: distribute;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            padding: 10px;
        }

    .free-day.disabled .add-points div {
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .free-day .add-points h4 {
        margin: 0;
    }

    .free-day .add-points a {
        color: #4A4A4A;
        font-size: 27px;
        font-weight: 700;
    }

        .free-day .add-points a.disabled {
            opacity: .5;
            cursor: default;
            pointer-events: none;
        }

    .free-day .btn {
        margin: 0px;
        width: 135px;
    }

    .free-day h5 {
        margin: 0;
    }

    .free-day #points-required {
        font-weight: 700;
        font-size: 40px;
        color: #F5A623;
    }

    .free-day .add-points p {
        display: none;
    }

    .free-day.disabled p, .free-day.disabled .p2 {
        color: rgba(75, 75, 75, .5);
    }

    .free-day.disabled .add-points h4, .free-day.disabled .add-points a {
        display: none;
    }

    .free-day.disabled .add-points p {
        display: block;
        text-align: center;
        font-size: 12px;
        line-height: 16px;
        margin: 0;
    }

/* @end */
/* @group Free Day/Week Cards */
.my-freeday .shadow {
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.32);
}

.my-freeday {
    max-width: 419px;
    width: 96%;
    margin-left: 6px;
}

.pca-printfreedays {
    margin-left: 18px;
}

.my-freeday h3 {
    font-weight: 700;
}

.my-freeday.small {
    width: 143px;
    margin: 10px 1%;
}

.my-freeday .top {
    background: #4A4A4A;
}

    .my-freeday .top img {
        width: 145px;
        padding: 16px 0px 13px 20px;
        margin: 0;
    }

.my-freeday.small .top img {
    width: 50px;
    padding: 5px 0px 4px 7px;
}

.my-freeday .middle {
    background: #fff;
}

    .my-freeday .middle img {
        width: 100%;
    }

.my-freeday.small .middle h6 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.my-freeday .middle p {
    padding-bottom: 25px;
    margin-bottom: 0px;
}

.my-freeday.small .middle p {
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    color: #4A4A4A;
    padding-bottom: 0;
}

.my-freeday .bottom {
    background: #f6f6f6;
    padding: 20px 17px 16px 25px;
    text-align: left;
}

.my-freeday.small .bottom {
    padding: 10px;
}

.my-freeday .bottom img {
    width: 130px;
    max-width: 100%;
    float: right;
}

.my-freeday.small .bottom img {
    width: 40px;
    float: right;
}

.my-freeday .bottom p {
    font-size: 13px;
    line-height: 18px;
}

.my-freeday .bottom .p5 {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}

    .my-freeday .bottom .p5:nth-of-type(2) {
        margin-bottom: 5px;
    }

.my-freeday .bottom .darkgreen {
    font-size: 11px;
    line-height: 16px;
    margin-top: 10px;
}

.my-freeday.small .bottom p.bold {
    font-size: 5.5px;
    line-height: 8px;
}

    .my-freeday.small .bottom p.bold:nth-of-type(2) {
        margin-bottom: 2px;
    }

.my-freeday.small .bottom p {
    font-size: 4px;
    line-height: 6px;
}

.my-freeday.small .bottom .darkgreen {
    font-size: 4px;
    line-height: 6px;
    margin-top: 3px;
}

#viewPrintCard .my-freeday .bottom .left {
    float: left;
    width: 65%;
    padding-right: 10px;
}

#viewPrintCard .my-freeday .bottom .right {
    float: right;
    width: 35%;
}

.my-freeday.small .bottom .left {
    float: left;
    width: 76px;
}

.my-freeday.small .bottom .right {
    float: right;
    width: 40px;
}

.my-freeday.small a {
    width: 107px;
    margin: 20px auto 0px auto;
}

.my-freeday.small .underlined {
    width: auto;
}

.my-freeday .underlined {
    line-height: 18px;
    margin: 20px 0px;
}

.my-free-days {
    border-bottom: 1px solid #979797;
    min-height: 378px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .my-free-days.nodays p {
        font-weight: 300;
        color: #9B9B9B;
    }

/* @group Free Day/Week popups */
.remodal .my-free-days {
    border: none;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

#viewPrintCard {
    max-width: 1169px;
}

    #viewPrintCard .left {
        float: left;
        width: 48%;
    }

    #viewPrintCard .right {
        float: right;
        width: 48%;
        text-align: left;
    }

        #viewPrintCard .right .underlined {
            margin: 20px 0px;
        }

        #viewPrintCard .right a.btn {
            margin: 5px 0;
        }

        #viewPrintCard .right .p4 {
            margin-bottom: 66px;
        }

.apple-wallet img {
    width: 170px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.google-pay img {
    width: 170px !important;
    margin-top: 15px;
    margin-bottom: 20px;
}

.remodal#viewPrintCard {
    max-width: 90%;
    padding: 40px 10%;
}

    .remodal#viewPrintCard .bx-pager {
        display: none;
    }

    .remodal#viewPrintCard .bx-wrapper .bx-prev {
        left: -70px;
        height: 40px;
    }

    .remodal#viewPrintCard .bx-wrapper .bx-next {
        right: -70px;
        height: 40px;
    }

    .remodal#viewPrintCard .bx-wrapper .bx-next, .remodal#viewPrintCard .bx-wrapper .bx-prev {
        -webkit-transition: none;
        transition: none;
    }

        .remodal#viewPrintCard .bx-wrapper .bx-prev:hover, .remodal#viewPrintCard .bx-wrapper .bx-next:hover {
            background-position-y: -41px;
        }
/* @end */

/* @end */
/* @group Reward History & Referral History*/
.rewards-history, .referral-history {
    width: 95%;
    margin: 60px auto 90px auto;
}
    /* @group Reward History Table */
    .rewards-history table {
        width: 100%;
        margin-top: 40px;
    }

    .referral-history table {
        width: 100%;
    }

.cta.rfr .referral-history h3 {
    margin-bottom: 20px;
    z-index: -2;
    text-align: center;
}


.referral-history {
    position: relative;
}

    .referral-history h3 {
        margin-bottom: 100px;
        z-index: -2;
    }

.rewards-history thead th:nth-last-child(-n+2), .cta .rewards-history table td .p4 {
    text-align: right;
}

.rewards-history tr, .referral-history tr {
    border-bottom: 1px solid #979797;
}

.rewards-history th, .referral-history th {
    text-align: left;
    padding: 20px 5px;
}

.rewards-history td, .referral-history td {
    padding: 20px 5px;
    font-weight: 300;
    vertical-align: text-top;
}

    .rewards-history td a, .referral-history td a {
        font-size: 12px;
    }

        .rewards-history td a span.icon-receipt {
            text-decoration: none;
            font-size: 2em;
            vertical-align: middle;
        }

    .rewards-history td .mobile {
        display: none;
    }

    .rewards-history td a span.link {
        text-decoration: underline;
        font-weight: 400;
    }

    .rewards-history td p.plus, .referral-history td p.plus {
        color: #9ddd2d;
    }

    .rewards-history td p.minus, .referral-history td p.minus {
        color: #9B9B9B;
    }

.cta .rewards-history table .p4, .cta .referral-history table .p4 {
    margin: 0;
    text-align: left;
}

.referral-history .paging_numbers {
    margin: 15px 0;
}

    .referral-history .paging_numbers:before {
        content: 'Page';
        font-size: 12px;
        color: #4a4a4a;
        font-weight: 700;
    }

.referral-history .paginate_button {
    color: #4a4a4a;
    font-size: 12px;
    margin-left: 10px;
    font-weight: 700;
}

    .referral-history .paginate_button.current, .referral-hisory .paginate_button:hover {
        color: #F5A623;
    }


.referral-history th:last-of-type, .referral-history td:last-of-type, .cta .referral-history td:last-of-type .p4 {
    text-align: right;
    width: auto;
}

.my-receipt {
    max-width: 400px;
    width: 100%;
    margin: auto;
}

    .my-receipt .shadow {
        margin-bottom: 15px;
        background: #fff;
    }

    .my-receipt table {
        width: calc(100% - 40px);
        margin: 20px;
    }

    .my-receipt thead::after, .my-receipt tbody::after {
        display: block;
        height: 15px;
        content: '';
    }

    .my-receipt th h5, .my-receipt th .p6 {
        margin: 0;
        text-align: center;
    }

    .my-receipt td {
        text-align: left;
    }

    .my-receipt .label {
        padding-top: 5px;
        padding-bottom: 5px;
        border-top: 1px solid #D8D8D8;
        color: #719932;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
        line-height: 14px;
    }

    .my-receipt td:nth-of-type(even) {
        text-align: right;
    }

    .my-receipt p.small {
        padding: 10px 0px 20px 0px;
    }

.receipt-header {
    background: #4a4a4a;
}

    .receipt-header img {
        width: 145px;
        padding: 16px 0px 13px 20px;
        margin: 0;
        display: block;
    }

.my-receipt th {
    text-align: left;
}
/* @end */
/* @end */
/* @group Receipt Credit & Member Cards*/
.receipt {
    margin: 60px 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

    .receipt.membership {
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .receipt.column {
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 30px 0px 60px 0px;
    }

    .receipt .left {
        width: 48%;
    }

    .receipt .right {
        width: 48%;
    }

    .receipt .left .card-info {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .receipt .right .card-info {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .receipt img {
        display: block;
        margin: auto;
        width: 100%;
        max-width: 372px;
    }

    .receipt.membership img {
        max-width: 514px;
    }

.memberCard {
    border-radius: 25px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.22);
    position: relative;
    max-width: 550px;
    width: 100%;
    margin: auto;
    background: #fff;
}

.receipt.membership .toggle, .receipt.membership .cardtoggle {
    display: none;
}

a[href="#receipt-help"] {
    display: none;
}

.receipt-images {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    margin: 40px auto 0;
    padding-bottom: 40px;
}

    .receipt-images .image {
        background: #eee;
        border: 1px solid #ddd;
        border-radius: 6px;
        width: 30%;
        height: 270px;
    }

    .receipt-images img {
        height: auto;
        max-width: 100px;
        display: block;
        margin: auto auto 0px auto;
    }

    .receipt-images .image:nth-of-type(1) img {
        height: auto;
        max-width: 150px;
    }

    .receipt-images .image a {
        padding: 20px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 100%;
    }

    .receipt-images .image:hover {
        box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.22);
    }

        .receipt-images .image:hover .btn {
            background: #F5A623;
            color: #fff;
        }

    .receipt-images .btn {
        margin: auto auto 0px auto;
        line-height: 1;
    }

.receipt-help img {
    max-width: 300px;
    margin: auto;
    display: block;
}

.receipt-help.wide img {
    max-width: 450px;
    width: 100%;
    margin: auto;
    display: block;
}

.memberCard {
    background: #fff;
}

    .memberCard .top {
        background: url('/images/FP/membercard-overlay.png') right center no-repeat, url('/images/FP/Peace.jpg') right bottom no-repeat;
        background-size: cover, cover;
        border-radius: 25px 25px 0px 0px;
        height: 200px;
        position: relative;
    }

        .memberCard .top .overlay {
            width: 100%;
            height: 100%;
            border-radius: 25px 25px 0px 0px;
            position: absolute;
        }

    .memberCard.insider .top .overlay {
        background: url('../images/member-card-insider.png') right bottom no-repeat;
    }

    .memberCard.silver .top .overlay {
        background: url('../images/member-card-silver.png') right bottom no-repeat;
    }

    .memberCard.gold .top .overlay {
        background: url('../images/member-card-gold.png') right bottom no-repeat;
    }

    .memberCard.platinum .top .overlay {
        background: url('../images/member-card-platinum.png') right bottom no-repeat;
    }

    .memberCard.lifetimePlatinum .top .overlay {
        background: url('../images/member-card-lifetime.png') right bottom no-repeat;
    }

    .memberCard.beachCave .top {
        background: url('/images/FP/membercard-overlay.png') right center no-repeat, url('/images/FP/beachCave.jpg') right center no-repeat;
        /* background: url(../images/beachCave.jpg) right center no-repeat;*/
        background-size: cover, cover;
    }

    .memberCard.beachCave.lifetimePlatinum .top {
        background: url(../images/beachCave.jpg) right center no-repeat;
        background-size: cover, cover;
    }

    .memberCard .status {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        font-size: 32px;
        width: 100%;
        line-height: 35px;
        text-transform: uppercase;
        color: #fff;
        position: absolute;
        bottom: 0;
        padding: 0 20px;
    }

        .memberCard .status p {
            color: #fff;
            font-weight: 400;
            font-size: 26px;
            line-height: 35px;
            padding: 5px 0 4px;
        }

    .memberCard.beachCave.lifetimePlatinum .status p {
        margin: 0;
    }

@media only screen and (min-width: 1050px) {
    .memberCard .status p {
        line-height: 31px;
        margin: 0;
    }
}

.memberCard .bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px;
}

    .memberCard .bottom .statusYear {
        display: none;
    }

.memberCard img.qr {
    width: 90%;
    max-width: 130px;
    float: right;
    margin: 0;
    display: block;
}

.memberCard .text {
    min-width: 50%;
}

    .memberCard .text .mobileStatus {
        display: none;
    }

.memberCard h6, .memberCard .p5 {
    margin: 0px;
}

.memberCard p {
    font-size: 16px;
    line-height: 22px;
}

    .memberCard p.orange {
        margin-top: 10px;
    }

.remodal .memberCard {
    text-align: left;
    width: 90%;
    margin: 60px auto 0px auto;
}

    .remodal .memberCard .text {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        padding: 15px 20px;
    }

    .remodal .memberCard .p5, .remodal .memberCard p {
        text-align: left;
        margin: 0;
    }

.apple-wallet img {
    width: 170px;
    height: auto;
}

.receipt .btn {
    margin: 30px auto 10px auto;
}

.receipt a {
    margin: 10px auto 10px auto;
}

    .receipt a.underlined {
        text-align: center;
        display: block;
    }

.input-icon {
    position: relative;
    margin: 30px auto auto auto;
    width: 355px;
    max-width: 100%;
}

.receipt input[type="text"] {
    background: #eee;
    background: -webkit-linear-gradient(-1deg, #EEEEEE 6%, #D8D8D8 100%);
    background: linear-gradient(-1deg, #EEEEEE 6%, #D8D8D8 100%);
    border: 1px solid #979797;
    border-radius: 6px;
    width: 355px;
    max-width: 100%;
    padding: 12px 14px;
    font-weight: 300;
    font-size: 18px;
    margin: 30px auto 0px auto;
    display: block;
}

.input-icon input.btn {
    text-indent: 20px;
    margin: auto;
}

    .input-icon input.btn.selected, .input-icon input.btn:focus, .input-icon input.btn:hover, .input-icon input.btn:active {
        background: #429321;
        background: -webkit-linear-gradient(-180deg, #B4EC51 0%, #429321 100%);
        background: linear-gradient(-180deg, #B4EC51 0%, #429321 100%);
        border: 1px solid #979797;
        color: #fff;
        position: relative;
    }

        .input-icon input.btn:focus:hover {
            background: -webkit-linear-gradient(-180deg, #B4EC51 0%, #429321 100%);
            background: linear-gradient(-180deg, #B4EC51 0%, #429321 100%);
        }

.input-icon span {
    position: absolute;
    top: 15px;
    left: 15px;
}

.receipt .p4 {
    max-width: 487px;
    margin: 30px auto 0px auto;
}

.receipt .select {
    width: auto;
    margin: 30px auto 0px auto;
}

.receipt .small.blue {
    position: absolute;
    top: -40px;
}

.receipt .apple-wallet,
.receipt a.google-pay {
    margin: 45px auto 0px auto;
}
/* @end */
/* @group Reservations */
.reservation-list {
    margin-top: 70px;
}

    .reservation-list .reservation {
        width: 100%;
        border-radius: 0px;
        text-align: left;
        padding: 35px 0px;
        vertical-align: middle;
        background: none;
        z-index: 1;
        position: relative;
        box-shadow: none;
        border-top: 1px solid #979797;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .reservation-list .reservation .reservationOptions {
            text-align: center;
            margin-top: 5px;
            font-size: 12px;
        }

        .reservation-list .reservation .cancel, .reservation-list .reservation .edit {
            color: #4A4A4A;
            text-decoration: underline;
            text-align: center;
            font-size: 12px;
            margin-top: 5px;
        }

        .reservation-list .reservation:last-of-type {
            border-bottom: 1px solid #979797;
        }

        .reservation-list .reservation p {
            font-weight: 300;
        }

            .reservation-list .reservation p.bold {
                font-weight: 700;
            }

        .reservation-list .reservation.none p {
            color: #9B9B9B;
        }

    .reservation-list .btn {
        margin: 0;
        width: auto;
    }


#viewPrintReservation {
    max-width: 1169px;
}

    #viewPrintReservation .left {
        float: left;
        width: 48%;
    }

    #viewPrintReservation .bottom .left {
        padding-right: 0px;
        width: 65%;
        float: left;
        margin: 0;
    }

    #viewPrintReservation .right {
        float: right;
        width: 48%;
        text-align: left;
    }

    #viewPrintReservation .bottom .right {
        width: 35%;
        float: right;
    }

    #viewPrintReservation .right a.btn {
        margin: 5px 0;
    }

    #viewPrintReservation .right .p4 {
        margin-bottom: 20px;
    }

    #viewPrintReservation .apple-wallet {
        margin: 10px 0;
        display: block;
    }



        #viewPrintReservation .apple-wallet img {
            margin: 0;
        }

.remodal#viewPrintReservation {
    max-width: 90%;
    padding: 40px 10%;
}

.my-reservation img {
    max-width: 100%;
}
/* @end */
/* @group Account Profile */
.account-profile {
    margin: 0 auto;
    margin-bottom: 40px;
}

    .account-profile h3 {
        margin: 40px 0px;
    }

    .account-profile .left {
        width: 48%;
        float: left;
    }

    .account-profile .right {
        width: 48%;
        float: right;
    }

    .account-profile .settings .left {
        width: 53%;
    }

    .account-profile .settings .right {
        width: 43%;
    }

    .account-profile .checkedBG {
        border-radius: 14px;
        padding: 30px 0px;
        margin-bottom: 22px;
    }

    .account-profile .member-tier {
        border-radius: 14px 14px 0px 0px;
        margin-top: -30px;
        margin-bottom: 15px;
        padding: 20px 5%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

        .account-profile .member-tier p, .account-profile .member-tier p.bold {
            margin: 0;
        }

        .account-profile .member-tier.one {
            background: #70B54A url('../images/FP/member-tier-1.png') no-repeat center right;
        }

            .account-profile .member-tier.one p {
                color: white;
            }

        .account-profile .member-tier.two {
            background: #ccc url('../images/FP/member-tier-2.png') no-repeat center right;
        }

        .account-profile .member-tier.three {
            background: #FBC70A url('../images/FP/member-tier-3.png') no-repeat center right;
        }

        .account-profile .member-tier.four {
            background: #000 url('../images/FP/member-tier-4.png') no-repeat center right;
        }

            .account-profile .member-tier.four p {
                color: white;
            }

    .account-profile p {
        margin: 0px;
    }

    .account-profile .p3 {
        font-weight: 700;
        margin: 0px 0px 10px 0px;
        text-align: left;
        width: auto;
    }

        .account-profile .p3.account-name {
            margin-bottom: 0px;
        }

    .account-profile p.bold {
        margin-top: 10px;
    }

    .account-profile .checkedBG .btn {
        margin: 30px 0px 0px 0px;
    }

    .account-profile .right .small {
        margin-top: 10px;
    }

    .account-profile .security p {
        margin-bottom: 10px;
    }

.settings .underlined {
    display: block;
    text-align: center;
}

.settings ul {
    list-style: none;
    margin: 0px 0px 20px 20px;
}

.settings p.bold {
    margin-top: 15px;
}

.card {
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.22);
    padding: 30px 5%;
    margin-bottom: 40px;
}

    .card .underlined {
        display: inline-block;
        margin-left: 10px;
        font-weight: 400;
        line-height: 1;
    }

.account-profile .card .p4 {
    margin-top: 0;
}

.account-profile .card-label {
    border-radius: 14px 14px 0px 0px;
    background: #F5A623;
    padding: 13px 17px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.make-primary {
    color: #F5A623;
    text-transform: uppercase;
    margin: 0px 0px 5px 0px;
    font-size: 13px;
    font-weight: 700;
    display: block;
}

.account-cards .cards {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 20px;
}

.account-cards .orange {
    margin-top: 10px;
    margin-bottom: -10px;
}

.account-cards .cards .right, .account-cards .cards .left {
    float: none;
}

.account-cards .card {
    margin-bottom: 10px;
}

.account-cards a[href="#addNewCreditCard"] {
    margin-bottom: 40px;
}

#editSecurityQuestions .cs-select {
    margin-bottom: 5px;
}

/* @end */
/* @group Account Created */
#accountCreated {
    max-width: 600px;
}

    #accountCreated p {
        margin: 20px 0;
    }

    #accountCreated .btn {
        margin: 5px 0;
    }
/* @end */

/* @group Printable Card */
.printable-card {
    width: 600px;
    height: 412px;
    border: 1px solid #D8D8D8;
    margin: 0 auto;
    overflow: hidden;
}

    .printable-card.reservationCard {
        width: 720px;
        height: auto;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

.print#map {
    width: 100%;
    max-width: 800px;
    margin: auto;
    height: 300px;
    margin-bottom: 100px;
    border: 1px solid #D8D8D8;
}

.printable-card.receiptCard {
    width: 400px;
    height: auto;
}

    .printable-card.receiptCard .top img {
        width: 110px;
    }

.printable-card table {
    margin-bottom: 15px;
    margin-top: 0px;
}

.printable-card th {
    text-align: left;
    font-size: 18px;
    padding-top: 10px;
}

.printable-card.receiptCard th {
    padding: 0;
    text-align: center;
}

    .printable-card.receiptCard th h5 {
        margin-top: 10px;
    }

.printable-card h1 {
    font-size: 75px;
    line-height: 75px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.printable-card .top {
    margin: 20px 24px 10px 24px;
    background: none;
}

.printable-card.reservationCard .top, .printable-card.receiptCard .top {
    margin: 20px 20px 10px 20px;
    background: none;
}

.printable-card .top img {
    float: left;
    padding: 0;
    width: 146px;
}

.printable-card .top h6 {
    float: right;
    font-size: 14px;
    line-height: 20px;
}

.printable-card.reservationCard .top h6 {
    margin-top: 0px;
}

.printable-card .middle {
    margin: 0px 30px 15px 30px;
}

.printable-card.reservationCard .middle {
    margin: 0px 20px 10px 20px;
}

    .printable-card.reservationCard .middle h5 {
        margin: 10px 0;
    }

.printable-card .middle p {
    font-size: 12px;
    line-height: 16px;
}

.printable-card.day .middle p {
    font-size: 18px;
    line-height: 25px;
}

.printable-card.reservationCard .middle p {
    font-size: 16px;
    line-height: 22px;
}

.printable-card .middle .p4, .printable-card.reservationCard .middle .p4 {
    font-size: 24px;
    line-height: 19px;
    font-weight: 400;
    margin-bottom: 20px;
}

.printable-card.reservationCard .middle .p4 {
    font-size: 16px;
    line-height: 22px;
}

.printable-card.reservationCard .middle .reservationInfo.address p {
    font-size: 14px;
    line-height: 19px;
}

.printable-card.reservationCard .middle p.orange {
    padding-right: 80px;
}

.printable-card .middle .p4, .printable-card.reservationCard .middle .p4 {
    font-size: 24px;
    line-height: 19px;
    font-weight: 400;
    margin-bottom: 20px;
}

.printable-card.reservationCard .middle .p4 {
    margin: 10px 0px 20px 0px;
}

.printable-card.reservationCard .reservationInfo {
    margin: 10px 0px 10px 0px;
}

.printable-card.reservationCard .resDetail .reservationLabel {
    margin-bottom: 5px;
}

    .printable-card.reservationCard .resDetail .reservationLabel p {
        font-size: 12px;
        line-height: 14px;
    }

.printable-card .bottom {
    margin: 15px 30px 30px 30px;
    padding: 0;
    background: none;
}

.printable-card.reservationCard .bottom {
    margin: 10px 20px 15px 20px;
    border-top: 1px solid #D8D8D8;
}

    .printable-card.reservationCard .bottom.guest .left {
        width: 100%;
        padding-top: 5px;
    }

.printable-card .bottom p {
    font-size: 10px;
    line-height: 15px;
}

.printable-card .bottom .right p {
    margin-top: -15px;
}


.printable-card .bottom p {
    font-size: 10px;
    line-height: 15px;
}

    .printable-card .bottom p.small {
        font-size: 7px;
        line-height: 10px;
        margin-top: 7px;
    }

.printable-card.reservationCard p.small {
    font-size: 12px;
    line-height: 10px;
    margin: 20px 20px 0px 20px;
}

.printable-card.day {
    height: auto;
    margin-bottom: 50px;
}

    .printable-card.day:nth-of-type(odd) {
        page-break-after: always;
    }

    .printable-card.day:nth-of-type(even) {
        page-break-after: avoid;
    }

    .printable-card.day .left {
        width: 65%;
        float: left;
    }

    .printable-card.day .right {
        width: 30%;
        float: right;
    }

        .printable-card.day .right img {
            width: 100%;
        }

/* @end */
/* @group Refer a Friend */
.refer {
    margin: 60px 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

    .refer h6 {
        text-align: center;
    }

    .refer input[type="email"], .refer input {
        margin: 10px auto;
        width: 445px;
    }

.cta .refer .btn {
    margin: 10px auto;
}

/* @end */
/* @group Password Rest */
#passwordreset1 form p, #passwordreset2 p.small, #passwordreset1 p.small {
    margin: 20px auto 30px auto;
    max-width: 492px;
}

#passwordreset1 form .password-checks p {
    margin: 0;
}

#passwordreset1 .form .p5, #passwordreset2 .p5 {
    margin: 5px auto;
}
/* @end */
/* @group METERS */
.testParked {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    width: 100%;
    background: rgba(0, 0, 0, 1);
}

    .testParked div {
        width: 100%;
        padding: 20px;
        transform: translateY(50%);
        position: relative;
        text-align: center;
    }

#userParked, #btnGo {
    display: block;
    margin: 20px auto;
}

.meters, .lifetime-meter {
    display: block;
    margin: auto;
}

.lifetime-meter {
    display: none;
}

.meter {
    margin: 20px auto;
    width: 165px;
    height: 165px;
    border-radius: 100%;
    position: relative;
    display: none;
    z-index: 1;
}

    .meter::before {
        content: '';
        width: 160px;
        height: 160px;
        position: absolute;
        top: 2px;
        bottom: 0;
        left: 2px;
        box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2) inset;
        border-radius: 50%;
        background-image: -webkit-radial-gradient( 50% 0%, 8% 50%, hsla(0,0%,100%,.5) 0%, hsla(0,0%,100%,0) 100%), -webkit-radial-gradient( 50% 100%, 12% 50%, hsla(0,0%,100%,.6) 0%, hsla(0,0%,100%,0) 100%), -webkit-radial-gradient( 0% 50%, 50% 5%, hsla(0,0%,100%,.5) 0%, hsla(0,0%,100%,0) 100%), -webkit-radial-gradient( 100% 50%, 50% 5%, hsla(0,0%,100%,.5) 0%, hsla(0,0%,100%,0) 100%), -webkit-radial-gradient( 50% 50%, 200% 50%, hsla(0,0%,90%,1) 5%, hsla(0,0%,85%,1) 30%, hsla(0,0%,60%,1) 100%);
        mix-blend-mode: multiply;
        opacity: .2;
        z-index: 1;
    }

.center-text {
    text-align: center;
    top: 35px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 4;
}

    .center-text h3 {
        margin: 0;
        font-weight: 700;
        font-size: 43px;
        line-height: 43px;
    }

    .center-text p.small {
        display: inline-block;
        margin: 0;
        margin-bottom: 5px;
        padding-bottom: 8px;
        border-bottom: 1px solid #979797;
        font-size: 11px;
        line-height: 11px;
    }

        .center-text p.small.noborder {
            border: none;
        }

    .center-text p.p3 {
        font-size: 17px;
        line-height: 19px;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0;
    }

.coach-text {
    position: relative;
    margin-top: -40px;
    z-index: 6;
    text-align: center;
}

    .coach-text p.small {
        font-weight: 400;
        font-size: 12px;
    }

.center-shadow {
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    left: 17px;
    background: #fff;
    z-index: 2;
}

.pentagon {
    position: relative;
    border-width: 45px 50px 0;
    border-style: solid;
    border-color: white transparent;
    z-index: 3;
}

    .pentagon:before {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        top: -97px;
        left: -52px;
        border-width: 0 84px 52px;
        border-style: solid;
        border-color: transparent transparent white;
    }

#insider .center-text p {
    color: #719932;
}

#insider .center-text h3 {
    color: #8DCD1A;
}

#silver .center-text p, #silver .center-text h3 {
    color: #CDD1D4;
}

#gold .center-text p, #gold .center-text h3 {
    color: #F4D000;
}

#platinum .center-text p, #platinum .center-text h3 {
    color: #6E6E6A;
}

#insider, #lifetime {
    display: block;
}

    #lifetime .center-text p, #lifetime .center-text h3 {
        color: #1680DB;
    }

    #lifetime .center-text {
        top: 40px;
    }

.badge {
    display: none;
    width: 160px;
    height: 160px;
    position: relative;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 50px;
    border: 9px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 14px rgba(255, 255, 255, .3);
    transform: scale(.8);
    transition: all .3s cubic-bezier(0.4, 0.0, 0.6, 1) 0s;
}

#badge-silver, #upgrade-silver {
    background: url('../images/silver-badge.png') no-repeat left top;
    background-size: contain;
    z-index: 3;
}

#badge-gold, #upgrade-gold {
    background: url('../images/gold-badge.png') no-repeat left top;
    background-size: contain;
    z-index: 3;
}

#badge-platinum, #upgrade-platinum {
    background: url('../images/platinum-badge.png') no-repeat left top;
    background-size: contain;
    z-index: 3;
}

#badge-lifetime, #upgrade-lifetime {
    background: url('../images/lifetime-badge.png') no-repeat left top;
    background-size: contain;
    z-index: 3;
}

.badge .center-text, .badge .center-text p {
    color: #fff;
}

    .badge .center-text h3 {
        font-size: 50px;
        margin-bottom: 0px;
        letter-spacing: -1px;
        margin-top: 0;
    }

    .badge .center-text p {
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0;
    }

/* @end */
/* @group Level Up Popup */
#sConfetti, #gConfetti, #pConfetti, #lConfetti {
    width: 160px;
    height: 160px;
    position: absolute;
    top: 50px;
    left: 85px;
    z-index: 1;
}

.congrats {
    width: 475px;
    height: 445px;
    overflow: visible;
}

    .congrats .remodal-close {
        color: #fff;
    }

    .congrats .badge {
        top: -45px;
        margin-bottom: 0px;
        display: block;
        opacity: 0;
        transform: scale(.5);
    }

#insider-silver, #silver-gold, #gold-platinum, #platinum-lifetime {
    display: inline-block;
    margin-top: -80px;
}

#upgrade-silver, #upgrade-gold, #upgrade-platinum, #upgrade-lifetime {
    margin-top: -47px;
}

#insider-silver .center-text p {
    color: #719932;
}

#insider-silver .center-text h3 {
    color: #8DCD1A;
}

#silver-gold .center-text p, #silver-gold .center-text h3 {
    color: #CDD1D4;
}

#gold-platinum .center-text p, #gold-platinum .center-text h3 {
    color: #F4D000;
}

#platinum-lifetime .center-text p, #platinum-lifetime .center-text h3 {
    color: #6E6E6A;
}

.badge-points {
    margin-top: -97px;
}

.congrats .levelup {
    display: none;
    position: relative;
    height: 435px;
}

    .congrats .levelup .text {
        padding: 0;
        margin-top: -20px;
        z-index: 3;
        position: relative;
    }

.congrats h5 {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 5px;
    color: #719932;
    font-weight: 700;
    text-align: center;
}

.congrats p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    padding: 0px 40px;
    font-weight: 500;
}

.congrats .meter p, .congrats .badge p {
    padding-left: 0;
    padding-right: 0;
}

.congrats .text p.small {
    font-size: 15px;
    line-height: 18px;
    padding: 0px 45px;
}

.congrats .text .p5 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 0;
}

.congrats .levelup.step2 .text {
    text-align: left;
    margin-top: 60px;
}

.congrats .levelup.step2 h5 {
    margin-top: -110px;
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    padding: 0px;
}

.congrats .levelup.step2 p {
    margin-left: 50px;
}

.congrats .levelup.step3 .text {
    margin-top: -16px;
}

.congrats .levelup .text img {
    width: 20px;
    position: absolute;
    margin-left: -30px;
}

.congrats .levelup .options {
    padding: 0;
    width: auto;
    text-align: left;
}

.congrats .levelup .image {
    margin-top: -10px;
}

.congrats .step1.levelup {
    display: block;
}

.congrats .options a, .congrats .options button {
    margin: 10px 0px;
    display: block;
}

.congrats .options .icon-chevron-left, .congrats .options .icon-chevron-right {
    position: absolute;
    top: calc(50% - 26px);
    font-size: 30px;
    color: #9ddd2d;
    z-index: 5;
}

    .congrats .options .icon-chevron-left:hover, .congrats .options .icon-chevron-right:hover {
        color: #f5a623;
    }

.congrats .options .icon-chevron-left {
    left: 15px;
}

.congrats .options .icon-chevron-right {
    right: 15px;
}

.congrats .progress {
    clear: both;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

    .congrats .progress span {
        width: 17px;
        height: 17px;
        border-radius: 10px;
        background-color: #D8D8D8;
        display: inline-block;
        margin: 0 5px;
        cursor: pointer;
    }

        .congrats .progress span.active {
            background-color: #f5a623;
        }
/* @end */
/* @end */
/* @group ACCORDION */
ul.accordion {
    list-style: none;
    padding: 0;
    margin-top: 45px;
    margin-left: 0;
    border-bottom: 1px solid #979797;
}

    ul.accordion ul {
        margin: 0px;
    }

.accordion .inner {
    overflow: hidden;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

    .accordion .inner.show {
        -webkit-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }

    .accordion .inner p {
        margin-bottom: 50px;
        padding-right: 10%;
    }

.accordion li {
    list-style: none;
}

a.toggle, a.ftoggle, .receipt.membership .cardtoggle {
    width: 100%;
    display: block;
    color: #4A4A4A;
    padding: 15px 30px 15px 0px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

.accordion a.toggle {
    border-top: 1px solid #979797;
    font-size: 18px;
}

a.toggle h5, .contact-us-top .accordion a.toggle h2 {
    display: inline-block;
    margin: 10px 0px;
}

a.toggle::after, a.ftoggle::after, .receipt.membership .cardtoggle::after {
    content: '\e910';
    font-family: 'fastpark';
    font-weight: 400;
    font-size: 17px;
    color: #719932;
    position: absolute;
    right: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.accordion a.toggle::after {
    top: calc(50% - 12px);
}

a.toggle:hover, a.ftoggle:hover, a.toggle:hover h5, .receipt.membership .cardtoggle:hover {
    color: #f5a623;
}

    a.toggle:hover::after {
        color: #f5a623;
    }

a.toggle.show h5 {
    color: #719932;
}

a.toggle.show::after, a.ftoggle.show::after, .receipt.membership .cardtoggle.show::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* @end */
/* @group Footer */
footer {
    overflow: hidden;
}

    footer .top {
        background: #4A4A4A url('/images/FP/graycheckpattern.png') repeat left top;
        background-size: 5px 5px;
        padding: 40px 0px;
    }

    footer ul {
        margin-right: 80px;
    }

        footer ul:last-of-type {
            margin-right: 0px;
        }

        footer ul, footer ul ul {
            float: left;
            list-style: none;
            margin-left: 0px;
        }

            footer ul span {
                float: left;
            }

                footer ul span:last-of-type {
                    margin-left: 32px;
                }

    footer li a {
        color: #fff !important;
        font-size: 16px;
        line-height: 26px;
    }

    footer li.heading a {
        color: #9DDD2D !important;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
        display: inline-block;
    }

        footer li.heading a:hover {
            color: #f5a623;
        }

    footer .links {
        margin-bottom: 10px;
    }

    footer .social {
        float: left;
        width: 40%;
        margin-top: 38px;
        display: block;
    }

        footer .social.mobile {
            display: none;
        }

        footer .social a {
            font-size: 30px;
            margin-right: 24px;
        }

            footer .social a span {
                color: rgba(255, 255, 255, .70);
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
            }

                footer .social a span:hover {
                    color: #f5a623;
                }

    footer .family {
        float: right;
        width: 60%;
    }

        footer .family .images {
            float: right;
            width: 442px;
        }

        footer .family p {
            font-family: 'robotothin', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
            font-weight: 400;
            color: #fff;
            margin-bottom: 15px;
            text-align: right;
        }

        footer .family img {
            vertical-align: middle;
            margin-left: 40px;
            float: left;
        }

        footer .family div:nth-of-type(1) img {
            width: 147px;
        }

        footer .family div:nth-of-type(2) img {
            width: 74px;
        }

        footer .family div:nth-of-type(3) img {
            width: 99px;
        }

        footer .family div:nth-of-type(4) img {
            width: 80px;
        }

    footer .copyright {
        font-size: 12px;
        color: rgba(255, 255, 255, .6);
        margin-top: 25px;
        width: 100%;
        text-align: right;
        font-weight: 300;
    }

    footer a.toggle, footer a.ftoggle {
        display: none;
    }

    footer .bottom {
        padding: 10px 0px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        footer .bottom .button {
        }

        footer .bottom .text {
            padding-right: 15px;
            flex-grow: 2;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

        footer .bottom h6 {
            margin: 0px;
        }

        footer .bottom img {
            margin-right: 30px;
        }

        footer .bottom .btn {
        }

.small-stories .storyContent {
    margin-left: 310px;
}


/* @end */
/* @group Media Queries */
/* @group 1400 */

@media only screen and (max-width: 1400px) {
    /* @group Banner */
    .banner.RFR::before {
        background-image: url('/images/FP/arrowpattern.png'), url('/images/FP/banneroverlay-RFR.png');
        background-repeat: repeat-x, no-repeat;
        background-position: top left, 50% top;
    }
    /* @end */
}

/* @end */
/* @group 1280 */

@media only screen and (max-width: 1280px) {
    /* @group Banner */
    .banner.RFR::before {
        background-image: url('/images/FP/arrowpattern.png'), url('/images/FP/banneroverlay-RFR.png');
        background-repeat: repeat-x, no-repeat;
        background-position: top left, 60% top;
    }
    /* @end */
    /* @group Relax for Rewards */
    .RFR .city-title h3 {
        font-size: 36px;
    }
    /* @end */
    /* @group Stress Free */
    #path1 {
        position: absolute;
        top: -115px;
        left: -10px;
    }

    #path2 {
        top: 470px;
        /*-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);*/
    }
    /* @end */

    /* @group Home Callouts */
    .callouts .bx-wrapper {
        min-height: 0;
    }
    /* @end */
}

@media all and (max-width: 1280px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #path1 {
        top: -320px;
    }
}
/* @end */
/* @group 1236 */
@media only screen and (max-width : 1236px) {
    /* @group Make a Reservation */

    /* @end */
}
/* @end */
/* @group 1214 */

@media only screen and (max-width: 1214px) {
    /* @group Callouts */

    /* @end */
    /* @group Stress Free */
    #path1 {
        position: absolute;
        top: -90px;
        left: -10px;
    }

    #path2 {
        top: 470px;
    }

    .ie #car {
        left: 7.5%;
    }
    /* @end */
}

@media all and (max-width: 1214px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #path1 {
        top: -300px;
    }
}
/* @end */
/* @group 1200 */

@media only screen and (max-width: 1200px) {
    /* @group Banner */

    /* @end */
    /* @group Reservation */
    .reservation.fullpage .info {
        padding-left: 0px;
        margin-top: 15px;
    }

    .reservation.fullpage .btn.form {
        float: left;
    }

    .reservation.fullpage .icon-chevron-right {
        float: left;
        line-height: 46px;
    }

    /*.reservationContent .location-cards .cost h1 {
        font-size: 80px;
        line-height: 77px;
    }

    .reservationContent.location-cards .cost h3 {
        font-size: 40px;
        line-height: 50px;
    }*/

    /* @end */
    /* @group Traveler Types */

    /* @end */
}

/* @end */
/* @group 1165 */

@media only screen and (max-width : 1165px) {
    /* @group Banner */

    .banner .text {
        width: 400px;
    }

        .banner .text h1, .banner .text h2, .location-landing .banner.locations h1 {
            font-size: 60px;
            margin-top: 0;
        }

        .banner .text .p1, .banner .text .p2, .location-landing .banner.locations h2.p2 {
            font-size: 40px;
            line-height: 45px;
        }

    /* @end */
    /* @group Stress Free */

    #path1 {
        position: absolute;
        top: -40px;
        left: -10px;
    }

    #car path {
        -ms-transform-origin: 48% 50%;
        -webkit-transform-origin: 48% 50%;
        transform-origin: 48% 50%;
    }

        #car path:nth-child(2) {
            -ms-transform-origin: 48% 63%;
            -webkit-transform-origin: 48% 63%;
            transform-origin: 48% 63%;
        }

    #path2 {
        position: absolute;
        top: 490px;
        right: -25px;
    }

    #path3 {
        top: 700px;
    }

    .ie #van {
        top: 670px;
        right: 8%;
    }

    .ie #plane {
        bottom: -60px;
    }
    /* @end */
    /* @group Location Cards */
    .location-cards {
        margin-top: -180px;
    }

        .location-cards .compare {
            min-height: 400px;
        }

        .location-cards .cost h1 {
            font-size: 70px;
            line-height: 70px;
        }

        .location-cards .cost h3 {
            font-size: 30px;
            line-height: 44px;
        }

        .location-cards .p3, .location-detail-page .location-cards h2.p3 {
            font-size: 24px;
            line-height: 28px;
        }

        .location-cards .cost .p3.light {
            font-size: 18px;
            line-height: 22px;
        }

        .location-cards p.address {
            font-size: 16px;
            line-height: 22px;
        }


    /* @end */
    /* @group Home Call Outs */
    .callouts .bx-wrapper .btn {
    }

    .callouts .bx-wrapper .bx-viewport {
        padding-bottom: 30px;
    }

    .callouts .bx-wrapper .bx-pager, .callouts .bx-wrapper .bx-controls-auto {
        bottom: 20px;
    }
    /* @end */

    /* @group Footer */
    footer ul {
        margin-right: 40px;
    }
    /* @end */

    /* @group Reservations */
    .form .joinSave .right {
        padding-right: 0%;
    }
    /* @end */

}

@media all and (max-width : 1165px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #path1 {
        top: -300px;
    }
}
/* @end */
/* @group 1050 */

@media only screen and (max-width : 1050px) {

    .reservationPromoCode {
        margin-bottom: 410px !important;
    }

    /* @group Banner */
    .banner.RFR::before {
        background-image: url('/images/FP/arrowpattern.png'), url('/images/FP/banneroverlay-RFR.png');
        background-repeat: repeat-x, no-repeat;
        background-position: top left, 70% top;
    }
    /* @end */
    /* @group Home Call Outs */
    .callouts .bx-wrapper h4 {
        font-size: 35px;
        line-height: 45px;
    }

    .callouts .bx-wrapper .btn {
        top: -25px;
    }

    .callouts .bx-wrapper .bx-viewport {
        padding-bottom: 50px;
    }

    /* @end */
    /* @group Nav */

    nav .col {
        width: 33%;
    }

        nav .col:nth-of-type(1), nav .col:nth-of-type(2) {
            width: 50%;
        }

    nav ul.locations {
        min-height: auto;
        margin-bottom: 30px;
    }

    /* @end */
    /* @group Footer */

    footer .family {
        float: none;
        width: 100%;
    }

        footer .family p {
            text-align: center;
        }

        footer .family .images {
            float: none;
            width: 100%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            margin-top: 0px;
            margin-bottom: 23px;
            width: 100%;
        }

        footer .family img {
            margin: 0px;
            margin-right: 20px;
        }

    footer .social {
        float: none;
        width: 100%;
        margin-top: 38px;
        display: block;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 0px;
        margin-bottom: 23px;
        width: 100%;
    }

        footer .social a:last-of-type {
            margin-right: 0px;
        }

    footer .copyright {
        text-align: center;
        width: 100%;
        margin-top: 0;
    }

    footer ul span {
        float: none;
    }

        footer ul span:last-of-type {
            margin-left: 0px;
        }

    footer .links {
        margin-bottom: 30px;
    }
    /* @end */
    /* @group Location Cards */
    .location-cards .cost h1 {
        font-size: 60px;
        line-height: 65px;
    }

    .location-cards .cost h3 {
        font-size: 38px;
        line-height: 44px;
    }

    .location-cards .two .manager img.face {
        position: relative;
        left: 0;
        margin: 0 auto;
        margin-bottom: 10px;
        display: block;
        float: none;
    }

    .location-cards .two .manager {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

    .location-cards .lot .btn:first-of-type {
        width: 100%;
        max-width: 270px;
        display: block;
    }

    .location-cards .btn, .location-cards .lot .btn {
        margin-right: auto;
        margin-left: auto;
        display: block;
    }

    .location-detail-page .location-cards .btn, .location-cards .lot .btn {
        width: 100%;
        max-width: 270px;
        margin: 10px auto;
    }

    .location-cards .one .details {
        width: 59%;
    }

    .location-cards .one .manager, .location-cards .one .gallery-trigger {
        width: 38%;
    }
    /* @end */
    /* @group Location List */
    .location-list ul.locations {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
    /* @end */
    /* @group Traveler Types */
    .traveler-type h4, .blog-landing .traveler-type h3 {
        font-size: 30px;
        line-height: 42px;
    }
    /* @end */
    /* @group Make a Reservation */
    .banner.reservations .inside {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    #show_depart, #show_arrive {
        margin: auto;
        margin-top: -50px;
    }

    .xdsoft_datetimepicker .time-top {
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .callouts #show_depart {
        margin-top: -64px;
    }

    .callouts #show_arrive {
        margin-top: 5px;
    }

    .callouts .xdsoft_datetimepicker .xdsoft_datepicker, .callouts .xdsoft_datetimepicker .xdsoft_timepicker {
        width: 100%;
        float: none;
    }

    .callouts .reservation .info {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }

    .callouts .reservation.gray .info {
        flex-direction: row;
        margin-top: 20px;
    }

    .callouts .reservation .icon-chevron-right {
        display: none;
    }

    .callouts .reservation div.cs-select, .callouts .reservation .btn.form, .callouts .reservation .btn:last-of-type, .callouts .reservation .btn.form:first-of-type {
        margin: 10px 0px;
        width: 100%;
    }

    .reservation .requiredFields {
        margin-top: 5px;
    }

    .reservation h5.estimatedTotal {
        margin: 0;
        float: none;
    }

    .reservation .btn {
        margin-bottom: 0px;
    }

    .reservation.fullpage {
        margin-bottom: 0px;
        text-align: center;
        padding: 30px;
    }

    .reservations.detail .reservation.fullpage {
        text-align: left;
    }

    .reservation.fullpage .info {
        padding-left: 0px;
        margin-top: 15px;
    }

    .reservation.fullpage .icon-chevron-right {
        float: left;
        line-height: 46px;
    }

    .reservation.fullpage .icon-calendar-check {
        float: none;
    }

    .reservations.detail .reservation.fullpage .icon-calendar-check {
        float: left;
        margin-left: 10px;
        margin-right: 20px;
    }

    .reservation.fullpage .btn.form {
        float: left;
    }

        .reservation.fullpage .btn.form, .reservation.fullpage .btn.form:first-of-type {
            width: 30%;
        }

    .reservation.fullpage div.select {
        width: 33%;
    }

    .reservation.fullpage input.btn:last-of-type, .reservation.fullpage a#reserve_search {
        margin: 20px auto 0px auto;
        width: 270px;
    }

    .reservation.fullpage .location {
        margin-bottom: 5px;
    }

    .reservationBreakout p.heading {
        font-size: 28px;
        line-height: 36px;
    }

    .reservationBreakout p.subheading {
        font-size: 16px;
        line-height: 28px;
    }

    .reservationContent .location-cards .left {
        width: 40%;
    }

    .reservationContent .location-cards .cost {
        width: 60%;
    }

    /*.reservationContent .location-cards .cost h1 {
        font-size: 70px;
        line-height: 77px;
    }

    .reservationContent .location-cards .cost h3 {
        font-size: 36px;
        line-height: 50px;
    }*/

    .reservationTitle {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .reservation .icon-calendar-check {
        font-size: 32px;
        line-height: 62px;
        width: 66px;
        height: 66px;
        min-width: 66px;
        min-height: 66px;
    }

    .reservationTitle h5, .reservationTitle h3 {
        text-align: left;
        margin-left: 20px;
    }

    .reservationBreakdown .resTotal {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .reservationBreakdown .resTotal .heading {
            width: 100%;
            margin-bottom: 15px;
        }

    .dueMember .due {
        width: 35%;
    }

        .amountDue, .dueMember .due .resTotal {
            flex-direction: column;
            align-items: flex-start;
        }

    .reservationBreakdown .dueMember .due .resTotal .heading {
        width: 100%;
    }

    .greenHalf {
        padding-left: 70px;
        width: 65%;
        padding-top: 20px;
    }

        .greenHalf::before {
            width: 50px;
        }

    .reservationBreakdown .dueMember .resTotal .heading {
        font-size: 25px;
        line-height: 30px;
    }

    .reservationBreakdown .dueMember .greenHalf .resTotal .heading {
        width: 55%;
    }

    /* @end */
    /* @group Relax for Rewards */
    .free-day .day-type .p2 {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .free-day h5, .free-day #points-required {
        font-size: 24px;
    }

    .my-freeday h3 {
        font-size: 42px;
        line-height: 42px;
    }

    .my-freeday .middle p {
        padding-bottom: 15px;
    }

    .memberCard .top {
        background: url('/images/FP/membercard-overlayM.png') top right no-repeat, url('/images/FP/PeaceM.jpg') right bottom no-repeat;
        background-size: cover, cover;
        height: 300px;
    }

    .memberCard.beachCave.lifetimePlatinum .top {
        /*height: 200px;*/
    }

    .memberCard.beachCave .top {
        background: url('/images/FP/membercard-overlayM.png') top right no-repeat, url('/images/FP/beachCave.jpg') center center no-repeat;
        background-size: cover, cover;
    }

    .memberCard .status {
        background-size: cover;
        background-position: center;
    }

    .memberCard.insider .status {
        background-image: url('../images/member-card-insider-stripe.png');
    }

    .memberCard.silver .status {
        background-image: url('../images/member-card-silver-stripe.png');
    }

    .memberCard.gold .status {
        background-image: url('../images/member-card-gold-stripe.png');
    }

    .memberCard.platinum .status {
        background-image: url('../images/member-card-platinum-stripe.png');
    }

    .memberCard.lifetimePlatinum .status {
        background-image: url('../images/blue-metallic-tier-bg.png');
    }

    .my-receipt th h5 {
        font-size: 22px;
        line-height: 26px;
    }

    /* @end */
    /* @group Banner */

    /*.banner .overlay{
position: absolute;
left: 0px;
top: -450px;
z-index: 2;
height: 100%;
width: 100%;
border-right: 0px solid transparent;
border-left: 550px solid rgba(0, 0, 0, .5);
border-bottom: 1300px solid transparent;
border-top: 550px solid transparent;
}*/

    /* @end */
    /* @group Stress Free */

    #park {
        width: 80%;
        margin: auto;
        padding: 100px 0px 120px 0px;
    }

        #park h1 {
            width: 80%;
            float: none;
            text-align: right;
            margin-bottom: 20px;
            margin-left: 5%;
        }

        #park p {
            width: 80%;
            float: none;
            text-align: right;
            margin-left: 5%;
        }

    #car {
        position: absolute;
    }

    .ie #car {
        top: 400px;
        left: 10%;
    }

    #car path {
        -ms-transform-origin: 48% 50%;
        -webkit-transform-origin: 48% 50%;
        transform-origin: 48% 50%;
    }

        #car path:nth-child(2) {
            -ms-transform-origin: 48% 63%;
            -webkit-transform-origin: 48% 63%;
            transform-origin: 48% 63%;
        }

    #path1 {
        position: absolute;
        top: -60px;
        left: -10px;
        /*height: 460px;*/
        /*width: 100%;*/
    }

    #relax {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 120px;
    }

        #relax h1 {
            width: 100%;
            float: none;
            text-align: left;
            margin-bottom: 20px;
            margin-left: 15%;
        }

        #relax p {
            text-align: left;
            float: none;
            width: 80%;
            margin-left: 15%;
        }

    .ie #van {
        top: 720px;
        right: 3%;
    }

    #path2 {
        top: 500px;
        right: -25px;
        /* -webkit-transform: rotate(20deg);
-ms-transform: rotate(20deg);
transform: rotate(20deg);*/
    }

    #rewards {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 100px;
    }

        #rewards h1 {
            float: none;
            text-align: right;
            margin-bottom: 20px;
            width: 80%;
            margin-left: 10%;
        }

        #rewards p {
            float: none;
            width: 80%;
            text-align: right;
            margin-left: 10%;
        }

        #rewards a {
            float: right;
            margin-right: 5%;
        }

    #path3 {
        top: 780px;
        left: -30px;
    }

    .ie #plane {
        left: 150px;
        bottom: -30px;
    }
    /* @end */
    /* @group Form */
    .remodal #memberNumber, .remodal .infobox {
        left: 10%;
        width: 80%;
    }
    /* @end */
    /* @group Edit a Reservation */
    #editRes .left {
        width: 50%;
    }

    #editRes .xdsoft_datetimepicker .time-top {
        margin-top: 0px;
    }
    /* @end */
}

@media all and (max-width : 1050px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #path1 {
        top: -20px;
    }
}
/* @end */

/* @group 975 */
@media only screen and (max-width : 975px) {
    #path1 {
        top: 0;
        left: -30px;
    }

    #path2 {
        right: -45px;
    }

    #path3 {
        left: -50px;
    }
    /* @group Rewards Steps */
    .rewards-steps .item {
        width: 50%;
        padding: 30px 40px;
    }

    .rewards-steps .flex-items .item:nth-of-type(odd) {
        padding-left: 0px;
    }

    .rewards-steps .flex-items .item:nth-of-type(even) {
        padding-right: 0px;
    }
    /* @end */
}
/* @end */

/* @group 897 */
@media only screen and (max-width : 897px) {
    /* @group General */
    /* @end */
    /* @group Banner */
    /* @group Relax for Rewards */

    .reservationPromoCode, .reservationPayPal {
        margin-bottom: 0 !important;
    }

    .RFR .banner-cards {
        min-width: 375px;
    }
    /* @end */

    /* @end */
    /* @group Home Callouts */
    .callouts {
    }

    .homepage .callouts .bx-wrapper {
        display: none;
    }

    .callouts .bx-wrapper .btn {
        top: 30px;
    }

    .reservation {
        width: 100%;
    }

    .detail .reservation h5 {
        font-size: 30px;
        line-height: 38px;
    }

    .reservation .select {
    }

    .reservation div.cs-select {
    }

    .reservation .info {
    }

    .reservation .btn {
    }

    .reservationBreakout p.heading {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 26px;
    }

    .right {
        padding-left: 0 !important;
    }

    .print-controls {
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-justify-content: center !important;
        justify-content: center !important;
    }
    /* @end */
    /* @group Social Feed */

    .grid-item, .grid-item--width2 {
        width: 33%;
    }

    .location-cards .compare {
        min-height: 527px;
        padding-bottom: 10px;
    }
    /* @end */
    /* @group Location List */
    .location-list ul.locations {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .location-list .locations li a {
        font-size: 24px;
        line-height: 28px;
        padding: 25px 0px;
    }
    /* @end */
    /* @group Make a Reservation */
    .reservation.fullpage {
        margin-bottom: 0px;
        text-align: center;
        padding: 30px;
    }

        .reservation.fullpage .info {
            margin-top: 15px;
        }

        .reservation.fullpage .icon-chevron-right {
        }

        .reservation.fullpage .icon-calendar-check {
            float: none;
        }

        .reservation.fullpage .btn.form, .reservation.fullpage .btn.form:first-of-type {
            width: 29%;
        }

        .reservation.fullpage div.select {
            width: 32%;
        }

        .reservation.fullpage input.btn {
            margin: 20px auto 0px auto;
            width: 270px;
        }

    .reservationContent .location-cards .left {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .reservationContent .location-cards .cost {
        width: 100%;
        text-align: center;
    }

    .reservationContent .reservationBreakout.checkout {
        width: 100%;
        float: none;
    }

    .reservationColRight {
        width: 100%;
        float: none;
        padding: 0;
    }

    .reservationAccountPrompt, .reservationCreateAccount {
        position: relative;
        bottom: 0;
        width: 100%;
        margin-bottom: 60px;
    }

        .reservationAccountPrompt h3 {
            font-size: 32px;
            line-height: 42px;
        }

    /* .reservationPaymentDetails .left {
        float: none;
        width: 100%;
    }

    .reservationPaymentDetails .right {
        float: none;
        width: 100%;
    } */
    /*
.reservationAccountPrompt .create-account-btn::after {
right: 30px;
}
*/
    .newReservationCard {
        width: 100%;
        float: none;
        margin: 30px 0;
    }

    .reservationPromoApplied .promoDeduction {
        float: none;
        text-align: left;
    }

    .dueMember {
        flex-direction: column;
    }

        .dueMember .due, .greenHalf {
            width: 100%;
            height: 100%;
        }

    .greenHalf {
        width: calc(100% + 60px);
        padding: 10px 30px 30px 30px;
        margin: 20px -30px -30px -30px;
        border-radius: 0px 0px 14px 14px;
    }

        .greenHalf::before {
            display: none;
        }
    /* @end */

    /* @group Reservation */
    .newReservationDetails {
        margin: 30px 10% 50px 10%;
    }

        .newReservationDetails .btn {
            display: block;
            margin: 10px auto;
        }

        .newReservationDetails .apple-wallet {
            margin: 20px auto;
            display: block;
        }

        .newReservationDetails .underlined {
            display: block;
            text-align: center;
        }

    .reservationColRight .checkbox {
        margin-bottom: 15px;
    }

    .form .left.monthYear {
        width: 48%;
    }
    /* @end */





    .travel-card {
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .travel-card .right {
            padding: 32px 32px 37px 32px;
            width: 100%;
        }

        .travel-card .left {
            padding: 40px;
            width: 100%;
            min-height: 200px;
        }

        .travel-card .btn {
            margin: 0 auto;
            display: block;
        }

        .travel-card .left h3, .blog-landing .travel-card .left h2, .category-landing-parent .travel-card.topic .left h2 {
            font-size: 28px;
            line-height: 34px;
        }

        .travel-card .left p, .travel-card .left div.p2.regular.white {
            display: none;
        }

        .travel-card.topic h3, .category-landing-parent .travel-card.topic .left h2 {
            font-size: 38px;
            line-height: 53px;
        }
    /* @end */
    /*@group Reservation Details*/
    .banner.reservations.detail {
        background-image: url('/images/FP/checkpattern-8.png') !important;
        background-color: #fff;
        background-size: 30px 25px;
        height: auto;
        padding-bottom: 0;
    }

        .banner.reservations.detail .inside {
            width: 100%;
        }

    .detail .reservation.fullpage {
        padding: 0;
        padding-top: 30px;
    }

    .banner.reservations.detail:before {
        background-image: none;
    }

    .reservation .reservationInfo {
        flex-wrap: wrap;
    }

    .reservations.detail .reservation {
        box-shadow: none;
        border-radius: initial;
    }

    .reservation .reservationInfo .resDetail .reservationLabel {
        margin-bottom: 15px;
        border: none;
        padding-top: 0;
        margin-top: 0;
    }

    .reservation .reservationInfo .resDetail {
        width: 30%;
        padding: 0 10px;
    }

    .reservation .reservationInfo .reservationExtras, .reservation .reservationInfo .reservationPay {
        width: 100%;
        flex-direction: row;
        justify-content: left;
        border-top: 1px solid #D8D8D8;
        padding: 5px 10px;
        align-items: center;
    }

        .reservation .reservationInfo .reservationExtras p, .reservation .reservationInfo .reservationPay p {
            font-size: 12px;
            margin-right: 10px;
            line-height: 22px;
            order: 2;
        }

    .reservation .reservationInfo .resDetail .reservationLabel p {
        font-size: 12px;
    }

    .reservation .reservationInfo .reservationExtras > p:nth-of-type(1) ~ p, .reservation .reservationInfo .reservationPay > p:nth-of-type(1) ~ p {
        flex-grow: initial;
    }

    .reservation .reservationInfo .reservationExtras .reservationLabel, .reservation .reservationInfo .reservationPay .reservationLabel {
        padding: 0;
        margin: 0;
        flex-grow: 2;
        order: 1;
    }
    /* @end */
    /* @group Traveler Types */
    .traveler-type {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        float: left;
        background-size: cover;
        height: 300px;
        position: relative;
        box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.27);
        background-position: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .traveler-type h4, .blog-landing .traveler-type h3 {
            width: 100%;
        }
    /* @end */
    /* @group Blog Post */

    .article-content .intro-content, .article-content .main-content, .related-content {
        padding: 20px 0;
    }

    .article-content .article-info {
        padding: 0;
    }

    .article-content .article-gallery {
        margin-right: 0;
    }

    .related-content .related-item {
        width: 49%;
    }

    /* @end */
    /* @end */
    /* @group Location Cards */
    .location-cards {
        text-align: center;
    }

        .location-cards .compare .text {
            text-align: left;
        }

            .location-cards .compare .text ul, .location-cards .one .details ul {
                margin: 5px 0px 5px 20px;
                -webkit-box-ordinal-group: 3;
                -moz-box-ordinal-group: 3;
                -webkit-order: 2;
                -ms-flex-order: 2;
                order: 2;
            }

        .location-cards .p4.blue {
            text-align: left;
        }

        .location-cards .miles {
            margin-left: 0px;
        }


        .location-cards .left {
            float: none;
            width: 100%;
        }

        .location-cards .card.one {
            background: rgba(255, 255, 255, 0.85) url('/images/FP/checkpattern-8.png');
            background: url('/images/FP/checkpattern-8.png'), -moz-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
            background: url('/images/FP/checkpattern-8.png'), -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.85)), color-stop(40%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
            background: url('/images/FP/checkpattern-8.png'), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
            background: url('/images/FP/checkpattern-8.png'), -o-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
            background: url('/images/FP/checkpattern-8.png'), -ms-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
            background: url('/images/FP/checkpattern-8.png'), linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
            background-size: 30px 25px, 100%;
        }

        .location-cards .one .details, .location-cards .one .manager, .location-cards .one .gallery-trigger {
            width: 49%;
        }

        .location-cards .cost {
            float: none;
            text-align: center;
            width: 100%;
            margin-bottom: 16px;
        }

            .location-cards .cost h1 {
                font-size: 90px;
                line-height: 77px;
            }

            .location-cards .cost h3 {
                font-size: 45px;
                line-height: 50px;
            }

        .location-cards p.small {
            margin-bottom: 10px;
        }

        .location-cards hr {
            margin: 15px 0px;
        }


        .location-cards .one img.location {
            margin-top: 0px;
        }

        .location-cards .manager img.face {
            position: relative;
            left: 0;
            margin: 0 auto;
            display: block;
            float: none;
        }

        .location-cards .manager {
            padding-left: 0px;
            padding-right: 0px;
            text-align: center;
        }

        .location-cards .one .manager {
            padding-left: 0px;
        }

            .location-cards .one .manager .address, .location-cards .two .manager .address {
                font-size: 22px;
                line-height: 30px;
                font-weight: 300;
                margin-top: 15px;
                margin-bottom: 40px;
            }

    .two .location-alert {
        background: url('/images/FP/orange-edge-left.png'), url('/images/FP/orange-edge-right.png');
        background-position: left top, right top;
        background-repeat: no-repeat;
        width: 100%;
    }

        .two .location-alert p {
            font-size: 14px;
            line-height: 18px;
            padding: 16px 10px;
        }

    /* @end */
    /* @group Location Details */
    .location-details .item {
        margin: 10px;
    }
    /* @end */
    /* @group Stress Free */

    .stress-free .inside {
        width: 100%;
    }

    .stress-free h3, .stress-free p, .stress-free svg {
        display: none;
    }

    .stress-free {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 0px 0px 40px 0px;
    }

        .stress-free img.logo {
            width: 80%;
        }

        .stress-free #park h1, .stress-free #relax h1, .stress-free #rewards h1 {
            float: none;
            text-align: center;
            width: 100%;
            font-size: 50px;
            font-weight: 400;
            margin-bottom: 10px;
        }

        .stress-free #park, .stress-free #relax, .stress-free #rewards {
            float: none;
            width: 100%;
            padding: 0;
            margin: 0;
        }

    #rewards {
        background: url('/images/FP/carpath.png') no-repeat center center;
    }

    .stress-free #rewards h1 {
        margin-bottom: 120px;
    }

    .stress-free #rewards a {
        float: none;
        margin: 15px auto;
        display: block;
        position: relative;
    }

    .stressfreeBtn {
        float: none;
        width: 100%;
    }

    #park h1, #relax h1, #rewards h1 {
        margin-left: 0;
    }
    /* @end */
    /* @group Travel Partner CTA*/
    .travel-partner .p3 {
        width: 100%;
    }
    /* @end */
    /* @group Video */

    .video h3, .video h2 {
        font-size: 32px;
        line-height: 39px;
    }

        .video .p3, .video h3.p3 {
            font-size: 20px;
            line-height: 24px;
        }

    /* @end */
    /* @group Rewards Details */
    .rewards-details .item {
        width: 45%;
        padding: 28px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, .4);
    }

        .rewards-details .item:nth-last-of-type(3) {
            border-bottom: 1px solid rgba(255, 255, 255, .4);
        }
    /* @end */
    /* @group Relax for Rewards */
    .my-next-reservation h3 {
        font-size: 32px;
        line-height: 39px;
    }

    .my-next-reservation .p4 {
        font-size: 20px;
        line-height: 28px;
        margin: 0;
    }

    .my-next-reservation .right {
        padding-left: 10px;
    }

    .redeem-points {
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .redeem-points .left {
            margin-bottom: 30px;
        }

    .my-freeday.small .bottom .left {
        margin-bottom: 0px;
    }

    .redeem-points .right, .redeem-points .left {
        width: 100%;
        padding-right: 0;
    }

    .my-free-days {
        height: auto;
        min-height: auto;
    }

        .my-free-days.nodays p {
            padding: 60px 0px;
        }

    .my-freeday.small {
        margin: 20px 1%;
    }

    .free-day .day-type .p2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .free-day h5 {
        font-size: 32px;
    }

    .free-day #points-required {
        font-size: 40px;
    }

    #viewPrintCard .right, #viewPrintCard .left {
        float: none;
        width: 100%;
    }

    #viewPrintCard .my-freeday {
        margin: auto;
    }

    .rewards-history, .referral-history {
        margin-top: 40px;
    }

    .refer input[type="email"], .refer input[type="text"] {
        width: 400px;
    }

    .referral-history #completed {
        width: 48%;
        font-size: 25px;
    }

    .referral-history #pending {
        left: auto;
        right: 0;
        width: 48%;
        font-size: 25px;
    }

    .referral-history .completed::before, .referral-history .pending::before {
        width: 48%;
    }

    .referral-history .pending::before {
        left: auto;
        right: 0;
    }
    /* @end */
    /* @group CTA */

    .cta .p4, .cta .p3, .cta h2.p4, .earn-free-parking .faq-block h3.p4, .relax-for-rewards-pane h3.p3 {
        width: 100%;
    }

    .account-profile.cta .p3 {
        width: auto;
    }

    /* @end */
    /* @group Forms */

    .form .p4, #customerreviewform h3.p4 {
        width: 100%;
    }

    .form .right, .form .left {
        width: 48%;
    }

    .form .middle {
        width: 10%;
    }

    .remodal.form .text {
        width: 100%;
    }
    /* @end */
    /* @group Reviews */
    .review-slider .bx-next, .review-slider .bx-prev {
        display: none;
    }
    /* @end */
    /* @group Footer */

    footer ul {
        margin-right: 20px;
    }
    /* @end */
    /* @group Edit a Reservation */
    #editRes .xdsoft_datetimepicker .xdsoft_datepicker, #editRes .xdsoft_datetimepicker .xdsoft_timepicker {
        float: none;
        width: 100%;
    }
    /* @end */
}

/* @end */
/* @group 768 */

/* @group 850 */
@media all and (max-width:850px) {
    .referral-history th {
        padding: 10px 5px;
    }

    table.dataTable tbody tr {
        cursor: pointer;
    }

    table.dataTable > tbody > tr > td:last-child,
    table.dataTable > tbody > tr > th:last-child {
        position: relative;
        padding-right: 50px;
    }

        table.dataTable > tbody > tr > td:last-child:after,
        table.dataTable > tbody > tr > th:last-child:after {
            top: 50%;
            right: 8px;
            position: absolute;
            text-align: center;
            cursor: pointer;
            content: '\e910';
            font-family: 'fastpark';
            font-weight: 400;
            font-size: 12px;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            transform: translate(0, -50%);
        }

    table.dataTable > tbody > tr > td.child:after,
    table.dataTable > tbody > tr > th.child:after {
        content: none;
    }

    table.dataTable > tbody > tr.parent > td:last-child:after,
    table.dataTable > tbody > tr.parent > th:last-child:after {
        -webkit-transform: translate(0, -50%) rotate(45deg);
        -ms-transform: translate(0, -50%) rotate(45deg);
        transform: translate(0, -50%) rotate(45deg);
    }

    table.dataTable > tbody > tr > td:first-child {
        font-family: 'Bitter', serif;
        font-weight: 600;
    }

    table.dataTable > tbody > tr > td.child,
    table.dataTable > tbody > tr > th.child {
        padding-right: 0;
        font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
        font-weight: inherit;
        text-align: left;
    }

    table.dataTable > tbody > tr.child ul.dtr-details li {
        font-size: 14px;
        border-bottom: none;
    }

    .referral-history .child td {
        text-align: left;
    }
}

/* @end */
/* @group 850 */




@media only screen and (max-width : 768px) {
    .inside.pca-member-cards .receipt.membership .left {
        padding-right: 0px;
    }

    .radio .half {
        width: auto;
        max-width: 49%;
    }

    /* @group General */
    .small-stories .storyContent {
        margin-left: 230px;
    }

    .remodal h3 {
        font-size: 36px;
        line-height: 40px;
    }
    /* @end */
    /* @group Header */
    header .right p, header .right span {
        display: none;
    }

    header img {
        width: 250px;
    }

    header .signedin {
        margin-top: 5px;
    }

    header .right .right {
        margin-top: 0px;
    }

    header .signedin.right .left {
        display: none;
    }
    /* @end */
    /* @group Banner */
    .banner {
        height: 200px;
        overflow-x: hidden;
    }

        .banner .bx-wrapper {
            height: 200px;
        }

            .banner .bx-wrapper img {
                height: 200px;
            }

        .banner .bx-viewport {
            height: 200px;
        }

        .banner.location {
            height: 316px;
            background-position: center 50px;
        }

        .banner.locations::before {
            background-image: url('/images/FP/arrowpattern.png'), url('/images/FP/banneroverlay-locations.png');
            background-repeat: repeat-x, no-repeat;
            background-position: top left, right -15px;
            background-size: auto, 150%;
            content: " ";
            height: 100%;
            width: 100%;
            position: absolute;
            z-index: 1;
        }

        .banner.RFR {
            height: 106px;
        }

            .banner.RFR .inside {
                height: 100%;
            }

            .banner.RFR::before {
                background-image: url('/images/FP/arrowpattern.png');
                background-repeat: repeat-x;
                background-position: top left;
            }

        .banner.earn {
            height: 270px;
        }

        .banner .text {
            display: none;
        }

    .banner-text-mobile {
        display: block;
        text-align: center;
        padding: 25px 0px 15px 0px;
        z-index: 200;
        position: relative;
        background: #fff;
    }

        .banner-text-mobile .p4, .blog-landing .banner-text-mobile h2.p4, .location-landing .banner-text-mobile h2.p4 {
            font-family: 'robotothin';
            font-weight: 100;
        }

        .banner-text-mobile .cs-select {
            margin-top: 25px;
        }

    .banner .tip {
        position: absolute;
        right: -40px;
        bottom: 0px;
        z-index: 200;
        height: 100px;
        width: 100px;
        border-left: 80px solid transparent;
        border-right: 110px solid rgba(113, 153, 50, .8);
        border-bottom: 0px solid transparent;
        border-top: 170px solid transparent;
    }

    .banner .tiptext p {
        display: none;
    }

    .banner.reservations {
        height: 544px;
    }

        .banner.reservations .inside {
            width: 90%;
        }
    /* @end */
    /* @group Banner Cards */
    .banner .inside {
        width: 100%;
    }

    .banner-cards {
        position: absolute;
        width: auto;
        min-width: 100%;
        top: 0;
    }
    /* @group Relax for Rewards */
    .RFR .banner-cards {
        min-width: 100%;
    }
    /* @end */
    .city-title {
        border-radius: 0px;
        box-shadow: 0px 2px 4px rgba(0,0,0,.25);
        padding: 10px 5%;
    }

        .city-title h3, .location-detail-page .city-title h1 {
            font-size: 26px;
            line-height: 30px;
            margin: 0px;
            margin-top: 5px;
            margin-bottom: 3px;
        }

        .city-title p, .city-title h2 {
            line-height: 22px;
            font-size: 16px;
            margin-bottom: 5px;
        }

    #weather .p2 {
        font-size: 18px;
        font-weight: 300;
    }

    #weather span[class*="icon"] {
        vertical-align: middle;
    }

        #weather span[class*="icon"]:before {
            font-size: 38px;
            line-height: 38px;
        }

    .status-card {
        border-radius: 0px;
        min-height: 40px;
        margin-top: -5px;
        padding: 5px 5% 0px 5%;
    }

        .status-card a.plus {
            line-height: 52px;
            display: none;
        }

            .status-card a.plus.mobile {
                display: block;
            }

        .status-card span {
            padding-right: 8px;
        }

            .status-card a.delay, .status-card span.delay {
                font-size: 11px;
                line-height: 14px;
                font-weight: 300;
            }

    .delay-card {
        display: none;
    }

    .lot-compare {
        background: rgba(0, 0, 0, .75);
        position: absolute;
        z-index: 500;
        padding: 20px 20px 40px 20px;
        border-radius: 14px;
        margin: 15px auto;
        display: block;
        top: 160px;
        left: 2.5%;
        width: 95%;
    }

        .lot-compare h6, .lot-compare p {
            color: #fff;
        }

        .lot-compare .p5 {
            color: #9DDD2D;
        }

        .lot-compare .plus {
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            color: #fff;
            display: inline-block;
            font-weight: 300;
            font-size: 24px;
            position: absolute;
            top: 10px;
            right: 20px;
        }
    /* @end */
    /* @group Nav */
    nav .accordion {
        margin-top: 0px;
    }

    nav .col {
        width: 100%;
        border-top: 1px solid #9B9B9B;
        padding: 0px;
    }

        nav .col a {
            padding: 10px 2px;
            display: block;
        }

        nav .col:nth-of-type(1), nav .col:nth-of-type(2) {
            width: 100%;
        }

        nav .col ul {
            display: block;
            display: none;
            -webkit-column-count: 1;
            -moz-column-count: 1;
            column-count: 1;
            -webkit-column-gap: 0px;
            -moz-column-gap: 0px;
            column-gap: 0px;
            position: relative;
            opacity: 0;
            -webkit-transition: opacity .5s ease-in-out;
            transition: opacity .5s ease-in-out;
            border-top: 1px solid #9B9B9B;
        }

    nav .accordion .inner {
        overflow: hidden;
        display: none;
        opacity: 0;
        -webkit-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
    }

    nav .col ul.show {
        -webkit-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
    }

    nav .col ul:before {
        position: absolute;
        top: 0px;
        left: 0;
        content: " ";
        width: 100%;
        height: 2px;
        background: #fff;
    }

    nav .col li {
        width: 48%;
        float: left;
        padding: 0px;
    }

        nav .col li:nth-of-type(even) {
            width: 48%;
            float: right;
        }

        nav .col li a {
            padding: 10px 2px;
            height: auto;
        }

    nav ul.locations {
        margin-bottom: 0px;
    }

    nav .res-form {
        display: none;
    }

    nav li a {
        height: auto;
    }

    nav a h6 {
        display: inline-block;
        border-bottom: none;
        padding: 0;
        font-size: 16px;
    }

    nav .accordion a.toggle {
        width: 100%;
        display: inline-block;
        padding: 0px;
        border: none;
    }

    nav a.toggle:after {
        font-size: 11px;
        top: calc(50% - 11px);
        display: block;
    }

    nav .search {
        display: block;
        width: 100%;
        position: relative;
    }

        nav .search input {
            width: 90%;
            font-size: 12px;
            color: #9B9B9B;
            font-style: italic;
            border: none;
            box-shadow: none;
            outline: none;
            padding: 14px 2px;
            float: left;
            -webkit-appearance: none;
            border-radius: 0px;
            background: none;
        }

            nav .search input:focus {
                box-shadow: none;
            }

        nav .search a {
            font-size: 21px;
            width: 10%;
            float: right;
            padding: 10px 2px 15px 0px;
            color: #4A4A4A;
        }

        nav .search span {
            float: right;
        }



    /* @end */
    /* @group Home Callouts */
    .callouts {
        display: block;
        margin-top: 30px;
    }

        .callouts .bx-wrapper {
            width: 100%;
            margin-bottom: 30px;
        }

            .callouts .bx-wrapper .btn {
                top: -20px;
            }

    /* @end */
    /* @group Subhead */
    .subhead a.toggle {
        position: absolute;
        top: 15px;
        right: 10px;
        border: none;
        z-index: 100;
        display: block;
    }

        .subhead a.toggle::after {
            color: #fff;
        }

    .sub-section-nav h3 {
        display: block;
        font-size: 20px;
        line-height: 24px;
        margin: 0;
    }

    .sub-section-nav {
        padding: 15px 20px;
    }

        .sub-section-nav a.sub-section-toggle {
            width: 100%;
            display: block;
            color: #4A4A4A;
            padding: 15px 30px 40px 0;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            position: absolute;
            top: 0;
            right: 10px;
            border: none;
            z-index: 100;
            margin: 0;
        }

        .sub-section-nav a.sub-section-drop-toggle {
            position: static;
            padding: 0;
        }

        .sub-section-nav a.sub-section-toggle::after, .sub-section-nav .links .sub-section-drop-toggle:after {
            content: '\e910';
            font-family: 'fastpark';
            font-weight: 400;
            font-size: 17px;
            color: #4A4A4A;
            position: absolute;
            right: 0;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
            left: inherit;
            bottom: inherit;
            border: none;
            width: auto;
            height: auto;
        }

        .sub-section-nav .links .sub-section-drop-toggle:after, .sub-section-nav .links .sub-section-drop-toggle.active:after {
            display: block;
            top: 16px;
            right: 15px;
        }

        .sub-section-nav .linksWrapper {
            display: none;
            padding-top: 15px;
            transition: opacity 1s ease-in-out;
        }

        .sub-section-nav .links {
            display: block;
        }

            .sub-section-nav .links a {
                display: block;
                text-align: left;
                border-right: none;
                font-size: 16px;
                font-weight: 400;
                line-height: 20px;
            }

            .sub-section-nav .links li {
                border-bottom: 1px solid #979797;
                Margin: 0 15px;
                display: block;
            }

            .sub-section-nav .links a.active {
                color: #f5a623;
                font-weight: 700;
            }

                .sub-section-nav .links a.active::after {
                    display: none;
                }

            .sub-section-nav .links li:last-of-type {
                border-bottom: none;
            }

        .sub-section-nav .sub-section-drop {
            position: static;
            width: 100%;
            margin: 0;
            padding: 15px;
            padding: 0;
            padding-top: 15px;
            background-color: inherit;
            moz-box-shadow: inherit;
            -webkit-box-shadow: inherit;
            box-shadow: none;
            transition: opacity 1s ease-in-out;
        }

        .sub-section-nav li .sub-section-drop a {
            text-align: left;
            margin: 0 15px;
            padding: 10px 0;
            width: auto;
        }

        .sub-section-nav .sub-section-drop:before {
            display: none;
        }
    /* @end */
    /* @group Page Title */
    .page-title {
        padding: 20px 0px 5px 0px;
    }

        .page-title h3, .page-title h1 {
            font-size: 20px;
            line-height: 44px;
        }
    /* @end */



    /* @group Subnav */
    .subnav1 {
        display: none;
        opacity: 0;
        -webkit-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
    }

        .subnav1.show {
            -webkit-transition: opacity 1s ease-in-out;
            transition: opacity 1s ease-in-out;
        }

        .subnav1 .links, .subnav1 .links div {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            display: block;
        }

        .subnav1 a {
            display: block;
            text-align: left;
            margin: 0px 15px;
            padding: 15px 0px;
            border-right: none;
            border-bottom: 1px solid #979797;
        }

            .subnav1 a.active::after {
                display: none;
            }

            .subnav1 a:last-child {
                border-bottom: none;
            }
    /* @end */
    /* @group Sub Section Nav */

    .sub-section-nav {
        z-index: 2;
        position: relative;
        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .sub-section-nav, .sub-sub-section-nav {
        background: url('../images/checkpattern-8.png') repeat left top;
        background-size: 20px 20px;
        padding: 0 20px;
        background-color: #fff;
    }

        .sub-section-nav .links, .sub-sub-section-nav .links {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            text-align: center;
        }

        .sub-section-nav.stick, .sub-sub-section-nav.stick {
            top: 51px;
            z-index: 1000;
            position: fixed;
            width: 100%;
        }

        .sub-sub-section-nav.stick {
            top: 105px;
            z-index: 999;
        }

    .subsectionnav-phantom, .subsubsectionnav-phantom {
        height: 53.333px;
        visibility: hidden;
    }

    .sub-section-nav a, .sub-sub-section-nav a {
        display: inline-block;
        text-align: center;
        margin: 0px 15px 0px 0px;
        padding: 0px 15px 0px 0px;
        border-right: 1px solid #979797;
        color: #4A4A4A;
        position: relative;
        font-size: 14px;
        font-weight: 400;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }

        .sub-section-nav a:hover, .sub-sub-section-nav a:hover {
            color: #f5a623;
        }
        /*.sub-section-nav a:last-of-type, .sub-sub-section-nav a:last-of-type{
	        padding-right: 0px;
	        margin-right: 0px;
	    }*/
        .sub-section-nav a.active, .sub-sub-section-nav a.active {
            color: #f5a623;
            font-weight: 700;
        }

            .sub-section-nav a.active::after, .sub-sub-section-nav a.active::after {
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #000;
                position: absolute;
                bottom: -15px;
                left: calc(50% - 10px);
                content: '';
            }
    /*.sub-section-nav::before, .sub-sub-section-nav::before {
	        content:"";
	        position: absolute;
	        left: -6px;
	        width: 50%;
	        height: 16px;
	        bottom: -15px;
	        background: #fff url('../images/checkpattern-8.png') repeat-x left top;
	        background-size: 20px 20px;
	        -webkit-transform: skew(-40deg);
	        -moz-transform: skew(-40deg);
	        -o-transform: skew(-40deg);
	        -ms-transform: skew(-40deg);
	        transform: skew(-40deg);
	        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	    }
	    .sub-section-nav::after, .sub-sub-section-nav::after {
	        content:"";
	        position: absolute;
	        right: -6px;
	        width: 50%;
	        height: 16px;
	        bottom: -15px;
	        background: #fff url('../images/checkpattern-8.png') repeat-x left top;
	        background-size: 20px 20px;
	        -webkit-transform: skew(40deg);
	        -moz-transform: skew(40deg);
	        -o-transform: skew(40deg);
	        -ms-transform: skew(40deg);
	        transform: skew(40deg);
	        -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	        -web*!/kit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	    }*/
    .sub-section-nav li:last-child a, .sub-sub-section-nav li:last-child a {
        border-right: none;
    }

    .sub-section-nav a.sub-section-drop-toggle {
        display: flex;
        position: static;
    }

    .sub-section-nav h3, .sub-section-nav a.sub-section-toggle {
        display: none;
    }


    .sub-section-nav ul, .sub-section-nav li {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .sub-section-nav li {
        padding: 15px 0;
        position: relative;
        display: flex;
    }

        .sub-section-nav li a {
            display: inline-block;
            text-align: center;
            margin: 0;
            padding: 0 15px;
            border-right: 1px solid #979797;
            color: #4A4A4A;
            position: relative;
            /*font-size: 14px;
            font-weight: 300;*/
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            align-items: center;
            line-height: 18px;
        }

            .sub-section-nav li a:hover {
                color: #f5a623;
                background-image: url(images/white_arrow_shadow.png);
                background-position: bottom 50%;
            }

            /*.sub-section-nav li:hover a.active::after {
    display: none;
}*/

            .sub-section-nav li a.active {
                color: #f5a623;
                font-weight: 400;
            }

    .sub-section-nav .sub-section-drop {
        display: none;
        position: absolute;
        top: 48px;
        width: 200px;
        background-color: #fff;
        left: 50%;
        margin-left: -100px;
        -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.6), 0 1px 1px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.6), 0 1px 1px rgba(0, 0, 0, 0.5);
        box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.6), 0 1px 1px rgba(0, 0, 0, 0.5);
        padding: 10px 20px;
    }

        .sub-section-nav .sub-section-drop:before {
            position: absolute;
            top: -13px;
            left: calc(50% - 15px);
            content: url('../images/white_arrow_shadow.png');
        }

    .sub-section-nav li .sub-section-drop a {
        padding: 10px 0;
        width: 100%;
        display: block;
        border-bottom: 1px solid #979797;
        border-right: none;
        text-align: center;
        margin: auto;
    }

        .sub-section-nav li .sub-section-drop a:last-of-type {
            border-bottom: none;
        }

    @media all and (min-width:769px) {
        .sub-section-nav li:hover .sub-section-drop {
            display: block;
        }

        .sub-section-nav a.sub-section-drop-toggle:after {
            display: none;
        }

        .sub-section-nav a.active.sub-section-drop-toggle:after {
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #000;
            position: absolute;
            bottom: 0;
            left: calc(50% - 10px);
            content: '';
            display: block;
        }
    }

    /* @end */
    /* @group Mobile Nav */
    .mobile-nav {
        display: block;
        margin-bottom: 60px;
    }

        .mobile-nav ul {
            margin-left: 0px;
        }

        .mobile-nav li {
            border-bottom: 1px solid #979797;
            padding: 13px 4px;
            list-style: none;
        }

            .mobile-nav li:first-of-type {
                padding: 0px 4px;
            }

            .mobile-nav li h4 {
                margin: 0;
            }

            .mobile-nav li a {
                color: #4A4A4A;
                font-size: 14px;
                font-weight: 700;
            }

                .mobile-nav li a:hover {
                    color: #F5A623;
                }

                .mobile-nav li a.active {
                    color: #F5A623;
                }
    /* @end */
    /* @group Social Feed */
    .grid-item, .grid-item--width2 {
        width: 100%;
    }

    .grid-item {
        display: none;
    }

        .grid-item:nth-of-type(1), .grid-item:nth-of-type(2), .grid-item:nth-of-type(3) {
            display: block;
        }

    /* @end */
    /* @group Reviews */

    blockquote {
        font: 400 18px/26px 'Bitter', serif;
        font-style: italic;
        margin: 20px auto 0px auto;
    }

    .review {
        padding: 20px 0px 40px 0px;
    }

        .review h3, .review h2 {
            font-size: 24px;
            line-height: 30px;
        }

        .review .p5, .review p.blue {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 0px;
        }

    /* @end */
    /* @group Review List */

    .review-list h3, .review-list h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .review-list .p4, .review-list h2.p4 {
        font-size: 18px;
        line-height: 22px;
    }

    .review-item {
        padding: 20px 0px 30px 0px;
    }

    /* @end */
    /* @group Your Travel Partner  & COMPANY NEWS BLOG ITEMS*/
    .page-title.travel {
        display: block;
    }

    .topic-title .left {
        float: none;
        width: 100%;
    }

    .topic-title .right {
        float: none;
        text-align: left;
        width: 100%;
    }

    .sub-topics a.toggle {
        position: relative;
        top: 0px;
        left: 0;
        right: 10px;
        border: none;
        z-index: 100;
        display: block;
    }

    .categories {
        display: block;
        display: none;
        opacity: 0;
        -webkit-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
    }

        .categories.show {
            -webkit-transition: opacity 1s ease-in-out;
            transition: opacity 1s ease-in-out;
        }

        .categories span {
            display: none;
        }

        .categories a {
            display: block;
            text-align: left;
            margin: 0px;
            padding: 15px 0px;
            border-right: none;
            border-bottom: 1px solid #979797;
        }

    /* @group Travel Banner */

    .banner.blog-sub .card {
        width: 100%;
        min-width: 100%;
        border-radius: 0px;
        padding: 25px 25px 0px 25px;
    }

    .banner.blog-sub {
        background-size: cover;
        background-position: top;
    }

        .banner.blog-sub::before {
            /*height: 60%; */
        }

    /* @end */

    /* @group Travel Cards */
    .topic-cards {
        margin: 0;
    }

    .travel-card.topic {
        width: 100%;
        margin: 15px 0;
    }

    .travel-card .text .p2 {
        display: none;
    }

    .travel-card.topic .left, .travel-card.topic .right {
        padding: 32px 32px 37px 32px;
    }

    .travel-card.topic .left {
        min-height: 200px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        position: relative;
    }

        .travel-card.topic .left::before {
            content: '';
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            display: block;
            background: rgba(0,0,0,0);
            background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 90%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(90%, rgba(0,0,0,0.8)));
            background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 90%);
            background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 90%);
            background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 90%);
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 90%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
            position: absolute;
            z-index: 1;
        }

    .travel-card.topic h3, .category-landing-parent .travel-card.topic .left h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .travel-card h5, .blog-landing .travel-card .right h3, .category-landing-parent .travel-card.topic .right h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .travel-card p {
        font-size: 16px;
        line-height: 20px;
    }

    /* @end */

    /* @group Travel SubTopic */
    .large-stories {
        display: block;
        margin: 25px 0px;
    }

        .large-stories .story {
            width: 100%;
            margin: 50px 0px;
        }

            .large-stories .story h4, .small-stories .story h4, .company-news-landing .small-stories .story h3, .company-news-landing .large-stories .story h3, .nochild-category-landing .large-stories .story h2, .nochild-category-landing .small-stories .story h2, .category-landing-child .large-stories .story h2, .category-landing-child .small-stories .story h2 {
                font-size: 22px;
                line-height: 26px;
            }

            .large-stories .story .p5, .small-stories .story .p5 {
                font-size: 16px;
                line-height: 20px;
            }

    .small-stories .story img {
        width: 200px;
        margin-right: 30px;
        margin-bottom: 10px;
    }

    .story .content {
        margin-left: 230px;
    }

    /* @end */
    /* @group Blog Post */

    .article-content {
    }

    /* @end */

    /* @end */
    /* @group Travel Partner CTA*/
    .travel-partner {
        display: none;
    }

    /* @end */
    /* @group CTA */

    .cta {
        margin: 30px auto;
    }

        .cta h3, .earn-free-parking .cta h1.heading1, .earn-free-parking .faq-block h2, .wpwu-hiw .cta h1.heading1, .contact-us-top h2.heading2, .contact-us-top h1.heading1, .relax-for-rewards-pane h2 {
            font-size: 24px;
            line-height: 30px;
        }

        .cta .p4, .cta h2.p4, .earn-free-parking .faq-block h3.p4 {
            margin: 10px auto;
            font-size: 16px;
            line-height: 20px;
        }

        .cta .p3, .relax-for-rewards-pane h3.p3 {
            margin: 10px auto;
            font-size: 16px;
            line-height: 20px;
        }

        .cta .btn {
            margin-top: 20px;
        }

        .cta.rfr {
        }

            .cta.rfr .p4, .cta.rfr h3, .cta.rfr .underlined.center {
                text-align: left;
            }

        .cta .p4.center {
            text-align: center;
        }

    /* @end */
    /* @group Location List */

    .location-list {
        display: none;
    }
    /*.location-list{
    margin-top: 0px;
    padding-top: 0px;
}
.location-list .logo{
    margin-bottom: 20px;    
    margin-top: 38px;
}
.location-list h3, .location-list .p4{
    display: none;
}
.location-list ul.locations{
    margin-top: 0px;
}
.location-list .locations li a{
    font-size: 18px;
}*/
    /* @end */
    /* @group Location Details */
    .location-details {
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .location-details h3, .location-landing .location-details h2, .location-detail-page .location-details h2 {
            font-size: 24px;
            line-height: 30px;
        }

        .location-details .p4, .location-landing .location-details h3.p4, .location-detail-page .location-details h3.p4 {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 30px;
        }

        .location-details hr {
            display: none;
        }

    .icon, #loc-items .icon, #loc-Extras-items .icon, #items-twolot .icon {
        width: 66px;
        height: 66px;
        border-radius: 50%;
        display: inline-block;
        margin: 0px;
        overflow: hidden;
        border: 4px solid #9DDD2D;
        position: relative;
        font-size: 40px;
        line-height: 66px;
    }

    .icon-plug {
        font-size: 50px;
        line-height: 70px;
    }

    .icon-car-detail {
        line-height: 59px;
        font-size: 59px;
    }

    #loc-items .icon, #loc-Extras-items .icon, #items-twolot .icon {
        margin-top: -30px;
        margin-bottom: 10px;
    }

    .location-details .item {
        width: 100%;
        margin: 0px 0px 15px 0px;
    }

        .location-details .item a {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

        .location-details .item p, .location-details .item .p5.orange {
            text-align: left;
            padding-left: 22px;
            width: 65%;
        }

        .location-details .item .p5.gray {
            display: block;
            margin: 0;
        }

        .location-details .item .p5 {
            margin: 0;
            font-size: 14px;
            line-height: 18px;
        }

    .location-details p.orange, .location-details p.orange span {
        display: inline;
    }

    .remodal#items, .remodal#optionalExtras, .remodal#items-twolot {
        max-width: 100%;
        padding: 10%;
        overflow-y: auto;
    }

        .remodal#items::-webkit-scrollbar, .remodal#optionalExtras::-webkit-scrollbar, .remodal#items-twolot::-webkit-scrollbar {
            display: none;
        }

        .remodal#items .bx-wrapper .bx-next, .remodal#items .bx-wrapper .bx-prev,
        .remodal#optionalExtras .bx-wrapper .bx-next, .remodal#optionalExtras .bx-wrapper .bx-prev,
        .remodal#items-twolot .bx-wrapper .bx-next, .remodal#items-twolot .bx-wrapper .bx-prev {
            background: none;
            height: 90%;
            top: 50px;
        }

        .remodal#items .bx-wrapper .bx-next, .remodal#optionalExtras .bx-wrapper .bx-next, .remodal#items-twolot .bx-wrapper .bx-next {
            right: -35px;
        }

        .remodal#items .bx-wrapper .bx-prev, .remodal#optionalExtras .bx-wrapper .bx-prev, .remodal#items-twolot .bx-wrapper .bx-prev {
            left: -35px;
        }

    #loc-items h3, #loc-Extras-items h3, #items-twolot h3 {
        font-size: 36px;
        line-height: 39px;
        margin-bottom: 20px;
    }

    #loc-items .p4, #loc-Extras-items .p4, #items-twolot .p4 {
        font-size: 24px;
        line-height: 28px;
    }

    /*.city-detail {
		display: none;
	}*/


    /* @end */
    /*@group Social Feed*/
    .socialFeed {
        display: none;
    }
    /* @end */
    /* @group Image Gallery */

    .remodal.gallery {
        padding: 40px;
        max-width: 100%;
    }

        .remodal.gallery .bx-wrapper .bx-prev {
            left: -35px;
        }

        .remodal.gallery .bx-wrapper .bx-next {
            right: -35px;
        }
    /* @end */
    /* @group Location Cards */
    .location-cards {
        display: block;
        margin-top: -65px;
    }

        .location-cards .card {
            width: 100%;
            box-shadow: none;
            padding: 0 0 20px 0;
            margin-bottom: 14px;
            border-radius: 0px 0px 14px 14px;
            background: rgba(255, 255, 255, 0.85) url('/images/FP/checkpattern-8.png');
            background: url('/images/FP/checkpattern-8.png'), -moz-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 100%);
            background: url('/images/FP/checkpattern-8.png'), -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.85)), color-stop(5%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
            background: url('/images/FP/checkpattern-8.png'), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 100%);
            background: url('/images/FP/checkpattern-8.png'), -o-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 100%);
            background: url('/images/FP/checkpattern-8.png'), -ms-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 100%);
            background: url('/images/FP/checkpattern-8.png'), linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
            background-size: 30px 25px, 100%;
        }

        .location-cards .one {
            top: -45px;
            padding: 0;
            margin-bottom: 0px;
            border-radius: 14px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-direction: normal;
            -moz-box-direction: normal;
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

        .location-cards .card .card-inner-container, .location-two-lot .location-cards .card .card-inner-container {
            padding-top: 30px;
            padding-left: 10px;
            padding-right: 10px;
        }

    .location-two-lot .location-cards .card .card-inner-container {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .location-two-lot .location-cards .tab-content.active {
        border-top: 3px solid #9DDD2D;
    }

    .location-two-lot .location-cards .card-inner-container .compare {
        padding-top: 30px;
        /* border-right: 3px solid #9DDD2D;
        border-top: 3px solid #9DDD2D; */
    }

    .location-two-lot .location-cards #tab-1 .card-inner-container .compare {
        border-right: 3px solid #9DDD2D;
    }

    .location-two-lot .location-cards #tab-2 .card-inner-container .compare {
        border-left: 3px solid #9DDD2D;
    }

    .location-two-lot .location-cards .gallery-trigger {
        margin-top: 0;
    }

    .tab-content.two .location-alert {
        border-radius: 0;
    }

    #tab-1.two .location-alert {
        border-right: 3px solid #9DDD2D;
    }

    #tab-2.two .location-alert {
        border-left: 3px solid #9DDD2D;
    }

    .tab-content.two .location-alert p {
        border-radius: 0;
    }

    .location-cards .card.one {
        background: rgba(255, 255, 255, 0.85) url('/images/FP/checkpattern-8.png');
        background: url('/images/FP/checkpattern-8.png'), -moz-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 13%, rgba(255, 255, 255, 1) 100%);
        background: url('/images/FP/checkpattern-8.png'), -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.85)), color-stop(13%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
        background: url('/images/FP/checkpattern-8.png'), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 13%, rgba(255, 255, 255, 1) 100%);
        background: url('/images/FP/checkpattern-8.png'), -o-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 13%, rgba(255, 255, 255, 1) 100%);
        background: url('/images/FP/checkpattern-8.png'), -ms-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 13%, rgba(255, 255, 255, 1) 100%);
        background: url('/images/FP/checkpattern-8.png'), linear-gradient(to bottom, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 1) 13%, rgba(255, 255, 255, 1) 100%);
        background-size: 30px 25px, 100%;
    }

    .location-cards .card:nth-of-type(2) {
        display: none;
    }

    .location-cards .tabs {
        display: block;
        position: absolute;
        top: -45px;
        left: 0;
        width: 100%;
    }

        .location-cards .tabs a {
            position: relative;
            background: #4A4A4A;
            color: #A4A4A4;
            float: left;
            border-radius: 14px 14px 0px 0px;
            display: inline-block;
            height: 45px;
            width: 47%;
            padding: 10px;
            font-weight: 700;
            font-size: 14px;
            cursor: pointer;
            text-align: center;
            line-height: 14px;
        }

            .location-cards .tabs a + a {
                float: right;
            }

            .location-cards .tabs a:hover {
                color: #f5a623;
            }

            .location-cards .tabs a.active {
                /* background: rgba(255, 255, 255, 0.85) url('/images/FP/checkpattern-8.png');*/
                background: #9DDD2D;
                background-size: 30px 25px, 100%;
                color: #4A4A4A;
                position: relative;
                border-radius: 0;
            }

            .location-cards .tabs a[data-tab="tab-1"].active:before {
                position: absolute;
                width: 25px;
                height: 48px;
                right: -24px;
                bottom: -3px;
                content: "";
                z-index: -1;
                background-image: url(../images/green-curve.svg);
            }

            .location-cards .tabs a[data-tab="tab-2"].active:before {
                position: absolute;
                width: 25px;
                height: 48px;
                left: -24px;
                bottom: -3px;
                content: "";
                z-index: -1;
                background-image: url(../images/green-curve-left.svg);
            }

            .location-cards .tabs a.active:after {
                content: ' ';
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 10px solid #4A4A4A;
                position: relative;
                display: block;
                top: 4px;
                left: calc(50% - 10px);
                z-index: 9;
            }

            .location-cards .tabs a:not(.active):after {
                content: "";
                position: absolute;
                bottom: 4px;
                left: 50%;
                width: 14px;
                height: 14px;
                transform: translateX(-50%);
                z-index: 1;
                background-image: url(../images/icon-plus-latest.svg);
            }

    .location-cards .compare {
        min-height: auto;
        padding-bottom: 20px;
    }

    .location-cards .cost {
        margin-bottom: 2px;
    }

    .location-cards p.small {
        font-size: 14px;
        line-height: 20px;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .location-cards .p3, .location-detail-page .location-cards h2.p3 {
        font-size: 29px;
        line-height: 33px;
    }

        .location-cards .p3.light {
            font-size: 18px;
            line-height: 25px;
        }

    .location-cards .p4 {
        margin: 0 auto;
    }

    .location-cards .blue {
        margin-top: 10px;
    }

    .location-cards .p4.blue {
        margin-top: 0px;
    }

    .location-cards .p4.blue, .location-cards .blue {
        /*margin: 30px auto 20px auto;
			width: 75%;*/
        order: 2;
        font-size: 18px;
        line-height: 25px;
    }

    .location-cards .miles {
        margin-left: -20px;
    }

    .location-cards .btn, .location-cards .lot .btn {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .location-cards .compare .text {
        min-height: auto;
    }

    .location-cards .two .compare,
    .location-cards .two .compare .left {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
    }

        .location-cards .two .compare .p3.bold,
        .location-cards .two .text, .location-detail-page .location-cards .compare h2.p3.bold {
            -webkit-box-ordinal-group: 3;
            -moz-box-ordinal-group: 3;
            -webkit-order: 2;
            -ms-flex-order: 2;
            order: 2;
        }

        .location-cards .two .compare .p3.light,
        .location-cards .two .compare p.small,
        .location-cards .two .btn {
            -webkit-box-ordinal-group: 2;
            -moz-box-ordinal-group: 2;
            -webkit-order: 1;
            -ms-flex-order: 1;
            order: 1;
        }

    .location-cards .two .text {
        margin-top: 10px;
    }

    .location-cards .two .left .address, .location-cards .two hr {
        display: none;
    }

    .location-cards .p5 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 7px;
        margin-top: 0px;
    }

    .location-cards .compare .text ul, .location-cards .one .details ul {
        text-align: left;
        list-style: inherit;
    }

    .location-cards .manager {
        margin: 0px;
    }

        .location-cards .manager .mobile {
            display: none;
            margin-top: 45px;
        }

    .location-cards .one .manager .btn {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .location-cards .manager h5, .location-cards .one .manager h5 {
        font-size: 20px;
        line-height: 26px;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .location-cards .manager .phone, .location-cards .manager .email {
        font-size: 16px;
        line-height: 20px;
    }

    .location-cards .manager .phone, .location-cards .one .manager .phone {
        display: block;
        margin: 10px 0px;
    }

    .location-cards .one .manager .address, .location-cards .two .manager .address {
        font-size: 16px;
        line-height: 20px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .location-cards .one .manager .phone .fa-phone, .location-cards .manager .phone .fa-phone {
        display: inline-block;
        font-size: 28px;
    }

    .location-cards .one .details, .location-cards .one .manager {
        float: none;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .location-cards .gallery-trigger, .location-cards .one .gallery-trigger {
        width: calc(100%);
    }

    .location-cards .one img.location {
        margin: 0;
        width: 100%;
    }


    .location-cards .one .gallery-trigger, .location-cards .one .lot .btn:nth-of-type(1), .location-cards .one .lot p {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .location-cards .one .manager, .location-cards .one .manager img.face, .location-cards .one h5, .location-cards .one .p5, .location-cards .one .manager .phone, .location-cards .one .manager .email, .location-cards .one .manager .address, .location-cards .one .manager .mobile, .location-cards .one .manager a {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .location-cards .one .btn:nth-of-type(2) {
        display: none;
    }

    .two .location-alert {
        top: -115px;
        border-radius: 7.19px;
        background: none;
        width: 100%;
    }

        .two .location-alert p {
            border-radius: 7.19px;
        }

    /* @end */
    /* @group Map */
    #map {
        display: none;
    }
    /* @end */
    /* @group Make a Reservation */
    .banner.reservations .inside {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .banner.reservations.detail .inside {
        padding-bottom: 0;
    }

    .banner.reservations .reservation.fullpage {
        margin: 0;
    }

    .reservation {
        padding: 30px 20px;
    }

        .reservation.fullpage #show_depart {
            margin-top: -130px;
            left: 0;
        }

        .reservation.fullpage #show_arrive {
            margin-top: -58px;
            left: 0;
        }

    .callouts #show_depart {
        margin-top: -64px;
    }

    .callouts #show_arrive {
        margin-top: 5px;
    }

    .banner.reservations {
        height: auto;
    }

    .callouts .xdsoft_datetimepicker .xdsoft_datepicker, .callouts .xdsoft_datetimepicker .xdsoft_timepicker {
        width: 100%;
        float: none;
    }

    .callouts .reservation .info {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }

    .callouts .reservation .icon-chevron-right {
        display: none;
    }

    .reservation div.cs-select, .reservation .btn.form, .reservation input.btn, .reservation .btn.form:first-of-type, .reservation.fullpage div.cs-select, .reservation.fullpage .btn.form, .reservation.fullpage input.btn, .reservation.fullpage .btn.form:first-of-type {
        margin: 10px 0px;
        width: 100%;
    }

    .reservation {
        width: 100%;
        display: block;
        vertical-align: top;
    }

        .reservation.fullpage {
            margin: 0px 0px 30px 0px;
            text-align: center;
            padding: 30px;
        }

    .reservations.detail .reservation.fullpage .icon-calendar-check {
        margin-right: 22px;
    }

    .reservation h5, .reservation h3 {
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: bolder;
        line-height: 39px;
    }

    .reservations.detail .reservation h5 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .reservation div.cs-select {
        min-width: 100%;
    }

    .reservation .select {
        width: 100%;
        float: none;
    }

    .reservation .info {
        width: 100%;
        float: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0px;
    }

    .reservation.fullpage .info {
        margin-top: 15px;
    }

    .reservation .icon-chevron-right {
        display: none;
    }

    .reservation.fullpage .icon-calendar-check {
        float: none;
        margin-right: 0px;
    }

    .reservation div.select {
        width: 100%;
    }

    .reservation.fullpage div.select {
        /*margin-bottom: 20px;*/
        width: 100%;
    }

    .reservation div.cs-select, .reservation .btn.form, .reservation .btn:last-of-type, .reservation .btn.form:first-of-type, .reservation.fullpage div.cs-select, .reservation.fullpage .btn.form, .reservation.fullpage .btn:last-of-type, .reservation.fullpage .btn.form:first-of-type, .reservation.fullpage a#reserve_search {
        margin: 5px 0px;
        width: 100%;
    }

    .reservationContent .locationOptionsDesktop {
        display: none;
    }

    .reservationContent .locationOptionsMobile {
        display: block;
    }

    .bookNowMobileLoginUser {
        display: none;
    }

    .reservationBreakdownContainerLoginUser .disclaimer {
        margin-bottom: 0;
    }

    .locationOptionsMobile .bookNow {
        margin-bottom: 20px;
    }

    .reservation .view-cancel {
        margin-bottom: 0px;
    }

    .refer {
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0px;
    }

        .refer .left, .refer .right {
            width: 100%;
        }

        .refer .left {
            margin-bottom: 50px;
        }

    .form .reservationBreakdown .resTotal img {
        margin: 0 20px;
    }
    /* @end */
    /* @group Reservation Details */
    .reservationContent .cta.desktop {
        display: none;
    }

    .reservationContent .cta.mobile {
        display: block;
    }

    .reservationContent .reservationBreakout > div {
        width: 100%;
        margin-bottom: 0;
    }

        .reservationContent .reservationBreakout > div.fullWidth {
            margin-bottom: 0px;
        }

    /*  .reservationContent .reservationBreakout .reservationBreakdownContainer {
        margin-bottom: 60px;
    } */

    .reservationContent .reservationBreakout .reservationBreakdownContainer .resTotal .subheading {
        display: none;
    }

    .reservationContent .reservationBreakout .reservationBreakdownContainer .disclaimer {
        margin-top: 30px;
    }

    .reservationContent .reservationBreakout .reservationItemized, .reservationContent .reservationBreakout .reservationItemized li {
        max-width: 100%;
    }

    .reservationContent .locationOptionsMobile .accordion .locationOptions .locationOption .optionCost {
        text-align: left;
    }

    .reservationBreakdown .reservationItemized {
        border-bottom: none;
    }

    .locationOptionsMobile a.toggle {
        padding: 5px 30px 5px 0;
    }

    .locationOptionsMobile .accordion .toggle p {
        font-size: 24px;
        color: #1680DB;
    }

    .accordion .locationOptions .locationOption:nth-of-type(1) ~ div {
        border-top: 1px solid #D8D8D8;
        padding-top: 40px;
    }

    accordion .locationOptions .locationOption {
        font-size: 14px;
        line-height: 18px;
    }

    .accordion .locationOptions .locationOption p.p3 {
        font-size: 22px;
        line-height: 28px;
    }

    .accordion .locationOptions .locationOption p.p5 {
        font-size: 18px;
        line-height: 22px;
    }

    .accordion .locationOptions .locationOption a {
        font-size: 16px;
    }

    .accordion .locationOptions .locationOption {
        width: 100%;
        /* padding-bottom: 20px;*/
    }

        .accordion .locationOptions .locationOption:nth-of-type(1) ~ div {
            padding-top: 20px;
        }

    .reservationBreakdown .resTotal .icon-info {
        display: inline-block;
        vertical-align: top;
        margin-top: 12px;
        margin-left: 10px;
    }



    .accordion .locationOptions .locationOption .cost * {
        font-size: 28px;
        line-height: 32px;
        font-weight: bold;
        margin: 0;
    }

    .reservationBreakdown .resTotal .total {
        font-size: 100px;
    }

        .reservationBreakdown .resTotal .total .currency, .reservationBreakdown .resTotal .total .cents {
            font-size: 42px;
        }

    .accordion .locationOptions .locationOption .styledCheck {
        width: initial;
        margin-right: 10px;
        font-size: 12px;
    }

    :root .accordion .locationOptions .locationOption .styledCheck input[type="checkbox"]:checked + div::after {
        padding: 0.6em 0.3em;
    }

    .accordion .locationOptions .locationOption .optionInfo {
        margin-right: 0px;
    }

    .accordion .locationOptions .locationOption .additionalInformation {
        margin-left: 0px;
    }

    .guestuserloginformobile {
        display: none;
    }

    .reservationBreakout .bookNowMobile {
        display: block;
        text-align: center;
    }


    .reservationContent .locationOptionsMobile .accordion .locationOptions .locationOption .optionCost {
        width: calc(100% - 40px);
        text-align: left;
        margin-bottom: 10px;
        order: 1;
    }

    .reservationContent .locationOptionsMobile .accordion .locationOptions .locationOption .optionContent {
        flex-wrap: wrap;
    }

    .reservationContent .locationOptionsMobile .accordion .locationOptions .locationOption .styledCheck {
        display: block;
        float: left;
        width: 30px;
        order: 1;
    }

    .reservationContent .locationOptionsMobile .accordion .locationOptions .locationOption .optionInfo {
        flex-grow: 2;
        width: calc(100% - 40px);
        order: 2;
    }

    .accordion .locationOptions .locationOption.disabled::after {
        margin-left: 0px;
        margin-top: 10px;
        display: block;
    }

    .locationOptionsMobile .accordion .reservation-extra-service-title .p3 {
        font-size: 25px;
        line-height: 30px;
    }

    .reservationContent .locationOptionsMobile .accordion .locationOptions .locationOption.disabled .styledCheck {
        display: none;
    }

    /*Reservation Location Cards*/
    .location-cards.reservation-choose-location {
        margin-top: 90px;
    }
    /*End*/
    /* @end*/
    /* @group CTA Corporate */
    .cta-corporate .inside {
        padding: 40px 20px;
    }
    /* @end */
    /* @group Rewards Steps */
    .rewards-steps {
        margin-top: 30px;
        margin-bottom: 10px;
        text-align: center;
    }

        .rewards-steps h3, .rewards-steps .p4, .earn-free-parking .rewards-steps h2, .earn-free-parking .rewards-steps h3.p4 {
            display: none;
        }

        .rewards-steps .item {
            width: 100%;
            margin: 30px 20px;
            padding: 0;
        }

        .rewards-steps .btn {
            margin-bottom: 50px;
        }
    /* @end */
    /* @group Rewards Details */
    .rewards-details {
        padding: 45px 0px;
        text-align: left;
    }

        .rewards-details .p4, .rewards-details h3.p4 {
            margin-bottom: 38px;
        }

        .rewards-details .item {
            width: 100%;
        }

            .rewards-details .item:nth-last-of-type(2), .rewards-details .item:nth-last-of-type(3) {
                border-bottom: 1px solid rgba(255, 255, 255, .4);
            }

        .rewards-details h3, .rewards-details h2 {
            font-size: 32px;
            line-height: 39px;
        }

            .rewards-details .p4, .rewards-details h3.p4 {
                font-size: 18px;
                line-height: 22px;
            }
    /* @end */
    /* @group Fast Park Family */
    .FP-family .images {
        margin: 37px 20px 60px 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .FP-family .images > div {
            margin: 0 auto;
            display: block;
            width: 50%;
        }

            .FP-family .images > div:first-of-type {
                width: 50%;
            }

    .FP-family .fullwidth {
        width: 100%;
        height: 258px;
        margin-top: 60px;
    }

    /* @end */
    /* @group Going Green */
    .going-green .flex-items .item {
        width: 100%;
        padding: 0;
        margin: 20px 0px;
        background: none;
    }

    .going-green .item .p3 {
        margin: 23px 15px 10px 15px;
        width: auto;
        text-align: center;
        font-size: 20px;
        line-height: 28px;
    }

    .going-green .item .p4 {
        margin: 10px 15px;
        width: auto;
        text-align: center;
        font-size: 16px;
        line-height: 22px;
    }

    .going-green .item img {
        width: 105%;
        margin: 0px -2.5% 0px -2.5%;
    }
    /* @end */
    /* @group Relax for Rewards */
    .RFR .status-card {
        display: none;
    }

    .available-points {
        width: 100%;
        bottom: 0;
        background: rgba(255, 255, 255, .9);
        text-align: left;
        padding: 10px 5%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .available-points .p4 {
            font-size: 20px;
        }

            .available-points .p4::after {
                content: ":";
            }

        .available-points .p4, .available-points h1 {
            display: inline;
            margin: 0;
        }

        .available-points h1 {
            font-size: 30px;
            line-height: 30px;
            margin-left: 10px;
        }

    .my-next-reservation {
        padding: 0 0 20px 0;
    }

        .my-next-reservation p {
            text-align: left;
        }

        .my-next-reservation .left .btn {
            width: 49%;
        }

        .my-next-reservation .btn {
            margin-left: 0;
            margin-right: 0;
        }

        .my-next-reservation h3 {
            font-size: 24px;
            line-height: 34px;
        }

        .my-next-reservation .p4 {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 5px;
        }

    .reservation-list .reservation p {
        line-height: 18px;
    }

        .reservation-list .reservation p.reservationHeading {
            font-size: 20px;
        }

    #free-credit p {
        font-size: 14px;
        line-height: 18px;
        display: block;
    }

    .my-free-days.nodays p {
        padding: 30px 0px;
        font-size: 16px;
        line-height: 24px;
    }

    .free-day .checkbox {
        margin-top: 25px;
    }

        .free-day .checkbox label, .free-day .checkbox label.agree_terms a {
            font-size: 16px;
            line-height: 20px;
        }

    .receipt.membership {
        display: block;
        margin-top: 60px;
        margin-bottom: 20px;
    }

        .receipt.membership .left, .receipt.membership .right {
            width: 100%;
        }

    .card-descrip {
        display: none;
    }

    .memberCard .top {
        background: url('/images/FP/membercard-overlay.png') right center no-repeat, url('/images/FP/Peace.jpg') right bottom no-repeat;
        background-size: cover, cover;
        border-radius: 25px 25px 0px 0px;
        height: 200px;
    }

    .memberCard.beachCave .top {
        background: url('/images/FP/membercard-overlay.png') right center no-repeat, url('/images/FP/beachCave.jpg') right center no-repeat;
        /*background: url(../images/beachCave.jpg) center center no-repeat;*/
        background-size: cover, cover;
    }

    .receipt #arrive-time {
        display: block;
        width: 355px;
        max-width: 100%;
    }

    .receipt .select, .receipt .cs-select {
        width: 355px;
        max-width: 100%;
    }

    .receipt, .receipt.column {
        margin: 30px 0px;
    }

    .form .right.receipt-help {
        display: none;
    }

    a[href="#receipt-help"] {
        display: block;
    }

    .receipt-images img {
        margin: 0px;
        margin-top: auto;
        Width: 100%;
    }

    .cta .receipt-images .btn {
        margin: 0;
        margin-top: auto;
    }

    .receipt, .receipt.column {
        margin: 30px 0px;
    }

    .timepicker {
        display: none;
    }

    .reservation-list .btn, .reservation-list .reservation .btn:last-of-type {
        width: auto;
        padding: 13px 22px;
    }

    /*.account-profile .left, .account-profile .right {
        width: 100%;
        float: none;
    }*/

    .account-profile p.bold {
        /*margin-top: 20px;*/
    }

    .account-profile .p3 {
        /*margin-bottom: 20px;*/
    }

    .account-profile .right .checkedBG {
        margin-top: 50px;
    }

    .remodal#viewPrintCard .bx-wrapper .bx-next {
        right: -55px;
    }

    .remodal#viewPrintCard .bx-wrapper .bx-prev {
        left: -55px;
    }

    .RFR .city-title h3 {
        font-size: 26px;
    }

    .remodal#viewPrintReservation {
        max-width: 100%;
    }

    #viewPrintReservation .left, #viewPrintReservation .right {
        float: none;
        width: 100%;
    }

    #viewPrintReservation .left {
        margin-top: 15px;
    }

    #viewPrintReservation .right .p4 {
        margin-bottom: 40px;
    }

    .referral-history #completed, .referral-history #pending {
        top: 54px;
    }

    .refer {
        margin: 30px 0px;
    }

        .refer .left {
            margin-bottom: 30px;
        }

    .rewards-history, .referral-history {
        margin-top: 30px;
        width: 90%;
    }

        .rewards-history table {
            margin-top: 15px;
        }

        .rewards-history td p.bold {
            font-size: 16px;
        }

        .rewards-history td p.small {
            font-size: 13px;
            line-height: 18px;
            font-weight: 300;
        }

        .rewards-history td .receiptLink, .rewards-history .desktop {
            display: none;
        }

        .rewards-history thead th:nth-last-child(-n+2), .rewards-history tbody td:nth-last-child(-n+2) {
            text-align: right;
        }

        .rewards-history tbody td {
            vertical-align: middle;
            font-weight: 700;
        }

        .rewards-history table td p.p4.bold {
            font-size: 28px;
            text-align: right;
        }

        .rewards-history td .mobile {
            display: block;
        }

            .rewards-history td .mobile p {
                font-size: 12px;
                line-height: 14px;
                margin: 10px 0;
            }

    .account-profile .checkedBG .inside {
        width: 90%;
    }

    .account-profile .left, .account-profile .right, .account-profile .settings .left, .account-profile .settings .right {
        width: 48%;
    }

        .account-profile .right .checkedBG {
            margin-top: 50px;
        }

    .account-profile .checkedBG {
        padding: 25px 0px;
    }

    .account-profile p {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 5px;
    }

        .account-profile p.bold {
            margin-top: 15px;
        }

    .account-profile .p3 {
        font-size: 24px;
        line-height: 30px;
    }

    .account-profile .p4 {
        font-size: 20px;
        line-height: 25px;
    }

    .account-profile .checkedBG .btn {
        margin: 30px auto;
        width: 100%;
    }
    /* @end */
    /* @group Video */
    .video {
        max-height: auto;
        height: auto;
        padding: 0px 10px 0px 10px;
        margin-bottom: 30px;
        display: block;
        position: relative;
    }

        .video .text {
            padding: 0px 20px 20px 20px;
            position: relative;
            background: #fff;
        }

        .video h3, .video h2 {
            font-size: 24px;
            line-height: 30px;
            color: #4A4A4A;
            margin: 0px;
        }

            .video .p3, .video h3.p3 {
                font-size: 16px;
                line-height: 20px;
                color: #4A4A4A;
            }

        .video .text::after {
            content: '';
        }

        .video a {
            display: block;
        }

            .video a::before {
                font-size: 70px;
                content: '\e909';
                font-family: "fastpark";
                color: #fff;
                position: absolute;
                top: auto;
                bottom: calc(46% - 35px);
                left: calc(50% - 35px);
                -webkit-transition: all .5s;
                transition: all .5s;
                z-index: 100;
            }

        .video:hover a::before {
            color: #f5a623;
        }
    /* @end */
    /* @group Forms */
    .form {
        margin-bottom: 50px;
    }

        .form.gray {
            padding: 30px 0px 80px 0px;
        }

        .form form {
            margin-top: 37px;
        }

        .form.gray form {
            margin-top: 20px;
        }

        .form h3, #customerreviewform h2, .contact-us-form h2 {
            font-size: 28px;
            line-height: 32px;
        }

        .form .p4, #customerreviewform h3.p4 {
            font-size: 18px;
            line-height: 22px;
        }

        .form .form-sides {
            display: block;
        }

        .form .left, .form .right {
            width: 100%;
            float: none;
            padding-right: 0px;
            padding-left: 0px;
            display: block;
        }

        .form .middle {
            text-align: left;
            width: auto;
            display: block;
            margin-top: 0px;
        }

        .form textarea {
            height: 170px;
        }

    fieldset {
        margin: 10px 0 0 0;
    }

    .form legend {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .form .p3 {
        font-size: 20px;
        line-height: 24px;
    }

    .form label {
        font-size: 16px;
        line-height: 1.5em;
    }

        .form label a span.icon-info, .form legend a span.icon-info {
        }

    .form input[type="text"], .form input[type="email"], .form input[type="tel"], .form input[type="password"], .form textarea {
        margin: 5px 0px 15px 0px;
    }

    .credit-card-detail .expiration input {
        margin-right: 10px;
    }

    .form input[type="submit"] {
        margin: 25px auto 25px auto;
    }

    .remodal.form .text {
        width: 100%;
    }

    .remodal.form h3 {
        font-size: 30px;
        line-height: 38px;
        padding-bottom: 0;
    }

    .nameInput {
        display: block;
    }

        .nameInput .names {
            width: 100%;
            margin-bottom: 5px;
        }

        .nameInput .fixes {
            width: 100%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: justify;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -webkit-box-lines: multiple;
            -moz-box-lines: multiple;
            -ms-box-lines: multiple;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .nameInput .select {
            width: 48%;
            min-width: 48%;
        }

        .nameInput #yourName, .nameInput #lastName {
            margin-bottom: 10px;
        }

        .nameInput .select {
            margin-bottom: 14px;
        }

        .nameInput #suffix {
            margin-bottom: 10px;
            width: 48%;
        }

    .cityStateInput {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .cityStateInput .city {
            width: calc(100% - 210px);
        }

        .cityStateInput .state {
            width: 200px;
        }

        .cityStateInput .cs-select {
            width: 100%;
            min-width: 100%;
        }

        .cityStateInput ul {
            max-height: 300px;
            overflow-y: scroll;
        }

    .checkbox {
        text-align: left;
    }

    /*.password-checks {
        margin-top: -5px;
    }

    .form p.caption {
        margin-top: -10px;
    } */

    #memberNumber .text, .infobox .text {
        padding: 60px 20px;
    }
    /* @end */
    /* @group Need Help */
    .help {
        margin: 50px auto 50px auto;
    }

        .help .select .cs-select {
            width: 100%;
            /*min-width: 340px;*/
        }

        .help .manager, .help .manager.show {
            text-align: center;
            left: 0;
        }

            .help .manager img.face {
                position: relative;
                left: 0;
                margin: 0 auto;
                display: block;
                float: none;
            }

            .help .manager h5 {
                font-size: 20px;
                line-height: 26px;
                margin-top: 5px;
                margin-bottom: 0px;
            }

            .help .manager .phone, .help .manager .email {
                font-size: 16px;
                line-height: 20px;
            }

            .help .manager .phone {
                display: block;
                margin: 10px 0px;
            }

                .help .manager .phone .fa-phone {
                    display: inline-block;
                    font-size: 28px;
                }

            .help .manager .address {
                font-size: 16px;
                line-height: 20px;
                margin-top: 0px;
                margin-bottom: 10px;
            }
    /* @end */
    /* @group Footer */
    footer .top {
        padding: 23px 0px;
    }

    footer .social {
        display: none;
    }

        footer .social.mobile {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            margin-top: 0px;
            margin-bottom: 23px;
            width: 100%;
        }

            footer .social.mobile a {
                font-size: 36px;
            }

    footer ul {
        border-bottom: 1px solid #979797;
    }

        footer ul:first-of-type {
            border-top: 1px solid #979797;
        }

        footer ul, footer ul ul:last-of-type {
            margin: 0px;
            width: 100%;
        }

            footer ul ul, footer ul ul:last-of-type {
                display: none;
                margin: 0px;
                margin-bottom: 20px;
                border: none;
                opacity: 0;
                -webkit-transition: opacity .5s ease-in-out;
                transition: opacity .5s ease-in-out;
            }

                footer ul ul.show, ooter ul ul:last-of-type.show {
                    -webkit-transition: opacity 1s ease-in-out;
                    transition: opacity 1s ease-in-out;
                }

                footer ul ul:first-of-type {
                    border: none;
                }

            footer ul span {
                float: none;
            }

                footer ul span:last-of-type {
                    margin-left: 0px;
                }

    footer .links {
        margin-bottom: 24px;
    }

    footer .family .images {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        footer .family .images div {
            width: 20%;
        }

            footer .family .images div img {
                margin: 0;
                width: 100%;
            }

    footer .family {
        float: none;
        width: 100%;
    }

        footer .family p {
            display: none;
        }

    footer .copyright {
        text-align: center;
    }

    footer .heading {
        margin: 15px 0px;
        display: inline-block;
        border-bottom: none;
        padding: 0;
    }

    footer li.heading a {
        margin-bottom: 0px;
    }

    footer a.toggle, footer a.ftoggle {
        width: auto;
        display: inline;
        float: right;
    }

    footer .bottom .text p {
        display: none;
    }
    /* @end */

    /* @group Basic Template */

    /*Basic Template*/
    .main-content h5, .main-content h2.heading2 {
        font-size: 26px;
        line-height: 32px;
    }

    /*Search Results*/
    .search-box {
        padding: 0;
    }

    .search-results .result {
        padding: 20px 0;
    }

        .search-results .result h5 {
            font-size: 26px;
            line-height: 32px;
        }

        .search-results .result .p4 {
            font-size: 20px;
            line-height: 28px;
        }

    /* @end */

    /* @group Edit a Reservation */
    #editRes .left {
        width: 100%;
    }

    #editRes .xdsoft_datetimepicker .time-top {
        margin-top: 0px;
    }

    #editRes .xdsoft_datetimepicker .xdsoft_datepicker {
        width: 58%;
        float: left;
    }

    #editRes .xdsoft_datetimepicker .xdsoft_timepicker {
        width: 38%;
        float: right;
    }
    /* @end */

    /* @group SIGNED IN */
    .btn.rec {
        background-image: linear-gradient(-180deg, #FFFFFF 0%, #EEEEEE 100%);
        border: 1px solid #979797;
        border-radius: 4px;
        padding: 8px 6px;
        width: auto;
        text-transform: uppercase;
        color: #719932;
        font-size: 13px;
        line-height: 14px;
        font-weight: 700;
        margin: 0;
    }

        .btn.rec:hover {
            background-image: linear-gradient(-180deg, #FBDA61 0%, #F76B1C 100%);
            color: #FFFFFF;
        }

    header .right.signedin a {
        display: none;
    }

    header .right.signedin {
        margin: 0;
    }

    header .signedin .btn.rec {
        display: block;
    }

    nav .signout-link {
        display: block;
        color: #4A4A4A;
        text-align: right;
        font-size: 12px;
        font-weight: bold;
        padding-top: 16px;
        border-top: 1px solid #9b9b9b;
    }

        nav .signout-link.hidden {
            display: none;
        }

    .signedin.homepage .banner, .signedin.homepage .banner-text-mobile, .signedin.homepage .stress-free, .signedin.homepage .cta.rfr {
        display: none;
    }

    .homepage .mobilecard {
        display: block;
    }

        .homepage .mobilecard .memberCard {
            margin: 20px auto;
            width: 90%;
        }

        .homepage .mobilecard a {
            margin: auto;
            display: block;
            text-align: center;
        }
    /* @end */
}
/* @end */

/* @group 650 */
@media all and (max-width:650px) {

    .reservation-title {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .reservation h5 {
        margin-bottom: 10px;
        font-size: 25px;
        line-height: 30px;
        text-align: left;
        /* width: calc(100% - 82px);*/
        margin-left: 10px;
    }


    ul, ol {
        font-size: 16px;
    }

    .fortyPercent {
        width: 100% !important;
        height: auto;
    }

    /* @group Blog Post */

    .article-content {
        margin-top: 0px;
    }

        .article-content .intro-content h3, .article-content .intro-content h1.heading1, .article-detail .article-content .intro-content h1 {
            font-size: 32px;
            line-height: 42px;
        }

        .article-content .intro-content .p4, .article-content .intro-content .p4.blog-summary p {
            font-size: 20px;
            line-height: 28px;
        }

        .article-content .main-content p {
            font-size: 16px;
            line-height: 23px;
        }

        .article-content .article-gallery {
            max-width: 100%;
            margin: 0;
        }

        .article-content .main-content > img {
            float: right;
            max-width: 100%;
            padding: 0;
            padding-right: 0;
            padding-top: 0;
            padding-bottom: 20px;
            margin-right: 0px;
        }
    /* @end */
    /* @group Traveler Type Subpage */
    .travel-type-sub .background-image {
        position: initial;
        height: 200px;
    }

    .travel-type-sub .intro-content {
        color: #4A4A4A;
        width: 100%;
    }

        .travel-type-sub .intro-content h3, .travel-type-sub .intro-content h1 {
            font-size: 32px;
            line-height: 42px;
        }

            .travel-type-sub .intro-content .p4, .travel-type-sub .intro-content h3.p4 {
                font-size: 20px;
                line-height: 28px;
                color: #4A4A4A;
            }

    .travel-type-sub .content {
        padding: 0;
    }

    .travel-type-sub .content-item h5, .travel-type-sub .content-item h2, .travel-type-sub.pca-static-content .content-items .content-item h2.heading2 {
        font-size: 18px;
        margin-top: 10px;
    }

    #total-breakdown h5 {
        font-size: 24px;
        line-height: 32px;
    }

    #total-breakdown p.p4 {
        font-size: 18px;
        line-height: 24px;
    }
    /* @end */
    /* @group Relax for Rewards */
    .my-next-reservation .inside {
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

        .my-next-reservation .inside .right {
            flex-item-align: center;
            -ms-flex-item-align: center;
            -webkit-align-self: center;
            align-self: center;
        }

        .my-next-reservation .inside .btn {
            margin-bottom: 0px;
        }

    .my-next-reservation .nores {
        /*display: none;*/
    }

    .my-next-reservation .right {
        padding-left: 0px;
    }

    .my-next-reservation .inside .right .btn {
        margin-left: 0px;
        margin-top: 0;
    }

    .my-next-reservation .left {
        padding: 0;
    }

    .my-next-reservation .right .btn:nth-of-type(2) {
        display: none;
    }

    .my-next-reservation .cancel {
        margin-top: 8px;
    }

    /* .my-next-reservation .right .btn:last-child {
        display: none;
    } */

    .reservation-list {
        margin-top: 20px;
    }

    .my-freeday.small {
        width: calc(33% - 10px);
        max-width: 143px;
        min-width: 108px;
    }

        .my-freeday.small .middle h6 {
            font-size: 15px;
            line-height: 15px;
        }

        .my-freeday.small .bottom {
            padding: 5px 10px;
        }

            .my-freeday.small .bottom img {
                display: none;
            }

    .remodal#viewPrintCard {
        max-width: 100%;
    }

        .remodal#viewPrintCard .bx-wrapper .bx-next, .remodal#viewPrintCard .bx-wrapper .bx-prev {
            display: none;
        }

    #viewPrintCard .right h3 {
        margin-top: 30px;
    }

    #viewPrintCard .right .p4 {
        margin-bottom: 30px;
    }

    .account-profile .left, .account-profile .right, .account-profile .settings .left, .account-profile .settings .right {
        width: 100%;
        float: none;
    }

    .account-profile .member-tier {
        display: block;
    }

    .account-profile .p3.account-name {
        margin-bottom: 5px;
    }
    /* @end */

    /* @group Footer */
    footer .bottom {
        display: block;
    }

        footer .bottom img {
            margin-right: 15px;
        }

        footer .bottom .button {
            width: 100%;
        }

            footer .bottom .button .btn {
                float: none;
                display: block;
                margin: 25px auto 0px auto;
                width: 100%;
            }

        footer .bottom .text {
            padding: 0;
        }

    .locationOptionsMobile {
        margin-top: 10px !important;
    }

    /* @end */
}
/* @end */
.memberCard.beachCave.lifetimePlatinum .bottom p {
    margin: 0;
}

/* @group 610 */
@media only screen and (max-width : 610px) {
    /* @group Edit a Reservation */
    #editRes .xdsoft_datetimepicker .xdsoft_datepicker, #editRes .xdsoft_datetimepicker .xdsoft_timepicker {
        float: none;
        width: 100%;
    }

    /* @end */
}
/* @end */

/* @group 600 */
@media only screen and (max-width : 600px) {
    /* @group Relax for Rewards */
    .receipt {
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0px;
    }

        .receipt .left, .receipt .right {
            width: 100%;
        }

        .receipt .apple-wallet,
        .receipt a.google-pay {
            margin: 20px auto 0px auto;
        }

        .receipt .right img {
            margin-top: 20px;
        }

        .receipt .apple-wallet img {
            max-width: 227px;
        }

    .receipt-images {
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        margin: 40px auto 0;
        padding-bottom: 40px;
    }

        .receipt-images .image {
            width: 90%;
            max-width: 350px;
            margin-bottom: 20px;
        }

    form .half:nth-of-type(odd), form .half:nth-of-type(even) {
        width: 100%;
        float: none;
    }

    .receipt.membership .left:not(.primary) .toggle, .receipt.membership .right:not(.primary) .toggle, .receipt.membership .cardtoggle {
        display: block;
        color: #719932;
        font-weight: 700;
        font-family: 'Bitter';
        font-size: 22px;
    }

    .receipt.membership .cardtoggle {
        border-bottom: 1px solid #979797;
    }

        .receipt.membership .left:not(.primary) .toggle:hover, .receipt.membership .right:not(.primary) .toggle:hover, .receipt.membership .cardtoggle:hover {
            color: #f5a623;
        }

    .receipt.membership .left:not(.primary), .receipt.membership .right:not(.primary) {
        border-bottom: 1px solid #979797;
    }
    /*.receipt.membership .left:not(.primary) .card-info, .receipt.membership .right:not(.primary) .card-info{
display: none;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
} */

    .receipt .left.nonprimarycard {
        display: none;
        -webkit-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
        margin-bottom: 20px;
    }

    .receipt.membership .left:not(.primary) .card-info.show, .receipt.membership .right:not(.primary) .card-info.show {
        -webkit-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        padding-bottom: 20px;
    }

    .memberCard .top .overlay, .memberCard .top .status {
        display: none;
    }

    .top.toptenmobile-card .status {
        display: block;
    }

    .memberCard .top {
        background: url('/images/FP/membercard-overlay.png') top center no-repeat, url('/images/FP/PeaceM.jpg') right bottom no-repeat;
        background-size: cover, cover;
        height: 140px;
    }

    .memberCard.beachCave .top {
        background: url('/images/FP/membercard-overlay.png') center center no-repeat, url('/images/FP/beachCave.jpg') center center no-repeat;
        background-size: cover, cover;
        height: 140px;
    }

    .memberCard.beachCave.lifetimePlatinum .top {
        background: url('/images/FP/membercard-overlay.png') center center no-repeat, url('/images/FP/beachCave.jpg') center center no-repeat;
        background-size: cover, cover;
    }

        .memberCard.beachCave.lifetimePlatinum .top.toptenmobile-card {
            height: 140px;
            background: url(../images/beachCave.jpg) center center no-repeat;
            background-size: cover;
        }

    .remodal-wrapper .memberCard.beachCave.lifetimePlatinum .top.toptenmobile-card {
        height: 140px;
        background: url(/images/FP/membercard-overlay.png) center center no-repeat, url(/images/FP/beachCave.jpg) center center no-repeat;
        background-size: cover;
    }

    .remodal-wrapper .memberCard.beachCave.lifetimePlatinum .bottom .text * {
        color: #fff;
    }

    .memberCard .bottom {
        display: block;
        padding: 0px;
    }

    .memberCard .qr {
        width: 100%;
        padding: 25px;
        position: relative;
    }

    .memberCard .bottom .statusYear {
        display: block;
        position: absolute;
        font-size: 20px;
        line-height: 25px;
        top: 40px;
        left: 5px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .memberCard.insider .bottom .statusYear {
        color: #719932;
    }

    .memberCard.silver .bottom .statusYear {
        color: #9B9B9B;
    }

    .memberCard.gold .bottom .statusYear {
        color: #F4CE00;
    }

    .memberCard.platinum .bottom .statusYear {
        color: #7d7d7d;
    }

    .memberCard.lifetimePlatinum .bottom .statusYear {
        color: #1680DB;
    }

    .memberCard img.qr {
        width: 90%;
        max-width: 250px;
        float: none;
        margin: auto;
        display: block;
        padding: 0;
    }

    #lifetime-tier-label {
        display: block;
        background-image: url('../images/blue-metallic-tier-bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        padding: 7px 20px 9px;
    }

        #lifetime-tier-label p {
            color: #98DAFF;
            text-transform: uppercase;
            font-size: 20px;
        }

    .memberCard .bottom .text {
        width: 100%;
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
        background: #f6f6f6;
        background-size: cover;
        background-position: bottom left;
        position: relative;
        min-height: 120px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

        .memberCard .bottom .text#lifetime-card-text {
            padding-left: 20px !important;
        }

    /*.memberCard .text {
        width: 100%;
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
        background: #f6f6f6;
        }*/

    .memberCard .text h6 {
        line-height: 23px;
        margin-bottom: 3px;
    }

    .memberCard .text .mobileStatus {
        display: block;
        text-transform: uppercase;
        position: absolute;
        font-size: 20px;
        line-height: 25px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }

    .memberCard.insider .text .mobileStatus {
        left: -10px;
    }

    .memberCard.silver .text .mobileStatus {
        left: -5px;
    }

    .memberCard.gold .text .mobileStatus {
        left: 1px;
    }

    .memberCard.platinum .text .mobileStatus {
        left: -21px;
    }

    .memberCard.lifetimePlatinum .text .mobileStatus {
        left: -15px;
        ;
    }

    .memberCard .text .darkgreen, .memberCard .text p {
        /*color:#fff;*/
    }

    .memberCard.insider .text {
        background-image: url('../images/mobile-member-card-insider.jpg');
    }

    .memberCard.silver .text {
        background-image: url('../images/mobile-member-card-silver.jpg');
    }

    .memberCard.gold .text {
        background-image: url('../images/mobile-member-card-gold.jpg');
    }

    .memberCard.platinum .text {
        background-image: url('../images/mobile-member-card-platinum.jpg');
    }

    .memberCard.lifetimePlatinum .text {
        background-image: url('../images/mobile-member-card-lifetime.jpg');
    }


    .memberCard p.orange {
        margin-top: 5px;
    }

    p.orange.regular:empty {
        display: none;
    }

    .reservationPaymentDetails .left.monthYear {
        float: none;
        width: 100%;
    }

    .reservationPaymentDetails .right.zip {
        float: none;
        width: 100%;
    }

    /* @end */
}
/* @end */

/* @group 550 */
@media screen and (max-width:550px) {

    .traveler-article .intro {
        padding: 30px 0;
    }

    .traveler-article h3, .traveler-article h1, .traveler-article h2.heading3-2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 15px;
    }

        .traveler-article h5, .traveler-article h2, .traveler-article h3.heading5-3, .travel-type-sub.pca-static-content .content-items .content-item h2.heading2 {
            font-size: 26px;
            line-height: 32px;
        }

    .traveler-article p.p4 {
        font-size: 20px;
        line-height: 28px;
    }

    .traveler-article p {
        font-size: 16px;
        line-height: 23px;
    }

    .columns {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    .traveler-article .comparison-table td {
        display: block;
        width: 100%;
        padding: 0;
    }

    .traveler-article .image-band {
        height: 300px;
    }

    .banner.reservations.detail .reservation.fullpage {
        padding-top: 10px;
    }

    .reservations.detail .reservation.fullpage .icon-calendar-check, .reservations.detail .reservation.fullpage .reservationTitle {
        display: none;
    }

    .reservation .res-details {
        display: inline-block;
        font-family: 'fastpark';
        font-weight: 400;
        font-size: 17px;
        color: #719932;
        position: absolute;
        right: 5px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        padding: 5px;
        top: 5px;
    }

        .reservation .res-details.close {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .reservation .res-details.open {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }

    .reservation .reservationInfo {
        margin-top: 10px;
        transition: all .3 ease;
    }

    .reservation .reservationInfo {
        display: none;
    }

        .reservation .reservationInfo.open {
            display: flexbox;
            display: flex;
            display: -ms-flexbox;
        }

    .reservation .reservationInfoMobile {
        display: block;
    }

        .reservation .reservationInfoMobile.closed {
            display: none;
        }

    .reservation .reservationInfo .resHeading {
        line-height: 26px;
    }

    .reservations p {
        line-height: 18px;
    }

    .reservation .reservationInfo .resDetail .reservationLabel {
        margin-bottom: 5px;
    }

    .reservation .reservationInfo .resDetail {
        text-align: left;
    }

    .reservations.detail .reservation h5 {
        font-size: 20px;
        line-height: 20px;
        text-align: left;
        padding-left: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #D8D8D8;
    }

    .reservationContent .introContent {
        padding: 20px 0;
    }

    .newReservationDetails {
        margin: 30px 10px 50px 10px;
    }

    .radio .half {
        width: 100%;
        max-width: 100%;
        float: none;
    }

        .radio .half:nth-of-type(2) {
            margin-left: 0px;
        }

    input[type="radio"] + label {
        float: none;
    }
}

/* @end */

/* @group 500 */

@media only screen and (max-width : 500px) {
    /* @group General */
    .inside {
        width: 90%;
    }

    .lines:before, .lines:after {
        height: 2px;
    }
    /* @end */
    /* @group Header */
    header img {
        width: 180px;
    }

    header .right, header .signedin .right {
        margin-top: 0px;
    }
    /* @end */
    /* @group Banner */
    .banner-text-mobile div.cs-select {
        width: 100%;
    }
    /* @end */
    /* @group CTA Corporate*/
    .cta-corporate h4 {
        font-size: 32px;
        line-height: 40px;
    }

    .cta-corporate a {
        padding: 20px 0px;
        width: 100%;
    }
    /* @end */
    /* @group Banner Cards */
    .lot-compare {
        top: 140px;
    }
    /* @end */
    /* @group Home Call Outs */



    /* @end */
    /* @group Location Cards */

    .location-cards .p4.blue {
        width: 100%;
    }

    .reservation-list .reservation.none p {
        text-align: center;
    }


    .location-alert {
        background: url('/images/FP/orange-edge-left.png'), url('/images/FP/orange-edge-right.png');
        background-position: left top, right top;
        background-repeat: no-repeat;
        width: 100%;
    }

        .location-alert p {
            padding: 13px 10px 12px 10px;
        }
    /* @end */
    /* @group Make a Reservation */
    .reservation.fullpage {
        padding: 30px 20px;
    }

    .my-next-reservation .right {
        padding: 0;
        width: 100%;
    }

        .my-next-reservation .left .btn, .my-next-reservation .right .btn {
            width: 100%;
        }

    .my-next-reservation .inside .btn {
        margin-top: 15px;
    }

    .reservation-list .reservation {
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
        padding: 20px 0px;
    }

        .reservation-list .btn, .reservation-list .reservation .btn:last-of-type {
            margin-top: 15px;
            margin-bottom: 0px;
        }



    .reservationCard .reservationInfo {
        margin: 15px 20px;
        margin-top: 0px;
    }

        .reservationCard .reservationInfo .clearfix.hidden {
            display: block;
        }

    .reservationCard .resDetail, .reservationCard .reservationLocation {
        margin: 0;
    }

    .reservationCard .reservationLocation {
        width: 33%;
    }


        .reservationCard .reservationLocation span {
            display: inline;
        }

    .reservationCard .reservationTo, .reservationCard .reservationFrom {
        margin: 0px;
    }

    .reservationCard .reservationExtras {
        margin-top: 0px;
    }

    .reservationCard .resDetail .reservationLabel {
        margin-bottom: 0px;
    }

    .reservationCard .middle h5 {
        font-size: 22px;
        line-height: 26px;
        margin-left: 20px;
        margin-top: 0;
        padding-top: 20px;
    }

    .reservationCard .middle .p4 {
        font-size: 20px;
        line-height: 24px;
        margin-left: 20px;
    }

    .reservationCard .reservationInfo .resHeading {
        font-size: 15px;
    }

    .reservationCard .reservationInfo p {
        font-size: 14px;
    }

    .reservationCard .reservationInfo.address p {
        font-size: 13px;
        line-height: 17px;
    }


    .reservationCard .reservationExtras p {
        display: inline;
        margin-right: 5px;
        font-size: 13px;
        line-height: 18px;
    }

    .reservationCard .bottom {
        padding: 20px;
    }

    .reservationCard .middle > img {
        display: none;
    }

    .reservationCard .bottom .p5 {
        line-height: 19px;
        margin-bottom: 3px;
    }

    .reservationCard .bottom .right {
        width: 50%;
    }

    .newReservationDetails {
        margin: 30px 0px 50px 0px;
    }

    .radio .third {
        width: 100%;
        max-width: 100%;
        float: none;
        margin: 0 0 5px 0;
    }

        .radio .third:nth-of-type(2), .radio .third:nth-of-type(3) {
            margin-left: 0px;
        }

    .memberCard .top {
        background: url('/images/FP/membercard-overlay.png') top center no-repeat, url('/images/FP/images/peaceM.jpg') right bottom no-repeat;
        background-size: cover, cover;
        height: 120px;
    }


    .memberCard.beachCave .top {
        background: url('/images/FP/membercard-overlay.png') center center no-repeat, url('/images/FP/beachCave.jpg') center center no-repeat;
        background-size: cover, cover;
        height: 120px;
    }

    .memberCard.beachCave.lifetimePlatinum .top {
        background: url('/images/FP/membercard-overlay.png') center center no-repeat, url('/images/FP/beachCave.jpg') center center no-repeat;
        background-size: cover;
    }

    /* @end */
    /* @group Relax for Rewards */
    .free-day img {
        display: none;
    }

    .free-day .add-points a.add {
        text-align: right;
    }

    .free-day .day-type .p2 {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .free-day:last-of-type {
        display: block;
        padding-top: 20px;
    }

    .free-day .btn {
        margin-top: 20px;
        width: 100%;
    }

    .free-day h5 {
        font-size: 24px;
    }

    .free-day #points-required {
        float: right;
        width: 135px;
        text-align: center;
    }

    .redeem-points h5 {
        font-size: 20px;
        line-height: 24px;
    }

    .credit-card-detail .expiration {
        width: 220px;
    }

    .refer input[type="email"], .refer input[type="text"] {
        width: 100%;
        font-size: 15px;
    }

    .referral-history #pending, .referral-history #completed {
        font-size: 20px;
    }



    /* @end */
    /* @group Stress Free */
    .stress-free #rewards a {
        width: 90%;
    }
    /* @end */
    /* @group Need Help */
    .help .cs-select {
        width: 100%;
    }
    /* @end */
    /* @group Video */
    .video a::before {
        font-size: 70px;
        content: '\e909';
        font-family: "fastpark";
        color: #fff;
        position: absolute;
        top: auto;
        bottom: calc(42% - 35px);
        left: calc(50% - 35px);
        -webkit-transition: all .5s;
        transition: all .5s;
        z-index: 100;
    }
    /* @end */
    /* @group Reviews */
    .review-list div.cs-select {
        width: 100%;
    }
    /* @end */
    /* @group Location Details */
    #loc-items h3, #loc-Extras-items h3, #items-twolot h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    #loc-items .p4, #loc-Extras-items .p4, #items-twolot .p4 {
        font-size: 18px;
        line-height: 24px;
    }
    /* @end */
    /* @group Going Green */

    .going-green .item img {
        width: 110%;
        margin: 0px -5% 0px -5%;
    }

    /* @end */
    /* @group Accordion */
    .accordion .inner p {
        padding-right: 0px;
    }
    /* @end */
    /* @group Forms */
    .form input[type="submit"], .form .right .btn {
        width: 100%;
        min-width: 100%;
    }

    .phoneInput {
        display: block;
        margin-bottom: 0;
    }

        .phoneInput:before, .phoneInput:after {
            display: table;
            content: "";
        }

        .phoneInput:after {
            clear: both;
        }


        .phoneInput input[type="tel"] {
            width: 100%;
            margin-bottom: 5px;
        }

        .phoneInput .select {
            width: 90%;
            min-width: 90%;
            margin-top: 0px;
            float: left;
        }

        .phoneInput a.btn {
            float: right;
            margin-top: 20px;
        }

    .cityStateInput {
        display: block;
    }

        .cityStateInput .city {
            width: 100%;
        }

        .cityStateInput .state {
            width: 100%;
        }

    .remodal #memberNumber, .remodal .infobox {
        left: 5%;
        width: 90%;
    }

    /* @end */
    /* @group CTA */
    .cta a {
        width: 100%;
    }

        .cta a.underlined {
            width: auto;
        }
    /* @end */
    /* @group Your Travel Partner  & COMPANY NEWS BLOG ITEMS*/
    .large-stories .story {
        margin: 0 0 40px 0;
    }

    .small-stories {
        border-top: inherit;
    }

        .small-stories .story {
            border-bottom: inherit;
            padding: 20px 0px 20px 0px;
        }

            .small-stories .story img {
                float: none;
                width: 100%;
                margin-right: 0px;
                margin-bottom: 0;
            }

        .small-stories .storyContent {
            margin-left: 0;
        }

        .small-stories .story h4, .company-news-landing .small-stories .story h3, .nochild-category-landing .small-stories .story h2 {
            margin: 20px 0px 20px 0px;
        }

    .story .content {
        margin-left: 0;
    }

    /* @group Blog Post */

    .related-content .related-item {
        width: 100%;
    }
    /* @end */
    /* @end */
    /* @group Footer */
    footer .social.mobile {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

        footer .social.mobile a {
            margin: 0;
        }

    .newReservationDetails {
        margin: 30px 0px 50px 0px;
    }

    .points-and-redeem .redeem-instructions-chk .instructions {
        background-image: none;
        width: 100%;
    }
    /* @end */
}

/* @end */

/* @group 440 */
@media screen and (max-width:440px) {
    .travel-type-sub .content-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .my-receipt tbody:nth-of-type(2) tr:nth-of-type(1) td, .my-receipt tbody:nth-of-type(2) tr:nth-of-type(2) td, .my-receipt tbody:nth-of-type(2) tr:nth-of-type(3) td {
        display: block;
        width: 130%;
        text-align: left;
    }

    .form .reservationBreakdown .resTotal img {
        margin: 0 10px;
    }

    .greenHalf img {
        display: none;
    }

    .greenHalf .resTotal {
        flex-direction: column;
        text-align: center;
    }

    .reservationBreakdown .dueMember .greenHalf .resTotal .heading {
        width: 100%;
        padding: 0;
    }
}
/* @end */

/* @group 400 */
@media only screen and (max-width : 400px) {
    /* @group Header */
    header .left span {
        margin-right: 10px;
    }

    header img {
        width: 170px;
        margin-top: 3px;
    }

    header .signedin .right {
        margin-top: 0px;
    }
    /* @end */
    /* @group Nav */
    nav .col {
        width: 100%;
    }
    /* @end */
    /* @group Location Cards */
    .location-cards .tabs a {
        line-height: 14px;
    }

    .location-alert p {
        font-size: 14px;
    }
    /* @end */
    /* @group Make a Reservation */
    .callouts .reservation .btn.form:first-of-type {
        margin-bottom: 15px;
        margin-top: 5px;
    }

    .reservation .btn.form {
        width: 100%;
    }

    .reservation .btn {
        width: 100%;
    }

    .reservation span.icon-chevron-right {
        display: none;
    }

    .reservation .location, .reservation .signin, .reservation.fullpage .signin, .reservation .view-cancel {
        float: none;
        text-align: center;
        display: block;
    }
    /* @end */
    /* @group Location List */
    .location-list ul.locations {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .location-list .locations li a {
        font-size: 18px;
        padding: 10px 0px;
    }

    .location-list .locations .soon {
        position: relative;
    }
    /* @end */
    /* @group Video */
    .video a::before {
        font-size: 70px;
        content: '\e909';
        font-family: "fastpark";
        color: #fff;
        position: absolute;
        top: auto;
        bottom: calc(42% - 35px);
        left: calc(50% - 35px);
        -webkit-transition: all .5s;
        transition: all .5s;
        z-index: 100;
    }
    /* @end */
    /* @group Relax for Rewards */
    .my-freeday h3 {
        font-size: 30px;
        line-height: 32px;
    }

    .my-freeday .middle p {
        font-size: 20px;
    }
    /* @end */
}
/* @end */

/* @group 380 */
@media only screen and (max-width : 375px) {
    /* @group Relax for Rewards */
    .dateOnly.xdsoft_datetimepicker, .timeOnly.xdsoft_datetimepicker {
        left: 0 !important;
    }
    /* @end */

    .joinSave .reservationBreakdown .resTotal {
        flex-wrap: nowrap;
    }

        .joinSave .reservationBreakdown .resTotal p {
            font-size: 14px;
            line-height: 17px;
        }

    .reservationContent .reservationBreakout {
        padding: 20px;
    }

    .greenHalf {
        width: calc(100% + 40px);
        padding: 10px 20px 20px 20px;
        margin: 20px -20px -20px -20px;
    }

    .btn, .buttonGroup {
        max-width: 100%;
    }

    .credit-card-detail .expiration, .credit-card-detail .zip {
        width: 100%;
    }
}
/* @end */

/* @end */

/* @group Portal CSS */

/*Portal CSS*/
#ControlBar, #ControlBar *, .actionMenu * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.appear {
    border: solid 1px red;
}

#tbl_Reservation tr td {
    border: solid 1px black;
    padding: 5px;
}

#tbl_Reservation tr th {
    background: gray;
    color: white;
    border: solid 1px black;
    padding: 6px;
}

    #tbl_Reservation tr th > b {
        color: black;
    }

.close-picker {
    color: #9b9b9b;
    position: absolute;
    right: -6px;
    top: -18px;
}


/* letter spacing reset */
.page-title h1, .banner.landing h1, .banner .text h2.p4, .banner-text-mobile h1, .cta h2.p4, h2.heading2, h1.heading1,
.company-news-landing .topic-title .left h2.regular, .earn-free-parking .rewards-steps h2,
.rewards-details h2, .earn-free-parking .faq-block h2, .video h2, .stress-free .pca-hide-tab h2,
.help h2.p3, .review h2, .review-list h1, .review-list h2.p4, #customerreviewform h2,
.contact-us-top h2.heading2, .contact-us-form h2, .contact-us-help h2.p3, .contact-us-top h1.heading1, .contact-us-top .accordion a.toggle h2,
.blog-landing .banner-text-mobile h1, .blog-landing .banner-text-mobile h2.p4, .blog-landing .banner.travel h2.p4, .blog-landing .banner.travel h1,
.blog-landing .travel-card .left h2, .blog-landing .traveler-types h2, .nochild-category-landing .card.first-story h1, .nochild-category-landing .card.first-story h2,
.nochild-category-landing .large-stories .story h2, .nochild-category-landing .small-stories .story h2, .category-landing-child .card.first-story h1, .category-landing-child .card.first-story h2,
.category-landing-child .large-stories .story h2, .category-landing-child .small-stories .story h2, .category-landing .topic-title .left h2, .category-landing .topic-title .right h2,
.category-landing-parent .card.first-story h1, .category-landing-parent .card.first-story h2, .category-landing-parent .travel-card.topic .left h2, .article-detail .article-content .intro-content h1,
.location-landing .banner-text-mobile h1, .location-landing .banner-text-mobile h2, .location-landing .banner.locations h2, .related-content h2,
.location-landing .location-details h2, .location-detail-page .location-details h2, .location-landing .location-list h2, .relax-for-rewards-pane h2, .location-detail-page .city-title h1,
.location-detail-page .city-detail h2, .location-detail-page .location-cards h2.p3, .location-cards .tabs a h2, .travel-type-sub .intro-content h1,
.travel-type-sub .content-item h2, .traveler-article h2, .city-title h2 {
    letter-spacing: normal;
}

.banner-text-mobile h2.light {
    margin: 0;
}

h4.faq-accordion-h4, .contact-us-top .accordion a.toggle h3, .location-cards .tabs a h2, .traveler-article .pca-cus-accordion h4 {
    font-size: inherit;
    margin: 0;
    line-height: inherit;
    font-family: inherit;
    text-align: inherit;
    font-weight: inherit;
}

.location-landing .banner.locations h1 {
    letter-spacing: -0.28px;
}

.traveler-article .align-center {
    text-align: center;
}

.gallery-trigger {
    margin: 10px 0px;
}

.referral-history tr.parent, table.dataTable.display tbody td.child {
    border-bottom: none;
    border-top: none;
}

.pullcenter {
    margin: auto;
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
}


/* @group Welcome */
#welcome .rfrWelcome .text {
    padding: 0;
    width: 50%;
    text-align: left;
}

#welcome .rfrWelcome .options {
    padding: 0;
    width: auto;
    text-align: left;
}

#welcome .rfrWelcome .image {
    max-width: 46%;
    max-width: 280px;
}

#welcome .rfrWelcome .content img {
    width: 100%;
}

#welcome .rfrWelcome {
    display: none;
    position: relative;
}

#welcome h5 {
    font-size: 44px;
    line-height: 51px;
    margin-bottom: 25px;
    text-align: left;
    width: 100%;
}

#welcome p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}

#welcome .p5 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 0;
}

#welcome .image p.small {
    font-size: 14px;
    margin: 10px 0px 0px 0px;
}

#welcome .image .p3 {
    font: 700 29px/33px 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
    margin: 0;
}

#welcome #step1.rfrWelcome {
    display: block;
}

#welcome .rfrWelcome .content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 50px 100px 20px 100px;
    min-height: 500px;
}

#welcome .options a, #welcome .options button {
    margin: 10px 0px;
    display: block;
}

#welcome .options .icon-chevron-left, #welcome .options .icon-chevron-right {
    position: absolute;
    top: calc(50% - 26px);
    font-size: 40px;
    color: #9ddd2d;
}

    #welcome .options .icon-chevron-left:hover, #welcome .options .icon-chevron-right:hover {
        color: #f5a623;
    }

#welcome .options .icon-chevron-left {
    left: 40px;
}

#welcome .options .icon-chevron-right {
    right: 40px;
}

#welcome .options .btn.gray {
    background-color: #dddddd;
    color: #4a4a4a;
}

    #welcome .options .btn.gray:hover {
        background-color: #f5a623;
        color: #fff;
    }

#welcome .options a.skip {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    margin: 0;
    margin-left: 15px;
    text-transform: uppercase;
    font-size: 14px;
}

#welcome .progress {
    padding-bottom: 40px;
    clear: both;
}

    #welcome .progress span {
        width: 17px;
        height: 17px;
        border-radius: 10px;
        background-color: #D8D8D8;
        display: inline-block;
        margin: 0 7px;
        cursor: pointer;
    }

        #welcome .progress span.active {
            background-color: #f5a623;
        }

#welcome #step1 img {
    display: block;
    margin: auto;
}

#welcome #step2 img {
    display: block;
    margin: auto;
}

#welcome #step3 img {
    display: block;
    margin: auto;
}

.location-detail-page .city-title h1.locations-sub-heading {
    line-height: 22px;
    margin: 0;
    font: 400 18px/25px 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
    color: #4a4a4a;
}

.location-detail-page .city-title h2.locations-main-heading {
    margin: 10px 0px 5px 0px;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    font-family: Bitter, serif;
    color: inherit;
}

.reservationPaymentDetails .payment-method-wrapper {
    display: flex;
    flex-wrap: wrap;
}

    .reservationPaymentDetails .payment-method-wrapper .third {
        width: 100%;
        max-width: 100%;
        margin-bottom: 5px;
    }

    .reservationPaymentDetails .payment-method-wrapper .left,
    .reservationPaymentDetails .payment-method-wrapper .right {
        width: 50%;
    }

.reservationContent .reservationBreakout .reservationBottomBtn {
    width: 100%;
}

.reservationPaymentDetails .payment-method-wrapper .left p.heading {
    padding-right: 0;
}

.reservationPaymentDetails .payment-method-wrapper .contact-name-wrapper {
    display: flex;
    align-items: center;
}

.reservationPaymentDetails .payment-method-wrapper .left {
    padding-right: 50px;
}

.reservationPaymentDetails .payment-method-wrapper .right {
    padding-left: 50px;
}

@media screen and (max-width:925px) {
    #welcome h5 {
        font-size: 36px;
        line-height: 48px;
    }
}

@media screen and (max-width:760px) {
    #welcome .options .icon-chevron-left, #welcome .options .icon-chevron-right {
        top: calc(40% - 26px);
    }

    #welcome .options .icon-chevron-left {
        left: 10px;
    }

    #welcome .options .icon-chevron-right {
        right: 10px;
    }

    #welcome h5 {
        font-size: 22px;
        line-height: 30px;
        order: 1;
        margin-bottom: 5px;
    }

    #welcome #step5 h5 {
        order: 0;
    }

    #welcome p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    #welcome .p5 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
        margin-top: 0;
    }

    #welcome .rfrWelcome .content {
        flex-direction: column;
        padding: 50px 80px 20px 80px;
    }

    #welcome .rfrWelcome .text {
        order: 2;
        margin-bottom: 15px;
        width: 100%;
    }

    #welcome #step5.rfrWelcome .text {
        order: inherit;
    }

    #welcome .rfrWelcome .image {
        margin: 20px auto;
        max-width: 100%;
        width: 57%;
    }

    #welcome .options {
        padding: 20px;
        padding-top: 0;
    }

        #welcome .options a.skip {
            position: inherit;
            margin: 0;
        }

        #welcome .options .btn {
            width: 48%;
            float: left;
            margin: 10px 1%;
        }

    #welcome #step1 .options .btn {
        width: 100%;
        margin: 10px 0;
        float: none;
    }

    #welcome .options a, #welcome .options button {
        margin: 10px 0px;
    }
}

@media screen and (max-width:600px) {
    #welcome .rfrWelcome .content {
        padding: 50px 50px 20px 50px;
    }

    #welcome .options .btn {
        width: 100%;
        float: none;
        margin: 10px auto;
    }

    #welcome .image .p3 {
        font-size: 25px;
    }

    #welcome .image p.small {
        line-height: 17px;
    }
}
/* @end */


/* @group Breadcrumb */

.home footer .breadcrumbs {
    display: none;
}

footer .breadcrumbs {
    background: #F5F5F5 !important;
    padding: 25px 0;
}

footer .breadcrumbList {
    font-weight: 400;
    font-size: 16px;
    font-family: 'Roboto', Helvetica, sans-serif;
    list-style: none;
    margin: 0;
}

    footer .breadcrumbList li {
        color: #989898 !important;
        display: inline-block;
    }

        footer .breadcrumbList li::after {
            content: "\e906";
            font-family: 'FastPark';
            color: #989898 !important;
            font-size: 10px;
            margin: 0px 15px;
        }

        footer .breadcrumbList li:last-of-type::after {
            content: '';
            margin: 0;
        }

        footer .breadcrumbList li a {
            color: #989898 !important;
            cursor: pointer !important;
        }

            footer .breadcrumbList li a:hover {
                color: #F6A623 !important;
            }

        footer .breadcrumbList li:last-of-type a {
            color: #F6A623 !important;
            pointer-events: none;
        }

/* @end */

@media only screen and (max-width : 600px) {
    footer .breadcrumbs {
        display: none;
    }
}

/* New Printable Day styles */

.new-printable-card {
    display: -webkit-flex;
    display: flex;
    border: 1px solid #EAE7E7;
    width: 88%;
    margin: 25px auto;
}

.left-print-section {
    width: 40%;
    background-color: #F6F6F6 !important;
    padding: 15px 20px 15px 15px;
}

    .left-print-section h1 {
        font-family: 'Bitter', serif;
        font-weight: 700;
        font-size: 34px;
        color: #1580DB;
        line-height: 34px;
        margin: 0;
    }

    .left-print-section p {
        font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
        font-size: 16px;
        color: #4A4A4A;
        margin: 8px 0px 0px;
        line-height: 16px;
    }

    .left-print-section hr {
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #979797;
        padding: 0;
    }

    .left-print-section img {
        width: 50%;
    }

    .left-print-section p.disclaimer {
        font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
        font-size: 10px;
        color: #4A4A4A;
        line-height: 13px;
    }

.right-print-section {
    width: 60%;
    padding: 15px;
    position: relative;
}

    .right-print-section h2 {
        font-family: 'Bitter', serif;
        font-weight: 700;
        font-size: 28px;
        color: #4A4A4A;
        line-height: 28px;
        margin: 0;
    }

    .right-print-section h3 {
        font-family: 'Bitter', serif;
        font-style: italic;
        font-size: 18px;
        color: #4A4A4A;
        line-height: 18px;
        margin: 0;
        margin-top: 7px;
    }

    .right-print-section hr {
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #979797;
        padding: 0;
    }

    .right-print-section p {
        font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
        font-size: 14px;
        color: #4A4A4A;
        line-height: 18px;
        max-width: 60%;
        margin-top: 20px;
        z-index: 999;
    }

    .right-print-section span.green-p {
        font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif;
        font-weight: 700;
        font-size: 12px;
        color: #7CA23F;
        line-height: 14px;
    }

    .right-print-section img {
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 155px;
        z-index: 2;
    }

/* Home animation fix */
.tablet-icon {
    display: none;
}

.reservation.fullpage .select {
    margin-top: 0;
}

.reservation .select2-container--default .select2-selection--single,
.reservation .reserve_search {
    min-height: 46px;
}

.home_reserve_search {
    margin-left: 0 !important;
}

@media only screen and (max-width: 1326px) {
    #shuttle-fix {
        right: -100px !important;
    }
}

@media only screen and (max-width: 1241px) {
    #car-fix {
        left: -100px !important;
    }
}

@media only screen and (max-width: 1050px) {
    .animation-fix {
        display: none !important;
    }

    #park {
        padding: 50px 0;
    }

    #relax {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1050px) and (min-width: 898px) {
    .stress-free-flex {
        display: -webkit-flex;
        display: flex;
        width: 85%;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    #park h1,
    #relax h1,
    #rewards h1 {
        width: auto !important;
        margin-left: 5%;
    }

    #rewards h1 {
        margin-left: 7%;
    }

    #park p,
    #relax p,
    #rewards p {
        text-align: left;
        margin-left: 0;
        width: 100%;
    }

    .tablet-icon {
        max-height: 53px;
        width: auto;
        display: block;
    }

    #tablet-plane {
        max-height: 75px;
    }

    .stressfreeBtn {
        float: none;
        margin-top: 25px;
    }

    #rewards a {
        float: none;
    }
}


/* New Certificate Styles */
.left {
    padding-right: 20px;
}

.right {
    padding-left: 20px;
}

.available-point-header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#points-available, .points-available, .points-available-new {
    font-weight: bold !important;
}

.points-available, #pointsavailable,
.points-required-number, .points-available-new {
    width: 135px;
    text-align: center;
}

.right hr {
    margin-top: 0;
}

    .right hr:first-of-type {
        margin-top: 27px;
    }

.certificate-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 22px;
    position: relative;
}

    .certificate-flex:hover {
        background-color: #E5F0FA;
    }

    .certificate-flex .checkbox {
        margin-top: -30px;
    }

    .certificate-flex .qr-img {
        -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
        box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
        width: 65px;
        height: 65px;
    }

.certificate-copy {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 80%;
    padding-left: 35px;
}

    .certificate-copy .one-day,
    .certificate-copy .three-day,
    .certificate-copy .one-week {
        font-weight: 700;
        font-size: 32px;
        line-height: 26px;
        margin-right: 10px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .certificate-copy .one-day, .new-printable-card .one-day {
        color: #9ddd2d;
    }

    .certificate-copy .three-day, .new-printable-card .three-day {
        color: #377CD7;
    }

    .certificate-copy .one-week, .new-printable-card .one-week {
        color: #F6A623;
    }

.certificate-additional-options {
    padding: 22px;
}

.certificate-flex .view-more {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    right: 40px;
    top: 40px;
    display: none;
}

.certificate-flex:hover .view-more {
    display: -webkit-flex;
    display: flex;
}

.certificate-actions .actions li {
    list-style-type: none;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    opacity: 1;
    text-align: left;
}

    .certificate-actions .actions li a {
        color: #A6A6A6;
        pointer-events: none;
        cursor: default;
    }

    .certificate-actions .actions li.active a {
        color: #1680DB;
        pointer-events: auto;
        cursor: pointer;
    }

    .certificate-actions .actions li span[class^="icon-"] {
        font-size: 36px;
        vertical-align: middle;
        margin-right: 5px;
        color: #A6A6A6;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .certificate-actions .actions li.active span[class^="icon-"] {
        color: #4a4a4a;
    }

.points-and-redeem {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

    .points-and-redeem .points-required {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding-top: 15px;
        display: none;
        max-height: 66px;
    }

.points-required #points-required {
    color: #F5A623;
    font-weight: bold;
    display: none;
}

.points-and-redeem .terms-and-redeem {
    display: none;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

    .points-and-redeem .terms-and-redeem .btn,
    .points-and-redeem .redeem-instructions .btn {
        width: 35%;
        margin: 0 !important;
        display: inline-block;
        align-self: center;
        background-color: #CCCCCC;
        color: #fff;
        pointer-events: none;
        cursor: default;
    }

    .points-and-redeem .terms-and-redeem .active {
        background-color: #9DDD2D;
        color: #4a4a4a;
        pointer-events: auto;
        cursor: pointer;
    }

.terms-and-redeem {
    margin-top: 15px;
}

    .terms-and-redeem .agree_terms a {
        font-size: 14px;
        margin-right: 20px;
        margin-top: 0;
        padding-top: 0;
    }

    .terms-and-redeem .checkbox {
        background-color: #EFEFEF;
        border-radius: 3px 0 0 3px;
        padding: 10px 0 8px 20px;
        background-image: url('../images/green-arrow.png');
        background-position: top right;
        background-size: contain;
        background-repeat: no-repeat;
        width: 55%;
        margin-top: 0;
    }

        .terms-and-redeem .checkbox label:before {
            top: 20%;
        }

        .terms-and-redeem .checkbox label {
            line-height: 16px;
        }

.redeem-instructions, .redeem-instructions-chk {
    margin-top: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

    .redeem-instructions .instructions, .redeem-instructions-chk .instructions {
        padding: 10px 0 8px 0;
        background-image: url('../images/green-arrow.png');
        background-position: top right;
        background-size: contain;
        background-repeat: no-repeat;
        width: 55%;
        margin-top: 0;
    }

        .redeem-instructions .instructions p, .redeem-instructions-chk .instructions p {
            font-size: 14px;
            margin-top: 0;
            margin-right: 20px;
            padding-top: 0;
            line-height: 16px;
        }

    .redeem-instructions .btn, .redeem-instructions-chk .btn {
        background-color: #CCCCCC;
        color: #fff;
    }

        .redeem-instructions .btn.active, .redeem-instructions-chk .btn.active {
            background-color: #9DDD2D;
            color: #4a4a4a;
        }

.print-controls {
    display: -webkit-flex;
    display: flex;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-content: center;
    align-content: center;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
}

    .print-controls a {
        font-size: 18px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }

    .print-controls [class^="icon-"] /*, [class*=" icon-"]*/ {
        color: #4A4A4A;
        padding-right: 10px;
        font-size: 30px;
    }

.small-link {
    font-size: 14px;
    color: #4a4a4a;
    text-decoration: underline;
    text-align: center;
    padding-top: 25px;
}

.darkgreen {
    color: #719932;
}

div#lifetime-tier-label {
    display: none;
}

.terms-and-redeem.redeem-instructions-chk .instructions label {
    padding-right: 30px;
}

/*.new-parking .parking-content-wrapper {
    background-color: #4A4A4A;
    border-radius: 10px;
    padding: 10px;
}

.new-parking .parking-cta .btn-edit-green {
    padding: 10px 0px 10px 0;
    border: none;

}

.new-parking .parking-cta .btn-edit-green .btn {
    margin: 0 0 0 auto;
}*/

.reservationPaymentDetails .payment-method-wrapper .contact-name-wrapper .half.left {
    padding-right: 15px;
}

.reservationPaymentDetails .payment-method-wrapper .contact-name-wrapper .half.right {
    padding-left: 15px;
}

@media only screen and (max-width: 600px) {
    .view-more {
        display: none !important;
    }

    .certificate-flex:hover .view-more {
        display: none;
    }

    div#lifetime-tier-label {
        display: block;
    }

    .inside.pca-member-cards .receipt.membership.MemberCardsList.flclearfix .memberCard.beachCave.lifetimePlatinum .text .darkgreen,
    .inside.pca-member-cards .receipt.membership.MemberCardsList.flclearfix .memberCard.beachCave.lifetimePlatinum .text p {
        color: #fff;
    }

    .inside.mobilecard .memberCard.beachCave.lifetimePlatinum .bottom .text .darkgreen,
    .inside.mobilecard .memberCard.beachCave.lifetimePlatinum .bottom .text p {
        color: #fff;
    }

    .membercard-popup-topten .toptenmobile-card .status {
        height: 25px;
    }

        .membercard-popup-topten .toptenmobile-card .status p {
            line-height: 17px !important;
        }

    .membercard-popup-topten {
    }
}

@media only screen and (max-width: 500px) {
    .points-available, #pointsavailable,
    #points-required, .points-available-new {
        font-size: 34px !important;
    }

    .terms-and-redeem,
    .redeem-instructions {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

        .terms-and-redeem .checkbox,
        .terms-and-redeem .btn,
        .redeem-instructions .instructions,
        .redeem-instructions .btn {
            width: 100% !important;
        }

        .redeem-instructions .instructions,
        .terms-and-redeem .checkbox {
            background-image: none;
        }

        .terms-and-redeem .checkbox {
            margin-bottom: 15px;
            border-radius: 3px;
        }

        .redeem-instructions .instructions p {
            margin-right: 0;
        }

    .certificate-actions .actions li {
        font-size: 14px;
    }

    .certificate-copy .one-day, .certificate-copy .three-day, .certificate-copy .one-week {
        line-height: 32px;
    }
}

.GroupSmallRedem hr {
    margin-top: 0px !important;
}

/* PAGINATION */
.pagination {
    display: inline-block;
    float: left;
    margin: 10px 0;
}

    .pagination a {
        color: black;
        float: left;
        padding: 0px 8px;
        font-size: 12px;
        text-decoration: none;
        width: auto !important;
        border-radius: 4px;
    }

        .pagination a.active {
            background-color: #F3A536;
            color: #FFF !important;
            font-weight: bold;
        }

        .pagination a.nextprev {
            font-size: 18px;
        }

.certificate-actions ul {
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 950px) {
    .dashOverview.NonTopTenUserSection .overviewRight {
        width: auto;
        height: auto;
    }
}

.memberCard.beachCave.lifetimePlatinum .top.toptenmobile-card .status p {
    font-size: 15px;
    line-height: 10px;
}

.lifetimePlatinum #quick-tools .small img {
    min-height: 21px;
}

.memberCard.beachCave.lifetimePlatinum.membercard-popup-topten .bottom .text p span {
    display: block;
}

.radio .third.gpay-logo-wrapper {
    margin-left: 0;
    margin-right: -20px;
}

.guser-payment-wrapper .gpay-logo-wrapper .radioLabel {
    padding: 0;
    border: none;
    background: transparent;
}

.guser-payment-wrapper .gpay-logo-wrapper img.pay-icons {
    width: 150px;
}

@media only screen and (max-width: 374px) {
    .lifetimePlatinum .memberCard.beachCave.carddetails.lifetimePlatinum .bottom .text span.nowrap {
        font-size: 10px !important;
    }
}

@media only screen and (min-width: 650px) {
    .reservation.landing-res.fullpage {
        padding: 80px 30px 87px 30px !important;
    }

    .reservation.landing-res h5 {
        font: 400 38px/42px Bitter, serif !important;
    }

    .cta.landing-res-inside h3 {
        font: 400 36px/39px Bitter, serif !important;
    }

    div.reservation.landing-res > h5 {
        font-size: 48px !important;
    }
}

@media only screen and (max-width: 400px) {
    .reservation.landing-res h5 {
        text-align: center;
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .guser-payment-wrapper img.credit-group-logos {
        width: 200px;
    }
}

@media only screen and (max-width: 768px) {
    #quick-tools {
        width: 100%;
    }

    .reservationPaymentDetails .payment-method-wrapper .left, .reservationPaymentDetails .payment-method-wrapper .right {
        width: 100%;
    }

    .reservationPaymentDetails .payment-method-wrapper .left {
        padding-right: 0;
    }

    .reservationPaymentDetails .payment-method-wrapper .right {
        padding-left: 0;
    }

    .reservationPaymentDetails .payment-method-wrapper .contact-name-wrapper .half.left {
        padding-right: 0;
    }

    .reservationPaymentDetails .payment-method-wrapper .contact-name-wrapper {
        flex-direction: column;
    }
}

.banner.reservations.detail {
    height: 400px;
}

    .banner.reservations.detail .reservationItemized {
        max-width: 460px;
        width: auto;
        margin-left: auto;
    }

        .banner.reservations.detail .reservationItemized li {
            display: flex;
            align-items: baseline;
            width: 380px;
            font-size: 18px;
            line-height: 24px;
            color: #979797;
            list-style-type: none;
            margin-left: auto;
        }

            .banner.reservations.detail .reservationItemized li .dots {
                height: 10px;
                border-bottom: 2px dotted #979797;
                flex-grow: 2;
                margin: 0 3px;
            }

    .banner.reservations.detail .resTotal .total {
        display: none;
    }

    .banner.reservations.detail .resTotal .fees {
        text-align: right;
        font-size: 18px;
        font-weight: 500;
        color: #F5A623;
    }

/* for mobile */
@media only screen and (max-width: 767px) {
    .banner.reservations.detail {
        height: auto;
    }

        .banner.reservations.detail .reservationItemized {
            padding: 10px 10px 0 10px;
            width: 100%;
            margin: 0 !important;
        }

            .banner.reservations.detail .reservationItemized li {
                width: auto;
            }

        .banner.reservations.detail .resTotal .fees {
            max-width: 460px;
            padding: 0 10px;
        }

    .reservation.gray {
        display: flex;
        flex-direction: column;
        border-radius: 10px;
        padding: 30px 20px 25px !important;
    }

    .callouts.inside .reservation.gray .select.div-reserve_airport {
        order: 1;
    }

    .reservation .updated-date-picker {
        order: 2;
    }

    .callouts .reservation.gray .info {
        order: 3;
    }

    .homepage .callouts .reservation a.reserve_search {
        order: 4;
    }

    .callouts.inside .reservation.gray .btn {
        width: 100%;
    }

    .reservation .icon-calendar-check {
        margin-bottom: 27px;
    }

    .reservation.gray .reservationTitle {
        justify-content: center;
        margin-bottom: 0;
    }

        .reservation.gray .reservationTitle h5 {
            max-width: 130px;
        }
}

/* for ipad */
@media only screen and (min-width: 768px) and (max-width: 1050px) {
    .banner.reservations.detail {
        height: 450px;
    }

        .banner.reservations.detail .reservationItemized {
            width: auto;
            margin-left: 85px;
            padding: 10px 10px 0 10px;
        }

            .banner.reservations.detail .reservationItemized li {
                width: auto;
            }

        .banner.reservations.detail .resTotal {
            width: 535px;
        }

            .banner.reservations.detail .resTotal .fees {
                max-width: 100%;
                text-align: right;
            }
}

@media only screen and (max-width: 1180px) {
    .location-cards .one .details {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .location-cards .one .details ul {
            text-align: left;
        }

        .location-cards .one .details .fp-heading {
            order: -2;
        }

    .location-cards .one .reservation-button-actions {
        width: 100%;
        margin: 20px auto;
        order: 0;
    }

    .location-detail-page .location-cards .btn {
        max-width: 270px;
    }

    .location-cards .reservation-button-actions .btn + .btn {
        margin-top: 10px !important;
        margin-bottom: 6px !important;
    }

    .location-cards .one .manager {
        width: 100%;
        order: 3;
        text-align: center;
    }

    .location-cards .manager .face {
        float: none;
        margin: 0 auto 20px;
    }

    .location-cards .one .gallery-trigger {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px !important;
        order: 2;
    }
}

@media only screen and (max-width: 768px) {
    .location-cards .one .gallery-trigger {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0 !important;
    }

    .location-two-lot .location-cards .card-inner-container .compare .text {
        width: 100%;
        width: 240px;
    }

    .location-cards .two .left {
        border: none;
    }

    .location-cards .compare .reservation-button-actions-two-lot {
        padding-top: 0;
    }
}

@media only screen and (min-width: 1051px) {
    .banner.reservations.detail .reservationInfo.reservationInfo-detail {
        padding-left: 95px;
    }
}

@media only screen and (min-width: 1181px) {
    .location-cards .card .card-inner-container {
        align-items: self-start;
    }

    .location-cards .one .details {
        display: flex;
        flex-wrap: wrap;
        width: 50%;
        margin-bottom: 5px;
    }

        .location-cards .one .details .fp-heading {
            width: 100%;
        }

        .location-cards .one .details ul {
            max-width: 280px;
            /* width: 280px; */
            padding-right: 15px;
        }

            .location-cards .one .details ul li:last-child {
                margin-bottom: 4px;
            }

    .location-cards .reservation-button-actions .btn + .btn {
        margin-top: 10px !important;
        margin-bottom: 0 !important;
    }

    .location-two-lot .location-cards .card-inner-container .compare .text {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .location-cards .compare .text .p4 {
        width: 100%;
    }

    .location-cards .compare .text ul {
        /* width: 260px; */
        max-width: 260px;
        padding-right: 15px;
    }

        .location-cards .compare .text ul .miles {
            margin-left: -18px;
            margin-bottom: 5px;
            font: 700 18px/30px 'Roboto','Helvetica Neue',Helvetica,Arial,Geneva,sans-serif;
            color: #4a4a4a;
            list-style: none;
        }

    .location-cards .compare .reservation-button-actions-two-lot .btn + .btn {
        margin-top: 0 !important;
        margin-bottom: 5px !important;
    }
}

.location-card .top-existing-member {
    color: #709a29;
    text-decoration: underline;
    font-weight: bold;
    font-size: 90%;
}

    .location-card .top-existing-member:hover {
        color: #f5a623;
    }

.location-card .all-top-existing-member {
    color: #709a29;
    text-decoration: underline;
    display: block;
    padding-top: 10px;
    font-size: 90%;
    text-align: center;
    font-weight: bold;
}

    .location-card .all-top-existing-member:hover {
        color: #f5a623;
    }

.bottom-green-section .bottom-existing-member {
    color: white;
}

    .bottom-green-section .bottom-existing-member:hover {
        color: #f5a623;
    }


.jquery-modal.blocker.current {
    z-index: 1000;
}

.extra-service-options-modal.modal {
    max-width: 800px;
    padding: 50px 5% 60px;
}

.extra-service-options-modal .heading {
    margin-bottom: 40px;
    color: #719932;
}

@media only screen and (max-width: 410px) {
    .steps-text .p6 {
        font-size: 16px;
        margin: 0 0 12px 10px !important;
    }

        .steps-text .p6:last-child {
            margin-top: 28px !important;
        }
}

@media only screen and (max-width: 435px) {
    .steps-text {
        width: 75% !important;
        margin: 0 0 34px;
    }
}

@media only screen and (max-width: 959px) {
    .steps-container {
        margin-left: 20px;
    }

    .steps-text {
        width: 320px;
        margin-left: 20px;
        float: left;
    }

        .steps-text .p6 {
            font-size: 16px;
            margin: 0 0 30px 10px;
            line-height: 1.2;
        }

    .steps-img {
        float: left;
    }

    .steps-disclaimer {
        clear: both;
        padding-top: 20px;
        font-size: 18px;
        text-align: center;
    }
}

@media only screen and (min-width: 960px) {
    .steps-container {
        margin-left: 75px;
    }

    .steps-text {
        float: left;
        margin-left: 20px;
    }

        .steps-text .p6 {
            font-size: 20px;
            margin: 8px 0 42px 0;
        }

    .steps-img {
        float: left;
    }

    .steps-disclaimer {
        clear: both;
        padding-top: 20px;
        font-size: 18px;
        text-align: center;
    }
}

.banner-cards .temp-wrapper {
    position: absolute;
    top: 82px;
    right: 10px;
    padding: 0 0 0 10px;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    z-index: 17;
    margin: 0;
}

.rfr-dashboard-alert .banner-cards .temp-wrapper {
    top: 60px;
    right: 10px;
}

.temp-wrapper a.plus {
    line-height: 45px;
    vertical-align: middle;
    width: 25px;
    text-align: center;
}

    .temp-wrapper a.plus.open {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

@media only screen and (max-width: 768px) {
    .banner-cards .temp-wrapper {
        top: 58px;
    }
}

@media only screen and (max-width: 424px) {
    .banner-cards .temp-wrapper {
        top: 95px;
    }
}

.home .reservation.gray .signin {
   /* font-size: 12px;
    line-height: 11px;
    font-weight: 500;
    margin-right: 5px;*/

}

.reservation.gray .select2-container--open .select2-dropdown--above {
    border-radius: 4px;
}

.reservation.gray a.location {
    /*font-size: 12px;
    line-height: 11px;
    font-weight: 500;*/
    margin-bottom: 15px;
}

    .reservation.gray a.location .icon-location {
        padding-right: 6px;
    }
/*
.reservation.gray .reservationTitle h5 {
    font: 500 21px/25px 'Bitter', serif;
}
*/
.reservation.gray .reservation-link {
    /* margin-bottom: 20px;
    font-size: 12px !important;
    line-height: 11px;
    font-weight: 500;*/
    font: 700 18px/25px 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif !important;
}

    .reservation.gray .reservation-link a {
        margin-left: 0;
        font-size: 18px !important;
        font-weight: 700 !important;
    }

input.timepicker_arrive, input.timepicker_depart {
    width: 48%;
    min-height: 40px;
    height: 40px;
    padding: 8px 10px 8px 47px;
    background-color: #fff;
    color: #707070;
    font: 500 14px/14px 'Roboto','Helvetica Neue',Helvetica,Arial,Geneva,sans-serif;
    background-image: url('../images/calendar-icon.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    border: 1px solid #6F6F6F;
    border-radius: 4px;
    text-transform: lowercase;
}

    input.timepicker_arrive:disabled, input.timepicker_depart:disabled {
        cursor: not-allowed;
    }

    input.timepicker_arrive::placeholder, input.timepicker_depart::placeholder {
        text-transform: capitalize;
    }

.reservation input[type="text"] {
    border-radius: 4px;
}

.homepage .callouts .reservation a.reserve_search {
    display: block;
    width: 125px;
    min-height: 40px;
    padding: 8px 15px;
    margin: 20px 0 0 auto !important;
}

    .homepage .callouts .reservation a.reserve_search:hover {
        background-color: #f5a623 !important;
    }
/* timepicker styles */
.ui-timepicker-container.ui-timepicker-standard {
    padding: 0;
    margin-top: 10px;
    border: 0;
    border-radius: 6px;
    background-color: #EFEFEF;
}

.ui-timepicker {
    text-align: left;
}

.ui-timepicker, .ui-timepicker-viewport {
    height: 365px;
}

.ui-timepicker-standard.ui-timepicker-container a {
    padding: 0px 18px;
    font: 400 14px/17px 'Helvetica','Roboto', Helvetica,Arial,Geneva,sans-serif !important;
    text-transform: lowercase;
    color: #000000;
    text-align: left;
    transition: none;
    border: 0;
}

.ui-timepicker-standard.ui-timepicker-container .ui-menu-item.my-selected-time a {
    background: #8FBEE6;
    border: 0;
    color: #fff;
    outline: 0;
    transition: none;
}

.ui-timepicker-standard.ui-timepicker-container a:hover,
.ui-timepicker-standard.ui-timepicker-container a:focus,
.ui-timepicker-standard.ui-timepicker-container a:focus-visible {
    border: 0;
    outline: 0;
    transition: none;
}

.ui-timepicker-standard.ui-timepicker-container .ui-state-hover {
    background: #9b9b9b;
    border: 0;
    color: #fff;
    outline: 0;
    transition: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .location-two-lot .location-cards .card .card-inner-container {
        padding-left: 20px;
    }

    .location-two-lot .location-cards .card-inner-container .compare {
        margin-bottom: 10px;
    }

        .location-two-lot .location-cards .card-inner-container .compare .text {
            width: 100% !important;
        }

    .location-cards .compare .text ul {
        max-width: 245px;
        font-size: 15px;
    }

    .location-cards .one .details ul {
        width: 245px;
    }

    .location-cards .compare .reservation-button-actions-two-lot {
        width: 220px;
    }

        .location-cards .compare .reservation-button-actions-two-lot .btn + .btn {
            margin-bottom: 0 !important;
        }
}

@media only screen and (max-width: 563px) {
    .daterangepicker .calendar-table th.prev.available,
    .daterangepicker .calendar-table th.next.available {
        position: absolute;
        top: 69px;
        min-width: 50px !important;
        width: 50px !important;
        max-width: 50px !important;
        min-height: 50px !important;
        height: 50px !important;
        max-height: 50px !important;
        line-height: 50px !important;
    }

    .daterangepicker .calendar-table th.prev.available {
        left: 18px;
    }

    .daterangepicker .calendar-table th.next.available {
        right: 18px;
    }

        .daterangepicker .calendar-table th.next.available span,
        .daterangepicker .calendar-table th.prev.available span {
            padding: 4px;
            border: solid #979797;
            border-width: 0 3px 3px 0;
        }

    .daterangepicker .drp-buttons {
        position: absolute;
        top: 0;
        right: 0;
        padding: 15px 20px 15px 15px !important;
    }
}

@media only screen and (max-width: 490px) {
    .daterangepicker .calendar-table th.prev.available {
        left: 12px;
    }

    .daterangepicker .calendar-table th.next.available {
        right: 12px;
    }
}

@media only screen and (max-width: 430px) {
    .daterangepicker .calendar-table th.prev.available {
        left: 8px;
    }

    .daterangepicker .calendar-table th.next.available {
        right: 8px;
    }
}

.home .reservation .info .select2.select2-container {
    width: 48% !important;
}

.home .select2-container--disabled span.select2-selection.select2-selection--single:focus,
.home .select2-container--disabled span.select2-selection.select2-selection--single.focus {
    box-shadow: none;
    cursor: not-allowed;
}

.home .reservation.gray .info .select2-container--default .select2-selection--single {
    height: 40px;
    min-height: 40px;
    padding: 8px 10px 8px 47px;
    background-color: #fff;
    /* background-image: url('../images/calendar-icon.png'); */
    background-image: url('../images/icon-clock.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 17px;
}

.home .select2-timepicker-dropdown .select2-dropdown {
    max-width: 170px !important;
    box-shadow: 0px 8px 6px rgba(0,0,0,.16);
    border: 1px solid #707070;
    border-radius: 4px;
}

.home .select2-container--open .select2-dropdown--below.select2-timepicker-dropdown {
    padding: 0;
    border-radius: 0 0 4px 4px !important;
}

.home .select2-container--open .select2-dropdown--above.select2-timepicker-dropdown {
    padding: 0;
    border-radius: 4px 4px 0 0 !important;
}

.home .reservation.gray .info .select2-container--default .select2-selection--single .select2-selection__rendered,
.home .reservation.gray .info .select2-container--default .select2-selection--single .select2-selection__placeholder {
    line-height: 24px;
}

.home .select2-search.select2-search--dropdown {
    display: none;
}

.home .select2-timepicker-dropdown .select2-results ul li {
    padding: 3px 23px;
    font: 400 14px/16px 'Helvetica Neue', 'Roboto', Helvetica, Arial, Geneva, sans-serif;
    color: #000;
}

.home .select2-container--default .select2-timepicker-dropdown .select2-results ul li.select2-results__option--highlighted {
    background-color: #8FBEE6;
    color: #fff;
}
/*
.select2-container--default .select2-timepicker-dropdown .select2-results ul li:hover {
    background: rgba(255,255,255,.75) !important;
    color: #000 !important;
}
*/
.home .select2-container--default .select2-timepicker-dropdown .select2-results__option[aria-selected=true]:after {
    content: none;
}

.home .info .select2-hidden-accessible.invalid + .select2-container--default .select2-selection {
    border: 2px solid #f5a623;
}

.covered-parking-text {
    position: relative;
    z-index: 15;
    background: white;
    color: #719932;
    padding: 20px 20px 8px;
    border-radius: 0 0 14px 14px;
    font-weight: 600;
    margin-top: -10px;
}

.reservation-parking-text-desktop {
    max-width: 530px;
    padding-left: 2px;
    float: left;
    font: 700 18px/25px 'Roboto', 'Helvetica Neue', Helvetica, Arial, Geneva, sans-serif !important;
    color: #719932;
}

.onelot-location .delay-card.open,
.twolot-location .delay-card.open {
    margin-top: -20px;
}

@media all and (min-width: 768px) {
    .reservation-parking-text-mobile {
        display: none;
    }
}

@media all and (max-width: 1050px) {
    .reservation-parking-text-desktop {
        max-width: 100%;
        float: none;
        padding: 10px 0;
    }
}

.reservationPaymentDetails .card-number-expiration-details {
    display: flex;
    justify-content: space-between;
}

    .reservationPaymentDetails .card-number-expiration-details .credit-card-number {
        flex: 0 0 60%;
    }

    .reservationPaymentDetails .card-number-expiration-details .expiration {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex: 0 0 32%;
    }

        .reservationPaymentDetails .card-number-expiration-details .expiration label {
            width: 100%;
        }

        .reservationPaymentDetails .card-number-expiration-details .expiration input {
            width: 46%;
        }

.reservationPaymentDetails .cvv-zipcode-details {
    display: flex;
    justify-content: space-between;
}

    .reservationPaymentDetails .cvv-zipcode-details .cvv,
    .reservationPaymentDetails .cvv-zipcode-details .zip {
        flex: 0 0 46%;
    }

/*
Austin Promotion page styles
*/
.AustinPageContent .banner-section {
    position: relative;
    height: 544px;
    width: 100%;
    margin: auto;
    background: url(/images/Banners/Sunrise.jpg) no-repeat center center;
    background-size: cover;
    z-index: 2;
}

    .AustinPageContent .banner-section::before {
        position: absolute;
        height: 100%;
        width: 100%;
        content: " ";
        background-image: url(/Portals/0/austin-banner-shape.png);
        background-repeat: no-repeat;
        background-position: left -70px top;
        background-size: contain;
        z-index: 2;
    }

.banner-section .banner-heading {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 600px;
    margin: 0;
    margin-left: -10px;
    font: 700 84px/84px 'Bitter',serif;
    color: #FFFFFF;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.AustinPageContent .welcome-section {
    padding: 80px 0 65px;
    background-image: url(/Portals/0/Group49.png);
    background-repeat: no-repeat;
    background-position: right -75px top -80px;
    background-size: cover;
}

.welcome-section .secondary-heading.welcome-heading {
    margin: 0 0 35px;
    font: 700 52px/60px 'Bitter', serif;
    letter-spacing: 0;
    color: #575757;
}

.welcome-section .welcome-section-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.welcome-section .welcome-section-left {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.welcome-section .austin-text {
    margin: 0 0 30px;
    font: 300 24px/30px 'Roboto','Helvetica Neue',Helvetica,Arial,Geneva,sans-serif;
    color: #000000;
}

.welcome-section .austin-text-green {
    margin: 0 0 15px;
    font: 500 24px/30px 'Roboto','Helvetica Neue',Helvetica,Arial,Geneva,sans-serif;
    color: #9ddd2d;
}

.welcome-section .welcome-btn-wrapper {
    display: flex;
    order: 1;
}

.welcome-btn-wrapper .btn-austin + .btn-austin {
    margin-left: 30px;
}

.welcome-section .welcome-section-right {
    width: 49%;
}

.welcome-section-right img {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
}

.AustinPageContent .meet-section {
    position: relative;
    background-image: url(/portals/0/meet-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .AustinPageContent .meet-section::before {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #89A83C;
        opacity: .7;
    }

.meet-section .secondary-heading.meet-heading {
    position: relative;
    padding: 60px 0 80px;
    margin: 0;
    font: 700 53px/55px 'Bitter', serif;
    letter-spacing: 0;
    color: #ffffff;
    text-align: center;
}

.meet-section .meet-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 60px;
}

.meet-section .meet-col {
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .meet-section .meet-col p:first-of-type {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 370px !important;
        height: 340px !important;
    }

    .meet-section .meet-col img {
        max-width: 100%;
        width: auto !important;
        height: auto !important;
    }

    .meet-section .meet-col:nth-child(2) img {
        width: 330px !important;
        height: 320px !important;
    }

.meet-section .meet-col-title {
    margin: 0 0 10px;
    font: 700 26px/28px 'Bitter', serif;
    color: #ffffff;
    text-align: center;
}

.meet-section .meet-text {
    max-width: 170px;
    margin: auto;
    font: 300 16px/20px 'Roboto','Helvetica Neue',Helvetica,Arial,Geneva,sans-serif;
    color: #ffffff;
    text-align: center;
}

.AustinPageContent .slider-section .bx-wrapper {
    position: relative;
    background-image: url(/portals/0/grayarrowbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0 140px !important;
    margin: 0;
    overflow: hidden;
}

    .AustinPageContent .slider-section .bx-wrapper::before {
        position: absolute;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #333333;
        opacity: .7;
    }

.AustinPageContent .slider-section .bx-viewport {
    overflow: initial !important;
}

.AustinPageContent .slider-section .bxslider img {
    max-width: 80%;
    margin: auto;
}

.AustinPageContent .slider-section .bxslider .btn {
    display: block;
    margin: 40px auto 0;
    background-color: #ffffff;
}

    .AustinPageContent .slider-section .bxslider .btn:hover {
        background-color: #f5a623;
        color: #ffffff;
    }

.AustinPageContent .slider-section .bx-wrapper .bx-pager,
.AustinPageContent .slider-section .bx-wrapper .bx-controls-auto {
    bottom: 150px;
}

.AustinPageContent .bx-wrapper .bx-controls-direction {
    display: none;
}

    .AustinPageContent .bx-wrapper .bx-controls-direction a {
        height: 40px;
    }

.AustinPageContent .bx-wrapper .bx-pager.bx-default-pager a:hover,
.AustinPageContent .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ffffff;
}

.AustinPageContent .stop-in-stay-section {
    position: relative;
    padding: 120px 0;
}

    .AustinPageContent .stop-in-stay-section::before {
        position: absolute;
        top: 0;
        height: 50px;
        width: 100%;
        margin-top: 5px;
        content: " ";
        background-image: url(/Portals/0/repeat-grid-green.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: contain;
    }

    .AustinPageContent .stop-in-stay-section::after {
        position: absolute;
        bottom: 0;
        height: 50px;
        width: 100%;
        margin-bottom: 5px;
        content: " ";
        background-image: url(/Portals/0/repeat-grid-green.png);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: contain;
    }

.stop-in-stay-section .secondary-heading.stop-in-stay-heading {
    margin: 0 auto 25px;
    font: 700 53px/60px 'Bitter', serif;
    letter-spacing: 0;
    color: #575757;
    text-align: center;
}

.stop-in-stay-section .austin-text {
    max-width: 1000px;
    margin: 0 auto 25px;
    font: 300 24px/30px 'Roboto','Helvetica Neue',Helvetica,Arial,Geneva,sans-serif;
    color: #000000;
    text-align: center;
}

.stop-in-stay-section .btn-austin {
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 991px) {
    .AustinPageContent .banner-section {
        height: 200px;
        overflow-x: hidden;
    }

    .banner-section .banner-heading {
        left: 39%;
        font: 700 36px/40px 'Bitter',serif;
        transform: translate(-25%, -50%);
    }

    .AustinPageContent .welcome-section {
        padding: 60px 20px 30px;
    }

    .welcome-section .welcome-section-row {
        width: 100%;
        flex-wrap: wrap;
    }

    .welcome-section .welcome-section-left,
    .welcome-section .welcome-section-right {
        width: 100%;
    }

    .welcome-section .secondary-heading.welcome-heading {
        margin: 0 0 30px;
        font: 700 32px/36px 'Bitter', serif;
    }

    .welcome-section .austin-text {
        margin: 0 0 25px;
        font: 300 20px/26px 'Roboto','Helvetica Neue',Helvetica,Arial,Geneva,sans-serif;
    }

    .welcome-section .austin-text-green {
        margin: 0 0 10px;
        font: 500 20px/26px 'Roboto','Helvetica Neue',Helvetica,Arial,Geneva,sans-serif;
    }

    .welcome-btn-wrapper .btn-austin + .btn-austin {
        margin-left: 15px;
    }

    .meet-section .secondary-heading.meet-heading {
        font: 700 32px/36px 'Bitter', serif;
        padding: 60px 20px 30px;
    }

    .meet-section .meet-row {
        width: 100%;
        padding: 0 20px 40px;
        flex-wrap: wrap;
    }

    .meet-section .meet-col {
        width: 100%;
        padding-bottom: 20px;
    }

    .AustinPageContent .stop-in-stay-section {
        padding: 60px 0;
    }

    .stop-in-stay-section .secondary-heading.stop-in-stay-heading {
        padding: 0 20px;
        font: 700 32px/36px 'Bitter', serif;
    }

    .stop-in-stay-section .austin-text {
        padding: 0 20px;
        font: 300 20px/26px 'Roboto','Helvetica Neue',Helvetica,Arial,Geneva,sans-serif;
    }

    .AustinPageContent .slider-section .bx-wrapper {
        padding: 40px 0 80px !important;
    }

    .AustinPageContent .slider-section .bxslider .btn {
        margin: 40px auto 0;
    }

    .AustinPageContent .slider-section .bx-wrapper .bx-pager, .AustinPageContent .slider-section .bx-wrapper .bx-controls-auto {
        bottom: 40px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .AustinPageContent .banner-section {
        height: 200px;
        overflow-x: hidden;
    }

        .AustinPageContent .banner-section::before {
            background-position: left 0px top;
        }

    .banner-section .banner-heading {
        left: 50%;
        font: 700 52px/56px 'Bitter',serif;
        transform: translate(-50%, -50%);
    }

    .welcome-section .secondary-heading.welcome-heading,
    .meet-section .secondary-heading.meet-heading,
    .stop-in-stay-section .secondary-heading.stop-in-stay-heading {
        font: 700 44px/50px 'Bitter', serif;
    }

    .welcome-section .austin-text,
    .welcome-section .austin-text-green,
    .stop-in-stay-section .austin-text {
        font: 300 22px/28px 'Roboto','Helvetica Neue',Helvetica,Arial,Geneva,sans-serif;
    }

    .welcome-btn-wrapper .btn-austin + .btn-austin {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
    .AustinPageContent .banner-section::before {
        background-position: left -180px top;
    }

    .banner-section .banner-heading {
        font: 700 71px/71px 'Bitter',serif;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
    .AustinPageContent .slider-section .bx-wrapper {
        padding: 90px 0 130px !important;
    }

        .AustinPageContent .slider-section .bx-wrapper .bx-pager, .AustinPageContent .slider-section .bx-wrapper .bx-controls-auto {
            bottom: 60px !important;
        }

    .AustinPageContent .slider-section .bxslider .btn {
        margin: 40px auto 0;
    }

    .welcome-section .secondary-heading.welcome-heading {
        margin: 0 0 43px;
        font: 700 49px/77px 'Bitter', serif;
    }
}

@media only screen and (min-width: 1366px) {
    .AustinPageContent .slider-section .bx-wrapper {
        padding: 90px 0 130px !important;
    }

    .AustinPageContent .slider-section .bxslider .btn {
        margin: 40px auto 0;
    }

    .bx-wrapper .bx-pager, .AustinPageContent .slider-section .bx-wrapper .bx-controls-auto {
        bottom: 60px !important;
    }

    .hm-callouts-wrapper .bx-wrapper .bx-pager {
        bottom: -15px !important;
    }
}

@media only screen and (min-width: 1600px) {
    .AustinPageContent .banner-section {
        height: 614px;
    }

        .AustinPageContent .banner-section::before {
            background-position: left -50px top;
        }

    .banner-section .banner-heading {
        max-width: 670px;
        font: 700 94px/100px 'Bitter',serif;
    }
}

@media only screen and (min-width: 1920px) {
    .AustinPageContent .banner-section {
        height: 855px;
    }

        .AustinPageContent .banner-section::before {
            background-position: left -250px top;
        }

    .banner-section .banner-heading {
        left: 48%;
        max-width: 1030px;
        font: 700 140px/154px 'Bitter',serif;
    }

    .AustinPageContent .welcome-section {
        padding: 88px 0;
    }

    .welcome-section .welcome-section-row {
        max-width: 1615px;
    }

    .welcome-section .secondary-heading.welcome-heading {
        margin: 0 0 43px;
        font: 700 67px/77px 'Bitter', serif;
    }

    .welcome-section .austin-text {
        margin: 0 0 40px;
        font: 300 32px/43px 'Roboto','Helvetica Neue',Helvetica,Arial,Geneva,sans-serif;
    }

    .welcome-section .austin-text-green {
        margin: 0 0 25px;
        font: 500 32px/43px 'Roboto','Helvetica Neue',Helvetica,Arial,Geneva,sans-serif;
    }

    .meet-section .secondary-heading.meet-heading {
        padding: 88px 0 114px;
        font: 700 67px/77px 'Bitter', serif;
    }

    .meet-section .meet-row {
        max-width: 1615px;
    }

    .meet-section .meet-col p:first-of-type {
        width: 516px !important;
        height: 466px !important;
    }

    .meet-section .meet-col img {
        width: auto !important;
        height: auto !important;
    }

    .meet-section .meet-col:nth-child(2) img {
        width: 466px !important;
        height: 446px !important;
    }

    .meet-section .meet-col-title {
        margin: 0;
        font: 700 45px/68px 'Bitter', serif;
    }

    .meet-section .meet-text {
        max-width: 350px;
        font: 300 32px/42px 'Roboto','Helvetica Neue',Helvetica,Arial,Geneva,sans-serif;
    }

    .AustinPageContent .slider-section .bx-wrapper {
        padding: 92px 0 140px !important;
    }

    .AustinPageContent .slider-section .bxslider .btn {
        margin: 40px auto 0;
    }

    .AustinPageContent .slider-section .bx-wrapper .bx-pager, .AustinPageContent .slider-section .bx-wrapper .bx-controls-auto {
        bottom: 70px !important;
    }

    .AustinPageContent .stop-in-stay-section {
        padding: 119px 0 129px;
    }

    .stop-in-stay-section .secondary-heading.stop-in-stay-heading {
        font: 700 67px/77px 'Bitter', serif;
    }

    .stop-in-stay-section .austin-text {
        max-width: 70%;
        margin: 0 auto 40px;
        font: 300 32px/42px 'Roboto','Helvetica Neue',Helvetica,Arial,Geneva,sans-serif;
    }
}

.rfr-dashboard-alert .select2-container--default .select2-results > .select2-results__options {
    max-height: 220px;
}

.guest-exp-grid:hover {
    cursor: pointer;
}

@media only screen and (min-width: 1200px) {
    .location-cards .one .gallery-trigger {
        top: 30px;
    }
}

@media only screen and (min-width: 2000px) {
    .grid-item.guest-exp-grid {
        background-position: center;
    }
}

.remodal.redirectPopup {
    padding: 40px 50px;
}

    .remodal.redirectPopup a {
        font-size: 18px;
        font-weight: 700;
    }

.remodal.redirectPopup {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.findratescard-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.reservationOptions .radio {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.radio .third.pillshape {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    height: 52px;
    margin: 15px 10px;
}

.third.pillshape label {
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    border: 2px solid #3b4043;
    border-radius: 50px;
    cursor: pointer;
}

.third.pillshape.gpay-wrapper label {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.third.pillshape.gpay-wrapper img.pay-icons {
    width: 100px;
}

.reservationOptions .third.offer-code-wrapper {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 10px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .guser-payment-wrapper.radio .third {
        margin: 0 10px 15px 10px;
    }
}
@media (max-width: 1365px) {
    .findratescard-heading .reservationTitle h5 {
        font-size: 30px;
    }
}

@media (max-width: 1200px) {
    .findratescard-heading .reservationTitle h5 {
        font-size: 26px;
    }

    .findratescard-heading .reservation-link {
        margin-top: 10px;
    }
}

@media (max-width: 1024px) {
    .hm-callouts-wrapper.callouts .reservation.gray {
        padding: 20px 44px !important;
    }

    .findratescard-header {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }

        .findratescard-header .reservationTitle h5 {
            margin: 0;
        }

    .reservation.gray .findratescard-heading .reservation-link {
        margin: 10px 0;
    }

    .reservation.gray a.location {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .hm-callouts-wrapper.callouts .reservation.gray {
        padding: 20px !important;
    }

    .findratescard-heading .reservationTitle h5 {
        max-width: fit-content !important;
        font-size: 24px;
    }

    .reservation.gray .signin {
        margin-bottom: 10px;
    }
}
.icon-snowflake-thin {
    display: block;
    margin-top: 13px;
}

.form input[type="submit"][value="Next"]:focus,
.form input[type="submit"][value="Create My Account"]:focus {
    box-shadow: 0 0 0px 3px #9ddd2d;
}

.homepage .hm-callouts-wrapper {
    align-items: flex-start;
}

.homepage .bx-wrapper {
    margin-bottom: 60px;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

#car-fix {
    position: absolute;
    left: -50px;
    max-width: 1200px !important;
    width: 1200px;
    top: -100px;
}

#shuttle-fix {
    position: absolute;
    right: -110px;
    top: -195%;
    width: 200px;
}

#dnn_dnnLOGO_hypLogo {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.ride-txt {
    margin-left: -20px;
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    list-style: none;
}

.location-cards .one .details ul li.ride-txt {
    font-size: 12px;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .location-detail-page .locations-sub-heading.change-airports {
        max-width: 300px;
    }
}
@media only screen and (max-width: 768px) {
    .stress-free {
        padding: 10px;
    }

    #dnn_dnnLOGO_imgLogo {
        width: 300px;
        padding-bottom: 14px;
    }
}


.covered-parking-text {
    position: relative;
    z-index: 18;
    color: #719932;
    padding: 4px 20px 0px 0px;
    font-weight: 600;
    background: transparent;
}

@media screen and (max-width: 767px) {
    .covered-parking-text {
        text-align: left;
        border-radius: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .covered-parking-text {
        text-align: left;
    }
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.modal-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.model-opened {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(76, 76, 76, 0.9);
    width: 100%;
    height: 100%;
    overflow: auto;
}
/* close icon */
.close-icon {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
    align-self: flex-end;
    border: 0;
    background: transparent;
    margin: 24px 24px 0px 0px;
}

    .close-icon::before,
    .close-icon::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #9ddd2d;
        transform-origin: center;
    }
    /* #f5a623 */

    .close-icon::before {
        transform: rotate(45deg);
    }

    .close-icon::after {
        transform: rotate(-45deg);
    }

.sms-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 30px 0 30px;
}

.modal-title {
    font-family: "Bitter", sans-serif;
    font-weight: 400;
    font-size: 52px;
    text-transform: capitalize;
    color: #9ddd2d;
    padding: 10px 0 0 0;
}

.modal-summary {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    padding-bottom: 15px;
}

.mobile-number {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.otp-container {
    display: flex;
    gap: 16px;
}

.sms-container .otp-container .otp-input {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: flex;
    text-align: center;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 700;
    outline: none;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
}

.timer-text {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: left;
    padding: 16px 0 0 46px;
    align-self: flex-start;
}

.timer {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.resend-text {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fffcfc;
    padding: 16px 0 0 46px;
    align-self: flex-start;
    display: none;
}

.resend-code {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #9ddd2d;
    text-decoration: none;
    padding-left: 8px;
}

.next-btn {
    background-color: #9ddd2d;
    padding: 13px 118px;
    border-radius: 56px;
    color: #4a4a4a;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    border-color: transparent;
    cursor: pointer;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

    .next-btn:hover {
        background-color: #f5a623;
        color: #fff;
    }

.redirecting-text {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #d8d8d8;
    padding-bottom: 34px;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .redirecting-text:hover {
        color: #f5a623;
    }

.arrow-icon {
    padding-right: 8px;
    margin-top: -4px;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

.step-number {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}

.error-message {
    color: #ff0033;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 8px 0px 0px 40px;
    align-self: flex-start;
    display: none;
}

.otp-input.error {
    border-color: #ff0033;
    border-width: 3px;
}

.otp-input.success {
    border-color: #9ddd2d;
}

@media screen and (max-width: 767px) {
    .modal-title {
        font-weight: 400;
        font-size: 30px;
        text-align: left;
    }

    .otp-input {
        width: 40px;
        height: 40px;
        max-width: 315px;
        font-size: 20px;
        padding: 0;
    }

    .modal-summary {
        padding-bottom: 20px;
        text-align: left;
    }

    .otp-container {
        align-self: flex-start;
        padding-top: 20px;
    }

    .next-btn {
        padding: 13px 140px;
    }

    .timer-text {
        padding-left: 0;
    }

    .resend-text,
    .error-message {
        padding: 0;
    }
}
.remodal.form .modal-title {
    text-align: left;
}

@media screen and (max-width: 767px) {
    .sms-container .otp-container .otp-input {
        width: 40px;
        height: 40px;
        max-width: 315px;
        font-size: 20px;
        padding: 0px;
    }

    .remodal.form .modal-summary {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}
.form.gray .checkbox input[type="checkbox"]:focus + label:before {
    box-shadow: none;
    outline: #9ddd2d solid 2px;
}
input[type="checkbox"]:checked + label:before {
    font-size: 14px;
}
/* newsletter */
.newsletter-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-top: 16px;
    border-top: 1px solid #ddd;
}

    .newsletter-container .p3 {
        font-weight: 700;
        margin: 0px 0px 10px 0px;
        text-align: center;
        width: auto;
    }

    .newsletter-container p {
        font-size: 18px;
        text-align: center;
        font-weight: 400;
        margin: 0px 0px 10px 0px;
    }

.account-profile .newsletter-container .newsletter-btn {
    margin: 0 auto;
}

.account-profile .settings .left {
    display: none;
}

.account-profile .settings .right {
    width: 100%;
    padding-left: 0;
}

.newsletter-container p {
    line-height: 28px;
}

.account-profile .checkedBG .account-save-btn {
    margin: 10px 0px 20px;
}

/* style for AustinPromotions page */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}
html,
body {
    height: 100%;
    width: 100%;
}
.main-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}
p {
    font: 400 18px / 25px "Roboto", "Helvetica Neue", Helvetica, Arial, "Geneva", sans-serif;
    color: #4a4a4a;
}
.longhorn-container {
    display: flex;
    flex-direction: column;
    width:100%;
}
.logo-img-wrapper {
    display: flex;
    width: 100%;
    background: #000000;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
#dnn_ctr1092_HtmlModule_lblContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width:100%;
}
 #dnn_ctr1092_HtmlModule_lblContent img{
     width:100%;
     max-width:100%;
     height:auto;
     vertical-align:middle;
}
.logo-img-wrapper img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.fastpark-logo {
    width: 50%;
    flex: 1;
}
.longhorn-banner {
    width:50%;
    flex:1;
}
.text-wrapper {
    padding:20px;
}
.austin-content-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}
.longhorn-history {
    display: flex;
    align-items:flex-start;
    padding: 20px;
}
.austin-about-text {
    font-size: 28px;
    line-height: 1.4;
}

.history-wrapper {
    width: 50%;
    padding-right:20px;
}
h1 {
    font: 400 52px / 63px "Bitter", serif;
    padding-bottom: 12px;
    color: #444;
}
h2 {
    padding-bottom: 12px;
    font: 400 32px / 40px "Bitter", serif;
    color: #444;
}
.history-details {
    padding-bottom: 20px;
}
.img-wrapper {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-wrapper img{
    width:540px !important;
    height:328px !important;
}
.longhorn-present {
    display: flex;
    padding: 20px;
    align-items:flex-start;
    margin-bottom:28px;
}
.present-wrapper {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-right:20px;
}
.facts-container {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #719932;
}
.facts-list {
    padding: 0;
    list-style: none;
}
.facts-list li {
    display: flex;
    align-items: flex-start;
    padding: 9px 0;
    font-size: 22px;
    line-height: 1.4;
    color: #4a4a4a;
}
.facts-list li img {
    width: 32px !important;
    margin-right: 25px;
    margin-top: 5px;
}
.mascot-container {
    display: flex;
    padding: 20px;
    margin-bottom:28px;
    align-items:flex-start;
}
.mascot-wrapper {
    width: 50%;
    padding-right:20px;
}
.video-wrapper {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-wrapper iframe ,html, body ,video{
    padding:0;
    margin:0;
    width:100%;
    height:100%;
}
.video-wrapper video {
    display: flex;
    justify-content: center;
    padding: 0;
    object-fit: cover;
}
.video-wrapper #dnn_ctr1094_ModuleContent {
    width: 540px;
    height: 328px;
 }
.main-wrapper h1,
.main-wrapper h2 {
    margin: 0;
}
.static-map-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
/*    width: 100%;
    max-width: 1200px;*/
}
.static-map-wrapper .city-detail {
    width: 50%;
    margin: 0;
    padding-right: 32px;
    text-align: left;
    flex: 1 1 auto;
}
.static-map-wrapper .city-detail h2 {
    font-size: 50px;
}
.static-map-wrapper .city-detail h2,
.static-map-wrapper .city-detail p {
    text-align: left;
}
.static-map-wrapper .map-container {
    width: 50%;
    flex: 1 1 auto;
    vertical-align: middle;
    cursor: pointer;
}
.static-map-wrapper .map-container .static-map {
    width: 100%;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.new-location-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eeeeee;
}
.facts-list li img {
    width: 22px !important;
    height: auto !important;
    margin-right: 15px;
    margin-top: 5px;
}
.longhorn-history h2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
}
.history-wrapper img {
    width: 100%;
    height: auto;
}
.note-wrapper {
    padding: 20px;
}
.austin-note-text {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
}
.austin-visit-text {
    padding: 20px;
    font-size: 18px;
    line-height: 1.4;
}
.longhorn-container .logo-img-wrapper {
    height: 300px;
}
.logo-img-wrapper::before {
    background-image: url(/portals/0/AustinPromotions/AUs%20longhorn.jpg);
    background-repeat: no-repeat;
    background-position: right 60%;
    background-size: 48%;
    content: " ";
    height: 300px;
    width: 100%;
    position: absolute;
    z-index: 1;
}
.logo-img-wrapper > .col-md-11.contentPane {
    height: inherit;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}
.fastpark-logo {
    padding: 0 20px;
    margin: 0 !important;
}
.fastpark-logo img {
    max-width: 700px;
}
.austin-address-wrapper {
    padding: 20px;
    background-color: #000000;
}
.longhorn-banner {
    height: 250px;
    overflow: hidden;
}
.longhorn-banner img {
    position: relative;
    transform: translateY(-45%);
}
.austin-address-wrapper .DnnModule {
    width: 100%;
}
.austin-visit-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto;
}
.austin-visit-wrapper a {
    color: #9DDD2D !important;
    font-weight: 700;
}
.AustinPageContent {
    position: relative;
}
.longhorn-container::before {
    background-image: url(/images/FP/arrowpattern.png);
    background-repeat: repeat-x;
    background-position: top left;
    background-size: auto;
    content: " ";
    height: 30px;
    width: 100%;
    position: absolute;
    z-index: 2;
}


@media (min-width: 769px) and (max-width: 1024px) {
    .static-map-wrapper {
        margin: 0 36px;
    }

    .static-map-wrapper .city-detail h2 {
        font-size: 24px;
        line-height: 1.5;
    }

    .static-map-wrapper .city-detail p {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 768px) {
    .static-map-wrapper .city-detail {
        display: block;
    }

    .onelot-location .reservation.fullpage.gray {
        margin-bottom: 36px;
    }

    .static-map-wrapper {
        flex-direction: column;
        margin: 0 20px;
        padding: 12px 0;
    }

    .static-map-wrapper .city-detail {
        width: 100%;
        padding: 0;
        padding-bottom: 16px;
    }

    .static-map-wrapper .map-container {
        width: 100%;
    }

    .static-map-wrapper .city-detail h2 {
        font-size: 24px;
        line-height: 1.5;
        margin: 0;
        text-align: center;
    }

    .static-map-wrapper .city-detail p {
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
    }

    .new-location-wrapper {
        background-color: transparent;
    }
}

@media screen and (max-width: 767px) {
    .history-wrapper,
    .img-wrapper,
    .present-wrapper,
    .video-wrapper,
    .mascot-wrapper {
        width: 100%;
    }

    .austin-content-wrapper {
        padding: 20px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .text-wrapper h1 {
        font-size: 34px;
        line-height: 1.2;
    }

    .longhorn-history,
    .longhorn-present,
    .present-wrapper .mascot-container {
        display: flex;
        flex-direction: column;
        padding-top: 40px;
    }

    .img-wrapper img {
        width: 100% !important;
        height: auto !important;
        max-width: 100%;
    }

    .present-wrapper,
    .mascot-wrapper {
        padding-bottom: 20px;
    }

    .note-wrapper {
        padding: 20px 0;
    }

    .text-wrapper,
    .longhorn-history,
    .longhorn-present,
    .facts-container,
    .mascot-container,
    .note-wrapper {
        margin-bottom: 0;
    }

    .video-wrapper #dnn_ctr1094_ModuleContent {
        width: 100%;
        height: 100%;
    }

    .mascot-container {
        flex-direction: column;
    }

    .note-wrapper {
        padding: 20px;
    }

    .text-wrapper {
        padding-top: 0;
    }

    .austin-visit-wrapper {
        flex-direction: column;
    }

    .logo-img-wrapper::before {
        background-size: contain
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .longhorn-history,
    .longhorn-present,
    .present-wrapper .mascot-container {
        display: flex;
        flex-direction: column;
    }

    .history-wrapper,
    .img-wrapper,
    .present-wrapper,
    .video-wrapper,
    .mascot-wrapper {
        width: 100%;
    }

    .longhorn-present,
    .mascot-container,
    .logo-img-wrapper {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:1024px) {
    .logo-img-wrapper {
        height: 250px !important;
    }
    .logo-img-wrapper::before {
        height: 250px !important;
    }
}

@media only screen and (min-width:1200px) {
    .longhorn-history .img-wrapper {
    padding-left: 20px;
    }
    .austin-visit-text {
        font-size: 20px;
    }
    .facts-container {
        padding: 20px 30px;
    }
}

@media only screen and (min-width:2250px) {
    .logo-img-wrapper {
        height: 400px;
    }
    .logo-img-wrapper::before {
        height: 400px;

    }
}
@media screen and (min-width: 1280px) {
    .fastpark-logo {
        display: flex;
        align-items: center;
        height: 300px;
    }
}
.discount-btn-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

    .discount-btn-wrapper button {
        width: auto;
        min-width: 100px;
        margin: 0;
    }

    .discount-code-error {
        display: flex;
        align-items: center;
    }

    .discount-code-error .error-message {
        padding: 0px 0px 0px 8px;
        line-height: 1.5;
        font-size: 18px;
        color: #c1c1c1;
    }

    .discount-code-error span.icon-check {
        background: #ff0033;
        border-radius: 50%;
        font-size: 7px;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 16px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        padding-right: 0px;
        color: #ffffff;
    }

        .discount-code-error span.icon-check::before {
            content: '\e90e';
        }

#turnstile-container {
    margin-top: 20px;
}
.paypal-btn-container {
    margin-top: 20px;
    margin-bottom: -5px;
}

button.gpay-card-info-container {
    margin: 20px 0 0 0;
}

@media (min-width: 768px) {
    .reservationOptions .applepay {
        margin-top: 30px;
    }
}

.location-detail-page.location-two-lot .static-maps-container {
    display: flex;
    gap: 20px;
	padding: 0 20px;
}
.location-detail-page.location-two-lot .static-maps-container .map-image-wrapper {
    max-width: 50%;
    flex: 1 1 50%;
}
.location-detail-page.location-two-lot .static-maps-container .map-image-wrapper img {
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .location-detail-page.location-two-lot .static-maps-container {
    flex-wrap: wrap;
  }
  .location-detail-page.location-two-lot .static-maps-container .map-image-wrapper {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
    .location-two-lot .city-detail .city-detail-heading {
        font-size: 24px;
        line-height: 1.5;
    }
    .location-two-lot .city-detail .city-detail-content {
        font-size: 16px;
        line-height: 1.5;
    }
}