@charset "UTF-8";
/**
 * Minified by jsDelivr using clean-css v4.1.9.
 * Original file: /npm/modern-normalize@0.4.0/modern-normalize.css
 * 
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */
html {
  box-sizing: border-box; }

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

:root {
  -moz-tab-size: 4;
  tab-size: 4; }

html {
  line-height: 1.15; }

body {
  margin: 0; }

body {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol'; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  height: 0; }

abbr[title] {
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, pre, samp {
  font-family: SFMono-Regular,Consolas,'Liberation Mono',Menlo,Courier,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  padding: 0; }

progress {
  vertical-align: baseline; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }
/**
    WordPress core CSS styles (https://codex.wordpress.org/CSS#WordPress_Generated_Classes) rewriten into SASS
    by Peter Stehlik https://github.com/peter-stehlik
**/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

body {
  background-color: #fff;
  min-height: 100vh; }

a {
  text-decoration: none;
  color: #0f65ef; }
  a:hover {
    color: #093c8f;
    text-decoration: none;
    transition: color .15s ease 0s; }

a.terminal-link-gray, .terminal-link-gray a {
  text-decoration: none;
  color: #222; }
  a.terminal-link-gray:hover, .terminal-link-gray a:hover {
    color: #0f65ef;
    text-decoration: none;
    transition: color .15s ease 0s; }

a.terminal-link-gray-light, .terminal-link-gray-light a {
  text-decoration: none;
  color: #666; }
  a.terminal-link-gray-light:hover, .terminal-link-gray-light a:hover {
    color: #093c8f;
    text-decoration: none;
    transition: color .15s ease 0s; }

.terminal-text-gray-light {
  color: #999; }

.terminal-text-gray {
  color: #666; }

svg.terminal-svg {
  width: 20px !important;
  height: 20px !important;
  position: relative !important;
  transition: transform .05s ease-out; }

#terminal-search {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 30px auto;
  max-width: 1150px;
  width: 100%; }

.terminal-container {
  display: flex;
  justify-content: center;
  margin: 10px auto;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1150px; }

.terminal-content-container, .terminal-popular-container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
  width: 100%; }

.terminal-content {
  flex-basis: 75%; }

.terminal-author-snippet {
  display: flex;
  max-width: 800px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 0 auto 1em auto; }
  .terminal-author-snippet .terminal-card-text {
    max-width: 50%;
    margin: 0 0 10px 0; }
    @media (max-width: 560px) {
      .terminal-author-snippet .terminal-card-text {
        max-width: 75%; } }
  .terminal-author-snippet img {
    max-width: 25%;
    margin: 0 auto 10px auto; }
  .terminal-author-snippet .terminal-card-text, .terminal-author-snippet img {
    display: flex;
    flex: 1 1 50%;
    min-width: 200px;
    flex-wrap: wrap;
    width: 100%;
    height: auto; }

.terminal-author {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline; }

.terminal-comments-container, .terminal-breakout-container, .terminal-popular-container {
  width: 100%; }

.terminal-breakout-container {
  position: relative; }
  .terminal-breakout-container .terminal-arrow-left {
    left: 16px; }
  .terminal-breakout-container .terminal-arrow-right {
    right: 16px; }
  .terminal-breakout-container .terminal-arrow {
    background: #333;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    position: absolute;
    z-index: 0;
    top: 25%;
    cursor: pointer;
    user-select: none;
    width: 50px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none; }

.terminal-breakout {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  margin: 0 15px 10px 15px;
  position: relative;
  height: 550px;
  overflow-y: hidden; }
  .terminal-breakout .terminal-card-featured {
    position: relative; }
  .terminal-breakout .terminal-card-fade {
    bottom: -5px;
    filter: blur(3px);
    height: 50px;
    position: absolute;
    width: 100%;
    z-index: 2; }
  .terminal-breakout .terminal-card-featured {
    flex: 0 0 50%;
    height: 100%;
    margin: 0 15px 0 0;
    z-index: 0; }
    @media (max-width: 600px) {
      .terminal-breakout .terminal-card-featured {
        flex: 0 0 100%; } }
    @media (max-height: 400px) {
      .terminal-breakout .terminal-card-featured {
        max-width: 100vh; } }

.terminal-header, h1.terminal-header, h2.terminal-header, h3.terminal-header, h4.terminal-header, h5.terminal-header, h6.terminal-header {
  padding: 10px 30px;
  margin: 0 0 10px 0;
  width: 100%;
  text-align: center;
  height: fit-content; }
  .terminal-header h1, .terminal-header h2, .terminal-header h3, .terminal-header h4, .terminal-header h5, .terminal-header h6, h1.terminal-header h1, h1.terminal-header h2, h1.terminal-header h3, h1.terminal-header h4, h1.terminal-header h5, h1.terminal-header h6, h2.terminal-header h1, h2.terminal-header h2, h2.terminal-header h3, h2.terminal-header h4, h2.terminal-header h5, h2.terminal-header h6, h3.terminal-header h1, h3.terminal-header h2, h3.terminal-header h3, h3.terminal-header h4, h3.terminal-header h5, h3.terminal-header h6, h4.terminal-header h1, h4.terminal-header h2, h4.terminal-header h3, h4.terminal-header h4, h4.terminal-header h5, h4.terminal-header h6, h5.terminal-header h1, h5.terminal-header h2, h5.terminal-header h3, h5.terminal-header h4, h5.terminal-header h5, h5.terminal-header h6, h6.terminal-header h1, h6.terminal-header h2, h6.terminal-header h3, h6.terminal-header h4, h6.terminal-header h5, h6.terminal-header h6 {
    margin: 0; }
  .terminal-header.terminal-header-no-background, h1.terminal-header.terminal-header-no-background, h2.terminal-header.terminal-header-no-background, h3.terminal-header.terminal-header-no-background, h4.terminal-header.terminal-header-no-background, h5.terminal-header.terminal-header-no-background, h6.terminal-header.terminal-header-no-background {
    background-color: unset;
    margin: 0; }

body.home .terminal-footer-icons, body.home .terminal-ppc-logo, body.home .terminal-copyright, body.search .terminal-footer-icons, body.search .terminal-ppc-logo, body.search .terminal-copyright, body.archive .terminal-footer-icons, body.archive .terminal-ppc-logo, body.archive .terminal-copyright {
  padding: 0 30px; }

body.home .terminal-footer-leaderboard, body.search .terminal-footer-leaderboard, body.archive .terminal-footer-leaderboard {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 10px;
  background-color: inherit;
  margin: 0 auto; }
  body.home .terminal-footer-leaderboard .widget_ad_layers_ad_widget, body.search .terminal-footer-leaderboard .widget_ad_layers_ad_widget, body.archive .terminal-footer-leaderboard .widget_ad_layers_ad_widget {
    margin: 0 auto; }
  body.home .terminal-footer-leaderboard .dfp-ad, body.search .terminal-footer-leaderboard .dfp-ad, body.archive .terminal-footer-leaderboard .dfp-ad {
    padding: 0; }
  body.home .terminal-footer-leaderboard .terminal-footer-section, body.search .terminal-footer-leaderboard .terminal-footer-section, body.archive .terminal-footer-leaderboard .terminal-footer-section {
    display: flex;
    flex: 0 0 100%;
    margin: 10px auto; }

body.home .terminal-footer-icons, body.home .terminal-ppc-logo, body.home .terminal-copyright, body.home .terminal-menu-footer ul a, body.search .terminal-footer-icons, body.search .terminal-ppc-logo, body.search .terminal-copyright, body.search .terminal-menu-footer ul a, body.archive .terminal-footer-icons, body.archive .terminal-ppc-logo, body.archive .terminal-copyright, body.archive .terminal-menu-footer ul a {
  margin-top: 10px; }

body.home .terminal-copyright p, body.search .terminal-copyright p, body.archive .terminal-copyright p {
  margin: 0; }

.terminal-search-form-more-link {
  display: flex; }
  .terminal-search-form-more-link a {
    display: flex;
    align-items: center; }
    .terminal-search-form-more-link a svg {
      display: flex; }

form[role="search"] {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 10px 0;
  width: calc(100% - 30px); }
  @media screen and (min-width: 500px) {
    form[role="search"] {
      width: calc(100% - 60px); } }
  form[role="search"] .search-form-field, form[role="search"] .terminal-search-form-more-link, form[role="search"] .terminal-search-form-reset-link {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    height: 30px;
    margin: 0 auto; }
    form[role="search"] .search-form-field svg.terminal-flipped, form[role="search"] .terminal-search-form-more-link svg.terminal-flipped, form[role="search"] .terminal-search-form-reset-link svg.terminal-flipped {
      transform: rotate(180deg); }
  form[role="search"] label {
    display: none; }
  form[role="search"] .terminal-search-form-more {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex: 0 0 100%;
    margin-top: 10px; }
    form[role="search"] .terminal-search-form-more .terminal-search-form-more-column {
      flex: 1 0 auto; }
    form[role="search"] .terminal-search-form-more .terminal-search-form-reset-link a {
      padding: 5px;
      border-radius: 5px;
      display: flex;
      justify-content: center;
      align-items: center; }
    form[role="search"] .terminal-search-form-more input, form[role="search"] .terminal-search-form-more label {
      margin: 5px auto;
      display: flex;
      width: 100%;
      flex: 0 0 100%;
      max-width: calc(100% - 15px); }
    form[role="search"] .terminal-search-form-more select {
      margin: 5px auto;
      display: flex;
      width: 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  form[role="search"] .search-field {
    display: flex;
    flex: 1 0 70%;
    -webkit-appearance: none;
    height: 30px; }
    @supports not (-webkit-overflow-scrolling: touch) {
      form[role="search"] .search-field::-webkit-search-cancel-button {
        /* Remove default */
        -webkit-appearance: none;
        content: '';
        display: block;
        width: 15px;
        height: 12px;
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: top left;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAABSAQMAAAD94hHYAAAABlBMVEUAAACXl5cNUA2AAAAAAnRSTlP9B0nlx2sAAABxSURBVHhe7dK9DYYgFIXhYywsGYFRHA3djMRFGIGS4gb0XoRg4s9XfRVvcfIMcJCOnKwVLzCN52pAFxOgxISzySIUj1f7Ow/PTm5O3JB+9ha1L15JOfN/d3fLDz++qpkxW7EpG9KrffbIDo0pe2LX7A7qXBSslhfN8AAAAABJRU5ErkJggg==); } }
  form[role="search"] .search-submit {
    cursor: pointer;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    flex: 0 1 30%;
    background-color: #f2f2f2; }

.terminal-input-validate:invalid + span:after {
  content: '\2716';
  padding-left: 5px; }

.terminal-input-validate:valid + span:after {
  content: '\2713';
  padding-left: 5px; }

a[name="recent"], a[name="popular"], a[name="featured"] {
  margin-top: -100px;
  padding-top: 100px; }
  @media screen and (max-width: 500px) {
    a[name="recent"], a[name="popular"], a[name="featured"] {
      margin-top: -50px;
      padding-top: 50px; } }

.terminal-filter {
  background: #f2f2f2;
  opacity: .9;
  padding: 5px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  width: 100%;
  z-index: 1; }
  .terminal-filter .terminal-filter-inside {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 500px;
    width: 100%; }
    @media screen and (max-width: 500px) {
      .terminal-filter .terminal-filter-inside {
        margin: 0 15px; } }

.terminal-popular-container .terminal-card-title select {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23222222'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: inherit;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-size: 8px;
  letter-spacing: inherit;
  padding: 10px;
  margin: -10px;
  text-transform: inherit;
  min-width: 200px;
  color: inherit; }

.terminal-popular-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -10px;
  padding: 5px; }

.terminal-popular-list .terminal-popular-list-item {
  flex: 1 0 220px;
  box-sizing: border-box;
  background: #f2f2f2;
  color: #222;
  position: relative;
  padding: 10px;
  margin: 5px;
  align-items: flex-end; }
  .terminal-popular-list .terminal-popular-list-item::before {
    bottom: 0;
    opacity: 0.2;
    position: absolute;
    right: 10px;
    content: attr(data-rank);
    font-size: 4.375rem;
    font-weight: bold; }
  .terminal-popular-list .terminal-popular-list-item .terminal-card-image, .terminal-popular-list .terminal-popular-list-item .terminal-card-embed {
    margin: -10px -10px 10px -10px; }
  .terminal-popular-list .terminal-popular-list-item .terminal-headline-font {
    width: 100%; }
  .terminal-popular-list .terminal-popular-list-item .terminal-byline {
    margin: 0;
    padding: 5px;
    background-color: inherit !important;
    width: 100% !important; }

@media (min-width: 410px) {
  .terminal-popular-list .terminal-popular-list-item {
    max-width: calc(50% - 10px); } }

@media (min-width: 830px) {
  .terminal-popular-list .terminal-popular-list-item {
    max-width: calc(25% - 10px); } }

.terminal-twitter {
  background-color: #55acee; }

.terminal-twitter:hover {
  background-color: rgba(85, 172, 238, 0.8); }

.terminal-facebook {
  background-color: #3b5998; }

.terminal-facebook:hover {
  background-color: rgba(59, 89, 152, 0.8); }

.terminal-linked {
  background-color: #4875B4; }

.terminal-linked:hover {
  background-color: rgba(72, 117, 180, 0.8); }

.terminal-pinterest {
  background-color: #cb2027; }

.terminal-pinterest:hover {
  background-color: rgba(203, 32, 39, 0.8); }

.mepr-submit, .uncovered p.terminal-adblock-notice {
  background: #ffc200;
  border-radius: 30px;
  border: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  color: black;
  display: block;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 10px auto;
  text-align: center;
  text-transform: uppercase;
  width: 210px; }
  .mepr-submit.invert, .uncovered p.terminal-adblock-notice.invert {
    background: #3f3f3f;
    color: #fff; }
    .mepr-submit.invert:hover, .uncovered p.terminal-adblock-notice.invert:hover {
      background: #fff;
      color: #3f3f3f; }
  .mepr-submit:hover, .uncovered p.terminal-adblock-notice:hover {
    background: #3f3f3f;
    color: #fff; }

@media (max-width: 869px) {
  .terminal-button {
    flex-basis: 100%;
    margin-bottom: 5px; } }

.terminal-button a {
  color: #3f3f3f;
  margin: 5px auto;
  background: #fff;
  cursor: pointer;
  border-radius: 30px;
  display: block;
  height: 25px;
  line-height: 25px;
  width: 210px;
  text-transform: uppercase; }
  .terminal-button a:hover {
    background: #3f3f3f;
    color: #fff; }

body .terminal-no-select {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

body .terminal-hidden {
  display: none !important; }

body .terminal-hidden-no-js {
  display: none !important; }

body .terminal-flipped {
  transform: rotate(180deg); }

body .terminal-show {
  display: flex !important; }

@media (min-width: 420px) {
  body .terminal-desktop-show {
    display: flex !important; } }

@media (max-width: 420px) {
  body .terminal-mobile-show {
    display: flex !important; } }

@media (min-width: 420px) {
  body .terminal-desktop-hide {
    display: none !important; } }

@media (max-width: 420px) {
  body .terminal-mobile-hide {
    display: none !important; } }

body .terminal-flex-basis-25 {
  flex: 0 0 25px !important; }

body .terminal-flex-basis-30 {
  flex: 0 0 30px !important; }

body .terminal-flex-basis-40 {
  flex: 0 0 40px !important; }

body .terminal-flex-basis-50 {
  flex: 0 0 50px !important; }

body .terminal-flex-basis-60 {
  flex: 0 0 60px !important; }

body .terminal-flex-basis-75 {
  flex: 0 0 75px !important; }

body .terminal-flex-basis-100 {
  flex: 0 0 100px !important; }

body .terminal-vertical-margin {
  margin: 30px 0; }

.terminal-limit-max-content-width {
  max-width: 800px; }

.terminal-limit-max-container-width {
  max-width: 1150px; }

.terminal-limit-max-container-width-add-margin, .mp_wrapper {
  max-width: calc(1150px - 30px);
  width: calc(100% - 30px);
  margin: auto; }

.terminal-limit-max-content-width-add-margin {
  max-width: calc(800px - 30px);
  width: calc(100% - 30px);
  margin: auto; }

.terminal-scrolled .terminal-scroll-show {
  display: flex !important; }

.terminal-scrolled .terminal-scroll-hide {
  display: none !important; }

.terminal-scroll-show {
  display: none !important; }

.terminal-viewing-content .terminal-viewing-content-active {
  font-weight: 700; }

.terminal-viewing-featured .terminal-viewing-featured-active {
  font-weight: 700; }

.terminal-viewing-popular a.terminal-viewing-popular-active {
  font-weight: 700; }

.terminal-alignment-center {
  text-align: center;
  align-items: center;
  justify-content: center; }

.terminal-alignment-left {
  text-align: left;
  justify-content: left; }

.terminal-alignment-right {
  text-align: right;
  justify-content: right; }

@media (max-width: 869px) {
  .terminal-alignment-center-mobile {
    text-align: center;
    justify-content: center; }
  .terminal-alignment-left-mobile {
    text-align: left;
    justify-content: left; }
  .terminal-alignment-right-mobile {
    text-align: right;
    justify-content: right; } }

.terminal-50-percent-width {
  width: 50%; }

.terminal-60-percent-width {
  width: 60%; }

.terminal-70-percent-width {
  width: 70%; }

.terminal-80-percent-width {
  width: 80%; }

.terminal-90-percent-width {
  width: 90%; }

.terminal-100-percent-width {
  width: 100%; }

@media (max-width: 869px) {
  .terminal-50-percent-width-mobile {
    width: 50%; }
  .terminal-60-percent-width-mobile {
    width: 60%; }
  .terminal-70-percent-width-mobile {
    width: 70%; }
  .terminal-80-percent-width-mobile {
    width: 80%; }
  .terminal-90-percent-width-mobile {
    width: 90%; }
  .terminal-100-percent-width-mobile {
    width: 100%; } }

.smartbanner {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  height: 84px;
  background: #f3f3f3;
  font-family: Helvetica, sans, sans-serif;
  /** Android styles **/ }
  .smartbanner__exit {
    position: absolute;
    top: calc(50% - 6px);
    left: 9px;
    display: block;
    margin: 0;
    width: 12px;
    height: 12px;
    border: 0;
    text-align: center; }
    .smartbanner__exit::before, .smartbanner__exit::after {
      position: absolute;
      width: 1px;
      height: 12px;
      background: #767676;
      content: ' '; }
    .smartbanner__exit::before {
      transform: rotate(45deg); }
    .smartbanner__exit::after {
      transform: rotate(-45deg); }
  .smartbanner__icon {
    position: absolute;
    top: 10px;
    left: 30px;
    width: 64px;
    height: 64px;
    border-radius: 15px;
    background-size: 64px 64px; }
  .smartbanner__info {
    position: absolute;
    top: 10px;
    left: 104px;
    display: flex;
    overflow-y: hidden;
    width: 60%;
    height: 64px;
    align-items: center; }
    .smartbanner__info__title {
      font-size: 14px; }
    .smartbanner__info__author, .smartbanner__info__price {
      font-size: 12px; }
    .smartbanner__info__price__price {
      margin-right: 5px; }
  .smartbanner__button {
    position: absolute;
    top: 32px;
    right: 10px;
    z-index: 1;
    display: block;
    padding: 0 10px;
    min-width: 10%;
    border-radius: 5px;
    background: #f3f3f3;
    color: #1474fc;
    font-size: 18px;
    text-align: center;
    text-decoration: none; }
    .smartbanner__button__label {
      text-align: center; }
  .smartbanner.smartbanner--android {
    background: #3d3d3d url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);
    box-shadow: inset 0 4px 0 #88b131; }
    .smartbanner.smartbanner--android .smartbanner__exit {
      left: 6px;
      margin-right: 7px;
      width: 17px;
      height: 17px;
      border-radius: 14px;
      background: #1c1e21;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
      color: #b1b1b3;
      font-family: 'ArialRoundedMTBold', Arial;
      font-size: 20px;
      -webkit-font-smoothing: subpixel-antialiased;
      line-height: 17px;
      text-shadow: 0 1px 1px #000; }
      .smartbanner.smartbanner--android .smartbanner__exit::before, .smartbanner.smartbanner--android .smartbanner__exit::after {
        top: 3px;
        left: 8px;
        width: 2px;
        height: 11px;
        background: #b1b1b3; }
      .smartbanner.smartbanner--android .smartbanner__exit:active, .smartbanner.smartbanner--android .smartbanner__exit:hover {
        color: #eee; }
    .smartbanner.smartbanner--android .smartbanner__icon {
      background-color: transparent;
      box-shadow: none; }
    .smartbanner.smartbanner--android .smartbanner__info {
      color: #ccc;
      text-shadow: 0 1px 2px #000; }
      .smartbanner.smartbanner--android .smartbanner__info__title {
        color: #fff;
        font-weight: bold; }
    .smartbanner.smartbanner--android .smartbanner__button {
      top: 30px;
      right: 20px;
      padding: 0;
      min-width: 12%;
      border-radius: 0;
      background: none;
      box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
      color: #d1d1d1;
      font-size: 14px;
      font-weight: bold; }
      .smartbanner.smartbanner--android .smartbanner__button:active, .smartbanner.smartbanner--android .smartbanner__button:hover {
        background: none; }
      .smartbanner.smartbanner--android .smartbanner__button__label {
        display: block;
        padding: 0 10px;
        background: #42b6c9;
        background: linear-gradient(to bottom, #42b6c9, #39a9bb);
        box-shadow: none;
        line-height: 24px;
        text-align: center;
        text-shadow: none;
        text-transform: none; }
        .smartbanner.smartbanner--android .smartbanner__button__label:active, .smartbanner.smartbanner--android .smartbanner__button__label:hover {
          background: #2ac7e1; }

.terminal-card {
  overflow: hidden;
  height: auto;
  margin: 0 15px 1em 15px; }
  .terminal-card.terminal-featured-section {
    height: auto; }
  @media (max-width: 450px) {
    .terminal-card {
      margin: 0 0 .75em 0; } }
  .terminal-card.terminal-no-photo h1.terminal-stream-headline {
    margin-top: 5px !important; }
  .terminal-card .terminal-featured-meta, .terminal-card .terminal-headline {
    flex: 1 1 100%;
    margin: 0 auto 10px auto; }
  .terminal-card .terminal-card-image {
    flex-basis: 100%;
    margin: 0 auto 10px auto;
    flex-grow: 1;
    display: block; }
    .terminal-card .terminal-card-image img {
      height: auto;
      width: 100%; }
  .terminal-card .terminal-card-embed {
    flex-basis: 100%;
    margin: 0 auto 10px auto;
    flex-grow: 1;
    display: block; }
    .terminal-card .terminal-card-embed iframe {
      width: 100% !important; }
  .terminal-card .terminal-card-text > iframe, .terminal-card .wp-block-embed.is-type-video {
    margin: 0 auto 10px auto !important; }
    .terminal-card .terminal-card-text > iframe iframe, .terminal-card .wp-block-embed.is-type-video iframe {
      width: 100%; }
  .terminal-card .terminal-card-text {
    margin: 0 auto 0 auto;
    width: 100%;
    height: auto; }
    .terminal-card .terminal-card-text.terminal-card-text-top-margin {
      margin: 5px auto 0 auto; }
    .terminal-card .terminal-card-text ul {
      list-style-type: disc; }
    .terminal-card .terminal-card-text blockquote {
      border-left: 6px solid rgba(0, 0, 0, 0.5);
      padding: 1em 1em .25em 1em;
      background: rgba(50, 50, 50, 0.1);
      opacity: .8; }
      .terminal-card .terminal-card-text blockquote cite {
        font-size: .8em; }
    .terminal-card .terminal-card-text cite {
      display: block; }
    .terminal-card .terminal-card-text p, .terminal-card .terminal-card-text h1, .terminal-card .terminal-card-text h2, .terminal-card .terminal-card-text h3, .terminal-card .terminal-card-text h4, .terminal-card .terminal-card-text h5, .terminal-card .terminal-card-text h6, .terminal-card .terminal-card-text ul, .terminal-card .terminal-card-text ol, .terminal-card .terminal-card-text blockquote, .terminal-card .terminal-card-text table, .terminal-card .terminal-card-text cite {
      margin: 0 auto 15px auto;
      height: auto;
      width: calc(100% - 30px); }
    .terminal-card .terminal-card-text p, .terminal-card .terminal-card-text ul, .terminal-card .terminal-card-text ol, .terminal-card .terminal-card-text blockquote, .terminal-card .terminal-card-text table, .terminal-card .terminal-card-text cite {
      margin: 0 auto 1em auto; }
    .terminal-card .terminal-card-text table {
      word-wrap: break-word;
      table-layout: fixed;
      font-size: 13px; }
    .terminal-card .terminal-card-text hr {
      margin: 0 auto 10px auto;
      clear: both;
      width: calc(100% - 30px); }
    .terminal-card .terminal-card-text p iframe {
      margin-left: -30px;
      width: calc(100% + 30px);
      margin-right: -30px; }
    .terminal-card .terminal-card-text p img.size-full, .terminal-card .terminal-card-text p img.size-large, .terminal-card .terminal-card-text h1 img.size-full, .terminal-card .terminal-card-text h1 img.size-large, .terminal-card .terminal-card-text h2 img.size-full, .terminal-card .terminal-card-text h2 img.size-large, .terminal-card .terminal-card-text h3 img.size-full, .terminal-card .terminal-card-text h3 img.size-large, .terminal-card .terminal-card-text h4 img.size-full, .terminal-card .terminal-card-text h4 img.size-large, .terminal-card .terminal-card-text h5 img.size-full, .terminal-card .terminal-card-text h5 img.size-large, .terminal-card .terminal-card-text h6 img.size-full, .terminal-card .terminal-card-text h6 img.size-large, .terminal-card .terminal-card-text ul img.size-full, .terminal-card .terminal-card-text ul img.size-large, .terminal-card .terminal-card-text ol img.size-full, .terminal-card .terminal-card-text ol img.size-large, .terminal-card .terminal-card-text blockquote img.size-full, .terminal-card .terminal-card-text blockquote img.size-large {
      height: auto;
      width: calc(100% + 30px);
      margin: 0 -15px 0 -15px; }
      .terminal-card .terminal-card-text p img.size-full.alignright, .terminal-card .terminal-card-text p img.size-large.alignright, .terminal-card .terminal-card-text h1 img.size-full.alignright, .terminal-card .terminal-card-text h1 img.size-large.alignright, .terminal-card .terminal-card-text h2 img.size-full.alignright, .terminal-card .terminal-card-text h2 img.size-large.alignright, .terminal-card .terminal-card-text h3 img.size-full.alignright, .terminal-card .terminal-card-text h3 img.size-large.alignright, .terminal-card .terminal-card-text h4 img.size-full.alignright, .terminal-card .terminal-card-text h4 img.size-large.alignright, .terminal-card .terminal-card-text h5 img.size-full.alignright, .terminal-card .terminal-card-text h5 img.size-large.alignright, .terminal-card .terminal-card-text h6 img.size-full.alignright, .terminal-card .terminal-card-text h6 img.size-large.alignright, .terminal-card .terminal-card-text ul img.size-full.alignright, .terminal-card .terminal-card-text ul img.size-large.alignright, .terminal-card .terminal-card-text ol img.size-full.alignright, .terminal-card .terminal-card-text ol img.size-large.alignright, .terminal-card .terminal-card-text blockquote img.size-full.alignright, .terminal-card .terminal-card-text blockquote img.size-large.alignright {
        margin: 0 -30px 0 0; }
      .terminal-card .terminal-card-text p img.size-full.alignright, .terminal-card .terminal-card-text p img.size-large.alignright, .terminal-card .terminal-card-text h1 img.size-full.alignright, .terminal-card .terminal-card-text h1 img.size-large.alignright, .terminal-card .terminal-card-text h2 img.size-full.alignright, .terminal-card .terminal-card-text h2 img.size-large.alignright, .terminal-card .terminal-card-text h3 img.size-full.alignright, .terminal-card .terminal-card-text h3 img.size-large.alignright, .terminal-card .terminal-card-text h4 img.size-full.alignright, .terminal-card .terminal-card-text h4 img.size-large.alignright, .terminal-card .terminal-card-text h5 img.size-full.alignright, .terminal-card .terminal-card-text h5 img.size-large.alignright, .terminal-card .terminal-card-text h6 img.size-full.alignright, .terminal-card .terminal-card-text h6 img.size-large.alignright, .terminal-card .terminal-card-text ul img.size-full.alignright, .terminal-card .terminal-card-text ul img.size-large.alignright, .terminal-card .terminal-card-text ol img.size-full.alignright, .terminal-card .terminal-card-text ol img.size-large.alignright, .terminal-card .terminal-card-text blockquote img.size-full.alignright, .terminal-card .terminal-card-text blockquote img.size-large.alignright {
        margin: 0 0 0 -30px; }
    .terminal-card .terminal-card-text p img:not(.size-full):not(.size-large), .terminal-card .terminal-card-text h1 img:not(.size-full):not(.size-large), .terminal-card .terminal-card-text h2 img:not(.size-full):not(.size-large), .terminal-card .terminal-card-text h3 img:not(.size-full):not(.size-large), .terminal-card .terminal-card-text h4 img:not(.size-full):not(.size-large), .terminal-card .terminal-card-text h5 img:not(.size-full):not(.size-large), .terminal-card .terminal-card-text h6 img:not(.size-full):not(.size-large), .terminal-card .terminal-card-text ul img:not(.size-full):not(.size-large), .terminal-card .terminal-card-text ol img:not(.size-full):not(.size-large), .terminal-card .terminal-card-text blockquote img:not(.size-full):not(.size-large) {
      max-width: 50%;
      height: auto;
      margin: auto; }
      .terminal-card .terminal-card-text p img:not(.size-full):not(.size-large).alignleft, .terminal-card .terminal-card-text h1 img:not(.size-full):not(.size-large).alignleft, .terminal-card .terminal-card-text h2 img:not(.size-full):not(.size-large).alignleft, .terminal-card .terminal-card-text h3 img:not(.size-full):not(.size-large).alignleft, .terminal-card .terminal-card-text h4 img:not(.size-full):not(.size-large).alignleft, .terminal-card .terminal-card-text h5 img:not(.size-full):not(.size-large).alignleft, .terminal-card .terminal-card-text h6 img:not(.size-full):not(.size-large).alignleft, .terminal-card .terminal-card-text ul img:not(.size-full):not(.size-large).alignleft, .terminal-card .terminal-card-text ol img:not(.size-full):not(.size-large).alignleft, .terminal-card .terminal-card-text blockquote img:not(.size-full):not(.size-large).alignleft {
        float: left;
        margin: 0 15px 10px 0; }
      .terminal-card .terminal-card-text p img:not(.size-full):not(.size-large).alignright, .terminal-card .terminal-card-text h1 img:not(.size-full):not(.size-large).alignright, .terminal-card .terminal-card-text h2 img:not(.size-full):not(.size-large).alignright, .terminal-card .terminal-card-text h3 img:not(.size-full):not(.size-large).alignright, .terminal-card .terminal-card-text h4 img:not(.size-full):not(.size-large).alignright, .terminal-card .terminal-card-text h5 img:not(.size-full):not(.size-large).alignright, .terminal-card .terminal-card-text h6 img:not(.size-full):not(.size-large).alignright, .terminal-card .terminal-card-text ul img:not(.size-full):not(.size-large).alignright, .terminal-card .terminal-card-text ol img:not(.size-full):not(.size-large).alignright, .terminal-card .terminal-card-text blockquote img:not(.size-full):not(.size-large).alignright {
        float: right;
        margin: 0 0 0 15px; }
      @media (min-width: 420px) {
        .terminal-card .terminal-card-text p img:not(.size-full):not(.size-large).aligncenter, .terminal-card .terminal-card-text h1 img:not(.size-full):not(.size-large).aligncenter, .terminal-card .terminal-card-text h2 img:not(.size-full):not(.size-large).aligncenter, .terminal-card .terminal-card-text h3 img:not(.size-full):not(.size-large).aligncenter, .terminal-card .terminal-card-text h4 img:not(.size-full):not(.size-large).aligncenter, .terminal-card .terminal-card-text h5 img:not(.size-full):not(.size-large).aligncenter, .terminal-card .terminal-card-text h6 img:not(.size-full):not(.size-large).aligncenter, .terminal-card .terminal-card-text ul img:not(.size-full):not(.size-large).aligncenter, .terminal-card .terminal-card-text ol img:not(.size-full):not(.size-large).aligncenter, .terminal-card .terminal-card-text blockquote img:not(.size-full):not(.size-large).aligncenter {
          margin-left: 25%; } }
      @media (max-width: 420px) {
        .terminal-card .terminal-card-text p img:not(.size-full):not(.size-large), .terminal-card .terminal-card-text h1 img:not(.size-full):not(.size-large), .terminal-card .terminal-card-text h2 img:not(.size-full):not(.size-large), .terminal-card .terminal-card-text h3 img:not(.size-full):not(.size-large), .terminal-card .terminal-card-text h4 img:not(.size-full):not(.size-large), .terminal-card .terminal-card-text h5 img:not(.size-full):not(.size-large), .terminal-card .terminal-card-text h6 img:not(.size-full):not(.size-large), .terminal-card .terminal-card-text ul img:not(.size-full):not(.size-large), .terminal-card .terminal-card-text ol img:not(.size-full):not(.size-large), .terminal-card .terminal-card-text blockquote img:not(.size-full):not(.size-large) {
          float: none;
          margin: 0 auto 0 auto;
          height: auto;
          max-width: 100%;
          width: 100%; } }
    .terminal-card .terminal-card-text .wp-block-image {
      display: block;
      width: unset !important;
      margin: 0 auto 1em auto; }
      .terminal-card .terminal-card-text .wp-block-image figure {
        width: 100%; }
        .terminal-card .terminal-card-text .wp-block-image figure img {
          margin: 0;
          width: 100%;
          height: auto; }
          .terminal-card .terminal-card-text .wp-block-image figure img.alignright {
            margin: 0 0 1em 15px; }
          .terminal-card .terminal-card-text .wp-block-image figure img.alignleft {
            margin: 0 15px 1em 0; }
      .terminal-card .terminal-card-text .wp-block-image figcaption {
        font-size: 16px;
        margin: 0 15px 1em 15px;
        padding: 15px 30px 15px 30px; }
    .terminal-card .terminal-card-text figure.wp-block-image {
      display: block;
      width: unset !important;
      margin: 0 auto 1em auto; }
      .terminal-card .terminal-card-text figure.wp-block-image img {
        margin: 0;
        width: 100%;
        height: auto; }
        .terminal-card .terminal-card-text figure.wp-block-image img.alignright {
          margin: 0 0 1em 15px; }
        .terminal-card .terminal-card-text figure.wp-block-image img.alignleft {
          margin: 0 15px 1em 0; }
      .terminal-card .terminal-card-text figure.wp-block-image figcaption {
        font-size: 16px;
        margin: 0 15px 15px 1em;
        padding: 15px 30px 1em 30px; }
    .terminal-card .terminal-card-text figure.wp-caption {
      display: block;
      width: unset !important;
      margin: 0 auto 1em auto; }
      .terminal-card .terminal-card-text figure.wp-caption img.size-full {
        margin: 0 auto 0 auto;
        height: 100%;
        width: 100%; }
      .terminal-card .terminal-card-text figure.wp-caption img:not(.size-full) {
        height: auto;
        margin: auto; }
        .terminal-card .terminal-card-text figure.wp-caption img:not(.size-full).alignleft {
          float: left;
          margin: 0 15px 1em 0; }
        .terminal-card .terminal-card-text figure.wp-caption img:not(.size-full).alignright {
          float: right;
          margin: 0 0 1em 15px; }
        @media (max-width: 420px) {
          .terminal-card .terminal-card-text figure.wp-caption img:not(.size-full) {
            float: none;
            margin: 0 0 1em 0;
            height: auto;
            width: 100%; } }
      .terminal-card .terminal-card-text figure.wp-caption figcaption.wp-caption-text, .terminal-card .terminal-card-text figure.wp-caption p.wp-caption-text {
        padding: 15px 15px 1em 15px; }
  .terminal-card .terminal-credit {
    text-align: left;
    margin-bottom: 1em; }
    .terminal-card .terminal-credit svg {
      width: 1rem !important;
      height: 1rem !important;
      fill: #ccc !important;
      top: 0.125rem !important;
      margin-right: 0.25rem;
      position: relative !important; }

.terminal-meta {
  display: flex;
  flex-wrap: wrap; }
  .terminal-meta .terminal-breadcrumbs {
    display: flex;
    position: relative;
    width: fit-content;
    padding: 2px 30px;
    flex: 0 1 auto;
    height: 22px;
    min-width: 200px; }
    @media screen and (max-width: 400px) {
      .terminal-meta .terminal-breadcrumbs {
        order: 2; } }

.terminal-card-full {
  flex: 1 1 100%; }

.terminal-card-title {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: left;
  line-height: 20px;
  padding: 10px 30px;
  position: relative;
  width: 100%; }
  .terminal-card-title.terminal-card-title-popular {
    justify-content: center; }
  .terminal-card-title .terminal-card-icon {
    height: 20px;
    flex: 0 0 auto;
    width: 30px; }
    .terminal-card-title .terminal-card-icon svg {
      max-width: 100%;
      max-height: 100%;
      overflow: hidden; }
  .terminal-card-title span {
    flex: 1 0 auto; }

.terminal-card-title-meta {
  position: relative;
  padding: 10px 30px;
  width: 100%;
  height: auto;
  background: #e2e2e2;
  line-height: 20px; }

.terminal-card-triple {
  height: auto;
  flex: 0 1 1150px; }

.terminal-card-double {
  height: auto;
  flex: 1 1 695px; }

.terminal-card-single, .terminal-sidebar-card.widget_ad_layers_ad_widget {
  height: auto;
  flex: 1 1 330px; }

.terminal-card-no-grow {
  flex-grow: 0 !important; }

.terminal-card-featured h1 {
  padding: 0 15px;
  margin: 5px auto; }

.terminal-single-analytics {
  display: flex;
  padding: 0;
  flex: auto;
  justify-content: space-between;
  flex-wrap: wrap; }
  .terminal-single-analytics small {
    flex: 0 0 100%;
    text-align: center; }
  .terminal-single-analytics ul, .terminal-single-analytics ol {
    display: flex;
    flex-basis: 100%;
    padding: 0;
    flex-wrap: wrap;
    margin: 0; }
    .terminal-single-analytics ul li, .terminal-single-analytics ol li {
      margin: 5px;
      flex: 0 0 200px;
      display: flex; }
      .terminal-single-analytics ul li strong, .terminal-single-analytics ol li strong {
        margin-right: 2px; }

.terminal-sponsors-container {
  flex: 1 0 auto; }
  .terminal-sponsors-container .terminal-card {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 1em; }
    .terminal-sponsors-container .terminal-card .terminal-sponsor {
      justify-content: center;
      flex-wrap: wrap;
      padding: 1em;
      min-width: 100px; }
      .terminal-sponsors-container .terminal-card .terminal-sponsor img {
        display: block;
        max-width: 100%;
        margin: 0 auto 2px auto; }
      .terminal-sponsors-container .terminal-card .terminal-sponsor:hover img {
        opacity: 1;
        filter: grayscale(0%); }
      .terminal-sponsors-container .terminal-card .terminal-sponsor-tier-one {
        flex-basis: 50%;
        width: 50%; }
        .terminal-sponsors-container .terminal-card .terminal-sponsor-tier-one img {
          max-height: 120px; }
      .terminal-sponsors-container .terminal-card .terminal-sponsor-tier-two {
        flex-basis: 33%;
        width: 33%; }
        .terminal-sponsors-container .terminal-card .terminal-sponsor-tier-two img {
          max-height: 100px; }
      .terminal-sponsors-container .terminal-card .terminal-sponsor-tier-three {
        flex-basis: 25%;
        width: 25%; }
        .terminal-sponsors-container .terminal-card .terminal-sponsor-tier-three img {
          max-height: 80px; }
      .terminal-sponsors-container .terminal-card .terminal-sponsor-tier-four {
        flex-basis: 20%;
        width: 20%;
        font-size: .8rem; }
        .terminal-sponsors-container .terminal-card .terminal-sponsor-tier-four img {
          max-height: 60px;
          opacity: .75;
          filter: grayscale(100%); }
      .terminal-sponsors-container .terminal-card .terminal-sponsor-tier-five {
        flex-basis: 14.1%;
        width: 14.1%;
        font-size: .8rem; }
        .terminal-sponsors-container .terminal-card .terminal-sponsor-tier-five img {
          max-height: 50px;
          opacity: .75;
          filter: grayscale(100%); }

.textwidget {
  padding: 15px; }

.terminal-before-article-section .textwidget, .terminal-after-article-section .textwidget {
  padding: 0; }

.terminal-post-widget {
  width: 100%; }
  .terminal-post-widget .terminal-image img {
    width: 100%;
    height: auto;
    margin-bottom: 10px; }

.terminal-top-container {
  display: flex;
  height: 100%;
  margin: 0 auto;
  flex-wrap: wrap; }

.terminal-hero-container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
  flex: 1 1 330px; }

.terminal-primary-sidebar {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
  height: 100%;
  flex: 0 1 385px;
  min-width: 350px; }
  @media screen and (max-width: 500px) {
    .terminal-primary-sidebar {
      flex-grow: 1; } }

body.home .terminal-primary-sidebar {
  height: 100%; }

ul.parsely-recommended-widget {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.parsely-recommended-widget li a {
    display: block;
    text-decoration: none;
    color: #222;
    margin: 0 0 15px 0;
    padding: 0 10px 10px 10px; }
    ul.parsely-recommended-widget li a:hover {
      color: #0f65ef;
      text-decoration: none;
      transition: color .15s ease 0s; }
    ul.parsely-recommended-widget li a img {
      margin: 0 -10px 10px -10px;
      width: calc(100% + 20px); }

.infinite-loader {
  color: #000;
  height: 28px;
  flex: 1 1 710px;
  padding: 15p;
  margin: 15px;
  display: flex;
  text-indent: -9999px; }

#infinite-handle span {
  background: #333;
  border-radius: 1px;
  color: #eee;
  cursor: pointer;
  font-size: 13px;
  padding: 6px 16px; }

body.infinite-scroll .terminal-footer {
  display: none; }

.infinite-wrap {
  display: block;
  width: 100%; }

body.infinity-end #footer {
  display: block !important; }

.terminal-before-article-section > .textwidget > .essb-shortcode {
  margin: 30px 30px 0 30px; }

.terminal-after-article-section > .textwidget > .essb-shortcode {
  margin: 30px; }

.terminal-before-article-section > .textwidget > .essb-shortcode .essb_links.essb_width_flex ul,
.after-article-section > .textwidget > .essb-shortcode .essb_links.essb_width_flex ul {
  justify-content: center;
  flex-wrap: wrap; }
  .terminal-before-article-section > .textwidget > .essb-shortcode .essb_links.essb_width_flex ul li,
  .after-article-section > .textwidget > .essb-shortcode .essb_links.essb_width_flex ul li {
    flex-basis: 20%;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center; }
    @media (max-width: 1000px) {
      .terminal-before-article-section > .textwidget > .essb-shortcode .essb_links.essb_width_flex ul li,
      .after-article-section > .textwidget > .essb-shortcode .essb_links.essb_width_flex ul li {
        flex-basis: 25%; } }
    @media (max-width: 800px) {
      .terminal-before-article-section > .textwidget > .essb-shortcode .essb_links.essb_width_flex ul li,
      .after-article-section > .textwidget > .essb-shortcode .essb_links.essb_width_flex ul li {
        flex-basis: 33%; } }
    @media (max-width: 420px) {
      .terminal-before-article-section > .textwidget > .essb-shortcode .essb_links.essb_width_flex ul li,
      .after-article-section > .textwidget > .essb-shortcode .essb_links.essb_width_flex ul li {
        flex-basis: 50%; } }
    .terminal-before-article-section > .textwidget > .essb-shortcode .essb_links.essb_width_flex ul li a,
    .after-article-section > .textwidget > .essb-shortcode .essb_links.essb_width_flex ul li a {
      width: calc(100% - 15px); }
    .terminal-before-article-section > .textwidget > .essb-shortcode .essb_links.essb_width_flex ul li.essb_link_sharebtn a,
    .after-article-section > .textwidget > .essb-shortcode .essb_links.essb_width_flex ul li.essb_link_sharebtn a {
      color: #999 !important;
      border: 2px solid #999;
      background-color: #fff !important; }
      .terminal-before-article-section > .textwidget > .essb-shortcode .essb_links.essb_width_flex ul li.essb_link_sharebtn a:hover,
      .after-article-section > .textwidget > .essb-shortcode .essb_links.essb_width_flex ul li.essb_link_sharebtn a:hover {
        color: #fff !important;
        background-color: #999 !important; }
    .terminal-before-article-section > .textwidget > .essb-shortcode .essb_links.essb_width_flex ul li.essb_totalcount_item,
    .after-article-section > .textwidget > .essb-shortcode .essb_links.essb_width_flex ul li.essb_totalcount_item {
      color: #999 !important; }
    .terminal-before-article-section > .textwidget > .essb-shortcode .essb_links.essb_width_flex ul li.essb_link_sharebtn span.essb_network_name.essb_noname::before,
    .after-article-section > .textwidget > .essb-shortcode .essb_links.essb_width_flex ul li.essb_link_sharebtn span.essb_network_name.essb_noname::before {
      content: 'Share'; }

.terminal-before-article-section > .textwidget > .essb-shortcode .essb_width_columns_2 li,
.after-article-section > .textwidget > .essb-shortcode .essb_width_columns_2 li {
  width: 48%;
  padding: 1% !important; }

.essb_links {
  margin: 0; }

div.gform_wrapper {
  margin: 0 30px 20px 30px; }

.widget_ad_layers_ad_widget {
  padding: 0;
  text-align: center;
  margin: 0 15px 10px 15px;
  background-color: initial;
  justify-content: center;
  align-items: center;
  height: 100%; }
  @media (max-width: 450px) {
    .widget_ad_layers_ad_widget {
      margin: 0 0 10px 0; } }

.essb-shortcode {
  margin: 0 auto !important; }

[id^=ad_layers] {
  background-color: unset !important;
  border: none;
  box-shadow: none; }

.terminal-adblock-card {
  display: none; }

body.uncovered .terminal-card.covered-target {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 250px; }

body.uncovered.single-post article .terminal-card-text > * {
  display: none; }

body.uncovered.single-post article .terminal-card-text > p:first-of-type, body.uncovered.single-post article .terminal-card-text > .terminal-adblock-card {
  display: block !important; }

body.uncovered .terminal-adblock-card {
  background: white;
  border-radius: 4px;
  border: 2px solid red;
  box-shadow: 0 -2em 10em 2em #f5f7f7, 0 2px 12px grey;
  color: black;
  margin: 1em;
  padding: 1em;
  position: relative;
  text-align: center; }
  body.uncovered .terminal-adblock-card-column {
    display: inline-block;
    font-size: .8em;
    margin: 1em 0;
    width: 42%; }
  body.uncovered .terminal-adblock-card-column-or {
    display: inline-block;
    font-weight: bold;
    margin: 1em 0;
    text-align: center;
    width: 6%; }
  @media (max-width: 700px) {
    body.uncovered .terminal-adblock-card-column {
      display: block;
      width: 100%; }
    body.uncovered .terminal-adblock-card-column-or {
      display: none; } }
  body.uncovered .terminal-adblock-card input, body.uncovered .terminal-adblock-card button, body.uncovered .terminal-adblock-card-subscribe {
    background: white;
    border: 1px solid lightgray;
    display: inline-block;
    margin: .5em 0;
    padding: .75em;
    transition: 120ms ease background; }
  body.uncovered .terminal-adblock-card input[type="email"] {
    width: 65%; }
  body.uncovered .terminal-adblock-card button[type="submit"] {
    background: orange;
    border: 1px solid orange;
    color: white;
    width: 35%; }
    body.uncovered .terminal-adblock-card button[type="submit"]:hover {
      background: #ffb733; }
  body.uncovered .terminal-adblock-card-subscribe {
    background: green;
    border: 1px solid green;
    color: white; }
    body.uncovered .terminal-adblock-card-subscribe:hover {
      background: #009a00; }

body.uncovered .terminal-comments-container {
  display: none; }

.dfp-ad {
  text-align: center;
  overflow: hidden;
  padding: 15px;
  justify-content: center;
  height: 100%;
  display: flex;
  align-items: center; }
  .dfp-ad iframe {
    background-color: #fff; }

.essb_bottombar_inner {
  max-width: calc( 1150px - 30px) !important;
  width: calc( 100% - 30px) !important; }

.essbfc-container, .essb-subscribe-form-inline {
  margin-bottom: 0 !important; }

.essbfc-network {
  align-items: center;
  display: flex !important;
  height: 88px;
  justify-content: center; }

.essbfc-icon {
  padding-top: 0 !important; }

.spinner {
  z-index: 0 !important; }

.essbis_site .essb-mobile-sharebottom, .essbis_site .essb_bottombar, .essbis_site .essb_topbar {
  z-index: 1; }

.essbis-hover-overlay {
  z-index: 0 !important; }

div#mepr-account-nav {
  display: flex;
  justify-content: space-around; }
  div#mepr-account-nav span.mepr-nav-item {
    display: flex; }

.mepr-account-actions {
  display: flex;
  flex-direction: column;
  font-size: 12px; }
  .mepr-account-actions a {
    display: flex; }

.mp-password-strength-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center; }
  .mp-password-strength-area span {
    display: flex;
    flex: auto;
    justify-content: center;
    align-items: center; }

.essb_counter_modern_top_mini {
  margin: 30px auto 15px auto; }

.mp_wrapper.mp_login_form {
  margin: 15px auto; }

.terminal-card-featured .wpcnt, .terminal-post-widget .wpcnt {
  display: none; }

.amp-wp-article-content .wpcnt {
  display: none; }

.essb_links .essb_force_hide_name .essb_icon {
  margin: 0 auto !important;
  display: block; }

.essb_displayed_sharebottom.essb_links .essb_force_hide_name .essb_icon {
  transform: scale(1.5) translateX(4px) translateY(4px); }

.essb_links.essb_counter_modern_top_mini .essb_counter {
  margin-top: -21px !important; }

#wp-travel-enquiries .wp-travel-form-field.textarea-field textarea {
  width: 100%; }

ins {
  text-decoration: none; }

.wp-travel-average-review {
  display: none; }

.ws-theme-cart-page .product-thumbnail {
  display: none; }

.ws-theme-cart-list button, .ws-theme-cart-list input {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.wp-travel-checkout-section {
  max-width: 100%; }

.checkout-page-wrap .form-horizontal .form-group {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.checkout-page-wrap textarea {
  width: 100%; }

.wp-travel-payment-field {
  display: none !important; }

.banner-image-wrapper img {
  height: auto !important; }

.booking-form, .wp-travel-trip-code {
  text-align: center; }

.entry-header, .trip-short-desc, .wp-travel-trip-detail {
  padding: 0 10px; }

.wp-travel-notice-success {
  display: flex;
  flex: 0 0 100%;
  margin-bottom: 20px; }

.word-count-error-text {
  color: red;
  display: none;
  font-weight: bold;
  margin-left: 5px; }

.word-count-error .word-count-error-text {
  display: inline; }

.terminal-headline-featured-font {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2; }

.terminal-headline-font {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2; }

.terminal-body-font {
  font-size: 20px; }
  .terminal-body-font p, .terminal-body-font ul, .terminal-body-font ol {
    line-height: 1.4; }

.terminal-cta-tagline-font, .terminal-cta-button-font {
  font-size: 14px; }

.terminal-index-meta-font,
.terminal-header-font,
.terminal-share-button-font,
.terminal-sidebar-body-font,
.terminal-sidebar-header-font,
.terminal-single-meta-font,
.terminal-utility-font,
.terminal-nav-font {
  font-size: 16px; }

.terminal-sidebar-body-font {
  line-height: 1.4; }

.terminal-sidebar-header-font {
  font-size: initial;
  text-transform: initial; }

.terminal-featured-header-font {
  font-size: initial;
  text-transform: initial; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

strong, b {
  font-weight: 700; }

h1, h2, h3, h4, h5, h6, p, a {
  hyphens: none;
  text-overflow: ellipsis; }

twitterwidget {
  margin: auto; }

.circle, .circle img {
  border-radius: 50% !important; }

.essb-subscribe-form-content ul {
  list-style: square !important; }

.terminal-signup {
  padding: 5px;
  border-radius: 0px 0px 3px 3px;
  display: flex;
  margin-right: 15px;
  flex: 0 0 auto;
  pointer-events: all; }
  .terminal-signup a {
    color: #fff; }

.terminal-signup-container {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  justify-content: flex-end;
  right: 0;
  overflow: visible;
  max-width: 1150px;
  position: absolute;
  top: 3px;
  z-index: 1;
  pointer-events: none;
  display: none; }
  @media (max-width: 800px) {
    .terminal-signup-container {
      top: 0; } }

body.admin-bar .terminal-nav-bar {
  top: 32px; }
  @media (max-width: 800px) {
    body.admin-bar .terminal-nav-bar {
      top: 0; } }

body.admin-bar .terminal-filter {
  top: 62px; }
  @media (max-width: 800px) {
    body.admin-bar .terminal-filter {
      top: 30px; } }

body.admin-bar .terminal-signup-container {
  top: 35px; }
  @media (max-width: 800px) {
    body.admin-bar .terminal-signup-container {
      top: 47px; } }

.terminal-header-container .terminal-logos {
  max-width: calc(1150px - 60px);
  width: calc(100% - 60px);
  margin: auto;
  align-items: center;
  display: flex;
  flex-flow: wrap;
  justify-content: center; }
  .terminal-header-container .terminal-logos .terminal-logo {
    flex: 1 1 50%;
    padding: 5px 0; }
    .terminal-header-container .terminal-logos .terminal-logo .terminal-image {
      max-height: 50px;
      width: auto;
      height: auto;
      max-width: 100%; }

.terminal-header-container .terminal-cta {
  text-align: center;
  flex-basis: 50%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 5px;
  justify-content: flex-end;
  display: none; }
  .terminal-header-container .terminal-cta .terminal-cta-image {
    margin: 5px;
    height: 25px;
    width: auto; }
  .terminal-header-container .terminal-cta .terminal-cta-tagline p {
    margin: 0; }
  .terminal-header-container .terminal-cta .terminal-cta-tagline, .terminal-header-container .terminal-cta .terminal-cta-link {
    text-align: right;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center; }

.terminal-cta-widget {
  display: flex;
  background-color: #3f3f3f;
  text-align: center;
  color: #fff;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center; }
  .terminal-cta-widget .terminal-button a {
    color: #3f3f3f;
    background: #fff; }
  .terminal-cta-widget p {
    margin: 5px; }

.terminal-header-section .dfp-ad {
  padding: 5px !important; }

.terminal-example-searches {
  padding-bottom: 5px; }

.terminal-small-logo img {
  height: 25px;
  width: 25px; }

.wp-post-image {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.terminal-image {
  width: 100%;
  height: auto; }

.terminal-byline {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  box-sizing: border-box;
  justify-content: space-between;
  margin: 15px auto; }
  .terminal-byline div {
    margin-right: 15px;
    display: flex;
    flex: 1 1; }
  .terminal-byline a:hover {
    text-decoration: underline; }
  .terminal-byline .avatar {
    height: auto;
    width: 100%; }
  .terminal-byline .terminal-author-and-date {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: space-around; }
    .terminal-byline .terminal-author-and-date div {
      margin-left: 10px; }

.terminal-footer-icons, .terminal-ppc-logo, .terminal-copyright {
  padding: 30px;
  text-align: center; }

.terminal-footer-inside {
  width: 100%;
  padding: 20px 0; }

.terminal-footer-leaderboard .textwidget {
  margin: 0 auto;
  width: fit-content;
  padding: 0px; }

.terminal-menu-footer ul {
  width: calc(100% - 60px);
  margin: 0 auto;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (max-width: 869px) {
    .terminal-menu-footer ul {
      margin: 0 30px; } }
  .terminal-menu-footer ul li {
    display: flex;
    padding: 30px;
    flex: 1 1 25%;
    text-align: center;
    justify-content: center; }

.infinite-scroll .terminal-pagination {
  display: none; }

.terminal-pagination a {
  padding: 15px;
  display: flex;
  justify-content: center;
  flex: 1 1 50%; }

.terminal-nav-bar {
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: scroll;
  top: 0; }
  .terminal-nav-bar h2 {
    padding: 15px 10px 0 10px;
    margin: auto; }
  .terminal-nav-bar svg.terminal-flipped {
    transform: rotate(90deg); }
  .terminal-nav-bar .terminal-nav-bar-logo a {
    display: block; }
  .terminal-nav-bar .terminal-nav-bar-logo img {
    height: 20px;
    width: auto; }
  .terminal-nav-bar .terminal-nav-bar-inside {
    max-width: 1100px;
    margin: 0 auto;
    padding: 5px 0 0 0; }
  .terminal-nav-bar #terminal-nav-bar-header-more-meta {
    flex-wrap: wrap;
    margin: auto;
    padding: 5px;
    flex: 1 1 100%;
    display: flex;
    justify-content: left; }
    .terminal-nav-bar #terminal-nav-bar-header-more-meta li {
      flex: 0 1 20%;
      list-style: none;
      margin: 5px; }
  .terminal-nav-bar #terminal-nav-bar-header-more, .terminal-nav-bar #terminal-nav-bar-header-inside {
    flex-wrap: wrap;
    margin: auto;
    padding: 5px;
    flex: 1 1 100%;
    display: flex;
    justify-content: left; }
    .terminal-nav-bar #terminal-nav-bar-header-more li, .terminal-nav-bar #terminal-nav-bar-header-inside li {
      flex: 0 0 auto;
      list-style: none;
      margin: 10px 50px 10px 10px;
      justify-content: space-between; }
  .terminal-nav-bar #terminal-nav-bar-header {
    flex-wrap: nowrap;
    align-items: center;
    margin: 0;
    padding: 5px;
    flex: 1 1 100%;
    display: flex;
    justify-content: space-between; }
    .terminal-nav-bar #terminal-nav-bar-header li {
      display: flex;
      list-style: none; }
      .terminal-nav-bar #terminal-nav-bar-header li a {
        display: flex; }
  .terminal-nav-bar .terminal-menu-more-meta-container {
    background-color: #f4f4f4; }
  .terminal-nav-bar .terminal-menu-header-inside {
    flex-flow: column wrap;
    max-height: 420px; }
  .terminal-nav-bar .terminal-menu-header-inside, .terminal-nav-bar .terminal-menu-header-inside-meta {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    height: 100%;
    padding: 0; }
    .terminal-nav-bar .terminal-menu-header-inside li, .terminal-nav-bar .terminal-menu-header-inside-meta li {
      display: flex;
      flex-basis: 25%;
      box-sizing: border-box; }
      .terminal-nav-bar .terminal-menu-header-inside li a, .terminal-nav-bar .terminal-menu-header-inside-meta li a {
        padding: 5px 2px;
        height: 100%;
        width: 100%;
        box-sizing: border-box;
        hyphens: none; }
  .terminal-nav-bar .terminal-menu-header-inside {
    padding: 0 10px 10px 10px; }
  .terminal-nav-bar .terminal-menu-header-nav li {
    height: 100%;
    width: 100%; }
  .terminal-nav-bar .terminal-menu-header-nav, .terminal-nav-bar .terminal-menu-header-inside, .terminal-nav-bar .terminal-menu-header-inside-meta {
    display: flex;
    margin: 0;
    justify-content: space-between; }
    .terminal-nav-bar .terminal-menu-header-nav li.hidden, .terminal-nav-bar .terminal-menu-header-inside li.hidden, .terminal-nav-bar .terminal-menu-header-inside-meta li.hidden {
      display: none !important; }
    .terminal-nav-bar .terminal-menu-header-nav li a, .terminal-nav-bar .terminal-menu-header-inside li a, .terminal-nav-bar .terminal-menu-header-inside-meta li a {
      display: flex;
      width: 100%;
      justify-content: center; }
    .terminal-nav-bar .terminal-menu-header-nav li a:hover, .terminal-nav-bar .terminal-menu-header-inside li a:hover, .terminal-nav-bar .terminal-menu-header-inside-meta li a:hover {
      filter: brightness(40%); }
  .terminal-nav-bar .terminal-nav-bar-inside-more {
    height: auto;
    max-width: 800px;
    height: -webkit-fill-available;
    margin: 0 auto; }
  .terminal-nav-bar .terminal-nav-bar-inside-more-link a, .terminal-nav-bar .terminal-nav-bar-link a, .terminal-nav-bar .terminal-nav-bar-home {
    padding: 5px;
    margin: -5px; }
  .terminal-nav-bar .terminal-nav-bar-header-container {
    max-width: 600px;
    margin: 0 auto; }
    @media screen and (max-width: 500px) {
      .terminal-nav-bar .terminal-nav-bar-header-container {
        margin: 0 15px; } }
  .terminal-nav-bar .terminal-nav-bar-inside-search {
    margin: 0 auto; }

.terminal-results {
  display: flex;
  flex: 1 0 100%;
  justify-content: center;
  margin: -150px auto 0 auto;
  flex-wrap: wrap;
  padding-top: 150px; }

.terminal-results-more {
  box-shadow: 0 1px 1px rgba(173, 168, 168, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 30px auto; }

.wp-polls {
  margin: 0 auto 15px auto;
  padding-top: 15px;
  height: auto;
  width: calc(100% - 30px);
  background: none;
  box-shadow: 0 1px 1px rgba(173, 168, 168, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1); }

.wp-polls-question, .wp-polls-resultsquestion {
  padding: 10px;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0px; }

.wp-polls, .wp-polls-form {
  background-color: #ffffff; }

.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
  text-align: left;
  background-image: none;
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 10px; }

.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul {
  text-align: left;
  list-style: none;
  float: none; }

.wp-polls ul li:before, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
  content: ''; }

.wp-polls IMG, .wp-polls LABEL, .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
  display: inline;
  border: 0px;
  padding: 10px;
  margin: 0px;
  text-transform: none; }

.wp-polls-ul {
  padding: 0px;
  margin: 0px 0px 10px 0px; }

.wp-polls-ans, .wp-polls-ansresults {
  width: 100%;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-left: none;
  border-right: none;
  border-bottom: none;
  box-sizing: border-box;
  /* background-color: #ffffff; */ }

.wp-polls .pollbar {
  position: relative;
  background: #fff;
  border: none !important;
  height: 20px !important; }

.wp-polls .pollbar > span {
  display: block;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #21BCBc;
  background-image: linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden; }

.wp-polls .pollbar > span:after, .animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden; }

.animate > span:after {
  display: none; }

.wp-polls-loading {
  display: none;
  text-align: center;
  height: 16px;
  line-height: 16px; }

.wp-polls-image {
  border: 0px; }

.wp-polls .sitebutton {
  box-shadow: 3px 3px 5px #e3e3e3;
  font-size: 14px !important;
  text-transform: uppercase !important;
  padding: 0 20px !important; }

.wp-polls .sitebutton:hover {
  transform: translateY(-2px); }

.wp-polls .Buttons {
  font-weight: bold;
  background: orange;
  color: white;
  border-color: orange;
  transition: 120ms ease background; }
  .wp-polls .Buttons:hover {
    background: #ffb733; }

@media screen and (max-width: 970px) {
  .wp-polls {
    width: 100%; } }

.toast {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10000;
  max-width: 100%;
  opacity: 0;
  transform: translate(75%, 0);
  pointer-events: none;
  -webkit-transition: all 0.3s ease, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s ease, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s ease, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s ease, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .toast.displayed {
    opacity: 1;
    transform: translate(0, 0); }
  .toast > .body {
    position: relative;
    font-size: initial;
    margin: 0 1em 1em 1em;
    padding: .5em;
    word-wrap: break-word;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.9);
    pointer-events: all;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }
    .toast > .body.info {
      background: rgba(255, 245, 195, 0.9); }
    .toast > .body.warning {
      background: rgba(255, 183, 99, 0.9); }
      .toast > .body.warning > .icon {
        color: white; }
    .toast > .body.error {
      color: white;
      text-shadow: 0 0 1px black;
      background: rgba(255, 86, 86, 0.9); }
    .toast > .body.done {
      background: rgba(147, 255, 157, 0.9); }
