:root {
  --heading-color: #241c15;
  --copy-color: #241c15;
  --copy-color-light: rgba(36, 28, 21, 0.65);
  --display-text-size: 4rem;
  --h1-size: 3rem;
  --h2-size: 2rem;
  --h3-size: 1.5rem;
  --h4-size: 2.2rem;
  --h5-size: 1.6rem;
  --h6-size: 1rem;
  --display-text-line: 1.125;
  --h1-line: 1;
  --h2-line: 1;
  --h3-line: 1;
  --h4-line: 1.25;
  --h5-line: 1.33333333;
  --h6-line: 1.5;
  --copy-jumbo-size: 2.375rem;
  --copy-large-size: 1.5rem;
  --copy-medium-size: 1.5rem;
  --copy-regular-size: 1em;
  --copy-small-size: 1rem;
  --copy-info-size: 0.8125rem;
  --copy-legal-size: 0.6875rem;
  --copy-jumbo-line: 1;
  --copy-large-line: 1.2;
  --copy-medium-line: 1.2;
  --copy-regular-line: 1.5;
  --copy-small-line: 1.5;
  --copy-info-line: 1.25;
  --copy-legal-line: 1.45454545
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  padding: 0
}

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

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

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

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

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

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

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

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

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

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

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none !important
}

blockquote,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
legend,
ol,
p,
pre,
ul {
  margin: 0;
  padding: 0.5rem;
}

html {
  font-size: 100%;
  font-size: 1em
}

body {
  background: #fff;
  line-height: 1.35;
  color: #403b3b;
  font-family: Graphik Web, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #004e56
}

a,
a:hover {
  text-decoration: none
}

a:hover {
  color: #002023
}

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

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

fieldset {
  min-width: 0;
  border: 0
}

ul {
  list-style: none
}

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

small {
  font-size: 50%
}

pre {
  font-size: 100%;
  overflow: auto;
  padding: 1.25rem;
  white-space: pre;
  color: #fff;
  background-color: #241c15;
  border-radius: .25rem
}

code,
pre {
  font-family: Source Code Pro, Consolas, Lucida Console, Courier, monospace
}

input,
select {
  margin: 0;
  vertical-align: middle
}

cite {
  font-style: normal
}

strong {
  font-weight: 500
}

hr {
  border: 0;
  background-color: #241c15;
  display: block;
  width: 100%;
  height: .0625rem;
  margin: 1.25rem 0;
  padding: 0
}

section {
  margin:    0 auto;
}

input[type=text], input[type=email], input[type=tel], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #64B985;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #64B99F;
}

form {
  padding-top: 2rem;
  max-width: 40rem;
  width: 100%;
}

.icon-container {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.global-nav {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  height: 130px;
  background: #fff;
  box-shadow: 0px 2px #DDD;
}  

.brand-logo {
  /* width: 240px; */
  height: 90px;
  padding-left: 20px;
  padding-top: 5px;
}

.login-button {
    background-color: #F18A75; /* Green */
    border: none;
    color: white;
    padding: 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
}

.it-takes {
  padding-left: 20px;
}

.functionality-section {
  overflow-x: hidden;
  padding-top: 2rem;
  background-color: #d8eacc;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.columns-content {
  align-items: start;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  padding: 0rem 2rem 0rem 2rem;
  max-width: 60rem;
}

.text-column {
  width: 60%;
  padding: 2rem;
  display: flex;
  justify-content: center;
}

.image-column {
  width: 40%;
  padding: 2rem;
  display: flex;
  justify-content: center;
}

.eyebrow {
  text-transform: uppercase;
  color: #241c15;
  font-family: Graphik Web, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0
}


.h1, h1 {
  font-weight: 400;
  font-family: Means Web, Georgia, Times, Times New Roman, serif;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-size: var(--h1-size);
  line-height: var(--h1-line);
  color: var(--heading-color);
  letter-spacing: -.0625rem
}

.h2 {
  font-weight: 400;
  font-family: Means Web, Georgia, Times, Times New Roman, serif;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-size: var(--h2-size);
  line-height: var(--h2-line);
  color: var(--heading-color);
  letter-spacing: -.03125rem;
  text-align: center;
}

h4 {
  font-weight: 400;
  font-family: Means Web, Georgia, Times, Times New Roman, serif;
  font-size: var(--h4-size);
  line-height: var(--h4-line);
  color: var(--heading-color);
  letter-spacing: 0
}

.h5 {
  font-weight: 400;
  font-family: Means Web, Georgia, Times, Times New Roman, serif;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  font-size: var(--h5-size);
  line-height: var(--h5-line);
  color: var(--heading-color);
  letter-spacing: 0
}

.copy-large {
  font-size: var(--copy-large-size);
  line-height: var(--copy-large-line);
  letter-spacing: -.02rem;
  font-family: Graphik Web, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
  color: var(--copy-color);
  font-weight: 400
}

.copy-medium {
  font-family: Graphik Web, Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
  color: var(--copy-color);
  font-weight: 400;
  font-size: var(--copy-medium-size);
  line-height: var(--copy-medium-line);
}

.beta-program-form {
  background-color: #FCDBC3;
  padding: 3rem 8rem 3rem 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.values-layout {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
}

.values-layout>.h4 {
  text-align: center;
}

.educator-values {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
}

.educator-values>.cell {
  width: 33.33333333%;
  box-sizing: border-box;
  padding: 1rem;
}

.value-container {
  width: 100%;
}

.value-container>.h5 {
  color: #004e56;
}

.icon-container>img {
  width: 6rem;
  opacity: 70%;
}

.school-info-form {
  background-color: #efeeea;
  padding: 3rem 8rem 3rem 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.download-icons {
  padding-top: 2rem;
}

footer {
  /* height: 10rem; */
  background-color: #F18A75;
  padding: 1rem;
  display: flex;
  flex-flow: row;
  align-items: end;
}

.copyright-notice {
  height: 100%;
  padding-left: 1rem;
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: end;
}

.post-submit-message {
  background-color: #efeeea;
  padding: 16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

/* .image-column>img {
  box-shadow: 4px 4px 8px #808080;
} */