  /*
 * Greetings
 */
.quote-attribution {
    font-size: 150%;
    font-style: italic;
    font-weight: 900;
    text-align: right;
}
.seal {
    display: none;
}
@media (min-width: 768px) {
    .seal {
        display: block;
    }
    .bump {
        pading-top:20px;
    }
}
@media (min-width: 992px) {
    .seal {
        max-width: 250px;
        width: 75%;
        margin-left: 25%;
    }
}
@media (min-width: 1366px) {
    .seal {
        /* margin-top: -1.25rem; */
    }
}
/* 
 * Features
 */
.teaser p:last-child {
    margin-bottom: 0;
}
.teaser .cta-link {
    font-weight: normal;
    margin-bottom: -1.25em;
}
/*
 * Communications
 */
#coms iframe {
    margin: 0;
}
#coms .teaser {
    display: none;
}
.col-tweets .section-heading::before {
    background-image: url('/president/_images/avatar.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 50%;
    content: '';
    display: block;
    float: left;
    height: 1em;
    margin: -0.05em 0.15em 0 0;
    padding: 0;
    width: 1em;
}
.news-list-rss .date {
    display: none;
}
/*
 * Contact
 */
#contact .section-heading {
    cursor: pointer;
    font-size:3rem;
}
#contact .section-heading .glyphicon {
    /*color: #00B388;*/
    color:#960c22;
    font-size: 0.75em;
    margin-right: 0.25em;
}
#contact form {
    margin: 1.25rem 0 2.5rem;
}
@media (min-width: 768px) {
    #contact form {
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    #contact .contact-list {
        padding-left: 25%;
    }
}

