@charset "UTF-8";
html {
  color: #000;
  background: #fff; }

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

figure {
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin-left: 0;
  margin-right: 0; }

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

audio,
canvas,
video {
  display: inline-block; }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset,
img {
  border: 0; }

fieldset {
  min-width: 0; }

address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
  font: inherit; }

del,
ins {
  text-decoration: none; }

li {
  list-style: none; }

caption,
th {
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

q:before,
q:after {
  content: ''; }

abbr,
acronym {
  border: 0;
  text-decoration: none;
  font-variant: normal; }

sup {
  vertical-align: baseline; }

sub {
  vertical-align: baseline; }

legend {
  color: inherit;
  *color: #000; }

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: transparent;
  -webkit-appearance: button;
  cursor: pointer;
  border: 0; }

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

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: border-box; }

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

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

a {
  color: inherit;
  text-decoration: inherit; }

.l-clearfix {
  *zoom: 1; }
  .l-clearfix:before, .l-clearfix:after {
    content: '';
    display: table; }
  .l-clearfix:after {
    clear: both; }

tr.visuallyhidden > tr,
tr.visuallyhidden > th, th.visuallyhidden,
td.visuallyhidden {
  position: static !important;
  border: 0 !important;
  padding: 0 !important;
  font-size: 0.00001px !important;
  line-height: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  color: transparent; }

html {
  width: 100%;
  overflow-x: hidden;
  font-size: 20px;
  font-size: 125%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: var(--theme-main-color-inverse, #ffffff); }
  @media (max-width: 1050px) {
    html {
      font-size: 118.75%; } }
  @media (max-width: 750px) {
    html {
      font-size: 112.5%; } }
  @media (max-width: 400px) {
    html {
      font-size: 106.25%; } }
  html.no-overflow {
    overflow-y: hidden; }

body {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-size: 1rem;
  line-height: 1.5;
  color: #272727;
  overflow-x: hidden;
  background-color: #ffffff; }
  @media print {
    body {
      background-color: #ffffff; } }

body,
input,
select,
button,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a:active {
  outline: none; }

a:selected {
  border: none;
  outline: none; }

abbr {
  border-bottom: 1px dotted gray; }

p sup {
  position: relative;
  top: -0.75ex; }

p sub {
  position: relative;
  top: 0.5ex; }

button {
  cursor: pointer;
  border-radius: 0; }
  button.codepen {
    background-image: url("/img/logo/codepen.svg");
    background-repeat: no-repeat;
    background-position: 0.5em center;
    background-size: 20px;
    padding-left: 40px;
    font-weight: bold;
    text-align: left;
    line-height: inherit; }

p img {
  background-color: var(--theme-main-color-inverse, #ffffff);
  border: 1px solid var(--theme-main-color);
  max-width: 100%; }
  p img.no-border {
    border: none;
    background-color: transparent; }

.example-link {
  display: block;
  border: 1px solid var(--theme-color-dark);
  background-color: var(--theme-main-color-inverse, #ffffff);
  border-radius: 10px;
  padding: 10px 12px 4px 12px; }
  .example-link:hover {
    border-width: 2px;
    padding: 9px 11px 3px 11px; }
  .example-link-text {
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
    font-weight: bold; }
    .example-link-text::after {
      content: ':'; }

.tablist {
  margin-top: 0.5em;
  font-weight: bold; }
  .tablist .control {
    display: inline-block; }
    .tablist .control label:hover {
      cursor: pointer; }
    .tablist .control label img {
      height: 29px;
      vertical-align: top;
      margin-right: -0.25em; }
      .tablist .control label img.browser {
        height: 24px;
        margin-left: -14px;
        vertical-align: bottom; }
    .tablist .control input {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
      .tablist .control input + label::before {
        content: '▽';
        font-size: 0.75em;
        line-height: 2em; }
      .tablist .control input:checked + label::before {
        content: '△';
        font-size: 0.75em; }
      .tablist .control input:focus + label {
        outline: 2px dotted var(--theme-color-dark);
        outline-offset: 2px; }
  .tablist .panel table {
    margin: 0;
    border: none;
    border-radius: 10px; }
  .tablist .panel pre {
    margin: 0;
    border-radius: 10px;
    background-color: var(--theme-main-color-inverse, #ffffff);
    border: 1px solid var(--theme-color-dark); }
    .tablist .panel pre code {
      font-size: 0.9em;
      font-weight: 500; }

#body {
  position: relative;
  overflow-x: hidden; }
  @media screen and (min-height: 600px) {
    #body #main {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column; }
    #body #main-content {
      -webkit-flex: 1 0 auto;
      flex: 1 0 auto; }
    #body .footer {
      -webkit-flex: 0 1 auto;
      flex: 0 1 auto; } }

.l-site_width {
  position: relative;
  width: 100%;
  max-width: 1200px;
  max-width: 60rem;
  margin: 0 auto; }
  @media (max-width: 1520px) {
    .l-site_width {
      box-sizing: border-box;
      width: auto;
      padding: 0 30px; } }
  @media (max-width: 1140px) {
    .l-site_width {
      max-width: 820px;
      max-width: 41rem;
      box-sizing: border-box;
      width: auto;
      padding: 0 30px; } }
  @media (max-width: 400px) {
    .l-site_width {
      box-sizing: border-box;
      width: auto;
      padding: 0 30px; } }

.site-content {
  position: relative;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -1px;
  margin-bottom: 2rem;
  clear: both; }
  @media (max-width: 980px) {
    .site-content {
      width: 100%; } }

@media screen and (min-height: 600px) {
  html #body {
    display: -webkit-flex;
    display: flex;
    min-height: 100vh;
    -webkit-flex-direction: column;
    flex-direction: column; }
    html #body #main {
      height: auto;
      -webkit-flex: 1 0 auto;
      flex: 1 0 auto;
      min-height: 0; } }

#jump {
  position: absolute;
  z-index: -1;
  font-weight: 500;
  border: 1px solid var(--theme-color-dark);
  background-color: var(--theme-main-color-inverse, #ffffff);
  color: var(--theme-color-dark);
  padding: 10px; }
  #jump:focus {
    z-index: 2;
    outline: none; }

tr.visuallyhidden > tr,
tr.visuallyhidden > th, th.visuallyhidden,
td.visuallyhidden {
  position: static !important;
  border: 0 !important;
  padding: 0 !important;
  font-size: 0.00001px !important;
  line-height: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  color: transparent; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

tr.visuallyhidden {
  position: static !important; }

.is-screenreader {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.is-screenreader:focus, .is-screenreader:active, .is-screenreader.had-focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

button.is-screenreader:focus {
  background-color: black;
  color: white;
  padding: 5px 10px; }

.aa-fixed_button:focus {
  position: fixed;
  top: 20px;
  left: 20px; }

.aa-fixed_button.at-bottom:focus {
  top: auto;
  left: auto;
  bottom: 20px;
  right: 20px; }

#flying-focus {
  position: absolute;
  margin: 0;
  top: -100px;
  background: transparent;
  transition-property: left, top, width, height, opacity;
  transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
  visibility: hidden;
  pointer-events: none;
  display: none; }

#flying-focus.flying-focus_visible {
  visibility: visible;
  z-index: 10000000;
  display: block; }

#flying-focus:after {
  content: '';
  position: absolute;
  top: -9px;
  left: -9px;
  bottom: -9px;
  right: -9px;
  border-radius: 3px;
  box-shadow: 0 0 54px 0px rgba(0, 0, 0, 0.25), 0 0 5px 1px white inset;
  border: 1px solid rgba(0, 10, 20, 0.35); }

.button {
  background-color: var(--theme-main-color-inverse, #ffffff);
  border: 1px solid var(--theme-color-dark);
  color: var(--theme-color-dark);
  padding: 0.25em 0.5em;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 0.5em;
  margin-right: 0.5em; }
  .button.is-active {
    transition: color 0.6s ease;
    color: var(--theme-color-dark);
    transition: background-color 0.6s ease;
    background-color: white; }
  .button:hover {
    transition: background-color 0.6s ease;
    background-color: var(--theme-main-color-inverse, #ffffff); }
  .button:focus {
    outline: 2px dotted var(--theme-color-dark);
    outline-offset: 2px; }
  .button:focus {
    outline: 2px dotted var(--theme-color-dark);
    outline-offset: 2px; }

html.js .is-hidden-js {
  display: none !important; }

html.no-js .is-visible-js {
  display: none !important; }

@media (min-width: 1051px) {
  .is-hidden-desktop {
    display: none !important; }
  .is-visible-tablet {
    display: none !important; } }

@media (max-width: 1050px) {
  .is-visible-desktop {
    display: none !important; }
  .is-hidden-tablet {
    display: none !important; } }

@media (min-width: 901px) {
  .is-visible-tablet-portrait {
    display: none !important; } }

@media (max-width: 900px) {
  .is-hidden-tablet-portrait {
    display: none !important; } }

@media (min-width: 751px) {
  .is-visible-mobile {
    display: none !important; } }

@media (max-width: 750px) {
  .is-hidden-mobile {
    display: none !important; } }

@media (min-width: 581px) {
  .is-visible-mobile-narrow {
    display: none !important; } }

@media (max-width: 580px) {
  .is-hidden-mobile-narrow {
    display: none !important; } }

@media (min-width: 401px) {
  .is-visible-mobile-portrait {
    display: none !important; } }

@media (max-width: 400px) {
  .is-hidden-mobile-portrait {
    display: none !important; } }

@media only screen {
  .is-visible-print {
    display: none !important; } }

@media print {
  .is-hidden-print {
    display: none !important; } }

body:after {
  display: none;
  content: 'desktop'; }
  @media (max-width: 1050px) {
    body:after {
      content: 'tablet'; } }
  @media (max-width: 900px) {
    body:after {
      content: 'tablet-portrait'; } }
  @media (max-width: 750px) {
    body:after {
      content: 'mobile'; } }
  @media (max-width: 580px) {
    body:after {
      content: 'mobile-narrow'; } }
  @media (max-width: 400px) {
    body:after {
      content: 'mobile-portrait'; } }

.media-dispatcher-fallback {
  display: none;
  margin-bottom: 0px; }
  @media (max-width: 1050px) {
    .media-dispatcher-fallback {
      margin-bottom: 1px; } }
  @media (max-width: 900px) {
    .media-dispatcher-fallback {
      margin-bottom: 2px; } }
  @media (max-width: 750px) {
    .media-dispatcher-fallback {
      margin-bottom: 3px; } }
  @media (max-width: 580px) {
    .media-dispatcher-fallback {
      margin-bottom: 4px; } }
  @media (max-width: 400px) {
    .media-dispatcher-fallback {
      margin-bottom: 5px; } }

body:before {
  display: none;
  content: ''; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    body:before {
      content: 'retina'; } }

.richtext h1 {
  font-size: 86px;
  font-size: 4.3rem;
  line-height: 1.1;
  font-family: "Eczar", Georgia, serif;
  margin-bottom: 0.75ex; }
  @media (max-width: 1050px) {
    .richtext h1 {
      font-size: 64px;
      font-size: 3.2rem;
      line-height: 1.22; } }
  @media (max-width: 750px) {
    .richtext h1 {
      font-size: 48px;
      font-size: 2.4rem;
      line-height: 1.13; } }
  @media (max-width: 580px) {
    .richtext h1 {
      font-size: 36px;
      font-size: 1.8rem;
      line-height: 1.37;
      font-weight: normal;
      font-weight: bold; } }

.richtext h2 {
  font-size: 48px;
  font-size: 2.4rem;
  line-height: 1.13;
  font-family: "Eczar", Georgia, serif;
  margin-top: 1.5em;
  margin-bottom: 0.75ex; }

.richtext h3 {
  font-size: 36px;
  font-size: 1.8rem;
  line-height: 1.37;
  font-weight: normal;
  font-family: "Work Sans", sans-serif;
  margin-top: 1.5em;
  margin-bottom: 0.75ex; }

.richtext h4 {
  font-size: 28px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
  font-family: "Work Sans", sans-serif;
  margin-top: 1.5em;
  margin-bottom: 0.75ex; }

.richtext h5 {
  font-size: 20px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  font-family: "Work Sans", sans-serif;
  margin-top: 1.5em;
  margin-bottom: 0.75ex; }

.richtext h6 {
  font-size: 16px;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: normal;
  font-family: "Work Sans", sans-serif;
  margin-top: 1.5em;
  margin-bottom: 0.75ex; }

.richtext pre {
  margin: 1em 0;
  background: var(--theme-main-color-inverse, #ffffff);
  white-space: pre;
  overflow-x: auto; }

.richtext code {
  background: var(--theme-main-color-inverse, #ffffff);
  white-space: pre;
  overflow-x: auto; }

.richtext pre code,
.richtext pre pre,
.richtext code pre {
  background: transparent; }

.richtext table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

.richtext p {
  margin-top: 1em;
  margin-bottom: 1em; }

.richtext ul {
  margin: 1em 0;
  margin-top: 1ex;
  margin-bottom: 1em; }
  .richtext ul > li {
    position: relative;
    padding-left: 1.333333em;
    padding-bottom: 0.25em;
    list-style-type: none; }
    .richtext ul > li:before {
      position: absolute;
      left: 0;
      display: inline-block;
      width: 2ex;
      content: '\2013'; }

.richtext ol {
  margin: 1em 0; }
  html.no-ie .richtext ol {
    margin-top: 1ex;
    margin-bottom: 1em;
    counter-reset: ol--counter; }
    html.no-ie .richtext ol > li {
      position: relative;
      padding-left: 1.333333em;
      padding-bottom: 0.25em;
      list-style-type: none; }
      html.no-ie .richtext ol > li:before {
        position: absolute;
        left: 0;
        display: inline-block;
        width: 2ex;
        content: '\2013'; }
    html.no-ie .richtext ol > li {
      list-style-type: none; }
      html.no-ie .richtext ol > li:before {
        counter-increment: ol--counter;
        content: counter(ol--counter) ".";
        text-align: right; }
  html.ie .richtext ol > li {
    list-style: decimal inside none; }

.richtext dl {
  margin: 1em 0;
  display: block;
  *zoom: 1;
  position: relative; }
  .richtext dl:before, .richtext dl:after {
    content: '';
    display: table; }
  .richtext dl:after {
    clear: both; }
  .richtext dl > dt,
  .richtext dl > dd {
    float: left;
    margin-bottom: 20px; }
    .richtext dl > dt:last-of-type,
    .richtext dl > dd:last-of-type {
      margin-bottom: 0px; }
  .richtext dl > dt {
    font-weight: normal;
    font-weight: bold;
    clear: left;
    margin-right: 1ex; }
    .richtext dl > dt:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      border-bottom: 1px solid #272727;
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px); }
    .richtext dl > dt:first-child:after {
      border-bottom: 0; }

.richtext strong {
  font-weight: normal;
  font-weight: bold; }

.richtext a {
  text-decoration: underline; }
  .richtext a:hover {
    color: #dff4d4;
    transition: color 0.6s ease;
    color: var(--theme-color-dark); }

.richtext > *:first-child {
  margin-top: 0; }

.theme {
  transition: background-color 0.6s ease;
  background-color: var(--theme-bg-color);
  --theme-main-color: #000000;
  --theme-bg-color: var(--theme-color-light);
  --theme-main-color-inverse: #ffffff;
  --theme-bg-color-inverse: var(--theme-color-dark); }

.theme-introduction {
  --theme-color-dark: #994613;
  --theme-color-light: #fff0d8; }

.theme-setup {
  --theme-color-dark: #8f1800;
  --theme-color-light: #ffd7ce; }

.theme-knowledge {
  --theme-color-dark: #0054a8;
  --theme-color-light: #c9f0fe; }

.theme-welcome,
.theme-examples {
  --theme-color-dark: #006613;
  --theme-color-light: #dff4d4; }

.theme-contribute {
  --theme-color-dark: #000000;
  --theme-color-medium: #e5e5e5;
  --theme-color-light: #ffffff; }

.theme-welcome .site-content {
  margin-bottom: 0; }
  .theme-welcome .site-content h1 {
    padding-top: 1.5em; }
    @media (max-width: 1050px) {
      .theme-welcome .site-content h1 {
        padding-top: 1.9em;
        padding-bottom: 0.8em; } }
    @media (max-width: 750px) {
      .theme-welcome .site-content h1 {
        padding-top: 1.75em;
        padding-bottom: 1em; } }
    @media (max-width: 580px) {
      .theme-welcome .site-content h1 {
        padding-top: 2em;
        padding-bottom: 1.5em; } }

.cardmenu--list--item {
  display: inline-block; }

.cardmenu--list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px; }
  .text_container .cardmenu--list {
    margin: 40px -10px; }

.cardmenu--list--item {
  display: inline-block;
  margin: 10px;
  width: calc(100% / 4 - 20px); }
  .text_container .cardmenu--list--item {
    padding: 0; }
    .text_container .cardmenu--list--item::before {
      display: none; }
  @media (max-width: 580px) {
    .cardmenu--list--item {
      width: calc(100% / 2 - 20px); } }
  @media (max-width: 400px) {
    .cardmenu--list--item {
      width: calc(100% / 1 - 20px); } }
  .cardmenu-default .cardmenu--list--item {
    width: calc(100% / 2 - 20px); }
    @media (max-width: 400px) {
      .cardmenu-default .cardmenu--list--item {
        width: calc(100% / 1 - 20px); } }

.cardmenu--card {
  font-size: 20px;
  font-size: 1rem;
  line-height: 1.5;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column; }
  .cardmenu--card .cardmenu--card--inner {
    height: auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 0; }

.cardmenu--card--lead {
  display: inline-block; }

.cardmenu--card--link {
  display: block;
  background: var(--theme-main-color-inverse, #ffffff);
  border-radius: 10px;
  border-radius: 0.5rem;
  padding: 20px;
  padding: 1rem;
  border: 1px solid var(--theme-color-dark);
  box-shadow: 0 10px 34px 0 rgba(0, 0, 0, 0.2);
  font-weight: 300;
  width: 100%;
  height: 100%; }
  .cardmenu--card--link:hover, .cardmenu--card--link:focus {
    border-width: 2px;
    padding: 19px;
    padding: 0.95rem; }
  .cardmenu--card--link:hover, .cardmenu--card--link:focus {
    outline: none; }
    .cardmenu--card--link:hover.cardmenu--card--link-introduction, .cardmenu--card--link:focus.cardmenu--card--link-introduction {
      transition: border-color 0.6s ease;
      border-color: #994613; }
    .cardmenu--card--link:hover.cardmenu--card--link-setup, .cardmenu--card--link:focus.cardmenu--card--link-setup {
      transition: border-color 0.6s ease;
      border-color: #006613; }
    .cardmenu--card--link:hover.cardmenu--card--link-knowledge, .cardmenu--card--link:focus.cardmenu--card--link-knowledge {
      transition: border-color 0.6s ease;
      border-color: #8f1800; }
    .cardmenu--card--link:hover.cardmenu--card--link-examples, .cardmenu--card--link:focus.cardmenu--card--link-examples {
      transition: border-color 0.6s ease;
      border-color: #0054a8; }
  .text_container .cardmenu--card--link {
    color: inherit;
    text-decoration: none; }
    .text_container .cardmenu--card--link:hover, .text_container .cardmenu--card--link:focus {
      color: inherit; }

.cardmenu--card--icon {
  display: inline-block;
  width: auto;
  height: 35px; }
  .cardmenu--card--icon:after {
    content: '';
    display: inline-block; }

.cardmenu--card-part {
  text-align: center; }
  .cardmenu--card-part .cardmenu--card--icon {
    display: block;
    margin: 0 auto;
    height: 35px; }
    .cardmenu--card--link-introduction .cardmenu--card-part .cardmenu--card--icon:after {
      background-image: url(../../img/icons/sprite-1x.png);
      background-position: -64px 0px;
      width: 28px;
      height: 20px; }
    .cardmenu--card--link-setup .cardmenu--card-part .cardmenu--card--icon:after {
      background-image: url(../../img/icons/sprite-1x.png);
      background-position: 0px -36px;
      width: 28px;
      height: 28px; }
    .cardmenu--card--link-knowledge .cardmenu--card-part .cardmenu--card--icon:after {
      background-image: url(../../img/icons/sprite-1x.png);
      background-position: -64px -20px;
      width: 18px;
      height: 28px; }
    .cardmenu--card--link-examples .cardmenu--card-part .cardmenu--card--icon:after {
      background-image: url(../../img/icons/sprite-1x.png);
      background-position: -28px -36px;
      width: 28px;
      height: 22px; }

.cardmenu--card-default .cardmenu--card--label {
  display: inline-block;
  margin-bottom: 0.5em;
  font-weight: 500;
  color: var(--theme-color-dark); }

.cardmenu--card-default .cardmenu--card--linklabel {
  margin-top: 20px;
  vertical-align: middle;
  display: black;
  text-align: right;
  color: var(--theme-color-dark); }

.cardmenu--card-default .cardmenu--card--icon {
  vertical-align: middle;
  height: 20px; }
  .cardmenu--card-default .cardmenu--card--icon:after {
    background-image: url(../../img/icons/sprite-1x.png);
    background-position: -92px 0px;
    width: 20px;
    height: 21px; }

.meta-info {
  padding-top: 30px;
  padding-top: 1.5rem;
  display: -webkit-flex;
  display: flex;
  font-size: 0.8rem;
  border-top: 1px solid var(--theme-main-color-inverse, #ffffff); }
  .theme-contribute .meta-info {
    border-color: var(--theme-color-medium, #e5e5e5); }

.meta-info__title {
  margin-right: 0.5em; }

.meta-info__logo {
  display: block;
  width: 1.5em;
  height: 1.5em; }

.prev_next {
  position: relative;
  width: 100%;
  max-width: 1200px;
  max-width: 60rem;
  margin: 0 auto;
  margin-top: 90px;
  margin-top: 4.5rem;
  margin-bottom: 90px;
  margin-bottom: 4.5rem;
  *zoom: 1; }
  @media (max-width: 1520px) {
    .prev_next {
      box-sizing: border-box;
      width: auto;
      padding: 0 30px; } }
  @media (max-width: 1140px) {
    .prev_next {
      max-width: 820px;
      max-width: 41rem;
      box-sizing: border-box;
      width: auto;
      padding: 0 30px; } }
  @media (max-width: 400px) {
    .prev_next {
      box-sizing: border-box;
      width: auto;
      padding: 0 30px; } }
  .prev_next:before, .prev_next:after {
    content: '';
    display: table; }
  .prev_next:after {
    clear: both; }
  .prev_next li {
    float: left;
    width: 50%;
    position: relative; }
    .prev_next li.prev_next__link-wrapper--previous {
      padding-right: 0.25em; }
    .prev_next li.prev_next__link-wrapper--next {
      float: right;
      padding-left: 0.25em; }
  .prev_next__link {
    display: block; }
    .prev_next__link .text {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
      width: 100%; }
    .prev_next__link--previous::before {
      content: '👈';
      font-size: 1.5em;
      position: absolute;
      top: -6px; }
    .prev_next__link--previous .text {
      padding-left: 2em; }
    .prev_next__link--next {
      text-align: right; }
      .prev_next__link--next::after {
        position: absolute;
        right: 0;
        top: -6px;
        font-size: 1.5em;
        content: '👉'; }
      .prev_next__link--next .text {
        padding-right: 2em; }
    .prev_next__link:hover {
      text-decoration: underline;
      color: var(--theme-color-dark); }
    .prev_next__link:focus {
      outline: 2px dotted var(--theme-color-dark);
      outline-offset: 2px; }

.section_title {
  font-size: 48px;
  font-size: 2.4rem;
  line-height: 1.13;
  font-family: "Eczar", Georgia, serif;
  margin-bottom: 45px;
  color: #006613; }

.text_container h1 {
  font-size: 86px;
  font-size: 4.3rem;
  line-height: 1.1;
  font-family: "Eczar", Georgia, serif;
  margin-bottom: 0.75ex; }
  @media (max-width: 1050px) {
    .text_container h1 {
      font-size: 64px;
      font-size: 3.2rem;
      line-height: 1.22; } }
  @media (max-width: 750px) {
    .text_container h1 {
      font-size: 48px;
      font-size: 2.4rem;
      line-height: 1.13; } }
  @media (max-width: 580px) {
    .text_container h1 {
      font-size: 36px;
      font-size: 1.8rem;
      line-height: 1.37;
      font-weight: normal;
      font-weight: bold; } }

.text_container h2 {
  font-size: 48px;
  font-size: 2.4rem;
  line-height: 1.13;
  font-family: "Eczar", Georgia, serif;
  margin-top: 1.5em;
  margin-bottom: 0.75ex; }

.text_container h3 {
  font-size: 36px;
  font-size: 1.8rem;
  line-height: 1.37;
  font-weight: normal;
  font-family: "Work Sans", sans-serif;
  margin-top: 1.5em;
  margin-bottom: 0.75ex; }

.text_container h4 {
  font-size: 28px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
  font-family: "Work Sans", sans-serif;
  margin-top: 1.5em;
  margin-bottom: 0.75ex; }

.text_container h5 {
  font-size: 20px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  font-family: "Work Sans", sans-serif;
  margin-top: 1.5em;
  margin-bottom: 0.75ex; }

.text_container h6 {
  font-size: 16px;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: normal;
  font-family: "Work Sans", sans-serif;
  margin-top: 1.5em;
  margin-bottom: 0.75ex; }

.text_container pre {
  margin: 1em 0;
  background: var(--theme-main-color-inverse, #ffffff);
  white-space: pre;
  overflow-x: auto; }

.text_container code {
  background: var(--theme-main-color-inverse, #ffffff);
  white-space: pre;
  overflow-x: auto; }

.text_container pre code,
.text_container pre pre,
.text_container code pre {
  background: transparent; }

.text_container table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

.text_container p {
  margin-top: 1em;
  margin-bottom: 1em; }

.text_container ul {
  margin: 1em 0;
  margin-top: 1ex;
  margin-bottom: 1em; }
  .text_container ul > li {
    position: relative;
    padding-left: 1.333333em;
    padding-bottom: 0.25em;
    list-style-type: none; }
    .text_container ul > li:before {
      position: absolute;
      left: 0;
      display: inline-block;
      width: 2ex;
      content: '\2013'; }

.text_container ol {
  margin: 1em 0; }
  html.no-ie .text_container ol {
    margin-top: 1ex;
    margin-bottom: 1em;
    counter-reset: ol--counter; }
    html.no-ie .text_container ol > li {
      position: relative;
      padding-left: 1.333333em;
      padding-bottom: 0.25em;
      list-style-type: none; }
      html.no-ie .text_container ol > li:before {
        position: absolute;
        left: 0;
        display: inline-block;
        width: 2ex;
        content: '\2013'; }
    html.no-ie .text_container ol > li {
      list-style-type: none; }
      html.no-ie .text_container ol > li:before {
        counter-increment: ol--counter;
        content: counter(ol--counter) ".";
        text-align: right; }
  html.ie .text_container ol > li {
    list-style: decimal inside none; }

.text_container dl {
  margin: 1em 0;
  display: block;
  *zoom: 1;
  position: relative; }
  .text_container dl:before, .text_container dl:after {
    content: '';
    display: table; }
  .text_container dl:after {
    clear: both; }
  .text_container dl > dt,
  .text_container dl > dd {
    float: left;
    margin-bottom: 20px; }
    .text_container dl > dt:last-of-type,
    .text_container dl > dd:last-of-type {
      margin-bottom: 0px; }
  .text_container dl > dt {
    font-weight: normal;
    font-weight: bold;
    clear: left;
    margin-right: 1ex; }
    .text_container dl > dt:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      border-bottom: 1px solid #272727;
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px); }
    .text_container dl > dt:first-child:after {
      border-bottom: 0; }

.text_container strong {
  font-weight: normal;
  font-weight: bold; }

.text_container a {
  text-decoration: underline; }
  .text_container a:hover {
    color: #dff4d4;
    transition: color 0.6s ease;
    color: var(--theme-color-dark); }

.text_container h1 {
  font-size: 86px;
  font-size: 4.3rem;
  line-height: 1.1;
  font-family: "Eczar", Georgia, serif;
  transition: color 0.6s ease;
  color: var(--theme-main-color);
  letter-spacing: 0.05em;
  padding-top: 1.25em;
  padding-bottom: 0.6em; }
  @media (max-width: 1050px) {
    .text_container h1 {
      font-size: 64px;
      font-size: 3.2rem;
      line-height: 1.22; } }
  @media (max-width: 750px) {
    .text_container h1 {
      font-size: 48px;
      font-size: 2.4rem;
      line-height: 1.13; } }
  @media (max-width: 580px) {
    .text_container h1 {
      font-size: 36px;
      font-size: 1.8rem;
      line-height: 1.37;
      font-weight: normal;
      font-weight: bold; } }
  @media (max-width: 1050px) {
    .text_container h1 {
      padding-top: 1.5em; } }
  @media (max-width: 750px) {
    .text_container h1 {
      padding-top: 1.2em;
      padding-bottom: 1em; } }
  @media (max-width: 580px) {
    .text_container h1 {
      padding-top: 1.9em;
      padding-bottom: 1.5em; } }

.text_container h2 {
  transition: color 0.6s ease;
  color: var(--theme-main-color); }
  .text_container h2 .anchor-link {
    color: #272727; }

.text_container a {
  color: var(--theme-color-dark); }

.text_container blockquote {
  padding-left: 22px;
  border-left: 6px solid var(--theme-main-color);
  font-style: italic; }

.text_container p > code,
.text_container p > a > code,
.text_container li > code,
.text_container pre > code {
  background-color: var(--theme-main-color-inverse, #ffffff);
  color: var(--theme-color-dark);
  padding: 0.1em 0.25em;
  border-radius: 3px;
  font-weight: 700;
  font-size: 20px;
  font-size: 1rem;
  line-height: 1.5; }

.text_container pre {
  background-color: transparent; }
  .text_container pre code {
    border: none;
    padding: 10px 16px;
    border-radius: 10px; }

.text_container a:focus {
  outline: 2px dotted var(--theme-color-dark);
  outline-offset: 4px;
  color: var(--theme-color-dark); }

.text_container table,
.text_container th,
.text_container td {
  margin: 1em 0;
  padding: 10px;
  border: 1px solid var(--theme-color-dark); }

.text_container th {
  background-color: var(--theme-main-color-inverse, #ffffff); }

.text_container td {
  font-weight: 300; }

.text_container ol {
  padding-left: 26px; }
  .text_container ol li {
    list-style: inherit; }

.text_container img.agency-logo {
  float: right;
  width: 25%;
  border: none;
  margin-left: 2em;
  margin-bottom: 2em;
  background-color: transparent; }

.text_container img.zfa-logo {
  border-radius: 10px;
  background-color: var(--theme-main-color-inverse, #ffffff);
  border-color: var(--theme-main-color);
  padding: 1.5em 2em; }

.text_container .lead {
  font-size: 1.5em;
  margin-bottom: 5rem; }
  @media (max-width: 750px) {
    .text_container .lead {
      font-size: 1.25em; } }
  @media (max-width: 750px) {
    .text_container .lead {
      margin-bottom: 3.5rem; } }
  @media (max-width: 580px) {
    .text_container .lead {
      margin-bottom: 4.5rem; } }
  .text_container .lead strong {
    font-weight: 300; }

a.anchor-link {
  position: absolute;
  text-decoration: none;
  top: 0;
  left: -1em; }

.anchor-surround {
  position: relative; }

.breadcrumbs {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 750px) {
    .breadcrumbs {
      padding-top: 30px;
      padding-bottom: 7.5px; } }
  .breadcrumbs h2 {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    margin-right: 0.25em; }
  @media (min-width: 751px) {
    .breadcrumbs::after {
      background-color: var(--theme-main-color-inverse, #ffffff);
      content: '';
      position: absolute;
      display: inline-block;
      opacity: 1;
      left: -50vw;
      right: -50vw;
      bottom: 0;
      height: 1px; }
      .theme-contribute .breadcrumbs::after {
        background-color: var(--theme-color-medium, #e5e5e5); } }

.breadcrumbs--inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  max-width: 60rem;
  margin: 0 auto;
  min-height: 45px; }
  @media (max-width: 1520px) {
    .breadcrumbs--inner {
      box-sizing: border-box;
      width: auto;
      padding: 0 30px; } }
  @media (max-width: 1140px) {
    .breadcrumbs--inner {
      max-width: 820px;
      max-width: 41rem;
      box-sizing: border-box;
      width: auto;
      padding: 0 30px; } }
  @media (max-width: 400px) {
    .breadcrumbs--inner {
      box-sizing: border-box;
      width: auto;
      padding: 0 30px; } }
  .breadcrumbs--inner:before {
    content: '📍';
    font-size: 1.5em;
    vertical-align: middle; }

.breadcrumbs--list {
  display: inline-block;
  font-size: 0; }

.breadcrumbs--list--item {
  display: inline-block; }
  .breadcrumbs--list--item:last-of-type .breadcrumbs--list--item--link::after {
    display: none; }

.breadcrumbs--list--item--link {
  font-weight: 300;
  font-size: 20px;
  font-size: 1rem;
  line-height: 1.5; }
  .breadcrumbs--list--item--link::after {
    content: '/';
    padding: 0 7.5px;
    display: inline-block; }
  .breadcrumbs--list--item--link:hover, .breadcrumbs--list--item--link:focus {
    transition: color 0.6s ease;
    color: var(--theme-color-dark);
    text-decoration: underline;
    outline: none; }

.footer {
  position: relative;
  font-size: 16px;
  font-size: 0.8rem;
  line-height: 1.5;
  padding: 30px 0;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-weight: 300; }
  .footer:before {
    background-color: var(--theme-main-color-inverse, #ffffff);
    content: '';
    position: absolute;
    display: inline-block;
    opacity: 1;
    left: -50vw;
    right: -50vw;
    top: 0;
    height: 1px; }
    .theme-contribute .footer:before {
      background-color: var(--theme-color-medium, #e5e5e5); }
  .footer .footer--left,
  .footer .footer--right {
    margin-bottom: 30px; }
  @media (min-width: 751px) {
    .footer .footer--left {
      float: left; }
    .footer .footer--right {
      float: right; } }
  .footer a {
    text-decoration: underline; }
    .footer a:focus {
      outline: 2px dotted var(--theme-color-dark);
      outline-offset: 2px; }
    .footer a:hover, .footer a:focus {
      color: var(--theme-color-dark); }

.footer--inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  max-width: 60rem;
  margin: 0 auto; }
  @media (max-width: 1520px) {
    .footer--inner {
      box-sizing: border-box;
      width: auto;
      padding: 0 30px; } }
  @media (max-width: 1140px) {
    .footer--inner {
      max-width: 820px;
      max-width: 41rem;
      box-sizing: border-box;
      width: auto;
      padding: 0 30px; } }
  @media (max-width: 400px) {
    .footer--inner {
      box-sizing: border-box;
      width: auto;
      padding: 0 30px; } }

@media (min-width: 901px) {
  .footer--left {
    float: left; }
  .footer--right {
    float: right; } }

.footer--label {
  clear: both;
  margin-bottom: 10px; }

.footer--copy {
  clear: both; }

.footer--agencies {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
  -webkit-align-items: center;
  align-items: center; }

.footer--agency {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 15px; }

.footer--logolink {
  display: -webkit-flex;
  display: flex;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain; }
  .footer--logolink img {
    opacity: 0;
    max-width: 70px;
    max-height: 50px; }
    .footer--left .footer--logolink img {
      max-width: 200px;
      max-height: 50px; }

.logo {
  margin-left: 30px;
  text-decoration: none;
  overflow: hidden;
  display: block; }
  @media (max-width: 1240px) {
    .logo {
      margin-left: 23.5px; } }
  @media screen and (-ms-high-contrast: active) {
    .logo {
      color: ButtonText; } }
  .logo:hover {
    color: var(--theme-color-dark); }
    @media screen and (-ms-high-contrast: active) {
      .logo:hover {
        color: ButtonText; } }
  .logo:focus {
    outline: 2px dotted var(--theme-color-dark);
    outline-offset: 2px; }
  @media screen and (-ms-high-contrast: active) {
    .logo:focus {
      color: ButtonText; } }
  .logo .logo-title,
  .logo .logo-img {
    vertical-align: middle; }
  .logo .logo-img {
    display: inline-block;
    width: 33px;
    height: 44px;
    fill: currentColor; }
    .logo .logo-img path {
      fill: inherit; }

.logo-title {
  display: none;
  font-size: 16px;
  font-size: 0.8rem;
  line-height: 1.5;
  line-height: 1.05;
  text-transform: uppercase;
  width: 0;
  padding-left: 0.5em;
  margin: -2px 0; }

.nav-list-main {
  margin-top: -15px; }
  .nav-list-main > .nav-list--item {
    padding-left: 30px; }
    .nav-list-main > .nav-list--item > .nav-list--link {
      display: block;
      padding: 10px 0; }

.nav-list-subnav {
  margin-left: 20px; }

.nav-list--item-inactive {
  display: none; }

.nav-list--link {
  display: block;
  padding: 7.5px 0;
  position: relative;
  font-weight: 300;
  line-height: 1.25; }
  .nav-list--link-current {
    transition: color 0.6s ease;
    color: var(--theme-color-dark);
    font-weight: 500; }
    .nav-list--link-current::before {
      content: '•';
      display: inline-block;
      position: absolute;
      left: -0.75em;
      font-weight: bold; }
  .nav-list--link:hover, .nav-list--link:focus {
    transition: color 0.6s ease;
    color: var(--theme-color-dark);
    text-decoration: underline;
    outline: none; }
  .nav-list--item-level1 > .nav-list--link {
    font-family: "Eczar", Georgia, serif;
    letter-spacing: 0.1em;
    font-size: 24px; }

.navbar {
  position: relative;
  transition: background-color 0.6s ease;
  background-color: var(--theme-bg-color);
  z-index: 1;
  height: 100vh;
  display: inline-block;
  min-width: 80px;
  font-size: 0; }
  @media (min-width: 751px) {
    .navbar {
      position: fixed;
      left: 0;
      top: 0; } }
  @media (max-width: 750px) {
    .navbar {
      width: 100%;
      left: auto;
      height: auto; } }
  .navbar:after {
    background-color: var(--theme-main-color-inverse, #ffffff);
    content: '';
    position: absolute;
    display: inline-block;
    opacity: 1;
    z-index: 1; }
    .theme-contribute .navbar:after {
      background-color: var(--theme-color-medium, #e5e5e5); }
    @media (min-width: 751px) {
      .navbar:after {
        top: 0;
        bottom: 0;
        right: 0;
        width: 1px; } }
    @media (max-width: 750px) {
      .navbar:after {
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px; } }

.navbar--logo {
  padding: 30px 0;
  text-align: left; }
  @media (min-width: 751px) {
    .navbar--logo {
      z-index: 1; } }
  @media (min-width: 751px) {
    .navbar--logo {
      position: relative; }
      .navbar--logo:after {
        background-color: var(--theme-main-color-inverse, #ffffff);
        content: '';
        position: absolute;
        display: inline-block;
        opacity: 1;
        right: 0;
        left: 0;
        bottom: 0px;
        height: 1px; }
        .theme-contribute .navbar--logo:after {
          background-color: var(--theme-color-medium, #e5e5e5); } }

.navbar--container {
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column; }
  .navbar--container .navbar--logo {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: auto;
    align-self: auto; }
  .navbar--container .navbar--inner {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
    overflow: auto; }

.navbar--container {
  font-size: 20px;
  font-size: 1rem;
  line-height: 1.5; }
  @media (max-width: 750px) {
    .navbar--container {
      height: auto; } }

.navbar--inner {
  overflow: auto;
  width: 260px;
  padding-right: 30px;
  max-width: 100vw;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1383px) {
    .navbar--inner {
      width: 360px; } }
  @media (max-width: 750px) {
    .navbar--inner {
      width: auto; } }

@media (max-width: 750px) {
  .logo-title {
    display: inline-block; } }

@media (max-width: 260px) {
  .logo-title {
    display: none; } }

@media (max-width: 1050px) {
  .navbar--inner {
    display: none; }
  .navbar.is-active .navbar--inner {
    display: block; }
  .navbar.is-active .logo-title {
    display: inline-block; } }

@media (min-width: 751px) {
  .footer,
  .site-content {
    padding-left: 80px; }
  .site-content {
    width: 1060px; } }
  @media (min-width: 751px) and (max-width: 1060px) {
    .site-content {
      width: 100%; } }

@media (min-width: 751px) {
  .navbar.is-active ~ .footer,
  .navbar.is-active ~ .site-content {
    padding-left: 260px;
    width: 1240px; } }
  @media (min-width: 751px) and (max-width: 1240px) {
    .navbar.is-active ~ .footer,
    .navbar.is-active ~ .site-content {
      width: 100%; } }

@media (min-width: 1051px) {
  .footer,
  .site-content {
    padding-left: 260px; } }
  @media (min-width: 1051px) and (min-width: 1383px) {
    .footer,
    .site-content {
      padding-left: 360px; } }

@media (min-width: 1051px) {
  .navbar--toggle {
    display: none; }
  .logo-title {
    display: inline-block; } }

.navbar--toggle {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 104px;
  bottom: 0px;
  width: 80px; }
  @media (max-width: 750px) {
    .navbar--toggle {
      height: 40px;
      bottom: auto;
      left: auto;
      right: 10px;
      top: 30px; } }
  .navbar--toggle:focus {
    outline: none; }
    .navbar--toggle:focus .navbar--toggle--inner {
      outline: 2px dotted var(--theme-color-dark);
      outline-offset: 2px; }

.navbar--toggle--inner {
  z-index: 1;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media screen and (-ms-high-contrast: active) {
    .navbar--toggle--inner {
      background-color: ButtonFace; } }
  .navbar--toggle--inner:hover .navbar--toggle--line {
    background-color: var(--theme-color-dark); }
    @media screen and (-ms-high-contrast: active) {
      .navbar--toggle--inner:hover .navbar--toggle--line {
        background-color: ButtonText; } }

.navbar--toggle--line {
  display: block;
  width: 30px;
  height: 4px;
  position: relative;
  background-color: #000000;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: background-color 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.35s ease, -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), background-color 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.35s ease;
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), background-color 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.35s ease, -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1); }
  .navbar--toggle--line:nth-last-child(2) {
    margin: 6px 0; }
  @media (-ms-high-contrast: active) {
    .navbar--toggle--line {
      background-color: ButtonText; } }
  .navbar.is-active .navbar--toggle .navbar--toggle--line {
    opacity: 1;
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg); }
    .navbar.is-active .navbar--toggle .navbar--toggle--line:nth-last-child(2) {
      opacity: 0;
      -webkit-transform: rotate(0deg) scale(0.2, 0.2);
      transform: rotate(0deg) scale(0.2, 0.2); }
    .navbar.is-active .navbar--toggle .navbar--toggle--line:nth-last-child(1) {
      -webkit-transform: translateY(-10px) rotate(-45deg);
      transform: translateY(-10px) rotate(-45deg); }

.search {
  margin-left: 30px;
  margin-bottom: 30px;
  z-index: 2; }
  .search .search--wrapper {
    display: -webkit-flex;
    display: flex; }
  .search .search--toggle {
    height: 45px;
    width: 45px;
    background: url("/img/icons/2x/magni.png") no-repeat center center;
    background-size: 60%;
    -webkit-order: 1;
    order: 1; }
    .search .search--toggle:focus {
      outline: 2px dotted var(--theme-color-dark);
      outline-offset: 2px; }
  .search .search--field {
    -webkit-flex: 1;
    flex: 1;
    position: static !important; }
    .search .search--field:after {
      content: '';
      display: inline-block;
      height: 45px;
      width: 45px;
      background: url("/img/icons/2x/magni.png") no-repeat center center;
      background-size: 60%;
      position: absolute;
      right: 35px;
      opacity: 0.6; }
  .search .search--input {
    float: right;
    width: 0;
    height: 0;
    padding: 10px 50px 10px 20px;
    border: none;
    border-radius: 34px;
    background-color: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    display: none;
    font-family: inherit;
    font-weight: 300;
    display: inline;
    width: 100%;
    height: 45px;
    transition: width 0.25s, height 0.25s, padding 0.25s; }
    .search .search--input:focus {
      outline: 2px dotted var(--theme-color-dark);
      outline-offset: 2px; }

#unibox-suggest-box {
  margin-top: 46px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  font-family: inherit;
  font-weight: 300;
  border: none;
  left: auto !important;
  top: auto !important;
  right: auto !important;
  overflow: auto !important;
  max-height: calc(100vh - 210px); }
  @media (min-width: 820px) {
    #unibox-suggest-box {
      width: 450px; } }
  #unibox-suggest-box > * > div {
    padding: 4px 8px !important; }
  #unibox-suggest-box .unibox-selectable {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    #unibox-suggest-box .unibox-selectable.active, #unibox-suggest-box .unibox-selectable:hover {
      background: var(--theme-color-dark); }
    #unibox-suggest-box .unibox-selectable:last-child {
      margin-bottom: 0;
      border-bottom: none; }
    #unibox-suggest-box .unibox-selectable a {
      white-space: normal;
      font-size: 110%;
      font-weight: bold;
      color: #000000; }
    #unibox-suggest-box .unibox-selectable .unibox-result-content {
      margin-top: 0;
      margin-bottom: 10px; }
    #unibox-suggest-box .unibox-selectable .unibox-extra {
      position: static; }

@media (max-width: 580px) {
  #unibox-suggest-box {
    right: -60px; } }

@media (min-width: 751px) {
  .search--input {
    width: 450px; }
  #unibox-suggest-box {
    right: 0;
    left: auto !important; } }

#unibox-controls-description {
  display: none; }

label[for='search--input'] {
  display: none; }

.toc {
  margin-top: 0;
  margin-bottom: 5em;
  border-left: 2px solid var(--theme-color-dark);
  padding-left: 20px;
  padding-left: 1rem;
  font-size: 0.9em; }
  @media (max-width: 1050px) {
    .toc {
      margin-top: -0.5em; } }
  @media (max-width: 750px) {
    .toc {
      margin-top: 0; } }
  h1 + .toc {
    margin-bottom: 4.5em; }
    @media (max-width: 1050px) {
      h1 + .toc {
        margin-top: 0; } }
  .toc:empty {
    display: none; }
  .toc::before {
    content: 'On this page';
    display: block;
    font-weight: normal;
    font-weight: bold; }
  .toc ul ul {
    margin-bottom: 0; }

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8; }

.hljs-comment,
.hljs-quote {
  color: #998;
  font-style: italic; }

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #333;
  font-weight: bold; }

.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
  color: #008080; }

.hljs-string,
.hljs-doctag {
  color: #d14; }

.hljs-title,
.hljs-section,
.hljs-selector-id {
  color: #900;
  font-weight: bold; }

.hljs-subst {
  font-weight: normal; }

.hljs-type,
.hljs-class .hljs-title {
  color: #458;
  font-weight: bold; }

.hljs-tag,
.hljs-name,
.hljs-attribute {
  color: #000080;
  font-weight: normal; }

.hljs-regexp,
.hljs-link {
  color: #009926; }

.hljs-symbol,
.hljs-bullet {
  color: #990073; }

.hljs-built_in,
.hljs-builtin-name {
  color: #0086b3; }

.hljs-meta {
  color: #999;
  font-weight: bold; }

.hljs-deletion {
  background: #fdd; }

.hljs-addition {
  background: #dfd; }

.hljs-emphasis {
  font-style: italic; }

.hljs-strong {
  font-weight: bold; }

pre code {
  display: block;
  background: #eee;
  border: 1px solid #ddd;
  padding: 1em; }
