/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.hidden,.hide{display:none !important;visibility:hidden}.invisible{visibility:hidden}.skip,.visuallyhidden{clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden;padding:0;position:absolute !important;width:1px !important;outline:0}.skip.focusable:active,.skip.focusable:focus,.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto !important;height:auto !important;margin:0;overflow:visible;width:auto !important;z-index:20;position:static !important}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html,body{margin:0;padding:0;position:relative;font-family:dico-sans,sans-serif}html{overflow-y:scroll;overflow-x:hidden;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}body,h1,h2,h3,h4,h5,h6,blockquote,p,pre,dl,dd,ol,ul,figure,hr,fieldset,legend{margin:0;padding:0}fieldset{min-width:0;border:0}body{background-color:#424242;color:#fff}@media print{body{padding:0;margin:0;page-break-after:always;-webkit-print-color-adjust:exact;widows:3;orphans:3}}.style__addEmptyContentCollectionOverlay___2cOs0{width:90% !important;margin:30px auto}
.btn{max-width:90%;display:inline-block;position:relative;color:#424242;border:4px solid #ffc800;background-color:#ffc800;font-size:0.75rem;font-family:dico-mono,sans-serif;font-weight:400;text-decoration:none;text-transform:uppercase;text-align:center;min-width:100px;padding:27px;cursor:pointer;letter-spacing:0.125rem}.btn--next{padding-right:65px}.btn:hover,.btn:focus{background-color:#424242;color:#ffc800;outline:none}.btn:hover .btn_icon .icon_fg,.btn:focus .btn_icon .icon_fg{fill:#ffc800}.btn_icon{position:absolute;right:10px;top:calc(50% - 12px);width:25px;height:25px}.btn_icon .icon_fg{fill:#424242}.btn_icon .icon_bg{fill:none}
.heading--h2{margin:40px 0 2px -5px;padding-left:5px;font-size:1.25rem;font-weight:700;line-height:1.3;color:#ffc800;max-width:1100px}.heading--topline{padding-top:40px;border-top:1px solid #ffc800}
.html{margin-top:55px;margin-bottom:55px}.html_inner{margin:0 0 0 -45px}.html--large .html_inner{max-width:1000px}@media screen and (min-width: 1000px){.html--large .html_inner{margin:0}}@media screen and (min-width: 1000px){.html--large .html_caption{margin:0}}.html--default .html_inner{max-width:650px}@media screen and (min-width: 650px){.html--default .html_inner{margin:0}}@media screen and (min-width: 650px){.html--default .html_caption{margin:0}}.html_figure{width:100%;height:auto}.html_caption{margin:0 0 0 45px;max-width:650px;padding-top:10px;font-style:italic;font-size:1rem;line-height:1.429}
.image{margin-top:55px;margin-bottom:55px}.image_inner{margin:0 0 0 -45px}.image--large .image_inner{max-width:1000px}@media screen and (min-width: 1000px){.image--large .image_inner{margin:0}}@media screen and (min-width: 1000px){.image--large .image_caption{margin:0}}.image--default .image_inner{max-width:650px}@media screen and (min-width: 650px){.image--default .image_inner{margin:0}}@media screen and (min-width: 650px){.image--default .image_caption{margin:0}}.image_figure{width:100%;height:auto}.image_caption{margin:0 0 0 45px;max-width:650px;padding-top:10px;font-style:italic;font-size:1rem;line-height:1.429}
.copy{margin-top:16px;margin-bottom:16px;color:#fff;font-family:dico-sans,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.6;text-align:left;max-width:1100px;-ms-hyphens:auto;hyphens:auto}.copy a{color:#fff;text-decoration:underline}.copy a:hover,.copy a:focus{background-color:#dfaf00;color:#424242}.copy a:focus{outline:1px solid #fff}.copy strong{font-weight:700}.copy p+p,.copy p+ul,.copy p+ol{margin-top:16px}
.page{overflow-x:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}.page-menu{width:45px}.page-content{width:100%;max-width:1000px}
.page-background{position:absolute;z-index:-1;width:220vw;top:-1vw;left:-85vw}.page-background .logo_bg{fill:#5f5f5f}.page-background .logo_fg{display:none}
.breadcrumbs{font-family:dico-mono,sans-serif;width:100%}.breadcrumbs_item{margin-bottom:2px;list-style:none}.breadcrumbs_link{background-color:#ffc800;font-size:1.25rem;padding:8px;display:block;width:100%;color:#424242;text-decoration:none;font-weight:700}.breadcrumbs_link:hover,.breadcrumbs_link:focus{text-decoration:underline}.breadcrumbs_current{background-color:#ffc800;font-size:1.25rem;padding:8px;display:block;width:100%;color:#424242}
.navbox{width:100%;background-color:#ffc800;color:#424242;font-size:1.25rem;padding:30px 10px;margin-bottom:70px}.navbox--margin-top{margin-top:50px}.navbox_heading{font-family:dico-mono-script,sans-serif;font-size:1.125rem;font-weight:700;margin:60px 0;color:#000}.navbox_item{list-style:none}.navbox_item_link{display:block;padding:15px 0;font-family:dico-mono,sans-serif;color:#424242;text-decoration:none;font-weight:700}.navbox_item_link:hover,.navbox_item_link:focus{text-decoration:underline}
.menu_item{cursor:pointer;display:block;width:40px;height:40px;padding:3px;border:none;background:none}.menu_item:hover .icon_fg,.menu_item:focus .icon_fg{fill:#424242}.menu_item:hover .icon_bg,.menu_item:focus .icon_bg{fill:#ffc800}.menu_item .icon_fg{fill:#ffc800}.menu_item .icon_bg{fill:#424242}
.page-title{font-family:dico-mono,sans-serif;width:100%;font-size:1.875rem;margin:30px 0 20px -5px;padding:0 0 30px 5px;border-bottom:4px solid #ffc800;color:#ffc800;font-weight:700}
.codedialog{position:fixed;top:0;left:0;display:none}.codedialog--open{display:-webkit-box;display:-ms-flexbox;display:flex}.codedialog_menu{background-color:#ffc800;width:45px;height:100vh}.codedialog_close{cursor:pointer;display:block;width:40px;height:40px;padding:3px;background:none;border:none}.codedialog_close:hover .icon_fg,.codedialog_close:focus .icon_fg{fill:#ffc800}.codedialog_close:hover .icon_bg,.codedialog_close:focus .icon_bg{fill:#5f5f5f}.codedialog_close .icon_fg{fill:#5f5f5f}.codedialog_close .icon_bg{fill:#ffc800}.codedialog_form{position:relative;background-color:#ffc800;width:100vw;max-width:1000px;height:100vh;padding:90px 10px 30px 10px}.codedialog_label{display:block;font-family:dico-mono-script,sans-serif;font-size:1.125rem;font-weight:700;margin:0 0 60px 20px;color:#000;max-width:200px}.codedialog_fields{display:-webkit-box;display:-ms-flexbox;display:flex}.codedialog_input{display:blocK;height:80px;width:200px;padding-left:20px;font-family:dico-mono,sans-serif;font-size:2.5rem;font-weight:700;border:4px solid #fff;border-right:none}.codedialog_input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.codedialog_input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.codedialog_input[type=number]{-moz-appearance:textfield}.codedialog_input:focus{border:4px solid #5f5f5f;border-right:none;outline:none}.codedialog_submit{display:block;cursor:pointer;width:80px;height:80px;padding:0;background:#5f5f5f;border:4px solid #5f5f5f}.codedialog_submit .icon_fg{fill:#ffc800}.codedialog_submit .icon_bg{fill:none}.codedialog_submit:focus{background:#ffc800}.codedialog_submit:focus .icon_fg{fill:#5f5f5f}@media screen and (min-width: 710px){.codedialog_form{padding-left:20%}}
.language-selection_logo{width:150px;margin:50px auto 80px auto}.language-selection_logo .logo-text_fg{fill:#424242}.language-selection_logo .logo-text_bg{fill:#ffc800}.language-selection_logo .logo-text_txt{fill:#ffc800}.language-selection_reverse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.language-selection_list{list-style:none;margin:0 auto 60px auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.language-selection_item{margin:20px;min-width:120px;min-height:120px;border-radius:50%;background-color:#ffc800;text-align:center;padding-top:35px;display:block;font-size:2.5rem;font-weight:800;color:#424242;text-decoration:none}.language-selection_item:hover,.language-selection_item:focus{text-decoration:underline}.language-selection_title{text-align:center;font-size:3.125rem}
