body {
    font-family: "source-sans-pro", sans-serif;
    color: #000;
    font-size: 19px;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

.read-next {
    margin-top: 0;
}

.read-next-story .post {
    /*margin: 4rem auto 8rem auto;*/
    padding-bottom: 10rem;
}

form#revue-form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}

#revue-embed {
    max-width: 710px;
    margin-bottom: 1em
}

#revue-embed .revue-form-group:nth-of-type(1) {
    margin-right: 10px;
}

.newsletter-small,
.newsletter-small a {
    color: white;
    font-size: 14px;
}


.revue-form-field {
    box-sizing: border-box;
    margin: 0;
    border-radius: 4px;
    transition: all ease 0.5s;
    width: 260px;
}

.no-cover .page-description {
    color: white;
}

.bpt-search {
    box-sizing: border-box;
    max-width: 110px;
    margin: 0;
    border-radius: 4px;
    transition: all ease 0.5s;
}

/* Navigation */

input.gh-btn,
a.gh-btn {
    display: inline-block;
    outline: none;
    border: 1px solid #ccdfeb;
    color: #738a94;
    text-decoration: none!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    fill: #738a94;
    border-radius: 5px;
    transition: none;
    -webkit-font-smoothing: subpixel-antialiased;
}

input.gh-btn-green {
    padding: 1px;
    border: 0;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .1);
    fill: #fff;
    background-image: linear-gradient(to right, #e052a0, #f15c41);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .12);
    transition: none!important;
    height: 35px;
    max-width: 150px;
    margin: 0;
}

input.gh-btn-green:hover {
    background-image: linear-gradient(to right, #3ec7e0, #526bf4);
}

#nav-bpt {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    z-index: 200;
    background: #1f364d;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

#nav-bpt ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
    margin: 0;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}

#nav-bpt ul li {
    margin: 0;
}

#nav-bpt li a {
    text-decoration: none;
    line-height: 1.5;
    font-size: 1.5rem;
    display: block;
    padding: 0.6rem 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #9cb3c9;
    font-weight: 700;
    border: 1px solid transparent;
}

.no-cover.main-header {
    background-image: linear-gradient(to bottom, #1f364d, #0e2439);
}

#nav-bpt .nav-current:before {
    color: #fff;
}

#nav-bpt .nav-current a:after {
    content: " ";
    border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
    width: 100%;
    height: 1px;
}

#nav-bpt a:link,
#nav-bpt a:visited {
    color: #9cb3c9;
}

#nav-bpt li.nav-current a,
#nav-bpt a:hover,
#nav-bpt a:active,
#nav-bpt a:focus {
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    background: #fff;
    border-radius: 4px;
    color: #6772e5;
    transition: all .15s ease;
}

a {
    color: #008cdd;
}

.post-content a {
    color: #6772e5;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 2px solid #6772e5;
}

.post-content a:hover {
    background-color: #e6375a;
    color: white;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
h2.page-description,
h1.page-title {
    font-family: "source-sans-pro", sans-serif;
    font-weight: 400;
}


h1.page-title {
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
}

h1 {
    text-align: center;
    font-weight: 400;
}

h2.page-description {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    margin-top: 1em;
    margin-bottom: 1em;
}

h3.tagline {
    color: #9cb3c9;
    font-weight: 400;
    margin-bottom: 1em;
}

.no-cover .page-title {
    color: #fff;
}

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

.post-content {
    color: #4c555a;
}

.post-template article.post {
    padding: 4rem;
    max-width: 800px;
}

.post-template .main-header {
    margin-bottom: -6rem;
}

.post-meta {
    text-align: center;
    color: #939da3;
}

.post-meta a {
    border-bottom: none;
}


#bottom-bar {
    display: none;
    position: fixed;
    bottom: 0px;
    margin: 0;
    width: 100%;
    z-index: 999;
    height: 7rem;
}

#bottom-bar p {
    text-align: center;
    padding: 8px 0;
    margin: 0;
}

#bottom-bar .gh-subscribe a {
    color: white;
}

#bottom-bar .gh-subscribe a.close-bar {
    color: #6772e5;
}

.close-bar {
    float: right;
    display: block;
    margin-right: 15px;
    margin-top: 5px;
    white-space: nowrap;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    background: #fff;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .025em;
    color: #6772e5;
    text-decoration: none;
    transition: all .15s ease;
}

#bottom-bar .gh-subscribe {
    padding: 0;
}

.pioneer-icon {
    max-width: 124px;
}

.post-content .img-left {
    float: left !important;
    margin: 0 12px 0 0;
}

.post-content .img-right {
    float: right !important;
    margin: 0 0 0 12px;
}

.post-head.main-header {
    height: 35vh;
}

.gh-subscribe-title {
    color: white;
}

.gh-subscribe button {
    background-image: linear-gradient(to right, #e052a0, #f15c41);
}

.gh-subscribe button:hover {
    background-image: linear-gradient(to right, #3ec7e0, #526bf4);
}

.toc {
    float: right; 
    margin-left: 1em;
    margin-bottom: 1em;
    max-width: 320px;
    border: 1px solid #e9eaec;
    padding: 20px;
    border-radius: 5px;
    background: #fafbfc;
}

p.caption {
    margin-top: 0;
    width: 100%;
    float: left;
    font-style: italic;
    border-top: 1px solid #f0f2f3;
    border-bottom: 1px solid #f0f2f3;
    background: #fafafb;
    padding: 10px;
}

.toc ul {
    margin-bottom: 0;
}

.toc a {
    color: #6772e5;
    border-bottom: 2px solid #6772e5;
    text-decoration: none;
    border-bottom: none;
}

.toc h3 {
    color: #292e31;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
}

.hero-box,
.gh-subscribe {
    border: #e7eef2 1px solid;
    padding: 2rem;
    margin-top: 3rem;
    border-radius: 4px;
    margin-bottom: 3rem;
    background: #0e2439;
    color: #b9c9da;
}

.hero-box h3,
.hero-box h4,
.hero-box a {
    color: white;
}

.hero-box a {
    text-decoration: none;
    border-bottom: 2px solid #e6375a;
    color: white;
}

.hero-box a:hover {
    background-color: #e6375a;
    color: white;
    text-decoration: none;
    border-bottom: none;
}

.hero-box ul li {
    margin: 0;
}

.older-posts,
.newer-posts {
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    background: #fff;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    color: #6772e5;
    text-decoration: none;
    transition: all .15s ease;
    margin-right: 23px;
    color: #fff;
    background: #3ecf8e;
    text-shadow: 0 1px 3px rgba(36, 180, 126, .4);
}

.older-posts,
.newer-posts a {
    color: #fff;
}

.bpt-footer {
    font-family: "source-sans-pro", sans-serif;
    background: #f5f7f9;
    font-size: 1rem;
    color: #8898aa;
    border-top: #e7eef2 2px solid;
    max-height: 8rem;
    overflow: hidden;
}

h2.post-title a {
    color: #b76ac4;
}

.bpt-footer a {
    color: #8898aa;
}

.bpt-footer ul {
    margin: 0;
}

.post-excerpt {
    color: #6b7c93;
}

.copyright,
.poweredby,
.links {
    color: #8898aa;
    display: block;
    width: 33%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.links {
    float: left;
}

.links li,
.poweredby li {
    list-style-type: none;
}

.links a {
    text-align: center;
}

.poweredby a {
    text-align: center;
}

.main-nav.overlay {
    height: 40px;
}

.main-nav {
    padding: 5px 15px;
    margin: 0;
}

.bpt-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 710px;
    margin: 20px auto 20px auto;
    justify-content: center;
    align-items: baseline;
}

.bpt-tags span {
    margin-right: 0.3em;
    margin-bottom: 0.6em;
    padding: 0.3em 0.6em;
    border: #bfc8cd 1px solid;
    text-decoration: none;
    border-radius: 4px;
    transition: border 0.3s ease;
}

.bpt-tags span:hover,
.btp-tags span a:hover {
    color: white;
}

.bpt-tags span a {
    font-size: 14px;
    text-decoration: none;
    color: white;
}

.bpt-tags span:nth-child(n+20) {
    display: none;
}

.revue-form-field {
    border-radius: 4px;
}

.pagination {
    width: 100%;
}

.pagination a {
    color: white;
}

.footnotes {
    font-size: 2rem;
}

blockquote {
    margin: 1.75em 0 1.75em 0;
    border-color: #6772e5;
}

article table {
    overflow: hidden;
    display: block;
    word-wrap: break-word;
}

.site-wrapper {
    background: #f5f7f9;
}


.post-template article.post,
.page-template article.post,
.archive-template article.post {
    border: 1px solid #eaecee;
    background: #fff;
}

.tag-template article.post:hover,
.home-template article.post:hover,
.archive-template article.post:hover {
    color: #32325d!important;
    transform: translateY(-2px);
    box-shadow: 0 18px 35px rgba(50, 50, 93, .1), 0 8px 15px rgba(0, 0, 0, .07);
}

.tag-template main article.post,
.home-template main article.post,
.archive-template main article.post {
    border-bottom: rgba(207, 215, 223, .25) 2px solid;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    transition-property: color, background-color, box-shadow, transform;
    transition-duration: .15s;
}

article.post {
    border-bottom: rgba(207, 215, 223, .25) 2px solid;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    transition-property: color, background-color, box-shadow, transform;
    transition-duration: .15s;
}

@media screen and (min-width: 901px) {
    #bottom-bar.open {
        display: block !important;
    }
}

@media only screen and (max-width: 900px) {
   
}

@media only screen and (max-width: 700px) {
    .bpt-tags {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .no-cover.main-header {
        display: none;
    }
    
    .post-template article.post {
        padding: 0.6em;
        margin: 0.6em;
    }
}
