section.info-internal-banner h1 {
    /* Override to hide the inside page h1 */
    display: none;
}

.contact-label-small {
    margin:1rem 0rem 0rem 0rem !important;
    line-height: 80% !important;
}

.contact-label-medium {
     margin:.5rem 0rem 0rem 2rem !important;
}

.contact {
     padding: .5rem 0.5rem 0rem 0.5rem !important;
     background-color:#e0e0e0 !important;
     margin:0rem 0rem 2rem 0rem !important;
     border-radius:0rem !important;
     }
  .contact .label {
    padding: 0.5rem !important;
    border-radius:1rem !important;
   
 }

 .news-container {
    border: 4px solid #ae852d !important;
}

    .newsHead {
        background-color:#ae852d;

        margin: -2rem -2rem 1rem -2rem;
        border-bottom: 1px solid #ae852d;
    }

@media screen and (max-width: 640px) {
    .newsHead {
        margin-top: -1rem !important;
}
}

    .newsHead h3 {
        padding:1rem 2rem 1rem 2rem;
        font-style:italic;
        color:#fff;
    }


.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(51, 51, 51, 0.25);
    border-radius: 10px;
}
.contact, .label {
    padding: 0.5rem !important;
    border-radius: 1rem !important;
    display: inline-block;
}
