a, p, ul, li, strong, input, textarea {
    font-size:16px;
}
body, #fullArticle, #fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
    line-height:1.5em;
    font-size: 16px;
    color: #374151 ;
}
a, input, button {
    transition: 
    border-color 0.3s ease-in-out,
    color 0.3s ease-in-out,
    background 0.3s ease-in-out
    ;
}
html {
}
body {
    min-height: 100vh;
}
body, input, textarea {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6, button {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700!important;
    font-style: normal;
    letter-spacing: -0.025em;
    color: #111827 ;
}
h1, .contentWrapper h1 {
    font-size: 28px!important;
    line-height: 1.3em;
}
    
h2, #fullArticle h2 {
    font-size: 20px!important;
    line-height: 1.3em;
}
h3 {
    font-size: 16px!important;
}

/* Nav bar*/
.navbar {
    padding:48px 32px 24px 32px;
    background-color:#111827;
    background-image:url('https://framerusercontent.com/images/EHMfh6sZIxNt09KLcznyx21sk.jpg') ;
    background-repeat: no-repeat;
    background-position: center top;
}
.navbar img {
      height: 40px;
}
.navbar .navbar-inner {
    padding: 0;
    margin: 0;
    background-color:transparent;
}
.navbar .navbar-inner .container-fluid {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.navbar-inner {
    box-shadow: none;
}
.navbar-inner .container-fluid:after {
    content:"Every Day.";
    display: block;
    font-size:18px;
    line-height: 1.6em;
    color: #FFFFFF;
    width: auto;
    order: 3;
    flex-grow: 0;
    color:#4CC9F0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600!important;
    font-style: normal;
}
.navbar-inner .container-fluid:before {
    content:"Feel better.";
    display: block;
    font-size:18px;
    line-height: 1.6em;
    color: #FFFFFF;
    order: 2;
    width: auto;
    flex-grow: 1;
    text-align: right;
    padding: 0 0.3em 0 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600!important;
    font-style: normal;
}
.navbar .navbar-inner .container-fluid .brand {
    padding: 0;
    margin: 0;
    float: none;
}


/* DocSearch */

#docsSearch {
    padding: 64px 32px;
    background-color:#E5E7EB;
    margin: 0;
    background-color:#111827;
    background-image:url('https://framerusercontent.com/images/EHMfh6sZIxNt09KLcznyx21sk.jpg') ;
    background-repeat: no-repeat;
    background-position: center -112px;
    position: relative;
    
}
#docsSearch:before {
    background-color:#111827;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    opacity: 0.1;
    z-index: 0;
    border-top: 1px solid #FFFFFF;
    
}
#docsSearch h1 {
    padding: 0;
    margin: 0 0 24px 0;
    font-size: 28px;
    z-index: 1;
    position: relative;
    color: #FFFFFF;
}
#searchBar {
    padding: 0;
    margin: 0 auto;
    width: auto;
    max-width: 640px;
    z-index: 1;
    position: relative;
}
#searchBar .search-query {
    border-radius: 8px;
    border-color: #FFFFFF;
    box-shadow: none;
}
#searchBar button {
    top:0;
    right: 0;
    background-color: #1F9CC3;
    border: 1px solid #1F9CC3;
    border-radius: 0 8px 8px 0;
    
}
#serp-dd {
    top: 56px;
    border: 0 none;
    box-shadow: 0 2px 5px rgba(100, 100, 100, .2);
    border-radius: 8px;
}
#serp-dd .noResults {
    font-size: 16px;
    color:blue;
    padding: 12px 16px ;
}

/* Content layout*/
#contentArea {
    padding: 0 32px;
}

#contentArea .row-fluid {
    display: flex;
    flex-direction: row-reverse;
    gap: 48px;
}

#main-content, #sidebar {
    float: none;
}
#contentArea > .row-fluid:before, 
#contentArea > .row-fluid:after,
#contentArea.container-fluid:before, 
#contentArea.container-fluid:after

{ 
    display: none;
}

#sidebar {
    width:260px;
    min-width: 260px;
}

/* Article*/
#main-content {
    padding: 0;
    margin: 0;
    width: 100%;
}
#fullArticle p {
    font-size: 16px;
}
.contentWrapper {
    padding:32px 0;
    border: 0 none;
}
.contentWrapper h1 {
    font-size: 32px;
}
.contentWrapper h1 {
    padding: 0 64px 1em 0;
    border-bottom: 2px dotted #D1D5DB;
    position: relative;
    margin: 0 0 32px 0!important;
}
.contentWrapper h1:after {
    display: block;
    width: 82px;
    height: 2px;
    background:#4CC9F0;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
}
.articleFoot {
    display: none;
}

#fullArticle blockquote, #fullArticle dd, #fullArticle div, #fullArticle li, #fullArticle ol, #fullArticle p, #fullArticle table, #fullArticle ul {
    line-height: 1.5em;
    font-size: 16px;
} 
.contentWrapper p {
    margin: 1em 0 1em 0!important;
}
#fullArticle li {
    margin: 0 0 0.5em 0;
    line-height: 1.5em;
}
#fullArticle ul, #fullArticle ol  {
    margin-top: 1em;
    margin-bottom: 1em;
}
 #fullArticle h2, #fullArticle h3, #fullArticle h4, #fullArticle h5 {
    margin-top: 1.25em;
    color: #111827 ;
    padding: 0;
}
#fullArticle {
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}
#fullArticle .printArticle {
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    top: 0;
    right: 0;
}
#fullArticle .printArticle  i {
    color: #6B7280 ;
}
#fullArticle blockquote {
    border-left-color: #4CC9F0;
    border-left-width: 4px;
    padding: 0.25em 0  0.25em 1.5em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

.contentWrapper p a {
    font-weight: 600;
}

/*sidebar*/
#sidebar h3 {
    text-transform: capitalize;
    margin-bottom: 0.8em;
    font-size: 20px!important;
}
#sidebar .nav-list {
    margin: 0;
    padding: 0;
}
#sidebar .nav-list li {
    margin: 0 0 4px 0px;
    line-height: 1.5em;
}
#sidebar .nav-list li a {
    display: block;
    padding: 8px 16px;
    border-left: 2px solid #E5E7EB;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600!important;
    font-style: normal;
    font-size: 18px;
    letter-spacing: -0.025em;
    color: #6B7280 ;
}
#sidebar .nav-list li a:hover {
    border-left: 2px solid #4CC9F0;
    color: #111827 ;
}
#sidebar .nav-list li.active a {
    border-left: 4px solid #4CC9F0;
    color: #111827 ;
}

/* Article */

.articleRatings {
    margin:32px 0 0 0 ;
    border: 0 none;
    background-color:#F3F4F6;
    border-radius: 8px;
    box-shadow: none;
    padding: 32px;
    min-height: 40px;
    font-size: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600!important;
    font-style: normal;
    color: #111827 ;
}
.articleRatings-question {
    font-size: 20px;
    color: #111827 ;
    margin-right: 16px;
}
.articleRatings-feedback-tick {
    font-size: 32px;
    width: 40px;
    height: 40px;
    
}
.articleRatings-feedback-tick svg {
    width: 100%;
    height: 100%;
    
}

/* CaTEGORY list*/

.category-list {
    display: grid;
    gap: 24px;
    flex-direction: row;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0;
    padding: 32px 0;
    
}
.category-list a.category {
    padding: 24px 0;
    margin: 0;
    width: 100%;
    border-radius: 8px;
    background-color:#F3F4F6;
    border: 0 none;
    
}
.category-list a.category h3 {
    padding: 0;
    margin: 0;
    
}
.category-list .category .article-count {
    padding: 0;
    margin: 0.5em 0 0 0;
    
}

.most-pop-articles {
    width: 100%;
    max-width: 640px;
    padding: 32px 0;
}
.most-pop-articles .popArticles li, .threeCol .popArticles li, .twoCol .popArticles li {
    margin: 0 1.5em 1em 0;
}
.most-pop-articles .popArticles a {
    display: flex;
    flex-direction: row;
    padding: 0!important;
    color: #1F9CC3;
}
.featherlight-close-icon, [class*=" icon-"], [class^=icon-] {
    font-size:18px;
    line-height: 22px;
    height: 22px;
    width: 28px;
}
.most-pop-articles.two-col .popArticles .icon-article-doc {
    margin: 0;
}
.most-pop-articles .popArticles a span {
    width: 100%;
}
.icon-article-doc:before {
    color: #1F9CC3;
    
}
.most-pop-articles h2 {
    margin: 0 0 1.5em 0;
}
.contentWrapper p.descrip {
    margin: 1.5em 0!important;
        font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600!important;
    font-style: normal;
    font-size: 18px;
    letter-spacing: -0.025em;
    color: #111827 ;
}
.articleList li {
    margin: 0.8em 0;
}

footer {
    padding: 24px 0 32px 0;
    margin: 0;
    border-top: 2px dotted #E5E7EB;
    
}
footer p {
    margin: 0;
}
.sep {
    margin: 0!important;
    border-top: 2px dotted #E5E7EB;
}
.sep:after {
    content: "";
}

#serp .articlesFound, #serp .nada {
    margin: 1.5em 0!important;
        font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600!important;
    font-style: normal;
    font-size: 18px;
    letter-spacing: -0.025em;
    color: #111827 ;
    
}

#serp h1 strong {
    font-size: 28px;
    color: #1F9CC3;
    display: inline-block;
}
#serp h1 strong:before {
    content: ":";
    color: #111827 ;
    display: inline-block;
    position: relative;
    margin-right: 0.2em;
    margin-left: -0.1em;
}


#searchBar .search-query {
    font-size: 16px;
}
#serp-dd {
    top: 100%;
}
#serp-dd .result {
    margin: 0;
    max-height: 485px;
    overflow: auto;
    border-radius: 8px;
}

#serp-dd .result a {
    display: block;
    font-size: 16px;
    padding: 12px 16px;
    color: #1F9CC3;
    
}

#serp-dd .result a:hover {
    background: #F3F3F3;
    text-decoration: none;
    color: #1F9CC3;
}

#serp-dd .result>li {
    list-style: none;
    text-align: left;
}

#serp-dd .result>li:first-child {
    margin-top: 8px;
}

#serp-dd .result>li:last-child {
    margin-bottom: 8px;
}

#serp-dd .result>li.active {
    background: #F3F4F6;
    text-decoration: none;
    color: #4381b5;
}

#serp-dd .result>li i {
    margin-left: 5px;
}

#serp-dd .result>li.private a {
    color: #9E9E9E;
}

#serp-dd .noResults {
    font-size: 16px;
    color: #111827 ;
    opacity: 0.5;
    padding: 12px 16px;
}

#sidebar form .search-query {
    font-size: 16px;
    background: #F3F4F6;
    border: 0 none;
    box-shadow: none!important;
    border-radius: 8px;
    height: 44px;
    line-height: 44px;
    outline: none;
    color: #111827 ;
}
#serp-dd.sb {
    top: 100%;
}
#sidebar #searchBar.sm  button {
    right: 0;
    top: 0;
    height: 44px;
    line-height:44px;
    width: 44px;
    text-align: center;
}
#sidebar #searchBar.sm  button i {
    width: 44px;
    height: 44px;
    line-height:44px;
    width: 44px;
    text-align: center;
    color: #111827 ;
    opacity: 0.5;
}
#sidebar #searchBar.sm  button:hover i {
    color: #4381b5;
    opacity: 1;
}
#categoryHead .sort {
    top: 0;
}
#categoryHead .sort form {
    padding: 0;
    margin: 0;
}
#categoryHead .sort form select {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    padding: 0 12px;
    width: 160px;
    outline: none!important;
    border: 0 none;
    background: #F3F4F6;
    box-shadow: none!important;
    border-radius: 8px;
    color: #111827 ;
}

@media (max-width: 768px) {
    body {
        padding-left: 0px;
        padding-right: 0px;
    }
    #contentArea .row-fluid {
        display: block;
    }
    .navbar {
        margin: 0 ;
    }
    .navbar-inner .container-fluid:before, .navbar-inner .container-fluid:after {
        font-size:12px;
    }
    .brand img {
        height: 32px!important;
        line-height: 24px;
    }
    .most-pop-articles.two-col .popArticles {
        columns: 1;
    }
    .category-list {    
    grid-template-columns: 1fr ;
    gap: 16px;
    }
    #sidebar {
        width: 100%;
    }
    #sidebar form {
        width: 100%;
    }
    #categoryHead .sort {
        bottom: 0;
        top: auto;
        width: 100%;
        position:relative;
        margin-bottom: 1.5em;
    }
    
    #categoryHead .sort form select {
        width: 100%;
    }
}a, p, ul, li, strong, input, textarea {
    font-size:16px;
}
body, #fullArticle, #fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
    line-height:1.5em;
    font-size: 16px;
    color: #374151 ;
}
a, input, button {
    transition: 
    border-color 0.3s ease-in-out,
    color 0.3s ease-in-out,
    background 0.3s ease-in-out
    ;
}
html {
}
body {
    min-height: 100vh;
}
body, input, textarea {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6, button {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700!important;
    font-style: normal;
    letter-spacing: -0.025em;
    color: #111827 ;
}
h1, .contentWrapper h1 {
    font-size: 28px!important;
    line-height: 1.3em;
}
    
h2, #fullArticle h2 {
    font-size: 20px!important;
    line-height: 1.3em;
}
h3 {
    font-size: 16px!important;
}

/* Nav bar*/
.navbar {
    padding:48px 32px 24px 32px;
    background-color:#111827;
    background-image:url('https://framerusercontent.com/images/EHMfh6sZIxNt09KLcznyx21sk.jpg') ;
    background-repeat: no-repeat;
    background-position: center top;
}
.navbar img {
      height: 40px;
}
.navbar .navbar-inner {
    padding: 0;
    margin: 0;
    background-color:transparent;
}
.navbar .navbar-inner .container-fluid {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.navbar-inner {
    box-shadow: none;
}
.navbar-inner .container-fluid:after {
    content:"Every Day.";
    display: block;
    font-size:18px;
    line-height: 1.6em;
    color: #FFFFFF;
    width: auto;
    order: 3;
    flex-grow: 0;
    color:#4CC9F0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600!important;
    font-style: normal;
}
.navbar-inner .container-fluid:before {
    content:"Feel better.";
    display: block;
    font-size:18px;
    line-height: 1.6em;
    color: #FFFFFF;
    order: 2;
    width: auto;
    flex-grow: 1;
    text-align: right;
    padding: 0 0.3em 0 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600!important;
    font-style: normal;
}
.navbar .navbar-inner .container-fluid .brand {
    padding: 0;
    margin: 0;
    float: none;
}


/* DocSearch */

#docsSearch {
    padding: 64px 32px;
    background-color:#E5E7EB;
    margin: 0;
    background-color:#111827;
    background-image:url('https://framerusercontent.com/images/EHMfh6sZIxNt09KLcznyx21sk.jpg') ;
    background-repeat: no-repeat;
    background-position: center -112px;
    position: relative;
    
}
#docsSearch:before {
    background-color:#111827;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    opacity: 0.1;
    z-index: 0;
    border-top: 1px solid #FFFFFF;
    
}
#docsSearch h1 {
    padding: 0;
    margin: 0 0 24px 0;
    font-size: 28px;
    z-index: 1;
    position: relative;
    color: #FFFFFF;
}
#searchBar {
    padding: 0;
    margin: 0 auto;
    width: auto;
    max-width: 640px;
    z-index: 1;
    position: relative;
}
#searchBar .search-query {
    border-radius: 8px;
    border-color: #FFFFFF;
    box-shadow: none;
}
#searchBar button {
    top:0;
    right: 0;
    background-color: #1F9CC3;
    border: 1px solid #1F9CC3;
    border-radius: 0 8px 8px 0;
    
}
#serp-dd {
    top: 56px;
    border: 0 none;
    box-shadow: 0 2px 5px rgba(100, 100, 100, .2);
    border-radius: 8px;
}
#serp-dd .noResults {
    font-size: 16px;
    color:blue;
    padding: 12px 16px ;
}

/* Content layout*/
#contentArea {
    padding: 0 32px;
}

#contentArea .row-fluid {
    display: flex;
    flex-direction: row-reverse;
    gap: 48px;
}

#main-content, #sidebar {
    float: none;
}
#contentArea > .row-fluid:before, 
#contentArea > .row-fluid:after,
#contentArea.container-fluid:before, 
#contentArea.container-fluid:after

{ 
    display: none;
}

#sidebar {
    width:260px;
    min-width: 260px;
}

/* Article*/
#main-content {
    padding: 0;
    margin: 0;
    width: 100%;
}
#fullArticle p {
    font-size: 16px;
}
.contentWrapper {
    padding:32px 0;
    border: 0 none;
}
.contentWrapper h1 {
    font-size: 32px;
}
.contentWrapper h1 {
    padding: 0 64px 1em 0;
    border-bottom: 2px dotted #D1D5DB;
    position: relative;
    margin: 0 0 32px 0!important;
}
.contentWrapper h1:after {
    display: block;
    width: 82px;
    height: 2px;
    background:#4CC9F0;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
}
.articleFoot {
    display: none;
}

#fullArticle blockquote, #fullArticle dd, #fullArticle div, #fullArticle li, #fullArticle ol, #fullArticle p, #fullArticle table, #fullArticle ul {
    line-height: 1.5em;
    font-size: 16px;
} 
.contentWrapper p {
    margin: 1em 0 1em 0!important;
}
#fullArticle li {
    margin: 0 0 0.5em 0;
    line-height: 1.5em;
}
#fullArticle ul, #fullArticle ol  {
    margin-top: 1em;
    margin-bottom: 1em;
}
 #fullArticle h2, #fullArticle h3, #fullArticle h4, #fullArticle h5 {
    margin-top: 1.25em;
    color: #111827 ;
    padding: 0;
}
#fullArticle {
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}
#fullArticle .printArticle {
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    top: 0;
    right: 0;
}
#fullArticle .printArticle  i {
    color: #6B7280 ;
}
#fullArticle blockquote {
    border-left-color: #4CC9F0;
    border-left-width: 4px;
    padding: 0.25em 0  0.25em 1.5em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}

.contentWrapper p a {
    font-weight: 600;
}

/*sidebar*/
#sidebar h3 {
    text-transform: capitalize;
    margin-bottom: 0.8em;
    font-size: 20px!important;
}
#sidebar .nav-list {
    margin: 0;
    padding: 0;
}
#sidebar .nav-list li {
    margin: 0 0 4px 0px;
    line-height: 1.5em;
}
#sidebar .nav-list li a {
    display: block;
    padding: 8px 16px;
    border-left: 2px solid #E5E7EB;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600!important;
    font-style: normal;
    font-size: 18px;
    letter-spacing: -0.025em;
    color: #6B7280 ;
    line-height: 1.3em!important;
}
#sidebar .nav-list li a:hover {
    border-left: 2px solid #4CC9F0;
    color: #111827 ;
}
#sidebar .nav-list li.active a {
    border: 0 none;
    border-left: 4px solid #4CC9F0;
    color: #111827 ;
    line-height: 1.3em!important;
    padding: 8px 16px;
}

/* Article */

.articleRatings {
    margin:32px 0 0 0 ;
    border: 0 none;
    background-color:#F3F4F6;
    border-radius: 8px;
    box-shadow: none;
    padding: 32px;
    min-height: 40px;
    font-size: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600!important;
    font-style: normal;
    color: #111827 ;
}
.articleRatings-question {
    font-size: 20px;
    color: #111827 ;
    margin-right: 16px;
}
.articleRatings-feedback-tick {
    font-size: 32px;
    width: 40px;
    height: 40px;
    
}
.articleRatings-feedback-tick svg {
    width: 100%;
    height: 100%;
    
}

/* CaTEGORY list*/

.category-list {
    display: grid;
    gap: 24px;
    flex-direction: row;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0;
    padding: 32px 0;
    
}
.category-list a.category {
    padding: 24px 0;
    margin: 0;
    width: 100%;
    border-radius: 8px;
    background-color:#F3F4F6;
    border: 0 none;
    
}
.category-list a.category h3 {
    padding: 0;
    margin: 0;
    
}
.category-list .category .article-count {
    padding: 0;
    margin: 0.5em 0 0 0;
    
}

.most-pop-articles {
    width: 100%;
    max-width: 640px;
    padding: 32px 0;
}
.most-pop-articles .popArticles li, .threeCol .popArticles li, .twoCol .popArticles li {
    margin: 0 1.5em 1em 0;
}
.most-pop-articles .popArticles a {
    display: flex;
    flex-direction: row;
    padding: 0!important;
    color: #1F9CC3;
}
.featherlight-close-icon, [class*=" icon-"], [class^=icon-] {
    font-size:18px;
    line-height: 22px;
    height: 22px;
    width: 28px;
}
.most-pop-articles.two-col .popArticles .icon-article-doc {
    margin: 0;
}
.most-pop-articles .popArticles a span {
    width: 100%;
}
.icon-article-doc:before {
    color: #1F9CC3;
    
}
.most-pop-articles h2 {
    margin: 0 0 1.5em 0;
}
.contentWrapper p.descrip {
    margin: 1.5em 0!important;
        font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600!important;
    font-style: normal;
    font-size: 18px;
    letter-spacing: -0.025em;
    color: #111827 ;
}
.articleList li {
    margin: 0.8em 0;
}

footer {
    padding: 24px 0 32px 0;
    margin: 0;
    border-top: 2px dotted #E5E7EB;
    
}
footer p {
    margin: 0;
}
.sep {
    margin: 0!important;
    border-top: 2px dotted #E5E7EB;
}
.sep:after {
    content: "";
}

#serp .articlesFound, #serp .nada {
    margin: 1.5em 0!important;
        font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600!important;
    font-style: normal;
    font-size: 18px;
    letter-spacing: -0.025em;
    color: #111827 ;
    
}

#serp h1 strong {
    font-size: 28px;
    color: #1F9CC3;
    display: inline-block;
}
#serp h1 strong:before {
    content: ":";
    color: #111827 ;
    display: inline-block;
    position: relative;
    margin-right: 0.2em;
    margin-left: -0.1em;
}


#searchBar .search-query {
    font-size: 16px;
}
#serp-dd {
    top: 100%;
}
#serp-dd .result {
    margin: 0;
    max-height: 485px;
    overflow: auto;
    border-radius: 8px;
}

#serp-dd .result a {
    display: block;
    font-size: 16px;
    padding: 12px 16px;
    color: #1F9CC3;
    
}

#serp-dd .result a:hover {
    background: #F3F3F3;
    text-decoration: none;
    color: #1F9CC3;
}

#serp-dd .result>li {
    list-style: none;
    text-align: left;
}

#serp-dd .result>li:first-child {
    margin-top: 8px;
}

#serp-dd .result>li:last-child {
    margin-bottom: 8px;
}

#serp-dd .result>li.active {
    background: #F3F4F6;
    text-decoration: none;
    color: #4381b5;
}

#serp-dd .result>li i {
    margin-left: 5px;
}

#serp-dd .result>li.private a {
    color: #9E9E9E;
}

#serp-dd .noResults {
    font-size: 16px;
    color: #111827 ;
    opacity: 0.5;
    padding: 12px 16px;
}

#sidebar form .search-query {
    font-size: 16px;
    background: #F3F4F6;
    border: 0 none;
    box-shadow: none!important;
    border-radius: 8px;
    height: 44px;
    line-height: 44px;
    outline: none;
    color: #111827 ;
}
#serp-dd.sb {
    top: 100%;
}
#sidebar #searchBar.sm  button {
    right: 0;
    top: 0;
    height: 44px;
    line-height:44px;
    width: 44px;
    text-align: center;
}
#sidebar #searchBar.sm  button i {
    width: 44px;
    height: 44px;
    line-height:44px;
    width: 44px;
    text-align: center;
    color: #111827 ;
    opacity: 0.5;
}
#sidebar #searchBar.sm  button:hover i {
    color: #4381b5;
    opacity: 1;
}
#categoryHead .sort {
    top: 0;
}
#categoryHead .sort form {
    padding: 0;
    margin: 0;
}
#categoryHead .sort form select {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    padding: 0 12px;
    width: 160px;
    outline: none!important;
    border: 0 none;
    background: #F3F4F6;
    box-shadow: none!important;
    border-radius: 8px;
    color: #111827 ;
}

#fullArticle hr {
    height: 0;
    border: 0;
    border-top: 2px dotted #D1D5DB;
    margin: 1.5em 0;
}


#serp .articleList>li {
    padding-left: 0;
    margin: 0;
    display: block;
    padding: 0;
    margin-bottom: 1.5em;
    border-top: 2px dotted #D1D5DB;
    padding-top: 1.5em;
}
#serp .articleList>li p {
    font-size:16px;
    margin:0 0 0 28px!important;
}

#serp .articleList>li a {
    display: flex;
    flex-direction: row;
    padding: 0 !important;
    color: #1F9CC3;
    margin:0 0 0.5em 0;
}

@media (max-width: 768px) {
    body {
        padding-left: 0px;
        padding-right: 0px;
    }
    #contentArea .row-fluid {
        display: block;
    }
    .navbar {
        margin: 0 ;
    }
    .navbar-inner .container-fluid:before, .navbar-inner .container-fluid:after {
        font-size:12px;
    }
    .brand img {
        height: 32px!important;
        line-height: 24px;
    }
    .most-pop-articles.two-col .popArticles {
        columns: 1;
    }
    .category-list {    
    grid-template-columns: 1fr ;
    gap: 16px;
    }
    #sidebar {
        width: 100%;
    }
    #sidebar form {
        width: 100%;
    }
    #categoryHead .sort {
        bottom: 0;
        top: auto;
        width: 100%;
        position:relative;
        margin-bottom: 1.5em;
    }
    
    #categoryHead .sort form select {
        width: 100%;
    }
}
