.column {
  padding: 0px 32px 0px 32px;
  float: left;
}
.column.top {
  margin-top: 16px;
}
@media only screen and (max-width: 800px) {
  .column {
    padding: 0 !important;
  }
  .column .page-section .title {
    margin-bottom: 0 !important;
  }
  .column.right button.form {
    margin-left: 16px;
  }
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
[data-clipboard-text],
[x-password],
[onClick] {
  cursor: pointer;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 96px
		1fr
		64px
	;
  grid-template-areas: "header" "content" "footer";
}
body header {
  display: grid;
  grid-template-columns: 0.5fr 700px 0px 0.5fr;
  grid-template-areas: "logo menu-items menu-burger clean-browser";
  align-items: center;
  grid-area: header;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #c0c0c0;
}
body header .logo {
  grid-area: logo;
}
body header .logo img {
  height: 64px;
  margin-left: 32px;
}
body header .menu-burger {
  display: none;
  grid-area: menu-burger;
}
body header .menu-burger img {
  width: 32px;
}
body header .menu-items {
  grid-area: menu-items;
  display: grid;
  justify-items: center;
}
body header .menu-items .menu-item {
  float: left;
  font-family: 'nexa-bold';
  margin-right: 32px;
}
body header .menu-items .menu-item:last-child {
  margin-right: 0px;
}
body header .menu-items .menu-item a {
  color: #fff543;
  text-decoration: none;
}
body header .menu-items .menu-item a.selected {
  color: #fff;
}
body header .menu-items .menu-item a:hover {
  color: #1a1a1a;
}
body header .clean-browser {
  grid-area: clean-browser;
  justify-self: right;
  padding-right: 32px;
}
body #menu-side {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 8192;
}
body #menu-side.show {
  display: block;
}
body #menu-side .menu-side-blackout {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.25);
}
body #menu-side .menu {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: fit-content;
  background: #222;
  padding: 32px;
  box-shadow: -6px 0px 26px 18px rgba(0, 0, 0, 0.75);
}
body #menu-side .menu .menu-item {
  margin-bottom: 8px;
  font-size: 1.2em;
  font-family: 'nexa-bold';
}
body #menu-side .menu .menu-item:last-child {
  margin-right: 0px;
}
body #menu-side .menu .menu-item a {
  color: #fff543;
  text-decoration: none;
}
body #menu-side .menu .menu-item a.selected {
  color: #fff;
}
body #menu-side .menu .menu-item a:hover {
  color: #1a1a1a;
}
body #content {
  grid: content;
}
body footer {
  grid-area: footer;
  background-color: #515151;
  display: grid;
  align-items: center;
  justify-items: center;
}
body footer div {
  color: #fff543;
  font-family: "nexa-bold";
  font-weight: normal;
  font-size: 16px;
}
@media only screen and (max-width: 1000px) {
  body header {
    display: grid;
    grid-template-columns: 1fr 0px 64px 64px;
  }
  body header .menu-burger {
    display: block;
  }
  body header .menu-items {
    display: none;
  }
}
@media only screen and (max-width: 250px) {
  #menu-side .menu {
    width: 100% !important;
  }
}
#error {
  position: fixed;
  top: 32px;
  left: 32px;
  right: 32px;
  height: 256px;
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.75);
  background: #b33;
  color: #fff;
  padding: 16px;
  font-weight: bold;
  font-size: 1.25em;
  display: none;
  justify-items: center;
  align-items: center;
  z-index: 16384;
}
#error.show {
  display: grid;
}
#framework-version {
  display: none;
  position: fixed;
  width: 200px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -40px;
  z-index: 2000;
  text-align: center;
  line-height: 80px;
  background-color: #e00;
  font-weight: bold;
  color: #fff;
}
a {
  background-color: transparent;
  color: #515151;
  text-decoration: underline;
  outline: none;
}
a:active,
a:hover {
  color: #ffd000;
}
a:focus {
  color: #ffd000;
}
#clipboard-copy {
  display: none;
  position: absolute;
  top: 256px;
  left: 256px;
  z-index: 8192;
}
#clipboard-copy img {
  width: 48px;
  opacity: 0.5;
}
.u-custom-menu .u-nav-item .selected {
  color: #fff !important;
}
h1,
.u-nav .u-button-style,
.title {
  font-family: 'nexa-bold';
  color: #fff543;
}
#content > div {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  color: #515151;
}
.breadcrumbs {
  margin-left: 16px;
  margin-top: 8px;
}
.breadcrumbs p {
  display: inline;
}
.breadcrumbs p:before {
  content: ">";
  color: #ccc;
}
.template-container {
  padding: 32px;
}
.page-section:after {
  display: block;
  content: "";
  height: 32px;
  clear: both;
}
.page-section .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 16px;
  cursor: pointer;
  color: #333;
  border-bottom: 1px solid #333;
  user-select: none;
  position: relative;
}
.page-section .title:after {
  content: "▼";
  position: absolute;
  right: 0px;
}
.page-section .title:hover {
  color: #666;
  border-bottom: 1px solid #666;
}
.page-section.closed .title:after {
  content: "▲";
}
.page-section.closed .content {
  display: none;
}
.content-slow {
  display: none;
}
.content-done {
  display: none;
}
h1 {
  font-size: 32px !important;
}
h1:first-child {
  margin-top: 0;
}
.banner {
  display: flex;
  height: 150px;
  background-image: url(/data/images/pexelsphoto3815759.jpeg);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
}
.banner .inner {
  margin: auto 8px auto 64px;
  color: #fff;
}
.banner .inner div:first-child {
  font-family: 'nexa-bold';
  font-size: 48px;
  color: #fff543;
}
.banner .inner div:nth-child(2) {
  margin-top: -4px;
}
.banner .inner div:nth-child(2) a {
  color: #fff;
}
.banner .inner div:nth-child(2) span:before {
  color: #16b6a1;
  content: ">";
}
.banner .inner div:nth-child(2):before {
  content: "> ";
  color: #16b6a1;
}
.blackout {
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 4096;
}
.blackout.show {
  display: block;
}
@media only screen and (max-width: 800px) {
  .page-section .title {
    padding-left: 16px;
  }
  .page-section .title:after {
    padding-right: 16px;
  }
}
@media only screen and (max-width: 450px) {
  .template-container {
    padding: 16px;
  }
  .banner .inner {
    margin: auto 8px auto 32px;
  }
  .banner .inner div:first-child {
    font-size: 26px;
  }
}
