@font-face {
  font-family: "Akkurat";
  src: local("Akkurat"), url("../../fonts/akkurat-regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Akkurat";
  src: local("Akkurat"), url("../../fonts/akkurat-bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Akkurat";
  src: local("Akkurat"), url("../../fonts/akkurat-italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Akkurat";
  src: local("Akkurat"), url("../../fonts/akkurat-bold-italic.otf") format("opentype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Akkurat-Mono";
  src: local("Akkurat-Mono"), url("../../fonts/akkurat-mono.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Roboto-Mono";
  src: local("Roboto-Mono"), url("../../fonts/RobotoMono-Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Intro";
  font-weight: 400;
  font-style: normal;
  src: url("https://d3i6fh83elv35t.cloudfront.net/newshour/app/themes/pbs-newshour/assets/fonts/intro/intro.woff2") format("woff2"), url("https://d3i6fh83elv35t.cloudfront.net/newshour/app/themes/pbs-newshour/assets/fonts/intro/intro.woff") format("woff"); }

.bold {
  font-weight: 700; }

html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  padding-top: 51px; }
  @media (min-width: 960px) {
    body {
      padding-top: 64px; } }

.top-logo {
  width: 60px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  filter: drop-shadow(0 0 2rem black); }
  .top-logo:hover {
    opacity: 0.5;
    transition: All 0.3s ease; }
  @media (min-width: 768px) {
    .top-logo {
      width: 80px; } }

.page-top-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem 1rem 1rem 1rem; }
  @media (min-width: 768px) {
    .page-top-container {
      padding: 5rem 1.5rem 1.5rem 1.5rem; } }
  @media (min-width: 1200px) {
    .page-top-container {
      padding: 8rem 3rem 3rem 3rem; } }

.top-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1; }

.title-text {
  width: 100%;
  height: 100%;
  font-size: 4rem;
  font-weight: 500;
  font-family: "Intro", "Akkurat", sans-serif;
  text-align: center;
  color: #f2f2f4;
  line-height: normal;
  padding-top: 5rem; }
  @media (min-width: 768px) {
    .title-text {
      font-size: 4.5rem; } }
  @media (min-width: 1200px) {
    .title-text {
      font-size: 5.5rem; } }
  .title-text .quiz-tag {
    font-size: 1.5rem;
    padding: 0.25rem;
    background-color: #f83036; }
  .title-text .title-text-overlay {
    background-color: rgba(22, 31, 45, 0.85);
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

.subtitle-header {
  font-family: "Akkurat", sans-serif;
  font-size: 2.25rem;
  color: #31445d;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 50%;
  padding-top: 5.75rem;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .subtitle-header {
      width: 40%; } }

.title-shop-smarter {
  color: #7fd16d;
  font-weight: 700; }

.top-scroll-button {
  text-align: center;
  margin: 0 auto;
  display: block;
  font-family: "Akkurat", sans-serif;
  color: #31445d;
  font-size: 1rem;
  border-radius: 25px;
  border: 3px solid #31445d;
  padding: 15px;
  line-height: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #e2ecf2;
  font-weight: 700;
  cursor: pointer;
  margin-top: 5.5rem; }
  .top-scroll-button:hover {
    opacity: 0.5;
    transition: All 0.3s ease; }

.byline-section {
  max-width: 750px;
  margin: 0 auto;
  margin-top: 2rem;
  font-family: "Akkurat-Mono", mono;
  color: #f83036;
  font-size: 0.75rem;
  line-height: 2rem;
  padding: 1rem; }

.float-right {
  text-align: left; }
  @media (min-width: 768px) {
    .float-right {
      float: right;
      text-align: right; } }

.date-color {
  color: #c4c4c4; }

.page-body {
  max-width: 650px;
  margin: 0 auto;
  font-family: "Akkurat", sans-serif;
  color: #31445d;
  font-size: 1.25rem;
  line-height: 2rem;
  padding: 1.5rem; }

.video-embed {
  text-align: center;
  width: 350px;
  height: 200px;
  margin: 0 auto; }
  .video-embed iframe {
    width: 100%;
    height: 100%; }
  @media (min-width: 768px) {
    .video-embed {
      width: 650px;
      height: 375px; } }

.jump-to-quiz-button {
  text-align: center;
  margin: 0 auto;
  margin-top: 2rem;
  display: block;
  font-family: "Akkurat", sans-serif;
  color: #31445d;
  font-size: 1.5rem;
  border-radius: 25px;
  border: 2px solid #31445d;
  background-color: transparent;
  padding: 1.5rem;
  line-height: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer; }
  .jump-to-quiz-button:hover {
    opacity: 0.5;
    transition: All 0.3s ease; }

a {
  color: #f83036;
  font-weight: 500;
  text-decoration: none; }
  a:hover {
    color: #161f2d;
    border-bottom: 1px solid #161f2d;
    transition: All 0.3s ease; }

h3 {
  font-family: "Intro", "Akkurat", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.05rem;
  line-height: 2.75rem; }

ol {
  color: #31445d;
  font-size: 1.25rem;
  line-height: 2rem;
  font-family: "Akkurat", sans-serif;
  list-style-type: disc;
  padding: 10px; }

ul {
  list-style: none;
  padding-left: 0px; }

.hide {
  display: none;
  opacity: 0;
  max-height: 0; }

.q-container {
  display: grid;
  grid-template-columns: 1fr 8fr;
  grid-gap: 20px; }

.q-style {
  font-family: "Akkurat", sans-serif;
  font-weight: bold;
  color: #f83036;
  font-size: 5rem;
  text-align: center;
  margin: 0 auto;
  border-right: 1.5px solid #31445d;
  padding-top: 3rem;
  padding-right: 1.25rem; }

.q-text {
  font-family: "Akkurat", sans-serif;
  font-weight: bold;
  color: #31445d;
  padding: 10px;
  line-height: 1.75rem; }

.answer-image {
  pointer-events: none; }

.answer-button {
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  background-color: transparent;
  border: 0px solid red;
  width: 100%; }
  .answer-button img {
    margin: 0 auto; }
  @media (min-width: 677px) {
    .answer-button {
      margin-left: 30px;
      width: auto; } }
  .answer-button:hover {
    opacity: 0.5;
    transition: All 0.3s ease; }

.right-answer-top {
  background-color: #7fd16d;
  font-family: "Akkurat-Mono", mono;
  font-size: 1rem;
  padding: 0.5rem;
  color: #31445d;
  text-align: center;
  margin-top: 1rem;
  transition-property: all;
  opacity: 1;
  transition-duration: 3s;
  max-height: 900px;
  overflow: hidden; }

.wrong-answer-top {
  background-color: #f83036;
  font-family: "Akkurat-Mono", mono;
  font-size: 1rem;
  padding: 0.5rem;
  color: #f2f2f4;
  text-align: center;
  margin-top: 1rem;
  transition-property: all;
  opacity: 1;
  transition-duration: 3s;
  max-height: 900px;
  overflow: hidden; }

.answer-explaination-text {
  background-color: #e2ecf2;
  color: #31445d;
  padding: 2rem;
  line-height: 2rem;
  transition-property: all;
  opacity: 1;
  transition-duration: 3s;
  max-height: 900px;
  overflow: hidden; }

.header {
  width: 100%;
  height: 0px;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #161f2d;
  transition-property: opacity;
  opacity: 0;
  transition-duration: 0.3s;
  overflow: hidden;
  z-index: 10; }
  .header.show {
    height: 60px;
    opacity: 1; }
    @media (min-width: 768px) {
      .header.show {
        height: 80px; } }
  .header .logo {
    margin-top: 10px;
    padding-left: 0.5rem; }
    .header .logo img {
      height: 30px;
      width: auto;
      border-bottom: 1px #161f2d; }
      @media (min-width: 768px) {
        .header .logo img {
          height: 55px;
          width: auto; } }
    .header .logo:hover {
      opacity: 0.5;
      transition: All 0.3s ease; }
  .header .header-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto; }
  .header .separator {
    flex: 1; }
  .header #tracker {
    display: flex;
    flex-direction: row;
    color: #4a6783;
    font-size: 0.2rem;
    margin-left: 30px;
    margin-top: 10px;
    justify-content: center;
    align-items: center; }
    @media (min-width: 768px) {
      .header #tracker {
        display: flex;
        flex-direction: row;
        color: #161f2d;
        text-align: center;
        font-size: 18px;
        font-family: "Akkurat-Mono", mono;
        font-weight: 400;
        margin-left: 100px;
        justify-content: center;
        align-items: center; } }
  .header .tracker-style {
    padding: 0.25rem;
    background-color: #4a6783;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-left: 10px;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: 3px solid #434f64; }
    @media (min-width: 768px) {
      .header .tracker-style {
        padding: 0.35rem;
        padding-top: 0.4rem;
        height: 35px;
        width: 35px;
        border-radius: 50%;
        margin-left: 25px; } }
    .header .tracker-style.correct {
      border: 1.5px solid #e2ecf2;
      background-color: #5dc546;
      color: #5dc546; }
      @media (min-width: 768px) {
        .header .tracker-style.correct {
          border: 3px solid #e2ecf2;
          color: #f2f2f4; } }
    .header .tracker-style.wrong {
      border: 1.5px solid #e2ecf2;
      background-color: #ed080f;
      color: #ed080f; }
      @media (min-width: 768px) {
        .header .tracker-style.wrong {
          border: 3px solid #e2ecf2;
          color: #f2f2f4; } }
  .header .header-score {
    opacity: 0; }
    @media (min-width: 768px) {
      .header .header-score {
        color: #e2ecf2;
        font-family: "Akkurat-Mono", mono;
        margin-top: 10px;
        border: 1px solid #e2ecf2;
        border-radius: 5px;
        padding: 10px;
        padding-top: 12px;
        font-size: 1rem;
        opacity: 1; } }
  .header .header-restart {
    font-family: "Akkurat", sans-serif;
    color: #f2f2f4;
    font-size: 1rem;
    border-radius: 20px;
    border: 2px solid #e2ecf2;
    background-color: #567ff6;
    padding: 5px;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer; }
    .header .header-restart .show-restart {
      display: none; }
      @media (min-width: 768px) {
        .header .header-restart .show-restart {
          display: contents; } }
    @media (min-width: 768px) {
      .header .header-restart {
        font-family: "Akkurat", sans-serif;
        color: #f2f2f4;
        font-size: 0.85rem;
        border-radius: 20px;
        border: 2px solid #e2ecf2;
        background-color: #567ff6;
        padding: 12px;
        margin-left: 30px;
        margin-top: 10px;
        line-height: 1rem;
        letter-spacing: 1px;
        text-transform: uppercase;
        cursor: pointer; }
        .header .header-restart:hover {
          opacity: 0.5;
          transition: All 0.3s ease; } }

.final-score {
  background-color: #f83036;
  color: #f2f2f4;
  padding: 1rem;
  margin-top: 3rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  text-align: center; }

.big-score {
  font-size: 5rem;
  font-weight: 700;
  padding-bottom: 0.65rem;
  margin: 1rem; }

.conclusion {
  background-color: #e2ecf2;
  color: #31445d;
  padding: 3rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  line-height: 2rem; }

.bottom-restart {
  text-align: center;
  margin: 0 auto;
  margin-top: 2rem;
  display: block;
  font-family: "Akkurat", sans-serif;
  color: #31445d;
  font-size: 1rem;
  border-radius: 25px;
  border: 2px solid #31445d;
  background-color: #e2ecf2;
  padding: 15px;
  line-height: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer; }
  .bottom-restart:hover {
    opacity: 0.5;
    transition: All 0.3s ease; }

.credits {
  font-family: "Akkurat-Mono", mono;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #4a6783;
  margin: 2rem; }

.narrative__footer {
  background-color: #161f2d; }

.narrative__footer .footer {
  margin: 0 auto; }

.footer {
  background-color: #161f2d;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  z-index: 3;
  max-width: 2000px; }

@media (min-width: 960px) {
  .footer {
    padding: 30px; } }

@media (min-width: 1200px) {
  .footer {
    padding: 40px; } }

.footer__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (min-width: 768px) {
  .footer__flex {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

@media (min-width: 1200px) {
  .footer__flex {
    margin-right: 300px; } }

.footer__logo {
  width: 30px;
  height: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: -40px 0 40px 0; }

@media (min-width: 768px) {
  .footer__logo {
    width: 120px;
    margin: -50px 40px 0 0; } }

@media (min-width: 1200px) {
  .footer__logo {
    margin: 0 40px 0 0; } }

.footer__logo-link {
  width: 10px;
  height: 10px;
  padding: 15px;
  box-sizing: border-box;
  display: block; }

.footer__logo-link img {
  width: 100%;
  height: auto; }

@media (min-width: 768px) {
  .footer__logo-link {
    background-color: #273142;
    width: 120px;
    height: 120px;
    padding: 20px; } }

.footer__legal {
  font-family: "Akkurat", Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.45em;
  width: 80px;
  height: 80px;
  color: #63768b; }

@media (min-width: 0) and (max-width: 767px) {
  .footer__legal {
    position: absolute;
    right: 20px;
    top: 20px;
    max-width: -webkit-calc(100% - 140px);
    max-width: calc(100% - 140px);
    text-align: right; } }

@media (min-width: 768px) {
  .footer__legal {
    position: relative;
    margin-top: 20px; } }

.footer__list {
  width: 50%;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  box-sizing: border-box;
  list-style: none !important; }

.footer__list--sections {
  padding-right: 20px; }

.footer__list--about {
  padding-left: 20px; }

@media (min-width: 600px) {
  .footer__list {
    padding-left: 0;
    padding-right: 40px;
    width: 25%; } }

@media (min-width: 768px) {
  .footer__list {
    width: 20%; } }

.footer__header {
  font-family: "Akkurat", Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  color: #63768b;
  border-bottom: 1px solid #31445d;
  margin: 0 0 20px 0;
  padding-bottom: 3px; }

.footer__header--tight {
  margin-bottom: 0; }

.footer__links li:not(:last-child) {
  margin-bottom: 3px; }

.footer__links a {
  font-family: "Akkurat", Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  color: #161f2d;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0;
  -webkit-transition: color 0.2s, box-shadow 0.2s;
  transition: color 0.2s, box-shadow 0.2s;
  list-style: none !important; }

.footer__links a img {
  fill: #ffffff;
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s; }

.footer__links a:hover,
.footer__links a:focus {
  color: #f83036; }

.footer__links a:hover img,
.footer__links a:focus img {
  fill: #f83036; }

.footer__follow {
  width: 100%;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin: 40px 0 0 0; }

@media (min-width: 600px) {
  .footer__follow {
    width: 50%;
    margin: 0; } }

@media (min-width: 768px) {
  .footer__follow {
    width: 60%; } }

@media (min-width: 1200px) {
  .footer__follow {
    margin-right: 40px; } }

.footer__follow-list {
  border-bottom: 1px solid #31445d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  margin-top: 0px; }

.footer__follow-list li {
  border-right: 1px solid #31445d;
  text-align: center; }

.footer__follow-list a {
  display: block;
  padding: 15px;
  line-height: 0; }

.footer__follow-list a img {
  width: 18px;
  height: 18px;
  fill: #ffffff;
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s; }

.footer__follow-list a:hover img,
.footer__follow-list a:focus img {
  fill: #f83036; }

.footer__subscribe {
  margin-top: 40px; }

.footer__subscribe-header {
  font-family: "Akkurat", Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  color: #63768b; }

.footer__subscribe-form {
  padding: 30px;
  background-color: #273142; }

.footer__subscribe-form form {
  position: relative; }

.footer__subscribe-form input {
  font-family: "Akkurat", Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 4px solid #ffffff;
  padding-right: 80px;
  padding-bottom: 3px;
  box-sizing: border-box; }

.footer__subscribe-form input::-webkit-input-placeholder {
  color: #63768b; }

.footer__subscribe-form input::-moz-placeholder {
  color: #63768b; }

.footer__subscribe-form input:-ms-input-placeholder {
  color: #63768b; }

.footer__subscribe-form input::placeholder {
  color: #63768b; }

.footer__subscribe-form .submit {
  font-family: "Akkurat", Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  color: #f83036;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  position: absolute;
  top: 0;
  right: 0; }

.footer__subscribe-form .submit img {
  vertical-align: text-top;
  fill: #f83036;
  width: 15px;
  height: 13px;
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s; }

.footer__subscribe-form .submit:hover,
.footer__subscribe-form .submit:focus {
  color: #ffffff; }

.footer__subscribe-form .submit:hover img,
.footer__subscribe-form .submit:focus img {
  fill: #ffffff; }

.footer__subscribe-form .form-error {
  font-family: "Akkurat", Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  color: #f83036;
  margin: 5px 0 0 0;
  display: none; }

.footer__subscribe-form .form-success {
  font-family: "Akkurat", Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  color: #ffffff;
  display: none; }

.footer__donate {
  width: 100%;
  background-color: #f83036;
  margin: 20px 0 0 0;
  display: block;
  padding: 20px;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  position: relative; }

.footer__donate:hover,
.footer__donate:focus {
  background-color: #273142; }

.footer__donate:hover .footer__donate-text,
.footer__donate:focus .footer__donate-text {
  color: #94a8bb; }

.footer__donate:hover .footer__donate-arrow,
.footer__donate:focus .footer__donate-arrow {
  -webkit-transform: translate(8px, -50%);
  -ms-transform: translate(8px, -50%);
  transform: translate(8px, -50%); }

.footer__donate img {
  width: 15px;
  height: 15px;
  fill: #ffffff; }

@media (min-width: 600px) {
  .footer__donate {
    margin: 40px 0 0 0; } }

@media (min-width: 1200px) {
  .footer__donate {
    position: absolute;
    top: -30px;
    right: 40px;
    margin: 0;
    padding: 30px;
    width: 300px; } }

.footer__donate-header {
  font-family: "Akkurat", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: bold;
  color: #ffffff;
  padding: 0 30px 3px 0; }

@media (min-width: 600px) {
  .footer__donate-header {
    font-size: 18px; } }

@media (min-width: 1200px) {
  .footer__donate-header {
    border-top: 4px solid #ffffff;
    padding: 20px 30px 3px 0; } }

.footer__donate-text {
  font-family: "Akkurat", Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  color: #161f2d;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding-right: 30px; }

.footer__donate-arrow {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

.footer__sub {
  width: 100%;
  background-color: #273142;
  padding: 20px 20px 10px 20px;
  box-sizing: border-box; }

.footer__sub-lp-header {
  font-family: "Akkurat", Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  color: #63768b;
  text-align: center;
  margin-bottom: 10px; }

.footer__sub-lp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

.footer__sub-lp li {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  text-align: center;
  padding: 15px; }

.footer__sub-lp li img {
  width: auto;
  height: 25px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); }

.footer__subscribe-button {
  font-family: "Akkurat", Arial, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  padding: 15px 20px;
  background-color: #f83036;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
  margin: 40px 0 0 0; }

@media (min-width: 600px) {
  .footer__subscribe-button {
    font-size: 18px; } }

.footer__subscribe-button:hover,
.footer__subscribe-button:focus {
  background-color: #f1f8fc;
  color: #161f2d; }

.footer__subscribe-button:hover img,
.footer__subscribe-button:focus img {
  fill: #f83036; }

.footer__subscribe-button img {
  width: 12px;
  height: 12px;
  fill: #ffffff;
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
  margin-right: 10px; }

@media (min-width: 0) and (max-width: 599px) {
  .footer__subscribe-button {
    display: none; } }
