@import "greenwich2.css";
@import "icons2.css";

/* Custom css for air quality page */
.one-column .site-content {
    padding-top: 1rem;
}

.widget-row {
    margin-top: 0;
}

.nav--pages-in,
.page-subheading {
	display: none;
}


.list--top-tasks .list__item:nth-child(odd) .list__link:hover,
.list--top-tasks .list__item:nth-child(odd) .list__link:focus {
    border-bottom-color: #00AE41
}

.list--top-tasks .list__link:hover,
.list--top-tasks .list__link:focus,
.list--top-tasks .list__link:active {
    border-bottom-color: #00AE41;
    color: #00AE41;
    text-decoration: none
}

.editor p:first-of-type, .editor .snippet {
	margin:0; padding: 0;
}