@charset "utf-8";

/* Fonts */
@font-face {
    font-family: 'PPSerif';
    src: url('fonts/PP Right Serif - Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Antique';
    src: url('fonts/Antique-Legacy-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Antique';
    src: url('fonts/Antique-Legacy-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/* Base */
body {
    background-color: #e7e7e8;
    font-size: 12px;
    font-family: 'Antique', sans-serif;
}

h1 {
    color: #000;
    font-family: 'PPSerif', serif;
    font-size: 32px;
    font-weight: 500;
    margin: 0;
}

.subhead {
    color: #df6435;
    font-family: 'PPSerif', serif;
    font-size: 20px;
    margin-left: 26.7647%;
    margin-top: 15px;
}

h2 {
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0;
}

h3 {
    font-family: 'PPSerif', serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.small,
small {
    font-size: 70%;
}

.error {
    color: red;
}

.red {
    color: #f00000;
}

/* Layout */
.container {
    background-color: rgb(57, 55, 56);
    margin: 0 auto;
    max-width: 870px;
    padding: 0 6px 6px;
}

.top {
    color: #fff;
    padding: 10px;
}

.top-txt {
    font-size: 14px;
    position: relative;
    right: 10px;
    text-align: right;
}

.main {
    background-color: #fff;
    padding-bottom: 35px;
}

.hdr {
    font-family: 'PPSerif', serif;
    font-size: 18px;
    letter-spacing: -1px;
    padding: 35px;
    text-align: center;
}

.recip {
    margin: 0 20px;
}

.recip > form {
    display: inline-block;
    font-size: 14px;
    margin-right: 30px;
}

.form {
    padding: 0 60px;
}

.pyment {
    background-color: #fff;
    margin: 30px auto 0;
    max-width: 100%;
    padding: 0;
}

.ssl {
    background-color: #fff;
    margin-left: -10px;
    margin-right: -10px;
}

footer {
    font-size: 12px;
    color: #595959;
    margin: 25px auto;
    padding: 0 8.62069%;
}

/* Bootstrap tweaks */
.col-xs-6.exp,
.col-xs-6.st {
    padding-left: 0;
}

.img-responsive {
    display: unset;
}

.form-control {
    border-radius: unset;
}

.form-horizontal .control-label {
    text-align: left;
    font-weight: 500;
}

/* Donor section */
.donor {
    font-size: 16px;
    margin: 35px 0;
    text-align: center;
}

.donor .self-check {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.donor .self-check input {
    margin: 0;
}

.donor .self-check label {
    margin: 0;
    font-weight: normal;
}

/* Misc */
.btns {
    text-align: center;
}

.visible-xs.cvr-mbl {
    padding: 0;
    max-width: 100px;
}

.pl1-25 {
    padding-left: 1.25em;
}

.yes {
    font-size: 24px;
    font-weight: 500;
    margin-left: 45px;
    text-align: left;
}

.yes-text {
    margin-left: -5px;
}

.yes-cnt {
    margin-top: 20px;
}

#bottom {
    margin-left: 0;
    height: auto;
}

#processing {
    display: none;
    margin: 25px auto;
    text-align: center;
}

#helper {
    margin-left: 15px;
    margin-right: 15px;
}

/* Responsive */
@media (min-width: 991px) {
    .form-control {
        height: auto;
        max-width: 180px;
        padding: 0;
    }

    .form-group {
        margin-bottom: 5px;
    }
}

@media (max-width: 991px) {
    .hdr {
        font-size: 17px;
    }

    .yes {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .col-sm-6.logo {
        text-align: center;
    }

    .top-txt {
        padding-top: 10px;
        right: 0;
        text-align: center;
    }

    h1 {
        margin-left: 0;
    }

    .hdr {
        font-size: 16px;
        text-align: left;
    }
}

@media (max-width: 500px) {
    .form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hdr {
        padding: 15px;
    }

    h3 {
        padding: 0 15px;
    }

    #helper {
        margin-left: 0;
        margin-right: 0;
    }

    .visible-xs.cvr-mbl {
        width: 100%;
        max-width: 100%;
        padding: 16px;
        text-align: center;
    }

    h1 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .hdr {
        font-size: 14px;
        text-align: left;
    }
}

/* Buttons CSS */
.btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    text-align: center;
}

.btn-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 181px;
    height: 43px;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-family: 'Antique', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 24px;
    box-shadow: none;
}

.btn-grey {
    background: #9f9f9f;
}

.btn-grey:hover {
    background: #8f8f8f;
}

.btn-order {
    background: #494e30;
}

.btn-order:hover {
    background: #5b6240;
}
@media (max-width: 480px) {
    .btns {
        gap: 10px;
    }

    .btn-custom {
        width: 100%;
        max-width: 280px;
    }
}