/** fonts.css */

/** headers */
h1 {
    border-bottom: 1px dashed silver;
    font-weight: normal;
    color: #037AB3;
    padding-bottom: 6px;
    font-size: 30px;
    position: relative;
}
h2 {
    font-size: 26px;
    color: #767474;
    position: relative;
}
h2.section {
    font-weight: bold;
    color: #0b80b7;
    font-size: 18px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    margin-bottom: 28px;
    line-height: 16px;
    margin-top: 50px;
}
h2.section:first-child {
    margin-top: 10px;
}
h3 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
h3.spacer {
    font-size: 14px;
    font-weight: 700;
    color: #444;
    margin: 25px 0;
}

h4 {
    font-size: 18px;
    position: relative;
}


/** links */
a {
    color: #0b80b7;
}
a.disabled {
    color: #999;
    text-decoration: none;
}
a img {
    border: none;
}
a:focus {
    text-decoration: none !important;
    outline: none !important;
}
:visited {
    /** remove bootstrap accessibility */
    text-decoration: none;
    border: none;
}


/** paragraphs */
p {
    text-align: justify;
}
p.spacer {
    margin: 25px 0;
}
.text-red > p {
    text-align: left;
}
p.separator {
    border-bottom: 1px dashed silver;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
