.costs-form-grid {
    padding-bottom: 1.25rem;
}

.costs-footer_logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.costs-footer_logo-container ul {
    margin: 0;
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
    .cell.costs-footer_list-container {
        margin-left: 33.333%;
    }
}

@media screen and (max-width: 1023px) {
    .costs-footer_list-container {
        align-items: center;
        order: 2;
    }

    .costs-footer_logo-container {
        margin-bottom: 1rem;
        order: 1;
    }

    .costs-footer {
        min-height: 18.4rem !important;
        align-items: center !important;
        background-position: 85% 100% !important;
    }
}

@media screen and (max-width: 600px) {
    .costs-footer {
        background-position: 70% 100% !important;
    }
}

.costs-footer_copyright {
    margin: 0;
}

input[type='submit'] {
    cursor: pointer;
}

/* Costs footer styling */
.costs-footer {
    display: flex;
    align-items: flex-end;
    min-height: 15.438rem;
    margin-top: 6.25rem;
    padding-bottom: 2.188rem;
    background-image: url("../img/costs-footer-decoretion.svg");
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
}

.costs-footer ul {
    list-style: none;
}

.costs-footer_wrapper {
    width: 100%;
}

.costs-footer_list-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.costs-footer_list {
    display: flex;
    margin: 0 0 .75rem;
}

.costs-footer_list li {
    margin-right: 1rem;
}

.costs-footer_list li a {
    color: white;
    font-size: .875rem;
    font-family: "Roboto", sans-serif;
}

.costs-footer_list li a:hover {
    color: white;
}

.costs-footer_copyright {
    color: #FFBF9D;
    font-size: .875rem;
    line-height: 1;
    font-family: "Roboto", sans-serif;
}


.costs-form_content .form__buttons p{
    margin-bottom: 0;
}

@media screen and (min-width: 1980px) {
    .costs-footer {
        background-position: top right;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .costs-footer {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1023px) {
    .costs-footer {
        margin-top: 3.75rem;
    }
}

/* Thank you popup styling*/
.thank-you-popup .submitted-message p:first-of-type{
    color: #606873;
    font-size: 2.25rem;
    font-weight: 500;

}

.thank-you-popup .submitted-message p {
    color: #84888F;
    font-size: 1.25rem;
}

.thank-you-popup .submitted-message p:last-of-type {
    margin-top: 4.375rem;
}

.thank-you-popup .submitted-message p a {
    padding: 0.938rem 1.875rem;
    color: white;
    background-color: #E16A0A;
    box-shadow: 0 0.625rem 1.25rem rgba(225, 106, 10, 0.2);
    border-radius: 0.313rem;
}

/* Hide admin bar */
#wpadminbar {
    display: none;
}

