/*! 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;
}
/* From: https://fonts.googleapis.com/css?family=Nunito:300,400,600,700 */
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  src: local('Nunito ExtraLight'), local('Nunito-ExtraLight'), url(https://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofA-seUb-vIWzgPDEtj.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  src: local('Nunito ExtraLight'), local('Nunito-ExtraLight'), url(https://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofA-seUYevIWzgPDA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: local('Nunito Bold'), local('Nunito-Bold'), url(https://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofAjsOUb-vIWzgPDEtj.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: local('Nunito Bold'), local('Nunito-Bold'), url(https://fonts.gstatic.com/s/nunito/v11/XRXW3I6Li01BKofAjsOUYevIWzgPDA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Functions
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Code
*/
/* Functions --------------------------------------- */
.NoBoxShadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Mixins --------------------------------------- */
.display-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.display-inline-flex {
  display: -webkit-inline-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-inline-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-inline-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-inline-flex;
  /* NEW - Chrome */
  display: inline-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-column {
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row {
  -webkit-box-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-grow {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.font-family {
  font-family: "Helvetica Neue", Arial, sans-serif;
}
/* Base --------------------------------------- */
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #2e3238;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
body.loading {
  overflow-y: hidden;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 1em;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media (min-width: 750px) {
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
/* Typography --------------------------------------- */
p {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Nunito", Arial, sans-serif;
  font-weight: bold;
  line-height: 1.25;
}
h1,
h2 {
  font-size: 32px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a,
.fake-link {
  text-decoration: none;
  color: #0e9cc8;
  cursor: pointer;
}
a:hover,
.fake-link:hover {
  color: #0fa0ce;
}
a.secret-link {
  color: #2e3238;
}
a.secret-link:hover {
  color: #0fa0ce;
}
.no-link:hover {
  cursor: default;
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
form {
  margin: 0;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f1f1f1 inset !important;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="date"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="date"] {
  min-width: 60px;
}
input[type="checkbox"] {
  line-height: 1.5;
}
label,
legend {
  display: block;
  margin-bottom: 0.5rem;
}
input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #d1d1d1;
  box-shadow: none;
  font-size: 1.6rem;
  font-style: initial;
  line-height: 1.6;
}
input:not([type="checkbox"]):not([type="radio"]):focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #1abdef;
}
textarea {
  height: auto;
  resize: vertical;
}
input[disabled],
select[disabled] {
  color: #888;
  background-color: #faf9f6;
  pointer-events: none;
}
input.validation-error,
textarea.validation-error {
  border-color: #f5989d;
}
/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 1rem;
  text-align: left;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
ul {
  padding: 0;
}
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}
/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
pre {
  line-height: 1.5;
  font-family: inherit;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  overflow: visible;
}
/* Helpers
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hidden {
  display: none;
}
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}
/* Shared --------------------------------------- */
.full-screen {
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
}
#app-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
}
#app-container {
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hide-intercom #intercom-container {
  display: none;
}
.page-padding {
  padding-top: 2em;
  padding-bottom: 2em;
}
.padded {
  padding: 0.75em 1em !important;
}
.padded-top {
  padding-top: 0.75em;
}
.padded-bottom {
  padding-bottom: 0.75em;
}
.padded-v {
  padding-top: 0.75em !important;
  padding-bottom: 0.75em !important;
}
.padded-h {
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.double-padded-h {
  padding-left: 2em;
  padding-right: 2em;
}
.half-padded-h {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.double-padded-v {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}
.double-padded {
  padding: 2em;
}
.half-padded {
  padding: 0.5em;
}
.no-padding {
  padding: 0;
}
.space-below {
  margin-bottom: 1em;
}
.half-space-below {
  margin-bottom: 0.5em;
}
.tiny-space-below {
  margin-bottom: 0.1em;
}
.half-space-above {
  margin-top: 0.5em;
}
.space-above {
  margin-top: 1em;
}
.double-space-above {
  margin-top: 2em;
}
.double-space-below {
  margin-bottom: 2em;
}
.double-space-right {
  margin-right: 2em;
}
.no-margin {
  margin: 0;
}
.no-space-below {
  margin-bottom: 0em !important;
}
.no-space-above {
  margin-top: 0em;
}
.space-left {
  margin-left: 1em;
}
.half-space-left {
  margin-left: 0.5em;
}
.double-space-left {
  margin-left: 2em;
}
.space-right {
  margin-right: 1em;
}
.half-space-right {
  margin-right: 0.5em !important;
}
.space-around {
  margin: 1em;
}
.small-text {
  font-size: 0.8em;
}
.line-through {
  text-decoration: line-through;
}
.align-right {
  text-align: right;
}
.responsive-container {
  text-align: center;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
}
.responsive-container button,
.responsive-container input[type="text"],
.responsive-container input[type="email"],
.responsive-container input[type="password"],
.responsive-container hr,
.responsive-container .spacer-text {
  margin-top: 1em;
  margin-bottom: 0em;
}
.alert {
  background-color: #faf2c7;
  color: #5f4f2a;
  padding: 0.5em 1em;
  border: 1px solid #f6e798;
  margin-bottom: 0.5em;
}
.message {
  background-color: #cccccc;
  text-align: center;
}
.message-error {
  color: red;
}
.message-reminder {
  background-color: #faf9f6;
  color: #2e3238;
  padding: 0.5em;
}
.not-bold {
  font-weight: normal;
}
.bold {
  font-weight: bold;
}
.semibold {
  font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 500;
}
.light-font {
  font-weight: 300;
}
.italic {
  font-style: italic;
}
.danger {
  border-color: #d43f3a;
  color: #d43f3a !important;
}
.danger:hover {
  border-color: #ac2925;
  color: #ac2925 !important;
}
.nowrap {
  white-space: nowrap;
}
/* Loading --------------------------------------- */
.loading {
  color: #cccccc;
}
.detail .loading img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.display-block {
  display: block;
}
.display-content {
  display: contents;
}
/* Main --------------------------------------- */
.main {
  margin-top: 60px;
  margin-bottom: 80px;
  text-align: center;
}
.main h4 {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.5px;
  color: #333333;
}
@media (min-height: 700px) {
  .main {
    margin-top: 150px;
  }
}
a.disabled,
fieldset[disabled] a {
  opacity: 0.75;
  box-shadow: none;
  color: #6a7482;
  border-color: #ccc;
  pointer-events: none;
}
.email-preview {
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 750px) {
  .email-preview textarea.custom-message {
    height: 6em !important;
  }
}
.headshot-image {
  border-radius: 100% 100%;
  background-size: cover;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.headshot-image img {
  max-width: 125px;
  min-width: 125px;
  width: 100%;
}
.headshot-image.medium-image {
  width: 100px;
  height: 100px;
}
.headshot-image.medium-image img {
  max-width: 100px;
  min-width: 100px;
}
.headshot-image.small-image {
  width: 50px;
  height: 50px;
}
.headshot-image.small-image img {
  max-width: 50px;
  min-width: 50px;
}
.headshot-image.icon-image {
  height: 30px;
  width: 30px;
  border: 0;
  vertical-align: middle;
}
.headshot-image.icon-image img {
  max-width: 30px;
  min-width: 30px;
}
.headshot-image.inline-image {
  height: 22px;
  width: 22px;
  border: 0;
  vertical-align: middle;
}
.headshot-image.inline-image img {
  max-width: 22px;
  min-width: 22px;
}
.headshot-image.learner-avatar {
  background: none;
  border: 0;
}
div.nps-inputs {
  clear: both;
}
div.nps-inputs label {
  display: inline-flex;
  align-items: center;
  margin: 0 0.5em;
}
div.nps-inputs input {
  margin-right: 0.4em;
}
.nps-label {
  clear: both;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
@media (min-width: 550px) {
  div.nps-inputs {
    margin: 0 0.5em;
    clear: none;
  }
  .nps-label {
    clear: none;
  }
}
.white-fg {
  color: #fff;
  border-color: #fff;
}
.silver {
  color: #aaa;
}
.darkgray {
  color: #6a7482;
}
@media (min-width: 750px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 750px)  {
  .desktop-only,
  .featured-card.desktop-only {
    display: none !important;
  }
}
.full-width-mobile {
  width: 100%;
}
@media (min-width: 750px) {
  .full-width-mobile {
    width: auto;
  }
}
@media (min-width: 750px) {
  .full-width-desktop {
    width: 100%;
  }
}
.flex-wrap-mobile {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 750px) {
  .flex-wrap-mobile {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.flex-no-shrink {
  flex-shrink: 0;
}
.overflow-auto {
  overflow: auto;
}
/* Copied from Bootstrap ------------------------------ */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.circle-image {
  border-radius: 100% 100%;
  background-size: cover;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center center;
  width: 125px;
  height: 125px;
  overflow: hidden;
  margin: 0 auto;
}
.circle-image img {
  max-width: 100px;
  min-width: 100px;
}
.user-img-icon {
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-size: cover;
}
.rounded-img {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
/* editable text */
.editable-input-container input {
  max-width: 100%;
}
.editable-input-container textarea {
  width: 100%;
}
.editable-text-help {
  color: #aaa;
}
.editable-label-container {
  text-align: left;
}
@media (min-width: 750px) {
  .editable-label-container {
    text-align: right;
    margin-top: 0.25em;
  }
}
.show-max-two-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  max-height: 3.2em;
  /* fallback */
}
.wrap-children {
  overflow-wrap: break-word;
}
.doc-page {
  text-align: left;
  padding-bottom: 60px;
}
.doc-page strong {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.doc-page h2 {
  font-weight: 300;
  margin-bottom: 20px;
}
.doc-page p {
  margin-bottom: 20px;
}
.doc-page h3 {
  margin-bottom: 20px;
}
.doc-page h5 {
  font-weight: bold;
}
.doc-page .quick-links {
  margin-top: 40px;
}
.doc-page .quick-links ul {
  list-style-type: none;
}
.doc-page .quick-links a {
  color: #a6a6a6;
}
.doc-page .quick-links a:hover {
  color: #6a6a6a;
}
.page-title {
  text-align: left;
  padding-bottom: 0.5em;
  margin: 0;
  font-size: 1.5em;
}
@media (min-width: 750px) {
  .page-title {
    font-size: 2em;
  }
}
.box-shadow {
  -webkit-box-shadow: 0px 0px 4em rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4em rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4em rgba(0, 0, 0, 0.1);
}
.sticky-fixed {
  position: fixed;
  top: 0;
  z-index: 100;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e5e5e5;
  background-color: #faf9f6;
  -webkit-box-shadow: 0px 0px 1em #aaa;
  -moz-box-shadow: 0px 0px 1em #aaa;
  box-shadow: 0px 0px 1em #aaa;
}
.sticky-mobile {
  position: fixed;
  bottom: 0;
  z-index: 100;
  left: 0;
  right: 0;
  border-top: 1px solid #aaa;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 1em #666;
  -moz-box-shadow: 0px 0px 1em #666;
  box-shadow: 0px 0px 1em #666;
}
.sticky-static {
  position: static;
  top: initial;
}
.bordered {
  border: 1px solid #e5e5e5 !important;
}
.round-bordered {
  border: 1px solid #e5e5e5 !important;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.double-bordered {
  border: 2px solid #e5e5e5;
}
.bordered-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.bordered-left {
  border-left: 1px solid #e5e5e5;
}
.bordered-right {
  border-right: 1px solid #e5e5e5;
}
.nav-border-bottom {
  border-bottom: 1px solid #ddd;
}
.bordered-top {
  border-top: 1px solid #e5e5e5;
}
.fat-border-left {
  border-left: 4px solid #e5e5e5;
  padding-left: 1em;
}
.no-border-first-child:first-child {
  border: none;
}
.share-popover {
  z-index: 3000;
}
.share-popover .Popover-body {
  background-color: #444;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 300;
}
.share-popover .Popover-tipShape {
  fill: #444;
}
.inline-block {
  display: inline-block;
}
.profile-photo-icon {
  border-radius: 25px;
}
.center-text {
  text-align: center;
}
.clickable {
  cursor: pointer;
}
.spacer-column {
  height: 1px;
}
@media (min-width: 750px) {
  .spacer-column {
    display: initial;
  }
}
.double-line-height {
  line-height: 2em;
}
.single-line-height {
  line-height: 1em;
}
.double-min-height {
  min-height: 2em;
}
.center-items {
  align-items: center;
}
.align-start-items {
  align-items: flex-start;
}
.align-end-items {
  align-items: flex-end;
}
.centered-flex-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.flex-centered-column {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.flex-column-end {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.full-height-spaced-flex-column {
  min-height: 100%;
  flex: 1;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}
.flex-centered-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.flex-stretch-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.flex-stretch-column {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.justify-flex-start {
  justify-content: flex-start;
}
.justify-flex-end {
  justify-content: flex-end;
}
.justify-space-around {
  justify-content: space-around;
}
.justify-space-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.half-width-mobile {
  width: 50%;
}
@media (min-width: 750px) {
  .half-width-mobile {
    width: auto;
  }
}
.star-ratings {
  white-space: nowrap;
  vertical-align: text-bottom;
}
.left-text {
  text-align: left;
}
.initial-list-style-type {
  list-style-type: initial;
}
.centered-banner {
  text-align: center;
  padding-top: 3em;
  padding-bottom: 3em;
}
.centered-padded-banner {
  text-align: center;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.centered-container-banner {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 1em;
  text-align: center;
  padding-top: 3em;
  padding-bottom: 3em;
}
.container-column,
.container-column-padded,
.wide-container-column {
  max-width: 750px;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.wide-container-column {
  max-width: 1000px;
}
.container-column-padded {
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 750px) {
  .container-column-padded {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.text-shadow {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
}
.card-shadow {
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.15));
}
.white-bg {
  background-color: #fff;
}
.gray-bg {
  background-color: #fafafa;
}
.cream-bg {
  background-color: #faf9f6;
}
.green-promo {
  background-color: #29a877;
  color: #fff;
  border-color: #fff;
}
.green-promo a {
  color: #fff;
  border-color: #fff;
}
.subheader-bg {
  background-color: #f1f2f3;
}
.header-bg {
  background-color: #105cb3;
}
.border-bg {
  background-color: #e5e5e5;
}
.highlight-red-fg {
  color: #db6c79;
}
.highlight-orange-fg {
  color: #feab6d;
}
.highlight-green-fg {
  color: #29a877;
}
.green-links a,
a.green-links {
  color: #1f7f5a;
}
.red-links a,
a.red-links {
  color: #db6c79;
}
.seasonal-promo {
  background-color: #29a877;
  color: #fff;
  border-color: #fff;
  text-align: center;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.seasonal-promo a {
  color: #fff;
  border-color: #fff;
}
.seasonal-promo a {
  text-decoration: underline;
}
@media print {
  .seasonal-promo {
    display: none;
  }
}
.company-page .seasonal-promo {
  display: none;
}
.map {
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  min-height: 135px;
  background-position: center center;
  background-repeat: no-repeat;
}
.map.link:hover {
  cursor: pointer;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.fading-gradient {
  position: relative;
  max-height: 8em;
  overflow: hidden;
}
.fading-gradient:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  pointer-events: none;
  /* so the text is still selectable */
}
.fading-to-white:after {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 20%, #fff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 20%, #fff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, #fff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
  /* IE6-9 */
}
.fading-to-gray:after {
  background: -moz-linear-gradient(top, rgba(241, 242, 243, 0) 20%, #f1f2f3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(241, 242, 243, 0) 20%, #f1f2f3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(241, 242, 243, 0) 20%, #f1f2f3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
  /* IE6-9 */
}
.search-filters {
  top: 0px;
  z-index: 200;
  background-color: #fafafa;
  box-shadow: 0 1px 0 0 #eee;
  border-top: 1px solid #e5e5e5;
}
.filter-action-buttons {
  bottom: 0;
  min-width: 200px;
  padding: 1em 0;
  background: #fff;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.age-filter {
  width: 90vw;
  max-width: 300px;
  height: 120px;
}
.age-filter-option {
  display: block;
  height: 25%;
  margin: 0;
}
.checkbox-list-filter {
  width: 90vw;
  max-width: 300px;
}
.tight-table td,
.tight-table th {
  padding: 0.5em 0.5em;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-sticky {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
}
.full-width-video-iframe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}
.full-width-video-iframe-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.open > .dropdown-menu {
  display: block !important;
}
.hide {
  visibility: hidden;
}
.no-scroll-bar {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.no-scroll-bar::-webkit-scrollbar {
  display: none;
}
.sidebar-list {
  overflow: auto;
  border: 1px solid #e5e5e5;
  border-right: none;
  background-color: #fafafa;
  flex-shrink: 0;
}
.sidebar-list-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  padding: 1em;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: -1px;
}
.sidebar-list-item:hover:not(.sidebar-list-item-active) {
  background-color: #fcfcfc;
}
.sidebar-list-item-active {
  background-color: #fff;
}
.team-members .team-name {
  font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 500;
  color: #2e3238;
  margin-top: 0.5em;
}
.team-members .team-title {
  color: gray;
  margin-bottom: 0.5em;
}
.classrequestform div.action-buttons {
  border-top: 1px solid #e5e5e5;
}
.user-info .inset-checkbox input {
  margin-right: 0.25em;
}
.user-info .progress-percent-bar {
  max-width: 280px;
}
@media (min-width: 750px) {
  .user-info .progress-percent-bar {
    max-width: 400px;
  }
}
.user-info .progress-percent-span {
  max-width: 280px;
  font-size: 0.7em;
  top: -2.7em;
  display: block;
  position: relative;
  height: 0;
  text-align: center;
  color: white;
}
@media (min-width: 750px) {
  .user-info .progress-percent-span {
    max-width: 400px;
    font-size: 1em;
    top: -2.4em;
  }
}
.full-screen-vh {
  /* bit of a CSS hack to get full height layout working */
  height: 100vh;
}
.full-height-layout #app-main {
  /* bit of a CSS hack to get full height layout working */
  height: 100vh;
}
.full-height-layout #app-container {
  /* bit of a CSS hack to get full height layout working */
  height: 100vh;
}
/* Variables --------------------------------------- */
/* Header --------------------------------------- */
.header {
  position: sticky;
  top: 0;
  background-color: #105cb3;
  font-size: 1.6rem;
  line-height: 1em;
  z-index: 2000;
}
@media print {
  .header {
    display: none;
  }
}
.header a,
.header .nav a:hover,
.header .nav a:focus {
  font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 500;
  color: #fff;
  border-color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
  text-decoration: none;
  opacity: 1;
}
.header a.disabled,
.header .nav a:hover.disabled,
.header .nav a:focus.disabled {
  opacity: 0.75;
}
.header .nav > li > a:hover,
.header .nav > li > a:focus,
.header a.dropdown-toggle.show,
.header a.dropdown-toggle:hover,
.header .logo a:hover {
  background-color: #003675;
}
.header ul.nav {
  display: none;
  transition: 0.5s ease;
}
.header .logo a {
  display: block;
  padding: 10px 1em 11px 1em;
}
.header .logo a img {
  width: 128px;
  height: 27px;
}
.header button.menu-button {
  font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 500;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  color: #fff;
  border-color: #fff;
  background-color: inherit;
  font-size: 0.8em;
  margin-right: 1em;
  border: 2px solid white;
  padding: 0.5em 1em;
}
@media (min-width: 750px) {
  .header {
    position: initial;
  }
  .header ul.nav {
    margin: 0;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .header ul.nav li {
    margin: 0;
    display: block;
  }
  .header ul.nav li a {
    padding: 1em;
    display: block;
  }
  .header ul.nav li a.dropdown-toggle {
    height: 3em;
    padding: initial 1em;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .header ul.nav li a.dropdown-toggle div.caret {
    display: block;
    margin-top: 3px;
    margin-left: 0.25em;
  }
  .header ul.nav li.dropdown-divider {
    margin: 9px 0;
  }
  .header ul.nav .headshot-image {
    margin-left: 0.5em;
  }
  .header .nav .show ul.dropdown-menu {
    font-size: 1.6rem;
    padding: 0.5em 0;
    width: auto;
    left: auto;
    right: 0;
    top: 3em;
    margin: 0;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .header .nav .show ul.dropdown-menu li {
    display: block;
    padding: 0;
    width: 100%;
  }
  .header .nav .show ul.dropdown-menu li a {
    padding: 0.5em 1em;
    margin: 0;
    text-shadow: none;
    width: 100%;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
  }
  .header .nav .show ul.dropdown-menu li a.disabled {
    background-color: #e3e5e7;
    user-select: none;
  }
}
.wizard-header {
  background-color: #105cb3;
  padding: 1em;
}
.header .logo img,
.wizard-header .logo img {
  height: 27px;
  width: 128px;
}
.footer {
  background: #003675;
  color: white;
  padding: 0 0 3em 0;
  text-align: center;
  border-bottom: 1px solid black;
  overflow-x: hidden;
}
@media print {
  .footer {
    display: none;
  }
}
@media (min-width: 750px) {
  .footer {
    padding-bottom: 1.5em;
  }
  .footer ul {
    padding-top: 2em;
  }
}
.footer p {
  font-size: 1.5rem;
}
.footer ul {
  padding-top: 1em;
  list-style: none;
  margin: 0;
}
.footer li {
  display: inline-block;
  padding: 0 0.5em;
  margin-bottom: 0;
}
@media (min-width: 550px) {
  .footer li {
    padding: 0 1em;
  }
}
.footer a {
  color: white;
}
.footer a:hover {
  color: #eeeeee;
}
.footer .footer-links {
  font-size: 1em;
}
.footer .footer-links a {
  line-height: 1.5em;
  margin-top: 1em;
  font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 500;
  white-space: nowrap;
}
/* Mask --------------------------------------- */
@media (min-width: 750px) {
  .mask {
    background-color: white;
    opacity: 0.6;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
  }
}
.mask.dark {
  background-color: black;
}
/* Customized from Bootstrap 4.4.1 */
.dropdown {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.featured-row {
  margin: 1em auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.featured-row .featured-card {
  font-size: 0.8em;
  max-width: 47.5%;
  flex-basis: 47.5%;
}
@media (min-width: 750px) {
  .featured-row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-basis: auto;
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 1em;
    justify-content: flex-start;
  }
  .featured-row .featured-card {
    font-size: 1.6rem;
    max-width: 100%;
  }
}
.featured-card {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  text-align: left;
  margin-top: 1.5em;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.15));
}
.featured-card a {
  display: block;
}
.featured-card .save-heart {
  padding: 0 0 0 0.5em;
}
.featured-card .activity-title {
  color: #2e3238;
  padding-left: 0.75em;
  padding-right: 0.75em;
  letter-spacing: normal;
  text-wrap: break-word;
}
.featured-card .featured-detail {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-wrap: break-word;
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.5em;
}
.featured-card div.featured-activity-image {
  position: relative;
  padding-bottom: 52%;
}
.featured-card div.featured-teacher-image {
  padding-bottom: 100%;
}
.featured-card div.featured-activity-image,
.featured-card div.featured-teacher-image {
  background-size: cover;
  text-align: left;
  width: 100%;
  margin-top: 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.featured-card .card-ribbon {
  top: 0.5em;
  bottom: auto;
}
@media (min-width: 750px) {
  .featured-card {
    max-width: 24%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 0;
    margin-left: 1em;
  }
  .featured-card:first-child {
    margin-left: 0;
  }
}
.landing-page .sticky-div {
  position: fixed;
  z-index: -1;
  width: 100%;
}
.landing-page .logo {
  width: 100%;
  text-align: left;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.landing-page .logo img {
  display: none;
}
@media (min-width: 750px) {
  .landing-page .logo img {
    display: initial;
    height: 38px;
    width: 175px;
  }
}
.message-button {
  margin: 0;
}
.message-button h3 {
  margin-bottom: 1em;
  margin-right: 1.5em;
}
.message-button pre {
  margin: 0;
}
.message-button textarea,
.message-button input[type="text"] {
  margin: 0.5em 0 1em 0;
}
.message-button textarea {
  height: 7em;
}
/* Widgets --------------------------------------- */
.modal-open {
  overflow: hidden;
  height: 100%;
}
.modal-open #intercom-container {
  display: none;
}
.modal-open .sticky-mobile {
  display: none;
}
.modal-open-iphone {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
}
.modal-open-iphone #intercom-container {
  display: none;
}
.modal-open-iphone .sticky-mobile {
  display: none;
}
.modal-video {
  padding: 1em;
}
.modal-link {
  padding: 0 1em;
}
.feedback-entry {
  border-top: 1px solid #e5e5e5;
  padding: 1em 0;
}
.feedback-entry .feedback-author {
  text-align: right;
}
@media (min-width: 750px) {
  .feedback-entry .feedback-author {
    text-align: left;
  }
}
.tools {
  background-color: #f1f2f3;
  border-bottom: 1px solid #ddd;
  padding: 20px 0 0 0;
}
.tools .breadcrumbs {
  margin-bottom: 0.5em;
}
.tools .crumb-arrow {
  padding-left: 0.25em;
  padding-right: 0.5em;
  color: #888;
}
.card {
  padding: 0;
  background-color: #fff;
}
.card .title {
  font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 500;
  margin-top: 0;
  color: #0e9cc8;
  font-size: 1.2em;
}
.card-list .card {
  border-bottom: 1px solid #e5e5e5;
}
.card-list span:first-child .card {
  border-top: 1px solid #e5e5e5;
}
.card-image {
  background-size: cover;
  padding-bottom: 52%;
  position: relative;
}
@media (min-width: 750px) {
  .card-image {
    margin-top: 0.5em;
  }
}
.card-ribbon {
  position: absolute;
  padding-left: 1em !important;
  padding-right: 1em !important;
  bottom: 0.5em;
  left: -0.5em;
  line-height: 2em;
  font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 500;
  font-size: 0.8em;
}
.card-ribbon.gold {
  background-color: #fcda02;
  color: #444;
}
.card-ribbon.red {
  background-color: #db6c79;
  color: white;
}
.card-list.container {
  width: 100%;
  padding: 0;
}
a .card,
a:visited .card {
  color: #2e3238;
}
a .card:hover,
a .card.brief:hover a {
  cursor: pointer;
  background-color: #faf9f6;
}
a .card:hover .title,
a .card.brief:hover a .title {
  color: #0fa0ce;
}
@media (min-width: 750px) {
  .card .title {
    font-size: 1.3em;
  }
  .card .leader {
    text-transform: initial;
  }
  .card-list .card {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .card-list:last-child {
    margin-bottom: 0;
  }
  .card-list span:first-child .card {
    border-top: 1px solid #e5e5e5;
  }
}
.wizard-title {
  padding: 0.5em;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
.wizard-title .wizard-back {
  float: left;
  margin-right: 1em;
  text-decoration: none;
  color: #0e9cc8;
  cursor: pointer;
}
.wizard-title:after {
  content: "";
  display: table;
  clear: both;
}
form.wizard-screen {
  min-height: 100%;
  flex: 1;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
}
.wizard-content,
.wizard-footer {
  padding: 1em;
}
.wizard-progress-label {
  text-align: right;
}
.wizard-progress-outer {
  margin-bottom: 0.5em;
  height: 0.5em;
  background-color: #faf9f6;
}
.wizard-progress-inner {
  height: 100%;
  background-color: #d1d1d1;
}
@media (min-width: 750px) {
  .wizard-title,
  .wizard-content,
  .wizard-footer {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  form.wizard-screen {
    display: block;
  }
  .wizard-title {
    border-bottom: none;
    margin-bottom: 1em;
    margin-top: 1em;
  }
  .wizard-footer {
    margin-top: 1em;
  }
}
.share-link input.share-link-input {
  flex-grow: 1;
}
.listing-share {
  z-index: 100;
}
.listing-share:hover {
  color: #a2a2a2;
}
td.highlight-hover:hover {
  background-color: #f1f2f3;
}
tr:nth-child(even).dark-gray-background-color {
  background-color: #f8f8f9;
}
.video-player {
  position: relative;
}
.video-player .dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
}
.video-player .video_4x3 {
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
}
.video-player .video_4x3 > video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.overlay {
  display: block;
  position: absolute;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  max-width: 100%;
  z-index: 1;
  max-height: calc(100vh - 220px);
}
.overlay-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  border: 0;
  max-height: none;
}
.overlay-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.75);
}
.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}
.rbc-event-content {
  font-size: 0.8em;
  line-height: 1.3;
}
.rbc-event-content a {
  display: block;
  width: 100%;
  color: #fff;
}
button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled].rbc-btn {
  cursor: not-allowed;
}
button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.rbc-calendar {
  box-sizing: border-box;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  box-sizing: inherit;
}
.rbc-abs-full,
.rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rbc-ellipsis,
.rbc-month-view .rbc-event-label,
.rbc-month-view .rbc-event-content,
.rbc-show-more {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rbc-rtl {
  direction: rtl;
}
.rbc-off-range {
  color: #999999;
}
.rbc-off-range-bg {
  background: #e6e6e6;
}
.rbc-header {
  overflow: hidden;
  flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
}
.rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
}
.rbc-header > a,
.rbc-header > a:active,
.rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}
.rbc-row-content {
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  z-index: 4;
}
.rbc-today {
  background-color: #eaf6ff;
}
.rbc-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.rbc-toolbar .rbc-toolbar-label {
  flex-grow: 1;
  padding: 0 10px;
  text-align: center;
}
.rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: 0.375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}
.rbc-toolbar button:active,
.rbc-toolbar button.rbc-active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:active:hover,
.rbc-toolbar button:active:focus,
.rbc-toolbar button.rbc-active:hover,
.rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.rbc-toolbar button:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-btn-group {
  display: inline-block;
  white-space: nowrap;
}
.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.rbc-btn-group button + button {
  margin-left: -1px;
}
.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}
.rbc-btn-group + .rbc-btn-group,
.rbc-btn-group + button {
  margin-left: 10px;
}
.rbc-event {
  box-shadow: none;
  margin: 0;
  padding: 2px 5px;
  background-color: #10aee0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.rbc-slot-selecting .rbc-event {
  cursor: inherit;
  pointer-events: none;
}
.rbc-event.rbc-selected {
  background-color: #0d89b0;
}
.rbc-event:focus {
  outline: 5px auto #3b99fc;
}
.rbc-event-label {
  font-size: 80%;
}
.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}
.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-row {
  display: flex;
  flex-direction: row;
}
.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1);
}
.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
}
.rbc-month-view {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
  height: 100%;
  min-height: 90vh;
}
.rbc-month-header {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ddd;
}
.rbc-month-row {
  display: flex;
  position: relative;
  flex-direction: column;
  flex: 1 0 0;
  flex-basis: 0px;
  overflow: hidden;
  height: 100%;
}
.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #ddd;
}
.rbc-date-cell {
  flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right;
}
.rbc-date-cell.rbc-now {
  font-weight: bold;
}
.rbc-date-cell > a,
.rbc-date-cell > a:active,
.rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}
.rbc-row-bg {
  display: flex;
  flex-direction: row;
  flex: 1 0 0;
  overflow: hidden;
}
.rbc-day-bg {
  flex: 1 0 0%;
}
.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.rbc-overlay > * + * {
  margin-top: 1px;
}
.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px;
}
.rbc-time-column {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.rbc-time-column .rbc-timeslot-group {
  flex: 1;
}
.rbc-timeslot-group {
  border-bottom: 1px solid #ddd;
  min-height: 40px;
  display: flex;
  flex-flow: column nowrap;
}
.rbc-time-gutter,
.rbc-header-gutter {
  flex: none;
}
.rbc-label {
  padding: 0 5px;
}
.rbc-day-slot {
  position: relative;
}
.rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 0;
}
.rbc-day-slot .rbc-events-container.rbc-rtl {
  left: 10px;
  right: 0;
}
.rbc-day-slot .rbc-event {
  display: flex;
  max-height: 100%;
  min-height: 20px;
  flex-flow: column wrap;
  align-items: flex-start;
  overflow: hidden;
  position: absolute;
}
.rbc-day-slot .rbc-event-label {
  display: none;
  flex: none;
  padding-right: 5px;
  width: auto;
}
.rbc-day-slot .rbc-event-content {
  width: 100%;
  flex: 1 1 0;
  height: 100%;
  min-height: 1em;
}
.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7;
}
.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #ddd;
  z-index: 10;
  margin-right: -1px;
}
.rbc-time-view-resources .rbc-time-header {
  overflow: hidden;
}
.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  flex: 1 0 0;
  flex-basis: 0px;
}
.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none;
}
.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px;
}
.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  flex: 1 1 0;
  flex-basis: 0 px;
}
.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px;
}
.rbc-time-slot {
  flex: 1 0 0;
}
.rbc-time-slot.rbc-now {
  font-weight: bold;
}
.rbc-day-header {
  text-align: center;
}
.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px;
}
.rbc-slot-selecting {
  cursor: move;
}
.rbc-time-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  min-height: 90vh;
}
.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
}
.rbc-time-gutter .rbc-timeslot-group {
  border: none;
}
.rbc-time-view .rbc-allday-cell {
  box-sizing: content-box;
  width: 100%;
  position: relative;
  border-right: 1px solid #ddd;
}
.rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
  border-left: 1px solid #ddd;
}
.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4;
}
.rbc-time-view .rbc-row {
  box-sizing: border-box;
  min-height: 20px;
}
.rbc-time-header {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
}
.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #ddd;
}
.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #ddd;
}
.rbc-time-header > .rbc-row:first-child {
  border-bottom: 1px solid #ddd;
}
.rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
}
.rbc-time-header-cell-single-day {
  display: none;
}
.rbc-time-header-content {
  flex: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-left: 1px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-time-header-content > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
  flex-shrink: 0;
}
.rbc-row-segment {
  padding: 0 1px 1px 1px;
}
.rbc-time-content {
  display: flex;
  flex: 1 0 0%;
  width: 100%;
  position: relative;
  border-right: 1px solid #ddd;
}
.rbc-time-content > .rbc-time-gutter {
  flex: none;
}
.rbc-time-content > * + * > * {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-time-content > .rbc-day-slot {
  width: 100%;
  user-select: none;
  -webkit-user-select: none;
}
.rbc-current-time-indicator {
  display: none;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none;
}
.search-filters .DayPickerInput-OverlayWrapper {
  position: static;
}
.search-filters .DayPickerInput-Overlay {
  display: block;
  position: absolute;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  max-width: 100%;
  z-index: 1;
  max-height: calc(100vh - 220px);
  left: 1em;
  right: 1em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  box-shadow: none;
  margin-top: 0.5em;
}
.search-filters .DayPicker {
  font-size: 2rem;
}
.search-filters .DayPicker-Day {
  padding: 0.425em 0.5em;
}
.search-filters .DayPickerInput {
  flex: 1;
}
.search-filters .DayPickerInput input {
  width: 100%;
}
.search-filters .DayPicker-Day--beforeToday {
  text-decoration: line-through;
}
.search-filters .DayPicker-Day--start:not(.DayPicker-Day--selected),
.search-filters .DayPicker-Day--end:not(.DayPicker-Day--selected) {
  background-color: #ddd !important;
}
/* Home --------------------------------------- */
.homepage-hero .header {
  background: transparent;
}
.homepage h1,
.lead-activities h1,
.homepage h2,
.lead-activities h2,
.homepage h3,
.lead-activities h3,
.homepage h4,
.lead-activities h4 {
  font-weight: bold;
}
.homepage h5,
.lead-activities h5 {
  font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 500;
}
.homepage .main,
.lead-activities .main {
  margin-top: 0;
}
.homepage .subscribe,
.lead-activities .subscribe {
  display: none;
}
.homepage-hero {
  width: 100%;
  position: relative;
  background-image: url(https://static.outschool.com/public/images/hero3.b1c35325bbfbf942470dd0ae6dbe3b24.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.homepage-hero-text {
  z-index: 99;
  padding: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0 auto;
  text-align: center;
  color: white;
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
}
.homepage-hero-text h1 {
  padding-bottom: 10px;
  margin: 0 1em;
}
.homepage-hero-text h2 {
  padding-bottom: 1em;
  margin: 0 2em;
}
.logged-out-homepage-nav {
  background: transparent;
}
@media (min-width: 400px) {
  .homepage-hero-text h2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 550px) {
  .homepage-hero {
    background-size: cover;
  }
  .homepage-hero-text {
    padding-top: 2em;
    padding-bottom: 3em;
  }
  .homepage-hero-text h2 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 750px) {
  .homepage-hero-text {
    padding-top: 3em;
    padding-bottom: 4em;
  }
  .homepage-hero-text h2 {
    margin: 0 auto;
  }
  .homepage-hero-text h3 {
    display: block;
  }
}
.testimonial-section {
  background-color: #b6daf9;
  text-align: center;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 1em !important;
  padding-right: 1em !important;
  text-align: left;
}
.testimonial-section .testimonial-photo img.circle-image {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 1em;
}
.testimonial-section .testimonial-quote {
  margin-left: 1em;
  font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.browse-card {
  display: block;
  margin: 0.5em 0;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}
.browse-card .browse-card-content {
  text-align: center;
  padding: 0.25em 0.5em;
}
.browse-card .browse-card-content h4 {
  font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 500;
}
.browse-secondary .browse-card {
  margin: 0 2.5%;
  width: 43%;
  float: left;
  font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", "TeXGyreHerosRegular", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 500;
  border: 2px solid #5990cc;
}
.browse-secondary .browse-card i.fa {
  display: none;
}
.browse-row.browse-secondary {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  height: 3.5em;
}
.browse-secondary a {
  color: #5990cc;
  line-height: normal;
}
.browse-secondary .browse-card {
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  height: 100%;
}
@media (min-width: 550px) {
  .browse-card {
    height: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    float: none;
    -webkit-border-radius: 0.25em 0.25em 0.25em 0.25em;
    -moz-border-radius: 0.25em 0.25em 0.25em 0.25em;
    border-radius: 0.25em 0.25em 0.25em 0.25em;
  }
  .browse-card .browse-card-content {
    margin: auto;
  }
  .browse-secondary .browse-card .browse-card-content {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
    max-width: 120px;
    min-width: 100px;
    height: 100%;
  }
  .browse-secondary .browse-card {
    margin: 0 0.5em;
    width: 50%;
  }
  .browse-row {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
  .browse-row.browse-secondary {
    height: 8em;
  }
}
@media (min-width: 550px) and (min-width: 750px) {
  .browse-secondary .browse-card {
    width: 25%;
  }
}
/* Edit Mode --------------------------------------- */
.activity-edit-page-wrapper {
  padding: 1em 0 3em 0;
}
.activity-edit-page-wrapper label {
  font-weight: normal;
}
.activity-edit-page-wrapper .editable-text-label {
  margin-top: 5px;
}
.activity-edit-page-wrapper .map .message {
  max-width: 20em;
  text-align: left;
  background-color: #fff;
}
.activity-edit-page-wrapper section {
  margin-top: 20px;
}
.activity-edit-page-wrapper ul {
  margin-inline-start: 20px;
  margin-block-start: 0;
}
.enrollform input.cancel {
  margin-right: 1em;
}
.inlineLabel {
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}
.inlineLabel.disabled {
  color: #aaa;
}
.class-request-info {
  margin-left: 16px;
}
/* Activity --------------------------------------- */
.detail-page-wrapper pre {
  margin-top: 0px;
}
.activity-admin label {
  display: inline-block;
  font-weight: normal;
  padding-left: 0.5em;
}
.link-columns > div {
  margin-bottom: 1em;
  text-align: left;
}
@media (min-width: 750px) {
  .link-columns {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
  .link-columns > div {
    margin-bottom: 0;
    line-height: 2em;
  }
}
.activity-listings-container {
  min-height: 75%;
}
.activity-listings-container .container {
  width: 100%;
  padding: 0;
}
.activity-listings-container .too-specific {
  padding: 0 0.5em;
  text-align: center;
}
.activity-listings-container .too-specific .svg-inline--fa {
  color: #aaa;
  margin: 2rem;
}
.activity-listings-container .listings-request {
  text-align: center;
}
/* Filters --------------------------------------- */
.filters select {
  border-width: 1px;
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
}
.filters button {
  height: 38px;
  padding: 9px 1em;
  font-size: 1.6rem;
}
@media (min-width: 750px) {
  .filters .container {
    padding: 0.5em;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    justify-content: flex-start;
  }
  .filters select {
    width: auto;
    margin-right: 1em;
  }
  .activity-listings .card .content {
    padding-right: 1em;
  }
  .activity-listings .card .image-sidebar {
    padding: 0 0 0.5em 0.5em;
  }
  .activity-listings .card .image-sidebar img {
    border: 0;
    width: 100%;
    height: auto;
    max-height: 105px;
    line-height: 1;
    margin: 0;
  }
}
/* Enroll Form --------------------------------------- */
.enrollform input,
.enrollform textarea,
.enrollform input:focus,
.enrollform textarea:focus,
.enrollform select,
.enrollform select:focus {
  border-width: 1px;
  color: #2e3238;
}
.enrollform .inputs {
  margin-left: 0;
  padding: 0;
}
.enrollform .inputs label.not-bold {
  margin-top: 0.5em;
}
.enrollform .inputs input[type="checkbox"] {
  margin-right: 0.5em;
}
.enrollform .inputs textarea {
  height: 4.5em;
}
.enrollform .inputs textarea:focus {
  border-color: #0e9cc8;
}
.enrollform .inputs input.validation-error,
.enrollform .inputs textarea.validation-error,
.enrollform .inputs select.validation-error {
  border-color: #f5989d;
}
.enrollform td {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}
.enrollform td.price {
  text-align: right;
}
.enrollform pre {
  padding: 0;
  margin: 0;
}
.enrollform div.action-buttons {
  border-top: 1px solid #e5e5e5;
}
.enrollform .thumbnail-image {
  width: 5em;
  min-width: 5em;
  height: 5em;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  background-size: cover;
}
.enrollform .pricing {
  margin-top: 1em;
  border-top: 1px solid #e5e5e5;
  padding: 0.5em 0;
}
.enrollform .pricing table {
  color: #888;
}
.enrollform .pricing table th,
.enrollform .pricing table td {
  padding: 0.25em 0;
}
.enrollform .pricing .total {
  color: #2e3238;
}
.enrollform .alert {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.enroll-confirm h4 {
  padding-bottom: 0.5em;
}
@media (min-width: 750px) {
  .enrollform .detail .help {
    display: table;
  }
  .enrollform .inputs textarea {
    height: 4.5em;
  }
  .enrollform .thumbnail-image {
    margin-right: 1em;
  }
  .enrollform .inputs {
    padding: 0;
  }
  .enrollform .inputs .row {
    margin-right: 0;
  }
}
.admin-page .fade-text {
  color: #ccc;
}
.admin-page label.active-check {
  border: 1px solid transparent;
}
.admin-page label.active-check:hover {
  border: 1px dotted #e7e7e7;
}
.admin-page .admin-edit-form label > span {
  margin: 0.5em 0.1em;
}
.admin-page .admin-edit-form label > span em {
  color: #aaa;
}
.admin-page .admin-edit-form button {
  margin: 0.3em 1em;
}
.admin-page .admin-edit-form .form-success {
  color: #29a877;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* Lead Activities page */
.lead-activities .reasons-section div.reason-icon {
  opacity: 0.4;
  margin-top: 1.5em;
}
.lead-activities .reasons-section div.reason-icon img {
  height: 70px;
  width: 70px;
}
.lead-activities .featured-row {
  text-align: center;
}
.lead-activities .question {
  margin-top: 20px;
  text-align: left;
}
.lead-activities ul {
  margin-block-start: 0;
  margin-inline-start: 20px;
}
@media (min-width: 550px) {
  div.reason-icon {
    text-align: center;
  }
}
.feedback-page .mobile-fixed-nav-bar {
  display: none;
}
.feedback-page #intercom-container {
  display: none;
}
@media print {
  .hide-print {
    display: none;
  }
}

.button-3Fieu {
  position: relative;
  font-family: "Helvetica Neue", Arial, serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  text-transform: none;
  height: auto;
  max-width: 100%;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  outline: none;
  border: none;
  background: none;
  padding: 0;
  transition: all 0.15s;
  line-height: 1.2;
}
.raised-OKA78 {
  font-weight: 500;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  transition: all ease-in-out 0.05s;
}
.raised-OKA78.medium-farUJ {
  padding: 0.8em 1.4em;
  font-size: 1.6rem;
}
.raised-OKA78.medium-farUJ.round-2ly0W {
  width: 3.65rem;
  height: 3.65rem;
}
.raised-OKA78.large-2WbQ- {
  padding: 1em 2.2em;
  font-size: 2rem;
}
.raised-OKA78.large-2WbQ-.round-2ly0W {
  width: 4.8rem;
  height: 4.8rem;
}
.raised-OKA78.wide-3LtTx {
  width: 152px;
}
.raised-OKA78.round-2ly0W {
  border-radius: 50%;
  padding: 0;
}
.raised-OKA78.primary-1ZwJX {
  background-color: #255dad;
  border-color: rgba(37, 93, 173, 0.25);
  color: #fff;
}
.raised-OKA78.primary-1ZwJX:hover:not(.disabled-33iqX),
.raised-OKA78.primary-1ZwJX:focus:not(.disabled-33iqX) {
  background-color: #215298;
  border-color: rgba(37, 93, 173, 0.25);
  color: #fff;
}
.raised-OKA78.primary-1ZwJX:active:not(.disabled-33iqX) {
  transition: none;
  box-shadow: none;
  background-color: #1e4b8b;
}
.raised-OKA78.primary-1ZwJX.disabled-33iqX {
  background: #f3f3f4;
  color: #b6bcc4;
  cursor: not-allowed;
  text-shadow: none;
  box-shadow: 0 4px 10px transparent;
  border: 1px solid #b6bcc4;
}
.raised-OKA78.primary-1ZwJX.inverted-1KhI2 {
  background-color: #ffffff;
  border-color: rgba(37, 93, 173, 0.25);
  color: #1c4683;
}
.raised-OKA78.primary-1ZwJX.inverted-1KhI2:hover:not(.disabled-33iqX),
.raised-OKA78.primary-1ZwJX.inverted-1KhI2:focus:not(.disabled-33iqX) {
  background-color: #f2f2f2;
  border-color: rgba(37, 93, 173, 0.25);
  color: #1c4683;
}
.raised-OKA78.primary-1ZwJX.inverted-1KhI2:active:not(.disabled-33iqX) {
  transition: none;
  box-shadow: none;
  background-color: #ebebeb;
}
.raised-OKA78.confirm-1sO6S {
  background-color: #29a877;
  border-color: rgba(37, 93, 173, 0.25);
  color: #fff;
}
.raised-OKA78.confirm-1sO6S:hover:not(.disabled-33iqX),
.raised-OKA78.confirm-1sO6S:focus:not(.disabled-33iqX) {
  background-color: #249468;
  border-color: rgba(37, 93, 173, 0.25);
  color: #fff;
}
.raised-OKA78.confirm-1sO6S:active:not(.disabled-33iqX) {
  transition: none;
  box-shadow: none;
  background-color: #218760;
}
.raised-OKA78.confirm-1sO6S.disabled-33iqX {
  background: #f3f3f4;
  color: #b6bcc4;
  cursor: not-allowed;
  text-shadow: none;
  box-shadow: 0 4px 10px transparent;
  border: 1px solid #b6bcc4;
}
.raised-OKA78.secondary-2r6Xe {
  background-color: #ffffff;
  border-color: rgba(37, 93, 173, 0.25);
  color: #255dad;
  border: 1px solid rgba(37, 93, 173, 0.25);
}
.raised-OKA78.secondary-2r6Xe:hover:not(.disabled-33iqX),
.raised-OKA78.secondary-2r6Xe:focus:not(.disabled-33iqX) {
  background-color: #f4fbfd;
  border-color: rgba(37, 93, 173, 0.25);
  color: #255dad;
}
.raised-OKA78.secondary-2r6Xe:active:not(.disabled-33iqX) {
  transition: none;
  box-shadow: none;
  background-color: #ebebeb;
}
.raised-OKA78.secondary-2r6Xe.disabled-33iqX {
  background: #f3f3f4;
  color: #b6bcc4;
  cursor: not-allowed;
  text-shadow: none;
  box-shadow: 0 4px 10px transparent;
  border: 1px solid #b6bcc4;
}
.raised-OKA78.secondary-2r6Xe.inverted-1KhI2 {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  box-shadow: none;
}
.raised-OKA78.secondary-2r6Xe.inverted-1KhI2:hover:not(.disabled-33iqX),
.raised-OKA78.secondary-2r6Xe.inverted-1KhI2:focus:not(.disabled-33iqX) {
  background-color: rgba(242, 242, 242, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.raised-OKA78.secondary-2r6Xe.inverted-1KhI2:active:not(.disabled-33iqX) {
  transition: none;
  box-shadow: none;
  background-color: rgba(235, 235, 235, 0.2);
}
.raised-OKA78.secondary-2r6Xe.inverted-1KhI2.disabled-33iqX {
  background: #f3f3f4;
  color: #b6bcc4;
  cursor: not-allowed;
  text-shadow: none;
  box-shadow: 0 4px 10px transparent;
  border: 1px solid #b6bcc4;
}
.raised-OKA78.tertiary-2Xj3X {
  background-color: #ffffff;
  border-color: rgba(37, 93, 173, 0.25);
  color: #255dad;
  box-shadow: 0 4px 10px rgba(62, 90, 130, 0.1);
}
.raised-OKA78.tertiary-2Xj3X:hover:not(.disabled-33iqX),
.raised-OKA78.tertiary-2Xj3X:focus:not(.disabled-33iqX) {
  background-color: #f2f2f2;
  border-color: rgba(37, 93, 173, 0.25);
  color: #255dad;
}
.raised-OKA78.tertiary-2Xj3X:active:not(.disabled-33iqX) {
  transition: none;
  box-shadow: none;
  background-color: #ebebeb;
}
.raised-OKA78.danger-W4Ynu {
  background-color: #f15d5d;
  border-color: rgba(37, 93, 173, 0.25);
  color: #ffffff;
}
.raised-OKA78.danger-W4Ynu:hover:not(.disabled-33iqX),
.raised-OKA78.danger-W4Ynu:focus:not(.disabled-33iqX) {
  background-color: #ef4646;
  border-color: rgba(37, 93, 173, 0.25);
  color: #ffffff;
}
.raised-OKA78.danger-W4Ynu:active:not(.disabled-33iqX) {
  transition: none;
  box-shadow: none;
  background-color: #ee3737;
}
.raised-OKA78.facebook-1SYZM {
  background-color: #4267b2;
  border-color: rgba(37, 93, 173, 0.25);
  color: #fff;
  box-shadow: 0 4px 10px rgba(66, 103, 178, 0.35);
}
.raised-OKA78.facebook-1SYZM:hover:not(.disabled-33iqX),
.raised-OKA78.facebook-1SYZM:focus:not(.disabled-33iqX) {
  background-color: #3b5c9f;
  border-color: rgba(37, 93, 173, 0.25);
  color: #fff;
}
.raised-OKA78.facebook-1SYZM:active:not(.disabled-33iqX) {
  transition: none;
  box-shadow: none;
  background-color: #375694;
}
.raised-OKA78:after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 10px;
  left: 10px;
  right: 10px;
  z-index: -1;
  border-radius: 15px;
}
.raised-OKA78:active:not(.disabled-33iqX) {
  box-shadow: none;
}
.raised-OKA78.primary-1ZwJX {
  box-shadow: 0 4px 10px rgba(37, 93, 173, 0.35);
}
.raised-OKA78.primary-1ZwJX.inverted-1KhI2 {
  box-shadow: 0 4px 10px rgba(46, 50, 56, 0.35);
}
.raised-OKA78.confirm-1sO6S {
  box-shadow: 0 4px 10px rgba(41, 168, 119, 0.35);
}
.raised-OKA78.secondary-2r6Xe {
  box-shadow: 0 4px 10px rgba(62, 90, 130, 0.1);
}
.contained-2sz3n {
  font-weight: 500;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  transition: all ease-in-out 0.05s;
}
.contained-2sz3n.medium-farUJ {
  padding: 0.8em 1.4em;
  font-size: 1.6rem;
}
.contained-2sz3n.medium-farUJ.round-2ly0W {
  width: 3.65rem;
  height: 3.65rem;
}
.contained-2sz3n.large-2WbQ- {
  padding: 1em 2.2em;
  font-size: 2rem;
}
.contained-2sz3n.large-2WbQ-.round-2ly0W {
  width: 4.8rem;
  height: 4.8rem;
}
.contained-2sz3n.wide-3LtTx {
  width: 152px;
}
.contained-2sz3n.round-2ly0W {
  border-radius: 50%;
  padding: 0;
}
.contained-2sz3n.primary-1ZwJX {
  background-color: #255dad;
  border-color: rgba(37, 93, 173, 0.25);
  color: #fff;
}
.contained-2sz3n.primary-1ZwJX:hover:not(.disabled-33iqX),
.contained-2sz3n.primary-1ZwJX:focus:not(.disabled-33iqX) {
  background-color: #215298;
  border-color: rgba(37, 93, 173, 0.25);
  color: #fff;
}
.contained-2sz3n.primary-1ZwJX:active:not(.disabled-33iqX) {
  transition: none;
  box-shadow: none;
  background-color: #1e4b8b;
}
.contained-2sz3n.primary-1ZwJX.disabled-33iqX {
  background: #f3f3f4;
  color: #b6bcc4;
  cursor: not-allowed;
  text-shadow: none;
  box-shadow: 0 4px 10px transparent;
  border: 1px solid #b6bcc4;
}
.contained-2sz3n.primary-1ZwJX.inverted-1KhI2 {
  background-color: #ffffff;
  border-color: rgba(37, 93, 173, 0.25);
  color: #1c4683;
}
.contained-2sz3n.primary-1ZwJX.inverted-1KhI2:hover:not(.disabled-33iqX),
.contained-2sz3n.primary-1ZwJX.inverted-1KhI2:focus:not(.disabled-33iqX) {
  background-color: #f2f2f2;
  border-color: rgba(37, 93, 173, 0.25);
  color: #1c4683;
}
.contained-2sz3n.primary-1ZwJX.inverted-1KhI2:active:not(.disabled-33iqX) {
  transition: none;
  box-shadow: none;
  background-color: #ebebeb;
}
.contained-2sz3n.confirm-1sO6S {
  background-color: #29a877;
  border-color: rgba(37, 93, 173, 0.25);
  color: #fff;
}
.contained-2sz3n.confirm-1sO6S:hover:not(.disabled-33iqX),
.contained-2sz3n.confirm-1sO6S:focus:not(.disabled-33iqX) {
  background-color: #249468;
  border-color: rgba(37, 93, 173, 0.25);
  color: #fff;
}
.contained-2sz3n.confirm-1sO6S:active:not(.disabled-33iqX) {
  transition: none;
  box-shadow: none;
  background-color: #218760;
}
.contained-2sz3n.confirm-1sO6S.disabled-33iqX {
  background: #f3f3f4;
  color: #b6bcc4;
  cursor: not-allowed;
  text-shadow: none;
  box-shadow: 0 4px 10px transparent;
  border: 1px solid #b6bcc4;
}
.contained-2sz3n.secondary-2r6Xe {
  background-color: #ffffff;
  border-color: rgba(37, 93, 173, 0.25);
  color: #255dad;
  border: 1px solid rgba(37, 93, 173, 0.25);
}
.contained-2sz3n.secondary-2r6Xe:hover:not(.disabled-33iqX),
.contained-2sz3n.secondary-2r6Xe:focus:not(.disabled-33iqX) {
  background-color: #f4fbfd;
  border-color: rgba(37, 93, 173, 0.25);
  color: #255dad;
}
.contained-2sz3n.secondary-2r6Xe:active:not(.disabled-33iqX) {
  transition: none;
  box-shadow: none;
  background-color: #ebebeb;
}
.contained-2sz3n.secondary-2r6Xe.disabled-33iqX {
  background: #f3f3f4;
  color: #b6bcc4;
  cursor: not-allowed;
  text-shadow: none;
  box-shadow: 0 4px 10px transparent;
  border: 1px solid #b6bcc4;
}
.contained-2sz3n.secondary-2r6Xe.inverted-1KhI2 {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  box-shadow: none;
}
.contained-2sz3n.secondary-2r6Xe.inverted-1KhI2:hover:not(.disabled-33iqX),
.contained-2sz3n.secondary-2r6Xe.inverted-1KhI2:focus:not(.disabled-33iqX) {
  background-color: rgba(242, 242, 242, 0.2);
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.contained-2sz3n.secondary-2r6Xe.inverted-1KhI2:active:not(.disabled-33iqX) {
  transition: none;
  box-shadow: none;
  background-color: rgba(235, 235, 235, 0.2);
}
.contained-2sz3n.secondary-2r6Xe.inverted-1KhI2.disabled-33iqX {
  background: #f3f3f4;
  color: #b6bcc4;
  cursor: not-allowed;
  text-shadow: none;
  box-shadow: 0 4px 10px transparent;
  border: 1px solid #b6bcc4;
}
.contained-2sz3n.tertiary-2Xj3X {
  background-color: #ffffff;
  border-color: rgba(37, 93, 173, 0.25);
  color: #255dad;
  box-shadow: 0 4px 10px rgba(62, 90, 130, 0.1);
}
.contained-2sz3n.tertiary-2Xj3X:hover:not(.disabled-33iqX),
.contained-2sz3n.tertiary-2Xj3X:focus:not(.disabled-33iqX) {
  background-color: #f2f2f2;
  border-color: rgba(37, 93, 173, 0.25);
  color: #255dad;
}
.contained-2sz3n.tertiary-2Xj3X:active:not(.disabled-33iqX) {
  transition: none;
  box-shadow: none;
  background-color: #ebebeb;
}
.contained-2sz3n.danger-W4Ynu {
  background-color: #f15d5d;
  border-color: rgba(37, 93, 173, 0.25);
  color: #ffffff;
}
.contained-2sz3n.danger-W4Ynu:hover:not(.disabled-33iqX),
.contained-2sz3n.danger-W4Ynu:focus:not(.disabled-33iqX) {
  background-color: #ef4646;
  border-color: rgba(37, 93, 173, 0.25);
  color: #ffffff;
}
.contained-2sz3n.danger-W4Ynu:active:not(.disabled-33iqX) {
  transition: none;
  box-shadow: none;
  background-color: #ee3737;
}
.contained-2sz3n.facebook-1SYZM {
  background-color: #4267b2;
  border-color: rgba(37, 93, 173, 0.25);
  color: #fff;
  box-shadow: 0 4px 10px rgba(66, 103, 178, 0.35);
}
.contained-2sz3n.facebook-1SYZM:hover:not(.disabled-33iqX),
.contained-2sz3n.facebook-1SYZM:focus:not(.disabled-33iqX) {
  background-color: #3b5c9f;
  border-color: rgba(37, 93, 173, 0.25);
  color: #fff;
}
.contained-2sz3n.facebook-1SYZM:active:not(.disabled-33iqX) {
  transition: none;
  box-shadow: none;
  background-color: #375694;
}
.link-2IWzW {
  color: #2ba7ce;
  /* 
    line-height: 1 causes link buttons to cut off descender characters on Safari, 
    TODO: use size of link button to calculate line-height when we are no longer using .less styles
    https://github.com/Outschool/Outschool/pull/3923#pullrequestreview-310574652
  */
  line-height: 1.3125em;
}
.link-2IWzW.inverted-1KhI2 {
  color: #ffffff;
  text-decoration: #ffffff;
  text-decoration-line: underline;
}
.link-2IWzW.inverted-1KhI2:active:not(.disabled-33iqX) {
  text-decoration-line: none;
}
.link-2IWzW:hover:not(.disabled-33iqX),
.link-2IWzW:focus:not(.disabled-33iqX) {
  color: #2285a4;
}
.link-2IWzW:active:not(.disabled-33iqX) {
  color: #1e748f;
}
.link-2IWzW.danger-W4Ynu {
  color: #f15d5d;
}
.link-2IWzW.danger-W4Ynu:hover:not(.disabled-33iqX),
.link-2IWzW.danger-W4Ynu:focus:not(.disabled-33iqX) {
  color: #ed2e2e;
}
.link-2IWzW.danger-W4Ynu:active:not(.disabled-33iqX) {
  color: #eb1717;
}
.link-2IWzW.disabled-33iqX {
  color: #b6bcc4;
}
.icon-2tH_A {
  width: 46px;
  height: 46px;
  color: #6a7482;
}
.icon-2tH_A.blue-GeXHV {
  color: #2ba7ce;
}
.icon-2tH_A:hover,
.icon-2tH_A:active {
  color: #2ba7ce;
}
.icon-2tH_A.inverted-1KhI2 {
  color: #ffffff;
}
.icon-2tH_A.inverted-1KhI2:hover,
.icon-2tH_A.inverted-1KhI2:active {
  color: #2ba7ce;
}
.segment-3FGvE {
  display: flex;
}
.segment-3FGvE .button-3Fieu {
  margin-left: 0;
  margin-right: 0;
  border-left-width: 0;
  border-radius: 0;
}
.segment-3FGvE .button-3Fieu:first-child {
  border-radius: 5px 0 0 5px;
  border-left-width: 1px;
  border-right-width: 0px;
}
.segment-3FGvE .button-3Fieu:nth-child(2) {
  border-left-width: 1px;
  border-right-width: 1px;
}
.segment-3FGvE .button-3Fieu:last-child {
  border-radius: 0 5px 5px 0;
  border-left-width: 0;
}

.formFieldError-2wfdT {
  color: #a94442;
}

.checkbox-ieW6z {
  display: flex;
  flex-flow: column;
}
.checkbox-ieW6z input[type="checkbox"] {
  opacity: 0;
  width: 0;
}
.checkbox-ieW6z input[type="checkbox"]:checked + label .icon-Xgu-1 {
  background: #10aee0;
  border-color: #0d89b0;
}
.checkbox-ieW6z input[type="checkbox"]:focus + label .icon-Xgu-1,
.checkbox-ieW6z input[type="checkbox"]:active + label .icon-Xgu-1,
.checkbox-ieW6z input[type="checkbox"]:hover + label .icon-Xgu-1 {
  border-color: #828282;
}
.checkbox-ieW6z label {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  font-weight: normal;
  margin: 0;
  user-select: none;
}
.checkbox-ieW6z .icon-Xgu-1 {
  flex-shrink: 0;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  padding: 0.25rem;
  margin-top: 0.2rem;
  margin-right: 0.75rem;
  background: #fff;
  color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  text-align: center;
}
.checkbox-ieW6z .boxContainer-_crSb {
  display: flex;
  flex-flow: row;
}
.checkbox-ieW6z .errorMessage-2iu9o {
  font-size: 1.4rem;
  line-height: 1.3;
  color: #a94442;
}

.checkboxGroup-3Kiip .title-2Q0np {
  font-weight: normal;
}
.checkboxGroup-3Kiip .checkboxes-2BBH9 {
  display: flex;
  flex-flow: column;
  margin-top: 0.5rem;
}
.checkboxGroup-3Kiip .checkbox-3wg6B + .checkbox-3wg6B {
  margin-top: 0.5em;
}

.loading-3MSK9.fullHeight-2mBBB {
  height: 100vh;
}

.switch-2U8V3 {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: space-around;
  align-items: center;
  width: 5em;
  height: 2.5em;
  text-align: center;
  font-size: 1.6rem;
  background: none;
  max-width: 100%;
  white-space: nowrap;
  font-weight: 600;
  box-sizing: border-box;
  letter-spacing: 0.1rem;
  cursor: pointer;
  outline: none;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  transition: all 0.2s;
  background-color: #888;
  color: #fff;
  border-color: #808080;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switchOn-1dgkv {
  background-color: #46ad87;
}
.switchOn-1dgkv .control-2-6Of {
  left: 50%;
}
.switchHalf-2pdTh {
  width: 50%;
}
.control-2-6Of {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.2s ease-out;
}
.switchInput-3SxWW {
  opacity: 0;
  width: 0;
}
.disabled-2De4J {
  opacity: 0.4;
}

.carousel-left-38-Mu,
.carousel-right-1gxAY {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.3em;
  z-index: 2;
}
.carousel-left-38-Mu {
  left: 0;
  padding-left: 12px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #ffffff 60%);
}
.carousel-right-1gxAY {
  right: 0;
  padding-right: 12px;
  justify-content: flex-end;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 60%);
}
.card-heading-1DwON {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
}
.card-heading-mobile-opO4M {
  font-size: 18px;
  font-weight: bold;
}

.searchForm-3NGH4 {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  flex: 1;
}
.searchQuery-1uaxb {
  width: 100%;
  font-size: 1.6rem;
  border: none !important;
}
.searchQuery-1uaxb::placeholder {
  color: #d1d1d1;
}
.searchQuery-1uaxb:focus {
  outline: none;
  border: none;
}
.submitSearchButton-M9lZJ {
  border: 0;
  height: 38px;
  padding: 9px;
  padding-right: 0;
  font-size: 1.6rem;
  color: #aaa;
  background: transparent;
}
.savedSearchButton-2Y2Jn {
  border: 0;
  height: 38px;
  padding: 9px;
  padding-left: 0;
  font-size: 1.6rem;
  background: transparent;
}


/*# sourceMappingURL=client.42ad21e4719a572ccad5.css.map*/