/* ------------------------------------- Presets */

body {
    background: #FFF;
}



#intro {
    padding: 200px 0;
}

.introoverlay {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(100%,rgba(255,255,255,0.7)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 100%);
    opacity: 0.5;
    height: 400px;
    width: 100%;
    position: absolute;
}

header .button {
    color: #1E1F21;
    background: #FFF;
    -webkit-box-shadow:inset 0px 0px 0px 2px rgba(30,31,33,0.1);
    -moz-box-shadow:inset 0px 0px 0px 2px rgba(30,31,33,0.1);
    box-shadow:inset 0px 0px 0px 2px rgba(30,31,33,0.1);
}

header .button:hover {
    background: #1E1F21;
    color: #FFF;
}

header .logo {
    color: #1E1F21;
}

.logo .logoicon {
    background: url(/static/images/humanlogo-color@2x.png);
    background-size: 25px 25px;
}

.navigation a {
  color: #1E1F21;
}

p {
    color: #6A6C6D;
}
#blogposts, #blogpost-detail {
    background: #FFF;
    width: 100%;
}
#blogposts {
    padding-top: 80px;
}

li {
    list-style: none;
    max-width: 700px;
    margin: 0 auto;
}


/* ------------------------------------- Latest Posts */
.highlight {
    text-align: left;
    padding: 80px 0;
    border-top: 1px solid #F0F1F1;
}

.highlight:first-child {
    border-top: none;
}

#blogposts h2 {
    margin-bottom: 6px;
    padding: 0;
    color: #1E1F21;
    font-size: 36px;
    font-weight: 500;
}

#blogposts h2:hover {
    color: #FF561F;
}
.blogpost-thumb {
    width: 100%;
    height: 300px;
    background: #A1A1A1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.post-author {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.4px;
    color: #9EA1AA;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.headline{
    color: #6A6C6D;
    font-size: 24px;
}
.post-author a {
    color: #2F363F;
}


.highlight p {
    text-align: left;
    padding: 0;
    margin-left: 0;
    /*max-width: 670px;*/
    margin-bottom: 20px;
}
.highlight .readstory {
    font-size: 12px;
    padding: 0;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #232324;
    text-transform: uppercase;
}

.highlight .readstory:hover {
    color: #FF561F;
}

/* ------------------------------------- Post list */


.olderposts-wrap {
    padding: 10px 0;
    background: #F8F8F9;
}
.olderposts{
    max-width: 720px;
    margin: 0 auto;
}

h3 {
    font-size: 28px;
    margin: 10px 0;
}

.list {
    border-bottom: 1px solid #D8D8D8;
    padding: 30px 0px;

}

.olderposts li:first-child {

}
.list .post-author {
    padding: 0;
}

.list p {
    margin: 0;
    color: #9F9F9F;
    opacity: 1;
}

/* ------------------------------------- Blogpost Detail */


#blogpost-content {
    list-style: none;
    max-width: 700px;
    margin: 0 auto;
    padding: 80px 40px;
    color: #6A6C6D;
}

#blogpost-detail h1 {
    font-size: 40px;
    margin-bottom: 10px;
    color: #1E1F21;
    line-height: 48px;
    font-weight: 500;

}

#blogpost-content h2 {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    color: #131314;
    opacity: 0.4;
    margin-bottom: 40px;
}

#blogpost-detail blockquote {
    margin-left: 40px;
    font-size: 18px;
    line-height: 30px;
    color: #6A6C6D;
    margin: 20px 0;
    padding-left: 20px;
    border-left: 2px solid #F0F1F1;

}

#blogpost-content p {
    font-size: 18px;
    line-height: 30px;
    margin-left: 0;
    max-width: 670px;
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 1;
}

#blogpost-detail article h2 {
    color: #232427;
    opacity: 1;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 40px;
    padding: 0px;
    font-style: normal;
}

#blogpost-detail article h3 {
    color: #232427;
    font-size: 19px;
    font-weight: 500;
}

#blogpost-detail ul li {
    list-style: disc;
    margin-left: 50px;
    margin-bottom: 5px;
}
#blogpost-detail ol li {
    list-style: decimal;
    margin-left: 50px;
    margin-bottom: 5px;
}

#post-meta {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.4px;
    color: #9EA1AA;
    text-transform: uppercase;
    padding-bottom: 10px;
}

#blogpost-content img {
    margin-bottom: 30px;
    margin-top: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%
}

#blogpost-detail hr {
    border-top: 1px solid #F0F1F1;
    margin: 40px 0 30px 0;
}

#blogpost-detail article a {
    color: #FF561F;
    opacity: 1;
}

#blogpost-detail article a:hover {
    color: #D6491B;
    opacity: 1;
    text-decoration: underline;
}

.blog-navigation {
    border-top: 1px solid #F0F1F1;
    padding-top: 50px;
    margin-top: 60px;
}

.blog-navigation a, .pagination {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    color: #232324;
    text-transform: uppercase;
}

.pagination {
    text-align: center;
    display: block;
    opacity: 0.4;
    padding-bottom: 80px;
}

.blog-navigation a:hover {
    color: #FF561F;
}

.blog-navigation .nextpostleft {
    float: left;
}

.blog-navigation .nextpostright {
    float: right;
}


/* ------------------------------------- Archive */

#archive-content #blogposts {
    max-width: 800px;
    display: block;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 80px;
}
#archive-content {
    width: 100%;
    background: #FFF;
    padding-top: 100px;
}

#archive-content #post-list li {
    background: #FFF;
    display: block;
}

h5 {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.4px;
    color: #9EA1AA;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-top: 40px;
}

#archive-content hr {
    border-top: 1px solid #F0F1F1;
    margin: 0;
}
#archive-content .post-title {
    display: inline-block;
    font-weight: 500;
}
#archive-content .post-title:hover {
    color: #FF561F;
}

#archive-content .post-date {
    display: inline-block;
    color: #9EA1AA;
    float: right;
}
#archive-content .postmetadata {
    padding: 14px 0;
}
@media screen and (max-width: 1040px) {
    #intro {
        width: 100%;
    }
}

@media screen and (max-width: 980px){
    header {
        background: #FFF;
        border-bottom: 1px solid #F0F1F1;
    }
    .navigation-icon .line {
        background-color: #7E858B;
    }
    #faq-content {
        padding-top: 20px;
    }

}

@media screen and (max-width: 510px){
.blog-navigation .nextpostleft {
    display: none;
}
#blogposts h2, #blogpost-content h1, #blogpost-detail hr, .blog-navigation, #blogpost-content h2, #blogpost-detail article h3, #blogpost-content #post-meta, #blogpost-content p, .post-author, .headline, .highlight p, .highlight .readstory {
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}
#blogposts h2 {
    font-size: 26px;
}
.blogpost-thumb {
    height: 200px;
    margin: 20px 0;
}
#blogpost-content {
    padding: 80px 0;
}
#intro {
    padding: 150px 0;
}
.introoverlay {
    height: 300px;
    background: none;
}
#blogposts {
    padding-top: 80px;
}
.headline {
        font-size: 14px;
        margin-bottom: 16%;
        line-height: 23px;
}
.highlight {
    padding: 50px 0;
}
.post-author {
    font-size: 10px;
}
#archive-content {
    width: 100%;
    background: #FFF;
    padding-top: 50px;
}
#blogpost-content p {
    font-size: 16px;
}
#blogpost-content h2 {
    margin-bottom: 30px;
}
#blogpost-detail h1 {
    font-size: 30px;
    line-height: 36px
}
