/*!
    hkiWP2023 v1.1 || copyright IT Cocktail 2023 for HKI Online
*/
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* raleway-300 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/raleway-v27-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/raleway-v27-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v27-latin-300.woff2") format("woff2"), url("../fonts/raleway-v27-latin-300.woff") format("woff"), url("../fonts/raleway-v27-latin-300.ttf") format("truetype"), url("../fonts/raleway-v27-latin-300.svg#Raleway") format("svg");
  /* Legacy iOS */ }
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/raleway-v27-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/raleway-v27-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v27-latin-regular.woff2") format("woff2"), url("../fonts/raleway-v27-latin-regular.woff") format("woff"), url("../fonts/raleway-v27-latin-regular.ttf") format("truetype"), url("../fonts/raleway-v27-latin-regular.svg#Raleway") format("svg");
  /* Legacy iOS */ }
/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/raleway-v27-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/raleway-v27-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway-v27-latin-600.woff2") format("woff2"), url("../fonts/raleway-v27-latin-600.woff") format("woff"), url("../fonts/raleway-v27-latin-600.ttf") format("truetype"), url("../fonts/raleway-v27-latin-600.svg#Raleway") format("svg");
  /* Legacy iOS */ }
/** rem Usage by px
 *	Usage: rrem(12px);
 */
:root {
  --gray: #aeaeae;
  --orange: #ffc13d;
  --darkOrange: #fd990a;
  --lightGreen: #87c502;
  --teal: #93cfa5;
  --green: #58cb80;
  --red: #ff645e;
  --darkRed: #f44f49;
  --white: #fff;
  --lightGray: #f4f4f4;
  --midGray: #888;
  --black: #444345;
  --color: #ffc13d;
  --bgColor: #f3e1d2;
  --textColor: #5f5f5f;
  --contentWidth: 1188px;
  --outOfTheBox: -3.9375rem;
  --backInTheBox: 3.9375rem;
  --margin: 2.5rem;
  --halfMargin: 1.25rem;
  --quarterMargin: 0.625rem; }

/* easeOutQuart */
/*------------------------------------*\
    #MIXINS
\*------------------------------------*/
/** Axis padding
 *	Usage: @include p('x', $spacer);
 */
/** Axis margin
 *	Usage: @include m('x', $spacer);
 */
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */ }

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table; }

.clearfix::after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]::after {
    content: " (" attr(href) ")"; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
.box {
  --headerShadeColor: rgba(255, 255, 255, 0.69);
  border-radius: 0 0.175rem 0.175rem 0;
  background-color: rgba(255, 255, 255, 0.66);
  border-left: 6px solid var(--baseColor);
  box-shadow: 0 0 0 2px inset white;
  padding: 1rem 1.125rem;
  position: relative;
  min-height: 12.375rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.27s cubic-bezier(0.165, 0.84, 0.44, 1) box-shadow, 0.72s cubic-bezier(0.165, 0.84, 0.44, 1) background-color; }
  .box:hover {
    box-shadow: 0 0 0 6px inset white;
    background-color: rgba(255, 255, 255, 0.99); }
    .box:hover > .visual ~ header .preHeader, .box:hover > .visual ~ header h1 {
      background-color: var(--baseColor);
      color: var(--colorOnBaseColor); }
    .box:hover > .visual ~ header ~ footer a {
      background-color: var(--baseColor);
      border-color: var(--baseColor);
      color: var(--colorOnBaseColor); }
    .box:hover > header:nth-child(1) > h1 {
      color: var(--baseColor); }
  .box > header {
    font-style: italic;
    z-index: 1;
    color: var(--textColor); }
    .box > header .preHeader {
      font-size: 0.75rem;
      margin: 0; }
    .box > header h1 {
      font-size: 1.25rem;
      margin: 0 0 .5rem;
      hyphens: auto;
      line-height: 115%; }
      .box > header h1 a {
        text-decoration: none; }
  .box > .content {
    flex: 1 1 100%;
    font-size: 0.75rem;
    color: var(--textColor); }
  .box > footer {
    color: var(--textColor);
    margin-top: 1.125rem;
    z-index: 1; }
    .box > footer a::after {
      content: "";
      position: absolute;
      z-index: 10;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: transparent; }
  .box > .visual {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    text-align: center;
    margin: -1rem -1.125rem; }
    .box > .visual > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: filter 0.27s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .box > .visual.dark ~ header, .box > .visual.dark ~ footer {
      --textColor: white;
      --headerShadeColor: rgba(0, 0, 0, 0.69); }
    .box > .visual ~ header {
      margin-left: -1.125rem;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .box > .visual ~ header .preHeader, .box > .visual ~ header h1 {
        padding: 0 .2rem 0 1.125rem;
        background-color: var(--headerShadeColor);
        transition: color 0.27s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.27s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .box > .visual ~ footer a {
      transition: color 0.27s cubic-bezier(0.165, 0.84, 0.44, 1), background 0.27s cubic-bezier(0.165, 0.84, 0.44, 1);
      background-color: var(--headerShadeColor); }
    .box > .visual ~ .content {
      visibility: hidden; }
  .box.filler {
    pointer-events: none;
    opacity: .63;
    border-left: none; }
  .box:not(:hover) > .visual > img {
    -webkit-filter: grayscale(75%) contrast(0.75);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(75%) contrast(0.75); }

.flex {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  gap: 1.125rem; }
  .flex > div {
    flex: 1 1 auto;
    box-sizing: border-box;
    min-width: 15rem; }
    .flex > div:nth-child(n+2):nth-last-child(1) {
      flex-grow: 0; }
      @media only screen and (max-width: 790px) {
        .flex > div:nth-child(n+2):nth-last-child(1) {
          flex-grow: 1; } }
    .flex > div.half {
      flex-basis: calc(50% - 0.5625rem); }

.button {
  display: inline-block;
  background-color: var(--baseColor);
  padding: 0.28125rem 1.125rem;
  margin: 0;
  border: 2px solid var(--baseColor);
  transition: 0.27s cubic-bezier(0.165, 0.84, 0.44, 1) all;
  text-transform: uppercase;
  color: var(--colorOnBaseColor);
  white-space: nowrap;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  text-decoration: none; }
  .button:hover, .button:active, .button:focus-visible {
    background-color: white;
    color: black;
    text-decoration: none; }
  .button.disc, button.slick-arrow {
    --mySize: 1.6875rem;
    width: var(--mySize);
    height: var(--mySize);
    border-radius: 50%;
    border: 2px solid currentColor;
    padding: 0;
    background: none;
    color: currentColor;
    text-align: center;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight: 600;
    z-index: 1; }
    .button.disc::before, button.slick-arrow::before {
      content: ">";
      font-size: 1rem;
      color: currentColor;
      font-family: 'Raleway', Helvetica, Arial, sans-serif;
      font-weight: 600; }
    .button.disc:hover, .button.disc:active, .button.disc:focus-visible, button.slick-arrow:hover, button.slick-arrow:active, button.slick-arrow:focus-visible {
      border-color: var(--baseColor);
      background-color: var(--baseColor);
      color: var(--colorOnBaseColor); }
    .button.disc > span, button.slick-arrow > span {
      display: none; }
  button.slick-arrow {
    --mySize: 3.9375rem;
    color: var(--colorOnBaseColor);
    background-color: var(--baseColor);
    border-color: var(--baseColor); }
    button.slick-arrow::before {
      font-size: 2rem; }
  button.slick-prev {
    left: 1.125rem; }
    button.slick-prev::before {
      content: "<"; }
  button.slick-next {
    right: 1.125rem; }
    button.slick-next::before {
      content: ">"; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:link, a:visited, a:hover, a:active, a:focus {
  outline: none; }

a {
  color: currentColor;
  transition: all 0.27s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: red; }
  a:hover, a:active, a:focus-visible {
    color: var(--baseColor); }

html {
  min-height: 100%;
  --cssVersion: "2.0";
  font-size: 0.875rem; }
  @media only screen and (max-width: 1150px) {
    html {
      font-size: 12px; } }

body {
  background: var(--bgColor);
  background-image: linear-gradient(-186deg, transparent 63vh, rgba(0, 0, 0, 0.04) 63vh);
  background-attachment: fixed;
  font-size: 1rem;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 400;
  color: var(--textColor);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 2rem; }
  @media only screen and (max-width: 600px) {
    body {
      padding: 0; } }

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

.teal {
  --color: var(--teal); }

.gray {
  --color: var(--gray); }

.orange {
  --color: var(--orange); }

.darkOrange {
  --color: var(--darkOrange); }

.lightGreen {
  --color: var(--lightGreen); }

.green {
  --color: var(--green); }

.red {
  --color: var(--red); }

.lightGray {
  --color: var(--lightGray); }

.midGray {
  --color: var(--midGray); }

.black {
  --color: var(--black); }

main {
  max-width: var(--contentWidth);
  background: var(--white);
  margin: 0 auto;
  box-shadow: 4px 0 0 8px rgba(0, 0, 0, 0.04);
  padding: 0 2.5rem; }
  main > header {
    display: flex;
    gap: 1.25rem;
    height: 10.9375rem;
    margin-left: -5.0625rem;
    align-items: center; }
    @media only screen and (max-width: 600px) {
      main > header {
        flex-direction: column;
        height: auto;
        margin: 1rem 0 2rem; }
        main > header > div {
          text-align: center; }
          main > header > div.imageWrap:not(.pushIt) {
            height: 6.25rem; } }
    main > header > div.imageWrap:first-child {
      height: 8.125rem; }
      main > header > div.imageWrap:first-child > img {
        height: 100%;
        width: auto; }
    main > header > div.imageWrap:last-child {
      height: 4.125rem;
      margin-left: auto; }
      main > header > div.imageWrap:last-child > img {
        height: 100%;
        width: auto; }
      @media only screen and (max-width: 600px) {
        main > header > div.imageWrap:last-child {
          margin: 0; } }
    main > header > div h1 {
      font-size: 2.25rem;
      line-height: 1;
      margin: 0; }
      main > header > div h1 > i {
        color: var(--orange); }
    main > header > div p {
      font-size: 1.1875rem;
      margin: 0; }
  main #content .videoWrap {
    background-color: var(--gray);
    min-height: 12.5rem;
    position: relative; }
    main #content .videoWrap.standby video {
      display: none; }
    main #content .videoWrap:not(.standby) img, main #content .videoWrap:not(.standby) .play {
      display: none; }
    main #content .videoWrap img {
      width: 100%;
      height: auto; }
    main #content .videoWrap .play {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 8.125rem;
      height: 8.125rem;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      background: var(--orange);
      color: var(--white);
      text-decoration: none;
      box-shadow: 0px 0px 0 8px var(--white);
      text-shadow: 4px 4px 0 var(--darkOrange);
      transition: background 0.27s cubic-bezier(0.165, 0.84, 0.44, 1); }
      main #content .videoWrap .play:hover {
        background-color: var(--darkOrange); }
      main #content .videoWrap .play > img {
        width: 3.4375rem;
        height: auto; }
  main #content > h2 {
    color: var(--black);
    margin: 2.0625rem var(--outOfTheBox) 2.0625rem;
    padding: 0.9375rem var(--backInTheBox);
    background-image: linear-gradient(-1.1deg, transparent 1.6875rem, var(--orange) 1.75rem);
    background-position: bottom left;
    height: 5rem;
    font-size: 1.875rem;
    position: sticky;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    main #content > .videoWrap + h2 {
      margin-top: 0.625rem; }
    @media only screen and (max-width: 480px) {
      main #content > h2 {
        font-size: 1.25rem; } }
  main #content h3 {
    _margin: 0 0 1rem;
    font-size: 1.375rem; }
  main #content h4 {
    margin: 0 0 1rem;
    font-size: 1rem; }
  main #content div.copyText {
    margin-bottom: 2.0625rem; }
    main #content div.copyText .textWithSidenote {
      gap: 2.5rem;
      margin-bottom: 2.5rem; }
      main #content div.copyText .textWithSidenote div:nth-child(2) {
        padding: 1.5rem 1.5rem 3rem;
        align-self: end;
        background-image: linear-gradient(-1.1deg, transparent 1.6875rem, var(--orange) 1.75rem); }
        @media only screen and (max-width: 600px) {
          main #content div.copyText .textWithSidenote div:nth-child(2) {
            float: none;
            width: auto;
            margin: 0; } }
    main #content div.copyText div.sideImage {
      float: right;
      width: 8.4375rem; }
      main #content div.copyText div.sideImage > img {
        width: 100%;
        height: auto; }
  main #content div.gridSwitched {
    display: grid;
    grid-template-columns: 7fr 3fr; }
    @media only screen and (max-width: 790px) {
      main #content div.gridSwitched {
        grid-template-columns: 6fr 4fr; } }
    @media only screen and (max-width: 600px) {
      main #content div.gridSwitched {
        display: block; } }
  main #content div.grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 3fr 7fr; }
    @media only screen and (max-width: 790px) {
      main #content div.grid {
        grid-template-columns: 4fr 6fr; }
        main #content div.grid > div:not(.pushIt):nth-of-type(even) {
          margin-right: 0; } }
    @media only screen and (max-width: 600px) {
      main #content div.grid {
        display: block; }
        main #content div.grid > div > .imageWrap {
          margin-bottom: 1rem; }
        main #content div.grid > div:nth-of-type(even) {
          margin-bottom: 2rem; } }
    main #content div.grid > div > .imageWrap {
      border: 6px solid var(--color); }
      main #content div.grid > div > .imageWrap img {
        width: 100%;
        height: auto; }
    main #content div.grid > div > h3 {
      margin: 0 0 1rem;
      font-size: 1.375rem; }
    main #content div.grid > div:nth-of-type(even) {
      margin-right: 5rem; }
  main > footer {
    text-decoration: none;
    background: var(--red) url("../img/hht/comicgloss.png") top center no-repeat;
    background-size: 100% auto;
    color: var(--white);
    border-radius: 1rem;
    min-height: 6.25rem;
    margin: 2.0625rem var(--outOfTheBox);
    padding: 1.75rem var(--backInTheBox);
    font-size: 1.875rem;
    align-items: center;
    transition: background 0.27s cubic-bezier(0.165, 0.84, 0.44, 1); }
    main > footer:hover, main > footer:focus {
      color: var(--white);
      background-color: var(--darkRed); }
    main > footer > a {
      text-decoration: none;
      display: inline-block; }
      main > footer > a:hover, main > footer > a:focus {
        text-decoration: underline; }

#pageFooter {
  max-width: var(--contentWidth);
  width: 100%;
  margin: 0 auto; }
  #pageFooter > nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
    height: 11.25rem; }
    @media only screen and (max-width: 600px) {
      #pageFooter > nav ul {
        padding: 2.8125rem; } }
    #pageFooter > nav ul > li {
      margin: 0;
      padding: 0;
      list-style: none; }
      #pageFooter > nav ul > li:nth-child(1) {
        display: flex;
        align-items: flex-end;
        gap: 1.5rem;
        margin-right: auto; }
        @media only screen and (max-width: 600px) {
          #pageFooter > nav ul > li:nth-child(1) {
            flex-basis: 100%; } }
        #pageFooter > nav ul > li:nth-child(1) > a {
          height: 3.9375rem;
          width: auto; }
          #pageFooter > nav ul > li:nth-child(1) > a > img {
            height: 100%; }
      #pageFooter > nav ul > li > a {
        text-decoration: none; }
