/* Common styles */
/* No classes or IDs should be used for these global styles */
/* Force (less) interpertation so that the file gets loaded into the file, not as a url */
/*! normalize.css v1.0.2 | 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,
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 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  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 {
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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;
}
@font-face {
  font-family: 'ProximaNovaRgBold';
  src: url('/National_Library/20161007105358oe_/https://clever.com/fonts/ProximaNova-Bold-webfont.eot');
  src: url('/National_Library/20161007105358oe_/https://clever.com/fonts/ProximaNova-Bold-webfont.eot#iefix') format('embedded-opentype'), url('/National_Library/20161007105358oe_/https://clever.com/fonts/ProximaNova-Bold-webfont.woff') format('woff'), url('/National_Library/20161007105358oe_/https://clever.com/fonts/ProximaNova-Bold-webfont.ttf') format('truetype'), url('/National_Library/20161007105358oe_/https://clever.com/fonts/ProximaNova-Bold-webfont.svg#ProximaNovaRgBold') format('svg');
}
@font-face {
  font-family: 'ProximaNovaLtLight';
  src: url('/National_Library/20161007105358oe_/https://clever.com/fonts/ProximaNova-Light-webfont.eot');
  src: url('/National_Library/20161007105358oe_/https://clever.com/fonts/ProximaNova-Light-webfont.eot#iefix') format('embedded-opentype'), url('/National_Library/20161007105358oe_/https://clever.com/fonts/ProximaNova-Light-webfont.woff') format('woff'), url('/National_Library/20161007105358oe_/https://clever.com/fonts/ProximaNova-Light-webfont.ttf') format('truetype'), url('/National_Library/20161007105358oe_/https://clever.com/fonts/ProximaNova-Light-webfont.svg#ProximaNovaLtLight') format('svg');
}
@font-face {
  font-family: 'ProximaNovaRgRegular';
  src: url('/National_Library/20161007105358oe_/https://clever.com/fonts/ProximaNova-Reg-webfont.eot');
  src: url('/National_Library/20161007105358oe_/https://clever.com/fonts/ProximaNova-Reg-webfont.eot#iefix') format('embedded-opentype'), url('/National_Library/20161007105358oe_/https://clever.com/fonts/ProximaNova-Reg-webfont.woff') format('woff'), url('/National_Library/20161007105358oe_/https://clever.com/fonts/ProximaNova-Reg-webfont.ttf') format('truetype'), url('/National_Library/20161007105358oe_/https://clever.com/fonts/ProximaNova-Reg-webfont.svg#ProximaNovaRgRegular') format('svg');
}
@font-face {
  font-family: 'ProximaNovaLtSemibold';
  src: url('/National_Library/20161007105358oe_/https://clever.com/fonts/ProximaNova-Sbold-webfont.eot');
  src: url('/National_Library/20161007105358oe_/https://clever.com/fonts/ProximaNova-Sbold-webfont.eot#iefix') format('embedded-opentype'), url('/National_Library/20161007105358oe_/https://clever.com/fonts/ProximaNova-Sbold-webfont.woff') format('woff'), url('/National_Library/20161007105358oe_/https://clever.com/fonts/ProximaNova-Sbold-webfont.ttf') format('truetype'), url('/National_Library/20161007105358oe_/https://clever.com/fonts/ProximaNova-Sbold-webfont.svg#ProximaNovaLtSemibold') format('svg');
}
@font-face {
  font-family: Journal;
  src: url('/National_Library/20161007105358oe_/https://clever.com/fonts/journal.eot');
  src: url('/National_Library/20161007105358oe_/https://clever.com/fonts/journal.eot#iefix') format('embedded-opentype'), url('/National_Library/20161007105358oe_/https://clever.com/fonts/journal.woff') format('woff'), url('/National_Library/20161007105358oe_/https://clever.com/fonts/journal.ttf') format('truetype'), url('/National_Library/20161007105358oe_/https://clever.com/fonts/journal.svg#Journal') format('svg');
  font-weight: normal;
  font-style: normal;
}
.font-proxima-light {
  font-family: "ProximaNovaLtLight", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.488;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
}
.font-proxima-regular {
  font-family: "ProximaNovaRgRegular", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.488;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
}
.font-proxima-semi-bold {
  font-family: "ProximaNovaLtSemibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.488;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
}
.font-proxima-bold {
  font-family: 'ProximaNovaRgBold';
  font-size-adjust: 0.488;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
}
.font-journal {
  font-family: 'Journal';
}
/* Gaurded mixin for border-radius */
/* These are styles used across all pages, such as default styles for links or images */
html,
body {
  height: 100%;
  background: #fff;
  font-family: "ProximaNovaRgRegular", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.488;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  color: #666;
  min-width: 960px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 10px 0;
  color: #333;
}
strong {
  font-family: "ProximaNovaLtSemibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.488;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
}
h2.header_bar {
  height: 14px;
  line-height: 14px;
  padding: 0;
  background: #ccc;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
}
h2.header_bar span {
  background: #fff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-right: 10px;
  color: #D67F28;
  font-family: 'ProximaNovaRgBold';
  font-size-adjust: 0.488;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
}
/* Global page styles */
.layout-wrapper {
  min-height: 100%;
  min-width: 960px;
  margin-bottom: -55px;
}
.layout-footer {
  margin-top: 0;
  height: 55px;
  width: 100%;
}
.layout-container {
  padding-left: 10px;
  padding-right: 10px;
  width: 960px;
  min-width: 960px;
  margin: 0 auto;
  position: relative;
  zoom: 1;
  z-index: 0;
  /* Pretty sure this makes no sense. Need this so form background things work */
}
.layout-container:before {
  content: '';
  display: block;
}
.layout-container:after {
  content: '';
  display: table;
  clear: both;
}
.layout-container.layout-skinny-form-container {
  width: 800px;
}
.layout-relative {
  position: relative;
}
.layout-hero-bg {
  height: 220px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* these everyone uses, might as well only include them once */
/* Common modules */
.blue-hero {
  height: 570px;
  width: 100%;
  background: #1971c1;
  padding: 0;
  margin: 0;
  position: relative;
  min-width: 960px;
  overflow: hidden;
  border-bottom: none;
}
.blue-hero .hero-content {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.blue-hero .hero-content .header {
  margin-top: 50px;
  background: none;
}
.blue-hero .hero-content .header .logo,
.blue-hero .hero-content .header .main_menu li {
  background-color: transparent;
  height: 50px;
}
.blue-hero .hero-content .header .logo a,
.blue-hero .hero-content .header .main_menu li a {
  text-transform: none;
  font-family: "ProximaNovaLtLight", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.488;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 16px;
  padding-top: 17px;
  padding-bottom: 5px;
  height: 16px;
}
.blue-hero .hero-content .header .logo a:hover,
.blue-hero .hero-content .header .main_menu li a:hover {
  border-bottom: 3px solid;
}
.blue-hero .hero-content .headings {
  text-align: center;
  position: absolute;
  width: 960px;
  left: 50%;
  margin-left: -480px;
  top: 230px;
}
.blue-hero .hero-content .headings h1 {
  color: #fff;
  font-size: 50px;
  text-transform: none;
  font-family: "ProximaNovaLtLight", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.488;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
}
.blue-hero .hero-content .headings h2 {
  color: #fff;
  font-family: "ProximaNovaLtLight", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.488;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
  opacity: 0.7;
}
.blue-hero .hero-bg {
  display: block;
  position: absolute;
  min-width: 100%;
  min-height: 104%;
  top: 0;
  left: 0;
  z-index: 1;
}
.button {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: 'ProximaNovaRgBold';
  font-size-adjust: 0.488;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  width: 175px;
  height: 38px;
  line-height: 35px;
  text-align: center;
  background: url(/National_Library/20161007105358oe_/https://clever.com/images/button.png) top left;
  font-size: 16px;
  text-shadow: 0 2px 2px #529005;
  border: none;
  outline: none;
  cursor: pointer;
  /* for accessibility */
}
.button.button-form-submit {
  background: url(/National_Library/20161007105358oe_/https://clever.com/images/button-form-submit.jpg);
}
.button.button-big {
  width: 250px;
  height: 57px;
  font-size: 20px;
  line-height: 57px;
  background: url(/National_Library/20161007105358oe_/https://clever.com/images/button-big.png);
}
.button:hover {
  text-decoration: none;
  background-position: bottom left;
}
.button:focus {
  text-decoration: underline;
}
.flat-button {
  /* for accessibility */
  display: block;
  font-family: "ProximaNovaLtSemibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.488;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  background-color: #2e67ac;
  width: 125px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  border: none;
  outline: none;
  cursor: pointer;
}
.flat-button:hover {
  text-decoration: none;
  background-color: #01417f;
}
.flat-button:focus {
  text-decoration: underline;
}
.flat-button.button-big {
  font-size: 17px;
  padding: 12px;
  width: 170px;
}
.button-rounded-white {
  background: #fff url(/National_Library/20161007105358oe_/https://clever.com/images/small-arrow.png) 160px center no-repeat;
  display: block;
  width: 180px;
  padding-right: 20px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  color: #1f76c7;
  font-family: "ProximaNovaLtSemibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.488;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin: 0 auto;
  cursor: pointer;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  /* for accessibility */
}
.button-rounded-white:hover {
  opacity: 0.75;
  text-decoration: none;
}
.button-rounded-white:focus {
  text-decoration: underline;
}
.footer {
  height: 55px;
  background: #3e8fd6;
  line-height: 55px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-family: 'ProximaNovaRgBold';
  font-size-adjust: 0.488;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  min-width: 960px;
  position: relative;
}
.footer .right-info {
  float: right;
  text-align: right;
}
.footer .left-menu {
  margin: 0;
  padding: 0;
}
.footer .left-menu li {
  float: left;
  padding-right: 40px;
  text-align: left;
  list-style: none;
}
.footer .left-menu li a {
  color: #fff;
  text-decoration: none;
}
.messages {
  text-align: center;
}
.messages .error-message {
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  color: #f36;
}
.messages .info-message {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}
.messages .message {
  margin-bottom: 14px;
  padding: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.form {
  z-index: 5;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.form .form-header {
  color: #d67f28;
  font-family: 'ProximaNovaRgBold';
  font-size-adjust: 0.488;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  padding-top: 35px;
  font-size: 23px;
  text-align: center;
}
.form .form-sub-header {
  text-align: center;
}
.form .form-sub-header h2 {
  font-family: 'ProximaNovaRgBold';
  font-size-adjust: 0.488;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}
.form .form-content {
  position: relative;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-top: 5px solid #0099cc;
  padding: 40px;
  font-size: 16px;
  font-family: "ProximaNovaLtLight", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.488;
  font-weight: 200;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  margin-top: 40px;
}
.form .form-content:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #d2d2d2;
  border-top: 5px solid #f0d1b2;
  background: #fff;
  transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  z-index: -1;
}
.form .form-icon {
  width: 118px;
  height: 66px;
  background: url(/National_Library/20161007105358oe_/https://clever.com/images/form-icon.png);
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -59px;
}
.form .row {
  zoom: 1;
  margin: 15px 0;
}
.form .row:before {
  content: '';
  display: block;
}
.form .row:after {
  content: '';
  display: table;
  clear: both;
}
.form .row .button-form-submit {
  margin-left: 222px;
}
.form .row.required .left:after {
  content: "*";
  color: #d67f28;
  position: absolute;
  right: 10px;
  top: 0;
}
.form .row .left {
  width: 205px;
  float: left;
  line-height: 40px;
  text-align: right;
  padding-right: 20px;
  position: relative;
  font-size: 14px;
  color: #333;
}
.form .row .left .hint {
  line-height: 14px;
  font-size: 12px;
  margin-top: -7px;
  color: #999;
  height: 0;
}
.form .row .right {
  width: 490px;
  min-height: 40px;
  float: left;
  text-align: left;
}
.form .input_wrap.state-good {
  background: url('/National_Library/20161007105358oe_/https://clever.com/images/form-state-good.png') no-repeat 350px center;
}
.form .input_wrap.state-error .message {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}
.form .input_wrap.state-error input {
  box-shadow: 0 0 0 3px #f8d7df;
}
.form .input_wrap.state-warning .message {
  color: #c0a00d;
  font-size: 14px;
  margin-top: 5px;
}
.form .input_wrap.state-warning input {
  box-shadow: 0 0 0 3px #f0e8c2;
}
.form .input_wrap input[type="text"],
.form .input_wrap input[type="password"],
.form .input_wrap select,
.form .input_wrap textarea {
  width: 320px;
}
input[type="text"],
input[type="password"],
select,
textarea {
  -webkit-appearance: none;
  -webkit-box-sizing: content-box;
  position: relative;
  font-size: 14px;
  line-height: 15px;
  color: #666666;
  padding: 9px 10px;
  width: 320px;
  border: 1px solid #b6baba;
  background: #fff;
  box-shadow: 0 0 0 3px #f7f9f8;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px #edf7ff;
  -moz-box-shadow: 0 0 0 3px #edf7ff;
  box-shadow: 0 0 0 3px #edf7ff;
  border-color: #b5d4e8;
}
select {
  background: url("/National_Library/20161007105358oe_/https://clever.com/images/select-input-bg.png") 320px center no-repeat;
}
textarea {
  min-height: 130px;
}
input[type='checkbox'],
input[type='radio'] {
  margin-right: 10px;
}
.header {
  position: fixed;
  width: 100%;
  background-color: #3e8fd6;
  height: 60px;
  z-index: 3;
  padding: 5px;
}
.header .logo {
  display: inline-block;
  width: 100px;
  height: 30px;
  margin-top: 12px;
  background-image: url("/National_Library/20161007105358oe_/https://clever.com/images/logo.png");
  background-color: transparent;
  background-position: left top;
  background-size: 100px 30px;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .header .logo {
    background-image: url("/National_Library/20161007105358oe_/https://clever.com/images/logo2x.png");
  }
}
.header .logo:hover {
  background-color: transparent;
  padding: 0 20px;
  margin-left: -20px;
  background-position: 20px top;
}
.header .logo h1 {
  width: 0;
  overflow: hidden;
}
.header .main_menu {
  width: 800px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
.header .main_menu li {
  list-style: none;
  height: 60px;
  line-height: 60px;
  float: right;
  margin: 5px 0 1px 0;
  padding: 0 18px;
}
.header .main_menu li:hover {
  background-color: transparent;
}
.header .main_menu li a {
  display: block;
  width: 100%;
  height: 20px;
  padding-top: 17px;
  font-family: 'ProximaNovaRgBold';
  font-size-adjust: 0.488;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  color: white;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  line-height: 15px;
}
.header .main_menu li a:hover {
  text-decoration: none;
  border-bottom: 3px solid;
}
.header .main_menu li a.active {
  border-bottom: 3px solid;
}
.header .main_menu li .signup-button {
  border: 1px solid white;
  border-radius: 40px;
  display: block;
  width: 180px;
  margin-top: 5px;
  color: white;
  background-color: transparent;
  font-size: 14px;
  line-height: 5px;
}
.header .main_menu li .signup-button:hover {
  border-bottom: 0px solid;
  background-color: white;
  color: #3e8fd6;
}
.sub-menu {
  padding-top: 70px;
  height: 46px;
  background: #fff;
  line-height: 46px;
  color: #ccc;
  font-size: 12px;
  letter-spacing: 0;
  border-bottom: 1px solid #ccc;
}
.sub-menu a {
  color: #999;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.sub-menu a.active {
  color: #1b1508;
  font-family: 'ProximaNovaRgBold';
  font-size-adjust: 0.488;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
}
.sub-menu a:hover {
  color: #1b1508;
}
.sub-menu a:first-child {
  padding-left: 0;
}
.hero {
  background: url(/National_Library/20161007105358oe_/https://clever.com/images/grid_bg.png);
  border-bottom: 1px solid #ccc;
  letter-spacing: 0;
  padding: 40px 0;
  color: #666;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}
.hero h1 {
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'ProximaNovaRgBold';
  font-size-adjust: 0.488;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  color: #333;
}
.hero .button {
  margin-top: 20px;
}
a {
  text-decoration: none;
  color: #2089e0;
}
a:hover {
  text-decoration: underline;
}
a.arrow-link {
  background: url(/National_Library/20161007105358oe_/https://clever.com/images/arrow.png) no-repeat 0 6px;
  padding-left: 24px;
  color: #5794e5;
  font-size: 18px;
  font-family: "ProximaNovaLtSemibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.488;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
}
a.arrow-link:hover {
  color: #2e67ac;
}
.map {
  border: 1px solid #e4e4e4;
  background: #fff;
  padding: 8px;
  position: relative;
}
.map .map-inner {
  border: 1px solid #ccc;
  width: 100%;
  height: 100%;
}
.map .map-inner .marker-title {
  color: #0099cc;
  font-size: 16px;
  font-family: "ProximaNovaLtSemibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.488;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
}
.map .map-inner .marker-description {
  color: #999;
  font-size: 14px;
  line-height: 18px;
}
.quote {
  color: #333;
  font-family: "ProximaNovaRgRegular", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.488;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
}
.quote img.profile_picture {
  float: left;
  border: 1px solid #2089e0;
  padding: 1px;
  margin: 5px;
  margin-right: 10px;
}
.quote .attribution,
.quote .attribution a {
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  font-family: "ProximaNovaLtSemibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.488;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
}
.quote .attribution i,
.quote .attribution a i {
  color: #999;
  font-family: "ProximaNovaLtSemibold", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.488;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  font-style: italic;
}
.table {
  border: 1px solid #ddd;
  margin: 15px 0;
}
.table td,
.table th {
  border: 1px solid #DDD;
  padding: 10px;
}
.js-modal {
  z-index: 5;
  color: #999;
  display: none;
}
.js-modal.state-open {
  display: block;
}
.js-modal .overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  z-index: 20;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
}
.js-modal .modal-box {
  width: 500px;
  padding: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
  background: #fff;
  z-index: 25;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -225px;
  margin-left: -290px;
}
.js-modal .modal-box .js-modal-close {
  display: block;
  width: 15px;
  height: 15px;
  background: url(/National_Library/20161007105358oe_/https://clever.com/images/modal/modal-close.png);
  background-position: left top;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  padding: 0;
  border: 0;
}
.js-modal .modal-box .js-modal-close:hover {
  background-position: left bottom;
}
.js-modal .modal-box .js-modal-close:focus {
  background-position: left bottom;
}
.js-modal .modal-box h2 {
  text-align: left;
  font-family: "ProximaNovaRgRegular", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size-adjust: 0.488;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  font-size: 35px;
}
.js-modal .modal-box .option {
  display: block;
  text-align: center;
  float: left;
  width: 200px;
  padding: 13px;
  padding-top: 100px;
  border: 2px #d0d5d9 solid;
  margin: 10px;
  border-radius: 8px;
  color: #222222;
  text-decoration: none;
}
.js-modal .modal-box .option:hover {
  border-color: #47a8dd;
}
.js-modal .modal-box .option:focus {
  border-color: #47a8dd;
  outline: 0;
}
.user-picker-modal .modal-box .option {
  background: url(/National_Library/20161007105358oe_/https://clever.com/images/modal/signup-modal-district-admin.png) center 15px no-repeat;
}
.user-picker-modal .modal-box .option.student-icon {
  background: url(/National_Library/20161007105358oe_/https://clever.com/images/modal/signup-modal-teacher.png) center 9px no-repeat;
}
.user-picker-modal .modal-box .option.teacher-icon {
  background: url(/National_Library/20161007105358oe_/https://clever.com/images/modal/signup-modal-family.png) center 16px no-repeat;
}
.user-picker-modal .modal-box .option.developer-icon {
  background: url(/National_Library/20161007105358oe_/https://clever.com/images/modal/signup-modal-developer.png) center 18px no-repeat;
}

/*# sourceMappingURL=clever-common.css.map*/