/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/* Colors */
/* Fonts */
/* Structure stuffs */
/* States */
/* Breakpoints */
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
}

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

.mobile-show {
  display: initial !important;
}

@media only screen and (min-width: 1024px) {
  .mobile-show {
    display: none !important;
  }
}

.mobile-hide {
  display: none !important;
}

@media only screen and (min-width: 1024px) {
  .mobile-hide {
    display: initial !important;
  }
}

header,
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100vw;
  margin: 0;
  padding: 30px;
  background: #64b0b3;
}

header .logo,
.header .logo {
  text-transform: uppercase;
  color: #fcfafa;
  letter-spacing: 0.322em;
  text-decoration: none;
  font-size: 0.63rem;
  font-family: "Nunito", sans-serif;
}

@media only screen and (min-width: 375px) {
  header .logo,
  .header .logo {
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 768px) {
  header .logo,
  .header .logo {
    font-size: 1.0625rem;
  }
}

header .logo span,
.header .logo span {
  color: #000;
}

footer,
.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 30px;
  background: #fcfafa;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

footer a,
.footer a {
  text-decoration: none;
  margin-right: 12px;
}

footer a:last-of-type,
.footer a:last-of-type {
  margin-right: 0;
}

footer img,
.footer img {
  width: 28px;
  height: 28px;
}

.lead {
  height: 90vh;
  width: 100%;
}

.lead .whatchadoinhere {
  position: absolute;
  top: 28px;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  z-index: 1;
}

@media only screen and (min-width: 375px) {
  .lead .whatchadoinhere {
    top: 88px;
  }
}

.lead h1 {
  font-size: 1.6rem;
  letter-spacing: 0.36rem;
  line-height: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (min-width: 375px) {
  .lead h1 {
    font-size: 2rem;
  }
}

.lead h1 span {
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.36rem;
}

@media only screen and (min-width: 425px) {
  .lead h1 span {
    font-size: 1.375rem;
  }
}

.lead h1 > span > div {
  margin-bottom: 25px;
}

.lead h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.26rem;
  line-height: 1.625rem;
  text-transform: uppercase;
}

.lead h2 span {
  display: none;
}

@media only screen and (min-width: 768px) {
  .lead h2 {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .lead h2 span {
    display: inline;
  }
}

.lead a {
  text-decoration: none;
  color: #000;
}

.lead .combo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
}

.lead .combo > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  background-size: 100px;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .lead .combo > div {
    background-size: auto;
  }
}

.lead .combo > div:nth-child(1) {
  background-color: #f09da4;
  background-image: url("/amazingteachersmke/img/lead-one.jpg");
  background-position: 20% 100%;
}

@media only screen and (min-width: 500px) {
  .lead .combo > div:nth-child(1) {
    background-position: bottom right;
    background-size: 120px;
  }
}

@media only screen and (min-width: 768px) {
  .lead .combo > div:nth-child(1) {
    background-size: 160px;
  }
}

@media only screen and (min-width: 1024px) {
  .lead .combo > div:nth-child(1) {
    background-size: auto;
  }
}

.lead .combo > div:nth-child(2) {
  background-color: #f6d6d0;
  background-image: url("/amazingteachersmke/img/lead-two.jpg");
  background-position: 20% 100%;
  background-size: 120px;
}

@media only screen and (min-width: 500px) {
  .lead .combo > div:nth-child(2) {
    background-position: bottom right;
    background-size: 140px;
  }
}

@media only screen and (min-width: 768px) {
  .lead .combo > div:nth-child(2) {
    background-size: 180px;
  }
}

@media only screen and (min-width: 1024px) {
  .lead .combo > div:nth-child(2) {
    background-size: auto;
  }
}

.lead .combo > div:nth-child(3) {
  background-color: #fceace;
  background-image: url("/amazingteachersmke/img/lead-three.jpg");
  background-position: 70% 100%;
}

@media only screen and (min-width: 500px) {
  .lead .combo > div:nth-child(3) {
    background-position: bottom right;
    background-size: 120px;
  }
}

@media only screen and (min-width: 768px) {
  .lead .combo > div:nth-child(3) {
    background-size: 160px;
  }
}

@media only screen and (min-width: 1024px) {
  .lead .combo > div:nth-child(3) {
    background-size: auto;
  }
}

.lead .combo > div:nth-child(4) {
  background-color: #c0e9fe;
  background-image: url("/amazingteachersmke/img/lead-four.jpg");
  background-position: bottom left;
}

@media only screen and (min-width: 500px) {
  .lead .combo > div:nth-child(4) {
    background-position: bottom left;
    background-size: 120px;
  }
}

@media only screen and (min-width: 768px) {
  .lead .combo > div:nth-child(4) {
    background-size: 160px;
  }
}

@media only screen and (min-width: 1024px) {
  .lead .combo > div:nth-child(4) {
    background-size: auto;
  }
}

.lead .combo > div:nth-child(5) {
  background-color: #b9d6d8;
  background-image: url("/amazingteachersmke/img/lead-five.jpg");
  background-position: 50% 100%;
  background-size: 130px;
}

@media only screen and (min-width: 500px) {
  .lead .combo > div:nth-child(5) {
    background-position: bottom right;
    background-size: 150px;
  }
}

@media only screen and (min-width: 768px) {
  .lead .combo > div:nth-child(5) {
    background-size: 200px;
  }
}

@media only screen and (min-width: 1024px) {
  .lead .combo > div:nth-child(5) {
    background-size: auto;
  }
}

.matron {
  background: #fcd8b2 url("/amazingteachersmke/img/matron.jpg") bottom center no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.matron p {
  padding: 90px 30px 500px;
  width: 100%;
  max-width: 980px;
  font-size: 0.875rem;
  line-height: 1.85rem;
  text-align: center;
  letter-spacing: 0.24rem;
}

.bambinos {
  background-image: url("/amazingteachersmke/img/bambinos-left.jpg"), url("/amazingteachersmke/img/bambinos-right.jpg"), -webkit-linear-gradient(left, #c0e9fe 0%, #c0e9fe 50%, #b9d6d8 50%, #b9d6d8 100%);
  background-image: url("/amazingteachersmke/img/bambinos-left.jpg"), url("/amazingteachersmke/img/bambinos-right.jpg"), linear-gradient(to right, #c0e9fe 0%, #c0e9fe 50%, #b9d6d8 50%, #b9d6d8 100%);
  background-repeat: no-repeat;
  background-position: bottom left, bottom right, left;
  background-size: 35%, 35%, 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

@media only screen and (min-width: 768px) {
  .bambinos {
    background-size: 45%, 45%, 100%;
  }
}

@media only screen and (min-width: 1024px) {
  .bambinos {
    background-size: auto, auto, 100%;
  }
}

.bambinos .combo {
  margin: 60px 0 150px;
}

@media only screen and (min-width: 768px) {
  .bambinos .combo {
    margin: 60px 0 360px;
  }
}

@media only screen and (min-width: 1400px) {
  .bambinos .combo {
    margin: 160px 0;
  }
}

.bambinos p {
  padding: 20px 30px;
  width: 100%;
  max-width: 630px;
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.16rem;
  text-shadow: 0 0 10px white;
}

.banner {
  background: #64b0b3;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.banner p {
  padding: 80px 30px;
  width: 100%;
  max-width: 980px;
  font-size: 1.156rem;
  line-height: 2.125rem;
  color: #fcfafa;
  letter-spacing: 0.36rem;
  text-align: center;
}

.form {
  background: #808080;
  padding: 120px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

form {
  width: 100%;
  max-width: 800px;
}

.form-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.form-row div[class^="col-"] {
  margin: 15px 0;
  width: 100%;
}

.form-row div[class^="col-"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #d3d2d2;
  border-radius: 5px;
}

.form-row div[class^="col-"].focus::before {
  border-width: 2px;
  border-color: #c0e9fe;
}

.form-row div[class^="col-"].no-border::before {
  border: none !important;
}

@media only screen and (min-width: 768px) {
  .form-row .col-4 {
    width: calc(100% * 4 / 12 - 15px) !important;
  }
  .form-row .col-6 {
    width: calc(50% - 15px) !important;
  }
  .form-row .col-8 {
    width: calc(100% * 8 / 12 - 15px) !important;
  }
  .form-row .col-12 {
    width: 100%;
  }
}

.helper-text {
  color: #d3d2d2;
  top: -5px;
  margin-bottom: 20px;
  display: block;
}

label {
  color: #d3d2d2;
  position: absolute;
  top: 8px;
  left: 12px;
  font-size: 1rem;
  letter-spacing: 0.009375rem;
  pointer-events: none;
  padding: 5px;
  background: #808080;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  z-index: 1;
}

.focus label {
  color: #c0e9fe;
}

.filled label {
  top: -13px;
  left: 11px;
  font-size: 0.75rem;
}

input,
textarea,
select,
button[type="submit"] {
  background: transparent;
  padding: 12px 16px 14px;
  font-size: 1rem;
  letter-spacing: 0.009375rem;
  color: #fcfafa;
  width: 100%;
  height: 100%;
  border: none !important;
  font-family: "Open Sans", sans-serif;
}

input:focus, input:active,
textarea:focus,
textarea:active,
select:focus,
select:active,
button[type="submit"]:focus,
button[type="submit"]:active {
  outline: 0;
}

select {
  height: 48px;
  width: calc(100% - 16px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  select {
    position: absolute;
    height: 100%;
  }
}

textarea {
  line-height: 1.8rem;
  resize: vertical;
}

button[type="submit"] {
  background: #64b0b3;
  padding: 12px 16px;
  margin: 15px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  cursor: pointer;
  border: none;
  width: 100%;
  height: auto;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  font-size: 0.88rem;
}

@media only screen and (min-width: 425px) {
  button[type="submit"] {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 500px) {
  button[type="submit"] {
    width: auto;
  }
}

button[type="submit"]:hover, button[type="submit"]:active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  background: #69b9bc;
}

button[type="submit"]:focus {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background: #64b0b3;
}

button[type="submit"]:disabled {
  background: #b9b9b9;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

button[type="submit"]:disabled span {
  opacity: 0;
}

button[type="submit"]:disabled img {
  opacity: 1;
}

button[type="submit"] span {
  opacity: 1;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
}

button[type="submit"] img {
  position: absolute;
  top: 5px;
  height: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
}

/**
 * Auto-fill style overrides
 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none !important;
  -webkit-text-fill-color: #fcfafa;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 10000s ease-in-out 0s;
  transition: background-color 10000s ease-in-out 0s;
}

/**
 * Lead
 */
.combo {
  overflow: hidden;
}

.combo span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background: white;
}

.go .combo span {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.combo div:nth-child(1) span {
  -webkit-transition: all 500ms ease-in-out 300ms;
  transition: all 500ms ease-in-out 300ms;
}

.combo div:nth-child(2) span {
  -webkit-transition: all 500ms ease-in-out 340ms;
  transition: all 500ms ease-in-out 340ms;
}

.combo div:nth-child(3) span {
  -webkit-transition: all 500ms ease-in-out 380ms;
  transition: all 500ms ease-in-out 380ms;
}

.combo div:nth-child(4) span {
  -webkit-transition: all 500ms ease-in-out 420ms;
  transition: all 500ms ease-in-out 420ms;
}

.combo div:nth-child(5) span {
  -webkit-transition: all 500ms ease-in-out 460ms;
  transition: all 500ms ease-in-out 460ms;
}

.whatchadoinhere {
  opacity: 0;
  -webkit-transition: opacity 500ms ease-out 1200ms;
  transition: opacity 500ms ease-out 1200ms;
}

.go .whatchadoinhere {
  opacity: 1;
}

/**
 * Header
 */
header {
  overflow: hidden;
}

header > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background: white;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

header a {
  opacity: 0;
  -webkit-transition: opacity 500ms ease-out 1700ms;
  transition: opacity 500ms ease-out 1700ms;
}

.go header > span {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.go header a {
  opacity: 1;
}
/*# sourceMappingURL=app.css.map */