#student-highlight-cta div.red {
background-color: rgba(157, 24, 61, 0.85);
}

#student-highlight-cta div.red a.calltoaction::before {
background-color:#9d183d;
}
#student-highlight-cta div.red a.calltoaction svg {
color:#9d183d;
}

#student-highlight-cta div.blue {
background-color: rgba(0, 72, 130, 0.85);
}

#student-highlight-cta div.blue a.calltoaction::before {
background-color:#004882;
}

#student-highlight-cta div.blue a.calltoaction svg {
color:#004882;
}

#student-highlight-cta div.green {
background-color: rgba(9, 56, 36, 0.85);
}

#student-highlight-cta div.green a.calltoaction::before {
background-color:#093824;
}
#student-highlight-cta div.green a.calltoaction svg {
color:#093824;
}

#student-highlight-cta div.orange {
background-color: rgba(200, 71, 7, 0.85);
}

#student-highlight-cta div.orange a.calltoaction::before {
background-color:#c84707;
}
#student-highlight-cta div.orange a.calltoaction svg {
color:#c84707;
}

#student-highlight-cta div a.calltoaction:hover svg {
color: #ffffff;
}

#student-highlight-cta div.right-align {
left: auto;
right: 1.25rem;
}

#student-highlight-cta div.left-align {
left: 1.25rem;
right: auto;
}

.icon-twologo {
margin-bottom: 16px;
}
@media screen and (min-width: 48em) {
  /* line 125, ../../app/sass/partials/_home-news-panel.scss */
  .home-news-panel article time {
    /*padding-top: 1rem;*/
	padding-top: .5rem;
  }
}
