@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');

body {
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    font-optical-sizing: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

h1 strong {
    font-weight: 500;
}

/* Navbar */
.navbar {
width: 100%;
}


.navbar .navbar-inner {
background: #080F1E;
border: 0;
padding: 32px 0 12px 0px;
box-shadow: none;
}


.navbar .navbar-inner .container-fluid {
padding-right: 20px;
padding-left: 20px;
}


.navbar .brand {
width: 160px;
padding: 7px 0px 28px 0px;
}


.navbar .nav {
    float: right;
position: relative;
    margin: 10px 0 0;
}

.navbar .nav li a {
    color: #fff;
    padding: 2px 10px;
    font-weight: 500;
    font-size: 14px;
}

.navbar .nav li a:hover {
    font-weight: 500;
}

.navbar .nav .active .caret {
    display: none;
}

/* Search */
#docsSearch {
    background: #fff;
    border: 0;
    padding: 0 20px;
    max-width: 1080px;
    text-align: left;
    margin: 25px auto;
}

#docsSearch h1, .contentWrapper h1 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 44px;
    padding: 0;
    text-align: left;
    margin-top: 0;
}

#searchBar {
    width: 800px;
}

#docsSearch h1, #searchBar, .category-list .category, .navbar .brand {
    margin-left: 0;
    margin-right: 0;
}

#searchBar .search-query {
    height: 56px;
    border: 1px solid #d8d8d8;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#searchBar button {
    color: #fff;
    text-shadow: none;
    background: #552bd8;
    border: 1px solid #3d1fac;
    padding: 0 24px;
    height: 56px;
    font-weight: 500;
    letter-spacing: 0.4px;
    transition: all .2s ease;
}

#searchBar button:hover {
    background-color: #3d1fac;
    border-color: #4180D2;
}

#sidebar #searchBar button .icon-search {
    width: 16px;
    height: 16px;
    top: 0;
}

#searchBar button .icon-search::before {
    display: none;
}

/* Categories */
.category::before {
    width: 100%;
    display: block;
}

.category-list {
    margin: 1em auto 3em;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    box-sizing: border-box;
}

.category-list .category {
    border-radius: 3px;
    margin: 0 2.5% 2.5% 0;
    width: 31.5%;
    padding: 3.5em 0 2.5em;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    transition: all .3s ease;
}

.category-list .category:hover {
    background: #fff;
    box-shadow: 0 0 6px #00000012;
    border-color: #d4d4d4;
}

.category-list .category:nth-child(3n+3) {
    margin-right: 0;
}

.category-list h3 {
    margin: 24px 0 0;
    padding: 0 20px;
    font-weight: 700;
    color: #333;
}

.category-list p, .category-list .category p {
    font-size: 15px;
    line-height: 19px;
    color: #7F8D9B;
    padding: 15px;
}

.category-list .category .article-count {
    margin-top: 4px;
    padding: 0 20px;
    display: block;
}

/* Focus States */
textarea:focus,
input:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
    border-color: #7d7d7d;
    box-shadow: none;
}

#serp-dd .result li a {
    color: #333;
}

/* Messages */
#contentArea>.appMessage {
    position: static;
    color: #333;
    border: 0;
    text-align: left;
    padding: 16px;
    margin: -16px 0 16px;
    font-size: 15px !important;
    background: #F5FCF9;
    border-left: 3px solid #45C693;
}

#contentArea>.appMessage em {
    background: none;
    font-weight: 500;
    color: #333;
    padding: 0;
    text-transform: none;
    font-size: 15px;
    letter-spacing: -.3px;
    margin: 0;
    border-radius: 0;
    line-height: inherit;
}

#contentArea>.appMessage em::after {
    content: '.';
}

/* Sidebar */
#sidebar h3 {
    text-transform: none;
    font-size: 17px;
    color: #333;
    margin: 0 0 8px;
    font-weight: 500;
    letter-spacing: -.4px;
}

#sidebar .nav-list .active a,
#sidebar .nav-list .active a:hover,
#sidebar .nav-list .active a:focus {
    font-weight: 700;
    color: #333;
    width: 100%;
}

#sidebar .nav-list li {
    margin: 5px 0 7px;
}

#sidebar .nav-list li.active a::before {
    opacity: 1;
}

#sidebar .nav-list a {
    position: relative;
    display: block;
    color: #333;
    font-weight: 400;
    font-size: 15px;
    padding: 8px 0;
    line-height: normal;
    margin-left: 0;
    width: 100%;
}

#sidebar .nav-list a::before {
    content: '';
    opacity: 0;
    top: -2px;
    left: -10px;
    right: 0;
    bottom: -2px;
    background: #f5f5f5;
    border-radius: 3px;
    display: block;
    position: absolute;
    z-index: -1;
    transition: all .1s ease;
}

#sidebar .nav-list a:hover::before {
    opacity: 1;
}

#sidebar .nav-list .active a {
    font-weight: 700;
}

#sidebar form .search-query {
    border: 1px solid #e4e4e4;
}

/* Content Wrapper */
.contentWrapper {
    box-shadow: 0 6px 13px #1111110a;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
}

.contentWrapper p.descrip {
    font-size: 18px;
    font-weight: 400;
    margin: 16px 0;
    padding-bottom: 16px;
    color: #7F8D9B;
    margin-right: 165px;
    line-height: 26px;
    position: relative;
}

.contentWrapper p.descrip::after {
    content: '';
    display: block;
    width: 45px;
    height: 3px;
    background: #333;
    border-radius: 4px;
    margin: 32px 0 0 2px;
}

.icon-article-doc, .icon-print {
    display: none;
}

/* Article Content */
#main-content {
    background: none;
}

#fullArticle .admin-edit {
    background: #4180D2;
    border: 0;
    color: white;
    border-radius: 2px;
    padding: 10px 14px;
    font-size: 14px;
    line-height: normal;
    text-shadow: none;
    box-shadow: none;
    font-weight: 500;
    margin: 0 0 32px;
}

#fullArticle h1,
#fullArticle h2,
#fullArticle h3,
#fullArticle h4,
#fullArticle h5 {
    margin-bottom: .65em;
    color: #333;
    font-weight: 700;
}

#fullArticle h2 {
    font-size: 28px;
    line-height: 32px;
}

#fullArticle h4 {
    font-size: 20px;
    color: #333;
    letter-spacing: -0.4px;
    line-height: 27px;
}

#fullArticle .title {
    margin: 0 0 20px;
}

#fullArticle,
#fullArticle p,
#fullArticle ul,
#fullArticle ol,
#fullArticle li,
#fullArticle div,
#fullArticle blockquote,
#fullArticle dd,
#fullArticle table {
    color: #222;
    font-size: 17px;
    line-height: 1.55;
    font-weight: 400;
}

#fullArticle hr {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #fff;
    margin: 40px auto 30px;
}

#fullArticle ol {
    counter-reset: h-counter;
    list-style: none;
    padding-left: 34px;
    margin-left: 0;
}

#fullArticle ol li {
    counter-increment: h-counter;
    position: relative;
    margin-bottom: 10px;
}

#fullArticle ol li::before {
    content: counter(h-counter);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    --size: 22px;
    left: calc(-1 * var(--size) - 12px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 2px;
    background: #552bd8;
    border-radius: 50%;
    text-align: center;
}

#fullArticle ol ol {
    position: relative;
}

#fullArticle ol ol::before {
    display: block;
}

#fullArticle li {
    margin-bottom: 10px;
    line-height: 1.55;
}

#fullArticle .index-list {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin: 32px 0;
    padding: 12px 0;
}

#fullArticle img {
    box-sizing: border-box !important;
    border: 1px solid #e0e0e0;
    max-width: 100%;
    height: auto;
    border-radius: 0;
    padding: 0;
}

#fullArticle img.sml {
    max-width: 40%;
}

#fullArticle img.med {
    max-width: 60%;
}

#fullArticle img.lrg {
    max-width: 80%;
}

#fullArticle img.no-border {
    border: 0;
}

#fullArticle a {
    border-bottom: 1px solid #0047ff;
    cursor: pointer;
    text-decoration: none;
}

#fullArticle a:hover {
    cursor: pointer;
}

a {
    text-decoration: none;
}

/* Callouts */
#fullArticle .callout-yellow,
#fullArticle .callout-blue,
#fullArticle .callout-red,
#fullArticle .callout-green,
#fullArticle .callout,
#fullArticle .private-note {
    border-left: 3px solid;
    padding: 16px;
    font-size: 15px;
    line-height: 1.5;
}

#fullArticle .callout-yellow {
    background: #FFFBF1;
    border-color: #FCB415;
}

#fullArticle .callout-green {
    background: #F5FCF9;
    border-color: #45C693;
}

#fullArticle .callout-blue {
    background: #F7F9FC;
    border-color: #6774F6;
}

#fullArticle .callout-red {
    background: #FFF8F8;
    border-color: #FF4143;
}

#fullArticle .callout {
    background: #F8F8F8;
    border-color: #D0D0D0;
}

#fullArticle .callout-blue:first-of-type {
    background: #fafbfc;
    border-left: none;
    border-top: 3px solid #C5D4E8;
}

#fullArticle .callout-blue:first-of-type h3 {
    font-weight: 700;
    margin: 10px 0 16px 12px;
    font-size: 18px;
}

#fullArticle .callout-blue:first-of-type ul {
    padding: 0;
    margin: 0 0 10px 12px;
}

#fullArticle .callout-blue:first-of-type li {
    list-style-type: none;
}

#fullArticle .callout-blue:first-of-type li a {
    border: none;
    text-decoration: none;
}

/* Article Footer */
.articleFoot {
    margin-top: 4em;
    font-style: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", Avenir, "Segoe UI", "Helvetica Neue", Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
}

.articleFoot p,
.articleFoot p.lu,
.articleFoot time.lu {
    font-style: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", Avenir, "Segoe UI", "Helvetica Neue", Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
}

.articleFoot p.lu,
.articleFoot time.lu {
    float: right;
    margin-top: 0;
}

/* Search Results */
.articleList {
    margin-top: 24px;
    font-size: 18px;
}

.articleList a {
    margin-left: 0;
}

#serp .articlesFound,
#serp .nada,
#serp p {
    color: #333;
}

#serp .articlesFound,
#serp .nada {
    font-size: 19px;
    font-weight: 300;
    margin: 16px 0;
    padding-bottom: 16px;
    color: #909090;
    line-height: 26px;
    position: relative;
}

#serp .articlesFound::after {
    content: '';
    display: block;
    width: 45px;
    height: 3px;
    background: #333;
    border-radius: 4px;
    margin: 32px 0 0;
}

#serp .articleList>li,
.articleList li {
    padding-left: 0;
}

.articlesFound strong {
    font-weight: 300;
}

/* Contact Modal */
#contactModal h2,
.abuse h2 {
    font-weight: 500;
    color: #333;
    letter-spacing: -.5px;
    border: 0;
    padding: 24px 24px 0;
    font-size: 24px;
}

.modal-body {
    padding: 16px 24px 24px;
}

#contactModal .control-label,
#contactForm label {
    width: 100%;
    float: none;
    text-align: left;
    color: #333;
    font-weight: 500;
    letter-spacing: 0;
    padding: 0;
    font-size: 14px;
    margin-bottom: 8px;
}

.controls textarea,
.controls input {
    width: 100%;
    padding: 6px 8px;
    line-height: initial;
    font-size: 14px;
    color: #333;
    border-radius: 2px;
    box-sizing: border-box;
    box-shadow: none;
    border-color: #d8d8d8;
}

.controls input {
    height: 38px;
}

#contactForm {
    margin-bottom: 0;
}

#contactModal #md-message,
#contactForm #name,
#contactForm #email,
#contactForm #subject,
#contactForm #message {
    width: 100%;
}

#contactModal .controls {
    margin: 0;
}

#contactModal input[type=file],
#contactForm input[type=file],
.abuse input[type=file] {
    padding-left: 0;
}

#contactModal .form-actions {
    padding-left: 0;
}

#contactForm .control-group,
#contactModal .control-group,
.abuse .control-group {
    margin-bottom: 16px;
}

#contactModal .form-actions .btn,
#contactForm .btn {
    float: right;
    background: #4180D2;
    border: 0;
    color: white;
    border-radius: 2px;
    padding: 10px 14px;
    font-size: 14px;
    line-height: normal;
    text-shadow: none;
    box-shadow: none;
    font-weight: 500;
    margin: 0;
}

#contactModal .parsley-errors-list {
    margin-top: 4px;
}

/* Media Queries */
@media (max-width: 847px) {
    #searchBar {
        width: 100%;
    }
}

@media (max-width: 768px) {
    body {
        padding: 8px;
    }


.navbar {
margin: 0;
}

.nav-collapse,
.nav-collapse.collapse {
clear: none;
}

    #docsSearch {
        margin: 25px auto 0;
    }

    #searchBar {
        padding: 2em 0;
    }

    #searchBar button {
        top: 24px;
    }

    .category-list .category {
        width: 100%;
        flex-wrap: nowrap;
        margin: 0 0 2.5%;
        position: relative;
        padding: 3em 0 2.5em;
    }

    .category::before {
        height: 80px;
        background-size: contain !important;
    }

    .category-list h3 {
        margin: 20px 0 0;
        padding: 0 20px;
        font-weight: 700;
        color: #0F2D5A;
    }

    .category-list .category .article-count {
        margin: 0;
    }

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

    #categoryHead .sort {
        top: inherit;
        position: static;
        display: block;
    }

    .contentWrapper p.descrip {
        margin-right: 0;
    }

    #contentArea>.appMessage {
        margin: 0 0 16px;
    }
}

@media (max-width: 480px) {
    #searchBar {
        padding: 1.2em 0 2em;
    }

    #searchBar button {
        border: 0;
        padding: .9em 1.1em;
        background: 0 0;
        border-left: 0;
        top: 13px;
    }

    #searchBar button:hover {
        background: none;
        border-color: #d8d8d8;
    }

    #docsSearch h1,
    .contentWrapper h1 {
        font-size: 28px;
        color: #333;
        letter-spacing: -0.5px;
        text-align: left;
        line-height: 32px;
    }

    .contentWrapper p.descrip {
        margin-right: 0;
    }
}
