*{
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    font-family: "Alegreya Sans", sans-serif;
}

html, body{
    background: white;
    font-family: Alegreya Sans,sans-serif;
    color: #5b6080;
    margin: 0;
    padding: 0;
    /*height: fit-content;*/
    font-size: 20px;
}

footer.main-footer {
    display: none !important;
}

.main-footer {
    display: none !important;
}

h1,h2{
    ffont-weight: 500;
    font-size: 2em;
}

h3{
  color: #272e5d;
  font-weight: 500;
  font-size: 1.5em;
}
h4{
    color: #272e5d;
    font-size: 1.2em;
    font-weight: 500;
}

h1, h2, h3, h4{
    color: #272e5d;
    padding: 0;
    margin: 0;
}

h1, h2{
    margin-bottom: 10px;
}

h1.link, h2.link, h3.link, h4.link{
    color: #199be9;
}

a{
    color: #199be9;
    text-decoration: none;
    font-size: 20px;
}

a:hover{
    text-decoration: underline;
}

hr{
    border-top: 1px solid #d1ebfb;
    margin-bottom: 20px;
}

strong, b{
  color: #272e5d;
  font-weight: 600;
}

ul > li {
  font-size: 20px;
  line-height: 1.5;
}


/*index styling*/
.page-container{
    background: white;
    align-items: center;
    margin-top: 75px;
}

.page-navigation{
    display: inline-block;
    vertical-align: top;
    width: 300px;
    color: inherit;
    border-radius: 3px;
    border: 1px solid #d1ebfb;
    margin: 40px 35px 0 0px;
    padding: 30px 20px 20px 0;
    /* margin: 40px 35px 0 35px;
    padding: 30px 20px; */
    border: 0;
}

.page-navigation-dropdown{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    top: 0;
    overflow: scroll!important;
    z-index: 1000;
}

.right-side{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 410px);
    margin: 40px auto 0 0;
}
.right-side .right-header{
    margin: 0 0 25px 0;
}


.articles-container{
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*width: calc(100% - 410px);*/

    height: 100%;
    color: inherit;
    /*margin: 40px auto 0 0;*/
    border-radius: 3px;

    max-width: 800px;
    border: 0;
    padding: 0;
    background-color: #fff;
}

.articles-header{
    color: inherit;
    text-align: center;
}

.all-content-container{
    width: fit-content;
    margin: 0 auto;
}

.breadcrumb-container{
    margin-bottom: 18px;
}

.breadcrumb-container a {
  font-size: 16px;
}

.breadcrumb-container span {
  display: inline-block;
  margin: 0 3px;
  font-size: 16px;
}

.breadcrumb-link:hover{
    text-decoration: none;
}

/*navigation styling*/
.nav-container{
}
.nav-container:first-child{
    padding-bottom: 10px;
}

.nav-header{
    margin: 0 0 20px 0;
}

.nav-content{
}
.nav-item:not(:last-child){
    width: 100%;
    max-width: 260px;
    margin-bottom: 10px;
}

.nav-item i{
    display: none;
    float: right;
    margin-left: 8px;
    font-weight: 600;
    color: #199be9;
}

.nav-item a{
  display: inline-block;
  width: 94%;
  text-overflow: initial;
  overflow: auto;
  white-space: initial;
  font-size: 18px;
  color: #6c707f;
  line-height: 1.3rem;
}

.read-more{
    padding: 8px 15px;
    background: #199be9;
    color: white;
    border: 1px solid #199be9;
    border-radius: 35px;
}
.read-more:hover{
    text-decoration: none;
    color: #199be9;
    background: white;
}

/*navigation dropdown styling*/
.drop-top-header{
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: #199be9;
    color: white;
}
.drop-top-header .white{
    color: white;
}
.drop-top-header h3{
    font-size: 1.35em;
    display: flex;
    color: white;
    float: left;
}
.drop-top-header .drop-cross{
    display: inline-flex;
    float: right;
    font-size: 1.5em;
}
.drop-cross:hover{
    cursor: pointer;
}

.drop-container{
    margin: 0 20px;
    padding: 20px;
}

.drop-container:nth-child(n+1){
    border-top: 1px solid #d1ebfb;
}

.drop-header{
    font-size: 1.2em;
    margin-bottom: 20px;
}

.drop-content{
    width: 100%;
    display: block;
    overflow: hidden;
}

.drop-item{
    font-size: 1.15em;
    margin-bottom: 10px;
    width: 50%;
    float: left;
    display: flex;
}
.drop-item i{
    font-weight: 600;
    display: flex;
    margin: 2px 0 0 10px;
}
.drop-item a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.drop-button{
    width: calc(100% - 80px);
    margin: 40px 40px 0;
    display: none;
    padding: 10px;
    background: #199be9;
    color: white;
    border: 1px solid #199be9;
    border-radius: 3px;
}
.drop-button h3{
    display: flex;
    font-size: 1.2em;
    color: white;
}
.drop-button .drop-botton-arrow{
    display: flex;
    color: white;
    float: right;
    margin-left: auto;
}
.drop-button .drop-botton-arrow i{
    font-size: 1.5em;
    font-weight: 600;
}
.drop-button:hover{
    cursor: pointer;
}
.drop-button:focus{
    outline: #199be9 auto 1px;
}




/*post-card styling*/
.content-container{
  padding: 20px 0;
  border: 0;
}
.content-container p{
  font-size: 20px;
  color: #5b6080;
  line-height: 1.5;
}

.content-container p:nth-child(2), .content-container p:first-child{
    color: #272e5d;
}

.content-header{
}

.content-date{
    color: #6c707f;
    font-size: 0.8em;
}

.content-body{
}

.content-content{
    width: 100%;
    overflow: hidden;
}
.content-content h4, .content-content h3, .content-content h2, .content-content h1{
    margin-top: 40px;
}

.content-content ol, .content-content ul, .content-content li{
    list-style-type: disc;
    list-style-position: outside;
}
.content-content ul li{
    display: list-item;
    margin-left: 20px;
    margin-bottom: 15px;
}
.content-content ul li:before{
    color: black;
}


.content-content-img{
    display: block;
    margin: auto;
    width: 100%;
}

.content-footer{
}



/*Mandatory Styling*/
.kg-image-card{
    width: fit-content;
    margin: auto;
}
.kg-image{
   /* display: none; */
    display: block;
    width: 100%;
}

.kg-width-wide{
    display: block;
}

.kg-width-full{
    display: block;
}

.kg-gallery-container{
    display: block;
}

.kg-gallery-row{
    display: block;
}

.kg-gallery-image{
    display: block;
}

.kg-bookmark-card{
    display: block;
}

.kg-bookmark-container{
    display: block;
}

.kg-bookmark-content{
    display: block;
}

.kg-bookmark-title{
    display: block;
}

.kg-bookmark-description{
    display: block;
}

.kg-bookmark-metadata{
    display: block;
}

.kg-bookmark-icon{
    display: block;
}

.kg-bookmark-author{
    display: block;
}

.kg-bookmark-publisher{
    display: block;
}

.kg-bookmark-thumbnail{
    display: block;
}



/*!
 * Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/statics/webfonts/fa-stuvia-light-300.woff2) format("woff2"),url(/statics/webfonts/fa-stuvia-light-300.woff) format("woff")
}

.fal {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300
}

/*!
 * Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/statics/webfonts/fa-brands-400.eot);
    src: url(/statics/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/statics/webfonts/fa-stuvia-brands-400.woff2) format("woff2"),url(/statics/webfonts/fa-stuvia-brands-400.woff) format("woff")
}

.fab {
    font-family: Font Awesome\ 5 Brands
}

/*!
 * Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,.fab,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

header.main-header .wrapper-left {
  width: auto;
}

@media screen and (max-width: 1200px){
    .page-navigation{
        min-width: unset;
        max-width: unset;
        width: 300px;
        margin: 40px 35px 0 0;
        padding: 30px 20px;
    }

    /*.articles-container{*/
    /*    width: calc(100% - 340px);*/
    /*}*/

    .right-side{
        width: calc(100% - 340px);
    }
}


@media screen and (max-width: 979px){
    .page-navigation{
        display: none;
    }

    /*.articles-container{*/
    /*    width: fit-content;*/
    /*    margin: 40px*/
    /*}*/

    .right-side{
        width: fit-content;
        margin: 40px
    }

    .drop-button{
        display: inline-flex;
    }

    .breadcrumb-container{
        display: none;
    }
}


@media screen and (max-width: 767px){
    /*.articles-container{*/
    /*    margin: 40px 0;*/
    /*}*/

    .right-side{
        margin: 0;
        /* margin: 40px 0; */
    }
    .right-side .right-header{
        text-align: center;
        margin: 0 auto 20px;
    }

    .drop-button{
        width: calc(100% - 50px);
        margin: 40px 25px 0;
    }

    .breadcrumb-container{
        margin-left: 25px;
    }
}


@media screen and (max-width: 700px){
    .drop-item{
        width: 100%;
    }

    .content-content-img{
        width: 100%;
    }

    .kg-image{
        width: 100%;
    }

    .find-section.full-version {
        display: none;
    }

    .pitch-stuvia {
        display: none !important;
    }
}


@media screen and (max-width: 500px){
    /*.articles-container{*/
    /*    padding: 25px 10px;*/
    /*}*/

    .right-side{
        /*padding: 25px 10px;*/
    }

    .user-menu.has-preview .user-avatar label{
        display: none;
    }

    .logo-image{
        margin-right: 0;
    }

    .articles-container {
      border: 0;
      padding: 0 20px;
    }

    .content-container {
      border: 0 !important;
      /* padding: 0 20px; */
    }

    .cta-sell .button-green {
      font-size: 1em;
      padding: 6px 22px;
    }
}

.find-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-bottom: 75px;
    border-bottom: 1px solid #d1ebfb;
    margin-top: 100px;
}

.find-section .find-div {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom:1;vertical-align: top;
    width: 30%;
    text-align: left
}

.find-section .find-div p {
    color: #5b6080;
    font-size:  0.833em;
    /* font-size: 1em; */
    font-weight: 400;
    line-height: 2
}

.find-section .find-div .button-populairbooks,.find-section .find-div a {
    color: #199be9;
    font-size:  0.833em;
    /* font-size: 1em; */
    font-weight: 500;
    /* padding-top: 20px */
}

.find-section .find-div .button-populairbooks {
    display: inline-block;
    cursor: pointer
}

.find-section .find-div i {
    color: #199be9;
    font-size: .8em;
    font-weight: 600;
    padding-left: 5px
}

.find-section .find-div .sub-title-find {
    padding-bottom: 20px
}

.find-section .find-div .sub-title-find .icon-img {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom:1;vertical-align: top;
    width: 60px;
    height: 60px;
    border-radius: 5px
}

.find-section .find-div .sub-title-find .icon-img i {
    color: #272e5d;
    font-size: 1.7em;
    font-weight: 600;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0
}

.find-section .find-div .sub-title-find .graduation {
    background-color: #dbf3e3
}

.find-section .find-div .sub-title-find .university {
    background-color: #fbe3b3
}

.find-section .find-div .sub-title-find .graduation2 {
    background-color: #b3dbe3
}

.find-section .find-div .sub-title-find h2 {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    zoom:1;vertical-align: top;
    padding: 20px 0 0 20px;
    color: #272e5d;
    font-size: 1.3em;
    font-weight: 400
}

.find-section.full-version {
    border-bottom-color: #d1ebfb;
    /* border-bottom-color: transparent; */
    padding-bottom: 30px
}

/* .find-section.full-version .button-populairbooks,.find-section.full-version a {
    display: none
} */
