/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

ul, ol {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    width: 100%;
}

body {
    color: #454545;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; /*300, 400, 600*/
    line-height: 1.4;
    margin: 0;
    padding:0;
    height: 100%;
    position: relative;
}

h1, h2, h3, h4, h5 {
   font-family: 'Roboto', sans-serif;
   font-weight: 600;
}

b, strong {
    font-family: 'Neuton', serif;
    font-weight: 700; /*300 & 400*/
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
    border: 1px solid #ccc;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a {
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    color: #454545;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:hover {
    border-bottom-color: transparent;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#instantclick-bar {
  background: #3875d7;
}

.content {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 25px;
    margin-bottom: 25px;
}

@media (max-width: 700px) {
    .content {
        padding-right: 25px;
        padding-left: 25px;
    }
}

.footer {
    background-color: #fff;
    border-top: 1px solid #ccc;
    bottom: 60px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    width: 300px;
}

.heading,
.heading a {
    color: #3875D7;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 0;
}

ul.post-list {
    margin-bottom: 75px;
}

ul.post-list li {
    margin-bottom: 45px;
    list-style: none;
}

@media (max-width: 700px) {
    ul.post-list li {
        margin-bottom: 24px;
    }
}

ul.post-list p {
    margin-bottom: 100px;
}

nav {
    background-color: #fff;

}

nav ul {
    display: inline-block;
    margin: 36px 0;
}

nav li {
    color: #CCCCCC;
    float: left;
    font-size: 14px;
    font-weight: 400;
    margin: 0 15px;
    text-transform: uppercase;
}

nav a {
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    text-decoration: none;
    color: #333;
}

nav a:hover {
    border-bottom: 2px solid rgba(0, 0, 0, 0.55);
}

article, .wrapper {
    width: 700px;
    margin: 0 auto;
}

@media (max-width: 700px) {
    article,
    .wrapper {
        width: 100%;
    }
}

.post-index p {
    margin-bottom: 100px;
}

.article-footer {
    margin-top: 75px;
}

@media (max-width: 700px) {
    .article-footer {
        margin-top: 50px;
    }
}

.article-footer .hr {
    margin-bottom: 15px;
}

.article-footer a {
    text-decoration: none;
}

.article-footer h3 {
    font-size: 24px;
    color: #454545;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0;
}

@media (max-width: 700px) {
    .article-footer h3 {
        font-size: 18px;
        line-height: 28px;
    }
}


.article-footer p {
    margin: 5px 0 25px;
}

article h1 {
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -1px;
}

@media (max-width: 700px) {
    article h1 {
        font-size: 30px;
        line-height: 38px;
    }
}

article h1.post-title,
article h1.post-title a {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
}

@media (max-width: 700px) {
    article h1.post-title,
    article h1.post-title a {
        font-size: 18px;
        line-height: 28px;
    }
}

article h1.post-title:hover,
article h1.post-title a:hover {
  border-bottom-color: transparent;
}

article h2 {
    font-size: 32px;
    margin: 35px 0 0;
}

@media (max-width: 700px) {
    article h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

article h2 + p {
    margin-top: 12px;
}

article h3 {
    font-size: 22px;
    margin: 40px 0 0 0;
}

article h3 + p {
    margin-top: 12px;
}

article p {
    color: #5e5e5e;
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 22px;
    font-family: 'Neuton', serif;
}

@media (max-width: 700px) {
    article p {
        font-size: 18px;
        line-height: 28px;
    }
}

article.post > p:first-of-type {
    font-size: 26px;
    line-height: 36px;
}

@media (max-width: 700px) {
    article.post > p:first-of-type {
        font-size: 22px;
        line-height: 32px;
    }
}

article blockquote {
    margin: 0;
}

article blockquote p {
    border-left: 1px solid #3875d7;
    margin: 50px 0;
    padding-left: 40px;
    font-size: 22px;
    line-height: 32px;
    color: #3875d7;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

@media (max-width: 700px) {
    article blockquote p {
        font-size: 16px;
        line-height: 27px;
        padding-left: 10px;
        margin: 22px 0;
    }
}

article p strong {
    color: #454545;
}

article ul, article ol {
    font-size: 22px;
    font-weight: 300;
    line-height: 32px;
    font-family: 'Neuton', serif;
    margin: 0 0 32px 20px;
}

@media (max-width: 700px) {
    article ul, article ol {
        font-size: 18px;
        line-height: 28px;
    }
}


article ul li, article ol li {
    margin-bottom: 12px;
}

article ul {
    list-style: disc;
}

article ol {
    list-style: decimal;
}

.email-subscribe {
    padding: 50px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 50px;
    text-align: center;
    background-color: rgba(56,117,215,.05);
    position: relative;
    overflow: hidden;
}

.email-subscribe  h3 {
    font-size: 18px;
    color: #454545;
    display: inline-block;
    font-weight: 600;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
}

.email-subscribe__first-name,
.email-subscribe__email,
.email-subscribe__submit {
  flex: 0 0 32%;
}
@media (max-width: 700px) {
    .email-subscribe__first-name,
    .email-subscribe__email,
    .email-subscribe__submit {
      flex: 0 0 100%;
    }
}

.input-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

input[type=text],
input[type=email],
input[type=submit], {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
}

@media (max-width: 700px) {
    .email-subscribe {
        padding: 20px 25px;
        margin: 0 -25px;
    }
    .email-subscribe  h3 {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 10px;
    }
    .email-subscribe__first-name {
        display: none;
    }
    .email-subscribe__email,
    .email-subscribe__submit {
        width: 100%;
        margin: 0;
        font-size: 16px;
    }
    .email-subscribe__email {
        margin-bottom: 10px;
    }
}

.btn {
  background-color: #3875D7;
  border: 0 none;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 16px 22px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn:hover {
  background-color: #3c7de5;
  border: 0 none;
}

.social-share-bar {
  text-align: left;
  margin-top: 25px;
  margin-bottom: 65px;
}

.social-share-bar h3 {
    font-size: 24px;
    color: #454545;
    text-decoration: none;
    margin: 20px 0 10px;
}

@media (max-width: 700px) {
    .social-share-bar {
        margin-bottom: 50px;
    }
    .social-share-bar h3 {
        font-size: 20px;
        line-height: 30px;
    }
}

.social-share-bar h3 strong {
  font-style: italic;
  font-weight: bold;
}

.social-share-bar .btn-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.social-share-bar .btn {
    flex: 0 0 24%;
    padding: 10px 20px;
}

@media (max-width: 700px) {
    .social-share-bar .btn {
        padding: 8px 0px;
        font-size: 12px;
    }
}

.btn.fb {
  background-color: #fff;
  border: 2px solid rgba(72,114,201,.5);
  color: #4872c9;
  font-weight: 700;
}
  .btn.fb:hover {
    border-color: #4872c9;
  }

.btn.twitter {
  color: #1f98e4;
  border: 2px solid rgba(31,152,228,.5);
  background-color: #fff;
  font-weight: 700;
}
  .btn.twitter:hover {
    border-color: #1f98e4;
  }

.btn.buffer {
    color: #333;
    border: 2px solid rgba(51,51,51,.5);
    background-color: #fff;
    font-weight: 700;
}
  .btn.buffer:hover {
    border-color: #333;
  }

.btn.pocket {
    color: #ed4055;
    border: 2px solid rgba(237,64,85,.5);
    background-color: #fff;
    font-weight: 700;
}
  .btn.pocket:hover {
    border-color: #ed4055;
  }

input[type="text"], input[type="email"]  {
  border: 2px solid #ccc;
  border-radius: 3px;
  padding: 14px 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"]:focus, input[type="email"]:focus {
  border-color: #3875D7;
  outline: none;
}

label {
  display: none;
}

.status {
    font-size: 24px;
}

.status span {
    background-color: #FAB75F;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0 10px;
    text-transform: uppercase;
}

.statement {
    margin: 0 0 75px;
}

.about {
    margin-bottom: 75px;
}

.about p {
    color: #5e5e5e;
    font-size: 22px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 22px;
    font-family: 'Neuton', serif;
}

@media (max-width: 700px) {
    .about {
        margin-bottom: 25px;
    }
    .about p {
        font-size: 18px;
        line-height: 28px;
    }
}

.copyright,
.copyright a {
    margin: 40px 0 20px;
    font-size: 12px;
    font-weight: 700;
    color: #454545;
}

.copyright {
    opacity: .5;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.push-right {
    margin-right: 10px;
}

.push-left {
    margin-left: 10px;
}

.hr {
    background-color: #3875D7;
    height: 1px;
    margin: 5px 0 25px;
    width: 100%;
    opacity: .25;
}

i {
    vertical-align: middle;
    margin-right: 5px;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        margin: 0;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
