/*
 * Modulifier || Code released under the UNLICENSE
 * Code under other copyrights & licenses listed below.
 * https://modulifier.web-dev.tools/#responsive;images;list-group;embed;media-object;icons;hidden;positioning;nice-lists;forms;buttons;accessibility;print
 */

@-moz-viewport { width: device-width; scale: 1; }
@-ms-viewport { width: device-width; scale: 1; }
@-o-viewport { width: device-width; scale: 1; }
@-webkit-viewport { width: device-width; scale: 1; }
@viewport { width: device-width; scale: 1; }

html {
  box-sizing: border-box;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

details {
  cursor: pointer;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

img {
  border: 0;
}

.img-flex,
.img-flex img {
  display: block;
  width: 100%;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

svg.img-flex {
  width: 100%;
  height: 100%;
}

.image-replacement, .ir {
  overflow: hidden;
  direction: ltr;
  text-align: left;
  text-indent: 100%;
  white-space: nowrap;
}

.list-group, .list-group-inline, .list-group--inline {
  padding-left: 0;
  list-style-type: none;
}

.list-group > dd {
  margin-left: 0;
}

.list-group-inline::before,
.list-group-inline::after,
.list-group--inline::before,
.list-group--inline::after {
  content: "";
  display: table;
}

.list-group-inline::after,
.list-group--inline::after {
  clear: both;
}

.list-group-inline > li,
.list-group--inline > li {
  display: inline-block;
}

.list-group-inline > dt,
.list-group--inline > dt {
  clear: left;
  float: left;
  width: 11em;
}

.list-group-inline > dd,
.list-group--inline > dd {
  float: left;
  min-width: 12em;
}

.embed {
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.embed-1by1, .embed--1by1 {
  padding-top: 100%; /* Square */
}

.embed-4by3, .embed--4by3 {
  padding-top: 75%; /* Traditional TV/computer screens */
}

.embed-iso216, .embed--iso216 {
  padding-top: 70.92%; /* A-standard paper sizes */
}

.embed-3by2, .embed--3by2 {
  padding-top: 66.6%; /* Classic 35 mm film & most digital photos, landscape */
}

.embed-2by3, .embed--2by3 {
  padding-top: 150%; /* Classic 35 mm film & most digital photos, portrait */
}

.embed-golden, .embed--golden {
  padding-top: 61.8%; /* The Golden Ratio */
}

.embed-16by9, .embed--16by9 {
  padding-top: 56.25%; /* HD TV */
}

.embed-185by100, .embed--185by100 {
  padding-top: 54.05%; /* Common widescreen cinema */
}

.embed-24by10, .embed--24by10 {
  padding-top: 41.667%; /* Widescreen cinema: 2.4:1 */
}

.embed-3by1, .embed--3by1 {
  padding-top: 33.3333%; /* Panorama photos */
}

.embed-4by1, .embed--4by1 {
  padding-top: 25%; /* Polyvision */
}

.embed-5by1, .embed--5by1 {
  padding-top: 20%; /* Really wide... */
}

.embed-item, .embed__item {
  min-height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.media {
  overflow: hidden;
}

.media-img, .media__img {
  float: left;
}

.media-img-reversed, .media__img--reversed {
  float: right;
}

.media-img-stacked, .media__img--stacked {
  float: none;
}

.media-body, .media__body {
  overflow: hidden;
  min-width: 12em; /* Slightly less than 200px, responsiveness built in */
}

.icon {
  display: inline-block;
  position: relative;
  background: transparent none no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}

.i-16, .i--16 {
  height: 16px;
  width: 16px;
}

.i-18, .i--18 {
  height: 18px;
  width: 18px;
}

.i-20, .i--20 {
  height: 20px;
  width: 20px;
}

.i-24, .i--24 {
  height: 24px;
  width: 24px;
}

.i-32, .i--32 {
  height: 32px;
  width: 32px;
}

.i-48, .i--48 {
  height: 48px;
  width: 48px;
}

.i-64, .i--64 {
  height: 64px;
  width: 64px;
}

.i-96, .i--96 {
  height: 96px;
  width: 96px;
}

.i-128, .i--128 {
  height: 128px;
  width: 128px;
}

.i-192, .i--192 {
  height: 192px;
  width: 192px;
}

.i-256, .i--256 {
  height: 256px;
  width: 256px;
}

.icon img,
.icon svg {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  fill: currentColor;
}

.icon-label {
  vertical-align: middle;
}

.icon-link,
.icon-link:focus,
.icon-link:hover {
  text-decoration: none;
}

[hidden], .hidden {
  /* stylelint-disable declaration-no-important */
  display: none !important;
  visibility: hidden !important;
  /* stylelint-enable */
}

.visually-hidden {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  clip: auto;
  clip-path: none;
}

.invisible {
  visibility: hidden;
}

.chop,
.crop {
  overflow: hidden;
}

.truncate {
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scrollable {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.flex-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-justify {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.flex-align-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-text,
.center-flow {
  text-align: center;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
}

.no-auto-margins,
.not-centered {
  /* stylelint-disable declaration-no-important */
  margin-left: 0 !important;
  margin-right: 0 !important;
  /* stylelint-enable */
}

.center-content,
.center-content-vertical,
.center-contents,
.center-contents-vertical {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-direction: column wrap;
  -ms-flex-direction: column wrap;
  flex-flow: column wrap;
}

.center-content-start,
.center-content-vertical-start,
.center-contents-start,
.center-contents-vertical-start {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column wrap;
  -ms-flex-direction: column wrap;
  flex-flow: column wrap;
}

.center-content-horizontal,
.center-contents-horizontal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-direction: row wrap;
  -ms-flex-direction: row wrap;
  flex-flow: row wrap;
}

.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block, .ib {
  display: inline-block;
}

.valign-top {
  vertical-align: top;
}

.valign-bottom {
  vertical-align: bottom;
}

.valign-middle {
  vertical-align: middle;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

[class*="pin-"],
.absolute {
  position: absolute;
}

.static {
  position: static;
}

.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.zindex-3 {
  z-index: 3;
}

.zindex-1000 {
  z-index: 1000;
}

.pin-top-left,
.pin-left-top,
.pin-tl,
.pin-lt {
  top: 0;
  left: 0;
}

.pin-top-right,
.pin-right-top,
.pin-tr,
.pin-rt {
  top: 0;
  right: 0;
}

.pin-bottom-left,
.pin-left-bottom,
.pin-bl,
.pin-lb {
  bottom: 0;
  left: 0;
}

.pin-bottom-right,
.pin-right-bottom,
.pin-br,
.pin-rb {
  bottom: 0;
  right: 0;
}

.pin-top-center,
.pin-center-top,
.pin-tc,
.pin-ct {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.pin-bottom-center,
.pin-center-bottom,
.pin-bc,
.pin-cb {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.pin-center-left,
.pin-left-center,
.pin-cl,
.pin-lc {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pin-center-right,
.pin-right-center,
.pin-cr,
.pin-rc {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pin-center, .pin-c {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.width-quarter, .w-1-4 {
  width: 25%;
}

.width-half, .w-1-2 {
  width: 50%;
}

.width-full, .w-1 {
  width: 100%;
}

.height-quarter, .h-1-4 {
  height: 25%;
}

.height-half, .h-1-2 {
  height: 50%;
}

.height-full, .h-1 {
  height: 100%;
}

.height-win-quarter, .h-w-1-4 {
  height: 25vh;
  max-height: 46em;
}

.height-win-half, .h-w-1-2 {
  height: 50vh;
  max-height: 46em;
}

.height-win-full, .h-w-1 {
  height: 100vh;
  max-height: 46em;
}

ul {
  list-style-type: none;
}

ul > li::before {
  content: "·";
  float: left;
  margin-left: -1.6em;
  width: 1.3em;
  text-align: right;
}

ol {
  counter-reset: ol-simple-numbers;
  list-style-type: none;
}

ol > li::before {
  float: left;
  margin-left: -1.6em;
  width: 1.3em;
  counter-increment: ol-simple-numbers;
  content: counter(ol-simple-numbers);
  text-align: right;
}

.list-group > li::before,
.list-group-inline > li::before,
.list-group--inline > li::before {
  content: none;
}

/* stylelint-disable no-descending-specificity */

/*
 * (c) Nicolas Gallagher and Jonathan Neal of Normalize.css || MIT License
 *     https://necolas.github.io/normalize.css/
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

[type="checkbox"],
[type="radio"] {
  opacity: 0;
  position: absolute;
  height: 1px;
  width: 1px;
}

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding-left: 0;
  padding-right: 0;

  border: 0;
  border-top: 2px solid #666;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0 .3em 0 0;
  white-space: normal;

  border: 0;

  font-weight: bold;
}

optgroup {
  font-weight: bold;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

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

/* End Normalize.css code */

label,
.label-block {
  display: block;
  cursor: pointer;
}

[type="checkbox"] + label,
[type="radio"] + label,
.label-inline {
  display: inline-block;
}

input:not([type]),
[type="text"],
[type="number"],
[type="search"],
[type="url"],
[type="email"],
[type="password"],
[type="tel"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="date"],
[type="time"],
[type="range"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input,
textarea {
  display: block;
  width: 100%;

  background-color: #fff;
  border: 2px solid #666;
  border-radius: 0;
}

label {
  vertical-align: middle;
}

textarea {
  max-width: 100%;
  min-height: 4em;
  overflow: auto;
}

[type="color"] {
  display: inline-block;
  width: 2em;
}

select {
  display: block;
  width: 100%;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256' viewBox='0 0 256 256'%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='70' d='M36.3 82.1l91.9 91.8 91.5-91.8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - .4em) center;
  background-size: 18px auto;
  background-color: #fff;
  border: 2px solid #666;
  border-radius: 0;
}

[type="checkbox"] + label::before {
  content: " ";
  display: inline-block;
  height: 1.8em;
  margin-right: .3em;
  position: relative;
  vertical-align: middle;
  top: -.1em;
  width: 1.8em;

  background-color: #fff;
  background-size: cover;
  border: 2px solid #666;

  line-height: inherit;
}

[type="checkbox"]:checked + label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256' viewBox='0 0 256 256'%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='50' d='M49.9 130.1l50.8 50.7L206.1 75.2'/%3E%3C/svg%3E");
}

[type="checkbox"]:focus + label::before {
  outline: 3px solid #000;
  z-index: 1000;
}

[type="radio"] + label::before {
  content: " ";
  display: inline-block;
  height: 1.8em;
  margin-right: .3em;
  position: relative;
  vertical-align: middle;
  top: -.1em;
  width: 1.8em;

  background-color: #fff;
  background-size: cover;
  border: 2px solid #666;
  border-radius: 50%;

  line-height: inherit;
}

[type="radio"]:checked + label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256' viewBox='0 0 256 256'%3E%3Ccircle cx='128' cy='128' r='70.4'/%3E%3C/svg%3E");
}

[type="radio"]:focus + label::before,
[type="radio"] + label:focus::before {
  box-shadow: 0 0 0 3px #000;
  z-index: 1000;
}

[type="range"] {
  border: 0;
  background-color: #fff;
}

[type="range"]::-webkit-slider-runnable-track {
  height: 6px;

  -webkit-appearance: none;
  appearance: none;
  background-color: #ccc;
  border: 0;
  border-radius: 3px;
}

[type="range"]:active::-webkit-slider-runnable-track {
  background-color: #ccc;
}

[type="range"]::-moz-range-track {
  height: 6px;

  -moz-appearance: none;
  appearance: none;
  background-color: #ccc;
  border: 0;
  border-radius: 3px;
}

[type="range"]:active::-moz-range-track {
  background-color: #ccc;
}

[type="range"]::-ms-track {
  height: 6px;

  -ms-appearance: none;
  appearance: none;
  background-color: #ccc;
  border: 0;
  border-radius: 3px;
}

[type="range"]:active::-ms-track {
  background-color: #ccc;
}

[type="range"]::-webkit-slider-thumb {
  margin-top: -4px;
  height: 16px;
  width: 16px;

  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border: none;
  border-radius: 50%;
}

[type="range"]:hover::-webkit-slider-thumb {
  background-color: #000;
}

[type="range"]:active::-webkit-slider-thumb {
  background-color: #000;
}

[type="range"]::-moz-range-thumb {
  margin-top: -4px;
  height: 16px;
  width: 16px;

  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border: none;
  border-radius: 50%;
}

[type="range"]:hover::-moz-range-thumb {
  background-color: #000;
}

[type="range"]:active::-moz-range-thumb {
  background-color: #000;
}

[type="range"]::-ms-thumb {
  margin-top: -4px;
  height: 16px;
  width: 16px;

  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border: none;
  border-radius: 50%;
}

[type="range"]:hover::-ms-thumb {
  background-color: #000;
}

[type="range"]:active::-ms-thumb {
  background-color: #000;
}

[type="checkbox"].hide-custom-input + label::before,
[type="checkbox"] + .hide-custom-input::before,
[type="radio"].hide-custom-input + label::before,
[type="radio"] + .hide-custom-input::before {
  content: none;
  display: none;
}

/* stylelint-enable */

.link-box {
  display: block;
  text-decoration: none;
}

/* stylelint-disable no-descending-specificity */

button,
.btn {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  overflow: visible;
  padding: .375em .75em .42em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #333;
  border-radius: 4px;
  border: 3px solid #333;
  color: #fff;
  font: inherit;
  text-decoration: none;
  text-transform: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* stylelint-enable */

button:focus,
button:hover,
.btn:focus,
.btn:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

button[disabled] {
  cursor: default;
}

.btn-light, .btn--light {
  background-color: #e2e2e2;
  border-color: #e2e2e2;
  color: #000;
}

.btn-light:focus,
.btn-light:hover,
.btn--light:focus,
.btn--light:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}

.btn-ghost,
.btn--ghost {
  background-color: transparent;
  border-color: #333;
  color: #000;
}

.btn-ghost:focus,
.btn-ghost:hover,
.btn--ghost:focus,
.btn--ghost:hover {
  background-color: #e2e2e2;
  border-color: #000;
  color: #000;
}

.btn-link {
  display: inline;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  color: inherit;
}

.btn-link:focus,
.btn-link:hover {
  background-color: transparent;
  color: inherit;
}

a:hover, a:active {
  outline: none;
}

a:focus,
[tabindex="0"]:focus,
details:focus,
summary:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: 3px solid #000;
  outline-offset: 0;
}

a:focus, [tabindex="0"]:focus {
  outline-offset: 3px;
}

.skip-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.skip-links > li::before {
  content: none; /* Remove the bullets if nice lists is selected */
}

.skip-links a,
.skip-links button {
  padding: .5em .75em;
  position: absolute;
  top: -10em;
  z-index: 10000; /* To make sure they're always on top */
  background-color: #000;
  border: 0;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
}

.skip-links a:focus,
.skip-links button:focus {
  outline-offset: 3px;
  top: 0;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

.print-only {
  display: none;
  visibility: hidden;
}

.page-break-before {
  page-break-before: always;
}

.page-break-after {
  page-break-after: always;
}

.no-page-break-inside {
  page-break-inside: avoid;
}

@media print {

  /* stylelint-disable declaration-no-important */

  .no-print {
    display: none !important;
    visibility: hidden !important;
  }

  .print-only,
  .force-print {
    display: block !important;
    visibility: visible !important;
  }

  /* stylelint-enable */

  .visually-hidden.force-print {
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: static;
    width: auto;
    border: 0;
    clip: initial;
    clip-path: none;
  }

  /*
   * (c) Fabien Sa || MIT License
   *     http://bafs.github.io/Gutenberg/
   */

  table,
  blockquote,
  pre,
  code,
  figure,
  li,
  hr,
  ul,
  ol,
  a,
  tr {
    page-break-inside: avoid;
  }

  h1, h2, h3, h4, h5, h6, p, a {
    orphans: 3;
    widows: 3;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  h1 + p,
  h2 + p,
  h3 + p,
  h4 + p,
  h5 + p,
  h6 + p {
    page-break-before: avoid;
  }

  img {
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: avoid;
  }

  /* stylelint-disable declaration-no-important */

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

  /* stylelint-enable */

  /* End Gutenberg code */

  /*
   * (c) HTML5 Boilerplate || MIT License
   *     https://html5boilerplate.com/
   */

  /* stylelint-disable declaration-no-important */

  *, *::before, *::after, *::first-letter, *::first-line {
    background: none transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* stylelint-enable */

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

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

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

  a[href^="#"]::after,
  a[href^="javascript:"]::after,
  a.no-print-href::after,
  a.href-no-print::after {
    content: "";
  }

  thead {
    display: table-header-group;
  }

  /* End HTML5 Boilerplate code */

}

/*
  Typografier || Code released under the UNLICENSE
  https://typografier.web-dev.tools/#0,100,1.3,1.333,0;38,110,1.4,1.333,1;60,120,1.5,1.333,1;90,130,1.5,1.333,1
*/

html {
  font-size: 100%;
  line-height: 1.3;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

sub,
sup {
  font-size: .75em;
  line-height: 1px;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
}

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

b,
strong {
  font-weight: bold;
}

dfn,
caption {
  font-style: italic;
}

hr {
  border: 0;
  border-top: 2px solid #000;
  height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}

caption {
  text-align: left;
}

th,
td {
  border-bottom: 1px solid #000;
  text-align: left;
  vertical-align: top;
}

thead th {
  vertical-align: bottom;

  border-bottom-width: 2px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.normal {
  font-weight: normal;
  font-style: normal;
}

.not-bold {
  font-weight: normal;
}

.not-italic {
  font-style: normal;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.text-upper {
  text-transform: uppercase;
}

.text-lower {
  text-transform: lowercase;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 52em;
  width: 100%;
}

.wrapper-no-center {
  max-width: 52em;
  width: 100%;
}

.max-length {
  margin-left: auto;
  margin-right: auto;
  max-width: 36em;
  width: 100%;
}

.max-length-no-center {
  max-width: 36em;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure,
blockquote,
details,
hr,
fieldset,
pre,
table,
caption,
menu {
  margin: 0 0 1.3rem;
}

.tenamega {
  font-size: 23.6119rem;
  line-height: 30.875rem;
}

.tenakilo {
  font-size: 17.7134rem;
  line-height: 23.075rem;
}

.tena {
  font-size: 13.2884rem;
  line-height: 17.55rem;
}

.nina {
  font-size: 9.9688rem;
  line-height: 13rem;
}

.yotta {
  font-size: 7.4784rem;
  line-height: 9.75rem;
}

.zetta {
  font-size: 5.6102rem;
  line-height: 7.475rem;
}

h1,
.exa {
  font-size: 4.2087rem;
  line-height: 5.525rem;
}

h2,
.peta {
  font-size: 3.1573rem;
  line-height: 4.225rem;
}

h3,
.tera {
  font-size: 2.3686rem;
  line-height: 3.25rem;
}

h4,
.giga {
  font-size: 1.7769rem;
  line-height: 2.6rem;
}

h5,
.mega {
  font-size: 1.333rem;
  line-height: 1.95rem;
}

h6,
.kilo,
input,
textarea {
  font-size: 1rem;
  line-height: 1.3rem;
}

small,
.milli {
  font-size: .7502rem;
  line-height: 1.3rem;
}

.micro {
  font-size: .5628rem;
  line-height: .975rem;
}

.nano {
  font-size: .4222rem;
  line-height: .65rem;
}

.pico {
  font-size: .3167rem;
  line-height: .325rem;
}

ul {
  padding-left: 1em;
}

ol {
  padding-left: 1.6em;
}

input,
option,
select {
  height: calc(1.3rem + .1625rem + .1625rem);
}

[type="color"] {
  width: calc(1.3rem + .1625rem + .1625rem);
}

[type="checkbox"],
[type="radio"] {
  display: inline-block;
  height: auto;
}

.push {
  margin-bottom: 1.3rem;
}

.push-none,
.push-0 {
  margin-bottom: 0;
}

.push-double,
.push-2 {
  margin-bottom: 2.6rem;
}

.push-three-quarters,
.push-3-4 {
  margin-bottom: .975rem;
}

.push-half,
.push-1-2 {
  margin-bottom: .65rem;
}

.push-quarter,
.push-1-4 {
  margin-bottom: .325rem;
}

.push-eighth,
.push-1-8 {
  margin-bottom: .1625rem;
}

.push-right-eighth,
.push-r-1-8 {
  margin-right: .1625rem;
}

.push-right-quarter,
.push-r-1-4 {
  margin-right: .325rem;
}

.push-right-half,
.push-r-1-2 {
  margin-right: .65rem;
}

.push-right-three-quarters,
.push-r-3-4 {
  margin-right: .975rem;
}

.push-right,
.push-r {
  margin-right: 1.3rem;
}

.pad-top,
.pad-t {
  padding-top: 1.3rem;
}

.pad-bottom,
.pad-b {
  padding-bottom: 1.3rem;
}

.pad-top-double,
.pad-t-2 {
  padding-top: 2.6rem;
}

.pad-bottom-double,
.pad-b-2 {
  padding-bottom: 2.6rem;
}

.pad-top-three-quarters,
.pad-t-3-4 {
  padding-top: .975rem;
}

.pad-bottom-three-quarters,
.pad-b-3-4 {
  padding-bottom: .975rem;
}

.pad-top-half,
.pad-t-1-2 {
  padding-top: .65rem;
}

.pad-bottom-half,
.pad-b-1-2 {
  padding-bottom: .65rem;
}

.pad-top-quarter,
.pad-t-1-4 {
  padding-top: .325rem;
}

.pad-bottom-quarter,
.pad-b-1-4 {
  padding-bottom: .325rem;
}

.pad-top-eighth,
.pad-t-1-8 {
  padding-top: .1625rem;
}

.pad-bottom-eighth,
.pad-b-1-8 {
  padding-bottom: .1625rem;
}

.island {
  padding: 1.3rem;
}

.island-double,
.island-2 {
  padding: 2.6rem;
}

.island-three-quarters,
.island-3-4 {
  padding: .975rem;
}

.island-half,
.island-1-2 {
  padding: .65rem;
}

.island-quarter,
.island-1-4,
td,
table th {
  padding: .325rem;
}

.island-eighth,
.island-1-8,
input:not([type="checkbox"]),
input:not([type="radio"]),
textarea {
  padding: .1625rem;
}

.gutter {
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}

.gutter-double,
.gutter-2 {
  padding-left: 2.6rem;
  padding-right: 2.6rem;
}

.gutter-three-quarters,
.gutter-3-4 {
  padding-left: .975rem;
  padding-right: .975rem;
}

.gutter-half,
.gutter-1-2 {
  padding-left: .65rem;
  padding-right: .65rem;
}

.gutter-quarter,
.gutter-1-4,
caption {
  padding-left: .325rem;
  padding-right: .325rem;
}

.gutter-eighth,
.gutter-1-8 {
  padding-left: .1625rem;
  padding-right: .1625rem;
}

.i-1 {
  height: 1.3rem;
  width: 1.3rem;
}

.i-3-4 {
  height: .975rem;
  width: .975rem;
}

.i-1-2 {
  height: .65rem;
  width: .65rem;
}

.i-1-4 {
  height: .325rem;
  width: .325rem;
}

.i-1-8 {
  height: .1625rem;
  width: .1625rem;
}

.i-1-1-2,
.i-3-2 {
  height: 1.95rem;
  width: 1.95rem;
}

.i-1-1-4,
.i-5-4 {
  height: 1.625rem;
  width: 1.625rem;
}

.i-1-3-4,
.i-7-4 {
  height: 2.275rem;
  width: 2.275rem;
}

.i-2 {
  height: 2.6rem;
  width: 2.6rem;
}

select {
  padding: 0 .1625rem;
}

fieldset {
  padding: .325rem 0;

  border: 0;
  border-top: 2px solid #000;
}

legend {
  padding-right: .325rem;
}

@media only screen and (min-width: 38em) {

  html {
    font-size: 110%;
    line-height: 1.4;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  dl,
  dd,
  figure,
  blockquote,
  details,
  hr,
  fieldset,
  pre,
  table,
  caption,
  menu {
    margin: 0 0 1.4rem;
  }

  .tenamega {
    font-size: 23.6119rem;
    line-height: 30.8rem;
  }

  .tenakilo {
    font-size: 17.7134rem;
    line-height: 23.1rem;
  }

  .tena {
    font-size: 13.2884rem;
    line-height: 17.5rem;
  }

  .nina {
    font-size: 9.9688rem;
    line-height: 13.3rem;
  }

  .yotta {
    font-size: 7.4784rem;
    line-height: 9.8rem;
  }

  .zetta {
    font-size: 5.6102rem;
    line-height: 7.35rem;
  }

  h1,
  .exa {
    font-size: 4.2087rem;
    line-height: 5.6rem;
  }

  h2,
  .peta {
    font-size: 3.1573rem;
    line-height: 4.2rem;
  }

  h3,
  .tera {
    font-size: 2.3686rem;
    line-height: 3.15rem;
  }

  h4,
  .giga {
    font-size: 1.7769rem;
    line-height: 2.45rem;
  }

  h5,
  .mega {
    font-size: 1.333rem;
    line-height: 1.75rem;
  }

  h6,
  .kilo,
  input,
  textarea {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  small,
  .milli {
    font-size: .7502rem;
    line-height: 1.4rem;
  }

  .micro {
    font-size: .5628rem;
    line-height: 1.05rem;
  }

  .nano {
    font-size: .4222rem;
    line-height: .7rem;
  }

  .pico {
    font-size: .3167rem;
    line-height: .35rem;
  }

  ul,
  ol {
    padding-left: 0;
  }

  ul ul,
  ol ul {
    padding-left: 1em;
  }

  ol ol,
  ul ol {
    padding-left: 1.6em;
  }

  .hang-punc {
    float: left;
    margin-left: -1.4em;
    text-align: right;
    width: 1.3em;
  }

  table {
    margin-left: -.35rem;
    margin-right: -.35rem;
    width: calc(100% + .35rem + .35rem);
  }

  input,
  option,
  select {
    height: calc(1.4rem + .175rem + .175rem);
  }

  [type="color"] {
    width: calc(1.4rem + .175rem + .175rem);
  }

  [type="checkbox"],
  [type="radio"] {
    display: inline-block;
    height: auto;
  }

  .push {
    margin-bottom: 1.4rem;
  }

  .push-none,
  .push-0 {
    margin-bottom: 0;
  }

  .push-double,
  .push-2 {
    margin-bottom: 2.8rem;
  }

  .push-three-quarters,
  .push-3-4 {
    margin-bottom: 1.05rem;
  }

  .push-half,
  .push-1-2 {
    margin-bottom: .7rem;
  }

  .push-quarter,
  .push-1-4 {
    margin-bottom: .35rem;
  }

  .push-eighth,
  .push-1-8 {
    margin-bottom: .175rem;
  }

  .push-right-eighth,
  .push-r-1-8 {
    margin-right: .175rem;
  }

  .push-right-quarter,
  .push-r-1-4 {
    margin-right: .35rem;
  }

  .push-right-half,
  .push-r-1-2 {
    margin-right: .7rem;
  }

  .push-right-three-quarters,
  .push-r-3-4 {
    margin-right: 1.05rem;
  }

  .push-right,
  .push-r {
    margin-right: 1.4rem;
  }

  .pad-top,
  .pad-t {
    padding-top: 1.4rem;
  }

  .pad-bottom,
  .pad-b {
    padding-bottom: 1.4rem;
  }

  .pad-top-double,
  .pad-t-2 {
    padding-top: 2.8rem;
  }

  .pad-bottom-double,
  .pad-b-2 {
    padding-bottom: 2.8rem;
  }

  .pad-top-three-quarters,
  .pad-t-3-4 {
    padding-top: 1.05rem;
  }

  .pad-bottom-three-quarters,
  .pad-b-3-4 {
    padding-bottom: 1.05rem;
  }

  .pad-top-half,
  .pad-t-1-2 {
    padding-top: .7rem;
  }

  .pad-bottom-half,
  .pad-b-1-2 {
    padding-bottom: .7rem;
  }

  .pad-top-quarter,
  .pad-t-1-4 {
    padding-top: .35rem;
  }

  .pad-bottom-quarter,
  .pad-b-1-4 {
    padding-bottom: .35rem;
  }

  .pad-top-eighth,
  .pad-t-1-8 {
    padding-top: .175rem;
  }

  .pad-bottom-eighth,
  .pad-b-1-8 {
    padding-bottom: .175rem;
  }

  .island {
    padding: 1.4rem;
  }

  .island-double,
  .island-2 {
    padding: 2.8rem;
  }

  .island-three-quarters,
  .island-3-4 {
    padding: 1.05rem;
  }

  .island-half,
  .island-1-2 {
    padding: .7rem;
  }

  .island-quarter,
  .island-1-4,
  td,
  table th {
    padding: .35rem;
  }

  .island-eighth,
  .island-1-8,
  input:not([type="checkbox"]),
  input:not([type="radio"]),
  textarea {
    padding: .175rem;
  }

  .gutter {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .gutter-double,
  .gutter-2 {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }

  .gutter-three-quarters,
  .gutter-3-4 {
    padding-left: 1.05rem;
    padding-right: 1.05rem;
  }

  .gutter-half,
  .gutter-1-2 {
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .gutter-quarter,
  .gutter-1-4,
  caption {
    padding-left: .35rem;
    padding-right: .35rem;
  }

  .gutter-eighth,
  .gutter-1-8 {
    padding-left: .175rem;
    padding-right: .175rem;
  }

  .i-1 {
    height: 1.4rem;
    width: 1.4rem;
  }

  .i-3-4 {
    height: 1.05rem;
    width: 1.05rem;
  }

  .i-1-2 {
    height: .7rem;
    width: .7rem;
  }

  .i-1-4 {
    height: .35rem;
    width: .35rem;
  }

  .i-1-8 {
    height: .175rem;
    width: .175rem;
  }

  .i-1-1-2,
  .i-3-2 {
    height: 2.1rem;
    width: 2.1rem;
  }

  .i-1-1-4,
  .i-5-4 {
    height: 1.75rem;
    width: 1.75rem;
  }

  .i-1-3-4,
  .i-7-4 {
    height: 2.45rem;
    width: 2.45rem;
  }

  .i-2 {
    height: 2.8rem;
    width: 2.8rem;
  }

  select {
    padding: 0 .175rem;
  }

  fieldset {
    padding: .35rem 0;

    border: 0;
    border-top: 2px solid #000;
  }

  legend {
    padding-right: .35rem;
  }

}

@media only screen and (min-width: 60em) {

  html {
    font-size: 120%;
    line-height: 1.5;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  dl,
  dd,
  figure,
  blockquote,
  details,
  hr,
  fieldset,
  pre,
  table,
  caption,
  menu {
    margin: 0 0 1.5rem;
  }

  .tenamega {
    font-size: 23.6119rem;
    line-height: 30.75rem;
  }

  .tenakilo {
    font-size: 17.7134rem;
    line-height: 23.25rem;
  }

  .tena {
    font-size: 13.2884rem;
    line-height: 17.625rem;
  }

  .nina {
    font-size: 9.9688rem;
    line-height: 13.125rem;
  }

  .yotta {
    font-size: 7.4784rem;
    line-height: 9.75rem;
  }

  .zetta {
    font-size: 5.6102rem;
    line-height: 7.5rem;
  }

  h1,
  .exa {
    font-size: 4.2087rem;
    line-height: 5.625rem;
  }

  h2,
  .peta {
    font-size: 3.1573rem;
    line-height: 4.125rem;
  }

  h3,
  .tera {
    font-size: 2.3686rem;
    line-height: 3.375rem;
  }

  h4,
  .giga {
    font-size: 1.7769rem;
    line-height: 2.625rem;
  }

  h5,
  .mega {
    font-size: 1.333rem;
    line-height: 1.875rem;
  }

  h6,
  .kilo,
  input,
  textarea {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  small,
  .milli {
    font-size: .7502rem;
    line-height: 1.125rem;
  }

  .micro {
    font-size: .5628rem;
    line-height: .75rem;
  }

  .nano {
    font-size: .4222rem;
    line-height: .75rem;
  }

  .pico {
    font-size: .3167rem;
    line-height: .375rem;
  }

  ul,
  ol {
    padding-left: 0;
  }

  ul ul,
  ol ul {
    padding-left: 1em;
  }

  ol ol,
  ul ol {
    padding-left: 1.6em;
  }

  .hang-punc {
    float: left;
    margin-left: -1.4em;
    text-align: right;
    width: 1.3em;
  }

  table {
    margin-left: -.375rem;
    margin-right: -.375rem;
    width: calc(100% + .375rem + .375rem);
  }

  input,
  option,
  select {
    height: calc(1.5rem + .1875rem + .1875rem);
  }

  [type="color"] {
    width: calc(1.5rem + .1875rem + .1875rem);
  }

  [type="checkbox"],
  [type="radio"] {
    display: inline-block;
    height: auto;
  }

  .push {
    margin-bottom: 1.5rem;
  }

  .push-none,
  .push-0 {
    margin-bottom: 0;
  }

  .push-double,
  .push-2 {
    margin-bottom: 3rem;
  }

  .push-three-quarters,
  .push-3-4 {
    margin-bottom: 1.125rem;
  }

  .push-half,
  .push-1-2 {
    margin-bottom: .75rem;
  }

  .push-quarter,
  .push-1-4 {
    margin-bottom: .375rem;
  }

  .push-eighth,
  .push-1-8 {
    margin-bottom: .1875rem;
  }

  .push-right-eighth,
  .push-r-1-8 {
    margin-right: .1875rem;
  }

  .push-right-quarter,
  .push-r-1-4 {
    margin-right: .375rem;
  }

  .push-right-half,
  .push-r-1-2 {
    margin-right: .75rem;
  }

  .push-right-three-quarters,
  .push-r-3-4 {
    margin-right: 1.125rem;
  }

  .push-right,
  .push-r {
    margin-right: 1.5rem;
  }

  .pad-top,
  .pad-t {
    padding-top: 1.5rem;
  }

  .pad-bottom,
  .pad-b {
    padding-bottom: 1.5rem;
  }

  .pad-top-double,
  .pad-t-2 {
    padding-top: 3rem;
  }

  .pad-bottom-double,
  .pad-b-2 {
    padding-bottom: 3rem;
  }

  .pad-top-three-quarters,
  .pad-t-3-4 {
    padding-top: 1.125rem;
  }

  .pad-bottom-three-quarters,
  .pad-b-3-4 {
    padding-bottom: 1.125rem;
  }

  .pad-top-half,
  .pad-t-1-2 {
    padding-top: .75rem;
  }

  .pad-bottom-half,
  .pad-b-1-2 {
    padding-bottom: .75rem;
  }

  .pad-top-quarter,
  .pad-t-1-4 {
    padding-top: .375rem;
  }

  .pad-bottom-quarter,
  .pad-b-1-4 {
    padding-bottom: .375rem;
  }

  .pad-top-eighth,
  .pad-t-1-8 {
    padding-top: .1875rem;
  }

  .pad-bottom-eighth,
  .pad-b-1-8 {
    padding-bottom: .1875rem;
  }

  .island {
    padding: 1.5rem;
  }

  .island-double,
  .island-2 {
    padding: 3rem;
  }

  .island-three-quarters,
  .island-3-4 {
    padding: 1.125rem;
  }

  .island-half,
  .island-1-2 {
    padding: .75rem;
  }

  .island-quarter,
  .island-1-4,
  td,
  table th {
    padding: .375rem;
  }

  .island-eighth,
  .island-1-8,
  input:not([type="checkbox"]),
  input:not([type="radio"]),
  textarea {
    padding: .1875rem;
  }

  .gutter {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .gutter-double,
  .gutter-2 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .gutter-three-quarters,
  .gutter-3-4 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .gutter-half,
  .gutter-1-2 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gutter-quarter,
  .gutter-1-4,
  caption {
    padding-left: .375rem;
    padding-right: .375rem;
  }

  .gutter-eighth,
  .gutter-1-8 {
    padding-left: .1875rem;
    padding-right: .1875rem;
  }

  .i-1 {
    height: 1.5rem;
    width: 1.5rem;
  }

  .i-3-4 {
    height: 1.125rem;
    width: 1.125rem;
  }

  .i-1-2 {
    height: .75rem;
    width: .75rem;
  }

  .i-1-4 {
    height: .375rem;
    width: .375rem;
  }

  .i-1-8 {
    height: .1875rem;
    width: .1875rem;
  }

  .i-1-1-2,
  .i-3-2 {
    height: 2.25rem;
    width: 2.25rem;
  }

  .i-1-1-4,
  .i-5-4 {
    height: 1.875rem;
    width: 1.875rem;
  }

  .i-1-3-4,
  .i-7-4 {
    height: 2.625rem;
    width: 2.625rem;
  }

  .i-2 {
    height: 3rem;
    width: 3rem;
  }

  select {
    padding: 0 .1875rem;
  }

  fieldset {
    padding: .375rem 0;

    border: 0;
    border-top: 2px solid #000;
  }

  legend {
    padding-right: .375rem;
  }

}

@media only screen and (min-width: 90em) {

  html {
    font-size: 130%;
    line-height: 1.5;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  dl,
  dd,
  figure,
  blockquote,
  details,
  hr,
  fieldset,
  pre,
  table,
  caption,
  menu {
    margin: 0 0 1.5rem;
  }

  .tenamega {
    font-size: 23.6119rem;
    line-height: 30.75rem;
  }

  .tenakilo {
    font-size: 17.7134rem;
    line-height: 23.25rem;
  }

  .tena {
    font-size: 13.2884rem;
    line-height: 17.625rem;
  }

  .nina {
    font-size: 9.9688rem;
    line-height: 13.125rem;
  }

  .yotta {
    font-size: 7.4784rem;
    line-height: 9.75rem;
  }

  .zetta {
    font-size: 5.6102rem;
    line-height: 7.5rem;
  }

  h1,
  .exa {
    font-size: 4.2087rem;
    line-height: 5.625rem;
  }

  h2,
  .peta {
    font-size: 3.1573rem;
    line-height: 4.125rem;
  }

  h3,
  .tera {
    font-size: 2.3686rem;
    line-height: 3.375rem;
  }

  h4,
  .giga {
    font-size: 1.7769rem;
    line-height: 2.625rem;
  }

  h5,
  .mega {
    font-size: 1.333rem;
    line-height: 1.875rem;
  }

  h6,
  .kilo,
  input,
  textarea {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  small,
  .milli {
    font-size: .7502rem;
    line-height: 1.125rem;
  }

  .micro {
    font-size: .5628rem;
    line-height: .75rem;
  }

  .nano {
    font-size: .4222rem;
    line-height: .75rem;
  }

  .pico {
    font-size: .3167rem;
    line-height: .375rem;
  }

  ul,
  ol {
    padding-left: 0;
  }

  ul ul,
  ol ul {
    padding-left: 1em;
  }

  ol ol,
  ul ol {
    padding-left: 1.6em;
  }

  .hang-punc {
    float: left;
    margin-left: -1.4em;
    text-align: right;
    width: 1.3em;
  }

  table {
    margin-left: -.375rem;
    margin-right: -.375rem;
    width: calc(100% + .375rem + .375rem);
  }

  input,
  option,
  select {
    height: calc(1.5rem + .1875rem + .1875rem);
  }

  [type="color"] {
    width: calc(1.5rem + .1875rem + .1875rem);
  }

  [type="checkbox"],
  [type="radio"] {
    display: inline-block;
    height: auto;
  }

  .push {
    margin-bottom: 1.5rem;
  }

  .push-none,
  .push-0 {
    margin-bottom: 0;
  }

  .push-double,
  .push-2 {
    margin-bottom: 3rem;
  }

  .push-three-quarters,
  .push-3-4 {
    margin-bottom: 1.125rem;
  }

  .push-half,
  .push-1-2 {
    margin-bottom: .75rem;
  }

  .push-quarter,
  .push-1-4 {
    margin-bottom: .375rem;
  }

  .push-eighth,
  .push-1-8 {
    margin-bottom: .1875rem;
  }

  .push-right-eighth,
  .push-r-1-8 {
    margin-right: .1875rem;
  }

  .push-right-quarter,
  .push-r-1-4 {
    margin-right: .375rem;
  }

  .push-right-half,
  .push-r-1-2 {
    margin-right: .75rem;
  }

  .push-right-three-quarters,
  .push-r-3-4 {
    margin-right: 1.125rem;
  }

  .push-right,
  .push-r {
    margin-right: 1.5rem;
  }

  .pad-top,
  .pad-t {
    padding-top: 1.5rem;
  }

  .pad-bottom,
  .pad-b {
    padding-bottom: 1.5rem;
  }

  .pad-top-double,
  .pad-t-2 {
    padding-top: 3rem;
  }

  .pad-bottom-double,
  .pad-b-2 {
    padding-bottom: 3rem;
  }

  .pad-top-three-quarters,
  .pad-t-3-4 {
    padding-top: 1.125rem;
  }

  .pad-bottom-three-quarters,
  .pad-b-3-4 {
    padding-bottom: 1.125rem;
  }

  .pad-top-half,
  .pad-t-1-2 {
    padding-top: .75rem;
  }

  .pad-bottom-half,
  .pad-b-1-2 {
    padding-bottom: .75rem;
  }

  .pad-top-quarter,
  .pad-t-1-4 {
    padding-top: .375rem;
  }

  .pad-bottom-quarter,
  .pad-b-1-4 {
    padding-bottom: .375rem;
  }

  .pad-top-eighth,
  .pad-t-1-8 {
    padding-top: .1875rem;
  }

  .pad-bottom-eighth,
  .pad-b-1-8 {
    padding-bottom: .1875rem;
  }

  .island {
    padding: 1.5rem;
  }

  .island-double,
  .island-2 {
    padding: 3rem;
  }

  .island-three-quarters,
  .island-3-4 {
    padding: 1.125rem;
  }

  .island-half,
  .island-1-2 {
    padding: .75rem;
  }

  .island-quarter,
  .island-1-4,
  td,
  table th {
    padding: .375rem;
  }

  .island-eighth,
  .island-1-8,
  input:not([type="checkbox"]),
  input:not([type="radio"]),
  textarea {
    padding: .1875rem;
  }

  .gutter {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .gutter-double,
  .gutter-2 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .gutter-three-quarters,
  .gutter-3-4 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .gutter-half,
  .gutter-1-2 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gutter-quarter,
  .gutter-1-4,
  caption {
    padding-left: .375rem;
    padding-right: .375rem;
  }

  .gutter-eighth,
  .gutter-1-8 {
    padding-left: .1875rem;
    padding-right: .1875rem;
  }

  .i-1 {
    height: 1.5rem;
    width: 1.5rem;
  }

  .i-3-4 {
    height: 1.125rem;
    width: 1.125rem;
  }

  .i-1-2 {
    height: .75rem;
    width: .75rem;
  }

  .i-1-4 {
    height: .375rem;
    width: .375rem;
  }

  .i-1-8 {
    height: .1875rem;
    width: .1875rem;
  }

  .i-1-1-2,
  .i-3-2 {
    height: 2.25rem;
    width: 2.25rem;
  }

  .i-1-1-4,
  .i-5-4 {
    height: 1.875rem;
    width: 1.875rem;
  }

  .i-1-3-4,
  .i-7-4 {
    height: 2.625rem;
    width: 2.625rem;
  }

  .i-2 {
    height: 3rem;
    width: 3rem;
  }

  select {
    padding: 0 .1875rem;
  }

  fieldset {
    padding: .375rem 0;

    border: 0;
    border-top: 2px solid #000;
  }

  legend {
    padding-right: .375rem;
  }

}

:root {
  --color-primary: #333132;
  --color-branding: #00b0d5;
  --color-illustration: #f98bc0;
  --color-motion: #82c86a;
  --color-print: #ffc500;
  --color-uxui: #e13a31;
  --color-web: #0e64cc;
  --color-secondary: #f2f2f2;
  --color-secondary-light: #fff;
  --color-secondary-dark: #000;
  --color-tint: rgba(119, 119, 119, 1);
  --color-accent: #777;

  --font-primary: Barlow, sans-serif;
  --font-secondary: Bungee, sans-serif;
}

html {
  font-family: var(--font-primary);
  color: var(--color-primary);
}

html.branding {
  --color-tint: rgba(0, 176, 213, 0.18);
  --color-accent: var(--color-branding);
}

html.illustration {
  --color-tint: rgba(249, 139, 192, 0.18);
  --color-accent: var(--color-illustration);
}

html.motion {
  --color-tint: rgba(130, 200, 106, 0.18);
  --color-accent: var(--color-motion);
}

html.print {
  --color-tint: rgba(255, 197, 0, 0.18);
  --color-accent: var(--color-print);
}

html.uxui {
  --color-tint: rgba(225, 58, 49, 0.18);
  --color-accent: var(--color-uxui);
}

html.web {
  --color-tint: rgba(14, 100, 204, 0.18);
  --color-accent: var(--color-web);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
}

q {
  color: var(--color-accent);
}

.btn {
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  max-width: 11em;
}

.btn:focus,
.btn:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-secondary);
}

h1,
.h1 {
  font-size: 2.0728rem;
  line-height: 1.2;
}

h2,
.h2 {
  font-size: 1.7769rem;;
  line-height: 1.2;
}

h3,
.h3 {
  font-size: 1.555rem;
  line-height: 1.2;
}

h4,
.h4 {
  font-size: 1rem;;
  line-height: 1.2;
}

/* styles the inner div in active/focus states; cannot think of a way to fix this atm */
div > a:focus {
  /* padding: 4px; */
  border-radius: 5px;
  display: inline-block;
  box-shadow: 0 0 0 2pt var(--color-primary);
  outline: none;
}

div > a:active {
  border-radius: 5px;
  display: inline-block;
  outline: none;
}

@media only screen and (min-width: 400px) {

  h1,
  .h1 {
    font-size: 2.7631rem;
    line-height: 1.2;
  }

  h2,
  .h2 {
    font-size: 2.3686rem;
    line-height: 1.2;
  }

  h3,
  .h3 {
    font-size: 2.0728rem;
    line-height: 1.2;
  }

  h4,
  .h4 {
  font-size: 1.1666rem;
  line-height: 1.2;
  }

}

@media only screen and (min-width: 608px) {
  h1,
  .h1 {
    font-size: 2.3686rem;
    line-height: 1.2;
  }

  h2,
  .h2 {
    font-size: 3.6831rem;
    line-height: 1.2;
  }

  h3,
  .h3 {
    font-size: 2.7631rem;
    line-height: 1.2;
  }

}

@media only screen and (min-width: 960px) {

  h1,
  .h1 {
    font-size: 2.7631rem;
    line-height: 1.2;
  }

}
/* These 2 classes style the primary (white) and secondary (black) icon states */
.social-icon {
  color: var(--color-secondary-light);
}

.social-icon-2 {
  color: var(--color-primary);
}

/* This code styles the hover and focus states for both the primary and secondary social icons */
.icon-box-shadow {
  padding: 4px;
  border-radius: 5px;
  display: inline-block;
}

.icon-box-shadow:hover,
.icon-box-shadow:focus,
.icon-box-shadow:active {
box-shadow: 0 0 0 3px var(--color-primary);
}

.icon-box-shadow a:active,
.icon-box-shadow a:focus {
  outline: none;
}

/* This code applies the accent colour to the primary buttons, pulling from the html class for the colour */
.accent-color {
  padding: .1em .75em .145em;
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}

/* These classes style the secondary gray portfolio and calendly buttons */
.btn-2 {
  padding: .1em .75em .145em;
  color: var(--color-primary);
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.btn-2:hover,
.btn-2:focus {
  color: var(--color-secondary);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.btn-small {
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: all .2s;
  border: 1px solid #000000;
  display: inline-block;
  width: 200px;
}

.btn-small:hover,
.btn-small:focus {
  background-color: #ffffff;
  color: #000000;
}

/* QUIZ BUTTON STYLES (HOMEPAGE) */
.btn-q {
  color: var(--color-primary);
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.btn-q:hover,
.btn-q:active,
.btn-q:focus {
  color: var(--color-primary);
  background-color: var(--color-motion);
  border-color: var(--color-motion);
  padding: .375em .75em .42em;
}
.filter-btn {
  padding: .5rem .8rem .6rem;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-primary);
}

.filtered-student-photo {
  filter: blur(2px) grayscale(1);
}

.no-click {
  pointer-events: none;
  display: none;
}

#branding-btn:hover,
#branding-btn:focus {
  color: var(--color-branding);
}

#illustration-btn:hover,
#illustration-btn:focus {
  color: var(--color-illustration);
}

#motion-btn:hover,
#motion-btn:focus {
  color: var(--color-motion);
}

#print-btn:hover,
#print-btn:focus {
  color: var(--color-print);
}

#uxui-btn:hover,
#uxui-btn:focus {
  color: var(--color-uxui);
}

#web-btn:hover,
#web-btn:focus {
  color: var(--color-web);
}

/* Defines the rounded corners of the footer div */
.footer-shape {
  border-radius: 10px 10px 0 0;
}

/* Use these classes for the gradient colour includes */
.gradient-rainbow {
  background: linear-gradient(90deg, var(--color-uxui) 0 5%, var(--color-illustration) 20%, var(--color-print) 40%, var(--color-motion) 60%, var(--color-branding) 80%, var(--color-web) 95% 100%);
}

.gradient-branding {
  background: linear-gradient(90deg, var(--color-motion) 0 5%, var(--color-branding) 30% 100%);
}

.gradient-illustration {
  background: linear-gradient(90deg, var(--color-secondary) 0, var(--color-illustration) 30% 100%);
}

.gradient-motion {
  background: linear-gradient(90deg, var(--color-secondary) 0, var(--color-motion) 30% 100%);
}

.gradient-print {
  background: linear-gradient(90deg, var(--color-secondary) 0, var(--color-print) 30% 100%);
}

.gradient-uxui {
  background: linear-gradient(90deg, var(--color-illustration) 0 5%, var(--color-uxui) 30% 100%);
}

.gradient-web {
  background: linear-gradient(90deg, var(--color-branding) 0 5%, var(--color-web) 30% 100%);
}

.gradient-gray {
  background: linear-gradient(90deg, var(--color-secondary) 0 5%, var(--color-secondary) 30% 100%);
}

/* Includes for white text and link content */
.icon-white,
.nav-white a {
  color: var(--color-secondary-light);
  text-decoration: none;
}

.text-white {
  color: var(--color-secondary-light);
}

/* Includes for black text and link content */
.icon-black,
.nav-black a {
  color: var(--color-primary);
  text-decoration: none;
}

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

/* Start media queries for content arrangement/visibility */
.section-nav {
  text-align: center;
}

.section-social > h6 {
  display: none;
}

@media only screen and (min-width: 608px) {

  .section-social > h6 {
    display: block;
  }

  .footer-shape > div {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    align-items: start;
  }

  .section-logo {
    grid-row: 1;
    grid-column: 1/2;
  }

  .section-social {
    grid-row: 1;
    grid-column: 2/3;
  }

  .section-nav {
    grid-row: 1;
    grid-column: 3/4;
    text-align: right;
  }

  .section-copyright {
    grid-row: 2;
    grid-column: 2/3;
  }

}

/* Includes for white text and link content */
.icon-white,
.nav-white a {
  color: var(--color-secondary-light);
  text-decoration: none;
}

.icon-white:hover,
.icon-white:focus,
.nav-white a:hover,
.nav-white a:focus {
  color: var(--color-secondary-light);
  text-decoration: none;
}

.text-white {
  color: var(--color-secondary-light);
}

/* Includes for black text and link content */
.icon-black,
.nav-black a {
  color: var(--color-primary);
  text-decoration: none;
}

.icon-black:hover,
.icon-black:focus,
.nav-black a:hover,
.nav-black a:focus {
  color: var(--color-primary);
  text-decoration: none;
}

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

/* Style current class */
.current a {
  text-decoration: underline;
}

/* Start styling for toggle navigation */
.header-shape {
  border-radius: 0 0 10px 10px;
  padding: 1.5rem;
}

.header-flex {
  display: flex;
  justify-content: space-between;
}

.header-logo {
  width: 120px;
}

.header-nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  text-align: right;
}

.i-28 {
  width: 28px;
  height: 28px;
}

.toggle {
  background-color: transparent;
  border: none;
}

.toggle:hover {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 3px solid var(--color-primary);
  outline-offset: 3px;
}

.toggle-close {
  display: none;
}

.toggle-close.show {
  display: block;
}

.toggle-open {
  display: block;
}

.toggle-open.hide {
  display: none;
}

.h-nav-ul {
  display: none;
}

.h-nav-ul li {
  padding: 1rem 0;
}

.h-nav-ul.nav-show {
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 700px) {

  .header-flex {
    align-items: center;
  }

  .toggle-close,
  .toggle {
    display: none;
  }

  .header-logo {
    width: 135px;
  }

  .header-nav {
    text-align: left;
  }

  .h-nav-ul,
  .h-nav-ul.nav-show {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }

  .h-nav-ul li {
    padding: 1rem;
  }

}

@media only screen and (min-width: 960px) {

  .header-logo {
    width: 150px;
  }

}

.to-top-btn {
  color: var(--color-primary);
  border: 4px solid var(--color-primary);
  border-radius: 10px;
  order: 1;
  position: fixed;
  right: 18px;
  bottom: 18px;
  padding: .5rem .6rem .6rem;
  background-color: var(--color-secondary-light);
  z-index: 1100;
}

.to-top-btn:hover,
.to-top-btn:focus  {
  color: var(--color-web);
  border: 4px solid var(--color-web);
  padding: .5rem .6rem .6rem;
}

.to-top-btn:hover .to-top-icon,
.to-top-btn:focus .to-top-icon {
  bottom: 5px;
  transition: bottom .3s ease;
}

html {
  box-sizing: border-box;
}

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

.quiz-content {
  font-family: 'Barlow', sans-serif;
  align-items: center;
  padding: 20px;
}

.quiz-content h3 {
  padding-top: .5em;
}

.quiz-content div .item {
  display: none;
}

.quiz-content .card {
  background-color: #f1f2f2;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 20px;
  max-width: 600px;
  margin: 50px;
  margin-left: auto;
  margin-right: auto;
}

.results-title, .card-content {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.designer {
  /* padding: 5px; */
  margin: 3rem auto;
}

.results-card {
  align-items: center;
}

.quiz-content img {
  display: block;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.link-buttons {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
}

.question-1,.question-2,.question-3 {
    display: inline-block;

    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    /* color: #adadad; */
    border-radius: 25px;
    white-space: nowrap;
    margin: .125rem auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
    /* width: 320px; */
    padding: .5rem 1rem;
    cursor: pointer;
}

.question-2, .question-3 {
  width: 75%;
}

.question-1:hover, .question-2:hover, .question-3:hover {
  background-color: rgba(132, 194, 126, .15)!important;
}

.question-1:focus, .question-2:focus, .question-3:focus {
  outline: 3px solid rgba(0, 0, 0, 0);
  background-color: rgba(255, 255, 255, .9);
}

.question-1:active, .question-2:active, .question-3:active {
  background-color: rgba(139, 139, 139, .05);
  border-color: #000;

}

.next-btn {
  width: 175px;
  border-radius: 4px;
  border-width: 2px;
  padding: 8px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: inherit;
  color: black;
  border-color: black;
  font-family: 'Barlow', sans-serif;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
}

.next-btn:hover {
  background-color: black;
  border-color: black;
  color: white;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
}

.designer-title {
  width: 200px;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  position: absolute;
  bottom: 198px;
}

.psquish {
  max-width: 300px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* @media all and (max-width:30em){
 a.button1{
  display:block;
  margin:0.4em auto;
 }
} */

@media only screen and (min-width: 25em) {

  .quiz-content .card {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    max-width: 600px;
    margin: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .question-1 {
    width: 75%;
  }

  /* .results-container {
    position: relative;
    transform: translateX(15%);
  } */

}

@media only screen and (min-width: 38em) {

  .quiz-content .card {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 20px;
    max-width: 600px;
    margin: 50px;
    margin-left: auto;
    margin-right: auto;
  }

}

@media only screen and (min-width: 60em) {

  .quiz-content .card {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 20px;
    max-width: 600px;
    margin: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .psquish {
    max-width: 600px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

}

@media only screen and (min-width: 90em) {

  .quiz-content .card {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 20px;
    max-width: 900px;
    margin: 50px;
    margin-left: auto;
    margin-right: auto;
  }

}

/* Define general use classes for colouring sections based on specialty */
span {
  color: var(--color-accent);
}

.color-tint {
  background-color: var(--color-tint);
}

.color-separator-tint {
  color: var(--color-tint);
}

/* Force rainbow lines to be a consistent height, so they stay the same width on the teacher and student cards */
div.student-cards .rainbow-line,
div.teacher-cards .rainbow-line {
  height: 3px;
}

div.awarded-student .rainbow-line,
div.graduate-award-grid .rainbow-line {
  height: 4px;
}

/* Define general shape of images and videos, excluding the SVG rainbow line */
img:not(.rainbow-line) {
  background-color: var(--color-secondary);
  border-radius: 10px;
}

div.awarded-student img:first-of-type {
  border-radius: 10px 10px 0 0;
}

video {
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
}

img:not(.rainbow-line).filtered-branding {
  background-color: rgba(0, 176, 213, 0.36);
}

img:not(.rainbow-line).filtered-illustration {
  background-color: rgba(249, 139, 192, 0.40);
}

img:not(.rainbow-line).filtered-motion {
  background-color: rgba(130, 200, 106, 0.40);
}

img:not(.rainbow-line).filtered-print {
  background-color: rgba(255, 197, 0, 0.40);
}

img:not(.rainbow-line).filtered-uxui {
  background-color: rgba(225, 58, 49, 0.36);
}

img:not(.rainbow-line).filtered-web {
  background-color: rgba(14, 100, 204, 0.36);
}

/* Display social icons with flexible space between them; since no more than 4 icons can be used, the flexwrap functionality was excluded */
.about-section-social {
  display: flex;
  justify-content: space-around;
}

/* Make portfolio work headers the correct font */
.work-cards h4,
.work-section-3 h4 {
  font-family: var(--font-primary);
  text-transform: uppercase;
}

/* Student & teacher & award cards */
.student-cards,
.teacher-cards {
  box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, .05);
  border-radius: 10px;
}

.award-card {
  box-shadow: 2px 2px 7px rgba(0, 0, 0, .15);
  border-radius: 10px;
}

.student-cards p,
.teacher-cards p,
.awarded-student p {
  font-family: var(--font-primary);
  font-weight: normal;
  text-transform: uppercase;
  color: var(--color-secondary-dark);
}

.awarded-student p {
  text-align: center;
}

.graduate-award-grid p {
  font-family: var(--font-primary);
  text-transform: uppercase;
  color: var(--color-secondary-dark);
  text-align: center;
}

.graduate-award-grid p.regular-case {
  text-transform: none;
}

.student-card-photo img,
.teacher-card-photo img {
  border-radius: 10px 10px 0 0;
}

/* Define accent and text colours for buttons in award card views */
.text-color-black {
  color: var(--color-primary);
}

/* Redundant text white styling from .btn class */
.text-color-white {
  color: var(--color-secondary);
}

.accent-color-uiux {
  background-color: var(--color-uxui);
  border-color: var(--color-uxui);
}

.accent-color-illustration {
  background-color: var(--color-illustration);
  border-color: var(--color-illustration);
}

.accent-color-print {
  background-color: var(--color-print);
  border-color: var(--color-print);
}

.accent-color-motion {
  background-color: var(--color-motion);
  border-color: var(--color-motion);
}

.accent-color-branding {
  background-color: var(--color-branding);
  border-color: var(--color-branding);
}

.accent-color-web {
  background-color: var(--color-web);
  border-color: var(--color-web);
}

/* Awards cards mobile */
.graduate-award-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(175px, 300px));
  column-gap: 5rem;
  row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  grid-template-areas: 
    "graduate-award-1" "graduate-award-2";
}

.award-cards-grid {
  display: grid;
  grid-gap: 1rem;
  width: 100%;
  grid-template-areas:
    "award-card";
  justify-content: center;
  align-items: center;
}

.award-cards-grid div.awarded-student {
  display: none;
}

/* Define hover state colours */
.icon-link:hover img.bkg-branding,
.icon-link:focus img.bkg-branding {
  background-color: var(--color-branding);
}

.icon-link:hover img.bkg-illustration,
.icon-link:focus img.bkg-illustration {
  background-color: var(--color-illustration);
}

.icon-link:hover img.bkg-print,
.icon-link:focus img.bkg-print {
  background-color: var(--color-print);
}

.icon-link:hover img.bkg-motion,
.icon-link:focus img.bkg-motion {
  background-color: var(--color-motion);
}

.icon-link:hover img.bkg-uxui,
.icon-link:focus img.bkg-uxui {
  background-color: var(--color-uxui);
}

.icon-link:hover img.bkg-web,
.icon-link:focus img.bkg-web {
  background-color: var(--color-web);
}

img:not(.rainbow-line).filtered-branding:hover,
img:not(.rainbow-line).filtered-branding:focus,
.icon-link:hover img:not(.rainbow-line).filtered-branding,
.icon-link:focus img:not(.rainbow-line).filtered-branding {
  background-color: var(--color-branding);
}

img:not(.rainbow-line).filtered-illustration:hover,
img:not(.rainbow-line).filtered-illustration:focus,
.icon-link:hover img:not(.rainbow-line).filtered-illustration,
.icon-link:focus img:not(.rainbow-line).filtered-illustration {
  background-color: var(--color-illustration);
}

img:not(.rainbow-line).filtered-print:hover,
img:not(.rainbow-line).filtered-print:focus,
.icon-link:hover img:not(.rainbow-line).filtered-print,
.icon-link:focus img:not(.rainbow-line).filtered-print {
  background-color: var(--color-print);
}

img:not(.rainbow-line).filtered-motion:hover,
img:not(.rainbow-line).filtered-motion:focus,
.icon-link:hover img:not(.rainbow-line).filtered-motion,
.icon-link:focus img:not(.rainbow-line).filtered-motion {
  background-color: var(--color-motion);
}

img:not(.rainbow-line).filtered-uxui:hover,
img:not(.rainbow-line).filtered-uxui:focus,
.icon-link:hover img:not(.rainbow-line).filtered-uxui,
.icon-link:focus img:not(.rainbow-line).filtered-uxui {
  background-color: var(--color-uxui);
}

img:not(.rainbow-line).filtered-web:hover,
img:not(.rainbow-line).filtered-web:focus,
.icon-link:hover img:not(.rainbow-line).filtered-web,
.icon-link:focus img:not(.rainbow-line).filtered-web {
  background-color: var(--color-web);
}

/* Student and teacher card grid styling */
.home-card-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(175px, 225px));
  grid-gap: .5rem;
  justify-content: center;
  align-items: flex-start;
}

/* HOME PAGE SECTIONS STYLING */
.hp-intro {
  background-color: var(--color-secondary);
}

.hp-intro-grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1.5rem;
}

.hp-welcome {
  text-transform: uppercase;
  text-align: center;
}

.hp-logo {
  max-width: 400px;
  margin: 0 auto 6rem;
}

.hp-quiz-banner {
  background-color: var(--color-primary);
}

.hp-meteor-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.5rem;
}

.meteor-1 {
  justify-self: end;
}

/* 404 PAGE STYLING */
.link-404 {
  text-decoration: underline;
  color: var(--color-primary);
  font-weight: bold;
}

.link-404:hover,
.link-404:focus {
  text-decoration: underline;
  color: var(--color-web);
  font-weight: bold;
  outline: none
}

/* MOBILE TEMPLATE STYLING START */
/* TEMPLATES 1, 2, 4 AND 5 STYLES START*/
.layout1-h2 {
  text-align: center;
  width: 100%;
}

.layout1-separator {
  color: var(--color-secondary-light);
}

.layout-specialties {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: .5rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 0 .5rem;
}

.speci1 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.speci2 {
  grid-column: 2 / -1;
  grid-row: 1 / 2;
}

.speci3 {
  grid-column: 1 / -1;
}

.layout1-buttons,
.layout1-work-buttons,
.t4-work-buttons,
.t2-work-buttons,
.t5-work-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.button-wrappers {
  margin: 1rem auto;
}

.work-hover {
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
  padding: 1rem;
  color: var(--color-secondary-light);
  position: inherit;
  opacity: 1;
  transition: all .15s ease-in;
  border-radius: 10px;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  display: block;
  opacity: 0;
}

.work-hover > p,
p.max-length-description {
  max-width: 36em;
  line-height: 1.25;
}

.work-cards:hover .work-hover {
  opacity: 1;
}

.layout1-work-grid,
.t2-work-grid,
.t4-work-grid,
.t5-work-grid,
.proj4-quote-section {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 3rem;
}

.layout1-student-quote,
.t4-student-quote {
  display: block;
  text-align: center;
  margin: 1rem auto;
}

.t4-student-quote {
  max-width: 24em;
}

.layout2-about-content {
  padding-top: 2rem;
}

.template-2-video,
.proj4-quote-section,
.t5-about {
  border-radius: 10px;
}

.t2-student-quote {
  text-align: center;
}
/* END TEMPLATES 1, 2, 4 AND 5 */

/* TEMPLATE 3 STYLES START*/
/* Style shape and size of student about section */
.about-section-3,
.intro-section-3 {
  padding: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

.about-section-3 > div {
  border-radius: 10px;
  max-width: 17em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.work-2-section-3 {
  margin-left: auto;
  margin-right: auto;
}

/*Set max size of headshot so section fits in viewport */
.about-section-3 img:first-child {
  max-width: 10em;
  margin: 0 auto 1rem auto;
}

/* Make student name line height smaller */
.about-section-3 h1,
.intro-section-3 h3,
.work-section-3 h2 {
  line-height: 2rem;
}

/* Display specialties in a 2-row grid */
ul.about-section-3-specialties {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  row-gap: .25rem;
}

ul.about-section-3-specialties > li:first-child {
  grid-row: 1;
  grid-column: 1/3;
  text-align: center;
}

ul.about-section-3-specialties > li:nth-child(2) {
  grid-row: 1;
  grid-column: 3/5;
  text-align: center;
}

ul.about-section-3-specialties > li:last-child{
  grid-row: 2;
  grid-column: 1/5;
  text-align: center;
}

/* Template 3 about section colour variations */
.about-section-3 > .gradient-branding {
  background: linear-gradient(180deg, var(--color-motion) 0, var(--color-branding) 60% 100%);
  color: var(--color-secondary-primary);
  box-shadow: 3px 5px 7px rgba(0, 0, 0, .3);
}

.about-section-3 > .gradient-illustration {
  background: linear-gradient(180deg, var(--color-secondary) 0, var(--color-illustration) 60% 100%);
  color: var(--color-secondary-primary);
  box-shadow: 3px 5px 7px rgba(0, 0, 0, .3);
}

.about-section-3 > .gradient-motion {
  background: linear-gradient(180deg, var(--color-secondary) 0, var(--color-motion) 60% 100%);
  color: var(--color-secondary-primary);
  box-shadow: 3px 5px 7px rgba(0, 0, 0, .3);
}

.about-section-3 > .gradient-print {
  background: linear-gradient(180deg, var(--color-secondary) 0, var(--color-print) 60% 100%);
  color: var(--color-secondary-primary);
  box-shadow: 3px 5px 7px rgba(0, 0, 0, .3);
}

.about-section-3 > .gradient-uxui {
  background: linear-gradient(180deg, var(--color-illustration) 0, var(--color-uxui) 60% 100%);
  color: var(--color-secondary-light);
  box-shadow: 3px 5px 7px rgba(0, 0, 0, .3);
}

.about-section-3 > .gradient-web {
  background: linear-gradient(180deg, var(--color-branding) 0, var(--color-web) 60% 100%);
  color: var(--color-secondary-light);
  box-shadow: 3px 5px 7px rgba(0, 0, 0, .3);
}

.about-section-3 img {
  color: var(--color-primary);
}

/* END TEMPLATE 3 */

/* DESKTOP TEMPLATE STYLING START */
@media only screen and (min-width: 38em) {

  /* Style Desktop Award Grid */
  .award-cards-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 2.5rem;
    width: 100%;
    grid-template-areas:
      "award-card awarded-student";
    justify-content: center;
    align-items: center;
  }

  .award-cards-grid div.icon-box-shadow {
    display: none;
  }

  .award-cards-grid div.awarded-student {
    display: block;
  }

  /* TEMPLATES 1, 2, 4 AND 5 START */
  .layout1-about-content,
  .layout2-about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 2.5rem;
    padding-top: 3rem;
  }

  .layout2-about-content {
    padding-top: 1rem;
  }

  .layout1-h2 {
    text-align: left;
    width: 100%;
  }

  .layout1-specialties,
  .layout1-bar,
  .layout1-buttons,
  .layout1-about {
    grid-column: 2 / -1;
  }

  .layout1-student-photo {
    grid-row: 1 / 5;
  }

  .layout1-buttons,
  .layout1-work-buttons,
  .t4-work-buttons,
  .t2-work-buttons,
  .t5-work-buttons {
    flex-direction: row;
    justify-content: center;
    align-content: center;
  }

  .layout1-work-grid,
  .t2-work-grid,
  .t4-work-grid,
  .t5-work-grid,
  .proj4-quote-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem 1.5rem;
    justify-content: center;
  }

  .work-proj1 {
    grid-column: 1 / -1;
    grid-row: 1 / 3;
  }

  .work-proj2 {
    grid-column: 1 / -1;
    grid-row: 3 / 5;
  }

  .work-proj3 {
    grid-column: 1 / 2;
    grid-row: 5 / 6;
  }

  .work-proj4 {
    grid-column: 2 / -1;
    grid-row: 5 / 6;
  }

  .layout1-student-quote {
    grid-column: 1 / -1;
    grid-row: 6 / 7;
  }

  .layout1-work-buttons {
    grid-column: 1 / -1;
    grid-row: 7 / 8;
  }

  .t2-work-grid {
    grid-gap: 3rem 2rem;
  }

  .t2-work-proj1 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .t2-work-proj2 {
    grid-column: 2 / -1;
    grid-row: 1 / 2;
  }

  .t2-student-quote {
    grid-column: 2 / -1;
    grid-row: 2 / 3;
    align-self: center;
  }

  .t2-work-proj3 {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .t2-work-proj4 {
    grid-column: 1 / -1;
    grid-row: 3 / 5;
  }

  .t2-work-buttons {
    grid-column: 1 / -1;
    grid-row: 5 / 6;
  }

  .t4-work-grid {
    grid-gap: 5rem 2rem;
  }

  .t4-work-proj1 {
    grid-column: 1 / -1;
    grid-row: 1 / 3;
  }

  .t4-work-proj2 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }

  .t4-work-proj3 {
    grid-column: 2 / -1;
    grid-row: 3 / 4;
  }

  .t4-work-proj4 {
    grid-column: 1 / -1;
    grid-row: 4 / 6;
  }

  .t4-work-buttons {
    grid-column: 1 / -1;
    grid-row: 6 / 7;
  }

  .t5-work-grid {
    grid-gap: 4rem 1.5rem;
  }

  .t5-work-proj1 {
    grid-column: 1 / -1;
    grid-row: 1 / 3;
  }

  .t5-work-proj2 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
  }

  .t5-work-proj3 {
    grid-column: 2 / -1;
    grid-row: 3 / 4;
  }

  .proj4-quote-section {
    grid-gap: 3rem;
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }

  .proj4-quote-section {
    grid-column: 1 / -1;
    grid-row: 4 / 6;
  }

  .t5-work-proj4 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .t5-student-quote {
    grid-column: 2 / -1;
    grid-row: 1 / 2;
    align-self: center;
  }

  .t5-work-buttons {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
  }

  .t5-h3 {
    margin-bottom: 1.3rem;
  }

  /* END TEMPLATES 1, 2, 4 AND 5 */

  /* HOME PAGE SECTIONS STYLING */
  .hp-intro-grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
  }

  .hp-intro-grid > div.center-text {
    grid-column: 2/3;
    text-align: left;
  }

}

@media only screen and (min-width: 750px) {

  /* 404 PAGE STYLING */
  .grid-404 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4rem;
    justify-content: center;
    align-items: center;
  }

}

@media only screen and (min-width: 60em) {

/* TEMPLATE 3 START */
  .template-3-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 1rem;
    width: 100%;
    grid-template-areas:
      "intro intro intro"
      "work work work"
      "work2 work2 work2";
    justify-content: center;
  }

  .template-3-grid > div:first-of-type {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    grid-column: 3 / 4;
    grid-row: 1;
    order: 1;
  }

  .about-section-3 {
    padding: 1.5rem 0;
    justify-self: start;
  }

  .about-section-3 > div {
    margin-left: 0;
    margin-right: 0;
  }

  .intro-section-3 {
    padding: 1.5rem 1.5rem 1.5rem 0;
    grid-area: intro;
    margin-left: 4rem;
    max-width: 29em;
  }

  .work-section-3 {
    grid-area: work;
  }

  .work-section-3 > div {
    margin-left: 4rem;
    max-width: 29em;
  }

  .work-2-section-3 {
    padding: 1.5rem 1.5rem 1.5rem 0;
    grid-area: work2;
    margin-left: 4rem;
    max-width: 29em;
  }

  /* Start subgrid section for template 3 project content on tinted background */
  .project-1-section-3,
  .project-2-section-3 {
    display: grid;
    padding: 1.5rem 0;
    grid-template-columns: repeat(2, 1fr);
    grid-row: auto;
    column-gap: 1rem;
  }

  .project-1-section-3 h4 {
    grid-row: 1;
    grid-column: 1/3;
  }

  .project-1-section-3 img,
  .project-1-section-3 video {
    grid-row: 2;
    grid-column: 1/3;
  }

  .project-1-section-3 p {
    grid-row: 3;
    grid-column: 1/3;
  }

  .project-2-section-3 h4 {
    grid-row: 1;
    grid-column: 1/3;
  }

  .project-2-section-3 img,
  .project-2-section-3 video {
    grid-row: 2;
    grid-column: 1/3;
  }

  .project-2-section-3 p {
    grid-row: 3;
    grid-column: 1/3;
  }

  .project-3-section-3,
  .project-3-section-3 h4,
  .project-4-section-3,
  .project-4-section-3 h4 {
    grid-column: 1/3;
  }
  /* End subgrid styling */
  /* END TEMPLATE 3 */

  /* HOME PAGE SECTIONS STYLING */
  .hp-meteor-grid {
    grid-template-columns: 200px 1fr 200px;
    grid-gap: 1.5rem;
  }

  .meteor-1 {
    grid-column: 3 / -1;
    grid-row: 1 / 3;
    justify-self: center;
  }

  .meteor-content {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
  }

  .meteor-2 {
    grid-column: 1 / 2;
    grid-row: 2 / 4;
    justify-self: center;
  }
}

@media only screen and (min-width: 1150px) {

  .intro-section-3,
  .work-section-3 > div,
  .work-2-section-3 {
    max-width: 35em;
    margin-left: 7rem;
  }

}

