/* Global */

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

a {
    font-weight: 400 !important;
    color: #2f78ed;
}

a:hover {
    color: #2f78ed !important;
}

/* Hide Elements */

time.lu {
    display: none;
}

.icon-print {
    display: none;
}

.article-count {
    display: none;
}

/* Parent Container */

.container-fluid {
    margin-top: 20px;
}

/* Navigation */

.navbar .brand {
    padding: 11px 0px 11px !important;
}

.navbar-inner {
    padding-left: 20px !important;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
}

.navbar .nav>li>a {
    padding: 11px 10px 11px !important;
}

.navbar .btn-navbar {
    right: 0 !important;
    width: unset;
    margin-top: 18px !important;
    margin-right: 4px;
}

.navbar .btn-navbar .icon-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #1c273a !important;
    width: 14px !important;
}

.btn-navbar .icon-bar+.icon-bar {
    margin-top: 2px;
}

.brand {
    display: flex !important;
    align-items: center;
}

.brand img {
    width: auto;
    height: 43px;
}

.navbar .btn-navbar {
    margin-top: 20px;
}

.brand-help-center {
    font-size: 16px;
    font-weight: 600;
    color: #4a4a4a;
    padding-left: 15px;
    margin-left: 18px;
    border-left: solid 1px #ddd;
}

.navbar .nav {
    bottom: unset;
}

.navbar .nav a {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.navbar .nav a {
    color: #333 !important;
}

.navbar .nav a:hover {
    color: #006cff !important;
}

.nav {
    font-size: 14px;
    font-weight: 600;
}

#main-content {
    background: unset;
}

.contentWrapper {
    border: unset;
}

/* Footer */

footer {
    margin-bottom: 3em;
}

footer p {
    text-align: center;
    color: #777;
    margin-bottom: 0;
}

/* Header */

#docsSearch {
    background-color: #ffffff;
    border-bottom: none;
    margin-bottom: 25px;
}

#docsSearch h1 {
    font-size: 44px;
    font-weight: 600;
    margin-top: 65px;
    letter-spacing: -0.04rem;
    line-height: 1.125;
}

.main-subheading {
    text-align: center;
    color: #4a4a4a;
    font-size: 1.25rem;
    font-weight: 400;
    margin-top: 18px;
}

/* Header Search Bar */

#searchBar {
    margin-top: 25px;
    display: flex;
    width: 720px;
}

#searchBar button {
    background-color: #0057ce;
    border-radius: 4px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-shadow: none;
    margin-left: 20px;
    right: unset;
    position: unset;
}

#searchBar button:hover {
    background-color: #004fc6;
}

#searchBar button .icon-search {
    margin-top: 2px;
    color: white;
}

#searchBar input {
    box-shadow: 0 2px 4px 0 rgba(222, 230, 248, 0.6);
    border: solid 1px #d5dbe6;
}

/* Main Screen Category Listing */

.category {
    border-radius: 4px;
    box-shadow: 0 2px 10px -4px rgba(37, 56, 101, 0.5);
    height: 180px;
}

.category h3 {
    font-size: 18px;
    font-weight: 600;
}

.category p {
    color: #999 !important;
    padding: 0 10px;
    line-height: 1.3rem;
}

.category-list {
    text-align: center !important;
}

.category-list i {
    font-size: 5.5em;
    color: #0057ce;
    padding-top: 0.35em;
    padding-bottom: 0.1em;
}

/* Category Pages */

#categoryHead h1 {
    font-weight: 600;
}

#serp-dd .result a:hover,
#serp-dd .result>li.active,
#fullArticle strong a,
#fullArticle a strong,
.collection a,
.contentWrapper a,
.most-pop-articles .popArticles a,
.most-pop-articles .popArticles a:hover span,
.category-list .category .article-count,
.category-list .category:hover .article-count {
    color: #2f78ed;
}

/* Article Pages */

#sidebar .nav-list .active a {
    font-weight: 600 !important;
}

#sbContact,
#sbContactMobile {
    font-weight: bold !important;
    border-bottom: none !important;
    color: #334666 !important;
}

#fullArticle strong,
#fullArticle b {
    margin-bottom: 1.5rem;
    font-weight: 600;
}

#fullArticle .title {
    margin-bottom: 1.5rem;
    font-weight: 600;
}

#fullArticle h1,
#fullArticle h2,
#fullArticle h3,
#fullArticle h4,
#fullArticle h5 {
    margin-bottom: 1.4rem;
}

#fullArticle h2 {
    font-weight: 600 !important;
}

#fullArticle h3 {
    font-weight: 600 !important;
}

.articleFoot {
    margin-top: 2rem;
}

.articleFoot p,
.articleFoot time,
.articleFoot i {
    color: #585858;
}

.articleFoot p,
.articleFoot time {
    font-family: inherit;
    font-style: normal;
    font-weight: 600;
}

#fullArticle .callout-yellow,
#fullArticle .callout-blue,
#fullArticle .callout-red,
#fullArticle .callout-green,
#fullArticle .callout,
#fullArticle .private-note {
    padding-top: 18px !important;
}

#fullArticle .callout-yellow {
    background: #fbf0d3;
    border-color: #edbe54;
}

/* Breakpoint Tweaks */

@media only screen and (max-width: 768px) {
    #searchBar {
        width: 345px;
        margin-top: 0;
    }

    .category-list .category,
    .category-list.two-col .category {
        margin-bottom: 30px !important;
    }

    .category {
        height: 210px;
    }

    #docsSearch {
        margin-bottom: 0;
    }

    #docsSearch h1 {
        margin-top: 15px;
        font-size: 28px;
    }

    .main-subheading {
        font-size: 16px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 768px) and (max-width: 480px) {
    #searchBar .search-query {
        margin-right: -8px;
    }
}

li ul {
    margin-top: 10px;
}