body {
    color: #212529;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    letter-spacing: 0;
    background: #f6f8fc;
}

#docsSearch {
    background-image: url(https://www.showmelocal.com/images/place-2.jpg);
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .4);
    background-size: cover;
    margin-bottom: 3em;
    padding-top: 70px;
    color: #fff;
    height: 280px;
    min-height: 280px;
}

.contentWrapper {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 18px;
    color: #212529;
    min-height: 460px;
    padding: 45px 46px;
    position: relative;
}

#searchBar .search-query {
    color: #212529;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 40px;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#searchBar .search-query::placeholder,
#sidebar form .search-query::placeholder {
    color: #6c757d;
    opacity: 1;
}

#searchBar .search-query:focus,
#sidebar form .search-query:focus {
    color: #212529;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(15, 112, 240, .2);
}

#searchBar button {
    color: #fff;
    text-shadow: none;
    background: #0f70f0;
    border-radius: 0 40px 40px 0;
    border: 1px solid #0f70f0;
    font-size: 18px;
    font-weight: 500;
    padding: 0 1.5em;
    margin-top: 0px;
    height: 50px;
    position: absolute;
    top: 24px;
    right: -1px;
    text-transform: none;
}

#searchBar button:hover,
#searchBar button:focus {
    color: #fff;
    background: #0d63d4;
    border-color: #0d63d4;
}

#searchBar button:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(15, 112, 240, .25);
}

#fullArticle {
    color: #212529;
    line-height: 1.5;
}

#fullArticle h1 {
    margin-bottom: .65em;
    color: #1d1d1f;
    text-align: left;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

#fullArticle h2,
h2 {
    margin-bottom: .65em;
    color: #1d1d1f;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
}

#fullArticle h3,
#fullArticle h4,
#fullArticle h5 {
    color: #1d1d1f;
    font-weight: 500;
    line-height: 1.2;
}

#fullArticle a,
#sidebar a {
    color: #0f70f0;
    text-decoration: none;
}

#fullArticle a:hover,
#sidebar a:hover {
    color: #0056b3;
    text-decoration: underline;
}

#fullArticle a:focus,
#sidebar a:focus {
    color: #0056b3;
    outline: 2px solid rgba(15, 112, 240, .35);
    outline-offset: 2px;
}

#fullArticle strong,
#fullArticle b {
    font-weight: 700;
}

#sidebar form .search-query {
    display: block;
    width: 100%;
    margin: 0;
    padding-right: 35px;
    font-size: 14px;
    line-height: 18px;
    height: 40px;
    border: 1px solid #dee2e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    color: #212529;
    background-color: #fff;
}

#main-content {
    background: transparent;
    float: right;
    margin-bottom: 2em;
    padding: 32px 0 0 28px;
}

#categoryHead {
    color: #fff;
}

#sidebar h3 {
    color: #1d1d1f;
    font-weight: 700;
}

#sidebar .nav-list .active a,
#sidebar .nav-list .active a:hover,
#sidebar .nav-list .active a:focus {
    color: #212529;
    font-weight: 500;
}

@media (max-width: 480px) and (max-width: 768px) {
    #searchBar button {
        display: none;
    }
}
