/* removes italics from views with dates and changes color to black */
.field--name-field-date-and-time, .views-field-field-date-and-time, .date-display-single {font-style:normal;color:#000;}

/* displays header sidebar menu */
nav h2 {display: initial;line-height: 2.5rem;}

/* h2 change */
body h2 {font-weight:bold !important;font-family:arial;}

/* Hides the node reference title for Alias Content Type */
.node--alias .node__title {display:none;}

/* Fixes h2 on sidebar secondary nav */
.l-region--sidebar-first nav ul.menu, .l-region--sidebar-first .view-all-forms ul.views-summary {
    margin-top: 0px;
}

/* fixes font for page titles  */
h1#page-title  {line-height:1.25;}
.node-type-form h1#page-title {line-height:1.35;}

/* fixes h3 */
body h3 {font-size: 13.8px;font-weight: 600;}

/* fixes blockthemes ul/li */
.block ol, .block ul {padding: 0;}
.block h2 {padding:7px 0px;}
.block ul li a.active {text-decoration:underline;}