body {
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

h2 {
    font-size: 21px;
    line-height: 24px;
    letter-spacing: .45px;
    font-weight: 600;
}

h3 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: .56px;
    font-weight: 600;
}


p {
    margin: 0 0 32px;
    font-weight: 300;
}

.articleList {
    font-size: 1.0em;
}

.navbar .nav li a {
    font-size: 14px;
}

#searchBar button {
    top: 36px;
}

#fullArticle .callout h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 10px;
}

.fa {
    margin: 0px 10px;
}

.contentWrapper a {
    color:#4381b5;
}

#fullArticle .callout {
    color: #e5e8e8;
}

#fullArticle table td.iconcolumn {
    padding: 8px;
    text-align: center;
    vertical-align: top;
    border-top: 1px solid #e2e2e2;
    white-space:nowrap;
}

#fullArticle table td.stretchcolumn {
    padding: 8px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #e2e2e2;
    width: 99%;
}

#fullArticle .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 2px;
    margin-bottom: 24px;
}