@charset "UTF-8";
.orange {
  color: #ff531a;
}

.blue-dark {
  color: #268ed9;
}

.blue-light {
  color: #00aaff;
}

.light {
  color: #fcfcfc;
}

.gray-light {
  color: #b5b5b5;
}

.gray-dark {
  color: #6f6f6f;
}

.dark {
  color: #333;
}

.orange-bg {
  color: #ff531a;
}

.blue-dark-bg {
  color: #268ed9;
}

.blue-light-bg {
  color: #00aaff;
}

.light-bg {
  color: #fcfcfc;
}

.gray-light-bg {
  color: #b5b5b5;
}

.gray-dark-bg {
  color: #6f6f6f;
}

.dark-bg {
  color: #333;
}

.flexrow {
  display: flex;
  flex-direction: row;
}

.flexcol {
  display: flex;
  flex-direction: column;
}

.flexwrap {
  flex-wrap: wrap;
}

.flex {
  flex: 1 0 auto;
}

.flex-center {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.min-width {
  width: 0.1%;
}

.half-width {
  width: 50%;
}

.max-width {
  width: 100%;
}

.hide-visually {
  position: absolute;
  top: -99em;
}

.caps {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

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

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

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

form {
  display: inline;
}

select,
input,
textarea,
button,
.button {
  -webkit-appearance: none;
  border: 1px solid #b5b5b5;
  border-radius: 3px;
  color: inherit;
}

input,
textarea {
  user-select: auto;
  user-select: text;
}

select {
  padding: 0 24px 0 5px;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8,10 L12,14 L16,10 L8,10 Z' fill='%236f6f6f'%3E%3C/path%3E%3C/svg%3E");
  background-position: right center;
  background-repeat: no-repeat;
}

input {
  line-height: 1.7em;
  padding: 0 0.3em;
  background-color: transparent;
}

input[type=number] {
  text-align: right;
}

textarea {
  font-family: monospace;
  white-space: pre-wrap;
  padding: 11px;
  background-color: transparent;
}

button,
.button,
input[type=submit] {
  font-weight: 600;
  font-size: 0.85em;
  line-height: 2em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  color: #333;
  background: transparent;
  padding: 0px 0.45em 0px 0.45em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-bottom: 4px;
}

input[type=checkbox]:checked {
  color: white;
  background: #00aaff;
  border: #268ed9;
}

input[type=password] {
  letter-spacing: -4px;
}

.hilite {
  color: white;
  border-color: #268ed9;
  background-color: #00aaff;
}

/* Clean up */
::-ms-clear {
  display: none;
}

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

/* Reset */
:root {
  --color: #3c4245;
  --link: #009de6;
  --bg: white;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  font: inherit;
  line-height: inherit;
  box-sizing: inherit;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  ‑webkit‑text‑size‑adjust: 100%;
}

html {
  height: 100%;
  color: #3c4245;
  background: #ffffff;
}

body {
  font-family: sans-serif;
  font-size: 21px;
  line-height: 33px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #3c4245;
  background: #ffffff;
}

body::before,
body::after {
  content: "";
  display: block;
  flex: 2 0 auto;
}

body::after {
  min-height: 22px;
  flex: 5 0 auto;
}

body > * {
  flex: 0 0 auto;
  width: 600px;
  max-width: 100%;
  padding-left: 11px;
  padding-right: 11px;
}

a {
  text-decoration: none;
  text-decoration: none;
  color: #009de6;
}

b, .b, strong {
  font-weight: bold;
}

q, i, .i, em {
  font-style: italic;
}

b, i, strong, em, small {
  line-height: 0;
}

small, .small {
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 726px) {
  small, .small {
    font-size: 16px;
  }
}
h1, .h1,
h2, .h2,
h3, .h3 {
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

h1, .h1 {
  font-weight: 700;
  font-size: 104px;
  line-height: 99px;
  text-align: center;
  margin-top: 99px;
  width: 100%;
}

@media (max-width: 1040px) {
  h1, .h1 {
    font-size: 77px;
    line-height: 66px;
  }
}
h2, .h2 {
  font-weight: 700;
  font-size: 46px;
  line-height: 55px;
  margin-top: 33px;
}

h2 + p {
  margin-top: 11px;
}

h3, .h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 33px;
  margin-top: 33px;
}

@media (max-width: 726px) {
  h2, .h2 {
    font-size: 36px;
    line-height: 36px;
  }

  h3, .h3 {
    font-size: 28px;
    line-height: 33px;
  }
}
h4, .h4 {
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
  margin-top: 33px;
  margin-bottom: 0px;
}

p, ul, ol, hr, pre, iframe, blockquote,
.p {
  margin-top: 22px;
}

ul, ol {
  list-style-position: outside;
}

ul > li {
  list-style: none;
  border-left: 4px solid;
  padding-left: 11px;
}

ul ul, ol ol, ul ol, ol ul {
  padding-left: 14px;
  margin-top: 0;
}

body > * ul,
body > * li {
  padding: 0;
}

body hr {
  clear: both;
  border: 1px solid;
  opacity: 0.33;
  border-width: 1px 0 0 0;
  margin: 21px auto 0;
  max-width: calc(100% - 22px);
}

img {
  max-width: 100%;
  vertical-align: middle;
}

pre, .pre {
  font-size: 15px;
  line-height: 22px;
  font-family: monospace;
  white-space: pre-wrap;
  color: #333;
  background-color: #f2f2f3;
}

code, .code {
  font-size: 15px;
  line-height: 22px;
  font-family: monospace;
  white-space: pre-wrap;
  display: inline-block;
  vertical-align: baseline;
}

blockquote, .big {
  font-size: 30px;
  line-height: 36px;
  margin-top: 22px;
  margin-bottom: 11px;
}

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

th {
  font-weight: 800;
}

th, td {
  text-align: left;
  vertical-align: middle;
  padding: 11px 0 0 11px;
}

th:last-child,
td:last-child {
  padding-right: 11px;
}

iframe {
  display: block;
  border: none;
  padding: 0;
  overflow: hidden;
  margin: 0 auto 22px auto;
}

/* Components */
.home {
  /*TODO: make the logo visible on browsers that don't surppot blend modes */
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 9000;
  top: 5px;
  left: 10px;
  width: 43px;
  height: 43px;
  padding: 0;
}

/*
  A square portion of a cover image is guaranteed to show, so it's safe to put a title there. But a better way is to put an image after the cover image, that the title as an svg file.
*/
.cover,
.contain {
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-top: 0;
  position: relative;
}

.cover :first-child,
.contain :first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.cover > img:last-child {
  width: 100%;
  object-fit: cover;
}

.contain {
  height: 50vw;
}

.contain > img:last-child {
  height: 100%;
  width: auto;
  object-fit: contain;
}

body {
  padding-top: 110px;
}

h1 {
  margin: 0;
}

.nav {
  font-weight: 800;
  text-transform: uppercase;
  text-align: right;
  position: fixed;
  z-index: 9000;
  top: 8px;
  right: 8px;
  width: auto;
  padding: 0;
}

.try {
  color: #ff531a;
}

.share {
  margin-top: 11px;
}

.share th,
.share td {
  line-height: 34px;
  padding-top: 0;
}

.alert,
#error_explanation {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #b5b5b5;
}

.alert-alert,
#error_explanation {
  border-color: #ff7a4c;
}

.alert-notice {
  border-color: #00aaff;
}

.alert li,
#error_explanation li {
  padding: 0;
  border: none;
}

#error_explanation h2 {
  font: inherit;
  font-weight: 800;
}

#error_explanation ul {
  margin-top: 0;
}

.field_with_errors {
  display: inline;
}
.field_with_errors input,
.field_with_errors textarea {
  border-color: red;
  border-left-width: 4px;
}

/*# sourceMappingURL=gridlover-site.css.map */
