/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, src/sass/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, src/sass/_normalize.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, src/sass/_normalize.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, src/sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 53, src/sass/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 64, src/sass/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, src/sass/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 85, src/sass/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, src/sass/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 105, src/sass/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, src/sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, src/sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 133, src/sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 137, src/sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, src/sass/_normalize.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, src/sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, src/sass/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 186, src/sass/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, src/sass/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, src/sass/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 218, src/sass/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, src/sass/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 240, src/sass/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 253, src/sass/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, src/sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, src/sass/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, src/sass/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 290, src/sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, src/sass/_normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 308, src/sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, src/sass/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, src/sass/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, src/sass/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, src/sass/_normalize.scss */
[hidden] {
  display: none;
}

/* line 351, src/sass/_normalize.scss */
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* line 357, src/sass/_normalize.scss */
a {
  color: inherit;
}

/* line 1, src/sass/_grid.scss */
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}

@media only screen and (max-width: 1000px) {
  /* line 8, src/sass/_grid.scss */
  .container {
    width: 96%;
    padding: 0 1rem;
  }
}

/* line 26, src/sass/styles.scss */
html {
  font-size: 156.25%;
}

/* line 30, src/sass/styles.scss */
body {
  background-color: #fff;
  font-family: "Quicksand", sans-serif;
  font-size: 0.58rem;
  font-weight: 500;
  color: #0e0014;
}

/* line 38, src/sass/styles.scss */
.icon--calendar {
  width: 15px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}

/* line 47, src/sass/styles.scss */
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.52rem;
  color: #7e7e7e;
  padding: 1.6rem 0;
  position: relative;
  z-index: 5;
}

/* line 58, src/sass/styles.scss */
.header-top strong {
  color: #0e0014;
}

/* line 64, src/sass/styles.scss */
.header-banner {
  background-image: url("../images/gaming-fm__header-banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 400px;
  display: flex;
  align-items: center;
  position: relative;
}

/* line 74, src/sass/styles.scss */
.header-logo {
  position: absolute;
  left: 50%;
  top: 0;
  width: 213px;
  height: auto;
  transform: translate(-50%, -50%);
}

/* line 83, src/sass/styles.scss */
.title--blog {
  font-size: 2.4rem;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0.85rem;
  transform: translateX(-5px);
}

/* line 93, src/sass/styles.scss */
.title--blog:first-letter {
  font-weight: 400;
}

/* line 99, src/sass/styles.scss */
.header-breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #ffffff;
  font-size: 0.76rem;
  display: flex;
}

/* line 108, src/sass/styles.scss */
.header-breadcrumb li + li:before {
  content: "/";
  color: #ffffff;
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

/* line 116, src/sass/styles.scss */
.header-breadcrumb li {
  color: #cccccc;
  font-weight: 400;
}

/* line 121, src/sass/styles.scss */
.header-breadcrumb li a {
  text-decoration: none;
  transition: color 300ms;
}

/* line 126, src/sass/styles.scss */
.header-breadcrumb li a:not(.current):hover {
  color: #fff;
}

/* line 130, src/sass/styles.scss */
.header-breadcrumb li a.current {
  cursor: default;
  color: #ffffff;
  font-weight: 500;
}

/* line 136, src/sass/styles.scss */
.header-breadcrumb.is-home li:first-child a {
  font-weight: 400;
}

/* line 140, src/sass/styles.scss */
.header-breadcrumb.is-home li:first-child a:after {
  content: "/";
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

/* line 152, src/sass/styles.scss */
.container--main {
  padding-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 194px;
  grid-column-gap: 2rem;
  padding-bottom: 3.6rem;
}

/* line 162, src/sass/styles.scss */
.sidebar-block {
  margin-bottom: 1.5rem;
}

/* line 166, src/sass/styles.scss */
.sidebar-block__title {
  margin-top: 0;
  font-size: 0.8rem;
  font-weight: 500;
}

/* line 172, src/sass/styles.scss */
.sidebar-block__content {
  color: #7e7e7e;
  line-height: 1.5;
}

/* line 177, src/sass/styles.scss */
.sidebar-block__list {
  list-style: none;
  padding: 0;
  margin-top: -5px;
}

/* line 183, src/sass/styles.scss */
.sidebar-block__list a {
  line-height: 1;
  margin-bottom: 8px;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
  font-weight: 500;
  position: relative;
  transition: color 300ms;
}

/* line 196, src/sass/styles.scss */
.sidebar-block__list a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  bottom: -1px;
  height: 1px;
  background-color: #7800AA;
  transition: width 300ms;
}

/* line 208, src/sass/styles.scss */
.sidebar-block__list a:hover {
  color: #7800AA;
}

/* line 212, src/sass/styles.scss */
.sidebar-block__list a:hover:after {
  width: 100%;
}

/* line 216, src/sass/styles.scss */
.sidebar-block__list a:hover {
  color: #7800AA;
}

/* line 220, src/sass/styles.scss */
.sidebar__logo {
  width: 100%;
  height: auto;
}

/* line 228, src/sass/styles.scss */
.article-item {
  border-bottom: 1px #cccccc solid;
  padding-bottom: 2rem;
  display: grid;
  grid-template-columns: 55% 1fr;
  grid-column-gap: 1rem;
  position: relative;
  align-items: center;
  color: #7e7e7e;
}

/* line 239, src/sass/styles.scss */
.article-item + .article-item {
  padding-top: 2rem;
}

/* line 243, src/sass/styles.scss */
.article-item__date {
  position: absolute;
  top: -0.8rem;
  left: 0;
  z-index: 10;
  background-color: #ffffff;
  padding: 0.5rem;
  padding-left: 0;
  padding-right: 0.9rem;
  border-radius: 0 0 1rem 0;
}

/* line 255, src/sass/styles.scss */
.article-item__date strong {
  color: #0e0014;
}

/* line 259, src/sass/styles.scss */
.article-item__thumbnail {
  position: relative;
}

/* line 263, src/sass/styles.scss */
.article-item__thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #7800AA;
  mix-blend-mode: lighten;
  opacity: 0.3;
}

/* line 275, src/sass/styles.scss */
.article-item__image {
  display: block;
  width: 100%;
  opacity: 0.95;
  border-radius: 0 0 1rem 0;
}

/* line 282, src/sass/styles.scss */
.article-item__title {
  font-size: 0.8rem;
  font-weight: 500;
  color: #0e0014;
  margin-top: 0;
}

/* line 289, src/sass/styles.scss */
.article-item__title a {
  text-decoration: none;
  transition: color 300ms;
}

/* line 293, src/sass/styles.scss */
.article-item__title a:hover {
  color: #7800AA;
}

/* line 297, src/sass/styles.scss */
.article-item__excerpt {
  line-height: 1.5;
}

/* line 301, src/sass/styles.scss */
.article-item__link {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.48rem;
  color: #0e0014;
  margin-top: 1rem;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
  position: relative;
  letter-spacing: 0.5px;
  transition: color 300ms;
}

/* line 317, src/sass/styles.scss */
.article-item__link:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  bottom: -1px;
  height: 1px;
  background-color: #7800AA;
  transition: width 300ms;
}

/* line 329, src/sass/styles.scss */
.article-item__link:hover {
  color: #7800AA;
}

/* line 333, src/sass/styles.scss */
.article-item__link:hover:after {
  width: 100%;
}

/* line 339, src/sass/styles.scss */
.articles-list__pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  margin-bottom: -1rem;
  padding: 0;
  padding-top: 3.6rem;
}

/* line 349, src/sass/styles.scss */
.articles-list__pagination li {
  color: #7e7e7e;
  font-weight: 700;
  letter-spacing: 1px;
}

/* line 355, src/sass/styles.scss */
.articles-list__pagination li + li {
  margin-left: 1rem;
}

/* line 359, src/sass/styles.scss */
.articles-list__pagination a {
  color: #0e0014;
  text-decoration: none;
  display: inline-block;
  transition: color 300ms;
}

/* line 367, src/sass/styles.scss */
.articles-list__pagination a:not(.current):hover {
  color: #7800AA;
}

/* line 371, src/sass/styles.scss */
.pagination__page.current {
  color: #7e7e7e;
  cursor: default;
}

/* line 376, src/sass/styles.scss */
.pagination__page:not(.current) {
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}

/* line 384, src/sass/styles.scss */
.pagination__page:not(.current):after {
  content: "";
  position: absolute;
  left: 0;
  width: 0%;
  bottom: -1px;
  height: 1px;
  background-color: #7800AA;
  transition: width 300ms;
}

/* line 396, src/sass/styles.scss */
.pagination__page:not(.current):hover {
  color: #7800AA;
}

/* line 400, src/sass/styles.scss */
.pagination__page:not(.current):hover:after {
  width: 100%;
}

/* line 406, src/sass/styles.scss */
.article__main-image {
  margin-top: -5rem;
  position: relative;
  z-index: 10;
  border-radius: 5px 5px 1rem 0;
  border: 2px solid #fff;
  overflow: hidden;
  margin-bottom: 2rem;
}

/* line 416, src/sass/styles.scss */
.article__main-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #7800AA;
  mix-blend-mode: lighten;
  opacity: 0.3;
}

/* line 428, src/sass/styles.scss */
.article__main-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 434, src/sass/styles.scss */
.article__content {
  color: #7e7e7e;
}

/* line 438, src/sass/styles.scss */
.article__date {
  margin-bottom: 1.5rem;
}

/* line 442, src/sass/styles.scss */
.article__date .icon--calendar {
  vertical-align: middle;
  position: relative;
  top: -3px;
}

/* line 448, src/sass/styles.scss */
.article__date strong {
  color: #0e0014;
}

/* line 452, src/sass/styles.scss */
.article__content h1,
.article__content h2,
.article__content h3,
.article__content h4 {
  color: #0e0014;
  font-weight: 500;
}

/* line 461, src/sass/styles.scss */
.article__content h1 {
  font-size: 1.04rem;
  margin-bottom: 0.85rem;
  margin-top: 0;
}

/* line 467, src/sass/styles.scss */
.article__content h2 {
  font-size: 0.8rem;
  margin-top: 1.5rem;
  margin-bottom: 0.85rem;
}

/* line 473, src/sass/styles.scss */
.article__content h3 {
  font-size: 0.72rem;
  margin-top: 1.5rem;
  margin-bottom: 0.85rem;
}

/* line 479, src/sass/styles.scss */
.article__content img {
  max-width: 100%;
  height: auto;
}

/* line 484, src/sass/styles.scss */
.article__content img.image--full-width {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 0.85rem;
  margin-bottom: 0.85rem;
}

/* line 492, src/sass/styles.scss */
.article__content ul {
  margin: 0;
  margin-left: 0;
  padding-left: 1em;
}

/* line 498, src/sass/styles.scss */
.article__content ul li {
  margin-bottom: 0.5rem;
}

/* line 502, src/sass/styles.scss */
.article__content {
  line-height: 1.7;
}

/* line 509, src/sass/styles.scss */
.footer {
  background-image: linear-gradient(to right, #7800AA, #0e0014);
  color: #ffffff;
}

/* line 514, src/sass/styles.scss */
.container--footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.5rem;
  font-weight: 500;
  padding: 20px 0;
}

/* line 523, src/sass/styles.scss */
.container--footer p {
  margin: 0;
}

/* line 527, src/sass/styles.scss */
.footer__logo {
  width: 145px;
  height: auto;
}

@media only screen and (max-width: 1000px) {
  /* line 535, src/sass/styles.scss */
  .header-banner {
    min-height: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  /* line 541, src/sass/styles.scss */
  .header-logo {
    width: 150px;
  }
  /* line 545, src/sass/styles.scss */
  .title--blog {
    font-size: 1.68rem;
    margin-bottom: 0.2rem;
  }
  /* line 550, src/sass/styles.scss */
  .header-breadcrumb ul {
    font-size: 0.64rem;
  }
  /* line 554, src/sass/styles.scss */
  .container--main {
    display: block;
  }
  /* line 558, src/sass/styles.scss */
  .article__main-image {
    margin-top: 0;
  }
  /* line 562, src/sass/styles.scss */
  .article__content {
    margin-bottom: 2.5rem;
  }
  /* line 566, src/sass/styles.scss */
  .sidebar-block {
    margin-bottom: 1rem;
  }
  /* line 570, src/sass/styles.scss */
  .sidebar {
    display: grid;
    margin-top: 2rem;
    grid-template-columns: 1fr 1fr;
    margin-bottom: -1rem;
  }
  /* line 577, src/sass/styles.scss */
  .sidebar__logo {
    display: none;
    position: fixed;
    width: 100px;
    bottom: 1rem;
    right: 1rem;
    z-index: -1;
  }
  /* line 586, src/sass/styles.scss */
  .articles-list__pagination {
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 700px) {
  /* line 593, src/sass/styles.scss */
  .container--main {
    padding-bottom: 2rem;
  }
  /* line 597, src/sass/styles.scss */
  .article-item {
    display: block;
    padding-bottom: 2rem;
  }
  /* line 602, src/sass/styles.scss */
  .article-item__title {
    margin-top: 0.5rem;
  }
}

@media only screen and (max-width: 500px) {
  /* line 609, src/sass/styles.scss */
  .header-top {
    display: block;
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
  /* line 616, src/sass/styles.scss */
  .header-top div + div {
    margin-top: 0.25rem;
  }
  /* line 620, src/sass/styles.scss */
  .header-top div:last-child {
    display: none;
  }
  /* line 624, src/sass/styles.scss */
  .header-breadcrumb ul {
    font-size: 0.56rem;
    display: block;
  }
  /* line 629, src/sass/styles.scss */
  .header-breadcrumb li + li:before {
    margin-left: 2px;
    margin-right: 2px;
  }
  /* line 634, src/sass/styles.scss */
  .header-breadcrumb.is-home li:first-child a:after {
    margin-left: 6px;
  }
  /* line 638, src/sass/styles.scss */
  .header-breadcrumb li {
    display: inline-block;
  }
  /* line 642, src/sass/styles.scss */
  .article__main-image {
    margin-bottom: 1rem;
  }
  /* line 646, src/sass/styles.scss */
  .article__content h1,
  .article__content h2,
  .article__content h3,
  .article__content h4 {
    line-height: 1.2;
  }
  /* line 653, src/sass/styles.scss */
  .article__content h2 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  /* line 658, src/sass/styles.scss */
  .article__content h3 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  /* line 663, src/sass/styles.scss */
  .article__date {
    margin-bottom: 0.5rem;
  }
  /* line 667, src/sass/styles.scss */
  .container--footer {
    display: block;
    text-align: center;
    font-size: 0.48rem;
  }
  /* line 673, src/sass/styles.scss */
  .footer__logo {
    width: 100px;
    margin-bottom: 0.5rem;
  }
}
