.news .desc .label {display: none !important;}

ul.news div.medium-7 div.desc span.label {
    display: block !important;
    font-weight: bold;
    color: #081e3f;
}
ul.news div.medium-7 div.desc p.title {
    font-size: 1.5rem;
}
l
.two-panels li, .two-panels ul.list-in-two-panels li {min-height: 0px;}

.full-media-content.fiu-background-blue .content a {
    color: #fff !important;
}
main .content-block h1 {
    margin-top: 0 !important;
}
@media (max-width: 640px) {
    .content-block > .row > .medium-4,
    .content-block > .row > .medium-8 {
        margin-bottom: 1rem;
    }
}
/* Backgrounds */
.fiu-background-blue--gold-burst {
    background: radial-gradient(320px circle at bottom right,#4f5142,transparent),radial-gradient(320px circle at top left,#23556c,#081E3F) !important;
}
/* Custom Banners */
#banner.banner-custom--science-comms .headline-container {
    background: linear-gradient(transparent 60%, rgba(0,0,0,0.8));
}
#banner.banner-custom--science-comms .content-flex {
    justify-content: center;
}
#banner.banner-custom--science-comms .content-flex .content {
    text-align: center;
    width: auto;
    max-width: 100%;
}
#banner.banner-custom--science-comms .content .display-text--large {
    font-size: 3rem;
    text-shadow: 0 0 5px #000;
}
@media (min-width: 1025px) {
    #banner.banner-custom--science-comms .content .display-text--large {
        font-size: 5rem;
    }
}
#banner.banner-custom--event-sponsorships h1 {
    transform: none;    
}
#banner.banner-custom--event-sponsorships .content-flex .content {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%;
}
#banner.banner-custom--event-sponsorships.energize .content-flex .content {
    padding-top: 6rem;
    padding-bottom: 5rem;
}
#banner.banner-custom--event-sponsorships h1 {
    font-size: 2.75rem;
    line-height: 1.2;
    margin-bottom: 2rem;
}
#banner.banner-custom--event-sponsorships h1 .display-text--small {
    font-size: 1.125rem;
}
#banner.banner-custom--event-sponsorships h1 .display-text--small + br {
    display: none;
}
#banner.banner-custom--event-sponsorships .logo-column {
    display: flex;
    flex-direction: column;
}
@media (min-width: 641px) {
    #banner.banner-custom--event-sponsorships .logo-column {
        align-items: flex-end;
        text-align: right;
    }
}
@media (max-width: 640px) {
    #banner.banner-custom--event-sponsorships p img {
        max-width: 130px;
    }
}
/* Page Intro */
#page-intro h1:last-child {
    margin-bottom: 0 !important;
}
#page-intro + article .content-block.fiu-background-white,
#page-intro + article .content-block.white {
    padding-top: 0;
}
#page-intro .content-block .columns:empty {
    padding-bottom: 1.5rem;
}
/* Multimedia Background */
.multimedia-bg .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 62.5rem;
}
.multimedia-bg .wrapper .panel {
    border-radius: 4px;
    border: 1px solid #dfe7eb;
    background-color: rgba(238,242,244,0.9);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.multimedia-bg .wrapper.left .panel {
    margin-left: .9375rem;
}
.multimedia-bg .wrapper.right .panel {
    margin-right: .9375rem;
}
/* Profile Cards */
.flex-profile-cards {
    justify-content: center;
}
.flex--justify-content-flex-start {
    justify-content: flex-start !important;
}
.no-bg > .profile-card {
    border: none !important;
    padding-top: 0 !important;
    background-color: transparent !important;
}
div.profile-card.center {
    text-align: center;
}
div.profile-card h2:first-child {
    margin-bottom: 0;    
}
div.profile-card.center .profile-card-thumb {
    margin-left: auto;
    margin-right: auto;
}
/* Subscribe Module */
.subscribe-module {
    text-align: center;
}
.subscribe-module h2,
.subscribe-module h3,
.subscribe-module h4,
.subscribe-module h5 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.subscribe-module .cta-wrapper {
    margin-top: 1rem;
}

@media (min-width: 640px) {
    .subscribe-module {
        text-align: left;
    }
    .subscribe-module {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: flex-start;
            -ms-flex-align: flex-start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .subscribe-module .cta-wrapper {
        margin-top: 0;
    }
    .subscribe-module .button {
        white-space: nowrap;
    }
    .subscribe-module .text {
        padding-right: 1rem;
    }
}
/* Logo List */
.logo-list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: -0.5rem -0.5rem 0.5rem;
  min-height: 150px;
}
.logo-list li {
  border-radius: 5px;
  height: auto;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  margin: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.logo-list li img {
  max-height: 120px;
  max-width: 150px;
  height: auto;
  width: auto;
}
/* Footer */
footer .social-wrapper a {
    text-decoration: none;
    padding-right: 4px;
    font-size: 1.2rem;
}