.author__photo img {
  min-width: 100%;
  max-width: 100%;
  display: block;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .blog_title__inner {
    padding: 0;
  }
  .blog_title__inner .title_large {
    font-size: 2em;
    font-weight: 300;
  }
  .blog_title__inner .breadcrumbs {
    margin: 0;
  }
}
.__blog_navigation__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-preferred-size: 99%;
      flex-basis: 99%;
  max-width: 99%;
  margin: 1em 0.5%;
}
.__blog_menu__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 1em auto;
  padding: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.__blog_menu_item__ {
  list-style: none;
  line-height: 2.75em;
  border: 1px solid hsl(0, 0%, 89%);
  margin: auto;
  color: hsl(0, 0%, 33%);
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .__blog_menu_item__ {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.__blog_menu_item_link__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 100%;
  max-width: 100%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(hsl(0, 0%, 100%)), to(hsl(0, 0%, 98%)));
  background: -o-linear-gradient(top, hsl(0, 0%, 100%) 0%, hsl(0, 0%, 98%) 100%);
  background: linear-gradient(to bottom, hsl(0, 0%, 100%) 0%, hsl(0, 0%, 98%) 100%);
}
.__blog_menu_item_link__:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(hsl(214, 39%, 57%)), to(hsla(214, 39%, 57%, 0.88)));
  background: -o-linear-gradient(top, hsl(214, 39%, 57%) 0%, hsla(214, 39%, 57%, 0.88) 100%);
  background: linear-gradient(to bottom, hsl(214, 39%, 57%) 0%, hsla(214, 39%, 57%, 0.88) 100%);
  color: white;
}
.__blog_menu_item_link__[href='javascript:void(0)']:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(hsl(0, 0%, 100%)), to(hsl(0, 0%, 98%)));
  background: -o-linear-gradient(top, hsl(0, 0%, 100%) 0%, hsl(0, 0%, 98%) 100%);
  background: linear-gradient(to bottom, hsl(0, 0%, 100%) 0%, hsl(0, 0%, 98%) 100%);
  cursor: default;
  color: currentColor;
}
.__blog_menu_item_link__.__blog_menu_item_selected__ {
  font-weight: bold;
}
.__flex_blog__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 320px) and (max-width: 980px) {
  .__flex_blog__ {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.__blog_post_collection__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-preferred-size: 82%;
      flex-basis: 82%;
  max-width: 82%;
}
@media screen and (min-width: 320px) and (max-width: 980px) {
  .__blog_post_collection__ {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.__blog_post_aside__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-preferred-size: 17.5%;
      flex-basis: 17.5%;
  max-width: 17.5%;
  min-width: 17.5%;
  padding: 0;
}
@media screen and (min-width: 320px) and (max-width: 980px) {
  .__blog_post_aside__ {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    min-width: 99%;
    margin: 0 0.9% 2%;
  }
}
.__post_post__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-preferred-size: 67%;
      flex-basis: 67%;
  max-width: 67%;
  margin: 0 auto 0 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .__post_post__ {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.__post_post__ div {
  min-width: 100%;
}
.__blog_post_sidebar__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 26%;
      flex-basis: 26%;
  max-width: 26%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .__blog_post_sidebar__ {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
.__blog_post_sidebar__ .__blog_post_aside__ {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  min-width: 99%;
}
.__aside_column__,
.__aside_search_column__,
.__aside_archives_column__,
.__aside_tag_cloud__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  min-width: 100%;
  padding: 1em;
  margin: 0 0 2%;
  background-color: hsl(0, 0%, 98%);
  background: hsl(0, 0%, 98%);
  border: 1px solid hsla(0, 0%, 76%, 0.4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 320px) and (max-width: 980px) {
  .__aside_column__,
  .__aside_search_column__,
  .__aside_archives_column__,
  .__aside_tag_cloud__ {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    min-width: 99%;
    margin: 1% 0;
  }
}
.__aside_column__,
.__aside_search_column__,
.__aside_archives_column__ {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.__article_container__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  min-width: 100%;
}
.__post_featured_image__ {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-preferred-size: 58%;
      flex-basis: 58%;
  max-width: 58%;
  margin: 0;
}
.__article_content__ {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
  max-width: 42%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0.5em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-item-align: center;
      align-self: center;
}
.__article__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  max-width: 99%;
  min-width: 99%;
  background-color: hsl(0, 0%, 98%);
  padding: 0;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
  margin-left: 0.5%;
  border: 1px solid hsla(0, 0%, 76%, 0.4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.__article__:not(~':first-child') {
  margin-top: 0.5%;
}
.__article__:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.__aside_tag_cloud__ {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.__image_link__ {
  width: 100%;
  height: auto;
  display: block;
}
.__image__ {
  display: block;
  width: 100%;
  height: auto;
}
.__blog_post_date__ {
  color: #555;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: block;
}
.__article_title__ {
  margin: 0.5em 0 1em;
  font-size: 1.25em;
  line-height: 1.25em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.__article_title_link__ {
  color: inherit;
  text-decoration: none;
}
.__blog_excerpt__ {
  margin: 0.5em 0 1em;
  color: hsl(0, 0%, 33%);
}
.__load_more__,
.__more_btn__ {
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #678cbc;
  color: #678cbc;
  text-decoration: none;
}
.__load_more__ {
  padding: 1em 4em;
}
.__more_btn__ {
  display: block;
  -ms-flex-item-align: center;
      align-self: center;
  min-width: 22%;
  padding: 0.5em 1em;
  text-align: center;
}
.__load_more__:hover,
.__more_btn__:hover {
  color: rgba(51, 51, 51, 0.8);
  border: 1px solid rgba(51, 51, 51, 0.8);
}
.__accordion__ .__accordion__ {
  padding: 0.5em 0;
}
.author__text {
  padding-top: 1.4em;
}
.__years__ .__accordion__ {
  display: none;
}
.__years__.__open__ .__accordion__ {
  display: block;
}
.__months__ .__blog_posts_byMonth__ {
  display: none;
}
.__months__.__open__ .__blog_posts_byMonth__ {
  display: block;
}
.__total_posts_Count_inMonth__ {
  font-size: 0.75em;
}
.__accordion__,
.__blog_posts_byMonth__ {
  text-decoration: none;
  list-style: none;
}
.__years__,
.__months__,
.__blog_posts_byMonth__ {
  padding: 0 0 0 1em;
}
.__accordion_post_links__,
.__accordion_groupLink_byMonth__,
.__accordion_groupLink_byYear__ {
  text-decoration: none;
}
.__accordion_post_links__ {
  color: hsl(0, 0%, 5%);
  line-height: 1.75em;
  display: block;
}
.__years__ {
  line-height: 2.5em;
  position: relative;
}
.__years__:first-child .__accordion_groupLink_byYear__ {
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
}
.__years__:last-child .__accordion_groupLink_byYear__ {
  border-bottom-left-radius: 0.25em;
  border-bottom-right-radius: 0.25em;
}
.__accordion_groupLink_byYear__ {
  display: block;
  color: white;
  padding: 0 0 0 1em;
  border-bottom: 1px solid hsl(198, 80%, 10%);
  background-color: hsl(198, 60%, 20%);
}
.__accordion_groupLink_byYear__:hover {
  background-color: hsl(198, 100%, 22%);
}
.__accordion_groupLink_byMonth__ {
  display: block;
  color: hsla(200, 60%, 20%, 0.98);
  line-height: 1em;
}
.__breadcrum__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.__breadcrum_item__ {
  text-decoration: none;
  list-style: none;
  margin: 0 1em;
}
.__breadcrum_item_Link__ {
  text-decoration: none;
  color: inherit;
  padding: 0 0.5em;
}
.__full_post__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 99%;
  -ms-flex-preferred-size: 99%;
      flex-basis: 99%;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: auto;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.__full_post__ h3,
.__full_post__ h4 {
  margin-top: 1em;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  min-width: 100%;
}
.__full_post__ h4 {
  font-size: 3.125em;
  margin: 0.75em 0 0.25em;
}
.__full_post__ p {
  display: block;
  margin: 0.5em 0 1em;
  min-width: 100%;
}
.__full_post__ a[href] {
  text-decoration: none;
  color: hsl(214, 60%, 50%);
}
.__posted_on__ {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  font-size: 1.25em;
  letter-spacing: 0.5em;
  color: hsl(0, 0%, 5%);
  position: relative;
  bottom: -0.5em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .__posted_on__ {
    width: 99%;
    font-size: 1em;
    padding: 0 0.2em;
  }
}
.__post_title__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  font-weight: 100;
  font-size: 2em;
  line-height: 1.4em;
  padding: 0 0 0.5em;
  width: 100%;
  font-weight: 200;
  font-family: 'Roboto', sans-serif;
  font-size: 3.125em;
  color: hsl(0, 0%, 36%);
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .__post_title__ {
    font-size: 2em;
    line-height: 1em;
    margin-top: 0.5em;
  }
}
.__quotes__ {
  padding: 0;
  margin: 0 1em 0 0;
}
.__figure__ {
  margin: 0 0 1em 0;
  padding: 0;
  width: 100%;
  display: block;
  background-color: hsl(0, 0%, 100%);
  -webkit-box-shadow: 0 0 10px 1px hsl(0, 0%, 80%);
          box-shadow: 0 0 10px 1px hsl(0, 0%, 80%);
  border-radius: 0.2em;
}
.__figure_description__ {
  margin: 1em 0.5em 0.5em;
  padding: 0.25em;
  color: inherit;
}
.__Attribution__ {
  font-style: italic;
  color: hsl(0, 0%, 33%);
  padding: 0 0 0.5em 1em;
}
.__root__,
.__category__,
.__post__ {
  font-weight: 100;
  font-family: 'robotothin', Roboto, sans-serif;
}
.__root__ {
  font-size: 4em;
  text-transform: uppercase;
  color: hsla(0, 0%, 50%, 0.98);
}
.__category__ {
  font-weight: 200;
}
.__post__ {
  font-weight: 500;
}
.__post_aside_title__,
.__aside_column_title__ {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.55em;
  line-height: 1.4em;
  text-align: left;
  margin: 0 0 0.25em;
  color: hsla(0, 0%, 22.7%, 0.98);
}
.__tag_cloud__ {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: auto;
  padding-bottom: 1em;
}
.__tag_cloud__ a {
  display: inline;
  padding: 0.25em;
  font-size: 1em;
  text-decoration: none;
  color: #555353;
  vertical-align: baseline;
}
.__tag_cloud__ a:hover {
  color: rgba(56, 138, 178, 0.98);
}
.__tag_cloud__ a.__tag_2__ {
  font-size: 0.75em;
}
.__tag_cloud__ a.__tag_3__ {
  font-size: 0.975em;
}
.__tag_cloud__ a.__tag_5__ {
  font-size: 1.4em;
}
.__tag_cloud__ a.__tag_10__ {
  font-size: 1.75em;
}
.__blog_post_footer__ {
  border-top: 1px solid rgba(28, 23, 23, 0.2);
  padding: 1em 0 0;
  display: block;
  margin-right: 1em;
}
.__share_post__ {
  display: inline-block;
}
.__facebook__,
.__pintrest__,
.__twitter__,
.__instagram__ {
  width: 1.6em;
  height: auto;
  display: inline-block;
  margin: 0 0.25em;
}
.__more_posts__ {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 1em 0 0;
}
.__follow_author__ {
  border-top: 1px solid rgba(153, 153, 153, 0.25);
  padding: 1em 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.__follow_title__ {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.6em;
  padding: 0.25em;
  border-right: 1px solid rgba(84, 84, 84, 0.5);
}
.__follow_title__ p {
  margin: 0;
}
.__follow_title__,
.__follow_links__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
}
.__author__ {
  display: block;
}

/*# sourceMappingURL=maps/blog_style.css.map */
