  /**** General Style ****/

.howe-header-red{
    font-family: proxima-nova,sans-serif;
    font-weight: 700;
    color: #c41230;
    letter-spacing: .125rem;
}
.howe-header-black{
    font-family: proxima-nova,sans-serif;
    font-weight: 700;
    color: #000;
    letter-spacing: .125rem;
}
.red-button{
    background: #c41230 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    font-family: 'proxima-nova' !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
}
.wysiwyg__body h2, .wysiwyg__header-heading{
    font-size: 44px !important;
}
.wysiwyg__body h3{
   font-size: 32px !important; 
   font-family: proxima-nova,sans-serif !important;
   font-weight: 500 !important;
   line-height: 40px !important;
}
a{
    font-style: normal !important;
}
strong{
    font-family: serif;
}
/* Create two equal columns that floats next to each other */
.howe-column {
  float: left;
  width: 50%;
  padding: 10px;
}

/* Clear floats after the columns */
.howe-row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .howe-column {
    width: 100%;
  }
}

/*
span.accordion-primary__button-label{
    font-weight: 400;
    font-size: 26px;
}
*/
img{
    height: auto;
}


/**** Localist Calendar ****/

.localist-widget{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.cardWidget .event-list{
    justify-content: space-between !important;
}
.cardWidget .event-list .event{
  flex-basis: 100% !important;
  margin-left: 0 !important;
}
.cardWidget .event-list .event::before{
  display: none;
}
#lclst_widget_footer{
    display: none;
}

/* Localist Calendar - Desktop */
@media print, screen and (min-width: 45em) {
.cardWidget .event-list .event{
  flex-basis: 46% !important;
  margin-left: 0 !important;
}
}

@media print, screen and (min-width: 62.5em) {
.cardWidget .event-list .event{
  flex-basis: 22% !important;
  margin-left: 0 !important;
}
}



/**** Footer ****/

.howe-footer article:nth-child(3) .cards-text__card-copy, .howe-footer article:nth-child(4) .cards-text__card-copy{
    min-height: 150px;
    background-color: #fff;
    padding: 5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.howe-footer{
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #faf9f7 !important
}
.howe-footer h2:before{
    content: url(https://miamioh.edu/_hannonhill/_files/svgs/red/hcwe-quill.svg);
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 10px;
}
.howe-footer .cards-text__card ul{
    padding-left: 1rem !important;
}
.howe-social{
    /*border: 2px solid #c41230;*/
    /*border-radius: 50%;*/
    margin-right: 10px;
}


.feature-stat__image-container .feature-stat__image-outer .feature-stat__image-inner .feature-stat__image{
    height: 100% !important;
}



/**** About ****/

.staff-headshot{
    width: 200px;
    height: 240px;
    object-fit: cover;
    object-position: 50% 50%;
    float: left;
    margin: 0 20px 10px 0;
}
.divider{
    clear: both;
    border-bottom: 2px solid #ccc9b8; 
    margin-top: 40px; 
    margin-bottom: 40px; 
}
.winner-box{
    background-color: #edece2;
    padding: 1rem;
    font-family: proxima-nova,sans-serif;
    font-size: 14px;
    line-height: 1rem;
    letter-spacing: .115625rem;
    text-transform: uppercase;
}
.winner:after{
    content: url(https://miamioh.edu/_hannonhill/_files/svgs/red/ribbon.svg);
    width: 40px;
    position: absolute;
    margin: 10px;
}

.newspaper {
  border: solid black 1px;
  background-color: lightgoldenrodyellow;
  column-count: 3;
  column-gap: 40px;

