footer {
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #ddd
}

.states-list {
    margin-top: 5rem;
    background-color: #eee;
    padding: 1.5rem 0;
}

.states-list h6 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.states-list .nav-footer {
    list-style-type: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: center;
}

.states-list .nav-footer li {
    display: inline-block;
    color: #dddddd;
}

.states-list .nav-footer li a {
    padding: .5rem 1rem;
}

.eula-terms .doNoSetInfoContainer {
    text-align: center;
    margin: 3rem 0;
}

.eula-terms .doNoSetInfoContainer a {
    display: inline-block;
    text-align: center;
    color: #696c72;
}

.eula-terms .p-policy-container {
    background-color: rgb(102 102 102 / 90%);
    color: #ffffff;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1.5rem;
    font-size: 1.8rem;
    z-index: 999;
}

.eula-terms .p-policy-content {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}

.eula-terms .p-policy-content p {
    text-align: center;
    margin: 0 0 1.5rem 0;
    line-height: 1.4;
}

.eula-terms .p-policy-content p a {
    color: #1eade9;
}

.eula-terms .doNoSetInfoContainer a:hover,
.eula-terms .p-policy-content p a:hover {
    text-decoration: underline;
}

.eula-terms .p-policy-content button {
    width: 100%;
    height: 40px;
    border-radius: 40px;
    outline: none;
    border: none;
    cursor: pointer;
    background-color: #1eade9;
    color: #ffffff;
}

@media all and (min-width: 768px) {
    footer {
        -webkit-order: 3;
        order: 3;
    }
}

@media screen and (min-width: 992px) {
    .eula-terms .p-policy-content {
        display: flex;
        justify-content: space-between;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
    }

    .eula-terms .p-policy-content p {
        max-width: 610px;
        width: 60%;
        text-align: left;
        margin: 0 0 0 0;
    }

    .eula-terms .p-policy-content button {
        max-width: 160px;
    }
}
