/* list-bullet class styling */
.node ul > li.list-bullet::before, .block-main ul > li.list-bullet::before{
content:"\f111";
font-family:fontawesome;
font-size:8px;
margin-top:8px;
margin-left:-1.98em;
}

/* drop-down select */
.views-exposed-form {
margin-top: 2em;
}

.views-exposed-form .views-exposed-widget {
margin-bottom: 0;
}

.views-exposed-form .form-select {
max-width: 100%;
}

.views-exposed-form .views-exposed-widget {
float: none;
}

/* view list headings */
.view-bulletins .view-content h3,
.view-bulletins caption {
font-family: "YaleNew", Georgia, "Times New Roman", serif;
font-weight: normal;
font-size: 1.667em;
line-height: 1.3;
color: #00356b;
margin-top: 0.75em;
margin-bottom: 0.65em;
}

article p + h3
margin-top: 1.5em;
}


