@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 */
margin: .5rem 1rem 0 0;
}

/**
   * 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 {
  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: 400px !important;
  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'), #1a234f;
  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 h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  color: #ffc300;
  margin: 0;
}

.header-content 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-student23 {
  background: url('https://image.join.asuprep.org/lib/fe2911727364047c721d78/m/1/ace18ffb-26a7-4962-9b66-e0a75fb5c021.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/bf4ffa89-0347-4d90-98e3-e2d05a46cc5f.jpg');
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-sal-qa {
  background: url('https://image.join.asuprep.org/lib/fe2911727364047c721d78/m/1/c1bf9348-3609-4d33-982f-10f1129d7529.jpg');
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
}

.header-image-hero23 {
  background: url('https://image.join.asuprep.org/lib/fe2911727364047c721d78/m/1/c0ab1323-4abf-4d74-9526-1d9398e0748f.jpg');
  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: 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;
  padding: 0.6rem;
  border: none;
  margin-bottom: 0.75rem;
}

form select option {
  padding: 0px;
}

.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: 0;
}

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

/* ~~ Top Navigation Bar ~~ */

.logo {
  padding-top: 20px;
  float: left;
  width: 184px;
  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'), #1a234f;
  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 h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  color: #ffc300;
  margin: 0;
}

.header-content 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/bf4ffa89-0347-4d90-98e3-e2d05a46cc5f.jpg');
  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: 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 ~~ */

.parentform1 {
  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%;
}

.parentform1 .form,
.infocolumn .form {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  margin: 0.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: 0.6rem;
  border: none;
  margin-bottom: 0.75rem;
}

.parentform1 form.parentform1 input[type='checkbox'],
.infocolumn form.parentform1 input[type='checkbox'] {
  width: auto;
  margin: 0.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: 0.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: 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.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 select option {
  padding: 0px;
}

.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 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;
  }
}

@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: 0;
}

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

.form .smartcapture-content-wrapper.fuelux .smartcapture-controls {
  padding: 0 45px !important;
}
.form .smartcapture-content-wrapper.fuelux .sc-formfield-label {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}
/*.smartcapture-content-wrapper.fuelux .sc-formfield-label label{
background: url(https://www2.asuprepdigital.org/images/required.gif) no-repeat top right;
padding: 3px 13px 0 0;
}*/
.form .smartcapture-content-wrapper.fuelux select {
  box-shadow: none;
  border: 1px solid #a5a5a5;
  border-radius: 0;

  width: 100%;
  padding: 0.6rem;
  margin-top: 8px;
  margin-bottom: 24px;
  height: auto !important;
  -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 .smartcapture-content-wrapper.fuelux input[type='text'],
.form .smartcapture-content-wrapper.fuelux input[type='number'],
.form .smartcapture-content-wrapper.fuelux input[type='email'] {
  box-shadow: none;
  border: 1px solid #a5a5a5;
  border-radius: 0;
  margin-top: 8px;
  margin-bottom: 24px;
  width: 100%;
  padding: 0.6rem;
  font-weight: 400;
  background: #ffffff;
}

.form .smartcapture-content-wrapper.fuelux input[type='text'],
.form .smartcapture-content-wrapper.fuelux input[type='number'],
.form .smartcapture-content-wrapper.fuelux input[type='email'] {
  height: auto !important;
}
.form .smartcapture-content-wrapper.fuelux > .stylingblock-content-wrapper {
  background: #ffffff;
}
.form .smartcapture-content-wrapper.fuelux > table.stylingblock-content-wrapper:nth-child(1) tr td {
  padding-top: 44px !important;
  background: #f5f5f5;
}
.form .smartcapture-content-wrapper.fuelux > table.stylingblock-content-wrapper:nth-child(2) tr td {
  background: #f5f5f5;
  padding-bottom: 40px;
}
.form .smartcapture-content-wrapper.fuelux > table.stylingblock-content-wrapper:nth-child(3) tr td {
  padding-top: 45px;
}
.form .smartcapture-content-wrapper.fuelux .popover {
  padding: 0.5rem 0;
  margin: 0px -45px !important;
  color: #8b0000 !important;
  font-size: 16px !important;
  background: #edece7 !important;
  text-align: left !important;
}
.form .smartcapture-content-wrapper.fuelux input[type='checkbox'] {
  margin: 7px 15px 0 0;
  display: inline-block;
  box-shadow: none;
  vertical-align: top;
  padding: 10px 0 42px 0 !important;
}
.form .smartcapture-content-wrapper.fuelux span {
  display: inline-block;
  width: 90%;
}
.smartcapture-submit-button-wrapper {
margin-top: .5rem;
}
.form .smartcapture-content-wrapper.fuelux .smartcapture-submit-button-wrapper {
  padding: 45px 45px 90px !important;
  background: #fff;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}
.form .smartcapture-content-wrapper.fuelux .smartcapture-submit-button-wrapper button[type='submit'] {
  color: #ffca38;
  background: #000;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.825rem 1rem;
  width: 100%;
  border-radius: 5px;
  font-size: 1.2rem;
  box-shadow: none;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.form smartcapture-content-wrapper.fuelux .smartcapture-submit-button-wrapper button[type='submit']:hover {
  background: #262626;
}

.thankyou-message {
  border-top: 1px solid #cacaca;
  margin: 1.25rem 0;
  padding: 1.25rem;
}
.mandatorfield {
  color: #ffc200;
}

/* Chrome, Safari, Edge, Opera */
.form .smartcapture-content-wrapper.fuelux input::-webkit-outer-spin-button,
.form .smartcapture-content-wrapper.fuelux input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.form .smartcapture-content-wrapper.fuelux input[type='number'] {
  -moz-appearance: textfield;
}

.parentform.fuelux input[type='text'],
.parentform.fuelux input[type='number'],
.parentform.fuelux input[type='email'],
.parentform.fuelux input[type='email'] {
  height: auto !important;
  width: 100% !important;
  padding: 0.6rem !important;
  border: none;
  margin-bottom: 0.75rem !important;
}
.parentform label {
  text-align: left;
  width: auto;
  font-weight: 700;
  padding: 3px 13px 0 0;
}
.parentform input[type='submit'],
.parentform button {
  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;
}
.parentform.fuelux .popover .popover-content {
  margin: 0.5rem 0;
  font-size: 16px;
  line-height: 1.4em;
  text-align: left !important;
}
.parentform .parentcall-checkbox {
  margin: 0.5rem 0;
}
.parentform .parentcall-checkbox input[type='checkbox'] {
  width: auto;
  margin: 0.5rem 1rem 0 0;
  box-sizing: border-box;
  display: inline-block;
}
.parentform .parentcall-checkbox span {
  background: 0 0;
  display: inline-block;
  float: none;
  font-weight: 400;
  line-height: 2em;
  margin-right: 10px;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  width: 85%;
}
.agree {
  display: inline-block;
  width: 85%;
  line-height: 2em;
  margin-right: 10px;
  text-align: left;
  vertical-align: middle;
}

.parentform.fuelux input[type='text'],
.parentform.fuelux input[type='number'],
.parentform.fuelux input[type='email'] {
  height: auto !important;
  width: 100%;
  margin-bottom: 0.75rem;
}
.parentform.fuelux button[type='submit'] {
  width: 100%;
  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;
}
.parentform.fuelux button[type='submit']:hover {
  background: #262626;
}
/* Chrome, Safari, Edge, Opera */
.parentform.fuelux .smartcapture-controls input::-webkit-outer-spin-button,
.parentform.fuelux .smartcapture-controls input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.parentform.fuelux .smartcapture-controls input[type='number'] {
  -moz-appearance: textfield;
}
.thankyouforintrest {
  font-size: 16px;
  border-top: 1px solid #cacaca;
  padding: 1.25rem 0px 0px 0px;
  margin: 0px;
}
.dowloadlink {
  margin: 24px 0px;
  font-size: 16px;
  font-weight: bold;
  padding: 0px;
}
.dowloadlink a {
  color: #8c1d40;
  text-decoration: underline;
}
.enrollonline {
  margin: 24px 0px;
  font-size: 16px;
  padding: 0px;
}
.enrollonline a {
  font-weight: bold;
  color: #8c1d40;
  text-decoration: underline;
}
.checkbox-span{
background: 0 0;
  display: inline-block;
  float: none;
  font-weight: 400;
  line-height: 2em;
  margin-right: 10px;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  width: 85%;
}

.agree {
    display: inline-block;
    width: 88% !important;
    background: 0 0 !important;
    font-weight: 400 !important;
    line-height: 2em;
    margin-right: 10px;
    text-align: left;
    vertical-align: middle;
}
