﻿
footer {
    background-color: #e5e5e6;
    padding-top: 30px;
    font-size: 13px;
}

@media (min-width: 768px) {
    footer .jr-col-md-4-7 {
        max-width: 19.444444%;
    }
}

footer h3 {
    font-size: 18px;
    padding-bottom: 15px;
}

footer .links-block {
    padding-left: 21px;
    margin-bottom: 23px;
}

    footer .links-block ol {
        list-style: none;
        display: inline-flex;
        flex-wrap: wrap;
        padding: 0px;
        margin-bottom: 0px;
    }

        footer .links-block ol li {
            width: 100%;
            padding-bottom: 10px;
        }

            footer .links-block ol li a,
            footer .links-block ol li a:link,
            footer .links-block ol li a:active,
            footer .links-block ol li a:visited,
            footer .links-block ol li a:hover {
                color: #181823;
            }

footer .connect-with-us {
    text-align: center;
    margin-bottom: 31px;
}

@media (min-width: 576px) {
    footer .connect-with-us {
        margin-bottom: 15px;
    }
}

footer .connect-with-us ul {
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    padding: 0px;
    margin-bottom: 0px;
}

    footer .connect-with-us ul li + li {
        margin-left: 9px;
    }

footer .payment {
    background-color: #f2f2f3;
    padding: 16px 15px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

@media (min-width: 768px) {
    footer .payment .col-md-auto:first-child {
        padding-left: 0px;
    }

    footer .payment .col-md-auto:last-child {
        padding-right: 0px;
    }
}

footer .payment .braintree {
    text-align: center;
    margin-bottom: 10px;
}

footer .payment .credit-cards {
    text-align: center;
    margin-top: 20px;
}

@media (min-width: 768px) {
    footer .payment .credit-cards {
        margin-top: initial;
    }
}

footer .payment .credit-cards ul {
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    padding: 0px;
    margin-bottom: 0px;
}

    footer .payment .credit-cards ul li + li {
        margin-left: 5px;
    }

footer .travel-and-price-update {
    background-color: #f2f2f3;
    padding: 10px 15px 15px 15px;
    margin: 0 auto;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

    footer .travel-and-price-update h3 {
        margin-bottom: 5px;
    }

.footer-username-icon {
    padding: 10px;
    display: inline-block;
    position: absolute;
    color: #7bc144;
}

.footer-username > input {
    padding-left: 30px;
}

.footer-email-icon {
    padding: 10px;
    display: inline-block;
    position: absolute;
    color: #7bc144;
}

.footer-email > input {
    padding-left: 30px;
}

.footer-input {
    margin-bottom: 15px;
}

.text-left {
    margin-bottom: 10px;
}

.panel-heading {
    border-bottom: 1px;
}

    .panel-heading > h5 {
        font-size: 18px;
        color: #181823;
        padding-bottom: 0px;
        margin: 10px 0px 10px 0px;
    }

.panel-body {
    padding-top: 10px;
}

.text-right > button {
    width: 100%;
    background-color: #8197ab;
    font-weight: 600;
}

.footer-processing {
    display: none;
    width: 100%;
}

.footer-complete {
    display: none;
    width: 100%;
}

    .footer-complete > div {
        padding-top: 5px
    }

.text-center {
    margin-bottom: 0px;
}

footer .container:only-child {
    padding-left: 0px;
    padding-right: 0px;
}
