@charset "UTF-8";
/*!
Theme Name: OMG! Ubuntu! 2021.1.0
Theme URI: http://omgubuntu.co.uk
Description: A theme for OMG! Ubuntu!
Author: Sam Tran
Author URI: http://www.ohso.io
Version: 2021.1.0
*/
/*========Theme Notes===========
  Media Queries:
  900px: Two-up content should go to one-up
  800px: Tablet | Two-column sidebar below content and mobile navigation
  580px: Transitionary | Sidebar to one column
  400px: Mobile | Floated elements should be unfloated at 100% max-width
================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

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

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html {
  line-height: 1;
  width: 100%;
  font-family: var(--text-primary);
  color: var(--color-grey-33);
  background: #fff;
  font-weight: 400;
  scroll-behavior: smooth;
}

/*
  - Side-by-side content in the article body
 */
/*
  - Sidebar breaks off
  - Header menu reorganizes
*/
/*
  - Large elements reposition for smaller sizing constraints
*/
/*
  - Final break to 100% layouts
*/
h1, h2, h3, h4, h5, h6 {
  font-family: var(--text-headers);
  line-height: 1.25;
  font-weight: 700;
}

h2 a, h2 a:visited {
  color: var(--color-grey-33);
}

h2 a:hover {
  color: var(--color-blue-05);
}

h2, h3, h4, h5, h6 {
  margin-bottom: 0.9375rem;
}

h1 {
  font-size: 1.875rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.375rem;
}

h5 {
  font-size: 1.25rem;
  color: var(--color-blue-05);
}

h6 {
  font-size: 1rem;
  color: var(--color-grey-9a);
  line-height: 1;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4375rem;
  font-size: 0.75rem;
  line-height: 0.75rem;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

p {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #424242;
  margin: 0 0 1.8rem;
}
@media screen and (max-width: 1366px) {
  p {
    font-size: 1rem;
  }
}

a {
  color: var(--color-blue-05);
  text-decoration: none;
  transition: 250ms color ease;
}

a:visited {
  color: #aaa;
}

a:hover {
  color: #333;
}

a img {
  border: none;
}

img {
  max-width: 100%;
  height: auto;
}

iframe, object {
  max-width: 100%;
}

ol {
  list-style-position: inside;
  color: var(--color-grey-33);
}

ul {
  list-style: none;
  color: var(--color-grey-33);
}

li {
  font-size: 1.0625rem;
  line-height: 2rem;
}
@media screen and (max-width: 1366px) {
  li {
    font-size: 1rem;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}
table caption {
  background: var(--color-orange-ff);
  color: #fff;
  font-weight: 700;
  padding: 0.5rem;
}

th {
  font-weight: 800;
  padding: 1rem;
  line-height: 1.9;
  text-align: left;
  background: #333;
  color: #fff;
}

td {
  border-bottom: var(--color-grey-dd);
  padding: 1rem;
}

tr:nth-child(odd) {
  background: #f5f5f5;
}

tr,
td,
th {
  vertical-align: middle;
}

caption, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1.9;
}

q, blockquote {
  quotes: none;
}

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

blockquote {
  margin: 1rem 0;
  padding: 2rem;
  background: var(--color-grey-f6);
}
blockquote::before {
  content: "“";
  display: block;
  position: relative;
  top: 0.225em;
  margin-bottom: 0.2em;
  color: #333333;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1.5rem;
}
blockquote p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}
blockquote.wp-block-quote.is-style-large {
  font-size: 1.5rem;
  margin: 1rem 0;
  padding: 1rem;
}
blockquote.wp-block-quote.is-style-large p {
  line-height: 1.6;
  font-style: normal;
}
blockquote.wp-block-quote.is-style-large cite {
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .wp-block-pullquote.alignleft blockquote {
    margin-right: 0;
  }
  .wp-block-pullquote.alignright blockquote {
    margin-left: 0;
  }
}
blockquote cite {
  line-height: 1.5;
  padding-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
}

cite {
  text-align: right;
}

hr {
  width: 50%;
  height: 1px;
  border: none;
  background: #dedede;
  margin: 2rem auto;
}

code {
  font-family: var(--text-monospace);
  background: #eee;
  padding: 0.125rem 0.25rem;
  border-radius: 2px;
  font-size: 1em;
}
@media screen and (max-width: 1366px) {
  code {
    font-size: 1rem;
  }
}
.has-background code {
  background: rgba(0, 0, 0, 0.25);
}

pre {
  margin: 1.5rem 0;
  padding: 1rem;
  overflow: auto;
  font-family: var(--text-monospace);
  font-size: 1.0625rem;
  background: #333;
  color: #fff;
  line-height: 1.5;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1366px) {
  pre {
    font-size: 1rem;
  }
}
pre code {
  padding: 0;
  background: none;
}
pre code:before {
  content: "$ ";
  font-size: 1.0625rem;
  color: #ffff3d;
}

.screen-reader-text {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.u--box {
  position: relative;
  max-width: 1230px;
  margin: auto;
}

.box {
  position: relative;
  max-width: 1132px;
  margin: auto;
}

/*==============================
  Utilities
================================*/
.ta-left {
  text-align: left;
}
.ta-center {
  text-align: center;
}
.ta-right {
  text-align: right;
}

.font-bold {
  font-weight: 700;
}

.tt-u {
  text-transform: uppercase;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.d-none {
  display: none !important;
}

.bg-twitter {
  background: #1da1f2;
}

.bg-reddit {
  background: #9ac6f2;
}

.bg-telegram {
  background: #08c;
}

.bg-whatsapp {
  background: #43d854;
}

.bg-pocket {
  background: #ee4056;
}

.bg-web_share {
  background: #2b4656;
}

.bg-pinterest {
  background: #ca1f27;
}

.bg-facebook {
  background: #3b5998;
}

.bg-disqus {
  background: #1e1e1e;
}

:root {
  --color-red-fd: #fd1d1d;
  --color-red-f2: #f24336;
  --color-orange-d3: #d34726;
  --color-orange-ef: #ef642d;
  --color-orange-f1: #f15d22;
  --color-orange-ff: #ff9700;
  --color-yellow-f0: #f0f303;
  --color-yellow-fb: #fbc92a;
  --color-yellow-ff: #fff94f;
  --color-green-00: #00bb72;
  --color-green-3d: #3ddb84;
  --color-green-89: #89c460;
  --color-green-a2: #a2c33d;
  --color-blue-05: #0596fd;
  --color-blue-42: #4285f4;
  --color-blue-4f: #4f86bf;
  --color-blue-50: #5080d8;
  --color-purple-3a: #3a1831;
  --color-purple-67: #67005f;
  --color-purple-75: #752360;
  --color-purple-7e: #7e52c0;
  --color-purple-83: #834bc4;
  --color-white: #fff;
  --color-grey-1e: #1e1e1e;
  --color-grey-33: #333;
  --color-grey-45: #454545;
  --color-grey-55: #555555;
  --color-grey-66: #666;
  --color-grey-75: #757575;
  --color-grey-88: #888;
  --color-grey-9a: #9a9a9a;
  --color-grey-ad: #adb5bd;
  --color-grey-cd: #cdcdcd;
  --color-grey-dd: #ddd;
  --color-grey-f4: #f4f4f4;
  --color-grey-f6: #f6f6f6;
  --color-grey-9d: var(--color-grey-9a);
  --gradient-chrome: linear-gradient(65deg,#029be9,#22c5fd);
  --gradient-disco-inverted: linear-gradient(-175deg, #0bbafb 0, #4285ec 100%);
  --gradient-text-overlay: linear-gradient(45deg, rgba(16, 0, 38, 0.82) 0%, rgba(56, 21, 60, 0.61) 30%, rgba(226, 52, 0, 0.41) 70%, rgba(0, 0, 0, 0) 100%);
  --shadow-1: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  --shadow-1-bottom-only: 0 12px 8px -10px rgba(0, 0, 0, 0.16), 0 5px 5px -2px rgba(0, 0, 0, 0.26);
  --shadow-1-hover: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 2px 10px 0 rgba(0, 0, 0, 0.26);
  --shadow-2: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  --shadow-3: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24);
  --shadow-4: 0 25px 55px 0 rgba(0, 0, 0, 0.21), 0 16px 28px 0 rgba(0, 0, 0, 0.22);
  --shadow-5: 0 40px 77px 0 rgba(0, 0, 0, 0.22), 0 27px 24px 0 rgba(0, 0, 0, 0.2);
  --text-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Noto, Arial, Ubuntu, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --text-headers: "Quicksand", "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  --text-monospace: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}

button.is-link {
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  box-shadow: none;
  cursor: pointer;
}

.CookieWarning {
  display: none;
  justify-content: space-between;
  align-items: center;
  z-index: 10000;
  position: fixed;
  box-shadow: var(--shadow-2);
  border-radius: 2px;
  left: 50%;
  margin-left: -200px;
  bottom: 1rem;
  background: var(--color-grey-45);
  color: #fff;
  padding: 1rem;
  font-weight: 600;
  width: 400px;
  max-width: 100%;
}
.CookieWarning.is-active {
  display: flex;
}
.CookieWarning p {
  font-size: 0.875rem;
  color: #fff;
  margin: 0;
}
.CookieWarning p + p {
  margin-top: 0.5rem;
}
@media screen and (max-width: 500px) {
  .CookieWarning {
    right: 1rem;
    left: 1rem;
    margin-left: 0;
    width: auto;
  }
}

.CookieWarning-learnMore, .CookieWarning-learnMore:visited {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.CookieWarning-learnMore:hover, .CookieWarning-learnMore:visited:hover {
  color: var(--color-grey-dd);
}
.CookieWarning-learnMore:focus, .CookieWarning-learnMore:active, .CookieWarning-learnMore:visited:focus, .CookieWarning-learnMore:visited:active {
  color: #fff;
}

button.CookieWarning-consent {
  font-size: 0.875rem;
  color: #f2b21a;
  text-transform: uppercase;
}
button.CookieWarning-consent:hover {
  color: #d19917;
}

.page-footer {
  font-family: var(--text-primary);
  padding-bottom: 30px;
  background: var(--header-background);
  text-align: center;
  font-size: 1.5rem;
}

.footer-links {
  padding-top: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-links li {
  font-size: 1rem;
  padding: 0.75rem 1rem;
}

.footer-copyright {
  margin-top: 1.125rem;
}
.footer-copyright p {
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.75;
  font-weight: 400;
  margin: 0 1rem;
}
.footer-copyright a {
  color: #fff;
  font-weight: 400;
}
.footer-copyright a:hover {
  color: orange;
}

.footer__logo {
  padding-top: 1.5rem;
}
.footer__logo img:hover {
  animation: rainbow 1.5s steps(36) infinite;
}

@keyframes rainbow {
  from {
    filter: hue-rotate(10deg);
  }
  to {
    filter: hue-rotate(360deg);
  }
}
@media screen and (max-width: 600px) {
  .footer-links {
    padding: 12px 18px;
  }

  .footer-socials {
    margin: 0;
  }
  .footer-socials .Icon {
    width: 3.125rem;
    height: 3.125rem;
    padding: 0.75rem;
  }

  .footer-links li {
    font-size: 1rem;
  }

  .footer-copyright p {
    font-size: 0.875rem;
  }
}
/*
  - Side-by-side content in the article body
 */
/*
  - Sidebar breaks off
  - Header menu reorganizes
*/
/*
  - Large elements reposition for smaller sizing constraints
*/
/*
  - Final break to 100% layouts
*/
:root {
  --header-background: var(--gradient-chrome);
}

/*==============================
  Header
================================*/
.header {
  position: relative;
  background: var(--header-background);
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .header {
    padding: 0 30px;
  }
}
@media screen and (max-width: 800px) {
  .header {
    padding: 0 1rem;
  }
}
.post--hero .header {
  background: none;
}
.home--with-atf .header, .post--with-banner .header, .single .header {
  background: none;
}
.home--with-atf .header::before, .post--with-banner .header::before, .single .header::before {
  content: "";
  position: absolute;
  top: 0;
  height: 400px;
  left: 0;
  right: 0;
  background: var(--header-background);
  z-index: -2;
}
.home--with-atf .header::after, .post--with-banner .header::after, .single .header::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 500px;
  background-position: calc(50% - 1030px) 150px;
  background-image: url("images/repeating-wave.svg?v=20210711085226");
  background-size: 2000px auto;
  background-repeat: repeat-x;
  z-index: -1;
}
.post--with-banner .header::before {
  height: 250px;
}
@media screen and (max-width: 800px) {
  .post--with-banner .header::before {
    height: 125px;
  }
}

.header__content {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.header__content.header--loaded {
  overflow: unset;
}
@media screen and (max-width: 500px) {
  .header__content {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 500px) {
  .header__link {
    flex: 1 1;
    min-width: 50vw;
  }
}

.header__logo {
  display: block;
  max-height: 60px;
  transition: transform 250ms ease-in;
  margin-top: 0.5rem;
}
.header__logo:hover {
  transform: rotate(-1deg) scale(1.09);
}

a.skip-link {
  display: block;
  position: fixed;
  top: 0;
  left: -100vw;
  z-index: 1000;
  color: var(--color-grey-33);
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  background: var(--color-grey-dd);
}
a.skip-link:focus {
  left: 0;
  width: 100%;
  max-width: 400px;
  height: 40px;
  line-height: 40px;
}

button.is-link.header__nav-toggle {
  display: none;
  color: #fff;
  flex: 0 0 30px;
  padding: 0 5px;
  height: 100%;
  animation: fade-in 250ms ease-in;
}
button.is-link.header__nav-toggle .icon {
  width: 30px;
}
.header--overflow button.is-link.header__nav-toggle {
  display: block;
}
@media screen and (max-width: 800px) {
  button.is-link.header__nav-toggle {
    display: block;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.styled-menu a, .styled-menu a:visited {
  color: #fff;
  padding: 0 0.875rem;
  line-height: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.styled-menu a::before, .styled-menu a:visited::before {
  transform-origin: top left;
  content: "";
  transition: transform ease-in 200ms;
  transform: scaleX(0);
  position: absolute;
  bottom: -0.4em;
  left: 0.875rem;
  right: 0.875rem;
  height: 1px;
  background: #fff;
}
.styled-menu a:hover::before, .styled-menu a:visited:hover::before {
  transform: scaleX(1);
}

.header__socials {
  margin: 0 1rem;
  display: flex;
}
.header__socials .Icon {
  color: rgba(255, 255, 255, 0.85);
  width: 0.75rem;
  height: 0.75rem;
}
.header__socials .menu-item .Icon {
  transition: color 250ms ease;
}
.header__socials .menu-item .Icon:hover {
  color: #fff;
}
.header__socials .menu-item + .menu-item {
  margin-left: 0.5rem;
}
@media screen and (max-width: 800px) {
  .header__socials {
    display: none;
  }
}

.header__socials--mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.header__socials--mobile .Icon {
  width: 3.25rem;
  height: 3.25rem;
  padding: 0.875rem;
  display: block;
}
.header__socials--mobile li {
  margin: 0 0 1rem;
}
.header__socials--mobile a {
  display: inline-block;
  background: #fff;
  margin: 0 0.75rem;
  position: relative;
}
.header__socials--mobile a:hover::before {
  opacity: 1;
  animation: 250ms opacity-in ease-in;
}
.header__socials--mobile a::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: var(--shadow-2);
  border-radius: 100%;
}

.header__nav {
  font-family: var(--text-headers);
  flex: 1 0;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 100ms ease-in;
  height: 100%;
}
.header--loaded .header__nav {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .header__nav {
    display: none;
  }
}

.header__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  padding: 0;
  margin: 0 0 0 1rem;
  z-index: 1001;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 100vw;
}
.header--loaded .header__menu {
  position: unset;
  left: unset;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .header__menu {
    position: absolute;
    left: 100vw;
  }
}
.header__menu:hover, .header__menu:active {
  overflow: unset;
}
.header__menu li {
  display: flex;
  align-items: center;
  margin-right: 0.125rem;
  font-weight: 400;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  position: relative;
  white-space: nowrap;
  height: 100%;
}
.header__menu li strong {
  color: var(--color-grey-f4);
}
.header--overflow .header__menu > li {
  display: none;
}
.header__menu .menu-item-has-children > a::after {
  display: inline-block;
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" height="8" width="8"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z" fill="%23fff"/></svg>');
  margin-left: 0.3125rem;
}
.header__menu .menu-item-has-children:hover .sub-menu {
  display: block;
}
.header__menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: var(--shadow-2);
  background: #fff;
  padding: 0.5rem 0;
  z-index: 1;
  max-width: 200px;
  min-width: 100%;
  overflow: hidden;
  animation: opacity-in 200ms ease-in;
  margin-top: -0.8rem;
  border-radius: 4px;
}
.header__menu .sub-menu .menu-item {
  white-space: nowrap;
  margin: 0;
  padding: 0 0.5rem;
}
.header__menu .sub-menu .menu-item:hover {
  background: var(--color-grey-dd);
}
.header__menu .sub-menu a {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 3;
  color: var(--color-grey-1e);
}

.header__search {
  height: 100%;
}
.header--overflow .header__search {
  display: none;
}

button.is-link.header__search-button {
  color: #fff;
  flex: 0 0 24px;
  padding: 0 0.5rem;
  height: 100%;
  position: relative;
}
button.is-link.header__search-button .icon {
  width: 24px;
}

.header__search-input {
  display: block;
  background: #fff;
  color: var(--color-grey-45);
  border: none;
  border-radius: 4px;
  padding: 0.875rem;
  width: 300px;
  font-size: 0.875rem;
  margin-top: -0.8rem;
  box-shadow: var(--shadow-2);
}
.header__search-input::placeholder {
  color: #424242;
  font-style: italic;
  font-family: var(--text-primary);
}
.header__search-input:focus {
  outline: none;
}
.header__search-input--mobile {
  width: 100%;
  margin-left: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1rem;
  flex: 1 0;
  background: unset;
  margin-top: 0;
  color: #fff;
}
.header__search-input--mobile::placeholder {
  color: var(--color-grey-f4);
}

.header__search-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  animation: opacity-in 150ms ease-in;
}
.header__search--active .header__search-menu {
  display: block;
}

.header__mobile {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 400px;
  max-width: 100vw;
  animation: mobile-nav-fly-in 200ms ease-in-out;
  opacity: 0;
  background: #fff;
  overflow: auto;
  box-shadow: var(--shadow-2);
}
.header__mobile--active {
  display: block;
  opacity: 1;
}
.header__mobile--active + .header__mobile-background {
  display: block;
}
@media screen and (max-width: 800px) {
  .header__mobile {
    left: 0;
  }
}

.header__mobile-content {
  overflow: auto;
  height: calc(100% - 70px);
}

.header__mobile-header {
  position: relative;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  overflow: hidden;
}
.header__mobile-header::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0;
  bottom: 0;
  width: calc(100vw + 1rem);
  z-index: -1;
  background: var(--header-background);
}

.header__mobile-close {
  color: #fff;
}

.header__mobile-search {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background: #333;
}
.header__mobile-search .icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.header__mobile-menu {
  padding: 0.5rem 0;
  font-family: var(--text-headers);
}
.header__mobile-menu a {
  display: block;
  padding: 0.75rem 1rem;
  color: var(--color-grey-45);
  font-size: 1.25rem;
}
.header__mobile-menu a:not([href="#"]):hover {
  background: rgba(0, 0, 0, 0.125);
}
.header__mobile-menu .sub-menu a {
  padding-left: 2.5rem;
}
.header__mobile-menu li.current-menu-item {
  border-left: 0.25rem solid #333;
}
.header__mobile-menu li.current-menu-item a {
  padding-left: 0.75rem;
}

.header__mobile-background {
  display: none;
  background: rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  animation: opacity-in 250ms ease-in-out;
}

@keyframes opacity-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mobile-nav-fly-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.icon, .Icon {
  width: 2rem;
  height: 2rem;
  fill: currentColor;
}

.icon--facebook, .Icon--facebook {
  color: #3b5998;
}

.icon--gplus, .Icon--gplus {
  color: #cc3732;
}

.icon--youtube, .Icon--youtube {
  color: #e52d27;
}

.icon--instagram, .Icon--instagram {
  color: var(--color-grey-45);
}

.icon--twitter, .Icon--twitter {
  color: #4099ff;
}

.icon--feed, .Icon--feed {
  color: #ff6600;
}

.icon--steam, .Icon--steam {
  color: #171a21;
}

.icon--mastodon-brands, .Icon--mastodon-brands {
  color: #2b90d9;
}

.icon--hamburger use, .Icon--hamburger use {
  fill: blue;
}
.icon--hamburger use .top, .Icon--hamburger use .top {
  transform: rotate(-45deg);
}

#Icon--chromeWebStore {
  fill: #eee;
}
#Icon--chromeWebStore .chrome-circle {
  transform: scale(0.75) translateY(75%);
  margin-left: 4px;
}
#Icon--chromeWebStore .red {
  fill: #db4437;
}
#Icon--chromeWebStore .green {
  fill: #43964e;
}
#Icon--chromeWebStore .yellow {
  fill: #ffcc00;
}
#Icon--chromeWebStore .outer {
  fill: white;
}
#Icon--chromeWebStore .inner {
  fill: #5080d8;
}

/*==============================
  Primary Content
================================*/
.content-container, .primary-container {
  display: flex;
  background: #fff;
  max-width: 1290px;
  padding: 0 30px;
}
@media screen and (max-width: 800px) {
  .content-container, .primary-container {
    padding: unset;
  }
}

.primary-container {
  max-width: 1260px;
}
body:not(.post--hero):not(.post--with-banner) .primary-container {
  margin-top: 1.4rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1280px) {
  body:not(.post--hero):not(.post--with-banner) .primary-container {
    margin-top: 1rem;
  }
}

.primary {
  flex: 0 1 840px;
  padding: 0 45px;
  margin: 30px 30px 30px 0;
  max-width: calc(100% - 360px);
}
@media screen and (max-width: 800px) {
  .primary {
    padding: unset;
  }
}

.post-template-page_one-column .primary {
  margin-right: 0;
  width: 840px;
  max-width: 100%;
}
.post-template-page_one-column .primary-container {
  justify-content: center;
}

.loop {
  flex: 0 1 840px;
  margin: 30px 30px 30px 0;
  max-width: calc(100% - 390px);
}

/*==============================
  Sidebar Content
================================*/
.sidebar {
  flex: 0 0 330px;
  width: 330px;
  padding: 30px 30px 30px 0;
}
.loop + .sidebar {
  margin-left: auto;
  padding: 30px 0 30px 30px;
}

.sidebar .widget {
  padding-bottom: 20px;
}

.sidebar a {
  color: var(--color-grey-88);
}
.sidebar a:hover {
  color: var(--color-grey-33);
}

.sidebar .widget-title {
  font-size: 1.2rem;
  color: var(--color-grey-33);
}

/*==============================
  Above Comments
================================*/
.above-comments .widget {
  padding: 20px 0;
}

/*==============================
  Media Queries
================================*/
@media only screen and (max-width: 800px) {
  .primary, .loop {
    flex: 1 0 100%;
    max-width: 100%;
    min-height: 100vh;
    margin: 1rem 0 0;
    padding: 0 1rem;
  }

  .sidebar, .loop + .sidebar {
    flex: 1 0 100%;
    width: 100%;
    padding: 30px 1rem;
  }

  .content-container, .primary-container {
    flex-wrap: wrap;
  }
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__container {
  position: relative;
  box-sizing: border-box;
}

.splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: max-content;
  will-change: transform;
}

.splide.is-active .splide__list {
  display: flex;
}

.splide__pagination {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

.splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}

.splide {
  visibility: hidden;
}

.splide, .splide__slide {
  position: relative;
  outline: none;
}

.splide__slide {
  box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  flex-shrink: 0;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--color-grey-9a);
  border-left-color: transparent;
  animation: splide-loading 1s linear infinite;
}

.splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  user-select: none;
}

.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb > .splide__track > .splide__list {
  display: block;
}

.splide--ttb > .splide__pagination {
  width: auto;
}

.splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  opacity: 1;
  background: #fff;
  font-size: 17px;
  box-shadow: var(--shadow-1-bottom-only);
  cursor: pointer;
  transition: transform 100ms ease-in;
}
.splide__arrow:disabled {
  display: none;
}
.splide__arrow svg {
  width: 1rem;
  height: 1rem;
}
.splide:not(:hover) .splide__arrow.splide__arrow--next {
  transform: translateX(100px);
}
.splide:not(:hover) .splide__arrow.splide__arrow--prev {
  transform: translateX(-100px);
}

.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
}

.splide__arrow:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: 1.5em;
  right: 2rem;
  padding: 0;
}

.splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--color-grey-cd);
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  transition: transfrom 0.2s linear;
  border: none;
  opacity: 0.7;
}

.splide__pagination__page.is-active {
  transform: scale(1.4);
  background: #fff;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  width: 0;
  height: 3px;
  background: var(--color-grey-cd);
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: var(--color-grey-1e);
}

.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide--ttb > .splide__pagination {
  display: flex;
  flex-direction: column;
  bottom: 50%;
  left: auto;
  right: 0.5em;
  transform: translateY(50%);
}

.chart-widget {
  position: relative;
  display: flex;
  z-index: 0;
  flex-direction: column;
  overflow: hidden;
}

.chart-widget__background {
  filter: blur(4px);
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
}
.chart-widget__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chart-widget__content {
  z-index: 1;
}

.chart-widget__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 1.125rem 0;
}

.chart-widget__row {
  counter-increment: li;
  background: rgba(51, 51, 51, 0.66);
  font-size: 1rem;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  transition: background 150ms ease-in;
}
.chart-widget__row:hover {
  background: rgba(51, 51, 51, 0.85);
}
.chart-widget__row::before {
  color: var(--color-orange-ff);
  font-weight: 600;
  content: counter(li) ".";
}
.chart-widget__row[data-number]::before {
  content: attr(data-number) ".";
}
.chart-widget__row--red::before {
  color: #db0000;
}

a.chart-widget__link {
  color: #fff;
  padding-right: 30px;
  transition: padding-right 150ms ease-in;
}
a.chart-widget__link::after {
  content: "›";
  color: var(--color-yellow-ff);
  margin-left: 5px;
}
a.chart-widget__link:hover {
  color: #fff;
  padding-right: 50px;
}

.chart-widget__title {
  background: #fff;
  margin: 18px 32px;
}
.chart-widget__title h3 {
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5rem 1.875rem;
  font-size: 1.125rem;
  margin: 0;
}

.disqus-widget {
  margin-bottom: 1rem;
}

.disqus-widget__comment {
  display: flex;
}
.disqus-widget__comment + .disqus-widget__comment {
  margin-top: 1rem;
}

.disqus-widget__content {
  flex: 1 0;
  width: 3.875rem;
  position: relative;
  margin-left: 1rem;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: var(--color-grey-f6);
}
.disqus-widget__content:after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: -13px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 13px solid var(--color-grey-f6);
}

.disqus-widget__text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.75;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
}

.disqus-widget__link {
  display: block;
  font-size: 0.675rem;
  text-align: right;
  line-height: 1.25;
  margin-top: 0.25rem;
}

a.disqus-widget__user {
  color: var(--color-blue-05);
  font-weight: 700;
}

.disqus-widget__avatar {
  flex: 0 0 2rem;
  margin-right: 0.875rem;
  margin-top: 0.25rem;
  width: 2rem;
  height: 2rem;
  position: relative;
  border: 1px solid var(--color-grey-9a);
  border-radius: 1rem;
  overflow: hidden;
}

.sidebar .jetpack-display-remote-posts {
  margin: 1.5rem 0;
  display: grid;
  grid-template-columns: 145px auto;
  grid-gap: 1rem 0.5rem;
  grid-auto-flow: dense;
}
.sidebar .jetpack-display-remote-posts h4 {
  margin: 0;
  grid-column: 2;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 600;
  max-width: 180px;
  font-family: var(--text-primary);
}
.sidebar .jetpack-display-remote-posts h4 a {
  color: var(--color-grey-33);
}
.sidebar .jetpack-display-remote-posts > a {
  grid-column: 1;
  width: 100%;
  display: block;
  overflow: hidden;
}
.sidebar .jetpack-display-remote-posts > a img {
  width: 145px;
  height: 82.8571428571px;
  object-fit: cover;
  transition: transform 0.2s ease-in;
  transform: translate3d(0, 0, 0);
}
.sidebar .jetpack-display-remote-posts h4:not(:first-child), .sidebar .jetpack-display-remote-posts > a:not(:nth-child(2)) {
  margin-top: 1rem;
}
.sidebar .jetpack-display-remote-posts p {
  grid-column: span 2;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.sidebar .jetpack-display-remote-posts > a:hover img, .sidebar .jetpack-display-remote-posts h4:hover + a img {
  transform: scale(1.05);
}

.MostPopular-item {
  position: relative;
  background: #fff;
  margin-bottom: 1rem;
  transition: background 0.2s ease-out;
  word-break: normal;
}

.MostPopular-link {
  color: var(--color-grey-88);
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 21px;
}

.MostPopular-caption {
  display: block;
  font-weight: 700;
  color: var(--color-blue-05);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.MostPopular-text {
  display: block;
  color: var(--color-grey-33);
  font-weight: 600;
}

.MostPopular-title {
  width: 147px;
  margin-left: 8px;
  flex: 1;
  display: inline-block;
}

.most-popular__thumbnail-container {
  flex: 0 0 144px;
  width: 144px;
  height: 100px;
  overflow: hidden;
}

.most-popular-thumbnail {
  width: 145px;
  height: 100px;
  background: no-repeat center;
  background-size: cover;
  transition: transform 0.2s ease-in;
  transform: translate3d(0, 0, 0);
}
.MostPopular-item:hover .most-popular-thumbnail {
  transform: scale(1.05);
}

.portholes-widget .portholes-layout__title {
  font-size: 1.2rem;
}
.portholes-widget .portholes-layout__subtitle {
  font-size: 1rem;
  letter-spacing: -0.5px;
}
.portholes-widget .layout__image-container.portholes-layout__image {
  --porthole-size: 75px;
}
.portholes-widget.homepage-layout--dark-mode {
  --grid-basis: 260px;
}

a.QuotesWidget-link {
  display: block;
  font-family: var(--text-headers);
  background: var(--color-grey-f4);
  color: var(--color-grey-45);
  border-radius: 3px;
  font-weight: 700;
  padding: 1rem;
  line-height: 1.25;
  text-transform: uppercase;
  font-style: italic;
  transition: box-shadow 150ms ease-in;
}
a.QuotesWidget-link:hover {
  box-shadow: var(--shadow-2);
}

.QuotesWidget-source {
  text-align: right;
  font-size: 0.875rem;
  font-style: italic;
  margin: 0.25rem 0 1rem;
  color: var(--color-grey-66);
}

.related-posts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 2rem 1rem;
  align-items: flex-start;
  justify-content: center;
}

.related-post {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.related-post__background {
  flex: 0 0 115px;
  position: relative;
  transition: box-shadow 250ms ease-in;
}
.related-post__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-post__background:after {
  content: "";
  display: block;
  padding-top: 115px;
}

.related-post__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 1rem;
}

a.related-post__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-grey-33);
  flex: 1 0;
}
.above-comments a.related-post__title {
  color: #fff;
  font-size: 1rem;
}
a.related-post__title:hover {
  color: var(--color-blue-05);
}

.related-post__coverline {
  display: block;
  color: var(--color-blue-05);
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}

.related-post__date {
  line-height: 1;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: var(--color-grey-ad);
}

.VideoWidget-row {
  display: block;
  background: var(--color-grey-1e);
  padding: 1rem;
  transition: all 250ms ease-in;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
.VideoWidget-row:hover {
  box-shadow: var(--shadow-2);
  background: var(--color-red-f2);
}
.VideoWidget-row + .VideoWidget-row {
  margin-top: 1rem;
}

.VideoWidget-image {
  position: relative;
}

.VideoWidget-thumbnail {
  width: 100%;
  height: auto;
}
.VideoWidget-thumbnail img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.VideoWidget-caption {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(50, 49, 54, 0.85);
  color: #fff;
  max-width: 100%;
  overflow: hidden;
}

.VideoWidget-captionText {
  padding: 0 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.VideoWidget-icon {
  width: 48px;
  height: 34px;
  flex: 0 0 48px;
  padding: 8px 12px;
  background: var(--color-red-f2);
}

.VideoWidget-title {
  font-family: var(--text-headers);
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 1rem;
  line-height: 1.125;
}

/*==============================
  Plugins
================================*/
/* BuySellAds */
.above-comments .widget_text {
  text-align: center;
}

.above-comments .widget_text .textwidget {
  display: inline-block;
  max-width: 100%;
}

.pds-box {
  /* PollDaddy */
  border-radius: 3px !important;
  border-width: 1px !important;
}

.pds-vote-button {
  border-radius: 3px !important;
  background: var(--color-grey-f6) !important;
}

/*==============================
  Comments
================================*/
#disqus_thread {
  clear: both;
  padding: 12px 0;
}

/*
  - Side-by-side content in the article body
 */
/*
  - Sidebar breaks off
  - Header menu reorganizes
*/
/*
  - Large elements reposition for smaller sizing constraints
*/
/*
  - Final break to 100% layouts
*/
.list-layout__list--bullets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-flow: dense;
  grid-gap: 0 2rem;
  margin-bottom: 1.5rem;
}
.list-layout__list--bullets .layout__title {
  margin-bottom: 0.5rem;
}

.layout__header {
  align-items: center;
  display: flex;
  margin-bottom: 1.5rem;
}
.layout__header h2, .layout__header h3 {
  margin: 0;
  font-weight: normal;
  font-size: 1.2rem;
}

.layout__header--with-divider::after {
  content: "";
  background: var(--color-grey-dd);
  height: 1px;
  flex: 1;
  margin-left: 1rem;
}

.highlights-layout {
  margin-bottom: 1.5rem;
}

.html-layout {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.list-layout {
  display: flex;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 850px) {
  .list-layout {
    display: block;
  }
}
.list-layout .slider-layout__slide-content {
  padding-bottom: 1rem;
}

.list-layout__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
.list-layout__item .layout__title-link {
  font-size: 1.1rem;
  margin-left: 1rem;
  position: relative;
}
.list-layout__item .layout__title-link::before {
  position: absolute;
  top: -0.125rem;
  left: -1rem;
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 24 24"><path fill="currentColor" d="M8.809,23.588l-1.617-1.176L14.764,12L7.191,1.588l1.617-1.176l8,11c0.255,0.351,0.255,0.825,0,1.176 L8.809,23.588z"></path></svg>');
  display: inline-block;
  height: 8px;
}

.portholes-layout {
  --grid-basis: 300px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--grid-basis), 1fr));
  grid-gap: 1.5rem 3.75rem;
  margin-bottom: 1.5rem;
}

.portholes-layout__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.portholes-layout__item .layout__title {
  margin: 0;
  text-align: right;
}
.portholes-layout__item .layout__title-link:hover {
  color: var(--color-orange-ff);
}
.homepage-layout--dark-mode .portholes-layout__item .layout__title-link:hover {
  color: #fff;
}

.portholes-layout__title {
  font-family: var(--text-headers);
  display: block;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1;
  padding: 2px 6px;
  margin: -2px -6px;
}

.portholes-layout__subtitle {
  font-family: var(--text-primary);
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: normal;
  color: var(--color-grey-9a);
}

.layout__image-container.portholes-layout__image {
  --porthole-size: 100px;
  flex: 0 0 var(--porthole-size);
  margin-right: 1.125rem;
  width: var(--porthole-size);
  height: var(--porthole-size);
  border-radius: 50px;
  overflow: hidden;
  will-change: transform;
}
.layout__image-container.portholes-layout__image img {
  transition: transform 200ms ease-in-out;
  width: var(--porthole-size);
  height: var(--porthole-size);
  object-fit: cover;
}

/*
  - Side-by-side content in the article body
 */
/*
  - Sidebar breaks off
  - Header menu reorganizes
*/
/*
  - Large elements reposition for smaller sizing constraints
*/
/*
  - Final break to 100% layouts
*/
.sbs-layout__content {
  flex: 1 1;
}

.sbs-layout__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .sbs-layout__item {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .sbs-layout__item {
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .sbs-layout__item {
    display: block;
    margin-bottom: 2rem;
  }
}
.sbs-layout__item:last-child {
  margin-bottom: 1.5rem;
}
.sbs-layout__item--dark {
  background: #1e1e1e;
  padding: 1.25rem;
  color: #fff;
}
.sbs-layout__item--dark .layout__title-link {
  color: #fff;
}
.sbs-layout__item--dark .layout__description {
  color: #fff;
}
.sbs-layout__item--dark .layout__comments a {
  color: #fff;
}
.sbs-layout__item--dark .layout__comments a:hover {
  color: var(--color-grey-1e);
}

.sbs-layout__image {
  margin-right: 1.5rem;
  flex: 0 0 350px;
  width: 350px;
  position: relative;
}
.sbs-layout__image:after {
  content: "";
  display: block;
  padding-top: 57.1428571429%;
}
.sbs-layout__image--expanded {
  flex-basis: 450px;
  width: 450px;
}
.sbs-layout__image a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sbs-layout__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .sbs-layout__image--expanded {
    flex-basis: 350px;
    width: 350px;
  }
}
@media screen and (max-width: 1080px) {
  .sbs-layout__image {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .sbs-layout__image {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  .sbs-layout__image {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

.slider-layout__container {
  position: relative;
}
@media screen and (max-width: 1280px) {
  .slider-layout__container {
    overflow: hidden;
  }
}
.homepage__btf .slider-layout__container {
  margin-bottom: 1.5rem;
}

.slider-layout__container {
  overflow: hidden;
}
.slider-layout__container:not(:hover) .splide__arrow--next {
  transform: translateX(100px);
}
.slider-layout__container:not(:hover) .splide__arrow--prev {
  transform: translateX(-100px);
}
.slider-layout__container .splide__arrow {
  opacity: 1;
  background: #fff;
  font-size: 17px;
  box-shadow: var(--shadow-1-bottom-only);
  cursor: pointer;
  transition: transform 100ms ease-in;
}
.slider-layout__container .splide__arrow:disabled {
  display: none;
}
.slider-layout__container .splide__arrow svg {
  width: 1rem;
  height: 1rem;
}

.slider-layout__container:not(.is-active) {
  visibility: visible;
}
.slider-layout__container:not(.is-active)::before {
  content: "";
  display: block;
  padding-bottom: 30%;
}
.slider-layout__container:not(.is-active) .splide__track {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slider-layout__container:not(.is-active) .splide__list {
  height: 100%;
}
.slider-layout__container:not(.is-active) .splide__slide + .splide__slide {
  margin-left: 4px;
}
.slider-layout__container:not(.is-active) .splide__slide:nth-child(1n+4) {
  display: none;
}
.slider-layout__container:not(.is-active) .splide__arrows {
  display: none;
}
@media screen and (max-width: 800px) {
  .homepage__atf .slider-layout__container:not(.is-active)::before {
    padding-bottom: 50%;
  }
  .homepage__atf .slider-layout__container:not(.is-active) .splide__slide:nth-child(1n+3) {
    display: none;
  }
  .homepage__atf .slider-layout__container:not(.is-active) .splide__slide {
    width: calc(50% - 4px);
  }
}
@media screen and (max-width: 500px) {
  .homepage__atf .slider-layout__container:not(.is-active)::before {
    padding-bottom: 75%;
  }
  .homepage__atf .slider-layout__container:not(.is-active) .splide__slide:nth-child(1n+2) {
    display: none;
  }
  .homepage__atf .slider-layout__container:not(.is-active) .splide__slide, .homepage__atf .slider-layout__container:not(.is-active) .splide__slide:first-child {
    width: 100%;
  }
}
.homepage__btf .slider-layout__container:not(.is-active)::before {
  padding-bottom: 40%;
}
@media screen and (max-width: 1024px) {
  .homepage__btf .slider-layout__container:not(.is-active)::before {
    padding-bottom: 50%;
  }
  .homepage__btf .slider-layout__container:not(.is-active) .splide__slide:nth-child(1n+3) {
    display: none;
  }
  .homepage__btf .slider-layout__container:not(.is-active) .splide__slide {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .homepage__btf .slider-layout__container:not(.is-active) .splide__slide:nth-child(1n+2) {
    display: none;
  }
  .homepage__btf .slider-layout__container:not(.is-active) .splide__slide, .homepage__btf .slider-layout__container:not(.is-active) .splide__slide:first-child {
    width: 100%;
  }
}

.slider-layout {
  display: flex;
  width: 100%;
}
.homepage__atf .slider-layout .splide__slide {
  width: calc(25% - 4px);
}
.homepage__atf .slider-layout .splide__slide:first-child {
  width: calc(50% - 4px);
}
.homepage__atf .slider-layout .splide__slide:first-child .slider-layout__slide-link {
  font-size: 1.9rem;
}
@media screen and (max-width: 1024px) {
  .homepage__atf .slider-layout .splide__slide:first-child .slider-layout__slide-link {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 800px) {
  .homepage__atf .slider-layout .splide__slide:first-child .slider-layout__slide-link {
    font-size: 1.25rem;
  }
}
.homepage__btf .slider-layout .splide__slide {
  width: 33%;
}

.slider-layout__slide::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 175ms ease-in;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%);
  z-index: -1;
}
.slider-layout__slide:hover::after {
  opacity: 0.5;
}
@media screen and (min-width: 601px) {
  .slider-layout__slide::after {
    border-radius: 1.5rem;
  }
}

.slider-layout__link-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.slider-layout__image-container.layout__image-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
.slider-layout__image-container.layout__image-container img {
  transition: transform 0.6s cubic-bezier(0.165, 0.85, 0.45, 1);
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-user-select: none;
          user-select: none;
}
.slider-layout__slide:hover .slider-layout__image-container.layout__image-container img {
  transform: scale(1.05);
}
@media screen and (min-width: 601px) {
  .slider-layout__image-container.layout__image-container {
    border-radius: 1.5rem;
  }
}

.slider-layout__slide-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 1.5rem;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  -webkit-user-select: none;
          user-select: none;
  width: 100%;
}

a.slider-layout__slide-category {
  background: var(--color-orange-ff);
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.25rem 0.375rem;
  margin-bottom: 0.5rem;
  transition: background 150ms ease-in;
  z-index: 2;
  letter-spacing: 1px;
}
a.slider-layout__slide-category:hover {
  background: var(--color-grey-33);
}

a.slider-layout__slide-link {
  display: block;
  color: #fff;
  font-family: var(--text-headers);
  font-size: 1.5rem;
  line-height: 1.25;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  letter-spacing: -0.5px;
  flex: 1 0;
  padding-bottom: 0.25rem;
}
a.slider-layout__slide-link .post-title--coverline {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  a.slider-layout__slide-link {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
  }
}
.loop__atf a.slider-layout__slide-link {
  font-size: 1.125rem;
}

.slider-layout__meta {
  font-size: 0.75rem;
  z-index: 1;
  color: var(--color-grey-dd);
  padding-bottom: 1rem;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.slider-layout__meta .post-meta__divider {
  margin: 0 0.25rem;
}
.slider-layout__meta a, .slider-layout__meta a.post-author {
  color: var(--color-grey-dd);
}

.slideshow-layout {
  position: relative;
  margin-bottom: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .slideshow-layout {
    overflow: hidden;
  }
}
.slideshow-layout::after {
  content: "";
  padding-top: 35.7142857143%;
  display: block;
}
.slideshow-layout .splide, .slideshow-layout .slideshow-layout__placeholder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.splide.is-active + .slideshow-layout__placeholder {
  display: none;
}

.slideshow-layout__slide a, .slideshow-layout__placeholder a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.slideshow-layout__slide img, .slideshow-layout__placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slideshow-layout__slide::after, .slideshow-layout__placeholder::after {
  content: "";
  padding-top: 35.7142857143%;
  display: block;
}

.tile-layout {
  display: grid;
  grid-gap: 1.5rem;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.tile-layout .layout__title-link {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.tile-layout, .tile-layout--3x {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.tile-layout--2x {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.tile-layout--2x .layout__title-link {
  font-size: 1.4rem;
}
.tile-layout--4x {
  grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
}
.tile-layout--4x .layout__title-link {
  font-size: 1rem;
}
.tile-layout--4x .layout__meta {
  font-size: 0.75rem;
}

.tile-layout__image {
  margin-right: 1.5rem;
  width: 100%;
  margin-bottom: 0.5rem;
  position: relative;
}
.tile-layout__image:after {
  content: "";
  display: block;
  padding-top: 57.1428571429%;
}
.tile-layout__image a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tile-layout__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topic-layout .layout__image-container {
  overflow: hidden;
  will-change: transform;
  border-radius: 0.5rem;
}
.topic-layout .layout__image-container img {
  transition: transform 0.6s cubic-bezier(0.165, 0.85, 0.45, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.topic-layout .tile-layout__image {
  margin: 0;
}

.topic-layout__topic {
  position: relative;
}
.topic-layout__topic:hover img {
  transform: scale(1.05);
}

.topic-layout__content a {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  line-height: 1.5rem;
  flex-direction: column;
}
.topic-layout__content a::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.42);
  border-radius: 0.5rem;
}
.topic-layout__content a strong {
  background: var(--color-grey-1e);
  padding: 4px 8px;
  margin-bottom: 2px;
  font-family: var(--text-headers);
  border-radius: 0.5rem;
}

.homepage-layout {
  --title-color: var(--color-grey-33);
  --link-color: var(--color-blue-05);
  --link-color-hover: var(--color-grey-1e);
}

.homepage-layout--dark-mode {
  --title-color: #fff;
  --link-color: var(--color-grey-ad);
  --link-color-hover: #fff;
  padding: 1.25rem;
  background: var(--color-grey-1e);
  border-radius: 0.5rem;
}

a.layout__title-link {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -1px;
  color: var(--title-color);
  display: block;
}
a.layout__title-link:hover {
  color: var(--color-blue-05);
}

.layout__image-container img {
  transition: opacity 250ms ease-in-out;
}

.layout__description {
  color: var(--color-grey-9a);
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0 0 1rem;
}

.layout__meta {
  display: flex;
  font-size: 0.875rem;
  align-items: center;
  margin-top: 0.5rem;
}

.layout__date {
  color: var(--color-grey-ad);
}

.layout__comments {
  margin-left: auto;
}
.layout__comments a {
  color: var(--link-color);
  font-weight: 700;
}
.layout__comments a:hover {
  color: var(--link-color-hover);
}

@media screen and (max-width: 700px) {
  .layout__title {
    margin-bottom: 0.25rem;
  }
}
.homepage__atf {
  z-index: 1;
  padding-top: 1rem;
}
@media screen and (min-width: 1281px) {
  body:not(.category):not(.tag) .homepage__atf {
    filter: drop-shadow(0 4px 20px rgba(31, 31, 31, 0.4));
    padding-top: 1.4rem;
  }
}
.homepage__atf:empty {
  display: none;
}

.loop__atf {
  padding-top: 0;
}

.loop > hr {
  width: 100%;
}

.layout__header-description p {
  line-height: 1.5em;
  font-family: var(--text-primary);
  margin-bottom: 1.5rem;
  color: var(--color-grey-9a);
}

.pagination__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 3rem 0;
}

.pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

a.pagination__page, .pagination__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 3px;
  color: var(--color-grey-33);
  font-weight: 700;
  margin: 0.5rem 0.125rem;
  font-size: 0.875rem;
  font-family: var(--text-headers);
  background: var(--color-grey-f6);
  transition: all ease 100ms;
}
a.pagination__page:hover, .pagination__button a:hover {
  background: var(--color-blue-05);
  color: #fff;
}
a.pagination__page--current, .pagination__button a--current {
  background: var(--color-blue-05);
  color: #fff;
}

.pagination__button svg {
  width: 0.875rem;
  height: 0.875rem;
}
.pagination__button--previous svg {
  transform: rotate(180deg);
}

/*
  - Side-by-side content in the article body
 */
/*
  - Sidebar breaks off
  - Header menu reorganizes
*/
/*
  - Large elements reposition for smaller sizing constraints
*/
/*
  - Final break to 100% layouts
*/
.banner-slideshow {
  margin-top: 2rem;
  background: none;
}
.banner-slideshow:after {
  content: "";
  padding-top: 16.2601626016%;
}
@media screen and (max-width: 800px) {
  .banner-slideshow {
    margin-top: 1rem;
  }
}

.banner-slideshow .splide, .banner-slideshow__placeholder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  right: 30px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .banner-slideshow .splide, .banner-slideshow__placeholder {
    left: 15px;
    right: 15px;
  }
}

.splide.is-active + .banner-slideshow__placeholder {
  display: none;
}

.banner-slideshow__slide a {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner-slideshow__slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner-slideshow__slide:after {
  display: block;
  content: "";
  padding-top: 16.2601626016%;
}

.post-title {
  font-size: 2.5rem;
  letter-spacing: -1px;
  margin: 0 0 0.75rem;
}
.post-title--coverline {
  color: var(--color-blue-05);
}
@media screen and (max-width: 500px) {
  .post-title {
    font-size: 1.75rem;
    line-height: 1.25;
    margin-bottom: 1rem;
  }
}

.post__hero {
  position: relative;
  min-height: 280px;
  display: flex;
}
.post__hero::before {
  content: "";
  position: absolute;
  top: -70px;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--header-background);
  z-index: -1;
}
.post__hero .post-title {
  font-size: 2.8rem;
}
@media screen and (max-width: 800px) {
  .post__hero .post-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .post__hero {
    min-height: unset;
  }
  .post__hero .post-title {
    font-size: 2rem;
  }
}

.post__hero-header-container {
  width: 100%;
  max-width: 1260px;
}

.post__hero-image-container {
  position: absolute;
  top: -70px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  opacity: 0.25;
  z-index: -1;
}

.post__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.post__hero-video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}
.post__hero-video iframe,
.post__hero-video object,
.post__hero-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post__hero-header {
  color: #fff;
  padding: 3rem 45px;
  margin: 0 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  max-width: calc(100% - 360px);
  width: 100%;
}
.post__hero-header .post-summary {
  color: #fff;
  font-weight: 400;
}
.post__hero-header a.post-author {
  color: #fff;
}
.post__hero-header .post-meta {
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .post__hero-header {
    max-width: calc(100% - 60px);
    width: 840px;
  }
}
@media screen and (max-width: 800px) {
  .post__hero-header {
    max-width: none;
    width: 100%;
    padding: 1rem 1rem 0;
    margin: 0;
    align-items: center;
    text-align: center;
  }
}

.post-template-page_one-column .post__hero-header {
  max-width: 100%;
  width: 890px;
  text-align: center;
  align-items: center;
  margin: 0 auto;
}

.post-meta {
  position: relative;
  display: flex;
  white-space: nowrap;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  padding-left: 2.25rem;
  color: #666;
}

.post-meta__divider {
  margin: 0 0.5rem;
  font-weight: 700;
}

a.post-author {
  color: #666;
}

.post-author__avatar {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: calc(50% - 1.75rem / 2);
}

.post-updated {
  flex: 1;
}

.feature .image, .feature .excerpt {
  max-width: 50%;
  width: 372px;
}

.post-content ::selection {
  color: #fff !important;
  background: var(--color-orange-ff);
}
.post-content img {
  display: block;
}
.post-content h2 {
  margin: 1.5rem 0;
  font-size: 2rem;
  letter-spacing: -1px;
}
.post-content h3 {
  color: var(--color-blue-05);
  font-size: 1.6rem;
}
.post-content h4 {
  color: var(--color-grey-33);
  font-size: 1.4rem;
}
.post-content a {
  color: var(--color-blue-05);
}
.post-content a:hover {
  color: var(--color-grey-1e);
}
.post-content a img {
  display: block;
  text-align: center;
  height: auto;
  transform: translate3d(0, 0, 0);
  transition: opacity 250ms ease-in-out;
}
.post-content ul, .post-content ol {
  margin-bottom: 1.8rem;
  padding-left: 1rem;
}
.post-content p.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 3.5rem;
  line-height: 0.9;
  font-weight: 900;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}
.post-content p.has-drop-cap:after {
  content: "";
  display: table;
  clear: both;
  padding-top: 13px;
}
.post-content > p.has-background {
  padding: 20px 45px;
}
@media screen and (max-width: 800px) {
  .post-content > p.has-background {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 600px) {
  .post-content .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.post-content .wp-block-gallery a {
  background: none;
}

.alignwide .img, .alignfull .img, .alignwide, .alignfull {
  margin-left: -45px !important;
  margin-right: -45px !important;
  max-width: calc(100% + 90px) !important;
}
@media screen and (max-width: 800px) {
  .alignwide .img, .alignfull .img, .alignwide, .alignfull {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
    max-width: calc(100% + 2rem) !important;
  }
}

.alignwide.wp-block-cover, .alignfull.wp-block-cover {
  width: calc(100% + 90px) !important;
}
@media screen and (max-width: 800px) {
  .alignwide.wp-block-cover, .alignfull.wp-block-cover {
    width: calc(100% + 2rem) !important;
  }
}

.post-content .wp-block-columns {
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  .alignwide > .wp-block-column, .alignfull > .wp-block-column {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.wp-block-column p.has-background {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media screen and (max-width: 600px) {
  .wp-block-column p.has-background {
    padding: 20px 1rem;
  }
}

.post-content > ul ul, .post-content > ol ol, .post-content > ul ol, .post-content > ol ul,
.wp-block-column > ul ul,
.wp-block-column > ol ol,
.wp-block-column > ul ol,
.wp-block-column > ol ul,
div[class^=arconix-column-] > ul ul,
div[class^=arconix-column-] > ol ol,
div[class^=arconix-column-] > ul ol,
div[class^=arconix-column-] > ol ul {
  counter-reset: li;
  margin-bottom: 0;
}
.post-content > ul, .post-content > ol,
.wp-block-column > ul,
.wp-block-column > ol,
div[class^=arconix-column-] > ul,
div[class^=arconix-column-] > ol {
  counter-reset: li;
}
.post-content > ul li::before, .post-content > ol li::before,
.wp-block-column > ul li::before,
.wp-block-column > ol li::before,
div[class^=arconix-column-] > ul li::before,
div[class^=arconix-column-] > ol li::before {
  content: url('data:image/svg+xml;utf8,<svg width="8px" height="8px" viewBox="0 0 8 8" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><circle fill="none" stroke="%23FF9700" cx="4" cy="4" r="3.5"></circle></svg>');
  font-size: 1rem;
  counter-increment: li;
  color: var(--color-blue-05);
  display: inline-block;
  direction: rtl;
  width: 18px;
  font-family: sans-serif;
  line-height: inherit;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: -9px;
  text-align: right;
  font-weight: 600;
  float: left;
  white-space: nowrap;
}
.post-content > ul li::before,
.wp-block-column > ul li::before,
div[class^=arconix-column-] > ul li::before {
  content: url('data:image/svg+xml;utf8,<svg width="8px" height="8px" viewBox="0 0 8 8" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><circle fill="%23FF9700" stroke="%23FF9700" cx="4" cy="4" r="3.5"></circle></svg>');
}
.post-content > ol, .post-content > ol ol, .post-content > ul ol,
.wp-block-column > ol,
.wp-block-column > ol ol,
.wp-block-column > ul ol,
div[class^=arconix-column-] > ol,
div[class^=arconix-column-] > ol ol,
div[class^=arconix-column-] > ul ol {
  list-style: none;
  padding-left: 2rem;
}
.post-content > ol li::before, .post-content > ol ol li::before, .post-content > ul ol li::before,
.wp-block-column > ol li::before,
.wp-block-column > ol ol li::before,
.wp-block-column > ul ol li::before,
div[class^=arconix-column-] > ol li::before,
div[class^=arconix-column-] > ol ol li::before,
div[class^=arconix-column-] > ul ol li::before {
  content: counters(li, ".");
  font-size: inherit;
  color: var(--color-blue-05);
}

.omg-post-status.omg-post-status--outdated {
  padding: 1rem;
  text-align: center;
  font-size: 0.85rem;
  margin: 1rem 0;
  background: var(--color-red-fd);
}
.post__hero-header .omg-post-status.omg-post-status--outdated {
  width: 100%;
  margin: 2rem 0 -2rem;
}
@media screen and (max-width: 800px) {
  .post__hero-header .omg-post-status.omg-post-status--outdated {
    margin: 0;
    width: calc(100% + 2rem);
  }
}

.entry-content .twitter-tweet {
  margin: 10px auto !important;
}

.entry-content .arconix-column-one-half {
  margin: 0;
  padding-right: 20px;
  width: 50%;
}

.entry-content .arconix-column-one-half.arconix-column-last {
  padding-right: 0;
}

.post-summary {
  color: var(--color-blue-05);
  font-family: var(--text-primary);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.post-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  margin: 1.5rem 0;
}
.post-links svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
}

a.post-link {
  line-height: 1;
  padding: 0.5rem;
  margin: 0.25rem 0.5rem 0.25rem 0;
  background: var(--color-grey-f6);
  color: #333;
  font-weight: 700;
  font-size: 0.75rem;
  transition: 150ms ease-in background;
  border-radius: 0.25rem;
}
a.post-link:hover {
  background: var(--color-grey-dd);
}
a.post-link--tag {
  color: var(--color-grey-f6);
  background: #333;
}
a.post-link--tag:hover {
  color: var(--color-grey-f6);
  background: #555;
}

.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 1rem;
}

.alignright, img.alignright {
  display: inline;
  float: right;
  margin-left: 1rem;
}

.aligncenter, img.aligncenter {
  clear: right;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post-content .wp-block-image figure.alignleft, .post-content .wp-block-image figure.alignright {
  margin-bottom: 1em;
}

@media only screen and (max-width: 500px) {
  img.alignright, img.alignleft,
.alignleft, .alignright {
    display: block;
    float: none;
    margin: 0 auto 1rem;
  }

  .wp-block-image figure.alignleft, .wp-block-image figure.alignright {
    float: none;
    margin: 0 auto 1rem;
  }
}
.post-content li.blocks-gallery-item:before {
  content: none;
}

.gallery {
  background: #f9f9f9;
  padding: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.gallery-item {
  float: left;
  margin-top: 1rem;
  width: 33%;
  padding: 0 0.625rem;
  text-align: center;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-item-container {
  background: var(--color-blue-05);
  display: inline-block;
  border: 2px solid var(--color-blue-05);
  transition: 250ms outline ease;
}

.gallery-item-container:hover {
  outline: 5px solid var(--color-orange-ff);
}

.gallery-item img {
  margin: auto;
}

.gallery-caption {
  text-align: center;
  padding: 0.5rem 0.5rem 0.375rem;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

@media only screen and (max-width: 680px) {
  .gallery {
    text-align: center;
  }

  .gallery-columns-2 .gallery-item {
    width: 100%;
  }

  .gallery-columns-3 .gallery-item {
    width: 100%;
  }

  .gallery-columns-4 .gallery-item {
    width: 100%;
  }

  .gallery-columns-5 .gallery-item {
    width: 100%;
  }
}
.wp-caption {
  max-width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
.wp-caption a {
  color: #fff;
  text-decoration: underline;
}

.post-content .wp-block-image,
.post-content .wp-block-embed,
.post-content .wp-block-gallery,
.post-content .wp-block-jetpack-image-compare,
.post-content .wp-block-jetpack-gif {
  margin-bottom: 1.5rem;
}

.wp-caption .wp-caption-text,
.post-content .wp-block-image figcaption,
.post-content .wp-block-embed figcaption,
.post-content .wp-block-gallery figcaption,
.post-content .wp-block-jetpack-image-compare figcaption,
.post-content .wp-block-jetpack-gif .wp-block-jetpack-gif-caption {
  margin: 0;
  padding: 0.5rem 0 0;
  font-size: 0.8rem;
  line-height: 1.25rem;
  color: var(--color-grey-ad);
  text-align: right;
  justify-content: flex-end;
}
.alignleft .wp-caption .wp-caption-text,
.alignleft .post-content .wp-block-image figcaption,
.alignleft .post-content .wp-block-embed figcaption,
.alignleft .post-content .wp-block-gallery figcaption,
.alignleft .post-content .wp-block-jetpack-image-compare figcaption,
.alignleft .post-content .wp-block-jetpack-gif .wp-block-jetpack-gif-caption {
  justify-content: flex-start;
  text-align: left;
  flex-direction: row-reverse;
}
.wp-caption .wp-caption-text::after,
.post-content .wp-block-image figcaption::after,
.post-content .wp-block-embed figcaption::after,
.post-content .wp-block-gallery figcaption::after,
.post-content .wp-block-jetpack-image-compare figcaption::after,
.post-content .wp-block-jetpack-gif .wp-block-jetpack-gif-caption::after {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 16 16"><g stroke-width="1" fill="%23ADB5BD" stroke="%23ADB5BD"><line fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="1.5" y1="1.5" x2="3.5" y2="1.5"></line> <circle fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" cx="9" cy="9" r="3.5"></circle> <line fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" x1="2.5" y1="5.5" x2="3.5" y2="5.5"></line> <path fill="none" stroke="%%23ADB5BD" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M14.5,3.5h-2l-1-2h-5 l-1,2h-4c-0.552,0-1,0.448-1,1v9c0,0.552,0.448,1,1,1h13c0.552,0,1-0.448,1-1v-9C15.5,3.948,15.052,3.5,14.5,3.5z"></path></g></svg>');
  vertical-align: middle;
  margin: 0 0 0.125rem 0.5rem;
}
@media screen and (max-width: 800px) {
  .wp-caption .wp-caption-text,
.post-content .wp-block-image figcaption,
.post-content .wp-block-embed figcaption,
.post-content .wp-block-gallery figcaption,
.post-content .wp-block-jetpack-image-compare figcaption,
.post-content .wp-block-jetpack-gif .wp-block-jetpack-gif-caption {
    padding: 0.5rem;
  }
}

.post-content .blocks-gallery-grid .blocks-gallery-image figcaption,
.post-content .blocks-gallery-grid .blocks-gallery-item figcaption,
.post-content .wp-block-gallery .blocks-gallery-image figcaption,
.post-content .wp-block-gallery .blocks-gallery-item figcaption {
  padding: 0.5rem 0;
  background: rgba(51, 51, 51, 0.69);
}

.wp-block-jetpack-image-compare {
  margin-bottom: 1rem;
}

ul.post-sources {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  color: var(--color-grey-33);
}
ul.post-sources li::before {
  content: none;
}

.post-source {
  line-height: 1.5;
}
.post-source + .post-source {
  margin-top: 0.25rem;
}

.post-source--via {
  font-size: 0.875rem;
}

.Review-stars--container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Review-stars--container .Icon {
  color: var(--color-orange-ff);
}

.post-content .wp-block-pullquote {
  padding: 0;
}
.post-content .wp-block-pullquote p, .post-content .wp-block-pullquote.alignright blockquote p, .post-content .wp-block-pullquote.alignleft blockquote p {
  color: var(--color-blue-05);
  line-height: 1.4;
  font-size: 1.4rem;
}
.post-content .wp-block-pullquote.alignleft, .post-content .wp-block-pullquote.alignright {
  max-width: 290px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: 0.5rem;
}
.post-content .wp-block-pullquote.alignleft blockquote, .post-content .wp-block-pullquote.alignright blockquote {
  margin: 1rem 0;
  padding: 1rem;
  font-family: var(--text-headers);
  text-align: center;
  background: none;
}
.post-content .wp-block-pullquote.alignleft blockquote p, .post-content .wp-block-pullquote.alignright blockquote p {
  margin: 0;
  font-weight: 900;
}
.post-content .wp-block-pullquote.alignleft blockquote::before, .post-content .wp-block-pullquote.alignright blockquote::before {
  content: none;
}
@media screen and (max-width: 500px) {
  .post-content .wp-block-pullquote.alignleft, .post-content .wp-block-pullquote.alignright {
    margin-left: auto;
    margin-right: auto;
  }
}
.post-content .wp-block-pullquote.alignleft blockquote {
  margin-right: 1rem;
}
.post-content .wp-block-pullquote.alignright blockquote {
  margin-left: 1rem;
}

.post-content .wp-block-gallery ul, .post-content .blocks-gallery-grid {
  padding: 0;
  margin: 0 0 -1rem;
}
.post-content .wp-block-gallery ul + .blocks-gallery-caption, .post-content .blocks-gallery-grid + .blocks-gallery-caption {
  margin-bottom: 1em;
}

.Review {
  background: #fafafa;
  margin: 1rem 0;
  border: 1px solid #efefef;
  width: 100%;
  border-radius: 4px;
}
.Review tr {
  background: none;
}
.Review th, .Review td {
  border-bottom: 1px solid #efefef;
  font-size: 1rem;
}
.Review th {
  font-size: 1.5rem;
  font-weight: 700;
  background: var(--color-grey-45);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.Review tbody {
  line-height: 1.5;
}

.Review-criteria {
  font-weight: 700;
}

.Review-final--score {
  text-align: center;
  padding: 0.375rem 0.75rem 0.75rem;
}

.Review-final--numeric {
  font-size: 2.25rem;
}

.Review-final--description {
  font-size: 1rem;
  line-height: 1.5rem;
}

.above-comments .textwidget:first-of-type {
  width: 100%;
}
.above-comments .related-posts {
  padding: 1rem;
  background: var(--color-grey-1e);
  border-radius: 0.5rem;
}
.above-comments .related-post__coverline {
  color: var(--color-blue-05);
}
.above-comments a.related-post__title {
  font-size: 1.1rem;
}

ul.omg-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0.5rem 0;
}
@media screen and (max-width: 896px) {
  ul.omg-socials.alignwide {
    margin: 0.5rem auto;
  }
}
@media screen and (max-width: 800px) {
  ul.omg-socials.alignwide {
    padding: 0 1rem;
  }
}

.omg-socials__button--web_share {
  display: none;
}
.omg-socials__button--web_share.omg-socials__button--enabled {
  display: block;
}

.omg-socials__button {
  height: 32px;
  border-radius: 0.25rem;
  margin: 0.5rem 4px 0.5rem 0;
}
.omg-socials__button::before {
  content: unset !important;
}
.omg-socials__button:last-child {
  margin-right: 0;
}
.omg-socials__button a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.875rem;
  padding: 2px 8px;
}
.omg-socials__button a:hover {
  color: #fff;
}
.omg-socials__button .icon {
  width: 0.875rem;
  height: 0.875rem;
}
.omg-socials__button .icon + span {
  margin-left: 4px;
}

.omg-socials__button--disqus {
  color: #fff;
  display: flex;
  align-items: center;
  margin-left: auto !important;
}
.omg-socials__button--disqus a {
  padding-top: 0;
  padding-bottom: 0;
}
.omg-socials__button--disqus .icon + span {
  margin-left: 0.5rem;
}
.omg-socials__button--disqus .omg-socials__comments {
  padding: 2px 1.25rem;
}
.omg-socials__button--disqus .omg-socials__comments svg {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 800px) {
  .omg-socials__button--disqus {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 500px) {
  .post-content > p {
    font-size: 1rem;
    line-height: 1.9;
  }
  .post-content li {
    font-size: 1rem;
  }

  pre {
    font-size: 1rem;
  }

  .post-meta {
    font-size: 0.875rem;
  }

  .post-links a {
    font-size: 0.875rem;
  }
}
.post-disclaimer-text {
  margin: 2rem 0;
  line-height: 1.5;
  color: var(--color-grey-9a);
}

.schema-faq-section {
  background: var(--color-grey-f6);
  padding: 2rem;
  margin: 1rem 0;
}

.schema-faq-question {
  font-size: 1.0625rem;
  color: var(--color-orange-ff);
}

.schema-faq-answer {
  font-size: 1rem;
  padding-top: 1rem;
}

.wp-block-table {
  margin-bottom: 1.8rem;
  border-radius: 0.5rem;
  border: none;
  padding: 0;
}
.wp-block-table th {
  font-family: var(--text-headers);
  line-height: 1.25;
  font-weight: 700;
  padding: 1rem;
  text-align: left;
  background: var(--color-blue-05);
  color: #fff;
}
.wp-block-table td {
  padding: 1rem;
  font-family: var(--text-headers);
  border: thin solid var(--color-grey-f4);
}
.wp-block-table tr:nth-child(odd) {
  background: var(--color-grey-f6);
}

.omg-socials--footer::after {
  content: "";
  background: rgba(0, 0, 0, 0.12);
  height: 1px;
  flex: 1;
  margin-left: 1rem;
}

.breadcrumbs {
  font-size: 0.825rem;
  color: var(--color-grey-1e);
}

.breadcrumbs a {
  color: var(--color-grey-75);
  background: none;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  color: var(--color-blue-05) !important;
}

/*
  - Side-by-side content in the article body
 */
/*
  - Sidebar breaks off
  - Header menu reorganizes
*/
/*
  - Large elements reposition for smaller sizing constraints
*/
/*
  - Final break to 100% layouts
*/
.callout {
  margin: 1.5rem 0 1.5rem 0;
  display: flex;
  align-items: center;
  font-family: var(--text-headers);
  font-weight: 700;
  line-height: 1.75;
  font-size: 1.0625rem;
  background: var(--color-grey-f6);
  padding: 0.5rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1366px) {
  .callout {
    font-size: 1rem;
  }
}
.callout .icon {
  flex: 0 0 20px;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.click-to-tweet {
  display: block;
  font-weight: 700;
  padding: 1rem;
  width: 250px;
  position: relative;
  margin-bottom: 1.5rem;
  margin-left: 2rem;
  margin-top: 0.5rem;
  z-index: 0;
}
.click-to-tweet:before {
  content: "";
  background: var(--color-blue-05);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transition: transform 250ms ease;
}
.click-to-tweet:hover::before {
  transform: scale(1.05);
}
.click-to-tweet.aligncenter {
  width: unset;
  margin: 1rem 0;
}

.click-to-tweet__content {
  display: block;
  font-size: 1.0625rem;
  line-height: 1.22;
  color: #fff;
  padding: 0 0.5rem 0.5rem;
  margin-bottom: 0.5rem;
}

.click-to-tweet__cta {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: right;
  color: #fff;
  transition: opacity 250ms ease;
}
.click-to-tweet__cta:hover {
  opacity: 0.66;
}
.click-to-tweet__cta .icon {
  width: 0.875rem;
  height: 0.875rem;
  vertical-align: middle;
  margin-left: 0.25rem;
}

/*
  - Side-by-side content in the article body
 */
/*
  - Sidebar breaks off
  - Header menu reorganizes
*/
/*
  - Large elements reposition for smaller sizing constraints
*/
/*
  - Final break to 100% layouts
*/
.omg-info-box {
  margin-bottom: 2.5rem;
  width: 325px;
  max-width: 100%;
  transition: box-shadow 250ms ease-in;
  font-family: var(--text-headers);
}
.omg-info-box.alignright {
  margin-left: 2.5rem;
}
.omg-info-box.alignleft {
  margin-right: 2.5rem;
}
@media screen and (max-width: 800px) {
  .omg-info-box {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .omg-info-box.alignleft, .omg-info-box.alignright {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
  }
}

.omg-info-box__container {
  background: var(--bg, var(--color-blue-05));
  border-radius: 0.5rem;
}

h2.omg-info-box__title {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  margin: 1.25rem 0;
  font-weight: 700;
}

.omg-info-box__image-container {
  width: 325px;
  height: 200px;
  max-width: calc(100% + 2rem);
  background: #fff;
}
.omg-info-box__image-container img {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.omg-info-box__content {
  position: relative;
  padding: 0 1.5rem 1rem;
  margin-top: 1rem;
}

.omg-info-box__caption {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.omg-info-box__stats {
  table-layout: unset;
  margin-bottom: 0;
}

tr.omg-info-box__stat {
  background: none;
}

.omg-info-box__stat-property {
  color: #fff;
  background: none;
  text-align: right;
  font-weight: 700;
  padding: 0 1rem 0.5rem 0;
  line-height: 1.25;
  vertical-align: top;
}

.omg-info-box__stat-value {
  color: #fff;
  background: none;
  padding: 0 0 1rem;
  line-height: 1.25;
  vertical-align: top;
}

/*
  - Side-by-side content in the article body
 */
/*
  - Sidebar breaks off
  - Header menu reorganizes
*/
/*
  - Large elements reposition for smaller sizing constraints
*/
/*
  - Final break to 100% layouts
*/
a.omg-promoted-story {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  padding-right: 1.5rem;
  width: 350px;
  max-width: 100%;
  transition: background 250ms ease;
  background: var(--bg, var(--color-blue-05));
  color: #fff;
  border-radius: 0.5rem;
}
a.omg-promoted-story.alignright {
  margin-left: 2.5rem;
  margin-bottom: 2.5rem;
}
a.omg-promoted-story:hover {
  color: #fff;
  background: var(--color-grey-33);
}
a.omg-promoted-story.has-image {
  box-shadow: 0 7px 14px rgba(16, 16, 16, 0.15);
}
a.omg-promoted-story .omg-promoted-story__image-container {
  width: 350px;
  height: 200px;
  max-width: calc(100% + 1.5rem);
  background: #fff;
}
a.omg-promoted-story .omg-promoted-story__image-container img {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  a.omg-promoted-story {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  a.omg-promoted-story.alignleft, a.omg-promoted-story.alignright {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
  }
}

.omg-promoted-story__content {
  position: relative;
  padding: 1.5rem 1rem;
}
.omg-promoted-story.has-image .omg-promoted-story__content {
  margin-top: 1rem;
  padding: 0 0 1.5rem 1.5rem;
}

.omg-promoted-story__caption {
  display: block;
  font-size: 0.875rem;
}
.omg-promoted-story.has-image .omg-promoted-story__caption {
  text-align: left;
}

.omg-promoted-story__text {
  display: block;
  font-family: var(--text-headers);
  font-weight: 800;
  font-size: 1.75rem;
  line-height: 1.125;
  margin-top: 0.5rem;
  letter-spacing: -1px;
}
.omg-promoted-story.has-image .omg-promoted-story__text {
  line-height: 1.25;
}

.omg-simple-list {
  width: 250px;
  font-family: var(--text-primary);
}
.omg-simple-list .omg-info-box__content {
  padding-top: 1rem;
  margin-top: 0;
}

.omg-simple-list__title {
  padding: 0.5rem 0 1.5rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.omg-read-more {
  width: 250px;
  margin-top: 0.5rem;
  padding: 2rem 2rem 0.5rem;
  position: relative;
  z-index: 0;
  transition: box-shadow 250ms ease-in;
  margin-bottom: 2.5rem;
}
.omg-read-more h3 {
  font-family: var(--text-primary);
  letter-spacing: -0.0375rem;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.omg-read-more a {
  line-height: 1.2;
  color: #fff;
  background: none;
}
.omg-read-more a:hover {
  color: var(--color-yellow-f0);
}
.omg-read-more.aligncenter {
  width: unset;
  border: none;
  padding-top: 0;
  margin: 1rem 0;
}
.omg-read-more.aligncenter h3 {
  font-size: 1rem;
}
.omg-read-more.aligncenter .omg-read-more__link {
  font-size: 1rem;
}
.omg-read-more.alignright {
  margin-left: 2.5rem;
}
.omg-read-more.alignleft {
  margin-right: 2.5rem;
}
.omg-read-more::before, .omg-read-more::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 0.5rem;
}
.omg-read-more::after {
  background-image: var(--read-more-image);
  background-size: cover;
  opacity: 0.1;
  filter: saturate(0.5);
}
.omg-read-more::before {
  background: var(--read-more-color, var(--color-blue-05));
}

.omg-read-more__link {
  z-index: 1;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: left;
  border-bottom: 1px solid rgba(221, 221, 221, 0.35);
  padding-bottom: 1.25rem;
}
.omg-read-more__link:last-child {
  border-bottom: none;
  padding-bottom: none;
  margin-bottom: 0.5rem;
}

.omg-review {
  background: var(--color-grey-33);
  color: #fff;
  width: 325px;
  transition: box-shadow 250ms ease-in;
}
.omg-review img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 406px;
}
.omg-review h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  margin: 1.25rem 0;
  font-weight: 700;
}
.omg-review h4 {
  color: var(--color-yellow-f0);
  font-size: 0.925rem;
  margin: 0 0 0.5rem;
  font-weight: 600;
  line-height: 1.2;
}
.omg-review p {
  color: #fff;
  margin-bottom: 1.25rem;
  line-height: 1.2;
  font-size: 0.925rem;
}
.omg-review p:last-child {
  margin-bottom: 1.5rem;
}
.omg-review footer {
  color: var(--color-yellow-f0);
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1.25rem;
  line-height: 1;
}
.omg-review.alignright {
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.omg-review.aligncenter {
  margin-bottom: 1rem;
  background: var(--color-grey-33);
  color: #fff;
  width: 325px;
  transition: box-shadow 250ms ease-in;
}
.omg-review.aligncenter img {
  height: auto;
}
.omg-review.aligncenter footer {
  padding: 0.25rem 1.25rem;
}
@media (min-width: 1100px) {
  .omg-review.aligncenter {
    width: unset;
  }
  .omg-review.aligncenter img {
    padding-left: 1rem;
    padding-top: 1rem;
  }
  .omg-review.aligncenter h3 {
    margin-top: 0;
  }
  .omg-review.aligncenter .omg-review__score {
    margin-right: 4.5rem;
  }
  .omg-review.aligncenter .omg-review__container {
    display: flex;
  }
  .omg-review.aligncenter .omg-review__content {
    margin-left: 1.5rem;
    padding-top: 1rem;
  }
  .omg-review.aligncenter footer {
    margin-top: 1.25rem;
    justify-content: flex-end;
    padding: 0.5rem 1.25rem;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .omg-review.aligncenter img {
    max-width: 300px;
  }
}
@media (max-width: 1100px) {
  .omg-review {
    margin: 0 auto 1rem;
    display: block;
    float: none;
  }
}

.omg-review__content {
  padding: 0 2rem;
}

.omg-review__score {
  font-weight: 600;
  font-family: var(--text-headers);
}

.omg-review__score-value {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1rem;
  vertical-align: top;
}

.omg-review__stars svg {
  width: 1.5rem;
  height: 1.5rem;
}

.omg-toc {
  max-width: 350px;
  position: relative;
  background: var(--color-blue-05);
  padding: 1rem 2rem 1.5rem;
  text-align: left;
  word-break: break-word;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
}
.omg-toc.alignright {
  margin-left: 2rem;
}
.omg-toc.alignleft {
  margin-right: 2rem;
}

.omg-toc__title {
  color: var(--color-white);
  font-weight: 700;
  margin: 0;
  font-family: var(--text-headers);
  font-size: 1.125rem;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .omg-toc__title {
    font-size: 1rem;
  }
}

.post-content li.omg-toc__item::before {
  content: none;
}
.post-content li.omg-toc__item a {
  background: none;
  font-size: inherit;
  color: var(--color-grey-f6);
}
.post-content li.omg-toc__item a:hover {
  border-bottom: 2px dotted var(--color-grey-f6);
}

ul.omg-toc__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft 0.4s ease-out;
}

@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
.baguetteBox-button#previous-button, .baguetteBox-button#next-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: var(--color-grey-33);
  background-color: rgba(50, 50, 50, 0.5);
  color: var(--color-grey-dd);
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  animation-delay: -1s;
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/*
  - Side-by-side content in the article body
 */
/*
  - Sidebar breaks off
  - Header menu reorganizes
*/
/*
  - Large elements reposition for smaller sizing constraints
*/
/*
  - Final break to 100% layouts
*/
.omg-post-status {
  background: var(--bg, var(--color-blue-50));
  padding: 1rem 1rem 1rem 4rem;
  margin: 1.8rem 0;
  border-radius: 0.5rem;
  color: #fff;
  position: relative;
  line-height: 1.5;
}
.omg-post-status a, .omg-post-status a:visited {
  color: #fff;
  background-image: linear-gradient(to top, transparent 0%, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%, transparent 100%);
}
.omg-post-status a:hover, .omg-post-status a:visited:hover {
  color: var(--color-grey-33);
}
.omg-post-status .icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  margin-top: -0.75rem;
  width: 1.5rem;
  height: 1.5rem;
}
.omg-post-status code {
  color: var(--color-grey-33);
}
@media screen and (max-width: 500px) {
  .omg-post-status {
    font-size: 0.875rem;
  }
}

.wp-block-omg-buttons {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

a.omg-button,
.omg-button {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0.5rem 1rem 0.5rem 3rem;
  margin: 1rem 0.5rem;
  line-height: 1.5rem;
  z-index: 0;
}
a.omg-button:visited,
.omg-button:visited {
  color: white;
}
a.omg-button:hover, a.omg-button:active,
.omg-button:hover,
.omg-button:active {
  color: white;
}
a.omg-button:hover:before, a.omg-button:active:before,
.omg-button:hover:before,
.omg-button:active:before {
  transform: scale(1.05);
}
a.omg-button:before,
.omg-button:before {
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  will-change: transform;
  background: var(--bg, var(--color-grey-45));
  transition: 250ms transform;
  border-radius: 3px;
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

svg.omg-button__icon {
  width: 1.0625rem;
  height: 1.0625rem;
  position: absolute;
  left: 1rem;
  top: calc(50% - 0.53125rem);
  color: #fff;
}

.omg-button__content {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
}

.has-background {
  background-color: var(--bg-color);
}

.has-text-color {
  color: var(--fg-color);
}

.arconix-column-one-third {
  width: 33% !important;
}

.arconix-column-four-fifths,
.arconix-column-one-fifth,
.arconix-column-one-fourth,
.arconix-column-one-half,
.arconix-column-one-third,
.arconix-column-three-fifths,
.arconix-column-three-fourths,
.arconix-column-two-fifths,
.arconix-column-two-fourths,
.arconix-column-two-thirds {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 600px) {
  .arconix-column-four-fifths,
.arconix-column-one-fifth,
.arconix-column-one-fourth,
.arconix-column-one-half,
.arconix-column-one-third,
.arconix-column-three-fifths,
.arconix-column-three-fourths,
.arconix-column-two-fifths,
.arconix-column-two-fourths,
.arconix-column-two-thirds {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }
}

.arconix-toggle-wrap {
  padding: 15px 5px !important;
  background: #efefef !important;
  border: 1px solid var(--color-grey-dd) !important;
  border-radius: 0 !important;
}

.arconix-toggle-title {
  font-size: 18px !important;
  text-align: center !important;
}
.arconix-toggle-title .fa {
  display: none;
}

.page-search {
  display: flex;
  margin: 30px 0;
  position: relative;
}

.page-search__input {
  display: block;
  flex: 1;
  height: 40px;
  font-size: 1rem;
  padding: 4px 0 4px 36px;
  max-width: calc(100% - 40px);
  outline: none;
  border: 1px solid var(--color-grey-1e);
  border-radius: 0.5rem;
}

.page-search__submit {
  color: var(--color-grey-45);
  padding: 0;
  background: none;
  border: none;
  width: 24px;
  height: 24px;
  display: flex;
  cursor: pointer;
  position: absolute;
  left: 8px;
  top: calc(50% - 12px);
}
.page-search__submit .icon {
  width: 100%;
  height: 100%;
}

.error-image img {
  display: block;
  margin: auto;
}

.error-container {
  max-width: 640px;
  margin: 1rem auto;
  padding: 0.5rem;
  background: var(--color-grey-f6);
}
.error-container p {
  margin: 0.5rem;
}