/* Falafel*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.site-min-width {
  min-width: 20rem; }

.container {
  margin: 0 auto;
  padding: 0 1rem; }

.container-narrow {
  max-width: 51rem; }

.container-medium {
  max-width: 74rem; }

.container-fluid {
  padding: 0 1rem; }

@media (min-width: 80rem) {
  .container-large {
    max-width: 140rem; } }

/*
  Site
*/
body {
  line-height: 1.6;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #333; }

/*
  Headings
*/
h1 {
  font-size: 1.87rem; }

h2 {
  font-size: 1.5rem; }

h1, h2 {
  font-weight: 600;
  line-height: 1.3; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1rem; }

h3, h4 {
  font-weight: 600; }

h5 {
  font-size: 0.9rem; }

h6 {
  font-size: 0.9rem; }

h5, h6 {
  font-weight: 600; }

h1, h2, h3, h4, h5, h6 {
  margin: 1rem 0; }

/*
  Typography and Elements
*/
p {
  margin: 1rem 0; }

a {
  color: #126DC1;
  cursor: pointer;
  text-decoration: none;
  font-weight: inherit; }

*::-moz-selection {
  background: #CCE6FF; }

*::selection {
  background: #CCE6FF; }

ol, ul {
  margin-left: 3rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }

ol {
  list-style: decimal; }

ul {
  list-style: disc; }

li {
  padding-left: 1rem;
  margin-top: 1rem; }

dt {
  font-weight: 600; }

table {
  width: 100%;
  border: solid 1px #E5E5E5;
  margin-top: 1rem;
  margin-bottom: 1rem; }

thead {
  background: #FAFAFA;
  border-bottom: solid 2px #E5E5E5; }

td, th {
  padding: 0.75rem 1rem; }

th {
  text-align: left;
  color: #6E6E6E; }

tr {
  border-bottom: solid 1px #E5E5E5; }

.table-compact table {
  border: none; }

.table-compact td, .table-compact th {
  padding: 0.25rem 0.5rem;
  font-size: 90%; }

blockquote {
  font-family: "PT Serif", serif;
  font-size: 1.5rem;
  padding-left: 1.5rem;
  border-left: solid 0.5rem #126DC1;
  margin: 2rem 0;
  color: #126DC1;
  font-style: italic; }

b {
  font-weight: 600; }

sup {
  font-size: 0.6em;
  vertical-align: top; }

label {
  margin-bottom: 0.1rem;
  color: #333;
  display: block; }

.fieldset-label {
  font-weight: 700; }

input,
button,
textarea {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #333; }

input[type="text"] {
  font-size: 1rem;
  border: solid 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.08);
          box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
  line-height: 1.4;
  width: 100%; }

input[type="text"]:disabled,
input[type="text"]:-moz-read-only {
  background: #FAFAFA;
  border-color: #CCC;
  color: #6E6E6E;
  cursor: not-allowed; }

input[type="text"]:disabled,
input[type="text"]:read-only {
  background: #FAFAFA;
  border-color: #CCC;
  color: #6E6E6E;
  cursor: not-allowed; }

fieldset {
  margin: 1rem 0; }

.help-text {
  margin: 0; }

fieldset.field-valid input[type="text"] {
  border-color: #05A657; }

fieldset.field-valid .help-text {
  color: #05A657;
  font-size: 0.9rem; }

fieldset.field-error input[type="text"] {
  border-color: #ED5D47; }

fieldset.field-error .help-text {
  color: #ED5D47;
  font-size: 0.9rem; }

fieldset.field-warning input[type="text"] {
  border-color: #E77504; }

fieldset.field-warning .help-text {
  color: #E77504;
  font-size: 0.9rem; }

textarea {
  display: block;
  padding: 1rem;
  margin: 1rem 0;
  border: solid 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  max-width: 100%; }

.button {
  display: inline-block;
  margin: 0;
  padding: 0.25rem 1rem;
  background: #126DC1;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  border-bottom: 3px solid #0C5292;
  cursor: pointer;
  text-decoration: none;
  line-height: inherit; }

.button:active {
  color: #FAFAFA;
  background: #0C5292;
  border-color: #00274C; }

.button:active,
.button:hover {
  text-decoration: none; }

.button-secondary {
  display: inline-block;
  margin: 0;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(18, 109, 193, 0.4);
  background: #F2F9FF;
  border-radius: 4px;
  color: #126DC1;
  line-height: inherit; }
  .button-secondary:hover {
    cursor: pointer; }

.button-disabled:hover,
.button-disabled:active {
  cursor: not-allowed; }

.button-light {
  background: transparent;
  color: #4E4E4E;
  border: solid 1px #CCC;
  border-radius: 4px;
  padding: 0.4rem 1rem;
  font-size: 0.875rem;
  cursor: pointer; }

.button-small {
  padding: 0.4rem 0.8rem; }

.button-radio {
  margin: 1rem 0;
  padding: 1rem;
  border: solid 2px #CCC;
  background: #FAFAFA;
  border-radius: 4px;
  cursor: pointer; }

.button-link {
  border: none;
  display: inline-block;
  margin: 0;
  color: #0C5292;
  background: none;
  font-size: 1rem;
  padding: 0;
  cursor: pointer;
  border-radius: 0;
  line-height: inherit;
  line-height: inherit; }

.button-link-light {
  background: none;
  border: none;
  padding: 0;
  color: #6E6E6E;
  line-height: inherit;
  text-align: left;
  border-bottom: solid 1px #CCC; }
  .button-link-light:hover {
    color: #4E4E4E;
    cursor: pointer;
    border-color: #6E6E6E; }

.button-small {
  font-size: 0.8rem;
  padding: 0.2rem 0.6rem; }

nav {
  display: inline-block; }

.navigation {
  float: right; }

.navigation-list {
  margin: 0;
  padding: 0; }

.navigation-item {
  display: inline-block;
  margin-top: 0.25rem; }

.alert {
  margin: 1rem 0;
  padding: 1rem;
  border: solid 2px #E5E5E5;
  background: #FAFAFA;
  border-radius: 4px; }

.alert-success {
  background: #E2F4EB;
  border-color: #05A657; }

.alert-info {
  background: #FFEEDD;
  border-color: #E77504; }

.alert-warning {
  background: #FFEEDD;
  border-color: #E77504; }

.alert-danger {
  background: #FFEAE7;
  border-color: #ED5D47; }

.alert *:first-child {
  margin: 0; }

.site-message {
  background: #FAFAFA;
  border-bottom: solid 2px #CCC;
  margin: 0;
  padding: 0.75rem 0;
  font-size: 0.9rem; }
  .site-message p {
    margin: 0; }
  .site-message a {
    text-decoration: underline; }
  .site-message .tag {
    margin-right: 0.5rem; }

.site-header {
  background: #00274C;
  padding-top: .75rem;
  padding-bottom: .75rem; }

@media (min-width: 47rem) {
  .site-header-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; } }

.logo-item-list {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex; }
  .logo-item-list li {
    display: inline-block;
    margin: 0;
    height: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center; }

.logo-link {
  display: inline-block;
  vertical-align: top;
  height: 2rem; }
  .logo-link img {
    height: 100%;
    width: auto; }

.logo-block-m {
  padding-right: 1rem;
  padding-left: 0; }

.logo-library,
.logo-search {
  font-size: 1.5rem;
  color: white; }

.logo-search a {
  color: white; }

.logo-library {
  border-right: solid 1.2px rgba(255, 255, 255, 0.7);
  border-left: solid 1.2px rgba(255, 255, 255, 0.7);
  padding-right: 1rem; }
  .logo-library a {
    color: rgba(255, 255, 255, 0.7); }

@media (max-width: 47rem) {
  .logo-item-list li,
  .logo-link {
    height: 1.8rem; }
  .logo-library,
  .logo-search {
    font-size: 1.3rem;
    color: white;
    padding-left: 0.8rem; }
  .logo-library,
  .logo-block-m {
    padding-right: 0.8rem; } }

.site-header-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 47rem) {
    .site-header-list {
      margin-top: 1rem;
      display: block; } }
  .site-header-list li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 2rem; }
    @media (max-width: 47rem) {
      .site-header-list li {
        display: block;
        margin-left: 0; } }
    .site-header-list li a {
      color: white; }

footer {
  background: #00274C;
  padding: 1.5rem 0;
  margin-top: 3rem;
  color: white; }
  footer a {
    color: white;
    text-decoration: underline; }

.callout {
  background: #F2F9FF;
  padding: 2rem 0;
  margin-bottom: 2rem; }

.no-margin {
  margin: 0; }

.white-text {
  color: white; }

.right {
  float: right; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */

/* End Falafel */