.extra-button {
    display: inline-block;
    line-height: 21px;
    padding: 8px 20px;
    color: white;
    background-color: #c01700;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    border: none;
    font-size: 14px;
    width: 80%;
    max-width: 150px;
}

.extra-button:hover {
  background-color: #555555;
}

.fa {
  padding: 4px;
}

.field__label {
  text-transform: uppercase;
  color: #c01700;
  font-weight: bold;
}

.field--name-node-post-date {
  font-weight: bold;
  font-size: 0.725em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1em;
}
/*.field--name-node-post-date {
  font-weight: bold;
}
*/
.views-field-field-image,
.field--name-field-image {
   box-shadow: 5px 5px 2px #999;
}

/* Newsletter signup box */
.contact-message-newsletter-sign-up-form-form input[type="text"],
.contact-message-newsletter-sign-up-form-form input[type="email"] {
  max-width: 100%;
}

/* Client requests links in body to be more prominent */
#block-zircon-content a:link {
  font-weight: bold;
  text-decoration: underline;
}