button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #d65429;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Vollkorn", Georgia, Times, serif;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75rem 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #ab4321;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #d65429; }

fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  padding: 1.0rem; }

legend {
  font-weight: 600;
  margin-bottom: 0.375rem;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375rem; }

input,
select,
textarea {
  display: block;
  font-family: "Vollkorn", Georgia, Times, serif;
  font-size: 1.4rem; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75rem;
  padding: 0.5rem;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #b1b1b1; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #d65429;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(193, 76, 37, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ddd; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #6b7679; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375rem; }

[type="file"] {
  margin-bottom: 0.75rem;
  width: 100%; }

select {
  margin-bottom: 0.75rem;
  width: 100%; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

ul,
ol {
  margin: 0;
  padding: 0; }

article > ul,
article > ol {
  margin: 0 0 0.75rem; }

figure {
  margin: 0; }

img {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.75rem 0;
  table-layout: fixed;
  width: 100%; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75rem 0; }

tr,
td {
  vertical-align: middle; }

body {
  color: #091a1f;
  font-family: "Vollkorn", Georgia, Times, serif;
  font-size: 1.4rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-size: 2.3rem; }

@media all and (min-width: 600px) {
  h1 {
    font-size: 3.4rem;
    margin: 0 0 0.75rem; }
  h2 {
    font-size: 2.7rem; }
  h3 {
    font-size: 1.9rem; }
  h4 {
    font-size: 1.4rem; }
  h5 {
    font-size: 1.1rem; } }

p {
  margin: 0 0 0.75rem; }

a {
  color: #3ba2c4;
  text-decoration: none;
  transition: color 150ms ease;
  cursor: pointer; }
  a:active, a:focus, a:hover {
    color: #2c7a93; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5rem 0; }

:root {
  font-size: 14px; }

body {
  background-color: #fff;
  margin: 0; }

/* Dracula Theme v1.2.5
 *
 * https://github.com/zenorocha/dracula-theme
 *
 * Copyright 2016, All rights reserved
 *
 * Code licensed under the MIT license
 * http://zenorocha.mit-license.org
 *
 * @author Rob G <wowmotty@gmail.com>
 * @author Chris Bracco <chris@cbracco.me>
 * @author Zeno Rocha <hi@zenorocha.com>
 */

.highlight {
  background: #282a36;
  color: #f8f8f2; }

.highlight .c {
  color: #6272a4; }

/* Comment */
.highlight .err {
  color: #f8f8f2; }

/* Error */
.highlight .g {
  color: #f8f8f2; }

/* Generic */
.highlight .k {
  color: #ff79c6; }

/* Keyword */

/* Literal */
.highlight .n {
  color: #f8f8f2; }

/* Name */
.highlight .o {
  color: #ff79c6; }

/* Operator */
.highlight .x {
  color: #f8f8f2; }

/* Other */
.highlight .p {
  color: #f8f8f2; }

/* Punctuation */

/* Comment.Hashbang */

/* Comment.Multiline */
.highlight .cp {
  color: #ff79c6; }

/* Comment.Preproc */

/* Comment.PreprocFile */
.highlight .c1 {
  color: #6272a4; }

/* Comment.Single */

/* Comment.Special */

/* Generic.Deleted */

/* Generic.Emph */

/* Generic.Error */

/* Generic.Heading */

/* Generic.Inserted */
.highlight .go {
  color: #44475a; }

/* Generic.Output */

/* Generic.Prompt */

/* Generic.Strong */

/* Generic.Subheading */
.highlight .gt {
  color: #f8f8f2; }

/* Generic.Traceback */
.highlight .kc {
  color: #ff79c6; }

/* Keyword.Constant */
.highlight .kd {
  color: #8be9fd;
  font-style: italic; }

/* Keyword.Declaration */
.highlight .kn {
  color: #ff79c6; }

/* Keyword.Namespace */
.highlight .kp {
  color: #ff79c6; }

/* Keyword.Pseudo */

/* Keyword.Reserved */
.highlight .kt {
  color: #8be9fd; }

/* Keyword.Type */
.highlight .ld {
  color: #f8f8f2; }

/* Literal.Date */
.highlight .m {
  color: #bd93f9; }

/* Literal.Number */
.highlight .s {
  color: #f1fa8c; }

/* Literal.String */
.highlight .na {
  color: #50fa7b; }

/* Name.Attribute */
.highlight .nb {
  color: #8be9fd;
  font-style: italic; }

/* Name.Builtin */
.highlight .nc {
  color: #50fa7b; }

/* Name.Class */
.highlight .no {
  color: #f8f8f2; }

/* Name.Constant */
.highlight .nd {
  color: #f8f8f2; }

/* Name.Decorator */

/* Name.Entity */
.highlight .ne {
  color: #f8f8f2; }

/* Name.Exception */
.highlight .nf {
  color: #50fa7b; }

/* Name.Function */

/* Name.Label */
.highlight .nn {
  color: #f8f8f2; }

/* Name.Namespace */
.highlight .nx {
  color: #f8f8f2; }

/* Name.Other */
.highlight .py {
  color: #f8f8f2; }

/* Name.Property */
.highlight .nt {
  color: #ff79c6; }

/* Name.Tag */
.highlight .nv {
  color: #8be9fd;
  font-style: italic; }

/* Name.Variable */
.highlight .ow {
  color: #ff79c6; }

/* Operator.Word */
.highlight .w {
  color: #f8f8f2; }

/* Text.Whitespace */

/* Literal.Number.Bin */
.highlight .mf {
  color: #bd93f9; }

/* Literal.Number.Float */

/* Literal.Number.Hex */
.highlight .mi {
  color: #bd93f9; }

/* Literal.Number.Integer */

/* Literal.Number.Oct */

/* Literal.String.Affix */
.highlight .sb {
  color: #f1fa8c; }

/* Literal.String.Backtick */

/* Literal.String.Char */

/* Literal.String.Delimiter */
.highlight .sd {
  color: #f1fa8c; }

/* Literal.String.Doc */
.highlight .s2 {
  color: #f1fa8c; }

/* Literal.String.Double */
.highlight .se {
  color: #f1fa8c; }

/* Literal.String.Escape */
.highlight .sh {
  color: #f1fa8c; }

/* Literal.String.Heredoc */
.highlight .si {
  color: #f1fa8c; }

/* Literal.String.Interpol */

/* Literal.String.Other */
.highlight .sr {
  color: #f1fa8c; }

/* Literal.String.Regex */
.highlight .s1 {
  color: #f1fa8c; }

/* Literal.String.Single */
.highlight .ss {
  color: #f1fa8c; }

/* Literal.String.Symbol */
.highlight .bp {
  color: #f8f8f2;
  font-style: italic; }

/* Name.Builtin.Pseudo */
.highlight .fm {
  color: #50fa7b; }

/* Name.Function.Magic */

/* Name.Variable.Class */

/* Name.Variable.Global */
.highlight .vi {
  color: #8be9fd;
  font-style: italic; }

/* Name.Variable.Instance */

/* Name.Variable.Magic */

/* Literal.Number.Integer.Long */
.wrapper {
  display: flex;
  flex-direction: column; }

.container, .header, .footer, .hero__content, .flex-boxes, .tabs {
  padding: 0 2rem;
  display: flex;
  flex-direction: column; }

@media all and (min-width: 600px) {
  .container, .header, .footer, .hero__content, .flex-boxes, .tabs {
    max-width: 960px;
    width: 100%;
    position: relative;
    margin: 0 auto; } }

header {
  background: #fff;
  border-bottom: 1px solid #ddd; }

.header {
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column; }

.logo {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.logo__link {
  max-width: 80%; }

.logo__image {
  max-width: 100%; }

.nav {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif; }

.nav-menu {
  display: block;
  text-align: center; }

.nav-menu__line {
  width: 40px;
  border: 3px solid #3ba2c4;
  border-radius: 3px;
  display: block;
  margin: 5px auto;
  transition: all 0.3s ease-in-out; }

.nav__list {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  display: none;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
  transition: all 0.3s ease-in-out; }

.nav__item {
  display: block;
  text-align: center;
  transition: all .25s ease-in-out;
  font-size: 1.8rem; }

.nav__link {
  display: block;
  padding: 1rem;
  transition: all .25s ease-in-out; }

@media all and (min-width: 600px) {
  .nav {
    order: 1; }
  .nav__list {
    flex-direction: row; }
  .nav__item {
    flex-basis: 50%; }
  .logo {
    order: 0; } }

@media all and (min-width: 900px) {
  .header {
    padding: 1rem 2rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
  .nav-menu {
    display: none; }
  .nav__list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start; }
  .nav__item {
    flex-basis: 100%; } }

.landing-page {
  background-color: #e3eff3; }

.list-heading {
  margin: 1.0rem; }

.main-content {
  min-height: 50vh; }

.heading {
  margin: 1.0rem 0; }

.subheading {
  color: #3ba2c4;
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }

.subheading__tags {
  list-style: none;
  display: flex;
  margin-top: 0.5rem;
  flex-wrap: wrap; }

.subheading__tag_item, p > code, li > code, td > code {
  background: #eee;
  padding: 4px 5px 2px;
  border-radius: 4px;
  position: relative;
  top: -1px;
  margin: 3px;
  font-size: 90%;
  overflow-wrap: break-word;
  word-wrap: break-word; }

#goals {
  margin: 0.75rem 0; }

@media all and (min-width: 600px) {
  .subheading {
    flex-direction: row;
    align-items: center;
    justify-content: space-between; } }

pre {
  font-family: "Ubuntu Mono", "Monaco", "Consolas", "Lucida Console", monospace;
  tab-size: 4;
  overflow-x: auto;
  padding: 0 1rem 1rem; }

div[data-lang]::before {
  content: attr(data-lang);
  text-transform: capitalize;
  display: block;
  padding: 1rem 1rem 0;
  background: #3ba2c4;
  color: #fff; }

.inline-signup-form {
  margin: 1.5rem 0; }

.inline-form__label {
  display: block; }

.inline-form__fields {
  display: flex;
  flex-direction: column; }

.inline-form__field {
  margin-top: 0;
  margin-bottom: 1rem; }

.inline-form__field--fillspace {
  /* This element will receive priority of size.
     All other elements will be sized at the size dictated by their display type */
  flex-grow: 1; }

@media all and (min-width: 600px) {
  .inline-form__fields {
    flex-direction: row; }
  .inline-form__field {
    margin-bottom: 0; }
  .inline-form__field--fillspace + .inline-form__field--fillspace-gap {
    margin-left: 1rem; } }

.pagination {
  width: 100%;
  text-align: center;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif; }

footer {
  background: #fff;
  border-top: 1px solid #ddd;
  margin-top: 1rem; }

.footer {
  padding: 1rem 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif; }

.footer > * {
  text-align: center;
  margin-bottom: 1rem;
  max-width: 100%; }

.footer__info-links {
  order: 1;
  list-style: none; }

.footer__mark {
  order: 0; }

.footer__social-list {
  order: 2;
  list-style: none; }

@media all and (min-width: 600px) {
  .footer {
    flex-direction: row; }
  .footer__info-links {
    order: 0;
    max-width: 30%;
    width: 30%; }
  .footer__mark {
    order: 1;
    max-width: 30%;
    width: 30%; }
  .footer__social-list {
    order: 2;
    max-width: 30%;
    width: 30%; } }

.article {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-iterms: flex-start; }

.article__toc {
  order: 1; }

.article__toc > #TableOfContents ul {
  list-style: none;
  margin-bottom: 1rem; }

.article__toc > #TableOfContents li > ul > li {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(59, 162, 196, 0.2); }

.article__body {
  order: 2; }

@media all and (min-width: 600px) {
  .article {
    flex-direction: row;
    justify-content: space-between; }
  .article__toc {
    order: 2;
    max-width: 30%; }
  .article__body {
    order: 1;
    margin-right: 2%; } }

.hero {
  background: #3ba2c4;
  min-height: 20rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.hero__content {
  margin: auto;
  padding: 2rem; }

.hero__title {
  margin: 0;
  color: #fff; }

.hero__subtitle {
  margin: 2rem 0; }

.hero__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1rem; }

.hero__form > input {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  margin-bottom: 0; }

.hero__form > input[type="email"] {
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0.5rem;
  width: 100%;
  max-width: 80%; }

.hero__form > input[type="submit"] {
  width: 100%;
  max-width: 80%; }

@media all and (min-width: 600px) {
  .hero__form {
    flex-direction: row; }
  .hero__form > input[type="email"] {
    max-width: 50%; }
  .hero__form > input[type="submit"] {
    width: auto; } }

.cards {
  display: flex;
  flex-wrap: wrap; }

.card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 2px 4px #e6e6e6;
  flex-grow: 1;
  flex-basis: 14em;
  margin: 0 1rem 1.5rem 1rem;
  position: relative;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .card:active {
    background-color: #fff; }

.card__content {
  margin-bottom: 0.5rem; }

.card__image {
  padding: 1rem 1rem 0;
  max-height: 720px;
  overflow: hidden;
  max-width: 100%; }
  .card__image img {
    border-radius: 3px;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    width: 100%; }

.card__header {
  background-color: #fff;
  font-weight: bold;
  line-height: 1.5rem;
  padding: 0.5rem 1rem;
  transition: all 0.2s ease-in-out; }

.card__title {
  margin: 0;
  font-family: "Ubuntu", Helvetica, Arial, sans-serif; }

.card__subheading {
  font-size: 1rem;
  padding-top: 1rem;
  color: #999; }

.card__copy, .card__footer {
  font-size: 1.2rem;
  line-height: 1.5rem; }

.card__copy {
  padding: 0 1rem; }
  .card__copy p {
    margin: 0 0 0.75rem; }

.card__footer {
  padding: 0.75rem 1rem;
  border-top: 1px solid #ddd;
  border-radius: 3px 3px 0 0; }

@media all and (min-width: 900px) {
  .card {
    max-width: 30%; } }

.flex-container {
  background: #fff;
  padding: 1rem; }

.flex-boxes {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center; }

.flex-box {
  max-width: 80%;
  display: flex;
  flex-direction: column; }

.flex-box__heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  text-align: center;
  margin: 0 auto; }

.flex-box__content {
  text-align: center; }

@media all and (min-width: 600px) {
  .flex-boxes {
    flex-direction: row;
    align-items: flex-start; }
  .flex-box {
    max-width: 45%; } }

.tab-container {
  padding: 1rem; }

.tabs {
  display: block; }

.tab-input {
  display: none; }

.tab-label {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  display: inline-block;
  margin: 0 0 -1px;
  padding: 5px 10px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
  cursor: pointer; }

.tab-subheading {
  margin: 0 1rem 1rem; }

.tab-content {
  display: none;
  padding: 2rem 0 0;
  border-top: 1px solid #ddd; }

.tab-input:checked + .tab-label {
  color: #091a1f;
  border: 1px solid #ddd;
  border-top: 2px solid #d65429;
  border-bottom: 1px solid #fff; }

#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3 {
  display: block; }

@media all and (min-width: 600px) {
  .tab-label {
    font-size: 1.6rem; } }

.bullets {
  display: flex;
  flex-wrap: wrap;
  margin: 1em;
  margin-bottom: 1.5;
  overflow: auto;
  padding: 0; }
  .bullets .bullet {
    display: flex;
    flex-direction: column;
    flex-basis: 20em;
    flex-grow: 1;
    align-items: center;
    text-align: center; }
  .bullets .bullet-icon {
    border-radius: 50%;
    height: 3.5em;
    width: 3.5em; }
  .bullets .bullet-icon__link {
    display: inline-block;
    width: 100%;
    height: 100%; }
  .bullets .bullet-content {
    margin-bottom: 1.5em; }
  .bullets h2 {
    border-bottom: 1px solid rgba(9, 26, 31, 0.2);
    display: inline-block;
    font-size: 1.4em;
    margin: 0 0 0.58333em 0;
    padding-top: 0.5em; }
  .bullets li {
    list-style: none; }
  .bullets p {
    color: #091a1f;
    line-height: 1.5; }
  .bullets img {
    max-width: 100%; }
  @media all and (min-width: 900px) {
    .bullets h2 {
      padding-top: 0; }
    .bullets .bullet {
      flex-direction: row;
      align-items: flex-start;
      text-align: left; }
    .bullets .bullet-content {
      margin-left: 1.75em; }
      .bullets .bullet-content.bullet-content--no-icon {
        margin-left: 0; } }

.podcasts {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  overflow: auto;
  padding: 0; }
  .podcasts .podcast-main {
    display: flex;
    flex-direction: column;
    flex-basis: 20em;
    flex-grow: 1;
    align-items: center;
    text-align: center; }
  .podcasts .podcast-icon {
    border-radius: 50%;
    max-width: 350px; }
  .podcasts .podcast-icon__link {
    display: inline-block;
    width: 100%;
    height: 100%; }
  .podcasts h2 {
    border-bottom: 1px solid rgba(9, 26, 31, 0.2);
    display: inline-block;
    font-size: 1.4em;
    margin: 0 0 0.58333em 0; }
  .podcasts li {
    list-style: none; }
  .podcasts p {
    color: #091a1f;
    line-height: 1.5; }
  .podcasts img {
    max-width: 100%; }
  .podcasts .podcast-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .podcasts .podcast-buttons > button, .podcasts .podcast-buttons [type='button'], .podcasts .podcast-buttons [type='reset'], .podcasts .podcast-buttons [type='submit'] {
      margin: 5px;
      color: #091a1f;
      font-family: "Ubuntu", Helvetica, Arial, sans-serif;
      background: inherit;
      border: 2px solid #091a1f;
      padding: 0.5em 1em; }
      .podcasts .podcast-buttons > button:hover, .podcasts .podcast-buttons > button:focus, .podcasts .podcast-buttons [type='button']:hover, .podcasts .podcast-buttons [type='button']:focus, .podcasts .podcast-buttons [type='reset']:hover, .podcasts .podcast-buttons [type='reset']:focus, .podcasts .podcast-buttons [type='submit']:hover, .podcasts .podcast-buttons [type='submit']:focus {
        background-color: #091a1f;
        color: #fff; }
  @media all and (min-width: 900px) {
    .podcasts .podcast-main {
      flex-direction: row;
      align-items: flex-start;
      text-align: left; }
    .podcasts .podcast-buttons {
      align-items: flex-start;
      justify-content: flex-start; }
    .podcasts .podcast-content {
      margin-left: 1em; } }

