/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5, h6 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small, .pg-type-result .true-false-results-container details .answer-container .footnote p {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden, .pg-type-questions .e-content .content-wrap .e-answers .indiv-answer input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active, .pg-type-questions .e-content .content-wrap .e-answers .indiv-answer input.focusable[type=radio]:active,
.visuallyhidden.focusable:focus,
.pg-type-questions .e-content .content-wrap .e-answers .indiv-answer input.focusable[type=radio]:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.wrapper,
.center {
  width: 90%;
  max-width: 56.25rem;
  margin: auto;
}

.page-footer .schoolname, .page-header .logo,
.hide-text {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  color: transparent;
}

@font-face {
  font-family: "cooper";
  font-weight: normal;
  font-style: normal;
  src: font-url("font-CooperBlackStd.woff") format("woff");
}
@font-face {
  font-family: "gotham-book";
  font-weight: normal;
  font-style: normal;
  src: font-url("font-Gotham-Book.woff") format("woff");
}
@font-face {
  font-family: "gotham-medium";
  font-weight: normal;
  font-style: normal;
  src: font-url("font-Gotham-Medium.woff") format("woff");
}
@font-face {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  src: font-url("font-icomoon.woff") format("woff");
}
@font-face {
  font-family: "fontawesome";
  font-weight: normal;
  font-style: normal;
  src: font-url("font-fontawesome-webfont.woff") format("woff");
}
button.button, .button button,
a.button,
.button a,
input.button,
.button input, button,
.type_event_button a,
[type=submit],
[type=button], button.minor-button, .minor-button button,
a.minor-button,
.minor-button a,
input.minor-button,
.minor-button input, .pg-type-questions .e-content .content-wrap .e-answers .indiv-answer label, button.major-button, .major-button button,
a.major-button,
.major-button a,
input.major-button,
.major-button input {
  transition: all 0.25s ease-in-out;
  font-size: 0.9rem;
  font-family: "gotham-book", Arial, sans-serif;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #f1c500;
  color: #511b00;
  border: 2px solid #511b00;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 0.5rem 2rem;
  cursor: pointer;
  outline: 0;
}
@media (min-width: 37.5rem) {
  button.button, .button button,
  a.button,
  .button a,
  input.button,
  .button input, button,
  .type_event_button a,
  [type=submit],
  [type=button], button.minor-button, .minor-button button,
  a.minor-button,
  .minor-button a,
  input.minor-button,
  .minor-button input, .pg-type-questions .e-content .content-wrap .e-answers .indiv-answer label, button.major-button, .major-button button,
  a.major-button,
  .major-button a,
  input.major-button,
  .major-button input {
    font-size: calc(0.9rem + 0.4 * (100vw - 37.5rem) / 37.5);
  }
}
@media (min-width: 75rem) {
  button.button, .button button,
  a.button,
  .button a,
  input.button,
  .button input, button,
  .type_event_button a,
  [type=submit],
  [type=button], button.minor-button, .minor-button button,
  a.minor-button,
  .minor-button a,
  input.minor-button,
  .minor-button input, .pg-type-questions .e-content .content-wrap .e-answers .indiv-answer label, button.major-button, .major-button button,
  a.major-button,
  .major-button a,
  input.major-button,
  .major-button input {
    font-size: 1.3rem;
  }
}
button.button:after, .button button:after,
a.button:after,
.button a:after,
input.button:after,
.button input:after, button:after,
.type_event_button a:after,
[type=submit]:after,
[type=button]:after, button.minor-button:after, .minor-button button:after,
a.minor-button:after,
.minor-button a:after,
input.minor-button:after,
.minor-button input:after, .pg-type-questions .e-content .content-wrap .e-answers .indiv-answer label:after, button.major-button:after, .major-button button:after,
a.major-button:after,
.major-button a:after,
input.major-button:after,
.major-button input:after {
  transition: all 0.25s ease-in-out;
  font-family: "fontawesome";
  font-size: 1.2rem;
  content: "\f054";
  position: relative;
  left: 0.5rem;
  top: 0.05rem;
}
a.button:focus,
.button a:focus,
input.button:focus,
.button input:focus, button:focus,
.type_event_button a:focus,
[type=submit]:focus,
[type=button]:focus,
a.minor-button:focus,
.minor-button a:focus,
input.minor-button:focus,
.minor-button input:focus, .pg-type-questions .e-content .content-wrap .e-answers .indiv-answer label:focus,
a.major-button:focus,
.major-button a:focus,
input.major-button:focus,
.major-button input:focus,
a.button:hover,
.button a:hover,
input.button:hover,
.button input:hover, button:hover,
.type_event_button a:hover,
[type=submit]:hover,
[type=button]:hover,
a.minor-button:hover,
.minor-button a:hover,
input.minor-button:hover,
.minor-button input:hover, .pg-type-questions .e-content .content-wrap .e-answers .indiv-answer label:hover,
a.major-button:hover,
.major-button a:hover,
input.major-button:hover,
.major-button input:hover {
  background: rgb(255, 219.8547717842, 62.5);
}
a.button:focus:after,
.button a:focus:after,
input.button:focus:after,
.button input:focus:after, button:focus:after,
.type_event_button a:focus:after,
[type=submit]:focus:after,
[type=button]:focus:after,
a.minor-button:focus:after,
.minor-button a:focus:after,
input.minor-button:focus:after,
.minor-button input:focus:after, .pg-type-questions .e-content .content-wrap .e-answers .indiv-answer label:focus:after,
a.major-button:focus:after,
.major-button a:focus:after,
input.major-button:focus:after,
.major-button input:focus:after,
a.button:hover:after,
.button a:hover:after,
input.button:hover:after,
.button input:hover:after, button:hover:after,
.type_event_button a:hover:after,
[type=submit]:hover:after,
[type=button]:hover:after,
a.minor-button:hover:after,
.minor-button a:hover:after,
input.minor-button:hover:after,
.minor-button input:hover:after, .pg-type-questions .e-content .content-wrap .e-answers .indiv-answer label:hover:after,
a.major-button:hover:after,
.major-button a:hover:after,
input.major-button:hover:after,
.major-button input:hover:after {
  left: 0.75rem;
}
@media (min-width: 37.5rem) {
  button.button, .button button,
  a.button,
  .button a,
  input.button,
  .button input, button,
  .type_event_button a,
  [type=submit],
  [type=button], button.minor-button, .minor-button button,
  a.minor-button,
  .minor-button a,
  input.minor-button,
  .minor-button input, .pg-type-questions .e-content .content-wrap .e-answers .indiv-answer label, button.major-button, .major-button button,
  a.major-button,
  .major-button a,
  input.major-button,
  .major-button input {
    display: inline-block;
    width: auto;
  }
}

.pg-type-questions .e-content .content-wrap .e-answers .indiv-answer label, button.major-button, .major-button button,
a.major-button,
.major-button a,
input.major-button,
.major-button input {
  background: #511b00;
  color: white;
  border: 2px solid #511b00;
}
.pg-type-questions .e-content .content-wrap .e-answers .indiv-answer label:focus, button.major-button:focus, .major-button button:focus,
a.major-button:focus,
.major-button a:focus,
input.major-button:focus,
.major-button input:focus, .pg-type-questions .e-content .content-wrap .e-answers .indiv-answer label:hover, button.major-button:hover, .major-button button:hover,
a.major-button:hover,
.major-button a:hover,
input.major-button:hover,
.major-button input:hover {
  background: rgb(157.5, 52.5, 0);
  color: white;
  border: 2px solid rgb(157.5, 52.5, 0);
}
.pg-type-questions .e-content .content-wrap .e-answers .indiv-answer label:focus:after, button.major-button:focus:after, .major-button button:focus:after,
a.major-button:focus:after,
.major-button a:focus:after,
input.major-button:focus:after,
.major-button input:focus:after, .pg-type-questions .e-content .content-wrap .e-answers .indiv-answer label:hover:after, button.major-button:hover:after, .major-button button:hover:after,
a.major-button:hover:after,
.major-button a:hover:after,
input.major-button:hover:after,
.major-button input:hover:after {
  left: 0.75rem;
}

button.minor-button, .minor-button button,
a.minor-button,
.minor-button a,
input.minor-button,
.minor-button input {
  font-size: 0.75rem;
  background: rgb(85.25, 85.25, 85.25);
  color: white;
  border: 2px solid rgb(85.25, 85.25, 85.25);
}
@media (min-width: 37.5rem) {
  button.minor-button, .minor-button button,
  a.minor-button,
  .minor-button a,
  input.minor-button,
  .minor-button input {
    font-size: calc(0.75rem + 0.15 * (100vw - 37.5rem) / 37.5);
  }
}
@media (min-width: 75rem) {
  button.minor-button, .minor-button button,
  a.minor-button,
  .minor-button a,
  input.minor-button,
  .minor-button input {
    font-size: 0.9rem;
  }
}
button.minor-button:focus, .minor-button button:focus,
a.minor-button:focus,
.minor-button a:focus,
input.minor-button:focus,
.minor-button input:focus, button.minor-button:hover, .minor-button button:hover,
a.minor-button:hover,
.minor-button a:hover,
input.minor-button:hover,
.minor-button input:hover {
  background: rgb(123.5, 123.5, 123.5);
  border: 2px solid rgb(123.5, 123.5, 123.5);
}
button.minor-button:focus:after, .minor-button button:focus:after,
a.minor-button:focus:after,
.minor-button a:focus:after,
input.minor-button:focus:after,
.minor-button input:focus:after, button.minor-button:hover:after, .minor-button button:hover:after,
a.minor-button:hover:after,
.minor-button a:hover:after,
input.minor-button:hover:after,
.minor-button input:hover:after {
  left: 0.75rem;
}

*,
*::before,
*::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* { /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */
  box-sizing: border-box;
  margin: 0;
}

body, html {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  height: auto;
}

html {
  line-height: 1.4;
  font-family: "gotham-book", Arial, sans-serif;
  color: #2f2f2f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #511b00;
  margin: 1rem 0 0.5rem;
  line-height: 1.2rem;
  font-weight: normal;
}

.title {
  margin: 1.5rem 0 0.5rem;
  line-height: 1.5rem;
  font-weight: normal;
}

h1,
h2,
h3 {
  font-family: "gotham-medium", Arial, sans-serif;
}

h4,
h5,
h6 {
  font-family: "gotham-medium", Arial, sans-serif;
}

h1 {
  font-size: 1.75rem;
  line-height: 2.2rem;
}
@media (min-width: 18.75rem) {
  h1 {
    font-size: calc(1.75rem + 0.25 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.75rem;
  line-height: 2.2rem;
}
@media (min-width: 18.75rem) {
  h2 {
    font-size: calc(1.75rem + 0.25 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.2rem;
  line-height: 1.75rem;
  text-transform: inherit;
}
@media (min-width: 18.75rem) {
  h3 {
    font-size: calc(1.2rem + 0.55 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  h3 {
    font-size: 1.75rem;
  }
}

h4,
.p_underlookup p {
  font-size: 1.2rem;
  line-height: 1.25rem;
}
@media (min-width: 18.75rem) {
  h4,
  .p_underlookup p {
    font-size: calc(1.2rem + 0.1 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  h4,
  .p_underlookup p {
    font-size: 1.3rem;
  }
}

h5, h6 {
  font-size: 1.1rem;
  line-height: 1.2rem;
}
@media (min-width: 18.75rem) {
  h5, h6 {
    font-size: calc(1.1rem + 0.1 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  h5, h6 {
    font-size: 1.2rem;
  }
}

p,
ul,
ol,
blockquote {
  font-size: 1rem;
  margin: 0 0 1rem 0;
  font-style: normal;
  font-weight: normal;
}
@media (min-width: 18.75rem) {
  p,
  ul,
  ol,
  blockquote {
    font-size: calc(1rem + 0.1 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  p,
  ul,
  ol,
  blockquote {
    font-size: 1.1rem;
  }
}

address {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 1rem 0;
}

ul,
ol {
  padding: 0;
  list-style-type: none;
  margin: 0 0 1rem;
}
ul li,
ol li {
  margin: 0 0 0.5rem;
}

a {
  transition: all 0.25s ease-in-out;
  color: #511b00;
  outline: none;
}
a:hover, a:focus {
  color: rgb(157.5, 52.5, 0);
  text-decoration: none;
}

small,
.pg-type-result .true-false-results-container details .answer-container .footnote p,
.copyright,
.footnote,
.help p {
  font-size: 0.875em;
  font-style: italic;
  font-weight: normal;
}
@-o-viewport {
  width: device-width;
  zoom: 1;
}
@viewport {
  width: device-width;
  zoom: 1;
}
.wrapper {
  width: 90%;
  max-width: 43.75rem;
  margin: auto;
}

.img-wrapper > * {
  width: 100%;
  height: auto;
}

html,
body {
  min-width: 20rem;
}

.page-header {
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
  padding: 1rem;
}
.page-header .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-header .logo {
  background: url(img-logo.svg) left/contain no-repeat;
  height: 4rem;
  width: 12rem;
  display: none;
  margin: 0 auto;
}
@media (min-width: 37.5rem) {
  .page-header .logo {
    display: block;
  }
}
.page-header .offer_title {
  margin: 0 auto;
}
@media (min-width: 37.5rem) {
  .page-header .offer_title {
    margin: 0 auto;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body > * {
  flex-shrink: 0;
}

.e-page {
  flex-grow: 1;
}

.footer-container {
  background: #f1c500;
  width: 100%;
}

.page-footer {
  background: #f1c500;
  padding: 1rem 0;
  margin: auto;
  width: 90%;
}
.page-footer .wrapper address {
  padding: 0;
  text-align: center;
}
.page-footer .schoolname {
  background: url(img-logo-horiz.svg) top center/contain no-repeat;
  height: 5rem;
  width: 100%;
  max-width: 20rem;
  margin: auto;
}
.page-footer .school_address {
  color: #511b00;
  margin-top: -0.5rem;
}
.page-footer a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

.pg-type-questions .page-header {
  background: #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
}
.pg-type-questions .page-header .e-question-counter {
  text-align: center;
  padding: 0;
}
@media (min-width: 25rem) {
  .pg-type-questions .page-header .e-question-counter {
    padding: 0.4em 0;
  }
}
.pg-type-questions .page-header .e-question-counter .counter-prefix {
  text-transform: uppercase;
  font-weight: 900;
}
.pg-type-questions .page-header .e-question-counter .counter-num,
.pg-type-questions .page-header .e-question-counter .counter-den {
  font-size: 1.2rem;
  font-family: "gotham-medium", Arial, sans-serif;
  font-weight: 700;
}
@media (min-width: 18.75rem) {
  .pg-type-questions .page-header .e-question-counter .counter-num,
  .pg-type-questions .page-header .e-question-counter .counter-den {
    font-size: calc(1.2rem + 0.1 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .pg-type-questions .page-header .e-question-counter .counter-num,
  .pg-type-questions .page-header .e-question-counter .counter-den {
    font-size: 1.3rem;
  }
}
.pg-type-questions .page-header .e-question-counter .counter-of {
  font-size: 1.2rem;
  font-family: "gotham-medium", Arial, sans-serif;
  display: inline-block;
  font-style: italic;
}
@media (min-width: 18.75rem) {
  .pg-type-questions .page-header .e-question-counter .counter-of {
    font-size: calc(1.2rem + 0.1 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .pg-type-questions .page-header .e-question-counter .counter-of {
    font-size: 1.3rem;
  }
}
.pg-type-questions .e-page {
  background: top center/cover no-repeat url("https://college-choice.net/lp-live/western-michigan-university/web/quiz-demystifying-college/bg-western-michigan-u-quiz-edu-links-conttainer-1500.webp") #f1c500;
  display: flex;
  padding: 4vh 0;
}
.pg-type-questions .e-page > * {
  margin: auto;
}
.pg-type-questions .e-content {
  width: 100vw;
}
.pg-type-questions .e-content h2 {
  text-align: center;
  color: #000;
}
.pg-type-questions .e-content .content-wrap {
  background: #fff;
  padding: 5vw;
  border-radius: 0.5rem;
  border: 1px solid rgba(81, 27, 0, 0.4);
}
.pg-type-questions .e-content .content-wrap .e-question-counter {
  font-family: "gotham-medium", Arial, sans-serif;
  color: #511b00;
  text-decoration: none;
  margin: 0 0;
  padding: 0 1.25em;
  line-height: 1.75rem;
  text-align: center;
}
.pg-type-questions .e-content .content-wrap .question-header {
  text-align: center;
}
.pg-type-questions .e-content .content-wrap .e-answers {
  margin: 0;
  padding: 1.25rem 0 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.pg-type-questions .e-content .content-wrap .e-answers > * {
  width: 45%;
  margin: 0 auto;
}
.pg-type-questions .e-content .content-wrap .e-answers .indiv-answer.ans-0 {
  text-align: right;
}
.pg-type-questions .e-content .content-wrap .e-answers .indiv-answer:last-child {
  border-bottom: 0;
}
.pg-type-questions .e-content .content-wrap .e-answers .indiv-answer label {
  font-weight: bold;
}
.pg-type-questions .e-content .content-wrap .e-answers .indiv-answer label::after {
  content: "";
  display: none;
}

.pg-type-result .e-page .e-content {
  display: none;
}
.pg-type-result .true-false-results-container .wrapper {
  padding: 3rem 0 6rem;
}
.pg-type-result .true-false-results-container .accordion {
  border: 1px solid #511b00;
  border-radius: 0.5rem;
  clip-path: border-box;
  padding: 0;
}
.pg-type-result .true-false-results-container .accordion legend {
  margin: 0 0 0.125rem 1.5rem;
  position: relative;
  top: -0.25rem;
  padding: 0 0.5rem;
}
.pg-type-result .true-false-results-container .accordion h2 {
  font-size: 1.25rem;
}
@media (min-width: 18.75rem) {
  .pg-type-result .true-false-results-container .accordion h2 {
    font-size: calc(1.25rem + 0.75 * (100vw - 18.75rem) / 56.25);
  }
}
@media (min-width: 75rem) {
  .pg-type-result .true-false-results-container .accordion h2 {
    font-size: 2rem;
  }
}
.pg-type-result .true-false-results-container .accordion ul {
  margin: 0 0 1rem 1rem;
  list-style: disc inside;
}
.pg-type-result .true-false-results-container details {
  border-top: 1px solid rgba(47, 47, 47, 0.4);
}
.pg-type-result .true-false-results-container details > * {
  padding: 0.75rem;
}
.pg-type-result .true-false-results-container details:last-of-type {
  border-bottom: 0 none;
}
.pg-type-result .true-false-results-container details summary {
  background: rgb(217.5, 217.5, 217.5);
  font-size: 1.25rem;
  font-weight: bold;
  color: #511b00;
  position: relative;
  cursor: pointer;
  display: block;
  padding: 0.75rem 3rem 0.75rem 0.75rem;
}
.pg-type-result .true-false-results-container details summary:hover, .pg-type-result .true-false-results-container details summary:focus {
  background: rgb(255, 236.6149377593, 154.3);
  outline: none;
}
.pg-type-result .true-false-results-container details summary::marker {
  content: "";
}
.pg-type-result .true-false-results-container details summary::before {
  content: "+";
  position: absolute;
  top: calc(50% - 1.25rem);
  right: 0.75rem;
  font: normal 2.5rem/1 "gotham-medium", Arial, sans-serif;
  transition: all 0.2s ease-in-out;
}
.pg-type-result .true-false-results-container details .answer-container {
  background: #f1f1f1;
}
.pg-type-result .true-false-results-container details .answer-container .img-wrapper,
.pg-type-result .true-false-results-container details .answer-container .video-wrapper {
  margin: -0.75rem -0.75rem 1.5rem;
}
.pg-type-result .true-false-results-container details .answer-container .video-wrapper {
  position: relative;
  padding-top: 56.25%;
}
.pg-type-result .true-false-results-container details .answer-container .video-wrapper > * {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.pg-type-result .true-false-results-container details[open] summary {
  background: #511b00;
  color: #f1c500;
}
.pg-type-result .true-false-results-container details[open] summary::before {
  transform: rotate(45deg);
  font-weight: bold;
}
.pg-type-result .edu-link-container {
  background: top center/contain no-repeat url("https://college-choice.net/lp-live/western-michigan-university/web/quiz-demystifying-college/bg-western-michigan-u-quiz-edu-links-conttainer-1500.webp") #919396;
  padding: 40vw 0 0;
}
@media (min-width: 43.75rem) {
  .pg-type-result .edu-link-container {
    background-position: center;
    background-size: cover;
    padding: 3rem;
    display: flex;
    justify-content: flex-start;
  }
}
.pg-type-result .edu-link-container .edu-links {
  background: rgb(40.5, 13.5, 0);
  padding: 1.5rem;
  width: 100%;
  max-width: inherit;
}
@media (min-width: 43.75rem) {
  .pg-type-result .edu-link-container .edu-links {
    margin: 0 auto 0 0;
    width: 60vw;
  }
}
@media (min-width: 93.75rem) {
  .pg-type-result .edu-link-container .edu-links {
    width: 30.3331vw;
  }
}
.pg-type-result .edu-link-container .edu-links h2,
.pg-type-result .edu-link-container .edu-links p {
  color: #fff;
}
.pg-type-result .edu-link-container .edu-links h2 {
  margin: 0 0 1.5rem;
}
.pg-type-result .edu-link-container .edu-links p {
  font-family: "gotham-book", Arial, sans-serif;
}
.pg-type-result .edu-link-container .edu-links p:last-of-type {
  margin: 0;
  padding: 0;
}
.pg-type-result .edu-link-container .edu-links a {
  color: #f1c500;
}
.pg-type-result .edu-link-container .edu-links a:hover, .pg-type-result .edu-link-container .edu-links a:focus {
  color: #fff;
}
.pg-type-result .edu-link-container .edu-links .edu-content {
  margin-right: 4%;
  width: 100%;
  margin-bottom: 4%;
}
@media (min-width: 37.5rem) {
  .pg-type-result .edu-link-container .edu-links .edu-content {
    margin-bottom: 0;
  }
}
.pg-type-result .edu-link-container .edu-links .edu-link-content {
  color: #c2c2c2;
  font-size: 1.5em;
  line-height: 1.3em;
  margin: 0;
}

.youvisit-container {
  display: none;
  padding: 4rem 0;
}
.pg-type-result .youvisit-container {
  display: block;
}
.youvisit-container .wrapper {
  max-width: 87.5rem;
}
@media (min-width: 62.5rem) {
  .youvisit-container .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .youvisit-container .wrapper .visit-copy-cta {
    width: 33.3331%;
    margin: 0 auto;
  }
  .youvisit-container .wrapper .visit-preview-container {
    width: 60.666%;
    margin: 0 auto;
  }
}
.youvisit-container .visit-preview-container {
  position: relative;
  padding-top: 35%;
}
.youvisit-container .visit-preview-container > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  min-width: inherit !important;
  max-width: inherit !important;
  min-height: inherit !important;
  max-height: inherit !important;
}/*# sourceMappingURL=style.css.map */