body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #231f20;
}
#main {
    font-size: 100%;
    line-height: 1.4;
}
a {
    color: #004c97;
}
a[href$=".pdf"],
a[href$=".xls"] {
    background: none;
    padding: 0;
    margin: 0;
}
div, ul, section {
    box-sizing: border-box;
}
h1#page-title,
#page-title {
    font-size: 31px;
    padding-top: 0px;
    margin: 20px 0;
    line-height: 1.4;
    color: #64a70b;
    font-weight: 500;
}
.region-content h2 {
    font-size: 23px;
    padding-top: 0px;
    margin: 12px 0;
    line-height: 1.4;
    color: #64a70b;
    font-weight: 500;
}
.region-content h3 {
    margin: 8px 0;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.4px;
}
.region-content h3 em {
    font-style: normal;
}

.region-content ul {
    list-style-type: disc;
    padding-left: 20px;
}
.region-content ul li {
    margin-bottom: 5px;
    font-weight: 500;
}
.region-content ul.link-list {
    padding-left: 5px;
}
.region-content .link-list li,
.link-list li {
    list-style-type: none;
    background: url(../images/chevron-right.png) no-repeat;
    background-size: 5px auto;
    padding-left: 12px;
    background-position: 0 6px;
    margin-bottom: 3px;
}

.region-content .field-name-body {
    font-weight: 500;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #bfb8af;
    text-transform: uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #bfb8af;
    text-transform: uppercase;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #bfb8af;
    text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
    color: #bfb8af;
    text-transform: uppercase;
}
body, button, input, select, textarea {
    font-family: "Source Sans Pro", Sans-Serif;
}
.captcha-admin-links {
    display: none;
}

@media(max-width: 480px) {
    .region-content {
        font-size: 15px;
        line-height: 1.4em;
    }
}
