  @media screen and (min-width: 720px) {
.subsection:before {height: 471px;}
}
.profileCard-extra:before {
    content: 'Pronouns: ';
}
.profileCard-extra {
    text-align: center;
}
.brand a, .brand a:visited {font-size: 24px;}
.secondtitle{
font-size: 1.953rem;
font-weight: 500 !important;
}
.profileCards-container.style2 .name:after {
    content: '';
background: #82c342;
    background: -moz-linear-gradient(to left, #00AEEF 0%, #82c342 25%, #00AEEF 75%, #82c342 100%);
    background: -webkit-linear-gradient(to left, #00AEEF 0%, #82c342 25%, #00AEEF 75%, #82c342 100%);
    background: linear-gradient(to left, #00AEEF 0%, #82c342 25%, #00AEEF 75%, #82c342 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AEEF', endColorstr='#82c342', GradientType=1);
    border-radius: 0;
}
.profileCards-container.style1 .name, .profileCards-container.style2 .name {
    font-weight: bold;
    color: #000;
    text-transform: none;
    font-size: 1.3em;
}