.pageSearch-wrapper {
    max-width: 1168px;
    margin: 0 auto;
    padding: 20px 10px 50px;
    display: block;
}

@media only screen and (min-width: 600px) {
    .pageSearch-wrapper {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .pageSearch-wrapper {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media only screen and (min-width: 1400px) {
    .pageSearch-wrapper {
        max-width: 1424px;
        padding-bottom: 70px;
    }
}

/* block-pageTitle */
.block-pageTitle {
    text-align: center;
    line-height: 24px;
    padding: 0;
}
.block-pageTitle > h1,
.block-pageTitle > h3 {
    margin-bottom: 0;
    padding-bottom: 0;
}
.block-pageTitle h1:first-letter,
.block-pageTitle h3:first-letter {
    text-transform: uppercase;
}

@media only screen and (min-width: 768px)  {
    .block-pageTitle {
        padding-bottom: 20px;
    }
}

.aui h3.subtitle {
    font-size: 15px !important;
    margin-bottom: 5px !important;
}
.aui h4.subtitle {
    font-size: 12px !important;
    margin-bottom: 15px !important;
}

@media only screen and (min-width: 768px)  {
    .aui h3.subtitle {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }
    .aui h4.subtitle {
        font-size: 15px !important;
        margin-bottom: 30px !important;
    }
}

/* */
.block-btn {
    text-align: center;
    margin: 0 auto;
    padding: 0 0 50px;
}

.btn-link-orange {
    cursor: pointer;
    font-weight: 400;
}

.editCard {
    cursor: pointer;
}

.text-orange {
    color: #ee5024;
}

.text-nowrap {
    white-space: nowrap;
}

.blockTextCenter {
    display: block;
    max-width: 500px;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 300;
}

.blockTextCenter .blockTextCenter-inner {
    display: inline-block;
    text-align: center;
}

.blockTextCenter .list-disc {
    margin-bottom: 0;
}

.blockTextCenter .list-disc li {
    text-align: left;
    padding-bottom: 8px;
}

.blockTextCenter sup {
    font-size: 16px;
    top: 0.1em;
}

@media (min-width: 768px) {
    .blockTextCenter {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1400px) {
    .blockTextCenter {
        font-size: 15px;
    }
}

.blockCenterPosition {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 25px;
}

@media only screen and (min-width: 768px) {
    .blockCenterPosition {
        padding-bottom: 35px;
    }
}

.hint-info {
    font-style: italic;
    font-size: 11px;
    font-weight: 300;
    color: #888888;
}

.hint-info sup {
    top: 0.2em;
}

@media only screen and (min-width: 768px) {
    .hint-info {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1400px) {
    .hint-info {
        font-size: 13px;
    }
}

.billingWrapper {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 0 40px;
}

.billingTable {
    width: 100%;
}

.billingTable th,
.billingTable td {
    padding: 15px;
    text-align: left;
    font-size: 14px;
}

.billingTable td:nth-child(2) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}

.billingTable th {
    background-color: #d8d8d8;
    color: #272727;
    font-weight: 500;
    line-height: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.billingTable td {
    vertical-align: top;
    color: #000000;
    font-weight: 300;
    border-bottom: 1px solid #dddddd;
}

.billingTable .desktopView {
    display: none;
}

.billingTable .mobileView {
    display: table-cell;
}

.billingTable .mobileView .text-nowrap,
.billingTable .mobileView .text-wrap {
    display: block;
}

.billingTable .mobileView .text-nowrap:after + .text-nowrap {
    content: '/';
}

.billingWrapper .billingTable-title {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
}

.billingWrapper .billingTable-title.closedBillingTable {
    color: #ee5024;
    cursor: pointer;
}

.billingWrapper .closedBillingTable + .billingTable-wrapper {
    display: none;
}

@media (min-width: 768px) {
    .billingTable .desktopView {
        display: table-cell;
    }

    .billingTable .mobileView {
        display: none;
    }

    .billingTable th,
    .billingTable td {
        font-size: 14px;
    }
}

.membershipInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
    padding: 30px 15px;
    margin: 0 0 35px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}

.travelBank {
    position: relative;
    text-align: center;
    margin-bottom: 5px;
}

.travelBank:before {
    content: '';
    display: inline-block;
    background: url(../images/travel-bank.svg) no-repeat center center;
    background-size: 26px 19px;
    width: 100%;
    height: 19px;
    position: relative;
}

.travelBank .subtitle {
    font-size: 20px;
    font-weight: 600;
}

.availableCashback {
    font-size: 32px;
}

.pendingCashback {
    padding: 1px 0 3px;
}

.useCashback {
    padding: 25px 0 0;
}

.useCashback p {
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .useCashback {
        padding-top: 35px;
    }
}

.popupUseCashback {
    display: none;
}

.popupUseCashback .popupUseCashback__wrapper {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.popupUseCashback .popupUseCashback__inner {
    position: relative;
    width: 100%;
    max-width: 420px;
    min-height: 200px;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0,0,0,.5);
    padding: 40px 20px;
}

.popupUseCashback .popupUseCashback__inner p {
    font-size: 13px;
    text-align: center;
    padding: 40px 0;
}

.popupUseCashback .popupUseCashback__inner .btn {
    min-width: 160px;
}