body a:hover {
color:#072a99;
}

#page p, #colorbox p, #page, #colorbox {
    font-size: medium;
    margin-bottom: 10px;
}

#page, #colorbox {
    font-family: sans-serif;
}

#page h1, #page h2, #page h3, #page h4, #page h5, #colorbox h1, #colorbox h2, #colorbox h3, #colorbox h4, #colorbox h5 {
    color: #292f38;
    font-family: sans-serif;
    font-weight: 400;
    line-height: 1.2;
}

#page h1, #colorbox h1 {
    font-size: 2.369em;
    border-bottom: 1px;
    color: #292f38;
}

#content h1#page-title, #content h1#node-page-title {
    padding: 17px 15px 15px 12px;
}

#page h2, #colorbox h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
    border-bottom: solid 2px #cc8948;
    color: #292f38;
    text-transform: none;
}

#page h3 {
color: #cc8948;
text-transform: none;
font-size: 1.15em;
}

/* content titles */
.view .views-field-title {
    font-weight: normal;
    font-size: large;
    color: #292f38;
}

/* accordion text */
#page h3.accordion-clicker {
color: #cc8948;
text-decoration: none;
}

.accordion .accordion-clicker {
    color: #1674e8;
    text-decoration: none;
}

.accordion-content.jquery-once-1-processed {
margin-bottom: 20px;
}

/* accordion glyphs */
.glyphicon-chevron-right:before {
    content: "\e158";
}

.glyphicon-chevron-down:before {
    content: "\e159";
}