@charset "UTF-8";
* {
  border: 0;
  box-sizing: border-box;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }



.kg-width-wide img {
  max-width: 85vw;
}

.kg-width-full img {
  max-width: 100vw;
}

.kg-gallery-container {
    display: flex;
    flex-direction: column;
    margin: 1.5em auto;
    max-width: 1040px;
    width: 100vw;
}

.kg-gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.kg-gallery-image img {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
}

.kg-gallery-row:not(:first-of-type) {
    margin: 0.75em 0 0 0;
}

.kg-gallery-image:not(:first-of-type) {
    margin: 0 0 0 0.75em;
}

.kg-bookmark-card {
    width: 100%;
    position: relative;
}

.kg-bookmark-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    color: currentColor;
    font-family: inherit;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.kg-bookmark-container:hover {
    text-decoration: none;
}

.kg-bookmark-content {
    flex-basis: 0;
    flex-grow: 999;
    padding: 20px;
    order: 1;
}

.kg-bookmark-title {
    font-weight: 600;
}

.kg-bookmark-metadata,
.kg-bookmark-description {
    margin-top: .5em;
}

.kg-bookmark-metadata {
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kg-bookmark-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.kg-bookmark-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: text-bottom;
    margin-right: .5em;
    margin-bottom: .05em;
}

.kg-bookmark-thumbnail {
    display: flex;
    flex-basis: 24rem;
    flex-grow: 1;
}

.kg-bookmark-thumbnail img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    object-fit: cover;
}

.kg-bookmark-author {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.kg-bookmark-publisher::before {
    content: "•";
    margin: 0 .5em;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block; }

blockquote,
q {
  quotes: none; }

blockquote::after,
blockquote::before,
q::before,
q::after {
  content: '';
  content: none; }

em {
  font-style: italic; }

ol,
ul {
  list-style: none; }

strong {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  background-color: #f5f5f5;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  color: #5d5d5d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font: 400 15px/1.67 'Source Sans Pro', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  text-rendering: optimizeLegibility; }

a {
  color: #0d5785;
  text-decoration: underline; }
  a:hover {
    color: #0677be; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #222; }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: 'Adelle', 'Titillium Web', Helvetica, Arial, sans-serif; }

h1,
.h1 {
  font-size: 24px;
  font-weight: 200;
  line-height: 1.3; }

.l_main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

code,
pre {
  background-color: #eaeaea;
  border-radius: 3px;
  font-family: 'Roboto Mono', monospace; }

p code {
  padding: 0 .4em; }

.notxt {
  color: transparent;
  font: 0/0 a; }

.b_sec--l, .b_sec--m, .b_sec--s {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: background-color 300ms ease, color 300ms ease; }
.b_sec--l {
  line-height: 20px;
  padding: 14px 48px; }
.b_sec--s {
  line-height: 25px;
  padding: 0 15px; }
.b_sec--sub {
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  text-transform: none; }
.b_sec--l, .b_sec--m, .b_sec--s {
  background-color: #fff;
  border: 1px solid;
  border-radius: 5px;
  color: #0677be;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }
  .b_sec--l:hover, .b_sec--m:hover, .b_sec--s:hover {
    background-color: #0677be;
    color: #fff; }
.b_sec--l[disabled],
.b_sec--l .disabled, .b_sec--m[disabled],
.b_sec--m .disabled, .b_sec--s[disabled],
.b_sec--s .disabled {
  background-color: transparent;
  cursor: default;
  opacity: .2;
  pointer-events: none; }

.c_author {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 570px;
  min-height: 128px;
  padding-left: 158px;
  position: relative; }
  .c_author--bio, .c_author--more, .c_author--name {
    margin-bottom: 12px; }
    .c_author--bio:last-child, .c_author--more:last-child, .c_author--name:last-child {
      margin-bottom: 0; }
  .c_author--img {
    border: 3px solid #ddd;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%; }
    .c_author--img_link {
      display: block;
      height: 128px;
      left: 0;
      margin-top: -64px;
      position: absolute;
      top: 50%;
      width: 128px; }
  .c_author--more {
    line-height: 1; }
    .c_author--more a {
      text-decoration: none; }
      .c_author--more a:hover {
        text-decoration: underline; }
  .c_author--name {
    display: block;
    font: 700 15px/1 'Source Sans Pro', Helvetica, Arial, sans-serif;
    text-transform: uppercase; }

.c_feature {
  cursor: pointer;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0; }
  .c_feature--btn {
    bottom: 15px;
    box-shadow: 0 5px 40px 24px #f5f5f5;
    left: 30px;
    opacity: 0;
    position: absolute;
    right: 30px;
    transition: background-color 300ms ease, color 300ms ease, opacity 300ms ease;
    z-index: 2; }
  .c_feature--cont {
    background-color: #f5f5f5;
    border-top: 3px solid #3295d3;
    bottom: 0;
    margin: 0 30px;
    max-width: 485px;
    overflow: hidden;
    padding: 22px 30px 0;
    position: absolute;
    z-index: 1; }
    .c_feature--cont::before {
      background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), #f5f5f5);
      bottom: 0;
      content: '';
      height: 60px;
      left: 0;
      position: absolute;
      right: 0; }
  .c_feature--excerpt {
    font-size: 18px;
    max-height: 80px; }
  .c_feature--header {
    margin-bottom: 14px; }
  .c_feature--img {
    background-position: 50% 0;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 600ms ease;
    z-index: 0; }
  .c_feature--link {
    color: #222;
    text-decoration: none; }
    .c_feature--link:hover {
      text-decoration: none; }
  .c_feature--tag a {
    color: #0677be;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase; }
    .c_feature--tag a:hover {
      text-decoration: underline; }
  .c_feature--title {
    font-size: 30px;
    max-height: 3.9em;
    overflow: hidden; }
  .c_feature:hover {
    color: #0677be; }
    .c_feature:hover .c_feature--btn {
      opacity: 1; }
    .c_feature:hover .c_feature--img {
      transform: scale(1.1); }
    .c_feature:hover .c_feature--link {
      color: #0677be; }
  @media (max-width: 460px) {
    .c_feature--excerpt {
      display: none; }
    .c_feature--title {
      font-size: 24px; } }
  @media (max-width: 460px) {
    .c_feature--cont::before {
      display: none; }
    .c_feature--title {
      font-size: 20px; } }

.c_mast {
  background-color: #313131;
  margin: 0 -30px;
  overflow: hidden;
  padding: 0 34px; }
  .c_mast--item {
    display: inline-block;
    margin-left: 24px; }
    .c_mast--item:first-child {
      margin-left: 0; }
  .c_mast--link {
    color: #fff;
    display: block;
    font: 400 13px/44px 'Titillium Web', Helvetica, Arial, sans-serif;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase; }
    .c_mast--link:hover {
      color: #fff;
      text-decoration: underline; }
  .c_mast--list, .c_mast--logo {
    display: block;
    float: left; }
  .c_mast--list {
    font-size: 0; }
  .c_mast--logo::after {
    background-color: #b50000;
    content: '';
    display: block;
    float: left;
    height: 17px;
    margin: 13px 18px 14px;
    width: 3px; }
  .c_mast--logo_link {
    background: transparent url(../imgs/header-logo.svg) no-repeat 10px 50%;
    display: block;
    float: left;
    height: 44px;
    width: 294px; }
  @media (max-width: 770px) {
    .c_mast--list, .c_mast--logo, .c_mast--logo::after, .c_mast--logo_link {
      float: none; }
    .c_mast--list {
      text-align: center; }
    .c_mast--logo::after {
      height: 3px;
      margin: 0 auto;
      width: 140px; }
    .c_mast--logo_link {
      margin: 0 auto; } }
  @media (max-width: 473px) {
    .c_mast {
      padding: 0; }
    .c_mast--item {
      margin-left: 2px; } }

html.no-svg .c_mast--logo_link {
  background-image: url(../imgs/header-logo.png); }

.c_pagination {
  text-align: center; }
  .c_pagination--current {
    color: #0677be; }
  .c_pagination--older {
    margin-left: 15px; }
  .c_pagination--newer {
    margin-right: 15px; }

.c_txt--reset h1 a,
.c_txt--reset h2 a,
.c_txt--reset h3 a,
.c_txt--reset h4 a,
.c_txt--reset h5 a,
.c_txt--reset h6 a {
  text-decoration: none; }
  .c_txt--reset h1 a:hover,
  .c_txt--reset h2 a:hover,
  .c_txt--reset h3 a:hover,
  .c_txt--reset h4 a:hover,
  .c_txt--reset h5 a:hover,
  .c_txt--reset h6 a:hover {
    text-decoration: underline; }
.c_txt--reset h1,
.c_txt--reset h2,
.c_txt--reset h3,
.c_txt--reset iframe,
.c_txt--reset li,
.c_txt--reset p,
.c_txt--reset pre {
  margin-bottom: 15px; }
.c_txt--reset h1,
.c_txt--reset h2 {
  margin-top: 30px; }
.c_txt--reset h2 {
  font-size: 24px; }
.c_txt--reset h3 {
  font-size: 18px;
  font-weight: 600; }
.c_txt--reset h4 {
  font-weight: 700;
  text-transform: uppercase; }
.c_txt--reset iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
.c_txt--reset img {
  display: inline-block;
  height: auto;
  max-width: 100%; }
.c_txt--reset li {
  margin-left: 20px; }
  .c_txt--reset li li {
    list-style: circle; }
  .c_txt--reset li ul {
    margin-top: 20px; }
.c_txt--reset ol {
  list-style: decimal; }
.c_txt--reset ul {
  list-style: disc; }

.c_footer {
  background-color: #333;
  color: #fff;
  font: 400 16px/1.5 'Titillium Web', Helvetica, Arial, sans-serif;
  margin-top: 70px; }
  .c_footer--copyright {
    color: #a8a8a8;
    font-style: italic; }
    .c_footer--copyright_mark {
      font-family: sans-serif;
      font-style: normal; }
  .c_footer--info {
    position: absolute;
    right: 30px;
    top: 78px; }
  .c_footer--inner {
    margin: 0 auto;
    max-width: 1060px;
    overflow: hidden;
    padding: 0 30px 110px;
    position: relative; }
  .c_footer--logo {
    background: #900 url(../imgs/footer-logo.svg) no-repeat 50% 50%;
    background-size: 137px auto;
    display: block;
    height: 30px;
    margin-bottom: 24px;
    width: 170px; }
  .c_footer--msg {
    margin-bottom: 15px;
    margin-right: 190px;
    max-width: 620px; }
    .c_footer--msg strong {
      display: block; }
  .c_footer--twitter {
    margin-top: 18px;
    position: absolute;
    right: 30px;
    top: 42px; }
  @media (max-width: 600px) {
    .c_footer--msg {
      margin-right: 0; }
    .c_footer--twitter {
      position: static; } }

html.no-svg .c_footer--logo {
  background-image: url(../imgs/footer-logo.png); }

.c_header {
  padding: 0 30px 60px; }
  .c_header--logo {
    border-bottom: 1px solid #cecece;
    margin: 0 auto;
    max-width: 1125px;
    position: relative; }
    .c_header--logo::after {
      background-color: #e60000;
      bottom: -2px;
      content: '';
      height: 4px;
      left: 50%;
      margin-left: -70px;
      position: absolute;
      width: 140px; }
    .c_header--logo_img {
      display: block;
      height: 66px;
      margin: 0 auto;
      max-width: 100%;
      width: 413px; }
    .c_header--logo_link {
      display: block;
      margin: 60px 0 30px;
      width: 100%; }
  @media (max-width: 473px) {
    .c_header {
      padding-bottom: 16%; }
      .c_header--logo_link {
        margin: 15% auto 7%; } }

html.no-svg .c_header--logo_link {
  background-image: url(../imgs/masthead-logo.png); }

.c_mini,
.c_post {
  cursor: pointer;
  font-size: 15px;
  overflow: hidden;
  position: relative;
  z-index: 0; }
  .c_mini--cat_analytics .c_mini--img,
  .c_mini--cat_analytics .c_post--img,
  .c_post--cat_analytics .c_mini--img,
  .c_post--cat_analytics .c_post--img {
    background-image: url(../imgs/default-art/ico-analytics.png); }
  .c_mini--cat_art-design .c_mini--img,
  .c_mini--cat_art-design .c_post--img,
  .c_post--cat_art-design .c_mini--img,
  .c_post--cat_art-design .c_post--img {
    background-image: url(../imgs/default-art/ico-art-and-design.png); }
  .c_mini--cat_community .c_mini--img,
  .c_mini--cat_community .c_post--img,
  .c_post--cat_community .c_mini--img,
  .c_post--cat_community .c_post--img {
    background-image: url(../imgs/default-art/ico-community.png); }
  .c_mini--cat_culture .c_mini--img,
  .c_mini--cat_culture .c_post--img,
  .c_post--cat_culture .c_mini--img,
  .c_post--cat_culture .c_post--img {
    background-image: url(../imgs/default-art/ico-culture.png); }
  .c_mini--cat_developer-spotlight .c_mini--img,
  .c_mini--cat_developer-spotlight .c_post--img,
  .c_post--cat_developer-spotlight .c_mini--img,
  .c_post--cat_developer-spotlight .c_post--img {
    background-image: url(../imgs/default-art/ico-developer-spotlight.png); }
  .c_mini--cat_engineering .c_mini--img,
  .c_mini--cat_engineering .c_post--img,
  .c_post--cat_engineering .c_mini--img,
  .c_post--cat_engineering .c_post--img {
    background-image: url(../imgs/default-art/ico-engineering.png); }
  .c_mini--cat_game-development .c_mini--img,
  .c_mini--cat_game-development .c_post--img,
  .c_post--cat_game-development .c_mini--img,
  .c_post--cat_game-development .c_post--img {
    background-image: url(../imgs/default-art/ico-game-development.png); }
  .c_mini--cat_marketing .c_mini--img,
  .c_mini--cat_marketing .c_post--img,
  .c_post--cat_marketing .c_mini--img,
  .c_post--cat_marketing .c_post--img {
    background-image: url(../imgs/default-art/ico-marketing.png); }
  .c_mini--cat_mobile .c_mini--img,
  .c_mini--cat_mobile .c_post--img,
  .c_post--cat_mobile .c_mini--img,
  .c_post--cat_mobile .c_post--img {
    background-image: url(../imgs/default-art/ico-mobile.png); }
  .c_mini--cat_monetization .c_mini--img,
  .c_mini--cat_monetization .c_post--img,
  .c_post--cat_monetization .c_mini--img,
  .c_post--cat_monetization .c_post--img {
    background-image: url(../imgs/default-art/ico-monitize.png); }
  .c_mini--cat_news .c_mini--img,
  .c_mini--cat_news .c_post--img,
  .c_post--cat_news .c_mini--img,
  .c_post--cat_news .c_post--img {
    background-image: url(../imgs/default-art/ico-announcement.png); }
  .c_mini--cat_talks .c_mini--img,
  .c_mini--cat_talks .c_post--img,
  .c_post--cat_talks .c_mini--img,
  .c_post--cat_talks .c_post--img {
    background-image: url(../imgs/default-art/ico-talks.png); }
  .c_mini--cat_web .c_mini--img,
  .c_mini--cat_web .c_post--img,
  .c_post--cat_web .c_mini--img,
  .c_post--cat_web .c_post--img {
    background-image: url(../imgs/default-art/ico-web.png); }
  .c_mini--img,
  .c_post--img {
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 600ms ease; }
    .c_mini--img_cont,
    .c_post--img_cont {
      background-color: #bad6e8;
      display: block;
      overflow: hidden;
      position: relative; }
  .c_mini--header,
  .c_post--header {
    margin-bottom: 14px; }
  .c_mini--link,
  .c_post--link {
    color: #222;
    text-decoration: none; }
  .c_mini--tag::after,
  .c_post--tag::after {
    content: '-';
    margin: 0 4px; }
  .c_mini--tag a,
  .c_post--tag a {
    color: #0677be;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase; }
    .c_mini--tag a:hover,
    .c_post--tag a:hover {
      text-decoration: underline; }
  .c_mini--time,
  .c_post--time {
    color: #0677be; }
  .c_mini--title,
  .c_post--title {
    margin-top: 7px;
    max-height: 3.9em;
    overflow: hidden; }
  .c_mini:hover .c_mini--img,
  .c_mini:hover .c_post--img,
  .c_post:hover .c_mini--img,
  .c_post:hover .c_post--img {
    transform: scale(1.1); }
  .c_mini:hover .c_mini--link,
  .c_mini:hover .c_post--link,
  .c_post:hover .c_mini--link,
  .c_post:hover .c_post--link {
    color: #0677be; }

.c_mini {
  height: 198px;
  padding-left: 382px; }
  .c_mini--excerpt {
    max-height: 78px;
    overflow: hidden; }
  .c_mini--img {
    background-position: 50% 50%; }
    .c_mini--img_cont {
      height: 198px;
      left: 0;
      position: absolute;
      top: 0;
      width: 352px; }
  .c_mini--title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  @media (max-width: 768px) {
    .c_mini {
      height: auto;
      padding: 0; }
      .c_mini--img_cont {
        margin-bottom: 20px;
        position: relative;
        width: 100%; } }

.c_post {
  border-top: 3px solid #3295d3;
  height: 450px;
  max-height: 66vh;
  min-height: 382px; }
  .c_post--btn {
    bottom: 15px;
    box-shadow: 0 5px 40px 24px #f5f5f5;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: background-color 300ms ease, color 300ms ease, opacity 300ms ease;
    z-index: 2; }
  .c_post--excerpt::before {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), #f5f5f5);
    bottom: 0;
    content: '';
    height: 60px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1; }
  .c_post--img {
    background-position: 50% 0; }
    .c_post--img_cont {
      height: 190px;
      margin-bottom: 22px;
      width: 100%; }
  .c_post:hover {
    color: #0677be; }
    .c_post:hover .c_post--btn {
      opacity: 1; }

.c_suggestions {
  margin: 0 auto;
  max-width: 1183px;
  padding: 0 13px;
  text-align: center; }
  .c_suggestions--title {
    border-top: 1px solid #cecece;
    font-size: 18px;
    font-weight: 700;
    margin: 50px auto 30px;
    max-width: 740px;
    padding-top: 50px; }
    @media (max-width: 800px) {
      .c_suggestions--title {
        margin-left: 17px;
        margin-right: 17px; } }

.c_suggestion--item {
  float: left;
  padding: 0 17px 60px;
  text-align: left;
  vertical-align: top;
  width: 33.333%; }
  @media (max-width: 960px) {
    .c_suggestion--item {
      width: 50%; }
      .c_suggestion--item:nth-child(3) {
        display: none; } }
  @media (max-width: 600px) {
    .c_suggestion--item {
      width: 100%; }
      .c_suggestion--item:nth-child(3) {
        display: block; } }
.c_suggestion--list {
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden; }
  @media (max-width: 600px) {
    .c_suggestion--list {
      display: block; } }

.p_tags--btn {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  height: 70px;
  justify-content: center;
  padding-left: 0;
  padding-right: 0; }
.p_tags--tags {
  font-size: 0;
  margin: 0 auto;
  max-width: 1185px;
  padding: 0 23px;
  text-align: center; }
.p_tags--tag {
  display: inline-block;
  padding: 0 7px 15px;
  vertical-align: top;
  width: 25%; }
  @media (max-width: 1024px) {
    .p_tags--tag {
      width: 33.333%; } }
  @media (max-width: 728px) {
    .p_tags--tag {
      width: 50%; } }
  @media (max-width: 540px) {
    .p_tags--tag {
      width: 100%; } }
.p_tags--title {
  margin-bottom: 53px;
  text-align: center; }

.p_article--author {
  border-top: 1px solid #cecece;
  margin: 60px auto 0;
  max-width: 740px;
  padding: 50px 30px 0;
  position: relative; }
  .p_article--author::before {
    background-color: #e60000;
    content: '';
    height: 4px;
    left: 50%;
    margin-left: -70px;
    position: absolute;
    top: -2px;
    width: 140px; }
.p_article--body, .p_article--header {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 30px;
  position: relative; }
.p_article--date {
  text-transform: uppercase; }
.p_article--follow {
  background-color: #ededed;
  margin: 60px auto 0;
  max-width: 740px;
  padding: 15px;
  text-align: center; }
  .p_article--follow_title {
    color: #5d5d5d;
    font: 700 15px/1.67 'Source Sans Pro', Helvetica, Arial, san-serif;
    margin-bottom: 15px; }
.p_article--header {
  margin-bottom: 35px; }
.p_article--meta {
  font-size: 14px;
  line-height: 20px; }
.p_article--sharing {
  bottom: 0;
  margin-top: 10px;
  overflow: hidden;
  position: absolute;
  right: 30px; }
  .p_article--sharing_item {
    float: left;
    font-size: 0;
    margin-right: 4px; }
  .p_article--sharing a {
    font-size: 15px; }
  @media (max-width: 450px) {
    .p_article--sharing {
      position: static; } }
.p_article--tags {
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase; }
  .p_article--tags a {
    text-decoration: none; }
    .p_article--tags a:hover {
      text-decoration: underline; }
.p_article--title {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 4px; }
@media (max-width: 800px) {
  .p_article--author, .p_article--follow {
    margin-left: 30px;
    margin-right: 30px; } }

.p_error {
  margin: 0 auto;
  max-width: 660px;
  padding: 0 30px;
  text-align: center; }
  .p_error--btn {
    margin-top: 20px; }
  .p_error--msg {
    font-size: 18px;
    margin: 10px 0; }
  .p_error--title {
    font-size: 32px;
    margin-bottom: 15px; }
  @media (max-width: 400px) {
    .p_error--msg {
      font-size: 15px; }
    .p_error--title {
      font-size: 24px; } }

.p_home--articles {
  margin: 30px auto 0;
  max-width: 1183px;
  overflow: hidden;
  padding: 0 13px;
  text-align: center; }
  @media (max-width: 450px) {
    .p_home--articles {
      margin-top: 0; } }
.p_home--article {
  float: left;
  padding: 0 17px 60px;
  text-align: left;
  vertical-align: top;
  width: 33.333%; }
  @media (max-width: 960px) {
    .p_home--article {
      width: 50%; } }
  @media (max-width: 600px) {
    .p_home--article {
      width: 100%; } }
.p_home--features {
  margin: 0 auto;
  max-width: 1184px;
  overflow: hidden;
  padding: 0 13px; }
.p_home--feature {
  float: left;
  height: 510px;
  max-height: 56vh;
  min-height: 380px;
  padding: 0 17px 30px;
  width: 50%; }
  .p_home--feature:nth-child(1) {
    width: 213px; }
  .p_home--feature:nth-child(2) {
    width: calc(100% - 213px); }
  .p_home--feature:nth-child(1n+3) {
    height: 450px; }
  @media (max-width: 880px) {
    .p_home--feature:nth-child(1n+1) {
      width: 100%; }
    .p_home--feature:first-child {
      height: auto;
      min-height: 0; } }
  @media (max-width: 450px) {
    .p_home--feature {
      min-height: 320px; } }
.p_home--survey {
  background-color: #0677be;
  border-radius: 5px;
  color: #fff;
  display: block;
  margin: 10px auto 40px;
  max-width: 1123px;
  padding: 16px 15px;
  text-align: center;
  text-decoration: none; }
  .p_home--survey:hover {
    background-color: #0469a8;
    color: #fff; }
  @media (max-width: 1183px) {
    .p_home--survey {
      margin-left: 30px;
      margin-right: 30px; } }
  @media (max-width: 920px) {
    .p_home--survey strong {
      display: block;
      margin-bottom: 5px; } }
.p_home--tags {
  border-right: 1px solid #cecece;
  height: 100%; }
  .p_home--tags_item {
    font-size: 15px; }
  .p_home--tags_link {
    color: #5d5d5d;
    display: block;
    line-height: 30px;
    text-decoration: none;
    white-space: nowrap; }
    .p_home--tags_link:hover {
      text-decoration: underline; }
  .p_home--tags_list {
    display: flex;
    flex-direction: column;
    font-size: 0;
    height: 90%;
    justify-content: space-between; }
  .p_home--tags_title {
    color: #0677be;
    font: 700 15px/30px 'Source Sans Pro', Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  @media (max-width: 880px) {
    .p_home--tags {
      border-right-width: 0;
      text-align: center; }
      .p_home--tags_item {
        display: inline-block;
        margin: 0 6px; }
        .p_home--tags_item:first-child {
          display: block; }
        .p_home--tags_item:not(:first-child) {
          background-color: #fff;
          margin: 0 1px 2px; }
      .p_home--tags_link {
        padding: 0 10px; }
      .p_home--tags_list {
        display: block; } }
  @media (max-width: 450px) {
    .p_home--tags {
      height: 50px;
      position: relative;
      z-index: 1; }
      .p_home--tags_item {
        background-color: #fff;
        display: block;
        margin: 0; }
        .p_home--tags_item:first-child {
          padding: 10px; }
          .p_home--tags_item:first-child::before {
            color: #0677be;
            content: '+';
            font-size: 24px;
            line-height: 50px;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
            width: 50px; }
        .p_home--tags_item:not(:first-child) {
          display: none;
          margin: 0; }
      .p_home--tags_link {
        padding: 10px; }
      .p_home--tags_list {
        left: 0;
        position: absolute;
        right: 0;
        top: 0; }
        .p_home--tags_list.open .p_home--tags_item {
          display: block; }
          .p_home--tags_list.open .p_home--tags_item:first-child::before {
            content: '–'; } }

.p_sub--articles {
  margin: 0 auto;
  max-width: 900px; }
  @media (max-width: 768px) {
    .p_sub--articles {
      max-width: 600px; } }
.p_sub--article {
  padding: 0 30px 45px; }
.p_sub--count {
  color: #5d5d5d;
  margin-top: 7px; }
.p_sub--desc {
  margin: 10px auto;
  max-width: 400px; }
.p_sub--details, .p_sub--img {
  display: inline-block;
  vertical-align: middle; }
.p_sub--details {
  margin-left: 20px;
  max-width: 54%;
  text-align: left; }
.p_sub--header {
  background-color: #e2e2e2;
  margin: 0 auto 90px;
  max-width: 738px;
  padding: 30px;
  position: relative;
  text-align: center; }
  .p_sub--header::after {
    border-bottom: 1px solid #cecece;
    bottom: -30px;
    content: '';
    left: 0;
    position: absolute;
    right: 0; }
.p_sub--img {
  border: 3px solid #d0d0d0;
  border-radius: 50%;
  height: 150px;
  width: 150px; }
.p_sub--title {
  text-transform: capitalize; }
  .p_sub--title_label {
    color: #0677be;
    display: block;
    font: 700 14px/1.2 'Source Sans Pro', Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase; }
@media (max-width: 798px) {
  .p_sub--header {
    margin-left: 30px;
    margin-right: 30px; } }
@media (max-width: 768px) {
  .p_sub--header {
    margin-left: auto;
    margin-right: auto;
    max-width: 540px; }
  .p_sub--details {
    display: block;
    margin-left: 0;
    margin-top: 20px;
    max-width: 100%;
    text-align: center; } }
@media (max-width: 600px) {
  .p_sub--header {
    margin-left: 30px;
    margin-right: 30px; } }

/*# sourceMappingURL=styles.css.map */
