@charset "UTF-8";
/* ==========================================================================
   @font-face includes
   ========================================================================== */
/*
@mixin font-secondary {
  font-family: 'Formata', 'Tahoma', 'Arial', sans-serif;
}
@mixin font-secondary-bold {
}

@mixin font-serif {
  font-family: serif;
}

@mixin font-sans {
}

@mixin font-sans-secondary {
}

@mixin font-icon {
}
*/
*:focus {
  outline: 1px dotted green;
}

/*
==========================================================================
Common mixins and classes
*/
.site-header:after, .header-scroll:after {
  content: "";
  display: table;
  clear: both;
}

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  fill: currentColor;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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 */ }

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

body {
  background: #fff;
}

.wrap {
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 2rem;
  transition: padding 250ms;
  position: relative;
}
@media screen and (min-width: 70em) {
  .wrap {
    margin: 0 5%;
  }
}
@media screen and (min-width: 90em) {
  .wrap {
    margin: 0 7.5%;
  }
}
@media screen and (min-width: 100em) {
  .wrap {
    margin: 0 10%;
  }
}

.wrap-content {
  max-width: 45rem;
}
.wrap-content:after {
  content: "";
  display: table;
  clear: both;
}

.right {
  float: right;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  max-width: 100%;
  margin: 0;
}

label {
  display: block;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=search],
textarea, select {
  padding: 0.35em 0.5em;
  border: 1px solid #ccc;
  box-sizing: border-box;
  max-width: 100%;
  border-radius: 0.1em;
  margin: 0 0 0.5rem;
  line-height: 1;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus, select:focus {
  outline: none;
  border: 1px solid #262626;
}

input[type=checkbox], input[type=radio] {
  margin-right: 0.5rem;
}

html, body, figure, fieldset, menu, nav ul, nav ul li, footer li {
  margin: 0px;
  padding: 0px;
}

a img {
  border: 0px;
}

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

iframe {
  display: block;
  max-width: 100%;
}

address span {
  display: block;
}

html {
  position: relative;
  font-size: 100%;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 0.01em) {
  html {
    font-size: 70%;
  }
}
@media (min-width: 20em) and (min-height: 30em) {
  html {
    font-size: 75%;
  }
}
@media (min-width: 50em) and (min-height: 35em) {
  html {
    font-size: 80%;
  }
}
@media (min-width: 90em) and (min-height: 40em) {
  html {
    font-size: 90%;
  }
}
@media (min-width: 110em) and (min-height: 45em) {
  html {
    font-size: 100%;
  }
}
@media (min-width: 120em) and (min-height: 45em) {
  html {
    font-size: 110%;
  }
}
html.touch {
  -webkit-text-size-adjust: none;
}

table {
  margin: 2rem auto;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
}
table td, table th {
  padding: 0.5em;
  border-bottom: 1px solid #f5f5f5;
}
@media (min-width: 80em) {
  table {
    font-size: 1em;
  }
  table td, table th {
    padding: 1em;
  }
}

b {
  font-weight: normal;
}

i {
  font-style: normal;
}

a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  word-break: break-word;
  transition: all 0.2s;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

a[href^=mailto], .url {
  word-break: break-word;
}

address {
  font-style: normal;
  font-size: 0.9em;
}

hr {
  clear: both;
  height: 0px;
  border: 0;
  border-top: 2px solid #ddd;
  margin: 2rem 0;
}

strong {
  font-weight: 700;
}

::-moz-selection {
  background: rgba(100, 216, 240, 0.5);
  text-shadow: none;
}

::-moz-selection, ::selection {
  background: rgba(100, 216, 240, 0.5);
  text-shadow: none;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  color: #000;
  font-weight: 300;
  line-height: 1.6;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 2.5rem 0;
}
@media screen and (min-width: 47em) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 5rem 0;
  }
  h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
    margin-top: 0;
  }
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  font-weight: 600;
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover {
  background-color: #FFFF6C;
  text-decoration-thickness: 1px;
}
h1 + .sub-heading, .h1 + .sub-heading, h2 + .sub-heading, .h2 + .sub-heading, h3 + .sub-heading, .h3 + .sub-heading, h4 + .sub-heading, .h4 + .sub-heading, h5 + .sub-heading, .h5 + .sub-heading, h6 + .sub-heading, .h6 + .sub-heading {
  margin-top: -2rem;
}

.landing-section .section-grid p {
  margin-bottom: 1.4285714286rem;
}
.landing-section .section-grid h1, .landing-section .section-grid .h1, .landing-section .section-grid h2, .landing-section .section-grid .h2, .landing-section .section-grid h3, .landing-section .section-grid .h3, .landing-section .section-grid h4, .landing-section .section-grid .h4, .landing-section .section-grid h5, .landing-section .section-grid .h5, .landing-section .section-grid h6, .landing-section .section-grid .h6 {
  margin-bottom: 1.4285714286rem;
  margin-top: 3.3333333333rem;
}
.landing-section .section-grid h1:first-child, .landing-section .section-grid .h1:first-child, .landing-section .section-grid h2:first-child, .landing-section .section-grid .h2:first-child, .landing-section .section-grid h3:first-child, .landing-section .section-grid .h3:first-child, .landing-section .section-grid h4:first-child, .landing-section .section-grid .h4:first-child, .landing-section .section-grid h5:first-child, .landing-section .section-grid .h5:first-child, .landing-section .section-grid h6:first-child, .landing-section .section-grid .h6:first-child {
  margin-top: 0;
}

a h1, a .h1, a h2, a .h2, a h3, a .h3, a h4, a .h4, a h5, a .h5, a h6, a .h6 {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
a:hover h1, a:hover .h1, a:hover h2, a:hover .h2, a:hover h3, a:hover .h3, a:hover h4, a:hover .h4, a:hover h5, a:hover .h5, a:hover h6, a:hover .h6 {
  text-decoration-thickness: 1px;
}
a.-ext {
  position: relative;
}
a.-ext:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: red;
  position: absolute;
  top: 0;
  right: 0;
}
a.-ext.box {
  padding-right: 4rem;
}
a.-ext.box:after {
  top: 2rem;
  right: 2rem;
}

.box > h1:first-child, .box > .h1:first-child, .box > h2:first-child, .box > .h2:first-child, .box > h3:first-child, .box > .h3:first-child, .box > h4:first-child, .box > .h4:first-child, .box > h5:first-child, .box > .h5:first-child, .box > h6:first-child, .box > .h6:first-child {
  margin-top: 0;
}

li > h1:first-child, li > .h1:first-child, li > h2:first-child, li > .h2:first-child, li > h3:first-child, li > .h3:first-child, li > h4:first-child, li > .h4:first-child, li > h5:first-child, li > .h5:first-child, li > h6:first-child, li > .h6:first-child, .timeline-item h1:first-child, .timeline-item .h1:first-child, .timeline-item h2:first-child, .timeline-item .h2:first-child, .timeline-item h3:first-child, .timeline-item .h3:first-child, .timeline-item h4:first-child, .timeline-item .h4:first-child, .timeline-item h5:first-child, .timeline-item .h5:first-child, .timeline-item h6:first-child, .timeline-item .h6:first-child {
  margin-top: 0;
}

p {
  margin: 0 0 2rem;
}
p:empty {
  margin: 0;
}

img, .video, blockquote {
  display: block;
  margin: 0 0 2rem;
}

h1, .h1 {
  font-size: 2.2em;
  letter-spacing: -0.01em;
  line-height: 1.2em;
  font-weight: 600;
}
@media screen and (min-width: 60em) {
  h1, .h1 {
    font-size: 3.2em;
  }
}
@media screen and (min-width: 79em) {
  h1, .h1 {
    font-size: 4.2em;
  }
}

h2, .h2, h2.h1.title-long {
  font-size: 2.2em;
  letter-spacing: -0.01em;
  line-height: 1.3em;
  font-weight: 600;
}
@media screen and (min-width: 60em) {
  h2, .h2, h2.h1.title-long {
    font-size: 3em;
  }
}

h3, .h3, h2.title-long {
  font-size: 1.6em;
  letter-spacing: -0.01em;
  line-height: 1.3em;
  font-weight: 600;
}
@media screen and (min-width: 60em) {
  h3, .h3, h2.title-long {
    font-size: 2em;
  }
}
@media screen and (min-width: 79em) {
  h3, .h3, h2.title-long {
    font-size: 2.3em;
  }
}

h4, .h4 {
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 60em) {
  h4, .h4 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 79em) {
  h4, .h4 {
    font-size: 1.6em;
  }
}

h5, .h5 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 2.5rem;
}

h6, .h6 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 2.5rem;
}

.label-title {
  font-weight: 300;
  color: rgba(125, 125, 125, 0.75);
}

acronym, abbr {
  border-bottom: 1px dotted #333;
}

strong,
.strong {
  font-weight: 900 !important;
}

em {
  font-style: italic;
}

.list-spaced > li {
  margin-bottom: 0.5rem;
}

.list-tight > li {
  line-height: 1.2;
  margin-bottom: 0.8em;
}

ul {
  margin: 0 0 2rem;
  padding-left: 1.5em;
}

ol {
  margin: 0 0 2rem;
  padding-left: 1.5em;
}

ul > li > ul, ul > li > ol, ol > li > ul, ol > li > ol {
  margin-bottom: 0;
}

dl {
  margin: 0 0 2rem;
}

dd {
  margin: 0 0 2rem;
}

hr {
  border-top: 1px solid #bfbfbf;
  margin: 4rem auto;
}
hr.compact {
  margin: 2rem auto;
}
hr.spaced {
  margin: 2rem auto 6rem;
}

figure {
  margin: 0 0 2rem;
}

blockquote {
  position: relative;
  padding: 0 0 0 2rem;
  margin: 0 0 2rem;
  font-size: 1.2em;
  line-height: 1.5;
  font-style: italic;
  font-weight: 300;
  border-left: 1rem solid #eee;
  /*
  &.quote-short {

    @media (min-width: 45em) {
      font-size: 1.8em;
    }
  }

  &.quote-long {

    @media (min-width: 45em) {
      font-size: 1.2em;
    }
  }
  */
}
@media (min-width: 45em) {
  blockquote {
    font-size: 1.5em;
  }
}
blockquote cite {
  font-style: normal;
}
blockquote p {
  margin: 0 0 0.5em;
  color: #000;
  font-weight: 300;
}
blockquote p:only-child {
  margin-bottom: 0;
}
blockquote cite,
blockquote .cite {
  font-style: normal;
  font-weight: 600;
  color: #000;
  display: block;
  margin: 1rem 0 0;
  font-size: 1rem;
}

pre {
  clear: both;
  font-size: 0.8em;
  margin: 1rem 0 2rem;
  padding: 1em;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  max-width: 100%;
  overflow: auto;
}

table th {
  padding-right: 0.5em;
}

.caps {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.big {
  font-size: 1.1rem;
}

.intro, .is-style-intro {
  font-size: 1.2rem;
  line-height: 1.3;
}
@media (min-width: 40em) {
  .intro, .is-style-intro {
    font-size: 1.35rem;
    line-height: 1.5;
  }
}

.intro-super {
  font-size: 1.2em;
}
@media (min-width: 40em) {
  .intro-super {
    font-size: 1.35em;
  }
}
@media (min-width: 60em) {
  .intro-super {
    font-size: 1.5em;
  }
}

.sub {
  font-size: 0.9em;
}
@media (min-width: 40em) {
  .sub {
    font-size: 0.85em;
  }
}

.sub-super, small {
  font-size: 0.85em;
}
@media (min-width: 40em) {
  .sub-super, small {
    font-size: 0.65em;
  }
}

* > .news-type {
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  padding: 0.2em 0.7em;
  border-radius: 0.5em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 0.75em;
  min-height: 1em;
}

a.news-type, a.news-type:visited {
  text-decoration: none;
}
a.news-type:hover, a.news-type:visited:hover {
  background: rgba(0, 0, 0, 0.15);
}

.refine-active a.news-type, .refine-active a.news-type:visited, .refine-active a.news-type:hover {
  background: #000;
  color: #fff;
  cursor: default;
}

.news-type-bullet {
  font-size: 0.6em;
  position: relative;
  top: 0.1em;
  margin-right: 1em;
  box-shadow: 0 0 0 3px #fff, 0 0 5px rgba(0, 0, 0, 0.75);
  border-radius: 50%;
}

.news-type-timeline-brand {
  background: #000;
}

.news-type-timeline-moves {
  background: #000;
}

.news-type-timeline-offices {
  background: #000;
}

.list-inline {
  margin-left: 0;
  padding-left: 0;
}
.list-inline li {
  list-style-type: none;
  display: inline-block;
  margin-right: 0.25em;
}

.list-unbulleted, .list-comma {
  padding-left: 0;
}
.list-unbulleted > li, .list-comma > li {
  list-style-type: none;
  margin-bottom: 0.25em;
  padding-left: 0;
}
.list-unbulleted > li:before, .list-comma > li:before {
  display: none;
}

.list-comma > li {
  display: inline;
}
.list-comma > li + li:after {
  content: ", ";
}

@media screen and (min-width: 60em) {
  .cols2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}

.list-links a {
  text-decoration: none;
}

.list-icons img {
  width: 1.5rem;
  height: auto;
  margin-right: 0.5rem;
}

[class^=list-icon-], .list-icon-fb {
  background: url(../img/soc-facebook.png) 0 0.3rem no-repeat;
  background-size: 1.25rem auto;
  padding-left: 2rem !important;
}

.list-icon-tw {
  background-image: url(../img/soc-twitter.png);
}

.list-icon-insta {
  background-image: url(../img/soc-instagram.png);
}

.visually-hidden,
.screen-reader-text {
  display: block;
  position: absolute;
  left: -9999em;
  clip: rect(0 0 0 0);
}
.visually-hidden:focus,
.screen-reader-text:focus {
  position: static;
  left: auto;
  clip: none;
}

.text-center, .align-center,
.text-centre, .align-centre {
  text-align: center !important;
}

.text-left, .align-left {
  text-align: left !important;
}

.text-right, .align-right {
  text-align: right !important;
}

.title {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}

.breadcrumbs {
  padding: 0;
  margin: 0;
}
.breadcrumbs li {
  display: inline;
  margin-right: 0.5rem;
}
.breadcrumbs li:after {
  content: "/";
  margin-left: 0.5rem;
  color: #fff;
}
.breadcrumbs li:before {
  display: none;
}
.breadcrumbs li a, .breadcrumbs li a:visited {
  color: #fff;
}
.breadcrumbs li a:hover, .breadcrumbs li a:visited:hover {
  color: #FFFF6C;
}

.spacer {
  padding: 0 1rem;
}

a[href^="mailto:"] {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.two-cols {
  width: 100%;
  -webkit-columns: 2 10em;
  -moz-columns: 2 10em;
  columns: 2 10em;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.two-cols li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.three-cols {
  width: 100%;
  -webkit-columns: 3 10em;
  -moz-columns: 3 10em;
  columns: 3 10em;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.three-cols li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.hidden {
  display: none;
}

.anchor {
  display: block;
  position: relative;
  top: -6rem;
  visibility: hidden;
  width: 100%;
  height: 1px;
  clear: left;
}

a.no-underline {
  text-decoration: none;
}

.margin-top {
  display: inline-block;
  margin-top: 2rem !important;
}

.margin-top-spaced {
  display: inline-block;
  margin-top: 4rem !important;
}

.margin-top-compact {
  display: inline-block;
  margin-top: 1rem !important;
}

.margin-top-supercompact {
  display: inline-block;
  margin-top: 0.5rem !important;
}

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

.margin-bottom {
  margin-bottom: 2rem !important;
}

.h5-margin-bottom-none h5,
.margin-bottom-none {
  margin-bottom: 0 !important;
}

.margin-bottom-spaced {
  margin-bottom: 4rem !important;
}
@media screen and (min-width: 60em) {
  .margin-bottom-spaced {
    margin-bottom: 5rem !important;
  }
}

.h2-margin-bottom-compact h2,
.margin-bottom-compact {
  margin-bottom: 1rem !important;
}

.margin-bottom-supercompact {
  margin-bottom: 0.5rem !important;
}

.margin-none {
  margin: 0 !important;
}

.margin-compact {
  margin: 0 0 1rem !important;
}

.margin-regular {
  margin: 0 0 2rem !important;
}

.margin-spaced,
.module-spaced {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.margin-spaced-more,
.section-spaced {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.debug * {
  box-shadow: 0 0 0.5em rgba(255, 0, 0, 0.75), inset 0 0 0.5em rgba(0, 255, 0, 0.75) !important;
}

.no-js .js-only {
  display: none;
}

.rounded {
  border-radius: 100%;
}
.rounded img {
  border-radius: 100%;
}

.link-block {
  display: block;
  text-decoration: none;
}
.link-block:hover .item-title {
  text-decoration: underline;
}

.color-base {
  color: #000 !important;
}

.color-black {
  color: #000 !important;
}

.no-margin {
  margin: 0;
}

.hide {
  display: none;
}

.grid, [class^=grid] {
  clear: both;
  padding: 0;
  margin: 0 -1rem;
}
.grid:after, [class^=grid]:after {
  content: "";
  display: table;
  clear: both;
}
.grid > *, [class^=grid] > * {
  display: block;
  float: left;
  list-style-type: none;
  box-sizing: border-box;
  width: 100%;
  padding: 0 1rem;
}

@media (min-width: 40em) {
  .grid-spaced {
    margin: 0 -0.5rem;
  }
  .grid-spaced > * {
    padding: 0 0.5rem;
  }
}

@media (min-width: 80em) {
  .grid-spaced-more {
    margin: 0 -1rem;
  }
  .grid-spaced-more > * {
    padding: 0 1rem;
  }
}

@media (min-width: 1em) {
  .grid-compact {
    margin: 0 -0.25rem;
  }
  .grid-compact > * {
    padding: 0 0.25rem;
  }
}

.grid-flush {
  margin: 0;
  margin: 0;
}
.grid-flush > * {
  padding: 0;
  padding: 0;
}

@media (min-width: 40em) {
  .grid-flexbox, .grid-flex {
    display: flex;
    flex-wrap: wrap;
  }
}
.col, [class^=col-] {
  display: block;
  float: left;
  clear: none;
}

[class^=grid] [class^=col-] {
  clear: none !important;
  min-height: 1px;
}

@media (min-width: 40em) {
  .grid-2-cols > * {
    float: left;
    width: 50%;
  }
  .grid-2-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-2-cols > *:nth-child(2n+3) {
    clear: left;
  }
  .col-1\/2:nth-child(n) {
    width: 50%;
  }
}
@media (min-width: 47em) {
  .grid-3-cols > * {
    float: left;
    width: 33.3323333333%;
  }
  .grid-3-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-3-cols > *:nth-child(3n+4) {
    clear: left;
  }
  .col-1\/3:nth-child(n) {
    width: 33.3323333333%;
  }
  .col-2\/3:nth-child(n) {
    width: 66.6656666667%;
  }
}
@media (min-width: 40em) {
  .grid-4-cols > * {
    float: left;
    width: 50%;
  }
  .grid-4-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-4-cols > *:nth-child(2n+3) {
    clear: left;
  }
}
@media (min-width: 60em) {
  .grid-4-cols > * {
    float: left;
    width: 25%;
  }
  .grid-4-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-4-cols > *:nth-child(4n+5) {
    clear: left;
  }
  .col-1\/4:nth-child(n) {
    width: 25%;
  }
  .col-3\/4:nth-child(n) {
    width: 75%;
  }
}
@media (min-width: 40em) {
  .grid-5-cols > * {
    float: left;
    width: 50%;
  }
  .grid-5-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols > *:nth-child(2n+3) {
    clear: left;
  }
}
@media (min-width: 47em) {
  .grid-5-cols > * {
    float: left;
    width: 33.3323333333%;
  }
  .grid-5-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols > *:nth-child(3n+4) {
    clear: left;
  }
}
@media (min-width: 70em) {
  .grid-5-cols > * {
    float: left;
    width: 20%;
  }
  .grid-5-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols > *:nth-child(5n+6) {
    clear: left;
  }
  .col-1\/5:nth-child(n) {
    width: 20%;
  }
  .col-2\/5:nth-child(n) {
    width: 40%;
  }
  .col-3\/5:nth-child(n) {
    width: 60%;
  }
  .col-4\/5:nth-child(n) {
    width: 80%;
  }
}
@media (min-width: 40em) {
  .grid-6-cols > * {
    float: left;
    width: 50%;
  }
  .grid-6-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols > *:nth-child(2n+3) {
    clear: left;
  }
}
@media (min-width: 47em) {
  .grid-6-cols > * {
    float: left;
    width: 33.3323333333%;
  }
  .grid-6-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols > *:nth-child(3n+4) {
    clear: left;
  }
}
@media (min-width: 60em) {
  .grid-6-cols > * {
    float: left;
    width: 25%;
  }
  .grid-6-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols > *:nth-child(4n+5) {
    clear: left;
  }
}
@media (min-width: 80em) {
  .grid-6-cols > * {
    float: left;
    width: 16.6656666667%;
  }
  .grid-6-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols > *:nth-child(6n+7) {
    clear: left;
  }
  .col-1\/6:nth-child(n) {
    width: 16.6656666667%;
  }
  .col-5\/6:nth-child(n) {
    width: 83.3323333333%;
  }
}
@media (min-width: 80em) {
  .grid-7-cols > * {
    float: left;
    width: 14.2847142857%;
  }
  .grid-7-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-7-cols > *:nth-child(7n+8) {
    clear: left;
  }
  .col-1\/7:nth-child(n) {
    width: 14.2847142857%;
  }
  .col-2\/7:nth-child(n) {
    width: 28.5704285714%;
  }
  .col-3\/7:nth-child(n) {
    width: 42.8561428571%;
  }
  .col-4\/7:nth-child(n) {
    width: 57.1418571429%;
  }
  .col-5\/7:nth-child(n) {
    width: 71.4275714286%;
  }
  .col-6\/7:nth-child(n) {
    width: 85.7132857143%;
  }
}
@media (min-width: 40em) {
  .grid-8-cols > * {
    float: left;
    width: 12.499%;
  }
  .grid-8-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-8-cols > *:nth-child(8n+9) {
    clear: left;
  }
}
@media (min-width: 60em) {
  .grid-8-cols > * {
    float: left;
    width: 12.499%;
  }
  .grid-8-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-8-cols > *:nth-child(8n+9) {
    clear: left;
  }
}
@media (min-width: 80em) {
  .grid-8-cols > * {
    float: left;
    width: 12.499%;
  }
  .grid-8-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-8-cols > *:nth-child(8n+9) {
    clear: left;
  }
  .col-1\/8:nth-child(n) {
    width: 12.499%;
  }
  .col-3\/8:nth-child(n) {
    width: 37.499%;
  }
  .col-5\/8:nth-child(n) {
    width: 62.499%;
  }
  .col-7\/8:nth-child(n) {
    width: 87.499%;
  }
}
@media (min-width: 40em) {
  .grid-8-cols > * {
    float: left;
    width: 50%;
  }
  .grid-8-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-8-cols > *:nth-child(2n+3) {
    clear: left;
  }
}
@media (min-width: 47em) {
  .grid-8-cols > * {
    float: left;
    width: 33.3323333333%;
  }
  .grid-8-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-8-cols > *:nth-child(3n+4) {
    clear: left;
  }
}
@media (min-width: 80em) {
  .grid-8-cols > * {
    float: left;
    width: 16.6656666667%;
  }
  .grid-8-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-8-cols > *:nth-child(6n+7) {
    clear: left;
  }
}
@media (min-width: 80em) {
  .grid-9-cols > * {
    float: left;
    width: 11.1101111111%;
  }
  .grid-9-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-9-cols > *:nth-child(9n+10) {
    clear: left;
  }
  .col-1\/9:nth-child(n) {
    width: 11.1101111111%;
  }
  .col-2\/9:nth-child(n) {
    width: 22.2212222222%;
  }
  .col-5\/9:nth-child(n) {
    width: 55.5545555556%;
  }
  .col-7\/9:nth-child(n) {
    width: 77.7767777778%;
  }
  .col-8\/9:nth-child(n) {
    width: 88.8878888889%;
  }
}
@media (min-width: 40em) {
  .grid-10-cols > * {
    float: left;
    width: 50%;
  }
  .grid-10-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-10-cols > *:nth-child(2n+3) {
    clear: left;
  }
}
@media (min-width: 60em) {
  .grid-10-cols > * {
    float: left;
    width: 25%;
  }
  .grid-10-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-10-cols > *:nth-child(4n+5) {
    clear: left;
  }
}
@media (min-width: 70em) {
  .grid-10-cols > * {
    float: left;
    width: 20%;
  }
  .grid-10-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-10-cols > *:nth-child(5n+6) {
    clear: left;
  }
}
@media (min-width: 80em) {
  .grid-10-cols > * {
    float: left;
    width: 10%;
  }
  .grid-10-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-10-cols > *:nth-child(10n+11) {
    clear: left;
  }
  .col-1\/10:nth-child(n) {
    width: 10%;
  }
  .col-3\/10:nth-child(n) {
    width: 30%;
  }
  .col-7\/10:nth-child(n) {
    width: 70%;
  }
  .col-9\/10:nth-child(n) {
    width: 90%;
  }
}
@media (min-width: 80em) {
  .grid-11-cols > * {
    float: left;
    width: 9.0899090909%;
  }
  .grid-11-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-11-cols > *:nth-child(11n+12) {
    clear: left;
  }
  .col-1\/11:nth-child(n) {
    width: 9.0899090909%;
  }
  .col-2\/11:nth-child(n) {
    width: 18.1808181818%;
  }
  .col-3\/11:nth-child(n) {
    width: 27.2717272727%;
  }
  .col-4\/11:nth-child(n) {
    width: 36.3626363636%;
  }
  .col-5\/11:nth-child(n) {
    width: 45.4535454545%;
  }
  .col-6\/11:nth-child(n) {
    width: 54.5444545455%;
  }
  .col-7\/11:nth-child(n) {
    width: 63.6353636364%;
  }
  .col-8\/11:nth-child(n) {
    width: 72.7262727273%;
  }
  .col-9\/11:nth-child(n) {
    width: 81.8171818182%;
  }
  .col-10\/11:nth-child(n) {
    width: 90.9080909091%;
  }
}
@media (min-width: 40em) {
  .grid-12-cols > * {
    float: left;
    width: 50%;
  }
  .grid-12-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-12-cols > *:nth-child(2n+3) {
    clear: left;
  }
}
@media (min-width: 60em) {
  .grid-12-cols > * {
    float: left;
    width: 25%;
  }
  .grid-12-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-12-cols > *:nth-child(4n+5) {
    clear: left;
  }
}
@media (min-width: 80em) {
  .grid-12-cols > * {
    float: left;
    width: 16.6656666667%;
  }
  .grid-12-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-12-cols > *:nth-child(6n+7) {
    clear: left;
  }
}
@media (min-width: 80em) {
  .grid-12-cols > * {
    float: left;
    width: 8.3323333333%;
  }
  .grid-12-cols > *:nth-child(n) {
    clear: none;
  }
  .grid-12-cols > *:nth-child(12n+13) {
    clear: left;
  }
  .col-1\/12:nth-child(n) {
    width: 8.3323333333%;
  }
  .col-5\/12:nth-child(n) {
    width: 41.6656666667%;
  }
  .col-7\/12:nth-child(n) {
    width: 58.3323333333%;
  }
  .col-11\/12:nth-child(n) {
    width: 75%;
  }
}
@media (min-width: 20em) {
  .grid-2-cols\@s1 > * {
    float: left;
    width: 50%;
  }
  .grid-2-cols\@s1 > *:nth-child(n) {
    clear: none;
  }
  .grid-2-cols\@s1 > *:nth-child(2n+3) {
    clear: left;
  }
  .col-1\/2\@s1:nth-child(n) {
    width: 50%;
  }
  .offset-1\/2\@s1 {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@s1 {
    margin-right: 50%;
  }
  .offset-none\@s1 {
    margin-left: 0;
  }
  .offset-reverse-none\@s1 {
    margin-right: 0;
  }
  .col-1\/2\@s1:nth-child(n) {
    width: 50%;
  }
}
@media (min-width: 20em) {
  .grid-3-cols\@s1 > * {
    float: left;
    width: 33.3323333333%;
  }
  .grid-3-cols\@s1 > *:nth-child(n) {
    clear: none;
  }
  .grid-3-cols\@s1 > *:nth-child(3n+4) {
    clear: left;
  }
  .col-1\/3\@s1:nth-child(n) {
    width: 33.3323333333%;
  }
  .offset-1\/3\@s1 {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@s1 {
    margin-right: 33.3323333333%;
  }
  .offset-none\@s1 {
    margin-left: 0;
  }
  .offset-reverse-none\@s1 {
    margin-right: 0;
  }
  .col-2\/3\@s1:nth-child(n) {
    width: 66.6656666667%;
  }
}
@media (min-width: 20em) {
  .grid-4-cols\@s1 > * {
    float: left;
    width: 25%;
  }
  .grid-4-cols\@s1 > *:nth-child(n) {
    clear: none;
  }
  .grid-4-cols\@s1 > *:nth-child(4n+5) {
    clear: left;
  }
  .col-1\/4\@s1:nth-child(n) {
    width: 25%;
  }
  .offset-1\/4\@s1 {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@s1 {
    margin-right: 25%;
  }
  .offset-none\@s1 {
    margin-left: 0;
  }
  .offset-reverse-none\@s1 {
    margin-right: 0;
  }
  .col-3\/4\@s1:nth-child(n) {
    width: 75%;
  }
}
@media (min-width: 20em) {
  .grid-5-cols\@s1 > * {
    float: left;
    width: 20%;
  }
  .grid-5-cols\@s1 > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols\@s1 > *:nth-child(5n+6) {
    clear: left;
  }
  .col-1\/5\@s1:nth-child(n) {
    width: 20%;
  }
  .offset-1\/5\@s1 {
    margin-left: 20%;
  }
  .offset-reverse-1\/5\@s1 {
    margin-right: 20%;
  }
  .offset-none\@s1 {
    margin-left: 0;
  }
  .offset-reverse-none\@s1 {
    margin-right: 0;
  }
  .col-2\/5\@s1:nth-child(n) {
    width: 40%;
  }
  .col-3\/5\@s1:nth-child(n) {
    width: 60%;
  }
  .col-4\/5\@s1:nth-child(n) {
    width: 80%;
  }
}
@media (min-width: 20em) {
  .grid-6-cols\@s1 > * {
    float: left;
    width: 16.6656666667%;
  }
  .grid-6-cols\@s1 > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols\@s1 > *:nth-child(6n+7) {
    clear: left;
  }
  .col-1\/6\@s1:nth-child(n) {
    width: 16.6656666667%;
  }
  .offset-1\/6\@s1 {
    margin-left: 16.6656666667%;
  }
  .offset-reverse-1\/6\@s1 {
    margin-right: 16.6656666667%;
  }
  .offset-none\@s1 {
    margin-left: 0;
  }
  .offset-reverse-none\@s1 {
    margin-right: 0;
  }
  .col-5\/6\@s1:nth-child(n) {
    width: 83.3323333333%;
  }
}
@media (min-width: 20em) {
  .grid-7-cols\@s1 > * {
    float: left;
    width: 14.2847142857%;
  }
  .grid-7-cols\@s1 > *:nth-child(n) {
    clear: none;
  }
  .grid-7-cols\@s1 > *:nth-child(7n+8) {
    clear: left;
  }
  .col-1\/7\@s1:nth-child(n) {
    width: 14.2847142857%;
  }
  .offset-1\/7\@s1 {
    margin-left: 14.2847142857%;
  }
  .offset-reverse-1\/7\@s1 {
    margin-right: 14.2847142857%;
  }
  .offset-none\@s1 {
    margin-left: 0;
  }
  .offset-reverse-none\@s1 {
    margin-right: 0;
  }
  .col-2\/7\@s1:nth-child(n) {
    width: 28.5704285714%;
  }
  .col-3\/7\@s1:nth-child(n) {
    width: 42.8561428571%;
  }
  .col-4\/7\@s1:nth-child(n) {
    width: 57.1418571429%;
  }
  .col-5\/7\@s1:nth-child(n) {
    width: 71.4275714286%;
  }
  .col-6\/7\@s1:nth-child(n) {
    width: 85.7132857143%;
  }
}
@media (min-width: 20em) {
  .grid-8-cols\@s1 > * {
    float: left;
    width: 12.499%;
  }
  .grid-8-cols\@s1 > *:nth-child(n) {
    clear: none;
  }
  .grid-8-cols\@s1 > *:nth-child(8n+9) {
    clear: left;
  }
  .col-1\/8\@s1:nth-child(n) {
    width: 12.499%;
  }
  .offset-1\/8\@s1 {
    margin-left: 12.499%;
  }
  .offset-reverse-1\/8\@s1 {
    margin-right: 12.499%;
  }
  .offset-none\@s1 {
    margin-left: 0;
  }
  .offset-reverse-none\@s1 {
    margin-right: 0;
  }
  .col-3\/8\@s1:nth-child(n) {
    width: 37.499%;
  }
  .col-5\/8\@s1:nth-child(n) {
    width: 62.499%;
  }
  .col-7\/8\@s1:nth-child(n) {
    width: 87.499%;
  }
}
@media (min-width: 20em) {
  .grid-9-cols\@s1 > * {
    float: left;
    width: 11.1101111111%;
  }
  .grid-9-cols\@s1 > *:nth-child(n) {
    clear: none;
  }
  .grid-9-cols\@s1 > *:nth-child(9n+10) {
    clear: left;
  }
  .col-1\/9\@s1:nth-child(n) {
    width: 11.1101111111%;
  }
  .offset-1\/9\@s1 {
    margin-left: 11.1101111111%;
  }
  .offset-reverse-1\/9\@s1 {
    margin-right: 11.1101111111%;
  }
  .offset-none\@s1 {
    margin-left: 0;
  }
  .offset-reverse-none\@s1 {
    margin-right: 0;
  }
  .col-2\/9\@s1:nth-child(n) {
    width: 22.2212222222%;
  }
  .col-4\/9\@s1:nth-child(n) {
    width: 44.4434444444%;
  }
  .col-5\/9\@s1:nth-child(n) {
    width: 55.5545555556%;
  }
  .col-7\/9\@s1:nth-child(n) {
    width: 77.7767777778%;
  }
  .col-8\/9\@s1:nth-child(n) {
    width: 88.8878888889%;
  }
}
@media (min-width: 20em) {
  .grid-10-cols\@s1 > * {
    float: left;
    width: 10%;
  }
  .grid-10-cols\@s1 > *:nth-child(n) {
    clear: none;
  }
  .grid-10-cols\@s1 > *:nth-child(10n+11) {
    clear: left;
  }
  .col-1\/10\@s1:nth-child(n) {
    width: 10%;
  }
  .offset-1\/10\@s1 {
    margin-left: 10%;
  }
  .offset-reverse-1\/10\@s1 {
    margin-right: 10%;
  }
  .offset-none\@s1 {
    margin-left: 0;
  }
  .offset-reverse-none\@s1 {
    margin-right: 0;
  }
  .col-3\/10\@s1:nth-child(n) {
    width: 30%;
  }
  .col-7\/10\@s1:nth-child(n) {
    width: 70%;
  }
  .col-9\/10\@s1:nth-child(n) {
    width: 90%;
  }
}
@media (min-width: 20em) {
  .grid-11-cols\@s1 > * {
    float: left;
    width: 9.0899090909%;
  }
  .grid-11-cols\@s1 > *:nth-child(n) {
    clear: none;
  }
  .grid-11-cols\@s1 > *:nth-child(11n+12) {
    clear: left;
  }
  .col-1\/11\@s1:nth-child(n) {
    width: 9.0899090909%;
  }
  .offset-1\/11\@s1 {
    margin-left: 9.0899090909%;
  }
  .offset-reverse-1\/11\@s1 {
    margin-right: 9.0899090909%;
  }
  .offset-none\@s1 {
    margin-left: 0;
  }
  .offset-reverse-none\@s1 {
    margin-right: 0;
  }
  .col-2\/11\@s1:nth-child(n) {
    width: 18.1808181818%;
  }
  .col-3\/11\@s1:nth-child(n) {
    width: 27.2717272727%;
  }
  .col-4\/11\@s1:nth-child(n) {
    width: 36.3626363636%;
  }
  .col-5\/11\@s1:nth-child(n) {
    width: 45.4535454545%;
  }
  .col-6\/11\@s1:nth-child(n) {
    width: 54.5444545455%;
  }
  .col-7\/11\@s1:nth-child(n) {
    width: 63.6353636364%;
  }
  .col-8\/11\@s1:nth-child(n) {
    width: 72.7262727273%;
  }
  .col-9\/11\@s1:nth-child(n) {
    width: 81.8171818182%;
  }
  .col-10\/11\@s1:nth-child(n) {
    width: 90.9080909091%;
  }
}
@media (min-width: 20em) {
  .grid-12-cols\@s1 > * {
    float: left;
    width: 8.3323333333%;
  }
  .grid-12-cols\@s1 > *:nth-child(n) {
    clear: none;
  }
  .grid-12-cols\@s1 > *:nth-child(12n+13) {
    clear: left;
  }
  .col-1\/12\@s1:nth-child(n) {
    width: 8.3323333333%;
  }
  .offset-1\/12\@s1 {
    margin-left: 8.3323333333%;
  }
  .offset-reverse-1\/12\@s1 {
    margin-right: 8.3323333333%;
  }
  .offset-none\@s1 {
    margin-left: 0;
  }
  .offset-reverse-none\@s1 {
    margin-right: 0;
  }
  .col-5\/12\@s1:nth-child(n) {
    width: 41.6656666667%;
  }
  .col-7\/12\@s1:nth-child(n) {
    width: 58.3323333333%;
  }
  .col-11\/12\@s1:nth-child(n) {
    width: 91.6656666667%;
  }
}
@media (min-width: 25em) {
  .grid-2-cols\@s2 > * {
    float: left;
    width: 50%;
  }
  .grid-2-cols\@s2 > *:nth-child(n) {
    clear: none;
  }
  .grid-2-cols\@s2 > *:nth-child(2n+3) {
    clear: left;
  }
  .col-1\/2\@s2:nth-child(n) {
    width: 50%;
  }
  .offset-1\/2\@s2 {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@s2 {
    margin-right: 50%;
  }
  .offset-none\@s2 {
    margin-left: 0;
  }
  .offset-reverse-none\@s2 {
    margin-right: 0;
  }
  .col-1\/2\@s2:nth-child(n) {
    width: 50%;
  }
}
@media (min-width: 25em) {
  .grid-3-cols\@s2 > * {
    float: left;
    width: 33.3323333333%;
  }
  .grid-3-cols\@s2 > *:nth-child(n) {
    clear: none;
  }
  .grid-3-cols\@s2 > *:nth-child(3n+4) {
    clear: left;
  }
  .col-1\/3\@s2:nth-child(n) {
    width: 33.3323333333%;
  }
  .offset-1\/3\@s2 {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@s2 {
    margin-right: 33.3323333333%;
  }
  .offset-none\@s2 {
    margin-left: 0;
  }
  .offset-reverse-none\@s2 {
    margin-right: 0;
  }
  .col-2\/3\@s2:nth-child(n) {
    width: 66.6656666667%;
  }
}
@media (min-width: 25em) {
  .grid-4-cols\@s2 > * {
    float: left;
    width: 25%;
  }
  .grid-4-cols\@s2 > *:nth-child(n) {
    clear: none;
  }
  .grid-4-cols\@s2 > *:nth-child(4n+5) {
    clear: left;
  }
  .col-1\/4\@s2:nth-child(n) {
    width: 25%;
  }
  .offset-1\/4\@s2 {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@s2 {
    margin-right: 25%;
  }
  .offset-none\@s2 {
    margin-left: 0;
  }
  .offset-reverse-none\@s2 {
    margin-right: 0;
  }
  .col-3\/4\@s2:nth-child(n) {
    width: 75%;
  }
}
@media (min-width: 25em) {
  .grid-5-cols\@s2 > * {
    float: left;
    width: 20%;
  }
  .grid-5-cols\@s2 > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols\@s2 > *:nth-child(5n+6) {
    clear: left;
  }
  .col-1\/5\@s2:nth-child(n) {
    width: 20%;
  }
  .offset-1\/5\@s2 {
    margin-left: 20%;
  }
  .offset-reverse-1\/5\@s2 {
    margin-right: 20%;
  }
  .offset-none\@s2 {
    margin-left: 0;
  }
  .offset-reverse-none\@s2 {
    margin-right: 0;
  }
  .col-2\/5\@s2:nth-child(n) {
    width: 40%;
  }
  .col-3\/5\@s2:nth-child(n) {
    width: 60%;
  }
  .col-4\/5\@s2:nth-child(n) {
    width: 80%;
  }
}
@media (min-width: 25em) {
  .grid-6-cols\@s2 > * {
    float: left;
    width: 16.6656666667%;
  }
  .grid-6-cols\@s2 > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols\@s2 > *:nth-child(6n+7) {
    clear: left;
  }
  .col-1\/6\@s2:nth-child(n) {
    width: 16.6656666667%;
  }
  .offset-1\/6\@s2 {
    margin-left: 16.6656666667%;
  }
  .offset-reverse-1\/6\@s2 {
    margin-right: 16.6656666667%;
  }
  .offset-none\@s2 {
    margin-left: 0;
  }
  .offset-reverse-none\@s2 {
    margin-right: 0;
  }
  .col-5\/6\@s2:nth-child(n) {
    width: 83.3323333333%;
  }
}
@media (min-width: 25em) {
  .grid-7-cols\@s2 > * {
    float: left;
    width: 14.2847142857%;
  }
  .grid-7-cols\@s2 > *:nth-child(n) {
    clear: none;
  }
  .grid-7-cols\@s2 > *:nth-child(7n+8) {
    clear: left;
  }
  .col-1\/7\@s2:nth-child(n) {
    width: 14.2847142857%;
  }
  .offset-1\/7\@s2 {
    margin-left: 14.2847142857%;
  }
  .offset-reverse-1\/7\@s2 {
    margin-right: 14.2847142857%;
  }
  .offset-none\@s2 {
    margin-left: 0;
  }
  .offset-reverse-none\@s2 {
    margin-right: 0;
  }
  .col-2\/7\@s2:nth-child(n) {
    width: 28.5704285714%;
  }
  .col-3\/7\@s2:nth-child(n) {
    width: 42.8561428571%;
  }
  .col-4\/7\@s2:nth-child(n) {
    width: 57.1418571429%;
  }
  .col-5\/7\@s2:nth-child(n) {
    width: 71.4275714286%;
  }
  .col-6\/7\@s2:nth-child(n) {
    width: 85.7132857143%;
  }
}
@media (min-width: 25em) {
  .grid-8-cols\@s2 > * {
    float: left;
    width: 12.499%;
  }
  .grid-8-cols\@s2 > *:nth-child(n) {
    clear: none;
  }
  .grid-8-cols\@s2 > *:nth-child(8n+9) {
    clear: left;
  }
  .col-1\/8\@s2:nth-child(n) {
    width: 12.499%;
  }
  .offset-1\/8\@s2 {
    margin-left: 12.499%;
  }
  .offset-reverse-1\/8\@s2 {
    margin-right: 12.499%;
  }
  .offset-none\@s2 {
    margin-left: 0;
  }
  .offset-reverse-none\@s2 {
    margin-right: 0;
  }
  .col-3\/8\@s2:nth-child(n) {
    width: 37.499%;
  }
  .col-5\/8\@s2:nth-child(n) {
    width: 62.499%;
  }
  .col-7\/8\@s2:nth-child(n) {
    width: 87.499%;
  }
}
@media (min-width: 25em) {
  .grid-9-cols\@s2 > * {
    float: left;
    width: 11.1101111111%;
  }
  .grid-9-cols\@s2 > *:nth-child(n) {
    clear: none;
  }
  .grid-9-cols\@s2 > *:nth-child(9n+10) {
    clear: left;
  }
  .col-1\/9\@s2:nth-child(n) {
    width: 11.1101111111%;
  }
  .offset-1\/9\@s2 {
    margin-left: 11.1101111111%;
  }
  .offset-reverse-1\/9\@s2 {
    margin-right: 11.1101111111%;
  }
  .offset-none\@s2 {
    margin-left: 0;
  }
  .offset-reverse-none\@s2 {
    margin-right: 0;
  }
  .col-2\/9\@s2:nth-child(n) {
    width: 22.2212222222%;
  }
  .col-4\/9\@s2:nth-child(n) {
    width: 44.4434444444%;
  }
  .col-5\/9\@s2:nth-child(n) {
    width: 55.5545555556%;
  }
  .col-7\/9\@s2:nth-child(n) {
    width: 77.7767777778%;
  }
  .col-8\/9\@s2:nth-child(n) {
    width: 88.8878888889%;
  }
}
@media (min-width: 25em) {
  .grid-10-cols\@s2 > * {
    float: left;
    width: 10%;
  }
  .grid-10-cols\@s2 > *:nth-child(n) {
    clear: none;
  }
  .grid-10-cols\@s2 > *:nth-child(10n+11) {
    clear: left;
  }
  .col-1\/10\@s2:nth-child(n) {
    width: 10%;
  }
  .offset-1\/10\@s2 {
    margin-left: 10%;
  }
  .offset-reverse-1\/10\@s2 {
    margin-right: 10%;
  }
  .offset-none\@s2 {
    margin-left: 0;
  }
  .offset-reverse-none\@s2 {
    margin-right: 0;
  }
  .col-3\/10\@s2:nth-child(n) {
    width: 30%;
  }
  .col-7\/10\@s2:nth-child(n) {
    width: 70%;
  }
  .col-9\/10\@s2:nth-child(n) {
    width: 90%;
  }
}
@media (min-width: 25em) {
  .grid-11-cols\@s2 > * {
    float: left;
    width: 9.0899090909%;
  }
  .grid-11-cols\@s2 > *:nth-child(n) {
    clear: none;
  }
  .grid-11-cols\@s2 > *:nth-child(11n+12) {
    clear: left;
  }
  .col-1\/11\@s2:nth-child(n) {
    width: 9.0899090909%;
  }
  .offset-1\/11\@s2 {
    margin-left: 9.0899090909%;
  }
  .offset-reverse-1\/11\@s2 {
    margin-right: 9.0899090909%;
  }
  .offset-none\@s2 {
    margin-left: 0;
  }
  .offset-reverse-none\@s2 {
    margin-right: 0;
  }
  .col-2\/11\@s2:nth-child(n) {
    width: 18.1808181818%;
  }
  .col-3\/11\@s2:nth-child(n) {
    width: 27.2717272727%;
  }
  .col-4\/11\@s2:nth-child(n) {
    width: 36.3626363636%;
  }
  .col-5\/11\@s2:nth-child(n) {
    width: 45.4535454545%;
  }
  .col-6\/11\@s2:nth-child(n) {
    width: 54.5444545455%;
  }
  .col-7\/11\@s2:nth-child(n) {
    width: 63.6353636364%;
  }
  .col-8\/11\@s2:nth-child(n) {
    width: 72.7262727273%;
  }
  .col-9\/11\@s2:nth-child(n) {
    width: 81.8171818182%;
  }
  .col-10\/11\@s2:nth-child(n) {
    width: 90.9080909091%;
  }
}
@media (min-width: 25em) {
  .grid-12-cols\@s2 > * {
    float: left;
    width: 8.3323333333%;
  }
  .grid-12-cols\@s2 > *:nth-child(n) {
    clear: none;
  }
  .grid-12-cols\@s2 > *:nth-child(12n+13) {
    clear: left;
  }
  .col-1\/12\@s2:nth-child(n) {
    width: 8.3323333333%;
  }
  .offset-1\/12\@s2 {
    margin-left: 8.3323333333%;
  }
  .offset-reverse-1\/12\@s2 {
    margin-right: 8.3323333333%;
  }
  .offset-none\@s2 {
    margin-left: 0;
  }
  .offset-reverse-none\@s2 {
    margin-right: 0;
  }
  .col-5\/12\@s2:nth-child(n) {
    width: 41.6656666667%;
  }
  .col-7\/12\@s2:nth-child(n) {
    width: 58.3323333333%;
  }
  .col-11\/12\@s2:nth-child(n) {
    width: 91.6656666667%;
  }
}
@media (min-width: 30em) {
  .grid-2-cols\@s3 > * {
    float: left;
    width: 50%;
  }
  .grid-2-cols\@s3 > *:nth-child(n) {
    clear: none;
  }
  .grid-2-cols\@s3 > *:nth-child(2n+3) {
    clear: left;
  }
  .col-1\/2\@s3:nth-child(n) {
    width: 50%;
  }
  .offset-1\/2\@s3 {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@s3 {
    margin-right: 50%;
  }
  .offset-none\@s3 {
    margin-left: 0;
  }
  .offset-reverse-none\@s3 {
    margin-right: 0;
  }
  .col-1\/2\@s3:nth-child(n) {
    width: 50%;
  }
}
@media (min-width: 30em) {
  .grid-3-cols\@s3 > * {
    float: left;
    width: 33.3323333333%;
  }
  .grid-3-cols\@s3 > *:nth-child(n) {
    clear: none;
  }
  .grid-3-cols\@s3 > *:nth-child(3n+4) {
    clear: left;
  }
  .col-1\/3\@s3:nth-child(n) {
    width: 33.3323333333%;
  }
  .offset-1\/3\@s3 {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@s3 {
    margin-right: 33.3323333333%;
  }
  .offset-none\@s3 {
    margin-left: 0;
  }
  .offset-reverse-none\@s3 {
    margin-right: 0;
  }
  .col-2\/3\@s3:nth-child(n) {
    width: 66.6656666667%;
  }
}
@media (min-width: 30em) {
  .grid-4-cols\@s3 > * {
    float: left;
    width: 25%;
  }
  .grid-4-cols\@s3 > *:nth-child(n) {
    clear: none;
  }
  .grid-4-cols\@s3 > *:nth-child(4n+5) {
    clear: left;
  }
  .col-1\/4\@s3:nth-child(n) {
    width: 25%;
  }
  .offset-1\/4\@s3 {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@s3 {
    margin-right: 25%;
  }
  .offset-none\@s3 {
    margin-left: 0;
  }
  .offset-reverse-none\@s3 {
    margin-right: 0;
  }
  .col-3\/4\@s3:nth-child(n) {
    width: 75%;
  }
}
@media (min-width: 30em) {
  .grid-5-cols\@s3 > * {
    float: left;
    width: 20%;
  }
  .grid-5-cols\@s3 > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols\@s3 > *:nth-child(5n+6) {
    clear: left;
  }
  .col-1\/5\@s3:nth-child(n) {
    width: 20%;
  }
  .offset-1\/5\@s3 {
    margin-left: 20%;
  }
  .offset-reverse-1\/5\@s3 {
    margin-right: 20%;
  }
  .offset-none\@s3 {
    margin-left: 0;
  }
  .offset-reverse-none\@s3 {
    margin-right: 0;
  }
  .col-2\/5\@s3:nth-child(n) {
    width: 40%;
  }
  .col-3\/5\@s3:nth-child(n) {
    width: 60%;
  }
  .col-4\/5\@s3:nth-child(n) {
    width: 80%;
  }
}
@media (min-width: 30em) {
  .grid-6-cols\@s3 > * {
    float: left;
    width: 16.6656666667%;
  }
  .grid-6-cols\@s3 > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols\@s3 > *:nth-child(6n+7) {
    clear: left;
  }
  .col-1\/6\@s3:nth-child(n) {
    width: 16.6656666667%;
  }
  .offset-1\/6\@s3 {
    margin-left: 16.6656666667%;
  }
  .offset-reverse-1\/6\@s3 {
    margin-right: 16.6656666667%;
  }
  .offset-none\@s3 {
    margin-left: 0;
  }
  .offset-reverse-none\@s3 {
    margin-right: 0;
  }
  .col-5\/6\@s3:nth-child(n) {
    width: 83.3323333333%;
  }
}
@media (min-width: 30em) {
  .grid-7-cols\@s3 > * {
    float: left;
    width: 14.2847142857%;
  }
  .grid-7-cols\@s3 > *:nth-child(n) {
    clear: none;
  }
  .grid-7-cols\@s3 > *:nth-child(7n+8) {
    clear: left;
  }
  .col-1\/7\@s3:nth-child(n) {
    width: 14.2847142857%;
  }
  .offset-1\/7\@s3 {
    margin-left: 14.2847142857%;
  }
  .offset-reverse-1\/7\@s3 {
    margin-right: 14.2847142857%;
  }
  .offset-none\@s3 {
    margin-left: 0;
  }
  .offset-reverse-none\@s3 {
    margin-right: 0;
  }
  .col-2\/7\@s3:nth-child(n) {
    width: 28.5704285714%;
  }
  .col-3\/7\@s3:nth-child(n) {
    width: 42.8561428571%;
  }
  .col-4\/7\@s3:nth-child(n) {
    width: 57.1418571429%;
  }
  .col-5\/7\@s3:nth-child(n) {
    width: 71.4275714286%;
  }
  .col-6\/7\@s3:nth-child(n) {
    width: 85.7132857143%;
  }
}
@media (min-width: 30em) {
  .grid-8-cols\@s3 > * {
    float: left;
    width: 12.499%;
  }
  .grid-8-cols\@s3 > *:nth-child(n) {
    clear: none;
  }
  .grid-8-cols\@s3 > *:nth-child(8n+9) {
    clear: left;
  }
  .col-1\/8\@s3:nth-child(n) {
    width: 12.499%;
  }
  .offset-1\/8\@s3 {
    margin-left: 12.499%;
  }
  .offset-reverse-1\/8\@s3 {
    margin-right: 12.499%;
  }
  .offset-none\@s3 {
    margin-left: 0;
  }
  .offset-reverse-none\@s3 {
    margin-right: 0;
  }
  .col-3\/8\@s3:nth-child(n) {
    width: 37.499%;
  }
  .col-5\/8\@s3:nth-child(n) {
    width: 62.499%;
  }
  .col-7\/8\@s3:nth-child(n) {
    width: 87.499%;
  }
}
@media (min-width: 30em) {
  .grid-9-cols\@s3 > * {
    float: left;
    width: 11.1101111111%;
  }
  .grid-9-cols\@s3 > *:nth-child(n) {
    clear: none;
  }
  .grid-9-cols\@s3 > *:nth-child(9n+10) {
    clear: left;
  }
  .col-1\/9\@s3:nth-child(n) {
    width: 11.1101111111%;
  }
  .offset-1\/9\@s3 {
    margin-left: 11.1101111111%;
  }
  .offset-reverse-1\/9\@s3 {
    margin-right: 11.1101111111%;
  }
  .offset-none\@s3 {
    margin-left: 0;
  }
  .offset-reverse-none\@s3 {
    margin-right: 0;
  }
  .col-2\/9\@s3:nth-child(n) {
    width: 22.2212222222%;
  }
  .col-4\/9\@s3:nth-child(n) {
    width: 44.4434444444%;
  }
  .col-5\/9\@s3:nth-child(n) {
    width: 55.5545555556%;
  }
  .col-7\/9\@s3:nth-child(n) {
    width: 77.7767777778%;
  }
  .col-8\/9\@s3:nth-child(n) {
    width: 88.8878888889%;
  }
}
@media (min-width: 30em) {
  .grid-10-cols\@s3 > * {
    float: left;
    width: 10%;
  }
  .grid-10-cols\@s3 > *:nth-child(n) {
    clear: none;
  }
  .grid-10-cols\@s3 > *:nth-child(10n+11) {
    clear: left;
  }
  .col-1\/10\@s3:nth-child(n) {
    width: 10%;
  }
  .offset-1\/10\@s3 {
    margin-left: 10%;
  }
  .offset-reverse-1\/10\@s3 {
    margin-right: 10%;
  }
  .offset-none\@s3 {
    margin-left: 0;
  }
  .offset-reverse-none\@s3 {
    margin-right: 0;
  }
  .col-3\/10\@s3:nth-child(n) {
    width: 30%;
  }
  .col-7\/10\@s3:nth-child(n) {
    width: 70%;
  }
  .col-9\/10\@s3:nth-child(n) {
    width: 90%;
  }
}
@media (min-width: 30em) {
  .grid-11-cols\@s3 > * {
    float: left;
    width: 9.0899090909%;
  }
  .grid-11-cols\@s3 > *:nth-child(n) {
    clear: none;
  }
  .grid-11-cols\@s3 > *:nth-child(11n+12) {
    clear: left;
  }
  .col-1\/11\@s3:nth-child(n) {
    width: 9.0899090909%;
  }
  .offset-1\/11\@s3 {
    margin-left: 9.0899090909%;
  }
  .offset-reverse-1\/11\@s3 {
    margin-right: 9.0899090909%;
  }
  .offset-none\@s3 {
    margin-left: 0;
  }
  .offset-reverse-none\@s3 {
    margin-right: 0;
  }
  .col-2\/11\@s3:nth-child(n) {
    width: 18.1808181818%;
  }
  .col-3\/11\@s3:nth-child(n) {
    width: 27.2717272727%;
  }
  .col-4\/11\@s3:nth-child(n) {
    width: 36.3626363636%;
  }
  .col-5\/11\@s3:nth-child(n) {
    width: 45.4535454545%;
  }
  .col-6\/11\@s3:nth-child(n) {
    width: 54.5444545455%;
  }
  .col-7\/11\@s3:nth-child(n) {
    width: 63.6353636364%;
  }
  .col-8\/11\@s3:nth-child(n) {
    width: 72.7262727273%;
  }
  .col-9\/11\@s3:nth-child(n) {
    width: 81.8171818182%;
  }
  .col-10\/11\@s3:nth-child(n) {
    width: 90.9080909091%;
  }
}
@media (min-width: 30em) {
  .grid-12-cols\@s3 > * {
    float: left;
    width: 8.3323333333%;
  }
  .grid-12-cols\@s3 > *:nth-child(n) {
    clear: none;
  }
  .grid-12-cols\@s3 > *:nth-child(12n+13) {
    clear: left;
  }
  .col-1\/12\@s3:nth-child(n) {
    width: 8.3323333333%;
  }
  .offset-1\/12\@s3 {
    margin-left: 8.3323333333%;
  }
  .offset-reverse-1\/12\@s3 {
    margin-right: 8.3323333333%;
  }
  .offset-none\@s3 {
    margin-left: 0;
  }
  .offset-reverse-none\@s3 {
    margin-right: 0;
  }
  .col-5\/12\@s3:nth-child(n) {
    width: 41.6656666667%;
  }
  .col-7\/12\@s3:nth-child(n) {
    width: 58.3323333333%;
  }
  .col-11\/12\@s3:nth-child(n) {
    width: 91.6656666667%;
  }
}
@media (min-width: 40em) {
  .grid-2-cols\@s4 > * {
    float: left;
    width: 50%;
  }
  .grid-2-cols\@s4 > *:nth-child(n) {
    clear: none;
  }
  .grid-2-cols\@s4 > *:nth-child(2n+3) {
    clear: left;
  }
  .col-1\/2\@s4:nth-child(n) {
    width: 50%;
  }
  .offset-1\/2\@s4 {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@s4 {
    margin-right: 50%;
  }
  .offset-none\@s4 {
    margin-left: 0;
  }
  .offset-reverse-none\@s4 {
    margin-right: 0;
  }
  .col-1\/2\@s4:nth-child(n) {
    width: 50%;
  }
}
@media (min-width: 40em) {
  .grid-3-cols\@s4 > * {
    float: left;
    width: 33.3323333333%;
  }
  .grid-3-cols\@s4 > *:nth-child(n) {
    clear: none;
  }
  .grid-3-cols\@s4 > *:nth-child(3n+4) {
    clear: left;
  }
  .col-1\/3\@s4:nth-child(n) {
    width: 33.3323333333%;
  }
  .offset-1\/3\@s4 {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@s4 {
    margin-right: 33.3323333333%;
  }
  .offset-none\@s4 {
    margin-left: 0;
  }
  .offset-reverse-none\@s4 {
    margin-right: 0;
  }
  .col-2\/3\@s4:nth-child(n) {
    width: 66.6656666667%;
  }
}
@media (min-width: 40em) {
  .grid-4-cols\@s4 > * {
    float: left;
    width: 25%;
  }
  .grid-4-cols\@s4 > *:nth-child(n) {
    clear: none;
  }
  .grid-4-cols\@s4 > *:nth-child(4n+5) {
    clear: left;
  }
  .col-1\/4\@s4:nth-child(n) {
    width: 25%;
  }
  .offset-1\/4\@s4 {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@s4 {
    margin-right: 25%;
  }
  .offset-none\@s4 {
    margin-left: 0;
  }
  .offset-reverse-none\@s4 {
    margin-right: 0;
  }
  .col-3\/4\@s4:nth-child(n) {
    width: 75%;
  }
}
@media (min-width: 40em) {
  .grid-5-cols\@s4 > * {
    float: left;
    width: 20%;
  }
  .grid-5-cols\@s4 > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols\@s4 > *:nth-child(5n+6) {
    clear: left;
  }
  .col-1\/5\@s4:nth-child(n) {
    width: 20%;
  }
  .offset-1\/5\@s4 {
    margin-left: 20%;
  }
  .offset-reverse-1\/5\@s4 {
    margin-right: 20%;
  }
  .offset-none\@s4 {
    margin-left: 0;
  }
  .offset-reverse-none\@s4 {
    margin-right: 0;
  }
  .col-2\/5\@s4:nth-child(n) {
    width: 40%;
  }
  .col-3\/5\@s4:nth-child(n) {
    width: 60%;
  }
  .col-4\/5\@s4:nth-child(n) {
    width: 80%;
  }
}
@media (min-width: 40em) {
  .grid-6-cols\@s4 > * {
    float: left;
    width: 16.6656666667%;
  }
  .grid-6-cols\@s4 > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols\@s4 > *:nth-child(6n+7) {
    clear: left;
  }
  .col-1\/6\@s4:nth-child(n) {
    width: 16.6656666667%;
  }
  .offset-1\/6\@s4 {
    margin-left: 16.6656666667%;
  }
  .offset-reverse-1\/6\@s4 {
    margin-right: 16.6656666667%;
  }
  .offset-none\@s4 {
    margin-left: 0;
  }
  .offset-reverse-none\@s4 {
    margin-right: 0;
  }
  .col-5\/6\@s4:nth-child(n) {
    width: 83.3323333333%;
  }
}
@media (min-width: 40em) {
  .grid-7-cols\@s4 > * {
    float: left;
    width: 14.2847142857%;
  }
  .grid-7-cols\@s4 > *:nth-child(n) {
    clear: none;
  }
  .grid-7-cols\@s4 > *:nth-child(7n+8) {
    clear: left;
  }
  .col-1\/7\@s4:nth-child(n) {
    width: 14.2847142857%;
  }
  .offset-1\/7\@s4 {
    margin-left: 14.2847142857%;
  }
  .offset-reverse-1\/7\@s4 {
    margin-right: 14.2847142857%;
  }
  .offset-none\@s4 {
    margin-left: 0;
  }
  .offset-reverse-none\@s4 {
    margin-right: 0;
  }
  .col-2\/7\@s4:nth-child(n) {
    width: 28.5704285714%;
  }
  .col-3\/7\@s4:nth-child(n) {
    width: 42.8561428571%;
  }
  .col-4\/7\@s4:nth-child(n) {
    width: 57.1418571429%;
  }
  .col-5\/7\@s4:nth-child(n) {
    width: 71.4275714286%;
  }
  .col-6\/7\@s4:nth-child(n) {
    width: 85.7132857143%;
  }
}
@media (min-width: 40em) {
  .grid-8-cols\@s4 > * {
    float: left;
    width: 12.499%;
  }
  .grid-8-cols\@s4 > *:nth-child(n) {
    clear: none;
  }
  .grid-8-cols\@s4 > *:nth-child(8n+9) {
    clear: left;
  }
  .col-1\/8\@s4:nth-child(n) {
    width: 12.499%;
  }
  .offset-1\/8\@s4 {
    margin-left: 12.499%;
  }
  .offset-reverse-1\/8\@s4 {
    margin-right: 12.499%;
  }
  .offset-none\@s4 {
    margin-left: 0;
  }
  .offset-reverse-none\@s4 {
    margin-right: 0;
  }
  .col-3\/8\@s4:nth-child(n) {
    width: 37.499%;
  }
  .col-5\/8\@s4:nth-child(n) {
    width: 62.499%;
  }
  .col-7\/8\@s4:nth-child(n) {
    width: 87.499%;
  }
}
@media (min-width: 40em) {
  .grid-9-cols\@s4 > * {
    float: left;
    width: 11.1101111111%;
  }
  .grid-9-cols\@s4 > *:nth-child(n) {
    clear: none;
  }
  .grid-9-cols\@s4 > *:nth-child(9n+10) {
    clear: left;
  }
  .col-1\/9\@s4:nth-child(n) {
    width: 11.1101111111%;
  }
  .offset-1\/9\@s4 {
    margin-left: 11.1101111111%;
  }
  .offset-reverse-1\/9\@s4 {
    margin-right: 11.1101111111%;
  }
  .offset-none\@s4 {
    margin-left: 0;
  }
  .offset-reverse-none\@s4 {
    margin-right: 0;
  }
  .col-2\/9\@s4:nth-child(n) {
    width: 22.2212222222%;
  }
  .col-4\/9\@s4:nth-child(n) {
    width: 44.4434444444%;
  }
  .col-5\/9\@s4:nth-child(n) {
    width: 55.5545555556%;
  }
  .col-7\/9\@s4:nth-child(n) {
    width: 77.7767777778%;
  }
  .col-8\/9\@s4:nth-child(n) {
    width: 88.8878888889%;
  }
}
@media (min-width: 40em) {
  .grid-10-cols\@s4 > * {
    float: left;
    width: 10%;
  }
  .grid-10-cols\@s4 > *:nth-child(n) {
    clear: none;
  }
  .grid-10-cols\@s4 > *:nth-child(10n+11) {
    clear: left;
  }
  .col-1\/10\@s4:nth-child(n) {
    width: 10%;
  }
  .offset-1\/10\@s4 {
    margin-left: 10%;
  }
  .offset-reverse-1\/10\@s4 {
    margin-right: 10%;
  }
  .offset-none\@s4 {
    margin-left: 0;
  }
  .offset-reverse-none\@s4 {
    margin-right: 0;
  }
  .col-3\/10\@s4:nth-child(n) {
    width: 30%;
  }
  .col-7\/10\@s4:nth-child(n) {
    width: 70%;
  }
  .col-9\/10\@s4:nth-child(n) {
    width: 90%;
  }
}
@media (min-width: 40em) {
  .grid-11-cols\@s4 > * {
    float: left;
    width: 9.0899090909%;
  }
  .grid-11-cols\@s4 > *:nth-child(n) {
    clear: none;
  }
  .grid-11-cols\@s4 > *:nth-child(11n+12) {
    clear: left;
  }
  .col-1\/11\@s4:nth-child(n) {
    width: 9.0899090909%;
  }
  .offset-1\/11\@s4 {
    margin-left: 9.0899090909%;
  }
  .offset-reverse-1\/11\@s4 {
    margin-right: 9.0899090909%;
  }
  .offset-none\@s4 {
    margin-left: 0;
  }
  .offset-reverse-none\@s4 {
    margin-right: 0;
  }
  .col-2\/11\@s4:nth-child(n) {
    width: 18.1808181818%;
  }
  .col-3\/11\@s4:nth-child(n) {
    width: 27.2717272727%;
  }
  .col-4\/11\@s4:nth-child(n) {
    width: 36.3626363636%;
  }
  .col-5\/11\@s4:nth-child(n) {
    width: 45.4535454545%;
  }
  .col-6\/11\@s4:nth-child(n) {
    width: 54.5444545455%;
  }
  .col-7\/11\@s4:nth-child(n) {
    width: 63.6353636364%;
  }
  .col-8\/11\@s4:nth-child(n) {
    width: 72.7262727273%;
  }
  .col-9\/11\@s4:nth-child(n) {
    width: 81.8171818182%;
  }
  .col-10\/11\@s4:nth-child(n) {
    width: 90.9080909091%;
  }
}
@media (min-width: 40em) {
  .grid-12-cols\@s4 > * {
    float: left;
    width: 8.3323333333%;
  }
  .grid-12-cols\@s4 > *:nth-child(n) {
    clear: none;
  }
  .grid-12-cols\@s4 > *:nth-child(12n+13) {
    clear: left;
  }
  .col-1\/12\@s4:nth-child(n) {
    width: 8.3323333333%;
  }
  .offset-1\/12\@s4 {
    margin-left: 8.3323333333%;
  }
  .offset-reverse-1\/12\@s4 {
    margin-right: 8.3323333333%;
  }
  .offset-none\@s4 {
    margin-left: 0;
  }
  .offset-reverse-none\@s4 {
    margin-right: 0;
  }
  .col-5\/12\@s4:nth-child(n) {
    width: 41.6656666667%;
  }
  .col-7\/12\@s4:nth-child(n) {
    width: 58.3323333333%;
  }
  .col-11\/12\@s4:nth-child(n) {
    width: 91.6656666667%;
  }
}
@media (min-width: 47em) {
  .grid-2-cols\@s5 > * {
    float: left;
    width: 50%;
  }
  .grid-2-cols\@s5 > *:nth-child(n) {
    clear: none;
  }
  .grid-2-cols\@s5 > *:nth-child(2n+3) {
    clear: left;
  }
  .col-1\/2\@s5:nth-child(n) {
    width: 50%;
  }
  .offset-1\/2\@s5 {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@s5 {
    margin-right: 50%;
  }
  .offset-none\@s5 {
    margin-left: 0;
  }
  .offset-reverse-none\@s5 {
    margin-right: 0;
  }
  .col-1\/2\@s5:nth-child(n) {
    width: 50%;
  }
}
@media (min-width: 47em) {
  .grid-3-cols\@s5 > * {
    float: left;
    width: 33.3323333333%;
  }
  .grid-3-cols\@s5 > *:nth-child(n) {
    clear: none;
  }
  .grid-3-cols\@s5 > *:nth-child(3n+4) {
    clear: left;
  }
  .col-1\/3\@s5:nth-child(n) {
    width: 33.3323333333%;
  }
  .offset-1\/3\@s5 {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@s5 {
    margin-right: 33.3323333333%;
  }
  .offset-none\@s5 {
    margin-left: 0;
  }
  .offset-reverse-none\@s5 {
    margin-right: 0;
  }
  .col-2\/3\@s5:nth-child(n) {
    width: 66.6656666667%;
  }
}
@media (min-width: 47em) {
  .grid-4-cols\@s5 > * {
    float: left;
    width: 25%;
  }
  .grid-4-cols\@s5 > *:nth-child(n) {
    clear: none;
  }
  .grid-4-cols\@s5 > *:nth-child(4n+5) {
    clear: left;
  }
  .col-1\/4\@s5:nth-child(n) {
    width: 25%;
  }
  .offset-1\/4\@s5 {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@s5 {
    margin-right: 25%;
  }
  .offset-none\@s5 {
    margin-left: 0;
  }
  .offset-reverse-none\@s5 {
    margin-right: 0;
  }
  .col-3\/4\@s5:nth-child(n) {
    width: 75%;
  }
}
@media (min-width: 47em) {
  .grid-5-cols\@s5 > * {
    float: left;
    width: 20%;
  }
  .grid-5-cols\@s5 > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols\@s5 > *:nth-child(5n+6) {
    clear: left;
  }
  .col-1\/5\@s5:nth-child(n) {
    width: 20%;
  }
  .offset-1\/5\@s5 {
    margin-left: 20%;
  }
  .offset-reverse-1\/5\@s5 {
    margin-right: 20%;
  }
  .offset-none\@s5 {
    margin-left: 0;
  }
  .offset-reverse-none\@s5 {
    margin-right: 0;
  }
  .col-2\/5\@s5:nth-child(n) {
    width: 40%;
  }
  .col-3\/5\@s5:nth-child(n) {
    width: 60%;
  }
  .col-4\/5\@s5:nth-child(n) {
    width: 80%;
  }
}
@media (min-width: 47em) {
  .grid-6-cols\@s5 > * {
    float: left;
    width: 16.6656666667%;
  }
  .grid-6-cols\@s5 > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols\@s5 > *:nth-child(6n+7) {
    clear: left;
  }
  .col-1\/6\@s5:nth-child(n) {
    width: 16.6656666667%;
  }
  .offset-1\/6\@s5 {
    margin-left: 16.6656666667%;
  }
  .offset-reverse-1\/6\@s5 {
    margin-right: 16.6656666667%;
  }
  .offset-none\@s5 {
    margin-left: 0;
  }
  .offset-reverse-none\@s5 {
    margin-right: 0;
  }
  .col-5\/6\@s5:nth-child(n) {
    width: 83.3323333333%;
  }
}
@media (min-width: 47em) {
  .grid-7-cols\@s5 > * {
    float: left;
    width: 14.2847142857%;
  }
  .grid-7-cols\@s5 > *:nth-child(n) {
    clear: none;
  }
  .grid-7-cols\@s5 > *:nth-child(7n+8) {
    clear: left;
  }
  .col-1\/7\@s5:nth-child(n) {
    width: 14.2847142857%;
  }
  .offset-1\/7\@s5 {
    margin-left: 14.2847142857%;
  }
  .offset-reverse-1\/7\@s5 {
    margin-right: 14.2847142857%;
  }
  .offset-none\@s5 {
    margin-left: 0;
  }
  .offset-reverse-none\@s5 {
    margin-right: 0;
  }
  .col-2\/7\@s5:nth-child(n) {
    width: 28.5704285714%;
  }
  .col-3\/7\@s5:nth-child(n) {
    width: 42.8561428571%;
  }
  .col-4\/7\@s5:nth-child(n) {
    width: 57.1418571429%;
  }
  .col-5\/7\@s5:nth-child(n) {
    width: 71.4275714286%;
  }
  .col-6\/7\@s5:nth-child(n) {
    width: 85.7132857143%;
  }
}
@media (min-width: 47em) {
  .grid-8-cols\@s5 > * {
    float: left;
    width: 12.499%;
  }
  .grid-8-cols\@s5 > *:nth-child(n) {
    clear: none;
  }
  .grid-8-cols\@s5 > *:nth-child(8n+9) {
    clear: left;
  }
  .col-1\/8\@s5:nth-child(n) {
    width: 12.499%;
  }
  .offset-1\/8\@s5 {
    margin-left: 12.499%;
  }
  .offset-reverse-1\/8\@s5 {
    margin-right: 12.499%;
  }
  .offset-none\@s5 {
    margin-left: 0;
  }
  .offset-reverse-none\@s5 {
    margin-right: 0;
  }
  .col-3\/8\@s5:nth-child(n) {
    width: 37.499%;
  }
  .col-5\/8\@s5:nth-child(n) {
    width: 62.499%;
  }
  .col-7\/8\@s5:nth-child(n) {
    width: 87.499%;
  }
}
@media (min-width: 47em) {
  .grid-9-cols\@s5 > * {
    float: left;
    width: 11.1101111111%;
  }
  .grid-9-cols\@s5 > *:nth-child(n) {
    clear: none;
  }
  .grid-9-cols\@s5 > *:nth-child(9n+10) {
    clear: left;
  }
  .col-1\/9\@s5:nth-child(n) {
    width: 11.1101111111%;
  }
  .offset-1\/9\@s5 {
    margin-left: 11.1101111111%;
  }
  .offset-reverse-1\/9\@s5 {
    margin-right: 11.1101111111%;
  }
  .offset-none\@s5 {
    margin-left: 0;
  }
  .offset-reverse-none\@s5 {
    margin-right: 0;
  }
  .col-2\/9\@s5:nth-child(n) {
    width: 22.2212222222%;
  }
  .col-4\/9\@s5:nth-child(n) {
    width: 44.4434444444%;
  }
  .col-5\/9\@s5:nth-child(n) {
    width: 55.5545555556%;
  }
  .col-7\/9\@s5:nth-child(n) {
    width: 77.7767777778%;
  }
  .col-8\/9\@s5:nth-child(n) {
    width: 88.8878888889%;
  }
}
@media (min-width: 47em) {
  .grid-10-cols\@s5 > * {
    float: left;
    width: 10%;
  }
  .grid-10-cols\@s5 > *:nth-child(n) {
    clear: none;
  }
  .grid-10-cols\@s5 > *:nth-child(10n+11) {
    clear: left;
  }
  .col-1\/10\@s5:nth-child(n) {
    width: 10%;
  }
  .offset-1\/10\@s5 {
    margin-left: 10%;
  }
  .offset-reverse-1\/10\@s5 {
    margin-right: 10%;
  }
  .offset-none\@s5 {
    margin-left: 0;
  }
  .offset-reverse-none\@s5 {
    margin-right: 0;
  }
  .col-3\/10\@s5:nth-child(n) {
    width: 30%;
  }
  .col-7\/10\@s5:nth-child(n) {
    width: 70%;
  }
  .col-9\/10\@s5:nth-child(n) {
    width: 90%;
  }
}
@media (min-width: 47em) {
  .grid-11-cols\@s5 > * {
    float: left;
    width: 9.0899090909%;
  }
  .grid-11-cols\@s5 > *:nth-child(n) {
    clear: none;
  }
  .grid-11-cols\@s5 > *:nth-child(11n+12) {
    clear: left;
  }
  .col-1\/11\@s5:nth-child(n) {
    width: 9.0899090909%;
  }
  .offset-1\/11\@s5 {
    margin-left: 9.0899090909%;
  }
  .offset-reverse-1\/11\@s5 {
    margin-right: 9.0899090909%;
  }
  .offset-none\@s5 {
    margin-left: 0;
  }
  .offset-reverse-none\@s5 {
    margin-right: 0;
  }
  .col-2\/11\@s5:nth-child(n) {
    width: 18.1808181818%;
  }
  .col-3\/11\@s5:nth-child(n) {
    width: 27.2717272727%;
  }
  .col-4\/11\@s5:nth-child(n) {
    width: 36.3626363636%;
  }
  .col-5\/11\@s5:nth-child(n) {
    width: 45.4535454545%;
  }
  .col-6\/11\@s5:nth-child(n) {
    width: 54.5444545455%;
  }
  .col-7\/11\@s5:nth-child(n) {
    width: 63.6353636364%;
  }
  .col-8\/11\@s5:nth-child(n) {
    width: 72.7262727273%;
  }
  .col-9\/11\@s5:nth-child(n) {
    width: 81.8171818182%;
  }
  .col-10\/11\@s5:nth-child(n) {
    width: 90.9080909091%;
  }
}
@media (min-width: 47em) {
  .grid-12-cols\@s5 > * {
    float: left;
    width: 8.3323333333%;
  }
  .grid-12-cols\@s5 > *:nth-child(n) {
    clear: none;
  }
  .grid-12-cols\@s5 > *:nth-child(12n+13) {
    clear: left;
  }
  .col-1\/12\@s5:nth-child(n) {
    width: 8.3323333333%;
  }
  .offset-1\/12\@s5 {
    margin-left: 8.3323333333%;
  }
  .offset-reverse-1\/12\@s5 {
    margin-right: 8.3323333333%;
  }
  .offset-none\@s5 {
    margin-left: 0;
  }
  .offset-reverse-none\@s5 {
    margin-right: 0;
  }
  .col-5\/12\@s5:nth-child(n) {
    width: 41.6656666667%;
  }
  .col-7\/12\@s5:nth-child(n) {
    width: 58.3323333333%;
  }
  .col-11\/12\@s5:nth-child(n) {
    width: 91.6656666667%;
  }
}
@media (min-width: 60em) {
  .grid-2-cols\@s6 > * {
    float: left;
    width: 50%;
  }
  .grid-2-cols\@s6 > *:nth-child(n) {
    clear: none;
  }
  .grid-2-cols\@s6 > *:nth-child(2n+3) {
    clear: left;
  }
  .col-1\/2\@s6:nth-child(n) {
    width: 50%;
  }
  .offset-1\/2\@s6 {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@s6 {
    margin-right: 50%;
  }
  .offset-none\@s6 {
    margin-left: 0;
  }
  .offset-reverse-none\@s6 {
    margin-right: 0;
  }
  .col-1\/2\@s6:nth-child(n) {
    width: 50%;
  }
}
@media (min-width: 60em) {
  .grid-3-cols\@s6 > * {
    float: left;
    width: 33.3323333333%;
  }
  .grid-3-cols\@s6 > *:nth-child(n) {
    clear: none;
  }
  .grid-3-cols\@s6 > *:nth-child(3n+4) {
    clear: left;
  }
  .col-1\/3\@s6:nth-child(n) {
    width: 33.3323333333%;
  }
  .offset-1\/3\@s6 {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@s6 {
    margin-right: 33.3323333333%;
  }
  .offset-none\@s6 {
    margin-left: 0;
  }
  .offset-reverse-none\@s6 {
    margin-right: 0;
  }
  .col-2\/3\@s6:nth-child(n) {
    width: 66.6656666667%;
  }
}
@media (min-width: 60em) {
  .grid-4-cols\@s6 > * {
    float: left;
    width: 25%;
  }
  .grid-4-cols\@s6 > *:nth-child(n) {
    clear: none;
  }
  .grid-4-cols\@s6 > *:nth-child(4n+5) {
    clear: left;
  }
  .col-1\/4\@s6:nth-child(n) {
    width: 25%;
  }
  .offset-1\/4\@s6 {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@s6 {
    margin-right: 25%;
  }
  .offset-none\@s6 {
    margin-left: 0;
  }
  .offset-reverse-none\@s6 {
    margin-right: 0;
  }
  .col-3\/4\@s6:nth-child(n) {
    width: 75%;
  }
}
@media (min-width: 60em) {
  .grid-5-cols\@s6 > * {
    float: left;
    width: 20%;
  }
  .grid-5-cols\@s6 > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols\@s6 > *:nth-child(5n+6) {
    clear: left;
  }
  .col-1\/5\@s6:nth-child(n) {
    width: 20%;
  }
  .offset-1\/5\@s6 {
    margin-left: 20%;
  }
  .offset-reverse-1\/5\@s6 {
    margin-right: 20%;
  }
  .offset-none\@s6 {
    margin-left: 0;
  }
  .offset-reverse-none\@s6 {
    margin-right: 0;
  }
  .col-2\/5\@s6:nth-child(n) {
    width: 40%;
  }
  .col-3\/5\@s6:nth-child(n) {
    width: 60%;
  }
  .col-4\/5\@s6:nth-child(n) {
    width: 80%;
  }
}
@media (min-width: 60em) {
  .grid-6-cols\@s6 > * {
    float: left;
    width: 16.6656666667%;
  }
  .grid-6-cols\@s6 > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols\@s6 > *:nth-child(6n+7) {
    clear: left;
  }
  .col-1\/6\@s6:nth-child(n) {
    width: 16.6656666667%;
  }
  .offset-1\/6\@s6 {
    margin-left: 16.6656666667%;
  }
  .offset-reverse-1\/6\@s6 {
    margin-right: 16.6656666667%;
  }
  .offset-none\@s6 {
    margin-left: 0;
  }
  .offset-reverse-none\@s6 {
    margin-right: 0;
  }
  .col-5\/6\@s6:nth-child(n) {
    width: 83.3323333333%;
  }
}
@media (min-width: 60em) {
  .grid-7-cols\@s6 > * {
    float: left;
    width: 14.2847142857%;
  }
  .grid-7-cols\@s6 > *:nth-child(n) {
    clear: none;
  }
  .grid-7-cols\@s6 > *:nth-child(7n+8) {
    clear: left;
  }
  .col-1\/7\@s6:nth-child(n) {
    width: 14.2847142857%;
  }
  .offset-1\/7\@s6 {
    margin-left: 14.2847142857%;
  }
  .offset-reverse-1\/7\@s6 {
    margin-right: 14.2847142857%;
  }
  .offset-none\@s6 {
    margin-left: 0;
  }
  .offset-reverse-none\@s6 {
    margin-right: 0;
  }
  .col-2\/7\@s6:nth-child(n) {
    width: 28.5704285714%;
  }
  .col-3\/7\@s6:nth-child(n) {
    width: 42.8561428571%;
  }
  .col-4\/7\@s6:nth-child(n) {
    width: 57.1418571429%;
  }
  .col-5\/7\@s6:nth-child(n) {
    width: 71.4275714286%;
  }
  .col-6\/7\@s6:nth-child(n) {
    width: 85.7132857143%;
  }
}
@media (min-width: 60em) {
  .grid-8-cols\@s6 > * {
    float: left;
    width: 12.499%;
  }
  .grid-8-cols\@s6 > *:nth-child(n) {
    clear: none;
  }
  .grid-8-cols\@s6 > *:nth-child(8n+9) {
    clear: left;
  }
  .col-1\/8\@s6:nth-child(n) {
    width: 12.499%;
  }
  .offset-1\/8\@s6 {
    margin-left: 12.499%;
  }
  .offset-reverse-1\/8\@s6 {
    margin-right: 12.499%;
  }
  .offset-none\@s6 {
    margin-left: 0;
  }
  .offset-reverse-none\@s6 {
    margin-right: 0;
  }
  .col-3\/8\@s6:nth-child(n) {
    width: 37.499%;
  }
  .col-5\/8\@s6:nth-child(n) {
    width: 62.499%;
  }
  .col-7\/8\@s6:nth-child(n) {
    width: 87.499%;
  }
}
@media (min-width: 60em) {
  .grid-9-cols\@s6 > * {
    float: left;
    width: 11.1101111111%;
  }
  .grid-9-cols\@s6 > *:nth-child(n) {
    clear: none;
  }
  .grid-9-cols\@s6 > *:nth-child(9n+10) {
    clear: left;
  }
  .col-1\/9\@s6:nth-child(n) {
    width: 11.1101111111%;
  }
  .offset-1\/9\@s6 {
    margin-left: 11.1101111111%;
  }
  .offset-reverse-1\/9\@s6 {
    margin-right: 11.1101111111%;
  }
  .offset-none\@s6 {
    margin-left: 0;
  }
  .offset-reverse-none\@s6 {
    margin-right: 0;
  }
  .col-2\/9\@s6:nth-child(n) {
    width: 22.2212222222%;
  }
  .col-4\/9\@s6:nth-child(n) {
    width: 44.4434444444%;
  }
  .col-5\/9\@s6:nth-child(n) {
    width: 55.5545555556%;
  }
  .col-7\/9\@s6:nth-child(n) {
    width: 77.7767777778%;
  }
  .col-8\/9\@s6:nth-child(n) {
    width: 88.8878888889%;
  }
}
@media (min-width: 60em) {
  .grid-10-cols\@s6 > * {
    float: left;
    width: 10%;
  }
  .grid-10-cols\@s6 > *:nth-child(n) {
    clear: none;
  }
  .grid-10-cols\@s6 > *:nth-child(10n+11) {
    clear: left;
  }
  .col-1\/10\@s6:nth-child(n) {
    width: 10%;
  }
  .offset-1\/10\@s6 {
    margin-left: 10%;
  }
  .offset-reverse-1\/10\@s6 {
    margin-right: 10%;
  }
  .offset-none\@s6 {
    margin-left: 0;
  }
  .offset-reverse-none\@s6 {
    margin-right: 0;
  }
  .col-3\/10\@s6:nth-child(n) {
    width: 30%;
  }
  .col-7\/10\@s6:nth-child(n) {
    width: 70%;
  }
  .col-9\/10\@s6:nth-child(n) {
    width: 90%;
  }
}
@media (min-width: 60em) {
  .grid-11-cols\@s6 > * {
    float: left;
    width: 9.0899090909%;
  }
  .grid-11-cols\@s6 > *:nth-child(n) {
    clear: none;
  }
  .grid-11-cols\@s6 > *:nth-child(11n+12) {
    clear: left;
  }
  .col-1\/11\@s6:nth-child(n) {
    width: 9.0899090909%;
  }
  .offset-1\/11\@s6 {
    margin-left: 9.0899090909%;
  }
  .offset-reverse-1\/11\@s6 {
    margin-right: 9.0899090909%;
  }
  .offset-none\@s6 {
    margin-left: 0;
  }
  .offset-reverse-none\@s6 {
    margin-right: 0;
  }
  .col-2\/11\@s6:nth-child(n) {
    width: 18.1808181818%;
  }
  .col-3\/11\@s6:nth-child(n) {
    width: 27.2717272727%;
  }
  .col-4\/11\@s6:nth-child(n) {
    width: 36.3626363636%;
  }
  .col-5\/11\@s6:nth-child(n) {
    width: 45.4535454545%;
  }
  .col-6\/11\@s6:nth-child(n) {
    width: 54.5444545455%;
  }
  .col-7\/11\@s6:nth-child(n) {
    width: 63.6353636364%;
  }
  .col-8\/11\@s6:nth-child(n) {
    width: 72.7262727273%;
  }
  .col-9\/11\@s6:nth-child(n) {
    width: 81.8171818182%;
  }
  .col-10\/11\@s6:nth-child(n) {
    width: 90.9080909091%;
  }
}
@media (min-width: 60em) {
  .grid-12-cols\@s6 > * {
    float: left;
    width: 8.3323333333%;
  }
  .grid-12-cols\@s6 > *:nth-child(n) {
    clear: none;
  }
  .grid-12-cols\@s6 > *:nth-child(12n+13) {
    clear: left;
  }
  .col-1\/12\@s6:nth-child(n) {
    width: 8.3323333333%;
  }
  .offset-1\/12\@s6 {
    margin-left: 8.3323333333%;
  }
  .offset-reverse-1\/12\@s6 {
    margin-right: 8.3323333333%;
  }
  .offset-none\@s6 {
    margin-left: 0;
  }
  .offset-reverse-none\@s6 {
    margin-right: 0;
  }
  .col-5\/12\@s6:nth-child(n) {
    width: 41.6656666667%;
  }
  .col-7\/12\@s6:nth-child(n) {
    width: 58.3323333333%;
  }
  .col-11\/12\@s6:nth-child(n) {
    width: 91.6656666667%;
  }
}
@media (min-width: 70em) {
  .grid-2-cols\@s7 > * {
    float: left;
    width: 50%;
  }
  .grid-2-cols\@s7 > *:nth-child(n) {
    clear: none;
  }
  .grid-2-cols\@s7 > *:nth-child(2n+3) {
    clear: left;
  }
  .col-1\/2\@s7:nth-child(n) {
    width: 50%;
  }
  .offset-1\/2\@s7 {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@s7 {
    margin-right: 50%;
  }
  .offset-none\@s7 {
    margin-left: 0;
  }
  .offset-reverse-none\@s7 {
    margin-right: 0;
  }
  .col-1\/2\@s7:nth-child(n) {
    width: 50%;
  }
}
@media (min-width: 70em) {
  .grid-3-cols\@s7 > * {
    float: left;
    width: 33.3323333333%;
  }
  .grid-3-cols\@s7 > *:nth-child(n) {
    clear: none;
  }
  .grid-3-cols\@s7 > *:nth-child(3n+4) {
    clear: left;
  }
  .col-1\/3\@s7:nth-child(n) {
    width: 33.3323333333%;
  }
  .offset-1\/3\@s7 {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@s7 {
    margin-right: 33.3323333333%;
  }
  .offset-none\@s7 {
    margin-left: 0;
  }
  .offset-reverse-none\@s7 {
    margin-right: 0;
  }
  .col-2\/3\@s7:nth-child(n) {
    width: 66.6656666667%;
  }
}
@media (min-width: 70em) {
  .grid-4-cols\@s7 > * {
    float: left;
    width: 25%;
  }
  .grid-4-cols\@s7 > *:nth-child(n) {
    clear: none;
  }
  .grid-4-cols\@s7 > *:nth-child(4n+5) {
    clear: left;
  }
  .col-1\/4\@s7:nth-child(n) {
    width: 25%;
  }
  .offset-1\/4\@s7 {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@s7 {
    margin-right: 25%;
  }
  .offset-none\@s7 {
    margin-left: 0;
  }
  .offset-reverse-none\@s7 {
    margin-right: 0;
  }
  .col-3\/4\@s7:nth-child(n) {
    width: 75%;
  }
}
@media (min-width: 70em) {
  .grid-5-cols\@s7 > * {
    float: left;
    width: 20%;
  }
  .grid-5-cols\@s7 > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols\@s7 > *:nth-child(5n+6) {
    clear: left;
  }
  .col-1\/5\@s7:nth-child(n) {
    width: 20%;
  }
  .offset-1\/5\@s7 {
    margin-left: 20%;
  }
  .offset-reverse-1\/5\@s7 {
    margin-right: 20%;
  }
  .offset-none\@s7 {
    margin-left: 0;
  }
  .offset-reverse-none\@s7 {
    margin-right: 0;
  }
  .col-2\/5\@s7:nth-child(n) {
    width: 40%;
  }
  .col-3\/5\@s7:nth-child(n) {
    width: 60%;
  }
  .col-4\/5\@s7:nth-child(n) {
    width: 80%;
  }
}
@media (min-width: 70em) {
  .grid-6-cols\@s7 > * {
    float: left;
    width: 16.6656666667%;
  }
  .grid-6-cols\@s7 > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols\@s7 > *:nth-child(6n+7) {
    clear: left;
  }
  .col-1\/6\@s7:nth-child(n) {
    width: 16.6656666667%;
  }
  .offset-1\/6\@s7 {
    margin-left: 16.6656666667%;
  }
  .offset-reverse-1\/6\@s7 {
    margin-right: 16.6656666667%;
  }
  .offset-none\@s7 {
    margin-left: 0;
  }
  .offset-reverse-none\@s7 {
    margin-right: 0;
  }
  .col-5\/6\@s7:nth-child(n) {
    width: 83.3323333333%;
  }
}
@media (min-width: 70em) {
  .grid-7-cols\@s7 > * {
    float: left;
    width: 14.2847142857%;
  }
  .grid-7-cols\@s7 > *:nth-child(n) {
    clear: none;
  }
  .grid-7-cols\@s7 > *:nth-child(7n+8) {
    clear: left;
  }
  .col-1\/7\@s7:nth-child(n) {
    width: 14.2847142857%;
  }
  .offset-1\/7\@s7 {
    margin-left: 14.2847142857%;
  }
  .offset-reverse-1\/7\@s7 {
    margin-right: 14.2847142857%;
  }
  .offset-none\@s7 {
    margin-left: 0;
  }
  .offset-reverse-none\@s7 {
    margin-right: 0;
  }
  .col-2\/7\@s7:nth-child(n) {
    width: 28.5704285714%;
  }
  .col-3\/7\@s7:nth-child(n) {
    width: 42.8561428571%;
  }
  .col-4\/7\@s7:nth-child(n) {
    width: 57.1418571429%;
  }
  .col-5\/7\@s7:nth-child(n) {
    width: 71.4275714286%;
  }
  .col-6\/7\@s7:nth-child(n) {
    width: 85.7132857143%;
  }
}
@media (min-width: 70em) {
  .grid-8-cols\@s7 > * {
    float: left;
    width: 12.499%;
  }
  .grid-8-cols\@s7 > *:nth-child(n) {
    clear: none;
  }
  .grid-8-cols\@s7 > *:nth-child(8n+9) {
    clear: left;
  }
  .col-1\/8\@s7:nth-child(n) {
    width: 12.499%;
  }
  .offset-1\/8\@s7 {
    margin-left: 12.499%;
  }
  .offset-reverse-1\/8\@s7 {
    margin-right: 12.499%;
  }
  .offset-none\@s7 {
    margin-left: 0;
  }
  .offset-reverse-none\@s7 {
    margin-right: 0;
  }
  .col-3\/8\@s7:nth-child(n) {
    width: 37.499%;
  }
  .col-5\/8\@s7:nth-child(n) {
    width: 62.499%;
  }
  .col-7\/8\@s7:nth-child(n) {
    width: 87.499%;
  }
}
@media (min-width: 70em) {
  .grid-9-cols\@s7 > * {
    float: left;
    width: 11.1101111111%;
  }
  .grid-9-cols\@s7 > *:nth-child(n) {
    clear: none;
  }
  .grid-9-cols\@s7 > *:nth-child(9n+10) {
    clear: left;
  }
  .col-1\/9\@s7:nth-child(n) {
    width: 11.1101111111%;
  }
  .offset-1\/9\@s7 {
    margin-left: 11.1101111111%;
  }
  .offset-reverse-1\/9\@s7 {
    margin-right: 11.1101111111%;
  }
  .offset-none\@s7 {
    margin-left: 0;
  }
  .offset-reverse-none\@s7 {
    margin-right: 0;
  }
  .col-2\/9\@s7:nth-child(n) {
    width: 22.2212222222%;
  }
  .col-4\/9\@s7:nth-child(n) {
    width: 44.4434444444%;
  }
  .col-5\/9\@s7:nth-child(n) {
    width: 55.5545555556%;
  }
  .col-7\/9\@s7:nth-child(n) {
    width: 77.7767777778%;
  }
  .col-8\/9\@s7:nth-child(n) {
    width: 88.8878888889%;
  }
}
@media (min-width: 70em) {
  .grid-10-cols\@s7 > * {
    float: left;
    width: 10%;
  }
  .grid-10-cols\@s7 > *:nth-child(n) {
    clear: none;
  }
  .grid-10-cols\@s7 > *:nth-child(10n+11) {
    clear: left;
  }
  .col-1\/10\@s7:nth-child(n) {
    width: 10%;
  }
  .offset-1\/10\@s7 {
    margin-left: 10%;
  }
  .offset-reverse-1\/10\@s7 {
    margin-right: 10%;
  }
  .offset-none\@s7 {
    margin-left: 0;
  }
  .offset-reverse-none\@s7 {
    margin-right: 0;
  }
  .col-3\/10\@s7:nth-child(n) {
    width: 30%;
  }
  .col-7\/10\@s7:nth-child(n) {
    width: 70%;
  }
  .col-9\/10\@s7:nth-child(n) {
    width: 90%;
  }
}
@media (min-width: 70em) {
  .grid-11-cols\@s7 > * {
    float: left;
    width: 9.0899090909%;
  }
  .grid-11-cols\@s7 > *:nth-child(n) {
    clear: none;
  }
  .grid-11-cols\@s7 > *:nth-child(11n+12) {
    clear: left;
  }
  .col-1\/11\@s7:nth-child(n) {
    width: 9.0899090909%;
  }
  .offset-1\/11\@s7 {
    margin-left: 9.0899090909%;
  }
  .offset-reverse-1\/11\@s7 {
    margin-right: 9.0899090909%;
  }
  .offset-none\@s7 {
    margin-left: 0;
  }
  .offset-reverse-none\@s7 {
    margin-right: 0;
  }
  .col-2\/11\@s7:nth-child(n) {
    width: 18.1808181818%;
  }
  .col-3\/11\@s7:nth-child(n) {
    width: 27.2717272727%;
  }
  .col-4\/11\@s7:nth-child(n) {
    width: 36.3626363636%;
  }
  .col-5\/11\@s7:nth-child(n) {
    width: 45.4535454545%;
  }
  .col-6\/11\@s7:nth-child(n) {
    width: 54.5444545455%;
  }
  .col-7\/11\@s7:nth-child(n) {
    width: 63.6353636364%;
  }
  .col-8\/11\@s7:nth-child(n) {
    width: 72.7262727273%;
  }
  .col-9\/11\@s7:nth-child(n) {
    width: 81.8171818182%;
  }
  .col-10\/11\@s7:nth-child(n) {
    width: 90.9080909091%;
  }
}
@media (min-width: 70em) {
  .grid-12-cols\@s7 > * {
    float: left;
    width: 8.3323333333%;
  }
  .grid-12-cols\@s7 > *:nth-child(n) {
    clear: none;
  }
  .grid-12-cols\@s7 > *:nth-child(12n+13) {
    clear: left;
  }
  .col-1\/12\@s7:nth-child(n) {
    width: 8.3323333333%;
  }
  .offset-1\/12\@s7 {
    margin-left: 8.3323333333%;
  }
  .offset-reverse-1\/12\@s7 {
    margin-right: 8.3323333333%;
  }
  .offset-none\@s7 {
    margin-left: 0;
  }
  .offset-reverse-none\@s7 {
    margin-right: 0;
  }
  .col-5\/12\@s7:nth-child(n) {
    width: 41.6656666667%;
  }
  .col-7\/12\@s7:nth-child(n) {
    width: 58.3323333333%;
  }
  .col-11\/12\@s7:nth-child(n) {
    width: 91.6656666667%;
  }
}
@media (min-width: 79em) {
  .grid-2-cols\@s8 > * {
    float: left;
    width: 50%;
  }
  .grid-2-cols\@s8 > *:nth-child(n) {
    clear: none;
  }
  .grid-2-cols\@s8 > *:nth-child(2n+3) {
    clear: left;
  }
  .col-1\/2\@s8:nth-child(n) {
    width: 50%;
  }
  .offset-1\/2\@s8 {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@s8 {
    margin-right: 50%;
  }
  .offset-none\@s8 {
    margin-left: 0;
  }
  .offset-reverse-none\@s8 {
    margin-right: 0;
  }
  .col-1\/2\@s8:nth-child(n) {
    width: 50%;
  }
}
@media (min-width: 79em) {
  .grid-3-cols\@s8 > * {
    float: left;
    width: 33.3323333333%;
  }
  .grid-3-cols\@s8 > *:nth-child(n) {
    clear: none;
  }
  .grid-3-cols\@s8 > *:nth-child(3n+4) {
    clear: left;
  }
  .col-1\/3\@s8:nth-child(n) {
    width: 33.3323333333%;
  }
  .offset-1\/3\@s8 {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@s8 {
    margin-right: 33.3323333333%;
  }
  .offset-none\@s8 {
    margin-left: 0;
  }
  .offset-reverse-none\@s8 {
    margin-right: 0;
  }
  .col-2\/3\@s8:nth-child(n) {
    width: 66.6656666667%;
  }
}
@media (min-width: 79em) {
  .grid-4-cols\@s8 > * {
    float: left;
    width: 25%;
  }
  .grid-4-cols\@s8 > *:nth-child(n) {
    clear: none;
  }
  .grid-4-cols\@s8 > *:nth-child(4n+5) {
    clear: left;
  }
  .col-1\/4\@s8:nth-child(n) {
    width: 25%;
  }
  .offset-1\/4\@s8 {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@s8 {
    margin-right: 25%;
  }
  .offset-none\@s8 {
    margin-left: 0;
  }
  .offset-reverse-none\@s8 {
    margin-right: 0;
  }
  .col-3\/4\@s8:nth-child(n) {
    width: 75%;
  }
}
@media (min-width: 79em) {
  .grid-5-cols\@s8 > * {
    float: left;
    width: 20%;
  }
  .grid-5-cols\@s8 > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols\@s8 > *:nth-child(5n+6) {
    clear: left;
  }
  .col-1\/5\@s8:nth-child(n) {
    width: 20%;
  }
  .offset-1\/5\@s8 {
    margin-left: 20%;
  }
  .offset-reverse-1\/5\@s8 {
    margin-right: 20%;
  }
  .offset-none\@s8 {
    margin-left: 0;
  }
  .offset-reverse-none\@s8 {
    margin-right: 0;
  }
  .col-2\/5\@s8:nth-child(n) {
    width: 40%;
  }
  .col-3\/5\@s8:nth-child(n) {
    width: 60%;
  }
  .col-4\/5\@s8:nth-child(n) {
    width: 80%;
  }
}
@media (min-width: 79em) {
  .grid-6-cols\@s8 > * {
    float: left;
    width: 16.6656666667%;
  }
  .grid-6-cols\@s8 > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols\@s8 > *:nth-child(6n+7) {
    clear: left;
  }
  .col-1\/6\@s8:nth-child(n) {
    width: 16.6656666667%;
  }
  .offset-1\/6\@s8 {
    margin-left: 16.6656666667%;
  }
  .offset-reverse-1\/6\@s8 {
    margin-right: 16.6656666667%;
  }
  .offset-none\@s8 {
    margin-left: 0;
  }
  .offset-reverse-none\@s8 {
    margin-right: 0;
  }
  .col-5\/6\@s8:nth-child(n) {
    width: 83.3323333333%;
  }
}
@media (min-width: 79em) {
  .grid-7-cols\@s8 > * {
    float: left;
    width: 14.2847142857%;
  }
  .grid-7-cols\@s8 > *:nth-child(n) {
    clear: none;
  }
  .grid-7-cols\@s8 > *:nth-child(7n+8) {
    clear: left;
  }
  .col-1\/7\@s8:nth-child(n) {
    width: 14.2847142857%;
  }
  .offset-1\/7\@s8 {
    margin-left: 14.2847142857%;
  }
  .offset-reverse-1\/7\@s8 {
    margin-right: 14.2847142857%;
  }
  .offset-none\@s8 {
    margin-left: 0;
  }
  .offset-reverse-none\@s8 {
    margin-right: 0;
  }
  .col-2\/7\@s8:nth-child(n) {
    width: 28.5704285714%;
  }
  .col-3\/7\@s8:nth-child(n) {
    width: 42.8561428571%;
  }
  .col-4\/7\@s8:nth-child(n) {
    width: 57.1418571429%;
  }
  .col-5\/7\@s8:nth-child(n) {
    width: 71.4275714286%;
  }
  .col-6\/7\@s8:nth-child(n) {
    width: 85.7132857143%;
  }
}
@media (min-width: 79em) {
  .grid-8-cols\@s8 > * {
    float: left;
    width: 12.499%;
  }
  .grid-8-cols\@s8 > *:nth-child(n) {
    clear: none;
  }
  .grid-8-cols\@s8 > *:nth-child(8n+9) {
    clear: left;
  }
  .col-1\/8\@s8:nth-child(n) {
    width: 12.499%;
  }
  .offset-1\/8\@s8 {
    margin-left: 12.499%;
  }
  .offset-reverse-1\/8\@s8 {
    margin-right: 12.499%;
  }
  .offset-none\@s8 {
    margin-left: 0;
  }
  .offset-reverse-none\@s8 {
    margin-right: 0;
  }
  .col-3\/8\@s8:nth-child(n) {
    width: 37.499%;
  }
  .col-5\/8\@s8:nth-child(n) {
    width: 62.499%;
  }
  .col-7\/8\@s8:nth-child(n) {
    width: 87.499%;
  }
}
@media (min-width: 79em) {
  .grid-9-cols\@s8 > * {
    float: left;
    width: 11.1101111111%;
  }
  .grid-9-cols\@s8 > *:nth-child(n) {
    clear: none;
  }
  .grid-9-cols\@s8 > *:nth-child(9n+10) {
    clear: left;
  }
  .col-1\/9\@s8:nth-child(n) {
    width: 11.1101111111%;
  }
  .offset-1\/9\@s8 {
    margin-left: 11.1101111111%;
  }
  .offset-reverse-1\/9\@s8 {
    margin-right: 11.1101111111%;
  }
  .offset-none\@s8 {
    margin-left: 0;
  }
  .offset-reverse-none\@s8 {
    margin-right: 0;
  }
  .col-2\/9\@s8:nth-child(n) {
    width: 22.2212222222%;
  }
  .col-4\/9\@s8:nth-child(n) {
    width: 44.4434444444%;
  }
  .col-5\/9\@s8:nth-child(n) {
    width: 55.5545555556%;
  }
  .col-7\/9\@s8:nth-child(n) {
    width: 77.7767777778%;
  }
  .col-8\/9\@s8:nth-child(n) {
    width: 88.8878888889%;
  }
}
@media (min-width: 79em) {
  .grid-10-cols\@s8 > * {
    float: left;
    width: 10%;
  }
  .grid-10-cols\@s8 > *:nth-child(n) {
    clear: none;
  }
  .grid-10-cols\@s8 > *:nth-child(10n+11) {
    clear: left;
  }
  .col-1\/10\@s8:nth-child(n) {
    width: 10%;
  }
  .offset-1\/10\@s8 {
    margin-left: 10%;
  }
  .offset-reverse-1\/10\@s8 {
    margin-right: 10%;
  }
  .offset-none\@s8 {
    margin-left: 0;
  }
  .offset-reverse-none\@s8 {
    margin-right: 0;
  }
  .col-3\/10\@s8:nth-child(n) {
    width: 30%;
  }
  .col-7\/10\@s8:nth-child(n) {
    width: 70%;
  }
  .col-9\/10\@s8:nth-child(n) {
    width: 90%;
  }
}
@media (min-width: 79em) {
  .grid-11-cols\@s8 > * {
    float: left;
    width: 9.0899090909%;
  }
  .grid-11-cols\@s8 > *:nth-child(n) {
    clear: none;
  }
  .grid-11-cols\@s8 > *:nth-child(11n+12) {
    clear: left;
  }
  .col-1\/11\@s8:nth-child(n) {
    width: 9.0899090909%;
  }
  .offset-1\/11\@s8 {
    margin-left: 9.0899090909%;
  }
  .offset-reverse-1\/11\@s8 {
    margin-right: 9.0899090909%;
  }
  .offset-none\@s8 {
    margin-left: 0;
  }
  .offset-reverse-none\@s8 {
    margin-right: 0;
  }
  .col-2\/11\@s8:nth-child(n) {
    width: 18.1808181818%;
  }
  .col-3\/11\@s8:nth-child(n) {
    width: 27.2717272727%;
  }
  .col-4\/11\@s8:nth-child(n) {
    width: 36.3626363636%;
  }
  .col-5\/11\@s8:nth-child(n) {
    width: 45.4535454545%;
  }
  .col-6\/11\@s8:nth-child(n) {
    width: 54.5444545455%;
  }
  .col-7\/11\@s8:nth-child(n) {
    width: 63.6353636364%;
  }
  .col-8\/11\@s8:nth-child(n) {
    width: 72.7262727273%;
  }
  .col-9\/11\@s8:nth-child(n) {
    width: 81.8171818182%;
  }
  .col-10\/11\@s8:nth-child(n) {
    width: 90.9080909091%;
  }
}
@media (min-width: 79em) {
  .grid-12-cols\@s8 > * {
    float: left;
    width: 8.3323333333%;
  }
  .grid-12-cols\@s8 > *:nth-child(n) {
    clear: none;
  }
  .grid-12-cols\@s8 > *:nth-child(12n+13) {
    clear: left;
  }
  .col-1\/12\@s8:nth-child(n) {
    width: 8.3323333333%;
  }
  .offset-1\/12\@s8 {
    margin-left: 8.3323333333%;
  }
  .offset-reverse-1\/12\@s8 {
    margin-right: 8.3323333333%;
  }
  .offset-none\@s8 {
    margin-left: 0;
  }
  .offset-reverse-none\@s8 {
    margin-right: 0;
  }
  .col-5\/12\@s8:nth-child(n) {
    width: 41.6656666667%;
  }
  .col-7\/12\@s8:nth-child(n) {
    width: 58.3323333333%;
  }
  .col-11\/12\@s8:nth-child(n) {
    width: 91.6656666667%;
  }
}
@media (min-width: 90em) {
  .grid-2-cols\@s9 > * {
    float: left;
    width: 50%;
  }
  .grid-2-cols\@s9 > *:nth-child(n) {
    clear: none;
  }
  .grid-2-cols\@s9 > *:nth-child(2n+3) {
    clear: left;
  }
  .col-1\/2\@s9:nth-child(n) {
    width: 50%;
  }
  .offset-1\/2\@s9 {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@s9 {
    margin-right: 50%;
  }
  .offset-none\@s9 {
    margin-left: 0;
  }
  .offset-reverse-none\@s9 {
    margin-right: 0;
  }
  .col-1\/2\@s9:nth-child(n) {
    width: 50%;
  }
}
@media (min-width: 90em) {
  .grid-3-cols\@s9 > * {
    float: left;
    width: 33.3323333333%;
  }
  .grid-3-cols\@s9 > *:nth-child(n) {
    clear: none;
  }
  .grid-3-cols\@s9 > *:nth-child(3n+4) {
    clear: left;
  }
  .col-1\/3\@s9:nth-child(n) {
    width: 33.3323333333%;
  }
  .offset-1\/3\@s9 {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@s9 {
    margin-right: 33.3323333333%;
  }
  .offset-none\@s9 {
    margin-left: 0;
  }
  .offset-reverse-none\@s9 {
    margin-right: 0;
  }
  .col-2\/3\@s9:nth-child(n) {
    width: 66.6656666667%;
  }
}
@media (min-width: 90em) {
  .grid-4-cols\@s9 > * {
    float: left;
    width: 25%;
  }
  .grid-4-cols\@s9 > *:nth-child(n) {
    clear: none;
  }
  .grid-4-cols\@s9 > *:nth-child(4n+5) {
    clear: left;
  }
  .col-1\/4\@s9:nth-child(n) {
    width: 25%;
  }
  .offset-1\/4\@s9 {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@s9 {
    margin-right: 25%;
  }
  .offset-none\@s9 {
    margin-left: 0;
  }
  .offset-reverse-none\@s9 {
    margin-right: 0;
  }
  .col-3\/4\@s9:nth-child(n) {
    width: 75%;
  }
}
@media (min-width: 90em) {
  .grid-5-cols\@s9 > * {
    float: left;
    width: 20%;
  }
  .grid-5-cols\@s9 > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols\@s9 > *:nth-child(5n+6) {
    clear: left;
  }
  .col-1\/5\@s9:nth-child(n) {
    width: 20%;
  }
  .offset-1\/5\@s9 {
    margin-left: 20%;
  }
  .offset-reverse-1\/5\@s9 {
    margin-right: 20%;
  }
  .offset-none\@s9 {
    margin-left: 0;
  }
  .offset-reverse-none\@s9 {
    margin-right: 0;
  }
  .col-2\/5\@s9:nth-child(n) {
    width: 40%;
  }
  .col-3\/5\@s9:nth-child(n) {
    width: 60%;
  }
  .col-4\/5\@s9:nth-child(n) {
    width: 80%;
  }
}
@media (min-width: 90em) {
  .grid-6-cols\@s9 > * {
    float: left;
    width: 16.6656666667%;
  }
  .grid-6-cols\@s9 > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols\@s9 > *:nth-child(6n+7) {
    clear: left;
  }
  .col-1\/6\@s9:nth-child(n) {
    width: 16.6656666667%;
  }
  .offset-1\/6\@s9 {
    margin-left: 16.6656666667%;
  }
  .offset-reverse-1\/6\@s9 {
    margin-right: 16.6656666667%;
  }
  .offset-none\@s9 {
    margin-left: 0;
  }
  .offset-reverse-none\@s9 {
    margin-right: 0;
  }
  .col-5\/6\@s9:nth-child(n) {
    width: 83.3323333333%;
  }
}
@media (min-width: 90em) {
  .grid-7-cols\@s9 > * {
    float: left;
    width: 14.2847142857%;
  }
  .grid-7-cols\@s9 > *:nth-child(n) {
    clear: none;
  }
  .grid-7-cols\@s9 > *:nth-child(7n+8) {
    clear: left;
  }
  .col-1\/7\@s9:nth-child(n) {
    width: 14.2847142857%;
  }
  .offset-1\/7\@s9 {
    margin-left: 14.2847142857%;
  }
  .offset-reverse-1\/7\@s9 {
    margin-right: 14.2847142857%;
  }
  .offset-none\@s9 {
    margin-left: 0;
  }
  .offset-reverse-none\@s9 {
    margin-right: 0;
  }
  .col-2\/7\@s9:nth-child(n) {
    width: 28.5704285714%;
  }
  .col-3\/7\@s9:nth-child(n) {
    width: 42.8561428571%;
  }
  .col-4\/7\@s9:nth-child(n) {
    width: 57.1418571429%;
  }
  .col-5\/7\@s9:nth-child(n) {
    width: 71.4275714286%;
  }
  .col-6\/7\@s9:nth-child(n) {
    width: 85.7132857143%;
  }
}
@media (min-width: 90em) {
  .grid-8-cols\@s9 > * {
    float: left;
    width: 12.499%;
  }
  .grid-8-cols\@s9 > *:nth-child(n) {
    clear: none;
  }
  .grid-8-cols\@s9 > *:nth-child(8n+9) {
    clear: left;
  }
  .col-1\/8\@s9:nth-child(n) {
    width: 12.499%;
  }
  .offset-1\/8\@s9 {
    margin-left: 12.499%;
  }
  .offset-reverse-1\/8\@s9 {
    margin-right: 12.499%;
  }
  .offset-none\@s9 {
    margin-left: 0;
  }
  .offset-reverse-none\@s9 {
    margin-right: 0;
  }
  .col-3\/8\@s9:nth-child(n) {
    width: 37.499%;
  }
  .col-5\/8\@s9:nth-child(n) {
    width: 62.499%;
  }
  .col-7\/8\@s9:nth-child(n) {
    width: 87.499%;
  }
}
@media (min-width: 90em) {
  .grid-9-cols\@s9 > * {
    float: left;
    width: 11.1101111111%;
  }
  .grid-9-cols\@s9 > *:nth-child(n) {
    clear: none;
  }
  .grid-9-cols\@s9 > *:nth-child(9n+10) {
    clear: left;
  }
  .col-1\/9\@s9:nth-child(n) {
    width: 11.1101111111%;
  }
  .offset-1\/9\@s9 {
    margin-left: 11.1101111111%;
  }
  .offset-reverse-1\/9\@s9 {
    margin-right: 11.1101111111%;
  }
  .offset-none\@s9 {
    margin-left: 0;
  }
  .offset-reverse-none\@s9 {
    margin-right: 0;
  }
  .col-2\/9\@s9:nth-child(n) {
    width: 22.2212222222%;
  }
  .col-4\/9\@s9:nth-child(n) {
    width: 44.4434444444%;
  }
  .col-5\/9\@s9:nth-child(n) {
    width: 55.5545555556%;
  }
  .col-7\/9\@s9:nth-child(n) {
    width: 77.7767777778%;
  }
  .col-8\/9\@s9:nth-child(n) {
    width: 88.8878888889%;
  }
}
@media (min-width: 90em) {
  .grid-10-cols\@s9 > * {
    float: left;
    width: 10%;
  }
  .grid-10-cols\@s9 > *:nth-child(n) {
    clear: none;
  }
  .grid-10-cols\@s9 > *:nth-child(10n+11) {
    clear: left;
  }
  .col-1\/10\@s9:nth-child(n) {
    width: 10%;
  }
  .offset-1\/10\@s9 {
    margin-left: 10%;
  }
  .offset-reverse-1\/10\@s9 {
    margin-right: 10%;
  }
  .offset-none\@s9 {
    margin-left: 0;
  }
  .offset-reverse-none\@s9 {
    margin-right: 0;
  }
  .col-3\/10\@s9:nth-child(n) {
    width: 30%;
  }
  .col-7\/10\@s9:nth-child(n) {
    width: 70%;
  }
  .col-9\/10\@s9:nth-child(n) {
    width: 90%;
  }
}
@media (min-width: 90em) {
  .grid-11-cols\@s9 > * {
    float: left;
    width: 9.0899090909%;
  }
  .grid-11-cols\@s9 > *:nth-child(n) {
    clear: none;
  }
  .grid-11-cols\@s9 > *:nth-child(11n+12) {
    clear: left;
  }
  .col-1\/11\@s9:nth-child(n) {
    width: 9.0899090909%;
  }
  .offset-1\/11\@s9 {
    margin-left: 9.0899090909%;
  }
  .offset-reverse-1\/11\@s9 {
    margin-right: 9.0899090909%;
  }
  .offset-none\@s9 {
    margin-left: 0;
  }
  .offset-reverse-none\@s9 {
    margin-right: 0;
  }
  .col-2\/11\@s9:nth-child(n) {
    width: 18.1808181818%;
  }
  .col-3\/11\@s9:nth-child(n) {
    width: 27.2717272727%;
  }
  .col-4\/11\@s9:nth-child(n) {
    width: 36.3626363636%;
  }
  .col-5\/11\@s9:nth-child(n) {
    width: 45.4535454545%;
  }
  .col-6\/11\@s9:nth-child(n) {
    width: 54.5444545455%;
  }
  .col-7\/11\@s9:nth-child(n) {
    width: 63.6353636364%;
  }
  .col-8\/11\@s9:nth-child(n) {
    width: 72.7262727273%;
  }
  .col-9\/11\@s9:nth-child(n) {
    width: 81.8171818182%;
  }
  .col-10\/11\@s9:nth-child(n) {
    width: 90.9080909091%;
  }
}
@media (min-width: 90em) {
  .grid-12-cols\@s9 > * {
    float: left;
    width: 8.3323333333%;
  }
  .grid-12-cols\@s9 > *:nth-child(n) {
    clear: none;
  }
  .grid-12-cols\@s9 > *:nth-child(12n+13) {
    clear: left;
  }
  .col-1\/12\@s9:nth-child(n) {
    width: 8.3323333333%;
  }
  .offset-1\/12\@s9 {
    margin-left: 8.3323333333%;
  }
  .offset-reverse-1\/12\@s9 {
    margin-right: 8.3323333333%;
  }
  .offset-none\@s9 {
    margin-left: 0;
  }
  .offset-reverse-none\@s9 {
    margin-right: 0;
  }
  .col-5\/12\@s9:nth-child(n) {
    width: 41.6656666667%;
  }
  .col-7\/12\@s9:nth-child(n) {
    width: 58.3323333333%;
  }
  .col-11\/12\@s9:nth-child(n) {
    width: 91.6656666667%;
  }
}
@media (min-width: 100em) {
  .grid-2-cols\@s10 > * {
    float: left;
    width: 50%;
  }
  .grid-2-cols\@s10 > *:nth-child(n) {
    clear: none;
  }
  .grid-2-cols\@s10 > *:nth-child(2n+3) {
    clear: left;
  }
  .col-1\/2\@s10:nth-child(n) {
    width: 50%;
  }
  .offset-1\/2\@s10 {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@s10 {
    margin-right: 50%;
  }
  .offset-none\@s10 {
    margin-left: 0;
  }
  .offset-reverse-none\@s10 {
    margin-right: 0;
  }
  .col-1\/2\@s10:nth-child(n) {
    width: 50%;
  }
}
@media (min-width: 100em) {
  .grid-3-cols\@s10 > * {
    float: left;
    width: 33.3323333333%;
  }
  .grid-3-cols\@s10 > *:nth-child(n) {
    clear: none;
  }
  .grid-3-cols\@s10 > *:nth-child(3n+4) {
    clear: left;
  }
  .col-1\/3\@s10:nth-child(n) {
    width: 33.3323333333%;
  }
  .offset-1\/3\@s10 {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@s10 {
    margin-right: 33.3323333333%;
  }
  .offset-none\@s10 {
    margin-left: 0;
  }
  .offset-reverse-none\@s10 {
    margin-right: 0;
  }
  .col-2\/3\@s10:nth-child(n) {
    width: 66.6656666667%;
  }
}
@media (min-width: 100em) {
  .grid-4-cols\@s10 > * {
    float: left;
    width: 25%;
  }
  .grid-4-cols\@s10 > *:nth-child(n) {
    clear: none;
  }
  .grid-4-cols\@s10 > *:nth-child(4n+5) {
    clear: left;
  }
  .col-1\/4\@s10:nth-child(n) {
    width: 25%;
  }
  .offset-1\/4\@s10 {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@s10 {
    margin-right: 25%;
  }
  .offset-none\@s10 {
    margin-left: 0;
  }
  .offset-reverse-none\@s10 {
    margin-right: 0;
  }
  .col-3\/4\@s10:nth-child(n) {
    width: 75%;
  }
}
@media (min-width: 100em) {
  .grid-5-cols\@s10 > * {
    float: left;
    width: 20%;
  }
  .grid-5-cols\@s10 > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols\@s10 > *:nth-child(5n+6) {
    clear: left;
  }
  .col-1\/5\@s10:nth-child(n) {
    width: 20%;
  }
  .offset-1\/5\@s10 {
    margin-left: 20%;
  }
  .offset-reverse-1\/5\@s10 {
    margin-right: 20%;
  }
  .offset-none\@s10 {
    margin-left: 0;
  }
  .offset-reverse-none\@s10 {
    margin-right: 0;
  }
  .col-2\/5\@s10:nth-child(n) {
    width: 40%;
  }
  .col-3\/5\@s10:nth-child(n) {
    width: 60%;
  }
  .col-4\/5\@s10:nth-child(n) {
    width: 80%;
  }
}
@media (min-width: 100em) {
  .grid-6-cols\@s10 > * {
    float: left;
    width: 16.6656666667%;
  }
  .grid-6-cols\@s10 > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols\@s10 > *:nth-child(6n+7) {
    clear: left;
  }
  .col-1\/6\@s10:nth-child(n) {
    width: 16.6656666667%;
  }
  .offset-1\/6\@s10 {
    margin-left: 16.6656666667%;
  }
  .offset-reverse-1\/6\@s10 {
    margin-right: 16.6656666667%;
  }
  .offset-none\@s10 {
    margin-left: 0;
  }
  .offset-reverse-none\@s10 {
    margin-right: 0;
  }
  .col-5\/6\@s10:nth-child(n) {
    width: 83.3323333333%;
  }
}
@media (min-width: 100em) {
  .grid-7-cols\@s10 > * {
    float: left;
    width: 14.2847142857%;
  }
  .grid-7-cols\@s10 > *:nth-child(n) {
    clear: none;
  }
  .grid-7-cols\@s10 > *:nth-child(7n+8) {
    clear: left;
  }
  .col-1\/7\@s10:nth-child(n) {
    width: 14.2847142857%;
  }
  .offset-1\/7\@s10 {
    margin-left: 14.2847142857%;
  }
  .offset-reverse-1\/7\@s10 {
    margin-right: 14.2847142857%;
  }
  .offset-none\@s10 {
    margin-left: 0;
  }
  .offset-reverse-none\@s10 {
    margin-right: 0;
  }
  .col-2\/7\@s10:nth-child(n) {
    width: 28.5704285714%;
  }
  .col-3\/7\@s10:nth-child(n) {
    width: 42.8561428571%;
  }
  .col-4\/7\@s10:nth-child(n) {
    width: 57.1418571429%;
  }
  .col-5\/7\@s10:nth-child(n) {
    width: 71.4275714286%;
  }
  .col-6\/7\@s10:nth-child(n) {
    width: 85.7132857143%;
  }
}
@media (min-width: 100em) {
  .grid-8-cols\@s10 > * {
    float: left;
    width: 12.499%;
  }
  .grid-8-cols\@s10 > *:nth-child(n) {
    clear: none;
  }
  .grid-8-cols\@s10 > *:nth-child(8n+9) {
    clear: left;
  }
  .col-1\/8\@s10:nth-child(n) {
    width: 12.499%;
  }
  .offset-1\/8\@s10 {
    margin-left: 12.499%;
  }
  .offset-reverse-1\/8\@s10 {
    margin-right: 12.499%;
  }
  .offset-none\@s10 {
    margin-left: 0;
  }
  .offset-reverse-none\@s10 {
    margin-right: 0;
  }
  .col-3\/8\@s10:nth-child(n) {
    width: 37.499%;
  }
  .col-5\/8\@s10:nth-child(n) {
    width: 62.499%;
  }
  .col-7\/8\@s10:nth-child(n) {
    width: 87.499%;
  }
}
@media (min-width: 100em) {
  .grid-9-cols\@s10 > * {
    float: left;
    width: 11.1101111111%;
  }
  .grid-9-cols\@s10 > *:nth-child(n) {
    clear: none;
  }
  .grid-9-cols\@s10 > *:nth-child(9n+10) {
    clear: left;
  }
  .col-1\/9\@s10:nth-child(n) {
    width: 11.1101111111%;
  }
  .offset-1\/9\@s10 {
    margin-left: 11.1101111111%;
  }
  .offset-reverse-1\/9\@s10 {
    margin-right: 11.1101111111%;
  }
  .offset-none\@s10 {
    margin-left: 0;
  }
  .offset-reverse-none\@s10 {
    margin-right: 0;
  }
  .col-2\/9\@s10:nth-child(n) {
    width: 22.2212222222%;
  }
  .col-4\/9\@s10:nth-child(n) {
    width: 44.4434444444%;
  }
  .col-5\/9\@s10:nth-child(n) {
    width: 55.5545555556%;
  }
  .col-7\/9\@s10:nth-child(n) {
    width: 77.7767777778%;
  }
  .col-8\/9\@s10:nth-child(n) {
    width: 88.8878888889%;
  }
}
@media (min-width: 100em) {
  .grid-10-cols\@s10 > * {
    float: left;
    width: 10%;
  }
  .grid-10-cols\@s10 > *:nth-child(n) {
    clear: none;
  }
  .grid-10-cols\@s10 > *:nth-child(10n+11) {
    clear: left;
  }
  .col-1\/10\@s10:nth-child(n) {
    width: 10%;
  }
  .offset-1\/10\@s10 {
    margin-left: 10%;
  }
  .offset-reverse-1\/10\@s10 {
    margin-right: 10%;
  }
  .offset-none\@s10 {
    margin-left: 0;
  }
  .offset-reverse-none\@s10 {
    margin-right: 0;
  }
  .col-3\/10\@s10:nth-child(n) {
    width: 30%;
  }
  .col-7\/10\@s10:nth-child(n) {
    width: 70%;
  }
  .col-9\/10\@s10:nth-child(n) {
    width: 90%;
  }
}
@media (min-width: 100em) {
  .grid-11-cols\@s10 > * {
    float: left;
    width: 9.0899090909%;
  }
  .grid-11-cols\@s10 > *:nth-child(n) {
    clear: none;
  }
  .grid-11-cols\@s10 > *:nth-child(11n+12) {
    clear: left;
  }
  .col-1\/11\@s10:nth-child(n) {
    width: 9.0899090909%;
  }
  .offset-1\/11\@s10 {
    margin-left: 9.0899090909%;
  }
  .offset-reverse-1\/11\@s10 {
    margin-right: 9.0899090909%;
  }
  .offset-none\@s10 {
    margin-left: 0;
  }
  .offset-reverse-none\@s10 {
    margin-right: 0;
  }
  .col-2\/11\@s10:nth-child(n) {
    width: 18.1808181818%;
  }
  .col-3\/11\@s10:nth-child(n) {
    width: 27.2717272727%;
  }
  .col-4\/11\@s10:nth-child(n) {
    width: 36.3626363636%;
  }
  .col-5\/11\@s10:nth-child(n) {
    width: 45.4535454545%;
  }
  .col-6\/11\@s10:nth-child(n) {
    width: 54.5444545455%;
  }
  .col-7\/11\@s10:nth-child(n) {
    width: 63.6353636364%;
  }
  .col-8\/11\@s10:nth-child(n) {
    width: 72.7262727273%;
  }
  .col-9\/11\@s10:nth-child(n) {
    width: 81.8171818182%;
  }
  .col-10\/11\@s10:nth-child(n) {
    width: 90.9080909091%;
  }
}
@media (min-width: 100em) {
  .grid-12-cols\@s10 > * {
    float: left;
    width: 8.3323333333%;
  }
  .grid-12-cols\@s10 > *:nth-child(n) {
    clear: none;
  }
  .grid-12-cols\@s10 > *:nth-child(12n+13) {
    clear: left;
  }
  .col-1\/12\@s10:nth-child(n) {
    width: 8.3323333333%;
  }
  .offset-1\/12\@s10 {
    margin-left: 8.3323333333%;
  }
  .offset-reverse-1\/12\@s10 {
    margin-right: 8.3323333333%;
  }
  .offset-none\@s10 {
    margin-left: 0;
  }
  .offset-reverse-none\@s10 {
    margin-right: 0;
  }
  .col-5\/12\@s10:nth-child(n) {
    width: 41.6656666667%;
  }
  .col-7\/12\@s10:nth-child(n) {
    width: 58.3323333333%;
  }
  .col-11\/12\@s10:nth-child(n) {
    width: 91.6656666667%;
  }
}
@media (min-width: 60em) {
  .grid-2-cols\@quarts > * {
    float: left;
    width: 50%;
  }
  .grid-2-cols\@quarts > *:nth-child(n) {
    clear: none;
  }
  .grid-2-cols\@quarts > *:nth-child(2n+3) {
    clear: left;
  }
  .col-1\/2\@quarts:nth-child(n) {
    width: 50%;
  }
  .offset-1\/2\@quarts {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@quarts {
    margin-right: 50%;
  }
  .offset-none\@quarts {
    margin-left: 0;
  }
  .offset-reverse-none\@quarts {
    margin-right: 0;
  }
  .col-1\/2\@quarts:nth-child(n) {
    width: 50%;
  }
}
@media (min-width: 60em) {
  .grid-3-cols\@quarts > * {
    float: left;
    width: 33.3323333333%;
  }
  .grid-3-cols\@quarts > *:nth-child(n) {
    clear: none;
  }
  .grid-3-cols\@quarts > *:nth-child(3n+4) {
    clear: left;
  }
  .col-1\/3\@quarts:nth-child(n) {
    width: 33.3323333333%;
  }
  .offset-1\/3\@quarts {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@quarts {
    margin-right: 33.3323333333%;
  }
  .offset-none\@quarts {
    margin-left: 0;
  }
  .offset-reverse-none\@quarts {
    margin-right: 0;
  }
  .col-2\/3\@quarts:nth-child(n) {
    width: 66.6656666667%;
  }
}
@media (min-width: 60em) {
  .grid-4-cols\@quarts > * {
    float: left;
    width: 25%;
  }
  .grid-4-cols\@quarts > *:nth-child(n) {
    clear: none;
  }
  .grid-4-cols\@quarts > *:nth-child(4n+5) {
    clear: left;
  }
  .col-1\/4\@quarts:nth-child(n) {
    width: 25%;
  }
  .offset-1\/4\@quarts {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@quarts {
    margin-right: 25%;
  }
  .offset-none\@quarts {
    margin-left: 0;
  }
  .offset-reverse-none\@quarts {
    margin-right: 0;
  }
  .col-3\/4\@quarts:nth-child(n) {
    width: 75%;
  }
}
@media (min-width: 60em) {
  .grid-5-cols\@quarts > * {
    float: left;
    width: 20%;
  }
  .grid-5-cols\@quarts > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols\@quarts > *:nth-child(5n+6) {
    clear: left;
  }
  .col-1\/5\@quarts:nth-child(n) {
    width: 20%;
  }
  .offset-1\/5\@quarts {
    margin-left: 20%;
  }
  .offset-reverse-1\/5\@quarts {
    margin-right: 20%;
  }
  .offset-none\@quarts {
    margin-left: 0;
  }
  .offset-reverse-none\@quarts {
    margin-right: 0;
  }
  .col-2\/5\@quarts:nth-child(n) {
    width: 40%;
  }
  .col-3\/5\@quarts:nth-child(n) {
    width: 60%;
  }
  .col-4\/5\@quarts:nth-child(n) {
    width: 80%;
  }
}
@media (min-width: 60em) {
  .grid-6-cols\@quarts > * {
    float: left;
    width: 16.6656666667%;
  }
  .grid-6-cols\@quarts > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols\@quarts > *:nth-child(6n+7) {
    clear: left;
  }
  .col-1\/6\@quarts:nth-child(n) {
    width: 16.6656666667%;
  }
  .offset-1\/6\@quarts {
    margin-left: 16.6656666667%;
  }
  .offset-reverse-1\/6\@quarts {
    margin-right: 16.6656666667%;
  }
  .offset-none\@quarts {
    margin-left: 0;
  }
  .offset-reverse-none\@quarts {
    margin-right: 0;
  }
  .col-5\/6\@quarts:nth-child(n) {
    width: 83.3323333333%;
  }
}
@media (min-width: 60em) {
  .grid-7-cols\@quarts > * {
    float: left;
    width: 14.2847142857%;
  }
  .grid-7-cols\@quarts > *:nth-child(n) {
    clear: none;
  }
  .grid-7-cols\@quarts > *:nth-child(7n+8) {
    clear: left;
  }
  .col-1\/7\@quarts:nth-child(n) {
    width: 14.2847142857%;
  }
  .offset-1\/7\@quarts {
    margin-left: 14.2847142857%;
  }
  .offset-reverse-1\/7\@quarts {
    margin-right: 14.2847142857%;
  }
  .offset-none\@quarts {
    margin-left: 0;
  }
  .offset-reverse-none\@quarts {
    margin-right: 0;
  }
  .col-2\/7\@quarts:nth-child(n) {
    width: 28.5704285714%;
  }
  .col-3\/7\@quarts:nth-child(n) {
    width: 42.8561428571%;
  }
  .col-4\/7\@quarts:nth-child(n) {
    width: 57.1418571429%;
  }
  .col-5\/7\@quarts:nth-child(n) {
    width: 71.4275714286%;
  }
  .col-6\/7\@quarts:nth-child(n) {
    width: 85.7132857143%;
  }
}
@media (min-width: 60em) {
  .grid-8-cols\@quarts > * {
    float: left;
    width: 12.499%;
  }
  .grid-8-cols\@quarts > *:nth-child(n) {
    clear: none;
  }
  .grid-8-cols\@quarts > *:nth-child(8n+9) {
    clear: left;
  }
  .col-1\/8\@quarts:nth-child(n) {
    width: 12.499%;
  }
  .offset-1\/8\@quarts {
    margin-left: 12.499%;
  }
  .offset-reverse-1\/8\@quarts {
    margin-right: 12.499%;
  }
  .offset-none\@quarts {
    margin-left: 0;
  }
  .offset-reverse-none\@quarts {
    margin-right: 0;
  }
  .col-3\/8\@quarts:nth-child(n) {
    width: 37.499%;
  }
  .col-5\/8\@quarts:nth-child(n) {
    width: 62.499%;
  }
  .col-7\/8\@quarts:nth-child(n) {
    width: 87.499%;
  }
}
@media (min-width: 60em) {
  .grid-9-cols\@quarts > * {
    float: left;
    width: 11.1101111111%;
  }
  .grid-9-cols\@quarts > *:nth-child(n) {
    clear: none;
  }
  .grid-9-cols\@quarts > *:nth-child(9n+10) {
    clear: left;
  }
  .col-1\/9\@quarts:nth-child(n) {
    width: 11.1101111111%;
  }
  .offset-1\/9\@quarts {
    margin-left: 11.1101111111%;
  }
  .offset-reverse-1\/9\@quarts {
    margin-right: 11.1101111111%;
  }
  .offset-none\@quarts {
    margin-left: 0;
  }
  .offset-reverse-none\@quarts {
    margin-right: 0;
  }
  .col-2\/9\@quarts:nth-child(n) {
    width: 22.2212222222%;
  }
  .col-4\/9\@quarts:nth-child(n) {
    width: 44.4434444444%;
  }
  .col-5\/9\@quarts:nth-child(n) {
    width: 55.5545555556%;
  }
  .col-7\/9\@quarts:nth-child(n) {
    width: 77.7767777778%;
  }
  .col-8\/9\@quarts:nth-child(n) {
    width: 88.8878888889%;
  }
}
@media (min-width: 60em) {
  .grid-10-cols\@quarts > * {
    float: left;
    width: 10%;
  }
  .grid-10-cols\@quarts > *:nth-child(n) {
    clear: none;
  }
  .grid-10-cols\@quarts > *:nth-child(10n+11) {
    clear: left;
  }
  .col-1\/10\@quarts:nth-child(n) {
    width: 10%;
  }
  .offset-1\/10\@quarts {
    margin-left: 10%;
  }
  .offset-reverse-1\/10\@quarts {
    margin-right: 10%;
  }
  .offset-none\@quarts {
    margin-left: 0;
  }
  .offset-reverse-none\@quarts {
    margin-right: 0;
  }
  .col-3\/10\@quarts:nth-child(n) {
    width: 30%;
  }
  .col-7\/10\@quarts:nth-child(n) {
    width: 70%;
  }
  .col-9\/10\@quarts:nth-child(n) {
    width: 90%;
  }
}
@media (min-width: 60em) {
  .grid-11-cols\@quarts > * {
    float: left;
    width: 9.0899090909%;
  }
  .grid-11-cols\@quarts > *:nth-child(n) {
    clear: none;
  }
  .grid-11-cols\@quarts > *:nth-child(11n+12) {
    clear: left;
  }
  .col-1\/11\@quarts:nth-child(n) {
    width: 9.0899090909%;
  }
  .offset-1\/11\@quarts {
    margin-left: 9.0899090909%;
  }
  .offset-reverse-1\/11\@quarts {
    margin-right: 9.0899090909%;
  }
  .offset-none\@quarts {
    margin-left: 0;
  }
  .offset-reverse-none\@quarts {
    margin-right: 0;
  }
  .col-2\/11\@quarts:nth-child(n) {
    width: 18.1808181818%;
  }
  .col-3\/11\@quarts:nth-child(n) {
    width: 27.2717272727%;
  }
  .col-4\/11\@quarts:nth-child(n) {
    width: 36.3626363636%;
  }
  .col-5\/11\@quarts:nth-child(n) {
    width: 45.4535454545%;
  }
  .col-6\/11\@quarts:nth-child(n) {
    width: 54.5444545455%;
  }
  .col-7\/11\@quarts:nth-child(n) {
    width: 63.6353636364%;
  }
  .col-8\/11\@quarts:nth-child(n) {
    width: 72.7262727273%;
  }
  .col-9\/11\@quarts:nth-child(n) {
    width: 81.8171818182%;
  }
  .col-10\/11\@quarts:nth-child(n) {
    width: 90.9080909091%;
  }
}
@media (min-width: 60em) {
  .grid-12-cols\@quarts > * {
    float: left;
    width: 8.3323333333%;
  }
  .grid-12-cols\@quarts > *:nth-child(n) {
    clear: none;
  }
  .grid-12-cols\@quarts > *:nth-child(12n+13) {
    clear: left;
  }
  .col-1\/12\@quarts:nth-child(n) {
    width: 8.3323333333%;
  }
  .offset-1\/12\@quarts {
    margin-left: 8.3323333333%;
  }
  .offset-reverse-1\/12\@quarts {
    margin-right: 8.3323333333%;
  }
  .offset-none\@quarts {
    margin-left: 0;
  }
  .offset-reverse-none\@quarts {
    margin-right: 0;
  }
  .col-5\/12\@quarts:nth-child(n) {
    width: 41.6656666667%;
  }
  .col-7\/12\@quarts:nth-child(n) {
    width: 58.3323333333%;
  }
  .col-11\/12\@quarts:nth-child(n) {
    width: 91.6656666667%;
  }
}
@media (min-width: 70em) {
  .grid-2-cols\@fifths > * {
    float: left;
    width: 50%;
  }
  .grid-2-cols\@fifths > *:nth-child(n) {
    clear: none;
  }
  .grid-2-cols\@fifths > *:nth-child(2n+3) {
    clear: left;
  }
  .col-1\/2\@fifths:nth-child(n) {
    width: 50%;
  }
  .offset-1\/2\@fifths {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@fifths {
    margin-right: 50%;
  }
  .offset-none\@fifths {
    margin-left: 0;
  }
  .offset-reverse-none\@fifths {
    margin-right: 0;
  }
  .col-1\/2\@fifths:nth-child(n) {
    width: 50%;
  }
}
@media (min-width: 70em) {
  .grid-3-cols\@fifths > * {
    float: left;
    width: 33.3323333333%;
  }
  .grid-3-cols\@fifths > *:nth-child(n) {
    clear: none;
  }
  .grid-3-cols\@fifths > *:nth-child(3n+4) {
    clear: left;
  }
  .col-1\/3\@fifths:nth-child(n) {
    width: 33.3323333333%;
  }
  .offset-1\/3\@fifths {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@fifths {
    margin-right: 33.3323333333%;
  }
  .offset-none\@fifths {
    margin-left: 0;
  }
  .offset-reverse-none\@fifths {
    margin-right: 0;
  }
  .col-2\/3\@fifths:nth-child(n) {
    width: 66.6656666667%;
  }
}
@media (min-width: 70em) {
  .grid-4-cols\@fifths > * {
    float: left;
    width: 25%;
  }
  .grid-4-cols\@fifths > *:nth-child(n) {
    clear: none;
  }
  .grid-4-cols\@fifths > *:nth-child(4n+5) {
    clear: left;
  }
  .col-1\/4\@fifths:nth-child(n) {
    width: 25%;
  }
  .offset-1\/4\@fifths {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@fifths {
    margin-right: 25%;
  }
  .offset-none\@fifths {
    margin-left: 0;
  }
  .offset-reverse-none\@fifths {
    margin-right: 0;
  }
  .col-3\/4\@fifths:nth-child(n) {
    width: 75%;
  }
}
@media (min-width: 70em) {
  .grid-5-cols\@fifths > * {
    float: left;
    width: 20%;
  }
  .grid-5-cols\@fifths > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols\@fifths > *:nth-child(5n+6) {
    clear: left;
  }
  .col-1\/5\@fifths:nth-child(n) {
    width: 20%;
  }
  .offset-1\/5\@fifths {
    margin-left: 20%;
  }
  .offset-reverse-1\/5\@fifths {
    margin-right: 20%;
  }
  .offset-none\@fifths {
    margin-left: 0;
  }
  .offset-reverse-none\@fifths {
    margin-right: 0;
  }
  .col-2\/5\@fifths:nth-child(n) {
    width: 40%;
  }
  .col-3\/5\@fifths:nth-child(n) {
    width: 60%;
  }
  .col-4\/5\@fifths:nth-child(n) {
    width: 80%;
  }
}
@media (min-width: 70em) {
  .grid-6-cols\@fifths > * {
    float: left;
    width: 16.6656666667%;
  }
  .grid-6-cols\@fifths > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols\@fifths > *:nth-child(6n+7) {
    clear: left;
  }
  .col-1\/6\@fifths:nth-child(n) {
    width: 16.6656666667%;
  }
  .offset-1\/6\@fifths {
    margin-left: 16.6656666667%;
  }
  .offset-reverse-1\/6\@fifths {
    margin-right: 16.6656666667%;
  }
  .offset-none\@fifths {
    margin-left: 0;
  }
  .offset-reverse-none\@fifths {
    margin-right: 0;
  }
  .col-5\/6\@fifths:nth-child(n) {
    width: 83.3323333333%;
  }
}
@media (min-width: 70em) {
  .grid-7-cols\@fifths > * {
    float: left;
    width: 14.2847142857%;
  }
  .grid-7-cols\@fifths > *:nth-child(n) {
    clear: none;
  }
  .grid-7-cols\@fifths > *:nth-child(7n+8) {
    clear: left;
  }
  .col-1\/7\@fifths:nth-child(n) {
    width: 14.2847142857%;
  }
  .offset-1\/7\@fifths {
    margin-left: 14.2847142857%;
  }
  .offset-reverse-1\/7\@fifths {
    margin-right: 14.2847142857%;
  }
  .offset-none\@fifths {
    margin-left: 0;
  }
  .offset-reverse-none\@fifths {
    margin-right: 0;
  }
  .col-2\/7\@fifths:nth-child(n) {
    width: 28.5704285714%;
  }
  .col-3\/7\@fifths:nth-child(n) {
    width: 42.8561428571%;
  }
  .col-4\/7\@fifths:nth-child(n) {
    width: 57.1418571429%;
  }
  .col-5\/7\@fifths:nth-child(n) {
    width: 71.4275714286%;
  }
  .col-6\/7\@fifths:nth-child(n) {
    width: 85.7132857143%;
  }
}
@media (min-width: 70em) {
  .grid-8-cols\@fifths > * {
    float: left;
    width: 12.499%;
  }
  .grid-8-cols\@fifths > *:nth-child(n) {
    clear: none;
  }
  .grid-8-cols\@fifths > *:nth-child(8n+9) {
    clear: left;
  }
  .col-1\/8\@fifths:nth-child(n) {
    width: 12.499%;
  }
  .offset-1\/8\@fifths {
    margin-left: 12.499%;
  }
  .offset-reverse-1\/8\@fifths {
    margin-right: 12.499%;
  }
  .offset-none\@fifths {
    margin-left: 0;
  }
  .offset-reverse-none\@fifths {
    margin-right: 0;
  }
  .col-3\/8\@fifths:nth-child(n) {
    width: 37.499%;
  }
  .col-5\/8\@fifths:nth-child(n) {
    width: 62.499%;
  }
  .col-7\/8\@fifths:nth-child(n) {
    width: 87.499%;
  }
}
@media (min-width: 70em) {
  .grid-9-cols\@fifths > * {
    float: left;
    width: 11.1101111111%;
  }
  .grid-9-cols\@fifths > *:nth-child(n) {
    clear: none;
  }
  .grid-9-cols\@fifths > *:nth-child(9n+10) {
    clear: left;
  }
  .col-1\/9\@fifths:nth-child(n) {
    width: 11.1101111111%;
  }
  .offset-1\/9\@fifths {
    margin-left: 11.1101111111%;
  }
  .offset-reverse-1\/9\@fifths {
    margin-right: 11.1101111111%;
  }
  .offset-none\@fifths {
    margin-left: 0;
  }
  .offset-reverse-none\@fifths {
    margin-right: 0;
  }
  .col-2\/9\@fifths:nth-child(n) {
    width: 22.2212222222%;
  }
  .col-4\/9\@fifths:nth-child(n) {
    width: 44.4434444444%;
  }
  .col-5\/9\@fifths:nth-child(n) {
    width: 55.5545555556%;
  }
  .col-7\/9\@fifths:nth-child(n) {
    width: 77.7767777778%;
  }
  .col-8\/9\@fifths:nth-child(n) {
    width: 88.8878888889%;
  }
}
@media (min-width: 70em) {
  .grid-10-cols\@fifths > * {
    float: left;
    width: 10%;
  }
  .grid-10-cols\@fifths > *:nth-child(n) {
    clear: none;
  }
  .grid-10-cols\@fifths > *:nth-child(10n+11) {
    clear: left;
  }
  .col-1\/10\@fifths:nth-child(n) {
    width: 10%;
  }
  .offset-1\/10\@fifths {
    margin-left: 10%;
  }
  .offset-reverse-1\/10\@fifths {
    margin-right: 10%;
  }
  .offset-none\@fifths {
    margin-left: 0;
  }
  .offset-reverse-none\@fifths {
    margin-right: 0;
  }
  .col-3\/10\@fifths:nth-child(n) {
    width: 30%;
  }
  .col-7\/10\@fifths:nth-child(n) {
    width: 70%;
  }
  .col-9\/10\@fifths:nth-child(n) {
    width: 90%;
  }
}
@media (min-width: 70em) {
  .grid-11-cols\@fifths > * {
    float: left;
    width: 9.0899090909%;
  }
  .grid-11-cols\@fifths > *:nth-child(n) {
    clear: none;
  }
  .grid-11-cols\@fifths > *:nth-child(11n+12) {
    clear: left;
  }
  .col-1\/11\@fifths:nth-child(n) {
    width: 9.0899090909%;
  }
  .offset-1\/11\@fifths {
    margin-left: 9.0899090909%;
  }
  .offset-reverse-1\/11\@fifths {
    margin-right: 9.0899090909%;
  }
  .offset-none\@fifths {
    margin-left: 0;
  }
  .offset-reverse-none\@fifths {
    margin-right: 0;
  }
  .col-2\/11\@fifths:nth-child(n) {
    width: 18.1808181818%;
  }
  .col-3\/11\@fifths:nth-child(n) {
    width: 27.2717272727%;
  }
  .col-4\/11\@fifths:nth-child(n) {
    width: 36.3626363636%;
  }
  .col-5\/11\@fifths:nth-child(n) {
    width: 45.4535454545%;
  }
  .col-6\/11\@fifths:nth-child(n) {
    width: 54.5444545455%;
  }
  .col-7\/11\@fifths:nth-child(n) {
    width: 63.6353636364%;
  }
  .col-8\/11\@fifths:nth-child(n) {
    width: 72.7262727273%;
  }
  .col-9\/11\@fifths:nth-child(n) {
    width: 81.8171818182%;
  }
  .col-10\/11\@fifths:nth-child(n) {
    width: 90.9080909091%;
  }
}
@media (min-width: 70em) {
  .grid-12-cols\@fifths > * {
    float: left;
    width: 8.3323333333%;
  }
  .grid-12-cols\@fifths > *:nth-child(n) {
    clear: none;
  }
  .grid-12-cols\@fifths > *:nth-child(12n+13) {
    clear: left;
  }
  .col-1\/12\@fifths:nth-child(n) {
    width: 8.3323333333%;
  }
  .offset-1\/12\@fifths {
    margin-left: 8.3323333333%;
  }
  .offset-reverse-1\/12\@fifths {
    margin-right: 8.3323333333%;
  }
  .offset-none\@fifths {
    margin-left: 0;
  }
  .offset-reverse-none\@fifths {
    margin-right: 0;
  }
  .col-5\/12\@fifths:nth-child(n) {
    width: 41.6656666667%;
  }
  .col-7\/12\@fifths:nth-child(n) {
    width: 58.3323333333%;
  }
  .col-11\/12\@fifths:nth-child(n) {
    width: 91.6656666667%;
  }
}
@media (min-width: 20em) {
  .grid-2-cols\@mobile > * {
    float: left;
    width: 50%;
  }
  .grid-2-cols\@mobile > *:nth-child(n) {
    clear: none;
  }
  .grid-2-cols\@mobile > *:nth-child(2n+3) {
    clear: left;
  }
  .col-1\/2\@mobile:nth-child(n) {
    width: 50%;
  }
  .offset-1\/2\@mobile {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@mobile {
    margin-right: 50%;
  }
  .offset-none\@mobile {
    margin-left: 0;
  }
  .offset-reverse-none\@mobile {
    margin-right: 0;
  }
  .col-1\/2\@mobile:nth-child(n) {
    width: 50%;
  }
}
@media (min-width: 20em) {
  .grid-3-cols\@mobile > * {
    float: left;
    width: 33.3323333333%;
  }
  .grid-3-cols\@mobile > *:nth-child(n) {
    clear: none;
  }
  .grid-3-cols\@mobile > *:nth-child(3n+4) {
    clear: left;
  }
  .col-1\/3\@mobile:nth-child(n) {
    width: 33.3323333333%;
  }
  .offset-1\/3\@mobile {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@mobile {
    margin-right: 33.3323333333%;
  }
  .offset-none\@mobile {
    margin-left: 0;
  }
  .offset-reverse-none\@mobile {
    margin-right: 0;
  }
  .col-2\/3\@mobile:nth-child(n) {
    width: 66.6656666667%;
  }
}
@media (min-width: 20em) {
  .grid-4-cols\@mobile > * {
    float: left;
    width: 25%;
  }
  .grid-4-cols\@mobile > *:nth-child(n) {
    clear: none;
  }
  .grid-4-cols\@mobile > *:nth-child(4n+5) {
    clear: left;
  }
  .col-1\/4\@mobile:nth-child(n) {
    width: 25%;
  }
  .offset-1\/4\@mobile {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@mobile {
    margin-right: 25%;
  }
  .offset-none\@mobile {
    margin-left: 0;
  }
  .offset-reverse-none\@mobile {
    margin-right: 0;
  }
  .col-3\/4\@mobile:nth-child(n) {
    width: 75%;
  }
}
@media (min-width: 20em) {
  .grid-5-cols\@mobile > * {
    float: left;
    width: 20%;
  }
  .grid-5-cols\@mobile > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols\@mobile > *:nth-child(5n+6) {
    clear: left;
  }
  .col-1\/5\@mobile:nth-child(n) {
    width: 20%;
  }
  .offset-1\/5\@mobile {
    margin-left: 20%;
  }
  .offset-reverse-1\/5\@mobile {
    margin-right: 20%;
  }
  .offset-none\@mobile {
    margin-left: 0;
  }
  .offset-reverse-none\@mobile {
    margin-right: 0;
  }
  .col-2\/5\@mobile:nth-child(n) {
    width: 40%;
  }
  .col-3\/5\@mobile:nth-child(n) {
    width: 60%;
  }
  .col-4\/5\@mobile:nth-child(n) {
    width: 80%;
  }
}
@media (min-width: 20em) {
  .grid-6-cols\@mobile > * {
    float: left;
    width: 16.6656666667%;
  }
  .grid-6-cols\@mobile > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols\@mobile > *:nth-child(6n+7) {
    clear: left;
  }
  .col-1\/6\@mobile:nth-child(n) {
    width: 16.6656666667%;
  }
  .offset-1\/6\@mobile {
    margin-left: 16.6656666667%;
  }
  .offset-reverse-1\/6\@mobile {
    margin-right: 16.6656666667%;
  }
  .offset-none\@mobile {
    margin-left: 0;
  }
  .offset-reverse-none\@mobile {
    margin-right: 0;
  }
  .col-5\/6\@mobile:nth-child(n) {
    width: 83.3323333333%;
  }
}
@media (min-width: 20em) {
  .grid-7-cols\@mobile > * {
    float: left;
    width: 14.2847142857%;
  }
  .grid-7-cols\@mobile > *:nth-child(n) {
    clear: none;
  }
  .grid-7-cols\@mobile > *:nth-child(7n+8) {
    clear: left;
  }
  .col-1\/7\@mobile:nth-child(n) {
    width: 14.2847142857%;
  }
  .offset-1\/7\@mobile {
    margin-left: 14.2847142857%;
  }
  .offset-reverse-1\/7\@mobile {
    margin-right: 14.2847142857%;
  }
  .offset-none\@mobile {
    margin-left: 0;
  }
  .offset-reverse-none\@mobile {
    margin-right: 0;
  }
  .col-2\/7\@mobile:nth-child(n) {
    width: 28.5704285714%;
  }
  .col-3\/7\@mobile:nth-child(n) {
    width: 42.8561428571%;
  }
  .col-4\/7\@mobile:nth-child(n) {
    width: 57.1418571429%;
  }
  .col-5\/7\@mobile:nth-child(n) {
    width: 71.4275714286%;
  }
  .col-6\/7\@mobile:nth-child(n) {
    width: 85.7132857143%;
  }
}
@media (min-width: 20em) {
  .grid-8-cols\@mobile > * {
    float: left;
    width: 12.499%;
  }
  .grid-8-cols\@mobile > *:nth-child(n) {
    clear: none;
  }
  .grid-8-cols\@mobile > *:nth-child(8n+9) {
    clear: left;
  }
  .col-1\/8\@mobile:nth-child(n) {
    width: 12.499%;
  }
  .offset-1\/8\@mobile {
    margin-left: 12.499%;
  }
  .offset-reverse-1\/8\@mobile {
    margin-right: 12.499%;
  }
  .offset-none\@mobile {
    margin-left: 0;
  }
  .offset-reverse-none\@mobile {
    margin-right: 0;
  }
  .col-3\/8\@mobile:nth-child(n) {
    width: 37.499%;
  }
  .col-5\/8\@mobile:nth-child(n) {
    width: 62.499%;
  }
  .col-7\/8\@mobile:nth-child(n) {
    width: 87.499%;
  }
}
@media (min-width: 20em) {
  .grid-9-cols\@mobile > * {
    float: left;
    width: 11.1101111111%;
  }
  .grid-9-cols\@mobile > *:nth-child(n) {
    clear: none;
  }
  .grid-9-cols\@mobile > *:nth-child(9n+10) {
    clear: left;
  }
  .col-1\/9\@mobile:nth-child(n) {
    width: 11.1101111111%;
  }
  .offset-1\/9\@mobile {
    margin-left: 11.1101111111%;
  }
  .offset-reverse-1\/9\@mobile {
    margin-right: 11.1101111111%;
  }
  .offset-none\@mobile {
    margin-left: 0;
  }
  .offset-reverse-none\@mobile {
    margin-right: 0;
  }
  .col-2\/9\@mobile:nth-child(n) {
    width: 22.2212222222%;
  }
  .col-4\/9\@mobile:nth-child(n) {
    width: 44.4434444444%;
  }
  .col-5\/9\@mobile:nth-child(n) {
    width: 55.5545555556%;
  }
  .col-7\/9\@mobile:nth-child(n) {
    width: 77.7767777778%;
  }
  .col-8\/9\@mobile:nth-child(n) {
    width: 88.8878888889%;
  }
}
@media (min-width: 20em) {
  .grid-10-cols\@mobile > * {
    float: left;
    width: 10%;
  }
  .grid-10-cols\@mobile > *:nth-child(n) {
    clear: none;
  }
  .grid-10-cols\@mobile > *:nth-child(10n+11) {
    clear: left;
  }
  .col-1\/10\@mobile:nth-child(n) {
    width: 10%;
  }
  .offset-1\/10\@mobile {
    margin-left: 10%;
  }
  .offset-reverse-1\/10\@mobile {
    margin-right: 10%;
  }
  .offset-none\@mobile {
    margin-left: 0;
  }
  .offset-reverse-none\@mobile {
    margin-right: 0;
  }
  .col-3\/10\@mobile:nth-child(n) {
    width: 30%;
  }
  .col-7\/10\@mobile:nth-child(n) {
    width: 70%;
  }
  .col-9\/10\@mobile:nth-child(n) {
    width: 90%;
  }
}
@media (min-width: 20em) {
  .grid-11-cols\@mobile > * {
    float: left;
    width: 9.0899090909%;
  }
  .grid-11-cols\@mobile > *:nth-child(n) {
    clear: none;
  }
  .grid-11-cols\@mobile > *:nth-child(11n+12) {
    clear: left;
  }
  .col-1\/11\@mobile:nth-child(n) {
    width: 9.0899090909%;
  }
  .offset-1\/11\@mobile {
    margin-left: 9.0899090909%;
  }
  .offset-reverse-1\/11\@mobile {
    margin-right: 9.0899090909%;
  }
  .offset-none\@mobile {
    margin-left: 0;
  }
  .offset-reverse-none\@mobile {
    margin-right: 0;
  }
  .col-2\/11\@mobile:nth-child(n) {
    width: 18.1808181818%;
  }
  .col-3\/11\@mobile:nth-child(n) {
    width: 27.2717272727%;
  }
  .col-4\/11\@mobile:nth-child(n) {
    width: 36.3626363636%;
  }
  .col-5\/11\@mobile:nth-child(n) {
    width: 45.4535454545%;
  }
  .col-6\/11\@mobile:nth-child(n) {
    width: 54.5444545455%;
  }
  .col-7\/11\@mobile:nth-child(n) {
    width: 63.6353636364%;
  }
  .col-8\/11\@mobile:nth-child(n) {
    width: 72.7262727273%;
  }
  .col-9\/11\@mobile:nth-child(n) {
    width: 81.8171818182%;
  }
  .col-10\/11\@mobile:nth-child(n) {
    width: 90.9080909091%;
  }
}
@media (min-width: 20em) {
  .grid-12-cols\@mobile > * {
    float: left;
    width: 8.3323333333%;
  }
  .grid-12-cols\@mobile > *:nth-child(n) {
    clear: none;
  }
  .grid-12-cols\@mobile > *:nth-child(12n+13) {
    clear: left;
  }
  .col-1\/12\@mobile:nth-child(n) {
    width: 8.3323333333%;
  }
  .offset-1\/12\@mobile {
    margin-left: 8.3323333333%;
  }
  .offset-reverse-1\/12\@mobile {
    margin-right: 8.3323333333%;
  }
  .offset-none\@mobile {
    margin-left: 0;
  }
  .offset-reverse-none\@mobile {
    margin-right: 0;
  }
  .col-5\/12\@mobile:nth-child(n) {
    width: 41.6656666667%;
  }
  .col-7\/12\@mobile:nth-child(n) {
    width: 58.3323333333%;
  }
  .col-11\/12\@mobile:nth-child(n) {
    width: 91.6656666667%;
  }
}
@media (min-width: 45em) {
  .grid-2-cols\@tablet > * {
    float: left;
    width: 50%;
  }
  .grid-2-cols\@tablet > *:nth-child(n) {
    clear: none;
  }
  .grid-2-cols\@tablet > *:nth-child(2n+3) {
    clear: left;
  }
  .col-1\/2\@tablet:nth-child(n) {
    width: 50%;
  }
  .offset-1\/2\@tablet {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@tablet {
    margin-right: 50%;
  }
  .offset-none\@tablet {
    margin-left: 0;
  }
  .offset-reverse-none\@tablet {
    margin-right: 0;
  }
  .col-1\/2\@tablet:nth-child(n) {
    width: 50%;
  }
}
@media (min-width: 45em) {
  .grid-3-cols\@tablet > * {
    float: left;
    width: 33.3323333333%;
  }
  .grid-3-cols\@tablet > *:nth-child(n) {
    clear: none;
  }
  .grid-3-cols\@tablet > *:nth-child(3n+4) {
    clear: left;
  }
  .col-1\/3\@tablet:nth-child(n) {
    width: 33.3323333333%;
  }
  .offset-1\/3\@tablet {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@tablet {
    margin-right: 33.3323333333%;
  }
  .offset-none\@tablet {
    margin-left: 0;
  }
  .offset-reverse-none\@tablet {
    margin-right: 0;
  }
  .col-2\/3\@tablet:nth-child(n) {
    width: 66.6656666667%;
  }
}
@media (min-width: 45em) {
  .grid-4-cols\@tablet > * {
    float: left;
    width: 25%;
  }
  .grid-4-cols\@tablet > *:nth-child(n) {
    clear: none;
  }
  .grid-4-cols\@tablet > *:nth-child(4n+5) {
    clear: left;
  }
  .col-1\/4\@tablet:nth-child(n) {
    width: 25%;
  }
  .offset-1\/4\@tablet {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@tablet {
    margin-right: 25%;
  }
  .offset-none\@tablet {
    margin-left: 0;
  }
  .offset-reverse-none\@tablet {
    margin-right: 0;
  }
  .col-3\/4\@tablet:nth-child(n) {
    width: 75%;
  }
}
@media (min-width: 45em) {
  .grid-5-cols\@tablet > * {
    float: left;
    width: 20%;
  }
  .grid-5-cols\@tablet > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols\@tablet > *:nth-child(5n+6) {
    clear: left;
  }
  .col-1\/5\@tablet:nth-child(n) {
    width: 20%;
  }
  .offset-1\/5\@tablet {
    margin-left: 20%;
  }
  .offset-reverse-1\/5\@tablet {
    margin-right: 20%;
  }
  .offset-none\@tablet {
    margin-left: 0;
  }
  .offset-reverse-none\@tablet {
    margin-right: 0;
  }
  .col-2\/5\@tablet:nth-child(n) {
    width: 40%;
  }
  .col-3\/5\@tablet:nth-child(n) {
    width: 60%;
  }
  .col-4\/5\@tablet:nth-child(n) {
    width: 80%;
  }
}
@media (min-width: 45em) {
  .grid-6-cols\@tablet > * {
    float: left;
    width: 16.6656666667%;
  }
  .grid-6-cols\@tablet > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols\@tablet > *:nth-child(6n+7) {
    clear: left;
  }
  .col-1\/6\@tablet:nth-child(n) {
    width: 16.6656666667%;
  }
  .offset-1\/6\@tablet {
    margin-left: 16.6656666667%;
  }
  .offset-reverse-1\/6\@tablet {
    margin-right: 16.6656666667%;
  }
  .offset-none\@tablet {
    margin-left: 0;
  }
  .offset-reverse-none\@tablet {
    margin-right: 0;
  }
  .col-5\/6\@tablet:nth-child(n) {
    width: 83.3323333333%;
  }
}
@media (min-width: 45em) {
  .grid-7-cols\@tablet > * {
    float: left;
    width: 14.2847142857%;
  }
  .grid-7-cols\@tablet > *:nth-child(n) {
    clear: none;
  }
  .grid-7-cols\@tablet > *:nth-child(7n+8) {
    clear: left;
  }
  .col-1\/7\@tablet:nth-child(n) {
    width: 14.2847142857%;
  }
  .offset-1\/7\@tablet {
    margin-left: 14.2847142857%;
  }
  .offset-reverse-1\/7\@tablet {
    margin-right: 14.2847142857%;
  }
  .offset-none\@tablet {
    margin-left: 0;
  }
  .offset-reverse-none\@tablet {
    margin-right: 0;
  }
  .col-2\/7\@tablet:nth-child(n) {
    width: 28.5704285714%;
  }
  .col-3\/7\@tablet:nth-child(n) {
    width: 42.8561428571%;
  }
  .col-4\/7\@tablet:nth-child(n) {
    width: 57.1418571429%;
  }
  .col-5\/7\@tablet:nth-child(n) {
    width: 71.4275714286%;
  }
  .col-6\/7\@tablet:nth-child(n) {
    width: 85.7132857143%;
  }
}
@media (min-width: 45em) {
  .grid-8-cols\@tablet > * {
    float: left;
    width: 12.499%;
  }
  .grid-8-cols\@tablet > *:nth-child(n) {
    clear: none;
  }
  .grid-8-cols\@tablet > *:nth-child(8n+9) {
    clear: left;
  }
  .col-1\/8\@tablet:nth-child(n) {
    width: 12.499%;
  }
  .offset-1\/8\@tablet {
    margin-left: 12.499%;
  }
  .offset-reverse-1\/8\@tablet {
    margin-right: 12.499%;
  }
  .offset-none\@tablet {
    margin-left: 0;
  }
  .offset-reverse-none\@tablet {
    margin-right: 0;
  }
  .col-3\/8\@tablet:nth-child(n) {
    width: 37.499%;
  }
  .col-5\/8\@tablet:nth-child(n) {
    width: 62.499%;
  }
  .col-7\/8\@tablet:nth-child(n) {
    width: 87.499%;
  }
}
@media (min-width: 45em) {
  .grid-9-cols\@tablet > * {
    float: left;
    width: 11.1101111111%;
  }
  .grid-9-cols\@tablet > *:nth-child(n) {
    clear: none;
  }
  .grid-9-cols\@tablet > *:nth-child(9n+10) {
    clear: left;
  }
  .col-1\/9\@tablet:nth-child(n) {
    width: 11.1101111111%;
  }
  .offset-1\/9\@tablet {
    margin-left: 11.1101111111%;
  }
  .offset-reverse-1\/9\@tablet {
    margin-right: 11.1101111111%;
  }
  .offset-none\@tablet {
    margin-left: 0;
  }
  .offset-reverse-none\@tablet {
    margin-right: 0;
  }
  .col-2\/9\@tablet:nth-child(n) {
    width: 22.2212222222%;
  }
  .col-4\/9\@tablet:nth-child(n) {
    width: 44.4434444444%;
  }
  .col-5\/9\@tablet:nth-child(n) {
    width: 55.5545555556%;
  }
  .col-7\/9\@tablet:nth-child(n) {
    width: 77.7767777778%;
  }
  .col-8\/9\@tablet:nth-child(n) {
    width: 88.8878888889%;
  }
}
@media (min-width: 45em) {
  .grid-10-cols\@tablet > * {
    float: left;
    width: 10%;
  }
  .grid-10-cols\@tablet > *:nth-child(n) {
    clear: none;
  }
  .grid-10-cols\@tablet > *:nth-child(10n+11) {
    clear: left;
  }
  .col-1\/10\@tablet:nth-child(n) {
    width: 10%;
  }
  .offset-1\/10\@tablet {
    margin-left: 10%;
  }
  .offset-reverse-1\/10\@tablet {
    margin-right: 10%;
  }
  .offset-none\@tablet {
    margin-left: 0;
  }
  .offset-reverse-none\@tablet {
    margin-right: 0;
  }
  .col-3\/10\@tablet:nth-child(n) {
    width: 30%;
  }
  .col-7\/10\@tablet:nth-child(n) {
    width: 70%;
  }
  .col-9\/10\@tablet:nth-child(n) {
    width: 90%;
  }
}
@media (min-width: 45em) {
  .grid-11-cols\@tablet > * {
    float: left;
    width: 9.0899090909%;
  }
  .grid-11-cols\@tablet > *:nth-child(n) {
    clear: none;
  }
  .grid-11-cols\@tablet > *:nth-child(11n+12) {
    clear: left;
  }
  .col-1\/11\@tablet:nth-child(n) {
    width: 9.0899090909%;
  }
  .offset-1\/11\@tablet {
    margin-left: 9.0899090909%;
  }
  .offset-reverse-1\/11\@tablet {
    margin-right: 9.0899090909%;
  }
  .offset-none\@tablet {
    margin-left: 0;
  }
  .offset-reverse-none\@tablet {
    margin-right: 0;
  }
  .col-2\/11\@tablet:nth-child(n) {
    width: 18.1808181818%;
  }
  .col-3\/11\@tablet:nth-child(n) {
    width: 27.2717272727%;
  }
  .col-4\/11\@tablet:nth-child(n) {
    width: 36.3626363636%;
  }
  .col-5\/11\@tablet:nth-child(n) {
    width: 45.4535454545%;
  }
  .col-6\/11\@tablet:nth-child(n) {
    width: 54.5444545455%;
  }
  .col-7\/11\@tablet:nth-child(n) {
    width: 63.6353636364%;
  }
  .col-8\/11\@tablet:nth-child(n) {
    width: 72.7262727273%;
  }
  .col-9\/11\@tablet:nth-child(n) {
    width: 81.8171818182%;
  }
  .col-10\/11\@tablet:nth-child(n) {
    width: 90.9080909091%;
  }
}
@media (min-width: 45em) {
  .grid-12-cols\@tablet > * {
    float: left;
    width: 8.3323333333%;
  }
  .grid-12-cols\@tablet > *:nth-child(n) {
    clear: none;
  }
  .grid-12-cols\@tablet > *:nth-child(12n+13) {
    clear: left;
  }
  .col-1\/12\@tablet:nth-child(n) {
    width: 8.3323333333%;
  }
  .offset-1\/12\@tablet {
    margin-left: 8.3323333333%;
  }
  .offset-reverse-1\/12\@tablet {
    margin-right: 8.3323333333%;
  }
  .offset-none\@tablet {
    margin-left: 0;
  }
  .offset-reverse-none\@tablet {
    margin-right: 0;
  }
  .col-5\/12\@tablet:nth-child(n) {
    width: 41.6656666667%;
  }
  .col-7\/12\@tablet:nth-child(n) {
    width: 58.3323333333%;
  }
  .col-11\/12\@tablet:nth-child(n) {
    width: 91.6656666667%;
  }
}
@media (min-width: 60em) {
  .grid-2-cols\@tablet-wide > * {
    float: left;
    width: 50%;
  }
  .grid-2-cols\@tablet-wide > *:nth-child(n) {
    clear: none;
  }
  .grid-2-cols\@tablet-wide > *:nth-child(2n+3) {
    clear: left;
  }
  .col-1\/2\@tablet-wide:nth-child(n) {
    width: 50%;
  }
  .offset-1\/2\@tablet-wide {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@tablet-wide {
    margin-right: 50%;
  }
  .offset-none\@tablet-wide {
    margin-left: 0;
  }
  .offset-reverse-none\@tablet-wide {
    margin-right: 0;
  }
  .col-1\/2\@tablet-wide:nth-child(n) {
    width: 50%;
  }
}
@media (min-width: 60em) {
  .grid-3-cols\@tablet-wide > * {
    float: left;
    width: 33.3323333333%;
  }
  .grid-3-cols\@tablet-wide > *:nth-child(n) {
    clear: none;
  }
  .grid-3-cols\@tablet-wide > *:nth-child(3n+4) {
    clear: left;
  }
  .col-1\/3\@tablet-wide:nth-child(n) {
    width: 33.3323333333%;
  }
  .offset-1\/3\@tablet-wide {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@tablet-wide {
    margin-right: 33.3323333333%;
  }
  .offset-none\@tablet-wide {
    margin-left: 0;
  }
  .offset-reverse-none\@tablet-wide {
    margin-right: 0;
  }
  .col-2\/3\@tablet-wide:nth-child(n) {
    width: 66.6656666667%;
  }
}
@media (min-width: 60em) {
  .grid-4-cols\@tablet-wide > * {
    float: left;
    width: 25%;
  }
  .grid-4-cols\@tablet-wide > *:nth-child(n) {
    clear: none;
  }
  .grid-4-cols\@tablet-wide > *:nth-child(4n+5) {
    clear: left;
  }
  .col-1\/4\@tablet-wide:nth-child(n) {
    width: 25%;
  }
  .offset-1\/4\@tablet-wide {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@tablet-wide {
    margin-right: 25%;
  }
  .offset-none\@tablet-wide {
    margin-left: 0;
  }
  .offset-reverse-none\@tablet-wide {
    margin-right: 0;
  }
  .col-3\/4\@tablet-wide:nth-child(n) {
    width: 75%;
  }
}
@media (min-width: 60em) {
  .grid-5-cols\@tablet-wide > * {
    float: left;
    width: 20%;
  }
  .grid-5-cols\@tablet-wide > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols\@tablet-wide > *:nth-child(5n+6) {
    clear: left;
  }
  .col-1\/5\@tablet-wide:nth-child(n) {
    width: 20%;
  }
  .offset-1\/5\@tablet-wide {
    margin-left: 20%;
  }
  .offset-reverse-1\/5\@tablet-wide {
    margin-right: 20%;
  }
  .offset-none\@tablet-wide {
    margin-left: 0;
  }
  .offset-reverse-none\@tablet-wide {
    margin-right: 0;
  }
  .col-2\/5\@tablet-wide:nth-child(n) {
    width: 40%;
  }
  .col-3\/5\@tablet-wide:nth-child(n) {
    width: 60%;
  }
  .col-4\/5\@tablet-wide:nth-child(n) {
    width: 80%;
  }
}
@media (min-width: 60em) {
  .grid-6-cols\@tablet-wide > * {
    float: left;
    width: 16.6656666667%;
  }
  .grid-6-cols\@tablet-wide > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols\@tablet-wide > *:nth-child(6n+7) {
    clear: left;
  }
  .col-1\/6\@tablet-wide:nth-child(n) {
    width: 16.6656666667%;
  }
  .offset-1\/6\@tablet-wide {
    margin-left: 16.6656666667%;
  }
  .offset-reverse-1\/6\@tablet-wide {
    margin-right: 16.6656666667%;
  }
  .offset-none\@tablet-wide {
    margin-left: 0;
  }
  .offset-reverse-none\@tablet-wide {
    margin-right: 0;
  }
  .col-5\/6\@tablet-wide:nth-child(n) {
    width: 83.3323333333%;
  }
}
@media (min-width: 60em) {
  .grid-7-cols\@tablet-wide > * {
    float: left;
    width: 14.2847142857%;
  }
  .grid-7-cols\@tablet-wide > *:nth-child(n) {
    clear: none;
  }
  .grid-7-cols\@tablet-wide > *:nth-child(7n+8) {
    clear: left;
  }
  .col-1\/7\@tablet-wide:nth-child(n) {
    width: 14.2847142857%;
  }
  .offset-1\/7\@tablet-wide {
    margin-left: 14.2847142857%;
  }
  .offset-reverse-1\/7\@tablet-wide {
    margin-right: 14.2847142857%;
  }
  .offset-none\@tablet-wide {
    margin-left: 0;
  }
  .offset-reverse-none\@tablet-wide {
    margin-right: 0;
  }
  .col-2\/7\@tablet-wide:nth-child(n) {
    width: 28.5704285714%;
  }
  .col-3\/7\@tablet-wide:nth-child(n) {
    width: 42.8561428571%;
  }
  .col-4\/7\@tablet-wide:nth-child(n) {
    width: 57.1418571429%;
  }
  .col-5\/7\@tablet-wide:nth-child(n) {
    width: 71.4275714286%;
  }
  .col-6\/7\@tablet-wide:nth-child(n) {
    width: 85.7132857143%;
  }
}
@media (min-width: 60em) {
  .grid-8-cols\@tablet-wide > * {
    float: left;
    width: 12.499%;
  }
  .grid-8-cols\@tablet-wide > *:nth-child(n) {
    clear: none;
  }
  .grid-8-cols\@tablet-wide > *:nth-child(8n+9) {
    clear: left;
  }
  .col-1\/8\@tablet-wide:nth-child(n) {
    width: 12.499%;
  }
  .offset-1\/8\@tablet-wide {
    margin-left: 12.499%;
  }
  .offset-reverse-1\/8\@tablet-wide {
    margin-right: 12.499%;
  }
  .offset-none\@tablet-wide {
    margin-left: 0;
  }
  .offset-reverse-none\@tablet-wide {
    margin-right: 0;
  }
  .col-3\/8\@tablet-wide:nth-child(n) {
    width: 37.499%;
  }
  .col-5\/8\@tablet-wide:nth-child(n) {
    width: 62.499%;
  }
  .col-7\/8\@tablet-wide:nth-child(n) {
    width: 87.499%;
  }
}
@media (min-width: 60em) {
  .grid-9-cols\@tablet-wide > * {
    float: left;
    width: 11.1101111111%;
  }
  .grid-9-cols\@tablet-wide > *:nth-child(n) {
    clear: none;
  }
  .grid-9-cols\@tablet-wide > *:nth-child(9n+10) {
    clear: left;
  }
  .col-1\/9\@tablet-wide:nth-child(n) {
    width: 11.1101111111%;
  }
  .offset-1\/9\@tablet-wide {
    margin-left: 11.1101111111%;
  }
  .offset-reverse-1\/9\@tablet-wide {
    margin-right: 11.1101111111%;
  }
  .offset-none\@tablet-wide {
    margin-left: 0;
  }
  .offset-reverse-none\@tablet-wide {
    margin-right: 0;
  }
  .col-2\/9\@tablet-wide:nth-child(n) {
    width: 22.2212222222%;
  }
  .col-4\/9\@tablet-wide:nth-child(n) {
    width: 44.4434444444%;
  }
  .col-5\/9\@tablet-wide:nth-child(n) {
    width: 55.5545555556%;
  }
  .col-7\/9\@tablet-wide:nth-child(n) {
    width: 77.7767777778%;
  }
  .col-8\/9\@tablet-wide:nth-child(n) {
    width: 88.8878888889%;
  }
}
@media (min-width: 60em) {
  .grid-10-cols\@tablet-wide > * {
    float: left;
    width: 10%;
  }
  .grid-10-cols\@tablet-wide > *:nth-child(n) {
    clear: none;
  }
  .grid-10-cols\@tablet-wide > *:nth-child(10n+11) {
    clear: left;
  }
  .col-1\/10\@tablet-wide:nth-child(n) {
    width: 10%;
  }
  .offset-1\/10\@tablet-wide {
    margin-left: 10%;
  }
  .offset-reverse-1\/10\@tablet-wide {
    margin-right: 10%;
  }
  .offset-none\@tablet-wide {
    margin-left: 0;
  }
  .offset-reverse-none\@tablet-wide {
    margin-right: 0;
  }
  .col-3\/10\@tablet-wide:nth-child(n) {
    width: 30%;
  }
  .col-7\/10\@tablet-wide:nth-child(n) {
    width: 70%;
  }
  .col-9\/10\@tablet-wide:nth-child(n) {
    width: 90%;
  }
}
@media (min-width: 60em) {
  .grid-11-cols\@tablet-wide > * {
    float: left;
    width: 9.0899090909%;
  }
  .grid-11-cols\@tablet-wide > *:nth-child(n) {
    clear: none;
  }
  .grid-11-cols\@tablet-wide > *:nth-child(11n+12) {
    clear: left;
  }
  .col-1\/11\@tablet-wide:nth-child(n) {
    width: 9.0899090909%;
  }
  .offset-1\/11\@tablet-wide {
    margin-left: 9.0899090909%;
  }
  .offset-reverse-1\/11\@tablet-wide {
    margin-right: 9.0899090909%;
  }
  .offset-none\@tablet-wide {
    margin-left: 0;
  }
  .offset-reverse-none\@tablet-wide {
    margin-right: 0;
  }
  .col-2\/11\@tablet-wide:nth-child(n) {
    width: 18.1808181818%;
  }
  .col-3\/11\@tablet-wide:nth-child(n) {
    width: 27.2717272727%;
  }
  .col-4\/11\@tablet-wide:nth-child(n) {
    width: 36.3626363636%;
  }
  .col-5\/11\@tablet-wide:nth-child(n) {
    width: 45.4535454545%;
  }
  .col-6\/11\@tablet-wide:nth-child(n) {
    width: 54.5444545455%;
  }
  .col-7\/11\@tablet-wide:nth-child(n) {
    width: 63.6353636364%;
  }
  .col-8\/11\@tablet-wide:nth-child(n) {
    width: 72.7262727273%;
  }
  .col-9\/11\@tablet-wide:nth-child(n) {
    width: 81.8171818182%;
  }
  .col-10\/11\@tablet-wide:nth-child(n) {
    width: 90.9080909091%;
  }
}
@media (min-width: 60em) {
  .grid-12-cols\@tablet-wide > * {
    float: left;
    width: 8.3323333333%;
  }
  .grid-12-cols\@tablet-wide > *:nth-child(n) {
    clear: none;
  }
  .grid-12-cols\@tablet-wide > *:nth-child(12n+13) {
    clear: left;
  }
  .col-1\/12\@tablet-wide:nth-child(n) {
    width: 8.3323333333%;
  }
  .offset-1\/12\@tablet-wide {
    margin-left: 8.3323333333%;
  }
  .offset-reverse-1\/12\@tablet-wide {
    margin-right: 8.3323333333%;
  }
  .offset-none\@tablet-wide {
    margin-left: 0;
  }
  .offset-reverse-none\@tablet-wide {
    margin-right: 0;
  }
  .col-5\/12\@tablet-wide:nth-child(n) {
    width: 41.6656666667%;
  }
  .col-7\/12\@tablet-wide:nth-child(n) {
    width: 58.3323333333%;
  }
  .col-11\/12\@tablet-wide:nth-child(n) {
    width: 91.6656666667%;
  }
}
@media (min-width: 75em) {
  .grid-2-cols\@desktop > * {
    float: left;
    width: 50%;
  }
  .grid-2-cols\@desktop > *:nth-child(n) {
    clear: none;
  }
  .grid-2-cols\@desktop > *:nth-child(2n+3) {
    clear: left;
  }
  .col-1\/2\@desktop:nth-child(n) {
    width: 50%;
  }
  .offset-1\/2\@desktop {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@desktop {
    margin-right: 50%;
  }
  .offset-none\@desktop {
    margin-left: 0;
  }
  .offset-reverse-none\@desktop {
    margin-right: 0;
  }
  .col-1\/2\@desktop:nth-child(n) {
    width: 50%;
  }
}
@media (min-width: 75em) {
  .grid-3-cols\@desktop > * {
    float: left;
    width: 33.3323333333%;
  }
  .grid-3-cols\@desktop > *:nth-child(n) {
    clear: none;
  }
  .grid-3-cols\@desktop > *:nth-child(3n+4) {
    clear: left;
  }
  .col-1\/3\@desktop:nth-child(n) {
    width: 33.3323333333%;
  }
  .offset-1\/3\@desktop {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@desktop {
    margin-right: 33.3323333333%;
  }
  .offset-none\@desktop {
    margin-left: 0;
  }
  .offset-reverse-none\@desktop {
    margin-right: 0;
  }
  .col-2\/3\@desktop:nth-child(n) {
    width: 66.6656666667%;
  }
}
@media (min-width: 75em) {
  .grid-4-cols\@desktop > * {
    float: left;
    width: 25%;
  }
  .grid-4-cols\@desktop > *:nth-child(n) {
    clear: none;
  }
  .grid-4-cols\@desktop > *:nth-child(4n+5) {
    clear: left;
  }
  .col-1\/4\@desktop:nth-child(n) {
    width: 25%;
  }
  .offset-1\/4\@desktop {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@desktop {
    margin-right: 25%;
  }
  .offset-none\@desktop {
    margin-left: 0;
  }
  .offset-reverse-none\@desktop {
    margin-right: 0;
  }
  .col-3\/4\@desktop:nth-child(n) {
    width: 75%;
  }
}
@media (min-width: 75em) {
  .grid-5-cols\@desktop > * {
    float: left;
    width: 20%;
  }
  .grid-5-cols\@desktop > *:nth-child(n) {
    clear: none;
  }
  .grid-5-cols\@desktop > *:nth-child(5n+6) {
    clear: left;
  }
  .col-1\/5\@desktop:nth-child(n) {
    width: 20%;
  }
  .offset-1\/5\@desktop {
    margin-left: 20%;
  }
  .offset-reverse-1\/5\@desktop {
    margin-right: 20%;
  }
  .offset-none\@desktop {
    margin-left: 0;
  }
  .offset-reverse-none\@desktop {
    margin-right: 0;
  }
  .col-2\/5\@desktop:nth-child(n) {
    width: 40%;
  }
  .col-3\/5\@desktop:nth-child(n) {
    width: 60%;
  }
  .col-4\/5\@desktop:nth-child(n) {
    width: 80%;
  }
}
@media (min-width: 75em) {
  .grid-6-cols\@desktop > * {
    float: left;
    width: 16.6656666667%;
  }
  .grid-6-cols\@desktop > *:nth-child(n) {
    clear: none;
  }
  .grid-6-cols\@desktop > *:nth-child(6n+7) {
    clear: left;
  }
  .col-1\/6\@desktop:nth-child(n) {
    width: 16.6656666667%;
  }
  .offset-1\/6\@desktop {
    margin-left: 16.6656666667%;
  }
  .offset-reverse-1\/6\@desktop {
    margin-right: 16.6656666667%;
  }
  .offset-none\@desktop {
    margin-left: 0;
  }
  .offset-reverse-none\@desktop {
    margin-right: 0;
  }
  .col-5\/6\@desktop:nth-child(n) {
    width: 83.3323333333%;
  }
}
@media (min-width: 75em) {
  .grid-7-cols\@desktop > * {
    float: left;
    width: 14.2847142857%;
  }
  .grid-7-cols\@desktop > *:nth-child(n) {
    clear: none;
  }
  .grid-7-cols\@desktop > *:nth-child(7n+8) {
    clear: left;
  }
  .col-1\/7\@desktop:nth-child(n) {
    width: 14.2847142857%;
  }
  .offset-1\/7\@desktop {
    margin-left: 14.2847142857%;
  }
  .offset-reverse-1\/7\@desktop {
    margin-right: 14.2847142857%;
  }
  .offset-none\@desktop {
    margin-left: 0;
  }
  .offset-reverse-none\@desktop {
    margin-right: 0;
  }
  .col-2\/7\@desktop:nth-child(n) {
    width: 28.5704285714%;
  }
  .col-3\/7\@desktop:nth-child(n) {
    width: 42.8561428571%;
  }
  .col-4\/7\@desktop:nth-child(n) {
    width: 57.1418571429%;
  }
  .col-5\/7\@desktop:nth-child(n) {
    width: 71.4275714286%;
  }
  .col-6\/7\@desktop:nth-child(n) {
    width: 85.7132857143%;
  }
}
@media (min-width: 75em) {
  .grid-8-cols\@desktop > * {
    float: left;
    width: 12.499%;
  }
  .grid-8-cols\@desktop > *:nth-child(n) {
    clear: none;
  }
  .grid-8-cols\@desktop > *:nth-child(8n+9) {
    clear: left;
  }
  .col-1\/8\@desktop:nth-child(n) {
    width: 12.499%;
  }
  .offset-1\/8\@desktop {
    margin-left: 12.499%;
  }
  .offset-reverse-1\/8\@desktop {
    margin-right: 12.499%;
  }
  .offset-none\@desktop {
    margin-left: 0;
  }
  .offset-reverse-none\@desktop {
    margin-right: 0;
  }
  .col-3\/8\@desktop:nth-child(n) {
    width: 37.499%;
  }
  .col-5\/8\@desktop:nth-child(n) {
    width: 62.499%;
  }
  .col-7\/8\@desktop:nth-child(n) {
    width: 87.499%;
  }
}
@media (min-width: 75em) {
  .grid-9-cols\@desktop > * {
    float: left;
    width: 11.1101111111%;
  }
  .grid-9-cols\@desktop > *:nth-child(n) {
    clear: none;
  }
  .grid-9-cols\@desktop > *:nth-child(9n+10) {
    clear: left;
  }
  .col-1\/9\@desktop:nth-child(n) {
    width: 11.1101111111%;
  }
  .offset-1\/9\@desktop {
    margin-left: 11.1101111111%;
  }
  .offset-reverse-1\/9\@desktop {
    margin-right: 11.1101111111%;
  }
  .offset-none\@desktop {
    margin-left: 0;
  }
  .offset-reverse-none\@desktop {
    margin-right: 0;
  }
  .col-2\/9\@desktop:nth-child(n) {
    width: 22.2212222222%;
  }
  .col-4\/9\@desktop:nth-child(n) {
    width: 44.4434444444%;
  }
  .col-5\/9\@desktop:nth-child(n) {
    width: 55.5545555556%;
  }
  .col-7\/9\@desktop:nth-child(n) {
    width: 77.7767777778%;
  }
  .col-8\/9\@desktop:nth-child(n) {
    width: 88.8878888889%;
  }
}
@media (min-width: 75em) {
  .grid-10-cols\@desktop > * {
    float: left;
    width: 10%;
  }
  .grid-10-cols\@desktop > *:nth-child(n) {
    clear: none;
  }
  .grid-10-cols\@desktop > *:nth-child(10n+11) {
    clear: left;
  }
  .col-1\/10\@desktop:nth-child(n) {
    width: 10%;
  }
  .offset-1\/10\@desktop {
    margin-left: 10%;
  }
  .offset-reverse-1\/10\@desktop {
    margin-right: 10%;
  }
  .offset-none\@desktop {
    margin-left: 0;
  }
  .offset-reverse-none\@desktop {
    margin-right: 0;
  }
  .col-3\/10\@desktop:nth-child(n) {
    width: 30%;
  }
  .col-7\/10\@desktop:nth-child(n) {
    width: 70%;
  }
  .col-9\/10\@desktop:nth-child(n) {
    width: 90%;
  }
}
@media (min-width: 75em) {
  .grid-11-cols\@desktop > * {
    float: left;
    width: 9.0899090909%;
  }
  .grid-11-cols\@desktop > *:nth-child(n) {
    clear: none;
  }
  .grid-11-cols\@desktop > *:nth-child(11n+12) {
    clear: left;
  }
  .col-1\/11\@desktop:nth-child(n) {
    width: 9.0899090909%;
  }
  .offset-1\/11\@desktop {
    margin-left: 9.0899090909%;
  }
  .offset-reverse-1\/11\@desktop {
    margin-right: 9.0899090909%;
  }
  .offset-none\@desktop {
    margin-left: 0;
  }
  .offset-reverse-none\@desktop {
    margin-right: 0;
  }
  .col-2\/11\@desktop:nth-child(n) {
    width: 18.1808181818%;
  }
  .col-3\/11\@desktop:nth-child(n) {
    width: 27.2717272727%;
  }
  .col-4\/11\@desktop:nth-child(n) {
    width: 36.3626363636%;
  }
  .col-5\/11\@desktop:nth-child(n) {
    width: 45.4535454545%;
  }
  .col-6\/11\@desktop:nth-child(n) {
    width: 54.5444545455%;
  }
  .col-7\/11\@desktop:nth-child(n) {
    width: 63.6353636364%;
  }
  .col-8\/11\@desktop:nth-child(n) {
    width: 72.7262727273%;
  }
  .col-9\/11\@desktop:nth-child(n) {
    width: 81.8171818182%;
  }
  .col-10\/11\@desktop:nth-child(n) {
    width: 90.9080909091%;
  }
}
@media (min-width: 75em) {
  .grid-12-cols\@desktop > * {
    float: left;
    width: 8.3323333333%;
  }
  .grid-12-cols\@desktop > *:nth-child(n) {
    clear: none;
  }
  .grid-12-cols\@desktop > *:nth-child(12n+13) {
    clear: left;
  }
  .col-1\/12\@desktop:nth-child(n) {
    width: 8.3323333333%;
  }
  .offset-1\/12\@desktop {
    margin-left: 8.3323333333%;
  }
  .offset-reverse-1\/12\@desktop {
    margin-right: 8.3323333333%;
  }
  .offset-none\@desktop {
    margin-left: 0;
  }
  .offset-reverse-none\@desktop {
    margin-right: 0;
  }
  .col-5\/12\@desktop:nth-child(n) {
    width: 41.6656666667%;
  }
  .col-7\/12\@desktop:nth-child(n) {
    width: 58.3323333333%;
  }
  .col-11\/12\@desktop:nth-child(n) {
    width: 91.6656666667%;
  }
}
.col-reverse, .col-right {
  float: right;
}

.col-full {
  width: 100%;
  clear: both;
}

.accordion {
  display: block;
  margin-bottom: 2rem;
}
.accordion .tab-title {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1.2rem 2rem 1.2rem 6rem;
  margin: 0;
  position: relative;
  display: block;
}
.accordion .tab-title .plus, .accordion .tab-title .minus {
  font-size: 2rem;
  margin-right: 1rem;
  line-height: 0;
  position: absolute;
  top: 2rem;
  left: 2rem;
  font-weight: normal;
}
.accordion .tab-title .minus {
  display: none;
}
.accordion .tab-title.current .plus {
  display: none;
}
.accordion .tab-title.current .minus {
  display: inline;
}
.accordion .tab {
  background-color: #fff;
  padding: 2rem 2rem 1px 6rem;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion .tab + .tab-title {
  border-top: 8px solid transparent;
  box-shadow: 0 -1px 0 0 #ddd;
}

.js .accordion .tab-title {
  cursor: pointer;
}
.box {
  background-color: #f4f4f4;
  padding: 2rem;
  margin-bottom: 2rem;
  display: block;
  font-size: 0.9em;
}
.box:after {
  content: "";
  display: table;
  clear: both;
}
.box h1, .box .h1, .box h2, .box .h2, .box h3, .box .h3, .box h4, .box .h4, .box h5, .box .h5, .box h6, .box .h6, .box p {
  margin-bottom: 1rem;
}
.box > *:last-child {
  margin-bottom: 0;
}
.box.box-padded {
  padding: 2rem;
}
.box.box-alt, .box.box-blue {
  background: #000;
  color: #fff !important;
}
.box.box-alt cite:before, .box.box-alt .cite:before, .box.box-blue cite:before, .box.box-blue .cite:before {
  border-top: 1px solid #fff;
}
.box.box-green {
  background: #000;
  color: #fff !important;
}
.box.box-green cite:before, .box.box-green .cite:before {
  border-top: 1px solid #fff;
}
.box.box-aquagreen {
  background: #000;
  color: #fff !important;
}
.box.box-aquagreen cite:before, .box.box-aquagreen .cite:before {
  border-top: 1px solid #fff;
}
.box.box-darkgrey {
  background: #000;
  color: #fff !important;
}
.box.box-darkgrey cite:before, .box.box-darkgrey .cite:before {
  border-top: 1px solid #fff;
}
.box.box-alt a, .box.box-alt a:visited, .box.box-blue a, .box.box-blue a:visited, .box.box-green a, .box.box-green a:visited, .box.box-aquagreen a, .box.box-aquagreen a:visited, .box.box-darkgrey a, .box.box-darkgrey a:visited {
  color: #fff !important;
}
.box.box-alt a h1, .box.box-alt a .h1, .box.box-alt a h2, .box.box-alt a .h2, .box.box-alt a h3, .box.box-alt a .h3, .box.box-alt a h4, .box.box-alt a .h4, .box.box-alt a h5, .box.box-alt a .h5, .box.box-alt a h6, .box.box-alt a .h6, .box.box-alt a:visited h1, .box.box-alt a:visited .h1, .box.box-alt a:visited h2, .box.box-alt a:visited .h2, .box.box-alt a:visited h3, .box.box-alt a:visited .h3, .box.box-alt a:visited h4, .box.box-alt a:visited .h4, .box.box-alt a:visited h5, .box.box-alt a:visited .h5, .box.box-alt a:visited h6, .box.box-alt a:visited .h6, .box.box-blue a h1, .box.box-blue a .h1, .box.box-blue a h2, .box.box-blue a .h2, .box.box-blue a h3, .box.box-blue a .h3, .box.box-blue a h4, .box.box-blue a .h4, .box.box-blue a h5, .box.box-blue a .h5, .box.box-blue a h6, .box.box-blue a .h6, .box.box-blue a:visited h1, .box.box-blue a:visited .h1, .box.box-blue a:visited h2, .box.box-blue a:visited .h2, .box.box-blue a:visited h3, .box.box-blue a:visited .h3, .box.box-blue a:visited h4, .box.box-blue a:visited .h4, .box.box-blue a:visited h5, .box.box-blue a:visited .h5, .box.box-blue a:visited h6, .box.box-blue a:visited .h6, .box.box-green a h1, .box.box-green a .h1, .box.box-green a h2, .box.box-green a .h2, .box.box-green a h3, .box.box-green a .h3, .box.box-green a h4, .box.box-green a .h4, .box.box-green a h5, .box.box-green a .h5, .box.box-green a h6, .box.box-green a .h6, .box.box-green a:visited h1, .box.box-green a:visited .h1, .box.box-green a:visited h2, .box.box-green a:visited .h2, .box.box-green a:visited h3, .box.box-green a:visited .h3, .box.box-green a:visited h4, .box.box-green a:visited .h4, .box.box-green a:visited h5, .box.box-green a:visited .h5, .box.box-green a:visited h6, .box.box-green a:visited .h6, .box.box-aquagreen a h1, .box.box-aquagreen a .h1, .box.box-aquagreen a h2, .box.box-aquagreen a .h2, .box.box-aquagreen a h3, .box.box-aquagreen a .h3, .box.box-aquagreen a h4, .box.box-aquagreen a .h4, .box.box-aquagreen a h5, .box.box-aquagreen a .h5, .box.box-aquagreen a h6, .box.box-aquagreen a .h6, .box.box-aquagreen a:visited h1, .box.box-aquagreen a:visited .h1, .box.box-aquagreen a:visited h2, .box.box-aquagreen a:visited .h2, .box.box-aquagreen a:visited h3, .box.box-aquagreen a:visited .h3, .box.box-aquagreen a:visited h4, .box.box-aquagreen a:visited .h4, .box.box-aquagreen a:visited h5, .box.box-aquagreen a:visited .h5, .box.box-aquagreen a:visited h6, .box.box-aquagreen a:visited .h6, .box.box-darkgrey a h1, .box.box-darkgrey a .h1, .box.box-darkgrey a h2, .box.box-darkgrey a .h2, .box.box-darkgrey a h3, .box.box-darkgrey a .h3, .box.box-darkgrey a h4, .box.box-darkgrey a .h4, .box.box-darkgrey a h5, .box.box-darkgrey a .h5, .box.box-darkgrey a h6, .box.box-darkgrey a .h6, .box.box-darkgrey a:visited h1, .box.box-darkgrey a:visited .h1, .box.box-darkgrey a:visited h2, .box.box-darkgrey a:visited .h2, .box.box-darkgrey a:visited h3, .box.box-darkgrey a:visited .h3, .box.box-darkgrey a:visited h4, .box.box-darkgrey a:visited .h4, .box.box-darkgrey a:visited h5, .box.box-darkgrey a:visited .h5, .box.box-darkgrey a:visited h6, .box.box-darkgrey a:visited .h6 {
  color: #fff !important;
}
.box.box-alt a:hover h1, .box.box-alt a:hover .h1, .box.box-alt a:hover h2, .box.box-alt a:hover .h2, .box.box-alt a:hover h3, .box.box-alt a:hover .h3, .box.box-alt a:hover h4, .box.box-alt a:hover .h4, .box.box-alt a:hover h5, .box.box-alt a:hover .h5, .box.box-alt a:hover h6, .box.box-alt a:hover .h6, .box.box-alt a:visited:hover h1, .box.box-alt a:visited:hover .h1, .box.box-alt a:visited:hover h2, .box.box-alt a:visited:hover .h2, .box.box-alt a:visited:hover h3, .box.box-alt a:visited:hover .h3, .box.box-alt a:visited:hover h4, .box.box-alt a:visited:hover .h4, .box.box-alt a:visited:hover h5, .box.box-alt a:visited:hover .h5, .box.box-alt a:visited:hover h6, .box.box-alt a:visited:hover .h6, .box.box-blue a:hover h1, .box.box-blue a:hover .h1, .box.box-blue a:hover h2, .box.box-blue a:hover .h2, .box.box-blue a:hover h3, .box.box-blue a:hover .h3, .box.box-blue a:hover h4, .box.box-blue a:hover .h4, .box.box-blue a:hover h5, .box.box-blue a:hover .h5, .box.box-blue a:hover h6, .box.box-blue a:hover .h6, .box.box-blue a:visited:hover h1, .box.box-blue a:visited:hover .h1, .box.box-blue a:visited:hover h2, .box.box-blue a:visited:hover .h2, .box.box-blue a:visited:hover h3, .box.box-blue a:visited:hover .h3, .box.box-blue a:visited:hover h4, .box.box-blue a:visited:hover .h4, .box.box-blue a:visited:hover h5, .box.box-blue a:visited:hover .h5, .box.box-blue a:visited:hover h6, .box.box-blue a:visited:hover .h6, .box.box-green a:hover h1, .box.box-green a:hover .h1, .box.box-green a:hover h2, .box.box-green a:hover .h2, .box.box-green a:hover h3, .box.box-green a:hover .h3, .box.box-green a:hover h4, .box.box-green a:hover .h4, .box.box-green a:hover h5, .box.box-green a:hover .h5, .box.box-green a:hover h6, .box.box-green a:hover .h6, .box.box-green a:visited:hover h1, .box.box-green a:visited:hover .h1, .box.box-green a:visited:hover h2, .box.box-green a:visited:hover .h2, .box.box-green a:visited:hover h3, .box.box-green a:visited:hover .h3, .box.box-green a:visited:hover h4, .box.box-green a:visited:hover .h4, .box.box-green a:visited:hover h5, .box.box-green a:visited:hover .h5, .box.box-green a:visited:hover h6, .box.box-green a:visited:hover .h6, .box.box-aquagreen a:hover h1, .box.box-aquagreen a:hover .h1, .box.box-aquagreen a:hover h2, .box.box-aquagreen a:hover .h2, .box.box-aquagreen a:hover h3, .box.box-aquagreen a:hover .h3, .box.box-aquagreen a:hover h4, .box.box-aquagreen a:hover .h4, .box.box-aquagreen a:hover h5, .box.box-aquagreen a:hover .h5, .box.box-aquagreen a:hover h6, .box.box-aquagreen a:hover .h6, .box.box-aquagreen a:visited:hover h1, .box.box-aquagreen a:visited:hover .h1, .box.box-aquagreen a:visited:hover h2, .box.box-aquagreen a:visited:hover .h2, .box.box-aquagreen a:visited:hover h3, .box.box-aquagreen a:visited:hover .h3, .box.box-aquagreen a:visited:hover h4, .box.box-aquagreen a:visited:hover .h4, .box.box-aquagreen a:visited:hover h5, .box.box-aquagreen a:visited:hover .h5, .box.box-aquagreen a:visited:hover h6, .box.box-aquagreen a:visited:hover .h6, .box.box-darkgrey a:hover h1, .box.box-darkgrey a:hover .h1, .box.box-darkgrey a:hover h2, .box.box-darkgrey a:hover .h2, .box.box-darkgrey a:hover h3, .box.box-darkgrey a:hover .h3, .box.box-darkgrey a:hover h4, .box.box-darkgrey a:hover .h4, .box.box-darkgrey a:hover h5, .box.box-darkgrey a:hover .h5, .box.box-darkgrey a:hover h6, .box.box-darkgrey a:hover .h6, .box.box-darkgrey a:visited:hover h1, .box.box-darkgrey a:visited:hover .h1, .box.box-darkgrey a:visited:hover h2, .box.box-darkgrey a:visited:hover .h2, .box.box-darkgrey a:visited:hover h3, .box.box-darkgrey a:visited:hover .h3, .box.box-darkgrey a:visited:hover h4, .box.box-darkgrey a:visited:hover .h4, .box.box-darkgrey a:visited:hover h5, .box.box-darkgrey a:visited:hover .h5, .box.box-darkgrey a:visited:hover h6, .box.box-darkgrey a:visited:hover .h6 {
  color: #000 !important;
}
.box.box-white {
  background: #fff;
  border-radius: 0.1em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.25), 0 1px 0 rgba(0, 0, 0, 0.15);
}
.box .title {
  border: none;
  padding: 0;
}
.box .title:first-child {
  margin-top: 0;
}
.box .box-img {
  margin: -2rem -2rem 2rem;
  display: block;
  width: calc(100% + 4rem);
  max-width: inherit;
}
.box .box-img.outline {
  width: calc(100% + 4rem - 2px);
}
.box .box-img + h1, .box .box-img + h2, .box .box-img + h3, .box .box-img + h4, .box .box-img + h5, .box .box-img + h6,
.box .box-img + .h1, .box .box-img + .h2, .box .box-img + .h3, .box .box-img + .h4, .box .box-img + .h5, .box .box-img + .h6 {
  margin-top: 0;
  line-height: 1em;
}
.box .button:after,
.box .wp-block-buttons > .wp-block-button .wp-block-button__link:after {
  line-height: 1;
}

img.outline, .box.outline {
  border: 1px solid #000;
}

a.box, a.box:visited {
  text-decoration: none;
  transition: all 0.2s;
}
a.box p, a.box:visited p {
  color: #000;
}
a.box *, a.box:visited * {
  text-decoration: none;
}
a.box:hover, a.box:visited:hover {
  background-color: #FFFF6C;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2);
}
a.box:hover h1, a.box:hover .h1, a.box:hover h2, a.box:hover .h2, a.box:hover h3, a.box:hover .h3, a.box:hover h4, a.box:hover .h4, a.box:hover h5, a.box:hover .h5, a.box:hover h6, a.box:hover .h6, a.box:visited:hover h1, a.box:visited:hover .h1, a.box:visited:hover h2, a.box:visited:hover .h2, a.box:visited:hover h3, a.box:visited:hover .h3, a.box:visited:hover h4, a.box:visited:hover .h4, a.box:visited:hover h5, a.box:visited:hover .h5, a.box:visited:hover h6, a.box:visited:hover .h6 {
  text-decoration: none;
}
a.box.box-alt h1, a.box.box-alt .h1, a.box.box-alt h2, a.box.box-alt .h2, a.box.box-alt h3, a.box.box-alt .h3, a.box.box-alt h4, a.box.box-alt .h4, a.box.box-alt h5, a.box.box-alt .h5, a.box.box-alt h6, a.box.box-alt .h6, a.box.box-blue h1, a.box.box-blue .h1, a.box.box-blue h2, a.box.box-blue .h2, a.box.box-blue h3, a.box.box-blue .h3, a.box.box-blue h4, a.box.box-blue .h4, a.box.box-blue h5, a.box.box-blue .h5, a.box.box-blue h6, a.box.box-blue .h6, a.box.box-green h1, a.box.box-green .h1, a.box.box-green h2, a.box.box-green .h2, a.box.box-green h3, a.box.box-green .h3, a.box.box-green h4, a.box.box-green .h4, a.box.box-green h5, a.box.box-green .h5, a.box.box-green h6, a.box.box-green .h6, a.box.box-aquagreen h1, a.box.box-aquagreen .h1, a.box.box-aquagreen h2, a.box.box-aquagreen .h2, a.box.box-aquagreen h3, a.box.box-aquagreen .h3, a.box.box-aquagreen h4, a.box.box-aquagreen .h4, a.box.box-aquagreen h5, a.box.box-aquagreen .h5, a.box.box-aquagreen h6, a.box.box-aquagreen .h6, a.box.box-darkgrey h1, a.box.box-darkgrey .h1, a.box.box-darkgrey h2, a.box.box-darkgrey .h2, a.box.box-darkgrey h3, a.box.box-darkgrey .h3, a.box.box-darkgrey h4, a.box.box-darkgrey .h4, a.box.box-darkgrey h5, a.box.box-darkgrey .h5, a.box.box-darkgrey h6, a.box.box-darkgrey .h6, a.box:visited.box-alt h1, a.box:visited.box-alt .h1, a.box:visited.box-alt h2, a.box:visited.box-alt .h2, a.box:visited.box-alt h3, a.box:visited.box-alt .h3, a.box:visited.box-alt h4, a.box:visited.box-alt .h4, a.box:visited.box-alt h5, a.box:visited.box-alt .h5, a.box:visited.box-alt h6, a.box:visited.box-alt .h6, a.box:visited.box-blue h1, a.box:visited.box-blue .h1, a.box:visited.box-blue h2, a.box:visited.box-blue .h2, a.box:visited.box-blue h3, a.box:visited.box-blue .h3, a.box:visited.box-blue h4, a.box:visited.box-blue .h4, a.box:visited.box-blue h5, a.box:visited.box-blue .h5, a.box:visited.box-blue h6, a.box:visited.box-blue .h6, a.box:visited.box-green h1, a.box:visited.box-green .h1, a.box:visited.box-green h2, a.box:visited.box-green .h2, a.box:visited.box-green h3, a.box:visited.box-green .h3, a.box:visited.box-green h4, a.box:visited.box-green .h4, a.box:visited.box-green h5, a.box:visited.box-green .h5, a.box:visited.box-green h6, a.box:visited.box-green .h6, a.box:visited.box-aquagreen h1, a.box:visited.box-aquagreen .h1, a.box:visited.box-aquagreen h2, a.box:visited.box-aquagreen .h2, a.box:visited.box-aquagreen h3, a.box:visited.box-aquagreen .h3, a.box:visited.box-aquagreen h4, a.box:visited.box-aquagreen .h4, a.box:visited.box-aquagreen h5, a.box:visited.box-aquagreen .h5, a.box:visited.box-aquagreen h6, a.box:visited.box-aquagreen .h6, a.box:visited.box-darkgrey h1, a.box:visited.box-darkgrey .h1, a.box:visited.box-darkgrey h2, a.box:visited.box-darkgrey .h2, a.box:visited.box-darkgrey h3, a.box:visited.box-darkgrey .h3, a.box:visited.box-darkgrey h4, a.box:visited.box-darkgrey .h4, a.box:visited.box-darkgrey h5, a.box:visited.box-darkgrey .h5, a.box:visited.box-darkgrey h6, a.box:visited.box-darkgrey .h6 {
  color: #fff !important;
}
a.box.box-alt:hover h1, a.box.box-alt:hover .h1, a.box.box-alt:hover h2, a.box.box-alt:hover .h2, a.box.box-alt:hover h3, a.box.box-alt:hover .h3, a.box.box-alt:hover h4, a.box.box-alt:hover .h4, a.box.box-alt:hover h5, a.box.box-alt:hover .h5, a.box.box-alt:hover h6, a.box.box-alt:hover .h6, a.box.box-blue:hover h1, a.box.box-blue:hover .h1, a.box.box-blue:hover h2, a.box.box-blue:hover .h2, a.box.box-blue:hover h3, a.box.box-blue:hover .h3, a.box.box-blue:hover h4, a.box.box-blue:hover .h4, a.box.box-blue:hover h5, a.box.box-blue:hover .h5, a.box.box-blue:hover h6, a.box.box-blue:hover .h6, a.box.box-green:hover h1, a.box.box-green:hover .h1, a.box.box-green:hover h2, a.box.box-green:hover .h2, a.box.box-green:hover h3, a.box.box-green:hover .h3, a.box.box-green:hover h4, a.box.box-green:hover .h4, a.box.box-green:hover h5, a.box.box-green:hover .h5, a.box.box-green:hover h6, a.box.box-green:hover .h6, a.box.box-aquagreen:hover h1, a.box.box-aquagreen:hover .h1, a.box.box-aquagreen:hover h2, a.box.box-aquagreen:hover .h2, a.box.box-aquagreen:hover h3, a.box.box-aquagreen:hover .h3, a.box.box-aquagreen:hover h4, a.box.box-aquagreen:hover .h4, a.box.box-aquagreen:hover h5, a.box.box-aquagreen:hover .h5, a.box.box-aquagreen:hover h6, a.box.box-aquagreen:hover .h6, a.box.box-darkgrey:hover h1, a.box.box-darkgrey:hover .h1, a.box.box-darkgrey:hover h2, a.box.box-darkgrey:hover .h2, a.box.box-darkgrey:hover h3, a.box.box-darkgrey:hover .h3, a.box.box-darkgrey:hover h4, a.box.box-darkgrey:hover .h4, a.box.box-darkgrey:hover h5, a.box.box-darkgrey:hover .h5, a.box.box-darkgrey:hover h6, a.box.box-darkgrey:hover .h6, a.box:visited.box-alt:hover h1, a.box:visited.box-alt:hover .h1, a.box:visited.box-alt:hover h2, a.box:visited.box-alt:hover .h2, a.box:visited.box-alt:hover h3, a.box:visited.box-alt:hover .h3, a.box:visited.box-alt:hover h4, a.box:visited.box-alt:hover .h4, a.box:visited.box-alt:hover h5, a.box:visited.box-alt:hover .h5, a.box:visited.box-alt:hover h6, a.box:visited.box-alt:hover .h6, a.box:visited.box-blue:hover h1, a.box:visited.box-blue:hover .h1, a.box:visited.box-blue:hover h2, a.box:visited.box-blue:hover .h2, a.box:visited.box-blue:hover h3, a.box:visited.box-blue:hover .h3, a.box:visited.box-blue:hover h4, a.box:visited.box-blue:hover .h4, a.box:visited.box-blue:hover h5, a.box:visited.box-blue:hover .h5, a.box:visited.box-blue:hover h6, a.box:visited.box-blue:hover .h6, a.box:visited.box-green:hover h1, a.box:visited.box-green:hover .h1, a.box:visited.box-green:hover h2, a.box:visited.box-green:hover .h2, a.box:visited.box-green:hover h3, a.box:visited.box-green:hover .h3, a.box:visited.box-green:hover h4, a.box:visited.box-green:hover .h4, a.box:visited.box-green:hover h5, a.box:visited.box-green:hover .h5, a.box:visited.box-green:hover h6, a.box:visited.box-green:hover .h6, a.box:visited.box-aquagreen:hover h1, a.box:visited.box-aquagreen:hover .h1, a.box:visited.box-aquagreen:hover h2, a.box:visited.box-aquagreen:hover .h2, a.box:visited.box-aquagreen:hover h3, a.box:visited.box-aquagreen:hover .h3, a.box:visited.box-aquagreen:hover h4, a.box:visited.box-aquagreen:hover .h4, a.box:visited.box-aquagreen:hover h5, a.box:visited.box-aquagreen:hover .h5, a.box:visited.box-aquagreen:hover h6, a.box:visited.box-aquagreen:hover .h6, a.box:visited.box-darkgrey:hover h1, a.box:visited.box-darkgrey:hover .h1, a.box:visited.box-darkgrey:hover h2, a.box:visited.box-darkgrey:hover .h2, a.box:visited.box-darkgrey:hover h3, a.box:visited.box-darkgrey:hover .h3, a.box:visited.box-darkgrey:hover h4, a.box:visited.box-darkgrey:hover .h4, a.box:visited.box-darkgrey:hover h5, a.box:visited.box-darkgrey:hover .h5, a.box:visited.box-darkgrey:hover h6, a.box:visited.box-darkgrey:hover .h6 {
  color: #000 !important;
}

.button {
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 500;
  text-decoration: none;
  padding: 0.75em 1em;
  margin: 0 0.2rem 0.5rem 0;
  background: #FFFF6C;
  color: #000 !important;
  border: 0;
  cursor: pointer;
  transition: all 200ms;
  position: relative;
  margin-right: 3.6rem;
  border-radius: 0;
  text-align: left;
}
.button:after {
  content: "→";
  display: block;
  width: 3.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 1.6rem;
  left: calc(100% + 3px);
  background-color: #64D8F0;
  padding: 0.62rem 0.9rem;
  box-sizing: border-box;
  line-height: 1.3;
}
.button:hover {
  background-color: #64D8F0;
}

input.button, button {
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 500;
  text-decoration: none;
  padding: 0.75em 1em;
  margin: 0 0.2rem 0.5rem 0;
  background: #FFFF6C;
  color: #000 !important;
  border: 0;
  cursor: pointer;
  transition: all 200ms;
  position: relative;
  margin-right: 3.6rem;
  border-radius: 0;
  text-align: left;
  background: #64D8F0;
}
input.button:after, button:after {
  content: "→";
  display: block;
  width: 3.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 1.6rem;
  left: calc(100% + 3px);
  background-color: #64D8F0;
  padding: 0.62rem 0.9rem;
  box-sizing: border-box;
  line-height: 1.3;
}
input.button:hover, button:hover {
  background-color: #64D8F0;
}
input.button:hover, button:hover {
  background-color: #97DAAC;
}
input.button:after, button:after {
  display: none;
}

.button.button-light {
  color: #fff;
}
.button.button-light:before, .button.button-light:after {
  border-color: #fff;
}
.button.button-light:hover {
  color: #000;
}

body .wp-block-buttons > .wp-block-button .wp-block-button__link {
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 500;
  text-decoration: none;
  padding: 0.75em 1em;
  margin: 0 0.2rem 0.5rem 0;
  background: #FFFF6C;
  color: #000 !important;
  border: 0;
  cursor: pointer;
  transition: all 200ms;
  position: relative;
  margin-right: 3.6rem;
  border-radius: 0;
  text-align: left;
}
body .wp-block-buttons > .wp-block-button .wp-block-button__link:after {
  content: "→";
  display: block;
  width: 3.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 1.6rem;
  left: calc(100% + 3px);
  background-color: #64D8F0;
  padding: 0.62rem 0.9rem;
  box-sizing: border-box;
  line-height: 1.3;
}
body .wp-block-buttons > .wp-block-button .wp-block-button__link:hover {
  background-color: #64D8F0;
}

.resp-sharing-button__link {
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 500;
  text-decoration: none;
  padding: 0.75em 1em;
  margin: 0 0.2rem 0.5rem 0;
  background: #FFFF6C;
  color: #000 !important;
  border: 0;
  cursor: pointer;
  transition: all 200ms;
  position: relative;
  margin-right: 3.6rem;
  border-radius: 0;
  text-align: left;
  margin-left: 3.5rem;
}
.resp-sharing-button__link:after {
  content: "→";
  display: block;
  width: 3.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 1.6rem;
  left: calc(100% + 3px);
  background-color: #64D8F0;
  padding: 0.62rem 0.9rem;
  box-sizing: border-box;
  line-height: 1.3;
}
.resp-sharing-button__link:hover {
  background-color: #64D8F0;
}
.resp-sharing-button__link:after {
  display: none;
}

.resp-sharing-button__icon {
  position: absolute;
  top: 0;
  left: -3.5rem;
  background: #64D8F0;
  height: 3.4rem;
  width: 3.4rem;
  box-sizing: border-box;
  padding: 0.9rem;
}
.resp-sharing-button__icon svg {
  width: 1.6rem;
  height: auto;
}

.no-js img[src=""] {
  display: none;
}

figure {
  margin: 0 auto 1rem;
  box-sizing: border-box;
  /*
  @media screen and (min-width: map_get($stages, s4)) {
    &.alignnone, &.alignright, &.is-style-right {
      float: right;
      width: calc(33.3% - 1rem);
      margin-left: $spacing-unit;
    }
    &.alignleft, &.is-style-left {
      float: left;
      width: calc(33.3% - 1rem);
      margin-right: $spacing-unit;
    }
  }
  @media screen and (min-width: map_get($stages, s6)) {
    &.alignleft, &.is-style-left {
      float: left;
      width: calc(33.33% - 1rem);
      margin-left: calc(-33.33% - 1rem);
    }
  }
  @media screen and (min-width: map_get($stages, s8)) {
    &.alignright, &.is-style-right {
      float: right;
      width: calc(50% - 1rem);
      margin-right: calc(-50% - 1rem);
    }
    &.alignleft, &.is-style-left {
      float: left;
      width: calc(50% - 1rem);
      margin-left: calc(-50% - 1rem);
    }
  }
  */
}
@media screen and (min-width: 25em) {
  figure.alignnone, figure.alignright, figure.is-style-right {
    float: right;
    width: calc(50% - 1rem);
    margin-left: 2rem;
  }
  figure.alignleft, figure.is-style-left {
    float: left;
    width: calc(50% - 1rem);
    margin-right: 2rem;
    margin-left: 0;
  }
  figure.aligncenter {
    float: left;
    width: 100%;
    max-width: none !important;
    margin-right: 0;
  }
}
@media screen and (min-width: 20em) {
  figure.-left, figure.is-style-left, figure.is-style-small-left, figure.is-style-offset-left {
    float: left;
    width: calc(50% - 1rem);
    margin-right: 2rem;
  }
  figure.-right, figure.is-style-right, figure.is-style-small-right, figure.is-style-offset-right, figure.is-style-hang-right {
    float: right;
    width: calc(50% - 1rem);
    margin-left: 2rem;
  }
}
@media screen and (min-width: 30em) {
  figure.is-style-small-left {
    float: left;
    width: calc(33.33% - 1rem);
    margin-right: 2rem;
  }
  figure.is-style-small-right {
    float: right;
    width: calc(33.33% - 1rem);
    margin-left: 2rem;
  }
  figure.-small {
    width: calc(33.33% - 1rem);
  }
  figure.-medium {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 60em) {
  figure.-off-left, figure.is-style-offset-left {
    float: left;
    width: calc(33.33% - 1rem);
    margin-left: calc(-33.33% - 1rem);
  }
}
@media screen and (min-width: 79em) {
  figure.-off-left, figure.is-style-offset-left {
    float: left;
    width: calc(50% - 1rem);
    margin-left: calc(-50% - 1rem);
  }
  figure.-off-right, figure.is-style-offset-right {
    float: right;
    width: calc(50% - 1rem);
    margin-right: calc(-50% - 1rem);
  }
  figure.-hang-right, figure.is-style-hang-right {
    float: left;
    width: calc(150% + 1rem);
    margin-right: calc(-50% - 1rem);
    margin-left: 0;
  }
}
figure img {
  display: block;
  width: 100%;
  height: auto;
}

.figure-bordered {
  border: 2px solid #eee;
}

figcaption {
  font-size: 0.9em;
  margin: -1.5rem 0 0;
  text-align: left;
  padding: 0 0.5rem 0.75em 0;
  color: #666;
}
.wp-block-image figcaption {
  font-size: 0.8em;
  text-align: left;
  color: #666;
}
figcaption p {
  margin: 0 0 0.25em;
}
figcaption p:only-child {
  margin: 0;
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  z-index: 1;
}
.video #VideoPlayer_wrapper, .video iframe {
  position: absolute !important;
  background: transparent;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100% !important;
  height: 100% !important;
}

label, .label, .facet-label {
  display: inline-block;
  font-weight: 600;
  margin: 0 0 0.5rem !important;
  width: 100%;
}

.label-checkbox {
  font-weight: 400;
}

input[type=text], select {
  padding: 0.65em 0.5em 0.5em 0.5em;
  border-color: #bfbfbf;
  width: 100%;
  max-width: 18rem;
  max-width: 100%;
  background: #fff;
  font-size: 1rem;
  border-radius: 0.2rem;
  margin: 0 0 1rem;
}
input[type=text]:focus, select:focus {
  border-color: #000;
}

form > .grid-form {
  margin-bottom: 0.5rem;
}
form > .grid-form .col {
  margin-bottom: 0.5rem;
}
form > .grid-form input[type=text], form > .grid-form select {
  width: 100%;
}

fieldset {
  background-color: #f4f4f4;
  padding: 2rem;
  margin-bottom: 2rem;
  display: block;
  font-size: 0.9em;
  border: none;
}
fieldset:after {
  content: "";
  display: table;
  clear: both;
}
fieldset h1, fieldset .h1, fieldset h2, fieldset .h2, fieldset h3, fieldset .h3, fieldset h4, fieldset .h4, fieldset h5, fieldset .h5, fieldset h6, fieldset .h6, fieldset p {
  margin-bottom: 1rem;
}
fieldset > *:last-child {
  margin-bottom: 0;
}
fieldset.box-padded {
  padding: 2rem;
}
fieldset > legend {
  position: relative;
  margin: 2rem 0;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

textarea {
  width: 100%;
  min-height: 6em;
}

.form-group {
  background: #eee;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
  padding: 1rem 0.9rem 0;
  margin: 0 0 1rem;
}

.disabled {
  opacity: 0.3;
  cursor: default;
}

.gform_wrapper.gravity-theme input[type=text].gfgeo-address-field {
  padding-left: 3rem;
}

.gfgeo-locator-button {
  margin: 0 !important;
}

.facet-wrap .facetwp-facet input.facetwp-search,
.facet-wrap .facetwp-facet input.facetwp-location {
  min-width: 0 !important;
}
.facet-wrap .facetwp-facet {
  margin-bottom: 1rem;
}

#events-grid .eventsloc-group {
  margin-bottom: 40px !important;
}
#events-grid .eventsloc-group .facetwp-facet, #events-grid .eventsloc-group .facetwp-location {
  margin-bottom: 0.5rem !important;
}
#events-grid .eventsloc-group #eventsloc-link {
  display: inline-block;
  margin-bottom: 0.5rem;
}
#events-grid #events-tabs-group #events-tabs {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
}
#events-grid #events-tabs-group a, #events-grid #events-tabs-group a:visited {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #eee;
  text-decoration: none;
}
#events-grid #events-tabs-group a:hover, #events-grid #events-tabs-group a:visited:hover {
  background: #FFFF6C;
}
#events-grid #events-tabs-group a.current, #events-grid #events-tabs-group a:visited.current {
  background: #64D8F0;
}

.hepi-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.hepi-icon.-web {
  background-image: url("../img/icon-web.svg");
}
.hepi-icon.-instagram {
  background-image: url("../img/icon-instagram.svg");
}
.hepi-icon.-twitter {
  background-image: url("../img/icon-twitter.svg");
}

.icon-link {
  background-image: url(../img/icon-link.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 2.2em 2.2em;
  padding: 0;
  min-height: 2.2em;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  width: 2.2em;
}
.icon-link:hover {
  text-decoration: underline;
}
.icon-link.icon-twitter {
  background-image: url(../img/social-twitter.png);
}
.icon-link.icon-facebook {
  background-image: url(../img/social-facebook.png);
}
.icon-link.icon-linkedin {
  background-image: url(../img/social-linkedin.png);
}
.icon-link.icon-slideshow {
  background-image: url(../img/icon-download.png);
}
.icon-link.icon-twitter-white {
  background-image: url(../img/icon-twitter-white.png);
}
.icon-link.icon-facebook-white {
  background-image: url(../img/icon-facebook-white.png);
}
.icon-link.icon-linkedin-white {
  background-image: url(../img/icon-linkedin-white.png);
}
.icon-link.icon-nav-white {
  background-image: url(../img/icon-nav-white.png);
}
.icon-link.icon-close-white {
  background-image: url(../img/icon-close-white.png);
}
.icon-link.icon-search-white {
  background-image: url(../img/icon-search-white.png);
}
.icon-link.icon-rss-white {
  background-size: 1.5em 1.5em;
  padding: 0 0 0 2em;
  background-image: url(../img/icon-rss-white.png);
}
.icon-link.icon-email {
  background-size: 1.5em 1.5em;
  padding: 0 0 0 2em;
  background-image: url(../img/icon-bio-mail.png);
}
.icon-link.icon-email-white {
  background-size: 1.5em 1.5em;
  padding: 0 0 0 2em;
  background-image: url(../img/icon-email-white.png);
}

.icon-mini {
  width: 16px;
  height: auto;
  margin: 0 5px 0 0;
  position: relative;
  top: 3px;
}

.footer-button.icon-link {
  padding: 0.5em 1.5em 0.5em 3.5em;
  background-position: 1.5em 0.5em;
}

.icon-reversed {
  padding: 1em;
  background: #000;
  fill: #fff;
}

.list-links {
  list-style: none;
  padding-left: 0;
}
.list-links a {
  text-decoration: none;
}

.list-buttons {
  margin-top: 0.5rem;
  font-size: 0.9em;
}
.list-buttons a, .list-buttons button {
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 500;
  text-decoration: none;
  padding: 0.75em 1em;
  margin: 0 0.2rem 0.5rem 0;
  background: #FFFF6C;
  color: #000 !important;
  border: 0;
  cursor: pointer;
  transition: all 200ms;
  position: relative;
  margin-right: 3.6rem;
  border-radius: 0;
  text-align: left;
}
.list-buttons a:after, .list-buttons button:after {
  content: "→";
  display: block;
  width: 3.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 1.6rem;
  left: calc(100% + 3px);
  background-color: #64D8F0;
  padding: 0.62rem 0.9rem;
  box-sizing: border-box;
  line-height: 1.3;
}
.list-buttons a:hover, .list-buttons button:hover {
  background-color: #64D8F0;
}

.list-bordered-items {
  list-style: none;
  padding: 0;
}
.list-bordered-items li {
  padding: 0 0 1px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2rem;
}
.list-bordered-items li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.list-posts {
  list-style: none;
  padding: 0;
  margin-bottom: 4rem;
}
.list-posts li {
  padding: 0 0 1px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2rem;
}
.list-posts li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.list-posts .datebox {
  font-size: 0.8em;
  float: right;
  margin-left: 1rem;
}
@media (min-width: 45em) {
  .list-posts .datebox {
    font-size: 1em;
    margin: 0 0 2rem 2rem;
  }
}
.list-posts .item-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.list-posts .item-byline,
.list-posts .item-meta {
  color: #666;
  margin-bottom: 1rem;
}

.list-meta {
  display: table;
  color: #666;
  list-style-type: none;
  padding: 0.5rem 0.5em 0;
  border-top: 2px solid #d0d0d0;
  border-bottom: 2px solid #d0d0d0;
}

.list-news {
  padding: 0;
  list-style: none;
}
.list-news li {
  border-top: 1px solid #bfbfbf;
  padding-top: 0.5rem;
}
.list-news li:before {
  display: none;
}
.list-news li .heading {
  margin: 0;
}

.list-spaced > li {
  margin-bottom: 1rem;
}

ul:not(.list-news) > .btn-expand, ul:not(.list-news) > .btn-collapse {
  margin-left: -1.5em;
}

ol.list-roman {
  list-style-type: upper-roman;
}

ol.list-alpha {
  list-style-type: upper-alpha;
}

.list-lined {
  padding-left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.list-lined > li::before {
  display: none;
}
.list-lined > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0.2em;
}
.list-lined > li > a, .list-lined > li > a:visited {
  padding: 0.2em;
  margin: -0.2em;
  text-decoration: none;
  display: block;
}
.list-lined > li > a:hover, .list-lined > li > a:visited:hover {
  background: rgba(0, 0, 0, 0.5);
}

.list-search {
  padding-left: 0;
}
.list-search > li::before {
  display: none;
}
.list-search > li {
  border-top: 1px solid #bfbfbf;
  padding: 0.5rem 0;
}
.list-search > li > a, .list-search > li > a:visited {
  text-decoration: none;
  font-weight: 900;
}
.list-search > li > a:hover, .list-search > li > a:visited:hover {
  text-decoration: underline;
}

.list-lined-strong {
  font-weight: bold;
  border-top: 1px solid #bfbfbf;
}
.list-lined-strong > li {
  border-bottom: 1px solid #bfbfbf;
}

.list-results > li {
  padding: 2rem 0;
}
.list-results .breadcrumbs {
  font-size: 0.8em;
  color: #aaa;
}
.list-results .breadcrumbs > li:last-child:after {
  display: none;
}
.list-results .breadcrumbs a, .list-results .breadcrumbs a:visited {
  color: #aaa;
}
.list-results .breadcrumbs + h3 {
  margin-top: 0;
}
.list-results .breadcrumbs + h3 a, .list-results .breadcrumbs + h3 a:visited {
  text-decoration: underline;
}
.list-results .breadcrumbs p:last-child {
  margin: 0;
}

.list-margin ol, .list-margin ul {
  margin-bottom: 2rem !important;
}

.list-office {
  list-style: none;
  padding-left: 0;
}
.list-office li:before {
  display: none;
}
.list-office img {
  margin: 0;
  width: 150%;
  max-width: inherit;
}
.list-office img + h6 {
  margin: 0;
  padding: 0 1rem 0.5rem;
}
.list-office a {
  margin: 0;
  background: #000;
  margin: 0 0 1rem;
  display: block;
  text-decoration: none;
  overflow: hidden;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.list-office a:hover {
  background: black;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.list-offices {
  list-style: none;
  padding-left: 0;
}
.list-offices li {
  font-size: 0.9em;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.list-offices li .title, .list-offices li p {
  margin-bottom: 1rem;
}
.list-offices li .title {
  text-transform: none;
  font-size: 1.3em;
  letter-spacing: 0;
}
.list-offices li:before {
  display: none;
}

/*

.sub-nav {
	padding-left: 0;
	background: $katten-lightblue;
	font-size: 1.1rem;
	display: block;

	li {
		display: block;

		&:before {
			display: none;
		}	

		a, a:visited {
			display: block;
			color: #fff;
			text-decoration: none;
			padding: 1rem;
			font-weight: bold;
			text-shadow: 0.025em 0.025em 0.015em rgba(0,0,0,0.75);

			&:hover {
				background: rgba($katten-blue,0.1);
			}
		}

		ul {
			padding-left: 0;
			background: rgba($katten-blue,0.2);
			border-top: 1px solid rgba(0,0,0,0.25);
			font-size: 0.9rem;

			li {
				border-top: 1px solid rgba(255,255,255,0.15);
				border-bottom: 1px solid rgba(0,0,0,0.15);

				&:first-child {
					border-top: none;
				}

				a, a:visited {
					padding: 0.25rem 1rem 0.25rem 2rem;
					margin: 0.25rem;
					border-radius: 0.25rem;
					text-shadow: none;
				}

				&.current {
					a, a:visited {
						background: $katten-yellow;
						color: #000;
						box-shadow: 1px 1px 2px rgba(0,0,0,0.2), inset 1px 1px 0 rgba(255,1255,255,0.2);
					}
				}
			}
		}

	}
}

*/
.sub-nav {
  padding-left: 0;
  font-size: 1.1rem;
  display: block;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid rgba(191, 191, 191, 0.5);
}
.sub-nav > li:first-child {
  border-top: none;
}
.sub-nav li {
  display: block;
  border-top: 1px solid rgba(191, 191, 191, 0.5);
}
.sub-nav li:before {
  display: none;
}
.sub-nav li a, .sub-nav li a:visited {
  display: block;
  text-decoration: none;
  padding: 1em 0.5rem;
  font-weight: bold;
  border-left: 3px solid transparent;
  margin: 2px 0;
}
.sub-nav li a:hover, .sub-nav li a:visited:hover {
  background: rgba(0, 0, 0, 0.5);
}
.sub-nav li.current > a, .sub-nav li.current > a:visited {
  background: #000;
  border-left: 3px solid #000;
  color: #000;
}
.sub-nav li ul {
  padding-left: 0;
  font-size: 0.9rem;
}
.sub-nav li ul li a, .sub-nav li ul li a:visited {
  padding: 0.25rem 0.5rem 0.25rem 1.5rem;
}
.sub-nav li ul li ul li a, .sub-nav li ul li ul li a:visited {
  padding: 0.25rem 0.5rem 0.25rem 2.5rem;
}

.list-alphabet {
  padding: 0;
}
.list-alphabet:after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}
.list-alphabet li {
  display: inline;
}
.list-alphabet li:before {
  display: none;
}
.list-alphabet li a, .list-alphabet li a:visited {
  display: inline-block;
  padding: 0.2em;
  min-width: 1.6em;
  color: #fff;
  background: #000;
  text-decoration: none;
  text-align: center;
  margin: 0 0 0.15em 0;
}
.list-alphabet li a:hover, .list-alphabet li a:visited:hover {
  background: #000;
}
.list-alphabet li a.list-alphabet-viewall, .list-alphabet li a:visited.list-alphabet-viewall {
  min-width: 6em;
}
.list-alphabet li.current a, .list-alphabet li.current a:visited {
  background: #000;
}

.list-attorneys {
  padding-left: 0;
}
.list-attorneys li {
  font-size: 0.85rem;
  border-top: 1px solid #bfbfbf;
  padding: 1em 0;
  display: block;
  position: relative;
  min-height: 7.2rem;
}
.list-attorneys li:before {
  display: none;
}
.list-attorneys li:after {
  content: "";
  display: table;
  width: 100%;
  clear: left;
}
.list-attorneys li p {
  margin: 0 0 0.1em;
}
.list-attorneys li strong {
  font-size: 1rem;
}
.list-attorneys li .list-attorneys-info-name,
.list-attorneys li .list-attorneys-info-title,
.list-attorneys li .list-attorneys-info-practice {
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.list-attorneys li img {
  margin: 0;
}
.list-attorneys .list-attorneys-img {
  position: absolute;
  width: 7.2rem;
}
.list-attorneys .list-attorneys-info {
  float: left;
  width: 100%;
  padding-left: 7.75rem;
  box-sizing: border-box;
}
.list-attorneys .list-attorneys-info-phone + .list-attorneys-info-practice {
  margin-top: 0.5rem;
}

@media screen and (min-width: 47em) {
  .col-main .list-attorneys > li {
    min-height: 9.2rem;
  }
  .col-main .list-attorneys .list-attorneys-img {
    width: 9.2rem;
  }
  .col-main .list-attorneys .list-attorneys-info {
    padding-left: 9.95rem;
  }
}

.col-sidebar .list-attorneys li, .grid.list-attorneys li {
  border: 0;
  background: #000;
  margin-bottom: 0.75rem;
  padding: 0.75rem;
}
.col-sidebar .list-attorneys li strong, .grid.list-attorneys li strong {
  font-size: inherit;
}
.col-sidebar .list-attorneys.list-attorneys-long li, .grid.list-attorneys.list-attorneys-long li {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  border-top: 1px solid #bfbfbf;
  min-height: 0;
}
.col-sidebar .list-attorneys.list-attorneys-long li img, .grid.list-attorneys.list-attorneys-long li img {
  display: none;
}
.col-sidebar .list-attorneys.list-attorneys-long li .list-attorneys-info, .grid.list-attorneys.list-attorneys-long li .list-attorneys-info {
  padding-left: 0;
}
.col-sidebar .list-attorneys.list-attorneys-long li .list-attorneys-info-phone,
.col-sidebar .list-attorneys.list-attorneys-long li .list-attorneys-info-email,
.col-sidebar .list-attorneys.list-attorneys-long li .list-attorneys-info-practice,
.col-sidebar .list-attorneys.list-attorneys-long li .list-attorneys-info-office, .grid.list-attorneys.list-attorneys-long li .list-attorneys-info-phone,
.grid.list-attorneys.list-attorneys-long li .list-attorneys-info-email,
.grid.list-attorneys.list-attorneys-long li .list-attorneys-info-practice,
.grid.list-attorneys.list-attorneys-long li .list-attorneys-info-office {
  display: none;
}

.list-search-expand {
  border-bottom: 1px solid #bfbfbf;
}
.list-search-expand .mini-text {
  margin-bottom: 0.9rem;
}

h4 .btn-expand, h4 .btn-collapse {
  float: right;
}

.alphabet {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1rem;
  float: left;
  width: 100%;
  clear: both;
  display: block;
}
.alphabet li {
  float: left;
}
.alphabet li a, .alphabet li a:visited {
  display: block;
  min-width: 1.3em;
  padding: 0.25em 0.2em 0.1em 0.2em;
  background: #fff;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  margin: 0 2px 2px 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.alphabet li a:hover, .alphabet li a:visited:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 -1.2em 0 rgba(0, 0, 0, 0.03);
}

.listing {
  list-style: none;
  padding-left: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  /*
  &.related > li {
  	padding: math.div($spacing-unit, 2) 0;
  	> h1, .h1,h2, .h2,h3, .h3,h4, .h4,h5, .h5,h6, .h6 {
  		@include h5;
  	}
  	> p {
  		margin-bottom: 0;
  	}
  }
  */
}
.listing:before {
  content: "";
  display: table;
  clear: left;
}
.listing > li {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding: 2rem 0;
}
.listing > li > h1:first-child, .listing > li .h1:first-child, .listing > li h2:first-child, .listing > li .h2:first-child, .listing > li h3:first-child, .listing > li .h3:first-child, .listing > li h4:first-child, .listing > li .h4:first-child, .listing > li h5:first-child, .listing > li .h5:first-child, .listing > li h6:first-child, .listing > li .h6:first-child {
  margin: 0 0 0.5rem;
}
.listing > li p, .listing > li ul {
  margin: 0 0 0.5rem;
}
.listing > li li {
  border: none;
}
.listing > li .icon-tile .tile-content p {
  margin-bottom: 0;
}
.listing .-small > li > h1, .listing .-small > li .h1, .listing .-small > li h2, .listing .-small > li .h2, .listing .-small > li h3, .listing .-small > li .h3, .listing .-small > li h4, .listing .-small > li .h4, .listing .-small > li h5, .listing .-small > li .h5, .listing .-small > li h6, .listing .-small > li .h6 {
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 60em) {
  .listing .-small > li > h1, .listing .-small > li .h1, .listing .-small > li h2, .listing .-small > li .h2, .listing .-small > li h3, .listing .-small > li .h3, .listing .-small > li h4, .listing .-small > li .h4, .listing .-small > li h5, .listing .-small > li .h5, .listing .-small > li h6, .listing .-small > li .h6 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 79em) {
  .listing .-small > li > h1, .listing .-small > li .h1, .listing .-small > li h2, .listing .-small > li .h2, .listing .-small > li h3, .listing .-small > li .h3, .listing .-small > li h4, .listing .-small > li .h4, .listing .-small > li h5, .listing .-small > li .h5, .listing .-small > li h6, .listing .-small > li .h6 {
    font-size: 1.6em;
  }
}
.listing.related > li {
  padding: 1rem 0;
}
.listing .icon-tile {
  background: transparent;
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.listing .icon-tile .tile-image {
  flex: 1 7 6em;
}
.listing .icon-tile .tile-content {
  padding-bottom: 2rem;
  flex: 7 1 20em;
}
.listing .icon-tile .tile-content h1, .listing .icon-tile .tile-content .h1, .listing .icon-tile .tile-content h2, .listing .icon-tile .tile-content .h2, .listing .icon-tile .tile-content h3, .listing .icon-tile .tile-content .h3, .listing .icon-tile .tile-content h4, .listing .icon-tile .tile-content .h4, .listing .icon-tile .tile-content h5, .listing .icon-tile .tile-content .h5, .listing .icon-tile .tile-content h6, .listing .icon-tile .tile-content .h6 {
  margin: 0;
}
@media screen and (max-width: 47em) {
  .listing .icon-tile .tile-content h1, .listing .icon-tile .tile-content .h1, .listing .icon-tile .tile-content h2, .listing .icon-tile .tile-content .h2, .listing .icon-tile .tile-content h3, .listing .icon-tile .tile-content .h3, .listing .icon-tile .tile-content h4, .listing .icon-tile .tile-content .h4, .listing .icon-tile .tile-content h5, .listing .icon-tile .tile-content .h5, .listing .icon-tile .tile-content h6, .listing .icon-tile .tile-content .h6 {
    font-size: 1.1em;
  }
}
.listing a.icon-tile:hover h1, .listing a.icon-tile:hover .h1, .listing a.icon-tile:hover h2, .listing a.icon-tile:hover .h2, .listing a.icon-tile:hover h3, .listing a.icon-tile:hover .h3, .listing a.icon-tile:hover h4, .listing a.icon-tile:hover .h4, .listing a.icon-tile:hover h5, .listing a.icon-tile:hover .h5, .listing a.icon-tile:hover h6, .listing a.icon-tile:hover .h6 {
  text-decoration: underline;
}

h5 + .listing.related {
  margin-top: 2rem;
}

.line-top > .listing:first-child,
.line-top > .grid > .col > .listing:first-child {
  border-top: 0;
  margin-top: -1.5rem;
}

.listing-services {
  font-size: 1.5rem;
}
.listing-services > li {
  position: relative;
}
.listing-services > li > a {
  font-weight: 600;
}
.listing-services > li a, .listing-services > li a:visited {
  display: block;
  padding: 1.1em 2em 1em 0.25em;
  text-decoration: none;
}
.listing-services > li a:hover, .listing-services > li a:visited:hover {
  background: rgba(0, 0, 0, 0.5);
}
.listing-services > li ul li a, .listing-services > li ul li a:visited {
  padding: 0.6em 0.25em 0.5em;
}
.listing-services .hide {
  display: none;
}
.listing-services .read-more-show, .listing-services .read-more-hide {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding-left: 1rem;
  padding-right: 1rem;
}

.tags {
  list-style: none;
  padding: 0;
}
.tags li {
  display: inline;
  position: relative;
}
.tags li a, .tags li a:visited {
  background: #000;
  color: #000 !important;
}
.tags li a:hover, .tags li a:visited:hover {
  background: #000;
  color: #000 !important;
}

.dl dt {
  font-weight: bold;
}
.dl.dl-tight dd:not(last-child) {
  margin-bottom: 0;
}

.pagination {
  color: #555;
  margin-bottom: 2rem;
}
.pagination a, .pagination span {
  display: inline-block;
  margin: 0 0.35em 0.5em 0;
  padding: 0.1em 0.5em;
}
.pagination a {
  background: rgba(240, 240, 240, 0.8);
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.1em;
}
.pagination span:first-child {
  padding-left: 0;
}

.header-banner .pagination {
  font-size: 0.85em;
}
.header-banner .pagination .page-numbers {
  display: none;
}
.header-banner .pagination .page-numbers.current, .header-banner .pagination .page-numbers.prev, .header-banner .pagination .page-numbers.next {
  display: inline-block;
}
.header-banner .pagination .page-numbers.current:before {
  content: "Page ";
}
.header-banner h1 + .pagination {
  margin-top: -1rem;
}

table {
  margin: 2rem auto;
  border-collapse: collapse;
  font-size: 0.85em;
  width: 100%;
  max-width: 100%;
  border: 0.5em solid #f5f5f5;
  padding: 0.5em;
}
table td {
  padding: 0.5em;
  border-bottom: 1px solid #f5f5f5;
}
@media (min-width: 80em) {
  table {
    font-size: 1em;
  }
  table td {
    padding: 1em;
  }
}

@media screen and (max-width: 47em) {
  img {
    width: 100%;
  }
}
img.width-full {
  width: 100%;
  max-width: 100%;
}

.cw-logo {
  width: 100%;
  max-width: 11em;
  display: block;
}

.greyscale {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

/*

blockquote {
	font-size: 1.25em;
	line-height: 1.25;
	font-style: normal;
	//background: $lighter-grey;
	background: none;
	border-left: none;
	padding-left: 5rem;
	padding-right: 5rem;
	max-width: 30em;
	margin: auto;
	//box-shadow: 0 1rem 0.75rem -0.75rem rgba(0, 0, 0, 0.15);

	@media (min-width: 45em) {
		font-size: 1.5em;
	}

	.quote-content {
		@include font-secondary;
		color: $text-grey;
		//font-style: italic;
		font-weight: 300;
		line-height: 1.4;
		margin-bottom: 0.5rem;
		position: relative;
		z-index: 2;

		&:before {
			content: open-quote;
			@include font-secondary;
			color: $yellow;
			font-weight: 300;
			line-height: 1.4;
			font-size: 25rem;
			position: absolute;
			top: -.49em;
			left: -.31em;
			z-index: -1;
		}
		&:after {
			content: close-quote;
			position: absolute;
			top: -.49em;
			left: -.31em;
			z-index: -1;
			opacity: 0;
		}
	}

	&.blockquote-large {
		.quote-content {
			font-size: 1em;
			@media (min-width: 50em) {
				font-size: 1.1em;
			}
			@media (min-width: 65em) {
				font-size: 1.2em;
			}
		}
		&.quote-short {
			.quote-content {
				font-size: 1.3em;
				@media (min-width: 50em) {
					font-size: 1.5em;
				}
				@media (min-width: 65em) {
					font-size: 1.7em;
				}
			}
		}

		&.quote-long {
			.quote-content {
				font-size: 0.8em;
				@media (min-width: 50em) {
					font-size: 0.9em;
				}
				@media (min-width: 65em) {
					font-size: 1em;
				}
			}
		}
	}


  &.quote-centred {
	  text-align: center;

	  footer {
	  	margin-top: 0;

		  img {
			  display: none;
		  }

		  a, a:visited {
			  font-style: normal;
		  }
	  }
  }

  p {
    margin: 0 0 0.5em;
    color: inherit;
    font-weight: 400;

    &:only-child {
      margin-bottom: 0;
    }
  }

	footer {
		margin-top: $spacing-unit;

		img {
			float: left;
			width: 25%;
			max-width: 6rem;
			margin-right: $spacing-unit;
			margin-bottom: 0;
			border-radius: 50%;
		}

		.button, a.button, a.button:visited {
			font-size: 1rem;
			font-style: normal;
			background: #fff;
			color: $base !important;

			&:hover {
				background: #fff;
				color: $base !important;
				box-shadow: 0 1px 2px rgba(0,0,0,0.5), 0 0 1px rgba(0,0,0,0.15), 0 1px 0 rgba(0,0,0,0.15), inset 0 -1.2em 0 rgba(0,0,0,0.03);
			}
		}
	}

	cite,.cite {
		font-style: italic;
		font-weight: 400;
		font-size: 1.2rem;

		&:before {
			content: '';
			display: inline-block;
			width: 4rem;
			height: 1px;
			background: $text-grey;
			margin: 0 1rem 0.25rem 0;
		}

		small {
			font-size: 0.9rem;
			opacity: 0.6;
		}
	}
}


.news-item-content {
	blockquote {
		background: transparent;
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 0;
		font-size: 1.25em;

		a.button, a.button:visited {
			background: $base;
			color: #fff !important;

			&:hover {
					background: darken($base, 5%);
				color: #fff !important;
				box-shadow: none;
			}

		}
	}
}


*/
.icon-tile {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2rem 2rem 1rem;
  fill: #000;
}
.icon-tile h3 {
  font-size: 1.5em;
}
.icon-tile .tile-image {
  flex: 1 5 6em;
  padding-bottom: 1rem;
}
.icon-tile .tile-image img, .icon-tile .tile-image svg {
  display: block;
  width: calc(100% - 2rem);
  max-width: 6em;
  margin-bottom: 0;
  box-sizing: border-box;
}
.icon-tile .tile-content {
  flex: 5 1 10em;
  color: #000;
  padding-bottom: 1rem;
}
.icon-tile .tile-content > *:last-child {
  margin-bottom: 0;
}

a.icon-tile {
  text-decoration: none;
}
a.icon-tile:hover .tile-content h4 {
  text-decoration: underline;
}
a.icon-tile:hover svg {
  fill: #000;
}
a.icon-tile:hover svg.icon-reversed {
  background: #000;
  fill: #fff;
}

.gallery-img-wrap {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 2rem;
}
.gallery-img-wrap .img-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 1rem solid transparent;
}
.gallery-img-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s;
  -o-object-position: unset !important;
     object-position: unset !important;
}

a.gallery-img, .js .lightbox-trigger {
  cursor: pointer;
}
a.gallery-img .img-wrap, .js .lightbox-trigger .img-wrap {
  transition: all 0.2s;
  background: rgba(100, 100, 100, 0.3);
}
a.gallery-img:hover .img-wrap, .js .lightbox-trigger:hover .img-wrap {
  background: rgba(100, 100, 100, 0.4);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2);
}
.section-gallery a.gallery-img:hover .img-wrap, .section-alt a.gallery-img:hover .img-wrap {
  background: rgba(100, 100, 100, 0.4);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2);
}
body.lightbox-open {
  height: 100%;
  overflow: hidden;
}
body.lightbox-open > .lightbox, body.lightbox-open > .lightbox-close-icon {
  display: block;
}

body > .lightbox-close-icon {
  display: none;
  position: fixed;
  top: 5.5vw;
  right: 5.5vw;
  z-index: 5;
}

body > .lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  z-index: 5;
  color: #fff;
  padding-top: 5vh;
  padding-bottom: 5vh;
  opacity: 0;
  overflow: auto;
}
body > .lightbox a, body > .lightbox a:visited {
  color: #fff;
}
@media screen and (min-width: 40em) {
  body > .lightbox .section-grid {
    display: flex;
    align-items: center;
  }
}
body > .lightbox .gallery-img-wrap {
  background: transparent;
}
@media screen and (min-width: 40em) {
  body > .lightbox .gallery-img-wrap {
    padding-bottom: 88vh;
  }
}
body > .lightbox .gallery-img-desc {
  width: 100% !important;
}

.page-width {
  margin: 0 auto;
  padding: 0 5.55%;
  width: 100%;
  box-sizing: border-box;
}
.page-width.-bkg {
  background: #fff;
  margin-top: -9rem;
  position: relative;
  padding-top: 2rem;
}
@media screen and (min-width: 60em) {
  .page-width.-bkg {
    margin-top: -10rem;
    top: -1rem;
  }
}
.page-width.-img {
  max-width: 1260px;
  padding: 0;
  margin-top: -5rem;
  position: relative;
}
.page-width.-img + .main-content .page-width.-bkg {
  margin-top: -4rem;
}
@media screen and (min-width: 40em) {
  .page-width.-img + .main-content .page-width.-bkg {
    margin-top: -6rem;
  }
}
@media screen and (min-width: 70em) {
  .page-width.-img + .main-content .page-width.-bkg {
    margin-top: -12rem;
  }
}
.page-width.-img .lead-img {
  width: 100%;
  height: auto;
}
.page-width.-img .lead-img > img {
  width: 100%;
  height: auto;
  max-width: unset;
  margin: 0;
}
@media screen and (min-width: 60em) {
  .page-width.-img .lead-img {
    height: 60vh;
  }
  .page-width.-img .lead-img > img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

.main-content .wp-block-group {
  width: 100vw;
  max-width: none;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-left: 5.55vw !important;
  padding-right: 5.55vw !important;
  box-sizing: border-box;
}
@media screen and (min-width: 60em) and (min-height: 35rem) {
  .main-content .wp-block-group {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 60em) {
  .main-content .wp-block-group {
    margin-left: calc(-33.33% - 5.5vw - 0.7rem);
    margin-right: 0;
  }
}
@media screen and (min-width: 79em) {
  .main-content .wp-block-group {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
.main-content .wp-block-group + .wp-block-group {
  margin-top: -5rem;
}
@media screen and (min-width: 60em) and (min-height: 35rem) {
  .main-content .wp-block-group + .wp-block-group {
    margin-top: -10rem;
  }
}

.main-content section, .main-content .wp-block-group {
  border-top: 5px solid #000;
  padding: 5rem 0 2.5rem;
}
@media screen and (min-width: 60em) and (min-height: 35rem) {
  .main-content section, .main-content .wp-block-group {
    padding: 10rem 0;
    padding-bottom: 8rem;
  }
}
.main-content section .section-grid, .main-content .wp-block-group .section-grid {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 60em) and (min-height: 35rem) {
  .main-content section .section-grid, .main-content .wp-block-group .section-grid {
    padding-bottom: 3rem;
  }
}
.main-content section .section-grid .grid, .main-content .wp-block-group .section-grid .grid {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 40em) and (min-height: 25rem) {
  .main-content section .section-grid .grid, .main-content .wp-block-group .section-grid .grid {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 47em) and (min-height: 30rem) {
  .main-content section .section-grid .grid, .main-content .wp-block-group .section-grid .grid {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 60em) and (min-height: 35rem) {
  .main-content section .section-grid .grid, .main-content .wp-block-group .section-grid .grid {
    margin-top: 4rem;
  }
}
.main-content section .section-grid > .col > .grid:first-child, .main-content .wp-block-group .section-grid > .col > .grid:first-child {
  margin-top: 0;
}
.main-content section.section-gallery, .main-content section.is-style-black-film, .main-content section [class$=-black-film], .main-content .wp-block-group.section-gallery, .main-content .wp-block-group.is-style-black-film, .main-content .wp-block-group [class$=-black-film] {
  background: #000;
  color: #fff;
}
.main-content section.section-gallery:before, .main-content section.is-style-black-film:before, .main-content section [class$=-black-film]:before, .main-content .wp-block-group.section-gallery:before, .main-content .wp-block-group.is-style-black-film:before, .main-content .wp-block-group [class$=-black-film]:before {
  content: "";
  display: block;
  width: 100vw;
  height: 2rem;
  background: url(../img/film.png) 0 0 repeat-x;
  background-size: auto 100%;
  position: relative;
  top: -5rem;
  left: -5.5vw;
}
@media screen and (min-width: 60em) and (min-height: 35rem) {
  .main-content section.section-gallery:before, .main-content section.is-style-black-film:before, .main-content section [class$=-black-film]:before, .main-content .wp-block-group.section-gallery:before, .main-content .wp-block-group.is-style-black-film:before, .main-content .wp-block-group [class$=-black-film]:before {
    top: -10rem;
  }
}
.main-content section.section-alt, .main-content section.-is-style-black, .main-content section [class$=-black], .main-content .wp-block-group.section-alt, .main-content .wp-block-group.-is-style-black, .main-content .wp-block-group [class$=-black] {
  background: #000;
  color: #fff;
}
.main-content section.section-alt a, .main-content section.section-alt a:visited, .main-content section.-is-style-black a, .main-content section.-is-style-black a:visited, .main-content section [class$=-black] a, .main-content section [class$=-black] a:visited, .main-content .wp-block-group.section-alt a, .main-content .wp-block-group.section-alt a:visited, .main-content .wp-block-group.-is-style-black a, .main-content .wp-block-group.-is-style-black a:visited, .main-content .wp-block-group [class$=-black] a, .main-content .wp-block-group [class$=-black] a:visited {
  color: #fff;
}
.main-content section.section-alt a:hover, .main-content section.section-alt a:visited:hover, .main-content section.-is-style-black a:hover, .main-content section.-is-style-black a:visited:hover, .main-content section [class$=-black] a:hover, .main-content section [class$=-black] a:visited:hover, .main-content .wp-block-group.section-alt a:hover, .main-content .wp-block-group.section-alt a:visited:hover, .main-content .wp-block-group.-is-style-black a:hover, .main-content .wp-block-group.-is-style-black a:visited:hover, .main-content .wp-block-group [class$=-black] a:hover, .main-content .wp-block-group [class$=-black] a:visited:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.main-content section.section-alt + section, .main-content section.-is-style-black + section, .main-content section [class$=-black] + section, .main-content .wp-block-group.section-alt + section, .main-content .wp-block-group.-is-style-black + section, .main-content .wp-block-group [class$=-black] + section {
  border-top: 0;
}
.main-content section.-earth, .main-content section.is-style-earth, .main-content section [class$=-earth], .main-content .wp-block-group.-earth, .main-content .wp-block-group.is-style-earth, .main-content .wp-block-group [class$=-earth] {
  border-top: 0;
}
.main-content section.-earth + section, .main-content section.is-style-earth + section, .main-content section [class$=-earth] + section, .main-content .wp-block-group.-earth + section, .main-content .wp-block-group.is-style-earth + section, .main-content .wp-block-group [class$=-earth] + section {
  border-top: 0;
}
.main-content section.no-padding, .main-content .wp-block-group.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.main-content section.no-top-padding, .main-content .wp-block-group.no-top-padding {
  padding-top: 0;
}
.main-content section.no-bottom-padding, .main-content .wp-block-group.no-bottom-padding {
  padding-bottom: 0;
}
.main-content section:first-child > .page-width > figure:first-child, .main-content .wp-block-group:first-child > .page-width > figure:first-child {
  position: relative;
  margin: 0;
  margin-top: -8rem;
}
.main-content section:first-child > .page-width > figure:first-child img, .main-content .wp-block-group:first-child > .page-width > figure:first-child img {
  max-width: 100%;
}
@media (min-width: 40em) {
  .main-content section:first-child > .page-width > figure:first-child, .main-content .wp-block-group:first-child > .page-width > figure:first-child {
    margin-top: -10rem;
  }
}
@media screen and (min-width: 60em) {
  .main-content section:first-child > .page-width > figure:first-child:nth-child(n), .main-content .wp-block-group:first-child > .page-width > figure:first-child:nth-child(n) {
    width: 66.6656666667%;
  }
}
.main-content section:first-child > .page-width > form:first-child fieldset, .main-content .wp-block-group:first-child > .page-width > form:first-child fieldset {
  position: relative;
}
.main-content section > .page-width > *:last-child, .main-content .wp-block-group > .page-width > *:last-child {
  margin-bottom: 0;
}
.main-content section > .page-width > *:last-child.section-grid, .main-content .wp-block-group > .page-width > *:last-child.section-grid {
  padding-bottom: 0;
}
.main-content section + section.section-alt {
  border-top: none;
}
.main-content section + section.section-gallery {
  margin-top: 1rem;
}
.main-content section.section-alt + section:not(.section-alt):not(.section-earth), .main-content section.section-earth + section:not(.section-alt):not(.section-earth) {
  border-top: none;
}
.main-content section.issue-cover {
  border-top: none;
}
.main-content section.issue-cover:not(.section-alt) + section {
  border-top: none;
  padding-top: 0;
}
.main-content section.issue-cover:not(.section-alt) + section.section-alt {
  border: none;
}

.main-content-article {
  max-width: 55rem;
  margin: 0 auto;
}
.main-content-article p {
  max-width: 40rem;
}
.main-content-article footer.author-bio {
  border-top: 4px solid #3e475f;
  margin: 8rem 0 2rem;
  padding: 2rem 0 0;
}
.main-content-article section {
  padding: 0;
}
@media screen and (min-width: 40em) {
  .main-content-article section.article-aside {
    padding-left: 33.33%;
  }
  .main-content-article section.article-aside .article-aside-sticky {
    float: left;
    width: calc(50% - 2rem);
    margin-left: -50%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    border-top: 0.5rem solid transparent;
  }
}
@media screen and (min-width: 70em) {
  .main-content-article section.article-aside .article-aside-sticky {
    width: calc(65% - 2rem);
    margin-left: -65%;
  }
}

@media screen and (min-width: 40em) {
  .grid-flex {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .grid-flex > * .box {
    min-height: 100%;
    box-sizing: border-box;
  }
  .grid-flex.v-align-bottom {
    align-items: flex-end;
  }
  .grid-flex.v-align-middle {
    align-items: center;
  }
}
.issue-list > .column {
  margin-bottom: 2rem;
}
@media screen and (min-width: 20em) {
  .issue-list > .column:nth-child(n) {
    width: 50%;
  }
}
@media screen and (min-width: 30em) {
  .issue-list > .column:nth-child(n) {
    width: 33.3323333333%;
  }
}
@media screen and (min-width: 47em) {
  .issue-list > .column:nth-child(n) {
    width: 25%;
  }
}
.issue-list a, .issue-list a:visited {
  font-size: 1rem;
  text-decoration: none;
  display: block;
}
.issue-list a:hover, .issue-list a:visited:hover {
  text-decoration: none;
}
.issue-list a:hover img, .issue-list a:visited:hover img {
  border-color: #FFFF6C;
}
.issue-list a + p, .issue-list a:visited + p {
  padding: 0 1rem;
  width: 78%;
  margin-left: 22%;
  box-sizing: border-box;
  margin-top: -1rem;
  position: relative;
}
.issue-list a + p a, .issue-list a + p a:visited, .issue-list a:visited + p a, .issue-list a:visited + p a:visited {
  display: inline-block;
  font-size: 0.8rem;
  margin-right: 0.5rem;
  color: #4397E8;
  font-weight: 600;
}
.issue-list a + p a:hover, .issue-list a + p a:visited:hover, .issue-list a:visited + p a:hover, .issue-list a:visited + p a:visited:hover {
  color: #000;
}
.issue-list a + p a:last-child, .issue-list a + p a:visited:last-child, .issue-list a:visited + p a:last-child, .issue-list a:visited + p a:visited:last-child {
  margin: 0;
}
.issue-list img {
  margin: 0 0 1rem;
  border: 4px solid #212737;
  max-width: calc(100% - 8px);
}
.issue-list h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  margin: 0;
  background: #fff;
  padding: 1rem;
  width: 78%;
  margin-top: -3rem;
  position: relative;
  margin-left: 22%;
  box-sizing: border-box;
}
.issue-list.issue-list-small > .column:first-child {
  position: relative;
}
@media screen and (min-width: 60em) {
  .issue-list.issue-list-small > .column:nth-child(n) {
    width: 20%;
  }
}
.issue-list.issue-list-small h3, .issue-list.issue-list-small a + p {
  margin-top: 0;
  width: 100%;
  padding: 0;
  margin-left: 0;
}

.topics-list-full {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 20em) {
  .topics-list-full {
    -webkit-columns: 4rem 2;
       -moz-columns: 4rem 2;
            columns: 4rem 2;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media screen and (min-width: 40em) {
  .topics-list-full {
    -webkit-columns: 4rem 3;
       -moz-columns: 4rem 3;
            columns: 4rem 3;
  }
}
@media screen and (min-width: 60em) {
  .topics-list-full {
    -webkit-columns: 4rem 4;
       -moz-columns: 4rem 4;
            columns: 4rem 4;
  }
}
.topics-list-full li, .topics-list-full li * {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.topics-list-full li {
  border-top: 1px solid #bfbfbf;
}
.topics-list-full li a, .topics-list-full li a:visited {
  display: block;
  text-decoration: none;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 1px 0 0 #bfbfbf;
  padding: 1rem 0.25rem;
}
.topics-list-full li a:hover, .topics-list-full li a:visited:hover {
  background: #efefef;
  color: #000;
}

.topics-sections-wrap {
  max-width: 55em;
  margin: 0 auto;
}

.sections-list, .topics-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  clear: both;
  padding: 0;
  margin: 0 -1rem;
}
.sections-list:after, .topics-list:after {
  content: "";
  display: table;
  clear: both;
}
.sections-list > li, .topics-list > li {
  float: left;
  padding: 0 1rem;
  box-sizing: border-box;
  margin: 0;
}
.sections-list > li:nth-child(n), .topics-list > li:nth-child(n) {
  width: 50%;
}
.sections-list > li:nth-child(2n+1), .topics-list > li:nth-child(2n+1) {
  clear: left;
}
.sections-list a, .sections-list a:visited, .topics-list a, .topics-list a:visited {
  text-decoration: none;
  border-top: 4px solid #414141;
  display: block;
  padding: 1.5rem 0;
  text-align: center;
}
.sections-list a:hover, .sections-list a:visited:hover, .topics-list a:hover, .topics-list a:visited:hover {
  border-top-color: #FFFF6C;
}
.sections-list a h3, .sections-list a:visited h3, .topics-list a h3, .topics-list a:visited h3 {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 1rem;
}
.sections-list a h3:hover, .sections-list a:visited h3:hover, .topics-list a h3:hover, .topics-list a:visited h3:hover {
  text-decoration: none;
}
.sections-list a h3:after, .sections-list a:visited h3:after, .topics-list a h3:after, .topics-list a:visited h3:after {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  background: #bfbfbf;
  margin: 1rem auto 0;
}
.sections-list a p, .sections-list a:visited p, .topics-list a p, .topics-list a:visited p {
  font-size: 0.85rem;
  color: #414141;
}
@media screen and (min-width: 30em) {
  .sections-list > li:nth-child(n), .topics-list > li:nth-child(n) {
    width: 33.3323333333%;
  }
  .sections-list > li:nth-child(3n+1), .topics-list > li:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 47em) {
  .sections-list > li:nth-child(n), .topics-list > li:nth-child(n) {
    width: 25%;
  }
  .sections-list > li:nth-child(4n+1), .topics-list > li:nth-child(4n+1) {
    clear: left;
  }
}

.sections-list a, .sections-list a:visited {
  border-top: 4px solid #4397E8;
}

.topics-list a, .topics-list a:visited {
  /*
  h3:after {
  	position: absolute;
  	bottom: 0;
  	left: calc(50% - 1.5rem);
  }
  */
}
.topics-list a h3, .topics-list a:visited h3 {
  position: relative;
  min-height: 8rem;
}
.topics-list a h3:before, .topics-list a:visited h3:before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(../img/ext.svg) 50% 50% no-repeat #3e475f;
  background-size: 1rem;
  margin: 0 auto 0.5rem;
  border-radius: 50%;
}
.topics-list a:hover h3:before, .topics-list a:visited:hover h3:before {
  background-color: #FFFF6C;
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px #3e475f;
}

.profile-list {
  margin-bottom: 4rem;
}
@media (min-width: 40em) {
  .profile-list {
    -webkit-columns: 4rem 2;
       -moz-columns: 4rem 2;
            columns: 4rem 2;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media screen and (min-width: 60em) {
  .profile-list {
    -webkit-columns: 4rem 3;
       -moz-columns: 4rem 3;
            columns: 4rem 3;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.profile-list .caps-label {
  display: none;
}
.profile-list.profile-list-rows {
  -webkit-columns: unset;
     -moz-columns: unset;
          columns: unset;
  -webkit-column-gap: unset;
     -moz-column-gap: unset;
          column-gap: unset;
}
@media (min-width: 40em) {
  .profile-list.profile-list-rows {
    clear: both;
    padding: 0;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .profile-list.profile-list-rows:after {
    content: "";
    display: table;
    clear: both;
  }
  .profile-list.profile-list-rows > .profile-year {
    float: left;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .profile-list.profile-list-rows > .profile-year:nth-child(n) {
    width: 50%;
  }
  .profile-list.profile-list-rows > .profile-year:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 60em) {
  .profile-list.profile-list-rows > .profile-year:nth-child(n) {
    width: 33.3323333333%;
  }
  .profile-list.profile-list-rows > .profile-year:nth-child(2n+1) {
    clear: unset;
  }
  .profile-list.profile-list-rows > .profile-year:nth-child(3n+1) {
    clear: left;
  }
}
.profile-list .profile-year, .profile-list .profile-year * {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.profile-list .profile-year {
  margin-bottom: 4rem;
}
.profile-list .profile-year h2 {
  font-size: 1.6rem;
}
.profile-list .profile-year .caps-label {
  margin: 0.5rem 0;
}
.profile-list .profile-year h3 + .class-note-item {
  border-top: 8px solid #212737;
}

.content-list.-landing {
  max-width: 55em;
  margin: 0 auto;
}
.content-list.-landing-small > .content-list-item {
  padding: 1rem 0;
}
.content-list.-landing-small > .content-list-item h4 {
  font-size: 1.3rem;
}
.content-list.-landing-small > .content-list-item img {
  display: none;
}
.content-list > .content-list-item {
  border-top: 1px solid #bfbfbf;
  padding: 2rem 0 2rem 8.5rem;
}
.content-list > .content-list-item img {
  float: left;
  width: 6.5rem;
  height: 6.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  margin-left: -8.5rem;
}
.content-list > .content-list-item * {
  margin-top: 0;
  margin-bottom: 0;
}
.content-list > .content-list-item p:not(.label) {
  max-width: 40em;
}
.content-list > .content-list-item .caps-label {
  margin-bottom: 0.3333333333rem;
}
.content-list > .content-list-item .caps-label a, .content-list > .content-list-item .caps-label a:visited {
  text-decoration: none;
  color: #4397E8;
}
.content-list > .content-list-item h4 {
  color: #3e475f;
  margin-bottom: 0.3333333333rem;
}
.content-list > .content-list-item h4 a, .content-list > .content-list-item h4 a:visited {
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
}
.content-list > .content-list-item h4 a:hover, .content-list > .content-list-item h4 a:visited:hover {
  color: #4397E8;
}

.slider.-quotes > h3 {
  font-size: 1.4rem;
}
.slider.-quotes > h3 span {
  position: relative;
}
.slider.-quotes > h3 span:after {
  content: "";
  display: block;
  position: absolute;
  top: 1rem;
  left: calc(100% + 2rem);
  right: calc(100% - 1200px + 4rem);
  border-top: 1px solid #3e475f;
}
.slider .slides {
  border-bottom: 1px solid #3e475f;
  padding-bottom: 3rem;
}

.js .slider .slides .slide {
  display: none;
}
.js .slider .slides .slide.-show {
  display: block;
}

.main-content section.section-pre-footer {
  background: #4c515d;
  color: #fff;
}
.main-content section.section-pre-footer h2 {
  color: #fff;
  margin: 0;
}
.main-content section.section-pre-footer h2 span:before, .main-content section.section-pre-footer h2 span:after {
  display: none;
}

.gallery .slider figure {
  margin: 0;
}
.gallery .slides {
  padding-bottom: 1rem;
}

.map-wrap {
  display: block;
  width: 100%;
  background: #f4f4f4;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 2rem;
}
.map-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.-earth, .is-style-earth, [class$=-earth], .section-earth {
  position: relative;
  background: #f06;
  background: linear-gradient(-45deg, #64D8F0, #FFFF6C);
  overflow: hidden;
  z-index: 0;
}
.-earth:before, .-earth:after, .is-style-earth:before, .is-style-earth:after, [class$=-earth]:before, [class$=-earth]:after, .section-earth:before, .section-earth:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: -1;
}
.-earth:before, .is-style-earth:before, [class$=-earth]:before, .section-earth:before {
  background: #97DAAC;
  box-shadow: 0 0 15em 10em #97DAAC;
  top: -75%;
  right: -75%;
}
.-earth:after, .is-style-earth:after, [class$=-earth]:after, .section-earth:after {
  background: #97DAAC;
  bottom: -75%;
  left: -75%;
  box-shadow: 0 0 15em 10em #97DAAC;
}

.-yellow, .is-style-yellow, [class$=-yellow], .section-yellow {
  background: #FFFF6C;
}

.-blue, .is-style-blue, [class$=-blue], .section-blue {
  background: #64D8F0;
}

.-green, .is-style-green, [class$=-green], .section-green {
  background: #97DAAC;
}

.is-layout-constrained.wp-block-group > .grid.section-grid {
  display: block;
  width: 100%;
}
.is-layout-constrained.wp-block-group > .grid.section-grid:first-child {
  margin-top: 0;
}

.is-layout-flow.wp-block-group > .grid.section-grid {
  display: block;
  width: 100%;
}
.is-layout-flow.wp-block-group > .grid.section-grid:first-child {
  margin-top: 0;
}

.competition-review-list .wp-block-group:first-child {
  margin-top: 0;
  border: 0;
  padding-top: 0;
}

.sidebar {
  margin-bottom: 5rem;
}

#events-map {
  position: relative;
  margin-bottom: 2rem;
}
#events-map #map-cover {
  position: absolute;
  top: 0;
  bottom: 2rem;
  left: 1rem;
  right: 1rem;
  background: rgba(125, 125, 125, 0.3);
  opacity: 0.5;
  transition: all 0.2s;
}
#events-map #map-cover:hover {
  opacity: 1;
}
#events-map #map-cover a {
  display: block;
  text-align: center;
  padding-top: 50%;
}

#events-grid.eventsgroup-map #map-cover {
  display: none;
}
#events-grid.eventsgroup-map .map-wrap {
  padding-bottom: 70vh;
}

.dyk .box {
  background: rgba(151, 218, 172, 0.35);
  transition: all 0.1s;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
.dyk .box.-hover {
  background: rgba(151, 218, 172, 0.5);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}
.dyk:nth-child(2) .box {
  background: rgba(255, 255, 108, 0.6);
}
.dyk:nth-child(2) .box.-hover {
  background: #FFFF6C;
}
.dyk:nth-child(3) .box {
  background: rgba(100, 216, 240, 0.35);
}
.dyk:nth-child(3) .box.-hover {
  background: rgba(100, 216, 240, 0.5);
}

hr {
  border-top-color: #000;
  margin: 2rem 0;
}

span.date, span.time, span.mini-text {
  display: inline;
}

.date {
  color: #000;
  font-size: 1em;
}

.tag, .tag:visited, .tags a, .tags a:visited {
  background: #000;
  color: #fff !important;
  text-decoration: none;
  padding: 0.2em 0.5rem 0;
  border-radius: 0.25em;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 0.5em 0.3rem 0;
  position: relative;
  top: -0.1rem;
  transition: all 0.2s;
}

a.tag:hover, .tag:visited:hover, .tags a:hover, .tags a:visited:hover {
  background: #000;
  color: #fff;
}

.tag + .pair4060 {
  margin-top: 1rem;
}

a.link-black, a.link-black:visited {
  color: #000;
  text-decoration: underline;
}

.pair4060 {
  display: inline-block;
  font-weight: 600;
  margin: 0 0 0.5rem !important;
  width: 100%;
  margin-bottom: 2rem;
  line-height: 1.3em;
}
.pair4060 + .pair4060 {
  margin-top: -1.5rem;
}
.pair4060:after {
  content: "";
  display: table;
  clear: both;
}
.pair4060 dt {
  float: left;
  width: 35%;
  margin: 0 5% 0 0;
}
.pair4060 dd {
  float: right;
  width: 60%;
  font-weight: normal;
  margin: 0;
}

/*
.section-title {
	color: $text-grey;
	text-align: center;
	display: flex;
	align-items: center;
	margin: $spacing-unit 0 $spacing-unit*2;

	span {
		flex-grow: 3;
		white-space: nowrap;
		margin: 0 $spacing-unit;
	}
	&:before, &:after {
		flex-shrink: 3;
		content:'';
		width: 50%;
		border-top: 1px solid $line-color;
	}
}
*/
.section-title {
  color: #3e475f;
  text-align: center;
  margin: 0 0 6rem;
  font-size: 2.4rem;
}
@media (min-width: 65em) {
  .section-title {
    font-size: 3rem;
  }
}
.section-title > span, .section-title > a {
  position: relative;
}
@media (min-width: 65em) {
  .section-title > span:before, .section-title > span:after, .section-title > a:before, .section-title > a:after {
    content: "";
    border-top: 1px solid #bfbfbf;
    position: absolute;
    top: 50%;
    left: calc(50% - 600px + 2rem);
    right: calc(100% + 2rem);
  }
  .section-title > span:after, .section-title > a:after {
    left: calc(100% + 2rem);
    right: calc(50% - 600px + 2rem);
  }
}
.section-title a:hover, .section-title a:visited:hover {
  color: #4397E8;
}
.section-title.home-issue {
  font-size: 1.4rem;
  position: relative;
}
.section-title.home-issue:before {
  content: "";
  border-left: 1px solid #bfbfbf;
  position: absolute;
  bottom: calc(100% + 3rem);
  left: 50%;
  display: block;
  width: 1px;
  height: 9rem;
}
@media (min-width: 65em) {
  .section-title.home-issue:before {
    height: 11rem;
  }
}
@media (min-width: 65em) {
  .section-title.home-issue {
    font-size: 2rem;
    margin-bottom: 8rem;
  }
}
.section-title.home-issue a, .section-title.home-issue a:visited {
  display: block;
  font-size: 2.2em;
  letter-spacing: -0.01em;
  line-height: 1.3em;
  font-weight: 600;
  margin-top: -1.2rem;
}
@media screen and (min-width: 60em) {
  .section-title.home-issue a, .section-title.home-issue a:visited {
    font-size: 3em;
  }
}
.section-title.home-issue a:hover, .section-title.home-issue a:visited:hover {
  color: #4397E8;
}

.caps-label {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin: 1rem 0;
  display: block;
  line-height: 1;
}

h2 > .caps-label {
  margin-bottom: 0.1rem;
  color: #3e475f;
}

.profile-decade-title {
  padding-top: 2rem;
}
.profile-decade-title .h1, .profile-decade-title .h2 {
  margin: 0;
  line-height: 0.6;
}
@media (min-width: 40em) {
  .profile-decade-title {
    background: #fff;
    padding-bottom: 2rem;
    display: inline;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .profile-decade-title + .profile-list.profile-list-rows {
    margin-top: -3.4rem;
    margin-left: 5rem;
    border-left: 1px solid #ccc;
    padding-left: 7rem;
  }
}
@media screen and (min-width: 65em) {
  .profile-decade-title + .profile-list.profile-list-rows {
    margin-top: -4.3rem;
  }
}

.search-term {
  color: #4397E8;
  color: #000;
  font-weight: 600;
  background: rgba(244, 244, 244, 0.65);
  background: #dceaf8;
  padding: 0 0.2em 0.1em 0.2em;
  border-radius: 0.1em;
}

.breadcrumbs.-back li:after {
  display: none;
}
.breadcrumbs.-back li a, .breadcrumbs.-back li a:visited {
  text-decoration: none;
  font-weight: bold;
}
.breadcrumbs.-back li a:before, .breadcrumbs.-back li a:visited:before {
  content: "←";
  margin-right: 0.5rem;
  color: #000;
}

nav.breadcrumbs .breadcrumb_last {
  display: none;
}

.slider-controls, .pagination {
  margin: 1rem auto 2rem;
  text-align: center;
  font-size: 1.855em;
}
.slider-controls .slider-next, .slider-controls .slider-prev, .slider-controls .pager-next, .slider-controls .pager-prev, .slider-controls ul > li > a, .pagination .slider-next, .pagination .slider-prev, .pagination .pager-next, .pagination .pager-prev, .pagination ul > li > a {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: transparent;
  color: transparent;
  border: 1px solid #bfbfbf;
  margin: 0 0.5rem;
  position: relative;
  box-sizing: border-box;
  padding: 0.67rem 0;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
}
.slider-controls .slider-next:before, .slider-controls .slider-next:after, .slider-controls .slider-prev:before, .slider-controls .slider-prev:after, .slider-controls .pager-next:before, .slider-controls .pager-next:after, .slider-controls .pager-prev:before, .slider-controls .pager-prev:after, .slider-controls ul > li > a:before, .slider-controls ul > li > a:after, .pagination .slider-next:before, .pagination .slider-next:after, .pagination .slider-prev:before, .pagination .slider-prev:after, .pagination .pager-next:before, .pagination .pager-next:after, .pagination .pager-prev:before, .pagination .pager-prev:after, .pagination ul > li > a:before, .pagination ul > li > a:after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 2px;
  position: absolute;
  top: 1.3rem;
  left: 1.2rem;
  background: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slider-controls .slider-next:before, .slider-controls .slider-prev:before, .slider-controls .pager-next:before, .slider-controls .pager-prev:before, .slider-controls ul > li > a:before, .pagination .slider-next:before, .pagination .slider-prev:before, .pagination .pager-next:before, .pagination .pager-prev:before, .pagination ul > li > a:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 1.66rem;
}
.slider-controls .slider-next:hover, .slider-controls .slider-prev:hover, .slider-controls .pager-next:hover, .slider-controls .pager-prev:hover, .slider-controls ul > li > a:hover, .pagination .slider-next:hover, .pagination .slider-prev:hover, .pagination .pager-next:hover, .pagination .pager-prev:hover, .pagination ul > li > a:hover {
  background-color: #FFFF6C;
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px #3e475f;
}
.slider-controls .slider-prev:before, .slider-controls .slider-prev:after, .slider-controls .pager-prev:before, .slider-controls .pager-prev:after, .pagination .slider-prev:before, .pagination .slider-prev:after, .pagination .pager-prev:before, .pagination .pager-prev:after {
  left: 1.1rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.slider-controls .slider-prev:before, .slider-controls .pager-prev:before, .pagination .slider-prev:before, .pagination .pager-prev:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slider-controls ul, .pagination ul {
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
  position: relative;
  top: -1.1rem;
  margin: 0 2rem;
}
.slider-controls ul li, .pagination ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 0.25em;
}
.slider-controls ul li a, .slider-controls ul li a:visited, .pagination ul li a, .pagination ul li a:visited {
  color: #2a3349;
  text-align: center;
  margin: 0;
}
.slider-controls ul li a:before, .slider-controls ul li a:after, .slider-controls ul li a:visited:before, .slider-controls ul li a:visited:after, .pagination ul li a:before, .pagination ul li a:after, .pagination ul li a:visited:before, .pagination ul li a:visited:after {
  display: none;
}

.info-grid {
  justify-content: center;
  margin-bottom: 2rem;
  align-items: stretch;
}
.info-grid > * {
  width: auto;
  flex-grow: 2;
  width: 100%;
}
@media (min-width: 40em) {
  .info-grid > * {
    max-width: 33%;
  }
}
.info-grid .info-item {
  text-align: center;
  border-top: 1px solid #bfbfbf;
  padding: 1rem 1rem 1.5rem;
  margin-bottom: 1rem;
}
.info-grid .info-item p {
  font-size: 0.85rem;
  margin: 0;
}
.info-grid .info-item p.info-number {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 2.2em;
  letter-spacing: -0.01em;
  line-height: 1.2em;
  font-weight: 600;
  margin: 0;
}
@media screen and (min-width: 60em) {
  .info-grid .info-item p.info-number {
    font-size: 3.2em;
  }
}
@media screen and (min-width: 79em) {
  .info-grid .info-item p.info-number {
    font-size: 4.2em;
  }
}

.blocklink {
  display: block;
  width: calc(100% + 2rem);
  padding: 1rem;
  margin: 0 0 0.5rem -1rem;
  box-sizing: border-box;
  text-decoration: none;
}
@media screen and (min-width: 47em) {
  .blocklink {
    margin: 0 0 2rem -1rem;
  }
}
.blocklink .img-wrap {
  overflow: hidden;
}
.blocklink .img-wrap img {
  margin: 0;
  transition: all 0.5s;
}
.blocklink h1, .blocklink .h1, .blocklink h2, .blocklink .h2, .blocklink h3, .blocklink .h3, .blocklink h4, .blocklink .h4, .blocklink h5, .blocklink .h5, .blocklink h6, .blocklink .h6 {
  padding: 1rem 0 1rem;
  margin: 0;
  line-height: 1.2;
  display: block;
  text-shadow: 0 0 5px rgb(255, 255, 255);
}
@media screen and (min-width: 47em) {
  .blocklink h1, .blocklink .h1, .blocklink h2, .blocklink .h2, .blocklink h3, .blocklink .h3, .blocklink h4, .blocklink .h4, .blocklink h5, .blocklink .h5, .blocklink h6, .blocklink .h6 {
    padding: 2rem 0 1rem;
  }
}
.blocklink h1 + .intro, .blocklink .h1 + .intro, .blocklink h2 + .intro, .blocklink .h2 + .intro, .blocklink h3 + .intro, .blocklink .h3 + .intro, .blocklink h4 + .intro, .blocklink .h4 + .intro, .blocklink h5 + .intro, .blocklink .h5 + .intro, .blocklink h6 + .intro, .blocklink .h6 + .intro {
  font-weight: 300;
  font-size: 1.1rem;
  margin: -0.75rem 0 0;
}
.blocklink:hover {
  color: #000;
}
.blocklink:hover .img-wrap {
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.25), -1px -1px 0 rgba(255, 255, 255, 0.5);
  background-color: #FFFF6C;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(0, 0, 0, 0.2);
}
.blocklink:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blocklink:hover h1, .blocklink:hover .h1, .blocklink:hover h2, .blocklink:hover .h2, .blocklink:hover h3, .blocklink:hover .h3, .blocklink:hover h4, .blocklink:hover .h4, .blocklink:hover h5, .blocklink:hover .h5, .blocklink:hover h6, .blocklink:hover .h6 {
  color: #000;
}
.blocklink.-blog {
  clear: both;
  padding: 0;
  margin: 0 -1rem;
}
.blocklink.-blog:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 40em) {
  .blocklink.-blog {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.blocklink.-blog .img-col {
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0 1rem;
  width: 33.33%;
  max-width: 200px;
}
@media screen and (min-width: 79em) {
  .blocklink.-blog .img-col {
    width: 20%;
    max-width: 300px;
  }
}
.blocklink.-blog .img-col .img-wrap {
  border-radius: 100%;
  overflow: hidden;
}
.blocklink.-blog .text-col {
  display: block;
  float: left;
  list-style-type: none;
  box-sizing: border-box;
  padding: 0 1rem;
  width: 66.66%;
}
.blocklink.-blog .text-col h1, .blocklink.-blog .text-col .h1, .blocklink.-blog .text-col h2, .blocklink.-blog .text-col .h2, .blocklink.-blog .text-col h3, .blocklink.-blog .text-col .h3, .blocklink.-blog .text-col h4, .blocklink.-blog .text-col .h4, .blocklink.-blog .text-col h5, .blocklink.-blog .text-col .h5, .blocklink.-blog .text-col h6, .blocklink.-blog .text-col .h6 {
  padding-top: 0;
}
.blocklink.-blog:hover .img-wrap {
  box-shadow: unset;
}

.date {
  font-size: 1rem;
  font-weight: 500;
}

/*
mobile
 - no js
	 - home
 - js
	 - scrolling
	 - home

desktop
 - no js
	 - home
 - js
	 - scrolling
	 - home
*/
.logo-block {
  display: block;
  padding: 1rem 0;
  text-align: center;
  position: relative;
  z-index: 6;
}
@media screen and (min-width: 60em) {
  .logo-block {
    padding: 3.3333333333rem 0;
  }
}

#top .logo-block, #top .col-header-nav {
  visibility: hidden;
}
@media screen and (min-width: 60em) {
  #top .logo-block, #top .col-header-nav {
    visibility: visible;
  }
}
#top .col-header-nav {
  position: relative;
  z-index: 2;
}

.logo {
  display: inline-block;
}
.logo img {
  display: unset;
  max-width: 20rem;
  margin: 0 auto;
  width: 100%;
  transition: all 0.1s;
}
@media screen and (min-width: 79em) {
  .logo img {
    max-width: 25rem;
    min-height: 68px;
  }
}
.logo:hover img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.main-nav-icon, .lightbox-close-icon {
  display: none;
  position: absolute;
  top: 5rem;
  cursor: pointer;
  width: 1.5rem;
  height: 1.125rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.main-nav-icon span, .lightbox-close-icon span {
  display: block;
  position: absolute;
  height: 0.225rem;
  width: 100%;
  background: #fff;
  border-radius: 0.225rem;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.main-nav-icon:hover span, .lightbox-close-icon:hover span {
  background: #FFFF6C;
}
.main-nav-icon span:nth-child(1), .lightbox-close-icon span:nth-child(1) {
  top: 0;
}
.main-nav-icon span:nth-child(2), .main-nav-icon span:nth-child(3), .lightbox-close-icon span:nth-child(2), .lightbox-close-icon span:nth-child(3) {
  top: 0.45rem;
}
.main-nav-icon span:nth-child(4), .lightbox-close-icon span:nth-child(4) {
  top: 0.9rem;
}
.main-nav-icon.open span:nth-child(1), .lightbox-close-icon.open span:nth-child(1) {
  top: 0.45rem;
  width: 0%;
  left: 50%;
}
.main-nav-icon.open span:nth-child(2), .lightbox-close-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.main-nav-icon.open span:nth-child(3), .lightbox-close-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.main-nav-icon.open span:nth-child(4), .lightbox-close-icon.open span:nth-child(4) {
  top: 0.45rem;
  width: 0%;
  left: 50%;
}

.site-header {
  position: relative;
}

.site-header, .header-scroll {
  background: #000;
  background: url(../img/iw-header2.png) 100% 100% no-repeat #000;
  background-size: auto 90%;
  background-size: auto 30vmin;
  position: relative;
  z-index: 10;
  color: #fff;
}
.site-header a, .site-header a:visited, .header-scroll a, .header-scroll a:visited {
  color: #fff;
}
.site-header .main-nav ul, .header-scroll .main-nav ul {
  list-style: none;
  margin: 0;
}
.site-header .main-nav li, .header-scroll .main-nav li {
  margin: 0;
  padding: 0;
}
.site-header .main-nav li a, .site-header .main-nav li a:visited, .header-scroll .main-nav li a, .header-scroll .main-nav li a:visited {
  display: block;
  text-decoration: none;
  padding: 0.2rem 0;
  font-weight: 500;
}
.site-header .main-nav li a:hover, .site-header .main-nav li a:visited:hover, .header-scroll .main-nav li a:hover, .header-scroll .main-nav li a:visited:hover {
  color: #FFFF6C;
}
.site-header .main-nav li.main-nav_current a, .site-header .main-nav li.main-nav_current a:visited, .header-scroll .main-nav li.main-nav_current a, .header-scroll .main-nav li.main-nav_current a:visited {
  color: #FFFF6C;
}
.site-header .col-header-title h1, .header-scroll .col-header-title h1 {
  margin: 0.5rem 0 1rem;
}
.site-header .col-header-title .intro:last-child, .header-scroll .col-header-title .intro:last-child {
  margin-bottom: 5rem;
}
.site-header + .main-content > section:first-child, .header-scroll + .main-content > section:first-child {
  padding-top: 5rem;
  border: none;
}
@media screen and (max-width: 60em) {
  .site-header + .main-content > section:first-child h2, .header-scroll + .main-content > section:first-child h2 {
    margin-top: 0;
  }
}
@media screen and (min-width: 60em) {
  .site-header + .main-content > section:first-child, .header-scroll + .main-content > section:first-child {
    padding-top: 10rem;
  }
}
.site-header .header-img, .header-scroll .header-img {
  position: relative;
}
.site-header .header-img .caption, .header-scroll .header-img .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem;
}
.site-header .header-img .caption p, .header-scroll .header-img .caption p {
  margin: 0;
}
@media screen and (max-width: 60em) {
  .site-header .grid, .header-scroll .grid {
    display: flex;
    flex-flow: row wrap;
  }
  .site-header .grid .col-header-nav, .header-scroll .grid .col-header-nav {
    order: 1;
  }
  .site-header .grid .col-header-nav .main-nav-icon, .site-header .grid .col-header-nav .main-nav-close, .header-scroll .grid .col-header-nav .main-nav-icon, .header-scroll .grid .col-header-nav .main-nav-close {
    display: none;
    width: 1.3rem;
    position: absolute;
    top: 5rem;
    cursor: pointer;
  }
  .site-header .grid .col-header-nav .main-nav-icon:hover, .site-header .grid .col-header-nav .main-nav-close:hover, .header-scroll .grid .col-header-nav .main-nav-icon:hover, .header-scroll .grid .col-header-nav .main-nav-close:hover {
    box-shadow: 0 0 0 2rem #FFFF6C;
    background: #FFFF6C;
  }
  .site-header .grid .col-header-nav .main-nav, .header-scroll .grid .col-header-nav .main-nav {
    margin-bottom: 4rem;
  }
  .site-header .grid .main-nav-icon, .header-scroll .grid .main-nav-icon {
    display: none;
    position: absolute;
    top: 5rem;
    cursor: pointer;
    width: 1.5rem;
    height: 1.125rem;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 6;
  }
  .site-header .grid .main-nav-icon span, .header-scroll .grid .main-nav-icon span {
    display: block;
    position: absolute;
    height: 0.225rem;
    width: 100%;
    background: #fff;
    border-radius: 0.225rem;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .site-header .grid .main-nav-icon:hover span, .header-scroll .grid .main-nav-icon:hover span {
    background: #FFFF6C;
  }
  .site-header .grid .main-nav-icon span:nth-child(1), .header-scroll .grid .main-nav-icon span:nth-child(1) {
    top: 0;
  }
  .site-header .grid .main-nav-icon span:nth-child(2), .site-header .grid .main-nav-icon span:nth-child(3), .header-scroll .grid .main-nav-icon span:nth-child(2), .header-scroll .grid .main-nav-icon span:nth-child(3) {
    top: 0.45rem;
  }
  .site-header .grid .main-nav-icon span:nth-child(4), .header-scroll .grid .main-nav-icon span:nth-child(4) {
    top: 0.9rem;
  }
  .site-header .grid .main-nav-icon.open span:nth-child(1), .header-scroll .grid .main-nav-icon.open span:nth-child(1) {
    top: 0.45rem;
    width: 0%;
    left: 50%;
  }
  .site-header .grid .main-nav-icon.open span:nth-child(2), .header-scroll .grid .main-nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .site-header .grid .main-nav-icon.open span:nth-child(3), .header-scroll .grid .main-nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .site-header .grid .main-nav-icon.open span:nth-child(4), .header-scroll .grid .main-nav-icon.open span:nth-child(4) {
    top: 0.45rem;
    width: 0%;
    left: 50%;
  }
  .site-header .grid .col-header-img, .header-scroll .grid .col-header-img {
    order: 3;
    flex: 1 100%;
    margin-bottom: 0;
  }
  .site-header .grid .col-header-img .header-img, .header-scroll .grid .col-header-img .header-img {
    margin-left: -5.5vw;
    margin-right: -5.5vw;
  }
  .site-header .grid .col-header-img .header-img img, .header-scroll .grid .col-header-img .header-img img {
    margin: 0;
    width: 100%;
  }
  .site-header .grid .col-header-title, .header-scroll .grid .col-header-title {
    order: 2;
    flex: 1 100%;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 60em) {
  .site-header .main-nav-icon, .site-header .main-nav-close, .header-scroll .main-nav-icon, .header-scroll .main-nav-close {
    display: none !important;
  }
  .site-header #main-nav, .header-scroll #main-nav {
    display: block;
  }
  .site-header .grid, .header-scroll .grid {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
  }
  .site-header .col-header-nav, .header-scroll .col-header-nav {
    width: 25%;
    margin-bottom: 5rem;
    /*
    &:after {
    	content: '';
    	position: absolute;
    	top: 0;
    	left: 25%;
    	bottom: 5rem;
    	display: block;
    	width: 2px;
    	background: rgba(255,255,255,0.5);
    }
    */
  }
  .site-header .col-header-img, .header-scroll .col-header-img {
    width: 75%;
    position: absolute;
    float: right;
    top: 0;
    right: 0;
    bottom: -5rem;
    z-index: 2;
  }
  .site-header .col-header-img .header-img, .header-scroll .col-header-img .header-img {
    position: absolute;
    left: 1rem;
    right: calc(-5.55vw + 1rem);
    height: 100%;
  }
  .site-header .col-header-img img, .header-scroll .col-header-img img {
    max-width: unset;
    margin: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 75% 0;
       object-position: 75% 0;
  }
  .site-header .col-header-img:after, .header-scroll .col-header-img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 1rem;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  }
  .site-header .col-header-title, .header-scroll .col-header-title {
    width: 25%;
    position: relative;
    z-index: 3;
    text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 3.5rem;
  }
  .site-header .col-header-title .h1-intro, .header-scroll .col-header-title .h1-intro {
    position: relative;
    z-index: 3;
    width: calc(300% + 2rem);
  }
  .site-header .col-header-title h1, .header-scroll .col-header-title h1 {
    margin: 0.5rem 0 1rem;
  }
  .site-header .col-header-title .intro:last-child, .header-scroll .col-header-title .intro:last-child {
    margin-bottom: 1.5rem;
  }
  .site-header .col-header-img + .col-header-nav, .header-scroll .col-header-img + .col-header-nav {
    margin-bottom: 0;
  }
  .site-header .col-header-img + .col-header-nav:after, .header-scroll .col-header-img + .col-header-nav:after {
    display: none;
  }
  .site-header .col-header-img + .col-header-nav + .col-header-title, .header-scroll .col-header-img + .col-header-nav + .col-header-title {
    margin-right: 75%;
  }
  .site-header .col-header-img + .col-header-nav + .col-header-title .h1-intro, .header-scroll .col-header-img + .col-header-nav + .col-header-title .h1-intro {
    margin-top: 5rem;
  }
  .site-header .col-header-img + .col-header-nav + .col-header-title, .header-scroll .col-header-img + .col-header-nav + .col-header-title {
    min-height: calc(7vmin + 7vw);
  }
}
@media screen and (max-width: 60em) {
  .js .site-header .grid .col-header-nav #main-nav-icon {
    display: block;
  }
  .js .site-header .grid .col-header-nav #main-nav {
    display: none;
  }
}

.header-scroll {
  display: none;
  position: fixed;
  top: -3.46rem;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: #000;
  z-index: 11;
}
@media screen and (min-width: 60em) {
  .header-scroll {
    z-index: 9;
  }
}
.header-scroll .top-link {
  position: absolute;
  top: 2.5rem;
  right: 5.55%;
  text-decoration: none;
}
.header-scroll .top-link em {
  font-style: normal;
}
.header-scroll .top-link .top-link-icon {
  margin-right: 0.5rem;
  font-size: 1.6rem;
  line-height: 1rem;
}
.header-scroll .top-link span em {
  display: none;
}
@media screen and (min-width: 30em) {
  .header-scroll .top-link span em {
    display: inline;
  }
}
.header-scroll #main-nav-icon2 {
  top: 2.5rem;
}
.header-scroll .logo-block {
  padding: 1rem 0;
  position: static;
}
.header-scroll .logo-block img {
  max-width: 15rem;
  min-height: 45px;
}
@media screen and (max-width: 47em) {
  .header-scroll .logo-block img {
    max-width: 18rem;
    min-height: 50px;
  }
}

.admin-bar .header-scroll {
  top: 0 !important;
}
@media screen and (min-width: 600px) and (max-width: 782px) {
  .admin-bar .header-scroll {
    top: 46px !important;
  }
}
@media screen and (min-width: 782px) {
  .admin-bar .header-scroll {
    top: 32px !important;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    top: -46px !important;
  }
}
.js .header-scroll {
  display: block;
}
.js .header-scroll .col-header-nav {
  margin: 0;
}
.js .header-scroll .col-header-nav #main-nav-icon2 {
  display: block !important;
}
.js .header-scroll .col-header-nav #main-nav {
  display: none;
  position: absolute;
  background: rgb(20, 20, 20);
  padding: 2rem 5.5vw 2rem 5.55vw;
  margin-left: -5.55vw;
  width: 80%;
}
@media screen and (min-width: 40em) {
  .js .header-scroll .col-header-nav #main-nav {
    padding: 2rem 0 2rem 5.55vw;
    width: calc(50% - 5.5vw);
  }
}
@media screen and (min-width: 60em) {
  .js .header-scroll .col-header-nav #main-nav {
    width: calc(25% - 5.5vw + 2rem);
  }
}

@media screen and (min-width: 60em) {
  .page-template-template-homepage .site-header .col-header-img {
    bottom: 0;
  }
  .page-template-template-homepage .site-header .col-header-img + .col-header-nav + .col-header-title {
    min-height: calc(20vmin + 7vw);
  }
}
@media screen and (min-width: 79em) {
  .page-template-template-homepage .site-header .col-header-img + .col-header-nav + .col-header-title {
    min-height: calc(30vmin + 7vw);
  }
}
.page-template-template-homepage .site-header {
  height: 100vh;
  min-height: 26rem;
  max-height: calc(50vmin + 10vw);
}
@media screen and (min-width: 40em) {
  .page-template-template-homepage .site-header {
    min-height: 30rem;
  }
}
@media screen and (min-width: 60em) {
  .page-template-template-homepage .site-header {
    min-height: 56rem;
  }
}

.home-banner {
  position: absolute;
  color: #fff;
  text-align: center;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 9rem;
  background: #000;
}
@media screen and (min-width: 40em) {
  .home-banner {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 60em) {
  .home-banner {
    padding-top: 9rem;
  }
}
.home-banner .home-banner {
  z-index: unset;
}
.home-banner .home-banner-TB-01 {
  background: url(../img/banner-TB-01.png) right no-repeat;
  background-size: auto 100%;
}
.home-banner .home-banner-BL-01 {
  background: url(../img/banner-BL-01.png) bottom left no-repeat;
  background-size: 30% auto;
}
.home-banner .home-banner-BR-01 {
  background: url(../img/banner-BR-01.png) bottom right no-repeat;
  background-size: 30% auto;
}
.home-banner .home-banner-TR-01 {
  background: url(../img/banner-TR-01.png) top right no-repeat;
  background-size: 30% auto;
}
.home-banner .home-banner-content {
  position: relative;
  left: -13%;
}
@media screen and (min-width: 30em) {
  .home-banner .home-banner-content {
    left: 0;
  }
}
.home-banner .home-banner-content .banner-home-date {
  background: linear-gradient(225deg, #64D8F0, #FFFF6C);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.73;
  letter-spacing: -0.1em;
  font-size: 8rem;
  font-weight: 900;
  position: relative;
  display: block;
  width: 1em;
  padding: 0.1em 0.1em 0 0;
  margin: 0 auto;
}
@media screen and (min-width: 40em) {
  .home-banner .home-banner-content .banner-home-date {
    font-size: 11rem;
  }
}
@media screen and (min-width: 60em) {
  .home-banner .home-banner-content .banner-home-date {
    font-size: 18rem;
  }
}
@media screen and (min-width: 70em) {
  .home-banner .home-banner-content .banner-home-date {
    font-size: 20rem;
  }
}
.home-banner .home-banner-content .banner-home-date:after {
  content: "";
  position: absolute;
  top: -23%;
  right: -19%;
  height: 75%;
  width: 80%;
  background: url(../img/circle-insect01.png) bottom right no-repeat;
  background-size: 100% auto;
}
.home-banner .home-banner-content .banner-home-date span {
  position: relative;
}
.home-banner .home-banner-content .banner-date-full {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (min-width: 60em) {
  .home-banner .home-banner-content .banner-date-full {
    font-size: 2rem;
  }
}
.home-banner .home-banner-content .banner-strapline {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  position: absolute;
  top: 14%;
  left: 100%;
  width: 7em;
  z-index: 1;
  text-align: left;
}
@media screen and (min-width: 30em) {
  .home-banner .home-banner-content .banner-strapline {
    left: 115%;
  }
}
@media screen and (min-width: 40em) {
  .home-banner .home-banner-content .banner-strapline {
    font-size: 2rem;
    top: 24%;
    left: 130%;
  }
}
@media screen and (min-width: 60em) {
  .home-banner .home-banner-content .banner-strapline {
    font-size: 3rem;
  }
}

.class-note-item .caps-label, .in-memoriam-item .caps-label {
  display: none;
}

.news-item,
.class-note-item.-featured,
.class-note-item.-boxed,
.in-memoriam-item.-featured,
.in-memoriam-item.-boxed {
  font-size: 0.85em;
  border-top: 8px solid #2a3349;
  border-bottom: 4rem solid transparent;
}
.news-item.-hover,
.class-note-item.-featured.-hover,
.class-note-item.-boxed.-hover,
.in-memoriam-item.-featured.-hover,
.in-memoriam-item.-boxed.-hover {
  border-top-color: #FFFF6C !important;
}
.news-item img,
.class-note-item.-featured img,
.class-note-item.-boxed img,
.in-memoriam-item.-featured img,
.in-memoriam-item.-boxed img {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.news-item p,
.class-note-item.-featured p,
.class-note-item.-boxed p,
.in-memoriam-item.-featured p,
.in-memoriam-item.-boxed p {
  margin-bottom: 1rem;
}
.news-item a, .news-item a:visited,
.class-note-item.-featured a,
.class-note-item.-featured a:visited,
.class-note-item.-boxed a,
.class-note-item.-boxed a:visited,
.in-memoriam-item.-featured a,
.in-memoriam-item.-featured a:visited,
.in-memoriam-item.-boxed a,
.in-memoriam-item.-boxed a:visited {
  text-decoration: none;
  display: inline-block;
}
.news-item a h2, .news-item a h3, .news-item a h4, .news-item a:visited h2, .news-item a:visited h3, .news-item a:visited h4,
.class-note-item.-featured a h2,
.class-note-item.-featured a h3,
.class-note-item.-featured a h4,
.class-note-item.-featured a:visited h2,
.class-note-item.-featured a:visited h3,
.class-note-item.-featured a:visited h4,
.class-note-item.-boxed a h2,
.class-note-item.-boxed a h3,
.class-note-item.-boxed a h4,
.class-note-item.-boxed a:visited h2,
.class-note-item.-boxed a:visited h3,
.class-note-item.-boxed a:visited h4,
.in-memoriam-item.-featured a h2,
.in-memoriam-item.-featured a h3,
.in-memoriam-item.-featured a h4,
.in-memoriam-item.-featured a:visited h2,
.in-memoriam-item.-featured a:visited h3,
.in-memoriam-item.-featured a:visited h4,
.in-memoriam-item.-boxed a h2,
.in-memoriam-item.-boxed a h3,
.in-memoriam-item.-boxed a h4,
.in-memoriam-item.-boxed a:visited h2,
.in-memoriam-item.-boxed a:visited h3,
.in-memoriam-item.-boxed a:visited h4 {
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
}
.news-item .label + h2, .news-item .label + h3, .news-item .label + h4,
.class-note-item.-featured .label + h2,
.class-note-item.-featured .label + h3,
.class-note-item.-featured .label + h4,
.class-note-item.-boxed .label + h2,
.class-note-item.-boxed .label + h3,
.class-note-item.-boxed .label + h4,
.in-memoriam-item.-featured .label + h2,
.in-memoriam-item.-featured .label + h3,
.in-memoriam-item.-featured .label + h4,
.in-memoriam-item.-boxed .label + h2,
.in-memoriam-item.-boxed .label + h3,
.in-memoriam-item.-boxed .label + h4 {
  margin-top: 1rem;
}
.news-item h2, .news-item h3, .news-item h4,
.class-note-item.-featured h2,
.class-note-item.-featured h3,
.class-note-item.-featured h4,
.class-note-item.-boxed h2,
.class-note-item.-boxed h3,
.class-note-item.-boxed h4,
.in-memoriam-item.-featured h2,
.in-memoriam-item.-featured h3,
.in-memoriam-item.-featured h4,
.in-memoriam-item.-boxed h2,
.in-memoriam-item.-boxed h3,
.in-memoriam-item.-boxed h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.news-item:not(.-wide) h2, .news-item:not(.-wide) h3, .news-item:not(.-wide) h4,
.class-note-item.-featured:not(.-wide) h2,
.class-note-item.-featured:not(.-wide) h3,
.class-note-item.-featured:not(.-wide) h4,
.class-note-item.-boxed:not(.-wide) h2,
.class-note-item.-boxed:not(.-wide) h3,
.class-note-item.-boxed:not(.-wide) h4,
.in-memoriam-item.-featured:not(.-wide) h2,
.in-memoriam-item.-featured:not(.-wide) h3,
.in-memoriam-item.-featured:not(.-wide) h4,
.in-memoriam-item.-boxed:not(.-wide) h2,
.in-memoriam-item.-boxed:not(.-wide) h3,
.in-memoriam-item.-boxed:not(.-wide) h4 {
  font-size: 1.6rem;
  margin-top: 0;
}
.news-item.-issue-cover,
.class-note-item.-featured.-issue-cover,
.class-note-item.-boxed.-issue-cover,
.in-memoriam-item.-featured.-issue-cover,
.in-memoriam-item.-boxed.-issue-cover {
  position: relative;
  z-index: 2;
}
@media (min-width: 40em) {
  .news-item.-issue-cover,
  .class-note-item.-featured.-issue-cover,
  .class-note-item.-boxed.-issue-cover,
  .in-memoriam-item.-featured.-issue-cover,
  .in-memoriam-item.-boxed.-issue-cover {
    margin-top: 0;
  }
  .news-item.-issue-cover .caps-label,
  .class-note-item.-featured.-issue-cover .caps-label,
  .class-note-item.-boxed.-issue-cover .caps-label,
  .in-memoriam-item.-featured.-issue-cover .caps-label,
  .in-memoriam-item.-boxed.-issue-cover .caps-label {
    margin-top: 0;
  }
}
@media screen and (min-width: 79em) {
  .news-item.-issue-cover img,
  .class-note-item.-featured.-issue-cover img,
  .class-note-item.-boxed.-issue-cover img,
  .in-memoriam-item.-featured.-issue-cover img,
  .in-memoriam-item.-boxed.-issue-cover img {
    width: 50vw;
    max-width: none;
    float: right;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    top: -10vh;
    height: 60vmin;
  }
}
a.news-item, a.class-note-item.-featured, a.class-note-item.-boxed, a.in-memoriam-item.-featured, a.in-memoriam-item.-boxed, a:visited.news-item, a:visited.class-note-item.-featured, a:visited.class-note-item.-boxed, a:visited.in-memoriam-item.-featured, a:visited.in-memoriam-item.-boxed {
  text-decoration: none;
  display: block;
  border-top: 8px solid #2a3349;
  transition: all 0.2s;
}
a.news-item:hover, a.class-note-item.-featured:hover, a.class-note-item.-boxed:hover, a.in-memoriam-item.-featured:hover, a.in-memoriam-item.-boxed:hover, a:visited.news-item:hover, a:visited.class-note-item.-featured:hover, a:visited.class-note-item.-boxed:hover, a:visited.in-memoriam-item.-featured:hover, a:visited.in-memoriam-item.-boxed:hover {
  border-top-color: #FFFF6C;
}
a.news-item:hover h2, a.news-item:hover h3, a.news-item:hover h4, a.class-note-item.-featured:hover h2, a.class-note-item.-featured:hover h3, a.class-note-item.-featured:hover h4, a.class-note-item.-boxed:hover h2, a.class-note-item.-boxed:hover h3, a.class-note-item.-boxed:hover h4, a.in-memoriam-item.-featured:hover h2, a.in-memoriam-item.-featured:hover h3, a.in-memoriam-item.-featured:hover h4, a.in-memoriam-item.-boxed:hover h2, a.in-memoriam-item.-boxed:hover h3, a.in-memoriam-item.-boxed:hover h4, a:visited.news-item:hover h2, a:visited.news-item:hover h3, a:visited.news-item:hover h4, a:visited.class-note-item.-featured:hover h2, a:visited.class-note-item.-featured:hover h3, a:visited.class-note-item.-featured:hover h4, a:visited.class-note-item.-boxed:hover h2, a:visited.class-note-item.-boxed:hover h3, a:visited.class-note-item.-boxed:hover h4, a:visited.in-memoriam-item.-featured:hover h2, a:visited.in-memoriam-item.-featured:hover h3, a:visited.in-memoriam-item.-featured:hover h4, a:visited.in-memoriam-item.-boxed:hover h2, a:visited.in-memoriam-item.-boxed:hover h3, a:visited.in-memoriam-item.-boxed:hover h4 {
  text-decoration: underline;
}

.profile-year .in-memoriam-item.-boxed {
  margin-top: 2rem;
}

.news-item.-wide {
  border-top: none;
}

.news-item.-wide {
  font-size: 1.1rem;
}
@media (min-width: 40em) {
  .news-item.-wide > .grid > .column:nth-child(n) {
    width: 50%;
  }
}
@media (min-width: 40em) {
  .news-item.-wide.-featured > .grid {
    display: flex;
    align-items: center;
  }
  .news-item.-wide.-featured > .grid > .column {
    position: relative;
  }
  .news-item.-wide.-featured > .grid > .column:first-child:after {
    content: "";
    display: block;
    width: 3rem;
    height: 80%;
    position: absolute;
    top: 10%;
    left: -2rem;
    background: #FFFF6C;
  }
}
@media (min-width: 40em) {
  .news-item.-wide.-alt > .grid > .column:first-child {
    float: right;
    order: 2;
  }
}
.news-item.-wide.-alt > .grid > .column:first-child:after {
  left: unset;
  right: -2rem;
}
.news-item.-wide a, .news-item.-wide a:visited {
  display: unset;
}

.news-item.-boxed, .in-memoriam-item.-boxed, .class-note-item.-boxed {
  border-top: 8px solid #2a3349;
  background-color: #f4f4f4;
  padding: 2rem;
  margin-bottom: 2rem;
  display: block;
  font-size: 0.9em;
  margin-bottom: 4rem;
}
.news-item.-boxed:after, .in-memoriam-item.-boxed:after, .class-note-item.-boxed:after {
  content: "";
  display: table;
  clear: both;
}
.news-item.-boxed h1, .news-item.-boxed .h1, .news-item.-boxed h2, .news-item.-boxed .h2, .news-item.-boxed h3, .news-item.-boxed .h3, .news-item.-boxed h4, .news-item.-boxed .h4, .news-item.-boxed h5, .news-item.-boxed .h5, .news-item.-boxed h6, .news-item.-boxed .h6, .news-item.-boxed p, .in-memoriam-item.-boxed h1, .in-memoriam-item.-boxed .h1, .in-memoriam-item.-boxed h2, .in-memoriam-item.-boxed .h2, .in-memoriam-item.-boxed h3, .in-memoriam-item.-boxed .h3, .in-memoriam-item.-boxed h4, .in-memoriam-item.-boxed .h4, .in-memoriam-item.-boxed h5, .in-memoriam-item.-boxed .h5, .in-memoriam-item.-boxed h6, .in-memoriam-item.-boxed .h6, .in-memoriam-item.-boxed p, .class-note-item.-boxed h1, .class-note-item.-boxed .h1, .class-note-item.-boxed h2, .class-note-item.-boxed .h2, .class-note-item.-boxed h3, .class-note-item.-boxed .h3, .class-note-item.-boxed h4, .class-note-item.-boxed .h4, .class-note-item.-boxed h5, .class-note-item.-boxed .h5, .class-note-item.-boxed h6, .class-note-item.-boxed .h6, .class-note-item.-boxed p {
  margin-bottom: 1rem;
}
.news-item.-boxed > *:last-child, .in-memoriam-item.-boxed > *:last-child, .class-note-item.-boxed > *:last-child {
  margin-bottom: 0;
}
.news-item.-boxed.box-padded, .in-memoriam-item.-boxed.box-padded, .class-note-item.-boxed.box-padded {
  padding: 2rem;
}
.news-item.-boxed h2, .news-item.-boxed h3, .news-item.-boxed h4, .in-memoriam-item.-boxed h2, .in-memoriam-item.-boxed h3, .in-memoriam-item.-boxed h4, .class-note-item.-boxed h2, .class-note-item.-boxed h3, .class-note-item.-boxed h4 {
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
.news-item.-boxed h2 a, .news-item.-boxed h2 a:visited, .news-item.-boxed h3 a, .news-item.-boxed h3 a:visited, .news-item.-boxed h4 a, .news-item.-boxed h4 a:visited, .in-memoriam-item.-boxed h2 a, .in-memoriam-item.-boxed h2 a:visited, .in-memoriam-item.-boxed h3 a, .in-memoriam-item.-boxed h3 a:visited, .in-memoriam-item.-boxed h4 a, .in-memoriam-item.-boxed h4 a:visited, .class-note-item.-boxed h2 a, .class-note-item.-boxed h2 a:visited, .class-note-item.-boxed h3 a, .class-note-item.-boxed h3 a:visited, .class-note-item.-boxed h4 a, .class-note-item.-boxed h4 a:visited {
  text-decoration: underline;
}
.news-item.-boxed img, .in-memoriam-item.-boxed img, .class-note-item.-boxed img {
  max-width: none;
  margin: -2rem -2rem 0 -2rem;
  width: calc(100% + 4rem);
  height: auto;
  border-top: none;
}

.in-memoriam-item, .class-note-item {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  font-size: 0.85em;
  border-top: 8px solid #2a3349;
  padding-top: 0.8rem;
  margin-bottom: 2rem;
}
.in-memoriam-item:after, .class-note-item:after {
  content: "";
  display: table;
  clear: both;
}
.in-memoriam-item:not(.-boxed):last-child, .class-note-item:not(.-boxed):last-child {
  padding-bottom: 0.8rem;
}
.in-memoriam-item img, .class-note-item img {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
  width: 6.5rem;
  height: 6.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.in-memoriam-item.-featured, .class-note-item.-featured {
  padding-top: 0;
}
.in-memoriam-item.-featured h4, .class-note-item.-featured h4 {
  margin-top: 0;
  margin-bottom: 2rem;
}
.in-memoriam-item.-featured h4 a, .in-memoriam-item.-featured h4 a:visited, .class-note-item.-featured h4 a, .class-note-item.-featured h4 a:visited {
  text-decoration: underline;
}
.in-memoriam-item.-featured img, .class-note-item.-featured img {
  max-width: none;
  width: 100%;
  height: auto;
}
.in-memoriam-item p, .in-memoriam-item > *:last-child, .class-note-item p, .class-note-item > *:last-child {
  margin-bottom: 0;
}

.in-memoriam-item {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 0.8rem;
}

@media (min-width: 40em) {
  .news-list {
    -webkit-columns: 4rem 2;
       -moz-columns: 4rem 2;
            columns: 4rem 2;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media screen and (min-width: 60em) {
  .news-list {
    -webkit-columns: 4rem 3;
       -moz-columns: 4rem 3;
            columns: 4rem 3;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (min-width: 40em) {
  .news-list.news-list-2 {
    -webkit-columns: 7rem 2;
       -moz-columns: 7rem 2;
            columns: 7rem 2;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media screen and (min-width: 60em) {
  .news-list.-two-cols {
    -webkit-columns: 7rem 2;
       -moz-columns: 7rem 2;
            columns: 7rem 2;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.news-list > *, .news-list > * * {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

section.issue-cover .news-item {
  position: relative;
  z-index: 2;
}
@media (min-width: 40em) {
  section.issue-cover .news-item {
    margin-top: 0;
    margin-bottom: 0;
  }
  section.issue-cover .news-item .caps-label {
    margin-top: 0;
  }
}
@media screen and (min-width: 79em) {
  section.issue-cover .news-item.-wide {
    position: relative;
    top: -1rem;
  }
  section.issue-cover .news-item .column + .column {
    position: relative;
    z-index: 2;
    background: #fff;
    padding-top: 4rem;
    padding-left: 4rem;
    padding-bottom: 4rem;
    box-shadow: 25vw 0 0 #fff;
  }
  section.issue-cover .news-item .column + .column:before {
    content: "";
    display: block;
    position: absolute;
    top: -46px;
    left: 0;
    width: 50vw;
    height: 47px;
    background: url(../img/torn.svg) 0 100% repeat-x;
    background-size: 1728px auto;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  section.issue-cover .news-item .column + .column:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -46px;
    left: 0;
    width: 50vw;
    height: 47px;
    background: url(../img/torn.svg) 0 100% repeat-x;
    background-size: 1728px auto;
    -webkit-transform: rotate(180deg) rotateY(180deg);
            transform: rotate(180deg) rotateY(180deg);
  }
}
@media screen and (min-width: 79em) {
  section.issue-cover .news-item img {
    width: 60vw;
    max-width: none;
    float: right;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    top: -2.5rem;
    height: auto;
    min-height: 10rem;
    right: -10vw;
    max-height: 70vmin;
  }
}
@media screen and (min-width: 90em) {
  section.issue-cover .news-item img {
    top: -5rem;
  }
}

.tags-list {
  margin: 0;
  padding: 0.5rem 0;
  list-style: none;
  font-size: 0.9rem;
  font-weight: 600;
}
.tags-list li {
  display: inline-block;
  margin: 0 0.25rem 0 0;
  padding: 0;
  line-height: 2.6;
  /*
  a, a:visited {
  	display: inline-block;
  	padding: 0.1rem 1.2rem;
  	background: #eee;
  	border-radius: 0.4rem;
  	text-decoration: none;
  	margin-right: 0.5rem;
  	font-size: 0.75rem;
  	font-weight: 500;
  }
  */
}
.tags-list li:first-child:before {
  content: none;
}
.tags-list li a, .tags-list li a:visited {
  color: #000;
  text-decoration: none;
  padding: 0.3rem 0.8rem 0.2rem;
  background: #f4f4f4;
  border-bottom: 1px solid #aaa;
  border-radius: 0.2rem;
  text-decoration: underline;
}
.tags-list li a:hover, .tags-list li a:visited:hover {
  background: #e5e5e5;
  border-bottom: 1px solid #666;
}
.tags-list.tags-list-nolinks li {
  line-height: 1.3;
  color: #666;
  font-size: 0.9em;
  font-weight: normal;
  border-radius: 0.3rem;
}
.tags-list.tags-list-nolinks li:not(:last-child):after {
  content: "|";
  margin-left: 0.5rem;
  margin-right: 0.25rem;
  color: #ccc;
}

.site-footer {
  position: relative;
  background: #f06;
  background: linear-gradient(-45deg, #64D8F0, #FFFF6C);
  overflow: hidden;
  z-index: 0;
  padding: 5rem 0;
  text-align: center;
}
.site-footer:before, .site-footer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: -1;
}
.site-footer:before {
  background: #97DAAC;
  box-shadow: 0 0 15em 10em #97DAAC;
  top: -75%;
  right: -75%;
}
.site-footer:after {
  background: #97DAAC;
  bottom: -75%;
  left: -75%;
  box-shadow: 0 0 15em 10em #97DAAC;
}
.site-footer .logo {
  padding: 5rem 0 2rem;
}
.site-footer #footer-nav {
  margin-left: 0;
  padding-left: 0;
  margin: 0 0 0.5rem;
}
.site-footer #footer-nav li {
  list-style-type: none;
  display: inline-block;
  margin-right: 0.25em;
}
.site-footer #footer-nav li {
  margin-right: 0.5rem;
}

.single-resource figure.is-style-offset-left img {
  width: auto;
}

.gfield {
  margin-bottom: 1.5rem;
}
.gfield h1, .gfield .h1, .gfield h2, .gfield .h2, .gfield h3, .gfield .h3, .gfield h4, .gfield .h4, .gfield h5, .gfield .h5, .gfield h6, .gfield .h6 {
  margin: 0;
}
.gfield p:last-child {
  margin-bottom: 0;
}

.gform_wrapper button,
.gform_wrapper [type=button],
.gform_wrapper [type=submit] {
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 500;
  text-decoration: none;
  padding: 0.75em 1em;
  margin: 0 0.2rem 0.5rem 0;
  background: #FFFF6C;
  color: #000 !important;
  border: 0;
  cursor: pointer;
  transition: all 200ms;
  position: relative;
  margin-right: 3.6rem;
  border-radius: 0;
  text-align: left;
}
.gform_wrapper button:after,
.gform_wrapper [type=button]:after,
.gform_wrapper [type=submit]:after {
  content: "→";
  display: block;
  width: 3.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 1.6rem;
  left: calc(100% + 3px);
  background-color: #64D8F0;
  padding: 0.62rem 0.9rem;
  box-sizing: border-box;
  line-height: 1.3;
}
.gform_wrapper button:hover,
.gform_wrapper [type=button]:hover,
.gform_wrapper [type=submit]:hover {
  background-color: #64D8F0;
}

.gform_wrapper.gravity-theme fieldset {
  margin-bottom: 1.5rem !important;
}

.gfield_description {
  font-size: 0.9rem !important;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-size: inherit !important;
}

.gform_wrapper.gravity-theme .gfield.field_sublabel_hidden > .gfield_label {
  display: none;
}

.gform_wrapper.gravity-theme .gfield_header_item,
.gform_wrapper.gravity-theme .gform_fileupload_rules,
.gform_wrapper.gravity-theme .ginput_complex label {
  font-size: inherit !important;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  font-size: 1.1em !important;
  padding: 0.6125em 0.75em !important;
}

.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
  font-size: inherit !important;
}

.field_sublabel_above .ginput_complex {
  align-items: flex-start !important;
}

.gform_wrapper.gravity-theme label.error {
  font-size: inherit !important;
}

.gform_wrapper.gravity-theme .gfield_required .gfield_required_custom, .gform_wrapper .gfield_required .gfield_required_text {
  font-style: normal !important;
}

.gform_wrapper.gravity-theme .gfield_required {
  color: #000 !important;
}

.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date input,
.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date select {
  min-width: 5rem !important;
}

.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date {
  flex: 1 1 auto !important;
}

.gchoice {
  display: flex;
  align-items: flex-start;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
  margin-right: 0.75em !important;
  margin-top: 0.5em !important;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  cursor: pointer;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  flex: 1 1 calc(100% - 2em);
  max-width: calc(100% - 2em) !important;
  cursor: pointer;
}
/*# sourceMappingURL=main.css.map */
