.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;
    }
}

/* successWrapper */
.successWrapper {
    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;

    padding: 20px;
}
@media (min-width: 768px) {
    .successWrapper {
        padding: 40px;
    }
}

/* */
.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 {
    padding-bottom: 8px;
    text-align: left;
}

.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;
    padding-top: 10px;
}

.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;
    }
}

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

.payment-form {
    max-width: 420px;
    padding-bottom: 30px;
}

.payment-form .error-hint,
.credit-card-error,
.terms-error {
    display: none;
    color: #ff4400;
    font-size: 11px;
}
.payment-form .form-row .error-hint,
.credit-card-error,
.terms-error {
    position: absolute;
    bottom: -20px;
    left: 0;
}

/* TermsOfServicePopup */
#TermsOfServicePopup {
    overflow: hidden;
    padding-right: 0 !important;
}
.TermsOfServicePrint {
    margin: 0 20px 20px 0;
}
.TermsOfServicePrint .print-action {
    float: right;
}
.TermsOfServicePopupContent {
    max-height: 310px;
    overflow-x: auto;
    font-size: 12px;
    padding-right: 30px;
    margin-bottom: 10px;
}
.TermsOfServicePopupContent li {
    line-height: 1.42857143 !important;
}
.TermsOfServicePopupContent p {
    font-size: 12px;
    margin: 0 0 10px;
}
.TermsOfServicePopupContent .terms {
    padding-bottom: 0;
}
.TermsOfServicePopupContent .terms .subti {
    color: #677d8f;
    font-size: 12px;
}
.TermsOfServiceBtns {
    text-align: center;
    padding: 25px 0 5px;
}

.TermsOfServiceCheckbox {
    display: -webkit-flex;
    display: flex;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 12px;
}
.TermsOfServiceCheckbox .label_agree {
    font-size: 12px;
    margin: 1px 0 0 5px;
}

.TermsOfServiceSpinner.spinner-holder {
    margin: 20px auto;
    text-align: center;
}
.TermsOfServiceSpinner.spinner-holder .icon-spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
    background-size: 40px !important;
}
.TermsOfServiceSpinner.spinner-holder .icon-spinner:before {
    display: none;
}
.TermsOfServiceSpinner.spinner-holder .icon-spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
    background-size: 40px !important;
}
.TermsOfServiceSpinner.spinner-holder .icon-spinner:before {
    display: none;
}

@media (max-width: 500px) {
    .TermsOfService-popup {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        z-index: 1000 !important;
        border-radius: 0 !important;
    }
    .TermsOfService-popup #TermsOfServicePopup {
        height: 500px !important;
    }
    .TermsOfService-popup .ui-dialog-titlebar-close {
        top: 10px !important;
        right: 10px !important;
    }
    .TermsOfService-popup .ui-dialog-content {
        padding: 10px !important;
    }
    .TermsOfServicePopupContent {
        font-size: 10px;
    }
    .TermsOfService-popup.ui-corner-all {
        border-radius: 0 !important;
    }
}

@media print {
    .header, .footer,
    .ui-widget-overlay, .wrapper, .TermsOfServicePrint, .TermsOfServiceCheckbox, .TermsOfServiceBtns, .slimScrollBar, .slimScrollRail {
        display: none !important;
    }

    .TermsOfService-popup {
        position: relative !important;
        height: auto !important;
        width: auto !important;
        top: 0 !important;
        left: 0 !important;
    }
    #TermsOfServicePopup, .slimScrollDiv, .TermsOfServicePopupContent {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
    }
}

#WarningPopup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 50000;
    overflow: auto;
    display: none;
}
#WarningPopup .popup-wrapper {
    display: block;
    position: relative;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    padding: 20px;
    max-width: 400px;
    margin: 150px auto;
    background: #fff;
    border-radius: 10px;
}
#WarningPopup .popup-body {
    position: relative;
    padding: 20px;
    font-size: 16px;
}
#WarningPopup .popup-wrapper .popup-footer {
    text-align: center;
}

.TermsOfServiceBtns .btn,
.TermsOfServiceBtns .btn:hover,
.TermsOfServiceBtns .btn:focus,
#WarningPopup .popup-wrapper .btn,
#WarningPopup .popup-wrapper .btn:hover,
#WarningPopup .popup-wrapper .btn:focus {
    display: inline-block !important;
    text-shadow: none;
    box-shadow: none;
    background-image: none;
    outline: none;
    border: 0;
    border-radius: 0;
    width: auto;
    min-width: 120px;

    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 9px 20px;
    text-transform: uppercase;
    text-decoration: none !important;
    cursor: pointer;

    background: #ff9100;
    background: linear-gradient(45deg, #ff9100 0%,#ee5024 100%);

    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
}


.dataCollectionNotice {
    padding: 20px;
    max-width: 850px;
    text-align: center;
    margin: 0 auto 50px;
}

.aui .wrapper .dataCollectionNotice a {
    color: #ff4600;
}

.field-min-2chars::after {
    content: attr(data-after);
    color: #f44;
    font-size: 12px;
    position: absolute;
}