/** Non-compiled CSS file for when compiling isn't a practicable option.
 * See internal email thread re: ticket INC000002792217 for conversation.
 */

/* Featured story card spacing fixes (April 2020) */
body.node--landing .story-lg{
    margin-bottom:34px;
}

body.node--landing .row-lead-story .story-lg{
    margin-bottom:0;
}

body.node--landing .story-md{
    margin-bottom:22px;
}


/* Search Fixes (August 2020) */

.cornell-search .form-item-search-api-fulltext label.control-label {
    display:none;
}

.cornell-search .form-item-date-start label.control-label {
    display:none;
}

.cornell-search .form-item-date-end label.control-label {
    display:none;
}

/* Homepage Around Cornell Link Styling */

a.tax-linked {
    color: #b31b1b !important;
}

a.tax-linked a:link, a.tax-linked:visited {
    text-decoration:none;
}

a.tax-linked:hover, a.tax-linked:active {
    text-decoration:underline;
}

.stories-heading.stories-heading-primary.reg-title h2{
    color:#000000;
}