/* This stops content admins from bolding headings */

h2 strong, h2 em, h3 strong, h3 em, h4 strong, h4 em { font-weight: normal; font-style: normal; }

/* This fixes links inside alert-success (green) boxes from coming out red */

.alert-success a {
  color: #154304;
  background: #d4e6ce -webkit-gradient(linear, left top, left bottom, from(#dae9d5), to(#d4e6ce)) repeat-x;
  background: #d4e6ce -o-linear-gradient(top, #dae9d5, #d4e6ce) repeat-x;
  background: #d4e6ce linear-gradient(180deg, #dae9d5, #d4e6ce) repeat-x;
  border-color: #c3dbba; }
  .alert-success hr {
    border-top-color: #b4d2a9; }
  .alert-success .alert-link {
    color: #061301; }


.blockquote-uga {
          margin: 1.5em 0;
          padding: 1em 1em;
          line-height: 1.5;
          position: relative;
          /*font-family: "Merriweather Sans",sans-serif;*/
          font-size: 1.125em;
          background: #f2f2f2;
          border-left: 0.25rem solid #ba0c2f;}
