@font-face {
    font-family: 'GothamRounded';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("https://storage.googleapis.com/librio-media/hs/web/fonts/GothamRounded-Book.eot");
    /* IE9 Compat Modes */
    src: url("https://storage.googleapis.com/librio-media/hs/web/fonts/GothamRounded-Book.eot?#iefix") format("embedded-opentype"), url("https://storage.googleapis.com/librio-media/hs/web/fonts/GothamRounded-Book.woff2") format("woff2"), url("https://storage.googleapis.com/librio-media/hs/web/fonts/GothamRounded-Book.woff") format("woff"), url("https://storage.googleapis.com/librio-media/hs/web/fonts/GothamRounded-Book.ttf") format("truetype");
    /* Legacy iOS */ }

@font-face {
    font-family: 'GothamRounded';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    src: url("https://storage.googleapis.com/librio-media/hs/web/fonts/GothamRounded-Medium.eot");
    /* IE9 Compat Modes */
    src: url("https://storage.googleapis.com/librio-media/hs/web/fonts/GothamRounded-Medium.eot?#iefix") format("embedded-opentype"), url("https://storage.googleapis.com/librio-media/hs/web/fonts/GothamRounded-Medium.woff2") format("woff2"), url("https://storage.googleapis.com/librio-media/hs/web/fonts/GothamRounded-Medium.woff") format("woff"), url("https://storage.googleapis.com/librio-media/hs/web/fonts/GothamRounded-Medium.ttf") format("truetype");
    /* Legacy iOS */ }

@font-face {
    font-family: 'GothamRounded';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("https://storage.googleapis.com/librio-media/hs/web/fonts/GothamRounded-Light.eot");
    /* IE9 Compat Modes */
    src: url("https://storage.googleapis.com/librio-media/hs/web/fonts/GothamRounded-Light.eot?#iefix") format("embedded-opentype"), url("https://storage.googleapis.com/librio-media/hs/web/fonts/GothamRounded-Light.woff2") format("woff2"), url("https://storage.googleapis.com/librio-media/hs/web/fonts/GothamRounded-Light.woff") format("woff"), url("https://storage.googleapis.com/librio-media/hs/web/fonts/GothamRounded-Light.ttf") format("truetype");
    /* Legacy iOS */ }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    font-family: "GothamRounded","Helvetica Neue",Arial,Helvetica,sans-serif;
    background: #f1f0ef;
}
.navbar .navbar-inner { background: #ffffff; }
.navbar .nav li a,
.navbar .icon-private-w  { color: #1d4d66; }
.navbar .brand,
.navbar .nav li a:hover,
.navbar .nav li a:focus,
.navbar .nav .active a,
.navbar .nav .active a:hover,
.navbar .nav .active a:focus  { color: #000000; }
.navbar a:hover .icon-private-w,
.navbar a:focus .icon-private-w,
.navbar .active a .icon-private-w,
.navbar .active a:hover .icon-private-w,
.navbar .active a:focus .icon-private-w { color: #000000; }
#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: #4381b5; }
#fullArticle,
#fullArticle p,
#fullArticle ul,
#fullArticle ol,
#fullArticle li,
#fullArticle div,
#fullArticle blockquote,
#fullArticle dd,
#fullArticle table { color:#1d4d66; }

/* Main
 */
.container-fluid {
    max-width: 1280px;
}
header.navbar .brand {
    padding: .46rem 20px;
}
header.navbar .brand span{
    font-size: 21px;
    font-weight: 400;
}

header.navbar .brand img {
    margin-right: 8px;
    width: 100px;
    height: auto;
}
header.navbar .nav {
    bottom: 14px;
}
header.navbar .nav .active .caret {
    display: none;
}
header.navbar .brand,
header.navbar .nav li a:hover,
header.navbar .nav li a:focus,
header.navbar .nav .active a,
header.navbar .nav .active a:hover,
header.navbar .nav .active a:focus {
    color: #205872;
}
header.navbar .nav li a {
    padding: 0 20px;
    color: #205872;
    font-size: 21px;
}
header.navbar .nav li.active a {
    color: #205872;
}
footer {
    margin-top: 20px;
    text-align: center;
}
footer p {
    text-align: center;
}
footer.footer {
    position: relative;
    background-color: #205872;
    padding: 1rem 0;
    margin-top: 0;
}
footer.footer .footer__wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0;
}
footer.footer .footer__wrap .footer__menu-cont {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: stretch;
}
footer.footer .footer__wrap .footer__social-cont {
    margin: 0 16px;
    padding-top: 16px;
    width: calc(100% - 32px);
    text-align: right;
    border-top: 1px solid rgba(255,255,255,0.1);
}
footer.footer .footer__wrap .footer__menu-cont > div {
    padding: 16px;
    width: calc(50% - 32px);
}
footer.footer .footer__wrap .footer__menu-cont--right {
    box-shadow: -1px 0 0 0 rgba(255, 255, 255, .1);
}

footer.footer .footer__wrap .footer__menu-title {
    margin: 0 0 25px 0;
    color: white;
    text-align: left;
    font-size: 17px;
}
footer.footer .footer__wrap .footer__menu-cont-list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
footer.footer .footer__wrap .footer__menu-cont-list li {
    padding-bottom: 8px;
}
footer.footer .footer__wrap .footer__menu-cont-list a {
    color: rgba(255,255,255,0.5);
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 4px;
}
footer.footer .footer__wrap .footer__social-cont .payment-icons img {
    margin-left: 8px;
}
footer.footer .footer__wrap .footer__social-cont .footer__social-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
}
footer.footer .footer__wrap .footer__social-cont .footer__social-list a {
    display: inline-block;
    margin-right: 25px;
}
footer.footer .footer__wrap .footer__social-cont .footer__social-list .text {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 14px 14px 14px 0;
    font-size: 16px;
    vertical-align: middle;
    color: rgba(255,255,255,0.5);
}
.align-sub {
    vertical-align: sub;
}
.d-none {
    display: none !important;
}
#docsSearch {
    padding: 61px 0 0 0;
    height: 360px;
    border: none;
    background: white url("https://storage.googleapis.com/librio-media/hs/web/images/bg-pattern-for-cropping-sm.jpg") no-repeat right -145px;
}
#docsSearch h1 {
    margin: 0 auto;
    padding: 0 0 20px;
    font-size: 37px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.93px;
    text-align: center;
    color: #274c66;
}
#docsSearch h2 {
    margin: 0 auto;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.76px;
    text-align: center;
    color: #274c66;
}
#searchBar {
    margin-top: 37px;
}
#searchBar .search-query, #sidebar form .search-query {
    font-size: 18px;
    height: 60px;
    border-radius: 10px;
    box-shadow: 0 1px 8px 0 rgba(39, 76, 102, 0.35);
    background-color: white;
}
#searchBar button, #contentArea #searchBar button {
    /*width: 152px;*/
    height: 60px;
    padding: 19px 29px 19px 35px;
    font-size: 27px;
    border-radius: 10px;
    box-shadow: 0 1px 8px 0 rgba(39, 76, 102, 0.35);
    background-color: #274c66;
}
#contentArea #searchBar button .icon-search, .created #searchBar button .icon-search {
    display: none;
}
#contentArea #searchBar button, .created #searchBar button {
    right: 0;
}
#contentArea #searchBar button:before, .created #searchBar button:before {
    color: white;
}
.most-pop-articles {
    display: none;
}
#contentArea .sep {
    display: none;
}
.category-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.category-list .category {
    padding: 13px 0 19px;
    margin: 0 16px 30px;
    width: 399px;
    height: 255px;
    -webkit-box-shadow: 0 1px 8px 0 rgba(39, 76, 102, 0.35);
    -moz-box-shadow: 0 1px 8px 0 rgba(39, 76, 102, 0.35);
    box-shadow: 0 1px 8px 0 rgba(39, 76, 102, 0.35);
    border-radius: 10px;
    background: white no-repeat center bottom;
    transition: all .3s ease-in;
}
.category-list .category:hover {
    text-decoration: none;
    background: white no-repeat center bottom;
    -webkit-box-shadow: 0 1px 12px 0 rgba(39, 76, 102, 0.55);
    -moz-box-shadow: 0 1px 12px 0 rgba(39, 76, 102, 0.55);
    box-shadow: 0 1px 12px 0 rgba(39, 76, 102, 0.55);
}
.category-list .category h3 {
    margin: 0;
    font-size: 27px;
    letter-spacing: -0.68px;
    color: #274c66;
}
.category-list .category .article-count {
    display: none;
}
.category-list #category-contact {
    background-image: url("https://storage.googleapis.com/librio-media/hs/web/images/contact-us.jpg");
}
.modal {
    position: absolute;
}
#contactModal h2, .abuse h2 {
    padding: 15px 0 20px 18px;
    border-bottom: 0;
    color: #205872;
    font-size: 29px;
    font-weight: bold;
}
.modal-body {
    padding: 15px 25px;
    max-height: 720px;
}
.control-label {
    width: 100%;
    color: #205872;
    font-size: 17px;
    font-weight: bold;
}
#contactModal .control-label {
    width: 100%;
    text-align: left;
}
#contactModal .controls, #contactModal .form-actions {
    margin-left: 0;
    padding-left: 0;
}
textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], .uneditable-input {
    padding: .67857143em 1em;
    width: 100%;
    height: auto;
    line-height: 1.21428571em;
    font-size: 18px;
    background: #fff;
    border: 1px solid rgba(34,36,38,.15);
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    box-shadow: none;
}
#contactModal #md-message {
    top: 20px;
    width: 100%;
}
button.btn, input[type=submit].btn {
    padding: 1rem 2rem;
    min-width: 235px;
    color: #fff;
    box-shadow: 0 3px 0 0 #053446;
    border: none;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    background: none;
    background-color: #1f526d;
    transition: background-color 200ms linear;
}
button.btn:hover, input[type=submit].btn:hover {
    background-color: #053446;
}
/* Category page
*/
#contentArea {
    margin-bottom: 25px;
}
#contentArea .row-fluid {
    display: flex;
    flex-direction: column;
}
#main-content {
    padding: 20px;
    margin-bottom: 0;
}
#main-content .contentWrapper {
    padding: 20px 40px 38px;
    color: #274c66;
    -webkit-box-shadow: 0 1px 8px 0 rgba(39, 76, 102, 0.35);
    -moz-box-shadow: 0 1px 8px 0 rgba(39, 76, 102, 0.35);
    box-shadow: 0 1px 8px 0 rgba(39, 76, 102, 0.35);
    border-radius: 10px;
}
#sidebar {
    margin-top: 0;
    padding: 27px 25px 250px;
    -webkit-box-shadow: 0 1px 8px 0 rgba(39, 76, 102, 0.35);
    -moz-box-shadow: 0 1px 8px 0 rgba(39, 76, 102, 0.35);
    box-shadow: 0 1px 8px 0 rgba(39, 76, 102, 0.35);
    border-radius: 10px;
    background: white url("https://storage.googleapis.com/librio-media/hs/web/images/eddie.jpg") no-repeat center bottom;
}
#sidebar h3 {
    display: none;
}
#sidebar .nav-list li {
    margin: 0;
    padding-bottom: 28px;
}
#sidebar .nav-list li.active .icon-arrow {
    display: none;
}
#sidebar .nav-list li a {
    padding: 0;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.6px;
    color: #205873;
}
#sidebar .nav-list li a:hover {
    color: #1e70bf;
}
#sidebar .nav-list .active a, #sidebar .nav-list .active a:hover {
    color: #205873;
    font-weight: 600;
}
#sidebar .nav-list .active a:hover .icon-arrow {
    display: none;
}
#main-content .contentWrapper #categoryHead h1 {
    color: #205873;
}
#main-content .contentWrapper #categoryHead .descrip, #main-content .contentWrapper #categoryHead .sort {
    display: none;
}
.articleList li {
    margin: 0 0 30px;
    padding: 0;
}
.articleList li a {
    margin: 0;
    font-size: 24px;
    text-decoration: underline;
    text-decoration-color: #274c66;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.6px;
    color: #274c66;
}
.articleList li a .icon-article-doc {
    display: none;
}
#fullArticle, #fullArticle p, #fullArticle ul, #fullArticle ol, #fullArticle li, #fullArticle div, #fullArticle blockquote, #fullArticle dd, #fullArticle table {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: -0.6px;
    color: #274c66;
}
#fullArticle .title {
    margin: 0 0 30px;
    font-size: 30px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.75px;
    color: #274c66;
    text-decoration: underline;
    text-decoration-color: #274c66;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
}
#fullArticle .printArticle {
    top: 30px;
}
#fullArticle .back-link {
    color: #274c66;
    border-bottom: solid 2px #274c66;
    font-size: 1.3rem;
    font-weight: normal;
    margin-bottom: 1rem;
    display: inline-block;
}
#fullArticle .back-link:hover {
    text-decoration: none;
}
.articleFoot {
    margin-top: 0;
}
.articleFoot p, .articleFoot time {
    font-family: "GothamRounded","Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 3;
    letter-spacing: -0.5px;
    color: #274c66;
    font-style: normal;
}
#fullArticle strong {
    color: #274c66;
    font-weight: 500;
}
.articleFoot .icon-contact {
    display: none;
}
.articleFoot time {
    display: none;
}
#sbContact {
    color: #274c66;
    border-bottom: none;
}
.related {
    margin-top: 7px;
    padding: 20px 25px 57px;
    -webkit-box-shadow: 0 1px 8px 0 rgba(39, 76, 102, 0.35);
    -moz-box-shadow: 0 1px 8px 0 rgba(39, 76, 102, 0.35);
    box-shadow: 0 1px 8px 0 rgba(39, 76, 102, 0.35);
    border-radius: 10px;
}
.related h3 {
    margin: 0 0 5px;
    font-size: 30px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.75px;
    color: #274c66;
    text-decoration: underline;
    text-decoration-color: #274c66;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
}
.related ul li a {
    font-size: 24px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.6px;
    text-align: left;
    color: #274c66;
}
.related ul li .icon-article-doc {
    display: none;
}
#serp .articleList>li a {
    font-size: 24px;
}
#serp p {
    color: #274c66;
    font-size: 18px;
}
#serp .articleList>li {
    padding-left: 0;
}
#serp .articlesFound, #serp .nada {
    color: #274c66;
    font-size: 16px;
}
/* Responsive
*/
@media only screen and (max-width:480px) {
    #docsSearch h1 {
        font-size: 32px;
    }
    #docsSearch h2 {
        font-size: 25px;
    }
    #searchBar {
        margin-top: 20px;
    }
    #contentArea #searchBar button .icon-search, .created #searchBar button .icon-search {
        display: block;
    }
    #contentArea #searchBar button:before, .created #searchBar button:before {
        display: none;
    }
    #searchBar button, #contentArea #searchBar button {
        width: auto;
        padding: 19px 30px 19px 30px;
    }
    #searchBar button .icon-search {
        color: white;
        font-size: 20px;
    }
}
@media only screen and (max-width:768px) {
    #mainNav .navbar-inner {
        text-align: center;
    }
    header.navbar .brand {
        float: none;
        margin: 0 auto;
    }
    header.navbar .nav-collapse {
        position: absolute;
        top: 63px;
        left: 0;
        right: 0;
        margin: 0 -20px;
        background-color: #f2f2f2;
        border: 0;
        border-radius: 0;
        box-shadow: 0 2px 4px 0 rgba(0,0,0, .5);
        z-index: 99999;
    }
    header.navbar .nav {
        position: relative;
    }
    header.navbar .nav li a {
        display: block;
        padding: 15px 20px;
        color: #205872;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        border-top: solid 1px #e9e9e9;
        margin: 0;
        width: 100%;
    }
    header.navbar .nav {
        bottom: 0;
        text-align: left;
    }
    header.navbar .btn-navbar {
        left: -20px;
        right: auto;
        margin-top: 15px;
    }
    header.navbar .btn-navbar:hover, header.navbar .btn-navbar:focus, header.navbar .btn-navbar:active, header.navbar .btn-navbar.active, header.navbar .btn-navbar.disabled, header.navbar .btn-navbar[disabled] {
        color: #5f6060;
    }
    header.navbar .btn-navbar .icon-bar, header.navbar .btn-navbar:hover .icon-bar {
        margin-bottom: 5px;
        width: 22px;
        height: 3px;
        background: #5f6060;
        box-shadow: none;
    }
    #contactMobile {
        display: block;
    }
    #docsSearch h2:first-child {
        margin-top: 30px;
    }
    footer.footer {
        margin: 0 -20px;
    }
}
@media only screen and (min-width:768px) {
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-none {
        display: none !important;
    }
    footer.footer .footer__wrap .footer__social-cont {
        margin: 0;
        padding: 16px;
        width: calc(50% - 32px);
        border: none;
        box-shadow: -1px 0 0 0 rgba(255, 255, 255, .1);
    }
    footer.footer .footer__wrap .footer__social-cont .footer__social-list {
        justify-content: flex-end;
    }
    footer.footer .footer__wrap .footer__menu-cont {
        width: 50%;
    }
    #main-content {
        display: flex;
        flex-direction: column;
        justify-content: stretch;
        padding: 0 0 0 28px;
    }
    #docsSearch {
        padding: 61px 0 0 0;
        background-image: url("https://storage.googleapis.com/librio-media/hs/web/images/bg-pattern-for-cropping.jpg");
    }
    #contentArea {
        padding-top: 20px;
    }
    #contentArea.mt-100 {
        margin-top: -100px;
    }
    #contentArea .row-fluid {
        display: flex;
        flex-direction: row-reverse;
    }
    #main-content .contentWrapper {
        min-height: 650px;
    }
    #main-content .contentWrapper #categoryHead {
        display: none;
    }
    .category-list {
        margin-bottom: 2rem;
    }
    #sidebar {
        min-width: 364px;
    }
}

@media only screen and (min-width:1335px) {
    .category-list {
        margin: 0 -30px;
        justify-content: start;
    }
    #sidebar .nav-list li {
        padding-bottom: 20px;
    }
}

@media only screen and (min-width:1900px) {
    #docsSearch {
        background-position: center -145px;
    }
}
