@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
@font-face {
  font-family: "LuckyFellasUpright";
  src: url("https://www.asuprepdigital.org/wp-content/themes/asupd-full/fonts/luckyfellasupright-webfont.woff2")
      format("woff2"),
    url("https://www.asuprepdigital.org/wp-content/themes/asupd-full/fonts/luckyfellasupright-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*! 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.
   */

* {
  box-sizing: border-box;
}

body {
  margin: 0 !important;
}

/**
   * 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;
  max-width: 100%;
}

/* 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;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* GRID */

body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
}

.center,
.container {
  margin-left: auto;
  margin-right: auto;
}

* {
  font-family: Lato, Helvetica, sans-serif;
  color: #333447;
  line-height: 1.5;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
  margin-top: 0;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-heavy {
  font-weight: 700;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.container {
  width: 100%;
}

.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
  min-height: 0.125rem;
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 45em) {
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .col-12-full {
    width: 100%;
  }

  .hidden-sm {
    display: block;
  }
}

/* @media only screen and (min-width:60em) {
  .container {
    width: 100%;
    max-width: 1180px;
  }
} */

/* ========================================
CUSTOM STYLES
===========================================*/

/* ~~ Generic Stylings ~~ */

ul li {
  margin-bottom: 1.5rem;
}

ul {
  list-style: none; /* Remove default bullets */
}

ul li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #8c1d40; /* Change the color */
  font-weight: bold;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  position: relative;
  top: 0.4rem;
  font-size: 34px;
}

h2,
h3,
h4 {
  font-family: "Roboto Condensed", sans-serif;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #edece7;
}

.bold {
  font-weight: bold;
}

.body-wrapper {
  margin: auto;
  max-width: 1180px;
  line-height: 1.5;
}

/* ~~ Top Navigation Bar ~~ */

.logo {
  padding-top: 20px;
  float: left;
  width: 164px;
  padding-left: 2rem;
}

.logo2 {
  padding-top: 20px;
  float: left;
  width: 199px;
  padding-left: 2rem;
}

.logo3 {
  padding-top: 20px;
  float: left;
  width: 85px;
  padding-left: 2rem;
}

#navigation-container {
  margin: 0 auto;
  height: 70px;
}

.navigation-bar {
  height: 70px;
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
}

.navigation-bar2 {
  height: 120px;
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
}

.navigation-bar img {
  float: left;
}

.navigation-bar ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.navigation-bar li {
  list-style-type: none;
  padding: 0px;
  height: 24px;
  margin-top: 4px;
  margin-bottom: 4px;
  display: inline;
}

.navigation-bar li a {
  color: black;
  font-size: 16px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration: none;
  line-height: 70px;
  padding: 5px 15px;
  opacity: 0.7;
}

#menu {
  float: right;
}

.margintext {
  padding: 2rem;
  z-index: 2;
  margin-top: 1rem;
}

.pretext {
  color: white;
  margin: 0;
  font-size: 3.5vw;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

@media only screen and (min-width: 1180px) {
  .pretext {
    font-size: 3rem;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .linecontainer {
    position: absolute;
    top: -1%;
    opacity: 0.86;
    width: 115%;
    left: -38%;
  }
}

.header-container {
  display: flex;
  background: url("https://image.join.asuprep.org/lib/fe2911727364047c721d78/m/1/271a5667-4f16-44fb-b1bf-42a7b80df119.png"),
    #1a1919;
  border-radius: 10px;
}

.header-container-khan {
  display: flex;
  background: url("https://image.join.asuprep.org/lib/fe2911727364047c721d78/m/1/271a5667-4f16-44fb-b1bf-42a7b80df119.png"),
    #1a234f;
  border-radius: 10px;
}

.header-content {
  flex: 1 0 33%;
  padding: 3.2rem 2rem 2.4rem 2rem;
  flex-direction: column;
}

.header-content-licensing {
  flex: 1 0 40%;
  flex-direction: column;
  padding: 3.2rem 2rem 2.4rem 2rem;
}

.header-content h2, .header-content-licensing {
  flex: 1 0 40%;
  flex-direction: column;
} {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  color: #ffc300;
  margin: 0;
}

.header-content p, .header-content-licensing p {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}

.header-image-container {
  flex: 1 0 65%;
}

.header-image-training-kit {
  background: url("https://storage.pardot.com/399272/1614270008UeNgUGsd/training_page_hero_v2.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-child {
  background: url("https://image.join.asuprep.org/lib/fe2911727364047c721d78/m/1/2b24fa04-f920-491b-b432-e5bd996fda6e.jpeg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-spring22 {
  background: url("https://image.join.asuprep.org/lib/fe2911727364047c721d78/m/1/691cf225-bf9e-4bd0-a8b7-74a936da23ba.jpeg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-spr24-1 {
  background: url("https://image.join.asuprep.org/lib/fe2911727364047c721d78/m/1/6f133b57-03b9-463b-85a8-9732c334e01c.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-spr24-2 {
  background: url("https://image.join.asuprep.org/lib/fe2911727364047c721d78/m/1/94f37102-f1b3-4125-9e13-b35fdfac57ed.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-spr24-3 {
  background: url("https://image.join.asuprep.org/lib/fe2911727364047c721d78/m/1/0da2a873-eda4-4672-919a-15745134a5b5.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-spr24-4 {
  background: url("https://image.join.asuprep.org/lib/fe2911727364047c721d78/m/1/d22a1cd5-aeb7-427b-97b5-9ad41d7e9d1d.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-spr24-5 {
  background: url("https://image.join.asuprep.org/lib/fe2911727364047c721d78/m/1/1becee70-691d-4317-a553-9684194c0386.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-spr24-6 {
  background: url("https://image.join.asuprep.org/lib/fe2911727364047c721d78/m/1/5033f7a5-911f-4b3b-ab0f-12d093814bf4.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-test {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-globalacademy {
  background: url("https://image.join.asuprep.org/lib/fe2911727364047c721d78/m/1/5cb3c01c-88c7-45c9-99db-6542b88a3806.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-teacher {
  background: url("https://storage.pardot.com/399272/1601654789RKlsJHv5/Training.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-teacher2 {
  background: url("https://storage.pardot.com/399272/1607984857GHi4rGmC/TeacherTipsVideo.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-partnerships {
  background: url("https://storage.pardot.com/399272/1619107809zYbO13K1/Partnership_LP_Header.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-summer2021 {
  background: url("https://storage.pardot.com/399272/1617119074TBVjzTIL/Summer_Header_2021.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-pilgrimrest {
  background: url("https://storage.pardot.com/399272/16436436356qNrZZ90/Pilgrim_Rest_LP_2022.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-khan {
  background: url("https://storage.pardot.com/399272/1654265497FKBtsK4T/Landing_page2.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-welcome-1 {
  background: url("https://image.join.asuprep.org/lib/fe2911727364047c721d78/m/1/0030099f-93dd-438e-95b0-752853d000d9.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-teacher-mentoring {
  background: url("https://image.join.asuprep.org/lib/fe2911727364047c721d78/m/1/6f88eb05-9551-4f88-adfa-6585ca209b37.jpeg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-virtual-teacher {
  background: url("https://image.join.asuprep.org/lib/fe2911727364047c721d78/m/1/71190d04-8f3c-45e5-a39e-671f985cacfd.jpeg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-pd-asynch {
  background: url("https://image.join.asuprep.org/lib/fe2911727364047c721d78/m/1/19648b49-dc22-4507-bf53-879185ff29b8.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-pd-synch {
  background: url("https://image.join.asuprep.org/lib/fe2911727364047c721d78/m/1/f48a3bec-ea75-4a00-8316-df852bee902d.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-course-licensing {
  background: url("https://image.join.asuprep.org/lib/fe2911727364047c721d78/m/1/c22ba524-10f1-4e02-9c20-081a38ffc8fd.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

/* ~~ Content Section~~ */

.maroon-btn {
  background: #8c1d40;
  padding: 0.825rem 1rem;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  box-shadow: none;
  transition: all 0.3s ease-out;
  cursor: pointer;
  padding: 0.6rem 2rem;
  width: unset;
  text-decoration: none;
}

.maroon-btn a {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
}

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

/* Performance chart */

.chart {
  padding: 0 10rem;
}

.chart .topbox {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 28px 42px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 4rem;
  background-color: #fff !important;
  color: #1a1919;
}

.chart .topbox h2 {
  margin: 1.8rem 0 1.5rem 0;
}

.tablehead {
  background: #000;
  color: #fff;
}

.chart .grid-x {
  display: flex;
}

.align-stretch {
  align-items: stretch;
}

.tablehead .cell {
  padding: 1.5rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #555;
  color: white;
}

.chart .cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
}
.yellowbg {
  background-color: #ffc300;
  color: #000;
}

.asucall {
  position: relative;
}
.small-up-5 > .cell {
  width: 20%;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

.asucall:after {
  content: "";
  width: 55px;
  height: 30px;
  background-image: url("https://www2.asuprepdigital.org/l/399272/2020-04-01/d2w4x/399272/106051/yellow_triangle.png");
  background-repeat: no-repeat;
  background-size: 55px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tablebody .tablesubhead {
  background: #ddd;
  padding: 0.925rem 0.5rem;
}
.tablebody .asunums .cell.control {
  color: #000;
}

.tablebody .asunums .cell {
  background: #f5f5f5;
  padding: 1.5rem 0.5rem;
  font-size: 1.375rem;
  border-right: #fff 1px solid;
  color: #d93131;
}

.tablebody .asunums .cell.asunum {
  color: #60981a;
}

.flextable footer {
  padding: 1rem 0;
}

/* student profiles */

.student-circles {
  margin-top: 12rem;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}

.dotrule {
  border-bottom: 2px dotted #ffc300;
  margin: 0 auto 2rem auto;
  display: block;
  width: 100%;
  max-width: 430px;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  box-sizing: content-box;
  overflow: visible;
}

.profilecards {
  margin-bottom: 8rem;
  margin-top: 120px;
}

.profcard {
  overflow: visible;
  position: relative;
  margin-bottom: 0;
  height: 100%;
}

.cardinfo h3 {
  margin: 0.5rem;
}

.cardinfo p {
  margin: 0.5rem;
}

.title {
  color: #751739;
  text-transform: uppercase;
  font-weight: bold;
}

.student-circles .topbox {
  border-radius: 10px;
  box-shadow: 0 28px 42px rgba(0, 0, 0, 0.2);
}

.profcard .profpic {
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 194px;
}

.profcard .profpic img {
  border-radius: 50%;
  border: 12px solid #fff;
  display: block;
  margin: 0 auto 1.2rem auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.profcard .cardinfo {
  padding: 0 2rem 2.4rem 2rem;
  font-size: 0.875rem;
  padding-top: 120px;
  height: 100%;
}

.student-container {
  display: flex;
  align-items: center;
}

.student-content {
  flex: 1 0 48%;
  padding: 3.2rem 2rem 2.4rem 2rem;
  flex-direction: column;
  padding-right: 7rem;
}

.student-content h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  margin: 0;
  font-weight: bold;
}

.student-content p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}

.student-image-container {
  flex: 1 0 48%;
}

.student-image-container img {
  padding: 4rem;
}

.content {
  padding: 40px 0 0 40px;
}

.content ul {
  margin-top: 2rem;
}

@media (max-width: 720px) {
  .content {
    order: 2;
  }
  .form-container {
    order: 1;
  }
}

/* ~~ Form ~~ */

.form {
  padding: 35px;
  background-color: #ffc300;
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  margin: 0 auto;
  margin-top: -12%;
}

.form .form,
.infocolumn .form {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  margin: 0.5em 0 1em 0;
}

.form .form p,
.infocolumn .form p {
  padding: 0;
  margin: 0;
}
.form form.form p label,
.infocolumn .form p label {
  text-align: left;
  width: auto;
  font-weight: 700;
}

.form form.form input.text,
.form form.form select,
.infocolumn form.form input.text,
.infocolumn form.form select {
  width: 100%;
  padding: 0.6rem;
  border: none;
  margin-bottom: 0.75rem;
  height: auto !important;
}

.form form.form input[type="checkbox"],
.infocolumn form.form input[type="checkbox"] {
  width: auto;
  margin: 0.5rem 1rem 0 0;
}

.form form.form p.no-label,
.form form.form p.email-pref,
.infocolumn form.form p.no-label,
.infocolumn form.form p.email-pref {
  margin: 0.5rem 0;
}

.form form.form div.no-label label.inline,
.infocolumn .form div.no-label label.inline {
  overflow: hidden;
}

form.form .pd-checkbox div.value div {
  display: flex;
}

form.form div.submit {
  margin: 1rem 0;
}

form.form div.submit button[type="submit"] {
  background: #8c1d40;
  padding: 0.825rem 1rem;
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  box-shadow: none;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
#signup input[type="submit"] {
  color: #fff;
}
form.form div.submit button[type="submit"]:hover {
  background: #262626;
}

.rightcol hr {
  border-top: 1px solid #666;
}

.left.colz.topcol {
  background-color: #fcc520;
}

@media only screen and (max-width: 720px) {
  .form {
    margin-top: 0px;
  }

  .rightcol.colz {
    padding-bottom: 3rem;
  }
}

form input {
  /*width: 95%;*/
  padding: 10px;
  background: #ffffff;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  border: none;
}

form select {
  width: 100%;
  background: #ffffff;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  margin-top: 8px;
}

form select option {
  padding: 10px;
}

.form p {
  font-size: 16px;
}

.checkbox {
  width: auto;
}

.form h3 {
  margin-top: 0.3rem;
}

.form h4 {
  margin-bottom: 8px;
}

.form-container {
  margin: 0 2rem;
}

button {
  border: none;
  color: white;
  background: #8c1d40;
  border-radius: 5px;
  padding: 1.2rem;
  font-weight: bold;
  display: block;
}

.checkbox-wrapper {
  margin-top: 22px;
}

/* ~~ Footer~~ */

.footer-strip {
  background: #751739;
  color: #ffc300;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  padding: 1.2rem;
}

.img-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

#footer-container {
  background-color: #221e1e;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bar {
  width: 100%;
  text-align: center;
}

.footer-bar li a {
  color: black;
  font-size: 16px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration: none;
  line-height: 70px;
  padding: 5px 15px;
  opacity: 0.7;
}

#footer-container p {
  color: #999;
  font-size: 12px;
  line-height: 1;
  text-align: right;
  margin: 0 0 0.5rem 0;
}

.footer-text {
  float: right;
  padding: 2rem;
}

@media only screen and (max-width: 570px) {
  #footer-container p {
    font-size: 2.3vw;
  }
  .footer-text {
    padding-left: 0;
  }

  .footer-logo {
    margin-right: 0 !important;
  }
}

.footer-bar a {
  color: #fcc520;
  text-decoration: none;
}

.footer-bar a:hover {
  text-decoration: underline;
}

.footer-logo {
  width: 164px;
  float: left;
  margin: 38px;
}

.logo-container {
  vertical-align: middle;
}

/* Flex Grid */

.flex-grid {
  display: flex;
}
.flex-grid .colz {
  flex: 1;
}
.flex-grid-thirds {
  display: flex;
  justify-content: space-between;
  background: url("https://www2.asuprepdigital.org/l/399272/2018-02-02/283m9/399272/22338/bg_light.jpg");
  background-repeat: repeat;
  background-size: auto;
  padding: 3rem 1rem;
  flex-grow: 1;
  flex-basis: auto;
}
.flex-grid-thirds .colz {
  width: 30%;
}

.siglock {
  display: flex;
}
.biopic {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 30%;
  margin-right: 1rem;
}
.biopic img {
  border-radius: 50%;
  border: solid 6px #fcc520;
}
.info {
  flex-grow: 3;
}
.info h4 {
  font-size: 1.6em;
  margin-bottom: 0.5rem;
}

@media (max-width: 720px) {
  .flex-grid,
  .flex-grid-thirds {
    flex-direction: column;
  }
  .colz {
    width: 100% !important;
  }
  .colz .img-container {
    max-width: 300px;
  }

  .flex-grid-thirds p {
    max-width: 400px;
    margin: 0 auto;
  }

  .colz.form-container {
    padding: 0;
  }

  .colz.form-container .form {
    max-width: none;
    border-radius: 0;
  }

  .colz.left.content {
    padding-top: 60px;
  }

  .flex-grid {
    margin: 0 0 20px 0;
  }
  .colz {
    padding: 20px;
    margin: 0 auto;
  }

  .colz p {
    font-size: 16px;
  }

  .colz.block h4 {
    color: #8c1d40;
  }

  h2 {
    font-size: 1.4rem;
  }
}form.form p.submit button[type="submit"]

@media (max-width: 540px) {
  #footer-container {
    flex-direction: column;
  }
  .footer-text {
    padding-right: 0;
  }
  #footer-container .footer-text p {
    text-align: center;
  }
  #footer-container .footer-logo {
    margin-left: 0;
  }
}

.colz.left.content p {
  margin-bottom: 1rem;
}

/* EDITS */
@media (max-width: 720px) {
  .colz {
    padding: 0;
  }

  .flex-grid {
    margin-bottom: 0;
  }
}

.infocolumn {
  padding: 3rem;
  flex: 0 1 auto;
}

.rightcol .infocolumn {
  padding: 7% 7% 0 7%;
}

.infocolumn li {
  font-size: 1.25em;
}

#signup {
  order: 0;
}

#signup * {
  color: black;
}

#infosection {
  margin-top: 0;
}

#infosection * {
  color: #000;
}

#speakersection {
  margin-top: 0;
  color: #000;
}

#speakersection * {
  color: #000;
}

@media (max-width: 720px) {
  .infocolumn {
    height: auto;
  }

  .topcol {
    flex: none !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .img-container {
    display: block !important;
  }

  .colz.center.block {
    height: 50%;
  }
}

/* Grid Rules */

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.cell {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.cell.shrink {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink,
  .grid-x > .medium-full,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink,
  .grid-x > .large-full,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.33333%;
}
.small-margin-collapse > .small-2 {
  width: 16.66667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.33333%;
}
.small-margin-collapse > .small-5 {
  width: 41.66667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.33333%;
}
.small-margin-collapse > .small-8 {
  width: 66.66667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.33333%;
}
.small-margin-collapse > .small-11 {
  width: 91.66667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

.grid-y {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  width: auto;
  max-width: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink,
.grid-y > .small-full,
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink,
  .grid-y > .medium-full,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink,
  .grid-y > .large-full,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12 {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.33333%;
}
.grid-y > .small-2 {
  height: 16.66667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.33333%;
}
.grid-y > .small-5 {
  height: 41.66667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.33333%;
}
.grid-y > .small-8 {
  height: 66.66667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.33333%;
}
.grid-y > .small-11 {
  height: 91.66667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media only screen and (max-width: 640px) {
  .header-content, .header-content-licensing {
    flex-basis: 100%;
  }
  .header-image-container {
    display: none;
  }
  .header-container {
    border-radius: 0;
  }
  .chart {
    padding: 0;
    margin-top: 2rem;
  }
  .student-container {
    flex-wrap: wrap;
  }
  .student-content {
    flex-basis: 100%;
    text-align: center;
    padding: 1rem 4rem;
  }
  .student-image-container {
    flex-basis: 100%;
  }
  .student-image-container img {
    padding: 0 6rem;
  }
  .maroon-btn {
    margin: 0 auto;
  }
  .student-circles .cell {
    margin-bottom: 8rem;
  }
  .student-circles .grid-container .grid-margin-x {
    margin-bottom: 0;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  @media all and (max-width: 640px) {
    .student-content {
      flex-basis: 0px;
    }
  }
}
Viewport
Window
Ãƒâ€”
Ãƒâ€”
Ãƒâ€”
Viewport
Window
Ã—
Ã—
Ã—

/* ~~ Hero Image ~~ */

.hero-column {
  margin: 0px !important;
  width: 100% !important;
}

.hero-column img {
  width: 100%;
}

#featpageheader2 {
  background-image: url("https://storage.pardot.com/399272/1614270008UeNgUGsd/training_page_hero_v2.jpg");
  background-size: cover;
  background-position: 30% 40%;
  padding: 5% 0;
  color: #fff;
  overflow: hidden;
  position: relative;
}

#featpageheader3 {
  background-image: url("https://storage.pardot.com/399272/1615302430ZwKBUEkB/training_hero_bg.jpg");
  background-size: cover;
  background-position: 30% 40%;
  padding: 5% 0;
  color: #fff;
  overflow: hidden;
  position: relative;
}

#featpageheader-hubbard {
  background-image: url("https://storage.pardot.com/399272/16158274013mZzpgEg/asu_prep_academy_hero.jpg");
  background-size: cover;
  background-position: 30% 40%;
  padding: 5% 0;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.header-image-hubbard {
  background: url("https://storage.pardot.com/399272/16158274013mZzpgEg/asu_prep_academy_hero.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-local {
  background: url("https://storage.pardot.com/399272/1618945771twlG6qBE/Local_Camp_Hero.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-pilgrim {
  background: url("https://storage.pardot.com/399272/16352545287KAJNg62/immersion_pilgrim.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-sphx1 {
  background: url("https://storage.pardot.com/399272/1635255034zORp7WLW/immersion_sphx.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-sphx2 {
  background: url("https://storage.pardot.com/399272/16352550348jIEql97/immersion_sphx2.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-phx {
  background: url("https://storage.pardot.com/399272/1635255034WW7pD3Rw/immersion_phx.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-math1 {
  background: url("https://storage.pardot.com/399272/1623086163fdzwsy2R/math_momentum_banner1.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-math2 {
  background: url("https://storage.pardot.com/399272/16230861631VfkpGui/math_momentum_banner2.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-math3 {
  background: url("https://storage.pardot.com/399272/1623362214jZ4VFuG3/math_momentum_banner3.jpg");
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

#pardot-form .pd-checkbox.form-field input {
  box-shadow: none;
}

.content-form-section {
  margin-top: 85px;
}

.form.form-area .form {
  margin: 0 !important;
}
.form.form-area select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-image: linear-gradient(45deg, transparent 50%, #000 50%),
    linear-gradient(135deg, #000 50%, transparent 50%),
    linear-gradient(to right, #fff, #fff);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.form.form-area1 {
  margin: 0 auto 0 30px;
  border-radius: 13px;
  background-color: transparent;
  padding: 0;
  /* position: absolute;
  top: 45px; */
  width: 470px;
}
.form .form-header {
  background: #ffc300;
  padding: 35px;
  border-radius: 13px 13px 0 0;
}
.form .form-content {
  padding: 35px;
}
.form .form-header h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 26.5455px;
  line-height: 31px;
  color: #000000;
  margin-bottom: 10px;
}
.form .form-header p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .form.form-area {
    position: initial;
    top: 45px;
    max-width: 470px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .form.form-area {
    margin: 40px auto 0;
  }
}

.form .form-content {
  padding: 0;
}

.form .form-field {
  padding: 0 45px !important;
}

div.form-field.Session_Date_Time.pd-select.required {
  padding-top: 44px !important;
  background: #f5f5f5;
}

.form form.form input.text,
.form form.form select,
.infocolumn form.form input.text,
.infocolumn form.form select {
  box-shadow: none;
  border: 1px solid #a5a5a5;
  border-radius: 0;
  margin-top: 8px;
  margin-bottom: 24px;
}

.form form.form p label,
.infocolumn .form p label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}

div.form-field.Immersion_Grade_Level.pd-select.required {
  background: #f5f5f5;
  padding-bottom: 40px !important;
}

div.form-field.first_name.pd-text.required {
  padding-top: 45px !important;
}

div.form-field.first_name.pd-text.required,
div.form-field.last_name.pd-text.required,
div.form-field.email.pd-text.required,
div.form-field.phone.pd-text.required,
div.form-field.Opt_In.pd-checkbox.required.no-label {
  background: #fff;
}

form.form .pd-checkbox span.value span {
  align-items: flex-start;
}

.form form.form div.no-label label.inline,
.infocolumn .form div.no-label label.inline {
  line-height: 22px;
}

div.form-field.Opt_In.pd-checkbox.required.no-label {
  background: #fff !important;
  margin: 0;
  padding: 10px 45px 42px !important;
}

form.form div.submit {
  padding: 0 45px 90px !important;
  background: #fff;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}
form.form div.submit button[type="submit"] {
  color: #ffca38;
  background: #000;
  text-transform: uppercase;
  font-weight: 600;
}

.content-wrap .image-box {
  position: relative;
}
.content-wrap .image-box img {
  width: 100%;
}
.content-wrap .image-box h2 {
  text-align: left;
  position: absolute;
  bottom: 28px;
  left: 50px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 42.4934px;
  line-height: 1.45;
  display: inline-block;
  max-width: 75%;
  margin: 0;
}
.content-wrap .image-box h2 span {
  background: #ffc300;
  line-height: 1.15;
  padding: 6px 24px;
  color: #000;
  display: inline-block;
  margin-top: 1px;
}

.black-content-box {
  background: #000000;
  /* text-align: center; */
  padding: 32px 50px 36px;
}
.black-content-box h3 {
  font-size: 30px;
  color: #ffca38;
  margin: 0 0 23px;
}
.black-content-box p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}
.black-content-box p span {
  font-weight: 700;
  color: #fff;
  font-family: "Roboto";
}

.white-content-box {
  background: #fff;
  box-shadow: 0 8px 18px 0 rgb(0 0 0 / 20%);
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}

.white-content-box .school-info {
  border-bottom: 1px solid #d9d9d9;
}
.white-content-box .single-info {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 39px 50px;
}
.white-content-box .single-info:first-child {
  padding-bottom: 19px;
}
.white-content-box .single-info svg {
  width: 42px;
  min-width: 42px;
}
.white-content-box .single-info p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-weight: 500;
  margin: 0;
}
.white-content-box .single-info .school-location h4 {
  font-size: 27px;
  font-weight: 700;
  color: #8c0b42;
  margin: 0 0 9px;
}
.white-content-box .single-info .school-location .school-grade {
  font-size: 19px;
  font-weight: 700;
  color: #000;
}
.white-content-box .single-info .school-location .school-address {
  font-size: 16px;
  color: #000;
}

.white-content-box .school-perks {
  padding: 40px 50px;
}
.white-content-box .school-perks h4 {
  margin: 0 0 20px;
  font-size: 19px;
  line-height: 28px;
  color: #000;
  /* padding-left: 33px; */
}
.white-content-box .school-perks ul {
  padding-left: 18px;
}
.white-content-box .school-perks ul li {
  list-style: disc;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 10px;
}
.white-content-box .school-perks ul li:before {
  content: initial;
}

.black-box-image {
  position: relative;
  margin: 107px 0;
}
.black-box-image .black-box-wrap {
  background: #000;
}
.black-box-image .black-box-wrap .grid-x {
  align-items: center;
}
.black-box-image .black-box-wrap .black-image {
  text-align: right;
}
.black-box-image .black-box-wrap img {
  width: 100%;
  max-width: 351px;
}
.black-box-image .black-box-wrap .black-content {
  padding: 63px 38px 52px;
}
.black-box-image .black-box-wrap .black-content h2 {
  position: absolute;
  top: -30px;
  background: #ffca38;
  font-size: 27px;
  color: #000;
  line-height: 35px;
  font-weight: 700;
  padding: 11px 18px;
}
.black-box-image .black-box-wrap .black-content p {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  margin: 0;
}

@media only screen and (max-width: 1240px) {
  .form.form-area {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .content-wrap .image-box h2 {
    font-size: 32px;
  }
  .black-content-box {
    padding: 32px 50px 36px;
  }
  .black-box-image .black-box-wrap .grid-x {
    flex-direction: column-reverse;
  }
  .black-box-image .black-box-wrap .grid-x .cell {
    width: calc(100% - 1.875rem);
  }
  .black-box-image .black-box-wrap .black-content h2 {
    position: initial;
  }
  .black-box-image .black-box-wrap .black-image {
    text-align: center;
    margin-top: 30px;
  }
}


/* NAVIGATION AREA */

.navigation-area {
  padding: 55px 0 45px;
  background: #edece7;
}

.navigation-area .asu-logo {
  width: 197px;
  height: 59px;
}

.main-wrap {
  position: relative;
}

/* HEADER AREA */

.header-section {
  background: #edece7;
  padding-top: 90px;
}
.header-section .asu-logo {
  width: 197px;
  height: 59px;
  position: absolute;
}

/* CONTENT FORM AREA */

.content-form-section1 {
  background: #edece7;
  padding-bottom: 100px;
}
.header-area-image {
  position: relative;
  text-align: right;
}

.header-area-image img {
  width: 100%;
  max-width: 65%;
  /* max-width: 380px; */
  margin: -25px 0 0;
}
.header-area-image h1 {
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 42.4934px;
  line-height: 1.45;
  display: inline-block;
  max-width: 75%;
  margin: 0;
}

.header-area-image h1 span {
  background: #ffc300;
  line-height: 1.15;
  padding: 6px 24px;
  color: #000;
}

.header-area-content {
  padding: 25px 19px 25px 25px;
  background: #000;
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-area-content svg {
  min-width: 42px;
}
.header-area-content p {
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 19.2137px;
  line-height: 27px;
  color: #fff;
}
.content-area {
  padding: 50px 0 0;
}

.content-area h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20.48px;
  line-height: 28px;
  color: #000000;
}
.content-area .school-list {
  padding-top: 26px;
}
.content-area .school-list a {
  background: #edece7 !important;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 15%);
  border-radius: 12px;
  display: block;
  /* padding: 19px; */
  margin-bottom: 25px;
  text-decoration: none;
  min-height: 154px;
  border: 2px solid #fff;
}
.content-area .single-school-anchor-wrap {
  /* display: flex;
  gap: 11px;
  margin-bottom: 0; */
}
.content-area
  .single-school-anchor-wrap
  .school-details
  .school-details-header {
  display: flex;
  align-items: center;
  gap: 17px;
  background: #ffc300;
  padding: 14px 18px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.content-area .single-school-anchor-wrap h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #000;
  margin: 0;
}
.content-area .single-school-anchor-wrap p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  padding: 0 29px 0 59px;
}
.content-area .single-school-anchor-wrap p .grade {
  font-weight: 700;
}

.single-school-section {
  padding: 135px 0;
}
.single-school-section:nth-child(2n) {
  background: #edece7;
}
.single-school-section img {
  width: 100%;
  max-width: 282px;
}
.single-school-section .single-school-details {
  margin-left: 18px;
}
.single-school-section h2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 27.2834px;
  line-height: 33px;
  color: #8c0b42;
  margin: 0 0 5px;
}

.single-school-section h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 19.78px;
  line-height: 37px;
  color: #000000;
  margin: 0;
}

.single-school-section p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin: 5px 0 0;
}
.single-school-section ul li {
  list-style: disc;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 10px;
}
.single-school-section ul li span {
  color: #000000;
}
.single-school-section ul li:before {
  content: initial;
}

.single-school-section .button-wrap a {
  background: #000000;
  border-radius: 5px;
  padding: 11px 40px;
  text-transform: uppercase;
  color: #ffc300;
  text-decoration: none;
  font-weight: 600;
  margin-top: 25px;
  display: inline-block;
}

.form.form-area .form {
  margin: 0 !important;
}
.form.form-area select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-image: linear-gradient(45deg, transparent 50%, #000 50%),
    linear-gradient(135deg, #000 50%, transparent 50%),
    linear-gradient(to right, #fff, #fff);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.form.form-area {
  margin: 0 auto 0 30px;
  border-radius: 13px;
  background-color: transparent;
  padding: 0;
  position: absolute;
  top: 90px;
  width: 470px;
}
.form .form-header {
  background: #ffc300;
  padding: 35px;
  border-radius: 13px 13px 0 0;
}
.form .form-content {
  padding: 35px;
}
.form .form-header h3 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 26.5455px;
  line-height: 31px;
  color: #000000;
  margin-bottom: 10px;
}
.form .form-header p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .form.form-area {
    position: initial;
    top: 45px;
    max-width: 470px;
    margin-top: 40px;
    width: auto;
  }
  .content-area {
    padding-top: 50px;
  }
  .single-school-image {
    margin-bottom: 30px;
    margin-left: 18px;
    /* text-align: center; */
  }
}
@media only screen and (max-width: 767px) {
  .header-area-image h1 {
    max-width: 100%;
    background: #ffc300;
    padding: 6px 20px;
    position: initial;
  }
  .header-area-image h1 span {
    padding: 0;
  }

  .single-school-section {
    padding: 65px 0;
  }
}

@media only screen and (max-width: 576px) {
  .form.form-area {
    margin: 15px auto 0;
  }
  .school-list .grid-x > .small-6,
  .single-school-section .grid-x > .small-6 {
    width: calc(100% - 1.25rem);
  }
  .single-school-details {
    margin-bottom: 30px;
  }
  .content-form-section1 > .grid-container > .grid-x {
    flex-direction: column-reverse;
  }
  .content-form-section1 > .grid-container > .grid-x .cell.large-5 {
    margin-bottom: 60px;
  }
}

.form .form-content {
  padding: 0;
}

.form .form-field {
  padding: 0 45px !important;
}

p.form-field.Session_Date_Time.pd-select.required {
  padding-top: 44px !important;
  background: #f5f5f5;
}

.form form.form input.text,
.form form.form select,
.infocolumn form.form input.text,
.infocolumn form.form select {
  box-shadow: none;
  border: 1px solid #a5a5a5;
  border-radius: 0;
  margin-top: 8px;
  margin-bottom: 24px;
}

.form form.form p label,
.infocolumn .form p label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}

p.form-field.Immersion_Grade_Level.pd-select.required {
  background: #f5f5f5;
  padding-bottom: 40px !important;
}

p.form-field.first_name.pd-text.required {
  padding-top: 45px !important;
}

p.form-field.first_name.pd-text.required,
p.form-field.last_name.pd-text.required,
p.form-field.email.pd-text.required,
p.form-field.phone.pd-text.required,
p.form-field.Opt_In.pd-checkbox.required.no-label {
  background: #fff;
}

form.form .pd-checkbox span.value span {
  align-items: flex-start;
}

.form form.form p.no-label label.inline,
.infocolumn .form p.no-label label.inline {
  line-height: 22px;
}

p.form-field.Opt_In.pd-checkbox.required.no-label {
  background: #fff !important;
  margin: 0;
  padding: 10px 45px 42px !important;
}

form.form p.submit {
  padding: 0 45px 90px !important;
  background: #fff;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}
form.form p.submit input[type="submit"] {
  color: #ffca38;
  background: #000;
  text-transform: uppercase;
  font-weight: 600;
}

.body-wrapper {
  margin: auto;
  max-width: 1180px;
  line-height: 1.5;
}

.cols3-left {
  float: left;
  width: 33.33%;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cols3-no-img {
  float: left;
  width: 33.33%;
  text-align: center;
}

.cols3-left-no-img {
  float: left;
  width: 33.33%;
  text-align: center;
}

.cols3 {
  float: left;
  width: 33.33%;
  padding: 10px;
}

.cols4-left {
  float: left;
  width: 25%;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 44px;
}

.cols4 {
  float: left;
  width: 25%;
  padding: 10px;
  padding-right: 44px;
}

@media screen and (max-width: 850px) {
  .cols3 {
    width: 100%;
    padding-left: 0px !important;
  }

  .cols3-left {
    width: 100%;
  }

.cols3-no-img {
    width: 100%;
    padding-left: 0px !important;
}

.cols3-left-no-img {
    width: 100%;
}

  .cols4-left {
    padding-left: 0px !important;
    width: 100%;
  }

  .cols4 {
    padding-left: 0px !important;
    width: 100%;
  }
}

.yellowdepth {
  box-shadow: inset 0 -10px 0 #ffc300;
}

.topbox {
  border-radius: 10px;
}

.whitebg {
  background-color: #fff !important;
}

.pad50 {
  padding: 50px;
}

/* ~~ Top Navigation Bar ~~ */

.logo {
  padding-top: 20px;
  float: left;
  width: 164px;
  padding-left: 2rem;
}

.logo2 {
  padding-top: 20px;
  float: left;
  width: 184px;
  padding-left: 2rem;
}

.logo3 {
  padding-top: 20px;
  float: left;
  width: 85px;
  padding-left: 2rem;
}


#navigation-container {
  margin: 0 auto;
  height: 70px;
}

.navigation-bar {
  height: 70px;
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
}

.navigation-bar2 {
  height: 120px;
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
}

.navigation-bar img {
  float: left;
}

.navigation-bar ul {
  padding: 0px;
  margin: 0px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.navigation-bar li {
  list-style-type: none;
  padding: 0px;
  height: 24px;
  margin-top: 4px;
  margin-bottom: 4px;
  display: inline;
}

.navigation-bar li a {
  color: black;
  font-size: 16px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration: none;
  line-height: 70px;
  padding: 5px 15px;
  opacity: 0.7;
}

#menu {
  float: right;
}

.margintext {
  padding: 2rem;
  z-index: 2;
  margin-top: 1rem;
}

.pretext {
  color: white;
  margin: 0;
  font-size: 3.5vw;
  font-weight:400;
  font-family: 'Roboto', sans-serif;
}

@media only screen and (min-width: 1180px) {
  .pretext {
    font-size: 3rem;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  /* IE10+ CSS styles go here */
  .linecontainer {
    position: absolute;
    top: -1%;
    opacity: 0.86;
    width: 115%;
    left: -38%;
  }
}

.header-container {
  display: flex;
  background: url('https://image.join.asuprep.org/lib/fe2911727364047c721d78/m/1/271a5667-4f16-44fb-b1bf-42a7b80df119.png'), #1A1919;
  border-radius: 10px;
}

.header-container-khan {
  display: flex;
  background: url('https://image.join.asuprep.org/lib/fe2911727364047c721d78/m/1/271a5667-4f16-44fb-b1bf-42a7b80df119.png'), #1a234f;
  border-radius: 10px;
}

.header-content {
  flex: 1 0 33%;
  padding: 3.2rem 2rem 2.4rem 2rem;
  flex-direction: column;
}

.header-content-licensing {
  flex: 1 0 40%;
  flex-direction: column;
  padding: 3.2rem 2rem 2.4rem 2rem;
}

.header-content h2, .header-content-licensing h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size:32px;
  color:#FFC300;
  margin:0;
}

.header-content p, .header-content-licensing p {
font-family: Roboto Condensed;
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 150%;
color: #FFFFFF;
}

.header-image-container {
  flex: 1 0 65%;
}

.header-image-training-kit {
  background: url('https://storage.pardot.com/399272/1614270008UeNgUGsd/training_page_hero_v2.jpg');
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius:0 10px 10px 0;
}


.header-image-child {
  background: url('https://image.join.asuprep.org/lib/fe2911727364047c721d78/m/1/2b24fa04-f920-491b-b432-e5bd996fda6e.jpeg');
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius:0 10px 10px 0;
}

.header-image-spring22 {
  background: url('https://image.join.asuprep.org/lib/fe2911727364047c721d78/m/1/691cf225-bf9e-4bd0-a8b7-74a936da23ba.jpeg');
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius:0 10px 10px 0;
}

.header-image-teacher {
  background: url('https://storage.pardot.com/399272/1601654789RKlsJHv5/Training.jpg');
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius:0 10px 10px 0;
}

.header-image-teacher2 {
  background: url('https://storage.pardot.com/399272/1607984857GHi4rGmC/TeacherTipsVideo.jpg');
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius:0 10px 10px 0;
}

.header-image-partnerships {
  background: url('https://storage.pardot.com/399272/1619107809zYbO13K1/Partnership_LP_Header.jpg');
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius:0 10px 10px 0;
}

.header-image-summer2021 {
  background: url('https://storage.pardot.com/399272/1617119074TBVjzTIL/Summer_Header_2021.jpg');
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius:0 10px 10px 0;
}

.header-image-pilgrimrest {
  background: url('https://storage.pardot.com/399272/16436436356qNrZZ90/Pilgrim_Rest_LP_2022.jpg');
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius:0 10px 10px 0;
}

.header-image-khan {
  background: url('https://storage.pardot.com/399272/1654265497FKBtsK4T/Landing_page2.jpg');
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius:0 10px 10px 0;
}


/* ~~ Content Section~~ */

.maroon-btn {
  background: #8C1D40;
  padding: .825rem 1rem;
  border-radius: 5px;
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  box-shadow: none;
  transition: all .3s ease-out;
  cursor: pointer;
  padding: 0.6rem 2rem;
  width: unset;
  text-decoration: none;
}

.maroon-btn a{
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
}

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

/* Performance chart */

.chart {
  padding: 0 10rem;
}

.chart .topbox{
  position: relative;
  border-radius: 10px;
  box-shadow: 0 28px 42px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 4rem;
  background-color: #FFF !important;
    color: #1A1919;
}

.chart .topbox h2 {
  margin: 1.8rem 0 1.5rem 0;
}


.tablehead {
  background: #000;
  color: #FFF;
}

.chart .grid-x {
  display: flex;
}

.align-stretch {
  align-items: stretch;
}

.tablehead .cell {
  padding: 1.5rem .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #555;
  color: white;
}

.chart .cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
}
.yellowbg {
background-color: #FFC300;
    color: #000;
}

.asucall {
  position: relative;
}
.small-up-5 > .cell {
  width: 20%;
}

strong, b {
  font-weight: bold;
  line-height: inherit;
}

.asucall:after {
  content: '';
  width: 55px;
  height: 30px;
  background-image: url('https://www2.asuprepdigital.org/l/399272/2020-04-01/d2w4x/399272/106051/yellow_triangle.png');
  background-repeat: no-repeat;
  background-size: 55px;
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);

}

.tablebody .tablesubhead {
  background: #DDD;
  padding: .925rem .5rem;
}
.tablebody .asunums .cell.control {
  color: #000;
}

.tablebody .asunums .cell {
  background: #f5f5f5;
  padding: 1.5rem .5rem;
  font-size: 1.375rem;
  border-right: #FFF 1px solid;
  color: #D93131;
}

.tablebody .asunums .cell.asunum {
  color: #60981A;
}

.flextable footer {
  padding: 1rem 0;
}

/* student profiles */

.student-circles {
  margin-top: 12rem;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}

.dotrule {
  border-bottom: 2px dotted #FFC300;
  margin: 0 auto 2rem auto;
  display: block;
  width: 100%;
  max-width: 430px;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  box-sizing: content-box;
  overflow: visible;
}

.profilecards {
  margin-bottom: 8rem;
  margin-top: 120px;
}

.profcard {
  overflow: visible;
  position: relative;
  margin-bottom: 0;
  height: 100%;
}

.cardinfo h3 {
  margin: 0.5rem;
}

.cardinfo p {
  margin:0.5rem;
}

.title {
  color: #751739;
  text-transform: uppercase;
  font-weight: bold;
}

.student-circles .topbox {
 
    border-radius: 10px;
    box-shadow: 0 28px 42px rgba(0, 0, 0, 0.2);

}

.profcard .profpic {
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 194px;
}

.profcard .profpic img {
  border-radius: 50%;
  border: 12px solid #FFF;
  display: block;
  margin: 0 auto 1.2rem auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.profcard .cardinfo {
  padding: 0 2rem 2.4rem 2rem;
  font-size: .875rem;
  padding-top: 120px;
  height: 100%;
}

.student-container {
  display: flex;
  align-items: center;
}

.student-content {
  flex: 1 0 48%;
  padding: 3.2rem 2rem 2.4rem 2rem;
  flex-direction: column;
  padding-right:7rem;
}

.student-content h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size:28px;
  margin:0;
  font-weight:bold;
}

.student-content p {
  font-family: 'Roboto';
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;
color: #000000;
}

.student-image-container {
  flex: 1 0 48%;
}

.student-image-container img {
  padding: 4rem;
}

.content {
  padding: 40px 0 0 40px;
}

.content ul {
  margin-top: 2rem;
}

@media (max-width: 720px) {
  .content {
    order:2;
  }
.form-container {
  order:1;
}
  }

/* ~~ Form ~~ */

.parentform1 {
  padding: 35px;
  background-color: #FFC300;
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.20);
  border-radius: 6px;
  margin: 0 auto;
  margin-top: -12%;
}

.parentform1 .form, .infocolumn .form{
  padding:0;
  background-color: transparent;
  box-shadow: none;
  border-radius:0;
  margin:.5em 0 1em 0;
}

.parentform1 .form p, .infocolumn .parentform1 p{
  padding:0;
  margin:0;
}
.parentform1 form.form p label, .infocolumn .parentform1 p label{
  text-align:left;
  width:auto;
  font-weight: 700;
}

.parentform1 form.form input.text, .parentform1 form.form select, .infocolumn form.parentform1 input.text, .infocolumn form.parentform1 select{
  width:100%;
  padding:.6rem;
  border:none;
  margin-bottom:.75rem;
}

.parentform1 form.parentform1 input[type="checkbox"], .infocolumn form.parentform1 input[type="checkbox"]{
  width:auto;
  margin: .5rem 1rem 0 0;
}

.parentform1 form.parentform1 p.no-label, .parentform1 form.parentform1 p.email-pref, .infocolumn form.parentform1 p.no-label, .infocolumn form.parentform1 p.email-pref{
  margin:.5rem 0;
}

.parentform1 form.parentform1 p.no-label label.inline, .infocolumn .parentform1 p.no-label label.inline{overflow: hidden;}

form.parentform1 .pd-checkbox span.value span {
  display: flex;
}

form.parentform1 p.submit{
  margin: 1rem 0;
}

form.parentform1 p.submit input[type="submit"]{
  background: #8C1D40;
  padding: .825rem 1rem;
  width:100%;
  border-radius: 5px;
  color: #FFF;
  font-weight: bold;
  font-size: 1.2rem;
  box-shadow: none;
  transition: all .3s ease-out;
  cursor: pointer;
}
#signup input[type="submit"]{
color: #FFF;
}
form.parentform1 p.submit input[type="submit"]:hover{
  background: #262626;
}

.rightcol hr{border-top:1px solid #666;}


.left.colz.topcol{
    background-color:#FCC520;
}

@media only screen and (max-width: 720px) {
  .parentform1 {
    margin-top: 0px;
  }

  .rightcol.colz{padding-bottom:3rem;}

}

form input {
  
  padding: 10px;
  background: #FFFFFF;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.30);
  border-radius: 4px;
  border: none;
}

form select {
  width: 100%;
  background: #FFFFFF;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.30);
  border-radius: 4px;
  margin-top: 8px;
}

form select option {
  padding: 10px;
}

.form p {
  font-size: 16px;
}

.checkbox {
  width: auto;
}

.form h3 {
  margin-top: 0.3rem;
}

.form h4 {
  margin-bottom: 8px;
}

.form-container{margin:0 2rem;}



.checkbox-wrapper {
  margin-top: 22px;
}

/* ~~ Footer~~ */

.footer-strip {
  background: #751739;
  color: #FFC300;
  font-style: normal;
font-weight: bold;
font-size: 20px;
padding: 1.2rem;
}

.img-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  flex-direction:column;
  justify-content: flex-end;
}

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

#footer-container {
  background-color: #221E1E;
  overflow: hidden;
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bar {
  width: 100%;
  text-align: center;
}

.footer-bar li a {
  color: black;
  font-size: 16px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration: none;
  line-height: 70px;
  padding: 5px 15px;
  opacity: 0.7;
}

#footer-container p {
  color: #999;
  font-size: 12px;
  line-height: 1;
  text-align: right;
  margin:0 0 .5rem 0;
}

.footer-text {
  float: right;
  padding:2rem;
}

@media only screen and (max-width: 570px) {
  #footer-container p{
    font-size: 2.3vw;
  }
    .footer-text {
      padding-left: 0;
    }

    .footer-logo {
      margin-right: 0 !important;
    }
}

.footer-bar a {
  color: #FCC520;
  text-decoration: none;
}

.footer-bar a:hover {
  text-decoration: underline;
}

.footer-logo {
  width: 164px;
  float: left;
  margin:38px;
  
}

.logo-container {
  vertical-align: middle;
}

/* Flex Grid */

.flex-grid {
  display: flex;
}
.flex-grid .colz {
  flex: 1;
}
.flex-grid-thirds {
  display: flex;
  justify-content: space-between;
  background: url('https://www2.asuprepdigital.org/l/399272/2018-02-02/283m9/399272/22338/bg_light.jpg');
  background-repeat:repeat;
  background-size: auto;
  padding: 3rem 1rem;
  flex-grow:1;
  flex-basis: auto;
}
.flex-grid-thirds .colz {
  width: 30%;
}

.siglock{
    display: flex;
}
.biopic{
    flex-grow:1;
    flex-shrink:1;
    max-width:30%;
    margin-right:1rem;
}
.biopic img{border-radius:50%; border: solid 6px #FCC520; }
.info{
    flex-grow:3;
}
.info h4{font-size:1.6em; margin-bottom:.5rem;} 

@media (max-width: 720px) {
  .flex-grid,
  .flex-grid-thirds {
    flex-direction: column;
  }
  .colz {
    width: 100% !important;
  }
  .colz .img-container{
    max-width:300px;
  }

  .flex-grid-thirds p{
    max-width:400px;
    margin:0 auto;
  }

  .colz.form-container{
    padding:0;
  }

  .colz.form-container .form{
    max-width: none;
    border-radius: 0;
  }

  .colz.left.content{
    padding-top:60px;
  }

.flex-grid { 
  margin: 0 0 20px 0;
}
.colz {
  padding: 20px;
  margin:0 auto;
}

.colz p {
  font-size: 16px;
}

.colz.block h4 {
  color: #8C1D40;
}

h2{font-size:1.4rem;}

}

@media (max-width:540px){
  #footer-container{ flex-direction:column }
  .footer-text{padding-right:0; }
  #footer-container .footer-text p{text-align:center;}
  #footer-container .footer-logo{margin-left:0;}
}

.colz.left.content p {
    margin-bottom:1rem;
}


/* EDITS */
@media (max-width: 720px) {
    .colz {
        padding:0;
    }

    .flex-grid {
        margin-bottom: 0;
    }
}

.infocolumn {
    padding: 3rem;
    flex: 0 1 auto;
}

.rightcol .infocolumn{
    padding: 7% 7% 0 7%;
}

.infocolumn li{
    font-size:1.25em;
}

#signup {
    order:0;
}

#signup *{
    color: black;
}

#infosection {
    margin-top:0;
}

#infosection *{
    color: #000;
}

#speakersection {
    margin-top:0;
    color: #000;
}

#speakersection *{
    color: #000;
}


  @media (max-width: 720px) {


    .infocolumn {
      height: auto;
    }
    
    .topcol {
      flex:none !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .img-container {
    display: block !important;
  }

  .colz.center.block {
    height:50%;
  }
}


.body-wrapper-juab {
  background-color: white;
  margin: auto;
  max-width: 1180px;
  line-height: 1.5;
  box-shadow: 0 0 50px rgba(0,0,0,.2);
}

.hero-column-juab {
    margin: 0px !important;
    width: 100% !important;
}
.content-juab ul {
    margin-top: 2rem;
list-style-type: disc;
}
.infolist-juab li {
    line-height: 1.5;
}
.infolist-juab li::before{
display:none;
}
.infolist-juab li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
#courses {
    background-color: #f7f7f7;
}
