header .usa-banner-inner {
	display: none;
}
select[name="field_source_site"] {
    width: 90px;
}

.field--name-field-you-may-also-be-interested-wrapper .field--name-field-you-may-also-be-interested .field--name-field-you-may-also-be-interested {
	gap: 8px 0;
}
.field--name-field-you-may-also-be-interested-wrapper .field--name-field-you-may-also-be-interested .field--name-field-you-may-also-be-interested>.field__item {
    flex: 1 1 calc(50% - 4px);
    max-width: calc(50% - 4px);
}

.field--name-field-you-may-also-be-interested-wrapper .field--name-field-you-may-also-be-interested .field--name-field-you-may-also-be-interested>.field__item:not(:last-child) { 
	margin-right: 4px;
}
.field--name-field-you-may-also-be-interested-wrapper .field--name-field-you-may-also-be-interested .field--name-field-you-may-also-be-interested>.field__item:not(:first-child):not(:last-child) { 
	margin-left: 4px;
}
.field--name-field-you-may-also-be-interested-wrapper .field--name-field-you-may-also-be-interested .field--name-field-you-may-also-be-interested>.field__item:nth-child(even) { 
	margin-right: 0;
}

.field--name-field-you-may-also-be-interested-wrapper .field--name-field-you-may-also-be-interested .field--name-field-you-may-also-be-interested>.field__item:last-child {
	margin: 0px;
}

.field--name-field-you-may-also-be-interested-wrapper .field--name-field-you-may-also-be-interested .field--name-field-you-may-also-be-interested>.field__item:not(:first-child):not(:last-child):nth-child(odd) {
    margin-left: 0;
}

.field--name-field-you-may-also-be-interested-wrapper .field--name-field-you-may-also-be-interested .field--name-field-you-may-also-be-interested>.field__item:last-child:nth-child(even) {
    margin-left: 4px;
}

@media (min-width: 64em) {
    .header-title:hover {
        color: #ffffff;
        text-decoration: none;
    }
}

@media (min-width: 64em) {
    .usa-spotlight-footer .views-view-responsive-grid__item-inner {
        display: block;
        gap: 16px;
        color: #fff;
    }
}

.spotlights-front h4 {
    font-weight: 600;
    font-size: 20px;
}
