/* FONTS */

body {
    font-family: 'Open Sans', sans-serif !important;
    color: #000000;
	background: #f5f9fc;
}

h1, #fullArticle h1, .icon-arrow:before {
    color: #0865d1;
}

h2, h3, h4, h5, h6 {
    margin-top: .5em !important;
    margin-bottom: .75em !important;
}

#fullArticle .title {
    margin: 0 30px 1.2em 0;
}

.twoCol h2 a, .threeCol h2 a {
    color: #0865d1;
}

.contentWrapper h1 {
 font-size: 24px;
}


/* NAVIGATION */

#sidebar h3 {
    color: #0865d1;
    font-size: 1.2em;
}

.navbar .nav a {
    font-size: 1.2em;
}

#sidebar .nav-list a {
    padding: 0px 15px 6px 0px !important;
}

.navbar .nav .active a {
    font-size: 1.25em;
}

#sidebar .nav-list a {
    font-size: 1.2em;
}

/* IMAGES */

#fullArticle img {
    margin-top: 0;
    border: none;
}

/* Modify Search Background */

#docsSearch {
    padding: 4em 0 2em 0;
    background: #F5F9FE;
    border-bottom: none;
}

/* SEARCH */

#sidebar form .search-query {
    border-radius: 20px;
}

#searchBar .search-query {
    background: #fff;
    border-color: #0865d1;
    box-shadow: none;
    color: #777;
}

#searchBar button {
    background: #0865d1;
    border-color: transparent;
    text-shadow: none;
    color: #fff;
}

#searchBar button:hover {
    background: #154053;
    border-color: transparent;
    text-shadow: none;
    color: #FFF;
}

/* ARTICLES */

#main-content {
    background: none;
}   

.contentWrapper {
    border: 1px solid #d0d0d0 !important;
    border-radius:  5px;
}


h1, #fullArticle h1, .icon-arrow:before {
    color: #0865d1;
}

#fullArticle h2 {
    font-size: 1.25em;
    text-transform: uppercase;
}

#fullArticle h3 {
    font-size: 1.15em;
    text-transform: uppercase;
}

#fullArticle h4 {
    font-size: 1em;
    text-transform: uppercase;
}

.articlelist {
    font-size: 1.4em;
}

.articleList li {
    border-bottom: 1px dotted #CFD6D9;
    padding-bottom: 10px;
}

#fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
    font-size: 16px;
    line-height: 1.25em;
    margin-bottom: 1.25em;
}

#fullArticle ol li, #fullArticle ul li {
    font-size:16px;
    margin-bottom: .85em;
}

#fullArticle ol > li::marker {
  font-weight: bold;
}

#fullArticle .callout p, #fullArticle .callout-yellow p, #fullArticle .callout-blue p, #fullArticle .callout-green p, #fullArticle .callout-red p {
    font-size: 16px;
    line-height: 1.25em;
    font-style: italic;
    padding: 5px 6px 5px 6px;
}

#fullArticle .callout-yellow{
    border-color: #ffd602;
}

.articleFoot p, .articleFoot time {
    font-family: 'Open Sans', sans-serif !important;
}

/* FOOTER */

.articleRatings {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

p.help, time.lu {
    font-family: 'Open Sans', sans-serif !important;
}



