/*
FONTS
*/

@font-face {
  font-family: 'Museo Sans';
  src: url('./fonts/MuseoSans_500.eot'); /* IE9 Compat Modes */
  src: url('./fonts/MuseoSans_500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/MuseoSans_500.woff') format('woff'), /* Modern Browsers */
       url('./fonts/MuseoSans_500.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('./fonts/MuseoSans_500.svg#def45dfa0767cb06d134930a9f004794') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  500;
}

@font-face {
  font-family: 'Proxima Nova Alt';
  src: url('./fonts/ProximaNovaAlt-Bold.eot'); /* IE9 Compat Modes */
  src: url('./fonts/ProximaNovaAlt-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/ProximaNovaAlt-Bold.woff') format('woff'), /* Modern Browsers */
       url('./fonts/ProximaNovaAlt-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('./fonts/ProximaNovaAlt-Bold.svg#754d0dd71a9010db72fab132c4137faf') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  700;
}

@font-face {
  font-family: 'Proxima Nova Alt';
  src: url('./fonts/ProximaNovaAlt-Regular.eot'); /* IE9 Compat Modes */
  src: url('./fonts/ProximaNovaAlt-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/ProximaNovaAlt-Regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/ProximaNovaAlt-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('./fonts/ProximaNovaAlt-Regular.svg#30ace132a0accc0558c55e7e52078be8') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  400;
}

/*
SECTION CONTENT (THE MAIN WRAPPER)
*/
.blog main {
  margin-top: 16px;
}
main::after {
  clear: both;
}
main::after, main::before {
  content: "";
  display: block;
}

section  {
  max-width:1024px;
  margin: 0 auto 0px auto;
}

section:after {
   content: "";
   display: block;
   clear: both;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

body{
    overflow-x: hidden;
}

.extendfull, .extendleft
{
  padding-left: 3000px;
  margin-left: -3000px;
}

.extendfull, .extendright
{
  padding-right: 3000px;
  margin-right: -3000px;
}
.blog_link{
  position: fixed;
  z-index: 100;
  top:4px;
  text-transform: uppercase;
  color: #a8a9b7;
  font-size: 0.9em;
  font-weight: 400;
  cursor: pointer;
  opacity: 0.8;
  text-decoration: none;
  padding:15px 15px 15px 20px;
  display: inline-block;
}

.node_modules-macropod-components-packages-bar-bar-Item:first-child{
  display:none;
}

h1,h2,h3,h4,strong {
  font-family: 'Museo Sans';
  color: #2c2c36;
}


h1 {
  font-size: 38px;
  font-weight: 500;
  color: #6a6b76;
  margin-top: 48px;
}

p a {
  text-decoration: underline;
}

.category article,
.tag article,
.search article,
.blog article,
.author article {
    color: #4c5664;
    text-align: left;
    height: 500px;
    float:left;
    margin:8px;
    position: relative;
    box-shadow: 0 1px 0 rgba(0,0,0,0.05), 0 2px 4px rgba(0,0,0,0.15)
}

.tag article.size3,
.search article.size3 {
  float: none;
  margin-bottom: 16px;
}

/* POST CONTENT */


.hero{
  height:197px;
}

article.size3{
  width:900px;
  margin: 0 auto;
  height: 500px;
}
article.size3 .hero{
  height:277px;
}
article.size3 h2{
  /*font-size: 32px;*/
}

article.size2{
  width:64%;
}

article.size1{
  width:32%;
}

article img{
  max-width: 100%;
  max-height: 500px;
  width: auto;
  height: auto;
}

.blog .article_wrapper {
  padding: 0 24px;
  width: 100%;
}

.article_wrapper {
  margin: 0px auto 64px;
  position: relative;
  width: 720px;
}

.article_wrapper h2 {
  color: #4c5664;
  font-size: 22.4px;
  font-weight: 500;
  margin-bottom: 12px;
}


.excerpt{
  margin-top: 0px;
  line-height: 1.4em;
}




/* POST META DATA */
.meta_wrapper{
  margin-top: -36px;
  position:relative;
  padding-left: 24px;
  display: block;
  width:100%;
  font-size: 12px;
}

/*.single .meta_wrapper {
  top: -55px;
  font-size: 14px;
}*/

.avatar{
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 72px;
  height:72px;
  border:2px solid #fff;

}
/*.single .avatar {
  width: 96px;
  height: 96px;
  margin-top: -49px;
}*/

.author_name {
  display: inline-block;
  padding-top: 35px;
  vertical-align: middle;
  color:#98a2b1;
  font-size: 16px;
  width: 200px;
}
.single .author_name{
  left: 104px;
}
.single h1 {
  color: #4c5664;
  font-size: 42px;
}


/* FOOTER */
.article_footer {
  color: #98a2b1;
  font-size: 13.6px;
  font-weight:lighter;
  position:absolute;
  bottom:24px;
  margin-left: 24px;
  overflow: hidden;
}
.date {
  background:url(img/calendar.png) no-repeat;
}

.tags {
  margin-left: 7px;
  width:150px;
  background:url(img/tag.png) no-repeat;
}

.date, .tags{
  background-size: 12px 12px;
  padding-left: 16px;
  display: block;
  float:left;
}

article.size2 .article_footer .tags {
  width:300px;
}

.single .article_footer .date,
.single .article_footer .tags
{
  width:auto;
  height: 12px;
  font-size: 14px;
  background-position: 0px 50%;
  background-size: 12px 12px;
}

.pagination{
  width:100%;
  text-align: center;
  padding: 20px 0 30px 0;
  font-size: 13.6px;
}

.pagination a {
  color: #98a2b1;
}

.pagination .current {
  color: #6db6d1;
}

/* SINGLE POST*/


.single article {
  padding-top:500px;
  color: #4c5664;
  font-size: 18px;
}

.single article blockquote {
  color: #46749e;
  font-weight: 700;
}

.single article blockquote strong {
  color: #98a2b1;
  font-family: 'Proxima Nova Alt';
  font-size: 14px;
  font-weight: 400;
}

.single article p img {
  display: block;
  margin: 0 auto;
}

.single .hero{
  height:500px;
  position:absolute;
  width:100%;
  z-index:0;
  background-size: cover;
  background-position: center;
}

.single .article_wrapper p a {
  color: #6db6d1;
  text-decoration: none;
}

.single .article_wrapper p a:hover, .single .article_wrapper p a:focus {
  color: #4c5664;
  text-decoration: underline;
}

.single .article_footer{
  padding-right: 60px;
  position: absolute;
  bottom: 10px;
  right: 0px;
  width: auto;
}

.single .alignright{
   float: right;
   margin: 0px 0px 15px 15px;
}
.single .alignleft{
 float: left;
 margin: 0px 0px 15px 15px;
}

.single h3{
  font-size:1.17em;
}
.single h2{
  font-size:1.5em;
}

.single .bio {
  color: #98a2b1;
  font-size: 13.6px;
}
.single .bio strong{
  font-weight: bold;
}


/* INTERSTITIAL */
section.interstitial {
  margin: 0;
  padding: 30px;
  max-width: 100%;
  width: 100%;
  background-color: #eff1f4;
}

.promo{
  margin: 0 auto;
  width: 1024px;
}

.blog .promo {
  margin-bottom: 16px;
}


.subscribe{
  padding: 20px 0 0 210px;
  background-image: url(img/illo-fast-reporting@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 220px;
}

.subscribe .title{
  font-family: 'Museo Sans';
  font-size: 35px;
  font-weight: 500;
  margin: 0 auto;
}

#mc_embed_signup_scroll{
  width: 70%;
  float:left;
}
.button_wrapper{
  float:left;
  padding-left: 10px;
}

/* COMMENTS */

.comments .wrapper {
  max-width:948px;
  margin: 50px auto 0px auto;
}
.comments label {
  display: block;
}

.comments {
  margin: 56px auto;
}

.comments .comment-respond {
  margin: 0 auto;
  padding: 20px;
  width: 445px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .05), 0 2px 4px rgba(0, 0, 0, .15);
}

.comment-reply-title {
  margin-bottom: 0;
  margin-top: 0;
  color: #4c5664;
  font-family: 'Proxima Nova Alt';
}

.comments .reply a {
  color: #6db6d1;
}

.comments .reply a:hover, .comments .reply a:focus {
  color: #4c5664;
  text-decoration: underline;
}
.comment-form p {
  margin: 0;
  margin-bottom: 8px;
  color: #98a2b1;
  line-height: 1.3;
}

.comment-form .comment-notes {
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e1e5e9;
}

.comment-form textarea, .comment-form input {
  background-color: #fbfbfc;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
}

.comment-form input[type="text"] {
  height: 32px;
}

.comments textarea {
  width:100%;
}
.comments li {
  list-style-type: none;
  padding-bottom: 15px;
}
.comments .form-allowed-tags{
  display: none;
}

.comments .comment-author{
  font-weight: bold;
}

.comments .comment-meta{
  font-size: 12px;
}

#mc_embed_signup .button,
.comments .submit {
    display: inline-block;
    padding: 15px;
    font-family: 'Proxima Nova Alt';
    font-size: 14px;
    background-color: #55a8dc;
    background-image: -moz-linear-gradient(top, #66b1e0 90%, #3c9bd7);
    background-image: -webkit-gradient(linear, 0 0, 0 90%, from(#66b1e0), to(#3c9bd7));
    background-image: -webkit-linear-gradient(top, #66b1e0, #3c9bd7);
    background-image: -o-linear-gradient(top, #66b1e0, #3c9bd7);
    background-image: linear-gradient(to bottom, #66b1e0, #3c9bd7);
    background-repeat: repeat-x;
    border-color: #3c9bd7 #3c9bd7 #19557b;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.4);
    border-bottom-color: #2172a5;
    border-width: 1px;
    color: #fff;
}

#mc_embed_signup .button:hover,
.comments .submit:hover {
  background: #66b1e0;
}

#mc_embed_signup .email {
  display: block;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 15px;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  background: #fbfbfc;
  color: #454f5c;
  vertical-align: top;
  font-family: 'Proxima Nova Alt';
  font-weight: 400;
  font-size: 14px;
  resize: none;
}

#mc_embed_signup div.mce_inline_error{
  background-color: inherit !important;
  color: #6B0505 !important;
}

#mce-responses .response {
  color: #98a2b1;
  font-size: 13.6px;
  text-align: center;
}

/* RELATED */

.relatedposts {
  margin-top: 64px;
  display: block;
  text-align: center;
}
.relatedposts h3{
  color: #b5bcc7;
  font-family: 'Proxima Nova Alt';
  font-size: 13.6px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 auto;
  padding: 1px 25px 15px;
  position: relative;
}

.relatedposts h3:before,
.relatedposts h3:after {
    content: '';
    display: inline-block;
    border-top: 4px solid #f0f0f7;
    top: 50%;
    margin-top: -4px;
    position: absolute;
    width: 100%;
}
.relatedposts h3:before{
  left: -100%
}
.relatedposts h3:after {
  right: -100%
}
.related{
  font-size: 22.4px;
  font-style: italic;
  line-height: 1.7em;
}
.related a {
  color: #6db6d1;
}

/* RESPONSIVE */



@media (max-width: 980px) {
  section {
     max-width: 632px;
  }
  article.size1,  article.size2, article.size3 {
    width:300px;
    height: 530px;
  }
  article.size2 .article_footer .tags {
     width:150px;
  }

  article.size3 .hero{
    height:197px;
  }

  .single .hero {
    height:350px;
  }

  h1 {
    font-size:32px;
  }
  .single .avatar {
    width: 72px;
    height: 72px;
    margin-top: -36px;
  }

  .single .author_name {
    left:74px;
  }
  .single article {
    padding-top: 370px;
  }

  .promo .title{
    font-size: 18px;
    margin: 0 auto;
  }

  #mc_embed_signup_scroll{
    width: 90%;
  }
  .button_wrapper{
    padding: inherit;
  }
  .article_wrapper {
    width: 100%;
  }
  .blog .article_footer .date, .blog .article_footer .tags {
    display: block;
    float: none;
    margin-left: 0;
  }
  .single .article_footer {
    bottom: auto;
    margin-left: 0;
    padding-left: 74px;
    position: relative;
    right: auto;
  }
  .single .article_footer .date, .single .article_footer .tags {
    display: block;
    float: none;
    height: auto;
    margin-left: 0;
    background-position: 0 0;
  }
  .promo {
    width: 100%;
  }
  .comments .comment-respond {
    width: 80%;
  }
}

@media (max-width: 770px) {
  section {
    width: 100%;
  }
  article.size1, article.size2, article.size3 {
    width:96%;
    margin-left: 2%;
    margin-right: 2%
  }
  .single .hero {
    height:250px;
  }
  h1 {
    font-size:24px;
    margin-top: 31px;
  }

  .single .article_footer{
    padding-right: 0px;
  }
  .single .date {
   padding-right:60px;
  }
  .single .tags {
    display: none;
  }

  .single article {
    padding-top: 270px;
  }

  .promo{
    /*height:140px;*/
    /*padding: 10px 0px 10px 0px;*/

  }
  .promo .image{
    width: 140px;
    height:140px;
    margin-left: -40px;
    margin-top: 10px;

  }
  .promo .title{
    font-size: 14px;
    margin: 0 auto;
  }
  .promo .subscribe {
    padding: 20px;
    background: none;
    text-align: center;
  }
  .promo .subscribe p {
    margin-bottom: 16px;
  }
  .promo #mc_embed_signup_scroll {
    float: none;
    margin: 0 auto;
    width: 80%;
  }
  .promo #mc_embed_signup .email {
    margin-bottom: 16px;
  }
  .promo #mce-responses {
    margin-bottom: 16px;
  }
  .promo .button_wrapper {
    float: none;
  }
  .article_wrapper {
    width: 80%;
  }
  .blog .article_wrapper {
    margin-bottom: 0;
  }
  .blog article {
    height: auto;
  }
  .blog .article_footer {
    bottom: auto;
    margin-bottom: 16px;
    position: relative;
  }
  .relatedposts h3::before, .relatedposts h3::after {
    display: none;
  }
}


/* SIDEBAR */

aside{
  background-color: #040;
}

code, pre {
  padding: 0 3px 2px;
  font-family: monaco, menlo, consolas, "courier new", monospace;
  font-size: 14px;
  color: #7b889b;
  border-radius: 3px;
}

pre {
  display: block;
  padding: .15;
  margin: 0 0 .65;
  font-size: 15px;
  line-height: 1.3;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 2px;
}

article {
  position: relative;
}

input[type="search"].site-search {
  height: 64px;
  margin: 16px 2% 0;
  padding: 8px 8px 8px 40px;
  width: 96%;
  background-image: url('img/ic-search@2x.png');
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  box-sizing: border-box;
  color: #4c5664;
  font-family: 'Museo Sans';
  font-size: 35px;
  font-weight: 500;
  transition: padding .3s ease-in-out;
}

input[type="search"].site-search:focus {
  padding: 8px;
  background-image: none;
}

input[type="search"]::-webkit-input-placeholder {
  color: #98a2b1;
}

input[type="search"]:-moz-placeholder {
  color: #98a2b1;
}

input[type="search"]::-moz-placeholder {
  color: #98a2b1;
}

input[type="search"]:-ms-input-placeholder {
  color: #98a2b1;
}
