/*************************
Footnotes
**************************/
.section-footer {
    font-size: 80%;
    margin-top: 48px;
}
.section-footer p:before {
    content: "";
    display: block;
    border-top: 1px solid #113c66;
    width: 15%;
    padding-top: 5px;
}

/*************************
Get the facts section - remove extra whitespace
**************************/
@media (max-width: 768px) {
    #get-the-facts-foster-section .card-half > .col-sm-6:first-of-type img {
        margin-top: -60px;
    }
    .get-the-facts-adoption .card-third > .col-sm-4:first-of-type img,
    .get-the-facts-adoption .card-third > .col-sm-4:nth-of-type(3) img {
        margin-top: -60px;
    }
}

@media (min-width: 1024px) {
    .cwlisting .col-lg-2 {
        width: 20%;
    }
    .cwlisting img {
        max-height: 198px;
    }
}


.m-form-container input[type="text"], textarea {
    padding: 10px;
    width: 100%;
    font-size: 1em;
    border: 1px solid #cfcfcf;
    margin-bottom: 10px;
    -webkit-appearance: none;
    border-radius: 0;
}
.form-heading {
    font-size: 1.3em;
    font-weight: 600;
}
.form-heading ~ .form-heading {
    margin-top: 30px;
}
.m-child-info {
  font-weight: bold;
}